@ckeditor/ckeditor5-collaboration-core 40.2.0 → 41.1.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/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 +8 -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 +13 -5
package/src/permissions.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 _0x2587=['comment:modify_all','comment:admin','has','forceDisabled','collaboration.channelId','config','commands','clearForceDisabled','document:write','pluginName','editors','no-permissions','enableReadOnlyMode','comment:write','permissions-set-permissions-invalid-channel-id','noPermissions','CommentsRepository','setPermissions','addCommentThread','includes','plugins','CommentsOnly','isEnabled','context','get'];(function(_0x4fbf12,_0x258715){const _0x2feb2b=function(_0x4c12af){while(--_0x4c12af){_0x4fbf12['push'](_0x4fbf12['shift']());}};_0x2feb2b(++_0x258715);}(_0x2587,0x1b3));const _0x2feb=function(_0x4fbf12,_0x258715){_0x4fbf12=_0x4fbf12-0x0;let _0x2feb2b=_0x2587[_0x4fbf12];return _0x2feb2b;};import{ContextPlugin as _0x5c0324,Editor as _0x1e0f4f}from'ckeditor5/src/core.js';import{CKEditorError as _0x15ad4d}from'ckeditor5/src/utils.js';export default class n extends _0x5c0324{static get[_0x2feb('0x18')](){return'Permissions';}[_0x2feb('0x7')](_0x3acbe0,_0x2b4cad){let _0x291020;if(_0x2b4cad||(_0x2b4cad=this[_0x2feb('0xd')]['config']['get'](_0x2feb('0x13'))),this[_0x2feb('0xd')][_0x2feb('0x14')][_0x2feb('0xe')]('collaboration.channelId')==_0x2b4cad?_0x291020=this['context']:_0x2feb('0x0')in this['context']&&this[_0x2feb('0xd')][_0x2feb('0x0')]&&(_0x291020=this[_0x2feb('0xd')][_0x2feb('0x0')]['find'](_0x19d12b=>_0x19d12b[_0x2feb('0x14')][_0x2feb('0xe')](_0x2feb('0x13'))==_0x2b4cad)),!_0x291020)throw new _0x15ad4d(_0x2feb('0x4'),null);const _0x2fb7b8=_0x291020[_0x2feb('0xa')],_0x19b679=_0x2fb7b8[_0x2feb('0x11')](_0x2feb('0x6'))?_0x2fb7b8['get']('CommentsRepository'):void 0x0,_0xfaa1e8=_0x2fb7b8['has']('CommentsOnly')&&_0x2fb7b8[_0x2feb('0xe')](_0x2feb('0xb')),_0x2a67c2=_0x3acbe0[_0x2feb('0x9')](_0x2feb('0x17')),_0x230e98=_0x3acbe0[_0x2feb('0x9')](_0x2feb('0xf')),_0xdfd1f3=_0x3acbe0[_0x2feb('0x9')](_0x2feb('0x10')),_0x4b0725=_0x3acbe0[_0x2feb('0x9')](_0x2feb('0x3')),_0x3c1dfc=_0x4b0725||_0xdfd1f3,_0x1594d4=_0x3c1dfc||_0x230e98,_0x4a09e1=_0x2a67c2||_0x3c1dfc;(_0xfaa1e8&&(_0xfaa1e8[_0x2feb('0xc')]=!_0x2a67c2&&_0x1594d4),_0x291020 instanceof _0x1e0f4f)&&(!(_0x2a67c2||_0x1594d4&&_0x19b679)?_0x291020[_0x2feb('0x2')](_0x2feb('0x1')):_0x291020['disableReadOnlyMode'](_0x2feb('0x1')));if(_0x19b679){_0x19b679['setPermissions']({'admin':_0xdfd1f3,'modifyAll':_0x230e98,'write':_0x4b0725,'resolve':_0x4a09e1},_0x2b4cad);const _0xe2d9ff=_0x291020 instanceof _0x1e0f4f&&_0x291020[_0x2feb('0x15')]['get'](_0x2feb('0x8'));_0xe2d9ff&&(_0x3c1dfc?_0xe2d9ff[_0x2feb('0x16')](_0x2feb('0x5')):_0xe2d9ff[_0x2feb('0x12')](_0x2feb('0x5')));}}}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
import '../theme/suggestion.css';
|
package/src/suggestionstyles.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module collaboration-core/users/view/userview
|
7
7
|
*/
|
8
|
-
import { View, type TemplateDefinition } from 'ckeditor5/src/ui';
|
9
|
-
import type { Locale } from 'ckeditor5/src/utils';
|
10
|
-
import type { User } from '../../users';
|
8
|
+
import { View, type TemplateDefinition } from 'ckeditor5/src/ui.js';
|
9
|
+
import type { Locale } from 'ckeditor5/src/utils.js';
|
10
|
+
import type { User } from '../../users.js';
|
11
11
|
import '../../../theme/users.css';
|
12
12
|
export default class UserView extends View {
|
13
13
|
name: string;
|
@@ -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 _0x4689=['ck\x20ck-user__name','push','url(\x27','setTemplate','name','isMe','ck-user__notification','div','notificationView','avatar','ck-user__avatar','ck-user','ck-user__img','ck-user_me'];(function(_0x149af9,_0x46892f){const _0x442254=function(_0x4aeac0){while(--_0x4aeac0){_0x149af9['push'](_0x149af9['shift']());}};_0x442254(++_0x46892f);}(_0x4689,0xba));const _0x4422=function(_0x149af9,_0x46892f){_0x149af9=_0x149af9-0x0;let _0x442254=_0x4689[_0x149af9];return _0x442254;};import{View as _0xa542c6,IconView as _0x37b559}from'ckeditor5/src/ui.js';import _0x5a0c25 from'../../../theme/icons/notification.svg';import'../../../theme/users.css';export default class E extends _0xa542c6{constructor(_0x1431d3,_0x5a0bae,_0x54daf5){super(_0x1431d3),this[_0x4422('0x0')]=_0x5a0bae[_0x4422('0x0')],this[_0x4422('0x4')]=null;const _0x2de4a4=['ck',_0x4422('0x7')],_0x28d250=['ck',_0x4422('0x8')];if(_0x5a0bae['isAnonymous']&&_0x28d250[_0x4422('0xb')]('ck-user__anonymous'),!_0x5a0bae['isAnonymous']&&_0x5a0bae[_0x4422('0x1')]&&_0x2de4a4['push'](_0x4422('0x9')),_0x5a0bae[_0x4422('0x5')]&&_0x28d250[_0x4422('0xb')](_0x4422('0x6')),_0x54daf5){const _0x5a076c=new _0x37b559();_0x5a076c['extendTemplate']({'attributes':{'class':['ck-user__icon']}}),_0x5a076c['content']=_0x5a0c25,this[_0x4422('0x4')]={'tag':_0x4422('0x3'),'attributes':{'class':['ck',_0x4422('0x2')],'data-cke-tooltip-position':'n','data-cke-tooltip-text':_0x54daf5},'children':[_0x5a076c]};}const _0x13f305=[{'tag':_0x4422('0x3'),'attributes':{'class':_0x28d250,'style':{'background-image':_0x5a0bae['avatar']?_0x4422('0xc')+_0x5a0bae[_0x4422('0x5')]+'\x27)':''}}},{'tag':_0x4422('0x3'),'attributes':{'class':_0x5a0bae[_0x4422('0x5')]?'ck\x20ck-user__name\x20ck-user__name--hidden':_0x4422('0xa')},'children':[{'text':_0x5a0bae['initials']}]}];this['notificationView']&&_0x13f305[_0x4422('0xb')](this['notificationView']),this[_0x4422('0xd')]({'tag':'div','attributes':{'class':_0x2de4a4,'data-user-id':_0x5a0bae['id']},'children':_0x13f305});}}
|
package/src/users.d.ts
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module collaboration-core/users
|
7
7
|
* @publicApi
|
8
8
|
*/
|
9
|
-
import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core';
|
10
|
-
import { Collection } from 'ckeditor5/src/utils';
|
11
|
-
import Permissions from './permissions';
|
9
|
+
import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core.js';
|
10
|
+
import { Collection } from 'ckeditor5/src/utils.js';
|
11
|
+
import Permissions from './permissions.js';
|
12
12
|
import '../theme/usercolors.css';
|
13
13
|
/**
|
14
14
|
* The `Users` plugin provides the basic interface for setting and getting users involved in the document editing process.
|
@@ -121,6 +121,10 @@ export declare class User {
|
|
121
121
|
* used by "guest" users of your application, or when the original user's account was removed.
|
122
122
|
*/
|
123
123
|
get isAnonymous(): boolean;
|
124
|
+
/**
|
125
|
+
* Is `true` for the {@link module:collaboration-core/users~Users#me local user}.
|
126
|
+
*/
|
127
|
+
get isMe(): boolean;
|
124
128
|
/**
|
125
129
|
* The initials of the user.
|
126
130
|
*
|
package/src/users.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 _0x19a7=['config','invalid-license-key','useAnonymousUser','context','_getInitial','color','defineMe','_licenseKeyCheckInterval','trial-license-key-reached-limit-time','info','decorate','length','licenseKeyTrialLimit:operations','_id','getSelectionClass','Anonymous','requires','name','initials','_lastColor','trial-license-key-reached-limit-changes','charAt','ck-user__marker--','add','destroy','addUser','users','licenseKeyTrial','isAnonymous','toUpperCase','licenseKeyInvalid','getOperationAuthor','includes','anonymous-user','licenseKeyTrialLimit:time','_myId','licenseKey','ck-user__selection--','locale','licenseKeyValid','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20collaboration\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','_isMe','has','getMarkerClass','users.colorsCount','users.anonymousUserId','_getNextColor','users-me-missing-user','users-add-invalid-id','getBackgroundColorClass','_locale','get','users-add-duplicated-id','_isAnonymous','users-me-already-defined','getUser','init','_addAnonymousUser','pluginName','trial-license-key-reached-limit-revisions'];(function(_0x47610a,_0x19a7ac){const _0x1495ef=function(_0x593831){while(--_0x593831){_0x47610a['push'](_0x47610a['shift']());}};_0x1495ef(++_0x19a7ac);}(_0x19a7,0x190));const _0x1495=function(_0x47610a,_0x19a7ac){_0x47610a=_0x47610a-0x0;let _0x1495ef=_0x19a7[_0x47610a];return _0x1495ef;};import{ContextPlugin as _0x1eb7d3}from'ckeditor5/src/core.js';import{Collection as _0x65548a,CKEditorError as _0x3f2c22}from'ckeditor5/src/utils.js';import _0x4cba61 from'./permissions.js';import{getTranslation as _0x397170}from'./utils/common-translations.js';import'../theme/usercolors.css';export default class l extends _0x1eb7d3{static get[_0x1495('0x12')](){return'Users';}static get[_0x1495('0x24')](){return[_0x4cba61];}constructor(_0x4cb194){super(_0x4cb194),this[_0x1495('0x17')]['config']['define'](_0x1495('0x5'),_0x1495('0x35')),this[_0x1495('0x17')][_0x1495('0x14')]['define'](_0x1495('0x4'),0x8),this[_0x1495('0x2e')]=new _0x65548a(),this[_0x1495('0xa')]=_0x4cb194[_0x1495('0x3a')],this[_0x1495('0x1b')]=null,this[_0x1495('0x27')]=0x0,this[_0x1495('0x37')]=null,this[_0x1495('0x1e')]('getOperationAuthor');}[_0x1495('0x10')](){const _0x4aa670=this[_0x1495('0x17')];this['licenseKey']=_0x4aa670[_0x1495('0x14')]['get'](_0x1495('0x38'));const _0x8628df=[_0x1495('0x2f'),_0x1495('0x32'),_0x1495('0x3b'),_0x1495('0x20'),_0x1495('0x36'),'licenseKeyTrialLimit:revisions'];this[_0x1495('0x1b')]=setInterval(()=>{let _0x298c50;for(const _0x4d74f7 in _0x4aa670){const _0x50cc85=_0x4aa670[_0x4d74f7];if(_0x8628df[_0x1495('0x34')](_0x50cc85)){delete _0x4aa670[_0x4d74f7],_0x298c50=_0x50cc85;break;}}if(_0x1495('0x32')===_0x298c50)throw clearInterval(this[_0x1495('0x1b')]),new _0x3f2c22(_0x1495('0x15'),null);if(_0x1495('0x2f')===_0x298c50&&console[_0x1495('0x1d')](_0x1495('0x0')),_0x1495('0x20')===_0x298c50)throw clearInterval(this['_licenseKeyCheckInterval']),new _0x3f2c22(_0x1495('0x28'),null);if(_0x1495('0x36')===_0x298c50)throw clearInterval(this[_0x1495('0x1b')]),new _0x3f2c22(_0x1495('0x1c'),null);if('licenseKeyTrialLimit:revisions'===_0x298c50)throw clearInterval(this[_0x1495('0x1b')]),new _0x3f2c22(_0x1495('0x13'),null);_0x1495('0x3b')===_0x298c50&&clearInterval(this[_0x1495('0x1b')]);},0x3e8),this['_addAnonymousUser']();}get['me'](){return null==this[_0x1495('0x37')]?null:this[_0x1495('0xf')](this['_myId']);}[_0x1495('0x2d')]({id:_0x2eebb6,name:_0x171d5a,..._0x1b0057}){if(!_0x2eebb6||'string'!=typeof _0x2eebb6)throw new _0x3f2c22(_0x1495('0x8'));if(this[_0x1495('0x2e')][_0x1495('0x2')](_0x2eebb6))throw new _0x3f2c22(_0x1495('0xc'),null,{'id':_0x2eebb6});const _0x54019f={..._0x1b0057,'id':_0x2eebb6,'name':a(this[_0x1495('0xa')],_0x171d5a),'color':this['_getNextColor']()};_0x54019f[_0x1495('0x25')]=a(this[_0x1495('0xa')],_0x54019f[_0x1495('0x25')]);const _0x30fd2c=new User(_0x54019f);return this[_0x1495('0x2e')][_0x1495('0x2b')](_0x30fd2c),_0x30fd2c;}[_0x1495('0xf')](_0x5dd2eb){return this[_0x1495('0x2e')][_0x1495('0xb')](_0x5dd2eb);}[_0x1495('0x16')](){const _0x946e6c=this[_0x1495('0x17')]['config'][_0x1495('0xb')](_0x1495('0x5'));this[_0x1495('0x37')]||this[_0x1495('0x1a')](_0x946e6c);}[_0x1495('0x1a')](_0x3d4ddb){if(this[_0x1495('0x37')])throw new _0x3f2c22(_0x1495('0xe'),null);const _0x2ba2fa=this[_0x1495('0xf')](_0x3d4ddb);if(!_0x2ba2fa)throw new _0x3f2c22(_0x1495('0x7'),null);this[_0x1495('0x37')]=_0x3d4ddb,_0x2ba2fa[_0x1495('0x1')]=!0x0;}[_0x1495('0x33')](){return this['me'];}[_0x1495('0x2c')](){super['destroy'](),clearInterval(this['_licenseKeyCheckInterval']);}[_0x1495('0x6')](){const _0x489343=this[_0x1495('0x17')][_0x1495('0x14')][_0x1495('0xb')](_0x1495('0x4'));return this['_lastColor']>=_0x489343&&(this[_0x1495('0x27')]=0x0),new u(this['_lastColor']++);}[_0x1495('0x11')](){const _0x584d75=this['context'][_0x1495('0x14')][_0x1495('0xb')](_0x1495('0x5'));this['addUser']({'id':_0x584d75,'name':_0x397170(this[_0x1495('0xa')],'Anonymous')})['_isAnonymous']=!0x0;}}export class User{constructor(_0x49ea3c){this['id']=_0x49ea3c['id'],this['color']=_0x49ea3c[_0x1495('0x19')],this[_0x1495('0x25')]=_0x49ea3c[_0x1495('0x25')],this['avatar']=_0x49ea3c['avatar'],this['_isAnonymous']=!0x1,this[_0x1495('0x1')]=!0x1;}get[_0x1495('0x30')](){return this[_0x1495('0xd')];}get['isMe'](){return this[_0x1495('0x1')];}get[_0x1495('0x26')](){const _0x489dfb=this[_0x1495('0x25')]['split']('\x20');return 0x1===_0x489dfb[_0x1495('0x1f')]?this['_getInitial'](_0x489dfb[0x0]):this[_0x1495('0x18')](_0x489dfb[0x0])+this[_0x1495('0x18')](_0x489dfb[_0x489dfb[_0x1495('0x1f')]-0x1]);}[_0x1495('0x18')](_0x2d2732){return _0x2d2732[_0x1495('0x29')](0x0)[_0x1495('0x31')]();}}function a(_0x5ca705,_0x3136f5=''){return''==(_0x3136f5=_0x3136f5['trim']())?_0x397170(_0x5ca705,_0x1495('0x23')):_0x3136f5;}class u{constructor(_0x5c5a02){this[_0x1495('0x21')]=_0x5c5a02;}[_0x1495('0x9')](){return'ck-user__bg-color--'+this['_id'];}[_0x1495('0x22')](){return _0x1495('0x39')+this[_0x1495('0x21')];}[_0x1495('0x3')](){return _0x1495('0x2a')+this[_0x1495('0x21')];}}
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module collaboration-core/utils/common-translations
|
7
7
|
*/
|
8
|
-
import type { Locale } from 'ckeditor5/src/utils';
|
8
|
+
import type { Locale } from 'ckeditor5/src/utils.js';
|
9
9
|
export declare function getTranslation(locale: Locale, id: string): string;
|
@@ -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
|
-
export function getTranslation(
|
23
|
+
export function getTranslation(_0x43504f,_0x2e8dc5){const t=_0x43504f['t'];switch(_0x2e8dc5){case'Anonymous':return t('Anonymous');case'Yes':return t('Yes');case'No':return t('No');case'Are\x20you\x20sure?':return t('Are\x20you\x20sure?');default:return'';}}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module comments/comments/ui/view/confirmmixin
|
7
7
|
*/
|
8
|
-
import type { View } from 'ckeditor5/src/ui';
|
9
|
-
import type { Locale, Mixed } from 'ckeditor5/src/utils';
|
8
|
+
import type { View } from 'ckeditor5/src/ui.js';
|
9
|
+
import type { Locale, Mixed } from 'ckeditor5/src/utils.js';
|
10
10
|
/**
|
11
11
|
* Adds interface for showing confirmation view in the specific for `CommentThreadView` and `CommentView` structure
|
12
12
|
* Confirm is always set to the `content` collection at the last position.
|
@@ -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
|
-
var
|
23
|
+
var _0x1dee=['remove','_removeConfirm','showConfirm','deregisterChild','submit','element','isConfirm','set','cancel','registerChild','render','focus','confirmView'];(function(_0x577462,_0x1dee97){var _0x535867=function(_0x25f64e){while(--_0x25f64e){_0x577462['push'](_0x577462['shift']());}};_0x535867(++_0x1dee97);}(_0x1dee,0x1d3));var _0x5358=function(_0x577462,_0x1dee97){_0x577462=_0x577462-0x0;var _0x535867=_0x1dee[_0x577462];return _0x535867;};import _0x16179d from'./confirmview.js';export default function m(_0x179ef2){return class extends _0x179ef2{[_0x5358('0x3')](_0x155b17,_0x337cf1){return this[_0x5358('0x0')]=new _0x16179d(this['locale']),this[_0x5358('0x0')][_0x5358('0xb')](),this[_0x5358('0x0')]['message']=_0x155b17,this['confirmView']['once'](_0x5358('0x9'),()=>{this[_0x5358('0x2')]();}),this[_0x5358('0x0')]['once'](_0x5358('0x5'),()=>{this[_0x5358('0x2')]();}),_0x337cf1['appendChild'](this[_0x5358('0x0')][_0x5358('0x6')]),this[_0x5358('0xa')](this[_0x5358('0x0')]),this[_0x5358('0x6')]['focus'](),this[_0x5358('0x8')](_0x5358('0x7'),!0x0),new Promise(_0x1d0d2d=>this[_0x5358('0x0')]['on']('submit',_0x1d0d2d));}['cancelConfirm'](){this[_0x5358('0x7')]&&this[_0x5358('0x0')]['fire'](_0x5358('0x9'));}[_0x5358('0x2')](){this[_0x5358('0x6')]&&this[_0x5358('0x0')]&&this['confirmView'][_0x5358('0x6')]&&(this[_0x5358('0x6')][_0x5358('0xc')](),this[_0x5358('0x0')][_0x5358('0x6')][_0x5358('0x1')](),this[_0x5358('0x4')](this['confirmView']),this[_0x5358('0x7')]=!0x1,this[_0x5358('0x0')]['destroy'](),this[_0x5358('0x0')]=void 0x0);}};}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module comments/comments/ui/view/confirmview
|
7
7
|
*/
|
8
|
-
import { View } from 'ckeditor5/src/ui';
|
9
|
-
import type { Locale } from 'ckeditor5/src/utils';
|
8
|
+
import { View } from 'ckeditor5/src/ui.js';
|
9
|
+
import type { Locale } from 'ckeditor5/src/utils.js';
|
10
10
|
export default class ConfirmView extends View {
|
11
11
|
message: string;
|
12
12
|
constructor(locale: Locale);
|
package/src/utils/confirmview.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 _0x398a=['cancelView','fire','extendTemplate','ck-thread__remove-confirm-actions','submit','ck-thread__remove-confirm-','ck-thread__remove-confirm','submitView','check','Are\x20you\x20sure?','div','ck-thread__remove-confirm-inner','setTemplate','icon','message','cancel','bindTemplate','execute','_createButtonView'];(function(_0x458573,_0x398abb){const _0xdf7307=function(_0x30240f){while(--_0x30240f){_0x458573['push'](_0x458573['shift']());}};_0xdf7307(++_0x398abb);}(_0x398a,0x188));const _0xdf73=function(_0x458573,_0x398abb){_0x458573=_0x458573-0x0;let _0xdf7307=_0x398a[_0x458573];return _0xdf7307;};import{View as _0x42bccd,ButtonView as _0x3e90c1}from'ckeditor5/src/ui.js';import{icons as _0x4fce87}from'ckeditor5/src/core.js';import{getTranslation as _0x5388a9}from'./common-translations.js';export default class h extends _0x42bccd{constructor(_0x53fa57){super(_0x53fa57);const _0x537a39=this[_0xdf73('0x4')];this[_0xdf73('0xe')]=this[_0xdf73('0x6')](_0x53fa57,_0x5388a9(_0x53fa57,'Yes'),_0x4fce87[_0xdf73('0xf')],_0xdf73('0xb')),this['cancelView']=this[_0xdf73('0x6')](_0x53fa57,_0x5388a9(_0x53fa57,'No'),_0x4fce87[_0xdf73('0x3')],_0xdf73('0x3')),this['set'](_0xdf73('0x2'),_0x5388a9(_0x53fa57,_0xdf73('0x10'))),this[_0xdf73('0x0')]({'tag':_0xdf73('0x11'),'attributes':{'class':[_0xdf73('0xd')]},'children':[{'tag':_0xdf73('0x11'),'attributes':{'class':_0xdf73('0x12')},'children':[{'tag':'p','children':[{'text':_0x537a39['to'](_0xdf73('0x2'))}]},{'tag':_0xdf73('0x11'),'attributes':{'class':_0xdf73('0xa')},'children':[this[_0xdf73('0xe')],this[_0xdf73('0x7')]]}]}]});}['_createButtonView'](_0xc22303,_0x5f0600,_0x5604ec,_0x52150c){const _0x2dc678=new _0x3e90c1(_0xc22303);return _0x2dc678['label']=_0x5f0600,_0x2dc678[_0xdf73('0x1')]=_0x5604ec,_0x2dc678[_0xdf73('0x9')]({'attributes':{'class':_0xdf73('0xc')+_0x52150c}}),_0x2dc678['on'](_0xdf73('0x5'),()=>this[_0xdf73('0x8')](_0x52150c)),_0x2dc678;}}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
|
-
import type { LocaleConfig } from '../config';
|
5
|
+
import type { LocaleConfig } from '../config.js';
|
6
6
|
/**
|
7
7
|
* Returns a function that formats the date to the set format.
|
8
8
|
*
|
@@ -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 _0x275b=['invalid-date-time-format','string','dateTimeFormat','\x27Last\x27\x20EEEE\x20hh:mma','\x27Yesterday\x27\x20hh:mma','\x27Today\x27\x20hh:mma','function','MM-dd-yyyy\x20hh:mma'];(function(_0x3c85b4,_0x275bdb){const _0x265049=function(_0x22a5eb){while(--_0x22a5eb){_0x3c85b4['push'](_0x3c85b4['shift']());}};_0x265049(++_0x275bdb);}(_0x275b,0x162));const _0x2650=function(_0x3c85b4,_0x275bdb){_0x3c85b4=_0x3c85b4-0x0;let _0x265049=_0x275b[_0x3c85b4];return _0x265049;};import _0x22bfaf from'date-fns/format/index.js';import _0x455249 from'date-fns/parseISO/index.js';import _0x146241 from'date-fns/differenceInCalendarDays/index.js';import{CKEditorError as _0x12f927}from'ckeditor5/src/utils.js';export default function j(_0x45a8e3={}){if(void 0x0!==_0x45a8e3[_0x2650('0x0')]&&_0x2650('0x4')!=typeof _0x45a8e3[_0x2650('0x0')])throw new _0x12f927(_0x2650('0x6'));return _0x5c8d40=>{const _0x25831d=_0x2650('0x7')==typeof _0x5c8d40?_0x455249(_0x5c8d40):_0x5c8d40,_0x207e30=new Date(),_0x394cf3=_0x146241(_0x207e30,_0x25831d);return _0x45a8e3[_0x2650('0x0')]?_0x45a8e3[_0x2650('0x0')](_0x25831d):_0x22bfaf(_0x25831d,0x0===_0x394cf3?_0x2650('0x3'):0x1===_0x394cf3?_0x2650('0x2'):_0x394cf3<0x7?_0x2650('0x1'):_0x2650('0x5'));};}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
|
-
import type { EditingController, Marker } from 'ckeditor5/src/engine';
|
5
|
+
import type { EditingController, Marker } from 'ckeditor5/src/engine.js';
|
6
6
|
/**
|
7
7
|
* Returns a first DOM element mapped with the marker.
|
8
8
|
*
|
@@ -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 _0x47f6=['sort','filter','length','mapViewToDom','mapper','push','getClientRects','item','map','values','name','domConverter','from','markerNameToElements','view'];(function(_0x57794c,_0x47f6eb){const _0x203dd6=function(_0x345082){while(--_0x345082){_0x57794c['push'](_0x57794c['shift']());}};_0x203dd6(++_0x47f6eb);}(_0x47f6,0x1d3));const _0x203d=function(_0x57794c,_0x47f6eb){_0x57794c=_0x57794c-0x0;let _0x203dd6=_0x47f6[_0x57794c];return _0x203dd6;};import{first as _0x331007}from'ckeditor5/src/utils.js';export default function k(_0x591813,_0x4f32aa){const _0x22bb01=_0x591813['mapper'][_0x203d('0xb')](_0x4f32aa['name']);if(!_0x22bb01)return null;const _0x3878fd=_0x331007(_0x22bb01[_0x203d('0x7')]());return _0x591813[_0x203d('0xc')][_0x203d('0x9')]['mapViewToDom'](_0x3878fd)||null;}export function getAllMarkersDomElementsSorted(_0x57ea0c,_0x277fda){if(0x0===_0x277fda[_0x203d('0x0')])return null;const _0xd4becd=[],_0x37d32f=_0x57ea0c['view']['domConverter'];for(const _0x155ac4 of _0x277fda){const _0x777dfc=_0x57ea0c[_0x203d('0x2')][_0x203d('0xb')](_0x155ac4[_0x203d('0x8')]);if(!_0x777dfc)continue;const _0x15a871=Array[_0x203d('0xa')](_0x777dfc)[_0x203d('0x6')](_0x57ea9b=>_0x37d32f[_0x203d('0x1')](_0x57ea9b))[_0x203d('0xe')](_0x4b8f10=>!!_0x4b8f10);_0xd4becd[_0x203d('0x3')](..._0x15a871);}if(0x0===_0xd4becd[_0x203d('0x0')])return null;const _0x12a4fb=[];for(const _0x144e7f of _0xd4becd){const _0x492473=_0x144e7f[_0x203d('0x4')]()[_0x203d('0x5')](0x0);_0x492473&&_0x12a4fb[_0x203d('0x3')]({'x':_0x492473['x'],'y':_0x492473['y'],'domElement':_0x144e7f});}return 0x0===_0x12a4fb[_0x203d('0x0')]?null:(_0x12a4fb[_0x203d('0xd')]((_0x56cf1c,_0x107722)=>_0x56cf1c['y']-_0x107722['y']||_0x56cf1c['x']-_0x107722['x']),_0x12a4fb['map'](_0x2af4b0=>_0x2af4b0['domElement']));}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
package/src/utils/hashobject.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 _0x56fc=['sign','toString','keys','isArray','object','string','charCodeAt'];(function(_0x4d9f81,_0x56fca6){const _0x3e7a6e=function(_0x3db4fc){while(--_0x3db4fc){_0x4d9f81['push'](_0x4d9f81['shift']());}};_0x3e7a6e(++_0x56fca6);}(_0x56fc,0x1aa));const _0x3e7a=function(_0x4d9f81,_0x56fca6){_0x4d9f81=_0x4d9f81-0x0;let _0x3e7a6e=_0x56fc[_0x4d9f81];return _0x3e7a6e;};export default function b(_0x274d78){let _0x711ae4=0x0,_0x3fe40c=0x0;for(const _0x164dee of A(_0x274d78))_0x711ae4=(_0x711ae4<<0x5)-_0x711ae4+_0x164dee,_0x711ae4&=_0x711ae4,[_0x711ae4,_0x3fe40c]=[_0x3fe40c,_0x711ae4];return q(_0x711ae4)+q(_0x3fe40c);}function*g(_0x327dc9){null==_0x327dc9||null==_0x327dc9?yield 0x12b9b0a1:0x0===_0x327dc9||!0x1===_0x327dc9?yield 0x0:0x1===_0x327dc9||0x1==_0x327dc9?yield 0x1:Array[_0x3e7a('0x4')](_0x327dc9)?yield*function*(_0x4068e8){for(const _0x667be8 of _0x4068e8)yield*g(_0x667be8);}(_0x327dc9):_0x3e7a('0x5')==typeof _0x327dc9?yield*A(_0x327dc9):_0x3e7a('0x6')==typeof _0x327dc9?yield*M(_0x327dc9):'number'==typeof _0x327dc9&&(yield _0x327dc9);}function*A(_0x487adc){if(yield O('{'),_0x487adc){const _0x4bbde2=Object[_0x3e7a('0x3')](_0x487adc)['sort']();for(const _0x1e7fbf of _0x4bbde2){yield*M(_0x1e7fbf),yield O(':');const _0x554b9f=_0x487adc[_0x1e7fbf];yield*g(_0x554b9f);}}yield O('}');}function*M(_0x5525b0){yield O('\x22');for(const _0x55e884 of _0x5525b0)yield O(_0x55e884);yield O('\x22');}function O(_0xfa0115){return _0xfa0115[_0x3e7a('0x0')](0x0);}function q(_0x35344e){return(_0x35344e*=Math[_0x3e7a('0x1')](_0x35344e))[_0x3e7a('0x2')](0x24);}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module collaboration-core/utils/common-translations
|
7
7
|
*/
|
8
|
-
import type { Editor, EditorConfig } from 'ckeditor5/src/core';
|
8
|
+
import type { Editor, EditorConfig } from 'ckeditor5/src/core.js';
|
9
9
|
/**
|
10
10
|
* A function that prepares config for internal editors removing all unnecessary plugins like RTC.
|
11
11
|
*
|
@@ -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 _0x5517=['WProofreader','requires','includes','extraPlugins','WebSocketGateway','initialData','find','config','constructor','concat','rootsAttributes','filter','set','RevisionTracker','Autosave','_context','get','name','names','plugins','pluginName','every','context','has','builtinPlugins','removePlugins','string'];(function(_0x57f6aa,_0x551749){const _0x49ae17=function(_0x521294){while(--_0x521294){_0x57f6aa['push'](_0x57f6aa['shift']());}};_0x49ae17(++_0x551749);}(_0x5517,0x1d5));const _0x49ae=function(_0x57f6aa,_0x551749){_0x57f6aa=_0x57f6aa-0x0;let _0x49ae17=_0x5517[_0x57f6aa];return _0x49ae17;};const w=[_0x49ae('0x16'),_0x49ae('0xc'),'toolbar',_0x49ae('0x0')],W=[_0x49ae('0x15'),_0x49ae('0x3'),_0x49ae('0x4'),'WordCount','DocumentOutline',_0x49ae('0x11')];function v(_0x30c582,_0x264d9c,_0x330025,_0x50722a=[]){const _0x2d239a=_0x49ae('0x10')==typeof _0x30c582?_0x330025[_0x49ae('0x6')](_0x30c582)['constructor']:_0x30c582,_0x31818e=_0x2d239a[_0x49ae('0xa')]||_0x2d239a[_0x49ae('0x7')];if(_0x264d9c[_0x49ae('0xd')](_0x31818e))return _0x264d9c[_0x49ae('0x6')](_0x31818e);if(_0x264d9c[_0x49ae('0x2')](_0x31818e,!0x0),_0x31818e&&W[_0x49ae('0x1a')](_0x50722a)[_0x49ae('0x13')](_0x31818e))return _0x264d9c[_0x49ae('0x2')](_0x31818e,!0x1),!0x1;if(!_0x2d239a[_0x49ae('0x12')])return _0x264d9c['set'](_0x31818e,!0x0),!0x0;const _0x20cdb3=_0x2d239a[_0x49ae('0x12')][_0x49ae('0xb')](_0x55aef3=>v(_0x55aef3,_0x264d9c,_0x330025,_0x50722a));return _0x264d9c[_0x49ae('0x2')](_0x31818e,_0x20cdb3),_0x20cdb3;}export default function D(_0x5b7d6f,_0x37369a){const _0x5b9c2f={};for(const _0x30d8f3 of _0x5b7d6f[_0x49ae('0x18')][_0x49ae('0x8')]())w['includes'](_0x30d8f3)||(_0x5b9c2f[_0x30d8f3]=_0x5b7d6f['config'][_0x49ae('0x6')](_0x30d8f3));const _0x7b5a5f=_0x5b9c2f[_0x49ae('0x9')]||[],_0x4c9af3=_0x5b7d6f[_0x49ae('0x19')][_0x49ae('0xe')]||[],_0x55f6af=_0x7b5a5f['length']?_0x7b5a5f:_0x4c9af3,_0x1748df=_0x5b9c2f[_0x49ae('0x14')]||[];delete _0x5b9c2f[_0x49ae('0x14')];const _0xfcd631=_0x5b9c2f[_0x49ae('0xf')]||[];delete _0x5b9c2f[_0x49ae('0xf')];const _0x284c5d=_0x5b7d6f[_0x49ae('0x5')][_0x49ae('0x18')][_0x49ae('0x6')]('plugins')||[],_0x4fd632=_0x55f6af['concat'](_0x1748df)[_0x49ae('0x1a')](_0x284c5d)['map'](_0x196b89=>'string'==typeof _0x196b89?_0x4c9af3[_0x49ae('0x17')](_0x15b03f=>_0x15b03f[_0x49ae('0xa')]==_0x196b89):_0x196b89)[_0x49ae('0x1')](_0x457970=>!_0xfcd631[_0x49ae('0x13')](_0x457970)&&!_0xfcd631[_0x49ae('0x13')](_0x457970[_0x49ae('0xa')])),_0x5c1259=Array['from'](new Set(_0x4fd632)),_0x231ede=new Map();return _0x5b9c2f['plugins']=_0x5c1259[_0x49ae('0x1')](_0x446f23=>v(_0x446f23,_0x231ede,_0x5b7d6f[_0x49ae('0x9')],_0x37369a)),_0x5b9c2f;}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module collaboration-core/utils/surroundingmarkersdetector
|
7
7
|
*/
|
8
|
-
import type { Marker, Model } from 'ckeditor5/src/engine';
|
8
|
+
import type { Marker, Model } from 'ckeditor5/src/engine.js';
|
9
9
|
/**
|
10
10
|
* A utility that responds to range changes in the document selection and detects which markers' ranges
|
11
11
|
* touch or contain (surround) the document selection's focus.
|
@@ -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 _0x5de9=['containsPosition','document','push','getRange','isEqual','length','start','includes','selection','focus','change:range'];(function(_0x1e0104,_0x5de9f6){const _0x10b588=function(_0x45217d){while(--_0x45217d){_0x1e0104['push'](_0x1e0104['shift']());}};_0x10b588(++_0x5de9f6);}(_0x5de9,0xe2));const _0x10b5=function(_0x1e0104,_0x5de9f6){_0x1e0104=_0x1e0104-0x0;let _0x10b588=_0x5de9[_0x1e0104];return _0x10b588;};export default function z(_0x5d44ac,_0x58fd33){const _0x419bd9=[];_0x5d44ac[_0x10b5('0x6')][_0x10b5('0x2')]['on'](_0x10b5('0x4'),()=>{const _0x5d1f07=function(_0x5d439e,_0x32461c){const _0x2b0a79=[];for(const _0x1a1722 of _0x5d439e['markers']){const _0x46f310=_0x1a1722[_0x10b5('0x8')]();(_0x46f310[_0x10b5('0x5')](_0x32461c)||_0x46f310[_0x10b5('0x0')]['isEqual'](_0x32461c)||_0x46f310['end'][_0x10b5('0x9')](_0x32461c))&&_0x2b0a79[_0x10b5('0x7')](_0x1a1722);}return _0x2b0a79;}(_0x5d44ac,_0x5d44ac[_0x10b5('0x6')][_0x10b5('0x2')][_0x10b5('0x3')]),_0x4267cd=[],_0x1787d9=[],_0x20e818=[];for(const _0x268135 of _0x419bd9)_0x5d1f07[_0x10b5('0x1')](_0x268135)||_0x4267cd[_0x10b5('0x7')](_0x268135);for(const _0x168f7d of _0x5d1f07)_0x419bd9[_0x10b5('0x1')](_0x168f7d)||_0x1787d9[_0x10b5('0x7')](_0x168f7d),_0x20e818[_0x10b5('0x7')](_0x168f7d);(_0x4267cd[_0x10b5('0xa')]||_0x1787d9[_0x10b5('0xa')])&&_0x58fd33({'left':_0x4267cd,'entered':_0x1787d9}),_0x419bd9[_0x10b5('0xa')]=0x0,_0x419bd9[_0x10b5('0x7')](..._0x20e818);});}
|
package/src/utils/trim-html.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
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 _0x4f9d=['length','startsWith','...','replace','match','substring','push','join','pop','slice','indexOf'];(function(_0x5bc7d9,_0x4f9dbc){const _0x11eb0e=function(_0x4697ee){while(--_0x4697ee){_0x5bc7d9['push'](_0x5bc7d9['shift']());}};_0x11eb0e(++_0x4f9dbc);}(_0x4f9d,0x1e5));const _0x11eb=function(_0x5bc7d9,_0x4f9dbc){_0x5bc7d9=_0x5bc7d9-0x0;let _0x11eb0e=_0x4f9d[_0x5bc7d9];return _0x11eb0e;};export default function Z(_0x5a3a76,{limit:_0x578291,suffix:_0x10bc26=_0x11eb('0x1')}){const _0x3e575e=[];let _0x302d53=0x0;const _0x470094=_0x5a3a76[_0x11eb('0x2')](/</g,'\x0a<')[_0x11eb('0x2')](/>/g,'>\x0a')[_0x11eb('0x2')](/^\n/g,'')[_0x11eb('0x2')](/\n$/g,'')['split']('\x0a');for(let _0x434775=0x0;_0x434775<_0x470094['length'];_0x434775++){let _0x59f6a8=_0x470094[_0x434775];const _0x4776fe=$(_0x59f6a8);if(_0x59f6a8[_0x11eb('0x0')]('<')){if(_0x302d53>=_0x578291){const _0x48e30c=_0x59f6a8[_0x11eb('0x3')](/[a-zA-Z]+/);if(!_0x48e30c){_0x470094[_0x434775]='';continue;}const _0x365f1e=_0x48e30c[0x0];_0x59f6a8[_0x11eb('0x0')]('</')?(_0x3e575e[_0x11eb('0xa')]&&(_0x59f6a8=''),_0x3e575e[_0x11eb('0x7')]()):(_0x3e575e['push'](_0x365f1e),_0x59f6a8='');}}else{if(_0x302d53>=_0x578291)_0x59f6a8='';else{if(_0x302d53+_0x4776fe[_0x11eb('0xa')]>=_0x578291){let _0x15786b=_0x578291-_0x302d53;if('\x20'===_0x4776fe[_0x15786b-0x1])_0x15786b--;else{const _0x52beca=_0x4776fe[_0x11eb('0x8')](_0x15786b)[_0x11eb('0x9')]('\x20');-0x1!==_0x52beca?_0x15786b+=_0x52beca:_0x15786b=_0x59f6a8[_0x11eb('0xa')];}_0x59f6a8=_0x4776fe[_0x11eb('0x8')](0x0,_0x15786b)[_0x11eb('0x6')]('')+_0x10bc26,_0x302d53=_0x578291;}else _0x302d53+=_0x4776fe[_0x11eb('0xa')];}}_0x470094[_0x434775]=_0x59f6a8;}return _0x470094['join']('\x0a')[_0x11eb('0x2')](/\n/g,'');}function $(_0x1d205a){const _0x377fec=[];for(let _0x3d0cb6=0x0;_0x3d0cb6<_0x1d205a[_0x11eb('0xa')];_0x3d0cb6++){const _0x44b6df=_0x1d205a[_0x11eb('0x4')](_0x3d0cb6)[_0x11eb('0x3')](/^&[a-z0-9#]+;/);if(_0x44b6df){const _0xd0a2be=_0x44b6df[0x0];_0x377fec['push'](_0xd0a2be),_0x3d0cb6+=_0xd0a2be['length']-0x1;}else _0x377fec[_0x11eb('0x5')](_0x1d205a[_0x3d0cb6]);}return _0x377fec;}
|
@@ -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
|
|