@ckeditor/ckeditor5-track-changes 33.0.0 → 34.2.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 (118) hide show
  1. package/LICENSE.md +2 -2
  2. package/README.md +5 -2
  3. package/build/track-changes.js +2 -2
  4. package/build/translations/az.js +1 -0
  5. package/build/translations/cs.js +1 -1
  6. package/build/translations/da.js +1 -1
  7. package/build/translations/de.js +1 -1
  8. package/build/translations/el.js +1 -1
  9. package/build/translations/en-au.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fr.js +1 -1
  13. package/build/translations/gl.js +1 -1
  14. package/build/translations/hi.js +1 -1
  15. package/build/translations/hr.js +1 -1
  16. package/build/translations/id.js +1 -0
  17. package/build/translations/it.js +1 -1
  18. package/build/translations/lv.js +1 -0
  19. package/build/translations/nl.js +1 -1
  20. package/build/translations/pl.js +1 -1
  21. package/build/translations/pt-br.js +1 -1
  22. package/build/translations/sk.js +1 -1
  23. package/build/translations/sr-latn.js +1 -1
  24. package/build/translations/sr.js +1 -1
  25. package/build/translations/tk.js +1 -1
  26. package/build/translations/tr.js +1 -1
  27. package/build/translations/zh-cn.js +1 -1
  28. package/build/translations/zh.js +1 -1
  29. package/lang/contexts.json +2 -0
  30. package/lang/translations/az.po +397 -0
  31. package/lang/translations/cs.po +40 -28
  32. package/lang/translations/da.po +10 -0
  33. package/lang/translations/de.po +10 -0
  34. package/lang/translations/el.po +10 -0
  35. package/lang/translations/en-au.po +15 -5
  36. package/lang/translations/en.po +10 -0
  37. package/lang/translations/es.po +29 -1
  38. package/lang/translations/et.po +10 -0
  39. package/lang/translations/fr.po +29 -1
  40. package/lang/translations/gl.po +13 -3
  41. package/lang/translations/hi.po +10 -0
  42. package/lang/translations/hr.po +24 -13
  43. package/lang/translations/id.po +379 -0
  44. package/lang/translations/it.po +29 -1
  45. package/lang/translations/lv.po +415 -0
  46. package/lang/translations/nl.po +19 -9
  47. package/lang/translations/pl.po +12 -0
  48. package/lang/translations/pt-br.po +29 -1
  49. package/lang/translations/sk.po +69 -57
  50. package/lang/translations/sr-latn.po +11 -0
  51. package/lang/translations/sr.po +11 -0
  52. package/lang/translations/tk.po +10 -0
  53. package/lang/translations/tr.po +10 -0
  54. package/lang/translations/zh-cn.po +13 -4
  55. package/lang/translations/zh.po +9 -0
  56. package/package.json +3 -3
  57. package/src/commands/acceptallsuggestionscommand.js +1 -1
  58. package/src/commands/acceptselectedsuggestionscommand.js +1 -1
  59. package/src/commands/acceptsuggestioncommand.js +1 -1
  60. package/src/commands/discardallsuggestionscommand.js +1 -1
  61. package/src/commands/discardselectedsuggestionscommand.js +1 -1
  62. package/src/commands/discardsuggestioncommand.js +1 -1
  63. package/src/commands/trackchangescommand.js +1 -1
  64. package/src/integrations/alignment.js +1 -1
  65. package/src/integrations/basicstyles.js +1 -1
  66. package/src/integrations/blockquote.js +1 -1
  67. package/src/integrations/ckbox.js +23 -0
  68. package/src/integrations/codeblock.js +1 -1
  69. package/src/integrations/comments.js +1 -1
  70. package/src/integrations/deletecommand.js +1 -1
  71. package/src/integrations/entercommand.js +1 -1
  72. package/src/integrations/font.js +1 -1
  73. package/src/integrations/heading.js +1 -1
  74. package/src/integrations/highlight.js +1 -1
  75. package/src/integrations/horizontalline.js +1 -1
  76. package/src/integrations/htmlembed.js +23 -0
  77. package/src/integrations/image.js +1 -1
  78. package/src/integrations/indent.js +1 -1
  79. package/src/integrations/inputcommand.js +1 -1
  80. package/src/integrations/link.js +1 -1
  81. package/src/integrations/list.js +1 -1
  82. package/src/integrations/mediaembed.js +1 -1
  83. package/src/integrations/mention.js +1 -1
  84. package/src/integrations/pagebreak.js +1 -1
  85. package/src/integrations/paragraph.js +1 -1
  86. package/src/integrations/removeformat.js +1 -1
  87. package/src/integrations/restrictededitingmode.js +1 -1
  88. package/src/integrations/shiftentercommand.js +1 -1
  89. package/src/integrations/standardeditingmode.js +1 -1
  90. package/src/integrations/table.js +1 -1
  91. package/src/integrations/tableclipboard.js +1 -1
  92. package/src/integrations/tableheadings.js +1 -1
  93. package/src/integrations/tablemergesplit.js +1 -1
  94. package/src/integrations/title.js +1 -1
  95. package/src/integrations/undo.js +1 -1
  96. package/src/integrations/utils.js +1 -1
  97. package/src/suggestion.js +1 -1
  98. package/src/suggestiondescriptionfactory.js +1 -1
  99. package/src/trackchanges.js +1 -1
  100. package/src/trackchangesdata.js +1 -1
  101. package/src/trackchangesediting.js +1 -1
  102. package/src/trackchangesui.js +1 -1
  103. package/src/ui/suggestioncontroller.js +1 -1
  104. package/src/ui/view/basesuggestionthreadview.js +1 -1
  105. package/src/ui/view/suggestionthreadview.js +1 -1
  106. package/src/utils/common-translations.js +23 -0
  107. package/src/utils/getrangesofblockgroups.js +23 -0
  108. package/src/utils/getselectedsuggestions.js +1 -1
  109. package/src/utils/hashobject.js +1 -1
  110. package/src/utils/normalizedescription.js +1 -1
  111. package/src/utils/sortsuggestions.js +1 -1
  112. package/theme/integrations/horizontalline.css +0 -15
  113. package/theme/integrations/image.css +0 -55
  114. package/theme/integrations/mediaembed.css +0 -19
  115. package/theme/integrations/pagebreak.css +0 -15
  116. package/theme/integrations/table.css +0 -147
  117. package/theme/suggestion.css +0 -87
  118. package/theme/suggestionmarker.css +0 -161
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor 5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
5
- Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
5
+ Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  CKEditor 5 track changes feature is licensed under a commercial license and is protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
@@ -19,4 +19,4 @@ The following libraries are included in CKEditor 5 track changes under the [MIT
19
19
  Trademarks
20
20
  ----------
21
21
 
22
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
22
+ **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 CHANGED
@@ -1,5 +1,8 @@
1
1
  # CKEditor 5 track changes
2
2
 
3
+ [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-track-changes.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-track-changes)
4
+ ![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-track-changes)
5
+
3
6
  [CKEditor 5 track changes](https://ckeditor.com/collaboration/track-changes/) is a collaboration feature that makes it possible to track every change done by the user, mark the changes in the WYSIWYG editor content and show as suggestions.
4
7
 
5
8
  The user is able to track all basic actions available in the rich text editor, including:
@@ -50,11 +53,11 @@ As a licensed CKEditor 5 track changes user you can report bugs and request feat
50
53
  ## License
51
54
 
52
55
  **CKEditor 5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
53
- Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
56
+ Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
54
57
 
55
58
  CKEditor 5 track changes feature is licensed under a commercial license and is protected by copyright law.
56
59
  For more details about available licensing options please contact us at sales@cksource.com.
57
60
 
58
61
  ### Trademarks
59
62
 
60
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
63
+ **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.