@wordpress/edit-post 7.24.1 → 7.26.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 +8 -0
- package/LICENSE.md +1 -1
- package/build/components/browser-url/index.js +3 -2
- package/build/components/browser-url/index.js.map +1 -1
- package/build/components/header/index.js +35 -33
- package/build/components/header/index.js.map +1 -1
- package/build/components/header/mode-switcher/index.js +1 -1
- package/build/components/header/mode-switcher/index.js.map +1 -1
- package/build/components/header/more-menu/index.js +2 -1
- package/build/components/header/more-menu/index.js.map +1 -1
- package/build/components/header/writing-menu/index.js +22 -18
- package/build/components/header/writing-menu/index.js.map +1 -1
- package/build/components/keyboard-shortcuts/index.js +1 -20
- package/build/components/keyboard-shortcuts/index.js.map +1 -1
- package/build/components/layout/index.js +45 -38
- package/build/components/layout/index.js.map +1 -1
- package/build/components/layout/index.native.js +3 -1
- package/build/components/layout/index.native.js.map +1 -1
- package/build/components/meta-boxes/meta-box-visibility.js +2 -6
- package/build/components/meta-boxes/meta-box-visibility.js.map +1 -1
- package/build/components/preferences-modal/index.js +87 -54
- package/build/components/preferences-modal/index.js.map +1 -1
- package/build/components/preferences-modal/options/enable-feature.js +23 -23
- package/build/components/preferences-modal/options/enable-feature.js.map +1 -1
- package/build/components/preferences-modal/options/enable-panel.js +3 -6
- package/build/components/preferences-modal/options/enable-panel.js.map +1 -1
- package/build/components/sidebar/plugin-document-setting-panel/index.js +3 -3
- package/build/components/sidebar/plugin-document-setting-panel/index.js.map +1 -1
- package/build/components/sidebar/plugin-sidebar/index.js +2 -10
- package/build/components/sidebar/plugin-sidebar/index.js.map +1 -1
- package/build/components/sidebar/post-status/index.js +3 -5
- package/build/components/sidebar/post-status/index.js.map +1 -1
- package/build/components/sidebar/settings-header/index.js +17 -43
- package/build/components/sidebar/settings-header/index.js.map +1 -1
- package/build/components/sidebar/settings-sidebar/index.js +80 -26
- package/build/components/sidebar/settings-sidebar/index.js.map +1 -1
- package/build/components/start-page-options/index.js +3 -3
- package/build/components/start-page-options/index.js.map +1 -1
- package/build/components/visual-editor/index.js +20 -257
- package/build/components/visual-editor/index.js.map +1 -1
- package/build/components/welcome-guide/index.js +6 -3
- package/build/components/welcome-guide/index.js.map +1 -1
- package/build/editor.js +20 -30
- package/build/editor.js.map +1 -1
- package/build/editor.native.js +3 -11
- package/build/editor.native.js.map +1 -1
- package/build/hooks/commands/use-common-commands.js +16 -12
- package/build/hooks/commands/use-common-commands.js.map +1 -1
- package/build/hooks/use-post-history.js +79 -0
- package/build/hooks/use-post-history.js.map +1 -0
- package/build/index.js +24 -20
- package/build/index.js.map +1 -1
- package/build/index.native.js +7 -1
- package/build/index.native.js.map +1 -1
- package/build/plugins/welcome-guide-menu-item/index.js +2 -6
- package/build/plugins/welcome-guide-menu-item/index.js.map +1 -1
- package/build/store/actions.js +94 -112
- package/build/store/actions.js.map +1 -1
- package/build/store/reducer.js +1 -95
- package/build/store/reducer.js.map +1 -1
- package/build/store/selectors.js +86 -48
- package/build/store/selectors.js.map +1 -1
- package/build-module/components/browser-url/index.js +3 -2
- package/build-module/components/browser-url/index.js.map +1 -1
- package/build-module/components/header/index.js +37 -35
- package/build-module/components/header/index.js.map +1 -1
- package/build-module/components/header/mode-switcher/index.js +1 -1
- package/build-module/components/header/mode-switcher/index.js.map +1 -1
- package/build-module/components/header/more-menu/index.js +2 -1
- package/build-module/components/header/more-menu/index.js.map +1 -1
- package/build-module/components/header/writing-menu/index.js +23 -19
- package/build-module/components/header/writing-menu/index.js.map +1 -1
- package/build-module/components/keyboard-shortcuts/index.js +1 -20
- package/build-module/components/keyboard-shortcuts/index.js.map +1 -1
- package/build-module/components/layout/index.js +46 -38
- package/build-module/components/layout/index.js.map +1 -1
- package/build-module/components/layout/index.native.js +4 -2
- package/build-module/components/layout/index.native.js.map +1 -1
- package/build-module/components/meta-boxes/meta-box-visibility.js +2 -6
- package/build-module/components/meta-boxes/meta-box-visibility.js.map +1 -1
- package/build-module/components/preferences-modal/index.js +87 -54
- package/build-module/components/preferences-modal/index.js.map +1 -1
- package/build-module/components/preferences-modal/options/enable-feature.js +22 -23
- package/build-module/components/preferences-modal/options/enable-feature.js.map +1 -1
- package/build-module/components/preferences-modal/options/enable-panel.js +3 -7
- package/build-module/components/preferences-modal/options/enable-panel.js.map +1 -1
- package/build-module/components/sidebar/plugin-document-setting-panel/index.js +3 -3
- package/build-module/components/sidebar/plugin-document-setting-panel/index.js.map +1 -1
- package/build-module/components/sidebar/plugin-sidebar/index.js +2 -10
- package/build-module/components/sidebar/plugin-sidebar/index.js.map +1 -1
- package/build-module/components/sidebar/post-status/index.js +4 -6
- package/build-module/components/sidebar/post-status/index.js.map +1 -1
- package/build-module/components/sidebar/settings-header/index.js +20 -46
- package/build-module/components/sidebar/settings-header/index.js.map +1 -1
- package/build-module/components/sidebar/settings-sidebar/index.js +80 -27
- package/build-module/components/sidebar/settings-sidebar/index.js.map +1 -1
- package/build-module/components/start-page-options/index.js +3 -3
- package/build-module/components/start-page-options/index.js.map +1 -1
- package/build-module/components/visual-editor/index.js +24 -261
- package/build-module/components/visual-editor/index.js.map +1 -1
- package/build-module/components/welcome-guide/index.js +6 -3
- package/build-module/components/welcome-guide/index.js.map +1 -1
- package/build-module/editor.js +20 -30
- package/build-module/editor.js.map +1 -1
- package/build-module/editor.native.js +3 -11
- package/build-module/editor.native.js.map +1 -1
- package/build-module/hooks/commands/use-common-commands.js +16 -12
- package/build-module/hooks/commands/use-common-commands.js.map +1 -1
- package/build-module/hooks/use-post-history.js +73 -0
- package/build-module/hooks/use-post-history.js.map +1 -0
- package/build-module/index.js +19 -12
- package/build-module/index.js.map +1 -1
- package/build-module/index.native.js +7 -1
- package/build-module/index.native.js.map +1 -1
- package/build-module/plugins/welcome-guide-menu-item/index.js +2 -6
- package/build-module/plugins/welcome-guide-menu-item/index.js.map +1 -1
- package/build-module/store/actions.js +86 -105
- package/build-module/store/actions.js.map +1 -1
- package/build-module/store/reducer.js +1 -92
- package/build-module/store/reducer.js.map +1 -1
- package/build-module/store/selectors.js +76 -38
- package/build-module/store/selectors.js.map +1 -1
- package/build-style/style-rtl.css +65 -473
- package/build-style/style.css +65 -473
- package/package.json +32 -32
- package/src/components/browser-url/index.js +4 -2
- package/src/components/header/index.js +45 -46
- package/src/components/header/mode-switcher/index.js +2 -1
- package/src/components/header/more-menu/index.js +1 -0
- package/src/components/header/style.scss +63 -37
- package/src/components/header/writing-menu/index.js +24 -24
- package/src/components/keyboard-shortcut-help-modal/test/index.js +0 -15
- package/src/components/keyboard-shortcuts/index.js +1 -23
- package/src/components/layout/index.js +31 -39
- package/src/components/layout/index.native.js +9 -1
- package/src/components/meta-boxes/meta-box-visibility.js +2 -8
- package/src/components/preferences-modal/index.js +128 -97
- package/src/components/preferences-modal/options/enable-feature.js +26 -21
- package/src/components/preferences-modal/options/enable-panel.js +3 -7
- package/src/components/preferences-modal/test/__snapshots__/meta-boxes-section.js.snap +187 -175
- package/src/components/preferences-modal/test/index.js +1 -52
- package/src/components/sidebar/plugin-document-setting-panel/index.js +3 -3
- package/src/components/sidebar/plugin-sidebar/index.js +1 -9
- package/src/components/sidebar/post-status/index.js +5 -5
- package/src/components/sidebar/settings-header/index.js +19 -71
- package/src/components/sidebar/settings-sidebar/index.js +125 -60
- package/src/components/sidebar/style.scss +4 -12
- package/src/components/start-page-options/index.js +3 -3
- package/src/components/text-editor/style.scss +0 -6
- package/src/components/visual-editor/index.js +26 -359
- package/src/components/visual-editor/style.scss +0 -15
- package/src/components/welcome-guide/index.js +4 -2
- package/src/editor.js +36 -35
- package/src/editor.native.js +2 -23
- package/src/hooks/commands/use-common-commands.js +14 -16
- package/src/hooks/use-post-history.js +73 -0
- package/src/index.js +24 -13
- package/src/index.native.js +8 -1
- package/src/plugins/welcome-guide-menu-item/index.js +3 -6
- package/src/store/actions.js +80 -131
- package/src/store/reducer.js +0 -93
- package/src/store/selectors.js +97 -55
- package/src/store/test/actions.js +10 -131
- package/src/store/test/reducer.js +1 -108
- package/src/store/test/selectors.js +0 -50
- package/src/style.scss +1 -8
- package/src/test/__snapshots__/editor.native.js.snap +21 -0
- package/src/test/editor.native.js +107 -56
- package/build/components/device-preview/index.js +0 -72
- package/build/components/device-preview/index.js.map +0 -1
- package/build/components/header/document-actions/index.js +0 -82
- package/build/components/header/document-actions/index.js.map +0 -1
- package/build/components/header/header-toolbar/index.js +0 -156
- package/build/components/header/header-toolbar/index.js.map +0 -1
- package/build/components/secondary-sidebar/inserter-sidebar.js +0 -73
- package/build/components/secondary-sidebar/inserter-sidebar.js.map +0 -1
- package/build/components/secondary-sidebar/list-view-outline.js +0 -112
- package/build/components/secondary-sidebar/list-view-outline.js.map +0 -1
- package/build/components/secondary-sidebar/list-view-sidebar.js +0 -148
- package/build/components/secondary-sidebar/list-view-sidebar.js.map +0 -1
- package/build/components/sidebar/discussion-panel/index.js +0 -59
- package/build/components/sidebar/discussion-panel/index.js.map +0 -1
- package/build/components/sidebar/featured-image/index.js +0 -70
- package/build/components/sidebar/featured-image/index.js.map +0 -1
- package/build/components/sidebar/last-revision/index.js +0 -21
- package/build/components/sidebar/last-revision/index.js.map +0 -1
- package/build/components/sidebar/page-attributes/index.js +0 -65
- package/build/components/sidebar/page-attributes/index.js.map +0 -1
- package/build/components/sidebar/plugin-post-excerpt/index.js +0 -72
- package/build/components/sidebar/plugin-post-excerpt/index.js.map +0 -1
- package/build/components/sidebar/post-excerpt/index.js +0 -54
- package/build/components/sidebar/post-excerpt/index.js.map +0 -1
- package/build/components/sidebar/post-taxonomies/index.js +0 -30
- package/build/components/sidebar/post-taxonomies/index.js.map +0 -1
- package/build/components/sidebar/post-taxonomies/taxonomy-panel.js +0 -56
- package/build/components/sidebar/post-taxonomies/taxonomy-panel.js.map +0 -1
- package/build/components/sidebar/post-template/create-modal.js +0 -99
- package/build/components/sidebar/post-template/create-modal.js.map +0 -1
- package/build/components/sidebar/post-template/form.js +0 -110
- package/build/components/sidebar/post-template/form.js.map +0 -1
- package/build/components/sidebar/post-template/index.js +0 -106
- package/build/components/sidebar/post-template/index.js.map +0 -1
- package/build/components/view-link/index.js +0 -53
- package/build/components/view-link/index.js.map +0 -1
- package/build-module/components/device-preview/index.js +0 -65
- package/build-module/components/device-preview/index.js.map +0 -1
- package/build-module/components/header/document-actions/index.js +0 -74
- package/build-module/components/header/document-actions/index.js.map +0 -1
- package/build-module/components/header/header-toolbar/index.js +0 -148
- package/build-module/components/header/header-toolbar/index.js.map +0 -1
- package/build-module/components/secondary-sidebar/inserter-sidebar.js +0 -66
- package/build-module/components/secondary-sidebar/inserter-sidebar.js.map +0 -1
- package/build-module/components/secondary-sidebar/list-view-outline.js +0 -105
- package/build-module/components/secondary-sidebar/list-view-outline.js.map +0 -1
- package/build-module/components/secondary-sidebar/list-view-sidebar.js +0 -140
- package/build-module/components/secondary-sidebar/list-view-sidebar.js.map +0 -1
- package/build-module/components/sidebar/discussion-panel/index.js +0 -52
- package/build-module/components/sidebar/discussion-panel/index.js.map +0 -1
- package/build-module/components/sidebar/featured-image/index.js +0 -63
- package/build-module/components/sidebar/featured-image/index.js.map +0 -1
- package/build-module/components/sidebar/last-revision/index.js +0 -13
- package/build-module/components/sidebar/last-revision/index.js.map +0 -1
- package/build-module/components/sidebar/page-attributes/index.js +0 -57
- package/build-module/components/sidebar/page-attributes/index.js.map +0 -1
- package/build-module/components/sidebar/plugin-post-excerpt/index.js +0 -64
- package/build-module/components/sidebar/plugin-post-excerpt/index.js.map +0 -1
- package/build-module/components/sidebar/post-excerpt/index.js +0 -47
- package/build-module/components/sidebar/post-excerpt/index.js.map +0 -1
- package/build-module/components/sidebar/post-taxonomies/index.js +0 -21
- package/build-module/components/sidebar/post-taxonomies/index.js.map +0 -1
- package/build-module/components/sidebar/post-taxonomies/taxonomy-panel.js +0 -48
- package/build-module/components/sidebar/post-taxonomies/taxonomy-panel.js.map +0 -1
- package/build-module/components/sidebar/post-template/create-modal.js +0 -92
- package/build-module/components/sidebar/post-template/create-modal.js.map +0 -1
- package/build-module/components/sidebar/post-template/form.js +0 -102
- package/build-module/components/sidebar/post-template/form.js.map +0 -1
- package/build-module/components/sidebar/post-template/index.js +0 -98
- package/build-module/components/sidebar/post-template/index.js.map +0 -1
- package/build-module/components/view-link/index.js +0 -46
- package/build-module/components/view-link/index.js.map +0 -1
- package/src/components/device-preview/index.js +0 -73
- package/src/components/header/document-actions/index.js +0 -82
- package/src/components/header/document-actions/style.scss +0 -64
- package/src/components/header/header-toolbar/index.js +0 -182
- package/src/components/header/header-toolbar/style.scss +0 -114
- package/src/components/keyboard-shortcut-help-modal/test/__snapshots__/index.js.snap +0 -929
- package/src/components/secondary-sidebar/inserter-sidebar.js +0 -71
- package/src/components/secondary-sidebar/list-view-outline.js +0 -98
- package/src/components/secondary-sidebar/list-view-sidebar.js +0 -170
- package/src/components/secondary-sidebar/style.scss +0 -120
- package/src/components/sidebar/discussion-panel/index.js +0 -62
- package/src/components/sidebar/featured-image/index.js +0 -67
- package/src/components/sidebar/last-revision/index.js +0 -17
- package/src/components/sidebar/last-revision/style.scss +0 -10
- package/src/components/sidebar/page-attributes/index.js +0 -65
- package/src/components/sidebar/plugin-post-excerpt/index.js +0 -61
- package/src/components/sidebar/plugin-post-excerpt/test/index.js +0 -36
- package/src/components/sidebar/post-excerpt/index.js +0 -59
- package/src/components/sidebar/post-taxonomies/index.js +0 -30
- package/src/components/sidebar/post-taxonomies/taxonomy-panel.js +0 -48
- package/src/components/sidebar/post-template/create-modal.js +0 -140
- package/src/components/sidebar/post-template/form.js +0 -141
- package/src/components/sidebar/post-template/index.js +0 -120
- package/src/components/sidebar/post-template/style.scss +0 -22
- package/src/components/sidebar/settings-header/style.scss +0 -74
- package/src/components/sidebar/template/style.scss +0 -35
- package/src/components/view-link/index.js +0 -48
package/build/store/actions.js
CHANGED
|
@@ -4,20 +4,19 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.__experimentalSetPreviewDeviceType =
|
|
8
|
-
exports.
|
|
7
|
+
exports.__experimentalSetPreviewDeviceType = void 0;
|
|
8
|
+
exports.__unstableCreateTemplate = __unstableCreateTemplate;
|
|
9
|
+
exports.closeModal = exports.closeGeneralSidebar = exports.__unstableSwitchToTemplateMode = void 0;
|
|
9
10
|
exports.closePublishSidebar = closePublishSidebar;
|
|
10
11
|
exports.initializeMetaBoxes = exports.hideBlockTypes = void 0;
|
|
11
12
|
exports.metaBoxUpdatesFailure = metaBoxUpdatesFailure;
|
|
12
13
|
exports.metaBoxUpdatesSuccess = metaBoxUpdatesSuccess;
|
|
13
14
|
exports.openModal = exports.openGeneralSidebar = void 0;
|
|
14
15
|
exports.openPublishSidebar = openPublishSidebar;
|
|
15
|
-
exports.removeEditorPanel =
|
|
16
|
-
exports.requestMetaBoxUpdates = void 0;
|
|
16
|
+
exports.requestMetaBoxUpdates = exports.removeEditorPanel = void 0;
|
|
17
17
|
exports.setAvailableMetaBoxesPerLocation = setAvailableMetaBoxesPerLocation;
|
|
18
18
|
exports.setIsEditingTemplate = setIsEditingTemplate;
|
|
19
|
-
exports.setIsInserterOpened =
|
|
20
|
-
exports.togglePinnedPluginItem = exports.toggleFeature = exports.toggleEditorPanelOpened = exports.toggleEditorPanelEnabled = exports.toggleDistractionFree = exports.switchEditorMode = exports.showBlockTypes = exports.setIsListViewOpened = void 0;
|
|
19
|
+
exports.togglePinnedPluginItem = exports.toggleFeature = exports.toggleEditorPanelOpened = exports.toggleEditorPanelEnabled = exports.toggleDistractionFree = exports.switchEditorMode = exports.showBlockTypes = exports.setIsListViewOpened = exports.setIsInserterOpened = void 0;
|
|
21
20
|
exports.togglePublishSidebar = togglePublishSidebar;
|
|
22
21
|
exports.updatePreferredStyleVariations = void 0;
|
|
23
22
|
var _i18n = require("@wordpress/i18n");
|
|
@@ -26,7 +25,6 @@ var _interface = require("@wordpress/interface");
|
|
|
26
25
|
var _preferences = require("@wordpress/preferences");
|
|
27
26
|
var _a11y = require("@wordpress/a11y");
|
|
28
27
|
var _notices = require("@wordpress/notices");
|
|
29
|
-
var _coreData = require("@wordpress/core-data");
|
|
30
28
|
var _blockEditor = require("@wordpress/block-editor");
|
|
31
29
|
var _editor = require("@wordpress/editor");
|
|
32
30
|
var _deprecated = _interopRequireDefault(require("@wordpress/deprecated"));
|
|
@@ -50,7 +48,7 @@ const openGeneralSidebar = name => ({
|
|
|
50
48
|
dispatch,
|
|
51
49
|
registry
|
|
52
50
|
}) => {
|
|
53
|
-
const isDistractionFree = registry.select(_preferences.store).get('core
|
|
51
|
+
const isDistractionFree = registry.select(_preferences.store).get('core', 'distractionFree');
|
|
54
52
|
if (isDistractionFree) {
|
|
55
53
|
dispatch.toggleDistractionFree();
|
|
56
54
|
}
|
|
@@ -143,6 +141,8 @@ function togglePublishSidebar() {
|
|
|
143
141
|
/**
|
|
144
142
|
* Returns an action object used to enable or disable a panel in the editor.
|
|
145
143
|
*
|
|
144
|
+
* @deprecated
|
|
145
|
+
*
|
|
146
146
|
* @param {string} panelName A string that identifies the panel to enable or disable.
|
|
147
147
|
*
|
|
148
148
|
* @return {Object} Action object.
|
|
@@ -150,65 +150,57 @@ function togglePublishSidebar() {
|
|
|
150
150
|
const toggleEditorPanelEnabled = panelName => ({
|
|
151
151
|
registry
|
|
152
152
|
}) => {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
// make it inactive.
|
|
159
|
-
let updatedInactivePanels;
|
|
160
|
-
if (isPanelInactive) {
|
|
161
|
-
updatedInactivePanels = inactivePanels.filter(invactivePanelName => invactivePanelName !== panelName);
|
|
162
|
-
} else {
|
|
163
|
-
updatedInactivePanels = [...inactivePanels, panelName];
|
|
164
|
-
}
|
|
165
|
-
registry.dispatch(_preferences.store).set('core/edit-post', 'inactivePanels', updatedInactivePanels);
|
|
153
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).toggleEditorPanelEnabled", {
|
|
154
|
+
since: '6.5',
|
|
155
|
+
alternative: "dispatch( 'core/editor').toggleEditorPanelEnabled"
|
|
156
|
+
});
|
|
157
|
+
registry.dispatch(_editor.store).toggleEditorPanelEnabled(panelName);
|
|
166
158
|
};
|
|
167
159
|
|
|
168
160
|
/**
|
|
169
161
|
* Opens a closed panel and closes an open panel.
|
|
170
162
|
*
|
|
163
|
+
* @deprecated
|
|
164
|
+
*
|
|
171
165
|
* @param {string} panelName A string that identifies the panel to open or close.
|
|
172
166
|
*/
|
|
173
167
|
exports.toggleEditorPanelEnabled = toggleEditorPanelEnabled;
|
|
174
168
|
const toggleEditorPanelOpened = panelName => ({
|
|
175
169
|
registry
|
|
176
170
|
}) => {
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
// make it open.
|
|
183
|
-
let updatedOpenPanels;
|
|
184
|
-
if (isPanelOpen) {
|
|
185
|
-
updatedOpenPanels = openPanels.filter(openPanelName => openPanelName !== panelName);
|
|
186
|
-
} else {
|
|
187
|
-
updatedOpenPanels = [...openPanels, panelName];
|
|
188
|
-
}
|
|
189
|
-
registry.dispatch(_preferences.store).set('core/edit-post', 'openPanels', updatedOpenPanels);
|
|
171
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).toggleEditorPanelOpened", {
|
|
172
|
+
since: '6.5',
|
|
173
|
+
alternative: "dispatch( 'core/editor').toggleEditorPanelOpened"
|
|
174
|
+
});
|
|
175
|
+
registry.dispatch(_editor.store).toggleEditorPanelOpened(panelName);
|
|
190
176
|
};
|
|
191
177
|
|
|
192
178
|
/**
|
|
193
179
|
* Returns an action object used to remove a panel from the editor.
|
|
194
180
|
*
|
|
181
|
+
* @deprecated
|
|
182
|
+
*
|
|
195
183
|
* @param {string} panelName A string that identifies the panel to remove.
|
|
196
184
|
*
|
|
197
185
|
* @return {Object} Action object.
|
|
198
186
|
*/
|
|
199
187
|
exports.toggleEditorPanelOpened = toggleEditorPanelOpened;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
188
|
+
const removeEditorPanel = panelName => ({
|
|
189
|
+
registry
|
|
190
|
+
}) => {
|
|
191
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).removeEditorPanel", {
|
|
192
|
+
since: '6.5',
|
|
193
|
+
alternative: "dispatch( 'core/editor').removeEditorPanel"
|
|
194
|
+
});
|
|
195
|
+
registry.dispatch(_editor.store).removeEditorPanel(panelName);
|
|
196
|
+
};
|
|
206
197
|
|
|
207
198
|
/**
|
|
208
199
|
* Triggers an action used to toggle a feature flag.
|
|
209
200
|
*
|
|
210
201
|
* @param {string} feature Feature name.
|
|
211
202
|
*/
|
|
203
|
+
exports.removeEditorPanel = removeEditorPanel;
|
|
212
204
|
const toggleFeature = feature => ({
|
|
213
205
|
registry
|
|
214
206
|
}) => registry.dispatch(_preferences.store).toggle('core/edit-post', feature);
|
|
@@ -229,7 +221,7 @@ const switchEditorMode = mode => ({
|
|
|
229
221
|
if (mode !== 'visual') {
|
|
230
222
|
registry.dispatch(_blockEditor.store).clearSelectedBlock();
|
|
231
223
|
}
|
|
232
|
-
if (mode === 'text' && registry.select(_preferences.store).get('core
|
|
224
|
+
if (mode === 'text' && registry.select(_preferences.store).get('core', 'distractionFree')) {
|
|
233
225
|
dispatch.toggleDistractionFree();
|
|
234
226
|
}
|
|
235
227
|
const message = mode === 'visual' ? (0, _i18n.__)('Visual editor selected') : (0, _i18n.__)('Code editor selected');
|
|
@@ -259,11 +251,11 @@ exports.togglePinnedPluginItem = togglePinnedPluginItem;
|
|
|
259
251
|
const updatePreferredStyleVariations = (blockName, blockStyle) => ({
|
|
260
252
|
registry
|
|
261
253
|
}) => {
|
|
262
|
-
var _registry$select$
|
|
254
|
+
var _registry$select$get;
|
|
263
255
|
if (!blockName) {
|
|
264
256
|
return;
|
|
265
257
|
}
|
|
266
|
-
const existingVariations = (_registry$select$
|
|
258
|
+
const existingVariations = (_registry$select$get = registry.select(_preferences.store).get('core/edit-post', 'preferredStyleVariations')) !== null && _registry$select$get !== void 0 ? _registry$select$get : {};
|
|
267
259
|
|
|
268
260
|
// When the blockStyle is omitted, remove the block's preferred variation.
|
|
269
261
|
if (!blockStyle) {
|
|
@@ -290,8 +282,8 @@ exports.updatePreferredStyleVariations = updatePreferredStyleVariations;
|
|
|
290
282
|
const showBlockTypes = blockNames => ({
|
|
291
283
|
registry
|
|
292
284
|
}) => {
|
|
293
|
-
var _registry$select$
|
|
294
|
-
const existingBlockNames = (_registry$select$
|
|
285
|
+
var _registry$select$get2;
|
|
286
|
+
const existingBlockNames = (_registry$select$get2 = registry.select(_preferences.store).get('core/edit-post', 'hiddenBlockTypes')) !== null && _registry$select$get2 !== void 0 ? _registry$select$get2 : [];
|
|
295
287
|
const newBlockNames = existingBlockNames.filter(type => !(Array.isArray(blockNames) ? blockNames : [blockNames]).includes(type));
|
|
296
288
|
registry.dispatch(_preferences.store).set('core/edit-post', 'hiddenBlockTypes', newBlockNames);
|
|
297
289
|
};
|
|
@@ -305,8 +297,8 @@ exports.showBlockTypes = showBlockTypes;
|
|
|
305
297
|
const hideBlockTypes = blockNames => ({
|
|
306
298
|
registry
|
|
307
299
|
}) => {
|
|
308
|
-
var _registry$select$
|
|
309
|
-
const existingBlockNames = (_registry$select$
|
|
300
|
+
var _registry$select$get3;
|
|
301
|
+
const existingBlockNames = (_registry$select$get3 = registry.select(_preferences.store).get('core/edit-post', 'hiddenBlockTypes')) !== null && _registry$select$get3 !== void 0 ? _registry$select$get3 : [];
|
|
310
302
|
const mergedBlockNames = new Set([...existingBlockNames, ...(Array.isArray(blockNames) ? blockNames : [blockNames])]);
|
|
311
303
|
registry.dispatch(_preferences.store).set('core/edit-post', 'hiddenBlockTypes', [...mergedBlockNames]);
|
|
312
304
|
};
|
|
@@ -397,108 +389,98 @@ function metaBoxUpdatesFailure() {
|
|
|
397
389
|
}
|
|
398
390
|
|
|
399
391
|
/**
|
|
400
|
-
*
|
|
392
|
+
* Action that changes the width of the editing canvas.
|
|
401
393
|
*
|
|
402
|
-
* @
|
|
394
|
+
* @deprecated
|
|
403
395
|
*
|
|
404
|
-
* @
|
|
396
|
+
* @param {string} deviceType
|
|
405
397
|
*/
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
398
|
+
const __experimentalSetPreviewDeviceType = deviceType => ({
|
|
399
|
+
registry
|
|
400
|
+
}) => {
|
|
401
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).__experimentalSetPreviewDeviceType", {
|
|
402
|
+
since: '6.5',
|
|
403
|
+
version: '6.7',
|
|
404
|
+
hint: 'registry.dispatch( editorStore ).setDeviceType'
|
|
405
|
+
});
|
|
406
|
+
registry.dispatch(_editor.store).setDeviceType(deviceType);
|
|
407
|
+
};
|
|
412
408
|
|
|
413
409
|
/**
|
|
414
410
|
* Returns an action object used to open/close the inserter.
|
|
415
411
|
*
|
|
416
|
-
* @
|
|
417
|
-
* opened (true) or closed (false).
|
|
418
|
-
* To specify an insertion point,
|
|
419
|
-
* use an object.
|
|
420
|
-
* @param {string} value.rootClientId The root client ID to insert at.
|
|
421
|
-
* @param {number} value.insertionIndex The index to insert at.
|
|
412
|
+
* @deprecated
|
|
422
413
|
*
|
|
423
|
-
* @
|
|
414
|
+
* @param {boolean|Object} value Whether the inserter should be opened (true) or closed (false).
|
|
424
415
|
*/
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
416
|
+
exports.__experimentalSetPreviewDeviceType = __experimentalSetPreviewDeviceType;
|
|
417
|
+
const setIsInserterOpened = value => ({
|
|
418
|
+
registry
|
|
419
|
+
}) => {
|
|
420
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).setIsInserterOpened", {
|
|
421
|
+
since: '6.5',
|
|
422
|
+
alternative: "dispatch( 'core/editor').setIsInserterOpened"
|
|
423
|
+
});
|
|
424
|
+
registry.dispatch(_editor.store).setIsInserterOpened(value);
|
|
425
|
+
};
|
|
431
426
|
|
|
432
427
|
/**
|
|
433
428
|
* Returns an action object used to open/close the list view.
|
|
434
429
|
*
|
|
430
|
+
* @deprecated
|
|
431
|
+
*
|
|
435
432
|
* @param {boolean} isOpen A boolean representing whether the list view should be opened or closed.
|
|
436
|
-
* @return {Object} Action object.
|
|
437
433
|
*/
|
|
434
|
+
exports.setIsInserterOpened = setIsInserterOpened;
|
|
438
435
|
const setIsListViewOpened = isOpen => ({
|
|
439
|
-
dispatch,
|
|
440
436
|
registry
|
|
441
437
|
}) => {
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
dispatch
|
|
445
|
-
}
|
|
446
|
-
dispatch({
|
|
447
|
-
type: 'SET_IS_LIST_VIEW_OPENED',
|
|
448
|
-
isOpen
|
|
438
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).setIsListViewOpened", {
|
|
439
|
+
since: '6.5',
|
|
440
|
+
alternative: "dispatch( 'core/editor').setIsListViewOpened"
|
|
449
441
|
});
|
|
442
|
+
registry.dispatch(_editor.store).setIsListViewOpened(isOpen);
|
|
450
443
|
};
|
|
451
444
|
|
|
452
445
|
/**
|
|
453
446
|
* Returns an action object used to switch to template editing.
|
|
454
447
|
*
|
|
455
|
-
* @
|
|
456
|
-
* @return {Object} Action object.
|
|
448
|
+
* @deprecated
|
|
457
449
|
*/
|
|
458
450
|
exports.setIsListViewOpened = setIsListViewOpened;
|
|
459
|
-
function setIsEditingTemplate(
|
|
451
|
+
function setIsEditingTemplate() {
|
|
452
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).setIsEditingTemplate", {
|
|
453
|
+
since: '6.5',
|
|
454
|
+
alternative: "dispatch( 'core/editor').setRenderingMode"
|
|
455
|
+
});
|
|
460
456
|
return {
|
|
461
|
-
type: '
|
|
462
|
-
value
|
|
457
|
+
type: 'NOTHING'
|
|
463
458
|
};
|
|
464
459
|
}
|
|
465
460
|
|
|
466
461
|
/**
|
|
467
462
|
* Switches to the template mode.
|
|
468
|
-
*
|
|
469
|
-
* @param {boolean} newTemplate Is new template.
|
|
470
463
|
*/
|
|
471
|
-
const __unstableSwitchToTemplateMode = (
|
|
472
|
-
registry
|
|
473
|
-
select,
|
|
474
|
-
dispatch
|
|
464
|
+
const __unstableSwitchToTemplateMode = () => ({
|
|
465
|
+
registry
|
|
475
466
|
}) => {
|
|
476
|
-
dispatch(
|
|
477
|
-
const isWelcomeGuideActive = select.isFeatureActive('welcomeGuideTemplate');
|
|
478
|
-
if (!isWelcomeGuideActive) {
|
|
479
|
-
const message = newTemplate ? (0, _i18n.__)("Custom template created. You're in template mode now.") : (0, _i18n.__)('Editing template. Changes made here affect all posts and pages that use the template.');
|
|
480
|
-
registry.dispatch(_notices.store).createSuccessNotice(message, {
|
|
481
|
-
type: 'snackbar'
|
|
482
|
-
});
|
|
483
|
-
}
|
|
467
|
+
registry.dispatch(_editor.store).setRenderingMode('template-only');
|
|
484
468
|
};
|
|
485
469
|
|
|
486
470
|
/**
|
|
487
471
|
* Create a block based template.
|
|
488
472
|
*
|
|
489
|
-
* @
|
|
473
|
+
* @deprecated
|
|
490
474
|
*/
|
|
491
475
|
exports.__unstableSwitchToTemplateMode = __unstableSwitchToTemplateMode;
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
const savedTemplate = await registry.dispatch(_coreData.store).saveEntityRecord('postType', 'wp_template', template);
|
|
496
|
-
const post = registry.select(_editor.store).getCurrentPost();
|
|
497
|
-
registry.dispatch(_coreData.store).editEntityRecord('postType', post.type, post.id, {
|
|
498
|
-
template: savedTemplate.slug
|
|
476
|
+
function __unstableCreateTemplate() {
|
|
477
|
+
(0, _deprecated.default)("dispatch( 'core/edit-post' ).__unstableCreateTemplate", {
|
|
478
|
+
since: '6.5'
|
|
499
479
|
});
|
|
500
|
-
|
|
501
|
-
|
|
480
|
+
return {
|
|
481
|
+
type: 'NOTHING'
|
|
482
|
+
};
|
|
483
|
+
}
|
|
502
484
|
let metaBoxesInitialized = false;
|
|
503
485
|
|
|
504
486
|
/**
|
|
@@ -548,17 +530,17 @@ const toggleDistractionFree = () => ({
|
|
|
548
530
|
dispatch,
|
|
549
531
|
registry
|
|
550
532
|
}) => {
|
|
551
|
-
const isDistractionFree = registry.select(_preferences.store).get('core
|
|
533
|
+
const isDistractionFree = registry.select(_preferences.store).get('core', 'distractionFree');
|
|
552
534
|
if (!isDistractionFree) {
|
|
553
535
|
registry.batch(() => {
|
|
554
|
-
registry.dispatch(_preferences.store).set('core
|
|
555
|
-
dispatch.setIsInserterOpened(false);
|
|
556
|
-
dispatch.setIsListViewOpened(false);
|
|
536
|
+
registry.dispatch(_preferences.store).set('core', 'fixedToolbar', true);
|
|
537
|
+
registry.dispatch(_editor.store).setIsInserterOpened(false);
|
|
538
|
+
registry.dispatch(_editor.store).setIsListViewOpened(false);
|
|
557
539
|
dispatch.closeGeneralSidebar();
|
|
558
540
|
});
|
|
559
541
|
}
|
|
560
542
|
registry.batch(() => {
|
|
561
|
-
registry.dispatch(_preferences.store).set('core
|
|
543
|
+
registry.dispatch(_preferences.store).set('core', 'distractionFree', !isDistractionFree);
|
|
562
544
|
registry.dispatch(_notices.store).createInfoNotice(isDistractionFree ? (0, _i18n.__)('Distraction free off.') : (0, _i18n.__)('Distraction free on.'), {
|
|
563
545
|
id: 'core/edit-post/distraction-free-mode/notice',
|
|
564
546
|
type: 'snackbar'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_i18n","require","_apiFetch","_interopRequireDefault","_interface","_preferences","_a11y","_notices","_coreData","_blockEditor","_editor","_deprecated","_hooks","_metaBoxes","_","openGeneralSidebar","name","dispatch","registry","isDistractionFree","select","preferencesStore","get","toggleDistractionFree","interfaceStore","enableComplementaryArea","editPostStore","exports","closeGeneralSidebar","disableComplementaryArea","openModal","deprecated","since","alternative","closeModal","openPublishSidebar","type","closePublishSidebar","togglePublishSidebar","toggleEditorPanelEnabled","panelName","_registry$select$get","inactivePanels","isPanelInactive","includes","updatedInactivePanels","filter","invactivePanelName","set","toggleEditorPanelOpened","_registry$select$get2","openPanels","isPanelOpen","updatedOpenPanels","openPanelName","removeEditorPanel","toggleFeature","feature","toggle","switchEditorMode","mode","blockEditorStore","clearSelectedBlock","message","__","speak","togglePinnedPluginItem","pluginName","isPinned","isItemPinned","updatePreferredStyleVariations","blockName","blockStyle","_registry$select$get3","existingVariations","updatedVariations","showBlockTypes","blockNames","_registry$select$get4","existingBlockNames","newBlockNames","Array","isArray","hideBlockTypes","_registry$select$get5","mergedBlockNames","Set","setAvailableMetaBoxesPerLocation","metaBoxesPerLocation","requestMetaBoxUpdates","window","tinyMCE","triggerSave","post","editorStore","getCurrentPost","additionalData","comment_status","ping_status","sticky","author","Boolean","baseFormData","FormData","document","querySelector","activeMetaBoxLocations","getActiveMetaBoxLocations","formDataToMerge","map","location","getMetaBoxContainer","formData","reduce","memo","currentFormData","key","value","append","forEach","apiFetch","url","_wpMetaBoxUrl","method","body","parse","metaBoxUpdatesSuccess","metaBoxUpdatesFailure","__experimentalSetPreviewDeviceType","deviceType","setIsInserterOpened","setIsListViewOpened","isOpen","setIsEditingTemplate","__unstableSwitchToTemplateMode","newTemplate","isWelcomeGuideActive","isFeatureActive","noticesStore","createSuccessNotice","__unstableCreateTemplate","template","savedTemplate","coreStore","saveEntityRecord","editEntityRecord","id","slug","metaBoxesInitialized","initializeMetaBoxes","isEditorReady","__unstableIsEditorReady","postType","getCurrentPostType","postboxes","page","add_postbox_toggles","addFilter","previous","options","then","isAutosave","hasMetaBoxes","batch","createInfoNotice"],"sources":["@wordpress/edit-post/src/store/actions.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport apiFetch from '@wordpress/api-fetch';\nimport { store as interfaceStore } from '@wordpress/interface';\nimport { store as preferencesStore } from '@wordpress/preferences';\nimport { speak } from '@wordpress/a11y';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { store as blockEditorStore } from '@wordpress/block-editor';\nimport { store as editorStore } from '@wordpress/editor';\nimport deprecated from '@wordpress/deprecated';\nimport { addFilter } from '@wordpress/hooks';\n\n/**\n * Internal dependencies\n */\nimport { getMetaBoxContainer } from '../utils/meta-boxes';\nimport { store as editPostStore } from '.';\n\n/**\n * Returns an action object used in signalling that the user opened an editor sidebar.\n *\n * @param {?string} name Sidebar name to be opened.\n */\nexport const openGeneralSidebar =\n\t( name ) =>\n\t( { dispatch, registry } ) => {\n\t\tconst isDistractionFree = registry\n\t\t\t.select( preferencesStore )\n\t\t\t.get( 'core/edit-post', 'distractionFree' );\n\t\tif ( isDistractionFree ) {\n\t\t\tdispatch.toggleDistractionFree();\n\t\t}\n\t\tregistry\n\t\t\t.dispatch( interfaceStore )\n\t\t\t.enableComplementaryArea( editPostStore.name, name );\n\t};\n\n/**\n * Returns an action object signalling that the user closed the sidebar.\n */\nexport const closeGeneralSidebar =\n\t() =>\n\t( { registry } ) =>\n\t\tregistry\n\t\t\t.dispatch( interfaceStore )\n\t\t\t.disableComplementaryArea( editPostStore.name );\n\n/**\n * Returns an action object used in signalling that the user opened a modal.\n *\n * @deprecated since WP 6.3 use `core/interface` store's action with the same name instead.\n *\n *\n * @param {string} name A string that uniquely identifies the modal.\n *\n * @return {Object} Action object.\n */\nexport const openModal =\n\t( name ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"select( 'core/edit-post' ).openModal( name )\", {\n\t\t\tsince: '6.3',\n\t\t\talternative: \"select( 'core/interface').openModal( name )\",\n\t\t} );\n\t\treturn registry.dispatch( interfaceStore ).openModal( name );\n\t};\n\n/**\n * Returns an action object signalling that the user closed a modal.\n *\n * @deprecated since WP 6.3 use `core/interface` store's action with the same name instead.\n *\n * @return {Object} Action object.\n */\nexport const closeModal =\n\t() =>\n\t( { registry } ) => {\n\t\tdeprecated( \"select( 'core/edit-post' ).closeModal()\", {\n\t\t\tsince: '6.3',\n\t\t\talternative: \"select( 'core/interface').closeModal()\",\n\t\t} );\n\t\treturn registry.dispatch( interfaceStore ).closeModal();\n\t};\n\n/**\n * Returns an action object used in signalling that the user opened the publish\n * sidebar.\n *\n * @return {Object} Action object\n */\nexport function openPublishSidebar() {\n\treturn {\n\t\ttype: 'OPEN_PUBLISH_SIDEBAR',\n\t};\n}\n\n/**\n * Returns an action object used in signalling that the user closed the\n * publish sidebar.\n *\n * @return {Object} Action object.\n */\nexport function closePublishSidebar() {\n\treturn {\n\t\ttype: 'CLOSE_PUBLISH_SIDEBAR',\n\t};\n}\n\n/**\n * Returns an action object used in signalling that the user toggles the publish sidebar.\n *\n * @return {Object} Action object\n */\nexport function togglePublishSidebar() {\n\treturn {\n\t\ttype: 'TOGGLE_PUBLISH_SIDEBAR',\n\t};\n}\n\n/**\n * Returns an action object used to enable or disable a panel in the editor.\n *\n * @param {string} panelName A string that identifies the panel to enable or disable.\n *\n * @return {Object} Action object.\n */\nexport const toggleEditorPanelEnabled =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tconst inactivePanels =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'inactivePanels' ) ?? [];\n\n\t\tconst isPanelInactive = !! inactivePanels?.includes( panelName );\n\n\t\t// If the panel is inactive, remove it to enable it, else add it to\n\t\t// make it inactive.\n\t\tlet updatedInactivePanels;\n\t\tif ( isPanelInactive ) {\n\t\t\tupdatedInactivePanels = inactivePanels.filter(\n\t\t\t\t( invactivePanelName ) => invactivePanelName !== panelName\n\t\t\t);\n\t\t} else {\n\t\t\tupdatedInactivePanels = [ ...inactivePanels, panelName ];\n\t\t}\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'inactivePanels', updatedInactivePanels );\n\t};\n\n/**\n * Opens a closed panel and closes an open panel.\n *\n * @param {string} panelName A string that identifies the panel to open or close.\n */\nexport const toggleEditorPanelOpened =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tconst openPanels =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'openPanels' ) ?? [];\n\n\t\tconst isPanelOpen = !! openPanels?.includes( panelName );\n\n\t\t// If the panel is open, remove it to close it, else add it to\n\t\t// make it open.\n\t\tlet updatedOpenPanels;\n\t\tif ( isPanelOpen ) {\n\t\t\tupdatedOpenPanels = openPanels.filter(\n\t\t\t\t( openPanelName ) => openPanelName !== panelName\n\t\t\t);\n\t\t} else {\n\t\t\tupdatedOpenPanels = [ ...openPanels, panelName ];\n\t\t}\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'openPanels', updatedOpenPanels );\n\t};\n\n/**\n * Returns an action object used to remove a panel from the editor.\n *\n * @param {string} panelName A string that identifies the panel to remove.\n *\n * @return {Object} Action object.\n */\nexport function removeEditorPanel( panelName ) {\n\treturn {\n\t\ttype: 'REMOVE_PANEL',\n\t\tpanelName,\n\t};\n}\n\n/**\n * Triggers an action used to toggle a feature flag.\n *\n * @param {string} feature Feature name.\n */\nexport const toggleFeature =\n\t( feature ) =>\n\t( { registry } ) =>\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.toggle( 'core/edit-post', feature );\n\n/**\n * Triggers an action used to switch editor mode.\n *\n * @param {string} mode The editor mode.\n */\nexport const switchEditorMode =\n\t( mode ) =>\n\t( { dispatch, registry } ) => {\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'editorMode', mode );\n\n\t\t// Unselect blocks when we switch to the code editor.\n\t\tif ( mode !== 'visual' ) {\n\t\t\tregistry.dispatch( blockEditorStore ).clearSelectedBlock();\n\t\t}\n\n\t\tif (\n\t\t\tmode === 'text' &&\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'distractionFree' )\n\t\t) {\n\t\t\tdispatch.toggleDistractionFree();\n\t\t}\n\n\t\tconst message =\n\t\t\tmode === 'visual'\n\t\t\t\t? __( 'Visual editor selected' )\n\t\t\t\t: __( 'Code editor selected' );\n\t\tspeak( message, 'assertive' );\n\t};\n\n/**\n * Triggers an action object used to toggle a plugin name flag.\n *\n * @param {string} pluginName Plugin name.\n */\nexport const togglePinnedPluginItem =\n\t( pluginName ) =>\n\t( { registry } ) => {\n\t\tconst isPinned = registry\n\t\t\t.select( interfaceStore )\n\t\t\t.isItemPinned( 'core/edit-post', pluginName );\n\n\t\tregistry\n\t\t\t.dispatch( interfaceStore )\n\t\t\t[ isPinned ? 'unpinItem' : 'pinItem' ](\n\t\t\t\t'core/edit-post',\n\t\t\t\tpluginName\n\t\t\t);\n\t};\n\n/**\n * Returns an action object used in signaling that a style should be auto-applied when a block is created.\n *\n * @param {string} blockName Name of the block.\n * @param {?string} blockStyle Name of the style that should be auto applied. If undefined, the \"auto apply\" setting of the block is removed.\n */\nexport const updatePreferredStyleVariations =\n\t( blockName, blockStyle ) =>\n\t( { registry } ) => {\n\t\tif ( ! blockName ) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst existingVariations =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'preferredStyleVariations' ) ?? {};\n\n\t\t// When the blockStyle is omitted, remove the block's preferred variation.\n\t\tif ( ! blockStyle ) {\n\t\t\tconst updatedVariations = {\n\t\t\t\t...existingVariations,\n\t\t\t};\n\n\t\t\tdelete updatedVariations[ blockName ];\n\n\t\t\tregistry\n\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t.set(\n\t\t\t\t\t'core/edit-post',\n\t\t\t\t\t'preferredStyleVariations',\n\t\t\t\t\tupdatedVariations\n\t\t\t\t);\n\t\t} else {\n\t\t\t// Else add the variation.\n\t\t\tregistry\n\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t.set( 'core/edit-post', 'preferredStyleVariations', {\n\t\t\t\t\t...existingVariations,\n\t\t\t\t\t[ blockName ]: blockStyle,\n\t\t\t\t} );\n\t\t}\n\t};\n\n/**\n * Update the provided block types to be visible.\n *\n * @param {string[]} blockNames Names of block types to show.\n */\nexport const showBlockTypes =\n\t( blockNames ) =>\n\t( { registry } ) => {\n\t\tconst existingBlockNames =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'hiddenBlockTypes' ) ?? [];\n\n\t\tconst newBlockNames = existingBlockNames.filter(\n\t\t\t( type ) =>\n\t\t\t\t! (\n\t\t\t\t\tArray.isArray( blockNames ) ? blockNames : [ blockNames ]\n\t\t\t\t).includes( type )\n\t\t);\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'hiddenBlockTypes', newBlockNames );\n\t};\n\n/**\n * Update the provided block types to be hidden.\n *\n * @param {string[]} blockNames Names of block types to hide.\n */\nexport const hideBlockTypes =\n\t( blockNames ) =>\n\t( { registry } ) => {\n\t\tconst existingBlockNames =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'hiddenBlockTypes' ) ?? [];\n\n\t\tconst mergedBlockNames = new Set( [\n\t\t\t...existingBlockNames,\n\t\t\t...( Array.isArray( blockNames ) ? blockNames : [ blockNames ] ),\n\t\t] );\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'hiddenBlockTypes', [\n\t\t\t\t...mergedBlockNames,\n\t\t\t] );\n\t};\n\n/**\n * Stores info about which Meta boxes are available in which location.\n *\n * @param {Object} metaBoxesPerLocation Meta boxes per location.\n */\nexport function setAvailableMetaBoxesPerLocation( metaBoxesPerLocation ) {\n\treturn {\n\t\ttype: 'SET_META_BOXES_PER_LOCATIONS',\n\t\tmetaBoxesPerLocation,\n\t};\n}\n\n/**\n * Update a metabox.\n */\nexport const requestMetaBoxUpdates =\n\t() =>\n\tasync ( { registry, select, dispatch } ) => {\n\t\tdispatch( {\n\t\t\ttype: 'REQUEST_META_BOX_UPDATES',\n\t\t} );\n\n\t\t// Saves the wp_editor fields.\n\t\tif ( window.tinyMCE ) {\n\t\t\twindow.tinyMCE.triggerSave();\n\t\t}\n\n\t\t// Additional data needed for backward compatibility.\n\t\t// If we do not provide this data, the post will be overridden with the default values.\n\t\tconst post = registry.select( editorStore ).getCurrentPost();\n\t\tconst additionalData = [\n\t\t\tpost.comment_status\n\t\t\t\t? [ 'comment_status', post.comment_status ]\n\t\t\t\t: false,\n\t\t\tpost.ping_status ? [ 'ping_status', post.ping_status ] : false,\n\t\t\tpost.sticky ? [ 'sticky', post.sticky ] : false,\n\t\t\tpost.author ? [ 'post_author', post.author ] : false,\n\t\t].filter( Boolean );\n\n\t\t// We gather all the metaboxes locations data and the base form data.\n\t\tconst baseFormData = new window.FormData(\n\t\t\tdocument.querySelector( '.metabox-base-form' )\n\t\t);\n\t\tconst activeMetaBoxLocations = select.getActiveMetaBoxLocations();\n\t\tconst formDataToMerge = [\n\t\t\tbaseFormData,\n\t\t\t...activeMetaBoxLocations.map(\n\t\t\t\t( location ) =>\n\t\t\t\t\tnew window.FormData( getMetaBoxContainer( location ) )\n\t\t\t),\n\t\t];\n\n\t\t// Merge all form data objects into a single one.\n\t\tconst formData = formDataToMerge.reduce( ( memo, currentFormData ) => {\n\t\t\tfor ( const [ key, value ] of currentFormData ) {\n\t\t\t\tmemo.append( key, value );\n\t\t\t}\n\t\t\treturn memo;\n\t\t}, new window.FormData() );\n\t\tadditionalData.forEach( ( [ key, value ] ) =>\n\t\t\tformData.append( key, value )\n\t\t);\n\n\t\ttry {\n\t\t\t// Save the metaboxes.\n\t\t\tawait apiFetch( {\n\t\t\t\turl: window._wpMetaBoxUrl,\n\t\t\t\tmethod: 'POST',\n\t\t\t\tbody: formData,\n\t\t\t\tparse: false,\n\t\t\t} );\n\t\t\tdispatch.metaBoxUpdatesSuccess();\n\t\t} catch {\n\t\t\tdispatch.metaBoxUpdatesFailure();\n\t\t}\n\t};\n\n/**\n * Returns an action object used to signal a successful meta box update.\n *\n * @return {Object} Action object.\n */\nexport function metaBoxUpdatesSuccess() {\n\treturn {\n\t\ttype: 'META_BOX_UPDATES_SUCCESS',\n\t};\n}\n\n/**\n * Returns an action object used to signal a failed meta box update.\n *\n * @return {Object} Action object.\n */\nexport function metaBoxUpdatesFailure() {\n\treturn {\n\t\ttype: 'META_BOX_UPDATES_FAILURE',\n\t};\n}\n\n/**\n * Returns an action object used to toggle the width of the editing canvas.\n *\n * @param {string} deviceType\n *\n * @return {Object} Action object.\n */\nexport function __experimentalSetPreviewDeviceType( deviceType ) {\n\treturn {\n\t\ttype: 'SET_PREVIEW_DEVICE_TYPE',\n\t\tdeviceType,\n\t};\n}\n\n/**\n * Returns an action object used to open/close the inserter.\n *\n * @param {boolean|Object} value Whether the inserter should be\n * opened (true) or closed (false).\n * To specify an insertion point,\n * use an object.\n * @param {string} value.rootClientId The root client ID to insert at.\n * @param {number} value.insertionIndex The index to insert at.\n *\n * @return {Object} Action object.\n */\nexport function setIsInserterOpened( value ) {\n\treturn {\n\t\ttype: 'SET_IS_INSERTER_OPENED',\n\t\tvalue,\n\t};\n}\n\n/**\n * Returns an action object used to open/close the list view.\n *\n * @param {boolean} isOpen A boolean representing whether the list view should be opened or closed.\n * @return {Object} Action object.\n */\nexport const setIsListViewOpened =\n\t( isOpen ) =>\n\t( { dispatch, registry } ) => {\n\t\tconst isDistractionFree = registry\n\t\t\t.select( preferencesStore )\n\t\t\t.get( 'core/edit-post', 'distractionFree' );\n\t\tif ( isDistractionFree && isOpen ) {\n\t\t\tdispatch.toggleDistractionFree();\n\t\t}\n\t\tdispatch( {\n\t\t\ttype: 'SET_IS_LIST_VIEW_OPENED',\n\t\t\tisOpen,\n\t\t} );\n\t};\n\n/**\n * Returns an action object used to switch to template editing.\n *\n * @param {boolean} value Is editing template.\n * @return {Object} Action object.\n */\nexport function setIsEditingTemplate( value ) {\n\treturn {\n\t\ttype: 'SET_IS_EDITING_TEMPLATE',\n\t\tvalue,\n\t};\n}\n\n/**\n * Switches to the template mode.\n *\n * @param {boolean} newTemplate Is new template.\n */\nexport const __unstableSwitchToTemplateMode =\n\t( newTemplate = false ) =>\n\t( { registry, select, dispatch } ) => {\n\t\tdispatch( setIsEditingTemplate( true ) );\n\t\tconst isWelcomeGuideActive = select.isFeatureActive(\n\t\t\t'welcomeGuideTemplate'\n\t\t);\n\t\tif ( ! isWelcomeGuideActive ) {\n\t\t\tconst message = newTemplate\n\t\t\t\t? __( \"Custom template created. You're in template mode now.\" )\n\t\t\t\t: __(\n\t\t\t\t\t\t'Editing template. Changes made here affect all posts and pages that use the template.'\n\t\t\t\t );\n\t\t\tregistry.dispatch( noticesStore ).createSuccessNotice( message, {\n\t\t\t\ttype: 'snackbar',\n\t\t\t} );\n\t\t}\n\t};\n\n/**\n * Create a block based template.\n *\n * @param {Object?} template Template to create and assign.\n */\nexport const __unstableCreateTemplate =\n\t( template ) =>\n\tasync ( { registry } ) => {\n\t\tconst savedTemplate = await registry\n\t\t\t.dispatch( coreStore )\n\t\t\t.saveEntityRecord( 'postType', 'wp_template', template );\n\t\tconst post = registry.select( editorStore ).getCurrentPost();\n\t\tregistry\n\t\t\t.dispatch( coreStore )\n\t\t\t.editEntityRecord( 'postType', post.type, post.id, {\n\t\t\t\ttemplate: savedTemplate.slug,\n\t\t\t} );\n\t};\n\nlet metaBoxesInitialized = false;\n\n/**\n * Initializes WordPress `postboxes` script and the logic for saving meta boxes.\n */\nexport const initializeMetaBoxes =\n\t() =>\n\t( { registry, select, dispatch } ) => {\n\t\tconst isEditorReady = registry\n\t\t\t.select( editorStore )\n\t\t\t.__unstableIsEditorReady();\n\n\t\tif ( ! isEditorReady ) {\n\t\t\treturn;\n\t\t}\n\t\t// Only initialize once.\n\t\tif ( metaBoxesInitialized ) {\n\t\t\treturn;\n\t\t}\n\t\tconst postType = registry.select( editorStore ).getCurrentPostType();\n\t\tif ( window.postboxes.page !== postType ) {\n\t\t\twindow.postboxes.add_postbox_toggles( postType );\n\t\t}\n\n\t\tmetaBoxesInitialized = true;\n\n\t\t// Save metaboxes on save completion, except for autosaves.\n\t\taddFilter(\n\t\t\t'editor.__unstableSavePost',\n\t\t\t'core/edit-post/save-metaboxes',\n\t\t\t( previous, options ) =>\n\t\t\t\tprevious.then( () => {\n\t\t\t\t\tif ( options.isAutosave ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( ! select.hasMetaBoxes() ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn dispatch.requestMetaBoxUpdates();\n\t\t\t\t} )\n\t\t);\n\n\t\tdispatch( {\n\t\t\ttype: 'META_BOXES_INITIALIZED',\n\t\t} );\n\t};\n\n/**\n * Action that toggles Distraction free mode.\n * Distraction free mode expects there are no sidebars, as due to the\n * z-index values set, you can't close sidebars.\n */\nexport const toggleDistractionFree =\n\t() =>\n\t( { dispatch, registry } ) => {\n\t\tconst isDistractionFree = registry\n\t\t\t.select( preferencesStore )\n\t\t\t.get( 'core/edit-post', 'distractionFree' );\n\t\tif ( ! isDistractionFree ) {\n\t\t\tregistry.batch( () => {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t\t.set( 'core/edit-post', 'fixedToolbar', true );\n\t\t\t\tdispatch.setIsInserterOpened( false );\n\t\t\t\tdispatch.setIsListViewOpened( false );\n\t\t\t\tdispatch.closeGeneralSidebar();\n\t\t\t} );\n\t\t}\n\t\tregistry.batch( () => {\n\t\t\tregistry\n\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t.set(\n\t\t\t\t\t'core/edit-post',\n\t\t\t\t\t'distractionFree',\n\t\t\t\t\t! isDistractionFree\n\t\t\t\t);\n\t\t\tregistry\n\t\t\t\t.dispatch( noticesStore )\n\t\t\t\t.createInfoNotice(\n\t\t\t\t\tisDistractionFree\n\t\t\t\t\t\t? __( 'Distraction free off.' )\n\t\t\t\t\t\t: __( 'Distraction free on.' ),\n\t\t\t\t\t{\n\t\t\t\t\t\tid: 'core/edit-post/distraction-free-mode/notice',\n\t\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t} );\n\t};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,SAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,UAAA,GAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AACA,IAAAK,KAAA,GAAAL,OAAA;AACA,IAAAM,QAAA,GAAAN,OAAA;AACA,IAAAO,SAAA,GAAAP,OAAA;AACA,IAAAQ,YAAA,GAAAR,OAAA;AACA,IAAAS,OAAA,GAAAT,OAAA;AACA,IAAAU,WAAA,GAAAR,sBAAA,CAAAF,OAAA;AACA,IAAAW,MAAA,GAAAX,OAAA;AAKA,IAAAY,UAAA,GAAAZ,OAAA;AACA,IAAAa,CAAA,GAAAb,OAAA;AAnBA;AACA;AACA;;AAaA;AACA;AACA;;AAIA;AACA;AACA;AACA;AACA;AACO,MAAMc,kBAAkB,GAC5BC,IAAI,IACN,CAAE;EAAEC,QAAQ;EAAEC;AAAS,CAAC,KAAM;EAC7B,MAAMC,iBAAiB,GAAGD,QAAQ,CAChCE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,iBAAkB,CAAC;EAC5C,IAAKH,iBAAiB,EAAG;IACxBF,QAAQ,CAACM,qBAAqB,CAAC,CAAC;EACjC;EACAL,QAAQ,CACND,QAAQ,CAAEO,gBAAe,CAAC,CAC1BC,uBAAuB,CAAEC,OAAa,CAACV,IAAI,EAAEA,IAAK,CAAC;AACtD,CAAC;;AAEF;AACA;AACA;AAFAW,OAAA,CAAAZ,kBAAA,GAAAA,kBAAA;AAGO,MAAMa,mBAAmB,GAC/BA,CAAA,KACA,CAAE;EAAEV;AAAS,CAAC,KACbA,QAAQ,CACND,QAAQ,CAAEO,gBAAe,CAAC,CAC1BK,wBAAwB,CAAEH,OAAa,CAACV,IAAK,CAAC;;AAElD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AATAW,OAAA,CAAAC,mBAAA,GAAAA,mBAAA;AAUO,MAAME,SAAS,GACnBd,IAAI,IACN,CAAE;EAAEE;AAAS,CAAC,KAAM;EACnB,IAAAa,mBAAU,EAAE,8CAA8C,EAAE;IAC3DC,KAAK,EAAE,KAAK;IACZC,WAAW,EAAE;EACd,CAAE,CAAC;EACH,OAAOf,QAAQ,CAACD,QAAQ,CAAEO,gBAAe,CAAC,CAACM,SAAS,CAAEd,IAAK,CAAC;AAC7D,CAAC;;AAEF;AACA;AACA;AACA;AACA;AACA;AACA;AANAW,OAAA,CAAAG,SAAA,GAAAA,SAAA;AAOO,MAAMI,UAAU,GACtBA,CAAA,KACA,CAAE;EAAEhB;AAAS,CAAC,KAAM;EACnB,IAAAa,mBAAU,EAAE,yCAAyC,EAAE;IACtDC,KAAK,EAAE,KAAK;IACZC,WAAW,EAAE;EACd,CAAE,CAAC;EACH,OAAOf,QAAQ,CAACD,QAAQ,CAAEO,gBAAe,CAAC,CAACU,UAAU,CAAC,CAAC;AACxD,CAAC;;AAEF;AACA;AACA;AACA;AACA;AACA;AALAP,OAAA,CAAAO,UAAA,GAAAA,UAAA;AAMO,SAASC,kBAAkBA,CAAA,EAAG;EACpC,OAAO;IACNC,IAAI,EAAE;EACP,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,SAASC,mBAAmBA,CAAA,EAAG;EACrC,OAAO;IACND,IAAI,EAAE;EACP,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACO,SAASE,oBAAoBA,CAAA,EAAG;EACtC,OAAO;IACNF,IAAI,EAAE;EACP,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,MAAMG,wBAAwB,GAClCC,SAAS,IACX,CAAE;EAAEtB;AAAS,CAAC,KAAM;EAAA,IAAAuB,oBAAA;EACnB,MAAMC,cAAc,IAAAD,oBAAA,GACnBvB,QAAQ,CACNE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,gBAAiB,CAAC,cAAAmB,oBAAA,cAAAA,oBAAA,GAAI,EAAE;EAElD,MAAME,eAAe,GAAG,CAAC,CAAED,cAAc,EAAEE,QAAQ,CAAEJ,SAAU,CAAC;;EAEhE;EACA;EACA,IAAIK,qBAAqB;EACzB,IAAKF,eAAe,EAAG;IACtBE,qBAAqB,GAAGH,cAAc,CAACI,MAAM,CAC1CC,kBAAkB,IAAMA,kBAAkB,KAAKP,SAClD,CAAC;EACF,CAAC,MAAM;IACNK,qBAAqB,GAAG,CAAE,GAAGH,cAAc,EAAEF,SAAS,CAAE;EACzD;EAEAtB,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CAAE,gBAAgB,EAAE,gBAAgB,EAAEH,qBAAsB,CAAC;AACnE,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJAlB,OAAA,CAAAY,wBAAA,GAAAA,wBAAA;AAKO,MAAMU,uBAAuB,GACjCT,SAAS,IACX,CAAE;EAAEtB;AAAS,CAAC,KAAM;EAAA,IAAAgC,qBAAA;EACnB,MAAMC,UAAU,IAAAD,qBAAA,GACfhC,QAAQ,CACNE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,YAAa,CAAC,cAAA4B,qBAAA,cAAAA,qBAAA,GAAI,EAAE;EAE9C,MAAME,WAAW,GAAG,CAAC,CAAED,UAAU,EAAEP,QAAQ,CAAEJ,SAAU,CAAC;;EAExD;EACA;EACA,IAAIa,iBAAiB;EACrB,IAAKD,WAAW,EAAG;IAClBC,iBAAiB,GAAGF,UAAU,CAACL,MAAM,CAClCQ,aAAa,IAAMA,aAAa,KAAKd,SACxC,CAAC;EACF,CAAC,MAAM;IACNa,iBAAiB,GAAG,CAAE,GAAGF,UAAU,EAAEX,SAAS,CAAE;EACjD;EAEAtB,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CAAE,gBAAgB,EAAE,YAAY,EAAEK,iBAAkB,CAAC;AAC3D,CAAC;;AAEF;AACA;AACA;AACA;AACA;AACA;AACA;AANA1B,OAAA,CAAAsB,uBAAA,GAAAA,uBAAA;AAOO,SAASM,iBAAiBA,CAAEf,SAAS,EAAG;EAC9C,OAAO;IACNJ,IAAI,EAAE,cAAc;IACpBI;EACD,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACO,MAAMgB,aAAa,GACvBC,OAAO,IACT,CAAE;EAAEvC;AAAS,CAAC,KACbA,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5BqC,MAAM,CAAE,gBAAgB,EAAED,OAAQ,CAAC;;AAEvC;AACA;AACA;AACA;AACA;AAJA9B,OAAA,CAAA6B,aAAA,GAAAA,aAAA;AAKO,MAAMG,gBAAgB,GAC1BC,IAAI,IACN,CAAE;EAAE3C,QAAQ;EAAEC;AAAS,CAAC,KAAM;EAC7BA,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CAAE,gBAAgB,EAAE,YAAY,EAAEY,IAAK,CAAC;;EAE7C;EACA,IAAKA,IAAI,KAAK,QAAQ,EAAG;IACxB1C,QAAQ,CAACD,QAAQ,CAAE4C,kBAAiB,CAAC,CAACC,kBAAkB,CAAC,CAAC;EAC3D;EAEA,IACCF,IAAI,KAAK,MAAM,IACf1C,QAAQ,CACNE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,iBAAkB,CAAC,EAC3C;IACDL,QAAQ,CAACM,qBAAqB,CAAC,CAAC;EACjC;EAEA,MAAMwC,OAAO,GACZH,IAAI,KAAK,QAAQ,GACd,IAAAI,QAAE,EAAE,wBAAyB,CAAC,GAC9B,IAAAA,QAAE,EAAE,sBAAuB,CAAC;EAChC,IAAAC,WAAK,EAAEF,OAAO,EAAE,WAAY,CAAC;AAC9B,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJApC,OAAA,CAAAgC,gBAAA,GAAAA,gBAAA;AAKO,MAAMO,sBAAsB,GAChCC,UAAU,IACZ,CAAE;EAAEjD;AAAS,CAAC,KAAM;EACnB,MAAMkD,QAAQ,GAAGlD,QAAQ,CACvBE,MAAM,CAAEI,gBAAe,CAAC,CACxB6C,YAAY,CAAE,gBAAgB,EAAEF,UAAW,CAAC;EAE9CjD,QAAQ,CACND,QAAQ,CAAEO,gBAAe,CAAC,CACzB4C,QAAQ,GAAG,WAAW,GAAG,SAAS,CAAE,CACrC,gBAAgB,EAChBD,UACD,CAAC;AACH,CAAC;;AAEF;AACA;AACA;AACA;AACA;AACA;AALAxC,OAAA,CAAAuC,sBAAA,GAAAA,sBAAA;AAMO,MAAMI,8BAA8B,GAC1CA,CAAEC,SAAS,EAAEC,UAAU,KACvB,CAAE;EAAEtD;AAAS,CAAC,KAAM;EAAA,IAAAuD,qBAAA;EACnB,IAAK,CAAEF,SAAS,EAAG;IAClB;EACD;EAEA,MAAMG,kBAAkB,IAAAD,qBAAA,GACvBvD,QAAQ,CACNE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,0BAA2B,CAAC,cAAAmD,qBAAA,cAAAA,qBAAA,GAAI,CAAC,CAAC;;EAE5D;EACA,IAAK,CAAED,UAAU,EAAG;IACnB,MAAMG,iBAAiB,GAAG;MACzB,GAAGD;IACJ,CAAC;IAED,OAAOC,iBAAiB,CAAEJ,SAAS,CAAE;IAErCrD,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CACH,gBAAgB,EAChB,0BAA0B,EAC1B2B,iBACD,CAAC;EACH,CAAC,MAAM;IACN;IACAzD,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CAAE,gBAAgB,EAAE,0BAA0B,EAAE;MACnD,GAAG0B,kBAAkB;MACrB,CAAEH,SAAS,GAAIC;IAChB,CAAE,CAAC;EACL;AACD,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJA7C,OAAA,CAAA2C,8BAAA,GAAAA,8BAAA;AAKO,MAAMM,cAAc,GACxBC,UAAU,IACZ,CAAE;EAAE3D;AAAS,CAAC,KAAM;EAAA,IAAA4D,qBAAA;EACnB,MAAMC,kBAAkB,IAAAD,qBAAA,GACvB5D,QAAQ,CACNE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,kBAAmB,CAAC,cAAAwD,qBAAA,cAAAA,qBAAA,GAAI,EAAE;EAEpD,MAAME,aAAa,GAAGD,kBAAkB,CAACjC,MAAM,CAC5CV,IAAI,IACL,CAAE,CACD6C,KAAK,CAACC,OAAO,CAAEL,UAAW,CAAC,GAAGA,UAAU,GAAG,CAAEA,UAAU,CAAE,EACxDjC,QAAQ,CAAER,IAAK,CACnB,CAAC;EAEDlB,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CAAE,gBAAgB,EAAE,kBAAkB,EAAEgC,aAAc,CAAC;AAC7D,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJArD,OAAA,CAAAiD,cAAA,GAAAA,cAAA;AAKO,MAAMO,cAAc,GACxBN,UAAU,IACZ,CAAE;EAAE3D;AAAS,CAAC,KAAM;EAAA,IAAAkE,qBAAA;EACnB,MAAML,kBAAkB,IAAAK,qBAAA,GACvBlE,QAAQ,CACNE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,kBAAmB,CAAC,cAAA8D,qBAAA,cAAAA,qBAAA,GAAI,EAAE;EAEpD,MAAMC,gBAAgB,GAAG,IAAIC,GAAG,CAAE,CACjC,GAAGP,kBAAkB,EACrB,IAAKE,KAAK,CAACC,OAAO,CAAEL,UAAW,CAAC,GAAGA,UAAU,GAAG,CAAEA,UAAU,CAAE,CAAE,CAC/D,CAAC;EAEH3D,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CAAE,gBAAgB,EAAE,kBAAkB,EAAE,CAC3C,GAAGqC,gBAAgB,CAClB,CAAC;AACL,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJA1D,OAAA,CAAAwD,cAAA,GAAAA,cAAA;AAKO,SAASI,gCAAgCA,CAAEC,oBAAoB,EAAG;EACxE,OAAO;IACNpD,IAAI,EAAE,8BAA8B;IACpCoD;EACD,CAAC;AACF;;AAEA;AACA;AACA;AACO,MAAMC,qBAAqB,GACjCA,CAAA,KACA,OAAQ;EAAEvE,QAAQ;EAAEE,MAAM;EAAEH;AAAS,CAAC,KAAM;EAC3CA,QAAQ,CAAE;IACTmB,IAAI,EAAE;EACP,CAAE,CAAC;;EAEH;EACA,IAAKsD,MAAM,CAACC,OAAO,EAAG;IACrBD,MAAM,CAACC,OAAO,CAACC,WAAW,CAAC,CAAC;EAC7B;;EAEA;EACA;EACA,MAAMC,IAAI,GAAG3E,QAAQ,CAACE,MAAM,CAAE0E,aAAY,CAAC,CAACC,cAAc,CAAC,CAAC;EAC5D,MAAMC,cAAc,GAAG,CACtBH,IAAI,CAACI,cAAc,GAChB,CAAE,gBAAgB,EAAEJ,IAAI,CAACI,cAAc,CAAE,GACzC,KAAK,EACRJ,IAAI,CAACK,WAAW,GAAG,CAAE,aAAa,EAAEL,IAAI,CAACK,WAAW,CAAE,GAAG,KAAK,EAC9DL,IAAI,CAACM,MAAM,GAAG,CAAE,QAAQ,EAAEN,IAAI,CAACM,MAAM,CAAE,GAAG,KAAK,EAC/CN,IAAI,CAACO,MAAM,GAAG,CAAE,aAAa,EAAEP,IAAI,CAACO,MAAM,CAAE,GAAG,KAAK,CACpD,CAACtD,MAAM,CAAEuD,OAAQ,CAAC;;EAEnB;EACA,MAAMC,YAAY,GAAG,IAAIZ,MAAM,CAACa,QAAQ,CACvCC,QAAQ,CAACC,aAAa,CAAE,oBAAqB,CAC9C,CAAC;EACD,MAAMC,sBAAsB,GAAGtF,MAAM,CAACuF,yBAAyB,CAAC,CAAC;EACjE,MAAMC,eAAe,GAAG,CACvBN,YAAY,EACZ,GAAGI,sBAAsB,CAACG,GAAG,CAC1BC,QAAQ,IACT,IAAIpB,MAAM,CAACa,QAAQ,CAAE,IAAAQ,8BAAmB,EAAED,QAAS,CAAE,CACvD,CAAC,CACD;;EAED;EACA,MAAME,QAAQ,GAAGJ,eAAe,CAACK,MAAM,CAAE,CAAEC,IAAI,EAAEC,eAAe,KAAM;IACrE,KAAM,MAAM,CAAEC,GAAG,EAAEC,KAAK,CAAE,IAAIF,eAAe,EAAG;MAC/CD,IAAI,CAACI,MAAM,CAAEF,GAAG,EAAEC,KAAM,CAAC;IAC1B;IACA,OAAOH,IAAI;EACZ,CAAC,EAAE,IAAIxB,MAAM,CAACa,QAAQ,CAAC,CAAE,CAAC;EAC1BP,cAAc,CAACuB,OAAO,CAAE,CAAE,CAAEH,GAAG,EAAEC,KAAK,CAAE,KACvCL,QAAQ,CAACM,MAAM,CAAEF,GAAG,EAAEC,KAAM,CAC7B,CAAC;EAED,IAAI;IACH;IACA,MAAM,IAAAG,iBAAQ,EAAE;MACfC,GAAG,EAAE/B,MAAM,CAACgC,aAAa;MACzBC,MAAM,EAAE,MAAM;MACdC,IAAI,EAAEZ,QAAQ;MACda,KAAK,EAAE;IACR,CAAE,CAAC;IACH5G,QAAQ,CAAC6G,qBAAqB,CAAC,CAAC;EACjC,CAAC,CAAC,MAAM;IACP7G,QAAQ,CAAC8G,qBAAqB,CAAC,CAAC;EACjC;AACD,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJApG,OAAA,CAAA8D,qBAAA,GAAAA,qBAAA;AAKO,SAASqC,qBAAqBA,CAAA,EAAG;EACvC,OAAO;IACN1F,IAAI,EAAE;EACP,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACO,SAAS2F,qBAAqBA,CAAA,EAAG;EACvC,OAAO;IACN3F,IAAI,EAAE;EACP,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAAS4F,kCAAkCA,CAAEC,UAAU,EAAG;EAChE,OAAO;IACN7F,IAAI,EAAE,yBAAyB;IAC/B6F;EACD,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASC,mBAAmBA,CAAEb,KAAK,EAAG;EAC5C,OAAO;IACNjF,IAAI,EAAE,wBAAwB;IAC9BiF;EACD,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,MAAMc,mBAAmB,GAC7BC,MAAM,IACR,CAAE;EAAEnH,QAAQ;EAAEC;AAAS,CAAC,KAAM;EAC7B,MAAMC,iBAAiB,GAAGD,QAAQ,CAChCE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,iBAAkB,CAAC;EAC5C,IAAKH,iBAAiB,IAAIiH,MAAM,EAAG;IAClCnH,QAAQ,CAACM,qBAAqB,CAAC,CAAC;EACjC;EACAN,QAAQ,CAAE;IACTmB,IAAI,EAAE,yBAAyB;IAC/BgG;EACD,CAAE,CAAC;AACJ,CAAC;;AAEF;AACA;AACA;AACA;AACA;AACA;AALAzG,OAAA,CAAAwG,mBAAA,GAAAA,mBAAA;AAMO,SAASE,oBAAoBA,CAAEhB,KAAK,EAAG;EAC7C,OAAO;IACNjF,IAAI,EAAE,yBAAyB;IAC/BiF;EACD,CAAC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACO,MAAMiB,8BAA8B,GAC1CA,CAAEC,WAAW,GAAG,KAAK,KACrB,CAAE;EAAErH,QAAQ;EAAEE,MAAM;EAAEH;AAAS,CAAC,KAAM;EACrCA,QAAQ,CAAEoH,oBAAoB,CAAE,IAAK,CAAE,CAAC;EACxC,MAAMG,oBAAoB,GAAGpH,MAAM,CAACqH,eAAe,CAClD,sBACD,CAAC;EACD,IAAK,CAAED,oBAAoB,EAAG;IAC7B,MAAMzE,OAAO,GAAGwE,WAAW,GACxB,IAAAvE,QAAE,EAAE,uDAAwD,CAAC,GAC7D,IAAAA,QAAE,EACF,uFACA,CAAC;IACJ9C,QAAQ,CAACD,QAAQ,CAAEyH,cAAa,CAAC,CAACC,mBAAmB,CAAE5E,OAAO,EAAE;MAC/D3B,IAAI,EAAE;IACP,CAAE,CAAC;EACJ;AACD,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJAT,OAAA,CAAA2G,8BAAA,GAAAA,8BAAA;AAKO,MAAMM,wBAAwB,GAClCC,QAAQ,IACV,OAAQ;EAAE3H;AAAS,CAAC,KAAM;EACzB,MAAM4H,aAAa,GAAG,MAAM5H,QAAQ,CAClCD,QAAQ,CAAE8H,eAAU,CAAC,CACrBC,gBAAgB,CAAE,UAAU,EAAE,aAAa,EAAEH,QAAS,CAAC;EACzD,MAAMhD,IAAI,GAAG3E,QAAQ,CAACE,MAAM,CAAE0E,aAAY,CAAC,CAACC,cAAc,CAAC,CAAC;EAC5D7E,QAAQ,CACND,QAAQ,CAAE8H,eAAU,CAAC,CACrBE,gBAAgB,CAAE,UAAU,EAAEpD,IAAI,CAACzD,IAAI,EAAEyD,IAAI,CAACqD,EAAE,EAAE;IAClDL,QAAQ,EAAEC,aAAa,CAACK;EACzB,CAAE,CAAC;AACL,CAAC;AAACxH,OAAA,CAAAiH,wBAAA,GAAAA,wBAAA;AAEH,IAAIQ,oBAAoB,GAAG,KAAK;;AAEhC;AACA;AACA;AACO,MAAMC,mBAAmB,GAC/BA,CAAA,KACA,CAAE;EAAEnI,QAAQ;EAAEE,MAAM;EAAEH;AAAS,CAAC,KAAM;EACrC,MAAMqI,aAAa,GAAGpI,QAAQ,CAC5BE,MAAM,CAAE0E,aAAY,CAAC,CACrByD,uBAAuB,CAAC,CAAC;EAE3B,IAAK,CAAED,aAAa,EAAG;IACtB;EACD;EACA;EACA,IAAKF,oBAAoB,EAAG;IAC3B;EACD;EACA,MAAMI,QAAQ,GAAGtI,QAAQ,CAACE,MAAM,CAAE0E,aAAY,CAAC,CAAC2D,kBAAkB,CAAC,CAAC;EACpE,IAAK/D,MAAM,CAACgE,SAAS,CAACC,IAAI,KAAKH,QAAQ,EAAG;IACzC9D,MAAM,CAACgE,SAAS,CAACE,mBAAmB,CAAEJ,QAAS,CAAC;EACjD;EAEAJ,oBAAoB,GAAG,IAAI;;EAE3B;EACA,IAAAS,gBAAS,EACR,2BAA2B,EAC3B,+BAA+B,EAC/B,CAAEC,QAAQ,EAAEC,OAAO,KAClBD,QAAQ,CAACE,IAAI,CAAE,MAAM;IACpB,IAAKD,OAAO,CAACE,UAAU,EAAG;MACzB;IACD;IAEA,IAAK,CAAE7I,MAAM,CAAC8I,YAAY,CAAC,CAAC,EAAG;MAC9B;IACD;IAEA,OAAOjJ,QAAQ,CAACwE,qBAAqB,CAAC,CAAC;EACxC,CAAE,CACJ,CAAC;EAEDxE,QAAQ,CAAE;IACTmB,IAAI,EAAE;EACP,CAAE,CAAC;AACJ,CAAC;;AAEF;AACA;AACA;AACA;AACA;AAJAT,OAAA,CAAA0H,mBAAA,GAAAA,mBAAA;AAKO,MAAM9H,qBAAqB,GACjCA,CAAA,KACA,CAAE;EAAEN,QAAQ;EAAEC;AAAS,CAAC,KAAM;EAC7B,MAAMC,iBAAiB,GAAGD,QAAQ,CAChCE,MAAM,CAAEC,kBAAiB,CAAC,CAC1BC,GAAG,CAAE,gBAAgB,EAAE,iBAAkB,CAAC;EAC5C,IAAK,CAAEH,iBAAiB,EAAG;IAC1BD,QAAQ,CAACiJ,KAAK,CAAE,MAAM;MACrBjJ,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CAAE,gBAAgB,EAAE,cAAc,EAAE,IAAK,CAAC;MAC/C/B,QAAQ,CAACiH,mBAAmB,CAAE,KAAM,CAAC;MACrCjH,QAAQ,CAACkH,mBAAmB,CAAE,KAAM,CAAC;MACrClH,QAAQ,CAACW,mBAAmB,CAAC,CAAC;IAC/B,CAAE,CAAC;EACJ;EACAV,QAAQ,CAACiJ,KAAK,CAAE,MAAM;IACrBjJ,QAAQ,CACND,QAAQ,CAAEI,kBAAiB,CAAC,CAC5B2B,GAAG,CACH,gBAAgB,EAChB,iBAAiB,EACjB,CAAE7B,iBACH,CAAC;IACFD,QAAQ,CACND,QAAQ,CAAEyH,cAAa,CAAC,CACxB0B,gBAAgB,CAChBjJ,iBAAiB,GACd,IAAA6C,QAAE,EAAE,uBAAwB,CAAC,GAC7B,IAAAA,QAAE,EAAE,sBAAuB,CAAC,EAC/B;MACCkF,EAAE,EAAE,6CAA6C;MACjD9G,IAAI,EAAE;IACP,CACD,CAAC;EACH,CAAE,CAAC;AACJ,CAAC;AAACT,OAAA,CAAAJ,qBAAA,GAAAA,qBAAA"}
|
|
1
|
+
{"version":3,"names":["_i18n","require","_apiFetch","_interopRequireDefault","_interface","_preferences","_a11y","_notices","_blockEditor","_editor","_deprecated","_hooks","_metaBoxes","_","openGeneralSidebar","name","dispatch","registry","isDistractionFree","select","preferencesStore","get","toggleDistractionFree","interfaceStore","enableComplementaryArea","editPostStore","exports","closeGeneralSidebar","disableComplementaryArea","openModal","deprecated","since","alternative","closeModal","openPublishSidebar","type","closePublishSidebar","togglePublishSidebar","toggleEditorPanelEnabled","panelName","editorStore","toggleEditorPanelOpened","removeEditorPanel","toggleFeature","feature","toggle","switchEditorMode","mode","set","blockEditorStore","clearSelectedBlock","message","__","speak","togglePinnedPluginItem","pluginName","isPinned","isItemPinned","updatePreferredStyleVariations","blockName","blockStyle","_registry$select$get","existingVariations","updatedVariations","showBlockTypes","blockNames","_registry$select$get2","existingBlockNames","newBlockNames","filter","Array","isArray","includes","hideBlockTypes","_registry$select$get3","mergedBlockNames","Set","setAvailableMetaBoxesPerLocation","metaBoxesPerLocation","requestMetaBoxUpdates","window","tinyMCE","triggerSave","post","getCurrentPost","additionalData","comment_status","ping_status","sticky","author","Boolean","baseFormData","FormData","document","querySelector","activeMetaBoxLocations","getActiveMetaBoxLocations","formDataToMerge","map","location","getMetaBoxContainer","formData","reduce","memo","currentFormData","key","value","append","forEach","apiFetch","url","_wpMetaBoxUrl","method","body","parse","metaBoxUpdatesSuccess","metaBoxUpdatesFailure","__experimentalSetPreviewDeviceType","deviceType","version","hint","setDeviceType","setIsInserterOpened","setIsListViewOpened","isOpen","setIsEditingTemplate","__unstableSwitchToTemplateMode","setRenderingMode","__unstableCreateTemplate","metaBoxesInitialized","initializeMetaBoxes","isEditorReady","__unstableIsEditorReady","postType","getCurrentPostType","postboxes","page","add_postbox_toggles","addFilter","previous","options","then","isAutosave","hasMetaBoxes","batch","noticesStore","createInfoNotice","id"],"sources":["@wordpress/edit-post/src/store/actions.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport apiFetch from '@wordpress/api-fetch';\nimport { store as interfaceStore } from '@wordpress/interface';\nimport { store as preferencesStore } from '@wordpress/preferences';\nimport { speak } from '@wordpress/a11y';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as blockEditorStore } from '@wordpress/block-editor';\nimport { store as editorStore } from '@wordpress/editor';\nimport deprecated from '@wordpress/deprecated';\nimport { addFilter } from '@wordpress/hooks';\n\n/**\n * Internal dependencies\n */\nimport { getMetaBoxContainer } from '../utils/meta-boxes';\nimport { store as editPostStore } from '.';\n\n/**\n * Returns an action object used in signalling that the user opened an editor sidebar.\n *\n * @param {?string} name Sidebar name to be opened.\n */\nexport const openGeneralSidebar =\n\t( name ) =>\n\t( { dispatch, registry } ) => {\n\t\tconst isDistractionFree = registry\n\t\t\t.select( preferencesStore )\n\t\t\t.get( 'core', 'distractionFree' );\n\t\tif ( isDistractionFree ) {\n\t\t\tdispatch.toggleDistractionFree();\n\t\t}\n\t\tregistry\n\t\t\t.dispatch( interfaceStore )\n\t\t\t.enableComplementaryArea( editPostStore.name, name );\n\t};\n\n/**\n * Returns an action object signalling that the user closed the sidebar.\n */\nexport const closeGeneralSidebar =\n\t() =>\n\t( { registry } ) =>\n\t\tregistry\n\t\t\t.dispatch( interfaceStore )\n\t\t\t.disableComplementaryArea( editPostStore.name );\n\n/**\n * Returns an action object used in signalling that the user opened a modal.\n *\n * @deprecated since WP 6.3 use `core/interface` store's action with the same name instead.\n *\n *\n * @param {string} name A string that uniquely identifies the modal.\n *\n * @return {Object} Action object.\n */\nexport const openModal =\n\t( name ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"select( 'core/edit-post' ).openModal( name )\", {\n\t\t\tsince: '6.3',\n\t\t\talternative: \"select( 'core/interface').openModal( name )\",\n\t\t} );\n\t\treturn registry.dispatch( interfaceStore ).openModal( name );\n\t};\n\n/**\n * Returns an action object signalling that the user closed a modal.\n *\n * @deprecated since WP 6.3 use `core/interface` store's action with the same name instead.\n *\n * @return {Object} Action object.\n */\nexport const closeModal =\n\t() =>\n\t( { registry } ) => {\n\t\tdeprecated( \"select( 'core/edit-post' ).closeModal()\", {\n\t\t\tsince: '6.3',\n\t\t\talternative: \"select( 'core/interface').closeModal()\",\n\t\t} );\n\t\treturn registry.dispatch( interfaceStore ).closeModal();\n\t};\n\n/**\n * Returns an action object used in signalling that the user opened the publish\n * sidebar.\n *\n * @return {Object} Action object\n */\nexport function openPublishSidebar() {\n\treturn {\n\t\ttype: 'OPEN_PUBLISH_SIDEBAR',\n\t};\n}\n\n/**\n * Returns an action object used in signalling that the user closed the\n * publish sidebar.\n *\n * @return {Object} Action object.\n */\nexport function closePublishSidebar() {\n\treturn {\n\t\ttype: 'CLOSE_PUBLISH_SIDEBAR',\n\t};\n}\n\n/**\n * Returns an action object used in signalling that the user toggles the publish sidebar.\n *\n * @return {Object} Action object\n */\nexport function togglePublishSidebar() {\n\treturn {\n\t\ttype: 'TOGGLE_PUBLISH_SIDEBAR',\n\t};\n}\n\n/**\n * Returns an action object used to enable or disable a panel in the editor.\n *\n * @deprecated\n *\n * @param {string} panelName A string that identifies the panel to enable or disable.\n *\n * @return {Object} Action object.\n */\nexport const toggleEditorPanelEnabled =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"dispatch( 'core/edit-post' ).toggleEditorPanelEnabled\", {\n\t\t\tsince: '6.5',\n\t\t\talternative: \"dispatch( 'core/editor').toggleEditorPanelEnabled\",\n\t\t} );\n\t\tregistry.dispatch( editorStore ).toggleEditorPanelEnabled( panelName );\n\t};\n\n/**\n * Opens a closed panel and closes an open panel.\n *\n * @deprecated\n *\n * @param {string} panelName A string that identifies the panel to open or close.\n */\nexport const toggleEditorPanelOpened =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"dispatch( 'core/edit-post' ).toggleEditorPanelOpened\", {\n\t\t\tsince: '6.5',\n\t\t\talternative: \"dispatch( 'core/editor').toggleEditorPanelOpened\",\n\t\t} );\n\t\tregistry.dispatch( editorStore ).toggleEditorPanelOpened( panelName );\n\t};\n\n/**\n * Returns an action object used to remove a panel from the editor.\n *\n * @deprecated\n *\n * @param {string} panelName A string that identifies the panel to remove.\n *\n * @return {Object} Action object.\n */\nexport const removeEditorPanel =\n\t( panelName ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"dispatch( 'core/edit-post' ).removeEditorPanel\", {\n\t\t\tsince: '6.5',\n\t\t\talternative: \"dispatch( 'core/editor').removeEditorPanel\",\n\t\t} );\n\t\tregistry.dispatch( editorStore ).removeEditorPanel( panelName );\n\t};\n\n/**\n * Triggers an action used to toggle a feature flag.\n *\n * @param {string} feature Feature name.\n */\nexport const toggleFeature =\n\t( feature ) =>\n\t( { registry } ) =>\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.toggle( 'core/edit-post', feature );\n\n/**\n * Triggers an action used to switch editor mode.\n *\n * @param {string} mode The editor mode.\n */\nexport const switchEditorMode =\n\t( mode ) =>\n\t( { dispatch, registry } ) => {\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'editorMode', mode );\n\n\t\t// Unselect blocks when we switch to the code editor.\n\t\tif ( mode !== 'visual' ) {\n\t\t\tregistry.dispatch( blockEditorStore ).clearSelectedBlock();\n\t\t}\n\n\t\tif (\n\t\t\tmode === 'text' &&\n\t\t\tregistry.select( preferencesStore ).get( 'core', 'distractionFree' )\n\t\t) {\n\t\t\tdispatch.toggleDistractionFree();\n\t\t}\n\n\t\tconst message =\n\t\t\tmode === 'visual'\n\t\t\t\t? __( 'Visual editor selected' )\n\t\t\t\t: __( 'Code editor selected' );\n\t\tspeak( message, 'assertive' );\n\t};\n\n/**\n * Triggers an action object used to toggle a plugin name flag.\n *\n * @param {string} pluginName Plugin name.\n */\nexport const togglePinnedPluginItem =\n\t( pluginName ) =>\n\t( { registry } ) => {\n\t\tconst isPinned = registry\n\t\t\t.select( interfaceStore )\n\t\t\t.isItemPinned( 'core/edit-post', pluginName );\n\n\t\tregistry\n\t\t\t.dispatch( interfaceStore )\n\t\t\t[ isPinned ? 'unpinItem' : 'pinItem' ](\n\t\t\t\t'core/edit-post',\n\t\t\t\tpluginName\n\t\t\t);\n\t};\n\n/**\n * Returns an action object used in signaling that a style should be auto-applied when a block is created.\n *\n * @param {string} blockName Name of the block.\n * @param {?string} blockStyle Name of the style that should be auto applied. If undefined, the \"auto apply\" setting of the block is removed.\n */\nexport const updatePreferredStyleVariations =\n\t( blockName, blockStyle ) =>\n\t( { registry } ) => {\n\t\tif ( ! blockName ) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst existingVariations =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'preferredStyleVariations' ) ?? {};\n\n\t\t// When the blockStyle is omitted, remove the block's preferred variation.\n\t\tif ( ! blockStyle ) {\n\t\t\tconst updatedVariations = {\n\t\t\t\t...existingVariations,\n\t\t\t};\n\n\t\t\tdelete updatedVariations[ blockName ];\n\n\t\t\tregistry\n\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t.set(\n\t\t\t\t\t'core/edit-post',\n\t\t\t\t\t'preferredStyleVariations',\n\t\t\t\t\tupdatedVariations\n\t\t\t\t);\n\t\t} else {\n\t\t\t// Else add the variation.\n\t\t\tregistry\n\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t.set( 'core/edit-post', 'preferredStyleVariations', {\n\t\t\t\t\t...existingVariations,\n\t\t\t\t\t[ blockName ]: blockStyle,\n\t\t\t\t} );\n\t\t}\n\t};\n\n/**\n * Update the provided block types to be visible.\n *\n * @param {string[]} blockNames Names of block types to show.\n */\nexport const showBlockTypes =\n\t( blockNames ) =>\n\t( { registry } ) => {\n\t\tconst existingBlockNames =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'hiddenBlockTypes' ) ?? [];\n\n\t\tconst newBlockNames = existingBlockNames.filter(\n\t\t\t( type ) =>\n\t\t\t\t! (\n\t\t\t\t\tArray.isArray( blockNames ) ? blockNames : [ blockNames ]\n\t\t\t\t).includes( type )\n\t\t);\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'hiddenBlockTypes', newBlockNames );\n\t};\n\n/**\n * Update the provided block types to be hidden.\n *\n * @param {string[]} blockNames Names of block types to hide.\n */\nexport const hideBlockTypes =\n\t( blockNames ) =>\n\t( { registry } ) => {\n\t\tconst existingBlockNames =\n\t\t\tregistry\n\t\t\t\t.select( preferencesStore )\n\t\t\t\t.get( 'core/edit-post', 'hiddenBlockTypes' ) ?? [];\n\n\t\tconst mergedBlockNames = new Set( [\n\t\t\t...existingBlockNames,\n\t\t\t...( Array.isArray( blockNames ) ? blockNames : [ blockNames ] ),\n\t\t] );\n\n\t\tregistry\n\t\t\t.dispatch( preferencesStore )\n\t\t\t.set( 'core/edit-post', 'hiddenBlockTypes', [\n\t\t\t\t...mergedBlockNames,\n\t\t\t] );\n\t};\n\n/**\n * Stores info about which Meta boxes are available in which location.\n *\n * @param {Object} metaBoxesPerLocation Meta boxes per location.\n */\nexport function setAvailableMetaBoxesPerLocation( metaBoxesPerLocation ) {\n\treturn {\n\t\ttype: 'SET_META_BOXES_PER_LOCATIONS',\n\t\tmetaBoxesPerLocation,\n\t};\n}\n\n/**\n * Update a metabox.\n */\nexport const requestMetaBoxUpdates =\n\t() =>\n\tasync ( { registry, select, dispatch } ) => {\n\t\tdispatch( {\n\t\t\ttype: 'REQUEST_META_BOX_UPDATES',\n\t\t} );\n\n\t\t// Saves the wp_editor fields.\n\t\tif ( window.tinyMCE ) {\n\t\t\twindow.tinyMCE.triggerSave();\n\t\t}\n\n\t\t// Additional data needed for backward compatibility.\n\t\t// If we do not provide this data, the post will be overridden with the default values.\n\t\tconst post = registry.select( editorStore ).getCurrentPost();\n\t\tconst additionalData = [\n\t\t\tpost.comment_status\n\t\t\t\t? [ 'comment_status', post.comment_status ]\n\t\t\t\t: false,\n\t\t\tpost.ping_status ? [ 'ping_status', post.ping_status ] : false,\n\t\t\tpost.sticky ? [ 'sticky', post.sticky ] : false,\n\t\t\tpost.author ? [ 'post_author', post.author ] : false,\n\t\t].filter( Boolean );\n\n\t\t// We gather all the metaboxes locations data and the base form data.\n\t\tconst baseFormData = new window.FormData(\n\t\t\tdocument.querySelector( '.metabox-base-form' )\n\t\t);\n\t\tconst activeMetaBoxLocations = select.getActiveMetaBoxLocations();\n\t\tconst formDataToMerge = [\n\t\t\tbaseFormData,\n\t\t\t...activeMetaBoxLocations.map(\n\t\t\t\t( location ) =>\n\t\t\t\t\tnew window.FormData( getMetaBoxContainer( location ) )\n\t\t\t),\n\t\t];\n\n\t\t// Merge all form data objects into a single one.\n\t\tconst formData = formDataToMerge.reduce( ( memo, currentFormData ) => {\n\t\t\tfor ( const [ key, value ] of currentFormData ) {\n\t\t\t\tmemo.append( key, value );\n\t\t\t}\n\t\t\treturn memo;\n\t\t}, new window.FormData() );\n\t\tadditionalData.forEach( ( [ key, value ] ) =>\n\t\t\tformData.append( key, value )\n\t\t);\n\n\t\ttry {\n\t\t\t// Save the metaboxes.\n\t\t\tawait apiFetch( {\n\t\t\t\turl: window._wpMetaBoxUrl,\n\t\t\t\tmethod: 'POST',\n\t\t\t\tbody: formData,\n\t\t\t\tparse: false,\n\t\t\t} );\n\t\t\tdispatch.metaBoxUpdatesSuccess();\n\t\t} catch {\n\t\t\tdispatch.metaBoxUpdatesFailure();\n\t\t}\n\t};\n\n/**\n * Returns an action object used to signal a successful meta box update.\n *\n * @return {Object} Action object.\n */\nexport function metaBoxUpdatesSuccess() {\n\treturn {\n\t\ttype: 'META_BOX_UPDATES_SUCCESS',\n\t};\n}\n\n/**\n * Returns an action object used to signal a failed meta box update.\n *\n * @return {Object} Action object.\n */\nexport function metaBoxUpdatesFailure() {\n\treturn {\n\t\ttype: 'META_BOX_UPDATES_FAILURE',\n\t};\n}\n\n/**\n * Action that changes the width of the editing canvas.\n *\n * @deprecated\n *\n * @param {string} deviceType\n */\nexport const __experimentalSetPreviewDeviceType =\n\t( deviceType ) =>\n\t( { registry } ) => {\n\t\tdeprecated(\n\t\t\t\"dispatch( 'core/edit-post' ).__experimentalSetPreviewDeviceType\",\n\t\t\t{\n\t\t\t\tsince: '6.5',\n\t\t\t\tversion: '6.7',\n\t\t\t\thint: 'registry.dispatch( editorStore ).setDeviceType',\n\t\t\t}\n\t\t);\n\t\tregistry.dispatch( editorStore ).setDeviceType( deviceType );\n\t};\n\n/**\n * Returns an action object used to open/close the inserter.\n *\n * @deprecated\n *\n * @param {boolean|Object} value Whether the inserter should be opened (true) or closed (false).\n */\nexport const setIsInserterOpened =\n\t( value ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"dispatch( 'core/edit-post' ).setIsInserterOpened\", {\n\t\t\tsince: '6.5',\n\t\t\talternative: \"dispatch( 'core/editor').setIsInserterOpened\",\n\t\t} );\n\t\tregistry.dispatch( editorStore ).setIsInserterOpened( value );\n\t};\n\n/**\n * Returns an action object used to open/close the list view.\n *\n * @deprecated\n *\n * @param {boolean} isOpen A boolean representing whether the list view should be opened or closed.\n */\nexport const setIsListViewOpened =\n\t( isOpen ) =>\n\t( { registry } ) => {\n\t\tdeprecated( \"dispatch( 'core/edit-post' ).setIsListViewOpened\", {\n\t\t\tsince: '6.5',\n\t\t\talternative: \"dispatch( 'core/editor').setIsListViewOpened\",\n\t\t} );\n\t\tregistry.dispatch( editorStore ).setIsListViewOpened( isOpen );\n\t};\n\n/**\n * Returns an action object used to switch to template editing.\n *\n * @deprecated\n */\nexport function setIsEditingTemplate() {\n\tdeprecated( \"dispatch( 'core/edit-post' ).setIsEditingTemplate\", {\n\t\tsince: '6.5',\n\t\talternative: \"dispatch( 'core/editor').setRenderingMode\",\n\t} );\n\treturn { type: 'NOTHING' };\n}\n\n/**\n * Switches to the template mode.\n */\nexport const __unstableSwitchToTemplateMode =\n\t() =>\n\t( { registry } ) => {\n\t\tregistry.dispatch( editorStore ).setRenderingMode( 'template-only' );\n\t};\n\n/**\n * Create a block based template.\n *\n * @deprecated\n */\nexport function __unstableCreateTemplate() {\n\tdeprecated( \"dispatch( 'core/edit-post' ).__unstableCreateTemplate\", {\n\t\tsince: '6.5',\n\t} );\n\treturn { type: 'NOTHING' };\n}\n\nlet metaBoxesInitialized = false;\n\n/**\n * Initializes WordPress `postboxes` script and the logic for saving meta boxes.\n */\nexport const initializeMetaBoxes =\n\t() =>\n\t( { registry, select, dispatch } ) => {\n\t\tconst isEditorReady = registry\n\t\t\t.select( editorStore )\n\t\t\t.__unstableIsEditorReady();\n\n\t\tif ( ! isEditorReady ) {\n\t\t\treturn;\n\t\t}\n\t\t// Only initialize once.\n\t\tif ( metaBoxesInitialized ) {\n\t\t\treturn;\n\t\t}\n\t\tconst postType = registry.select( editorStore ).getCurrentPostType();\n\t\tif ( window.postboxes.page !== postType ) {\n\t\t\twindow.postboxes.add_postbox_toggles( postType );\n\t\t}\n\n\t\tmetaBoxesInitialized = true;\n\n\t\t// Save metaboxes on save completion, except for autosaves.\n\t\taddFilter(\n\t\t\t'editor.__unstableSavePost',\n\t\t\t'core/edit-post/save-metaboxes',\n\t\t\t( previous, options ) =>\n\t\t\t\tprevious.then( () => {\n\t\t\t\t\tif ( options.isAutosave ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( ! select.hasMetaBoxes() ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn dispatch.requestMetaBoxUpdates();\n\t\t\t\t} )\n\t\t);\n\n\t\tdispatch( {\n\t\t\ttype: 'META_BOXES_INITIALIZED',\n\t\t} );\n\t};\n\n/**\n * Action that toggles Distraction free mode.\n * Distraction free mode expects there are no sidebars, as due to the\n * z-index values set, you can't close sidebars.\n */\nexport const toggleDistractionFree =\n\t() =>\n\t( { dispatch, registry } ) => {\n\t\tconst isDistractionFree = registry\n\t\t\t.select( preferencesStore )\n\t\t\t.get( 'core', 'distractionFree' );\n\t\tif ( ! isDistractionFree ) {\n\t\t\tregistry.batch( () => {\n\t\t\t\tregistry\n\t\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t\t.set( 'core', 'fixedToolbar', true );\n\t\t\t\tregistry.dispatch( editorStore ).setIsInserterOpened( false );\n\t\t\t\tregistry.dispatch( editorStore ).setIsListViewOpened( false );\n\t\t\t\tdispatch.closeGeneralSidebar();\n\t\t\t} );\n\t\t}\n\t\tregistry.batch( () => {\n\t\t\tregistry\n\t\t\t\t.dispatch( preferencesStore )\n\t\t\t\t.set( 'core', 'distractionFree', ! isDistractionFree );\n\t\t\tregistry\n\t\t\t\t.dispatch( noticesStore )\n\t\t\t\t.createInfoNotice(\n\t\t\t\t\tisDistractionFree\n\t\t\t\t\t\t? __( 'Distraction free off.' )\n\t\t\t\t\t\t: __( 'Distraction free on.' ),\n\t\t\t\t\t{\n\t\t\t\t\t\tid: 'core/edit-post/distraction-free-mode/notice',\n\t\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t} );\n\t};\n"],"mappings":"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"}
|
package/build/store/reducer.js
CHANGED
|
@@ -3,36 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.blockInserterPanel = blockInserterPanel;
|
|
7
6
|
exports.default = void 0;
|
|
8
|
-
exports.deviceType = deviceType;
|
|
9
7
|
exports.isSavingMetaBoxes = isSavingMetaBoxes;
|
|
10
|
-
exports.listViewPanel = listViewPanel;
|
|
11
8
|
exports.metaBoxLocations = metaBoxLocations;
|
|
12
9
|
exports.publishSidebarActive = publishSidebarActive;
|
|
13
|
-
exports.removedPanels = removedPanels;
|
|
14
10
|
var _data = require("@wordpress/data");
|
|
15
11
|
/**
|
|
16
12
|
* WordPress dependencies
|
|
17
13
|
*/
|
|
18
14
|
|
|
19
|
-
/**
|
|
20
|
-
* Reducer storing the list of all programmatically removed panels.
|
|
21
|
-
*
|
|
22
|
-
* @param {Array} state Current state.
|
|
23
|
-
* @param {Object} action Action object.
|
|
24
|
-
*
|
|
25
|
-
* @return {Array} Updated state.
|
|
26
|
-
*/
|
|
27
|
-
function removedPanels(state = [], action) {
|
|
28
|
-
switch (action.type) {
|
|
29
|
-
case 'REMOVE_PANEL':
|
|
30
|
-
if (!state.includes(action.panelName)) {
|
|
31
|
-
return [...state, action.panelName];
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
return state;
|
|
35
|
-
}
|
|
36
15
|
function publishSidebarActive(state = false, action) {
|
|
37
16
|
switch (action.type) {
|
|
38
17
|
case 'OPEN_PUBLISH_SIDEBAR':
|
|
@@ -103,74 +82,6 @@ function metaBoxLocations(state = {}, action) {
|
|
|
103
82
|
return state;
|
|
104
83
|
}
|
|
105
84
|
|
|
106
|
-
/**
|
|
107
|
-
* Reducer returning the editing canvas device type.
|
|
108
|
-
*
|
|
109
|
-
* @param {Object} state Current state.
|
|
110
|
-
* @param {Object} action Dispatched action.
|
|
111
|
-
*
|
|
112
|
-
* @return {Object} Updated state.
|
|
113
|
-
*/
|
|
114
|
-
function deviceType(state = 'Desktop', action) {
|
|
115
|
-
switch (action.type) {
|
|
116
|
-
case 'SET_PREVIEW_DEVICE_TYPE':
|
|
117
|
-
return action.deviceType;
|
|
118
|
-
}
|
|
119
|
-
return state;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* Reducer to set the block inserter panel open or closed.
|
|
124
|
-
*
|
|
125
|
-
* Note: this reducer interacts with the list view panel reducer
|
|
126
|
-
* to make sure that only one of the two panels is open at the same time.
|
|
127
|
-
*
|
|
128
|
-
* @param {Object} state Current state.
|
|
129
|
-
* @param {Object} action Dispatched action.
|
|
130
|
-
*/
|
|
131
|
-
function blockInserterPanel(state = false, action) {
|
|
132
|
-
switch (action.type) {
|
|
133
|
-
case 'SET_IS_LIST_VIEW_OPENED':
|
|
134
|
-
return action.isOpen ? false : state;
|
|
135
|
-
case 'SET_IS_INSERTER_OPENED':
|
|
136
|
-
return action.value;
|
|
137
|
-
}
|
|
138
|
-
return state;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Reducer to set the list view panel open or closed.
|
|
143
|
-
*
|
|
144
|
-
* Note: this reducer interacts with the inserter panel reducer
|
|
145
|
-
* to make sure that only one of the two panels is open at the same time.
|
|
146
|
-
*
|
|
147
|
-
* @param {Object} state Current state.
|
|
148
|
-
* @param {Object} action Dispatched action.
|
|
149
|
-
*/
|
|
150
|
-
function listViewPanel(state = false, action) {
|
|
151
|
-
switch (action.type) {
|
|
152
|
-
case 'SET_IS_INSERTER_OPENED':
|
|
153
|
-
return action.value ? false : state;
|
|
154
|
-
case 'SET_IS_LIST_VIEW_OPENED':
|
|
155
|
-
return action.isOpen;
|
|
156
|
-
}
|
|
157
|
-
return state;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* Reducer tracking whether template editing is on or off.
|
|
162
|
-
*
|
|
163
|
-
* @param {boolean} state
|
|
164
|
-
* @param {Object} action
|
|
165
|
-
*/
|
|
166
|
-
function isEditingTemplate(state = false, action) {
|
|
167
|
-
switch (action.type) {
|
|
168
|
-
case 'SET_IS_EDITING_TEMPLATE':
|
|
169
|
-
return action.value;
|
|
170
|
-
}
|
|
171
|
-
return state;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
85
|
/**
|
|
175
86
|
* Reducer tracking whether meta boxes are initialized.
|
|
176
87
|
*
|
|
@@ -193,12 +104,7 @@ const metaBoxes = (0, _data.combineReducers)({
|
|
|
193
104
|
});
|
|
194
105
|
var _default = (0, _data.combineReducers)({
|
|
195
106
|
metaBoxes,
|
|
196
|
-
publishSidebarActive
|
|
197
|
-
removedPanels,
|
|
198
|
-
deviceType,
|
|
199
|
-
blockInserterPanel,
|
|
200
|
-
listViewPanel,
|
|
201
|
-
isEditingTemplate
|
|
107
|
+
publishSidebarActive
|
|
202
108
|
});
|
|
203
109
|
exports.default = _default;
|
|
204
110
|
//# sourceMappingURL=reducer.js.map
|