@ckeditor/ckeditor5-collaboration-core 40.1.0 → 41.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 (106) hide show
  1. package/CHANGELOG.md +17 -17
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/lang/translations/af.po +1 -1
  5. package/lang/translations/ar.po +1 -1
  6. package/lang/translations/az.po +1 -1
  7. package/lang/translations/bg.po +1 -1
  8. package/lang/translations/bn.po +1 -1
  9. package/lang/translations/bs.po +1 -1
  10. package/lang/translations/ca.po +1 -1
  11. package/lang/translations/cs.po +1 -1
  12. package/lang/translations/da.po +1 -1
  13. package/lang/translations/de-ch.po +1 -1
  14. package/lang/translations/de.po +1 -1
  15. package/lang/translations/el.po +1 -1
  16. package/lang/translations/en-au.po +1 -1
  17. package/lang/translations/en.po +1 -1
  18. package/lang/translations/es-co.po +1 -1
  19. package/lang/translations/es.po +1 -1
  20. package/lang/translations/et.po +1 -1
  21. package/lang/translations/fa.po +1 -1
  22. package/lang/translations/fi.po +1 -1
  23. package/lang/translations/fr.po +1 -1
  24. package/lang/translations/gl.po +1 -1
  25. package/lang/translations/he.po +1 -1
  26. package/lang/translations/hi.po +1 -1
  27. package/lang/translations/hr.po +1 -1
  28. package/lang/translations/hu.po +1 -1
  29. package/lang/translations/id.po +1 -1
  30. package/lang/translations/it.po +1 -1
  31. package/lang/translations/ja.po +1 -1
  32. package/lang/translations/jv.po +1 -1
  33. package/lang/translations/ko.po +1 -1
  34. package/lang/translations/lt.po +1 -1
  35. package/lang/translations/lv.po +1 -1
  36. package/lang/translations/ms.po +1 -1
  37. package/lang/translations/nl.po +1 -1
  38. package/lang/translations/no.po +1 -1
  39. package/lang/translations/pl.po +1 -1
  40. package/lang/translations/pt-br.po +1 -1
  41. package/lang/translations/pt.po +1 -1
  42. package/lang/translations/ro.po +1 -1
  43. package/lang/translations/ru.po +1 -1
  44. package/lang/translations/sk.po +1 -1
  45. package/lang/translations/sr-latn.po +1 -1
  46. package/lang/translations/sr.po +1 -1
  47. package/lang/translations/sv.po +1 -1
  48. package/lang/translations/th.po +1 -1
  49. package/lang/translations/tk.po +1 -1
  50. package/lang/translations/tr.po +1 -1
  51. package/lang/translations/tt.po +1 -1
  52. package/lang/translations/ug.po +1 -1
  53. package/lang/translations/uk.po +1 -1
  54. package/lang/translations/ur.po +1 -1
  55. package/lang/translations/vi.po +1 -1
  56. package/lang/translations/zh-cn.po +1 -1
  57. package/lang/translations/zh.po +1 -1
  58. package/package.json +3 -2
  59. package/src/augmentation.d.ts +3 -3
  60. package/src/augmentation.js +1 -1
  61. package/src/collaborationhistory.d.ts +2 -2
  62. package/src/collaborationhistory.js +1 -1
  63. package/src/collaborationoperation.d.ts +2 -2
  64. package/src/collaborationoperation.js +1 -1
  65. package/src/config.d.ts +1 -1
  66. package/src/config.js +1 -1
  67. package/src/index.d.ts +16 -16
  68. package/src/index.js +2 -2
  69. package/src/permissions.d.ts +2 -2
  70. package/src/permissions.js +2 -2
  71. package/src/suggestionstyles.d.ts +1 -1
  72. package/src/suggestionstyles.js +1 -1
  73. package/src/users/view/userview.d.ts +4 -4
  74. package/src/users/view/userview.js +2 -2
  75. package/src/users.d.ts +4 -4
  76. package/src/users.js +2 -2
  77. package/src/utils/common-translations.d.ts +2 -2
  78. package/src/utils/common-translations.js +2 -2
  79. package/src/utils/confirmmixin.d.ts +3 -3
  80. package/src/utils/confirmmixin.js +2 -2
  81. package/src/utils/confirmview.d.ts +3 -3
  82. package/src/utils/confirmview.js +2 -2
  83. package/src/utils/getdatetimeformatter.d.ts +2 -2
  84. package/src/utils/getdatetimeformatter.js +2 -2
  85. package/src/utils/getmarkerdomelement.d.ts +2 -2
  86. package/src/utils/getmarkerdomelement.js +2 -2
  87. package/src/utils/hashobject.d.ts +1 -1
  88. package/src/utils/hashobject.js +2 -2
  89. package/src/utils/sanitizeEditorConfig.d.ts +2 -2
  90. package/src/utils/sanitizeEditorConfig.js +2 -2
  91. package/src/utils/surroundingmarkersdetector.d.ts +2 -2
  92. package/src/utils/surroundingmarkersdetector.js +2 -2
  93. package/src/utils/trim-html.d.ts +1 -1
  94. package/src/utils/trim-html.js +2 -2
  95. package/theme/icons/notification.svg +1 -1
  96. package/theme/integrations/codeblock.css +1 -1
  97. package/theme/integrations/horizontalline.css +1 -1
  98. package/theme/integrations/image.css +1 -1
  99. package/theme/integrations/mediaembed.css +1 -1
  100. package/theme/integrations/pagebreak.css +1 -1
  101. package/theme/integrations/table.css +1 -1
  102. package/theme/suggestion.css +1 -1
  103. package/theme/suggestionmarker.css +1 -1
  104. package/theme/usercolormixin.css +1 -1
  105. package/theme/usercolors.css +1 -1
  106. package/theme/users.css +1 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4743=['indexOf','slice','push','join','...','split','replace','substring','match','startsWith','length','pop'];(function(_0x447c2f,_0x4743ba){const _0x27c7a0=function(_0x3ca80f){while(--_0x3ca80f){_0x447c2f['push'](_0x447c2f['shift']());}};_0x27c7a0(++_0x4743ba);}(_0x4743,0x183));const _0x27c7=function(_0x447c2f,_0x4743ba){_0x447c2f=_0x447c2f-0x0;let _0x27c7a0=_0x4743[_0x447c2f];return _0x27c7a0;};export default function z(_0x2c05c3,{limit:_0x336952,suffix:_0xd4d38e=_0x27c7('0x1')}){const _0x3bb196=[];let _0x22bab8=0x0;const _0x42e8bb=_0x2c05c3[_0x27c7('0x3')](/</g,'\x0a<')[_0x27c7('0x3')](/>/g,'>\x0a')[_0x27c7('0x3')](/^\n/g,'')['replace'](/\n$/g,'')[_0x27c7('0x2')]('\x0a');for(let _0x200b1c=0x0;_0x200b1c<_0x42e8bb[_0x27c7('0x7')];_0x200b1c++){let _0x584e16=_0x42e8bb[_0x200b1c];const _0x5b3ab1=Z(_0x584e16);if(_0x584e16[_0x27c7('0x6')]('<')){if(_0x22bab8>=_0x336952){const _0x52bd32=_0x584e16[_0x27c7('0x5')](/[a-zA-Z]+/);if(!_0x52bd32){_0x42e8bb[_0x200b1c]='';continue;}const _0x1ed9f6=_0x52bd32[0x0];_0x584e16[_0x27c7('0x6')]('</')?(_0x3bb196[_0x27c7('0x7')]&&(_0x584e16=''),_0x3bb196[_0x27c7('0x8')]()):(_0x3bb196[_0x27c7('0xb')](_0x1ed9f6),_0x584e16='');}}else{if(_0x22bab8>=_0x336952)_0x584e16='';else{if(_0x22bab8+_0x5b3ab1['length']>=_0x336952){let _0x24afb1=_0x336952-_0x22bab8;if('\x20'===_0x5b3ab1[_0x24afb1-0x1])_0x24afb1--;else{const _0x150b43=_0x5b3ab1[_0x27c7('0xa')](_0x24afb1)[_0x27c7('0x9')]('\x20');-0x1!==_0x150b43?_0x24afb1+=_0x150b43:_0x24afb1=_0x584e16[_0x27c7('0x7')];}_0x584e16=_0x5b3ab1[_0x27c7('0xa')](0x0,_0x24afb1)[_0x27c7('0x0')]('')+_0xd4d38e,_0x22bab8=_0x336952;}else _0x22bab8+=_0x5b3ab1[_0x27c7('0x7')];}}_0x42e8bb[_0x200b1c]=_0x584e16;}return _0x42e8bb[_0x27c7('0x0')]('\x0a')[_0x27c7('0x3')](/\n/g,'');}function Z(_0xde7f7){const _0x1d71e7=[];for(let _0x2f8365=0x0;_0x2f8365<_0xde7f7[_0x27c7('0x7')];_0x2f8365++){const _0x5289eb=_0xde7f7[_0x27c7('0x4')](_0x2f8365)[_0x27c7('0x5')](/^&[a-z0-9#]+;/);if(_0x5289eb){const _0x5a9ff9=_0x5289eb[0x0];_0x1d71e7[_0x27c7('0xb')](_0x5a9ff9),_0x2f8365+=_0x5a9ff9[_0x27c7('0x7')]-0x1;}else _0x1d71e7['push'](_0xde7f7[_0x2f8365]);}return _0x1d71e7;}
23
+ const _0x4f76=['slice','length','indexOf','join','startsWith','split','replace','substring','match'];(function(_0xe25484,_0x4f76df){const _0x3066b2=function(_0x20d1c6){while(--_0x20d1c6){_0xe25484['push'](_0xe25484['shift']());}};_0x3066b2(++_0x4f76df);}(_0x4f76,0x9f));const _0x3066=function(_0xe25484,_0x4f76df){_0xe25484=_0xe25484-0x0;let _0x3066b2=_0x4f76[_0xe25484];return _0x3066b2;};export default function Z(_0x2b0e76,{limit:_0x3c081c,suffix:_0x5a606e='...'}){const _0x17a01d=[];let _0x4edad0=0x0;const _0x3ce91c=_0x2b0e76[_0x3066('0x0')](/</g,'\x0a<')[_0x3066('0x0')](/>/g,'>\x0a')[_0x3066('0x0')](/^\n/g,'')['replace'](/\n$/g,'')[_0x3066('0x8')]('\x0a');for(let _0xbddaa=0x0;_0xbddaa<_0x3ce91c[_0x3066('0x4')];_0xbddaa++){let _0xb35c80=_0x3ce91c[_0xbddaa];const _0x5306cd=$(_0xb35c80);if(_0xb35c80[_0x3066('0x7')]('<')){if(_0x4edad0>=_0x3c081c){const _0x12bb6d=_0xb35c80[_0x3066('0x2')](/[a-zA-Z]+/);if(!_0x12bb6d){_0x3ce91c[_0xbddaa]='';continue;}const _0x19e922=_0x12bb6d[0x0];_0xb35c80[_0x3066('0x7')]('</')?(_0x17a01d[_0x3066('0x4')]&&(_0xb35c80=''),_0x17a01d['pop']()):(_0x17a01d['push'](_0x19e922),_0xb35c80='');}}else{if(_0x4edad0>=_0x3c081c)_0xb35c80='';else{if(_0x4edad0+_0x5306cd['length']>=_0x3c081c){let _0x72ee06=_0x3c081c-_0x4edad0;if('\x20'===_0x5306cd[_0x72ee06-0x1])_0x72ee06--;else{const _0x32c54e=_0x5306cd[_0x3066('0x3')](_0x72ee06)[_0x3066('0x5')]('\x20');-0x1!==_0x32c54e?_0x72ee06+=_0x32c54e:_0x72ee06=_0xb35c80[_0x3066('0x4')];}_0xb35c80=_0x5306cd['slice'](0x0,_0x72ee06)[_0x3066('0x6')]('')+_0x5a606e,_0x4edad0=_0x3c081c;}else _0x4edad0+=_0x5306cd['length'];}}_0x3ce91c[_0xbddaa]=_0xb35c80;}return _0x3ce91c[_0x3066('0x6')]('\x0a')['replace'](/\n/g,'');}function $(_0x3caa3c){const _0x67ca60=[];for(let _0x467f78=0x0;_0x467f78<_0x3caa3c[_0x3066('0x4')];_0x467f78++){const _0x2d17b4=_0x3caa3c[_0x3066('0x1')](_0x467f78)[_0x3066('0x2')](/^&[a-z0-9#]+;/);if(_0x2d17b4){const _0xd677ba=_0x2d17b4[0x0];_0x67ca60['push'](_0xd677ba),_0x467f78+=_0xd677ba['length']-0x1;}else _0x67ca60['push'](_0x3caa3c[_0x467f78]);}return _0x67ca60;}
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
package/theme/users.css CHANGED
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9