@ckeditor/ckeditor5-collaboration-core 35.3.1 → 35.3.2
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/trim-html.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-collaboration-core",
|
3
|
-
"version": "35.3.
|
3
|
+
"version": "35.3.2",
|
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/)",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
],
|
29
29
|
"main": "src/index.js",
|
30
30
|
"dependencies": {
|
31
|
-
"ckeditor5": "^35.3.
|
31
|
+
"ckeditor5": "^35.3.2",
|
32
32
|
"date-fns": "^2.17.0"
|
33
33
|
}
|
34
34
|
}
|
package/src/permissions.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x104d=['comment:admin','commands','CommentsOnly','disableReadOnlyMode','get','clearForceDisabled','plugins','switchReadOnly','Permissions','pluginName','find','permissions-set-permissions-invalid-channel-id','no-permissions','editors','collaboration.channelId','forceDisabled','has','CommentsRepository','enableReadOnlyMode','comment:write','setAdminPermissions','noPermissions','includes','isEnabled','config','context','addCommentThread'];(function(_0x5f2f68,_0x104daa){const _0x3063d5=function(_0x323a8d){while(--_0x323a8d){_0x5f2f68['push'](_0x5f2f68['shift']());}};_0x3063d5(++_0x104daa);}(_0x104d,0x1f4));const _0x3063=function(_0x5f2f68,_0x104daa){_0x5f2f68=_0x5f2f68-0x0;let _0x3063d5=_0x104d[_0x5f2f68];return _0x3063d5;};import{ContextPlugin as _0x91a79d,Editor as _0x3569fe}from'ckeditor5/src/core';import{CKEditorError as _0x417ebb}from'ckeditor5/src/utils';export default class i extends _0x91a79d{static get[_0x3063('0x16')](){return _0x3063('0x15');}['setPermissions'](_0x97c10b,_0x30ce0f){let _0x3f5705;if(_0x30ce0f||(_0x30ce0f=this[_0x3063('0xb')][_0x3063('0xa')][_0x3063('0x11')](_0x3063('0x0'))),this[_0x3063('0xb')][_0x3063('0xa')]['get'](_0x3063('0x0'))==_0x30ce0f?_0x3f5705=this[_0x3063('0xb')]:this[_0x3063('0xb')][_0x3063('0x1a')]&&(_0x3f5705=this[_0x3063('0xb')][_0x3063('0x1a')][_0x3063('0x17')](_0x5348b5=>_0x5348b5[_0x3063('0xa')][_0x3063('0x11')](_0x3063('0x0'))==_0x30ce0f)),!_0x3f5705)throw new _0x417ebb(_0x3063('0x18'),null);const _0x189a28=_0x3f5705[_0x3063('0x13')],_0x250a2b=_0x3f5705 instanceof _0x3569fe,_0xc9208c=_0x189a28[_0x3063('0x2')](_0x3063('0x3'))&&_0x189a28[_0x3063('0x11')](_0x3063('0x3')),_0x9a9403=_0x189a28[_0x3063('0x2')]('CommentsOnly')&&_0x189a28[_0x3063('0x11')](_0x3063('0xf')),_0x1577c3=_0x97c10b['includes']('document:write'),_0x61ac70=_0x97c10b[_0x3063('0x8')](_0x3063('0xd')),_0x584e61=_0x97c10b['includes'](_0x3063('0x5'))||_0x61ac70;(_0x9a9403&&(_0x9a9403[_0x3063('0x9')]=!_0x1577c3&&_0x584e61),_0x250a2b)&&(!(_0x1577c3||_0x584e61&&_0xc9208c)?_0x3f5705[_0x3063('0x4')](_0x3063('0x19')):_0x3f5705[_0x3063('0x10')](_0x3063('0x19')));if(_0xc9208c){_0xc9208c[_0x3063('0x14')](!_0x584e61,_0x30ce0f),_0xc9208c[_0x3063('0x6')](_0x61ac70,_0x30ce0f);const _0x847f3=_0x250a2b&&_0x3f5705[_0x3063('0xe')][_0x3063('0x11')](_0x3063('0xc'));_0x847f3&&(_0x584e61?_0x847f3[_0x3063('0x12')](_0x3063('0x7')):_0x847f3[_0x3063('0x1')]('noPermissions'));}}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x2551=['isAnonymous','ck-user__notification','notificationView','setTemplate','avatar','content','name','extendTemplate','push','url(\x27','div','ck\x20ck-user__name\x20ck-user__name--hidden','ck-user__anonymous','ck-user__icon','ck-user__avatar','ck-user'];(function(_0x1e72b7,_0x25513b){const _0x30285a=function(_0x22ef74){while(--_0x22ef74){_0x1e72b7['push'](_0x1e72b7['shift']());}};_0x30285a(++_0x25513b);}(_0x2551,0xe4));const _0x3028=function(_0x1e72b7,_0x25513b){_0x1e72b7=_0x1e72b7-0x0;let _0x30285a=_0x2551[_0x1e72b7];return _0x30285a;};import{View as _0x1d6b8b,IconView as _0x4f43d7}from'ckeditor5/src/ui';import _0x27de17 from'../../../theme/icons/notification.svg';import'../../../theme/users.css';export default class w extends _0x1d6b8b{constructor(_0x16721d,_0x35f341,_0x413b66){super(_0x16721d),this[_0x3028('0x2')]=_0x35f341[_0x3028('0x2')],this[_0x3028('0xe')]=null;const _0x322928=['ck','ck-user__img'];if(_0x35f341[_0x3028('0xc')]&&_0x322928['push'](_0x3028('0x8')),_0x35f341['avatar']&&_0x322928[_0x3028('0x4')](_0x3028('0xa')),_0x413b66){const _0x29f645=new _0x4f43d7();_0x29f645[_0x3028('0x3')]({'attributes':{'class':[_0x3028('0x9')]}}),_0x29f645[_0x3028('0x1')]=_0x27de17,this[_0x3028('0xe')]={'tag':_0x3028('0x6'),'attributes':{'class':['ck',_0x3028('0xd')],'data-cke-tooltip-position':'n','data-cke-tooltip-text':_0x413b66},'children':[_0x29f645]};}const _0x5563aa=[{'tag':_0x3028('0x6'),'attributes':{'class':_0x322928,'style':{'background-image':_0x35f341[_0x3028('0x0')]?_0x3028('0x5')+_0x35f341[_0x3028('0x0')]+'\x27)':''}}},{'tag':_0x3028('0x6'),'attributes':{'class':_0x35f341['avatar']?_0x3028('0x7'):'ck\x20ck-user__name'},'children':[{'text':_0x35f341['initials']}]}];this['notificationView']&&_0x5563aa[_0x3028('0x4')](this[_0x3028('0xe')]),this[_0x3028('0xf')]({'tag':_0x3028('0x6'),'attributes':{'class':['ck',_0x3028('0xb')],'data-user-id':_0x35f341['id']},'children':_0x5563aa});}}
|
package/src/users.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x5cd0=['licenseKeyValid','trim','users.colorsCount','color','name','Users','init','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.','getOperationAuthor','getBackgroundColorClass','destroy','addUser','_licenseKeyCheckInterval','useAnonymousUser','has','licenseKey','_isAnonymous','_id','context','charAt','users-add-invalid-id','Anonymous','_addAnonymousUser','_getInitial','toUpperCase','initials','get','decorate','_myId','length','ck-user__marker--','licenseKeyTrialLimit:operations','licenseKeyTrialLimit:revisions','pluginName','licenseKeyInvalid','trial-license-key-reached-limit-revisions','_locale','requires','licenseKeyTrial','string','getUser','invalid-license-key','defineMe','_lastColor','users.anonymousUserId','config','split','isAnonymous','includes','users'];(function(_0x49e0c9,_0x5cd041){const _0x2760a4=function(_0x5b6406){while(--_0x5b6406){_0x49e0c9['push'](_0x49e0c9['shift']());}};_0x2760a4(++_0x5cd041);}(_0x5cd0,0x19a));const _0x2760=function(_0x49e0c9,_0x5cd041){_0x49e0c9=_0x49e0c9-0x0;let _0x2760a4=_0x5cd0[_0x49e0c9];return _0x2760a4;};import{ContextPlugin as _0x3752f9}from'ckeditor5/src/core';import{Collection as _0x5a4b0d,CKEditorError as _0x22ea44}from'ckeditor5/src/utils';import _0x431119 from'./permissions';import{getTranslation as _0x1b13a5}from'./utils/common-translations';import'../theme/usercolors.css';export default class l extends _0x3752f9{static get[_0x2760('0x17')](){return _0x2760('0x2d');}static get[_0x2760('0x1b')](){return[_0x431119];}constructor(_0x3ac124){super(_0x3ac124),_0x3ac124[_0x2760('0x23')]['define'](_0x2760('0x22'),'anonymous-user'),_0x3ac124[_0x2760('0x23')]['define'](_0x2760('0x2a'),0x8),this[_0x2760('0x27')]=new _0x5a4b0d(),this[_0x2760('0x1a')]=_0x3ac124['locale'],this[_0x2760('0x2')]=null,this[_0x2760('0x21')]=0x0,this[_0x2760('0x12')]=null,this[_0x2760('0x11')](_0x2760('0x30'));}[_0x2760('0x2e')](){const _0x369183=this[_0x2760('0x8')];this[_0x2760('0x5')]=_0x369183[_0x2760('0x23')][_0x2760('0x10')](_0x2760('0x5'));const _0x22bb8c=[_0x2760('0x1c'),_0x2760('0x18'),_0x2760('0x28'),_0x2760('0x15'),'licenseKeyTrialLimit:time','licenseKeyTrialLimit:revisions'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x59ceae;for(const _0x5cc224 in _0x369183){const _0x3ffe03=_0x369183[_0x5cc224];if(_0x22bb8c[_0x2760('0x26')](_0x3ffe03)){delete _0x369183[_0x5cc224],_0x59ceae=_0x3ffe03;break;}}if(_0x2760('0x18')===_0x59ceae)throw clearInterval(this[_0x2760('0x2')]),new _0x22ea44(_0x2760('0x1f'),null);if('licenseKeyTrial'===_0x59ceae&&console['info'](_0x2760('0x2f')),_0x2760('0x15')===_0x59ceae)throw clearInterval(this[_0x2760('0x2')]),new _0x22ea44('trial-license-key-reached-limit-changes',null);if('licenseKeyTrialLimit:time'===_0x59ceae)throw clearInterval(this[_0x2760('0x2')]),new _0x22ea44('trial-license-key-reached-limit-time',null);if(_0x2760('0x16')===_0x59ceae)throw clearInterval(this[_0x2760('0x2')]),new _0x22ea44(_0x2760('0x19'),null);_0x2760('0x28')===_0x59ceae&&clearInterval(this['_licenseKeyCheckInterval']);},0x3e8),this['_addAnonymousUser']();}get['me'](){return null==this[_0x2760('0x12')]?null:this[_0x2760('0x1e')](this[_0x2760('0x12')]);}[_0x2760('0x1')](_0x2d8bcf){if(!(_0x2d8bcf=Object['assign']({},_0x2d8bcf,{'color':this['_getNextColor']()}))['id']||_0x2760('0x1d')!=typeof _0x2d8bcf['id'])throw new _0x22ea44(_0x2760('0xa'));if(this['users'][_0x2760('0x4')](_0x2d8bcf['id']))throw new _0x22ea44('users-add-duplicated-id',null,{'id':_0x2d8bcf['id']});_0x2d8bcf['name']=function(_0x5de859,_0x3c6467=''){return''==(_0x3c6467=_0x3c6467[_0x2760('0x29')]())?_0x1b13a5(_0x5de859,_0x2760('0xb')):_0x3c6467;}(this['_locale'],_0x2d8bcf[_0x2760('0x2c')]);const _0x4ec8c8=new u(_0x2d8bcf);return this['users']['add'](_0x4ec8c8),_0x4ec8c8;}['getUser'](_0xaf3cde){return this[_0x2760('0x27')][_0x2760('0x10')](_0xaf3cde);}[_0x2760('0x3')](){const _0x2dbeb2=this['context'][_0x2760('0x23')]['get'](_0x2760('0x22'));this['_myId']||this[_0x2760('0x20')](_0x2dbeb2);}[_0x2760('0x20')](_0x461a7c){if(this[_0x2760('0x12')])throw new _0x22ea44('users-me-already-defined',null);if(!this[_0x2760('0x1e')](_0x461a7c))throw new _0x22ea44('users-me-missing-user',null);this['_myId']=_0x461a7c;}[_0x2760('0x30')](){return this['me'];}[_0x2760('0x0')](){super[_0x2760('0x0')](),clearInterval(this['_licenseKeyCheckInterval']);}['_getNextColor'](){const _0x2b50dc=this[_0x2760('0x8')][_0x2760('0x23')][_0x2760('0x10')](_0x2760('0x2a'));return this[_0x2760('0x21')]>=_0x2b50dc&&(this[_0x2760('0x21')]=0x0),new a(this[_0x2760('0x21')]++);}[_0x2760('0xc')](){const _0x18f33c=this[_0x2760('0x8')]['config'][_0x2760('0x10')]('users.anonymousUserId');this[_0x2760('0x1')]({'id':_0x18f33c,'name':_0x1b13a5(this[_0x2760('0x1a')],_0x2760('0xb'))})[_0x2760('0x6')]=!0x0;}}class u{constructor(_0x570cb5){this['id']=_0x570cb5['id'],this['color']=_0x570cb5[_0x2760('0x2b')],this[_0x2760('0x2c')]=_0x570cb5['name'],this['avatar']=_0x570cb5['avatar'],this[_0x2760('0x6')]=!0x1;}get[_0x2760('0x25')](){return this[_0x2760('0x6')];}get[_0x2760('0xf')](){const _0x2b31b9=this['name'][_0x2760('0x24')]('\x20');return 0x1===_0x2b31b9[_0x2760('0x13')]?this[_0x2760('0xd')](_0x2b31b9[0x0]):this[_0x2760('0xd')](_0x2b31b9[0x0])+this[_0x2760('0xd')](_0x2b31b9[_0x2b31b9[_0x2760('0x13')]-0x1]);}[_0x2760('0xd')](_0x451532){return _0x451532[_0x2760('0x9')](0x0)[_0x2760('0xe')]();}}class a{constructor(_0x3ad98c){this[_0x2760('0x7')]=_0x3ad98c;}[_0x2760('0x31')](){return'ck-user__bg-color--'+this['_id'];}['getSelectionClass'](){return'ck-user__selection--'+this[_0x2760('0x7')];}['getMarkerClass'](){return _0x2760('0x14')+this[_0x2760('0x7')];}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
export function getTranslation(
|
23
|
+
export function getTranslation(_0x52ed70,_0x1fdae0){const t=_0x52ed70['t'];switch(_0x1fdae0){case'Anonymous':return t('Anonymous');case'Yes':return t('Yes');case'No':return t('No');case'Are\x20you\x20sure?':return t('Are\x20you\x20sure?');}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
var
|
23
|
+
var _0x13a2=['once','render','message','cancel','confirmView','locale','element','_removeConfirm','fire','appendChild','set','registerChild','isConfirm','remove','submit','destroy'];(function(_0x3ef1a7,_0x13a2f3){var _0x3f137b=function(_0x4a1dae){while(--_0x4a1dae){_0x3ef1a7['push'](_0x3ef1a7['shift']());}};_0x3f137b(++_0x13a2f3);}(_0x13a2,0x74));var _0x3f13=function(_0x3ef1a7,_0x13a2f3){_0x3ef1a7=_0x3ef1a7-0x0;var _0x3f137b=_0x13a2[_0x3ef1a7];return _0x3f137b;};import _0x2d0319 from'./confirmview';export default{'showConfirm'(_0xf15ecd,_0x74b52f){return this['confirmView']=new _0x2d0319(this[_0x3f13('0x1')]),this[_0x3f13('0x0')][_0x3f13('0xd')](),this[_0x3f13('0x0')][_0x3f13('0xe')]=_0xf15ecd,this['confirmView'][_0x3f13('0xc')]('cancel',()=>{this[_0x3f13('0x3')]();}),this['confirmView'][_0x3f13('0xc')]('submit',()=>{this[_0x3f13('0x3')]();}),_0x74b52f[_0x3f13('0x5')](this[_0x3f13('0x0')][_0x3f13('0x2')]),this[_0x3f13('0x7')](this['confirmView']),this[_0x3f13('0x6')](_0x3f13('0x8'),!0x0),new Promise(_0x3d2c48=>this[_0x3f13('0x0')]['on'](_0x3f13('0xa'),_0x3d2c48));},'cancelConfirm'(){this[_0x3f13('0x8')]&&this[_0x3f13('0x0')][_0x3f13('0x4')](_0x3f13('0xf'));},'_removeConfirm'(){this[_0x3f13('0x0')][_0x3f13('0x2')][_0x3f13('0x9')](),this['deregisterChild'](this[_0x3f13('0x0')]),this[_0x3f13('0x8')]=!0x1,this[_0x3f13('0x0')][_0x3f13('0xb')](),delete this[_0x3f13('0x0')];}};
|
package/src/utils/confirmview.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x4a2c=['submitView','message','cancel','div','ck-thread__remove-confirm-','setTemplate','submit','check','execute','ck-thread__remove-confirm-inner','ck-thread__remove-confirm-actions','cancelView','bindTemplate','label','icon','fire','set','_createButtonView','Are\x20you\x20sure?'];(function(_0x37bad9,_0x4a2cd7){const _0x1b1139=function(_0x18fc8f){while(--_0x18fc8f){_0x37bad9['push'](_0x37bad9['shift']());}};_0x1b1139(++_0x4a2cd7);}(_0x4a2c,0x14e));const _0x1b11=function(_0x37bad9,_0x4a2cd7){_0x37bad9=_0x37bad9-0x0;let _0x1b1139=_0x4a2c[_0x37bad9];return _0x1b1139;};import{View as _0x412744,ButtonView as _0x5af5c7}from'ckeditor5/src/ui';import{icons as _0x4f8240}from'ckeditor5/src/core';import{getTranslation as _0x22bd70}from'./common-translations';export default class h extends _0x412744{constructor(_0x2b49a0){super(_0x2b49a0);const _0x26d81f=this[_0x1b11('0x1')];this[_0x1b11('0x8')]=this['_createButtonView'](_0x2b49a0,_0x22bd70(_0x2b49a0,'Yes'),_0x4f8240[_0x1b11('0xf')],_0x1b11('0xe')),this[_0x1b11('0x0')]=this[_0x1b11('0x6')](_0x2b49a0,_0x22bd70(_0x2b49a0,'No'),_0x4f8240['cancel'],_0x1b11('0xa')),this[_0x1b11('0x5')](_0x1b11('0x9'),_0x22bd70(_0x2b49a0,_0x1b11('0x7'))),this[_0x1b11('0xd')]({'tag':_0x1b11('0xb'),'attributes':{'class':['ck-thread__remove-confirm']},'children':[{'tag':_0x1b11('0xb'),'attributes':{'class':_0x1b11('0x11')},'children':[{'tag':'p','children':[{'text':_0x26d81f['to'](_0x1b11('0x9'))}]},{'tag':_0x1b11('0xb'),'attributes':{'class':_0x1b11('0x12')},'children':[this[_0x1b11('0x8')],this[_0x1b11('0x0')]]}]}]});}[_0x1b11('0x6')](_0x2ca0e9,_0x42cf2f,_0x1443f1,_0x297dbf){const _0x4fa154=new _0x5af5c7(_0x2ca0e9);return _0x4fa154[_0x1b11('0x2')]=_0x42cf2f,_0x4fa154[_0x1b11('0x3')]=_0x1443f1,_0x4fa154['extendTemplate']({'attributes':{'class':_0x1b11('0xc')+_0x297dbf}}),_0x4fa154['on'](_0x1b11('0x10'),()=>this[_0x1b11('0x4')](_0x297dbf)),_0x4fa154;}}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x343a=['\x27Yesterday\x27\x20hh:mma','MM-dd-yyyy\x20hh:mma','dateTimeFormat','invalid-date-time-format','function','\x27Last\x27\x20EEEE\x20hh:mma','\x27Today\x27\x20hh:mma','string'];(function(_0x13a454,_0x343a79){const _0x27a573=function(_0x5ea0f3){while(--_0x5ea0f3){_0x13a454['push'](_0x13a454['shift']());}};_0x27a573(++_0x343a79);}(_0x343a,0xb6));const _0x27a5=function(_0x13a454,_0x343a79){_0x13a454=_0x13a454-0x0;let _0x27a573=_0x343a[_0x13a454];return _0x27a573;};import _0x541fe6 from'date-fns/format';import _0x3aaeb2 from'date-fns/parseISO';import _0x17a05f from'date-fns/differenceInCalendarDays';import{CKEditorError as _0x6f1ff2}from'ckeditor5/src/utils';export default function E(_0x1c14f3={}){if(void 0x0!==_0x1c14f3[_0x27a5('0x4')]&&_0x27a5('0x6')!=typeof _0x1c14f3['dateTimeFormat'])throw new _0x6f1ff2(_0x27a5('0x5'));return _0x4d88ee=>{const _0x2a4577=_0x27a5('0x1')==typeof _0x4d88ee?_0x3aaeb2(_0x4d88ee):_0x4d88ee,_0x34c591=new Date(),_0x3e0bc7=_0x17a05f(_0x34c591,_0x2a4577);return _0x1c14f3[_0x27a5('0x4')]?_0x1c14f3[_0x27a5('0x4')](_0x2a4577):_0x541fe6(_0x2a4577,0x0===_0x3e0bc7?_0x27a5('0x0'):0x1===_0x3e0bc7?_0x27a5('0x2'):_0x3e0bc7<0x7?_0x27a5('0x7'):_0x27a5('0x3'));};}
|
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x4185=['mapper','domConverter','name','markerNameToElements','mapViewToDom','values','view'];(function(_0x26763c,_0x418508){const _0x570ae9=function(_0x49b008){while(--_0x49b008){_0x26763c['push'](_0x26763c['shift']());}};_0x570ae9(++_0x418508);}(_0x4185,0x105));const _0x570a=function(_0x26763c,_0x418508){_0x26763c=_0x26763c-0x0;let _0x570ae9=_0x4185[_0x26763c];return _0x570ae9;};import{first as _0x19c3c3}from'ckeditor5/src/utils';export default function x(_0x3a5ae3,_0x431200){const _0x53dbcc=_0x3a5ae3[_0x570a('0x5')][_0x570a('0x1')](_0x431200[_0x570a('0x0')]),_0x44affd=_0x19c3c3(_0x53dbcc[_0x570a('0x3')]());return _0x3a5ae3[_0x570a('0x4')][_0x570a('0x6')][_0x570a('0x2')](_0x44affd);}
|
package/src/utils/hashobject.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x39cd=['keys','string','sign','toString','isArray','number','charCodeAt'];(function(_0x536694,_0x39cd17){const _0x52e8e6=function(_0x2687de){while(--_0x2687de){_0x536694['push'](_0x536694['shift']());}};_0x52e8e6(++_0x39cd17);}(_0x39cd,0x1c2));const _0x52e8=function(_0x536694,_0x39cd17){_0x536694=_0x536694-0x0;let _0x52e8e6=_0x39cd[_0x536694];return _0x52e8e6;};export default function b(_0x519efa){let _0x34b6c4=0x0,_0x5e521f=0x0;for(const _0x21ddca of g(_0x519efa))_0x34b6c4=(_0x34b6c4<<0x5)-_0x34b6c4+_0x21ddca,_0x34b6c4&=_0x34b6c4,[_0x34b6c4,_0x5e521f]=[_0x5e521f,_0x34b6c4];return O(_0x34b6c4)+O(_0x5e521f);}function*j(_0x39a6a0){_0x39a6a0?'boolean'==typeof _0x39a6a0?yield 0x1:Array[_0x52e8('0x2')](_0x39a6a0)?yield*function*(_0x3414f1){for(const _0x1d183b of _0x3414f1)yield*j(_0x1d183b);}(_0x39a6a0):'object'==typeof _0x39a6a0?yield*g(_0x39a6a0):_0x52e8('0x6')==typeof _0x39a6a0?yield*A(_0x39a6a0):_0x52e8('0x3')==typeof _0x39a6a0&&(yield _0x39a6a0):yield 0x0;}function*g(_0x3093d5){if(yield M('{'),_0x3093d5){const _0x5e8a4e=Object[_0x52e8('0x5')](_0x3093d5)['sort']();for(const _0x94dc9d of _0x5e8a4e){yield*A(_0x94dc9d),yield M(':');const _0x48477c=_0x3093d5[_0x94dc9d];yield*j(_0x48477c);}}yield M('}');}function*A(_0x14d512){yield M('\x22');for(const _0x5364cc of _0x14d512)yield M(_0x5364cc);yield M('\x22');}function M(_0x3d98a4){return _0x3d98a4[_0x52e8('0x4')](0x0);}function O(_0x1a3994){return(_0x1a3994*=Math[_0x52e8('0x0')](_0x1a3994))[_0x52e8('0x1')](0x24);}
|
package/src/utils/trim-html.js
CHANGED
@@ -20,4 +20,4 @@
|
|
20
20
|
*
|
21
21
|
*
|
22
22
|
*/
|
23
|
-
const
|
23
|
+
const _0x3bcc=['replace','split','push','indexOf','match','substring','length','...','pop','slice','join','startsWith'];(function(_0x1fe26e,_0x3bcc7d){const _0xb6c33d=function(_0x183d72){while(--_0x183d72){_0x1fe26e['push'](_0x1fe26e['shift']());}};_0xb6c33d(++_0x3bcc7d);}(_0x3bcc,0xea));const _0xb6c3=function(_0x1fe26e,_0x3bcc7d){_0x1fe26e=_0x1fe26e-0x0;let _0xb6c33d=_0x3bcc[_0x1fe26e];return _0xb6c33d;};export default function z(_0x5fb308,{limit:_0x51d4ac,suffix:_0x4319e4=_0xb6c3('0x1')}){const _0x2e25b6=[];let _0x4bb74d=0x0;const _0x33fbd2=_0x5fb308[_0xb6c3('0x6')](/</g,'\x0a<')[_0xb6c3('0x6')](/>/g,'>\x0a')[_0xb6c3('0x6')](/^\n/g,'')[_0xb6c3('0x6')](/\n$/g,'')[_0xb6c3('0x7')]('\x0a');for(let _0x4fc949=0x0;_0x4fc949<_0x33fbd2[_0xb6c3('0x0')];_0x4fc949++){let _0x975006=_0x33fbd2[_0x4fc949];const _0x28fdcd=Z(_0x975006);if(_0x975006['startsWith']('<')){if(_0x4bb74d>=_0x51d4ac){const _0x4a76b4=_0x975006[_0xb6c3('0xa')](/[a-zA-Z]+/)[0x0];_0x975006[_0xb6c3('0x5')]('</')?(_0x2e25b6[_0xb6c3('0x0')]&&(_0x975006=''),_0x2e25b6[_0xb6c3('0x2')]()):(_0x2e25b6['push'](_0x4a76b4),_0x975006='');}}else{if(_0x4bb74d>=_0x51d4ac)_0x975006='';else{if(_0x4bb74d+_0x28fdcd[_0xb6c3('0x0')]>=_0x51d4ac){let _0x3f5a77=_0x51d4ac-_0x4bb74d;if('\x20'===_0x28fdcd[_0x3f5a77-0x1])_0x3f5a77--;else{const _0x2fcce=_0x28fdcd[_0xb6c3('0x3')](_0x3f5a77)[_0xb6c3('0x9')]('\x20');-0x1!==_0x2fcce?_0x3f5a77+=_0x2fcce:_0x3f5a77=_0x975006['length'];}_0x975006=_0x28fdcd[_0xb6c3('0x3')](0x0,_0x3f5a77)[_0xb6c3('0x4')]('')+_0x4319e4,_0x4bb74d=_0x51d4ac;}else _0x4bb74d+=_0x28fdcd[_0xb6c3('0x0')];}}_0x33fbd2[_0x4fc949]=_0x975006;}return _0x33fbd2[_0xb6c3('0x4')]('\x0a')[_0xb6c3('0x6')](/\n/g,'');}function Z(_0x5606de){const _0x3e3079=[];for(let _0x58bf31=0x0;_0x58bf31<_0x5606de['length'];_0x58bf31++){const _0x116dda=_0x5606de[_0xb6c3('0xb')](_0x58bf31)[_0xb6c3('0xa')](/^&[a-z0-9#]+;/);if(_0x116dda){const _0x51568e=_0x116dda[0x0];_0x3e3079[_0xb6c3('0x8')](_0x51568e),_0x58bf31+=_0x51568e[_0xb6c3('0x0')]-0x1;}else _0x3e3079[_0xb6c3('0x8')](_0x5606de[_0x58bf31]);}return _0x3e3079;}
|