@ckeditor/ckeditor5-collaboration-core 0.0.0-nightly-20231129.0 → 0.0.0-nightly-20231201.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
@@ -6,31 +6,31 @@ All changes in the package are documented at https://github.com/ckeditor/ckedito
6
6
  Changes for the past releases are available below.
7
7
 
8
8
 
9
- ## 23.0.0 (2020-09-25)
9
+ ## 23.0.0 (September 25, 2020)
10
10
 
11
11
  Internal changes only (updated dependencies, documentation, etc.).
12
12
 
13
13
 
14
- ## 22.0.0 (2020-08-25)
14
+ ## 22.0.0 (August 25, 2020)
15
15
 
16
16
  Internal changes only (updated dependencies, documentation, etc.).
17
17
 
18
- ## 21.0.0 (2020-07-24)
18
+ ## 21.0.0 (July 24, 2020)
19
19
 
20
20
  Internal changes only (updated dependencies, documentation, etc.).
21
21
 
22
22
 
23
- ## 20.0.1 (2020-06-26)
23
+ ## 20.0.1 (June 26, 2020)
24
24
 
25
25
  Internal changes only (updated dependencies, documentation, etc.).
26
26
 
27
27
 
28
- ## 19.0.2 (2020-05-25)
28
+ ## 19.0.2 (May 25, 2020)
29
29
 
30
30
  Internal changes only (updated dependencies, documentation, etc.).
31
31
 
32
32
 
33
- ## 19.0.1 (2020-04-30)
33
+ ## 19.0.1 (April 30, 2020)
34
34
 
35
35
  ### BREAKING CHANGES
36
36
 
@@ -46,59 +46,59 @@ Internal changes only (updated dependencies, documentation, etc.).
46
46
  * `Users#me` will no longer set the local user to anonymous by default (if `Users#defineMe()` was not called).
47
47
 
48
48
 
49
- ## 18.0.0 (2020-03-19)
49
+ ## 18.0.0 (March 19, 2020)
50
50
 
51
51
  Internal changes only (updated dependencies, documentation, etc.).
52
52
 
53
53
 
54
- ## 17.0.0 (2020-02-20)
54
+ ## 17.0.0 (February 20, 2020)
55
55
 
56
56
  Internal changes only (updated dependencies, documentation, etc.).
57
57
 
58
58
 
59
- ## 16.0.0 (2019-12-02)
59
+ ## 16.0.0 (December 2, 2019)
60
60
 
61
61
  ### Features
62
62
 
63
63
  * Introduced the [`users.colorsCount`](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html#adding-more-users-colors) configuration option.
64
64
 
65
65
 
66
- ## 15.0.0 (2019-10-23)
66
+ ## 15.0.0 (October 23, 2019)
67
67
 
68
68
  ### Other changes
69
69
 
70
70
  * Added a more explanatory message for an error that is thrown when the local user is not defined.
71
71
 
72
72
 
73
- ## 1.2.0 (2019-08-22)
73
+ ## 1.2.0 (August 22, 2019)
74
74
 
75
75
  ### Features
76
76
 
77
77
  * Added a method to get an operation author. See the [Users API guide](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html#operation-authors) for more information.
78
78
 
79
79
 
80
- ## 1.1.0 (2019-07-04)
80
+ ## 1.1.0 (July 4, 2019)
81
81
 
82
82
  ### Features
83
83
 
84
84
  * Added the `user-id` data attribute to the `user` element. Now you can attach some action to user avatars in the presence list and comments.
85
85
 
86
86
 
87
- ## 1.0.3 (2019-06-05)
87
+ ## 1.0.3 (June 5, 2019)
88
88
 
89
89
  Internal changes only (updated dependencies, documentation, etc.).
90
90
 
91
91
 
92
- ## 1.0.2 (2019-04-05)
92
+ ## 1.0.2 (April 4, 2019)
93
93
 
94
94
  Internal changes only (updated dependencies, documentation, etc.).
95
95
 
96
96
 
97
- ## 1.0.1 (2019-02-25)
97
+ ## 1.0.1 (February 5, 2019)
98
98
 
99
99
  Internal changes only (updated dependencies, documentation, etc.).
100
100
 
101
101
 
102
- ## 1.0.0 (2018-12-06)
102
+ ## 1.0.0 (December 6, 2018)
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 of two collaboration features: [real-time collaboration](https://ckeditor.com/collaboration/real-time/) and [comments](https://ckeditor.com/collaboration/comments/).
package/README.md CHANGED
@@ -19,7 +19,7 @@ As a licensed CKEditor 5 collaboration features user you can report bugs an
19
19
  ## License
20
20
 
21
21
  **CKEditor&nbsp;5 collaboration core**<br>
22
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
22
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
23
23
 
24
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-collaboration-core",
3
- "version": "0.0.0-nightly-20231129.0",
3
+ "version": "0.0.0-nightly-20231201.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-20231129.0",
34
+ "ckeditor5": "0.0.0-nightly-20231201.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 _0x352d=['editors','find','setPermissions','has','noPermissions','CommentsRepository','pluginName','comment:modify_all','forceDisabled','comment:admin','includes','config','collaboration.channelId','no-permissions','context','plugins','addCommentThread','enableReadOnlyMode','get'];(function(_0x5c765b,_0x352d1d){const _0x5e58c9=function(_0x4beb72){while(--_0x4beb72){_0x5c765b['push'](_0x5c765b['shift']());}};_0x5e58c9(++_0x352d1d);}(_0x352d,0x1e8));const _0x5e58=function(_0x5c765b,_0x352d1d){_0x5c765b=_0x5c765b-0x0;let _0x5e58c9=_0x352d[_0x5c765b];return _0x5e58c9;};import{ContextPlugin as _0x1c9a07,Editor as _0x554d5b}from'ckeditor5/src/core';import{CKEditorError as _0x157158}from'ckeditor5/src/utils';export default class n extends _0x1c9a07{static get[_0x5e58('0xc')](){return'Permissions';}[_0x5e58('0x8')](_0x37b0a2,_0x321066){let _0x565605;if(_0x321066||(_0x321066=this[_0x5e58('0x1')][_0x5e58('0x11')]['get'](_0x5e58('0x12'))),this[_0x5e58('0x1')]['config']['get']('collaboration.channelId')==_0x321066?_0x565605=this[_0x5e58('0x1')]:_0x5e58('0x6')in this[_0x5e58('0x1')]&&this[_0x5e58('0x1')][_0x5e58('0x6')]&&(_0x565605=this[_0x5e58('0x1')]['editors'][_0x5e58('0x7')](_0x497914=>_0x497914[_0x5e58('0x11')][_0x5e58('0x5')](_0x5e58('0x12'))==_0x321066)),!_0x565605)throw new _0x157158('permissions-set-permissions-invalid-channel-id',null);const _0x5a0e96=_0x565605[_0x5e58('0x2')],_0x3158d5=_0x5a0e96[_0x5e58('0x9')](_0x5e58('0xb'))?_0x5a0e96[_0x5e58('0x5')](_0x5e58('0xb')):void 0x0,_0x7c7e50=_0x5a0e96['has']('CommentsOnly')&&_0x5a0e96[_0x5e58('0x5')]('CommentsOnly'),_0x2b9a8f=_0x37b0a2['includes']('document:write'),_0x552031=_0x37b0a2[_0x5e58('0x10')](_0x5e58('0xd')),_0x3ff8d2=_0x37b0a2[_0x5e58('0x10')](_0x5e58('0xf')),_0x1f7ec7=_0x37b0a2[_0x5e58('0x10')]('comment:write'),_0x389b80=_0x1f7ec7||_0x3ff8d2,_0x45d9c7=_0x389b80||_0x552031,_0x81297b=_0x2b9a8f||_0x389b80;(_0x7c7e50&&(_0x7c7e50['isEnabled']=!_0x2b9a8f&&_0x45d9c7),_0x565605 instanceof _0x554d5b)&&(!(_0x2b9a8f||_0x45d9c7&&_0x3158d5)?_0x565605[_0x5e58('0x4')](_0x5e58('0x0')):_0x565605['disableReadOnlyMode'](_0x5e58('0x0')));if(_0x3158d5){_0x3158d5['setPermissions']({'admin':_0x3ff8d2,'modifyAll':_0x552031,'write':_0x1f7ec7,'resolve':_0x81297b},_0x321066);const _0x98a137=_0x565605 instanceof _0x554d5b&&_0x565605['commands'][_0x5e58('0x5')](_0x5e58('0x3'));_0x98a137&&(_0x389b80?_0x98a137['clearForceDisabled'](_0x5e58('0xa')):_0x98a137[_0x5e58('0xe')](_0x5e58('0xa')));}}}
23
+ const _0x2e25=['includes','has','Permissions','setPermissions','editors','context','no-permissions','addCommentThread','get','pluginName','find','clearForceDisabled','comment:modify_all','enableReadOnlyMode','CommentsRepository','forceDisabled','disableReadOnlyMode','collaboration.channelId','config','CommentsOnly','comment:admin'];(function(_0x5afb9e,_0x2e2571){const _0x122401=function(_0x22b74b){while(--_0x22b74b){_0x5afb9e['push'](_0x5afb9e['shift']());}};_0x122401(++_0x2e2571);}(_0x2e25,0x1e2));const _0x1224=function(_0x5afb9e,_0x2e2571){_0x5afb9e=_0x5afb9e-0x0;let _0x122401=_0x2e25[_0x5afb9e];return _0x122401;};import{ContextPlugin as _0x4e8822,Editor as _0x492c70}from'ckeditor5/src/core';import{CKEditorError as _0x31a0f3}from'ckeditor5/src/utils';export default class n extends _0x4e8822{static get[_0x1224('0xa')](){return _0x1224('0x3');}[_0x1224('0x4')](_0x2b08f0,_0x862490){let _0xc7a442;if(_0x862490||(_0x862490=this[_0x1224('0x6')]['config'][_0x1224('0x9')](_0x1224('0x12'))),this[_0x1224('0x6')]['config']['get'](_0x1224('0x12'))==_0x862490?_0xc7a442=this[_0x1224('0x6')]:'editors'in this[_0x1224('0x6')]&&this[_0x1224('0x6')][_0x1224('0x5')]&&(_0xc7a442=this[_0x1224('0x6')][_0x1224('0x5')][_0x1224('0xb')](_0x4cbb41=>_0x4cbb41[_0x1224('0x13')][_0x1224('0x9')](_0x1224('0x12'))==_0x862490)),!_0xc7a442)throw new _0x31a0f3('permissions-set-permissions-invalid-channel-id',null);const _0x575128=_0xc7a442['plugins'],_0x2682d=_0x575128[_0x1224('0x2')](_0x1224('0xf'))?_0x575128[_0x1224('0x9')](_0x1224('0xf')):void 0x0,_0x62fb09=_0x575128[_0x1224('0x2')](_0x1224('0x14'))&&_0x575128[_0x1224('0x9')]('CommentsOnly'),_0x36aad3=_0x2b08f0[_0x1224('0x1')]('document:write'),_0x20a3a7=_0x2b08f0['includes'](_0x1224('0xd')),_0x4a6dcd=_0x2b08f0['includes'](_0x1224('0x0')),_0x4b6351=_0x2b08f0['includes']('comment:write'),_0x5bd3de=_0x4b6351||_0x4a6dcd,_0x3b5b17=_0x5bd3de||_0x20a3a7,_0x13c990=_0x36aad3||_0x5bd3de;(_0x62fb09&&(_0x62fb09['isEnabled']=!_0x36aad3&&_0x3b5b17),_0xc7a442 instanceof _0x492c70)&&(!(_0x36aad3||_0x3b5b17&&_0x2682d)?_0xc7a442[_0x1224('0xe')](_0x1224('0x7')):_0xc7a442[_0x1224('0x11')]('no-permissions'));if(_0x2682d){_0x2682d['setPermissions']({'admin':_0x4a6dcd,'modifyAll':_0x20a3a7,'write':_0x4b6351,'resolve':_0x13c990},_0x862490);const _0x31c057=_0xc7a442 instanceof _0x492c70&&_0xc7a442['commands'][_0x1224('0x9')](_0x1224('0x8'));_0x31c057&&(_0x5bd3de?_0x31c057[_0x1224('0xc')]('noPermissions'):_0x31c057[_0x1224('0x10')]('noPermissions'));}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ee7=['div','ck-user__icon','name','ck-user','ck-user__notification','ck\x20ck-user__name\x20ck-user__name--hidden','extendTemplate','ck-user__img','setTemplate','notificationView','avatar','ck-user__anonymous','url(\x27','push','initials','content','isAnonymous'];(function(_0xfdae19,_0x2ee726){const _0x39047e=function(_0x46b43c){while(--_0x46b43c){_0xfdae19['push'](_0xfdae19['shift']());}};_0x39047e(++_0x2ee726);}(_0x2ee7,0xa6));const _0x3904=function(_0xfdae19,_0x2ee726){_0xfdae19=_0xfdae19-0x0;let _0x39047e=_0x2ee7[_0xfdae19];return _0x39047e;};import{View as _0x25eb44,IconView as _0x5eb354}from'ckeditor5/src/ui';import _0xbcf2ab from'../../../theme/icons/notification.svg';import'../../../theme/users.css';export default class C extends _0x25eb44{constructor(_0x41f4ed,_0x2b11c1,_0x26e8b3){super(_0x41f4ed),this[_0x3904('0x6')]=_0x2b11c1['name'],this[_0x3904('0xd')]=null;const _0x23c84d=['ck',_0x3904('0xb')];if(_0x2b11c1[_0x3904('0x3')]&&_0x23c84d[_0x3904('0x0')](_0x3904('0xf')),_0x2b11c1['avatar']&&_0x23c84d[_0x3904('0x0')]('ck-user__avatar'),_0x26e8b3){const _0x252387=new _0x5eb354();_0x252387[_0x3904('0xa')]({'attributes':{'class':[_0x3904('0x5')]}}),_0x252387[_0x3904('0x2')]=_0xbcf2ab,this[_0x3904('0xd')]={'tag':_0x3904('0x4'),'attributes':{'class':['ck',_0x3904('0x8')],'data-cke-tooltip-position':'n','data-cke-tooltip-text':_0x26e8b3},'children':[_0x252387]};}const _0x4a877e=[{'tag':_0x3904('0x4'),'attributes':{'class':_0x23c84d,'style':{'background-image':_0x2b11c1[_0x3904('0xe')]?_0x3904('0x10')+_0x2b11c1[_0x3904('0xe')]+'\x27)':''}}},{'tag':'div','attributes':{'class':_0x2b11c1[_0x3904('0xe')]?_0x3904('0x9'):'ck\x20ck-user__name'},'children':[{'text':_0x2b11c1[_0x3904('0x1')]}]}];this[_0x3904('0xd')]&&_0x4a877e[_0x3904('0x0')](this[_0x3904('0xd')]),this[_0x3904('0xc')]({'tag':_0x3904('0x4'),'attributes':{'class':['ck',_0x3904('0x7')],'data-user-id':_0x2b11c1['id']},'children':_0x4a877e});}}
23
+ const _0x436b=['name','ck-user','ck-user__notification','ck\x20ck-user__name\x20ck-user__name--hidden','ck-user__anonymous','setTemplate','div','ck\x20ck-user__name','ck-user__img','isAnonymous','push','notificationView','avatar','url(\x27','initials'];(function(_0x3b3576,_0x436bd2){const _0x1c5b09=function(_0xe688d3){while(--_0xe688d3){_0x3b3576['push'](_0x3b3576['shift']());}};_0x1c5b09(++_0x436bd2);}(_0x436b,0x15c));const _0x1c5b=function(_0x3b3576,_0x436bd2){_0x3b3576=_0x3b3576-0x0;let _0x1c5b09=_0x436b[_0x3b3576];return _0x1c5b09;};import{View as _0x1b42a6,IconView as _0x1bc3a2}from'ckeditor5/src/ui';import _0x2a5022 from'../../../theme/icons/notification.svg';import'../../../theme/users.css';export default class C extends _0x1b42a6{constructor(_0x16cd76,_0x7a9ecc,_0x3ff3e5){super(_0x16cd76),this[_0x1c5b('0xc')]=_0x7a9ecc[_0x1c5b('0xc')],this['notificationView']=null;const _0x180693=['ck',_0x1c5b('0x5')];if(_0x7a9ecc[_0x1c5b('0x6')]&&_0x180693[_0x1c5b('0x7')](_0x1c5b('0x1')),_0x7a9ecc['avatar']&&_0x180693['push']('ck-user__avatar'),_0x3ff3e5){const _0x149134=new _0x1bc3a2();_0x149134['extendTemplate']({'attributes':{'class':['ck-user__icon']}}),_0x149134['content']=_0x2a5022,this['notificationView']={'tag':_0x1c5b('0x3'),'attributes':{'class':['ck',_0x1c5b('0xe')],'data-cke-tooltip-position':'n','data-cke-tooltip-text':_0x3ff3e5},'children':[_0x149134]};}const _0x3985b2=[{'tag':'div','attributes':{'class':_0x180693,'style':{'background-image':_0x7a9ecc[_0x1c5b('0x9')]?_0x1c5b('0xa')+_0x7a9ecc[_0x1c5b('0x9')]+'\x27)':''}}},{'tag':_0x1c5b('0x3'),'attributes':{'class':_0x7a9ecc[_0x1c5b('0x9')]?_0x1c5b('0x0'):_0x1c5b('0x4')},'children':[{'text':_0x7a9ecc[_0x1c5b('0xb')]}]}];this[_0x1c5b('0x8')]&&_0x3985b2[_0x1c5b('0x7')](this[_0x1c5b('0x8')]),this[_0x1c5b('0x2')]({'tag':_0x1c5b('0x3'),'attributes':{'class':['ck',_0x1c5b('0xd')],'data-user-id':_0x7a9ecc['id']},'children':_0x3985b2});}}
package/src/users.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c98=['ck-user__selection--','getSelectionClass','split','length','Anonymous','getUser','Users','users-me-missing-user','defineMe','_getInitial','color','licenseKeyInvalid','addUser','name','avatar','getOperationAuthor','trial-license-key-reached-limit-time','users-me-already-defined','trial-license-key-reached-limit-revisions','isAnonymous','users.anonymousUserId','_myId','licenseKeyValid','_isAnonymous','decorate','ck-user__marker--','licenseKeyTrial','licenseKey','users.colorsCount','string','config','charAt','users','getMarkerClass','useAnonymousUser','licenseKeyTrialLimit:time','_licenseKeyCheckInterval','_lastColor','init','invalid-license-key','define','initials','_id','licenseKeyTrialLimit:operations','locale','ck-user__bg-color--','context','trim','_getNextColor','destroy','get','info','requires','has','_locale','_addAnonymousUser','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.','licenseKeyTrialLimit:revisions','users-add-duplicated-id'];(function(_0x297f92,_0x3c981d){const _0x4b9783=function(_0x5ce4e4){while(--_0x5ce4e4){_0x297f92['push'](_0x297f92['shift']());}};_0x4b9783(++_0x3c981d);}(_0x3c98,0x112));const _0x4b97=function(_0x297f92,_0x3c981d){_0x297f92=_0x297f92-0x0;let _0x4b9783=_0x3c98[_0x297f92];return _0x4b9783;};import{ContextPlugin as _0x1040c4}from'ckeditor5/src/core';import{Collection as _0x17ffbe,CKEditorError as _0x3f277f}from'ckeditor5/src/utils';import _0x325f52 from'./permissions';import{getTranslation as _0x56d67d}from'./utils/common-translations';import'../theme/usercolors.css';export default class l extends _0x1040c4{static get['pluginName'](){return _0x4b97('0x1b');}static get[_0x4b97('0xe')](){return[_0x325f52];}constructor(_0x47462a){super(_0x47462a),this['context']['config'][_0x4b97('0x2')](_0x4b97('0x29'),'anonymous-user'),this[_0x4b97('0x8')][_0x4b97('0x33')][_0x4b97('0x2')]('users.colorsCount',0x8),this[_0x4b97('0x35')]=new _0x17ffbe(),this['_locale']=_0x47462a[_0x4b97('0x6')],this['_licenseKeyCheckInterval']=null,this[_0x4b97('0x3a')]=0x0,this['_myId']=null,this[_0x4b97('0x2d')](_0x4b97('0x24'));}[_0x4b97('0x0')](){const _0x4f3e64=this['context'];this['licenseKey']=_0x4f3e64[_0x4b97('0x33')]['get'](_0x4b97('0x30'));const _0x19613a=[_0x4b97('0x2f'),'licenseKeyInvalid','licenseKeyValid','licenseKeyTrialLimit:operations',_0x4b97('0x38'),_0x4b97('0x13')];this[_0x4b97('0x39')]=setInterval(()=>{let _0x54e437;for(const _0x1a5d94 in _0x4f3e64){const _0x37e282=_0x4f3e64[_0x1a5d94];if(_0x19613a['includes'](_0x37e282)){delete _0x4f3e64[_0x1a5d94],_0x54e437=_0x37e282;break;}}if(_0x4b97('0x20')===_0x54e437)throw clearInterval(this['_licenseKeyCheckInterval']),new _0x3f277f(_0x4b97('0x1'),null);if(_0x4b97('0x2f')===_0x54e437&&console[_0x4b97('0xd')](_0x4b97('0x12')),_0x4b97('0x5')===_0x54e437)throw clearInterval(this[_0x4b97('0x39')]),new _0x3f277f('trial-license-key-reached-limit-changes',null);if(_0x4b97('0x38')===_0x54e437)throw clearInterval(this['_licenseKeyCheckInterval']),new _0x3f277f(_0x4b97('0x25'),null);if(_0x4b97('0x13')===_0x54e437)throw clearInterval(this[_0x4b97('0x39')]),new _0x3f277f(_0x4b97('0x27'),null);_0x4b97('0x2b')===_0x54e437&&clearInterval(this[_0x4b97('0x39')]);},0x3e8),this[_0x4b97('0x11')]();}get['me'](){return null==this['_myId']?null:this[_0x4b97('0x1a')](this[_0x4b97('0x2a')]);}[_0x4b97('0x21')]({id:_0x525a44,name:_0x28a220,..._0x2a54d4}){if(!_0x525a44||_0x4b97('0x32')!=typeof _0x525a44)throw new _0x3f277f('users-add-invalid-id');if(this[_0x4b97('0x35')][_0x4b97('0xf')](_0x525a44))throw new _0x3f277f(_0x4b97('0x14'),null,{'id':_0x525a44});const _0x398de0={..._0x2a54d4,'id':_0x525a44,'name':a(this[_0x4b97('0x10')],_0x28a220),'color':this[_0x4b97('0xa')]()};_0x398de0['name']=a(this['_locale'],_0x398de0['name']);const _0x38d1de=new User(_0x398de0);return this[_0x4b97('0x35')]['add'](_0x38d1de),_0x38d1de;}[_0x4b97('0x1a')](_0x1ede43){return this[_0x4b97('0x35')][_0x4b97('0xc')](_0x1ede43);}[_0x4b97('0x37')](){const _0x557f43=this[_0x4b97('0x8')][_0x4b97('0x33')][_0x4b97('0xc')](_0x4b97('0x29'));this['_myId']||this[_0x4b97('0x1d')](_0x557f43);}[_0x4b97('0x1d')](_0x4a1d17){if(this[_0x4b97('0x2a')])throw new _0x3f277f(_0x4b97('0x26'),null);if(!this['getUser'](_0x4a1d17))throw new _0x3f277f(_0x4b97('0x1c'),null);this[_0x4b97('0x2a')]=_0x4a1d17;}[_0x4b97('0x24')](){return this['me'];}[_0x4b97('0xb')](){super['destroy'](),clearInterval(this[_0x4b97('0x39')]);}['_getNextColor'](){const _0x21fc93=this[_0x4b97('0x8')][_0x4b97('0x33')]['get'](_0x4b97('0x31'));return this[_0x4b97('0x3a')]>=_0x21fc93&&(this[_0x4b97('0x3a')]=0x0),new u(this[_0x4b97('0x3a')]++);}[_0x4b97('0x11')](){const _0x577cef=this[_0x4b97('0x8')][_0x4b97('0x33')][_0x4b97('0xc')]('users.anonymousUserId');this[_0x4b97('0x21')]({'id':_0x577cef,'name':_0x56d67d(this['_locale'],'Anonymous')})[_0x4b97('0x2c')]=!0x0;}}export class User{constructor(_0x42e029){this['id']=_0x42e029['id'],this[_0x4b97('0x1f')]=_0x42e029['color'],this['name']=_0x42e029[_0x4b97('0x22')],this['avatar']=_0x42e029[_0x4b97('0x23')],this[_0x4b97('0x2c')]=!0x1;}get[_0x4b97('0x28')](){return this[_0x4b97('0x2c')];}get[_0x4b97('0x3')](){const _0xed4a2f=this[_0x4b97('0x22')][_0x4b97('0x17')]('\x20');return 0x1===_0xed4a2f[_0x4b97('0x18')]?this[_0x4b97('0x1e')](_0xed4a2f[0x0]):this[_0x4b97('0x1e')](_0xed4a2f[0x0])+this[_0x4b97('0x1e')](_0xed4a2f[_0xed4a2f[_0x4b97('0x18')]-0x1]);}[_0x4b97('0x1e')](_0x381f63){return _0x381f63[_0x4b97('0x34')](0x0)['toUpperCase']();}}function a(_0x9122be,_0x4dbd7c=''){return''==(_0x4dbd7c=_0x4dbd7c[_0x4b97('0x9')]())?_0x56d67d(_0x9122be,_0x4b97('0x19')):_0x4dbd7c;}class u{constructor(_0x1f675a){this[_0x4b97('0x4')]=_0x1f675a;}['getBackgroundColorClass'](){return _0x4b97('0x7')+this[_0x4b97('0x4')];}[_0x4b97('0x16')](){return _0x4b97('0x15')+this[_0x4b97('0x4')];}[_0x4b97('0x36')](){return _0x4b97('0x2e')+this['_id'];}}
23
+ const _0x14af=['destroy','_getNextColor','ck-user__bg-color--','licenseKeyTrial','users.anonymousUserId','info','trial-license-key-reached-limit-revisions','has','trim','define','anonymous-user','trial-license-key-reached-limit-changes','_id','get','locale','ck-user__marker--','context','initials','getUser','Anonymous','config','isAnonymous','color','users.colorsCount','_licenseKeyCheckInterval','_myId','addUser','defineMe','decorate','licenseKeyInvalid','_isAnonymous','useAnonymousUser','getOperationAuthor','toUpperCase','add','length','invalid-license-key','licenseKeyTrialLimit:time','ck-user__selection--','getSelectionClass','Users','avatar','name','licenseKeyTrialLimit:revisions','_locale','users-add-invalid-id','init','users','_addAnonymousUser','_getInitial','pluginName','_lastColor','licenseKeyValid'];(function(_0x995cd6,_0x14afd3){const _0x3e0966=function(_0x414dda){while(--_0x414dda){_0x995cd6['push'](_0x995cd6['shift']());}};_0x3e0966(++_0x14afd3);}(_0x14af,0x8c));const _0x3e09=function(_0x995cd6,_0x14afd3){_0x995cd6=_0x995cd6-0x0;let _0x3e0966=_0x14af[_0x995cd6];return _0x3e0966;};import{ContextPlugin as _0x5eb857}from'ckeditor5/src/core';import{Collection as _0x3040ba,CKEditorError as _0x6516db}from'ckeditor5/src/utils';import _0x30e071 from'./permissions';import{getTranslation as _0x3e8277}from'./utils/common-translations';import'../theme/usercolors.css';export default class l extends _0x5eb857{static get[_0x3e09('0x10')](){return _0x3e09('0x6');}static get['requires'](){return[_0x30e071];}constructor(_0x43685a){super(_0x43685a),this[_0x3e09('0x23')][_0x3e09('0x27')][_0x3e09('0x1c')]('users.anonymousUserId',_0x3e09('0x1d')),this[_0x3e09('0x23')][_0x3e09('0x27')]['define'](_0x3e09('0x2a'),0x8),this[_0x3e09('0xd')]=new _0x3040ba(),this[_0x3e09('0xa')]=_0x43685a[_0x3e09('0x21')],this['_licenseKeyCheckInterval']=null,this[_0x3e09('0x11')]=0x0,this[_0x3e09('0x2c')]=null,this[_0x3e09('0x2f')](_0x3e09('0x33'));}[_0x3e09('0xc')](){const _0xc6f445=this[_0x3e09('0x23')];this['licenseKey']=_0xc6f445[_0x3e09('0x27')]['get']('licenseKey');const _0x44fb94=[_0x3e09('0x16'),_0x3e09('0x30'),_0x3e09('0x12'),'licenseKeyTrialLimit:operations',_0x3e09('0x3'),_0x3e09('0x9')];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2dda4d;for(const _0x40ca3c in _0xc6f445){const _0x6cf8ad=_0xc6f445[_0x40ca3c];if(_0x44fb94['includes'](_0x6cf8ad)){delete _0xc6f445[_0x40ca3c],_0x2dda4d=_0x6cf8ad;break;}}if(_0x3e09('0x30')===_0x2dda4d)throw clearInterval(this[_0x3e09('0x2b')]),new _0x6516db(_0x3e09('0x2'),null);if(_0x3e09('0x16')===_0x2dda4d&&console[_0x3e09('0x18')]('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.'),'licenseKeyTrialLimit:operations'===_0x2dda4d)throw clearInterval(this[_0x3e09('0x2b')]),new _0x6516db(_0x3e09('0x1e'),null);if('licenseKeyTrialLimit:time'===_0x2dda4d)throw clearInterval(this[_0x3e09('0x2b')]),new _0x6516db('trial-license-key-reached-limit-time',null);if(_0x3e09('0x9')===_0x2dda4d)throw clearInterval(this['_licenseKeyCheckInterval']),new _0x6516db(_0x3e09('0x19'),null);_0x3e09('0x12')===_0x2dda4d&&clearInterval(this[_0x3e09('0x2b')]);},0x3e8),this[_0x3e09('0xe')]();}get['me'](){return null==this[_0x3e09('0x2c')]?null:this['getUser'](this[_0x3e09('0x2c')]);}[_0x3e09('0x2d')]({id:_0x5b96ea,name:_0x585fa2,..._0x28e365}){if(!_0x5b96ea||'string'!=typeof _0x5b96ea)throw new _0x6516db(_0x3e09('0xb'));if(this['users'][_0x3e09('0x1a')](_0x5b96ea))throw new _0x6516db('users-add-duplicated-id',null,{'id':_0x5b96ea});const _0x4e0874={..._0x28e365,'id':_0x5b96ea,'name':a(this[_0x3e09('0xa')],_0x585fa2),'color':this['_getNextColor']()};_0x4e0874[_0x3e09('0x8')]=a(this['_locale'],_0x4e0874[_0x3e09('0x8')]);const _0x182636=new User(_0x4e0874);return this[_0x3e09('0xd')][_0x3e09('0x0')](_0x182636),_0x182636;}[_0x3e09('0x25')](_0x605ceb){return this[_0x3e09('0xd')]['get'](_0x605ceb);}[_0x3e09('0x32')](){const _0x29024f=this[_0x3e09('0x23')][_0x3e09('0x27')][_0x3e09('0x20')](_0x3e09('0x17'));this[_0x3e09('0x2c')]||this[_0x3e09('0x2e')](_0x29024f);}[_0x3e09('0x2e')](_0xaa1198){if(this[_0x3e09('0x2c')])throw new _0x6516db('users-me-already-defined',null);if(!this[_0x3e09('0x25')](_0xaa1198))throw new _0x6516db('users-me-missing-user',null);this[_0x3e09('0x2c')]=_0xaa1198;}[_0x3e09('0x33')](){return this['me'];}['destroy'](){super[_0x3e09('0x13')](),clearInterval(this[_0x3e09('0x2b')]);}[_0x3e09('0x14')](){const _0x5ca77e=this[_0x3e09('0x23')][_0x3e09('0x27')][_0x3e09('0x20')](_0x3e09('0x2a'));return this['_lastColor']>=_0x5ca77e&&(this[_0x3e09('0x11')]=0x0),new u(this['_lastColor']++);}[_0x3e09('0xe')](){const _0x43ee6d=this['context']['config'][_0x3e09('0x20')](_0x3e09('0x17'));this[_0x3e09('0x2d')]({'id':_0x43ee6d,'name':_0x3e8277(this[_0x3e09('0xa')],_0x3e09('0x26'))})['_isAnonymous']=!0x0;}}export class User{constructor(_0x5dc994){this['id']=_0x5dc994['id'],this[_0x3e09('0x29')]=_0x5dc994[_0x3e09('0x29')],this['name']=_0x5dc994[_0x3e09('0x8')],this[_0x3e09('0x7')]=_0x5dc994['avatar'],this[_0x3e09('0x31')]=!0x1;}get[_0x3e09('0x28')](){return this[_0x3e09('0x31')];}get[_0x3e09('0x24')](){const _0x38f95e=this['name']['split']('\x20');return 0x1===_0x38f95e[_0x3e09('0x1')]?this[_0x3e09('0xf')](_0x38f95e[0x0]):this[_0x3e09('0xf')](_0x38f95e[0x0])+this[_0x3e09('0xf')](_0x38f95e[_0x38f95e[_0x3e09('0x1')]-0x1]);}[_0x3e09('0xf')](_0x15cffa){return _0x15cffa['charAt'](0x0)[_0x3e09('0x34')]();}}function a(_0x49f7fc,_0x101aab=''){return''==(_0x101aab=_0x101aab[_0x3e09('0x1b')]())?_0x3e8277(_0x49f7fc,_0x3e09('0x26')):_0x101aab;}class u{constructor(_0x315d04){this[_0x3e09('0x1f')]=_0x315d04;}['getBackgroundColorClass'](){return _0x3e09('0x15')+this[_0x3e09('0x1f')];}[_0x3e09('0x5')](){return _0x3e09('0x4')+this[_0x3e09('0x1f')];}['getMarkerClass'](){return _0x3e09('0x22')+this[_0x3e09('0x1f')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x4db33e,_0x5b0e58){const t=_0x4db33e['t'];switch(_0x5b0e58){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(_0x4235ce,_0x351b14){const t=_0x4235ce['t'];switch(_0x351b14){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 _0x5640=['once','message','remove','_removeConfirm','cancel','locale','element','cancelConfirm','focus','render','set','fire','deregisterChild','showConfirm','submit','destroy','confirmView','isConfirm'];(function(_0x145cd0,_0x56404a){var _0x5672d1=function(_0x227697){while(--_0x227697){_0x145cd0['push'](_0x145cd0['shift']());}};_0x5672d1(++_0x56404a);}(_0x5640,0xb9));var _0x5672=function(_0x145cd0,_0x56404a){_0x145cd0=_0x145cd0-0x0;var _0x5672d1=_0x5640[_0x145cd0];return _0x5672d1;};import _0xdf09e0 from'./confirmview';export default function m(_0xc43b1d){return class extends _0xc43b1d{[_0x5672('0x8')](_0x2b4fcf,_0x56927e){return this[_0x5672('0xb')]=new _0xdf09e0(this[_0x5672('0x0')]),this[_0x5672('0xb')][_0x5672('0x4')](),this[_0x5672('0xb')][_0x5672('0xe')]=_0x2b4fcf,this[_0x5672('0xb')][_0x5672('0xd')]('cancel',()=>{this[_0x5672('0x10')]();}),this[_0x5672('0xb')]['once'](_0x5672('0x9'),()=>{this[_0x5672('0x10')]();}),_0x56927e['appendChild'](this[_0x5672('0xb')][_0x5672('0x1')]),this['registerChild'](this[_0x5672('0xb')]),this[_0x5672('0x1')][_0x5672('0x3')](),this[_0x5672('0x5')]('isConfirm',!0x0),new Promise(_0x36322e=>this[_0x5672('0xb')]['on'](_0x5672('0x9'),_0x36322e));}[_0x5672('0x2')](){this['isConfirm']&&this['confirmView'][_0x5672('0x6')](_0x5672('0x11'));}['_removeConfirm'](){this[_0x5672('0x1')]&&this['confirmView']&&this[_0x5672('0xb')][_0x5672('0x1')]&&(this[_0x5672('0x1')][_0x5672('0x3')](),this['confirmView']['element'][_0x5672('0xf')](),this[_0x5672('0x7')](this['confirmView']),this[_0x5672('0xc')]=!0x1,this[_0x5672('0xb')][_0x5672('0xa')](),this[_0x5672('0xb')]=void 0x0);}};}
23
+ var _0x43ff=['confirmView','cancel','deregisterChild','_removeConfirm','set','cancelConfirm','message','fire','submit','element','showConfirm','once','registerChild','isConfirm','appendChild','remove','destroy','focus'];(function(_0xcc7024,_0x43ff81){var _0x2ae83f=function(_0x5890f5){while(--_0x5890f5){_0xcc7024['push'](_0xcc7024['shift']());}};_0x2ae83f(++_0x43ff81);}(_0x43ff,0x99));var _0x2ae8=function(_0xcc7024,_0x43ff81){_0xcc7024=_0xcc7024-0x0;var _0x2ae83f=_0x43ff[_0xcc7024];return _0x2ae83f;};import _0x34bccd from'./confirmview';export default function m(_0x512b85){return class extends _0x512b85{[_0x2ae8('0x1')](_0x18b51f,_0x38437b){return this[_0x2ae8('0x9')]=new _0x34bccd(this['locale']),this[_0x2ae8('0x9')]['render'](),this[_0x2ae8('0x9')][_0x2ae8('0xf')]=_0x18b51f,this[_0x2ae8('0x9')][_0x2ae8('0x2')](_0x2ae8('0xa'),()=>{this[_0x2ae8('0xc')]();}),this[_0x2ae8('0x9')]['once'](_0x2ae8('0x11'),()=>{this[_0x2ae8('0xc')]();}),_0x38437b[_0x2ae8('0x5')](this['confirmView'][_0x2ae8('0x0')]),this[_0x2ae8('0x3')](this[_0x2ae8('0x9')]),this[_0x2ae8('0x0')][_0x2ae8('0x8')](),this[_0x2ae8('0xd')](_0x2ae8('0x4'),!0x0),new Promise(_0x2c1e62=>this[_0x2ae8('0x9')]['on'](_0x2ae8('0x11'),_0x2c1e62));}[_0x2ae8('0xe')](){this[_0x2ae8('0x4')]&&this[_0x2ae8('0x9')][_0x2ae8('0x10')](_0x2ae8('0xa'));}[_0x2ae8('0xc')](){this[_0x2ae8('0x0')]&&this[_0x2ae8('0x9')]&&this[_0x2ae8('0x9')][_0x2ae8('0x0')]&&(this[_0x2ae8('0x0')][_0x2ae8('0x8')](),this['confirmView'][_0x2ae8('0x0')][_0x2ae8('0x6')](),this[_0x2ae8('0xb')](this[_0x2ae8('0x9')]),this[_0x2ae8('0x4')]=!0x1,this[_0x2ae8('0x9')][_0x2ae8('0x7')](),this[_0x2ae8('0x9')]=void 0x0);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x54b4=['Yes','ck-thread__remove-confirm-actions','cancelView','fire','ck-thread__remove-confirm-','check','div','message','submit','submitView','set','Are\x20you\x20sure?','execute','label','cancel','ck-thread__remove-confirm-inner','setTemplate','_createButtonView','ck-thread__remove-confirm'];(function(_0x41f149,_0x54b409){const _0xb3f76=function(_0x6fb4c5){while(--_0x6fb4c5){_0x41f149['push'](_0x41f149['shift']());}};_0xb3f76(++_0x54b409);}(_0x54b4,0x179));const _0xb3f7=function(_0x41f149,_0x54b409){_0x41f149=_0x41f149-0x0;let _0xb3f76=_0x54b4[_0x41f149];return _0xb3f76;};import{View as _0x40f136,ButtonView as _0x3fe0c4}from'ckeditor5/src/ui';import{icons as _0x27cca8}from'ckeditor5/src/core';import{getTranslation as _0xab5510}from'./common-translations';export default class h extends _0x40f136{constructor(_0x53222a){super(_0x53222a);const _0x1c0295=this['bindTemplate'];this['submitView']=this['_createButtonView'](_0x53222a,_0xab5510(_0x53222a,_0xb3f7('0x3')),_0x27cca8[_0xb3f7('0x8')],_0xb3f7('0xb')),this[_0xb3f7('0x5')]=this[_0xb3f7('0x1')](_0x53222a,_0xab5510(_0x53222a,'No'),_0x27cca8[_0xb3f7('0x11')],_0xb3f7('0x11')),this[_0xb3f7('0xd')]('message',_0xab5510(_0x53222a,_0xb3f7('0xe'))),this[_0xb3f7('0x0')]({'tag':_0xb3f7('0x9'),'attributes':{'class':[_0xb3f7('0x2')]},'children':[{'tag':_0xb3f7('0x9'),'attributes':{'class':_0xb3f7('0x12')},'children':[{'tag':'p','children':[{'text':_0x1c0295['to'](_0xb3f7('0xa'))}]},{'tag':_0xb3f7('0x9'),'attributes':{'class':_0xb3f7('0x4')},'children':[this[_0xb3f7('0xc')],this[_0xb3f7('0x5')]]}]}]});}[_0xb3f7('0x1')](_0x40350e,_0x3de2c8,_0x4bc221,_0x45cad1){const _0x2848b3=new _0x3fe0c4(_0x40350e);return _0x2848b3[_0xb3f7('0x10')]=_0x3de2c8,_0x2848b3['icon']=_0x4bc221,_0x2848b3['extendTemplate']({'attributes':{'class':_0xb3f7('0x7')+_0x45cad1}}),_0x2848b3['on'](_0xb3f7('0xf'),()=>this[_0xb3f7('0x6')](_0x45cad1)),_0x2848b3;}}
23
+ const _0x252b=['div','cancelView','set','setTemplate','submitView','ck-thread__remove-confirm','icon','message','ck-thread__remove-confirm-inner','Are\x20you\x20sure?','cancel','fire','submit','ck-thread__remove-confirm-actions','check','_createButtonView','execute','bindTemplate'];(function(_0x400d5c,_0x252b47){const _0x3854cf=function(_0x2af2ec){while(--_0x2af2ec){_0x400d5c['push'](_0x400d5c['shift']());}};_0x3854cf(++_0x252b47);}(_0x252b,0x171));const _0x3854=function(_0x400d5c,_0x252b47){_0x400d5c=_0x400d5c-0x0;let _0x3854cf=_0x252b[_0x400d5c];return _0x3854cf;};import{View as _0x26d726,ButtonView as _0x3e0ad6}from'ckeditor5/src/ui';import{icons as _0x165e2d}from'ckeditor5/src/core';import{getTranslation as _0x1afaf7}from'./common-translations';export default class h extends _0x26d726{constructor(_0x1b91a0){super(_0x1b91a0);const _0x44c222=this[_0x3854('0x8')];this['submitView']=this['_createButtonView'](_0x1b91a0,_0x1afaf7(_0x1b91a0,'Yes'),_0x165e2d[_0x3854('0x5')],_0x3854('0x3')),this['cancelView']=this[_0x3854('0x6')](_0x1b91a0,_0x1afaf7(_0x1b91a0,'No'),_0x165e2d[_0x3854('0x1')],_0x3854('0x1')),this[_0x3854('0xb')](_0x3854('0x10'),_0x1afaf7(_0x1b91a0,_0x3854('0x0'))),this[_0x3854('0xc')]({'tag':_0x3854('0x9'),'attributes':{'class':[_0x3854('0xe')]},'children':[{'tag':_0x3854('0x9'),'attributes':{'class':_0x3854('0x11')},'children':[{'tag':'p','children':[{'text':_0x44c222['to']('message')}]},{'tag':_0x3854('0x9'),'attributes':{'class':_0x3854('0x4')},'children':[this[_0x3854('0xd')],this[_0x3854('0xa')]]}]}]});}[_0x3854('0x6')](_0x8a8963,_0x5509c4,_0xfe2ef7,_0x321194){const _0x10130c=new _0x3e0ad6(_0x8a8963);return _0x10130c['label']=_0x5509c4,_0x10130c[_0x3854('0xf')]=_0xfe2ef7,_0x10130c['extendTemplate']({'attributes':{'class':'ck-thread__remove-confirm-'+_0x321194}}),_0x10130c['on'](_0x3854('0x7'),()=>this[_0x3854('0x2')](_0x321194)),_0x10130c;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3a92=['MM-dd-yyyy\x20hh:mma','dateTimeFormat','string','invalid-date-time-format','\x27Today\x27\x20hh:mma','\x27Last\x27\x20EEEE\x20hh:mma','\x27Yesterday\x27\x20hh:mma'];(function(_0x43a159,_0x3a9256){const _0x1082b1=function(_0x42b303){while(--_0x42b303){_0x43a159['push'](_0x43a159['shift']());}};_0x1082b1(++_0x3a9256);}(_0x3a92,0x180));const _0x1082=function(_0x43a159,_0x3a9256){_0x43a159=_0x43a159-0x0;let _0x1082b1=_0x3a92[_0x43a159];return _0x1082b1;};import _0x21b8e5 from'date-fns/format';import _0x77750d from'date-fns/parseISO';import _0x4fd86d from'date-fns/differenceInCalendarDays';import{CKEditorError as _0x446f63}from'ckeditor5/src/utils';export default function E(_0x32db15={}){if(void 0x0!==_0x32db15[_0x1082('0x2')]&&'function'!=typeof _0x32db15[_0x1082('0x2')])throw new _0x446f63(_0x1082('0x4'));return _0x84803b=>{const _0x4a7131=_0x1082('0x3')==typeof _0x84803b?_0x77750d(_0x84803b):_0x84803b,_0x2dbca7=new Date(),_0x702f15=_0x4fd86d(_0x2dbca7,_0x4a7131);return _0x32db15[_0x1082('0x2')]?_0x32db15['dateTimeFormat'](_0x4a7131):_0x21b8e5(_0x4a7131,0x0===_0x702f15?_0x1082('0x5'):0x1===_0x702f15?_0x1082('0x0'):_0x702f15<0x7?_0x1082('0x6'):_0x1082('0x1'));};}
23
+ const _0x6026=['MM-dd-yyyy\x20hh:mma','\x27Yesterday\x27\x20hh:mma','\x27Last\x27\x20EEEE\x20hh:mma','invalid-date-time-format','dateTimeFormat','\x27Today\x27\x20hh:mma','function','string'];(function(_0x7f7b4e,_0x602668){const _0x5a4055=function(_0x175804){while(--_0x175804){_0x7f7b4e['push'](_0x7f7b4e['shift']());}};_0x5a4055(++_0x602668);}(_0x6026,0x85));const _0x5a40=function(_0x7f7b4e,_0x602668){_0x7f7b4e=_0x7f7b4e-0x0;let _0x5a4055=_0x6026[_0x7f7b4e];return _0x5a4055;};import _0x1befb1 from'date-fns/format';import _0x572f8f from'date-fns/parseISO';import _0x54c035 from'date-fns/differenceInCalendarDays';import{CKEditorError as _0x45d901}from'ckeditor5/src/utils';export default function E(_0x21fe56={}){if(void 0x0!==_0x21fe56[_0x5a40('0x7')]&&_0x5a40('0x1')!=typeof _0x21fe56[_0x5a40('0x7')])throw new _0x45d901(_0x5a40('0x6'));return _0x198b76=>{const _0xa8f2c5=_0x5a40('0x2')==typeof _0x198b76?_0x572f8f(_0x198b76):_0x198b76,_0x1cac5c=new Date(),_0x256f9c=_0x54c035(_0x1cac5c,_0xa8f2c5);return _0x21fe56[_0x5a40('0x7')]?_0x21fe56[_0x5a40('0x7')](_0xa8f2c5):_0x1befb1(_0xa8f2c5,0x0===_0x256f9c?_0x5a40('0x0'):0x1===_0x256f9c?_0x5a40('0x4'):_0x256f9c<0x7?_0x5a40('0x5'):_0x5a40('0x3'));};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4c0e=['view','mapper','length','values','getClientRects','map','push','sort','mapViewToDom','domElement','domConverter','name','markerNameToElements','filter'];(function(_0x3083e8,_0x4c0e0c){const _0xf3d5e5=function(_0xe63f6a){while(--_0xe63f6a){_0x3083e8['push'](_0x3083e8['shift']());}};_0xf3d5e5(++_0x4c0e0c);}(_0x4c0e,0x12f));const _0xf3d5=function(_0x3083e8,_0x4c0e0c){_0x3083e8=_0x3083e8-0x0;let _0xf3d5e5=_0x4c0e[_0x3083e8];return _0xf3d5e5;};import{first as _0x5c982a}from'ckeditor5/src/utils';export default function k(_0x36f0d5,_0x4ccc69){const _0x6485bb=_0x36f0d5[_0xf3d5('0x6')][_0xf3d5('0x3')](_0x4ccc69[_0xf3d5('0x2')]);if(!_0x6485bb)return null;const _0x2e570d=_0x5c982a(_0x6485bb[_0xf3d5('0x8')]());return _0x36f0d5[_0xf3d5('0x5')][_0xf3d5('0x1')][_0xf3d5('0xd')](_0x2e570d)||null;}export function getAllMarkersDomElementsSorted(_0x4fc394,_0xb5197){if(0x0===_0xb5197[_0xf3d5('0x7')])return null;const _0x5577f4=[],_0x5c4943=_0x4fc394[_0xf3d5('0x5')][_0xf3d5('0x1')];for(const _0x3dc999 of _0xb5197){const _0x841312=_0x4fc394[_0xf3d5('0x6')][_0xf3d5('0x3')](_0x3dc999[_0xf3d5('0x2')]);if(!_0x841312)continue;const _0x228aa6=Array['from'](_0x841312)[_0xf3d5('0xa')](_0x37c4f1=>_0x5c4943['mapViewToDom'](_0x37c4f1))[_0xf3d5('0x4')](_0xb72b63=>!!_0xb72b63);_0x5577f4[_0xf3d5('0xb')](..._0x228aa6);}if(0x0===_0x5577f4[_0xf3d5('0x7')])return null;const _0x4dd263=[];for(const _0x5bb435 of _0x5577f4){const _0x2ccb3a=_0x5bb435[_0xf3d5('0x9')]()['item'](0x0);_0x2ccb3a&&_0x4dd263[_0xf3d5('0xb')]({'x':_0x2ccb3a['x'],'y':_0x2ccb3a['y'],'domElement':_0x5bb435});}return 0x0===_0x4dd263['length']?null:(_0x4dd263[_0xf3d5('0xc')]((_0x30681f,_0x30185f)=>_0x30681f['y']-_0x30185f['y']||_0x30681f['x']-_0x30185f['x']),_0x4dd263['map'](_0xf9059c=>_0xf9059c[_0xf3d5('0x0')]));}
23
+ const _0x2177=['view','map','name','push','length','markerNameToElements','mapViewToDom','domConverter','filter','item','sort','from','domElement'];(function(_0x4dfccc,_0x21777e){const _0x2b8755=function(_0x4131d7){while(--_0x4131d7){_0x4dfccc['push'](_0x4dfccc['shift']());}};_0x2b8755(++_0x21777e);}(_0x2177,0x1ab));const _0x2b87=function(_0x4dfccc,_0x21777e){_0x4dfccc=_0x4dfccc-0x0;let _0x2b8755=_0x2177[_0x4dfccc];return _0x2b8755;};import{first as _0x1ced76}from'ckeditor5/src/utils';export default function k(_0x3f3a68,_0x2bb5e1){const _0x1af957=_0x3f3a68['mapper']['markerNameToElements'](_0x2bb5e1[_0x2b87('0x4')]);if(!_0x1af957)return null;const _0x54df07=_0x1ced76(_0x1af957['values']());return _0x3f3a68['view'][_0x2b87('0x9')][_0x2b87('0x8')](_0x54df07)||null;}export function getAllMarkersDomElementsSorted(_0x24ffd5,_0x180bdb){if(0x0===_0x180bdb[_0x2b87('0x6')])return null;const _0x56b43b=[],_0x191494=_0x24ffd5[_0x2b87('0x2')][_0x2b87('0x9')];for(const _0x474b6c of _0x180bdb){const _0x21c54a=_0x24ffd5['mapper'][_0x2b87('0x7')](_0x474b6c[_0x2b87('0x4')]);if(!_0x21c54a)continue;const _0xd2da3f=Array[_0x2b87('0x0')](_0x21c54a)[_0x2b87('0x3')](_0x4a2578=>_0x191494[_0x2b87('0x8')](_0x4a2578))[_0x2b87('0xa')](_0x3a071a=>!!_0x3a071a);_0x56b43b[_0x2b87('0x5')](..._0xd2da3f);}if(0x0===_0x56b43b[_0x2b87('0x6')])return null;const _0x12310d=[];for(const _0x4a6202 of _0x56b43b){const _0x43a10c=_0x4a6202['getClientRects']()[_0x2b87('0xb')](0x0);_0x43a10c&&_0x12310d[_0x2b87('0x5')]({'x':_0x43a10c['x'],'y':_0x43a10c['y'],'domElement':_0x4a6202});}return 0x0===_0x12310d[_0x2b87('0x6')]?null:(_0x12310d[_0x2b87('0xc')]((_0x100e6e,_0x2156bb)=>_0x100e6e['y']-_0x2156bb['y']||_0x100e6e['x']-_0x2156bb['x']),_0x12310d[_0x2b87('0x3')](_0x4fd501=>_0x4fd501[_0x2b87('0x1')]));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x471a=['sort','object','charCodeAt','isArray','keys','number','string'];(function(_0x26184e,_0x471a40){const _0x2b448d=function(_0xa34afa){while(--_0xa34afa){_0x26184e['push'](_0x26184e['shift']());}};_0x2b448d(++_0x471a40);}(_0x471a,0x104));const _0x2b44=function(_0x26184e,_0x471a40){_0x26184e=_0x26184e-0x0;let _0x2b448d=_0x471a[_0x26184e];return _0x2b448d;};export default function b(_0x34e29b){let _0x130795=0x0,_0x5a9498=0x0;for(const _0x3f5d4a of g(_0x34e29b))_0x130795=(_0x130795<<0x5)-_0x130795+_0x3f5d4a,_0x130795&=_0x130795,[_0x130795,_0x5a9498]=[_0x5a9498,_0x130795];return O(_0x130795)+O(_0x5a9498);}function*j(_0x2e448a){_0x2e448a?'boolean'==typeof _0x2e448a?yield 0x1:Array[_0x2b44('0x2')](_0x2e448a)?yield*function*(_0x4e4491){for(const _0x5c2bbc of _0x4e4491)yield*j(_0x5c2bbc);}(_0x2e448a):_0x2b44('0x0')==typeof _0x2e448a?yield*g(_0x2e448a):_0x2b44('0x5')==typeof _0x2e448a?yield*A(_0x2e448a):_0x2b44('0x4')==typeof _0x2e448a&&(yield _0x2e448a):yield 0x0;}function*g(_0x59f7c6){if(yield M('{'),_0x59f7c6){const _0x3d60a6=Object[_0x2b44('0x3')](_0x59f7c6)[_0x2b44('0x6')]();for(const _0x201ecc of _0x3d60a6){yield*A(_0x201ecc),yield M(':');const _0x4772f3=_0x59f7c6[_0x201ecc];yield*j(_0x4772f3);}}yield M('}');}function*A(_0x4598c1){yield M('\x22');for(const _0x2f4ed8 of _0x4598c1)yield M(_0x2f4ed8);yield M('\x22');}function M(_0x480f7f){return _0x480f7f[_0x2b44('0x1')](0x0);}function O(_0x58813e){return(_0x58813e*=Math['sign'](_0x58813e))['toString'](0x24);}
23
+ const _0x13b2=['isArray','charCodeAt','string','toString','boolean','sign','number','object','sort','keys'];(function(_0x2572a6,_0x13b2b5){const _0x444368=function(_0x18d387){while(--_0x18d387){_0x2572a6['push'](_0x2572a6['shift']());}};_0x444368(++_0x13b2b5);}(_0x13b2,0x101));const _0x4443=function(_0x2572a6,_0x13b2b5){_0x2572a6=_0x2572a6-0x0;let _0x444368=_0x13b2[_0x2572a6];return _0x444368;};export default function b(_0x4fa7d9){let _0x2806c1=0x0,_0x275fc9=0x0;for(const _0x283bc7 of g(_0x4fa7d9))_0x2806c1=(_0x2806c1<<0x5)-_0x2806c1+_0x283bc7,_0x2806c1&=_0x2806c1,[_0x2806c1,_0x275fc9]=[_0x275fc9,_0x2806c1];return O(_0x2806c1)+O(_0x275fc9);}function*j(_0x2b6381){_0x2b6381?_0x4443('0x7')==typeof _0x2b6381?yield 0x1:Array[_0x4443('0x3')](_0x2b6381)?yield*function*(_0x23b9af){for(const _0xbe4b76 of _0x23b9af)yield*j(_0xbe4b76);}(_0x2b6381):_0x4443('0x0')==typeof _0x2b6381?yield*g(_0x2b6381):_0x4443('0x5')==typeof _0x2b6381?yield*A(_0x2b6381):_0x4443('0x9')==typeof _0x2b6381&&(yield _0x2b6381):yield 0x0;}function*g(_0x28c996){if(yield M('{'),_0x28c996){const _0x4892e3=Object[_0x4443('0x2')](_0x28c996)[_0x4443('0x1')]();for(const _0x248db0 of _0x4892e3){yield*A(_0x248db0),yield M(':');const _0x1cd34f=_0x28c996[_0x248db0];yield*j(_0x1cd34f);}}yield M('}');}function*A(_0x4e6515){yield M('\x22');for(const _0x3afc66 of _0x4e6515)yield M(_0x3afc66);yield M('\x22');}function M(_0x1dd327){return _0x1dd327[_0x4443('0x4')](0x0);}function O(_0x138b3d){return(_0x138b3d*=Math[_0x4443('0x8')](_0x138b3d))[_0x4443('0x6')](0x24);}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4747=['builtinPlugins','map','get','extraPlugins','WProofreader','pluginName','includes','toolbar','set','context','constructor','has','requires','DocumentOutline','removePlugins','Autosave','concat','plugins','length','string','from','find','_context','config','every','name'];(function(_0x14f786,_0x474781){const _0x282a9c=function(_0x1b9453){while(--_0x1b9453){_0x14f786['push'](_0x14f786['shift']());}};_0x282a9c(++_0x474781);}(_0x4747,0xbc));const _0x282a=function(_0x14f786,_0x474781){_0x14f786=_0x14f786-0x0;let _0x282a9c=_0x4747[_0x14f786];return _0x282a9c;};const w=['initialData',_0x282a('0x3'),_0x282a('0x1'),'rootsAttributes'],W=['WebSocketGateway','RevisionTracker',_0x282a('0x9'),'WordCount',_0x282a('0x7'),_0x282a('0x18')];function v(_0x35be8e,_0x2be077,_0x315da2,_0x3af824=[]){const _0x15bbf0=_0x282a('0xd')==typeof _0x35be8e?_0x315da2[_0x282a('0x16')](_0x35be8e)[_0x282a('0x4')]:_0x35be8e,_0x396629=_0x15bbf0['pluginName']||_0x15bbf0[_0x282a('0x13')];if(_0x2be077[_0x282a('0x5')](_0x396629))return _0x2be077[_0x282a('0x16')](_0x396629);if(_0x2be077[_0x282a('0x2')](_0x396629,!0x0),_0x396629&&W[_0x282a('0xa')](_0x3af824)[_0x282a('0x0')](_0x396629))return _0x2be077[_0x282a('0x2')](_0x396629,!0x1),!0x1;if(!_0x15bbf0[_0x282a('0x6')])return _0x2be077[_0x282a('0x2')](_0x396629,!0x0),!0x0;const _0x3ba292=_0x15bbf0[_0x282a('0x6')][_0x282a('0x12')](_0x4947e1=>v(_0x4947e1,_0x2be077,_0x315da2,_0x3af824));return _0x2be077[_0x282a('0x2')](_0x396629,_0x3ba292),_0x3ba292;}export default function D(_0x11ec0d,_0x33ff92){const _0x18b272={};for(const _0x1f8b7f of _0x11ec0d[_0x282a('0x11')]['names']())w[_0x282a('0x0')](_0x1f8b7f)||(_0x18b272[_0x1f8b7f]=_0x11ec0d[_0x282a('0x11')][_0x282a('0x16')](_0x1f8b7f));const _0x5881a1=_0x18b272[_0x282a('0xb')]||[],_0x82fe5c=_0x11ec0d['constructor'][_0x282a('0x14')]||[],_0x6651d6=_0x5881a1[_0x282a('0xc')]?_0x5881a1:_0x82fe5c,_0x38df59=_0x18b272['extraPlugins']||[];delete _0x18b272[_0x282a('0x17')];const _0x347313=_0x18b272['removePlugins']||[];delete _0x18b272[_0x282a('0x8')];const _0x50c007=_0x11ec0d[_0x282a('0x10')][_0x282a('0x11')][_0x282a('0x16')](_0x282a('0xb'))||[],_0x4a18c2=_0x6651d6['concat'](_0x38df59)[_0x282a('0xa')](_0x50c007)[_0x282a('0x15')](_0x550b50=>_0x282a('0xd')==typeof _0x550b50?_0x82fe5c[_0x282a('0xf')](_0x4c116e=>_0x4c116e[_0x282a('0x19')]==_0x550b50):_0x550b50)['filter'](_0x3a3968=>!_0x347313[_0x282a('0x0')](_0x3a3968)&&!_0x347313[_0x282a('0x0')](_0x3a3968[_0x282a('0x19')])),_0x109dce=Array[_0x282a('0xe')](new Set(_0x4a18c2)),_0x356f31=new Map();return _0x18b272[_0x282a('0xb')]=_0x109dce['filter'](_0x14eb06=>v(_0x14eb06,_0x356f31,_0x11ec0d['plugins'],_0x33ff92)),_0x18b272;}
23
+ const _0x1fd5=['concat','requires','map','extraPlugins','rootsAttributes','filter','initialData','get','Autosave','RevisionTracker','removePlugins','set','string','name','has','DocumentOutline','toolbar','builtinPlugins','length','WordCount','WProofreader','includes','pluginName','constructor','every','config','WebSocketGateway','context','plugins','names','_context','find'];(function(_0x36e8bf,_0x1fd571){const _0x42dd8b=function(_0x4bda90){while(--_0x4bda90){_0x36e8bf['push'](_0x36e8bf['shift']());}};_0x42dd8b(++_0x1fd571);}(_0x1fd5,0x14a));const _0x42dd=function(_0x36e8bf,_0x1fd571){_0x36e8bf=_0x36e8bf-0x0;let _0x42dd8b=_0x1fd5[_0x36e8bf];return _0x42dd8b;};const w=[_0x42dd('0x1c'),_0x42dd('0x11'),_0x42dd('0x6'),_0x42dd('0x1a')],W=[_0x42dd('0x10'),_0x42dd('0x1f'),_0x42dd('0x1e'),_0x42dd('0x9'),_0x42dd('0x5'),_0x42dd('0xa')];function v(_0x12a3c6,_0x434046,_0x5e26ba,_0x49b8cd=[]){const _0x3a8e06=_0x42dd('0x2')==typeof _0x12a3c6?_0x5e26ba[_0x42dd('0x1d')](_0x12a3c6)[_0x42dd('0xd')]:_0x12a3c6,_0x1fdfc=_0x3a8e06[_0x42dd('0xc')]||_0x3a8e06[_0x42dd('0x3')];if(_0x434046[_0x42dd('0x4')](_0x1fdfc))return _0x434046[_0x42dd('0x1d')](_0x1fdfc);if(_0x434046['set'](_0x1fdfc,!0x0),_0x1fdfc&&W[_0x42dd('0x16')](_0x49b8cd)[_0x42dd('0xb')](_0x1fdfc))return _0x434046[_0x42dd('0x1')](_0x1fdfc,!0x1),!0x1;if(!_0x3a8e06[_0x42dd('0x17')])return _0x434046[_0x42dd('0x1')](_0x1fdfc,!0x0),!0x0;const _0x21497c=_0x3a8e06[_0x42dd('0x17')][_0x42dd('0xe')](_0x3ecfd4=>v(_0x3ecfd4,_0x434046,_0x5e26ba,_0x49b8cd));return _0x434046[_0x42dd('0x1')](_0x1fdfc,_0x21497c),_0x21497c;}export default function D(_0x1ab2ce,_0x62b416){const _0x479c01={};for(const _0x26ed57 of _0x1ab2ce[_0x42dd('0xf')][_0x42dd('0x13')]())w[_0x42dd('0xb')](_0x26ed57)||(_0x479c01[_0x26ed57]=_0x1ab2ce['config'][_0x42dd('0x1d')](_0x26ed57));const _0x546c62=_0x479c01[_0x42dd('0x12')]||[],_0x175be7=_0x1ab2ce[_0x42dd('0xd')][_0x42dd('0x7')]||[],_0x4b2ecf=_0x546c62[_0x42dd('0x8')]?_0x546c62:_0x175be7,_0x41bba5=_0x479c01[_0x42dd('0x19')]||[];delete _0x479c01[_0x42dd('0x19')];const _0x5e9258=_0x479c01[_0x42dd('0x0')]||[];delete _0x479c01[_0x42dd('0x0')];const _0x4ca02b=_0x1ab2ce[_0x42dd('0x14')][_0x42dd('0xf')][_0x42dd('0x1d')]('plugins')||[],_0x52f5d3=_0x4b2ecf['concat'](_0x41bba5)[_0x42dd('0x16')](_0x4ca02b)[_0x42dd('0x18')](_0x525b86=>_0x42dd('0x2')==typeof _0x525b86?_0x175be7[_0x42dd('0x15')](_0x570c61=>_0x570c61[_0x42dd('0xc')]==_0x525b86):_0x525b86)['filter'](_0x2d7ab7=>!_0x5e9258['includes'](_0x2d7ab7)&&!_0x5e9258[_0x42dd('0xb')](_0x2d7ab7[_0x42dd('0xc')])),_0x8e99d1=Array['from'](new Set(_0x52f5d3)),_0x1c677b=new Map();return _0x479c01[_0x42dd('0x12')]=_0x8e99d1[_0x42dd('0x1b')](_0x170de5=>v(_0x170de5,_0x1c677b,_0x1ab2ce[_0x42dd('0x12')],_0x62b416)),_0x479c01;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5bc9=['change:range','document','containsPosition','length','getRange','markers','focus','push','includes','isEqual','end'];(function(_0x2b3159,_0x5bc97c){const _0x2f3a07=function(_0x12acb){while(--_0x12acb){_0x2b3159['push'](_0x2b3159['shift']());}};_0x2f3a07(++_0x5bc97c);}(_0x5bc9,0x119));const _0x2f3a=function(_0x2b3159,_0x5bc97c){_0x2b3159=_0x2b3159-0x0;let _0x2f3a07=_0x5bc9[_0x2b3159];return _0x2f3a07;};export default function q(_0x4dc58d,_0xd6cba6){const _0x2cec9e=[];_0x4dc58d[_0x2f3a('0x6')]['selection']['on'](_0x2f3a('0x5'),()=>{const _0xfefaaa=function(_0x3122bc,_0xec983d){const _0x154df1=[];for(const _0x4fb12b of _0x3122bc[_0x2f3a('0xa')]){const _0x16bd52=_0x4fb12b[_0x2f3a('0x9')]();(_0x16bd52[_0x2f3a('0x7')](_0xec983d)||_0x16bd52['start'][_0x2f3a('0x3')](_0xec983d)||_0x16bd52[_0x2f3a('0x4')]['isEqual'](_0xec983d))&&_0x154df1[_0x2f3a('0x1')](_0x4fb12b);}return _0x154df1;}(_0x4dc58d,_0x4dc58d[_0x2f3a('0x6')]['selection'][_0x2f3a('0x0')]),_0xc696b1=[],_0x525eaa=[],_0x5434d7=[];for(const _0xd2eb96 of _0x2cec9e)_0xfefaaa[_0x2f3a('0x2')](_0xd2eb96)||_0xc696b1[_0x2f3a('0x1')](_0xd2eb96);for(const _0x31d3d6 of _0xfefaaa)_0x2cec9e[_0x2f3a('0x2')](_0x31d3d6)||_0x525eaa['push'](_0x31d3d6),_0x5434d7[_0x2f3a('0x1')](_0x31d3d6);(_0xc696b1[_0x2f3a('0x8')]||_0x525eaa[_0x2f3a('0x8')])&&_0xd6cba6({'left':_0xc696b1,'entered':_0x525eaa}),_0x2cec9e['length']=0x0,_0x2cec9e['push'](..._0x5434d7);});}
23
+ const _0x53fa=['includes','length','markers','isEqual','selection','containsPosition','start','end','push','change:range','focus'];(function(_0x4cda11,_0x53fa18){const _0x32357c=function(_0x1e503f){while(--_0x1e503f){_0x4cda11['push'](_0x4cda11['shift']());}};_0x32357c(++_0x53fa18);}(_0x53fa,0x1a7));const _0x3235=function(_0x4cda11,_0x53fa18){_0x4cda11=_0x4cda11-0x0;let _0x32357c=_0x53fa[_0x4cda11];return _0x32357c;};export default function q(_0x3d6dbb,_0xcd2522){const _0x40deb1=[];_0x3d6dbb['document'][_0x3235('0xa')]['on'](_0x3235('0x4'),()=>{const _0x45c000=function(_0x3303bc,_0xd7ee1f){const _0x37f7a6=[];for(const _0x27bb93 of _0x3303bc[_0x3235('0x8')]){const _0xf4ea9=_0x27bb93['getRange']();(_0xf4ea9[_0x3235('0x0')](_0xd7ee1f)||_0xf4ea9[_0x3235('0x1')][_0x3235('0x9')](_0xd7ee1f)||_0xf4ea9[_0x3235('0x2')][_0x3235('0x9')](_0xd7ee1f))&&_0x37f7a6[_0x3235('0x3')](_0x27bb93);}return _0x37f7a6;}(_0x3d6dbb,_0x3d6dbb['document']['selection'][_0x3235('0x5')]),_0x379c08=[],_0x28dbb9=[],_0x3e0f05=[];for(const _0x26b7b2 of _0x40deb1)_0x45c000[_0x3235('0x6')](_0x26b7b2)||_0x379c08['push'](_0x26b7b2);for(const _0xddcacf of _0x45c000)_0x40deb1[_0x3235('0x6')](_0xddcacf)||_0x28dbb9[_0x3235('0x3')](_0xddcacf),_0x3e0f05[_0x3235('0x3')](_0xddcacf);(_0x379c08[_0x3235('0x7')]||_0x28dbb9[_0x3235('0x7')])&&_0xcd2522({'left':_0x379c08,'entered':_0x28dbb9}),_0x40deb1[_0x3235('0x7')]=0x0,_0x40deb1['push'](..._0x3e0f05);});}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2871=['startsWith','indexOf','length','push','match','replace','join','...','slice','split','substring'];(function(_0x2cef31,_0x287194){const _0x24f665=function(_0x20c651){while(--_0x20c651){_0x2cef31['push'](_0x2cef31['shift']());}};_0x24f665(++_0x287194);}(_0x2871,0x120));const _0x24f6=function(_0x2cef31,_0x287194){_0x2cef31=_0x2cef31-0x0;let _0x24f665=_0x2871[_0x2cef31];return _0x24f665;};export default function z(_0x564af1,{limit:_0x37fc39,suffix:_0x25c293=_0x24f6('0x5')}){const _0xb6f78=[];let _0x143441=0x0;const _0x5af57e=_0x564af1['replace'](/</g,'\x0a<')['replace'](/>/g,'>\x0a')[_0x24f6('0x3')](/^\n/g,'')[_0x24f6('0x3')](/\n$/g,'')[_0x24f6('0x7')]('\x0a');for(let _0x9614ee=0x0;_0x9614ee<_0x5af57e[_0x24f6('0x0')];_0x9614ee++){let _0x1c7731=_0x5af57e[_0x9614ee];const _0x4431e0=Z(_0x1c7731);if(_0x1c7731[_0x24f6('0x9')]('<')){if(_0x143441>=_0x37fc39){const _0x5992f8=_0x1c7731['match'](/[a-zA-Z]+/);if(!_0x5992f8){_0x5af57e[_0x9614ee]='';continue;}const _0x2f7f5c=_0x5992f8[0x0];_0x1c7731['startsWith']('</')?(_0xb6f78[_0x24f6('0x0')]&&(_0x1c7731=''),_0xb6f78['pop']()):(_0xb6f78[_0x24f6('0x1')](_0x2f7f5c),_0x1c7731='');}}else{if(_0x143441>=_0x37fc39)_0x1c7731='';else{if(_0x143441+_0x4431e0[_0x24f6('0x0')]>=_0x37fc39){let _0x4692ce=_0x37fc39-_0x143441;if('\x20'===_0x4431e0[_0x4692ce-0x1])_0x4692ce--;else{const _0x305633=_0x4431e0['slice'](_0x4692ce)[_0x24f6('0xa')]('\x20');-0x1!==_0x305633?_0x4692ce+=_0x305633:_0x4692ce=_0x1c7731[_0x24f6('0x0')];}_0x1c7731=_0x4431e0[_0x24f6('0x6')](0x0,_0x4692ce)['join']('')+_0x25c293,_0x143441=_0x37fc39;}else _0x143441+=_0x4431e0[_0x24f6('0x0')];}}_0x5af57e[_0x9614ee]=_0x1c7731;}return _0x5af57e[_0x24f6('0x4')]('\x0a')[_0x24f6('0x3')](/\n/g,'');}function Z(_0x44dd08){const _0x183b7c=[];for(let _0x151732=0x0;_0x151732<_0x44dd08[_0x24f6('0x0')];_0x151732++){const _0x1b1fb5=_0x44dd08[_0x24f6('0x8')](_0x151732)[_0x24f6('0x2')](/^&[a-z0-9#]+;/);if(_0x1b1fb5){const _0x36c352=_0x1b1fb5[0x0];_0x183b7c[_0x24f6('0x1')](_0x36c352),_0x151732+=_0x36c352[_0x24f6('0x0')]-0x1;}else _0x183b7c[_0x24f6('0x1')](_0x44dd08[_0x151732]);}return _0x183b7c;}
23
+ const _0x1f6d=['substring','startsWith','join','length','pop','indexOf','match','...','push','split','replace'];(function(_0x5f2243,_0x1f6d23){const _0x4000df=function(_0x3db371){while(--_0x3db371){_0x5f2243['push'](_0x5f2243['shift']());}};_0x4000df(++_0x1f6d23);}(_0x1f6d,0x1f4));const _0x4000=function(_0x5f2243,_0x1f6d23){_0x5f2243=_0x5f2243-0x0;let _0x4000df=_0x1f6d[_0x5f2243];return _0x4000df;};export default function z(_0x567bb5,{limit:_0x513501,suffix:_0x30b34d=_0x4000('0x2')}){const _0x20ee26=[];let _0x36ba6e=0x0;const _0x3b161a=_0x567bb5['replace'](/</g,'\x0a<')[_0x4000('0x5')](/>/g,'>\x0a')[_0x4000('0x5')](/^\n/g,'')[_0x4000('0x5')](/\n$/g,'')[_0x4000('0x4')]('\x0a');for(let _0x263019=0x0;_0x263019<_0x3b161a['length'];_0x263019++){let _0x26fc7d=_0x3b161a[_0x263019];const _0x5e57e6=Z(_0x26fc7d);if(_0x26fc7d[_0x4000('0x7')]('<')){if(_0x36ba6e>=_0x513501){const _0x4848c1=_0x26fc7d[_0x4000('0x1')](/[a-zA-Z]+/);if(!_0x4848c1){_0x3b161a[_0x263019]='';continue;}const _0x4f86d3=_0x4848c1[0x0];_0x26fc7d['startsWith']('</')?(_0x20ee26[_0x4000('0x9')]&&(_0x26fc7d=''),_0x20ee26[_0x4000('0xa')]()):(_0x20ee26['push'](_0x4f86d3),_0x26fc7d='');}}else{if(_0x36ba6e>=_0x513501)_0x26fc7d='';else{if(_0x36ba6e+_0x5e57e6[_0x4000('0x9')]>=_0x513501){let _0x263521=_0x513501-_0x36ba6e;if('\x20'===_0x5e57e6[_0x263521-0x1])_0x263521--;else{const _0xef26d5=_0x5e57e6['slice'](_0x263521)[_0x4000('0x0')]('\x20');-0x1!==_0xef26d5?_0x263521+=_0xef26d5:_0x263521=_0x26fc7d[_0x4000('0x9')];}_0x26fc7d=_0x5e57e6['slice'](0x0,_0x263521)[_0x4000('0x8')]('')+_0x30b34d,_0x36ba6e=_0x513501;}else _0x36ba6e+=_0x5e57e6[_0x4000('0x9')];}}_0x3b161a[_0x263019]=_0x26fc7d;}return _0x3b161a[_0x4000('0x8')]('\x0a')[_0x4000('0x5')](/\n/g,'');}function Z(_0x4b1616){const _0x3cd070=[];for(let _0x2f6833=0x0;_0x2f6833<_0x4b1616[_0x4000('0x9')];_0x2f6833++){const _0x31cc92=_0x4b1616[_0x4000('0x6')](_0x2f6833)[_0x4000('0x1')](/^&[a-z0-9#]+;/);if(_0x31cc92){const _0x5cc09f=_0x31cc92[0x0];_0x3cd070[_0x4000('0x3')](_0x5cc09f),_0x2f6833+=_0x5cc09f[_0x4000('0x9')]-0x1;}else _0x3cd070[_0x4000('0x3')](_0x4b1616[_0x2f6833]);}return _0x3cd070;}