@wordpress/block-library 9.7.1-next.1f6eadc42.0 → 9.8.0

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 (114) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/build/categories/edit.js +38 -17
  3. package/build/categories/edit.js.map +1 -1
  4. package/build/categories/index.js +10 -3
  5. package/build/categories/index.js.map +1 -1
  6. package/build/categories/variations.js +43 -0
  7. package/build/categories/variations.js.map +1 -0
  8. package/build/embed/edit.js +1 -0
  9. package/build/embed/edit.js.map +1 -1
  10. package/build/embed/edit.native.js +1 -0
  11. package/build/embed/edit.native.js.map +1 -1
  12. package/build/embed/embed-preview.js +80 -100
  13. package/build/embed/embed-preview.js.map +1 -1
  14. package/build/embed/embed-preview.native.js +1 -0
  15. package/build/embed/embed-preview.native.js.map +1 -1
  16. package/build/form/view.js +1 -0
  17. package/build/form/view.js.map +1 -1
  18. package/build/image/image.js +5 -2
  19. package/build/image/image.js.map +1 -1
  20. package/build/index.js +1 -0
  21. package/build/index.js.map +1 -1
  22. package/build/navigation-submenu/index.js +13 -0
  23. package/build/navigation-submenu/index.js.map +1 -1
  24. package/build/post-template/edit.js +6 -1
  25. package/build/post-template/edit.js.map +1 -1
  26. package/build/post-title/index.js +1 -4
  27. package/build/post-title/index.js.map +1 -1
  28. package/build/query/edit/inspector-controls/format-controls.js +102 -0
  29. package/build/query/edit/inspector-controls/format-controls.js.map +1 -0
  30. package/build/query/edit/inspector-controls/index.js +45 -9
  31. package/build/query/edit/inspector-controls/index.js.map +1 -1
  32. package/build/query/edit/query-content.js +26 -10
  33. package/build/query/edit/query-content.js.map +1 -1
  34. package/build/query/index.js +3 -1
  35. package/build/query/index.js.map +1 -1
  36. package/build/query/utils.js +12 -1
  37. package/build/query/utils.js.map +1 -1
  38. package/build/site-title/index.js +1 -4
  39. package/build/site-title/index.js.map +1 -1
  40. package/build/social-link/edit.js +13 -11
  41. package/build/social-link/edit.js.map +1 -1
  42. package/build-module/categories/edit.js +40 -19
  43. package/build-module/categories/edit.js.map +1 -1
  44. package/build-module/categories/index.js +10 -3
  45. package/build-module/categories/index.js.map +1 -1
  46. package/build-module/categories/variations.js +36 -0
  47. package/build-module/categories/variations.js.map +1 -0
  48. package/build-module/embed/edit.js +1 -0
  49. package/build-module/embed/edit.js.map +1 -1
  50. package/build-module/embed/edit.native.js +1 -0
  51. package/build-module/embed/edit.native.js.map +1 -1
  52. package/build-module/embed/embed-preview.js +80 -100
  53. package/build-module/embed/embed-preview.js.map +1 -1
  54. package/build-module/embed/embed-preview.native.js +1 -0
  55. package/build-module/embed/embed-preview.native.js.map +1 -1
  56. package/build-module/form/view.js +1 -0
  57. package/build-module/form/view.js.map +1 -1
  58. package/build-module/image/image.js +5 -2
  59. package/build-module/image/image.js.map +1 -1
  60. package/build-module/index.js +1 -0
  61. package/build-module/index.js.map +1 -1
  62. package/build-module/navigation-submenu/index.js +13 -0
  63. package/build-module/navigation-submenu/index.js.map +1 -1
  64. package/build-module/post-template/edit.js +6 -1
  65. package/build-module/post-template/edit.js.map +1 -1
  66. package/build-module/post-title/index.js +1 -4
  67. package/build-module/post-title/index.js.map +1 -1
  68. package/build-module/query/edit/inspector-controls/format-controls.js +96 -0
  69. package/build-module/query/edit/inspector-controls/format-controls.js.map +1 -0
  70. package/build-module/query/edit/inspector-controls/index.js +45 -9
  71. package/build-module/query/edit/inspector-controls/index.js.map +1 -1
  72. package/build-module/query/edit/query-content.js +27 -11
  73. package/build-module/query/edit/query-content.js.map +1 -1
  74. package/build-module/query/index.js +3 -1
  75. package/build-module/query/index.js.map +1 -1
  76. package/build-module/query/utils.js +12 -1
  77. package/build-module/query/utils.js.map +1 -1
  78. package/build-module/site-title/index.js +1 -4
  79. package/build-module/site-title/index.js.map +1 -1
  80. package/build-module/social-link/edit.js +14 -12
  81. package/build-module/social-link/edit.js.map +1 -1
  82. package/build-style/editor-rtl.css +1 -1
  83. package/build-style/editor.css +1 -1
  84. package/build-style/gallery/editor-rtl.css +1 -1
  85. package/build-style/gallery/editor.css +1 -1
  86. package/build-style/post-title/style-rtl.css +4 -18
  87. package/build-style/post-title/style.css +4 -18
  88. package/build-style/site-title/style-rtl.css +4 -18
  89. package/build-style/site-title/style.css +4 -18
  90. package/build-style/style-rtl.css +8 -36
  91. package/build-style/style.css +8 -36
  92. package/package.json +35 -35
  93. package/src/categories/block.json +7 -2
  94. package/src/categories/edit.js +69 -30
  95. package/src/categories/index.js +2 -0
  96. package/src/categories/index.php +21 -9
  97. package/src/categories/variations.js +40 -0
  98. package/src/comments-pagination-next/index.php +1 -1
  99. package/src/comments-pagination-previous/index.php +2 -1
  100. package/src/embed/embed-preview.js +96 -112
  101. package/src/image/image.js +2 -1
  102. package/src/navigation-submenu/block.json +13 -0
  103. package/src/post-template/edit.js +6 -0
  104. package/src/post-template/index.php +5 -0
  105. package/src/post-title/block.json +1 -4
  106. package/src/post-title/style.scss +4 -21
  107. package/src/query/block.json +3 -1
  108. package/src/query/edit/inspector-controls/format-controls.js +90 -0
  109. package/src/query/edit/inspector-controls/index.js +68 -9
  110. package/src/query/edit/query-content.js +38 -5
  111. package/src/query/utils.js +16 -1
  112. package/src/site-title/block.json +1 -4
  113. package/src/site-title/style.scss +4 -21
  114. package/src/social-link/edit.js +11 -7
@@ -1 +1 @@
1
- {"version":3,"names":["_clsx","_interopRequireDefault","require","_element","_data","_i18n","_blockEditor","_components","_coreData","_icons","_jsxRuntime","TEMPLATE","PostTemplateInnerBlocks","classList","innerBlocksProps","useInnerBlocksProps","className","clsx","template","__unstableDisableLayoutClassNames","jsx","PostTemplateBlockPreview","blocks","blockContextId","isHidden","setActiveBlockContextId","blockPreviewProps","useBlockPreview","props","handleOnClick","style","display","undefined","tabIndex","role","onClick","onKeyPress","MemoizedPostTemplateBlockPreview","memo","PostTemplateEdit","setAttributes","clientId","context","query","perPage","offset","postType","order","orderBy","author","search","exclude","sticky","inherit","taxQuery","parents","pages","restQueryArgs","templateSlug","previewPostType","attributes","layout","__unstableLayoutClassNames","type","layoutType","columnCount","activeBlockContextId","useState","posts","useSelect","select","getEntityRecords","getTaxonomies","coreStore","getBlocks","blockEditorStore","templateCategory","startsWith","per_page","_fields","slug","replace","orderby","taxonomies","builtTaxQuery","Object","entries","reduce","accumulator","taxonomySlug","terms","taxonomy","find","rest_base","keys","length","assign","parent","categories","id","usedPostType","blockContexts","useMemo","map","post","_post$class_list","postId","class_list","blockProps","useBlockProps","children","Spinner","jsxs","__","setDisplayLayout","newDisplayLayout","displayLayoutControls","icon","list","title","_x","isActive","grid","Fragment","BlockControls","ToolbarGroup","controls","blockContext","BlockContextProvider","value"],"sources":["@wordpress/block-library/src/post-template/edit.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * WordPress dependencies\n */\nimport { memo, useMemo, useState } from '@wordpress/element';\nimport { useSelect } from '@wordpress/data';\nimport { __, _x } from '@wordpress/i18n';\nimport {\n\tBlockControls,\n\tBlockContextProvider,\n\t__experimentalUseBlockPreview as useBlockPreview,\n\tuseBlockProps,\n\tuseInnerBlocksProps,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { Spinner, ToolbarGroup } from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { list, grid } from '@wordpress/icons';\n\nconst TEMPLATE = [\n\t[ 'core/post-title' ],\n\t[ 'core/post-date' ],\n\t[ 'core/post-excerpt' ],\n];\n\nfunction PostTemplateInnerBlocks( { classList } ) {\n\tconst innerBlocksProps = useInnerBlocksProps(\n\t\t{ className: clsx( 'wp-block-post', classList ) },\n\t\t{ template: TEMPLATE, __unstableDisableLayoutClassNames: true }\n\t);\n\treturn <li { ...innerBlocksProps } />;\n}\n\nfunction PostTemplateBlockPreview( {\n\tblocks,\n\tblockContextId,\n\tclassList,\n\tisHidden,\n\tsetActiveBlockContextId,\n} ) {\n\tconst blockPreviewProps = useBlockPreview( {\n\t\tblocks,\n\t\tprops: {\n\t\t\tclassName: clsx( 'wp-block-post', classList ),\n\t\t},\n\t} );\n\n\tconst handleOnClick = () => {\n\t\tsetActiveBlockContextId( blockContextId );\n\t};\n\n\tconst style = {\n\t\tdisplay: isHidden ? 'none' : undefined,\n\t};\n\n\treturn (\n\t\t<li\n\t\t\t{ ...blockPreviewProps }\n\t\t\ttabIndex={ 0 }\n\t\t\t// eslint-disable-next-line jsx-a11y/no-noninteractive-element-to-interactive-role\n\t\t\trole=\"button\"\n\t\t\tonClick={ handleOnClick }\n\t\t\tonKeyPress={ handleOnClick }\n\t\t\tstyle={ style }\n\t\t/>\n\t);\n}\n\nconst MemoizedPostTemplateBlockPreview = memo( PostTemplateBlockPreview );\n\nexport default function PostTemplateEdit( {\n\tsetAttributes,\n\tclientId,\n\tcontext: {\n\t\tquery: {\n\t\t\tperPage,\n\t\t\toffset = 0,\n\t\t\tpostType,\n\t\t\torder,\n\t\t\torderBy,\n\t\t\tauthor,\n\t\t\tsearch,\n\t\t\texclude,\n\t\t\tsticky,\n\t\t\tinherit,\n\t\t\ttaxQuery,\n\t\t\tparents,\n\t\t\tpages,\n\t\t\t// We gather extra query args to pass to the REST API call.\n\t\t\t// This way extenders of Query Loop can add their own query args,\n\t\t\t// and have accurate previews in the editor.\n\t\t\t// Noting though that these args should either be supported by the\n\t\t\t// REST API or be handled by custom REST filters like `rest_{$this->post_type}_query`.\n\t\t\t...restQueryArgs\n\t\t} = {},\n\t\ttemplateSlug,\n\t\tpreviewPostType,\n\t},\n\tattributes: { layout },\n\t__unstableLayoutClassNames,\n} ) {\n\tconst { type: layoutType, columnCount = 3 } = layout || {};\n\tconst [ activeBlockContextId, setActiveBlockContextId ] = useState();\n\tconst { posts, blocks } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getEntityRecords, getTaxonomies } = select( coreStore );\n\t\t\tconst { getBlocks } = select( blockEditorStore );\n\t\t\tconst templateCategory =\n\t\t\t\tinherit &&\n\t\t\t\ttemplateSlug?.startsWith( 'category-' ) &&\n\t\t\t\tgetEntityRecords( 'taxonomy', 'category', {\n\t\t\t\t\tcontext: 'view',\n\t\t\t\t\tper_page: 1,\n\t\t\t\t\t_fields: [ 'id' ],\n\t\t\t\t\tslug: templateSlug.replace( 'category-', '' ),\n\t\t\t\t} );\n\t\t\tconst query = {\n\t\t\t\toffset: offset || 0,\n\t\t\t\torder,\n\t\t\t\torderby: orderBy,\n\t\t\t};\n\t\t\t// There is no need to build the taxQuery if we inherit.\n\t\t\tif ( taxQuery && ! inherit ) {\n\t\t\t\tconst taxonomies = getTaxonomies( {\n\t\t\t\t\ttype: postType,\n\t\t\t\t\tper_page: -1,\n\t\t\t\t\tcontext: 'view',\n\t\t\t\t} );\n\t\t\t\t// We have to build the tax query for the REST API and use as\n\t\t\t\t// keys the taxonomies `rest_base` with the `term ids` as values.\n\t\t\t\tconst builtTaxQuery = Object.entries( taxQuery ).reduce(\n\t\t\t\t\t( accumulator, [ taxonomySlug, terms ] ) => {\n\t\t\t\t\t\tconst taxonomy = taxonomies?.find(\n\t\t\t\t\t\t\t( { slug } ) => slug === taxonomySlug\n\t\t\t\t\t\t);\n\t\t\t\t\t\tif ( taxonomy?.rest_base ) {\n\t\t\t\t\t\t\taccumulator[ taxonomy?.rest_base ] = terms;\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn accumulator;\n\t\t\t\t\t},\n\t\t\t\t\t{}\n\t\t\t\t);\n\t\t\t\tif ( !! Object.keys( builtTaxQuery ).length ) {\n\t\t\t\t\tObject.assign( query, builtTaxQuery );\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( perPage ) {\n\t\t\t\tquery.per_page = perPage;\n\t\t\t}\n\t\t\tif ( author ) {\n\t\t\t\tquery.author = author;\n\t\t\t}\n\t\t\tif ( search ) {\n\t\t\t\tquery.search = search;\n\t\t\t}\n\t\t\tif ( exclude?.length ) {\n\t\t\t\tquery.exclude = exclude;\n\t\t\t}\n\t\t\tif ( parents?.length ) {\n\t\t\t\tquery.parent = parents;\n\t\t\t}\n\t\t\t// If sticky is not set, it will return all posts in the results.\n\t\t\t// If sticky is set to `only`, it will limit the results to sticky posts only.\n\t\t\t// If it is anything else, it will exclude sticky posts from results. For the record the value stored is `exclude`.\n\t\t\tif ( sticky ) {\n\t\t\t\tquery.sticky = sticky === 'only';\n\t\t\t}\n\t\t\t// If `inherit` is truthy, adjust conditionally the query to create a better preview.\n\t\t\tif ( inherit ) {\n\t\t\t\t// Change the post-type if needed.\n\t\t\t\tif ( templateSlug?.startsWith( 'archive-' ) ) {\n\t\t\t\t\tquery.postType = templateSlug.replace( 'archive-', '' );\n\t\t\t\t\tpostType = query.postType;\n\t\t\t\t} else if ( templateCategory ) {\n\t\t\t\t\tquery.categories = templateCategory[ 0 ]?.id;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// When we preview Query Loop blocks we should prefer the current\n\t\t\t// block's postType, which is passed through block context.\n\t\t\tconst usedPostType = previewPostType || postType;\n\t\t\treturn {\n\t\t\t\tposts: getEntityRecords( 'postType', usedPostType, {\n\t\t\t\t\t...query,\n\t\t\t\t\t...restQueryArgs,\n\t\t\t\t} ),\n\t\t\t\tblocks: getBlocks( clientId ),\n\t\t\t};\n\t\t},\n\t\t[\n\t\t\tperPage,\n\t\t\toffset,\n\t\t\torder,\n\t\t\torderBy,\n\t\t\tclientId,\n\t\t\tauthor,\n\t\t\tsearch,\n\t\t\tpostType,\n\t\t\texclude,\n\t\t\tsticky,\n\t\t\tinherit,\n\t\t\ttemplateSlug,\n\t\t\ttaxQuery,\n\t\t\tparents,\n\t\t\trestQueryArgs,\n\t\t\tpreviewPostType,\n\t\t]\n\t);\n\tconst blockContexts = useMemo(\n\t\t() =>\n\t\t\tposts?.map( ( post ) => ( {\n\t\t\t\tpostType: post.type,\n\t\t\t\tpostId: post.id,\n\t\t\t\tclassList: post.class_list ?? '',\n\t\t\t} ) ),\n\t\t[ posts ]\n\t);\n\n\tconst blockProps = useBlockProps( {\n\t\tclassName: clsx( __unstableLayoutClassNames, {\n\t\t\t[ `columns-${ columnCount }` ]:\n\t\t\t\tlayoutType === 'grid' && columnCount, // Ensure column count is flagged via classname for backwards compatibility.\n\t\t} ),\n\t} );\n\n\tif ( ! posts ) {\n\t\treturn (\n\t\t\t<p { ...blockProps }>\n\t\t\t\t<Spinner />\n\t\t\t</p>\n\t\t);\n\t}\n\n\tif ( ! posts.length ) {\n\t\treturn <p { ...blockProps }> { __( 'No results found.' ) }</p>;\n\t}\n\n\tconst setDisplayLayout = ( newDisplayLayout ) =>\n\t\tsetAttributes( {\n\t\t\tlayout: { ...layout, ...newDisplayLayout },\n\t\t} );\n\n\tconst displayLayoutControls = [\n\t\t{\n\t\t\ticon: list,\n\t\t\ttitle: _x( 'List view', 'Post template block display setting' ),\n\t\t\tonClick: () => setDisplayLayout( { type: 'default' } ),\n\t\t\tisActive: layoutType === 'default' || layoutType === 'constrained',\n\t\t},\n\t\t{\n\t\t\ticon: grid,\n\t\t\ttitle: _x( 'Grid view', 'Post template block display setting' ),\n\t\t\tonClick: () =>\n\t\t\t\tsetDisplayLayout( {\n\t\t\t\t\ttype: 'grid',\n\t\t\t\t\tcolumnCount,\n\t\t\t\t} ),\n\t\t\tisActive: layoutType === 'grid',\n\t\t},\n\t];\n\n\t// To avoid flicker when switching active block contexts, a preview is rendered\n\t// for each block context, but the preview for the active block context is hidden.\n\t// This ensures that when it is displayed again, the cached rendering of the\n\t// block preview is used, instead of having to re-render the preview from scratch.\n\treturn (\n\t\t<>\n\t\t\t<BlockControls>\n\t\t\t\t<ToolbarGroup controls={ displayLayoutControls } />\n\t\t\t</BlockControls>\n\n\t\t\t<ul { ...blockProps }>\n\t\t\t\t{ blockContexts &&\n\t\t\t\t\tblockContexts.map( ( blockContext ) => (\n\t\t\t\t\t\t<BlockContextProvider\n\t\t\t\t\t\t\tkey={ blockContext.postId }\n\t\t\t\t\t\t\tvalue={ blockContext }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t{ blockContext.postId ===\n\t\t\t\t\t\t\t( activeBlockContextId ||\n\t\t\t\t\t\t\t\tblockContexts[ 0 ]?.postId ) ? (\n\t\t\t\t\t\t\t\t<PostTemplateInnerBlocks\n\t\t\t\t\t\t\t\t\tclassList={ blockContext.classList }\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t) : null }\n\t\t\t\t\t\t\t<MemoizedPostTemplateBlockPreview\n\t\t\t\t\t\t\t\tblocks={ blocks }\n\t\t\t\t\t\t\t\tblockContextId={ blockContext.postId }\n\t\t\t\t\t\t\t\tclassList={ blockContext.classList }\n\t\t\t\t\t\t\t\tsetActiveBlockContextId={\n\t\t\t\t\t\t\t\t\tsetActiveBlockContextId\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tisHidden={\n\t\t\t\t\t\t\t\t\tblockContext.postId ===\n\t\t\t\t\t\t\t\t\t( activeBlockContextId ||\n\t\t\t\t\t\t\t\t\t\tblockContexts[ 0 ]?.postId )\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</BlockContextProvider>\n\t\t\t\t\t) ) }\n\t\t\t</ul>\n\t\t</>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_clsx","_interopRequireDefault","require","_element","_data","_i18n","_blockEditor","_components","_coreData","_icons","_jsxRuntime","TEMPLATE","PostTemplateInnerBlocks","classList","innerBlocksProps","useInnerBlocksProps","className","clsx","template","__unstableDisableLayoutClassNames","jsx","PostTemplateBlockPreview","blocks","blockContextId","isHidden","setActiveBlockContextId","blockPreviewProps","useBlockPreview","props","handleOnClick","style","display","undefined","tabIndex","role","onClick","onKeyPress","MemoizedPostTemplateBlockPreview","memo","PostTemplateEdit","setAttributes","clientId","context","query","perPage","offset","postType","order","orderBy","author","search","exclude","sticky","inherit","taxQuery","parents","pages","format","restQueryArgs","templateSlug","previewPostType","attributes","layout","__unstableLayoutClassNames","type","layoutType","columnCount","activeBlockContextId","useState","posts","useSelect","select","getEntityRecords","getTaxonomies","coreStore","getBlocks","blockEditorStore","templateCategory","startsWith","per_page","_fields","slug","replace","orderby","taxonomies","builtTaxQuery","Object","entries","reduce","accumulator","taxonomySlug","terms","taxonomy","find","rest_base","keys","length","assign","parent","categories","id","usedPostType","blockContexts","useMemo","map","post","_post$class_list","postId","class_list","blockProps","useBlockProps","children","Spinner","jsxs","__","setDisplayLayout","newDisplayLayout","displayLayoutControls","icon","list","title","_x","isActive","grid","Fragment","BlockControls","ToolbarGroup","controls","blockContext","BlockContextProvider","value"],"sources":["@wordpress/block-library/src/post-template/edit.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * WordPress dependencies\n */\nimport { memo, useMemo, useState } from '@wordpress/element';\nimport { useSelect } from '@wordpress/data';\nimport { __, _x } from '@wordpress/i18n';\nimport {\n\tBlockControls,\n\tBlockContextProvider,\n\t__experimentalUseBlockPreview as useBlockPreview,\n\tuseBlockProps,\n\tuseInnerBlocksProps,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { Spinner, ToolbarGroup } from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { list, grid } from '@wordpress/icons';\n\nconst TEMPLATE = [\n\t[ 'core/post-title' ],\n\t[ 'core/post-date' ],\n\t[ 'core/post-excerpt' ],\n];\n\nfunction PostTemplateInnerBlocks( { classList } ) {\n\tconst innerBlocksProps = useInnerBlocksProps(\n\t\t{ className: clsx( 'wp-block-post', classList ) },\n\t\t{ template: TEMPLATE, __unstableDisableLayoutClassNames: true }\n\t);\n\treturn <li { ...innerBlocksProps } />;\n}\n\nfunction PostTemplateBlockPreview( {\n\tblocks,\n\tblockContextId,\n\tclassList,\n\tisHidden,\n\tsetActiveBlockContextId,\n} ) {\n\tconst blockPreviewProps = useBlockPreview( {\n\t\tblocks,\n\t\tprops: {\n\t\t\tclassName: clsx( 'wp-block-post', classList ),\n\t\t},\n\t} );\n\n\tconst handleOnClick = () => {\n\t\tsetActiveBlockContextId( blockContextId );\n\t};\n\n\tconst style = {\n\t\tdisplay: isHidden ? 'none' : undefined,\n\t};\n\n\treturn (\n\t\t<li\n\t\t\t{ ...blockPreviewProps }\n\t\t\ttabIndex={ 0 }\n\t\t\t// eslint-disable-next-line jsx-a11y/no-noninteractive-element-to-interactive-role\n\t\t\trole=\"button\"\n\t\t\tonClick={ handleOnClick }\n\t\t\tonKeyPress={ handleOnClick }\n\t\t\tstyle={ style }\n\t\t/>\n\t);\n}\n\nconst MemoizedPostTemplateBlockPreview = memo( PostTemplateBlockPreview );\n\nexport default function PostTemplateEdit( {\n\tsetAttributes,\n\tclientId,\n\tcontext: {\n\t\tquery: {\n\t\t\tperPage,\n\t\t\toffset = 0,\n\t\t\tpostType,\n\t\t\torder,\n\t\t\torderBy,\n\t\t\tauthor,\n\t\t\tsearch,\n\t\t\texclude,\n\t\t\tsticky,\n\t\t\tinherit,\n\t\t\ttaxQuery,\n\t\t\tparents,\n\t\t\tpages,\n\t\t\tformat,\n\t\t\t// We gather extra query args to pass to the REST API call.\n\t\t\t// This way extenders of Query Loop can add their own query args,\n\t\t\t// and have accurate previews in the editor.\n\t\t\t// Noting though that these args should either be supported by the\n\t\t\t// REST API or be handled by custom REST filters like `rest_{$this->post_type}_query`.\n\t\t\t...restQueryArgs\n\t\t} = {},\n\t\ttemplateSlug,\n\t\tpreviewPostType,\n\t},\n\tattributes: { layout },\n\t__unstableLayoutClassNames,\n} ) {\n\tconst { type: layoutType, columnCount = 3 } = layout || {};\n\tconst [ activeBlockContextId, setActiveBlockContextId ] = useState();\n\tconst { posts, blocks } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getEntityRecords, getTaxonomies } = select( coreStore );\n\t\t\tconst { getBlocks } = select( blockEditorStore );\n\t\t\tconst templateCategory =\n\t\t\t\tinherit &&\n\t\t\t\ttemplateSlug?.startsWith( 'category-' ) &&\n\t\t\t\tgetEntityRecords( 'taxonomy', 'category', {\n\t\t\t\t\tcontext: 'view',\n\t\t\t\t\tper_page: 1,\n\t\t\t\t\t_fields: [ 'id' ],\n\t\t\t\t\tslug: templateSlug.replace( 'category-', '' ),\n\t\t\t\t} );\n\t\t\tconst query = {\n\t\t\t\toffset: offset || 0,\n\t\t\t\torder,\n\t\t\t\torderby: orderBy,\n\t\t\t};\n\t\t\t// There is no need to build the taxQuery if we inherit.\n\t\t\tif ( taxQuery && ! inherit ) {\n\t\t\t\tconst taxonomies = getTaxonomies( {\n\t\t\t\t\ttype: postType,\n\t\t\t\t\tper_page: -1,\n\t\t\t\t\tcontext: 'view',\n\t\t\t\t} );\n\t\t\t\t// We have to build the tax query for the REST API and use as\n\t\t\t\t// keys the taxonomies `rest_base` with the `term ids` as values.\n\t\t\t\tconst builtTaxQuery = Object.entries( taxQuery ).reduce(\n\t\t\t\t\t( accumulator, [ taxonomySlug, terms ] ) => {\n\t\t\t\t\t\tconst taxonomy = taxonomies?.find(\n\t\t\t\t\t\t\t( { slug } ) => slug === taxonomySlug\n\t\t\t\t\t\t);\n\t\t\t\t\t\tif ( taxonomy?.rest_base ) {\n\t\t\t\t\t\t\taccumulator[ taxonomy?.rest_base ] = terms;\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn accumulator;\n\t\t\t\t\t},\n\t\t\t\t\t{}\n\t\t\t\t);\n\t\t\t\tif ( !! Object.keys( builtTaxQuery ).length ) {\n\t\t\t\t\tObject.assign( query, builtTaxQuery );\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( perPage ) {\n\t\t\t\tquery.per_page = perPage;\n\t\t\t}\n\t\t\tif ( author ) {\n\t\t\t\tquery.author = author;\n\t\t\t}\n\t\t\tif ( search ) {\n\t\t\t\tquery.search = search;\n\t\t\t}\n\t\t\tif ( exclude?.length ) {\n\t\t\t\tquery.exclude = exclude;\n\t\t\t}\n\t\t\tif ( parents?.length ) {\n\t\t\t\tquery.parent = parents;\n\t\t\t}\n\t\t\tif ( format?.length ) {\n\t\t\t\tquery.format = format;\n\t\t\t}\n\n\t\t\t// If sticky is not set, it will return all posts in the results.\n\t\t\t// If sticky is set to `only`, it will limit the results to sticky posts only.\n\t\t\t// If it is anything else, it will exclude sticky posts from results. For the record the value stored is `exclude`.\n\t\t\tif ( sticky ) {\n\t\t\t\tquery.sticky = sticky === 'only';\n\t\t\t}\n\t\t\t// If `inherit` is truthy, adjust conditionally the query to create a better preview.\n\t\t\tif ( inherit ) {\n\t\t\t\t// Change the post-type if needed.\n\t\t\t\tif ( templateSlug?.startsWith( 'archive-' ) ) {\n\t\t\t\t\tquery.postType = templateSlug.replace( 'archive-', '' );\n\t\t\t\t\tpostType = query.postType;\n\t\t\t\t} else if ( templateCategory ) {\n\t\t\t\t\tquery.categories = templateCategory[ 0 ]?.id;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// When we preview Query Loop blocks we should prefer the current\n\t\t\t// block's postType, which is passed through block context.\n\t\t\tconst usedPostType = previewPostType || postType;\n\t\t\treturn {\n\t\t\t\tposts: getEntityRecords( 'postType', usedPostType, {\n\t\t\t\t\t...query,\n\t\t\t\t\t...restQueryArgs,\n\t\t\t\t} ),\n\t\t\t\tblocks: getBlocks( clientId ),\n\t\t\t};\n\t\t},\n\t\t[\n\t\t\tperPage,\n\t\t\toffset,\n\t\t\torder,\n\t\t\torderBy,\n\t\t\tclientId,\n\t\t\tauthor,\n\t\t\tsearch,\n\t\t\tpostType,\n\t\t\texclude,\n\t\t\tsticky,\n\t\t\tinherit,\n\t\t\ttemplateSlug,\n\t\t\ttaxQuery,\n\t\t\tparents,\n\t\t\tformat,\n\t\t\trestQueryArgs,\n\t\t\tpreviewPostType,\n\t\t]\n\t);\n\tconst blockContexts = useMemo(\n\t\t() =>\n\t\t\tposts?.map( ( post ) => ( {\n\t\t\t\tpostType: post.type,\n\t\t\t\tpostId: post.id,\n\t\t\t\tclassList: post.class_list ?? '',\n\t\t\t} ) ),\n\t\t[ posts ]\n\t);\n\n\tconst blockProps = useBlockProps( {\n\t\tclassName: clsx( __unstableLayoutClassNames, {\n\t\t\t[ `columns-${ columnCount }` ]:\n\t\t\t\tlayoutType === 'grid' && columnCount, // Ensure column count is flagged via classname for backwards compatibility.\n\t\t} ),\n\t} );\n\n\tif ( ! posts ) {\n\t\treturn (\n\t\t\t<p { ...blockProps }>\n\t\t\t\t<Spinner />\n\t\t\t</p>\n\t\t);\n\t}\n\n\tif ( ! posts.length ) {\n\t\treturn <p { ...blockProps }> { __( 'No results found.' ) }</p>;\n\t}\n\n\tconst setDisplayLayout = ( newDisplayLayout ) =>\n\t\tsetAttributes( {\n\t\t\tlayout: { ...layout, ...newDisplayLayout },\n\t\t} );\n\n\tconst displayLayoutControls = [\n\t\t{\n\t\t\ticon: list,\n\t\t\ttitle: _x( 'List view', 'Post template block display setting' ),\n\t\t\tonClick: () => setDisplayLayout( { type: 'default' } ),\n\t\t\tisActive: layoutType === 'default' || layoutType === 'constrained',\n\t\t},\n\t\t{\n\t\t\ticon: grid,\n\t\t\ttitle: _x( 'Grid view', 'Post template block display setting' ),\n\t\t\tonClick: () =>\n\t\t\t\tsetDisplayLayout( {\n\t\t\t\t\ttype: 'grid',\n\t\t\t\t\tcolumnCount,\n\t\t\t\t} ),\n\t\t\tisActive: layoutType === 'grid',\n\t\t},\n\t];\n\n\t// To avoid flicker when switching active block contexts, a preview is rendered\n\t// for each block context, but the preview for the active block context is hidden.\n\t// This ensures that when it is displayed again, the cached rendering of the\n\t// block preview is used, instead of having to re-render the preview from scratch.\n\treturn (\n\t\t<>\n\t\t\t<BlockControls>\n\t\t\t\t<ToolbarGroup controls={ displayLayoutControls } />\n\t\t\t</BlockControls>\n\n\t\t\t<ul { ...blockProps }>\n\t\t\t\t{ blockContexts &&\n\t\t\t\t\tblockContexts.map( ( blockContext ) => (\n\t\t\t\t\t\t<BlockContextProvider\n\t\t\t\t\t\t\tkey={ blockContext.postId }\n\t\t\t\t\t\t\tvalue={ blockContext }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t{ blockContext.postId ===\n\t\t\t\t\t\t\t( activeBlockContextId ||\n\t\t\t\t\t\t\t\tblockContexts[ 0 ]?.postId ) ? (\n\t\t\t\t\t\t\t\t<PostTemplateInnerBlocks\n\t\t\t\t\t\t\t\t\tclassList={ blockContext.classList }\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t) : null }\n\t\t\t\t\t\t\t<MemoizedPostTemplateBlockPreview\n\t\t\t\t\t\t\t\tblocks={ blocks }\n\t\t\t\t\t\t\t\tblockContextId={ blockContext.postId }\n\t\t\t\t\t\t\t\tclassList={ blockContext.classList }\n\t\t\t\t\t\t\t\tsetActiveBlockContextId={\n\t\t\t\t\t\t\t\t\tsetActiveBlockContextId\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tisHidden={\n\t\t\t\t\t\t\t\t\tblockContext.postId ===\n\t\t\t\t\t\t\t\t\t( activeBlockContextId ||\n\t\t\t\t\t\t\t\t\t\tblockContexts[ 0 ]?.postId )\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</BlockContextProvider>\n\t\t\t\t\t) ) }\n\t\t\t</ul>\n\t\t</>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -97,10 +97,7 @@ const metadata = exports.metadata = {
97
97
  }
98
98
  }
99
99
  },
100
- style: "wp-block-post-title",
101
- selectors: {
102
- typography: ".wp-block-post-title, .wp-block-post-title > a"
103
- }
100
+ style: "wp-block-post-title"
104
101
  };
105
102
  const {
106
103
  name
@@ -1 +1 @@
1
- {"version":3,"names":["_icons","require","_initBlock","_interopRequireDefault","_edit","_deprecated","metadata","exports","$schema","apiVersion","name","title","category","description","textdomain","usesContext","attributes","textAlign","type","level","levelOptions","isLink","rel","attribute","linkTarget","example","viewportWidth","supports","align","html","color","gradients","link","__experimentalDefaultControls","background","text","spacing","margin","padding","typography","fontSize","lineHeight","__experimentalFontFamily","__experimentalFontWeight","__experimentalFontStyle","__experimentalTextTransform","__experimentalTextDecoration","__experimentalLetterSpacing","interactivity","clientNavigation","__experimentalBorder","radius","width","style","selectors","settings","icon","edit","deprecated","init","initBlock"],"sources":["@wordpress/block-library/src/post-title/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { title as icon } from '@wordpress/icons';\n\n/**\n * Internal dependencies\n */\nimport initBlock from '../utils/init-block';\nimport metadata from './block.json';\nimport edit from './edit';\nimport deprecated from './deprecated';\n\nconst { name } = metadata;\nexport { metadata, name };\n\nexport const settings = {\n\ticon,\n\tedit,\n\tdeprecated,\n};\n\nexport const init = () => initBlock( { name, metadata, settings } );\n"],"mappings":";;;;;;;AAGA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,UAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAAG,KAAA,GAAAD,sBAAA,CAAAF,OAAA;AACA,IAAAI,WAAA,GAAAF,sBAAA,CAAAF,OAAA;AAXA;AACA;AACA;AAGA;AACA;AACA;AAFA,MAAAK,QAAA,GAAAC,OAAA,CAAAD,QAAA;EAAAE,OAAA;EAAAC,UAAA;EAAAC,IAAA;EAAAC,KAAA;EAAAC,QAAA;EAAAC,WAAA;EAAAC,UAAA;EAAAC,WAAA;EAAAC,UAAA;IAAAC,SAAA;MAAAC,IAAA;IAAA;IAAAC,KAAA;MAAAD,IAAA;MAAA;IAAA;IAAAE,YAAA;MAAAF,IAAA;IAAA;IAAAG,MAAA;MAAAH,IAAA;MAAA;IAAA;IAAAI,GAAA;MAAAJ,IAAA;MAAAK,SAAA;MAAA;IAAA;IAAAC,UAAA;MAAAN,IAAA;MAAA;IAAA;EAAA;EAAAO,OAAA;IAAAC,aAAA;EAAA;EAAAC,QAAA;IAAAC,KAAA;IAAAC,IAAA;IAAAC,KAAA;MAAAC,SAAA;MAAAC,IAAA;MAAAC,6BAAA;QAAAC,UAAA;QAAAC,IAAA;QAAAH,IAAA;MAAA;IAAA;IAAAI,OAAA;MAAAC,MAAA;MAAAC,OAAA;IAAA;IAAAC,UAAA;MAAAC,QAAA;MAAAC,UAAA;MAAAC,wBAAA;MAAAC,wBAAA;MAAAC,uBAAA;MAAAC,2BAAA;MAAAC,4BAAA;MAAAC,2BAAA;MAAAd,6BAAA;QAAAO,QAAA;MAAA;IAAA;IAAAQ,aAAA;MAAAC,gBAAA;IAAA;IAAAC,oBAAA;MAAAC,MAAA;MAAArB,KAAA;MAAAsB,KAAA;MAAAC,KAAA;MAAApB,6BAAA;QAAAkB,MAAA;QAAArB,KAAA;QAAAsB,KAAA;QAAAC,KAAA;MAAA;IAAA;EAAA;EAAAA,KAAA;EAAAC,SAAA;IAAAf,UAAA;EAAA;AAAA;AAQA,MAAM;EAAE7B;AAAK,CAAC,GAAGJ,QAAQ;AAACC,OAAA,CAAAG,IAAA,GAAAA,IAAA;AAGnB,MAAM6C,QAAQ,GAAAhD,OAAA,CAAAgD,QAAA,GAAG;EACvBC,IAAI,EAAJA,YAAI;EACJC,IAAI,EAAJA,aAAI;EACJC,UAAU,EAAVA;AACD,CAAC;AAEM,MAAMC,IAAI,GAAGA,CAAA,KAAM,IAAAC,kBAAS,EAAE;EAAElD,IAAI;EAAEJ,QAAQ;EAAEiD;AAAS,CAAE,CAAC;AAAChD,OAAA,CAAAoD,IAAA,GAAAA,IAAA","ignoreList":[]}
1
+ {"version":3,"names":["_icons","require","_initBlock","_interopRequireDefault","_edit","_deprecated","metadata","exports","$schema","apiVersion","name","title","category","description","textdomain","usesContext","attributes","textAlign","type","level","levelOptions","isLink","rel","attribute","linkTarget","example","viewportWidth","supports","align","html","color","gradients","link","__experimentalDefaultControls","background","text","spacing","margin","padding","typography","fontSize","lineHeight","__experimentalFontFamily","__experimentalFontWeight","__experimentalFontStyle","__experimentalTextTransform","__experimentalTextDecoration","__experimentalLetterSpacing","interactivity","clientNavigation","__experimentalBorder","radius","width","style","settings","icon","edit","deprecated","init","initBlock"],"sources":["@wordpress/block-library/src/post-title/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { title as icon } from '@wordpress/icons';\n\n/**\n * Internal dependencies\n */\nimport initBlock from '../utils/init-block';\nimport metadata from './block.json';\nimport edit from './edit';\nimport deprecated from './deprecated';\n\nconst { name } = metadata;\nexport { metadata, name };\n\nexport const settings = {\n\ticon,\n\tedit,\n\tdeprecated,\n};\n\nexport const init = () => initBlock( { name, metadata, settings } );\n"],"mappings":";;;;;;;AAGA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,UAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAAG,KAAA,GAAAD,sBAAA,CAAAF,OAAA;AACA,IAAAI,WAAA,GAAAF,sBAAA,CAAAF,OAAA;AAXA;AACA;AACA;AAGA;AACA;AACA;AAFA,MAAAK,QAAA,GAAAC,OAAA,CAAAD,QAAA;EAAAE,OAAA;EAAAC,UAAA;EAAAC,IAAA;EAAAC,KAAA;EAAAC,QAAA;EAAAC,WAAA;EAAAC,UAAA;EAAAC,WAAA;EAAAC,UAAA;IAAAC,SAAA;MAAAC,IAAA;IAAA;IAAAC,KAAA;MAAAD,IAAA;MAAA;IAAA;IAAAE,YAAA;MAAAF,IAAA;IAAA;IAAAG,MAAA;MAAAH,IAAA;MAAA;IAAA;IAAAI,GAAA;MAAAJ,IAAA;MAAAK,SAAA;MAAA;IAAA;IAAAC,UAAA;MAAAN,IAAA;MAAA;IAAA;EAAA;EAAAO,OAAA;IAAAC,aAAA;EAAA;EAAAC,QAAA;IAAAC,KAAA;IAAAC,IAAA;IAAAC,KAAA;MAAAC,SAAA;MAAAC,IAAA;MAAAC,6BAAA;QAAAC,UAAA;QAAAC,IAAA;QAAAH,IAAA;MAAA;IAAA;IAAAI,OAAA;MAAAC,MAAA;MAAAC,OAAA;IAAA;IAAAC,UAAA;MAAAC,QAAA;MAAAC,UAAA;MAAAC,wBAAA;MAAAC,wBAAA;MAAAC,uBAAA;MAAAC,2BAAA;MAAAC,4BAAA;MAAAC,2BAAA;MAAAd,6BAAA;QAAAO,QAAA;MAAA;IAAA;IAAAQ,aAAA;MAAAC,gBAAA;IAAA;IAAAC,oBAAA;MAAAC,MAAA;MAAArB,KAAA;MAAAsB,KAAA;MAAAC,KAAA;MAAApB,6BAAA;QAAAkB,MAAA;QAAArB,KAAA;QAAAsB,KAAA;QAAAC,KAAA;MAAA;IAAA;EAAA;EAAAA,KAAA;AAAA;AAQA,MAAM;EAAE3C;AAAK,CAAC,GAAGJ,QAAQ;AAACC,OAAA,CAAAG,IAAA,GAAAA,IAAA;AAGnB,MAAM4C,QAAQ,GAAA/C,OAAA,CAAA+C,QAAA,GAAG;EACvBC,IAAI,EAAJA,YAAI;EACJC,IAAI,EAAJA,aAAI;EACJC,UAAU,EAAVA;AACD,CAAC;AAEM,MAAMC,IAAI,GAAGA,CAAA,KAAM,IAAAC,kBAAS,EAAE;EAAEjD,IAAI;EAAEJ,QAAQ;EAAEgD;AAAS,CAAE,CAAC;AAAC/C,OAAA,CAAAmD,IAAA,GAAAA,IAAA","ignoreList":[]}
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = FormatControls;
7
+ var _components = require("@wordpress/components");
8
+ var _data = require("@wordpress/data");
9
+ var _coreData = require("@wordpress/core-data");
10
+ var _i18n = require("@wordpress/i18n");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ /**
13
+ * WordPress dependencies
14
+ */
15
+
16
+ // All WP post formats, sorted alphabetically by translated name.
17
+ // Value is the post format slug. Label is the name.
18
+ const POST_FORMATS = [{
19
+ value: 'aside',
20
+ label: (0, _i18n.__)('Aside')
21
+ }, {
22
+ value: 'audio',
23
+ label: (0, _i18n.__)('Audio')
24
+ }, {
25
+ value: 'chat',
26
+ label: (0, _i18n.__)('Chat')
27
+ }, {
28
+ value: 'gallery',
29
+ label: (0, _i18n.__)('Gallery')
30
+ }, {
31
+ value: 'image',
32
+ label: (0, _i18n.__)('Image')
33
+ }, {
34
+ value: 'link',
35
+ label: (0, _i18n.__)('Link')
36
+ }, {
37
+ value: 'quote',
38
+ label: (0, _i18n.__)('Quote')
39
+ }, {
40
+ value: 'standard',
41
+ label: (0, _i18n.__)('Standard')
42
+ }, {
43
+ value: 'status',
44
+ label: (0, _i18n.__)('Status')
45
+ }, {
46
+ value: 'video',
47
+ label: (0, _i18n.__)('Video')
48
+ }].sort((a, b) => {
49
+ const normalizedA = a.label.toUpperCase();
50
+ const normalizedB = b.label.toUpperCase();
51
+ if (normalizedA < normalizedB) {
52
+ return -1;
53
+ }
54
+ if (normalizedA > normalizedB) {
55
+ return 1;
56
+ }
57
+ return 0;
58
+ });
59
+
60
+ // A helper function to convert translatable post format names into their static values.
61
+ function formatNamesToValues(names, formats) {
62
+ return names.map(name => {
63
+ return formats.find(item => item.label.toLocaleLowerCase() === name.toLocaleLowerCase())?.value;
64
+ }).filter(Boolean);
65
+ }
66
+ function FormatControls({
67
+ onChange,
68
+ query: {
69
+ format
70
+ }
71
+ }) {
72
+ // 'format' is expected to be an array. If it is not an array, for example
73
+ // if a user has manually entered an invalid value in the block markup,
74
+ // convert it to an array to prevent JavaScript errors.
75
+ const normalizedFormats = Array.isArray(format) ? format : [format];
76
+ const {
77
+ supportedFormats
78
+ } = (0, _data.useSelect)(select => {
79
+ const themeSupports = select(_coreData.store).getThemeSupports();
80
+ return {
81
+ supportedFormats: themeSupports.formats
82
+ };
83
+ }, []);
84
+ const formats = POST_FORMATS.filter(item => supportedFormats.includes(item.value));
85
+ const values = normalizedFormats.map(name => formats.find(item => item.value === name)?.label).filter(Boolean);
86
+ const suggestions = formats.filter(item => !format.includes(item.value)).map(item => item.label);
87
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.FormTokenField, {
88
+ label: (0, _i18n.__)('Formats'),
89
+ value: values,
90
+ suggestions: suggestions,
91
+ onChange: newValues => {
92
+ onChange({
93
+ format: formatNamesToValues(newValues, formats)
94
+ });
95
+ },
96
+ __experimentalShowHowTo: false,
97
+ __experimentalExpandOnFocus: true,
98
+ __nextHasNoMarginBottom: true,
99
+ __next40pxDefaultSize: true
100
+ });
101
+ }
102
+ //# sourceMappingURL=format-controls.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_components","require","_data","_coreData","_i18n","_jsxRuntime","POST_FORMATS","value","label","__","sort","a","b","normalizedA","toUpperCase","normalizedB","formatNamesToValues","names","formats","map","name","find","item","toLocaleLowerCase","filter","Boolean","FormatControls","onChange","query","format","normalizedFormats","Array","isArray","supportedFormats","useSelect","select","themeSupports","coreStore","getThemeSupports","includes","values","suggestions","jsx","FormTokenField","newValues","__experimentalShowHowTo","__experimentalExpandOnFocus","__nextHasNoMarginBottom","__next40pxDefaultSize"],"sources":["@wordpress/block-library/src/query/edit/inspector-controls/format-controls.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { FormTokenField } from '@wordpress/components';\nimport { useSelect } from '@wordpress/data';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { __ } from '@wordpress/i18n';\n\n// All WP post formats, sorted alphabetically by translated name.\n// Value is the post format slug. Label is the name.\nconst POST_FORMATS = [\n\t{ value: 'aside', label: __( 'Aside' ) },\n\t{ value: 'audio', label: __( 'Audio' ) },\n\t{ value: 'chat', label: __( 'Chat' ) },\n\t{ value: 'gallery', label: __( 'Gallery' ) },\n\t{ value: 'image', label: __( 'Image' ) },\n\t{ value: 'link', label: __( 'Link' ) },\n\t{ value: 'quote', label: __( 'Quote' ) },\n\t{ value: 'standard', label: __( 'Standard' ) },\n\t{ value: 'status', label: __( 'Status' ) },\n\t{ value: 'video', label: __( 'Video' ) },\n].sort( ( a, b ) => {\n\tconst normalizedA = a.label.toUpperCase();\n\tconst normalizedB = b.label.toUpperCase();\n\n\tif ( normalizedA < normalizedB ) {\n\t\treturn -1;\n\t}\n\tif ( normalizedA > normalizedB ) {\n\t\treturn 1;\n\t}\n\treturn 0;\n} );\n\n// A helper function to convert translatable post format names into their static values.\nfunction formatNamesToValues( names, formats ) {\n\treturn names\n\t\t.map( ( name ) => {\n\t\t\treturn formats.find(\n\t\t\t\t( item ) =>\n\t\t\t\t\titem.label.toLocaleLowerCase() === name.toLocaleLowerCase()\n\t\t\t)?.value;\n\t\t} )\n\t\t.filter( Boolean );\n}\n\nexport default function FormatControls( { onChange, query: { format } } ) {\n\t// 'format' is expected to be an array. If it is not an array, for example\n\t// if a user has manually entered an invalid value in the block markup,\n\t// convert it to an array to prevent JavaScript errors.\n\tconst normalizedFormats = Array.isArray( format ) ? format : [ format ];\n\n\tconst { supportedFormats } = useSelect( ( select ) => {\n\t\tconst themeSupports = select( coreStore ).getThemeSupports();\n\t\treturn {\n\t\t\tsupportedFormats: themeSupports.formats,\n\t\t};\n\t}, [] );\n\n\tconst formats = POST_FORMATS.filter( ( item ) =>\n\t\tsupportedFormats.includes( item.value )\n\t);\n\n\tconst values = normalizedFormats\n\t\t.map(\n\t\t\t( name ) => formats.find( ( item ) => item.value === name )?.label\n\t\t)\n\t\t.filter( Boolean );\n\n\tconst suggestions = formats\n\t\t.filter( ( item ) => ! format.includes( item.value ) )\n\t\t.map( ( item ) => item.label );\n\n\treturn (\n\t\t<FormTokenField\n\t\t\tlabel={ __( 'Formats' ) }\n\t\t\tvalue={ values }\n\t\t\tsuggestions={ suggestions }\n\t\t\tonChange={ ( newValues ) => {\n\t\t\t\tonChange( {\n\t\t\t\t\tformat: formatNamesToValues( newValues, formats ),\n\t\t\t\t} );\n\t\t\t} }\n\t\t\t__experimentalShowHowTo={ false }\n\t\t\t__experimentalExpandOnFocus\n\t\t\t__nextHasNoMarginBottom\n\t\t\t__next40pxDefaultSize\n\t\t/>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -6,6 +6,8 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = QueryInspectorControls;
8
8
  var _components = require("@wordpress/components");
9
+ var _data = require("@wordpress/data");
10
+ var _coreData = require("@wordpress/core-data");
9
11
  var _i18n = require("@wordpress/i18n");
10
12
  var _blockEditor = require("@wordpress/block-editor");
11
13
  var _compose = require("@wordpress/compose");
@@ -14,6 +16,7 @@ var _orderControl = _interopRequireDefault(require("./order-control"));
14
16
  var _authorControl = _interopRequireDefault(require("./author-control"));
15
17
  var _parentControl = _interopRequireDefault(require("./parent-control"));
16
18
  var _taxonomyControls = require("./taxonomy-controls");
19
+ var _formatControls = _interopRequireDefault(require("./format-controls"));
17
20
  var _stickyControl = _interopRequireDefault(require("./sticky-control"));
18
21
  var _createNewPostLink = _interopRequireDefault(require("./create-new-post-link"));
19
22
  var _perPageControl = _interopRequireDefault(require("./per-page-control"));
@@ -38,7 +41,8 @@ function QueryInspectorControls(props) {
38
41
  const {
39
42
  attributes,
40
43
  setQuery,
41
- setDisplayLayout
44
+ setDisplayLayout,
45
+ isTemplate
42
46
  } = props;
43
47
  const {
44
48
  query,
@@ -55,13 +59,15 @@ function QueryInspectorControls(props) {
55
59
  sticky,
56
60
  inherit,
57
61
  taxQuery,
58
- parents
62
+ parents,
63
+ format
59
64
  } = query;
60
65
  const allowedControls = (0, _utils.useAllowedControls)(attributes);
61
66
  const [showSticky, setShowSticky] = (0, _element.useState)(postType === 'post');
62
67
  const {
63
68
  postTypesTaxonomiesMap,
64
- postTypesSelectOptions
69
+ postTypesSelectOptions,
70
+ postTypeFormatSupportMap
65
71
  } = (0, _utils.usePostTypes)();
66
72
  const taxonomies = (0, _utils.useTaxonomies)(postType);
67
73
  const isPostTypeHierarchical = (0, _utils.useIsPostTypeHierarchical)(postType);
@@ -87,6 +93,13 @@ function QueryInspectorControls(props) {
87
93
  }
88
94
  // We need to reset `parents` because they are tied to each post type.
89
95
  updateQuery.parents = [];
96
+ // Post types can register post format support with `add_post_type_support`.
97
+ // But we need to reset the `format` property when switching to post types
98
+ // that do not support post formats.
99
+ const hasFormatSupport = postTypeFormatSupportMap[newValue];
100
+ if (!hasFormatSupport) {
101
+ updateQuery.format = [];
102
+ }
90
103
  setQuery(updateQuery);
91
104
  };
92
105
  const [querySearch, setQuerySearch] = (0, _element.useState)(query.search);
@@ -101,19 +114,31 @@ function QueryInspectorControls(props) {
101
114
  onChangeDebounced();
102
115
  return onChangeDebounced.cancel;
103
116
  }, [querySearch, onChangeDebounced]);
104
- const showInheritControl = (0, _utils.isControlAllowed)(allowedControls, 'inherit');
105
- const showPostTypeControl = !inherit && (0, _utils.isControlAllowed)(allowedControls, 'postType');
117
+ const showInheritControl = isTemplate && (0, _utils.isControlAllowed)(allowedControls, 'inherit');
118
+ const showPostTypeControl = !inherit && (0, _utils.isControlAllowed)(allowedControls, 'postType') || !isTemplate;
106
119
  const postTypeControlLabel = (0, _i18n.__)('Post type');
107
120
  const postTypeControlHelp = (0, _i18n.__)('Select the type of content to display: posts, pages, or custom post types.');
108
121
  const showColumnsControl = false;
109
- const showOrderControl = !inherit && (0, _utils.isControlAllowed)(allowedControls, 'order');
110
- const showStickyControl = !inherit && showSticky && (0, _utils.isControlAllowed)(allowedControls, 'sticky');
122
+ const showOrderControl = !inherit && (0, _utils.isControlAllowed)(allowedControls, 'order') || !isTemplate;
123
+ const showStickyControl = !inherit && showSticky && (0, _utils.isControlAllowed)(allowedControls, 'sticky') || showSticky && !isTemplate;
111
124
  const showSettingsPanel = showInheritControl || showPostTypeControl || showColumnsControl || showOrderControl || showStickyControl;
112
125
  const showTaxControl = !!taxonomies?.length && (0, _utils.isControlAllowed)(allowedControls, 'taxQuery');
113
126
  const showAuthorControl = (0, _utils.isControlAllowed)(allowedControls, 'author');
114
127
  const showSearchControl = (0, _utils.isControlAllowed)(allowedControls, 'search');
115
128
  const showParentControl = (0, _utils.isControlAllowed)(allowedControls, 'parents') && isPostTypeHierarchical;
116
- const showFiltersPanel = showTaxControl || showAuthorControl || showSearchControl || showParentControl;
129
+ const postTypeHasFormatSupport = postTypeFormatSupportMap[postType];
130
+ const showFormatControl = (0, _data.useSelect)(select => {
131
+ // Check if the post type supports post formats and if the control is allowed.
132
+ if (!postTypeHasFormatSupport || !(0, _utils.isControlAllowed)(allowedControls, 'format')) {
133
+ return false;
134
+ }
135
+ const themeSupports = select(_coreData.store).getThemeSupports();
136
+
137
+ // If there are no supported formats, getThemeSupports still includes the default 'standard' format,
138
+ // and in this case the control should not be shown since the user has no other formats to choose from.
139
+ return themeSupports.formats && themeSupports.formats.length > 0 && themeSupports.formats.some(type => type !== 'standard');
140
+ }, [allowedControls, postTypeHasFormatSupport]);
141
+ const showFiltersPanel = showTaxControl || showAuthorControl || showSearchControl || showParentControl || showFormatControl;
117
142
  const dropdownMenuProps = (0, _hooks.useToolsPanelDropdownMenuProps)();
118
143
  const showPostCountControl = (0, _utils.isControlAllowed)(allowedControls, 'postCount');
119
144
  const showOffSetControl = (0, _utils.isControlAllowed)(allowedControls, 'offset');
@@ -239,7 +264,8 @@ function QueryInspectorControls(props) {
239
264
  author: '',
240
265
  parents: [],
241
266
  search: '',
242
- taxQuery: null
267
+ taxQuery: null,
268
+ format: []
243
269
  });
244
270
  setQuerySearch('');
245
271
  },
@@ -286,6 +312,16 @@ function QueryInspectorControls(props) {
286
312
  postType: postType,
287
313
  onChange: setQuery
288
314
  })
315
+ }), showFormatControl && /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.__experimentalToolsPanelItem, {
316
+ hasValue: () => !!format?.length,
317
+ label: (0, _i18n.__)('Formats'),
318
+ onDeselect: () => setQuery({
319
+ format: []
320
+ }),
321
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_formatControls.default, {
322
+ onChange: setQuery,
323
+ query: query
324
+ })
289
325
  })]
290
326
  })]
291
327
  });
@@ -1 +1 @@
1
- {"version":3,"names":["_components","require","_i18n","_blockEditor","_compose","_element","_orderControl","_interopRequireDefault","_authorControl","_parentControl","_taxonomyControls","_stickyControl","_createNewPostLink","_perPageControl","_offsetControls","_pagesControl","_lockUnlock","_utils","_hooks","_jsxRuntime","BlockInfo","unlock","blockEditorPrivateApis","QueryInspectorControls","props","attributes","setQuery","setDisplayLayout","query","displayLayout","order","orderBy","author","authorIds","pages","postType","perPage","offset","sticky","inherit","taxQuery","parents","allowedControls","useAllowedControls","showSticky","setShowSticky","useState","postTypesTaxonomiesMap","postTypesSelectOptions","usePostTypes","taxonomies","useTaxonomies","isPostTypeHierarchical","useIsPostTypeHierarchical","useEffect","onPostTypeChange","newValue","updateQuery","supportedTaxonomies","updatedTaxQuery","Object","entries","reduce","accumulator","taxonomySlug","terms","includes","keys","length","undefined","querySearch","setQuerySearch","search","onChangeDebounced","useCallback","debounce","cancel","showInheritControl","isControlAllowed","showPostTypeControl","postTypeControlLabel","__","postTypeControlHelp","showColumnsControl","showOrderControl","showStickyControl","showSettingsPanel","showTaxControl","showAuthorControl","showSearchControl","showParentControl","showFiltersPanel","dropdownMenuProps","useToolsPanelDropdownMenuProps","showPostCountControl","showOffSetControl","showPagesControl","showDisplayPanel","jsxs","Fragment","children","jsx","default","PanelBody","title","__experimentalToggleGroupControl","__next40pxDefaultSize","__nextHasNoMarginBottom","label","isBlock","onChange","value","help","__experimentalToggleGroupControlOption","SelectControl","options","map","option","RangeControl","columns","min","max","Math","Notice","status","isDismissible","__experimentalToolsPanel","className","resetAll","__experimentalToolsPanelItem","hasValue","onDeselect","values","some","TaxonomyControls","TextControl"],"sources":["@wordpress/block-library/src/query/edit/inspector-controls/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport {\n\tPanelBody,\n\tTextControl,\n\tSelectControl,\n\tRangeControl,\n\t__experimentalToggleGroupControl as ToggleGroupControl,\n\t__experimentalToggleGroupControlOption as ToggleGroupControlOption,\n\tNotice,\n\t__experimentalToolsPanel as ToolsPanel,\n\t__experimentalToolsPanelItem as ToolsPanelItem,\n} from '@wordpress/components';\nimport { __ } from '@wordpress/i18n';\nimport { privateApis as blockEditorPrivateApis } from '@wordpress/block-editor';\nimport { debounce } from '@wordpress/compose';\nimport { useEffect, useState, useCallback } from '@wordpress/element';\n\n/**\n * Internal dependencies\n */\nimport OrderControl from './order-control';\nimport AuthorControl from './author-control';\nimport ParentControl from './parent-control';\nimport { TaxonomyControls } from './taxonomy-controls';\nimport StickyControl from './sticky-control';\nimport CreateNewPostLink from './create-new-post-link';\nimport PerPageControl from './per-page-control';\nimport OffsetControl from './offset-controls';\nimport PagesControl from './pages-control';\nimport { unlock } from '../../../lock-unlock';\nimport {\n\tusePostTypes,\n\tuseIsPostTypeHierarchical,\n\tuseAllowedControls,\n\tisControlAllowed,\n\tuseTaxonomies,\n} from '../../utils';\nimport { useToolsPanelDropdownMenuProps } from '../../../utils/hooks';\n\nconst { BlockInfo } = unlock( blockEditorPrivateApis );\n\nexport default function QueryInspectorControls( props ) {\n\tconst { attributes, setQuery, setDisplayLayout } = props;\n\tconst { query, displayLayout } = attributes;\n\tconst {\n\t\torder,\n\t\torderBy,\n\t\tauthor: authorIds,\n\t\tpages,\n\t\tpostType,\n\t\tperPage,\n\t\toffset,\n\t\tsticky,\n\t\tinherit,\n\t\ttaxQuery,\n\t\tparents,\n\t} = query;\n\tconst allowedControls = useAllowedControls( attributes );\n\tconst [ showSticky, setShowSticky ] = useState( postType === 'post' );\n\tconst { postTypesTaxonomiesMap, postTypesSelectOptions } = usePostTypes();\n\tconst taxonomies = useTaxonomies( postType );\n\tconst isPostTypeHierarchical = useIsPostTypeHierarchical( postType );\n\tuseEffect( () => {\n\t\tsetShowSticky( postType === 'post' );\n\t}, [ postType ] );\n\tconst onPostTypeChange = ( newValue ) => {\n\t\tconst updateQuery = { postType: newValue };\n\t\t// We need to dynamically update the `taxQuery` property,\n\t\t// by removing any not supported taxonomy from the query.\n\t\tconst supportedTaxonomies = postTypesTaxonomiesMap[ newValue ];\n\t\tconst updatedTaxQuery = Object.entries( taxQuery || {} ).reduce(\n\t\t\t( accumulator, [ taxonomySlug, terms ] ) => {\n\t\t\t\tif ( supportedTaxonomies.includes( taxonomySlug ) ) {\n\t\t\t\t\taccumulator[ taxonomySlug ] = terms;\n\t\t\t\t}\n\t\t\t\treturn accumulator;\n\t\t\t},\n\t\t\t{}\n\t\t);\n\t\tupdateQuery.taxQuery = !! Object.keys( updatedTaxQuery ).length\n\t\t\t? updatedTaxQuery\n\t\t\t: undefined;\n\n\t\tif ( newValue !== 'post' ) {\n\t\t\tupdateQuery.sticky = '';\n\t\t}\n\t\t// We need to reset `parents` because they are tied to each post type.\n\t\tupdateQuery.parents = [];\n\t\tsetQuery( updateQuery );\n\t};\n\tconst [ querySearch, setQuerySearch ] = useState( query.search );\n\tconst onChangeDebounced = useCallback(\n\t\tdebounce( () => {\n\t\t\tif ( query.search !== querySearch ) {\n\t\t\t\tsetQuery( { search: querySearch } );\n\t\t\t}\n\t\t}, 250 ),\n\t\t[ querySearch, query.search ]\n\t);\n\tuseEffect( () => {\n\t\tonChangeDebounced();\n\t\treturn onChangeDebounced.cancel;\n\t}, [ querySearch, onChangeDebounced ] );\n\tconst showInheritControl = isControlAllowed( allowedControls, 'inherit' );\n\tconst showPostTypeControl =\n\t\t! inherit && isControlAllowed( allowedControls, 'postType' );\n\tconst postTypeControlLabel = __( 'Post type' );\n\tconst postTypeControlHelp = __(\n\t\t'Select the type of content to display: posts, pages, or custom post types.'\n\t);\n\tconst showColumnsControl = false;\n\tconst showOrderControl =\n\t\t! inherit && isControlAllowed( allowedControls, 'order' );\n\tconst showStickyControl =\n\t\t! inherit &&\n\t\tshowSticky &&\n\t\tisControlAllowed( allowedControls, 'sticky' );\n\tconst showSettingsPanel =\n\t\tshowInheritControl ||\n\t\tshowPostTypeControl ||\n\t\tshowColumnsControl ||\n\t\tshowOrderControl ||\n\t\tshowStickyControl;\n\tconst showTaxControl =\n\t\t!! taxonomies?.length &&\n\t\tisControlAllowed( allowedControls, 'taxQuery' );\n\tconst showAuthorControl = isControlAllowed( allowedControls, 'author' );\n\tconst showSearchControl = isControlAllowed( allowedControls, 'search' );\n\tconst showParentControl =\n\t\tisControlAllowed( allowedControls, 'parents' ) &&\n\t\tisPostTypeHierarchical;\n\n\tconst showFiltersPanel =\n\t\tshowTaxControl ||\n\t\tshowAuthorControl ||\n\t\tshowSearchControl ||\n\t\tshowParentControl;\n\tconst dropdownMenuProps = useToolsPanelDropdownMenuProps();\n\n\tconst showPostCountControl = isControlAllowed(\n\t\tallowedControls,\n\t\t'postCount'\n\t);\n\tconst showOffSetControl = isControlAllowed( allowedControls, 'offset' );\n\tconst showPagesControl = isControlAllowed( allowedControls, 'pages' );\n\n\tconst showDisplayPanel =\n\t\tshowPostCountControl || showOffSetControl || showPagesControl;\n\n\treturn (\n\t\t<>\n\t\t\t{ !! postType && (\n\t\t\t\t<BlockInfo>\n\t\t\t\t\t<CreateNewPostLink postType={ postType } />\n\t\t\t\t</BlockInfo>\n\t\t\t) }\n\t\t\t{ showSettingsPanel && (\n\t\t\t\t<PanelBody title={ __( 'Settings' ) }>\n\t\t\t\t\t{ showInheritControl && (\n\t\t\t\t\t\t<ToggleGroupControl\n\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\tlabel={ __( 'Query type' ) }\n\t\t\t\t\t\t\tisBlock\n\t\t\t\t\t\t\tonChange={ ( value ) => {\n\t\t\t\t\t\t\t\tsetQuery( { inherit: !! value } );\n\t\t\t\t\t\t\t} }\n\t\t\t\t\t\t\thelp={\n\t\t\t\t\t\t\t\tinherit\n\t\t\t\t\t\t\t\t\t? __(\n\t\t\t\t\t\t\t\t\t\t\t'Display a list of posts or custom post types based on the current template.'\n\t\t\t\t\t\t\t\t\t )\n\t\t\t\t\t\t\t\t\t: __(\n\t\t\t\t\t\t\t\t\t\t\t'Display a list of posts or custom post types based on specific criteria.'\n\t\t\t\t\t\t\t\t\t )\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvalue={ !! inherit }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ToggleGroupControlOption\n\t\t\t\t\t\t\t\tvalue\n\t\t\t\t\t\t\t\tlabel={ __( 'Default' ) }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<ToggleGroupControlOption\n\t\t\t\t\t\t\t\tvalue={ false }\n\t\t\t\t\t\t\t\tlabel={ __( 'Custom' ) }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToggleGroupControl>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showPostTypeControl &&\n\t\t\t\t\t\t( postTypesSelectOptions.length > 2 ? (\n\t\t\t\t\t\t\t<SelectControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\toptions={ postTypesSelectOptions }\n\t\t\t\t\t\t\t\tvalue={ postType }\n\t\t\t\t\t\t\t\tlabel={ postTypeControlLabel }\n\t\t\t\t\t\t\t\tonChange={ onPostTypeChange }\n\t\t\t\t\t\t\t\thelp={ postTypeControlHelp }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<ToggleGroupControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\tisBlock\n\t\t\t\t\t\t\t\tvalue={ postType }\n\t\t\t\t\t\t\t\tlabel={ postTypeControlLabel }\n\t\t\t\t\t\t\t\tonChange={ onPostTypeChange }\n\t\t\t\t\t\t\t\thelp={ postTypeControlHelp }\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t{ postTypesSelectOptions.map( ( option ) => (\n\t\t\t\t\t\t\t\t\t<ToggleGroupControlOption\n\t\t\t\t\t\t\t\t\t\tkey={ option.value }\n\t\t\t\t\t\t\t\t\t\tvalue={ option.value }\n\t\t\t\t\t\t\t\t\t\tlabel={ option.label }\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t) ) }\n\t\t\t\t\t\t\t</ToggleGroupControl>\n\t\t\t\t\t\t) ) }\n\n\t\t\t\t\t{ showColumnsControl && (\n\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t<RangeControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\tlabel={ __( 'Columns' ) }\n\t\t\t\t\t\t\t\tvalue={ displayLayout.columns }\n\t\t\t\t\t\t\t\tonChange={ ( value ) =>\n\t\t\t\t\t\t\t\t\tsetDisplayLayout( {\n\t\t\t\t\t\t\t\t\t\tcolumns: value,\n\t\t\t\t\t\t\t\t\t} )\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tmin={ 2 }\n\t\t\t\t\t\t\t\tmax={ Math.max( 6, displayLayout.columns ) }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t{ displayLayout.columns > 6 && (\n\t\t\t\t\t\t\t\t<Notice\n\t\t\t\t\t\t\t\t\tstatus=\"warning\"\n\t\t\t\t\t\t\t\t\tisDismissible={ false }\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{ __(\n\t\t\t\t\t\t\t\t\t\t'This column count exceeds the recommended amount and may cause visual breakage.'\n\t\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t</Notice>\n\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t</>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showOrderControl && (\n\t\t\t\t\t\t<OrderControl\n\t\t\t\t\t\t\t{ ...{ order, orderBy } }\n\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t/>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showStickyControl && (\n\t\t\t\t\t\t<StickyControl\n\t\t\t\t\t\t\tvalue={ sticky }\n\t\t\t\t\t\t\tonChange={ ( value ) =>\n\t\t\t\t\t\t\t\tsetQuery( { sticky: value } )\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t/>\n\t\t\t\t\t) }\n\t\t\t\t</PanelBody>\n\t\t\t) }\n\t\t\t{ ! inherit && showDisplayPanel && (\n\t\t\t\t<ToolsPanel\n\t\t\t\t\tclassName=\"block-library-query-toolspanel__display\"\n\t\t\t\t\tlabel={ __( 'Display' ) }\n\t\t\t\t\tresetAll={ () => {\n\t\t\t\t\t\tsetQuery( {\n\t\t\t\t\t\t\toffset: 0,\n\t\t\t\t\t\t\tpages: 0,\n\t\t\t\t\t\t} );\n\t\t\t\t\t} }\n\t\t\t\t\tdropdownMenuProps={ dropdownMenuProps }\n\t\t\t\t>\n\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\tlabel={ __( 'Items' ) }\n\t\t\t\t\t\thasValue={ () => perPage > 0 }\n\t\t\t\t\t>\n\t\t\t\t\t\t<PerPageControl\n\t\t\t\t\t\t\tperPage={ perPage }\n\t\t\t\t\t\t\toffset={ offset }\n\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t/>\n\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\tlabel={ __( 'Offset' ) }\n\t\t\t\t\t\thasValue={ () => offset > 0 }\n\t\t\t\t\t\tonDeselect={ () => setQuery( { offset: 0 } ) }\n\t\t\t\t\t>\n\t\t\t\t\t\t<OffsetControl\n\t\t\t\t\t\t\toffset={ offset }\n\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t/>\n\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\tlabel={ __( 'Max Pages to Show' ) }\n\t\t\t\t\t\thasValue={ () => pages > 0 }\n\t\t\t\t\t\tonDeselect={ () => setQuery( { pages: 0 } ) }\n\t\t\t\t\t>\n\t\t\t\t\t\t<PagesControl pages={ pages } onChange={ setQuery } />\n\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t</ToolsPanel>\n\t\t\t) }\n\t\t\t{ ! inherit && showFiltersPanel && (\n\t\t\t\t<ToolsPanel\n\t\t\t\t\tclassName=\"block-library-query-toolspanel__filters\" // unused but kept for backward compatibility\n\t\t\t\t\tlabel={ __( 'Filters' ) }\n\t\t\t\t\tresetAll={ () => {\n\t\t\t\t\t\tsetQuery( {\n\t\t\t\t\t\t\tauthor: '',\n\t\t\t\t\t\t\tparents: [],\n\t\t\t\t\t\t\tsearch: '',\n\t\t\t\t\t\t\ttaxQuery: null,\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tsetQuerySearch( '' );\n\t\t\t\t\t} }\n\t\t\t\t\tdropdownMenuProps={ dropdownMenuProps }\n\t\t\t\t>\n\t\t\t\t\t{ showTaxControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\tlabel={ __( 'Taxonomies' ) }\n\t\t\t\t\t\t\thasValue={ () =>\n\t\t\t\t\t\t\t\tObject.values( taxQuery || {} ).some(\n\t\t\t\t\t\t\t\t\t( terms ) => !! terms.length\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tonDeselect={ () => setQuery( { taxQuery: null } ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<TaxonomyControls\n\t\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t\t\tquery={ query }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showAuthorControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\thasValue={ () => !! authorIds }\n\t\t\t\t\t\t\tlabel={ __( 'Authors' ) }\n\t\t\t\t\t\t\tonDeselect={ () => setQuery( { author: '' } ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<AuthorControl\n\t\t\t\t\t\t\t\tvalue={ authorIds }\n\t\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showSearchControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\thasValue={ () => !! querySearch }\n\t\t\t\t\t\t\tlabel={ __( 'Keyword' ) }\n\t\t\t\t\t\t\tonDeselect={ () => setQuerySearch( '' ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<TextControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\tlabel={ __( 'Keyword' ) }\n\t\t\t\t\t\t\t\tvalue={ querySearch }\n\t\t\t\t\t\t\t\tonChange={ setQuerySearch }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showParentControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\thasValue={ () => !! parents?.length }\n\t\t\t\t\t\t\tlabel={ __( 'Parents' ) }\n\t\t\t\t\t\t\tonDeselect={ () => setQuery( { parents: [] } ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ParentControl\n\t\t\t\t\t\t\t\tparents={ parents }\n\t\t\t\t\t\t\t\tpostType={ postType }\n\t\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t</ToolsPanel>\n\t\t\t) }\n\t\t</>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_components","require","_data","_coreData","_i18n","_blockEditor","_compose","_element","_orderControl","_interopRequireDefault","_authorControl","_parentControl","_taxonomyControls","_formatControls","_stickyControl","_createNewPostLink","_perPageControl","_offsetControls","_pagesControl","_lockUnlock","_utils","_hooks","_jsxRuntime","BlockInfo","unlock","blockEditorPrivateApis","QueryInspectorControls","props","attributes","setQuery","setDisplayLayout","isTemplate","query","displayLayout","order","orderBy","author","authorIds","pages","postType","perPage","offset","sticky","inherit","taxQuery","parents","format","allowedControls","useAllowedControls","showSticky","setShowSticky","useState","postTypesTaxonomiesMap","postTypesSelectOptions","postTypeFormatSupportMap","usePostTypes","taxonomies","useTaxonomies","isPostTypeHierarchical","useIsPostTypeHierarchical","useEffect","onPostTypeChange","newValue","updateQuery","supportedTaxonomies","updatedTaxQuery","Object","entries","reduce","accumulator","taxonomySlug","terms","includes","keys","length","undefined","hasFormatSupport","querySearch","setQuerySearch","search","onChangeDebounced","useCallback","debounce","cancel","showInheritControl","isControlAllowed","showPostTypeControl","postTypeControlLabel","__","postTypeControlHelp","showColumnsControl","showOrderControl","showStickyControl","showSettingsPanel","showTaxControl","showAuthorControl","showSearchControl","showParentControl","postTypeHasFormatSupport","showFormatControl","useSelect","select","themeSupports","coreStore","getThemeSupports","formats","some","type","showFiltersPanel","dropdownMenuProps","useToolsPanelDropdownMenuProps","showPostCountControl","showOffSetControl","showPagesControl","showDisplayPanel","jsxs","Fragment","children","jsx","default","PanelBody","title","__experimentalToggleGroupControl","__next40pxDefaultSize","__nextHasNoMarginBottom","label","isBlock","onChange","value","help","__experimentalToggleGroupControlOption","SelectControl","options","map","option","RangeControl","columns","min","max","Math","Notice","status","isDismissible","__experimentalToolsPanel","className","resetAll","__experimentalToolsPanelItem","hasValue","onDeselect","values","TaxonomyControls","TextControl"],"sources":["@wordpress/block-library/src/query/edit/inspector-controls/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport {\n\tPanelBody,\n\tTextControl,\n\tSelectControl,\n\tRangeControl,\n\t__experimentalToggleGroupControl as ToggleGroupControl,\n\t__experimentalToggleGroupControlOption as ToggleGroupControlOption,\n\tNotice,\n\t__experimentalToolsPanel as ToolsPanel,\n\t__experimentalToolsPanelItem as ToolsPanelItem,\n} from '@wordpress/components';\nimport { useSelect } from '@wordpress/data';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { __ } from '@wordpress/i18n';\nimport { privateApis as blockEditorPrivateApis } from '@wordpress/block-editor';\nimport { debounce } from '@wordpress/compose';\nimport { useEffect, useState, useCallback } from '@wordpress/element';\n\n/**\n * Internal dependencies\n */\nimport OrderControl from './order-control';\nimport AuthorControl from './author-control';\nimport ParentControl from './parent-control';\nimport { TaxonomyControls } from './taxonomy-controls';\nimport FormatControls from './format-controls';\nimport StickyControl from './sticky-control';\nimport CreateNewPostLink from './create-new-post-link';\nimport PerPageControl from './per-page-control';\nimport OffsetControl from './offset-controls';\nimport PagesControl from './pages-control';\nimport { unlock } from '../../../lock-unlock';\nimport {\n\tusePostTypes,\n\tuseIsPostTypeHierarchical,\n\tuseAllowedControls,\n\tisControlAllowed,\n\tuseTaxonomies,\n} from '../../utils';\nimport { useToolsPanelDropdownMenuProps } from '../../../utils/hooks';\n\nconst { BlockInfo } = unlock( blockEditorPrivateApis );\n\nexport default function QueryInspectorControls( props ) {\n\tconst { attributes, setQuery, setDisplayLayout, isTemplate } = props;\n\tconst { query, displayLayout } = attributes;\n\tconst {\n\t\torder,\n\t\torderBy,\n\t\tauthor: authorIds,\n\t\tpages,\n\t\tpostType,\n\t\tperPage,\n\t\toffset,\n\t\tsticky,\n\t\tinherit,\n\t\ttaxQuery,\n\t\tparents,\n\t\tformat,\n\t} = query;\n\tconst allowedControls = useAllowedControls( attributes );\n\tconst [ showSticky, setShowSticky ] = useState( postType === 'post' );\n\tconst {\n\t\tpostTypesTaxonomiesMap,\n\t\tpostTypesSelectOptions,\n\t\tpostTypeFormatSupportMap,\n\t} = usePostTypes();\n\tconst taxonomies = useTaxonomies( postType );\n\tconst isPostTypeHierarchical = useIsPostTypeHierarchical( postType );\n\tuseEffect( () => {\n\t\tsetShowSticky( postType === 'post' );\n\t}, [ postType ] );\n\tconst onPostTypeChange = ( newValue ) => {\n\t\tconst updateQuery = { postType: newValue };\n\t\t// We need to dynamically update the `taxQuery` property,\n\t\t// by removing any not supported taxonomy from the query.\n\t\tconst supportedTaxonomies = postTypesTaxonomiesMap[ newValue ];\n\t\tconst updatedTaxQuery = Object.entries( taxQuery || {} ).reduce(\n\t\t\t( accumulator, [ taxonomySlug, terms ] ) => {\n\t\t\t\tif ( supportedTaxonomies.includes( taxonomySlug ) ) {\n\t\t\t\t\taccumulator[ taxonomySlug ] = terms;\n\t\t\t\t}\n\t\t\t\treturn accumulator;\n\t\t\t},\n\t\t\t{}\n\t\t);\n\t\tupdateQuery.taxQuery = !! Object.keys( updatedTaxQuery ).length\n\t\t\t? updatedTaxQuery\n\t\t\t: undefined;\n\n\t\tif ( newValue !== 'post' ) {\n\t\t\tupdateQuery.sticky = '';\n\t\t}\n\t\t// We need to reset `parents` because they are tied to each post type.\n\t\tupdateQuery.parents = [];\n\t\t// Post types can register post format support with `add_post_type_support`.\n\t\t// But we need to reset the `format` property when switching to post types\n\t\t// that do not support post formats.\n\t\tconst hasFormatSupport = postTypeFormatSupportMap[ newValue ];\n\t\tif ( ! hasFormatSupport ) {\n\t\t\tupdateQuery.format = [];\n\t\t}\n\n\t\tsetQuery( updateQuery );\n\t};\n\tconst [ querySearch, setQuerySearch ] = useState( query.search );\n\tconst onChangeDebounced = useCallback(\n\t\tdebounce( () => {\n\t\t\tif ( query.search !== querySearch ) {\n\t\t\t\tsetQuery( { search: querySearch } );\n\t\t\t}\n\t\t}, 250 ),\n\t\t[ querySearch, query.search ]\n\t);\n\tuseEffect( () => {\n\t\tonChangeDebounced();\n\t\treturn onChangeDebounced.cancel;\n\t}, [ querySearch, onChangeDebounced ] );\n\n\tconst showInheritControl =\n\t\tisTemplate && isControlAllowed( allowedControls, 'inherit' );\n\tconst showPostTypeControl =\n\t\t( ! inherit && isControlAllowed( allowedControls, 'postType' ) ) ||\n\t\t! isTemplate;\n\tconst postTypeControlLabel = __( 'Post type' );\n\tconst postTypeControlHelp = __(\n\t\t'Select the type of content to display: posts, pages, or custom post types.'\n\t);\n\tconst showColumnsControl = false;\n\tconst showOrderControl =\n\t\t( ! inherit && isControlAllowed( allowedControls, 'order' ) ) ||\n\t\t! isTemplate;\n\tconst showStickyControl =\n\t\t( ! inherit &&\n\t\t\tshowSticky &&\n\t\t\tisControlAllowed( allowedControls, 'sticky' ) ) ||\n\t\t( showSticky && ! isTemplate );\n\tconst showSettingsPanel =\n\t\tshowInheritControl ||\n\t\tshowPostTypeControl ||\n\t\tshowColumnsControl ||\n\t\tshowOrderControl ||\n\t\tshowStickyControl;\n\tconst showTaxControl =\n\t\t!! taxonomies?.length &&\n\t\tisControlAllowed( allowedControls, 'taxQuery' );\n\tconst showAuthorControl = isControlAllowed( allowedControls, 'author' );\n\tconst showSearchControl = isControlAllowed( allowedControls, 'search' );\n\tconst showParentControl =\n\t\tisControlAllowed( allowedControls, 'parents' ) &&\n\t\tisPostTypeHierarchical;\n\n\tconst postTypeHasFormatSupport = postTypeFormatSupportMap[ postType ];\n\tconst showFormatControl = useSelect(\n\t\t( select ) => {\n\t\t\t// Check if the post type supports post formats and if the control is allowed.\n\t\t\tif (\n\t\t\t\t! postTypeHasFormatSupport ||\n\t\t\t\t! isControlAllowed( allowedControls, 'format' )\n\t\t\t) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tconst themeSupports = select( coreStore ).getThemeSupports();\n\n\t\t\t// If there are no supported formats, getThemeSupports still includes the default 'standard' format,\n\t\t\t// and in this case the control should not be shown since the user has no other formats to choose from.\n\t\t\treturn (\n\t\t\t\tthemeSupports.formats &&\n\t\t\t\tthemeSupports.formats.length > 0 &&\n\t\t\t\tthemeSupports.formats.some( ( type ) => type !== 'standard' )\n\t\t\t);\n\t\t},\n\t\t[ allowedControls, postTypeHasFormatSupport ]\n\t);\n\n\tconst showFiltersPanel =\n\t\tshowTaxControl ||\n\t\tshowAuthorControl ||\n\t\tshowSearchControl ||\n\t\tshowParentControl ||\n\t\tshowFormatControl;\n\tconst dropdownMenuProps = useToolsPanelDropdownMenuProps();\n\n\tconst showPostCountControl = isControlAllowed(\n\t\tallowedControls,\n\t\t'postCount'\n\t);\n\tconst showOffSetControl = isControlAllowed( allowedControls, 'offset' );\n\tconst showPagesControl = isControlAllowed( allowedControls, 'pages' );\n\n\tconst showDisplayPanel =\n\t\tshowPostCountControl || showOffSetControl || showPagesControl;\n\n\treturn (\n\t\t<>\n\t\t\t{ !! postType && (\n\t\t\t\t<BlockInfo>\n\t\t\t\t\t<CreateNewPostLink postType={ postType } />\n\t\t\t\t</BlockInfo>\n\t\t\t) }\n\t\t\t{ showSettingsPanel && (\n\t\t\t\t<PanelBody title={ __( 'Settings' ) }>\n\t\t\t\t\t{ showInheritControl && (\n\t\t\t\t\t\t<ToggleGroupControl\n\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\tlabel={ __( 'Query type' ) }\n\t\t\t\t\t\t\tisBlock\n\t\t\t\t\t\t\tonChange={ ( value ) => {\n\t\t\t\t\t\t\t\tsetQuery( { inherit: !! value } );\n\t\t\t\t\t\t\t} }\n\t\t\t\t\t\t\thelp={\n\t\t\t\t\t\t\t\tinherit\n\t\t\t\t\t\t\t\t\t? __(\n\t\t\t\t\t\t\t\t\t\t\t'Display a list of posts or custom post types based on the current template.'\n\t\t\t\t\t\t\t\t\t )\n\t\t\t\t\t\t\t\t\t: __(\n\t\t\t\t\t\t\t\t\t\t\t'Display a list of posts or custom post types based on specific criteria.'\n\t\t\t\t\t\t\t\t\t )\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvalue={ !! inherit }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ToggleGroupControlOption\n\t\t\t\t\t\t\t\tvalue\n\t\t\t\t\t\t\t\tlabel={ __( 'Default' ) }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<ToggleGroupControlOption\n\t\t\t\t\t\t\t\tvalue={ false }\n\t\t\t\t\t\t\t\tlabel={ __( 'Custom' ) }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToggleGroupControl>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showPostTypeControl &&\n\t\t\t\t\t\t( postTypesSelectOptions.length > 2 ? (\n\t\t\t\t\t\t\t<SelectControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\toptions={ postTypesSelectOptions }\n\t\t\t\t\t\t\t\tvalue={ postType }\n\t\t\t\t\t\t\t\tlabel={ postTypeControlLabel }\n\t\t\t\t\t\t\t\tonChange={ onPostTypeChange }\n\t\t\t\t\t\t\t\thelp={ postTypeControlHelp }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<ToggleGroupControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\tisBlock\n\t\t\t\t\t\t\t\tvalue={ postType }\n\t\t\t\t\t\t\t\tlabel={ postTypeControlLabel }\n\t\t\t\t\t\t\t\tonChange={ onPostTypeChange }\n\t\t\t\t\t\t\t\thelp={ postTypeControlHelp }\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t{ postTypesSelectOptions.map( ( option ) => (\n\t\t\t\t\t\t\t\t\t<ToggleGroupControlOption\n\t\t\t\t\t\t\t\t\t\tkey={ option.value }\n\t\t\t\t\t\t\t\t\t\tvalue={ option.value }\n\t\t\t\t\t\t\t\t\t\tlabel={ option.label }\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t) ) }\n\t\t\t\t\t\t\t</ToggleGroupControl>\n\t\t\t\t\t\t) ) }\n\n\t\t\t\t\t{ showColumnsControl && (\n\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t<RangeControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\tlabel={ __( 'Columns' ) }\n\t\t\t\t\t\t\t\tvalue={ displayLayout.columns }\n\t\t\t\t\t\t\t\tonChange={ ( value ) =>\n\t\t\t\t\t\t\t\t\tsetDisplayLayout( {\n\t\t\t\t\t\t\t\t\t\tcolumns: value,\n\t\t\t\t\t\t\t\t\t} )\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tmin={ 2 }\n\t\t\t\t\t\t\t\tmax={ Math.max( 6, displayLayout.columns ) }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t{ displayLayout.columns > 6 && (\n\t\t\t\t\t\t\t\t<Notice\n\t\t\t\t\t\t\t\t\tstatus=\"warning\"\n\t\t\t\t\t\t\t\t\tisDismissible={ false }\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{ __(\n\t\t\t\t\t\t\t\t\t\t'This column count exceeds the recommended amount and may cause visual breakage.'\n\t\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t</Notice>\n\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t</>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showOrderControl && (\n\t\t\t\t\t\t<OrderControl\n\t\t\t\t\t\t\t{ ...{ order, orderBy } }\n\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t/>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showStickyControl && (\n\t\t\t\t\t\t<StickyControl\n\t\t\t\t\t\t\tvalue={ sticky }\n\t\t\t\t\t\t\tonChange={ ( value ) =>\n\t\t\t\t\t\t\t\tsetQuery( { sticky: value } )\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t/>\n\t\t\t\t\t) }\n\t\t\t\t</PanelBody>\n\t\t\t) }\n\t\t\t{ ! inherit && showDisplayPanel && (\n\t\t\t\t<ToolsPanel\n\t\t\t\t\tclassName=\"block-library-query-toolspanel__display\"\n\t\t\t\t\tlabel={ __( 'Display' ) }\n\t\t\t\t\tresetAll={ () => {\n\t\t\t\t\t\tsetQuery( {\n\t\t\t\t\t\t\toffset: 0,\n\t\t\t\t\t\t\tpages: 0,\n\t\t\t\t\t\t} );\n\t\t\t\t\t} }\n\t\t\t\t\tdropdownMenuProps={ dropdownMenuProps }\n\t\t\t\t>\n\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\tlabel={ __( 'Items' ) }\n\t\t\t\t\t\thasValue={ () => perPage > 0 }\n\t\t\t\t\t>\n\t\t\t\t\t\t<PerPageControl\n\t\t\t\t\t\t\tperPage={ perPage }\n\t\t\t\t\t\t\toffset={ offset }\n\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t/>\n\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\tlabel={ __( 'Offset' ) }\n\t\t\t\t\t\thasValue={ () => offset > 0 }\n\t\t\t\t\t\tonDeselect={ () => setQuery( { offset: 0 } ) }\n\t\t\t\t\t>\n\t\t\t\t\t\t<OffsetControl\n\t\t\t\t\t\t\toffset={ offset }\n\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t/>\n\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\tlabel={ __( 'Max Pages to Show' ) }\n\t\t\t\t\t\thasValue={ () => pages > 0 }\n\t\t\t\t\t\tonDeselect={ () => setQuery( { pages: 0 } ) }\n\t\t\t\t\t>\n\t\t\t\t\t\t<PagesControl pages={ pages } onChange={ setQuery } />\n\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t</ToolsPanel>\n\t\t\t) }\n\t\t\t{ ! inherit && showFiltersPanel && (\n\t\t\t\t<ToolsPanel\n\t\t\t\t\tclassName=\"block-library-query-toolspanel__filters\" // unused but kept for backward compatibility\n\t\t\t\t\tlabel={ __( 'Filters' ) }\n\t\t\t\t\tresetAll={ () => {\n\t\t\t\t\t\tsetQuery( {\n\t\t\t\t\t\t\tauthor: '',\n\t\t\t\t\t\t\tparents: [],\n\t\t\t\t\t\t\tsearch: '',\n\t\t\t\t\t\t\ttaxQuery: null,\n\t\t\t\t\t\t\tformat: [],\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tsetQuerySearch( '' );\n\t\t\t\t\t} }\n\t\t\t\t\tdropdownMenuProps={ dropdownMenuProps }\n\t\t\t\t>\n\t\t\t\t\t{ showTaxControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\tlabel={ __( 'Taxonomies' ) }\n\t\t\t\t\t\t\thasValue={ () =>\n\t\t\t\t\t\t\t\tObject.values( taxQuery || {} ).some(\n\t\t\t\t\t\t\t\t\t( terms ) => !! terms.length\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tonDeselect={ () => setQuery( { taxQuery: null } ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<TaxonomyControls\n\t\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t\t\tquery={ query }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showAuthorControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\thasValue={ () => !! authorIds }\n\t\t\t\t\t\t\tlabel={ __( 'Authors' ) }\n\t\t\t\t\t\t\tonDeselect={ () => setQuery( { author: '' } ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<AuthorControl\n\t\t\t\t\t\t\t\tvalue={ authorIds }\n\t\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showSearchControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\thasValue={ () => !! querySearch }\n\t\t\t\t\t\t\tlabel={ __( 'Keyword' ) }\n\t\t\t\t\t\t\tonDeselect={ () => setQuerySearch( '' ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<TextControl\n\t\t\t\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\tlabel={ __( 'Keyword' ) }\n\t\t\t\t\t\t\t\tvalue={ querySearch }\n\t\t\t\t\t\t\t\tonChange={ setQuerySearch }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showParentControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\thasValue={ () => !! parents?.length }\n\t\t\t\t\t\t\tlabel={ __( 'Parents' ) }\n\t\t\t\t\t\t\tonDeselect={ () => setQuery( { parents: [] } ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ParentControl\n\t\t\t\t\t\t\t\tparents={ parents }\n\t\t\t\t\t\t\t\tpostType={ postType }\n\t\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t\t{ showFormatControl && (\n\t\t\t\t\t\t<ToolsPanelItem\n\t\t\t\t\t\t\thasValue={ () => !! format?.length }\n\t\t\t\t\t\t\tlabel={ __( 'Formats' ) }\n\t\t\t\t\t\t\tonDeselect={ () => setQuery( { format: [] } ) }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<FormatControls\n\t\t\t\t\t\t\t\tonChange={ setQuery }\n\t\t\t\t\t\t\t\tquery={ query }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ToolsPanelItem>\n\t\t\t\t\t) }\n\t\t\t\t</ToolsPanel>\n\t\t\t) }\n\t\t</>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -32,7 +32,8 @@ function QueryContent({
32
32
  setAttributes,
33
33
  openPatternSelectionModal,
34
34
  name,
35
- clientId
35
+ clientId,
36
+ context
36
37
  }) {
37
38
  const {
38
39
  queryId,
@@ -44,6 +45,9 @@ function QueryContent({
44
45
  inherit
45
46
  } = {}
46
47
  } = attributes;
48
+ const {
49
+ postType
50
+ } = context;
47
51
  const {
48
52
  __unstableMarkNextChangeAsNotPersistent
49
53
  } = (0, _data.useDispatch)(_blockEditor.store);
@@ -52,6 +56,12 @@ function QueryContent({
52
56
  const innerBlocksProps = (0, _blockEditor.useInnerBlocksProps)(blockProps, {
53
57
  template: TEMPLATE
54
58
  });
59
+ const isTemplate = (0, _data.useSelect)(select => {
60
+ const currentTemplate = select(_coreData.store).__experimentalGetTemplateForLink()?.type;
61
+ const isInTemplate = 'wp_template' === currentTemplate;
62
+ const isInSingularContent = postType !== undefined;
63
+ return isInTemplate && !isInSingularContent;
64
+ }, [postType]);
55
65
  const {
56
66
  postsPerPage
57
67
  } = (0, _data.useSelect)(select => {
@@ -85,6 +95,12 @@ function QueryContent({
85
95
  // Changes in query property (which is an object) need to be in the same callback,
86
96
  // because updates are batched after the render and changes in different query properties
87
97
  // would cause to override previous wanted changes.
98
+ const updateQuery = (0, _element.useCallback)(newQuery => setAttributes({
99
+ query: {
100
+ ...query,
101
+ ...newQuery
102
+ }
103
+ }), [query, setAttributes]);
88
104
  (0, _element.useEffect)(() => {
89
105
  const newQuery = {};
90
106
  // When we inherit from global query always need to set the `perPage`
@@ -94,11 +110,16 @@ function QueryContent({
94
110
  } else if (!query.perPage && postsPerPage) {
95
111
  newQuery.perPage = postsPerPage;
96
112
  }
113
+ // We need to reset the `inherit` value if not in a template, as queries
114
+ // are not inherited when outside a template (e.g. when in singular content).
115
+ if (!isTemplate && query.inherit) {
116
+ newQuery.inherit = false;
117
+ }
97
118
  if (!!Object.keys(newQuery).length) {
98
119
  __unstableMarkNextChangeAsNotPersistent();
99
120
  updateQuery(newQuery);
100
121
  }
101
- }, [query.perPage, postsPerPage, inherit]);
122
+ }, [query.perPage, postsPerPage, inherit, isTemplate, query.inherit, __unstableMarkNextChangeAsNotPersistent, updateQuery]);
102
123
  // We need this for multi-query block pagination.
103
124
  // Query parameters for each block are scoped to their ID.
104
125
  (0, _element.useEffect)(() => {
@@ -108,13 +129,7 @@ function QueryContent({
108
129
  queryId: instanceId
109
130
  });
110
131
  }
111
- }, [queryId, instanceId]);
112
- const updateQuery = newQuery => setAttributes({
113
- query: {
114
- ...query,
115
- ...newQuery
116
- }
117
- });
132
+ }, [queryId, instanceId, __unstableMarkNextChangeAsNotPersistent, setAttributes]);
118
133
  const updateDisplayLayout = newDisplayLayout => setAttributes({
119
134
  displayLayout: {
120
135
  ...displayLayout,
@@ -137,7 +152,8 @@ function QueryContent({
137
152
  setQuery: updateQuery,
138
153
  setDisplayLayout: updateDisplayLayout,
139
154
  setAttributes: setAttributes,
140
- clientId: clientId
155
+ clientId: clientId,
156
+ isTemplate: isTemplate
141
157
  })
142
158
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_blockEditor.BlockControls, {
143
159
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_queryToolbar.default, {