@ckeditor/ckeditor5-comments 45.2.0-alpha.5 → 45.2.0-alpha.7
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/build/comments.js +1 -1
- package/dist/index.js +9 -9
- package/package.json +18 -18
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +3 -3
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/clipboard.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/integrations/showcommenthighlights.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/utils/createmutationobserver.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-comments",
|
|
3
|
-
"version": "45.2.0-alpha.
|
|
3
|
+
"version": "45.2.0-alpha.7",
|
|
4
4
|
"description": "Collaborative comments feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -45,23 +45,23 @@
|
|
|
45
45
|
"CHANGELOG.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@ckeditor/ckeditor5-clipboard": "45.2.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-collaboration-core": "45.2.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-core": "45.2.0-alpha.
|
|
51
|
-
"@ckeditor/ckeditor5-engine": "45.2.0-alpha.
|
|
52
|
-
"@ckeditor/ckeditor5-enter": "45.2.0-alpha.
|
|
53
|
-
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.
|
|
54
|
-
"@ckeditor/ckeditor5-paragraph": "45.2.0-alpha.
|
|
55
|
-
"@ckeditor/ckeditor5-select-all": "45.2.0-alpha.
|
|
56
|
-
"@ckeditor/ckeditor5-source-editing": "45.2.0-alpha.
|
|
57
|
-
"@ckeditor/ckeditor5-theme-lark": "45.2.0-alpha.
|
|
58
|
-
"@ckeditor/ckeditor5-typing": "45.2.0-alpha.
|
|
59
|
-
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.
|
|
60
|
-
"@ckeditor/ckeditor5-undo": "45.2.0-alpha.
|
|
61
|
-
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.
|
|
62
|
-
"@ckeditor/ckeditor5-widget": "45.2.0-alpha.
|
|
63
|
-
"ckeditor5": "45.2.0-alpha.
|
|
64
|
-
"ckeditor5-collaboration": "45.2.0-alpha.
|
|
48
|
+
"@ckeditor/ckeditor5-clipboard": "45.2.0-alpha.7",
|
|
49
|
+
"@ckeditor/ckeditor5-collaboration-core": "45.2.0-alpha.7",
|
|
50
|
+
"@ckeditor/ckeditor5-core": "45.2.0-alpha.7",
|
|
51
|
+
"@ckeditor/ckeditor5-engine": "45.2.0-alpha.7",
|
|
52
|
+
"@ckeditor/ckeditor5-enter": "45.2.0-alpha.7",
|
|
53
|
+
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.7",
|
|
54
|
+
"@ckeditor/ckeditor5-paragraph": "45.2.0-alpha.7",
|
|
55
|
+
"@ckeditor/ckeditor5-select-all": "45.2.0-alpha.7",
|
|
56
|
+
"@ckeditor/ckeditor5-source-editing": "45.2.0-alpha.7",
|
|
57
|
+
"@ckeditor/ckeditor5-theme-lark": "45.2.0-alpha.7",
|
|
58
|
+
"@ckeditor/ckeditor5-typing": "45.2.0-alpha.7",
|
|
59
|
+
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.7",
|
|
60
|
+
"@ckeditor/ckeditor5-undo": "45.2.0-alpha.7",
|
|
61
|
+
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.7",
|
|
62
|
+
"@ckeditor/ckeditor5-widget": "45.2.0-alpha.7",
|
|
63
|
+
"ckeditor5": "45.2.0-alpha.7",
|
|
64
|
+
"ckeditor5-collaboration": "45.2.0-alpha.7",
|
|
65
65
|
"es-toolkit": "1.32.0"
|
|
66
66
|
},
|
|
67
67
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x32a134=_0x1c68;function _0x1c68(_0x48c4f4,_0x38010f){const _0x40c230=_0x40c2();return _0x1c68=function(_0x1c6827,_0x2c551d){_0x1c6827=_0x1c6827-0x1e9;let _0x566bc3=_0x40c230[_0x1c6827];return _0x566bc3;},_0x1c68(_0x48c4f4,_0x38010f);}(function(_0x2ac905,_0x2eb4cc){const _0x3360ca=_0x1c68,_0x386bf3=_0x2ac905();while(!![]){try{const _0x25a2f2=-parseInt(_0x3360ca(0x1fd))/0x1+-parseInt(_0x3360ca(0x1f6))/0x2+parseInt(_0x3360ca(0x1f1))/0x3+-parseInt(_0x3360ca(0x201))/0x4*(-parseInt(_0x3360ca(0x203))/0x5)+parseInt(_0x3360ca(0x1fb))/0x6+-parseInt(_0x3360ca(0x1fa))/0x7+-parseInt(_0x3360ca(0x1f9))/0x8;if(_0x25a2f2===_0x2eb4cc)break;else _0x386bf3['push'](_0x386bf3['shift']());}catch(_0x5c04e7){_0x386bf3['push'](_0x386bf3['shift']());}}}(_0x40c2,0x1b68b));import{ButtonView as _0x43eb9a,View as _0x580bc1}from'ckeditor5/src/ui.js';function _0x40c2(){const _0x836a50=['...','63075ZneZjm','ck-annotation-counter__badge--','extendTemplate','setTemplate','388JKVvAy','ck-annotation-counter__badge','7985kGaWxT','add','number','isDirty','bindTemplate','ck-annotation-counter','counterView','span','ck-annotation-counter__badge--edit-mode','children','385524lhUAuB','annotationType','icon','toString','bind','174838rtJaDc','set','_badge','1225080mqRaWn','628810rVwphq','1333854cFsbUq'];_0x40c2=function(){return _0x836a50;};return _0x40c2();}import{IconAddComment as _0x54b2b5}from'ckeditor5/src/icons.js';export default class C extends _0x43eb9a{[_0x32a134(0x1ed)];constructor(_0x2c9ed1){const _0x584a98=_0x32a134;super(_0x2c9ed1);const _0x47a8e5=this[_0x584a98(0x1eb)];this[_0x584a98(0x1f7)](_0x584a98(0x1ea),!0x1),this[_0x584a98(0x1f7)](_0x584a98(0x1e9),0x0),this[_0x584a98(0x1f5)](_0x584a98(0x1f8))['to'](this,_0x584a98(0x1ea),this,_0x584a98(0x1e9),(_0x21ea1d,_0x48dff5)=>_0x21ea1d?_0x584a98(0x1fc):_0x48dff5[_0x584a98(0x1f4)]()),this[_0x584a98(0x1f7)](_0x584a98(0x1f2),''),this[_0x584a98(0x1f3)]=_0x54b2b5,this[_0x584a98(0x1ff)]({'attributes':{'class':[_0x584a98(0x1ec)]}}),this[_0x584a98(0x1ed)]=new _0x580bc1(),this[_0x584a98(0x1ed)][_0x584a98(0x200)]({'tag':_0x584a98(0x1ee),'attributes':{'class':[_0x584a98(0x202),_0x47a8e5['to'](_0x584a98(0x1f2),_0x122a64=>_0x584a98(0x1fe)+_0x122a64),_0x47a8e5['if'](_0x584a98(0x1ea),_0x584a98(0x1ef))]},'children':[{'text':_0x47a8e5['to'](_0x584a98(0x1f8))}]}),this[_0x584a98(0x1f0)][_0x584a98(0x204)](this[_0x584a98(0x1ed)]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x14dbf9=_0xe391;(function(_0x46cca9,_0x5c9df2){const _0x764d1=_0xe391,_0xd4640b=_0x46cca9();while(!![]){try{const _0x2503ed=-parseInt(_0x764d1(0x1e7))/0x1+parseInt(_0x764d1(0x1f2))/0x2+-parseInt(_0x764d1(0x1f6))/0x3+-parseInt(_0x764d1(0x20d))/0x4+parseInt(_0x764d1(0x202))/0x5+-parseInt(_0x764d1(0x1ff))/0x6+parseInt(_0x764d1(0x1f0))/0x7*(parseInt(_0x764d1(0x201))/0x8);if(_0x2503ed===_0x5c9df2)break;else _0xd4640b['push'](_0xd4640b['shift']());}catch(_0x39f134){_0xd4640b['push'](_0xd4640b['shift']());}}}(_0x3f61,0x1e682));import{View as _0x584222}from'ckeditor5/src/ui.js';function _0x3f61(){const _0x9e4ed2=['isDirty','24kmQBLf','537970uiOfNK','clientHeight','focus','ck-annotation-wrapper','bindTemplate','presentation','first','length','element','content','clear','225760pAbyqE','div','setTemplate','type','isActive','mainView','keystrokes','207324oLgmIp','detach','height','createCollection','targetRect','_updateHeight','fire','focusTracker','add','1076803fSMEdJ','set','156ivgOHZ','arrowup','delegate','_mutationObserver','327480NYZFNP','attach','render','ck-annotation-wrapper--active','arrowdown','Esc','listenTo','ck-rounded-corners','destroy','430134HPQBox'];_0x3f61=function(){return _0x9e4ed2;};return _0x3f61();}function _0xe391(_0x4f83fc,_0xa742e){const _0x3f6152=_0x3f61();return _0xe391=function(_0xe39187,_0x171d57){_0xe39187=_0xe39187-0x1e3;let _0x6fe8a5=_0x3f6152[_0xe39187];return _0x6fe8a5;},_0xe391(_0x4f83fc,_0xa742e);}import{FocusTracker as _0x57f733,KeystrokeHandler as _0x2b3153,uid as _0x4bb25e}from'ckeditor5/src/utils.js';import _0x5917f8 from'../../utils/createmutationobserver.js';import'../../../theme/annotation.css';export default class S extends _0x584222{[_0x14dbf9(0x1ee)];['id'];[_0x14dbf9(0x1e6)];[_0x14dbf9(0x20b)];[_0x14dbf9(0x1e5)];[_0x14dbf9(0x1f5)];constructor(_0x4b6a7e,_0x2b47a8){const _0x2c9477=_0x14dbf9;super(_0x4b6a7e),this['id']=_0x4bb25e(),this[_0x2c9477(0x1ee)]=new _0x57f733(),this[_0x2c9477(0x1e6)]=new _0x2b3153(),this[_0x2c9477(0x1e6)][_0x2c9477(0x1f1)](_0x2c9477(0x1fb),(_0x4a007a,_0x777088)=>this[_0x2c9477(0x1ed)](_0x2c9477(0x1fb),_0x777088)),this[_0x2c9477(0x1f1)](_0x2c9477(0x1eb),{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x2c9477(0x1f1)](_0x2c9477(0x1e9),0x0),this[_0x2c9477(0x1f1)](_0x2c9477(0x1e4),!0x1),this[_0x2c9477(0x1f1)](_0x2c9477(0x200),!0x1),this[_0x2c9477(0x1f1)](_0x2c9477(0x209),0x0),this[_0x2c9477(0x1f1)](_0x2c9477(0x1e3),''),this[_0x2c9477(0x1f5)]=_0x5917f8(()=>this[_0x2c9477(0x1ec)]()),this[_0x2c9477(0x20b)]=this[_0x2c9477(0x1ea)](),this[_0x2c9477(0x20b)][_0x2c9477(0x1f4)](_0x2c9477(0x1f3),_0x2c9477(0x1fa))['to'](this),this[_0x2c9477(0x20b)][_0x2c9477(0x1ef)](_0x2b47a8),this[_0x2c9477(0x1e5)]=_0x2b47a8;const _0x1bfd7e=this[_0x2c9477(0x206)];this[_0x2c9477(0x20f)]({'tag':_0x2c9477(0x20e),'attributes':{'class':['ck',_0x2c9477(0x205),_0x2c9477(0x1fd),_0x1bfd7e['if'](_0x2c9477(0x1e4),_0x2c9477(0x1f9))],'role':_0x2c9477(0x207)},'children':this[_0x2c9477(0x20b)]});}[_0x14dbf9(0x1f8)](){const _0x11db01=_0x14dbf9;super[_0x11db01(0x1f8)](),this[_0x11db01(0x1ee)][_0x11db01(0x1ef)](this[_0x11db01(0x20a)]),this[_0x11db01(0x1e6)][_0x11db01(0x1fc)](this[_0x11db01(0x20a)]),this[_0x11db01(0x1f5)][_0x11db01(0x1f7)](this[_0x11db01(0x20a)]);}[_0x14dbf9(0x1fe)](){const _0x32e3fb=_0x14dbf9;this[_0x32e3fb(0x20b)][_0x32e3fb(0x20c)](),this[_0x32e3fb(0x1e6)][_0x32e3fb(0x1fe)](),this[_0x32e3fb(0x1ee)][_0x32e3fb(0x1fe)](),this[_0x32e3fb(0x1f5)][_0x32e3fb(0x1e8)](),super[_0x32e3fb(0x1fe)]();}[_0x14dbf9(0x204)](){const _0x77b5a5=_0x14dbf9;this[_0x77b5a5(0x20b)][_0x77b5a5(0x208)]&&this[_0x77b5a5(0x20b)][_0x77b5a5(0x208)][_0x77b5a5(0x204)]();}[_0x14dbf9(0x1ec)](){const _0x3e78e0=_0x14dbf9,_0x41eef9=this[_0x3e78e0(0x20a)][_0x3e78e0(0x203)];_0x41eef9&&(this[_0x3e78e0(0x1e9)]=_0x41eef9);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x5e4c(){const _0x535d9f=['5gDKQjV','delegate','clientHeight','updateHeight','615726ChkrYg','321652UKYqNR','ck-sidebar-item','div','bindTemplate','_mutationObserver','clear','_targetTop','height','bind','69376dEGxlb','bottom','set','arrowup','content','detach','render','setTemplate','isAnimationDisabled','237828RznxPm','194193MOSwAZ','element','destroy','createCollection','272721xgxATb','arrowdown','ck-sidebar-item--no-animation','first','presentation','focus','attach','top','2124480DtqvkN','7GvfbAI'];_0x5e4c=function(){return _0x535d9f;};return _0x5e4c();}const _0x21659c=_0xe5ad;(function(_0x4cb7b4,_0x2c7f9c){const _0x46afc7=_0xe5ad,_0x4d5a08=_0x4cb7b4();while(!![]){try{const _0x1eed68=-parseInt(_0x46afc7(0x138))/0x1+parseInt(_0x46afc7(0x12e))/0x2+parseInt(_0x46afc7(0x13c))/0x3+-parseInt(_0x46afc7(0x14b))/0x4*(parseInt(_0x46afc7(0x146))/0x5)+parseInt(_0x46afc7(0x137))/0x6*(-parseInt(_0x46afc7(0x145))/0x7)+parseInt(_0x46afc7(0x144))/0x8+parseInt(_0x46afc7(0x14a))/0x9;if(_0x1eed68===_0x2c7f9c)break;else _0x4d5a08['push'](_0x4d5a08['shift']());}catch(_0x3ce2bb){_0x4d5a08['push'](_0x4d5a08['shift']());}}}(_0x5e4c,0x237ad));import{View as _0x159d53}from'ckeditor5/src/ui.js';import{toUnit as _0x2d2b20}from'ckeditor5/src/utils.js';function _0xe5ad(_0x20ae9a,_0xe663e9){const _0x5e4c89=_0x5e4c();return _0xe5ad=function(_0xe5ad85,_0x51a181){_0xe5ad85=_0xe5ad85-0x12d;let _0x2ffddc=_0x5e4c89[_0xe5ad85];return _0x2ffddc;},_0xe5ad(_0x20ae9a,_0xe663e9);}import _0x92fc35 from'../../utils/createmutationobserver.js';const Ht=_0x2d2b20('px');export default class H extends _0x159d53{[_0x21659c(0x132)];[_0x21659c(0x151)];[_0x21659c(0x14f)];constructor(_0x27689e){const _0x28d12c=_0x21659c;super(_0x27689e),this[_0x28d12c(0x130)](_0x28d12c(0x143),0x0),this[_0x28d12c(0x130)](_0x28d12c(0x152),0x0),this[_0x28d12c(0x12d)](_0x28d12c(0x12f))['to'](this,_0x28d12c(0x143),this,_0x28d12c(0x152),(_0x2b6622,_0x1cf2ff)=>_0x2b6622+_0x1cf2ff),this[_0x28d12c(0x130)](_0x28d12c(0x136),!0x1),this[_0x28d12c(0x14f)]=_0x92fc35(()=>this[_0x28d12c(0x149)]()),this[_0x28d12c(0x151)]=null,this[_0x28d12c(0x132)]=this[_0x28d12c(0x13b)](),this[_0x28d12c(0x132)][_0x28d12c(0x147)](_0x28d12c(0x131),_0x28d12c(0x13d))['to'](this);const _0x3c2af7=this[_0x28d12c(0x14e)];this[_0x28d12c(0x135)]({'tag':_0x28d12c(0x14d),'attributes':{'class':[_0x28d12c(0x14c),_0x3c2af7['to'](_0x28d12c(0x136),_0x221cd5=>_0x221cd5?_0x28d12c(0x13e):'')],'style':{'top':_0x3c2af7['to'](_0x28d12c(0x143),_0x2da81f=>Ht(_0x2da81f))},'role':_0x28d12c(0x140)},'children':this[_0x28d12c(0x132)]});}[_0x21659c(0x134)](){const _0x2bbeb9=_0x21659c;super[_0x2bbeb9(0x134)](),this[_0x2bbeb9(0x14f)][_0x2bbeb9(0x142)](this[_0x2bbeb9(0x139)]);}[_0x21659c(0x141)](){const _0x3c51a1=_0x21659c;this[_0x3c51a1(0x132)][_0x3c51a1(0x13f)]&&this[_0x3c51a1(0x132)][_0x3c51a1(0x13f)][_0x3c51a1(0x141)]();}[_0x21659c(0x149)](){const _0x11d8a5=_0x21659c,_0x1be4ef=this[_0x11d8a5(0x139)][_0x11d8a5(0x148)];_0x1be4ef&&(this[_0x11d8a5(0x152)]=_0x1be4ef);}[_0x21659c(0x13a)](){const _0x4aded9=_0x21659c;this[_0x4aded9(0x132)][_0x4aded9(0x150)](),this[_0x4aded9(0x14f)][_0x4aded9(0x133)](),super[_0x4aded9(0x13a)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3aad(){const _0x23fa04=['application','Annotations\x20list','ck-reset','top','div','10623316SFbQSa','33135WZicxP','set','focusFirst','1610818UfAyqb','369344pcajfy','3485150gvUdzL','ck-sidebar','312zHzFmO','1119398DXKGTC','162zPLjlN','setTemplate','class','delegate','Annotations\x20sidebar','length','createCollection','uiLanguageDirection','removed','minHeight','listenTo','_setupKeyboardNavigation','change','add','list','arrowdown','focusNext','focusables','number','1LQUQKn','arrowup','getIndex','_updateItemPositionInFocusables','450tuhZTA','render','source','bindTemplate','element','4348ujOeeU','change:top','focusCycler','focusTracker','focus','added','focusPrevious','remove','forEach'];_0x3aad=function(){return _0x23fa04;};return _0x3aad();}const _0x4c4fa8=_0xc730;(function(_0x2feb6c,_0x3859e3){const _0x4cd64b=_0xc730,_0x287ac2=_0x2feb6c();while(!![]){try{const _0x4e959f=parseInt(_0x4cd64b(0x190))/0x1*(-parseInt(_0x4cd64b(0x177))/0x2)+parseInt(_0x4cd64b(0x17b))/0x3*(parseInt(_0x4cd64b(0x199))/0x4)+parseInt(_0x4cd64b(0x174))/0x5*(-parseInt(_0x4cd64b(0x194))/0x6)+parseInt(_0x4cd64b(0x17c))/0x7+parseInt(_0x4cd64b(0x178))/0x8*(parseInt(_0x4cd64b(0x17d))/0x9)+-parseInt(_0x4cd64b(0x179))/0xa+parseInt(_0x4cd64b(0x173))/0xb;if(_0x4e959f===_0x3859e3)break;else _0x287ac2['push'](_0x287ac2['shift']());}catch(_0x3bd0a8){_0x287ac2['push'](_0x287ac2['shift']());}}}(_0x3aad,0x663e9));import{View as _0x36e0b3,FocusCycler as _0x464f28}from'ckeditor5/src/ui.js';import{FocusTracker as _0x1a2a98,toUnit as _0x49110e}from'ckeditor5/src/utils.js';import{getTranslation as _0xcb2de4}from'../../utils/common-translations.js';import'../../../theme/sidebar.css';const Ht=_0x49110e('px');function _0xc730(_0x2caa13,_0x432c6f){const _0x3aad0e=_0x3aad();return _0xc730=function(_0xc73092,_0x39f9b9){_0xc73092=_0xc73092-0x169;let _0x4d7fb7=_0x3aad0e[_0xc73092];return _0x4d7fb7;},_0xc730(_0x2caa13,_0x432c6f);}export default class F extends _0x36e0b3{[_0x4c4fa8(0x18b)];[_0x4c4fa8(0x18e)];[_0x4c4fa8(0x19c)];[_0x4c4fa8(0x19b)];constructor(_0x3703da){const _0x4988ab=_0x4c4fa8;super(_0x3703da);const _0x4c87cb=this[_0x4988ab(0x197)];this[_0x4988ab(0x175)](_0x4988ab(0x186),0x0),this[_0x4988ab(0x175)](_0x4988ab(0x17f),''),this[_0x4988ab(0x18b)]=this[_0x4988ab(0x183)](),this[_0x4988ab(0x18e)]=this[_0x4988ab(0x183)](),this[_0x4988ab(0x18b)][_0x4988ab(0x180)](_0x4988ab(0x191),_0x4988ab(0x18c))['to'](this),this[_0x4988ab(0x19c)]=new _0x1a2a98(),this[_0x4988ab(0x19b)]=new _0x464f28({'focusables':this[_0x4988ab(0x18e)],'focusTracker':this[_0x4988ab(0x19c)]}),this[_0x4988ab(0x17e)]({'tag':_0x4988ab(0x172),'attributes':{'class':['ck',_0x4988ab(0x17a),_0x4988ab(0x170),_0x4c87cb['to'](_0x4988ab(0x17f))],'style':{'minHeight':_0x4c87cb['to'](_0x4988ab(0x186),_0x90ab81=>_0x4988ab(0x18f)==typeof _0x90ab81?Ht(_0x90ab81+0xa):null)},'dir':_0x3703da[_0x4988ab(0x184)],'role':_0x4988ab(0x16e),'aria-label':_0xcb2de4(_0x3703da,_0x4988ab(0x181)),'tabindex':0x0},'children':[{'tag':_0x4988ab(0x172),'attributes':{'role':_0x4988ab(0x18b),'aria-label':_0xcb2de4(_0x3703da,_0x4988ab(0x16f))},'children':this[_0x4988ab(0x18b)]}]});}[_0x4c4fa8(0x195)](){const _0x396b28=_0x4c4fa8;super[_0x396b28(0x195)](),this[_0x396b28(0x188)]();}[_0x4c4fa8(0x169)](){const _0x5de329=_0x4c4fa8;this[_0x5de329(0x19b)][_0x5de329(0x176)]();}[_0x4c4fa8(0x188)](){const _0x2eaf55=_0x4c4fa8;this[_0x2eaf55(0x18b)][_0x2eaf55(0x180)](_0x2eaf55(0x19a))['to'](this),this['on'](_0x2eaf55(0x19a),_0x3ab9cf=>{const _0x1e9523=_0x2eaf55;this[_0x1e9523(0x193)](_0x3ab9cf[_0x1e9523(0x196)]);}),this[_0x2eaf55(0x18b)][_0x2eaf55(0x16d)](_0xe7fbae=>{const _0x260ef0=_0x2eaf55;this[_0x260ef0(0x19c)][_0x260ef0(0x18a)](_0xe7fbae[_0x260ef0(0x198)]),this[_0x260ef0(0x193)](_0xe7fbae);}),this[_0x2eaf55(0x18b)]['on'](_0x2eaf55(0x189),(_0x494809,_0x9177c9)=>{const _0x315545=_0x2eaf55;for(const _0x314ce1 of _0x9177c9[_0x315545(0x185)])this[_0x315545(0x19c)][_0x315545(0x16c)](_0x314ce1[_0x315545(0x198)]),this[_0x315545(0x18e)][_0x315545(0x16c)](_0x314ce1);for(const _0x390d62 of _0x9177c9[_0x315545(0x16a)])this[_0x315545(0x19c)][_0x315545(0x18a)](_0x390d62[_0x315545(0x198)]),this[_0x315545(0x193)](_0x390d62);}),this['on'](_0x2eaf55(0x191),()=>{const _0x1d54b0=_0x2eaf55;this[_0x1d54b0(0x19b)][_0x1d54b0(0x16b)]();}),this['on'](_0x2eaf55(0x18c),()=>{const _0x3b8ff2=_0x2eaf55;this[_0x3b8ff2(0x19b)][_0x3b8ff2(0x18d)]();}),this[_0x2eaf55(0x187)](this[_0x2eaf55(0x198)],_0x2eaf55(0x169),()=>{const _0x55e9e7=_0x2eaf55;this[_0x55e9e7(0x169)]();});}[_0x4c4fa8(0x193)](_0x23c1ec){const _0xabe0f6=_0x4c4fa8,_0x1cbd9e=this[_0xabe0f6(0x18e)][_0xabe0f6(0x192)](_0x23c1ec);let _0x5c5c02,_0xab8ffa;for(const _0x17cf95 of this[_0xabe0f6(0x18e)])if(_0x23c1ec[_0xabe0f6(0x171)]<_0x17cf95[_0xabe0f6(0x171)]){_0x5c5c02=_0x17cf95;break;}if(_0xab8ffa=_0x5c5c02?this[_0xabe0f6(0x18e)][_0xabe0f6(0x192)](_0x5c5c02):this[_0xabe0f6(0x18e)][_0xabe0f6(0x182)],-0x1!==_0x1cbd9e){if(_0x1cbd9e===_0xab8ffa-0x1)return;this[_0xabe0f6(0x18e)][_0xabe0f6(0x16c)](_0x23c1ec),_0xab8ffa=_0x5c5c02?this[_0xabe0f6(0x18e)][_0xabe0f6(0x192)](_0x5c5c02):this[_0xabe0f6(0x18e)][_0xabe0f6(0x182)];}this[_0xabe0f6(0x18e)][_0xabe0f6(0x18a)](_0x23c1ec,_0xab8ffa);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x18a1(){const _0x446756=['tableCell','1895406zunFFj','substr','refresh','backward','isEnabled','element','55asvlhY','execute','_trimToContent','300XRMAWQ','getItems','49864OGZidA','isObject','start','comment:','8141EPfGlF','model','schema','editor','68715BJFfBw','146349rRgVcC','getLastMatchingPosition','_hasContent','_itemIsContent','push','change','776vdSeWs','createRange','$textProxy','addMarker','1518858wGDPlJ','selection','document','end','item','2cYhULU','getRanges','159869bhrECX'];_0x18a1=function(){return _0x446756;};return _0x18a1();}function _0x5ba1(_0x806532,_0x3802b6){const _0x18a1ba=_0x18a1();return _0x5ba1=function(_0x5ba193,_0x97519c){_0x5ba193=_0x5ba193-0x11c;let _0x15c1ff=_0x18a1ba[_0x5ba193];return _0x15c1ff;},_0x5ba1(_0x806532,_0x3802b6);}const _0x45c1fd=_0x5ba1;(function(_0x37e298,_0x5c608b){const _0x312b2e=_0x5ba1,_0x58a299=_0x37e298();while(!![]){try{const _0x3961f5=parseInt(_0x312b2e(0x11c))/0x1*(parseInt(_0x312b2e(0x141))/0x2)+parseInt(_0x312b2e(0x132))/0x3+-parseInt(_0x312b2e(0x129))/0x4*(-parseInt(_0x312b2e(0x124))/0x5)+-parseInt(_0x312b2e(0x11e))/0x6+parseInt(_0x312b2e(0x12d))/0x7*(parseInt(_0x312b2e(0x138))/0x8)+parseInt(_0x312b2e(0x131))/0x9*(parseInt(_0x312b2e(0x127))/0xa)+-parseInt(_0x312b2e(0x13c))/0xb;if(_0x3961f5===_0x5c608b)break;else _0x58a299['push'](_0x58a299['shift']());}catch(_0x28798f){_0x58a299['push'](_0x58a299['shift']());}}}(_0x18a1,0x390bc));import{Command as _0x61dc4}from'ckeditor5/src/core.js';import{uid as _0x3a9342}from'ckeditor5/src/utils.js';export default class J extends _0x61dc4{[_0x45c1fd(0x120)](){const _0x31ee9a=_0x45c1fd,_0x4437d6=this[_0x31ee9a(0x130)][_0x31ee9a(0x12e)][_0x31ee9a(0x13e)][_0x31ee9a(0x13d)];for(const _0x369af1 of _0x4437d6[_0x31ee9a(0x142)]())if(this[_0x31ee9a(0x134)](_0x369af1))return void(this[_0x31ee9a(0x122)]=!0x0);this[_0x31ee9a(0x122)]=!0x1;}[_0x45c1fd(0x125)]({threadId:_0x133fc8=_0x3a9342()}={}){const _0x5847ad=_0x45c1fd,_0xb550ef=this[_0x5847ad(0x130)][_0x5847ad(0x12e)],_0x27962d=[];for(const _0x259e37 of _0xb550ef[_0x5847ad(0x13e)][_0x5847ad(0x13d)][_0x5847ad(0x142)]())this[_0x5847ad(0x134)](_0x259e37)&&_0x27962d[_0x5847ad(0x136)](this[_0x5847ad(0x126)](_0x259e37));_0xb550ef[_0x5847ad(0x137)](_0x51f7e7=>{const _0x426361=_0x5847ad;for(const _0x4138b5 of _0x27962d){const _0x345bdb=_0x3a9342()[_0x426361(0x11f)](0x1,0x5),_0x122a7d=_0x426361(0x12c)+_0x133fc8+':'+_0x345bdb;_0x51f7e7[_0x426361(0x13b)](_0x122a7d,{'range':_0x4138b5,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x45c1fd(0x134)](_0x5478da){const _0x5c0310=_0x45c1fd;for(const _0x4cc64c of _0x5478da[_0x5c0310(0x128)]())if(this[_0x5c0310(0x135)](_0x4cc64c))return!0x0;return!0x1;}[_0x45c1fd(0x135)](_0x1b46fe){const _0x202fe9=_0x45c1fd;return _0x1b46fe['is'](_0x202fe9(0x13a))||this[_0x202fe9(0x130)][_0x202fe9(0x12e)][_0x202fe9(0x12f)][_0x202fe9(0x12a)](_0x1b46fe)&&!_0x1b46fe['is'](_0x202fe9(0x123),_0x202fe9(0x11d));}[_0x45c1fd(0x126)](_0x3e3e3f){const _0x50bba4=_0x45c1fd,_0x37967f=_0x9bacc1=>!this[_0x50bba4(0x135)](_0x9bacc1[_0x50bba4(0x140)]),_0x590261=_0x3e3e3f[_0x50bba4(0x12b)][_0x50bba4(0x133)](_0x37967f),_0xedbff8=_0x3e3e3f[_0x50bba4(0x13f)][_0x50bba4(0x133)](_0x37967f,{'direction':_0x50bba4(0x121)});return this[_0x50bba4(0x130)][_0x50bba4(0x12e)][_0x50bba4(0x139)](_0x590261,_0xedbff8);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1204d7=_0x3e23;function _0x3e23(_0x331cb3,_0x511765){const _0x5948ef=_0x5948();return _0x3e23=function(_0x3e23ab,_0x20243d){_0x3e23ab=_0x3e23ab-0x158;let _0x4e1d60=_0x5948ef[_0x3e23ab];return _0x4e1d60;},_0x3e23(_0x331cb3,_0x511765);}(function(_0x11c60e,_0x15604c){const _0x46800f=_0x3e23,_0x1f1b2a=_0x11c60e();while(!![]){try{const _0x8a81c=parseInt(_0x46800f(0x15d))/0x1*(parseInt(_0x46800f(0x164))/0x2)+parseInt(_0x46800f(0x172))/0x3*(parseInt(_0x46800f(0x193))/0x4)+parseInt(_0x46800f(0x19a))/0x5*(parseInt(_0x46800f(0x194))/0x6)+parseInt(_0x46800f(0x19b))/0x7*(-parseInt(_0x46800f(0x167))/0x8)+-parseInt(_0x46800f(0x1a2))/0x9+-parseInt(_0x46800f(0x171))/0xa+-parseInt(_0x46800f(0x189))/0xb*(parseInt(_0x46800f(0x1a1))/0xc);if(_0x8a81c===_0x15604c)break;else _0x1f1b2a['push'](_0x1f1b2a['shift']());}catch(_0x9ad51){_0x1f1b2a['push'](_0x1f1b2a['shift']());}}}(_0x5948,0x41d2b));import'../../theme/commentsarchive.css';import{Plugin as _0x29a978}from'ckeditor5/src/core.js';import{IconCommentsArchive as _0x3455e4}from'ckeditor5/src/icons.js';import{ViewCollection as _0x13fd70,MenuBarMenuListItemButtonView as _0x1ed62c,ButtonView as _0x3ce182,Dialog as _0x2fd444,DialogViewPosition as _0x55f3cf}from'ckeditor5/src/ui.js';import{getTranslation as _0x22faaa}from'../utils/common-translations.js';import _0x5e7b96 from'./ui/view/commentsarchiveview.js';import _0x62e1d1 from'./commentsarchive.js';function _0x5948(){const _0x88ae74=['escape','source','20ovSsYu','1484fiqcOC','stop','getByInnerView','Annotations','EDITOR_TOP_SIDE','_calculatePosition','3156TdoXOB','2114037SyfRne','Dialog','includes','isOpen','show','isPremiumPlugin','init','_handleNewThread','_hideDialogOnAnnotationEscape','433476vxwSIz','collaboration.channelId','stopListening','view','requires','forEach','isEnabled','2psQlRE','_toggleDialog','archivedThreads','8984zcHdxH','execute','add','remove','CommentsArchiveUI','listenTo','_pendingThreads','has','annotationViews','isOn','1893390JQeQwB','531903zcicjr','splice','editor','bind','collection','filter','config','_createCommentsArchiveButton','componentFactory','CommentsRepository','locale','plugins','get','commentsArchive','menuitemcheckbox','isVisible','pluginName','set','length','_visibleAnnotations','hide','COMMENTS_ARCHIVE','find','15719XobQBU','channelId','indexOf','innerView','findIndex','push','tooltip','_threadToController','menuBar:commentsArchive','focusableElements','8QYdALA','779502GxYLwq','commentsArchiveView','archivedAt','isOfficialPlugin'];_0x5948=function(){return _0x88ae74;};return _0x5948();}export default class a extends _0x29a978{[_0x1204d7(0x195)];[_0x1204d7(0x16f)];[_0x1204d7(0x16d)];static get[_0x1204d7(0x182)](){const _0x408511=_0x1204d7;return _0x408511(0x16b);}static get[_0x1204d7(0x197)](){return!0x0;}static get[_0x1204d7(0x159)](){return!0x0;}static get[_0x1204d7(0x161)](){return[_0x62e1d1,_0x2fd444];}constructor(_0x39a5a5){const _0x20e48=_0x1204d7;super(_0x39a5a5),this[_0x20e48(0x16f)]=new _0x13fd70(),this[_0x20e48(0x16d)]=[];}[_0x1204d7(0x15a)](){const _0x56eaa0=_0x1204d7,_0x1bec19=this[_0x56eaa0(0x174)],_0x485b79=this[_0x56eaa0(0x15c)][_0x56eaa0(0x175)](this);_0x1bec19['ui'][_0x56eaa0(0x17a)][_0x56eaa0(0x169)](_0x56eaa0(0x17f),()=>this[_0x56eaa0(0x179)](_0x3ce182,!0x0)),_0x1bec19['ui'][_0x56eaa0(0x17a)][_0x56eaa0(0x169)](_0x56eaa0(0x191),()=>{const _0x5e340b=_0x56eaa0,_0x13a2b6=this[_0x5e340b(0x179)](_0x1ed62c);return _0x13a2b6[_0x5e340b(0x183)]({'role':_0x5e340b(0x180)}),_0x13a2b6;});const _0x4323b4=_0x1bec19[_0x56eaa0(0x17d)][_0x56eaa0(0x17e)](_0x62e1d1),_0xd89ba0=_0x1bec19[_0x56eaa0(0x17d)][_0x56eaa0(0x17e)](_0x56eaa0(0x19e)),_0x205e4c=_0x1bec19[_0x56eaa0(0x17d)][_0x56eaa0(0x17e)](_0x56eaa0(0x17b));_0x4323b4[_0x56eaa0(0x166)][_0x56eaa0(0x162)](_0x24ecd3=>{const _0x59c271=_0x56eaa0;this[_0x59c271(0x15b)](_0x24ecd3);}),this[_0x56eaa0(0x16c)](_0x4323b4[_0x56eaa0(0x166)],_0x56eaa0(0x169),(_0x4745b7,_0x2d6806)=>{const _0x412f53=_0x56eaa0;this[_0x412f53(0x15b)](_0x2d6806);}),this[_0x56eaa0(0x16c)](_0xd89ba0[_0x56eaa0(0x176)],_0x56eaa0(0x169),(_0x45e052,_0x2f6174)=>{const _0x809be7=_0x56eaa0,_0xa193e5=this[_0x809be7(0x16d)][_0x809be7(0x188)](_0x1e2aae=>{const _0x4dcb81=_0x809be7,_0x154802=_0x205e4c[_0x4dcb81(0x190)][_0x4dcb81(0x17e)](_0x1e2aae);return _0x154802&&_0x2f6174[_0x4dcb81(0x18c)]===_0x154802[_0x4dcb81(0x160)];});if(_0xa193e5){const _0x31cdf4=this[_0x809be7(0x1a0)](_0xa193e5[_0x809be7(0x196)]);this[_0x809be7(0x16f)][_0x809be7(0x169)](_0x2f6174[_0x809be7(0x160)],_0x31cdf4),this[_0x809be7(0x16d)][_0x809be7(0x173)](this[_0x809be7(0x16d)][_0x809be7(0x18b)](_0xa193e5),0x1);}}),this[_0x56eaa0(0x16c)](_0x4323b4[_0x56eaa0(0x166)],_0x56eaa0(0x16a),(_0x13a4d9,_0xfcc8d6)=>{const _0x30d034=_0x56eaa0,_0x226ecd=_0x1bec19[_0x30d034(0x178)][_0x30d034(0x17e)](_0x30d034(0x15e));if(!_0x226ecd||_0xfcc8d6[_0x30d034(0x18a)]===_0x226ecd){if(this[_0x30d034(0x16d)][_0x30d034(0x1a4)](_0xfcc8d6))this[_0x30d034(0x16d)][_0x30d034(0x173)](this[_0x30d034(0x16d)][_0x30d034(0x18b)](_0xfcc8d6),0x1);else{const _0x4b88c0=_0x205e4c[_0x30d034(0x190)][_0x30d034(0x17e)](_0xfcc8d6),_0x3a9053=_0xd89ba0[_0x30d034(0x19d)](_0x4b88c0[_0x30d034(0x160)]);this[_0x30d034(0x16f)][_0x30d034(0x16a)](_0x3a9053[_0x30d034(0x160)]),this[_0x30d034(0x15f)](_0x3a9053[_0x30d034(0x192)]);}}}),this[_0x56eaa0(0x16c)](_0xd89ba0[_0x56eaa0(0x176)],_0x56eaa0(0x169),(_0x5493eb,_0x3c0f5d)=>{const _0x12d99f=_0x56eaa0;this[_0x12d99f(0x16c)](_0x3c0f5d,_0x12d99f(0x198),_0x485b79);}),this[_0x56eaa0(0x16c)](_0xd89ba0[_0x56eaa0(0x176)],_0x56eaa0(0x16a),(_0x134d82,_0x4bf5c1)=>{const _0x40c893=_0x56eaa0;this[_0x40c893(0x15f)](_0x4bf5c1,_0x40c893(0x198),_0x485b79);});}[_0x1204d7(0x15b)](_0x8c3046){const _0x3766b7=_0x1204d7,_0x3143d0=this[_0x3766b7(0x174)][_0x3766b7(0x17d)][_0x3766b7(0x17e)](_0x3766b7(0x17b)),_0x1689d6=this[_0x3766b7(0x174)][_0x3766b7(0x17d)][_0x3766b7(0x17e)](_0x3766b7(0x19e)),_0x52e091=this[_0x3766b7(0x174)][_0x3766b7(0x178)][_0x3766b7(0x17e)](_0x3766b7(0x15e));if(!_0x52e091||_0x8c3046[_0x3766b7(0x18a)]===_0x52e091){const _0xe8bacd=_0x3143d0[_0x3766b7(0x190)][_0x3766b7(0x17e)](_0x8c3046);if(!_0xe8bacd)return void this[_0x3766b7(0x16d)][_0x3766b7(0x18e)](_0x8c3046);const _0x4c6254=this[_0x3766b7(0x1a0)](_0x8c3046[_0x3766b7(0x196)]),_0x11fb6d=_0x1689d6[_0x3766b7(0x19d)](_0xe8bacd[_0x3766b7(0x160)]);_0x11fb6d[_0x3766b7(0x181)]&&_0x1689d6[_0x3766b7(0x185)][_0x3766b7(0x16a)](_0x11fb6d),this[_0x3766b7(0x16f)][_0x3766b7(0x169)](_0x11fb6d[_0x3766b7(0x160)],_0x4c6254);}}[_0x1204d7(0x1a0)](_0x4550c8){const _0x243fd4=_0x1204d7,_0x16426a=this[_0x243fd4(0x174)][_0x243fd4(0x178)][_0x243fd4(0x17e)](_0x243fd4(0x15e)),_0x4a543c=[...this[_0x243fd4(0x174)][_0x243fd4(0x17d)][_0x243fd4(0x17e)](_0x62e1d1)[_0x243fd4(0x166)]][_0x243fd4(0x177)](_0x3196dd=>_0x3196dd[_0x243fd4(0x18a)]===_0x16426a)[_0x243fd4(0x18d)](_0x386c6d=>_0x386c6d[_0x243fd4(0x196)]<_0x4550c8);return _0x4a543c<0x0||_0x4a543c>this[_0x243fd4(0x16f)][_0x243fd4(0x184)]?this[_0x243fd4(0x16f)][_0x243fd4(0x184)]:_0x4a543c-0x1;}[_0x1204d7(0x165)](){const _0x4b913e=_0x1204d7,_0x35cc32=this[_0x4b913e(0x174)],_0x14d5c8=_0x35cc32[_0x4b913e(0x17d)][_0x4b913e(0x17e)](_0x4b913e(0x1a3));this[_0x4b913e(0x195)]||(this[_0x4b913e(0x195)]=new _0x5e7b96(_0x35cc32[_0x4b913e(0x17c)],this[_0x4b913e(0x16f)])),_0x4b913e(0x17f)===_0x14d5c8['id']?_0x14d5c8[_0x4b913e(0x186)]():_0x14d5c8[_0x4b913e(0x158)]({'id':_0x4b913e(0x17f),'title':_0x22faaa(_0x35cc32[_0x4b913e(0x17c)],_0x4b913e(0x187)),'icon':_0x3455e4,'hasCloseButton':!0x0,'content':this[_0x4b913e(0x195)],'position':_0x55f3cf[_0x4b913e(0x19f)]});}[_0x1204d7(0x179)](_0x24278e,_0x50761e=!0x1){const _0x100a0d=_0x1204d7,_0x3829d2=this[_0x100a0d(0x174)][_0x100a0d(0x17c)],_0x32e8b8=this[_0x100a0d(0x174)][_0x100a0d(0x17d)][_0x100a0d(0x17e)](_0x100a0d(0x1a3)),_0x107775=new _0x24278e(_0x3829d2);return _0x107775[_0x100a0d(0x175)](_0x100a0d(0x163))['to'](this,_0x100a0d(0x163)),_0x107775[_0x100a0d(0x175)](_0x100a0d(0x170))['to'](_0x32e8b8,'id',_0x96ab5c=>_0x100a0d(0x17f)===_0x96ab5c),_0x107775[_0x100a0d(0x183)]({'label':_0x22faaa(_0x3829d2,_0x100a0d(0x187)),'icon':_0x3455e4,'isToggleable':!0x0}),_0x50761e&&(_0x107775[_0x100a0d(0x18f)]=!0x0),this[_0x100a0d(0x16c)](_0x107775,_0x100a0d(0x168),()=>this[_0x100a0d(0x165)]()),_0x107775;}[_0x1204d7(0x15c)]=_0x23b8f0=>{const _0x246749=_0x1204d7,_0x110e7f=_0x23b8f0[_0x246749(0x199)];if(!this[_0x246749(0x16f)][_0x246749(0x16e)](_0x110e7f[_0x246749(0x160)]))return;const _0x509740=this[_0x246749(0x174)][_0x246749(0x17d)][_0x246749(0x17e)](_0x246749(0x1a3));_0x509740[_0x246749(0x1a5)]&&_0x246749(0x17f)===_0x509740['id']&&(_0x509740[_0x246749(0x186)](),_0x23b8f0[_0x246749(0x19c)]());};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x3d45(){const _0x3dd2d5=['destroy','ignoreResolvedComments','getCommentThread','affectsData','add','delete','locale','elementToElement','1486952NThgwz','rootName','view','comment','destroyed','config','showCommentHighlights','dataDowncast','conversion','author','registerPostFixer','openNewCommentThread','text','pluginName','root','3517655FkNKxy','getItems','_hasTargetInContent','removeCommentThread','setContext','channelId','dataToMarker','addMarker:','addCommentThread','item','1040334nYBOXI','substring','746110CbPITj','fetchCommentThread','then','managedUsingOperations','fromCharCode','getChangedMarkers','editing','_initializeMarkerConverters','isThreadsLoadingPaused','_initAriaMarkerChangeAnnouncements','from','isPremiumPlugin','change:isThreadsLoadingPaused','getWalker','798175BKqrIt','init','switchReadOnly','ck-comment-marker','change','for','243opEtNC','_getTextContext','render','registerAnnotation','consumable','enqueueChange','unlinkedAt','CommentsEditing','size','markerName','activeMarker','editor','isOfficialPlugin','_attachMarkerToThread','consume','split','change:activeMarker','_threadToController','data','addComment','setUnlinkedAt','push','_detachCommentThread','ck-comment-marker--active','upcast','isAttached','_handleMarkerAddAndRemove','markerToHighlight','469290eXFJsl','change:isReadOnly','filter','42laozyr','createElement','commands','collaboration.channelId','context','document','hasMarkerForId','isObject','remove','getByInnerView','group','refreshVisibility','listenTo','updateMarker','hasCommentThread','model','comment:','isEqual','removeMarker:','_attachArchivedThread','removeMarker','getRange','get','isCollapsed','_handleInitialThreads','length','differ','plugins','hasDomSelection','first','getAttribute','reopenCommentThread','editingDowncast','announce','getAllMarkersForId','requires','ariaLiveAnnouncer','set','state','end','focus','ready','map','_getTargetForId','schema','afterInit','hasContent','href','low','isSubmitted','comments','newRange','$textProxy','LEAVE_COMMENT_ANNOUNCEMENT','join','markers','$marker','once','isResolved','$graveyard','clear','_reconvertMarkers','startsWith','scrollToThreadMarker','resolveCommentThread','ENTER_COMMENT_ANNOUNCEMENT','createPositionBefore','reconvertMarker','_threads','_handleThreadMarker','markerToData','attachTo','createRange','start','getCommentThreads','4NAnoIw','name','335504NbPOtD','forEach'];_0x3d45=function(){return _0x3dd2d5;};return _0x3d45();}const _0x57c715=_0x54ef;(function(_0x5a8a10,_0x309652){const _0x5cbc1a=_0x54ef,_0x3e0558=_0x5a8a10();while(!![]){try{const _0x70963a=parseInt(_0x5cbc1a(0x15f))/0x1+parseInt(_0x5cbc1a(0x1db))/0x2+parseInt(_0x5cbc1a(0x1f4))/0x3+-parseInt(_0x5cbc1a(0x1cf))/0x4*(-parseInt(_0x5cbc1a(0x1ea))/0x5)+parseInt(_0x5cbc1a(0x181))/0x6+parseInt(_0x5cbc1a(0x184))/0x7*(-parseInt(_0x5cbc1a(0x1d1))/0x8)+parseInt(_0x5cbc1a(0x165))/0x9*(-parseInt(_0x5cbc1a(0x1f6))/0xa);if(_0x70963a===_0x309652)break;else _0x3e0558['push'](_0x3e0558['shift']());}catch(_0x205b6c){_0x3e0558['push'](_0x3e0558['shift']());}}}(_0x3d45,0x62a52));import{Plugin as _0x41bf1e}from'ckeditor5/src/core.js';import{getEnvKeystrokeText as _0x1a6980,scrollViewportToShowTarget as _0x258ea3,uid as _0x4c449b}from'ckeditor5/src/utils.js';import _0x17036a from'./commentsrepository.js';import _0x586207 from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x21fb05,getAllMarkersDomElementsSorted as _0x31f7c3,FOCUS_ANNOTATION_KEYSTROKE as _0x2e256c,Users as _0x141ced}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5f5afc from'../annotations/editorannotations.js';import _0x594f67 from'./integrations/commentsrestrictededitingmode.js';import _0x2a24f2 from'./integrations/importword.js';import _0x58384f from'./integrations/clipboard.js';import _0x1753b6 from'./integrations/showcommenthighlights.js';import'../../theme/commentmarker.css';import _0x3a6e16 from'../annotations/annotations.js';import{getTranslation as _0xdcb7bb}from'../utils/common-translations.js';export default class r extends _0x41bf1e{static get[_0x57c715(0x1a7)](){return[_0x17036a,_0x5f5afc,_0x141ced,_0x594f67,_0x2a24f2,_0x58384f,_0x1753b6];}static get[_0x57c715(0x1e8)](){const _0x500ee3=_0x57c715;return _0x500ee3(0x16c);}static get[_0x57c715(0x171)](){return!0x0;}static get[_0x57c715(0x201)](){return!0x0;}constructor(_0x7c9fce){const _0x1ef3ae=_0x57c715;super(_0x7c9fce),this[_0x1ef3ae(0x1a9)](_0x1ef3ae(0x1fe),!0x0),_0x7c9fce[_0x1ef3ae(0x177)][_0x1ef3ae(0x1bd)](_0x1ef3ae(0x1ad),()=>this[_0x1ef3ae(0x1fe)]=!0x1),this[_0x1ef3ae(0x1a9)](_0x1ef3ae(0x16f),null),this['on'](_0x1ef3ae(0x175),(_0xc08e95,_0x131733,_0x59e08c,_0x4f7a1d)=>{const _0xacfdaa=_0x1ef3ae,_0x440abc=_0x7c9fce[_0xacfdaa(0x19f)][_0xacfdaa(0x19a)](_0x17036a),_0x2ea2ec=_0x59e08c?splitMarkerName(_0x59e08c)['id']:null;_0x7c9fce[_0xacfdaa(0x193)][_0xacfdaa(0x163)](()=>{const _0x3e89e1=_0xacfdaa;if(_0x2ea2ec){const _0x15cc75=this[_0x3e89e1(0x1a6)](_0x2ea2ec);for(const _0x3ff4bf of _0x15cc75)_0x7c9fce[_0x3e89e1(0x1fc)][_0x3e89e1(0x1c7)](_0x3ff4bf);}if(_0x4f7a1d){const {id:_0x214989}=splitMarkerName(_0x4f7a1d),_0x179247=_0x440abc[_0x3e89e1(0x1d5)](_0x214989);if(_0x179247&&_0x179247[_0x3e89e1(0x16b)])return;if(_0x179247&&!_0x179247[_0x3e89e1(0x17e)])return;const _0x3edb52=this[_0x3e89e1(0x1a6)](_0x214989);for(const _0x4972e7 of _0x3edb52)_0x7c9fce[_0x3e89e1(0x1fc)][_0x3e89e1(0x1c7)](_0x4972e7);}}),_0x2ea2ec&&this[_0xacfdaa(0x1c3)](_0x2ea2ec);}),this[_0x1ef3ae(0x1ff)]();}[_0x57c715(0x160)](){const _0x2cc68e=_0x57c715,_0x85da52=this[_0x2cc68e(0x170)],_0x4218f8=_0x85da52[_0x2cc68e(0x19f)][_0x2cc68e(0x19a)](_0x17036a),_0x5ee3ac=_0x85da52[_0x2cc68e(0x1e0)][_0x2cc68e(0x19a)](_0x2cc68e(0x187)),_0x5661d4=_0x4218f8[_0x2cc68e(0x1ce)]()[_0x2cc68e(0x183)](_0x4cf307=>_0x4cf307[_0x2cc68e(0x1ef)]!==_0x5ee3ac);_0x85da52[_0x2cc68e(0x186)][_0x2cc68e(0x1d7)](_0x2cc68e(0x1f2),new _0x586207(_0x85da52)),this[_0x2cc68e(0x190)](_0x85da52,_0x2cc68e(0x182),(_0x596a26,_0x5d998b,_0x1ccf08)=>{const _0x2217fb=_0x2cc68e;_0x4218f8[_0x2217fb(0x161)](_0x1ccf08,_0x85da52[_0x2217fb(0x1e0)][_0x2217fb(0x19a)](_0x2217fb(0x187)));}),this[_0x2cc68e(0x190)](_0x4218f8,mt(_0x2cc68e(0x1f2),_0x5ee3ac),(_0x4afd72,{threadId:_0x519ba3})=>{const _0x2cf793=_0x2cc68e,_0x5e8d30=this[_0x2cf793(0x170)][_0x2cf793(0x19f)][_0x2cf793(0x19a)](_0x17036a)[_0x2cf793(0x1d5)](_0x519ba3);_0x5e8d30?.[_0x2cf793(0x16b)]&&this[_0x2cf793(0x197)](_0x519ba3);}),this[_0x2cc68e(0x190)](_0x4218f8,mt(_0x2cc68e(0x1ed),_0x5ee3ac),(_0x3b132c,{threadId:_0x5e6c7f})=>{const _0x329966=_0x2cc68e;_0x85da52[_0x329966(0x193)][_0x329966(0x16a)]({'isUndoable':!0x1},_0x243073=>{const _0x2f3243=_0x329966,_0x2b472f=this[_0x2f3243(0x1a6)](_0x5e6c7f);for(const _0x2c569d of _0x2b472f)_0x243073[_0x2f3243(0x198)](_0x2c569d);});}),this[_0x2cc68e(0x190)](_0x4218f8,mt(_0x2cc68e(0x1c4),_0x5ee3ac),(_0x2460f1,{threadId:_0x2712cd})=>{const _0x3fb4a6=_0x2cc68e;(this[_0x3fb4a6(0x1c1)](_0x2712cd),this[_0x3fb4a6(0x170)][_0x3fb4a6(0x1fc)][_0x3fb4a6(0x1dd)][_0x3fb4a6(0x1a0)])&&(this[_0x3fb4a6(0x170)][_0x3fb4a6(0x19f)][_0x3fb4a6(0x19a)](_0x17036a)[_0x3fb4a6(0x1d5)](_0x2712cd)[_0x3fb4a6(0x16b)]||this[_0x3fb4a6(0x170)][_0x3fb4a6(0x1fc)][_0x3fb4a6(0x1dd)][_0x3fb4a6(0x1ac)]());},{'priority':_0x2cc68e(0x1b4)}),this[_0x2cc68e(0x190)](_0x4218f8,mt(_0x2cc68e(0x1a3),_0x5ee3ac),(_0x1863d8,{threadId:_0x3e137e})=>{const _0xafff79=_0x2cc68e;this[_0xafff79(0x1c1)](_0x3e137e);},{'priority':_0x2cc68e(0x1b4)}),this[_0x2cc68e(0x190)](_0x4218f8,mt(_0x2cc68e(0x178),_0x5ee3ac),(_0x21f77c,{threadId:_0x528f51,isFromAdapter:_0x2298d3})=>{const _0x14be18=_0x2cc68e,_0x2195e3=this[_0x14be18(0x1a6)](_0x528f51);if(_0x2298d3||0x0==_0x2195e3[_0x14be18(0x19d)]||!_0x4218f8[_0x14be18(0x192)](_0x528f51))return;0x1===_0x4218f8[_0x14be18(0x1d5)](_0x528f51)[_0x14be18(0x19d)]&&_0x85da52[_0x14be18(0x193)][_0x14be18(0x16a)]({'isUndoable':!0x1},_0x347995=>{const _0xf43297=_0x14be18;for(const _0x4fffd3 of _0x2195e3)_0x347995[_0xf43297(0x191)](_0x4fffd3,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x2cc68e(0x1b4)}),this[_0x2cc68e(0x1fd)](),this[_0x2cc68e(0x17f)](),this[_0x2cc68e(0x19c)](_0x5661d4);}[_0x57c715(0x1b1)](){!async function(_0x1a2fa0){const _0x13cefd=_0x123754([0x37,0x43,0x73,0x30,0x74,0x58,0x35,0x52,0x77,0x50,0x51,0x5a,0x57,0x7a,0x53,0x64,0x54,0x34,0x48,0x33,0x42,0x76,0x4e,0x46,0x45,0x4b,0x6f,0x36,0x66,0x6a,0x78,0x4a,0x67,0x65,0x6c,0x79,0x44,0x4d,0x47,0x72,0x55,0x4c,0x69,0x41,0x6d,0x38,0x31,0x70,0x59,0x6e,0x49,0x75,0x68,0x71,0x32,0x61,0x56,0x39,0x62,0x63,0x6b,0x4f]),_0x23dedd=0x6f72e012,_0x75b3f7=0x6f75898a^_0x23dedd,_0x17e875=window[_0x123754([0x44,0x61,0x74,0x65])][_0x123754([0x6e,0x6f,0x77])](),_0x33b78d=_0x1a2fa0[_0x123754([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x364314=new window[(_0x123754([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d9c3d=>{_0x33b78d[_0x123754([0x6f,0x6e,0x63,0x65])](_0x123754([0x72,0x65,0x61,0x64,0x79]),_0x3d9c3d);}),_0x4bf057={[_0x123754([0x6b,0x74,0x79])]:_0x123754([0x45,0x43]),[_0x123754([0x75,0x73,0x65])]:_0x123754([0x73,0x69,0x67]),[_0x123754([0x63,0x72,0x76])]:_0x123754([0x50,0x2d,0x32,0x35,0x36]),[_0x123754([0x78])]:_0x123754([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x123754([0x79])]:_0x123754([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x123754([0x61,0x6c,0x67])]:_0x123754([0x45,0x53,0x32,0x35,0x36])},_0x501e70=_0x33b78d[_0x123754([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x123754([0x67,0x65,0x74])](_0x123754([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x41f618(){let _0x174cab,_0x40b644=null,_0x18b425=null;try{if(_0x501e70==_0x123754([0x47,0x50,0x4c]))return _0x123754([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x174cab=_0x759766(),!_0x174cab)return _0x123754([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x174cab[_0x123754([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x18b425=_0x16caf2(_0x174cab[_0x123754([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x174cab[_0x123754([0x6a,0x74,0x69])])),await _0x47e64a()?_0x34fe52()?_0xc90e80()?_0x123754([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x207816()?(_0x174cab[_0x123754([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x123754([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x40b644=_0x5222d8(_0x123754([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x174cab[_0x123754([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x123754([0x74,0x72,0x69,0x61,0x6c])&&(_0x40b644=_0x5222d8(_0x123754([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x275ca5()):_0x123754([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x123754([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x123754([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x123754([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xc90e80(){const _0x4f785a=[_0x123754([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x123754([0x74,0x72,0x69,0x61,0x6c])][_0x123754([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x174cab[_0x123754([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x17e875/0x3e8:0xe10*_0x75b3f7;return _0x174cab[_0x123754([0x65,0x78,0x70])]<_0x4f785a;}function _0x34fe52(){const _0x930a31=_0x174cab[_0x123754([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x930a31)return!0x1;if(_0x930a31[_0x123754([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x123754([0x2a])))return!0x0;if(_0x930a31[_0x123754([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x123754([0x43,0x4d,0x54])))return!0x0;if(_0x930a31[_0x123754([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x123754([0x52,0x43,0x4d,0x54]))){if(_0x477f26())return!0x0;if(_0x5454df()||_0x3bfe70())return!0x0;}return!0x1;}function _0x207816(){const _0x303e42=_0x54ef,_0x3fbe61=_0x174cab[_0x123754([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3fbe61||0x0==_0x3fbe61[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2158e5}=new URL(window[_0x123754([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x303e42(0x1b3)]);if(_0x3fbe61[_0x123754([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2158e5))return!0x0;const _0x5c8dbd=_0x2158e5[_0x123754([0x73,0x70,0x6c,0x69,0x74])](_0x123754([0x2e]));return _0x3fbe61[_0x123754([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x472c1c=>_0x472c1c[_0x123754([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x123754([0x2a])))[_0x123754([0x6d,0x61,0x70])](_0x954b70=>_0x954b70[_0x123754([0x73,0x70,0x6c,0x69,0x74])](_0x123754([0x2e])))[_0x123754([0x73,0x6f,0x6d,0x65])](_0x2269c9=>_0x5c8dbd[_0x123754([0x65,0x76,0x65,0x72,0x79])]((_0x557225,_0x137395)=>_0x2269c9[_0x137395]===_0x557225||_0x2269c9[_0x137395]===_0x123754([0x2a])));}function _0x275ca5(){return _0x40b644&&_0x18b425?new window[(_0x123754([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22d266,_0x5b6c2e)=>{_0x40b644[_0x123754([0x74,0x68,0x65,0x6e])](_0x22d266,_0x5b6c2e),_0x18b425[_0x123754([0x74,0x68,0x65,0x6e])](_0x44b6b0=>{_0x44b6b0!=_0x123754([0x56,0x61,0x6c,0x69,0x64])&&_0x22d266(_0x44b6b0);},_0x5b6c2e);}):_0x40b644||_0x18b425||_0x123754([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16caf2(_0x4e5935,_0xb3a858){return new window[(_0x123754([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4cc684=>{if(_0x27a9e5())return _0x4cc684(_0x123754([0x56,0x61,0x6c,0x69,0x64]));_0x44af01(),_0x33b78d[_0x123754([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x123754([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x424cdc=!0x1;const _0x2b9458=_0x4c449b();function _0x5d6d93(_0x3bff7d){return!!_0x3bff7d&&(typeof _0x3bff7d===_0x123754([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3bff7d===_0x123754([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3bff7d[_0x123754([0x74,0x68,0x65,0x6e])]===_0x123754([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3bff7d[_0x123754([0x63,0x61,0x74,0x63,0x68])]===_0x123754([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x39a99f(_0x19f635){_0x541997(_0x19f635)[_0x123754([0x74,0x68,0x65,0x6e])](_0xff8c89=>{if(!_0xff8c89||_0xff8c89[_0x123754([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x123754([0x6f,0x6b]))return _0x123754([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xec3e81(_0x1590ae(_0x2b9458+_0xb3a858))!=_0xff8c89[_0x123754([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x123754([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x123754([0x56,0x61,0x6c,0x69,0x64]);})[_0x123754([0x74,0x68,0x65,0x6e])](_0x4f448e=>(_0x2e2c08(),_0x4f448e),()=>{const _0x2831d0=_0x408f3d();return null==_0x2831d0?(_0x2e2c08(),_0x123754([0x56,0x61,0x6c,0x69,0x64])):_0x123754(_0x17e875-_0x2831d0>(0x4b7e6412^_0x23dedd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x123754([0x74,0x68,0x65,0x6e])](_0x4cc684)[_0x123754([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4cc684(_0x123754([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5d98c1=0x6f440e92^_0x23dedd;function _0x2e2c08(){const _0x4412c1=_0x123754([0x6c,0x6c,0x63,0x74,0x2d])+_0xec3e81(_0x1590ae(_0x4e5935)),_0x534c01=_0x39f86e(_0xec3e81(window[_0x123754([0x4d,0x61,0x74,0x68])][_0x123754([0x63,0x65,0x69,0x6c])](_0x17e875/_0x5d98c1)));window[_0x123754([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x123754([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4412c1,_0x534c01);}function _0x408f3d(){const _0x30d1e4=_0x123754([0x6c,0x6c,0x63,0x74,0x2d])+_0xec3e81(_0x1590ae(_0x4e5935)),_0x839021=window[_0x123754([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x123754([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x30d1e4);return _0x839021?window[_0x123754([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x39f86e(_0x839021),0x10)*_0x5d98c1:null;}function _0x541997(_0x4993d6){return new window[(_0x123754([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2aa3a7,_0x4e38e1)=>{_0x4993d6[_0x123754([0x74,0x68,0x65,0x6e])](_0x2aa3a7,_0x4e38e1),window[_0x123754([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4e38e1,0x6f7334d2^_0x23dedd);});}}_0x33b78d[_0x123754([0x6f,0x6e])](_0x123754([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2f1e1f,_0x3ca17c)=>{if(_0x3ca17c[0x0]!=_0x4e5935)return _0x4cc684(_0x123754([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3ca17c[0x1]={..._0x3ca17c[0x1],[_0x123754([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2b9458};},{[_0x123754([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x123754([0x68,0x69,0x67,0x68])}),_0x33b78d[_0x123754([0x6f,0x6e])](_0x123754([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xf75ae8=>{_0x5d6d93(_0xf75ae8[_0x123754([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x424cdc=!0x0,_0x39a99f(_0xf75ae8[_0x123754([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x123754([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x123754([0x6c,0x6f,0x77])}),_0x364314[_0x123754([0x74,0x68,0x65,0x6e])](()=>{_0x424cdc||_0x4cc684(_0x123754([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x27a9e5(){return _0x33b78d[_0x123754([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x123754([0x76,0x69,0x65,0x77])][_0x123754([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x123754([0x61,0x75,0x74,0x6f]);}function _0x44af01(){_0x33b78d[_0x123754([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x123754([0x76,0x69,0x65,0x77])][_0x123754([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x123754([0x61,0x75,0x74,0x6f]);}}function _0x5222d8(_0xb22bcd){const _0x15d705=[new window[(_0x123754([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d896f=>setTimeout(_0x5d896f,0x6f7bdede^_0x23dedd)),_0x364314[_0x123754([0x74,0x68,0x65,0x6e])](()=>new window[(_0x123754([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a093e=>{let _0x4ec5ab=0x0;_0x33b78d[_0x123754([0x6d,0x6f,0x64,0x65,0x6c])][_0x123754([0x6f,0x6e])](_0x123754([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3275de,_0x2f37c2)=>{_0x2f37c2[0x0][_0x123754([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4ec5ab++,_0x4ec5ab==(0x6f72e1ea^_0x23dedd)&&(_0x1a093e(),_0x3275de[_0x123754([0x6f,0x66,0x66])]());});}))];return window[_0x123754([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x123754([0x72,0x61,0x63,0x65])](_0x15d705)[_0x123754([0x74,0x68,0x65,0x6e])](()=>_0xb22bcd);}async function _0x1e7be9(){await _0x364314,_0x33b78d[_0x123754([0x6d,0x6f,0x64,0x65,0x6c])][_0x123754([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x500e26,_0x33b78d[_0x123754([0x6d,0x6f,0x64,0x65,0x6c])][_0x123754([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x500e26,_0x33b78d[_0x123754([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x123754([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x477f26(){return _0x6bf6b7(_0x123754([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x3ccb27(_0x123754([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x123754([0x73,0x74,0x61,0x74,0x65])]==_0x123754([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x5454df(){return _0x6bf6b7(_0x123754([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x3bfe70(){return _0x6bf6b7(_0x123754([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x141c12(_0x5ea7a6){const _0x56c422=_0x3150df();_0x33b78d[_0x56c422]=_0x123754([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5ea7a6,_0x5ea7a6!=_0x123754([0x56,0x61,0x6c,0x69,0x64])&&_0x1e7be9();}function _0x3150df(){const _0x645e5d=window[_0x123754([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x123754([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x123754([0x6e,0x6f,0x77])]())[_0x123754([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x123754([0x2e]),'');let _0x4afef9=_0x123754([0x43]);for(let _0x11a151=0x0;_0x11a151<_0x645e5d[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x11a151+=0x2){let _0xc31dd6=window[_0x123754([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x645e5d[_0x123754([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x11a151,_0x11a151+0x2));_0xc31dd6>=_0x13cefd[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xc31dd6-=_0x13cefd[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4afef9+=_0x13cefd[_0xc31dd6];}return _0x4afef9;}function _0x759766(){const _0xc4c649=_0x501e70[_0x123754([0x73,0x70,0x6c,0x69,0x74])](_0x123754([0x2e]));if(0x3!=_0xc4c649[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x535608(_0xc4c649[0x1]);function _0x535608(_0x14fc83){const _0x24787a=_0x598ad1(_0x14fc83);return _0x24787a&&_0xc32490()?_0x24787a:null;function _0xc32490(){const _0x3e11ef=_0x24787a[_0x123754([0x6a,0x74,0x69])],_0x19d179=window[_0x123754([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e11ef[_0x123754([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e11ef[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x476c22={..._0x24787a,[_0x123754([0x6a,0x74,0x69])]:_0x3e11ef[_0x123754([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3e11ef[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x476c22[_0x123754([0x76,0x63])],_0x1590ae(_0x476c22)==_0x19d179;}}}async function _0x47e64a(){let _0x486aec=!0x0;try{const _0x4148fb=_0x501e70[_0x123754([0x73,0x70,0x6c,0x69,0x74])](_0x123754([0x2e])),[_0x48af31,_0x1a6966,_0x3ddcaf]=_0x4148fb;return _0x42f979(_0x48af31),await _0x5f4445(_0x48af31,_0x1a6966,_0x3ddcaf),_0x486aec;}catch{return!0x1;}function _0x42f979(_0x4151db){const _0x1dc6be=_0x598ad1(_0x4151db);_0x1dc6be&&_0x1dc6be[_0x123754([0x61,0x6c,0x67])]==_0x123754([0x45,0x53,0x32,0x35,0x36])||(_0x486aec=!0x1);}async function _0x5f4445(_0x5291d9,_0x2dbfe1,_0x3ea3bc){const _0x21e4b3=window[_0x123754([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x123754([0x66,0x72,0x6f,0x6d])](_0x4a1524(_0x3ea3bc),_0x1b6b2c=>_0x1b6b2c[_0x123754([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x51c1bf=new window[(_0x123754([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x123754([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5291d9+_0x123754([0x2e])+_0x2dbfe1),_0xd7b2fa=window[_0x123754([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x123754([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xd7b2fa)return;const _0x1304f0=await _0xd7b2fa[_0x123754([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x123754([0x6a,0x77,0x6b]),_0x4bf057,{[_0x123754([0x6e,0x61,0x6d,0x65])]:_0x123754([0x45,0x43,0x44,0x53,0x41]),[_0x123754([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x123754([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x123754([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xd7b2fa[_0x123754([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x123754([0x6e,0x61,0x6d,0x65])]:_0x123754([0x45,0x43,0x44,0x53,0x41]),[_0x123754([0x68,0x61,0x73,0x68])]:{[_0x123754([0x6e,0x61,0x6d,0x65])]:_0x123754([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1304f0,_0x21e4b3,_0x51c1bf)||(_0x486aec=!0x1);}}function _0x598ad1(_0x51b5ed){return _0x51b5ed[_0x123754([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x123754([0x65,0x79]))?JSON[_0x123754([0x70,0x61,0x72,0x73,0x65])](_0x4a1524(_0x51b5ed)):null;}function _0x4a1524(_0x2cac1c){return window[_0x123754([0x61,0x74,0x6f,0x62])](_0x2cac1c[_0x123754([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x123754([0x2b]))[_0x123754([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x123754([0x2f])));}function _0x1590ae(_0x4fcb88){let _0x431360=0x1505;function _0x4c1f51(_0xc5a53f){for(let _0x1fa7ed=0x0;_0x1fa7ed<_0xc5a53f[_0x123754([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1fa7ed++){const _0x2f5028=_0xc5a53f[_0x123754([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1fa7ed);_0x431360=(_0x431360<<0x5)+_0x431360+_0x2f5028,_0x431360&=_0x431360;}}function _0x4ebbc1(_0x4b23f5){Array[_0x123754([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4b23f5)?_0x4b23f5[_0x123754([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4ebbc1):_0x4b23f5&&typeof _0x4b23f5==_0x123754([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x123754([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4b23f5)[_0x123754([0x73,0x6f,0x72,0x74])]()[_0x123754([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x44a508,_0x877d0e])=>{_0x4c1f51(_0x44a508),_0x4ebbc1(_0x877d0e);}):_0x4c1f51(window[_0x123754([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4b23f5));}return _0x4ebbc1(_0x4fcb88),_0x431360>>>0x0;}function _0xec3e81(_0x34fc){return _0x34fc[_0x123754([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x123754([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x123754([0x30]));}function _0x39f86e(_0x161ce2){return _0x161ce2[_0x123754([0x73,0x70,0x6c,0x69,0x74])]('')[_0x123754([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x123754([0x6a,0x6f,0x69,0x6e])]('');}function _0x6bf6b7(_0x5aea1a){return _0x33b78d[_0x123754([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x123754([0x68,0x61,0x73])](_0x5aea1a);}function _0x3ccb27(_0x25904b){return _0x33b78d[_0x123754([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x123754([0x67,0x65,0x74])](_0x25904b);}function _0x500e26(){}function _0x123754(_0x2d6c00){const _0x113b3d=_0x54ef;return _0x2d6c00[_0x113b3d(0x1ae)](_0x4d8e22=>String[_0x113b3d(0x1fa)](_0x4d8e22))[_0x113b3d(0x1ba)]('');}_0x141c12(await _0x41f618());}(this);}[_0x57c715(0x1d3)](){const _0x2911ca=_0x57c715,_0x3bafbb=this[_0x2911ca(0x170)][_0x2911ca(0x19f)][_0x2911ca(0x19a)](_0x17036a),_0x1ad491=this[_0x2911ca(0x170)][_0x2911ca(0x1e0)][_0x2911ca(0x19a)](_0x2911ca(0x187));for(const _0x5c4d9c of _0x3bafbb[_0x2911ca(0x1ce)]({'channelId':_0x1ad491}))_0x3bafbb[_0x2911ca(0x17b)](_0x5c4d9c['id']),_0x3bafbb[_0x2911ca(0x1c8)][_0x2911ca(0x1d8)](_0x5c4d9c['id']);super[_0x2911ca(0x1d3)]();}[_0x57c715(0x18a)](_0x43e38b){const _0x2b29e3=_0x57c715;return this[_0x2b29e3(0x1a6)](_0x43e38b)[_0x2b29e3(0x19d)]>0x0;}[_0x57c715(0x1a6)](_0x16882d){const _0x186991=_0x57c715,_0x23ec0c=[];for(const _0x2fc250 of this[_0x186991(0x170)][_0x186991(0x193)][_0x186991(0x1bb)])_0x2fc250[_0x186991(0x1d0)][_0x186991(0x1c2)](_0x186991(0x194)+_0x16882d)&&_0x23ec0c[_0x186991(0x17a)](_0x2fc250);return _0x23ec0c;}[_0x57c715(0x1c3)](_0x517b67){const _0x17f619=_0x57c715,_0x3618ba=this[_0x17f619(0x1af)](_0x517b67);_0x3618ba&&setTimeout(()=>{const _0x5871b4=_0x17f619;this[_0x5871b4(0x16f)]&&splitMarkerName(this[_0x5871b4(0x16f)])['id']===_0x517b67&&_0x258ea3({'target':_0x3618ba[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x57c715(0x1c1)](_0x2c1ba9){const _0x4150cd=_0x57c715;this[_0x4150cd(0x170)][_0x4150cd(0x193)][_0x4150cd(0x163)](()=>{const _0x239b19=_0x4150cd;for(const _0x2cc563 of this[_0x239b19(0x1a6)](_0x2c1ba9))this[_0x239b19(0x170)][_0x239b19(0x1fc)][_0x239b19(0x1c7)](_0x2cc563);});}[_0x57c715(0x197)](_0x4f4360){const _0x15dbbf=_0x57c715,_0x4a51fc=this[_0x15dbbf(0x170)][_0x15dbbf(0x19f)][_0x15dbbf(0x19a)](_0x17036a),_0x374a34=this[_0x15dbbf(0x170)][_0x15dbbf(0x19f)][_0x15dbbf(0x19a)](_0x5f5afc),_0x4c0dab=_0x4a51fc[_0x15dbbf(0x1d5)](_0x4f4360);if(!_0x4c0dab[_0x15dbbf(0x17e)]){const _0x53aa35=_0x4c0dab[_0x15dbbf(0x1cb)](()=>this[_0x15dbbf(0x1af)](_0x4c0dab['id']));_0x374a34[_0x15dbbf(0x168)](_0x53aa35),_0x4c0dab[_0x15dbbf(0x1ec)]=!0x1;}}[_0x57c715(0x1fd)](){const _0x40380=_0x57c715,_0x29e21d=this[_0x40380(0x170)],_0x5dfc15=_0x29e21d[_0x40380(0x19f)][_0x40380(0x19a)](_0x141ced);_0x29e21d[_0x40380(0x1e3)][_0x40380(0x164)](_0x40380(0x1a4))[_0x40380(0x180)]({'model':_0x40380(0x1de),'view':(_0x5de1dc,_0x451333)=>{const _0x4e572=_0x40380,{id:_0x1f1cf4}=splitMarkerName(_0x5de1dc[_0x4e572(0x16e)]),_0x487a8b=_0x29e21d[_0x4e572(0x19f)][_0x4e572(0x19a)](_0x17036a)[_0x4e572(0x1d5)](_0x1f1cf4),_0x1c4c83=this[_0x4e572(0x16f)]&&splitMarkerName(this[_0x4e572(0x16f)])['id']===_0x1f1cf4;let _0x54e5de;if(_0x487a8b&&_0x487a8b[_0x4e572(0x1be)]&&!_0x1c4c83&&_0x5de1dc[_0x4e572(0x1f3)])return _0x451333[_0x4e572(0x169)][_0x4e572(0x173)](_0x5de1dc[_0x4e572(0x1f3)],_0x4e572(0x1f1)+_0x5de1dc[_0x4e572(0x16e)]),_0x451333[_0x4e572(0x169)][_0x4e572(0x173)](_0x5de1dc[_0x4e572(0x1f3)],_0x4e572(0x196)+_0x5de1dc[_0x4e572(0x16e)]),null;const _0x4e33fb=[_0x4e572(0x162)];return _0x1c4c83&&_0x4e33fb[_0x4e572(0x17a)](_0x4e572(0x17c)),_0x54e5de=_0x487a8b?.[_0x4e572(0x19d)]?_0x487a8b[_0x4e572(0x1b6)][_0x4e572(0x1a1)][_0x4e572(0x1e4)]['id']:_0x5dfc15['me']['id'],{'classes':_0x4e33fb,'attributes':{'data-comment':_0x1f1cf4,'data-author-id':_0x54e5de}};}}),_0x29e21d[_0x40380(0x1e3)][_0x40380(0x164)](_0x40380(0x1e2))[_0x40380(0x1ca)]({'model':_0x40380(0x1de),'view':(_0x1b82c8,{options:_0x381688})=>{const _0x5bdc0e=_0x40380;if(_0x381688[_0x5bdc0e(0x1e1)])return null;const _0x3ac9bc=_0x29e21d[_0x5bdc0e(0x19f)][_0x5bdc0e(0x19a)](_0x17036a),_0x18d3d6=_0x29e21d[_0x5bdc0e(0x193)][_0x5bdc0e(0x1bb)][_0x5bdc0e(0x19a)](_0x1b82c8),{id:_0x5408ee,part:_0x3801df}=splitMarkerName(_0x1b82c8);return _0x18d3d6&&!_0x18d3d6[_0x5bdc0e(0x1d6)]||_0x381688[_0x5bdc0e(0x1d4)]&&_0x3ac9bc[_0x5bdc0e(0x1d5)](_0x5408ee)?.[_0x5bdc0e(0x1be)]?null:{'group':_0x5bdc0e(0x1de),'name':_0x3801df?_0x5408ee+':'+_0x3801df:_0x5408ee};}}),_0x29e21d[_0x40380(0x1e3)][_0x40380(0x164)](_0x40380(0x17d))[_0x40380(0x1da)]({'view':{'name':_0x40380(0x1de),'attributes':{'id':/^\w/}},'model':(_0x187172,{writer:_0xf4b88a})=>_0xf4b88a[_0x40380(0x185)](_0x40380(0x1bc),{'data-name':_0x40380(0x194)+_0x187172[_0x40380(0x1a2)]('id')})}),_0x29e21d[_0x40380(0x1e3)][_0x40380(0x164)](_0x40380(0x17d))[_0x40380(0x1f0)]({'view':_0x40380(0x1de)});}[_0x57c715(0x17f)](){const _0x5c9c09=_0x57c715,_0x1c94f3=this[_0x5c9c09(0x170)],_0x587bfd=_0x1c94f3[_0x5c9c09(0x19f)][_0x5c9c09(0x19a)](_0x17036a),_0x5de8cb=new Set(),_0x4e0836=new Set();_0x1c94f3[_0x5c9c09(0x193)][_0x5c9c09(0x189)][_0x5c9c09(0x1e5)](_0x36419e=>{const _0x2184c3=_0x5c9c09;let _0x153232=!0x1;for(const {name:_0x3f45d9,data:_0x332d9f}of _0x1c94f3[_0x2184c3(0x193)][_0x2184c3(0x189)][_0x2184c3(0x19e)][_0x2184c3(0x1fb)]()){const {group:_0x241835,id:_0x2fc7bb}=splitMarkerName(_0x3f45d9);let _0x545d9b=_0x332d9f[_0x2184c3(0x1b7)];if(_0x2184c3(0x1de)!==_0x241835||!_0x545d9b)continue;const _0x3bfedc=_0x2184c3(0x1bf)===_0x545d9b[_0x2184c3(0x1e9)][_0x2184c3(0x1dc)];_0x3bfedc||(_0x545d9b=ht(_0x545d9b,_0x1c94f3[_0x2184c3(0x193)]),!_0x545d9b||_0x545d9b[_0x2184c3(0x19b)]||!_0x332d9f[_0x2184c3(0x1b7)]||_0x545d9b[_0x2184c3(0x195)](_0x332d9f[_0x2184c3(0x1b7)]))?_0x1c94f3[_0x2184c3(0x193)][_0x2184c3(0x1b2)](_0x545d9b)&&!_0x3bfedc?this[_0x2184c3(0x1fe)]?_0x5de8cb[_0x2184c3(0x1d7)](_0x3f45d9):this[_0x2184c3(0x1c9)](_0x3f45d9,_0x2fc7bb):(_0x4e0836[_0x2184c3(0x1d7)](_0x3f45d9),_0x5de8cb[_0x2184c3(0x1d8)](_0x3f45d9),_0x36419e[_0x2184c3(0x198)](_0x3f45d9),_0x153232=!0x0):(_0x36419e[_0x2184c3(0x191)](_0x3f45d9,{'range':_0x545d9b}),_0x153232=!0x0);}return _0x153232;}),this['on'](_0x5c9c09(0x15d),(_0x4217d3,_0x476127,_0x1e0d04)=>{const _0x5768fa=_0x5c9c09;if(!_0x1e0d04&&_0x5de8cb[_0x5768fa(0x16d)])for(const _0x285907 of _0x5de8cb){const {id:_0x25c863}=splitMarkerName(_0x285907);_0x5de8cb[_0x5768fa(0x1d8)](_0x285907),_0x1c94f3[_0x5768fa(0x193)][_0x5768fa(0x1bb)][_0x5768fa(0x19a)](_0x285907)&&this[_0x5768fa(0x1c9)](_0x285907,_0x25c863);}}),this[_0x5c9c09(0x190)](_0x1c94f3[_0x5c9c09(0x193)][_0x5c9c09(0x189)],_0x5c9c09(0x163),()=>{const _0x3d27c6=_0x5c9c09;for(const {name:_0x5c8792,data:{newRange:_0x3fbfb3}}of _0x1c94f3[_0x3d27c6(0x193)][_0x3d27c6(0x189)][_0x3d27c6(0x19e)][_0x3d27c6(0x1fb)]()){const {group:_0x5dbf59,id:_0x1bf26a}=splitMarkerName(_0x5c8792);if(_0x3d27c6(0x1de)!==_0x5dbf59)continue;const _0x5d5edf=_0x587bfd[_0x3d27c6(0x1d5)](_0x1bf26a),_0x3a4245=this[_0x3d27c6(0x18a)](_0x1bf26a);_0x5d5edf&&(!_0x5d5edf[_0x3d27c6(0x1ec)]&&_0x3fbfb3&&_0x1c94f3[_0x3d27c6(0x1fc)][_0x3d27c6(0x1dd)][_0x3d27c6(0x1bd)](_0x3d27c6(0x167),()=>{const _0x480fc5=_0x3d27c6,_0x32e68a=_0x1c94f3[_0x480fc5(0x19f)][_0x480fc5(0x19a)](_0x3a6e16),_0x3206ee=_0x587bfd[_0x480fc5(0x176)][_0x480fc5(0x19a)](_0x5d5edf)[_0x480fc5(0x1dd)];_0x32e68a[_0x480fc5(0x18d)](_0x3206ee)[_0x480fc5(0x18f)]();},{'priority':_0x3d27c6(0x1b4)}),_0x5d5edf[_0x3d27c6(0x1ec)]=_0x3a4245||!!_0x3fbfb3),_0x3fbfb3||(_0x4e0836[_0x3d27c6(0x1d7)](_0x5c8792),_0x5de8cb[_0x3d27c6(0x1d8)](_0x5c8792));}for(const _0x186a39 of _0x4e0836){const {id:_0x33d593}=splitMarkerName(_0x186a39),_0x17d7b8=_0x587bfd[_0x3d27c6(0x1d5)](_0x33d593);if(_0x5de8cb[_0x3d27c6(0x1d8)](_0x186a39),!_0x17d7b8)continue;const _0x3338d6=this[_0x3d27c6(0x18a)](_0x33d593);_0x3338d6||_0x17d7b8[_0x3d27c6(0x1b5)]?_0x3338d6||_0x17d7b8[_0x3d27c6(0x16b)]||_0x17d7b8[_0x3d27c6(0x179)](new Date()):_0x17d7b8[_0x3d27c6(0x18c)]();}_0x4e0836[_0x3d27c6(0x1c0)]();});}[_0x57c715(0x19c)](_0x3d6dfc){const _0x25ecb6=_0x57c715;_0x3d6dfc[_0x25ecb6(0x1d2)](_0x50e99d=>{const _0x1fd94c=_0x25ecb6;_0x50e99d[_0x1fd94c(0x16b)]&&this[_0x1fd94c(0x197)](_0x50e99d['id']);});}[_0x57c715(0x1af)](_0x3c9a3f){const _0x37ced9=_0x57c715,_0x2e6985=this[_0x37ced9(0x170)],_0x228fae=this[_0x37ced9(0x1a6)](_0x3c9a3f);return _0x31f7c3(_0x2e6985[_0x37ced9(0x1fc)],_0x228fae);}[_0x57c715(0x166)](_0x346c78){const _0x1bd4e8=_0x57c715,_0x3a8a05=this[_0x1bd4e8(0x1a6)](_0x346c78);let _0x106967='',_0x541033=!0x1;for(const _0x549d9a of _0x3a8a05){const _0x84540e=_0x549d9a[_0x1bd4e8(0x199)]();for(const _0x57155d of Array[_0x1bd4e8(0x200)](_0x84540e[_0x1bd4e8(0x1eb)]()))_0x57155d['is'](_0x1bd4e8(0x1b8))?(_0x106967&&_0x541033&&(_0x106967+='\x20',_0x541033=!0x1),_0x106967+=_0x57155d[_0x1bd4e8(0x177)]):_0x541033=!0x0;_0x541033=!0x0;}return _0x106967[_0x1bd4e8(0x1f5)](0x0,0x96);}[_0x57c715(0x172)](_0x4d9ff7,_0x2d1ab1){const _0x1e9d6a=_0x57c715,_0x26c56f=this[_0x1e9d6a(0x170)],_0x19fea4=_0x26c56f[_0x1e9d6a(0x19f)][_0x1e9d6a(0x19a)](_0x17036a);let _0x2549cc=_0x19fea4[_0x1e9d6a(0x1d5)](_0x2d1ab1);const _0x396768=_0x26c56f[_0x1e9d6a(0x1e0)][_0x1e9d6a(0x19a)](_0x1e9d6a(0x187)),_0x43047b=_0x26c56f[_0x1e9d6a(0x19f)][_0x1e9d6a(0x19a)](_0x5f5afc);if(_0x2549cc&&(_0x2549cc[_0x1e9d6a(0x16b)]&&_0x2549cc[_0x1e9d6a(0x179)](null),_0x2549cc[_0x1e9d6a(0x17e)]))return _0x2549cc;return!this[_0x1e9d6a(0x1a6)](_0x2d1ab1)[0x0][_0x1e9d6a(0x1f9)]?_0x26c56f[_0x1e9d6a(0x1fc)][_0x1e9d6a(0x1dd)][_0x1e9d6a(0x1bd)](_0x1e9d6a(0x167),()=>{const _0x3ff5e2=_0x1e9d6a;if(_0x19fea4[_0x3ff5e2(0x1d5)](_0x2d1ab1))return;const _0x461735=_0x26c56f[_0x3ff5e2(0x19f)][_0x3ff5e2(0x19a)](_0x3a6e16);_0x2549cc=_0x19fea4[_0x3ff5e2(0x1e6)]({'channelId':_0x396768,'threadId':_0x2d1ab1,'target':()=>this[_0x3ff5e2(0x1af)](_0x2d1ab1),'context':{'type':_0x3ff5e2(0x1e7),'value':this[_0x3ff5e2(0x166)](_0x2d1ab1)}});const _0x1c06a2=_0x19fea4[_0x3ff5e2(0x176)][_0x3ff5e2(0x19a)](_0x2549cc)[_0x3ff5e2(0x1dd)],_0x2388d6=_0x461735[_0x3ff5e2(0x18d)](_0x1c06a2);_0x2388d6&&_0x43047b[_0x3ff5e2(0x168)](_0x2388d6);},{'priority':_0x1e9d6a(0x1b4)}):_0x19fea4[_0x1e9d6a(0x1f7)]({'channelId':_0x396768,'threadId':_0x2d1ab1})[_0x1e9d6a(0x1f8)](_0x15624e=>{const _0x5a0402=_0x1e9d6a;if(_0x5a0402(0x1df)!==_0x26c56f[_0x5a0402(0x1aa)]){if(_0x2549cc=_0x15624e,_0x2549cc&&!_0x2549cc[_0x5a0402(0x17e)]){const _0x528b44=_0x2549cc[_0x5a0402(0x1cb)](()=>this[_0x5a0402(0x1af)](_0x2d1ab1));_0x43047b[_0x5a0402(0x168)](_0x528b44),_0x2549cc[_0x5a0402(0x1be)]&&this[_0x5a0402(0x1c1)](_0x2d1ab1);}else{if(!_0x2549cc){const _0x320b80=this[_0x5a0402(0x1a6)](_0x2d1ab1);_0x26c56f[_0x5a0402(0x193)][_0x5a0402(0x163)](_0x131bec=>{const _0x5a687e=_0x5a0402;for(const _0x30ff14 of _0x320b80)_0x131bec[_0x5a687e(0x198)](_0x30ff14);});}}}}),_0x2549cc;}[_0x57c715(0x1c9)](_0x1f2032,_0x3d1507){const _0x4b3c86=_0x57c715,_0x435778=this[_0x4b3c86(0x172)](_0x1f2032,_0x3d1507);_0x435778&&!_0x435778[_0x4b3c86(0x188)]&&_0x435778[_0x4b3c86(0x1ee)]({'type':_0x4b3c86(0x1e7),'value':this[_0x4b3c86(0x166)](_0x3d1507)});}[_0x57c715(0x1ff)](){const _0x534294=_0x57c715,_0x3998c6=this[_0x534294(0x170)];_0x21fb05(_0x3998c6[_0x534294(0x193)],({left:_0x56036b,entered:_0x409f39})=>{const _0x4b3011=_0x534294;for(const _0x1194a1 of _0x56036b)if(lt(_0x1194a1)){_0x3998c6['ui'][_0x4b3011(0x1a8)][_0x4b3011(0x1a5)](_0xdcb7bb(_0x3998c6[_0x4b3011(0x1d9)],_0x4b3011(0x1b9)));break;}for(const _0xe593eb of _0x409f39)if(lt(_0xe593eb)){_0x3998c6['ui'][_0x4b3011(0x1a8)][_0x4b3011(0x1a5)](_0xdcb7bb(_0x3998c6[_0x4b3011(0x1d9)],_0x4b3011(0x1c5),_0x1a6980(_0x2e256c)));break;}});}}function mt(_0x5d1347,_0x3f3b16){return _0x3f3b16?_0x5d1347+':'+_0x3f3b16:_0x5d1347;}export function splitMarkerName(_0x341b84){const _0x4e0626=_0x57c715,_0x535b48=_0x341b84[_0x4e0626(0x174)](':');return{'group':_0x535b48[0x0],'id':_0x535b48[0x1],'part':_0x535b48[0x2]};}function ht(_0x3e1ae5,_0x43eb83){const _0xf2c042=_0x57c715,_0x4a31ed=_0x43eb83[_0xf2c042(0x1b0)],_0x46bc61=_0x43eb83[_0xf2c042(0x1cc)](_0x3e1ae5[_0xf2c042(0x1cd)]);for(const _0x1847d5 of _0x3e1ae5[_0xf2c042(0x15e)]()){const {type:_0x48c51c,item:_0x373619,nextPosition:_0x3ca7b1}=_0x1847d5;if(_0xf2c042(0x1e7)===_0x48c51c||_0x4a31ed[_0xf2c042(0x18b)](_0x373619)){const _0x1964bd=_0x43eb83[_0xf2c042(0x1c6)](_0x373619);_0x46bc61[_0xf2c042(0x19b)]&&(_0x46bc61[_0xf2c042(0x1cd)]=_0x1964bd),_0x46bc61[_0xf2c042(0x1ab)]=_0x3ca7b1;}}return _0x46bc61;}function _0x54ef(_0x208c40,_0x13faff){const _0x3d455c=_0x3d45();return _0x54ef=function(_0x54efe7,_0x3984b0){_0x54efe7=_0x54efe7-0x15d;let _0x44dace=_0x3d455c[_0x54efe7];return _0x44dace;},_0x54ef(_0x208c40,_0x13faff);}function lt(_0xea1008){const _0x4db3aa=_0x57c715;return _0x4db3aa(0x1de)===splitMarkerName(_0xea1008[_0x4db3aa(0x1d0)])[_0x4db3aa(0x18e)];}
|
|
23
|
+
function _0x52bb(_0x11cd1b,_0x591e6f){const _0x2b887a=_0x2b88();return _0x52bb=function(_0x52bb9d,_0x5d80ba){_0x52bb9d=_0x52bb9d-0x149;let _0x35bd83=_0x2b887a[_0x52bb9d];return _0x35bd83;},_0x52bb(_0x11cd1b,_0x591e6f);}const _0x26450d=_0x52bb;(function(_0x30c8c1,_0x53d410){const _0x48e5dd=_0x52bb,_0x5cf36c=_0x30c8c1();while(!![]){try{const _0x59dd93=-parseInt(_0x48e5dd(0x196))/0x1*(-parseInt(_0x48e5dd(0x186))/0x2)+-parseInt(_0x48e5dd(0x1ba))/0x3*(parseInt(_0x48e5dd(0x170))/0x4)+-parseInt(_0x48e5dd(0x1e5))/0x5*(parseInt(_0x48e5dd(0x1d1))/0x6)+parseInt(_0x48e5dd(0x16b))/0x7*(-parseInt(_0x48e5dd(0x1b0))/0x8)+parseInt(_0x48e5dd(0x156))/0x9*(-parseInt(_0x48e5dd(0x1b8))/0xa)+parseInt(_0x48e5dd(0x1bf))/0xb*(parseInt(_0x48e5dd(0x17b))/0xc)+parseInt(_0x48e5dd(0x18e))/0xd;if(_0x59dd93===_0x53d410)break;else _0x5cf36c['push'](_0x5cf36c['shift']());}catch(_0x5b9f88){_0x5cf36c['push'](_0x5cf36c['shift']());}}}(_0x2b88,0xb8b28));import{Plugin as _0x20c0aa}from'ckeditor5/src/core.js';import{getEnvKeystrokeText as _0xd7547c,scrollViewportToShowTarget as _0x3585ea,uid as _0x1ab922}from'ckeditor5/src/utils.js';import _0x3fb297 from'./commentsrepository.js';import _0x565ca7 from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x199932,getAllMarkersDomElementsSorted as _0x36727e,FOCUS_ANNOTATION_KEYSTROKE as _0x3022a4,Users as _0x546413}from'ckeditor5-collaboration/src/collaboration-core.js';import _0xa5be62 from'../annotations/editorannotations.js';import _0x82654a from'./integrations/commentsrestrictededitingmode.js';import _0x4d4128 from'./integrations/importword.js';import _0x367eb5 from'./integrations/clipboard.js';function _0x2b88(){const _0x2f59fe=['item','upcast','4748xtnCjr','managedUsingOperations','_handleInitialThreads','ENTER_COMMENT_ANNOUNCEMENT','model','getAttribute','editingDowncast','get','23121644rYlmmZ','switchReadOnly','root','remove','startsWith','markerToData','start','comments','489zHiKVd','config','then','forEach','set','focus','showCommentHighlights','scrollToThreadMarker','announce','destroy','markerName','afterInit','_initializeMarkerConverters','editor','hasMarkerForId','resolveCommentThread','pluginName','locale','setUnlinkedAt','split','fetchCommentThread','hasDomSelection','registerAnnotation','_getTargetForId','filter','createElement','5414888QesFZy','addMarker:','getAllMarkersForId','low','_detachCommentThread','elementToElement','view','isCollapsed','88170rsRwma','_getTextContext','9GtHNlr','once','fromCharCode','$graveyard','for','2475836jPmxlX','schema','affectsData','enqueueChange','add','isThreadsLoadingPaused','dataToMarker','clear','plugins','consumable','getWalker','change:isReadOnly','updateMarker','differ','init','registerPostFixer','$marker','map','6996012QyNCHn','first','LEAVE_COMMENT_ANNOUNCEMENT','unlinkedAt','openNewCommentThread','conversion','removeMarker:','isObject','createPositionBefore','removeMarker','end','_attachMarkerToThread','isEqual','_handleMarkerAddAndRemove','author','ariaLiveAnnouncer','isSubmitted','hasCommentThread','state','addCommentThread','5mIlTay','href','_reconvertMarkers','activeMarker','_threadToController','ignoreResolvedComments','listenTo','ck-comment-marker--active','CommentsEditing','destroyed','isAttached','join','getChangedMarkers','_attachArchivedThread','name','ck-comment-marker','reopenCommentThread','data','ready','rootName','push','isOfficialPlugin','channelId','markerToHighlight','createRange','513TIHAti','editing','dataDowncast','change:isThreadsLoadingPaused','size','group','commands','comment:','reconvertMarker','collaboration.channelId','_initAriaMarkerChangeAnnouncements','substring','getCommentThreads','isPremiumPlugin','_threads','markers','delete','getItems','getCommentThread','hasContent','$textProxy','7CNtMlA','change','text','setContext','from','83464ADhqeH','comment','isResolved','_hasTargetInContent','requires','consume','context','refreshVisibility','removeCommentThread','newRange','length','12YFDSfc','document','attachTo','addComment','getRange','getByInnerView','render','change:activeMarker','_handleThreadMarker'];_0x2b88=function(){return _0x2f59fe;};return _0x2b88();}import _0x164edf from'./integrations/showcommenthighlights.js';import'../../theme/commentmarker.css';import _0x146c11 from'../annotations/annotations.js';import{getTranslation as _0x296f41}from'../utils/common-translations.js';export default class r extends _0x20c0aa{static get[_0x26450d(0x174)](){return[_0x3fb297,_0xa5be62,_0x546413,_0x82654a,_0x4d4128,_0x367eb5,_0x164edf];}static get[_0x26450d(0x1a6)](){const _0x1bf13d=_0x26450d;return _0x1bf13d(0x1ed);}static get[_0x26450d(0x152)](){return!0x0;}static get[_0x26450d(0x163)](){return!0x0;}constructor(_0x33b5cb){const _0x3108b9=_0x26450d;super(_0x33b5cb),this[_0x3108b9(0x19a)](_0x3108b9(0x1c4),!0x0),_0x33b5cb[_0x3108b9(0x14e)][_0x3108b9(0x1bb)](_0x3108b9(0x14f),()=>this[_0x3108b9(0x1c4)]=!0x1),this[_0x3108b9(0x19a)](_0x3108b9(0x1e8),null),this['on'](_0x3108b9(0x182),(_0x4b04a4,_0x215cf7,_0x15485f,_0x33e237)=>{const _0x21e75a=_0x3108b9,_0x3b0073=_0x33b5cb[_0x21e75a(0x1c7)][_0x21e75a(0x18d)](_0x3fb297),_0x21e19c=_0x15485f?splitMarkerName(_0x15485f)['id']:null;_0x33b5cb[_0x21e75a(0x18a)][_0x21e75a(0x16c)](()=>{const _0x2b0489=_0x21e75a;if(_0x21e19c){const _0x3990d3=this[_0x2b0489(0x1b2)](_0x21e19c);for(const _0x11c65f of _0x3990d3)_0x33b5cb[_0x2b0489(0x157)][_0x2b0489(0x15e)](_0x11c65f);}if(_0x33e237){const {id:_0x3afe3a}=splitMarkerName(_0x33e237),_0x41c288=_0x3b0073[_0x2b0489(0x168)](_0x3afe3a);if(_0x41c288&&_0x41c288[_0x2b0489(0x1d4)])return;if(_0x41c288&&!_0x41c288[_0x2b0489(0x1ef)])return;const _0x1dfa78=this[_0x2b0489(0x1b2)](_0x3afe3a);for(const _0x46a23b of _0x1dfa78)_0x33b5cb[_0x2b0489(0x157)][_0x2b0489(0x15e)](_0x46a23b);}}),_0x21e19c&&this[_0x21e75a(0x19d)](_0x21e19c);}),this[_0x3108b9(0x160)]();}[_0x26450d(0x1cd)](){const _0x1dd8fb=_0x26450d,_0x7a785c=this[_0x1dd8fb(0x1a3)],_0x1c1f1c=_0x7a785c[_0x1dd8fb(0x1c7)][_0x1dd8fb(0x18d)](_0x3fb297),_0x4564eb=_0x7a785c[_0x1dd8fb(0x197)][_0x1dd8fb(0x18d)](_0x1dd8fb(0x15f)),_0x43fd07=_0x1c1f1c[_0x1dd8fb(0x162)]()[_0x1dd8fb(0x1ae)](_0x8a2c5=>_0x8a2c5[_0x1dd8fb(0x153)]!==_0x4564eb);_0x7a785c[_0x1dd8fb(0x15c)][_0x1dd8fb(0x1c3)](_0x1dd8fb(0x1e4),new _0x565ca7(_0x7a785c)),this[_0x1dd8fb(0x1eb)](_0x7a785c,_0x1dd8fb(0x1ca),(_0x43cbc2,_0x529649,_0x37c85a)=>{const _0xd6066c=_0x1dd8fb;_0x1c1f1c[_0xd6066c(0x18f)](_0x37c85a,_0x7a785c[_0xd6066c(0x197)][_0xd6066c(0x18d)](_0xd6066c(0x15f)));}),this[_0x1dd8fb(0x1eb)](_0x1c1f1c,ft(_0x1dd8fb(0x1e4),_0x4564eb),(_0x3ab4a5,{threadId:_0x1ccd30})=>{const _0x3b6012=_0x1dd8fb,_0x377bd7=this[_0x3b6012(0x1a3)][_0x3b6012(0x1c7)][_0x3b6012(0x18d)](_0x3fb297)[_0x3b6012(0x168)](_0x1ccd30);_0x377bd7?.[_0x3b6012(0x1d4)]&&this[_0x3b6012(0x14a)](_0x1ccd30);}),this[_0x1dd8fb(0x1eb)](_0x1c1f1c,ft(_0x1dd8fb(0x178),_0x4564eb),(_0x499551,{threadId:_0x1e23d3})=>{const _0x31ffea=_0x1dd8fb;_0x7a785c[_0x31ffea(0x18a)][_0x31ffea(0x1c2)]({'isUndoable':!0x1},_0x43a086=>{const _0x2aeb3e=_0x31ffea,_0x33bb9e=this[_0x2aeb3e(0x1b2)](_0x1e23d3);for(const _0x2c6776 of _0x33bb9e)_0x43a086[_0x2aeb3e(0x1da)](_0x2c6776);});}),this[_0x1dd8fb(0x1eb)](_0x1c1f1c,ft(_0x1dd8fb(0x1a5),_0x4564eb),(_0xf43c62,{threadId:_0xf5198})=>{const _0x5981e0=_0x1dd8fb;(this[_0x5981e0(0x1e7)](_0xf5198),this[_0x5981e0(0x1a3)][_0x5981e0(0x157)][_0x5981e0(0x1b6)][_0x5981e0(0x1ab)])&&(this[_0x5981e0(0x1a3)][_0x5981e0(0x1c7)][_0x5981e0(0x18d)](_0x3fb297)[_0x5981e0(0x168)](_0xf5198)[_0x5981e0(0x1d4)]||this[_0x5981e0(0x1a3)][_0x5981e0(0x157)][_0x5981e0(0x1b6)][_0x5981e0(0x19b)]());},{'priority':_0x1dd8fb(0x1b3)}),this[_0x1dd8fb(0x1eb)](_0x1c1f1c,ft(_0x1dd8fb(0x14d),_0x4564eb),(_0x3f5e1e,{threadId:_0x145932})=>{const _0x44e1c4=_0x1dd8fb;this[_0x44e1c4(0x1e7)](_0x145932);},{'priority':_0x1dd8fb(0x1b3)}),this[_0x1dd8fb(0x1eb)](_0x1c1f1c,ft(_0x1dd8fb(0x17e),_0x4564eb),(_0xa764be,{threadId:_0x476c64,isFromAdapter:_0xd5706a})=>{const _0x356de9=_0x1dd8fb,_0x33bb28=this[_0x356de9(0x1b2)](_0x476c64);if(_0xd5706a||0x0==_0x33bb28[_0x356de9(0x17a)]||!_0x1c1f1c[_0x356de9(0x1e2)](_0x476c64))return;0x1===_0x1c1f1c[_0x356de9(0x168)](_0x476c64)[_0x356de9(0x17a)]&&_0x7a785c[_0x356de9(0x18a)][_0x356de9(0x1c2)]({'isUndoable':!0x1},_0x1dad98=>{const _0x4db0a5=_0x356de9;for(const _0x9a9dd2 of _0x33bb28)_0x1dad98[_0x4db0a5(0x1cb)](_0x9a9dd2,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x1dd8fb(0x1b3)}),this[_0x1dd8fb(0x1a2)](),this[_0x1dd8fb(0x1de)](),this[_0x1dd8fb(0x188)](_0x43fd07);}[_0x26450d(0x1a1)](){!async function(_0x6fbecb){const _0x4e27b4=_0x85b6af([0x6e,0x62,0x78,0x45,0x42,0x76,0x77,0x5a,0x72,0x34,0x79,0x51,0x6d,0x65,0x47,0x52,0x53,0x44,0x31,0x67,0x30,0x63,0x43,0x55,0x4b,0x64,0x7a,0x48,0x54,0x32,0x4f,0x56,0x36,0x6c,0x57,0x33,0x59,0x50,0x69,0x6f,0x6a,0x4e,0x66,0x39,0x73,0x61,0x6b,0x41,0x58,0x38,0x46,0x49,0x71,0x4c,0x4d,0x4a,0x75,0x70,0x68,0x74,0x37,0x35]),_0x5d87f5=0xa7ea421,_0xb8ec4f=0xa79cde9^_0x5d87f5,_0x36f54a=window[_0x85b6af([0x44,0x61,0x74,0x65])][_0x85b6af([0x6e,0x6f,0x77])](),_0x350a18=_0x6fbecb[_0x85b6af([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x48b594=new window[(_0x85b6af([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x114a21=>{_0x350a18[_0x85b6af([0x6f,0x6e,0x63,0x65])](_0x85b6af([0x72,0x65,0x61,0x64,0x79]),_0x114a21);}),_0x260814={[_0x85b6af([0x6b,0x74,0x79])]:_0x85b6af([0x45,0x43]),[_0x85b6af([0x75,0x73,0x65])]:_0x85b6af([0x73,0x69,0x67]),[_0x85b6af([0x63,0x72,0x76])]:_0x85b6af([0x50,0x2d,0x32,0x35,0x36]),[_0x85b6af([0x78])]:_0x85b6af([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x85b6af([0x79])]:_0x85b6af([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x85b6af([0x61,0x6c,0x67])]:_0x85b6af([0x45,0x53,0x32,0x35,0x36])},_0x29203d=_0x350a18[_0x85b6af([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x85b6af([0x67,0x65,0x74])](_0x85b6af([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1bc60e(){let _0x3c1956,_0x5a9696=null,_0x1e7d6c=null;try{if(_0x29203d==_0x85b6af([0x47,0x50,0x4c]))return _0x85b6af([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3c1956=_0x32d133(),!_0x3c1956)return _0x85b6af([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3c1956[_0x85b6af([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e7d6c=_0x3b4cf8(_0x3c1956[_0x85b6af([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3c1956[_0x85b6af([0x6a,0x74,0x69])])),await _0x291010()?_0x1f951b()?_0x444856()?_0x85b6af([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3d7ded()?(_0x3c1956[_0x85b6af([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x85b6af([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5a9696=_0x4975dc(_0x85b6af([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3c1956[_0x85b6af([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x85b6af([0x74,0x72,0x69,0x61,0x6c])&&(_0x5a9696=_0x4975dc(_0x85b6af([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xe9c3a9()):_0x85b6af([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x85b6af([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x85b6af([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x85b6af([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x444856(){const _0xe8849a=[_0x85b6af([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x85b6af([0x74,0x72,0x69,0x61,0x6c])][_0x85b6af([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c1956[_0x85b6af([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x36f54a/0x3e8:0xe10*_0xb8ec4f;return _0x3c1956[_0x85b6af([0x65,0x78,0x70])]<_0xe8849a;}function _0x1f951b(){const _0x449c34=_0x3c1956[_0x85b6af([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x449c34)return!0x1;if(_0x449c34[_0x85b6af([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x85b6af([0x2a])))return!0x0;if(_0x449c34[_0x85b6af([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x85b6af([0x43,0x4d,0x54])))return!0x0;if(_0x449c34[_0x85b6af([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x85b6af([0x52,0x43,0x4d,0x54]))){if(_0x987ef7())return!0x0;if(_0x2ddff8()||_0x1ae160())return!0x0;}return!0x1;}function _0x3d7ded(){const _0x3c86f6=_0x52bb,_0x35ddbd=_0x3c1956[_0x85b6af([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x35ddbd||0x0==_0x35ddbd[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x17af36}=new URL(window[_0x85b6af([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3c86f6(0x1e6)]);if(_0x35ddbd[_0x85b6af([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17af36))return!0x0;const _0x107353=_0x17af36[_0x85b6af([0x73,0x70,0x6c,0x69,0x74])](_0x85b6af([0x2e]));return _0x35ddbd[_0x85b6af([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xacc2b9=>_0xacc2b9[_0x85b6af([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x85b6af([0x2a])))[_0x85b6af([0x6d,0x61,0x70])](_0x14b838=>_0x14b838[_0x85b6af([0x73,0x70,0x6c,0x69,0x74])](_0x85b6af([0x2e])))[_0x85b6af([0x73,0x6f,0x6d,0x65])](_0x2e9e6a=>_0x107353[_0x85b6af([0x65,0x76,0x65,0x72,0x79])]((_0x49f1da,_0x5ae9cf)=>_0x2e9e6a[_0x5ae9cf]===_0x49f1da||_0x2e9e6a[_0x5ae9cf]===_0x85b6af([0x2a])));}function _0xe9c3a9(){return _0x5a9696&&_0x1e7d6c?new window[(_0x85b6af([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ba31f,_0x53854e)=>{_0x5a9696[_0x85b6af([0x74,0x68,0x65,0x6e])](_0x3ba31f,_0x53854e),_0x1e7d6c[_0x85b6af([0x74,0x68,0x65,0x6e])](_0x3481d4=>{_0x3481d4!=_0x85b6af([0x56,0x61,0x6c,0x69,0x64])&&_0x3ba31f(_0x3481d4);},_0x53854e);}):_0x5a9696||_0x1e7d6c||_0x85b6af([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3b4cf8(_0x37f3c1,_0x5478c1){return new window[(_0x85b6af([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x105ee9=>{if(_0x1a8bef())return _0x105ee9(_0x85b6af([0x56,0x61,0x6c,0x69,0x64]));_0x4d37f4(),_0x350a18[_0x85b6af([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x85b6af([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2477ce=!0x1;const _0x1dfc92=_0x1ab922();function _0x16c327(_0x43bc0b){return!!_0x43bc0b&&(typeof _0x43bc0b===_0x85b6af([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x43bc0b===_0x85b6af([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x43bc0b[_0x85b6af([0x74,0x68,0x65,0x6e])]===_0x85b6af([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x43bc0b[_0x85b6af([0x63,0x61,0x74,0x63,0x68])]===_0x85b6af([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x13e487(_0x49fb13){_0x8c45ff(_0x49fb13)[_0x85b6af([0x74,0x68,0x65,0x6e])](_0x5bdbd8=>{if(!_0x5bdbd8||_0x5bdbd8[_0x85b6af([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x85b6af([0x6f,0x6b]))return _0x85b6af([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x232261(_0x295fc5(_0x1dfc92+_0x5478c1))!=_0x5bdbd8[_0x85b6af([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x85b6af([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x85b6af([0x56,0x61,0x6c,0x69,0x64]);})[_0x85b6af([0x74,0x68,0x65,0x6e])](_0x99081b=>(_0x159675(),_0x99081b),()=>{const _0x1a00c9=_0x44ac90();return null==_0x1a00c9?(_0x159675(),_0x85b6af([0x56,0x61,0x6c,0x69,0x64])):_0x85b6af(_0x36f54a-_0x1a00c9>(0x2e722021^_0x5d87f5)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x85b6af([0x74,0x68,0x65,0x6e])](_0x105ee9)[_0x85b6af([0x63,0x61,0x74,0x63,0x68])](()=>{_0x105ee9(_0x85b6af([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1fc29c=0xa484aa1^_0x5d87f5;function _0x159675(){const _0x383195=_0x85b6af([0x6c,0x6c,0x63,0x74,0x2d])+_0x232261(_0x295fc5(_0x37f3c1)),_0x6f3573=_0x4b9a89(_0x232261(window[_0x85b6af([0x4d,0x61,0x74,0x68])][_0x85b6af([0x63,0x65,0x69,0x6c])](_0x36f54a/_0x1fc29c)));window[_0x85b6af([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x85b6af([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x383195,_0x6f3573);}function _0x44ac90(){const _0x3864d9=_0x85b6af([0x6c,0x6c,0x63,0x74,0x2d])+_0x232261(_0x295fc5(_0x37f3c1)),_0x1a659c=window[_0x85b6af([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x85b6af([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3864d9);return _0x1a659c?window[_0x85b6af([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b9a89(_0x1a659c),0x10)*_0x1fc29c:null;}function _0x8c45ff(_0x23f59d){return new window[(_0x85b6af([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3eab6a,_0x2e57b5)=>{_0x23f59d[_0x85b6af([0x74,0x68,0x65,0x6e])](_0x3eab6a,_0x2e57b5),window[_0x85b6af([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2e57b5,0xa7f70e1^_0x5d87f5);});}}_0x350a18[_0x85b6af([0x6f,0x6e])](_0x85b6af([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1ca8ff,_0x183183)=>{if(_0x183183[0x0]!=_0x37f3c1)return _0x105ee9(_0x85b6af([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x183183[0x1]={..._0x183183[0x1],[_0x85b6af([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1dfc92};},{[_0x85b6af([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x85b6af([0x68,0x69,0x67,0x68])}),_0x350a18[_0x85b6af([0x6f,0x6e])](_0x85b6af([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xaa1ca0=>{_0x16c327(_0xaa1ca0[_0x85b6af([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2477ce=!0x0,_0x13e487(_0xaa1ca0[_0x85b6af([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x85b6af([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x85b6af([0x6c,0x6f,0x77])}),_0x48b594[_0x85b6af([0x74,0x68,0x65,0x6e])](()=>{_0x2477ce||_0x105ee9(_0x85b6af([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1a8bef(){return _0x350a18[_0x85b6af([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x85b6af([0x76,0x69,0x65,0x77])][_0x85b6af([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x85b6af([0x61,0x75,0x74,0x6f]);}function _0x4d37f4(){_0x350a18[_0x85b6af([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x85b6af([0x76,0x69,0x65,0x77])][_0x85b6af([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x85b6af([0x61,0x75,0x74,0x6f]);}}function _0x4975dc(_0xfcd00c){const _0x56beb3=[new window[(_0x85b6af([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa36446=>setTimeout(_0xa36446,0xa779aed^_0x5d87f5)),_0x48b594[_0x85b6af([0x74,0x68,0x65,0x6e])](()=>new window[(_0x85b6af([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x107a82=>{let _0x2b3b3a=0x0;_0x350a18[_0x85b6af([0x6d,0x6f,0x64,0x65,0x6c])][_0x85b6af([0x6f,0x6e])](_0x85b6af([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x50d446,_0x176794)=>{_0x176794[0x0][_0x85b6af([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2b3b3a++,_0x2b3b3a==(0xa7ea5d9^_0x5d87f5)&&(_0x107a82(),_0x50d446[_0x85b6af([0x6f,0x66,0x66])]());});}))];return window[_0x85b6af([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x85b6af([0x72,0x61,0x63,0x65])](_0x56beb3)[_0x85b6af([0x74,0x68,0x65,0x6e])](()=>_0xfcd00c);}async function _0x48e962(){await _0x48b594,_0x350a18[_0x85b6af([0x6d,0x6f,0x64,0x65,0x6c])][_0x85b6af([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x37aeaa,_0x350a18[_0x85b6af([0x6d,0x6f,0x64,0x65,0x6c])][_0x85b6af([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x37aeaa,_0x350a18[_0x85b6af([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x85b6af([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x987ef7(){return _0x4a36a7(_0x85b6af([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x450247(_0x85b6af([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x85b6af([0x73,0x74,0x61,0x74,0x65])]==_0x85b6af([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x2ddff8(){return _0x4a36a7(_0x85b6af([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x1ae160(){return _0x4a36a7(_0x85b6af([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x324923(_0x2121b3){const _0x37fb98=_0x350bdb();_0x350a18[_0x37fb98]=_0x85b6af([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2121b3,_0x2121b3!=_0x85b6af([0x56,0x61,0x6c,0x69,0x64])&&_0x48e962();}function _0x350bdb(){const _0x9aa36e=window[_0x85b6af([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x85b6af([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x85b6af([0x6e,0x6f,0x77])]())[_0x85b6af([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x85b6af([0x2e]),'');let _0x40376e=_0x85b6af([0x6e]);for(let _0x2f7e86=0x0;_0x2f7e86<_0x9aa36e[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f7e86+=0x2){let _0x31a405=window[_0x85b6af([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9aa36e[_0x85b6af([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f7e86,_0x2f7e86+0x2));_0x31a405>=_0x4e27b4[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x31a405-=_0x4e27b4[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x40376e+=_0x4e27b4[_0x31a405];}return _0x40376e;}function _0x32d133(){const _0xf3ccd2=_0x29203d[_0x85b6af([0x73,0x70,0x6c,0x69,0x74])](_0x85b6af([0x2e]));if(0x3!=_0xf3ccd2[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x252679(_0xf3ccd2[0x1]);function _0x252679(_0x1edc7c){const _0x213fed=_0x701497(_0x1edc7c);return _0x213fed&&_0x1b4ef5()?_0x213fed:null;function _0x1b4ef5(){const _0x3d39d8=_0x213fed[_0x85b6af([0x6a,0x74,0x69])],_0x41d994=window[_0x85b6af([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d39d8[_0x85b6af([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3d39d8[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5a3d5c={..._0x213fed,[_0x85b6af([0x6a,0x74,0x69])]:_0x3d39d8[_0x85b6af([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3d39d8[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5a3d5c[_0x85b6af([0x76,0x63])],_0x295fc5(_0x5a3d5c)==_0x41d994;}}}async function _0x291010(){let _0x398d86=!0x0;try{const _0x32c8ce=_0x29203d[_0x85b6af([0x73,0x70,0x6c,0x69,0x74])](_0x85b6af([0x2e])),[_0x3eabc8,_0x5da937,_0x8bf277]=_0x32c8ce;return _0x3e74a4(_0x3eabc8),await _0x20846e(_0x3eabc8,_0x5da937,_0x8bf277),_0x398d86;}catch{return!0x1;}function _0x3e74a4(_0x550e51){const _0x1eab4d=_0x701497(_0x550e51);_0x1eab4d&&_0x1eab4d[_0x85b6af([0x61,0x6c,0x67])]==_0x85b6af([0x45,0x53,0x32,0x35,0x36])||(_0x398d86=!0x1);}async function _0x20846e(_0x369439,_0x7fa546,_0x3c71b5){const _0x177115=window[_0x85b6af([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x85b6af([0x66,0x72,0x6f,0x6d])](_0x44078e(_0x3c71b5),_0x133d39=>_0x133d39[_0x85b6af([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x40ebfd=new window[(_0x85b6af([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x85b6af([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x369439+_0x85b6af([0x2e])+_0x7fa546),_0x3f5708=window[_0x85b6af([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x85b6af([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3f5708)return;const _0x34d162=await _0x3f5708[_0x85b6af([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x85b6af([0x6a,0x77,0x6b]),_0x260814,{[_0x85b6af([0x6e,0x61,0x6d,0x65])]:_0x85b6af([0x45,0x43,0x44,0x53,0x41]),[_0x85b6af([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x85b6af([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x85b6af([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3f5708[_0x85b6af([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x85b6af([0x6e,0x61,0x6d,0x65])]:_0x85b6af([0x45,0x43,0x44,0x53,0x41]),[_0x85b6af([0x68,0x61,0x73,0x68])]:{[_0x85b6af([0x6e,0x61,0x6d,0x65])]:_0x85b6af([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x34d162,_0x177115,_0x40ebfd)||(_0x398d86=!0x1);}}function _0x701497(_0x579dc8){return _0x579dc8[_0x85b6af([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x85b6af([0x65,0x79]))?JSON[_0x85b6af([0x70,0x61,0x72,0x73,0x65])](_0x44078e(_0x579dc8)):null;}function _0x44078e(_0x31ebe9){return window[_0x85b6af([0x61,0x74,0x6f,0x62])](_0x31ebe9[_0x85b6af([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x85b6af([0x2b]))[_0x85b6af([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x85b6af([0x2f])));}function _0x295fc5(_0x41548){let _0x14d28a=0x1505;function _0x5b1492(_0x53c849){for(let _0x2dd2a0=0x0;_0x2dd2a0<_0x53c849[_0x85b6af([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2dd2a0++){const _0xf9c579=_0x53c849[_0x85b6af([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2dd2a0);_0x14d28a=(_0x14d28a<<0x5)+_0x14d28a+_0xf9c579,_0x14d28a&=_0x14d28a;}}function _0x3cb643(_0x3f624e){Array[_0x85b6af([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3f624e)?_0x3f624e[_0x85b6af([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3cb643):_0x3f624e&&typeof _0x3f624e==_0x85b6af([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x85b6af([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3f624e)[_0x85b6af([0x73,0x6f,0x72,0x74])]()[_0x85b6af([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x407d1a,_0x19c0d1])=>{_0x5b1492(_0x407d1a),_0x3cb643(_0x19c0d1);}):_0x5b1492(window[_0x85b6af([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3f624e));}return _0x3cb643(_0x41548),_0x14d28a>>>0x0;}function _0x232261(_0x57518f){return _0x57518f[_0x85b6af([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x85b6af([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x85b6af([0x30]));}function _0x4b9a89(_0x5b6dc4){return _0x5b6dc4[_0x85b6af([0x73,0x70,0x6c,0x69,0x74])]('')[_0x85b6af([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x85b6af([0x6a,0x6f,0x69,0x6e])]('');}function _0x4a36a7(_0x6f1908){return _0x350a18[_0x85b6af([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x85b6af([0x68,0x61,0x73])](_0x6f1908);}function _0x450247(_0xdf0e61){return _0x350a18[_0x85b6af([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x85b6af([0x67,0x65,0x74])](_0xdf0e61);}function _0x37aeaa(){}function _0x85b6af(_0x453282){const _0x1ab73d=_0x52bb;return _0x453282[_0x1ab73d(0x1d0)](_0x4163ea=>String[_0x1ab73d(0x1bc)](_0x4163ea))[_0x1ab73d(0x1f0)]('');}_0x324923(await _0x1bc60e());}(this);}[_0x26450d(0x19f)](){const _0x498dad=_0x26450d,_0x5dcf27=this[_0x498dad(0x1a3)][_0x498dad(0x1c7)][_0x498dad(0x18d)](_0x3fb297),_0x55317d=this[_0x498dad(0x1a3)][_0x498dad(0x197)][_0x498dad(0x18d)](_0x498dad(0x15f));for(const _0x34e5e6 of _0x5dcf27[_0x498dad(0x162)]({'channelId':_0x55317d}))_0x5dcf27[_0x498dad(0x1b4)](_0x34e5e6['id']),_0x5dcf27[_0x498dad(0x164)][_0x498dad(0x166)](_0x34e5e6['id']);super[_0x498dad(0x19f)]();}[_0x26450d(0x1a4)](_0x452d44){const _0xdd854a=_0x26450d;return this[_0xdd854a(0x1b2)](_0x452d44)[_0xdd854a(0x17a)]>0x0;}[_0x26450d(0x1b2)](_0x1e3e38){const _0x5afde5=_0x26450d,_0x240c59=[];for(const _0x2d3109 of this[_0x5afde5(0x1a3)][_0x5afde5(0x18a)][_0x5afde5(0x165)])_0x2d3109[_0x5afde5(0x14b)][_0x5afde5(0x192)](_0x5afde5(0x15d)+_0x1e3e38)&&_0x240c59[_0x5afde5(0x151)](_0x2d3109);return _0x240c59;}[_0x26450d(0x19d)](_0x1f077f){const _0x2cd94a=_0x26450d,_0x4dca4f=this[_0x2cd94a(0x1ad)](_0x1f077f);_0x4dca4f&&setTimeout(()=>{const _0x1a4f3b=_0x2cd94a;this[_0x1a4f3b(0x1e8)]&&splitMarkerName(this[_0x1a4f3b(0x1e8)])['id']===_0x1f077f&&_0x3585ea({'target':_0x4dca4f[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x26450d(0x1e7)](_0x1db206){const _0x4e3944=_0x26450d;this[_0x4e3944(0x1a3)][_0x4e3944(0x18a)][_0x4e3944(0x16c)](()=>{const _0x2052dd=_0x4e3944;for(const _0x12f9d2 of this[_0x2052dd(0x1b2)](_0x1db206))this[_0x2052dd(0x1a3)][_0x2052dd(0x157)][_0x2052dd(0x15e)](_0x12f9d2);});}[_0x26450d(0x14a)](_0x371e0b){const _0x436d31=_0x26450d,_0x128b6d=this[_0x436d31(0x1a3)][_0x436d31(0x1c7)][_0x436d31(0x18d)](_0x3fb297),_0x2da11a=this[_0x436d31(0x1a3)][_0x436d31(0x1c7)][_0x436d31(0x18d)](_0xa5be62),_0x484ce9=_0x128b6d[_0x436d31(0x168)](_0x371e0b);if(!_0x484ce9[_0x436d31(0x1ef)]){const _0x56fb41=_0x484ce9[_0x436d31(0x17d)](()=>this[_0x436d31(0x1ad)](_0x484ce9['id']));_0x2da11a[_0x436d31(0x1ac)](_0x56fb41),_0x484ce9[_0x436d31(0x173)]=!0x1;}}[_0x26450d(0x1a2)](){const _0x441380=_0x26450d,_0x5c5b78=this[_0x441380(0x1a3)],_0x5869bc=_0x5c5b78[_0x441380(0x1c7)][_0x441380(0x18d)](_0x546413);_0x5c5b78[_0x441380(0x1d6)][_0x441380(0x1be)](_0x441380(0x18c))[_0x441380(0x154)]({'model':_0x441380(0x171),'view':(_0x540270,_0x513d0c)=>{const _0x21c3a7=_0x441380,{id:_0x16be28}=splitMarkerName(_0x540270[_0x21c3a7(0x1a0)]),_0x92823f=_0x5c5b78[_0x21c3a7(0x1c7)][_0x21c3a7(0x18d)](_0x3fb297)[_0x21c3a7(0x168)](_0x16be28),_0x3ecbb2=this[_0x21c3a7(0x1e8)]&&splitMarkerName(this[_0x21c3a7(0x1e8)])['id']===_0x16be28;let _0x50d068;if(_0x92823f&&_0x92823f[_0x21c3a7(0x172)]&&!_0x3ecbb2&&_0x540270[_0x21c3a7(0x184)])return _0x513d0c[_0x21c3a7(0x1c8)][_0x21c3a7(0x175)](_0x540270[_0x21c3a7(0x184)],_0x21c3a7(0x1b1)+_0x540270[_0x21c3a7(0x1a0)]),_0x513d0c[_0x21c3a7(0x1c8)][_0x21c3a7(0x175)](_0x540270[_0x21c3a7(0x184)],_0x21c3a7(0x1d7)+_0x540270[_0x21c3a7(0x1a0)]),null;const _0x55753f=[_0x21c3a7(0x14c)];return _0x3ecbb2&&_0x55753f[_0x21c3a7(0x151)](_0x21c3a7(0x1ec)),_0x50d068=_0x92823f?.[_0x21c3a7(0x17a)]?_0x92823f[_0x21c3a7(0x195)][_0x21c3a7(0x1d2)][_0x21c3a7(0x1df)]['id']:_0x5869bc['me']['id'],{'classes':_0x55753f,'attributes':{'data-comment':_0x16be28,'data-author-id':_0x50d068}};}}),_0x5c5b78[_0x441380(0x1d6)][_0x441380(0x1be)](_0x441380(0x158))[_0x441380(0x193)]({'model':_0x441380(0x171),'view':(_0xfca001,{options:_0x1e8817})=>{const _0x14d712=_0x441380;if(_0x1e8817[_0x14d712(0x19c)])return null;const _0x3b9433=_0x5c5b78[_0x14d712(0x1c7)][_0x14d712(0x18d)](_0x3fb297),_0x3bbfeb=_0x5c5b78[_0x14d712(0x18a)][_0x14d712(0x165)][_0x14d712(0x18d)](_0xfca001),{id:_0xe52681,part:_0x387cde}=splitMarkerName(_0xfca001);return _0x3bbfeb&&!_0x3bbfeb[_0x14d712(0x1c1)]||_0x1e8817[_0x14d712(0x1ea)]&&_0x3b9433[_0x14d712(0x168)](_0xe52681)?.[_0x14d712(0x172)]?null:{'group':_0x14d712(0x171),'name':_0x387cde?_0xe52681+':'+_0x387cde:_0xe52681};}}),_0x5c5b78[_0x441380(0x1d6)][_0x441380(0x1be)](_0x441380(0x185))[_0x441380(0x1b5)]({'view':{'name':_0x441380(0x171),'attributes':{'id':/^\w/}},'model':(_0x26b0fd,{writer:_0x4a9968})=>_0x4a9968[_0x441380(0x1af)](_0x441380(0x1cf),{'data-name':_0x441380(0x15d)+_0x26b0fd[_0x441380(0x18b)]('id')})}),_0x5c5b78[_0x441380(0x1d6)][_0x441380(0x1be)](_0x441380(0x185))[_0x441380(0x1c5)]({'view':_0x441380(0x171)});}[_0x26450d(0x1de)](){const _0xe6256b=_0x26450d,_0x5d8b80=this[_0xe6256b(0x1a3)],_0x1ce405=_0x5d8b80[_0xe6256b(0x1c7)][_0xe6256b(0x18d)](_0x3fb297),_0x3f8aed=new Set(),_0x2fee94=new Set();_0x5d8b80[_0xe6256b(0x18a)][_0xe6256b(0x17c)][_0xe6256b(0x1ce)](_0x1c5228=>{const _0xe6a530=_0xe6256b;let _0x355c01=!0x1;for(const {name:_0x28d204,data:_0x47698b}of _0x5d8b80[_0xe6a530(0x18a)][_0xe6a530(0x17c)][_0xe6a530(0x1cc)][_0xe6a530(0x149)]()){const {group:_0xcc36ef,id:_0x35aac6}=splitMarkerName(_0x28d204);let _0x3ab0ac=_0x47698b[_0xe6a530(0x179)];if(_0xe6a530(0x171)!==_0xcc36ef||!_0x3ab0ac)continue;const _0x27f9f5=_0xe6a530(0x1bd)===_0x3ab0ac[_0xe6a530(0x190)][_0xe6a530(0x150)];_0x27f9f5||(_0x3ab0ac=dt(_0x3ab0ac,_0x5d8b80[_0xe6a530(0x18a)]),!_0x3ab0ac||_0x3ab0ac[_0xe6a530(0x1b7)]||!_0x47698b[_0xe6a530(0x179)]||_0x3ab0ac[_0xe6a530(0x1dd)](_0x47698b[_0xe6a530(0x179)]))?_0x5d8b80[_0xe6a530(0x18a)][_0xe6a530(0x169)](_0x3ab0ac)&&!_0x27f9f5?this[_0xe6a530(0x1c4)]?_0x3f8aed[_0xe6a530(0x1c3)](_0x28d204):this[_0xe6a530(0x183)](_0x28d204,_0x35aac6):(_0x2fee94[_0xe6a530(0x1c3)](_0x28d204),_0x3f8aed[_0xe6a530(0x166)](_0x28d204),_0x1c5228[_0xe6a530(0x1da)](_0x28d204),_0x355c01=!0x0):(_0x1c5228[_0xe6a530(0x1cb)](_0x28d204,{'range':_0x3ab0ac}),_0x355c01=!0x0);}return _0x355c01;}),this['on'](_0xe6256b(0x159),(_0x598eb6,_0x390226,_0x316688)=>{const _0x48d2a4=_0xe6256b;if(!_0x316688&&_0x3f8aed[_0x48d2a4(0x15a)])for(const _0x18bac8 of _0x3f8aed){const {id:_0x5492ff}=splitMarkerName(_0x18bac8);_0x3f8aed[_0x48d2a4(0x166)](_0x18bac8),_0x5d8b80[_0x48d2a4(0x18a)][_0x48d2a4(0x165)][_0x48d2a4(0x18d)](_0x18bac8)&&this[_0x48d2a4(0x183)](_0x18bac8,_0x5492ff);}}),this[_0xe6256b(0x1eb)](_0x5d8b80[_0xe6256b(0x18a)][_0xe6256b(0x17c)],_0xe6256b(0x16c),()=>{const _0x5574ce=_0xe6256b;for(const {name:_0x1e5eb9,data:{newRange:_0x3db137}}of _0x5d8b80[_0x5574ce(0x18a)][_0x5574ce(0x17c)][_0x5574ce(0x1cc)][_0x5574ce(0x149)]()){const {group:_0x17d696,id:_0x5e024b}=splitMarkerName(_0x1e5eb9);if(_0x5574ce(0x171)!==_0x17d696)continue;const _0x5db00d=_0x1ce405[_0x5574ce(0x168)](_0x5e024b),_0x58bf03=this[_0x5574ce(0x1a4)](_0x5e024b);_0x5db00d&&(!_0x5db00d[_0x5574ce(0x173)]&&_0x3db137&&_0x5d8b80[_0x5574ce(0x157)][_0x5574ce(0x1b6)][_0x5574ce(0x1bb)](_0x5574ce(0x181),()=>{const _0x26258b=_0x5574ce,_0x1dbf12=_0x5d8b80[_0x26258b(0x1c7)][_0x26258b(0x18d)](_0x146c11),_0x56ecc1=_0x1ce405[_0x26258b(0x1e9)][_0x26258b(0x18d)](_0x5db00d)[_0x26258b(0x1b6)];_0x1dbf12[_0x26258b(0x180)](_0x56ecc1)[_0x26258b(0x177)]();},{'priority':_0x5574ce(0x1b3)}),_0x5db00d[_0x5574ce(0x173)]=_0x58bf03||!!_0x3db137),_0x3db137||(_0x2fee94[_0x5574ce(0x1c3)](_0x1e5eb9),_0x3f8aed[_0x5574ce(0x166)](_0x1e5eb9));}for(const _0x174aca of _0x2fee94){const {id:_0x4a46e2}=splitMarkerName(_0x174aca),_0x4c736e=_0x1ce405[_0x5574ce(0x168)](_0x4a46e2);if(_0x3f8aed[_0x5574ce(0x166)](_0x174aca),!_0x4c736e)continue;const _0x187f81=this[_0x5574ce(0x1a4)](_0x4a46e2);_0x187f81||_0x4c736e[_0x5574ce(0x1e1)]?_0x187f81||_0x4c736e[_0x5574ce(0x1d4)]||_0x4c736e[_0x5574ce(0x1a8)](new Date()):_0x4c736e[_0x5574ce(0x191)]();}_0x2fee94[_0x5574ce(0x1c6)]();});}[_0x26450d(0x188)](_0x4fb3e9){const _0x8cd951=_0x26450d;_0x4fb3e9[_0x8cd951(0x199)](_0x341093=>{const _0x451556=_0x8cd951;_0x341093[_0x451556(0x1d4)]&&this[_0x451556(0x14a)](_0x341093['id']);});}[_0x26450d(0x1ad)](_0x335753){const _0x1ff2e1=_0x26450d,_0xf51017=this[_0x1ff2e1(0x1a3)],_0x28be30=this[_0x1ff2e1(0x1b2)](_0x335753);return _0x36727e(_0xf51017[_0x1ff2e1(0x157)],_0x28be30);}[_0x26450d(0x1b9)](_0x42dcbe){const _0x3da1ff=_0x26450d,_0x255455=this[_0x3da1ff(0x1b2)](_0x42dcbe);let _0x45c636='',_0x3dd576=!0x1;for(const _0x56cabd of _0x255455){const _0x2f6d44=_0x56cabd[_0x3da1ff(0x17f)]();for(const _0x5e9abe of Array[_0x3da1ff(0x16f)](_0x2f6d44[_0x3da1ff(0x167)]()))_0x5e9abe['is'](_0x3da1ff(0x16a))?(_0x45c636&&_0x3dd576&&(_0x45c636+='\x20',_0x3dd576=!0x1),_0x45c636+=_0x5e9abe[_0x3da1ff(0x14e)]):_0x3dd576=!0x0;_0x3dd576=!0x0;}return _0x45c636[_0x3da1ff(0x161)](0x0,0x96);}[_0x26450d(0x1dc)](_0x3f6e0e,_0x59ad5f){const _0x3e7ded=_0x26450d,_0x45feb2=this[_0x3e7ded(0x1a3)],_0x5c0d7f=_0x45feb2[_0x3e7ded(0x1c7)][_0x3e7ded(0x18d)](_0x3fb297);let _0x4bd750=_0x5c0d7f[_0x3e7ded(0x168)](_0x59ad5f);const _0x4ae4d1=_0x45feb2[_0x3e7ded(0x197)][_0x3e7ded(0x18d)](_0x3e7ded(0x15f)),_0x32c387=_0x45feb2[_0x3e7ded(0x1c7)][_0x3e7ded(0x18d)](_0xa5be62);if(_0x4bd750&&(_0x4bd750[_0x3e7ded(0x1d4)]&&_0x4bd750[_0x3e7ded(0x1a8)](null),_0x4bd750[_0x3e7ded(0x1ef)]))return _0x4bd750;return!this[_0x3e7ded(0x1b2)](_0x59ad5f)[0x0][_0x3e7ded(0x187)]?_0x45feb2[_0x3e7ded(0x157)][_0x3e7ded(0x1b6)][_0x3e7ded(0x1bb)](_0x3e7ded(0x181),()=>{const _0x5c7751=_0x3e7ded;if(_0x5c0d7f[_0x5c7751(0x168)](_0x59ad5f))return;const _0x46e245=_0x45feb2[_0x5c7751(0x1c7)][_0x5c7751(0x18d)](_0x146c11);_0x4bd750=_0x5c0d7f[_0x5c7751(0x1d5)]({'channelId':_0x4ae4d1,'threadId':_0x59ad5f,'target':()=>this[_0x5c7751(0x1ad)](_0x59ad5f),'context':{'type':_0x5c7751(0x16d),'value':this[_0x5c7751(0x1b9)](_0x59ad5f)}});const _0x151af9=_0x5c0d7f[_0x5c7751(0x1e9)][_0x5c7751(0x18d)](_0x4bd750)[_0x5c7751(0x1b6)],_0x553554=_0x46e245[_0x5c7751(0x180)](_0x151af9);_0x553554&&_0x32c387[_0x5c7751(0x1ac)](_0x553554);},{'priority':_0x3e7ded(0x1b3)}):_0x5c0d7f[_0x3e7ded(0x1aa)]({'channelId':_0x4ae4d1,'threadId':_0x59ad5f})[_0x3e7ded(0x198)](_0x1e305a=>{const _0x47032e=_0x3e7ded;if(_0x47032e(0x1ee)!==_0x45feb2[_0x47032e(0x1e3)]){if(_0x4bd750=_0x1e305a,_0x4bd750&&!_0x4bd750[_0x47032e(0x1ef)]){const _0x589865=_0x4bd750[_0x47032e(0x17d)](()=>this[_0x47032e(0x1ad)](_0x59ad5f));_0x32c387[_0x47032e(0x1ac)](_0x589865),_0x4bd750[_0x47032e(0x172)]&&this[_0x47032e(0x1e7)](_0x59ad5f);}else{if(!_0x4bd750){const _0x517ae4=this[_0x47032e(0x1b2)](_0x59ad5f);_0x45feb2[_0x47032e(0x18a)][_0x47032e(0x16c)](_0x2e6767=>{const _0x59d121=_0x47032e;for(const _0x57804b of _0x517ae4)_0x2e6767[_0x59d121(0x1da)](_0x57804b);});}}}}),_0x4bd750;}[_0x26450d(0x183)](_0x36e29e,_0x3ea036){const _0x56b0b6=_0x26450d,_0x211bb7=this[_0x56b0b6(0x1dc)](_0x36e29e,_0x3ea036);_0x211bb7&&!_0x211bb7[_0x56b0b6(0x176)]&&_0x211bb7[_0x56b0b6(0x16e)]({'type':_0x56b0b6(0x16d),'value':this[_0x56b0b6(0x1b9)](_0x3ea036)});}[_0x26450d(0x160)](){const _0x2c2289=_0x26450d,_0x15b0cb=this[_0x2c2289(0x1a3)];_0x199932(_0x15b0cb[_0x2c2289(0x18a)],({left:_0x54afc7,entered:_0x3a0b35})=>{const _0x2dfdf3=_0x2c2289;for(const _0x20ae40 of _0x54afc7)if(mt(_0x20ae40)){_0x15b0cb['ui'][_0x2dfdf3(0x1e0)][_0x2dfdf3(0x19e)](_0x296f41(_0x15b0cb[_0x2dfdf3(0x1a7)],_0x2dfdf3(0x1d3)));break;}for(const _0x450449 of _0x3a0b35)if(mt(_0x450449)){_0x15b0cb['ui'][_0x2dfdf3(0x1e0)][_0x2dfdf3(0x19e)](_0x296f41(_0x15b0cb[_0x2dfdf3(0x1a7)],_0x2dfdf3(0x189),_0xd7547c(_0x3022a4)));break;}});}}function ft(_0x465809,_0x57adea){return _0x57adea?_0x465809+':'+_0x57adea:_0x465809;}export function splitMarkerName(_0x2c47a5){const _0x361d16=_0x26450d,_0x46e38a=_0x2c47a5[_0x361d16(0x1a9)](':');return{'group':_0x46e38a[0x0],'id':_0x46e38a[0x1],'part':_0x46e38a[0x2]};}function dt(_0x1397da,_0x52fff0){const _0x2c2727=_0x26450d,_0x1cc69c=_0x52fff0[_0x2c2727(0x1c0)],_0x3bb557=_0x52fff0[_0x2c2727(0x155)](_0x1397da[_0x2c2727(0x194)]);for(const _0x2bfa80 of _0x1397da[_0x2c2727(0x1c9)]()){const {type:_0x23e578,item:_0x498644,nextPosition:_0x6f932c}=_0x2bfa80;if(_0x2c2727(0x16d)===_0x23e578||_0x1cc69c[_0x2c2727(0x1d8)](_0x498644)){const _0xef7791=_0x52fff0[_0x2c2727(0x1d9)](_0x498644);_0x3bb557[_0x2c2727(0x1b7)]&&(_0x3bb557[_0x2c2727(0x194)]=_0xef7791),_0x3bb557[_0x2c2727(0x1db)]=_0x6f932c;}}return _0x3bb557;}function mt(_0xbdbb71){const _0xa8f5b2=_0x26450d;return _0xa8f5b2(0x171)===splitMarkerName(_0xbdbb71[_0xa8f5b2(0x14b)])[_0xa8f5b2(0x15b)];}
|