@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.
- package/CHANGELOG.md +17 -17
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/lang/translations/af.po +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/az.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/bs.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de-ch.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es-co.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fa.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/jv.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/tt.po +1 -1
- package/lang/translations/ug.po +1 -1
- package/lang/translations/uk.po +1 -1
- package/lang/translations/ur.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +3 -2
- package/src/augmentation.d.ts +3 -3
- package/src/augmentation.js +1 -1
- package/src/collaborationhistory.d.ts +2 -2
- package/src/collaborationhistory.js +1 -1
- package/src/collaborationoperation.d.ts +2 -2
- package/src/collaborationoperation.js +1 -1
- package/src/config.d.ts +1 -1
- package/src/config.js +1 -1
- package/src/index.d.ts +16 -16
- package/src/index.js +2 -2
- package/src/permissions.d.ts +2 -2
- package/src/permissions.js +2 -2
- package/src/suggestionstyles.d.ts +1 -1
- package/src/suggestionstyles.js +1 -1
- package/src/users/view/userview.d.ts +4 -4
- package/src/users/view/userview.js +2 -2
- package/src/users.d.ts +4 -4
- package/src/users.js +2 -2
- package/src/utils/common-translations.d.ts +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/confirmmixin.d.ts +3 -3
- package/src/utils/confirmmixin.js +2 -2
- package/src/utils/confirmview.d.ts +3 -3
- package/src/utils/confirmview.js +2 -2
- package/src/utils/getdatetimeformatter.d.ts +2 -2
- package/src/utils/getdatetimeformatter.js +2 -2
- package/src/utils/getmarkerdomelement.d.ts +2 -2
- package/src/utils/getmarkerdomelement.js +2 -2
- package/src/utils/hashobject.d.ts +1 -1
- package/src/utils/hashobject.js +2 -2
- package/src/utils/sanitizeEditorConfig.d.ts +2 -2
- package/src/utils/sanitizeEditorConfig.js +2 -2
- package/src/utils/surroundingmarkersdetector.d.ts +2 -2
- package/src/utils/surroundingmarkersdetector.js +2 -2
- package/src/utils/trim-html.d.ts +1 -1
- package/src/utils/trim-html.js +2 -2
- package/theme/icons/notification.svg +1 -1
- package/theme/integrations/codeblock.css +1 -1
- package/theme/integrations/horizontalline.css +1 -1
- package/theme/integrations/image.css +1 -1
- package/theme/integrations/mediaembed.css +1 -1
- package/theme/integrations/pagebreak.css +1 -1
- package/theme/integrations/table.css +1 -1
- package/theme/suggestion.css +1 -1
- package/theme/suggestionmarker.css +1 -1
- package/theme/usercolormixin.css +1 -1
- package/theme/usercolors.css +1 -1
- package/theme/users.css +1 -1
package/src/utils/trim-html.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) 2003-
|
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
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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/suggestion.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-
|
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-
|
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/usercolormixin.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-
|
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/usercolors.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-
|
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-
|
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
|
|