@wordpress/edit-post 7.30.0 → 7.32.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.
- package/CHANGELOG.md +4 -0
- package/README.md +6 -185
- package/build/components/header/index.js +1 -1
- package/build/components/header/index.js.map +1 -1
- package/build/components/header/post-publish-button-or-toggle.js +2 -7
- package/build/components/header/post-publish-button-or-toggle.js.map +1 -1
- package/build/components/init-pattern-modal/index.js +99 -0
- package/build/components/init-pattern-modal/index.js.map +1 -0
- package/build/components/keyboard-shortcut-help-modal/config.js +6 -0
- package/build/components/keyboard-shortcut-help-modal/config.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/index.js +3 -0
- package/build/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build/components/layout/actions-panel.js +4 -7
- package/build/components/layout/actions-panel.js.map +1 -1
- package/build/components/layout/index.js +7 -3
- package/build/components/layout/index.js.map +1 -1
- package/build/components/sidebar/plugin-post-publish-panel/index.js +16 -64
- package/build/components/sidebar/plugin-post-publish-panel/index.js.map +1 -1
- package/build/components/sidebar/plugin-pre-publish-panel/index.js +16 -63
- package/build/components/sidebar/plugin-pre-publish-panel/index.js.map +1 -1
- package/build/components/sidebar/post-status/index.js +3 -1
- package/build/components/sidebar/post-status/index.js.map +1 -1
- package/build/components/sidebar/settings-sidebar/index.js +8 -4
- package/build/components/sidebar/settings-sidebar/index.js.map +1 -1
- package/build/editor.js +7 -2
- package/build/editor.js.map +1 -1
- package/build/editor.native.js +2 -2
- package/build/editor.native.js.map +1 -1
- package/build/hooks/commands/use-common-commands.js +2 -2
- package/build/hooks/commands/use-common-commands.js.map +1 -1
- package/build/hooks/use-navigate-to-entity-record.js +36 -19
- package/build/hooks/use-navigate-to-entity-record.js.map +1 -1
- package/build/index.js +4 -6
- package/build/index.js.map +1 -1
- package/build/index.native.js +2 -4
- package/build/index.native.js.map +1 -1
- package/build/store/actions.js +36 -23
- package/build/store/actions.js.map +1 -1
- package/build/store/reducer.js +1 -15
- package/build/store/reducer.js.map +1 -1
- package/build/store/selectors.js +10 -5
- package/build/store/selectors.js.map +1 -1
- package/build-module/components/header/index.js +1 -1
- package/build-module/components/header/index.js.map +1 -1
- package/build-module/components/header/post-publish-button-or-toggle.js +2 -7
- package/build-module/components/header/post-publish-button-or-toggle.js.map +1 -1
- package/build-module/components/init-pattern-modal/index.js +93 -0
- package/build-module/components/init-pattern-modal/index.js.map +1 -0
- package/build-module/components/keyboard-shortcut-help-modal/config.js +6 -0
- package/build-module/components/keyboard-shortcut-help-modal/config.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/index.js +3 -0
- package/build-module/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build-module/components/layout/actions-panel.js +4 -5
- package/build-module/components/layout/actions-panel.js.map +1 -1
- package/build-module/components/layout/index.js +8 -4
- package/build-module/components/layout/index.js.map +1 -1
- package/build-module/components/sidebar/plugin-post-publish-panel/index.js +14 -62
- package/build-module/components/sidebar/plugin-post-publish-panel/index.js.map +1 -1
- package/build-module/components/sidebar/plugin-pre-publish-panel/index.js +14 -61
- package/build-module/components/sidebar/plugin-pre-publish-panel/index.js.map +1 -1
- package/build-module/components/sidebar/post-status/index.js +4 -2
- package/build-module/components/sidebar/post-status/index.js.map +1 -1
- package/build-module/components/sidebar/settings-sidebar/index.js +9 -5
- package/build-module/components/sidebar/settings-sidebar/index.js.map +1 -1
- package/build-module/editor.js +7 -2
- package/build-module/editor.js.map +1 -1
- package/build-module/editor.native.js +3 -3
- package/build-module/editor.native.js.map +1 -1
- package/build-module/hooks/commands/use-common-commands.js +2 -2
- package/build-module/hooks/commands/use-common-commands.js.map +1 -1
- package/build-module/hooks/use-navigate-to-entity-record.js +37 -20
- package/build-module/hooks/use-navigate-to-entity-record.js.map +1 -1
- package/build-module/index.js +5 -5
- package/build-module/index.js.map +1 -1
- package/build-module/index.native.js +2 -4
- package/build-module/index.native.js.map +1 -1
- package/build-module/store/actions.js +30 -15
- package/build-module/store/actions.js.map +1 -1
- package/build-module/store/reducer.js +1 -13
- package/build-module/store/reducer.js.map +1 -1
- package/build-module/store/selectors.js +9 -3
- package/build-module/store/selectors.js.map +1 -1
- package/build-style/classic-rtl.css +1 -1
- package/build-style/classic.css +1 -1
- package/build-style/style-rtl.css +1 -7
- package/build-style/style.css +1 -7
- package/package.json +32 -32
- package/src/classic.scss +2 -1
- package/src/components/header/index.js +1 -1
- package/src/components/header/post-publish-button-or-toggle.js +2 -8
- package/src/components/init-pattern-modal/index.js +117 -0
- package/src/components/keyboard-shortcut-help-modal/config.js +4 -0
- package/src/components/keyboard-shortcut-help-modal/index.js +4 -0
- package/src/components/layout/actions-panel.js +5 -4
- package/src/components/layout/index.js +9 -4
- package/src/components/meta-boxes/meta-boxes-area/style.scss +1 -1
- package/src/components/sidebar/plugin-post-publish-panel/index.js +12 -67
- package/src/components/sidebar/plugin-pre-publish-panel/index.js +12 -66
- package/src/components/sidebar/post-status/index.js +2 -0
- package/src/components/sidebar/settings-sidebar/index.js +7 -5
- package/src/editor.js +12 -2
- package/src/editor.native.js +8 -2
- package/src/hooks/commands/use-common-commands.js +2 -2
- package/src/hooks/use-navigate-to-entity-record.js +37 -24
- package/src/index.js +5 -3
- package/src/index.native.js +1 -4
- package/src/store/actions.js +27 -12
- package/src/store/reducer.js +0 -13
- package/src/store/selectors.js +11 -3
- package/src/style.scss +0 -1
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js +0 -107
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js.map +0 -1
- package/build/components/sidebar/plugin-document-setting-panel/index.js +0 -126
- package/build/components/sidebar/plugin-document-setting-panel/index.js.map +0 -1
- package/build/components/sidebar/template-summary/index.js +0 -36
- package/build/components/sidebar/template-summary/index.js.map +0 -1
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js +0 -100
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js.map +0 -1
- package/build-module/components/sidebar/plugin-document-setting-panel/index.js +0 -118
- package/build-module/components/sidebar/plugin-document-setting-panel/index.js.map +0 -1
- package/build-module/components/sidebar/template-summary/index.js +0 -29
- package/build-module/components/sidebar/template-summary/index.js.map +0 -1
- package/src/components/block-settings-menu/plugin-block-settings-menu-item.js +0 -108
- package/src/components/sidebar/plugin-document-setting-panel/index.js +0 -125
- package/src/components/sidebar/plugin-post-publish-panel/test/__snapshots__/index.js.snap +0 -39
- package/src/components/sidebar/plugin-post-publish-panel/test/index.js +0 -33
- package/src/components/sidebar/plugin-pre-publish-panel/test/index.js +0 -33
- package/src/components/sidebar/template-summary/index.js +0 -37
- package/src/components/sidebar/template-summary/style.scss +0 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_editor","require","_data","_components","_i18n","_element","
|
|
1
|
+
{"version":3,"names":["_editor","require","_data","_components","_i18n","_element","_store","Fill","Slot","createSlotFill","ActionsPanelFill","exports","ActionsPanel","setEntitiesSavedStatesCallback","closeEntitiesSavedStates","isEntitiesSavedStatesOpen","closePublishSidebar","togglePublishSidebar","useDispatch","editorStore","publishSidebarOpened","hasActiveMetaboxes","hasNonPostEntityChanges","useSelect","select","isPublishSidebarOpened","editPostStore","hasMetaBoxes","openEntitiesSavedStates","useCallback","unmountableContent","_react","createElement","PostPublishPanel","onClose","forceIsDirty","PrePublishExtension","PluginPrePublishPanel","PostPublishExtension","PluginPostPublishPanel","className","Button","variant","onClick","__","Fragment","EntitiesSavedStates","close","bubblesVirtually"],"sources":["@wordpress/edit-post/src/components/layout/actions-panel.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport {\n\tEntitiesSavedStates,\n\tPostPublishPanel,\n\tPluginPrePublishPanel,\n\tPluginPostPublishPanel,\n\tstore as editorStore,\n} from '@wordpress/editor';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport { Button, createSlotFill } from '@wordpress/components';\nimport { __ } from '@wordpress/i18n';\nimport { useCallback } from '@wordpress/element';\n\n/**\n * Internal dependencies\n */\nimport { store as editPostStore } from '../../store';\n\nconst { Fill, Slot } = createSlotFill( 'ActionsPanel' );\n\nexport const ActionsPanelFill = Fill;\n\nexport default function ActionsPanel( {\n\tsetEntitiesSavedStatesCallback,\n\tcloseEntitiesSavedStates,\n\tisEntitiesSavedStatesOpen,\n} ) {\n\tconst { closePublishSidebar, togglePublishSidebar } =\n\t\tuseDispatch( editorStore );\n\tconst {\n\t\tpublishSidebarOpened,\n\t\thasActiveMetaboxes,\n\t\thasNonPostEntityChanges,\n\t} = useSelect(\n\t\t( select ) => ( {\n\t\t\tpublishSidebarOpened:\n\t\t\t\tselect( editorStore ).isPublishSidebarOpened(),\n\t\t\thasActiveMetaboxes: select( editPostStore ).hasMetaBoxes(),\n\t\t\thasNonPostEntityChanges:\n\t\t\t\tselect( editorStore ).hasNonPostEntityChanges(),\n\t\t} ),\n\t\t[]\n\t);\n\n\tconst openEntitiesSavedStates = useCallback(\n\t\t() => setEntitiesSavedStatesCallback( true ),\n\t\t[]\n\t);\n\n\t// It is ok for these components to be unmounted when not in visual use.\n\t// We don't want more than one present at a time, decide which to render.\n\tlet unmountableContent;\n\tif ( publishSidebarOpened ) {\n\t\tunmountableContent = (\n\t\t\t<PostPublishPanel\n\t\t\t\tonClose={ closePublishSidebar }\n\t\t\t\tforceIsDirty={ hasActiveMetaboxes }\n\t\t\t\tPrePublishExtension={ PluginPrePublishPanel.Slot }\n\t\t\t\tPostPublishExtension={ PluginPostPublishPanel.Slot }\n\t\t\t/>\n\t\t);\n\t} else if ( hasNonPostEntityChanges ) {\n\t\tunmountableContent = (\n\t\t\t<div className=\"edit-post-layout__toggle-entities-saved-states-panel\">\n\t\t\t\t<Button\n\t\t\t\t\tvariant=\"secondary\"\n\t\t\t\t\tclassName=\"edit-post-layout__toggle-entities-saved-states-panel-button\"\n\t\t\t\t\tonClick={ openEntitiesSavedStates }\n\t\t\t\t\taria-expanded={ false }\n\t\t\t\t>\n\t\t\t\t\t{ __( 'Open save panel' ) }\n\t\t\t\t</Button>\n\t\t\t</div>\n\t\t);\n\t} else {\n\t\tunmountableContent = (\n\t\t\t<div className=\"edit-post-layout__toggle-publish-panel\">\n\t\t\t\t<Button\n\t\t\t\t\tvariant=\"secondary\"\n\t\t\t\t\tclassName=\"edit-post-layout__toggle-publish-panel-button\"\n\t\t\t\t\tonClick={ togglePublishSidebar }\n\t\t\t\t\taria-expanded={ false }\n\t\t\t\t>\n\t\t\t\t\t{ __( 'Open publish panel' ) }\n\t\t\t\t</Button>\n\t\t\t</div>\n\t\t);\n\t}\n\n\t// Since EntitiesSavedStates controls its own panel, we can keep it\n\t// always mounted to retain its own component state (such as checkboxes).\n\treturn (\n\t\t<>\n\t\t\t{ isEntitiesSavedStatesOpen && (\n\t\t\t\t<EntitiesSavedStates close={ closeEntitiesSavedStates } />\n\t\t\t) }\n\t\t\t<Slot bubblesVirtually />\n\t\t\t{ ! isEntitiesSavedStatesOpen && unmountableContent }\n\t\t</>\n\t);\n}\n"],"mappings":";;;;;;;;AAGA,IAAAA,OAAA,GAAAC,OAAA;AAOA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;AAKA,IAAAK,MAAA,GAAAL,OAAA;AAlBA;AACA;AACA;;AAaA;AACA;AACA;;AAGA,MAAM;EAAEM,IAAI;EAAEC;AAAK,CAAC,GAAG,IAAAC,0BAAc,EAAE,cAAe,CAAC;AAEhD,MAAMC,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAGH,IAAI;AAErB,SAASK,YAAYA,CAAE;EACrCC,8BAA8B;EAC9BC,wBAAwB;EACxBC;AACD,CAAC,EAAG;EACH,MAAM;IAAEC,mBAAmB;IAAEC;EAAqB,CAAC,GAClD,IAAAC,iBAAW,EAAEC,aAAY,CAAC;EAC3B,MAAM;IACLC,oBAAoB;IACpBC,kBAAkB;IAClBC;EACD,CAAC,GAAG,IAAAC,eAAS,EACVC,MAAM,KAAQ;IACfJ,oBAAoB,EACnBI,MAAM,CAAEL,aAAY,CAAC,CAACM,sBAAsB,CAAC,CAAC;IAC/CJ,kBAAkB,EAAEG,MAAM,CAAEE,YAAc,CAAC,CAACC,YAAY,CAAC,CAAC;IAC1DL,uBAAuB,EACtBE,MAAM,CAAEL,aAAY,CAAC,CAACG,uBAAuB,CAAC;EAChD,CAAC,CAAE,EACH,EACD,CAAC;EAED,MAAMM,uBAAuB,GAAG,IAAAC,oBAAW,EAC1C,MAAMhB,8BAA8B,CAAE,IAAK,CAAC,EAC5C,EACD,CAAC;;EAED;EACA;EACA,IAAIiB,kBAAkB;EACtB,IAAKV,oBAAoB,EAAG;IAC3BU,kBAAkB,GACjB,IAAAC,MAAA,CAAAC,aAAA,EAAChC,OAAA,CAAAiC,gBAAgB;MAChBC,OAAO,EAAGlB,mBAAqB;MAC/BmB,YAAY,EAAGd,kBAAoB;MACnCe,mBAAmB,EAAGC,6BAAqB,CAAC7B,IAAM;MAClD8B,oBAAoB,EAAGC,8BAAsB,CAAC/B;IAAM,CACpD,CACD;EACF,CAAC,MAAM,IAAKc,uBAAuB,EAAG;IACrCQ,kBAAkB,GACjB,IAAAC,MAAA,CAAAC,aAAA;MAAKQ,SAAS,EAAC;IAAsD,GACpE,IAAAT,MAAA,CAAAC,aAAA,EAAC7B,WAAA,CAAAsC,MAAM;MACNC,OAAO,EAAC,WAAW;MACnBF,SAAS,EAAC,6DAA6D;MACvEG,OAAO,EAAGf,uBAAyB;MACnC,iBAAgB;IAAO,GAErB,IAAAgB,QAAE,EAAE,iBAAkB,CACjB,CACJ,CACL;EACF,CAAC,MAAM;IACNd,kBAAkB,GACjB,IAAAC,MAAA,CAAAC,aAAA;MAAKQ,SAAS,EAAC;IAAwC,GACtD,IAAAT,MAAA,CAAAC,aAAA,EAAC7B,WAAA,CAAAsC,MAAM;MACNC,OAAO,EAAC,WAAW;MACnBF,SAAS,EAAC,+CAA+C;MACzDG,OAAO,EAAG1B,oBAAsB;MAChC,iBAAgB;IAAO,GAErB,IAAA2B,QAAE,EAAE,oBAAqB,CACpB,CACJ,CACL;EACF;;EAEA;EACA;EACA,OACC,IAAAb,MAAA,CAAAC,aAAA,EAAAD,MAAA,CAAAc,QAAA,QACG9B,yBAAyB,IAC1B,IAAAgB,MAAA,CAAAC,aAAA,EAAChC,OAAA,CAAA8C,mBAAmB;IAACC,KAAK,EAAGjC;EAA0B,CAAE,CACzD,EACD,IAAAiB,MAAA,CAAAC,aAAA,EAACxB,IAAI;IAACwC,gBAAgB;EAAA,CAAE,CAAC,EACvB,CAAEjC,yBAAyB,IAAIe,kBAChC,CAAC;AAEL"}
|
|
@@ -26,6 +26,7 @@ var _visualEditor = _interopRequireDefault(require("../visual-editor"));
|
|
|
26
26
|
var _keyboardShortcuts2 = _interopRequireDefault(require("../keyboard-shortcuts"));
|
|
27
27
|
var _keyboardShortcutHelpModal = _interopRequireDefault(require("../keyboard-shortcut-help-modal"));
|
|
28
28
|
var _preferencesModal = _interopRequireDefault(require("../preferences-modal"));
|
|
29
|
+
var _initPatternModal = _interopRequireDefault(require("../init-pattern-modal"));
|
|
29
30
|
var _browserUrl = _interopRequireDefault(require("../browser-url"));
|
|
30
31
|
var _header = _interopRequireDefault(require("../header"));
|
|
31
32
|
var _settingsSidebar = _interopRequireDefault(require("../sidebar/settings-sidebar"));
|
|
@@ -155,7 +156,7 @@ function Layout({
|
|
|
155
156
|
const postTypeLabel = getPostTypeLabel();
|
|
156
157
|
return {
|
|
157
158
|
showMetaBoxes: select(_editor.store).getRenderingMode() === 'post-only',
|
|
158
|
-
sidebarIsOpened: !!(select(_interface.store).getActiveComplementaryArea(_store.store.name) || select(
|
|
159
|
+
sidebarIsOpened: !!(select(_interface.store).getActiveComplementaryArea(_store.store.name) || select(_editor.store).isPublishSidebarOpened()),
|
|
159
160
|
isFullscreenActive: select(_store.store).isFeatureActive('fullscreenMode'),
|
|
160
161
|
isInserterOpened: select(_editor.store).isInserterOpened(),
|
|
161
162
|
isListViewOpened: select(_editor.store).isListViewOpened(),
|
|
@@ -217,7 +218,10 @@ function Layout({
|
|
|
217
218
|
const secondarySidebarLabel = isListViewOpened ? (0, _i18n.__)('Document Overview') : (0, _i18n.__)('Block Library');
|
|
218
219
|
const secondarySidebar = () => {
|
|
219
220
|
if (mode === 'visual' && isInserterOpened) {
|
|
220
|
-
return (0, _react.createElement)(InserterSidebar,
|
|
221
|
+
return (0, _react.createElement)(InserterSidebar, {
|
|
222
|
+
closeGeneralSidebar: closeGeneralSidebar,
|
|
223
|
+
isRightSidebarOpen: sidebarIsOpened
|
|
224
|
+
});
|
|
221
225
|
}
|
|
222
226
|
if (mode === 'visual' && isListViewOpened) {
|
|
223
227
|
return (0, _react.createElement)(ListViewSidebar, null);
|
|
@@ -281,7 +285,7 @@ function Layout({
|
|
|
281
285
|
previous: previousShortcut,
|
|
282
286
|
next: nextShortcut
|
|
283
287
|
}
|
|
284
|
-
}), (0, _react.createElement)(_preferencesModal.default, null), (0, _react.createElement)(_keyboardShortcutHelpModal.default, null), (0, _react.createElement)(_welcomeGuide.default, null), (0, _react.createElement)(
|
|
288
|
+
}), (0, _react.createElement)(_preferencesModal.default, null), (0, _react.createElement)(_keyboardShortcutHelpModal.default, null), (0, _react.createElement)(_welcomeGuide.default, null), (0, _react.createElement)(_initPatternModal.default, null), (0, _react.createElement)(_startPageOptions.default, null), (0, _react.createElement)(_plugins.PluginArea, {
|
|
285
289
|
onError: onPluginAreaError
|
|
286
290
|
}), !isDistractionFree && (0, _react.createElement)(_settingsSidebar.default, null));
|
|
287
291
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_classnames","_interopRequireDefault","require","_editor","_data","_blockEditor","_components","_compose","_plugins","_i18n","_interface","_element","_keyboardShortcuts","_notices","_preferences","_commands","_coreCommands","_textEditor","_visualEditor","_keyboardShortcuts2","_keyboardShortcutHelpModal","_preferencesModal","_browserUrl","_header","_settingsSidebar","_metaBoxes","_welcomeGuide","_actionsPanel","_startPageOptions","_store","_lockUnlock","_useCommonCommands","getLayoutStyles","unlock","blockEditorPrivateApis","useCommands","coreCommandsPrivateApis","useCommandContext","commandsPrivateApis","InserterSidebar","ListViewSidebar","editorPrivateApis","interfaceLabels","header","__","body","sidebar","actions","footer","useEditorStyles","hasThemeStyleSupport","editorSettings","useSelect","select","editPostStore","isFeatureActive","editorStore","getEditorSettings","useMemo","_editorSettings$style","_editorSettings$style2","presetStyles","styles","filter","style","__unstableType","defaultEditorStyles","hasThemeStyles","length","disableLayoutStyles","push","css","selector","hasBlockGapSupport","hasFallbackGapSupport","fallbackGapValue","Layout","initialPost","useCommonCommands","isMobileViewport","useViewportMatch","isHugeViewport","isWideViewport","isLargeViewport","openGeneralSidebar","closeGeneralSidebar","useDispatch","createErrorNotice","noticesStore","setIsInserterOpened","mode","isFullscreenActive","isRichEditingEnabled","sidebarIsOpened","hasActiveMetaboxes","previousShortcut","nextShortcut","hasBlockSelected","isInserterOpened","isListViewOpened","showIconLabels","isDistractionFree","showBlockBreadcrumbs","showMetaBoxes","documentLabel","hasHistory","get","preferencesStore","getPostTypeLabel","postTypeLabel","getRenderingMode","interfaceStore","getActiveComplementaryArea","name","isPublishSidebarOpened","getEditorMode","richEditingEnabled","hasMetaBoxes","keyboardShortcutsStore","getAllShortcutKeyCombinations","_x","blockEditorStore","getBlockSelectionStart","onNavigateToPreviousEntityRecord","commandContext","openSidebarPanel","useEffect","entitiesSavedStatesCallback","setEntitiesSavedStatesCallback","useState","closeEntitiesSavedStates","useCallback","arg","document","classList","add","remove","className","classnames","secondarySidebarLabel","secondarySidebar","_react","createElement","onPluginAreaError","sprintf","Fragment","FullscreenMode","isActive","default","UnsavedChangesWarning","AutosaveMonitor","LocalAutosaveMonitor","EditorKeyboardShortcutsRegister","EditorKeyboardShortcuts","InterfaceSkeleton","labels","editorNotices","EditorNotices","Button","variant","onClick","ComplementaryArea","Slot","scope","notices","EditorSnackbars","content","BlockToolbar","hideDragHandle","location","ScrollLock","BlockBreadcrumb","rootLabelText","isEntitiesSavedStatesOpen","shortcuts","previous","next","PostSyncStatusModal","PluginArea","onError","_default","exports"],"sources":["@wordpress/edit-post/src/components/layout/index.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport classnames from 'classnames';\n\n/**\n * WordPress dependencies\n */\nimport {\n\tAutosaveMonitor,\n\tLocalAutosaveMonitor,\n\tUnsavedChangesWarning,\n\tEditorNotices,\n\tEditorKeyboardShortcutsRegister,\n\tEditorKeyboardShortcuts,\n\tEditorSnackbars,\n\tPostSyncStatusModal,\n\tstore as editorStore,\n\tprivateApis as editorPrivateApis,\n} from '@wordpress/editor';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport {\n\tBlockBreadcrumb,\n\tBlockToolbar,\n\tprivateApis as blockEditorPrivateApis,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { Button, ScrollLock } from '@wordpress/components';\nimport { useViewportMatch } from '@wordpress/compose';\nimport { PluginArea } from '@wordpress/plugins';\nimport { __, _x, sprintf } from '@wordpress/i18n';\nimport {\n\tComplementaryArea,\n\tFullscreenMode,\n\tInterfaceSkeleton,\n\tstore as interfaceStore,\n} from '@wordpress/interface';\nimport { useState, useEffect, useCallback, useMemo } from '@wordpress/element';\nimport { store as keyboardShortcutsStore } from '@wordpress/keyboard-shortcuts';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as preferencesStore } from '@wordpress/preferences';\nimport { privateApis as commandsPrivateApis } from '@wordpress/commands';\nimport { privateApis as coreCommandsPrivateApis } from '@wordpress/core-commands';\n\n/**\n * Internal dependencies\n */\nimport TextEditor from '../text-editor';\nimport VisualEditor from '../visual-editor';\nimport EditPostKeyboardShortcuts from '../keyboard-shortcuts';\nimport KeyboardShortcutHelpModal from '../keyboard-shortcut-help-modal';\nimport EditPostPreferencesModal from '../preferences-modal';\nimport BrowserURL from '../browser-url';\nimport Header from '../header';\nimport SettingsSidebar from '../sidebar/settings-sidebar';\nimport MetaBoxes from '../meta-boxes';\nimport WelcomeGuide from '../welcome-guide';\nimport ActionsPanel from './actions-panel';\nimport StartPageOptions from '../start-page-options';\nimport { store as editPostStore } from '../../store';\nimport { unlock } from '../../lock-unlock';\nimport useCommonCommands from '../../hooks/commands/use-common-commands';\n\nconst { getLayoutStyles } = unlock( blockEditorPrivateApis );\nconst { useCommands } = unlock( coreCommandsPrivateApis );\nconst { useCommandContext } = unlock( commandsPrivateApis );\nconst { InserterSidebar, ListViewSidebar } = unlock( editorPrivateApis );\n\nconst interfaceLabels = {\n\t/* translators: accessibility text for the editor top bar landmark region. */\n\theader: __( 'Editor top bar' ),\n\t/* translators: accessibility text for the editor content landmark region. */\n\tbody: __( 'Editor content' ),\n\t/* translators: accessibility text for the editor settings landmark region. */\n\tsidebar: __( 'Editor settings' ),\n\t/* translators: accessibility text for the editor publish landmark region. */\n\tactions: __( 'Editor publish' ),\n\t/* translators: accessibility text for the editor footer landmark region. */\n\tfooter: __( 'Editor footer' ),\n};\n\nfunction useEditorStyles() {\n\tconst { hasThemeStyleSupport, editorSettings } = useSelect(\n\t\t( select ) => ( {\n\t\t\thasThemeStyleSupport:\n\t\t\t\tselect( editPostStore ).isFeatureActive( 'themeStyles' ),\n\t\t\teditorSettings: select( editorStore ).getEditorSettings(),\n\t\t} ),\n\t\t[]\n\t);\n\n\t// Compute the default styles.\n\treturn useMemo( () => {\n\t\tconst presetStyles =\n\t\t\teditorSettings.styles?.filter(\n\t\t\t\t( style ) =>\n\t\t\t\t\tstyle.__unstableType && style.__unstableType !== 'theme'\n\t\t\t) ?? [];\n\n\t\tconst defaultEditorStyles = [\n\t\t\t...editorSettings.defaultEditorStyles,\n\t\t\t...presetStyles,\n\t\t];\n\n\t\t// Has theme styles if the theme supports them and if some styles were not preset styles (in which case they're theme styles).\n\t\tconst hasThemeStyles =\n\t\t\thasThemeStyleSupport &&\n\t\t\tpresetStyles.length !== ( editorSettings.styles?.length ?? 0 );\n\n\t\t// If theme styles are not present or displayed, ensure that\n\t\t// base layout styles are still present in the editor.\n\t\tif ( ! editorSettings.disableLayoutStyles && ! hasThemeStyles ) {\n\t\t\tdefaultEditorStyles.push( {\n\t\t\t\tcss: getLayoutStyles( {\n\t\t\t\t\tstyle: {},\n\t\t\t\t\tselector: 'body',\n\t\t\t\t\thasBlockGapSupport: false,\n\t\t\t\t\thasFallbackGapSupport: true,\n\t\t\t\t\tfallbackGapValue: '0.5em',\n\t\t\t\t} ),\n\t\t\t} );\n\t\t}\n\n\t\treturn hasThemeStyles ? editorSettings.styles : defaultEditorStyles;\n\t}, [\n\t\teditorSettings.defaultEditorStyles,\n\t\teditorSettings.disableLayoutStyles,\n\t\teditorSettings.styles,\n\t\thasThemeStyleSupport,\n\t] );\n}\n\nfunction Layout( { initialPost } ) {\n\tuseCommands();\n\tuseCommonCommands();\n\n\tconst isMobileViewport = useViewportMatch( 'medium', '<' );\n\tconst isHugeViewport = useViewportMatch( 'huge', '>=' );\n\tconst isWideViewport = useViewportMatch( 'large' );\n\tconst isLargeViewport = useViewportMatch( 'medium' );\n\n\tconst { openGeneralSidebar, closeGeneralSidebar } =\n\t\tuseDispatch( editPostStore );\n\tconst { createErrorNotice } = useDispatch( noticesStore );\n\tconst { setIsInserterOpened } = useDispatch( editorStore );\n\tconst {\n\t\tmode,\n\t\tisFullscreenActive,\n\t\tisRichEditingEnabled,\n\t\tsidebarIsOpened,\n\t\thasActiveMetaboxes,\n\t\tpreviousShortcut,\n\t\tnextShortcut,\n\t\thasBlockSelected,\n\t\tisInserterOpened,\n\t\tisListViewOpened,\n\t\tshowIconLabels,\n\t\tisDistractionFree,\n\t\tshowBlockBreadcrumbs,\n\t\tshowMetaBoxes,\n\t\tdocumentLabel,\n\t\thasHistory,\n\t} = useSelect( ( select ) => {\n\t\tconst { get } = select( preferencesStore );\n\t\tconst { getEditorSettings, getPostTypeLabel } = select( editorStore );\n\t\tconst editorSettings = getEditorSettings();\n\t\tconst postTypeLabel = getPostTypeLabel();\n\n\t\treturn {\n\t\t\tshowMetaBoxes:\n\t\t\t\tselect( editorStore ).getRenderingMode() === 'post-only',\n\t\t\tsidebarIsOpened: !! (\n\t\t\t\tselect( interfaceStore ).getActiveComplementaryArea(\n\t\t\t\t\teditPostStore.name\n\t\t\t\t) || select( editPostStore ).isPublishSidebarOpened()\n\t\t\t),\n\t\t\tisFullscreenActive:\n\t\t\t\tselect( editPostStore ).isFeatureActive( 'fullscreenMode' ),\n\t\t\tisInserterOpened: select( editorStore ).isInserterOpened(),\n\t\t\tisListViewOpened: select( editorStore ).isListViewOpened(),\n\t\t\tmode: select( editorStore ).getEditorMode(),\n\t\t\tisRichEditingEnabled: editorSettings.richEditingEnabled,\n\t\t\thasActiveMetaboxes: select( editPostStore ).hasMetaBoxes(),\n\t\t\tpreviousShortcut: select(\n\t\t\t\tkeyboardShortcutsStore\n\t\t\t).getAllShortcutKeyCombinations( 'core/edit-post/previous-region' ),\n\t\t\tnextShortcut: select(\n\t\t\t\tkeyboardShortcutsStore\n\t\t\t).getAllShortcutKeyCombinations( 'core/edit-post/next-region' ),\n\t\t\tshowIconLabels: get( 'core', 'showIconLabels' ),\n\t\t\tisDistractionFree: get( 'core', 'distractionFree' ),\n\t\t\tshowBlockBreadcrumbs: get( 'core', 'showBlockBreadcrumbs' ),\n\t\t\t// translators: Default label for the Document in the Block Breadcrumb.\n\t\t\tdocumentLabel: postTypeLabel || _x( 'Document', 'noun' ),\n\t\t\thasBlockSelected:\n\t\t\t\t!! select( blockEditorStore ).getBlockSelectionStart(),\n\t\t\thasHistory: !! getEditorSettings().onNavigateToPreviousEntityRecord,\n\t\t};\n\t}, [] );\n\n\t// Set the right context for the command palette\n\tconst commandContext = hasBlockSelected\n\t\t? 'block-selection-edit'\n\t\t: 'post-editor-edit';\n\tuseCommandContext( commandContext );\n\n\tconst styles = useEditorStyles();\n\n\tconst openSidebarPanel = () =>\n\t\topenGeneralSidebar(\n\t\t\thasBlockSelected ? 'edit-post/block' : 'edit-post/document'\n\t\t);\n\n\t// Inserter and Sidebars are mutually exclusive\n\tuseEffect( () => {\n\t\tif ( sidebarIsOpened && ! isHugeViewport ) {\n\t\t\tsetIsInserterOpened( false );\n\t\t}\n\t}, [ isHugeViewport, setIsInserterOpened, sidebarIsOpened ] );\n\tuseEffect( () => {\n\t\tif ( isInserterOpened && ! isHugeViewport ) {\n\t\t\tcloseGeneralSidebar();\n\t\t}\n\t}, [ closeGeneralSidebar, isInserterOpened, isHugeViewport ] );\n\n\t// Local state for save panel.\n\t// Note 'truthy' callback implies an open panel.\n\tconst [ entitiesSavedStatesCallback, setEntitiesSavedStatesCallback ] =\n\t\tuseState( false );\n\n\tconst closeEntitiesSavedStates = useCallback(\n\t\t( arg ) => {\n\t\t\tif ( typeof entitiesSavedStatesCallback === 'function' ) {\n\t\t\t\tentitiesSavedStatesCallback( arg );\n\t\t\t}\n\t\t\tsetEntitiesSavedStatesCallback( false );\n\t\t},\n\t\t[ entitiesSavedStatesCallback ]\n\t);\n\n\t// We need to add the show-icon-labels class to the body element so it is applied to modals.\n\tif ( showIconLabels ) {\n\t\tdocument.body.classList.add( 'show-icon-labels' );\n\t} else {\n\t\tdocument.body.classList.remove( 'show-icon-labels' );\n\t}\n\n\tconst className = classnames( 'edit-post-layout', 'is-mode-' + mode, {\n\t\t'is-sidebar-opened': sidebarIsOpened,\n\t\t'has-metaboxes': hasActiveMetaboxes,\n\t\t'is-distraction-free': isDistractionFree && isWideViewport,\n\t\t'is-entity-save-view-open': !! entitiesSavedStatesCallback,\n\t} );\n\n\tconst secondarySidebarLabel = isListViewOpened\n\t\t? __( 'Document Overview' )\n\t\t: __( 'Block Library' );\n\n\tconst secondarySidebar = () => {\n\t\tif ( mode === 'visual' && isInserterOpened ) {\n\t\t\treturn <InserterSidebar />;\n\t\t}\n\t\tif ( mode === 'visual' && isListViewOpened ) {\n\t\t\treturn <ListViewSidebar />;\n\t\t}\n\n\t\treturn null;\n\t};\n\n\tfunction onPluginAreaError( name ) {\n\t\tcreateErrorNotice(\n\t\t\tsprintf(\n\t\t\t\t/* translators: %s: plugin name */\n\t\t\t\t__(\n\t\t\t\t\t'The \"%s\" plugin has encountered an error and cannot be rendered.'\n\t\t\t\t),\n\t\t\t\tname\n\t\t\t)\n\t\t);\n\t}\n\n\treturn (\n\t\t<>\n\t\t\t<FullscreenMode isActive={ isFullscreenActive } />\n\t\t\t<BrowserURL hasHistory={ hasHistory } />\n\t\t\t<UnsavedChangesWarning />\n\t\t\t<AutosaveMonitor />\n\t\t\t<LocalAutosaveMonitor />\n\t\t\t<EditPostKeyboardShortcuts />\n\t\t\t<EditorKeyboardShortcutsRegister />\n\t\t\t<EditorKeyboardShortcuts />\n\n\t\t\t<InterfaceSkeleton\n\t\t\t\tisDistractionFree={ isDistractionFree && isWideViewport }\n\t\t\t\tclassName={ className }\n\t\t\t\tlabels={ {\n\t\t\t\t\t...interfaceLabels,\n\t\t\t\t\tsecondarySidebar: secondarySidebarLabel,\n\t\t\t\t} }\n\t\t\t\theader={\n\t\t\t\t\t<Header\n\t\t\t\t\t\tsetEntitiesSavedStatesCallback={\n\t\t\t\t\t\t\tsetEntitiesSavedStatesCallback\n\t\t\t\t\t\t}\n\t\t\t\t\t\tinitialPost={ initialPost }\n\t\t\t\t\t/>\n\t\t\t\t}\n\t\t\t\teditorNotices={ <EditorNotices /> }\n\t\t\t\tsecondarySidebar={ secondarySidebar() }\n\t\t\t\tsidebar={\n\t\t\t\t\t( ( isMobileViewport && sidebarIsOpened ) ||\n\t\t\t\t\t\t( ! isMobileViewport && ! isDistractionFree ) ) && (\n\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t{ ! isMobileViewport && ! sidebarIsOpened && (\n\t\t\t\t\t\t\t\t<div className=\"edit-post-layout__toggle-sidebar-panel\">\n\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\tvariant=\"secondary\"\n\t\t\t\t\t\t\t\t\t\tclassName=\"edit-post-layout__toggle-sidebar-panel-button\"\n\t\t\t\t\t\t\t\t\t\tonClick={ openSidebarPanel }\n\t\t\t\t\t\t\t\t\t\taria-expanded={ false }\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t{ hasBlockSelected\n\t\t\t\t\t\t\t\t\t\t\t? __( 'Open block settings' )\n\t\t\t\t\t\t\t\t\t\t\t: __( 'Open document settings' ) }\n\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t<ComplementaryArea.Slot scope=\"core/edit-post\" />\n\t\t\t\t\t\t</>\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t\tnotices={ <EditorSnackbars /> }\n\t\t\t\tcontent={\n\t\t\t\t\t<>\n\t\t\t\t\t\t{ ! isDistractionFree && <EditorNotices /> }\n\t\t\t\t\t\t{ ( mode === 'text' || ! isRichEditingEnabled ) && (\n\t\t\t\t\t\t\t<TextEditor />\n\t\t\t\t\t\t) }\n\t\t\t\t\t\t{ ! isLargeViewport && <BlockToolbar hideDragHandle /> }\n\t\t\t\t\t\t{ isRichEditingEnabled && mode === 'visual' && (\n\t\t\t\t\t\t\t<VisualEditor styles={ styles } />\n\t\t\t\t\t\t) }\n\t\t\t\t\t\t{ ! isDistractionFree && showMetaBoxes && (\n\t\t\t\t\t\t\t<div className=\"edit-post-layout__metaboxes\">\n\t\t\t\t\t\t\t\t<MetaBoxes location=\"normal\" />\n\t\t\t\t\t\t\t\t<MetaBoxes location=\"advanced\" />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t) }\n\t\t\t\t\t\t{ isMobileViewport && sidebarIsOpened && (\n\t\t\t\t\t\t\t<ScrollLock />\n\t\t\t\t\t\t) }\n\t\t\t\t\t</>\n\t\t\t\t}\n\t\t\t\tfooter={\n\t\t\t\t\t! isDistractionFree &&\n\t\t\t\t\t! isMobileViewport &&\n\t\t\t\t\tshowBlockBreadcrumbs &&\n\t\t\t\t\tisRichEditingEnabled &&\n\t\t\t\t\tmode === 'visual' && (\n\t\t\t\t\t\t<div className=\"edit-post-layout__footer\">\n\t\t\t\t\t\t\t<BlockBreadcrumb rootLabelText={ documentLabel } />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t\tactions={\n\t\t\t\t\t<ActionsPanel\n\t\t\t\t\t\tcloseEntitiesSavedStates={ closeEntitiesSavedStates }\n\t\t\t\t\t\tisEntitiesSavedStatesOpen={\n\t\t\t\t\t\t\tentitiesSavedStatesCallback\n\t\t\t\t\t\t}\n\t\t\t\t\t\tsetEntitiesSavedStatesCallback={\n\t\t\t\t\t\t\tsetEntitiesSavedStatesCallback\n\t\t\t\t\t\t}\n\t\t\t\t\t/>\n\t\t\t\t}\n\t\t\t\tshortcuts={ {\n\t\t\t\t\tprevious: previousShortcut,\n\t\t\t\t\tnext: nextShortcut,\n\t\t\t\t} }\n\t\t\t/>\n\t\t\t<EditPostPreferencesModal />\n\t\t\t<KeyboardShortcutHelpModal />\n\t\t\t<WelcomeGuide />\n\t\t\t<PostSyncStatusModal />\n\t\t\t<StartPageOptions />\n\t\t\t<PluginArea onError={ onPluginAreaError } />\n\t\t\t{ ! isDistractionFree && <SettingsSidebar /> }\n\t\t</>\n\t);\n}\n\nexport default Layout;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_classnames","_interopRequireDefault","require","_editor","_data","_blockEditor","_components","_compose","_plugins","_i18n","_interface","_element","_keyboardShortcuts","_notices","_preferences","_commands","_coreCommands","_textEditor","_visualEditor","_keyboardShortcuts2","_keyboardShortcutHelpModal","_preferencesModal","_initPatternModal","_browserUrl","_header","_settingsSidebar","_metaBoxes","_welcomeGuide","_actionsPanel","_startPageOptions","_store","_lockUnlock","_useCommonCommands","getLayoutStyles","unlock","blockEditorPrivateApis","useCommands","coreCommandsPrivateApis","useCommandContext","commandsPrivateApis","InserterSidebar","ListViewSidebar","editorPrivateApis","interfaceLabels","header","__","body","sidebar","actions","footer","useEditorStyles","hasThemeStyleSupport","editorSettings","useSelect","select","editPostStore","isFeatureActive","editorStore","getEditorSettings","useMemo","_editorSettings$style","_editorSettings$style2","presetStyles","styles","filter","style","__unstableType","defaultEditorStyles","hasThemeStyles","length","disableLayoutStyles","push","css","selector","hasBlockGapSupport","hasFallbackGapSupport","fallbackGapValue","Layout","initialPost","useCommonCommands","isMobileViewport","useViewportMatch","isHugeViewport","isWideViewport","isLargeViewport","openGeneralSidebar","closeGeneralSidebar","useDispatch","createErrorNotice","noticesStore","setIsInserterOpened","mode","isFullscreenActive","isRichEditingEnabled","sidebarIsOpened","hasActiveMetaboxes","previousShortcut","nextShortcut","hasBlockSelected","isInserterOpened","isListViewOpened","showIconLabels","isDistractionFree","showBlockBreadcrumbs","showMetaBoxes","documentLabel","hasHistory","get","preferencesStore","getPostTypeLabel","postTypeLabel","getRenderingMode","interfaceStore","getActiveComplementaryArea","name","isPublishSidebarOpened","getEditorMode","richEditingEnabled","hasMetaBoxes","keyboardShortcutsStore","getAllShortcutKeyCombinations","_x","blockEditorStore","getBlockSelectionStart","onNavigateToPreviousEntityRecord","commandContext","openSidebarPanel","useEffect","entitiesSavedStatesCallback","setEntitiesSavedStatesCallback","useState","closeEntitiesSavedStates","useCallback","arg","document","classList","add","remove","className","classnames","secondarySidebarLabel","secondarySidebar","_react","createElement","isRightSidebarOpen","onPluginAreaError","sprintf","Fragment","FullscreenMode","isActive","default","UnsavedChangesWarning","AutosaveMonitor","LocalAutosaveMonitor","EditorKeyboardShortcutsRegister","EditorKeyboardShortcuts","InterfaceSkeleton","labels","editorNotices","EditorNotices","Button","variant","onClick","ComplementaryArea","Slot","scope","notices","EditorSnackbars","content","BlockToolbar","hideDragHandle","location","ScrollLock","BlockBreadcrumb","rootLabelText","isEntitiesSavedStatesOpen","shortcuts","previous","next","PluginArea","onError","_default","exports"],"sources":["@wordpress/edit-post/src/components/layout/index.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport classnames from 'classnames';\n\n/**\n * WordPress dependencies\n */\nimport {\n\tAutosaveMonitor,\n\tLocalAutosaveMonitor,\n\tUnsavedChangesWarning,\n\tEditorNotices,\n\tEditorKeyboardShortcutsRegister,\n\tEditorKeyboardShortcuts,\n\tEditorSnackbars,\n\tstore as editorStore,\n\tprivateApis as editorPrivateApis,\n} from '@wordpress/editor';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport {\n\tBlockBreadcrumb,\n\tBlockToolbar,\n\tprivateApis as blockEditorPrivateApis,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { Button, ScrollLock } from '@wordpress/components';\nimport { useViewportMatch } from '@wordpress/compose';\nimport { PluginArea } from '@wordpress/plugins';\nimport { __, _x, sprintf } from '@wordpress/i18n';\nimport {\n\tComplementaryArea,\n\tFullscreenMode,\n\tInterfaceSkeleton,\n\tstore as interfaceStore,\n} from '@wordpress/interface';\nimport { useState, useEffect, useCallback, useMemo } from '@wordpress/element';\nimport { store as keyboardShortcutsStore } from '@wordpress/keyboard-shortcuts';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as preferencesStore } from '@wordpress/preferences';\nimport { privateApis as commandsPrivateApis } from '@wordpress/commands';\nimport { privateApis as coreCommandsPrivateApis } from '@wordpress/core-commands';\n\n/**\n * Internal dependencies\n */\nimport TextEditor from '../text-editor';\nimport VisualEditor from '../visual-editor';\nimport EditPostKeyboardShortcuts from '../keyboard-shortcuts';\nimport KeyboardShortcutHelpModal from '../keyboard-shortcut-help-modal';\nimport EditPostPreferencesModal from '../preferences-modal';\nimport InitPatternModal from '../init-pattern-modal';\nimport BrowserURL from '../browser-url';\nimport Header from '../header';\nimport SettingsSidebar from '../sidebar/settings-sidebar';\nimport MetaBoxes from '../meta-boxes';\nimport WelcomeGuide from '../welcome-guide';\nimport ActionsPanel from './actions-panel';\nimport StartPageOptions from '../start-page-options';\nimport { store as editPostStore } from '../../store';\nimport { unlock } from '../../lock-unlock';\nimport useCommonCommands from '../../hooks/commands/use-common-commands';\n\nconst { getLayoutStyles } = unlock( blockEditorPrivateApis );\nconst { useCommands } = unlock( coreCommandsPrivateApis );\nconst { useCommandContext } = unlock( commandsPrivateApis );\nconst { InserterSidebar, ListViewSidebar } = unlock( editorPrivateApis );\n\nconst interfaceLabels = {\n\t/* translators: accessibility text for the editor top bar landmark region. */\n\theader: __( 'Editor top bar' ),\n\t/* translators: accessibility text for the editor content landmark region. */\n\tbody: __( 'Editor content' ),\n\t/* translators: accessibility text for the editor settings landmark region. */\n\tsidebar: __( 'Editor settings' ),\n\t/* translators: accessibility text for the editor publish landmark region. */\n\tactions: __( 'Editor publish' ),\n\t/* translators: accessibility text for the editor footer landmark region. */\n\tfooter: __( 'Editor footer' ),\n};\n\nfunction useEditorStyles() {\n\tconst { hasThemeStyleSupport, editorSettings } = useSelect(\n\t\t( select ) => ( {\n\t\t\thasThemeStyleSupport:\n\t\t\t\tselect( editPostStore ).isFeatureActive( 'themeStyles' ),\n\t\t\teditorSettings: select( editorStore ).getEditorSettings(),\n\t\t} ),\n\t\t[]\n\t);\n\n\t// Compute the default styles.\n\treturn useMemo( () => {\n\t\tconst presetStyles =\n\t\t\teditorSettings.styles?.filter(\n\t\t\t\t( style ) =>\n\t\t\t\t\tstyle.__unstableType && style.__unstableType !== 'theme'\n\t\t\t) ?? [];\n\n\t\tconst defaultEditorStyles = [\n\t\t\t...editorSettings.defaultEditorStyles,\n\t\t\t...presetStyles,\n\t\t];\n\n\t\t// Has theme styles if the theme supports them and if some styles were not preset styles (in which case they're theme styles).\n\t\tconst hasThemeStyles =\n\t\t\thasThemeStyleSupport &&\n\t\t\tpresetStyles.length !== ( editorSettings.styles?.length ?? 0 );\n\n\t\t// If theme styles are not present or displayed, ensure that\n\t\t// base layout styles are still present in the editor.\n\t\tif ( ! editorSettings.disableLayoutStyles && ! hasThemeStyles ) {\n\t\t\tdefaultEditorStyles.push( {\n\t\t\t\tcss: getLayoutStyles( {\n\t\t\t\t\tstyle: {},\n\t\t\t\t\tselector: 'body',\n\t\t\t\t\thasBlockGapSupport: false,\n\t\t\t\t\thasFallbackGapSupport: true,\n\t\t\t\t\tfallbackGapValue: '0.5em',\n\t\t\t\t} ),\n\t\t\t} );\n\t\t}\n\n\t\treturn hasThemeStyles ? editorSettings.styles : defaultEditorStyles;\n\t}, [\n\t\teditorSettings.defaultEditorStyles,\n\t\teditorSettings.disableLayoutStyles,\n\t\teditorSettings.styles,\n\t\thasThemeStyleSupport,\n\t] );\n}\n\nfunction Layout( { initialPost } ) {\n\tuseCommands();\n\tuseCommonCommands();\n\n\tconst isMobileViewport = useViewportMatch( 'medium', '<' );\n\tconst isHugeViewport = useViewportMatch( 'huge', '>=' );\n\tconst isWideViewport = useViewportMatch( 'large' );\n\tconst isLargeViewport = useViewportMatch( 'medium' );\n\n\tconst { openGeneralSidebar, closeGeneralSidebar } =\n\t\tuseDispatch( editPostStore );\n\tconst { createErrorNotice } = useDispatch( noticesStore );\n\tconst { setIsInserterOpened } = useDispatch( editorStore );\n\tconst {\n\t\tmode,\n\t\tisFullscreenActive,\n\t\tisRichEditingEnabled,\n\t\tsidebarIsOpened,\n\t\thasActiveMetaboxes,\n\t\tpreviousShortcut,\n\t\tnextShortcut,\n\t\thasBlockSelected,\n\t\tisInserterOpened,\n\t\tisListViewOpened,\n\t\tshowIconLabels,\n\t\tisDistractionFree,\n\t\tshowBlockBreadcrumbs,\n\t\tshowMetaBoxes,\n\t\tdocumentLabel,\n\t\thasHistory,\n\t} = useSelect( ( select ) => {\n\t\tconst { get } = select( preferencesStore );\n\t\tconst { getEditorSettings, getPostTypeLabel } = select( editorStore );\n\t\tconst editorSettings = getEditorSettings();\n\t\tconst postTypeLabel = getPostTypeLabel();\n\n\t\treturn {\n\t\t\tshowMetaBoxes:\n\t\t\t\tselect( editorStore ).getRenderingMode() === 'post-only',\n\t\t\tsidebarIsOpened: !! (\n\t\t\t\tselect( interfaceStore ).getActiveComplementaryArea(\n\t\t\t\t\teditPostStore.name\n\t\t\t\t) || select( editorStore ).isPublishSidebarOpened()\n\t\t\t),\n\t\t\tisFullscreenActive:\n\t\t\t\tselect( editPostStore ).isFeatureActive( 'fullscreenMode' ),\n\t\t\tisInserterOpened: select( editorStore ).isInserterOpened(),\n\t\t\tisListViewOpened: select( editorStore ).isListViewOpened(),\n\t\t\tmode: select( editorStore ).getEditorMode(),\n\t\t\tisRichEditingEnabled: editorSettings.richEditingEnabled,\n\t\t\thasActiveMetaboxes: select( editPostStore ).hasMetaBoxes(),\n\t\t\tpreviousShortcut: select(\n\t\t\t\tkeyboardShortcutsStore\n\t\t\t).getAllShortcutKeyCombinations( 'core/edit-post/previous-region' ),\n\t\t\tnextShortcut: select(\n\t\t\t\tkeyboardShortcutsStore\n\t\t\t).getAllShortcutKeyCombinations( 'core/edit-post/next-region' ),\n\t\t\tshowIconLabels: get( 'core', 'showIconLabels' ),\n\t\t\tisDistractionFree: get( 'core', 'distractionFree' ),\n\t\t\tshowBlockBreadcrumbs: get( 'core', 'showBlockBreadcrumbs' ),\n\t\t\t// translators: Default label for the Document in the Block Breadcrumb.\n\t\t\tdocumentLabel: postTypeLabel || _x( 'Document', 'noun' ),\n\t\t\thasBlockSelected:\n\t\t\t\t!! select( blockEditorStore ).getBlockSelectionStart(),\n\t\t\thasHistory: !! getEditorSettings().onNavigateToPreviousEntityRecord,\n\t\t};\n\t}, [] );\n\n\t// Set the right context for the command palette\n\tconst commandContext = hasBlockSelected\n\t\t? 'block-selection-edit'\n\t\t: 'post-editor-edit';\n\tuseCommandContext( commandContext );\n\n\tconst styles = useEditorStyles();\n\n\tconst openSidebarPanel = () =>\n\t\topenGeneralSidebar(\n\t\t\thasBlockSelected ? 'edit-post/block' : 'edit-post/document'\n\t\t);\n\n\t// Inserter and Sidebars are mutually exclusive\n\tuseEffect( () => {\n\t\tif ( sidebarIsOpened && ! isHugeViewport ) {\n\t\t\tsetIsInserterOpened( false );\n\t\t}\n\t}, [ isHugeViewport, setIsInserterOpened, sidebarIsOpened ] );\n\tuseEffect( () => {\n\t\tif ( isInserterOpened && ! isHugeViewport ) {\n\t\t\tcloseGeneralSidebar();\n\t\t}\n\t}, [ closeGeneralSidebar, isInserterOpened, isHugeViewport ] );\n\n\t// Local state for save panel.\n\t// Note 'truthy' callback implies an open panel.\n\tconst [ entitiesSavedStatesCallback, setEntitiesSavedStatesCallback ] =\n\t\tuseState( false );\n\n\tconst closeEntitiesSavedStates = useCallback(\n\t\t( arg ) => {\n\t\t\tif ( typeof entitiesSavedStatesCallback === 'function' ) {\n\t\t\t\tentitiesSavedStatesCallback( arg );\n\t\t\t}\n\t\t\tsetEntitiesSavedStatesCallback( false );\n\t\t},\n\t\t[ entitiesSavedStatesCallback ]\n\t);\n\n\t// We need to add the show-icon-labels class to the body element so it is applied to modals.\n\tif ( showIconLabels ) {\n\t\tdocument.body.classList.add( 'show-icon-labels' );\n\t} else {\n\t\tdocument.body.classList.remove( 'show-icon-labels' );\n\t}\n\n\tconst className = classnames( 'edit-post-layout', 'is-mode-' + mode, {\n\t\t'is-sidebar-opened': sidebarIsOpened,\n\t\t'has-metaboxes': hasActiveMetaboxes,\n\t\t'is-distraction-free': isDistractionFree && isWideViewport,\n\t\t'is-entity-save-view-open': !! entitiesSavedStatesCallback,\n\t} );\n\n\tconst secondarySidebarLabel = isListViewOpened\n\t\t? __( 'Document Overview' )\n\t\t: __( 'Block Library' );\n\n\tconst secondarySidebar = () => {\n\t\tif ( mode === 'visual' && isInserterOpened ) {\n\t\t\treturn (\n\t\t\t\t<InserterSidebar\n\t\t\t\t\tcloseGeneralSidebar={ closeGeneralSidebar }\n\t\t\t\t\tisRightSidebarOpen={ sidebarIsOpened }\n\t\t\t\t/>\n\t\t\t);\n\t\t}\n\t\tif ( mode === 'visual' && isListViewOpened ) {\n\t\t\treturn <ListViewSidebar />;\n\t\t}\n\n\t\treturn null;\n\t};\n\n\tfunction onPluginAreaError( name ) {\n\t\tcreateErrorNotice(\n\t\t\tsprintf(\n\t\t\t\t/* translators: %s: plugin name */\n\t\t\t\t__(\n\t\t\t\t\t'The \"%s\" plugin has encountered an error and cannot be rendered.'\n\t\t\t\t),\n\t\t\t\tname\n\t\t\t)\n\t\t);\n\t}\n\n\treturn (\n\t\t<>\n\t\t\t<FullscreenMode isActive={ isFullscreenActive } />\n\t\t\t<BrowserURL hasHistory={ hasHistory } />\n\t\t\t<UnsavedChangesWarning />\n\t\t\t<AutosaveMonitor />\n\t\t\t<LocalAutosaveMonitor />\n\t\t\t<EditPostKeyboardShortcuts />\n\t\t\t<EditorKeyboardShortcutsRegister />\n\t\t\t<EditorKeyboardShortcuts />\n\n\t\t\t<InterfaceSkeleton\n\t\t\t\tisDistractionFree={ isDistractionFree && isWideViewport }\n\t\t\t\tclassName={ className }\n\t\t\t\tlabels={ {\n\t\t\t\t\t...interfaceLabels,\n\t\t\t\t\tsecondarySidebar: secondarySidebarLabel,\n\t\t\t\t} }\n\t\t\t\theader={\n\t\t\t\t\t<Header\n\t\t\t\t\t\tsetEntitiesSavedStatesCallback={\n\t\t\t\t\t\t\tsetEntitiesSavedStatesCallback\n\t\t\t\t\t\t}\n\t\t\t\t\t\tinitialPost={ initialPost }\n\t\t\t\t\t/>\n\t\t\t\t}\n\t\t\t\teditorNotices={ <EditorNotices /> }\n\t\t\t\tsecondarySidebar={ secondarySidebar() }\n\t\t\t\tsidebar={\n\t\t\t\t\t( ( isMobileViewport && sidebarIsOpened ) ||\n\t\t\t\t\t\t( ! isMobileViewport && ! isDistractionFree ) ) && (\n\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t{ ! isMobileViewport && ! sidebarIsOpened && (\n\t\t\t\t\t\t\t\t<div className=\"edit-post-layout__toggle-sidebar-panel\">\n\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\tvariant=\"secondary\"\n\t\t\t\t\t\t\t\t\t\tclassName=\"edit-post-layout__toggle-sidebar-panel-button\"\n\t\t\t\t\t\t\t\t\t\tonClick={ openSidebarPanel }\n\t\t\t\t\t\t\t\t\t\taria-expanded={ false }\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t{ hasBlockSelected\n\t\t\t\t\t\t\t\t\t\t\t? __( 'Open block settings' )\n\t\t\t\t\t\t\t\t\t\t\t: __( 'Open document settings' ) }\n\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t<ComplementaryArea.Slot scope=\"core/edit-post\" />\n\t\t\t\t\t\t</>\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t\tnotices={ <EditorSnackbars /> }\n\t\t\t\tcontent={\n\t\t\t\t\t<>\n\t\t\t\t\t\t{ ! isDistractionFree && <EditorNotices /> }\n\t\t\t\t\t\t{ ( mode === 'text' || ! isRichEditingEnabled ) && (\n\t\t\t\t\t\t\t<TextEditor />\n\t\t\t\t\t\t) }\n\t\t\t\t\t\t{ ! isLargeViewport && <BlockToolbar hideDragHandle /> }\n\t\t\t\t\t\t{ isRichEditingEnabled && mode === 'visual' && (\n\t\t\t\t\t\t\t<VisualEditor styles={ styles } />\n\t\t\t\t\t\t) }\n\t\t\t\t\t\t{ ! isDistractionFree && showMetaBoxes && (\n\t\t\t\t\t\t\t<div className=\"edit-post-layout__metaboxes\">\n\t\t\t\t\t\t\t\t<MetaBoxes location=\"normal\" />\n\t\t\t\t\t\t\t\t<MetaBoxes location=\"advanced\" />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t) }\n\t\t\t\t\t\t{ isMobileViewport && sidebarIsOpened && (\n\t\t\t\t\t\t\t<ScrollLock />\n\t\t\t\t\t\t) }\n\t\t\t\t\t</>\n\t\t\t\t}\n\t\t\t\tfooter={\n\t\t\t\t\t! isDistractionFree &&\n\t\t\t\t\t! isMobileViewport &&\n\t\t\t\t\tshowBlockBreadcrumbs &&\n\t\t\t\t\tisRichEditingEnabled &&\n\t\t\t\t\tmode === 'visual' && (\n\t\t\t\t\t\t<div className=\"edit-post-layout__footer\">\n\t\t\t\t\t\t\t<BlockBreadcrumb rootLabelText={ documentLabel } />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t\tactions={\n\t\t\t\t\t<ActionsPanel\n\t\t\t\t\t\tcloseEntitiesSavedStates={ closeEntitiesSavedStates }\n\t\t\t\t\t\tisEntitiesSavedStatesOpen={\n\t\t\t\t\t\t\tentitiesSavedStatesCallback\n\t\t\t\t\t\t}\n\t\t\t\t\t\tsetEntitiesSavedStatesCallback={\n\t\t\t\t\t\t\tsetEntitiesSavedStatesCallback\n\t\t\t\t\t\t}\n\t\t\t\t\t/>\n\t\t\t\t}\n\t\t\t\tshortcuts={ {\n\t\t\t\t\tprevious: previousShortcut,\n\t\t\t\t\tnext: nextShortcut,\n\t\t\t\t} }\n\t\t\t/>\n\t\t\t<EditPostPreferencesModal />\n\t\t\t<KeyboardShortcutHelpModal />\n\t\t\t<WelcomeGuide />\n\t\t\t<InitPatternModal />\n\t\t\t<StartPageOptions />\n\t\t\t<PluginArea onError={ onPluginAreaError } />\n\t\t\t{ ! isDistractionFree && <SettingsSidebar /> }\n\t\t</>\n\t);\n}\n\nexport default Layout;\n"],"mappings":"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"}
|
|
@@ -1,87 +1,39 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
|
-
exports.default =
|
|
7
|
+
exports.default = EditPostPluginPostPublishPanel;
|
|
7
8
|
var _react = require("react");
|
|
8
|
-
var
|
|
9
|
-
var
|
|
9
|
+
var _deprecated = _interopRequireDefault(require("@wordpress/deprecated"));
|
|
10
|
+
var _editor = require("@wordpress/editor");
|
|
10
11
|
/**
|
|
11
12
|
* WordPress dependencies
|
|
12
13
|
*/
|
|
13
14
|
|
|
14
|
-
const {
|
|
15
|
-
Fill,
|
|
16
|
-
Slot
|
|
17
|
-
} = (0, _components.createSlotFill)('PluginPostPublishPanel');
|
|
18
|
-
|
|
19
15
|
/**
|
|
20
16
|
* Renders provided content to the post-publish panel in the publish flow
|
|
21
17
|
* (side panel that opens after a user publishes the post).
|
|
22
18
|
*
|
|
19
|
+
* @deprecated since 6.6, use `wp.editor.PluginPostPublishPanel` instead.
|
|
20
|
+
*
|
|
23
21
|
* @param {Object} props Component properties.
|
|
24
22
|
* @param {string} [props.className] An optional class name added to the panel.
|
|
25
23
|
* @param {string} [props.title] Title displayed at the top of the panel.
|
|
26
24
|
* @param {boolean} [props.initialOpen=false] Whether to have the panel initially opened. When no title is provided it is always opened.
|
|
27
25
|
* @param {WPBlockTypeIconRender} [props.icon=inherits from the plugin] The [Dashicon](https://developer.wordpress.org/resource/dashicons/) icon slug string, or an SVG WP element, to be rendered when the sidebar is pinned to toolbar.
|
|
28
26
|
* @param {Element} props.children Children to be rendered
|
|
29
|
-
*
|
|
30
|
-
* @example
|
|
31
|
-
* ```js
|
|
32
|
-
* // Using ES5 syntax
|
|
33
|
-
* var __ = wp.i18n.__;
|
|
34
|
-
* var PluginPostPublishPanel = wp.editPost.PluginPostPublishPanel;
|
|
35
|
-
*
|
|
36
|
-
* function MyPluginPostPublishPanel() {
|
|
37
|
-
* return React.createElement(
|
|
38
|
-
* PluginPostPublishPanel,
|
|
39
|
-
* {
|
|
40
|
-
* className: 'my-plugin-post-publish-panel',
|
|
41
|
-
* title: __( 'My panel title' ),
|
|
42
|
-
* initialOpen: true,
|
|
43
|
-
* },
|
|
44
|
-
* __( 'My panel content' )
|
|
45
|
-
* );
|
|
46
|
-
* }
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* @example
|
|
50
|
-
* ```jsx
|
|
51
|
-
* // Using ESNext syntax
|
|
52
|
-
* import { __ } from '@wordpress/i18n';
|
|
53
|
-
* import { PluginPostPublishPanel } from '@wordpress/edit-post';
|
|
54
|
-
*
|
|
55
|
-
* const MyPluginPostPublishPanel = () => (
|
|
56
|
-
* <PluginPostPublishPanel
|
|
57
|
-
* className="my-plugin-post-publish-panel"
|
|
58
|
-
* title={ __( 'My panel title' ) }
|
|
59
|
-
* initialOpen={ true }
|
|
60
|
-
* >
|
|
61
|
-
* { __( 'My panel content' ) }
|
|
62
|
-
* </PluginPostPublishPanel>
|
|
63
|
-
* );
|
|
64
|
-
* ```
|
|
65
|
-
*
|
|
66
27
|
* @return {Component} The component to be rendered.
|
|
67
28
|
*/
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
return (0, _react.createElement)(Fill, null, (0, _react.createElement)(_components.PanelBody, {
|
|
79
|
-
className: className,
|
|
80
|
-
initialOpen: initialOpen || !title,
|
|
81
|
-
title: title,
|
|
82
|
-
icon: icon !== null && icon !== void 0 ? icon : pluginIcon
|
|
83
|
-
}, children));
|
|
84
|
-
};
|
|
85
|
-
PluginPostPublishPanel.Slot = Slot;
|
|
86
|
-
var _default = exports.default = PluginPostPublishPanel;
|
|
29
|
+
function EditPostPluginPostPublishPanel(props) {
|
|
30
|
+
(0, _deprecated.default)('wp.editPost.PluginPostPublishPanel', {
|
|
31
|
+
since: '6.6',
|
|
32
|
+
version: '6.8',
|
|
33
|
+
alternative: 'wp.editor.PluginPostPublishPanel'
|
|
34
|
+
});
|
|
35
|
+
return (0, _react.createElement)(_editor.PluginPostPublishPanel, {
|
|
36
|
+
...props
|
|
37
|
+
});
|
|
38
|
+
}
|
|
87
39
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_deprecated","_interopRequireDefault","require","_editor","EditPostPluginPostPublishPanel","props","deprecated","since","version","alternative","_react","createElement","PluginPostPublishPanel"],"sources":["@wordpress/edit-post/src/components/sidebar/plugin-post-publish-panel/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport deprecated from '@wordpress/deprecated';\nimport { PluginPostPublishPanel } from '@wordpress/editor';\n\n/**\n * Renders provided content to the post-publish panel in the publish flow\n * (side panel that opens after a user publishes the post).\n *\n * @deprecated since 6.6, use `wp.editor.PluginPostPublishPanel` instead.\n *\n * @param {Object} props Component properties.\n * @param {string} [props.className] An optional class name added to the panel.\n * @param {string} [props.title] Title displayed at the top of the panel.\n * @param {boolean} [props.initialOpen=false] Whether to have the panel initially opened. When no title is provided it is always opened.\n * @param {WPBlockTypeIconRender} [props.icon=inherits from the plugin] The [Dashicon](https://developer.wordpress.org/resource/dashicons/) icon slug string, or an SVG WP element, to be rendered when the sidebar is pinned to toolbar.\n * @param {Element} props.children Children to be rendered\n * @return {Component} The component to be rendered.\n */\nexport default function EditPostPluginPostPublishPanel( props ) {\n\tdeprecated( 'wp.editPost.PluginPostPublishPanel', {\n\t\tsince: '6.6',\n\t\tversion: '6.8',\n\t\talternative: 'wp.editor.PluginPostPublishPanel',\n\t} );\n\treturn <PluginPostPublishPanel { ...props } />;\n}\n"],"mappings":";;;;;;;;AAGA,IAAAA,WAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAJA;AACA;AACA;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAASE,8BAA8BA,CAAEC,KAAK,EAAG;EAC/D,IAAAC,mBAAU,EAAE,oCAAoC,EAAE;IACjDC,KAAK,EAAE,KAAK;IACZC,OAAO,EAAE,KAAK;IACdC,WAAW,EAAE;EACd,CAAE,CAAC;EACH,OAAO,IAAAC,MAAA,CAAAC,aAAA,EAACR,OAAA,CAAAS,sBAAsB;IAAA,GAAMP;EAAK,CAAI,CAAC;AAC/C"}
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
|
-
exports.default =
|
|
7
|
+
exports.default = EditPostPluginPrePublishPanel;
|
|
7
8
|
var _react = require("react");
|
|
8
|
-
var
|
|
9
|
-
var
|
|
9
|
+
var _deprecated = _interopRequireDefault(require("@wordpress/deprecated"));
|
|
10
|
+
var _editor = require("@wordpress/editor");
|
|
10
11
|
/**
|
|
11
12
|
* WordPress dependencies
|
|
12
13
|
*/
|
|
13
14
|
|
|
14
|
-
const {
|
|
15
|
-
Fill,
|
|
16
|
-
Slot
|
|
17
|
-
} = (0, _components.createSlotFill)('PluginPrePublishPanel');
|
|
18
|
-
|
|
19
15
|
/**
|
|
20
16
|
* Renders provided content to the pre-publish side panel in the publish flow
|
|
21
17
|
* (side panel that opens when a user first pushes "Publish" from the main editor).
|
|
22
18
|
*
|
|
19
|
+
* @deprecated since 6.6, use `wp.editor.PluginPrePublishPanel` instead.
|
|
20
|
+
*
|
|
23
21
|
* @param {Object} props Component props.
|
|
24
22
|
* @param {string} [props.className] An optional class name added to the panel.
|
|
25
23
|
* @param {string} [props.title] Title displayed at the top of the panel.
|
|
@@ -30,61 +28,16 @@ const {
|
|
|
30
28
|
* the sidebar is pinned to toolbar.
|
|
31
29
|
* @param {Element} props.children Children to be rendered
|
|
32
30
|
*
|
|
33
|
-
* @example
|
|
34
|
-
* ```js
|
|
35
|
-
* // Using ES5 syntax
|
|
36
|
-
* var __ = wp.i18n.__;
|
|
37
|
-
* var PluginPrePublishPanel = wp.editPost.PluginPrePublishPanel;
|
|
38
|
-
*
|
|
39
|
-
* function MyPluginPrePublishPanel() {
|
|
40
|
-
* return React.createElement(
|
|
41
|
-
* PluginPrePublishPanel,
|
|
42
|
-
* {
|
|
43
|
-
* className: 'my-plugin-pre-publish-panel',
|
|
44
|
-
* title: __( 'My panel title' ),
|
|
45
|
-
* initialOpen: true,
|
|
46
|
-
* },
|
|
47
|
-
* __( 'My panel content' )
|
|
48
|
-
* );
|
|
49
|
-
* }
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
|
-
* @example
|
|
53
|
-
* ```jsx
|
|
54
|
-
* // Using ESNext syntax
|
|
55
|
-
* import { __ } from '@wordpress/i18n';
|
|
56
|
-
* import { PluginPrePublishPanel } from '@wordpress/edit-post';
|
|
57
|
-
*
|
|
58
|
-
* const MyPluginPrePublishPanel = () => (
|
|
59
|
-
* <PluginPrePublishPanel
|
|
60
|
-
* className="my-plugin-pre-publish-panel"
|
|
61
|
-
* title={ __( 'My panel title' ) }
|
|
62
|
-
* initialOpen={ true }
|
|
63
|
-
* >
|
|
64
|
-
* { __( 'My panel content' ) }
|
|
65
|
-
* </PluginPrePublishPanel>
|
|
66
|
-
* );
|
|
67
|
-
* ```
|
|
68
|
-
*
|
|
69
31
|
* @return {Component} The component to be rendered.
|
|
70
32
|
*/
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
return (0, _react.createElement)(Fill, null, (0, _react.createElement)(_components.PanelBody, {
|
|
82
|
-
className: className,
|
|
83
|
-
initialOpen: initialOpen || !title,
|
|
84
|
-
title: title,
|
|
85
|
-
icon: icon !== null && icon !== void 0 ? icon : pluginIcon
|
|
86
|
-
}, children));
|
|
87
|
-
};
|
|
88
|
-
PluginPrePublishPanel.Slot = Slot;
|
|
89
|
-
var _default = exports.default = PluginPrePublishPanel;
|
|
33
|
+
function EditPostPluginPrePublishPanel(props) {
|
|
34
|
+
(0, _deprecated.default)('wp.editPost.PluginPrePublishPanel', {
|
|
35
|
+
since: '6.6',
|
|
36
|
+
version: '6.8',
|
|
37
|
+
alternative: 'wp.editor.PluginPrePublishPanel'
|
|
38
|
+
});
|
|
39
|
+
return (0, _react.createElement)(_editor.PluginPrePublishPanel, {
|
|
40
|
+
...props
|
|
41
|
+
});
|
|
42
|
+
}
|
|
90
43
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_deprecated","_interopRequireDefault","require","_editor","EditPostPluginPrePublishPanel","props","deprecated","since","version","alternative","_react","createElement","PluginPrePublishPanel"],"sources":["@wordpress/edit-post/src/components/sidebar/plugin-pre-publish-panel/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport deprecated from '@wordpress/deprecated';\nimport { PluginPrePublishPanel } from '@wordpress/editor';\n\n/**\n * Renders provided content to the pre-publish side panel in the publish flow\n * (side panel that opens when a user first pushes \"Publish\" from the main editor).\n *\n * @deprecated since 6.6, use `wp.editor.PluginPrePublishPanel` instead.\n *\n * @param {Object} props Component props.\n * @param {string} [props.className] An optional class name added to the panel.\n * @param {string} [props.title] Title displayed at the top of the panel.\n * @param {boolean} [props.initialOpen=false] Whether to have the panel initially opened.\n * When no title is provided it is always opened.\n * @param {WPBlockTypeIconRender} [props.icon=inherits from the plugin] The [Dashicon](https://developer.wordpress.org/resource/dashicons/)\n * icon slug string, or an SVG WP element, to be rendered when\n * the sidebar is pinned to toolbar.\n * @param {Element} props.children Children to be rendered\n *\n * @return {Component} The component to be rendered.\n */\nexport default function EditPostPluginPrePublishPanel( props ) {\n\tdeprecated( 'wp.editPost.PluginPrePublishPanel', {\n\t\tsince: '6.6',\n\t\tversion: '6.8',\n\t\talternative: 'wp.editor.PluginPrePublishPanel',\n\t} );\n\treturn <PluginPrePublishPanel { ...props } />;\n}\n"],"mappings":";;;;;;;;AAGA,IAAAA,WAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAJA;AACA;AACA;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAASE,6BAA6BA,CAAEC,KAAK,EAAG;EAC9D,IAAAC,mBAAU,EAAE,mCAAmC,EAAE;IAChDC,KAAK,EAAE,KAAK;IACZC,OAAO,EAAE,KAAK;IACdC,WAAW,EAAE;EACd,CAAE,CAAC;EACH,OAAO,IAAAC,MAAA,CAAAC,aAAA,EAACR,OAAA,CAAAS,qBAAqB;IAAA,GAAMP;EAAK,CAAI,CAAC;AAC9C"}
|
|
@@ -56,7 +56,9 @@ function PostStatus() {
|
|
|
56
56
|
title: (0, _i18n.__)('Summary'),
|
|
57
57
|
opened: isOpened,
|
|
58
58
|
onToggle: () => toggleEditorPanelOpened(PANEL_NAME)
|
|
59
|
-
}, (0, _react.createElement)(_pluginPostStatusInfo.default.Slot, null, fills => (0, _react.createElement)(_react.Fragment, null, (0, _react.createElement)(
|
|
59
|
+
}, (0, _react.createElement)(_pluginPostStatusInfo.default.Slot, null, fills => (0, _react.createElement)(_react.Fragment, null, (0, _react.createElement)(_editor.PostFeaturedImagePanel, {
|
|
60
|
+
withPanelBody: false
|
|
61
|
+
}), (0, _react.createElement)(_postVisibility.default, null), (0, _react.createElement)(_editor.PostSchedulePanel, null), (0, _react.createElement)(_editor.PostTemplatePanel, null), (0, _react.createElement)(_editor.PostURLPanel, null), (0, _react.createElement)(_editor.PostSyncStatus, null), (0, _react.createElement)(_postSticky.default, null), (0, _react.createElement)(_postPendingStatus.default, null), (0, _react.createElement)(_postFormat.default, null), (0, _react.createElement)(_postSlug.default, null), (0, _react.createElement)(_editor.PostAuthorPanel, null), fills, (0, _react.createElement)(_components.__experimentalHStack, {
|
|
60
62
|
style: {
|
|
61
63
|
marginTop: '16px'
|
|
62
64
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_i18n","require","_components","_data","_editor","_postVisibility","_interopRequireDefault","_postTrash","_postSticky","_postSlug","_postFormat","_postPendingStatus","_pluginPostStatusInfo","PANEL_NAME","PostStatus","isOpened","isRemoved","useSelect","select","isEditorPanelRemoved","isEditorPanelOpened","editorStore","toggleEditorPanelOpened","useDispatch","_react","createElement","PanelBody","className","title","__","opened","onToggle","default","Slot","fills","Fragment","PostSchedulePanel","PostTemplatePanel","PostURLPanel","PostSyncStatus","PostAuthorPanel","__experimentalHStack","style","marginTop","spacing","wrap","PostSwitchToDraftButton"],"sources":["@wordpress/edit-post/src/components/sidebar/post-status/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport {\n\t__experimentalHStack as HStack,\n\tPanelBody,\n} from '@wordpress/components';\nimport { useDispatch, useSelect } from '@wordpress/data';\nimport {\n\tPostAuthorPanel,\n\tPostSchedulePanel,\n\tPostSwitchToDraftButton,\n\tPostSyncStatus,\n\tPostURLPanel,\n\tPostTemplatePanel,\n\tstore as editorStore,\n} from '@wordpress/editor';\n\n/**\n * Internal dependencies\n */\nimport PostVisibility from '../post-visibility';\nimport PostTrash from '../post-trash';\nimport PostSticky from '../post-sticky';\nimport PostSlug from '../post-slug';\nimport PostFormat from '../post-format';\nimport PostPendingStatus from '../post-pending-status';\nimport PluginPostStatusInfo from '../plugin-post-status-info';\n\n/**\n * Module Constants\n */\nconst PANEL_NAME = 'post-status';\n\nexport default function PostStatus() {\n\tconst { isOpened, isRemoved } = useSelect( ( select ) => {\n\t\t// We use isEditorPanelRemoved to hide the panel if it was programatically removed. We do\n\t\t// not use isEditorPanelEnabled since this panel should not be disabled through the UI.\n\t\tconst { isEditorPanelRemoved, isEditorPanelOpened } =\n\t\t\tselect( editorStore );\n\t\treturn {\n\t\t\tisRemoved: isEditorPanelRemoved( PANEL_NAME ),\n\t\t\tisOpened: isEditorPanelOpened( PANEL_NAME ),\n\t\t};\n\t}, [] );\n\tconst { toggleEditorPanelOpened } = useDispatch( editorStore );\n\n\tif ( isRemoved ) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<PanelBody\n\t\t\tclassName=\"edit-post-post-status\"\n\t\t\ttitle={ __( 'Summary' ) }\n\t\t\topened={ isOpened }\n\t\t\tonToggle={ () => toggleEditorPanelOpened( PANEL_NAME ) }\n\t\t>\n\t\t\t<PluginPostStatusInfo.Slot>\n\t\t\t\t{ ( fills ) => (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<PostVisibility />\n\t\t\t\t\t\t<PostSchedulePanel />\n\t\t\t\t\t\t<PostTemplatePanel />\n\t\t\t\t\t\t<PostURLPanel />\n\t\t\t\t\t\t<PostSyncStatus />\n\t\t\t\t\t\t<PostSticky />\n\t\t\t\t\t\t<PostPendingStatus />\n\t\t\t\t\t\t<PostFormat />\n\t\t\t\t\t\t<PostSlug />\n\t\t\t\t\t\t<PostAuthorPanel />\n\t\t\t\t\t\t{ fills }\n\t\t\t\t\t\t<HStack\n\t\t\t\t\t\t\tstyle={ {\n\t\t\t\t\t\t\t\tmarginTop: '16px',\n\t\t\t\t\t\t\t} }\n\t\t\t\t\t\t\tspacing={ 4 }\n\t\t\t\t\t\t\twrap\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<PostSwitchToDraftButton />\n\t\t\t\t\t\t\t<PostTrash />\n\t\t\t\t\t\t</HStack>\n\t\t\t\t\t</>\n\t\t\t\t) }\n\t\t\t</PluginPostStatusInfo.Slot>\n\t\t</PanelBody>\n\t);\n}\n"],"mappings":";;;;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAIA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;
|
|
1
|
+
{"version":3,"names":["_i18n","require","_components","_data","_editor","_postVisibility","_interopRequireDefault","_postTrash","_postSticky","_postSlug","_postFormat","_postPendingStatus","_pluginPostStatusInfo","PANEL_NAME","PostStatus","isOpened","isRemoved","useSelect","select","isEditorPanelRemoved","isEditorPanelOpened","editorStore","toggleEditorPanelOpened","useDispatch","_react","createElement","PanelBody","className","title","__","opened","onToggle","default","Slot","fills","Fragment","PostFeaturedImagePanel","withPanelBody","PostSchedulePanel","PostTemplatePanel","PostURLPanel","PostSyncStatus","PostAuthorPanel","__experimentalHStack","style","marginTop","spacing","wrap","PostSwitchToDraftButton"],"sources":["@wordpress/edit-post/src/components/sidebar/post-status/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport {\n\t__experimentalHStack as HStack,\n\tPanelBody,\n} from '@wordpress/components';\nimport { useDispatch, useSelect } from '@wordpress/data';\nimport {\n\tPostAuthorPanel,\n\tPostSchedulePanel,\n\tPostSwitchToDraftButton,\n\tPostSyncStatus,\n\tPostURLPanel,\n\tPostTemplatePanel,\n\tPostFeaturedImagePanel,\n\tstore as editorStore,\n} from '@wordpress/editor';\n\n/**\n * Internal dependencies\n */\nimport PostVisibility from '../post-visibility';\nimport PostTrash from '../post-trash';\nimport PostSticky from '../post-sticky';\nimport PostSlug from '../post-slug';\nimport PostFormat from '../post-format';\nimport PostPendingStatus from '../post-pending-status';\nimport PluginPostStatusInfo from '../plugin-post-status-info';\n\n/**\n * Module Constants\n */\nconst PANEL_NAME = 'post-status';\n\nexport default function PostStatus() {\n\tconst { isOpened, isRemoved } = useSelect( ( select ) => {\n\t\t// We use isEditorPanelRemoved to hide the panel if it was programatically removed. We do\n\t\t// not use isEditorPanelEnabled since this panel should not be disabled through the UI.\n\t\tconst { isEditorPanelRemoved, isEditorPanelOpened } =\n\t\t\tselect( editorStore );\n\t\treturn {\n\t\t\tisRemoved: isEditorPanelRemoved( PANEL_NAME ),\n\t\t\tisOpened: isEditorPanelOpened( PANEL_NAME ),\n\t\t};\n\t}, [] );\n\tconst { toggleEditorPanelOpened } = useDispatch( editorStore );\n\n\tif ( isRemoved ) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<PanelBody\n\t\t\tclassName=\"edit-post-post-status\"\n\t\t\ttitle={ __( 'Summary' ) }\n\t\t\topened={ isOpened }\n\t\t\tonToggle={ () => toggleEditorPanelOpened( PANEL_NAME ) }\n\t\t>\n\t\t\t<PluginPostStatusInfo.Slot>\n\t\t\t\t{ ( fills ) => (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<PostFeaturedImagePanel withPanelBody={ false } />\n\t\t\t\t\t\t<PostVisibility />\n\t\t\t\t\t\t<PostSchedulePanel />\n\t\t\t\t\t\t<PostTemplatePanel />\n\t\t\t\t\t\t<PostURLPanel />\n\t\t\t\t\t\t<PostSyncStatus />\n\t\t\t\t\t\t<PostSticky />\n\t\t\t\t\t\t<PostPendingStatus />\n\t\t\t\t\t\t<PostFormat />\n\t\t\t\t\t\t<PostSlug />\n\t\t\t\t\t\t<PostAuthorPanel />\n\t\t\t\t\t\t{ fills }\n\t\t\t\t\t\t<HStack\n\t\t\t\t\t\t\tstyle={ {\n\t\t\t\t\t\t\t\tmarginTop: '16px',\n\t\t\t\t\t\t\t} }\n\t\t\t\t\t\t\tspacing={ 4 }\n\t\t\t\t\t\t\twrap\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<PostSwitchToDraftButton />\n\t\t\t\t\t\t\t<PostTrash />\n\t\t\t\t\t\t</HStack>\n\t\t\t\t\t</>\n\t\t\t\t) }\n\t\t\t</PluginPostStatusInfo.Slot>\n\t\t</PanelBody>\n\t);\n}\n"],"mappings":"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"}
|
|
@@ -17,9 +17,7 @@ var _editor = require("@wordpress/editor");
|
|
|
17
17
|
var _settingsHeader = _interopRequireDefault(require("../settings-header"));
|
|
18
18
|
var _postStatus = _interopRequireDefault(require("../post-status"));
|
|
19
19
|
var _metaBoxes = _interopRequireDefault(require("../../meta-boxes"));
|
|
20
|
-
var _pluginDocumentSettingPanel = _interopRequireDefault(require("../plugin-document-setting-panel"));
|
|
21
20
|
var _pluginSidebar = _interopRequireDefault(require("../plugin-sidebar"));
|
|
22
|
-
var _templateSummary = _interopRequireDefault(require("../template-summary"));
|
|
23
21
|
var _store = require("../../../store");
|
|
24
22
|
var _components = require("@wordpress/components");
|
|
25
23
|
var _lockUnlock = require("../../../lock-unlock");
|
|
@@ -31,9 +29,15 @@ var _lockUnlock = require("../../../lock-unlock");
|
|
|
31
29
|
* Internal dependencies
|
|
32
30
|
*/
|
|
33
31
|
|
|
32
|
+
const {
|
|
33
|
+
PostCardPanel
|
|
34
|
+
} = (0, _lockUnlock.unlock)(_editor.privateApis);
|
|
34
35
|
const {
|
|
35
36
|
Tabs
|
|
36
37
|
} = (0, _lockUnlock.unlock)(_components.privateApis);
|
|
38
|
+
const {
|
|
39
|
+
PatternOverridesPanel
|
|
40
|
+
} = (0, _lockUnlock.unlock)(_editor.privateApis);
|
|
37
41
|
const SIDEBAR_ACTIVE_BY_DEFAULT = _element.Platform.select({
|
|
38
42
|
web: true,
|
|
39
43
|
native: false
|
|
@@ -96,9 +100,9 @@ const SidebarContent = ({
|
|
|
96
100
|
}, (0, _react.createElement)(Tabs.TabPanel, {
|
|
97
101
|
tabId: sidebars.document,
|
|
98
102
|
focusable: false
|
|
99
|
-
}, !isEditingTemplate && (0, _react.createElement)(_react.Fragment, null, (0, _react.createElement)(_postStatus.default, null), (0, _react.createElement)(
|
|
103
|
+
}, (0, _react.createElement)(PostCardPanel, null), !isEditingTemplate && (0, _react.createElement)(_react.Fragment, null, (0, _react.createElement)(_postStatus.default, null), (0, _react.createElement)(_editor.PluginDocumentSettingPanel.Slot, null), (0, _react.createElement)(_editor.PostLastRevisionPanel, null), (0, _react.createElement)(_editor.PostTaxonomiesPanel, null), (0, _react.createElement)(_editor.PostExcerptPanel, null), (0, _react.createElement)(_editor.PostDiscussionPanel, null), (0, _react.createElement)(_editor.PageAttributesPanel, null), (0, _react.createElement)(PatternOverridesPanel, null), (0, _react.createElement)(_metaBoxes.default, {
|
|
100
104
|
location: "side"
|
|
101
|
-
}))
|
|
105
|
+
}))), (0, _react.createElement)(Tabs.TabPanel, {
|
|
102
106
|
tabId: sidebars.block,
|
|
103
107
|
focusable: false
|
|
104
108
|
}, (0, _react.createElement)(_blockEditor.BlockInspector, null))));
|