@ckeditor/ckeditor5-comments 45.2.0-alpha.4 → 45.2.0-alpha.5
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.5",
|
|
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.5",
|
|
49
|
+
"@ckeditor/ckeditor5-collaboration-core": "45.2.0-alpha.5",
|
|
50
|
+
"@ckeditor/ckeditor5-core": "45.2.0-alpha.5",
|
|
51
|
+
"@ckeditor/ckeditor5-engine": "45.2.0-alpha.5",
|
|
52
|
+
"@ckeditor/ckeditor5-enter": "45.2.0-alpha.5",
|
|
53
|
+
"@ckeditor/ckeditor5-icons": "45.2.0-alpha.5",
|
|
54
|
+
"@ckeditor/ckeditor5-paragraph": "45.2.0-alpha.5",
|
|
55
|
+
"@ckeditor/ckeditor5-select-all": "45.2.0-alpha.5",
|
|
56
|
+
"@ckeditor/ckeditor5-source-editing": "45.2.0-alpha.5",
|
|
57
|
+
"@ckeditor/ckeditor5-theme-lark": "45.2.0-alpha.5",
|
|
58
|
+
"@ckeditor/ckeditor5-typing": "45.2.0-alpha.5",
|
|
59
|
+
"@ckeditor/ckeditor5-ui": "45.2.0-alpha.5",
|
|
60
|
+
"@ckeditor/ckeditor5-undo": "45.2.0-alpha.5",
|
|
61
|
+
"@ckeditor/ckeditor5-utils": "45.2.0-alpha.5",
|
|
62
|
+
"@ckeditor/ckeditor5-widget": "45.2.0-alpha.5",
|
|
63
|
+
"ckeditor5": "45.2.0-alpha.5",
|
|
64
|
+
"ckeditor5-collaboration": "45.2.0-alpha.5",
|
|
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 _0xd3e959=_0x1f9a;(function(_0x1fb419,_0x24cbd3){const _0x380f53=_0x1f9a,_0x4901a7=_0x1fb419();while(!![]){try{const _0x26e0a5=parseInt(_0x380f53(0x89))/0x1*(-parseInt(_0x380f53(0x7d))/0x2)+parseInt(_0x380f53(0x9a))/0x3*(-parseInt(_0x380f53(0x80))/0x4)+-parseInt(_0x380f53(0x93))/0x5*(-parseInt(_0x380f53(0x86))/0x6)+-parseInt(_0x380f53(0x96))/0x7+parseInt(_0x380f53(0x8a))/0x8*(parseInt(_0x380f53(0x90))/0x9)+parseInt(_0x380f53(0x7c))/0xa*(parseInt(_0x380f53(0x7e))/0xb)+-parseInt(_0x380f53(0x9b))/0xc;if(_0x26e0a5===_0x24cbd3)break;else _0x4901a7['push'](_0x4901a7['shift']());}catch(_0x4d2cc5){_0x4901a7['push'](_0x4901a7['shift']());}}}(_0x338b,0x29ea5));function _0x1f9a(_0x539218,_0x2fe317){const _0x338b7f=_0x338b();return _0x1f9a=function(_0x1f9a43,_0xafa3c9){_0x1f9a43=_0x1f9a43-0x7c;let _0x151580=_0x338b7f[_0x1f9a43];return _0x151580;},_0x1f9a(_0x539218,_0x2fe317);}function _0x338b(){const _0x215529=['icon','2445cLjjlr','bind','setTemplate','16618NLJtdQ','span','_badge','toString','448419lOsIiM','608760dPJIbl','24980lhsVPo','246982ZHxdPi','968diEefo','ck-annotation-counter__badge','4wuGIHU','annotationType','add','number','ck-annotation-counter__badge--edit-mode','isDirty','3054CsQEhO','children','ck-annotation-counter','1jkHtzR','58056MXFVOu','extendTemplate','...','bindTemplate','set','counterView','36jKFsrY','ck-annotation-counter__badge--'];_0x338b=function(){return _0x215529;};return _0x338b();}import{ButtonView as _0x428840,View as _0x1724fc}from'ckeditor5/src/ui.js';import{IconAddComment as _0x551ca9}from'ckeditor5/src/icons.js';export default class C extends _0x428840{[_0xd3e959(0x8f)];constructor(_0x7933c2){const _0x3dbbc2=_0xd3e959;super(_0x7933c2);const _0x564f74=this[_0x3dbbc2(0x8d)];this[_0x3dbbc2(0x8e)](_0x3dbbc2(0x85),!0x1),this[_0x3dbbc2(0x8e)](_0x3dbbc2(0x83),0x0),this[_0x3dbbc2(0x94)](_0x3dbbc2(0x98))['to'](this,_0x3dbbc2(0x85),this,_0x3dbbc2(0x83),(_0x4e0092,_0x47b664)=>_0x4e0092?_0x3dbbc2(0x8c):_0x47b664[_0x3dbbc2(0x99)]()),this[_0x3dbbc2(0x8e)](_0x3dbbc2(0x81),''),this[_0x3dbbc2(0x92)]=_0x551ca9,this[_0x3dbbc2(0x8b)]({'attributes':{'class':[_0x3dbbc2(0x88)]}}),this[_0x3dbbc2(0x8f)]=new _0x1724fc(),this[_0x3dbbc2(0x8f)][_0x3dbbc2(0x95)]({'tag':_0x3dbbc2(0x97),'attributes':{'class':[_0x3dbbc2(0x7f),_0x564f74['to'](_0x3dbbc2(0x81),_0x4f101f=>_0x3dbbc2(0x91)+_0x4f101f),_0x564f74['if'](_0x3dbbc2(0x85),_0x3dbbc2(0x84))]},'children':[{'text':_0x564f74['to'](_0x3dbbc2(0x98))}]}),this[_0x3dbbc2(0x87)][_0x3dbbc2(0x82)](this[_0x3dbbc2(0x8f)]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x23e4ad=_0x2aa5;(function(_0x40fa37,_0x3b12b9){const _0x5b148c=_0x2aa5,_0x3a8ca8=_0x40fa37();while(!![]){try{const _0x54cdc2=parseInt(_0x5b148c(0x164))/0x1*(parseInt(_0x5b148c(0x166))/0x2)+-parseInt(_0x5b148c(0x171))/0x3*(parseInt(_0x5b148c(0x167))/0x4)+-parseInt(_0x5b148c(0x162))/0x5+-parseInt(_0x5b148c(0x178))/0x6*(-parseInt(_0x5b148c(0x16b))/0x7)+parseInt(_0x5b148c(0x183))/0x8+parseInt(_0x5b148c(0x17c))/0x9+-parseInt(_0x5b148c(0x187))/0xa;if(_0x54cdc2===_0x3b12b9)break;else _0x3a8ca8['push'](_0x3a8ca8['shift']());}catch(_0x3e72f0){_0x3a8ca8['push'](_0x3a8ca8['shift']());}}}(_0x42bc,0x6f682));function _0x2aa5(_0x40d070,_0x4a91be){const _0x42bcb4=_0x42bc();return _0x2aa5=function(_0x2aa5c5,_0x2d9883){_0x2aa5c5=_0x2aa5c5-0x162;let _0x20e210=_0x42bcb4[_0x2aa5c5];return _0x20e210;},_0x2aa5(_0x40d070,_0x4a91be);}function _0x42bc(){const _0x48afe2=['778332LjODSe','isActive','length','delegate','1683094iQtnqd','clientHeight','Esc','content','element','bindTemplate','3ahrfvA','arrowdown','type','targetRect','_mutationObserver','detach','mainView','12nvqXdf','ck-rounded-corners','height','ck-annotation-wrapper','5220126sPxRAp','fire','first','destroy','div','clear','ck-annotation-wrapper--active','5756624JPBmiJ','arrowup','focusTracker','keystrokes','12844710gKOtVL','add','setTemplate','listenTo','focus','isDirty','presentation','createCollection','set','_updateHeight','1880570bcgiNb','attach','24137JNQQlG','render','44LhgqLW'];_0x42bc=function(){return _0x48afe2;};return _0x42bc();}import{View as _0xe4e63e}from'ckeditor5/src/ui.js';import{FocusTracker as _0x28c54d,KeystrokeHandler as _0x162bbd,uid as _0x1b3ac3}from'ckeditor5/src/utils.js';import _0x21cdc1 from'../../utils/createmutationobserver.js';import'../../../theme/annotation.css';export default class S extends _0xe4e63e{[_0x23e4ad(0x185)];['id'];[_0x23e4ad(0x186)];[_0x23e4ad(0x16e)];[_0x23e4ad(0x177)];[_0x23e4ad(0x175)];constructor(_0x41b635,_0x2ef9ed){const _0x38042c=_0x23e4ad;super(_0x41b635),this['id']=_0x1b3ac3(),this[_0x38042c(0x185)]=new _0x28c54d(),this[_0x38042c(0x186)]=new _0x162bbd(),this[_0x38042c(0x186)][_0x38042c(0x18f)](_0x38042c(0x16d),(_0x5642c0,_0x518bde)=>this[_0x38042c(0x17d)](_0x38042c(0x16d),_0x518bde)),this[_0x38042c(0x18f)](_0x38042c(0x174),{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x38042c(0x18f)](_0x38042c(0x17a),0x0),this[_0x38042c(0x18f)](_0x38042c(0x168),!0x1),this[_0x38042c(0x18f)](_0x38042c(0x18c),!0x1),this[_0x38042c(0x18f)](_0x38042c(0x169),0x0),this[_0x38042c(0x18f)](_0x38042c(0x173),''),this[_0x38042c(0x175)]=_0x21cdc1(()=>this[_0x38042c(0x190)]()),this[_0x38042c(0x16e)]=this[_0x38042c(0x18e)](),this[_0x38042c(0x16e)][_0x38042c(0x16a)](_0x38042c(0x184),_0x38042c(0x172))['to'](this),this[_0x38042c(0x16e)][_0x38042c(0x188)](_0x2ef9ed),this[_0x38042c(0x177)]=_0x2ef9ed;const _0x1b40ce=this[_0x38042c(0x170)];this[_0x38042c(0x189)]({'tag':_0x38042c(0x180),'attributes':{'class':['ck',_0x38042c(0x17b),_0x38042c(0x179),_0x1b40ce['if'](_0x38042c(0x168),_0x38042c(0x182))],'role':_0x38042c(0x18d)},'children':this[_0x38042c(0x16e)]});}[_0x23e4ad(0x165)](){const _0x6ec939=_0x23e4ad;super[_0x6ec939(0x165)](),this[_0x6ec939(0x185)][_0x6ec939(0x188)](this[_0x6ec939(0x16f)]),this[_0x6ec939(0x186)][_0x6ec939(0x18a)](this[_0x6ec939(0x16f)]),this[_0x6ec939(0x175)][_0x6ec939(0x163)](this[_0x6ec939(0x16f)]);}[_0x23e4ad(0x17f)](){const _0xb35610=_0x23e4ad;this[_0xb35610(0x16e)][_0xb35610(0x181)](),this[_0xb35610(0x186)][_0xb35610(0x17f)](),this[_0xb35610(0x185)][_0xb35610(0x17f)](),this[_0xb35610(0x175)][_0xb35610(0x176)](),super[_0xb35610(0x17f)]();}[_0x23e4ad(0x18b)](){const _0x2b6db8=_0x23e4ad;this[_0x2b6db8(0x16e)][_0x2b6db8(0x17e)]&&this[_0x2b6db8(0x16e)][_0x2b6db8(0x17e)][_0x2b6db8(0x18b)]();}[_0x23e4ad(0x190)](){const _0x3dd15d=_0x23e4ad,_0x432893=this[_0x3dd15d(0x16f)][_0x3dd15d(0x16c)];_0x432893&&(this[_0x3dd15d(0x17a)]=_0x432893);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x156e(_0x6ff03e,_0xf7af80){const _0x457816=_0x4578();return _0x156e=function(_0x156ea1,_0x457a70){_0x156ea1=_0x156ea1-0xb3;let _0x10f1d1=_0x457816[_0x156ea1];return _0x10f1d1;},_0x156e(_0x6ff03e,_0xf7af80);}const _0x1ce977=_0x156e;(function(_0x359731,_0x54d206){const _0x57a412=_0x156e,_0x405f63=_0x359731();while(!![]){try{const _0x1f976d=-parseInt(_0x57a412(0xc4))/0x1+-parseInt(_0x57a412(0xc0))/0x2*(parseInt(_0x57a412(0xcb))/0x3)+-parseInt(_0x57a412(0xb9))/0x4+parseInt(_0x57a412(0xb6))/0x5+-parseInt(_0x57a412(0xcc))/0x6*(parseInt(_0x57a412(0xc3))/0x7)+parseInt(_0x57a412(0xb5))/0x8+parseInt(_0x57a412(0xd0))/0x9;if(_0x1f976d===_0x54d206)break;else _0x405f63['push'](_0x405f63['shift']());}catch(_0x31d7c9){_0x405f63['push'](_0x405f63['shift']());}}}(_0x4578,0x3f8fb));import{View as _0x11eb6e}from'ckeditor5/src/ui.js';import{toUnit as _0x2fa15f}from'ckeditor5/src/utils.js';import _0x2f67e9 from'../../utils/createmutationobserver.js';const Ht=_0x2fa15f('px');function _0x4578(){const _0x3ff21b=['top','render','height','delegate','2613912NpHoxX','372365zpWdLC','div','set','389800jRWPjh','ck-sidebar-item--no-animation','updateHeight','isAnimationDisabled','_targetTop','createCollection','bottom','278WqykPV','arrowup','content','7wLUWAe','508922RnoOBc','first','element','attach','clear','bind','destroy','267opISyj','207834mBWJBB','_mutationObserver','bindTemplate','arrowdown','4612653JKTIHA','presentation','setTemplate','ck-sidebar-item','clientHeight','focus','detach'];_0x4578=function(){return _0x3ff21b;};return _0x4578();}export default class H extends _0x11eb6e{[_0x1ce977(0xc2)];[_0x1ce977(0xbd)];[_0x1ce977(0xcd)];constructor(_0x42fc44){const _0x5dd6d4=_0x1ce977;super(_0x42fc44),this[_0x5dd6d4(0xb8)](_0x5dd6d4(0xd7),0x0),this[_0x5dd6d4(0xb8)](_0x5dd6d4(0xb3),0x0),this[_0x5dd6d4(0xc9)](_0x5dd6d4(0xbf))['to'](this,_0x5dd6d4(0xd7),this,_0x5dd6d4(0xb3),(_0x410480,_0x27362d)=>_0x410480+_0x27362d),this[_0x5dd6d4(0xb8)](_0x5dd6d4(0xbc),!0x1),this[_0x5dd6d4(0xcd)]=_0x2f67e9(()=>this[_0x5dd6d4(0xbb)]()),this[_0x5dd6d4(0xbd)]=null,this[_0x5dd6d4(0xc2)]=this[_0x5dd6d4(0xbe)](),this[_0x5dd6d4(0xc2)][_0x5dd6d4(0xb4)](_0x5dd6d4(0xc1),_0x5dd6d4(0xcf))['to'](this);const _0x453754=this[_0x5dd6d4(0xce)];this[_0x5dd6d4(0xd2)]({'tag':_0x5dd6d4(0xb7),'attributes':{'class':[_0x5dd6d4(0xd3),_0x453754['to'](_0x5dd6d4(0xbc),_0x1f8fd0=>_0x1f8fd0?_0x5dd6d4(0xba):'')],'style':{'top':_0x453754['to'](_0x5dd6d4(0xd7),_0x16fab4=>Ht(_0x16fab4))},'role':_0x5dd6d4(0xd1)},'children':this[_0x5dd6d4(0xc2)]});}[_0x1ce977(0xd8)](){const _0x431a5d=_0x1ce977;super[_0x431a5d(0xd8)](),this[_0x431a5d(0xcd)][_0x431a5d(0xc7)](this[_0x431a5d(0xc6)]);}[_0x1ce977(0xd5)](){const _0x2a8300=_0x1ce977;this[_0x2a8300(0xc2)][_0x2a8300(0xc5)]&&this[_0x2a8300(0xc2)][_0x2a8300(0xc5)][_0x2a8300(0xd5)]();}[_0x1ce977(0xbb)](){const _0x161c26=_0x1ce977,_0x294774=this[_0x161c26(0xc6)][_0x161c26(0xd4)];_0x294774&&(this[_0x161c26(0xb3)]=_0x294774);}[_0x1ce977(0xca)](){const _0x3f0703=_0x1ce977;this[_0x3f0703(0xc2)][_0x3f0703(0xc8)](),this[_0x3f0703(0xcd)][_0x3f0703(0xd6)](),super[_0x3f0703(0xca)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3da1(_0x56eb63,_0x226346){const _0x4d5c37=_0x4d5c();return _0x3da1=function(_0x3da133,_0x15dbc5){_0x3da133=_0x3da133-0x115;let _0x5ea8c7=_0x4d5c37[_0x3da133];return _0x5ea8c7;},_0x3da1(_0x56eb63,_0x226346);}const _0x4f35f9=_0x3da1;(function(_0x7611f3,_0x855910){const _0x3d3398=_0x3da1,_0x4333ba=_0x7611f3();while(!![]){try{const _0x4e45d9=parseInt(_0x3d3398(0x11a))/0x1+-parseInt(_0x3d3398(0x12e))/0x2*(parseInt(_0x3d3398(0x116))/0x3)+parseInt(_0x3d3398(0x138))/0x4*(parseInt(_0x3d3398(0x143))/0x5)+-parseInt(_0x3d3398(0x133))/0x6*(-parseInt(_0x3d3398(0x124))/0x7)+-parseInt(_0x3d3398(0x11c))/0x8+-parseInt(_0x3d3398(0x12d))/0x9*(-parseInt(_0x3d3398(0x144))/0xa)+-parseInt(_0x3d3398(0x11d))/0xb;if(_0x4e45d9===_0x855910)break;else _0x4333ba['push'](_0x4333ba['shift']());}catch(_0x7d7f82){_0x4333ba['push'](_0x4333ba['shift']());}}}(_0x4d5c,0x2c425));import{View as _0xa8a68a,FocusCycler as _0x51967b}from'ckeditor5/src/ui.js';import{FocusTracker as _0xae5a56,toUnit as _0x34f88a}from'ckeditor5/src/utils.js';import{getTranslation as _0x4a053f}from'../../utils/common-translations.js';import'../../../theme/sidebar.css';function _0x4d5c(){const _0x1bc526=['set','list','657oIRaMT','436bafLNu','add','change:top','arrowdown','top','1886442JPKDZD','uiLanguageDirection','ck-reset','focusFirst','div','4CXyAzd','render','Annotations\x20sidebar','remove','Annotations\x20list','forEach','setTemplate','class','delegate','createCollection','focusNext','421985fDUwPW','37270OlaxSn','application','minHeight','number','focusCycler','bindTemplate','2334uLWJjS','ck-sidebar','arrowup','_setupKeyboardNavigation','60707hJzhdu','source','245920yYYqjR','3849483LoryWO','focus','removed','_updateItemPositionInFocusables','added','length','focusTracker','7iyvfIC','focusPrevious','listenTo','getIndex','change','focusables','element'];_0x4d5c=function(){return _0x1bc526;};return _0x4d5c();}const Ht=_0x34f88a('px');export default class F extends _0xa8a68a{[_0x4f35f9(0x12c)];[_0x4f35f9(0x129)];[_0x4f35f9(0x123)];[_0x4f35f9(0x148)];constructor(_0x3dc53b){const _0x500eff=_0x4f35f9;super(_0x3dc53b);const _0x2c3624=this[_0x500eff(0x115)];this[_0x500eff(0x12b)](_0x500eff(0x146),0x0),this[_0x500eff(0x12b)](_0x500eff(0x13f),''),this[_0x500eff(0x12c)]=this[_0x500eff(0x141)](),this[_0x500eff(0x129)]=this[_0x500eff(0x141)](),this[_0x500eff(0x12c)][_0x500eff(0x140)](_0x500eff(0x118),_0x500eff(0x131))['to'](this),this[_0x500eff(0x123)]=new _0xae5a56(),this[_0x500eff(0x148)]=new _0x51967b({'focusables':this[_0x500eff(0x129)],'focusTracker':this[_0x500eff(0x123)]}),this[_0x500eff(0x13e)]({'tag':_0x500eff(0x137),'attributes':{'class':['ck',_0x500eff(0x117),_0x500eff(0x135),_0x2c3624['to'](_0x500eff(0x13f))],'style':{'minHeight':_0x2c3624['to'](_0x500eff(0x146),_0x5efa90=>_0x500eff(0x147)==typeof _0x5efa90?Ht(_0x5efa90+0xa):null)},'dir':_0x3dc53b[_0x500eff(0x134)],'role':_0x500eff(0x145),'aria-label':_0x4a053f(_0x3dc53b,_0x500eff(0x13a)),'tabindex':0x0},'children':[{'tag':_0x500eff(0x137),'attributes':{'role':_0x500eff(0x12c),'aria-label':_0x4a053f(_0x3dc53b,_0x500eff(0x13c))},'children':this[_0x500eff(0x12c)]}]});}[_0x4f35f9(0x139)](){const _0x27715d=_0x4f35f9;super[_0x27715d(0x139)](),this[_0x27715d(0x119)]();}[_0x4f35f9(0x11e)](){const _0x59cc68=_0x4f35f9;this[_0x59cc68(0x148)][_0x59cc68(0x136)]();}[_0x4f35f9(0x119)](){const _0xbc67b6=_0x4f35f9;this[_0xbc67b6(0x12c)][_0xbc67b6(0x140)](_0xbc67b6(0x130))['to'](this),this['on'](_0xbc67b6(0x130),_0x1490d0=>{const _0x51d1cf=_0xbc67b6;this[_0x51d1cf(0x120)](_0x1490d0[_0x51d1cf(0x11b)]);}),this[_0xbc67b6(0x12c)][_0xbc67b6(0x13d)](_0x30ec4d=>{const _0x56092a=_0xbc67b6;this[_0x56092a(0x123)][_0x56092a(0x12f)](_0x30ec4d[_0x56092a(0x12a)]),this[_0x56092a(0x120)](_0x30ec4d);}),this[_0xbc67b6(0x12c)]['on'](_0xbc67b6(0x128),(_0x154359,_0x497f78)=>{const _0x31c528=_0xbc67b6;for(const _0x9d7fef of _0x497f78[_0x31c528(0x11f)])this[_0x31c528(0x123)][_0x31c528(0x13b)](_0x9d7fef[_0x31c528(0x12a)]),this[_0x31c528(0x129)][_0x31c528(0x13b)](_0x9d7fef);for(const _0x25bbac of _0x497f78[_0x31c528(0x121)])this[_0x31c528(0x123)][_0x31c528(0x12f)](_0x25bbac[_0x31c528(0x12a)]),this[_0x31c528(0x120)](_0x25bbac);}),this['on'](_0xbc67b6(0x118),()=>{const _0x2b55f2=_0xbc67b6;this[_0x2b55f2(0x148)][_0x2b55f2(0x125)]();}),this['on'](_0xbc67b6(0x131),()=>{const _0x56e33b=_0xbc67b6;this[_0x56e33b(0x148)][_0x56e33b(0x142)]();}),this[_0xbc67b6(0x126)](this[_0xbc67b6(0x12a)],_0xbc67b6(0x11e),()=>{const _0x153cbd=_0xbc67b6;this[_0x153cbd(0x11e)]();});}[_0x4f35f9(0x120)](_0x3e1127){const _0x257a11=_0x4f35f9,_0x5817b3=this[_0x257a11(0x129)][_0x257a11(0x127)](_0x3e1127);let _0x7ee03c,_0x1366b4;for(const _0x4c0d55 of this[_0x257a11(0x129)])if(_0x3e1127[_0x257a11(0x132)]<_0x4c0d55[_0x257a11(0x132)]){_0x7ee03c=_0x4c0d55;break;}if(_0x1366b4=_0x7ee03c?this[_0x257a11(0x129)][_0x257a11(0x127)](_0x7ee03c):this[_0x257a11(0x129)][_0x257a11(0x122)],-0x1!==_0x5817b3){if(_0x5817b3===_0x1366b4-0x1)return;this[_0x257a11(0x129)][_0x257a11(0x13b)](_0x3e1127),_0x1366b4=_0x7ee03c?this[_0x257a11(0x129)][_0x257a11(0x127)](_0x7ee03c):this[_0x257a11(0x129)][_0x257a11(0x122)];}this[_0x257a11(0x129)][_0x257a11(0x12f)](_0x3e1127,_0x1366b4);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x20d3(_0x54f619,_0x243cb4){const _0x258247=_0x2582();return _0x20d3=function(_0x20d340,_0x4f922e){_0x20d340=_0x20d340-0x1e1;let _0x46a52c=_0x258247[_0x20d340];return _0x46a52c;},_0x20d3(_0x54f619,_0x243cb4);}const _0x297cc1=_0x20d3;(function(_0xabac10,_0x485e56){const _0x4c8373=_0x20d3,_0x15e7c5=_0xabac10();while(!![]){try{const _0x2cb6c5=parseInt(_0x4c8373(0x1eb))/0x1+parseInt(_0x4c8373(0x1ea))/0x2*(parseInt(_0x4c8373(0x1ed))/0x3)+parseInt(_0x4c8373(0x1f7))/0x4*(-parseInt(_0x4c8373(0x203))/0x5)+-parseInt(_0x4c8373(0x1e4))/0x6+parseInt(_0x4c8373(0x1fd))/0x7*(-parseInt(_0x4c8373(0x1e2))/0x8)+parseInt(_0x4c8373(0x1ee))/0x9+parseInt(_0x4c8373(0x1fe))/0xa;if(_0x2cb6c5===_0x485e56)break;else _0x15e7c5['push'](_0x15e7c5['shift']());}catch(_0x5cc812){_0x15e7c5['push'](_0x15e7c5['shift']());}}}(_0x2582,0xf2b7f));import{Command as _0x5a5b6b}from'ckeditor5/src/core.js';function _0x2582(){const _0x391440=['8twxxUP','substr','5262708MhVWlC','start','getRanges','_itemIsContent','isEnabled','getLastMatchingPosition','412232mbhNao','1854539OLXpJX','_hasContent','3FgYism','10746702NVJRSi','change','editor','refresh','comment:','tableCell','element','$textProxy','addMarker','5760588vfJNaM','backward','execute','_trimToContent','isObject','selection','9705703HCBAbT','14432360ukZOWg','end','document','getItems','schema','5LbvbvB','item','createRange','push','model'];_0x2582=function(){return _0x391440;};return _0x2582();}import{uid as _0x2173fd}from'ckeditor5/src/utils.js';export default class Q extends _0x5a5b6b{[_0x297cc1(0x1f1)](){const _0x5ede14=_0x297cc1,_0x4728da=this[_0x5ede14(0x1f0)][_0x5ede14(0x1e1)][_0x5ede14(0x200)][_0x5ede14(0x1fc)];for(const _0x5d57e3 of _0x4728da[_0x5ede14(0x1e6)]())if(this[_0x5ede14(0x1ec)](_0x5d57e3))return void(this[_0x5ede14(0x1e8)]=!0x0);this[_0x5ede14(0x1e8)]=!0x1;}[_0x297cc1(0x1f9)]({threadId:_0x3783b7=_0x2173fd()}={}){const _0x5721a0=_0x297cc1,_0x15c223=this[_0x5721a0(0x1f0)][_0x5721a0(0x1e1)],_0x238cfa=[];for(const _0x1e87f3 of _0x15c223[_0x5721a0(0x200)][_0x5721a0(0x1fc)][_0x5721a0(0x1e6)]())this[_0x5721a0(0x1ec)](_0x1e87f3)&&_0x238cfa[_0x5721a0(0x206)](this[_0x5721a0(0x1fa)](_0x1e87f3));_0x15c223[_0x5721a0(0x1ef)](_0x4e0a75=>{const _0x327aee=_0x5721a0;for(const _0x51c7ad of _0x238cfa){const _0x84885b=_0x2173fd()[_0x327aee(0x1e3)](0x1,0x5),_0x4c73f1=_0x327aee(0x1f2)+_0x3783b7+':'+_0x84885b;_0x4e0a75[_0x327aee(0x1f6)](_0x4c73f1,{'range':_0x51c7ad,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x297cc1(0x1ec)](_0x2fc28f){const _0x5f46e4=_0x297cc1;for(const _0xf3aaf5 of _0x2fc28f[_0x5f46e4(0x201)]())if(this[_0x5f46e4(0x1e7)](_0xf3aaf5))return!0x0;return!0x1;}[_0x297cc1(0x1e7)](_0x31a16e){const _0x308f9e=_0x297cc1;return _0x31a16e['is'](_0x308f9e(0x1f5))||this[_0x308f9e(0x1f0)][_0x308f9e(0x1e1)][_0x308f9e(0x202)][_0x308f9e(0x1fb)](_0x31a16e)&&!_0x31a16e['is'](_0x308f9e(0x1f4),_0x308f9e(0x1f3));}[_0x297cc1(0x1fa)](_0x19691e){const _0x2de100=_0x297cc1,_0x2eecec=_0x5d8aa8=>!this[_0x2de100(0x1e7)](_0x5d8aa8[_0x2de100(0x204)]),_0x594077=_0x19691e[_0x2de100(0x1e5)][_0x2de100(0x1e9)](_0x2eecec),_0x571472=_0x19691e[_0x2de100(0x1ff)][_0x2de100(0x1e9)](_0x2eecec,{'direction':_0x2de100(0x1f8)});return this[_0x2de100(0x1f0)][_0x2de100(0x1e1)][_0x2de100(0x205)](_0x594077,_0x571472);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3a64de=_0x3198;(function(_0x46df4d,_0xf66ec8){const _0x5b691e=_0x3198,_0x56e82f=_0x46df4d();while(!![]){try{const _0x2537ba=parseInt(_0x5b691e(0xc1))/0x1+-parseInt(_0x5b691e(0xa2))/0x2+parseInt(_0x5b691e(0xb7))/0x3*(-parseInt(_0x5b691e(0xba))/0x4)+parseInt(_0x5b691e(0xd0))/0x5+parseInt(_0x5b691e(0xde))/0x6+-parseInt(_0x5b691e(0xa0))/0x7*(parseInt(_0x5b691e(0xa1))/0x8)+parseInt(_0x5b691e(0xa4))/0x9*(-parseInt(_0x5b691e(0xa3))/0xa);if(_0x2537ba===_0xf66ec8)break;else _0x56e82f['push'](_0x56e82f['shift']());}catch(_0x3f8c88){_0x56e82f['push'](_0x56e82f['shift']());}}}(_0x9947,0xbc16c));import'../../theme/commentsarchive.css';import{Plugin as _0x109d14}from'ckeditor5/src/core.js';import{IconCommentsArchive as _0x26307a}from'ckeditor5/src/icons.js';function _0x3198(_0xfdb160,_0x198aa6){const _0x99471d=_0x9947();return _0x3198=function(_0x319839,_0x209a20){_0x319839=_0x319839-0x97;let _0x11866b=_0x99471d[_0x319839];return _0x11866b;},_0x3198(_0xfdb160,_0x198aa6);}import{ViewCollection as _0x3dac2a,MenuBarMenuListItemButtonView as _0x55d5fc,ButtonView as _0xe6388d,Dialog as _0x13fb1d,DialogViewPosition as _0x14c3df}from'ckeditor5/src/ui.js';function _0x9947(){const _0x244415=['init','_calculatePosition','componentFactory','Dialog','menuitemcheckbox','get','add','isOpen','filter','_createCommentsArchiveButton','7064430kYotac','length','forEach','collection','config','has','findIndex','listenTo','Annotations','isOn','locale','commentsArchiveView','CommentsArchiveUI','isPremiumPlugin','6377748JlNbuj','source','_visibleAnnotations','_toggleDialog','isVisible','find','includes','COMMENTS_ARCHIVE','channelId','bind','_threadToController','isOfficialPlugin','escape','_handleNewThread','75355eBWeBE','344ZXTKvq','756078zaEvzL','18680QyeKod','8406HTGaHT','collaboration.channelId','_hideDialogOnAnnotationEscape','menuBar:commentsArchive','editor','_pendingThreads','pluginName','commentsArchive','CommentsRepository','execute','plugins','splice','remove','hide','push','show','indexOf','innerView','requires','3mgZdDg','set','isEnabled','2175492hXcFNo','getByInnerView','archivedThreads','focusableElements','tooltip','stop','archivedAt','1424087cOQrcd','annotationViews','stopListening','EDITOR_TOP_SIDE','view'];_0x9947=function(){return _0x244415;};return _0x9947();}import{getTranslation as _0x5dea4c}from'../utils/common-translations.js';import _0xc442 from'./ui/view/commentsarchiveview.js';import _0x4abb from'./commentsarchive.js';export default class a extends _0x109d14{[_0x3a64de(0xdb)];[_0x3a64de(0xc2)];[_0x3a64de(0xa9)];static get[_0x3a64de(0xaa)](){const _0x145fb0=_0x3a64de;return _0x145fb0(0xdc);}static get[_0x3a64de(0x9d)](){return!0x0;}static get[_0x3a64de(0xdd)](){return!0x0;}static get[_0x3a64de(0xb6)](){return[_0x4abb,_0x13fb1d];}constructor(_0x15a1ce){const _0x32cd17=_0x3a64de;super(_0x15a1ce),this[_0x32cd17(0xc2)]=new _0x3dac2a(),this[_0x32cd17(0xa9)]=[];}[_0x3a64de(0xc6)](){const _0x398155=_0x3a64de,_0x41a754=this[_0x398155(0xa8)],_0x588910=this[_0x398155(0xa6)][_0x398155(0x9b)](this);_0x41a754['ui'][_0x398155(0xc8)][_0x398155(0xcc)](_0x398155(0xab),()=>this[_0x398155(0xcf)](_0xe6388d,!0x0)),_0x41a754['ui'][_0x398155(0xc8)][_0x398155(0xcc)](_0x398155(0xa7),()=>{const _0x34187d=_0x398155,_0x405519=this[_0x34187d(0xcf)](_0x55d5fc);return _0x405519[_0x34187d(0xb8)]({'role':_0x34187d(0xca)}),_0x405519;});const _0x1e68de=_0x41a754[_0x398155(0xae)][_0x398155(0xcb)](_0x4abb),_0x52cbc2=_0x41a754[_0x398155(0xae)][_0x398155(0xcb)](_0x398155(0xd8)),_0x520562=_0x41a754[_0x398155(0xae)][_0x398155(0xcb)](_0x398155(0xac));_0x1e68de[_0x398155(0xbc)][_0x398155(0xd2)](_0x54be50=>{const _0x49e39d=_0x398155;this[_0x49e39d(0x9f)](_0x54be50);}),this[_0x398155(0xd7)](_0x1e68de[_0x398155(0xbc)],_0x398155(0xcc),(_0x19eb0,_0x3a3e72)=>{const _0x41a9c0=_0x398155;this[_0x41a9c0(0x9f)](_0x3a3e72);}),this[_0x398155(0xd7)](_0x52cbc2[_0x398155(0xd3)],_0x398155(0xcc),(_0x569297,_0x16574c)=>{const _0x5404e0=_0x398155,_0x59fd6f=this[_0x5404e0(0xa9)][_0x5404e0(0x97)](_0x4b3451=>{const _0x5f4af7=_0x5404e0,_0x5c5720=_0x520562[_0x5f4af7(0x9c)][_0x5f4af7(0xcb)](_0x4b3451);return _0x5c5720&&_0x16574c[_0x5f4af7(0xb5)]===_0x5c5720[_0x5f4af7(0xc5)];});if(_0x59fd6f){const _0x176073=this[_0x5404e0(0xc7)](_0x59fd6f[_0x5404e0(0xc0)]);this[_0x5404e0(0xc2)][_0x5404e0(0xcc)](_0x16574c[_0x5404e0(0xc5)],_0x176073),this[_0x5404e0(0xa9)][_0x5404e0(0xaf)](this[_0x5404e0(0xa9)][_0x5404e0(0xb4)](_0x59fd6f),0x1);}}),this[_0x398155(0xd7)](_0x1e68de[_0x398155(0xbc)],_0x398155(0xb0),(_0x26eb27,_0x47405a)=>{const _0x5d1292=_0x398155,_0x380a3b=_0x41a754[_0x5d1292(0xd4)][_0x5d1292(0xcb)](_0x5d1292(0xa5));if(!_0x380a3b||_0x47405a[_0x5d1292(0x9a)]===_0x380a3b){if(this[_0x5d1292(0xa9)][_0x5d1292(0x98)](_0x47405a))this[_0x5d1292(0xa9)][_0x5d1292(0xaf)](this[_0x5d1292(0xa9)][_0x5d1292(0xb4)](_0x47405a),0x1);else{const _0x124d4a=_0x520562[_0x5d1292(0x9c)][_0x5d1292(0xcb)](_0x47405a),_0xe12a8c=_0x52cbc2[_0x5d1292(0xbb)](_0x124d4a[_0x5d1292(0xc5)]);this[_0x5d1292(0xc2)][_0x5d1292(0xb0)](_0xe12a8c[_0x5d1292(0xc5)]),this[_0x5d1292(0xc3)](_0xe12a8c[_0x5d1292(0xbd)]);}}}),this[_0x398155(0xd7)](_0x52cbc2[_0x398155(0xd3)],_0x398155(0xcc),(_0x4c46ba,_0x57e3cd)=>{const _0x4216bb=_0x398155;this[_0x4216bb(0xd7)](_0x57e3cd,_0x4216bb(0x9e),_0x588910);}),this[_0x398155(0xd7)](_0x52cbc2[_0x398155(0xd3)],_0x398155(0xb0),(_0x120cb7,_0x49ac80)=>{const _0x55df0e=_0x398155;this[_0x55df0e(0xc3)](_0x49ac80,_0x55df0e(0x9e),_0x588910);});}[_0x3a64de(0x9f)](_0x3f6d7d){const _0x441e1c=_0x3a64de,_0x405d41=this[_0x441e1c(0xa8)][_0x441e1c(0xae)][_0x441e1c(0xcb)](_0x441e1c(0xac)),_0x256828=this[_0x441e1c(0xa8)][_0x441e1c(0xae)][_0x441e1c(0xcb)](_0x441e1c(0xd8)),_0x3b8e29=this[_0x441e1c(0xa8)][_0x441e1c(0xd4)][_0x441e1c(0xcb)](_0x441e1c(0xa5));if(!_0x3b8e29||_0x3f6d7d[_0x441e1c(0x9a)]===_0x3b8e29){const _0x20807f=_0x405d41[_0x441e1c(0x9c)][_0x441e1c(0xcb)](_0x3f6d7d);if(!_0x20807f)return void this[_0x441e1c(0xa9)][_0x441e1c(0xb2)](_0x3f6d7d);const _0x2c9f72=this[_0x441e1c(0xc7)](_0x3f6d7d[_0x441e1c(0xc0)]),_0x22ec80=_0x256828[_0x441e1c(0xbb)](_0x20807f[_0x441e1c(0xc5)]);_0x22ec80[_0x441e1c(0xe2)]&&_0x256828[_0x441e1c(0xe0)][_0x441e1c(0xb0)](_0x22ec80),this[_0x441e1c(0xc2)][_0x441e1c(0xcc)](_0x22ec80[_0x441e1c(0xc5)],_0x2c9f72);}}[_0x3a64de(0xc7)](_0x3c7df5){const _0x5af394=_0x3a64de,_0x2cbb1e=this[_0x5af394(0xa8)][_0x5af394(0xd4)][_0x5af394(0xcb)](_0x5af394(0xa5)),_0x31284c=[...this[_0x5af394(0xa8)][_0x5af394(0xae)][_0x5af394(0xcb)](_0x4abb)[_0x5af394(0xbc)]][_0x5af394(0xce)](_0x11a30e=>_0x11a30e[_0x5af394(0x9a)]===_0x2cbb1e)[_0x5af394(0xd6)](_0x598da2=>_0x598da2[_0x5af394(0xc0)]<_0x3c7df5);return _0x31284c<0x0||_0x31284c>this[_0x5af394(0xc2)][_0x5af394(0xd1)]?this[_0x5af394(0xc2)][_0x5af394(0xd1)]:_0x31284c-0x1;}[_0x3a64de(0xe1)](){const _0x3cee75=_0x3a64de,_0x15b7d1=this[_0x3cee75(0xa8)],_0x3a2054=_0x15b7d1[_0x3cee75(0xae)][_0x3cee75(0xcb)](_0x3cee75(0xc9));this[_0x3cee75(0xdb)]||(this[_0x3cee75(0xdb)]=new _0xc442(_0x15b7d1[_0x3cee75(0xda)],this[_0x3cee75(0xc2)])),_0x3cee75(0xab)===_0x3a2054['id']?_0x3a2054[_0x3cee75(0xb1)]():_0x3a2054[_0x3cee75(0xb3)]({'id':_0x3cee75(0xab),'title':_0x5dea4c(_0x15b7d1[_0x3cee75(0xda)],_0x3cee75(0x99)),'icon':_0x26307a,'hasCloseButton':!0x0,'content':this[_0x3cee75(0xdb)],'position':_0x14c3df[_0x3cee75(0xc4)]});}[_0x3a64de(0xcf)](_0x3e95c9,_0x465fbb=!0x1){const _0x84cf3a=_0x3a64de,_0x4814ea=this[_0x84cf3a(0xa8)][_0x84cf3a(0xda)],_0x100897=this[_0x84cf3a(0xa8)][_0x84cf3a(0xae)][_0x84cf3a(0xcb)](_0x84cf3a(0xc9)),_0x5c071e=new _0x3e95c9(_0x4814ea);return _0x5c071e[_0x84cf3a(0x9b)](_0x84cf3a(0xb9))['to'](this,_0x84cf3a(0xb9)),_0x5c071e[_0x84cf3a(0x9b)](_0x84cf3a(0xd9))['to'](_0x100897,'id',_0x5a3c3c=>_0x84cf3a(0xab)===_0x5a3c3c),_0x5c071e[_0x84cf3a(0xb8)]({'label':_0x5dea4c(_0x4814ea,_0x84cf3a(0x99)),'icon':_0x26307a,'isToggleable':!0x0}),_0x465fbb&&(_0x5c071e[_0x84cf3a(0xbe)]=!0x0),this[_0x84cf3a(0xd7)](_0x5c071e,_0x84cf3a(0xad),()=>this[_0x84cf3a(0xe1)]()),_0x5c071e;}[_0x3a64de(0xa6)]=_0x36de85=>{const _0xf47885=_0x3a64de,_0x2edc37=_0x36de85[_0xf47885(0xdf)];if(!this[_0xf47885(0xc2)][_0xf47885(0xd5)](_0x2edc37[_0xf47885(0xc5)]))return;const _0x7b41ee=this[_0xf47885(0xa8)][_0xf47885(0xae)][_0xf47885(0xcb)](_0xf47885(0xc9));_0x7b41ee[_0xf47885(0xcd)]&&_0xf47885(0xab)===_0x7b41ee['id']&&(_0x7b41ee[_0xf47885(0xb1)](),_0x36de85[_0xf47885(0xbf)]());};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4da17e=_0x22ae;(function(_0x1a06a6,_0x589bbc){const _0x291525=_0x22ae,_0x57efa3=_0x1a06a6();while(!![]){try{const _0xcc7c7e=parseInt(_0x291525(0x162))/0x1+-parseInt(_0x291525(0x13b))/0x2*(parseInt(_0x291525(0x158))/0x3)+parseInt(_0x291525(0x198))/0x4*(-parseInt(_0x291525(0x1a7))/0x5)+parseInt(_0x291525(0x16d))/0x6+-parseInt(_0x291525(0x166))/0x7+parseInt(_0x291525(0x189))/0x8*(-parseInt(_0x291525(0x159))/0x9)+-parseInt(_0x291525(0x194))/0xa*(-parseInt(_0x291525(0x144))/0xb);if(_0xcc7c7e===_0x589bbc)break;else _0x57efa3['push'](_0x57efa3['shift']());}catch(_0x3f7294){_0x57efa3['push'](_0x57efa3['shift']());}}}(_0x1438,0x94bd8));import{Plugin as _0x327d48}from'ckeditor5/src/core.js';import{getEnvKeystrokeText as _0x1aff99,scrollViewportToShowTarget as _0x56a092,uid as _0x2b9f7b}from'ckeditor5/src/utils.js';import _0x8bff7 from'./commentsrepository.js';import _0x2fb99e from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x4f0e7d,getAllMarkersDomElementsSorted as _0x5a5629,FOCUS_ANNOTATION_KEYSTROKE as _0x389442,Users as _0x35b4dc}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5b0ea9 from'../annotations/editorannotations.js';function _0x1438(){const _0x5a5b7a=['managedUsingOperations','length','$graveyard','hasContent','isOfficialPlugin','_handleMarkerAddAndRemove','hasMarkerForId','text','change:isReadOnly','differ','filter','substring','unlinkedAt','resolveCommentThread','createRange','refreshVisibility','_detachCommentThread','commands','focus','attachTo','1852178vwiblv','change:isThreadsLoadingPaused','_attachArchivedThread','getAttribute','add','setUnlinkedAt','setContext','showCommentHighlights','once','22bRbLYP','item','fromCharCode','document','getWalker','first','split','from','markers','href','getAllMarkersForId','_threads','ignoreResolvedComments','change:activeMarker','enqueueChange','_threadToController','switchReadOnly','getRange','name','ready','3uIUwnx','9dZeaZv','_hasTargetInContent','isCollapsed','activeMarker','removeCommentThread','_reconvertMarkers','init','config','getCommentThread','247049yOpLlg','isEqual','ariaLiveAnnouncer','markerName','302351jeuAsN','locale','model','join','isPremiumPlugin','editor','hasCommentThread','6681846DrLMYb','afterInit','$textProxy','push','schema','markerToHighlight','view','consumable','data','root','editing','then','markerToData','addMarker:','LEAVE_COMMENT_ANNOUNCEMENT','channelId','_initializeMarkerConverters','comment','destroyed','render','fetchCommentThread','map','elementToElement','ck-comment-marker--active','getItems','plugins','getChangedMarkers','_initAriaMarkerChangeAnnouncements','9214360BFKnQv','end','createPositionBefore','ck-comment-marker','group','pluginName','addComment','set','startsWith','context','start','12661830DJwGIH','remove','isObject','_handleThreadMarker','388GSZnaF','size','newRange','change','destroy','ENTER_COMMENT_ANNOUNCEMENT','collaboration.channelId','registerAnnotation','announce','isSubmitted','hasDomSelection','author','low','scrollToThreadMarker','_handleInitialThreads','59935pwQClT','rootName','addCommentThread','reconvertMarker','isThreadsLoadingPaused','$marker','for','removeMarker','_getTextContext','comment:','_getTargetForId','isAttached','get','_attachMarkerToThread','isResolved','registerPostFixer','requires','delete','dataToMarker','getCommentThreads','removeMarker:','openNewCommentThread','CommentsEditing','reopenCommentThread','listenTo','state','affectsData','updateMarker','consume','conversion','clear','getByInnerView','comments','forEach','createElement','editingDowncast','upcast','dataDowncast'];_0x1438=function(){return _0x5a5b7a;};return _0x1438();}import _0x36cb71 from'./integrations/commentsrestrictededitingmode.js';import _0x1be09e from'./integrations/importword.js';import _0x584993 from'./integrations/clipboard.js';import _0x112357 from'./integrations/showcommenthighlights.js';function _0x22ae(_0xca0b00,_0xed9621){const _0x143827=_0x1438();return _0x22ae=function(_0x22aef2,_0x3bae3c){_0x22aef2=_0x22aef2-0x118;let _0x15b918=_0x143827[_0x22aef2];return _0x15b918;},_0x22ae(_0xca0b00,_0xed9621);}import'../../theme/commentmarker.css';import _0xf36e30 from'../annotations/annotations.js';import{getTranslation as _0x5b4ac1}from'../utils/common-translations.js';export default class r extends _0x327d48{static get[_0x4da17e(0x1b7)](){return[_0x8bff7,_0x5b0ea9,_0x35b4dc,_0x36cb71,_0x1be09e,_0x584993,_0x112357];}static get[_0x4da17e(0x18e)](){const _0x46a8dd=_0x4da17e;return _0x46a8dd(0x1bd);}static get[_0x4da17e(0x12b)](){return!0x0;}static get[_0x4da17e(0x16a)](){return!0x0;}constructor(_0x47f844){const _0x29cf6e=_0x4da17e;super(_0x47f844),this[_0x29cf6e(0x190)](_0x29cf6e(0x1ab),!0x0),_0x47f844[_0x29cf6e(0x175)][_0x29cf6e(0x143)](_0x29cf6e(0x157),()=>this[_0x29cf6e(0x1ab)]=!0x1),this[_0x29cf6e(0x190)](_0x29cf6e(0x15c),null),this['on'](_0x29cf6e(0x151),(_0xea4a96,_0x2df40c,_0x1ae12c,_0xd5cb72)=>{const _0xb45a7f=_0x29cf6e,_0x4af8fa=_0x47f844[_0xb45a7f(0x186)][_0xb45a7f(0x1b3)](_0x8bff7),_0x2d8035=_0x1ae12c?splitMarkerName(_0x1ae12c)['id']:null;_0x47f844[_0xb45a7f(0x168)][_0xb45a7f(0x19b)](()=>{const _0x3a1491=_0xb45a7f;if(_0x2d8035){const _0x1535e3=this[_0x3a1491(0x14e)](_0x2d8035);for(const _0x236684 of _0x1535e3)_0x47f844[_0x3a1491(0x177)][_0x3a1491(0x1aa)](_0x236684);}if(_0xd5cb72){const {id:_0x2617fa}=splitMarkerName(_0xd5cb72),_0x4e4cda=_0x4af8fa[_0x3a1491(0x161)](_0x2617fa);if(_0x4e4cda&&_0x4e4cda[_0x3a1491(0x133)])return;if(_0x4e4cda&&!_0x4e4cda[_0x3a1491(0x1b2)])return;const _0x522393=this[_0x3a1491(0x14e)](_0x2617fa);for(const _0x8a281d of _0x522393)_0x47f844[_0x3a1491(0x177)][_0x3a1491(0x1aa)](_0x8a281d);}}),_0x2d8035&&this[_0xb45a7f(0x1a5)](_0x2d8035);}),this[_0x29cf6e(0x188)]();}[_0x4da17e(0x15f)](){const _0x34f7b6=_0x4da17e,_0x3a4d7e=this[_0x34f7b6(0x16b)],_0x42a8e6=_0x3a4d7e[_0x34f7b6(0x186)][_0x34f7b6(0x1b3)](_0x8bff7),_0x4fd11a=_0x3a4d7e[_0x34f7b6(0x160)][_0x34f7b6(0x1b3)](_0x34f7b6(0x19e)),_0x1d3001=_0x42a8e6[_0x34f7b6(0x1ba)]()[_0x34f7b6(0x131)](_0x539d50=>_0x539d50[_0x34f7b6(0x17c)]!==_0x4fd11a);_0x3a4d7e[_0x34f7b6(0x138)][_0x34f7b6(0x13f)](_0x34f7b6(0x1a9),new _0x2fb99e(_0x3a4d7e)),this[_0x34f7b6(0x119)](_0x3a4d7e,_0x34f7b6(0x12f),(_0x9e010c,_0x3a9706,_0x3b9956)=>{const _0x2d10cb=_0x34f7b6;_0x42a8e6[_0x2d10cb(0x154)](_0x3b9956,_0x3a4d7e[_0x2d10cb(0x160)][_0x2d10cb(0x1b3)](_0x2d10cb(0x19e)));}),this[_0x34f7b6(0x119)](_0x42a8e6,ft(_0x34f7b6(0x1a9),_0x4fd11a),(_0x1c3f62,{threadId:_0x50a2c7})=>{const _0x4db781=_0x34f7b6,_0x3cb302=this[_0x4db781(0x16b)][_0x4db781(0x186)][_0x4db781(0x1b3)](_0x8bff7)[_0x4db781(0x161)](_0x50a2c7);_0x3cb302?.[_0x4db781(0x133)]&&this[_0x4db781(0x13d)](_0x50a2c7);}),this[_0x34f7b6(0x119)](_0x42a8e6,ft(_0x34f7b6(0x15d),_0x4fd11a),(_0x53698f,{threadId:_0xe8c1d8})=>{const _0x267e0c=_0x34f7b6;_0x3a4d7e[_0x267e0c(0x168)][_0x267e0c(0x152)]({'isUndoable':!0x1},_0x2c887e=>{const _0x26d002=_0x267e0c,_0x850190=this[_0x26d002(0x14e)](_0xe8c1d8);for(const _0x19be8e of _0x850190)_0x2c887e[_0x26d002(0x1ae)](_0x19be8e);});}),this[_0x34f7b6(0x119)](_0x42a8e6,ft(_0x34f7b6(0x134),_0x4fd11a),(_0x159f20,{threadId:_0x27becd})=>{const _0x301f41=_0x34f7b6;(this[_0x301f41(0x15e)](_0x27becd),this[_0x301f41(0x16b)][_0x301f41(0x177)][_0x301f41(0x173)][_0x301f41(0x1a2)])&&(this[_0x301f41(0x16b)][_0x301f41(0x186)][_0x301f41(0x1b3)](_0x8bff7)[_0x301f41(0x161)](_0x27becd)[_0x301f41(0x133)]||this[_0x301f41(0x16b)][_0x301f41(0x177)][_0x301f41(0x173)][_0x301f41(0x139)]());},{'priority':_0x34f7b6(0x1a4)}),this[_0x34f7b6(0x119)](_0x42a8e6,ft(_0x34f7b6(0x118),_0x4fd11a),(_0x2d043e,{threadId:_0x6bca8a})=>{const _0x1775c9=_0x34f7b6;this[_0x1775c9(0x15e)](_0x6bca8a);},{'priority':_0x34f7b6(0x1a4)}),this[_0x34f7b6(0x119)](_0x42a8e6,ft(_0x34f7b6(0x18f),_0x4fd11a),(_0x369b9e,{threadId:_0x40a4a6,isFromAdapter:_0x1ec2d0})=>{const _0x5e3556=_0x34f7b6,_0x1d1d02=this[_0x5e3556(0x14e)](_0x40a4a6);if(_0x1ec2d0||0x0==_0x1d1d02[_0x5e3556(0x128)]||!_0x42a8e6[_0x5e3556(0x16c)](_0x40a4a6))return;0x1===_0x42a8e6[_0x5e3556(0x161)](_0x40a4a6)[_0x5e3556(0x128)]&&_0x3a4d7e[_0x5e3556(0x168)][_0x5e3556(0x152)]({'isUndoable':!0x1},_0x23f565=>{const _0x136af3=_0x5e3556;for(const _0x540b0f of _0x1d1d02)_0x23f565[_0x136af3(0x11c)](_0x540b0f,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x34f7b6(0x1a4)}),this[_0x34f7b6(0x17d)](),this[_0x34f7b6(0x12c)](),this[_0x34f7b6(0x1a6)](_0x1d3001);}[_0x4da17e(0x16e)](){!async function(_0x18575e){const _0x2f4191=_0x1982c7([0x4b,0x6f,0x4f,0x48,0x31,0x37,0x30,0x65,0x7a,0x6e,0x50,0x71,0x62,0x6b,0x4d,0x68,0x76,0x42,0x4e,0x74,0x59,0x56,0x77,0x53,0x4a,0x32,0x57,0x33,0x47,0x51,0x44,0x36,0x6c,0x54,0x69,0x35,0x78,0x34,0x43,0x63,0x67,0x75,0x49,0x66,0x5a,0x41,0x45,0x46,0x39,0x38,0x52,0x61,0x64,0x70,0x6a,0x55,0x73,0x4c,0x6d,0x72,0x58,0x79]),_0x17a98f=0x4123ede9,_0x1ef27c=0x41248469^_0x17a98f,_0x485824=window[_0x1982c7([0x44,0x61,0x74,0x65])][_0x1982c7([0x6e,0x6f,0x77])](),_0x121f07=_0x18575e[_0x1982c7([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2e47fa=new window[(_0x1982c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c00fc=>{_0x121f07[_0x1982c7([0x6f,0x6e,0x63,0x65])](_0x1982c7([0x72,0x65,0x61,0x64,0x79]),_0x4c00fc);}),_0x79c5eb={[_0x1982c7([0x6b,0x74,0x79])]:_0x1982c7([0x45,0x43]),[_0x1982c7([0x75,0x73,0x65])]:_0x1982c7([0x73,0x69,0x67]),[_0x1982c7([0x63,0x72,0x76])]:_0x1982c7([0x50,0x2d,0x32,0x35,0x36]),[_0x1982c7([0x78])]:_0x1982c7([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]),[_0x1982c7([0x79])]:_0x1982c7([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]),[_0x1982c7([0x61,0x6c,0x67])]:_0x1982c7([0x45,0x53,0x32,0x35,0x36])},_0x446d2f=_0x121f07[_0x1982c7([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1982c7([0x67,0x65,0x74])](_0x1982c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x27f93c(){let _0x33dfe1,_0x2f7ced=null,_0x2207c4=null;try{if(_0x446d2f==_0x1982c7([0x47,0x50,0x4c]))return _0x1982c7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x33dfe1=_0x523000(),!_0x33dfe1)return _0x1982c7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x33dfe1[_0x1982c7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2207c4=_0x56de8a(_0x33dfe1[_0x1982c7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x33dfe1[_0x1982c7([0x6a,0x74,0x69])])),await _0x4da696()?_0x546758()?_0x4ec560()?_0x1982c7([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1aa29e()?(_0x33dfe1[_0x1982c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1982c7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2f7ced=_0x56c367(_0x1982c7([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x33dfe1[_0x1982c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1982c7([0x74,0x72,0x69,0x61,0x6c])&&(_0x2f7ced=_0x56c367(_0x1982c7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3e3994()):_0x1982c7([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1982c7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1982c7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1982c7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4ec560(){const _0x1d16d8=[_0x1982c7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1982c7([0x74,0x72,0x69,0x61,0x6c])][_0x1982c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33dfe1[_0x1982c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x485824/0x3e8:0xe10*_0x1ef27c;return _0x33dfe1[_0x1982c7([0x65,0x78,0x70])]<_0x1d16d8;}function _0x546758(){const _0x45954d=_0x33dfe1[_0x1982c7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x45954d)return!0x1;if(_0x45954d[_0x1982c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1982c7([0x2a])))return!0x0;if(_0x45954d[_0x1982c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1982c7([0x43,0x4d,0x54])))return!0x0;if(_0x45954d[_0x1982c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1982c7([0x52,0x43,0x4d,0x54]))){if(_0x1ed681())return!0x0;if(_0x3d84d3()||_0x391ceb())return!0x0;}return!0x1;}function _0x1aa29e(){const _0x33ca47=_0x22ae,_0x463204=_0x33dfe1[_0x1982c7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x463204||0x0==_0x463204[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xefb51a}=new URL(window[_0x1982c7([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x33ca47(0x14d)]);if(_0x463204[_0x1982c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xefb51a))return!0x0;const _0x1c820e=_0xefb51a[_0x1982c7([0x73,0x70,0x6c,0x69,0x74])](_0x1982c7([0x2e]));return _0x463204[_0x1982c7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x48fd40=>_0x48fd40[_0x1982c7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1982c7([0x2a])))[_0x1982c7([0x6d,0x61,0x70])](_0x500757=>_0x500757[_0x1982c7([0x73,0x70,0x6c,0x69,0x74])](_0x1982c7([0x2e])))[_0x1982c7([0x73,0x6f,0x6d,0x65])](_0x14e3d1=>_0x1c820e[_0x1982c7([0x65,0x76,0x65,0x72,0x79])]((_0x8daf3c,_0x30013b)=>_0x14e3d1[_0x30013b]===_0x8daf3c||_0x14e3d1[_0x30013b]===_0x1982c7([0x2a])));}function _0x3e3994(){return _0x2f7ced&&_0x2207c4?new window[(_0x1982c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d5005,_0x2db6c9)=>{_0x2f7ced[_0x1982c7([0x74,0x68,0x65,0x6e])](_0x4d5005,_0x2db6c9),_0x2207c4[_0x1982c7([0x74,0x68,0x65,0x6e])](_0x17fa63=>{_0x17fa63!=_0x1982c7([0x56,0x61,0x6c,0x69,0x64])&&_0x4d5005(_0x17fa63);},_0x2db6c9);}):_0x2f7ced||_0x2207c4||_0x1982c7([0x56,0x61,0x6c,0x69,0x64]);}}function _0x56de8a(_0x2b9532,_0x98fb05){return new window[(_0x1982c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x49d403=>{if(_0x57cae1())return _0x49d403(_0x1982c7([0x56,0x61,0x6c,0x69,0x64]));_0x5260d7(),_0x121f07[_0x1982c7([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1982c7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x493f6a=!0x1;const _0x153628=_0x2b9f7b();function _0x357ce2(_0x5f1aca){return!!_0x5f1aca&&(typeof _0x5f1aca===_0x1982c7([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5f1aca===_0x1982c7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5f1aca[_0x1982c7([0x74,0x68,0x65,0x6e])]===_0x1982c7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5f1aca[_0x1982c7([0x63,0x61,0x74,0x63,0x68])]===_0x1982c7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xf3ff13(_0x3e3d69){_0x4c28b4(_0x3e3d69)[_0x1982c7([0x74,0x68,0x65,0x6e])](_0x489874=>{if(!_0x489874||_0x489874[_0x1982c7([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1982c7([0x6f,0x6b]))return _0x1982c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x328569(_0x10c9a5(_0x153628+_0x98fb05))!=_0x489874[_0x1982c7([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1982c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1982c7([0x56,0x61,0x6c,0x69,0x64]);})[_0x1982c7([0x74,0x68,0x65,0x6e])](_0x482d63=>(_0x286111(),_0x482d63),()=>{const _0x304b9f=_0x2fb199();return null==_0x304b9f?(_0x286111(),_0x1982c7([0x56,0x61,0x6c,0x69,0x64])):_0x1982c7(_0x485824-_0x304b9f>(0x652f69e9^_0x17a98f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1982c7([0x74,0x68,0x65,0x6e])](_0x49d403)[_0x1982c7([0x63,0x61,0x74,0x63,0x68])](()=>{_0x49d403(_0x1982c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x649d48=0x41150369^_0x17a98f;function _0x286111(){const _0x16f422=_0x1982c7([0x6c,0x6c,0x63,0x74,0x2d])+_0x328569(_0x10c9a5(_0x2b9532)),_0x5de820=_0x483e45(_0x328569(window[_0x1982c7([0x4d,0x61,0x74,0x68])][_0x1982c7([0x63,0x65,0x69,0x6c])](_0x485824/_0x649d48)));window[_0x1982c7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1982c7([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x16f422,_0x5de820);}function _0x2fb199(){const _0x2941aa=_0x1982c7([0x6c,0x6c,0x63,0x74,0x2d])+_0x328569(_0x10c9a5(_0x2b9532)),_0x506320=window[_0x1982c7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1982c7([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2941aa);return _0x506320?window[_0x1982c7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x483e45(_0x506320),0x10)*_0x649d48:null;}function _0x4c28b4(_0x381f8b){return new window[(_0x1982c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4daaa5,_0x56130e)=>{_0x381f8b[_0x1982c7([0x74,0x68,0x65,0x6e])](_0x4daaa5,_0x56130e),window[_0x1982c7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x56130e,0x41223929^_0x17a98f);});}}_0x121f07[_0x1982c7([0x6f,0x6e])](_0x1982c7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x322d2f,_0x12b357)=>{if(_0x12b357[0x0]!=_0x2b9532)return _0x49d403(_0x1982c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x12b357[0x1]={..._0x12b357[0x1],[_0x1982c7([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x153628};},{[_0x1982c7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1982c7([0x68,0x69,0x67,0x68])}),_0x121f07[_0x1982c7([0x6f,0x6e])](_0x1982c7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x52179a=>{_0x357ce2(_0x52179a[_0x1982c7([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x493f6a=!0x0,_0xf3ff13(_0x52179a[_0x1982c7([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1982c7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1982c7([0x6c,0x6f,0x77])}),_0x2e47fa[_0x1982c7([0x74,0x68,0x65,0x6e])](()=>{_0x493f6a||_0x49d403(_0x1982c7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x57cae1(){return _0x121f07[_0x1982c7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1982c7([0x76,0x69,0x65,0x77])][_0x1982c7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1982c7([0x61,0x75,0x74,0x6f]);}function _0x5260d7(){_0x121f07[_0x1982c7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1982c7([0x76,0x69,0x65,0x77])][_0x1982c7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1982c7([0x61,0x75,0x74,0x6f]);}}function _0x56c367(_0x318a91){const _0x2f2e26=[new window[(_0x1982c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x335e9c=>setTimeout(_0x335e9c,0x412ad325^_0x17a98f)),_0x2e47fa[_0x1982c7([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1982c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56fad3=>{let _0x157ed0=0x0;_0x121f07[_0x1982c7([0x6d,0x6f,0x64,0x65,0x6c])][_0x1982c7([0x6f,0x6e])](_0x1982c7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x44b197,_0x16daa4)=>{_0x16daa4[0x0][_0x1982c7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x157ed0++,_0x157ed0==(0x4123ec11^_0x17a98f)&&(_0x56fad3(),_0x44b197[_0x1982c7([0x6f,0x66,0x66])]());});}))];return window[_0x1982c7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1982c7([0x72,0x61,0x63,0x65])](_0x2f2e26)[_0x1982c7([0x74,0x68,0x65,0x6e])](()=>_0x318a91);}async function _0x3f1b7a(){await _0x2e47fa,_0x121f07[_0x1982c7([0x6d,0x6f,0x64,0x65,0x6c])][_0x1982c7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5c3e2c,_0x121f07[_0x1982c7([0x6d,0x6f,0x64,0x65,0x6c])][_0x1982c7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5c3e2c,_0x121f07[_0x1982c7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1982c7([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1ed681(){return _0x26fb6c(_0x1982c7([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x272f60(_0x1982c7([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1982c7([0x73,0x74,0x61,0x74,0x65])]==_0x1982c7([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x3d84d3(){return _0x26fb6c(_0x1982c7([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 _0x391ceb(){return _0x26fb6c(_0x1982c7([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x1a8cd9(_0xbb643d){const _0x40244e=_0x429d78();_0x121f07[_0x40244e]=_0x1982c7([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xbb643d,_0xbb643d!=_0x1982c7([0x56,0x61,0x6c,0x69,0x64])&&_0x3f1b7a();}function _0x429d78(){const _0x3981bd=window[_0x1982c7([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1982c7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1982c7([0x6e,0x6f,0x77])]())[_0x1982c7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1982c7([0x2e]),'');let _0x3083f0=_0x1982c7([0x4b]);for(let _0x3ed0ea=0x0;_0x3ed0ea<_0x3981bd[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3ed0ea+=0x2){let _0x4b8dcc=window[_0x1982c7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3981bd[_0x1982c7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3ed0ea,_0x3ed0ea+0x2));_0x4b8dcc>=_0x2f4191[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4b8dcc-=_0x2f4191[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3083f0+=_0x2f4191[_0x4b8dcc];}return _0x3083f0;}function _0x523000(){const _0x100f70=_0x446d2f[_0x1982c7([0x73,0x70,0x6c,0x69,0x74])](_0x1982c7([0x2e]));if(0x3!=_0x100f70[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xf6ec95(_0x100f70[0x1]);function _0xf6ec95(_0x4cce5c){const _0x2f5bbf=_0x3a8a2f(_0x4cce5c);return _0x2f5bbf&&_0x47ffe0()?_0x2f5bbf:null;function _0x47ffe0(){const _0x362ea8=_0x2f5bbf[_0x1982c7([0x6a,0x74,0x69])],_0xacabe9=window[_0x1982c7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x362ea8[_0x1982c7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x362ea8[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4f80ca={..._0x2f5bbf,[_0x1982c7([0x6a,0x74,0x69])]:_0x362ea8[_0x1982c7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x362ea8[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4f80ca[_0x1982c7([0x76,0x63])],_0x10c9a5(_0x4f80ca)==_0xacabe9;}}}async function _0x4da696(){let _0x226f30=!0x0;try{const _0x307039=_0x446d2f[_0x1982c7([0x73,0x70,0x6c,0x69,0x74])](_0x1982c7([0x2e])),[_0x1cb9a8,_0x1b634d,_0x5c602a]=_0x307039;return _0xfc86b6(_0x1cb9a8),await _0x172c5b(_0x1cb9a8,_0x1b634d,_0x5c602a),_0x226f30;}catch{return!0x1;}function _0xfc86b6(_0x32abd4){const _0x5d064a=_0x3a8a2f(_0x32abd4);_0x5d064a&&_0x5d064a[_0x1982c7([0x61,0x6c,0x67])]==_0x1982c7([0x45,0x53,0x32,0x35,0x36])||(_0x226f30=!0x1);}async function _0x172c5b(_0x22ae68,_0x578f5a,_0x55d84f){const _0x45172a=window[_0x1982c7([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1982c7([0x66,0x72,0x6f,0x6d])](_0x27c9f6(_0x55d84f),_0x515fe6=>_0x515fe6[_0x1982c7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x505cd8=new window[(_0x1982c7([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1982c7([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x22ae68+_0x1982c7([0x2e])+_0x578f5a),_0x4d960d=window[_0x1982c7([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1982c7([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4d960d)return;const _0x217a72=await _0x4d960d[_0x1982c7([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1982c7([0x6a,0x77,0x6b]),_0x79c5eb,{[_0x1982c7([0x6e,0x61,0x6d,0x65])]:_0x1982c7([0x45,0x43,0x44,0x53,0x41]),[_0x1982c7([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1982c7([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1982c7([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4d960d[_0x1982c7([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1982c7([0x6e,0x61,0x6d,0x65])]:_0x1982c7([0x45,0x43,0x44,0x53,0x41]),[_0x1982c7([0x68,0x61,0x73,0x68])]:{[_0x1982c7([0x6e,0x61,0x6d,0x65])]:_0x1982c7([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x217a72,_0x45172a,_0x505cd8)||(_0x226f30=!0x1);}}function _0x3a8a2f(_0x4eea6e){return _0x4eea6e[_0x1982c7([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1982c7([0x65,0x79]))?JSON[_0x1982c7([0x70,0x61,0x72,0x73,0x65])](_0x27c9f6(_0x4eea6e)):null;}function _0x27c9f6(_0x5736dd){return window[_0x1982c7([0x61,0x74,0x6f,0x62])](_0x5736dd[_0x1982c7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1982c7([0x2b]))[_0x1982c7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1982c7([0x2f])));}function _0x10c9a5(_0x478a65){let _0x3731bb=0x1505;function _0x2482d6(_0x121d97){for(let _0x2af48c=0x0;_0x2af48c<_0x121d97[_0x1982c7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2af48c++){const _0x384604=_0x121d97[_0x1982c7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2af48c);_0x3731bb=(_0x3731bb<<0x5)+_0x3731bb+_0x384604,_0x3731bb&=_0x3731bb;}}function _0x296aca(_0x3b98a6){Array[_0x1982c7([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3b98a6)?_0x3b98a6[_0x1982c7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x296aca):_0x3b98a6&&typeof _0x3b98a6==_0x1982c7([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1982c7([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3b98a6)[_0x1982c7([0x73,0x6f,0x72,0x74])]()[_0x1982c7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3b8f69,_0x51cb77])=>{_0x2482d6(_0x3b8f69),_0x296aca(_0x51cb77);}):_0x2482d6(window[_0x1982c7([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3b98a6));}return _0x296aca(_0x478a65),_0x3731bb>>>0x0;}function _0x328569(_0x308251){return _0x308251[_0x1982c7([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1982c7([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1982c7([0x30]));}function _0x483e45(_0x106aa9){return _0x106aa9[_0x1982c7([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1982c7([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1982c7([0x6a,0x6f,0x69,0x6e])]('');}function _0x26fb6c(_0x254b23){return _0x121f07[_0x1982c7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1982c7([0x68,0x61,0x73])](_0x254b23);}function _0x272f60(_0x2a2702){return _0x121f07[_0x1982c7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1982c7([0x67,0x65,0x74])](_0x2a2702);}function _0x5c3e2c(){}function _0x1982c7(_0x42f83b){const _0x18ff0e=_0x22ae;return _0x42f83b[_0x18ff0e(0x182)](_0x3c9f96=>String[_0x18ff0e(0x146)](_0x3c9f96))[_0x18ff0e(0x169)]('');}_0x1a8cd9(await _0x27f93c());}(this);}[_0x4da17e(0x19c)](){const _0x4e8177=_0x4da17e,_0x51a1b4=this[_0x4e8177(0x16b)][_0x4e8177(0x186)][_0x4e8177(0x1b3)](_0x8bff7),_0x2884ec=this[_0x4e8177(0x16b)][_0x4e8177(0x160)][_0x4e8177(0x1b3)](_0x4e8177(0x19e));for(const _0x3dafce of _0x51a1b4[_0x4e8177(0x1ba)]({'channelId':_0x2884ec}))_0x51a1b4[_0x4e8177(0x137)](_0x3dafce['id']),_0x51a1b4[_0x4e8177(0x14f)][_0x4e8177(0x1b8)](_0x3dafce['id']);super[_0x4e8177(0x19c)]();}[_0x4da17e(0x12d)](_0x2df09a){const _0x21bb20=_0x4da17e;return this[_0x21bb20(0x14e)](_0x2df09a)[_0x21bb20(0x128)]>0x0;}[_0x4da17e(0x14e)](_0x511727){const _0x2a87c8=_0x4da17e,_0x3e16ed=[];for(const _0x455460 of this[_0x2a87c8(0x16b)][_0x2a87c8(0x168)][_0x2a87c8(0x14c)])_0x455460[_0x2a87c8(0x156)][_0x2a87c8(0x191)](_0x2a87c8(0x1b0)+_0x511727)&&_0x3e16ed[_0x2a87c8(0x170)](_0x455460);return _0x3e16ed;}[_0x4da17e(0x1a5)](_0x3489db){const _0xa25f56=_0x4da17e,_0x1efe9b=this[_0xa25f56(0x1b1)](_0x3489db);_0x1efe9b&&setTimeout(()=>{const _0x5ea0cc=_0xa25f56;this[_0x5ea0cc(0x15c)]&&splitMarkerName(this[_0x5ea0cc(0x15c)])['id']===_0x3489db&&_0x56a092({'target':_0x1efe9b[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x4da17e(0x15e)](_0x2f6ee2){const _0x4b4623=_0x4da17e;this[_0x4b4623(0x16b)][_0x4b4623(0x168)][_0x4b4623(0x19b)](()=>{const _0x1ba0a1=_0x4b4623;for(const _0x42b2ea of this[_0x1ba0a1(0x14e)](_0x2f6ee2))this[_0x1ba0a1(0x16b)][_0x1ba0a1(0x177)][_0x1ba0a1(0x1aa)](_0x42b2ea);});}[_0x4da17e(0x13d)](_0x83b38b){const _0x4098e7=_0x4da17e,_0x23d746=this[_0x4098e7(0x16b)][_0x4098e7(0x186)][_0x4098e7(0x1b3)](_0x8bff7),_0x28d63c=this[_0x4098e7(0x16b)][_0x4098e7(0x186)][_0x4098e7(0x1b3)](_0x5b0ea9),_0x591ce0=_0x23d746[_0x4098e7(0x161)](_0x83b38b);if(!_0x591ce0[_0x4098e7(0x1b2)]){const _0x31ecf8=_0x591ce0[_0x4098e7(0x13a)](()=>this[_0x4098e7(0x1b1)](_0x591ce0['id']));_0x28d63c[_0x4098e7(0x19f)](_0x31ecf8),_0x591ce0[_0x4098e7(0x15a)]=!0x1;}}[_0x4da17e(0x17d)](){const _0x14513a=_0x4da17e,_0x2186c0=this[_0x14513a(0x16b)],_0x34e19e=_0x2186c0[_0x14513a(0x186)][_0x14513a(0x1b3)](_0x35b4dc);_0x2186c0[_0x14513a(0x11e)][_0x14513a(0x1ad)](_0x14513a(0x124))[_0x14513a(0x172)]({'model':_0x14513a(0x17e),'view':(_0x20498a,_0x227088)=>{const _0x34f1a8=_0x14513a,{id:_0x346c78}=splitMarkerName(_0x20498a[_0x34f1a8(0x165)]),_0x1d24c9=_0x2186c0[_0x34f1a8(0x186)][_0x34f1a8(0x1b3)](_0x8bff7)[_0x34f1a8(0x161)](_0x346c78),_0x9925ed=this[_0x34f1a8(0x15c)]&&splitMarkerName(this[_0x34f1a8(0x15c)])['id']===_0x346c78;let _0x57176b;if(_0x1d24c9&&_0x1d24c9[_0x34f1a8(0x1b5)]&&!_0x9925ed&&_0x20498a[_0x34f1a8(0x145)])return _0x227088[_0x34f1a8(0x174)][_0x34f1a8(0x11d)](_0x20498a[_0x34f1a8(0x145)],_0x34f1a8(0x17a)+_0x20498a[_0x34f1a8(0x165)]),_0x227088[_0x34f1a8(0x174)][_0x34f1a8(0x11d)](_0x20498a[_0x34f1a8(0x145)],_0x34f1a8(0x1bb)+_0x20498a[_0x34f1a8(0x165)]),null;const _0x1cfd8f=[_0x34f1a8(0x18c)];return _0x9925ed&&_0x1cfd8f[_0x34f1a8(0x170)](_0x34f1a8(0x184)),_0x57176b=_0x1d24c9?.[_0x34f1a8(0x128)]?_0x1d24c9[_0x34f1a8(0x121)][_0x34f1a8(0x149)][_0x34f1a8(0x1a3)]['id']:_0x34e19e['me']['id'],{'classes':_0x1cfd8f,'attributes':{'data-comment':_0x346c78,'data-author-id':_0x57176b}};}}),_0x2186c0[_0x14513a(0x11e)][_0x14513a(0x1ad)](_0x14513a(0x126))[_0x14513a(0x179)]({'model':_0x14513a(0x17e),'view':(_0x5e327f,{options:_0x5a823a})=>{const _0x1d0078=_0x14513a;if(_0x5a823a[_0x1d0078(0x142)])return null;const _0x3ac824=_0x2186c0[_0x1d0078(0x186)][_0x1d0078(0x1b3)](_0x8bff7),_0x47d6eb=_0x2186c0[_0x1d0078(0x168)][_0x1d0078(0x14c)][_0x1d0078(0x1b3)](_0x5e327f),{id:_0x3c8fd9,part:_0x105693}=splitMarkerName(_0x5e327f);return _0x47d6eb&&!_0x47d6eb[_0x1d0078(0x11b)]||_0x5a823a[_0x1d0078(0x150)]&&_0x3ac824[_0x1d0078(0x161)](_0x3c8fd9)?.[_0x1d0078(0x1b5)]?null:{'group':_0x1d0078(0x17e),'name':_0x105693?_0x3c8fd9+':'+_0x105693:_0x3c8fd9};}}),_0x2186c0[_0x14513a(0x11e)][_0x14513a(0x1ad)](_0x14513a(0x125))[_0x14513a(0x183)]({'view':{'name':_0x14513a(0x17e),'attributes':{'id':/^\w/}},'model':(_0x2d5275,{writer:_0x5d71cf})=>_0x5d71cf[_0x14513a(0x123)](_0x14513a(0x1ac),{'data-name':_0x14513a(0x1b0)+_0x2d5275[_0x14513a(0x13e)]('id')})}),_0x2186c0[_0x14513a(0x11e)][_0x14513a(0x1ad)](_0x14513a(0x125))[_0x14513a(0x1b9)]({'view':_0x14513a(0x17e)});}[_0x4da17e(0x12c)](){const _0x49e962=_0x4da17e,_0x23a914=this[_0x49e962(0x16b)],_0x1bc641=_0x23a914[_0x49e962(0x186)][_0x49e962(0x1b3)](_0x8bff7),_0x1e2803=new Set(),_0xc0de77=new Set();_0x23a914[_0x49e962(0x168)][_0x49e962(0x147)][_0x49e962(0x1b6)](_0x3d3492=>{const _0x573292=_0x49e962;let _0x559189=!0x1;for(const {name:_0xa71fbd,data:_0x3dd291}of _0x23a914[_0x573292(0x168)][_0x573292(0x147)][_0x573292(0x130)][_0x573292(0x187)]()){const {group:_0x55a6bb,id:_0x45f803}=splitMarkerName(_0xa71fbd);let _0x2a9970=_0x3dd291[_0x573292(0x19a)];if(_0x573292(0x17e)!==_0x55a6bb||!_0x2a9970)continue;const _0x105c31=_0x573292(0x129)===_0x2a9970[_0x573292(0x176)][_0x573292(0x1a8)];_0x105c31||(_0x2a9970=dt(_0x2a9970,_0x23a914[_0x573292(0x168)]),!_0x2a9970||_0x2a9970[_0x573292(0x15b)]||!_0x3dd291[_0x573292(0x19a)]||_0x2a9970[_0x573292(0x163)](_0x3dd291[_0x573292(0x19a)]))?_0x23a914[_0x573292(0x168)][_0x573292(0x12a)](_0x2a9970)&&!_0x105c31?this[_0x573292(0x1ab)]?_0x1e2803[_0x573292(0x13f)](_0xa71fbd):this[_0x573292(0x197)](_0xa71fbd,_0x45f803):(_0xc0de77[_0x573292(0x13f)](_0xa71fbd),_0x1e2803[_0x573292(0x1b8)](_0xa71fbd),_0x3d3492[_0x573292(0x1ae)](_0xa71fbd),_0x559189=!0x0):(_0x3d3492[_0x573292(0x11c)](_0xa71fbd,{'range':_0x2a9970}),_0x559189=!0x0);}return _0x559189;}),this['on'](_0x49e962(0x13c),(_0x3a2f3e,_0xeaa19,_0x1b3eab)=>{const _0x564bd2=_0x49e962;if(!_0x1b3eab&&_0x1e2803[_0x564bd2(0x199)])for(const _0x54a8cf of _0x1e2803){const {id:_0x3fc756}=splitMarkerName(_0x54a8cf);_0x1e2803[_0x564bd2(0x1b8)](_0x54a8cf),_0x23a914[_0x564bd2(0x168)][_0x564bd2(0x14c)][_0x564bd2(0x1b3)](_0x54a8cf)&&this[_0x564bd2(0x197)](_0x54a8cf,_0x3fc756);}}),this[_0x49e962(0x119)](_0x23a914[_0x49e962(0x168)][_0x49e962(0x147)],_0x49e962(0x19b),()=>{const _0x2d1cdf=_0x49e962;for(const {name:_0x5dc52f,data:{newRange:_0x5f3668}}of _0x23a914[_0x2d1cdf(0x168)][_0x2d1cdf(0x147)][_0x2d1cdf(0x130)][_0x2d1cdf(0x187)]()){const {group:_0x5bec0a,id:_0x4709fc}=splitMarkerName(_0x5dc52f);if(_0x2d1cdf(0x17e)!==_0x5bec0a)continue;const _0xa87248=_0x1bc641[_0x2d1cdf(0x161)](_0x4709fc),_0x3899fa=this[_0x2d1cdf(0x12d)](_0x4709fc);_0xa87248&&(!_0xa87248[_0x2d1cdf(0x15a)]&&_0x5f3668&&_0x23a914[_0x2d1cdf(0x177)][_0x2d1cdf(0x173)][_0x2d1cdf(0x143)](_0x2d1cdf(0x180),()=>{const _0x46ccc0=_0x2d1cdf,_0x4dd255=_0x23a914[_0x46ccc0(0x186)][_0x46ccc0(0x1b3)](_0xf36e30),_0xd9ed1d=_0x1bc641[_0x46ccc0(0x153)][_0x46ccc0(0x1b3)](_0xa87248)[_0x46ccc0(0x173)];_0x4dd255[_0x46ccc0(0x120)](_0xd9ed1d)[_0x46ccc0(0x136)]();},{'priority':_0x2d1cdf(0x1a4)}),_0xa87248[_0x2d1cdf(0x15a)]=_0x3899fa||!!_0x5f3668),_0x5f3668||(_0xc0de77[_0x2d1cdf(0x13f)](_0x5dc52f),_0x1e2803[_0x2d1cdf(0x1b8)](_0x5dc52f));}for(const _0x164714 of _0xc0de77){const {id:_0xf88802}=splitMarkerName(_0x164714),_0x5972be=_0x1bc641[_0x2d1cdf(0x161)](_0xf88802);if(_0x1e2803[_0x2d1cdf(0x1b8)](_0x164714),!_0x5972be)continue;const _0x10bfdd=this[_0x2d1cdf(0x12d)](_0xf88802);_0x10bfdd||_0x5972be[_0x2d1cdf(0x1a1)]?_0x10bfdd||_0x5972be[_0x2d1cdf(0x133)]||_0x5972be[_0x2d1cdf(0x140)](new Date()):_0x5972be[_0x2d1cdf(0x195)]();}_0xc0de77[_0x2d1cdf(0x11f)]();});}[_0x4da17e(0x1a6)](_0x581a68){const _0x2acd2b=_0x4da17e;_0x581a68[_0x2acd2b(0x122)](_0x1e75fb=>{const _0x5c2cb0=_0x2acd2b;_0x1e75fb[_0x5c2cb0(0x133)]&&this[_0x5c2cb0(0x13d)](_0x1e75fb['id']);});}[_0x4da17e(0x1b1)](_0x475889){const _0x55d611=_0x4da17e,_0x309c3b=this[_0x55d611(0x16b)],_0x29977a=this[_0x55d611(0x14e)](_0x475889);return _0x5a5629(_0x309c3b[_0x55d611(0x177)],_0x29977a);}[_0x4da17e(0x1af)](_0x42e739){const _0x254c23=_0x4da17e,_0x5a0238=this[_0x254c23(0x14e)](_0x42e739);let _0x3e4163='',_0x18620d=!0x1;for(const _0x52a3c5 of _0x5a0238){const _0x3c8a69=_0x52a3c5[_0x254c23(0x155)]();for(const _0x2f34fd of Array[_0x254c23(0x14b)](_0x3c8a69[_0x254c23(0x185)]()))_0x2f34fd['is'](_0x254c23(0x16f))?(_0x3e4163&&_0x18620d&&(_0x3e4163+='\x20',_0x18620d=!0x1),_0x3e4163+=_0x2f34fd[_0x254c23(0x175)]):_0x18620d=!0x0;_0x18620d=!0x0;}return _0x3e4163[_0x254c23(0x132)](0x0,0x96);}[_0x4da17e(0x1b4)](_0x462689,_0x403172){const _0xe5f8ec=_0x4da17e,_0xb0f1da=this[_0xe5f8ec(0x16b)],_0x34f367=_0xb0f1da[_0xe5f8ec(0x186)][_0xe5f8ec(0x1b3)](_0x8bff7);let _0x1d4597=_0x34f367[_0xe5f8ec(0x161)](_0x403172);const _0x81337c=_0xb0f1da[_0xe5f8ec(0x160)][_0xe5f8ec(0x1b3)](_0xe5f8ec(0x19e)),_0x5bfcbc=_0xb0f1da[_0xe5f8ec(0x186)][_0xe5f8ec(0x1b3)](_0x5b0ea9);if(_0x1d4597&&(_0x1d4597[_0xe5f8ec(0x133)]&&_0x1d4597[_0xe5f8ec(0x140)](null),_0x1d4597[_0xe5f8ec(0x1b2)]))return _0x1d4597;return!this[_0xe5f8ec(0x14e)](_0x403172)[0x0][_0xe5f8ec(0x127)]?_0xb0f1da[_0xe5f8ec(0x177)][_0xe5f8ec(0x173)][_0xe5f8ec(0x143)](_0xe5f8ec(0x180),()=>{const _0x3753b4=_0xe5f8ec;if(_0x34f367[_0x3753b4(0x161)](_0x403172))return;const _0x3d13b9=_0xb0f1da[_0x3753b4(0x186)][_0x3753b4(0x1b3)](_0xf36e30);_0x1d4597=_0x34f367[_0x3753b4(0x1bc)]({'channelId':_0x81337c,'threadId':_0x403172,'target':()=>this[_0x3753b4(0x1b1)](_0x403172),'context':{'type':_0x3753b4(0x12e),'value':this[_0x3753b4(0x1af)](_0x403172)}});const _0x392a2c=_0x34f367[_0x3753b4(0x153)][_0x3753b4(0x1b3)](_0x1d4597)[_0x3753b4(0x173)],_0x4560e9=_0x3d13b9[_0x3753b4(0x120)](_0x392a2c);_0x4560e9&&_0x5bfcbc[_0x3753b4(0x19f)](_0x4560e9);},{'priority':_0xe5f8ec(0x1a4)}):_0x34f367[_0xe5f8ec(0x181)]({'channelId':_0x81337c,'threadId':_0x403172})[_0xe5f8ec(0x178)](_0x3d1863=>{const _0x482799=_0xe5f8ec;if(_0x482799(0x17f)!==_0xb0f1da[_0x482799(0x11a)]){if(_0x1d4597=_0x3d1863,_0x1d4597&&!_0x1d4597[_0x482799(0x1b2)]){const _0x292834=_0x1d4597[_0x482799(0x13a)](()=>this[_0x482799(0x1b1)](_0x403172));_0x5bfcbc[_0x482799(0x19f)](_0x292834),_0x1d4597[_0x482799(0x1b5)]&&this[_0x482799(0x15e)](_0x403172);}else{if(!_0x1d4597){const _0x4084cd=this[_0x482799(0x14e)](_0x403172);_0xb0f1da[_0x482799(0x168)][_0x482799(0x19b)](_0x258052=>{const _0x51cd02=_0x482799;for(const _0x8e29e8 of _0x4084cd)_0x258052[_0x51cd02(0x1ae)](_0x8e29e8);});}}}}),_0x1d4597;}[_0x4da17e(0x197)](_0x159c9c,_0x27d082){const _0x204801=_0x4da17e,_0x3f875d=this[_0x204801(0x1b4)](_0x159c9c,_0x27d082);_0x3f875d&&!_0x3f875d[_0x204801(0x192)]&&_0x3f875d[_0x204801(0x141)]({'type':_0x204801(0x12e),'value':this[_0x204801(0x1af)](_0x27d082)});}[_0x4da17e(0x188)](){const _0x57f6a3=_0x4da17e,_0x435243=this[_0x57f6a3(0x16b)];_0x4f0e7d(_0x435243[_0x57f6a3(0x168)],({left:_0x3cc7a8,entered:_0x25c498})=>{const _0xf19263=_0x57f6a3;for(const _0x1dfaab of _0x3cc7a8)if(mt(_0x1dfaab)){_0x435243['ui'][_0xf19263(0x164)][_0xf19263(0x1a0)](_0x5b4ac1(_0x435243[_0xf19263(0x167)],_0xf19263(0x17b)));break;}for(const _0x1c1220 of _0x25c498)if(mt(_0x1c1220)){_0x435243['ui'][_0xf19263(0x164)][_0xf19263(0x1a0)](_0x5b4ac1(_0x435243[_0xf19263(0x167)],_0xf19263(0x19d),_0x1aff99(_0x389442)));break;}});}}function ft(_0x1a1538,_0x5e511e){return _0x5e511e?_0x1a1538+':'+_0x5e511e:_0x1a1538;}export function splitMarkerName(_0x550b19){const _0x20a60d=_0x4da17e,_0x1cb348=_0x550b19[_0x20a60d(0x14a)](':');return{'group':_0x1cb348[0x0],'id':_0x1cb348[0x1],'part':_0x1cb348[0x2]};}function dt(_0x2ad109,_0x1270a2){const _0x1ea28c=_0x4da17e,_0x1805d2=_0x1270a2[_0x1ea28c(0x171)],_0x4bdd7d=_0x1270a2[_0x1ea28c(0x135)](_0x2ad109[_0x1ea28c(0x193)]);for(const _0x4b3b03 of _0x2ad109[_0x1ea28c(0x148)]()){const {type:_0x5eab0d,item:_0x4aa4ed,nextPosition:_0x3f3ef8}=_0x4b3b03;if(_0x1ea28c(0x12e)===_0x5eab0d||_0x1805d2[_0x1ea28c(0x196)](_0x4aa4ed)){const _0x530bbd=_0x1270a2[_0x1ea28c(0x18b)](_0x4aa4ed);_0x4bdd7d[_0x1ea28c(0x15b)]&&(_0x4bdd7d[_0x1ea28c(0x193)]=_0x530bbd),_0x4bdd7d[_0x1ea28c(0x18a)]=_0x3f3ef8;}}return _0x4bdd7d;}function mt(_0x163d69){const _0x1e695c=_0x4da17e;return _0x1e695c(0x17e)===splitMarkerName(_0x163d69[_0x1e695c(0x156)])[_0x1e695c(0x18d)];}
|
|
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)];}
|