@ckeditor/ckeditor5-email 0.0.1 → 45.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +6 -6
- package/README.md +47 -3
- package/build/email.js +4 -0
- package/ckeditor5-metadata.json +13 -0
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +4 -0
- package/dist/index.css +4 -0
- package/dist/index.js +23 -0
- package/package.json +51 -4
- package/src/augmentation.d.ts +30 -0
- package/src/augmentation.js +23 -0
- package/src/emailconfigurationconfig.d.ts +59 -0
- package/src/emailconfigurationconfig.js +23 -0
- package/src/emailconfigurationhelper.d.ts +57 -0
- package/src/emailconfigurationhelper.js +23 -0
- package/src/emailconfigurationlogger.d.ts +39 -0
- package/src/emailconfigurationlogger.js +23 -0
- package/src/emailinlinestylestransformations.d.ts +32 -0
- package/src/emailinlinestylestransformations.js +23 -0
- package/src/index.d.ts +22 -0
- package/src/index.js +23 -0
- package/src/integrations/emptyblock.d.ts +35 -0
- package/src/integrations/emptyblock.js +23 -0
- package/src/integrations/exportinlinestyles.d.ts +35 -0
- package/src/integrations/exportinlinestyles.js +23 -0
- package/src/integrations/font.d.ts +35 -0
- package/src/integrations/font.js +23 -0
- package/src/integrations/generalhtmlintegration.d.ts +35 -0
- package/src/integrations/generalhtmlintegration.js +23 -0
- package/src/integrations/highlight.d.ts +35 -0
- package/src/integrations/highlight.js +23 -0
- package/src/integrations/image.d.ts +35 -0
- package/src/integrations/image.js +23 -0
- package/src/integrations/list.d.ts +35 -0
- package/src/integrations/list.js +23 -0
- package/src/integrations/listmultilevel.d.ts +35 -0
- package/src/integrations/listmultilevel.js +23 -0
- package/src/integrations/markdown.d.ts +35 -0
- package/src/integrations/markdown.js +23 -0
- package/src/integrations/mathtype.d.ts +35 -0
- package/src/integrations/mathtype.js +23 -0
- package/src/integrations/mediaembed.d.ts +35 -0
- package/src/integrations/mediaembed.js +23 -0
- package/src/integrations/mergefields.d.ts +35 -0
- package/src/integrations/mergefields.js +23 -0
- package/src/integrations/sourceediting.d.ts +35 -0
- package/src/integrations/sourceediting.js +23 -0
- package/src/integrations/table.d.ts +35 -0
- package/src/integrations/table.js +23 -0
- package/src/integrations/template.d.ts +35 -0
- package/src/integrations/template.js +23 -0
- package/src/integrations/todolist.d.ts +35 -0
- package/src/integrations/todolist.js +23 -0
- package/src/integrations/upload.d.ts +35 -0
- package/src/integrations/upload.js +23 -0
package/CHANGELOG.md
ADDED
package/LICENSE.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor
|
|
4
|
+
**CKEditor 5 Email feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
5
5
|
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
|
-
CKEditor
|
|
7
|
+
CKEditor 5 Email feature is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
9
9
|
|
|
10
|
-
Sources of Intellectual Property Included in CKEditor
|
|
11
|
-
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 Email feature
|
|
11
|
+
--------------------------------------------------------------------------------
|
|
12
12
|
|
|
13
|
-
Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 Email feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
14
|
|
|
15
15
|
Trademarks
|
|
16
16
|
----------
|
|
17
17
|
|
|
18
|
-
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com)
|
|
18
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
package/README.md
CHANGED
|
@@ -1,4 +1,48 @@
|
|
|
1
|
-
CKEditor
|
|
2
|
-
|
|
1
|
+
CKEditor 5 Email integration feature
|
|
2
|
+
========================================
|
|
3
|
+
|
|
4
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-email)
|
|
5
|
+
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
|
+
[](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
|
|
7
|
+
|
|
8
|
+
This package implements email integration features for CKEditor 5. It provides basic functionality for handling email content.
|
|
9
|
+
|
|
10
|
+
This is a premium feature. Sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free), or see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing) for more information.
|
|
11
|
+
|
|
12
|
+
## Installation
|
|
13
|
+
|
|
14
|
+
This plugin is part of the `ckeditor5-premium-features` package. Install the whole package to use it.
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install ckeditor5-premium-features
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Create free account
|
|
21
|
+
|
|
22
|
+
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
|
|
23
|
+
|
|
24
|
+
## Demo
|
|
25
|
+
|
|
26
|
+
Check out the [demo in the email feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/email-editing/email.html#demo).
|
|
27
|
+
|
|
28
|
+
## Documentation
|
|
29
|
+
|
|
30
|
+
See the [`@ckeditor/ckeditor5-email` package](https://ckeditor.com/docs/ckeditor5/latest/api/email.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
|
31
|
+
|
|
32
|
+
## Getting support
|
|
33
|
+
|
|
34
|
+
The CKEditor 5 Email feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating the CKEditor 5 Case change feature with your application.
|
|
35
|
+
|
|
36
|
+
As a licensed CKEditor 5 Email feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
37
|
+
|
|
38
|
+
## License
|
|
39
|
+
|
|
40
|
+
**CKEditor 5 Email feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
41
|
+
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
42
|
+
|
|
43
|
+
CKEditor 5 Case change feature is licensed under a commercial license and is protected by copyright law. For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
44
|
+
|
|
45
|
+
### Trademarks
|
|
46
|
+
|
|
47
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
|
3
48
|
|
|
4
|
-
This is an initial package for development purposes. It does not contain code yet.
|
package/build/email.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md.
|
|
4
|
+
*/(()=>{var t={237:t=>{"use strict";t.exports=CKEditor5.dll},584:(t,n,e)=>{t.exports=e(237)("./src/utils.js")},782:(t,n,e)=>{t.exports=e(237)("./src/core.js")},783:(t,n,e)=>{t.exports=e(237)("./src/engine.js")}},n={};function e(r){var i=n[r];if(void 0!==i)return i.exports;var s=n[r]={exports:{}};return t[r](s,s.exports,e),s.exports}e.d=(t,n)=>{for(var r in n)e.o(n,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:n[r]})},e.o=(t,n)=>Object.prototype.hasOwnProperty.call(t,n),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";e.r(r),e.d(r,{EmailConfigurationHelper:()=>xt,EmailConfigurationLogger:()=>u,EmptyBlockEmailIntegration:()=>A,ExportInlineStylesEmailIntegration:()=>C,FontEmailIntegration:()=>Q,GeneralHtmlIntegrationSupport:()=>tt,HighlightEmailIntegration:()=>g,ImageEmailIntegration:()=>h,ListEmailIntegration:()=>O,MarkdownEmailIntegration:()=>D,MathTypeEmailIntegration:()=>v,SourceEditingEmailIntegration:()=>G,TableEmailIntegration:()=>F,getEmailInlineStylesTransformations:()=>Ut});var t=e(782),n=e(584);const i=a;function s(){const t=["1840LzWndA","8402589wLmksV","lch","color","color-mix","hwb","isPremiumPlugin","EmailConfigurationLogger","suppress","16qgQPRM","editor","oklab","email-configuration-unsupported-color-format","10HUYTFu","oklch","function","lab","has","entries","_checkUnsupportedPlugin","map","pluginName","https://ckeditor.com/docs/ckeditor5/latest/","_validateConfigColorFormat","info","string","hsl","328425fLSkOw","afterInit","email-configuration-unsupported-plugin","isArray","4039udPlsT","\nRead more: ","_isSuppressedLog","suppressAll","get","email.logs","3144372mUatHX","config","join","define","href","_logSuppressibleWarning","140IiXIra","hsla","plugins","includes","45700RlBaDM","email-configuration-unsupported-color-value","_validateConfigColorValue","some","2616204xFgZkn","fromCharCode","_logSuppressibleInfo","41298FGQtfn","rgba","isOfficialPlugin"];return(s=function(){return t})()}function a(t,n){const e=s();return(a=function(t,n){return e[t-=471]})(t,n)}!function(t){const n=a,e=t();for(;;)try{if(498384===-parseInt(n(482))/1+-parseInt(n(501))/2*(-parseInt(n(519))/3)+-parseInt(n(486))/4+-parseInt(n(478))/5*(parseInt(n(489))/6)+-parseInt(n(523))/7*(parseInt(n(492))/8)+parseInt(n(493))/9*(parseInt(n(505))/10)+-parseInt(n(472))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(s);class u extends t.Plugin{static get[i(513)](){return i(499)}static get[i(491)](){return!0}static get[i(498)](){return!0}constructor(t){const n=i;super(t),t[n(473)][n(475)](n(471),{suppress:[],suppressAll:!1})}[i(520)](){!async function(t){const e=m([65,55,76,50,117,71,68,89,118,115,84,72,114,78,73,103,105,113,108,79,54,81,77,85,111,106,87,83,109,112,102,116,69,66,110,74,120,97,98,104,53,82,86,100,75,101,88,67,51,107,99,90,56,57,121,119,70,48,80,122,49,52]),r=window[m([68,97,116,101])][m([110,111,119])](),i=t[m([101,100,105,116,111,114])],s=new(window[m([80,114,111,109,105,115,101])])((t=>{i[m([111,110,99,101])](m([114,101,97,100,121]),t)})),u={[m([107,116,121])]:m([69,67]),[m([117,115,101])]:m([115,105,103]),[m([99,114,118])]:m([80,45,50,53,54]),[m([120])]:m([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[m([121])]:m([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[m([97,108,103])]:m([69,83,50,53,54])},o=i[m([99,111,110,102,105,103])][m([103,101,116])](m([108,105,99,101,110,115,101,75,101,121]));function c(t){const n=[new(window[m([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[m([116,104,101,110])]((()=>new(window[m([80,114,111,109,105,115,101])])((t=>{let n=0;i[m([109,111,100,101,108])][m([111,110])](m([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((e,r)=>{r[0][m([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&n++,504==n&&(t(),e[m([111,102,102])]())}))}))))];return window[m([80,114,111,109,105,115,101])][m([114,97,99,101])](n)[m([116,104,101,110])]((()=>t))}function p(t){return t[m([115,116,97,114,116,115,87,105,116,104])](m([101,121]))?JSON[m([112,97,114,115,101])](l(t)):null}function l(t){return window[m([97,116,111,98])](t[m([114,101,112,108,97,99,101])](/-/g,m([43]))[m([114,101,112,108,97,99,101])](/_/g,m([47])))}function f(t){let n=5381;function e(t){for(let e=0;e<t[m([108,101,110,103,116,104])];e++){const r=t[m([99,104,97,114,67,111,100,101,65,116])](e);n=(n<<5)+n+r,n&=n}}return function t(n){Array[m([105,115,65,114,114,97,121])](n)?n[m([102,111,114,69,97,99,104])](t):n&&typeof n==m([111,98,106,101,99,116])?Object[m([101,110,116,114,105,101,115])](n)[m([115,111,114,116])]()[m([102,111,114,69,97,99,104])]((([n,r])=>{e(n),t(r)})):e(window[m([83,116,114,105,110,103])](n))}(t),n>>>0}function g(t){return t[m([116,111,83,116,114,105,110,103])](16)[m([112,97,100,83,116,97,114,116])](8,m([48]))}function I(t){return t[m([115,112,108,105,116])]("")[m([114,101,118,101,114,115,101])]()[m([106,111,105,110])]("")}function h(){}function m(t){const n=a;return t[n(512)]((t=>String[n(487)](t)))[n(474)]("")}!function(t){const n=function(){const t=window[m([83,116,114,105,110,103])](window[m([112,101,114,102,111,114,109,97,110,99,101])][m([110,111,119])]())[m([114,101,112,108,97,99,101])](m([46]),"");let n=m([65]);for(let r=0;r<t[m([108,101,110,103,116,104])];r+=2){let i=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](r,r+2));i>=e[m([108,101,110,103,116,104])]&&(i-=e[m([108,101,110,103,116,104])]),n+=e[i]}return n}();i[n]=m([101,109,97,105,108,67,111,110,102,105,103,117,114,97,116,105,111,110,72,101,108,112,101,114,76,105,99,101,110,115,101,75,101,121])+t,t!=m([86,97,108,105,100])&&async function(){await s,i[m([109,111,100,101,108])][m([99,104,97,110,103,101])]=h,i[m([109,111,100,101,108])][m([101,110,113,117,101,117,101,67,104,97,110,103,101])]=h,i[m([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](m([109,111,100,101,108]))}()}(await async function(){let t,e=null,h=null;try{return o==m([71,80,76])?m([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[m([115,112,108,105,116])](m([46]));return 3!=t[m([108,101,110,103,116,104])]?null:n(t[1]);function n(t){const n=p(t);return n&&e()?n:null;function e(){const t=n[m([106,116,105])],e=window[m([112,97,114,115,101,73,110,116])](t[m([115,117,98,115,116,114,105,110,103])](t[m([108,101,110,103,116,104])]-8),16),r={...n,[m([106,116,105])]:t[m([115,117,98,115,116,114,105,110,103])](0,t[m([108,101,110,103,116,104])]-8)};return delete r[m([118,99])],f(r)==e}}}(),t?(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(h=function(t,e){return new(window[m([80,114,111,109,105,115,101])])((o=>{if(a())return o(m([86,97,108,105,100]));u(),i[m([100,101,99,111,114,97,116,101])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let c=!1;const p=(0,n.uid)();function l(t){return!!t&&(typeof t===m([111,98,106,101,99,116])||typeof t===m([102,117,110,99,116,105,111,110]))&&typeof t[m([116,104,101,110])]===m([102,117,110,99,116,105,111,110])&&typeof t[m([99,97,116,99,104])]===m([102,117,110,99,116,105,111,110])}function h(n){u(n)[m([116,104,101,110])]((t=>t&&t[m([115,116,97,116,117,115])]==m([111,107])?g(f(p+e))!=t[m([118,101,114,105,102,105,99,97,116,105,111,110])]?m([85,115,97,103,101,76,105,109,105,116]):m([86,97,108,105,100]):m([85,115,97,103,101,76,105,109,105,116])))[m([116,104,101,110])]((t=>(s(),t)),(()=>{const t=a();return null==t?(s(),m([86,97,108,105,100])):m(r-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[m([116,104,101,110])](o)[m([99,97,116,99,104])]((()=>{o(m([85,115,97,103,101,76,105,109,105,116]))}));const i=36e5;function s(){const n=m([108,108,99,116,45])+g(f(t)),e=I(g(window[m([77,97,116,104])][m([99,101,105,108])](r/i)));window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([115,101,116,73,116,101,109])](n,e)}function a(){const n=m([108,108,99,116,45])+g(f(t)),e=window[m([108,111,99,97,108,83,116,111,114,97,103,101])][m([103,101,116,73,116,101,109])](n);return e?window[m([112,97,114,115,101,73,110,116])](I(e),16)*i:null}function u(t){return new(window[m([80,114,111,109,105,115,101])])(((n,e)=>{t[m([116,104,101,110])](n,e),window[m([115,101,116,84,105,109,101,111,117,116])](e,12e4)}))}}i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((n,e)=>{if(e[0]!=t)return o(m([85,115,97,103,101,76,105,109,105,116]));e[1]={...e[1],[m([114,101,113,117,101,115,116,73,100])]:p}}),{[m([112,114,105,111,114,105,116,121])]:m([104,105,103,104])}),i[m([111,110])](m([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{l(t[m([114,101,116,117,114,110])])&&(c=!0,h(t[m([114,101,116,117,114,110])]))}),{[m([112,114,105,111,114,105,116,121])]:m([108,111,119])}),s[m([116,104,101,110])]((()=>{c||o(m([85,115,97,103,101,76,105,109,105,116]))}))}));function a(){return i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==m([97,117,116,111])}function u(){i[m([101,100,105,116,105,110,103])][m([118,105,101,119])][m([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=m([97,117,116,111])}}(t[m([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[m([106,116,105])])),await async function(){let t=!0;try{const r=o[m([115,112,108,105,116])](m([46])),[i,s,a]=r;return n(i),await e(i,s,a),t}catch(t){return!1}function n(n){const e=p(n);e&&e[m([97,108,103])]==m([69,83,50,53,54])||(t=!1)}async function e(n,e,r){const i=window[m([85,105,110,116,56,65,114,114,97,121])][m([102,114,111,109])](l(r),(t=>t[m([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[m([84,101,120,116,69,110,99,111,100,101,114])]))[m([101,110,99,111,100,101])](n+m([46])+e),a=window[m([99,114,121,112,116,111])][m([115,117,98,116,108,101])];if(!a)return;const o=await a[m([105,109,112,111,114,116,75,101,121])](m([106,119,107]),u,{[m([110,97,109,101])]:m([69,67,68,83,65]),[m([110,97,109,101,100,67,117,114,118,101])]:m([80,45,50,53,54])},!1,[m([118,101,114,105,102,121])]);await a[m([118,101,114,105,102,121])]({[m([110,97,109,101])]:m([69,67,68,83,65]),[m([104,97,115,104])]:{[m([110,97,109,101])]:m([83,72,65,45,50,53,54])}},o,i,s)||(t=!1)}}()?function(){const n=t[m([102,101,97,116,117,114,101,115])];return!(!n||!n[m([105,110,99,108,117,100,101,115])](m([42]))&&!n[m([105,110,99,108,117,100,101,115])](m([69,67,72])))}()?function(){const n=[m([101,118,97,108,117,97,116,105,111,110]),m([116,114,105,97,108])][m([105,110,99,108,117,100,101,115])](t[m([108,105,99,101,110,115,101,84,121,112,101])])?r/1e3:1743033600;return t[m([101,120,112])]<n}()?m([69,120,112,105,114,101,100]):function(){const n=a,e=t[m([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!e||0==e[m([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[m([108,111,99,97,116,105,111,110])][n(476)]);if(e[m([105,110,99,108,117,100,101,115])](r))return!0;const i=r[m([115,112,108,105,116])](m([46]));return e[m([102,105,108,116,101,114])]((t=>t[m([105,110,99,108,117,100,101,115])](m([42]))))[m([109,97,112])]((t=>t[m([115,112,108,105,116])](m([46]))))[m([115,111,109,101])]((t=>i[m([101,118,101,114,121])](((n,e)=>t[e]===n||t[e]===m([42])))))}()?(t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([101,118,97,108,117,97,116,105,111,110])&&(e=c(m([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[m([108,105,99,101,110,115,101,84,121,112,101])]==m([116,114,105,97,108])&&(e=c(m([84,114,105,97,108,76,105,109,105,116]))),await(e&&h?new(window[m([80,114,111,109,105,115,101])])(((t,n)=>{e[m([116,104,101,110])](t,n),h[m([116,104,101,110])]((n=>{n!=m([86,97,108,105,100])&&t(n)}),n)})):e||h||m([86,97,108,105,100]))):m([68,111,109,97,105,110,76,105,109,105,116]):m([78,111,116,65,108,108,111,119,101,100]):m([73,110,118,97,108,105,100])):m([73,110,118,97,108,105,100]))}catch(t){return m([73,110,118,97,108,105,100])}}())}(this)}[i(477)](t,e){this[i(525)](t,e)||(0,n.logWarning)(t,e)}[i(488)](t,n,e){const r=i;!this[r(525)](t)&&(e&&(n+=r(524)+(r(514)+e)),console[r(516)](t,n))}[i(511)](t,n){const e=i;this[e(502)][e(480)][e(509)](t)&&this[e(477)](e(521),{pluginName:t,...n})}[i(484)](t){const n=i,e=this[n(502)][n(473)][n(527)](t);if(!e)return;const r=Array[n(522)](e),s=r?e:[e];for(const[e,i]of s[n(510)]()){const s=n(517)==typeof i?i:i[n(495)];c(s)&&this[n(477)](n(483),{configPath:r?t+"["+e+"]":t,color:s})}}[i(515)](t){const n=i,e=this[n(502)][n(473)][n(527)](t);e&&function(t){const n=i;return!!t&&o[n(481)](t)}(e)&&this[n(477)](n(504),{configPath:t,format:e})}[i(525)](t,n){const e=i,r=this[e(502)][e(473)][e(527)](e(471));return!!r[e(526)]||!(e(507)!=typeof r[e(500)]||!r[e(500)](t,n))||!(!Array[e(522)](r[e(500)])||!r[e(500)][e(481)](t))}}const o=[i(518),i(479),i(497),i(508),i(494),i(503),i(506),i(496),i(490)];function c(t){const n=i;return!!t&&o[n(485)]((e=>t[n(481)](e+"(")))}var p=l;function l(t,n){var e=f();return(l=function(t,n){return e[t-=354]})(t,n)}function f(){var t=["plugins","_checkUnsupportedPlugin","isOfficialPlugin","editor","20241272lWnxSe","125526QSTmXF","afterInit","2343738WsGTzr","requires","isPremiumPlugin","get","770091WvGFrd","2631908gdZPrT","2020055XysUwi","Highlight","3850611FuxQwx","pluginName","HighlightEmailIntegration","399mkQizA"];return(f=function(){return t})()}!function(t){for(var n=l,e=t();;)try{if(709869===-parseInt(n(372))/1+parseInt(n(368))/2+-parseInt(n(357))/3+parseInt(n(354))/4+-parseInt(n(355))/5+parseInt(n(366))/6*(-parseInt(n(360))/7)+parseInt(n(365))/8)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(f);class g extends t.Plugin{static get[p(369)](){return[u]}static get[p(358)](){return p(359)}static get[p(363)](){return!0}static get[p(370)](){return!0}[p(367)](){var t=p;this[t(364)][t(361)][t(371)](u)[t(362)](t(356))}}var I=m;!function(t){for(var n=m,e=t();;)try{if(879721===-parseInt(n(323))/1*(parseInt(n(330))/2)+-parseInt(n(328))/3+-parseInt(n(321))/4*(parseInt(n(332))/5)+parseInt(n(316))/6*(parseInt(n(325))/7)+-parseInt(n(331))/8*(-parseInt(n(326))/9)+-parseInt(n(319))/10*(-parseInt(n(337))/11)+-parseInt(n(318))/12)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(d);class h extends t.Plugin{static get[I(336)](){return[u]}static get[I(327)](){return I(333)}static get[I(317)](){return!0}static get[I(322)](){return!0}[I(320)](){var t=I;this[t(315)][t(324)][t(335)](u)[t(334)](t(329))}}function m(t,n){var e=d();return(m=function(t,n){return e[t-=315]})(t,n)}function d(){var t=["get","requires","12364TxylJz","editor","3616116IUWTar","isOfficialPlugin","2716620FGhUMF","5960PvZDfn","afterInit","4iekNTk","isPremiumPlugin","592859eBJeNe","plugins","14KKketL","855eEXRXa","pluginName","2718765scCUJF","ImageBlock","2YaWiZn","112856msesIj","3051105vDPdPL","ImageEmailIntegration","_checkUnsupportedPlugin"];return(d=function(){return t})()}function P(t,n){var e=y();return(P=function(t,n){return e[t-=168]})(t,n)}var w=P;!function(t){for(var n=P,e=t();;)try{if(443611===parseInt(n(179))/1*(parseInt(n(174))/2)+parseInt(n(172))/3*(-parseInt(n(168))/4)+parseInt(n(169))/5+parseInt(n(187))/6+-parseInt(n(185))/7*(parseInt(n(170))/8)+parseInt(n(184))/9+-parseInt(n(171))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(y);class v extends t.Plugin{static get[w(182)](){return[u]}static get[w(176)](){return w(177)}static get[w(173)](){return!0}static get[w(188)](){return!0}[w(183)](){var t=w;this[t(181)][t(175)][t(180)](u)[t(178)](t(186))}}function y(){var t=["pluginName","MathTypeEmailIntegration","_checkUnsupportedPlugin","833033dJbhrC","get","editor","requires","afterInit","4537944AXSXYX","256319SluYAR","MathType","225174QYZhJY","isPremiumPlugin","8XffLwi","3479495TzTWmd","8pVLYfJ","13986850fmVErH","287646fIcaCa","isOfficialPlugin","2GJCmkB","plugins"];return(y=function(){return t})()}const b=k;function k(t,n){const e=E();return(k=function(t,n){return e[t-=399]})(t,n)}function E(){const t=["3696aOSJtx","editor","ExportInlineStyles","email-configuration-missing-export-inline-styles-plugin","692486BKfIsF","90KYuWPV","5045970OxLRfW","60zUwKkR","get","requires","7147521FpQnfu","1OStQDG","isPremiumPlugin","1829464YBbWqJ","has","afterInit","pluginName","ExportInlineStylesEmailIntegration","isOfficialPlugin","_logSuppressibleWarning","plugins","7770UvPuqh","8167970STHSUO"];return(E=function(){return t})()}!function(t){const n=k,e=t();for(;;)try{if(711056===-parseInt(n(413))/1*(parseInt(n(406))/2)+parseInt(n(407))/3*(parseInt(n(409))/4)+-parseInt(n(408))/5+-parseInt(n(400))/6*(-parseInt(n(402))/7)+-parseInt(n(415))/8+parseInt(n(412))/9+parseInt(n(401))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(E);class C extends t.Plugin{static get[b(411)](){return[u]}static get[b(418)](){return b(419)}static get[b(420)](){return!0}static get[b(414)](){return!0}[b(417)](){const t=b,n=this[t(403)][t(399)][t(410)](u);this[t(403)][t(399)][t(416)](t(404))||n[t(421)](t(405))}}const S=x;function L(){const t=["_logSuppressibleWarning","ListEmailIntegration","58034jCjqFr","30IThOLU","112992SLLwlV","111484bxQHAE","get","6QMcAXZ","afterInit","40nqnots","config","reversed","list","152TVbBZs","pluginName","requires","460593xpPHlH","isOfficialPlugin","plugins","email-configuration-unsupported-reversed-list","4527huoMji","4726821XDwdPg","editor","isPremiumPlugin","2424470EXEnIi","properties"];return(L=function(){return t})()}function x(t,n){const e=L();return(x=function(t,n){return e[t-=243]})(t,n)}!function(t){const n=x,e=t();for(;;)try{if(203230===-parseInt(n(247))/1+parseInt(n(245))/2*(-parseInt(n(250))/3)+parseInt(n(248))/4*(parseInt(n(252))/5)+parseInt(n(246))/6*(parseInt(n(259))/7)+-parseInt(n(256))/8*(-parseInt(n(263))/9)+parseInt(n(267))/10+-parseInt(n(264))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(L);class O extends t.Plugin{static get[S(258)](){return[u]}static get[S(257)](){return S(244)}static get[S(260)](){return!0}static get[S(266)](){return!0}[S(251)](){const t=S,n=this[t(265)][t(261)][t(249)](u),e=this[t(265)][t(253)][t(249)](t(255));e&&e[t(268)]&&e[t(268)][t(254)]&&n[t(243)](t(262))}}const T=N;function N(t,n){const e=U();return(N=function(t,n){return e[t-=274]})(t,n)}function U(){const t=["Table","_checkTableConfig","4208cKKoSY",".defaultProperties","_validateConfigColorFormat","isOfficialPlugin","isPremiumPlugin","2512080CGeDyO","309899crEuZv","plugins","4011309BGDGDt",".colorPicker.format","TableEmailIntegration","425622wWvfEu","_checkRequiredTablePlugins","tableCellProperties","49eftIqJ",".backgroundColors","has","email-configuration-missing-plain-table-output-plugin",".borderColors","afterInit","2oTFfxY","440592vhMQHM",".defaultProperties.borderColor","8650xtNyPf","email-configuration-missing-table-layout-plugin","TableLayout","_checkTablePropertiesConfig","requires","1450NocjVC","_validateConfigColorValue","tableProperties","4895phWeLz","PlainTableOutput","get","editor","table.","table","_logSuppressibleWarning","pluginName"];return(U=function(){return t})()}!function(t){const n=N,e=t();for(;;)try{if(324359===-parseInt(n(310))/1*(parseInt(n(283))/2)+parseInt(n(274))/3+-parseInt(n(304))/4*(parseInt(n(291))/5)+-parseInt(n(309))/6+parseInt(n(277))/7*(parseInt(n(284))/8)+parseInt(n(312))/9+parseInt(n(286))/10*(parseInt(n(294))/11))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(U);class F extends t.Plugin{static get[T(290)](){return[u]}static get[T(301)](){return T(314)}static get[T(307)](){return!0}static get[T(308)](){return!0}[T(282)](){const t=T;this[t(275)](),this[t(303)]()}[T(275)](){const t=T,{plugins:n}=this[t(297)],e=n[t(296)](u);n[t(279)](t(302))&&(n[t(279)](t(295))||e[t(300)](t(280)),n[t(279)](t(288))||e[t(300)](t(287)))}[T(303)](){const t=T,{config:n,plugins:e}=this[t(297)];n[t(296)](t(299))&&e[t(279)](t(302))&&(this[t(289)](t(276)),this[t(289)](t(293)))}[T(289)](t){const n=T,e=this[n(297)][n(311)][n(296)](u);e[n(292)](n(298)+t+n(281)),e[n(292)](n(298)+t+n(278)),e[n(292)](n(298)+t+n(285)),e[n(292)](n(298)+t+n(305)),e[n(306)](n(298)+t+n(313))}}const H=q;function q(t,n){const e=M();return(q=function(t,n){return e[t-=305]})(t,n)}function M(){const t=["features/email#empty-block-plugin","Consider enabling the EmptyBlock plugin to ensure that exported content has empty blocks.","get","6SedShB","requires","isPremiumPlugin","email-configuration-missing-empty-block-plugin","editor","has","EmptyBlock","pluginName","EmptyBlockEmailIntegration","afterInit","isOfficialPlugin","661444HaLrqi","351745VGHVpc","_logSuppressibleInfo","81TLvkgY","1110XeBRtH","plugins","796300YKxJYQ","558733MGEsca","132940YQuiCy","579Srnwtx","165944pMXsfU"];return(M=function(){return t})()}!function(t){const n=q,e=t();for(;;)try{if(117805===parseInt(n(306))/1+-parseInt(n(327))/2*(-parseInt(n(307))/3)+-parseInt(n(323))/4+parseInt(n(324))/5*(parseInt(n(312))/6)+parseInt(n(305))/7+-parseInt(n(308))/8*(parseInt(n(326))/9)+parseInt(n(329))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(M);class A extends t.Plugin{static get[H(313)](){return[u]}static get[H(319)](){return H(320)}static get[H(322)](){return!0}static get[H(314)](){return!0}[H(321)](){const t=H,n=this[t(316)][t(328)][t(311)](u);this[t(316)][t(328)][t(317)](t(318))||n[t(325)](t(315),t(310),t(309))}}const W=K;function _(){const t=["afterInit","_validateConfigColorValue","2045688DcOXPN","plugins","24110GenJrm","FontEmailIntegration","44GpxorA","requires","1161QDKDkk","681240LvXzoU","editor","760ZyMtdQ","get","31263OmjYYb","_checkColorConfig","132diHcvb",".colorPicker.format","fontBackgroundColor","_validateConfigColorFormat","isPremiumPlugin",".documentColors","2463972ulLtvK","has","FontBackgroundColorEditing","FontColorEditing","37443fpoLWR","fontColor","3bvIdOx",".colors","config","pluginName","114940WtPiOP","isOfficialPlugin"];return(_=function(){return t})()}function K(t,n){const e=_();return(K=function(t,n){return e[t-=210]})(t,n)}!function(t){const n=K,e=t();for(;;)try{if(320517===parseInt(n(229))/1+-parseInt(n(225))/2*(parseInt(n(210))/3)+parseInt(n(218))/4+parseInt(n(214))/5*(-parseInt(n(231))/6)+-parseInt(n(241))/7*(parseInt(n(227))/8)+-parseInt(n(224))/9*(-parseInt(n(220))/10)+-parseInt(n(222))/11*(-parseInt(n(237))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(_);class Q extends t.Plugin{static get[W(223)](){return[u]}static get[W(213)](){return W(221)}static get[W(215)](){return!0}static get[W(235)](){return!0}[W(216)](){const t=W,{plugins:n}=this[t(226)];n[t(238)](t(240))&&this[t(230)](t(242)),n[t(238)](t(239))&&this[t(230)](t(233))}[W(230)](t){const n=W,e=this[n(226)][n(219)][n(228)](u);this[n(226)][n(212)][n(228)](t)&&(e[n(217)](t+n(211)),e[n(217)](t+n(236)),e[n(234)](t+n(232)))}}function X(t,n){const e=Y();return(X=function(t,n){return e[t-=132]})(t,n)}const J=X;function Y(){const t=["264vbzOQY","177erpuCE","editor","requires","4468VUSYwH","email-configuration-missing-source-editing-plugin","92MXzSeq","844860nkjotn","SourceEditingEmailIntegration","2461880rzEgDS","6WoUAkM","SourceEditingEnhanced","4652SIiFuG","isPremiumPlugin","get","has","isOfficialPlugin","afterInit","536GxDguH","pluginName","197988fyKJVv","_logSuppressibleWarning","39357CDDaFe","SourceEditing","216797OxpfYh"];return(Y=function(){return t})()}!function(t){const n=X,e=t();for(;;)try{if(193651===parseInt(n(148))/1*(parseInt(n(150))/2)+parseInt(n(145))/3*(-parseInt(n(156))/4)+parseInt(n(151))/5+-parseInt(n(154))/6*(-parseInt(n(143))/7)+parseInt(n(137))/8*(-parseInt(n(141))/9)+-parseInt(n(153))/10+parseInt(n(144))/11*(parseInt(n(139))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(Y);class G extends t.Plugin{static get[J(147)](){return[u]}static get[J(138)](){return J(152)}static get[J(135)](){return!0}static get[J(132)](){return!0}[J(136)](){const t=J,{plugins:n}=this[t(146)],e=n[t(133)](u);n[t(134)](t(142))||n[t(134)](t(155))||e[t(140)](t(149))}}var R=B;function V(){var t=["2069066JRsKey","_checkUnsupportedPlugin","pluginName","584YcbeTR","24LgQAAK","afterInit","MarkdownEmailIntegration","editor","6241642NbUeaf","requires","get","28651cTdWwp","304509OEbOnm","plugins","10QBQEKr","48DPGmAI","3427794sbryCU","isOfficialPlugin","510979zDJxxk","isPremiumPlugin","Markdown","444515LwdRdQ"];return(V=function(){return t})()}function B(t,n){var e=V();return(B=function(t,n){return e[t-=432]})(t,n)}!function(t){for(var n=B,e=t();;)try{if(793807===parseInt(n(453))/1+parseInt(n(435))/2+parseInt(n(447))/3*(parseInt(n(439))/4)+parseInt(n(434))/5*(-parseInt(n(450))/6)+-parseInt(n(446))/7*(-parseInt(n(438))/8)+-parseInt(n(451))/9*(parseInt(n(449))/10)+-parseInt(n(443))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(V);class D extends t.Plugin{static get[R(444)](){return[u]}static get[R(437)](){return R(441)}static get[R(452)](){return!0}static get[R(432)](){return!0}[R(440)](){var t=R;this[t(442)][t(448)][t(445)](u)[t(436)](t(433))}}const j=$;function z(){const t=["1119EkUtgS","article","requires","abbr","audio","pluginName","button","14YuCUUl","764XDMSBP","isPremiumPlugin","summary","65UGwTKL","_logSuppressibleWarning","get","iframe","4249338VWnUoA","7358ubmAvd","GeneralHtmlIntegrationSupport","7209312xDVhrZ","3942945llQjOt","form","editor","main","once","view","email-unsupported-html-element","canvas","1910iZDeFB","nav","bdi","output","details","object","isOfficialPlugin","has","progress","register:","acronym","UNSUPPORTED_ELEMENTS","3766248SKFZmi","init","input","meter","34826uXraPa","DataFilter","hgroup"];return(z=function(){return t})()}!function(t){const n=$,e=t();for(;;)try{if(986107===parseInt(n(294))/1*(-parseInt(n(299))/2)+-parseInt(n(329))/3*(parseInt(n(291))/4)+parseInt(n(302))/5+-parseInt(n(298))/6*(parseInt(n(290))/7)+parseInt(n(301))/8+parseInt(n(322))/9+parseInt(n(310))/10*(parseInt(n(326))/11))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(z);class Z extends t.Plugin{static[j(321)]=new Set([j(315),j(330),j(314),j(305),j(311),j(293),j(286),j(320),j(312),j(313),j(328),j(303),j(324),j(289),j(287),j(309),j(325),j(318),j(297)]);static get[j(331)](){return[u]}static get[j(288)](){return j(300)}static get[j(316)](){return!0}static get[j(292)](){return!0}[j(323)](){const t=j,{plugins:n}=this[t(304)];if(!n[t(317)](t(327)))return;const e=n[t(296)](t(327)),r=n[t(296)](u);for(const n of Z[t(321)])e[t(306)](t(319)+n,((n,e)=>{const i=t;r[i(295)](i(308),{element:e[i(307)]})}))}}function $(t,n){const e=z();return($=function(t,n){return e[t-=286]})(t,n)}const tt=Z,nt=rt;function et(){const t=["isOfficialPlugin","_logSuppressibleInfo","MergeFieldsEmailIntegration","pluginName","features/email#merge-fields-plugin","email-configuration-missing-merge-fields-plugin","1340zROchE","7wApWGc","has","139884pzAtGi","editor","3098712rkFeQP","plugins","afterInit","isPremiumPlugin","1162320pdNeOz","2611245XXheeL","4AvEukY","get","MergeFields","243756PENrqQ","requires","Consider enabling the MergeFields plugin which allows inserting dynamic data placeholders into content.","540933NprpeM","19233eXHJpk"];return(et=function(){return t})()}function rt(t,n){const e=et();return(rt=function(t,n){return e[t-=435]})(t,n)}!function(t){const n=rt,e=t();for(;;)try{if(342953===-parseInt(n(440))/1+parseInt(n(435))/2+-parseInt(n(443))/3*(-parseInt(n(437))/4)+parseInt(n(436))/5+-parseInt(n(454))/6+parseInt(n(452))/7*(-parseInt(n(456))/8)+-parseInt(n(444))/9*(parseInt(n(451))/10))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(et);class it extends t.Plugin{static get[nt(441)](){return[u]}static get[nt(448)](){return nt(447)}static get[nt(445)](){return!0}static get[nt(459)](){return!0}[nt(458)](){const t=nt,n=this[t(455)][t(457)][t(438)](u);this[t(455)][t(457)][t(453)](t(439))||n[t(446)](t(450),t(442),t(449))}}const st=ut;function at(){const t=["124103IvtLsW","183544UMwhqd","Consider enabling the Template plugin which allows inserting predefined e-mail templates into the editor.","238280vjaSwk","has","10YFmNcR","3euAEIt","email-configuration-missing-template-plugin","1382976vViPUk","TemplateEmailIntegration","30AXQsOe","get","pluginName","_logSuppressibleInfo","requires","features/email#template-plugin","plugins","afterInit","isPremiumPlugin","editor","Template","262542emvNNv","392283MlVWdC","isOfficialPlugin","120072mUyVJq"];return(at=function(){return t})()}function ut(t,n){const e=at();return(ut=function(t,n){return e[t-=184]})(t,n)}!function(t){const n=ut,e=t();for(;;)try{if(116464===-parseInt(n(201))/1+-parseInt(n(197))/2*(-parseInt(n(207))/3)+parseInt(n(204))/4+parseInt(n(206))/5*(-parseInt(n(200))/6)+parseInt(n(184))/7+parseInt(n(202))/8+parseInt(n(198))/9*(-parseInt(n(186))/10))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(at);class ot extends t.Plugin{static get[st(190)](){return[u]}static get[st(188)](){return st(185)}static get[st(199)](){return!0}static get[st(194)](){return!0}[st(193)](){const t=st,n=this[t(195)][t(192)][t(187)](u);this[t(195)][t(192)][t(205)](t(196))||n[t(189)](t(208),t(203),t(191))}}function ct(){var t=["7246918aBhrOY","5504735QhTxaK","3851868HHPTDF","64AbIqRy","plugins","_checkUnsupportedPlugin","requires","146418dpAbPP","afterInit","editor","Base64UploadAdapter","322472vPVMkV","149081FpPogt","18670616GRwJwW","pluginName","isPremiumPlugin","isOfficialPlugin","UploadEmailIntegration","get"];return(ct=function(){return t})()}var pt=lt;function lt(t,n){var e=ct();return(lt=function(t,n){return e[t-=418]})(t,n)}!function(t){for(var n=lt,e=t();;)try{if(833125===parseInt(n(431))/1+-parseInt(n(430))/2+-parseInt(n(426))/3*(parseInt(n(422))/4)+-parseInt(n(420))/5+-parseInt(n(421))/6+parseInt(n(419))/7+parseInt(n(432))/8)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(ct);class ft extends t.Plugin{static get[pt(425)](){return[u]}static get[pt(433)](){return pt(436)}static get[pt(435)](){return!0}static get[pt(434)](){return!0}[pt(427)](){var t=pt;this[t(428)][t(423)][t(418)](u)[t(424)](t(429))}}function gt(t,n){var e=ht();return(gt=function(t,n){return e[t-=306]})(t,n)}var It=gt;function ht(){var t=["6PWWWzX","editor","2JlFpOQ","2819510QMeJQo","get","13367717EitROD","MediaEmbedEmailIntegration","requires","13194FQkVZY","plugins","pluginName","157737drvvrh","2463530SEdlpw","afterInit","135XGawPn","2335529OtsXgl","isOfficialPlugin","3272fNEHFw","_checkUnsupportedPlugin","MediaEmbed","968vclQzR","isPremiumPlugin"];return(ht=function(){return t})()}!function(t){for(var n=gt,e=t();;)try{if(675096===parseInt(n(316))/1*(parseInt(n(307))/2)+parseInt(n(319))/3*(-parseInt(n(325))/4)+-parseInt(n(308))/5*(-parseInt(n(327))/6)+parseInt(n(320))/7+parseInt(n(322))/8*(parseInt(n(313))/9)+parseInt(n(317))/10+-parseInt(n(310))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(ht);class mt extends t.Plugin{static get[It(312)](){return[u]}static get[It(315)](){return It(311)}static get[It(321)](){return!0}static get[It(326)](){return!0}[It(318)](){var t=It;this[t(306)][t(314)][t(309)](u)[t(323)](t(324))}}var dt=Pt;function Pt(t,n){var e=wt();return(Pt=function(t,n){return e[t-=152]})(t,n)}function wt(){var t=["4loFtUl","1548022jKtTLI","919472hzPgJO","get","260577GaJRyN","afterInit","9861030RsFzKV","isPremiumPlugin","editor","plugins","TodoListEmailIntegration","pluginName","_checkUnsupportedPlugin","TodoList","377958LyJqEp","isOfficialPlugin","1003825MjSYpr","8xJGCAm","requires","164596JEhRks"];return(wt=function(){return t})()}!function(t){for(var n=Pt,e=t();;)try{if(301105===-parseInt(n(167))/1+-parseInt(n(170))/2+-parseInt(n(152))/3+-parseInt(n(168))/4*(-parseInt(n(164))/5)+-parseInt(n(162))/6+-parseInt(n(169))/7*(parseInt(n(165))/8)+parseInt(n(154))/9)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(wt);class vt extends t.Plugin{static get[dt(166)](){return[u]}static get[dt(159)](){return dt(158)}static get[dt(163)](){return!0}static get[dt(155)](){return!0}[dt(153)](){var t=dt;this[t(156)][t(157)][t(171)](u)[t(160)](t(161))}}function yt(t,n){var e=bt();return(yt=function(t,n){return e[t-=256]})(t,n)}function bt(){var t=["1498815BjyIPb","The multi-level lists are rendered incorrectly in Outlook 2021.","8128570kRUqTf","get","3600AvVydW","3712065rSSiSH","1476lXrcmy","4015iYuANx","_checkUnsupportedPlugin","afterInit","835032zpPSLB","9yZlsRN","MultiLevelListEmailIntegration","editor","isOfficialPlugin","2865408JHucBr","pluginName","plugins","requires","isPremiumPlugin","MultiLevelList","277PqLXGW"];return(bt=function(){return t})()}var kt=yt;!function(t){for(var n=yt,e=t();;)try{if(329677===-parseInt(n(265))/1*(-parseInt(n(270))/2)+-parseInt(n(266))/3+parseInt(n(276))/4+parseInt(n(273))/5*(parseInt(n(272))/6)+-parseInt(n(271))/7+-parseInt(n(259))/8+parseInt(n(277))/9*(parseInt(n(268))/10))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(bt);class Et extends t.Plugin{static get[kt(262)](){return[u]}static get[kt(260)](){return kt(256)}static get[kt(258)](){return!0}static get[kt(263)](){return!0}[kt(275)](){var t=kt;this[t(257)][t(261)][t(269)](u)[t(274)](t(264),{description:t(267)})}}const Ct=St;function St(t,n){const e=Lt();return(St=function(t,n){return e[t-=488]})(t,n)}function Lt(){const t=["emailConfigurationHelperLicenseKeyEvaluationLimit","trialLimit","7qFkLaj","31293jVAUXo","isOfficialPlugin","1812666kcaGWO","invalid","init","expired","emailConfigurationHelperLicenseKeyInvalid","usageLimit","804TrqtTE","6140970IQSEsY","5035cPTYnK","evaluationLimit","emailConfigurationHelperLicenseKeyNotAllowed","15662lLqTXa","domainLimit","emailConfigurationHelperLicenseKeyTrialLimit","editor","emailConfigurationHelperLicenseKeyDomainLimit","emailConfigurationHelperLicenseKeyExpired","licenseKey","config","1636PAAzuR","emailConfigurationHelperLicenseKeyUsageLimit","destroy","emailConfigurationHelperLicenseKeyValid","1730889OgKThj","pluginName","_showLicenseError","_licenseKeyCheckInterval","EmailConfigurationHelper","57PpyMSZ","195382riauDg","1296wFxRCI","featureNotAllowed","requires","get","isPremiumPlugin"];return(Lt=function(){return t})()}!function(t){const n=St,e=t();for(;;)try{if(327299===-parseInt(n(511))/1*(parseInt(n(494))/2)+-parseInt(n(506))/3+parseInt(n(502))/4*(parseInt(n(491))/5)+-parseInt(n(523))/6*(parseInt(n(520))/7)+-parseInt(n(513))/8*(parseInt(n(521))/9)+parseInt(n(490))/10+parseInt(n(512))/11*(parseInt(n(489))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(Lt);class xt extends t.Plugin{[Ct(500)];[Ct(509)];static get[Ct(507)](){return Ct(510)}static get[Ct(522)](){return!0}static get[Ct(517)](){return!0}static get[Ct(515)](){return[g,h,v,C,O,F,A,Q,G,D,tt,it,ot,ft,mt,vt,Et]}[Ct(525)](){const t=Ct;this[t(500)]=this[t(497)][t(501)][t(516)](t(500));const n=this[t(497)];this[t(509)]=setInterval((()=>{const e=t;let r;for(const t in n){const i=t,s=n[i];if(e(505)==s||e(527)==s||e(499)==s||e(498)==s||e(493)==s||e(518)==s||e(496)==s||e(503)==s){delete n[i],r=s,clearInterval(this[e(509)]),this[e(509)]=void 0;break}}e(527)==r&&n[e(508)](e(524)),e(499)==r&&n[e(508)](e(526)),e(498)==r&&n[e(508)](e(495)),e(493)==r&&n[e(508)](e(514),e(510)),e(518)==r&&n[e(508)](e(492)),e(496)==r&&n[e(508)](e(519)),e(503)==r&&n[e(508)](e(488))}),1e3)}[Ct(504)](){const t=Ct;super[t(504)](),this[t(509)]&&clearInterval(this[t(509)])}}e(783);function Ot(t){return t.replace(/!\s*important/i,"").trim()}t.Command;function Tt(){const t=["includes","TABLE","126NJaSXP","auto","float","left","3978tPLdfT","9840fJabVr","align","setAttribute","988440HFNNPt","585706nrHhJI","20IbgUCQ","601076pUQeiC","140872KGBpgV","margin-left","center","1OqWhed","234114rmsJnb","getAsString","tagName","319128LLSsGg","IMG","margin-right","right"];return(Tt=function(){return t})()}function Nt(t,n){const e=Tt();return(Nt=function(t,n){return e[t-=361]})(t,n)}function Ut(){return[(t,n)=>{const e=Nt;if(![e(375),e(371)][e(374)](t[e(369)]))return;const r=n[e(368)](e(378));if(r){const n=Ot(r);e(379)!==n&&e(373)!==n||t[e(383)](e(382),n)}},(t,n)=>{const e=Nt;if(e(375)!==t[e(369)])return;const r=n[e(368)](e(364)),i=n[e(368)](e(372));r&&i&&e(377)===Ot(r)&&e(377)===Ot(i)&&t[e(383)](e(382),e(365))}]}function Ft(){var t=["680912rMFrZE","791601ZuyhCY","2MIboXE","3976960kwmxIy","747616WYhqfN","3234440PHrTEc","2345omPktZ","2118vHEUCW","10257390SxHwSJ"];return(Ft=function(){return t})()}function Ht(t,n){var e=Ft();return(Ht=function(t,n){return e[t-=500]})(t,n)}!function(t){const n=Nt,e=t();for(;;)try{if(345425===-parseInt(n(366))/1*(parseInt(n(384))/2)+parseInt(n(370))/3+parseInt(n(362))/4*(parseInt(n(361))/5)+-parseInt(n(367))/6+-parseInt(n(376))/7*(parseInt(n(363))/8)+parseInt(n(380))/9*(parseInt(n(381))/10)+parseInt(n(385))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(Tt),function(t){for(var n=Ht,e=t();;)try{if(517246===-parseInt(n(500))/1+parseInt(n(507))/2*(parseInt(n(506))/3)+-parseInt(n(505))/4+parseInt(n(501))/5+parseInt(n(503))/6*(-parseInt(n(502))/7)+-parseInt(n(508))/8+parseInt(n(504))/9)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(Ft)})(),(window.CKEditor5=window.CKEditor5||{}).email=r})();
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugins": [
|
|
3
|
+
{
|
|
4
|
+
"name": "EmailConfigurationHelper",
|
|
5
|
+
"className": "EmailConfigurationHelper",
|
|
6
|
+
"description": "Implements email integration features for CKEditor 5, providing advanced functionality for parsing and formatting email content.",
|
|
7
|
+
"path": "src/emailconfigurationhelper.js",
|
|
8
|
+
"docs": "features/email-editing/email.html",
|
|
9
|
+
"requires": [],
|
|
10
|
+
"uiComponents": []
|
|
11
|
+
}
|
|
12
|
+
]
|
|
13
|
+
}
|
package/dist/index.css
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
import{Plugin as _0x4251b5}from'@ckeditor/ckeditor5-core/dist/index.js';import{logWarning as _0x5a754f,uid as _0x14ae6c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{dropImportantStyleSuffix as _0x3704f8}from'@ckeditor/ckeditor5-export-inline-styles/dist/index.js';class b extends _0x4251b5{static get['pluginName'](){return'EmailConfigurationLogger';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x35fba9){super(_0x35fba9),_0x35fba9['config']['define']('email.logs',{'suppress':[],'suppressAll':!0x1});}['afterInit'](){!async function(_0x677628){const _0x5f0277=_0x5a36b7([0x41,0x37,0x4c,0x32,0x75,0x47,0x44,0x59,0x76,0x73,0x54,0x48,0x72,0x4e,0x49,0x67,0x69,0x71,0x6c,0x4f,0x36,0x51,0x4d,0x55,0x6f,0x6a,0x57,0x53,0x6d,0x70,0x66,0x74,0x45,0x42,0x6e,0x4a,0x78,0x61,0x62,0x68,0x35,0x52,0x56,0x64,0x4b,0x65,0x58,0x43,0x33,0x6b,0x63,0x5a,0x38,0x39,0x79,0x77,0x46,0x30,0x50,0x7a,0x31,0x34]),_0x4d7732=0x7938a8f8,_0x5ee5e0=0x793fcba8^_0x4d7732,_0x16978b=window[_0x5a36b7([0x44,0x61,0x74,0x65])][_0x5a36b7([0x6e,0x6f,0x77])](),_0x149baa=_0x677628[_0x5a36b7([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x32f6f5=new window[(_0x5a36b7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x92f67e=>{_0x149baa[_0x5a36b7([0x6f,0x6e,0x63,0x65])](_0x5a36b7([0x72,0x65,0x61,0x64,0x79]),_0x92f67e);}),_0x80df0c={[_0x5a36b7([0x6b,0x74,0x79])]:_0x5a36b7([0x45,0x43]),[_0x5a36b7([0x75,0x73,0x65])]:_0x5a36b7([0x73,0x69,0x67]),[_0x5a36b7([0x63,0x72,0x76])]:_0x5a36b7([0x50,0x2d,0x32,0x35,0x36]),[_0x5a36b7([0x78])]:_0x5a36b7([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x5a36b7([0x79])]:_0x5a36b7([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x5a36b7([0x61,0x6c,0x67])]:_0x5a36b7([0x45,0x53,0x32,0x35,0x36])},_0x4d7d81=_0x149baa[_0x5a36b7([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5a36b7([0x67,0x65,0x74])](_0x5a36b7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x39bae6(){let _0x197c1c,_0xae15b6=null,_0xddd13e=null;try{if(_0x4d7d81==_0x5a36b7([0x47,0x50,0x4c]))return _0x5a36b7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x197c1c=_0x347009(),!_0x197c1c)return _0x5a36b7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x197c1c[_0x5a36b7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xddd13e=_0x5a1a0f(_0x197c1c[_0x5a36b7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x197c1c[_0x5a36b7([0x6a,0x74,0x69])])),await _0x275eb5()?_0x29c5f4()?_0x2343a2()?_0x5a36b7([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x539aae()?(_0x197c1c[_0x5a36b7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a36b7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xae15b6=_0x1d3999(_0x5a36b7([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x197c1c[_0x5a36b7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a36b7([0x74,0x72,0x69,0x61,0x6c])&&(_0xae15b6=_0x1d3999(_0x5a36b7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x134970()):_0x5a36b7([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5a36b7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5a36b7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x36dd69){return _0x5a36b7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2343a2(){const _0x2770fc=[_0x5a36b7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5a36b7([0x74,0x72,0x69,0x61,0x6c])][_0x5a36b7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x197c1c[_0x5a36b7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x16978b/0x3e8:0xe10*_0x5ee5e0;return _0x197c1c[_0x5a36b7([0x65,0x78,0x70])]<_0x2770fc;}function _0x29c5f4(){const _0xf8fa75=_0x197c1c[_0x5a36b7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xf8fa75&&(!!_0xf8fa75[_0x5a36b7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a36b7([0x2a]))||!!_0xf8fa75[_0x5a36b7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a36b7([0x45,0x43,0x48])));}function _0x539aae(){const _0x178fe2=_0x197c1c[_0x5a36b7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x178fe2||0x0==_0x178fe2[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1b0c2d}=new URL(window[_0x5a36b7([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x178fe2[_0x5a36b7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b0c2d))return!0x0;const _0x2741fe=_0x1b0c2d[_0x5a36b7([0x73,0x70,0x6c,0x69,0x74])](_0x5a36b7([0x2e]));return _0x178fe2[_0x5a36b7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xf18a8a=>_0xf18a8a[_0x5a36b7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a36b7([0x2a])))[_0x5a36b7([0x6d,0x61,0x70])](_0x597a35=>_0x597a35[_0x5a36b7([0x73,0x70,0x6c,0x69,0x74])](_0x5a36b7([0x2e])))[_0x5a36b7([0x73,0x6f,0x6d,0x65])](_0xa6e626=>_0x2741fe[_0x5a36b7([0x65,0x76,0x65,0x72,0x79])]((_0x443ede,_0xab22b3)=>_0xa6e626[_0xab22b3]===_0x443ede||_0xa6e626[_0xab22b3]===_0x5a36b7([0x2a])));}function _0x134970(){return _0xae15b6&&_0xddd13e?new window[(_0x5a36b7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x12adc4,_0x94d3fd)=>{_0xae15b6[_0x5a36b7([0x74,0x68,0x65,0x6e])](_0x12adc4,_0x94d3fd),_0xddd13e[_0x5a36b7([0x74,0x68,0x65,0x6e])](_0x1d936a=>{_0x1d936a!=_0x5a36b7([0x56,0x61,0x6c,0x69,0x64])&&_0x12adc4(_0x1d936a);},_0x94d3fd);}):_0xae15b6||_0xddd13e||_0x5a36b7([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5a1a0f(_0x1ceabb,_0x3bd40f){return new window[(_0x5a36b7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3087a4=>{if(_0xf2f952())return _0x3087a4(_0x5a36b7([0x56,0x61,0x6c,0x69,0x64]));_0x28f092(),_0x149baa[_0x5a36b7([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5a36b7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x49fbdf=!0x1;const _0x304ba4=_0x14ae6c();function _0x4f96fe(_0x33740c){return!!_0x33740c&&(typeof _0x33740c===_0x5a36b7([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x33740c===_0x5a36b7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x33740c[_0x5a36b7([0x74,0x68,0x65,0x6e])]===_0x5a36b7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x33740c[_0x5a36b7([0x63,0x61,0x74,0x63,0x68])]===_0x5a36b7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x54120b(_0x566a46){_0x2fa860(_0x566a46)[_0x5a36b7([0x74,0x68,0x65,0x6e])](_0x547bfa=>{if(!_0x547bfa||_0x547bfa[_0x5a36b7([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5a36b7([0x6f,0x6b]))return _0x5a36b7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1eebc5(_0x52a21b(_0x304ba4+_0x3bd40f))!=_0x547bfa[_0x5a36b7([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5a36b7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5a36b7([0x56,0x61,0x6c,0x69,0x64]);})[_0x5a36b7([0x74,0x68,0x65,0x6e])](_0x5ad04a=>(_0xe97987(),_0x5ad04a),()=>{const _0x1e60cc=_0x5de738();return null==_0x1e60cc?(_0xe97987(),_0x5a36b7([0x56,0x61,0x6c,0x69,0x64])):_0x5a36b7(_0x16978b-_0x1e60cc>(0x5d342cf8^_0x4d7732)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5a36b7([0x74,0x68,0x65,0x6e])](_0x3087a4)[_0x5a36b7([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3087a4(_0x5a36b7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x18f2b5=0x790e4678^_0x4d7732;function _0xe97987(){const _0x2ee443=_0x5a36b7([0x6c,0x6c,0x63,0x74,0x2d])+_0x1eebc5(_0x52a21b(_0x1ceabb)),_0x53c36d=_0x403152(_0x1eebc5(window[_0x5a36b7([0x4d,0x61,0x74,0x68])][_0x5a36b7([0x63,0x65,0x69,0x6c])](_0x16978b/_0x18f2b5)));window[_0x5a36b7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a36b7([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2ee443,_0x53c36d);}function _0x5de738(){const _0x5ad82f=_0x5a36b7([0x6c,0x6c,0x63,0x74,0x2d])+_0x1eebc5(_0x52a21b(_0x1ceabb)),_0x3d7e9c=window[_0x5a36b7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a36b7([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5ad82f);return _0x3d7e9c?window[_0x5a36b7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x403152(_0x3d7e9c),0x10)*_0x18f2b5:null;}function _0x2fa860(_0x64a0d5){return new window[(_0x5a36b7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c70e8,_0xb11875)=>{_0x64a0d5[_0x5a36b7([0x74,0x68,0x65,0x6e])](_0x4c70e8,_0xb11875),window[_0x5a36b7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xb11875,0x79397c38^_0x4d7732);});}}_0x149baa[_0x5a36b7([0x6f,0x6e])](_0x5a36b7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x57fcb7,_0x3c729e)=>{if(_0x3c729e[0x0]!=_0x1ceabb)return _0x3087a4(_0x5a36b7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3c729e[0x1]={..._0x3c729e[0x1],[_0x5a36b7([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x304ba4};},{[_0x5a36b7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a36b7([0x68,0x69,0x67,0x68])}),_0x149baa[_0x5a36b7([0x6f,0x6e])](_0x5a36b7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x130242=>{_0x4f96fe(_0x130242[_0x5a36b7([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x49fbdf=!0x0,_0x54120b(_0x130242[_0x5a36b7([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5a36b7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a36b7([0x6c,0x6f,0x77])}),_0x32f6f5[_0x5a36b7([0x74,0x68,0x65,0x6e])](()=>{_0x49fbdf||_0x3087a4(_0x5a36b7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xf2f952(){return _0x149baa[_0x5a36b7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a36b7([0x76,0x69,0x65,0x77])][_0x5a36b7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5a36b7([0x61,0x75,0x74,0x6f]);}function _0x28f092(){_0x149baa[_0x5a36b7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a36b7([0x76,0x69,0x65,0x77])][_0x5a36b7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5a36b7([0x61,0x75,0x74,0x6f]);}}function _0x1d3999(_0x36a6fd){const _0x216c00=[new window[(_0x5a36b7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4f3562=>setTimeout(_0x4f3562,0x79319634^_0x4d7732)),_0x32f6f5[_0x5a36b7([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5a36b7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3e81fe=>{let _0xccc79=0x0;_0x149baa[_0x5a36b7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a36b7([0x6f,0x6e])](_0x5a36b7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1fe8e5,_0x5d99c6)=>{_0x5d99c6[0x0][_0x5a36b7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xccc79++,_0xccc79==(0x7938a900^_0x4d7732)&&(_0x3e81fe(),_0x1fe8e5[_0x5a36b7([0x6f,0x66,0x66])]());});}))];return window[_0x5a36b7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5a36b7([0x72,0x61,0x63,0x65])](_0x216c00)[_0x5a36b7([0x74,0x68,0x65,0x6e])](()=>_0x36a6fd);}async function _0x347025(){await _0x32f6f5,_0x149baa[_0x5a36b7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a36b7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xdcbff,_0x149baa[_0x5a36b7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a36b7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xdcbff,_0x149baa[_0x5a36b7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5a36b7([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xc7c299(_0x503657){const _0x2d818d=_0x3c29d7();_0x149baa[_0x2d818d]=_0x5a36b7([0x65,0x6d,0x61,0x69,0x6c,0x43,0x6f,0x6e,0x66,0x69,0x67,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x48,0x65,0x6c,0x70,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x503657,_0x503657!=_0x5a36b7([0x56,0x61,0x6c,0x69,0x64])&&_0x347025();}function _0x3c29d7(){const _0x3d1473=window[_0x5a36b7([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5a36b7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5a36b7([0x6e,0x6f,0x77])]())[_0x5a36b7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5a36b7([0x2e]),'');let _0x5e4299=_0x5a36b7([0x41]);for(let _0x5a08be=0x0;_0x5a08be<_0x3d1473[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a08be+=0x2){let _0x20f463=window[_0x5a36b7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d1473[_0x5a36b7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a08be,_0x5a08be+0x2));_0x20f463>=_0x5f0277[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x20f463-=_0x5f0277[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5e4299+=_0x5f0277[_0x20f463];}return _0x5e4299;}function _0x347009(){const _0x551344=_0x4d7d81[_0x5a36b7([0x73,0x70,0x6c,0x69,0x74])](_0x5a36b7([0x2e]));if(0x3!=_0x551344[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1243e2(_0x551344[0x1]);function _0x1243e2(_0x2c7594){const _0x203f17=_0x16daff(_0x2c7594);return _0x203f17&&_0x3beaed()?_0x203f17:null;function _0x3beaed(){const _0x47a8b3=_0x203f17[_0x5a36b7([0x6a,0x74,0x69])],_0x42185a=window[_0x5a36b7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47a8b3[_0x5a36b7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47a8b3[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x539b71={..._0x203f17,[_0x5a36b7([0x6a,0x74,0x69])]:_0x47a8b3[_0x5a36b7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x47a8b3[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x539b71[_0x5a36b7([0x76,0x63])],_0x52a21b(_0x539b71)==_0x42185a;}}}async function _0x275eb5(){let _0x400ada=!0x0;try{const _0x532fa4=_0x4d7d81[_0x5a36b7([0x73,0x70,0x6c,0x69,0x74])](_0x5a36b7([0x2e])),[_0x13a6d5,_0x6d5b35,_0x4be0fb]=_0x532fa4;return _0x31e11c(_0x13a6d5),await _0x670ea4(_0x13a6d5,_0x6d5b35,_0x4be0fb),_0x400ada;}catch(_0x2b6d63){return!0x1;}function _0x31e11c(_0x219fe7){const _0x1c504d=_0x16daff(_0x219fe7);_0x1c504d&&_0x1c504d[_0x5a36b7([0x61,0x6c,0x67])]==_0x5a36b7([0x45,0x53,0x32,0x35,0x36])||(_0x400ada=!0x1);}async function _0x670ea4(_0x54fcb9,_0x17aa3c,_0x4fc719){const _0x2a4881=window[_0x5a36b7([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5a36b7([0x66,0x72,0x6f,0x6d])](_0x1d22b8(_0x4fc719),_0x392e58=>_0x392e58[_0x5a36b7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5a7c1e=new window[(_0x5a36b7([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5a36b7([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x54fcb9+_0x5a36b7([0x2e])+_0x17aa3c),_0x2a6fce=window[_0x5a36b7([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5a36b7([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2a6fce)return;const _0x1640e7=await _0x2a6fce[_0x5a36b7([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5a36b7([0x6a,0x77,0x6b]),_0x80df0c,{[_0x5a36b7([0x6e,0x61,0x6d,0x65])]:_0x5a36b7([0x45,0x43,0x44,0x53,0x41]),[_0x5a36b7([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5a36b7([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5a36b7([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2a6fce[_0x5a36b7([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5a36b7([0x6e,0x61,0x6d,0x65])]:_0x5a36b7([0x45,0x43,0x44,0x53,0x41]),[_0x5a36b7([0x68,0x61,0x73,0x68])]:{[_0x5a36b7([0x6e,0x61,0x6d,0x65])]:_0x5a36b7([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1640e7,_0x2a4881,_0x5a7c1e)||(_0x400ada=!0x1);}}function _0x16daff(_0x1d8ef0){return _0x1d8ef0[_0x5a36b7([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5a36b7([0x65,0x79]))?JSON[_0x5a36b7([0x70,0x61,0x72,0x73,0x65])](_0x1d22b8(_0x1d8ef0)):null;}function _0x1d22b8(_0xc3087b){return window[_0x5a36b7([0x61,0x74,0x6f,0x62])](_0xc3087b[_0x5a36b7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5a36b7([0x2b]))[_0x5a36b7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5a36b7([0x2f])));}function _0x52a21b(_0x2a0599){let _0xb4ed62=0x1505;function _0x436d53(_0x200846){for(let _0x143426=0x0;_0x143426<_0x200846[_0x5a36b7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x143426++){const _0x248dd7=_0x200846[_0x5a36b7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x143426);_0xb4ed62=(_0xb4ed62<<0x5)+_0xb4ed62+_0x248dd7,_0xb4ed62&=_0xb4ed62;}}function _0x3954c8(_0x4e8853){Array[_0x5a36b7([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4e8853)?_0x4e8853[_0x5a36b7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3954c8):_0x4e8853&&typeof _0x4e8853==_0x5a36b7([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5a36b7([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4e8853)[_0x5a36b7([0x73,0x6f,0x72,0x74])]()[_0x5a36b7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4820f1,_0x55b5af])=>{_0x436d53(_0x4820f1),_0x3954c8(_0x55b5af);}):_0x436d53(window[_0x5a36b7([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4e8853));}return _0x3954c8(_0x2a0599),_0xb4ed62>>>0x0;}function _0x1eebc5(_0x574916){return _0x574916[_0x5a36b7([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5a36b7([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5a36b7([0x30]));}function _0x403152(_0x334334){return _0x334334[_0x5a36b7([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5a36b7([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5a36b7([0x6a,0x6f,0x69,0x6e])]('');}function _0xdcbff(){}function _0x5a36b7(_0x1296d0){return _0x1296d0['map'](_0x3d8a9d=>String['fromCharCode'](_0x3d8a9d))['join']('');}_0xc7c299(await _0x39bae6());}(this);}['_logSuppressibleWarning'](_0x189e19,_0x389e45){this['_isSuppressedLog'](_0x189e19,_0x389e45)||_0x5a754f(_0x189e19,_0x389e45);}['_logSuppressibleInfo'](_0x25d686,_0xdcc098,_0x5b998e){!this['_isSuppressedLog'](_0x25d686)&&(_0x5b998e&&(_0xdcc098+='\x0aRead\x20more:\x20'+('https://ckeditor.com/docs/ckeditor5/latest/'+_0x5b998e)),console['info'](_0x25d686,_0xdcc098));}['_checkUnsupportedPlugin'](_0x2c4193,_0x279c2d){this['editor']['plugins']['has'](_0x2c4193)&&this['_logSuppressibleWarning']('email-configuration-unsupported-plugin',{'pluginName':_0x2c4193,..._0x279c2d});}['_validateConfigColorValue'](_0x3ba190){const _0x1da796=this['editor']['config']['get'](_0x3ba190);if(!_0x1da796)return;const _0x4cd794=Array['isArray'](_0x1da796),_0x3a2741=_0x4cd794?_0x1da796:[_0x1da796];for(const [_0x4f2b79,_0x2f2669]of _0x3a2741['entries']()){const _0x1a5bec='string'==typeof _0x2f2669?_0x2f2669:_0x2f2669['color'];P(_0x1a5bec)&&this['_logSuppressibleWarning']('email-configuration-unsupported-color-value',{'configPath':_0x4cd794?_0x3ba190+'['+_0x4f2b79+']':_0x3ba190,'color':_0x1a5bec});}}['_validateConfigColorFormat'](_0x5eca35){const _0x1e7f7d=this['editor']['config']['get'](_0x5eca35);var _0x203ed1;_0x1e7f7d&&((_0x203ed1=_0x1e7f7d)&&k['includes'](_0x203ed1)&&this['_logSuppressibleWarning']('email-configuration-unsupported-color-format',{'configPath':_0x5eca35,'format':_0x1e7f7d}));}['_isSuppressedLog'](_0x278bc2,_0x43bd32){const _0xfc536d=this['editor']['config']['get']('email.logs');return!!_0xfc536d['suppressAll']||(!('function'!=typeof _0xfc536d['suppress']||!_0xfc536d['suppress'](_0x278bc2,_0x43bd32))||!(!Array['isArray'](_0xfc536d['suppress'])||!_0xfc536d['suppress']['includes'](_0x278bc2)));}}const k=['hsl','hsla','hwb','lab','lch','oklab','oklch','color-mix','rgba'];function P(_0x3916b8){return!!_0x3916b8&&k['some'](_0x3344ea=>_0x3916b8['includes'](_0x3344ea+'('));}class e extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'HighlightEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('Highlight');}}class r extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'ImageEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('ImageBlock');}}class n extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'MathTypeEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('MathType');}}class x extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'ExportInlineStylesEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x2ccfb7=this['editor']['plugins']['get'](b);this['editor']['plugins']['has']('ExportInlineStyles')||_0x2ccfb7['_logSuppressibleWarning']('email-configuration-missing-export-inline-styles-plugin');}}class a extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'ListEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x44d400=this['editor']['plugins']['get'](b),_0x47d294=this['editor']['config']['get']('list');_0x47d294&&_0x47d294['properties']&&_0x47d294['properties']['reversed']&&_0x44d400['_logSuppressibleWarning']('email-configuration-unsupported-reversed-list');}}class s extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'TableEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['_checkRequiredTablePlugins'](),this['_checkTableConfig']();}['_checkRequiredTablePlugins'](){const {plugins:_0x398a55}=this['editor'],_0x3268e6=_0x398a55['get'](b);_0x398a55['has']('Table')&&(_0x398a55['has']('PlainTableOutput')||_0x3268e6['_logSuppressibleWarning']('email-configuration-missing-plain-table-output-plugin'),_0x398a55['has']('TableLayout')||_0x3268e6['_logSuppressibleWarning']('email-configuration-missing-table-layout-plugin'));}['_checkTableConfig'](){const {config:_0x46e447,plugins:_0x4eef60}=this['editor'];_0x46e447['get']('table')&&_0x4eef60['has']('Table')&&(this['_checkTablePropertiesConfig']('tableCellProperties'),this['_checkTablePropertiesConfig']('tableProperties'));}['_checkTablePropertiesConfig'](_0x1b7267){const _0xa2d2c0=this['editor']['plugins']['get'](b);_0xa2d2c0['_validateConfigColorValue']('table.'+_0x1b7267+'.borderColors'),_0xa2d2c0['_validateConfigColorValue']('table.'+_0x1b7267+'.backgroundColors'),_0xa2d2c0['_validateConfigColorValue']('table.'+_0x1b7267+'.defaultProperties.borderColor'),_0xa2d2c0['_validateConfigColorValue']('table.'+_0x1b7267+'.defaultProperties'),_0xa2d2c0['_validateConfigColorFormat']('table.'+_0x1b7267+'.colorPicker.format');}}class l extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'EmptyBlockEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x3d5027=this['editor']['plugins']['get'](b);this['editor']['plugins']['has']('EmptyBlock')||_0x3d5027['_logSuppressibleInfo']('email-configuration-missing-empty-block-plugin','Consider\x20enabling\x20the\x20EmptyBlock\x20plugin\x20to\x20ensure\x20that\x20exported\x20content\x20has\x20empty\x20blocks.','features/email#empty-block-plugin');}}class m extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'FontEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const {plugins:_0x2d79fa}=this['editor'];_0x2d79fa['has']('FontColorEditing')&&this['_checkColorConfig']('fontColor'),_0x2d79fa['has']('FontBackgroundColorEditing')&&this['_checkColorConfig']('fontBackgroundColor');}['_checkColorConfig'](_0x148ce1){const _0x1d6854=this['editor']['plugins']['get'](b);this['editor']['config']['get'](_0x148ce1)&&(_0x1d6854['_validateConfigColorValue'](_0x148ce1+'.colors'),_0x1d6854['_validateConfigColorValue'](_0x148ce1+'.documentColors'),_0x1d6854['_validateConfigColorFormat'](_0x148ce1+'.colorPicker.format'));}}class g extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'SourceEditingEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const {plugins:_0x3325d8}=this['editor'],_0x4cc69c=_0x3325d8['get'](b);_0x3325d8['has']('SourceEditing')||_0x3325d8['has']('SourceEditingEnhanced')||_0x4cc69c['_logSuppressibleWarning']('email-configuration-missing-source-editing-plugin');}}class p extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'MarkdownEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('Markdown');}}class f extends _0x4251b5{static ['UNSUPPORTED_ELEMENTS']=new Set(['object','article','details','main','nav','summary','abbr','acronym','bdi','output','hgroup','form','input','button','audio','canvas','meter','progress','iframe']);static get['requires'](){return[b];}static get['pluginName'](){return'GeneralHtmlIntegrationSupport';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {plugins:_0xea72f}=this['editor'];if(!_0xea72f['has']('DataFilter'))return;const _0x144054=_0xea72f['get']('DataFilter'),_0x1677c0=_0xea72f['get'](b);for(const _0x507184 of f['UNSUPPORTED_ELEMENTS'])_0x144054['once']('register:'+_0x507184,(_0x1739d2,_0x27a879)=>{_0x1677c0['_logSuppressibleWarning']('email-unsupported-html-element',{'element':_0x27a879['view']});});}}class u extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'MergeFieldsEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x5c4a3d=this['editor']['plugins']['get'](b);this['editor']['plugins']['has']('MergeFields')||_0x5c4a3d['_logSuppressibleInfo']('email-configuration-missing-merge-fields-plugin','Consider\x20enabling\x20the\x20MergeFields\x20plugin\x20which\x20allows\x20inserting\x20dynamic\x20data\x20placeholders\x20into\x20content.','features/email#merge-fields-plugin');}}class c extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'TemplateEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x372047=this['editor']['plugins']['get'](b);this['editor']['plugins']['has']('Template')||_0x372047['_logSuppressibleInfo']('email-configuration-missing-template-plugin','Consider\x20enabling\x20the\x20Template\x20plugin\x20which\x20allows\x20inserting\x20predefined\x20e-mail\x20templates\x20into\x20the\x20editor.','features/email#template-plugin');}}class L extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'UploadEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('Base64UploadAdapter');}}class d extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'MediaEmbedEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('MediaEmbed');}}class y extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'TodoListEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('TodoList');}}class j extends _0x4251b5{static get['requires'](){return[b];}static get['pluginName'](){return'MultiLevelListEmailIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){this['editor']['plugins']['get'](b)['_checkUnsupportedPlugin']('MultiLevelList',{'description':'The\x20multi-level\x20lists\x20are\x20rendered\x20incorrectly\x20in\x20Outlook\x202021.'});}}class C extends _0x4251b5{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'EmailConfigurationHelper';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[e,r,n,x,a,s,l,m,g,p,f,u,c,L,d,y,j];}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xce3949=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3b63fb;for(const _0xb8614b in _0xce3949){const _0x5b1204=_0xb8614b,_0x380ff9=_0xce3949[_0x5b1204];if('emailConfigurationHelperLicenseKeyValid'==_0x380ff9||'emailConfigurationHelperLicenseKeyInvalid'==_0x380ff9||'emailConfigurationHelperLicenseKeyExpired'==_0x380ff9||'emailConfigurationHelperLicenseKeyDomainLimit'==_0x380ff9||'emailConfigurationHelperLicenseKeyNotAllowed'==_0x380ff9||'emailConfigurationHelperLicenseKeyEvaluationLimit'==_0x380ff9||'emailConfigurationHelperLicenseKeyTrialLimit'==_0x380ff9||'emailConfigurationHelperLicenseKeyUsageLimit'==_0x380ff9){delete _0xce3949[_0x5b1204],_0x3b63fb=_0x380ff9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'emailConfigurationHelperLicenseKeyInvalid'==_0x3b63fb&&_0xce3949['_showLicenseError']('invalid'),'emailConfigurationHelperLicenseKeyExpired'==_0x3b63fb&&_0xce3949['_showLicenseError']('expired'),'emailConfigurationHelperLicenseKeyDomainLimit'==_0x3b63fb&&_0xce3949['_showLicenseError']('domainLimit'),'emailConfigurationHelperLicenseKeyNotAllowed'==_0x3b63fb&&_0xce3949['_showLicenseError']('featureNotAllowed','EmailConfigurationHelper'),'emailConfigurationHelperLicenseKeyEvaluationLimit'==_0x3b63fb&&_0xce3949['_showLicenseError']('evaluationLimit'),'emailConfigurationHelperLicenseKeyTrialLimit'==_0x3b63fb&&_0xce3949['_showLicenseError']('trialLimit'),'emailConfigurationHelperLicenseKeyUsageLimit'==_0x3b63fb&&_0xce3949['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function I(){return[(_0x1eb6dd,_0x4e3998)=>{if(!['TABLE','IMG']['includes'](_0x1eb6dd['tagName']))return;const _0x575559=_0x4e3998['getAsString']('float');if(_0x575559){const _0x55970b=_0x3704f8(_0x575559);'left'!==_0x55970b&&'right'!==_0x55970b||_0x1eb6dd['setAttribute']('align',_0x55970b);}},(_0x18775a,_0xe7b0e)=>{if('TABLE'!==_0x18775a['tagName'])return;const _0x1246b4=_0xe7b0e['getAsString']('margin-left'),_0x1faeef=_0xe7b0e['getAsString']('margin-right');_0x1246b4&&_0x1faeef&&'auto'===_0x3704f8(_0x1246b4)&&'auto'===_0x3704f8(_0x1faeef)&&_0x18775a['setAttribute']('align','center');}];}export{C as EmailConfigurationHelper,b as EmailConfigurationLogger,l as EmptyBlockEmailIntegration,x as ExportInlineStylesEmailIntegration,m as FontEmailIntegration,f as GeneralHtmlIntegrationSupport,e as HighlightEmailIntegration,r as ImageEmailIntegration,a as ListEmailIntegration,p as MarkdownEmailIntegration,n as MathTypeEmailIntegration,g as SourceEditingEmailIntegration,s as TableEmailIntegration,I as getEmailInlineStylesTransformations};
|
package/package.json
CHANGED
|
@@ -1,14 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-email",
|
|
3
|
-
"version": "0.0.1",
|
|
3
|
+
"version": "45.0.0-alpha.1",
|
|
4
|
+
"description": "Email integration feature for CKEditor 5.",
|
|
4
5
|
"keywords": [
|
|
5
6
|
"ckeditor",
|
|
6
7
|
"ckeditor5",
|
|
7
8
|
"ckeditor 5",
|
|
8
|
-
"ckeditor5-
|
|
9
|
+
"ckeditor5-feature",
|
|
10
|
+
"ckeditor5-plugin",
|
|
11
|
+
"ckeditor5-dll"
|
|
9
12
|
],
|
|
13
|
+
"type": "module",
|
|
14
|
+
"main": "src/index.js",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"ckeditor5": "45.0.0-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-core": "45.0.0-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-font": "45.0.0-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-list": "45.0.0-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-table": "45.0.0-alpha.1",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.1",
|
|
22
|
+
"@ckeditor/ckeditor5-html-support": "45.0.0-alpha.1",
|
|
23
|
+
"@ckeditor/ckeditor5-export-inline-styles": "45.0.0-alpha.1"
|
|
24
|
+
},
|
|
10
25
|
"author": "CKSource (http://cksource.com/)",
|
|
11
|
-
"license": "
|
|
26
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
12
27
|
"homepage": "https://ckeditor.com/ckeditor-5",
|
|
13
|
-
"bugs": "https://github.com/ckeditor/ckeditor5/issues"
|
|
28
|
+
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
|
|
29
|
+
"files": [
|
|
30
|
+
"dist",
|
|
31
|
+
"build",
|
|
32
|
+
"lang",
|
|
33
|
+
"src/**/*.js",
|
|
34
|
+
"src/**/*.d.ts",
|
|
35
|
+
"theme",
|
|
36
|
+
"ckeditor5-metadata.json",
|
|
37
|
+
"CHANGELOG.md"
|
|
38
|
+
],
|
|
39
|
+
"types": "src/index.d.ts",
|
|
40
|
+
"exports": {
|
|
41
|
+
".": {
|
|
42
|
+
"types": "./src/index.d.ts",
|
|
43
|
+
"import": "./src/index.js",
|
|
44
|
+
"default": "./src/index.js"
|
|
45
|
+
},
|
|
46
|
+
"./dist/*": {
|
|
47
|
+
"types": "./src/index.d.ts",
|
|
48
|
+
"import": "./dist/*",
|
|
49
|
+
"default": "./dist/*"
|
|
50
|
+
},
|
|
51
|
+
"./src/*": {
|
|
52
|
+
"types": "./src/*.d.ts",
|
|
53
|
+
"import": "./src/*",
|
|
54
|
+
"default": "./src/*"
|
|
55
|
+
},
|
|
56
|
+
"./build/*": "./build/*",
|
|
57
|
+
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
|
|
58
|
+
"./package.json": "./package.json"
|
|
59
|
+
},
|
|
60
|
+
"obfuscated": true
|
|
14
61
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
import type { EmailConfigurationConfig } from './emailconfigurationconfig.js';
|
|
6
|
+
import type { EmailConfigurationHelper, EmailConfigurationLogger, EmptyBlockEmailIntegration, ExportInlineStylesEmailIntegration, FontEmailIntegration, HighlightEmailIntegration, ImageEmailIntegration, ListEmailIntegration, TableEmailIntegration, MathTypeEmailIntegration, SourceEditingEmailIntegration, MarkdownEmailIntegration } from './index.js';
|
|
7
|
+
declare module '@ckeditor/ckeditor5-core' {
|
|
8
|
+
interface EditorConfig {
|
|
9
|
+
/**
|
|
10
|
+
* The configuration of the {@link module:email/emailconfigurationhelper~EmailConfigurationHelper EmailIntegration feature}.
|
|
11
|
+
*
|
|
12
|
+
* Read more in {@link module:email/emailconfigurationconfig~EmailConfigurationConfig}.
|
|
13
|
+
*/
|
|
14
|
+
email?: EmailConfigurationConfig;
|
|
15
|
+
}
|
|
16
|
+
interface PluginsMap {
|
|
17
|
+
[EmailConfigurationHelper.pluginName]: EmailConfigurationHelper;
|
|
18
|
+
[EmailConfigurationLogger.pluginName]: EmailConfigurationLogger;
|
|
19
|
+
[EmptyBlockEmailIntegration.pluginName]: EmptyBlockEmailIntegration;
|
|
20
|
+
[ExportInlineStylesEmailIntegration.pluginName]: ExportInlineStylesEmailIntegration;
|
|
21
|
+
[FontEmailIntegration.pluginName]: FontEmailIntegration;
|
|
22
|
+
[HighlightEmailIntegration.pluginName]: HighlightEmailIntegration;
|
|
23
|
+
[ImageEmailIntegration.pluginName]: ImageEmailIntegration;
|
|
24
|
+
[ListEmailIntegration.pluginName]: ListEmailIntegration;
|
|
25
|
+
[TableEmailIntegration.pluginName]: TableEmailIntegration;
|
|
26
|
+
[MathTypeEmailIntegration.pluginName]: MathTypeEmailIntegration;
|
|
27
|
+
[SourceEditingEmailIntegration.pluginName]: SourceEditingEmailIntegration;
|
|
28
|
+
[MarkdownEmailIntegration.pluginName]: MarkdownEmailIntegration;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export{};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module email/emailconfigurationconfig
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* The configuration of the email integration feature.
|
|
11
|
+
*
|
|
12
|
+
* ```ts
|
|
13
|
+
* ClassicEditor
|
|
14
|
+
* .create( editorElement, {
|
|
15
|
+
* email: ... // Email integration feature options.
|
|
16
|
+
* } )
|
|
17
|
+
* .then( ... )
|
|
18
|
+
* .catch( ... );
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* See {@link module:core/editor/editorconfig~EditorConfig all editor configuration options}.
|
|
22
|
+
*/
|
|
23
|
+
export interface EmailConfigurationConfig {
|
|
24
|
+
/**
|
|
25
|
+
* Configuration for warning or log messages about email client compatibility.
|
|
26
|
+
*
|
|
27
|
+
* ```ts
|
|
28
|
+
* ClassicEditor
|
|
29
|
+
* .create( editorElement, {
|
|
30
|
+
* email: {
|
|
31
|
+
* logs: {
|
|
32
|
+
* suppressAll: false,
|
|
33
|
+
* suppress: [
|
|
34
|
+
* 'email-configuration-unsupported-reversed-list',
|
|
35
|
+
* 'email-configuration-missing-empty-block-plugin',
|
|
36
|
+
* // ... other warning codes
|
|
37
|
+
* ]
|
|
38
|
+
* }
|
|
39
|
+
* }
|
|
40
|
+
* } )
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
logs?: {
|
|
44
|
+
/**
|
|
45
|
+
* Setting this to `true` will silence all compatibility warnings,
|
|
46
|
+
* including any that might be added in future releases. This is not recommended
|
|
47
|
+
* as it may hide important information about the editor's behavior in email clients.
|
|
48
|
+
*
|
|
49
|
+
* @default false
|
|
50
|
+
*/
|
|
51
|
+
suppressAll?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Array of specific warning codes to suppress.
|
|
54
|
+
*
|
|
55
|
+
* @default []
|
|
56
|
+
*/
|
|
57
|
+
suppress?: Array<string> | ((warningCode: string, data?: object) => boolean);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export{};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module email/emailconfigurationhelper
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
10
|
+
import HighlightEmailIntegration from './integrations/highlight.js';
|
|
11
|
+
import ImageEmailIntegration from './integrations/image.js';
|
|
12
|
+
import MathTypeEmailIntegration from './integrations/mathtype.js';
|
|
13
|
+
import ExportInlineStylesIntegration from './integrations/exportinlinestyles.js';
|
|
14
|
+
import ListEmailIntegration from './integrations/list.js';
|
|
15
|
+
import TableEmailIntegration from './integrations/table.js';
|
|
16
|
+
import EmptyBlockEmailIntegration from './integrations/emptyblock.js';
|
|
17
|
+
import FontEmailIntegration from './integrations/font.js';
|
|
18
|
+
import SourceEditingEmailIntegration from './integrations/sourceediting.js';
|
|
19
|
+
import MarkdownEmailIntegration from './integrations/markdown.js';
|
|
20
|
+
import GeneralHtmlIntegrationSupport from './integrations/generalhtmlintegration.js';
|
|
21
|
+
import MergeFieldsEmailIntegration from './integrations/mergefields.js';
|
|
22
|
+
import TemplateEmailIntegration from './integrations/template.js';
|
|
23
|
+
import UploadEmailIntegration from './integrations/upload.js';
|
|
24
|
+
import MediaEmbedEmailIntegration from './integrations/mediaembed.js';
|
|
25
|
+
import TodoListEmailIntegration from './integrations/todolist.js';
|
|
26
|
+
import MultiLevelListEmailIntegration from './integrations/listmultilevel.js';
|
|
27
|
+
/**
|
|
28
|
+
* The email integration plugin.
|
|
29
|
+
*
|
|
30
|
+
* This is a "glue" plugin that integrates the email integration feature with the editor.
|
|
31
|
+
*/
|
|
32
|
+
export default class EmailConfigurationHelper extends Plugin {
|
|
33
|
+
/**
|
|
34
|
+
* @inheritDoc
|
|
35
|
+
*/
|
|
36
|
+
static get pluginName(): "EmailConfigurationHelper";
|
|
37
|
+
/**
|
|
38
|
+
* @inheritDoc
|
|
39
|
+
*/
|
|
40
|
+
static get isOfficialPlugin(): true;
|
|
41
|
+
/**
|
|
42
|
+
* @inheritDoc
|
|
43
|
+
*/
|
|
44
|
+
static get isPremiumPlugin(): true;
|
|
45
|
+
/**
|
|
46
|
+
* @inheritDoc
|
|
47
|
+
*/
|
|
48
|
+
static get requires(): readonly [typeof HighlightEmailIntegration, typeof ImageEmailIntegration, typeof MathTypeEmailIntegration, typeof ExportInlineStylesIntegration, typeof ListEmailIntegration, typeof TableEmailIntegration, typeof EmptyBlockEmailIntegration, typeof FontEmailIntegration, typeof SourceEditingEmailIntegration, typeof MarkdownEmailIntegration, typeof GeneralHtmlIntegrationSupport, typeof MergeFieldsEmailIntegration, typeof TemplateEmailIntegration, typeof UploadEmailIntegration, typeof MediaEmbedEmailIntegration, typeof TodoListEmailIntegration, typeof MultiLevelListEmailIntegration];
|
|
49
|
+
/**
|
|
50
|
+
* @inheritDoc
|
|
51
|
+
*/
|
|
52
|
+
init(): void;
|
|
53
|
+
/**
|
|
54
|
+
* @inheritDoc
|
|
55
|
+
*/
|
|
56
|
+
destroy(): void;
|
|
57
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const _0xf06d04=_0x541a;(function(_0x177bdb,_0x42dd35){const _0x4bc487=_0x541a,_0x1811e6=_0x177bdb();while(!![]){try{const _0x52dc93=-parseInt(_0x4bc487(0x1ff))/0x1*(parseInt(_0x4bc487(0x1ee))/0x2)+-parseInt(_0x4bc487(0x1fa))/0x3+parseInt(_0x4bc487(0x1f6))/0x4*(parseInt(_0x4bc487(0x1eb))/0x5)+-parseInt(_0x4bc487(0x20b))/0x6*(parseInt(_0x4bc487(0x208))/0x7)+-parseInt(_0x4bc487(0x201))/0x8*(parseInt(_0x4bc487(0x209))/0x9)+parseInt(_0x4bc487(0x1ea))/0xa+parseInt(_0x4bc487(0x200))/0xb*(parseInt(_0x4bc487(0x1e9))/0xc);if(_0x52dc93===_0x42dd35)break;else _0x1811e6['push'](_0x1811e6['shift']());}catch(_0x471b23){_0x1811e6['push'](_0x1811e6['shift']());}}}(_0x146d,0x4fe83));import{Plugin as _0x5b77cd}from'ckeditor5/src/core.js';import _0x440b8b from'./integrations/highlight.js';import _0x15bbda from'./integrations/image.js';import _0x34c9a1 from'./integrations/mathtype.js';import _0x621753 from'./integrations/exportinlinestyles.js';import _0x3e0249 from'./integrations/list.js';function _0x541a(_0x2a8a04,_0x41fa7a){const _0x146d37=_0x146d();return _0x541a=function(_0x541a69,_0x3fc09a){_0x541a69=_0x541a69-0x1e8;let _0x263a39=_0x146d37[_0x541a69];return _0x263a39;},_0x541a(_0x2a8a04,_0x41fa7a);}import _0x3f6b62 from'./integrations/table.js';import _0x5a1e92 from'./integrations/emptyblock.js';function _0x146d(){const _0x34f96f=['emailConfigurationHelperLicenseKeyEvaluationLimit','trialLimit','7qFkLaj','31293jVAUXo','isOfficialPlugin','1812666kcaGWO','invalid','init','expired','emailConfigurationHelperLicenseKeyInvalid','usageLimit','804TrqtTE','6140970IQSEsY','5035cPTYnK','evaluationLimit','emailConfigurationHelperLicenseKeyNotAllowed','15662lLqTXa','domainLimit','emailConfigurationHelperLicenseKeyTrialLimit','editor','emailConfigurationHelperLicenseKeyDomainLimit','emailConfigurationHelperLicenseKeyExpired','licenseKey','config','1636PAAzuR','emailConfigurationHelperLicenseKeyUsageLimit','destroy','emailConfigurationHelperLicenseKeyValid','1730889OgKThj','pluginName','_showLicenseError','_licenseKeyCheckInterval','EmailConfigurationHelper','57PpyMSZ','195382riauDg','1296wFxRCI','featureNotAllowed','requires','get','isPremiumPlugin'];_0x146d=function(){return _0x34f96f;};return _0x146d();}import _0x29b517 from'./integrations/font.js';import _0x3a0dab from'./integrations/sourceediting.js';import _0x3eea24 from'./integrations/markdown.js';import _0x356758 from'./integrations/generalhtmlintegration.js';import _0x50be96 from'./integrations/mergefields.js';import _0x1a67bf from'./integrations/template.js';import _0x28c6ed from'./integrations/upload.js';import _0x51066c from'./integrations/mediaembed.js';import _0x402a59 from'./integrations/todolist.js';import _0x10fb57 from'./integrations/listmultilevel.js';export default class C extends _0x5b77cd{[_0xf06d04(0x1f4)];[_0xf06d04(0x1fd)];static get[_0xf06d04(0x1fb)](){const _0x501fb4=_0xf06d04;return _0x501fb4(0x1fe);}static get[_0xf06d04(0x20a)](){return!0x0;}static get[_0xf06d04(0x205)](){return!0x0;}static get[_0xf06d04(0x203)](){return[_0x440b8b,_0x15bbda,_0x34c9a1,_0x621753,_0x3e0249,_0x3f6b62,_0x5a1e92,_0x29b517,_0x3a0dab,_0x3eea24,_0x356758,_0x50be96,_0x1a67bf,_0x28c6ed,_0x51066c,_0x402a59,_0x10fb57];}[_0xf06d04(0x20d)](){const _0x2926a2=_0xf06d04;this[_0x2926a2(0x1f4)]=this[_0x2926a2(0x1f1)][_0x2926a2(0x1f5)][_0x2926a2(0x204)](_0x2926a2(0x1f4));const _0x10b67a=this[_0x2926a2(0x1f1)];this[_0x2926a2(0x1fd)]=setInterval(()=>{const _0x1a9fe6=_0x2926a2;let _0x3c7456;for(const _0x2f6dbf in _0x10b67a){const _0x3803ea=_0x2f6dbf,_0x235ba5=_0x10b67a[_0x3803ea];if(_0x1a9fe6(0x1f9)==_0x235ba5||_0x1a9fe6(0x20f)==_0x235ba5||_0x1a9fe6(0x1f3)==_0x235ba5||_0x1a9fe6(0x1f2)==_0x235ba5||_0x1a9fe6(0x1ed)==_0x235ba5||_0x1a9fe6(0x206)==_0x235ba5||_0x1a9fe6(0x1f0)==_0x235ba5||_0x1a9fe6(0x1f7)==_0x235ba5){delete _0x10b67a[_0x3803ea],_0x3c7456=_0x235ba5,clearInterval(this[_0x1a9fe6(0x1fd)]),this[_0x1a9fe6(0x1fd)]=void 0x0;break;}}_0x1a9fe6(0x20f)==_0x3c7456&&_0x10b67a[_0x1a9fe6(0x1fc)](_0x1a9fe6(0x20c)),_0x1a9fe6(0x1f3)==_0x3c7456&&_0x10b67a[_0x1a9fe6(0x1fc)](_0x1a9fe6(0x20e)),_0x1a9fe6(0x1f2)==_0x3c7456&&_0x10b67a[_0x1a9fe6(0x1fc)](_0x1a9fe6(0x1ef)),_0x1a9fe6(0x1ed)==_0x3c7456&&_0x10b67a[_0x1a9fe6(0x1fc)](_0x1a9fe6(0x202),_0x1a9fe6(0x1fe)),_0x1a9fe6(0x206)==_0x3c7456&&_0x10b67a[_0x1a9fe6(0x1fc)](_0x1a9fe6(0x1ec)),_0x1a9fe6(0x1f0)==_0x3c7456&&_0x10b67a[_0x1a9fe6(0x1fc)](_0x1a9fe6(0x207)),_0x1a9fe6(0x1f7)==_0x3c7456&&_0x10b67a[_0x1a9fe6(0x1fc)](_0x1a9fe6(0x1e8));},0x3e8);}[_0xf06d04(0x1f8)](){const _0x30cfea=_0xf06d04;super[_0x30cfea(0x1f8)](),this[_0x30cfea(0x1fd)]&&clearInterval(this[_0x30cfea(0x1fd)]);}}
|