@ckeditor/ckeditor5-collaboration-core 0.0.0-nightly-20231023.0 → 0.0.0-nightly-20231025.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/package.json +2 -2
- package/src/permissions.js +1 -1
- package/src/users/view/userview.js +1 -1
- package/src/users.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/confirmmixin.js +1 -1
- package/src/utils/confirmview.js +1 -1
- package/src/utils/getdatetimeformatter.js +1 -1
- package/src/utils/getmarkerdomelement.js +1 -1
- package/src/utils/hashobject.js +1 -1
- package/src/utils/sanitizeEditorConfig.js +1 -1
- package/src/utils/trim-html.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-collaboration-core",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20231025.0",
|
4
4
|
"description": "Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
],
|
32
32
|
"main": "src/index.js",
|
33
33
|
"dependencies": {
|
34
|
-
"ckeditor5": "0.0.0-nightly-
|
34
|
+
"ckeditor5": "0.0.0-nightly-20231025.0",
|
35
35
|
"date-fns": "2.30.0"
|
36
36
|
},
|
37
37
|
"files": [
|
package/src/permissions.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x348b=['includes','CommentsOnly','has','collaboration.channelId','noPermissions','no-permissions','comment:modify_all','find','commands','get','context','editors','isEnabled','plugins','Permissions','setPermissions','enableReadOnlyMode','CommentsRepository','comment:write','clearForceDisabled'];(function(_0x35c4fb,_0x348b19){const _0x4234f7=function(_0x1436db){while(--_0x1436db){_0x35c4fb['push'](_0x35c4fb['shift']());}};_0x4234f7(++_0x348b19);}(_0x348b,0x146));const _0x4234=function(_0x35c4fb,_0x348b19){_0x35c4fb=_0x35c4fb-0x0;let _0x4234f7=_0x348b[_0x35c4fb];return _0x4234f7;};import{ContextPlugin as _0x1e82c2,Editor as _0x5a420e}from'ckeditor5/src/core';import{CKEditorError as _0x481634}from'ckeditor5/src/utils';export default class n extends _0x1e82c2{static get['pluginName'](){return _0x4234('0x8');}[_0x4234('0x9')](_0x54b7c1,_0x335653){let _0x341904;if(_0x335653||(_0x335653=this[_0x4234('0x4')]['config']['get']('collaboration.channelId')),this[_0x4234('0x4')]['config'][_0x4234('0x3')](_0x4234('0x11'))==_0x335653?_0x341904=this['context']:_0x4234('0x5')in this[_0x4234('0x4')]&&this[_0x4234('0x4')][_0x4234('0x5')]&&(_0x341904=this[_0x4234('0x4')][_0x4234('0x5')][_0x4234('0x1')](_0xfa620c=>_0xfa620c['config'][_0x4234('0x3')](_0x4234('0x11'))==_0x335653)),!_0x341904)throw new _0x481634('permissions-set-permissions-invalid-channel-id',null);const _0x445733=_0x341904[_0x4234('0x7')],_0x3269ad=_0x445733[_0x4234('0x10')](_0x4234('0xb'))?_0x445733[_0x4234('0x3')](_0x4234('0xb')):void 0x0,_0x186eec=_0x445733[_0x4234('0x10')](_0x4234('0xf'))&&_0x445733[_0x4234('0x3')]('CommentsOnly'),_0x597083=_0x54b7c1['includes']('document:write'),_0x1271c3=_0x54b7c1[_0x4234('0xe')](_0x4234('0x0')),_0x232315=_0x54b7c1[_0x4234('0xe')]('comment:admin'),_0x347fbe=_0x54b7c1[_0x4234('0xe')](_0x4234('0xc')),_0x51e5ad=_0x347fbe||_0x232315,_0x26cc31=_0x51e5ad||_0x1271c3,_0x449142=_0x597083||_0x51e5ad;(_0x186eec&&(_0x186eec[_0x4234('0x6')]=!_0x597083&&_0x26cc31),_0x341904 instanceof _0x5a420e)&&(!(_0x597083||_0x26cc31&&_0x3269ad)?_0x341904[_0x4234('0xa')](_0x4234('0x13')):_0x341904['disableReadOnlyMode']('no-permissions'));if(_0x3269ad){_0x3269ad['setPermissions']({'admin':_0x232315,'modifyAll':_0x1271c3,'write':_0x347fbe,'resolve':_0x449142},_0x335653);const _0x4a3337=_0x341904 instanceof _0x5a420e&&_0x341904[_0x4234('0x2')][_0x4234('0x3')]('addCommentThread');_0x4a3337&&(_0x51e5ad?_0x4a3337[_0x4234('0xd')](_0x4234('0x12')):_0x4a3337['forceDisabled']('noPermissions'));}}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x4944=['url(\x27','ck-user__img','initials','setTemplate','div','ck-user','extendTemplate','avatar','notificationView','push','ck-user__anonymous','ck-user__avatar','name'];(function(_0x418c54,_0x4944a7){const _0x38e80b=function(_0x75530e){while(--_0x75530e){_0x418c54['push'](_0x418c54['shift']());}};_0x38e80b(++_0x4944a7);}(_0x4944,0x177));const _0x38e8=function(_0x418c54,_0x4944a7){_0x418c54=_0x418c54-0x0;let _0x38e80b=_0x4944[_0x418c54];return _0x38e80b;};import{View as _0x2bb125,IconView as _0x2e62d8}from'ckeditor5/src/ui';import _0x34dfcc from'../../../theme/icons/notification.svg';import'../../../theme/users.css';export default class B extends _0x2bb125{constructor(_0x40a2de,_0x356b17,_0x4c1e51){super(_0x40a2de),this['name']=_0x356b17[_0x38e8('0x1')],this[_0x38e8('0xa')]=null;const _0x55a8b4=['ck',_0x38e8('0x3')];if(_0x356b17['isAnonymous']&&_0x55a8b4[_0x38e8('0xb')](_0x38e8('0xc')),_0x356b17[_0x38e8('0x9')]&&_0x55a8b4[_0x38e8('0xb')](_0x38e8('0x0')),_0x4c1e51){const _0x1a8a54=new _0x2e62d8();_0x1a8a54[_0x38e8('0x8')]({'attributes':{'class':['ck-user__icon']}}),_0x1a8a54['content']=_0x34dfcc,this[_0x38e8('0xa')]={'tag':_0x38e8('0x6'),'attributes':{'class':['ck','ck-user__notification'],'data-cke-tooltip-position':'n','data-cke-tooltip-text':_0x4c1e51},'children':[_0x1a8a54]};}const _0x3b38f0=[{'tag':_0x38e8('0x6'),'attributes':{'class':_0x55a8b4,'style':{'background-image':_0x356b17[_0x38e8('0x9')]?_0x38e8('0x2')+_0x356b17[_0x38e8('0x9')]+'\x27)':''}}},{'tag':_0x38e8('0x6'),'attributes':{'class':_0x356b17[_0x38e8('0x9')]?'ck\x20ck-user__name\x20ck-user__name--hidden':'ck\x20ck-user__name'},'children':[{'text':_0x356b17[_0x38e8('0x4')]}]}];this[_0x38e8('0xa')]&&_0x3b38f0[_0x38e8('0xb')](this['notificationView']),this[_0x38e8('0x5')]({'tag':'div','attributes':{'class':['ck',_0x38e8('0x7')],'data-user-id':_0x356b17['id']},'children':_0x3b38f0});}}
|
package/src/users.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x569a=['getOperationAuthor','licenseKeyValid','get','destroy','Users','name','_myId','context','avatar','split','licenseKeyTrialLimit:time','_addAnonymousUser','ck-user__selection--','_licenseKeyCheckInterval','defineMe','_locale','_getInitial','licenseKeyInvalid','initials','anonymous-user','ck-user__marker--','useAnonymousUser','locale','trial-license-key-reached-limit-changes','users.anonymousUserId','includes','licenseKey','users-add-duplicated-id','licenseKeyTrialLimit:operations','users.colorsCount','pluginName','toUpperCase','info','invalid-license-key','users-me-missing-user','length','_lastColor','users-add-invalid-id','_id','users','trial-license-key-reached-limit-revisions','getMarkerClass','define','_isAnonymous','config','licenseKeyTrialLimit:revisions','has','getUser','requires','addUser','_getNextColor','charAt','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.','Anonymous'];(function(_0x2c117c,_0x569ade){const _0x53441d=function(_0x138b7d){while(--_0x138b7d){_0x2c117c['push'](_0x2c117c['shift']());}};_0x53441d(++_0x569ade);}(_0x569a,0x11d));const _0x5344=function(_0x2c117c,_0x569ade){_0x2c117c=_0x2c117c-0x0;let _0x53441d=_0x569a[_0x2c117c];return _0x53441d;};import{ContextPlugin as _0x1f6404}from'ckeditor5/src/core';import{Collection as _0x9d2243,CKEditorError as _0x4483ef}from'ckeditor5/src/utils';import _0x250b38 from'./permissions';import{getTranslation as _0x371556}from'./utils/common-translations';import'../theme/usercolors.css';export default class l extends _0x1f6404{static get[_0x5344('0xf')](){return _0x5344('0x2b');}static get[_0x5344('0x21')](){return[_0x250b38];}constructor(_0x5db7e8){super(_0x5db7e8),this[_0x5344('0x2e')][_0x5344('0x1d')][_0x5344('0x1b')](_0x5344('0x9'),_0x5344('0x4')),this[_0x5344('0x2e')][_0x5344('0x1d')][_0x5344('0x1b')]('users.colorsCount',0x8),this[_0x5344('0x18')]=new _0x9d2243(),this[_0x5344('0x0')]=_0x5db7e8[_0x5344('0x7')],this[_0x5344('0x34')]=null,this['_lastColor']=0x0,this[_0x5344('0x2d')]=null,this['decorate'](_0x5344('0x27'));}['init'](){const _0x2f0699=this[_0x5344('0x2e')];this[_0x5344('0xb')]=_0x2f0699[_0x5344('0x1d')][_0x5344('0x29')](_0x5344('0xb'));const _0x5eaa63=['licenseKeyTrial',_0x5344('0x2'),_0x5344('0x28'),'licenseKeyTrialLimit:operations',_0x5344('0x31'),_0x5344('0x1e')];this[_0x5344('0x34')]=setInterval(()=>{let _0x4846b7;for(const _0xcc581c in _0x2f0699){const _0x50d587=_0x2f0699[_0xcc581c];if(_0x5eaa63[_0x5344('0xa')](_0x50d587)){delete _0x2f0699[_0xcc581c],_0x4846b7=_0x50d587;break;}}if('licenseKeyInvalid'===_0x4846b7)throw clearInterval(this[_0x5344('0x34')]),new _0x4483ef(_0x5344('0x12'),null);if('licenseKeyTrial'===_0x4846b7&&console[_0x5344('0x11')](_0x5344('0x25')),_0x5344('0xd')===_0x4846b7)throw clearInterval(this[_0x5344('0x34')]),new _0x4483ef(_0x5344('0x8'),null);if(_0x5344('0x31')===_0x4846b7)throw clearInterval(this[_0x5344('0x34')]),new _0x4483ef('trial-license-key-reached-limit-time',null);if(_0x5344('0x1e')===_0x4846b7)throw clearInterval(this[_0x5344('0x34')]),new _0x4483ef(_0x5344('0x19'),null);_0x5344('0x28')===_0x4846b7&&clearInterval(this[_0x5344('0x34')]);},0x3e8),this['_addAnonymousUser']();}get['me'](){return null==this[_0x5344('0x2d')]?null:this[_0x5344('0x20')](this[_0x5344('0x2d')]);}[_0x5344('0x22')]({id:_0x584de9,name:_0x2b4376,..._0x4c2647}){if(!_0x584de9||'string'!=typeof _0x584de9)throw new _0x4483ef(_0x5344('0x16'));if(this[_0x5344('0x18')][_0x5344('0x1f')](_0x584de9))throw new _0x4483ef(_0x5344('0xc'),null,{'id':_0x584de9});const _0x41344a={..._0x4c2647,'id':_0x584de9,'name':a(this[_0x5344('0x0')],_0x2b4376),'color':this[_0x5344('0x23')]()};_0x41344a[_0x5344('0x2c')]=a(this[_0x5344('0x0')],_0x41344a[_0x5344('0x2c')]);const _0x15ed45=new User(_0x41344a);return this['users']['add'](_0x15ed45),_0x15ed45;}['getUser'](_0x68a59d){return this[_0x5344('0x18')]['get'](_0x68a59d);}[_0x5344('0x6')](){const _0x266394=this['context'][_0x5344('0x1d')][_0x5344('0x29')](_0x5344('0x9'));this[_0x5344('0x2d')]||this[_0x5344('0x35')](_0x266394);}[_0x5344('0x35')](_0x11aa6e){if(this[_0x5344('0x2d')])throw new _0x4483ef('users-me-already-defined',null);if(!this[_0x5344('0x20')](_0x11aa6e))throw new _0x4483ef(_0x5344('0x13'),null);this['_myId']=_0x11aa6e;}[_0x5344('0x27')](){return this['me'];}[_0x5344('0x2a')](){super[_0x5344('0x2a')](),clearInterval(this['_licenseKeyCheckInterval']);}[_0x5344('0x23')](){const _0x3ca3c8=this['context']['config']['get'](_0x5344('0xe'));return this['_lastColor']>=_0x3ca3c8&&(this[_0x5344('0x15')]=0x0),new u(this[_0x5344('0x15')]++);}[_0x5344('0x32')](){const _0x2aa73e=this['context']['config'][_0x5344('0x29')](_0x5344('0x9'));this[_0x5344('0x22')]({'id':_0x2aa73e,'name':_0x371556(this[_0x5344('0x0')],_0x5344('0x26'))})['_isAnonymous']=!0x0;}}export class User{constructor(_0x43b649){this['id']=_0x43b649['id'],this['color']=_0x43b649['color'],this['name']=_0x43b649['name'],this[_0x5344('0x2f')]=_0x43b649[_0x5344('0x2f')],this[_0x5344('0x1c')]=!0x1;}get['isAnonymous'](){return this[_0x5344('0x1c')];}get[_0x5344('0x3')](){const _0x14cb14=this[_0x5344('0x2c')][_0x5344('0x30')]('\x20');return 0x1===_0x14cb14[_0x5344('0x14')]?this[_0x5344('0x1')](_0x14cb14[0x0]):this[_0x5344('0x1')](_0x14cb14[0x0])+this[_0x5344('0x1')](_0x14cb14[_0x14cb14[_0x5344('0x14')]-0x1]);}[_0x5344('0x1')](_0x314cc4){return _0x314cc4[_0x5344('0x24')](0x0)[_0x5344('0x10')]();}}function a(_0x33afb3,_0x189053=''){return''==(_0x189053=_0x189053['trim']())?_0x371556(_0x33afb3,_0x5344('0x26')):_0x189053;}class u{constructor(_0x262adb){this[_0x5344('0x17')]=_0x262adb;}['getBackgroundColorClass'](){return'ck-user__bg-color--'+this[_0x5344('0x17')];}['getSelectionClass'](){return _0x5344('0x33')+this['_id'];}[_0x5344('0x1a')](){return _0x5344('0x5')+this[_0x5344('0x17')];}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
export function getTranslation(
|
23
|
+
export function getTranslation(_0x3eddb3,_0x27d610){const t=_0x3eddb3['t'];switch(_0x27d610){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'';}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
var
|
23
|
+
var _0x2e00=['fire','destroy','appendChild','submit','locale','registerChild','showConfirm','element','confirmView','set','isConfirm','remove','focus','deregisterChild','message','_removeConfirm','once','cancelConfirm'];(function(_0x44f623,_0x2e00f3){var _0x1750e4=function(_0x2bbc47){while(--_0x2bbc47){_0x44f623['push'](_0x44f623['shift']());}};_0x1750e4(++_0x2e00f3);}(_0x2e00,0x185));var _0x1750=function(_0x44f623,_0x2e00f3){_0x44f623=_0x44f623-0x0;var _0x1750e4=_0x2e00[_0x44f623];return _0x1750e4;};import _0x2da01c from'./confirmview';export default function m(_0x27a44c){return class extends _0x27a44c{[_0x1750('0xd')](_0x3cc913,_0x194495){return this[_0x1750('0xf')]=new _0x2da01c(this[_0x1750('0xb')]),this[_0x1750('0xf')]['render'](),this[_0x1750('0xf')][_0x1750('0x3')]=_0x3cc913,this[_0x1750('0xf')][_0x1750('0x5')]('cancel',()=>{this[_0x1750('0x4')]();}),this[_0x1750('0xf')][_0x1750('0x5')](_0x1750('0xa'),()=>{this[_0x1750('0x4')]();}),_0x194495[_0x1750('0x9')](this[_0x1750('0xf')]['element']),this[_0x1750('0xc')](this[_0x1750('0xf')]),this[_0x1750('0xe')][_0x1750('0x1')](),this[_0x1750('0x10')]('isConfirm',!0x0),new Promise(_0x49456a=>this[_0x1750('0xf')]['on'](_0x1750('0xa'),_0x49456a));}[_0x1750('0x6')](){this[_0x1750('0x11')]&&this[_0x1750('0xf')][_0x1750('0x7')]('cancel');}[_0x1750('0x4')](){this['element']&&this[_0x1750('0xf')]&&this['confirmView'][_0x1750('0xe')]&&(this[_0x1750('0xe')][_0x1750('0x1')](),this[_0x1750('0xf')][_0x1750('0xe')][_0x1750('0x0')](),this[_0x1750('0x2')](this[_0x1750('0xf')]),this[_0x1750('0x11')]=!0x1,this[_0x1750('0xf')][_0x1750('0x8')](),this[_0x1750('0xf')]=void 0x0);}};}
|
package/src/utils/confirmview.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x1487=['Are\x20you\x20sure?','bindTemplate','_createButtonView','icon','cancelView','cancel','check','message','submit','label','fire','ck-thread__remove-confirm','div','ck-thread__remove-confirm-','submitView','ck-thread__remove-confirm-inner','extendTemplate','setTemplate','execute','set','Yes'];(function(_0x250334,_0x1487f0){const _0x5beee4=function(_0x3a9029){while(--_0x3a9029){_0x250334['push'](_0x250334['shift']());}};_0x5beee4(++_0x1487f0);}(_0x1487,0xff));const _0x5bee=function(_0x250334,_0x1487f0){_0x250334=_0x250334-0x0;let _0x5beee4=_0x1487[_0x250334];return _0x5beee4;};import{View as _0x46cbf0,ButtonView as _0xf024de}from'ckeditor5/src/ui';import{icons as _0x392818}from'ckeditor5/src/core';import{getTranslation as _0xb5f4de}from'./common-translations';export default class h extends _0x46cbf0{constructor(_0x4f8c47){super(_0x4f8c47);const _0x1018d4=this[_0x5bee('0x13')];this[_0x5bee('0xb')]=this['_createButtonView'](_0x4f8c47,_0xb5f4de(_0x4f8c47,_0x5bee('0x11')),_0x392818[_0x5bee('0x3')],_0x5bee('0x5')),this[_0x5bee('0x1')]=this[_0x5bee('0x14')](_0x4f8c47,_0xb5f4de(_0x4f8c47,'No'),_0x392818[_0x5bee('0x2')],_0x5bee('0x2')),this[_0x5bee('0x10')]('message',_0xb5f4de(_0x4f8c47,_0x5bee('0x12'))),this[_0x5bee('0xe')]({'tag':_0x5bee('0x9'),'attributes':{'class':[_0x5bee('0x8')]},'children':[{'tag':_0x5bee('0x9'),'attributes':{'class':_0x5bee('0xc')},'children':[{'tag':'p','children':[{'text':_0x1018d4['to'](_0x5bee('0x4'))}]},{'tag':'div','attributes':{'class':'ck-thread__remove-confirm-actions'},'children':[this[_0x5bee('0xb')],this[_0x5bee('0x1')]]}]}]});}[_0x5bee('0x14')](_0x253c6e,_0x2b11bc,_0x2d2d7b,_0x2fb180){const _0x241570=new _0xf024de(_0x253c6e);return _0x241570[_0x5bee('0x6')]=_0x2b11bc,_0x241570[_0x5bee('0x0')]=_0x2d2d7b,_0x241570[_0x5bee('0xd')]({'attributes':{'class':_0x5bee('0xa')+_0x2fb180}}),_0x241570['on'](_0x5bee('0xf'),()=>this[_0x5bee('0x7')](_0x2fb180)),_0x241570;}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x41b6=['dateTimeFormat','string','\x27Yesterday\x27\x20hh:mma','\x27Last\x27\x20EEEE\x20hh:mma','invalid-date-time-format','MM-dd-yyyy\x20hh:mma'];(function(_0x183c74,_0x41b6d1){const _0x3020cd=function(_0x37690f){while(--_0x37690f){_0x183c74['push'](_0x183c74['shift']());}};_0x3020cd(++_0x41b6d1);}(_0x41b6,0xc9));const _0x3020=function(_0x183c74,_0x41b6d1){_0x183c74=_0x183c74-0x0;let _0x3020cd=_0x41b6[_0x183c74];return _0x3020cd;};import _0x3049e7 from'date-fns/format';import _0x348b39 from'date-fns/parseISO';import _0x5b402f from'date-fns/differenceInCalendarDays';import{CKEditorError as _0xd5f78d}from'ckeditor5/src/utils';export default function E(_0x3fa0d5={}){if(void 0x0!==_0x3fa0d5[_0x3020('0x3')]&&'function'!=typeof _0x3fa0d5[_0x3020('0x3')])throw new _0xd5f78d(_0x3020('0x1'));return _0x45b2cf=>{const _0x4455fc=_0x3020('0x4')==typeof _0x45b2cf?_0x348b39(_0x45b2cf):_0x45b2cf,_0x1d55e4=new Date(),_0x23c3d8=_0x5b402f(_0x1d55e4,_0x4455fc);return _0x3fa0d5[_0x3020('0x3')]?_0x3fa0d5['dateTimeFormat'](_0x4455fc):_0x3049e7(_0x4455fc,0x0===_0x23c3d8?'\x27Today\x27\x20hh:mma':0x1===_0x23c3d8?_0x3020('0x5'):_0x23c3d8<0x7?_0x3020('0x0'):_0x3020('0x2'));};}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x10c0=['markerNameToElements','mapper','view','sort','length','from','domConverter','map','getClientRects','name','push','item'];(function(_0x284bf9,_0x10c0a3){const _0x5976bb=function(_0x145052){while(--_0x145052){_0x284bf9['push'](_0x284bf9['shift']());}};_0x5976bb(++_0x10c0a3);}(_0x10c0,0x10d));const _0x5976=function(_0x284bf9,_0x10c0a3){_0x284bf9=_0x284bf9-0x0;let _0x5976bb=_0x10c0[_0x284bf9];return _0x5976bb;};import{first as _0xbfc137}from'ckeditor5/src/utils';export default function k(_0x44f59f,_0x5a2573){const _0x4ade0f=_0x44f59f[_0x5976('0x8')][_0x5976('0x7')](_0x5a2573[_0x5976('0x4')]);if(!_0x4ade0f)return null;const _0x5c8daa=_0xbfc137(_0x4ade0f['values']());return _0x44f59f[_0x5976('0x9')][_0x5976('0x1')]['mapViewToDom'](_0x5c8daa)||null;}export function getAllMarkersDomElementsSorted(_0x4c82d5,_0xaf13bc){if(0x0===_0xaf13bc[_0x5976('0xb')])return null;const _0x227228=[],_0x4a086d=_0x4c82d5[_0x5976('0x9')]['domConverter'];for(const _0x12af82 of _0xaf13bc){const _0x5b84ef=_0x4c82d5['mapper'][_0x5976('0x7')](_0x12af82[_0x5976('0x4')]);if(!_0x5b84ef)continue;const _0x3fa8c4=Array[_0x5976('0x0')](_0x5b84ef)[_0x5976('0x2')](_0x5eac71=>_0x4a086d['mapViewToDom'](_0x5eac71))['filter'](_0x3fd9cb=>!!_0x3fd9cb);_0x227228['push'](..._0x3fa8c4);}if(0x0===_0x227228['length'])return null;const _0x2406f4=[];for(const _0x5e2d45 of _0x227228){const _0x1a424f=_0x5e2d45[_0x5976('0x3')]()[_0x5976('0x6')](0x0);_0x1a424f&&_0x2406f4[_0x5976('0x5')]({'x':_0x1a424f['x'],'y':_0x1a424f['y'],'domElement':_0x5e2d45});}return 0x0===_0x2406f4['length']?null:(_0x2406f4[_0x5976('0xa')]((_0x5718b3,_0x27324e)=>_0x5718b3['y']-_0x27324e['y']||_0x5718b3['x']-_0x27324e['x']),_0x2406f4[_0x5976('0x2')](_0x3df275=>_0x3df275['domElement']));}
|
package/src/utils/hashobject.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x1ccd=['sort','charCodeAt','object','keys','toString','number','string'];(function(_0x19b350,_0x1ccdcf){const _0x5401f8=function(_0x2cdcf1){while(--_0x2cdcf1){_0x19b350['push'](_0x19b350['shift']());}};_0x5401f8(++_0x1ccdcf);}(_0x1ccd,0xd0));const _0x5401=function(_0x19b350,_0x1ccdcf){_0x19b350=_0x19b350-0x0;let _0x5401f8=_0x1ccd[_0x19b350];return _0x5401f8;};export default function b(_0x99ccfe){let _0x1ece2a=0x0,_0x53e457=0x0;for(const _0x3ede3d of g(_0x99ccfe))_0x1ece2a=(_0x1ece2a<<0x5)-_0x1ece2a+_0x3ede3d,_0x1ece2a&=_0x1ece2a,[_0x1ece2a,_0x53e457]=[_0x53e457,_0x1ece2a];return O(_0x1ece2a)+O(_0x53e457);}function*j(_0x2e7b8f){_0x2e7b8f?'boolean'==typeof _0x2e7b8f?yield 0x1:Array['isArray'](_0x2e7b8f)?yield*function*(_0x5d60c7){for(const _0x177c6d of _0x5d60c7)yield*j(_0x177c6d);}(_0x2e7b8f):_0x5401('0x4')==typeof _0x2e7b8f?yield*g(_0x2e7b8f):_0x5401('0x1')==typeof _0x2e7b8f?yield*A(_0x2e7b8f):_0x5401('0x0')==typeof _0x2e7b8f&&(yield _0x2e7b8f):yield 0x0;}function*g(_0x565827){if(yield M('{'),_0x565827){const _0x14625e=Object[_0x5401('0x5')](_0x565827)[_0x5401('0x2')]();for(const _0x5b2489 of _0x14625e){yield*A(_0x5b2489),yield M(':');const _0x18b925=_0x565827[_0x5b2489];yield*j(_0x18b925);}}yield M('}');}function*A(_0x3890f2){yield M('\x22');for(const _0x53de06 of _0x3890f2)yield M(_0x53de06);yield M('\x22');}function M(_0x13ca11){return _0x13ca11[_0x5401('0x3')](0x0);}function O(_0xd890b8){return(_0xd890b8*=Math['sign'](_0xd890b8))[_0x5401('0x6')](0x24);}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x2aec=['removePlugins','initialData','rootsAttributes','constructor','every','filter','map','string','set','pluginName','includes','WProofreader','DocumentOutline','_context','name','toolbar','names','extraPlugins','concat','RevisionTracker','Autosave','WordCount','builtinPlugins','requires','length','get','has','config','context','plugins'];(function(_0x2b2a41,_0x2aec6f){const _0x34618e=function(_0x4efa18){while(--_0x4efa18){_0x2b2a41['push'](_0x2b2a41['shift']());}};_0x34618e(++_0x2aec6f);}(_0x2aec,0x119));const _0x3461=function(_0x2b2a41,_0x2aec6f){_0x2b2a41=_0x2b2a41-0x0;let _0x34618e=_0x2aec[_0x2b2a41];return _0x34618e;};const w=[_0x3461('0x14'),_0x3461('0x11'),_0x3461('0x4'),_0x3461('0x15')],W=['WebSocketGateway',_0x3461('0x8'),_0x3461('0x9'),_0x3461('0xa'),_0x3461('0x1'),_0x3461('0x0')];function v(_0x4dc8be,_0x230bce,_0x2c970d,_0x150fa8=[]){const _0x35764a='string'==typeof _0x4dc8be?_0x2c970d[_0x3461('0xe')](_0x4dc8be)['constructor']:_0x4dc8be,_0xca316d=_0x35764a['pluginName']||_0x35764a[_0x3461('0x3')];if(_0x230bce[_0x3461('0xf')](_0xca316d))return _0x230bce[_0x3461('0xe')](_0xca316d);if(_0x230bce[_0x3461('0x1b')](_0xca316d,!0x0),_0xca316d&&W[_0x3461('0x7')](_0x150fa8)[_0x3461('0x1d')](_0xca316d))return _0x230bce['set'](_0xca316d,!0x1),!0x1;if(!_0x35764a['requires'])return _0x230bce['set'](_0xca316d,!0x0),!0x0;const _0x524d85=_0x35764a[_0x3461('0xc')][_0x3461('0x17')](_0x2cd072=>v(_0x2cd072,_0x230bce,_0x2c970d,_0x150fa8));return _0x230bce[_0x3461('0x1b')](_0xca316d,_0x524d85),_0x524d85;}export default function D(_0x4b1795,_0x46288f){const _0xc0cbc2={};for(const _0x223890 of _0x4b1795['config'][_0x3461('0x5')]())w['includes'](_0x223890)||(_0xc0cbc2[_0x223890]=_0x4b1795['config']['get'](_0x223890));const _0x5b4c55=_0xc0cbc2[_0x3461('0x12')]||[],_0x17a9c5=_0x4b1795[_0x3461('0x16')][_0x3461('0xb')]||[],_0x6a67b3=_0x5b4c55[_0x3461('0xd')]?_0x5b4c55:_0x17a9c5,_0x2878bc=_0xc0cbc2[_0x3461('0x6')]||[];delete _0xc0cbc2[_0x3461('0x6')];const _0x4dd79d=_0xc0cbc2[_0x3461('0x13')]||[];delete _0xc0cbc2[_0x3461('0x13')];const _0x527cbf=_0x4b1795[_0x3461('0x2')][_0x3461('0x10')]['get'](_0x3461('0x12'))||[],_0x1602ef=_0x6a67b3['concat'](_0x2878bc)[_0x3461('0x7')](_0x527cbf)[_0x3461('0x19')](_0x15629d=>_0x3461('0x1a')==typeof _0x15629d?_0x17a9c5['find'](_0x2e706e=>_0x2e706e[_0x3461('0x1c')]==_0x15629d):_0x15629d)['filter'](_0x58bb5c=>!_0x4dd79d[_0x3461('0x1d')](_0x58bb5c)),_0x3dec95=Array['from'](new Set(_0x1602ef)),_0x2bcab1=new Map();return _0xc0cbc2['plugins']=_0x3dec95[_0x3461('0x18')](_0x1a372c=>v(_0x1a372c,_0x2bcab1,_0x4b1795[_0x3461('0x12')],_0x46288f)),_0xc0cbc2;}
|
package/src/utils/trim-html.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x485d=['replace','indexOf','substring','match','push','length','slice','startsWith','pop','split','join'];(function(_0x1ffb32,_0x485d15){const _0x765deb=function(_0x330aac){while(--_0x330aac){_0x1ffb32['push'](_0x1ffb32['shift']());}};_0x765deb(++_0x485d15);}(_0x485d,0x6c));const _0x765d=function(_0x1ffb32,_0x485d15){_0x1ffb32=_0x1ffb32-0x0;let _0x765deb=_0x485d[_0x1ffb32];return _0x765deb;};export default function z(_0x4a1263,{limit:_0x1d2707,suffix:_0x495871='...'}){const _0x585fb3=[];let _0x4b0df6=0x0;const _0x5b41f9=_0x4a1263[_0x765d('0x2')](/</g,'\x0a<')[_0x765d('0x2')](/>/g,'>\x0a')[_0x765d('0x2')](/^\n/g,'')[_0x765d('0x2')](/\n$/g,'')[_0x765d('0x0')]('\x0a');for(let _0x5b71ff=0x0;_0x5b71ff<_0x5b41f9[_0x765d('0x7')];_0x5b71ff++){let _0x41865c=_0x5b41f9[_0x5b71ff];const _0x3912b5=Z(_0x41865c);if(_0x41865c[_0x765d('0x9')]('<')){if(_0x4b0df6>=_0x1d2707){const _0x36ac91=_0x41865c['match'](/[a-zA-Z]+/);if(!_0x36ac91){_0x5b41f9[_0x5b71ff]='';continue;}const _0x61be08=_0x36ac91[0x0];_0x41865c[_0x765d('0x9')]('</')?(_0x585fb3[_0x765d('0x7')]&&(_0x41865c=''),_0x585fb3[_0x765d('0xa')]()):(_0x585fb3['push'](_0x61be08),_0x41865c='');}}else{if(_0x4b0df6>=_0x1d2707)_0x41865c='';else{if(_0x4b0df6+_0x3912b5['length']>=_0x1d2707){let _0x3f4d02=_0x1d2707-_0x4b0df6;if('\x20'===_0x3912b5[_0x3f4d02-0x1])_0x3f4d02--;else{const _0x4efdc6=_0x3912b5['slice'](_0x3f4d02)[_0x765d('0x3')]('\x20');-0x1!==_0x4efdc6?_0x3f4d02+=_0x4efdc6:_0x3f4d02=_0x41865c['length'];}_0x41865c=_0x3912b5[_0x765d('0x8')](0x0,_0x3f4d02)['join']('')+_0x495871,_0x4b0df6=_0x1d2707;}else _0x4b0df6+=_0x3912b5[_0x765d('0x7')];}}_0x5b41f9[_0x5b71ff]=_0x41865c;}return _0x5b41f9[_0x765d('0x1')]('\x0a')['replace'](/\n/g,'');}function Z(_0x4483b0){const _0xd2a4b=[];for(let _0x52bbc4=0x0;_0x52bbc4<_0x4483b0[_0x765d('0x7')];_0x52bbc4++){const _0x1f0757=_0x4483b0[_0x765d('0x4')](_0x52bbc4)[_0x765d('0x5')](/^&[a-z0-9#]+;/);if(_0x1f0757){const _0x1f43d3=_0x1f0757[0x0];_0xd2a4b[_0x765d('0x6')](_0x1f43d3),_0x52bbc4+=_0x1f43d3[_0x765d('0x7')]-0x1;}else _0xd2a4b['push'](_0x4483b0[_0x52bbc4]);}return _0xd2a4b;}
|