@ckeditor/ckeditor5-real-time-collaboration 0.0.0-internal-20241017.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/CHANGELOG.md +4 -0
- package/LICENSE.md +25 -0
- package/README.md +41 -0
- package/build/real-time-collaboration.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +87 -0
- package/dist/augmentation.d.ts +68 -0
- package/dist/common-translations.d.ts +13 -0
- package/dist/config.d.ts +52 -0
- package/dist/index-content.css +5 -0
- package/dist/index-editor.css +321 -0
- package/dist/index.css +423 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +28 -0
- package/dist/presencelist/presencelistui.d.ts +51 -0
- package/dist/presencelist/view/presencecounterview.d.ts +15 -0
- package/dist/presencelist/view/presencedropdownlistitemview.d.ts +19 -0
- package/dist/presencelist/view/presencedropdownlistview.d.ts +36 -0
- package/dist/presencelist/view/presenceinlinelistitemview.d.ts +23 -0
- package/dist/presencelist/view/presenceinlinelistview.d.ts +38 -0
- package/dist/presencelist/view/presencelistview.d.ts +24 -0
- package/dist/presencelist.d.ts +40 -0
- package/dist/realtimecollaborativecomments/cloudservicescommentsadapter.d.ts +64 -0
- package/dist/realtimecollaborativecomments.d.ts +48 -0
- package/dist/realtimecollaborativeediting/realtimecollaborationclient.d.ts +149 -0
- package/dist/realtimecollaborativeediting/sessions.d.ts +130 -0
- package/dist/realtimecollaborativeediting/usermarkers.d.ts +52 -0
- package/dist/realtimecollaborativeediting/websocketgateway.d.ts +67 -0
- package/dist/realtimecollaborativeediting.d.ts +38 -0
- package/dist/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.d.ts +49 -0
- package/dist/realtimecollaborativerevisionhistory.d.ts +41 -0
- package/dist/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.d.ts +43 -0
- package/dist/realtimecollaborativetrackchanges.d.ts +39 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de-ch.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fa.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/lang/contexts.json +12 -0
- package/lang/translations/ar.po +64 -0
- package/lang/translations/bg.po +60 -0
- package/lang/translations/bn.po +60 -0
- package/lang/translations/ca.po +60 -0
- package/lang/translations/cs.po +62 -0
- package/lang/translations/da.po +60 -0
- package/lang/translations/de-ch.po +60 -0
- package/lang/translations/de.po +60 -0
- package/lang/translations/el.po +60 -0
- package/lang/translations/en-au.po +60 -0
- package/lang/translations/en.po +60 -0
- package/lang/translations/es.po +61 -0
- package/lang/translations/et.po +60 -0
- package/lang/translations/fa.po +60 -0
- package/lang/translations/fi.po +60 -0
- package/lang/translations/fr.po +61 -0
- package/lang/translations/gl.po +60 -0
- package/lang/translations/he.po +61 -0
- package/lang/translations/hi.po +60 -0
- package/lang/translations/hr.po +61 -0
- package/lang/translations/hu.po +60 -0
- package/lang/translations/id.po +59 -0
- package/lang/translations/it.po +61 -0
- package/lang/translations/ja.po +59 -0
- package/lang/translations/ko.po +59 -0
- package/lang/translations/lt.po +62 -0
- package/lang/translations/lv.po +61 -0
- package/lang/translations/ms.po +59 -0
- package/lang/translations/nl.po +60 -0
- package/lang/translations/no.po +60 -0
- package/lang/translations/pl.po +62 -0
- package/lang/translations/pt-br.po +61 -0
- package/lang/translations/pt.po +61 -0
- package/lang/translations/ro.po +61 -0
- package/lang/translations/ru.po +62 -0
- package/lang/translations/sk.po +62 -0
- package/lang/translations/sr-latn.po +61 -0
- package/lang/translations/sr.po +61 -0
- package/lang/translations/sv.po +60 -0
- package/lang/translations/th.po +59 -0
- package/lang/translations/tk.po +60 -0
- package/lang/translations/tr.po +60 -0
- package/lang/translations/uk.po +62 -0
- package/lang/translations/vi.po +59 -0
- package/lang/translations/zh-cn.po +59 -0
- package/lang/translations/zh.po +59 -0
- package/package.json +57 -0
- package/src/augmentation.d.ts +64 -0
- package/src/augmentation.js +23 -0
- package/src/common-translations.d.ts +9 -0
- package/src/common-translations.js +23 -0
- package/src/config.d.ts +48 -0
- package/src/config.js +23 -0
- package/src/index.d.ts +14 -0
- package/src/index.js +23 -0
- package/src/presencelist/presencelistui.d.ts +47 -0
- package/src/presencelist/presencelistui.js +23 -0
- package/src/presencelist/view/presencecounterview.d.ts +11 -0
- package/src/presencelist/view/presencecounterview.js +23 -0
- package/src/presencelist/view/presencedropdownlistitemview.d.ts +15 -0
- package/src/presencelist/view/presencedropdownlistitemview.js +23 -0
- package/src/presencelist/view/presencedropdownlistview.d.ts +32 -0
- package/src/presencelist/view/presencedropdownlistview.js +23 -0
- package/src/presencelist/view/presenceinlinelistitemview.d.ts +19 -0
- package/src/presencelist/view/presenceinlinelistitemview.js +23 -0
- package/src/presencelist/view/presenceinlinelistview.d.ts +34 -0
- package/src/presencelist/view/presenceinlinelistview.js +23 -0
- package/src/presencelist/view/presencelistview.d.ts +20 -0
- package/src/presencelist/view/presencelistview.js +23 -0
- package/src/presencelist.d.ts +36 -0
- package/src/presencelist.js +23 -0
- package/src/realtimecollaborativecomments/cloudservicescommentsadapter.d.ts +60 -0
- package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +23 -0
- package/src/realtimecollaborativecomments.d.ts +44 -0
- package/src/realtimecollaborativecomments.js +23 -0
- package/src/realtimecollaborativeediting/realtimecollaborationclient.d.ts +145 -0
- package/src/realtimecollaborativeediting/realtimecollaborationclient.js +23 -0
- package/src/realtimecollaborativeediting/sessions.d.ts +126 -0
- package/src/realtimecollaborativeediting/sessions.js +23 -0
- package/src/realtimecollaborativeediting/usermarkers.d.ts +48 -0
- package/src/realtimecollaborativeediting/usermarkers.js +23 -0
- package/src/realtimecollaborativeediting/websocketgateway.d.ts +63 -0
- package/src/realtimecollaborativeediting/websocketgateway.js +23 -0
- package/src/realtimecollaborativeediting.d.ts +34 -0
- package/src/realtimecollaborativeediting.js +23 -0
- package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.d.ts +45 -0
- package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +23 -0
- package/src/realtimecollaborativerevisionhistory.d.ts +37 -0
- package/src/realtimecollaborativerevisionhistory.js +23 -0
- package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.d.ts +39 -0
- package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +23 -0
- package/src/realtimecollaborativetrackchanges.d.ts +35 -0
- package/src/realtimecollaborativetrackchanges.js +23 -0
- package/theme/presencelist.css +262 -0
- package/theme/usermarkers.css +107 -0
package/CHANGELOG.md
ADDED
package/LICENSE.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Software License Agreement
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
**CKEditor 5 real-time collaboration** (https://ckeditor.com/collaboration/real-time/)<br>
|
|
5
|
+
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
|
+
|
|
7
|
+
CKEditor 5 real-time collaboration features are licensed under a commercial license and are protected by copyright law.
|
|
8
|
+
For more details about available licensing options please contact us at sales@cksource.com.
|
|
9
|
+
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 real-time collaboration
|
|
11
|
+
-------------------------------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 real-time collaboration features content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
|
+
|
|
15
|
+
The following libraries are included in CKEditor 5 real-time collaboration under the [MIT license](https://opensource.org/licenses/MIT):
|
|
16
|
+
|
|
17
|
+
* Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
|
|
18
|
+
* Socket.IO - Copyright (c) 2014–2018 Automattic <dev@cloudup.com>.
|
|
19
|
+
* uuid - Copyright (c) 2010–2016 Robert Kieffer and other contributors.
|
|
20
|
+
* url-parse - Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
21
|
+
|
|
22
|
+
Trademarks
|
|
23
|
+
----------
|
|
24
|
+
|
|
25
|
+
**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,41 @@
|
|
|
1
|
+
# CKEditor 5 real-time collaboration
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-real-time-collaboration)
|
|
4
|
+
|
|
5
|
+
CKEditor 5 real-time collaboration lets you customize your CKEditor 5 build to include real-time collaborative editing, commenting and track changes features. You can also easily tailor them to your needs.
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
## Documentation
|
|
10
|
+
|
|
11
|
+
For more information about real-time collaboration see the [CKEditor 5 real-time collaboration documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html).
|
|
12
|
+
|
|
13
|
+
Also, make sure you visit the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
|
|
14
|
+
|
|
15
|
+
## Installation
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npm install ckeditor5-premium-features
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Browser compatibility
|
|
22
|
+
|
|
23
|
+
CKEditor 5 real-time collaboration features work in all major modern browsers: Chrome, Firefox, Safari, and Edge. They are also compatible with mobile environments: Android and iOS. Refer to the CKEditor 5 [Browser compatibility](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/support/browser-compatibility.html) article for more details.
|
|
24
|
+
|
|
25
|
+
## Getting support
|
|
26
|
+
|
|
27
|
+
CKEditor 5 real-time collaboration comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 real-time collaboration features with your application.
|
|
28
|
+
|
|
29
|
+
As a licensed CKEditor 5 real-time collaboration user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
30
|
+
|
|
31
|
+
## License
|
|
32
|
+
|
|
33
|
+
**CKEditor 5 real-time collaboration features** (https://ckeditor.com/collaboration/real-time/)<br>
|
|
34
|
+
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
35
|
+
|
|
36
|
+
CKEditor 5 real-time collaboration is licensed under a commercial license and is protected by copyright law.
|
|
37
|
+
For more details about available licensing options please contact us at sales@cksource.com.
|
|
38
|
+
|
|
39
|
+
### Trademarks
|
|
40
|
+
|
|
41
|
+
**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.
|