@ckeditor/ckeditor5-collaboration-core 0.0.0-nightly-20230807.0 → 0.0.0-nightly-20230809.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 CHANGED
@@ -101,4 +101,4 @@ Internal changes only (updated dependencies, documentation, etc.).
101
101
 
102
102
  ## 1.0.0 (2018-12-06)
103
103
 
104
- The initialization of this repository. CKEditor 5 collaboration core was extracted from the CKEditor 5 collaboration package. It contains a plugin that supports [user handling](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html) which is a common part for two collaboration features: [real-time collaboration](https://ckeditor.com/collaboration/real-time/) and [comments](https://ckeditor.com/collaboration/comments/).
104
+ The initialization of this repository. CKEditor 5 collaboration core was extracted from the CKEditor 5 collaboration package. It contains a plugin that supports [user handling](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html) which is a common part for two collaboration features: [real-time collaboration](https://ckeditor.com/collaboration/real-time/) and [comments](https://ckeditor.com/collaboration/comments/).
package/LICENSE.md CHANGED
@@ -1,18 +1,18 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 collaboration core** (https://ckeditor.com/collaboration/)<br>
4
+ **CKEditor&nbsp;5 collaboration core** (https://ckeditor.com/collaboration/)<br>
5
5
  Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 collaboration core is licensed under a commercial license and is protected by copyright law.
7
+ CKEditor&nbsp;5 collaboration core is licensed under a commercial license and is protected by copyright law.
8
8
  We operate on subscription-based licensing terms. For more details about available licensing options please contact us at sales@cksource.com.
9
9
 
10
- Sources of Intellectual Property Included in CKEditor 5 collaboration core
10
+ Sources of Intellectual Property Included in CKEditor&nbsp;5 collaboration core
11
11
  --------------------------------------------------------------------------
12
12
 
13
- Where not otherwise indicated, all CKEditor 5 collaboration core content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
13
+ Where not otherwise indicated, all CKEditor&nbsp;5 collaboration core content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
14
 
15
- The following libraries are included in CKEditor 5 collaboration core under the [MIT license](https://opensource.org/licenses/MIT):
15
+ The following libraries are included in CKEditor&nbsp;5 collaboration core under the [MIT license](https://opensource.org/licenses/MIT):
16
16
 
17
17
  * Lo-Dash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas,
18
18
  * date-fns - Copyright (c) Sasha Koss.
package/README.md CHANGED
@@ -1,27 +1,27 @@
1
- # CKEditor 5 collaboration core
1
+ # CKEditor&nbsp;5 collaboration core
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-collaboration-core.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-collaboration-core)
4
4
 
5
- CKEditor 5 collaboration core is a low-level API that provides base features to support multiple users working together in a rich text editor. It is used in collaborative features such as [comments](https://ckeditor.com/collaboration/comments/), [track changes](https://ckeditor.com/collaboration/track-changes/) or [real-time collaboration](https://ckeditor.com/collaboration/real-time/) in CKEditor 5.
5
+ CKEditor&nbsp;5 collaboration core is a low-level API that provides base features to support multiple users working together in a rich text editor. It is used in collaborative features such as [comments](https://ckeditor.com/collaboration/comments/), [track changes](https://ckeditor.com/collaboration/track-changes/) or [real-time collaboration](https://ckeditor.com/collaboration/real-time/) in CKEditor&nbsp;5.
6
6
 
7
7
  ## Documentation
8
8
 
9
- For more information about collaboration features visit [CKEditor 5 collaboration features overview documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/collaboration.html).
9
+ For more information about collaboration features visit [CKEditor&nbsp;5 collaboration features overview documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/collaboration.html).
10
10
 
11
- Also, make sure you visit the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
11
+ Also, make sure you visit the [CKEditor&nbsp;5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
12
12
 
13
13
  ## Getting support
14
14
 
15
- CKEditor 5 collaboration core comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 collaboration features with your application.
15
+ CKEditor&nbsp;5 collaboration core comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor&nbsp;5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor&nbsp;5 collaboration features with your application.
16
16
 
17
- As a licensed CKEditor 5 collaboration features user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
17
+ As a licensed CKEditor&nbsp;5 collaboration features user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
18
18
 
19
19
  ## License
20
20
 
21
- **CKEditor 5 collaboration core**<br>
21
+ **CKEditor&nbsp;5 collaboration core**<br>
22
22
  Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
23
23
 
24
- CKEditor 5 collaboration core is licensed under a commercial license and is protected by copyright law.
24
+ CKEditor&nbsp;5 collaboration core is licensed under a commercial license and is protected by copyright law.
25
25
  For more details about available licensing options please contact us at sales@cksource.com.
26
26
 
27
27
  ### Trademarks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-collaboration-core",
3
- "version": "0.0.0-nightly-20230807.0",
3
+ "version": "0.0.0-nightly-20230809.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-20230807.0",
34
+ "ckeditor5": "0.0.0-nightly-20230809.0",
35
35
  "date-fns": "2.30.0"
36
36
  },
37
37
  "files": [
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4ab3=['CommentsOnly','clearForceDisabled','commands','permissions-set-permissions-invalid-channel-id','isEnabled','find','forceDisabled','plugins','comment:admin','config','has','editors','context','setPermissions','enableReadOnlyMode','collaboration.channelId','CommentsRepository','no-permissions','pluginName','document:write','noPermissions','Permissions','includes','get'];(function(_0x587f0c,_0x4ab3ed){const _0x44a8c2=function(_0x431895){while(--_0x431895){_0x587f0c['push'](_0x587f0c['shift']());}};_0x44a8c2(++_0x4ab3ed);}(_0x4ab3,0x1d8));const _0x44a8=function(_0x587f0c,_0x4ab3ed){_0x587f0c=_0x587f0c-0x0;let _0x44a8c2=_0x4ab3[_0x587f0c];return _0x44a8c2;};import{ContextPlugin as _0x377ec4,Editor as _0x22623c}from'ckeditor5/src/core';import{CKEditorError as _0x41a298}from'ckeditor5/src/utils';export default class n extends _0x377ec4{static get[_0x44a8('0x2')](){return _0x44a8('0x5');}[_0x44a8('0x15')](_0x52e976,_0x5b22a9){let _0x230fa2;if(_0x5b22a9||(_0x5b22a9=this[_0x44a8('0x14')][_0x44a8('0x11')][_0x44a8('0x7')](_0x44a8('0x17'))),this[_0x44a8('0x14')][_0x44a8('0x11')][_0x44a8('0x7')](_0x44a8('0x17'))==_0x5b22a9?_0x230fa2=this[_0x44a8('0x14')]:_0x44a8('0x13')in this['context']&&this[_0x44a8('0x14')][_0x44a8('0x13')]&&(_0x230fa2=this[_0x44a8('0x14')][_0x44a8('0x13')][_0x44a8('0xd')](_0x5ba31e=>_0x5ba31e[_0x44a8('0x11')]['get'](_0x44a8('0x17'))==_0x5b22a9)),!_0x230fa2)throw new _0x41a298(_0x44a8('0xb'),null);const _0x4b17d7=_0x230fa2[_0x44a8('0xf')],_0x11f080=_0x4b17d7[_0x44a8('0x12')](_0x44a8('0x0'))?_0x4b17d7[_0x44a8('0x7')](_0x44a8('0x0')):void 0x0,_0x93ca47=_0x4b17d7['has'](_0x44a8('0x8'))&&_0x4b17d7[_0x44a8('0x7')](_0x44a8('0x8')),_0x23e4ba=_0x52e976[_0x44a8('0x6')](_0x44a8('0x3')),_0x4caf87=_0x52e976['includes']('comment:modify_all'),_0x5397e9=_0x52e976['includes'](_0x44a8('0x10')),_0x5ee3da=_0x52e976[_0x44a8('0x6')]('comment:write'),_0x482e8d=_0x5ee3da||_0x5397e9,_0x3fe962=_0x482e8d||_0x4caf87,_0x498e49=_0x23e4ba||_0x482e8d;(_0x93ca47&&(_0x93ca47[_0x44a8('0xc')]=!_0x23e4ba&&_0x3fe962),_0x230fa2 instanceof _0x22623c)&&(!(_0x23e4ba||_0x3fe962&&_0x11f080)?_0x230fa2[_0x44a8('0x16')](_0x44a8('0x1')):_0x230fa2['disableReadOnlyMode'](_0x44a8('0x1')));if(_0x11f080){_0x11f080['setPermissions']({'admin':_0x5397e9,'modifyAll':_0x4caf87,'write':_0x5ee3da,'resolve':_0x498e49},_0x5b22a9);const _0x1b15ca=_0x230fa2 instanceof _0x22623c&&_0x230fa2[_0x44a8('0xa')][_0x44a8('0x7')]('addCommentThread');_0x1b15ca&&(_0x482e8d?_0x1b15ca[_0x44a8('0x9')]('noPermissions'):_0x1b15ca[_0x44a8('0xe')](_0x44a8('0x4')));}}}
23
+ const _0x3c7d=['context','isEnabled','pluginName','comment:modify_all','comment:write','CommentsOnly','get','comment:admin','setPermissions','includes','permissions-set-permissions-invalid-channel-id','has','document:write','find','clearForceDisabled','config','forceDisabled','disableReadOnlyMode','no-permissions','editors','noPermissions','enableReadOnlyMode','CommentsRepository','collaboration.channelId'];(function(_0x24d9bf,_0x3c7de3){const _0x52ad0c=function(_0xb64329){while(--_0xb64329){_0x24d9bf['push'](_0x24d9bf['shift']());}};_0x52ad0c(++_0x3c7de3);}(_0x3c7d,0xfe));const _0x52ad=function(_0x24d9bf,_0x3c7de3){_0x24d9bf=_0x24d9bf-0x0;let _0x52ad0c=_0x3c7d[_0x24d9bf];return _0x52ad0c;};import{ContextPlugin as _0x1117fe,Editor as _0x5a95d8}from'ckeditor5/src/core';import{CKEditorError as _0x39c761}from'ckeditor5/src/utils';export default class n extends _0x1117fe{static get[_0x52ad('0xc')](){return'Permissions';}['setPermissions'](_0x3d328d,_0xbc2dfb){let _0x3ef050;if(_0xbc2dfb||(_0xbc2dfb=this[_0x52ad('0xa')]['config'][_0x52ad('0x10')]('collaboration.channelId')),this[_0x52ad('0xa')][_0x52ad('0x1')][_0x52ad('0x10')]('collaboration.channelId')==_0xbc2dfb?_0x3ef050=this[_0x52ad('0xa')]:_0x52ad('0x5')in this['context']&&this[_0x52ad('0xa')][_0x52ad('0x5')]&&(_0x3ef050=this[_0x52ad('0xa')][_0x52ad('0x5')][_0x52ad('0x17')](_0x333082=>_0x333082[_0x52ad('0x1')][_0x52ad('0x10')](_0x52ad('0x9'))==_0xbc2dfb)),!_0x3ef050)throw new _0x39c761(_0x52ad('0x14'),null);const _0x34d1f5=_0x3ef050['plugins'],_0x22f460=_0x34d1f5[_0x52ad('0x15')](_0x52ad('0x8'))?_0x34d1f5[_0x52ad('0x10')](_0x52ad('0x8')):void 0x0,_0x5baf70=_0x34d1f5[_0x52ad('0x15')](_0x52ad('0xf'))&&_0x34d1f5[_0x52ad('0x10')](_0x52ad('0xf')),_0x51d1cb=_0x3d328d[_0x52ad('0x13')](_0x52ad('0x16')),_0x429e16=_0x3d328d['includes'](_0x52ad('0xd')),_0xb9e8e8=_0x3d328d[_0x52ad('0x13')](_0x52ad('0x11')),_0x1790f5=_0x3d328d['includes'](_0x52ad('0xe')),_0x1c8bcd=_0x1790f5||_0xb9e8e8,_0x34ae70=_0x1c8bcd||_0x429e16,_0xc92877=_0x51d1cb||_0x1c8bcd;(_0x5baf70&&(_0x5baf70[_0x52ad('0xb')]=!_0x51d1cb&&_0x34ae70),_0x3ef050 instanceof _0x5a95d8)&&(!(_0x51d1cb||_0x34ae70&&_0x22f460)?_0x3ef050[_0x52ad('0x7')](_0x52ad('0x4')):_0x3ef050[_0x52ad('0x3')](_0x52ad('0x4')));if(_0x22f460){_0x22f460[_0x52ad('0x12')]({'admin':_0xb9e8e8,'modifyAll':_0x429e16,'write':_0x1790f5,'resolve':_0xc92877},_0xbc2dfb);const _0x42e563=_0x3ef050 instanceof _0x5a95d8&&_0x3ef050['commands'][_0x52ad('0x10')]('addCommentThread');_0x42e563&&(_0x1c8bcd?_0x42e563[_0x52ad('0x0')](_0x52ad('0x6')):_0x42e563[_0x52ad('0x2')](_0x52ad('0x6')));}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1484=['ck-user__img','ck-user__notification','name','isAnonymous','avatar','push','div','notificationView','content','ck\x20ck-user__name','ck\x20ck-user__name\x20ck-user__name--hidden','setTemplate','ck-user__anonymous','ck-user__avatar','ck-user__icon','url(\x27'];(function(_0x4dd853,_0x148446){const _0x5148d8=function(_0x2cd633){while(--_0x2cd633){_0x4dd853['push'](_0x4dd853['shift']());}};_0x5148d8(++_0x148446);}(_0x1484,0x1ab));const _0x5148=function(_0x4dd853,_0x148446){_0x4dd853=_0x4dd853-0x0;let _0x5148d8=_0x1484[_0x4dd853];return _0x5148d8;};import{View as _0x3b8ba8,IconView as _0x4ac0f7}from'ckeditor5/src/ui';import _0x9b4282 from'../../../theme/icons/notification.svg';import'../../../theme/users.css';export default class B extends _0x3b8ba8{constructor(_0x222309,_0xfde04,_0x5aa225){super(_0x222309),this['name']=_0xfde04[_0x5148('0x7')],this[_0x5148('0xc')]=null;const _0x3946b4=['ck',_0x5148('0x5')];if(_0xfde04[_0x5148('0x8')]&&_0x3946b4[_0x5148('0xa')](_0x5148('0x1')),_0xfde04[_0x5148('0x9')]&&_0x3946b4[_0x5148('0xa')](_0x5148('0x2')),_0x5aa225){const _0x41a934=new _0x4ac0f7();_0x41a934['extendTemplate']({'attributes':{'class':[_0x5148('0x3')]}}),_0x41a934[_0x5148('0xd')]=_0x9b4282,this['notificationView']={'tag':_0x5148('0xb'),'attributes':{'class':['ck',_0x5148('0x6')],'data-cke-tooltip-position':'n','data-cke-tooltip-text':_0x5aa225},'children':[_0x41a934]};}const _0x4a2d87=[{'tag':'div','attributes':{'class':_0x3946b4,'style':{'background-image':_0xfde04[_0x5148('0x9')]?_0x5148('0x4')+_0xfde04[_0x5148('0x9')]+'\x27)':''}}},{'tag':'div','attributes':{'class':_0xfde04['avatar']?_0x5148('0xf'):_0x5148('0xe')},'children':[{'text':_0xfde04['initials']}]}];this['notificationView']&&_0x4a2d87[_0x5148('0xa')](this[_0x5148('0xc')]),this[_0x5148('0x0')]({'tag':_0x5148('0xb'),'attributes':{'class':['ck','ck-user'],'data-user-id':_0xfde04['id']},'children':_0x4a2d87});}}
23
+ const _0xa3e6=['name','extendTemplate','ck-user__avatar','ck\x20ck-user__name\x20ck-user__name--hidden','isAnonymous','avatar','div','ck-user__img','url(\x27','setTemplate','initials','notificationView','ck-user','push','ck\x20ck-user__name','ck-user__anonymous','content'];(function(_0x3cde7c,_0xa3e68f){const _0x3a6e28=function(_0x286794){while(--_0x286794){_0x3cde7c['push'](_0x3cde7c['shift']());}};_0x3a6e28(++_0xa3e68f);}(_0xa3e6,0x163));const _0x3a6e=function(_0x3cde7c,_0xa3e68f){_0x3cde7c=_0x3cde7c-0x0;let _0x3a6e28=_0xa3e6[_0x3cde7c];return _0x3a6e28;};import{View as _0x132d76,IconView as _0xcb01b0}from'ckeditor5/src/ui';import _0x2bb560 from'../../../theme/icons/notification.svg';import'../../../theme/users.css';export default class B extends _0x132d76{constructor(_0x2fd93e,_0xf17f04,_0x3e2f6e){super(_0x2fd93e),this['name']=_0xf17f04[_0x3a6e('0x2')],this[_0x3a6e('0xd')]=null;const _0x12a102=['ck',_0x3a6e('0x9')];if(_0xf17f04[_0x3a6e('0x6')]&&_0x12a102[_0x3a6e('0xf')](_0x3a6e('0x0')),_0xf17f04[_0x3a6e('0x7')]&&_0x12a102[_0x3a6e('0xf')](_0x3a6e('0x4')),_0x3e2f6e){const _0x37bef4=new _0xcb01b0();_0x37bef4[_0x3a6e('0x3')]({'attributes':{'class':['ck-user__icon']}}),_0x37bef4[_0x3a6e('0x1')]=_0x2bb560,this['notificationView']={'tag':_0x3a6e('0x8'),'attributes':{'class':['ck','ck-user__notification'],'data-cke-tooltip-position':'n','data-cke-tooltip-text':_0x3e2f6e},'children':[_0x37bef4]};}const _0xf185bd=[{'tag':_0x3a6e('0x8'),'attributes':{'class':_0x12a102,'style':{'background-image':_0xf17f04[_0x3a6e('0x7')]?_0x3a6e('0xa')+_0xf17f04[_0x3a6e('0x7')]+'\x27)':''}}},{'tag':'div','attributes':{'class':_0xf17f04[_0x3a6e('0x7')]?_0x3a6e('0x5'):_0x3a6e('0x10')},'children':[{'text':_0xf17f04[_0x3a6e('0xc')]}]}];this[_0x3a6e('0xd')]&&_0xf185bd['push'](this[_0x3a6e('0xd')]),this[_0x3a6e('0xb')]({'tag':_0x3a6e('0x8'),'attributes':{'class':['ck',_0x3a6e('0xe')],'data-user-id':_0xf17f04['id']},'children':_0xf185bd});}}
package/src/users.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x35e9=['toUpperCase','_isAnonymous','getUser','has','addUser','_getInitial','users-add-invalid-id','config','licenseKeyTrialLimit:time','_myId','anonymous-user','name','get','length','trim','ck-user__marker--','users-me-missing-user','licenseKeyTrialLimit:revisions','_addAnonymousUser','string','getSelectionClass','define','ck-user__bg-color--','isAnonymous','destroy','init','_lastColor','getBackgroundColorClass','context','licenseKeyTrial','trial-license-key-reached-limit-changes','licenseKey','users-me-already-defined','pluginName','getOperationAuthor','ck-user__selection--','defineMe','users-add-duplicated-id','charAt','users.anonymousUserId','color','trial-license-key-reached-limit-revisions','decorate','licenseKeyValid','Users','_locale','requires','trial-license-key-reached-limit-time','licenseKeyInvalid','licenseKeyTrialLimit:operations','avatar','Anonymous','getMarkerClass','_id','_licenseKeyCheckInterval','useAnonymousUser','users'];(function(_0x127078,_0x35e946){const _0x6c00a=function(_0x54d1f1){while(--_0x54d1f1){_0x127078['push'](_0x127078['shift']());}};_0x6c00a(++_0x35e946);}(_0x35e9,0xb1));const _0x6c00=function(_0x127078,_0x35e946){_0x127078=_0x127078-0x0;let _0x6c00a=_0x35e9[_0x127078];return _0x6c00a;};import{ContextPlugin as _0x464539}from'ckeditor5/src/core';import{Collection as _0x5be277,CKEditorError as _0xd63edf}from'ckeditor5/src/utils';import _0x133543 from'./permissions';import{getTranslation as _0x4d183a}from'./utils/common-translations';import'../theme/usercolors.css';export default class l extends _0x464539{static get[_0x6c00('0x1b')](){return _0x6c00('0x26');}static get[_0x6c00('0x28')](){return[_0x133543];}constructor(_0x2b2045){super(_0x2b2045),this[_0x6c00('0x16')]['config'][_0x6c00('0xf')](_0x6c00('0x21'),_0x6c00('0x4')),this['context'][_0x6c00('0x1')][_0x6c00('0xf')]('users.colorsCount',0x8),this[_0x6c00('0x32')]=new _0x5be277(),this[_0x6c00('0x27')]=_0x2b2045['locale'],this[_0x6c00('0x30')]=null,this[_0x6c00('0x14')]=0x0,this['_myId']=null,this[_0x6c00('0x24')](_0x6c00('0x1c'));}[_0x6c00('0x13')](){const _0x5dbdec=this[_0x6c00('0x16')];this[_0x6c00('0x19')]=_0x5dbdec[_0x6c00('0x1')][_0x6c00('0x6')](_0x6c00('0x19'));const _0x15cbed=[_0x6c00('0x17'),_0x6c00('0x2a'),_0x6c00('0x25'),'licenseKeyTrialLimit:operations',_0x6c00('0x2'),_0x6c00('0xb')];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5ceb66;for(const _0x38a3d5 in _0x5dbdec){const _0x49c795=_0x5dbdec[_0x38a3d5];if(_0x15cbed['includes'](_0x49c795)){delete _0x5dbdec[_0x38a3d5],_0x5ceb66=_0x49c795;break;}}if(_0x6c00('0x2a')===_0x5ceb66)throw clearInterval(this[_0x6c00('0x30')]),new _0xd63edf('invalid-license-key',null);if(_0x6c00('0x17')===_0x5ceb66&&console['info']('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.'),_0x6c00('0x2b')===_0x5ceb66)throw clearInterval(this[_0x6c00('0x30')]),new _0xd63edf(_0x6c00('0x18'),null);if('licenseKeyTrialLimit:time'===_0x5ceb66)throw clearInterval(this[_0x6c00('0x30')]),new _0xd63edf(_0x6c00('0x29'),null);if('licenseKeyTrialLimit:revisions'===_0x5ceb66)throw clearInterval(this[_0x6c00('0x30')]),new _0xd63edf(_0x6c00('0x23'),null);'licenseKeyValid'===_0x5ceb66&&clearInterval(this['_licenseKeyCheckInterval']);},0x3e8),this[_0x6c00('0xc')]();}get['me'](){return null==this[_0x6c00('0x3')]?null:this[_0x6c00('0x35')](this[_0x6c00('0x3')]);}['addUser']({id:_0xf09128,name:_0x719cec,..._0x59cf9d}){if(!_0xf09128||_0x6c00('0xd')!=typeof _0xf09128)throw new _0xd63edf(_0x6c00('0x0'));if(this[_0x6c00('0x32')][_0x6c00('0x36')](_0xf09128))throw new _0xd63edf(_0x6c00('0x1f'),null,{'id':_0xf09128});const _0x217dca={..._0x59cf9d,'id':_0xf09128,'name':a(this[_0x6c00('0x27')],_0x719cec),'color':this['_getNextColor']()};_0x217dca[_0x6c00('0x5')]=a(this[_0x6c00('0x27')],_0x217dca[_0x6c00('0x5')]);const _0x48320b=new User(_0x217dca);return this[_0x6c00('0x32')]['add'](_0x48320b),_0x48320b;}[_0x6c00('0x35')](_0x306a33){return this[_0x6c00('0x32')][_0x6c00('0x6')](_0x306a33);}[_0x6c00('0x31')](){const _0x31b29e=this[_0x6c00('0x16')]['config'][_0x6c00('0x6')](_0x6c00('0x21'));this['_myId']||this[_0x6c00('0x1e')](_0x31b29e);}[_0x6c00('0x1e')](_0x382320){if(this[_0x6c00('0x3')])throw new _0xd63edf(_0x6c00('0x1a'),null);if(!this[_0x6c00('0x35')](_0x382320))throw new _0xd63edf(_0x6c00('0xa'),null);this[_0x6c00('0x3')]=_0x382320;}['getOperationAuthor'](){return this['me'];}[_0x6c00('0x12')](){super[_0x6c00('0x12')](),clearInterval(this[_0x6c00('0x30')]);}['_getNextColor'](){const _0x479083=this[_0x6c00('0x16')]['config'][_0x6c00('0x6')]('users.colorsCount');return this['_lastColor']>=_0x479083&&(this[_0x6c00('0x14')]=0x0),new u(this['_lastColor']++);}[_0x6c00('0xc')](){const _0x1f39a0=this[_0x6c00('0x16')]['config']['get'](_0x6c00('0x21'));this[_0x6c00('0x37')]({'id':_0x1f39a0,'name':_0x4d183a(this['_locale'],_0x6c00('0x2d'))})[_0x6c00('0x34')]=!0x0;}}export class User{constructor(_0x185280){this['id']=_0x185280['id'],this[_0x6c00('0x22')]=_0x185280['color'],this[_0x6c00('0x5')]=_0x185280[_0x6c00('0x5')],this['avatar']=_0x185280[_0x6c00('0x2c')],this['_isAnonymous']=!0x1;}get[_0x6c00('0x11')](){return this[_0x6c00('0x34')];}get['initials'](){const _0x89e45=this[_0x6c00('0x5')]['split']('\x20');return 0x1===_0x89e45[_0x6c00('0x7')]?this['_getInitial'](_0x89e45[0x0]):this[_0x6c00('0x38')](_0x89e45[0x0])+this[_0x6c00('0x38')](_0x89e45[_0x89e45[_0x6c00('0x7')]-0x1]);}[_0x6c00('0x38')](_0x2b9b36){return _0x2b9b36[_0x6c00('0x20')](0x0)[_0x6c00('0x33')]();}}function a(_0x2bd9ac,_0x2f8dcb=''){return''==(_0x2f8dcb=_0x2f8dcb[_0x6c00('0x8')]())?_0x4d183a(_0x2bd9ac,_0x6c00('0x2d')):_0x2f8dcb;}class u{constructor(_0xac3926){this[_0x6c00('0x2f')]=_0xac3926;}[_0x6c00('0x15')](){return _0x6c00('0x10')+this[_0x6c00('0x2f')];}[_0x6c00('0xe')](){return _0x6c00('0x1d')+this[_0x6c00('0x2f')];}[_0x6c00('0x2e')](){return _0x6c00('0x9')+this[_0x6c00('0x2f')];}}
23
+ const _0x3410=['anonymous-user','defineMe','ck-user__marker--','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.','get','_getNextColor','invalid-license-key','useAnonymousUser','_getInitial','_isAnonymous','_locale','includes','isAnonymous','users.anonymousUserId','context','_licenseKeyCheckInterval','initials','_id','_addAnonymousUser','getOperationAuthor','config','trial-license-key-reached-limit-revisions','licenseKeyTrialLimit:time','decorate','Users','info','addUser','_lastColor','Anonymous','users-add-invalid-id','destroy','charAt','licenseKeyTrialLimit:revisions','pluginName','users-me-missing-user','color','_myId','has','licenseKeyValid','users-add-duplicated-id','users','name','ck-user__selection--','users.colorsCount','toUpperCase','getUser','licenseKeyTrialLimit:operations','getMarkerClass','users-me-already-defined','add','trial-license-key-reached-limit-time','avatar','licenseKey','licenseKeyInvalid','trial-license-key-reached-limit-changes','trim','define','length'];(function(_0xd01dbf,_0x341062){const _0x11d830=function(_0x31cf42){while(--_0x31cf42){_0xd01dbf['push'](_0xd01dbf['shift']());}};_0x11d830(++_0x341062);}(_0x3410,0x9a));const _0x11d8=function(_0xd01dbf,_0x341062){_0xd01dbf=_0xd01dbf-0x0;let _0x11d830=_0x3410[_0xd01dbf];return _0x11d830;};import{ContextPlugin as _0x313ddd}from'ckeditor5/src/core';import{Collection as _0x29927b,CKEditorError as _0x2259e2}from'ckeditor5/src/utils';import _0x59846f from'./permissions';import{getTranslation as _0x17f503}from'./utils/common-translations';import'../theme/usercolors.css';export default class l extends _0x313ddd{static get[_0x11d8('0x35')](){return _0x11d8('0x2c');}static get['requires'](){return[_0x59846f];}constructor(_0x694b67){super(_0x694b67),this[_0x11d8('0x22')][_0x11d8('0x28')][_0x11d8('0x12')](_0x11d8('0x21'),_0x11d8('0x14')),this[_0x11d8('0x22')][_0x11d8('0x28')][_0x11d8('0x12')](_0x11d8('0x5'),0x8),this[_0x11d8('0x2')]=new _0x29927b(),this[_0x11d8('0x1e')]=_0x694b67['locale'],this[_0x11d8('0x23')]=null,this[_0x11d8('0x2f')]=0x0,this[_0x11d8('0x38')]=null,this[_0x11d8('0x2b')](_0x11d8('0x27'));}['init'](){const _0xf7d0a8=this['context'];this[_0x11d8('0xe')]=_0xf7d0a8['config']['get'](_0x11d8('0xe'));const _0x43be19=['licenseKeyTrial',_0x11d8('0xf'),_0x11d8('0x0'),_0x11d8('0x8'),'licenseKeyTrialLimit:time','licenseKeyTrialLimit:revisions'];this[_0x11d8('0x23')]=setInterval(()=>{let _0x3b32ef;for(const _0x530584 in _0xf7d0a8){const _0x2feedb=_0xf7d0a8[_0x530584];if(_0x43be19[_0x11d8('0x1f')](_0x2feedb)){delete _0xf7d0a8[_0x530584],_0x3b32ef=_0x2feedb;break;}}if('licenseKeyInvalid'===_0x3b32ef)throw clearInterval(this[_0x11d8('0x23')]),new _0x2259e2(_0x11d8('0x1a'),null);if('licenseKeyTrial'===_0x3b32ef&&console[_0x11d8('0x2d')](_0x11d8('0x17')),'licenseKeyTrialLimit:operations'===_0x3b32ef)throw clearInterval(this[_0x11d8('0x23')]),new _0x2259e2(_0x11d8('0x10'),null);if(_0x11d8('0x2a')===_0x3b32ef)throw clearInterval(this[_0x11d8('0x23')]),new _0x2259e2(_0x11d8('0xc'),null);if(_0x11d8('0x34')===_0x3b32ef)throw clearInterval(this['_licenseKeyCheckInterval']),new _0x2259e2(_0x11d8('0x29'),null);'licenseKeyValid'===_0x3b32ef&&clearInterval(this['_licenseKeyCheckInterval']);},0x3e8),this['_addAnonymousUser']();}get['me'](){return null==this[_0x11d8('0x38')]?null:this['getUser'](this[_0x11d8('0x38')]);}[_0x11d8('0x2e')]({id:_0x5a687e,name:_0x398422,..._0x17d7a6}){if(!_0x5a687e||'string'!=typeof _0x5a687e)throw new _0x2259e2(_0x11d8('0x31'));if(this[_0x11d8('0x2')][_0x11d8('0x39')](_0x5a687e))throw new _0x2259e2(_0x11d8('0x1'),null,{'id':_0x5a687e});const _0x213f0e={..._0x17d7a6,'id':_0x5a687e,'name':a(this[_0x11d8('0x1e')],_0x398422),'color':this[_0x11d8('0x19')]()};_0x213f0e[_0x11d8('0x3')]=a(this[_0x11d8('0x1e')],_0x213f0e[_0x11d8('0x3')]);const _0x400307=new User(_0x213f0e);return this[_0x11d8('0x2')][_0x11d8('0xb')](_0x400307),_0x400307;}[_0x11d8('0x7')](_0x288f1d){return this['users'][_0x11d8('0x18')](_0x288f1d);}[_0x11d8('0x1b')](){const _0x39686e=this['context'][_0x11d8('0x28')][_0x11d8('0x18')](_0x11d8('0x21'));this[_0x11d8('0x38')]||this['defineMe'](_0x39686e);}[_0x11d8('0x15')](_0x6f141f){if(this[_0x11d8('0x38')])throw new _0x2259e2(_0x11d8('0xa'),null);if(!this[_0x11d8('0x7')](_0x6f141f))throw new _0x2259e2(_0x11d8('0x36'),null);this['_myId']=_0x6f141f;}[_0x11d8('0x27')](){return this['me'];}['destroy'](){super[_0x11d8('0x32')](),clearInterval(this[_0x11d8('0x23')]);}[_0x11d8('0x19')](){const _0x38fca2=this[_0x11d8('0x22')]['config'][_0x11d8('0x18')]('users.colorsCount');return this[_0x11d8('0x2f')]>=_0x38fca2&&(this[_0x11d8('0x2f')]=0x0),new u(this['_lastColor']++);}[_0x11d8('0x26')](){const _0x282073=this[_0x11d8('0x22')][_0x11d8('0x28')][_0x11d8('0x18')](_0x11d8('0x21'));this[_0x11d8('0x2e')]({'id':_0x282073,'name':_0x17f503(this[_0x11d8('0x1e')],_0x11d8('0x30'))})[_0x11d8('0x1d')]=!0x0;}}export class User{constructor(_0x31e764){this['id']=_0x31e764['id'],this[_0x11d8('0x37')]=_0x31e764[_0x11d8('0x37')],this[_0x11d8('0x3')]=_0x31e764[_0x11d8('0x3')],this[_0x11d8('0xd')]=_0x31e764[_0x11d8('0xd')],this[_0x11d8('0x1d')]=!0x1;}get[_0x11d8('0x20')](){return this[_0x11d8('0x1d')];}get[_0x11d8('0x24')](){const _0x22231b=this[_0x11d8('0x3')]['split']('\x20');return 0x1===_0x22231b[_0x11d8('0x13')]?this['_getInitial'](_0x22231b[0x0]):this[_0x11d8('0x1c')](_0x22231b[0x0])+this[_0x11d8('0x1c')](_0x22231b[_0x22231b[_0x11d8('0x13')]-0x1]);}[_0x11d8('0x1c')](_0x8fde8a){return _0x8fde8a[_0x11d8('0x33')](0x0)[_0x11d8('0x6')]();}}function a(_0x2f9a41,_0x5bc09a=''){return''==(_0x5bc09a=_0x5bc09a[_0x11d8('0x11')]())?_0x17f503(_0x2f9a41,_0x11d8('0x30')):_0x5bc09a;}class u{constructor(_0x23de38){this['_id']=_0x23de38;}['getBackgroundColorClass'](){return'ck-user__bg-color--'+this[_0x11d8('0x25')];}['getSelectionClass'](){return _0x11d8('0x4')+this[_0x11d8('0x25')];}[_0x11d8('0x9')](){return _0x11d8('0x16')+this[_0x11d8('0x25')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x332bc2,_0x46d938){const t=_0x332bc2['t'];switch(_0x46d938){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'';}}
23
+ export function getTranslation(_0x16e6ec,_0x4ba7e5){const t=_0x16e6ec['t'];switch(_0x4ba7e5){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 _0x4dd1=['deregisterChild','element','focus','showConfirm','render','cancelConfirm','cancel','locale','once','_removeConfirm','appendChild','remove','isConfirm','set','registerChild','destroy','confirmView'];(function(_0x46089c,_0x4dd1c7){var _0x6acf1e=function(_0x2d3f5d){while(--_0x2d3f5d){_0x46089c['push'](_0x46089c['shift']());}};_0x6acf1e(++_0x4dd1c7);}(_0x4dd1,0x18a));var _0x6acf=function(_0x46089c,_0x4dd1c7){_0x46089c=_0x46089c-0x0;var _0x6acf1e=_0x4dd1[_0x46089c];return _0x6acf1e;};import _0x5d0292 from'./confirmview';export default function m(_0x340b5c){return class extends _0x340b5c{[_0x6acf('0x0')](_0xb52b7d,_0x7c6ee4){return this[_0x6acf('0xd')]=new _0x5d0292(this[_0x6acf('0x4')]),this[_0x6acf('0xd')][_0x6acf('0x1')](),this[_0x6acf('0xd')]['message']=_0xb52b7d,this['confirmView']['once'](_0x6acf('0x3'),()=>{this[_0x6acf('0x6')]();}),this[_0x6acf('0xd')][_0x6acf('0x5')]('submit',()=>{this[_0x6acf('0x6')]();}),_0x7c6ee4[_0x6acf('0x7')](this['confirmView'][_0x6acf('0xf')]),this[_0x6acf('0xb')](this[_0x6acf('0xd')]),this[_0x6acf('0xf')][_0x6acf('0x10')](),this[_0x6acf('0xa')](_0x6acf('0x9'),!0x0),new Promise(_0x3543ae=>this[_0x6acf('0xd')]['on']('submit',_0x3543ae));}[_0x6acf('0x2')](){this['isConfirm']&&this['confirmView']['fire']('cancel');}['_removeConfirm'](){this[_0x6acf('0xf')]&&this[_0x6acf('0xd')]&&this[_0x6acf('0xd')]['element']&&(this[_0x6acf('0xf')]['focus'](),this[_0x6acf('0xd')]['element'][_0x6acf('0x8')](),this[_0x6acf('0xe')](this['confirmView']),this['isConfirm']=!0x1,this[_0x6acf('0xd')][_0x6acf('0xc')](),this[_0x6acf('0xd')]=void 0x0);}};}
23
+ var _0x2331=['appendChild','_removeConfirm','message','registerChild','cancelConfirm','confirmView','destroy','showConfirm','once','deregisterChild','isConfirm','focus','render','element','fire','cancel','locale'];(function(_0xcc6c5b,_0x23315c){var _0x1dd30e=function(_0x471d93){while(--_0x471d93){_0xcc6c5b['push'](_0xcc6c5b['shift']());}};_0x1dd30e(++_0x23315c);}(_0x2331,0x99));var _0x1dd3=function(_0xcc6c5b,_0x23315c){_0xcc6c5b=_0xcc6c5b-0x0;var _0x1dd30e=_0x2331[_0xcc6c5b];return _0x1dd30e;};import _0x457d99 from'./confirmview';export default function m(_0x5a4ec1){return class extends _0x5a4ec1{[_0x1dd3('0x7')](_0x206779,_0x2445f8){return this[_0x1dd3('0x5')]=new _0x457d99(this[_0x1dd3('0x10')]),this[_0x1dd3('0x5')][_0x1dd3('0xc')](),this[_0x1dd3('0x5')][_0x1dd3('0x2')]=_0x206779,this['confirmView']['once'](_0x1dd3('0xf'),()=>{this[_0x1dd3('0x1')]();}),this[_0x1dd3('0x5')][_0x1dd3('0x8')]('submit',()=>{this[_0x1dd3('0x1')]();}),_0x2445f8[_0x1dd3('0x0')](this[_0x1dd3('0x5')][_0x1dd3('0xd')]),this[_0x1dd3('0x3')](this[_0x1dd3('0x5')]),this[_0x1dd3('0xd')][_0x1dd3('0xb')](),this['set']('isConfirm',!0x0),new Promise(_0x553bac=>this['confirmView']['on']('submit',_0x553bac));}[_0x1dd3('0x4')](){this[_0x1dd3('0xa')]&&this[_0x1dd3('0x5')][_0x1dd3('0xe')](_0x1dd3('0xf'));}[_0x1dd3('0x1')](){this[_0x1dd3('0xd')]&&this[_0x1dd3('0x5')]&&this[_0x1dd3('0x5')][_0x1dd3('0xd')]&&(this[_0x1dd3('0xd')][_0x1dd3('0xb')](),this[_0x1dd3('0x5')][_0x1dd3('0xd')]['remove'](),this[_0x1dd3('0x9')](this[_0x1dd3('0x5')]),this[_0x1dd3('0xa')]=!0x1,this['confirmView'][_0x1dd3('0x6')](),this[_0x1dd3('0x5')]=void 0x0);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5ed6=['Are\x20you\x20sure?','message','_createButtonView','ck-thread__remove-confirm-inner','fire','submit','cancel','div','label','execute','bindTemplate','submitView','check','cancelView','ck-thread__remove-confirm-','extendTemplate','setTemplate','ck-thread__remove-confirm'];(function(_0x45faf9,_0x5ed6d7){const _0x19f457=function(_0x3942be){while(--_0x3942be){_0x45faf9['push'](_0x45faf9['shift']());}};_0x19f457(++_0x5ed6d7);}(_0x5ed6,0x18a));const _0x19f4=function(_0x45faf9,_0x5ed6d7){_0x45faf9=_0x45faf9-0x0;let _0x19f457=_0x5ed6[_0x45faf9];return _0x19f457;};import{View as _0x5cb1ce,ButtonView as _0xd00855}from'ckeditor5/src/ui';import{icons as _0x4b1964}from'ckeditor5/src/core';import{getTranslation as _0x29db8f}from'./common-translations';export default class h extends _0x5cb1ce{constructor(_0x4d3c4f){super(_0x4d3c4f);const _0x13111a=this[_0x19f4('0xc')];this[_0x19f4('0xd')]=this[_0x19f4('0x4')](_0x4d3c4f,_0x29db8f(_0x4d3c4f,'Yes'),_0x4b1964[_0x19f4('0xe')],_0x19f4('0x7')),this['cancelView']=this[_0x19f4('0x4')](_0x4d3c4f,_0x29db8f(_0x4d3c4f,'No'),_0x4b1964[_0x19f4('0x8')],_0x19f4('0x8')),this['set'](_0x19f4('0x3'),_0x29db8f(_0x4d3c4f,_0x19f4('0x2'))),this[_0x19f4('0x0')]({'tag':_0x19f4('0x9'),'attributes':{'class':[_0x19f4('0x1')]},'children':[{'tag':_0x19f4('0x9'),'attributes':{'class':_0x19f4('0x5')},'children':[{'tag':'p','children':[{'text':_0x13111a['to'](_0x19f4('0x3'))}]},{'tag':_0x19f4('0x9'),'attributes':{'class':'ck-thread__remove-confirm-actions'},'children':[this[_0x19f4('0xd')],this[_0x19f4('0xf')]]}]}]});}[_0x19f4('0x4')](_0x44bae3,_0x157949,_0x27fea2,_0x125ac4){const _0x470d72=new _0xd00855(_0x44bae3);return _0x470d72[_0x19f4('0xa')]=_0x157949,_0x470d72['icon']=_0x27fea2,_0x470d72[_0x19f4('0x11')]({'attributes':{'class':_0x19f4('0x10')+_0x125ac4}}),_0x470d72['on'](_0x19f4('0xb'),()=>this[_0x19f4('0x6')](_0x125ac4)),_0x470d72;}}
23
+ const _0x2733=['message','submitView','div','bindTemplate','ck-thread__remove-confirm-inner','ck-thread__remove-confirm-','fire','Are\x20you\x20sure?','cancel','set','_createButtonView','extendTemplate','icon','execute','ck-thread__remove-confirm-actions','setTemplate','cancelView','ck-thread__remove-confirm','label'];(function(_0x25f66d,_0x273312){const _0x5e3dbb=function(_0x47c3a4){while(--_0x47c3a4){_0x25f66d['push'](_0x25f66d['shift']());}};_0x5e3dbb(++_0x273312);}(_0x2733,0x103));const _0x5e3d=function(_0x25f66d,_0x273312){_0x25f66d=_0x25f66d-0x0;let _0x5e3dbb=_0x2733[_0x25f66d];return _0x5e3dbb;};import{View as _0x4fa3df,ButtonView as _0x3ed5ba}from'ckeditor5/src/ui';import{icons as _0x5e15d8}from'ckeditor5/src/core';import{getTranslation as _0x10db0d}from'./common-translations';export default class h extends _0x4fa3df{constructor(_0x5e313c){super(_0x5e313c);const _0x5f1fe7=this[_0x5e3d('0xa')];this[_0x5e3d('0x8')]=this[_0x5e3d('0x11')](_0x5e313c,_0x10db0d(_0x5e313c,'Yes'),_0x5e15d8['check'],'submit'),this[_0x5e3d('0x4')]=this[_0x5e3d('0x11')](_0x5e313c,_0x10db0d(_0x5e313c,'No'),_0x5e15d8[_0x5e3d('0xf')],'cancel'),this[_0x5e3d('0x10')]('message',_0x10db0d(_0x5e313c,_0x5e3d('0xe'))),this[_0x5e3d('0x3')]({'tag':_0x5e3d('0x9'),'attributes':{'class':[_0x5e3d('0x5')]},'children':[{'tag':_0x5e3d('0x9'),'attributes':{'class':_0x5e3d('0xb')},'children':[{'tag':'p','children':[{'text':_0x5f1fe7['to'](_0x5e3d('0x7'))}]},{'tag':_0x5e3d('0x9'),'attributes':{'class':_0x5e3d('0x2')},'children':[this[_0x5e3d('0x8')],this[_0x5e3d('0x4')]]}]}]});}[_0x5e3d('0x11')](_0x52252a,_0x1b446d,_0x2d250f,_0xa6c0c3){const _0x211b92=new _0x3ed5ba(_0x52252a);return _0x211b92[_0x5e3d('0x6')]=_0x1b446d,_0x211b92[_0x5e3d('0x0')]=_0x2d250f,_0x211b92[_0x5e3d('0x12')]({'attributes':{'class':_0x5e3d('0xc')+_0xa6c0c3}}),_0x211b92['on'](_0x5e3d('0x1'),()=>this[_0x5e3d('0xd')](_0xa6c0c3)),_0x211b92;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5547=['string','dateTimeFormat','MM-dd-yyyy\x20hh:mma','\x27Today\x27\x20hh:mma','function','\x27Last\x27\x20EEEE\x20hh:mma'];(function(_0x144f4,_0x5547c2){const _0x1938b2=function(_0x41b9b4){while(--_0x41b9b4){_0x144f4['push'](_0x144f4['shift']());}};_0x1938b2(++_0x5547c2);}(_0x5547,0x64));const _0x1938=function(_0x144f4,_0x5547c2){_0x144f4=_0x144f4-0x0;let _0x1938b2=_0x5547[_0x144f4];return _0x1938b2;};import _0x3a92fa from'date-fns/format';import _0x17d887 from'date-fns/parseISO';import _0x48a643 from'date-fns/differenceInCalendarDays';import{CKEditorError as _0xbba4c3}from'ckeditor5/src/utils';export default function E(_0x59f300={}){if(void 0x0!==_0x59f300[_0x1938('0x3')]&&_0x1938('0x0')!=typeof _0x59f300[_0x1938('0x3')])throw new _0xbba4c3('invalid-date-time-format');return _0x4691e2=>{const _0x304c6f=_0x1938('0x2')==typeof _0x4691e2?_0x17d887(_0x4691e2):_0x4691e2,_0x515903=new Date(),_0x58b868=_0x48a643(_0x515903,_0x304c6f);return _0x59f300['dateTimeFormat']?_0x59f300[_0x1938('0x3')](_0x304c6f):_0x3a92fa(_0x304c6f,0x0===_0x58b868?_0x1938('0x5'):0x1===_0x58b868?'\x27Yesterday\x27\x20hh:mma':_0x58b868<0x7?_0x1938('0x1'):_0x1938('0x4'));};}
23
+ const _0x5931=['MM-dd-yyyy\x20hh:mma','invalid-date-time-format','\x27Today\x27\x20hh:mma','dateTimeFormat'];(function(_0x2162bf,_0x59314f){const _0x538ba7=function(_0x30fa46){while(--_0x30fa46){_0x2162bf['push'](_0x2162bf['shift']());}};_0x538ba7(++_0x59314f);}(_0x5931,0xf0));const _0x538b=function(_0x2162bf,_0x59314f){_0x2162bf=_0x2162bf-0x0;let _0x538ba7=_0x5931[_0x2162bf];return _0x538ba7;};import _0xfc13cb from'date-fns/format';import _0x77cf1f from'date-fns/parseISO';import _0x25be34 from'date-fns/differenceInCalendarDays';import{CKEditorError as _0x392437}from'ckeditor5/src/utils';export default function E(_0x1962e4={}){if(void 0x0!==_0x1962e4[_0x538b('0x3')]&&'function'!=typeof _0x1962e4['dateTimeFormat'])throw new _0x392437(_0x538b('0x1'));return _0x17e53a=>{const _0x203f14='string'==typeof _0x17e53a?_0x77cf1f(_0x17e53a):_0x17e53a,_0x4ef4ee=new Date(),_0x39fad7=_0x25be34(_0x4ef4ee,_0x203f14);return _0x1962e4[_0x538b('0x3')]?_0x1962e4[_0x538b('0x3')](_0x203f14):_0xfc13cb(_0x203f14,0x0===_0x39fad7?_0x538b('0x2'):0x1===_0x39fad7?'\x27Yesterday\x27\x20hh:mma':_0x39fad7<0x7?'\x27Last\x27\x20EEEE\x20hh:mma':_0x538b('0x0'));};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a02=['map','name','mapViewToDom','sort','length','domElement','filter','markerNameToElements','view','domConverter','values','push'];(function(_0x3b2c28,_0x2a0293){const _0x1445b1=function(_0x424037){while(--_0x424037){_0x3b2c28['push'](_0x3b2c28['shift']());}};_0x1445b1(++_0x2a0293);}(_0x2a02,0x15c));const _0x1445=function(_0x3b2c28,_0x2a0293){_0x3b2c28=_0x3b2c28-0x0;let _0x1445b1=_0x2a02[_0x3b2c28];return _0x1445b1;};import{first as _0x4c0b6f}from'ckeditor5/src/utils';export default function k(_0x4a61e5,_0x3419f6){const _0xa5f48c=_0x4a61e5['mapper'][_0x1445('0x7')](_0x3419f6['name']);if(!_0xa5f48c)return null;const _0x28c00c=_0x4c0b6f(_0xa5f48c[_0x1445('0xa')]());return _0x4a61e5[_0x1445('0x8')][_0x1445('0x9')][_0x1445('0x2')](_0x28c00c)||null;}export function getAllMarkersDomElementsSorted(_0x75fb84,_0x2348b5){if(0x0===_0x2348b5[_0x1445('0x4')])return null;const _0x576fbd=[],_0x56dfb0=_0x75fb84[_0x1445('0x8')][_0x1445('0x9')];for(const _0x5f04bb of _0x2348b5){const _0xe10600=_0x75fb84['mapper'][_0x1445('0x7')](_0x5f04bb[_0x1445('0x1')]);if(!_0xe10600)continue;const _0x5c7ef8=Array['from'](_0xe10600)['map'](_0x2b6158=>_0x56dfb0[_0x1445('0x2')](_0x2b6158))[_0x1445('0x6')](_0x5c322a=>!!_0x5c322a);_0x576fbd[_0x1445('0xb')](..._0x5c7ef8);}if(0x0===_0x576fbd[_0x1445('0x4')])return null;const _0x25c7ce=[];for(const _0x354a68 of _0x576fbd){const _0x438a9a=_0x354a68['getClientRects']()['item'](0x0);_0x438a9a&&_0x25c7ce[_0x1445('0xb')]({'x':_0x438a9a['x'],'y':_0x438a9a['y'],'domElement':_0x354a68});}return 0x0===_0x25c7ce[_0x1445('0x4')]?null:(_0x25c7ce[_0x1445('0x3')]((_0x1b9ffd,_0x57a6ac)=>_0x1b9ffd['y']-_0x57a6ac['y']||_0x1b9ffd['x']-_0x57a6ac['x']),_0x25c7ce[_0x1445('0x0')](_0x33eaa8=>_0x33eaa8[_0x1445('0x5')]));}
23
+ const _0x3b36=['domElement','length','mapper','name','filter','mapViewToDom','sort','markerNameToElements','from','push','getClientRects','map','domConverter','values','view'];(function(_0x471fae,_0x3b3676){const _0x55725f=function(_0x3bfc00){while(--_0x3bfc00){_0x471fae['push'](_0x471fae['shift']());}};_0x55725f(++_0x3b3676);}(_0x3b36,0x18f));const _0x5572=function(_0x471fae,_0x3b3676){_0x471fae=_0x471fae-0x0;let _0x55725f=_0x3b36[_0x471fae];return _0x55725f;};import{first as _0x11268b}from'ckeditor5/src/utils';export default function k(_0x8d2616,_0x578d2e){const _0x59ba97=_0x8d2616[_0x5572('0x8')][_0x5572('0xd')](_0x578d2e[_0x5572('0x9')]);if(!_0x59ba97)return null;const _0x5eb1ec=_0x11268b(_0x59ba97[_0x5572('0x4')]());return _0x8d2616[_0x5572('0x5')][_0x5572('0x3')][_0x5572('0xb')](_0x5eb1ec)||null;}export function getAllMarkersDomElementsSorted(_0x3e0197,_0x2522a6){if(0x0===_0x2522a6[_0x5572('0x7')])return null;const _0x3fa9cb=[],_0x2361e4=_0x3e0197['view'][_0x5572('0x3')];for(const _0x20c90f of _0x2522a6){const _0x26efaf=_0x3e0197[_0x5572('0x8')]['markerNameToElements'](_0x20c90f[_0x5572('0x9')]);if(!_0x26efaf)continue;const _0x302376=Array[_0x5572('0xe')](_0x26efaf)[_0x5572('0x2')](_0x2a574e=>_0x2361e4['mapViewToDom'](_0x2a574e))[_0x5572('0xa')](_0x4d7374=>!!_0x4d7374);_0x3fa9cb[_0x5572('0x0')](..._0x302376);}if(0x0===_0x3fa9cb['length'])return null;const _0x481c85=[];for(const _0x47adf6 of _0x3fa9cb){const _0x6cfe98=_0x47adf6[_0x5572('0x1')]()['item'](0x0);_0x6cfe98&&_0x481c85[_0x5572('0x0')]({'x':_0x6cfe98['x'],'y':_0x6cfe98['y'],'domElement':_0x47adf6});}return 0x0===_0x481c85[_0x5572('0x7')]?null:(_0x481c85[_0x5572('0xc')]((_0x454e07,_0x1f25ea)=>_0x454e07['y']-_0x1f25ea['y']||_0x454e07['x']-_0x1f25ea['x']),_0x481c85['map'](_0xa40d70=>_0xa40d70[_0x5572('0x6')]));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5f52=['object','boolean','keys','string','sign','toString'];(function(_0x2bc2e5,_0x5f52a5){const _0xf99d4b=function(_0x123788){while(--_0x123788){_0x2bc2e5['push'](_0x2bc2e5['shift']());}};_0xf99d4b(++_0x5f52a5);}(_0x5f52,0x11b));const _0xf99d=function(_0x2bc2e5,_0x5f52a5){_0x2bc2e5=_0x2bc2e5-0x0;let _0xf99d4b=_0x5f52[_0x2bc2e5];return _0xf99d4b;};export default function b(_0x1c73fd){let _0x31a515=0x0,_0x1c22b6=0x0;for(const _0x30c2e3 of g(_0x1c73fd))_0x31a515=(_0x31a515<<0x5)-_0x31a515+_0x30c2e3,_0x31a515&=_0x31a515,[_0x31a515,_0x1c22b6]=[_0x1c22b6,_0x31a515];return O(_0x31a515)+O(_0x1c22b6);}function*j(_0x5f1431){_0x5f1431?_0xf99d('0x0')==typeof _0x5f1431?yield 0x1:Array['isArray'](_0x5f1431)?yield*function*(_0x1f5436){for(const _0x89dc39 of _0x1f5436)yield*j(_0x89dc39);}(_0x5f1431):_0xf99d('0x5')==typeof _0x5f1431?yield*g(_0x5f1431):_0xf99d('0x2')==typeof _0x5f1431?yield*A(_0x5f1431):'number'==typeof _0x5f1431&&(yield _0x5f1431):yield 0x0;}function*g(_0x3a8f00){if(yield M('{'),_0x3a8f00){const _0x596366=Object[_0xf99d('0x1')](_0x3a8f00)['sort']();for(const _0x52c4a7 of _0x596366){yield*A(_0x52c4a7),yield M(':');const _0x1b90e0=_0x3a8f00[_0x52c4a7];yield*j(_0x1b90e0);}}yield M('}');}function*A(_0x16e7f9){yield M('\x22');for(const _0x3e3fc6 of _0x16e7f9)yield M(_0x3e3fc6);yield M('\x22');}function M(_0x4de8ff){return _0x4de8ff['charCodeAt'](0x0);}function O(_0x48371f){return(_0x48371f*=Math[_0xf99d('0x3')](_0x48371f))[_0xf99d('0x4')](0x24);}
23
+ const _0x6edd=['keys','number','sort','string','toString','sign','isArray','boolean','charCodeAt'];(function(_0x35d93a,_0x6edd74){const _0x10ad80=function(_0x2e38c4){while(--_0x2e38c4){_0x35d93a['push'](_0x35d93a['shift']());}};_0x10ad80(++_0x6edd74);}(_0x6edd,0x146));const _0x10ad=function(_0x35d93a,_0x6edd74){_0x35d93a=_0x35d93a-0x0;let _0x10ad80=_0x6edd[_0x35d93a];return _0x10ad80;};export default function b(_0x3ebcb5){let _0x43af36=0x0,_0x493763=0x0;for(const _0x37d209 of g(_0x3ebcb5))_0x43af36=(_0x43af36<<0x5)-_0x43af36+_0x37d209,_0x43af36&=_0x43af36,[_0x43af36,_0x493763]=[_0x493763,_0x43af36];return O(_0x43af36)+O(_0x493763);}function*j(_0x4ee8ca){_0x4ee8ca?_0x10ad('0x5')==typeof _0x4ee8ca?yield 0x1:Array[_0x10ad('0x4')](_0x4ee8ca)?yield*function*(_0x47a77a){for(const _0x371e97 of _0x47a77a)yield*j(_0x371e97);}(_0x4ee8ca):'object'==typeof _0x4ee8ca?yield*g(_0x4ee8ca):_0x10ad('0x1')==typeof _0x4ee8ca?yield*A(_0x4ee8ca):_0x10ad('0x8')==typeof _0x4ee8ca&&(yield _0x4ee8ca):yield 0x0;}function*g(_0x4f241a){if(yield M('{'),_0x4f241a){const _0x571776=Object[_0x10ad('0x7')](_0x4f241a)[_0x10ad('0x0')]();for(const _0x10a374 of _0x571776){yield*A(_0x10a374),yield M(':');const _0x1df0db=_0x4f241a[_0x10a374];yield*j(_0x1df0db);}}yield M('}');}function*A(_0x569e7a){yield M('\x22');for(const _0x415770 of _0x569e7a)yield M(_0x415770);yield M('\x22');}function M(_0x34dc91){return _0x34dc91[_0x10ad('0x6')](0x0);}function O(_0x5ff053){return(_0x5ff053*=Math[_0x10ad('0x3')](_0x5ff053))[_0x10ad('0x2')](0x24);}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5cd0=['DocumentOutline','includes','requires','has','name','get','config','context','plugins','concat','RevisionTracker','pluginName','set','names','WProofreader','filter','Autosave','from','_context','find','constructor','length','toolbar','builtinPlugins','removePlugins','extraPlugins','initialData','string'];(function(_0x181cfe,_0x5cd05f){const _0x435e86=function(_0xc6d77c){while(--_0xc6d77c){_0x181cfe['push'](_0x181cfe['shift']());}};_0x435e86(++_0x5cd05f);}(_0x5cd0,0xc9));const _0x435e=function(_0x181cfe,_0x5cd05f){_0x181cfe=_0x181cfe-0x0;let _0x435e86=_0x5cd0[_0x181cfe];return _0x435e86;};const w=[_0x435e('0x15'),_0x435e('0x2'),_0x435e('0x11'),'rootsAttributes'],W=['WebSocketGateway',_0x435e('0x5'),_0x435e('0xb'),'WordCount',_0x435e('0x17'),_0x435e('0x9')];function v(_0x566076,_0xa7bdae,_0x95b85d,_0x541ca6=[]){const _0x498103=_0x435e('0x16')==typeof _0x566076?_0x95b85d[_0x435e('0x0')](_0x566076)[_0x435e('0xf')]:_0x566076,_0x4bb6ce=_0x498103[_0x435e('0x6')]||_0x498103[_0x435e('0x1b')];if(_0xa7bdae[_0x435e('0x1a')](_0x4bb6ce))return _0xa7bdae[_0x435e('0x0')](_0x4bb6ce);if(_0xa7bdae['set'](_0x4bb6ce,!0x0),_0x4bb6ce&&W[_0x435e('0x4')](_0x541ca6)[_0x435e('0x18')](_0x4bb6ce))return _0xa7bdae[_0x435e('0x7')](_0x4bb6ce,!0x1),!0x1;if(!_0x498103[_0x435e('0x19')])return _0xa7bdae[_0x435e('0x7')](_0x4bb6ce,!0x0),!0x0;const _0x551c7a=_0x498103[_0x435e('0x19')]['every'](_0x522036=>v(_0x522036,_0xa7bdae,_0x95b85d,_0x541ca6));return _0xa7bdae[_0x435e('0x7')](_0x4bb6ce,_0x551c7a),_0x551c7a;}export default function D(_0x1e3f77,_0x105557){const _0x42bd2f={};for(const _0x213712 of _0x1e3f77[_0x435e('0x1')][_0x435e('0x8')]())w[_0x435e('0x18')](_0x213712)||(_0x42bd2f[_0x213712]=_0x1e3f77[_0x435e('0x1')][_0x435e('0x0')](_0x213712));const _0x1f3bda=_0x42bd2f[_0x435e('0x3')]||[],_0x17a586=_0x1e3f77[_0x435e('0xf')][_0x435e('0x12')]||[],_0x38026e=_0x1f3bda[_0x435e('0x10')]?_0x1f3bda:_0x17a586,_0x4fba94=_0x42bd2f[_0x435e('0x14')]||[];delete _0x42bd2f[_0x435e('0x14')];const _0x4d0c13=_0x42bd2f[_0x435e('0x13')]||[];delete _0x42bd2f[_0x435e('0x13')];const _0x5644ee=_0x1e3f77[_0x435e('0xd')]['config'][_0x435e('0x0')](_0x435e('0x3'))||[],_0x995ae3=_0x38026e[_0x435e('0x4')](_0x4fba94)[_0x435e('0x4')](_0x5644ee)['map'](_0x3e747e=>'string'==typeof _0x3e747e?_0x17a586[_0x435e('0xe')](_0x1ae383=>_0x1ae383[_0x435e('0x6')]==_0x3e747e):_0x3e747e)[_0x435e('0xa')](_0x1cb37e=>!_0x4d0c13[_0x435e('0x18')](_0x1cb37e)),_0x2a415b=Array[_0x435e('0xc')](new Set(_0x995ae3)),_0x40fec1=new Map();return _0x42bd2f[_0x435e('0x3')]=_0x2a415b[_0x435e('0xa')](_0x107742=>v(_0x107742,_0x40fec1,_0x1e3f77[_0x435e('0x3')],_0x105557)),_0x42bd2f;}
23
+ const _0x2d59=['Autosave','_context','removePlugins','names','context','DocumentOutline','string','concat','pluginName','config','requires','set','every','constructor','RevisionTracker','rootsAttributes','initialData','find','toolbar','plugins','get','extraPlugins','has','map'];(function(_0x1fdf99,_0x2d593a){const _0x17815d=function(_0x3e791b){while(--_0x3e791b){_0x1fdf99['push'](_0x1fdf99['shift']());}};_0x17815d(++_0x2d593a);}(_0x2d59,0xe9));const _0x1781=function(_0x1fdf99,_0x2d593a){_0x1fdf99=_0x1fdf99-0x0;let _0x17815d=_0x2d59[_0x1fdf99];return _0x17815d;};const w=[_0x1781('0x17'),_0x1781('0xb'),_0x1781('0x1'),_0x1781('0x16')],W=['WebSocketGateway',_0x1781('0x15'),_0x1781('0x7'),'WordCount',_0x1781('0xc'),'WProofreader'];function v(_0x3a5d32,_0x29a679,_0x17413e,_0x98789a=[]){const _0x4bb686=_0x1781('0xd')==typeof _0x3a5d32?_0x17413e[_0x1781('0x3')](_0x3a5d32)[_0x1781('0x14')]:_0x3a5d32,_0xa6046e=_0x4bb686[_0x1781('0xf')]||_0x4bb686['name'];if(_0x29a679[_0x1781('0x5')](_0xa6046e))return _0x29a679['get'](_0xa6046e);if(_0x29a679['set'](_0xa6046e,!0x0),_0xa6046e&&W[_0x1781('0xe')](_0x98789a)['includes'](_0xa6046e))return _0x29a679[_0x1781('0x12')](_0xa6046e,!0x1),!0x1;if(!_0x4bb686[_0x1781('0x11')])return _0x29a679[_0x1781('0x12')](_0xa6046e,!0x0),!0x0;const _0x42213d=_0x4bb686[_0x1781('0x11')][_0x1781('0x13')](_0x8d3b90=>v(_0x8d3b90,_0x29a679,_0x17413e,_0x98789a));return _0x29a679['set'](_0xa6046e,_0x42213d),_0x42213d;}export default function D(_0x5216b5,_0x713cb4){const _0x15364c={};for(const _0x46fd41 of _0x5216b5[_0x1781('0x10')][_0x1781('0xa')]())w['includes'](_0x46fd41)||(_0x15364c[_0x46fd41]=_0x5216b5[_0x1781('0x10')][_0x1781('0x3')](_0x46fd41));const _0x248d34=_0x15364c[_0x1781('0x2')]||[],_0x4c438a=_0x5216b5[_0x1781('0x14')]['builtinPlugins']||[],_0x1c6b7c=_0x248d34['length']?_0x248d34:_0x4c438a,_0xb35c92=_0x15364c['extraPlugins']||[];delete _0x15364c[_0x1781('0x4')];const _0x9f376e=_0x15364c[_0x1781('0x9')]||[];delete _0x15364c[_0x1781('0x9')];const _0x17295b=_0x5216b5[_0x1781('0x8')][_0x1781('0x10')][_0x1781('0x3')](_0x1781('0x2'))||[],_0x3c677a=_0x1c6b7c['concat'](_0xb35c92)[_0x1781('0xe')](_0x17295b)[_0x1781('0x6')](_0x4b9a48=>_0x1781('0xd')==typeof _0x4b9a48?_0x4c438a[_0x1781('0x0')](_0x4bbb3b=>_0x4bbb3b[_0x1781('0xf')]==_0x4b9a48):_0x4b9a48)['filter'](_0x3b52e5=>!_0x9f376e['includes'](_0x3b52e5)),_0x5d54a4=Array['from'](new Set(_0x3c677a)),_0x3f8b08=new Map();return _0x15364c[_0x1781('0x2')]=_0x5d54a4['filter'](_0x5e20d5=>v(_0x5e20d5,_0x3f8b08,_0x5216b5[_0x1781('0x2')],_0x713cb4)),_0x15364c;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1200=['split','match','indexOf','length','pop','replace','join','substring','startsWith','push','slice'];(function(_0x26af9d,_0x12004e){const _0x4bc9d6=function(_0x1d4e53){while(--_0x1d4e53){_0x26af9d['push'](_0x26af9d['shift']());}};_0x4bc9d6(++_0x12004e);}(_0x1200,0x106));const _0x4bc9=function(_0x26af9d,_0x12004e){_0x26af9d=_0x26af9d-0x0;let _0x4bc9d6=_0x1200[_0x26af9d];return _0x4bc9d6;};export default function z(_0x30ca76,{limit:_0x292161,suffix:_0x46901d='...'}){const _0x17ef7a=[];let _0x5b94c9=0x0;const _0x366412=_0x30ca76[_0x4bc9('0x7')](/</g,'\x0a<')['replace'](/>/g,'>\x0a')[_0x4bc9('0x7')](/^\n/g,'')[_0x4bc9('0x7')](/\n$/g,'')[_0x4bc9('0x2')]('\x0a');for(let _0x377980=0x0;_0x377980<_0x366412['length'];_0x377980++){let _0x12e1d8=_0x366412[_0x377980];const _0x8c9617=Z(_0x12e1d8);if(_0x12e1d8[_0x4bc9('0xa')]('<')){if(_0x5b94c9>=_0x292161){const _0x2f896f=_0x12e1d8['match'](/[a-zA-Z]+/);if(!_0x2f896f){_0x366412[_0x377980]='';continue;}const _0x781c3e=_0x2f896f[0x0];_0x12e1d8[_0x4bc9('0xa')]('</')?(_0x17ef7a['length']&&(_0x12e1d8=''),_0x17ef7a[_0x4bc9('0x6')]()):(_0x17ef7a['push'](_0x781c3e),_0x12e1d8='');}}else{if(_0x5b94c9>=_0x292161)_0x12e1d8='';else{if(_0x5b94c9+_0x8c9617['length']>=_0x292161){let _0x13e641=_0x292161-_0x5b94c9;if('\x20'===_0x8c9617[_0x13e641-0x1])_0x13e641--;else{const _0x41fa7a=_0x8c9617[_0x4bc9('0x1')](_0x13e641)[_0x4bc9('0x4')]('\x20');-0x1!==_0x41fa7a?_0x13e641+=_0x41fa7a:_0x13e641=_0x12e1d8[_0x4bc9('0x5')];}_0x12e1d8=_0x8c9617[_0x4bc9('0x1')](0x0,_0x13e641)[_0x4bc9('0x8')]('')+_0x46901d,_0x5b94c9=_0x292161;}else _0x5b94c9+=_0x8c9617[_0x4bc9('0x5')];}}_0x366412[_0x377980]=_0x12e1d8;}return _0x366412[_0x4bc9('0x8')]('\x0a')[_0x4bc9('0x7')](/\n/g,'');}function Z(_0x47bc58){const _0x4c2537=[];for(let _0x7c140d=0x0;_0x7c140d<_0x47bc58['length'];_0x7c140d++){const _0x3251d4=_0x47bc58[_0x4bc9('0x9')](_0x7c140d)[_0x4bc9('0x3')](/^&[a-z0-9#]+;/);if(_0x3251d4){const _0xf49948=_0x3251d4[0x0];_0x4c2537['push'](_0xf49948),_0x7c140d+=_0xf49948[_0x4bc9('0x5')]-0x1;}else _0x4c2537[_0x4bc9('0x0')](_0x47bc58[_0x7c140d]);}return _0x4c2537;}
23
+ const _0x2558=['match','pop','...','push','startsWith','length','slice','replace','join','indexOf'];(function(_0x11fadb,_0x25589d){const _0x237f97=function(_0x570eff){while(--_0x570eff){_0x11fadb['push'](_0x11fadb['shift']());}};_0x237f97(++_0x25589d);}(_0x2558,0xaf));const _0x237f=function(_0x11fadb,_0x25589d){_0x11fadb=_0x11fadb-0x0;let _0x237f97=_0x2558[_0x11fadb];return _0x237f97;};export default function z(_0x3c4e8f,{limit:_0x276736,suffix:_0x34c12e=_0x237f('0x7')}){const _0x259e3d=[];let _0x2e264f=0x0;const _0x44ba6d=_0x3c4e8f[_0x237f('0x2')](/</g,'\x0a<')[_0x237f('0x2')](/>/g,'>\x0a')[_0x237f('0x2')](/^\n/g,'')['replace'](/\n$/g,'')['split']('\x0a');for(let _0x499d86=0x0;_0x499d86<_0x44ba6d[_0x237f('0x0')];_0x499d86++){let _0x315e4c=_0x44ba6d[_0x499d86];const _0x1dadfc=Z(_0x315e4c);if(_0x315e4c[_0x237f('0x9')]('<')){if(_0x2e264f>=_0x276736){const _0x10524b=_0x315e4c['match'](/[a-zA-Z]+/);if(!_0x10524b){_0x44ba6d[_0x499d86]='';continue;}const _0x1a0da3=_0x10524b[0x0];_0x315e4c[_0x237f('0x9')]('</')?(_0x259e3d['length']&&(_0x315e4c=''),_0x259e3d[_0x237f('0x6')]()):(_0x259e3d['push'](_0x1a0da3),_0x315e4c='');}}else{if(_0x2e264f>=_0x276736)_0x315e4c='';else{if(_0x2e264f+_0x1dadfc['length']>=_0x276736){let _0x5b3d11=_0x276736-_0x2e264f;if('\x20'===_0x1dadfc[_0x5b3d11-0x1])_0x5b3d11--;else{const _0x1db102=_0x1dadfc['slice'](_0x5b3d11)[_0x237f('0x4')]('\x20');-0x1!==_0x1db102?_0x5b3d11+=_0x1db102:_0x5b3d11=_0x315e4c[_0x237f('0x0')];}_0x315e4c=_0x1dadfc[_0x237f('0x1')](0x0,_0x5b3d11)[_0x237f('0x3')]('')+_0x34c12e,_0x2e264f=_0x276736;}else _0x2e264f+=_0x1dadfc[_0x237f('0x0')];}}_0x44ba6d[_0x499d86]=_0x315e4c;}return _0x44ba6d[_0x237f('0x3')]('\x0a')[_0x237f('0x2')](/\n/g,'');}function Z(_0x12b7d3){const _0x780db9=[];for(let _0x57a6f5=0x0;_0x57a6f5<_0x12b7d3[_0x237f('0x0')];_0x57a6f5++){const _0x464f74=_0x12b7d3['substring'](_0x57a6f5)[_0x237f('0x5')](/^&[a-z0-9#]+;/);if(_0x464f74){const _0x2b93e7=_0x464f74[0x0];_0x780db9[_0x237f('0x8')](_0x2b93e7),_0x57a6f5+=_0x2b93e7[_0x237f('0x0')]-0x1;}else _0x780db9[_0x237f('0x8')](_0x12b7d3[_0x57a6f5]);}return _0x780db9;}