@ckeditor/ckeditor5-real-time-collaboration 39.0.1 → 40.0.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 (98) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/LICENSE.md +6 -6
  3. package/README.md +11 -11
  4. package/build/real-time-collaboration.js +1 -1
  5. package/build/translations/fa.js +1 -0
  6. package/ckeditor5-metadata.json +1 -1
  7. package/lang/translations/ar.po +1 -0
  8. package/lang/translations/bg.po +1 -0
  9. package/lang/translations/bn.po +1 -0
  10. package/lang/translations/ca.po +1 -0
  11. package/lang/translations/cs.po +1 -0
  12. package/lang/translations/da.po +1 -0
  13. package/lang/translations/de-ch.po +1 -0
  14. package/lang/translations/de.po +1 -0
  15. package/lang/translations/el.po +1 -0
  16. package/lang/translations/en-au.po +1 -0
  17. package/lang/translations/en.po +1 -0
  18. package/lang/translations/es.po +1 -0
  19. package/lang/translations/et.po +1 -0
  20. package/lang/translations/fa.po +48 -0
  21. package/lang/translations/fi.po +1 -0
  22. package/lang/translations/fr.po +1 -0
  23. package/lang/translations/gl.po +1 -0
  24. package/lang/translations/he.po +1 -0
  25. package/lang/translations/hi.po +1 -0
  26. package/lang/translations/hr.po +1 -0
  27. package/lang/translations/hu.po +1 -0
  28. package/lang/translations/id.po +1 -0
  29. package/lang/translations/it.po +1 -0
  30. package/lang/translations/ja.po +1 -0
  31. package/lang/translations/ko.po +1 -0
  32. package/lang/translations/lt.po +1 -0
  33. package/lang/translations/lv.po +1 -0
  34. package/lang/translations/ms.po +1 -0
  35. package/lang/translations/nl.po +1 -0
  36. package/lang/translations/no.po +1 -0
  37. package/lang/translations/pl.po +1 -0
  38. package/lang/translations/pt-br.po +1 -0
  39. package/lang/translations/pt.po +1 -0
  40. package/lang/translations/ro.po +1 -0
  41. package/lang/translations/ru.po +1 -0
  42. package/lang/translations/sk.po +1 -0
  43. package/lang/translations/sr-latn.po +1 -0
  44. package/lang/translations/sr.po +1 -0
  45. package/lang/translations/sv.po +1 -0
  46. package/lang/translations/th.po +1 -0
  47. package/lang/translations/tk.po +1 -0
  48. package/lang/translations/tr.po +1 -0
  49. package/lang/translations/uk.po +1 -0
  50. package/lang/translations/vi.po +1 -0
  51. package/lang/translations/zh-cn.po +1 -0
  52. package/lang/translations/zh.po +1 -0
  53. package/package.json +6 -10
  54. package/src/augmentation.d.ts +65 -65
  55. package/src/common-translations.d.ts +9 -9
  56. package/src/common-translations.js +1 -1
  57. package/src/config.d.ts +37 -37
  58. package/src/index.d.ts +14 -14
  59. package/src/presencelist/presencelistui.d.ts +43 -43
  60. package/src/presencelist/presencelistui.js +1 -1
  61. package/src/presencelist/view/presencecounterview.d.ts +11 -11
  62. package/src/presencelist/view/presencecounterview.js +1 -1
  63. package/src/presencelist/view/presencedropdownlistitemview.d.ts +11 -11
  64. package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
  65. package/src/presencelist/view/presencedropdownlistview.d.ts +10 -10
  66. package/src/presencelist/view/presencedropdownlistview.js +1 -1
  67. package/src/presencelist/view/presenceinlinelistitemview.d.ts +18 -18
  68. package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
  69. package/src/presencelist/view/presenceinlinelistview.d.ts +11 -11
  70. package/src/presencelist/view/presenceinlinelistview.js +1 -1
  71. package/src/presencelist/view/presencelistview.d.ts +15 -15
  72. package/src/presencelist/view/presencelistview.js +1 -1
  73. package/src/presencelist.d.ts +28 -28
  74. package/src/presencelist.js +1 -1
  75. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.d.ts +52 -48
  76. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
  77. package/src/realtimecollaborativecomments.d.ts +36 -36
  78. package/src/realtimecollaborativecomments.js +1 -1
  79. package/src/realtimecollaborativeediting/realtimecollaborationclient.d.ts +137 -137
  80. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
  81. package/src/realtimecollaborativeediting/sessions.d.ts +118 -118
  82. package/src/realtimecollaborativeediting/sessions.js +1 -1
  83. package/src/realtimecollaborativeediting/usermarkers.d.ts +36 -36
  84. package/src/realtimecollaborativeediting/usermarkers.js +1 -1
  85. package/src/realtimecollaborativeediting/websocketgateway.d.ts +55 -55
  86. package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
  87. package/src/realtimecollaborativeediting.d.ts +26 -26
  88. package/src/realtimecollaborativeediting.js +1 -1
  89. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.d.ts +45 -45
  90. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
  91. package/src/realtimecollaborativerevisionhistory.d.ts +29 -29
  92. package/src/realtimecollaborativerevisionhistory.js +1 -1
  93. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.d.ts +39 -39
  94. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
  95. package/src/realtimecollaborativetrackchanges.d.ts +27 -27
  96. package/src/realtimecollaborativetrackchanges.js +1 -1
  97. package/theme/presencelist.css +11 -11
  98. package/theme/usermarkers.css +19 -18
package/CHANGELOG.md CHANGED
@@ -169,16 +169,16 @@ Internal changes only (updated dependencies, documentation, etc.).
169
169
 
170
170
  ## 12.0.0 (2018-12-06)
171
171
 
172
- Since the family of CKEditor 5 collaboration features was expanded, the structure of repositories was rearranged. The "CKEditor 5 collaboration" package was renamed to "CKEditor 5 real-time collaboration" and a part of it was extracted to separate repositories: [CKEditor 5 collaboration core](https://www.npmjs.com/package/@ckeditor/ckeditor5-collaboration-core) and [CKEditor 5 comments](https://www.npmjs.com/package/@ckeditor/ckeditor5-comments).
172
+ Since the family of CKEditor 5 collaboration features was expanded, the structure of repositories was rearranged. The "CKEditor 5 collaboration" package was renamed to "CKEditor 5 real-time collaboration" and a part of it was extracted to separate repositories: [CKEditor 5 collaboration core](https://www.npmjs.com/package/@ckeditor/ckeditor5-collaboration-core) and [CKEditor 5 comments](https://www.npmjs.com/package/@ckeditor/ckeditor5-comments).
173
173
 
174
- It means that all packages use different paths now and some of them (mostly users and comments) have a new API. In some cases, it is enough to add `-real-time-` to the import path, but it is recommended to refer to [the new guide about CKEditor 5 real-time collaboration solutions](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html) for more details.
174
+ It means that all packages use different paths now and some of them (mostly users and comments) have a new API. In some cases, it is enough to add `-real-time-` to the import path, but it is recommended to refer to [the new guide about CKEditor 5 real-time collaboration solutions](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html) for more details.
175
175
 
176
176
 
177
177
  ## 11.0.0 (2018-10-08)
178
178
 
179
179
  ### New operational transformation algorithms
180
180
 
181
- Real-time collaboration is now based on [new operational transformation algorithms introduced in the CKEditor 5 engine](https://github.com/ckeditor/ckeditor5-engine/issues/1162). This change makes messages sent between clients simpler and brings faster and more stable collaboration.
181
+ Real-time collaboration is now based on [new operational transformation algorithms introduced in the CKEditor 5 engine](https://github.com/ckeditor/ckeditor5-engine/issues/1162). This change makes messages sent between clients simpler and brings faster and more stable collaboration.
182
182
 
183
183
  ### Compressed data sent through collaboration
184
184
 
@@ -188,7 +188,7 @@ To provide better compression, changes are no more sent as soon as they happen,
188
188
 
189
189
  ### Table and media embedding support
190
190
 
191
- Real-time collaborative editing and comments are tested and proved to work with all CKEditor 5 components including recently released table and media embed features. All collaboration features should also work with third-party widgets out of the box.
191
+ Real-time collaborative editing and comments are tested and proved to work with all CKEditor 5 components including recently released table and media embed features. All collaboration features should also work with third-party widgets out of the box.
192
192
 
193
193
  ### Other changes
194
194
 
package/LICENSE.md CHANGED
@@ -1,16 +1,16 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 real-time collaboration** (https://ckeditor.com/collaboration/real-time/)<br>
5
- Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
4
+ **CKEditor&nbsp;5 real-time collaboration** (https://ckeditor.com/collaboration/real-time/)<br>
5
+ Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 real-time collaboration features are licensed under a commercial license and are protected by copyright law.
7
+ CKEditor&nbsp;5 real-time collaboration features are licensed under a commercial license and are protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
9
9
 
10
- Sources of Intellectual Property Included in CKEditor 5 real-time collaboration
10
+ Sources of Intellectual Property Included in CKEditor&nbsp;5 real-time collaboration
11
11
  -------------------------------------------------------------------------------
12
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.
13
+ Where not otherwise indicated, all CKEditor&nbsp;5 real-time collaboration features content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
14
 
15
15
  The following libraries are included in CKEditor Cloud Services Collaboration low-level API under the [MIT license](https://opensource.org/licenses/MIT):
16
16
 
@@ -19,7 +19,7 @@ The following libraries are included in CKEditor Cloud Services Collaboration lo
19
19
  * uuid - Copyright (c) 2010-2016 Robert Kieffer and other contributors.
20
20
  * url-parse - Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
21
21
 
22
- The following libraries are included in CKEditor 5 operations compressor under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause):
22
+ The following libraries are included in CKEditor&nbsp;5 operations compressor under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause):
23
23
 
24
24
  * Protocol Buffers for JavaScript - Copyright (c) 2016, Daniel Wirtz.
25
25
 
package/README.md CHANGED
@@ -1,33 +1,33 @@
1
- # CKEditor 5 real-time collaboration
1
+ # CKEditor&nbsp;5 real-time collaboration
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-real-time-collaboration.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-real-time-collaboration)
4
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.
5
+ CKEditor&nbsp;5 real-time collaboration lets you customize your CKEditor&nbsp;5 build to include real-time collaborative editing, commenting and track changes features. You can also easily tailor them to your needs.
6
6
 
7
- ![Real-time collaboration features in CKEditor 5 WYSIWYG editor screenshot](https://c.cksource.com/a/2/img/npm/ckeditor5-real-time-collaboration.png)
7
+ ![Real-time collaboration features in CKEditor&nbsp;5 WYSIWYG editor screenshot](https://c.cksource.com/a/2/img/npm/ckeditor5-real-time-collaboration.png)
8
8
 
9
9
  ## Documentation
10
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).
11
+ For more information about real-time collaboration see the [CKEditor&nbsp;5 real-time collaboration documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html).
12
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.
13
+ Also, make sure you visit the [CKEditor&nbsp;5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
14
14
 
15
15
  ## Browser compatibility
16
16
 
17
- 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.
17
+ CKEditor&nbsp;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&nbsp;5 [Browser compatibility](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/support/browser-compatibility.html) article for more details.
18
18
 
19
19
  ## Getting support
20
20
 
21
- 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.
21
+ CKEditor&nbsp;5 real-time collaboration 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 CKEditor&nbsp;5 real-time collaboration features with your application.
22
22
 
23
- As a licensed CKEditor 5 real-time collaboration user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
23
+ As a licensed CKEditor&nbsp;5 real-time collaboration user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
24
24
 
25
25
  ## License
26
26
 
27
- **CKEditor 5 real-time collaboration features** (https://ckeditor.com/collaboration/real-time/)<br>
28
- Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
27
+ **CKEditor&nbsp;5 real-time collaboration features** (https://ckeditor.com/collaboration/real-time/)<br>
28
+ Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
29
29
 
30
- CKEditor 5 real-time collaboration is licensed under a commercial license and is protected by copyright law.
30
+ CKEditor&nbsp;5 real-time collaboration is licensed under a commercial license and is protected by copyright law.
31
31
  For more details about available licensing options please contact us at sales@cksource.com.
32
32
 
33
33
  ### Trademarks