2024-01-31 13:59:56 +01:00
/******/ ( ( ) => { // webpackBootstrap
2023-06-27 16:24:19 +02:00
/******/ "use strict" ;
/******/ // The require scope
/******/ var _ _webpack _require _ _ = { } ;
/******/
/************************************************************************/
/******/ /* webpack/runtime/define property getters */
2024-01-31 13:59:56 +01:00
/******/ ( ( ) => {
2023-06-27 16:24:19 +02:00
/******/ // define getter functions for harmony exports
2024-01-31 13:59:56 +01:00
/******/ _ _webpack _require _ _ . d = ( exports , definition ) => {
2023-06-27 16:24:19 +02:00
/******/ for ( var key in definition ) {
/******/ if ( _ _webpack _require _ _ . o ( definition , key ) && ! _ _webpack _require _ _ . o ( exports , key ) ) {
/******/ Object . defineProperty ( exports , key , { enumerable : true , get : definition [ key ] } ) ;
/******/ }
/******/ }
/******/ } ;
2024-01-31 13:59:56 +01:00
/******/ } ) ( ) ;
2023-06-27 16:24:19 +02:00
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
2024-01-31 13:59:56 +01:00
/******/ ( ( ) => {
/******/ _ _webpack _require _ _ . o = ( obj , prop ) => ( Object . prototype . hasOwnProperty . call ( obj , prop ) )
/******/ } ) ( ) ;
2023-06-27 16:24:19 +02:00
/******/
/******/ /* webpack/runtime/make namespace object */
2024-01-31 13:59:56 +01:00
/******/ ( ( ) => {
2023-06-27 16:24:19 +02:00
/******/ // define __esModule on exports
2024-01-31 13:59:56 +01:00
/******/ _ _webpack _require _ _ . r = ( exports ) => {
2023-06-27 16:24:19 +02:00
/******/ if ( typeof Symbol !== 'undefined' && Symbol . toStringTag ) {
/******/ Object . defineProperty ( exports , Symbol . toStringTag , { value : 'Module' } ) ;
/******/ }
/******/ Object . defineProperty ( exports , '__esModule' , { value : true } ) ;
/******/ } ;
2024-01-31 13:59:56 +01:00
/******/ } ) ( ) ;
2023-06-27 16:24:19 +02:00
/******/
/************************************************************************/
var _ _webpack _exports _ _ = { } ;
// ESM COMPAT FLAG
_ _webpack _require _ _ . r ( _ _webpack _exports _ _ ) ;
// EXPORTS
_ _webpack _require _ _ . d ( _ _webpack _exports _ _ , {
2024-01-31 13:59:56 +01:00
privateApis : ( ) => ( /* reexport */ privateApis )
2023-06-27 16:24:19 +02:00
} ) ;
; // CONCATENATED MODULE: external ["wp","commands"]
2024-01-31 13:59:56 +01:00
const external _wp _commands _namespaceObject = window [ "wp" ] [ "commands" ] ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: external ["wp","i18n"]
2024-01-31 13:59:56 +01:00
const external _wp _i18n _namespaceObject = window [ "wp" ] [ "i18n" ] ;
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
; // CONCATENATED MODULE: external "React"
2024-01-31 13:59:56 +01:00
const external _React _namespaceObject = window [ "React" ] ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: external ["wp","primitives"]
2024-01-31 13:59:56 +01:00
const external _wp _primitives _namespaceObject = window [ "wp" ] [ "primitives" ] ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/plus.js
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const plus = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
xmlns : "http://www.w3.org/2000/svg" ,
viewBox : "0 0 24 24"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
d : "M11 12.5V17.5H12.5V12.5H17.5V11H12.5V6H11V11H6V12.5H11Z"
2023-06-27 16:24:19 +02:00
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const library _plus = ( plus ) ;
2023-06-27 16:24:19 +02:00
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/symbol.js
2023-06-27 16:24:19 +02:00
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const symbol = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
xmlns : "http://www.w3.org/2000/svg" ,
viewBox : "0 0 24 24"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
2023-09-26 16:23:26 +02:00
d : "M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-1 1.4l-5.6 5.6c-.1.1-.3.1-.4 0l-5.6-5.6c-.1-.1-.1-.3 0-.4l5.6-5.6s.1-.1.2-.1.1 0 .2.1l5.6 5.6c.1.1.1.3 0 .4zm-16.6-.4L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"
2023-06-27 16:24:19 +02:00
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const library _symbol = ( symbol ) ;
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: external ["wp","url"]
2024-01-31 13:59:56 +01:00
const external _wp _url _namespaceObject = window [ "wp" ] [ "url" ] ;
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: external ["wp","router"]
2024-01-31 13:59:56 +01:00
const external _wp _router _namespaceObject = window [ "wp" ] [ "router" ] ;
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: external ["wp","coreData"]
2024-01-31 13:59:56 +01:00
const external _wp _coreData _namespaceObject = window [ "wp" ] [ "coreData" ] ;
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: external ["wp","data"]
2024-01-31 13:59:56 +01:00
const external _wp _data _namespaceObject = window [ "wp" ] [ "data" ] ;
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/core-commands/build-module/hooks.js
/ * *
* WordPress dependencies
* /
function useIsTemplatesAccessible ( ) {
return ( 0 , external _wp _data _namespaceObject . useSelect ) ( select => select ( external _wp _coreData _namespaceObject . store ) . canUser ( 'read' , 'templates' ) , [ ] ) ;
}
function useIsBlockBasedTheme ( ) {
return ( 0 , external _wp _data _namespaceObject . useSelect ) ( select => select ( external _wp _coreData _namespaceObject . store ) . getCurrentTheme ( ) ? . is _block _theme , [ ] ) ;
}
; // CONCATENATED MODULE: external ["wp","privateApis"]
2024-01-31 13:59:56 +01:00
const external _wp _privateApis _namespaceObject = window [ "wp" ] [ "privateApis" ] ;
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/core-commands/build-module/lock-unlock.js
/ * *
* WordPress dependencies
* /
const {
lock ,
unlock
Editor: Update npm packages ahead of 6.4 RC1.
Updates the npm packages and code for:
* [https://github.com/WordPress/gutenberg/pull/55121 List: fix forward merging of nested list]
* [https://github.com/WordPress/gutenberg/pull/55182 Update consent string for using private APIs.]
* [https://github.com/WordPress/gutenberg/pull/55204 useBlockSettings: add missing useMemo dependencies]
* [https://github.com/WordPress/gutenberg/pull/55120 Remove the lightbox filter and view file when the lightbox setting is disabled.]
* [https://github.com/WordPress/gutenberg/pull/55245 Patterns: Remove the version enforcement for npm in engines field]
* [https://github.com/WordPress/gutenberg/pull/55237 Remove `@return void` from PHP function docs]
* [https://github.com/WordPress/gutenberg/pull/55141 Image: Disable lightbox editor UI for linked images]
* [https://github.com/WordPress/gutenberg/pull/55269 Image: Stop crashing with Lightbox on image blocks without an image]
* [https://github.com/WordPress/gutenberg/pull/55021 Update fullscreen icon]
* [https://github.com/WordPress/gutenberg/pull/55217 Template Part block: Fall back to current theme if no theme attribute is given.] This change is part of fix for a performance regression re-introduced by [56818].
References:
* [https://github.com/WordPress/gutenberg/pull/55298 Gutenberg PR 55298] Cherry-pick commits
Follow-up to [56818], [56816].
Props ellatrix, peterwilsoncc, jsnajdr, afercia, gziolo, isabel_brison, artemiosans, richtabor, bernhard-reiter, flixos90, mikachan, spacedmonkey, hellofromTonya.
See #59583, #59411.
Built from https://develop.svn.wordpress.org/trunk@56849
git-svn-id: http://core.svn.wordpress.org/trunk@56361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-12 15:58:15 +02:00
} = ( 0 , external _wp _privateApis _namespaceObject . _ _dangerousOptInToUnstableAPIsOnlyForCoreModules ) ( 'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.' , '@wordpress/core-commands' ) ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/core-commands/build-module/admin-navigation-commands.js
/ * *
* WordPress dependencies
* /
2023-09-26 16:23:26 +02:00
/ * *
* Internal dependencies
* /
const {
useHistory
} = unlock ( external _wp _router _namespaceObject . privateApis ) ;
2023-06-27 16:24:19 +02:00
function useAdminNavigationCommands ( ) {
2023-09-26 16:23:26 +02:00
const history = useHistory ( ) ;
const isTemplatesAccessible = useIsTemplatesAccessible ( ) ;
const isBlockBasedTheme = useIsBlockBasedTheme ( ) ;
const isSiteEditor = ( 0 , external _wp _url _namespaceObject . getPath ) ( window . location . href ) ? . includes ( 'site-editor.php' ) ;
2023-06-27 16:24:19 +02:00
( 0 , external _wp _commands _namespaceObject . useCommand ) ( {
name : 'core/add-new-post' ,
label : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( 'Add new post' ) ,
icon : library _plus ,
callback : ( ) => {
document . location . href = 'post-new.php' ;
}
} ) ;
( 0 , external _wp _commands _namespaceObject . useCommand ) ( {
name : 'core/add-new-page' ,
label : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( 'Add new page' ) ,
icon : library _plus ,
callback : ( ) => {
document . location . href = 'post-new.php?post_type=page' ;
}
} ) ;
( 0 , external _wp _commands _namespaceObject . useCommand ) ( {
name : 'core/manage-reusable-blocks' ,
2023-09-26 16:23:26 +02:00
label : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( 'Patterns' ) ,
icon : library _symbol ,
callback : ( {
close
} ) => {
if ( isTemplatesAccessible && isBlockBasedTheme ) {
const args = {
path : '/patterns'
} ;
if ( isSiteEditor ) {
history . push ( args ) ;
} else {
document . location = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'site-editor.php' , args ) ;
}
close ( ) ;
} else {
document . location . href = 'edit.php?post_type=wp_block' ;
}
}
2023-06-27 16:24:19 +02:00
} ) ;
}
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
; // CONCATENATED MODULE: external ["wp","element"]
2024-01-31 13:59:56 +01:00
const external _wp _element _namespaceObject = window [ "wp" ] [ "element" ] ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/post.js
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const post = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
xmlns : "http://www.w3.org/2000/svg" ,
viewBox : "0 0 24 24"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
2023-06-27 16:24:19 +02:00
d : "m7.3 9.7 1.4 1.4c.2-.2.3-.3.4-.5 0 0 0-.1.1-.1.3-.5.4-1.1.3-1.6L12 7 9 4 7.2 6.5c-.6-.1-1.1 0-1.6.3 0 0-.1 0-.1.1-.3.1-.4.2-.6.4l1.4 1.4L4 11v1h1l2.3-2.3zM4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4z"
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const library _post = ( post ) ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/page.js
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const page = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
xmlns : "http://www.w3.org/2000/svg" ,
viewBox : "0 0 24 24"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
d : "M15.5 7.5h-7V9h7V7.5Zm-7 3.5h7v1.5h-7V11Zm7 3.5h-7V16h7v-1.5Z"
} ) , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
d : "M17 4H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2ZM7 5.5h10a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5Z"
2023-06-27 16:24:19 +02:00
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const library _page = ( page ) ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/layout.js
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const layout = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
xmlns : "http://www.w3.org/2000/svg" ,
viewBox : "0 0 24 24"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
2023-06-27 16:24:19 +02:00
d : "M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const library _layout = ( layout ) ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/symbol-filled.js
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const symbolFilled = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
xmlns : "http://www.w3.org/2000/svg" ,
viewBox : "0 0 24 24"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
2023-06-27 16:24:19 +02:00
d : "M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-17.6 1L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const symbol _filled = ( symbolFilled ) ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/navigation.js
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const navigation = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
viewBox : "0 0 24 24" ,
xmlns : "http://www.w3.org/2000/svg"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
2023-06-27 16:24:19 +02:00
d : "M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14.5c-3.6 0-6.5-2.9-6.5-6.5S8.4 5.5 12 5.5s6.5 2.9 6.5 6.5-2.9 6.5-6.5 6.5zM9 16l4.5-3L15 8.4l-4.5 3L9 16z"
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const library _navigation = ( navigation ) ;
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/icons/build-module/library/styles.js
/ * *
* WordPress dependencies
* /
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
const styles = ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . SVG , {
2023-06-27 16:24:19 +02:00
viewBox : "0 0 24 24" ,
xmlns : "http://www.w3.org/2000/svg"
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 22:07:12 +01:00
} , ( 0 , external _React _namespaceObject . createElement ) ( external _wp _primitives _namespaceObject . Path , {
2023-06-27 16:24:19 +02:00
d : "M12 4c-4.4 0-8 3.6-8 8v.1c0 4.1 3.2 7.5 7.2 7.9h.8c4.4 0 8-3.6 8-8s-3.6-8-8-8zm0 15V5c3.9 0 7 3.1 7 7s-3.1 7-7 7z"
} ) ) ;
2024-01-31 13:59:56 +01:00
/* harmony default export */ const library _styles = ( styles ) ;
2023-06-27 16:24:19 +02:00
2024-02-09 19:22:22 +01:00
; // CONCATENATED MODULE: external ["wp","compose"]
const external _wp _compose _namespaceObject = window [ "wp" ] [ "compose" ] ;
2023-09-26 16:23:26 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/core-commands/build-module/utils/order-entity-records-by-search.js
function orderEntityRecordsBySearch ( records = [ ] , search = '' ) {
if ( ! Array . isArray ( records ) || ! records . length ) {
return [ ] ;
}
if ( ! search ) {
return records ;
}
const priority = [ ] ;
const nonPriority = [ ] ;
for ( let i = 0 ; i < records . length ; i ++ ) {
const record = records [ i ] ;
if ( record ? . title ? . raw ? . toLowerCase ( ) ? . includes ( search ? . toLowerCase ( ) ) ) {
priority . push ( record ) ;
} else {
nonPriority . push ( record ) ;
}
}
return priority . concat ( nonPriority ) ;
}
2023-06-27 16:24:19 +02:00
; // CONCATENATED MODULE: ./node_modules/@wordpress/core-commands/build-module/site-editor-navigation-commands.js
/ * *
* WordPress dependencies
* /
2023-09-26 16:23:26 +02:00
2024-02-09 19:22:22 +01:00
2023-06-27 16:24:19 +02:00
/ * *
* Internal dependencies
* /
2023-09-26 16:23:26 +02:00
2023-06-27 16:24:19 +02:00
const {
Update npm packages to latest.
The npm packages needed a further update for beta 2 in preparation for 6.4.
Props @mmaattiiaass , @wildworks , @aaronrobertshaw, @bartkalisz, @mamaduka, @artemiosans, @youknowriad, @czapla, @richtabor, @glendaviesnz, @pbking, @cbravobernal, @madhudollu, @kevin940726, @adamsilverstein, @get_dave, @ntsekouras, @ramonopoly, @jffng, @swissspidy, @carlosgprim, @siobhyb, @mikachan.
See #59411.
Built from https://develop.svn.wordpress.org/trunk@56755
git-svn-id: http://core.svn.wordpress.org/trunk@56267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-02 20:58:22 +02:00
useHistory : site _editor _navigation _commands _useHistory ,
useLocation
2023-06-27 16:24:19 +02:00
} = unlock ( external _wp _router _namespaceObject . privateApis ) ;
const icons = {
post : library _post ,
page : library _page ,
wp _template : library _layout ,
wp _template _part : symbol _filled
} ;
2024-02-09 19:22:22 +01:00
function useDebouncedValue ( value ) {
const [ debouncedValue , setDebouncedValue ] = ( 0 , external _wp _element _namespaceObject . useState ) ( '' ) ;
const debounced = ( 0 , external _wp _compose _namespaceObject . useDebounce ) ( setDebouncedValue , 250 ) ;
( 0 , external _wp _element _namespaceObject . useEffect ) ( ( ) => {
debounced ( value ) ;
return ( ) => debounced . cancel ( ) ;
} , [ debounced , value ] ) ;
return debouncedValue ;
}
2023-06-27 16:24:19 +02:00
const getNavigationCommandLoaderPerPostType = postType => function useNavigationCommandLoader ( {
search
} ) {
2023-09-26 16:23:26 +02:00
const history = site _editor _navigation _commands _useHistory ( ) ;
const isBlockBasedTheme = useIsBlockBasedTheme ( ) ;
2024-02-09 19:22:22 +01:00
const delayedSearch = useDebouncedValue ( search ) ;
2023-06-27 16:24:19 +02:00
const {
records ,
isLoading
} = ( 0 , external _wp _data _namespaceObject . useSelect ) ( select => {
2024-02-09 19:22:22 +01:00
if ( ! delayedSearch ) {
return {
isLoading : false
} ;
}
2023-09-26 16:23:26 +02:00
const query = {
2024-02-09 19:22:22 +01:00
search : delayedSearch ,
2023-06-27 16:24:19 +02:00
per _page : 10 ,
2024-02-09 19:22:22 +01:00
orderby : 'relevance' ,
2023-06-27 16:24:19 +02:00
status : [ 'publish' , 'future' , 'draft' , 'pending' , 'private' ]
} ;
return {
2024-02-09 19:22:22 +01:00
records : select ( external _wp _coreData _namespaceObject . store ) . getEntityRecords ( 'postType' , postType , query ) ,
2023-06-27 16:24:19 +02:00
isLoading : ! select ( external _wp _coreData _namespaceObject . store ) . hasFinishedResolution ( 'getEntityRecords' , [ 'postType' , postType , query ] )
} ;
2024-02-09 19:22:22 +01:00
} , [ delayedSearch ] ) ;
2023-06-27 16:24:19 +02:00
const commands = ( 0 , external _wp _element _namespaceObject . useMemo ) ( ( ) => {
2023-09-26 16:23:26 +02:00
return ( records !== null && records !== void 0 ? records : [ ] ) . map ( record => {
const command = {
name : postType + '-' + record . id ,
searchLabel : record . title ? . rendered + ' ' + record . id ,
label : record . title ? . rendered ? record . title ? . rendered : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( '(no title)' ) ,
icon : icons [ postType ]
} ;
if ( postType === 'post' || postType === 'page' && ! isBlockBasedTheme ) {
return {
... command ,
callback : ( {
close
} ) => {
const args = {
post : record . id ,
action : 'edit'
} ;
const targetUrl = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'post.php' , args ) ;
document . location = targetUrl ;
close ( ) ;
}
} ;
}
2023-06-27 16:24:19 +02:00
const isSiteEditor = ( 0 , external _wp _url _namespaceObject . getPath ) ( window . location . href ) ? . includes ( 'site-editor.php' ) ;
const extraArgs = isSiteEditor ? {
canvas : ( 0 , external _wp _url _namespaceObject . getQueryArg ) ( window . location . href , 'canvas' )
} : { } ;
return {
2023-09-26 16:23:26 +02:00
... command ,
callback : ( {
close
} ) => {
const args = {
postType ,
postId : record . id ,
... extraArgs
} ;
const targetUrl = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'site-editor.php' , args ) ;
if ( isSiteEditor ) {
history . push ( args ) ;
} else {
document . location = targetUrl ;
}
close ( ) ;
}
} ;
} ) ;
} , [ records , isBlockBasedTheme , history ] ) ;
return {
commands ,
isLoading
} ;
} ;
const getNavigationCommandLoaderPerTemplate = templateType => function useNavigationCommandLoader ( {
search
} ) {
const history = site _editor _navigation _commands _useHistory ( ) ;
Update npm packages to latest.
The npm packages needed a further update for beta 2 in preparation for 6.4.
Props @mmaattiiaass , @wildworks , @aaronrobertshaw, @bartkalisz, @mamaduka, @artemiosans, @youknowriad, @czapla, @richtabor, @glendaviesnz, @pbking, @cbravobernal, @madhudollu, @kevin940726, @adamsilverstein, @get_dave, @ntsekouras, @ramonopoly, @jffng, @swissspidy, @carlosgprim, @siobhyb, @mikachan.
See #59411.
Built from https://develop.svn.wordpress.org/trunk@56755
git-svn-id: http://core.svn.wordpress.org/trunk@56267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-02 20:58:22 +02:00
const location = useLocation ( ) ;
const isPatternsPage = location ? . params ? . path === '/patterns' || location ? . params ? . postType === 'wp_block' ;
const didAccessPatternsPage = ! ! location ? . params ? . didAccessPatternsPage ;
2023-09-26 16:23:26 +02:00
const isBlockBasedTheme = useIsBlockBasedTheme ( ) ;
const {
records ,
isLoading
} = ( 0 , external _wp _data _namespaceObject . useSelect ) ( select => {
const {
getEntityRecords
} = select ( external _wp _coreData _namespaceObject . store ) ;
const query = {
per _page : - 1
} ;
return {
records : getEntityRecords ( 'postType' , templateType , query ) ,
isLoading : ! select ( external _wp _coreData _namespaceObject . store ) . hasFinishedResolution ( 'getEntityRecords' , [ 'postType' , templateType , query ] )
} ;
} , [ ] ) ;
/ *
* wp _template and wp _template _part endpoints do not support per _page or orderby parameters .
* We need to sort the results based on the search query to avoid removing relevant
* records below using . slice ( ) .
* /
const orderedRecords = ( 0 , external _wp _element _namespaceObject . useMemo ) ( ( ) => {
return orderEntityRecordsBySearch ( records , search ) . slice ( 0 , 10 ) ;
} , [ records , search ] ) ;
const commands = ( 0 , external _wp _element _namespaceObject . useMemo ) ( ( ) => {
if ( ! isBlockBasedTheme && ! templateType === 'wp_template_part' ) {
return [ ] ;
}
return orderedRecords . map ( record => {
const isSiteEditor = ( 0 , external _wp _url _namespaceObject . getPath ) ( window . location . href ) ? . includes ( 'site-editor.php' ) ;
const extraArgs = isSiteEditor ? {
canvas : ( 0 , external _wp _url _namespaceObject . getQueryArg ) ( window . location . href , 'canvas' )
} : { } ;
return {
name : templateType + '-' + record . id ,
2023-06-27 16:24:19 +02:00
searchLabel : record . title ? . rendered + ' ' + record . id ,
label : record . title ? . rendered ? record . title ? . rendered : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( '(no title)' ) ,
2023-09-26 16:23:26 +02:00
icon : icons [ templateType ] ,
2023-06-27 16:24:19 +02:00
callback : ( {
close
} ) => {
const args = {
2023-09-26 16:23:26 +02:00
postType : templateType ,
2023-06-27 16:24:19 +02:00
postId : record . id ,
Update npm packages to latest.
The npm packages needed a further update for beta 2 in preparation for 6.4.
Props @mmaattiiaass , @wildworks , @aaronrobertshaw, @bartkalisz, @mamaduka, @artemiosans, @youknowriad, @czapla, @richtabor, @glendaviesnz, @pbking, @cbravobernal, @madhudollu, @kevin940726, @adamsilverstein, @get_dave, @ntsekouras, @ramonopoly, @jffng, @swissspidy, @carlosgprim, @siobhyb, @mikachan.
See #59411.
Built from https://develop.svn.wordpress.org/trunk@56755
git-svn-id: http://core.svn.wordpress.org/trunk@56267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-02 20:58:22 +02:00
didAccessPatternsPage : ! isBlockBasedTheme && ( isPatternsPage || didAccessPatternsPage ) ? 1 : undefined ,
2023-06-27 16:24:19 +02:00
... extraArgs
} ;
const targetUrl = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'site-editor.php' , args ) ;
if ( isSiteEditor ) {
history . push ( args ) ;
} else {
document . location = targetUrl ;
}
close ( ) ;
}
} ;
} ) ;
2023-09-26 16:23:26 +02:00
} , [ isBlockBasedTheme , orderedRecords , history ] ) ;
2023-06-27 16:24:19 +02:00
return {
commands ,
isLoading
} ;
} ;
const usePageNavigationCommandLoader = getNavigationCommandLoaderPerPostType ( 'page' ) ;
const usePostNavigationCommandLoader = getNavigationCommandLoaderPerPostType ( 'post' ) ;
2023-09-26 16:23:26 +02:00
const useTemplateNavigationCommandLoader = getNavigationCommandLoaderPerTemplate ( 'wp_template' ) ;
const useTemplatePartNavigationCommandLoader = getNavigationCommandLoaderPerTemplate ( 'wp_template_part' ) ;
2023-06-27 16:24:19 +02:00
function useSiteEditorBasicNavigationCommands ( ) {
2023-09-26 16:23:26 +02:00
const history = site _editor _navigation _commands _useHistory ( ) ;
2023-06-27 16:24:19 +02:00
const isSiteEditor = ( 0 , external _wp _url _namespaceObject . getPath ) ( window . location . href ) ? . includes ( 'site-editor.php' ) ;
2023-09-26 16:23:26 +02:00
const isTemplatesAccessible = useIsTemplatesAccessible ( ) ;
const isBlockBasedTheme = useIsBlockBasedTheme ( ) ;
2023-06-27 16:24:19 +02:00
const commands = ( 0 , external _wp _element _namespaceObject . useMemo ) ( ( ) => {
const result = [ ] ;
2023-09-26 16:23:26 +02:00
if ( ! isTemplatesAccessible || ! isBlockBasedTheme ) {
return result ;
}
2023-06-27 16:24:19 +02:00
result . push ( {
name : 'core/edit-site/open-navigation' ,
2023-09-26 16:23:26 +02:00
label : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( 'Navigation' ) ,
2023-06-27 16:24:19 +02:00
icon : library _navigation ,
callback : ( {
close
} ) => {
const args = {
path : '/navigation'
} ;
const targetUrl = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'site-editor.php' , args ) ;
if ( isSiteEditor ) {
history . push ( args ) ;
} else {
document . location = targetUrl ;
}
close ( ) ;
}
} ) ;
result . push ( {
2023-09-26 16:23:26 +02:00
name : 'core/edit-site/open-styles' ,
label : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( 'Styles' ) ,
icon : library _styles ,
2023-06-27 16:24:19 +02:00
callback : ( {
close
} ) => {
const args = {
2023-09-26 16:23:26 +02:00
path : '/wp_global_styles'
2023-06-27 16:24:19 +02:00
} ;
const targetUrl = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'site-editor.php' , args ) ;
if ( isSiteEditor ) {
history . push ( args ) ;
} else {
document . location = targetUrl ;
}
close ( ) ;
}
} ) ;
result . push ( {
2023-09-26 16:23:26 +02:00
name : 'core/edit-site/open-pages' ,
label : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( 'Pages' ) ,
icon : library _page ,
2023-06-27 16:24:19 +02:00
callback : ( {
close
} ) => {
const args = {
2023-09-26 16:23:26 +02:00
path : '/page'
2023-06-27 16:24:19 +02:00
} ;
const targetUrl = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'site-editor.php' , args ) ;
if ( isSiteEditor ) {
history . push ( args ) ;
} else {
document . location = targetUrl ;
}
close ( ) ;
}
} ) ;
result . push ( {
name : 'core/edit-site/open-templates' ,
2023-09-26 16:23:26 +02:00
label : ( 0 , external _wp _i18n _namespaceObject . _ _ ) ( 'Templates' ) ,
2023-06-27 16:24:19 +02:00
icon : library _layout ,
callback : ( {
close
} ) => {
const args = {
path : '/wp_template'
} ;
const targetUrl = ( 0 , external _wp _url _namespaceObject . addQueryArgs ) ( 'site-editor.php' , args ) ;
if ( isSiteEditor ) {
history . push ( args ) ;
} else {
document . location = targetUrl ;
}
close ( ) ;
}
} ) ;
return result ;
2023-09-26 16:23:26 +02:00
} , [ history , isSiteEditor , isTemplatesAccessible , isBlockBasedTheme ] ) ;
2023-06-27 16:24:19 +02:00
return {
commands ,
isLoading : false
} ;
}
function useSiteEditorNavigationCommands ( ) {
( 0 , external _wp _commands _namespaceObject . useCommandLoader ) ( {
name : 'core/edit-site/navigate-pages' ,
hook : usePageNavigationCommandLoader
} ) ;
( 0 , external _wp _commands _namespaceObject . useCommandLoader ) ( {
name : 'core/edit-site/navigate-posts' ,
hook : usePostNavigationCommandLoader
} ) ;
( 0 , external _wp _commands _namespaceObject . useCommandLoader ) ( {
name : 'core/edit-site/navigate-templates' ,
hook : useTemplateNavigationCommandLoader
} ) ;
( 0 , external _wp _commands _namespaceObject . useCommandLoader ) ( {
name : 'core/edit-site/navigate-template-parts' ,
hook : useTemplatePartNavigationCommandLoader
} ) ;
( 0 , external _wp _commands _namespaceObject . useCommandLoader ) ( {
name : 'core/edit-site/basic-navigation' ,
hook : useSiteEditorBasicNavigationCommands ,
context : 'site-editor'
} ) ;
}
; // CONCATENATED MODULE: ./node_modules/@wordpress/core-commands/build-module/private-apis.js
/ * *
* Internal dependencies
* /
function useCommands ( ) {
useAdminNavigationCommands ( ) ;
useSiteEditorNavigationCommands ( ) ;
}
const privateApis = { } ;
lock ( privateApis , {
useCommands
} ) ;
; // CONCATENATED MODULE: ./node_modules/@wordpress/core-commands/build-module/index.js
( window . wp = window . wp || { } ) . coreCommands = _ _webpack _exports _ _ ;
/******/ } ) ( )
;