@wordpress/editor 14.11.0 → 14.12.1-next.082ed6819.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 (842) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/README.md +120 -107
  3. package/build/components/block-settings-menu/plugin-block-settings-menu-item.js +1 -1
  4. package/build/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
  5. package/build/components/collab-sidebar/add-comment.js +19 -68
  6. package/build/components/collab-sidebar/add-comment.js.map +1 -1
  7. package/build/components/collab-sidebar/comment-author-info.js +76 -0
  8. package/build/components/collab-sidebar/comment-author-info.js.map +1 -0
  9. package/build/components/collab-sidebar/comment-button-toolbar.js +2 -2
  10. package/build/components/collab-sidebar/comment-button-toolbar.js.map +1 -1
  11. package/build/components/collab-sidebar/comment-button.js +2 -2
  12. package/build/components/collab-sidebar/comment-button.js.map +1 -1
  13. package/build/components/collab-sidebar/comment-form.js +64 -0
  14. package/build/components/collab-sidebar/comment-form.js.map +1 -0
  15. package/build/components/collab-sidebar/comments.js +33 -91
  16. package/build/components/collab-sidebar/comments.js.map +1 -1
  17. package/build/components/collab-sidebar/index.js +75 -73
  18. package/build/components/collab-sidebar/index.js.map +1 -1
  19. package/build/components/commands/index.js +142 -34
  20. package/build/components/commands/index.js.map +1 -1
  21. package/build/components/create-template-part-modal/index.js +2 -2
  22. package/build/components/create-template-part-modal/index.js.map +1 -1
  23. package/build/components/document-bar/index.js +18 -5
  24. package/build/components/document-bar/index.js.map +1 -1
  25. package/build/components/document-outline/check.js +4 -4
  26. package/build/components/document-outline/check.js.map +1 -1
  27. package/build/components/document-outline/index.js +8 -8
  28. package/build/components/document-outline/index.js.map +1 -1
  29. package/build/components/document-tools/index.js +8 -4
  30. package/build/components/document-tools/index.js.map +1 -1
  31. package/build/components/editor-history/redo.js +1 -1
  32. package/build/components/editor-history/redo.js.map +1 -1
  33. package/build/components/editor-history/undo.js +1 -1
  34. package/build/components/editor-history/undo.js.map +1 -1
  35. package/build/components/editor-interface/content-slot-fill.js +1 -10
  36. package/build/components/editor-interface/content-slot-fill.js.map +1 -1
  37. package/build/components/editor-interface/index.js +4 -11
  38. package/build/components/editor-interface/index.js.map +1 -1
  39. package/build/components/editor-notices/index.js +1 -1
  40. package/build/components/editor-notices/index.js.map +1 -1
  41. package/build/components/editor-snackbars/index.js +1 -1
  42. package/build/components/editor-snackbars/index.js.map +1 -1
  43. package/build/components/entities-saved-states/entity-record-item.js +9 -1
  44. package/build/components/entities-saved-states/entity-record-item.js.map +1 -1
  45. package/build/components/entities-saved-states/index.js +2 -2
  46. package/build/components/entities-saved-states/index.js.map +1 -1
  47. package/build/components/global-styles-provider/index.js +20 -8
  48. package/build/components/global-styles-provider/index.js.map +1 -1
  49. package/build/components/header/index.js +10 -12
  50. package/build/components/header/index.js.map +1 -1
  51. package/build/components/more-menu/index.js +9 -7
  52. package/build/components/more-menu/index.js.map +1 -1
  53. package/build/components/page-attributes/check.js +3 -3
  54. package/build/components/page-attributes/check.js.map +1 -1
  55. package/build/components/page-attributes/order.js +1 -1
  56. package/build/components/page-attributes/order.js.map +1 -1
  57. package/build/components/page-attributes/panel.js +1 -1
  58. package/build/components/page-attributes/panel.js.map +1 -1
  59. package/build/components/page-attributes/parent.js +1 -1
  60. package/build/components/page-attributes/parent.js.map +1 -1
  61. package/build/components/plugin-document-setting-panel/index.js +2 -2
  62. package/build/components/plugin-document-setting-panel/index.js.map +1 -1
  63. package/build/components/plugin-more-menu-item/index.js +2 -1
  64. package/build/components/plugin-more-menu-item/index.js.map +1 -1
  65. package/build/components/plugin-post-publish-panel/index.js +2 -2
  66. package/build/components/plugin-post-publish-panel/index.js.map +1 -1
  67. package/build/components/plugin-post-status-info/index.js +4 -4
  68. package/build/components/plugin-post-status-info/index.js.map +1 -1
  69. package/build/components/plugin-pre-publish-panel/index.js +2 -2
  70. package/build/components/plugin-pre-publish-panel/index.js.map +1 -1
  71. package/build/components/plugin-preview-menu-item/index.js +2 -1
  72. package/build/components/plugin-preview-menu-item/index.js.map +1 -1
  73. package/build/components/plugin-sidebar/index.js +1 -0
  74. package/build/components/plugin-sidebar/index.js.map +1 -1
  75. package/build/components/plugin-sidebar-more-menu-item/index.js +2 -1
  76. package/build/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
  77. package/build/components/post-actions/actions.js +3 -3
  78. package/build/components/post-actions/actions.js.map +1 -1
  79. package/build/components/post-author/check.js +3 -3
  80. package/build/components/post-author/check.js.map +1 -1
  81. package/build/components/post-author/index.js +1 -1
  82. package/build/components/post-author/index.js.map +1 -1
  83. package/build/components/post-author/panel.js +1 -1
  84. package/build/components/post-author/panel.js.map +1 -1
  85. package/build/components/post-card-panel/index.js +9 -4
  86. package/build/components/post-card-panel/index.js.map +1 -1
  87. package/build/components/post-comments/index.js +1 -1
  88. package/build/components/post-comments/index.js.map +1 -1
  89. package/build/components/post-discussion/panel.js +1 -1
  90. package/build/components/post-discussion/panel.js.map +1 -1
  91. package/build/components/post-excerpt/check.js +3 -3
  92. package/build/components/post-excerpt/check.js.map +1 -1
  93. package/build/components/post-excerpt/panel.js +1 -1
  94. package/build/components/post-excerpt/panel.js.map +1 -1
  95. package/build/components/post-excerpt/plugin.js +4 -4
  96. package/build/components/post-excerpt/plugin.js.map +1 -1
  97. package/build/components/post-featured-image/check.js +3 -3
  98. package/build/components/post-featured-image/check.js.map +1 -1
  99. package/build/components/post-featured-image/index.js +39 -9
  100. package/build/components/post-featured-image/index.js.map +1 -1
  101. package/build/components/post-featured-image/panel.js +1 -1
  102. package/build/components/post-featured-image/panel.js.map +1 -1
  103. package/build/components/post-fields/index.js +70 -0
  104. package/build/components/post-fields/index.js.map +1 -0
  105. package/build/components/post-format/check.js +9 -12
  106. package/build/components/post-format/check.js.map +1 -1
  107. package/build/components/post-format/index.js +1 -1
  108. package/build/components/post-format/index.js.map +1 -1
  109. package/build/components/post-format/panel.js +1 -1
  110. package/build/components/post-format/panel.js.map +1 -1
  111. package/build/components/post-last-revision/check.js +3 -3
  112. package/build/components/post-last-revision/check.js.map +1 -1
  113. package/build/components/post-last-revision/index.js +1 -1
  114. package/build/components/post-last-revision/index.js.map +1 -1
  115. package/build/components/post-last-revision/panel.js +1 -1
  116. package/build/components/post-last-revision/panel.js.map +1 -1
  117. package/build/components/post-locked-modal/index.js +1 -1
  118. package/build/components/post-locked-modal/index.js.map +1 -1
  119. package/build/components/post-pending-status/check.js +3 -3
  120. package/build/components/post-pending-status/check.js.map +1 -1
  121. package/build/components/post-pending-status/index.js +1 -1
  122. package/build/components/post-pending-status/index.js.map +1 -1
  123. package/build/components/post-preview-button/index.js +1 -1
  124. package/build/components/post-preview-button/index.js.map +1 -1
  125. package/build/components/post-publish-panel/index.js +5 -2
  126. package/build/components/post-publish-panel/index.js.map +1 -1
  127. package/build/components/post-schedule/check.js +3 -3
  128. package/build/components/post-schedule/check.js.map +1 -1
  129. package/build/components/post-schedule/index.js +1 -1
  130. package/build/components/post-schedule/index.js.map +1 -1
  131. package/build/components/post-schedule/label.js +1 -1
  132. package/build/components/post-schedule/label.js.map +1 -1
  133. package/build/components/post-schedule/panel.js +1 -1
  134. package/build/components/post-schedule/panel.js.map +1 -1
  135. package/build/components/post-slug/check.js +3 -3
  136. package/build/components/post-slug/check.js.map +1 -1
  137. package/build/components/post-slug/index.js +1 -1
  138. package/build/components/post-slug/index.js.map +1 -1
  139. package/build/components/post-sticky/check.js +3 -3
  140. package/build/components/post-sticky/check.js.map +1 -1
  141. package/build/components/post-sticky/index.js +1 -1
  142. package/build/components/post-sticky/index.js.map +1 -1
  143. package/build/components/post-switch-to-draft-button/index.js +1 -1
  144. package/build/components/post-switch-to-draft-button/index.js.map +1 -1
  145. package/build/components/post-sync-status/index.js +1 -1
  146. package/build/components/post-sync-status/index.js.map +1 -1
  147. package/build/components/post-taxonomies/check.js +3 -3
  148. package/build/components/post-taxonomies/check.js.map +1 -1
  149. package/build/components/post-taxonomies/flat-term-selector.js +11 -9
  150. package/build/components/post-taxonomies/flat-term-selector.js.map +1 -1
  151. package/build/components/post-taxonomies/panel.js +16 -13
  152. package/build/components/post-taxonomies/panel.js.map +1 -1
  153. package/build/components/post-template/classic-theme.js +2 -2
  154. package/build/components/post-template/classic-theme.js.map +1 -1
  155. package/build/components/post-template/panel.js +1 -1
  156. package/build/components/post-template/panel.js.map +1 -1
  157. package/build/components/post-template/swap-template-button.js +0 -3
  158. package/build/components/post-template/swap-template-button.js.map +1 -1
  159. package/build/components/post-text-editor/index.js +1 -1
  160. package/build/components/post-text-editor/index.js.map +1 -1
  161. package/build/components/post-title/index.js +20 -18
  162. package/build/components/post-title/index.js.map +1 -1
  163. package/build/components/post-title/post-title-raw.js +1 -1
  164. package/build/components/post-title/post-title-raw.js.map +1 -1
  165. package/build/components/post-transform-panel/index.js +0 -3
  166. package/build/components/post-transform-panel/index.js.map +1 -1
  167. package/build/components/post-trash/check.js +3 -3
  168. package/build/components/post-trash/check.js.map +1 -1
  169. package/build/components/post-trash/index.js +1 -1
  170. package/build/components/post-trash/index.js.map +1 -1
  171. package/build/components/post-type-support-check/index.js +6 -6
  172. package/build/components/post-type-support-check/index.js.map +1 -1
  173. package/build/components/post-url/check.js +3 -3
  174. package/build/components/post-url/check.js.map +1 -1
  175. package/build/components/post-url/index.js +1 -1
  176. package/build/components/post-url/index.js.map +1 -1
  177. package/build/components/post-url/label.js +1 -1
  178. package/build/components/post-url/label.js.map +1 -1
  179. package/build/components/post-url/panel.js +1 -1
  180. package/build/components/post-url/panel.js.map +1 -1
  181. package/build/components/post-visibility/check.js +1 -1
  182. package/build/components/post-visibility/check.js.map +1 -1
  183. package/build/components/post-visibility/index.js +1 -1
  184. package/build/components/post-visibility/index.js.map +1 -1
  185. package/build/components/preferences-modal/block-visibility.js +87 -0
  186. package/build/components/preferences-modal/block-visibility.js.map +1 -0
  187. package/build/components/preferences-modal/enable-panel.js +27 -19
  188. package/build/components/preferences-modal/enable-panel.js.map +1 -1
  189. package/build/components/preferences-modal/enable-publish-sidebar.js +13 -10
  190. package/build/components/preferences-modal/enable-publish-sidebar.js.map +1 -1
  191. package/build/components/preferences-modal/index.js +28 -24
  192. package/build/components/preferences-modal/index.js.map +1 -1
  193. package/build/components/preview-dropdown/index.js +23 -4
  194. package/build/components/preview-dropdown/index.js.map +1 -1
  195. package/build/components/provider/index.js +14 -8
  196. package/build/components/provider/index.js.map +1 -1
  197. package/build/components/provider/use-block-editor-settings.js +10 -9
  198. package/build/components/provider/use-block-editor-settings.js.map +1 -1
  199. package/build/components/sidebar/post-summary.js +2 -2
  200. package/build/components/sidebar/post-summary.js.map +1 -1
  201. package/build/components/start-page-options/index.js +0 -3
  202. package/build/components/start-page-options/index.js.map +1 -1
  203. package/build/components/start-template-options/index.js +0 -3
  204. package/build/components/start-template-options/index.js.map +1 -1
  205. package/build/components/table-of-contents/index.js +1 -1
  206. package/build/components/table-of-contents/index.js.map +1 -1
  207. package/build/components/theme-support-check/index.js +4 -4
  208. package/build/components/theme-support-check/index.js.map +1 -1
  209. package/build/components/time-to-read/index.js +1 -1
  210. package/build/components/time-to-read/index.js.map +1 -1
  211. package/build/components/unsaved-changes-warning/index.js +1 -1
  212. package/build/components/unsaved-changes-warning/index.js.map +1 -1
  213. package/build/components/visual-editor/index.js +5 -2
  214. package/build/components/visual-editor/index.js.map +1 -1
  215. package/build/components/word-count/index.js +1 -1
  216. package/build/components/word-count/index.js.map +1 -1
  217. package/build/components/zoom-out-toggle/index.js +8 -3
  218. package/build/components/zoom-out-toggle/index.js.map +1 -1
  219. package/build/dataviews/api.js +41 -0
  220. package/build/dataviews/api.js.map +1 -1
  221. package/build/dataviews/store/private-actions.js +26 -4
  222. package/build/dataviews/store/private-actions.js.map +1 -1
  223. package/build/dataviews/store/private-selectors.js +5 -0
  224. package/build/dataviews/store/private-selectors.js.map +1 -1
  225. package/build/dataviews/store/reducer.js +23 -0
  226. package/build/dataviews/store/reducer.js.map +1 -1
  227. package/build/private-apis.js +4 -0
  228. package/build/private-apis.js.map +1 -1
  229. package/build/store/actions.js +76 -25
  230. package/build/store/actions.js.map +1 -1
  231. package/build/store/constants.js +0 -2
  232. package/build/store/constants.js.map +1 -1
  233. package/build/store/index.js +0 -4
  234. package/build/store/index.js.map +1 -1
  235. package/build/store/private-selectors.js +5 -1
  236. package/build/store/private-selectors.js.map +1 -1
  237. package/build/store/reducer.native.js +1 -0
  238. package/build/store/reducer.native.js.map +1 -1
  239. package/build/store/selectors.js +36 -44
  240. package/build/store/selectors.js.map +1 -1
  241. package/build/utils/get-template-info.js +60 -0
  242. package/build/utils/get-template-info.js.map +1 -0
  243. package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js +1 -1
  244. package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
  245. package/build-module/components/collab-sidebar/add-comment.js +20 -70
  246. package/build-module/components/collab-sidebar/add-comment.js.map +1 -1
  247. package/build-module/components/collab-sidebar/comment-author-info.js +71 -0
  248. package/build-module/components/collab-sidebar/comment-author-info.js.map +1 -0
  249. package/build-module/components/collab-sidebar/comment-button-toolbar.js +2 -2
  250. package/build-module/components/collab-sidebar/comment-button-toolbar.js.map +1 -1
  251. package/build-module/components/collab-sidebar/comment-button.js +2 -2
  252. package/build-module/components/collab-sidebar/comment-button.js.map +1 -1
  253. package/build-module/components/collab-sidebar/comment-form.js +59 -0
  254. package/build-module/components/collab-sidebar/comment-form.js.map +1 -0
  255. package/build-module/components/collab-sidebar/comments.js +33 -91
  256. package/build-module/components/collab-sidebar/comments.js.map +1 -1
  257. package/build-module/components/collab-sidebar/index.js +76 -74
  258. package/build-module/components/collab-sidebar/index.js.map +1 -1
  259. package/build-module/components/commands/index.js +145 -38
  260. package/build-module/components/commands/index.js.map +1 -1
  261. package/build-module/components/create-template-part-modal/index.js +2 -2
  262. package/build-module/components/create-template-part-modal/index.js.map +1 -1
  263. package/build-module/components/document-bar/index.js +19 -6
  264. package/build-module/components/document-bar/index.js.map +1 -1
  265. package/build-module/components/document-outline/check.js +4 -4
  266. package/build-module/components/document-outline/check.js.map +1 -1
  267. package/build-module/components/document-outline/index.js +8 -8
  268. package/build-module/components/document-outline/index.js.map +1 -1
  269. package/build-module/components/document-tools/index.js +8 -4
  270. package/build-module/components/document-tools/index.js.map +1 -1
  271. package/build-module/components/editor-history/redo.js +1 -1
  272. package/build-module/components/editor-history/redo.js.map +1 -1
  273. package/build-module/components/editor-history/undo.js +1 -1
  274. package/build-module/components/editor-history/undo.js.map +1 -1
  275. package/build-module/components/editor-interface/content-slot-fill.js +2 -11
  276. package/build-module/components/editor-interface/content-slot-fill.js.map +1 -1
  277. package/build-module/components/editor-interface/index.js +5 -12
  278. package/build-module/components/editor-interface/index.js.map +1 -1
  279. package/build-module/components/editor-notices/index.js +1 -1
  280. package/build-module/components/editor-notices/index.js.map +1 -1
  281. package/build-module/components/editor-snackbars/index.js +1 -1
  282. package/build-module/components/editor-snackbars/index.js.map +1 -1
  283. package/build-module/components/entities-saved-states/entity-record-item.js +9 -1
  284. package/build-module/components/entities-saved-states/entity-record-item.js.map +1 -1
  285. package/build-module/components/entities-saved-states/index.js +2 -2
  286. package/build-module/components/entities-saved-states/index.js.map +1 -1
  287. package/build-module/components/global-styles-provider/index.js +20 -8
  288. package/build-module/components/global-styles-provider/index.js.map +1 -1
  289. package/build-module/components/header/index.js +10 -12
  290. package/build-module/components/header/index.js.map +1 -1
  291. package/build-module/components/more-menu/index.js +9 -7
  292. package/build-module/components/more-menu/index.js.map +1 -1
  293. package/build-module/components/page-attributes/check.js +3 -3
  294. package/build-module/components/page-attributes/check.js.map +1 -1
  295. package/build-module/components/page-attributes/order.js +1 -1
  296. package/build-module/components/page-attributes/order.js.map +1 -1
  297. package/build-module/components/page-attributes/panel.js +1 -1
  298. package/build-module/components/page-attributes/panel.js.map +1 -1
  299. package/build-module/components/page-attributes/parent.js +1 -1
  300. package/build-module/components/page-attributes/parent.js.map +1 -1
  301. package/build-module/components/plugin-document-setting-panel/index.js +2 -2
  302. package/build-module/components/plugin-document-setting-panel/index.js.map +1 -1
  303. package/build-module/components/plugin-more-menu-item/index.js +2 -1
  304. package/build-module/components/plugin-more-menu-item/index.js.map +1 -1
  305. package/build-module/components/plugin-post-publish-panel/index.js +2 -2
  306. package/build-module/components/plugin-post-publish-panel/index.js.map +1 -1
  307. package/build-module/components/plugin-post-status-info/index.js +4 -4
  308. package/build-module/components/plugin-post-status-info/index.js.map +1 -1
  309. package/build-module/components/plugin-pre-publish-panel/index.js +2 -2
  310. package/build-module/components/plugin-pre-publish-panel/index.js.map +1 -1
  311. package/build-module/components/plugin-preview-menu-item/index.js +2 -1
  312. package/build-module/components/plugin-preview-menu-item/index.js.map +1 -1
  313. package/build-module/components/plugin-sidebar/index.js +1 -0
  314. package/build-module/components/plugin-sidebar/index.js.map +1 -1
  315. package/build-module/components/plugin-sidebar-more-menu-item/index.js +2 -1
  316. package/build-module/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
  317. package/build-module/components/post-actions/actions.js +3 -3
  318. package/build-module/components/post-actions/actions.js.map +1 -1
  319. package/build-module/components/post-author/check.js +3 -3
  320. package/build-module/components/post-author/check.js.map +1 -1
  321. package/build-module/components/post-author/index.js +1 -1
  322. package/build-module/components/post-author/index.js.map +1 -1
  323. package/build-module/components/post-author/panel.js +1 -1
  324. package/build-module/components/post-author/panel.js.map +1 -1
  325. package/build-module/components/post-card-panel/index.js +9 -4
  326. package/build-module/components/post-card-panel/index.js.map +1 -1
  327. package/build-module/components/post-comments/index.js +1 -1
  328. package/build-module/components/post-comments/index.js.map +1 -1
  329. package/build-module/components/post-discussion/panel.js +1 -1
  330. package/build-module/components/post-discussion/panel.js.map +1 -1
  331. package/build-module/components/post-excerpt/check.js +3 -3
  332. package/build-module/components/post-excerpt/check.js.map +1 -1
  333. package/build-module/components/post-excerpt/panel.js +1 -1
  334. package/build-module/components/post-excerpt/panel.js.map +1 -1
  335. package/build-module/components/post-excerpt/plugin.js +4 -4
  336. package/build-module/components/post-excerpt/plugin.js.map +1 -1
  337. package/build-module/components/post-featured-image/check.js +3 -3
  338. package/build-module/components/post-featured-image/check.js.map +1 -1
  339. package/build-module/components/post-featured-image/index.js +40 -10
  340. package/build-module/components/post-featured-image/index.js.map +1 -1
  341. package/build-module/components/post-featured-image/panel.js +1 -1
  342. package/build-module/components/post-featured-image/panel.js.map +1 -1
  343. package/build-module/components/post-fields/index.js +62 -0
  344. package/build-module/components/post-fields/index.js.map +1 -0
  345. package/build-module/components/post-format/check.js +10 -11
  346. package/build-module/components/post-format/check.js.map +1 -1
  347. package/build-module/components/post-format/index.js +1 -1
  348. package/build-module/components/post-format/index.js.map +1 -1
  349. package/build-module/components/post-format/panel.js +1 -1
  350. package/build-module/components/post-format/panel.js.map +1 -1
  351. package/build-module/components/post-last-revision/check.js +3 -3
  352. package/build-module/components/post-last-revision/check.js.map +1 -1
  353. package/build-module/components/post-last-revision/index.js +1 -1
  354. package/build-module/components/post-last-revision/index.js.map +1 -1
  355. package/build-module/components/post-last-revision/panel.js +1 -1
  356. package/build-module/components/post-last-revision/panel.js.map +1 -1
  357. package/build-module/components/post-locked-modal/index.js +1 -1
  358. package/build-module/components/post-locked-modal/index.js.map +1 -1
  359. package/build-module/components/post-pending-status/check.js +3 -3
  360. package/build-module/components/post-pending-status/check.js.map +1 -1
  361. package/build-module/components/post-pending-status/index.js +1 -1
  362. package/build-module/components/post-pending-status/index.js.map +1 -1
  363. package/build-module/components/post-preview-button/index.js +1 -1
  364. package/build-module/components/post-preview-button/index.js.map +1 -1
  365. package/build-module/components/post-publish-panel/index.js +5 -2
  366. package/build-module/components/post-publish-panel/index.js.map +1 -1
  367. package/build-module/components/post-schedule/check.js +3 -3
  368. package/build-module/components/post-schedule/check.js.map +1 -1
  369. package/build-module/components/post-schedule/index.js +1 -1
  370. package/build-module/components/post-schedule/index.js.map +1 -1
  371. package/build-module/components/post-schedule/label.js +1 -1
  372. package/build-module/components/post-schedule/label.js.map +1 -1
  373. package/build-module/components/post-schedule/panel.js +1 -1
  374. package/build-module/components/post-schedule/panel.js.map +1 -1
  375. package/build-module/components/post-slug/check.js +3 -3
  376. package/build-module/components/post-slug/check.js.map +1 -1
  377. package/build-module/components/post-slug/index.js +1 -1
  378. package/build-module/components/post-slug/index.js.map +1 -1
  379. package/build-module/components/post-sticky/check.js +3 -3
  380. package/build-module/components/post-sticky/check.js.map +1 -1
  381. package/build-module/components/post-sticky/index.js +1 -1
  382. package/build-module/components/post-sticky/index.js.map +1 -1
  383. package/build-module/components/post-switch-to-draft-button/index.js +1 -1
  384. package/build-module/components/post-switch-to-draft-button/index.js.map +1 -1
  385. package/build-module/components/post-sync-status/index.js +1 -1
  386. package/build-module/components/post-sync-status/index.js.map +1 -1
  387. package/build-module/components/post-taxonomies/check.js +3 -3
  388. package/build-module/components/post-taxonomies/check.js.map +1 -1
  389. package/build-module/components/post-taxonomies/flat-term-selector.js +11 -9
  390. package/build-module/components/post-taxonomies/flat-term-selector.js.map +1 -1
  391. package/build-module/components/post-taxonomies/panel.js +17 -12
  392. package/build-module/components/post-taxonomies/panel.js.map +1 -1
  393. package/build-module/components/post-template/classic-theme.js +2 -2
  394. package/build-module/components/post-template/classic-theme.js.map +1 -1
  395. package/build-module/components/post-template/panel.js +1 -1
  396. package/build-module/components/post-template/panel.js.map +1 -1
  397. package/build-module/components/post-template/swap-template-button.js +0 -3
  398. package/build-module/components/post-template/swap-template-button.js.map +1 -1
  399. package/build-module/components/post-text-editor/index.js +1 -1
  400. package/build-module/components/post-text-editor/index.js.map +1 -1
  401. package/build-module/components/post-title/index.js +20 -18
  402. package/build-module/components/post-title/index.js.map +1 -1
  403. package/build-module/components/post-title/post-title-raw.js +1 -1
  404. package/build-module/components/post-title/post-title-raw.js.map +1 -1
  405. package/build-module/components/post-transform-panel/index.js +0 -3
  406. package/build-module/components/post-transform-panel/index.js.map +1 -1
  407. package/build-module/components/post-trash/check.js +3 -3
  408. package/build-module/components/post-trash/check.js.map +1 -1
  409. package/build-module/components/post-trash/index.js +1 -1
  410. package/build-module/components/post-trash/index.js.map +1 -1
  411. package/build-module/components/post-type-support-check/index.js +6 -6
  412. package/build-module/components/post-type-support-check/index.js.map +1 -1
  413. package/build-module/components/post-url/check.js +3 -3
  414. package/build-module/components/post-url/check.js.map +1 -1
  415. package/build-module/components/post-url/index.js +1 -1
  416. package/build-module/components/post-url/index.js.map +1 -1
  417. package/build-module/components/post-url/label.js +1 -1
  418. package/build-module/components/post-url/label.js.map +1 -1
  419. package/build-module/components/post-url/panel.js +1 -1
  420. package/build-module/components/post-url/panel.js.map +1 -1
  421. package/build-module/components/post-visibility/check.js +1 -1
  422. package/build-module/components/post-visibility/check.js.map +1 -1
  423. package/build-module/components/post-visibility/index.js +1 -1
  424. package/build-module/components/post-visibility/index.js.map +1 -1
  425. package/build-module/components/preferences-modal/block-visibility.js +80 -0
  426. package/build-module/components/preferences-modal/block-visibility.js.map +1 -0
  427. package/build-module/components/preferences-modal/enable-panel.js +27 -19
  428. package/build-module/components/preferences-modal/enable-panel.js.map +1 -1
  429. package/build-module/components/preferences-modal/enable-publish-sidebar.js +13 -10
  430. package/build-module/components/preferences-modal/enable-publish-sidebar.js.map +1 -1
  431. package/build-module/components/preferences-modal/index.js +28 -24
  432. package/build-module/components/preferences-modal/index.js.map +1 -1
  433. package/build-module/components/preview-dropdown/index.js +24 -5
  434. package/build-module/components/preview-dropdown/index.js.map +1 -1
  435. package/build-module/components/provider/index.js +14 -8
  436. package/build-module/components/provider/index.js.map +1 -1
  437. package/build-module/components/provider/use-block-editor-settings.js +11 -10
  438. package/build-module/components/provider/use-block-editor-settings.js.map +1 -1
  439. package/build-module/components/sidebar/post-summary.js +2 -2
  440. package/build-module/components/sidebar/post-summary.js.map +1 -1
  441. package/build-module/components/start-page-options/index.js +0 -3
  442. package/build-module/components/start-page-options/index.js.map +1 -1
  443. package/build-module/components/start-template-options/index.js +0 -3
  444. package/build-module/components/start-template-options/index.js.map +1 -1
  445. package/build-module/components/table-of-contents/index.js +1 -1
  446. package/build-module/components/table-of-contents/index.js.map +1 -1
  447. package/build-module/components/theme-support-check/index.js +4 -4
  448. package/build-module/components/theme-support-check/index.js.map +1 -1
  449. package/build-module/components/time-to-read/index.js +1 -1
  450. package/build-module/components/time-to-read/index.js.map +1 -1
  451. package/build-module/components/unsaved-changes-warning/index.js +1 -1
  452. package/build-module/components/unsaved-changes-warning/index.js.map +1 -1
  453. package/build-module/components/visual-editor/index.js +5 -2
  454. package/build-module/components/visual-editor/index.js.map +1 -1
  455. package/build-module/components/word-count/index.js +1 -1
  456. package/build-module/components/word-count/index.js.map +1 -1
  457. package/build-module/components/zoom-out-toggle/index.js +8 -3
  458. package/build-module/components/zoom-out-toggle/index.js.map +1 -1
  459. package/build-module/dataviews/api.js +39 -0
  460. package/build-module/dataviews/api.js.map +1 -1
  461. package/build-module/dataviews/store/private-actions.js +23 -3
  462. package/build-module/dataviews/store/private-actions.js.map +1 -1
  463. package/build-module/dataviews/store/private-selectors.js +4 -0
  464. package/build-module/dataviews/store/private-selectors.js.map +1 -1
  465. package/build-module/dataviews/store/reducer.js +23 -0
  466. package/build-module/dataviews/store/reducer.js.map +1 -1
  467. package/build-module/private-apis.js +4 -0
  468. package/build-module/private-apis.js.map +1 -1
  469. package/build-module/store/actions.js +72 -23
  470. package/build-module/store/actions.js.map +1 -1
  471. package/build-module/store/constants.js +0 -2
  472. package/build-module/store/constants.js.map +1 -1
  473. package/build-module/store/index.js +0 -4
  474. package/build-module/store/index.js.map +1 -1
  475. package/build-module/store/private-selectors.js +6 -3
  476. package/build-module/store/private-selectors.js.map +1 -1
  477. package/build-module/store/reducer.native.js +2 -1
  478. package/build-module/store/reducer.native.js.map +1 -1
  479. package/build-module/store/selectors.js +35 -41
  480. package/build-module/store/selectors.js.map +1 -1
  481. package/build-module/utils/get-template-info.js +51 -0
  482. package/build-module/utils/get-template-info.js.map +1 -0
  483. package/build-style/style-rtl.css +33 -87
  484. package/build-style/style.css +33 -87
  485. package/build-types/components/block-settings-menu/plugin-block-settings-menu-item.d.ts +2 -2
  486. package/build-types/components/block-settings-menu/plugin-block-settings-menu-item.d.ts.map +1 -1
  487. package/build-types/components/collab-sidebar/add-comment.d.ts +2 -2
  488. package/build-types/components/collab-sidebar/add-comment.d.ts.map +1 -1
  489. package/build-types/components/collab-sidebar/comment-author-info.d.ts +17 -0
  490. package/build-types/components/collab-sidebar/comment-author-info.d.ts.map +1 -0
  491. package/build-types/components/collab-sidebar/comment-form.d.ts +18 -0
  492. package/build-types/components/collab-sidebar/comment-form.d.ts.map +1 -0
  493. package/build-types/components/collab-sidebar/comments.d.ts +2 -2
  494. package/build-types/components/collab-sidebar/comments.d.ts.map +1 -1
  495. package/build-types/components/collab-sidebar/index.d.ts.map +1 -1
  496. package/build-types/components/commands/index.d.ts.map +1 -1
  497. package/build-types/components/create-template-part-modal/index.d.ts.map +1 -1
  498. package/build-types/components/document-bar/index.d.ts +2 -2
  499. package/build-types/components/document-bar/index.d.ts.map +1 -1
  500. package/build-types/components/document-outline/check.d.ts +5 -5
  501. package/build-types/components/document-outline/check.d.ts.map +1 -1
  502. package/build-types/components/document-outline/index.d.ts +4 -6
  503. package/build-types/components/document-outline/index.d.ts.map +1 -1
  504. package/build-types/components/document-tools/index.d.ts.map +1 -1
  505. package/build-types/components/editor-interface/content-slot-fill.d.ts +12 -1
  506. package/build-types/components/editor-interface/content-slot-fill.d.ts.map +1 -1
  507. package/build-types/components/editor-interface/index.d.ts.map +1 -1
  508. package/build-types/components/editor-notices/index.d.ts +2 -2
  509. package/build-types/components/editor-notices/index.d.ts.map +1 -1
  510. package/build-types/components/editor-snackbars/index.d.ts +2 -2
  511. package/build-types/components/editor-snackbars/index.d.ts.map +1 -1
  512. package/build-types/components/entities-saved-states/entity-record-item.d.ts.map +1 -1
  513. package/build-types/components/entities-saved-states/index.d.ts +4 -4
  514. package/build-types/components/entities-saved-states/index.d.ts.map +1 -1
  515. package/build-types/components/global-styles-provider/index.d.ts.map +1 -1
  516. package/build-types/components/header/back-button.d.ts.map +1 -1
  517. package/build-types/components/header/index.d.ts +1 -2
  518. package/build-types/components/header/index.d.ts.map +1 -1
  519. package/build-types/components/more-menu/index.d.ts.map +1 -1
  520. package/build-types/components/more-menu/tools-more-menu-group.d.ts.map +1 -1
  521. package/build-types/components/more-menu/view-more-menu-group.d.ts.map +1 -1
  522. package/build-types/components/page-attributes/check.d.ts +5 -5
  523. package/build-types/components/page-attributes/check.d.ts.map +1 -1
  524. package/build-types/components/page-attributes/order.d.ts +2 -2
  525. package/build-types/components/page-attributes/order.d.ts.map +1 -1
  526. package/build-types/components/page-attributes/panel.d.ts +2 -2
  527. package/build-types/components/page-attributes/panel.d.ts.map +1 -1
  528. package/build-types/components/page-attributes/parent.d.ts +2 -2
  529. package/build-types/components/page-attributes/parent.d.ts.map +1 -1
  530. package/build-types/components/plugin-document-setting-panel/index.d.ts +4 -4
  531. package/build-types/components/plugin-document-setting-panel/index.d.ts.map +1 -1
  532. package/build-types/components/plugin-more-menu-item/index.d.ts +4 -2
  533. package/build-types/components/plugin-more-menu-item/index.d.ts.map +1 -1
  534. package/build-types/components/plugin-post-publish-panel/index.d.ts +4 -4
  535. package/build-types/components/plugin-post-publish-panel/index.d.ts.map +1 -1
  536. package/build-types/components/plugin-post-status-info/index.d.ts +6 -6
  537. package/build-types/components/plugin-post-status-info/index.d.ts.map +1 -1
  538. package/build-types/components/plugin-pre-publish-panel/index.d.ts +4 -4
  539. package/build-types/components/plugin-pre-publish-panel/index.d.ts.map +1 -1
  540. package/build-types/components/plugin-preview-menu-item/index.d.ts +4 -2
  541. package/build-types/components/plugin-preview-menu-item/index.d.ts.map +1 -1
  542. package/build-types/components/plugin-sidebar/index.d.ts +2 -0
  543. package/build-types/components/plugin-sidebar/index.d.ts.map +1 -1
  544. package/build-types/components/plugin-sidebar-more-menu-item/index.d.ts +4 -2
  545. package/build-types/components/plugin-sidebar-more-menu-item/index.d.ts.map +1 -1
  546. package/build-types/components/post-author/check.d.ts +5 -5
  547. package/build-types/components/post-author/check.d.ts.map +1 -1
  548. package/build-types/components/post-author/index.d.ts +2 -2
  549. package/build-types/components/post-author/index.d.ts.map +1 -1
  550. package/build-types/components/post-author/panel.d.ts +2 -2
  551. package/build-types/components/post-author/panel.d.ts.map +1 -1
  552. package/build-types/components/post-card-panel/index.d.ts.map +1 -1
  553. package/build-types/components/post-discussion/panel.d.ts +2 -2
  554. package/build-types/components/post-discussion/panel.d.ts.map +1 -1
  555. package/build-types/components/post-excerpt/check.d.ts +5 -5
  556. package/build-types/components/post-excerpt/check.d.ts.map +1 -1
  557. package/build-types/components/post-excerpt/panel.d.ts +2 -2
  558. package/build-types/components/post-excerpt/panel.d.ts.map +1 -1
  559. package/build-types/components/post-excerpt/plugin.d.ts +6 -6
  560. package/build-types/components/post-excerpt/plugin.d.ts.map +1 -1
  561. package/build-types/components/post-featured-image/check.d.ts +5 -5
  562. package/build-types/components/post-featured-image/check.d.ts.map +1 -1
  563. package/build-types/components/post-featured-image/panel.d.ts +2 -2
  564. package/build-types/components/post-featured-image/panel.d.ts.map +1 -1
  565. package/build-types/components/post-fields/index.d.ts +12 -0
  566. package/build-types/components/post-fields/index.d.ts.map +1 -0
  567. package/build-types/components/post-format/check.d.ts +11 -4
  568. package/build-types/components/post-format/check.d.ts.map +1 -1
  569. package/build-types/components/post-format/index.d.ts +2 -2
  570. package/build-types/components/post-format/index.d.ts.map +1 -1
  571. package/build-types/components/post-format/panel.d.ts +2 -2
  572. package/build-types/components/post-format/panel.d.ts.map +1 -1
  573. package/build-types/components/post-last-revision/check.d.ts +5 -5
  574. package/build-types/components/post-last-revision/check.d.ts.map +1 -1
  575. package/build-types/components/post-last-revision/index.d.ts +2 -2
  576. package/build-types/components/post-last-revision/index.d.ts.map +1 -1
  577. package/build-types/components/post-last-revision/panel.d.ts +2 -2
  578. package/build-types/components/post-last-revision/panel.d.ts.map +1 -1
  579. package/build-types/components/post-locked-modal/index.d.ts +2 -2
  580. package/build-types/components/post-locked-modal/index.d.ts.map +1 -1
  581. package/build-types/components/post-pending-status/check.d.ts +5 -5
  582. package/build-types/components/post-pending-status/check.d.ts.map +1 -1
  583. package/build-types/components/post-pending-status/index.d.ts +2 -2
  584. package/build-types/components/post-pending-status/index.d.ts.map +1 -1
  585. package/build-types/components/post-preview-button/index.d.ts +2 -2
  586. package/build-types/components/post-preview-button/index.d.ts.map +1 -1
  587. package/build-types/components/post-publish-panel/index.d.ts.map +1 -1
  588. package/build-types/components/post-schedule/check.d.ts +5 -5
  589. package/build-types/components/post-schedule/check.d.ts.map +1 -1
  590. package/build-types/components/post-schedule/index.d.ts +2 -2
  591. package/build-types/components/post-schedule/index.d.ts.map +1 -1
  592. package/build-types/components/post-schedule/label.d.ts +2 -2
  593. package/build-types/components/post-schedule/label.d.ts.map +1 -1
  594. package/build-types/components/post-schedule/panel.d.ts +2 -2
  595. package/build-types/components/post-schedule/panel.d.ts.map +1 -1
  596. package/build-types/components/post-slug/check.d.ts +5 -5
  597. package/build-types/components/post-slug/check.d.ts.map +1 -1
  598. package/build-types/components/post-slug/index.d.ts +2 -2
  599. package/build-types/components/post-slug/index.d.ts.map +1 -1
  600. package/build-types/components/post-sticky/check.d.ts +5 -5
  601. package/build-types/components/post-sticky/check.d.ts.map +1 -1
  602. package/build-types/components/post-sticky/index.d.ts +2 -2
  603. package/build-types/components/post-sticky/index.d.ts.map +1 -1
  604. package/build-types/components/post-switch-to-draft-button/index.d.ts +2 -2
  605. package/build-types/components/post-switch-to-draft-button/index.d.ts.map +1 -1
  606. package/build-types/components/post-sync-status/index.d.ts +2 -2
  607. package/build-types/components/post-sync-status/index.d.ts.map +1 -1
  608. package/build-types/components/post-taxonomies/check.d.ts +5 -5
  609. package/build-types/components/post-taxonomies/check.d.ts.map +1 -1
  610. package/build-types/components/post-taxonomies/flat-term-selector.d.ts +2 -2
  611. package/build-types/components/post-taxonomies/flat-term-selector.d.ts.map +1 -1
  612. package/build-types/components/post-taxonomies/panel.d.ts +6 -2
  613. package/build-types/components/post-taxonomies/panel.d.ts.map +1 -1
  614. package/build-types/components/post-template/hooks.d.ts +2 -2
  615. package/build-types/components/post-template/panel.d.ts +2 -2
  616. package/build-types/components/post-template/panel.d.ts.map +1 -1
  617. package/build-types/components/post-template/swap-template-button.d.ts.map +1 -1
  618. package/build-types/components/post-text-editor/index.d.ts +2 -2
  619. package/build-types/components/post-text-editor/index.d.ts.map +1 -1
  620. package/build-types/components/post-title/index.d.ts +1 -1
  621. package/build-types/components/post-transform-panel/index.d.ts.map +1 -1
  622. package/build-types/components/post-trash/check.d.ts +5 -5
  623. package/build-types/components/post-trash/check.d.ts.map +1 -1
  624. package/build-types/components/post-trash/index.d.ts +2 -2
  625. package/build-types/components/post-trash/index.d.ts.map +1 -1
  626. package/build-types/components/post-type-support-check/index.d.ts +8 -8
  627. package/build-types/components/post-type-support-check/index.d.ts.map +1 -1
  628. package/build-types/components/post-url/check.d.ts +5 -5
  629. package/build-types/components/post-url/check.d.ts.map +1 -1
  630. package/build-types/components/post-url/index.d.ts +2 -2
  631. package/build-types/components/post-url/index.d.ts.map +1 -1
  632. package/build-types/components/post-url/label.d.ts +2 -2
  633. package/build-types/components/post-url/label.d.ts.map +1 -1
  634. package/build-types/components/post-url/panel.d.ts +2 -2
  635. package/build-types/components/post-url/panel.d.ts.map +1 -1
  636. package/build-types/components/post-visibility/check.d.ts +2 -2
  637. package/build-types/components/post-visibility/check.d.ts.map +1 -1
  638. package/build-types/components/post-visibility/index.d.ts +2 -2
  639. package/build-types/components/post-visibility/index.d.ts.map +1 -1
  640. package/build-types/components/preferences-modal/block-visibility.d.ts +2 -0
  641. package/build-types/components/preferences-modal/block-visibility.d.ts.map +1 -0
  642. package/build-types/components/preferences-modal/enable-panel.d.ts +1 -2
  643. package/build-types/components/preferences-modal/enable-panel.d.ts.map +1 -1
  644. package/build-types/components/preferences-modal/enable-plugin-document-setting-panel.d.ts.map +1 -1
  645. package/build-types/components/preferences-modal/enable-publish-sidebar.d.ts +1 -2
  646. package/build-types/components/preferences-modal/enable-publish-sidebar.d.ts.map +1 -1
  647. package/build-types/components/preferences-modal/index.d.ts.map +1 -1
  648. package/build-types/components/preview-dropdown/index.d.ts.map +1 -1
  649. package/build-types/components/provider/index.d.ts +2 -2
  650. package/build-types/components/provider/index.d.ts.map +1 -1
  651. package/build-types/components/provider/use-block-editor-settings.d.ts.map +1 -1
  652. package/build-types/components/save-publish-panels/index.d.ts.map +1 -1
  653. package/build-types/components/start-page-options/index.d.ts.map +1 -1
  654. package/build-types/components/start-template-options/index.d.ts.map +1 -1
  655. package/build-types/components/theme-support-check/index.d.ts +6 -6
  656. package/build-types/components/theme-support-check/index.d.ts.map +1 -1
  657. package/build-types/components/time-to-read/index.d.ts +2 -2
  658. package/build-types/components/time-to-read/index.d.ts.map +1 -1
  659. package/build-types/components/unsaved-changes-warning/index.d.ts +2 -2
  660. package/build-types/components/unsaved-changes-warning/index.d.ts.map +1 -1
  661. package/build-types/components/visual-editor/index.d.ts.map +1 -1
  662. package/build-types/components/word-count/index.d.ts +2 -2
  663. package/build-types/components/word-count/index.d.ts.map +1 -1
  664. package/build-types/components/zoom-out-toggle/index.d.ts.map +1 -1
  665. package/build-types/dataviews/api.d.ts +24 -0
  666. package/build-types/dataviews/api.d.ts.map +1 -1
  667. package/build-types/dataviews/store/private-actions.d.ts +14 -2
  668. package/build-types/dataviews/store/private-actions.d.ts.map +1 -1
  669. package/build-types/dataviews/store/private-selectors.d.ts +1 -0
  670. package/build-types/dataviews/store/private-selectors.d.ts.map +1 -1
  671. package/build-types/dataviews/store/reducer.d.ts +15 -4
  672. package/build-types/dataviews/store/reducer.d.ts.map +1 -1
  673. package/build-types/lock-unlock.d.ts +2 -2
  674. package/build-types/private-apis.d.ts.map +1 -1
  675. package/build-types/store/actions.d.ts +16 -6
  676. package/build-types/store/actions.d.ts.map +1 -1
  677. package/build-types/store/constants.d.ts +0 -2
  678. package/build-types/store/constants.d.ts.map +1 -1
  679. package/build-types/store/index.d.ts +9 -11
  680. package/build-types/store/index.d.ts.map +1 -1
  681. package/build-types/store/private-selectors.d.ts +1 -0
  682. package/build-types/store/private-selectors.d.ts.map +1 -1
  683. package/build-types/store/reducer.d.ts +29 -4
  684. package/build-types/store/reducer.d.ts.map +1 -1
  685. package/build-types/store/selectors.d.ts +7 -14
  686. package/build-types/store/selectors.d.ts.map +1 -1
  687. package/build-types/utils/get-template-info.d.ts +6 -0
  688. package/build-types/utils/get-template-info.d.ts.map +1 -0
  689. package/package.json +36 -35
  690. package/src/components/block-settings-menu/plugin-block-settings-menu-item.js +1 -1
  691. package/src/components/collab-sidebar/add-comment.js +17 -77
  692. package/src/components/collab-sidebar/comment-author-info.js +68 -0
  693. package/src/components/collab-sidebar/comment-button-toolbar.js +3 -3
  694. package/src/components/collab-sidebar/comment-button.js +3 -3
  695. package/src/components/collab-sidebar/comment-form.js +62 -0
  696. package/src/components/collab-sidebar/comments.js +39 -101
  697. package/src/components/collab-sidebar/index.js +79 -88
  698. package/src/components/commands/index.js +390 -270
  699. package/src/components/create-template-part-modal/index.js +4 -2
  700. package/src/components/document-bar/index.js +22 -4
  701. package/src/components/document-bar/style.scss +13 -0
  702. package/src/components/document-outline/check.js +4 -4
  703. package/src/components/document-outline/index.js +9 -9
  704. package/src/components/document-tools/index.js +8 -1
  705. package/src/components/editor-history/redo.js +1 -1
  706. package/src/components/editor-history/undo.js +1 -1
  707. package/src/components/editor-interface/content-slot-fill.js +4 -9
  708. package/src/components/editor-interface/index.js +1 -12
  709. package/src/components/editor-notices/index.js +1 -1
  710. package/src/components/editor-snackbars/index.js +1 -1
  711. package/src/components/entities-saved-states/entity-record-item.js +12 -4
  712. package/src/components/entities-saved-states/index.js +2 -2
  713. package/src/components/global-styles-provider/index.js +20 -8
  714. package/src/components/header/index.js +18 -10
  715. package/src/components/header/style.scss +2 -1
  716. package/src/components/more-menu/index.js +12 -7
  717. package/src/components/page-attributes/check.js +3 -3
  718. package/src/components/page-attributes/order.js +1 -1
  719. package/src/components/page-attributes/panel.js +1 -1
  720. package/src/components/page-attributes/parent.js +1 -1
  721. package/src/components/plugin-document-setting-panel/index.js +2 -2
  722. package/src/components/plugin-more-menu-item/index.js +2 -1
  723. package/src/components/plugin-post-publish-panel/index.js +2 -2
  724. package/src/components/plugin-post-publish-panel/test/__snapshots__/index.js.snap +1 -1
  725. package/src/components/plugin-post-status-info/index.js +4 -4
  726. package/src/components/plugin-pre-publish-panel/index.js +2 -2
  727. package/src/components/plugin-preview-menu-item/index.js +2 -1
  728. package/src/components/plugin-sidebar/index.js +1 -0
  729. package/src/components/plugin-sidebar-more-menu-item/index.js +2 -2
  730. package/src/components/post-actions/actions.js +3 -3
  731. package/src/components/post-author/check.js +3 -3
  732. package/src/components/post-author/index.js +1 -1
  733. package/src/components/post-author/panel.js +1 -1
  734. package/src/components/post-card-panel/index.js +18 -5
  735. package/src/components/post-comments/index.js +1 -1
  736. package/src/components/post-discussion/panel.js +1 -1
  737. package/src/components/post-excerpt/check.js +3 -3
  738. package/src/components/post-excerpt/panel.js +1 -1
  739. package/src/components/post-excerpt/plugin.js +4 -4
  740. package/src/components/post-featured-image/check.js +3 -3
  741. package/src/components/post-featured-image/index.js +107 -43
  742. package/src/components/post-featured-image/panel.js +1 -1
  743. package/src/components/post-featured-image/style.scss +23 -13
  744. package/src/components/post-fields/index.ts +76 -0
  745. package/src/components/post-format/check.js +9 -11
  746. package/src/components/post-format/index.js +1 -1
  747. package/src/components/post-format/panel.js +1 -1
  748. package/src/components/post-last-revision/check.js +3 -3
  749. package/src/components/post-last-revision/index.js +1 -1
  750. package/src/components/post-last-revision/panel.js +1 -1
  751. package/src/components/post-locked-modal/index.js +1 -1
  752. package/src/components/post-pending-status/check.js +3 -3
  753. package/src/components/post-pending-status/index.js +1 -1
  754. package/src/components/post-preview-button/index.js +1 -1
  755. package/src/components/post-publish-panel/index.js +7 -3
  756. package/src/components/post-schedule/check.js +3 -3
  757. package/src/components/post-schedule/index.js +1 -1
  758. package/src/components/post-schedule/label.js +1 -1
  759. package/src/components/post-schedule/panel.js +1 -1
  760. package/src/components/post-slug/check.js +3 -3
  761. package/src/components/post-slug/index.js +1 -1
  762. package/src/components/post-sticky/check.js +3 -3
  763. package/src/components/post-sticky/index.js +1 -1
  764. package/src/components/post-switch-to-draft-button/index.js +1 -1
  765. package/src/components/post-sync-status/index.js +1 -1
  766. package/src/components/post-taxonomies/check.js +3 -3
  767. package/src/components/post-taxonomies/flat-term-selector.js +9 -9
  768. package/src/components/post-taxonomies/panel.js +15 -12
  769. package/src/components/post-template/classic-theme.js +2 -2
  770. package/src/components/post-template/panel.js +1 -1
  771. package/src/components/post-template/swap-template-button.js +0 -3
  772. package/src/components/post-text-editor/index.js +1 -1
  773. package/src/components/post-title/index.js +20 -18
  774. package/src/components/post-title/post-title-raw.js +1 -1
  775. package/src/components/post-transform-panel/index.js +0 -3
  776. package/src/components/post-trash/check.js +3 -3
  777. package/src/components/post-trash/index.js +1 -1
  778. package/src/components/post-type-support-check/index.js +6 -6
  779. package/src/components/post-url/check.js +3 -3
  780. package/src/components/post-url/index.js +1 -1
  781. package/src/components/post-url/label.js +1 -1
  782. package/src/components/post-url/panel.js +1 -1
  783. package/src/components/post-visibility/check.js +1 -1
  784. package/src/components/post-visibility/index.js +1 -1
  785. package/src/components/preferences-modal/block-visibility.js +96 -0
  786. package/src/components/preferences-modal/enable-panel.js +27 -17
  787. package/src/components/preferences-modal/enable-publish-sidebar.js +18 -15
  788. package/src/components/preferences-modal/index.js +28 -21
  789. package/src/components/preferences-modal/test/index.js +1 -1
  790. package/src/components/preview-dropdown/index.js +45 -16
  791. package/src/components/provider/index.js +55 -30
  792. package/src/components/provider/use-block-editor-settings.js +10 -9
  793. package/src/components/sidebar/post-summary.js +1 -1
  794. package/src/components/sidebar/style.scss +1 -3
  795. package/src/components/start-page-options/index.js +0 -3
  796. package/src/components/start-template-options/index.js +0 -3
  797. package/src/components/table-of-contents/index.js +1 -1
  798. package/src/components/theme-support-check/index.js +4 -4
  799. package/src/components/time-to-read/index.js +1 -1
  800. package/src/components/unsaved-changes-warning/index.js +1 -1
  801. package/src/components/visual-editor/index.js +7 -1
  802. package/src/components/visual-editor/style.scss +11 -0
  803. package/src/components/word-count/index.js +1 -1
  804. package/src/components/zoom-out-toggle/index.js +26 -13
  805. package/src/dataviews/api.js +41 -0
  806. package/src/dataviews/store/private-actions.ts +57 -3
  807. package/src/dataviews/store/private-selectors.ts +4 -0
  808. package/src/dataviews/store/reducer.ts +38 -1
  809. package/src/private-apis.js +4 -1
  810. package/src/store/actions.js +123 -42
  811. package/src/store/constants.ts +0 -2
  812. package/src/store/index.js +0 -4
  813. package/src/store/private-selectors.js +13 -8
  814. package/src/store/reducer.native.js +2 -0
  815. package/src/store/selectors.js +82 -64
  816. package/src/store/test/selectors.js +0 -255
  817. package/src/style.scss +0 -1
  818. package/src/utils/get-template-info.js +52 -0
  819. package/src/utils/test/get-template-info.js +224 -0
  820. package/tsconfig.tsbuildinfo +1 -1
  821. package/build/components/block-manager/category.js +0 -107
  822. package/build/components/block-manager/category.js.map +0 -1
  823. package/build/components/block-manager/checklist.js +0 -35
  824. package/build/components/block-manager/checklist.js.map +0 -1
  825. package/build/components/block-manager/index.js +0 -115
  826. package/build/components/block-manager/index.js.map +0 -1
  827. package/build-module/components/block-manager/category.js +0 -99
  828. package/build-module/components/block-manager/category.js.map +0 -1
  829. package/build-module/components/block-manager/checklist.js +0 -28
  830. package/build-module/components/block-manager/checklist.js.map +0 -1
  831. package/build-module/components/block-manager/index.js +0 -107
  832. package/build-module/components/block-manager/index.js.map +0 -1
  833. package/build-types/components/block-manager/category.d.ts +0 -6
  834. package/build-types/components/block-manager/category.d.ts.map +0 -1
  835. package/build-types/components/block-manager/checklist.d.ts +0 -7
  836. package/build-types/components/block-manager/checklist.d.ts.map +0 -1
  837. package/build-types/components/block-manager/index.d.ts +0 -2
  838. package/build-types/components/block-manager/index.d.ts.map +0 -1
  839. package/src/components/block-manager/category.js +0 -96
  840. package/src/components/block-manager/checklist.js +0 -30
  841. package/src/components/block-manager/index.js +0 -145
  842. package/src/components/block-manager/style.scss +0 -82
@@ -15,6 +15,7 @@ var _constants = require("../../store/constants");
15
15
  var _lockUnlock = require("../../lock-unlock");
16
16
  var _postActions = _interopRequireDefault(require("../post-actions"));
17
17
  var _pageTypeBadge = _interopRequireDefault(require("../../utils/pageTypeBadge"));
18
+ var _getTemplateInfo = require("../../utils/get-template-info");
18
19
  var _jsxRuntime = require("react/jsx-runtime");
19
20
  /**
20
21
  * WordPress dependencies
@@ -33,14 +34,18 @@ function PostCardPanel({
33
34
  title,
34
35
  icon
35
36
  } = (0, _data.useSelect)(select => {
36
- const {
37
- __experimentalGetTemplateInfo
38
- } = select(_store.store);
37
+ var _select$getEntityReco;
39
38
  const {
40
39
  getEditedEntityRecord
41
40
  } = select(_coreData.store);
42
41
  const _record = getEditedEntityRecord('postType', postType, postId);
43
- const _templateInfo = [_constants.TEMPLATE_POST_TYPE, _constants.TEMPLATE_PART_POST_TYPE].includes(postType) && __experimentalGetTemplateInfo(_record);
42
+ const {
43
+ default_template_types: templateTypes = []
44
+ } = (_select$getEntityReco = select(_coreData.store).getEntityRecord('root', '__unstableBase')) !== null && _select$getEntityReco !== void 0 ? _select$getEntityReco : {};
45
+ const _templateInfo = [_constants.TEMPLATE_POST_TYPE, _constants.TEMPLATE_PART_POST_TYPE].includes(postType) ? (0, _getTemplateInfo.getTemplateInfo)({
46
+ template: _record,
47
+ templateTypes
48
+ }) : {};
44
49
  return {
45
50
  title: _templateInfo?.title || _record?.title,
46
51
  icon: (0, _lockUnlock.unlock)(select(_store.store)).getPostIcon(postType, {
@@ -1 +1 @@
1
- {"version":3,"names":["_components","require","_coreData","_data","_i18n","_htmlEntities","_store","_constants","_lockUnlock","_postActions","_interopRequireDefault","_pageTypeBadge","_jsxRuntime","PostCardPanel","postType","postId","onActionPerformed","title","icon","useSelect","select","__experimentalGetTemplateInfo","editorStore","getEditedEntityRecord","coreStore","_record","_templateInfo","TEMPLATE_POST_TYPE","TEMPLATE_PART_POST_TYPE","includes","unlock","getPostIcon","area","pageTypeBadge","usePageTypeBadge","jsx","className","children","jsxs","__experimentalHStack","spacing","align","Icon","__experimentalText","numberOfLines","truncate","weight","as","lineHeight","decodeEntities","__","default"],"sources":["@wordpress/editor/src/components/post-card-panel/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport {\n\tIcon,\n\t__experimentalHStack as HStack,\n\t__experimentalText as Text,\n} from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { useSelect } from '@wordpress/data';\nimport { __ } from '@wordpress/i18n';\nimport { decodeEntities } from '@wordpress/html-entities';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\nimport {\n\tTEMPLATE_POST_TYPE,\n\tTEMPLATE_PART_POST_TYPE,\n} from '../../store/constants';\nimport { unlock } from '../../lock-unlock';\nimport PostActions from '../post-actions';\nimport usePageTypeBadge from '../../utils/pageTypeBadge';\n\nexport default function PostCardPanel( {\n\tpostType,\n\tpostId,\n\tonActionPerformed,\n} ) {\n\tconst { title, icon } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { __experimentalGetTemplateInfo } = select( editorStore );\n\t\t\tconst { getEditedEntityRecord } = select( coreStore );\n\t\t\tconst _record = getEditedEntityRecord(\n\t\t\t\t'postType',\n\t\t\t\tpostType,\n\t\t\t\tpostId\n\t\t\t);\n\t\t\tconst _templateInfo =\n\t\t\t\t[ TEMPLATE_POST_TYPE, TEMPLATE_PART_POST_TYPE ].includes(\n\t\t\t\t\tpostType\n\t\t\t\t) && __experimentalGetTemplateInfo( _record );\n\t\t\treturn {\n\t\t\t\ttitle: _templateInfo?.title || _record?.title,\n\t\t\t\ticon: unlock( select( editorStore ) ).getPostIcon( postType, {\n\t\t\t\t\tarea: _record?.area,\n\t\t\t\t} ),\n\t\t\t};\n\t\t},\n\t\t[ postId, postType ]\n\t);\n\n\tconst pageTypeBadge = usePageTypeBadge();\n\n\treturn (\n\t\t<div className=\"editor-post-card-panel\">\n\t\t\t<HStack\n\t\t\t\tspacing={ 2 }\n\t\t\t\tclassName=\"editor-post-card-panel__header\"\n\t\t\t\talign=\"flex-start\"\n\t\t\t>\n\t\t\t\t<Icon className=\"editor-post-card-panel__icon\" icon={ icon } />\n\t\t\t\t<Text\n\t\t\t\t\tnumberOfLines={ 2 }\n\t\t\t\t\ttruncate\n\t\t\t\t\tclassName=\"editor-post-card-panel__title\"\n\t\t\t\t\tweight={ 500 }\n\t\t\t\t\tas=\"h2\"\n\t\t\t\t\tlineHeight=\"20px\"\n\t\t\t\t>\n\t\t\t\t\t{ title ? decodeEntities( title ) : __( 'No title' ) }\n\t\t\t\t\t{ pageTypeBadge && (\n\t\t\t\t\t\t<span className=\"editor-post-card-panel__title-badge\">\n\t\t\t\t\t\t\t{ pageTypeBadge }\n\t\t\t\t\t\t</span>\n\t\t\t\t\t) }\n\t\t\t\t</Text>\n\t\t\t\t<PostActions\n\t\t\t\t\tpostType={ postType }\n\t\t\t\t\tpostId={ postId }\n\t\t\t\t\tonActionPerformed={ onActionPerformed }\n\t\t\t\t/>\n\t\t\t</HStack>\n\t\t</div>\n\t);\n}\n"],"mappings":";;;;;;;AAGA,IAAAA,WAAA,GAAAC,OAAA;AAKA,IAAAC,SAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AACA,IAAAI,aAAA,GAAAJ,OAAA;AAKA,IAAAK,MAAA,GAAAL,OAAA;AACA,IAAAM,UAAA,GAAAN,OAAA;AAIA,IAAAO,WAAA,GAAAP,OAAA;AACA,IAAAQ,YAAA,GAAAC,sBAAA,CAAAT,OAAA;AACA,IAAAU,cAAA,GAAAD,sBAAA,CAAAT,OAAA;AAAyD,IAAAW,WAAA,GAAAX,OAAA;AAvBzD;AACA;AACA;;AAWA;AACA;AACA;;AAUe,SAASY,aAAaA,CAAE;EACtCC,QAAQ;EACRC,MAAM;EACNC;AACD,CAAC,EAAG;EACH,MAAM;IAAEC,KAAK;IAAEC;EAAK,CAAC,GAAG,IAAAC,eAAS,EAC9BC,MAAM,IAAM;IACb,MAAM;MAAEC;IAA8B,CAAC,GAAGD,MAAM,CAAEE,YAAY,CAAC;IAC/D,MAAM;MAAEC;IAAsB,CAAC,GAAGH,MAAM,CAAEI,eAAU,CAAC;IACrD,MAAMC,OAAO,GAAGF,qBAAqB,CACpC,UAAU,EACVT,QAAQ,EACRC,MACD,CAAC;IACD,MAAMW,aAAa,GAClB,CAAEC,6BAAkB,EAAEC,kCAAuB,CAAE,CAACC,QAAQ,CACvDf,QACD,CAAC,IAAIO,6BAA6B,CAAEI,OAAQ,CAAC;IAC9C,OAAO;MACNR,KAAK,EAAES,aAAa,EAAET,KAAK,IAAIQ,OAAO,EAAER,KAAK;MAC7CC,IAAI,EAAE,IAAAY,kBAAM,EAAEV,MAAM,CAAEE,YAAY,CAAE,CAAC,CAACS,WAAW,CAAEjB,QAAQ,EAAE;QAC5DkB,IAAI,EAAEP,OAAO,EAAEO;MAChB,CAAE;IACH,CAAC;EACF,CAAC,EACD,CAAEjB,MAAM,EAAED,QAAQ,CACnB,CAAC;EAED,MAAMmB,aAAa,GAAG,IAAAC,sBAAgB,EAAC,CAAC;EAExC,oBACC,IAAAtB,WAAA,CAAAuB,GAAA;IAAKC,SAAS,EAAC,wBAAwB;IAAAC,QAAA,eACtC,IAAAzB,WAAA,CAAA0B,IAAA,EAACtC,WAAA,CAAAuC,oBAAM;MACNC,OAAO,EAAG,CAAG;MACbJ,SAAS,EAAC,gCAAgC;MAC1CK,KAAK,EAAC,YAAY;MAAAJ,QAAA,gBAElB,IAAAzB,WAAA,CAAAuB,GAAA,EAACnC,WAAA,CAAA0C,IAAI;QAACN,SAAS,EAAC,8BAA8B;QAAClB,IAAI,EAAGA;MAAM,CAAE,CAAC,eAC/D,IAAAN,WAAA,CAAA0B,IAAA,EAACtC,WAAA,CAAA2C,kBAAI;QACJC,aAAa,EAAG,CAAG;QACnBC,QAAQ;QACRT,SAAS,EAAC,+BAA+B;QACzCU,MAAM,EAAG,GAAK;QACdC,EAAE,EAAC,IAAI;QACPC,UAAU,EAAC,MAAM;QAAAX,QAAA,GAEfpB,KAAK,GAAG,IAAAgC,4BAAc,EAAEhC,KAAM,CAAC,GAAG,IAAAiC,QAAE,EAAE,UAAW,CAAC,EAClDjB,aAAa,iBACd,IAAArB,WAAA,CAAAuB,GAAA;UAAMC,SAAS,EAAC,qCAAqC;UAAAC,QAAA,EAClDJ;QAAa,CACV,CACN;MAAA,CACI,CAAC,eACP,IAAArB,WAAA,CAAAuB,GAAA,EAAC1B,YAAA,CAAA0C,OAAW;QACXrC,QAAQ,EAAGA,QAAU;QACrBC,MAAM,EAAGA,MAAQ;QACjBC,iBAAiB,EAAGA;MAAmB,CACvC,CAAC;IAAA,CACK;EAAC,CACL,CAAC;AAER","ignoreList":[]}
1
+ {"version":3,"names":["_components","require","_coreData","_data","_i18n","_htmlEntities","_store","_constants","_lockUnlock","_postActions","_interopRequireDefault","_pageTypeBadge","_getTemplateInfo","_jsxRuntime","PostCardPanel","postType","postId","onActionPerformed","title","icon","useSelect","select","_select$getEntityReco","getEditedEntityRecord","coreStore","_record","default_template_types","templateTypes","getEntityRecord","_templateInfo","TEMPLATE_POST_TYPE","TEMPLATE_PART_POST_TYPE","includes","getTemplateInfo","template","unlock","editorStore","getPostIcon","area","pageTypeBadge","usePageTypeBadge","jsx","className","children","jsxs","__experimentalHStack","spacing","align","Icon","__experimentalText","numberOfLines","truncate","weight","as","lineHeight","decodeEntities","__","default"],"sources":["@wordpress/editor/src/components/post-card-panel/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport {\n\tIcon,\n\t__experimentalHStack as HStack,\n\t__experimentalText as Text,\n} from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { useSelect } from '@wordpress/data';\nimport { __ } from '@wordpress/i18n';\nimport { decodeEntities } from '@wordpress/html-entities';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\nimport {\n\tTEMPLATE_POST_TYPE,\n\tTEMPLATE_PART_POST_TYPE,\n} from '../../store/constants';\nimport { unlock } from '../../lock-unlock';\nimport PostActions from '../post-actions';\nimport usePageTypeBadge from '../../utils/pageTypeBadge';\nimport { getTemplateInfo } from '../../utils/get-template-info';\n\nexport default function PostCardPanel( {\n\tpostType,\n\tpostId,\n\tonActionPerformed,\n} ) {\n\tconst { title, icon } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getEditedEntityRecord } = select( coreStore );\n\t\t\tconst _record = getEditedEntityRecord(\n\t\t\t\t'postType',\n\t\t\t\tpostType,\n\t\t\t\tpostId\n\t\t\t);\n\n\t\t\tconst { default_template_types: templateTypes = [] } =\n\t\t\t\tselect( coreStore ).getEntityRecord(\n\t\t\t\t\t'root',\n\t\t\t\t\t'__unstableBase'\n\t\t\t\t) ?? {};\n\n\t\t\tconst _templateInfo = [\n\t\t\t\tTEMPLATE_POST_TYPE,\n\t\t\t\tTEMPLATE_PART_POST_TYPE,\n\t\t\t].includes( postType )\n\t\t\t\t? getTemplateInfo( {\n\t\t\t\t\t\ttemplate: _record,\n\t\t\t\t\t\ttemplateTypes,\n\t\t\t\t } )\n\t\t\t\t: {};\n\n\t\t\treturn {\n\t\t\t\ttitle: _templateInfo?.title || _record?.title,\n\t\t\t\ticon: unlock( select( editorStore ) ).getPostIcon( postType, {\n\t\t\t\t\tarea: _record?.area,\n\t\t\t\t} ),\n\t\t\t};\n\t\t},\n\t\t[ postId, postType ]\n\t);\n\n\tconst pageTypeBadge = usePageTypeBadge();\n\n\treturn (\n\t\t<div className=\"editor-post-card-panel\">\n\t\t\t<HStack\n\t\t\t\tspacing={ 2 }\n\t\t\t\tclassName=\"editor-post-card-panel__header\"\n\t\t\t\talign=\"flex-start\"\n\t\t\t>\n\t\t\t\t<Icon className=\"editor-post-card-panel__icon\" icon={ icon } />\n\t\t\t\t<Text\n\t\t\t\t\tnumberOfLines={ 2 }\n\t\t\t\t\ttruncate\n\t\t\t\t\tclassName=\"editor-post-card-panel__title\"\n\t\t\t\t\tweight={ 500 }\n\t\t\t\t\tas=\"h2\"\n\t\t\t\t\tlineHeight=\"20px\"\n\t\t\t\t>\n\t\t\t\t\t{ title ? decodeEntities( title ) : __( 'No title' ) }\n\t\t\t\t\t{ pageTypeBadge && (\n\t\t\t\t\t\t<span className=\"editor-post-card-panel__title-badge\">\n\t\t\t\t\t\t\t{ pageTypeBadge }\n\t\t\t\t\t\t</span>\n\t\t\t\t\t) }\n\t\t\t\t</Text>\n\t\t\t\t<PostActions\n\t\t\t\t\tpostType={ postType }\n\t\t\t\t\tpostId={ postId }\n\t\t\t\t\tonActionPerformed={ onActionPerformed }\n\t\t\t\t/>\n\t\t\t</HStack>\n\t\t</div>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -55,7 +55,7 @@ function PostComments() {
55
55
  /**
56
56
  * A form for managing comment status.
57
57
  *
58
- * @return {JSX.Element} The rendered PostComments component.
58
+ * @return {React.ReactNode} The rendered PostComments component.
59
59
  */
60
60
  var _default = exports.default = PostComments;
61
61
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_i18n","require","_components","_data","_store","_jsxRuntime","COMMENT_OPTIONS","label","_x","value","description","__","join","PostComments","commentStatus","useSelect","select","_select$getEditedPost","editorStore","getEditedPostAttribute","editPost","useDispatch","handleStatus","newCommentStatus","comment_status","jsx","children","__experimentalVStack","spacing","RadioControl","className","hideLabelFromVision","options","onChange","selected","_default","exports","default"],"sources":["@wordpress/editor/src/components/post-comments/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __, _x } from '@wordpress/i18n';\nimport {\n\tRadioControl,\n\t__experimentalVStack as VStack,\n} from '@wordpress/components';\nimport { useDispatch, useSelect } from '@wordpress/data';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\n\nconst COMMENT_OPTIONS = [\n\t{\n\t\tlabel: _x( 'Open', 'Adjective: e.g. \"Comments are open\"' ),\n\t\tvalue: 'open',\n\t\tdescription: __( 'Visitors can add new comments and replies.' ),\n\t},\n\t{\n\t\tlabel: __( 'Closed' ),\n\t\tvalue: 'closed',\n\t\tdescription: [\n\t\t\t__( 'Visitors cannot add new comments or replies.' ),\n\t\t\t__( 'Existing comments remain visible.' ),\n\t\t].join( ' ' ),\n\t},\n];\n\nfunction PostComments() {\n\tconst commentStatus = useSelect(\n\t\t( select ) =>\n\t\t\tselect( editorStore ).getEditedPostAttribute( 'comment_status' ) ??\n\t\t\t'open',\n\t\t[]\n\t);\n\tconst { editPost } = useDispatch( editorStore );\n\tconst handleStatus = ( newCommentStatus ) =>\n\t\teditPost( {\n\t\t\tcomment_status: newCommentStatus,\n\t\t} );\n\n\treturn (\n\t\t<form>\n\t\t\t<VStack spacing={ 4 }>\n\t\t\t\t<RadioControl\n\t\t\t\t\tclassName=\"editor-change-status__options\"\n\t\t\t\t\thideLabelFromVision\n\t\t\t\t\tlabel={ __( 'Comment status' ) }\n\t\t\t\t\toptions={ COMMENT_OPTIONS }\n\t\t\t\t\tonChange={ handleStatus }\n\t\t\t\t\tselected={ commentStatus }\n\t\t\t\t/>\n\t\t\t</VStack>\n\t\t</form>\n\t);\n}\n\n/**\n * A form for managing comment status.\n *\n * @return {JSX.Element} The rendered PostComments component.\n */\nexport default PostComments;\n"],"mappings":";;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAIA,IAAAE,KAAA,GAAAF,OAAA;AAKA,IAAAG,MAAA,GAAAH,OAAA;AAAmD,IAAAI,WAAA,GAAAJ,OAAA;AAbnD;AACA;AACA;;AAQA;AACA;AACA;;AAGA,MAAMK,eAAe,GAAG,CACvB;EACCC,KAAK,EAAE,IAAAC,QAAE,EAAE,MAAM,EAAE,qCAAsC,CAAC;EAC1DC,KAAK,EAAE,MAAM;EACbC,WAAW,EAAE,IAAAC,QAAE,EAAE,4CAA6C;AAC/D,CAAC,EACD;EACCJ,KAAK,EAAE,IAAAI,QAAE,EAAE,QAAS,CAAC;EACrBF,KAAK,EAAE,QAAQ;EACfC,WAAW,EAAE,CACZ,IAAAC,QAAE,EAAE,8CAA+C,CAAC,EACpD,IAAAA,QAAE,EAAE,mCAAoC,CAAC,CACzC,CAACC,IAAI,CAAE,GAAI;AACb,CAAC,CACD;AAED,SAASC,YAAYA,CAAA,EAAG;EACvB,MAAMC,aAAa,GAAG,IAAAC,eAAS,EAC5BC,MAAM;IAAA,IAAAC,qBAAA;IAAA,QAAAA,qBAAA,GACPD,MAAM,CAAEE,YAAY,CAAC,CAACC,sBAAsB,CAAE,gBAAiB,CAAC,cAAAF,qBAAA,cAAAA,qBAAA,GAChE,MAAM;EAAA,GACP,EACD,CAAC;EACD,MAAM;IAAEG;EAAS,CAAC,GAAG,IAAAC,iBAAW,EAAEH,YAAY,CAAC;EAC/C,MAAMI,YAAY,GAAKC,gBAAgB,IACtCH,QAAQ,CAAE;IACTI,cAAc,EAAED;EACjB,CAAE,CAAC;EAEJ,oBACC,IAAAlB,WAAA,CAAAoB,GAAA;IAAAC,QAAA,eACC,IAAArB,WAAA,CAAAoB,GAAA,EAACvB,WAAA,CAAAyB,oBAAM;MAACC,OAAO,EAAG,CAAG;MAAAF,QAAA,eACpB,IAAArB,WAAA,CAAAoB,GAAA,EAACvB,WAAA,CAAA2B,YAAY;QACZC,SAAS,EAAC,+BAA+B;QACzCC,mBAAmB;QACnBxB,KAAK,EAAG,IAAAI,QAAE,EAAE,gBAAiB,CAAG;QAChCqB,OAAO,EAAG1B,eAAiB;QAC3B2B,QAAQ,EAAGX,YAAc;QACzBY,QAAQ,EAAGpB;MAAe,CAC1B;IAAC,CACK;EAAC,CACJ,CAAC;AAET;;AAEA;AACA;AACA;AACA;AACA;AAJA,IAAAqB,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAKexB,YAAY","ignoreList":[]}
1
+ {"version":3,"names":["_i18n","require","_components","_data","_store","_jsxRuntime","COMMENT_OPTIONS","label","_x","value","description","__","join","PostComments","commentStatus","useSelect","select","_select$getEditedPost","editorStore","getEditedPostAttribute","editPost","useDispatch","handleStatus","newCommentStatus","comment_status","jsx","children","__experimentalVStack","spacing","RadioControl","className","hideLabelFromVision","options","onChange","selected","_default","exports","default"],"sources":["@wordpress/editor/src/components/post-comments/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __, _x } from '@wordpress/i18n';\nimport {\n\tRadioControl,\n\t__experimentalVStack as VStack,\n} from '@wordpress/components';\nimport { useDispatch, useSelect } from '@wordpress/data';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\n\nconst COMMENT_OPTIONS = [\n\t{\n\t\tlabel: _x( 'Open', 'Adjective: e.g. \"Comments are open\"' ),\n\t\tvalue: 'open',\n\t\tdescription: __( 'Visitors can add new comments and replies.' ),\n\t},\n\t{\n\t\tlabel: __( 'Closed' ),\n\t\tvalue: 'closed',\n\t\tdescription: [\n\t\t\t__( 'Visitors cannot add new comments or replies.' ),\n\t\t\t__( 'Existing comments remain visible.' ),\n\t\t].join( ' ' ),\n\t},\n];\n\nfunction PostComments() {\n\tconst commentStatus = useSelect(\n\t\t( select ) =>\n\t\t\tselect( editorStore ).getEditedPostAttribute( 'comment_status' ) ??\n\t\t\t'open',\n\t\t[]\n\t);\n\tconst { editPost } = useDispatch( editorStore );\n\tconst handleStatus = ( newCommentStatus ) =>\n\t\teditPost( {\n\t\t\tcomment_status: newCommentStatus,\n\t\t} );\n\n\treturn (\n\t\t<form>\n\t\t\t<VStack spacing={ 4 }>\n\t\t\t\t<RadioControl\n\t\t\t\t\tclassName=\"editor-change-status__options\"\n\t\t\t\t\thideLabelFromVision\n\t\t\t\t\tlabel={ __( 'Comment status' ) }\n\t\t\t\t\toptions={ COMMENT_OPTIONS }\n\t\t\t\t\tonChange={ handleStatus }\n\t\t\t\t\tselected={ commentStatus }\n\t\t\t\t/>\n\t\t\t</VStack>\n\t\t</form>\n\t);\n}\n\n/**\n * A form for managing comment status.\n *\n * @return {React.ReactNode} The rendered PostComments component.\n */\nexport default PostComments;\n"],"mappings":";;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAIA,IAAAE,KAAA,GAAAF,OAAA;AAKA,IAAAG,MAAA,GAAAH,OAAA;AAAmD,IAAAI,WAAA,GAAAJ,OAAA;AAbnD;AACA;AACA;;AAQA;AACA;AACA;;AAGA,MAAMK,eAAe,GAAG,CACvB;EACCC,KAAK,EAAE,IAAAC,QAAE,EAAE,MAAM,EAAE,qCAAsC,CAAC;EAC1DC,KAAK,EAAE,MAAM;EACbC,WAAW,EAAE,IAAAC,QAAE,EAAE,4CAA6C;AAC/D,CAAC,EACD;EACCJ,KAAK,EAAE,IAAAI,QAAE,EAAE,QAAS,CAAC;EACrBF,KAAK,EAAE,QAAQ;EACfC,WAAW,EAAE,CACZ,IAAAC,QAAE,EAAE,8CAA+C,CAAC,EACpD,IAAAA,QAAE,EAAE,mCAAoC,CAAC,CACzC,CAACC,IAAI,CAAE,GAAI;AACb,CAAC,CACD;AAED,SAASC,YAAYA,CAAA,EAAG;EACvB,MAAMC,aAAa,GAAG,IAAAC,eAAS,EAC5BC,MAAM;IAAA,IAAAC,qBAAA;IAAA,QAAAA,qBAAA,GACPD,MAAM,CAAEE,YAAY,CAAC,CAACC,sBAAsB,CAAE,gBAAiB,CAAC,cAAAF,qBAAA,cAAAA,qBAAA,GAChE,MAAM;EAAA,GACP,EACD,CAAC;EACD,MAAM;IAAEG;EAAS,CAAC,GAAG,IAAAC,iBAAW,EAAEH,YAAY,CAAC;EAC/C,MAAMI,YAAY,GAAKC,gBAAgB,IACtCH,QAAQ,CAAE;IACTI,cAAc,EAAED;EACjB,CAAE,CAAC;EAEJ,oBACC,IAAAlB,WAAA,CAAAoB,GAAA;IAAAC,QAAA,eACC,IAAArB,WAAA,CAAAoB,GAAA,EAACvB,WAAA,CAAAyB,oBAAM;MAACC,OAAO,EAAG,CAAG;MAAAF,QAAA,eACpB,IAAArB,WAAA,CAAAoB,GAAA,EAACvB,WAAA,CAAA2B,YAAY;QACZC,SAAS,EAAC,+BAA+B;QACzCC,mBAAmB;QACnBxB,KAAK,EAAG,IAAAI,QAAE,EAAE,gBAAiB,CAAG;QAChCqB,OAAO,EAAG1B,eAAiB;QAC3B2B,QAAQ,EAAGX,YAAc;QACzBY,QAAQ,EAAGpB;MAAe,CAC1B;IAAC,CACK;EAAC,CACJ,CAAC;AAET;;AAEA;AACA;AACA;AACA;AACA;AAJA,IAAAqB,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAKexB,YAAY","ignoreList":[]}
@@ -100,7 +100,7 @@ function PostDiscussionToggle({
100
100
  * checks whether the current post has support for the
101
101
  * above and if the `discussion-panel` panel is enabled.
102
102
  *
103
- * @return {JSX.Element|null} The rendered PostDiscussionPanel component.
103
+ * @return {React.ReactNode} The rendered PostDiscussionPanel component.
104
104
  */
105
105
  function PostDiscussionPanel() {
106
106
  const {
@@ -1 +1 @@
1
- {"version":3,"names":["_i18n","require","_components","_data","_element","_blockEditor","_coreData","_store","_postTypeSupportCheck","_interopRequireDefault","_postComments","_postPingbacks","_postPanelRow","_jsxRuntime","PANEL_NAME","ModalContents","onClose","jsxs","className","children","jsx","__experimentalInspectorPopoverHeader","title","__","__experimentalVStack","spacing","default","supportKeys","PostDiscussionToggle","isOpen","onClick","commentStatus","pingStatus","commentsSupported","trackbacksSupported","useSelect","select","_getEditedPostAttribu","_getEditedPostAttribu2","getEditedPostAttribute","editorStore","getPostType","coreStore","postType","supports","comments","trackbacks","label","_x","Button","size","variant","PostDiscussionPanel","isEnabled","isEditorPanelEnabled","popoverAnchor","setPopoverAnchor","useState","popoverProps","useMemo","anchor","placement","offset","shift","ref","Dropdown","contentClassName","focusOnMount","renderToggle","onToggle","renderContent"],"sources":["@wordpress/editor/src/components/post-discussion/panel.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __, _x } from '@wordpress/i18n';\nimport {\n\tDropdown,\n\tButton,\n\t__experimentalVStack as VStack,\n} from '@wordpress/components';\nimport { useSelect } from '@wordpress/data';\nimport { useState, useMemo } from '@wordpress/element';\nimport { __experimentalInspectorPopoverHeader as InspectorPopoverHeader } from '@wordpress/block-editor';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\nimport PostTypeSupportCheck from '../post-type-support-check';\nimport PostComments from '../post-comments';\nimport PostPingbacks from '../post-pingbacks';\nimport PostPanelRow from '../post-panel-row';\n\nconst PANEL_NAME = 'discussion-panel';\n\nfunction ModalContents( { onClose } ) {\n\treturn (\n\t\t<div className=\"editor-post-discussion\">\n\t\t\t<InspectorPopoverHeader\n\t\t\t\ttitle={ __( 'Discussion' ) }\n\t\t\t\tonClose={ onClose }\n\t\t\t/>\n\t\t\t<VStack spacing={ 4 }>\n\t\t\t\t<PostTypeSupportCheck supportKeys=\"comments\">\n\t\t\t\t\t<PostComments />\n\t\t\t\t</PostTypeSupportCheck>\n\t\t\t\t<PostTypeSupportCheck supportKeys=\"trackbacks\">\n\t\t\t\t\t<PostPingbacks />\n\t\t\t\t</PostTypeSupportCheck>\n\t\t\t</VStack>\n\t\t</div>\n\t);\n}\n\nfunction PostDiscussionToggle( { isOpen, onClick } ) {\n\tconst {\n\t\tcommentStatus,\n\t\tpingStatus,\n\t\tcommentsSupported,\n\t\ttrackbacksSupported,\n\t} = useSelect( ( select ) => {\n\t\tconst { getEditedPostAttribute } = select( editorStore );\n\t\tconst { getPostType } = select( coreStore );\n\t\tconst postType = getPostType( getEditedPostAttribute( 'type' ) );\n\t\treturn {\n\t\t\tcommentStatus: getEditedPostAttribute( 'comment_status' ) ?? 'open',\n\t\t\tpingStatus: getEditedPostAttribute( 'ping_status' ) ?? 'open',\n\t\t\tcommentsSupported: !! postType.supports.comments,\n\t\t\ttrackbacksSupported: !! postType.supports.trackbacks,\n\t\t};\n\t}, [] );\n\tlet label;\n\tif ( commentStatus === 'open' ) {\n\t\tif ( pingStatus === 'open' ) {\n\t\t\tlabel = _x( 'Open', 'Adjective: e.g. \"Comments are open\"' );\n\t\t} else {\n\t\t\tlabel = trackbacksSupported\n\t\t\t\t? __( 'Comments only' )\n\t\t\t\t: _x( 'Open', 'Adjective: e.g. \"Comments are open\"' );\n\t\t}\n\t} else if ( pingStatus === 'open' ) {\n\t\tlabel = commentsSupported ? __( 'Pings only' ) : __( 'Pings enabled' );\n\t} else {\n\t\tlabel = __( 'Closed' );\n\t}\n\treturn (\n\t\t<Button\n\t\t\tsize=\"compact\"\n\t\t\tclassName=\"editor-post-discussion__panel-toggle\"\n\t\t\tvariant=\"tertiary\"\n\t\t\taria-label={ __( 'Change discussion options' ) }\n\t\t\taria-expanded={ isOpen }\n\t\t\tonClick={ onClick }\n\t\t>\n\t\t\t{ label }\n\t\t</Button>\n\t);\n}\n\n/**\n * This component allows to update comment and pingback\n * settings for the current post. Internally there are\n * checks whether the current post has support for the\n * above and if the `discussion-panel` panel is enabled.\n *\n * @return {JSX.Element|null} The rendered PostDiscussionPanel component.\n */\nexport default function PostDiscussionPanel() {\n\tconst { isEnabled } = useSelect( ( select ) => {\n\t\tconst { isEditorPanelEnabled } = select( editorStore );\n\t\treturn {\n\t\t\tisEnabled: isEditorPanelEnabled( PANEL_NAME ),\n\t\t};\n\t}, [] );\n\n\t// Use internal state instead of a ref to make sure that the component\n\t// re-renders when the popover's anchor updates.\n\tconst [ popoverAnchor, setPopoverAnchor ] = useState( null );\n\t// Memoize popoverProps to avoid returning a new object every time.\n\tconst popoverProps = useMemo(\n\t\t() => ( {\n\t\t\t// Anchor the popover to the middle of the entire row so that it doesn't\n\t\t\t// move around when the label changes.\n\t\t\tanchor: popoverAnchor,\n\t\t\tplacement: 'left-start',\n\t\t\toffset: 36,\n\t\t\tshift: true,\n\t\t} ),\n\t\t[ popoverAnchor ]\n\t);\n\n\tif ( ! isEnabled ) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<PostTypeSupportCheck supportKeys={ [ 'comments', 'trackbacks' ] }>\n\t\t\t<PostPanelRow label={ __( 'Discussion' ) } ref={ setPopoverAnchor }>\n\t\t\t\t<Dropdown\n\t\t\t\t\tpopoverProps={ popoverProps }\n\t\t\t\t\tclassName=\"editor-post-discussion__panel-dropdown\"\n\t\t\t\t\tcontentClassName=\"editor-post-discussion__panel-dialog\"\n\t\t\t\t\tfocusOnMount\n\t\t\t\t\trenderToggle={ ( { isOpen, onToggle } ) => (\n\t\t\t\t\t\t<PostDiscussionToggle\n\t\t\t\t\t\t\tisOpen={ isOpen }\n\t\t\t\t\t\t\tonClick={ onToggle }\n\t\t\t\t\t\t/>\n\t\t\t\t\t) }\n\t\t\t\t\trenderContent={ ( { onClose } ) => (\n\t\t\t\t\t\t<ModalContents onClose={ onClose } />\n\t\t\t\t\t) }\n\t\t\t\t/>\n\t\t\t</PostPanelRow>\n\t\t</PostTypeSupportCheck>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_i18n","require","_components","_data","_element","_blockEditor","_coreData","_store","_postTypeSupportCheck","_interopRequireDefault","_postComments","_postPingbacks","_postPanelRow","_jsxRuntime","PANEL_NAME","ModalContents","onClose","jsxs","className","children","jsx","__experimentalInspectorPopoverHeader","title","__","__experimentalVStack","spacing","default","supportKeys","PostDiscussionToggle","isOpen","onClick","commentStatus","pingStatus","commentsSupported","trackbacksSupported","useSelect","select","_getEditedPostAttribu","_getEditedPostAttribu2","getEditedPostAttribute","editorStore","getPostType","coreStore","postType","supports","comments","trackbacks","label","_x","Button","size","variant","PostDiscussionPanel","isEnabled","isEditorPanelEnabled","popoverAnchor","setPopoverAnchor","useState","popoverProps","useMemo","anchor","placement","offset","shift","ref","Dropdown","contentClassName","focusOnMount","renderToggle","onToggle","renderContent"],"sources":["@wordpress/editor/src/components/post-discussion/panel.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __, _x } from '@wordpress/i18n';\nimport {\n\tDropdown,\n\tButton,\n\t__experimentalVStack as VStack,\n} from '@wordpress/components';\nimport { useSelect } from '@wordpress/data';\nimport { useState, useMemo } from '@wordpress/element';\nimport { __experimentalInspectorPopoverHeader as InspectorPopoverHeader } from '@wordpress/block-editor';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\nimport PostTypeSupportCheck from '../post-type-support-check';\nimport PostComments from '../post-comments';\nimport PostPingbacks from '../post-pingbacks';\nimport PostPanelRow from '../post-panel-row';\n\nconst PANEL_NAME = 'discussion-panel';\n\nfunction ModalContents( { onClose } ) {\n\treturn (\n\t\t<div className=\"editor-post-discussion\">\n\t\t\t<InspectorPopoverHeader\n\t\t\t\ttitle={ __( 'Discussion' ) }\n\t\t\t\tonClose={ onClose }\n\t\t\t/>\n\t\t\t<VStack spacing={ 4 }>\n\t\t\t\t<PostTypeSupportCheck supportKeys=\"comments\">\n\t\t\t\t\t<PostComments />\n\t\t\t\t</PostTypeSupportCheck>\n\t\t\t\t<PostTypeSupportCheck supportKeys=\"trackbacks\">\n\t\t\t\t\t<PostPingbacks />\n\t\t\t\t</PostTypeSupportCheck>\n\t\t\t</VStack>\n\t\t</div>\n\t);\n}\n\nfunction PostDiscussionToggle( { isOpen, onClick } ) {\n\tconst {\n\t\tcommentStatus,\n\t\tpingStatus,\n\t\tcommentsSupported,\n\t\ttrackbacksSupported,\n\t} = useSelect( ( select ) => {\n\t\tconst { getEditedPostAttribute } = select( editorStore );\n\t\tconst { getPostType } = select( coreStore );\n\t\tconst postType = getPostType( getEditedPostAttribute( 'type' ) );\n\t\treturn {\n\t\t\tcommentStatus: getEditedPostAttribute( 'comment_status' ) ?? 'open',\n\t\t\tpingStatus: getEditedPostAttribute( 'ping_status' ) ?? 'open',\n\t\t\tcommentsSupported: !! postType.supports.comments,\n\t\t\ttrackbacksSupported: !! postType.supports.trackbacks,\n\t\t};\n\t}, [] );\n\tlet label;\n\tif ( commentStatus === 'open' ) {\n\t\tif ( pingStatus === 'open' ) {\n\t\t\tlabel = _x( 'Open', 'Adjective: e.g. \"Comments are open\"' );\n\t\t} else {\n\t\t\tlabel = trackbacksSupported\n\t\t\t\t? __( 'Comments only' )\n\t\t\t\t: _x( 'Open', 'Adjective: e.g. \"Comments are open\"' );\n\t\t}\n\t} else if ( pingStatus === 'open' ) {\n\t\tlabel = commentsSupported ? __( 'Pings only' ) : __( 'Pings enabled' );\n\t} else {\n\t\tlabel = __( 'Closed' );\n\t}\n\treturn (\n\t\t<Button\n\t\t\tsize=\"compact\"\n\t\t\tclassName=\"editor-post-discussion__panel-toggle\"\n\t\t\tvariant=\"tertiary\"\n\t\t\taria-label={ __( 'Change discussion options' ) }\n\t\t\taria-expanded={ isOpen }\n\t\t\tonClick={ onClick }\n\t\t>\n\t\t\t{ label }\n\t\t</Button>\n\t);\n}\n\n/**\n * This component allows to update comment and pingback\n * settings for the current post. Internally there are\n * checks whether the current post has support for the\n * above and if the `discussion-panel` panel is enabled.\n *\n * @return {React.ReactNode} The rendered PostDiscussionPanel component.\n */\nexport default function PostDiscussionPanel() {\n\tconst { isEnabled } = useSelect( ( select ) => {\n\t\tconst { isEditorPanelEnabled } = select( editorStore );\n\t\treturn {\n\t\t\tisEnabled: isEditorPanelEnabled( PANEL_NAME ),\n\t\t};\n\t}, [] );\n\n\t// Use internal state instead of a ref to make sure that the component\n\t// re-renders when the popover's anchor updates.\n\tconst [ popoverAnchor, setPopoverAnchor ] = useState( null );\n\t// Memoize popoverProps to avoid returning a new object every time.\n\tconst popoverProps = useMemo(\n\t\t() => ( {\n\t\t\t// Anchor the popover to the middle of the entire row so that it doesn't\n\t\t\t// move around when the label changes.\n\t\t\tanchor: popoverAnchor,\n\t\t\tplacement: 'left-start',\n\t\t\toffset: 36,\n\t\t\tshift: true,\n\t\t} ),\n\t\t[ popoverAnchor ]\n\t);\n\n\tif ( ! isEnabled ) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<PostTypeSupportCheck supportKeys={ [ 'comments', 'trackbacks' ] }>\n\t\t\t<PostPanelRow label={ __( 'Discussion' ) } ref={ setPopoverAnchor }>\n\t\t\t\t<Dropdown\n\t\t\t\t\tpopoverProps={ popoverProps }\n\t\t\t\t\tclassName=\"editor-post-discussion__panel-dropdown\"\n\t\t\t\t\tcontentClassName=\"editor-post-discussion__panel-dialog\"\n\t\t\t\t\tfocusOnMount\n\t\t\t\t\trenderToggle={ ( { isOpen, onToggle } ) => (\n\t\t\t\t\t\t<PostDiscussionToggle\n\t\t\t\t\t\t\tisOpen={ isOpen }\n\t\t\t\t\t\t\tonClick={ onToggle }\n\t\t\t\t\t\t/>\n\t\t\t\t\t) }\n\t\t\t\t\trenderContent={ ( { onClose } ) => (\n\t\t\t\t\t\t<ModalContents onClose={ onClose } />\n\t\t\t\t\t) }\n\t\t\t\t/>\n\t\t\t</PostPanelRow>\n\t\t</PostTypeSupportCheck>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -14,10 +14,10 @@ var _jsxRuntime = require("react/jsx-runtime");
14
14
  /**
15
15
  * Component for checking if the post type supports the excerpt field.
16
16
  *
17
- * @param {Object} props Props.
18
- * @param {Element} props.children Children to be rendered.
17
+ * @param {Object} props Props.
18
+ * @param {React.ReactNode} props.children Children to be rendered.
19
19
  *
20
- * @return {Component} The component to be rendered.
20
+ * @return {React.ReactNode} The rendered component.
21
21
  */function PostExcerptCheck({
22
22
  children
23
23
  }) {
@@ -1 +1 @@
1
- {"version":3,"names":["_postTypeSupportCheck","_interopRequireDefault","require","_jsxRuntime","PostExcerptCheck","children","jsx","default","supportKeys","_default","exports"],"sources":["@wordpress/editor/src/components/post-excerpt/check.js"],"sourcesContent":["/**\n * Internal dependencies\n */\nimport PostTypeSupportCheck from '../post-type-support-check';\n\n/**\n * Component for checking if the post type supports the excerpt field.\n *\n * @param {Object} props Props.\n * @param {Element} props.children Children to be rendered.\n *\n * @return {Component} The component to be rendered.\n */\nfunction PostExcerptCheck( { children } ) {\n\treturn (\n\t\t<PostTypeSupportCheck supportKeys=\"excerpt\">\n\t\t\t{ children }\n\t\t</PostTypeSupportCheck>\n\t);\n}\n\nexport default PostExcerptCheck;\n"],"mappings":";;;;;;;AAGA,IAAAA,qBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8D,IAAAC,WAAA,GAAAD,OAAA;AAH9D;AACA;AACA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GACA,SAASE,gBAAgBA,CAAE;EAAEC;AAAS,CAAC,EAAG;EACzC,oBACC,IAAAF,WAAA,CAAAG,GAAA,EAACN,qBAAA,CAAAO,OAAoB;IAACC,WAAW,EAAC,SAAS;IAAAH,QAAA,EACxCA;EAAQ,CACW,CAAC;AAEzB;AAAC,IAAAI,QAAA,GAAAC,OAAA,CAAAH,OAAA,GAEcH,gBAAgB","ignoreList":[]}
1
+ {"version":3,"names":["_postTypeSupportCheck","_interopRequireDefault","require","_jsxRuntime","PostExcerptCheck","children","jsx","default","supportKeys","_default","exports"],"sources":["@wordpress/editor/src/components/post-excerpt/check.js"],"sourcesContent":["/**\n * Internal dependencies\n */\nimport PostTypeSupportCheck from '../post-type-support-check';\n\n/**\n * Component for checking if the post type supports the excerpt field.\n *\n * @param {Object} props Props.\n * @param {React.ReactNode} props.children Children to be rendered.\n *\n * @return {React.ReactNode} The rendered component.\n */\nfunction PostExcerptCheck( { children } ) {\n\treturn (\n\t\t<PostTypeSupportCheck supportKeys=\"excerpt\">\n\t\t\t{ children }\n\t\t</PostTypeSupportCheck>\n\t);\n}\n\nexport default PostExcerptCheck;\n"],"mappings":";;;;;;;AAGA,IAAAA,qBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8D,IAAAC,WAAA,GAAAD,OAAA;AAH9D;AACA;AACA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GACA,SAASE,gBAAgBA,CAAE;EAAEC;AAAS,CAAC,EAAG;EACzC,oBACC,IAAAF,WAAA,CAAAG,GAAA,EAACN,qBAAA,CAAAO,OAAoB;IAACC,WAAW,EAAC,SAAS;IAAAH,QAAA,EACxCA;EAAQ,CACW,CAAC;AAEzB;AAAC,IAAAI,QAAA,GAAAC,OAAA,CAAAH,OAAA,GAEcH,gBAAgB","ignoreList":[]}
@@ -72,7 +72,7 @@ function ExcerptPanel() {
72
72
  /**
73
73
  * Is rendered if the post type supports excerpts and allows editing the excerpt.
74
74
  *
75
- * @return {JSX.Element} The rendered PostExcerptPanel component.
75
+ * @return {React.ReactNode} The rendered PostExcerptPanel component.
76
76
  */
77
77
  function PostExcerptPanel() {
78
78
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_check.default, {
@@ -1 +1 @@
1
- {"version":3,"names":["_i18n","require","_components","_data","_element","_blockEditor","_coreData","_htmlEntities","_index","_interopRequireDefault","_check","_plugin","_constants","_store","_jsxRuntime","PANEL_NAME","ExcerptPanel","isOpened","isEnabled","postType","useSelect","select","isEditorPanelOpened","isEditorPanelEnabled","getCurrentPostType","editorStore","toggleEditorPanelOpened","useDispatch","toggleExcerptPanel","shouldUseDescriptionLabel","includes","jsx","PanelBody","title","__","opened","onToggle","children","default","Slot","fills","jsxs","Fragment","PostExcerptPanel","PrivatePostExcerptPanel","PrivateExcerpt","shouldRender","excerpt","shouldBeUsedAsDescription","allowEditing","getCurrentPostId","getEditedPostAttribute","isTemplateOrTemplatePart","isPattern","_shouldBeUsedAsDescription","_usedAttribute","template","coreStore","getEntityRecord","_shouldRender","source","TEMPLATE_ORIGINS","custom","has_theme_file","is_custom","popoverAnchor","setPopoverAnchor","useState","label","popoverProps","useMemo","anchor","headerTitle","placement","offset","shift","excerptText","__experimentalText","align","numberOfLines","truncate","decodeEntities","excerptPlaceholder","triggerEditLabel","__experimentalVStack","Dropdown","className","contentClassName","focusOnMount","ref","renderToggle","Button","__next40pxDefaultSize","onClick","variant","renderContent","onClose","__experimentalInspectorPopoverHeader","spacing","hideLabelFromVision","updateOnBlur"],"sources":["@wordpress/editor/src/components/post-excerpt/panel.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport {\n\tPanelBody,\n\t__experimentalText as Text,\n\tDropdown,\n\tButton,\n\t__experimentalVStack as VStack,\n} from '@wordpress/components';\nimport { useDispatch, useSelect } from '@wordpress/data';\nimport { useMemo, useState } from '@wordpress/element';\nimport { __experimentalInspectorPopoverHeader as InspectorPopoverHeader } from '@wordpress/block-editor';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { decodeEntities } from '@wordpress/html-entities';\n\n/**\n * Internal dependencies\n */\nimport PostExcerptForm from './index';\nimport PostExcerptCheck from './check';\nimport PluginPostExcerpt from './plugin';\nimport { TEMPLATE_ORIGINS } from '../../store/constants';\nimport { store as editorStore } from '../../store';\n\n/**\n * Module Constants\n */\nconst PANEL_NAME = 'post-excerpt';\n\nfunction ExcerptPanel() {\n\tconst { isOpened, isEnabled, postType } = useSelect( ( select ) => {\n\t\tconst {\n\t\t\tisEditorPanelOpened,\n\t\t\tisEditorPanelEnabled,\n\t\t\tgetCurrentPostType,\n\t\t} = select( editorStore );\n\n\t\treturn {\n\t\t\tisOpened: isEditorPanelOpened( PANEL_NAME ),\n\t\t\tisEnabled: isEditorPanelEnabled( PANEL_NAME ),\n\t\t\tpostType: getCurrentPostType(),\n\t\t};\n\t}, [] );\n\n\tconst { toggleEditorPanelOpened } = useDispatch( editorStore );\n\tconst toggleExcerptPanel = () => toggleEditorPanelOpened( PANEL_NAME );\n\n\tif ( ! isEnabled ) {\n\t\treturn null;\n\t}\n\n\t// There are special cases where we want to label the excerpt as a description.\n\tconst shouldUseDescriptionLabel = [\n\t\t'wp_template',\n\t\t'wp_template_part',\n\t\t'wp_block',\n\t].includes( postType );\n\n\treturn (\n\t\t<PanelBody\n\t\t\ttitle={\n\t\t\t\tshouldUseDescriptionLabel\n\t\t\t\t\t? __( 'Description' )\n\t\t\t\t\t: __( 'Excerpt' )\n\t\t\t}\n\t\t\topened={ isOpened }\n\t\t\tonToggle={ toggleExcerptPanel }\n\t\t>\n\t\t\t<PluginPostExcerpt.Slot>\n\t\t\t\t{ ( fills ) => (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<PostExcerptForm />\n\t\t\t\t\t\t{ fills }\n\t\t\t\t\t</>\n\t\t\t\t) }\n\t\t\t</PluginPostExcerpt.Slot>\n\t\t</PanelBody>\n\t);\n}\n\n/**\n * Is rendered if the post type supports excerpts and allows editing the excerpt.\n *\n * @return {JSX.Element} The rendered PostExcerptPanel component.\n */\nexport default function PostExcerptPanel() {\n\treturn (\n\t\t<PostExcerptCheck>\n\t\t\t<ExcerptPanel />\n\t\t</PostExcerptCheck>\n\t);\n}\n\nexport function PrivatePostExcerptPanel() {\n\treturn (\n\t\t<PostExcerptCheck>\n\t\t\t<PrivateExcerpt />\n\t\t</PostExcerptCheck>\n\t);\n}\n\nfunction PrivateExcerpt() {\n\tconst { shouldRender, excerpt, shouldBeUsedAsDescription, allowEditing } =\n\t\tuseSelect( ( select ) => {\n\t\t\tconst {\n\t\t\t\tgetCurrentPostType,\n\t\t\t\tgetCurrentPostId,\n\t\t\t\tgetEditedPostAttribute,\n\t\t\t\tisEditorPanelEnabled,\n\t\t\t} = select( editorStore );\n\t\t\tconst postType = getCurrentPostType();\n\t\t\tconst isTemplateOrTemplatePart = [\n\t\t\t\t'wp_template',\n\t\t\t\t'wp_template_part',\n\t\t\t].includes( postType );\n\t\t\tconst isPattern = postType === 'wp_block';\n\t\t\t// These post types use the `excerpt` field as a description semantically, so we need to\n\t\t\t// handle proper labeling and some flows where we should always render them as text.\n\t\t\tconst _shouldBeUsedAsDescription =\n\t\t\t\tisTemplateOrTemplatePart || isPattern;\n\t\t\tconst _usedAttribute = isTemplateOrTemplatePart\n\t\t\t\t? 'description'\n\t\t\t\t: 'excerpt';\n\t\t\t// We need to fetch the entity in this case to check if we'll allow editing.\n\t\t\tconst template =\n\t\t\t\tisTemplateOrTemplatePart &&\n\t\t\t\tselect( coreStore ).getEntityRecord(\n\t\t\t\t\t'postType',\n\t\t\t\t\tpostType,\n\t\t\t\t\tgetCurrentPostId()\n\t\t\t\t);\n\t\t\t// For post types that use excerpt as description, we do not abide\n\t\t\t// by the `isEnabled` panel flag in order to render them as text.\n\t\t\tconst _shouldRender =\n\t\t\t\tisEditorPanelEnabled( PANEL_NAME ) ||\n\t\t\t\t_shouldBeUsedAsDescription;\n\t\t\treturn {\n\t\t\t\texcerpt: getEditedPostAttribute( _usedAttribute ),\n\t\t\t\tshouldRender: _shouldRender,\n\t\t\t\tshouldBeUsedAsDescription: _shouldBeUsedAsDescription,\n\t\t\t\t// If we should render, allow editing for all post types that are not used as description.\n\t\t\t\t// For the rest allow editing only for user generated entities.\n\t\t\t\tallowEditing:\n\t\t\t\t\t_shouldRender &&\n\t\t\t\t\t( ! _shouldBeUsedAsDescription ||\n\t\t\t\t\t\tisPattern ||\n\t\t\t\t\t\t( template &&\n\t\t\t\t\t\t\ttemplate.source === TEMPLATE_ORIGINS.custom &&\n\t\t\t\t\t\t\t! template.has_theme_file &&\n\t\t\t\t\t\t\ttemplate.is_custom ) ),\n\t\t\t};\n\t\t}, [] );\n\tconst [ popoverAnchor, setPopoverAnchor ] = useState( null );\n\tconst label = shouldBeUsedAsDescription\n\t\t? __( 'Description' )\n\t\t: __( 'Excerpt' );\n\t// Memoize popoverProps to avoid returning a new object every time.\n\tconst popoverProps = useMemo(\n\t\t() => ( {\n\t\t\t// Anchor the popover to the middle of the entire row so that it doesn't\n\t\t\t// move around when the label changes.\n\t\t\tanchor: popoverAnchor,\n\t\t\t'aria-label': label,\n\t\t\theaderTitle: label,\n\t\t\tplacement: 'left-start',\n\t\t\toffset: 36,\n\t\t\tshift: true,\n\t\t} ),\n\t\t[ popoverAnchor, label ]\n\t);\n\tif ( ! shouldRender ) {\n\t\treturn false;\n\t}\n\tconst excerptText = !! excerpt && (\n\t\t<Text align=\"left\" numberOfLines={ 4 } truncate={ allowEditing }>\n\t\t\t{ decodeEntities( excerpt ) }\n\t\t</Text>\n\t);\n\tif ( ! allowEditing ) {\n\t\treturn excerptText;\n\t}\n\tconst excerptPlaceholder = shouldBeUsedAsDescription\n\t\t? __( 'Add a description…' )\n\t\t: __( 'Add an excerpt…' );\n\tconst triggerEditLabel = shouldBeUsedAsDescription\n\t\t? __( 'Edit description' )\n\t\t: __( 'Edit excerpt' );\n\treturn (\n\t\t<VStack>\n\t\t\t{ excerptText }\n\t\t\t<Dropdown\n\t\t\t\tclassName=\"editor-post-excerpt__dropdown\"\n\t\t\t\tcontentClassName=\"editor-post-excerpt__dropdown__content\"\n\t\t\t\tpopoverProps={ popoverProps }\n\t\t\t\tfocusOnMount\n\t\t\t\tref={ setPopoverAnchor }\n\t\t\t\trenderToggle={ ( { onToggle } ) => (\n\t\t\t\t\t<Button\n\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\tonClick={ onToggle }\n\t\t\t\t\t\tvariant=\"link\"\n\t\t\t\t\t>\n\t\t\t\t\t\t{ excerptText ? triggerEditLabel : excerptPlaceholder }\n\t\t\t\t\t</Button>\n\t\t\t\t) }\n\t\t\t\trenderContent={ ( { onClose } ) => (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<InspectorPopoverHeader\n\t\t\t\t\t\t\ttitle={ label }\n\t\t\t\t\t\t\tonClose={ onClose }\n\t\t\t\t\t\t/>\n\n\t\t\t\t\t\t<VStack spacing={ 4 }>\n\t\t\t\t\t\t\t<PluginPostExcerpt.Slot>\n\t\t\t\t\t\t\t\t{ ( fills ) => (\n\t\t\t\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t\t\t\t<PostExcerptForm\n\t\t\t\t\t\t\t\t\t\t\thideLabelFromVision\n\t\t\t\t\t\t\t\t\t\t\tupdateOnBlur\n\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t{ fills }\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</PluginPostExcerpt.Slot>\n\t\t\t\t\t\t</VStack>\n\t\t\t\t\t</>\n\t\t\t\t) }\n\t\t\t/>\n\t\t</VStack>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_i18n","require","_components","_data","_element","_blockEditor","_coreData","_htmlEntities","_index","_interopRequireDefault","_check","_plugin","_constants","_store","_jsxRuntime","PANEL_NAME","ExcerptPanel","isOpened","isEnabled","postType","useSelect","select","isEditorPanelOpened","isEditorPanelEnabled","getCurrentPostType","editorStore","toggleEditorPanelOpened","useDispatch","toggleExcerptPanel","shouldUseDescriptionLabel","includes","jsx","PanelBody","title","__","opened","onToggle","children","default","Slot","fills","jsxs","Fragment","PostExcerptPanel","PrivatePostExcerptPanel","PrivateExcerpt","shouldRender","excerpt","shouldBeUsedAsDescription","allowEditing","getCurrentPostId","getEditedPostAttribute","isTemplateOrTemplatePart","isPattern","_shouldBeUsedAsDescription","_usedAttribute","template","coreStore","getEntityRecord","_shouldRender","source","TEMPLATE_ORIGINS","custom","has_theme_file","is_custom","popoverAnchor","setPopoverAnchor","useState","label","popoverProps","useMemo","anchor","headerTitle","placement","offset","shift","excerptText","__experimentalText","align","numberOfLines","truncate","decodeEntities","excerptPlaceholder","triggerEditLabel","__experimentalVStack","Dropdown","className","contentClassName","focusOnMount","ref","renderToggle","Button","__next40pxDefaultSize","onClick","variant","renderContent","onClose","__experimentalInspectorPopoverHeader","spacing","hideLabelFromVision","updateOnBlur"],"sources":["@wordpress/editor/src/components/post-excerpt/panel.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport {\n\tPanelBody,\n\t__experimentalText as Text,\n\tDropdown,\n\tButton,\n\t__experimentalVStack as VStack,\n} from '@wordpress/components';\nimport { useDispatch, useSelect } from '@wordpress/data';\nimport { useMemo, useState } from '@wordpress/element';\nimport { __experimentalInspectorPopoverHeader as InspectorPopoverHeader } from '@wordpress/block-editor';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { decodeEntities } from '@wordpress/html-entities';\n\n/**\n * Internal dependencies\n */\nimport PostExcerptForm from './index';\nimport PostExcerptCheck from './check';\nimport PluginPostExcerpt from './plugin';\nimport { TEMPLATE_ORIGINS } from '../../store/constants';\nimport { store as editorStore } from '../../store';\n\n/**\n * Module Constants\n */\nconst PANEL_NAME = 'post-excerpt';\n\nfunction ExcerptPanel() {\n\tconst { isOpened, isEnabled, postType } = useSelect( ( select ) => {\n\t\tconst {\n\t\t\tisEditorPanelOpened,\n\t\t\tisEditorPanelEnabled,\n\t\t\tgetCurrentPostType,\n\t\t} = select( editorStore );\n\n\t\treturn {\n\t\t\tisOpened: isEditorPanelOpened( PANEL_NAME ),\n\t\t\tisEnabled: isEditorPanelEnabled( PANEL_NAME ),\n\t\t\tpostType: getCurrentPostType(),\n\t\t};\n\t}, [] );\n\n\tconst { toggleEditorPanelOpened } = useDispatch( editorStore );\n\tconst toggleExcerptPanel = () => toggleEditorPanelOpened( PANEL_NAME );\n\n\tif ( ! isEnabled ) {\n\t\treturn null;\n\t}\n\n\t// There are special cases where we want to label the excerpt as a description.\n\tconst shouldUseDescriptionLabel = [\n\t\t'wp_template',\n\t\t'wp_template_part',\n\t\t'wp_block',\n\t].includes( postType );\n\n\treturn (\n\t\t<PanelBody\n\t\t\ttitle={\n\t\t\t\tshouldUseDescriptionLabel\n\t\t\t\t\t? __( 'Description' )\n\t\t\t\t\t: __( 'Excerpt' )\n\t\t\t}\n\t\t\topened={ isOpened }\n\t\t\tonToggle={ toggleExcerptPanel }\n\t\t>\n\t\t\t<PluginPostExcerpt.Slot>\n\t\t\t\t{ ( fills ) => (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<PostExcerptForm />\n\t\t\t\t\t\t{ fills }\n\t\t\t\t\t</>\n\t\t\t\t) }\n\t\t\t</PluginPostExcerpt.Slot>\n\t\t</PanelBody>\n\t);\n}\n\n/**\n * Is rendered if the post type supports excerpts and allows editing the excerpt.\n *\n * @return {React.ReactNode} The rendered PostExcerptPanel component.\n */\nexport default function PostExcerptPanel() {\n\treturn (\n\t\t<PostExcerptCheck>\n\t\t\t<ExcerptPanel />\n\t\t</PostExcerptCheck>\n\t);\n}\n\nexport function PrivatePostExcerptPanel() {\n\treturn (\n\t\t<PostExcerptCheck>\n\t\t\t<PrivateExcerpt />\n\t\t</PostExcerptCheck>\n\t);\n}\n\nfunction PrivateExcerpt() {\n\tconst { shouldRender, excerpt, shouldBeUsedAsDescription, allowEditing } =\n\t\tuseSelect( ( select ) => {\n\t\t\tconst {\n\t\t\t\tgetCurrentPostType,\n\t\t\t\tgetCurrentPostId,\n\t\t\t\tgetEditedPostAttribute,\n\t\t\t\tisEditorPanelEnabled,\n\t\t\t} = select( editorStore );\n\t\t\tconst postType = getCurrentPostType();\n\t\t\tconst isTemplateOrTemplatePart = [\n\t\t\t\t'wp_template',\n\t\t\t\t'wp_template_part',\n\t\t\t].includes( postType );\n\t\t\tconst isPattern = postType === 'wp_block';\n\t\t\t// These post types use the `excerpt` field as a description semantically, so we need to\n\t\t\t// handle proper labeling and some flows where we should always render them as text.\n\t\t\tconst _shouldBeUsedAsDescription =\n\t\t\t\tisTemplateOrTemplatePart || isPattern;\n\t\t\tconst _usedAttribute = isTemplateOrTemplatePart\n\t\t\t\t? 'description'\n\t\t\t\t: 'excerpt';\n\t\t\t// We need to fetch the entity in this case to check if we'll allow editing.\n\t\t\tconst template =\n\t\t\t\tisTemplateOrTemplatePart &&\n\t\t\t\tselect( coreStore ).getEntityRecord(\n\t\t\t\t\t'postType',\n\t\t\t\t\tpostType,\n\t\t\t\t\tgetCurrentPostId()\n\t\t\t\t);\n\t\t\t// For post types that use excerpt as description, we do not abide\n\t\t\t// by the `isEnabled` panel flag in order to render them as text.\n\t\t\tconst _shouldRender =\n\t\t\t\tisEditorPanelEnabled( PANEL_NAME ) ||\n\t\t\t\t_shouldBeUsedAsDescription;\n\t\t\treturn {\n\t\t\t\texcerpt: getEditedPostAttribute( _usedAttribute ),\n\t\t\t\tshouldRender: _shouldRender,\n\t\t\t\tshouldBeUsedAsDescription: _shouldBeUsedAsDescription,\n\t\t\t\t// If we should render, allow editing for all post types that are not used as description.\n\t\t\t\t// For the rest allow editing only for user generated entities.\n\t\t\t\tallowEditing:\n\t\t\t\t\t_shouldRender &&\n\t\t\t\t\t( ! _shouldBeUsedAsDescription ||\n\t\t\t\t\t\tisPattern ||\n\t\t\t\t\t\t( template &&\n\t\t\t\t\t\t\ttemplate.source === TEMPLATE_ORIGINS.custom &&\n\t\t\t\t\t\t\t! template.has_theme_file &&\n\t\t\t\t\t\t\ttemplate.is_custom ) ),\n\t\t\t};\n\t\t}, [] );\n\tconst [ popoverAnchor, setPopoverAnchor ] = useState( null );\n\tconst label = shouldBeUsedAsDescription\n\t\t? __( 'Description' )\n\t\t: __( 'Excerpt' );\n\t// Memoize popoverProps to avoid returning a new object every time.\n\tconst popoverProps = useMemo(\n\t\t() => ( {\n\t\t\t// Anchor the popover to the middle of the entire row so that it doesn't\n\t\t\t// move around when the label changes.\n\t\t\tanchor: popoverAnchor,\n\t\t\t'aria-label': label,\n\t\t\theaderTitle: label,\n\t\t\tplacement: 'left-start',\n\t\t\toffset: 36,\n\t\t\tshift: true,\n\t\t} ),\n\t\t[ popoverAnchor, label ]\n\t);\n\tif ( ! shouldRender ) {\n\t\treturn false;\n\t}\n\tconst excerptText = !! excerpt && (\n\t\t<Text align=\"left\" numberOfLines={ 4 } truncate={ allowEditing }>\n\t\t\t{ decodeEntities( excerpt ) }\n\t\t</Text>\n\t);\n\tif ( ! allowEditing ) {\n\t\treturn excerptText;\n\t}\n\tconst excerptPlaceholder = shouldBeUsedAsDescription\n\t\t? __( 'Add a description…' )\n\t\t: __( 'Add an excerpt…' );\n\tconst triggerEditLabel = shouldBeUsedAsDescription\n\t\t? __( 'Edit description' )\n\t\t: __( 'Edit excerpt' );\n\treturn (\n\t\t<VStack>\n\t\t\t{ excerptText }\n\t\t\t<Dropdown\n\t\t\t\tclassName=\"editor-post-excerpt__dropdown\"\n\t\t\t\tcontentClassName=\"editor-post-excerpt__dropdown__content\"\n\t\t\t\tpopoverProps={ popoverProps }\n\t\t\t\tfocusOnMount\n\t\t\t\tref={ setPopoverAnchor }\n\t\t\t\trenderToggle={ ( { onToggle } ) => (\n\t\t\t\t\t<Button\n\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\tonClick={ onToggle }\n\t\t\t\t\t\tvariant=\"link\"\n\t\t\t\t\t>\n\t\t\t\t\t\t{ excerptText ? triggerEditLabel : excerptPlaceholder }\n\t\t\t\t\t</Button>\n\t\t\t\t) }\n\t\t\t\trenderContent={ ( { onClose } ) => (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<InspectorPopoverHeader\n\t\t\t\t\t\t\ttitle={ label }\n\t\t\t\t\t\t\tonClose={ onClose }\n\t\t\t\t\t\t/>\n\n\t\t\t\t\t\t<VStack spacing={ 4 }>\n\t\t\t\t\t\t\t<PluginPostExcerpt.Slot>\n\t\t\t\t\t\t\t\t{ ( fills ) => (\n\t\t\t\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t\t\t\t<PostExcerptForm\n\t\t\t\t\t\t\t\t\t\t\thideLabelFromVision\n\t\t\t\t\t\t\t\t\t\t\tupdateOnBlur\n\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t{ fills }\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</PluginPostExcerpt.Slot>\n\t\t\t\t\t\t</VStack>\n\t\t\t\t\t</>\n\t\t\t\t) }\n\t\t\t/>\n\t\t</VStack>\n\t);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -22,9 +22,9 @@ const {
22
22
  /**
23
23
  * Renders a post excerpt panel in the post sidebar.
24
24
  *
25
- * @param {Object} props Component properties.
26
- * @param {string} [props.className] An optional class name added to the row.
27
- * @param {Element} props.children Children to be rendered.
25
+ * @param {Object} props Component properties.
26
+ * @param {string} [props.className] An optional class name added to the row.
27
+ * @param {React.ReactNode} props.children Children to be rendered.
28
28
  *
29
29
  * @example
30
30
  * ```js
@@ -56,7 +56,7 @@ const {
56
56
  * );
57
57
  * ```
58
58
  *
59
- * @return {Component} The component to be rendered.
59
+ * @return {React.ReactNode} The rendered component.
60
60
  */
61
61
  const PluginPostExcerpt = ({
62
62
  children,
@@ -1 +1 @@
1
- {"version":3,"names":["_components","require","_jsxRuntime","Fill","Slot","createSlotFill","PluginPostExcerpt","children","className","jsx","PanelRow","_default","exports","default"],"sources":["@wordpress/editor/src/components/post-excerpt/plugin.js"],"sourcesContent":["/**\n * Defines as extensibility slot for the Excerpt panel.\n */\n\n/**\n * WordPress dependencies\n */\nimport { createSlotFill, PanelRow } from '@wordpress/components';\n\nconst { Fill, Slot } = createSlotFill( 'PluginPostExcerpt' );\n\n/**\n * Renders a post excerpt panel in the post sidebar.\n *\n * @param {Object} props Component properties.\n * @param {string} [props.className] An optional class name added to the row.\n * @param {Element} props.children Children to be rendered.\n *\n * @example\n * ```js\n * // Using ES5 syntax\n * var __ = wp.i18n.__;\n * var PluginPostExcerpt = wp.editPost.__experimentalPluginPostExcerpt;\n *\n * function MyPluginPostExcerpt() {\n * \treturn React.createElement(\n * \t\tPluginPostExcerpt,\n * \t\t{\n * \t\t\tclassName: 'my-plugin-post-excerpt',\n * \t\t},\n * \t\t__( 'Post excerpt custom content' )\n * \t)\n * }\n * ```\n *\n * @example\n * ```jsx\n * // Using ESNext syntax\n * import { __ } from '@wordpress/i18n';\n * import { __experimentalPluginPostExcerpt as PluginPostExcerpt } from '@wordpress/edit-post';\n *\n * const MyPluginPostExcerpt = () => (\n * \t<PluginPostExcerpt className=\"my-plugin-post-excerpt\">\n * \t\t{ __( 'Post excerpt custom content' ) }\n * \t</PluginPostExcerpt>\n * );\n * ```\n *\n * @return {Component} The component to be rendered.\n */\nconst PluginPostExcerpt = ( { children, className } ) => {\n\treturn (\n\t\t<Fill>\n\t\t\t<PanelRow className={ className }>{ children }</PanelRow>\n\t\t</Fill>\n\t);\n};\n\nPluginPostExcerpt.Slot = Slot;\n\nexport default PluginPostExcerpt;\n"],"mappings":";;;;;;AAOA,IAAAA,WAAA,GAAAC,OAAA;AAAiE,IAAAC,WAAA,GAAAD,OAAA;AAPjE;AACA;AACA;;AAEA;AACA;AACA;;AAGA,MAAM;EAAEE,IAAI;EAAEC;AAAK,CAAC,GAAG,IAAAC,0BAAc,EAAE,mBAAoB,CAAC;;AAE5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,iBAAiB,GAAGA,CAAE;EAAEC,QAAQ;EAAEC;AAAU,CAAC,KAAM;EACxD,oBACC,IAAAN,WAAA,CAAAO,GAAA,EAACN,IAAI;IAAAI,QAAA,eACJ,IAAAL,WAAA,CAAAO,GAAA,EAACT,WAAA,CAAAU,QAAQ;MAACF,SAAS,EAAGA,SAAW;MAAAD,QAAA,EAAGA;IAAQ,CAAY;EAAC,CACpD,CAAC;AAET,CAAC;AAEDD,iBAAiB,CAACF,IAAI,GAAGA,IAAI;AAAC,IAAAO,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEfP,iBAAiB","ignoreList":[]}
1
+ {"version":3,"names":["_components","require","_jsxRuntime","Fill","Slot","createSlotFill","PluginPostExcerpt","children","className","jsx","PanelRow","_default","exports","default"],"sources":["@wordpress/editor/src/components/post-excerpt/plugin.js"],"sourcesContent":["/**\n * Defines as extensibility slot for the Excerpt panel.\n */\n\n/**\n * WordPress dependencies\n */\nimport { createSlotFill, PanelRow } from '@wordpress/components';\n\nconst { Fill, Slot } = createSlotFill( 'PluginPostExcerpt' );\n\n/**\n * Renders a post excerpt panel in the post sidebar.\n *\n * @param {Object} props Component properties.\n * @param {string} [props.className] An optional class name added to the row.\n * @param {React.ReactNode} props.children Children to be rendered.\n *\n * @example\n * ```js\n * // Using ES5 syntax\n * var __ = wp.i18n.__;\n * var PluginPostExcerpt = wp.editPost.__experimentalPluginPostExcerpt;\n *\n * function MyPluginPostExcerpt() {\n * \treturn React.createElement(\n * \t\tPluginPostExcerpt,\n * \t\t{\n * \t\t\tclassName: 'my-plugin-post-excerpt',\n * \t\t},\n * \t\t__( 'Post excerpt custom content' )\n * \t)\n * }\n * ```\n *\n * @example\n * ```jsx\n * // Using ESNext syntax\n * import { __ } from '@wordpress/i18n';\n * import { __experimentalPluginPostExcerpt as PluginPostExcerpt } from '@wordpress/edit-post';\n *\n * const MyPluginPostExcerpt = () => (\n * \t<PluginPostExcerpt className=\"my-plugin-post-excerpt\">\n * \t\t{ __( 'Post excerpt custom content' ) }\n * \t</PluginPostExcerpt>\n * );\n * ```\n *\n * @return {React.ReactNode} The rendered component.\n */\nconst PluginPostExcerpt = ( { children, className } ) => {\n\treturn (\n\t\t<Fill>\n\t\t\t<PanelRow className={ className }>{ children }</PanelRow>\n\t\t</Fill>\n\t);\n};\n\nPluginPostExcerpt.Slot = Slot;\n\nexport default PluginPostExcerpt;\n"],"mappings":";;;;;;AAOA,IAAAA,WAAA,GAAAC,OAAA;AAAiE,IAAAC,WAAA,GAAAD,OAAA;AAPjE;AACA;AACA;;AAEA;AACA;AACA;;AAGA,MAAM;EAAEE,IAAI;EAAEC;AAAK,CAAC,GAAG,IAAAC,0BAAc,EAAE,mBAAoB,CAAC;;AAE5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,iBAAiB,GAAGA,CAAE;EAAEC,QAAQ;EAAEC;AAAU,CAAC,KAAM;EACxD,oBACC,IAAAN,WAAA,CAAAO,GAAA,EAACN,IAAI;IAAAI,QAAA,eACJ,IAAAL,WAAA,CAAAO,GAAA,EAACT,WAAA,CAAAU,QAAQ;MAACF,SAAS,EAAGA,SAAW;MAAAD,QAAA,EAAGA;IAAQ,CAAY;EAAC,CACpD,CAAC;AAET,CAAC;AAEDD,iBAAiB,CAACF,IAAI,GAAGA,IAAI;AAAC,IAAAO,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEfP,iBAAiB","ignoreList":[]}
@@ -16,10 +16,10 @@ var _jsxRuntime = require("react/jsx-runtime");
16
16
  * Wrapper component that renders its children only if the post type supports a featured image
17
17
  * and the theme supports post thumbnails.
18
18
  *
19
- * @param {Object} props Props.
20
- * @param {Element} props.children Children to be rendered.
19
+ * @param {Object} props Props.
20
+ * @param {React.ReactNode} props.children Children to be rendered.
21
21
  *
22
- * @return {Component} The component to be rendered.
22
+ * @return {React.ReactNode} The rendered component.
23
23
  */function PostFeaturedImageCheck({
24
24
  children
25
25
  }) {
@@ -1 +1 @@
1
- {"version":3,"names":["_postTypeSupportCheck","_interopRequireDefault","require","_themeSupportCheck","_jsxRuntime","PostFeaturedImageCheck","children","jsx","default","supportKeys","_default","exports"],"sources":["@wordpress/editor/src/components/post-featured-image/check.js"],"sourcesContent":["/**\n * Internal dependencies\n */\nimport PostTypeSupportCheck from '../post-type-support-check';\nimport ThemeSupportCheck from '../theme-support-check';\n\n/**\n * Wrapper component that renders its children only if the post type supports a featured image\n * and the theme supports post thumbnails.\n *\n * @param {Object} props Props.\n * @param {Element} props.children Children to be rendered.\n *\n * @return {Component} The component to be rendered.\n */\nfunction PostFeaturedImageCheck( { children } ) {\n\treturn (\n\t\t<ThemeSupportCheck supportKeys=\"post-thumbnails\">\n\t\t\t<PostTypeSupportCheck supportKeys=\"thumbnail\">\n\t\t\t\t{ children }\n\t\t\t</PostTypeSupportCheck>\n\t\t</ThemeSupportCheck>\n\t);\n}\n\nexport default PostFeaturedImageCheck;\n"],"mappings":";;;;;;;AAGA,IAAAA,qBAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,kBAAA,GAAAF,sBAAA,CAAAC,OAAA;AAAuD,IAAAE,WAAA,GAAAF,OAAA;AAJvD;AACA;AACA;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GACA,SAASG,sBAAsBA,CAAE;EAAEC;AAAS,CAAC,EAAG;EAC/C,oBACC,IAAAF,WAAA,CAAAG,GAAA,EAACJ,kBAAA,CAAAK,OAAiB;IAACC,WAAW,EAAC,iBAAiB;IAAAH,QAAA,eAC/C,IAAAF,WAAA,CAAAG,GAAA,EAACP,qBAAA,CAAAQ,OAAoB;MAACC,WAAW,EAAC,WAAW;MAAAH,QAAA,EAC1CA;IAAQ,CACW;EAAC,CACL,CAAC;AAEtB;AAAC,IAAAI,QAAA,GAAAC,OAAA,CAAAH,OAAA,GAEcH,sBAAsB","ignoreList":[]}
1
+ {"version":3,"names":["_postTypeSupportCheck","_interopRequireDefault","require","_themeSupportCheck","_jsxRuntime","PostFeaturedImageCheck","children","jsx","default","supportKeys","_default","exports"],"sources":["@wordpress/editor/src/components/post-featured-image/check.js"],"sourcesContent":["/**\n * Internal dependencies\n */\nimport PostTypeSupportCheck from '../post-type-support-check';\nimport ThemeSupportCheck from '../theme-support-check';\n\n/**\n * Wrapper component that renders its children only if the post type supports a featured image\n * and the theme supports post thumbnails.\n *\n * @param {Object} props Props.\n * @param {React.ReactNode} props.children Children to be rendered.\n *\n * @return {React.ReactNode} The rendered component.\n */\nfunction PostFeaturedImageCheck( { children } ) {\n\treturn (\n\t\t<ThemeSupportCheck supportKeys=\"post-thumbnails\">\n\t\t\t<PostTypeSupportCheck supportKeys=\"thumbnail\">\n\t\t\t\t{ children }\n\t\t\t</PostTypeSupportCheck>\n\t\t</ThemeSupportCheck>\n\t);\n}\n\nexport default PostFeaturedImageCheck;\n"],"mappings":";;;;;;;AAGA,IAAAA,qBAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,kBAAA,GAAAF,sBAAA,CAAAC,OAAA;AAAuD,IAAAE,WAAA,GAAAF,OAAA;AAJvD;AACA;AACA;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GACA,SAASG,sBAAsBA,CAAE;EAAEC;AAAS,CAAC,EAAG;EAC/C,oBACC,IAAAF,WAAA,CAAAG,GAAA,EAACJ,kBAAA,CAAAK,OAAiB;IAACC,WAAW,EAAC,iBAAiB;IAAAH,QAAA,eAC/C,IAAAF,WAAA,CAAAG,GAAA,EAACP,qBAAA,CAAAQ,OAAoB;MAACC,WAAW,EAAC,WAAW;MAAAH,QAAA,EAC1CA;IAAQ,CACW;EAAC,CACL,CAAC;AAEtB;AAAC,IAAAI,QAAA,GAAAC,OAAA,CAAAH,OAAA,GAEcH,sBAAsB","ignoreList":[]}
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.default = void 0;
8
+ var _clsx = _interopRequireDefault(require("clsx"));
8
9
  var _i18n = require("@wordpress/i18n");
9
10
  var _hooks = require("@wordpress/hooks");
10
11
  var _components = require("@wordpress/components");
@@ -17,6 +18,10 @@ var _coreData = require("@wordpress/core-data");
17
18
  var _check = _interopRequireDefault(require("./check"));
18
19
  var _store = require("../../store");
19
20
  var _jsxRuntime = require("react/jsx-runtime");
21
+ /**
22
+ * External dependencies
23
+ */
24
+
20
25
  /**
21
26
  * WordPress dependencies
22
27
  */
@@ -72,9 +77,10 @@ function PostFeaturedImage({
72
77
  media,
73
78
  postType,
74
79
  noticeUI,
75
- noticeOperations
80
+ noticeOperations,
81
+ isRequestingFeaturedImageMedia
76
82
  }) {
77
- const toggleRef = (0, _element.useRef)();
83
+ const returnsFocusRef = (0, _element.useRef)(false);
78
84
  const [isLoading, setIsLoading] = (0, _element.useState)(false);
79
85
  const {
80
86
  getSettings
@@ -125,6 +131,13 @@ function PostFeaturedImage({
125
131
  // Translators: %s: The selected image filename.
126
132
  (0, _i18n.__)('The current image has no alternative text. The file name is: %s'), imageMedia.media_details.sizes?.full?.file || imageMedia.slug);
127
133
  }
134
+ function returnFocus(node) {
135
+ if (returnsFocusRef.current && node) {
136
+ node.focus();
137
+ returnsFocusRef.current = false;
138
+ }
139
+ }
140
+ const isMissingMedia = !isRequestingFeaturedImageMedia && !!featuredImageId && !media;
128
141
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_check.default, {
129
142
  children: [noticeUI, /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
130
143
  className: "editor-post-featured-image",
@@ -144,9 +157,13 @@ function PostFeaturedImage({
144
157
  open
145
158
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
146
159
  className: "editor-post-featured-image__container",
147
- children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.Button, {
160
+ children: [isMissingMedia ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Notice, {
161
+ status: "warning",
162
+ isDismissible: false,
163
+ children: (0, _i18n.__)('Could not retrieve the featured image data.')
164
+ }) : /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.Button, {
148
165
  __next40pxDefaultSize: true,
149
- ref: toggleRef,
166
+ ref: returnFocus,
150
167
  className: !featuredImageId ? 'editor-post-featured-image__toggle' : 'editor-post-featured-image__preview',
151
168
  onClick: open,
152
169
  "aria-label": !featuredImageId ? null : (0, _i18n.__)('Edit or replace the featured image'),
@@ -158,22 +175,31 @@ function PostFeaturedImage({
158
175
  className: "editor-post-featured-image__preview-image",
159
176
  src: mediaSourceUrl,
160
177
  alt: getImageDescription(media)
161
- }), isLoading && /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Spinner, {}), !featuredImageId && !isLoading && (postType?.labels?.set_featured_image || DEFAULT_SET_FEATURE_IMAGE_LABEL)]
178
+ }), (isLoading || isRequestingFeaturedImageMedia) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Spinner, {}), !featuredImageId && !isLoading && (postType?.labels?.set_featured_image || DEFAULT_SET_FEATURE_IMAGE_LABEL)]
162
179
  }), !!featuredImageId && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.__experimentalHStack, {
163
- className: "editor-post-featured-image__actions",
180
+ className: (0, _clsx.default)('editor-post-featured-image__actions', {
181
+ 'editor-post-featured-image__actions-missing-image': isMissingMedia,
182
+ 'editor-post-featured-image__actions-is-requesting-image': isRequestingFeaturedImageMedia
183
+ }),
164
184
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Button, {
165
185
  __next40pxDefaultSize: true,
166
186
  className: "editor-post-featured-image__action",
167
187
  onClick: open,
168
188
  "aria-haspopup": "dialog",
189
+ variant: isMissingMedia ? 'secondary' : undefined,
169
190
  children: (0, _i18n.__)('Replace')
170
191
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Button, {
171
192
  __next40pxDefaultSize: true,
172
193
  className: "editor-post-featured-image__action",
173
194
  onClick: () => {
174
195
  onRemoveImage();
175
- toggleRef.current.focus();
196
+ // Signal that the toggle button should be focused,
197
+ // when it is rendered. Can't focus it directly here
198
+ // because it's rendered conditionally.
199
+ returnsFocusRef.current = true;
176
200
  },
201
+ variant: isMissingMedia ? 'secondary' : undefined,
202
+ isDestructive: isMissingMedia,
177
203
  children: (0, _i18n.__)('Remove')
178
204
  })]
179
205
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.DropZone, {
@@ -189,7 +215,8 @@ function PostFeaturedImage({
189
215
  const applyWithSelect = (0, _data.withSelect)(select => {
190
216
  const {
191
217
  getMedia,
192
- getPostType
218
+ getPostType,
219
+ hasFinishedResolution
193
220
  } = select(_coreData.store);
194
221
  const {
195
222
  getCurrentPostId,
@@ -202,7 +229,10 @@ const applyWithSelect = (0, _data.withSelect)(select => {
202
229
  }) : null,
203
230
  currentPostId: getCurrentPostId(),
204
231
  postType: getPostType(getEditedPostAttribute('type')),
205
- featuredImageId
232
+ featuredImageId,
233
+ isRequestingFeaturedImageMedia: !!featuredImageId && !hasFinishedResolution('getMedia', [featuredImageId, {
234
+ context: 'view'
235
+ }])
206
236
  };
207
237
  });
208
238
  const applyWithDispatch = (0, _data.withDispatch)((dispatch, {
@@ -1 +1 @@
1
- {"version":3,"names":["_i18n","require","_hooks","_components","_blob","_element","_compose","_data","_blockEditor","_coreData","_check","_interopRequireDefault","_store","_jsxRuntime","ALLOWED_MEDIA_TYPES","DEFAULT_FEATURE_IMAGE_LABEL","__","DEFAULT_SET_FEATURE_IMAGE_LABEL","instructions","jsx","children","getMediaDetails","media","postId","_media$media_details$","_media$media_details$2","defaultSize","applyFilters","id","media_details","sizes","mediaWidth","width","mediaHeight","height","mediaSourceUrl","source_url","fallbackSize","PostFeaturedImage","currentPostId","featuredImageId","onUpdateImage","onRemoveImage","postType","noticeUI","noticeOperations","toggleRef","useRef","isLoading","setIsLoading","useState","getSettings","useSelect","blockEditorStore","onDropFiles","filesList","mediaUpload","allowedTypes","onFileChange","image","isBlobURL","url","onError","message","removeAllNotices","createErrorNotice","getImageDescription","imageMedia","alt_text","sprintf","full","file","slug","jsxs","default","className","MediaUploadCheck","fallback","MediaUpload","title","labels","featured_image","onSelect","unstableFeaturedImageFlow","modalClass","render","open","Button","__next40pxDefaultSize","ref","onClick","disabled","accessibleWhenDisabled","src","alt","Spinner","set_featured_image","__experimentalHStack","current","focus","DropZone","onFilesDrop","value","applyWithSelect","withSelect","select","getMedia","getPostType","coreStore","getCurrentPostId","getEditedPostAttribute","editorStore","context","applyWithDispatch","withDispatch","dispatch","editPost","featured_media","onDropImage","_default","exports","compose","withNotices","withFilters"],"sources":["@wordpress/editor/src/components/post-featured-image/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __, sprintf } from '@wordpress/i18n';\nimport { applyFilters } from '@wordpress/hooks';\nimport {\n\tDropZone,\n\tButton,\n\tSpinner,\n\twithNotices,\n\twithFilters,\n\t__experimentalHStack as HStack,\n} from '@wordpress/components';\nimport { isBlobURL } from '@wordpress/blob';\nimport { useState, useRef } from '@wordpress/element';\nimport { compose } from '@wordpress/compose';\nimport { useSelect, withDispatch, withSelect } from '@wordpress/data';\nimport {\n\tMediaUpload,\n\tMediaUploadCheck,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport PostFeaturedImageCheck from './check';\nimport { store as editorStore } from '../../store';\n\nconst ALLOWED_MEDIA_TYPES = [ 'image' ];\n\n// Used when labels from post type were not yet loaded or when they are not present.\nconst DEFAULT_FEATURE_IMAGE_LABEL = __( 'Featured image' );\nconst DEFAULT_SET_FEATURE_IMAGE_LABEL = __( 'Add a featured image' );\n\nconst instructions = (\n\t<p>\n\t\t{ __(\n\t\t\t'To edit the featured image, you need permission to upload media.'\n\t\t) }\n\t</p>\n);\n\nfunction getMediaDetails( media, postId ) {\n\tif ( ! media ) {\n\t\treturn {};\n\t}\n\n\tconst defaultSize = applyFilters(\n\t\t'editor.PostFeaturedImage.imageSize',\n\t\t'large',\n\t\tmedia.id,\n\t\tpostId\n\t);\n\tif ( defaultSize in ( media?.media_details?.sizes ?? {} ) ) {\n\t\treturn {\n\t\t\tmediaWidth: media.media_details.sizes[ defaultSize ].width,\n\t\t\tmediaHeight: media.media_details.sizes[ defaultSize ].height,\n\t\t\tmediaSourceUrl: media.media_details.sizes[ defaultSize ].source_url,\n\t\t};\n\t}\n\n\t// Use fallbackSize when defaultSize is not available.\n\tconst fallbackSize = applyFilters(\n\t\t'editor.PostFeaturedImage.imageSize',\n\t\t'thumbnail',\n\t\tmedia.id,\n\t\tpostId\n\t);\n\tif ( fallbackSize in ( media?.media_details?.sizes ?? {} ) ) {\n\t\treturn {\n\t\t\tmediaWidth: media.media_details.sizes[ fallbackSize ].width,\n\t\t\tmediaHeight: media.media_details.sizes[ fallbackSize ].height,\n\t\t\tmediaSourceUrl:\n\t\t\t\tmedia.media_details.sizes[ fallbackSize ].source_url,\n\t\t};\n\t}\n\n\t// Use full image size when fallbackSize and defaultSize are not available.\n\treturn {\n\t\tmediaWidth: media.media_details.width,\n\t\tmediaHeight: media.media_details.height,\n\t\tmediaSourceUrl: media.source_url,\n\t};\n}\n\nfunction PostFeaturedImage( {\n\tcurrentPostId,\n\tfeaturedImageId,\n\tonUpdateImage,\n\tonRemoveImage,\n\tmedia,\n\tpostType,\n\tnoticeUI,\n\tnoticeOperations,\n} ) {\n\tconst toggleRef = useRef();\n\tconst [ isLoading, setIsLoading ] = useState( false );\n\tconst { getSettings } = useSelect( blockEditorStore );\n\tconst { mediaSourceUrl } = getMediaDetails( media, currentPostId );\n\n\tfunction onDropFiles( filesList ) {\n\t\tgetSettings().mediaUpload( {\n\t\t\tallowedTypes: ALLOWED_MEDIA_TYPES,\n\t\t\tfilesList,\n\t\t\tonFileChange( [ image ] ) {\n\t\t\t\tif ( isBlobURL( image?.url ) ) {\n\t\t\t\t\tsetIsLoading( true );\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif ( image ) {\n\t\t\t\t\tonUpdateImage( image );\n\t\t\t\t}\n\t\t\t\tsetIsLoading( false );\n\t\t\t},\n\t\t\tonError( message ) {\n\t\t\t\tnoticeOperations.removeAllNotices();\n\t\t\t\tnoticeOperations.createErrorNotice( message );\n\t\t\t},\n\t\t} );\n\t}\n\n\t/**\n\t * Generates the featured image alt text for this editing context.\n\t *\n\t * @param {Object} imageMedia The image media object.\n\t * @param {string} imageMedia.alt_text The alternative text of the image.\n\t * @param {Object} imageMedia.media_details The media details of the image.\n\t * @param {Object} imageMedia.media_details.sizes The sizes of the image.\n\t * @param {Object} imageMedia.media_details.sizes.full The full size details of the image.\n\t * @param {string} imageMedia.media_details.sizes.full.file The file name of the full size image.\n\t * @param {string} imageMedia.slug The slug of the image.\n\t * @return {string} The featured image alt text.\n\t */\n\tfunction getImageDescription( imageMedia ) {\n\t\tif ( imageMedia.alt_text ) {\n\t\t\treturn sprintf(\n\t\t\t\t// Translators: %s: The selected image alt text.\n\t\t\t\t__( 'Current image: %s' ),\n\t\t\t\timageMedia.alt_text\n\t\t\t);\n\t\t}\n\t\treturn sprintf(\n\t\t\t// Translators: %s: The selected image filename.\n\t\t\t__(\n\t\t\t\t'The current image has no alternative text. The file name is: %s'\n\t\t\t),\n\t\t\timageMedia.media_details.sizes?.full?.file || imageMedia.slug\n\t\t);\n\t}\n\n\treturn (\n\t\t<PostFeaturedImageCheck>\n\t\t\t{ noticeUI }\n\t\t\t<div className=\"editor-post-featured-image\">\n\t\t\t\t{ media && (\n\t\t\t\t\t<div\n\t\t\t\t\t\tid={ `editor-post-featured-image-${ featuredImageId }-describedby` }\n\t\t\t\t\t\tclassName=\"hidden\"\n\t\t\t\t\t>\n\t\t\t\t\t\t{ getImageDescription( media ) }\n\t\t\t\t\t</div>\n\t\t\t\t) }\n\t\t\t\t<MediaUploadCheck fallback={ instructions }>\n\t\t\t\t\t<MediaUpload\n\t\t\t\t\t\ttitle={\n\t\t\t\t\t\t\tpostType?.labels?.featured_image ||\n\t\t\t\t\t\t\tDEFAULT_FEATURE_IMAGE_LABEL\n\t\t\t\t\t\t}\n\t\t\t\t\t\tonSelect={ onUpdateImage }\n\t\t\t\t\t\tunstableFeaturedImageFlow\n\t\t\t\t\t\tallowedTypes={ ALLOWED_MEDIA_TYPES }\n\t\t\t\t\t\tmodalClass=\"editor-post-featured-image__media-modal\"\n\t\t\t\t\t\trender={ ( { open } ) => (\n\t\t\t\t\t\t\t<div className=\"editor-post-featured-image__container\">\n\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\t\tref={ toggleRef }\n\t\t\t\t\t\t\t\t\tclassName={\n\t\t\t\t\t\t\t\t\t\t! featuredImageId\n\t\t\t\t\t\t\t\t\t\t\t? 'editor-post-featured-image__toggle'\n\t\t\t\t\t\t\t\t\t\t\t: 'editor-post-featured-image__preview'\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tonClick={ open }\n\t\t\t\t\t\t\t\t\taria-label={\n\t\t\t\t\t\t\t\t\t\t! featuredImageId\n\t\t\t\t\t\t\t\t\t\t\t? null\n\t\t\t\t\t\t\t\t\t\t\t: __(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Edit or replace the featured image'\n\t\t\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\taria-describedby={\n\t\t\t\t\t\t\t\t\t\t! featuredImageId\n\t\t\t\t\t\t\t\t\t\t\t? null\n\t\t\t\t\t\t\t\t\t\t\t: `editor-post-featured-image-${ featuredImageId }-describedby`\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\taria-haspopup=\"dialog\"\n\t\t\t\t\t\t\t\t\tdisabled={ isLoading }\n\t\t\t\t\t\t\t\t\taccessibleWhenDisabled\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{ !! featuredImageId && media && (\n\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\t\t\t\tclassName=\"editor-post-featured-image__preview-image\"\n\t\t\t\t\t\t\t\t\t\t\tsrc={ mediaSourceUrl }\n\t\t\t\t\t\t\t\t\t\t\talt={ getImageDescription( media ) }\n\t\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{ isLoading && <Spinner /> }\n\t\t\t\t\t\t\t\t\t{ ! featuredImageId &&\n\t\t\t\t\t\t\t\t\t\t! isLoading &&\n\t\t\t\t\t\t\t\t\t\t( postType?.labels\n\t\t\t\t\t\t\t\t\t\t\t?.set_featured_image ||\n\t\t\t\t\t\t\t\t\t\t\tDEFAULT_SET_FEATURE_IMAGE_LABEL ) }\n\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t{ !! featuredImageId && (\n\t\t\t\t\t\t\t\t\t<HStack className=\"editor-post-featured-image__actions\">\n\t\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\t\t\t\tclassName=\"editor-post-featured-image__action\"\n\t\t\t\t\t\t\t\t\t\t\tonClick={ open }\n\t\t\t\t\t\t\t\t\t\t\taria-haspopup=\"dialog\"\n\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t{ __( 'Replace' ) }\n\t\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\t\t\t\tclassName=\"editor-post-featured-image__action\"\n\t\t\t\t\t\t\t\t\t\t\tonClick={ () => {\n\t\t\t\t\t\t\t\t\t\t\t\tonRemoveImage();\n\t\t\t\t\t\t\t\t\t\t\t\ttoggleRef.current.focus();\n\t\t\t\t\t\t\t\t\t\t\t} }\n\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t{ __( 'Remove' ) }\n\t\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t\t</HStack>\n\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t<DropZone onFilesDrop={ onDropFiles } />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t) }\n\t\t\t\t\t\tvalue={ featuredImageId }\n\t\t\t\t\t/>\n\t\t\t\t</MediaUploadCheck>\n\t\t\t</div>\n\t\t</PostFeaturedImageCheck>\n\t);\n}\n\nconst applyWithSelect = withSelect( ( select ) => {\n\tconst { getMedia, getPostType } = select( coreStore );\n\tconst { getCurrentPostId, getEditedPostAttribute } = select( editorStore );\n\tconst featuredImageId = getEditedPostAttribute( 'featured_media' );\n\n\treturn {\n\t\tmedia: featuredImageId\n\t\t\t? getMedia( featuredImageId, { context: 'view' } )\n\t\t\t: null,\n\t\tcurrentPostId: getCurrentPostId(),\n\t\tpostType: getPostType( getEditedPostAttribute( 'type' ) ),\n\t\tfeaturedImageId,\n\t};\n} );\n\nconst applyWithDispatch = withDispatch(\n\t( dispatch, { noticeOperations }, { select } ) => {\n\t\tconst { editPost } = dispatch( editorStore );\n\t\treturn {\n\t\t\tonUpdateImage( image ) {\n\t\t\t\teditPost( { featured_media: image.id } );\n\t\t\t},\n\t\t\tonDropImage( filesList ) {\n\t\t\t\tselect( blockEditorStore )\n\t\t\t\t\t.getSettings()\n\t\t\t\t\t.mediaUpload( {\n\t\t\t\t\t\tallowedTypes: [ 'image' ],\n\t\t\t\t\t\tfilesList,\n\t\t\t\t\t\tonFileChange( [ image ] ) {\n\t\t\t\t\t\t\teditPost( { featured_media: image.id } );\n\t\t\t\t\t\t},\n\t\t\t\t\t\tonError( message ) {\n\t\t\t\t\t\t\tnoticeOperations.removeAllNotices();\n\t\t\t\t\t\t\tnoticeOperations.createErrorNotice( message );\n\t\t\t\t\t\t},\n\t\t\t\t\t} );\n\t\t\t},\n\t\t\tonRemoveImage() {\n\t\t\t\teditPost( { featured_media: 0 } );\n\t\t\t},\n\t\t};\n\t}\n);\n\n/**\n * Renders the component for managing the featured image of a post.\n *\n * @param {Object} props Props.\n * @param {number} props.currentPostId ID of the current post.\n * @param {number} props.featuredImageId ID of the featured image.\n * @param {Function} props.onUpdateImage Function to call when the image is updated.\n * @param {Function} props.onRemoveImage Function to call when the image is removed.\n * @param {Object} props.media The media object representing the featured image.\n * @param {string} props.postType Post type.\n * @param {Element} props.noticeUI UI for displaying notices.\n * @param {Object} props.noticeOperations Operations for managing notices.\n *\n * @return {Element} Component to be rendered .\n */\nexport default compose(\n\twithNotices,\n\tapplyWithSelect,\n\tapplyWithDispatch,\n\twithFilters( 'editor.PostFeaturedImage' )\n)( PostFeaturedImage );\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_clsx","_interopRequireDefault","require","_i18n","_hooks","_components","_blob","_element","_compose","_data","_blockEditor","_coreData","_check","_store","_jsxRuntime","ALLOWED_MEDIA_TYPES","DEFAULT_FEATURE_IMAGE_LABEL","__","DEFAULT_SET_FEATURE_IMAGE_LABEL","instructions","jsx","children","getMediaDetails","media","postId","_media$media_details$","_media$media_details$2","defaultSize","applyFilters","id","media_details","sizes","mediaWidth","width","mediaHeight","height","mediaSourceUrl","source_url","fallbackSize","PostFeaturedImage","currentPostId","featuredImageId","onUpdateImage","onRemoveImage","postType","noticeUI","noticeOperations","isRequestingFeaturedImageMedia","returnsFocusRef","useRef","isLoading","setIsLoading","useState","getSettings","useSelect","blockEditorStore","onDropFiles","filesList","mediaUpload","allowedTypes","onFileChange","image","isBlobURL","url","onError","message","removeAllNotices","createErrorNotice","getImageDescription","imageMedia","alt_text","sprintf","full","file","slug","returnFocus","node","current","focus","isMissingMedia","jsxs","default","className","MediaUploadCheck","fallback","MediaUpload","title","labels","featured_image","onSelect","unstableFeaturedImageFlow","modalClass","render","open","Notice","status","isDismissible","Button","__next40pxDefaultSize","ref","onClick","disabled","accessibleWhenDisabled","src","alt","Spinner","set_featured_image","__experimentalHStack","clsx","variant","undefined","isDestructive","DropZone","onFilesDrop","value","applyWithSelect","withSelect","select","getMedia","getPostType","hasFinishedResolution","coreStore","getCurrentPostId","getEditedPostAttribute","editorStore","context","applyWithDispatch","withDispatch","dispatch","editPost","featured_media","onDropImage","_default","exports","compose","withNotices","withFilters"],"sources":["@wordpress/editor/src/components/post-featured-image/index.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * WordPress dependencies\n */\nimport { __, sprintf } from '@wordpress/i18n';\nimport { applyFilters } from '@wordpress/hooks';\nimport {\n\tDropZone,\n\tButton,\n\tSpinner,\n\twithNotices,\n\twithFilters,\n\t__experimentalHStack as HStack,\n\tNotice,\n} from '@wordpress/components';\nimport { isBlobURL } from '@wordpress/blob';\nimport { useState, useRef } from '@wordpress/element';\nimport { compose } from '@wordpress/compose';\nimport { useSelect, withDispatch, withSelect } from '@wordpress/data';\nimport {\n\tMediaUpload,\n\tMediaUploadCheck,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport PostFeaturedImageCheck from './check';\nimport { store as editorStore } from '../../store';\n\nconst ALLOWED_MEDIA_TYPES = [ 'image' ];\n\n// Used when labels from post type were not yet loaded or when they are not present.\nconst DEFAULT_FEATURE_IMAGE_LABEL = __( 'Featured image' );\nconst DEFAULT_SET_FEATURE_IMAGE_LABEL = __( 'Add a featured image' );\n\nconst instructions = (\n\t<p>\n\t\t{ __(\n\t\t\t'To edit the featured image, you need permission to upload media.'\n\t\t) }\n\t</p>\n);\n\nfunction getMediaDetails( media, postId ) {\n\tif ( ! media ) {\n\t\treturn {};\n\t}\n\n\tconst defaultSize = applyFilters(\n\t\t'editor.PostFeaturedImage.imageSize',\n\t\t'large',\n\t\tmedia.id,\n\t\tpostId\n\t);\n\tif ( defaultSize in ( media?.media_details?.sizes ?? {} ) ) {\n\t\treturn {\n\t\t\tmediaWidth: media.media_details.sizes[ defaultSize ].width,\n\t\t\tmediaHeight: media.media_details.sizes[ defaultSize ].height,\n\t\t\tmediaSourceUrl: media.media_details.sizes[ defaultSize ].source_url,\n\t\t};\n\t}\n\n\t// Use fallbackSize when defaultSize is not available.\n\tconst fallbackSize = applyFilters(\n\t\t'editor.PostFeaturedImage.imageSize',\n\t\t'thumbnail',\n\t\tmedia.id,\n\t\tpostId\n\t);\n\tif ( fallbackSize in ( media?.media_details?.sizes ?? {} ) ) {\n\t\treturn {\n\t\t\tmediaWidth: media.media_details.sizes[ fallbackSize ].width,\n\t\t\tmediaHeight: media.media_details.sizes[ fallbackSize ].height,\n\t\t\tmediaSourceUrl:\n\t\t\t\tmedia.media_details.sizes[ fallbackSize ].source_url,\n\t\t};\n\t}\n\n\t// Use full image size when fallbackSize and defaultSize are not available.\n\treturn {\n\t\tmediaWidth: media.media_details.width,\n\t\tmediaHeight: media.media_details.height,\n\t\tmediaSourceUrl: media.source_url,\n\t};\n}\n\nfunction PostFeaturedImage( {\n\tcurrentPostId,\n\tfeaturedImageId,\n\tonUpdateImage,\n\tonRemoveImage,\n\tmedia,\n\tpostType,\n\tnoticeUI,\n\tnoticeOperations,\n\tisRequestingFeaturedImageMedia,\n} ) {\n\tconst returnsFocusRef = useRef( false );\n\tconst [ isLoading, setIsLoading ] = useState( false );\n\tconst { getSettings } = useSelect( blockEditorStore );\n\tconst { mediaSourceUrl } = getMediaDetails( media, currentPostId );\n\n\tfunction onDropFiles( filesList ) {\n\t\tgetSettings().mediaUpload( {\n\t\t\tallowedTypes: ALLOWED_MEDIA_TYPES,\n\t\t\tfilesList,\n\t\t\tonFileChange( [ image ] ) {\n\t\t\t\tif ( isBlobURL( image?.url ) ) {\n\t\t\t\t\tsetIsLoading( true );\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif ( image ) {\n\t\t\t\t\tonUpdateImage( image );\n\t\t\t\t}\n\t\t\t\tsetIsLoading( false );\n\t\t\t},\n\t\t\tonError( message ) {\n\t\t\t\tnoticeOperations.removeAllNotices();\n\t\t\t\tnoticeOperations.createErrorNotice( message );\n\t\t\t},\n\t\t} );\n\t}\n\n\t/**\n\t * Generates the featured image alt text for this editing context.\n\t *\n\t * @param {Object} imageMedia The image media object.\n\t * @param {string} imageMedia.alt_text The alternative text of the image.\n\t * @param {Object} imageMedia.media_details The media details of the image.\n\t * @param {Object} imageMedia.media_details.sizes The sizes of the image.\n\t * @param {Object} imageMedia.media_details.sizes.full The full size details of the image.\n\t * @param {string} imageMedia.media_details.sizes.full.file The file name of the full size image.\n\t * @param {string} imageMedia.slug The slug of the image.\n\t * @return {string} The featured image alt text.\n\t */\n\tfunction getImageDescription( imageMedia ) {\n\t\tif ( imageMedia.alt_text ) {\n\t\t\treturn sprintf(\n\t\t\t\t// Translators: %s: The selected image alt text.\n\t\t\t\t__( 'Current image: %s' ),\n\t\t\t\timageMedia.alt_text\n\t\t\t);\n\t\t}\n\t\treturn sprintf(\n\t\t\t// Translators: %s: The selected image filename.\n\t\t\t__(\n\t\t\t\t'The current image has no alternative text. The file name is: %s'\n\t\t\t),\n\t\t\timageMedia.media_details.sizes?.full?.file || imageMedia.slug\n\t\t);\n\t}\n\n\tfunction returnFocus( node ) {\n\t\tif ( returnsFocusRef.current && node ) {\n\t\t\tnode.focus();\n\t\t\treturnsFocusRef.current = false;\n\t\t}\n\t}\n\n\tconst isMissingMedia =\n\t\t! isRequestingFeaturedImageMedia && !! featuredImageId && ! media;\n\n\treturn (\n\t\t<PostFeaturedImageCheck>\n\t\t\t{ noticeUI }\n\t\t\t<div className=\"editor-post-featured-image\">\n\t\t\t\t{ media && (\n\t\t\t\t\t<div\n\t\t\t\t\t\tid={ `editor-post-featured-image-${ featuredImageId }-describedby` }\n\t\t\t\t\t\tclassName=\"hidden\"\n\t\t\t\t\t>\n\t\t\t\t\t\t{ getImageDescription( media ) }\n\t\t\t\t\t</div>\n\t\t\t\t) }\n\t\t\t\t<MediaUploadCheck fallback={ instructions }>\n\t\t\t\t\t<MediaUpload\n\t\t\t\t\t\ttitle={\n\t\t\t\t\t\t\tpostType?.labels?.featured_image ||\n\t\t\t\t\t\t\tDEFAULT_FEATURE_IMAGE_LABEL\n\t\t\t\t\t\t}\n\t\t\t\t\t\tonSelect={ onUpdateImage }\n\t\t\t\t\t\tunstableFeaturedImageFlow\n\t\t\t\t\t\tallowedTypes={ ALLOWED_MEDIA_TYPES }\n\t\t\t\t\t\tmodalClass=\"editor-post-featured-image__media-modal\"\n\t\t\t\t\t\trender={ ( { open } ) => (\n\t\t\t\t\t\t\t<div className=\"editor-post-featured-image__container\">\n\t\t\t\t\t\t\t\t{ isMissingMedia ? (\n\t\t\t\t\t\t\t\t\t<Notice\n\t\t\t\t\t\t\t\t\t\tstatus=\"warning\"\n\t\t\t\t\t\t\t\t\t\tisDismissible={ false }\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t{ __(\n\t\t\t\t\t\t\t\t\t\t\t'Could not retrieve the featured image data.'\n\t\t\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t\t</Notice>\n\t\t\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\t\t\tref={ returnFocus }\n\t\t\t\t\t\t\t\t\t\tclassName={\n\t\t\t\t\t\t\t\t\t\t\t! featuredImageId\n\t\t\t\t\t\t\t\t\t\t\t\t? 'editor-post-featured-image__toggle'\n\t\t\t\t\t\t\t\t\t\t\t\t: 'editor-post-featured-image__preview'\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tonClick={ open }\n\t\t\t\t\t\t\t\t\t\taria-label={\n\t\t\t\t\t\t\t\t\t\t\t! featuredImageId\n\t\t\t\t\t\t\t\t\t\t\t\t? null\n\t\t\t\t\t\t\t\t\t\t\t\t: __(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Edit or replace the featured image'\n\t\t\t\t\t\t\t\t\t\t\t\t )\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\taria-describedby={\n\t\t\t\t\t\t\t\t\t\t\t! featuredImageId\n\t\t\t\t\t\t\t\t\t\t\t\t? null\n\t\t\t\t\t\t\t\t\t\t\t\t: `editor-post-featured-image-${ featuredImageId }-describedby`\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\taria-haspopup=\"dialog\"\n\t\t\t\t\t\t\t\t\t\tdisabled={ isLoading }\n\t\t\t\t\t\t\t\t\t\taccessibleWhenDisabled\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t{ !! featuredImageId && media && (\n\t\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\t\t\t\t\tclassName=\"editor-post-featured-image__preview-image\"\n\t\t\t\t\t\t\t\t\t\t\t\tsrc={ mediaSourceUrl }\n\t\t\t\t\t\t\t\t\t\t\t\talt={ getImageDescription(\n\t\t\t\t\t\t\t\t\t\t\t\t\tmedia\n\t\t\t\t\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t\t\t{ ( isLoading ||\n\t\t\t\t\t\t\t\t\t\t\tisRequestingFeaturedImageMedia ) && (\n\t\t\t\t\t\t\t\t\t\t\t<Spinner />\n\t\t\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t\t\t{ ! featuredImageId &&\n\t\t\t\t\t\t\t\t\t\t\t! isLoading &&\n\t\t\t\t\t\t\t\t\t\t\t( postType?.labels\n\t\t\t\t\t\t\t\t\t\t\t\t?.set_featured_image ||\n\t\t\t\t\t\t\t\t\t\t\t\tDEFAULT_SET_FEATURE_IMAGE_LABEL ) }\n\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t{ !! featuredImageId && (\n\t\t\t\t\t\t\t\t\t<HStack\n\t\t\t\t\t\t\t\t\t\tclassName={ clsx(\n\t\t\t\t\t\t\t\t\t\t\t'editor-post-featured-image__actions',\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t'editor-post-featured-image__actions-missing-image':\n\t\t\t\t\t\t\t\t\t\t\t\t\tisMissingMedia,\n\t\t\t\t\t\t\t\t\t\t\t\t'editor-post-featured-image__actions-is-requesting-image':\n\t\t\t\t\t\t\t\t\t\t\t\t\tisRequestingFeaturedImageMedia,\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\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<Button\n\t\t\t\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\t\t\t\tclassName=\"editor-post-featured-image__action\"\n\t\t\t\t\t\t\t\t\t\t\tonClick={ open }\n\t\t\t\t\t\t\t\t\t\t\taria-haspopup=\"dialog\"\n\t\t\t\t\t\t\t\t\t\t\tvariant={\n\t\t\t\t\t\t\t\t\t\t\t\tisMissingMedia\n\t\t\t\t\t\t\t\t\t\t\t\t\t? 'secondary'\n\t\t\t\t\t\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t{ __( 'Replace' ) }\n\t\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\t\t__next40pxDefaultSize\n\t\t\t\t\t\t\t\t\t\t\tclassName=\"editor-post-featured-image__action\"\n\t\t\t\t\t\t\t\t\t\t\tonClick={ () => {\n\t\t\t\t\t\t\t\t\t\t\t\tonRemoveImage();\n\t\t\t\t\t\t\t\t\t\t\t\t// Signal that the toggle button should be focused,\n\t\t\t\t\t\t\t\t\t\t\t\t// when it is rendered. Can't focus it directly here\n\t\t\t\t\t\t\t\t\t\t\t\t// because it's rendered conditionally.\n\t\t\t\t\t\t\t\t\t\t\t\treturnsFocusRef.current = true;\n\t\t\t\t\t\t\t\t\t\t\t} }\n\t\t\t\t\t\t\t\t\t\t\tvariant={\n\t\t\t\t\t\t\t\t\t\t\t\tisMissingMedia\n\t\t\t\t\t\t\t\t\t\t\t\t\t? 'secondary'\n\t\t\t\t\t\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tisDestructive={ isMissingMedia }\n\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t{ __( 'Remove' ) }\n\t\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t\t</HStack>\n\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t<DropZone onFilesDrop={ onDropFiles } />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t) }\n\t\t\t\t\t\tvalue={ featuredImageId }\n\t\t\t\t\t/>\n\t\t\t\t</MediaUploadCheck>\n\t\t\t</div>\n\t\t</PostFeaturedImageCheck>\n\t);\n}\n\nconst applyWithSelect = withSelect( ( select ) => {\n\tconst { getMedia, getPostType, hasFinishedResolution } =\n\t\tselect( coreStore );\n\tconst { getCurrentPostId, getEditedPostAttribute } = select( editorStore );\n\tconst featuredImageId = getEditedPostAttribute( 'featured_media' );\n\n\treturn {\n\t\tmedia: featuredImageId\n\t\t\t? getMedia( featuredImageId, { context: 'view' } )\n\t\t\t: null,\n\t\tcurrentPostId: getCurrentPostId(),\n\t\tpostType: getPostType( getEditedPostAttribute( 'type' ) ),\n\t\tfeaturedImageId,\n\t\tisRequestingFeaturedImageMedia:\n\t\t\t!! featuredImageId &&\n\t\t\t! hasFinishedResolution( 'getMedia', [\n\t\t\t\tfeaturedImageId,\n\t\t\t\t{ context: 'view' },\n\t\t\t] ),\n\t};\n} );\n\nconst applyWithDispatch = withDispatch(\n\t( dispatch, { noticeOperations }, { select } ) => {\n\t\tconst { editPost } = dispatch( editorStore );\n\t\treturn {\n\t\t\tonUpdateImage( image ) {\n\t\t\t\teditPost( { featured_media: image.id } );\n\t\t\t},\n\t\t\tonDropImage( filesList ) {\n\t\t\t\tselect( blockEditorStore )\n\t\t\t\t\t.getSettings()\n\t\t\t\t\t.mediaUpload( {\n\t\t\t\t\t\tallowedTypes: [ 'image' ],\n\t\t\t\t\t\tfilesList,\n\t\t\t\t\t\tonFileChange( [ image ] ) {\n\t\t\t\t\t\t\teditPost( { featured_media: image.id } );\n\t\t\t\t\t\t},\n\t\t\t\t\t\tonError( message ) {\n\t\t\t\t\t\t\tnoticeOperations.removeAllNotices();\n\t\t\t\t\t\t\tnoticeOperations.createErrorNotice( message );\n\t\t\t\t\t\t},\n\t\t\t\t\t} );\n\t\t\t},\n\t\t\tonRemoveImage() {\n\t\t\t\teditPost( { featured_media: 0 } );\n\t\t\t},\n\t\t};\n\t}\n);\n\n/**\n * Renders the component for managing the featured image of a post.\n *\n * @param {Object} props Props.\n * @param {number} props.currentPostId ID of the current post.\n * @param {number} props.featuredImageId ID of the featured image.\n * @param {Function} props.onUpdateImage Function to call when the image is updated.\n * @param {Function} props.onRemoveImage Function to call when the image is removed.\n * @param {Object} props.media The media object representing the featured image.\n * @param {string} props.postType Post type.\n * @param {Element} props.noticeUI UI for displaying notices.\n * @param {Object} props.noticeOperations Operations for managing notices.\n *\n * @return {Element} Component to be rendered .\n */\nexport default compose(\n\twithNotices,\n\tapplyWithSelect,\n\tapplyWithDispatch,\n\twithFilters( 'editor.PostFeaturedImage' )\n)( PostFeaturedImage );\n"],"mappings":"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","ignoreList":[]}
@@ -29,7 +29,7 @@ const PANEL_NAME = 'featured-image';
29
29
  * @param {Object} props Props.
30
30
  * @param {boolean} props.withPanelBody Whether to include the panel body. Default true.
31
31
  *
32
- * @return {Component|null} The component to be rendered.
32
+ * @return {React.ReactNode} The component to be rendered.
33
33
  * Return Null if the editor panel is disabled for featured image.
34
34
  */
35
35
  function PostFeaturedImagePanel({
@@ -1 +1 @@
1
- {"version":3,"names":["_i18n","require","_components","_data","_coreData","_store","_index","_interopRequireDefault","_check","_jsxRuntime","PANEL_NAME","PostFeaturedImagePanel","withPanelBody","_postType$labels$feat","postType","isEnabled","isOpened","useSelect","select","getEditedPostAttribute","isEditorPanelEnabled","isEditorPanelOpened","editorStore","getPostType","coreStore","toggleEditorPanelOpened","useDispatch","jsx","default","children","PanelBody","title","labels","featured_image","__","opened","onToggle"],"sources":["@wordpress/editor/src/components/post-featured-image/panel.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { PanelBody } from '@wordpress/components';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\nimport PostFeaturedImage from './index';\nimport PostFeaturedImageCheck from './check';\n\nconst PANEL_NAME = 'featured-image';\n\n/**\n * Renders the panel for the post featured image.\n *\n * @param {Object} props Props.\n * @param {boolean} props.withPanelBody Whether to include the panel body. Default true.\n *\n * @return {Component|null} The component to be rendered.\n * Return Null if the editor panel is disabled for featured image.\n */\nexport default function PostFeaturedImagePanel( { withPanelBody = true } ) {\n\tconst { postType, isEnabled, isOpened } = useSelect( ( select ) => {\n\t\tconst {\n\t\t\tgetEditedPostAttribute,\n\t\t\tisEditorPanelEnabled,\n\t\t\tisEditorPanelOpened,\n\t\t} = select( editorStore );\n\t\tconst { getPostType } = select( coreStore );\n\n\t\treturn {\n\t\t\tpostType: getPostType( getEditedPostAttribute( 'type' ) ),\n\t\t\tisEnabled: isEditorPanelEnabled( PANEL_NAME ),\n\t\t\tisOpened: isEditorPanelOpened( PANEL_NAME ),\n\t\t};\n\t}, [] );\n\n\tconst { toggleEditorPanelOpened } = useDispatch( editorStore );\n\n\tif ( ! isEnabled ) {\n\t\treturn null;\n\t}\n\n\tif ( ! withPanelBody ) {\n\t\treturn (\n\t\t\t<PostFeaturedImageCheck>\n\t\t\t\t<PostFeaturedImage />\n\t\t\t</PostFeaturedImageCheck>\n\t\t);\n\t}\n\n\treturn (\n\t\t<PostFeaturedImageCheck>\n\t\t\t<PanelBody\n\t\t\t\ttitle={\n\t\t\t\t\tpostType?.labels?.featured_image ?? __( 'Featured image' )\n\t\t\t\t}\n\t\t\t\topened={ isOpened }\n\t\t\t\tonToggle={ () => toggleEditorPanelOpened( PANEL_NAME ) }\n\t\t\t>\n\t\t\t\t<PostFeaturedImage />\n\t\t\t</PanelBody>\n\t\t</PostFeaturedImageCheck>\n\t);\n}\n"],"mappings":";;;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AAKA,IAAAI,MAAA,GAAAJ,OAAA;AACA,IAAAK,MAAA,GAAAC,sBAAA,CAAAN,OAAA;AACA,IAAAO,MAAA,GAAAD,sBAAA,CAAAN,OAAA;AAA6C,IAAAQ,WAAA,GAAAR,OAAA;AAb7C;AACA;AACA;;AAMA;AACA;AACA;;AAKA,MAAMS,UAAU,GAAG,gBAAgB;;AAEnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAASC,sBAAsBA,CAAE;EAAEC,aAAa,GAAG;AAAK,CAAC,EAAG;EAAA,IAAAC,qBAAA;EAC1E,MAAM;IAAEC,QAAQ;IAAEC,SAAS;IAAEC;EAAS,CAAC,GAAG,IAAAC,eAAS,EAAIC,MAAM,IAAM;IAClE,MAAM;MACLC,sBAAsB;MACtBC,oBAAoB;MACpBC;IACD,CAAC,GAAGH,MAAM,CAAEI,YAAY,CAAC;IACzB,MAAM;MAAEC;IAAY,CAAC,GAAGL,MAAM,CAAEM,eAAU,CAAC;IAE3C,OAAO;MACNV,QAAQ,EAAES,WAAW,CAAEJ,sBAAsB,CAAE,MAAO,CAAE,CAAC;MACzDJ,SAAS,EAAEK,oBAAoB,CAAEV,UAAW,CAAC;MAC7CM,QAAQ,EAAEK,mBAAmB,CAAEX,UAAW;IAC3C,CAAC;EACF,CAAC,EAAE,EAAG,CAAC;EAEP,MAAM;IAAEe;EAAwB,CAAC,GAAG,IAAAC,iBAAW,EAAEJ,YAAY,CAAC;EAE9D,IAAK,CAAEP,SAAS,EAAG;IAClB,OAAO,IAAI;EACZ;EAEA,IAAK,CAAEH,aAAa,EAAG;IACtB,oBACC,IAAAH,WAAA,CAAAkB,GAAA,EAACnB,MAAA,CAAAoB,OAAsB;MAAAC,QAAA,eACtB,IAAApB,WAAA,CAAAkB,GAAA,EAACrB,MAAA,CAAAsB,OAAiB,IAAE;IAAC,CACE,CAAC;EAE3B;EAEA,oBACC,IAAAnB,WAAA,CAAAkB,GAAA,EAACnB,MAAA,CAAAoB,OAAsB;IAAAC,QAAA,eACtB,IAAApB,WAAA,CAAAkB,GAAA,EAACzB,WAAA,CAAA4B,SAAS;MACTC,KAAK,GAAAlB,qBAAA,GACJC,QAAQ,EAAEkB,MAAM,EAAEC,cAAc,cAAApB,qBAAA,cAAAA,qBAAA,GAAI,IAAAqB,QAAE,EAAE,gBAAiB,CACzD;MACDC,MAAM,EAAGnB,QAAU;MACnBoB,QAAQ,EAAGA,CAAA,KAAMX,uBAAuB,CAAEf,UAAW,CAAG;MAAAmB,QAAA,eAExD,IAAApB,WAAA,CAAAkB,GAAA,EAACrB,MAAA,CAAAsB,OAAiB,IAAE;IAAC,CACX;EAAC,CACW,CAAC;AAE3B","ignoreList":[]}
1
+ {"version":3,"names":["_i18n","require","_components","_data","_coreData","_store","_index","_interopRequireDefault","_check","_jsxRuntime","PANEL_NAME","PostFeaturedImagePanel","withPanelBody","_postType$labels$feat","postType","isEnabled","isOpened","useSelect","select","getEditedPostAttribute","isEditorPanelEnabled","isEditorPanelOpened","editorStore","getPostType","coreStore","toggleEditorPanelOpened","useDispatch","jsx","default","children","PanelBody","title","labels","featured_image","__","opened","onToggle"],"sources":["@wordpress/editor/src/components/post-featured-image/panel.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { PanelBody } from '@wordpress/components';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport { store as editorStore } from '../../store';\nimport PostFeaturedImage from './index';\nimport PostFeaturedImageCheck from './check';\n\nconst PANEL_NAME = 'featured-image';\n\n/**\n * Renders the panel for the post featured image.\n *\n * @param {Object} props Props.\n * @param {boolean} props.withPanelBody Whether to include the panel body. Default true.\n *\n * @return {React.ReactNode} The component to be rendered.\n * Return Null if the editor panel is disabled for featured image.\n */\nexport default function PostFeaturedImagePanel( { withPanelBody = true } ) {\n\tconst { postType, isEnabled, isOpened } = useSelect( ( select ) => {\n\t\tconst {\n\t\t\tgetEditedPostAttribute,\n\t\t\tisEditorPanelEnabled,\n\t\t\tisEditorPanelOpened,\n\t\t} = select( editorStore );\n\t\tconst { getPostType } = select( coreStore );\n\n\t\treturn {\n\t\t\tpostType: getPostType( getEditedPostAttribute( 'type' ) ),\n\t\t\tisEnabled: isEditorPanelEnabled( PANEL_NAME ),\n\t\t\tisOpened: isEditorPanelOpened( PANEL_NAME ),\n\t\t};\n\t}, [] );\n\n\tconst { toggleEditorPanelOpened } = useDispatch( editorStore );\n\n\tif ( ! isEnabled ) {\n\t\treturn null;\n\t}\n\n\tif ( ! withPanelBody ) {\n\t\treturn (\n\t\t\t<PostFeaturedImageCheck>\n\t\t\t\t<PostFeaturedImage />\n\t\t\t</PostFeaturedImageCheck>\n\t\t);\n\t}\n\n\treturn (\n\t\t<PostFeaturedImageCheck>\n\t\t\t<PanelBody\n\t\t\t\ttitle={\n\t\t\t\t\tpostType?.labels?.featured_image ?? __( 'Featured image' )\n\t\t\t\t}\n\t\t\t\topened={ isOpened }\n\t\t\t\tonToggle={ () => toggleEditorPanelOpened( PANEL_NAME ) }\n\t\t\t>\n\t\t\t\t<PostFeaturedImage />\n\t\t\t</PanelBody>\n\t\t</PostFeaturedImageCheck>\n\t);\n}\n"],"mappings":";;;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AAKA,IAAAI,MAAA,GAAAJ,OAAA;AACA,IAAAK,MAAA,GAAAC,sBAAA,CAAAN,OAAA;AACA,IAAAO,MAAA,GAAAD,sBAAA,CAAAN,OAAA;AAA6C,IAAAQ,WAAA,GAAAR,OAAA;AAb7C;AACA;AACA;;AAMA;AACA;AACA;;AAKA,MAAMS,UAAU,GAAG,gBAAgB;;AAEnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAASC,sBAAsBA,CAAE;EAAEC,aAAa,GAAG;AAAK,CAAC,EAAG;EAAA,IAAAC,qBAAA;EAC1E,MAAM;IAAEC,QAAQ;IAAEC,SAAS;IAAEC;EAAS,CAAC,GAAG,IAAAC,eAAS,EAAIC,MAAM,IAAM;IAClE,MAAM;MACLC,sBAAsB;MACtBC,oBAAoB;MACpBC;IACD,CAAC,GAAGH,MAAM,CAAEI,YAAY,CAAC;IACzB,MAAM;MAAEC;IAAY,CAAC,GAAGL,MAAM,CAAEM,eAAU,CAAC;IAE3C,OAAO;MACNV,QAAQ,EAAES,WAAW,CAAEJ,sBAAsB,CAAE,MAAO,CAAE,CAAC;MACzDJ,SAAS,EAAEK,oBAAoB,CAAEV,UAAW,CAAC;MAC7CM,QAAQ,EAAEK,mBAAmB,CAAEX,UAAW;IAC3C,CAAC;EACF,CAAC,EAAE,EAAG,CAAC;EAEP,MAAM;IAAEe;EAAwB,CAAC,GAAG,IAAAC,iBAAW,EAAEJ,YAAY,CAAC;EAE9D,IAAK,CAAEP,SAAS,EAAG;IAClB,OAAO,IAAI;EACZ;EAEA,IAAK,CAAEH,aAAa,EAAG;IACtB,oBACC,IAAAH,WAAA,CAAAkB,GAAA,EAACnB,MAAA,CAAAoB,OAAsB;MAAAC,QAAA,eACtB,IAAApB,WAAA,CAAAkB,GAAA,EAACrB,MAAA,CAAAsB,OAAiB,IAAE;IAAC,CACE,CAAC;EAE3B;EAEA,oBACC,IAAAnB,WAAA,CAAAkB,GAAA,EAACnB,MAAA,CAAAoB,OAAsB;IAAAC,QAAA,eACtB,IAAApB,WAAA,CAAAkB,GAAA,EAACzB,WAAA,CAAA4B,SAAS;MACTC,KAAK,GAAAlB,qBAAA,GACJC,QAAQ,EAAEkB,MAAM,EAAEC,cAAc,cAAApB,qBAAA,cAAAA,qBAAA,GAAI,IAAAqB,QAAE,EAAE,gBAAiB,CACzD;MACDC,MAAM,EAAGnB,QAAU;MACnBoB,QAAQ,EAAGA,CAAA,KAAMX,uBAAuB,CAAEf,UAAW,CAAG;MAAAmB,QAAA,eAExD,IAAApB,WAAA,CAAAkB,GAAA,EAACrB,MAAA,CAAAsB,OAAiB,IAAE;IAAC,CACX;EAAC,CACW,CAAC;AAE3B","ignoreList":[]}