@ckeditor/ckeditor5-email 47.3.0-alpha.7 → 47.4.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/build/email.js +2 -2
- package/dist/index-content.css +1 -1
- package/dist/index-editor.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +2 -2
- package/package.json +10 -10
- package/src/augmentation.d.ts +1 -1
- package/src/augmentation.js +1 -1
- package/src/emailconfigurationconfig.d.ts +1 -1
- package/src/emailconfigurationconfig.js +1 -1
- package/src/emailconfigurationhelper.d.ts +1 -1
- package/src/emailconfigurationhelper.js +2 -2
- package/src/emailconfigurationlogger.d.ts +1 -1
- package/src/emailconfigurationlogger.js +2 -2
- package/src/emailinlinestylestransformations.d.ts +81 -3
- package/src/emailinlinestylestransformations.js +2 -2
- package/src/index.d.ts +2 -2
- package/src/index.js +2 -2
- package/src/integrations/emptyblock.d.ts +1 -1
- package/src/integrations/emptyblock.js +2 -2
- package/src/integrations/exportinlinestyles.d.ts +1 -1
- package/src/integrations/exportinlinestyles.js +2 -2
- package/src/integrations/font.d.ts +1 -1
- package/src/integrations/font.js +2 -2
- package/src/integrations/generalhtmlintegration.d.ts +1 -1
- package/src/integrations/generalhtmlintegration.js +2 -2
- package/src/integrations/highlight.d.ts +1 -1
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/image.d.ts +1 -1
- package/src/integrations/image.js +2 -2
- package/src/integrations/link.d.ts +1 -1
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.d.ts +1 -1
- package/src/integrations/list.js +2 -2
- package/src/integrations/listmultilevel.d.ts +1 -1
- package/src/integrations/listmultilevel.js +2 -2
- package/src/integrations/markdown.d.ts +1 -1
- package/src/integrations/markdown.js +2 -2
- package/src/integrations/mathtype.d.ts +1 -1
- package/src/integrations/mathtype.js +2 -2
- package/src/integrations/mediaembed.d.ts +1 -1
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mergefields.d.ts +1 -1
- package/src/integrations/mergefields.js +2 -2
- package/src/integrations/sourceediting.d.ts +1 -1
- package/src/integrations/sourceediting.js +2 -2
- package/src/integrations/table.d.ts +1 -1
- package/src/integrations/table.js +2 -2
- package/src/integrations/template.d.ts +1 -1
- package/src/integrations/template.js +2 -2
- package/src/integrations/todolist.d.ts +1 -1
- package/src/integrations/todolist.js +2 -2
- package/src/integrations/upload.d.ts +1 -1
- package/src/integrations/upload.js +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3ca14d=_0x171b;(function(_0x49c6d8,_0x4799b7){const _0x43e4ff=_0x171b,_0x2aeafa=_0x49c6d8();while(!![]){try{const _0x195e7d=-parseInt(_0x43e4ff(0x127))/0x1*(-parseInt(_0x43e4ff(0x133))/0x2)+-parseInt(_0x43e4ff(0x120))/0x3+-parseInt(_0x43e4ff(0x130))/0x4*(-parseInt(_0x43e4ff(0x128))/0x5)+-parseInt(_0x43e4ff(0x119))/0x6+parseInt(_0x43e4ff(0x135))/0x7*(parseInt(_0x43e4ff(0x11a))/0x8)+parseInt(_0x43e4ff(0x12d))/0x9+-parseInt(_0x43e4ff(0x11d))/0xa*(parseInt(_0x43e4ff(0x116))/0xb);if(_0x195e7d===_0x4799b7)break;else _0x2aeafa['push'](_0x2aeafa['shift']());}catch(_0x57eb0b){_0x2aeafa['push'](_0x2aeafa['shift']());}}}(_0x1073,0x8f3ff));import{Plugin as _0x4153ee}from'ckeditor5/src/core.js';import{HighlightEmailIntegration as _0x4a2908}from'./integrations/highlight.js';import{ImageEmailIntegration as _0x5726a5}from'./integrations/image.js';import{MathTypeEmailIntegration as _0x56b460}from'./integrations/mathtype.js';import{ExportInlineStylesEmailIntegration as _0x24922f}from'./integrations/exportinlinestyles.js';import{ListEmailIntegration as _0x5011fd}from'./integrations/list.js';import{TableEmailIntegration as _0x4982f1}from'./integrations/table.js';import{EmptyBlockEmailIntegration as _0xc4f502}from'./integrations/emptyblock.js';import{FontEmailIntegration as _0x5c7f4d}from'./integrations/font.js';import{SourceEditingEmailIntegration as _0x26291e}from'./integrations/sourceediting.js';import{MarkdownEmailIntegration as _0x1c2dbe}from'./integrations/markdown.js';import{GeneralHtmlIntegrationSupport as _0x1584a6}from'./integrations/generalhtmlintegration.js';import{MergeFieldsEmailIntegration as _0x4269eb}from'./integrations/mergefields.js';function _0x171b(_0x5c9308,_0x58db20){const _0x10737a=_0x1073();return _0x171b=function(_0x171ba7,_0x5c5c58){_0x171ba7=_0x171ba7-0x113;let _0x503048=_0x10737a[_0x171ba7];return _0x503048;},_0x171b(_0x5c9308,_0x58db20);}import{TemplateEmailIntegration as _0x5f3a48}from'./integrations/template.js';import{UploadEmailIntegration as _0x2a5788}from'./integrations/upload.js';import{MediaEmbedEmailIntegration as _0x558cda}from'./integrations/mediaembed.js';import{TodoListEmailIntegration as _0x5ec5e7}from'./integrations/todolist.js';function _0x1073(){const _0x2f077d=['domainLimit','emailConfigurationHelperLicenseKeyInvalid','4109272HToGpD','config','licenseKey','429970leomzd','usageLimit','259xLJGBC','get','destroy','isPremiumPlugin','pluginName','evaluationLimit','549923FGnaHU','emailConfigurationHelperLicenseKeyDomainLimit','emailConfigurationHelperLicenseKeyValid','627768Wjogts','236744QmahZG','emailConfigurationHelperLicenseKeyUsageLimit','featureNotAllowed','520JdFyeS','_licenseKeyCheckInterval','editor','412923wbgbVb','expired','_showLicenseError','emailConfigurationHelperLicenseKeyExpired','requires','isOfficialPlugin','init','5QeJeNU','5XjbBAJ','emailConfigurationHelperLicenseKeyNotAllowed','emailConfigurationHelperLicenseKeyEvaluationLimit','EmailConfigurationHelper','invalid','2083248NEIHsu'];_0x1073=function(){return _0x2f077d;};return _0x1073();}import{MultiLevelListEmailIntegration as _0xa4ba57}from'./integrations/listmultilevel.js';import{LinkEmailIntegration as _0xdf421}from'./integrations/link.js';export class EmailConfigurationHelper extends _0x4153ee{[_0x3ca14d(0x132)];[_0x3ca14d(0x11e)];static get[_0x3ca14d(0x114)](){const _0x347c09=_0x3ca14d;return _0x347c09(0x12b);}static get[_0x3ca14d(0x125)](){return!0x0;}static get[_0x3ca14d(0x113)](){return!0x0;}static get[_0x3ca14d(0x124)](){return[_0x4a2908,_0x5726a5,_0x56b460,_0x24922f,_0x5011fd,_0x4982f1,_0xc4f502,_0x5c7f4d,_0x26291e,_0x1c2dbe,_0x1584a6,_0x4269eb,_0x5f3a48,_0x2a5788,_0x558cda,_0x5ec5e7,_0xa4ba57,_0xdf421];}[_0x3ca14d(0x126)](){const _0x16bab0=_0x3ca14d;this[_0x16bab0(0x132)]=this[_0x16bab0(0x11f)][_0x16bab0(0x131)][_0x16bab0(0x136)](_0x16bab0(0x132));const _0x1d7780=this[_0x16bab0(0x11f)];this[_0x16bab0(0x11e)]=setInterval(()=>{const _0x14355e=_0x16bab0;let _0x1e0757;for(const _0x4599fc in _0x1d7780){const _0x2e1a14=_0x4599fc,_0x26997e=_0x1d7780[_0x2e1a14];if(_0x14355e(0x118)==_0x26997e||_0x14355e(0x12f)==_0x26997e||_0x14355e(0x123)==_0x26997e||_0x14355e(0x117)==_0x26997e||_0x14355e(0x129)==_0x26997e||_0x14355e(0x12a)==_0x26997e||_0x14355e(0x11b)==_0x26997e){delete _0x1d7780[_0x2e1a14],_0x1e0757=_0x26997e,clearInterval(this[_0x14355e(0x11e)]),this[_0x14355e(0x11e)]=void 0x0;break;}}_0x14355e(0x12f)==_0x1e0757&&_0x1d7780[_0x14355e(0x122)](_0x14355e(0x12c)),_0x14355e(0x123)==_0x1e0757&&_0x1d7780[_0x14355e(0x122)](_0x14355e(0x121)),_0x14355e(0x117)==_0x1e0757&&_0x1d7780[_0x14355e(0x122)](_0x14355e(0x12e)),_0x14355e(0x129)==_0x1e0757&&_0x1d7780[_0x14355e(0x122)](_0x14355e(0x11c),_0x14355e(0x12b)),_0x14355e(0x12a)==_0x1e0757&&_0x1d7780[_0x14355e(0x122)](_0x14355e(0x115)),_0x14355e(0x11b)==_0x1e0757&&_0x1d7780[_0x14355e(0x122)](_0x14355e(0x134));},0x3e8);}[_0x3ca14d(0x137)](){const _0x27f2b4=_0x3ca14d;super[_0x27f2b4(0x137)](),this[_0x27f2b4(0x11e)]&&clearInterval(this[_0x27f2b4(0x11e)]);}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
import { type Editor, Plugin } from 'ckeditor5/src/core.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x40f0ca=_0xcc22;(function(_0x552536,_0x5536e2){const _0x51df58=_0xcc22,_0x5e837f=_0x552536();while(!![]){try{const _0x5e833b=-parseInt(_0x51df58(0x168))/0x1+-parseInt(_0x51df58(0x18e))/0x2+parseInt(_0x51df58(0x15e))/0x3+parseInt(_0x51df58(0x16a))/0x4*(-parseInt(_0x51df58(0x17a))/0x5)+-parseInt(_0x51df58(0x197))/0x6+parseInt(_0x51df58(0x17e))/0x7+parseInt(_0x51df58(0x18c))/0x8*(parseInt(_0x51df58(0x164))/0x9);if(_0x5e833b===_0x5536e2)break;else _0x5e837f['push'](_0x5e837f['shift']());}catch(_0x458585){_0x5e837f['push'](_0x5e837f['shift']());}}}(_0x1343,0x41908));import{Plugin as _0x3b2b89}from'ckeditor5/src/core.js';import{uid as _0x596c35}from'ckeditor5/src/utils.js';const h=_0x40f0ca(0x166);export class EmailConfigurationLogger extends _0x3b2b89{static get[_0x40f0ca(0x176)](){const _0x44b533=_0x40f0ca;return _0x44b533(0x167);}static get[_0x40f0ca(0x171)](){return!0x0;}static get[_0x40f0ca(0x196)](){return!0x0;}constructor(_0x7cc82){const _0x4e6034=_0x40f0ca;super(_0x7cc82),_0x7cc82[_0x4e6034(0x173)][_0x4e6034(0x17f)](_0x4e6034(0x162),{'suppress':[],'suppressAll':!0x1});}[_0x40f0ca(0x17d)](){!async function(_0x5ef9ed){const _0x21f691=_0x3d1bb8([0x75,0x69,0x7a,0x54,0x64,0x76,0x79,0x42,0x49,0x61,0x34,0x52,0x4b,0x73,0x6e,0x4f,0x59,0x6d,0x45,0x58,0x47,0x4d,0x66,0x6a,0x65,0x68,0x77,0x4a,0x51,0x71,0x62,0x50,0x53,0x43,0x6b,0x37,0x44,0x74,0x5a,0x67,0x46,0x35,0x38,0x4c,0x78,0x6c,0x32,0x39,0x48,0x6f,0x36,0x63,0x41,0x55,0x57,0x31,0x70,0x56,0x33,0x4e,0x72,0x30]),_0x4e4195=0x7780c648,_0x30d3d3=0x7787bc90^_0x4e4195,_0x565e1b=window[_0x3d1bb8([0x44,0x61,0x74,0x65])][_0x3d1bb8([0x6e,0x6f,0x77])](),_0x15453e=_0x5ef9ed[_0x3d1bb8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5364b2=new window[(_0x3d1bb8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3eb5be=>{_0x15453e[_0x3d1bb8([0x6f,0x6e,0x63,0x65])](_0x3d1bb8([0x72,0x65,0x61,0x64,0x79]),_0x3eb5be);}),_0x567565={[_0x3d1bb8([0x6b,0x74,0x79])]:_0x3d1bb8([0x45,0x43]),[_0x3d1bb8([0x75,0x73,0x65])]:_0x3d1bb8([0x73,0x69,0x67]),[_0x3d1bb8([0x63,0x72,0x76])]:_0x3d1bb8([0x50,0x2d,0x32,0x35,0x36]),[_0x3d1bb8([0x78])]:_0x3d1bb8([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]),[_0x3d1bb8([0x79])]:_0x3d1bb8([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]),[_0x3d1bb8([0x61,0x6c,0x67])]:_0x3d1bb8([0x45,0x53,0x32,0x35,0x36])},_0x3976ad=_0x15453e[_0x3d1bb8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3d1bb8([0x67,0x65,0x74])](_0x3d1bb8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2faf6b(){let _0x2a8e20,_0x5657b4=null,_0x27faa1=null;try{if(_0x3976ad==_0x3d1bb8([0x47,0x50,0x4c]))return _0x3d1bb8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2a8e20=_0x3a559d(),!_0x2a8e20)return _0x3d1bb8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2a8e20[_0x3d1bb8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x27faa1=_0x33f547(_0x2a8e20[_0x3d1bb8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2a8e20[_0x3d1bb8([0x6a,0x74,0x69])])),await _0x142a23()?_0xf463f8()?_0x1492c9()?_0x3d1bb8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3e7680()?(_0x2a8e20[_0x3d1bb8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d1bb8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5657b4=_0xd773c7(_0x3d1bb8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2a8e20[_0x3d1bb8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3d1bb8([0x74,0x72,0x69,0x61,0x6c])&&(_0x5657b4=_0xd773c7(_0x3d1bb8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x13723e()):_0x3d1bb8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3d1bb8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3d1bb8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3d1bb8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1492c9(){const _0x5d7a3b=[_0x3d1bb8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3d1bb8([0x74,0x72,0x69,0x61,0x6c])][_0x3d1bb8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a8e20[_0x3d1bb8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x565e1b/0x3e8:0xe10*_0x30d3d3;return _0x2a8e20[_0x3d1bb8([0x65,0x78,0x70])]<_0x5d7a3b;}function _0xf463f8(){const _0x203fe1=_0x2a8e20[_0x3d1bb8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x203fe1&&(!!_0x203fe1[_0x3d1bb8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d1bb8([0x2a]))||!!_0x203fe1[_0x3d1bb8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d1bb8([0x45,0x43,0x48])));}function _0x3e7680(){const _0x4bca3e=_0xcc22,_0x112d66=_0x2a8e20[_0x3d1bb8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x112d66||0x0==_0x112d66[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2a87ab}=new URL(window[_0x3d1bb8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4bca3e(0x18a)]);if(_0x112d66[_0x3d1bb8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a87ab))return!0x0;const _0x3a5230=_0x2a87ab[_0x3d1bb8([0x73,0x70,0x6c,0x69,0x74])](_0x3d1bb8([0x2e]));return _0x112d66[_0x3d1bb8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x531143=>_0x531143[_0x3d1bb8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d1bb8([0x2a])))[_0x3d1bb8([0x6d,0x61,0x70])](_0x595448=>_0x595448[_0x3d1bb8([0x73,0x70,0x6c,0x69,0x74])](_0x3d1bb8([0x2e])))[_0x3d1bb8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2114a4=>_0x2114a4[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3a5230[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3d1bb8([0x6d,0x61,0x70])](_0x5c27e6=>Array(_0x3a5230[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5c27e6[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3d1bb8([0x66,0x69,0x6c,0x6c])](_0x5c27e6[0x0]===_0x3d1bb8([0x2a])?_0x3d1bb8([0x2a]):'')[_0x3d1bb8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5c27e6))[_0x3d1bb8([0x73,0x6f,0x6d,0x65])](_0x23be9b=>_0x3a5230[_0x3d1bb8([0x65,0x76,0x65,0x72,0x79])]((_0x44cd64,_0x479adb)=>_0x23be9b[_0x479adb]===_0x44cd64||_0x23be9b[_0x479adb]===_0x3d1bb8([0x2a])));}function _0x13723e(){return _0x5657b4&&_0x27faa1?new window[(_0x3d1bb8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x55ec91,_0x36b8ca)=>{_0x5657b4[_0x3d1bb8([0x74,0x68,0x65,0x6e])](_0x55ec91,_0x36b8ca),_0x27faa1[_0x3d1bb8([0x74,0x68,0x65,0x6e])](_0xc0a2b=>{_0xc0a2b!=_0x3d1bb8([0x56,0x61,0x6c,0x69,0x64])&&_0x55ec91(_0xc0a2b);},_0x36b8ca);}):_0x5657b4||_0x27faa1||_0x3d1bb8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33f547(_0x4bc49c,_0x343bd8){return new window[(_0x3d1bb8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2923aa=>{if(_0x2b7281())return _0x2923aa(_0x3d1bb8([0x56,0x61,0x6c,0x69,0x64]));_0x229a6d(),_0x15453e[_0x3d1bb8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3d1bb8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x539fc4=!0x1;const _0x5ed17f=_0x596c35();function _0xc95bde(_0x33a42d){return!!_0x33a42d&&(typeof _0x33a42d===_0x3d1bb8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x33a42d===_0x3d1bb8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x33a42d[_0x3d1bb8([0x74,0x68,0x65,0x6e])]===_0x3d1bb8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x33a42d[_0x3d1bb8([0x63,0x61,0x74,0x63,0x68])]===_0x3d1bb8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1f9c4d(_0x259708){_0x4fa035(_0x259708)[_0x3d1bb8([0x74,0x68,0x65,0x6e])](_0x549e2d=>{if(!_0x549e2d||_0x549e2d[_0x3d1bb8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3d1bb8([0x6f,0x6b]))return _0x3d1bb8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4aed0e(_0x1aa347(_0x5ed17f+_0x343bd8))!=_0x549e2d[_0x3d1bb8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3d1bb8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3d1bb8([0x56,0x61,0x6c,0x69,0x64]);})[_0x3d1bb8([0x74,0x68,0x65,0x6e])](_0x1fadbb=>(_0x4ca40e(),_0x1fadbb),()=>{const _0x339f69=_0x598602();return null==_0x339f69?(_0x4ca40e(),_0x3d1bb8([0x56,0x61,0x6c,0x69,0x64])):_0x3d1bb8(_0x565e1b-_0x339f69>(0x538c4248^_0x4e4195)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3d1bb8([0x74,0x68,0x65,0x6e])](_0x2923aa)[_0x3d1bb8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2923aa(_0x3d1bb8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5e1cf3=0x77b628c8^_0x4e4195;function _0x4ca40e(){const _0x5645c9=_0x3d1bb8([0x6c,0x6c,0x63,0x74,0x2d])+_0x4aed0e(_0x1aa347(_0x4bc49c)),_0x165cd6=_0x5b2c44(_0x4aed0e(window[_0x3d1bb8([0x4d,0x61,0x74,0x68])][_0x3d1bb8([0x63,0x65,0x69,0x6c])](_0x565e1b/_0x5e1cf3)));window[_0x3d1bb8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d1bb8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5645c9,_0x165cd6);}function _0x598602(){const _0x50393a=_0x3d1bb8([0x6c,0x6c,0x63,0x74,0x2d])+_0x4aed0e(_0x1aa347(_0x4bc49c)),_0x1ec116=window[_0x3d1bb8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3d1bb8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x50393a);return _0x1ec116?window[_0x3d1bb8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b2c44(_0x1ec116),0x10)*_0x5e1cf3:null;}function _0x4fa035(_0x1b9fb0){return new window[(_0x3d1bb8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3f3aec,_0x4d119e)=>{_0x1b9fb0[_0x3d1bb8([0x74,0x68,0x65,0x6e])](_0x3f3aec,_0x4d119e),window[_0x3d1bb8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4d119e,0x77811288^_0x4e4195);});}}_0x15453e[_0x3d1bb8([0x6f,0x6e])](_0x3d1bb8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x16e1ae,_0x10d94a)=>{if(_0x10d94a[0x0]!=_0x4bc49c)return _0x2923aa(_0x3d1bb8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x10d94a[0x1]={..._0x10d94a[0x1],[_0x3d1bb8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5ed17f};},{[_0x3d1bb8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d1bb8([0x68,0x69,0x67,0x68])}),_0x15453e[_0x3d1bb8([0x6f,0x6e])](_0x3d1bb8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4a3fe2=>{_0xc95bde(_0x4a3fe2[_0x3d1bb8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x539fc4=!0x0,_0x1f9c4d(_0x4a3fe2[_0x3d1bb8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3d1bb8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3d1bb8([0x6c,0x6f,0x77])}),_0x5364b2[_0x3d1bb8([0x74,0x68,0x65,0x6e])](()=>{_0x539fc4||_0x2923aa(_0x3d1bb8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2b7281(){return _0x15453e[_0x3d1bb8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d1bb8([0x76,0x69,0x65,0x77])][_0x3d1bb8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3d1bb8([0x61,0x75,0x74,0x6f]);}function _0x229a6d(){_0x15453e[_0x3d1bb8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3d1bb8([0x76,0x69,0x65,0x77])][_0x3d1bb8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3d1bb8([0x61,0x75,0x74,0x6f]);}}function _0xd773c7(_0x31ceb4){const _0x1efa8c=[new window[(_0x3d1bb8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x418876=>setTimeout(_0x418876,0x7789f884^_0x4e4195)),_0x5364b2[_0x3d1bb8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3d1bb8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19e271=>{let _0x4ce245=0x0;_0x15453e[_0x3d1bb8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d1bb8([0x6f,0x6e])](_0x3d1bb8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x9319e5,_0x21fed7)=>{_0x21fed7[0x0][_0x3d1bb8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4ce245++,_0x4ce245==(0x7780c7b0^_0x4e4195)&&(_0x19e271(),_0x9319e5[_0x3d1bb8([0x6f,0x66,0x66])]());});}))];return window[_0x3d1bb8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3d1bb8([0x72,0x61,0x63,0x65])](_0x1efa8c)[_0x3d1bb8([0x74,0x68,0x65,0x6e])](()=>_0x31ceb4);}async function _0x38afd6(){await _0x5364b2,_0x15453e[_0x3d1bb8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d1bb8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x200a53,_0x15453e[_0x3d1bb8([0x6d,0x6f,0x64,0x65,0x6c])][_0x3d1bb8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x200a53,_0x15453e[_0x3d1bb8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3d1bb8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x460804(_0x18b710){const _0x134d2a=_0x34e0d8();_0x15453e[_0x134d2a]=_0x3d1bb8([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])+_0x18b710,_0x18b710!=_0x3d1bb8([0x56,0x61,0x6c,0x69,0x64])&&_0x38afd6();}function _0x34e0d8(){const _0x2fff64=window[_0x3d1bb8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3d1bb8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3d1bb8([0x6e,0x6f,0x77])]())[_0x3d1bb8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3d1bb8([0x2e]),'');let _0x20eb87=_0x3d1bb8([0x75]);for(let _0x1d99be=0x0;_0x1d99be<_0x2fff64[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d99be+=0x2){let _0x293ec7=window[_0x3d1bb8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fff64[_0x3d1bb8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d99be,_0x1d99be+0x2));_0x293ec7>=_0x21f691[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x293ec7-=_0x21f691[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x20eb87+=_0x21f691[_0x293ec7];}return _0x20eb87;}function _0x3a559d(){const _0x13c241=_0x3976ad[_0x3d1bb8([0x73,0x70,0x6c,0x69,0x74])](_0x3d1bb8([0x2e]));if(0x3!=_0x13c241[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x235d5f(_0x13c241[0x1]);function _0x235d5f(_0x27962b){const _0xb86a60=_0x1d37c6(_0x27962b);return _0xb86a60&&_0x40cf49()?_0xb86a60:null;function _0x40cf49(){const _0x2dc9e0=_0xb86a60[_0x3d1bb8([0x6a,0x74,0x69])],_0x26e170=window[_0x3d1bb8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2dc9e0[_0x3d1bb8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2dc9e0[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x27b1af={..._0xb86a60,[_0x3d1bb8([0x6a,0x74,0x69])]:_0x2dc9e0[_0x3d1bb8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2dc9e0[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x27b1af[_0x3d1bb8([0x76,0x63])],_0x1aa347(_0x27b1af)==_0x26e170;}}}async function _0x142a23(){let _0x681eab=!0x0;try{const _0x5d0bc0=_0x3976ad[_0x3d1bb8([0x73,0x70,0x6c,0x69,0x74])](_0x3d1bb8([0x2e])),[_0x5ac394,_0xc7c4cd,_0x382bf0]=_0x5d0bc0;return _0x576df2(_0x5ac394),await _0x26ae29(_0x5ac394,_0xc7c4cd,_0x382bf0),_0x681eab;}catch{return!0x1;}function _0x576df2(_0x83b538){const _0x38f30a=_0x1d37c6(_0x83b538);_0x38f30a&&_0x38f30a[_0x3d1bb8([0x61,0x6c,0x67])]==_0x3d1bb8([0x45,0x53,0x32,0x35,0x36])||(_0x681eab=!0x1);}async function _0x26ae29(_0x3c6de5,_0x502c09,_0x5c6cf7){const _0x55b0f8=window[_0x3d1bb8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3d1bb8([0x66,0x72,0x6f,0x6d])](_0x3a92af(_0x5c6cf7),_0x185d1a=>_0x185d1a[_0x3d1bb8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3b4b67=new window[(_0x3d1bb8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3d1bb8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3c6de5+_0x3d1bb8([0x2e])+_0x502c09),_0x5f4a7d=window[_0x3d1bb8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3d1bb8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5f4a7d)return;const _0x5604fd=await _0x5f4a7d[_0x3d1bb8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3d1bb8([0x6a,0x77,0x6b]),_0x567565,{[_0x3d1bb8([0x6e,0x61,0x6d,0x65])]:_0x3d1bb8([0x45,0x43,0x44,0x53,0x41]),[_0x3d1bb8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3d1bb8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3d1bb8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5f4a7d[_0x3d1bb8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3d1bb8([0x6e,0x61,0x6d,0x65])]:_0x3d1bb8([0x45,0x43,0x44,0x53,0x41]),[_0x3d1bb8([0x68,0x61,0x73,0x68])]:{[_0x3d1bb8([0x6e,0x61,0x6d,0x65])]:_0x3d1bb8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5604fd,_0x55b0f8,_0x3b4b67)||(_0x681eab=!0x1);}}function _0x1d37c6(_0x432cfa){return _0x432cfa[_0x3d1bb8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3d1bb8([0x65,0x79]))?JSON[_0x3d1bb8([0x70,0x61,0x72,0x73,0x65])](_0x3a92af(_0x432cfa)):null;}function _0x3a92af(_0x2fca39){return window[_0x3d1bb8([0x61,0x74,0x6f,0x62])](_0x2fca39[_0x3d1bb8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3d1bb8([0x2b]))[_0x3d1bb8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3d1bb8([0x2f])));}function _0x1aa347(_0x217871){let _0x6654bc=0x1505;function _0x3e3892(_0x19f60e){for(let _0x2b0173=0x0;_0x2b0173<_0x19f60e[_0x3d1bb8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2b0173++){const _0x395efe=_0x19f60e[_0x3d1bb8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2b0173);_0x6654bc=(_0x6654bc<<0x5)+_0x6654bc+_0x395efe,_0x6654bc&=_0x6654bc;}}function _0x1c2521(_0x373043){Array[_0x3d1bb8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x373043)?_0x373043[_0x3d1bb8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c2521):_0x373043&&typeof _0x373043==_0x3d1bb8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3d1bb8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x373043)[_0x3d1bb8([0x73,0x6f,0x72,0x74])]()[_0x3d1bb8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x504a00,_0x38f834])=>{_0x3e3892(_0x504a00),_0x1c2521(_0x38f834);}):_0x3e3892(window[_0x3d1bb8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x373043));}return _0x1c2521(_0x217871),_0x6654bc>>>0x0;}function _0x4aed0e(_0x2e65d0){return _0x2e65d0[_0x3d1bb8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3d1bb8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3d1bb8([0x30]));}function _0x5b2c44(_0x13d14b){return _0x13d14b[_0x3d1bb8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3d1bb8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3d1bb8([0x6a,0x6f,0x69,0x6e])]('');}function _0x200a53(){}function _0x3d1bb8(_0xf1b5a1){const _0x18977f=_0xcc22;return _0xf1b5a1[_0x18977f(0x185)](_0x34cde0=>String[_0x18977f(0x18d)](_0x34cde0))[_0x18977f(0x15f)]('');}_0x460804(await _0x2faf6b());}(this);}[_0x40f0ca(0x18b)](_0x463e92,_0x325a44){const _0x1da43e=_0x40f0ca;if(this[_0x1da43e(0x186)](_0x463e92,_0x325a44))return;const _0x58e57c=h+_0x1da43e(0x183)+_0x463e92;console[_0x1da43e(0x181)](_0x1da43e(0x187)+_0x463e92,_0x1da43e(0x189),'',..._0x325a44?[_0x325a44]:[],_0x1da43e(0x182)+_0x58e57c);}[_0x40f0ca(0x169)](_0x26b08b,_0x2a8e1c,_0x3789a6){const _0x5da754=_0x40f0ca;if(this[_0x5da754(0x186)](_0x26b08b))return;let _0x6f483f=_0x2a8e1c;_0x3789a6&&(_0x6f483f+=_0x5da754(0x182)+(h+'/'+_0x3789a6)),console[_0x5da754(0x16d)](_0x5da754(0x187)+_0x26b08b,_0x5da754(0x175),'',_0x6f483f);}[_0x40f0ca(0x190)](_0x327f25,_0x35a648){const _0xf18cb8=_0x40f0ca;this[_0xf18cb8(0x193)][_0xf18cb8(0x16b)][_0xf18cb8(0x184)](_0x327f25)&&this[_0xf18cb8(0x18b)](_0xf18cb8(0x16e),{'pluginName':_0x327f25,..._0x35a648});}[_0x40f0ca(0x188)](_0x57e766){const _0x3b2430=_0x40f0ca,_0x1f0ca6=this[_0x3b2430(0x193)][_0x3b2430(0x173)][_0x3b2430(0x160)](_0x57e766);if(!_0x1f0ca6)return;const _0x229aa3=Array[_0x3b2430(0x195)](_0x1f0ca6),_0x1a91e1=_0x229aa3?_0x1f0ca6:[_0x1f0ca6];for(const [_0x1fc42c,_0x448797]of _0x1a91e1[_0x3b2430(0x180)]()){const _0x319f63=_0x3b2430(0x178)==typeof _0x448797?_0x448797:_0x448797[_0x3b2430(0x17b)];isUnsupportedEmailColorValue(_0x319f63)&&this[_0x3b2430(0x18b)](_0x3b2430(0x170),{'configPath':_0x229aa3?_0x57e766+'['+_0x1fc42c+']':_0x57e766,'color':_0x319f63});}}[_0x40f0ca(0x163)](_0x2087e3){const _0x38898d=_0x40f0ca,_0x5cbbf9=this[_0x38898d(0x193)][_0x38898d(0x173)][_0x38898d(0x160)](_0x2087e3);_0x5cbbf9&&isUnsupportedEmailColorFormat(_0x5cbbf9)&&this[_0x38898d(0x18b)](_0x38898d(0x16f),{'configPath':_0x2087e3,'format':_0x5cbbf9});}[_0x40f0ca(0x186)](_0x2e5834,_0x581407){const _0x167328=_0x40f0ca,_0x3f874f=this[_0x167328(0x193)][_0x167328(0x173)][_0x167328(0x160)](_0x167328(0x162));return!!_0x3f874f[_0x167328(0x199)]||(!(_0x167328(0x165)!=typeof _0x3f874f[_0x167328(0x174)]||!_0x3f874f[_0x167328(0x174)](_0x2e5834,_0x581407))||!(!Array[_0x167328(0x195)](_0x3f874f[_0x167328(0x174)])||!_0x3f874f[_0x167328(0x174)][_0x167328(0x16c)](_0x2e5834)));}}const $=[_0x40f0ca(0x194),_0x40f0ca(0x179),_0x40f0ca(0x172),_0x40f0ca(0x161),_0x40f0ca(0x17c),_0x40f0ca(0x18f),_0x40f0ca(0x177),_0x40f0ca(0x198),_0x40f0ca(0x192)];export function isUnsupportedEmailColorValue(_0x384393){const _0x1cf33d=_0x40f0ca;return!!_0x384393&&$[_0x1cf33d(0x191)](_0x5876a9=>_0x384393[_0x1cf33d(0x16c)](_0x5876a9+'('));}function _0xcc22(_0x15b7d3,_0xc5fe22){const _0x134304=_0x1343();return _0xcc22=function(_0xcc22d4,_0x50a879){_0xcc22d4=_0xcc22d4-0x15e;let _0xa8e29e=_0x134304[_0xcc22d4];return _0xa8e29e;},_0xcc22(_0x15b7d3,_0xc5fe22);}export function isUnsupportedEmailColorFormat(_0x3b40cf){const _0x44606f=_0x40f0ca;return!!_0x3b40cf&&$[_0x44606f(0x16c)](_0x3b40cf);}function _0x1343(){const _0x9bea05=['isArray','isPremiumPlugin','2691918ohTJfn','color-mix','suppressAll','1564602eimGTe','join','get','lab','email.logs','_validateConfigColorFormat','11142ugOnHo','function','https://ckeditor.com/docs/ckeditor5/latest','EmailConfigurationLogger','450463MIYsgf','_logSuppressibleInfo','4gUCtlz','plugins','includes','info','email-configuration-unsupported-plugin','email-configuration-unsupported-color-format','email-configuration-unsupported-color-value','isOfficialPlugin','hwb','config','suppress','background:\x20#4169E1;\x20color:\x20white;\x20padding:\x202px\x204px;','pluginName','oklch','string','hsla','1656255iMHIqa','color','lch','afterInit','3263379JvdMes','define','entries','warn','\x0aRead\x20more:\x20','/support/error-codes.html#error-','has','map','_isSuppressedLog','%cEmailConfigurationHelper%c\x20','_validateConfigColorValue','background:\x20#E65100;\x20color:\x20white;\x20padding:\x202px\x204px;','href','_logSuppressibleWarning','4952TynSig','fromCharCode','510268moNDqT','oklab','_checkUnsupportedPlugin','some','rgba','editor','hsl'];_0x1343=function(){return _0x9bea05;};return _0x1343();}
|
|
23
|
+
const _0x26ff0b=_0x1eb5;(function(_0x558855,_0x488cb1){const _0x78a810=_0x1eb5,_0x590976=_0x558855();while(!![]){try{const _0x5a464e=-parseInt(_0x78a810(0x172))/0x1+parseInt(_0x78a810(0x19a))/0x2*(parseInt(_0x78a810(0x1aa))/0x3)+parseInt(_0x78a810(0x173))/0x4*(parseInt(_0x78a810(0x187))/0x5)+-parseInt(_0x78a810(0x193))/0x6*(parseInt(_0x78a810(0x18b))/0x7)+parseInt(_0x78a810(0x174))/0x8*(parseInt(_0x78a810(0x1a9))/0x9)+parseInt(_0x78a810(0x195))/0xa+-parseInt(_0x78a810(0x19d))/0xb;if(_0x5a464e===_0x488cb1)break;else _0x590976['push'](_0x590976['shift']());}catch(_0x3c8e12){_0x590976['push'](_0x590976['shift']());}}}(_0x3eb6,0xeb202));function _0x1eb5(_0x153f92,_0x142aee){const _0x3eb6b0=_0x3eb6();return _0x1eb5=function(_0x1eb540,_0x4deeaa){_0x1eb540=_0x1eb540-0x16e;let _0x19ba36=_0x3eb6b0[_0x1eb540];return _0x19ba36;},_0x1eb5(_0x153f92,_0x142aee);}import{Plugin as _0x2f158a}from'ckeditor5/src/core.js';import{uid as _0x64cce4}from'ckeditor5/src/utils.js';const h=_0x26ff0b(0x181);export class EmailConfigurationLogger extends _0x2f158a{static get[_0x26ff0b(0x171)](){const _0x9f9ef2=_0x26ff0b;return _0x9f9ef2(0x194);}static get[_0x26ff0b(0x190)](){return!0x0;}static get[_0x26ff0b(0x1a3)](){return!0x0;}constructor(_0x5ecf35){const _0x4b8f19=_0x26ff0b;super(_0x5ecf35),_0x5ecf35[_0x4b8f19(0x17b)][_0x4b8f19(0x18e)](_0x4b8f19(0x19e),{'suppress':[],'suppressAll':!0x1});}[_0x26ff0b(0x196)](){!async function(_0x2ba5d2){const _0x26d453=_0x5b8edd([0x75,0x69,0x7a,0x54,0x64,0x76,0x79,0x42,0x49,0x61,0x34,0x52,0x4b,0x73,0x6e,0x4f,0x59,0x6d,0x45,0x58,0x47,0x4d,0x66,0x6a,0x65,0x68,0x77,0x4a,0x51,0x71,0x62,0x50,0x53,0x43,0x6b,0x37,0x44,0x74,0x5a,0x67,0x46,0x35,0x38,0x4c,0x78,0x6c,0x32,0x39,0x48,0x6f,0x36,0x63,0x41,0x55,0x57,0x31,0x70,0x56,0x33,0x4e,0x72,0x30]),_0x392ed4=0x7780c648,_0x364f76=0x7787b870^_0x392ed4,_0x226d50=window[_0x5b8edd([0x44,0x61,0x74,0x65])][_0x5b8edd([0x6e,0x6f,0x77])](),_0x58ab1a=_0x2ba5d2[_0x5b8edd([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4712f0=new window[(_0x5b8edd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5785a8=>{_0x58ab1a[_0x5b8edd([0x6f,0x6e,0x63,0x65])](_0x5b8edd([0x72,0x65,0x61,0x64,0x79]),_0x5785a8);}),_0x5e4b3a={[_0x5b8edd([0x6b,0x74,0x79])]:_0x5b8edd([0x45,0x43]),[_0x5b8edd([0x75,0x73,0x65])]:_0x5b8edd([0x73,0x69,0x67]),[_0x5b8edd([0x63,0x72,0x76])]:_0x5b8edd([0x50,0x2d,0x32,0x35,0x36]),[_0x5b8edd([0x78])]:_0x5b8edd([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]),[_0x5b8edd([0x79])]:_0x5b8edd([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]),[_0x5b8edd([0x61,0x6c,0x67])]:_0x5b8edd([0x45,0x53,0x32,0x35,0x36])},_0x40ee25=_0x58ab1a[_0x5b8edd([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5b8edd([0x67,0x65,0x74])](_0x5b8edd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4e547e(){let _0x3e1fcc,_0x2c2243=null,_0x650523=null;try{if(_0x40ee25==_0x5b8edd([0x47,0x50,0x4c]))return _0x5b8edd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3e1fcc=_0x32b9d0(),!_0x3e1fcc)return _0x5b8edd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3e1fcc[_0x5b8edd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x650523=_0x4ffd66(_0x3e1fcc[_0x5b8edd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3e1fcc[_0x5b8edd([0x6a,0x74,0x69])])),await _0x2022b0()?_0xbc24bc()?_0x33ede7()?_0x5b8edd([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2dc255()?(_0x3e1fcc[_0x5b8edd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5b8edd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2c2243=_0x34fa11(_0x5b8edd([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x31b20f()):_0x5b8edd([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5b8edd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5b8edd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5b8edd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x33ede7(){const _0x4311db=[_0x5b8edd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5b8edd([0x74,0x72,0x69,0x61,0x6c])][_0x5b8edd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e1fcc[_0x5b8edd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x226d50/0x3e8:0xe10*_0x364f76;return _0x3e1fcc[_0x5b8edd([0x65,0x78,0x70])]<_0x4311db;}function _0xbc24bc(){const _0xe9a47e=_0x3e1fcc[_0x5b8edd([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xe9a47e&&(!!_0xe9a47e[_0x5b8edd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b8edd([0x2a]))||!!_0xe9a47e[_0x5b8edd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b8edd([0x45,0x43,0x48])));}function _0x2dc255(){const _0x794ccc=_0x1eb5,_0x6fcc33=_0x3e1fcc[_0x5b8edd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x6fcc33||0x0==_0x6fcc33[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3ae699}=new URL(window[_0x5b8edd([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x794ccc(0x18c)]);if(_0x6fcc33[_0x5b8edd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ae699))return!0x0;const _0x44523b=_0x3ae699[_0x5b8edd([0x73,0x70,0x6c,0x69,0x74])](_0x5b8edd([0x2e]));return _0x6fcc33[_0x5b8edd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x25aa89=>_0x25aa89[_0x5b8edd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b8edd([0x2a])))[_0x5b8edd([0x6d,0x61,0x70])](_0x672dcb=>_0x672dcb[_0x5b8edd([0x73,0x70,0x6c,0x69,0x74])](_0x5b8edd([0x2e])))[_0x5b8edd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x48ba4b=>_0x48ba4b[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x44523b[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5b8edd([0x6d,0x61,0x70])](_0x21001c=>Array(_0x44523b[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x21001c[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5b8edd([0x66,0x69,0x6c,0x6c])](_0x21001c[0x0]===_0x5b8edd([0x2a])?_0x5b8edd([0x2a]):'')[_0x5b8edd([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x21001c))[_0x5b8edd([0x73,0x6f,0x6d,0x65])](_0x44a445=>_0x44523b[_0x5b8edd([0x65,0x76,0x65,0x72,0x79])]((_0xc84385,_0x5a9c6d)=>_0x44a445[_0x5a9c6d]===_0xc84385||_0x44a445[_0x5a9c6d]===_0x5b8edd([0x2a])));}function _0x31b20f(){return _0x2c2243&&_0x650523?new window[(_0x5b8edd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1134bd,_0x4a99e9)=>{_0x2c2243[_0x5b8edd([0x74,0x68,0x65,0x6e])](_0x1134bd,_0x4a99e9),_0x650523[_0x5b8edd([0x74,0x68,0x65,0x6e])](_0x595d1f=>{_0x595d1f!=_0x5b8edd([0x56,0x61,0x6c,0x69,0x64])&&_0x1134bd(_0x595d1f);},_0x4a99e9);}):_0x2c2243||_0x650523||_0x5b8edd([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4ffd66(_0x8ac57a,_0x1a4b98){return new window[(_0x5b8edd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xde8784=>{if(_0x5be8db())return _0xde8784(_0x5b8edd([0x56,0x61,0x6c,0x69,0x64]));_0x29a26a(),_0x58ab1a[_0x5b8edd([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5b8edd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x62a473=!0x1;const _0x26c96f=_0x64cce4();function _0x176c81(_0xb22f18){return!!_0xb22f18&&(typeof _0xb22f18===_0x5b8edd([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xb22f18===_0x5b8edd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xb22f18[_0x5b8edd([0x74,0x68,0x65,0x6e])]===_0x5b8edd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xb22f18[_0x5b8edd([0x63,0x61,0x74,0x63,0x68])]===_0x5b8edd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4f676b(_0xd634de){_0x36a261(_0xd634de)[_0x5b8edd([0x74,0x68,0x65,0x6e])](_0x3de1b0=>{if(!_0x3de1b0||_0x3de1b0[_0x5b8edd([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5b8edd([0x6f,0x6b]))return _0x5b8edd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5648f9(_0x2149c6(_0x26c96f+_0x1a4b98))!=_0x3de1b0[_0x5b8edd([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5b8edd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5b8edd([0x56,0x61,0x6c,0x69,0x64]);})[_0x5b8edd([0x74,0x68,0x65,0x6e])](_0x345baa=>(_0x3b8468(),_0x345baa),()=>{const _0x34843d=_0x18e35c();return null==_0x34843d?(_0x3b8468(),_0x5b8edd([0x56,0x61,0x6c,0x69,0x64])):_0x5b8edd(_0x226d50-_0x34843d>(0x538c4248^_0x392ed4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5b8edd([0x74,0x68,0x65,0x6e])](_0xde8784)[_0x5b8edd([0x63,0x61,0x74,0x63,0x68])](()=>{_0xde8784(_0x5b8edd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x263f99=0x77b628c8^_0x392ed4;function _0x3b8468(){const _0x4d6814=_0x5b8edd([0x6c,0x6c,0x63,0x74,0x2d])+_0x5648f9(_0x2149c6(_0x8ac57a)),_0x47abf5=_0x4015b7(_0x5648f9(window[_0x5b8edd([0x4d,0x61,0x74,0x68])][_0x5b8edd([0x63,0x65,0x69,0x6c])](_0x226d50/_0x263f99)));window[_0x5b8edd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5b8edd([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4d6814,_0x47abf5);}function _0x18e35c(){const _0x3ec2ce=_0x5b8edd([0x6c,0x6c,0x63,0x74,0x2d])+_0x5648f9(_0x2149c6(_0x8ac57a)),_0xfbe1c1=window[_0x5b8edd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5b8edd([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3ec2ce);return _0xfbe1c1?window[_0x5b8edd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4015b7(_0xfbe1c1),0x10)*_0x263f99:null;}function _0x36a261(_0x2f3bee){return new window[(_0x5b8edd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x41bf76,_0x416a7a)=>{_0x2f3bee[_0x5b8edd([0x74,0x68,0x65,0x6e])](_0x41bf76,_0x416a7a),window[_0x5b8edd([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x416a7a,0x77811288^_0x392ed4);});}}_0x58ab1a[_0x5b8edd([0x6f,0x6e])](_0x5b8edd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x395ac1,_0x53c70d)=>{if(_0x53c70d[0x0]!=_0x8ac57a)return _0xde8784(_0x5b8edd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x53c70d[0x1]={..._0x53c70d[0x1],[_0x5b8edd([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x26c96f};},{[_0x5b8edd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5b8edd([0x68,0x69,0x67,0x68])}),_0x58ab1a[_0x5b8edd([0x6f,0x6e])](_0x5b8edd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xe0b1ff=>{_0x176c81(_0xe0b1ff[_0x5b8edd([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x62a473=!0x0,_0x4f676b(_0xe0b1ff[_0x5b8edd([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5b8edd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5b8edd([0x6c,0x6f,0x77])}),_0x4712f0[_0x5b8edd([0x74,0x68,0x65,0x6e])](()=>{_0x62a473||_0xde8784(_0x5b8edd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5be8db(){return _0x58ab1a[_0x5b8edd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5b8edd([0x76,0x69,0x65,0x77])][_0x5b8edd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5b8edd([0x61,0x75,0x74,0x6f]);}function _0x29a26a(){_0x58ab1a[_0x5b8edd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5b8edd([0x76,0x69,0x65,0x77])][_0x5b8edd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5b8edd([0x61,0x75,0x74,0x6f]);}}function _0x34fa11(_0x565dda){const _0x56d4c4=[new window[(_0x5b8edd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1acc49=>setTimeout(_0x1acc49,0x7789f884^_0x392ed4)),_0x4712f0[_0x5b8edd([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5b8edd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d2b75=>{let _0x527aa0=0x0;_0x58ab1a[_0x5b8edd([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b8edd([0x6f,0x6e])](_0x5b8edd([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2e0018,_0x500a3d)=>{_0x500a3d[0x0][_0x5b8edd([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x527aa0++,_0x527aa0==(0x7780c3a0^_0x392ed4)&&(_0x2d2b75(),_0x2e0018[_0x5b8edd([0x6f,0x66,0x66])]());});}))];return window[_0x5b8edd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5b8edd([0x72,0x61,0x63,0x65])](_0x56d4c4)[_0x5b8edd([0x74,0x68,0x65,0x6e])](()=>_0x565dda);}async function _0x159711(){await _0x4712f0,_0x58ab1a[_0x5b8edd([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b8edd([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x52a304,_0x58ab1a[_0x5b8edd([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b8edd([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x52a304,_0x58ab1a[_0x5b8edd([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5b8edd([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x50c2bd(_0x2d8834){const _0x1b2505=_0x3b0013();_0x58ab1a[_0x1b2505]=_0x5b8edd([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])+_0x2d8834,_0x2d8834!=_0x5b8edd([0x56,0x61,0x6c,0x69,0x64])&&_0x159711();}function _0x3b0013(){const _0x10c998=window[_0x5b8edd([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5b8edd([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5b8edd([0x6e,0x6f,0x77])]())[_0x5b8edd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5b8edd([0x2e]),'');let _0x55276f=_0x5b8edd([0x75]);for(let _0x23e9b6=0x0;_0x23e9b6<_0x10c998[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x23e9b6+=0x2){let _0x50e80f=window[_0x5b8edd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10c998[_0x5b8edd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x23e9b6,_0x23e9b6+0x2));_0x50e80f>=_0x26d453[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x50e80f-=_0x26d453[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x55276f+=_0x26d453[_0x50e80f];}return _0x55276f;}function _0x32b9d0(){const _0x5ade28=_0x40ee25[_0x5b8edd([0x73,0x70,0x6c,0x69,0x74])](_0x5b8edd([0x2e]));if(0x3!=_0x5ade28[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x306727(_0x5ade28[0x1]);function _0x306727(_0x1eeb4e){const _0x3e4bd0=_0xf884b3(_0x1eeb4e);return _0x3e4bd0&&_0x43796c()?_0x3e4bd0:null;function _0x43796c(){const _0x4f513f=_0x3e4bd0[_0x5b8edd([0x6a,0x74,0x69])],_0x43cb2e=window[_0x5b8edd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f513f[_0x5b8edd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4f513f[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4faf77={..._0x3e4bd0,[_0x5b8edd([0x6a,0x74,0x69])]:_0x4f513f[_0x5b8edd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4f513f[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4faf77[_0x5b8edd([0x76,0x63])],_0x2149c6(_0x4faf77)==_0x43cb2e;}}}async function _0x2022b0(){let _0x1d846d=!0x0;try{const _0x4f2cc8=_0x40ee25[_0x5b8edd([0x73,0x70,0x6c,0x69,0x74])](_0x5b8edd([0x2e])),[_0x1ae143,_0x2141c0,_0x4d1b10]=_0x4f2cc8;return _0x47e163(_0x1ae143),await _0x566d51(_0x1ae143,_0x2141c0,_0x4d1b10),_0x1d846d;}catch{return!0x1;}function _0x47e163(_0x51dd0d){const _0x53d6a5=_0xf884b3(_0x51dd0d);_0x53d6a5&&_0x53d6a5[_0x5b8edd([0x61,0x6c,0x67])]==_0x5b8edd([0x45,0x53,0x32,0x35,0x36])||(_0x1d846d=!0x1);}async function _0x566d51(_0x59c7bf,_0x424314,_0x17d91b){const _0x56d117=window[_0x5b8edd([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5b8edd([0x66,0x72,0x6f,0x6d])](_0x678bee(_0x17d91b),_0x974db9=>_0x974db9[_0x5b8edd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x519445=new window[(_0x5b8edd([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5b8edd([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x59c7bf+_0x5b8edd([0x2e])+_0x424314),_0x475946=window[_0x5b8edd([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5b8edd([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x475946)return;const _0xa3fc88=await _0x475946[_0x5b8edd([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5b8edd([0x6a,0x77,0x6b]),_0x5e4b3a,{[_0x5b8edd([0x6e,0x61,0x6d,0x65])]:_0x5b8edd([0x45,0x43,0x44,0x53,0x41]),[_0x5b8edd([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5b8edd([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5b8edd([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x475946[_0x5b8edd([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5b8edd([0x6e,0x61,0x6d,0x65])]:_0x5b8edd([0x45,0x43,0x44,0x53,0x41]),[_0x5b8edd([0x68,0x61,0x73,0x68])]:{[_0x5b8edd([0x6e,0x61,0x6d,0x65])]:_0x5b8edd([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa3fc88,_0x56d117,_0x519445)||(_0x1d846d=!0x1);}}function _0xf884b3(_0x53c506){return _0x53c506[_0x5b8edd([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5b8edd([0x65,0x79]))?JSON[_0x5b8edd([0x70,0x61,0x72,0x73,0x65])](_0x678bee(_0x53c506)):null;}function _0x678bee(_0x5dbf77){return window[_0x5b8edd([0x61,0x74,0x6f,0x62])](_0x5dbf77[_0x5b8edd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5b8edd([0x2b]))[_0x5b8edd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5b8edd([0x2f])));}function _0x2149c6(_0x4d24e8){let _0x5a5bb4=0x1505;function _0x1de714(_0x5031f4){for(let _0x1b7161=0x0;_0x1b7161<_0x5031f4[_0x5b8edd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1b7161++){const _0x2b0b48=_0x5031f4[_0x5b8edd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1b7161);_0x5a5bb4=(_0x5a5bb4<<0x5)+_0x5a5bb4+_0x2b0b48,_0x5a5bb4&=_0x5a5bb4;}}function _0x580194(_0xca6e74){Array[_0x5b8edd([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xca6e74)?_0xca6e74[_0x5b8edd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x580194):_0xca6e74&&typeof _0xca6e74==_0x5b8edd([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5b8edd([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xca6e74)[_0x5b8edd([0x73,0x6f,0x72,0x74])]()[_0x5b8edd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x25579b,_0x1d722b])=>{_0x1de714(_0x25579b),_0x580194(_0x1d722b);}):_0x1de714(window[_0x5b8edd([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xca6e74));}return _0x580194(_0x4d24e8),_0x5a5bb4>>>0x0;}function _0x5648f9(_0x4b3cda){return _0x4b3cda[_0x5b8edd([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5b8edd([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5b8edd([0x30]));}function _0x4015b7(_0x2e073b){return _0x2e073b[_0x5b8edd([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5b8edd([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5b8edd([0x6a,0x6f,0x69,0x6e])]('');}function _0x52a304(){}function _0x5b8edd(_0xa377bd){const _0x33209b=_0x1eb5;return _0xa377bd[_0x33209b(0x17d)](_0x364d02=>String[_0x33209b(0x19b)](_0x364d02))[_0x33209b(0x18a)]('');}_0x50c2bd(await _0x4e547e());}(this);}[_0x26ff0b(0x170)](_0x3c9aca,_0x17eb66){const _0x58ad16=_0x26ff0b;if(this[_0x58ad16(0x19f)](_0x3c9aca,_0x17eb66))return;const _0x25301b=h+_0x58ad16(0x189)+_0x3c9aca;console[_0x58ad16(0x188)](_0x58ad16(0x192)+_0x3c9aca,_0x58ad16(0x191),'',..._0x17eb66?[_0x17eb66]:[],_0x58ad16(0x16f)+_0x25301b);}[_0x26ff0b(0x1a0)](_0x4d64a4,_0x16c21d,_0x515253){const _0x4565f1=_0x26ff0b;if(this[_0x4565f1(0x19f)](_0x4d64a4))return;let _0x111b43=_0x16c21d;_0x515253&&(_0x111b43+=_0x4565f1(0x16f)+(h+'/'+_0x515253)),console[_0x4565f1(0x1a2)](_0x4565f1(0x192)+_0x4d64a4,_0x4565f1(0x186),'',_0x111b43);}[_0x26ff0b(0x1a5)](_0x400c22,_0x3ad327){const _0x247751=_0x26ff0b;this[_0x247751(0x1a6)][_0x247751(0x178)][_0x247751(0x175)](_0x400c22)&&this[_0x247751(0x170)](_0x247751(0x179),{'pluginName':_0x400c22,..._0x3ad327});}[_0x26ff0b(0x180)](_0x45b6d5){const _0x34c8ba=_0x26ff0b,_0x1516de=this[_0x34c8ba(0x1a6)][_0x34c8ba(0x17b)][_0x34c8ba(0x1a4)](_0x45b6d5);if(!_0x1516de)return;const _0x541a07=Array[_0x34c8ba(0x199)](_0x1516de),_0x31233e=_0x541a07?_0x1516de:[_0x1516de];for(const [_0x33285c,_0x2e3ff2]of _0x31233e[_0x34c8ba(0x1ab)]()){const _0x558874=_0x34c8ba(0x18f)==typeof _0x2e3ff2?_0x2e3ff2:_0x2e3ff2[_0x34c8ba(0x176)];isUnsupportedEmailColorValue(_0x558874)&&this[_0x34c8ba(0x170)](_0x34c8ba(0x18d),{'configPath':_0x541a07?_0x45b6d5+'['+_0x33285c+']':_0x45b6d5,'color':_0x558874});}}[_0x26ff0b(0x198)](_0xef181e){const _0x4e2243=_0x26ff0b,_0x34c6fb=this[_0x4e2243(0x1a6)][_0x4e2243(0x17b)][_0x4e2243(0x1a4)](_0xef181e);_0x34c6fb&&isUnsupportedEmailColorFormat(_0x34c6fb)&&this[_0x4e2243(0x170)](_0x4e2243(0x17f),{'configPath':_0xef181e,'format':_0x34c6fb});}[_0x26ff0b(0x19f)](_0xec0898,_0x5b209f){const _0x79fbe7=_0x26ff0b,_0x2776f5=this[_0x79fbe7(0x1a6)][_0x79fbe7(0x17b)][_0x79fbe7(0x1a4)](_0x79fbe7(0x19e));return!!_0x2776f5[_0x79fbe7(0x1a1)]||(!(_0x79fbe7(0x1a7)!=typeof _0x2776f5[_0x79fbe7(0x17c)]||!_0x2776f5[_0x79fbe7(0x17c)](_0xec0898,_0x5b209f))||!(!Array[_0x79fbe7(0x199)](_0x2776f5[_0x79fbe7(0x17c)])||!_0x2776f5[_0x79fbe7(0x17c)][_0x79fbe7(0x16e)](_0xec0898)));}}const $=[_0x26ff0b(0x17e),_0x26ff0b(0x17a),_0x26ff0b(0x197),_0x26ff0b(0x19c),_0x26ff0b(0x183),_0x26ff0b(0x182),_0x26ff0b(0x177),_0x26ff0b(0x1a8),_0x26ff0b(0x185)];export function isUnsupportedEmailColorValue(_0x3ace2a){const _0x139db7=_0x26ff0b;return!!_0x3ace2a&&$[_0x139db7(0x184)](_0x1e4720=>_0x3ace2a[_0x139db7(0x16e)](_0x1e4720+'('));}export function isUnsupportedEmailColorFormat(_0x40e80a){const _0x478e4d=_0x26ff0b;return!!_0x40e80a&&$[_0x478e4d(0x16e)](_0x40e80a);}function _0x3eb6(){const _0x486c75=['map','hsl','email-configuration-unsupported-color-format','_validateConfigColorValue','https://ckeditor.com/docs/ckeditor5/latest','oklab','lch','some','rgba','background:\x20#4169E1;\x20color:\x20white;\x20padding:\x202px\x204px;','2215195kyYLsv','warn','/support/error-codes.html#error-','join','7805VYLTuw','href','email-configuration-unsupported-color-value','define','string','isOfficialPlugin','background:\x20#E65100;\x20color:\x20white;\x20padding:\x202px\x204px;','%cEmailConfigurationHelper%c\x20','3846fDRYTv','EmailConfigurationLogger','18509110OhOiDm','afterInit','hwb','_validateConfigColorFormat','isArray','1286fuSqfI','fromCharCode','lab','34634611QxLbDs','email.logs','_isSuppressedLog','_logSuppressibleInfo','suppressAll','info','isPremiumPlugin','get','_checkUnsupportedPlugin','editor','function','color-mix','225873IhCwJt','5724EBPiBB','entries','includes','\x0aRead\x20more:\x20','_logSuppressibleWarning','pluginName','15838KUHSbn','8NfAVmZ','280wvMBFh','has','color','oklch','plugins','email-configuration-unsupported-plugin','hsla','config','suppress'];_0x3eb6=function(){return _0x486c75;};return _0x3eb6();}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
* @publicApi
|
|
8
8
|
*/
|
|
9
9
|
import { type ExportInlineStylesTransformation } from '@ckeditor/ckeditor5-export-inline-styles';
|
|
10
|
+
import type { StylesMap } from 'ckeditor5/src/engine.js';
|
|
10
11
|
/**
|
|
11
12
|
* Returns a collection of style property transformations designed for email compatibility.
|
|
12
13
|
*
|
|
@@ -26,7 +27,84 @@ import { type ExportInlineStylesTransformation } from '@ckeditor/ckeditor5-expor
|
|
|
26
27
|
* Note:
|
|
27
28
|
*
|
|
28
29
|
* * The `align` attribute is only applied to the `table` and the `img` elements.
|
|
29
|
-
* * The `align` attribute
|
|
30
|
+
* * The `align` attribute overrides any existing alignment attributes on these elements.
|
|
31
|
+
* * If the `float` and `margin` are present, the `float` property takes precedence for alignment.
|
|
30
32
|
* * The style attributes remain unchanged.
|
|
33
|
+
*
|
|
34
|
+
* @param options Configuration options.
|
|
35
|
+
* @param options.useFigureToTableFallback Enables the transformation of figure elements into tables.
|
|
36
|
+
* This option allows using block images in older email clients but causes additional
|
|
37
|
+
* wrapping of elements with tables and might affect the layout.
|
|
38
|
+
* @returns An array of transformations to be applied to style properties for email compatibility.
|
|
39
|
+
*/
|
|
40
|
+
export declare function getEmailInlineStylesTransformations(options?: EmailInlineStylesTransformationsOptions): Array<ExportInlineStylesTransformation>;
|
|
41
|
+
/**
|
|
42
|
+
* Configuration options for email inline styles transformations.
|
|
43
|
+
*/
|
|
44
|
+
export interface EmailInlineStylesTransformationsOptions {
|
|
45
|
+
/**
|
|
46
|
+
* Enables the transformation of figure elements into tables.
|
|
47
|
+
*
|
|
48
|
+
* This option allows using block images in older email clients but causes additional wrapping of elements with tables.
|
|
49
|
+
*/
|
|
50
|
+
useFigureToTableFallback?: boolean;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Transform float: left/right to align="left"/"right" for table and img elements.
|
|
54
|
+
*
|
|
55
|
+
* Examples:
|
|
56
|
+
* * `<table style="float: left">` → `<table style="float: left" align="left">`
|
|
57
|
+
* * `<img style="float: right">` → `<img style="float: right" align="right">`
|
|
58
|
+
*
|
|
59
|
+
* @param element The element to transform.
|
|
60
|
+
* @param stylesMap A map of CSS styles applied to the element.
|
|
61
|
+
*/
|
|
62
|
+
export declare function transformEmailFloatToAlign(element: Element, stylesMap: StylesMap): void;
|
|
63
|
+
/**
|
|
64
|
+
* Handle margin-left and margin-right combinations for alignment of the table element.
|
|
65
|
+
* It skips elements with float style because float has higher priority for alignment.
|
|
66
|
+
*
|
|
67
|
+
* Examples:
|
|
68
|
+
* * `<table style="margin-left: auto; margin-right: auto">` → `<table style="..." align="center">`
|
|
69
|
+
* * `<table style="margin-left: auto">` → `<table style="..." align="right">`
|
|
70
|
+
* * `<table style="margin-right: auto">` → `<table style="..." align="left">`
|
|
71
|
+
*
|
|
72
|
+
* @param element The element to transform.
|
|
73
|
+
* @param stylesMap A map of CSS styles applied to the element.
|
|
74
|
+
*/
|
|
75
|
+
export declare function transformEmailMarginToAlign(element: Element, stylesMap: StylesMap): void;
|
|
76
|
+
/**
|
|
77
|
+
* Removes width and height attributes from images that have width defined in styles.
|
|
78
|
+
* This helps to prevent issues with image scaling in some email clients.
|
|
79
|
+
*
|
|
80
|
+
* Example:
|
|
81
|
+
* * `<img style="width: 100px;" width="200" height="150">` → `<img style="width: 100px; height: auto;">`
|
|
82
|
+
*
|
|
83
|
+
* @param element The element to transform.
|
|
84
|
+
* @param stylesMap A map of CSS styles applied to the element.
|
|
85
|
+
*/
|
|
86
|
+
export declare function transformEmailImageWidthAttributes(element: Element, stylesMap: StylesMap): void;
|
|
87
|
+
/**
|
|
88
|
+
* Replacing the `<figure>` element with one or two tables to handle alignment and width for better email compatibility.
|
|
89
|
+
*
|
|
90
|
+
* Examples:
|
|
91
|
+
* * `<figure style="margin: auto; width: 600px;">` →
|
|
92
|
+
* `<table width="100%"><tr><td align="center"><table width="600px"><tr><td><div>...`
|
|
93
|
+
*
|
|
94
|
+
* * `<figure style="margin-left: auto; width: 400px;">` →
|
|
95
|
+
* `<table width="100%"><tr><td align="right"><table width="400px"><tr><td><div>...`
|
|
96
|
+
*
|
|
97
|
+
* * `<figure style="margin: auto;">` →
|
|
98
|
+
* `<table width="100%"><tr><td align="center"><div>...`
|
|
99
|
+
*
|
|
100
|
+
* @param element The element to transform.
|
|
101
|
+
* @param stylesMap A map of CSS styles applied to the element.
|
|
102
|
+
*/
|
|
103
|
+
export declare function transformEmailFigureToTable(element: Element, stylesMap: StylesMap): HTMLElement | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* Transforms a FIGCAPTION element into a DIV element to make it more compatible with email clients.
|
|
106
|
+
*
|
|
107
|
+
* @param element The element to transform.
|
|
108
|
+
* @returns The new DIV element or `undefined` if no transformation was applied.
|
|
31
109
|
*/
|
|
32
|
-
export declare function
|
|
110
|
+
export declare function transformEmailFigcaptionToDiv(element: Element): HTMLElement | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x5c661b,_0xc81a96){const _0x231f22=_0x1fd7,_0x3a670e=_0x5c661b();while(!![]){try{const _0x3527cc=parseInt(_0x231f22(0x137))/0x1+-parseInt(_0x231f22(0x107))/0x2*(parseInt(_0x231f22(0x111))/0x3)+parseInt(_0x231f22(0x134))/0x4+parseInt(_0x231f22(0x114))/0x5*(parseInt(_0x231f22(0x11f))/0x6)+-parseInt(_0x231f22(0x11b))/0x7*(parseInt(_0x231f22(0x110))/0x8)+parseInt(_0x231f22(0x121))/0x9*(parseInt(_0x231f22(0x12e))/0xa)+-parseInt(_0x231f22(0x131))/0xb;if(_0x3527cc===_0xc81a96)break;else _0x3a670e['push'](_0x3a670e['shift']());}catch(_0x2271c1){_0x3a670e['push'](_0x3a670e['shift']());}}}(_0x58ea,0x8860e));import{dropImportantStyleSuffix as _0x41663a}from'@ckeditor/ckeditor5-export-inline-styles';function _0x1fd7(_0x4b7ca4,_0x50b192){const _0x58eadf=_0x58ea();return _0x1fd7=function(_0x1fd7f6,_0x4a4a08){_0x1fd7f6=_0x1fd7f6-0x107;let _0x3a8735=_0x58eadf[_0x1fd7f6];return _0x3a8735;},_0x1fd7(_0x4b7ca4,_0x50b192);}export function getEmailInlineStylesTransformations(_0x5918be={}){const _0x2b16a6=_0x1fd7,_0x564ff7=[transformEmailFloatToAlign,transformEmailMarginToAlign,transformEmailImageWidthAttributes];return _0x5918be[_0x2b16a6(0x12b)]&&_0x564ff7[_0x2b16a6(0x115)](transformEmailFigureToTable,transformEmailFigcaptionToDiv),_0x564ff7;}export function transformEmailFloatToAlign(_0x346568,_0x4635f0){const _0x52dc1c=_0x1fd7;if(![_0x52dc1c(0x138),_0x52dc1c(0x13c)][_0x52dc1c(0x10c)](_0x346568[_0x52dc1c(0x109)]))return;const _0xe82a10=_0x4635f0[_0x52dc1c(0x13b)](_0x52dc1c(0x117));if(_0xe82a10){const _0x254abe=_0x41663a(_0xe82a10);_0x52dc1c(0x113)!==_0x254abe&&_0x52dc1c(0x12d)!==_0x254abe||_0x346568[_0x52dc1c(0x122)](_0x52dc1c(0x130),_0x254abe);}}export function transformEmailMarginToAlign(_0x3712e0,_0x2906fc){const _0x2d9485=_0x1fd7;if(_0x2d9485(0x138)!==_0x3712e0[_0x2d9485(0x109)]||_0x2906fc[_0x2d9485(0x10e)](_0x2d9485(0x117)))return;const _0x3058a0=b(_0x2906fc);_0x3058a0&&_0x3712e0[_0x2d9485(0x122)](_0x2d9485(0x130),_0x3058a0);}export function transformEmailImageWidthAttributes(_0x5190cd,_0x3f5c08){const _0x1a5997=_0x1fd7;if(_0x1a5997(0x13c)!==_0x5190cd[_0x1a5997(0x109)])return;const _0x4f999d=_0x3f5c08[_0x1a5997(0x13b)](_0x1a5997(0x139));_0x4f999d&&(_0x5190cd[_0x1a5997(0x122)](_0x1a5997(0x139),_0x4f999d),_0x5190cd[_0x1a5997(0x122)](_0x1a5997(0x132),_0x1a5997(0x11e)));}function _0x58ea(){const _0x13023d=['ownerDocument','1757qTUCXF','min-width','FIGURE','auto','44304sTRQUv','margin-left','153WbfoEm','setAttribute','cellpadding','replaceWith','remove','from','presentation','tbody','max-width','attributes','useFigureToTableFallback','table','right','415150gwcZyR','value','align','7568451EJriRK','height','margin-right','1868976pQXYYn','FIGCAPTION','role','1072926AnvBha','TABLE','width','set','getAsString','IMG','1174KgvvEi','center','tagName','firstChild','appendChild','includes','border','has','name','12664UVBnZU','5001wyYNsG','createElement','left','255HvlqUo','push','div','float','100%','cellspacing'];_0x58ea=function(){return _0x13023d;};return _0x58ea();}export function transformEmailFigureToTable(_0x58101d,_0x8458cf){const _0x1ea5d4=_0x1fd7;if(_0x1ea5d4(0x11d)!==_0x58101d[_0x1ea5d4(0x109)])return;const _0x59a352=b(_0x8458cf),_0x17026a=_0x8458cf[_0x1ea5d4(0x13b)](_0x1ea5d4(0x139));if(!_0x59a352&&!_0x17026a)return;const _0x2acbed=_0x58101d[_0x1ea5d4(0x11a)],{table:_0x2f2952,cell:_0x1236fe}=T(_0x2acbed,_0x1ea5d4(0x118));_0x59a352&&_0x1236fe[_0x1ea5d4(0x122)](_0x1ea5d4(0x130),_0x41663a(_0x59a352));let _0x345a7a=_0x1236fe;if(_0x17026a){const {table:_0x546060,cell:_0x28470d}=T(_0x2acbed,_0x41663a(_0x17026a));_0x1236fe[_0x1ea5d4(0x10b)](_0x546060),_0x345a7a=_0x28470d;}const _0x1a0df2=A(_0x58101d,_0x1ea5d4(0x116));return _0x345a7a[_0x1ea5d4(0x10b)](_0x1a0df2),_0x58101d[_0x1ea5d4(0x124)](_0x2f2952),_0x8458cf[_0x1ea5d4(0x13a)](_0x1ea5d4(0x139),_0x1ea5d4(0x118)),_0x8458cf[_0x1ea5d4(0x125)](_0x1ea5d4(0x120)),_0x8458cf[_0x1ea5d4(0x125)](_0x1ea5d4(0x133)),_0x8458cf[_0x1ea5d4(0x125)](_0x1ea5d4(0x11c)),_0x8458cf[_0x1ea5d4(0x125)](_0x1ea5d4(0x129)),_0x1a0df2;}export function transformEmailFigcaptionToDiv(_0xe1963a){const _0x997296=_0x1fd7;if(_0x997296(0x135)!==_0xe1963a[_0x997296(0x109)])return;const _0x18f0f1=A(_0xe1963a,_0x997296(0x116));return _0xe1963a[_0x997296(0x124)](_0x18f0f1),_0x18f0f1;}function T(_0x4591fa,_0x20c78c){const _0x25efd5=_0x1fd7,_0x4ba855=_0x4591fa[_0x25efd5(0x112)](_0x25efd5(0x12c));_0x4ba855[_0x25efd5(0x122)](_0x25efd5(0x139),_0x20c78c),_0x4ba855[_0x25efd5(0x122)](_0x25efd5(0x123),'0'),_0x4ba855[_0x25efd5(0x122)](_0x25efd5(0x119),'0'),_0x4ba855[_0x25efd5(0x122)](_0x25efd5(0x10d),'0'),_0x4ba855[_0x25efd5(0x122)](_0x25efd5(0x136),_0x25efd5(0x127));const _0x2df8a4=_0x4591fa[_0x25efd5(0x112)](_0x25efd5(0x128)),_0x15b912=_0x4591fa[_0x25efd5(0x112)]('tr'),_0x4c3ef1=_0x4591fa[_0x25efd5(0x112)]('td');return _0x4ba855[_0x25efd5(0x10b)](_0x2df8a4),_0x2df8a4[_0x25efd5(0x10b)](_0x15b912),_0x15b912[_0x25efd5(0x10b)](_0x4c3ef1),{'table':_0x4ba855,'cell':_0x4c3ef1};}function b(_0x445d03){const _0x2baddc=_0x1fd7,_0x278594=_0x445d03[_0x2baddc(0x13b)](_0x2baddc(0x120)),_0xe22784=_0x445d03[_0x2baddc(0x13b)](_0x2baddc(0x133)),_0x6cb97e=_0x278594&&_0x41663a(_0x278594),_0x1ea71e=_0xe22784&&_0x41663a(_0xe22784);return _0x2baddc(0x11e)===_0x6cb97e&&_0x2baddc(0x11e)===_0x1ea71e?_0x2baddc(0x108):_0x2baddc(0x11e)===_0x6cb97e?_0x2baddc(0x12d):_0x2baddc(0x11e)===_0x1ea71e?_0x2baddc(0x113):void 0x0;}function A(_0x5ebc9d,_0x31f2b9){const _0x2bfd94=_0x1fd7,_0x4784d9=_0x5ebc9d[_0x2bfd94(0x11a)][_0x2bfd94(0x112)](_0x31f2b9);for(const _0x40203d of Array[_0x2bfd94(0x126)](_0x5ebc9d[_0x2bfd94(0x12a)]))_0x4784d9[_0x2bfd94(0x122)](_0x40203d[_0x2bfd94(0x10f)],_0x40203d[_0x2bfd94(0x12f)]);for(;_0x5ebc9d[_0x2bfd94(0x10a)];)_0x4784d9[_0x2bfd94(0x10b)](_0x5ebc9d[_0x2bfd94(0x10a)]);return _0x4784d9;}
|
package/src/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
@@ -25,6 +25,6 @@ export { MarkdownEmailIntegration } from './integrations/markdown.js';
|
|
|
25
25
|
export { TemplateEmailIntegration } from './integrations/template.js';
|
|
26
26
|
export { TodoListEmailIntegration } from './integrations/todolist.js';
|
|
27
27
|
export { UploadEmailIntegration } from './integrations/upload.js';
|
|
28
|
-
export { getEmailInlineStylesTransformations } from './emailinlinestylestransformations.js';
|
|
28
|
+
export { getEmailInlineStylesTransformations, transformEmailFigureToTable, transformEmailFloatToAlign, transformEmailImageWidthAttributes, transformEmailMarginToAlign, type EmailInlineStylesTransformationsOptions } from './emailinlinestylestransformations.js';
|
|
29
29
|
export type { EmailConfigurationConfig } from './emailconfigurationconfig.js';
|
|
30
30
|
import './augmentation.js';
|
package/src/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x3cd6(){var _0x509ad4=['383464WLlpxi','5wsVvmS','203zFxWTu','33831430wOAIyt','2164lnPOJR','258htvcpH','4318380RBDrBu','248448lwpHfG','2895174CmhYgj','12241692ydTqqq'];_0x3cd6=function(){return _0x509ad4;};return _0x3cd6();}(function(_0x5b17e1,_0x1a9ede){var _0xac1cbd=_0x3f7d,_0x46bbf7=_0x5b17e1();while(!![]){try{var _0x21de5b=parseInt(_0xac1cbd(0x178))/0x1*(parseInt(_0xac1cbd(0x16f))/0x2)+-parseInt(_0xac1cbd(0x172))/0x3+parseInt(_0xac1cbd(0x171))/0x4*(parseInt(_0xac1cbd(0x175))/0x5)+parseInt(_0xac1cbd(0x170))/0x6+-parseInt(_0xac1cbd(0x176))/0x7*(parseInt(_0xac1cbd(0x174))/0x8)+-parseInt(_0xac1cbd(0x173))/0x9+parseInt(_0xac1cbd(0x177))/0xa;if(_0x21de5b===_0x1a9ede)break;else _0x46bbf7['push'](_0x46bbf7['shift']());}catch(_0x518ff1){_0x46bbf7['push'](_0x46bbf7['shift']());}}}(_0x3cd6,0xb1f06));export{EmailConfigurationHelper}from'./emailconfigurationhelper.js';export{EmailConfigurationLogger,isUnsupportedEmailColorValue,isUnsupportedEmailColorFormat}from'./emailconfigurationlogger.js';export{EmptyBlockEmailIntegration}from'./integrations/emptyblock.js';export{ExportInlineStylesEmailIntegration}from'./integrations/exportinlinestyles.js';function _0x3f7d(_0x566acd,_0x499fc7){var _0x3cd6ce=_0x3cd6();return _0x3f7d=function(_0x3f7d88,_0x49da09){_0x3f7d88=_0x3f7d88-0x16f;var _0xc64d61=_0x3cd6ce[_0x3f7d88];return _0xc64d61;},_0x3f7d(_0x566acd,_0x499fc7);}export{FontEmailIntegration}from'./integrations/font.js';export{GeneralHtmlIntegrationSupport}from'./integrations/generalhtmlintegration.js';export{HighlightEmailIntegration}from'./integrations/highlight.js';export{ImageEmailIntegration}from'./integrations/image.js';export{LinkEmailIntegration}from'./integrations/link.js';export{ListEmailIntegration}from'./integrations/list.js';export{MultiLevelListEmailIntegration}from'./integrations/listmultilevel.js';export{MediaEmbedEmailIntegration}from'./integrations/mediaembed.js';export{MergeFieldsEmailIntegration}from'./integrations/mergefields.js';export{TableEmailIntegration}from'./integrations/table.js';export{MathTypeEmailIntegration}from'./integrations/mathtype.js';export{SourceEditingEmailIntegration}from'./integrations/sourceediting.js';export{MarkdownEmailIntegration}from'./integrations/markdown.js';export{TemplateEmailIntegration}from'./integrations/template.js';export{TodoListEmailIntegration}from'./integrations/todolist.js';export{UploadEmailIntegration}from'./integrations/upload.js';export{getEmailInlineStylesTransformations,transformEmailFigureToTable,transformEmailFloatToAlign,transformEmailImageWidthAttributes,transformEmailMarginToAlign}from'./emailinlinestylestransformations.js';import'./augmentation.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x2125(_0x458a45,_0x256609){const _0x1aabc6=_0x1aab();return _0x2125=function(_0x21252e,_0x25d8b1){_0x21252e=_0x21252e-0x1c0;let _0x1156f7=_0x1aabc6[_0x21252e];return _0x1156f7;},_0x2125(_0x458a45,_0x256609);}const _0x2d6180=_0x2125;(function(_0x56ae7d,_0x597d76){const _0x1aab2d=_0x2125,_0x178441=_0x56ae7d();while(!![]){try{const _0x308f03=parseInt(_0x1aab2d(0x1cf))/0x1+parseInt(_0x1aab2d(0x1d5))/0x2*(parseInt(_0x1aab2d(0x1c3))/0x3)+parseInt(_0x1aab2d(0x1c6))/0x4+-parseInt(_0x1aab2d(0x1cd))/0x5+parseInt(_0x1aab2d(0x1d1))/0x6+-parseInt(_0x1aab2d(0x1c0))/0x7+parseInt(_0x1aab2d(0x1cc))/0x8*(-parseInt(_0x1aab2d(0x1c2))/0x9);if(_0x308f03===_0x597d76)break;else _0x178441['push'](_0x178441['shift']());}catch(_0x1a06c5){_0x178441['push'](_0x178441['shift']());}}}(_0x1aab,0xa5dd7));import{Plugin as _0x16d9bf}from'ckeditor5/src/core.js';import{EmailConfigurationLogger as _0x457e84}from'../emailconfigurationlogger.js';function _0x1aab(){const _0x5d55a3=['9XnyRsG','1944381PhBBiD','has','EmptyBlock','348032yUUzTH','features/email-editing/email.html#empty-block-plugin','_logSuppressibleInfo','email-configuration-missing-empty-block-plugin','Consider\x20enabling\x20the\x20EmptyBlock\x20plugin\x20to\x20ensure\x20that\x20exported\x20content\x20has\x20empty\x20blocks.','requires','3921464Vntuak','4443500ocFPCX','EmptyBlockEmailIntegration','708387rzzrdz','afterInit','5446866SjndtK','isOfficialPlugin','isPremiumPlugin','pluginName','4asKeLZ','get','plugins','6588358ZXfvFd','editor'];_0x1aab=function(){return _0x5d55a3;};return _0x1aab();}export class EmptyBlockEmailIntegration extends _0x16d9bf{static get[_0x2d6180(0x1cb)](){return[_0x457e84];}static get[_0x2d6180(0x1d4)](){const _0x48b154=_0x2d6180;return _0x48b154(0x1ce);}static get[_0x2d6180(0x1d2)](){return!0x0;}static get[_0x2d6180(0x1d3)](){return!0x0;}[_0x2d6180(0x1d0)](){const _0x5a14d0=_0x2d6180,_0x4e52af=this[_0x5a14d0(0x1c1)][_0x5a14d0(0x1d7)][_0x5a14d0(0x1d6)](_0x457e84);this[_0x5a14d0(0x1c1)][_0x5a14d0(0x1d7)][_0x5a14d0(0x1c4)](_0x5a14d0(0x1c5))||_0x4e52af[_0x5a14d0(0x1c8)](_0x5a14d0(0x1c9),_0x5a14d0(0x1ca),_0x5a14d0(0x1c7));}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x35f24d=_0x4187;(function(_0x15859b,_0x2f9712){const _0xacd1d2=_0x4187,_0x2eec5c=_0x15859b();while(!![]){try{const _0x344cbf=parseInt(_0xacd1d2(0x1af))/0x1*(-parseInt(_0xacd1d2(0x1ab))/0x2)+parseInt(_0xacd1d2(0x1aa))/0x3*(-parseInt(_0xacd1d2(0x1b1))/0x4)+parseInt(_0xacd1d2(0x1a2))/0x5+-parseInt(_0xacd1d2(0x1a1))/0x6+-parseInt(_0xacd1d2(0x1b3))/0x7+parseInt(_0xacd1d2(0x1a0))/0x8+-parseInt(_0xacd1d2(0x1a5))/0x9*(-parseInt(_0xacd1d2(0x1a6))/0xa);if(_0x344cbf===_0x2f9712)break;else _0x2eec5c['push'](_0x2eec5c['shift']());}catch(_0x3d6f76){_0x2eec5c['push'](_0x2eec5c['shift']());}}}(_0x5d2a,0xe381e));function _0x5d2a(){const _0x3311c2=['_logSuppressibleWarning','pluginName','isPremiumPlugin','551252LCYeDD','requires','5548908GuXVQR','ExportInlineStyles','8742349NJtwvU','isOfficialPlugin','email-configuration-missing-export-inline-styles-plugin','afterInit','5851464xvToyf','717036HZQoNJ','8963275QUcicj','plugins','ExportInlineStylesEmailIntegration','42399TVmLZh','5980NsZJwG','get','has','editor','3qkrFiE','6kILKlv'];_0x5d2a=function(){return _0x3311c2;};return _0x5d2a();}import{Plugin as _0x15a588}from'ckeditor5/src/core.js';import{EmailConfigurationLogger as _0x3d5c60}from'../emailconfigurationlogger.js';function _0x4187(_0x83b89,_0x570cd8){const _0x5d2a5c=_0x5d2a();return _0x4187=function(_0x418773,_0x2bbb3a){_0x418773=_0x418773-0x1a0;let _0x49a0b3=_0x5d2a5c[_0x418773];return _0x49a0b3;},_0x4187(_0x83b89,_0x570cd8);}export class ExportInlineStylesEmailIntegration extends _0x15a588{static get[_0x35f24d(0x1b0)](){return[_0x3d5c60];}static get[_0x35f24d(0x1ad)](){const _0x563ed7=_0x35f24d;return _0x563ed7(0x1a4);}static get[_0x35f24d(0x1b4)](){return!0x0;}static get[_0x35f24d(0x1ae)](){return!0x0;}[_0x35f24d(0x1b6)](){const _0x2d7076=_0x35f24d,_0x57f5fb=this[_0x2d7076(0x1a9)][_0x2d7076(0x1a3)][_0x2d7076(0x1a7)](_0x3d5c60);this[_0x2d7076(0x1a9)][_0x2d7076(0x1a3)][_0x2d7076(0x1a8)](_0x2d7076(0x1b2))||_0x57f5fb[_0x2d7076(0x1ac)](_0x2d7076(0x1b5));}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
package/src/integrations/font.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x2baa3f=_0x31bb;(function(_0x28b2a5,_0x3d06fd){const _0x3983e9=_0x31bb,_0x1bfcde=_0x28b2a5();while(!![]){try{const _0x474056=-parseInt(_0x3983e9(0x8d))/0x1+parseInt(_0x3983e9(0x8f))/0x2*(-parseInt(_0x3983e9(0x9c))/0x3)+parseInt(_0x3983e9(0x9f))/0x4+parseInt(_0x3983e9(0x96))/0x5+parseInt(_0x3983e9(0x99))/0x6+parseInt(_0x3983e9(0xa8))/0x7+-parseInt(_0x3983e9(0xa2))/0x8*(parseInt(_0x3983e9(0x9e))/0x9);if(_0x474056===_0x3d06fd)break;else _0x1bfcde['push'](_0x1bfcde['shift']());}catch(_0x30d06e){_0x1bfcde['push'](_0x1bfcde['shift']());}}}(_0x453c,0x986d4));import{Plugin as _0x4d34de}from'ckeditor5/src/core.js';function _0x453c(){const _0x43240e=['662924iARVXg','editor','20LxOBhu','has','.colorPicker.format','isPremiumPlugin','plugins','afterInit','FontEmailIntegration','950485AekUIt','get','config','846942IBwFQF','fontBackgroundColor','isOfficialPlugin','181248XPCQFg','pluginName','956619BDruFS','2776408bADhFG','_validateConfigColorValue','.documentColors','8mSLsVJ','_checkColorConfig','FontBackgroundColorEditing','_validateConfigColorFormat','fontColor','FontColorEditing','6806513mooURH','requires','.colors'];_0x453c=function(){return _0x43240e;};return _0x453c();}function _0x31bb(_0x3d022c,_0xaa1ab){const _0x453cf8=_0x453c();return _0x31bb=function(_0x31bb9f,_0x5070a0){_0x31bb9f=_0x31bb9f-0x8b;let _0x2dbd99=_0x453cf8[_0x31bb9f];return _0x2dbd99;},_0x31bb(_0x3d022c,_0xaa1ab);}import{EmailConfigurationLogger as _0x483b16}from'../emailconfigurationlogger.js';export class FontEmailIntegration extends _0x4d34de{static get[_0x2baa3f(0x8b)](){return[_0x483b16];}static get[_0x2baa3f(0x9d)](){const _0x6f5ee6=_0x2baa3f;return _0x6f5ee6(0x95);}static get[_0x2baa3f(0x9b)](){return!0x0;}static get[_0x2baa3f(0x92)](){return!0x0;}[_0x2baa3f(0x94)](){const _0x1f68d0=_0x2baa3f,{plugins:_0x53799d}=this[_0x1f68d0(0x8e)];_0x53799d[_0x1f68d0(0x90)](_0x1f68d0(0xa7))&&this[_0x1f68d0(0xa3)](_0x1f68d0(0xa6)),_0x53799d[_0x1f68d0(0x90)](_0x1f68d0(0xa4))&&this[_0x1f68d0(0xa3)](_0x1f68d0(0x9a));}[_0x2baa3f(0xa3)](_0x174b4f){const _0x3b69c3=_0x2baa3f,_0x31504b=this[_0x3b69c3(0x8e)][_0x3b69c3(0x93)][_0x3b69c3(0x97)](_0x483b16);this[_0x3b69c3(0x8e)][_0x3b69c3(0x98)][_0x3b69c3(0x97)](_0x174b4f)&&(_0x31504b[_0x3b69c3(0xa0)](_0x174b4f+_0x3b69c3(0x8c)),_0x31504b[_0x3b69c3(0xa0)](_0x174b4f+_0x3b69c3(0xa1)),_0x31504b[_0x3b69c3(0xa5)](_0x174b4f+_0x3b69c3(0x91)));}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5b8b9c=_0x4bc2;function _0x36a4(){const _0x416b13=['5650641fQDdBD','267xwdkdE','view','output','UNSUPPORTED_ELEMENTS','article','summary','252139AJSLyD','DataFilter','isOfficialPlugin','33NWuBIt','pluginName','once','_logSuppressibleWarning','audio','get','2040032fhYcdi','8yxxyvo','init','requires','4348XrBmGq','canvas','main','meter','abbr','iframe','object','form','335sNbFuM','bdi','acronym','1831330WQEVZx','isPremiumPlugin','33942ZPKgwv','editor','progress','hgroup','has','email-unsupported-html-element','details','nav','button','input','GeneralHtmlIntegrationSupport','register:','2400909KlyjfH'];_0x36a4=function(){return _0x416b13;};return _0x36a4();}(function(_0x444561,_0x3a9204){const _0x34ad5b=_0x4bc2,_0x5182ed=_0x444561();while(!![]){try{const _0x23605f=parseInt(_0x34ad5b(0x148))/0x1+-parseInt(_0x34ad5b(0x155))/0x2*(-parseInt(_0x34ad5b(0x170))/0x3)+-parseInt(_0x34ad5b(0x151))/0x4+parseInt(_0x34ad5b(0x15d))/0x5*(-parseInt(_0x34ad5b(0x162))/0x6)+-parseInt(_0x34ad5b(0x16e))/0x7+-parseInt(_0x34ad5b(0x152))/0x8*(-parseInt(_0x34ad5b(0x16f))/0x9)+parseInt(_0x34ad5b(0x160))/0xa*(parseInt(_0x34ad5b(0x14b))/0xb);if(_0x23605f===_0x3a9204)break;else _0x5182ed['push'](_0x5182ed['shift']());}catch(_0x5d67e3){_0x5182ed['push'](_0x5182ed['shift']());}}}(_0x36a4,0x5f6cb));import{Plugin as _0x44acaa}from'ckeditor5/src/core.js';function _0x4bc2(_0x4f10aa,_0x770bdb){const _0x36a439=_0x36a4();return _0x4bc2=function(_0x4bc26b,_0x214b67){_0x4bc26b=_0x4bc26b-0x148;let _0x4be169=_0x36a439[_0x4bc26b];return _0x4be169;},_0x4bc2(_0x4f10aa,_0x770bdb);}import{EmailConfigurationLogger as _0x4c4235}from'../emailconfigurationlogger.js';export class GeneralHtmlIntegrationSupport extends _0x44acaa{static [_0x5b8b9c(0x173)]=new Set([_0x5b8b9c(0x15b),_0x5b8b9c(0x174),_0x5b8b9c(0x168),_0x5b8b9c(0x157),_0x5b8b9c(0x169),_0x5b8b9c(0x175),_0x5b8b9c(0x159),_0x5b8b9c(0x15f),_0x5b8b9c(0x15e),_0x5b8b9c(0x172),_0x5b8b9c(0x165),_0x5b8b9c(0x15c),_0x5b8b9c(0x16b),_0x5b8b9c(0x16a),_0x5b8b9c(0x14f),_0x5b8b9c(0x156),_0x5b8b9c(0x158),_0x5b8b9c(0x164),_0x5b8b9c(0x15a)]);static get[_0x5b8b9c(0x154)](){return[_0x4c4235];}static get[_0x5b8b9c(0x14c)](){const _0x7a74e0=_0x5b8b9c;return _0x7a74e0(0x16c);}static get[_0x5b8b9c(0x14a)](){return!0x0;}static get[_0x5b8b9c(0x161)](){return!0x0;}[_0x5b8b9c(0x153)](){const _0x3ecb90=_0x5b8b9c,{plugins:_0x16b56f}=this[_0x3ecb90(0x163)];if(!_0x16b56f[_0x3ecb90(0x166)](_0x3ecb90(0x149)))return;const _0x43757a=_0x16b56f[_0x3ecb90(0x150)](_0x3ecb90(0x149)),_0x3a5507=_0x16b56f[_0x3ecb90(0x150)](_0x4c4235);for(const _0x3fb50e of GeneralHtmlIntegrationSupport[_0x3ecb90(0x173)])_0x43757a[_0x3ecb90(0x14d)](_0x3ecb90(0x16d)+_0x3fb50e,(_0x15bed6,_0x5d7d1a)=>{const _0x4fd9b2=_0x3ecb90;_0x3a5507[_0x4fd9b2(0x14e)](_0x4fd9b2(0x167),{'element':_0x5d7d1a[_0x4fd9b2(0x171)]});});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x1611(_0x50c4d8,_0x44f99d){var _0x3a6b95=_0x3a6b();return _0x1611=function(_0x1611e8,_0x2a19cd){_0x1611e8=_0x1611e8-0x16e;var _0x2ff6f2=_0x3a6b95[_0x1611e8];return _0x2ff6f2;},_0x1611(_0x50c4d8,_0x44f99d);}var _0x278d9d=_0x1611;(function(_0x1982e3,_0x1e2f30){var _0x3affd6=_0x1611,_0x491c91=_0x1982e3();while(!![]){try{var _0x198d98=parseInt(_0x3affd6(0x181))/0x1*(-parseInt(_0x3affd6(0x178))/0x2)+-parseInt(_0x3affd6(0x16f))/0x3*(-parseInt(_0x3affd6(0x17b))/0x4)+-parseInt(_0x3affd6(0x176))/0x5+parseInt(_0x3affd6(0x182))/0x6*(-parseInt(_0x3affd6(0x17f))/0x7)+-parseInt(_0x3affd6(0x175))/0x8*(-parseInt(_0x3affd6(0x179))/0x9)+parseInt(_0x3affd6(0x170))/0xa*(parseInt(_0x3affd6(0x17e))/0xb)+parseInt(_0x3affd6(0x16e))/0xc*(-parseInt(_0x3affd6(0x172))/0xd);if(_0x198d98===_0x1e2f30)break;else _0x491c91['push'](_0x491c91['shift']());}catch(_0x1f0302){_0x491c91['push'](_0x491c91['shift']());}}}(_0x3a6b,0x60922));import{Plugin as _0x2059dc}from'ckeditor5/src/core.js';function _0x3a6b(){var _0x4263b1=['5066379OJHzmv','editor','322484JSWpcB','afterInit','requires','11CvVxuP','7SCOJCI','Highlight','109653IfXLIT','1935390gCJkWS','get','HighlightEmailIntegration','plugins','155436nxfPEb','15xztkVk','4441610MEhmEm','isPremiumPlugin','39vxhRFY','_checkUnsupportedPlugin','pluginName','8BeYgjA','2717830cejLQF','isOfficialPlugin','2HbgkLU'];_0x3a6b=function(){return _0x4263b1;};return _0x3a6b();}import{EmailConfigurationLogger as _0x4198e7}from'../emailconfigurationlogger.js';export class HighlightEmailIntegration extends _0x2059dc{static get[_0x278d9d(0x17d)](){return[_0x4198e7];}static get[_0x278d9d(0x174)](){var _0x3acaa5=_0x278d9d;return _0x3acaa5(0x184);}static get[_0x278d9d(0x177)](){return!0x0;}static get[_0x278d9d(0x171)](){return!0x0;}[_0x278d9d(0x17c)](){var _0x2af2a6=_0x278d9d;this[_0x2af2a6(0x17a)][_0x2af2a6(0x185)][_0x2af2a6(0x183)](_0x4198e7)[_0x2af2a6(0x173)](_0x2af2a6(0x180));}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
2
|
+
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3e17(){const _0xe97e6a=['670208bKEMeW','Block\x20images\x20are\x20unsupported\x20in\x20email\x20environments.\x20Consider\x20enabling\x20the\x20`transformEmailFigureToTable`\x20transformation\x20in\x20the\x20`exportInlineStyles`\x20in\x20order\x20to\x20make\x20block\x20images\x20work\x20in\x20email\x20clients.','3392062moEYXq','405745jGgfIU','84WmiEEP','requires','9SXwErw','5902024MOjczZ','pluginName','200ofOobw','3dusgKs','isPremiumPlugin','_checkUnsupportedPlugin','1710776idjZqr','isOfficialPlugin','afterInit','ImageEmailIntegration','editor','exportInlineStyles','get','ImageBlock','8328236ovNqbD','transformations','367554bzlrXK','includes'];_0x3e17=function(){return _0xe97e6a;};return _0x3e17();}const _0x302bc6=_0x135f;(function(_0xa040b5,_0x433d38){const _0x5bde88=_0x135f,_0x57929c=_0xa040b5();while(!![]){try{const _0x33b92=parseInt(_0x5bde88(0x1a1))/0x1+-parseInt(_0x5bde88(0x1a3))/0x2*(parseInt(_0x5bde88(0x1ab))/0x3)+parseInt(_0x5bde88(0x1a8))/0x4+parseInt(_0x5bde88(0x1a4))/0x5*(parseInt(_0x5bde88(0x1a5))/0x6)+-parseInt(_0x5bde88(0x19d))/0x7+parseInt(_0x5bde88(0x195))/0x8*(-parseInt(_0x5bde88(0x1a7))/0x9)+-parseInt(_0x5bde88(0x1aa))/0xa*(-parseInt(_0x5bde88(0x19f))/0xb);if(_0x33b92===_0x433d38)break;else _0x57929c['push'](_0x57929c['shift']());}catch(_0x371b53){_0x57929c['push'](_0x57929c['shift']());}}}(_0x3e17,0xcfa16));function _0x135f(_0x2d89bc,_0x50c80b){const _0x3e17a0=_0x3e17();return _0x135f=function(_0x135fd6,_0x5c6b47){_0x135fd6=_0x135fd6-0x193;let _0x311b14=_0x3e17a0[_0x135fd6];return _0x311b14;},_0x135f(_0x2d89bc,_0x50c80b);}import{Plugin as _0x4f11be}from'ckeditor5/src/core.js';import{EmailConfigurationLogger as _0x331573}from'../emailconfigurationlogger.js';import{transformEmailFigureToTable as _0xbfe64f}from'../emailinlinestylestransformations.js';export class ImageEmailIntegration extends _0x4f11be{static get[_0x302bc6(0x1a6)](){return[_0x331573];}static get[_0x302bc6(0x1a9)](){const _0x117c8d=_0x302bc6;return _0x117c8d(0x198);}static get[_0x302bc6(0x196)](){return!0x0;}static get[_0x302bc6(0x193)](){return!0x0;}[_0x302bc6(0x197)](){const _0x5d3f85=_0x302bc6,{config:_0xa467fb,plugins:_0x1055d3}=this[_0x5d3f85(0x199)],_0x427cc2=_0xa467fb[_0x5d3f85(0x19b)](_0x5d3f85(0x19a));if(_0x427cc2?.[_0x5d3f85(0x19e)]?.[_0x5d3f85(0x1a0)](_0xbfe64f))return;_0x1055d3[_0x5d3f85(0x19b)](_0x331573)[_0x5d3f85(0x194)](_0x5d3f85(0x19c),{'description':_0x5d3f85(0x1a2)});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|