@ckeditor/ckeditor5-revision-history 0.0.0-nightly-20240306.0 → 0.0.0-nightly-20240308.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/revision-history.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/translations/ar.po +4 -4
- package/lang/translations/bg.po +4 -4
- package/lang/translations/bn.po +4 -4
- package/lang/translations/ca.po +4 -4
- package/lang/translations/cs.po +4 -4
- package/lang/translations/da.po +4 -4
- package/lang/translations/de.po +4 -4
- package/lang/translations/el.po +4 -4
- package/lang/translations/es.po +4 -4
- package/lang/translations/et.po +4 -4
- package/lang/translations/fi.po +4 -4
- package/lang/translations/fr.po +4 -4
- package/lang/translations/he.po +4 -4
- package/lang/translations/hi.po +4 -4
- package/lang/translations/hu.po +4 -4
- package/lang/translations/id.po +4 -4
- package/lang/translations/it.po +4 -4
- package/lang/translations/ja.po +4 -4
- package/lang/translations/ko.po +4 -4
- package/lang/translations/lt.po +4 -4
- package/lang/translations/lv.po +4 -4
- package/lang/translations/ms.po +4 -4
- package/lang/translations/nl.po +4 -4
- package/lang/translations/no.po +4 -4
- package/lang/translations/pl.po +4 -4
- package/lang/translations/pt-br.po +4 -4
- package/lang/translations/pt.po +7 -7
- package/lang/translations/ro.po +4 -4
- package/lang/translations/ru.po +4 -4
- package/lang/translations/sk.po +4 -4
- package/lang/translations/sr.po +4 -4
- package/lang/translations/sv.po +4 -4
- package/lang/translations/th.po +4 -4
- package/lang/translations/tr.po +4 -4
- package/lang/translations/uk.po +4 -4
- package/lang/translations/vi.po +4 -4
- package/lang/translations/zh-cn.po +4 -4
- package/lang/translations/zh.po +4 -4
- package/package.json +5 -5
- package/src/changeitem.js +1 -1
- package/src/editor/revisionviewereditor.js +1 -1
- package/src/editor/revisionviewereditorui.js +1 -1
- package/src/editor/revisionviewereditoruiview.js +1 -1
- package/src/index.js +1 -1
- package/src/revision.js +1 -1
- package/src/revisiondiff.js +1 -1
- package/src/revisionhistory.js +1 -1
- package/src/revisionsrepository.js +1 -1
- package/src/revisiontracker.js +1 -1
- package/src/revisionviewer.js +1 -1
- package/src/ui/revision/createrevisionactionsdropdown.js +1 -1
- package/src/ui/revision/revisionauthorview.js +1 -1
- package/src/ui/revision/revisionnameview.js +1 -1
- package/src/ui/revision/revisionview.js +1 -1
- package/src/ui/revision/subrevisioncollapserview.js +1 -1
- package/src/ui/revision/subrevisionview.js +1 -1
- package/src/ui/revision/utils.js +1 -1
- package/src/ui/revisionhistory/revisionhistorysaverevisionformview.js +1 -1
- package/src/ui/revisionhistory/revisionhistoryui.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebar.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebarheaderview.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebartimeperiodview.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebarview.js +1 -1
- package/src/ui/revisionssidebar/utils.js +1 -1
- package/src/ui/revisionviewer/changedetailsview.js +1 -1
- package/src/ui/revisionviewer/changesnavigationview.js +1 -1
- package/src/ui/revisionviewer/revisionviewerloadingoverlay.js +1 -1
- package/src/ui/revisionviewer/revisionviewerui.js +1 -1
- package/src/utils/common-translations.js +1 -1
package/src/revisiontracker.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3dd1b7=_0x31db;(function(_0xb9d250,_0x40299f){const _0x3cb185=_0x31db,_0x29d55a=_0xb9d250();while(!![]){try{const _0x558c3=parseInt(_0x3cb185(0x1ad))/0x1*(parseInt(_0x3cb185(0x19d))/0x2)+-parseInt(_0x3cb185(0xf1))/0x3*(-parseInt(_0x3cb185(0xfa))/0x4)+parseInt(_0x3cb185(0x158))/0x5*(-parseInt(_0x3cb185(0x12b))/0x6)+-parseInt(_0x3cb185(0x135))/0x7*(parseInt(_0x3cb185(0x10d))/0x8)+parseInt(_0x3cb185(0x1c4))/0x9+parseInt(_0x3cb185(0x110))/0xa+-parseInt(_0x3cb185(0x16a))/0xb;if(_0x558c3===_0x40299f)break;else _0x29d55a['push'](_0x29d55a['shift']());}catch(_0x538948){_0x29d55a['push'](_0x29d55a['shift']());}}}(_0x2d29,0x1c941));import{Users as _0x1d1868}from'ckeditor5-collaboration/src/collaboration-core.js';import{Plugin as _0x2b9058,PendingActions as _0x1eede7}from'ckeditor5/src/core.js';import{logWarning as _0x2317e4,uid as _0x3ab71b}from'ckeditor5/src/utils.js';function _0x31db(_0x4f7001,_0x45eb25){const _0x2d296a=_0x2d29();return _0x31db=function(_0x31dbb4,_0xe5fdfc){_0x31dbb4=_0x31dbb4-0xa3;let _0x5bfb8f=_0x2d296a[_0x31dbb4];return _0x5bfb8f;},_0x31db(_0x4f7001,_0x45eb25);}import{Position as _0x34902b,Range as _0x3b710e,Element as _0x32a89e,DocumentFragment as _0x3fa8c0,ViewText as _0x2a298c,ViewElement as _0x552819,ViewContainerElement as _0x2c52a1,ViewAttributeElement as _0x28ba02,ViewEmptyElement as _0x4548e8,ViewRawElement as _0x11dfa8,ViewUIElement as _0x2645bb,ViewDocumentFragment as _0x30f059}from'ckeditor5/src/engine.js';import _0x4a1174 from'./revisionsrepository.js';import{getTranslation as _0x38e377}from'./utils/common-translations.js';import{cloneDeep as _0x3cf112,isEqual as _0x544170}from'lodash-es';const T={'c':_0x2c52a1,'a':_0x28ba02,'e':_0x4548e8,'r':_0x11dfa8,'u':_0x2645bb};export default class l extends _0x2b9058{static get[_0x3dd1b7(0x1ce)](){const _0x259efe=_0x3dd1b7;return _0x259efe(0x115);}static get[_0x3dd1b7(0x13d)](){return[_0x1d1868,_0x4a1174,_0x1eede7];}constructor(_0x36d71c){const _0x449344=_0x3dd1b7;super(_0x36d71c),this[_0x449344(0xdb)]=null,this[_0x449344(0x187)]=null,this[_0x449344(0x174)]=new J(this[_0x449344(0xd3)]),this[_0x449344(0x11a)]=this[_0x449344(0xd3)][_0x449344(0xf7)][_0x449344(0x183)](_0x449344(0x10b))||_0x449344(0x18c),this[_0x449344(0xd2)]=new Map(),this[_0x449344(0xb5)]=null;const _0x4f0281=_0x3ab71b();this[_0x449344(0xb0)]={'history':this[_0x449344(0xd3)][_0x449344(0xb1)][_0x449344(0x156)][_0x449344(0xa4)],'getLatestVersion':()=>Promise[_0x449344(0x1ba)](this[_0x449344(0xd3)][_0x449344(0xb1)][_0x449344(0x156)][_0x449344(0x130)]),'getCurrentRevisionId':()=>_0x4f0281},this[_0x449344(0x105)](_0x449344(0xe1),!0x1),this[_0x449344(0x105)](_0x449344(0x17b),!0x0),this[_0x449344(0x105)](_0x449344(0x1a8),!0x1),this[_0x449344(0xd3)][_0x449344(0xf7)][_0x449344(0x191)](_0x449344(0x1a5),!0x0),this[_0x449344(0xd3)][_0x449344(0x121)][_0x449344(0x1c8)](_0x449344(0x127))[_0x449344(0xb6)]({'view':_0x449344(0x12f)});}[_0x3dd1b7(0xc5)](){const _0x1bb6a9=_0x3dd1b7;this[_0x1bb6a9(0xa6)]=this[_0x1bb6a9(0xd3)][_0x1bb6a9(0xa8)][_0x1bb6a9(0x183)](_0x1bb6a9(0x15e)),this[_0x1bb6a9(0x1b9)](),this[_0x1bb6a9(0xd3)][_0x1bb6a9(0xee)]['on'](_0x1bb6a9(0xbc),()=>{const _0x597adc=_0x1bb6a9,_0x25d236=this[_0x597adc(0xa6)][_0x597adc(0xe0)](0x0),_0xe54460=_0x25d236&&null===_0x25d236[_0x597adc(0x102)]?_0x25d236:null;if(this[_0x597adc(0x19f)]=!!_0xe54460&&this[_0x597adc(0xd3)][_0x597adc(0xf7)][_0x597adc(0x183)](_0x597adc(0x1a5)),this[_0x597adc(0xd3)][_0x597adc(0xa8)][_0x597adc(0x119)](_0x597adc(0x182))){const _0x1ffdd0=this[_0x597adc(0xb0)][_0x597adc(0xd0)](),_0x4c0028=this[_0x597adc(0xa6)][_0x597adc(0xe0)](_0x1ffdd0);if(_0x4c0028)this[_0x597adc(0x16c)]=_0x4c0028[_0x597adc(0x131)],this[_0x597adc(0x19f)]=!0x1;else{const _0x2805cb=this[_0x597adc(0xb0)][_0x597adc(0xa4)][_0x597adc(0x16d)][_0x597adc(0x1cb)](_0x26bebc=>!_0x26bebc[_0x597adc(0x1ab)]),_0x4aaf29=_0x2805cb?_0x2805cb[_0x597adc(0x181)]:this[_0x597adc(0xb0)][_0x597adc(0xa4)][_0x597adc(0x130)];_0x25d236?(_0x25d236[_0x597adc(0x13a)]<_0x4aaf29&&_0x25d236[_0x597adc(0x15a)]({'toVersion':_0x4aaf29}),this[_0x597adc(0x19f)]?(this[_0x597adc(0xb0)][_0x597adc(0xd0)]=()=>_0xe54460['id'],this[_0x597adc(0x16c)]=_0xe54460[_0x597adc(0x131)]):(this[_0x597adc(0x16c)]=_0x25d236[_0x597adc(0x13a)],this[_0x597adc(0x19f)]=!0x1)):(this[_0x597adc(0x16c)]=_0x4aaf29,this[_0x597adc(0x19f)]=!0x1);}}else _0xe54460&&(this[_0x597adc(0xd3)][_0x597adc(0xb1)][_0x597adc(0x156)][_0x597adc(0xa4)][_0x597adc(0x130)]=Math[_0x597adc(0x10a)](_0xe54460[_0x597adc(0x13a)],this[_0x597adc(0xd3)][_0x597adc(0xb1)][_0x597adc(0x156)][_0x597adc(0xa4)][_0x597adc(0x130)]),_0xe54460[_0x597adc(0x131)]===_0xe54460[_0x597adc(0x13a)]?(0x0!==_0xe54460[_0x597adc(0x131)]&&(this[_0x597adc(0xb0)][_0x597adc(0xd0)]=()=>_0xe54460['id']),this[_0x597adc(0x19f)]=!0x1):this[_0x597adc(0x19f)]&&(this[_0x597adc(0xb0)][_0x597adc(0xd0)]=()=>_0xe54460['id'],this[_0x597adc(0x16c)]=_0xe54460[_0x597adc(0x131)])),this[_0x597adc(0x19f)]||(this[_0x597adc(0x16c)]=this[_0x597adc(0xd3)][_0x597adc(0xb1)][_0x597adc(0x156)][_0x597adc(0x130)]);this[_0x597adc(0x174)][_0x597adc(0xc5)](this[_0x597adc(0xb0)][_0x597adc(0xa4)]),this[_0x597adc(0xcc)](this[_0x597adc(0x16c)]),this[_0x597adc(0x13f)](this[_0x597adc(0x16c)]),this[_0x597adc(0xdb)]&&this[_0x597adc(0xf0)]();}),this[_0x1bb6a9(0x136)](_0x1bb6a9(0xe1))['to'](this,_0x1bb6a9(0x1a8),_0x6e4f24=>!_0x6e4f24);}async[_0x3dd1b7(0xe9)](){const _0x48b691=_0x3dd1b7;if(this[_0x48b691(0xa6)][_0x48b691(0x125)]>0x0){const _0x2ee1d0=this[_0x48b691(0xa6)][_0x48b691(0xe0)](0x0),_0x5da9fe=await this[_0x48b691(0x17a)](_0x2ee1d0),_0x2e3f13=await this[_0x48b691(0x11d)](_0x2ee1d0);this[_0x48b691(0x1a1)](_0x5da9fe,_0x2e3f13);}}[_0x3dd1b7(0xc6)](_0xc399e1){const _0x4f4e5d=_0x3dd1b7;this[_0x4f4e5d(0xb0)]=_0xc399e1;}async[_0x3dd1b7(0x10f)](){const _0x5a2831=_0x3dd1b7,_0x4e21e3=await this[_0x5a2831(0xb0)][_0x5a2831(0xc7)]();if(_0x4e21e3>this[_0x5a2831(0x187)][_0x5a2831(0x13a)]){await this[_0x5a2831(0x19e)]();const _0x5a52de=this[_0x5a2831(0xcf)]({'revision':this[_0x5a2831(0x187)],'to':_0x4e21e3});_0x5a52de[_0x5a2831(0x172)]=_0x5a52de[_0x5a2831(0x186)][_0x5a2831(0x15f)](_0x303394=>this[_0x5a2831(0xd3)][_0x5a2831(0xa8)][_0x5a2831(0x183)](_0x5a2831(0x1a4))[_0x5a2831(0x1b4)](_0x303394)),this[_0x5a2831(0x187)][_0x5a2831(0x15a)](_0x5a52de);}}async[_0x3dd1b7(0x19e)](){const _0xb76e64=_0x3dd1b7;this[_0xb76e64(0x19f)]&&!this[_0xb76e64(0xb5)]&&(await this[_0xb76e64(0x173)](this[_0xb76e64(0x187)]),this[_0xb76e64(0x174)][_0xb76e64(0x151)](this[_0xb76e64(0x187)]),this[_0xb76e64(0xb5)]={'fromVersion':this[_0xb76e64(0x187)][_0xb76e64(0x131)],'authors':this[_0xb76e64(0x187)][_0xb76e64(0x172)][_0xb76e64(0x179)]()});}async[_0x3dd1b7(0x1b0)](_0x193f71={},_0x255a46=null){const _0x4b2220=_0x3dd1b7,_0x46cf9c=[];await this[_0x4b2220(0x19e)](),this[_0x4b2220(0x19f)]=!0x1,_0x255a46>this[_0x4b2220(0x187)][_0x4b2220(0x13a)]&&(_0x255a46=null),null===_0x255a46&&(_0x255a46=await this[_0x4b2220(0xb0)][_0x4b2220(0xc7)]());const _0x231f84=this[_0x4b2220(0xe2)](_0x255a46),_0x284315=this[_0x4b2220(0xcf)]({'from':_0x231f84,'to':_0x255a46});if(this[_0x4b2220(0x187)][_0x4b2220(0x13a)]<_0x255a46){const _0x238744=this[_0x4b2220(0xcf)]({'revision':this[_0x4b2220(0x187)],'from':_0x255a46,'to':_0x255a46});_0x238744[_0x4b2220(0x172)]=[],_0x238744[_0x4b2220(0x186)]=[],_0x238744['id']=this[_0x4b2220(0x187)]['id'],this[_0x4b2220(0x187)][_0x4b2220(0x15a)](_0x238744,!0x0),delete _0x238744[_0x4b2220(0x172)],_0x46cf9c[_0x4b2220(0x1ae)](_0x238744);}_0x193f71[_0x4b2220(0x11f)]=this[_0x4b2220(0xd3)][_0x4b2220(0xa8)][_0x4b2220(0x183)](_0x4b2220(0x1a4))['me']['id'],_0x193f71[_0x4b2220(0x128)]=_0x193f71[_0x4b2220(0x128)]||null,_0x193f71['id']=_0x193f71['id']||_0x3ab71b(),_0x193f71={..._0x193f71,..._0x284315};const _0x54db27=this[_0x4b2220(0x16e)](_0x193f71);_0x46cf9c[_0x4b2220(0x1ae)](_0x193f71);const _0x41fc50=this[_0x4b2220(0xa6)][_0x4b2220(0x1c2)](_0x54db27);if(0x0!==_0x41fc50){const _0x50694e=this[_0x4b2220(0xa6)][_0x4b2220(0xe0)](_0x41fc50-0x1);if(_0x50694e[_0x4b2220(0x131)]!==_0x255a46){const _0x30b7eb=this[_0x4b2220(0x174)][_0x4b2220(0x13b)](_0x255a46,_0x50694e[_0x4b2220(0x13a)]),_0x52cbd0={'id':_0x50694e['id'],'diffData':_0x30b7eb[_0x4b2220(0x1a6)],'authorsIds':_0x30b7eb[_0x4b2220(0x186)],'authors':_0x30b7eb[_0x4b2220(0x186)][_0x4b2220(0x15f)](_0x56cd6b=>this[_0x4b2220(0xd3)][_0x4b2220(0xa8)][_0x4b2220(0x183)](_0x4b2220(0x1a4))[_0x4b2220(0x1b4)](_0x56cd6b)),'fromVersion':_0x255a46};_0x50694e===this[_0x4b2220(0x187)]&&(_0x52cbd0[_0x4b2220(0x14c)]=new Date(_0x193f71[_0x4b2220(0x14c)][_0x4b2220(0x10e)]()+0xa)),_0x50694e[_0x4b2220(0x15a)](_0x52cbd0,!0x0),delete _0x52cbd0[_0x4b2220(0x172)],_0x46cf9c[_0x4b2220(0x1ae)](_0x52cbd0);}}if(this[_0x4b2220(0xdb)]){for(const _0x13e19b of _0x46cf9c)this[_0x4b2220(0xf5)](_0x13e19b['id'],_0x13e19b,!0x0);this[_0x4b2220(0xf0)]();}return _0x54db27;}[_0x3dd1b7(0x16e)](_0x2846d6){const _0x1db320=_0x3dd1b7,_0x26762f=this[_0x1db320(0xa6)][_0x1db320(0x1b6)](_0x2846d6);return this[_0x1db320(0xdb)]&&_0x26762f['on'](_0x1db320(0x15a),(_0x212795,_0x3595a9,_0x388d30)=>{const _0x5e4041=_0x1db320;_0x388d30||(this[_0x5e4041(0xf5)](_0x3595a9['id'],_0x3595a9,!0x0),this[_0x5e4041(0xf0)]());}),this[_0x1db320(0xa6)][_0x1db320(0xd4)](_0x26762f,this[_0x1db320(0xf4)](_0x26762f)),_0x26762f;}async[_0x3dd1b7(0x17a)](_0x2aa88c){const _0x2633ae=_0x3dd1b7;await this[_0x2633ae(0x173)](_0x2aa88c);const _0x56206b={};for(const _0xfd5de in _0x2aa88c[_0x2633ae(0x1a6)]){if(_0x2aa88c[_0x2633ae(0x1a6)][_0xfd5de][_0x2633ae(0x147)]&&!_0x2aa88c[_0x2633ae(0x1a6)][_0xfd5de][_0x2633ae(0x147)][_0x2633ae(0xb4)])continue;const _0x2b2f34=this[_0x2633ae(0x176)](JSON[_0x2633ae(0x13e)](_0x2aa88c[_0x2633ae(0x1a6)][_0xfd5de][_0x2633ae(0x1a3)])),_0x4bae85=this[_0x2633ae(0xd3)][_0x2633ae(0x11b)][_0x2633ae(0xe8)][_0x2633ae(0x156)],_0x8133bd=new _0x30f059(_0x4bae85,_0x2b2f34[_0x2633ae(0x15f)](_0x44aa68=>B(_0x44aa68,this[_0x2633ae(0xd3)])));this[_0x2633ae(0xd3)][_0x2633ae(0xee)][_0x2633ae(0x13c)][_0x2633ae(0x14d)](_0x2633ae(0x1b7)),_0x56206b[_0xfd5de]=this[_0x2633ae(0xd3)][_0x2633ae(0xee)][_0x2633ae(0x13c)][_0x2633ae(0x144)](_0x8133bd),this[_0x2633ae(0xd3)][_0x2633ae(0xee)][_0x2633ae(0x13c)][_0x2633ae(0x14d)](_0x2633ae(0x14b));}return _0x56206b;}async[_0x3dd1b7(0x11d)](_0xf54bf4){const _0x42b9ca=_0x3dd1b7;await this[_0x42b9ca(0x173)](_0xf54bf4);const _0x500a25={};for(const _0x2720fb in _0xf54bf4[_0x42b9ca(0x1a6)])_0xf54bf4[_0x42b9ca(0x1a6)][_0x2720fb][_0x42b9ca(0x147)]&&!_0xf54bf4[_0x42b9ca(0x1a6)][_0x2720fb][_0x42b9ca(0x147)][_0x42b9ca(0xb4)]||(_0x500a25[_0x2720fb]=_0xf54bf4[_0x42b9ca(0x1a6)][_0x2720fb][_0x42b9ca(0x1ca)]||{});return _0x500a25;}[_0x3dd1b7(0xf0)](){const _0x23a5a3=_0x3dd1b7;if(0x0===this[_0x23a5a3(0xd2)][_0x23a5a3(0xb9)])return;if(this[_0x23a5a3(0x1a8)])return;let _0x2ff90c=Array[_0x23a5a3(0xfc)](this[_0x23a5a3(0xd2)][_0x23a5a3(0x12d)]());this[_0x23a5a3(0xd2)][_0x23a5a3(0xcb)]();for(let _0x4a0266=0x0;_0x4a0266<_0x2ff90c[_0x23a5a3(0x125)];_0x4a0266++){const _0x3b2b11=_0x2ff90c[_0x4a0266];let _0x3659e2=!0x1;for(const _0x498a17 of Object[_0x23a5a3(0x1a2)](_0x3b2b11))void 0x0===_0x3b2b11[_0x498a17]?delete _0x3b2b11[_0x498a17]:'id'!==_0x498a17&&(_0x3659e2=!0x0);_0x3659e2||(_0x2ff90c[_0x4a0266]=null);}if(_0x2ff90c=_0x2ff90c[_0x23a5a3(0xdf)](_0x1d3fcf=>null!==_0x1d3fcf),!_0x2ff90c[_0x23a5a3(0x125)])return;for(let _0x274e89=0x0;_0x274e89<_0x2ff90c[_0x23a5a3(0x125)];_0x274e89++){const _0x247c51=_0x2ff90c[_0x274e89];void 0x0!==_0x247c51[_0x23a5a3(0x131)]&&void 0x0===_0x247c51[_0x23a5a3(0x13a)]&&(_0x247c51[_0x23a5a3(0x13a)]=this[_0x23a5a3(0xa6)][_0x23a5a3(0xe0)](_0x247c51['id'])[_0x23a5a3(0x13a)]),void 0x0!==_0x247c51[_0x23a5a3(0x13a)]&&void 0x0===_0x247c51[_0x23a5a3(0x131)]&&(_0x247c51[_0x23a5a3(0x131)]=this[_0x23a5a3(0xa6)][_0x23a5a3(0xe0)](_0x247c51['id'])[_0x23a5a3(0x131)]);}const _0x204ced=this[_0x23a5a3(0xd3)][_0x23a5a3(0xf7)][_0x23a5a3(0x183)](_0x23a5a3(0x10b));this[_0x23a5a3(0x1a8)]=!0x0,this[_0x23a5a3(0xc0)](),this[_0x23a5a3(0xdb)][_0x23a5a3(0x103)](_0x2ff90c,_0x204ced)[_0x23a5a3(0x161)](()=>{const _0x1a15d8=_0x23a5a3;this[_0x1a15d8(0x1a8)]=!0x1;})[_0x23a5a3(0xaa)](_0x2a0cac=>{const _0x213746=_0x23a5a3;if(_0x2a0cac){for(const _0x3a96f2 of _0x2a0cac)this[_0x213746(0xb3)]({'id':_0x3a96f2['id'],'createdAt':_0x3a96f2[_0x213746(0x14c)]});}this[_0x213746(0xc9)](),this[_0x213746(0xf0)]();});}[_0x3dd1b7(0x1a1)](_0x28aa46,_0x213eaf){const _0x54d2f2=_0x3dd1b7;let _0x10ec50=this[_0x54d2f2(0xd3)][_0x54d2f2(0xf7)][_0x54d2f2(0x183)](_0x54d2f2(0x10c)),_0xfc1c5e=this[_0x54d2f2(0xd3)][_0x54d2f2(0xf7)][_0x54d2f2(0x183)](_0x54d2f2(0x193));if(void 0x0===_0x10ec50){_0x10ec50={};for(const _0xbba48d of this[_0x54d2f2(0xd3)][_0x54d2f2(0xb1)][_0x54d2f2(0x156)][_0x54d2f2(0x171)]())_0x10ec50[_0xbba48d]='';}if(_0x54d2f2(0x18f)==typeof _0x10ec50&&(_0x10ec50={'main':_0x10ec50}),void 0x0===_0xfc1c5e){_0xfc1c5e={};for(const _0x2a1616 of this[_0x54d2f2(0xd3)][_0x54d2f2(0xb1)][_0x54d2f2(0x156)][_0x54d2f2(0x171)]())_0xfc1c5e[_0x2a1616]={};}let _0x509c5a=!0x1;const _0x21c8fa=Object[_0x54d2f2(0x1a2)](_0x10ec50),_0xad030f=Object[_0x54d2f2(0x1a2)](_0x28aa46);for(const _0x451bfe of _0x21c8fa){if(_0x10ec50[_0x451bfe]!==_0x28aa46[_0x451bfe]&&''!==_0x10ec50[_0x451bfe][_0x54d2f2(0x19a)]()){_0x509c5a=!0x0;break;}if(!_0x544170(_0xfc1c5e[_0x451bfe],_0x213eaf[_0x451bfe])&&Object[_0x54d2f2(0x1a2)](_0xfc1c5e[_0x451bfe])[_0x54d2f2(0x125)]>0x0){_0x509c5a=!0x0;break;}}_0x509c5a||(_0x509c5a=_0xad030f[_0x54d2f2(0x11e)](_0x3dc56a=>!this[_0x54d2f2(0xd3)][_0x54d2f2(0xb1)][_0x54d2f2(0x156)][_0x54d2f2(0x17f)](_0x3dc56a))),_0x509c5a&&_0x2317e4(_0x54d2f2(0xfd),{'editorData':_0x10ec50,'editorRootsAttributes':_0xfc1c5e,'revisionData':_0x28aa46,'revisionRootsAttributes':_0x213eaf}),this[_0x54d2f2(0xd3)][_0x54d2f2(0xf7)][_0x54d2f2(0x105)](_0x54d2f2(0x10c),_0x28aa46),this[_0x54d2f2(0xd3)][_0x54d2f2(0xf7)][_0x54d2f2(0x105)](_0x54d2f2(0x193),_0x213eaf);}[_0x3dd1b7(0xc0)](){const _0x3d24ad=_0x3dd1b7;if(!this[_0x3d24ad(0x190)]){const _0x211c44=this[_0x3d24ad(0xd3)][_0x3d24ad(0xa8)][_0x3d24ad(0x183)](_0x3d24ad(0xf3));this[_0x3d24ad(0x190)]=_0x211c44[_0x3d24ad(0xa7)](_0x38e377(this[_0x3d24ad(0xd3)][_0x3d24ad(0x160)],_0x3d24ad(0x12c)));}}[_0x3dd1b7(0xc9)](){const _0x100e6c=_0x3dd1b7;this[_0x100e6c(0x190)]&&(this[_0x100e6c(0xd3)][_0x100e6c(0xa8)][_0x100e6c(0x183)](_0x100e6c(0xf3))[_0x100e6c(0x101)](this[_0x100e6c(0x190)]),this[_0x100e6c(0x190)]=null);}[_0x3dd1b7(0xf4)](_0x480fe5){const _0x477279=_0x3dd1b7,_0x4fff1f=this[_0x477279(0xa6)][_0x477279(0x107)]();_0x4fff1f[_0x477279(0x138)]();let _0x5ea2a3=0x0;for(;_0x5ea2a3<_0x4fff1f[_0x477279(0x125)];){const _0x13a5e7=_0x4fff1f[_0x5ea2a3];if(_0x13a5e7===this[_0x477279(0x187)]){_0x5ea2a3++;continue;}if(_0x13a5e7['id']===this[_0x477279(0x11a)])break;const _0x22de5e=_0x480fe5[_0x477279(0x13a)]-_0x13a5e7[_0x477279(0x13a)]||_0x480fe5[_0x477279(0x131)]-_0x13a5e7[_0x477279(0x131)];if(_0x22de5e>0x0)break;if(_0x22de5e<0x0)_0x5ea2a3++;else{if(!_0x480fe5[_0x477279(0x102)]&&_0x13a5e7[_0x477279(0x102)])break;if(_0x13a5e7[_0x477279(0x102)]||!_0x480fe5[_0x477279(0x102)]){if(_0x480fe5[_0x477279(0x14c)]>_0x13a5e7[_0x477279(0x14c)])break;_0x5ea2a3++;}else _0x5ea2a3++;}}return _0x5ea2a3;}[_0x3dd1b7(0xb3)](_0x3488c9){const _0x31f57f=_0x3dd1b7,_0x87a944=this[_0x31f57f(0xa6)][_0x31f57f(0xe0)](_0x3488c9['id']);if(_0x3488c9[_0x31f57f(0x14c)]&&(_0x3488c9[_0x31f57f(0x14c)]=new Date(_0x3488c9[_0x31f57f(0x14c)])),_0x3488c9[_0x31f57f(0x186)]){const _0x28cffc=this[_0x31f57f(0xd3)][_0x31f57f(0xa8)][_0x31f57f(0x183)](_0x31f57f(0x1a4));_0x3488c9[_0x31f57f(0x172)]=_0x3488c9[_0x31f57f(0x186)][_0x31f57f(0x15f)](_0x2a6611=>_0x28cffc[_0x31f57f(0x1b4)](_0x2a6611));}_0x87a944[_0x31f57f(0x15a)](_0x3488c9,!0x0);}[_0x3dd1b7(0xcf)]({revision:_0x3a0e84=null,from:_0x5297fc=null,to:_0x38f3d6=null}){const _0x192745=_0x3dd1b7;_0x5297fc=null!==_0x5297fc?_0x5297fc:_0x3a0e84[_0x192745(0x131)],_0x38f3d6=null!==_0x38f3d6?_0x38f3d6:_0x3a0e84[_0x192745(0x13a)];const _0x58b78f=this[_0x192745(0x174)][_0x192745(0x13b)](_0x5297fc,_0x38f3d6),_0x22e6d8={'diffData':_0x58b78f[_0x192745(0x1a6)],'authorsIds':_0x58b78f[_0x192745(0x186)],'fromVersion':_0x5297fc,'toVersion':_0x38f3d6};if(!_0x3a0e84||_0x38f3d6!==_0x3a0e84[_0x192745(0x13a)]){const _0x4bc5cd=_0x38f3d6-0x1,_0x2dd4f2=this[_0x192745(0xb0)][_0x192745(0xa4)][_0x192745(0xab)](_0x4bc5cd);_0x22e6d8[_0x192745(0x14c)]=_0x2dd4f2&&_0x2dd4f2[_0x192745(0x14c)]||new Date();}if(this[_0x192745(0xb5)]&&_0x5297fc===this[_0x192745(0xb5)][_0x192745(0x131)]){for(const _0x239a18 of this[_0x192745(0xb5)][_0x192745(0x172)])_0x22e6d8[_0x192745(0x186)][_0x192745(0x1be)](_0x239a18['id'])||_0x22e6d8[_0x192745(0x186)][_0x192745(0x1ae)](_0x239a18['id']);}return _0x22e6d8;}[_0x3dd1b7(0x173)](_0x245177){const _0x1a05e4=_0x3dd1b7;if(!_0x245177||_0x245177[_0x1a05e4(0x1a6)])return Promise[_0x1a05e4(0x1ba)]();{const _0xa5f8a5=this[_0x1a05e4(0xd3)][_0x1a05e4(0xf7)][_0x1a05e4(0x183)](_0x1a05e4(0x10b));return this[_0x1a05e4(0xdb)][_0x1a05e4(0xe0)]({'channelId':_0xa5f8a5,'revisionId':_0x245177['id']})[_0x1a05e4(0xaa)](_0x4be83a=>{const _0x1e41be=_0x1a05e4;_0x245177[_0x1e41be(0x1a6)]=_0x4be83a[_0x1e41be(0x1a6)];});}}[_0x3dd1b7(0xf5)](_0x36b1c5,_0x564097,_0x2b3d89){const _0x42eb1d=_0x3dd1b7;if(this[_0x42eb1d(0xd2)][_0x42eb1d(0x119)](_0x36b1c5)){const _0x1af291=this[_0x42eb1d(0xd2)][_0x42eb1d(0x183)](_0x36b1c5);_0x564097=_0x2b3d89?{..._0x1af291,..._0x564097}:{..._0x564097,..._0x1af291};}this[_0x42eb1d(0xd2)][_0x42eb1d(0x105)](_0x36b1c5,_0x564097);}[_0x3dd1b7(0xe2)](_0x1c04e1){const _0x417380=_0x3dd1b7,_0x6439cb=this[_0x417380(0xa6)][_0x417380(0x107)]();_0x6439cb[_0x417380(0x138)](),_0x6439cb[_0x417380(0x11c)]();const _0x376a9e=_0x6439cb[_0x417380(0x1cb)](_0x3e1867=>_0x3e1867[_0x417380(0x13a)]<=_0x1c04e1)[_0x417380(0x13a)];return _0x376a9e<this[_0x417380(0x16c)]?this[_0x417380(0x16c)]:_0x376a9e;}[_0x3dd1b7(0xcc)](_0x391efa){const _0x49f1dd=_0x3dd1b7,_0x5760a2=this[_0x49f1dd(0xa6)][_0x49f1dd(0xe0)](this[_0x49f1dd(0xa6)][_0x49f1dd(0x125)]-0x1);if(_0x5760a2)this[_0x49f1dd(0x11a)]=_0x5760a2['id'];else{const _0x22d030=!this[_0x49f1dd(0xd3)][_0x49f1dd(0xb1)][_0x49f1dd(0x156)][_0x49f1dd(0x178)][_0x49f1dd(0x1cb)](_0x43020f=>this[_0x49f1dd(0xd3)][_0x49f1dd(0xb1)][_0x49f1dd(0xbf)](_0x43020f)),_0x5e855a=this[_0x49f1dd(0xd3)][_0x49f1dd(0xa8)][_0x49f1dd(0x183)](_0x49f1dd(0x1a4))['me']['id'],_0x462ee1=_0x38e377(this[_0x49f1dd(0xd3)][_0x49f1dd(0x160)],_0x22d030?_0x49f1dd(0x14e):_0x49f1dd(0xc1));this[_0x49f1dd(0x133)]({'from':_0x391efa,'to':_0x391efa,'id':this[_0x49f1dd(0x11a)],'name':_0x462ee1,'creatorId':_0x5e855a});}}[_0x3dd1b7(0x13f)](_0x598778){const _0x599f7a=_0x3dd1b7,_0x15f58f=this[_0x599f7a(0xb0)][_0x599f7a(0xd0)]();this[_0x599f7a(0x187)]=this[_0x599f7a(0xa6)][_0x599f7a(0xe0)](_0x15f58f),this[_0x599f7a(0x187)]||(this[_0x599f7a(0x187)]=this[_0x599f7a(0x133)]({'from':_0x598778,'to':_0x598778,'id':_0x15f58f,'name':'','creatorId':null}));}[_0x3dd1b7(0x133)]({name:_0x10e681,from:_0x430e6a,to:_0x25a8e5,creatorId:_0x335886,id:_0x2f9d46}){const _0x234ae7=_0x3dd1b7,_0x5a147d=this[_0x234ae7(0xcf)]({'from':_0x430e6a,'to':_0x25a8e5});_0x5a147d[_0x234ae7(0x128)]=_0x10e681,_0x5a147d[_0x234ae7(0x11f)]=_0x335886,_0x5a147d['id']=_0x2f9d46;const _0x1c4df9=this[_0x234ae7(0x16e)](_0x5a147d);return this[_0x234ae7(0xdb)]&&this[_0x234ae7(0xf5)](_0x5a147d['id'],_0x5a147d,!0x0),_0x1c4df9;}[_0x3dd1b7(0x1b9)](){const _0x3d6889=_0x3dd1b7;this[_0x3d6889(0xd3)][_0x3d6889(0x121)][_0x3d6889(0x1c8)](_0x3d6889(0xac))[_0x3d6889(0xda)]({'model':_0x3d6889(0x12f)});}[_0x3dd1b7(0x176)](_0x31e46b){const _0x344d7b=_0x3dd1b7;return(_0x31e46b=_0x31e46b[_0x344d7b(0xdf)](_0x283aa2=>!_0x283aa2[_0x344d7b(0x128)]||_0x344d7b(0x15b)!==_0x283aa2[_0x344d7b(0x128)]&&_0x344d7b(0x189)!==_0x283aa2[_0x344d7b(0x128)]))[_0x344d7b(0x1b5)](_0x30e790=>{const _0x49e5ac=_0x344d7b;_0x49e5ac(0x18f)!=typeof _0x30e790&&(_0x30e790[_0x49e5ac(0x1c9)]=this[_0x49e5ac(0x176)](_0x30e790[_0x49e5ac(0x1c9)]),_0x30e790[_0x49e5ac(0x1c5)]=_0x30e790[_0x49e5ac(0x1c5)][_0x49e5ac(0xdf)](_0x5915d7=>!_0x5915d7[0x0][_0x49e5ac(0xce)](_0x49e5ac(0x1b3))));}),_0x31e46b;}}function B(_0x4b8810,_0x324685){const _0x1a47c1=_0x3dd1b7,_0x4186dc=_0x324685[_0x1a47c1(0x11b)][_0x1a47c1(0xe8)][_0x1a47c1(0x156)];if(_0x1a47c1(0x18f)==typeof _0x4b8810)return new _0x2a298c(_0x4186dc,_0x4b8810);{const _0x5b5f42=_0x4b8810[_0x1a47c1(0x1c9)][_0x1a47c1(0x15f)](_0xfa5282=>B(_0xfa5282,_0x324685));return new(T[_0x4b8810[(_0x1a47c1(0xe4))]]||_0x552819)(_0x4186dc,_0x4b8810[_0x1a47c1(0x128)],_0x4b8810[_0x1a47c1(0x1c5)],_0x5b5f42);}}class J{constructor(_0x43d72b){const _0x3ce8e2=_0x3dd1b7;this[_0x3ce8e2(0xd3)]=_0x43d72b,this[_0x3ce8e2(0x17d)]=new Map(),this[_0x3ce8e2(0x12a)]=-0x1,this[_0x3ce8e2(0x14f)]=-0x1,this[_0x3ce8e2(0x124)]=new Map(),this[_0x3ce8e2(0x129)]=new Map(),this[_0x3ce8e2(0xea)]=new Map(),this[_0x3ce8e2(0x141)]=new Map(),this[_0x3ce8e2(0xf2)]=new Map(),this[_0x3ce8e2(0x1aa)]=new Map(),this[_0x3ce8e2(0xa9)]=new Map(),this[_0x3ce8e2(0x104)]=new Map(),this[_0x3ce8e2(0x1c1)]=new Map(),this[_0x3ce8e2(0x198)]=new Map(),this[_0x3ce8e2(0x137)]=0x1;}[_0x3dd1b7(0xc5)](_0x37d3f8){const _0x2181cf=_0x3dd1b7;this[_0x2181cf(0x116)]=_0x37d3f8;const _0x381747=new Map(),_0x2b56a0=new Map(),_0xda1b4c=this[_0x2181cf(0xd3)][_0x2181cf(0xb1)][_0x2181cf(0x156)][_0x2181cf(0x178)][_0x2181cf(0x15f)](_0x3948a9=>_0x3948a9[_0x2181cf(0x149)]);for(const _0x2193b9 of _0xda1b4c){const _0x38be10=this[_0x2181cf(0xd3)][_0x2181cf(0xb1)][_0x2181cf(0x156)][_0x2181cf(0x17f)](_0x2193b9),_0x2e76d3=q(_0x38be10);_0x381747[_0x2181cf(0x105)](_0x2193b9,_0x2e76d3),_0x2b56a0[_0x2181cf(0x105)](_0x2193b9,Object[_0x2181cf(0x19b)](_0x38be10[_0x2181cf(0x122)]()));}const _0x41ecd8=Array[_0x2181cf(0xfc)](this[_0x2181cf(0xd3)][_0x2181cf(0xb1)][_0x2181cf(0xdc)])[_0x2181cf(0x15f)](_0x505cdf=>[_0x505cdf[_0x2181cf(0x128)],_0x505cdf[_0x2181cf(0x169)]()]),_0x34e863=this[_0x2181cf(0x116)][_0x2181cf(0x130)];this[_0x2181cf(0xc4)](_0x34e863,_0x381747,_0x41ecd8,_0x2b56a0),this[_0x2181cf(0x196)]=this[_0x2181cf(0x137)];const _0x26e680=new Map(),_0x75c1f2=new Map();for(const _0x2590ab of _0xda1b4c){const _0x168fed=G(_0x2590ab);_0x26e680[_0x2181cf(0x105)](_0x2590ab,_0x168fed),_0x75c1f2[_0x2181cf(0x105)](_0x2590ab,{});}this[_0x2181cf(0xc4)](Number[_0x2181cf(0x168)],_0x26e680,[],_0x75c1f2);}[_0x3dd1b7(0x13b)](_0x203b80,_0x13f156){const _0x649431=_0x3dd1b7;if(this[_0x649431(0x12a)]===_0x203b80&&this[_0x649431(0x14f)]<=_0x13f156)this[_0x649431(0x17d)][_0x649431(0xb9)]>0x1&&this[_0x649431(0x1af)](this[_0x649431(0x14f)]),this[_0x649431(0xdd)](this[_0x649431(0x14f)],_0x13f156,!0x0);else{if(!this[_0x649431(0x17d)][_0x649431(0x119)](_0x203b80)){const _0x350862=this[_0x649431(0xf8)](_0x203b80);this[_0x649431(0x112)](_0x350862,_0x203b80,!0x1);}this[_0x649431(0x112)](_0x203b80,_0x13f156,!0x0);}return this[_0x649431(0x12a)]=_0x203b80,this[_0x649431(0x14f)]=_0x13f156,this[_0x649431(0xaf)]();}[_0x3dd1b7(0x151)](_0x1c1f6c){const _0x1a079e=_0x3dd1b7;this[_0x1a079e(0xde)](),this[_0x1a079e(0x12a)]=_0x1c1f6c[_0x1a079e(0x131)],this[_0x1a079e(0x14f)]=_0x1c1f6c[_0x1a079e(0x13a)];for(const _0x244916 in _0x1c1f6c[_0x1a079e(0x1a6)]){const _0x4ae94a=_0x1c1f6c[_0x1a079e(0x1a6)][_0x244916][_0x1a079e(0x147)],_0x12c039=_0x3cf112(_0x1c1f6c[_0x1a079e(0x1a6)][_0x244916][_0x1a079e(0x166)])||{},_0x34f3e2=this[_0x1a079e(0xc8)](_0x1c1f6c[_0x1a079e(0x1a6)][_0x244916][_0x1a079e(0xd5)]);_0x34f3e2[_0x1a079e(0x149)]=_0x244916,_0x34f3e2[_0x1a079e(0xf9)]=!_0x4ae94a||!_0x4ae94a[_0x1a079e(0xb4)],_0x34f3e2[_0x1a079e(0xb4)]=()=>_0x34f3e2[_0x1a079e(0xf9)],this[_0x1a079e(0x141)][_0x1a079e(0x105)](_0x244916,_0x34f3e2),this[_0x1a079e(0xf2)][_0x1a079e(0x105)](_0x244916,_0x12c039),_0x4ae94a&&this[_0x1a079e(0x198)][_0x1a079e(0x105)](_0x244916,_0x4ae94a);const _0x5edc45=this[_0x1a079e(0x109)](_0x34f3e2);this[_0x1a079e(0xa9)][_0x1a079e(0x105)](_0x244916,_0x5edc45);for(const [_0x85516e,_0x544442]of _0x34f3e2[_0x1a079e(0xdc)]){if(!_0x85516e[_0x1a079e(0xce)](_0x1a079e(0x1cd)))continue;const _0x11fc7d=_0x85516e[_0x1a079e(0x1c6)](':')[0x2];for(const _0x521963 of _0x544442[_0x1a079e(0x15c)]({'singleCharacters':!0x0})){const _0x16f6f8=this[_0x1a079e(0xbd)](_0x521963),_0x316f16=_0x1a079e(0x180)==_0x521963[_0x1a079e(0xe4)]?_0x521963[_0x1a079e(0xfe)][_0x1a079e(0x1a7)][_0x1a079e(0x179)](0x0,-0x1):_0x521963[_0x1a079e(0xfe)][_0x1a079e(0x1a7)],_0x319750=_0x5edc45[_0x1a079e(0xad)](_0x316f16)[_0x1a079e(0x18e)](_0x16f6f8);this[_0x1a079e(0x104)][_0x1a079e(0x105)](_0x319750,{'userId':_0x11fc7d});}}}this[_0x1a079e(0x196)]=this[_0x1a079e(0x137)];const _0x2093e2=[...Array(this[_0x1a079e(0x137)])[_0x1a079e(0x1a2)]()][_0x1a079e(0x179)](0x1)[_0x1a079e(0xdf)](_0x598b92=>!this[_0x1a079e(0x104)][_0x1a079e(0x119)](_0x598b92));let _0x3acbe1=0x0;const _0x2a41d1=new Map();for(const _0x436b96 in _0x1c1f6c[_0x1a079e(0x1a6)]){const _0x556b9d=_0x1c1f6c[_0x1a079e(0x1a6)][_0x436b96][_0x1a079e(0x147)],_0x292002=_0x3cf112(_0x1c1f6c[_0x1a079e(0x1a6)][_0x436b96][_0x1a079e(0x1ca)])||{},_0x479d60=this[_0x1a079e(0xc8)](_0x1c1f6c[_0x1a079e(0x1a6)][_0x436b96][_0x1a079e(0x1a3)]);_0x479d60[_0x1a079e(0x149)]=_0x436b96,_0x479d60[_0x1a079e(0xf9)]=!_0x556b9d||_0x556b9d[_0x1a079e(0xb4)],_0x479d60[_0x1a079e(0xb4)]=()=>_0x479d60[_0x1a079e(0xf9)],this[_0x1a079e(0x129)][_0x1a079e(0x105)](_0x436b96,_0x479d60),this[_0x1a079e(0xea)][_0x1a079e(0x105)](_0x436b96,_0x292002);const _0x11c9e7=this[_0x1a079e(0x109)](_0x479d60,Number[_0x1a079e(0x168)]);this[_0x1a079e(0x1aa)][_0x1a079e(0x105)](_0x436b96,_0x11c9e7),_0x2a41d1[_0x1a079e(0x105)](_0x436b96,_0x479d60[_0x1a079e(0xb4)]()?_0x292002:{});for(const [_0x3d3068,_0xbb326b]of _0x479d60[_0x1a079e(0xdc)]){if(!_0x3d3068[_0x1a079e(0xce)](_0x1a079e(0x1cd)))continue;const _0x41ce08=_0x3d3068[_0x1a079e(0x1c6)](':')[0x2];for(const _0x5366aa of _0xbb326b[_0x1a079e(0x15c)]({'singleCharacters':!0x0})){const _0x4f8b6c=this[_0x1a079e(0xbd)](_0x5366aa),_0xfada1d=this[_0x1a079e(0x137)]++,_0x1bcfa5=_0x1a079e(0x180)==_0x5366aa[_0x1a079e(0xe4)]?_0x5366aa[_0x1a079e(0xfe)][_0x1a079e(0x1a7)][_0x1a079e(0x179)](0x0,-0x1):_0x5366aa[_0x1a079e(0xfe)][_0x1a079e(0x1a7)];_0x11c9e7[_0x1a079e(0xad)](_0x1bcfa5)[_0x1a079e(0x159)](_0x4f8b6c,_0xfada1d),this[_0x1a079e(0x104)][_0x1a079e(0x105)](_0xfada1d,{'userId':_0x41ce08});}}for(const _0xab990f of this[_0x1a079e(0xd3)][_0x1a079e(0xb1)][_0x1a079e(0xc3)](_0x479d60)[_0x1a079e(0x15c)]({'singleCharacters':!0x0})){const _0x3f6392=this[_0x1a079e(0xbd)](_0xab990f),_0x42bb02=_0x1a079e(0x180)==_0xab990f[_0x1a079e(0xe4)]?_0xab990f[_0x1a079e(0xfe)][_0x1a079e(0x1a7)][_0x1a079e(0x179)](0x0,-0x1):_0xab990f[_0x1a079e(0xfe)][_0x1a079e(0x1a7)],_0x1ec9c2=_0x11c9e7[_0x1a079e(0xad)](_0x42bb02);_0x1ec9c2[_0x1a079e(0x18e)](_0x3f6392)>0x0||_0x1ec9c2[_0x1a079e(0x159)](_0x3f6392,_0x2093e2[_0x3acbe1++]);}for(const [_0x468978,_0x50416a]of _0x479d60[_0x1a079e(0xdc)])_0x468978[_0x1a079e(0xce)](_0x1a079e(0x1cd))||this[_0x1a079e(0x124)][_0x1a079e(0x105)](_0x468978,_0x50416a);}const _0x13c15d=G(_0x1a079e(0x16b));this[_0x1a079e(0x141)][_0x1a079e(0x105)](_0x1a079e(0x16b),_0x13c15d),this[_0x1a079e(0xa9)][_0x1a079e(0x105)](_0x1a079e(0x16b),this[_0x1a079e(0x109)](_0x13c15d,0x1));const _0x8fc30=G(_0x1a079e(0x16b));this[_0x1a079e(0x129)][_0x1a079e(0x105)](_0x1a079e(0x16b),_0x8fc30),this[_0x1a079e(0x1aa)][_0x1a079e(0x105)](_0x1a079e(0x16b),this[_0x1a079e(0x109)](_0x8fc30,0x1));const _0x543fae=Array[_0x1a079e(0xfc)](this[_0x1a079e(0x129)])[_0x1a079e(0x15f)](([_0x706cb,_0x2da656])=>[_0x706cb,q(_0x2da656)]);this[_0x1a079e(0xc4)](this[_0x1a079e(0x14f)],_0x543fae,this[_0x1a079e(0x124)],_0x2a41d1);}[_0x3dd1b7(0xc8)](_0x3a3dab){const _0x3ab169=_0x3dd1b7,_0xedca9=JSON[_0x3ab169(0x13e)](_0x3a3dab),_0xc9e787=this[_0x3ab169(0xd3)][_0x3ab169(0x11b)][_0x3ab169(0xe8)][_0x3ab169(0x156)],_0x12e223=new _0x30f059(_0xc9e787,_0xedca9[_0x3ab169(0x15f)](_0x48915a=>B(_0x48915a,this[_0x3ab169(0xd3)])));return this[_0x3ab169(0xd3)][_0x3ab169(0xee)][_0x3ab169(0x1bb)](_0x12e223);}[_0x3dd1b7(0xc4)](_0x1d0f68,_0x739743,_0x4f2189,_0x384786){const _0x4000d6=_0x3dd1b7,_0x595e33=new Map(_0x739743),_0x5ed229=new Map(_0x3cf112(_0x384786)),_0xa80da4=new Map();for(const [_0x2bd37c,_0x9831a1]of _0x4f2189)_0xa80da4[_0x4000d6(0x105)](_0x2bd37c,{'start':_0x9831a1[_0x4000d6(0x108)][_0x4000d6(0x154)](),'end':_0x9831a1[_0x4000d6(0x145)][_0x4000d6(0x154)](),'rootName':_0x9831a1[_0x4000d6(0x106)][_0x4000d6(0x149)]});this[_0x4000d6(0x17d)][_0x4000d6(0x105)](_0x1d0f68,{'roots':_0x595e33,'markers':_0xa80da4,'rootsAttributes':_0x5ed229});}[_0x3dd1b7(0x1af)](_0x58a1d4){const _0x4b1ea7=_0x3dd1b7;this[_0x4b1ea7(0x17d)][_0x4b1ea7(0x1c7)](_0x58a1d4);}[_0x3dd1b7(0x1a0)](){const _0xe90184=_0x3dd1b7;this[_0xe90184(0xde)](),this[_0xe90184(0x12a)]=-0x1,this[_0xe90184(0x14f)]=-0x1,this[_0xe90184(0x17d)][_0xe90184(0xcb)](),this[_0xe90184(0xc5)](this[_0xe90184(0x116)]);}[_0x3dd1b7(0xde)](){const _0x5666d4=_0x3dd1b7;this[_0x5666d4(0x104)][_0x5666d4(0xcb)](),this[_0x5666d4(0x1c1)][_0x5666d4(0xcb)](),this[_0x5666d4(0x198)][_0x5666d4(0xcb)](),this[_0x5666d4(0x129)][_0x5666d4(0xcb)](),this[_0x5666d4(0xea)][_0x5666d4(0xcb)](),this[_0x5666d4(0x141)][_0x5666d4(0xcb)](),this[_0x5666d4(0xf2)][_0x5666d4(0xcb)](),this[_0x5666d4(0x1aa)][_0x5666d4(0xcb)](),this[_0x5666d4(0xa9)][_0x5666d4(0xcb)](),this[_0x5666d4(0x124)][_0x5666d4(0xcb)](),this[_0x5666d4(0x137)]=0x1,this[_0x5666d4(0x196)]=this[_0x5666d4(0x137)];}[_0x3dd1b7(0x109)](_0x2a16a0,_0x12f88a=null){const _0x2f7716=_0x3dd1b7;let _0x412354=null;_0x2a16a0['is'](_0x2f7716(0x1b1))||(_0x412354=new _0x32a89e(_0x2a16a0[_0x2f7716(0x128)],{'vid_start':null===_0x12f88a?this[_0x2f7716(0x137)]++:_0x12f88a++}));const _0x548e37=[];for(const _0x5c2b9c of _0x2a16a0[_0x2f7716(0x16f)]())if(_0x5c2b9c['is'](_0x2f7716(0xec))){_0x548e37[_0x2f7716(0x1ae)](this[_0x2f7716(0x109)](_0x5c2b9c,_0x12f88a));const _0x7ca67b=_0x548e37[_0x548e37[_0x2f7716(0x125)]-0x1];null!==_0x12f88a&&(_0x12f88a=_0x7ca67b['is'](_0x2f7716(0xec),_0x2f7716(0x165))?_0x7ca67b[_0x2f7716(0x18e)](_0x2f7716(0x157))+0x1:_0x7ca67b[_0x2f7716(0x18e)](_0x2f7716(0xbe))+0x1);}else{for(let _0x434fb4=0x0;_0x434fb4<_0x5c2b9c[_0x2f7716(0x118)];_0x434fb4++)_0x548e37[_0x2f7716(0x1ae)](new _0x32a89e(_0x2f7716(0x165),{'vid':null===_0x12f88a?this[_0x2f7716(0x137)]++:_0x12f88a++}));}if(_0x2a16a0['is'](_0x2f7716(0x1b1))){const _0x4d73f9=G(_0x2a16a0[_0x2f7716(0x149)]);return _0x4d73f9[_0x2f7716(0x195)](0x0,_0x548e37),_0x4d73f9;}return _0x412354[_0x2f7716(0x159)](_0x2f7716(0xbe),null===_0x12f88a?this[_0x2f7716(0x137)]++:_0x12f88a++),_0x412354[_0x2f7716(0x195)](0x0,_0x548e37),_0x412354;}[_0x3dd1b7(0x112)](_0x2d156e,_0x48cc9d,_0x11289d){const _0x384431=_0x3dd1b7;this[_0x384431(0xde)]();const {roots:_0x321c77,markers:_0x56e2e3,rootsAttributes:_0x991db7}=this[_0x384431(0x17d)][_0x384431(0x183)](_0x2d156e);this[_0x384431(0x141)]=new Map(_0x321c77),this[_0x384431(0xf2)]=new Map(_0x3cf112(_0x991db7));for(const [_0x345a0b,_0x150883]of this[_0x384431(0x141)])if(_0x384431(0x16b)!==_0x345a0b&&(this[_0x384431(0x129)][_0x384431(0x105)](_0x345a0b,q(_0x150883)),this[_0x384431(0xea)]=new Map(_0x3cf112(_0x991db7)),_0x11289d)){const _0x308be5=this[_0x384431(0x137)];this[_0x384431(0x1aa)][_0x384431(0x105)](_0x345a0b,this[_0x384431(0x109)](_0x150883)),this[_0x384431(0xa9)][_0x384431(0x105)](_0x345a0b,this[_0x384431(0x109)](_0x150883,_0x308be5));}this[_0x384431(0x196)]=this[_0x384431(0x137)],this[_0x384431(0x129)][_0x384431(0x105)](_0x384431(0x16b),q(this[_0x384431(0x141)][_0x384431(0x183)](_0x384431(0x16b)))),_0x11289d&&this[_0x384431(0x1aa)][_0x384431(0x105)](_0x384431(0x16b),this[_0x384431(0x109)](this[_0x384431(0x141)][_0x384431(0x183)](_0x384431(0x16b))));for(const [_0x3658d2,_0x594029]of _0x56e2e3){const _0x1dc46c=this[_0x384431(0x141)][_0x384431(0x183)](_0x594029[_0x384431(0x149)]),_0x2b168b=this[_0x384431(0x129)][_0x384431(0x183)](_0x594029[_0x384431(0x149)]),_0x357b3a=new _0x3b710e(this[_0x384431(0xe5)](_0x594029[_0x384431(0x108)],_0x1dc46c),this[_0x384431(0xe5)](_0x594029[_0x384431(0x145)],_0x1dc46c)),_0x3f5891=this[_0x384431(0xe7)](_0x357b3a,_0x2b168b);_0x1dc46c[_0x384431(0xdc)][_0x384431(0x105)](_0x3658d2,_0x357b3a),this[_0x384431(0x124)][_0x384431(0x105)](_0x3658d2,_0x3f5891);}this[_0x384431(0xdd)](_0x2d156e,_0x48cc9d,_0x11289d);}[_0x3dd1b7(0xdd)](_0x28bd4c,_0x1b0fb5,_0x1b3357){const _0x382f1d=_0x3dd1b7;for(const _0x2832a0 of this[_0x382f1d(0x116)][_0x382f1d(0x113)](_0x28bd4c,_0x1b0fb5))this[_0x382f1d(0x175)](_0x2832a0,_0x1b3357);for(const _0x47f6b8 of this[_0x382f1d(0x129)][_0x382f1d(0x12d)]())_0x47f6b8[_0x382f1d(0xdc)][_0x382f1d(0xcb)]();for(const [_0x145717,_0x50f620]of this[_0x382f1d(0x124)]){this[_0x382f1d(0x129)][_0x382f1d(0x183)](_0x50f620[_0x382f1d(0x106)][_0x382f1d(0x149)])[_0x382f1d(0xdc)][_0x382f1d(0x105)](_0x145717,_0x50f620[_0x382f1d(0x154)]());}const _0x38ebce=new Map(),_0x37d867=new Map();for(const [_0x50c451,_0x511b39]of this[_0x382f1d(0x129)])_0x38ebce[_0x382f1d(0x105)](_0x50c451,q(_0x511b39)),_0x37d867[_0x382f1d(0x105)](_0x50c451,this[_0x382f1d(0xea)][_0x382f1d(0x183)](_0x50c451));this[_0x382f1d(0xc4)](_0x1b0fb5,_0x38ebce,this[_0x382f1d(0x124)],_0x37d867);}[_0x3dd1b7(0xf8)](_0x4ffc5a){const _0x427361=_0x3dd1b7,_0x21f1a8=Array[_0x427361(0xfc)](this[_0x427361(0x17d)][_0x427361(0x1a2)]());_0x21f1a8[_0x427361(0x117)]((_0x56888d,_0xa7e77b)=>_0x56888d-_0xa7e77b),_0x21f1a8[_0x427361(0x138)]();for(const _0x52c51a of _0x21f1a8)if(_0x52c51a<_0x4ffc5a)return _0x52c51a;return Number[_0x427361(0x168)];}[_0x3dd1b7(0x100)](_0x2ecce1,_0x4c2789){const _0x1536c9=_0x3dd1b7,_0x41e0a7=Array[_0x1536c9(0xfc)](_0x4c2789[_0x1536c9(0xdc)])[_0x1536c9(0x15f)](([_0x3fceca,_0x43f5d8])=>[_0x3fceca,this[_0x1536c9(0xe7)](_0x43f5d8,_0x2ecce1)]);_0x2ecce1[_0x1536c9(0xdc)]=new Map(_0x41e0a7);}[_0x3dd1b7(0x111)](_0x35c3a9){const _0x30be63=_0x3dd1b7;for(const _0x19379d of this[_0x30be63(0x124)][_0x30be63(0x12d)]()){const _0x2d106a=_0x19379d[_0x30be63(0xae)](_0x35c3a9),_0x3c092d=_0x3b710e[_0x30be63(0xd1)](_0x2d106a);_0x19379d[_0x30be63(0x108)]=_0x3c092d[_0x30be63(0x108)],_0x19379d[_0x30be63(0x145)]=_0x3c092d[_0x30be63(0x145)];}}[_0x3dd1b7(0x175)](_0x482b87,_0x2d6bbe){const _0x503a66=_0x3dd1b7;if(_0x503a66(0x155)==_0x482b87[_0x503a66(0xe4)]||_0x503a66(0x18d)==_0x482b87[_0x503a66(0xe4)])return void this[_0x503a66(0x163)](_0x482b87,_0x2d6bbe);if(_0x503a66(0x167)==_0x482b87[_0x503a66(0xe4)]){const _0x18b781=_0x482b87[_0x503a66(0x1ac)][_0x503a66(0x106)][_0x503a66(0x149)];this[_0x503a66(0x129)][_0x503a66(0x119)](_0x18b781)||(this[_0x503a66(0x129)][_0x503a66(0x105)](_0x18b781,G(_0x18b781,!0x0)),this[_0x503a66(0xea)][_0x503a66(0x105)](_0x18b781,{}),_0x2d6bbe&&this[_0x503a66(0x1aa)][_0x503a66(0x105)](_0x18b781,G(_0x18b781,!0x0)));}else{if(_0x503a66(0x17e)==_0x482b87[_0x503a66(0xe4)]||_0x503a66(0xbb)==_0x482b87[_0x503a66(0xe4)]||_0x503a66(0x170)==_0x482b87[_0x503a66(0xe4)])return void this[_0x503a66(0x14a)](_0x482b87);}const _0x22af93=this[_0x503a66(0xba)](_0x482b87,this[_0x503a66(0x129)]);if(_0x503a66(0x153)!==_0x482b87[_0x503a66(0xe4)]&&(_0x22af93[_0x503a66(0x150)](),this[_0x503a66(0x111)](_0x22af93)),_0x2d6bbe)switch(_0x22af93[_0x503a66(0xe4)]){case _0x503a66(0x167):this[_0x503a66(0x162)](_0x482b87);break;case _0x503a66(0xfb):case _0x503a66(0x101):case _0x503a66(0xe6):this[_0x503a66(0x194)](_0x482b87);break;case _0x503a66(0x184):this[_0x503a66(0xd6)](_0x482b87);break;case _0x503a66(0x1c6):this[_0x503a66(0x188)](_0x482b87);break;case _0x503a66(0x153):this[_0x503a66(0x126)](_0x482b87);}}[_0x3dd1b7(0xba)](_0x50ba34,_0x1cd738){const _0x27c392=_0x3dd1b7,_0x1e72e0=_0x50ba34[_0x27c392(0x154)]();return _0x1e72e0[_0x27c392(0x114)]=_0x50ba34[_0x27c392(0x114)],this[_0x27c392(0x1bd)](_0x1e72e0,_0x1cd738),_0x1e72e0;}[_0x3dd1b7(0x140)](_0x56f000){const _0x22e3e0=_0x3dd1b7;return _0x56f000[_0x22e3e0(0x15f)](_0x1312a1=>{const _0x46d75e=_0x22e3e0,_0x2e614f=this[_0x46d75e(0xbd)](_0x1312a1);return Number(_0x1312a1[_0x46d75e(0x1a9)][_0x46d75e(0x18e)](_0x2e614f));});}[_0x3dd1b7(0x120)](_0x4c6e0e,_0x4509ad){const _0xfa2fe3=_0x3dd1b7;if(_0x4c6e0e['is'](_0xfa2fe3(0xec),_0xfa2fe3(0x165)))_0x4509ad[_0xfa2fe3(0x1ae)]({'item':_0x4c6e0e,'type':_0xfa2fe3(0x15d)});else{_0x4c6e0e['is'](_0xfa2fe3(0xec))&&_0x4509ad[_0xfa2fe3(0x1ae)]({'item':_0x4c6e0e,'type':_0xfa2fe3(0x1bf)});for(const _0x246719 of _0x4c6e0e[_0xfa2fe3(0x16f)]())this[_0xfa2fe3(0x120)](_0x246719,_0x4509ad);_0x4c6e0e['is'](_0xfa2fe3(0xec))&&_0x4509ad[_0xfa2fe3(0x1ae)]({'item':_0x4c6e0e,'type':_0xfa2fe3(0x180)});}return _0x4509ad;}[_0x3dd1b7(0xaf)](){const _0x572199=_0x3dd1b7,_0x70391c=new Map(this[_0x572199(0x104)]),_0x5e7ed1=new Map(_0x70391c),_0x1cf8f6=new Map(),_0x2ac0f8={'insertions':{},'deletions':{}},_0x4d825d={'insertions':{},'deletions':{}},_0x564898=new Map(),_0x20d692=new Set([...this[_0x572199(0x141)][_0x572199(0x1a2)](),...this[_0x572199(0x129)][_0x572199(0x1a2)]()]);_0x20d692[_0x572199(0x1c7)](_0x572199(0x16b));for(const _0xc5d345 of _0x20d692){const _0x4ac064=this[_0x572199(0x129)][_0x572199(0x183)](_0xc5d345)||G(_0xc5d345,!0x1),_0x1bbc69=this[_0x572199(0x141)][_0x572199(0x183)](_0xc5d345)||G(_0xc5d345,!0x1);_0x4ac064[_0x572199(0xb4)]()||_0x1bbc69[_0x572199(0xb4)]()?(_0x2ac0f8[_0x572199(0x1a3)][_0xc5d345]=q(_0x4ac064),_0x2ac0f8[_0x572199(0xd5)][_0xc5d345]=q(_0x1bbc69),this[_0x572199(0x100)](_0x2ac0f8[_0x572199(0xd5)][_0xc5d345],_0x1bbc69),this[_0x572199(0x100)](_0x2ac0f8[_0x572199(0x1a3)][_0xc5d345],_0x4ac064),_0x4d825d[_0x572199(0x1a3)][_0xc5d345]=this[_0x572199(0x120)](this[_0x572199(0x1aa)][_0x572199(0x183)](_0xc5d345),[]),_0x4d825d[_0x572199(0xd5)][_0xc5d345]=this[_0x572199(0x120)](this[_0x572199(0xa9)][_0x572199(0x183)](_0xc5d345)||G(_0xc5d345,!0x1),[])):_0x20d692[_0x572199(0x1c7)](_0xc5d345);}for(const _0x417bc1 of _0x20d692){const _0x20b7c9=_0x4d825d[_0x572199(0x1a3)][_0x417bc1];for(const _0x550ca0 of _0x20b7c9){const _0x2c757e=this[_0x572199(0xbd)](_0x550ca0),_0x340e8f=_0x550ca0[_0x572199(0x1a9)][_0x572199(0x18e)](_0x2c757e);_0x5e7ed1[_0x572199(0x1c7)](_0x340e8f),_0x340e8f>=this[_0x572199(0x196)]&&_0x1cf8f6[_0x572199(0x105)](_0x340e8f,_0x70391c[_0x572199(0x183)](_0x340e8f));}}for(const _0x4a3a5a of _0x20d692){const _0x4dda34=_0x4d825d[_0x572199(0x1a3)][_0x4a3a5a],_0x56d345=this[_0x572199(0x140)](_0x4d825d[_0x572199(0xd5)][_0x4a3a5a]);let _0x62dedf=0x0;for(const _0x4448fc of _0x4dda34){const _0xeb2622=this[_0x572199(0xbd)](_0x4448fc),_0x279174=_0x4448fc[_0x572199(0x1a9)][_0x572199(0x18e)](_0xeb2622);if(!_0x1cf8f6[_0x572199(0x119)](_0x279174)&&!_0x564898[_0x572199(0x119)](_0x279174)){if(_0x5e7ed1[_0x572199(0x119)](_0x279174))_0x62dedf++;else{if(_0x279174!=_0x56d345[_0x62dedf]){const _0xd24a52=_0x70391c[_0x572199(0x183)](_0x279174)||_0x70391c[_0x572199(0x183)](_0x56d345[_0x62dedf]);for(;_0x279174!=_0x56d345[_0x62dedf];)_0x5e7ed1[_0x572199(0x119)](_0x56d345[_0x62dedf])||(_0x564898[_0x572199(0x105)](_0x56d345[_0x62dedf],_0xd24a52),_0x70391c[_0x572199(0x105)](_0x56d345[_0x62dedf],_0xd24a52)),_0x62dedf++;}_0x62dedf++;}}}}for(const _0x50fcae of _0x20d692){const _0x43d6d3=_0x4d825d[_0x572199(0x1a3)][_0x50fcae];for(const _0x4cf4f0 of _0x43d6d3){const _0x40a002=this[_0x572199(0xbd)](_0x4cf4f0),_0xf9e06=_0x4cf4f0[_0x572199(0x1a9)][_0x572199(0x18e)](_0x40a002);if(_0x564898[_0x572199(0x119)](_0xf9e06)){const _0x36d13d=_0x564898[_0x572199(0x183)](_0xf9e06);_0x5e7ed1[_0x572199(0x119)](_0xf9e06)||_0x5e7ed1[_0x572199(0x105)](_0xf9e06,{..._0x36d13d}),_0x1cf8f6[_0x572199(0x105)](_0xf9e06,{..._0x36d13d});}}}for(const _0x15267f of _0x5e7ed1[_0x572199(0x1a2)]())_0x15267f>=this[_0x572199(0x196)]&&_0x5e7ed1[_0x572199(0x1c7)](_0x15267f);const _0x1202bc=new Map();for(const _0x270d7c of _0x20d692){let _0x32af92=_0x4d825d[_0x572199(0x1a3)][_0x270d7c];for(const _0x28d789 of _0x32af92)if(_0x28d789[_0x572199(0x1a9)]['is'](_0x572199(0xec),_0x572199(0xff))){const _0x433052=this[_0x572199(0xbd)](_0x28d789),_0x46c269=_0x28d789[_0x572199(0x1a9)][_0x572199(0x18e)](_0x433052);if(_0x1cf8f6[_0x572199(0x119)](_0x46c269)){const _0x2d4f2a=_0x28d789[_0x572199(0x1a9)][_0x572199(0x143)][_0x572199(0x143)][_0x572199(0x18e)](_0x572199(0x199)),_0x2a494a=_0x1202bc[_0x572199(0x183)](_0x2d4f2a)||new Set();_0x2a494a[_0x572199(0xa7)](_0x1cf8f6[_0x572199(0x183)](_0x46c269)[_0x572199(0xf6)]),_0x1202bc[_0x572199(0x105)](_0x2d4f2a,_0x2a494a);}}_0x32af92=_0x4d825d[_0x572199(0xd5)][_0x270d7c];for(const _0x3317cd of _0x32af92)if(_0x3317cd[_0x572199(0x1a9)]['is'](_0x572199(0xec),_0x572199(0xff))){const _0x4e7439=this[_0x572199(0xbd)](_0x3317cd),_0x111f01=_0x3317cd[_0x572199(0x1a9)][_0x572199(0x18e)](_0x4e7439);if(_0x5e7ed1[_0x572199(0x119)](_0x111f01)){const _0x5a144b=_0x3317cd[_0x572199(0x1a9)][_0x572199(0x143)][_0x572199(0x143)][_0x572199(0x18e)](_0x572199(0x199)),_0x1569c0=_0x1202bc[_0x572199(0x183)](_0x5a144b)||new Set();_0x1569c0[_0x572199(0xa7)](_0x5e7ed1[_0x572199(0x183)](_0x111f01)[_0x572199(0xf6)]),_0x1202bc[_0x572199(0x105)](_0x5a144b,_0x1569c0);}}for(const _0x150636 of _0x1202bc[_0x572199(0x1a2)]())(_0x1cf8f6[_0x572199(0x119)](_0x150636)||_0x5e7ed1[_0x572199(0x119)](_0x150636))&&_0x1202bc[_0x572199(0x1c7)](_0x150636);}for(const _0x4762d8 of _0x20d692){const _0x5254d0=_0x4d825d[_0x572199(0x1a3)][_0x4762d8];let _0x4f39f5=null,_0x4748ab=null;for(const _0x4efd46 of _0x5254d0){const _0x3fca0e=this[_0x572199(0xbd)](_0x4efd46),_0x24039b=_0x4efd46[_0x572199(0x1a9)][_0x572199(0x18e)](_0x3fca0e),_0x20d528=_0x1202bc[_0x572199(0x183)](_0x24039b);_0x20d528&&_0x572199(0x1bf)==_0x4efd46[_0x572199(0xe4)]&&(_0x4f39f5=Array[_0x572199(0xfc)](_0x20d528)[0x0],_0x4748ab=_0x4efd46[_0x572199(0x1a9)][_0x572199(0x18e)](_0x572199(0xbe))),_0x4f39f5&&(_0x5e7ed1[_0x572199(0x105)](_0x24039b,{'userId':_0x4f39f5}),_0x1cf8f6[_0x572199(0x105)](_0x24039b,{'userId':_0x4f39f5})),_0x24039b==_0x4748ab&&(_0x4f39f5=null,_0x4748ab=null);}}const _0x22e105={},_0x14742b=new Set();for(const _0x568689 of _0x20d692){const _0xeb5e28=_0x2ac0f8[_0x572199(0xd5)][_0x568689],_0x1d6bd3=_0x2ac0f8[_0x572199(0x1a3)][_0x568689];for(const {userId:_0x370f5a}of this[_0x572199(0x1c1)][_0x572199(0x12d)]())null!==_0x370f5a&&_0x14742b[_0x572199(0xa7)](_0x370f5a);for(const {userId:_0x4b3b7d}of this[_0x572199(0x198)][_0x572199(0x12d)]())null!==_0x4b3b7d&&_0x14742b[_0x572199(0xa7)](_0x4b3b7d);this[_0x572199(0x146)](_0x1d6bd3,_0x4d825d[_0x572199(0x1a3)][_0x568689],_0x1cf8f6,_0x572199(0x1c0),_0x14742b),this[_0x572199(0x146)](_0xeb5e28,_0x4d825d[_0x572199(0xd5)][_0x568689],_0x5e7ed1,_0x572199(0x12e),_0x14742b),_0x22e105[_0x568689]={'insertions':this[_0x572199(0xca)](_0x1d6bd3),'deletions':this[_0x572199(0xca)](_0xeb5e28),'attachChange':this[_0x572199(0x198)][_0x572199(0x183)](_0x568689)||null,'attributesBefore':_0x3cf112(this[_0x572199(0xf2)][_0x572199(0x183)](_0x568689))||{},'attributesAfter':_0x3cf112(this[_0x572199(0xea)][_0x572199(0x183)](_0x568689))};}return{'diffData':_0x22e105,'authorsIds':Array[_0x572199(0xfc)](_0x14742b)};}[_0x3dd1b7(0xb7)](_0x4d7ed9){const _0x1d2a8e=_0x3dd1b7;for(const [,_0x422329]of _0x4d7ed9[_0x1d2a8e(0xdc)]){const _0x2c9805=_0x422329[_0x1d2a8e(0x108)][_0x1d2a8e(0x152)]()[_0x1d2a8e(0xdf)](_0x569276=>_0x1d2a8e(0xff)==_0x569276[_0x1d2a8e(0x128)]);for(const _0x27d72c of _0x2c9805)0x1==_0x27d72c[_0x1d2a8e(0x185)]&&_0x27d72c[_0x1d2a8e(0xb8)](0x0)['is'](_0x1d2a8e(0xec),_0x1d2a8e(0xef))&&_0x27d72c[_0x1d2a8e(0xb8)](0x0)[_0x1d2a8e(0x159)](_0x1d2a8e(0x18a),!0x0);}}[_0x3dd1b7(0xca)](_0x13ff90){const _0x32bb78=_0x3dd1b7;this[_0x32bb78(0xb7)](_0x13ff90);const _0x48a041=this[_0x32bb78(0xd3)][_0x32bb78(0xee)][_0x32bb78(0xc2)](_0x13ff90,{}),_0x35a5bc=Array[_0x32bb78(0xfc)](_0x48a041[_0x32bb78(0x16f)]())[_0x32bb78(0x15f)](_0x4a3480=>this[_0x32bb78(0x142)](_0x4a3480));return JSON[_0x32bb78(0x1b8)](_0x35a5bc);}[_0x3dd1b7(0x142)](_0x377e8e){const _0xedf9de=_0x3dd1b7;if(_0x377e8e['is'](_0xedf9de(0x165)))return _0x377e8e[_0xedf9de(0xee)];{const _0x45f5e0=_0x377e8e;return{'type':Object[_0xedf9de(0x1a2)](T)[_0xedf9de(0x1cb)](_0x385b13=>_0x377e8e instanceof T[_0x385b13]),'name':_0x45f5e0[_0xedf9de(0x128)],'attributes':Array[_0xedf9de(0xfc)](_0x45f5e0[_0xedf9de(0x122)]()),'children':Array[_0xedf9de(0xfc)](_0x45f5e0[_0xedf9de(0x16f)]())[_0xedf9de(0x15f)](_0xaf8b9c=>this[_0xedf9de(0x142)](_0xaf8b9c))};}}[_0x3dd1b7(0x146)](_0x311589,_0x369d88,_0x34bc31,_0x54c00c,_0x372819){const _0x31d024=_0x3dd1b7;let _0x341e06=null,_0x5f463f=null,_0x6d82b4=0x0;const _0x2176ba=this[_0x31d024(0xd3)][_0x31d024(0xb1)];for(let _0x17b8dc=0x0;_0x17b8dc<_0x369d88[_0x31d024(0x125)];_0x17b8dc++){const _0x435475=this[_0x31d024(0xbd)](_0x369d88[_0x17b8dc]),_0x264976=_0x369d88[_0x17b8dc][_0x31d024(0x1a9)][_0x31d024(0x18e)](_0x435475),_0x43caa7=_0x34bc31[_0x31d024(0x183)](_0x264976),_0x118082=_0x17b8dc==_0x369d88[_0x31d024(0x125)]-0x1;(!_0x341e06&&_0x43caa7&&(_0x341e06=_0x43caa7,_0x5f463f=_0x369d88[_0x17b8dc]),_0x341e06&&(!_0x43caa7||_0x43caa7[_0x31d024(0xf6)]!=_0x341e06[_0x31d024(0xf6)]))&&(_0x25a686(_0x43caa7,L(_0x5f463f,_0x311589,_0x2176ba),L(_0x369d88[_0x17b8dc],_0x311589,_0x2176ba)),_0x341e06=_0x43caa7||null,_0x5f463f=_0x43caa7?_0x369d88[_0x17b8dc]:null),_0x341e06&&_0x118082&&_0x25a686(_0x43caa7,L(_0x5f463f,_0x311589,_0x2176ba),W(_0x369d88[_0x17b8dc],_0x311589,_0x2176ba));}function _0x25a686(_0x26b70b,_0x3b28ce,_0x344ea4){const _0x3ee333=_0x31d024,_0x518788=_0x341e06[_0x3ee333(0xf6)],_0x2eedc3=_0x3ee333(0x1cd)+_0x54c00c+':'+_0x518788+':'+_0x6d82b4++,_0x259cd0=_0x2176ba[_0x3ee333(0xe3)](_0x3b28ce,_0x344ea4);_0x311589[_0x3ee333(0xdc)][_0x3ee333(0x105)](_0x2eedc3,_0x259cd0),null!==_0x518788&&_0x372819[_0x3ee333(0xa7)](_0x518788);}}[_0x3dd1b7(0xbd)](_0x17f130){const _0xe67e6=_0x3dd1b7;switch(_0x17f130[_0xe67e6(0xe4)]){case _0xe67e6(0x1bf):return _0xe67e6(0x199);case _0xe67e6(0x180):return _0xe67e6(0xbe);default:return _0xe67e6(0x157);}}[_0x3dd1b7(0x1bd)](_0x140786,_0x30ec7b){const _0x25db7f=_0x3dd1b7;_0x140786[_0x25db7f(0x181)]=null;for(const _0x2a6ea9 in _0x140786){const _0x50cbc9=_0x140786[_0x2a6ea9];if(_0x50cbc9 instanceof _0x34902b){const _0x49e66a=_0x30ec7b[_0x25db7f(0x183)](_0x50cbc9[_0x25db7f(0x106)][_0x25db7f(0x149)]);_0x140786[_0x2a6ea9]=this[_0x25db7f(0xe5)](_0x50cbc9,_0x49e66a);}if(_0x50cbc9 instanceof _0x3b710e){const _0x4f402b=_0x30ec7b[_0x25db7f(0x183)](_0x50cbc9[_0x25db7f(0x106)][_0x25db7f(0x149)]);_0x140786[_0x2a6ea9]=this[_0x25db7f(0xe7)](_0x50cbc9,_0x4f402b);}_0x25db7f(0x106)===_0x2a6ea9&&(_0x140786[_0x25db7f(0x106)]=_0x30ec7b[_0x25db7f(0x183)](_0x140786[_0x25db7f(0x106)][_0x25db7f(0x149)]));}}[_0x3dd1b7(0xe7)](_0x13808d,_0xc34304){const _0x34833c=_0x3dd1b7;return this[_0x34833c(0xd3)][_0x34833c(0xb1)][_0x34833c(0xe3)](this[_0x34833c(0xe5)](_0x13808d[_0x34833c(0x108)],_0xc34304),this[_0x34833c(0xe5)](_0x13808d[_0x34833c(0x145)],_0xc34304));}[_0x3dd1b7(0xe5)](_0x817472,_0xef130){const _0x1f7085=_0x3dd1b7;return this[_0x1f7085(0xd3)][_0x1f7085(0xb1)][_0x1f7085(0xd7)](_0xef130,_0x817472[_0x1f7085(0x1a7)],_0x817472[_0x1f7085(0x1c3)]);}[_0x3dd1b7(0x162)](_0x58cd3b){const _0xea5702=_0x3dd1b7,_0x1d0efc=this[_0xea5702(0x1aa)][_0xea5702(0x183)](_0x58cd3b[_0xea5702(0x1ac)][_0xea5702(0x106)][_0xea5702(0x149)]),_0x30e81f=this[_0xea5702(0xe5)](_0x58cd3b[_0xea5702(0x1ac)],_0x1d0efc),_0xcb1bda=null===_0x58cd3b[_0xea5702(0x114)]?null:_0x58cd3b[_0xea5702(0x114)]||this[_0xea5702(0xd3)][_0xea5702(0xa8)][_0xea5702(0x183)](_0xea5702(0x1a4))['me']['id'],_0x22de10=_0x30e81f[_0xea5702(0x143)],_0x2d1a6d=this[_0xea5702(0x137)],_0x55e640=[];for(const _0x5dd199 of _0x58cd3b[_0xea5702(0x134)])if(_0x5dd199['is'](_0xea5702(0xec)))_0x55e640[_0xea5702(0x1ae)](this[_0xea5702(0x109)](_0x5dd199));else{for(let _0x17af3e=0x0;_0x17af3e<_0x5dd199[_0xea5702(0x118)];_0x17af3e++)_0x55e640[_0xea5702(0x1ae)](new _0x32a89e(_0xea5702(0x165),{'vid':this[_0xea5702(0x137)]++}));}const _0x368718=this[_0xea5702(0x137)];for(let _0x4736fa=_0x2d1a6d;_0x4736fa<_0x368718;_0x4736fa++)this[_0xea5702(0x104)][_0xea5702(0x105)](_0x4736fa,{'userId':_0xcb1bda});_0x22de10[_0xea5702(0x195)](_0x30e81f[_0xea5702(0xd9)],_0x55e640);}[_0x3dd1b7(0x194)](_0x3e6606){const _0x3819fa=_0x3dd1b7;(_0x3e6606=this[_0x3819fa(0xba)](_0x3e6606,this[_0x3819fa(0x1aa)]))[_0x3819fa(0x150)]();const _0x30729c=null===_0x3e6606[_0x3819fa(0x114)]?null:_0x3e6606[_0x3819fa(0x114)]||this[_0x3819fa(0xd3)][_0x3819fa(0xa8)][_0x3819fa(0x183)](_0x3819fa(0x1a4))['me']['id'],_0x446089=_0x3e6606[_0x3819fa(0xa5)](),_0x1c2cd6=_0x446089[_0x3819fa(0x143)],_0x206a26=_0x446089[_0x3819fa(0xd9)];!function _0x37dc02(_0x1e7387,_0x1f708e,_0xfaa836,_0x56abe7){const _0x378b85=_0x3819fa;for(let _0x3b0297=_0xfaa836;_0x3b0297<_0x56abe7;_0x3b0297++){const _0x26bba0=_0x1f708e[_0x378b85(0xb8)](_0x3b0297);_0x26bba0['is'](_0x378b85(0xec),_0x378b85(0x165))?_0x1e7387[_0x378b85(0x105)](_0x26bba0[_0x378b85(0x18e)](_0x378b85(0x157)),{'userId':_0x30729c}):(_0x1e7387[_0x378b85(0x105)](_0x26bba0[_0x378b85(0x18e)](_0x378b85(0x199)),{'userId':_0x30729c}),_0x37dc02(_0x1e7387,_0x26bba0,0x0,_0x26bba0[_0x378b85(0x185)]),_0x1e7387[_0x378b85(0x105)](_0x26bba0[_0x378b85(0x18e)](_0x378b85(0xbe)),{'userId':_0x30729c}));}}(this[_0x3819fa(0x104)],_0x1c2cd6,_0x206a26,_0x206a26+_0x3e6606[_0x3819fa(0x132)]);}[_0x3dd1b7(0xd6)](_0x391ea0){const _0x20626b=_0x3dd1b7,_0x52c3b7=null===(_0x391ea0=this[_0x20626b(0xba)](_0x391ea0,this[_0x20626b(0x1aa)]))[_0x20626b(0x114)]?null:_0x391ea0[_0x20626b(0x114)]||this[_0x20626b(0xd3)][_0x20626b(0xa8)][_0x20626b(0x183)](_0x20626b(0x1a4))['me']['id'],_0x39fb77=_0x391ea0[_0x20626b(0x192)][_0x20626b(0x143)],_0x713c72=_0x391ea0[_0x20626b(0x18b)][_0x20626b(0x143)],_0x545211=_0x39fb77[_0x20626b(0x18e)](_0x20626b(0xbe)),_0x144682=_0x713c72[_0x20626b(0x18e)](_0x20626b(0x199));_0x39fb77[_0x20626b(0x159)](_0x20626b(0xbe),_0x713c72[_0x20626b(0x18e)](_0x20626b(0xbe))),_0x713c72[_0x20626b(0x159)](_0x20626b(0xbe),_0x545211),this[_0x20626b(0x104)][_0x20626b(0x105)](_0x144682,{'userId':_0x52c3b7}),this[_0x20626b(0x104)][_0x20626b(0x105)](_0x545211,{'userId':_0x52c3b7}),_0x391ea0[_0x20626b(0x150)]();}[_0x3dd1b7(0x188)](_0x59719a){const _0xe6bc53=_0x3dd1b7,_0x324011=null===(_0x59719a=this[_0xe6bc53(0xba)](_0x59719a,this[_0xe6bc53(0x1aa)]))[_0xe6bc53(0x114)]?null:_0x59719a[_0xe6bc53(0x114)]||this[_0xe6bc53(0xd3)][_0xe6bc53(0xa8)][_0xe6bc53(0x183)](_0xe6bc53(0x1a4))['me']['id'],_0x47a6ba=_0x59719a[_0xe6bc53(0x1bc)],_0x4a4d3a=_0x59719a[_0xe6bc53(0x139)][_0xe6bc53(0x143)];_0x59719a[_0xe6bc53(0x150)]();const _0x28e302=_0x4a4d3a[_0xe6bc53(0x18e)](_0xe6bc53(0xbe)),_0xf44998=_0x59719a[_0xe6bc53(0xd8)][_0xe6bc53(0x177)];if(_0x47a6ba){const _0x23b1f2=_0xf44998[_0xe6bc53(0x18e)](_0xe6bc53(0xbe)),_0x92af5e=_0x4a4d3a[_0xe6bc53(0x18e)](_0xe6bc53(0xbe));_0x4a4d3a[_0xe6bc53(0x159)](_0xe6bc53(0xbe),_0x23b1f2),_0xf44998[_0xe6bc53(0x159)](_0xe6bc53(0xbe),_0x92af5e),this[_0xe6bc53(0x104)][_0xe6bc53(0x105)](_0x4a4d3a[_0xe6bc53(0x18e)](_0xe6bc53(0xbe)),{'userId':_0x324011}),this[_0xe6bc53(0x104)][_0xe6bc53(0x105)](_0xf44998[_0xe6bc53(0x18e)](_0xe6bc53(0x199)),{'userId':_0x324011});}else{const _0x721416=this[_0xe6bc53(0x137)]++,_0x1c2698=this[_0xe6bc53(0x137)]++;_0x4a4d3a[_0xe6bc53(0x159)](_0xe6bc53(0xbe),_0x721416),_0xf44998[_0xe6bc53(0x159)](_0xe6bc53(0x199),_0x1c2698),_0xf44998[_0xe6bc53(0x159)](_0xe6bc53(0xbe),_0x28e302),this[_0xe6bc53(0x104)][_0xe6bc53(0x105)](_0x721416,{'userId':_0x324011}),this[_0xe6bc53(0x104)][_0xe6bc53(0x105)](_0x1c2698,{'userId':_0x324011});}}[_0x3dd1b7(0x126)](_0x4512de){const _0x5c87cb=_0x3dd1b7;if(!_0x4512de[_0x5c87cb(0x1b2)])return;const _0x2bec64=(_0x4512de=this[_0x5c87cb(0xba)](_0x4512de,this[_0x5c87cb(0x129)]))[_0x5c87cb(0xa3)]?_0x4512de[_0x5c87cb(0xa3)][_0x5c87cb(0x106)]:null,_0x14aae7=_0x4512de[_0x5c87cb(0xeb)]?_0x4512de[_0x5c87cb(0xeb)][_0x5c87cb(0x106)]:null;_0x2bec64&&this[_0x5c87cb(0x124)][_0x5c87cb(0x1c7)](_0x4512de[_0x5c87cb(0x128)]),_0x14aae7&&this[_0x5c87cb(0x124)][_0x5c87cb(0x105)](_0x4512de[_0x5c87cb(0x128)],_0x4512de[_0x5c87cb(0xeb)][_0x5c87cb(0x154)]());const _0x4e84f8=null===_0x4512de[_0x5c87cb(0x114)]?null:_0x4512de[_0x5c87cb(0x114)]||this[_0x5c87cb(0xd3)][_0x5c87cb(0xa8)][_0x5c87cb(0x183)](_0x5c87cb(0x1a4))['me']['id'],_0x33945f=_0x4512de[_0x5c87cb(0x128)];if(!this[_0x5c87cb(0x1c1)][_0x5c87cb(0x119)](_0x33945f))return void this[_0x5c87cb(0x1c1)][_0x5c87cb(0x105)](_0x33945f,{'range':_0x4512de[_0x5c87cb(0xa3)],'userId':_0x4e84f8});const _0x18ab37=this[_0x5c87cb(0x1c1)][_0x5c87cb(0x183)](_0x33945f),_0x401b11=_0x18ab37[_0x5c87cb(0xb2)],_0x54594a=_0x4512de[_0x5c87cb(0xeb)];null==_0x401b11&&null==_0x54594a||_0x401b11&&_0x54594a&&_0x401b11[_0x5c87cb(0x164)](_0x54594a)?this[_0x5c87cb(0x1c1)][_0x5c87cb(0x1c7)](_0x4512de[_0x5c87cb(0x128)]):_0x18ab37[_0x5c87cb(0xf6)]=_0x4e84f8;}[_0x3dd1b7(0x163)](_0x18d7d5,_0x5169e2){const _0x30cde2=_0x3dd1b7;this[_0x30cde2(0x129)][_0x30cde2(0x119)](_0x18d7d5[_0x30cde2(0x149)])?this[_0x30cde2(0x129)][_0x30cde2(0x183)](_0x18d7d5[_0x30cde2(0x149)])[_0x30cde2(0xf9)]=_0x18d7d5[_0x30cde2(0x148)]:(this[_0x30cde2(0x129)][_0x30cde2(0x105)](_0x18d7d5[_0x30cde2(0x149)],G(_0x18d7d5[_0x30cde2(0x149)],!0x0)),this[_0x30cde2(0xea)][_0x30cde2(0x105)](_0x18d7d5[_0x30cde2(0x149)],{}),_0x5169e2&&this[_0x30cde2(0x1aa)][_0x30cde2(0x105)](_0x18d7d5[_0x30cde2(0x149)],G(_0x18d7d5[_0x30cde2(0x149)],!0x0)));const _0x3fc01c=null===_0x18d7d5[_0x30cde2(0x114)]?null:_0x18d7d5[_0x30cde2(0x114)]||this[_0x30cde2(0xd3)][_0x30cde2(0xa8)][_0x30cde2(0x183)](_0x30cde2(0x1a4))['me']['id'],_0x593abc=this[_0x30cde2(0x198)][_0x30cde2(0x183)](_0x18d7d5[_0x30cde2(0x149)]);_0x593abc&&_0x593abc[_0x30cde2(0xf6)]===_0x3fc01c?this[_0x30cde2(0x198)][_0x30cde2(0x1c7)](_0x18d7d5[_0x30cde2(0x149)]):this[_0x30cde2(0x198)][_0x30cde2(0x105)](_0x18d7d5[_0x30cde2(0x149)],{'userId':_0x3fc01c,'isAttached':_0x18d7d5[_0x30cde2(0x148)]});}[_0x3dd1b7(0x14a)](_0xafd79f){const _0x22e025=_0x3dd1b7,_0x21ac63=this[_0x22e025(0xea)][_0x22e025(0x183)](_0xafd79f[_0x22e025(0x106)][_0x22e025(0x149)]);null===_0xafd79f[_0x22e025(0x19c)]?delete _0x21ac63[_0xafd79f[_0x22e025(0x123)]]:_0x21ac63[_0xafd79f[_0x22e025(0x123)]]=_0xafd79f[_0x22e025(0x19c)];}}function q(_0x375106){const _0x24dadb=_0x3dd1b7,_0x161817=G(_0x375106[_0x24dadb(0x149)],_0x375106[_0x24dadb(0xb4)]());for(const _0x3a0ca1 of _0x375106[_0x24dadb(0x16f)]()){const _0x55f54c=_0x3a0ca1[_0x24dadb(0x17c)](!0x0);_0x161817[_0x24dadb(0x197)](_0x55f54c);}return _0x161817;}function G(_0x545eac,_0x163295=!0x0){const _0x213fd1=_0x3dd1b7,_0x1c1e70=new _0x3fa8c0();return _0x1c1e70[_0x213fd1(0x149)]=_0x545eac,_0x1c1e70[_0x213fd1(0xf9)]=_0x163295,_0x1c1e70[_0x213fd1(0xb4)]=()=>_0x1c1e70[_0x213fd1(0xf9)],_0x1c1e70;}function L(_0x3eef99,_0x57d37b,_0x223be9){const _0x1f909a=_0x3dd1b7,_0x202a19=_0x1f909a(0x180)==_0x3eef99[_0x1f909a(0xe4)]?_0x223be9[_0x1f909a(0xed)](_0x3eef99[_0x1f909a(0x1a9)],_0x1f909a(0x145)):_0x223be9[_0x1f909a(0x1cc)](_0x3eef99[_0x1f909a(0x1a9)]);return _0x223be9[_0x1f909a(0xd7)](_0x57d37b,_0x202a19[_0x1f909a(0x1a7)],_0x202a19[_0x1f909a(0x1c3)]);}function _0x2d29(){const _0x5ec6e6=['finally','_handleInsertOperation','_handleRootOperation','isEqual','$text','attributesBefore','insert','NEGATIVE_INFINITY','getRange','3830024wHxOTk','$graveyard','_startingVersion','_operations','addRevisionData','getChildren','changeRootAttribute','getRootNames','authors','_loadRevisionData','_revisionDataBuilder','_handleOperation','_removeRevisionMarkers','nodeAfter','roots','slice','getRevisionDocumentData','isEnabled','_clone','_savedMetaData','addRootAttribute','getRoot','elementEnd','baseVersion','RealTimeCollaborationClient','get','merge','childCount','authorsIds','currentRevision','_handleSplitOperation','revision-end','keepParagraph','sourcePosition','initial','detachRoot','getAttribute','string','_pendingAction','define','targetPosition','rootsAttributes','_handleMoveOperation','_insertChild','_startingRevisionId','_appendChild','_touchedRoots','vid_start','trim','fromEntries','newValue','146wCshwZ','_loadState','_continueCurrentRevision','reInit','_replaceEditorDataWithRevisionData','keys','insertions','Users','revisionHistory.resumeUnsavedRevision','diffData','path','_isPendingUpdate','item','_idsRoots','_isInit','position','1663DcPKWf','push','_removeMetaData','saveRevision','documentFragment','affectsData','data-revision-','getUser','forEach','createRevision','marked','stringify','_setConversion','resolve','toModel','graveyardPosition','_fixOperation','includes','elementStart','insertion','_touchedMarkers','getIndex','stickiness','2082834UQSKbe','attributes','split','delete','for','children','attributesAfter','find','createPositionBefore','revision:','pluginName','oldRange','history','getMovedRangeStart','repository','add','plugins','_baseIdsRoots','then','getOperation','dataDowncast','getNodeByPath','getTransformedByOperation','_getState','_source','model','range','setRevisionData','isAttached','_loadedStateData','dataToMarker','_processRootBeforeSave','getChild','size','_cloneOperation','removeRootAttribute','ready','_getVidAttributeName','vid_end','hasContent','_addPendingAction','Initial\x20revision','toView','createRangeIn','_saveMetaData','init','setSource','getLatestVersion','_makeModelFromViewString','_removePendingAction','_prepareViewToSave','clear','_createInitialRevision','createPositionAfter','startsWith','buildRevisionData','getCurrentRevisionId','_createFromRanges','_bufferedUpdates','editor','addRevision','deletions','_handleMergeOperation','createPositionFromPath','insertionPosition','offset','markerToData','adapter','markers','_applyOperations','_reset','filter','getRevision','isReady','_getFromVersion','createRange','type','_fixPosition','reinsert','_fixRange','view','afterInit','_diffRootsAttributes','newRange','element','createPositionAt','data','paragraph','sendBufferedUpdates','108831qCFUtP','_baseRootsAttributes','PendingActions','_findInsertionIndex','_bufferUpdate','userId','config','_getPreviousFrom','_isAttached','8yNaCBw','move','from','editor-initial-data-replaced-with-revision-data','previousPosition','tableCell','_copyMarkers','remove','creator','updateRevisions','_touched','set','root','getRevisions','start','_makeIdsRoot','max','collaboration.channelId','initialData','1112HbpKwo','getTime','update','1481940NNEDoD','_transformMarkers','_calculateMetaData','getOperations','_authorId','RevisionTracker','source','sort','offsetSize','has','_initialRevisionId','editing','shift','getRevisionRootsAttributes','some','creatorId','_generateTape','conversion','getAttributes','key','_markers','length','_handleMarkerOperation','upcast','name','_diffRoots','_lastFrom','36978YhWjpq','PENDING_ACTION_REVISION_HISTORY','values','deletion','revision','version','fromVersion','howMany','_makeRevision','nodes','3283TmWOTR','bind','_revisionId','reverse','splitPosition','toVersion','getData','processor','requires','parse','_createCurrentRevision','_getBaseVids','_baseRoots','_getViewJson','parent','toData','end','_markChanges','attachChange','isAdd','rootName','_handleRootAttributeOperation','default','createdAt','useFillerType','Empty\x20document','_lastTo','_execute','loadState','getAncestors','marker','clone','addRoot','document','vid','35WUZYcp','_setAttribute','_update','revision-start','getWalker','text','RevisionsRepository','map','locale'];_0x2d29=function(){return _0x5ec6e6;};return _0x2d29();}function W(_0x120240,_0xb3d3b4,_0x19fca0){const _0x139631=_0x3dd1b7,_0x59e624=_0x139631(0x1bf)==_0x120240[_0x139631(0xe4)]?_0x19fca0[_0x139631(0xed)](_0x120240[_0x139631(0x1a9)],0x0):_0x19fca0[_0x139631(0xcd)](_0x120240[_0x139631(0x1a9)]);return _0x19fca0[_0x139631(0xd7)](_0xb3d3b4,_0x59e624[_0x139631(0x1a7)],_0x59e624[_0x139631(0x1c3)]);}
|
|
23
|
+
const _0x200da8=_0x4c5c;(function(_0x3f30f4,_0x38e955){const _0xcec9=_0x4c5c,_0x5b634a=_0x3f30f4();while(!![]){try{const _0xd75e8a=-parseInt(_0xcec9(0x186))/0x1*(-parseInt(_0xcec9(0x1b2))/0x2)+-parseInt(_0xcec9(0x14c))/0x3*(-parseInt(_0xcec9(0x1de))/0x4)+-parseInt(_0xcec9(0x1e8))/0x5+-parseInt(_0xcec9(0x1d7))/0x6*(-parseInt(_0xcec9(0x18e))/0x7)+-parseInt(_0xcec9(0x1e2))/0x8+-parseInt(_0xcec9(0x163))/0x9+parseInt(_0xcec9(0x1f5))/0xa*(parseInt(_0xcec9(0x154))/0xb);if(_0xd75e8a===_0x38e955)break;else _0x5b634a['push'](_0x5b634a['shift']());}catch(_0x8dd9aa){_0x5b634a['push'](_0x5b634a['shift']());}}}(_0x5e6c,0x5fc85));import{Users as _0x17d9a1}from'ckeditor5-collaboration/src/collaboration-core.js';import{Plugin as _0x4143f9,PendingActions as _0x4ac419}from'ckeditor5/src/core.js';import{logWarning as _0x1a2fbf,uid as _0x2c5278}from'ckeditor5/src/utils.js';import{Position as _0x399223,Range as _0x19f96a,Element as _0x324e00,DocumentFragment as _0x12e924,ViewText as _0xd2f087,ViewElement as _0x26955a,ViewContainerElement as _0x2fd38d,ViewAttributeElement as _0x4d9cd7,ViewEmptyElement as _0x5a880c,ViewRawElement as _0x5043a9,ViewUIElement as _0x3bae7b,ViewDocumentFragment as _0x39d805}from'ckeditor5/src/engine.js';function _0x4c5c(_0x1567d4,_0x5565e5){const _0x5e6c0e=_0x5e6c();return _0x4c5c=function(_0x4c5c56,_0x3787c2){_0x4c5c56=_0x4c5c56-0x110;let _0xc2d747=_0x5e6c0e[_0x4c5c56];return _0xc2d747;},_0x4c5c(_0x1567d4,_0x5565e5);}import _0x93c11b from'./revisionsrepository.js';import{getTranslation as _0x1f1c71}from'./utils/common-translations.js';import{cloneDeep as _0x52e548,isEqual as _0x20183a}from'lodash-es';const T={'c':_0x2fd38d,'a':_0x4d9cd7,'e':_0x5a880c,'r':_0x5043a9,'u':_0x3bae7b};export default class l extends _0x4143f9{static get[_0x200da8(0x1c4)](){const _0x5c34c5=_0x200da8;return _0x5c34c5(0x1fa);}static get[_0x200da8(0x214)](){return[_0x17d9a1,_0x93c11b,_0x4ac419];}constructor(_0x44bfb8){const _0x1c3b6d=_0x200da8;super(_0x44bfb8),this[_0x1c3b6d(0x193)]=null,this[_0x1c3b6d(0x1dd)]=null,this[_0x1c3b6d(0x21c)]=new J(this[_0x1c3b6d(0x236)]),this[_0x1c3b6d(0x14f)]=this[_0x1c3b6d(0x236)][_0x1c3b6d(0x182)][_0x1c3b6d(0x169)](_0x1c3b6d(0x194))||_0x1c3b6d(0x1f6),this[_0x1c3b6d(0x212)]=new Map(),this[_0x1c3b6d(0x1f0)]=null;const _0x1853cf=_0x2c5278();this[_0x1c3b6d(0x150)]={'history':this[_0x1c3b6d(0x236)][_0x1c3b6d(0x11d)][_0x1c3b6d(0x1d2)][_0x1c3b6d(0x18f)],'getLatestVersion':()=>Promise[_0x1c3b6d(0x203)](this[_0x1c3b6d(0x236)][_0x1c3b6d(0x11d)][_0x1c3b6d(0x1d2)][_0x1c3b6d(0x1ac)]),'getCurrentRevisionId':()=>_0x1853cf},this[_0x1c3b6d(0x177)](_0x1c3b6d(0x11a),!0x1),this[_0x1c3b6d(0x177)](_0x1c3b6d(0x179),!0x0),this[_0x1c3b6d(0x177)](_0x1c3b6d(0x192),!0x1),this[_0x1c3b6d(0x236)][_0x1c3b6d(0x182)][_0x1c3b6d(0x20c)](_0x1c3b6d(0x17b),!0x0),this[_0x1c3b6d(0x236)][_0x1c3b6d(0x114)][_0x1c3b6d(0x1fc)](_0x1c3b6d(0x1d1))[_0x1c3b6d(0x15d)]({'view':_0x1c3b6d(0x147)});}[_0x200da8(0x166)](){const _0x5ad9da=_0x200da8;this[_0x5ad9da(0x1e3)]=this[_0x5ad9da(0x236)][_0x5ad9da(0x122)][_0x5ad9da(0x169)](_0x5ad9da(0x208)),this[_0x5ad9da(0x20b)](),this[_0x5ad9da(0x236)][_0x5ad9da(0x111)]['on'](_0x5ad9da(0x1f8),()=>{const _0x1bbecf=_0x5ad9da,_0x1bca52=this[_0x1bbecf(0x1e3)][_0x1bbecf(0x1b8)](0x0),_0x1474c7=_0x1bca52&&null===_0x1bca52[_0x1bbecf(0x1aa)]?_0x1bca52:null;if(this[_0x1bbecf(0x142)]=!!_0x1474c7&&this[_0x1bbecf(0x236)][_0x1bbecf(0x182)][_0x1bbecf(0x169)](_0x1bbecf(0x17b)),this[_0x1bbecf(0x236)][_0x1bbecf(0x122)][_0x1bbecf(0x140)](_0x1bbecf(0x229))){const _0x394c64=this[_0x1bbecf(0x150)][_0x1bbecf(0x1c2)](),_0x2a5603=this[_0x1bbecf(0x1e3)][_0x1bbecf(0x1b8)](_0x394c64);if(_0x2a5603)this[_0x1bbecf(0x143)]=_0x2a5603[_0x1bbecf(0x12c)],this[_0x1bbecf(0x142)]=!0x1;else{const _0x48efa8=this[_0x1bbecf(0x150)][_0x1bbecf(0x18f)][_0x1bbecf(0x239)][_0x1bbecf(0x1f1)](_0x96e6a7=>!_0x96e6a7[_0x1bbecf(0x1d5)]),_0x5dce82=_0x48efa8?_0x48efa8[_0x1bbecf(0x1ee)]:this[_0x1bbecf(0x150)][_0x1bbecf(0x18f)][_0x1bbecf(0x1ac)];_0x1bca52?(_0x1bca52[_0x1bbecf(0x1dc)]<_0x5dce82&&_0x1bca52[_0x1bbecf(0x125)]({'toVersion':_0x5dce82}),this[_0x1bbecf(0x142)]?(this[_0x1bbecf(0x150)][_0x1bbecf(0x1c2)]=()=>_0x1474c7['id'],this[_0x1bbecf(0x143)]=_0x1474c7[_0x1bbecf(0x12c)]):(this[_0x1bbecf(0x143)]=_0x1bca52[_0x1bbecf(0x1dc)],this[_0x1bbecf(0x142)]=!0x1)):(this[_0x1bbecf(0x143)]=_0x5dce82,this[_0x1bbecf(0x142)]=!0x1);}}else _0x1474c7&&(this[_0x1bbecf(0x236)][_0x1bbecf(0x11d)][_0x1bbecf(0x1d2)][_0x1bbecf(0x18f)][_0x1bbecf(0x1ac)]=Math[_0x1bbecf(0x1d8)](_0x1474c7[_0x1bbecf(0x1dc)],this[_0x1bbecf(0x236)][_0x1bbecf(0x11d)][_0x1bbecf(0x1d2)][_0x1bbecf(0x18f)][_0x1bbecf(0x1ac)]),_0x1474c7[_0x1bbecf(0x12c)]===_0x1474c7[_0x1bbecf(0x1dc)]?(0x0!==_0x1474c7[_0x1bbecf(0x12c)]&&(this[_0x1bbecf(0x150)][_0x1bbecf(0x1c2)]=()=>_0x1474c7['id']),this[_0x1bbecf(0x142)]=!0x1):this[_0x1bbecf(0x142)]&&(this[_0x1bbecf(0x150)][_0x1bbecf(0x1c2)]=()=>_0x1474c7['id'],this[_0x1bbecf(0x143)]=_0x1474c7[_0x1bbecf(0x12c)])),this[_0x1bbecf(0x142)]||(this[_0x1bbecf(0x143)]=this[_0x1bbecf(0x236)][_0x1bbecf(0x11d)][_0x1bbecf(0x1d2)][_0x1bbecf(0x1ac)]);this[_0x1bbecf(0x21c)][_0x1bbecf(0x166)](this[_0x1bbecf(0x150)][_0x1bbecf(0x18f)]),this[_0x1bbecf(0x1ff)](this[_0x1bbecf(0x143)]),this[_0x1bbecf(0x126)](this[_0x1bbecf(0x143)]),this[_0x1bbecf(0x193)]&&this[_0x1bbecf(0x146)]();}),this[_0x5ad9da(0x1e6)](_0x5ad9da(0x11a))['to'](this,_0x5ad9da(0x192),_0x5a9ccc=>!_0x5a9ccc);}async[_0x200da8(0x19d)](){const _0x1ce493=_0x200da8;if(this[_0x1ce493(0x1e3)][_0x1ce493(0x157)]>0x0){const _0x54c7df=this[_0x1ce493(0x1e3)][_0x1ce493(0x1b8)](0x0),_0x244811=await this[_0x1ce493(0x23b)](_0x54c7df),_0x45fc4d=await this[_0x1ce493(0x225)](_0x54c7df);this[_0x1ce493(0x155)](_0x244811,_0x45fc4d);}}[_0x200da8(0x120)](_0x2c5305){const _0x4dc2be=_0x200da8;this[_0x4dc2be(0x150)]=_0x2c5305;}async[_0x200da8(0x145)](){const _0x547746=_0x200da8,_0x51a4ee=await this[_0x547746(0x150)][_0x547746(0x1ed)]();if(_0x51a4ee>this[_0x547746(0x1dd)][_0x547746(0x1dc)]){await this[_0x547746(0x149)]();const _0xf83be7=this[_0x547746(0x1ae)]({'revision':this[_0x547746(0x1dd)],'to':_0x51a4ee});_0xf83be7[_0x547746(0x144)]=_0xf83be7[_0x547746(0x17a)][_0x547746(0x19a)](_0x4bf407=>this[_0x547746(0x236)][_0x547746(0x122)][_0x547746(0x169)](_0x547746(0x1c0))[_0x547746(0x1f2)](_0x4bf407)),this[_0x547746(0x1dd)][_0x547746(0x125)](_0xf83be7);}}async[_0x200da8(0x149)](){const _0x12db19=_0x200da8;this[_0x12db19(0x142)]&&!this[_0x12db19(0x1f0)]&&(await this[_0x12db19(0x16c)](this[_0x12db19(0x1dd)]),this[_0x12db19(0x21c)][_0x12db19(0x121)](this[_0x12db19(0x1dd)]),this[_0x12db19(0x1f0)]={'fromVersion':this[_0x12db19(0x1dd)][_0x12db19(0x12c)],'authors':this[_0x12db19(0x1dd)][_0x12db19(0x144)][_0x12db19(0x11b)]()});}async[_0x200da8(0x173)](_0x29e995={},_0xb7c1cc=null){const _0x5947c1=_0x200da8,_0x50d753=[];await this[_0x5947c1(0x149)](),this[_0x5947c1(0x142)]=!0x1,_0xb7c1cc>this[_0x5947c1(0x1dd)][_0x5947c1(0x1dc)]&&(_0xb7c1cc=null),null===_0xb7c1cc&&(_0xb7c1cc=await this[_0x5947c1(0x150)][_0x5947c1(0x1ed)]());const _0x5e924c=this[_0x5947c1(0x1a6)](_0xb7c1cc),_0x56e5cc=this[_0x5947c1(0x1ae)]({'from':_0x5e924c,'to':_0xb7c1cc});if(this[_0x5947c1(0x1dd)][_0x5947c1(0x1dc)]<_0xb7c1cc){const _0x328322=this[_0x5947c1(0x1ae)]({'revision':this[_0x5947c1(0x1dd)],'from':_0xb7c1cc,'to':_0xb7c1cc});_0x328322[_0x5947c1(0x144)]=[],_0x328322[_0x5947c1(0x17a)]=[],_0x328322['id']=this[_0x5947c1(0x1dd)]['id'],this[_0x5947c1(0x1dd)][_0x5947c1(0x125)](_0x328322,!0x0),delete _0x328322[_0x5947c1(0x144)],_0x50d753[_0x5947c1(0x11f)](_0x328322);}_0x29e995[_0x5947c1(0x218)]=this[_0x5947c1(0x236)][_0x5947c1(0x122)][_0x5947c1(0x169)](_0x5947c1(0x1c0))['me']['id'],_0x29e995[_0x5947c1(0x180)]=_0x29e995[_0x5947c1(0x180)]||null,_0x29e995['id']=_0x29e995['id']||_0x2c5278(),_0x29e995={..._0x29e995,..._0x56e5cc};const _0x138373=this[_0x5947c1(0x1cd)](_0x29e995);_0x50d753[_0x5947c1(0x11f)](_0x29e995);const _0x201b8d=this[_0x5947c1(0x1e3)][_0x5947c1(0x1c7)](_0x138373);if(0x0!==_0x201b8d){const _0x54fdf3=this[_0x5947c1(0x1e3)][_0x5947c1(0x1b8)](_0x201b8d-0x1);if(_0x54fdf3[_0x5947c1(0x12c)]!==_0xb7c1cc){const _0x2fa608=this[_0x5947c1(0x21c)][_0x5947c1(0x1a5)](_0xb7c1cc,_0x54fdf3[_0x5947c1(0x1dc)]),_0x3798b2={'id':_0x54fdf3['id'],'diffData':_0x2fa608[_0x5947c1(0x139)],'authorsIds':_0x2fa608[_0x5947c1(0x17a)],'authors':_0x2fa608[_0x5947c1(0x17a)][_0x5947c1(0x19a)](_0x3b113d=>this[_0x5947c1(0x236)][_0x5947c1(0x122)][_0x5947c1(0x169)](_0x5947c1(0x1c0))[_0x5947c1(0x1f2)](_0x3b113d)),'fromVersion':_0xb7c1cc};_0x54fdf3===this[_0x5947c1(0x1dd)]&&(_0x3798b2[_0x5947c1(0x12a)]=new Date(_0x29e995[_0x5947c1(0x12a)][_0x5947c1(0x153)]()+0xa)),_0x54fdf3[_0x5947c1(0x125)](_0x3798b2,!0x0),delete _0x3798b2[_0x5947c1(0x144)],_0x50d753[_0x5947c1(0x11f)](_0x3798b2);}}if(this[_0x5947c1(0x193)]){for(const _0x314bb6 of _0x50d753)this[_0x5947c1(0x13d)](_0x314bb6['id'],_0x314bb6,!0x0);this[_0x5947c1(0x146)]();}return _0x138373;}[_0x200da8(0x1cd)](_0x21e597){const _0x5c796b=_0x200da8,_0x4d3b61=this[_0x5c796b(0x1e3)][_0x5c796b(0x215)](_0x21e597);return this[_0x5c796b(0x193)]&&_0x4d3b61['on'](_0x5c796b(0x125),(_0x57f43f,_0x1a7833,_0x2ac441)=>{const _0x45c06f=_0x5c796b;_0x2ac441||(this[_0x45c06f(0x13d)](_0x1a7833['id'],_0x1a7833,!0x0),this[_0x45c06f(0x146)]());}),this[_0x5c796b(0x1e3)][_0x5c796b(0x1b9)](_0x4d3b61,this[_0x5c796b(0x232)](_0x4d3b61)),_0x4d3b61;}async[_0x200da8(0x23b)](_0x34d803){const _0x21cbf5=_0x200da8;await this[_0x21cbf5(0x16c)](_0x34d803);const _0x417812={};for(const _0x5ad4c8 in _0x34d803[_0x21cbf5(0x139)]){if(_0x34d803[_0x21cbf5(0x139)][_0x5ad4c8][_0x21cbf5(0x19e)]&&!_0x34d803[_0x21cbf5(0x139)][_0x5ad4c8][_0x21cbf5(0x19e)][_0x21cbf5(0x231)])continue;const _0x592aa9=this[_0x21cbf5(0x207)](JSON[_0x21cbf5(0x202)](_0x34d803[_0x21cbf5(0x139)][_0x5ad4c8][_0x21cbf5(0x156)])),_0x1c5144=this[_0x21cbf5(0x236)][_0x21cbf5(0x1cc)][_0x21cbf5(0x117)][_0x21cbf5(0x1d2)],_0x1baf36=new _0x39d805(_0x1c5144,_0x592aa9[_0x21cbf5(0x19a)](_0xdf13b3=>B(_0xdf13b3,this[_0x21cbf5(0x236)])));this[_0x21cbf5(0x236)][_0x21cbf5(0x111)][_0x21cbf5(0x198)][_0x21cbf5(0x1a9)](_0x21cbf5(0x199)),_0x417812[_0x5ad4c8]=this[_0x21cbf5(0x236)][_0x21cbf5(0x111)][_0x21cbf5(0x198)][_0x21cbf5(0x200)](_0x1baf36),this[_0x21cbf5(0x236)][_0x21cbf5(0x111)][_0x21cbf5(0x198)][_0x21cbf5(0x1a9)](_0x21cbf5(0x168));}return _0x417812;}async[_0x200da8(0x225)](_0x4bb65f){const _0x35793e=_0x200da8;await this[_0x35793e(0x16c)](_0x4bb65f);const _0x242e62={};for(const _0x3492b7 in _0x4bb65f[_0x35793e(0x139)])_0x4bb65f[_0x35793e(0x139)][_0x3492b7][_0x35793e(0x19e)]&&!_0x4bb65f[_0x35793e(0x139)][_0x3492b7][_0x35793e(0x19e)][_0x35793e(0x231)]||(_0x242e62[_0x3492b7]=_0x4bb65f[_0x35793e(0x139)][_0x3492b7][_0x35793e(0x160)]||{});return _0x242e62;}[_0x200da8(0x146)](){const _0x507cf6=_0x200da8;if(0x0===this[_0x507cf6(0x212)][_0x507cf6(0x21d)])return;if(this[_0x507cf6(0x192)])return;let _0xdaaaf1=Array[_0x507cf6(0x11e)](this[_0x507cf6(0x212)][_0x507cf6(0x1a1)]());this[_0x507cf6(0x212)][_0x507cf6(0x1e0)]();for(let _0x1721c5=0x0;_0x1721c5<_0xdaaaf1[_0x507cf6(0x157)];_0x1721c5++){const _0x21b0ac=_0xdaaaf1[_0x1721c5];let _0x54f2fa=!0x1;for(const _0x55b6c4 of Object[_0x507cf6(0x1a8)](_0x21b0ac))void 0x0===_0x21b0ac[_0x55b6c4]?delete _0x21b0ac[_0x55b6c4]:'id'!==_0x55b6c4&&(_0x54f2fa=!0x0);_0x54f2fa||(_0xdaaaf1[_0x1721c5]=null);}if(_0xdaaaf1=_0xdaaaf1[_0x507cf6(0x20f)](_0x4c93b0=>null!==_0x4c93b0),!_0xdaaaf1[_0x507cf6(0x157)])return;for(let _0x32c9b9=0x0;_0x32c9b9<_0xdaaaf1[_0x507cf6(0x157)];_0x32c9b9++){const _0x5d3565=_0xdaaaf1[_0x32c9b9];void 0x0!==_0x5d3565[_0x507cf6(0x12c)]&&void 0x0===_0x5d3565[_0x507cf6(0x1dc)]&&(_0x5d3565[_0x507cf6(0x1dc)]=this[_0x507cf6(0x1e3)][_0x507cf6(0x1b8)](_0x5d3565['id'])[_0x507cf6(0x1dc)]),void 0x0!==_0x5d3565[_0x507cf6(0x1dc)]&&void 0x0===_0x5d3565[_0x507cf6(0x12c)]&&(_0x5d3565[_0x507cf6(0x12c)]=this[_0x507cf6(0x1e3)][_0x507cf6(0x1b8)](_0x5d3565['id'])[_0x507cf6(0x12c)]);}const _0x58f3bf=this[_0x507cf6(0x236)][_0x507cf6(0x182)][_0x507cf6(0x169)](_0x507cf6(0x194));this[_0x507cf6(0x192)]=!0x0,this[_0x507cf6(0x13b)](),this[_0x507cf6(0x193)][_0x507cf6(0x119)](_0xdaaaf1,_0x58f3bf)[_0x507cf6(0x17f)](()=>{const _0x181614=_0x507cf6;this[_0x181614(0x192)]=!0x1;})[_0x507cf6(0x16d)](_0x5d65b1=>{const _0x500893=_0x507cf6;if(_0x5d65b1){for(const _0x3a6e30 of _0x5d65b1)this[_0x500893(0x190)]({'id':_0x3a6e30['id'],'createdAt':_0x3a6e30[_0x500893(0x12a)]});}this[_0x500893(0x13f)](),this[_0x500893(0x146)]();});}[_0x200da8(0x155)](_0x2282f4,_0x115eb9){const _0x2f53b4=_0x200da8;let _0x3ad975=this[_0x2f53b4(0x236)][_0x2f53b4(0x182)][_0x2f53b4(0x169)](_0x2f53b4(0x116)),_0x4e944d=this[_0x2f53b4(0x236)][_0x2f53b4(0x182)][_0x2f53b4(0x169)](_0x2f53b4(0x1df));if(void 0x0===_0x3ad975){_0x3ad975={};for(const _0x3437d6 of this[_0x2f53b4(0x236)][_0x2f53b4(0x11d)][_0x2f53b4(0x1d2)][_0x2f53b4(0x22c)]())_0x3ad975[_0x3437d6]='';}if(_0x2f53b4(0x15c)==typeof _0x3ad975&&(_0x3ad975={'main':_0x3ad975}),void 0x0===_0x4e944d){_0x4e944d={};for(const _0x420c18 of this[_0x2f53b4(0x236)][_0x2f53b4(0x11d)][_0x2f53b4(0x1d2)][_0x2f53b4(0x22c)]())_0x4e944d[_0x420c18]={};}let _0xb62ba4=!0x1;const _0x1e3692=Object[_0x2f53b4(0x1a8)](_0x3ad975),_0x12b8e4=Object[_0x2f53b4(0x1a8)](_0x2282f4);for(const _0x143021 of _0x1e3692){if(_0x3ad975[_0x143021]!==_0x2282f4[_0x143021]&&''!==_0x3ad975[_0x143021][_0x2f53b4(0x170)]()){_0xb62ba4=!0x0;break;}if(!_0x20183a(_0x4e944d[_0x143021],_0x115eb9[_0x143021])&&Object[_0x2f53b4(0x1a8)](_0x4e944d[_0x143021])[_0x2f53b4(0x157)]>0x0){_0xb62ba4=!0x0;break;}}_0xb62ba4||(_0xb62ba4=_0x12b8e4[_0x2f53b4(0x15a)](_0x2fa518=>!this[_0x2f53b4(0x236)][_0x2f53b4(0x11d)][_0x2f53b4(0x1d2)][_0x2f53b4(0x1e7)](_0x2fa518))),_0xb62ba4&&_0x1a2fbf(_0x2f53b4(0x133),{'editorData':_0x3ad975,'editorRootsAttributes':_0x4e944d,'revisionData':_0x2282f4,'revisionRootsAttributes':_0x115eb9}),this[_0x2f53b4(0x236)][_0x2f53b4(0x182)][_0x2f53b4(0x177)](_0x2f53b4(0x116),_0x2282f4),this[_0x2f53b4(0x236)][_0x2f53b4(0x182)][_0x2f53b4(0x177)](_0x2f53b4(0x1df),_0x115eb9);}[_0x200da8(0x13b)](){const _0x42c9ed=_0x200da8;if(!this[_0x42c9ed(0x211)]){const _0x2ab284=this[_0x42c9ed(0x236)][_0x42c9ed(0x122)][_0x42c9ed(0x169)](_0x42c9ed(0x1ad));this[_0x42c9ed(0x211)]=_0x2ab284[_0x42c9ed(0x1d6)](_0x1f1c71(this[_0x42c9ed(0x236)][_0x42c9ed(0x1c9)],_0x42c9ed(0x206)));}}[_0x200da8(0x13f)](){const _0x5dce85=_0x200da8;this[_0x5dce85(0x211)]&&(this[_0x5dce85(0x236)][_0x5dce85(0x122)][_0x5dce85(0x169)](_0x5dce85(0x1ad))[_0x5dce85(0x175)](this[_0x5dce85(0x211)]),this[_0x5dce85(0x211)]=null);}[_0x200da8(0x232)](_0x3f953f){const _0x55fcf6=_0x200da8,_0x510679=this[_0x55fcf6(0x1e3)][_0x55fcf6(0x1ea)]();_0x510679[_0x55fcf6(0x183)]();let _0x373563=0x0;for(;_0x373563<_0x510679[_0x55fcf6(0x157)];){const _0x3383ef=_0x510679[_0x373563];if(_0x3383ef===this[_0x55fcf6(0x1dd)]){_0x373563++;continue;}if(_0x3383ef['id']===this[_0x55fcf6(0x14f)])break;const _0x135a7c=_0x3f953f[_0x55fcf6(0x1dc)]-_0x3383ef[_0x55fcf6(0x1dc)]||_0x3f953f[_0x55fcf6(0x12c)]-_0x3383ef[_0x55fcf6(0x12c)];if(_0x135a7c>0x0)break;if(_0x135a7c<0x0)_0x373563++;else{if(!_0x3f953f[_0x55fcf6(0x1aa)]&&_0x3383ef[_0x55fcf6(0x1aa)])break;if(_0x3383ef[_0x55fcf6(0x1aa)]||!_0x3f953f[_0x55fcf6(0x1aa)]){if(_0x3f953f[_0x55fcf6(0x12a)]>_0x3383ef[_0x55fcf6(0x12a)])break;_0x373563++;}else _0x373563++;}}return _0x373563;}[_0x200da8(0x190)](_0x32d2e7){const _0x2f25b1=_0x200da8,_0x11f56e=this[_0x2f25b1(0x1e3)][_0x2f25b1(0x1b8)](_0x32d2e7['id']);if(_0x32d2e7[_0x2f25b1(0x12a)]&&(_0x32d2e7[_0x2f25b1(0x12a)]=new Date(_0x32d2e7[_0x2f25b1(0x12a)])),_0x32d2e7[_0x2f25b1(0x17a)]){const _0x3a9fed=this[_0x2f25b1(0x236)][_0x2f25b1(0x122)][_0x2f25b1(0x169)](_0x2f25b1(0x1c0));_0x32d2e7[_0x2f25b1(0x144)]=_0x32d2e7[_0x2f25b1(0x17a)][_0x2f25b1(0x19a)](_0x3a03ba=>_0x3a9fed[_0x2f25b1(0x1f2)](_0x3a03ba));}_0x11f56e[_0x2f25b1(0x125)](_0x32d2e7,!0x0);}[_0x200da8(0x1ae)]({revision:_0x11080d=null,from:_0x315c15=null,to:_0x14611c=null}){const _0x39af0d=_0x200da8;_0x315c15=null!==_0x315c15?_0x315c15:_0x11080d[_0x39af0d(0x12c)],_0x14611c=null!==_0x14611c?_0x14611c:_0x11080d[_0x39af0d(0x1dc)];const _0x20d77d=this[_0x39af0d(0x21c)][_0x39af0d(0x1a5)](_0x315c15,_0x14611c),_0x8d1708={'diffData':_0x20d77d[_0x39af0d(0x139)],'authorsIds':_0x20d77d[_0x39af0d(0x17a)],'fromVersion':_0x315c15,'toVersion':_0x14611c};if(!_0x11080d||_0x14611c!==_0x11080d[_0x39af0d(0x1dc)]){const _0x5c8df2=_0x14611c-0x1,_0x4cc07b=this[_0x39af0d(0x150)][_0x39af0d(0x18f)][_0x39af0d(0x1a4)](_0x5c8df2);_0x8d1708[_0x39af0d(0x12a)]=_0x4cc07b&&_0x4cc07b[_0x39af0d(0x12a)]||new Date();}if(this[_0x39af0d(0x1f0)]&&_0x315c15===this[_0x39af0d(0x1f0)][_0x39af0d(0x12c)]){for(const _0x20809e of this[_0x39af0d(0x1f0)][_0x39af0d(0x144)])_0x8d1708[_0x39af0d(0x17a)][_0x39af0d(0x164)](_0x20809e['id'])||_0x8d1708[_0x39af0d(0x17a)][_0x39af0d(0x11f)](_0x20809e['id']);}return _0x8d1708;}[_0x200da8(0x16c)](_0xaa5fb6){const _0x3b6c23=_0x200da8;if(!_0xaa5fb6||_0xaa5fb6[_0x3b6c23(0x139)])return Promise[_0x3b6c23(0x203)]();{const _0x5a0fcd=this[_0x3b6c23(0x236)][_0x3b6c23(0x182)][_0x3b6c23(0x169)](_0x3b6c23(0x194));return this[_0x3b6c23(0x193)][_0x3b6c23(0x1b8)]({'channelId':_0x5a0fcd,'revisionId':_0xaa5fb6['id']})[_0x3b6c23(0x16d)](_0x57f412=>{const _0x35434c=_0x3b6c23;_0xaa5fb6[_0x35434c(0x139)]=_0x57f412[_0x35434c(0x139)];});}}[_0x200da8(0x13d)](_0x191ab4,_0x3fe9f9,_0x1a1091){const _0x2b6691=_0x200da8;if(this[_0x2b6691(0x212)][_0x2b6691(0x140)](_0x191ab4)){const _0x194fe5=this[_0x2b6691(0x212)][_0x2b6691(0x169)](_0x191ab4);_0x3fe9f9=_0x1a1091?{..._0x194fe5,..._0x3fe9f9}:{..._0x3fe9f9,..._0x194fe5};}this[_0x2b6691(0x212)][_0x2b6691(0x177)](_0x191ab4,_0x3fe9f9);}[_0x200da8(0x1a6)](_0x3217e0){const _0x596e12=_0x200da8,_0xbacd28=this[_0x596e12(0x1e3)][_0x596e12(0x1ea)]();_0xbacd28[_0x596e12(0x183)](),_0xbacd28[_0x596e12(0x21a)]();const _0x2d593f=_0xbacd28[_0x596e12(0x1f1)](_0x2c2657=>_0x2c2657[_0x596e12(0x1dc)]<=_0x3217e0)[_0x596e12(0x1dc)];return _0x2d593f<this[_0x596e12(0x143)]?this[_0x596e12(0x143)]:_0x2d593f;}[_0x200da8(0x1ff)](_0x1f0eec){const _0x1761ff=_0x200da8,_0x200a29=this[_0x1761ff(0x1e3)][_0x1761ff(0x1b8)](this[_0x1761ff(0x1e3)][_0x1761ff(0x157)]-0x1);if(_0x200a29)this[_0x1761ff(0x14f)]=_0x200a29['id'];else{const _0x248287=!this[_0x1761ff(0x236)][_0x1761ff(0x11d)][_0x1761ff(0x1d2)][_0x1761ff(0x15e)][_0x1761ff(0x1f1)](_0x333124=>this[_0x1761ff(0x236)][_0x1761ff(0x11d)][_0x1761ff(0x216)](_0x333124)),_0x55897e=this[_0x1761ff(0x236)][_0x1761ff(0x122)][_0x1761ff(0x169)](_0x1761ff(0x1c0))['me']['id'],_0x4e2eb2=_0x1f1c71(this[_0x1761ff(0x236)][_0x1761ff(0x1c9)],_0x248287?_0x1761ff(0x148):_0x1761ff(0x197));this[_0x1761ff(0x196)]({'from':_0x1f0eec,'to':_0x1f0eec,'id':this[_0x1761ff(0x14f)],'name':_0x4e2eb2,'creatorId':_0x55897e});}}[_0x200da8(0x126)](_0x33f0fb){const _0x372acc=_0x200da8,_0x235e31=this[_0x372acc(0x150)][_0x372acc(0x1c2)]();this[_0x372acc(0x1dd)]=this[_0x372acc(0x1e3)][_0x372acc(0x1b8)](_0x235e31),this[_0x372acc(0x1dd)]||(this[_0x372acc(0x1dd)]=this[_0x372acc(0x196)]({'from':_0x33f0fb,'to':_0x33f0fb,'id':_0x235e31,'name':'','creatorId':null}));}[_0x200da8(0x196)]({name:_0x17b7fa,from:_0xdae89c,to:_0x48f5fa,creatorId:_0x1d5294,id:_0x2f21e9}){const _0x3a1228=_0x200da8,_0x2232cd=this[_0x3a1228(0x1ae)]({'from':_0xdae89c,'to':_0x48f5fa});_0x2232cd[_0x3a1228(0x180)]=_0x17b7fa,_0x2232cd[_0x3a1228(0x218)]=_0x1d5294,_0x2232cd['id']=_0x2f21e9;const _0x22d48c=this[_0x3a1228(0x1cd)](_0x2232cd);return this[_0x3a1228(0x193)]&&this[_0x3a1228(0x13d)](_0x2232cd['id'],_0x2232cd,!0x0),_0x22d48c;}[_0x200da8(0x20b)](){const _0x11a8b2=_0x200da8;this[_0x11a8b2(0x236)][_0x11a8b2(0x114)][_0x11a8b2(0x1fc)](_0x11a8b2(0x136))[_0x11a8b2(0x195)]({'model':_0x11a8b2(0x147)});}[_0x200da8(0x207)](_0x39f868){const _0xfbb74a=_0x200da8;return(_0x39f868=_0x39f868[_0xfbb74a(0x20f)](_0xcbc6a1=>!_0xcbc6a1[_0xfbb74a(0x180)]||_0xfbb74a(0x185)!==_0xcbc6a1[_0xfbb74a(0x180)]&&_0xfbb74a(0x15b)!==_0xcbc6a1[_0xfbb74a(0x180)]))[_0xfbb74a(0x228)](_0x549c28=>{const _0x3b8cbd=_0xfbb74a;_0x3b8cbd(0x15c)!=typeof _0x549c28&&(_0x549c28[_0x3b8cbd(0x1e5)]=this[_0x3b8cbd(0x207)](_0x549c28[_0x3b8cbd(0x1e5)]),_0x549c28[_0x3b8cbd(0x1c1)]=_0x549c28[_0x3b8cbd(0x1c1)][_0x3b8cbd(0x20f)](_0x4ccb9d=>!_0x4ccb9d[0x0][_0x3b8cbd(0x1f9)](_0x3b8cbd(0x162))));}),_0x39f868;}}function B(_0x3ed0bf,_0x5b6610){const _0x1930ae=_0x200da8,_0x14495d=_0x5b6610[_0x1930ae(0x1cc)][_0x1930ae(0x117)][_0x1930ae(0x1d2)];if(_0x1930ae(0x15c)==typeof _0x3ed0bf)return new _0xd2f087(_0x14495d,_0x3ed0bf);{const _0x5b806c=_0x3ed0bf[_0x1930ae(0x1e5)][_0x1930ae(0x19a)](_0x171185=>B(_0x171185,_0x5b6610));return new(T[_0x3ed0bf[(_0x1930ae(0x13e))]]||_0x26955a)(_0x14495d,_0x3ed0bf[_0x1930ae(0x180)],_0x3ed0bf[_0x1930ae(0x1c1)],_0x5b806c);}}class J{constructor(_0x26c83e){const _0x5cf23a=_0x200da8;this[_0x5cf23a(0x236)]=_0x26c83e,this[_0x5cf23a(0x217)]=new Map(),this[_0x5cf23a(0x222)]=-0x1,this[_0x5cf23a(0x1a3)]=-0x1,this[_0x5cf23a(0x22b)]=new Map(),this[_0x5cf23a(0x1f4)]=new Map(),this[_0x5cf23a(0x134)]=new Map(),this[_0x5cf23a(0x113)]=new Map(),this[_0x5cf23a(0x123)]=new Map(),this[_0x5cf23a(0x1c8)]=new Map(),this[_0x5cf23a(0x1ce)]=new Map(),this[_0x5cf23a(0x22d)]=new Map(),this[_0x5cf23a(0x17c)]=new Map(),this[_0x5cf23a(0x137)]=new Map(),this[_0x5cf23a(0x130)]=0x1;}[_0x200da8(0x166)](_0x74c728){const _0x36c25d=_0x200da8;this[_0x36c25d(0x1bf)]=_0x74c728;const _0xbeea4b=new Map(),_0x64103d=new Map(),_0x4d63cd=this[_0x36c25d(0x236)][_0x36c25d(0x11d)][_0x36c25d(0x1d2)][_0x36c25d(0x15e)][_0x36c25d(0x19a)](_0x57e8c1=>_0x57e8c1[_0x36c25d(0x233)]);for(const _0x3aef74 of _0x4d63cd){const _0x1c2eb0=this[_0x36c25d(0x236)][_0x36c25d(0x11d)][_0x36c25d(0x1d2)][_0x36c25d(0x1e7)](_0x3aef74),_0x35a6c1=q(_0x1c2eb0);_0xbeea4b[_0x36c25d(0x177)](_0x3aef74,_0x35a6c1),_0x64103d[_0x36c25d(0x177)](_0x3aef74,Object[_0x36c25d(0x220)](_0x1c2eb0[_0x36c25d(0x18d)]()));}const _0x266588=Array[_0x36c25d(0x11e)](this[_0x36c25d(0x236)][_0x36c25d(0x11d)][_0x36c25d(0x201)])[_0x36c25d(0x19a)](_0x26f851=>[_0x26f851[_0x36c25d(0x180)],_0x26f851[_0x36c25d(0x151)]()]),_0x125955=this[_0x36c25d(0x1bf)][_0x36c25d(0x1ac)];this[_0x36c25d(0x20d)](_0x125955,_0xbeea4b,_0x266588,_0x64103d),this[_0x36c25d(0x1a0)]=this[_0x36c25d(0x130)];const _0x4a41af=new Map(),_0x4dd6fd=new Map();for(const _0x135e4e of _0x4d63cd){const _0x5cee03=G(_0x135e4e);_0x4a41af[_0x36c25d(0x177)](_0x135e4e,_0x5cee03),_0x4dd6fd[_0x36c25d(0x177)](_0x135e4e,{});}this[_0x36c25d(0x20d)](Number[_0x36c25d(0x18a)],_0x4a41af,[],_0x4dd6fd);}[_0x200da8(0x1a5)](_0x1c30bd,_0x347b14){const _0x189542=_0x200da8;if(this[_0x189542(0x222)]===_0x1c30bd&&this[_0x189542(0x1a3)]<=_0x347b14)this[_0x189542(0x217)][_0x189542(0x21d)]>0x1&&this[_0x189542(0x174)](this[_0x189542(0x1a3)]),this[_0x189542(0x1be)](this[_0x189542(0x1a3)],_0x347b14,!0x0);else{if(!this[_0x189542(0x217)][_0x189542(0x140)](_0x1c30bd)){const _0x542341=this[_0x189542(0x131)](_0x1c30bd);this[_0x189542(0x238)](_0x542341,_0x1c30bd,!0x1);}this[_0x189542(0x238)](_0x1c30bd,_0x347b14,!0x0);}return this[_0x189542(0x222)]=_0x1c30bd,this[_0x189542(0x1a3)]=_0x347b14,this[_0x189542(0x191)]();}[_0x200da8(0x121)](_0x55e84a){const _0x20e7f9=_0x200da8;this[_0x20e7f9(0x19b)](),this[_0x20e7f9(0x222)]=_0x55e84a[_0x20e7f9(0x12c)],this[_0x20e7f9(0x1a3)]=_0x55e84a[_0x20e7f9(0x1dc)];for(const _0x228114 in _0x55e84a[_0x20e7f9(0x139)]){const _0x58026f=_0x55e84a[_0x20e7f9(0x139)][_0x228114][_0x20e7f9(0x19e)],_0x43dac7=_0x52e548(_0x55e84a[_0x20e7f9(0x139)][_0x228114][_0x20e7f9(0x115)])||{},_0x4683bc=this[_0x20e7f9(0x165)](_0x55e84a[_0x20e7f9(0x139)][_0x228114][_0x20e7f9(0x1bb)]);_0x4683bc[_0x20e7f9(0x233)]=_0x228114,_0x4683bc[_0x20e7f9(0x21e)]=!_0x58026f||!_0x58026f[_0x20e7f9(0x231)],_0x4683bc[_0x20e7f9(0x231)]=()=>_0x4683bc[_0x20e7f9(0x21e)],this[_0x20e7f9(0x113)][_0x20e7f9(0x177)](_0x228114,_0x4683bc),this[_0x20e7f9(0x123)][_0x20e7f9(0x177)](_0x228114,_0x43dac7),_0x58026f&&this[_0x20e7f9(0x137)][_0x20e7f9(0x177)](_0x228114,_0x58026f);const _0x5d1aea=this[_0x20e7f9(0x17d)](_0x4683bc);this[_0x20e7f9(0x1ce)][_0x20e7f9(0x177)](_0x228114,_0x5d1aea);for(const [_0x480fdd,_0x1a3b98]of _0x4683bc[_0x20e7f9(0x201)]){if(!_0x480fdd[_0x20e7f9(0x1f9)](_0x20e7f9(0x1b1)))continue;const _0x22852c=_0x480fdd[_0x20e7f9(0x167)](':')[0x2];for(const _0xdbf650 of _0x1a3b98[_0x20e7f9(0x22e)]({'singleCharacters':!0x0})){const _0x18864e=this[_0x20e7f9(0x13c)](_0xdbf650),_0x2ac66c=_0x20e7f9(0x1b7)==_0xdbf650[_0x20e7f9(0x13e)]?_0xdbf650[_0x20e7f9(0x1ef)][_0x20e7f9(0x189)][_0x20e7f9(0x11b)](0x0,-0x1):_0xdbf650[_0x20e7f9(0x1ef)][_0x20e7f9(0x189)],_0x4904a4=_0x5d1aea[_0x20e7f9(0x223)](_0x2ac66c)[_0x20e7f9(0x1d3)](_0x18864e);this[_0x20e7f9(0x22d)][_0x20e7f9(0x177)](_0x4904a4,{'userId':_0x22852c});}}}this[_0x20e7f9(0x1a0)]=this[_0x20e7f9(0x130)];const _0x268c37=[...Array(this[_0x20e7f9(0x130)])[_0x20e7f9(0x1a8)]()][_0x20e7f9(0x11b)](0x1)[_0x20e7f9(0x20f)](_0x8230c5=>!this[_0x20e7f9(0x22d)][_0x20e7f9(0x140)](_0x8230c5));let _0x21ee8f=0x0;const _0xfd2ae1=new Map();for(const _0x3ed35d in _0x55e84a[_0x20e7f9(0x139)]){const _0x14920f=_0x55e84a[_0x20e7f9(0x139)][_0x3ed35d][_0x20e7f9(0x19e)],_0x4d637d=_0x52e548(_0x55e84a[_0x20e7f9(0x139)][_0x3ed35d][_0x20e7f9(0x160)])||{},_0x39be46=this[_0x20e7f9(0x165)](_0x55e84a[_0x20e7f9(0x139)][_0x3ed35d][_0x20e7f9(0x156)]);_0x39be46[_0x20e7f9(0x233)]=_0x3ed35d,_0x39be46[_0x20e7f9(0x21e)]=!_0x14920f||_0x14920f[_0x20e7f9(0x231)],_0x39be46[_0x20e7f9(0x231)]=()=>_0x39be46[_0x20e7f9(0x21e)],this[_0x20e7f9(0x1f4)][_0x20e7f9(0x177)](_0x3ed35d,_0x39be46),this[_0x20e7f9(0x134)][_0x20e7f9(0x177)](_0x3ed35d,_0x4d637d);const _0x33bfaa=this[_0x20e7f9(0x17d)](_0x39be46,Number[_0x20e7f9(0x18a)]);this[_0x20e7f9(0x1c8)][_0x20e7f9(0x177)](_0x3ed35d,_0x33bfaa),_0xfd2ae1[_0x20e7f9(0x177)](_0x3ed35d,_0x39be46[_0x20e7f9(0x231)]()?_0x4d637d:{});for(const [_0x1ef809,_0x1805fc]of _0x39be46[_0x20e7f9(0x201)]){if(!_0x1ef809[_0x20e7f9(0x1f9)](_0x20e7f9(0x1b1)))continue;const _0xb77fc8=_0x1ef809[_0x20e7f9(0x167)](':')[0x2];for(const _0x3e4c4f of _0x1805fc[_0x20e7f9(0x22e)]({'singleCharacters':!0x0})){const _0x1fe640=this[_0x20e7f9(0x13c)](_0x3e4c4f),_0x4f71ac=this[_0x20e7f9(0x130)]++,_0xda4d16=_0x20e7f9(0x1b7)==_0x3e4c4f[_0x20e7f9(0x13e)]?_0x3e4c4f[_0x20e7f9(0x1ef)][_0x20e7f9(0x189)][_0x20e7f9(0x11b)](0x0,-0x1):_0x3e4c4f[_0x20e7f9(0x1ef)][_0x20e7f9(0x189)];_0x33bfaa[_0x20e7f9(0x223)](_0xda4d16)[_0x20e7f9(0x1cf)](_0x1fe640,_0x4f71ac),this[_0x20e7f9(0x22d)][_0x20e7f9(0x177)](_0x4f71ac,{'userId':_0xb77fc8});}}for(const _0x2236c4 of this[_0x20e7f9(0x236)][_0x20e7f9(0x11d)][_0x20e7f9(0x235)](_0x39be46)[_0x20e7f9(0x22e)]({'singleCharacters':!0x0})){const _0x3f5fed=this[_0x20e7f9(0x13c)](_0x2236c4),_0x1076b4=_0x20e7f9(0x1b7)==_0x2236c4[_0x20e7f9(0x13e)]?_0x2236c4[_0x20e7f9(0x1ef)][_0x20e7f9(0x189)][_0x20e7f9(0x11b)](0x0,-0x1):_0x2236c4[_0x20e7f9(0x1ef)][_0x20e7f9(0x189)],_0x21233c=_0x33bfaa[_0x20e7f9(0x223)](_0x1076b4);_0x21233c[_0x20e7f9(0x1d3)](_0x3f5fed)>0x0||_0x21233c[_0x20e7f9(0x1cf)](_0x3f5fed,_0x268c37[_0x21ee8f++]);}for(const [_0x56e4c2,_0x522e8b]of _0x39be46[_0x20e7f9(0x201)])_0x56e4c2[_0x20e7f9(0x1f9)](_0x20e7f9(0x1b1))||this[_0x20e7f9(0x22b)][_0x20e7f9(0x177)](_0x56e4c2,_0x522e8b);}const _0x1e4909=G(_0x20e7f9(0x12d));this[_0x20e7f9(0x113)][_0x20e7f9(0x177)](_0x20e7f9(0x12d),_0x1e4909),this[_0x20e7f9(0x1ce)][_0x20e7f9(0x177)](_0x20e7f9(0x12d),this[_0x20e7f9(0x17d)](_0x1e4909,0x1));const _0x612c94=G(_0x20e7f9(0x12d));this[_0x20e7f9(0x1f4)][_0x20e7f9(0x177)](_0x20e7f9(0x12d),_0x612c94),this[_0x20e7f9(0x1c8)][_0x20e7f9(0x177)](_0x20e7f9(0x12d),this[_0x20e7f9(0x17d)](_0x612c94,0x1));const _0x4aa9cd=Array[_0x20e7f9(0x11e)](this[_0x20e7f9(0x1f4)])[_0x20e7f9(0x19a)](([_0x431c33,_0x325f4c])=>[_0x431c33,q(_0x325f4c)]);this[_0x20e7f9(0x20d)](this[_0x20e7f9(0x1a3)],_0x4aa9cd,this[_0x20e7f9(0x22b)],_0xfd2ae1);}[_0x200da8(0x165)](_0xca9deb){const _0x511eb8=_0x200da8,_0x5010da=JSON[_0x511eb8(0x202)](_0xca9deb),_0x567c99=this[_0x511eb8(0x236)][_0x511eb8(0x1cc)][_0x511eb8(0x117)][_0x511eb8(0x1d2)],_0x3d3bce=new _0x39d805(_0x567c99,_0x5010da[_0x511eb8(0x19a)](_0x8732c5=>B(_0x8732c5,this[_0x511eb8(0x236)])));return this[_0x511eb8(0x236)][_0x511eb8(0x111)][_0x511eb8(0x152)](_0x3d3bce);}[_0x200da8(0x20d)](_0x3a47cd,_0x41f150,_0x776ce3,_0x2fed22){const _0x1e115d=_0x200da8,_0x2495de=new Map(_0x41f150),_0xd3a47=new Map(_0x52e548(_0x2fed22)),_0xd12094=new Map();for(const [_0x280262,_0x521d6f]of _0x776ce3)_0xd12094[_0x1e115d(0x177)](_0x280262,{'start':_0x521d6f[_0x1e115d(0x1bd)][_0x1e115d(0x112)](),'end':_0x521d6f[_0x1e115d(0x178)][_0x1e115d(0x112)](),'rootName':_0x521d6f[_0x1e115d(0x1f7)][_0x1e115d(0x233)]});this[_0x1e115d(0x217)][_0x1e115d(0x177)](_0x3a47cd,{'roots':_0x2495de,'markers':_0xd12094,'rootsAttributes':_0xd3a47});}[_0x200da8(0x174)](_0xb594ca){const _0x4914ce=_0x200da8;this[_0x4914ce(0x217)][_0x4914ce(0x1c5)](_0xb594ca);}[_0x200da8(0x135)](){const _0x581003=_0x200da8;this[_0x581003(0x19b)](),this[_0x581003(0x222)]=-0x1,this[_0x581003(0x1a3)]=-0x1,this[_0x581003(0x217)][_0x581003(0x1e0)](),this[_0x581003(0x166)](this[_0x581003(0x1bf)]);}[_0x200da8(0x19b)](){const _0x1f387e=_0x200da8;this[_0x1f387e(0x22d)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x17c)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x137)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x1f4)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x134)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x113)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x123)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x1c8)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x1ce)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x22b)][_0x1f387e(0x1e0)](),this[_0x1f387e(0x130)]=0x1,this[_0x1f387e(0x1a0)]=this[_0x1f387e(0x130)];}[_0x200da8(0x17d)](_0x27e9d7,_0x1695d2=null){const _0x51d787=_0x200da8;let _0x9fd13e=null;_0x27e9d7['is'](_0x51d787(0x213))||(_0x9fd13e=new _0x324e00(_0x27e9d7[_0x51d787(0x180)],{'vid_start':null===_0x1695d2?this[_0x51d787(0x130)]++:_0x1695d2++}));const _0x9183f8=[];for(const _0x34572f of _0x27e9d7[_0x51d787(0x12f)]())if(_0x34572f['is'](_0x51d787(0x227))){_0x9183f8[_0x51d787(0x11f)](this[_0x51d787(0x17d)](_0x34572f,_0x1695d2));const _0x42e7ce=_0x9183f8[_0x9183f8[_0x51d787(0x157)]-0x1];null!==_0x1695d2&&(_0x1695d2=_0x42e7ce['is'](_0x51d787(0x227),_0x51d787(0x132))?_0x42e7ce[_0x51d787(0x1d3)](_0x51d787(0x1eb))+0x1:_0x42e7ce[_0x51d787(0x1d3)](_0x51d787(0x1d9))+0x1);}else{for(let _0x4d92f3=0x0;_0x4d92f3<_0x34572f[_0x51d787(0x188)];_0x4d92f3++)_0x9183f8[_0x51d787(0x11f)](new _0x324e00(_0x51d787(0x132),{'vid':null===_0x1695d2?this[_0x51d787(0x130)]++:_0x1695d2++}));}if(_0x27e9d7['is'](_0x51d787(0x213))){const _0x20826f=G(_0x27e9d7[_0x51d787(0x233)]);return _0x20826f[_0x51d787(0x1a2)](0x0,_0x9183f8),_0x20826f;}return _0x9fd13e[_0x51d787(0x1cf)](_0x51d787(0x1d9),null===_0x1695d2?this[_0x51d787(0x130)]++:_0x1695d2++),_0x9fd13e[_0x51d787(0x1a2)](0x0,_0x9183f8),_0x9fd13e;}[_0x200da8(0x238)](_0x10c27d,_0x2a63d1,_0x504555){const _0x18bc58=_0x200da8;this[_0x18bc58(0x19b)]();const {roots:_0x4f9272,markers:_0x31d5d0,rootsAttributes:_0xd36443}=this[_0x18bc58(0x217)][_0x18bc58(0x169)](_0x10c27d);this[_0x18bc58(0x113)]=new Map(_0x4f9272),this[_0x18bc58(0x123)]=new Map(_0x52e548(_0xd36443));for(const [_0x4d9f1b,_0x1d4edf]of this[_0x18bc58(0x113)])if(_0x18bc58(0x12d)!==_0x4d9f1b&&(this[_0x18bc58(0x1f4)][_0x18bc58(0x177)](_0x4d9f1b,q(_0x1d4edf)),this[_0x18bc58(0x134)]=new Map(_0x52e548(_0xd36443)),_0x504555)){const _0x416c72=this[_0x18bc58(0x130)];this[_0x18bc58(0x1c8)][_0x18bc58(0x177)](_0x4d9f1b,this[_0x18bc58(0x17d)](_0x1d4edf)),this[_0x18bc58(0x1ce)][_0x18bc58(0x177)](_0x4d9f1b,this[_0x18bc58(0x17d)](_0x1d4edf,_0x416c72));}this[_0x18bc58(0x1a0)]=this[_0x18bc58(0x130)],this[_0x18bc58(0x1f4)][_0x18bc58(0x177)](_0x18bc58(0x12d),q(this[_0x18bc58(0x113)][_0x18bc58(0x169)](_0x18bc58(0x12d)))),_0x504555&&this[_0x18bc58(0x1c8)][_0x18bc58(0x177)](_0x18bc58(0x12d),this[_0x18bc58(0x17d)](this[_0x18bc58(0x113)][_0x18bc58(0x169)](_0x18bc58(0x12d))));for(const [_0x849703,_0xfd4e10]of _0x31d5d0){const _0x587b60=this[_0x18bc58(0x113)][_0x18bc58(0x169)](_0xfd4e10[_0x18bc58(0x233)]),_0x1675d7=this[_0x18bc58(0x1f4)][_0x18bc58(0x169)](_0xfd4e10[_0x18bc58(0x233)]),_0x5e5c4b=new _0x19f96a(this[_0x18bc58(0x234)](_0xfd4e10[_0x18bc58(0x1bd)],_0x587b60),this[_0x18bc58(0x234)](_0xfd4e10[_0x18bc58(0x178)],_0x587b60)),_0x1923d4=this[_0x18bc58(0x1b4)](_0x5e5c4b,_0x1675d7);_0x587b60[_0x18bc58(0x201)][_0x18bc58(0x177)](_0x849703,_0x5e5c4b),this[_0x18bc58(0x22b)][_0x18bc58(0x177)](_0x849703,_0x1923d4);}this[_0x18bc58(0x1be)](_0x10c27d,_0x2a63d1,_0x504555);}[_0x200da8(0x1be)](_0x1fcc22,_0x4a86d9,_0x1884b6){const _0x3cbd25=_0x200da8;for(const _0x43ae8a of this[_0x3cbd25(0x1bf)][_0x3cbd25(0x23a)](_0x1fcc22,_0x4a86d9))this[_0x3cbd25(0x219)](_0x43ae8a,_0x1884b6);for(const _0x2ff124 of this[_0x3cbd25(0x1f4)][_0x3cbd25(0x1a1)]())_0x2ff124[_0x3cbd25(0x201)][_0x3cbd25(0x1e0)]();for(const [_0x2cd9fb,_0x5d43ca]of this[_0x3cbd25(0x22b)]){this[_0x3cbd25(0x1f4)][_0x3cbd25(0x169)](_0x5d43ca[_0x3cbd25(0x1f7)][_0x3cbd25(0x233)])[_0x3cbd25(0x201)][_0x3cbd25(0x177)](_0x2cd9fb,_0x5d43ca[_0x3cbd25(0x112)]());}const _0x499d42=new Map(),_0x44532f=new Map();for(const [_0x30ed44,_0x501cf1]of this[_0x3cbd25(0x1f4)])_0x499d42[_0x3cbd25(0x177)](_0x30ed44,q(_0x501cf1)),_0x44532f[_0x3cbd25(0x177)](_0x30ed44,this[_0x3cbd25(0x134)][_0x3cbd25(0x169)](_0x30ed44));this[_0x3cbd25(0x20d)](_0x4a86d9,_0x499d42,this[_0x3cbd25(0x22b)],_0x44532f);}[_0x200da8(0x131)](_0x12388f){const _0x5a91fc=_0x200da8,_0x10e55c=Array[_0x5a91fc(0x11e)](this[_0x5a91fc(0x217)][_0x5a91fc(0x1a8)]());_0x10e55c[_0x5a91fc(0x19f)]((_0x2a665f,_0x2571db)=>_0x2a665f-_0x2571db),_0x10e55c[_0x5a91fc(0x183)]();for(const _0xe3e144 of _0x10e55c)if(_0xe3e144<_0x12388f)return _0xe3e144;return Number[_0x5a91fc(0x18a)];}[_0x200da8(0x110)](_0x887ce2,_0x32a012){const _0xf0fd09=_0x200da8,_0xcfd903=Array[_0xf0fd09(0x11e)](_0x32a012[_0xf0fd09(0x201)])[_0xf0fd09(0x19a)](([_0x1fef84,_0x48a827])=>[_0x1fef84,this[_0xf0fd09(0x1b4)](_0x48a827,_0x887ce2)]);_0x887ce2[_0xf0fd09(0x201)]=new Map(_0xcfd903);}[_0x200da8(0x1cb)](_0x4bd7bb){const _0xef8336=_0x200da8;for(const _0x297484 of this[_0xef8336(0x22b)][_0xef8336(0x1a1)]()){const _0x338ad8=_0x297484[_0xef8336(0x11c)](_0x4bd7bb),_0x18207a=_0x19f96a[_0xef8336(0x210)](_0x338ad8);_0x297484[_0xef8336(0x1bd)]=_0x18207a[_0xef8336(0x1bd)],_0x297484[_0xef8336(0x178)]=_0x18207a[_0xef8336(0x178)];}}[_0x200da8(0x219)](_0x1b87d7,_0x79d9a6){const _0x3b8ac5=_0x200da8;if(_0x3b8ac5(0x181)==_0x1b87d7[_0x3b8ac5(0x13e)]||_0x3b8ac5(0x20e)==_0x1b87d7[_0x3b8ac5(0x13e)])return void this[_0x3b8ac5(0x187)](_0x1b87d7,_0x79d9a6);if(_0x3b8ac5(0x129)==_0x1b87d7[_0x3b8ac5(0x13e)]){const _0x3f9c4e=_0x1b87d7[_0x3b8ac5(0x209)][_0x3b8ac5(0x1f7)][_0x3b8ac5(0x233)];this[_0x3b8ac5(0x1f4)][_0x3b8ac5(0x140)](_0x3f9c4e)||(this[_0x3b8ac5(0x1f4)][_0x3b8ac5(0x177)](_0x3f9c4e,G(_0x3f9c4e,!0x0)),this[_0x3b8ac5(0x134)][_0x3b8ac5(0x177)](_0x3f9c4e,{}),_0x79d9a6&&this[_0x3b8ac5(0x1c8)][_0x3b8ac5(0x177)](_0x3f9c4e,G(_0x3f9c4e,!0x0)));}else{if(_0x3b8ac5(0x1b5)==_0x1b87d7[_0x3b8ac5(0x13e)]||_0x3b8ac5(0x1a7)==_0x1b87d7[_0x3b8ac5(0x13e)]||_0x3b8ac5(0x1fd)==_0x1b87d7[_0x3b8ac5(0x13e)])return void this[_0x3b8ac5(0x1ec)](_0x1b87d7);}const _0x3d6b0a=this[_0x3b8ac5(0x1b0)](_0x1b87d7,this[_0x3b8ac5(0x1f4)]);if(_0x3b8ac5(0x1fe)!==_0x1b87d7[_0x3b8ac5(0x13e)]&&(_0x3d6b0a[_0x3b8ac5(0x224)](),this[_0x3b8ac5(0x1cb)](_0x3d6b0a)),_0x79d9a6)switch(_0x3d6b0a[_0x3b8ac5(0x13e)]){case _0x3b8ac5(0x129):this[_0x3b8ac5(0x22a)](_0x1b87d7);break;case _0x3b8ac5(0x1c6):case _0x3b8ac5(0x175):case _0x3b8ac5(0x21b):this[_0x3b8ac5(0x1e9)](_0x1b87d7);break;case _0x3b8ac5(0x14a):this[_0x3b8ac5(0x226)](_0x1b87d7);break;case _0x3b8ac5(0x167):this[_0x3b8ac5(0x128)](_0x1b87d7);break;case _0x3b8ac5(0x1fe):this[_0x3b8ac5(0x18b)](_0x1b87d7);}}[_0x200da8(0x1b0)](_0x17e673,_0xc6f8e1){const _0x2a6cf0=_0x200da8,_0x1fb965=_0x17e673[_0x2a6cf0(0x112)]();return _0x1fb965[_0x2a6cf0(0x1ab)]=_0x17e673[_0x2a6cf0(0x1ab)],this[_0x2a6cf0(0x237)](_0x1fb965,_0xc6f8e1),_0x1fb965;}[_0x200da8(0x138)](_0xb06c38){const _0x1f4eca=_0x200da8;return _0xb06c38[_0x1f4eca(0x19a)](_0xafc044=>{const _0x3c10e2=_0x1f4eca,_0x2dd5d3=this[_0x3c10e2(0x13c)](_0xafc044);return Number(_0xafc044[_0x3c10e2(0x1e1)][_0x3c10e2(0x1d3)](_0x2dd5d3));});}[_0x200da8(0x230)](_0x52bc48,_0x4ced0c){const _0x131ceb=_0x200da8;if(_0x52bc48['is'](_0x131ceb(0x227),_0x131ceb(0x132)))_0x4ced0c[_0x131ceb(0x11f)]({'item':_0x52bc48,'type':_0x131ceb(0x16f)});else{_0x52bc48['is'](_0x131ceb(0x227))&&_0x4ced0c[_0x131ceb(0x11f)]({'item':_0x52bc48,'type':_0x131ceb(0x1c3)});for(const _0x275637 of _0x52bc48[_0x131ceb(0x12f)]())this[_0x131ceb(0x230)](_0x275637,_0x4ced0c);_0x52bc48['is'](_0x131ceb(0x227))&&_0x4ced0c[_0x131ceb(0x11f)]({'item':_0x52bc48,'type':_0x131ceb(0x1b7)});}return _0x4ced0c;}[_0x200da8(0x191)](){const _0x570898=_0x200da8,_0xd7631a=new Map(this[_0x570898(0x22d)]),_0x151957=new Map(_0xd7631a),_0x43733d=new Map(),_0x4d1c45={'insertions':{},'deletions':{}},_0x13b605={'insertions':{},'deletions':{}},_0x4b6bde=new Map(),_0x502bc3=new Set([...this[_0x570898(0x113)][_0x570898(0x1a8)](),...this[_0x570898(0x1f4)][_0x570898(0x1a8)]()]);_0x502bc3[_0x570898(0x1c5)](_0x570898(0x12d));for(const _0x300106 of _0x502bc3){const _0x4d57cf=this[_0x570898(0x1f4)][_0x570898(0x169)](_0x300106)||G(_0x300106,!0x1),_0x428857=this[_0x570898(0x113)][_0x570898(0x169)](_0x300106)||G(_0x300106,!0x1);_0x4d57cf[_0x570898(0x231)]()||_0x428857[_0x570898(0x231)]()?(_0x4d1c45[_0x570898(0x156)][_0x300106]=q(_0x4d57cf),_0x4d1c45[_0x570898(0x1bb)][_0x300106]=q(_0x428857),this[_0x570898(0x110)](_0x4d1c45[_0x570898(0x1bb)][_0x300106],_0x428857),this[_0x570898(0x110)](_0x4d1c45[_0x570898(0x156)][_0x300106],_0x4d57cf),_0x13b605[_0x570898(0x156)][_0x300106]=this[_0x570898(0x230)](this[_0x570898(0x1c8)][_0x570898(0x169)](_0x300106),[]),_0x13b605[_0x570898(0x1bb)][_0x300106]=this[_0x570898(0x230)](this[_0x570898(0x1ce)][_0x570898(0x169)](_0x300106)||G(_0x300106,!0x1),[])):_0x502bc3[_0x570898(0x1c5)](_0x300106);}for(const _0x532ed7 of _0x502bc3){const _0x3db85d=_0x13b605[_0x570898(0x156)][_0x532ed7];for(const _0x3210ea of _0x3db85d){const _0x2d19fb=this[_0x570898(0x13c)](_0x3210ea),_0x319c30=_0x3210ea[_0x570898(0x1e1)][_0x570898(0x1d3)](_0x2d19fb);_0x151957[_0x570898(0x1c5)](_0x319c30),_0x319c30>=this[_0x570898(0x1a0)]&&_0x43733d[_0x570898(0x177)](_0x319c30,_0xd7631a[_0x570898(0x169)](_0x319c30));}}for(const _0x450f78 of _0x502bc3){const _0x555865=_0x13b605[_0x570898(0x156)][_0x450f78],_0x30854e=this[_0x570898(0x138)](_0x13b605[_0x570898(0x1bb)][_0x450f78]);let _0x22c2e3=0x0;for(const _0x1b27c7 of _0x555865){const _0x26844e=this[_0x570898(0x13c)](_0x1b27c7),_0x171e5c=_0x1b27c7[_0x570898(0x1e1)][_0x570898(0x1d3)](_0x26844e);if(!_0x43733d[_0x570898(0x140)](_0x171e5c)&&!_0x4b6bde[_0x570898(0x140)](_0x171e5c)){if(_0x151957[_0x570898(0x140)](_0x171e5c))_0x22c2e3++;else{if(_0x171e5c!=_0x30854e[_0x22c2e3]){const _0x56886c=_0xd7631a[_0x570898(0x169)](_0x171e5c)||_0xd7631a[_0x570898(0x169)](_0x30854e[_0x22c2e3]);for(;_0x171e5c!=_0x30854e[_0x22c2e3];)_0x151957[_0x570898(0x140)](_0x30854e[_0x22c2e3])||(_0x4b6bde[_0x570898(0x177)](_0x30854e[_0x22c2e3],_0x56886c),_0xd7631a[_0x570898(0x177)](_0x30854e[_0x22c2e3],_0x56886c)),_0x22c2e3++;}_0x22c2e3++;}}}}for(const _0x3ba7b1 of _0x502bc3){const _0x5568b7=_0x13b605[_0x570898(0x156)][_0x3ba7b1];for(const _0x51ca15 of _0x5568b7){const _0x393211=this[_0x570898(0x13c)](_0x51ca15),_0x49f943=_0x51ca15[_0x570898(0x1e1)][_0x570898(0x1d3)](_0x393211);if(_0x4b6bde[_0x570898(0x140)](_0x49f943)){const _0x24fd02=_0x4b6bde[_0x570898(0x169)](_0x49f943);_0x151957[_0x570898(0x140)](_0x49f943)||_0x151957[_0x570898(0x177)](_0x49f943,{..._0x24fd02}),_0x43733d[_0x570898(0x177)](_0x49f943,{..._0x24fd02});}}}for(const _0x5d5f68 of _0x151957[_0x570898(0x1a8)]())_0x5d5f68>=this[_0x570898(0x1a0)]&&_0x151957[_0x570898(0x1c5)](_0x5d5f68);const _0x2f94f1=new Map();for(const _0x45b6ef of _0x502bc3){let _0x57bfaa=_0x13b605[_0x570898(0x156)][_0x45b6ef];for(const _0x2a9385 of _0x57bfaa)if(_0x2a9385[_0x570898(0x1e1)]['is'](_0x570898(0x227),_0x570898(0x158))){const _0x365a73=this[_0x570898(0x13c)](_0x2a9385),_0x53cc52=_0x2a9385[_0x570898(0x1e1)][_0x570898(0x1d3)](_0x365a73);if(_0x43733d[_0x570898(0x140)](_0x53cc52)){const _0x9d539f=_0x2a9385[_0x570898(0x1e1)][_0x570898(0x16e)][_0x570898(0x16e)][_0x570898(0x1d3)](_0x570898(0x124)),_0x2aa917=_0x2f94f1[_0x570898(0x169)](_0x9d539f)||new Set();_0x2aa917[_0x570898(0x1d6)](_0x43733d[_0x570898(0x169)](_0x53cc52)[_0x570898(0x171)]),_0x2f94f1[_0x570898(0x177)](_0x9d539f,_0x2aa917);}}_0x57bfaa=_0x13b605[_0x570898(0x1bb)][_0x45b6ef];for(const _0x416cef of _0x57bfaa)if(_0x416cef[_0x570898(0x1e1)]['is'](_0x570898(0x227),_0x570898(0x158))){const _0x2b1d86=this[_0x570898(0x13c)](_0x416cef),_0xa0f4aa=_0x416cef[_0x570898(0x1e1)][_0x570898(0x1d3)](_0x2b1d86);if(_0x151957[_0x570898(0x140)](_0xa0f4aa)){const _0x5748e5=_0x416cef[_0x570898(0x1e1)][_0x570898(0x16e)][_0x570898(0x16e)][_0x570898(0x1d3)](_0x570898(0x124)),_0x58f9d0=_0x2f94f1[_0x570898(0x169)](_0x5748e5)||new Set();_0x58f9d0[_0x570898(0x1d6)](_0x151957[_0x570898(0x169)](_0xa0f4aa)[_0x570898(0x171)]),_0x2f94f1[_0x570898(0x177)](_0x5748e5,_0x58f9d0);}}for(const _0x7b6beb of _0x2f94f1[_0x570898(0x1a8)]())(_0x43733d[_0x570898(0x140)](_0x7b6beb)||_0x151957[_0x570898(0x140)](_0x7b6beb))&&_0x2f94f1[_0x570898(0x1c5)](_0x7b6beb);}for(const _0x1a9077 of _0x502bc3){const _0x551cf4=_0x13b605[_0x570898(0x156)][_0x1a9077];let _0x53ae58=null,_0x17e006=null;for(const _0x1222ec of _0x551cf4){const _0x99256a=this[_0x570898(0x13c)](_0x1222ec),_0x21da37=_0x1222ec[_0x570898(0x1e1)][_0x570898(0x1d3)](_0x99256a),_0x4674e6=_0x2f94f1[_0x570898(0x169)](_0x21da37);_0x4674e6&&_0x570898(0x1c3)==_0x1222ec[_0x570898(0x13e)]&&(_0x53ae58=Array[_0x570898(0x11e)](_0x4674e6)[0x0],_0x17e006=_0x1222ec[_0x570898(0x1e1)][_0x570898(0x1d3)](_0x570898(0x1d9))),_0x53ae58&&(_0x151957[_0x570898(0x177)](_0x21da37,{'userId':_0x53ae58}),_0x43733d[_0x570898(0x177)](_0x21da37,{'userId':_0x53ae58})),_0x21da37==_0x17e006&&(_0x53ae58=null,_0x17e006=null);}}const _0x53376b={},_0x4dd3c2=new Set();for(const _0x41f5b3 of _0x502bc3){const _0x57988d=_0x4d1c45[_0x570898(0x1bb)][_0x41f5b3],_0x4ec2fb=_0x4d1c45[_0x570898(0x156)][_0x41f5b3];for(const {userId:_0x1402d0}of this[_0x570898(0x17c)][_0x570898(0x1a1)]())null!==_0x1402d0&&_0x4dd3c2[_0x570898(0x1d6)](_0x1402d0);for(const {userId:_0x2f52ec}of this[_0x570898(0x137)][_0x570898(0x1a1)]())null!==_0x2f52ec&&_0x4dd3c2[_0x570898(0x1d6)](_0x2f52ec);this[_0x570898(0x1d4)](_0x4ec2fb,_0x13b605[_0x570898(0x156)][_0x41f5b3],_0x43733d,_0x570898(0x176),_0x4dd3c2),this[_0x570898(0x1d4)](_0x57988d,_0x13b605[_0x570898(0x1bb)][_0x41f5b3],_0x151957,_0x570898(0x161),_0x4dd3c2),_0x53376b[_0x41f5b3]={'insertions':this[_0x570898(0x12b)](_0x4ec2fb),'deletions':this[_0x570898(0x12b)](_0x57988d),'attachChange':this[_0x570898(0x137)][_0x570898(0x169)](_0x41f5b3)||null,'attributesBefore':_0x52e548(this[_0x570898(0x123)][_0x570898(0x169)](_0x41f5b3))||{},'attributesAfter':_0x52e548(this[_0x570898(0x134)][_0x570898(0x169)](_0x41f5b3))};}return{'diffData':_0x53376b,'authorsIds':Array[_0x570898(0x11e)](_0x4dd3c2)};}[_0x200da8(0x22f)](_0x52a923){const _0x14d3fa=_0x200da8;for(const [,_0x2fa8a7]of _0x52a923[_0x14d3fa(0x201)]){const _0x3e58f1=_0x2fa8a7[_0x14d3fa(0x1bd)][_0x14d3fa(0x1b6)]()[_0x14d3fa(0x20f)](_0x181d27=>_0x14d3fa(0x158)==_0x181d27[_0x14d3fa(0x180)]);for(const _0x360c7a of _0x3e58f1)0x1==_0x360c7a[_0x14d3fa(0x221)]&&_0x360c7a[_0x14d3fa(0x14b)](0x0)['is'](_0x14d3fa(0x227),_0x14d3fa(0x13a))&&_0x360c7a[_0x14d3fa(0x14b)](0x0)[_0x14d3fa(0x1cf)](_0x14d3fa(0x1bc),!0x0);}}[_0x200da8(0x12b)](_0x368014){const _0x5cbb7d=_0x200da8;this[_0x5cbb7d(0x22f)](_0x368014);const _0x39a57b=this[_0x5cbb7d(0x236)][_0x5cbb7d(0x111)][_0x5cbb7d(0x1db)](_0x368014,{}),_0x321e69=Array[_0x5cbb7d(0x11e)](_0x39a57b[_0x5cbb7d(0x12f)]())[_0x5cbb7d(0x19a)](_0x4398cf=>this[_0x5cbb7d(0x1af)](_0x4398cf));return JSON[_0x5cbb7d(0x12e)](_0x321e69);}[_0x200da8(0x1af)](_0x15bf0d){const _0x289a9e=_0x200da8;if(_0x15bf0d['is'](_0x289a9e(0x132)))return _0x15bf0d[_0x289a9e(0x111)];{const _0x1efbe0=_0x15bf0d;return{'type':Object[_0x289a9e(0x1a8)](T)[_0x289a9e(0x1f1)](_0x5cc8db=>_0x15bf0d instanceof T[_0x5cc8db]),'name':_0x1efbe0[_0x289a9e(0x180)],'attributes':Array[_0x289a9e(0x11e)](_0x1efbe0[_0x289a9e(0x18d)]()),'children':Array[_0x289a9e(0x11e)](_0x1efbe0[_0x289a9e(0x12f)]())[_0x289a9e(0x19a)](_0x566c1c=>this[_0x289a9e(0x1af)](_0x566c1c))};}}[_0x200da8(0x1d4)](_0x3a3ab6,_0x44fdb4,_0x4c4259,_0x112b0c,_0x3b59a9){const _0x397d8f=_0x200da8;let _0x51991b=null,_0x4ff006=null,_0x22f253=0x0;const _0x1ff3bb=this[_0x397d8f(0x236)][_0x397d8f(0x11d)];for(let _0x14bf82=0x0;_0x14bf82<_0x44fdb4[_0x397d8f(0x157)];_0x14bf82++){const _0x52ed11=this[_0x397d8f(0x13c)](_0x44fdb4[_0x14bf82]),_0x3a0e95=_0x44fdb4[_0x14bf82][_0x397d8f(0x1e1)][_0x397d8f(0x1d3)](_0x52ed11),_0x769cdf=_0x4c4259[_0x397d8f(0x169)](_0x3a0e95),_0x3c3ad1=_0x14bf82==_0x44fdb4[_0x397d8f(0x157)]-0x1;(!_0x51991b&&_0x769cdf&&(_0x51991b=_0x769cdf,_0x4ff006=_0x44fdb4[_0x14bf82]),_0x51991b&&(!_0x769cdf||_0x769cdf[_0x397d8f(0x171)]!=_0x51991b[_0x397d8f(0x171)]))&&(_0x54bccb(_0x769cdf,L(_0x4ff006,_0x3a3ab6,_0x1ff3bb),L(_0x44fdb4[_0x14bf82],_0x3a3ab6,_0x1ff3bb)),_0x51991b=_0x769cdf||null,_0x4ff006=_0x769cdf?_0x44fdb4[_0x14bf82]:null),_0x51991b&&_0x3c3ad1&&_0x54bccb(_0x769cdf,L(_0x4ff006,_0x3a3ab6,_0x1ff3bb),W(_0x44fdb4[_0x14bf82],_0x3a3ab6,_0x1ff3bb));}function _0x54bccb(_0x2797f7,_0x195ae2,_0x397bd2){const _0x58bd2c=_0x397d8f,_0x39c1fa=_0x51991b[_0x58bd2c(0x171)],_0x24baa7=_0x58bd2c(0x1b1)+_0x112b0c+':'+_0x39c1fa+':'+_0x22f253++,_0x933da4=_0x1ff3bb[_0x58bd2c(0x159)](_0x195ae2,_0x397bd2);_0x3a3ab6[_0x58bd2c(0x201)][_0x58bd2c(0x177)](_0x24baa7,_0x933da4),null!==_0x39c1fa&&_0x3b59a9[_0x58bd2c(0x1d6)](_0x39c1fa);}}[_0x200da8(0x13c)](_0x27bf9c){const _0x5e5cac=_0x200da8;switch(_0x27bf9c[_0x5e5cac(0x13e)]){case _0x5e5cac(0x1c3):return _0x5e5cac(0x124);case _0x5e5cac(0x1b7):return _0x5e5cac(0x1d9);default:return _0x5e5cac(0x1eb);}}[_0x200da8(0x237)](_0x2369cd,_0x5dc287){const _0x24f777=_0x200da8;_0x2369cd[_0x24f777(0x1ee)]=null;for(const _0x4b218f in _0x2369cd){const _0x43bb3b=_0x2369cd[_0x4b218f];if(_0x43bb3b instanceof _0x399223){const _0x147e03=_0x5dc287[_0x24f777(0x169)](_0x43bb3b[_0x24f777(0x1f7)][_0x24f777(0x233)]);_0x2369cd[_0x4b218f]=this[_0x24f777(0x234)](_0x43bb3b,_0x147e03);}if(_0x43bb3b instanceof _0x19f96a){const _0xe5d75c=_0x5dc287[_0x24f777(0x169)](_0x43bb3b[_0x24f777(0x1f7)][_0x24f777(0x233)]);_0x2369cd[_0x4b218f]=this[_0x24f777(0x1b4)](_0x43bb3b,_0xe5d75c);}_0x24f777(0x1f7)===_0x4b218f&&(_0x2369cd[_0x24f777(0x1f7)]=_0x5dc287[_0x24f777(0x169)](_0x2369cd[_0x24f777(0x1f7)][_0x24f777(0x233)]));}}[_0x200da8(0x1b4)](_0xa0148,_0x108c21){const _0xfa1b0b=_0x200da8;return this[_0xfa1b0b(0x236)][_0xfa1b0b(0x11d)][_0xfa1b0b(0x159)](this[_0xfa1b0b(0x234)](_0xa0148[_0xfa1b0b(0x1bd)],_0x108c21),this[_0xfa1b0b(0x234)](_0xa0148[_0xfa1b0b(0x178)],_0x108c21));}[_0x200da8(0x234)](_0x23f037,_0x3d0c23){const _0x77556c=_0x200da8;return this[_0x77556c(0x236)][_0x77556c(0x11d)][_0x77556c(0x205)](_0x3d0c23,_0x23f037[_0x77556c(0x189)],_0x23f037[_0x77556c(0x1d0)]);}[_0x200da8(0x22a)](_0x454e56){const _0x3fa030=_0x200da8,_0x2cb6ce=this[_0x3fa030(0x1c8)][_0x3fa030(0x169)](_0x454e56[_0x3fa030(0x209)][_0x3fa030(0x1f7)][_0x3fa030(0x233)]),_0xdbd973=this[_0x3fa030(0x234)](_0x454e56[_0x3fa030(0x209)],_0x2cb6ce),_0x49fa91=null===_0x454e56[_0x3fa030(0x1ab)]?null:_0x454e56[_0x3fa030(0x1ab)]||this[_0x3fa030(0x236)][_0x3fa030(0x122)][_0x3fa030(0x169)](_0x3fa030(0x1c0))['me']['id'],_0x4403c3=_0xdbd973[_0x3fa030(0x16e)],_0x10dc29=this[_0x3fa030(0x130)],_0x5030f4=[];for(const _0x47809a of _0x454e56[_0x3fa030(0x141)])if(_0x47809a['is'](_0x3fa030(0x227)))_0x5030f4[_0x3fa030(0x11f)](this[_0x3fa030(0x17d)](_0x47809a));else{for(let _0x2e6b70=0x0;_0x2e6b70<_0x47809a[_0x3fa030(0x188)];_0x2e6b70++)_0x5030f4[_0x3fa030(0x11f)](new _0x324e00(_0x3fa030(0x132),{'vid':this[_0x3fa030(0x130)]++}));}const _0x199017=this[_0x3fa030(0x130)];for(let _0x8351aa=_0x10dc29;_0x8351aa<_0x199017;_0x8351aa++)this[_0x3fa030(0x22d)][_0x3fa030(0x177)](_0x8351aa,{'userId':_0x49fa91});_0x4403c3[_0x3fa030(0x1a2)](_0xdbd973[_0x3fa030(0x1da)],_0x5030f4);}[_0x200da8(0x1e9)](_0x562389){const _0x5060f7=_0x200da8;(_0x562389=this[_0x5060f7(0x1b0)](_0x562389,this[_0x5060f7(0x1c8)]))[_0x5060f7(0x224)]();const _0x399fa8=null===_0x562389[_0x5060f7(0x1ab)]?null:_0x562389[_0x5060f7(0x1ab)]||this[_0x5060f7(0x236)][_0x5060f7(0x122)][_0x5060f7(0x169)](_0x5060f7(0x1c0))['me']['id'],_0x28e980=_0x562389[_0x5060f7(0x1e4)](),_0x40574a=_0x28e980[_0x5060f7(0x16e)],_0x18bdd9=_0x28e980[_0x5060f7(0x1da)];!function _0x26b377(_0x410abf,_0x1f30e,_0x2c83ea,_0x23499a){const _0x244676=_0x5060f7;for(let _0x21d48b=_0x2c83ea;_0x21d48b<_0x23499a;_0x21d48b++){const _0x69ba06=_0x1f30e[_0x244676(0x14b)](_0x21d48b);_0x69ba06['is'](_0x244676(0x227),_0x244676(0x132))?_0x410abf[_0x244676(0x177)](_0x69ba06[_0x244676(0x1d3)](_0x244676(0x1eb)),{'userId':_0x399fa8}):(_0x410abf[_0x244676(0x177)](_0x69ba06[_0x244676(0x1d3)](_0x244676(0x124)),{'userId':_0x399fa8}),_0x26b377(_0x410abf,_0x69ba06,0x0,_0x69ba06[_0x244676(0x221)]),_0x410abf[_0x244676(0x177)](_0x69ba06[_0x244676(0x1d3)](_0x244676(0x1d9)),{'userId':_0x399fa8}));}}(this[_0x5060f7(0x22d)],_0x40574a,_0x18bdd9,_0x18bdd9+_0x562389[_0x5060f7(0x17e)]);}[_0x200da8(0x226)](_0xb6f20b){const _0x109c16=_0x200da8,_0xdddcb=null===(_0xb6f20b=this[_0x109c16(0x1b0)](_0xb6f20b,this[_0x109c16(0x1c8)]))[_0x109c16(0x1ab)]?null:_0xb6f20b[_0x109c16(0x1ab)]||this[_0x109c16(0x236)][_0x109c16(0x122)][_0x109c16(0x169)](_0x109c16(0x1c0))['me']['id'],_0x3c76f9=_0xb6f20b[_0x109c16(0x1ba)][_0x109c16(0x16e)],_0x42bfff=_0xb6f20b[_0x109c16(0x118)][_0x109c16(0x16e)],_0x2759e9=_0x3c76f9[_0x109c16(0x1d3)](_0x109c16(0x1d9)),_0x80e1d7=_0x42bfff[_0x109c16(0x1d3)](_0x109c16(0x124));_0x3c76f9[_0x109c16(0x1cf)](_0x109c16(0x1d9),_0x42bfff[_0x109c16(0x1d3)](_0x109c16(0x1d9))),_0x42bfff[_0x109c16(0x1cf)](_0x109c16(0x1d9),_0x2759e9),this[_0x109c16(0x22d)][_0x109c16(0x177)](_0x80e1d7,{'userId':_0xdddcb}),this[_0x109c16(0x22d)][_0x109c16(0x177)](_0x2759e9,{'userId':_0xdddcb}),_0xb6f20b[_0x109c16(0x224)]();}[_0x200da8(0x128)](_0x17c016){const _0x206c1c=_0x200da8,_0x4b06ed=null===(_0x17c016=this[_0x206c1c(0x1b0)](_0x17c016,this[_0x206c1c(0x1c8)]))[_0x206c1c(0x1ab)]?null:_0x17c016[_0x206c1c(0x1ab)]||this[_0x206c1c(0x236)][_0x206c1c(0x122)][_0x206c1c(0x169)](_0x206c1c(0x1c0))['me']['id'],_0x2957ef=_0x17c016[_0x206c1c(0x172)],_0x282c1a=_0x17c016[_0x206c1c(0x1b3)][_0x206c1c(0x16e)];_0x17c016[_0x206c1c(0x224)]();const _0x540394=_0x282c1a[_0x206c1c(0x1d3)](_0x206c1c(0x1d9)),_0x14a1d5=_0x17c016[_0x206c1c(0x1ca)][_0x206c1c(0x19c)];if(_0x2957ef){const _0x1489a7=_0x14a1d5[_0x206c1c(0x1d3)](_0x206c1c(0x1d9)),_0x290c2b=_0x282c1a[_0x206c1c(0x1d3)](_0x206c1c(0x1d9));_0x282c1a[_0x206c1c(0x1cf)](_0x206c1c(0x1d9),_0x1489a7),_0x14a1d5[_0x206c1c(0x1cf)](_0x206c1c(0x1d9),_0x290c2b),this[_0x206c1c(0x22d)][_0x206c1c(0x177)](_0x282c1a[_0x206c1c(0x1d3)](_0x206c1c(0x1d9)),{'userId':_0x4b06ed}),this[_0x206c1c(0x22d)][_0x206c1c(0x177)](_0x14a1d5[_0x206c1c(0x1d3)](_0x206c1c(0x124)),{'userId':_0x4b06ed});}else{const _0x4d50b0=this[_0x206c1c(0x130)]++,_0x31e124=this[_0x206c1c(0x130)]++;_0x282c1a[_0x206c1c(0x1cf)](_0x206c1c(0x1d9),_0x4d50b0),_0x14a1d5[_0x206c1c(0x1cf)](_0x206c1c(0x124),_0x31e124),_0x14a1d5[_0x206c1c(0x1cf)](_0x206c1c(0x1d9),_0x540394),this[_0x206c1c(0x22d)][_0x206c1c(0x177)](_0x4d50b0,{'userId':_0x4b06ed}),this[_0x206c1c(0x22d)][_0x206c1c(0x177)](_0x31e124,{'userId':_0x4b06ed});}}[_0x200da8(0x18b)](_0x33ba98){const _0x21150e=_0x200da8;if(!_0x33ba98[_0x21150e(0x16a)])return;const _0x50046b=(_0x33ba98=this[_0x21150e(0x1b0)](_0x33ba98,this[_0x21150e(0x1f4)]))[_0x21150e(0x21f)]?_0x33ba98[_0x21150e(0x21f)][_0x21150e(0x1f7)]:null,_0x4ac1a9=_0x33ba98[_0x21150e(0x204)]?_0x33ba98[_0x21150e(0x204)][_0x21150e(0x1f7)]:null;_0x50046b&&this[_0x21150e(0x22b)][_0x21150e(0x1c5)](_0x33ba98[_0x21150e(0x180)]),_0x4ac1a9&&this[_0x21150e(0x22b)][_0x21150e(0x177)](_0x33ba98[_0x21150e(0x180)],_0x33ba98[_0x21150e(0x204)][_0x21150e(0x112)]());const _0x2677ae=null===_0x33ba98[_0x21150e(0x1ab)]?null:_0x33ba98[_0x21150e(0x1ab)]||this[_0x21150e(0x236)][_0x21150e(0x122)][_0x21150e(0x169)](_0x21150e(0x1c0))['me']['id'],_0x553e8c=_0x33ba98[_0x21150e(0x180)];if(!this[_0x21150e(0x17c)][_0x21150e(0x140)](_0x553e8c))return void this[_0x21150e(0x17c)][_0x21150e(0x177)](_0x553e8c,{'range':_0x33ba98[_0x21150e(0x21f)],'userId':_0x2677ae});const _0x50956a=this[_0x21150e(0x17c)][_0x21150e(0x169)](_0x553e8c),_0x13ccc9=_0x50956a[_0x21150e(0x1fb)],_0x3e95ff=_0x33ba98[_0x21150e(0x204)];null==_0x13ccc9&&null==_0x3e95ff||_0x13ccc9&&_0x3e95ff&&_0x13ccc9[_0x21150e(0x18c)](_0x3e95ff)?this[_0x21150e(0x17c)][_0x21150e(0x1c5)](_0x33ba98[_0x21150e(0x180)]):_0x50956a[_0x21150e(0x171)]=_0x2677ae;}[_0x200da8(0x187)](_0x407de4,_0x176fab){const _0x16f7dc=_0x200da8;this[_0x16f7dc(0x1f4)][_0x16f7dc(0x140)](_0x407de4[_0x16f7dc(0x233)])?this[_0x16f7dc(0x1f4)][_0x16f7dc(0x169)](_0x407de4[_0x16f7dc(0x233)])[_0x16f7dc(0x21e)]=_0x407de4[_0x16f7dc(0x14d)]:(this[_0x16f7dc(0x1f4)][_0x16f7dc(0x177)](_0x407de4[_0x16f7dc(0x233)],G(_0x407de4[_0x16f7dc(0x233)],!0x0)),this[_0x16f7dc(0x134)][_0x16f7dc(0x177)](_0x407de4[_0x16f7dc(0x233)],{}),_0x176fab&&this[_0x16f7dc(0x1c8)][_0x16f7dc(0x177)](_0x407de4[_0x16f7dc(0x233)],G(_0x407de4[_0x16f7dc(0x233)],!0x0)));const _0x279ef4=null===_0x407de4[_0x16f7dc(0x1ab)]?null:_0x407de4[_0x16f7dc(0x1ab)]||this[_0x16f7dc(0x236)][_0x16f7dc(0x122)][_0x16f7dc(0x169)](_0x16f7dc(0x1c0))['me']['id'],_0x314141=this[_0x16f7dc(0x137)][_0x16f7dc(0x169)](_0x407de4[_0x16f7dc(0x233)]);_0x314141&&_0x314141[_0x16f7dc(0x171)]===_0x279ef4?this[_0x16f7dc(0x137)][_0x16f7dc(0x1c5)](_0x407de4[_0x16f7dc(0x233)]):this[_0x16f7dc(0x137)][_0x16f7dc(0x177)](_0x407de4[_0x16f7dc(0x233)],{'userId':_0x279ef4,'isAttached':_0x407de4[_0x16f7dc(0x14d)]});}[_0x200da8(0x1ec)](_0xddd341){const _0x1714e3=_0x200da8,_0x239f43=this[_0x1714e3(0x134)][_0x1714e3(0x169)](_0xddd341[_0x1714e3(0x1f7)][_0x1714e3(0x233)]);null===_0xddd341[_0x1714e3(0x20a)]?delete _0x239f43[_0xddd341[_0x1714e3(0x16b)]]:_0x239f43[_0xddd341[_0x1714e3(0x16b)]]=_0xddd341[_0x1714e3(0x20a)];}}function q(_0x577bef){const _0x8faf59=_0x200da8,_0x2b71b2=G(_0x577bef[_0x8faf59(0x233)],_0x577bef[_0x8faf59(0x231)]());for(const _0x4d2677 of _0x577bef[_0x8faf59(0x12f)]()){const _0xa2031=_0x4d2677[_0x8faf59(0x1f3)](!0x0);_0x2b71b2[_0x8faf59(0x127)](_0xa2031);}return _0x2b71b2;}function G(_0x188fb3,_0x2def17=!0x0){const _0x17a6ce=_0x200da8,_0x370d35=new _0x12e924();return _0x370d35[_0x17a6ce(0x233)]=_0x188fb3,_0x370d35[_0x17a6ce(0x21e)]=_0x2def17,_0x370d35[_0x17a6ce(0x231)]=()=>_0x370d35[_0x17a6ce(0x21e)],_0x370d35;}function _0x5e6c(){const _0x4a7389=['addRootAttribute','getAncestors','elementEnd','getRevision','addRevision','targetPosition','deletions','keepParagraph','start','_applyOperations','source','Users','attributes','getCurrentRevisionId','elementStart','pluginName','delete','move','getIndex','_idsRoots','locale','insertionPosition','_transformMarkers','editing','addRevisionData','_baseIdsRoots','_setAttribute','stickiness','upcast','document','getAttribute','_markChanges','_isInit','add','1561734REoCAu','max','vid_end','offset','toView','toVersion','currentRevision','315788hzvuCn','rootsAttributes','clear','item','4074912HIptht','repository','getMovedRangeStart','children','bind','getRoot','3917390gWoljg','_handleMoveOperation','getRevisions','vid','_handleRootAttributeOperation','getLatestVersion','baseVersion','previousPosition','_loadedStateData','find','getUser','_clone','_diffRoots','9686890imBGqs','initial','root','ready','startsWith','RevisionTracker','range','for','changeRootAttribute','marker','_createInitialRevision','toData','markers','parse','resolve','newRange','createPositionFromPath','PENDING_ACTION_REVISION_HISTORY','_removeRevisionMarkers','RevisionsRepository','position','newValue','_setConversion','define','_saveMetaData','detachRoot','filter','_createFromRanges','_pendingAction','_bufferedUpdates','documentFragment','requires','createRevision','hasContent','_savedMetaData','creatorId','_handleOperation','shift','reinsert','_revisionDataBuilder','size','_isAttached','oldRange','fromEntries','childCount','_lastFrom','getNodeByPath','_execute','getRevisionRootsAttributes','_handleMergeOperation','element','forEach','RealTimeCollaborationClient','_handleInsertOperation','_markers','getRootNames','_touched','getWalker','_processRootBeforeSave','_generateTape','isAttached','_findInsertionIndex','rootName','_fixPosition','createRangeIn','editor','_fixOperation','_calculateMetaData','_operations','getOperations','getRevisionDocumentData','_copyMarkers','data','clone','_baseRoots','conversion','attributesBefore','initialData','view','sourcePosition','updateRevisions','isReady','slice','getTransformedByOperation','model','from','push','setSource','loadState','plugins','_baseRootsAttributes','vid_start','_update','_createCurrentRevision','_appendChild','_handleSplitOperation','insert','createdAt','_prepareViewToSave','fromVersion','$graveyard','stringify','getChildren','_revisionId','_getPreviousFrom','$text','editor-initial-data-replaced-with-revision-data','_diffRootsAttributes','reInit','dataDowncast','_touchedRoots','_getBaseVids','diffData','paragraph','_addPendingAction','_getVidAttributeName','_bufferUpdate','type','_removePendingAction','has','nodes','_continueCurrentRevision','_startingVersion','authors','update','sendBufferedUpdates','revision','Empty\x20document','_loadState','merge','getChild','21IgRadY','isAdd','createPositionBefore','_initialRevisionId','_source','getRange','toModel','getTime','11lqrGGe','_replaceEditorDataWithRevisionData','insertions','length','tableCell','createRange','some','revision-end','string','dataToMarker','roots','createPositionAt','attributesAfter','deletion','data-revision-','6321294AXPTsL','includes','_makeModelFromViewString','init','split','default','get','affectsData','key','_loadRevisionData','then','parent','text','trim','userId','graveyardPosition','saveRevision','_removeMetaData','remove','insertion','set','end','isEnabled','authorsIds','revisionHistory.resumeUnsavedRevision','_touchedMarkers','_makeIdsRoot','howMany','finally','name','addRoot','config','reverse','createPositionAfter','revision-start','1123UyDKjU','_handleRootOperation','offsetSize','path','NEGATIVE_INFINITY','_handleMarkerOperation','isEqual','getAttributes','21mSNmJl','history','setRevisionData','_getState','_isPendingUpdate','adapter','collaboration.channelId','markerToData','_makeRevision','Initial\x20revision','processor','marked','map','_reset','nodeAfter','afterInit','attachChange','sort','_startingRevisionId','values','_insertChild','_lastTo','getOperation','getData','_getFromVersion','removeRootAttribute','keys','useFillerType','creator','_authorId','version','PendingActions','buildRevisionData','_getViewJson','_cloneOperation','revision:','152xAxnYd','splitPosition','_fixRange'];_0x5e6c=function(){return _0x4a7389;};return _0x5e6c();}function L(_0x4dd24d,_0x288d32,_0x24fb23){const _0x52b663=_0x200da8,_0x499723=_0x52b663(0x1b7)==_0x4dd24d[_0x52b663(0x13e)]?_0x24fb23[_0x52b663(0x15f)](_0x4dd24d[_0x52b663(0x1e1)],_0x52b663(0x178)):_0x24fb23[_0x52b663(0x14e)](_0x4dd24d[_0x52b663(0x1e1)]);return _0x24fb23[_0x52b663(0x205)](_0x288d32,_0x499723[_0x52b663(0x189)],_0x499723[_0x52b663(0x1d0)]);}function W(_0x262d20,_0x354740,_0x2aef87){const _0x33aea7=_0x200da8,_0x11ebae=_0x33aea7(0x1c3)==_0x262d20[_0x33aea7(0x13e)]?_0x2aef87[_0x33aea7(0x15f)](_0x262d20[_0x33aea7(0x1e1)],0x0):_0x2aef87[_0x33aea7(0x184)](_0x262d20[_0x33aea7(0x1e1)]);return _0x2aef87[_0x33aea7(0x205)](_0x354740,_0x11ebae[_0x33aea7(0x189)],_0x11ebae[_0x33aea7(0x1d0)]);}
|