@wordpress/editor 13.28.0 → 13.28.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/build/bindings/index.js +2 -0
  2. package/build/bindings/index.js.map +1 -1
  3. package/build/bindings/pattern-overrides.js +17 -0
  4. package/build/bindings/pattern-overrides.js.map +1 -0
  5. package/build/bindings/post-meta.js +2 -3
  6. package/build/bindings/post-meta.js.map +1 -1
  7. package/build/components/editor-canvas/index.js +15 -7
  8. package/build/components/editor-canvas/index.js.map +1 -1
  9. package/build/components/entities-saved-states/entity-type-list.js +5 -3
  10. package/build/components/entities-saved-states/entity-type-list.js.map +1 -1
  11. package/build/store/actions.js +1 -1
  12. package/build/store/actions.js.map +1 -1
  13. package/build/store/reducer.js +1 -1
  14. package/build/store/reducer.js.map +1 -1
  15. package/build-module/bindings/index.js +2 -0
  16. package/build-module/bindings/index.js.map +1 -1
  17. package/build-module/bindings/pattern-overrides.js +11 -0
  18. package/build-module/bindings/pattern-overrides.js.map +1 -0
  19. package/build-module/bindings/post-meta.js +3 -4
  20. package/build-module/bindings/post-meta.js.map +1 -1
  21. package/build-module/components/editor-canvas/index.js +15 -7
  22. package/build-module/components/editor-canvas/index.js.map +1 -1
  23. package/build-module/components/entities-saved-states/entity-type-list.js +5 -3
  24. package/build-module/components/entities-saved-states/entity-type-list.js.map +1 -1
  25. package/build-module/store/actions.js +1 -1
  26. package/build-module/store/actions.js.map +1 -1
  27. package/build-module/store/reducer.js +1 -1
  28. package/build-module/store/reducer.js.map +1 -1
  29. package/build-style/style-rtl.css +6 -1
  30. package/build-style/style.css +6 -1
  31. package/package.json +32 -32
  32. package/src/bindings/index.js +2 -0
  33. package/src/bindings/pattern-overrides.js +11 -0
  34. package/src/bindings/post-meta.js +2 -3
  35. package/src/components/editor-canvas/index.js +25 -6
  36. package/src/components/entities-saved-states/entity-type-list.js +5 -3
  37. package/src/components/entities-saved-states/style.scss +7 -1
  38. package/src/store/actions.js +1 -1
  39. package/src/store/reducer.js +1 -1
@@ -1 +1 @@
1
- {"version":3,"names":["apiFetch","deprecated","parse","synchronizeBlocksWithTemplate","__unstableSerializeAndClean","store","noticesStore","coreStore","blockEditorStore","applyFilters","preferencesStore","TRASH_POST_NOTICE_ID","localAutosaveSet","getNotificationArgumentsForSaveSuccess","getNotificationArgumentsForSaveFail","getNotificationArgumentsForTrashFail","setupEditor","post","edits","template","dispatch","setEditedPost","type","id","isNewPost","status","content","raw","blocks","resetEditorBlocks","__unstableShouldCreateUndoLevel","Object","values","some","key","edit","_post$key$raw","editPost","__experimentalTearDownEditor","since","resetPost","version","alternative","updatePost","setupEditorState","postType","postId","options","select","registry","getCurrentPost","editEntityRecord","savePost","isEditedPostSaveable","getEditedPostContent","isAutosave","undoIgnore","previousRecord","getEntityRecordNonTransientEdits","saveEntityRecord","error","getLastEntitySaveError","Promise","resolve","catch","err","args","length","createErrorNotice","updatedRecord","previousPost","resolveSelect","getPostType","createSuccessNotice","__unstableMarkLastChangeAsPersistent","refreshPost","trashPost","postTypeSlug","getCurrentPostType","removeNotice","rest_base","restBase","rest_namespace","restNamespace","path","method","autosave","local","isPostNew","isEditedPostNew","title","getEditedPostAttribute","excerpt","__unstableSaveForPreview","forceIsAutosaveable","isEditedPostAutosaveable","isPostLocked","isDraft","includes","isPreview","getEditedPostPreviewLink","redo","undo","createUndoLevel","updatePostLock","lock","enablePublishSidebar","set","disablePublishSidebar","lockPostSaving","lockName","unlockPostSaving","lockPostAutosaving","unlockPostAutosaving","selection","noChange","getEditedEntityRecord","__unstableCreateUndoLevel","blocksForSerialization","updateEditorSettings","settings","setRenderingMode","mode","__unstableIsEditorReady","clearSelectedBlock","undefined","setDeviceType","deviceType","toggleEditorPanelEnabled","panelName","_registry$select$get","inactivePanels","get","isPanelInactive","updatedInactivePanels","filter","invactivePanelName","toggleEditorPanelOpened","_registry$select$get2","openPanels","isPanelOpen","updatedOpenPanels","openPanelName","removeEditorPanel","setIsInserterOpened","value","setIsListViewOpened","isOpen","getBlockEditorAction","name","resetBlocks","receiveBlocks","updateBlock","updateBlockAttributes","selectBlock","startMultiSelect","stopMultiSelect","multiSelect","toggleSelection","replaceBlocks","replaceBlock","moveBlocksDown","moveBlocksUp","moveBlockToPosition","insertBlock","insertBlocks","showInsertionPoint","hideInsertionPoint","setTemplateValidity","synchronizeTemplate","mergeBlocks","removeBlocks","removeBlock","toggleBlockMode","startTyping","stopTyping","enterFormattedText","exitFormattedText","insertDefaultBlock","updateBlockListSettings"],"sources":["@wordpress/editor/src/store/actions.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport apiFetch from '@wordpress/api-fetch';\nimport deprecated from '@wordpress/deprecated';\nimport {\n\tparse,\n\tsynchronizeBlocksWithTemplate,\n\t__unstableSerializeAndClean,\n} from '@wordpress/blocks';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { store as blockEditorStore } from '@wordpress/block-editor';\nimport { applyFilters } from '@wordpress/hooks';\nimport { store as preferencesStore } from '@wordpress/preferences';\n\n/**\n * Internal dependencies\n */\nimport { TRASH_POST_NOTICE_ID } from './constants';\nimport { localAutosaveSet } from './local-autosave';\nimport {\n\tgetNotificationArgumentsForSaveSuccess,\n\tgetNotificationArgumentsForSaveFail,\n\tgetNotificationArgumentsForTrashFail,\n} from './utils/notice-builder';\n\n/**\n * Returns an action generator used in signalling that editor has initialized with\n * the specified post object and editor settings.\n *\n * @param {Object} post Post object.\n * @param {Object} edits Initial edited attributes object.\n * @param {Array?} template Block Template.\n */\nexport const setupEditor =\n\t( post, edits, template ) =>\n\t( { dispatch } ) => {\n\t\tdispatch.setEditedPost( post.type, post.id );\n\t\t// Apply a template for new posts only, if exists.\n\t\tconst isNewPost = post.status === 'auto-draft';\n\t\tif ( isNewPost && template ) {\n\t\t\t// In order to ensure maximum of a single parse during setup, edits are\n\t\t\t// included as part of editor setup action. Assume edited content as\n\t\t\t// canonical if provided, falling back to post.\n\t\t\tlet content;\n\t\t\tif ( 'content' in edits ) {\n\t\t\t\tcontent = edits.content;\n\t\t\t} else {\n\t\t\t\tcontent = post.content.raw;\n\t\t\t}\n\t\t\tlet blocks = parse( content );\n\t\t\tblocks = synchronizeBlocksWithTemplate( blocks, template );\n\t\t\tdispatch.resetEditorBlocks( blocks, {\n\t\t\t\t__unstableShouldCreateUndoLevel: false,\n\t\t\t} );\n\t\t}\n\t\tif (\n\t\t\tedits &&\n\t\t\tObject.values( edits ).some(\n\t\t\t\t( [ key, edit ] ) =>\n\t\t\t\t\tedit !== ( post[ key ]?.raw ?? post[ key ] )\n\t\t\t)\n\t\t) {\n\t\t\tdispatch.editPost( edits );\n\t\t}\n\t};\n\n/**\n * Returns an action object signalling that the editor is being destroyed and\n * that any necessary state or side-effect cleanup should occur.\n *\n * @deprecated\n *\n * @return {Object} Action object.\n */\nexport function __experimentalTearDownEditor() {\n\tdeprecated(\n\t\t\"wp.data.dispatch( 'core/editor' ).__experimentalTearDownEditor\",\n\t\t{\n\t\t\tsince: '6.5',\n\t\t}\n\t);\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Returns an action object used in signalling that the latest version of the\n * post has been received, either by initialization or save.\n *\n * @deprecated Since WordPress 6.0.\n */\nexport function resetPost() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).resetPost\", {\n\t\tsince: '6.0',\n\t\tversion: '6.3',\n\t\talternative: 'Initialize the editor with the setupEditorState action',\n\t} );\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Returns an action object used in signalling that a patch of updates for the\n * latest version of the post have been received.\n *\n * @return {Object} Action object.\n * @deprecated since Gutenberg 9.7.0.\n */\nexport function updatePost() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).updatePost\", {\n\t\tsince: '5.7',\n\t\talternative: 'Use the core entities store instead',\n\t} );\n\treturn {\n\t\ttype: 'DO_NOTHING',\n\t};\n}\n\n/**\n * Setup the editor state.\n *\n * @deprecated\n *\n * @param {Object} post Post object.\n */\nexport function setupEditorState( post ) {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).setupEditorState\", {\n\t\tsince: '6.5',\n\t\talternative: \"wp.data.dispatch( 'core/editor' ).setEditedPost\",\n\t} );\n\treturn setEditedPost( post.type, post.id );\n}\n\n/**\n * Returns an action that sets the current post Type and post ID.\n *\n * @param {string} postType Post Type.\n * @param {string} postId Post ID.\n *\n * @return {Object} Action object.\n */\nexport function setEditedPost( postType, postId ) {\n\treturn {\n\t\ttype: 'SET_EDITED_POST',\n\t\tpostType,\n\t\tpostId,\n\t};\n}\n\n/**\n * Returns an action object used in signalling that attributes of the post have\n * been edited.\n *\n * @param {Object} edits Post attributes to edit.\n * @param {Object} options Options for the edit.\n */\nexport const editPost =\n\t( edits, options ) =>\n\t( { select, registry } ) => {\n\t\tconst { id, type } = select.getCurrentPost();\n\t\tregistry\n\t\t\t.dispatch( coreStore )\n\t\t\t.editEntityRecord( 'postType', type, id, edits, options );\n\t};\n\n/**\n * Action for saving the current post in the editor.\n *\n * @param {Object} options\n */\nexport const savePost =\n\t( options = {} ) =>\n\tasync ( { select, dispatch, registry } ) => {\n\t\tif ( ! select.isEditedPostSaveable() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst content = select.getEditedPostContent();\n\n\t\tif ( ! options.isAutosave ) {\n\t\t\tdispatch.editPost( { content }, { undoIgnore: true } );\n\t\t}\n\n\t\tconst previousRecord = select.getCurrentPost();\n\t\tconst edits = {\n\t\t\tid: previousRecord.id,\n\t\t\t...registry\n\t\t\t\t.select( coreStore )\n\t\t\t\t.getEntityRecordNonTransientEdits(\n\t\t\t\t\t'postType',\n\t\t\t\t\tpreviousRecord.type,\n\t\t\t\t\tpreviousRecord.id\n\t\t\t\t),\n\t\t\tcontent,\n\t\t};\n\t\tdispatch( { type: 'REQUEST_POST_UPDATE_START', options } );\n\t\tawait registry\n\t\t\t.dispatch( coreStore )\n\t\t\t.saveEntityRecord(\n\t\t\t\t'postType',\n\t\t\t\tpreviousRecord.type,\n\t\t\t\tedits,\n\t\t\t\toptions\n\t\t\t);\n\n\t\tlet error = registry\n\t\t\t.select( coreStore )\n\t\t\t.getLastEntitySaveError(\n\t\t\t\t'postType',\n\t\t\t\tpreviousRecord.type,\n\t\t\t\tpreviousRecord.id\n\t\t\t);\n\n\t\tif ( ! error ) {\n\t\t\tawait applyFilters(\n\t\t\t\t'editor.__unstableSavePost',\n\t\t\t\tPromise.resolve(),\n\t\t\t\toptions\n\t\t\t).catch( ( err ) => {\n\t\t\t\terror = err;\n\t\t\t} );\n\t\t}\n\t\tdispatch( { type: 'REQUEST_POST_UPDATE_FINISH', options } );\n\n\t\tif ( error ) {\n\t\t\tconst args = getNotificationArgumentsForSaveFail( {\n\t\t\t\tpost: previousRecord,\n\t\t\t\tedits,\n\t\t\t\terror,\n\t\t\t} );\n\t\t\tif ( args.length ) {\n\t\t\t\tregistry.dispatch( noticesStore ).createErrorNotice( ...args );\n\t\t\t}\n\t\t} else {\n\t\t\tconst updatedRecord = select.getCurrentPost();\n\t\t\tconst args = getNotificationArgumentsForSaveSuccess( {\n\t\t\t\tpreviousPost: previousRecord,\n\t\t\t\tpost: updatedRecord,\n\t\t\t\tpostType: await registry\n\t\t\t\t\t.resolveSelect( coreStore )\n\t\t\t\t\t.getPostType( updatedRecord.type ),\n\t\t\t\toptions,\n\t\t\t} );\n\t\t\tif ( args.length ) {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( noticesStore )\n\t\t\t\t\t.createSuccessNotice( ...args );\n\t\t\t}\n\t\t\t// Make sure that any edits after saving create an undo level and are\n\t\t\t// considered for change detection.\n\t\t\tif ( ! options.isAutosave ) {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( blockEditorStore )\n\t\t\t\t\t.__unstableMarkLastChangeAsPersistent();\n\t\t\t}\n\t\t}\n\t};\n\n/**\n * Action for refreshing the current post.\n *\n * @deprecated Since WordPress 6.0.\n */\nexport function refreshPost() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).refreshPost\", {\n\t\tsince: '6.0',\n\t\tversion: '6.3',\n\t\talternative: 'Use the core entities store instead',\n\t} );\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Action for trashing the current post in the editor.\n */\nexport const trashPost =\n\t() =>\n\tasync ( { select, dispatch, registry } ) => {\n\t\tconst postTypeSlug = select.getCurrentPostType();\n\t\tconst postType = await registry\n\t\t\t.resolveSelect( coreStore )\n\t\t\t.getPostType( postTypeSlug );\n\t\tregistry.dispatch( noticesStore ).removeNotice( TRASH_POST_NOTICE_ID );\n\t\tconst { rest_base: restBase, rest_namespace: restNamespace = 'wp/v2' } =\n\t\t\tpostType;\n\t\tdispatch( { type: 'REQUEST_POST_DELETE_START' } );\n\t\ttry {\n\t\t\tconst post = select.getCurrentPost();\n\t\t\tawait apiFetch( {\n\t\t\t\tpath: `/${ restNamespace }/${ restBase }/${ post.id }`,\n\t\t\t\tmethod: 'DELETE',\n\t\t\t} );\n\n\t\t\tawait dispatch.savePost();\n\t\t} catch ( error ) {\n\t\t\tregistry\n\t\t\t\t.dispatch( noticesStore )\n\t\t\t\t.createErrorNotice(\n\t\t\t\t\t...getNotificationArgumentsForTrashFail( { error } )\n\t\t\t\t);\n\t\t}\n\t\tdispatch( { type: 'REQUEST_POST_DELETE_FINISH' } );\n\t};\n\n/**\n * Action that autosaves the current post. This\n * includes server-side autosaving (default) and client-side (a.k.a. local)\n * autosaving (e.g. on the Web, the post might be committed to Session\n * Storage).\n *\n * @param {Object?} options Extra flags to identify the autosave.\n */\nexport const autosave =\n\t( { local = false, ...options } = {} ) =>\n\tasync ( { select, dispatch } ) => {\n\t\tconst post = select.getCurrentPost();\n\n\t\t// Currently template autosaving is not supported.\n\t\tif ( post.type === 'wp_template' ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( local ) {\n\t\t\tconst isPostNew = select.isEditedPostNew();\n\t\t\tconst title = select.getEditedPostAttribute( 'title' );\n\t\t\tconst content = select.getEditedPostAttribute( 'content' );\n\t\t\tconst excerpt = select.getEditedPostAttribute( 'excerpt' );\n\t\t\tlocalAutosaveSet( post.id, isPostNew, title, content, excerpt );\n\t\t} else {\n\t\t\tawait dispatch.savePost( { isAutosave: true, ...options } );\n\t\t}\n\t};\n\nexport const __unstableSaveForPreview =\n\t( { forceIsAutosaveable } = {} ) =>\n\tasync ( { select, dispatch } ) => {\n\t\tif (\n\t\t\t( forceIsAutosaveable || select.isEditedPostAutosaveable() ) &&\n\t\t\t! select.isPostLocked()\n\t\t) {\n\t\t\tconst isDraft = [ 'draft', 'auto-draft' ].includes(\n\t\t\t\tselect.getEditedPostAttribute( 'status' )\n\t\t\t);\n\t\t\tif ( isDraft ) {\n\t\t\t\tawait dispatch.savePost( { isPreview: true } );\n\t\t\t} else {\n\t\t\t\tawait dispatch.autosave( { isPreview: true } );\n\t\t\t}\n\t\t}\n\n\t\treturn select.getEditedPostPreviewLink();\n\t};\n\n/**\n * Action that restores last popped state in undo history.\n */\nexport const redo =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry.dispatch( coreStore ).redo();\n\t};\n\n/**\n * Action that pops a record from undo history and undoes the edit.\n */\nexport const undo =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry.dispatch( coreStore ).undo();\n\t};\n\n/**\n * Action that creates an undo history record.\n *\n * @deprecated Since WordPress 6.0\n */\nexport function createUndoLevel() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).createUndoLevel\", {\n\t\tsince: '6.0',\n\t\tversion: '6.3',\n\t\talternative: 'Use the core entities store instead',\n\t} );\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Action that locks the editor.\n *\n * @param {Object} lock Details about the post lock status, user, and nonce.\n * @return {Object} Action object.\n */\nexport function updatePostLock( lock ) {\n\treturn {\n\t\ttype: 'UPDATE_POST_LOCK',\n\t\tlock,\n\t};\n}\n\n/**\n * Enable the publish sidebar.\n */\nexport const enablePublishSidebar =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'isPublishSidebarEnabled', true );\n\t};\n\n/**\n * Disables the publish sidebar.\n */\nexport const disablePublishSidebar =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'isPublishSidebarEnabled', false );\n\t};\n\n/**\n * Action that locks post saving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * const { subscribe } = wp.data;\n *\n * const initialPostStatus = wp.data.select( 'core/editor' ).getEditedPostAttribute( 'status' );\n *\n * // Only allow publishing posts that are set to a future date.\n * if ( 'publish' !== initialPostStatus ) {\n *\n * \t// Track locking.\n * \tlet locked = false;\n *\n * \t// Watch for the publish event.\n * \tlet unssubscribe = subscribe( () => {\n * \t\tconst currentPostStatus = wp.data.select( 'core/editor' ).getEditedPostAttribute( 'status' );\n * \t\tif ( 'publish' !== currentPostStatus ) {\n *\n * \t\t\t// Compare the post date to the current date, lock the post if the date isn't in the future.\n * \t\t\tconst postDate = new Date( wp.data.select( 'core/editor' ).getEditedPostAttribute( 'date' ) );\n * \t\t\tconst currentDate = new Date();\n * \t\t\tif ( postDate.getTime() <= currentDate.getTime() ) {\n * \t\t\t\tif ( ! locked ) {\n * \t\t\t\t\tlocked = true;\n * \t\t\t\t\twp.data.dispatch( 'core/editor' ).lockPostSaving( 'futurelock' );\n * \t\t\t\t}\n * \t\t\t} else {\n * \t\t\t\tif ( locked ) {\n * \t\t\t\t\tlocked = false;\n * \t\t\t\t\twp.data.dispatch( 'core/editor' ).unlockPostSaving( 'futurelock' );\n * \t\t\t\t}\n * \t\t\t}\n * \t\t}\n * \t} );\n * }\n * ```\n *\n * @return {Object} Action object\n */\nexport function lockPostSaving( lockName ) {\n\treturn {\n\t\ttype: 'LOCK_POST_SAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Action that unlocks post saving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * // Unlock post saving with the lock key `mylock`:\n * wp.data.dispatch( 'core/editor' ).unlockPostSaving( 'mylock' );\n * ```\n *\n * @return {Object} Action object\n */\nexport function unlockPostSaving( lockName ) {\n\treturn {\n\t\ttype: 'UNLOCK_POST_SAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Action that locks post autosaving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * // Lock post autosaving with the lock key `mylock`:\n * wp.data.dispatch( 'core/editor' ).lockPostAutosaving( 'mylock' );\n * ```\n *\n * @return {Object} Action object\n */\nexport function lockPostAutosaving( lockName ) {\n\treturn {\n\t\ttype: 'LOCK_POST_AUTOSAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Action that unlocks post autosaving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * // Unlock post saving with the lock key `mylock`:\n * wp.data.dispatch( 'core/editor' ).unlockPostAutosaving( 'mylock' );\n * ```\n *\n * @return {Object} Action object\n */\nexport function unlockPostAutosaving( lockName ) {\n\treturn {\n\t\ttype: 'UNLOCK_POST_AUTOSAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Returns an action object used to signal that the blocks have been updated.\n *\n * @param {Array} blocks Block Array.\n * @param {?Object} options Optional options.\n */\nexport const resetEditorBlocks =\n\t( blocks, options = {} ) =>\n\t( { select, dispatch, registry } ) => {\n\t\tconst { __unstableShouldCreateUndoLevel, selection } = options;\n\t\tconst edits = { blocks, selection };\n\n\t\tif ( __unstableShouldCreateUndoLevel !== false ) {\n\t\t\tconst { id, type } = select.getCurrentPost();\n\t\t\tconst noChange =\n\t\t\t\tregistry\n\t\t\t\t\t.select( coreStore )\n\t\t\t\t\t.getEditedEntityRecord( 'postType', type, id ).blocks ===\n\t\t\t\tedits.blocks;\n\t\t\tif ( noChange ) {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( coreStore )\n\t\t\t\t\t.__unstableCreateUndoLevel( 'postType', type, id );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// We create a new function here on every persistent edit\n\t\t\t// to make sure the edit makes the post dirty and creates\n\t\t\t// a new undo level.\n\t\t\tedits.content = ( { blocks: blocksForSerialization = [] } ) =>\n\t\t\t\t__unstableSerializeAndClean( blocksForSerialization );\n\t\t}\n\n\t\tdispatch.editPost( edits );\n\t};\n\n/*\n * Returns an action object used in signalling that the post editor settings have been updated.\n *\n * @param {Object} settings Updated settings\n *\n * @return {Object} Action object\n */\nexport function updateEditorSettings( settings ) {\n\treturn {\n\t\ttype: 'UPDATE_EDITOR_SETTINGS',\n\t\tsettings,\n\t};\n}\n\n/**\n * Returns an action used to set the rendering mode of the post editor. We support multiple rendering modes:\n *\n * - `all`: This is the default mode. It renders the post editor with all the features available. If a template is provided, it's preferred over the post.\n * - `post-only`: This mode extracts the post blocks from the template and renders only those. The idea is to allow the user to edit the post/page in isolation without the wrapping template.\n * - `template-locked`: This mode renders both the template and the post blocks but the template blocks are locked and can't be edited. The post blocks are editable.\n *\n * @param {string} mode Mode (one of 'post-only', 'template-locked' or 'all').\n */\nexport const setRenderingMode =\n\t( mode ) =>\n\t( { dispatch, registry, select } ) => {\n\t\tif ( select.__unstableIsEditorReady() ) {\n\t\t\t// We clear the block selection but we also need to clear the selection from the core store.\n\t\t\tregistry.dispatch( blockEditorStore ).clearSelectedBlock();\n\t\t\tdispatch.editPost( { selection: undefined }, { undoIgnore: true } );\n\t\t}\n\n\t\tdispatch( {\n\t\t\ttype: 'SET_RENDERING_MODE',\n\t\t\tmode,\n\t\t} );\n\t};\n\n/**\n * Action that changes the width of the editing canvas.\n *\n * @param {string} deviceType\n *\n * @return {Object} Action object.\n */\nexport function setDeviceType( deviceType ) {\n\treturn {\n\t\ttype: 'SET_DEVICE_TYPE',\n\t\tdeviceType,\n\t};\n}\n\n/**\n * Returns an action object used to enable or disable a panel in the editor.\n *\n * @param {string} panelName A string that identifies the panel to enable or disable.\n *\n * @return {Object} Action object.\n */\nexport const toggleEditorPanelEnabled =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tconst inactivePanels =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core', 'inactivePanels' ) ?? [];\n\n\t\tconst isPanelInactive = !! inactivePanels?.includes( panelName );\n\n\t\t// If the panel is inactive, remove it to enable it, else add it to\n\t\t// make it inactive.\n\t\tlet updatedInactivePanels;\n\t\tif ( isPanelInactive ) {\n\t\t\tupdatedInactivePanels = inactivePanels.filter(\n\t\t\t\t( invactivePanelName ) => invactivePanelName !== panelName\n\t\t\t);\n\t\t} else {\n\t\t\tupdatedInactivePanels = [ ...inactivePanels, panelName ];\n\t\t}\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core', 'inactivePanels', updatedInactivePanels );\n\t};\n\n/**\n * Opens a closed panel and closes an open panel.\n *\n * @param {string} panelName A string that identifies the panel to open or close.\n */\nexport const toggleEditorPanelOpened =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tconst openPanels =\n\t\t\tregistry.select( preferencesStore ).get( 'core', 'openPanels' ) ??\n\t\t\t[];\n\n\t\tconst isPanelOpen = !! openPanels?.includes( panelName );\n\n\t\t// If the panel is open, remove it to close it, else add it to\n\t\t// make it open.\n\t\tlet updatedOpenPanels;\n\t\tif ( isPanelOpen ) {\n\t\t\tupdatedOpenPanels = openPanels.filter(\n\t\t\t\t( openPanelName ) => openPanelName !== panelName\n\t\t\t);\n\t\t} else {\n\t\t\tupdatedOpenPanels = [ ...openPanels, panelName ];\n\t\t}\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core', 'openPanels', updatedOpenPanels );\n\t};\n\n/**\n * Returns an action object used to remove a panel from the editor.\n *\n * @param {string} panelName A string that identifies the panel to remove.\n *\n * @return {Object} Action object.\n */\nexport function removeEditorPanel( panelName ) {\n\treturn {\n\t\ttype: 'REMOVE_PANEL',\n\t\tpanelName,\n\t};\n}\n\n/**\n * Returns an action object used to open/close the inserter.\n *\n * @param {boolean|Object} value Whether the inserter should be\n * opened (true) or closed (false).\n * To specify an insertion point,\n * use an object.\n * @param {string} value.rootClientId The root client ID to insert at.\n * @param {number} value.insertionIndex The index to insert at.\n *\n * @return {Object} Action object.\n */\nexport function setIsInserterOpened( value ) {\n\treturn {\n\t\ttype: 'SET_IS_INSERTER_OPENED',\n\t\tvalue,\n\t};\n}\n\n/**\n * Returns an action object used to open/close the list view.\n *\n * @param {boolean} isOpen A boolean representing whether the list view should be opened or closed.\n * @return {Object} Action object.\n */\nexport function setIsListViewOpened( isOpen ) {\n\treturn {\n\t\ttype: 'SET_IS_LIST_VIEW_OPENED',\n\t\tisOpen,\n\t};\n}\n\n/**\n * Backward compatibility\n */\n\nconst getBlockEditorAction =\n\t( name ) =>\n\t( ...args ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"`wp.data.dispatch( 'core/editor' ).\" + name + '`', {\n\t\t\tsince: '5.3',\n\t\t\talternative:\n\t\t\t\t\"`wp.data.dispatch( 'core/block-editor' ).\" + name + '`',\n\t\t\tversion: '6.2',\n\t\t} );\n\t\tregistry.dispatch( blockEditorStore )[ name ]( ...args );\n\t};\n\n/**\n * @see resetBlocks in core/block-editor store.\n */\nexport const resetBlocks = getBlockEditorAction( 'resetBlocks' );\n\n/**\n * @see receiveBlocks in core/block-editor store.\n */\nexport const receiveBlocks = getBlockEditorAction( 'receiveBlocks' );\n\n/**\n * @see updateBlock in core/block-editor store.\n */\nexport const updateBlock = getBlockEditorAction( 'updateBlock' );\n\n/**\n * @see updateBlockAttributes in core/block-editor store.\n */\nexport const updateBlockAttributes = getBlockEditorAction(\n\t'updateBlockAttributes'\n);\n\n/**\n * @see selectBlock in core/block-editor store.\n */\nexport const selectBlock = getBlockEditorAction( 'selectBlock' );\n\n/**\n * @see startMultiSelect in core/block-editor store.\n */\nexport const startMultiSelect = getBlockEditorAction( 'startMultiSelect' );\n\n/**\n * @see stopMultiSelect in core/block-editor store.\n */\nexport const stopMultiSelect = getBlockEditorAction( 'stopMultiSelect' );\n\n/**\n * @see multiSelect in core/block-editor store.\n */\nexport const multiSelect = getBlockEditorAction( 'multiSelect' );\n\n/**\n * @see clearSelectedBlock in core/block-editor store.\n */\nexport const clearSelectedBlock = getBlockEditorAction( 'clearSelectedBlock' );\n\n/**\n * @see toggleSelection in core/block-editor store.\n */\nexport const toggleSelection = getBlockEditorAction( 'toggleSelection' );\n\n/**\n * @see replaceBlocks in core/block-editor store.\n */\nexport const replaceBlocks = getBlockEditorAction( 'replaceBlocks' );\n\n/**\n * @see replaceBlock in core/block-editor store.\n */\nexport const replaceBlock = getBlockEditorAction( 'replaceBlock' );\n\n/**\n * @see moveBlocksDown in core/block-editor store.\n */\nexport const moveBlocksDown = getBlockEditorAction( 'moveBlocksDown' );\n\n/**\n * @see moveBlocksUp in core/block-editor store.\n */\nexport const moveBlocksUp = getBlockEditorAction( 'moveBlocksUp' );\n\n/**\n * @see moveBlockToPosition in core/block-editor store.\n */\nexport const moveBlockToPosition = getBlockEditorAction(\n\t'moveBlockToPosition'\n);\n\n/**\n * @see insertBlock in core/block-editor store.\n */\nexport const insertBlock = getBlockEditorAction( 'insertBlock' );\n\n/**\n * @see insertBlocks in core/block-editor store.\n */\nexport const insertBlocks = getBlockEditorAction( 'insertBlocks' );\n\n/**\n * @see showInsertionPoint in core/block-editor store.\n */\nexport const showInsertionPoint = getBlockEditorAction( 'showInsertionPoint' );\n\n/**\n * @see hideInsertionPoint in core/block-editor store.\n */\nexport const hideInsertionPoint = getBlockEditorAction( 'hideInsertionPoint' );\n\n/**\n * @see setTemplateValidity in core/block-editor store.\n */\nexport const setTemplateValidity = getBlockEditorAction(\n\t'setTemplateValidity'\n);\n\n/**\n * @see synchronizeTemplate in core/block-editor store.\n */\nexport const synchronizeTemplate = getBlockEditorAction(\n\t'synchronizeTemplate'\n);\n\n/**\n * @see mergeBlocks in core/block-editor store.\n */\nexport const mergeBlocks = getBlockEditorAction( 'mergeBlocks' );\n\n/**\n * @see removeBlocks in core/block-editor store.\n */\nexport const removeBlocks = getBlockEditorAction( 'removeBlocks' );\n\n/**\n * @see removeBlock in core/block-editor store.\n */\nexport const removeBlock = getBlockEditorAction( 'removeBlock' );\n\n/**\n * @see toggleBlockMode in core/block-editor store.\n */\nexport const toggleBlockMode = getBlockEditorAction( 'toggleBlockMode' );\n\n/**\n * @see startTyping in core/block-editor store.\n */\nexport const startTyping = getBlockEditorAction( 'startTyping' );\n\n/**\n * @see stopTyping in core/block-editor store.\n */\nexport const stopTyping = getBlockEditorAction( 'stopTyping' );\n\n/**\n * @see enterFormattedText in core/block-editor store.\n */\nexport const enterFormattedText = getBlockEditorAction( 'enterFormattedText' );\n\n/**\n * @see exitFormattedText in core/block-editor store.\n */\nexport const exitFormattedText = getBlockEditorAction( 'exitFormattedText' );\n\n/**\n * @see insertDefaultBlock in core/block-editor store.\n */\nexport const insertDefaultBlock = getBlockEditorAction( 'insertDefaultBlock' );\n\n/**\n * @see updateBlockListSettings in core/block-editor store.\n */\nexport const updateBlockListSettings = getBlockEditorAction(\n\t'updateBlockListSettings'\n);\n"],"mappings":"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"}
1
+ {"version":3,"names":["apiFetch","deprecated","parse","synchronizeBlocksWithTemplate","__unstableSerializeAndClean","store","noticesStore","coreStore","blockEditorStore","applyFilters","preferencesStore","TRASH_POST_NOTICE_ID","localAutosaveSet","getNotificationArgumentsForSaveSuccess","getNotificationArgumentsForSaveFail","getNotificationArgumentsForTrashFail","setupEditor","post","edits","template","dispatch","setEditedPost","type","id","isNewPost","status","content","raw","blocks","resetEditorBlocks","__unstableShouldCreateUndoLevel","Object","values","some","key","edit","_post$key$raw","editPost","__experimentalTearDownEditor","since","resetPost","version","alternative","updatePost","setupEditorState","postType","postId","options","select","registry","getCurrentPost","editEntityRecord","savePost","isEditedPostSaveable","getEditedPostContent","isAutosave","undoIgnore","previousRecord","getEntityRecordNonTransientEdits","saveEntityRecord","error","getLastEntitySaveError","Promise","resolve","catch","err","args","length","createErrorNotice","updatedRecord","previousPost","resolveSelect","getPostType","createSuccessNotice","__unstableMarkLastChangeAsPersistent","refreshPost","trashPost","postTypeSlug","getCurrentPostType","removeNotice","rest_base","restBase","rest_namespace","restNamespace","path","method","autosave","local","isPostNew","isEditedPostNew","title","getEditedPostAttribute","excerpt","__unstableSaveForPreview","forceIsAutosaveable","isEditedPostAutosaveable","isPostLocked","isDraft","includes","isPreview","getEditedPostPreviewLink","redo","undo","createUndoLevel","updatePostLock","lock","enablePublishSidebar","set","disablePublishSidebar","lockPostSaving","lockName","unlockPostSaving","lockPostAutosaving","unlockPostAutosaving","selection","noChange","getEditedEntityRecord","__unstableCreateUndoLevel","blocksForSerialization","updateEditorSettings","settings","setRenderingMode","mode","__unstableIsEditorReady","clearSelectedBlock","undefined","setDeviceType","deviceType","toggleEditorPanelEnabled","panelName","_registry$select$get","inactivePanels","get","isPanelInactive","updatedInactivePanels","filter","invactivePanelName","toggleEditorPanelOpened","_registry$select$get2","openPanels","isPanelOpen","updatedOpenPanels","openPanelName","removeEditorPanel","setIsInserterOpened","value","setIsListViewOpened","isOpen","getBlockEditorAction","name","resetBlocks","receiveBlocks","updateBlock","updateBlockAttributes","selectBlock","startMultiSelect","stopMultiSelect","multiSelect","toggleSelection","replaceBlocks","replaceBlock","moveBlocksDown","moveBlocksUp","moveBlockToPosition","insertBlock","insertBlocks","showInsertionPoint","hideInsertionPoint","setTemplateValidity","synchronizeTemplate","mergeBlocks","removeBlocks","removeBlock","toggleBlockMode","startTyping","stopTyping","enterFormattedText","exitFormattedText","insertDefaultBlock","updateBlockListSettings"],"sources":["@wordpress/editor/src/store/actions.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport apiFetch from '@wordpress/api-fetch';\nimport deprecated from '@wordpress/deprecated';\nimport {\n\tparse,\n\tsynchronizeBlocksWithTemplate,\n\t__unstableSerializeAndClean,\n} from '@wordpress/blocks';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { store as blockEditorStore } from '@wordpress/block-editor';\nimport { applyFilters } from '@wordpress/hooks';\nimport { store as preferencesStore } from '@wordpress/preferences';\n\n/**\n * Internal dependencies\n */\nimport { TRASH_POST_NOTICE_ID } from './constants';\nimport { localAutosaveSet } from './local-autosave';\nimport {\n\tgetNotificationArgumentsForSaveSuccess,\n\tgetNotificationArgumentsForSaveFail,\n\tgetNotificationArgumentsForTrashFail,\n} from './utils/notice-builder';\n\n/**\n * Returns an action generator used in signalling that editor has initialized with\n * the specified post object and editor settings.\n *\n * @param {Object} post Post object.\n * @param {Object} edits Initial edited attributes object.\n * @param {Array?} template Block Template.\n */\nexport const setupEditor =\n\t( post, edits, template ) =>\n\t( { dispatch } ) => {\n\t\tdispatch.setEditedPost( post.type, post.id );\n\t\t// Apply a template for new posts only, if exists.\n\t\tconst isNewPost = post.status === 'auto-draft';\n\t\tif ( isNewPost && template ) {\n\t\t\t// In order to ensure maximum of a single parse during setup, edits are\n\t\t\t// included as part of editor setup action. Assume edited content as\n\t\t\t// canonical if provided, falling back to post.\n\t\t\tlet content;\n\t\t\tif ( 'content' in edits ) {\n\t\t\t\tcontent = edits.content;\n\t\t\t} else {\n\t\t\t\tcontent = post.content.raw;\n\t\t\t}\n\t\t\tlet blocks = parse( content );\n\t\t\tblocks = synchronizeBlocksWithTemplate( blocks, template );\n\t\t\tdispatch.resetEditorBlocks( blocks, {\n\t\t\t\t__unstableShouldCreateUndoLevel: false,\n\t\t\t} );\n\t\t}\n\t\tif (\n\t\t\tedits &&\n\t\t\tObject.values( edits ).some(\n\t\t\t\t( [ key, edit ] ) =>\n\t\t\t\t\tedit !== ( post[ key ]?.raw ?? post[ key ] )\n\t\t\t)\n\t\t) {\n\t\t\tdispatch.editPost( edits );\n\t\t}\n\t};\n\n/**\n * Returns an action object signalling that the editor is being destroyed and\n * that any necessary state or side-effect cleanup should occur.\n *\n * @deprecated\n *\n * @return {Object} Action object.\n */\nexport function __experimentalTearDownEditor() {\n\tdeprecated(\n\t\t\"wp.data.dispatch( 'core/editor' ).__experimentalTearDownEditor\",\n\t\t{\n\t\t\tsince: '6.5',\n\t\t}\n\t);\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Returns an action object used in signalling that the latest version of the\n * post has been received, either by initialization or save.\n *\n * @deprecated Since WordPress 6.0.\n */\nexport function resetPost() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).resetPost\", {\n\t\tsince: '6.0',\n\t\tversion: '6.3',\n\t\talternative: 'Initialize the editor with the setupEditorState action',\n\t} );\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Returns an action object used in signalling that a patch of updates for the\n * latest version of the post have been received.\n *\n * @return {Object} Action object.\n * @deprecated since Gutenberg 9.7.0.\n */\nexport function updatePost() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).updatePost\", {\n\t\tsince: '5.7',\n\t\talternative: 'Use the core entities store instead',\n\t} );\n\treturn {\n\t\ttype: 'DO_NOTHING',\n\t};\n}\n\n/**\n * Setup the editor state.\n *\n * @deprecated\n *\n * @param {Object} post Post object.\n */\nexport function setupEditorState( post ) {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).setupEditorState\", {\n\t\tsince: '6.5',\n\t\talternative: \"wp.data.dispatch( 'core/editor' ).setEditedPost\",\n\t} );\n\treturn setEditedPost( post.type, post.id );\n}\n\n/**\n * Returns an action that sets the current post Type and post ID.\n *\n * @param {string} postType Post Type.\n * @param {string} postId Post ID.\n *\n * @return {Object} Action object.\n */\nexport function setEditedPost( postType, postId ) {\n\treturn {\n\t\ttype: 'SET_EDITED_POST',\n\t\tpostType,\n\t\tpostId,\n\t};\n}\n\n/**\n * Returns an action object used in signalling that attributes of the post have\n * been edited.\n *\n * @param {Object} edits Post attributes to edit.\n * @param {Object} options Options for the edit.\n */\nexport const editPost =\n\t( edits, options ) =>\n\t( { select, registry } ) => {\n\t\tconst { id, type } = select.getCurrentPost();\n\t\tregistry\n\t\t\t.dispatch( coreStore )\n\t\t\t.editEntityRecord( 'postType', type, id, edits, options );\n\t};\n\n/**\n * Action for saving the current post in the editor.\n *\n * @param {Object} options\n */\nexport const savePost =\n\t( options = {} ) =>\n\tasync ( { select, dispatch, registry } ) => {\n\t\tif ( ! select.isEditedPostSaveable() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst content = select.getEditedPostContent();\n\n\t\tif ( ! options.isAutosave ) {\n\t\t\tdispatch.editPost( { content }, { undoIgnore: true } );\n\t\t}\n\n\t\tconst previousRecord = select.getCurrentPost();\n\t\tconst edits = {\n\t\t\tid: previousRecord.id,\n\t\t\t...registry\n\t\t\t\t.select( coreStore )\n\t\t\t\t.getEntityRecordNonTransientEdits(\n\t\t\t\t\t'postType',\n\t\t\t\t\tpreviousRecord.type,\n\t\t\t\t\tpreviousRecord.id\n\t\t\t\t),\n\t\t\tcontent,\n\t\t};\n\t\tdispatch( { type: 'REQUEST_POST_UPDATE_START', options } );\n\t\tawait registry\n\t\t\t.dispatch( coreStore )\n\t\t\t.saveEntityRecord(\n\t\t\t\t'postType',\n\t\t\t\tpreviousRecord.type,\n\t\t\t\tedits,\n\t\t\t\toptions\n\t\t\t);\n\n\t\tlet error = registry\n\t\t\t.select( coreStore )\n\t\t\t.getLastEntitySaveError(\n\t\t\t\t'postType',\n\t\t\t\tpreviousRecord.type,\n\t\t\t\tpreviousRecord.id\n\t\t\t);\n\n\t\tif ( ! error ) {\n\t\t\tawait applyFilters(\n\t\t\t\t'editor.__unstableSavePost',\n\t\t\t\tPromise.resolve(),\n\t\t\t\toptions\n\t\t\t).catch( ( err ) => {\n\t\t\t\terror = err;\n\t\t\t} );\n\t\t}\n\t\tdispatch( { type: 'REQUEST_POST_UPDATE_FINISH', options } );\n\n\t\tif ( error ) {\n\t\t\tconst args = getNotificationArgumentsForSaveFail( {\n\t\t\t\tpost: previousRecord,\n\t\t\t\tedits,\n\t\t\t\terror,\n\t\t\t} );\n\t\t\tif ( args.length ) {\n\t\t\t\tregistry.dispatch( noticesStore ).createErrorNotice( ...args );\n\t\t\t}\n\t\t} else {\n\t\t\tconst updatedRecord = select.getCurrentPost();\n\t\t\tconst args = getNotificationArgumentsForSaveSuccess( {\n\t\t\t\tpreviousPost: previousRecord,\n\t\t\t\tpost: updatedRecord,\n\t\t\t\tpostType: await registry\n\t\t\t\t\t.resolveSelect( coreStore )\n\t\t\t\t\t.getPostType( updatedRecord.type ),\n\t\t\t\toptions,\n\t\t\t} );\n\t\t\tif ( args.length ) {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( noticesStore )\n\t\t\t\t\t.createSuccessNotice( ...args );\n\t\t\t}\n\t\t\t// Make sure that any edits after saving create an undo level and are\n\t\t\t// considered for change detection.\n\t\t\tif ( ! options.isAutosave ) {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( blockEditorStore )\n\t\t\t\t\t.__unstableMarkLastChangeAsPersistent();\n\t\t\t}\n\t\t}\n\t};\n\n/**\n * Action for refreshing the current post.\n *\n * @deprecated Since WordPress 6.0.\n */\nexport function refreshPost() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).refreshPost\", {\n\t\tsince: '6.0',\n\t\tversion: '6.3',\n\t\talternative: 'Use the core entities store instead',\n\t} );\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Action for trashing the current post in the editor.\n */\nexport const trashPost =\n\t() =>\n\tasync ( { select, dispatch, registry } ) => {\n\t\tconst postTypeSlug = select.getCurrentPostType();\n\t\tconst postType = await registry\n\t\t\t.resolveSelect( coreStore )\n\t\t\t.getPostType( postTypeSlug );\n\t\tregistry.dispatch( noticesStore ).removeNotice( TRASH_POST_NOTICE_ID );\n\t\tconst { rest_base: restBase, rest_namespace: restNamespace = 'wp/v2' } =\n\t\t\tpostType;\n\t\tdispatch( { type: 'REQUEST_POST_DELETE_START' } );\n\t\ttry {\n\t\t\tconst post = select.getCurrentPost();\n\t\t\tawait apiFetch( {\n\t\t\t\tpath: `/${ restNamespace }/${ restBase }/${ post.id }`,\n\t\t\t\tmethod: 'DELETE',\n\t\t\t} );\n\n\t\t\tawait dispatch.savePost();\n\t\t} catch ( error ) {\n\t\t\tregistry\n\t\t\t\t.dispatch( noticesStore )\n\t\t\t\t.createErrorNotice(\n\t\t\t\t\t...getNotificationArgumentsForTrashFail( { error } )\n\t\t\t\t);\n\t\t}\n\t\tdispatch( { type: 'REQUEST_POST_DELETE_FINISH' } );\n\t};\n\n/**\n * Action that autosaves the current post. This\n * includes server-side autosaving (default) and client-side (a.k.a. local)\n * autosaving (e.g. on the Web, the post might be committed to Session\n * Storage).\n *\n * @param {Object?} options Extra flags to identify the autosave.\n */\nexport const autosave =\n\t( { local = false, ...options } = {} ) =>\n\tasync ( { select, dispatch } ) => {\n\t\tconst post = select.getCurrentPost();\n\n\t\t// Currently template autosaving is not supported.\n\t\tif ( post.type === 'wp_template' ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( local ) {\n\t\t\tconst isPostNew = select.isEditedPostNew();\n\t\t\tconst title = select.getEditedPostAttribute( 'title' );\n\t\t\tconst content = select.getEditedPostAttribute( 'content' );\n\t\t\tconst excerpt = select.getEditedPostAttribute( 'excerpt' );\n\t\t\tlocalAutosaveSet( post.id, isPostNew, title, content, excerpt );\n\t\t} else {\n\t\t\tawait dispatch.savePost( { isAutosave: true, ...options } );\n\t\t}\n\t};\n\nexport const __unstableSaveForPreview =\n\t( { forceIsAutosaveable } = {} ) =>\n\tasync ( { select, dispatch } ) => {\n\t\tif (\n\t\t\t( forceIsAutosaveable || select.isEditedPostAutosaveable() ) &&\n\t\t\t! select.isPostLocked()\n\t\t) {\n\t\t\tconst isDraft = [ 'draft', 'auto-draft' ].includes(\n\t\t\t\tselect.getEditedPostAttribute( 'status' )\n\t\t\t);\n\t\t\tif ( isDraft ) {\n\t\t\t\tawait dispatch.savePost( { isPreview: true } );\n\t\t\t} else {\n\t\t\t\tawait dispatch.autosave( { isPreview: true } );\n\t\t\t}\n\t\t}\n\n\t\treturn select.getEditedPostPreviewLink();\n\t};\n\n/**\n * Action that restores last popped state in undo history.\n */\nexport const redo =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry.dispatch( coreStore ).redo();\n\t};\n\n/**\n * Action that pops a record from undo history and undoes the edit.\n */\nexport const undo =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry.dispatch( coreStore ).undo();\n\t};\n\n/**\n * Action that creates an undo history record.\n *\n * @deprecated Since WordPress 6.0\n */\nexport function createUndoLevel() {\n\tdeprecated( \"wp.data.dispatch( 'core/editor' ).createUndoLevel\", {\n\t\tsince: '6.0',\n\t\tversion: '6.3',\n\t\talternative: 'Use the core entities store instead',\n\t} );\n\treturn { type: 'DO_NOTHING' };\n}\n\n/**\n * Action that locks the editor.\n *\n * @param {Object} lock Details about the post lock status, user, and nonce.\n * @return {Object} Action object.\n */\nexport function updatePostLock( lock ) {\n\treturn {\n\t\ttype: 'UPDATE_POST_LOCK',\n\t\tlock,\n\t};\n}\n\n/**\n * Enable the publish sidebar.\n */\nexport const enablePublishSidebar =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'isPublishSidebarEnabled', true );\n\t};\n\n/**\n * Disables the publish sidebar.\n */\nexport const disablePublishSidebar =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'isPublishSidebarEnabled', false );\n\t};\n\n/**\n * Action that locks post saving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * const { subscribe } = wp.data;\n *\n * const initialPostStatus = wp.data.select( 'core/editor' ).getEditedPostAttribute( 'status' );\n *\n * // Only allow publishing posts that are set to a future date.\n * if ( 'publish' !== initialPostStatus ) {\n *\n * \t// Track locking.\n * \tlet locked = false;\n *\n * \t// Watch for the publish event.\n * \tlet unssubscribe = subscribe( () => {\n * \t\tconst currentPostStatus = wp.data.select( 'core/editor' ).getEditedPostAttribute( 'status' );\n * \t\tif ( 'publish' !== currentPostStatus ) {\n *\n * \t\t\t// Compare the post date to the current date, lock the post if the date isn't in the future.\n * \t\t\tconst postDate = new Date( wp.data.select( 'core/editor' ).getEditedPostAttribute( 'date' ) );\n * \t\t\tconst currentDate = new Date();\n * \t\t\tif ( postDate.getTime() <= currentDate.getTime() ) {\n * \t\t\t\tif ( ! locked ) {\n * \t\t\t\t\tlocked = true;\n * \t\t\t\t\twp.data.dispatch( 'core/editor' ).lockPostSaving( 'futurelock' );\n * \t\t\t\t}\n * \t\t\t} else {\n * \t\t\t\tif ( locked ) {\n * \t\t\t\t\tlocked = false;\n * \t\t\t\t\twp.data.dispatch( 'core/editor' ).unlockPostSaving( 'futurelock' );\n * \t\t\t\t}\n * \t\t\t}\n * \t\t}\n * \t} );\n * }\n * ```\n *\n * @return {Object} Action object\n */\nexport function lockPostSaving( lockName ) {\n\treturn {\n\t\ttype: 'LOCK_POST_SAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Action that unlocks post saving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * // Unlock post saving with the lock key `mylock`:\n * wp.data.dispatch( 'core/editor' ).unlockPostSaving( 'mylock' );\n * ```\n *\n * @return {Object} Action object\n */\nexport function unlockPostSaving( lockName ) {\n\treturn {\n\t\ttype: 'UNLOCK_POST_SAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Action that locks post autosaving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * // Lock post autosaving with the lock key `mylock`:\n * wp.data.dispatch( 'core/editor' ).lockPostAutosaving( 'mylock' );\n * ```\n *\n * @return {Object} Action object\n */\nexport function lockPostAutosaving( lockName ) {\n\treturn {\n\t\ttype: 'LOCK_POST_AUTOSAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Action that unlocks post autosaving.\n *\n * @param {string} lockName The lock name.\n *\n * @example\n * ```\n * // Unlock post saving with the lock key `mylock`:\n * wp.data.dispatch( 'core/editor' ).unlockPostAutosaving( 'mylock' );\n * ```\n *\n * @return {Object} Action object\n */\nexport function unlockPostAutosaving( lockName ) {\n\treturn {\n\t\ttype: 'UNLOCK_POST_AUTOSAVING',\n\t\tlockName,\n\t};\n}\n\n/**\n * Returns an action object used to signal that the blocks have been updated.\n *\n * @param {Array} blocks Block Array.\n * @param {?Object} options Optional options.\n */\nexport const resetEditorBlocks =\n\t( blocks, options = {} ) =>\n\t( { select, dispatch, registry } ) => {\n\t\tconst { __unstableShouldCreateUndoLevel, selection } = options;\n\t\tconst edits = { blocks, selection };\n\n\t\tif ( __unstableShouldCreateUndoLevel !== false ) {\n\t\t\tconst { id, type } = select.getCurrentPost();\n\t\t\tconst noChange =\n\t\t\t\tregistry\n\t\t\t\t\t.select( coreStore )\n\t\t\t\t\t.getEditedEntityRecord( 'postType', type, id ).blocks ===\n\t\t\t\tedits.blocks;\n\t\t\tif ( noChange ) {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( coreStore )\n\t\t\t\t\t.__unstableCreateUndoLevel( 'postType', type, id );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// We create a new function here on every persistent edit\n\t\t\t// to make sure the edit makes the post dirty and creates\n\t\t\t// a new undo level.\n\t\t\tedits.content = ( { blocks: blocksForSerialization = [] } ) =>\n\t\t\t\t__unstableSerializeAndClean( blocksForSerialization );\n\t\t}\n\n\t\tdispatch.editPost( edits );\n\t};\n\n/*\n * Returns an action object used in signalling that the post editor settings have been updated.\n *\n * @param {Object} settings Updated settings\n *\n * @return {Object} Action object\n */\nexport function updateEditorSettings( settings ) {\n\treturn {\n\t\ttype: 'UPDATE_EDITOR_SETTINGS',\n\t\tsettings,\n\t};\n}\n\n/**\n * Returns an action used to set the rendering mode of the post editor. We support multiple rendering modes:\n *\n * - `all`: This is the default mode. It renders the post editor with all the features available. If a template is provided, it's preferred over the post.\n * - `post-only`: This mode extracts the post blocks from the template and renders only those. The idea is to allow the user to edit the post/page in isolation without the wrapping template.\n * - `template-locked`: This mode renders both the template and the post blocks but the template blocks are locked and can't be edited. The post blocks are editable.\n *\n * @param {string} mode Mode (one of 'post-only' or 'template-locked').\n */\nexport const setRenderingMode =\n\t( mode ) =>\n\t( { dispatch, registry, select } ) => {\n\t\tif ( select.__unstableIsEditorReady() ) {\n\t\t\t// We clear the block selection but we also need to clear the selection from the core store.\n\t\t\tregistry.dispatch( blockEditorStore ).clearSelectedBlock();\n\t\t\tdispatch.editPost( { selection: undefined }, { undoIgnore: true } );\n\t\t}\n\n\t\tdispatch( {\n\t\t\ttype: 'SET_RENDERING_MODE',\n\t\t\tmode,\n\t\t} );\n\t};\n\n/**\n * Action that changes the width of the editing canvas.\n *\n * @param {string} deviceType\n *\n * @return {Object} Action object.\n */\nexport function setDeviceType( deviceType ) {\n\treturn {\n\t\ttype: 'SET_DEVICE_TYPE',\n\t\tdeviceType,\n\t};\n}\n\n/**\n * Returns an action object used to enable or disable a panel in the editor.\n *\n * @param {string} panelName A string that identifies the panel to enable or disable.\n *\n * @return {Object} Action object.\n */\nexport const toggleEditorPanelEnabled =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tconst inactivePanels =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core', 'inactivePanels' ) ?? [];\n\n\t\tconst isPanelInactive = !! inactivePanels?.includes( panelName );\n\n\t\t// If the panel is inactive, remove it to enable it, else add it to\n\t\t// make it inactive.\n\t\tlet updatedInactivePanels;\n\t\tif ( isPanelInactive ) {\n\t\t\tupdatedInactivePanels = inactivePanels.filter(\n\t\t\t\t( invactivePanelName ) => invactivePanelName !== panelName\n\t\t\t);\n\t\t} else {\n\t\t\tupdatedInactivePanels = [ ...inactivePanels, panelName ];\n\t\t}\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core', 'inactivePanels', updatedInactivePanels );\n\t};\n\n/**\n * Opens a closed panel and closes an open panel.\n *\n * @param {string} panelName A string that identifies the panel to open or close.\n */\nexport const toggleEditorPanelOpened =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tconst openPanels =\n\t\t\tregistry.select( preferencesStore ).get( 'core', 'openPanels' ) ??\n\t\t\t[];\n\n\t\tconst isPanelOpen = !! openPanels?.includes( panelName );\n\n\t\t// If the panel is open, remove it to close it, else add it to\n\t\t// make it open.\n\t\tlet updatedOpenPanels;\n\t\tif ( isPanelOpen ) {\n\t\t\tupdatedOpenPanels = openPanels.filter(\n\t\t\t\t( openPanelName ) => openPanelName !== panelName\n\t\t\t);\n\t\t} else {\n\t\t\tupdatedOpenPanels = [ ...openPanels, panelName ];\n\t\t}\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core', 'openPanels', updatedOpenPanels );\n\t};\n\n/**\n * Returns an action object used to remove a panel from the editor.\n *\n * @param {string} panelName A string that identifies the panel to remove.\n *\n * @return {Object} Action object.\n */\nexport function removeEditorPanel( panelName ) {\n\treturn {\n\t\ttype: 'REMOVE_PANEL',\n\t\tpanelName,\n\t};\n}\n\n/**\n * Returns an action object used to open/close the inserter.\n *\n * @param {boolean|Object} value Whether the inserter should be\n * opened (true) or closed (false).\n * To specify an insertion point,\n * use an object.\n * @param {string} value.rootClientId The root client ID to insert at.\n * @param {number} value.insertionIndex The index to insert at.\n *\n * @return {Object} Action object.\n */\nexport function setIsInserterOpened( value ) {\n\treturn {\n\t\ttype: 'SET_IS_INSERTER_OPENED',\n\t\tvalue,\n\t};\n}\n\n/**\n * Returns an action object used to open/close the list view.\n *\n * @param {boolean} isOpen A boolean representing whether the list view should be opened or closed.\n * @return {Object} Action object.\n */\nexport function setIsListViewOpened( isOpen ) {\n\treturn {\n\t\ttype: 'SET_IS_LIST_VIEW_OPENED',\n\t\tisOpen,\n\t};\n}\n\n/**\n * Backward compatibility\n */\n\nconst getBlockEditorAction =\n\t( name ) =>\n\t( ...args ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"`wp.data.dispatch( 'core/editor' ).\" + name + '`', {\n\t\t\tsince: '5.3',\n\t\t\talternative:\n\t\t\t\t\"`wp.data.dispatch( 'core/block-editor' ).\" + name + '`',\n\t\t\tversion: '6.2',\n\t\t} );\n\t\tregistry.dispatch( blockEditorStore )[ name ]( ...args );\n\t};\n\n/**\n * @see resetBlocks in core/block-editor store.\n */\nexport const resetBlocks = getBlockEditorAction( 'resetBlocks' );\n\n/**\n * @see receiveBlocks in core/block-editor store.\n */\nexport const receiveBlocks = getBlockEditorAction( 'receiveBlocks' );\n\n/**\n * @see updateBlock in core/block-editor store.\n */\nexport const updateBlock = getBlockEditorAction( 'updateBlock' );\n\n/**\n * @see updateBlockAttributes in core/block-editor store.\n */\nexport const updateBlockAttributes = getBlockEditorAction(\n\t'updateBlockAttributes'\n);\n\n/**\n * @see selectBlock in core/block-editor store.\n */\nexport const selectBlock = getBlockEditorAction( 'selectBlock' );\n\n/**\n * @see startMultiSelect in core/block-editor store.\n */\nexport const startMultiSelect = getBlockEditorAction( 'startMultiSelect' );\n\n/**\n * @see stopMultiSelect in core/block-editor store.\n */\nexport const stopMultiSelect = getBlockEditorAction( 'stopMultiSelect' );\n\n/**\n * @see multiSelect in core/block-editor store.\n */\nexport const multiSelect = getBlockEditorAction( 'multiSelect' );\n\n/**\n * @see clearSelectedBlock in core/block-editor store.\n */\nexport const clearSelectedBlock = getBlockEditorAction( 'clearSelectedBlock' );\n\n/**\n * @see toggleSelection in core/block-editor store.\n */\nexport const toggleSelection = getBlockEditorAction( 'toggleSelection' );\n\n/**\n * @see replaceBlocks in core/block-editor store.\n */\nexport const replaceBlocks = getBlockEditorAction( 'replaceBlocks' );\n\n/**\n * @see replaceBlock in core/block-editor store.\n */\nexport const replaceBlock = getBlockEditorAction( 'replaceBlock' );\n\n/**\n * @see moveBlocksDown in core/block-editor store.\n */\nexport const moveBlocksDown = getBlockEditorAction( 'moveBlocksDown' );\n\n/**\n * @see moveBlocksUp in core/block-editor store.\n */\nexport const moveBlocksUp = getBlockEditorAction( 'moveBlocksUp' );\n\n/**\n * @see moveBlockToPosition in core/block-editor store.\n */\nexport const moveBlockToPosition = getBlockEditorAction(\n\t'moveBlockToPosition'\n);\n\n/**\n * @see insertBlock in core/block-editor store.\n */\nexport const insertBlock = getBlockEditorAction( 'insertBlock' );\n\n/**\n * @see insertBlocks in core/block-editor store.\n */\nexport const insertBlocks = getBlockEditorAction( 'insertBlocks' );\n\n/**\n * @see showInsertionPoint in core/block-editor store.\n */\nexport const showInsertionPoint = getBlockEditorAction( 'showInsertionPoint' );\n\n/**\n * @see hideInsertionPoint in core/block-editor store.\n */\nexport const hideInsertionPoint = getBlockEditorAction( 'hideInsertionPoint' );\n\n/**\n * @see setTemplateValidity in core/block-editor store.\n */\nexport const setTemplateValidity = getBlockEditorAction(\n\t'setTemplateValidity'\n);\n\n/**\n * @see synchronizeTemplate in core/block-editor store.\n */\nexport const synchronizeTemplate = getBlockEditorAction(\n\t'synchronizeTemplate'\n);\n\n/**\n * @see mergeBlocks in core/block-editor store.\n */\nexport const mergeBlocks = getBlockEditorAction( 'mergeBlocks' );\n\n/**\n * @see removeBlocks in core/block-editor store.\n */\nexport const removeBlocks = getBlockEditorAction( 'removeBlocks' );\n\n/**\n * @see removeBlock in core/block-editor store.\n */\nexport const removeBlock = getBlockEditorAction( 'removeBlock' );\n\n/**\n * @see toggleBlockMode in core/block-editor store.\n */\nexport const toggleBlockMode = getBlockEditorAction( 'toggleBlockMode' );\n\n/**\n * @see startTyping in core/block-editor store.\n */\nexport const startTyping = getBlockEditorAction( 'startTyping' );\n\n/**\n * @see stopTyping in core/block-editor store.\n */\nexport const stopTyping = getBlockEditorAction( 'stopTyping' );\n\n/**\n * @see enterFormattedText in core/block-editor store.\n */\nexport const enterFormattedText = getBlockEditorAction( 'enterFormattedText' );\n\n/**\n * @see exitFormattedText in core/block-editor store.\n */\nexport const exitFormattedText = getBlockEditorAction( 'exitFormattedText' );\n\n/**\n * @see insertDefaultBlock in core/block-editor store.\n */\nexport const insertDefaultBlock = getBlockEditorAction( 'insertDefaultBlock' );\n\n/**\n * @see updateBlockListSettings in core/block-editor store.\n */\nexport const updateBlockListSettings = getBlockEditorAction(\n\t'updateBlockListSettings'\n);\n"],"mappings":"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"}
@@ -259,7 +259,7 @@ export function editorSettings(state = EDITOR_SETTINGS_DEFAULTS, action) {
259
259
  }
260
260
  return state;
261
261
  }
262
- export function renderingMode(state = 'all', action) {
262
+ export function renderingMode(state = 'post-only', action) {
263
263
  switch (action.type) {
264
264
  case 'SET_RENDERING_MODE':
265
265
  return action.mode;
@@ -1 +1 @@
1
- {"version":3,"names":["combineReducers","EDITOR_SETTINGS_DEFAULTS","getPostRawValue","value","raw","hasSameKeys","a","b","keysA","Object","keys","sort","keysB","length","every","key","index","isUpdatingSamePostProperty","action","previousAction","type","edits","shouldOverwriteState","shouldCreateUndoLevel","postId","state","templateId","id","postType","template","isValid","saving","pending","options","deleting","postLock","isLocked","lock","postSavingLock","lockName","removedLockName","restState","postAutosavingLock","editorSettings","settings","renderingMode","mode","deviceType","removedPanels","includes","panelName","blockInserterPanel","isOpen","listViewPanel","listViewToggleRef","current"],"sources":["@wordpress/editor/src/store/reducer.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { combineReducers } from '@wordpress/data';\n\n/**\n * Internal dependencies\n */\nimport { EDITOR_SETTINGS_DEFAULTS } from './defaults';\n\n/**\n * Returns a post attribute value, flattening nested rendered content using its\n * raw value in place of its original object form.\n *\n * @param {*} value Original value.\n *\n * @return {*} Raw value.\n */\nexport function getPostRawValue( value ) {\n\tif ( value && 'object' === typeof value && 'raw' in value ) {\n\t\treturn value.raw;\n\t}\n\n\treturn value;\n}\n\n/**\n * Returns true if the two object arguments have the same keys, or false\n * otherwise.\n *\n * @param {Object} a First object.\n * @param {Object} b Second object.\n *\n * @return {boolean} Whether the two objects have the same keys.\n */\nexport function hasSameKeys( a, b ) {\n\tconst keysA = Object.keys( a ).sort();\n\tconst keysB = Object.keys( b ).sort();\n\treturn (\n\t\tkeysA.length === keysB.length &&\n\t\tkeysA.every( ( key, index ) => keysB[ index ] === key )\n\t);\n}\n\n/**\n * Returns true if, given the currently dispatching action and the previously\n * dispatched action, the two actions are editing the same post property, or\n * false otherwise.\n *\n * @param {Object} action Currently dispatching action.\n * @param {Object} previousAction Previously dispatched action.\n *\n * @return {boolean} Whether actions are updating the same post property.\n */\nexport function isUpdatingSamePostProperty( action, previousAction ) {\n\treturn (\n\t\taction.type === 'EDIT_POST' &&\n\t\thasSameKeys( action.edits, previousAction.edits )\n\t);\n}\n\n/**\n * Returns true if, given the currently dispatching action and the previously\n * dispatched action, the two actions are modifying the same property such that\n * undo history should be batched.\n *\n * @param {Object} action Currently dispatching action.\n * @param {Object} previousAction Previously dispatched action.\n *\n * @return {boolean} Whether to overwrite present state.\n */\nexport function shouldOverwriteState( action, previousAction ) {\n\tif ( action.type === 'RESET_EDITOR_BLOCKS' ) {\n\t\treturn ! action.shouldCreateUndoLevel;\n\t}\n\n\tif ( ! previousAction || action.type !== previousAction.type ) {\n\t\treturn false;\n\t}\n\n\treturn isUpdatingSamePostProperty( action, previousAction );\n}\n\nexport function postId( state = null, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_EDITED_POST':\n\t\t\treturn action.postId;\n\t}\n\n\treturn state;\n}\n\nexport function templateId( state = null, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_CURRENT_TEMPLATE_ID':\n\t\t\treturn action.id;\n\t}\n\n\treturn state;\n}\n\nexport function postType( state = null, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_EDITED_POST':\n\t\t\treturn action.postType;\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning whether the post blocks match the defined template or not.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {boolean} Updated state.\n */\nexport function template( state = { isValid: true }, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_TEMPLATE_VALIDITY':\n\t\t\treturn {\n\t\t\t\t...state,\n\t\t\t\tisValid: action.isValid,\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning current network request state (whether a request to\n * the WP REST API is in progress, successful, or failed).\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function saving( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'REQUEST_POST_UPDATE_START':\n\t\tcase 'REQUEST_POST_UPDATE_FINISH':\n\t\t\treturn {\n\t\t\t\tpending: action.type === 'REQUEST_POST_UPDATE_START',\n\t\t\t\toptions: action.options || {},\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning deleting post request state.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function deleting( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'REQUEST_POST_DELETE_START':\n\t\tcase 'REQUEST_POST_DELETE_FINISH':\n\t\t\treturn {\n\t\t\t\tpending: action.type === 'REQUEST_POST_DELETE_START',\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\n/**\n * Post Lock State.\n *\n * @typedef {Object} PostLockState\n *\n * @property {boolean} isLocked Whether the post is locked.\n * @property {?boolean} isTakeover Whether the post editing has been taken over.\n * @property {?boolean} activePostLock Active post lock value.\n * @property {?Object} user User that took over the post.\n */\n\n/**\n * Reducer returning the post lock status.\n *\n * @param {PostLockState} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {PostLockState} Updated state.\n */\nexport function postLock( state = { isLocked: false }, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'UPDATE_POST_LOCK':\n\t\t\treturn action.lock;\n\t}\n\n\treturn state;\n}\n\n/**\n * Post saving lock.\n *\n * When post saving is locked, the post cannot be published or updated.\n *\n * @param {PostLockState} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {PostLockState} Updated state.\n */\nexport function postSavingLock( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'LOCK_POST_SAVING':\n\t\t\treturn { ...state, [ action.lockName ]: true };\n\n\t\tcase 'UNLOCK_POST_SAVING': {\n\t\t\tconst { [ action.lockName ]: removedLockName, ...restState } =\n\t\t\t\tstate;\n\t\t\treturn restState;\n\t\t}\n\t}\n\treturn state;\n}\n\n/**\n * Post autosaving lock.\n *\n * When post autosaving is locked, the post will not autosave.\n *\n * @param {PostLockState} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {PostLockState} Updated state.\n */\nexport function postAutosavingLock( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'LOCK_POST_AUTOSAVING':\n\t\t\treturn { ...state, [ action.lockName ]: true };\n\n\t\tcase 'UNLOCK_POST_AUTOSAVING': {\n\t\t\tconst { [ action.lockName ]: removedLockName, ...restState } =\n\t\t\t\tstate;\n\t\t\treturn restState;\n\t\t}\n\t}\n\treturn state;\n}\n\n/**\n * Reducer returning the post editor setting.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function editorSettings( state = EDITOR_SETTINGS_DEFAULTS, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'UPDATE_EDITOR_SETTINGS':\n\t\t\treturn {\n\t\t\t\t...state,\n\t\t\t\t...action.settings,\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\nexport function renderingMode( state = 'all', action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_RENDERING_MODE':\n\t\t\treturn action.mode;\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning the editing canvas device type.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function deviceType( state = 'Desktop', action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_DEVICE_TYPE':\n\t\t\treturn action.deviceType;\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer storing the list of all programmatically removed panels.\n *\n * @param {Array} state Current state.\n * @param {Object} action Action object.\n *\n * @return {Array} Updated state.\n */\nexport function removedPanels( state = [], action ) {\n\tswitch ( action.type ) {\n\t\tcase 'REMOVE_PANEL':\n\t\t\tif ( ! state.includes( action.panelName ) ) {\n\t\t\t\treturn [ ...state, action.panelName ];\n\t\t\t}\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer to set the block inserter panel open or closed.\n *\n * Note: this reducer interacts with the list view panel reducer\n * to make sure that only one of the two panels is open at the same time.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n */\nexport function blockInserterPanel( state = false, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_IS_LIST_VIEW_OPENED':\n\t\t\treturn action.isOpen ? false : state;\n\t\tcase 'SET_IS_INSERTER_OPENED':\n\t\t\treturn action.value;\n\t}\n\treturn state;\n}\n\n/**\n * Reducer to set the list view panel open or closed.\n *\n * Note: this reducer interacts with the inserter panel reducer\n * to make sure that only one of the two panels is open at the same time.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n */\nexport function listViewPanel( state = false, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_IS_INSERTER_OPENED':\n\t\t\treturn action.value ? false : state;\n\t\tcase 'SET_IS_LIST_VIEW_OPENED':\n\t\t\treturn action.isOpen;\n\t}\n\treturn state;\n}\n\n/**\n * This reducer does nothing aside initializing a ref to the list view toggle.\n * We will have a unique ref per \"editor\" instance.\n *\n * @param {Object} state\n * @return {Object} Reference to the list view toggle button.\n */\nexport function listViewToggleRef( state = { current: null } ) {\n\treturn state;\n}\n\nexport default combineReducers( {\n\tpostId,\n\tpostType,\n\ttemplateId,\n\tsaving,\n\tdeleting,\n\tpostLock,\n\ttemplate,\n\tpostSavingLock,\n\teditorSettings,\n\tpostAutosavingLock,\n\trenderingMode,\n\tdeviceType,\n\tremovedPanels,\n\tblockInserterPanel,\n\tlistViewPanel,\n\tlistViewToggleRef,\n} );\n"],"mappings":"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"}
1
+ {"version":3,"names":["combineReducers","EDITOR_SETTINGS_DEFAULTS","getPostRawValue","value","raw","hasSameKeys","a","b","keysA","Object","keys","sort","keysB","length","every","key","index","isUpdatingSamePostProperty","action","previousAction","type","edits","shouldOverwriteState","shouldCreateUndoLevel","postId","state","templateId","id","postType","template","isValid","saving","pending","options","deleting","postLock","isLocked","lock","postSavingLock","lockName","removedLockName","restState","postAutosavingLock","editorSettings","settings","renderingMode","mode","deviceType","removedPanels","includes","panelName","blockInserterPanel","isOpen","listViewPanel","listViewToggleRef","current"],"sources":["@wordpress/editor/src/store/reducer.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { combineReducers } from '@wordpress/data';\n\n/**\n * Internal dependencies\n */\nimport { EDITOR_SETTINGS_DEFAULTS } from './defaults';\n\n/**\n * Returns a post attribute value, flattening nested rendered content using its\n * raw value in place of its original object form.\n *\n * @param {*} value Original value.\n *\n * @return {*} Raw value.\n */\nexport function getPostRawValue( value ) {\n\tif ( value && 'object' === typeof value && 'raw' in value ) {\n\t\treturn value.raw;\n\t}\n\n\treturn value;\n}\n\n/**\n * Returns true if the two object arguments have the same keys, or false\n * otherwise.\n *\n * @param {Object} a First object.\n * @param {Object} b Second object.\n *\n * @return {boolean} Whether the two objects have the same keys.\n */\nexport function hasSameKeys( a, b ) {\n\tconst keysA = Object.keys( a ).sort();\n\tconst keysB = Object.keys( b ).sort();\n\treturn (\n\t\tkeysA.length === keysB.length &&\n\t\tkeysA.every( ( key, index ) => keysB[ index ] === key )\n\t);\n}\n\n/**\n * Returns true if, given the currently dispatching action and the previously\n * dispatched action, the two actions are editing the same post property, or\n * false otherwise.\n *\n * @param {Object} action Currently dispatching action.\n * @param {Object} previousAction Previously dispatched action.\n *\n * @return {boolean} Whether actions are updating the same post property.\n */\nexport function isUpdatingSamePostProperty( action, previousAction ) {\n\treturn (\n\t\taction.type === 'EDIT_POST' &&\n\t\thasSameKeys( action.edits, previousAction.edits )\n\t);\n}\n\n/**\n * Returns true if, given the currently dispatching action and the previously\n * dispatched action, the two actions are modifying the same property such that\n * undo history should be batched.\n *\n * @param {Object} action Currently dispatching action.\n * @param {Object} previousAction Previously dispatched action.\n *\n * @return {boolean} Whether to overwrite present state.\n */\nexport function shouldOverwriteState( action, previousAction ) {\n\tif ( action.type === 'RESET_EDITOR_BLOCKS' ) {\n\t\treturn ! action.shouldCreateUndoLevel;\n\t}\n\n\tif ( ! previousAction || action.type !== previousAction.type ) {\n\t\treturn false;\n\t}\n\n\treturn isUpdatingSamePostProperty( action, previousAction );\n}\n\nexport function postId( state = null, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_EDITED_POST':\n\t\t\treturn action.postId;\n\t}\n\n\treturn state;\n}\n\nexport function templateId( state = null, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_CURRENT_TEMPLATE_ID':\n\t\t\treturn action.id;\n\t}\n\n\treturn state;\n}\n\nexport function postType( state = null, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_EDITED_POST':\n\t\t\treturn action.postType;\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning whether the post blocks match the defined template or not.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {boolean} Updated state.\n */\nexport function template( state = { isValid: true }, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_TEMPLATE_VALIDITY':\n\t\t\treturn {\n\t\t\t\t...state,\n\t\t\t\tisValid: action.isValid,\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning current network request state (whether a request to\n * the WP REST API is in progress, successful, or failed).\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function saving( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'REQUEST_POST_UPDATE_START':\n\t\tcase 'REQUEST_POST_UPDATE_FINISH':\n\t\t\treturn {\n\t\t\t\tpending: action.type === 'REQUEST_POST_UPDATE_START',\n\t\t\t\toptions: action.options || {},\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning deleting post request state.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function deleting( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'REQUEST_POST_DELETE_START':\n\t\tcase 'REQUEST_POST_DELETE_FINISH':\n\t\t\treturn {\n\t\t\t\tpending: action.type === 'REQUEST_POST_DELETE_START',\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\n/**\n * Post Lock State.\n *\n * @typedef {Object} PostLockState\n *\n * @property {boolean} isLocked Whether the post is locked.\n * @property {?boolean} isTakeover Whether the post editing has been taken over.\n * @property {?boolean} activePostLock Active post lock value.\n * @property {?Object} user User that took over the post.\n */\n\n/**\n * Reducer returning the post lock status.\n *\n * @param {PostLockState} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {PostLockState} Updated state.\n */\nexport function postLock( state = { isLocked: false }, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'UPDATE_POST_LOCK':\n\t\t\treturn action.lock;\n\t}\n\n\treturn state;\n}\n\n/**\n * Post saving lock.\n *\n * When post saving is locked, the post cannot be published or updated.\n *\n * @param {PostLockState} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {PostLockState} Updated state.\n */\nexport function postSavingLock( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'LOCK_POST_SAVING':\n\t\t\treturn { ...state, [ action.lockName ]: true };\n\n\t\tcase 'UNLOCK_POST_SAVING': {\n\t\t\tconst { [ action.lockName ]: removedLockName, ...restState } =\n\t\t\t\tstate;\n\t\t\treturn restState;\n\t\t}\n\t}\n\treturn state;\n}\n\n/**\n * Post autosaving lock.\n *\n * When post autosaving is locked, the post will not autosave.\n *\n * @param {PostLockState} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {PostLockState} Updated state.\n */\nexport function postAutosavingLock( state = {}, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'LOCK_POST_AUTOSAVING':\n\t\t\treturn { ...state, [ action.lockName ]: true };\n\n\t\tcase 'UNLOCK_POST_AUTOSAVING': {\n\t\t\tconst { [ action.lockName ]: removedLockName, ...restState } =\n\t\t\t\tstate;\n\t\t\treturn restState;\n\t\t}\n\t}\n\treturn state;\n}\n\n/**\n * Reducer returning the post editor setting.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function editorSettings( state = EDITOR_SETTINGS_DEFAULTS, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'UPDATE_EDITOR_SETTINGS':\n\t\t\treturn {\n\t\t\t\t...state,\n\t\t\t\t...action.settings,\n\t\t\t};\n\t}\n\n\treturn state;\n}\n\nexport function renderingMode( state = 'post-only', action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_RENDERING_MODE':\n\t\t\treturn action.mode;\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer returning the editing canvas device type.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n *\n * @return {Object} Updated state.\n */\nexport function deviceType( state = 'Desktop', action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_DEVICE_TYPE':\n\t\t\treturn action.deviceType;\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer storing the list of all programmatically removed panels.\n *\n * @param {Array} state Current state.\n * @param {Object} action Action object.\n *\n * @return {Array} Updated state.\n */\nexport function removedPanels( state = [], action ) {\n\tswitch ( action.type ) {\n\t\tcase 'REMOVE_PANEL':\n\t\t\tif ( ! state.includes( action.panelName ) ) {\n\t\t\t\treturn [ ...state, action.panelName ];\n\t\t\t}\n\t}\n\n\treturn state;\n}\n\n/**\n * Reducer to set the block inserter panel open or closed.\n *\n * Note: this reducer interacts with the list view panel reducer\n * to make sure that only one of the two panels is open at the same time.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n */\nexport function blockInserterPanel( state = false, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_IS_LIST_VIEW_OPENED':\n\t\t\treturn action.isOpen ? false : state;\n\t\tcase 'SET_IS_INSERTER_OPENED':\n\t\t\treturn action.value;\n\t}\n\treturn state;\n}\n\n/**\n * Reducer to set the list view panel open or closed.\n *\n * Note: this reducer interacts with the inserter panel reducer\n * to make sure that only one of the two panels is open at the same time.\n *\n * @param {Object} state Current state.\n * @param {Object} action Dispatched action.\n */\nexport function listViewPanel( state = false, action ) {\n\tswitch ( action.type ) {\n\t\tcase 'SET_IS_INSERTER_OPENED':\n\t\t\treturn action.value ? false : state;\n\t\tcase 'SET_IS_LIST_VIEW_OPENED':\n\t\t\treturn action.isOpen;\n\t}\n\treturn state;\n}\n\n/**\n * This reducer does nothing aside initializing a ref to the list view toggle.\n * We will have a unique ref per \"editor\" instance.\n *\n * @param {Object} state\n * @return {Object} Reference to the list view toggle button.\n */\nexport function listViewToggleRef( state = { current: null } ) {\n\treturn state;\n}\n\nexport default combineReducers( {\n\tpostId,\n\tpostType,\n\ttemplateId,\n\tsaving,\n\tdeleting,\n\tpostLock,\n\ttemplate,\n\tpostSavingLock,\n\teditorSettings,\n\tpostAutosavingLock,\n\trenderingMode,\n\tdeviceType,\n\tremovedPanels,\n\tblockInserterPanel,\n\tlistViewPanel,\n\tlistViewToggleRef,\n} );\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,eAAe,QAAQ,iBAAiB;;AAEjD;AACA;AACA;AACA,SAASC,wBAAwB,QAAQ,YAAY;;AAErD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,eAAeA,CAAEC,KAAK,EAAG;EACxC,IAAKA,KAAK,IAAI,QAAQ,KAAK,OAAOA,KAAK,IAAI,KAAK,IAAIA,KAAK,EAAG;IAC3D,OAAOA,KAAK,CAACC,GAAG;EACjB;EAEA,OAAOD,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASE,WAAWA,CAAEC,CAAC,EAAEC,CAAC,EAAG;EACnC,MAAMC,KAAK,GAAGC,MAAM,CAACC,IAAI,CAAEJ,CAAE,CAAC,CAACK,IAAI,CAAC,CAAC;EACrC,MAAMC,KAAK,GAAGH,MAAM,CAACC,IAAI,CAAEH,CAAE,CAAC,CAACI,IAAI,CAAC,CAAC;EACrC,OACCH,KAAK,CAACK,MAAM,KAAKD,KAAK,CAACC,MAAM,IAC7BL,KAAK,CAACM,KAAK,CAAE,CAAEC,GAAG,EAAEC,KAAK,KAAMJ,KAAK,CAAEI,KAAK,CAAE,KAAKD,GAAI,CAAC;AAEzD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASE,0BAA0BA,CAAEC,MAAM,EAAEC,cAAc,EAAG;EACpE,OACCD,MAAM,CAACE,IAAI,KAAK,WAAW,IAC3Bf,WAAW,CAAEa,MAAM,CAACG,KAAK,EAAEF,cAAc,CAACE,KAAM,CAAC;AAEnD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,oBAAoBA,CAAEJ,MAAM,EAAEC,cAAc,EAAG;EAC9D,IAAKD,MAAM,CAACE,IAAI,KAAK,qBAAqB,EAAG;IAC5C,OAAO,CAAEF,MAAM,CAACK,qBAAqB;EACtC;EAEA,IAAK,CAAEJ,cAAc,IAAID,MAAM,CAACE,IAAI,KAAKD,cAAc,CAACC,IAAI,EAAG;IAC9D,OAAO,KAAK;EACb;EAEA,OAAOH,0BAA0B,CAAEC,MAAM,EAAEC,cAAe,CAAC;AAC5D;AAEA,OAAO,SAASK,MAAMA,CAAEC,KAAK,GAAG,IAAI,EAAEP,MAAM,EAAG;EAC9C,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,iBAAiB;MACrB,OAAOF,MAAM,CAACM,MAAM;EACtB;EAEA,OAAOC,KAAK;AACb;AAEA,OAAO,SAASC,UAAUA,CAAED,KAAK,GAAG,IAAI,EAAEP,MAAM,EAAG;EAClD,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,yBAAyB;MAC7B,OAAOF,MAAM,CAACS,EAAE;EAClB;EAEA,OAAOF,KAAK;AACb;AAEA,OAAO,SAASG,QAAQA,CAAEH,KAAK,GAAG,IAAI,EAAEP,MAAM,EAAG;EAChD,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,iBAAiB;MACrB,OAAOF,MAAM,CAACU,QAAQ;EACxB;EAEA,OAAOH,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASI,QAAQA,CAAEJ,KAAK,GAAG;EAAEK,OAAO,EAAE;AAAK,CAAC,EAAEZ,MAAM,EAAG;EAC7D,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,uBAAuB;MAC3B,OAAO;QACN,GAAGK,KAAK;QACRK,OAAO,EAAEZ,MAAM,CAACY;MACjB,CAAC;EACH;EAEA,OAAOL,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASM,MAAMA,CAAEN,KAAK,GAAG,CAAC,CAAC,EAAEP,MAAM,EAAG;EAC5C,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,2BAA2B;IAChC,KAAK,4BAA4B;MAChC,OAAO;QACNY,OAAO,EAAEd,MAAM,CAACE,IAAI,KAAK,2BAA2B;QACpDa,OAAO,EAAEf,MAAM,CAACe,OAAO,IAAI,CAAC;MAC7B,CAAC;EACH;EAEA,OAAOR,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASS,QAAQA,CAAET,KAAK,GAAG,CAAC,CAAC,EAAEP,MAAM,EAAG;EAC9C,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,2BAA2B;IAChC,KAAK,4BAA4B;MAChC,OAAO;QACNY,OAAO,EAAEd,MAAM,CAACE,IAAI,KAAK;MAC1B,CAAC;EACH;EAEA,OAAOK,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASU,QAAQA,CAAEV,KAAK,GAAG;EAAEW,QAAQ,EAAE;AAAM,CAAC,EAAElB,MAAM,EAAG;EAC/D,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,kBAAkB;MACtB,OAAOF,MAAM,CAACmB,IAAI;EACpB;EAEA,OAAOZ,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASa,cAAcA,CAAEb,KAAK,GAAG,CAAC,CAAC,EAAEP,MAAM,EAAG;EACpD,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,kBAAkB;MACtB,OAAO;QAAE,GAAGK,KAAK;QAAE,CAAEP,MAAM,CAACqB,QAAQ,GAAI;MAAK,CAAC;IAE/C,KAAK,oBAAoB;MAAE;QAC1B,MAAM;UAAE,CAAErB,MAAM,CAACqB,QAAQ,GAAIC,eAAe;UAAE,GAAGC;QAAU,CAAC,GAC3DhB,KAAK;QACN,OAAOgB,SAAS;MACjB;EACD;EACA,OAAOhB,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASiB,kBAAkBA,CAAEjB,KAAK,GAAG,CAAC,CAAC,EAAEP,MAAM,EAAG;EACxD,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,sBAAsB;MAC1B,OAAO;QAAE,GAAGK,KAAK;QAAE,CAAEP,MAAM,CAACqB,QAAQ,GAAI;MAAK,CAAC;IAE/C,KAAK,wBAAwB;MAAE;QAC9B,MAAM;UAAE,CAAErB,MAAM,CAACqB,QAAQ,GAAIC,eAAe;UAAE,GAAGC;QAAU,CAAC,GAC3DhB,KAAK;QACN,OAAOgB,SAAS;MACjB;EACD;EACA,OAAOhB,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASkB,cAAcA,CAAElB,KAAK,GAAGxB,wBAAwB,EAAEiB,MAAM,EAAG;EAC1E,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,wBAAwB;MAC5B,OAAO;QACN,GAAGK,KAAK;QACR,GAAGP,MAAM,CAAC0B;MACX,CAAC;EACH;EAEA,OAAOnB,KAAK;AACb;AAEA,OAAO,SAASoB,aAAaA,CAAEpB,KAAK,GAAG,WAAW,EAAEP,MAAM,EAAG;EAC5D,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,oBAAoB;MACxB,OAAOF,MAAM,CAAC4B,IAAI;EACpB;EAEA,OAAOrB,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASsB,UAAUA,CAAEtB,KAAK,GAAG,SAAS,EAAEP,MAAM,EAAG;EACvD,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,iBAAiB;MACrB,OAAOF,MAAM,CAAC6B,UAAU;EAC1B;EAEA,OAAOtB,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASuB,aAAaA,CAAEvB,KAAK,GAAG,EAAE,EAAEP,MAAM,EAAG;EACnD,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,cAAc;MAClB,IAAK,CAAEK,KAAK,CAACwB,QAAQ,CAAE/B,MAAM,CAACgC,SAAU,CAAC,EAAG;QAC3C,OAAO,CAAE,GAAGzB,KAAK,EAAEP,MAAM,CAACgC,SAAS,CAAE;MACtC;EACF;EAEA,OAAOzB,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAAS0B,kBAAkBA,CAAE1B,KAAK,GAAG,KAAK,EAAEP,MAAM,EAAG;EAC3D,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,yBAAyB;MAC7B,OAAOF,MAAM,CAACkC,MAAM,GAAG,KAAK,GAAG3B,KAAK;IACrC,KAAK,wBAAwB;MAC5B,OAAOP,MAAM,CAACf,KAAK;EACrB;EACA,OAAOsB,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAAS4B,aAAaA,CAAE5B,KAAK,GAAG,KAAK,EAAEP,MAAM,EAAG;EACtD,QAASA,MAAM,CAACE,IAAI;IACnB,KAAK,wBAAwB;MAC5B,OAAOF,MAAM,CAACf,KAAK,GAAG,KAAK,GAAGsB,KAAK;IACpC,KAAK,yBAAyB;MAC7B,OAAOP,MAAM,CAACkC,MAAM;EACtB;EACA,OAAO3B,KAAK;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAAS6B,iBAAiBA,CAAE7B,KAAK,GAAG;EAAE8B,OAAO,EAAE;AAAK,CAAC,EAAG;EAC9D,OAAO9B,KAAK;AACb;AAEA,eAAezB,eAAe,CAAE;EAC/BwB,MAAM;EACNI,QAAQ;EACRF,UAAU;EACVK,MAAM;EACNG,QAAQ;EACRC,QAAQ;EACRN,QAAQ;EACRS,cAAc;EACdK,cAAc;EACdD,kBAAkB;EAClBG,aAAa;EACbE,UAAU;EACVC,aAAa;EACbG,kBAAkB;EAClBE,aAAa;EACbC;AACD,CAAE,CAAC"}
@@ -562,9 +562,14 @@
562
562
  font-size: 13px;
563
563
  }
564
564
 
565
- .entities-saved-states__change-summary {
565
+ .entities-saved-states__changes {
566
566
  color: #757575;
567
567
  font-size: 12px;
568
+ margin: 8px 16px 0 16px;
569
+ list-style: disc;
570
+ }
571
+ .entities-saved-states__changes li {
572
+ margin-bottom: 4px;
568
573
  }
569
574
 
570
575
  .editor-error-boundary {
@@ -562,9 +562,14 @@
562
562
  font-size: 13px;
563
563
  }
564
564
 
565
- .entities-saved-states__change-summary {
565
+ .entities-saved-states__changes {
566
566
  color: #757575;
567
567
  font-size: 12px;
568
+ margin: 8px 16px 0 16px;
569
+ list-style: disc;
570
+ }
571
+ .entities-saved-states__changes li {
572
+ margin-bottom: 4px;
568
573
  }
569
574
 
570
575
  .editor-error-boundary {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/editor",
3
- "version": "13.28.0",
3
+ "version": "13.28.2",
4
4
  "description": "Enhanced block editor for WordPress posts.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -31,36 +31,36 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.16.0",
34
- "@wordpress/a11y": "^3.51.0",
35
- "@wordpress/api-fetch": "^6.48.0",
36
- "@wordpress/blob": "^3.51.0",
37
- "@wordpress/block-editor": "^12.19.0",
38
- "@wordpress/blocks": "^12.28.0",
39
- "@wordpress/commands": "^0.22.0",
40
- "@wordpress/components": "^26.0.0",
41
- "@wordpress/compose": "^6.28.0",
42
- "@wordpress/core-data": "^6.28.0",
43
- "@wordpress/data": "^9.21.0",
44
- "@wordpress/date": "^4.51.0",
45
- "@wordpress/deprecated": "^3.51.0",
46
- "@wordpress/dom": "^3.51.0",
47
- "@wordpress/element": "^5.28.0",
48
- "@wordpress/hooks": "^3.51.0",
49
- "@wordpress/html-entities": "^3.51.0",
50
- "@wordpress/i18n": "^4.51.0",
51
- "@wordpress/icons": "^9.42.0",
52
- "@wordpress/keyboard-shortcuts": "^4.28.0",
53
- "@wordpress/keycodes": "^3.51.0",
54
- "@wordpress/media-utils": "^4.42.0",
55
- "@wordpress/notices": "^4.19.0",
56
- "@wordpress/patterns": "^1.12.0",
57
- "@wordpress/preferences": "^3.28.0",
58
- "@wordpress/private-apis": "^0.33.0",
59
- "@wordpress/reusable-blocks": "^4.28.0",
60
- "@wordpress/rich-text": "^6.28.0",
61
- "@wordpress/server-side-render": "^4.28.0",
62
- "@wordpress/url": "^3.52.0",
63
- "@wordpress/wordcount": "^3.51.0",
34
+ "@wordpress/a11y": "^3.51.1",
35
+ "@wordpress/api-fetch": "^6.48.1",
36
+ "@wordpress/blob": "^3.51.1",
37
+ "@wordpress/block-editor": "^12.19.2",
38
+ "@wordpress/blocks": "^12.28.2",
39
+ "@wordpress/commands": "^0.22.2",
40
+ "@wordpress/components": "^26.0.2",
41
+ "@wordpress/compose": "^6.28.1",
42
+ "@wordpress/core-data": "^6.28.2",
43
+ "@wordpress/data": "^9.21.1",
44
+ "@wordpress/date": "^4.51.1",
45
+ "@wordpress/deprecated": "^3.51.1",
46
+ "@wordpress/dom": "^3.51.1",
47
+ "@wordpress/element": "^5.28.1",
48
+ "@wordpress/hooks": "^3.51.1",
49
+ "@wordpress/html-entities": "^3.51.1",
50
+ "@wordpress/i18n": "^4.51.1",
51
+ "@wordpress/icons": "^9.42.1",
52
+ "@wordpress/keyboard-shortcuts": "^4.28.1",
53
+ "@wordpress/keycodes": "^3.51.1",
54
+ "@wordpress/media-utils": "^4.42.1",
55
+ "@wordpress/notices": "^4.19.1",
56
+ "@wordpress/patterns": "^1.12.2",
57
+ "@wordpress/preferences": "^3.28.2",
58
+ "@wordpress/private-apis": "^0.33.1",
59
+ "@wordpress/reusable-blocks": "^4.28.2",
60
+ "@wordpress/rich-text": "^6.28.2",
61
+ "@wordpress/server-side-render": "^4.28.2",
62
+ "@wordpress/url": "^3.52.1",
63
+ "@wordpress/wordcount": "^3.51.1",
64
64
  "classnames": "^2.3.1",
65
65
  "date-fns": "^2.28.0",
66
66
  "memize": "^2.1.0",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "eb796371e9630636a4a8837033807b0c4a06ed67"
78
+ "gitHead": "730beb7fd33d3382d6032c3f33e451625a0fcf36"
79
79
  }
@@ -7,7 +7,9 @@ import { dispatch } from '@wordpress/data';
7
7
  * Internal dependencies
8
8
  */
9
9
  import { unlock } from '../lock-unlock';
10
+ import patternOverrides from './pattern-overrides';
10
11
  import postMeta from './post-meta';
11
12
 
12
13
  const { registerBlockBindingsSource } = unlock( dispatch( blockEditorStore ) );
14
+ registerBlockBindingsSource( patternOverrides );
13
15
  registerBlockBindingsSource( postMeta );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { _x } from '@wordpress/i18n';
5
+
6
+ export default {
7
+ name: 'core/pattern-overrides',
8
+ label: _x( 'Pattern Overrides', 'block bindings source' ),
9
+ useSource: null,
10
+ lockAttributesEditing: false,
11
+ };
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { useEntityProp } from '@wordpress/core-data';
5
5
  import { useSelect } from '@wordpress/data';
6
- import { __ } from '@wordpress/i18n';
6
+ import { _x } from '@wordpress/i18n';
7
7
  /**
8
8
  * Internal dependencies
9
9
  */
@@ -11,7 +11,7 @@ import { store as editorStore } from '../store';
11
11
 
12
12
  export default {
13
13
  name: 'core/post-meta',
14
- label: __( 'Post Meta' ),
14
+ label: _x( 'Post Meta', 'block bindings source' ),
15
15
  useSource( props, sourceAttributes ) {
16
16
  const { getCurrentPostType } = useSelect( editorStore );
17
17
  const { context } = props;
@@ -38,5 +38,4 @@ export default {
38
38
  useValue: [ metaValue, updateMetaValue ],
39
39
  };
40
40
  },
41
- lockAttributesEditing: true,
42
41
  };
@@ -40,6 +40,17 @@ const {
40
40
 
41
41
  const noop = () => {};
42
42
 
43
+ /**
44
+ * These post types have a special editor where they don't allow you to fill the title
45
+ * and they don't apply the layout styles.
46
+ */
47
+ const DESIGN_POST_TYPES = [
48
+ 'wp_block',
49
+ 'wp_template',
50
+ 'wp_navigation',
51
+ 'wp_template_part',
52
+ ];
53
+
43
54
  /**
44
55
  * Given an array of nested blocks, find the first Post Content
45
56
  * block inside it, recursing through any nesting levels,
@@ -93,6 +104,7 @@ function EditorCanvas( {
93
104
  wrapperUniqueId,
94
105
  deviceType,
95
106
  showEditorPadding,
107
+ isDesignPostType,
96
108
  } = useSelect( ( select ) => {
97
109
  const {
98
110
  getCurrentPostId,
@@ -110,7 +122,7 @@ function EditorCanvas( {
110
122
 
111
123
  if ( postTypeSlug === 'wp_block' ) {
112
124
  _wrapperBlockName = 'core/block';
113
- } else if ( ! _renderingMode === 'post-only' ) {
125
+ } else if ( _renderingMode === 'post-only' ) {
114
126
  _wrapperBlockName = 'core/post-content';
115
127
  }
116
128
 
@@ -130,6 +142,7 @@ function EditorCanvas( {
130
142
  return {
131
143
  renderingMode: _renderingMode,
132
144
  postContentAttributes: editorSettings.postContentAttributes,
145
+ isDesignPostType: DESIGN_POST_TYPES.includes( postTypeSlug ),
133
146
  // Post template fetch returns a 404 on classic themes, which
134
147
  // messes with e2e tests, so check it's a block theme first.
135
148
  editedPostTemplate:
@@ -164,7 +177,7 @@ function EditorCanvas( {
164
177
  // fallbackLayout is used if there is no Post Content,
165
178
  // and for Post Title.
166
179
  const fallbackLayout = useMemo( () => {
167
- if ( renderingMode !== 'post-only' ) {
180
+ if ( renderingMode !== 'post-only' || isDesignPostType ) {
168
181
  return { type: 'default' };
169
182
  }
170
183
 
@@ -175,7 +188,12 @@ function EditorCanvas( {
175
188
  }
176
189
  // Set default layout for classic themes so all alignments are supported.
177
190
  return { type: 'default' };
178
- }, [ renderingMode, themeSupportsLayout, globalLayoutSettings ] );
191
+ }, [
192
+ renderingMode,
193
+ themeSupportsLayout,
194
+ globalLayoutSettings,
195
+ isDesignPostType,
196
+ ] );
179
197
 
180
198
  const newestPostContentAttributes = useMemo( () => {
181
199
  if (
@@ -318,7 +336,8 @@ function EditorCanvas( {
318
336
  >
319
337
  { themeSupportsLayout &&
320
338
  ! themeHasDisabledLayoutStyles &&
321
- renderingMode === 'post-only' && (
339
+ renderingMode === 'post-only' &&
340
+ ! isDesignPostType && (
322
341
  <>
323
342
  <LayoutStyle
324
343
  selector=".editor-editor-canvas__post-title-wrapper"
@@ -337,7 +356,7 @@ function EditorCanvas( {
337
356
  ) }
338
357
  </>
339
358
  ) }
340
- { renderingMode === 'post-only' && (
359
+ { renderingMode === 'post-only' && ! isDesignPostType && (
341
360
  <div
342
361
  className={ classnames(
343
362
  'editor-editor-canvas__post-title-wrapper',
@@ -367,7 +386,7 @@ function EditorCanvas( {
367
386
  className={ classnames(
368
387
  className,
369
388
  'is-' + deviceType.toLowerCase() + '-preview',
370
- renderingMode !== 'post-only'
389
+ renderingMode !== 'post-only' || isDesignPostType
371
390
  ? 'wp-site-blocks'
372
391
  : `${ blockListLayoutClass } wp-block-post-content` // Ensure root level blocks receive default/flow blockGap styling rules.
373
392
  ) }
@@ -55,9 +55,11 @@ function GlobalStylesDescription( { record } ) {
55
55
  }
56
56
  );
57
57
  return globalStylesChanges.length ? (
58
- <PanelRow className="entities-saved-states__change-summary">
59
- { globalStylesChanges.join( ', ' ) }.
60
- </PanelRow>
58
+ <ul className="entities-saved-states__changes">
59
+ { globalStylesChanges.map( ( change ) => (
60
+ <li key={ change }>{ change }</li>
61
+ ) ) }
62
+ </ul>
61
63
  ) : null;
62
64
  }
63
65
 
@@ -20,7 +20,13 @@
20
20
  font-size: $default-font-size;
21
21
  }
22
22
 
23
- .entities-saved-states__change-summary {
23
+ .entities-saved-states__changes {
24
24
  color: $gray-700;
25
25
  font-size: $helptext-font-size;
26
+ margin: $grid-unit-10 $grid-unit-20 0 $grid-unit-20;
27
+ list-style: disc;
28
+
29
+ li {
30
+ margin-bottom: $grid-unit-05;
31
+ }
26
32
  }
@@ -585,7 +585,7 @@ export function updateEditorSettings( settings ) {
585
585
  * - `post-only`: This mode extracts the post blocks from the template and renders only those. The idea is to allow the user to edit the post/page in isolation without the wrapping template.
586
586
  * - `template-locked`: This mode renders both the template and the post blocks but the template blocks are locked and can't be edited. The post blocks are editable.
587
587
  *
588
- * @param {string} mode Mode (one of 'post-only', 'template-locked' or 'all').
588
+ * @param {string} mode Mode (one of 'post-only' or 'template-locked').
589
589
  */
590
590
  export const setRenderingMode =
591
591
  ( mode ) =>
@@ -266,7 +266,7 @@ export function editorSettings( state = EDITOR_SETTINGS_DEFAULTS, action ) {
266
266
  return state;
267
267
  }
268
268
 
269
- export function renderingMode( state = 'all', action ) {
269
+ export function renderingMode( state = 'post-only', action ) {
270
270
  switch ( action.type ) {
271
271
  case 'SET_RENDERING_MODE':
272
272
  return action.mode;