@ckeditor/ckeditor5-uploadcare 0.0.0-nightly-20250129.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 (75) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/LICENSE.md +17 -0
  3. package/README.md +36 -0
  4. package/build/uploadcare.js +4 -0
  5. package/ckeditor5-metadata.json +47 -0
  6. package/dist/index-content.css +5 -0
  7. package/dist/index-editor.css +265 -0
  8. package/dist/index.css +315 -0
  9. package/dist/index.js +25 -0
  10. package/lang/contexts.json +27 -0
  11. package/package.json +80 -0
  12. package/src/augmentation.d.ts +30 -0
  13. package/src/augmentation.js +23 -0
  14. package/src/index.d.ts +16 -0
  15. package/src/index.js +23 -0
  16. package/src/ui/uploadcarecontroller.d.ts +30 -0
  17. package/src/ui/uploadcarecontroller.js +24 -0
  18. package/src/ui/uploadcareformview.d.ts +23 -0
  19. package/src/ui/uploadcareformview.js +23 -0
  20. package/src/uploadcare.d.ts +48 -0
  21. package/src/uploadcare.js +23 -0
  22. package/src/uploadcarecommand.d.ts +38 -0
  23. package/src/uploadcarecommand.js +23 -0
  24. package/src/uploadcareconfig.d.ts +227 -0
  25. package/src/uploadcareconfig.js +23 -0
  26. package/src/uploadcareediting.d.ts +49 -0
  27. package/src/uploadcareediting.js +23 -0
  28. package/src/uploadcareimageedit/ui/uploadcareimageeditcontroller.d.ts +78 -0
  29. package/src/uploadcareimageedit/ui/uploadcareimageeditcontroller.js +24 -0
  30. package/src/uploadcareimageedit/ui/uploadcareimageeditformeditingview.d.ts +25 -0
  31. package/src/uploadcareimageedit/ui/uploadcareimageeditformeditingview.js +23 -0
  32. package/src/uploadcareimageedit/ui/uploadcareimageeditformerrorview.d.ts +27 -0
  33. package/src/uploadcareimageedit/ui/uploadcareimageeditformerrorview.js +23 -0
  34. package/src/uploadcareimageedit/ui/uploadcareimageeditformloadingview.d.ts +24 -0
  35. package/src/uploadcareimageedit/ui/uploadcareimageeditformloadingview.js +23 -0
  36. package/src/uploadcareimageedit/ui/uploadcareimageeditformview.d.ts +32 -0
  37. package/src/uploadcareimageedit/ui/uploadcareimageeditformview.js +23 -0
  38. package/src/uploadcareimageedit/uploadcareimageeditcommand.d.ts +49 -0
  39. package/src/uploadcareimageedit/uploadcareimageeditcommand.js +23 -0
  40. package/src/uploadcareimageedit/uploadcareimageeditediting.d.ts +38 -0
  41. package/src/uploadcareimageedit/uploadcareimageeditediting.js +23 -0
  42. package/src/uploadcareimageedit/uploadcareimageeditui.d.ts +48 -0
  43. package/src/uploadcareimageedit/uploadcareimageeditui.js +23 -0
  44. package/src/uploadcareimageedit/uploadcareimagereplacecommand.d.ts +23 -0
  45. package/src/uploadcareimageedit/uploadcareimagereplacecommand.js +23 -0
  46. package/src/uploadcareimageedit.d.ts +32 -0
  47. package/src/uploadcareimageedit.js +23 -0
  48. package/src/uploadcareui.d.ts +41 -0
  49. package/src/uploadcareui.js +23 -0
  50. package/src/uploadcareuploadadapter.d.ts +39 -0
  51. package/src/uploadcareuploadadapter.js +23 -0
  52. package/src/utils/common-translations.d.ts +5 -0
  53. package/src/utils/common-translations.js +23 -0
  54. package/src/utils/dialogfocusmanagerview.d.ts +29 -0
  55. package/src/utils/dialogfocusmanagerview.js +23 -0
  56. package/src/utils/editingutils.d.ts +5 -0
  57. package/src/utils/editingutils.js +23 -0
  58. package/src/utils/isancestor.d.ts +8 -0
  59. package/src/utils/isancestor.js +23 -0
  60. package/src/utils/uploadutils.d.ts +5 -0
  61. package/src/utils/uploadutils.js +23 -0
  62. package/theme/icons/dropbox.svg +11 -0
  63. package/theme/icons/error.svg +1 -0
  64. package/theme/icons/facebook.svg +11 -0
  65. package/theme/icons/google-drive.svg +11 -0
  66. package/theme/icons/google-photos.svg +11 -0
  67. package/theme/icons/image-upload.svg +11 -0
  68. package/theme/icons/instagram.svg +11 -0
  69. package/theme/icons/link.svg +11 -0
  70. package/theme/icons/local.svg +11 -0
  71. package/theme/icons/onedrive.svg +11 -0
  72. package/theme/icons/uploadcare-image-edit.svg +11 -0
  73. package/theme/uploadcare-form.css +198 -0
  74. package/theme/uploadcare-theme.css +20 -0
  75. package/theme/uploadcareimageedit.css +64 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+ Changelog
2
+ =========
3
+
4
+ All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
5
+
6
+ Changes for the past releases are available below.
package/LICENSE.md ADDED
@@ -0,0 +1,17 @@
1
+ Software License Agreement
2
+ ==========================
3
+
4
+ **CKEditor&nbsp;5 Uploadcare feature** – https://github.com/ckeditor/ckeditor5-uploadcare <br>
5
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
+
7
+ Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
+
9
+ Sources of Intellectual Property Included in CKEditor
10
+ -----------------------------------------------------
11
+
12
+ Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
13
+
14
+ Trademarks
15
+ ----------
16
+
17
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
package/README.md ADDED
@@ -0,0 +1,36 @@
1
+ CKEditor&nbsp;5 Uploadcare feature
2
+ =================================
3
+
4
+ [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-uploadcare.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-uploadcare)
5
+
6
+ This package implements the Uploadcare integration feature for CKEditor&nbsp;5. It allows you to integrate CKEditor&nbsp;5 with [Uploadcare](https://uploadcare.com) file uploading and allow users to upload files from various services like Dropbox, Facebook, Google Drive, Google Photos, Instagram, OneDrive and insert them into your content.
7
+
8
+ This features offers image editor with multiple editing options, optimization capabilities and provides a {@link features/images-responsive responsive images mechanism} for CKEditor&nbsp;5.
9
+
10
+ This is a premium feature. Please [contact us](https://ckeditor.com/contact/) if you would like to purchase a license. Let us know if you have any feedback or questions!
11
+
12
+ ## Demo
13
+
14
+ Check out the [demo in the Uploadcare](https://ckeditor.com/docs/ckeditor5/latest/features/uploadcare.html#demo) feature guide.
15
+
16
+ ## Documentation
17
+
18
+ See the [`@ckeditor/ckeditor5-uploadcare` package](https://ckeditor.com/docs/ckeditor5/latest/api/uploadcare.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Uploadcare](https://ckeditor.com/docs/ckeditor5/latest/features/uploadcare.html) feature guide.
19
+
20
+ ## Getting support
21
+
22
+ The CKEditor&nbsp;5 Uploadcare feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor&nbsp;5 developers. The team will gladly assist you in all aspects from setting up your account to integrating the CKEditor&nbsp;5 Uploadcare feature with your application.
23
+
24
+ As a licensed CKEditor&nbsp;5 Uploadcare feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
25
+
26
+ ## License
27
+
28
+ **CKEditor&nbsp;5 Uploadcare** (https://ckeditor.com/ckeditor-5/)<br>
29
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
30
+
31
+ CKEditor&nbsp;5 Uploadcare feature is licensed under a commercial license and is protected by copyright law.
32
+ For more details about available licensing options please contact us at sales@cksource.com.
33
+
34
+ ### Trademarks
35
+
36
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.