2018-12-14 05:41:57 +01:00
this [ "wp" ] = this [ "wp" ] || { } ; this [ "wp" ] [ "coreData" ] =
/******/ ( 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
2020-07-21 14:14:37 +02:00
/******/ return _ _webpack _require _ _ ( _ _webpack _require _ _ . s = 448 ) ;
2018-12-14 05:41:57 +01:00
/******/ } )
/************************************************************************/
/******/ ( {
2020-01-08 12:57:23 +01:00
/***/ 0 :
/***/ ( function ( module , exports ) {
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
( function ( ) { module . exports = this [ "wp" ] [ "element" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
/***/ } ) ,
2020-06-26 15:33:47 +02:00
/***/ 1 :
2020-02-10 23:33:27 +01:00
/***/ ( function ( module , exports ) {
2020-06-26 15:33:47 +02:00
( function ( ) { module . exports = this [ "wp" ] [ "i18n" ] ; } ( ) ) ;
2020-02-10 23:33:27 +01:00
/***/ } ) ,
2020-07-07 16:43:35 +02:00
/***/ 10 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "blocks" ] ; } ( ) ) ;
/***/ } ) ,
2020-07-21 14:14:37 +02:00
/***/ 126 :
2020-06-26 15:33:47 +02:00
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
2018-12-14 05:41:57 +01:00
"use strict" ;
2018-12-18 04:14:52 +01:00
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
function _typeof ( obj ) {
if ( typeof Symbol === "function" && typeof Symbol . iterator === "symbol" ) {
_typeof = function ( obj ) {
return typeof obj ;
} ;
} else {
_typeof = function ( obj ) {
return obj && typeof Symbol === "function" && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ;
} ;
}
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
return _typeof ( obj ) ;
2018-12-18 04:14:52 +01:00
}
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
function _classCallCheck ( instance , Constructor ) {
if ( ! ( instance instanceof Constructor ) ) {
throw new TypeError ( "Cannot call a class as a function" ) ;
}
2018-12-18 04:14:52 +01:00
}
2020-06-26 15:33:47 +02:00
function _defineProperties ( target , props ) {
for ( var i = 0 ; i < props . length ; i ++ ) {
var descriptor = props [ i ] ;
descriptor . enumerable = descriptor . enumerable || false ;
descriptor . configurable = true ;
if ( "value" in descriptor ) descriptor . writable = true ;
Object . defineProperty ( target , descriptor . key , descriptor ) ;
}
2018-12-14 05:41:57 +01:00
}
2020-06-26 15:33:47 +02:00
function _createClass ( Constructor , protoProps , staticProps ) {
if ( protoProps ) _defineProperties ( Constructor . prototype , protoProps ) ;
if ( staticProps ) _defineProperties ( Constructor , staticProps ) ;
return Constructor ;
}
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/ * *
* Given an instance of EquivalentKeyMap , returns its internal value pair tuple
* for a key , if one exists . The tuple members consist of the last reference
* value for the key ( used in efficient subsequent lookups ) and the value
* assigned for the key at the leaf node .
*
* @ param { EquivalentKeyMap } instance EquivalentKeyMap instance .
* @ param { * } key The key for which to return value pair .
*
* @ return { ? Array } Value pair , if exists .
* /
function getValuePair ( instance , key ) {
var _map = instance . _map ,
_arrayTreeMap = instance . _arrayTreeMap ,
_objectTreeMap = instance . _objectTreeMap ; // Map keeps a reference to the last object-like key used to set the
// value, which can be used to shortcut immediately to the value.
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
if ( _map . has ( key ) ) {
return _map . get ( key ) ;
} // Sort keys to ensure stable retrieval from tree.
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
var properties = Object . keys ( key ) . sort ( ) ; // Tree by type to avoid conflicts on numeric object keys, empty value.
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
var map = Array . isArray ( key ) ? _arrayTreeMap : _objectTreeMap ;
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
for ( var i = 0 ; i < properties . length ; i ++ ) {
var property = properties [ i ] ;
map = map . get ( property ) ;
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
if ( map === undefined ) {
return ;
}
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
var propertyValue = key [ property ] ;
map = map . get ( propertyValue ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
if ( map === undefined ) {
return ;
2018-12-14 05:41:57 +01:00
}
}
2020-06-26 15:33:47 +02:00
var valuePair = map . get ( '_ekm_value' ) ;
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
if ( ! valuePair ) {
return ;
} // If reached, it implies that an object-like key was set with another
// reference, so delete the reference and replace with the current.
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
_map . delete ( valuePair [ 0 ] ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
valuePair [ 0 ] = key ;
map . set ( '_ekm_value' , valuePair ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
_map . set ( key , valuePair ) ;
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
return valuePair ;
2018-12-14 05:41:57 +01:00
}
2020-06-26 15:33:47 +02:00
/ * *
* Variant of a Map object which enables lookup by equivalent ( deeply equal )
* object and array keys .
* /
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
2020-06-26 15:33:47 +02:00
var EquivalentKeyMap =
/*#__PURE__*/
function ( ) {
/ * *
* Constructs a new instance of EquivalentKeyMap .
*
* @ param { Iterable . < * > } iterable Initial pair of key , value for map .
* /
function EquivalentKeyMap ( iterable ) {
_classCallCheck ( this , EquivalentKeyMap ) ;
2020-01-08 12:57:23 +01:00
2020-06-26 15:33:47 +02:00
this . clear ( ) ;
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
if ( iterable instanceof EquivalentKeyMap ) {
// Map#forEach is only means of iterating with support for IE11.
var iterablePairs = [ ] ;
iterable . forEach ( function ( value , key ) {
iterablePairs . push ( [ key , value ] ) ;
} ) ;
iterable = iterablePairs ;
}
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
if ( iterable != null ) {
for ( var i = 0 ; i < iterable . length ; i ++ ) {
this . set ( iterable [ i ] [ 0 ] , iterable [ i ] [ 1 ] ) ;
}
}
2020-03-24 00:40:19 +01:00
}
2020-06-26 15:33:47 +02:00
/ * *
* Accessor property returning the number of elements .
*
* @ return { number } Number of elements .
* /
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
_createClass ( EquivalentKeyMap , [ {
key : "set" ,
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
/ * *
* Add or update an element with a specified key and value .
*
* @ param { * } key The key of the element to add .
* @ param { * } value The value of the element to add .
*
* @ return { EquivalentKeyMap } Map instance .
* /
value : function set ( key , value ) {
// Shortcut non-object-like to set on internal Map.
if ( key === null || _typeof ( key ) !== 'object' ) {
this . _map . set ( key , value ) ;
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
return this ;
} // Sort keys to ensure stable assignment into tree.
2020-03-24 00:40:19 +01:00
2020-06-26 15:33:47 +02:00
var properties = Object . keys ( key ) . sort ( ) ;
var valuePair = [ key , value ] ; // Tree by type to avoid conflicts on numeric object keys, empty value.
2019-09-19 17:19:18 +02:00
2020-06-26 15:33:47 +02:00
var map = Array . isArray ( key ) ? this . _arrayTreeMap : this . _objectTreeMap ;
2019-09-19 17:19:18 +02:00
2020-06-26 15:33:47 +02:00
for ( var i = 0 ; i < properties . length ; i ++ ) {
var property = properties [ i ] ;
2019-09-19 17:19:18 +02:00
2020-06-26 15:33:47 +02:00
if ( ! map . has ( property ) ) {
map . set ( property , new EquivalentKeyMap ( ) ) ;
}
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
map = map . get ( property ) ;
var propertyValue = key [ property ] ;
2019-09-19 17:19:18 +02:00
2020-06-26 15:33:47 +02:00
if ( ! map . has ( propertyValue ) ) {
map . set ( propertyValue , new EquivalentKeyMap ( ) ) ;
}
2019-09-19 17:19:18 +02:00
2020-06-26 15:33:47 +02:00
map = map . get ( propertyValue ) ;
} // If an _ekm_value exists, there was already an equivalent key. Before
// overriding, ensure that the old key reference is removed from map to
// avoid memory leak of accumulating equivalent keys. This is, in a
// sense, a poor man's WeakMap, while still enabling iterability.
2020-01-22 23:06:21 +01:00
2020-06-26 15:33:47 +02:00
var previousValuePair = map . get ( '_ekm_value' ) ;
2020-01-22 23:06:21 +01:00
2020-06-26 15:33:47 +02:00
if ( previousValuePair ) {
this . _map . delete ( previousValuePair [ 0 ] ) ;
}
2020-01-22 23:06:21 +01:00
2020-06-26 15:33:47 +02:00
map . set ( '_ekm_value' , valuePair ) ;
2020-02-10 23:33:27 +01:00
2020-06-26 15:33:47 +02:00
this . _map . set ( key , valuePair ) ;
2020-02-10 23:33:27 +01:00
2020-06-26 15:33:47 +02:00
return this ;
}
/ * *
* Returns a specified element .
*
* @ param { * } key The key of the element to return .
*
* @ return { ? * } The element associated with the specified key or undefined
* if the key can ' t be found .
* /
} , {
key : "get" ,
value : function get ( key ) {
// Shortcut non-object-like to get from internal Map.
if ( key === null || _typeof ( key ) !== 'object' ) {
return this . _map . get ( key ) ;
}
var valuePair = getValuePair ( this , key ) ;
if ( valuePair ) {
return valuePair [ 1 ] ;
}
}
/ * *
* Returns a boolean indicating whether an element with the specified key
* exists or not .
*
* @ param { * } key The key of the element to test for presence .
*
* @ return { boolean } Whether an element with the specified key exists .
* /
} , {
key : "has" ,
value : function has ( key ) {
if ( key === null || _typeof ( key ) !== 'object' ) {
return this . _map . has ( key ) ;
} // Test on the _presence_ of the pair, not its value, as even undefined
// can be a valid member value for a key.
return getValuePair ( this , key ) !== undefined ;
}
/ * *
* Removes the specified element .
*
* @ param { * } key The key of the element to remove .
*
* @ return { boolean } Returns true if an element existed and has been
* removed , or false if the element does not exist .
* /
} , {
key : "delete" ,
value : function _delete ( key ) {
if ( ! this . has ( key ) ) {
return false ;
} // This naive implementation will leave orphaned child trees. A better
// implementation should traverse and remove orphans.
this . set ( key , undefined ) ;
return true ;
}
/ * *
* Executes a provided function once per each key / value pair , in insertion
* order .
*
* @ param { Function } callback Function to execute for each element .
* @ param { * } thisArg Value to use as ` this ` when executing
* ` callback ` .
* /
} , {
key : "forEach" ,
value : function forEach ( callback ) {
var _this = this ;
var thisArg = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : this ;
this . _map . forEach ( function ( value , key ) {
// Unwrap value from object-like value pair.
if ( key !== null && _typeof ( key ) === 'object' ) {
value = value [ 1 ] ;
}
callback . call ( thisArg , value , key , _this ) ;
} ) ;
}
/ * *
* Removes all elements .
* /
} , {
key : "clear" ,
value : function clear ( ) {
this . _map = new Map ( ) ;
this . _arrayTreeMap = new Map ( ) ;
this . _objectTreeMap = new Map ( ) ;
}
} , {
key : "size" ,
get : function get ( ) {
return this . _map . size ;
}
} ] ) ;
return EquivalentKeyMap ;
} ( ) ;
module . exports = EquivalentKeyMap ;
/***/ } ) ,
2020-07-21 14:14:37 +02:00
/***/ 14 :
2020-06-26 15:33:47 +02:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
2020-06-29 13:50:29 +02:00
// EXPORTS
_ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return /* binding */ _slicedToArray ; } ) ;
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
var arrayWithHoles = _ _webpack _require _ _ ( 38 ) ;
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
function _iterableToArrayLimit ( arr , i ) {
if ( typeof Symbol === "undefined" || ! ( Symbol . iterator in Object ( arr ) ) ) return ;
var _arr = [ ] ;
var _n = true ;
var _d = false ;
var _e = undefined ;
try {
for ( var _i = arr [ Symbol . iterator ] ( ) , _s ; ! ( _n = ( _s = _i . next ( ) ) . done ) ; _n = true ) {
_arr . push ( _s . value ) ;
if ( i && _arr . length === i ) break ;
}
} catch ( err ) {
_d = true ;
_e = err ;
} finally {
try {
if ( ! _n && _i [ "return" ] != null ) _i [ "return" ] ( ) ;
} finally {
if ( _d ) throw _e ;
}
}
return _arr ;
}
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
2020-07-07 16:43:35 +02:00
var unsupportedIterableToArray = _ _webpack _require _ _ ( 29 ) ;
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
var nonIterableRest = _ _webpack _require _ _ ( 39 ) ;
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
function _slicedToArray ( arr , i ) {
return Object ( arrayWithHoles [ "a" /* default */ ] ) ( arr ) || _iterableToArrayLimit ( arr , i ) || Object ( unsupportedIterableToArray [ "a" /* default */ ] ) ( arr , i ) || Object ( nonIterableRest [ "a" /* default */ ] ) ( ) ;
}
/***/ } ) ,
2020-07-21 14:14:37 +02:00
/***/ 18 :
2020-06-26 15:33:47 +02:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
2020-06-29 13:50:29 +02:00
// EXPORTS
_ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return /* binding */ _toConsumableArray ; } ) ;
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
var arrayLikeToArray = _ _webpack _require _ _ ( 26 ) ;
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
function _arrayWithoutHoles ( arr ) {
if ( Array . isArray ( arr ) ) return Object ( arrayLikeToArray [ "a" /* default */ ] ) ( arr ) ;
}
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
var iterableToArray = _ _webpack _require _ _ ( 35 ) ;
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
2020-07-07 16:43:35 +02:00
var unsupportedIterableToArray = _ _webpack _require _ _ ( 29 ) ;
2020-06-26 15:33:47 +02:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
function _nonIterableSpread ( ) {
throw new TypeError ( "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." ) ;
}
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
function _toConsumableArray ( arr ) {
return _arrayWithoutHoles ( arr ) || Object ( iterableToArray [ "a" /* default */ ] ) ( arr ) || Object ( unsupportedIterableToArray [ "a" /* default */ ] ) ( arr ) || _nonIterableSpread ( ) ;
}
/***/ } ) ,
/***/ 2 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "lodash" ] ; } ( ) ) ;
/***/ } ) ,
2020-07-21 14:14:37 +02:00
/***/ 24 :
2020-06-26 15:33:47 +02:00
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "regeneratorRuntime" ] ; } ( ) ) ;
/***/ } ) ,
/***/ 26 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _arrayLikeToArray ; } ) ;
function _arrayLikeToArray ( arr , len ) {
if ( len == null || len > arr . length ) len = arr . length ;
for ( var i = 0 , arr2 = new Array ( len ) ; i < len ; i ++ ) {
arr2 [ i ] = arr [ i ] ;
}
return arr2 ;
}
/***/ } ) ,
2020-07-07 16:43:35 +02:00
/***/ 29 :
2020-06-26 15:33:47 +02:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _unsupportedIterableToArray ; } ) ;
/* harmony import */ var _arrayLikeToArray _ _WEBPACK _IMPORTED _MODULE _0 _ _ = _ _webpack _require _ _ ( 26 ) ;
function _unsupportedIterableToArray ( o , minLen ) {
if ( ! o ) return ;
if ( typeof o === "string" ) return Object ( _arrayLikeToArray _ _WEBPACK _IMPORTED _MODULE _0 _ _ [ /* default */ "a" ] ) ( o , minLen ) ;
var n = Object . prototype . toString . call ( o ) . slice ( 8 , - 1 ) ;
if ( n === "Object" && o . constructor ) n = o . constructor . name ;
if ( n === "Map" || n === "Set" ) return Array . from ( o ) ;
if ( n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/ . test ( n ) ) return Object ( _arrayLikeToArray _ _WEBPACK _IMPORTED _MODULE _0 _ _ [ /* default */ "a" ] ) ( o , minLen ) ;
}
/***/ } ) ,
2020-07-27 22:10:36 +02:00
/***/ 31 :
2020-06-26 15:33:47 +02:00
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "url" ] ; } ( ) ) ;
/***/ } ) ,
/***/ 35 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _iterableToArray ; } ) ;
function _iterableToArray ( iter ) {
if ( typeof Symbol !== "undefined" && Symbol . iterator in Object ( iter ) ) return Array . from ( iter ) ;
}
/***/ } ) ,
/***/ 36 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "dataControls" ] ; } ( ) ) ;
/***/ } ) ,
/***/ 37 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "deprecated" ] ; } ( ) ) ;
/***/ } ) ,
/***/ 38 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _arrayWithHoles ; } ) ;
function _arrayWithHoles ( arr ) {
if ( Array . isArray ( arr ) ) return arr ;
}
/***/ } ) ,
/***/ 39 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2020-02-10 23:33:27 +01:00
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _nonIterableRest ; } ) ;
function _nonIterableRest ( ) {
2020-03-24 00:40:19 +01:00
throw new TypeError ( "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." ) ;
2020-02-10 23:33:27 +01:00
}
/***/ } ) ,
2020-03-24 00:40:19 +01:00
/***/ 4 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "data" ] ; } ( ) ) ;
/***/ } ) ,
2020-07-07 16:43:35 +02:00
/***/ 42 :
2020-02-10 23:33:27 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2020-01-22 23:06:21 +01:00
"use strict" ;
var LEAF _KEY , hasWeakMap ;
/ * *
* Arbitrary value used as key for referencing cache object in WeakMap tree .
*
* @ type { Object }
* /
LEAF _KEY = { } ;
/ * *
* Whether environment supports WeakMap .
*
* @ type { boolean }
* /
hasWeakMap = typeof WeakMap !== 'undefined' ;
/ * *
* Returns the first argument as the sole entry in an array .
*
* @ param { * } value Value to return .
*
* @ return { Array } Value returned as entry in array .
* /
function arrayOf ( value ) {
return [ value ] ;
}
/ * *
* Returns true if the value passed is object - like , or false otherwise . A value
* is object - like if it can support property assignment , e . g . object or array .
*
* @ param { * } value Value to test .
*
* @ return { boolean } Whether value is object - like .
* /
function isObjectLike ( value ) {
return ! ! value && 'object' === typeof value ;
}
/ * *
* Creates and returns a new cache object .
*
* @ return { Object } Cache object .
* /
function createCache ( ) {
var cache = {
clear : function ( ) {
cache . head = null ;
} ,
} ;
return cache ;
}
/ * *
* Returns true if entries within the two arrays are strictly equal by
* reference from a starting index .
*
* @ param { Array } a First array .
* @ param { Array } b Second array .
* @ param { number } fromIndex Index from which to start comparison .
*
* @ return { boolean } Whether arrays are shallowly equal .
* /
function isShallowEqual ( a , b , fromIndex ) {
var i ;
if ( a . length !== b . length ) {
return false ;
}
for ( i = fromIndex ; i < a . length ; i ++ ) {
if ( a [ i ] !== b [ i ] ) {
return false ;
}
}
return true ;
}
/ * *
* Returns a memoized selector function . The getDependants function argument is
* called before the memoized selector and is expected to return an immutable
* reference or array of references on which the selector depends for computing
* its own return value . The memoize cache is preserved only as long as those
* dependant references remain the same . If getDependants returns a different
* reference ( s ) , the cache is cleared and the selector value regenerated .
*
* @ param { Function } selector Selector function .
* @ param { Function } getDependants Dependant getter returning an immutable
* reference or array of reference used in
* cache bust consideration .
*
* @ return { Function } Memoized selector .
* /
/* harmony default export */ _ _webpack _exports _ _ [ "a" ] = ( function ( selector , getDependants ) {
var rootCache , getCache ;
// Use object source as dependant if getter not provided
if ( ! getDependants ) {
getDependants = arrayOf ;
}
/ * *
* Returns the root cache . If WeakMap is supported , this is assigned to the
* root WeakMap cache set , otherwise it is a shared instance of the default
* cache object .
*
* @ return { ( WeakMap | Object ) } Root cache object .
* /
function getRootCache ( ) {
return rootCache ;
}
/ * *
* Returns the cache for a given dependants array . When possible , a WeakMap
* will be used to create a unique cache for each set of dependants . This
* is feasible due to the nature of WeakMap in allowing garbage collection
* to occur on entries where the key object is no longer referenced . Since
* WeakMap requires the key to be an object , this is only possible when the
* dependant is object - like . The root cache is created as a hierarchy where
* each top - level key is the first entry in a dependants set , the value a
* WeakMap where each key is the next dependant , and so on . This continues
* so long as the dependants are object - like . If no dependants are object -
* like , then the cache is shared across all invocations .
*
* @ see isObjectLike
*
* @ param { Array } dependants Selector dependants .
*
* @ return { Object } Cache object .
* /
function getWeakMapCache ( dependants ) {
var caches = rootCache ,
isUniqueByDependants = true ,
i , dependant , map , cache ;
for ( i = 0 ; i < dependants . length ; i ++ ) {
dependant = dependants [ i ] ;
// Can only compose WeakMap from object-like key.
if ( ! isObjectLike ( dependant ) ) {
isUniqueByDependants = false ;
break ;
}
// Does current segment of cache already have a WeakMap?
if ( caches . has ( dependant ) ) {
// Traverse into nested WeakMap.
caches = caches . get ( dependant ) ;
} else {
// Create, set, and traverse into a new one.
map = new WeakMap ( ) ;
caches . set ( dependant , map ) ;
caches = map ;
}
}
// We use an arbitrary (but consistent) object as key for the last item
// in the WeakMap to serve as our running cache.
if ( ! caches . has ( LEAF _KEY ) ) {
cache = createCache ( ) ;
cache . isUniqueByDependants = isUniqueByDependants ;
caches . set ( LEAF _KEY , cache ) ;
}
return caches . get ( LEAF _KEY ) ;
}
// Assign cache handler by availability of WeakMap
getCache = hasWeakMap ? getWeakMapCache : getRootCache ;
/ * *
* Resets root memoization cache .
* /
function clear ( ) {
rootCache = hasWeakMap ? new WeakMap ( ) : createCache ( ) ;
}
// eslint-disable-next-line jsdoc/check-param-names
/ * *
* The augmented selector call , considering first whether dependants have
* changed before passing it to underlying memoize function .
*
* @ param { Object } source Source object for derivation .
* @ param { ... * } extraArgs Additional arguments to pass to selector .
*
* @ return { * } Selector result .
* /
function callSelector ( /* source, ...extraArgs */ ) {
var len = arguments . length ,
cache , node , i , args , dependants ;
// Create copy of arguments (avoid leaking deoptimization).
args = new Array ( len ) ;
for ( i = 0 ; i < len ; i ++ ) {
args [ i ] = arguments [ i ] ;
}
dependants = getDependants . apply ( null , args ) ;
cache = getCache ( dependants ) ;
// If not guaranteed uniqueness by dependants (primitive type or lack
// of WeakMap support), shallow compare against last dependants and, if
// references have changed, destroy cache to recalculate result.
if ( ! cache . isUniqueByDependants ) {
if ( cache . lastDependants && ! isShallowEqual ( dependants , cache . lastDependants , 0 ) ) {
cache . clear ( ) ;
}
cache . lastDependants = dependants ;
}
node = cache . head ;
while ( node ) {
// Check whether node arguments match arguments
if ( ! isShallowEqual ( node . args , args , 1 ) ) {
node = node . next ;
continue ;
}
// At this point we can assume we've found a match
// Surface matched node to head if not already
if ( node !== cache . head ) {
// Adjust siblings to point to each other.
node . prev . next = node . next ;
if ( node . next ) {
node . next . prev = node . prev ;
}
node . next = cache . head ;
node . prev = null ;
cache . head . prev = node ;
cache . head = node ;
}
// Return immediately
return node . val ;
}
// No cached value found. Continue to insertion phase:
node = {
// Generate the result from original function
val : selector . apply ( null , args ) ,
} ;
// Avoid including the source object in the cache.
args [ 0 ] = null ;
node . args = args ;
// Don't need to check whether node is already head, since it would
// have been returned above already if it was
// Shift existing head down list
if ( cache . head ) {
cache . head . prev = node ;
node . next = cache . head ;
}
cache . head = node ;
return node . val ;
}
callSelector . getDependants = getDependants ;
callSelector . clear = clear ;
clear ( ) ;
return callSelector ;
} ) ;
2020-01-08 12:57:23 +01:00
/***/ } ) ,
2020-07-21 14:14:37 +02:00
/***/ 448 :
2019-10-15 17:37:08 +02:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2019-09-19 17:19:18 +02:00
2019-10-15 17:37:08 +02:00
"use strict" ;
2020-06-29 13:50:29 +02:00
// ESM COMPAT FLAG
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . r ( _ _webpack _exports _ _ ) ;
2020-06-29 13:50:29 +02:00
// EXPORTS
_ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "EntityProvider" , function ( ) { return /* reexport */ EntityProvider ; } ) ;
_ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "useEntityId" , function ( ) { return /* reexport */ useEntityId ; } ) ;
_ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "useEntityProp" , function ( ) { return /* reexport */ useEntityProp ; } ) ;
_ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "useEntityBlockEditor" , function ( ) { return /* reexport */ useEntityBlockEditor ; } ) ;
// NAMESPACE OBJECT: ./node_modules/@wordpress/core-data/build-module/actions.js
2019-10-15 17:37:08 +02:00
var build _module _actions _namespaceObject = { } ;
_ _webpack _require _ _ . r ( build _module _actions _namespaceObject ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveUserQuery" , function ( ) { return receiveUserQuery ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveCurrentUser" , function ( ) { return receiveCurrentUser ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "addEntities" , function ( ) { return addEntities ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveEntityRecords" , function ( ) { return receiveEntityRecords ; } ) ;
2020-06-26 15:33:47 +02:00
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveCurrentTheme" , function ( ) { return receiveCurrentTheme ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveThemeSupports" , function ( ) { return receiveThemeSupports ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveEmbedPreview" , function ( ) { return receiveEmbedPreview ; } ) ;
2020-01-08 12:57:23 +01:00
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "editEntityRecord" , function ( ) { return actions _editEntityRecord ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "undo" , function ( ) { return undo ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "redo" , function ( ) { return redo ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "__unstableCreateUndoLevel" , function ( ) { return _ _unstableCreateUndoLevel ; } ) ;
2020-02-10 23:33:27 +01:00
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "saveEntityRecord" , function ( ) { return saveEntityRecord ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "saveEditedEntityRecord" , function ( ) { return saveEditedEntityRecord ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveUploadPermissions" , function ( ) { return receiveUploadPermissions ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveUserPermission" , function ( ) { return receiveUserPermission ; } ) ;
_ _webpack _require _ _ . d ( build _module _actions _namespaceObject , "receiveAutosaves" , function ( ) { return receiveAutosaves ; } ) ;
2020-06-29 13:50:29 +02:00
// NAMESPACE OBJECT: ./node_modules/@wordpress/core-data/build-module/selectors.js
2019-10-15 17:37:08 +02:00
var build _module _selectors _namespaceObject = { } ;
_ _webpack _require _ _ . r ( build _module _selectors _namespaceObject ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "isRequestingEmbedPreview" , function ( ) { return isRequestingEmbedPreview ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getAuthors" , function ( ) { return getAuthors ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getCurrentUser" , function ( ) { return getCurrentUser ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getUserQueryResults" , function ( ) { return getUserQueryResults ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEntitiesByKind" , function ( ) { return getEntitiesByKind ; } ) ;
2020-01-08 12:57:23 +01:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEntity" , function ( ) { return selectors _getEntity ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEntityRecord" , function ( ) { return getEntityRecord ; } ) ;
2020-02-10 23:33:27 +01:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "__experimentalGetEntityRecordNoResolver" , function ( ) { return _ _experimentalGetEntityRecordNoResolver ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getRawEntityRecord" , function ( ) { return getRawEntityRecord ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEntityRecords" , function ( ) { return getEntityRecords ; } ) ;
2020-06-26 15:33:47 +02:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "__experimentalGetDirtyEntityRecords" , function ( ) { return _ _experimentalGetDirtyEntityRecords ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEntityRecordEdits" , function ( ) { return getEntityRecordEdits ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEntityRecordNonTransientEdits" , function ( ) { return getEntityRecordNonTransientEdits ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "hasEditsForEntityRecord" , function ( ) { return hasEditsForEntityRecord ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEditedEntityRecord" , function ( ) { return getEditedEntityRecord ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "isAutosavingEntityRecord" , function ( ) { return isAutosavingEntityRecord ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "isSavingEntityRecord" , function ( ) { return isSavingEntityRecord ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getLastEntitySaveError" , function ( ) { return getLastEntitySaveError ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getUndoEdit" , function ( ) { return getUndoEdit ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getRedoEdit" , function ( ) { return getRedoEdit ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "hasUndo" , function ( ) { return hasUndo ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "hasRedo" , function ( ) { return hasRedo ; } ) ;
2020-06-26 15:33:47 +02:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getCurrentTheme" , function ( ) { return getCurrentTheme ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getThemeSupports" , function ( ) { return getThemeSupports ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getEmbedPreview" , function ( ) { return getEmbedPreview ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "isPreviewEmbedFallback" , function ( ) { return isPreviewEmbedFallback ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "hasUploadPermissions" , function ( ) { return hasUploadPermissions ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "canUser" , function ( ) { return canUser ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getAutosaves" , function ( ) { return getAutosaves ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getAutosave" , function ( ) { return getAutosave ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "hasFetchedAutosaves" , function ( ) { return hasFetchedAutosaves ; } ) ;
_ _webpack _require _ _ . d ( build _module _selectors _namespaceObject , "getReferenceByDistinctEdits" , function ( ) { return getReferenceByDistinctEdits ; } ) ;
2020-06-29 13:50:29 +02:00
// NAMESPACE OBJECT: ./node_modules/@wordpress/core-data/build-module/resolvers.js
2019-10-15 17:37:08 +02:00
var resolvers _namespaceObject = { } ;
_ _webpack _require _ _ . r ( resolvers _namespaceObject ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getAuthors" , function ( ) { return resolvers _getAuthors ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getCurrentUser" , function ( ) { return resolvers _getCurrentUser ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getEntityRecord" , function ( ) { return resolvers _getEntityRecord ; } ) ;
2020-06-26 15:33:47 +02:00
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getRawEntityRecord" , function ( ) { return resolvers _getRawEntityRecord ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getEditedEntityRecord" , function ( ) { return resolvers _getEditedEntityRecord ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getEntityRecords" , function ( ) { return resolvers _getEntityRecords ; } ) ;
2020-06-26 15:33:47 +02:00
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getCurrentTheme" , function ( ) { return resolvers _getCurrentTheme ; } ) ;
2019-10-15 17:37:08 +02:00
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getThemeSupports" , function ( ) { return resolvers _getThemeSupports ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getEmbedPreview" , function ( ) { return resolvers _getEmbedPreview ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "hasUploadPermissions" , function ( ) { return resolvers _hasUploadPermissions ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "canUser" , function ( ) { return resolvers _canUser ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getAutosaves" , function ( ) { return resolvers _getAutosaves ; } ) ;
_ _webpack _require _ _ . d ( resolvers _namespaceObject , "getAutosave" , function ( ) { return resolvers _getAutosave ; } ) ;
2019-09-19 17:19:18 +02:00
2020-02-06 22:03:31 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
var defineProperty = _ _webpack _require _ _ ( 5 ) ;
2019-09-19 17:19:18 +02:00
2019-10-15 17:37:08 +02:00
// EXTERNAL MODULE: external {"this":["wp","data"]}
var external _this _wp _data _ = _ _webpack _require _ _ ( 4 ) ;
2019-09-19 17:19:18 +02:00
2019-10-15 17:37:08 +02:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
2020-07-21 14:14:37 +02:00
var slicedToArray = _ _webpack _require _ _ ( 14 ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
2020-07-21 14:14:37 +02:00
var toConsumableArray = _ _webpack _require _ _ ( 18 ) ;
2018-12-14 12:02:53 +01:00
2020-01-03 14:17:24 +01:00
// EXTERNAL MODULE: external {"this":"lodash"}
var external _this _lodash _ = _ _webpack _require _ _ ( 2 ) ;
2019-10-15 17:37:08 +02:00
// EXTERNAL MODULE: external {"this":["wp","isShallowEqual"]}
2020-07-21 14:14:37 +02:00
var external _this _wp _isShallowEqual _ = _ _webpack _require _ _ ( 64 ) ;
2019-10-15 17:37:08 +02:00
var external _this _wp _isShallowEqual _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( external _this _wp _isShallowEqual _ ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/utils/if-matching-action.js
/ * *
* A higher - order reducer creator which invokes the original reducer only if
* the dispatching action matches the given predicate , * * OR * * if state is
* initializing ( undefined ) .
*
* @ param { Function } isMatch Function predicate for allowing reducer call .
*
* @ return { Function } Higher - order reducer .
* /
var ifMatchingAction = function ifMatchingAction ( isMatch ) {
return function ( reducer ) {
return function ( state , action ) {
if ( state === undefined || isMatch ( action ) ) {
return reducer ( state , action ) ;
}
return state ;
} ;
} ;
} ;
/* harmony default export */ var if _matching _action = ( ifMatchingAction ) ;
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/utils/replace-action.js
/ * *
* Higher - order reducer creator which substitutes the action object before
* passing to the original reducer .
*
* @ param { Function } replacer Function mapping original action to replacement .
*
* @ return { Function } Higher - order reducer .
* /
var replaceAction = function replaceAction ( replacer ) {
return function ( reducer ) {
return function ( state , action ) {
return reducer ( state , replacer ( action ) ) ;
} ;
} ;
} ;
/* harmony default export */ var replace _action = ( replaceAction ) ;
2019-10-15 17:37:08 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/utils/conservative-map-item.js
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* External dependencies
2018-12-14 05:41:57 +01:00
* /
2018-12-14 12:02:53 +01:00
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Given the current and next item entity , returns the minimally "modified"
* result of the next item , preferring value references from the original item
* if equal . If all values match , the original item is returned .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } item Original item .
* @ param { Object } nextItem Next item .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ return { Object } Minimally modified merged item .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function conservativeMapItem ( item , nextItem ) {
// Return next item in its entirety if there is no original item.
if ( ! item ) {
return nextItem ;
}
var hasChanges = false ;
var result = { } ;
for ( var key in nextItem ) {
2020-01-03 14:17:24 +01:00
if ( Object ( external _this _lodash _ [ "isEqual" ] ) ( item [ key ] , nextItem [ key ] ) ) {
2019-10-15 17:37:08 +02:00
result [ key ] = item [ key ] ;
} else {
hasChanges = true ;
result [ key ] = nextItem [ key ] ;
}
}
if ( ! hasChanges ) {
return item ;
}
return result ;
2018-12-14 05:41:57 +01:00
}
2018-12-18 04:14:52 +01:00
2019-10-15 17:37:08 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/utils/on-sub-key.js
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
2020-02-06 22:03:31 +01:00
function ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2018-12-18 04:14:52 +01:00
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Higher - order reducer creator which creates a combined reducer object , keyed
* by a property on the action object .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { string } actionProperty Action property by which to key object .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ return { Function } Higher - order reducer .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
var on _sub _key _onSubKey = function onSubKey ( actionProperty ) {
return function ( reducer ) {
return function ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
// Retrieve subkey from action. Do not track if undefined; useful for cases
// where reducer is scoped by action shape.
var key = action [ actionProperty ] ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
if ( key === undefined ) {
return state ;
} // Avoid updating state if unchanged. Note that this also accounts for a
// reducer which returns undefined on a key which is not yet tracked.
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
var nextKeyState = reducer ( state [ key ] , action ) ;
if ( nextKeyState === state [ key ] ) {
return state ;
}
2020-02-06 22:03:31 +01:00
return _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , key , nextKeyState ) ) ;
2019-10-15 17:37:08 +02:00
} ;
} ;
} ;
2020-06-26 15:33:47 +02:00
/* harmony default export */ var on _sub _key = ( on _sub _key _onSubKey ) ;
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: external {"this":"regeneratorRuntime"}
2020-07-21 14:14:37 +02:00
var external _this _regeneratorRuntime _ = _ _webpack _require _ _ ( 24 ) ;
2020-06-26 15:33:47 +02:00
var external _this _regeneratorRuntime _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( external _this _regeneratorRuntime _ ) ;
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: external {"this":["wp","i18n"]}
var external _this _wp _i18n _ = _ _webpack _require _ _ ( 1 ) ;
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/queried-data/actions.js
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
function actions _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
function actions _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { actions _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { actions _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2019-09-19 17:19:18 +02:00
/ * *
2020-06-26 15:33:47 +02:00
* External dependencies
2019-09-19 17:19:18 +02:00
* /
/ * *
2020-06-26 15:33:47 +02:00
* Returns an action object used in signalling that items have been received .
2019-09-19 17:19:18 +02:00
*
2020-06-26 15:33:47 +02:00
* @ param { Array } items Items received .
2019-09-19 17:19:18 +02:00
*
2020-06-26 15:33:47 +02:00
* @ return { Object } Action object .
2019-09-19 17:19:18 +02:00
* /
2020-06-26 15:33:47 +02:00
function receiveItems ( items ) {
return {
type : 'RECEIVE_ITEMS' ,
items : Object ( external _this _lodash _ [ "castArray" ] ) ( items )
} ;
2019-09-19 17:19:18 +02:00
}
2018-12-14 05:41:57 +01:00
/ * *
2020-06-26 15:33:47 +02:00
* Returns an action object used in signalling that queried data has been
* received .
2018-12-18 04:14:52 +01:00
*
2020-06-26 15:33:47 +02:00
* @ param { Array } items Queried items received .
* @ param { ? Object } query Optional query object .
2019-10-15 17:37:08 +02:00
*
2020-06-26 15:33:47 +02:00
* @ return { Object } Action object .
2018-12-14 05:41:57 +01:00
* /
2020-06-26 15:33:47 +02:00
function receiveQueriedItems ( items ) {
2019-10-15 17:37:08 +02:00
var query = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : { } ;
2020-06-26 15:33:47 +02:00
return actions _objectSpread ( { } , receiveItems ( items ) , {
query : query
} ) ;
}
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
// EXTERNAL MODULE: external {"this":["wp","apiFetch"]}
2020-06-26 15:33:47 +02:00
var external _this _wp _apiFetch _ = _ _webpack _require _ _ ( 45 ) ;
2019-10-15 17:37:08 +02:00
var external _this _wp _apiFetch _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( external _this _wp _apiFetch _ ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/controls.js
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
/ * *
* WordPress dependencies
* /
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Trigger an API Fetch request .
2018-12-18 04:14:52 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } request API Fetch Request Object .
* @ return { Object } control descriptor .
2018-12-18 04:14:52 +01:00
* /
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
function apiFetch ( request ) {
return {
type : 'API_FETCH' ,
request : request
} ;
}
2018-12-18 04:14:52 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Calls a selector using the current state .
*
* @ param { string } selectorName Selector name .
* @ param { Array } args Selector arguments .
*
* @ return { Object } control descriptor .
2018-12-18 04:14:52 +01:00
* /
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
function controls _select ( selectorName ) {
for ( var _len = arguments . length , args = new Array ( _len > 1 ? _len - 1 : 0 ) , _key = 1 ; _key < _len ; _key ++ ) {
args [ _key - 1 ] = arguments [ _key ] ;
}
return {
type : 'SELECT' ,
selectorName : selectorName ,
args : args
} ;
}
2018-12-18 04:14:52 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Dispatches a control action for triggering a registry select that has a
* resolver .
2018-12-18 04:14:52 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { string } selectorName
* @ param { Array } args Arguments for the select .
2018-12-18 04:14:52 +01:00
*
2019-10-15 17:37:08 +02:00
* @ return { Object } control descriptor .
2018-12-18 04:14:52 +01:00
* /
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
function resolveSelect ( selectorName ) {
for ( var _len2 = arguments . length , args = new Array ( _len2 > 1 ? _len2 - 1 : 0 ) , _key2 = 1 ; _key2 < _len2 ; _key2 ++ ) {
args [ _key2 - 1 ] = arguments [ _key2 ] ;
}
2018-12-14 12:02:53 +01:00
2019-10-15 17:37:08 +02:00
return {
type : 'RESOLVE_SELECT' ,
selectorName : selectorName ,
args : args
2018-12-14 12:02:53 +01:00
} ;
2018-12-18 04:14:52 +01:00
}
2019-10-15 17:37:08 +02:00
var controls = {
API _FETCH : function API _FETCH ( _ref ) {
var request = _ref . request ;
return external _this _wp _apiFetch _default ( ) ( request ) ;
} ,
SELECT : Object ( external _this _wp _data _ [ "createRegistryControl" ] ) ( function ( registry ) {
return function ( _ref2 ) {
var _registry$select ;
2018-12-14 12:02:53 +01:00
2019-10-15 17:37:08 +02:00
var selectorName = _ref2 . selectorName ,
args = _ref2 . args ;
return ( _registry$select = registry . select ( 'core' ) ) [ selectorName ] . apply ( _registry$select , Object ( toConsumableArray [ "a" /* default */ ] ) ( args ) ) ;
} ;
} ) ,
RESOLVE _SELECT : Object ( external _this _wp _data _ [ "createRegistryControl" ] ) ( function ( registry ) {
return function ( _ref3 ) {
2020-01-08 12:57:23 +01:00
var _registry$ _ _experimen ;
2019-10-15 17:37:08 +02:00
var selectorName = _ref3 . selectorName ,
args = _ref3 . args ;
2020-01-08 12:57:23 +01:00
return ( _registry$ _ _experimen = registry . _ _experimentalResolveSelect ( 'core' ) ) [ selectorName ] . apply ( _registry$ _ _experimen , Object ( toConsumableArray [ "a" /* default */ ] ) ( args ) ) ;
2019-10-15 17:37:08 +02:00
} ;
} )
} ;
/* harmony default export */ var build _module _controls = ( controls ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/actions.js
2018-12-14 05:41:57 +01:00
2019-09-19 17:19:18 +02:00
2018-12-14 05:41:57 +01:00
2020-02-06 22:03:31 +01:00
2020-06-26 15:33:47 +02:00
var _marked = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( actions _editEntityRecord ) ,
_marked2 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( undo ) ,
_marked3 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( redo ) ,
_marked4 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( saveEntityRecord ) ,
_marked5 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( saveEditedEntityRecord ) ;
2018-12-14 05:41:57 +01:00
2020-02-06 22:03:31 +01:00
function build _module _actions _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function build _module _actions _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { build _module _actions _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { build _module _actions _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2018-12-14 05:41:57 +01:00
/ * *
* External dependencies
* /
/ * *
2019-10-15 17:37:08 +02:00
* Internal dependencies
* /
/ * *
* Returns an action object used in signalling that authors have been received .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { string } queryID Query ID .
* @ param { Array | Object } users Users received .
2018-12-14 05:41:57 +01:00
*
* @ return { Object } Action object .
* /
2019-10-15 17:37:08 +02:00
function receiveUserQuery ( queryID , users ) {
2018-12-14 05:41:57 +01:00
return {
2019-10-15 17:37:08 +02:00
type : 'RECEIVE_USER_QUERY' ,
2020-01-03 14:17:24 +01:00
users : Object ( external _this _lodash _ [ "castArray" ] ) ( users ) ,
2019-10-15 17:37:08 +02:00
queryID : queryID
2018-12-14 05:41:57 +01:00
} ;
}
/ * *
2019-10-15 17:37:08 +02:00
* Returns an action used in signalling that the current user has been received .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } currentUser Current user object .
2018-12-14 05:41:57 +01:00
*
* @ return { Object } Action object .
* /
2019-10-15 17:37:08 +02:00
function receiveCurrentUser ( currentUser ) {
return {
type : 'RECEIVE_CURRENT_USER' ,
currentUser : currentUser
} ;
2018-12-14 05:41:57 +01:00
}
/ * *
2019-10-15 17:37:08 +02:00
* Returns an action object used in adding new entities .
*
* @ param { Array } entities Entities received .
*
* @ return { Object } Action object .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function addEntities ( entities ) {
return {
type : 'ADD_ENTITIES' ,
entities : entities
} ;
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns an action object used in signalling that entity records have been received .
*
* @ param { string } kind Kind of the received entity .
* @ param { string } name Name of the received entity .
* @ param { Array | Object } records Records received .
* @ param { ? Object } query Query Object .
* @ param { ? boolean } invalidateCache Should invalidate query caches
*
* @ return { Object } Action object .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function receiveEntityRecords ( kind , name , records , query ) {
var invalidateCache = arguments . length > 4 && arguments [ 4 ] !== undefined ? arguments [ 4 ] : false ;
// Auto drafts should not have titles, but some plugins rely on them so we can't filter this
// on the server.
if ( kind === 'postType' ) {
2020-01-03 14:17:24 +01:00
records = Object ( external _this _lodash _ [ "castArray" ] ) ( records ) . map ( function ( record ) {
2020-02-06 22:03:31 +01:00
return record . status === 'auto-draft' ? build _module _actions _objectSpread ( { } , record , {
2019-10-15 17:37:08 +02:00
title : ''
} ) : record ;
} ) ;
}
var action ;
if ( query ) {
action = receiveQueriedItems ( records , query ) ;
} else {
action = receiveItems ( records ) ;
}
2018-12-14 05:41:57 +01:00
2020-02-06 22:03:31 +01:00
return build _module _actions _objectSpread ( { } , action , {
2019-10-15 17:37:08 +02:00
kind : kind ,
name : name ,
invalidateCache : invalidateCache
} ) ;
}
2020-06-26 15:33:47 +02:00
/ * *
* Returns an action object used in signalling that the current theme has been received .
*
* @ param { Object } currentTheme The current theme .
*
* @ return { Object } Action object .
* /
function receiveCurrentTheme ( currentTheme ) {
return {
type : 'RECEIVE_CURRENT_THEME' ,
currentTheme : currentTheme
} ;
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns an action object used in signalling that the index has been received .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } themeSupports Theme support for the current theme .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ return { Object } Action object .
2018-12-18 04:14:52 +01:00
* /
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
function receiveThemeSupports ( themeSupports ) {
return {
type : 'RECEIVE_THEME_SUPPORTS' ,
themeSupports : themeSupports
} ;
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns an action object used in signalling that the preview data for
* a given URl has been received .
2018-12-14 05:41:57 +01:00
*
2020-01-08 12:57:23 +01:00
* @ param { string } url URL to preview the embed for .
* @ param { * } preview Preview data .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ return { Object } Action object .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function receiveEmbedPreview ( url , preview ) {
return {
type : 'RECEIVE_EMBED_PREVIEW' ,
url : url ,
preview : preview
} ;
}
/ * *
* Returns an action object that triggers an
* edit to an entity record .
*
* @ param { string } kind Kind of the edited entity record .
* @ param { string } name Name of the edited entity record .
* @ param { number } recordId Record ID of the edited entity record .
* @ param { Object } edits The edits .
* @ param { Object } options Options for the edit .
* @ param { boolean } options . undoIgnore Whether to ignore the edit in undo history or not .
*
* @ return { Object } Action object .
* /
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
function actions _editEntityRecord ( kind , name , recordId , edits ) {
2019-10-15 17:37:08 +02:00
var options ,
2019-12-09 18:37:10 +01:00
entity ,
_entity$transientEdit ,
2019-10-15 17:37:08 +02:00
transientEdits ,
2019-12-09 18:37:10 +01:00
_entity$mergedEdits ,
2019-10-15 17:37:08 +02:00
mergedEdits ,
record ,
editedRecord ,
edit ,
_args = arguments ;
2018-12-14 05:41:57 +01:00
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function editEntityRecord$ ( _context ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context . prev = _context . next ) {
case 0 :
options = _args . length > 4 && _args [ 4 ] !== undefined ? _args [ 4 ] : { } ;
_context . next = 3 ;
return controls _select ( 'getEntity' , kind , name ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 3 :
2019-12-09 18:37:10 +01:00
entity = _context . sent ;
if ( entity ) {
_context . next = 6 ;
break ;
}
throw new Error ( "The entity being edited (" . concat ( kind , ", " ) . concat ( name , ") does not have a loaded config." ) ) ;
case 6 :
_entity$transientEdit = entity . transientEdits , transientEdits = _entity$transientEdit === void 0 ? { } : _entity$transientEdit , _entity$mergedEdits = entity . mergedEdits , mergedEdits = _entity$mergedEdits === void 0 ? { } : _entity$mergedEdits ;
_context . next = 9 ;
2019-10-15 17:37:08 +02:00
return controls _select ( 'getRawEntityRecord' , kind , name , recordId ) ;
2018-12-14 05:41:57 +01:00
2019-12-09 18:37:10 +01:00
case 9 :
2019-10-15 17:37:08 +02:00
record = _context . sent ;
2019-12-09 18:37:10 +01:00
_context . next = 12 ;
2019-10-15 17:37:08 +02:00
return controls _select ( 'getEditedEntityRecord' , kind , name , recordId ) ;
2018-12-14 05:41:57 +01:00
2019-12-09 18:37:10 +01:00
case 12 :
2019-10-15 17:37:08 +02:00
editedRecord = _context . sent ;
edit = {
kind : kind ,
name : name ,
recordId : recordId ,
// Clear edits when they are equal to their persisted counterparts
// so that the property is not considered dirty.
edits : Object . keys ( edits ) . reduce ( function ( acc , key ) {
var recordValue = record [ key ] ;
var editedRecordValue = editedRecord [ key ] ;
2020-02-06 22:03:31 +01:00
var value = mergedEdits [ key ] ? build _module _actions _objectSpread ( { } , editedRecordValue , { } , edits [ key ] ) : edits [ key ] ;
2020-01-03 14:17:24 +01:00
acc [ key ] = Object ( external _this _lodash _ [ "isEqual" ] ) ( recordValue , value ) ? undefined : value ;
2019-10-15 17:37:08 +02:00
return acc ;
} , { } ) ,
transientEdits : transientEdits
} ;
2020-02-06 22:03:31 +01:00
return _context . abrupt ( "return" , build _module _actions _objectSpread ( {
2019-10-15 17:37:08 +02:00
type : 'EDIT_ENTITY_RECORD'
} , edit , {
meta : {
2020-02-06 22:03:31 +01:00
undo : ! options . undoIgnore && build _module _actions _objectSpread ( { } , edit , {
2019-10-15 17:37:08 +02:00
// Send the current values for things like the first undo stack entry.
edits : Object . keys ( edits ) . reduce ( function ( acc , key ) {
acc [ key ] = editedRecord [ key ] ;
return acc ;
} , { } )
} )
}
} ) ) ;
2018-12-14 05:41:57 +01:00
2019-12-09 18:37:10 +01:00
case 15 :
2019-10-15 17:37:08 +02:00
case "end" :
return _context . stop ( ) ;
}
}
} , _marked ) ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Action triggered to undo the last edit to
* an entity record , if any .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function undo ( ) {
var undoEdit ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function undo$ ( _context2 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context2 . prev = _context2 . next ) {
case 0 :
_context2 . next = 2 ;
return controls _select ( 'getUndoEdit' ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 2 :
undoEdit = _context2 . sent ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
if ( undoEdit ) {
_context2 . next = 5 ;
break ;
}
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
return _context2 . abrupt ( "return" ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 5 :
_context2 . next = 7 ;
2020-02-06 22:03:31 +01:00
return build _module _actions _objectSpread ( {
2019-10-15 17:37:08 +02:00
type : 'EDIT_ENTITY_RECORD'
} , undoEdit , {
meta : {
isUndo : true
}
} ) ;
case 7 :
case "end" :
return _context2 . stop ( ) ;
}
}
} , _marked2 ) ;
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Action triggered to redo the last undoed
* edit to an entity record , if any .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function redo ( ) {
var redoEdit ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function redo$ ( _context3 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context3 . prev = _context3 . next ) {
case 0 :
_context3 . next = 2 ;
return controls _select ( 'getRedoEdit' ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 2 :
redoEdit = _context3 . sent ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
if ( redoEdit ) {
_context3 . next = 5 ;
break ;
}
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
return _context3 . abrupt ( "return" ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 5 :
_context3 . next = 7 ;
2020-02-06 22:03:31 +01:00
return build _module _actions _objectSpread ( {
2019-10-15 17:37:08 +02:00
type : 'EDIT_ENTITY_RECORD'
} , redoEdit , {
meta : {
isRedo : true
}
} ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 7 :
case "end" :
return _context3 . stop ( ) ;
}
}
} , _marked3 ) ;
2018-12-14 05:41:57 +01:00
}
/ * *
2019-10-15 17:37:08 +02:00
* Forces the creation of a new undo level .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ return { Object } Action object .
2018-12-18 04:14:52 +01:00
* /
2019-10-15 17:37:08 +02:00
function _ _unstableCreateUndoLevel ( ) {
return {
type : 'CREATE_UNDO_LEVEL'
} ;
}
/ * *
* Action triggered to save an entity record .
*
2020-06-26 15:33:47 +02:00
* @ param { string } kind Kind of the received entity .
* @ param { string } name Name of the received entity .
* @ param { Object } record Record to be saved .
* @ param { Object } options Saving options .
* @ param { boolean } [ options . isAutosave = false ] Whether this is an autosave .
2019-10-15 17:37:08 +02:00
* /
2018-12-14 05:41:57 +01:00
2020-02-10 23:33:27 +01:00
function saveEntityRecord ( kind , name , record ) {
2019-12-09 18:37:10 +01:00
var _ref ,
_ref$isAutosave ,
2019-09-19 17:19:18 +02:00
isAutosave ,
entities ,
entity ,
entityIdKey ,
recordId ,
2020-02-06 22:03:31 +01:00
_i ,
_Object$entries ,
_Object$entries$ _i ,
key ,
value ,
evaluatedValue ,
2019-09-19 17:19:18 +02:00
updatedRecord ,
error ,
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
persistedEntity ,
currentEdits ,
2019-09-19 17:19:18 +02:00
path ,
persistedRecord ,
currentUser ,
currentUserId ,
autosavePost ,
data ,
newRecord ,
_data ,
_args4 = arguments ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function saveEntityRecord$ ( _context4 ) {
2019-09-19 17:19:18 +02:00
while ( 1 ) {
switch ( _context4 . prev = _context4 . next ) {
case 0 :
2019-12-09 18:37:10 +01:00
_ref = _args4 . length > 3 && _args4 [ 3 ] !== undefined ? _args4 [ 3 ] : {
2019-09-19 17:19:18 +02:00
isAutosave : false
2019-12-09 18:37:10 +01:00
} , _ref$isAutosave = _ref . isAutosave , isAutosave = _ref$isAutosave === void 0 ? false : _ref$isAutosave ;
2019-09-19 17:19:18 +02:00
_context4 . next = 3 ;
return getKindEntities ( kind ) ;
2018-12-14 05:41:57 +01:00
2019-09-19 17:19:18 +02:00
case 3 :
entities = _context4 . sent ;
2020-01-03 14:17:24 +01:00
entity = Object ( external _this _lodash _ [ "find" ] ) ( entities , {
2019-09-19 17:19:18 +02:00
kind : kind ,
name : name
} ) ;
2018-12-18 04:14:52 +01:00
2019-09-19 17:19:18 +02:00
if ( entity ) {
_context4 . next = 7 ;
break ;
}
return _context4 . abrupt ( "return" ) ;
case 7 :
entityIdKey = entity . key || DEFAULT _ENTITY _KEY ;
2020-02-06 22:03:31 +01:00
recordId = record [ entityIdKey ] ; // Evaluate optimized edits.
// (Function edits that should be evaluated on save to avoid expensive computations on every edit.)
_i = 0 , _Object$entries = Object . entries ( record ) ;
case 10 :
if ( ! ( _i < _Object$entries . length ) ) {
_context4 . next = 24 ;
break ;
}
_Object$entries$ _i = Object ( slicedToArray [ "a" /* default */ ] ) ( _Object$entries [ _i ] , 2 ) , key = _Object$entries$ _i [ 0 ] , value = _Object$entries$ _i [ 1 ] ;
if ( ! ( typeof value === 'function' ) ) {
_context4 . next = 21 ;
break ;
}
_context4 . t0 = value ;
_context4 . next = 16 ;
return controls _select ( 'getEditedEntityRecord' , kind , name , recordId ) ;
case 16 :
_context4 . t1 = _context4 . sent ;
evaluatedValue = ( 0 , _context4 . t0 ) ( _context4 . t1 ) ;
_context4 . next = 20 ;
return actions _editEntityRecord ( kind , name , recordId , Object ( defineProperty [ "a" /* default */ ] ) ( { } , key , evaluatedValue ) , {
undoIgnore : true
} ) ;
case 20 :
record [ key ] = evaluatedValue ;
case 21 :
_i ++ ;
_context4 . next = 10 ;
break ;
case 24 :
_context4 . next = 26 ;
2019-09-19 17:19:18 +02:00
return {
type : 'SAVE_ENTITY_RECORD_START' ,
kind : kind ,
name : name ,
recordId : recordId ,
isAutosave : isAutosave
} ;
2020-02-06 22:03:31 +01:00
case 26 :
_context4 . prev = 26 ;
2019-09-19 17:19:18 +02:00
path = "" . concat ( entity . baseURL ) . concat ( recordId ? '/' + recordId : '' ) ;
2020-02-06 22:03:31 +01:00
_context4 . next = 30 ;
2019-09-19 17:19:18 +02:00
return controls _select ( 'getRawEntityRecord' , kind , name , recordId ) ;
2020-02-06 22:03:31 +01:00
case 30 :
2019-09-19 17:19:18 +02:00
persistedRecord = _context4 . sent ;
if ( ! isAutosave ) {
2020-02-06 22:03:31 +01:00
_context4 . next = 55 ;
2019-09-19 17:19:18 +02:00
break ;
}
2020-02-06 22:03:31 +01:00
_context4 . next = 34 ;
2019-09-19 17:19:18 +02:00
return controls _select ( 'getCurrentUser' ) ;
2020-02-06 22:03:31 +01:00
case 34 :
2019-09-19 17:19:18 +02:00
currentUser = _context4 . sent ;
currentUserId = currentUser ? currentUser . id : undefined ;
2020-02-06 22:03:31 +01:00
_context4 . next = 38 ;
2019-09-19 17:19:18 +02:00
return controls _select ( 'getAutosave' , persistedRecord . type , persistedRecord . id , currentUserId ) ;
2020-02-06 22:03:31 +01:00
case 38 :
2019-09-19 17:19:18 +02:00
autosavePost = _context4 . sent ;
// Autosaves need all expected fields to be present.
// So we fallback to the previous autosave and then
// to the actual persisted entity if the edits don't
// have a value.
2020-02-06 22:03:31 +01:00
data = build _module _actions _objectSpread ( { } , persistedRecord , { } , autosavePost , { } , record ) ;
2019-09-19 17:19:18 +02:00
data = Object . keys ( data ) . reduce ( function ( acc , key ) {
if ( [ 'title' , 'excerpt' , 'content' ] . includes ( key ) ) {
// Edits should be the "raw" attribute values.
2020-01-03 14:17:24 +01:00
acc [ key ] = Object ( external _this _lodash _ [ "get" ] ) ( data [ key ] , 'raw' , data [ key ] ) ;
2019-09-19 17:19:18 +02:00
}
return acc ;
} , {
status : data . status === 'auto-draft' ? 'draft' : data . status
} ) ;
2020-02-06 22:03:31 +01:00
_context4 . next = 43 ;
2019-09-19 17:19:18 +02:00
return apiFetch ( {
path : "" . concat ( path , "/autosaves" ) ,
method : 'POST' ,
data : data
} ) ;
2020-02-06 22:03:31 +01:00
case 43 :
2019-09-19 17:19:18 +02:00
updatedRecord = _context4 . sent ;
if ( ! ( persistedRecord . id === updatedRecord . id ) ) {
2020-02-06 22:03:31 +01:00
_context4 . next = 51 ;
2019-09-19 17:19:18 +02:00
break ;
}
2020-02-06 22:03:31 +01:00
newRecord = build _module _actions _objectSpread ( { } , persistedRecord , { } , data , { } , updatedRecord ) ;
2019-09-19 17:19:18 +02:00
newRecord = Object . keys ( newRecord ) . reduce ( function ( acc , key ) {
// These properties are persisted in autosaves.
if ( [ 'title' , 'excerpt' , 'content' ] . includes ( key ) ) {
// Edits should be the "raw" attribute values.
2020-01-03 14:17:24 +01:00
acc [ key ] = Object ( external _this _lodash _ [ "get" ] ) ( newRecord [ key ] , 'raw' , newRecord [ key ] ) ;
2019-09-19 17:19:18 +02:00
} else if ( key === 'status' ) {
// Status is only persisted in autosaves when going from
// "auto-draft" to "draft".
acc [ key ] = persistedRecord . status === 'auto-draft' && newRecord . status === 'draft' ? newRecord . status : persistedRecord . status ;
} else {
// These properties are not persisted in autosaves.
2020-01-03 14:17:24 +01:00
acc [ key ] = Object ( external _this _lodash _ [ "get" ] ) ( persistedRecord [ key ] , 'raw' , persistedRecord [ key ] ) ;
2019-09-19 17:19:18 +02:00
}
return acc ;
} , { } ) ;
2020-02-06 22:03:31 +01:00
_context4 . next = 49 ;
2019-09-19 17:19:18 +02:00
return receiveEntityRecords ( kind , name , newRecord , undefined , true ) ;
2020-02-06 22:03:31 +01:00
case 49 :
_context4 . next = 53 ;
2019-09-19 17:19:18 +02:00
break ;
2020-02-06 22:03:31 +01:00
case 51 :
_context4 . next = 53 ;
2019-09-19 17:19:18 +02:00
return receiveAutosaves ( persistedRecord . id , updatedRecord ) ;
2020-02-06 22:03:31 +01:00
case 53 :
_context4 . next = 70 ;
2019-09-19 17:19:18 +02:00
break ;
2020-02-06 22:03:31 +01:00
case 55 :
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
// Auto drafts should be converted to drafts on explicit saves and we should not respect their default title,
2019-09-19 17:19:18 +02:00
// but some plugins break with this behavior so we can't filter it on the server.
_data = record ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
if ( kind === 'postType' && persistedRecord && persistedRecord . status === 'auto-draft' ) {
if ( ! _data . status ) {
2020-02-06 22:03:31 +01:00
_data = build _module _actions _objectSpread ( { } , _data , {
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
status : 'draft'
} ) ;
}
if ( ! _data . title || _data . title === 'Auto Draft' ) {
2020-02-06 22:03:31 +01:00
_data = build _module _actions _objectSpread ( { } , _data , {
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
title : ''
} ) ;
}
2020-02-06 22:03:31 +01:00
} // Get the full local version of the record before the update,
// to merge it with the edits and then propagate it to subscribers
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
2019-09-19 17:19:18 +02:00
2020-02-06 22:03:31 +01:00
_context4 . next = 59 ;
2020-02-10 23:33:27 +01:00
return controls _select ( '__experimentalGetEntityRecordNoResolver' , kind , name , recordId ) ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
2020-02-06 22:03:31 +01:00
case 59 :
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
persistedEntity = _context4 . sent ;
2020-02-06 22:03:31 +01:00
_context4 . next = 62 ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
return controls _select ( 'getEntityRecordEdits' , kind , name , recordId ) ;
2020-02-06 22:03:31 +01:00
case 62 :
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
currentEdits = _context4 . sent ;
2020-02-06 22:03:31 +01:00
_context4 . next = 65 ;
return receiveEntityRecords ( kind , name , build _module _actions _objectSpread ( { } , persistedEntity , { } , _data ) , undefined , true ) ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
2020-02-06 22:03:31 +01:00
case 65 :
_context4 . next = 67 ;
2019-09-19 17:19:18 +02:00
return apiFetch ( {
path : path ,
method : recordId ? 'PUT' : 'POST' ,
data : _data
} ) ;
2020-02-06 22:03:31 +01:00
case 67 :
2019-09-19 17:19:18 +02:00
updatedRecord = _context4 . sent ;
2020-02-06 22:03:31 +01:00
_context4 . next = 70 ;
2019-09-19 17:19:18 +02:00
return receiveEntityRecords ( kind , name , updatedRecord , undefined , true ) ;
2020-02-06 22:03:31 +01:00
case 70 :
_context4 . next = 93 ;
2019-09-19 17:19:18 +02:00
break ;
2020-02-06 22:03:31 +01:00
case 72 :
_context4 . prev = 72 ;
_context4 . t2 = _context4 [ "catch" ] ( 26 ) ;
error = _context4 . t2 ; // If we got to the point in the try block where we made an optimistic update,
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
// we need to roll it back here.
2019-09-19 17:19:18 +02:00
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
if ( ! ( persistedEntity && currentEdits ) ) {
2020-02-06 22:03:31 +01:00
_context4 . next = 93 ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
break ;
}
2020-02-06 22:03:31 +01:00
_context4 . next = 78 ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
return receiveEntityRecords ( kind , name , persistedEntity , undefined , true ) ;
2020-02-06 22:03:31 +01:00
case 78 :
_context4 . t3 = actions _editEntityRecord ;
_context4 . t4 = kind ;
_context4 . t5 = name ;
_context4 . t6 = recordId ;
_context4 . t7 = build _module _actions _objectSpread ;
_context4 . t8 = { } ;
_context4 . t9 = currentEdits ;
_context4 . t10 = { } ;
_context4 . next = 88 ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
return controls _select ( 'getEntityRecordEdits' , kind , name , recordId ) ;
2020-02-06 22:03:31 +01:00
case 88 :
_context4 . t11 = _context4 . sent ;
_context4 . t12 = ( 0 , _context4 . t7 ) ( _context4 . t8 , _context4 . t9 , _context4 . t10 , _context4 . t11 ) ;
_context4 . t13 = {
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
undoIgnore : true
} ;
2020-02-06 22:03:31 +01:00
_context4 . next = 93 ;
return ( 0 , _context4 . t3 ) ( _context4 . t4 , _context4 . t5 , _context4 . t6 , _context4 . t12 , _context4 . t13 ) ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
2020-02-06 22:03:31 +01:00
case 93 :
_context4 . next = 95 ;
2019-09-19 17:19:18 +02:00
return {
type : 'SAVE_ENTITY_RECORD_FINISH' ,
kind : kind ,
name : name ,
recordId : recordId ,
error : error ,
isAutosave : isAutosave
} ;
2020-02-06 22:03:31 +01:00
case 95 :
2019-09-19 17:19:18 +02:00
return _context4 . abrupt ( "return" , updatedRecord ) ;
2020-02-06 22:03:31 +01:00
case 96 :
2019-09-19 17:19:18 +02:00
case "end" :
return _context4 . stop ( ) ;
}
}
2020-02-06 22:03:31 +01:00
} , _marked4 , null , [ [ 26 , 72 ] ] ) ;
2019-09-19 17:19:18 +02:00
}
/ * *
* Action triggered to save an entity record ' s edits .
*
* @ param { string } kind Kind of the entity .
* @ param { string } name Name of the entity .
* @ param { Object } recordId ID of the record .
* @ param { Object } options Saving options .
* /
function saveEditedEntityRecord ( kind , name , recordId , options ) {
var edits , record ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function saveEditedEntityRecord$ ( _context5 ) {
2019-09-19 17:19:18 +02:00
while ( 1 ) {
switch ( _context5 . prev = _context5 . next ) {
case 0 :
_context5 . next = 2 ;
return controls _select ( 'hasEditsForEntityRecord' , kind , name , recordId ) ;
case 2 :
if ( _context5 . sent ) {
_context5 . next = 4 ;
break ;
}
return _context5 . abrupt ( "return" ) ;
case 4 :
_context5 . next = 6 ;
return controls _select ( 'getEntityRecordNonTransientEdits' , kind , name , recordId ) ;
case 6 :
edits = _context5 . sent ;
2020-02-06 22:03:31 +01:00
record = build _module _actions _objectSpread ( {
2019-09-19 17:19:18 +02:00
id : recordId
} , edits ) ;
2020-02-10 23:33:27 +01:00
return _context5 . delegateYield ( saveEntityRecord ( kind , name , record , options ) , "t0" , 9 ) ;
2019-09-19 17:19:18 +02:00
case 9 :
case "end" :
return _context5 . stop ( ) ;
}
}
} , _marked5 ) ;
}
/ * *
* Returns an action object used in signalling that Upload permissions have been received .
*
* @ param { boolean } hasUploadPermissions Does the user have permission to upload files ?
*
* @ return { Object } Action object .
* /
function receiveUploadPermissions ( hasUploadPermissions ) {
return {
type : 'RECEIVE_USER_PERMISSION' ,
key : 'create/media' ,
isAllowed : hasUploadPermissions
} ;
}
/ * *
* Returns an action object used in signalling that the current user has
* permission to perform an action on a REST resource .
*
* @ param { string } key A key that represents the action and REST resource .
* @ param { boolean } isAllowed Whether or not the user can perform the action .
*
* @ return { Object } Action object .
* /
function receiveUserPermission ( key , isAllowed ) {
return {
type : 'RECEIVE_USER_PERMISSION' ,
key : key ,
isAllowed : isAllowed
} ;
}
/ * *
* Returns an action object used in signalling that the autosaves for a
* post have been received .
*
* @ param { number } postId The id of the post that is parent to the autosave .
* @ param { Array | Object } autosaves An array of autosaves or singular autosave object .
*
* @ return { Object } Action object .
* /
function receiveAutosaves ( postId , autosaves ) {
return {
type : 'RECEIVE_AUTOSAVES' ,
postId : postId ,
2020-01-03 14:17:24 +01:00
autosaves : Object ( external _this _lodash _ [ "castArray" ] ) ( autosaves )
2019-09-19 17:19:18 +02:00
} ;
}
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/entities.js
2020-06-26 15:33:47 +02:00
var entities _marked = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( loadPostTypeEntities ) ,
entities _marked2 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( loadTaxonomyEntities ) ,
entities _marked3 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( getKindEntities ) ;
2019-09-19 17:19:18 +02:00
/ * *
* External dependencies
* /
2020-06-26 15:33:47 +02:00
/ * *
* WordPress dependencies
* /
2019-09-19 17:19:18 +02:00
/ * *
* Internal dependencies
* /
var DEFAULT _ENTITY _KEY = 'id' ;
var defaultEntities = [ {
2020-06-26 15:33:47 +02:00
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Site' ) ,
2020-01-08 12:57:23 +01:00
name : 'site' ,
kind : 'root' ,
2020-06-26 15:33:47 +02:00
baseURL : '/wp/v2/settings' ,
getTitle : function getTitle ( record ) {
return Object ( external _this _lodash _ [ "get" ] ) ( record , [ 'title' ] , Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Site Title' ) ) ;
}
2020-01-08 12:57:23 +01:00
} , {
2020-06-26 15:33:47 +02:00
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Post Type' ) ,
2019-09-19 17:19:18 +02:00
name : 'postType' ,
kind : 'root' ,
key : 'slug' ,
baseURL : '/wp/v2/types'
} , {
name : 'media' ,
kind : 'root' ,
baseURL : '/wp/v2/media' ,
2020-06-26 15:33:47 +02:00
plural : 'mediaItems' ,
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Media' )
2018-12-18 04:14:52 +01:00
} , {
name : 'taxonomy' ,
kind : 'root' ,
key : 'slug' ,
baseURL : '/wp/v2/taxonomies' ,
2020-06-26 15:33:47 +02:00
plural : 'taxonomies' ,
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Taxonomy' )
2019-09-19 17:19:18 +02:00
} , {
name : 'widgetArea' ,
kind : 'root' ,
baseURL : '/__experimental/widget-areas' ,
2020-01-08 12:57:23 +01:00
plural : 'widgetAreas' ,
transientEdits : {
blocks : true
2020-06-26 15:33:47 +02:00
} ,
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Widget area' )
2020-02-06 22:03:31 +01:00
} , {
2020-06-26 15:33:47 +02:00
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'User' ) ,
2020-02-06 22:03:31 +01:00
name : 'user' ,
kind : 'root' ,
baseURL : '/wp/v2/users' ,
plural : 'users'
2020-06-26 15:33:47 +02:00
} , {
name : 'comment' ,
kind : 'root' ,
baseURL : '/wp/v2/comments' ,
plural : 'comments' ,
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Comment' )
} , {
name : 'menu' ,
kind : 'root' ,
baseURL : '/__experimental/menus' ,
plural : 'menus' ,
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Menu' )
} , {
name : 'menuItem' ,
kind : 'root' ,
baseURL : '/__experimental/menu-items' ,
plural : 'menuItems' ,
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Menu Item' )
} , {
name : 'menuLocation' ,
kind : 'root' ,
baseURL : '/__experimental/menu-locations' ,
plural : 'menuLocations' ,
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Menu Location' ) ,
key : 'name'
2018-12-18 04:14:52 +01:00
} ] ;
var kinds = [ {
name : 'postType' ,
loadEntities : loadPostTypeEntities
} , {
name : 'taxonomy' ,
loadEntities : loadTaxonomyEntities
} ] ;
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Returns the list of post type entities .
*
* @ return { Promise } Entities promise
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function loadPostTypeEntities ( ) {
var postTypes ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function loadPostTypeEntities$ ( _context ) {
2018-12-18 04:14:52 +01:00
while ( 1 ) {
switch ( _context . prev = _context . next ) {
case 0 :
_context . next = 2 ;
return apiFetch ( {
path : '/wp/v2/types?context=edit'
} ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
case 2 :
postTypes = _context . sent ;
2020-01-03 14:17:24 +01:00
return _context . abrupt ( "return" , Object ( external _this _lodash _ [ "map" ] ) ( postTypes , function ( postType , name ) {
2018-12-18 04:14:52 +01:00
return {
kind : 'postType' ,
baseURL : '/wp/v2/' + postType . rest _base ,
2019-09-19 17:19:18 +02:00
name : name ,
2020-06-26 15:33:47 +02:00
label : postType . labels . singular _name ,
2019-09-19 17:19:18 +02:00
transientEdits : {
2020-01-08 12:57:23 +01:00
blocks : true ,
selectionStart : true ,
selectionEnd : true
2019-09-19 17:19:18 +02:00
} ,
mergedEdits : {
meta : true
2020-06-26 15:33:47 +02:00
} ,
getTitle : function getTitle ( record ) {
if ( name === 'wp_template_part' || name === 'wp_template' ) {
return Object ( external _this _lodash _ [ "startCase" ] ) ( record . slug ) ;
}
return Object ( external _this _lodash _ [ "get" ] ) ( record , [ 'title' , 'rendered' ] , record . id ) ;
2019-09-19 17:19:18 +02:00
}
2018-12-18 04:14:52 +01:00
} ;
} ) ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
case 4 :
case "end" :
return _context . stop ( ) ;
}
}
2019-09-19 17:19:18 +02:00
} , entities _marked ) ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Returns the list of the taxonomies entities .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ return { Promise } Entities promise
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function loadTaxonomyEntities ( ) {
var taxonomies ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function loadTaxonomyEntities$ ( _context2 ) {
2018-12-18 04:14:52 +01:00
while ( 1 ) {
switch ( _context2 . prev = _context2 . next ) {
case 0 :
_context2 . next = 2 ;
return apiFetch ( {
path : '/wp/v2/taxonomies?context=edit'
} ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
case 2 :
taxonomies = _context2 . sent ;
2020-01-03 14:17:24 +01:00
return _context2 . abrupt ( "return" , Object ( external _this _lodash _ [ "map" ] ) ( taxonomies , function ( taxonomy , name ) {
2018-12-18 04:14:52 +01:00
return {
kind : 'taxonomy' ,
baseURL : '/wp/v2/' + taxonomy . rest _base ,
2020-06-26 15:33:47 +02:00
name : name ,
label : taxonomy . labels . singular _name
2018-12-18 04:14:52 +01:00
} ;
} ) ) ;
case 4 :
case "end" :
return _context2 . stop ( ) ;
}
}
2019-09-19 17:19:18 +02:00
} , entities _marked2 ) ;
2018-12-14 05:41:57 +01:00
}
/ * *
2018-12-18 04:14:52 +01:00
* Returns the entity ' s getter method name given its kind and name .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { string } prefix Function prefix .
* @ param { boolean } usePlural Whether to use the plural form or not .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ return { string } Method name
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
var entities _getMethodName = function getMethodName ( kind , name ) {
var prefix = arguments . length > 2 && arguments [ 2 ] !== undefined ? arguments [ 2 ] : 'get' ;
var usePlural = arguments . length > 3 && arguments [ 3 ] !== undefined ? arguments [ 3 ] : false ;
2020-01-03 14:17:24 +01:00
var entity = Object ( external _this _lodash _ [ "find" ] ) ( defaultEntities , {
2018-12-18 04:14:52 +01:00
kind : kind ,
name : name
} ) ;
2020-01-03 14:17:24 +01:00
var kindPrefix = kind === 'root' ? '' : Object ( external _this _lodash _ [ "upperFirst" ] ) ( Object ( external _this _lodash _ [ "camelCase" ] ) ( kind ) ) ;
var nameSuffix = Object ( external _this _lodash _ [ "upperFirst" ] ) ( Object ( external _this _lodash _ [ "camelCase" ] ) ( name ) ) + ( usePlural ? 's' : '' ) ;
var suffix = usePlural && entity . plural ? Object ( external _this _lodash _ [ "upperFirst" ] ) ( Object ( external _this _lodash _ [ "camelCase" ] ) ( entity . plural ) ) : nameSuffix ;
2018-12-18 04:14:52 +01:00
return "" . concat ( prefix ) . concat ( kindPrefix ) . concat ( suffix ) ;
} ;
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Loads the kind entities into the store .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ param { string } kind Kind
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ return { Array } Entities
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function getKindEntities ( kind ) {
var entities , kindConfig ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function getKindEntities$ ( _context3 ) {
2018-12-18 04:14:52 +01:00
while ( 1 ) {
switch ( _context3 . prev = _context3 . next ) {
case 0 :
_context3 . next = 2 ;
return controls _select ( 'getEntitiesByKind' , kind ) ;
case 2 :
entities = _context3 . sent ;
if ( ! ( entities && entities . length !== 0 ) ) {
_context3 . next = 5 ;
break ;
}
return _context3 . abrupt ( "return" , entities ) ;
case 5 :
2020-01-03 14:17:24 +01:00
kindConfig = Object ( external _this _lodash _ [ "find" ] ) ( kinds , {
2018-12-18 04:14:52 +01:00
name : kind
} ) ;
if ( kindConfig ) {
_context3 . next = 8 ;
break ;
}
return _context3 . abrupt ( "return" , [ ] ) ;
case 8 :
_context3 . next = 10 ;
return kindConfig . loadEntities ( ) ;
case 10 :
entities = _context3 . sent ;
_context3 . next = 13 ;
return addEntities ( entities ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
case 13 :
return _context3 . abrupt ( "return" , entities ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
case 14 :
case "end" :
return _context3 . stop ( ) ;
}
}
} , entities _marked3 ) ;
}
// EXTERNAL MODULE: external {"this":["wp","url"]}
2020-07-27 22:10:36 +02:00
var external _this _wp _url _ = _ _webpack _require _ _ ( 31 ) ;
2020-06-26 15:33:47 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/utils/with-weak-map-cache.js
/ * *
* External dependencies
* /
/ * *
* Given a function , returns an enhanced function which caches the result and
* tracks in WeakMap . The result is only cached if the original function is
* passed a valid object - like argument ( requirement for WeakMap key ) .
*
* @ param { Function } fn Original function .
*
* @ return { Function } Enhanced caching function .
* /
function withWeakMapCache ( fn ) {
var cache = new WeakMap ( ) ;
return function ( key ) {
var value ;
if ( cache . has ( key ) ) {
value = cache . get ( key ) ;
} else {
value = fn ( key ) ; // Can reach here if key is not valid for WeakMap, since `has`
// will return false for invalid key. Since `set` will throw,
// ensure that key is valid before setting into cache.
if ( Object ( external _this _lodash _ [ "isObjectLike" ] ) ( key ) ) {
cache . set ( key , value ) ;
}
}
return value ;
} ;
}
/* harmony default export */ var with _weak _map _cache = ( withWeakMapCache ) ;
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/queried-data/get-query-parts.js
/ * *
* WordPress dependencies
* /
/ * *
* Internal dependencies
* /
/ * *
* An object of properties describing a specific query .
*
* @ typedef { Object } WPQueriedDataQueryParts
*
* @ property { number } page The query page ( 1 - based index , default 1 ) .
* @ property { number } perPage Items per page for query ( default 10 ) .
* @ property { string } stableKey An encoded stable string of all non - pagination
* query parameters .
* /
/ * *
* Given a query object , returns an object of parts , including pagination
* details ( ` page ` and ` perPage ` , or default values ) . All other properties are
* encoded into a stable ( idempotent ) ` stableKey ` value .
*
* @ param { Object } query Optional query object .
*
* @ return { WPQueriedDataQueryParts } Query parts .
* /
function getQueryParts ( query ) {
/ * *
* @ type { WPQueriedDataQueryParts }
* /
var parts = {
stableKey : '' ,
page : 1 ,
perPage : 10
} ; // Ensure stable key by sorting keys. Also more efficient for iterating.
var keys = Object . keys ( query ) . sort ( ) ;
for ( var i = 0 ; i < keys . length ; i ++ ) {
var key = keys [ i ] ;
var value = query [ key ] ;
switch ( key ) {
case 'page' :
parts [ key ] = Number ( value ) ;
break ;
case 'per_page' :
parts . perPage = Number ( value ) ;
break ;
default :
// While it could be any deterministic string, for simplicity's
// sake mimic querystring encoding for stable key.
//
// TODO: For consistency with PHP implementation, addQueryArgs
// should accept a key value pair, which may optimize its
// implementation for our use here, vs. iterating an object
// with only a single key.
parts . stableKey += ( parts . stableKey ? '&' : '' ) + Object ( external _this _wp _url _ [ "addQueryArgs" ] ) ( '' , Object ( defineProperty [ "a" /* default */ ] ) ( { } , key , value ) ) . slice ( 1 ) ;
2018-12-18 04:14:52 +01:00
}
2020-06-26 15:33:47 +02:00
}
return parts ;
2018-12-14 05:41:57 +01:00
}
2020-06-26 15:33:47 +02:00
/* harmony default export */ var get _query _parts = ( with _weak _map _cache ( getQueryParts ) ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/queried-data/reducer.js
2018-12-14 05:41:57 +01:00
2020-02-06 22:03:31 +01:00
function reducer _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function reducer _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { reducer _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { reducer _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* External dependencies
2018-12-14 05:41:57 +01:00
* /
2019-09-19 17:19:18 +02:00
/ * *
* WordPress dependencies
* /
2018-12-18 04:14:52 +01:00
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Internal dependencies
2018-12-14 05:41:57 +01:00
* /
/ * *
2018-12-18 04:14:52 +01:00
* Returns a merged array of item IDs , given details of the received paginated
* items . The array is sparse - like with ` undefined ` entries where holes exist .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ param { ? Array < number > } itemIds Original item IDs ( default empty array ) .
* @ param { number [ ] } nextItemIds Item IDs to merge .
* @ param { number } page Page of items merged .
* @ param { number } perPage Number of items per page .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ return { number [ ] } Merged array of item IDs .
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function getMergedItemIds ( itemIds , nextItemIds , page , perPage ) {
2020-06-26 15:33:47 +02:00
var receivedAllIds = page === 1 && perPage === - 1 ;
if ( receivedAllIds ) {
return nextItemIds ;
}
2018-12-18 04:14:52 +01:00
var nextItemIdsStartIndex = ( page - 1 ) * perPage ; // If later page has already been received, default to the larger known
// size of the existing array, else calculate as extending the existing.
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
var size = Math . max ( itemIds . length , nextItemIdsStartIndex + nextItemIds . length ) ; // Preallocate array since size is known.
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
var mergedItemIds = new Array ( size ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
for ( var i = 0 ; i < size ; i ++ ) {
// Preserve existing item ID except for subset of range of next items.
var isInNextItemsRange = i >= nextItemIdsStartIndex && i < nextItemIdsStartIndex + nextItemIds . length ;
mergedItemIds [ i ] = isInNextItemsRange ? nextItemIds [ i - nextItemIdsStartIndex ] : itemIds [ i ] ;
2018-12-14 05:41:57 +01:00
}
2018-12-18 04:14:52 +01:00
return mergedItemIds ;
}
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Reducer tracking items state , keyed by ID . Items are assumed to be normal ,
* where identifiers are common across all queries .
2018-12-14 05:41:57 +01:00
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
2018-12-18 04:14:52 +01:00
* @ return { Object } Next state .
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function reducer _items ( ) {
2018-12-14 05:41:57 +01:00
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
2018-12-18 04:14:52 +01:00
case 'RECEIVE_ITEMS' :
2019-09-19 17:19:18 +02:00
var key = action . key || DEFAULT _ENTITY _KEY ;
2020-02-06 22:03:31 +01:00
return reducer _objectSpread ( { } , state , { } , action . items . reduce ( function ( accumulator , value ) {
2019-09-19 17:19:18 +02:00
var itemId = value [ key ] ;
2020-01-08 12:57:23 +01:00
accumulator [ itemId ] = conservativeMapItem ( state [ itemId ] , value ) ;
return accumulator ;
2019-09-19 17:19:18 +02:00
} , { } ) ) ;
2018-12-14 05:41:57 +01:00
}
return state ;
}
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Reducer tracking queries state , keyed by stable query key . Each reducer
* query object includes ` itemIds ` and ` requestingPageByPerPage ` .
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
*
2018-12-18 04:14:52 +01:00
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
*
2018-12-18 04:14:52 +01:00
* @ return { Object } Next state .
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
* /
2018-12-18 04:14:52 +01:00
2020-01-03 14:17:24 +01:00
var queries = Object ( external _this _lodash _ [ "flowRight" ] ) ( [ // Limit to matching action type so we don't attempt to replace action on
2018-12-18 04:14:52 +01:00
// an unhandled action.
if _matching _action ( function ( action ) {
return 'query' in action ;
} ) , // Inject query parts into action for use both in `onSubKey` and reducer.
replace _action ( function ( action ) {
// `ifMatchingAction` still passes on initialization, where state is
// undefined and a query is not assigned. Avoid attempting to parse
// parts. `onSubKey` will omit by lack of `stableKey`.
if ( action . query ) {
2020-02-06 22:03:31 +01:00
return reducer _objectSpread ( { } , action , { } , get _query _parts ( action . query ) ) ;
2018-12-18 04:14:52 +01:00
}
return action ;
} ) , // Queries shape is shared, but keyed by query `stableKey` part. Original
// reducer tracks only a single query object.
on _sub _key ( 'stableKey' ) ] ) ( function ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : null ;
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2018-12-18 04:14:52 +01:00
var type = action . type ,
page = action . page ,
perPage = action . perPage ,
_action$key = action . key ,
key = _action$key === void 0 ? DEFAULT _ENTITY _KEY : _action$key ;
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
2018-12-18 04:14:52 +01:00
if ( type !== 'RECEIVE_ITEMS' ) {
return state ;
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
}
2020-01-03 14:17:24 +01:00
return getMergedItemIds ( state || [ ] , Object ( external _this _lodash _ [ "map" ] ) ( action . items , key ) , page , perPage ) ;
2018-12-18 04:14:52 +01:00
} ) ;
2019-09-19 17:19:18 +02:00
/* harmony default export */ var queried _data _reducer = ( Object ( external _this _wp _data _ [ "combineReducers" ] ) ( {
2018-12-18 04:14:52 +01:00
items : reducer _items ,
queries : queries
2018-12-14 05:41:57 +01:00
} ) ) ;
2020-06-26 15:33:47 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/reducer.js
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
function _createForOfIteratorHelper ( o ) { if ( typeof Symbol === "undefined" || o [ Symbol . iterator ] == null ) { if ( Array . isArray ( o ) || ( o = _unsupportedIterableToArray ( o ) ) ) { var i = 0 ; var F = function F ( ) { } ; return { s : F , n : function n ( ) { if ( i >= o . length ) return { done : true } ; return { done : false , value : o [ i ++ ] } ; } , e : function e ( _e ) { throw _e ; } , f : F } ; } throw new TypeError ( "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." ) ; } var it , normalCompletion = true , didErr = false , err ; return { s : function s ( ) { it = o [ Symbol . iterator ] ( ) ; } , n : function n ( ) { var step = it . next ( ) ; normalCompletion = step . done ; return step ; } , e : function e ( _e2 ) { didErr = true ; err = _e2 ; } , f : function f ( ) { try { if ( ! normalCompletion && it . return != null ) it . return ( ) ; } finally { if ( didErr ) throw err ; } } } ; }
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
function _unsupportedIterableToArray ( o , minLen ) { if ( ! o ) return ; if ( typeof o === "string" ) return _arrayLikeToArray ( o , minLen ) ; var n = Object . prototype . toString . call ( o ) . slice ( 8 , - 1 ) ; if ( n === "Object" && o . constructor ) n = o . constructor . name ; if ( n === "Map" || n === "Set" ) return Array . from ( n ) ; if ( n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/ . test ( n ) ) return _arrayLikeToArray ( o , minLen ) ; }
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
function _arrayLikeToArray ( arr , len ) { if ( len == null || len > arr . length ) len = arr . length ; for ( var i = 0 , arr2 = new Array ( len ) ; i < len ; i ++ ) { arr2 [ i ] = arr [ i ] ; } return arr2 ; }
2018-12-14 05:41:57 +01:00
2020-02-06 22:03:31 +01:00
function build _module _reducer _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function build _module _reducer _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { build _module _reducer _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { build _module _reducer _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2018-12-14 05:41:57 +01:00
/ * *
* External dependencies
* /
/ * *
* WordPress dependencies
* /
2019-09-19 17:19:18 +02:00
2018-12-14 05:41:57 +01:00
/ * *
* Internal dependencies
* /
/ * *
2018-12-18 04:14:52 +01:00
* Reducer managing terms state . Keyed by taxonomy slug , the value is either
* undefined ( if no request has been made for given taxonomy ) , null ( if a
* request is in - flight for given taxonomy ) , or the array of terms for the
* taxonomy .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function terms ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
switch ( action . type ) {
case 'RECEIVE_TERMS' :
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , action . taxonomy , action . terms ) ) ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
return state ;
2018-12-14 05:41:57 +01:00
}
/ * *
2018-12-18 04:14:52 +01:00
* Reducer managing authors state . Keyed by id .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function reducer _users ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : {
byId : { } ,
queries : { }
} ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
switch ( action . type ) {
case 'RECEIVE_USER_QUERY' :
return {
2020-02-06 22:03:31 +01:00
byId : build _module _reducer _objectSpread ( { } , state . byId , { } , Object ( external _this _lodash _ [ "keyBy" ] ) ( action . users , 'id' ) ) ,
queries : build _module _reducer _objectSpread ( { } , state . queries , Object ( defineProperty [ "a" /* default */ ] ) ( { } , action . queryID , Object ( external _this _lodash _ [ "map" ] ) ( action . users , function ( user ) {
2018-12-18 04:14:52 +01:00
return user . id ;
} ) ) )
} ;
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
return state ;
2018-12-14 05:41:57 +01:00
}
2019-09-19 17:19:18 +02:00
/ * *
* Reducer managing current user state .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
* /
function reducer _currentUser ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'RECEIVE_CURRENT_USER' :
return action . currentUser ;
}
return state ;
}
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Reducer managing taxonomies .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
function reducer _taxonomies ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : [ ] ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
switch ( action . type ) {
case 'RECEIVE_TAXONOMIES' :
return action . taxonomies ;
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
return state ;
}
2020-06-26 15:33:47 +02:00
/ * *
* Reducer managing the current theme .
*
* @ param { string } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { string } Updated state .
* /
function currentTheme ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : undefined ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'RECEIVE_CURRENT_THEME' :
return action . currentTheme . stylesheet ;
}
return state ;
}
/ * *
* Reducer managing installed themes .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
* /
function themes ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'RECEIVE_CURRENT_THEME' :
return build _module _reducer _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , action . currentTheme . stylesheet , action . currentTheme ) ) ;
}
return state ;
}
2018-12-18 04:14:52 +01:00
/ * *
* Reducer managing theme supports data .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
* /
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
function themeSupports ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
switch ( action . type ) {
case 'RECEIVE_THEME_SUPPORTS' :
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , state , { } , action . themeSupports ) ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
return state ;
2018-12-14 05:41:57 +01:00
}
2018-12-18 04:14:52 +01:00
/ * *
* Higher Order Reducer for a given entity config . It supports :
*
2019-09-19 17:19:18 +02:00
* - Fetching
* - Editing
* - Saving
2018-12-18 04:14:52 +01:00
*
* @ param { Object } entityConfig Entity config .
*
* @ return { Function } Reducer .
* /
2018-12-14 12:02:53 +01:00
2018-12-18 04:14:52 +01:00
function reducer _entity ( entityConfig ) {
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "flowRight" ] ) ( [ // Limit to matching action type so we don't attempt to replace action on
2018-12-18 04:14:52 +01:00
// an unhandled action.
if _matching _action ( function ( action ) {
return action . name && action . kind && action . name === entityConfig . name && action . kind === entityConfig . kind ;
} ) , // Inject the entity config into the action.
replace _action ( function ( action ) {
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , action , {
2018-12-18 04:14:52 +01:00
key : entityConfig . key || DEFAULT _ENTITY _KEY
} ) ;
2019-09-19 17:19:18 +02:00
} ) ] ) ( Object ( external _this _wp _data _ [ "combineReducers" ] ) ( {
queriedData : queried _data _reducer ,
edits : function edits ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'RECEIVE_ITEMS' :
2020-02-06 22:03:31 +01:00
var nextState = build _module _reducer _objectSpread ( { } , state ) ;
2019-09-19 17:19:18 +02:00
2020-06-26 15:33:47 +02:00
var _iterator = _createForOfIteratorHelper ( action . items ) ,
_step ;
2019-09-19 17:19:18 +02:00
try {
var _loop = function _loop ( ) {
var record = _step . value ;
var recordId = record [ action . key ] ;
var edits = nextState [ recordId ] ;
if ( ! edits ) {
return "continue" ;
}
var nextEdits = Object . keys ( edits ) . reduce ( function ( acc , key ) {
// If the edited value is still different to the persisted value,
// keep the edited value in edits.
if ( // Edits are the "raw" attribute values, but records may have
// objects with more properties, so we use `get` here for the
// comparison.
2020-01-03 14:17:24 +01:00
! Object ( external _this _lodash _ [ "isEqual" ] ) ( edits [ key ] , Object ( external _this _lodash _ [ "get" ] ) ( record [ key ] , 'raw' , record [ key ] ) ) ) {
2019-09-19 17:19:18 +02:00
acc [ key ] = edits [ key ] ;
}
return acc ;
} , { } ) ;
if ( Object . keys ( nextEdits ) . length ) {
nextState [ recordId ] = nextEdits ;
} else {
delete nextState [ recordId ] ;
}
} ;
2020-06-26 15:33:47 +02:00
for ( _iterator . s ( ) ; ! ( _step = _iterator . n ( ) ) . done ; ) {
2019-09-19 17:19:18 +02:00
var _ret = _loop ( ) ;
if ( _ret === "continue" ) continue ;
}
} catch ( err ) {
2020-06-26 15:33:47 +02:00
_iterator . e ( err ) ;
2019-09-19 17:19:18 +02:00
} finally {
2020-06-26 15:33:47 +02:00
_iterator . f ( ) ;
2019-09-19 17:19:18 +02:00
}
return nextState ;
case 'EDIT_ENTITY_RECORD' :
2020-02-06 22:03:31 +01:00
var nextEdits = build _module _reducer _objectSpread ( { } , state [ action . recordId ] , { } , action . edits ) ;
2019-09-19 17:19:18 +02:00
Object . keys ( nextEdits ) . forEach ( function ( key ) {
// Delete cleared edits so that the properties
// are not considered dirty.
if ( nextEdits [ key ] === undefined ) {
delete nextEdits [ key ] ;
}
} ) ;
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , action . recordId , nextEdits ) ) ;
2019-09-19 17:19:18 +02:00
}
return state ;
} ,
saving : function saving ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'SAVE_ENTITY_RECORD_START' :
case 'SAVE_ENTITY_RECORD_FINISH' :
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , action . recordId , {
2019-09-19 17:19:18 +02:00
pending : action . type === 'SAVE_ENTITY_RECORD_START' ,
error : action . error ,
isAutosave : action . isAutosave
} ) ) ;
}
return state ;
}
} ) ) ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
/ * *
2018-12-18 04:14:52 +01:00
* Reducer keeping track of the registered entities .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
2018-12-14 05:41:57 +01:00
* /
2018-12-14 12:02:53 +01:00
2018-12-18 04:14:52 +01:00
function entitiesConfig ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : defaultEntities ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
switch ( action . type ) {
case 'ADD_ENTITIES' :
2019-03-07 10:09:59 +01:00
return [ ] . concat ( Object ( toConsumableArray [ "a" /* default */ ] ) ( state ) , Object ( toConsumableArray [ "a" /* default */ ] ) ( action . entities ) ) ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
return state ;
2018-12-14 05:41:57 +01:00
}
/ * *
2018-12-18 04:14:52 +01:00
* Reducer keeping track of the registered entities config and data .
2018-12-14 05:41:57 +01:00
*
2018-12-18 04:14:52 +01:00
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
2018-12-14 05:41:57 +01:00
* /
2018-12-18 04:14:52 +01:00
var reducer _entities = function entities ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
var newConfig = entitiesConfig ( state . config , action ) ; // Generates a dynamic reducer for the entities
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
var entitiesDataReducer = state . reducer ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
if ( ! entitiesDataReducer || newConfig !== state . config ) {
2020-01-03 14:17:24 +01:00
var entitiesByKind = Object ( external _this _lodash _ [ "groupBy" ] ) ( newConfig , 'kind' ) ;
2018-12-18 04:14:52 +01:00
entitiesDataReducer = Object ( external _this _wp _data _ [ "combineReducers" ] ) ( Object . entries ( entitiesByKind ) . reduce ( function ( memo , _ref ) {
var _ref2 = Object ( slicedToArray [ "a" /* default */ ] ) ( _ref , 2 ) ,
kind = _ref2 [ 0 ] ,
subEntities = _ref2 [ 1 ] ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
var kindReducer = Object ( external _this _wp _data _ [ "combineReducers" ] ) ( subEntities . reduce ( function ( kindMemo , entityConfig ) {
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , kindMemo , Object ( defineProperty [ "a" /* default */ ] ) ( { } , entityConfig . name , reducer _entity ( entityConfig ) ) ) ;
2018-12-18 04:14:52 +01:00
} , { } ) ) ;
memo [ kind ] = kindReducer ;
return memo ;
} , { } ) ) ;
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
var newData = entitiesDataReducer ( state . data , action ) ;
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
2018-12-18 04:14:52 +01:00
if ( newData === state . data && newConfig === state . config && entitiesDataReducer === state . reducer ) {
return state ;
}
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
2018-12-18 04:14:52 +01:00
return {
reducer : entitiesDataReducer ,
data : newData ,
config : newConfig
} ;
} ;
2019-09-19 17:19:18 +02:00
/ * *
* Reducer keeping track of entity edit undo history .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
* /
var UNDO _INITIAL _STATE = [ ] ;
UNDO _INITIAL _STATE . offset = 0 ;
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
var lastEditAction ;
2019-09-19 17:19:18 +02:00
function reducer _undo ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : UNDO _INITIAL _STATE ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'EDIT_ENTITY_RECORD' :
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
case 'CREATE_UNDO_LEVEL' :
2019-10-15 18:17:12 +02:00
var isCreateUndoLevel = action . type === 'CREATE_UNDO_LEVEL' ;
var isUndoOrRedo = ! isCreateUndoLevel && ( action . meta . isUndo || action . meta . isRedo ) ;
if ( isCreateUndoLevel ) {
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
action = lastEditAction ;
2019-10-15 18:17:12 +02:00
} else if ( ! isUndoOrRedo ) {
2020-01-08 12:57:23 +01:00
// Don't lose the last edit cache if the new one only has transient edits.
// Transient edits don't create new levels so updating the cache would make
// us skip an edit later when creating levels explicitly.
if ( Object . keys ( action . edits ) . some ( function ( key ) {
return ! action . transientEdits [ key ] ;
} ) ) {
lastEditAction = action ;
} else {
2020-02-06 22:03:31 +01:00
lastEditAction = build _module _reducer _objectSpread ( { } , action , {
edits : build _module _reducer _objectSpread ( { } , lastEditAction && lastEditAction . edits , { } , action . edits )
2020-01-08 12:57:23 +01:00
} ) ;
}
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages:
@wordpress/annotations@1.7.1
@wordpress/api-fetch@3.6.1
@wordpress/babel-plugin-makepot@3.2.1
@wordpress/babel-preset-default@4.6.1
@wordpress/block-directory@1.0.1
@wordpress/block-editor@3.2.1
@wordpress/block-library@2.9.1
@wordpress/blocks@6.7.1
@wordpress/components@8.3.1
@wordpress/compose@3.7.1
@wordpress/core-data@2.7.1
@wordpress/data-controls@1.3.1
@wordpress/data@4.9.1
@wordpress/docgen@1.4.1
@wordpress/dom@2.5.1
@wordpress/e2e-test-utils@2.4.1
@wordpress/e2e-tests@1.7.1
@wordpress/edit-post@3.8.1
@wordpress/editor@9.7.1
@wordpress/element@2.8.1
@wordpress/format-library@1.9.1
@wordpress/i18n@3.6.1
@wordpress/jest-console@3.3.1
@wordpress/jest-preset-default@5.1.1
@wordpress/keycodes@2.6.1
@wordpress/library-export-default-webpack-plugin@1.4.1
@wordpress/list-reusable-blocks@1.8.1
@wordpress/media-utils@1.2.1
@wordpress/notices@1.8.1
@wordpress/nux@3.7.1
@wordpress/plugins@2.7.1
@wordpress/redux-routine@3.6.1
@wordpress/rich-text@3.7.1
@wordpress/scripts@5.0.1
@wordpress/server-side-render@1.3.1
@wordpress/shortcode@2.4.1
@wordpress/token-list@1.6.1
@wordpress/viewport@2.8.1
@wordpress/wordcount@2.6.1
Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj.
Fixes #48186.
Built from https://develop.svn.wordpress.org/trunk@46364
git-svn-id: http://core.svn.wordpress.org/trunk@46163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-30 22:07:06 +02:00
}
2019-10-15 18:17:12 +02:00
var nextState ;
if ( isUndoOrRedo ) {
nextState = Object ( toConsumableArray [ "a" /* default */ ] ) ( state ) ;
nextState . offset = state . offset + ( action . meta . isUndo ? - 1 : 1 ) ;
if ( state . flattenedUndo ) {
// The first undo in a sequence of undos might happen while we have
// flattened undos in state. If this is the case, we want execution
// to continue as if we were creating an explicit undo level. This
// will result in an extra undo level being appended with the flattened
// undo values.
isCreateUndoLevel = true ;
action = lastEditAction ;
} else {
return nextState ;
}
2019-09-19 17:19:18 +02:00
}
if ( ! action . meta . undo ) {
return state ;
} // Transient edits don't create an undo level, but are
// reachable in the next meaningful edit to which they
// are merged. They are defined in the entity's config.
2019-10-15 18:17:12 +02:00
if ( ! isCreateUndoLevel && ! Object . keys ( action . edits ) . some ( function ( key ) {
2019-09-19 17:19:18 +02:00
return ! action . transientEdits [ key ] ;
} ) ) {
2019-10-15 18:17:12 +02:00
nextState = Object ( toConsumableArray [ "a" /* default */ ] ) ( state ) ;
2020-02-06 22:03:31 +01:00
nextState . flattenedUndo = build _module _reducer _objectSpread ( { } , state . flattenedUndo , { } , action . edits ) ;
2019-10-15 18:17:12 +02:00
nextState . offset = state . offset ;
return nextState ;
2019-09-19 17:19:18 +02:00
} // Clear potential redos, because this only supports linear history.
2019-10-15 18:17:12 +02:00
nextState = nextState || state . slice ( 0 , state . offset || undefined ) ;
nextState . offset = nextState . offset || 0 ;
2019-09-19 17:19:18 +02:00
nextState . pop ( ) ;
2019-10-15 18:17:12 +02:00
if ( ! isCreateUndoLevel ) {
nextState . push ( {
kind : action . meta . undo . kind ,
name : action . meta . undo . name ,
recordId : action . meta . undo . recordId ,
2020-02-06 22:03:31 +01:00
edits : build _module _reducer _objectSpread ( { } , state . flattenedUndo , { } , action . meta . undo . edits )
2019-10-15 18:17:12 +02:00
} ) ;
} // When an edit is a function it's an optimization to avoid running some expensive operation.
2019-09-19 17:19:18 +02:00
// We can't rely on the function references being the same so we opt out of comparing them here.
2019-10-15 18:17:12 +02:00
2019-09-19 17:19:18 +02:00
var comparisonUndoEdits = Object . values ( action . meta . undo . edits ) . filter ( function ( edit ) {
return typeof edit !== 'function' ;
} ) ;
var comparisonEdits = Object . values ( action . edits ) . filter ( function ( edit ) {
return typeof edit !== 'function' ;
} ) ;
if ( ! external _this _wp _isShallowEqual _default ( ) ( comparisonUndoEdits , comparisonEdits ) ) {
nextState . push ( {
kind : action . kind ,
name : action . name ,
recordId : action . recordId ,
2020-02-06 22:03:31 +01:00
edits : isCreateUndoLevel ? build _module _reducer _objectSpread ( { } , state . flattenedUndo , { } , action . edits ) : action . edits
2019-09-19 17:19:18 +02:00
} ) ;
}
return nextState ;
}
return state ;
}
2018-12-18 04:14:52 +01:00
/ * *
* Reducer managing embed preview data .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
* /
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
2018-12-18 04:14:52 +01:00
function embedPreviews ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
2018-12-18 04:14:52 +01:00
switch ( action . type ) {
case 'RECEIVE_EMBED_PREVIEW' :
var url = action . url ,
preview = action . preview ;
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , url , preview ) ) ;
2018-12-18 04:14:52 +01:00
}
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
2018-12-18 04:14:52 +01:00
return state ;
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
}
2018-12-18 04:14:52 +01:00
/ * *
2019-03-07 10:09:59 +01:00
* State which tracks whether the user can perform an action on a REST
* resource .
2018-12-18 04:14:52 +01:00
*
2019-03-07 10:09:59 +01:00
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
2018-12-18 04:14:52 +01:00
*
* @ return { Object } Updated state .
* /
2018-12-14 05:41:57 +01:00
2019-03-07 10:09:59 +01:00
function userPermissions ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
2018-12-18 04:14:52 +01:00
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
switch ( action . type ) {
2019-03-07 10:09:59 +01:00
case 'RECEIVE_USER_PERMISSION' :
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , action . key , action . isAllowed ) ) ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
return state ;
}
2019-09-19 17:19:18 +02:00
/ * *
* Reducer returning autosaves keyed by their parent ' s post id .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
* /
function reducer _autosaves ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'RECEIVE_AUTOSAVES' :
var postId = action . postId ,
autosavesData = action . autosaves ;
2020-02-06 22:03:31 +01:00
return build _module _reducer _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , postId , autosavesData ) ) ;
2019-09-19 17:19:18 +02:00
}
return state ;
}
2018-12-18 04:14:52 +01:00
/* harmony default export */ var build _module _reducer = ( Object ( external _this _wp _data _ [ "combineReducers" ] ) ( {
terms : terms ,
users : reducer _users ,
2020-06-26 15:33:47 +02:00
currentTheme : currentTheme ,
2019-09-19 17:19:18 +02:00
currentUser : reducer _currentUser ,
2018-12-18 04:14:52 +01:00
taxonomies : reducer _taxonomies ,
2020-06-26 15:33:47 +02:00
themes : themes ,
2018-12-18 04:14:52 +01:00
themeSupports : themeSupports ,
entities : reducer _entities ,
2019-09-19 17:19:18 +02:00
undo : reducer _undo ,
2018-12-18 04:14:52 +01:00
embedPreviews : embedPreviews ,
2019-09-19 17:19:18 +02:00
userPermissions : userPermissions ,
autosaves : reducer _autosaves
2018-12-18 04:14:52 +01:00
} ) ) ;
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: ./node_modules/rememo/es/rememo.js
2020-07-07 16:43:35 +02:00
var rememo = _ _webpack _require _ _ ( 42 ) ;
2020-06-26 15:33:47 +02:00
2019-03-07 10:09:59 +01:00
// EXTERNAL MODULE: external {"this":["wp","deprecated"]}
2020-03-24 00:40:19 +01:00
var external _this _wp _deprecated _ = _ _webpack _require _ _ ( 37 ) ;
2019-03-07 10:09:59 +01:00
var external _this _wp _deprecated _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( external _this _wp _deprecated _ ) ;
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/name.js
/ * *
* The reducer key used by core data in store registration .
* This is defined in a separate file to avoid cycle - dependency
*
* @ type { string }
* /
var REDUCER _KEY = 'core' ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: ./node_modules/equivalent-key-map/equivalent-key-map.js
2020-07-21 14:14:37 +02:00
var equivalent _key _map = _ _webpack _require _ _ ( 126 ) ;
2020-06-26 15:33:47 +02:00
var equivalent _key _map _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( equivalent _key _map ) ;
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/queried-data/selectors.js
/ * *
* External dependencies
* /
/ * *
* Internal dependencies
* /
/ * *
* Cache of state keys to EquivalentKeyMap where the inner map tracks queries
* to their resulting items set . WeakMap allows garbage collection on expired
* state references .
*
* @ type { WeakMap < Object , EquivalentKeyMap > }
* /
var queriedItemsCacheByState = new WeakMap ( ) ;
/ * *
* Returns items for a given query , or null if the items are not known .
*
* @ param { Object } state State object .
* @ param { ? Object } query Optional query .
*
* @ return { ? Array } Query items .
* /
function getQueriedItemsUncached ( state , query ) {
var _getQueryParts = get _query _parts ( query ) ,
stableKey = _getQueryParts . stableKey ,
page = _getQueryParts . page ,
perPage = _getQueryParts . perPage ;
if ( ! state . queries [ stableKey ] ) {
return null ;
}
var itemIds = state . queries [ stableKey ] ;
if ( ! itemIds ) {
return null ;
}
var startOffset = perPage === - 1 ? 0 : ( page - 1 ) * perPage ;
var endOffset = perPage === - 1 ? itemIds . length : Math . min ( startOffset + perPage , itemIds . length ) ;
var items = [ ] ;
for ( var i = startOffset ; i < endOffset ; i ++ ) {
var itemId = itemIds [ i ] ;
items . push ( state . items [ itemId ] ) ;
}
return items ;
}
/ * *
* Returns items for a given query , or null if the items are not known . Caches
* result both per state ( by reference ) and per query ( by deep equality ) .
* The caching approach is intended to be durable to query objects which are
* deeply but not referentially equal , since otherwise :
*
* ` getQueriedItems( state, {} ) !== getQueriedItems( state, {} ) `
*
* @ param { Object } state State object .
* @ param { ? Object } query Optional query .
*
* @ return { ? Array } Query items .
* /
var getQueriedItems = Object ( rememo [ "a" /* default */ ] ) ( function ( state ) {
var query = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : { } ;
var queriedItemsCache = queriedItemsCacheByState . get ( state ) ;
if ( queriedItemsCache ) {
var queriedItems = queriedItemsCache . get ( query ) ;
if ( queriedItems !== undefined ) {
return queriedItems ;
}
} else {
queriedItemsCache = new equivalent _key _map _default . a ( ) ;
queriedItemsCacheByState . set ( state , queriedItemsCache ) ;
}
var items = getQueriedItemsUncached ( state , query ) ;
queriedItemsCache . set ( query , items ) ;
return items ;
} ) ;
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/selectors.js
2019-09-19 17:19:18 +02:00
2020-02-06 22:03:31 +01:00
function selectors _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function selectors _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { selectors _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { selectors _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2018-12-14 05:41:57 +01:00
/ * *
* External dependencies
* /
/ * *
* WordPress dependencies
* /
2019-03-07 10:09:59 +01:00
2018-12-14 05:41:57 +01:00
/ * *
* Internal dependencies
* /
2020-06-26 15:33:47 +02:00
2018-12-14 05:41:57 +01:00
/ * *
* Returns true if a request is in progress for embed preview data , or false
* otherwise .
*
* @ param { Object } state Data state .
* @ param { string } url URL the preview would be for .
*
* @ return { boolean } Whether a request is in progress for an embed preview .
* /
2019-03-07 10:09:59 +01:00
var isRequestingEmbedPreview = Object ( external _this _wp _data _ [ "createRegistrySelector" ] ) ( function ( select ) {
return function ( state , url ) {
return select ( 'core/data' ) . isResolving ( REDUCER _KEY , 'getEmbedPreview' , [ url ] ) ;
} ;
} ) ;
2018-12-14 05:41:57 +01:00
/ * *
* Returns all available authors .
*
* @ param { Object } state Data state .
*
* @ return { Array } Authors list .
* /
function getAuthors ( state ) {
return getUserQueryResults ( state , 'authors' ) ;
}
2019-09-19 17:19:18 +02:00
/ * *
* Returns the current user .
*
* @ param { Object } state Data state .
*
* @ return { Object } Current user object .
* /
function getCurrentUser ( state ) {
return state . currentUser ;
}
2018-12-14 05:41:57 +01:00
/ * *
* Returns all the users returned by a query ID .
*
* @ param { Object } state Data state .
* @ param { string } queryID Query ID .
*
* @ return { Array } Users list .
* /
2018-12-18 04:14:52 +01:00
var getUserQueryResults = Object ( rememo [ "a" /* default */ ] ) ( function ( state , queryID ) {
2018-12-14 05:41:57 +01:00
var queryResults = state . users . queries [ queryID ] ;
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "map" ] ) ( queryResults , function ( id ) {
2018-12-14 05:41:57 +01:00
return state . users . byId [ id ] ;
} ) ;
} , function ( state , queryID ) {
return [ state . users . queries [ queryID ] , state . users . byId ] ;
} ) ;
/ * *
* Returns whether the entities for the give kind are loaded .
*
* @ param { Object } state Data state .
* @ param { string } kind Entity kind .
*
* @ return { boolean } Whether the entities are loaded
* /
function getEntitiesByKind ( state , kind ) {
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "filter" ] ) ( state . entities . config , {
2018-12-14 05:41:57 +01:00
kind : kind
} ) ;
}
/ * *
* Returns the entity object given its kind and name .
*
* @ param { Object } state Data state .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
*
* @ return { Object } Entity
* /
2020-01-08 12:57:23 +01:00
function selectors _getEntity ( state , kind , name ) {
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "find" ] ) ( state . entities . config , {
2018-12-14 05:41:57 +01:00
kind : kind ,
name : name
} ) ;
}
/ * *
2019-10-15 17:37:08 +02:00
* Returns the Entity ' s record object by key .
*
* @ param { Object } state State tree
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } key Record ' s key
*
* @ return { Object ? } Record .
* /
function getEntityRecord ( state , kind , name , key ) {
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "get" ] ) ( state . entities . data , [ kind , name , 'queriedData' , 'items' , key ] ) ;
2019-10-15 17:37:08 +02:00
}
2020-02-06 22:03:31 +01:00
/ * *
* Returns the Entity 's record object by key. Doesn' t trigger a resolver nor requests the entity from the API if the entity record isn ' t available in the local state .
*
* @ param { Object } state State tree
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } key Record ' s key
*
* @ return { Object ? } Record .
* /
2020-02-10 23:33:27 +01:00
function _ _experimentalGetEntityRecordNoResolver ( state , kind , name , key ) {
2020-02-06 22:03:31 +01:00
return getEntityRecord ( state , kind , name , key ) ;
}
2019-10-15 17:37:08 +02:00
/ * *
* Returns the entity ' s record object by key ,
* with its attributes mapped to their raw values .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } key Record ' s key .
*
* @ return { Object ? } Object with the entity ' s raw attributes .
* /
var getRawEntityRecord = Object ( rememo [ "a" /* default */ ] ) ( function ( state , kind , name , key ) {
var record = getEntityRecord ( state , kind , name , key ) ;
2020-01-08 12:57:23 +01:00
return record && Object . keys ( record ) . reduce ( function ( accumulator , _key ) {
2019-10-15 17:37:08 +02:00
// Because edits are the "raw" attribute values,
// we return those from record selectors to make rendering,
// comparisons, and joins with edits easier.
2020-01-08 12:57:23 +01:00
accumulator [ _key ] = Object ( external _this _lodash _ [ "get" ] ) ( record [ _key ] , 'raw' , record [ _key ] ) ;
return accumulator ;
2019-10-15 17:37:08 +02:00
} , { } ) ;
} , function ( state ) {
return [ state . entities . data ] ;
} ) ;
/ * *
* Returns the Entity ' s records .
*
* @ param { Object } state State tree
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { ? Object } query Optional terms query .
*
2020-06-26 15:33:47 +02:00
* @ return { ? Array } Records .
2019-10-15 17:37:08 +02:00
* /
function getEntityRecords ( state , kind , name , query ) {
2020-01-03 14:17:24 +01:00
var queriedState = Object ( external _this _lodash _ [ "get" ] ) ( state . entities . data , [ kind , name , 'queriedData' ] ) ;
2019-10-15 17:37:08 +02:00
if ( ! queriedState ) {
return [ ] ;
}
return getQueriedItems ( queriedState , query ) ;
}
2020-01-22 23:06:21 +01:00
/ * *
2020-06-26 15:33:47 +02:00
* Returns the list of dirty entity records .
2020-01-22 23:06:21 +01:00
*
* @ param { Object } state State tree .
*
2020-06-26 15:33:47 +02:00
* @ return { [ { title : string , key : string , name : string , kind : string } ] } The list of updated records
2020-01-22 23:06:21 +01:00
* /
2020-06-26 15:33:47 +02:00
var _ _experimentalGetDirtyEntityRecords = Object ( rememo [ "a" /* default */ ] ) ( function ( state ) {
2020-01-22 23:06:21 +01:00
var data = state . entities . data ;
2020-06-26 15:33:47 +02:00
var dirtyRecords = [ ] ;
Object . keys ( data ) . forEach ( function ( kind ) {
2020-01-22 23:06:21 +01:00
Object . keys ( data [ kind ] ) . forEach ( function ( name ) {
2020-06-26 15:33:47 +02:00
var primaryKeys = Object . keys ( data [ kind ] [ name ] . edits ) . filter ( function ( primaryKey ) {
return hasEditsForEntityRecord ( state , kind , name , primaryKey ) ;
2020-01-22 23:06:21 +01:00
} ) ;
2020-06-26 15:33:47 +02:00
if ( primaryKeys . length ) {
var entity = selectors _getEntity ( state , kind , name ) ;
primaryKeys . forEach ( function ( primaryKey ) {
var entityRecord = getEntityRecord ( state , kind , name , primaryKey ) ;
dirtyRecords . push ( {
// We avoid using primaryKey because it's transformed into a string
// when it's used as an object key.
key : entityRecord [ entity . key || DEFAULT _ENTITY _KEY ] ,
title : ! entity . getTitle ? '' : entity . getTitle ( entityRecord ) ,
name : name ,
kind : kind
} ) ;
2020-01-22 23:06:21 +01:00
} ) ;
}
} ) ;
2020-06-26 15:33:47 +02:00
} ) ;
return dirtyRecords ;
2020-01-22 23:06:21 +01:00
} , function ( state ) {
return [ state . entities . data ] ;
} ) ;
2019-10-15 17:37:08 +02:00
/ * *
* Returns the specified entity record ' s edits .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } recordId Record ID .
*
* @ return { Object ? } The entity record ' s edits .
* /
function getEntityRecordEdits ( state , kind , name , recordId ) {
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "get" ] ) ( state . entities . data , [ kind , name , 'edits' , recordId ] ) ;
2019-10-15 17:37:08 +02:00
}
/ * *
* Returns the specified entity record ' s non transient edits .
*
* Transient edits don ' t create an undo level , and
* are not considered for change detection .
* They are defined in the entity ' s config .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } recordId Record ID .
*
* @ return { Object ? } The entity record ' s non transient edits .
* /
var getEntityRecordNonTransientEdits = Object ( rememo [ "a" /* default */ ] ) ( function ( state , kind , name , recordId ) {
2020-01-08 12:57:23 +01:00
var _ref = selectors _getEntity ( state , kind , name ) || { } ,
2019-12-09 18:37:10 +01:00
transientEdits = _ref . transientEdits ;
var edits = getEntityRecordEdits ( state , kind , name , recordId ) || { } ;
if ( ! transientEdits ) {
return edits ;
}
2019-10-15 17:37:08 +02:00
return Object . keys ( edits ) . reduce ( function ( acc , key ) {
if ( ! transientEdits [ key ] ) {
acc [ key ] = edits [ key ] ;
}
return acc ;
} , { } ) ;
} , function ( state ) {
return [ state . entities . config , state . entities . data ] ;
} ) ;
/ * *
* Returns true if the specified entity record has edits ,
* and false otherwise .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } recordId Record ID .
*
* @ return { boolean } Whether the entity record has edits or not .
* /
function hasEditsForEntityRecord ( state , kind , name , recordId ) {
return isSavingEntityRecord ( state , kind , name , recordId ) || Object . keys ( getEntityRecordNonTransientEdits ( state , kind , name , recordId ) ) . length > 0 ;
}
/ * *
* Returns the specified entity record , merged with its edits .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } recordId Record ID .
*
* @ return { Object ? } The entity record , merged with its edits .
* /
var getEditedEntityRecord = Object ( rememo [ "a" /* default */ ] ) ( function ( state , kind , name , recordId ) {
2020-02-06 22:03:31 +01:00
return selectors _objectSpread ( { } , getRawEntityRecord ( state , kind , name , recordId ) , { } , getEntityRecordEdits ( state , kind , name , recordId ) ) ;
2019-10-15 17:37:08 +02:00
} , function ( state ) {
return [ state . entities . data ] ;
} ) ;
/ * *
* Returns true if the specified entity record is autosaving , and false otherwise .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } recordId Record ID .
*
* @ return { boolean } Whether the entity record is autosaving or not .
* /
function isAutosavingEntityRecord ( state , kind , name , recordId ) {
2020-01-03 14:17:24 +01:00
var _get = Object ( external _this _lodash _ [ "get" ] ) ( state . entities . data , [ kind , name , 'saving' , recordId ] , { } ) ,
2019-10-15 17:37:08 +02:00
pending = _get . pending ,
isAutosave = _get . isAutosave ;
return Boolean ( pending && isAutosave ) ;
}
/ * *
* Returns true if the specified entity record is saving , and false otherwise .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } recordId Record ID .
*
* @ return { boolean } Whether the entity record is saving or not .
* /
function isSavingEntityRecord ( state , kind , name , recordId ) {
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "get" ] ) ( state . entities . data , [ kind , name , 'saving' , recordId , 'pending' ] , false ) ;
2019-10-15 17:37:08 +02:00
}
/ * *
* Returns the specified entity record ' s last save error .
*
* @ param { Object } state State tree .
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } recordId Record ID .
*
* @ return { Object ? } The entity record ' s save error .
* /
function getLastEntitySaveError ( state , kind , name , recordId ) {
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "get" ] ) ( state . entities . data , [ kind , name , 'saving' , recordId , 'error' ] ) ;
2019-10-15 17:37:08 +02:00
}
/ * *
* Returns the current undo offset for the
* entity records edits history . The offset
* represents how many items from the end
* of the history stack we are at . 0 is the
* last edit , - 1 is the second last , and so on .
*
* @ param { Object } state State tree .
*
* @ return { number } The current undo offset .
* /
function getCurrentUndoOffset ( state ) {
return state . undo . offset ;
}
/ * *
* Returns the previous edit from the current undo offset
* for the entity records edits history , if any .
*
* @ param { Object } state State tree .
*
* @ return { Object ? } The edit .
* /
function getUndoEdit ( state ) {
return state . undo [ state . undo . length - 2 + getCurrentUndoOffset ( state ) ] ;
}
/ * *
* Returns the next edit from the current undo offset
* for the entity records edits history , if any .
*
* @ param { Object } state State tree .
*
* @ return { Object ? } The edit .
* /
function getRedoEdit ( state ) {
return state . undo [ state . undo . length + getCurrentUndoOffset ( state ) ] ;
}
/ * *
* Returns true if there is a previous edit from the current undo offset
* for the entity records edits history , and false otherwise .
*
* @ param { Object } state State tree .
*
* @ return { boolean } Whether there is a previous edit or not .
* /
function hasUndo ( state ) {
return Boolean ( getUndoEdit ( state ) ) ;
}
/ * *
* Returns true if there is a next edit from the current undo offset
* for the entity records edits history , and false otherwise .
*
* @ param { Object } state State tree .
*
* @ return { boolean } Whether there is a next edit or not .
* /
function hasRedo ( state ) {
return Boolean ( getRedoEdit ( state ) ) ;
}
2020-06-26 15:33:47 +02:00
/ * *
* Return the current theme .
*
* @ param { Object } state Data state .
*
* @ return { Object } The current theme .
* /
function getCurrentTheme ( state ) {
return state . themes [ state . currentTheme ] ;
}
2019-10-15 17:37:08 +02:00
/ * *
* Return theme supports data in the index .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } state Data state .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ return { * } Index data .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function getThemeSupports ( state ) {
return state . themeSupports ;
2018-12-14 05:41:57 +01:00
}
2019-09-19 17:19:18 +02:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns the embed preview for the given URL .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } state Data state .
* @ param { string } url Embedded URL .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ return { * } Undefined if the preview has not been fetched , otherwise , the preview fetched from the embed preview API .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
function getEmbedPreview ( state , url ) {
return state . embedPreviews [ url ] ;
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Determines if the returned preview is an oEmbed link fallback .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* WordPress can be configured to return a simple link to a URL if it is not embeddable .
* We need to be able to determine if a URL is embeddable or not , based on what we
* get back from the oEmbed preview API .
2018-12-14 05:41:57 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } state Data state .
* @ param { string } url Embedded URL .
*
* @ return { boolean } Is the preview for the URL an oEmbed link fallback .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function isPreviewEmbedFallback ( state , url ) {
var preview = state . embedPreviews [ url ] ;
var oEmbedLinkCheck = '<a href="' + url + '">' + url + '</a>' ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
if ( ! preview ) {
return false ;
2018-12-14 05:41:57 +01:00
}
2019-10-15 17:37:08 +02:00
return preview . html === oEmbedLinkCheck ;
2018-12-14 05:41:57 +01:00
}
2019-09-19 17:19:18 +02:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns whether the current user can upload media .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* Calling this may trigger an OPTIONS request to the REST API via the
* ` canUser() ` resolver .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* https : //developer.wordpress.org/rest-api/reference/
*
* @ deprecated since 5.0 . Callers should use the more generic ` canUser() ` selector instead of
* ` hasUploadPermissions() ` , e . g . ` canUser( 'create', 'media' ) ` .
*
* @ param { Object } state Data state .
*
* @ return { boolean } Whether or not the user can upload media . Defaults to ` true ` if the OPTIONS
* request is being made .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
function hasUploadPermissions ( state ) {
external _this _wp _deprecated _default ( ) ( "select( 'core' ).hasUploadPermissions()" , {
alternative : "select( 'core' ).canUser( 'create', 'media' )"
} ) ;
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "defaultTo" ] ) ( canUser ( state , 'create' , 'media' ) , true ) ;
2019-09-19 17:19:18 +02:00
}
/ * *
2019-10-15 17:37:08 +02:00
* Returns whether the current user can perform the given action on the given
* REST resource .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* Calling this may trigger an OPTIONS request to the REST API via the
* ` canUser() ` resolver .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* https : //developer.wordpress.org/rest-api/reference/
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } state Data state .
* @ param { string } action Action to check . One of : 'create' , 'read' , 'update' , 'delete' .
* @ param { string } resource REST resource to check , e . g . 'media' or 'posts' .
* @ param { string = } id Optional ID of the rest resource to check .
*
* @ return { boolean | undefined } Whether or not the user can perform the action ,
* or ` undefined ` if the OPTIONS request is still being made .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
function canUser ( state , action , resource , id ) {
2020-01-03 14:17:24 +01:00
var key = Object ( external _this _lodash _ [ "compact" ] ) ( [ action , resource , id ] ) . join ( '/' ) ;
return Object ( external _this _lodash _ [ "get" ] ) ( state , [ 'userPermissions' , key ] ) ;
2019-10-15 17:37:08 +02:00
}
2019-09-19 17:19:18 +02:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns the latest autosaves for the post .
*
* May return multiple autosaves since the backend stores one autosave per
* author for each post .
2019-09-19 17:19:18 +02:00
*
* @ param { Object } state State tree .
2019-10-15 17:37:08 +02:00
* @ param { string } postType The type of the parent post .
* @ param { number } postId The id of the parent post .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ return { ? Array } An array of autosaves for the post , or undefined if there is none .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
function getAutosaves ( state , postType , postId ) {
return state . autosaves [ postId ] ;
2019-09-19 17:19:18 +02:00
}
/ * *
2019-10-15 17:37:08 +02:00
* Returns the autosave for the post and author .
2019-09-19 17:19:18 +02:00
*
* @ param { Object } state State tree .
2019-10-15 17:37:08 +02:00
* @ param { string } postType The type of the parent post .
* @ param { number } postId The id of the parent post .
* @ param { number } authorId The id of the author .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ return { ? Object } The autosave for the post and author .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
function getAutosave ( state , postType , postId , authorId ) {
if ( authorId === undefined ) {
return ;
}
var autosaves = state . autosaves [ postId ] ;
2020-01-03 14:17:24 +01:00
return Object ( external _this _lodash _ [ "find" ] ) ( autosaves , {
2019-10-15 17:37:08 +02:00
author : authorId
} ) ;
}
2019-09-19 17:19:18 +02:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns true if the REST request for autosaves has completed .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ param { Object } state State tree .
* @ param { string } postType The type of the parent post .
* @ param { number } postId The id of the parent post .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ return { boolean } True if the REST request was completed . False otherwise .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
var hasFetchedAutosaves = Object ( external _this _wp _data _ [ "createRegistrySelector" ] ) ( function ( select ) {
return function ( state , postType , postId ) {
return select ( REDUCER _KEY ) . hasFinishedResolution ( 'getAutosaves' , [ postType , postId ] ) ;
} ;
} ) ;
2019-09-19 17:19:18 +02:00
/ * *
2019-10-15 17:37:08 +02:00
* Returns a new reference when edited values have changed . This is useful in
* inferring where an edit has been made between states by comparison of the
* return values using strict equality .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ example
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* ` ` `
* const hasEditOccurred = (
* getReferenceByDistinctEdits ( beforeState ) !==
* getReferenceByDistinctEdits ( afterState )
* ) ;
* ` ` `
*
* @ param { Object } state Editor state .
*
* @ return { * } A value whose reference will change only when an edit occurs .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
var getReferenceByDistinctEdits = Object ( rememo [ "a" /* default */ ] ) ( function ( ) {
return [ ] ;
} , function ( state ) {
return [ state . undo . length , state . undo . offset ] ;
} ) ;
2020-06-26 15:33:47 +02:00
// EXTERNAL MODULE: external {"this":["wp","dataControls"]}
var external _this _wp _dataControls _ = _ _webpack _require _ _ ( 36 ) ;
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/utils/if-not-resolved.js
/ * *
* WordPress dependencies
* /
/ * *
* Higher - order function which invokes the given resolver only if it has not
* already been resolved with the arguments passed to the enhanced function .
*
* This only considers resolution state , and notably does not support resolver
* custom ` isFulfilled ` behavior .
*
* @ param { Function } resolver Original resolver .
* @ param { string } selectorName Selector name associated with resolver .
*
* @ return { Function } Enhanced resolver .
* /
var if _not _resolved _ifNotResolved = function ifNotResolved ( resolver , selectorName ) {
return (
/*#__PURE__*/
/ * *
* @ param { ... any } args Original resolver arguments .
* /
external _this _regeneratorRuntime _default . a . mark ( function resolveIfNotResolved ( ) {
var _len ,
args ,
_key ,
hasStartedResolution ,
_args = arguments ;
return external _this _regeneratorRuntime _default . a . wrap ( function resolveIfNotResolved$ ( _context ) {
while ( 1 ) {
switch ( _context . prev = _context . next ) {
case 0 :
for ( _len = _args . length , args = new Array ( _len ) , _key = 0 ; _key < _len ; _key ++ ) {
args [ _key ] = _args [ _key ] ;
}
_context . next = 3 ;
return Object ( external _this _wp _dataControls _ [ "select" ] ) ( 'core' , 'hasStartedResolution' , selectorName , args ) ;
case 3 :
hasStartedResolution = _context . sent ;
if ( hasStartedResolution ) {
_context . next = 6 ;
break ;
}
return _context . delegateYield ( resolver . apply ( void 0 , args ) , "t0" , 6 ) ;
case 6 :
case "end" :
return _context . stop ( ) ;
}
}
} , resolveIfNotResolved ) ;
} )
) ;
} ;
/* harmony default export */ var if _not _resolved = ( if _not _resolved _ifNotResolved ) ;
2019-10-15 17:37:08 +02:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/resolvers.js
2020-02-06 22:03:31 +01:00
function resolvers _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function resolvers _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { resolvers _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { resolvers _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2020-06-26 15:33:47 +02:00
var resolvers _marked = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getAuthors ) ,
resolvers _marked2 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getCurrentUser ) ,
resolvers _marked3 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getEntityRecord ) ,
resolvers _marked4 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getEntityRecords ) ,
resolvers _marked5 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getCurrentTheme ) ,
_marked6 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getThemeSupports ) ,
_marked7 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getEmbedPreview ) ,
_marked8 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _hasUploadPermissions ) ,
_marked9 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _canUser ) ,
_marked10 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getAutosaves ) ,
_marked11 = /*#__PURE__*/ external _this _regeneratorRuntime _default . a . mark ( resolvers _getAutosave ) ;
2019-10-15 17:37:08 +02:00
2019-09-19 17:19:18 +02:00
/ * *
2019-10-15 17:37:08 +02:00
* External dependencies
2019-09-19 17:19:18 +02:00
* /
/ * *
2019-10-15 17:37:08 +02:00
* WordPress dependencies
2019-09-19 17:19:18 +02:00
* /
/ * *
2019-10-15 17:37:08 +02:00
* Internal dependencies
2019-09-19 17:19:18 +02:00
* /
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Requests authors from the REST API .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function resolvers _getAuthors ( ) {
var users ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function getAuthors$ ( _context ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context . prev = _context . next ) {
case 0 :
_context . next = 2 ;
return apiFetch ( {
path : '/wp/v2/users/?who=authors&per_page=-1'
} ) ;
case 2 :
users = _context . sent ;
_context . next = 5 ;
return receiveUserQuery ( 'authors' , users ) ;
case 5 :
case "end" :
return _context . stop ( ) ;
}
}
} , resolvers _marked ) ;
2018-12-14 05:41:57 +01:00
}
/ * *
2019-10-15 17:37:08 +02:00
* Requests the current user from the REST API .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function resolvers _getCurrentUser ( ) {
var currentUser ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function getCurrentUser$ ( _context2 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context2 . prev = _context2 . next ) {
case 0 :
_context2 . next = 2 ;
return apiFetch ( {
path : '/wp/v2/users/me'
} ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 2 :
currentUser = _context2 . sent ;
_context2 . next = 5 ;
return receiveCurrentUser ( currentUser ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 5 :
case "end" :
return _context2 . stop ( ) ;
}
}
} , resolvers _marked2 ) ;
2018-12-14 05:41:57 +01:00
}
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Requests an entity ' s record from the REST API .
2019-03-07 10:09:59 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { number } key Record ' s key
2019-03-07 10:09:59 +01:00
* /
2020-01-08 12:57:23 +01:00
function resolvers _getEntityRecord ( kind , name ) {
var key ,
entities ,
entity ,
record ,
_args3 = arguments ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function getEntityRecord$ ( _context3 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context3 . prev = _context3 . next ) {
case 0 :
2020-01-08 12:57:23 +01:00
key = _args3 . length > 2 && _args3 [ 2 ] !== undefined ? _args3 [ 2 ] : '' ;
_context3 . next = 3 ;
2019-10-15 17:37:08 +02:00
return getKindEntities ( kind ) ;
2020-01-08 12:57:23 +01:00
case 3 :
2019-10-15 17:37:08 +02:00
entities = _context3 . sent ;
2020-01-03 14:17:24 +01:00
entity = Object ( external _this _lodash _ [ "find" ] ) ( entities , {
2019-10-15 17:37:08 +02:00
kind : kind ,
name : name
} ) ;
if ( entity ) {
2020-01-08 12:57:23 +01:00
_context3 . next = 7 ;
2019-10-15 17:37:08 +02:00
break ;
}
return _context3 . abrupt ( "return" ) ;
2020-01-08 12:57:23 +01:00
case 7 :
_context3 . next = 9 ;
2019-10-15 17:37:08 +02:00
return apiFetch ( {
path : "" . concat ( entity . baseURL , "/" ) . concat ( key , "?context=edit" )
} ) ;
2020-01-08 12:57:23 +01:00
case 9 :
2019-10-15 17:37:08 +02:00
record = _context3 . sent ;
2020-01-08 12:57:23 +01:00
_context3 . next = 12 ;
2019-10-15 17:37:08 +02:00
return receiveEntityRecords ( kind , name , record ) ;
2020-01-08 12:57:23 +01:00
case 12 :
2019-10-15 17:37:08 +02:00
case "end" :
return _context3 . stop ( ) ;
}
}
} , resolvers _marked3 ) ;
2019-03-07 10:09:59 +01:00
}
2020-06-26 15:33:47 +02:00
/ * *
* Requests an entity ' s record from the REST API .
* /
var resolvers _getRawEntityRecord = if _not _resolved ( resolvers _getEntityRecord , 'getEntityRecord' ) ;
/ * *
* Requests an entity ' s record from the REST API .
* /
var resolvers _getEditedEntityRecord = if _not _resolved ( resolvers _getRawEntityRecord , 'getRawEntityRecord' ) ;
2019-03-07 10:09:59 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Requests the entity ' s records from the REST API .
2019-03-07 10:09:59 +01:00
*
2019-10-15 17:37:08 +02:00
* @ param { string } kind Entity kind .
* @ param { string } name Entity name .
* @ param { Object ? } query Query Object .
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
* /
2019-10-15 17:37:08 +02:00
function resolvers _getEntityRecords ( kind , name ) {
var query ,
entities ,
entity ,
path ,
records ,
_args4 = arguments ;
2020-01-03 14:17:24 +01:00
return external _this _regeneratorRuntime _default . a . wrap ( function getEntityRecords$ ( _context4 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context4 . prev = _context4 . next ) {
case 0 :
query = _args4 . length > 2 && _args4 [ 2 ] !== undefined ? _args4 [ 2 ] : { } ;
_context4 . next = 3 ;
return getKindEntities ( kind ) ;
case 3 :
entities = _context4 . sent ;
2020-01-03 14:17:24 +01:00
entity = Object ( external _this _lodash _ [ "find" ] ) ( entities , {
2019-10-15 17:37:08 +02:00
kind : kind ,
name : name
} ) ;
if ( entity ) {
_context4 . next = 7 ;
break ;
}
return _context4 . abrupt ( "return" ) ;
2019-09-19 17:19:18 +02:00
2019-10-15 17:37:08 +02:00
case 7 :
2020-02-06 22:03:31 +01:00
path = Object ( external _this _wp _url _ [ "addQueryArgs" ] ) ( entity . baseURL , resolvers _objectSpread ( { } , query , {
2019-10-15 17:37:08 +02:00
context : 'edit'
} ) ) ;
_context4 . next = 10 ;
return apiFetch ( {
path : path
} ) ;
2019-09-19 17:19:18 +02:00
2019-10-15 17:37:08 +02:00
case 10 :
records = _context4 . sent ;
_context4 . next = 13 ;
return receiveEntityRecords ( kind , name , Object . values ( records ) , query ) ;
2019-09-19 17:19:18 +02:00
2019-10-15 17:37:08 +02:00
case 13 :
case "end" :
return _context4 . stop ( ) ;
}
}
} , resolvers _marked4 ) ;
2019-09-19 17:19:18 +02:00
}
2019-10-15 17:37:08 +02:00
resolvers _getEntityRecords . shouldInvalidate = function ( action , kind , name ) {
return action . type === 'RECEIVE_ITEMS' && action . invalidateCache && kind === action . kind && name === action . name ;
} ;
2019-09-19 17:19:18 +02:00
/ * *
2020-06-26 15:33:47 +02:00
* Requests the current theme .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
2020-06-26 15:33:47 +02:00
function resolvers _getCurrentTheme ( ) {
2019-10-15 17:37:08 +02:00
var activeThemes ;
2020-06-26 15:33:47 +02:00
return external _this _regeneratorRuntime _default . a . wrap ( function getCurrentTheme$ ( _context5 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
switch ( _context5 . prev = _context5 . next ) {
case 0 :
_context5 . next = 2 ;
return apiFetch ( {
path : '/wp/v2/themes?status=active'
} ) ;
case 2 :
activeThemes = _context5 . sent ;
_context5 . next = 5 ;
2020-06-26 15:33:47 +02:00
return receiveCurrentTheme ( activeThemes [ 0 ] ) ;
2019-10-15 17:37:08 +02:00
case 5 :
case "end" :
return _context5 . stop ( ) ;
}
}
} , resolvers _marked5 ) ;
}
2020-06-26 15:33:47 +02:00
/ * *
* Requests theme supports data from the index .
* /
function resolvers _getThemeSupports ( ) {
var activeThemes ;
return external _this _regeneratorRuntime _default . a . wrap ( function getThemeSupports$ ( _context6 ) {
while ( 1 ) {
switch ( _context6 . prev = _context6 . next ) {
case 0 :
_context6 . next = 2 ;
return apiFetch ( {
path : '/wp/v2/themes?status=active'
} ) ;
case 2 :
activeThemes = _context6 . sent ;
_context6 . next = 5 ;
return receiveThemeSupports ( activeThemes [ 0 ] . theme _supports ) ;
case 5 :
case "end" :
return _context6 . stop ( ) ;
}
}
} , _marked6 ) ;
}
2019-09-19 17:19:18 +02:00
/ * *
2019-10-15 17:37:08 +02:00
* Requests a preview from the from the Embed API .
2019-09-19 17:19:18 +02:00
*
2019-10-15 17:37:08 +02:00
* @ param { string } url URL to get the preview for .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
function resolvers _getEmbedPreview ( url ) {
var embedProxyResponse ;
2020-06-26 15:33:47 +02:00
return external _this _regeneratorRuntime _default . a . wrap ( function getEmbedPreview$ ( _context7 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
2020-06-26 15:33:47 +02:00
switch ( _context7 . prev = _context7 . next ) {
2019-10-15 17:37:08 +02:00
case 0 :
2020-06-26 15:33:47 +02:00
_context7 . prev = 0 ;
_context7 . next = 3 ;
2019-10-15 17:37:08 +02:00
return apiFetch ( {
path : Object ( external _this _wp _url _ [ "addQueryArgs" ] ) ( '/oembed/1.0/proxy' , {
url : url
} )
} ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 3 :
2020-06-26 15:33:47 +02:00
embedProxyResponse = _context7 . sent ;
_context7 . next = 6 ;
2019-10-15 17:37:08 +02:00
return receiveEmbedPreview ( url , embedProxyResponse ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 6 :
2020-06-26 15:33:47 +02:00
_context7 . next = 12 ;
2019-10-15 17:37:08 +02:00
break ;
2019-03-21 13:48:00 +01:00
2019-10-15 17:37:08 +02:00
case 8 :
2020-06-26 15:33:47 +02:00
_context7 . prev = 8 ;
_context7 . t0 = _context7 [ "catch" ] ( 0 ) ;
_context7 . next = 12 ;
2019-10-15 17:37:08 +02:00
return receiveEmbedPreview ( url , false ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 12 :
case "end" :
2020-06-26 15:33:47 +02:00
return _context7 . stop ( ) ;
2019-10-15 17:37:08 +02:00
}
}
2020-06-26 15:33:47 +02:00
} , _marked7 , null , [ [ 0 , 8 ] ] ) ;
2019-10-15 17:37:08 +02:00
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Requests Upload Permissions from the REST API .
*
* @ deprecated since 5.0 . Callers should use the more generic ` canUser() ` selector instead of
* ` hasUploadPermissions() ` , e . g . ` canUser( 'create', 'media' ) ` .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function resolvers _hasUploadPermissions ( ) {
2020-06-26 15:33:47 +02:00
return external _this _regeneratorRuntime _default . a . wrap ( function hasUploadPermissions$ ( _context8 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
2020-06-26 15:33:47 +02:00
switch ( _context8 . prev = _context8 . next ) {
2019-10-15 17:37:08 +02:00
case 0 :
external _this _wp _deprecated _default ( ) ( "select( 'core' ).hasUploadPermissions()" , {
alternative : "select( 'core' ).canUser( 'create', 'media' )"
} ) ;
2020-06-26 15:33:47 +02:00
return _context8 . delegateYield ( resolvers _canUser ( 'create' , 'media' ) , "t0" , 2 ) ;
2019-10-15 17:37:08 +02:00
case 2 :
case "end" :
2020-06-26 15:33:47 +02:00
return _context8 . stop ( ) ;
2019-10-15 17:37:08 +02:00
}
}
2020-06-26 15:33:47 +02:00
} , _marked8 ) ;
2019-10-15 17:37:08 +02:00
}
2018-12-18 04:14:52 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Checks whether the current user can perform the given action on the given
* REST resource .
*
* @ param { string } action Action to check . One of : 'create' , 'read' , 'update' ,
* 'delete' .
* @ param { string } resource REST resource to check , e . g . 'media' or 'posts' .
* @ param { ? string } id ID of the rest resource to check .
2018-12-18 04:14:52 +01:00
* /
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
function resolvers _canUser ( action , resource , id ) {
var methods , method , path , response , allowHeader , key , isAllowed ;
2020-06-26 15:33:47 +02:00
return external _this _regeneratorRuntime _default . a . wrap ( function canUser$ ( _context9 ) {
2019-10-15 17:37:08 +02:00
while ( 1 ) {
2020-06-26 15:33:47 +02:00
switch ( _context9 . prev = _context9 . next ) {
2019-10-15 17:37:08 +02:00
case 0 :
methods = {
create : 'POST' ,
read : 'GET' ,
update : 'PUT' ,
delete : 'DELETE'
} ;
method = methods [ action ] ;
if ( method ) {
2020-06-26 15:33:47 +02:00
_context9 . next = 4 ;
2019-10-15 17:37:08 +02:00
break ;
}
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
throw new Error ( "'" . concat ( action , "' is not a valid action." ) ) ;
2019-03-07 10:09:59 +01:00
2019-10-15 17:37:08 +02:00
case 4 :
path = id ? "/wp/v2/" . concat ( resource , "/" ) . concat ( id ) : "/wp/v2/" . concat ( resource ) ;
2020-06-26 15:33:47 +02:00
_context9 . prev = 5 ;
_context9 . next = 8 ;
2019-10-15 17:37:08 +02:00
return apiFetch ( {
path : path ,
// Ideally this would always be an OPTIONS request, but unfortunately there's
// a bug in the REST API which causes the Allow header to not be sent on
// OPTIONS requests to /posts/:id routes.
// https://core.trac.wordpress.org/ticket/45753
method : id ? 'GET' : 'OPTIONS' ,
parse : false
} ) ;
case 8 :
2020-06-26 15:33:47 +02:00
response = _context9 . sent ;
_context9 . next = 14 ;
2019-10-15 17:37:08 +02:00
break ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 11 :
2020-06-26 15:33:47 +02:00
_context9 . prev = 11 ;
_context9 . t0 = _context9 [ "catch" ] ( 5 ) ;
return _context9 . abrupt ( "return" ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 14 :
2020-01-03 14:17:24 +01:00
if ( Object ( external _this _lodash _ [ "hasIn" ] ) ( response , [ 'headers' , 'get' ] ) ) {
2019-10-15 17:37:08 +02:00
// If the request is fetched using the fetch api, the header can be
// retrieved using the 'get' method.
allowHeader = response . headers . get ( 'allow' ) ;
} else {
// If the request was preloaded server-side and is returned by the
// preloading middleware, the header will be a simple property.
2020-01-03 14:17:24 +01:00
allowHeader = Object ( external _this _lodash _ [ "get" ] ) ( response , [ 'headers' , 'Allow' ] , '' ) ;
2019-10-15 17:37:08 +02:00
}
2018-12-14 05:41:57 +01:00
2020-01-03 14:17:24 +01:00
key = Object ( external _this _lodash _ [ "compact" ] ) ( [ action , resource , id ] ) . join ( '/' ) ;
isAllowed = Object ( external _this _lodash _ [ "includes" ] ) ( allowHeader , method ) ;
2020-06-26 15:33:47 +02:00
_context9 . next = 19 ;
2019-10-15 17:37:08 +02:00
return receiveUserPermission ( key , isAllowed ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 19 :
case "end" :
2020-06-26 15:33:47 +02:00
return _context9 . stop ( ) ;
2019-10-15 17:37:08 +02:00
}
}
2020-06-26 15:33:47 +02:00
} , _marked9 , null , [ [ 5 , 11 ] ] ) ;
2019-10-15 17:37:08 +02:00
}
2018-12-14 05:41:57 +01:00
/ * *
2019-10-15 17:37:08 +02:00
* Request autosave data from the REST API .
*
* @ param { string } postType The type of the parent post .
* @ param { number } postId The id of the parent post .
2018-12-14 05:41:57 +01:00
* /
2019-10-15 17:37:08 +02:00
function resolvers _getAutosaves ( postType , postId ) {
2020-06-26 15:33:47 +02:00
var _yield$resolveSelect , restBase , autosaves ;
2019-10-15 17:37:08 +02:00
2020-06-26 15:33:47 +02:00
return external _this _regeneratorRuntime _default . a . wrap ( function getAutosaves$ ( _context10 ) {
2018-12-18 04:14:52 +01:00
while ( 1 ) {
2020-06-26 15:33:47 +02:00
switch ( _context10 . prev = _context10 . next ) {
2018-12-18 04:14:52 +01:00
case 0 :
2020-06-26 15:33:47 +02:00
_context10 . next = 2 ;
2019-10-15 17:37:08 +02:00
return resolveSelect ( 'getPostType' , postType ) ;
case 2 :
2020-06-26 15:33:47 +02:00
_yield$resolveSelect = _context10 . sent ;
restBase = _yield$resolveSelect . rest _base ;
_context10 . next = 6 ;
2018-12-18 04:14:52 +01:00
return apiFetch ( {
2019-10-15 17:37:08 +02:00
path : "/wp/v2/" . concat ( restBase , "/" ) . concat ( postId , "/autosaves?context=edit" )
2018-12-18 04:14:52 +01:00
} ) ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
case 6 :
2020-06-26 15:33:47 +02:00
autosaves = _context10 . sent ;
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
if ( ! ( autosaves && autosaves . length ) ) {
2020-06-26 15:33:47 +02:00
_context10 . next = 10 ;
2019-10-15 17:37:08 +02:00
break ;
}
2020-06-26 15:33:47 +02:00
_context10 . next = 10 ;
2019-10-15 17:37:08 +02:00
return receiveAutosaves ( postId , autosaves ) ;
case 10 :
2018-12-18 04:14:52 +01:00
case "end" :
2020-06-26 15:33:47 +02:00
return _context10 . stop ( ) ;
2018-12-14 05:41:57 +01:00
}
2018-12-18 04:14:52 +01:00
}
2020-06-26 15:33:47 +02:00
} , _marked10 ) ;
2019-09-19 17:19:18 +02:00
}
/ * *
2019-10-15 17:37:08 +02:00
* Request autosave data from the REST API .
*
* This resolver exists to ensure the underlying autosaves are fetched via
* ` getAutosaves ` when a call to the ` getAutosave ` selector is made .
*
* @ param { string } postType The type of the parent post .
* @ param { number } postId The id of the parent post .
2019-09-19 17:19:18 +02:00
* /
2019-10-15 17:37:08 +02:00
function resolvers _getAutosave ( postType , postId ) {
2020-06-26 15:33:47 +02:00
return external _this _regeneratorRuntime _default . a . wrap ( function getAutosave$ ( _context11 ) {
2019-09-19 17:19:18 +02:00
while ( 1 ) {
2020-06-26 15:33:47 +02:00
switch ( _context11 . prev = _context11 . next ) {
2019-09-19 17:19:18 +02:00
case 0 :
2020-06-26 15:33:47 +02:00
_context11 . next = 2 ;
2020-01-22 23:06:21 +01:00
return resolveSelect ( 'getAutosaves' , postType , postId ) ;
2019-10-15 17:37:08 +02:00
2020-01-22 23:06:21 +01:00
case 2 :
case "end" :
2020-06-26 15:33:47 +02:00
return _context11 . stop ( ) ;
2020-01-22 23:06:21 +01:00
}
2018-12-18 04:14:52 +01:00
}
2020-06-26 15:33:47 +02:00
} , _marked11 ) ;
2020-01-22 23:06:21 +01:00
}
2018-12-14 05:41:57 +01:00
2020-01-22 23:06:21 +01:00
// EXTERNAL MODULE: external {"this":["wp","element"]}
var external _this _wp _element _ = _ _webpack _require _ _ ( 0 ) ;
2019-10-15 17:37:08 +02:00
2020-02-06 22:03:31 +01:00
// EXTERNAL MODULE: external {"this":["wp","blocks"]}
2020-07-07 16:43:35 +02:00
var external _this _wp _blocks _ = _ _webpack _require _ _ ( 10 ) ;
2020-02-06 22:03:31 +01:00
2020-01-22 23:06:21 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/entity-provider.js
2019-10-15 17:37:08 +02:00
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
2020-02-06 22:03:31 +01:00
function entity _provider _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function entity _provider _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { entity _provider _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { entity _provider _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2018-12-14 05:41:57 +01:00
2020-01-22 23:06:21 +01:00
/ * *
* WordPress dependencies
* /
2020-01-08 12:57:23 +01:00
2020-02-06 22:03:31 +01:00
2020-01-22 23:06:21 +01:00
/ * *
* Internal dependencies
* /
2020-01-08 12:57:23 +01:00
2018-12-14 05:41:57 +01:00
2020-02-06 22:03:31 +01:00
var entity _provider _entities = entity _provider _objectSpread ( { } , defaultEntities . reduce ( function ( acc , entity ) {
2020-01-22 23:06:21 +01:00
if ( ! acc [ entity . kind ] ) {
acc [ entity . kind ] = { } ;
}
2018-12-14 05:41:57 +01:00
2020-01-22 23:06:21 +01:00
acc [ entity . kind ] [ entity . name ] = {
context : Object ( external _this _wp _element _ [ "createContext" ] ) ( )
} ;
return acc ;
2020-02-06 22:03:31 +01:00
} , { } ) , { } , kinds . reduce ( function ( acc , kind ) {
2020-01-22 23:06:21 +01:00
acc [ kind . name ] = { } ;
return acc ;
} , { } ) ) ;
2018-12-18 04:14:52 +01:00
2020-01-22 23:06:21 +01:00
var entity _provider _getEntity = function getEntity ( kind , type ) {
if ( ! entity _provider _entities [ kind ] ) {
throw new Error ( "Missing entity config for kind: " . concat ( kind , "." ) ) ;
}
2018-12-14 05:41:57 +01:00
2020-01-22 23:06:21 +01:00
if ( ! entity _provider _entities [ kind ] [ type ] ) {
entity _provider _entities [ kind ] [ type ] = {
context : Object ( external _this _wp _element _ [ "createContext" ] ) ( )
} ;
}
2019-03-07 10:09:59 +01:00
2020-01-22 23:06:21 +01:00
return entity _provider _entities [ kind ] [ type ] ;
} ;
2019-10-15 17:37:08 +02:00
/ * *
2020-01-22 23:06:21 +01:00
* Context provider component for providing
* an entity for a specific entity type .
2019-10-15 17:37:08 +02:00
*
2020-01-22 23:06:21 +01:00
* @ param { Object } props The component ' s props .
* @ param { string } props . kind The entity kind .
* @ param { string } props . type The entity type .
* @ param { number } props . id The entity ID .
* @ param { * } props . children The children to wrap .
2019-10-15 17:37:08 +02:00
*
2020-01-22 23:06:21 +01:00
* @ return { Object } The provided children , wrapped with
* the entity ' s context provider .
2019-10-15 17:37:08 +02:00
* /
2019-03-07 10:09:59 +01:00
2020-01-22 23:06:21 +01:00
function EntityProvider ( _ref ) {
var kind = _ref . kind ,
type = _ref . type ,
id = _ref . id ,
children = _ref . children ;
var Provider = entity _provider _getEntity ( kind , type ) . context . Provider ;
return Object ( external _this _wp _element _ [ "createElement" ] ) ( Provider , {
value : id
} , children ) ;
}
2019-10-15 17:37:08 +02:00
/ * *
2020-01-22 23:06:21 +01:00
* Hook that returns the ID for the nearest
* provided entity of the specified type .
2019-10-15 17:37:08 +02:00
*
2020-01-22 23:06:21 +01:00
* @ param { string } kind The entity kind .
* @ param { string } type The entity type .
2019-10-15 17:37:08 +02:00
* /
2018-12-14 05:41:57 +01:00
2020-01-22 23:06:21 +01:00
function useEntityId ( kind , type ) {
return Object ( external _this _wp _element _ [ "useContext" ] ) ( entity _provider _getEntity ( kind , type ) . context ) ;
2019-10-15 17:37:08 +02:00
}
/ * *
2020-01-22 23:06:21 +01:00
* Hook that returns the value and a setter for the
* specified property of the nearest provided
* entity of the specified type .
2019-10-15 17:37:08 +02:00
*
2020-06-26 15:33:47 +02:00
* @ param { string } kind The entity kind .
* @ param { string } type The entity type .
* @ param { string } prop The property name .
* @ param { string } [ _id ] An entity ID to use instead of the context - provided one .
2019-10-15 17:37:08 +02:00
*
2020-01-22 23:06:21 +01:00
* @ return { [ * , Function ] } A tuple where the first item is the
* property value and the second is the
* setter .
2019-10-15 17:37:08 +02:00
* /
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
function useEntityProp ( kind , type , prop , _id ) {
var providerId = useEntityId ( kind , type ) ;
var id = _id !== null && _id !== void 0 ? _id : providerId ;
var _useSelect = Object ( external _this _wp _data _ [ "useSelect" ] ) ( function ( select ) {
2020-02-10 23:33:27 +01:00
var _select = select ( 'core' ) ,
getEntityRecord = _select . getEntityRecord ,
getEditedEntityRecord = _select . getEditedEntityRecord ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
var entity = getEntityRecord ( kind , type , id ) ; // Trigger resolver.
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
var editedEntity = getEditedEntityRecord ( kind , type , id ) ;
return entity && editedEntity ? {
value : editedEntity [ prop ] ,
fullValue : entity [ prop ]
} : { } ;
} , [ kind , type , id , prop ] ) ,
value = _useSelect . value ,
fullValue = _useSelect . fullValue ;
2020-01-22 23:06:21 +01:00
var _useDispatch = Object ( external _this _wp _data _ [ "useDispatch" ] ) ( 'core' ) ,
editEntityRecord = _useDispatch . editEntityRecord ;
2019-10-15 17:37:08 +02:00
2020-01-22 23:06:21 +01:00
var setValue = Object ( external _this _wp _element _ [ "useCallback" ] ) ( function ( newValue ) {
editEntityRecord ( kind , type , id , Object ( defineProperty [ "a" /* default */ ] ) ( { } , prop , newValue ) ) ;
} , [ kind , type , id , prop ] ) ;
2020-06-26 15:33:47 +02:00
return [ value , setValue , fullValue ] ;
2020-01-22 23:06:21 +01:00
}
2020-02-06 22:03:31 +01:00
/ * *
* Hook that returns block content getters and setters for
* the nearest provided entity of the specified type .
*
* The return value has the shape ` [ blocks, onInput, onChange ] ` .
* ` onInput ` is for block changes that don ' t create undo levels
* or dirty the post , non - persistent changes , and ` onChange ` is for
* peristent changes . They map directly to the props of a
* ` BlockEditorProvider ` and are intended to be used with it ,
* or similar components or hooks .
*
* @ param { string } kind The entity kind .
* @ param { string } type The entity type .
* @ param { Object } options
* @ param { Object } [ options . initialEdits ] Initial edits object for the entity record .
* @ param { string } [ options . blocksProp = 'blocks' ] The name of the entity prop that holds the blocks array .
* @ param { string } [ options . contentProp = 'content' ] The name of the entity prop that holds the serialized blocks .
2020-06-26 15:33:47 +02:00
* @ param { string } [ options . id ] An entity ID to use instead of the context - provided one .
2020-02-06 22:03:31 +01:00
*
* @ return { [ WPBlock [ ] , Function , Function ] } The block array and setters .
* /
function useEntityBlockEditor ( kind , type ) {
var _ref2 = arguments . length > 2 && arguments [ 2 ] !== undefined ? arguments [ 2 ] : { } ,
initialEdits = _ref2 . initialEdits ,
_ref2$blocksProp = _ref2 . blocksProp ,
blocksProp = _ref2$blocksProp === void 0 ? 'blocks' : _ref2$blocksProp ,
_ref2$contentProp = _ref2 . contentProp ,
2020-06-26 15:33:47 +02:00
contentProp = _ref2$contentProp === void 0 ? 'content' : _ref2$contentProp ,
_id = _ref2 . id ;
2020-02-06 22:03:31 +01:00
2020-06-26 15:33:47 +02:00
var providerId = useEntityId ( kind , type ) ;
var id = _id !== null && _id !== void 0 ? _id : providerId ;
var _useEntityProp = useEntityProp ( kind , type , contentProp , id ) ,
2020-02-06 22:03:31 +01:00
_useEntityProp2 = Object ( slicedToArray [ "a" /* default */ ] ) ( _useEntityProp , 2 ) ,
content = _useEntityProp2 [ 0 ] ,
setContent = _useEntityProp2 [ 1 ] ;
2020-02-10 23:33:27 +01:00
var _useDispatch2 = Object ( external _this _wp _data _ [ "useDispatch" ] ) ( 'core' ) ,
editEntityRecord = _useDispatch2 . editEntityRecord ;
2020-02-06 22:03:31 +01:00
2020-06-26 15:33:47 +02:00
Object ( external _this _wp _element _ [ "useEffect" ] ) ( function ( ) {
2020-02-06 22:03:31 +01:00
if ( initialEdits ) {
editEntityRecord ( kind , type , id , initialEdits , {
undoIgnore : true
} ) ;
2020-06-26 15:33:47 +02:00
}
} , [ id ] ) ;
var initialBlocks = Object ( external _this _wp _element _ [ "useMemo" ] ) ( function ( ) {
// Guard against other instances that might have
2020-02-06 22:03:31 +01:00
// set content to a function already.
2020-06-26 15:33:47 +02:00
if ( content && typeof content !== 'function' ) {
2020-02-06 22:03:31 +01:00
var parsedContent = Object ( external _this _wp _blocks _ [ "parse" ] ) ( content ) ;
return parsedContent . length ? parsedContent : [ ] ;
}
2020-06-26 15:33:47 +02:00
return [ ] ;
} , [ content ] ) ;
var _useEntityProp3 = useEntityProp ( kind , type , blocksProp , id ) ,
2020-02-06 22:03:31 +01:00
_useEntityProp4 = Object ( slicedToArray [ "a" /* default */ ] ) ( _useEntityProp3 , 2 ) ,
_useEntityProp4$ = _useEntityProp4 [ 0 ] ,
blocks = _useEntityProp4$ === void 0 ? initialBlocks : _useEntityProp4$ ,
onInput = _useEntityProp4 [ 1 ] ;
var onChange = Object ( external _this _wp _element _ [ "useCallback" ] ) ( function ( nextBlocks ) {
onInput ( nextBlocks ) ; // Use a function edit to avoid serializing often.
setContent ( function ( _ref3 ) {
var blocksToSerialize = _ref3 . blocks ;
return Object ( external _this _wp _blocks _ [ "serialize" ] ) ( blocksToSerialize ) ;
} ) ;
} , [ onInput , setContent ] ) ;
return [ blocks , onInput , onChange ] ;
}
2019-09-19 17:19:18 +02:00
2020-01-22 23:06:21 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/core-data/build-module/index.js
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
function build _module _ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
function build _module _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { build _module _ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { build _module _ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/ * *
* WordPress dependencies
* /
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/ * *
* Internal dependencies
* /
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
// The entity selectors/resolvers and actions are shortcuts to their generic equivalents
// (getEntityRecord, getEntityRecords, updateEntityRecord, updateEntityRecordss)
// Instead of getEntityRecord, the consumer could use more user-frieldly named selector: getPostType, getTaxonomy...
// The "kind" and the "name" of the entity are combined to generate these shortcuts.
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
var entitySelectors = defaultEntities . reduce ( function ( result , entity ) {
var kind = entity . kind ,
name = entity . name ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
result [ entities _getMethodName ( kind , name ) ] = function ( state , key ) {
return getEntityRecord ( state , kind , name , key ) ;
} ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
result [ entities _getMethodName ( kind , name , 'get' , true ) ] = function ( state ) {
for ( var _len = arguments . length , args = new Array ( _len > 1 ? _len - 1 : 0 ) , _key = 1 ; _key < _len ; _key ++ ) {
args [ _key - 1 ] = arguments [ _key ] ;
}
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
return getEntityRecords . apply ( build _module _selectors _namespaceObject , [ state , kind , name ] . concat ( args ) ) ;
} ;
2018-12-18 04:14:52 +01:00
2020-06-26 15:33:47 +02:00
return result ;
} , { } ) ;
var entityResolvers = defaultEntities . reduce ( function ( result , entity ) {
var kind = entity . kind ,
name = entity . name ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
result [ entities _getMethodName ( kind , name ) ] = function ( key ) {
return resolvers _getEntityRecord ( kind , name , key ) ;
} ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
var pluralMethodName = entities _getMethodName ( kind , name , 'get' , true ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
result [ pluralMethodName ] = function ( ) {
for ( var _len2 = arguments . length , args = new Array ( _len2 ) , _key2 = 0 ; _key2 < _len2 ; _key2 ++ ) {
args [ _key2 ] = arguments [ _key2 ] ;
}
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
return resolvers _getEntityRecords . apply ( resolvers _namespaceObject , [ kind , name ] . concat ( args ) ) ;
} ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
result [ pluralMethodName ] . shouldInvalidate = function ( action ) {
var _resolvers$getEntityR ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
for ( var _len3 = arguments . length , args = new Array ( _len3 > 1 ? _len3 - 1 : 0 ) , _key3 = 1 ; _key3 < _len3 ; _key3 ++ ) {
args [ _key3 - 1 ] = arguments [ _key3 ] ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
return ( _resolvers$getEntityR = resolvers _getEntityRecords ) . shouldInvalidate . apply ( _resolvers$getEntityR , [ action , kind , name ] . concat ( args ) ) ;
} ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
return result ;
} , { } ) ;
var entityActions = defaultEntities . reduce ( function ( result , entity ) {
var kind = entity . kind ,
name = entity . name ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
result [ entities _getMethodName ( kind , name , 'save' ) ] = function ( key ) {
return saveEntityRecord ( kind , name , key ) ;
} ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
return result ;
} , { } ) ;
Object ( external _this _wp _data _ [ "registerStore" ] ) ( REDUCER _KEY , {
reducer : build _module _reducer ,
controls : build _module _controls ,
actions : build _module _objectSpread ( { } , build _module _actions _namespaceObject , { } , entityActions ) ,
selectors : build _module _objectSpread ( { } , build _module _selectors _namespaceObject , { } , entitySelectors ) ,
resolvers : build _module _objectSpread ( { } , resolvers _namespaceObject , { } , entityResolvers )
} ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/***/ } ) ,
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/***/ 45 :
/***/ ( function ( module , exports ) {
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
( function ( ) { module . exports = this [ "wp" ] [ "apiFetch" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/***/ } ) ,
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/***/ 5 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _defineProperty ; } ) ;
function _defineProperty ( obj , key , value ) {
if ( key in obj ) {
Object . defineProperty ( obj , key , {
value : value ,
enumerable : true ,
configurable : true ,
writable : true
} ) ;
} else {
obj [ key ] = value ;
}
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
return obj ;
}
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
/***/ } ) ,
2018-12-14 05:41:57 +01:00
2020-07-21 14:14:37 +02:00
/***/ 64 :
2020-06-26 15:33:47 +02:00
/***/ ( function ( module , exports ) {
2018-12-14 05:41:57 +01:00
2020-06-26 15:33:47 +02:00
( function ( ) { module . exports = this [ "wp" ] [ "isShallowEqual" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
/***/ } )
2018-12-18 04:14:52 +01:00
/******/ } ) ;