@wordpress/edit-post 5.0.1-next.253d9b6e21.0 → 5.0.3
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/README.md +2 -5
- package/build/components/header/header-toolbar/index.native.js +10 -3
- package/build/components/header/header-toolbar/index.native.js.map +1 -1
- package/build/components/header/more-menu/index.js +3 -14
- package/build/components/header/more-menu/index.js.map +1 -1
- package/build/components/header/template-title/index.js +1 -1
- package/build/components/header/template-title/index.js.map +1 -1
- package/build/components/header/writing-menu/index.js +7 -10
- package/build/components/header/writing-menu/index.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +1 -1
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/index.js +1 -3
- package/build/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build/components/keyboard-shortcuts/index.js +1 -8
- package/build/components/keyboard-shortcuts/index.js.map +1 -1
- package/build/components/layout/index.js +3 -5
- package/build/components/layout/index.js.map +1 -1
- package/build/components/meta-boxes/index.js +39 -19
- package/build/components/meta-boxes/index.js.map +1 -1
- package/build/components/preferences-modal/index.js +46 -19
- package/build/components/preferences-modal/index.js.map +1 -1
- package/build/components/secondary-sidebar/inserter-sidebar.js +2 -1
- package/build/components/secondary-sidebar/inserter-sidebar.js.map +1 -1
- package/build/components/sidebar/plugin-sidebar/index.js +1 -1
- package/build/components/sidebar/plugin-sidebar/index.js.map +1 -1
- package/build/components/sidebar/post-link/index.js +1 -1
- package/build/components/sidebar/post-link/index.js.map +1 -1
- package/build/components/sidebar/template/actions.js +6 -1
- package/build/components/sidebar/template/actions.js.map +1 -1
- package/build/components/visual-editor/index.js +6 -4
- package/build/components/visual-editor/index.js.map +1 -1
- package/build/editor.js +9 -5
- package/build/editor.js.map +1 -1
- package/build/index.js +22 -12
- package/build/index.js.map +1 -1
- package/build/plugins/welcome-guide-menu-item/index.js +6 -7
- package/build/plugins/welcome-guide-menu-item/index.js.map +1 -1
- package/build/store/actions.js +68 -59
- package/build/store/actions.js.map +1 -1
- package/build/store/defaults.js +0 -9
- package/build/store/defaults.js.map +1 -1
- package/build/store/reducer.js +20 -11
- package/build/store/reducer.js.map +1 -1
- package/build/store/selectors.js +24 -10
- package/build/store/selectors.js.map +1 -1
- package/build-module/components/header/header-toolbar/index.native.js +11 -4
- package/build-module/components/header/header-toolbar/index.native.js.map +1 -1
- package/build-module/components/header/more-menu/index.js +5 -15
- package/build-module/components/header/more-menu/index.js.map +1 -1
- package/build-module/components/header/template-title/index.js +1 -1
- package/build-module/components/header/template-title/index.js.map +1 -1
- package/build-module/components/header/writing-menu/index.js +7 -8
- package/build-module/components/header/writing-menu/index.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/index.js +1 -3
- package/build-module/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build-module/components/keyboard-shortcuts/index.js +1 -8
- package/build-module/components/keyboard-shortcuts/index.js.map +1 -1
- package/build-module/components/layout/index.js +4 -6
- package/build-module/components/layout/index.js.map +1 -1
- package/build-module/components/meta-boxes/index.js +40 -19
- package/build-module/components/meta-boxes/index.js.map +1 -1
- package/build-module/components/preferences-modal/index.js +47 -21
- package/build-module/components/preferences-modal/index.js.map +1 -1
- package/build-module/components/secondary-sidebar/inserter-sidebar.js +2 -1
- package/build-module/components/secondary-sidebar/inserter-sidebar.js.map +1 -1
- package/build-module/components/sidebar/plugin-sidebar/index.js +1 -1
- package/build-module/components/sidebar/plugin-sidebar/index.js.map +1 -1
- package/build-module/components/sidebar/post-link/index.js +1 -1
- package/build-module/components/sidebar/post-link/index.js.map +1 -1
- package/build-module/components/sidebar/template/actions.js +6 -1
- package/build-module/components/sidebar/template/actions.js.map +1 -1
- package/build-module/components/visual-editor/index.js +6 -4
- package/build-module/components/visual-editor/index.js.map +1 -1
- package/build-module/editor.js +9 -6
- package/build-module/editor.js.map +1 -1
- package/build-module/index.js +13 -5
- package/build-module/index.js.map +1 -1
- package/build-module/plugins/welcome-guide-menu-item/index.js +7 -8
- package/build-module/plugins/welcome-guide-menu-item/index.js.map +1 -1
- package/build-module/store/actions.js +66 -59
- package/build-module/store/actions.js.map +1 -1
- package/build-module/store/defaults.js +0 -9
- package/build-module/store/defaults.js.map +1 -1
- package/build-module/store/reducer.js +20 -11
- package/build-module/store/reducer.js.map +1 -1
- package/build-module/store/selectors.js +20 -7
- package/build-module/store/selectors.js.map +1 -1
- package/build-style/style-rtl.css +52 -35
- package/build-style/style.css +52 -35
- package/package.json +27 -27
- package/src/components/header/fullscreen-mode-close/style.scss +2 -2
- package/src/components/header/header-toolbar/index.native.js +8 -2
- package/src/components/header/more-menu/index.js +8 -13
- package/src/components/header/template-title/index.js +3 -1
- package/src/components/header/writing-menu/index.js +7 -8
- package/src/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +15 -12
- package/src/components/keyboard-shortcut-help-modal/index.js +1 -3
- package/src/components/keyboard-shortcut-help-modal/test/__snapshots__/index.js.snap +2 -2
- package/src/components/keyboard-shortcuts/index.js +19 -32
- package/src/components/layout/index.js +4 -10
- package/src/components/meta-boxes/index.js +41 -13
- package/src/components/preferences-modal/index.js +90 -36
- package/src/components/preferences-modal/style.scss +1 -17
- package/src/components/preferences-modal/test/__snapshots__/index.js.snap +297 -142
- package/src/components/secondary-sidebar/inserter-sidebar.js +1 -0
- package/src/components/sidebar/plugin-sidebar/index.js +1 -1
- package/src/components/sidebar/post-link/index.js +5 -1
- package/src/components/sidebar/template/actions.js +6 -1
- package/src/components/text-editor/style.scss +12 -22
- package/src/components/visual-editor/index.js +16 -10
- package/src/components/visual-editor/style.scss +3 -5
- package/src/components/welcome-guide/style.scss +5 -0
- package/src/editor.js +88 -79
- package/src/index.js +15 -5
- package/src/plugins/welcome-guide-menu-item/index.js +7 -12
- package/src/store/actions.js +99 -80
- package/src/store/defaults.js +0 -9
- package/src/store/reducer.js +17 -10
- package/src/store/selectors.js +27 -7
- package/src/store/test/actions.js +0 -11
- package/src/store/test/reducer.js +0 -12
- package/src/store/test/selectors.js +0 -46
- package/build/components/header/feature-toggle/index.js +0 -76
- package/build/components/header/feature-toggle/index.js.map +0 -1
- package/build-module/components/header/feature-toggle/index.js +0 -60
- package/build-module/components/header/feature-toggle/index.js.map +0 -1
- package/src/components/header/feature-toggle/index.js +0 -61
- package/src/components/header/more-menu/test/__snapshots__/index.js.snap +0 -129
- package/src/components/header/more-menu/test/index.js +0 -17
package/build/editor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/edit-post/src/editor.js"],"names":["Editor","postId","postType","settings","initialEdits","onError","props","hasFixedToolbar","focusMode","hasReducedUI","hasThemeStyles","post","preferredStyleVariations","hiddenBlockTypes","blockTypes","__experimentalLocalAutosaveInterval","keepCaretInsideBlock","isTemplateMode","template","select","isFeatureActive","getPreference","__experimentalGetPreviewDeviceType","isEditingTemplate","getEditedPostTemplate","editPostStore","getEntityRecord","getPostType","getEntityRecords","coreStore","getEditorSettings","editorStore","getBlockTypes","blocksStore","isTemplate","includes","postObject","posts","wp_id","supportsTemplateMode","isViewable","viewable","updatePreferredStyleVariations","setIsInserterOpened","editorSettings","result","__experimentalPreferredStyleVariations","value","onChange","__experimentalSetIsInserterOpened","defaultAllowedBlockTypes","allowedBlockTypes","styles","undefined","preventEventDiscovery"],"mappings":";;;;;;;;;AAgBA;;;;AAbA;;AAKA;;AACA;;AACA;;AAOA;;AACA;;AAKA;;AACA;;AACA;;AACA;;AACA;;AA3BA;AACA;AACA;;AAGA;AACA;AACA;;AAaA;AACA;AACA;AAOA,SAASA,MAAT,CAAiB;AAChBC,EAAAA,MADgB;AAEhBC,EAAAA,QAFgB;AAGhBC,EAAAA,QAHgB;AAIhBC,EAAAA,YAJgB;AAKhBC,EAAAA,OALgB;AAMhB,KAAGC;AANa,CAAjB,EAOI;AACH,QAAM;AACLC,IAAAA,eADK;AAELC,IAAAA,SAFK;AAGLC,IAAAA,YAHK;AAILC,IAAAA,cAJK;AAKLC,IAAAA,IALK;AAMLC,IAAAA,wBANK;AAOLC,IAAAA,gBAPK;AAQLC,IAAAA,UARK;AASLC,IAAAA,mCATK;AAULC,IAAAA,oBAVK;AAWLC,IAAAA,cAXK;AAYLC,IAAAA;AAZK,MAaF,qBAAaC,MAAF,IAAc;AAAA;;AAC5B,UAAM;AACLC,MAAAA,eADK;AAELC,MAAAA,aAFK;AAGLC,MAAAA,kCAHK;AAILC,MAAAA,iBAJK;AAKLC,MAAAA;AALK,QAMFL,MAAM,CAAEM,YAAF,CANV;AAOA,UAAM;AAAEC,MAAAA,eAAF;AAAmBC,MAAAA,WAAnB;AAAgCC,MAAAA;AAAhC,QAAqDT,MAAM,CAChEU,eADgE,CAAjE;AAGA,UAAM;AAAEC,MAAAA;AAAF,QAAwBX,MAAM,CAAEY,aAAF,CAApC;AACA,UAAM;AAAEC,MAAAA;AAAF,QAAoBb,MAAM,CAAEc,aAAF,CAAhC;AACA,UAAMC,UAAU,GAAG,CAAE,aAAF,EAAiB,kBAAjB,EAAsCC,QAAtC,CAClBjC,QADkB,CAAnB,CAb4B,CAgB5B;AACA;;AACA,QAAIkC,UAAJ;;AACA,QAAKF,UAAL,EAAkB;AACjB,YAAMG,KAAK,GAAGT,gBAAgB,CAAE,UAAF,EAAc1B,QAAd,EAAwB;AACrDoC,QAAAA,KAAK,EAAErC;AAD8C,OAAxB,CAA9B;AAGAmC,MAAAA,UAAU,GAAGC,KAAH,aAAGA,KAAH,uBAAGA,KAAK,CAAI,CAAJ,CAAlB;AACA,KALD,MAKO;AACND,MAAAA,UAAU,GAAGV,eAAe,CAAE,UAAF,EAAcxB,QAAd,EAAwBD,MAAxB,CAA5B;AACA;;AACD,UAAMsC,oBAAoB,GAAGT,iBAAiB,GAAGS,oBAAjD;AACA,UAAMC,UAAU,4CAAGb,WAAW,CAAEzB,QAAF,CAAd,iDAAG,aAAyBuC,QAA5B,yEAAwC,KAAxD;AAEA,WAAO;AACNlC,MAAAA,eAAe,EACda,eAAe,CAAE,cAAF,CAAf,IACAE,kCAAkC,OAAO,SAHpC;AAINd,MAAAA,SAAS,EAAEY,eAAe,CAAE,WAAF,CAJpB;AAKNX,MAAAA,YAAY,EAAEW,eAAe,CAAE,WAAF,CALvB;AAMNV,MAAAA,cAAc,EAAEU,eAAe,CAAE,aAAF,CANzB;AAONR,MAAAA,wBAAwB,EAAES,aAAa,CACtC,0BADsC,CAPjC;AAUNR,MAAAA,gBAAgB,EAAEQ,aAAa,CAAE,kBAAF,CAVzB;AAWNP,MAAAA,UAAU,EAAEkB,aAAa,EAXnB;AAYNjB,MAAAA,mCAAmC,EAAEM,aAAa,CACjD,uBADiD,CAZ5C;AAeNL,MAAAA,oBAAoB,EAAEI,eAAe,CAAE,sBAAF,CAf/B;AAgBNH,MAAAA,cAAc,EAAEM,iBAAiB,EAhB3B;AAiBNL,MAAAA,QAAQ,EACPqB,oBAAoB,IAAIC,UAAxB,GACGhB,qBAAqB,EADxB,GAEG,IApBE;AAqBNb,MAAAA,IAAI,EAAEyB;AArBA,KAAP;AAuBA,GArDG,CAbJ;AAoEA,QAAM;AAAEM,IAAAA,8BAAF;AAAkCC,IAAAA;AAAlC,MAA0D,uBAC/DlB,YAD+D,CAAhE;AAIA,QAAMmB,cAAc,GAAG,sBAAS,MAAM;AACrC,UAAMC,MAAM,GAAG,EACd,GAAG,kBAAM1C,QAAN,EAAgB,CAAE,QAAF,CAAhB,CADW;AAEd2C,MAAAA,sCAAsC,EAAE;AACvCC,QAAAA,KAAK,EAAEnC,wBADgC;AAEvCoC,QAAAA,QAAQ,EAAEN;AAF6B,OAF1B;AAMdnC,MAAAA,eANc;AAOdC,MAAAA,SAPc;AAQdC,MAAAA,YARc;AASdM,MAAAA,mCATc;AAWd;AACAkC,MAAAA,iCAAiC,EAAEN,mBAZrB;AAad3B,MAAAA;AAbc,KAAf,CADqC,CAiBrC;;AACA,QAAK,kBAAMH,gBAAN,IAA2B,CAAhC,EAAoC;AACnC;AACA;AACA;AACA,YAAMqC,wBAAwB,GAC7B,SAAS/C,QAAQ,CAACgD,iBAAlB,GACG,iBAAKrC,UAAL,EAAiB,MAAjB,CADH,GAEGX,QAAQ,CAACgD,iBAAT,IAA8B,EAHlC;AAKAN,MAAAA,MAAM,CAACM,iBAAP,GAA2B,qBAC1BD,wBAD0B,EAE1B,GAAGrC,gBAFuB,CAA3B;AAIA;;AAED,WAAOgC,MAAP;AACA,GAlCsB,EAkCpB,CACF1C,QADE,EAEFI,eAFE,EAGFC,SAHE,EAIFC,YAJE,EAKFI,gBALE,EAMFC,UANE,EAOFF,wBAPE,EAQFG,mCARE,EASF4B,mBATE,EAUFD,8BAVE,EAWF1B,oBAXE,CAlCoB,CAAvB;AAgDA,QAAMoC,MAAM,GAAG,sBAAS,MAAM;AAC7B,WAAO1C,cAAc,GAAGP,QAAQ,CAACiD,MAAZ,GAAqB,EAA1C;AACA,GAFc,EAEZ,CAAEjD,QAAF,EAAYO,cAAZ,CAFY,CAAf;;AAIA,MAAK,CAAEC,IAAP,EAAc;AACb,WAAO,IAAP;AACA;;AAED,SACC,4BAAC,mBAAD,QACC,4BAAC,yBAAD,CAAkB,QAAlB;AAA2B,IAAA,KAAK,EAAGR;AAAnC,KACC,4BAAC,4BAAD,QACC,4BAAC,sBAAD;AACC,IAAA,QAAQ,EAAGyC,cADZ;AAEC,IAAA,IAAI,EAAGjC,IAFR;AAGC,IAAA,YAAY,EAAGP,YAHhB;AAIC,IAAA,cAAc,EAAG,KAJlB;AAKC,IAAA,kBAAkB,EACjBa,cAAc,GAAGC,QAAH,GAAcmC;AAN9B,KAQM/C,KARN,GAUC,4BAAC,qBAAD;AAAe,IAAA,OAAO,EAAGD;AAAzB,KACC,4BAAC,6BAAD;AAAsB,IAAA,MAAM,EAAGJ;AAA/B,IADD,EAEC,4BAAC,eAAD;AAAQ,IAAA,MAAM,EAAGmD;AAAjB,IAFD,EAGC,4BAAC,6BAAD;AACC,IAAA,SAAS,EAAGE;AADb,IAHD,CAVD,EAiBC,4BAAC,uBAAD,OAjBD,CADD,CADD,CADD,CADD;AA2BA;;eAEctD,M","sourcesContent":["/**\n * External dependencies\n */\nimport { size, map, without, omit } from 'lodash';\n\n/**\n * WordPress dependencies\n */\nimport { store as blocksStore } from '@wordpress/blocks';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport {\n\tEditorProvider,\n\tErrorBoundary,\n\tPostLockedModal,\n\tstore as editorStore,\n} from '@wordpress/editor';\nimport { StrictMode, useMemo } from '@wordpress/element';\nimport { KeyboardShortcuts, SlotFillProvider } from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport preventEventDiscovery from './prevent-event-discovery';\nimport Layout from './components/layout';\nimport EditorInitialization from './components/editor-initialization';\nimport EditPostSettings from './components/edit-post-settings';\nimport { store as editPostStore } from './store';\n\nfunction Editor( {\n\tpostId,\n\tpostType,\n\tsettings,\n\tinitialEdits,\n\tonError,\n\t...props\n} ) {\n\tconst {\n\t\thasFixedToolbar,\n\t\tfocusMode,\n\t\thasReducedUI,\n\t\thasThemeStyles,\n\t\tpost,\n\t\tpreferredStyleVariations,\n\t\thiddenBlockTypes,\n\t\tblockTypes,\n\t\t__experimentalLocalAutosaveInterval,\n\t\tkeepCaretInsideBlock,\n\t\tisTemplateMode,\n\t\ttemplate,\n\t} = useSelect( ( select ) => {\n\t\tconst {\n\t\t\tisFeatureActive,\n\t\t\tgetPreference,\n\t\t\t__experimentalGetPreviewDeviceType,\n\t\t\tisEditingTemplate,\n\t\t\tgetEditedPostTemplate,\n\t\t} = select( editPostStore );\n\t\tconst { getEntityRecord, getPostType, getEntityRecords } = select(\n\t\t\tcoreStore\n\t\t);\n\t\tconst { getEditorSettings } = select( editorStore );\n\t\tconst { getBlockTypes } = select( blocksStore );\n\t\tconst isTemplate = [ 'wp_template', 'wp_template_part' ].includes(\n\t\t\tpostType\n\t\t);\n\t\t// Ideally the initializeEditor function should be called using the ID of the REST endpoint.\n\t\t// to avoid the special case.\n\t\tlet postObject;\n\t\tif ( isTemplate ) {\n\t\t\tconst posts = getEntityRecords( 'postType', postType, {\n\t\t\t\twp_id: postId,\n\t\t\t} );\n\t\t\tpostObject = posts?.[ 0 ];\n\t\t} else {\n\t\t\tpostObject = getEntityRecord( 'postType', postType, postId );\n\t\t}\n\t\tconst supportsTemplateMode = getEditorSettings().supportsTemplateMode;\n\t\tconst isViewable = getPostType( postType )?.viewable ?? false;\n\n\t\treturn {\n\t\t\thasFixedToolbar:\n\t\t\t\tisFeatureActive( 'fixedToolbar' ) ||\n\t\t\t\t__experimentalGetPreviewDeviceType() !== 'Desktop',\n\t\t\tfocusMode: isFeatureActive( 'focusMode' ),\n\t\t\thasReducedUI: isFeatureActive( 'reducedUI' ),\n\t\t\thasThemeStyles: isFeatureActive( 'themeStyles' ),\n\t\t\tpreferredStyleVariations: getPreference(\n\t\t\t\t'preferredStyleVariations'\n\t\t\t),\n\t\t\thiddenBlockTypes: getPreference( 'hiddenBlockTypes' ),\n\t\t\tblockTypes: getBlockTypes(),\n\t\t\t__experimentalLocalAutosaveInterval: getPreference(\n\t\t\t\t'localAutosaveInterval'\n\t\t\t),\n\t\t\tkeepCaretInsideBlock: isFeatureActive( 'keepCaretInsideBlock' ),\n\t\t\tisTemplateMode: isEditingTemplate(),\n\t\t\ttemplate:\n\t\t\t\tsupportsTemplateMode && isViewable\n\t\t\t\t\t? getEditedPostTemplate()\n\t\t\t\t\t: null,\n\t\t\tpost: postObject,\n\t\t};\n\t} );\n\n\tconst { updatePreferredStyleVariations, setIsInserterOpened } = useDispatch(\n\t\teditPostStore\n\t);\n\n\tconst editorSettings = useMemo( () => {\n\t\tconst result = {\n\t\t\t...omit( settings, [ 'styles' ] ),\n\t\t\t__experimentalPreferredStyleVariations: {\n\t\t\t\tvalue: preferredStyleVariations,\n\t\t\t\tonChange: updatePreferredStyleVariations,\n\t\t\t},\n\t\t\thasFixedToolbar,\n\t\t\tfocusMode,\n\t\t\thasReducedUI,\n\t\t\t__experimentalLocalAutosaveInterval,\n\n\t\t\t// This is marked as experimental to give time for the quick inserter to mature.\n\t\t\t__experimentalSetIsInserterOpened: setIsInserterOpened,\n\t\t\tkeepCaretInsideBlock,\n\t\t};\n\n\t\t// Omit hidden block types if exists and non-empty.\n\t\tif ( size( hiddenBlockTypes ) > 0 ) {\n\t\t\t// Defer to passed setting for `allowedBlockTypes` if provided as\n\t\t\t// anything other than `true` (where `true` is equivalent to allow\n\t\t\t// all block types).\n\t\t\tconst defaultAllowedBlockTypes =\n\t\t\t\ttrue === settings.allowedBlockTypes\n\t\t\t\t\t? map( blockTypes, 'name' )\n\t\t\t\t\t: settings.allowedBlockTypes || [];\n\n\t\t\tresult.allowedBlockTypes = without(\n\t\t\t\tdefaultAllowedBlockTypes,\n\t\t\t\t...hiddenBlockTypes\n\t\t\t);\n\t\t}\n\n\t\treturn result;\n\t}, [\n\t\tsettings,\n\t\thasFixedToolbar,\n\t\tfocusMode,\n\t\thasReducedUI,\n\t\thiddenBlockTypes,\n\t\tblockTypes,\n\t\tpreferredStyleVariations,\n\t\t__experimentalLocalAutosaveInterval,\n\t\tsetIsInserterOpened,\n\t\tupdatePreferredStyleVariations,\n\t\tkeepCaretInsideBlock,\n\t] );\n\n\tconst styles = useMemo( () => {\n\t\treturn hasThemeStyles ? settings.styles : [];\n\t}, [ settings, hasThemeStyles ] );\n\n\tif ( ! post ) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<StrictMode>\n\t\t\t<EditPostSettings.Provider value={ settings }>\n\t\t\t\t<SlotFillProvider>\n\t\t\t\t\t<EditorProvider\n\t\t\t\t\t\tsettings={ editorSettings }\n\t\t\t\t\t\tpost={ post }\n\t\t\t\t\t\tinitialEdits={ initialEdits }\n\t\t\t\t\t\tuseSubRegistry={ false }\n\t\t\t\t\t\t__unstableTemplate={\n\t\t\t\t\t\t\tisTemplateMode ? template : undefined\n\t\t\t\t\t\t}\n\t\t\t\t\t\t{ ...props }\n\t\t\t\t\t>\n\t\t\t\t\t\t<ErrorBoundary onError={ onError }>\n\t\t\t\t\t\t\t<EditorInitialization postId={ postId } />\n\t\t\t\t\t\t\t<Layout styles={ styles } />\n\t\t\t\t\t\t\t<KeyboardShortcuts\n\t\t\t\t\t\t\t\tshortcuts={ preventEventDiscovery }\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</ErrorBoundary>\n\t\t\t\t\t\t<PostLockedModal />\n\t\t\t\t\t</EditorProvider>\n\t\t\t\t</SlotFillProvider>\n\t\t\t</EditPostSettings.Provider>\n\t\t</StrictMode>\n\t);\n}\n\nexport default Editor;\n"]}
|
|
1
|
+
{"version":3,"sources":["@wordpress/edit-post/src/editor.js"],"names":["Editor","postId","postType","settings","initialEdits","onError","props","hasFixedToolbar","focusMode","hasReducedUI","hasThemeStyles","post","preferredStyleVariations","hiddenBlockTypes","blockTypes","__experimentalLocalAutosaveInterval","keepCaretInsideBlock","isTemplateMode","template","select","isFeatureActive","getPreference","__experimentalGetPreviewDeviceType","isEditingTemplate","getEditedPostTemplate","editPostStore","getEntityRecord","getPostType","getEntityRecords","coreStore","getEditorSettings","editorStore","getBlockTypes","blocksStore","isTemplate","includes","postObject","posts","wp_id","supportsTemplateMode","isViewable","viewable","updatePreferredStyleVariations","setIsInserterOpened","editorSettings","result","__experimentalPreferredStyleVariations","value","onChange","__experimentalSetIsInserterOpened","defaultAllowedBlockTypes","allowedBlockTypes","styles","length","defaultEditorStyles","undefined","preventEventDiscovery"],"mappings":"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","sourcesContent":["/**\n * External dependencies\n */\nimport { size, map, without } from 'lodash';\n\n/**\n * WordPress dependencies\n */\nimport { store as blocksStore } from '@wordpress/blocks';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport {\n\tEditorProvider,\n\tErrorBoundary,\n\tPostLockedModal,\n\tstore as editorStore,\n} from '@wordpress/editor';\nimport { StrictMode, useMemo } from '@wordpress/element';\nimport { KeyboardShortcuts, SlotFillProvider } from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\nimport { ShortcutProvider } from '@wordpress/keyboard-shortcuts';\n\n/**\n * Internal dependencies\n */\nimport preventEventDiscovery from './prevent-event-discovery';\nimport Layout from './components/layout';\nimport EditorInitialization from './components/editor-initialization';\nimport EditPostSettings from './components/edit-post-settings';\nimport { store as editPostStore } from './store';\n\nfunction Editor( {\n\tpostId,\n\tpostType,\n\tsettings,\n\tinitialEdits,\n\tonError,\n\t...props\n} ) {\n\tconst {\n\t\thasFixedToolbar,\n\t\tfocusMode,\n\t\thasReducedUI,\n\t\thasThemeStyles,\n\t\tpost,\n\t\tpreferredStyleVariations,\n\t\thiddenBlockTypes,\n\t\tblockTypes,\n\t\t__experimentalLocalAutosaveInterval,\n\t\tkeepCaretInsideBlock,\n\t\tisTemplateMode,\n\t\ttemplate,\n\t} = useSelect(\n\t\t( select ) => {\n\t\t\tconst {\n\t\t\t\tisFeatureActive,\n\t\t\t\tgetPreference,\n\t\t\t\t__experimentalGetPreviewDeviceType,\n\t\t\t\tisEditingTemplate,\n\t\t\t\tgetEditedPostTemplate,\n\t\t\t} = select( editPostStore );\n\t\t\tconst { getEntityRecord, getPostType, getEntityRecords } = select(\n\t\t\t\tcoreStore\n\t\t\t);\n\t\t\tconst { getEditorSettings } = select( editorStore );\n\t\t\tconst { getBlockTypes } = select( blocksStore );\n\t\t\tconst isTemplate = [ 'wp_template', 'wp_template_part' ].includes(\n\t\t\t\tpostType\n\t\t\t);\n\t\t\t// Ideally the initializeEditor function should be called using the ID of the REST endpoint.\n\t\t\t// to avoid the special case.\n\t\t\tlet postObject;\n\t\t\tif ( isTemplate ) {\n\t\t\t\tconst posts = getEntityRecords( 'postType', postType, {\n\t\t\t\t\twp_id: postId,\n\t\t\t\t} );\n\t\t\t\tpostObject = posts?.[ 0 ];\n\t\t\t} else {\n\t\t\t\tpostObject = getEntityRecord( 'postType', postType, postId );\n\t\t\t}\n\t\t\tconst supportsTemplateMode = getEditorSettings()\n\t\t\t\t.supportsTemplateMode;\n\t\t\tconst isViewable = getPostType( postType )?.viewable ?? false;\n\n\t\t\treturn {\n\t\t\t\thasFixedToolbar:\n\t\t\t\t\tisFeatureActive( 'fixedToolbar' ) ||\n\t\t\t\t\t__experimentalGetPreviewDeviceType() !== 'Desktop',\n\t\t\t\tfocusMode: isFeatureActive( 'focusMode' ),\n\t\t\t\thasReducedUI: isFeatureActive( 'reducedUI' ),\n\t\t\t\thasThemeStyles: isFeatureActive( 'themeStyles' ),\n\t\t\t\tpreferredStyleVariations: getPreference(\n\t\t\t\t\t'preferredStyleVariations'\n\t\t\t\t),\n\t\t\t\thiddenBlockTypes: getPreference( 'hiddenBlockTypes' ),\n\t\t\t\tblockTypes: getBlockTypes(),\n\t\t\t\t__experimentalLocalAutosaveInterval: getPreference(\n\t\t\t\t\t'localAutosaveInterval'\n\t\t\t\t),\n\t\t\t\tkeepCaretInsideBlock: isFeatureActive( 'keepCaretInsideBlock' ),\n\t\t\t\tisTemplateMode: isEditingTemplate(),\n\t\t\t\ttemplate:\n\t\t\t\t\tsupportsTemplateMode && isViewable\n\t\t\t\t\t\t? getEditedPostTemplate()\n\t\t\t\t\t\t: null,\n\t\t\t\tpost: postObject,\n\t\t\t};\n\t\t},\n\t\t[ postType, postId ]\n\t);\n\n\tconst { updatePreferredStyleVariations, setIsInserterOpened } = useDispatch(\n\t\teditPostStore\n\t);\n\n\tconst editorSettings = useMemo( () => {\n\t\tconst result = {\n\t\t\t...settings,\n\t\t\t__experimentalPreferredStyleVariations: {\n\t\t\t\tvalue: preferredStyleVariations,\n\t\t\t\tonChange: updatePreferredStyleVariations,\n\t\t\t},\n\t\t\thasFixedToolbar,\n\t\t\tfocusMode,\n\t\t\thasReducedUI,\n\t\t\t__experimentalLocalAutosaveInterval,\n\n\t\t\t// This is marked as experimental to give time for the quick inserter to mature.\n\t\t\t__experimentalSetIsInserterOpened: setIsInserterOpened,\n\t\t\tkeepCaretInsideBlock,\n\t\t};\n\n\t\t// Omit hidden block types if exists and non-empty.\n\t\tif ( size( hiddenBlockTypes ) > 0 ) {\n\t\t\t// Defer to passed setting for `allowedBlockTypes` if provided as\n\t\t\t// anything other than `true` (where `true` is equivalent to allow\n\t\t\t// all block types).\n\t\t\tconst defaultAllowedBlockTypes =\n\t\t\t\ttrue === settings.allowedBlockTypes\n\t\t\t\t\t? map( blockTypes, 'name' )\n\t\t\t\t\t: settings.allowedBlockTypes || [];\n\n\t\t\tresult.allowedBlockTypes = without(\n\t\t\t\tdefaultAllowedBlockTypes,\n\t\t\t\t...hiddenBlockTypes\n\t\t\t);\n\t\t}\n\n\t\treturn result;\n\t}, [\n\t\tsettings,\n\t\thasFixedToolbar,\n\t\tfocusMode,\n\t\thasReducedUI,\n\t\thiddenBlockTypes,\n\t\tblockTypes,\n\t\tpreferredStyleVariations,\n\t\t__experimentalLocalAutosaveInterval,\n\t\tsetIsInserterOpened,\n\t\tupdatePreferredStyleVariations,\n\t\tkeepCaretInsideBlock,\n\t] );\n\n\tconst styles = useMemo( () => {\n\t\treturn hasThemeStyles && settings.styles?.length\n\t\t\t? settings.styles\n\t\t\t: settings.defaultEditorStyles;\n\t}, [ settings, hasThemeStyles ] );\n\n\tif ( ! post ) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<StrictMode>\n\t\t\t<ShortcutProvider>\n\t\t\t\t<EditPostSettings.Provider value={ settings }>\n\t\t\t\t\t<SlotFillProvider>\n\t\t\t\t\t\t<EditorProvider\n\t\t\t\t\t\t\tsettings={ editorSettings }\n\t\t\t\t\t\t\tpost={ post }\n\t\t\t\t\t\t\tinitialEdits={ initialEdits }\n\t\t\t\t\t\t\tuseSubRegistry={ false }\n\t\t\t\t\t\t\t__unstableTemplate={\n\t\t\t\t\t\t\t\tisTemplateMode ? template : undefined\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t{ ...props }\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ErrorBoundary onError={ onError }>\n\t\t\t\t\t\t\t\t<EditorInitialization postId={ postId } />\n\t\t\t\t\t\t\t\t<Layout styles={ styles } />\n\t\t\t\t\t\t\t\t<KeyboardShortcuts\n\t\t\t\t\t\t\t\t\tshortcuts={ preventEventDiscovery }\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</ErrorBoundary>\n\t\t\t\t\t\t\t<PostLockedModal />\n\t\t\t\t\t\t</EditorProvider>\n\t\t\t\t\t</SlotFillProvider>\n\t\t\t\t</EditPostSettings.Provider>\n\t\t\t</ShortcutProvider>\n\t\t</StrictMode>\n\t);\n}\n\nexport default Editor;\n"]}
|
package/build/index.js
CHANGED
|
@@ -7,12 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
});
|
|
8
8
|
exports.reinitializeEditor = reinitializeEditor;
|
|
9
9
|
exports.initializeEditor = initializeEditor;
|
|
10
|
-
Object.defineProperty(exports, "store", {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function () {
|
|
13
|
-
return _store.store;
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
10
|
Object.defineProperty(exports, "PluginBlockSettingsMenuItem", {
|
|
17
11
|
enumerable: true,
|
|
18
12
|
get: function () {
|
|
@@ -73,17 +67,25 @@ Object.defineProperty(exports, "__experimentalMainDashboardButton", {
|
|
|
73
67
|
return _mainDashboardButton.default;
|
|
74
68
|
}
|
|
75
69
|
});
|
|
70
|
+
Object.defineProperty(exports, "store", {
|
|
71
|
+
enumerable: true,
|
|
72
|
+
get: function () {
|
|
73
|
+
return _store.store;
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
76
|
|
|
77
77
|
var _element = require("@wordpress/element");
|
|
78
78
|
|
|
79
79
|
var _blockLibrary = require("@wordpress/block-library");
|
|
80
80
|
|
|
81
|
+
var _data = require("@wordpress/data");
|
|
82
|
+
|
|
83
|
+
var _interface = require("@wordpress/interface");
|
|
84
|
+
|
|
81
85
|
require("./hooks");
|
|
82
86
|
|
|
83
87
|
require("./plugins");
|
|
84
88
|
|
|
85
|
-
var _store = require("./store");
|
|
86
|
-
|
|
87
89
|
var _editor = _interopRequireDefault(require("./editor"));
|
|
88
90
|
|
|
89
91
|
var _pluginBlockSettingsMenuItem = _interopRequireDefault(require("./components/block-settings-menu/plugin-block-settings-menu-item"));
|
|
@@ -106,6 +108,8 @@ var _fullscreenModeClose = _interopRequireDefault(require("./components/header/f
|
|
|
106
108
|
|
|
107
109
|
var _mainDashboardButton = _interopRequireDefault(require("./components/header/main-dashboard-button"));
|
|
108
110
|
|
|
111
|
+
var _store = require("./store");
|
|
112
|
+
|
|
109
113
|
/**
|
|
110
114
|
* WordPress dependencies
|
|
111
115
|
*/
|
|
@@ -142,11 +146,8 @@ function reinitializeEditor(postType, postId, target, settings, initialEdits) {
|
|
|
142
146
|
/**
|
|
143
147
|
* Initializes and returns an instance of Editor.
|
|
144
148
|
*
|
|
145
|
-
* The return value of this function is not necessary if we change where we
|
|
146
|
-
* call initializeEditor(). This is due to metaBox timing.
|
|
147
|
-
*
|
|
148
149
|
* @param {string} id Unique identifier for editor instance.
|
|
149
|
-
* @param {
|
|
150
|
+
* @param {string} postType Post type of the post to edit.
|
|
150
151
|
* @param {Object} postId ID of the post to edit.
|
|
151
152
|
* @param {?Object} settings Editor settings object.
|
|
152
153
|
* @param {Object} initialEdits Programmatic edits to apply initially, to be
|
|
@@ -158,6 +159,15 @@ function reinitializeEditor(postType, postId, target, settings, initialEdits) {
|
|
|
158
159
|
function initializeEditor(id, postType, postId, settings, initialEdits) {
|
|
159
160
|
const target = document.getElementById(id);
|
|
160
161
|
const reboot = reinitializeEditor.bind(null, postType, postId, target, settings, initialEdits);
|
|
162
|
+
(0, _data.dispatch)(_interface.store).setFeatureDefaults('core/edit-post', {
|
|
163
|
+
fixedToolbar: false,
|
|
164
|
+
welcomeGuide: true,
|
|
165
|
+
fullscreenMode: true,
|
|
166
|
+
showIconLabels: false,
|
|
167
|
+
themeStyles: true,
|
|
168
|
+
showBlockBreadcrumbs: true,
|
|
169
|
+
welcomeGuideTemplate: true
|
|
170
|
+
});
|
|
161
171
|
(0, _blockLibrary.registerCoreBlocks)();
|
|
162
172
|
|
|
163
173
|
if (process.env.GUTENBERG_PHASE === 2) {
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/edit-post/src/index.js"],"names":["reinitializeEditor","postType","postId","target","settings","initialEdits","reboot","bind","initializeEditor","id","document","getElementById","process","env","GUTENBERG_PHASE","enableFSEBlocks","__unstableEnableFullSiteEditingBlocks","documentMode","compatMode","console","warn","isIphone","window","navigator","userAgent","indexOf","addEventListener","event","editorScrollContainer","getElementsByClassName","scrollY","scrollTop","scrollTo"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA;;AAJA;;
|
|
1
|
+
{"version":3,"sources":["@wordpress/edit-post/src/index.js"],"names":["reinitializeEditor","postType","postId","target","settings","initialEdits","reboot","bind","initializeEditor","id","document","getElementById","interfaceStore","setFeatureDefaults","fixedToolbar","welcomeGuide","fullscreenMode","showIconLabels","themeStyles","showBlockBreadcrumbs","welcomeGuideTemplate","process","env","GUTENBERG_PHASE","enableFSEBlocks","__unstableEnableFullSiteEditingBlocks","documentMode","compatMode","console","warn","isIphone","window","navigator","userAgent","indexOf","addEventListener","event","editorScrollContainer","getElementsByClassName","scrollY","scrollTop","scrollTo"],"mappings":"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","sourcesContent":["/**\n * WordPress dependencies\n */\nimport {\n\tregisterCoreBlocks,\n\t__experimentalRegisterExperimentalCoreBlocks,\n} from '@wordpress/block-library';\nimport { render, unmountComponentAtNode } from '@wordpress/element';\nimport { dispatch } from '@wordpress/data';\nimport { store as interfaceStore } from '@wordpress/interface';\n\n/**\n * Internal dependencies\n */\nimport './hooks';\nimport './plugins';\nimport Editor from './editor';\n\n/**\n * Reinitializes the editor after the user chooses to reboot the editor after\n * an unhandled error occurs, replacing previously mounted editor element using\n * an initial state from prior to the crash.\n *\n * @param {Object} postType Post type of the post to edit.\n * @param {Object} postId ID of the post to edit.\n * @param {Element} target DOM node in which editor is rendered.\n * @param {?Object} settings Editor settings object.\n * @param {Object} initialEdits Programmatic edits to apply initially, to be\n * considered as non-user-initiated (bypass for\n * unsaved changes prompt).\n */\nexport function reinitializeEditor(\n\tpostType,\n\tpostId,\n\ttarget,\n\tsettings,\n\tinitialEdits\n) {\n\tunmountComponentAtNode( target );\n\tconst reboot = reinitializeEditor.bind(\n\t\tnull,\n\t\tpostType,\n\t\tpostId,\n\t\ttarget,\n\t\tsettings,\n\t\tinitialEdits\n\t);\n\n\trender(\n\t\t<Editor\n\t\t\tsettings={ settings }\n\t\t\tonError={ reboot }\n\t\t\tpostId={ postId }\n\t\t\tpostType={ postType }\n\t\t\tinitialEdits={ initialEdits }\n\t\t\trecovery\n\t\t/>,\n\t\ttarget\n\t);\n}\n\n/**\n * Initializes and returns an instance of Editor.\n *\n * @param {string} id Unique identifier for editor instance.\n * @param {string} postType Post type of the post to edit.\n * @param {Object} postId ID of the post to edit.\n * @param {?Object} settings Editor settings object.\n * @param {Object} initialEdits Programmatic edits to apply initially, to be\n * considered as non-user-initiated (bypass for\n * unsaved changes prompt).\n */\nexport function initializeEditor(\n\tid,\n\tpostType,\n\tpostId,\n\tsettings,\n\tinitialEdits\n) {\n\tconst target = document.getElementById( id );\n\tconst reboot = reinitializeEditor.bind(\n\t\tnull,\n\t\tpostType,\n\t\tpostId,\n\t\ttarget,\n\t\tsettings,\n\t\tinitialEdits\n\t);\n\n\tdispatch( interfaceStore ).setFeatureDefaults( 'core/edit-post', {\n\t\tfixedToolbar: false,\n\t\twelcomeGuide: true,\n\t\tfullscreenMode: true,\n\t\tshowIconLabels: false,\n\t\tthemeStyles: true,\n\t\tshowBlockBreadcrumbs: true,\n\t\twelcomeGuideTemplate: true,\n\t} );\n\n\tregisterCoreBlocks();\n\tif ( process.env.GUTENBERG_PHASE === 2 ) {\n\t\t__experimentalRegisterExperimentalCoreBlocks( {\n\t\t\tenableFSEBlocks: settings.__unstableEnableFullSiteEditingBlocks,\n\t\t} );\n\t}\n\n\t// Show a console log warning if the browser is not in Standards rendering mode.\n\tconst documentMode =\n\t\tdocument.compatMode === 'CSS1Compat' ? 'Standards' : 'Quirks';\n\tif ( documentMode !== 'Standards' ) {\n\t\t// eslint-disable-next-line no-console\n\t\tconsole.warn(\n\t\t\t\"Your browser is using Quirks Mode. \\nThis can cause rendering issues such as blocks overlaying meta boxes in the editor. Quirks Mode can be triggered by PHP errors or HTML code appearing before the opening <!DOCTYPE html>. Try checking the raw page source or your site's PHP error log and resolving errors there, removing any HTML before the doctype, or disabling plugins.\"\n\t\t);\n\t}\n\n\t// This is a temporary fix for a couple of issues specific to Webkit on iOS.\n\t// Without this hack the browser scrolls the mobile toolbar off-screen.\n\t// Once supported in Safari we can replace this in favor of preventScroll.\n\t// For details see issue #18632 and PR #18686\n\t// Specifically, we scroll `interface-interface-skeleton__body` to enable a fixed top toolbar.\n\t// But Mobile Safari forces the `html` element to scroll upwards, hiding the toolbar.\n\n\tconst isIphone = window.navigator.userAgent.indexOf( 'iPhone' ) !== -1;\n\tif ( isIphone ) {\n\t\twindow.addEventListener( 'scroll', ( event ) => {\n\t\t\tconst editorScrollContainer = document.getElementsByClassName(\n\t\t\t\t'interface-interface-skeleton__body'\n\t\t\t)[ 0 ];\n\t\t\tif ( event.target === document ) {\n\t\t\t\t// Scroll element into view by scrolling the editor container by the same amount\n\t\t\t\t// that Mobile Safari tried to scroll the html element upwards.\n\t\t\t\tif ( window.scrollY > 100 ) {\n\t\t\t\t\teditorScrollContainer.scrollTop =\n\t\t\t\t\t\teditorScrollContainer.scrollTop + window.scrollY;\n\t\t\t\t}\n\t\t\t\t// Undo unwanted scroll on html element, but only in the visual editor.\n\t\t\t\tif (\n\t\t\t\t\tdocument.getElementsByClassName( 'is-mode-visual' )[ 0 ]\n\t\t\t\t) {\n\t\t\t\t\twindow.scrollTo( 0, 0 );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t}\n\n\trender(\n\t\t<Editor\n\t\t\tsettings={ settings }\n\t\t\tonError={ reboot }\n\t\t\tpostId={ postId }\n\t\t\tpostType={ postType }\n\t\t\tinitialEdits={ initialEdits }\n\t\t/>,\n\t\ttarget\n\t);\n}\n\nexport { default as PluginBlockSettingsMenuItem } from './components/block-settings-menu/plugin-block-settings-menu-item';\nexport { default as PluginDocumentSettingPanel } from './components/sidebar/plugin-document-setting-panel';\nexport { default as PluginMoreMenuItem } from './components/header/plugin-more-menu-item';\nexport { default as PluginPostPublishPanel } from './components/sidebar/plugin-post-publish-panel';\nexport { default as PluginPostStatusInfo } from './components/sidebar/plugin-post-status-info';\nexport { default as PluginPrePublishPanel } from './components/sidebar/plugin-pre-publish-panel';\nexport { default as PluginSidebar } from './components/sidebar/plugin-sidebar';\nexport { default as PluginSidebarMoreMenuItem } from './components/header/plugin-sidebar-more-menu-item';\nexport { default as __experimentalFullscreenModeClose } from './components/header/fullscreen-mode-close';\nexport { default as __experimentalMainDashboardButton } from './components/header/main-dashboard-button';\nexport { store } from './store';\n"]}
|
|
@@ -9,7 +9,7 @@ var _element = require("@wordpress/element");
|
|
|
9
9
|
|
|
10
10
|
var _data = require("@wordpress/data");
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _interface = require("@wordpress/interface");
|
|
13
13
|
|
|
14
14
|
var _i18n = require("@wordpress/i18n");
|
|
15
15
|
|
|
@@ -24,11 +24,10 @@ var _store = require("../../store");
|
|
|
24
24
|
*/
|
|
25
25
|
function WelcomeGuideMenuItem() {
|
|
26
26
|
const isTemplateMode = (0, _data.useSelect)(select => select(_store.store).isEditingTemplate(), []);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}, (0, _i18n.__)('Welcome Guide'));
|
|
27
|
+
return (0, _element.createElement)(_interface.MoreMenuFeatureToggle, {
|
|
28
|
+
scope: "core/edit-post",
|
|
29
|
+
feature: isTemplateMode ? 'welcomeGuideTemplate' : 'welcomeGuide',
|
|
30
|
+
label: (0, _i18n.__)('Welcome Guide')
|
|
31
|
+
});
|
|
33
32
|
}
|
|
34
33
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/edit-post/src/plugins/welcome-guide-menu-item/index.js"],"names":["WelcomeGuideMenuItem","isTemplateMode","select","editPostStore","isEditingTemplate"
|
|
1
|
+
{"version":3,"sources":["@wordpress/edit-post/src/plugins/welcome-guide-menu-item/index.js"],"names":["WelcomeGuideMenuItem","isTemplateMode","select","editPostStore","isEditingTemplate"],"mappings":";;;;;;;;;AAGA;;AACA;;AACA;;AAKA;;AAVA;AACA;AACA;;AAKA;AACA;AACA;AAGe,SAASA,oBAAT,GAAgC;AAC9C,QAAMC,cAAc,GAAG,qBACpBC,MAAF,IAAcA,MAAM,CAAEC,YAAF,CAAN,CAAwBC,iBAAxB,EADQ,EAEtB,EAFsB,CAAvB;AAKA,SACC,4BAAC,gCAAD;AACC,IAAA,KAAK,EAAC,gBADP;AAEC,IAAA,OAAO,EAAGH,cAAc,GAAG,sBAAH,GAA4B,cAFrD;AAGC,IAAA,KAAK,EAAG,cAAI,eAAJ;AAHT,IADD;AAOA","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useSelect } from '@wordpress/data';\nimport { MoreMenuFeatureToggle } from '@wordpress/interface';\nimport { __ } from '@wordpress/i18n';\n\n/**\n * Internal dependencies\n */\nimport { store as editPostStore } from '../../store';\n\nexport default function WelcomeGuideMenuItem() {\n\tconst isTemplateMode = useSelect(\n\t\t( select ) => select( editPostStore ).isEditingTemplate(),\n\t\t[]\n\t);\n\n\treturn (\n\t\t<MoreMenuFeatureToggle\n\t\t\tscope=\"core/edit-post\"\n\t\t\tfeature={ isTemplateMode ? 'welcomeGuideTemplate' : 'welcomeGuide' }\n\t\t\tlabel={ __( 'Welcome Guide' ) }\n\t\t/>\n\t);\n}\n"]}
|
package/build/store/actions.js
CHANGED
|
@@ -30,6 +30,7 @@ exports.setIsListViewOpened = setIsListViewOpened;
|
|
|
30
30
|
exports.setIsEditingTemplate = setIsEditingTemplate;
|
|
31
31
|
exports.__unstableSwitchToTemplateMode = __unstableSwitchToTemplateMode;
|
|
32
32
|
exports.__unstableCreateTemplate = __unstableCreateTemplate;
|
|
33
|
+
exports.initializeMetaBoxes = initializeMetaBoxes;
|
|
33
34
|
|
|
34
35
|
var _lodash = require("lodash");
|
|
35
36
|
|
|
@@ -75,7 +76,7 @@ var _ = require(".");
|
|
|
75
76
|
* @yield {Object} Action object.
|
|
76
77
|
*/
|
|
77
78
|
function* openGeneralSidebar(name) {
|
|
78
|
-
yield _data.controls.dispatch(_interface.store
|
|
79
|
+
yield _data.controls.dispatch(_interface.store, 'enableComplementaryArea', _.store.name, name);
|
|
79
80
|
}
|
|
80
81
|
/**
|
|
81
82
|
* Returns an action object signalling that the user closed the sidebar.
|
|
@@ -85,7 +86,7 @@ function* openGeneralSidebar(name) {
|
|
|
85
86
|
|
|
86
87
|
|
|
87
88
|
function* closeGeneralSidebar() {
|
|
88
|
-
yield _data.controls.dispatch(_interface.store
|
|
89
|
+
yield _data.controls.dispatch(_interface.store, 'disableComplementaryArea', _.store.name);
|
|
89
90
|
}
|
|
90
91
|
/**
|
|
91
92
|
* Returns an action object used in signalling that the user opened a modal.
|
|
@@ -198,19 +199,14 @@ function removeEditorPanel(panelName) {
|
|
|
198
199
|
};
|
|
199
200
|
}
|
|
200
201
|
/**
|
|
201
|
-
*
|
|
202
|
+
* Triggers an action used to toggle a feature flag.
|
|
202
203
|
*
|
|
203
204
|
* @param {string} feature Feature name.
|
|
204
|
-
*
|
|
205
|
-
* @return {Object} Action object.
|
|
206
205
|
*/
|
|
207
206
|
|
|
208
207
|
|
|
209
|
-
function toggleFeature(feature) {
|
|
210
|
-
|
|
211
|
-
type: 'TOGGLE_FEATURE',
|
|
212
|
-
feature
|
|
213
|
-
};
|
|
208
|
+
function* toggleFeature(feature) {
|
|
209
|
+
yield _data.controls.dispatch(_interface.store.name, 'toggleFeature', 'core/edit-post', feature);
|
|
214
210
|
}
|
|
215
211
|
|
|
216
212
|
function* switchEditorMode(mode) {
|
|
@@ -220,26 +216,22 @@ function* switchEditorMode(mode) {
|
|
|
220
216
|
}; // Unselect blocks when we switch to the code editor.
|
|
221
217
|
|
|
222
218
|
if (mode !== 'visual') {
|
|
223
|
-
yield _data.controls.dispatch(_blockEditor.store
|
|
219
|
+
yield _data.controls.dispatch(_blockEditor.store, 'clearSelectedBlock');
|
|
224
220
|
}
|
|
225
221
|
|
|
226
222
|
const message = mode === 'visual' ? (0, _i18n.__)('Visual editor selected') : (0, _i18n.__)('Code editor selected');
|
|
227
223
|
(0, _a11y.speak)(message, 'assertive');
|
|
228
224
|
}
|
|
229
225
|
/**
|
|
230
|
-
*
|
|
226
|
+
* Triggers an action object used to toggle a plugin name flag.
|
|
231
227
|
*
|
|
232
228
|
* @param {string} pluginName Plugin name.
|
|
233
|
-
*
|
|
234
|
-
* @return {Object} Action object.
|
|
235
229
|
*/
|
|
236
230
|
|
|
237
231
|
|
|
238
|
-
function togglePinnedPluginItem(pluginName) {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
pluginName
|
|
242
|
-
};
|
|
232
|
+
function* togglePinnedPluginItem(pluginName) {
|
|
233
|
+
const isPinned = yield _data.controls.select(_interface.store, 'isItemPinned', 'core/edit-post', pluginName);
|
|
234
|
+
yield _data.controls.dispatch(_interface.store, isPinned ? 'unpinItem' : 'pinItem', 'core/edit-post', pluginName);
|
|
243
235
|
}
|
|
244
236
|
/**
|
|
245
237
|
* Returns an action object used in signalling that block types by the given
|
|
@@ -305,8 +297,6 @@ function showBlockTypes(blockNames) {
|
|
|
305
297
|
blockNames: (0, _lodash.castArray)(blockNames)
|
|
306
298
|
};
|
|
307
299
|
}
|
|
308
|
-
|
|
309
|
-
let saveMetaboxUnsubscribe;
|
|
310
300
|
/**
|
|
311
301
|
* Returns an action object used in signaling
|
|
312
302
|
* what Meta boxes are available in which location.
|
|
@@ -316,43 +306,12 @@ let saveMetaboxUnsubscribe;
|
|
|
316
306
|
* @yield {Object} Action object.
|
|
317
307
|
*/
|
|
318
308
|
|
|
309
|
+
|
|
319
310
|
function* setAvailableMetaBoxesPerLocation(metaBoxesPerLocation) {
|
|
320
311
|
yield {
|
|
321
312
|
type: 'SET_META_BOXES_PER_LOCATIONS',
|
|
322
313
|
metaBoxesPerLocation
|
|
323
314
|
};
|
|
324
|
-
const postType = yield _data.controls.select(_editor.store.name, 'getCurrentPostType');
|
|
325
|
-
|
|
326
|
-
if (window.postboxes.page !== postType) {
|
|
327
|
-
window.postboxes.add_postbox_toggles(postType);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
let wasSavingPost = yield _data.controls.select(_editor.store.name, 'isSavingPost');
|
|
331
|
-
let wasAutosavingPost = yield _data.controls.select(_editor.store.name, 'isAutosavingPost'); // Meta boxes are initialized once at page load. It is not necessary to
|
|
332
|
-
// account for updates on each state change.
|
|
333
|
-
//
|
|
334
|
-
// See: https://github.com/WordPress/WordPress/blob/5.1.1/wp-admin/includes/post.php#L2307-L2309
|
|
335
|
-
|
|
336
|
-
const hasActiveMetaBoxes = yield _data.controls.select(_.store.name, 'hasMetaBoxes'); // First remove any existing subscription in order to prevent multiple saves
|
|
337
|
-
|
|
338
|
-
if (!!saveMetaboxUnsubscribe) {
|
|
339
|
-
saveMetaboxUnsubscribe();
|
|
340
|
-
} // Save metaboxes when performing a full save on the post.
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
saveMetaboxUnsubscribe = (0, _data.subscribe)(() => {
|
|
344
|
-
const isSavingPost = (0, _data.select)(_editor.store.name).isSavingPost();
|
|
345
|
-
const isAutosavingPost = (0, _data.select)(_editor.store.name).isAutosavingPost(); // Save metaboxes on save completion, except for autosaves that are not a post preview.
|
|
346
|
-
|
|
347
|
-
const shouldTriggerMetaboxesSave = hasActiveMetaBoxes && wasSavingPost && !isSavingPost && !wasAutosavingPost; // Save current state for next inspection.
|
|
348
|
-
|
|
349
|
-
wasSavingPost = isSavingPost;
|
|
350
|
-
wasAutosavingPost = isAutosavingPost;
|
|
351
|
-
|
|
352
|
-
if (shouldTriggerMetaboxesSave) {
|
|
353
|
-
(0, _data.dispatch)(_.store.name).requestMetaBoxUpdates();
|
|
354
|
-
}
|
|
355
|
-
});
|
|
356
315
|
}
|
|
357
316
|
/**
|
|
358
317
|
* Returns an action object used to request meta box update.
|
|
@@ -372,11 +331,11 @@ function* requestMetaBoxUpdates() {
|
|
|
372
331
|
// If we do not provide this data, the post will be overridden with the default values.
|
|
373
332
|
|
|
374
333
|
|
|
375
|
-
const post = yield _data.controls.select(_editor.store
|
|
334
|
+
const post = yield _data.controls.select(_editor.store, 'getCurrentPost');
|
|
376
335
|
const additionalData = [post.comment_status ? ['comment_status', post.comment_status] : false, post.ping_status ? ['ping_status', post.ping_status] : false, post.sticky ? ['sticky', post.sticky] : false, post.author ? ['post_author', post.author] : false].filter(Boolean); // We gather all the metaboxes locations data and the base form data
|
|
377
336
|
|
|
378
337
|
const baseFormData = new window.FormData(document.querySelector('.metabox-base-form'));
|
|
379
|
-
const activeMetaBoxLocations = yield _data.controls.select(_.store
|
|
338
|
+
const activeMetaBoxLocations = yield _data.controls.select(_.store, 'getActiveMetaBoxLocations');
|
|
380
339
|
const formDataToMerge = [baseFormData, ...activeMetaBoxLocations.map(location => new window.FormData((0, _metaBoxes.getMetaBoxContainer)(location)))]; // Merge all form data objects into a single one.
|
|
381
340
|
|
|
382
341
|
const formData = (0, _lodash.reduce)(formDataToMerge, (memo, currentFormData) => {
|
|
@@ -396,9 +355,9 @@ function* requestMetaBoxUpdates() {
|
|
|
396
355
|
body: formData,
|
|
397
356
|
parse: false
|
|
398
357
|
});
|
|
399
|
-
yield _data.controls.dispatch(_.store
|
|
358
|
+
yield _data.controls.dispatch(_.store, 'metaBoxUpdatesSuccess');
|
|
400
359
|
} catch {
|
|
401
|
-
yield _data.controls.dispatch(_.store
|
|
360
|
+
yield _data.controls.dispatch(_.store, 'metaBoxUpdatesFailure');
|
|
402
361
|
}
|
|
403
362
|
}
|
|
404
363
|
/**
|
|
@@ -497,7 +456,7 @@ function setIsEditingTemplate(value) {
|
|
|
497
456
|
|
|
498
457
|
function* __unstableSwitchToTemplateMode(newTemplate = false) {
|
|
499
458
|
yield setIsEditingTemplate(true);
|
|
500
|
-
const isWelcomeGuideActive = yield _data.controls.select(_.store
|
|
459
|
+
const isWelcomeGuideActive = yield _data.controls.select(_.store, 'isFeatureActive', 'welcomeGuideTemplate');
|
|
501
460
|
|
|
502
461
|
if (!isWelcomeGuideActive) {
|
|
503
462
|
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.');
|
|
@@ -515,9 +474,59 @@ function* __unstableSwitchToTemplateMode(newTemplate = false) {
|
|
|
515
474
|
|
|
516
475
|
function* __unstableCreateTemplate(template) {
|
|
517
476
|
const savedTemplate = yield _data.controls.dispatch(_coreData.store, 'saveEntityRecord', 'postType', 'wp_template', template);
|
|
518
|
-
const post = yield _data.controls.select(_editor.store
|
|
477
|
+
const post = yield _data.controls.select(_editor.store, 'getCurrentPost');
|
|
519
478
|
yield _data.controls.dispatch(_coreData.store, 'editEntityRecord', 'postType', post.type, post.id, {
|
|
520
479
|
template: savedTemplate.slug
|
|
521
480
|
});
|
|
522
481
|
}
|
|
482
|
+
|
|
483
|
+
let metaBoxesInitialized = false;
|
|
484
|
+
/**
|
|
485
|
+
* Initializes WordPress `postboxes` script and the logic for saving meta boxes.
|
|
486
|
+
*/
|
|
487
|
+
|
|
488
|
+
function* initializeMetaBoxes() {
|
|
489
|
+
const isEditorReady = yield _data.controls.select(_editor.store, '__unstableIsEditorReady');
|
|
490
|
+
|
|
491
|
+
if (!isEditorReady) {
|
|
492
|
+
return;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
const postType = yield _data.controls.select(_editor.store, 'getCurrentPostType'); // Only initialize once.
|
|
496
|
+
|
|
497
|
+
if (metaBoxesInitialized) {
|
|
498
|
+
return;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
if (window.postboxes.page !== postType) {
|
|
502
|
+
window.postboxes.add_postbox_toggles(postType);
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
metaBoxesInitialized = true;
|
|
506
|
+
let wasSavingPost = yield _data.controls.select(_editor.store, 'isSavingPost');
|
|
507
|
+
let wasAutosavingPost = yield _data.controls.select(_editor.store, 'isAutosavingPost');
|
|
508
|
+
const hasMetaBoxes = yield _data.controls.select(_.store, 'hasMetaBoxes'); // Save metaboxes when performing a full save on the post.
|
|
509
|
+
|
|
510
|
+
(0, _data.subscribe)(() => {
|
|
511
|
+
const isSavingPost = (0, _data.select)(_editor.store).isSavingPost();
|
|
512
|
+
const isAutosavingPost = (0, _data.select)(_editor.store).isAutosavingPost(); // Save metaboxes on save completion, except for autosaves that are not a post preview.
|
|
513
|
+
//
|
|
514
|
+
// Meta boxes are initialized once at page load. It is not necessary to
|
|
515
|
+
// account for updates on each state change.
|
|
516
|
+
//
|
|
517
|
+
// See: https://github.com/WordPress/WordPress/blob/5.1.1/wp-admin/includes/post.php#L2307-L2309
|
|
518
|
+
|
|
519
|
+
const shouldTriggerMetaboxesSave = hasMetaBoxes && wasSavingPost && !isSavingPost && !wasAutosavingPost; // Save current state for next inspection.
|
|
520
|
+
|
|
521
|
+
wasSavingPost = isSavingPost;
|
|
522
|
+
wasAutosavingPost = isAutosavingPost;
|
|
523
|
+
|
|
524
|
+
if (shouldTriggerMetaboxesSave) {
|
|
525
|
+
(0, _data.dispatch)(_.store).requestMetaBoxUpdates();
|
|
526
|
+
}
|
|
527
|
+
});
|
|
528
|
+
return {
|
|
529
|
+
type: 'META_BOXES_INITIALIZED'
|
|
530
|
+
};
|
|
531
|
+
}
|
|
523
532
|
//# sourceMappingURL=actions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/edit-post/src/store/actions.js"],"names":["openGeneralSidebar","name","controls","dispatch","interfaceStore","editPostStore","closeGeneralSidebar","openModal","type","closeModal","openPublishSidebar","closePublishSidebar","togglePublishSidebar","toggleEditorPanelEnabled","panelName","toggleEditorPanelOpened","removeEditorPanel","toggleFeature","feature","switchEditorMode","mode","blockEditorStore","message","togglePinnedPluginItem","pluginName","hideBlockTypes","blockNames","updatePreferredStyleVariations","blockName","blockStyle","__experimentalUpdateLocalAutosaveInterval","interval","showBlockTypes","saveMetaboxUnsubscribe","setAvailableMetaBoxesPerLocation","metaBoxesPerLocation","postType","select","editorStore","window","postboxes","page","add_postbox_toggles","wasSavingPost","wasAutosavingPost","hasActiveMetaBoxes","isSavingPost","isAutosavingPost","shouldTriggerMetaboxesSave","requestMetaBoxUpdates","tinyMCE","triggerSave","post","additionalData","comment_status","ping_status","sticky","author","filter","Boolean","baseFormData","FormData","document","querySelector","activeMetaBoxLocations","formDataToMerge","map","location","formData","memo","currentFormData","key","value","append","forEach","url","_wpMetaBoxUrl","method","body","parse","metaBoxUpdatesSuccess","metaBoxUpdatesFailure","__experimentalSetPreviewDeviceType","deviceType","setIsInserterOpened","setIsListViewOpened","isOpen","setIsEditingTemplate","__unstableSwitchToTemplateMode","newTemplate","isWelcomeGuideActive","noticesStore","__unstableCreateTemplate","template","savedTemplate","coreStore","id","slug"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA;;AAKA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAKA;;AACA;;AAtBA;AACA;AACA;;AAGA;AACA;AACA;;AAWA;AACA;AACA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,UAAUA,kBAAV,CAA8BC,IAA9B,EAAqC;AAC3C,QAAMC,eAASC,QAAT,CACLC,iBAAeH,IADV,EAEL,yBAFK,EAGLI,QAAcJ,IAHT,EAILA,IAJK,CAAN;AAMA;AAED;AACA;AACA;AACA;AACA;;;AACO,UAAUK,mBAAV,GAAgC;AACtC,QAAMJ,eAASC,QAAT,CACLC,iBAAeH,IADV,EAEL,0BAFK,EAGLI,QAAcJ,IAHT,CAAN;AAKA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASM,SAAT,CAAoBN,IAApB,EAA2B;AACjC,SAAO;AACNO,IAAAA,IAAI,EAAE,YADA;AAENP,IAAAA;AAFM,GAAP;AAIA;AAED;AACA;AACA;AACA;AACA;;;AACO,SAASQ,UAAT,GAAsB;AAC5B,SAAO;AACND,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASE,kBAAT,GAA8B;AACpC,SAAO;AACNF,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASG,mBAAT,GAA+B;AACrC,SAAO;AACNH,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;;;AACO,SAASI,oBAAT,GAAgC;AACtC,SAAO;AACNJ,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASK,wBAAT,CAAmCC,SAAnC,EAA+C;AACrD,SAAO;AACNN,IAAAA,IAAI,EAAE,sBADA;AAENM,IAAAA;AAFM,GAAP;AAIA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASC,uBAAT,CAAkCD,SAAlC,EAA8C;AACpD,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","sourcesContent":["/**\n * External dependencies\n */\nimport { castArray, reduce } from 'lodash';\n\n/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { apiFetch } from '@wordpress/data-controls';\nimport { store as interfaceStore } from '@wordpress/interface';\nimport { controls, dispatch, select, subscribe } from '@wordpress/data';\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';\n\n/**\n * Internal dependencies\n */\nimport { getMetaBoxContainer } from '../utils/meta-boxes';\nimport { store as editPostStore } from '.';\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 *\n * @yield {Object} Action object.\n */\nexport function* openGeneralSidebar( name ) {\n\tyield controls.dispatch(\n\t\tinterfaceStore.name,\n\t\t'enableComplementaryArea',\n\t\teditPostStore.name,\n\t\tname\n\t);\n}\n\n/**\n * Returns an action object signalling that the user closed the sidebar.\n *\n * @yield {Object} Action object.\n */\nexport function* closeGeneralSidebar() {\n\tyield controls.dispatch(\n\t\tinterfaceStore.name,\n\t\t'disableComplementaryArea',\n\t\teditPostStore.name\n\t);\n}\n\n/**\n * Returns an action object used in signalling that the user opened a modal.\n *\n * @param {string} name A string that uniquely identifies the modal.\n *\n * @return {Object} Action object.\n */\nexport function openModal( name ) {\n\treturn {\n\t\ttype: 'OPEN_MODAL',\n\t\tname,\n\t};\n}\n\n/**\n * Returns an action object signalling that the user closed a modal.\n *\n * @return {Object} Action object.\n */\nexport function closeModal() {\n\treturn {\n\t\ttype: 'CLOSE_MODAL',\n\t};\n}\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 function toggleEditorPanelEnabled( panelName ) {\n\treturn {\n\t\ttype: 'TOGGLE_PANEL_ENABLED',\n\t\tpanelName,\n\t};\n}\n\n/**\n * Returns an action object used to open or close a panel in the editor.\n *\n * @param {string} panelName A string that identifies the panel to open or close.\n *\n * @return {Object} Action object.\n */\nexport function toggleEditorPanelOpened( panelName ) {\n\treturn {\n\t\ttype: 'TOGGLE_PANEL_OPENED',\n\t\tpanelName,\n\t};\n}\n\n/**\n * Returns an action object used to remove a panel from the editor.\n *\n * @param {string} panelName A string that identifies the panel to remove.\n *\n * @return {Object} Action object.\n */\nexport function removeEditorPanel( panelName ) {\n\treturn {\n\t\ttype: 'REMOVE_PANEL',\n\t\tpanelName,\n\t};\n}\n\n/**\n * Returns an action object used to toggle a feature flag.\n *\n * @param {string} feature Feature name.\n *\n * @return {Object} Action object.\n */\nexport function toggleFeature( feature ) {\n\treturn {\n\t\ttype: 'TOGGLE_FEATURE',\n\t\tfeature,\n\t};\n}\n\nexport function* switchEditorMode( mode ) {\n\tyield {\n\t\ttype: 'SWITCH_MODE',\n\t\tmode,\n\t};\n\n\t// Unselect blocks when we switch to the code editor.\n\tif ( mode !== 'visual' ) {\n\t\tyield controls.dispatch( blockEditorStore.name, 'clearSelectedBlock' );\n\t}\n\n\tconst message =\n\t\tmode === 'visual'\n\t\t\t? __( 'Visual editor selected' )\n\t\t\t: __( 'Code editor selected' );\n\tspeak( message, 'assertive' );\n}\n\n/**\n * Returns an action object used to toggle a plugin name flag.\n *\n * @param {string} pluginName Plugin name.\n *\n * @return {Object} Action object.\n */\nexport function togglePinnedPluginItem( pluginName ) {\n\treturn {\n\t\ttype: 'TOGGLE_PINNED_PLUGIN_ITEM',\n\t\tpluginName,\n\t};\n}\n\n/**\n * Returns an action object used in signalling that block types by the given\n * name(s) should be hidden.\n *\n * @param {string[]} blockNames Names of block types to hide.\n *\n * @return {Object} Action object.\n */\nexport function hideBlockTypes( blockNames ) {\n\treturn {\n\t\ttype: 'HIDE_BLOCK_TYPES',\n\t\tblockNames: castArray( blockNames ),\n\t};\n}\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 *\n * @return {Object} Action object.\n */\nexport function updatePreferredStyleVariations( blockName, blockStyle ) {\n\treturn {\n\t\ttype: 'UPDATE_PREFERRED_STYLE_VARIATIONS',\n\t\tblockName,\n\t\tblockStyle,\n\t};\n}\n\n/**\n * Returns an action object used in signalling that the editor should attempt\n * to locally autosave the current post every `interval` seconds.\n *\n * @param {number} interval The new interval, in seconds.\n * @return {Object} Action object.\n */\nexport function __experimentalUpdateLocalAutosaveInterval( interval ) {\n\treturn {\n\t\ttype: 'UPDATE_LOCAL_AUTOSAVE_INTERVAL',\n\t\tinterval,\n\t};\n}\n\n/**\n * Returns an action object used in signalling that block types by the given\n * name(s) should be shown.\n *\n * @param {string[]} blockNames Names of block types to show.\n *\n * @return {Object} Action object.\n */\nexport function showBlockTypes( blockNames ) {\n\treturn {\n\t\ttype: 'SHOW_BLOCK_TYPES',\n\t\tblockNames: castArray( blockNames ),\n\t};\n}\n\nlet saveMetaboxUnsubscribe;\n\n/**\n * Returns an action object used in signaling\n * what Meta boxes are available in which location.\n *\n * @param {Object} metaBoxesPerLocation Meta boxes per location.\n *\n * @yield {Object} Action object.\n */\nexport function* setAvailableMetaBoxesPerLocation( metaBoxesPerLocation ) {\n\tyield {\n\t\ttype: 'SET_META_BOXES_PER_LOCATIONS',\n\t\tmetaBoxesPerLocation,\n\t};\n\n\tconst postType = yield controls.select(\n\t\teditorStore.name,\n\t\t'getCurrentPostType'\n\t);\n\tif ( window.postboxes.page !== postType ) {\n\t\twindow.postboxes.add_postbox_toggles( postType );\n\t}\n\n\tlet wasSavingPost = yield controls.select(\n\t\teditorStore.name,\n\t\t'isSavingPost'\n\t);\n\tlet wasAutosavingPost = yield controls.select(\n\t\teditorStore.name,\n\t\t'isAutosavingPost'\n\t);\n\n\t// Meta boxes are initialized once at page load. It is not necessary to\n\t// account for updates on each state change.\n\t//\n\t// See: https://github.com/WordPress/WordPress/blob/5.1.1/wp-admin/includes/post.php#L2307-L2309\n\tconst hasActiveMetaBoxes = yield controls.select(\n\t\teditPostStore.name,\n\t\t'hasMetaBoxes'\n\t);\n\n\t// First remove any existing subscription in order to prevent multiple saves\n\tif ( !! saveMetaboxUnsubscribe ) {\n\t\tsaveMetaboxUnsubscribe();\n\t}\n\n\t// Save metaboxes when performing a full save on the post.\n\tsaveMetaboxUnsubscribe = subscribe( () => {\n\t\tconst isSavingPost = select( editorStore.name ).isSavingPost();\n\t\tconst isAutosavingPost = select( editorStore.name ).isAutosavingPost();\n\n\t\t// Save metaboxes on save completion, except for autosaves that are not a post preview.\n\t\tconst shouldTriggerMetaboxesSave =\n\t\t\thasActiveMetaBoxes &&\n\t\t\twasSavingPost &&\n\t\t\t! isSavingPost &&\n\t\t\t! wasAutosavingPost;\n\n\t\t// Save current state for next inspection.\n\t\twasSavingPost = isSavingPost;\n\t\twasAutosavingPost = isAutosavingPost;\n\n\t\tif ( shouldTriggerMetaboxesSave ) {\n\t\t\tdispatch( editPostStore.name ).requestMetaBoxUpdates();\n\t\t}\n\t} );\n}\n\n/**\n * Returns an action object used to request meta box update.\n *\n * @yield {Object} Action object.\n */\nexport function* requestMetaBoxUpdates() {\n\tyield {\n\t\ttype: 'REQUEST_META_BOX_UPDATES',\n\t};\n\n\t// Saves the wp_editor fields\n\tif ( window.tinyMCE ) {\n\t\twindow.tinyMCE.triggerSave();\n\t}\n\n\t// Additional data needed for backward compatibility.\n\t// If we do not provide this data, the post will be overridden with the default values.\n\tconst post = yield controls.select( editorStore.name, 'getCurrentPost' );\n\tconst additionalData = [\n\t\tpost.comment_status ? [ 'comment_status', post.comment_status ] : false,\n\t\tpost.ping_status ? [ 'ping_status', post.ping_status ] : false,\n\t\tpost.sticky ? [ 'sticky', post.sticky ] : false,\n\t\tpost.author ? [ 'post_author', post.author ] : false,\n\t].filter( Boolean );\n\n\t// We gather all the metaboxes locations data and the base form data\n\tconst baseFormData = new window.FormData(\n\t\tdocument.querySelector( '.metabox-base-form' )\n\t);\n\tconst activeMetaBoxLocations = yield controls.select(\n\t\teditPostStore.name,\n\t\t'getActiveMetaBoxLocations'\n\t);\n\tconst formDataToMerge = [\n\t\tbaseFormData,\n\t\t...activeMetaBoxLocations.map(\n\t\t\t( location ) =>\n\t\t\t\tnew window.FormData( getMetaBoxContainer( location ) )\n\t\t),\n\t];\n\n\t// Merge all form data objects into a single one.\n\tconst formData = reduce(\n\t\tformDataToMerge,\n\t\t( 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},\n\t\tnew window.FormData()\n\t);\n\tadditionalData.forEach( ( [ key, value ] ) =>\n\t\tformData.append( key, value )\n\t);\n\n\ttry {\n\t\t// Save the metaboxes\n\t\tyield apiFetch( {\n\t\t\turl: window._wpMetaBoxUrl,\n\t\t\tmethod: 'POST',\n\t\t\tbody: formData,\n\t\t\tparse: false,\n\t\t} );\n\t\tyield controls.dispatch( editPostStore.name, 'metaBoxUpdatesSuccess' );\n\t} catch {\n\t\tyield controls.dispatch( editPostStore.name, 'metaBoxUpdatesFailure' );\n\t}\n}\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 function setIsListViewOpened( isOpen ) {\n\treturn {\n\t\ttype: 'SET_IS_LIST_VIEW_OPENED',\n\t\tisOpen,\n\t};\n}\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 function* __unstableSwitchToTemplateMode( newTemplate = false ) {\n\tyield setIsEditingTemplate( true );\n\n\tconst isWelcomeGuideActive = yield controls.select(\n\t\teditPostStore.name,\n\t\t'isFeatureActive',\n\t\t'welcomeGuideTemplate'\n\t);\n\n\tif ( ! isWelcomeGuideActive ) {\n\t\tconst message = newTemplate\n\t\t\t? __( \"Custom template created. You're in template mode now.\" )\n\t\t\t: __(\n\t\t\t\t\t'Editing template. Changes made here affect all posts and pages that use the template.'\n\t\t\t );\n\t\tyield controls.dispatch( noticesStore, 'createSuccessNotice', message, {\n\t\t\ttype: 'snackbar',\n\t\t} );\n\t}\n}\n\n/**\n * Create a block based template.\n *\n * @param {Object?} template Template to create and assign.\n */\nexport function* __unstableCreateTemplate( template ) {\n\tconst savedTemplate = yield controls.dispatch(\n\t\tcoreStore,\n\t\t'saveEntityRecord',\n\t\t'postType',\n\t\t'wp_template',\n\t\ttemplate\n\t);\n\tconst post = yield controls.select( editorStore.name, 'getCurrentPost' );\n\n\tyield controls.dispatch(\n\t\tcoreStore,\n\t\t'editEntityRecord',\n\t\t'postType',\n\t\tpost.type,\n\t\tpost.id,\n\t\t{\n\t\t\ttemplate: savedTemplate.slug,\n\t\t}\n\t);\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["@wordpress/edit-post/src/store/actions.js"],"names":["openGeneralSidebar","name","controls","dispatch","interfaceStore","editPostStore","closeGeneralSidebar","openModal","type","closeModal","openPublishSidebar","closePublishSidebar","togglePublishSidebar","toggleEditorPanelEnabled","panelName","toggleEditorPanelOpened","removeEditorPanel","toggleFeature","feature","switchEditorMode","mode","blockEditorStore","message","togglePinnedPluginItem","pluginName","isPinned","select","hideBlockTypes","blockNames","updatePreferredStyleVariations","blockName","blockStyle","__experimentalUpdateLocalAutosaveInterval","interval","showBlockTypes","setAvailableMetaBoxesPerLocation","metaBoxesPerLocation","requestMetaBoxUpdates","window","tinyMCE","triggerSave","post","editorStore","additionalData","comment_status","ping_status","sticky","author","filter","Boolean","baseFormData","FormData","document","querySelector","activeMetaBoxLocations","formDataToMerge","map","location","formData","memo","currentFormData","key","value","append","forEach","url","_wpMetaBoxUrl","method","body","parse","metaBoxUpdatesSuccess","metaBoxUpdatesFailure","__experimentalSetPreviewDeviceType","deviceType","setIsInserterOpened","setIsListViewOpened","isOpen","setIsEditingTemplate","__unstableSwitchToTemplateMode","newTemplate","isWelcomeGuideActive","noticesStore","__unstableCreateTemplate","template","savedTemplate","coreStore","id","slug","metaBoxesInitialized","initializeMetaBoxes","isEditorReady","postType","postboxes","page","add_postbox_toggles","wasSavingPost","wasAutosavingPost","hasMetaBoxes","isSavingPost","isAutosavingPost","shouldTriggerMetaboxesSave"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA;;AAKA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAKA;;AACA;;AAtBA;AACA;AACA;;AAGA;AACA;AACA;;AAWA;AACA;AACA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,UAAUA,kBAAV,CAA8BC,IAA9B,EAAqC;AAC3C,QAAMC,eAASC,QAAT,CACLC,gBADK,EAEL,yBAFK,EAGLC,QAAcJ,IAHT,EAILA,IAJK,CAAN;AAMA;AAED;AACA;AACA;AACA;AACA;;;AACO,UAAUK,mBAAV,GAAgC;AACtC,QAAMJ,eAASC,QAAT,CACLC,gBADK,EAEL,0BAFK,EAGLC,QAAcJ,IAHT,CAAN;AAKA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASM,SAAT,CAAoBN,IAApB,EAA2B;AACjC,SAAO;AACNO,IAAAA,IAAI,EAAE,YADA;AAENP,IAAAA;AAFM,GAAP;AAIA;AAED;AACA;AACA;AACA;AACA;;;AACO,SAASQ,UAAT,GAAsB;AAC5B,SAAO;AACND,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASE,kBAAT,GAA8B;AACpC,SAAO;AACNF,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASG,mBAAT,GAA+B;AACrC,SAAO;AACNH,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;;;AACO,SAASI,oBAAT,GAAgC;AACtC,SAAO;AACNJ,IAAAA,IAAI,EAAE;AADA,GAAP;AAGA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASK,wBAAT,CAAmCC,SAAnC,EAA+C;AACrD,SAAO;AACNN,IAAAA,IAAI,EAAE,sBADA;AAENM,IAAAA;AAFM,GAAP;AAIA;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;AACO,SAASC,uBAAT,CAAkCD,SAAlC,EAA8C;AACpD,SAAO;AACNN,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","sourcesContent":["/**\n * External dependencies\n */\nimport { castArray, reduce } from 'lodash';\n\n/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { apiFetch } from '@wordpress/data-controls';\nimport { store as interfaceStore } from '@wordpress/interface';\nimport { controls, select, subscribe, dispatch } from '@wordpress/data';\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';\n\n/**\n * Internal dependencies\n */\nimport { getMetaBoxContainer } from '../utils/meta-boxes';\nimport { store as editPostStore } from '.';\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 *\n * @yield {Object} Action object.\n */\nexport function* openGeneralSidebar( name ) {\n\tyield controls.dispatch(\n\t\tinterfaceStore,\n\t\t'enableComplementaryArea',\n\t\teditPostStore.name,\n\t\tname\n\t);\n}\n\n/**\n * Returns an action object signalling that the user closed the sidebar.\n *\n * @yield {Object} Action object.\n */\nexport function* closeGeneralSidebar() {\n\tyield controls.dispatch(\n\t\tinterfaceStore,\n\t\t'disableComplementaryArea',\n\t\teditPostStore.name\n\t);\n}\n\n/**\n * Returns an action object used in signalling that the user opened a modal.\n *\n * @param {string} name A string that uniquely identifies the modal.\n *\n * @return {Object} Action object.\n */\nexport function openModal( name ) {\n\treturn {\n\t\ttype: 'OPEN_MODAL',\n\t\tname,\n\t};\n}\n\n/**\n * Returns an action object signalling that the user closed a modal.\n *\n * @return {Object} Action object.\n */\nexport function closeModal() {\n\treturn {\n\t\ttype: 'CLOSE_MODAL',\n\t};\n}\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 function toggleEditorPanelEnabled( panelName ) {\n\treturn {\n\t\ttype: 'TOGGLE_PANEL_ENABLED',\n\t\tpanelName,\n\t};\n}\n\n/**\n * Returns an action object used to open or close a panel in the editor.\n *\n * @param {string} panelName A string that identifies the panel to open or close.\n *\n * @return {Object} Action object.\n */\nexport function toggleEditorPanelOpened( panelName ) {\n\treturn {\n\t\ttype: 'TOGGLE_PANEL_OPENED',\n\t\tpanelName,\n\t};\n}\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 function* toggleFeature( feature ) {\n\tyield controls.dispatch(\n\t\tinterfaceStore.name,\n\t\t'toggleFeature',\n\t\t'core/edit-post',\n\t\tfeature\n\t);\n}\n\nexport function* switchEditorMode( mode ) {\n\tyield {\n\t\ttype: 'SWITCH_MODE',\n\t\tmode,\n\t};\n\n\t// Unselect blocks when we switch to the code editor.\n\tif ( mode !== 'visual' ) {\n\t\tyield controls.dispatch( blockEditorStore, 'clearSelectedBlock' );\n\t}\n\n\tconst message =\n\t\tmode === 'visual'\n\t\t\t? __( 'Visual editor selected' )\n\t\t\t: __( 'Code editor selected' );\n\tspeak( message, 'assertive' );\n}\n\n/**\n * Triggers an action object used to toggle a plugin name flag.\n *\n * @param {string} pluginName Plugin name.\n */\nexport function* togglePinnedPluginItem( pluginName ) {\n\tconst isPinned = yield controls.select(\n\t\tinterfaceStore,\n\t\t'isItemPinned',\n\t\t'core/edit-post',\n\t\tpluginName\n\t);\n\n\tyield controls.dispatch(\n\t\tinterfaceStore,\n\t\tisPinned ? 'unpinItem' : 'pinItem',\n\t\t'core/edit-post',\n\t\tpluginName\n\t);\n}\n\n/**\n * Returns an action object used in signalling that block types by the given\n * name(s) should be hidden.\n *\n * @param {string[]} blockNames Names of block types to hide.\n *\n * @return {Object} Action object.\n */\nexport function hideBlockTypes( blockNames ) {\n\treturn {\n\t\ttype: 'HIDE_BLOCK_TYPES',\n\t\tblockNames: castArray( blockNames ),\n\t};\n}\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 *\n * @return {Object} Action object.\n */\nexport function updatePreferredStyleVariations( blockName, blockStyle ) {\n\treturn {\n\t\ttype: 'UPDATE_PREFERRED_STYLE_VARIATIONS',\n\t\tblockName,\n\t\tblockStyle,\n\t};\n}\n\n/**\n * Returns an action object used in signalling that the editor should attempt\n * to locally autosave the current post every `interval` seconds.\n *\n * @param {number} interval The new interval, in seconds.\n * @return {Object} Action object.\n */\nexport function __experimentalUpdateLocalAutosaveInterval( interval ) {\n\treturn {\n\t\ttype: 'UPDATE_LOCAL_AUTOSAVE_INTERVAL',\n\t\tinterval,\n\t};\n}\n\n/**\n * Returns an action object used in signalling that block types by the given\n * name(s) should be shown.\n *\n * @param {string[]} blockNames Names of block types to show.\n *\n * @return {Object} Action object.\n */\nexport function showBlockTypes( blockNames ) {\n\treturn {\n\t\ttype: 'SHOW_BLOCK_TYPES',\n\t\tblockNames: castArray( blockNames ),\n\t};\n}\n\n/**\n * Returns an action object used in signaling\n * what Meta boxes are available in which location.\n *\n * @param {Object} metaBoxesPerLocation Meta boxes per location.\n *\n * @yield {Object} Action object.\n */\nexport function* setAvailableMetaBoxesPerLocation( metaBoxesPerLocation ) {\n\tyield {\n\t\ttype: 'SET_META_BOXES_PER_LOCATIONS',\n\t\tmetaBoxesPerLocation,\n\t};\n}\n\n/**\n * Returns an action object used to request meta box update.\n *\n * @yield {Object} Action object.\n */\nexport function* requestMetaBoxUpdates() {\n\tyield {\n\t\ttype: 'REQUEST_META_BOX_UPDATES',\n\t};\n\n\t// Saves the wp_editor fields\n\tif ( window.tinyMCE ) {\n\t\twindow.tinyMCE.triggerSave();\n\t}\n\n\t// Additional data needed for backward compatibility.\n\t// If we do not provide this data, the post will be overridden with the default values.\n\tconst post = yield controls.select( editorStore, 'getCurrentPost' );\n\tconst additionalData = [\n\t\tpost.comment_status ? [ 'comment_status', post.comment_status ] : false,\n\t\tpost.ping_status ? [ 'ping_status', post.ping_status ] : false,\n\t\tpost.sticky ? [ 'sticky', post.sticky ] : false,\n\t\tpost.author ? [ 'post_author', post.author ] : false,\n\t].filter( Boolean );\n\n\t// We gather all the metaboxes locations data and the base form data\n\tconst baseFormData = new window.FormData(\n\t\tdocument.querySelector( '.metabox-base-form' )\n\t);\n\tconst activeMetaBoxLocations = yield controls.select(\n\t\teditPostStore,\n\t\t'getActiveMetaBoxLocations'\n\t);\n\tconst formDataToMerge = [\n\t\tbaseFormData,\n\t\t...activeMetaBoxLocations.map(\n\t\t\t( location ) =>\n\t\t\t\tnew window.FormData( getMetaBoxContainer( location ) )\n\t\t),\n\t];\n\n\t// Merge all form data objects into a single one.\n\tconst formData = reduce(\n\t\tformDataToMerge,\n\t\t( 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},\n\t\tnew window.FormData()\n\t);\n\tadditionalData.forEach( ( [ key, value ] ) =>\n\t\tformData.append( key, value )\n\t);\n\n\ttry {\n\t\t// Save the metaboxes\n\t\tyield apiFetch( {\n\t\t\turl: window._wpMetaBoxUrl,\n\t\t\tmethod: 'POST',\n\t\t\tbody: formData,\n\t\t\tparse: false,\n\t\t} );\n\t\tyield controls.dispatch( editPostStore, 'metaBoxUpdatesSuccess' );\n\t} catch {\n\t\tyield controls.dispatch( editPostStore, 'metaBoxUpdatesFailure' );\n\t}\n}\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 function setIsListViewOpened( isOpen ) {\n\treturn {\n\t\ttype: 'SET_IS_LIST_VIEW_OPENED',\n\t\tisOpen,\n\t};\n}\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 function* __unstableSwitchToTemplateMode( newTemplate = false ) {\n\tyield setIsEditingTemplate( true );\n\n\tconst isWelcomeGuideActive = yield controls.select(\n\t\teditPostStore,\n\t\t'isFeatureActive',\n\t\t'welcomeGuideTemplate'\n\t);\n\n\tif ( ! isWelcomeGuideActive ) {\n\t\tconst message = newTemplate\n\t\t\t? __( \"Custom template created. You're in template mode now.\" )\n\t\t\t: __(\n\t\t\t\t\t'Editing template. Changes made here affect all posts and pages that use the template.'\n\t\t\t );\n\t\tyield controls.dispatch( noticesStore, 'createSuccessNotice', message, {\n\t\t\ttype: 'snackbar',\n\t\t} );\n\t}\n}\n\n/**\n * Create a block based template.\n *\n * @param {Object?} template Template to create and assign.\n */\nexport function* __unstableCreateTemplate( template ) {\n\tconst savedTemplate = yield controls.dispatch(\n\t\tcoreStore,\n\t\t'saveEntityRecord',\n\t\t'postType',\n\t\t'wp_template',\n\t\ttemplate\n\t);\n\tconst post = yield controls.select( editorStore, 'getCurrentPost' );\n\n\tyield controls.dispatch(\n\t\tcoreStore,\n\t\t'editEntityRecord',\n\t\t'postType',\n\t\tpost.type,\n\t\tpost.id,\n\t\t{\n\t\t\ttemplate: savedTemplate.slug,\n\t\t}\n\t);\n}\n\nlet metaBoxesInitialized = false;\n\n/**\n * Initializes WordPress `postboxes` script and the logic for saving meta boxes.\n */\nexport function* initializeMetaBoxes() {\n\tconst isEditorReady = yield controls.select(\n\t\teditorStore,\n\t\t'__unstableIsEditorReady'\n\t);\n\n\tif ( ! isEditorReady ) {\n\t\treturn;\n\t}\n\n\tconst postType = yield controls.select( editorStore, 'getCurrentPostType' );\n\n\t// Only initialize once.\n\tif ( metaBoxesInitialized ) {\n\t\treturn;\n\t}\n\n\tif ( window.postboxes.page !== postType ) {\n\t\twindow.postboxes.add_postbox_toggles( postType );\n\t}\n\n\tmetaBoxesInitialized = true;\n\n\tlet wasSavingPost = yield controls.select( editorStore, 'isSavingPost' );\n\tlet wasAutosavingPost = yield controls.select(\n\t\teditorStore,\n\t\t'isAutosavingPost'\n\t);\n\tconst hasMetaBoxes = yield controls.select( editPostStore, 'hasMetaBoxes' );\n\n\t// Save metaboxes when performing a full save on the post.\n\tsubscribe( () => {\n\t\tconst isSavingPost = select( editorStore ).isSavingPost();\n\t\tconst isAutosavingPost = select( editorStore ).isAutosavingPost();\n\n\t\t// Save metaboxes on save completion, except for autosaves that are not a post preview.\n\t\t//\n\t\t// Meta boxes are initialized once at page load. It is not necessary to\n\t\t// account for updates on each state change.\n\t\t//\n\t\t// See: https://github.com/WordPress/WordPress/blob/5.1.1/wp-admin/includes/post.php#L2307-L2309\n\t\tconst shouldTriggerMetaboxesSave =\n\t\t\thasMetaBoxes &&\n\t\t\twasSavingPost &&\n\t\t\t! isSavingPost &&\n\t\t\t! wasAutosavingPost;\n\n\t\t// Save current state for next inspection.\n\t\twasSavingPost = isSavingPost;\n\t\twasAutosavingPost = isAutosavingPost;\n\n\t\tif ( shouldTriggerMetaboxesSave ) {\n\t\t\tdispatch( editPostStore ).requestMetaBoxUpdates();\n\t\t}\n\t} );\n\n\treturn {\n\t\ttype: 'META_BOXES_INITIALIZED',\n\t};\n}\n"]}
|
package/build/store/defaults.js
CHANGED
|
@@ -11,15 +11,6 @@ const PREFERENCES_DEFAULTS = {
|
|
|
11
11
|
opened: true
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
-
features: {
|
|
15
|
-
fixedToolbar: false,
|
|
16
|
-
welcomeGuide: true,
|
|
17
|
-
fullscreenMode: true,
|
|
18
|
-
showIconLabels: false,
|
|
19
|
-
themeStyles: true,
|
|
20
|
-
showBlockBreadcrumbs: true,
|
|
21
|
-
welcomeGuideTemplate: true
|
|
22
|
-
},
|
|
23
14
|
hiddenBlockTypes: [],
|
|
24
15
|
preferredStyleVariations: {},
|
|
25
16
|
localAutosaveInterval: 15
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/edit-post/src/store/defaults.js"],"names":["PREFERENCES_DEFAULTS","editorMode","panels","opened","
|
|
1
|
+
{"version":3,"sources":["@wordpress/edit-post/src/store/defaults.js"],"names":["PREFERENCES_DEFAULTS","editorMode","panels","opened","hiddenBlockTypes","preferredStyleVariations","localAutosaveInterval"],"mappings":";;;;;;AAAO,MAAMA,oBAAoB,GAAG;AACnCC,EAAAA,UAAU,EAAE,QADuB;AAEnCC,EAAAA,MAAM,EAAE;AACP,mBAAe;AACdC,MAAAA,MAAM,EAAE;AADM;AADR,GAF2B;AAOnCC,EAAAA,gBAAgB,EAAE,EAPiB;AAQnCC,EAAAA,wBAAwB,EAAE,EARS;AASnCC,EAAAA,qBAAqB,EAAE;AATY,CAA7B","sourcesContent":["export const PREFERENCES_DEFAULTS = {\n\teditorMode: 'visual',\n\tpanels: {\n\t\t'post-status': {\n\t\t\topened: true,\n\t\t},\n\t},\n\thiddenBlockTypes: [],\n\tpreferredStyleVariations: {},\n\tlocalAutosaveInterval: 15,\n};\n"]}
|