@ckeditor/ckeditor5-email 0.0.1 → 45.0.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +6 -6
  3. package/README.md +47 -3
  4. package/build/email.js +4 -0
  5. package/ckeditor5-metadata.json +13 -0
  6. package/dist/index-content.css +4 -0
  7. package/dist/index-editor.css +4 -0
  8. package/dist/index.css +4 -0
  9. package/dist/index.js +23 -0
  10. package/package.json +51 -4
  11. package/src/augmentation.d.ts +30 -0
  12. package/src/augmentation.js +23 -0
  13. package/src/emailconfigurationconfig.d.ts +59 -0
  14. package/src/emailconfigurationconfig.js +23 -0
  15. package/src/emailconfigurationhelper.d.ts +57 -0
  16. package/src/emailconfigurationhelper.js +23 -0
  17. package/src/emailconfigurationlogger.d.ts +39 -0
  18. package/src/emailconfigurationlogger.js +23 -0
  19. package/src/emailinlinestylestransformations.d.ts +32 -0
  20. package/src/emailinlinestylestransformations.js +23 -0
  21. package/src/index.d.ts +22 -0
  22. package/src/index.js +23 -0
  23. package/src/integrations/emptyblock.d.ts +35 -0
  24. package/src/integrations/emptyblock.js +23 -0
  25. package/src/integrations/exportinlinestyles.d.ts +35 -0
  26. package/src/integrations/exportinlinestyles.js +23 -0
  27. package/src/integrations/font.d.ts +35 -0
  28. package/src/integrations/font.js +23 -0
  29. package/src/integrations/generalhtmlintegration.d.ts +35 -0
  30. package/src/integrations/generalhtmlintegration.js +23 -0
  31. package/src/integrations/highlight.d.ts +35 -0
  32. package/src/integrations/highlight.js +23 -0
  33. package/src/integrations/image.d.ts +35 -0
  34. package/src/integrations/image.js +23 -0
  35. package/src/integrations/list.d.ts +35 -0
  36. package/src/integrations/list.js +23 -0
  37. package/src/integrations/listmultilevel.d.ts +35 -0
  38. package/src/integrations/listmultilevel.js +23 -0
  39. package/src/integrations/markdown.d.ts +35 -0
  40. package/src/integrations/markdown.js +23 -0
  41. package/src/integrations/mathtype.d.ts +35 -0
  42. package/src/integrations/mathtype.js +23 -0
  43. package/src/integrations/mediaembed.d.ts +35 -0
  44. package/src/integrations/mediaembed.js +23 -0
  45. package/src/integrations/mergefields.d.ts +35 -0
  46. package/src/integrations/mergefields.js +23 -0
  47. package/src/integrations/sourceediting.d.ts +35 -0
  48. package/src/integrations/sourceediting.js +23 -0
  49. package/src/integrations/table.d.ts +35 -0
  50. package/src/integrations/table.js +23 -0
  51. package/src/integrations/template.d.ts +35 -0
  52. package/src/integrations/template.js +23 -0
  53. package/src/integrations/todolist.d.ts +35 -0
  54. package/src/integrations/todolist.js +23 -0
  55. package/src/integrations/upload.d.ts +35 -0
  56. package/src/integrations/upload.js +23 -0
@@ -0,0 +1,35 @@
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/integrations/list
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that checks if the List feature configuration is supported by the email integration.
13
+ */
14
+ export default class ListEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "ListEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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 _0x4f57e4=_0x3b61;function _0x4479(){const _0xbb645c=['2089416zkrafi','ListEmailIntegration','isOfficialPlugin','reversed','_logSuppressibleWarning','list','33460rNUmvn','isPremiumPlugin','config','10PZLggr','6cGulqT','200SEpArJ','editor','pluginName','3933rbkuBG','requires','afterInit','1900990jVcqba','330008oZebQg','email-configuration-unsupported-reversed-list','get','plugins','197769LqmNDV','4790493hcAGda','properties'];_0x4479=function(){return _0xbb645c;};return _0x4479();}(function(_0xe35607,_0x3fb7ab){const _0x1f9dcc=_0x3b61,_0x14d824=_0xe35607();while(!![]){try{const _0x18f848=parseInt(_0x1f9dcc(0xbd))/0x1+-parseInt(_0x1f9dcc(0xb2))/0x2*(parseInt(_0x1f9dcc(0xb5))/0x3)+parseInt(_0x1f9dcc(0xb9))/0x4+parseInt(_0x1f9dcc(0xc6))/0x5*(parseInt(_0x1f9dcc(0xb1))/0x6)+-parseInt(_0x1f9dcc(0xb8))/0x7+-parseInt(_0x1f9dcc(0xc0))/0x8+-parseInt(_0x1f9dcc(0xbe))/0x9*(-parseInt(_0x1f9dcc(0xb0))/0xa);if(_0x18f848===_0x3fb7ab)break;else _0x14d824['push'](_0x14d824['shift']());}catch(_0x2735cd){_0x14d824['push'](_0x14d824['shift']());}}}(_0x4479,0x25f01));import{Plugin as _0x34810a}from'ckeditor5/src/core.js';function _0x3b61(_0x1fc0e3,_0x142faa){const _0x4479ef=_0x4479();return _0x3b61=function(_0x3b6170,_0x57f3bb){_0x3b6170=_0x3b6170-0xae;let _0x4f149a=_0x4479ef[_0x3b6170];return _0x4f149a;},_0x3b61(_0x1fc0e3,_0x142faa);}import _0x392008 from'../emailconfigurationlogger.js';export default class a extends _0x34810a{static get[_0x4f57e4(0xb6)](){return[_0x392008];}static get[_0x4f57e4(0xb4)](){const _0x183df4=_0x4f57e4;return _0x183df4(0xc1);}static get[_0x4f57e4(0xc2)](){return!0x0;}static get[_0x4f57e4(0xae)](){return!0x0;}[_0x4f57e4(0xb7)](){const _0x765372=_0x4f57e4,_0x5dd728=this[_0x765372(0xb3)][_0x765372(0xbc)][_0x765372(0xbb)](_0x392008),_0x138d9e=this[_0x765372(0xb3)][_0x765372(0xaf)][_0x765372(0xbb)](_0x765372(0xc5));_0x138d9e&&_0x138d9e[_0x765372(0xbf)]&&_0x138d9e[_0x765372(0xbf)][_0x765372(0xc3)]&&_0x5dd728[_0x765372(0xc4)](_0x765372(0xba));}}
@@ -0,0 +1,35 @@
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/integrations/listmultilevel
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that warns about using the MultiLevelList plugin in the email integration.
13
+ */
14
+ export default class MultiLevelListEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "MultiLevelListEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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
+ function _0x5115(_0x4e6f27,_0x57f478){var _0xdebeae=_0xdebe();return _0x5115=function(_0x511594,_0x3d2360){_0x511594=_0x511594-0xd8;var _0x28652a=_0xdebeae[_0x511594];return _0x28652a;},_0x5115(_0x4e6f27,_0x57f478);}var _0x2aa93e=_0x5115;(function(_0x1fc9f5,_0x4139d4){var _0x126ff6=_0x5115,_0x375056=_0x1fc9f5();while(!![]){try{var _0x418a1f=parseInt(_0x126ff6(0xd8))/0x1*(parseInt(_0x126ff6(0xdb))/0x2)+-parseInt(_0x126ff6(0xe8))/0x3+parseInt(_0x126ff6(0xdc))/0x4+parseInt(_0x126ff6(0xe2))/0x5*(-parseInt(_0x126ff6(0xe7))/0x6)+parseInt(_0x126ff6(0xe6))/0x7+-parseInt(_0x126ff6(0xed))/0x8*(-parseInt(_0x126ff6(0xdf))/0x9)+parseInt(_0x126ff6(0xd9))/0xa*(-parseInt(_0x126ff6(0xdd))/0xb);if(_0x418a1f===_0x4139d4)break;else _0x375056['push'](_0x375056['shift']());}catch(_0x58dade){_0x375056['push'](_0x375056['shift']());}}}(_0xdebe,0x2498f));function _0xdebe(){var _0x3c7115=['isOfficialPlugin','pluginName','331520mQZdyY','264102fZUxLL','20955zVYOFp','The\x20multi-level\x20lists\x20are\x20rendered\x20incorrectly\x20in\x20Outlook\x202021.','requires','get','editor','32608oBfzek','isPremiumPlugin','2NfeQeP','1093900QBjJkk','afterInit','241834bHXBgw','495832FMamHx','22gnElsX','_checkUnsupportedPlugin','306BEZZvZ','MultiLevelListEmailIntegration','MultiLevelList','20MrrBMz','plugins'];_0xdebe=function(){return _0x3c7115;};return _0xdebe();}import{Plugin as _0x477902}from'ckeditor5/src/core.js';import _0x46831a from'../emailconfigurationlogger.js';export default class j extends _0x477902{static get[_0x2aa93e(0xea)](){return[_0x46831a];}static get[_0x2aa93e(0xe5)](){var _0x3323c1=_0x2aa93e;return _0x3323c1(0xe0);}static get[_0x2aa93e(0xe4)](){return!0x0;}static get[_0x2aa93e(0xee)](){return!0x0;}[_0x2aa93e(0xda)](){var _0x36ab08=_0x2aa93e;this[_0x36ab08(0xec)][_0x36ab08(0xe3)][_0x36ab08(0xeb)](_0x46831a)[_0x36ab08(0xde)](_0x36ab08(0xe1),{'description':_0x36ab08(0xe9)});}}
@@ -0,0 +1,35 @@
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/integrations/markdown
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that warns about using Markdown plugin in the email integration.
13
+ */
14
+ export default class MarkdownEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "MarkdownEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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
+ var _0x2c5c18=_0xcbef;(function(_0x179645,_0x16c9aa){var _0x44a05c=_0xcbef,_0x168192=_0x179645();while(!![]){try{var _0x38c93d=-parseInt(_0x44a05c(0x8b))/0x1*(parseInt(_0x44a05c(0x80))/0x2)+parseInt(_0x44a05c(0x89))/0x3*(-parseInt(_0x44a05c(0x7c))/0x4)+parseInt(_0x44a05c(0x7a))/0x5*(-parseInt(_0x44a05c(0x82))/0x6)+parseInt(_0x44a05c(0x8c))/0x7*(parseInt(_0x44a05c(0x81))/0x8)+parseInt(_0x44a05c(0x7f))/0x9*(-parseInt(_0x44a05c(0x84))/0xa)+-parseInt(_0x44a05c(0x88))/0xb*(-parseInt(_0x44a05c(0x83))/0xc)+parseInt(_0x44a05c(0x85))/0xd;if(_0x38c93d===_0x16c9aa)break;else _0x168192['push'](_0x168192['shift']());}catch(_0x2b29f9){_0x168192['push'](_0x168192['shift']());}}}(_0x1eb6,0x9cd2d));import{Plugin as _0x517eb6}from'ckeditor5/src/core.js';function _0x1eb6(){var _0x30d683=['Markdown','1PoWdrg','35TKoaFs','pluginName','isPremiumPlugin','requires','plugins','editor','40275jeiCSD','isOfficialPlugin','12FcWFFf','MarkdownEmailIntegration','get','801xPpCMa','201198syJKfo','1399760XDJokD','390XcpoNH','15828uEYzZQ','110840FgPrdD','18027737NnTAUk','_checkUnsupportedPlugin','afterInit','8107fYdsIk','980703RIGfrG'];_0x1eb6=function(){return _0x30d683;};return _0x1eb6();}function _0xcbef(_0x2b34d1,_0x454b27){var _0x1eb6cf=_0x1eb6();return _0xcbef=function(_0xcbef90,_0x116ab1){_0xcbef90=_0xcbef90-0x75;var _0x3925ff=_0x1eb6cf[_0xcbef90];return _0x3925ff;},_0xcbef(_0x2b34d1,_0x454b27);}import _0x513f87 from'../emailconfigurationlogger.js';export default class p extends _0x517eb6{static get[_0x2c5c18(0x77)](){return[_0x513f87];}static get[_0x2c5c18(0x75)](){var _0x1bd325=_0x2c5c18;return _0x1bd325(0x7d);}static get[_0x2c5c18(0x7b)](){return!0x0;}static get[_0x2c5c18(0x76)](){return!0x0;}[_0x2c5c18(0x87)](){var _0x48d250=_0x2c5c18;this[_0x48d250(0x79)][_0x48d250(0x78)][_0x48d250(0x7e)](_0x513f87)[_0x48d250(0x86)](_0x48d250(0x8a));}}
@@ -0,0 +1,35 @@
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/integrations/mathtype
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that warns about using MathType plugin in the email integration.
13
+ */
14
+ export default class MathTypeEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "MathTypeEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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
+ var _0x2d5890=_0x1e07;(function(_0xa39c25,_0x34f704){var _0x24c7f6=_0x1e07,_0x2465b6=_0xa39c25();while(!![]){try{var _0x24c6ab=parseInt(_0x24c7f6(0x133))/0x1*(-parseInt(_0x24c7f6(0x138))/0x2)+-parseInt(_0x24c7f6(0x134))/0x3+-parseInt(_0x24c7f6(0x142))/0x4+-parseInt(_0x24c7f6(0x132))/0x5*(-parseInt(_0x24c7f6(0x13b))/0x6)+-parseInt(_0x24c7f6(0x13d))/0x7*(-parseInt(_0x24c7f6(0x144))/0x8)+-parseInt(_0x24c7f6(0x13c))/0x9+parseInt(_0x24c7f6(0x143))/0xa;if(_0x24c6ab===_0x34f704)break;else _0x2465b6['push'](_0x2465b6['shift']());}catch(_0x4beba6){_0x2465b6['push'](_0x2465b6['shift']());}}}(_0x36bb,0x6b28b));function _0x36bb(){var _0x333e28=['617784MwKsZK','isOfficialPlugin','isPremiumPlugin','MathTypeEmailIntegration','64SVAoFz','afterInit','MathType','6FhiBjJ','2505789IoHClN','119ieBNBQ','pluginName','plugins','get','requires','3151800tqOrxN','11888470PtxNai','56664xHJYCx','_checkUnsupportedPlugin','editor','3708700PrmrRT','10618AFFOqq'];_0x36bb=function(){return _0x333e28;};return _0x36bb();}import{Plugin as _0x419648}from'ckeditor5/src/core.js';function _0x1e07(_0x52ca2d,_0x22a6ab){var _0x36bb5e=_0x36bb();return _0x1e07=function(_0x1e074d,_0xae0cd3){_0x1e074d=_0x1e074d-0x132;var _0x2634fd=_0x36bb5e[_0x1e074d];return _0x2634fd;},_0x1e07(_0x52ca2d,_0x22a6ab);}import _0x37affb from'../emailconfigurationlogger.js';export default class n extends _0x419648{static get[_0x2d5890(0x141)](){return[_0x37affb];}static get[_0x2d5890(0x13e)](){var _0x4f79ff=_0x2d5890;return _0x4f79ff(0x137);}static get[_0x2d5890(0x135)](){return!0x0;}static get[_0x2d5890(0x136)](){return!0x0;}[_0x2d5890(0x139)](){var _0xddc7d3=_0x2d5890;this[_0xddc7d3(0x146)][_0xddc7d3(0x13f)][_0xddc7d3(0x140)](_0x37affb)[_0xddc7d3(0x145)](_0xddc7d3(0x13a));}}
@@ -0,0 +1,35 @@
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/integrations/mediaembed
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that warns about using MediaEmbed plugin in the email integration.
13
+ */
14
+ export default class MediaEmbedEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "MediaEmbedEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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
+ function _0x5724(_0x2ecad9,_0x570528){var _0x35c58a=_0x35c5();return _0x5724=function(_0x57241a,_0x5b8efa){_0x57241a=_0x57241a-0x1ab;var _0x3cc1ce=_0x35c58a[_0x57241a];return _0x3cc1ce;},_0x5724(_0x2ecad9,_0x570528);}var _0x2cd25e=_0x5724;(function(_0x46e98e,_0x40098f){var _0x53659b=_0x5724,_0x3be9d7=_0x46e98e();while(!![]){try{var _0x12d01a=parseInt(_0x53659b(0x1b3))/0x1+parseInt(_0x53659b(0x1ad))/0x2*(parseInt(_0x53659b(0x1bf))/0x3)+-parseInt(_0x53659b(0x1b7))/0x4*(parseInt(_0x53659b(0x1b1))/0x5)+-parseInt(_0x53659b(0x1ac))/0x6+-parseInt(_0x53659b(0x1be))/0x7*(-parseInt(_0x53659b(0x1ae))/0x8)+-parseInt(_0x53659b(0x1b8))/0x9*(-parseInt(_0x53659b(0x1b9))/0xa)+-parseInt(_0x53659b(0x1b2))/0xb*(-parseInt(_0x53659b(0x1c1))/0xc);if(_0x12d01a===_0x40098f)break;else _0x3be9d7['push'](_0x3be9d7['shift']());}catch(_0x27a429){_0x3be9d7['push'](_0x3be9d7['shift']());}}}(_0x35c5,0x8f099));function _0x35c5(){var _0x3d7b37=['requires','get','MediaEmbed','isPremiumPlugin','3025491Pwdzoo','381mfCreL','pluginName','5340ayhsnl','MediaEmbedEmailIntegration','4443852NbikeL','2692BDhFiv','8VSPeEw','plugins','editor','5015305LTNgjm','14949CTgddg','1118755WWrPeT','isOfficialPlugin','afterInit','_checkUnsupportedPlugin','4cZTwJK','3753vcPCxo','70nvVmxy'];_0x35c5=function(){return _0x3d7b37;};return _0x35c5();}import{Plugin as _0x40d72a}from'ckeditor5/src/core.js';import _0x1507c4 from'../emailconfigurationlogger.js';export default class d extends _0x40d72a{static get[_0x2cd25e(0x1ba)](){return[_0x1507c4];}static get[_0x2cd25e(0x1c0)](){var _0x4115e9=_0x2cd25e;return _0x4115e9(0x1ab);}static get[_0x2cd25e(0x1b4)](){return!0x0;}static get[_0x2cd25e(0x1bd)](){return!0x0;}[_0x2cd25e(0x1b5)](){var _0x27aebd=_0x2cd25e;this[_0x27aebd(0x1b0)][_0x27aebd(0x1af)][_0x27aebd(0x1bb)](_0x1507c4)[_0x27aebd(0x1b6)](_0x27aebd(0x1bc));}}
@@ -0,0 +1,35 @@
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/integrations/mergefields
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that checks if the MergeFields plugin is properly configured for the email integration.
13
+ */
14
+ export default class MergeFieldsEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "MergeFieldsEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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 _0x1ebe20=_0x4560;function _0x4560(_0x2f57c5,_0x4c2f98){const _0x1c9965=_0x1c99();return _0x4560=function(_0x456000,_0x53a8e2){_0x456000=_0x456000-0x149;let _0x37c98c=_0x1c9965[_0x456000];return _0x37c98c;},_0x4560(_0x2f57c5,_0x4c2f98);}(function(_0x346c9d,_0xffb551){const _0x5666a0=_0x4560,_0xc6ac4f=_0x346c9d();while(!![]){try{const _0x40de13=parseInt(_0x5666a0(0x156))/0x1*(-parseInt(_0x5666a0(0x14d))/0x2)+-parseInt(_0x5666a0(0x159))/0x3*(parseInt(_0x5666a0(0x15c))/0x4)+parseInt(_0x5666a0(0x153))/0x5*(-parseInt(_0x5666a0(0x149))/0x6)+-parseInt(_0x5666a0(0x154))/0x7*(parseInt(_0x5666a0(0x150))/0x8)+-parseInt(_0x5666a0(0x157))/0x9+parseInt(_0x5666a0(0x161))/0xa+parseInt(_0x5666a0(0x15a))/0xb*(parseInt(_0x5666a0(0x15b))/0xc);if(_0x40de13===_0xffb551)break;else _0xc6ac4f['push'](_0xc6ac4f['shift']());}catch(_0x412469){_0xc6ac4f['push'](_0xc6ac4f['shift']());}}}(_0x1c99,0xc2ae4));import{Plugin as _0x3b7087}from'ckeditor5/src/core.js';import _0x1554bf from'../emailconfigurationlogger.js';export default class u extends _0x3b7087{static get[_0x1ebe20(0x158)](){return[_0x1554bf];}static get[_0x1ebe20(0x162)](){const _0x2c456f=_0x1ebe20;return _0x2c456f(0x14b);}static get[_0x1ebe20(0x155)](){return!0x0;}static get[_0x1ebe20(0x14f)](){return!0x0;}[_0x1ebe20(0x151)](){const _0x1d237b=_0x1ebe20,_0xe2e3b1=this[_0x1d237b(0x160)][_0x1d237b(0x152)][_0x1d237b(0x14a)](_0x1554bf);this[_0x1d237b(0x160)][_0x1d237b(0x152)][_0x1d237b(0x15f)](_0x1d237b(0x14e))||_0xe2e3b1[_0x1d237b(0x15d)](_0x1d237b(0x14c),_0x1d237b(0x15e),_0x1d237b(0x163));}}function _0x1c99(){const _0x164eb0=['41618724HcWbLW','4OSiliY','_logSuppressibleInfo','Consider\x20enabling\x20the\x20MergeFields\x20plugin\x20which\x20allows\x20inserting\x20dynamic\x20data\x20placeholders\x20into\x20content.','has','editor','14294640puJeeI','pluginName','features/email#merge-fields-plugin','5364hGWFlS','get','MergeFieldsEmailIntegration','email-configuration-missing-merge-fields-plugin','1499318XWfSam','MergeFields','isPremiumPlugin','10230728GpPwEc','afterInit','plugins','70wbJglg','7ZllVFB','isOfficialPlugin','1fxpoGZ','14054670xhOHzp','requires','1492899gjXZIO','11aDuFud'];_0x1c99=function(){return _0x164eb0;};return _0x1c99();}
@@ -0,0 +1,35 @@
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/integrations/sourceediting
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that checks if the SourceEditing or SourceEditingEnhanced plugin are loaded.
13
+ */
14
+ export default class SourceEditingEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "SourceEditingEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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 _0x3bcaee=_0x24fb;(function(_0x138317,_0x5c8bea){const _0x1afc93=_0x24fb,_0x4ba292=_0x138317();while(!![]){try{const _0x326459=-parseInt(_0x1afc93(0x126))/0x1*(-parseInt(_0x1afc93(0x12f))/0x2)+parseInt(_0x1afc93(0x138))/0x3+parseInt(_0x1afc93(0x12d))/0x4*(-parseInt(_0x1afc93(0x133))/0x5)+-parseInt(_0x1afc93(0x131))/0x6+parseInt(_0x1afc93(0x12a))/0x7*(-parseInt(_0x1afc93(0x127))/0x8)+parseInt(_0x1afc93(0x12b))/0x9*(-parseInt(_0x1afc93(0x136))/0xa)+parseInt(_0x1afc93(0x134))/0xb*(parseInt(_0x1afc93(0x121))/0xc);if(_0x326459===_0x5c8bea)break;else _0x4ba292['push'](_0x4ba292['shift']());}catch(_0x727a28){_0x4ba292['push'](_0x4ba292['shift']());}}}(_0x22b7,0xcc6b9));import{Plugin as _0x147f68}from'ckeditor5/src/core.js';function _0x22b7(){const _0x2c2f38=['get','36160476gsygeb','email-configuration-missing-source-editing-plugin','editor','_logSuppressibleWarning','SourceEditing','173951aOgnhE','1219768iWmnIq','afterInit','SourceEditingEmailIntegration','56fPpfhA','7464105RMNRYS','isPremiumPlugin','1414628IAVRHm','has','16dObpSK','requires','6280128mcAikP','pluginName','5GCUJTn','11BssGvD','isOfficialPlugin','20KkmBkN','SourceEditingEnhanced','2133381XdLzpN'];_0x22b7=function(){return _0x2c2f38;};return _0x22b7();}import _0x391da5 from'../emailconfigurationlogger.js';function _0x24fb(_0x2cd59a,_0xfea426){const _0x22b70a=_0x22b7();return _0x24fb=function(_0x24fbc4,_0x4d9655){_0x24fbc4=_0x24fbc4-0x120;let _0x50f4c1=_0x22b70a[_0x24fbc4];return _0x50f4c1;},_0x24fb(_0x2cd59a,_0xfea426);}export default class g extends _0x147f68{static get[_0x3bcaee(0x130)](){return[_0x391da5];}static get[_0x3bcaee(0x132)](){const _0x3642ee=_0x3bcaee;return _0x3642ee(0x129);}static get[_0x3bcaee(0x135)](){return!0x0;}static get[_0x3bcaee(0x12c)](){return!0x0;}[_0x3bcaee(0x128)](){const _0x4c265=_0x3bcaee,{plugins:_0x1bcc5c}=this[_0x4c265(0x123)],_0x2bb1ae=_0x1bcc5c[_0x4c265(0x120)](_0x391da5);_0x1bcc5c[_0x4c265(0x12e)](_0x4c265(0x125))||_0x1bcc5c[_0x4c265(0x12e)](_0x4c265(0x137))||_0x2bb1ae[_0x4c265(0x124)](_0x4c265(0x122));}}
@@ -0,0 +1,35 @@
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/integrations/table
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that checks if the Table plugin is properly configured for the email integration.
13
+ */
14
+ export default class TableEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "TableEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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 _0x74531a=_0x550f;(function(_0x1a809d,_0x54a7d2){const _0x317e27=_0x550f,_0x9ce35c=_0x1a809d();while(!![]){try{const _0x16fc44=parseInt(_0x317e27(0xb2))/0x1+-parseInt(_0x317e27(0xa9))/0x2*(parseInt(_0x317e27(0x9d))/0x3)+parseInt(_0x317e27(0xb8))/0x4*(parseInt(_0x317e27(0xbb))/0x5)+-parseInt(_0x317e27(0xbf))/0x6*(-parseInt(_0x317e27(0xba))/0x7)+parseInt(_0x317e27(0xad))/0x8+parseInt(_0x317e27(0xa3))/0x9*(-parseInt(_0x317e27(0xb1))/0xa)+-parseInt(_0x317e27(0x9f))/0xb;if(_0x16fc44===_0x54a7d2)break;else _0x9ce35c['push'](_0x9ce35c['shift']());}catch(_0x2f2088){_0x9ce35c['push'](_0x9ce35c['shift']());}}}(_0x40e6,0xb29fd));function _0x40e6(){const _0x284861=['table.','14YFReyf','5FrWqZm','PlainTableOutput','isPremiumPlugin','_validateConfigColorValue','421746ZNnLrg','get','isOfficialPlugin','table','_checkRequiredTablePlugins','plugins','_checkTablePropertiesConfig','46173RbfozO','_logSuppressibleWarning','963732AzKRdS','.backgroundColors','requires','.defaultProperties','11547531nbMpCW','tableProperties','email-configuration-missing-plain-table-output-plugin','TableLayout','has','afterInit','138YuvvKp','editor','Table','TableEmailIntegration','11478504jJenem','_checkTableConfig','.colorPicker.format','.defaultProperties.borderColor','10TmuMwF','1205481UvPHxb','email-configuration-missing-table-layout-plugin','pluginName','_validateConfigColorFormat','tableCellProperties','.borderColors','1533676RvANcO'];_0x40e6=function(){return _0x284861;};return _0x40e6();}import{Plugin as _0x4fdea0}from'ckeditor5/src/core.js';function _0x550f(_0x4f4cc0,_0x567c7d){const _0x40e6fb=_0x40e6();return _0x550f=function(_0x550f92,_0x1ea8fc){_0x550f92=_0x550f92-0x97;let _0x10f8ec=_0x40e6fb[_0x550f92];return _0x10f8ec;},_0x550f(_0x4f4cc0,_0x567c7d);}import _0x1ebc5c from'../emailconfigurationlogger.js';export default class s extends _0x4fdea0{static get[_0x74531a(0xa1)](){return[_0x1ebc5c];}static get[_0x74531a(0xb4)](){const _0x2ae5dc=_0x74531a;return _0x2ae5dc(0xac);}static get[_0x74531a(0x98)](){return!0x0;}static get[_0x74531a(0xbd)](){return!0x0;}[_0x74531a(0xa8)](){const _0x47eb21=_0x74531a;this[_0x47eb21(0x9a)](),this[_0x47eb21(0xae)]();}[_0x74531a(0x9a)](){const _0x4a8e94=_0x74531a,{plugins:_0x50a49d}=this[_0x4a8e94(0xaa)],_0x547c87=_0x50a49d[_0x4a8e94(0x97)](_0x1ebc5c);_0x50a49d[_0x4a8e94(0xa7)](_0x4a8e94(0xab))&&(_0x50a49d[_0x4a8e94(0xa7)](_0x4a8e94(0xbc))||_0x547c87[_0x4a8e94(0x9e)](_0x4a8e94(0xa5)),_0x50a49d[_0x4a8e94(0xa7)](_0x4a8e94(0xa6))||_0x547c87[_0x4a8e94(0x9e)](_0x4a8e94(0xb3)));}[_0x74531a(0xae)](){const _0x37c647=_0x74531a,{config:_0x5f2fde,plugins:_0x5f374b}=this[_0x37c647(0xaa)];_0x5f2fde[_0x37c647(0x97)](_0x37c647(0x99))&&_0x5f374b[_0x37c647(0xa7)](_0x37c647(0xab))&&(this[_0x37c647(0x9c)](_0x37c647(0xb6)),this[_0x37c647(0x9c)](_0x37c647(0xa4)));}[_0x74531a(0x9c)](_0x46b75f){const _0x2d2683=_0x74531a,_0x1c590b=this[_0x2d2683(0xaa)][_0x2d2683(0x9b)][_0x2d2683(0x97)](_0x1ebc5c);_0x1c590b[_0x2d2683(0xbe)](_0x2d2683(0xb9)+_0x46b75f+_0x2d2683(0xb7)),_0x1c590b[_0x2d2683(0xbe)](_0x2d2683(0xb9)+_0x46b75f+_0x2d2683(0xa0)),_0x1c590b[_0x2d2683(0xbe)](_0x2d2683(0xb9)+_0x46b75f+_0x2d2683(0xb0)),_0x1c590b[_0x2d2683(0xbe)](_0x2d2683(0xb9)+_0x46b75f+_0x2d2683(0xa2)),_0x1c590b[_0x2d2683(0xb5)](_0x2d2683(0xb9)+_0x46b75f+_0x2d2683(0xaf));}}
@@ -0,0 +1,35 @@
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/integrations/template
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that checks if the Template plugin is properly configured for the email integration.
13
+ */
14
+ export default class TemplateEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "TemplateEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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 _0x80871b=_0x46fc;function _0x5604(){const _0x3b09ac=['TemplateEmailIntegration','plugins','get','369726DxJCNY','isOfficialPlugin','pluginName','656130OolHIz','has','requires','_logSuppressibleInfo','Consider\x20enabling\x20the\x20Template\x20plugin\x20which\x20allows\x20inserting\x20predefined\x20e-mail\x20templates\x20into\x20the\x20editor.','1008856CofzZV','afterInit','21uWDuSb','email-configuration-missing-template-plugin','4rkfNhS','editor','features/email#template-plugin','7287300sOghtM','5923746SNBWPL','471838gbPnWR','3uuSEAK','Template','1372425OYfUQE','isPremiumPlugin'];_0x5604=function(){return _0x3b09ac;};return _0x5604();}(function(_0x1f4765,_0x51ce81){const _0xfb57d0=_0x46fc,_0x591b31=_0x1f4765();while(!![]){try{const _0x1e70a1=parseInt(_0xfb57d0(0xca))/0x1+-parseInt(_0xfb57d0(0xd2))/0x2*(parseInt(_0xfb57d0(0xcb))/0x3)+parseInt(_0xfb57d0(0xc5))/0x4*(-parseInt(_0xfb57d0(0xcd))/0x5)+parseInt(_0xfb57d0(0xc9))/0x6+-parseInt(_0xfb57d0(0xc3))/0x7*(-parseInt(_0xfb57d0(0xc1))/0x8)+-parseInt(_0xfb57d0(0xc8))/0x9+-parseInt(_0xfb57d0(0xbc))/0xa;if(_0x1e70a1===_0x51ce81)break;else _0x591b31['push'](_0x591b31['shift']());}catch(_0x6069df){_0x591b31['push'](_0x591b31['shift']());}}}(_0x5604,0x7ac05));import{Plugin as _0x34d10b}from'ckeditor5/src/core.js';import _0x237e20 from'../emailconfigurationlogger.js';function _0x46fc(_0x34f325,_0x20121e){const _0x56041a=_0x5604();return _0x46fc=function(_0x46fcfb,_0x4fcb9e){_0x46fcfb=_0x46fcfb-0xba;let _0x28c0a1=_0x56041a[_0x46fcfb];return _0x28c0a1;},_0x46fc(_0x34f325,_0x20121e);}export default class c extends _0x34d10b{static get[_0x80871b(0xbe)](){return[_0x237e20];}static get[_0x80871b(0xbb)](){const _0x303735=_0x80871b;return _0x303735(0xcf);}static get[_0x80871b(0xba)](){return!0x0;}static get[_0x80871b(0xce)](){return!0x0;}[_0x80871b(0xc2)](){const _0x4d401f=_0x80871b,_0x23f74e=this[_0x4d401f(0xc6)][_0x4d401f(0xd0)][_0x4d401f(0xd1)](_0x237e20);this[_0x4d401f(0xc6)][_0x4d401f(0xd0)][_0x4d401f(0xbd)](_0x4d401f(0xcc))||_0x23f74e[_0x4d401f(0xbf)](_0x4d401f(0xc4),_0x4d401f(0xc0),_0x4d401f(0xc7));}}
@@ -0,0 +1,35 @@
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/integrations/todolist
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import EmailConfigurationLogger from '../emailconfigurationlogger.js';
11
+ /**
12
+ * A plugin that warns about using the TodoList plugin in the email integration.
13
+ */
14
+ export default class TodoListEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "TodoListEmailIntegration";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get isOfficialPlugin(): true;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get isPremiumPlugin(): true;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ afterInit(): void;
35
+ }
@@ -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
+ function _0x26d8(){var _0x996453=['1777460aKDYLG','editor','pluginName','240ZMyqnP','plugins','get','_checkUnsupportedPlugin','805gTMUJE','5490XqtumT','TodoListEmailIntegration','isOfficialPlugin','526SJhYxn','TodoList','11262240HFTutj','6VtVRhr','afterInit','2488EFFuzr','1714524dhyZbJ','requires','11PgCeNW','9931516hTpZjk','17193mMyEDB','isPremiumPlugin'];_0x26d8=function(){return _0x996453;};return _0x26d8();}function _0x551d(_0x13be4f,_0x1087e8){var _0x26d8da=_0x26d8();return _0x551d=function(_0x551d00,_0x2dd9a6){_0x551d00=_0x551d00-0x1b6;var _0x737b4b=_0x26d8da[_0x551d00];return _0x737b4b;},_0x551d(_0x13be4f,_0x1087e8);}var _0xf4fe3b=_0x551d;(function(_0x1f4954,_0x50a275){var _0x1cd360=_0x551d,_0x2e1147=_0x1f4954();while(!![]){try{var _0x5f2997=parseInt(_0x1cd360(0x1cc))/0x1+parseInt(_0x1cd360(0x1c0))/0x2*(parseInt(_0x1cd360(0x1ca))/0x3)+-parseInt(_0x1cd360(0x1c5))/0x4*(-parseInt(_0x1cd360(0x1bc))/0x5)+-parseInt(_0x1cd360(0x1c3))/0x6*(parseInt(_0x1cd360(0x1c9))/0x7)+parseInt(_0x1cd360(0x1b8))/0x8*(-parseInt(_0x1cd360(0x1bd))/0x9)+-parseInt(_0x1cd360(0x1c2))/0xa+parseInt(_0x1cd360(0x1c8))/0xb*(parseInt(_0x1cd360(0x1c6))/0xc);if(_0x5f2997===_0x50a275)break;else _0x2e1147['push'](_0x2e1147['shift']());}catch(_0x592c8c){_0x2e1147['push'](_0x2e1147['shift']());}}}(_0x26d8,0xeb744));import{Plugin as _0x4d5a1a}from'ckeditor5/src/core.js';import _0x56b8d0 from'../emailconfigurationlogger.js';export default class y extends _0x4d5a1a{static get[_0xf4fe3b(0x1c7)](){return[_0x56b8d0];}static get[_0xf4fe3b(0x1b7)](){var _0x1cb177=_0xf4fe3b;return _0x1cb177(0x1be);}static get[_0xf4fe3b(0x1bf)](){return!0x0;}static get[_0xf4fe3b(0x1cb)](){return!0x0;}[_0xf4fe3b(0x1c4)](){var _0x5e4877=_0xf4fe3b;this[_0x5e4877(0x1b6)][_0x5e4877(0x1b9)][_0x5e4877(0x1ba)](_0x56b8d0)[_0x5e4877(0x1bb)](_0x5e4877(0x1c1));}}