@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/upload
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 upload is proerly configured for the email integration.
13
+ */
14
+ export default class UploadEmailIntegration extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get requires(): readonly [typeof EmailConfigurationLogger];
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "UploadEmailIntegration";
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 _0x21cfdc=_0x5021;function _0x5021(_0x4b6306,_0x5a48e7){var _0x2b5598=_0x2b55();return _0x5021=function(_0x5021ba,_0x446795){_0x5021ba=_0x5021ba-0x1cc;var _0xda01eb=_0x2b5598[_0x5021ba];return _0xda01eb;},_0x5021(_0x4b6306,_0x5a48e7);}(function(_0x285f2d,_0x5cf8ed){var _0x5b18d0=_0x5021,_0x413095=_0x285f2d();while(!![]){try{var _0x242808=-parseInt(_0x5b18d0(0x1d2))/0x1+-parseInt(_0x5b18d0(0x1d4))/0x2+-parseInt(_0x5b18d0(0x1d6))/0x3*(parseInt(_0x5b18d0(0x1d1))/0x4)+parseInt(_0x5b18d0(0x1cd))/0x5*(parseInt(_0x5b18d0(0x1db))/0x6)+-parseInt(_0x5b18d0(0x1cc))/0x7*(-parseInt(_0x5b18d0(0x1d3))/0x8)+parseInt(_0x5b18d0(0x1dd))/0x9+parseInt(_0x5b18d0(0x1de))/0xa;if(_0x242808===_0x5cf8ed)break;else _0x413095['push'](_0x413095['shift']());}catch(_0x53acf2){_0x413095['push'](_0x413095['shift']());}}}(_0x2b55,0xd5a13));import{Plugin as _0x2a3c68}from'ckeditor5/src/core.js';import _0x16b000 from'../emailconfigurationlogger.js';export default class L extends _0x2a3c68{static get[_0x21cfdc(0x1dc)](){return[_0x16b000];}static get[_0x21cfdc(0x1d0)](){var _0x1dd762=_0x21cfdc;return _0x1dd762(0x1ce);}static get[_0x21cfdc(0x1da)](){return!0x0;}static get[_0x21cfdc(0x1cf)](){return!0x0;}[_0x21cfdc(0x1d9)](){var _0x12ed13=_0x21cfdc;this[_0x12ed13(0x1d5)][_0x12ed13(0x1d8)][_0x12ed13(0x1e0)](_0x16b000)[_0x12ed13(0x1d7)](_0x12ed13(0x1df));}}function _0x2b55(){var _0x4ea65f=['14cFUJdK','20oRPZvg','UploadEmailIntegration','isPremiumPlugin','pluginName','4EpSCxj','608895byGoEC','6126592BdlXvO','3013058pJQuxL','editor','866577fUtOBJ','_checkUnsupportedPlugin','plugins','afterInit','isOfficialPlugin','1097880LqYMlO','requires','2688975cxxxLb','7169670jaYvjN','Base64UploadAdapter','get'];_0x2b55=function(){return _0x4ea65f;};return _0x2b55();}