@ckeditor/ckeditor5-email 0.0.1 → 45.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
+ function _0x36f0(){var _0x3cb818=['7246918aBhrOY','5504735QhTxaK','3851868HHPTDF','64AbIqRy','plugins','_checkUnsupportedPlugin','requires','146418dpAbPP','afterInit','editor','Base64UploadAdapter','322472vPVMkV','149081FpPogt','18670616GRwJwW','pluginName','isPremiumPlugin','isOfficialPlugin','UploadEmailIntegration','get'];_0x36f0=function(){return _0x3cb818;};return _0x36f0();}var _0x48864a=_0x23b5;(function(_0x397d76,_0x1bfedc){var _0x49c7b3=_0x23b5,_0x3a8808=_0x397d76();while(!![]){try{var _0x1bc417=parseInt(_0x49c7b3(0x1af))/0x1+-parseInt(_0x49c7b3(0x1ae))/0x2+-parseInt(_0x49c7b3(0x1aa))/0x3*(parseInt(_0x49c7b3(0x1a6))/0x4)+-parseInt(_0x49c7b3(0x1a4))/0x5+-parseInt(_0x49c7b3(0x1a5))/0x6+parseInt(_0x49c7b3(0x1a3))/0x7+parseInt(_0x49c7b3(0x1b0))/0x8;if(_0x1bc417===_0x1bfedc)break;else _0x3a8808['push'](_0x3a8808['shift']());}catch(_0x46fd7b){_0x3a8808['push'](_0x3a8808['shift']());}}}(_0x36f0,0xcb665));import{Plugin as _0x4626aa}from'ckeditor5/src/core.js';import _0x59d1a3 from'../emailconfigurationlogger.js';function _0x23b5(_0x17e7bb,_0x29b6d3){var _0x36f08d=_0x36f0();return _0x23b5=function(_0x23b5c5,_0x56af91){_0x23b5c5=_0x23b5c5-0x1a2;var _0x2b7c7b=_0x36f08d[_0x23b5c5];return _0x2b7c7b;},_0x23b5(_0x17e7bb,_0x29b6d3);}export default class L extends _0x4626aa{static get[_0x48864a(0x1a9)](){return[_0x59d1a3];}static get[_0x48864a(0x1b1)](){var _0x189a01=_0x48864a;return _0x189a01(0x1b4);}static get[_0x48864a(0x1b3)](){return!0x0;}static get[_0x48864a(0x1b2)](){return!0x0;}[_0x48864a(0x1ab)](){var _0x316856=_0x48864a;this[_0x316856(0x1ac)][_0x316856(0x1a7)][_0x316856(0x1a2)](_0x59d1a3)[_0x316856(0x1a8)](_0x316856(0x1ad));}}