email-editor
3 weeks ago
email-editor-blocks
3 weeks ago
email_editor_integration
3 weeks ago
marketing-optin-block
3 months ago
skins
2 months ago
admin.js
3 weeks ago
admin.js.LICENSE.txt
2 years ago
admin_vendor.js
1 month ago
automation.js
1 month ago
automation_analytics.js
1 month ago
automation_editor.js
1 month ago
automation_flow_embed.js
1 month ago
automation_preview_embed.js
1 month ago
automation_templates.js
1 month ago
commons.js
1 month ago
commons.js.LICENSE.txt
2 months ago
custom_fields.js
1 month ago
form_editor.asset.json
1 month ago
form_editor.js
1 month ago
form_editor.js.LICENSE.txt
1 month ago
form_preview.js
4 months ago
haw.js
3 months ago
index.php
3 years ago
mailpoet.js
2 months ago
mailpoet.js.LICENSE.txt
3 years ago
manifest.json
3 weeks ago
newsletter_editor.js
1 month ago
newsletter_editor.js.LICENSE.txt
1 month ago
post_editor_block.js
1 month ago
post_editor_block.js.LICENSE.txt
3 years ago
public.js
1 month ago
public.js.LICENSE.txt
2 months ago
public.min.js
3 weeks ago
public.min.js.LICENSE.txt
3 weeks ago
runtime.js
1 month ago
settings.js
1 month ago
tags.js
1 month ago
vendor.js
2 months ago
automation_editor.js
1 lines
| 1 | "use strict";(globalThis.webpackChunk=globalThis.webpackChunk||[]).push([[574],{11724(e,t,a){var o={};a.r(o),a.d(o,{registerShortcut:()=>v,unregisterShortcut:()=>y});var i={};a.r(i),a.d(i,{getAllShortcutKeyCombinations:()=>D,getAllShortcutRawKeyCombinations:()=>T,getCategoryShortcuts:()=>E,getShortcutAliases:()=>k,getShortcutDescription:()=>C,getShortcutKeyCombination:()=>w,getShortcutRepresentation:()=>N});var n=a(3698),s=a.n(n),r=a(79124),c=a(7378),l=a(91923),d=a(45003),u=a(55210),m=a(73201),p=a(99952),h=a(67338),g=a(30274),b=(a(90415),a(89074)),f=a(5191);function v({name:e,category:t,description:a,keyCombination:o,aliases:i}){return{type:"REGISTER_SHORTCUT",name:e,category:t,keyCombination:o,aliases:i,description:a}}function y(e){return{type:"UNREGISTER_SHORTCUT",name:e}}var x=a(74661),S=a(6851),_=[],j={display:S.dz,raw:S.JF,ariaLabel:S._A};function A(e,t){return e?e.modifier?j[t][e.modifier](e.character):e.character:null}function w(e,t){return e[t]?e[t].keyCombination:null}function N(e,t,a="display"){return A(w(e,t),a)}function C(e,t){return e[t]?e[t].description:null}function k(e,t){return e[t]&&e[t].aliases?e[t].aliases:_}var D=(0,x.A)((e,t)=>[w(e,t),...k(e,t)].filter(Boolean),(e,t)=>[e[t]]),T=(0,x.A)((e,t)=>D(e,t).map(e=>A(e,"raw")),(e,t)=>[e[t]]),E=(0,x.A)((e,t)=>Object.entries(e).filter(([,e])=>e.category===t).map(([e])=>e),e=>[e]),I=(0,b.A)("core/keyboard-shortcuts",{reducer:function(e={},t){switch(t.type){case"REGISTER_SHORTCUT":return{...e,[t.name]:{category:t.category,keyCombination:t.keyCombination,aliases:t.aliases,description:t.description}};case"UNREGISTER_SHORTCUT":const{[t.name]:a,...o}=e;return o}return e},actions:o,selectors:i});(0,f.register)(I);var K=new Set,O=e=>{for(const t of K)t(e)},L=(0,c.createContext)({add:e=>{0===K.size&&document.addEventListener("keydown",O),K.add(e)},delete:e=>{K.delete(e),0===K.size&&document.removeEventListener("keydown",O)}});function R(e,t,{isDisabled:a=!1}={}){const o=(0,c.useContext)(L),i=function(){const{getAllShortcutKeyCombinations:e}=(0,u.A)(I);return function(t,a){return e(t).some(({modifier:e,character:t})=>S.kx[e](a,t))}}(),n=(0,c.useRef)();(0,c.useEffect)(()=>{n.current=t},[t]),(0,c.useEffect)(()=>{if(!a)return o.add(t),()=>{o.delete(t)};function t(t){i(e,t)&&n.current(t)}},[e,a,o])}L.displayName="KeyboardShortcutsContext";var F=a(86106),{Provider:P}=L;function U(e){const[t]=(0,c.useState)(()=>new Set);return(0,F.jsx)(P,{value:t,children:(0,F.jsx)("div",{...e,onKeyDown:function(a){e.onKeyDown&&e.onKeyDown(a);for(const e of t)e(a)}})})}var J=a(69139),M=a(85123),G=a(84509),H=a(75245),V=a(95166);a(99136);var B=a(59717),W=a(38585),z=a(19573),q=a(52785);function Q(){const[e,t]=(0,c.useState)(!1),{automationStatus:a,hasUsersInProgress:o,isSidebarOpened:i,selectedStep:n,savedState:s}=(0,u.A)(e=>({automationStatus:e(W.storeName).getAutomationData().status,hasUsersInProgress:e(W.storeName).getAutomationData().stats.totals.in_progress>0,isSidebarOpened:e(W.storeName).isSidebarOpened,selectedStep:e(W.storeName).getSelectedStep,savedState:e(W.storeName).getSavedState()})),{openActivationPanel:r,openSidebar:l,closeSidebar:d,save:m,toggleFeature:p}=(0,B.A)(W.storeName),{registerShortcut:h}=(0,B.A)(I);return(0,c.useEffect)(()=>{h({name:"mailpoet/automation-editor/toggle-fullscreen",category:"global",description:(0,J.__)("Toggle fullscreen mode.","mailpoet"),keyCombination:{modifier:"secondary",character:"f"}}),h({name:"mailpoet/automation-editor/toggle-sidebar",category:"global",description:(0,J.__)("Show or hide the settings sidebar.","mailpoet"),keyCombination:{modifier:"primaryShift",character:","}}),h({name:"mailpoet/automation-editor/save",category:"global",description:(0,J.__)("Save your changes.","mailpoet"),keyCombination:{modifier:"primary",character:"s"}})},[h]),R("mailpoet/automation-editor/toggle-fullscreen",()=>{p("fullscreenMode")}),R("mailpoet/automation-editor/toggle-sidebar",e=>{if(e.preventDefault(),i())d();else{const e=n()?W.stepSidebarKey:W.automationSidebarKey;l(e)}}),R("mailpoet/automation-editor/save",e=>{e.preventDefault(),"unsaved"===s&&(a===z.i.ACTIVE&&o?t(!0):a!==z.i.DEACTIVATING?m():r())}),e?(0,F.jsx)(q.P,{onClose:()=>t(!1)}):null}var Y=a(17092),X=a(15727),Z=a(89979),$=a(57470);const{lock:ee,unlock:te}=(0,$.yf)("I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.","@wordpress/edit-post"),{Tabs:ae}=te(Z.j),oe=c.forwardRef(function(e,t){return(0,F.jsxs)(ae.TabList,{ref:t,children:[(0,F.jsx)(ae.Tab,{tabId:W.automationSidebarKey,children:(0,J.__)("Automation","mailpoet")}),(0,F.jsx)(ae.Tab,{tabId:W.stepSidebarKey,children:(0,J.__)("Step","mailpoet")})]})});var ie=a(14755),ne=a(24071),se=a(3502),re=a(5209),ce=a(38247);function le({title:e,description:t,icon:a}){return(0,F.jsxs)("div",{className:"block-editor-block-card",children:[(0,F.jsx)(ce.W,{icon:a}),(0,F.jsxs)("div",{className:"block-editor-block-card__content",children:[(0,F.jsx)("h2",{className:"block-editor-block-card__title",children:e}),(0,F.jsx)("span",{className:"block-editor-block-card__description",children:t})]})]})}function de(){const{errors:e}=(0,u.A)(e=>({errors:e(W.storeName).getStepError(e(W.storeName).getSelectedStep().id)}),[]);if(!e||!e?.fields)return null;const t=e.fields?.general;return t?(0,F.jsx)(ie.A,{isDismissible:!1,status:"error",children:t}):null}function ue(){const{selectedStep:e,selectedStepType:t}=(0,u.A)(e=>({selectedStep:e(W.storeName).getSelectedStep(),selectedStepType:e(W.storeName).getSelectedStepType()}),[]);if(!e)return(0,F.jsx)(ne.Ay,{children:"No step selected."});if(!t)return(0,F.jsx)(ne.Ay,{children:"Unknown step type."});const a=t.edit;return(0,F.jsxs)("div",{className:"block-editor-block-inspector",children:[(0,F.jsx)(de,{}),(0,F.jsx)(le,{title:t.title(e,"sidebar"),description:t.description(e,"sidebar"),icon:t.icon}),(0,F.jsx)(a,{},e.id),"trigger"===e.type&&(0,F.jsx)(re.qn,{strings:se.t})]})}var me=a(19253),pe=a(8447),he=a(39569),ge=a(58633);function be(){const e=ge.Hooks.applyFilters("mailpoet.automation.settings.render",{});return 0===Object.keys(e).length?null:(0,F.jsx)(ne.Ay,{title:(0,J.__)("Automation settings","mailpoet"),initialOpen:!0,children:Object.keys(e).map(t=>(0,F.jsx)(me.A,{children:e[t]},t))})}function fe(){const{automationData:e}=(0,u.A)(e=>({automationData:e(W.storeName).getAutomationData()}),[]),t={year:"numeric",month:"long",day:"numeric"};return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)(ne.Ay,{title:(0,J.__)("Automation details","mailpoet"),initialOpen:!0,children:[(0,F.jsxs)(me.A,{children:[(0,F.jsx)("strong",{children:"Date added"})," ",new Date(Date.parse(e.created_at)).toLocaleDateString(he.locale.toString(),t)]}),(0,F.jsxs)(me.A,{children:[(0,F.jsx)("strong",{children:"Activated"})," ","active"===e.status&&new Date(Date.parse(e.updated_at)).toLocaleDateString(he.locale.toString(),t),"active"!==e.status&&e.activated_at&&new Date(Date.parse(e.activated_at)).toLocaleDateString(he.locale.toString(),t),"active"!==e.status&&!e.activated_at&&(0,F.jsx)("span",{className:"mailpoet-deactive",children:"Not activated yet."})]}),(0,F.jsxs)(me.A,{children:[(0,F.jsx)("strong",{children:"Author"})," ",e.author.name]}),(0,F.jsx)(me.A,{children:(0,F.jsx)(pe.J,{})})]}),(0,F.jsx)(be,{})]})}const{Tabs:ve}=te(Z.j),ye=h.A.select({web:!0});function xe(e){const{keyboardShortcut:t,sidebarKey:a}=(0,u.A)(e=>({keyboardShortcut:e(I).getShortcutRepresentation("mailpoet/automation-editor/toggle-sidebar"),sidebarKey:e(g.M_).getActiveComplementaryArea(W.storeName)??W.automationSidebarKey}),[]),o=(0,c.useRef)(null),i=(0,c.useContext)(ve.Context);return(0,F.jsx)(g.WK,{identifier:a,header:(0,F.jsx)(ve.Context.Provider,{value:i,children:(0,F.jsx)(oe,{ref:o})}),closeLabel:(0,J.__)("Close settings","mailpoet"),headerClassName:"editor-sidebar__panel-tabs",title:(0,J.__)("Settings","mailpoet"),icon:X.A,className:"edit-site-sidebar mailpoet-automation-sidebar",panelClassName:"edit-site-sidebar",scope:W.storeName,toggleShortcut:t,isActiveByDefault:ye,...e,children:(0,F.jsxs)(ve.Context.Provider,{value:i,children:[(0,F.jsx)(ve.TabPanel,{tabId:W.automationSidebarKey,children:(0,F.jsx)(fe,{})}),(0,F.jsx)(ve.TabPanel,{tabId:W.stepSidebarKey,children:(0,F.jsx)(ue,{})})]})})}function Se(e){const{openSidebar:t}=(0,B.A)(W.storeName),{sidebarKey:a}=(0,u.A)(e=>({sidebarKey:e(g.M_).getActiveComplementaryArea(W.storeName)??W.automationSidebarKey}),[]);return(0,F.jsx)(ve,{selectedTabId:a,onSelect:e=>{t(e)},children:(0,F.jsx)(xe,{...e})})}var _e=a(25274),je=a(25444),Ae=a(16725),we=a(83084),Ne=a(80502),Ce=a(62623),ke=a(69611),De=a(58270),Te=a(35061);function Ee({onClose:e}){const[t,a]=(0,c.useState)(!1),{activate:o}=(0,B.A)(W.storeName);return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)("div",{className:"mailpoet-automation-activate-panel__header",children:[(0,F.jsx)("div",{className:"mailpoet-automation-activate-panel__header-activate-button",children:(0,F.jsxs)(ke.Ay,{variant:"primary",disabled:t,isBusy:t,autoFocus:!t,onClick:()=>{a(!0),o()},children:[t&&(0,J.__)("Activating…","mailpoet"),!t&&(0,J.__)("Activate","mailpoet")]})}),(0,F.jsx)("div",{className:"mailpoet-automation-activate-panel__header-cancel-button",children:(0,F.jsx)(ke.Ay,{variant:"secondary",onClick:e,disabled:t,children:(0,J.__)("Cancel","mailpoet")})})]}),t&&(0,F.jsx)("div",{className:"mailpoet-automation-activate-panel__body",children:(0,F.jsx)(De.Ay,{})}),!t&&(0,F.jsxs)("div",{className:"mailpoet-automation-activate-panel__body",children:[(0,F.jsx)("p",{children:(0,F.jsx)("strong",{children:(0,J.__)("Are you ready to activate?","mailpoet")})}),(0,F.jsx)("p",{children:(0,J.__)("Double-check your settings before activating.","mailpoet")})]})]})}function Ie({onClose:e}){const{automation:t}=(0,u.A)(e=>({automation:e(W.storeName).getAutomationData()}),[]);return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)("div",{className:"mailpoet-automation-activate-panel__header",children:(0,F.jsx)(ke.Ay,{icon:Te.A,onClick:e,label:(0,J.__)("Close","mailpoet")})}),(0,F.jsxs)("div",{className:"mailpoet-automation-activate-panel__body",children:[(0,F.jsx)("div",{className:"mailpoet-automation-activate-panel__section",children:(0,J.sprintf)((0,J.__)('"%s" is now live.',"mailpoet"),t.name)}),(0,F.jsx)("p",{children:(0,F.jsx)("strong",{children:(0,J.__)("What’s next?","mailpoet")})}),(0,F.jsx)("p",{children:(0,J.__)("View all your automations to track statistics and create new ones.","mailpoet")}),(0,F.jsx)(ke.Ay,{variant:"secondary",onClick:()=>{window.parent&&window.parent!==window?window.parent.postMessage({type:"mailpoet-navigate-to-automation-listing"},window.location.origin):window.location.href=Ae.U.urls.automationListing},children:(0,J.__)("View all automations","mailpoet")})]})]})}function Ke(){const{automation:e,errors:t}=(0,u.A)(e=>({errors:e(W.storeName).getErrors(),automation:e(W.storeName).getAutomationData()}),[]),{closeActivationPanel:a}=(0,B.A)(W.storeName);if((0,c.useEffect)(()=>{t&&a()},[t,a]),t)return null;const o=e.status===z.i.ACTIVE;return(0,F.jsxs)("div",{className:"mailpoet-automation-activate-panel",children:[o&&(0,F.jsx)(Ie,{onClose:a}),!o&&(0,F.jsx)(Ee,{onClose:a})]})}var Oe=a(9689);function Le(e){return"saved"!==(0,d.L)(W.storeName).getSavedState()?(e.returnValue=(0,J.__)("There are unsaved changes that will be lost. Do you want to continue?","mailpoet"),e.returnValue):""}function Re(){const{isFullscreenActive:e,isInserterOpened:t,isActivationPanelOpened:a,isSidebarOpened:o,showIconLabels:i,automation:n}=(0,u.A)(e=>({isFullscreenActive:e(W.storeName).isFeatureActive("fullscreenMode"),isInserterOpened:e(W.storeName).isInserterSidebarOpened(),isSidebarOpened:e(W.storeName).isSidebarOpened(),isActivationPanelOpened:e(W.storeName).isActivationPanelOpened(),showIconLabels:e(W.storeName).isFeatureActive("showIconLabels"),automation:e(W.storeName).getAutomationData()}),[]),[r,d]=(0,c.useState)(!0);if((0,c.useEffect)(()=>(window.addEventListener("beforeunload",Le),()=>window.removeEventListener("beforeunload",Le)),[]),(0,c.useEffect)(()=>{r&&("trash"===n.status&&(window.location.href=(0,M.F)(Ae.U.urls.automationListing,{notice:we.f.automationHadBeenDeleted,"notice-args":[n.name]})),d(!1))},[n.name,n.status,r]),"trash"===n.status)return null;const m=s()("interface-interface-skeleton",{"is-sidebar-opened":o,"show-icon-labels":i});return(0,F.jsx)(U,{children:(0,F.jsxs)(l.Kq,{children:[(0,F.jsx)(g.fA,{isActive:e}),(0,F.jsx)(Q,{}),(0,F.jsx)(Se,{}),(0,F.jsx)(g.Du,{className:m,header:(0,F.jsx)(V.Y9,{showInserterToggle:false}),content:(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(Y.D,{}),(0,F.jsx)(_e.G,{context:"edit"})]}),sidebar:(0,F.jsx)(g.WK.Slot,{scope:W.storeName}),secondarySidebar:null}),a&&(0,F.jsx)(Ke,{})]})})}window.addEventListener("DOMContentLoaded",()=>{if((0,J.setLocaleData)(window.wp.i18n.getLocaleData()),void 0!==window.wp.date.getSettings){const e=window.wp;(0,p.setSettings)(e.date.getSettings())}else{const e=window.wp;(0,p.setSettings)(e.date.__experimentalGetSettings())}(0,W.createStore)();const e=h.A.select({web:!0});(0,m.J)(g.M_).enableComplementaryArea(W.storeName,e?W.automationSidebarKey:void 0);const t=(0,G.d)(window.location.href,"fullscreen");("true"===t||"1"===t)&&((0,m.J)("core/preferences").set(W.storeName,"fullscreenMode",!0),(0,m.J)(W.storeName).setFullscreenForced(!0));const a=document.getElementById("mailpoet_automation_editor");a&&((0,H.registerTranslations)(),Ne.default.use(async(e,t)=>{try{return await t(e)}catch(t){if(e.signal?.aborted)return;const a=t,o=a.data?.status;if("mailpoet_automation_not_valid"===a.code)return void(0,m.J)(W.storeName).setErrors({steps:a.data.errors});if(o&&o>=400&&o<500){const e=a.message;return(0,m.J)(Ce.store).createErrorNotice(e??(0,J.__)("An unknown error occurred.","mailpoet"),{explicitDismiss:!0}),void(0,m.J)(W.storeName).setErrors({steps:[]})}throw(0,m.J)(Ce.store).createErrorNotice((0,J.__)("An unknown error occurred.","mailpoet"),{explicitDismiss:!0}),t}}),(0,je.b)(),(0,Oe.g)(),(0,r.H)(a).render((0,F.jsx)(Re,{})))})},41669(e){e.exports=jQuery}},e=>{e.O(0,[223],()=>e(e.s=11724)),e.O()}]); |