@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240404.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.
Files changed (167) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +4 -0
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -3
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/src/integrations/multilevellist.d.ts +24 -0
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4f5dbb=_0x565d;(function(_0x230e8d,_0xec7136){const _0x376ff6=_0x565d,_0x36519f=_0x230e8d();while(!![]){try{const _0x4a13de=-parseInt(_0x376ff6(0xa8))/0x1*(parseInt(_0x376ff6(0x210))/0x2)+-parseInt(_0x376ff6(0x171))/0x3*(parseInt(_0x376ff6(0x135))/0x4)+-parseInt(_0x376ff6(0x1d6))/0x5*(parseInt(_0x376ff6(0xa9))/0x6)+-parseInt(_0x376ff6(0x1d8))/0x7+parseInt(_0x376ff6(0x147))/0x8*(parseInt(_0x376ff6(0x9e))/0x9)+parseInt(_0x376ff6(0x98))/0xa*(-parseInt(_0x376ff6(0x77))/0xb)+-parseInt(_0x376ff6(0x13f))/0xc*(-parseInt(_0x376ff6(0x19b))/0xd);if(_0x4a13de===_0xec7136)break;else _0x36519f['push'](_0x36519f['shift']());}catch(_0x29aa8d){_0x36519f['push'](_0x36519f['shift']());}}}(_0x5bf6,0xc78f8));import{Plugin as _0x53b8e3,PendingActions as _0x58853e}from'ckeditor5/src/core.js';import{LiveRange as _0x3a1930}from'ckeditor5/src/engine.js';import{CKEditorError as _0x2edcdf,uid as _0x1ed50c,priorities as _0x650980,logWarning as _0x133c88}from'ckeditor5/src/utils.js';import{toWidget as _0x3f30a2}from'ckeditor5/src/widget.js';import{Users as _0x504329,hashObject as _0x472900,surroundingMarkersDetector as _0x2ea5e0}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4412e5 from'./commands/trackchangescommand.js';import _0xccd151 from'./commands/acceptsuggestioncommand.js';import _0x20db15 from'./commands/discardsuggestioncommand.js';import _0x232a33 from'./commands/executeonallsuggestionscommand.js';import _0x176dbe from'./commands/executeonselectedsuggestionscommand.js';import _0x104e19 from'./suggestion.js';import _0x17bfd9 from'./suggestiondescriptionfactory.js';import _0x6956eb from'./integrations/aiassistant.js';import _0x5e824b from'./integrations/alignment.js';import _0x235213 from'./integrations/basicstyles.js';import _0x1e78d7 from'./integrations/blockquote.js';import _0x46c2a4 from'./integrations/casechange.js';import _0x312516 from'./integrations/ckbox.js';import _0x2d9e3c from'./integrations/codeblock.js';import _0xb06024 from'./integrations/comments.js';import _0xed0be7 from'./integrations/deletecommand.js';import _0x160c36 from'./integrations/list.js';import _0x5a28b7 from'./integrations/listproperties.js';import _0x370fad from'./integrations/entercommand.js';import _0x2aee7f from'./integrations/findandreplace.js';import _0x31005e from'./integrations/font.js';import _0x44484a from'./integrations/formatpainter.js';import _0x49f960 from'./integrations/heading.js';import _0x17af91 from'./integrations/highlight.js';import _0x5b2900 from'./integrations/horizontalline.js';import _0x10f7c7 from'./integrations/htmlembed.js';import _0x55c26d from'./integrations/image.js';import _0xecff7f from'./integrations/imagereplace.js';import _0x5cb7bb from'./integrations/imagestyle.js';import _0x521d3c from'./integrations/importword.js';import _0x1fa1d1 from'./integrations/indent.js';import _0x4ed5ca from'./integrations/inputcommand.js';import _0x433f6d from'./integrations/link.js';import _0xb4c621 from'./integrations/legacylist.js';import _0x1c4a23 from'./integrations/legacylistproperties.js';import _0x458bc7 from'./integrations/mediaembed.js';import _0x28d068 from'./integrations/mention.js';import _0x5e297b from'./integrations/pagebreak.js';import _0x30c89e from'./integrations/paragraph.js';import _0x5a0994 from'./integrations/removeformat.js';import _0x167fc5 from'./integrations/restrictededitingmode.js';import _0x41c4fa from'./integrations/shiftentercommand.js';import _0x461aae from'./integrations/standardeditingmode.js';import _0xc927db from'./integrations/style.js';import _0x5ad56a from'./integrations/table.js';import _0x4d1189 from'./integrations/tablemergesplit.js';import _0x1ed447 from'./integrations/tableheadings.js';import _0x3aba25 from'./integrations/tableclipboard.js';import _0x2904fe from'./integrations/tablecolumnresize.js';import _0x406153 from'./integrations/template.js';function _0x565d(_0x1d4b28,_0x40febd){const _0x5bf6e3=_0x5bf6();return _0x565d=function(_0x565dfb,_0x59f5e4){_0x565dfb=_0x565dfb-0x77;let _0xc17d31=_0x5bf6e3[_0x565dfb];return _0xc17d31;},_0x565d(_0x1d4b28,_0x40febd);}import _0x2e93ea from'./integrations/tableofcontents.js';import _0x28e3f7 from'./integrations/title.js';import _0x5353bd from'./integrations/undo.js';import _0x4d8fe4 from'./integrations/tablecaption.js';import _0x369e36 from'./integrations/tableproperties.js';import{getTranslation as _0x5df67}from'./utils/common-translations.js';import{isEqual as _0x4d7036,omit as _0x4d3151}from'lodash-es';export const renameAttributeKey=_0x4f5dbb(0x85);export default class p extends _0x53b8e3{static get[_0x4f5dbb(0x143)](){const _0x26e1ee=_0x4f5dbb;return[_0x26e1ee(0xa2),_0x504329,_0x58853e,_0x6956eb,_0x5e824b,_0x235213,_0x1e78d7,_0x312516,_0x46c2a4,_0x2d9e3c,_0xb06024,_0xed0be7,_0x370fad,_0x2aee7f,_0x31005e,_0x44484a,_0x49f960,_0x17af91,_0x5b2900,_0x10f7c7,_0x55c26d,_0x5cb7bb,_0xecff7f,_0x521d3c,_0x1fa1d1,_0x4ed5ca,_0xb4c621,_0x1c4a23,_0x433f6d,_0x160c36,_0x5a28b7,_0x458bc7,_0x28d068,_0x5e297b,_0x30c89e,_0x5a0994,_0x167fc5,_0x41c4fa,_0x461aae,_0xc927db,_0x5ad56a,_0x4d1189,_0x1ed447,_0x4d8fe4,_0x3aba25,_0x2904fe,_0x2e93ea,_0x369e36,_0x406153,_0x28e3f7,_0x5353bd];}static get[_0x4f5dbb(0x212)](){const _0x7961f3=_0x4f5dbb;return _0x7961f3(0x1e6);}constructor(_0x36eb6b){const _0xd87340=_0x4f5dbb;function _0xc453bc(_0x5762a5){const _0x5746a9=_0x565d;return _0x5762a5[_0x5746a9(0x101)](_0x58bdcc=>String[_0x5746a9(0xf4)](_0x58bdcc))[_0x5746a9(0x83)]('');}super(_0x36eb6b),this[_0xd87340(0x1f0)]=!0x1,this[_0xd87340(0x21f)](_0xd87340(0x100),[]),this['on'](_0xd87340(0x1ea),(_0x2b7409,_0x55f07e,_0x35f636,_0x3b253f)=>{const _0x2a7e80=_0xd87340;this[_0x2a7e80(0xbe)][_0x2a7e80(0x11d)](()=>{const _0x10cbca=_0x2a7e80;for(const _0xe6ddaf of[..._0x3b253f,..._0x35f636])this[_0x10cbca(0xbe)][_0x10cbca(0x173)][_0x10cbca(0x1dd)](_0xe6ddaf)&&_0x36eb6b[_0x10cbca(0xdc)][_0x10cbca(0x187)](_0xe6ddaf);});}),this[_0xd87340(0x1da)]=new _0x17bfd9(this[_0xd87340(0xe8)][_0xd87340(0x15f)][_0xd87340(0x181)],this[_0xd87340(0xe8)][_0xd87340(0x17f)]),this[_0xd87340(0x1d1)]=null,this[_0xd87340(0xb7)]=new Bt(this[_0xd87340(0xe8)]),this[_0xd87340(0xfd)]=new Map(),this[_0xd87340(0x105)]=_0x36eb6b[_0xd87340(0x185)][_0xd87340(0x169)](_0xd87340(0xa2)),this[_0xd87340(0x7d)]=new Set(),this[_0xd87340(0xbe)]=this[_0xd87340(0xe8)][_0xd87340(0x15f)],this[_0xd87340(0xb9)]=new WeakMap(),this[_0xd87340(0x15c)]=!0x1,this[_0xd87340(0x206)]=new Set([_0xd87340(0x85)]),this[_0xd87340(0xcf)]=new Set(),_0x36eb6b[_0xd87340(0x1d5)][_0xd87340(0x1b2)](_0xd87340(0xb1),_0xd87340(0x138)),this[_0xd87340(0x97)]=_0x36eb6b[_0xd87340(0x1d5)][_0xd87340(0x169)](_0xd87340(0xb1)),_0x36eb6b[_0xd87340(0x1d5)][_0xd87340(0x1b2)](_0xd87340(0x172),!0x0),this[_0xd87340(0x1bc)]=_0x36eb6b[_0xd87340(0x1d5)][_0xd87340(0x169)](_0xd87340(0x172)),this[_0xd87340(0x118)]=new _0x4412e5(_0x36eb6b,this[_0xd87340(0x7d)]),this[_0xd87340(0x11a)](),this[_0xc453bc([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xc453bc([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x34]);}[_0x4f5dbb(0x1e7)](){const _0x6cb4c0=_0x4f5dbb,_0x4b18e5=this[_0x6cb4c0(0xe8)],_0x319f43=(_0x3c8906,_0x25a6f9)=>{const _0x40b42b=_0x6cb4c0;if(_0x40b42b(0x152)!=_0x3c8906)return _0x40b42b(0x1cb)+_0x3c8906;const _0x1b8de0=_0x25a6f9[_0x40b42b(0x1bf)]('|')[0x0];return this[_0x40b42b(0x1ca)](_0x1b8de0)?_0x40b42b(0x126):_0x40b42b(0x225);};_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x1cd))[_0x6cb4c0(0x1ff)]({'model':_0x6cb4c0(0x1c2),'view':_0x20ac39=>{const _0x41d634=_0x6cb4c0,{id:_0x60ee0a,type:_0x4f9aa1,subType:_0x14f32f}=this[_0x41d634(0x1c9)](_0x20ac39[_0x41d634(0x9d)]),_0x6e4457=[_0x41d634(0x10b),_0x319f43(_0x4f9aa1,_0x14f32f)];let _0x4d9a21=0xbb8;return this[_0x41d634(0x100)][_0x41d634(0x156)](_0x20ac39[_0x41d634(0x9d)])&&(_0x6e4457[_0x41d634(0x10e)](_0x41d634(0x86)),_0x4d9a21=0xbc2),_0x41d634(0x1fe)==_0x4f9aa1&&(_0x4d9a21+=0x5),{'classes':_0x6e4457,'attributes':{'data-suggestion':_0x60ee0a},'priority':_0x4d9a21};}}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x11b))[_0x6cb4c0(0x132)](_0x456d9e=>{const _0x44ee7a=_0x6cb4c0;_0x456d9e['on'](_0x44ee7a(0x134),(_0x3bf298,_0x23604b,_0x4508ad)=>{const _0x38397c=_0x44ee7a;if(!_0x4508ad[_0x38397c(0x229)][_0x38397c(0x96)])return;const _0x488b6a=_0x23604b[_0x38397c(0x16a)];if(!_0x488b6a)return;const _0x5696d4=_0x4508ad[_0x38397c(0x1ba)][_0x38397c(0x19f)](_0x488b6a);_0x4b18e5[_0x38397c(0x15f)][_0x38397c(0x181)][_0x38397c(0x1c4)](_0x488b6a)&&_0x5696d4&&!_0x5696d4[_0x38397c(0x177)](_0x38397c(0xaa))&&_0x5696d4['is'](_0x38397c(0xae))&&_0x3f30a2(_0x5696d4,_0x4508ad[_0x38397c(0x203)]);},{'priority':_0x44ee7a(0xff)});}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x11b))[_0x6cb4c0(0x1ff)]({'model':_0x6cb4c0(0x1c2),'view':(_0x8b8292,_0xdd1eab)=>{const _0x3c9b2a=_0x6cb4c0;if(!_0xdd1eab[_0x3c9b2a(0x229)][_0x3c9b2a(0x96)])return null;const {type:_0x33077c,subType:_0x52253a}=this[_0x3c9b2a(0x1c9)](_0x8b8292[_0x3c9b2a(0x9d)]);return{'classes':[_0x3c9b2a(0x10b),_0x319f43(_0x33077c,_0x52253a)],'priority':0xbb8};}});const _0x3e3f0e=({showActiveMarkers:_0x280a89=!0x0,isAttributeSuggestion:_0x4625bd=!0x1}={})=>(_0x3cbf3a,_0x29bc06,_0x1e907d)=>{const _0x573421=_0x6cb4c0;if(!_0x29bc06[_0x573421(0x16a)])return;const {id:_0x1dc4e6}=this[_0x573421(0x1c9)](_0x29bc06[_0x573421(0x9d)]);if(_0x4625bd){const _0x453981=this[_0x573421(0xfd)][_0x573421(0x169)](_0x1dc4e6),_0x4717e9=this[_0x573421(0x7c)](_0x453981);if(!this[_0x573421(0x1ca)](_0x4717e9))return;}if(_0x29bc06[_0x573421(0x16a)]['is'](_0x573421(0x1f5)))return void _0x1e907d[_0x573421(0xe3)][_0x573421(0x20e)](_0x29bc06[_0x573421(0x16a)],_0x3cbf3a[_0x573421(0xd6)]);const _0x125d43=_0x1e907d[_0x573421(0x1ba)][_0x573421(0x19f)](_0x29bc06[_0x573421(0x16a)]);if(_0x29bc06[_0x573421(0x16a)]['is'](_0x573421(0x103))&&_0x4b18e5[_0x573421(0x15f)][_0x573421(0x181)][_0x573421(0xce)](_0x29bc06[_0x573421(0x16a)])&&!_0x125d43[_0x573421(0x177)](_0x573421(0x1ee))){_0x1e907d[_0x573421(0x203)][_0x573421(0x12a)]([_0x573421(0x10b),_0x573421(0x126)],_0x125d43),_0x1e907d[_0x573421(0x203)][_0x573421(0xc8)](_0x573421(0xef),_0x1dc4e6,_0x125d43),_0x1e907d[_0x573421(0x1ba)][_0x573421(0x182)](_0x125d43,_0x29bc06[_0x573421(0x9d)]),_0x280a89&&(this[_0x573421(0x100)][_0x573421(0x156)](_0x29bc06[_0x573421(0x9d)])?_0x1e907d[_0x573421(0x203)][_0x573421(0x12a)](_0x573421(0x86),_0x125d43):_0x1e907d[_0x573421(0x203)][_0x573421(0xa5)](_0x573421(0x86),_0x125d43));for(const _0x51d4c3 of _0x4b18e5[_0x573421(0x15f)][_0x573421(0xf7)](_0x29bc06[_0x573421(0x16a)])[_0x573421(0x8d)]())_0x1e907d[_0x573421(0xe3)][_0x573421(0x20e)](_0x51d4c3,_0x3cbf3a[_0x573421(0xd6)]);_0x1e907d[_0x573421(0xe3)][_0x573421(0x20e)](_0x29bc06[_0x573421(0x16a)],_0x3cbf3a[_0x573421(0xd6)]);}};_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x11b))[_0x6cb4c0(0x132)](_0x20d8ac=>{const _0x2459bf=_0x6cb4c0;_0x20d8ac['on'](_0x2459bf(0xe1),(_0xcdcf6f,_0x480a58,_0x4ae220)=>{const _0x531a0a=_0x2459bf;_0x4ae220[_0x531a0a(0x229)][_0x531a0a(0x96)]&&_0x3e3f0e({'showActiveMarkers':!0x1})(_0xcdcf6f,_0x480a58,_0x4ae220);},{'priority':_0x2459bf(0x104)});}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x11b))[_0x6cb4c0(0x132)](_0x16f3a3=>{const _0x116fd3=_0x6cb4c0;_0x16f3a3['on'](_0x116fd3(0x12c),(_0x4560a0,_0x4943d7,_0x41302b)=>{const _0x382b95=_0x116fd3;_0x41302b[_0x382b95(0x229)][_0x382b95(0x96)]&&_0x3e3f0e({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4560a0,_0x4943d7,_0x41302b);},{'priority':_0x116fd3(0x104)});}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x11b))[_0x6cb4c0(0x11c)]({'model':_0x6cb4c0(0x1c2),'view':(_0x11b71e,_0x37366b)=>_0x37366b[_0x6cb4c0(0x229)][_0x6cb4c0(0x96)]?null:{'group':_0x6cb4c0(0x1c2),'name':_0x11b71e[_0x6cb4c0(0xbd)](0xb)}}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x1a9))[_0x6cb4c0(0x7f)]({'view':{'name':_0x6cb4c0(0x1c2),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x243847,{writer:_0x24145b})=>{const _0x351939=_0x6cb4c0;let _0x59f1e4=_0x351939(0xf0)+_0x243847[_0x351939(0x11e)](_0x351939(0x209))+':'+_0x243847[_0x351939(0x11e)]('id');return _0x243847[_0x351939(0x11e)](_0x351939(0x80))&&(_0x59f1e4+=':'+_0x243847[_0x351939(0x11e)](_0x351939(0x80))),_0x24145b[_0x351939(0xd5)](_0x351939(0x227),{'data-name':_0x59f1e4});}}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x1a9))[_0x6cb4c0(0x120)]({'view':_0x6cb4c0(0x1c2)}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x1cd))[_0x6cb4c0(0x132)](_0x92e277=>{const _0x447356=_0x6cb4c0;_0x92e277['on'](_0x447356(0xe1),_0x3e3f0e(),{'priority':_0x447356(0xff)});}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x1cd))[_0x6cb4c0(0x132)](_0x484dd4=>{const _0x5122f5=_0x6cb4c0;_0x484dd4['on'](_0x5122f5(0x12c),_0x3e3f0e({'isAttributeSuggestion':!0x0}),{'priority':_0x5122f5(0xff)});}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x1cd))[_0x6cb4c0(0x132)](_0x33ee0f=>{const _0x3a80fe=_0x6cb4c0;_0x33ee0f['on'](_0x3a80fe(0x1a4),(_0x1a8581,_0x5a1729,_0x528b8d)=>{const _0xb0c52d=_0x3a80fe,_0x469eb4=_0x528b8d[_0xb0c52d(0x1ba)][_0xb0c52d(0xeb)](_0x5a1729[_0xb0c52d(0x9d)]);if(_0x469eb4){for(const _0x414fb9 of _0x469eb4)_0x414fb9[_0xb0c52d(0x177)](_0xb0c52d(0x1ee))||(_0x528b8d[_0xb0c52d(0x203)][_0xb0c52d(0xa5)]([_0xb0c52d(0x10b),_0xb0c52d(0x126),_0xb0c52d(0x86)],_0x414fb9),_0x528b8d[_0xb0c52d(0x203)][_0xb0c52d(0xad)](_0xb0c52d(0xef),_0x414fb9),_0x528b8d[_0xb0c52d(0x1ba)][_0xb0c52d(0x136)](_0x414fb9,_0x5a1729[_0xb0c52d(0x9d)]));}},{'priority':_0x3a80fe(0xff)});}),_0x4b18e5[_0x6cb4c0(0xdd)][_0x6cb4c0(0x148)](_0x6cb4c0(0x1cd))[_0x6cb4c0(0x132)](_0x2c533a=>{const _0x59b91a=_0x6cb4c0;_0x2c533a['on'](_0x59b91a(0xd9),(_0xfef8ff,_0x529b48,_0x5c2ac7)=>{const _0x5c19a6=_0x59b91a,_0x2726ab=_0x5c2ac7[_0x5c19a6(0x1ba)][_0x5c19a6(0xeb)](_0x529b48[_0x5c19a6(0x9d)]);if(!_0x2726ab)return;const {id:_0x28eee2}=this[_0x5c19a6(0x1c9)](_0x529b48[_0x5c19a6(0x9d)]),_0xc5f4fb=this[_0x5c19a6(0xfd)][_0x5c19a6(0x169)](_0x28eee2),_0x450eaf=this[_0x5c19a6(0x7c)](_0xc5f4fb);if(this[_0x5c19a6(0x1ca)](_0x450eaf)){for(const _0x454314 of _0x2726ab)_0x454314[_0x5c19a6(0x177)](_0x5c19a6(0x1ee))||(_0x5c2ac7[_0x5c19a6(0x203)][_0x5c19a6(0xa5)]([_0x5c19a6(0x10b),_0x5c19a6(0x126),_0x5c19a6(0x86)],_0x454314),_0x5c2ac7[_0x5c19a6(0x203)][_0x5c19a6(0xad)](_0x5c19a6(0xef),_0x454314),_0x5c2ac7[_0x5c19a6(0x1ba)][_0x5c19a6(0x136)](_0x454314,_0x529b48[_0x5c19a6(0x9d)]));}},{'priority':_0x59b91a(0xff)});}),_0x4b18e5[_0x6cb4c0(0x15f)][_0x6cb4c0(0x17d)][_0x6cb4c0(0x13e)](_0x5da4f8=>{const _0x104905=_0x6cb4c0;let _0x3e2d8d=!0x1;const _0x2ee43d=Array[_0x104905(0x20b)](_0x4b18e5[_0x104905(0x15f)][_0x104905(0x17d)][_0x104905(0x1f7)][_0x104905(0x78)]()),_0x5edfbb=new Set();for(const {name:_0x1d05c2,data:_0x5c693d}of _0x2ee43d){const {group:_0xcab7e5,type:_0x1d1462,subType:_0x2d31e5,id:_0x388567}=this[_0x104905(0x1c9)](_0x1d05c2);if(_0x104905(0x1c2)!==_0xcab7e5)continue;const _0x4e8324=this[_0x104905(0xfd)][_0x104905(0x169)](_0x388567);if(null!=_0x5c693d[_0x104905(0x150)]){_0x104905(0x15b)==_0x1d1462&&(_0x3e2d8d=_0x3e2d8d||Tt(_0x5c693d[_0x104905(0x150)],_0x1d05c2,_0x5da4f8,_0x4b18e5[_0x104905(0x15f)][_0x104905(0x181)]));const _0x5d9900=_0x104905(0x152)==_0x1d1462&&this[_0x104905(0x1ca)](_0x2d31e5[_0x104905(0x1bf)]('|')[0x0]);if(_0x5c693d[_0x104905(0x150)][_0x104905(0x7e)]||_0x104905(0xdf)==_0x5c693d[_0x104905(0x150)][_0x104905(0xc3)][_0x104905(0xf1)]||_0x104905(0xe9)==_0x1d1462&&!Vt(_0x5c693d[_0x104905(0x150)])||_0x5d9900&&!Vt(_0x5c693d[_0x104905(0x150)])||_0x104905(0x1fe)==_0x1d1462&&!(!Rt(_0xd2c055=_0x5c693d[_0x104905(0x150)])&&!function(_0x58794e){const _0xbcd76b=_0x104905;return _0x58794e[_0xbcd76b(0x226)][_0xbcd76b(0x102)]==_0x58794e[_0xbcd76b(0x205)][_0xbcd76b(0x202)]&&_0x58794e[_0xbcd76b(0x226)][_0xbcd76b(0x154)];}(_0xd2c055)))_0x5da4f8[_0x104905(0x228)](_0x1d05c2),_0x3e2d8d=!0x0;else{if(!_0x4e8324||!_0x4e8324[_0x104905(0xd7)])continue;_0x5edfbb[_0x104905(0x132)](_0x4e8324);}}}var _0xd2c055;return _0x5edfbb[_0x104905(0x128)]>0x0&&(_0x3e2d8d=!!this[_0x104905(0x127)](_0x5edfbb)||_0x3e2d8d),_0x3e2d8d;}),_0x4b18e5[_0x6cb4c0(0x15f)][_0x6cb4c0(0x17d)][_0x6cb4c0(0x13e)](_0x8136dc=>{const _0xfdb614=_0x6cb4c0;let _0x4b5df6=!0x1;for(const _0x2a6f2c of _0x4b18e5[_0xfdb614(0x15f)][_0xfdb614(0x17d)][_0xfdb614(0x1f7)][_0xfdb614(0x1aa)]())if(_0xfdb614(0xe7)==_0x2a6f2c[_0xfdb614(0x7b)])for(const _0x8e2116 of this[_0xfdb614(0xfd)][_0xfdb614(0x1d0)]()){if(_0x8e2116[_0xfdb614(0x180)]||!_0x8e2116[_0xfdb614(0xd7)])continue;const _0x20e38c=_0xfdb614(0xe9)==_0x8e2116[_0xfdb614(0x7b)],_0x5bbb52=this[_0xfdb614(0x7c)](_0x8e2116),_0x5d41a0=_0x5bbb52&&this[_0xfdb614(0x1ca)](_0x5bbb52);if(!_0x20e38c&&!_0x5d41a0)continue;const _0x4f1328=_0x8e2116[_0xfdb614(0x117)]();if(_0x4f1328[_0xfdb614(0x226)][_0xfdb614(0x102)]!=_0x4f1328[_0xfdb614(0x205)][_0xfdb614(0x102)]&&!_0x4f1328[_0xfdb614(0x205)][_0xfdb614(0x154)]){const _0x44f7a8=_0x4b18e5[_0xfdb614(0x15f)][_0xfdb614(0x1de)](_0x4f1328[_0xfdb614(0x226)][_0xfdb614(0x92)],_0xfdb614(0x205)),_0x48fea3=_0x4b18e5[_0xfdb614(0x15f)][_0xfdb614(0x221)](_0x4f1328[_0xfdb614(0x226)],_0x44f7a8);_0x8136dc[_0xfdb614(0x140)](_0x8e2116[_0xfdb614(0x9b)](),{'range':_0x48fea3}),_0x4b5df6=!0x0;}}return _0x4b5df6;}),_0x4b18e5[_0x6cb4c0(0x15f)][_0x6cb4c0(0x17d)][_0x6cb4c0(0x13e)](_0x5f1ae8=>this[_0x6cb4c0(0x1cc)](_0x5f1ae8)),_0x4b18e5[_0x6cb4c0(0x15f)][_0x6cb4c0(0x17d)][_0x6cb4c0(0x13e)](_0x3fba03=>!_0x3fba03[_0x6cb4c0(0x10a)][_0x6cb4c0(0x15a)]&&this[_0x6cb4c0(0x201)](_0x3fba03)),_0x4b18e5[_0x6cb4c0(0x15f)]['on'](_0x6cb4c0(0xc1),()=>{const _0x2c8db2=_0x6cb4c0;this[_0x2c8db2(0x1f0)]=!0x1;}),_0x4b18e5[_0x6cb4c0(0x15f)][_0x6cb4c0(0x17d)]['on'](_0x6cb4c0(0xd2),(_0x2c8e86,_0x373387)=>{const _0x272a30=_0x6cb4c0;if(!_0x373387[_0x272a30(0x15a)]||_0x373387[_0x272a30(0xc6)])return;if(!this[_0x272a30(0x1f0)])return;const _0x4c8387=_0x4b18e5[_0x272a30(0x15f)][_0x272a30(0x17d)][_0x272a30(0x1f7)][_0x272a30(0x1aa)]();if(0x0==_0x4c8387[_0x272a30(0xda)])return;const _0x22b29a=[],_0x4c1473=_0x4c8387[_0x272a30(0x7a)](_0x2e3b5d=>_0x272a30(0x152)==_0x2e3b5d[_0x272a30(0x7b)]),_0x3f06f1=_0x4c8387[_0x272a30(0x7a)](_0x24b6aa=>_0x272a30(0xe7)==_0x24b6aa[_0x272a30(0x7b)]&&_0x272a30(0x9f)!=_0x24b6aa[_0x272a30(0xd6)]),_0x184bf8=_0x4c8387[_0x272a30(0x7a)](_0x3f9fdd=>_0x272a30(0x167)==_0x3f9fdd[_0x272a30(0x7b)]&&_0x272a30(0x9f)!=_0x3f9fdd[_0x272a30(0xd6)]);for(const _0x3df4c8 of _0x4c1473)this[_0x272a30(0xf8)](_0x3df4c8[_0x272a30(0x149)])&&_0x22b29a[_0x272a30(0x10e)]({'key':_0x3df4c8[_0x272a30(0x149)],'newValue':_0x3df4c8[_0x272a30(0xc4)],'oldValue':_0x3df4c8[_0x272a30(0x1f3)],'range':Ut(_0x3df4c8[_0x272a30(0x13b)],_0x4b18e5[_0x272a30(0x15f)])});for(const _0x1e201f of _0x3f06f1){const _0x465295=_0x184bf8[_0x272a30(0x1e0)](_0x4a3aea=>_0x4a3aea[_0x272a30(0x116)]===_0x1e201f[_0x272a30(0x116)]);if(_0x465295){const _0x17f06=Ot(_0x1e201f[_0x272a30(0xc7)][_0x272a30(0x92)],_0x4b18e5[_0x272a30(0x15f)]);_0x465295[_0x272a30(0xd6)]!==_0x1e201f[_0x272a30(0xd6)]&&_0x22b29a[_0x272a30(0x10e)]({'key':_0x272a30(0x85),'newValue':_0x1e201f[_0x272a30(0xd6)],'oldValue':_0x465295[_0x272a30(0xd6)],'range':_0x17f06});for(const [_0x549523,_0x58ef61]of _0x465295[_0x272a30(0x196)]){if(!this[_0x272a30(0xf8)](_0x549523))continue;const _0xe97e46=_0x1e201f[_0x272a30(0x196)][_0x272a30(0x169)](_0x549523);_0x58ef61!==_0xe97e46&&_0x22b29a[_0x272a30(0x10e)]({'key':_0x549523,'newValue':_0xe97e46,'oldValue':_0x58ef61,'range':_0x17f06});}for(const [_0x55305f,_0x122173]of _0x1e201f[_0x272a30(0x196)])this[_0x272a30(0xf8)](_0x55305f)&&(_0x465295[_0x272a30(0x196)][_0x272a30(0x1dd)](_0x55305f)||_0x22b29a[_0x272a30(0x10e)]({'key':_0x55305f,'newValue':_0x122173,'oldValue':null,'range':_0x17f06}));}}0x0!=_0x22b29a[_0x272a30(0xda)]&&_0x4b18e5[_0x272a30(0x15f)][_0x272a30(0x106)](_0x373387,_0x3e3316=>{const _0x288782=_0x272a30,_0x380f40=_0x1ed50c();for(const {range:_0x54ff76,key:_0x1dae6d,oldValue:_0x4f3f09,newValue:_0x1a0ae6}of _0x22b29a)this[_0x288782(0x216)](_0x54ff76,_0x1dae6d,_0x4f3f09,_0x1a0ae6,{'groupId':_0x380f40});this[_0x288782(0x18a)](_0x3e3316,_0x22b29a);});},{'priority':_0x6cb4c0(0x14a)}),_0x4b18e5[_0x6cb4c0(0x15f)][_0x6cb4c0(0x173)]['on'](_0x6cb4c0(0x1e5),(_0x1d468a,_0x4df79f,_0x23be82)=>{const _0x431d0c=_0x6cb4c0;if(null==_0x23be82){const {id:_0x3f1b81}=this[_0x431d0c(0x1c9)](_0x4df79f[_0x431d0c(0xd6)]),_0x1cefc9=this[_0x431d0c(0xfd)][_0x431d0c(0x169)](_0x3f1b81);_0x1cefc9&&_0x1cefc9[_0x431d0c(0x146)](_0x4df79f[_0x431d0c(0xd6)]);}}),_0x4b18e5[_0x6cb4c0(0x15f)][_0x6cb4c0(0x17d)]['on'](_0x6cb4c0(0xd2),()=>{const _0x414301=_0x6cb4c0,_0x5b8341=Array[_0x414301(0x20b)](_0x4b18e5[_0x414301(0x15f)][_0x414301(0x17d)][_0x414301(0x1f7)][_0x414301(0x78)]())[_0x414301(0x7a)](_0x53427b=>_0x414301(0x1c2)===this[_0x414301(0x1c9)](_0x53427b[_0x414301(0xd6)])[_0x414301(0x8c)]);if(0x0===_0x5b8341[_0x414301(0xda)])return;_0x5b8341[_0x414301(0x9c)]((_0x4ce73e,_0x55b736)=>{const _0x33d05f=_0x414301,_0x366458=_0x4ce73e[_0x33d05f(0xcc)][_0x33d05f(0x19e)],_0x32d544=_0x55b736[_0x33d05f(0xcc)][_0x33d05f(0x19e)];return null===_0x366458&&null===_0x32d544?0x0:null===_0x366458&&null!==_0x32d544?-0x1:null!==_0x366458&&null===_0x32d544?0x1:_0x366458[_0x33d05f(0x226)][_0x33d05f(0xcd)](_0x32d544[_0x33d05f(0x226)])?-0x1:0x1;});const _0x3836b3=new Set(),_0x36aadf=new Set();for(const {name:_0x4450b7,data:_0x1ab7e4}of _0x5b8341){const {id:_0x1003f3}=this[_0x414301(0x1c9)](_0x4450b7);if(null===_0x1ab7e4[_0x414301(0x19e)]){const _0x59a02a=this[_0x414301(0x11f)](_0x4450b7);_0x36aadf[_0x414301(0x132)](_0x59a02a);}else{const _0x444e73=this[_0x414301(0xfd)][_0x414301(0x169)](_0x1003f3);null!==_0x1ab7e4[_0x414301(0x150)]||_0x444e73[_0x414301(0xd7)]?(_0x3836b3[_0x414301(0x132)](_0x444e73[_0x414301(0x179)]),_0x36aadf[_0x414301(0x132)](_0x444e73)):this[_0x414301(0xea)](_0x444e73);}}_0x36aadf[_0x414301(0x128)]>0x0&&this[_0x414301(0x9a)](_0x36aadf);for(const _0x41cbeb of _0x3836b3)this[_0x414301(0x155)](_0x414301(0x1a7),_0x41cbeb);}),_0x4b18e5[_0x6cb4c0(0x15f)]['on'](_0x6cb4c0(0x1ce),(_0x3ba565,_0x502930)=>{const _0x18178c=_0x6cb4c0,_0x49abea=_0x502930[0x0];if(!this[_0x18178c(0xfd)][_0x18178c(0x128)])return;if(!_0x49abea[_0x18178c(0x129)])return;if(_0x49abea[_0x18178c(0x10a)][_0x18178c(0xc6)]||!_0x49abea[_0x18178c(0x10a)][_0x18178c(0x15a)])return;let _0x16e104,_0x2ae022;switch(_0x49abea[_0x18178c(0x7b)]){case _0x18178c(0xe7):_0x16e104=_0x4b18e5[_0x18178c(0x15f)][_0x18178c(0x1de)](_0x49abea[_0x18178c(0xc7)]),_0x2ae022=_0x16e104[_0x18178c(0xfa)](_0x49abea[_0x18178c(0x14f)]);break;case _0x18178c(0x1bf):_0x16e104=_0x4b18e5[_0x18178c(0x15f)][_0x18178c(0x1de)](_0x49abea[_0x18178c(0x174)]),_0x2ae022=_0x4b18e5[_0x18178c(0x15f)][_0x18178c(0x1de)](_0x49abea[_0x18178c(0x17c)]);break;case _0x18178c(0xab):_0x16e104=_0x4b18e5[_0x18178c(0x15f)][_0x18178c(0x1de)](_0x49abea[_0x18178c(0xf9)]),_0x2ae022=_0x16e104[_0x18178c(0xfa)](_0x49abea[_0x18178c(0x14f)]);break;default:return;}const _0x4b1811=_0x4b18e5[_0x18178c(0x15f)][_0x18178c(0x221)](_0x16e104,_0x2ae022);_0x4b18e5[_0x18178c(0x15f)][_0x18178c(0x11d)](()=>{const _0x4c7627=_0x18178c;for(const {suggestion:_0x37116e,meta:_0x7dae4a}of this[_0x4c7627(0x213)](_0x4b1811)){if(_0x37116e[_0x4c7627(0x180)])continue;if(_0x4c7627(0x15b)==_0x37116e[_0x4c7627(0x7b)])continue;const _0x104a56=this[_0x4c7627(0x7c)](_0x37116e);if(_0x104a56&&this[_0x4c7627(0x1ca)](_0x104a56)&&_0x4c7627(0x1bf)!=_0x49abea[_0x4c7627(0x7b)])continue;const _0x555a28=_0x37116e[_0x4c7627(0xcc)]&&_0x37116e[_0x4c7627(0xcc)][_0x4c7627(0x91)];(_0x4c7627(0xe9)!=_0x37116e[_0x4c7627(0x7b)]||_0x4c7627(0x1bf)==_0x49abea[_0x4c7627(0x7b)]&&!_0x555a28)&&(_0x7dae4a[_0x4c7627(0x15e)]||_0x4c7627(0x109)==_0x37116e[_0x4c7627(0x7b)]&&_0x7dae4a[_0x4c7627(0x20d)]||_0x37116e[_0x4c7627(0x117)]()[_0x4c7627(0x1f2)](_0x4b1811)&&this[_0x4c7627(0x1bd)](_0x37116e,_0x16e104,_0x2ae022));}});},{'priority':_0x6cb4c0(0x14a)}),_0x4b18e5[_0x6cb4c0(0x15f)]['on'](_0x6cb4c0(0x12f),(_0x16cd11,_0x2042bd)=>{const _0x1d7dfe=_0x6cb4c0,_0x2365bd=_0x2042bd[0x0],_0x25c03e=_0x2042bd[0x1];if(_0x25c03e&&_0x25c03e[_0x1d7dfe(0x1d9)])return;if(this[_0x1d7dfe(0x15c)])return;if(!this[_0x1d7dfe(0x118)][_0x1d7dfe(0x21d)])return;if(_0x2365bd[_0x1d7dfe(0x7e)])return;const _0x432a0a=_0x4b18e5[_0x1d7dfe(0x15f)][_0x1d7dfe(0x181)],{start:_0x28dd3d,end:_0x36af9e}=_0x2365bd[_0x1d7dfe(0x117)](),_0x44963e=_0x28dd3d[_0x1d7dfe(0x92)]&&_0x432a0a[_0x1d7dfe(0x1fa)](_0x28dd3d[_0x1d7dfe(0x92)])?null:_0x432a0a[_0x1d7dfe(0xb3)](_0x28dd3d,_0x1d7dfe(0x114)),_0x44f64a=_0x36af9e[_0x1d7dfe(0x202)]&&_0x432a0a[_0x1d7dfe(0x1fa)](_0x36af9e[_0x1d7dfe(0x202)])?null:_0x432a0a[_0x1d7dfe(0xb3)](_0x36af9e,_0x1d7dfe(0xa0)),_0x405996=_0x4b18e5[_0x1d7dfe(0x15f)][_0x1d7dfe(0x221)](_0x44963e?_0x44963e[_0x1d7dfe(0x226)]:_0x28dd3d,_0x44f64a?_0x44f64a[_0x1d7dfe(0x205)]:_0x36af9e);_0x4b18e5[_0x1d7dfe(0x15f)][_0x1d7dfe(0x11d)](_0x1bb9b7=>{const _0x56c75b=_0x1d7dfe;this[_0x56c75b(0x16d)](_0x405996);const _0x1617fa=_0x4b18e5[_0x56c75b(0x15f)][_0x56c75b(0x181)][_0x56c75b(0xb3)](_0x405996[_0x56c75b(0x226)]);_0x2365bd['is'](_0x56c75b(0x1b4))?_0x1bb9b7[_0x56c75b(0xe4)](_0x1617fa):_0x2365bd[_0x56c75b(0x16b)](_0x1617fa);}),_0x16cd11[_0x1d7dfe(0x21c)]();},{'priority':_0x650980[_0x6cb4c0(0x199)]+0xa}),_0x4b18e5[_0x6cb4c0(0x15f)]['on'](_0x6cb4c0(0x1fd),(_0x30154b,_0x15ebaa)=>{const _0x31247f=_0x6cb4c0,_0x15cfb4=_0x15ebaa[_0x15ebaa[_0x31247f(0xda)]-0x1];_0x15cfb4&&_0x15cfb4[_0x31247f(0x1d9)]||this[_0x31247f(0x15c)]||this[_0x31247f(0x118)][_0x31247f(0x21d)]&&(_0x4b18e5[_0x31247f(0x15f)][_0x31247f(0x11d)](()=>{const _0x4370a2=_0x31247f;let _0x58ff54=_0x4b18e5[_0x4370a2(0x15f)][_0x4370a2(0x1fd)](_0x15ebaa[0x0],_0x15ebaa[0x1],_0x15ebaa[0x2],{'forceDefaultExecution':!0x0});if(!_0x58ff54)return;_0x30154b[_0x4370a2(0x110)]=_0x58ff54[_0x4370a2(0xa1)]();const _0x48b2ee=_0x58ff54[_0x4370a2(0x205)][_0x4370a2(0x202)],_0x1d24b4=_0x4b18e5[_0x4370a2(0x15f)][_0x4370a2(0x181)];_0x48b2ee&&_0x1d24b4[_0x4370a2(0xce)](_0x48b2ee)&&!_0x1d24b4[_0x4370a2(0x1c4)](_0x48b2ee)&&(_0x58ff54=_0x4b18e5[_0x4370a2(0x15f)][_0x4370a2(0x221)](_0x58ff54[_0x4370a2(0x226)],_0x4b18e5[_0x4370a2(0x15f)][_0x4370a2(0x1de)](_0x48b2ee,_0x4370a2(0x205)))),this[_0x4370a2(0x1b9)](_0x58ff54);}),_0x30154b[_0x31247f(0x21c)]());},{'priority':_0x6cb4c0(0xff)}),this[_0x6cb4c0(0xe8)][_0x6cb4c0(0xec)][_0x6cb4c0(0x132)](_0x6cb4c0(0x1a0),this[_0x6cb4c0(0x118)]),this[_0x6cb4c0(0x192)](_0x6cb4c0(0x1a0));const _0x4be75f=new _0xccd151(_0x4b18e5,this[_0x6cb4c0(0xfd)]);_0x4b18e5[_0x6cb4c0(0xec)][_0x6cb4c0(0x132)](_0x6cb4c0(0x137),_0x4be75f),this[_0x6cb4c0(0x192)](_0x6cb4c0(0x137));const _0x484153=new _0x20db15(_0x4b18e5,this[_0x6cb4c0(0xfd)]);_0x4b18e5[_0x6cb4c0(0xec)][_0x6cb4c0(0x132)](_0x6cb4c0(0x160),_0x484153),this[_0x6cb4c0(0x192)](_0x6cb4c0(0x160)),_0x4b18e5[_0x6cb4c0(0xec)][_0x6cb4c0(0x132)](_0x6cb4c0(0x1b7),new _0x232a33(_0x4b18e5,_0x4be75f,this[_0x6cb4c0(0xfd)])),this[_0x6cb4c0(0x192)](_0x6cb4c0(0x1b7)),_0x4b18e5[_0x6cb4c0(0xec)][_0x6cb4c0(0x132)](_0x6cb4c0(0x1ec),new _0x232a33(_0x4b18e5,_0x484153,this[_0x6cb4c0(0xfd)])),this[_0x6cb4c0(0x192)](_0x6cb4c0(0x1ec)),_0x4b18e5[_0x6cb4c0(0xec)][_0x6cb4c0(0x132)](_0x6cb4c0(0x16f),new _0x176dbe(_0x4b18e5,_0x4be75f,this[_0x6cb4c0(0xfd)])),this[_0x6cb4c0(0x192)](_0x6cb4c0(0x16f)),_0x4b18e5[_0x6cb4c0(0xec)][_0x6cb4c0(0x132)](_0x6cb4c0(0x145),new _0x176dbe(_0x4b18e5,_0x484153,this[_0x6cb4c0(0xfd)])),this[_0x6cb4c0(0x192)](_0x6cb4c0(0x145));const _0x3995ac=_0x4b18e5[_0x6cb4c0(0x185)][_0x6cb4c0(0x169)](_0x6cb4c0(0xa2));this[_0x6cb4c0(0x1df)](_0x3995ac,_0x6cb4c0(0x1c6),(_0x29ea85,{threadId:_0x481250})=>{const _0x5bc090=_0x6cb4c0,_0xb58d64=this[_0x5bc090(0xfd)][_0x5bc090(0x169)](_0x481250);_0xb58d64&&_0xb58d64[_0x5bc090(0xd4)]&&0x1===_0xb58d64[_0x5bc090(0xd4)][_0x5bc090(0xda)]&&this[_0x5bc090(0x165)](_0x481250,{'hasComments':!0x0});},{'priority':_0x6cb4c0(0x1a2)}),this[_0x6cb4c0(0x1df)](_0x3995ac,_0x6cb4c0(0xd8),(_0x379447,{threadId:_0x11781c})=>{const _0x4fefe2=_0x6cb4c0,_0x3fa259=this[_0x4fefe2(0xfd)][_0x4fefe2(0x169)](_0x11781c);_0x3fa259&&_0x3fa259[_0x4fefe2(0xd4)]&&!_0x3fa259[_0x4fefe2(0xd4)][_0x4fefe2(0xda)]&&this[_0x4fefe2(0x165)](_0x11781c,{'hasComments':!0x1});},{'priority':_0x6cb4c0(0x1a2)});}set[_0x4f5dbb(0x10f)](_0x140cc5){const _0x4e7bd1=_0x4f5dbb;if(this[_0x4e7bd1(0x1d1)])throw new _0x2edcdf(_0x4e7bd1(0xbc),this);this[_0x4e7bd1(0x1d1)]=_0x140cc5;}get[_0x4f5dbb(0x10f)](){const _0x1d0a23=_0x4f5dbb;return this[_0x1d0a23(0x1d1)];}[_0x4f5dbb(0x204)]({skipNotAttached:_0x4d966b=!0x1,toJSON:_0x29bd94=!0x1}={}){const _0x440b2d=_0x4f5dbb,_0x289d0d=[];for(const _0x11e73b of this[_0x440b2d(0xfd)][_0x440b2d(0x1d0)]())_0x4d966b&&!_0x11e73b[_0x440b2d(0xd7)]||_0x289d0d[_0x440b2d(0x10e)](_0x11e73b);return _0x29bd94?_0x289d0d[_0x440b2d(0x101)](_0x56930e=>_0x56930e[_0x440b2d(0xcb)]()):_0x289d0d;}[_0x4f5dbb(0x144)](_0x5045fd){const _0x27c34d=_0x4f5dbb,_0x27b390=this[_0x27c34d(0xfd)][_0x27c34d(0x169)](_0x5045fd);if(!_0x27b390)throw new _0x2edcdf(_0x27c34d(0x16e),this);return _0x27b390;}[_0x4f5dbb(0xed)](_0x361405){const _0x3cde63=_0x4f5dbb;return this[_0x3cde63(0xfd)][_0x3cde63(0x1dd)](_0x361405);}[_0x4f5dbb(0x1af)](_0x5e8a84){const _0x4b3a95=_0x4f5dbb,{authorId:_0x174a5f,id:_0x5d77cd,attributes:_0x34cb81}=_0x5e8a84,[_0x5dccba,_0x1adb74]=_0x5e8a84[_0x4b3a95(0x7b)][_0x4b3a95(0x1bf)](':'),_0x3a50d6=this[_0x4b3a95(0xfd)][_0x4b3a95(0x169)](_0x5d77cd)||this[_0x4b3a95(0x220)](_0x5dccba,_0x1adb74,_0x5d77cd,_0x174a5f,_0x34cb81);if(this[_0x4b3a95(0x1b3)](_0x3a50d6),this[_0x4b3a95(0x12d)](_0x3a50d6,_0x5dccba,_0x1adb74||null,_0x174a5f),_0x3a50d6[_0x4b3a95(0xc2)]=_0x5e8a84[_0x4b3a95(0xc2)],_0x3a50d6[_0x4b3a95(0x1c5)]=!0x0,_0x34cb81&&_0x34cb81[_0x4b3a95(0x17e)]){const _0x5e0395=_0x34cb81[_0x4b3a95(0x17e)],_0x23ee34=this[_0x4b3a95(0x1e4)](_0x5e0395[_0x4b3a95(0x170)]);_0x3a50d6[_0x4b3a95(0x178)]=_0x5e0395[_0x4b3a95(0xc2)],_0x3a50d6[_0x4b3a95(0x1b0)]=_0x23ee34,_0x3a50d6[_0x4b3a95(0x1d3)]=!0x0;}else _0x3a50d6[_0x4b3a95(0x178)]=_0x5e8a84[_0x4b3a95(0xc2)];switch(_0x5e8a84[_0x4b3a95(0xcc)]&&(_0x3a50d6[_0x4b3a95(0xcc)]=_0x5e8a84[_0x4b3a95(0xcc)]),_0x5e8a84[_0x4b3a95(0x196)]&&(_0x3a50d6[_0x4b3a95(0x196)]=_0x5e8a84[_0x4b3a95(0x196)]),this[_0x4b3a95(0x1d1)]&&this[_0x4b3a95(0x1d1)][_0x4b3a95(0x1f1)]||(_0x3a50d6[_0x4b3a95(0x214)]=!0x0),this[_0x4b3a95(0xb9)][_0x4b3a95(0x169)](_0x3a50d6)){case _0x4b3a95(0x10c):this[_0x4b3a95(0xb9)][_0x4b3a95(0x21f)](_0x3a50d6,_0x4b3a95(0x19d));break;case _0x4b3a95(0xee):_0x3a50d6[_0x4b3a95(0xd7)]?(this[_0x4b3a95(0x127)](new Set([_0x3a50d6])),this[_0x4b3a95(0x9a)](new Set([_0x3a50d6])),this[_0x4b3a95(0xb9)][_0x4b3a95(0x21f)](_0x3a50d6,_0x4b3a95(0x193)),this[_0x4b3a95(0x155)](_0x4b3a95(0x18e),_0x3a50d6)):this[_0x4b3a95(0xb9)][_0x4b3a95(0x21f)](_0x3a50d6,_0x4b3a95(0xc0));}return _0x3a50d6;}[_0x4f5dbb(0x137)](_0x59ed41){const _0x12fbdd=_0x4f5dbb;this[_0x12fbdd(0x1d9)](()=>{const _0x55e362=_0x12fbdd;this[_0x55e362(0xe8)][_0x55e362(0x15f)][_0x55e362(0x11d)](()=>{const _0x251903=_0x55e362;for(const _0x12f674 of _0x59ed41[_0x251903(0x17b)]())_0x12f674[_0x251903(0x1bb)]();});});}[_0x4f5dbb(0x160)](_0x115139){const _0x370d80=_0x4f5dbb;this[_0x370d80(0x1d9)](()=>{const _0x1918ce=_0x370d80;this[_0x1918ce(0xe8)][_0x1918ce(0x15f)][_0x1918ce(0x11d)](()=>{const _0x1e5a62=_0x1918ce;for(const _0xc32c36 of _0x115139[_0x1e5a62(0x17b)]())_0xc32c36[_0x1e5a62(0x1c7)]();});});}[_0x4f5dbb(0x192)](_0x4c444e,_0x36e347){const _0x518602=_0x4f5dbb,_0x47578c=this[_0x518602(0xe8)][_0x518602(0xec)][_0x518602(0x169)](_0x4c444e);if(!_0x47578c)throw new _0x2edcdf(_0x518602(0x20f),this,{'commandName':_0x4c444e});if(this[_0x518602(0x7d)][_0x518602(0x1dd)](_0x47578c))throw new _0x2edcdf(_0x518602(0x197),this,{'commandName':_0x4c444e});this[_0x518602(0x7d)][_0x518602(0x132)](_0x47578c),_0x36e347&&_0x47578c['on'](_0x518602(0x13a),(_0x59c5db,_0x657f38)=>{const _0x558956=_0x518602;this[_0x558956(0x118)][_0x558956(0x21d)]&&(this[_0x558956(0x15c)]||(_0x657f38[_0x558956(0xda)]>0x0&&_0x657f38[_0x657f38[_0x558956(0xda)]-0x1]&&_0x657f38[_0x657f38[_0x558956(0xda)]-0x1][_0x558956(0x1d9)]?_0x657f38[_0x558956(0x184)]():(_0x59c5db[_0x558956(0x110)]=_0x36e347((..._0xc2e6e8)=>_0x47578c[_0x558956(0x13a)](..._0xc2e6e8,{'forceDefaultExecution':!0x0}),..._0x657f38),_0x59c5db[_0x558956(0x21c)]())));},{'priority':_0x518602(0xff)});}[_0x4f5dbb(0x1d9)](_0x248f74){const _0x5708cd=_0x4f5dbb;let _0x56c0b1,_0x30673e;const _0x1777ec=this[_0x5708cd(0x15c)];this[_0x5708cd(0x15c)]=!0x0;try{_0x56c0b1=_0x248f74();}catch(_0x4bf0ab){_0x30673e=_0x4bf0ab;}return _0x1777ec||(this[_0x5708cd(0x15c)]=!0x1),_0x30673e&&_0x2edcdf[_0x5708cd(0x198)](_0x30673e,this),_0x56c0b1;}[_0x4f5dbb(0x1b9)](_0x59f483,_0x26cc89=null,_0x5e4ea0={}){const _0x49a1f2=_0x4f5dbb;if(_0x59f483[_0x49a1f2(0x7e)])return null;const _0x3b3aef=this[_0x49a1f2(0xe8)][_0x49a1f2(0x185)][_0x49a1f2(0x169)](_0x49a1f2(0x113))['me'];for(const {suggestion:_0x10d536,meta:_0x45173a}of this[_0x49a1f2(0x213)](_0x59f483,_0x49a1f2(0x109)))if(_0x45173a[_0x49a1f2(0x20d)]){if(!_0x45173a[_0x49a1f2(0x94)]){if(_0x45173a[_0x49a1f2(0x15e)]){if(!this[_0x49a1f2(0x1bc)]||!Pt(_0x10d536,_0x5e4ea0))continue;return _0x10d536;}if(Pt(_0x10d536,_0x5e4ea0))return _0x10d536;this[_0x49a1f2(0x1bd)](_0x10d536,_0x59f483[_0x49a1f2(0x226)],_0x59f483[_0x49a1f2(0x205)]);break;}if(_0x26cc89==_0x10d536[_0x49a1f2(0x87)]&&Pt(_0x10d536,_0x5e4ea0)){const _0x5ce6c8=_0x10d536[_0x49a1f2(0x117)]();return _0x5ce6c8[_0x49a1f2(0x226)][_0x49a1f2(0xba)](_0x59f483[_0x49a1f2(0x205)])?this[_0x49a1f2(0x17a)](_0x10d536,this[_0x49a1f2(0xbe)][_0x49a1f2(0x221)](_0x59f483[_0x49a1f2(0x226)],_0x5ce6c8[_0x49a1f2(0x205)])):this[_0x49a1f2(0x17a)](_0x10d536,this[_0x49a1f2(0xbe)][_0x49a1f2(0x221)](_0x5ce6c8[_0x49a1f2(0x226)],_0x59f483[_0x49a1f2(0x205)])),_0x10d536;}}const _0x238551=_0x1ed50c(),_0x1cca69=_0x3b3aef['id'],_0x63b1f4=_0x26cc89?_0x49a1f2(0xb5)+_0x26cc89:_0x49a1f2(0x109),_0x48c1f6=this[_0x49a1f2(0x153)]({'id':_0x238551,'type':_0x63b1f4,'createdAt':new Date(),'authorId':_0x1cca69,'attributes':_0x5e4ea0});return this[_0x49a1f2(0x13c)](_0x63b1f4,_0x238551,_0x1cca69,_0x59f483),_0x48c1f6;}[_0x4f5dbb(0x1be)](_0x1e91ba,_0x2f5a10=_0x4f5dbb(0x194),_0x4f0103={}){const _0x70b5c8=_0x4f5dbb,_0x593269=this[_0x70b5c8(0xe8)][_0x70b5c8(0x185)][_0x70b5c8(0x169)](_0x70b5c8(0x113))['me'],_0x441c4c=this[_0x70b5c8(0xb7)][_0x70b5c8(0x222)](_0x70b5c8(0x109),_0x2f5a10,_0x70b5c8(0x83));for(const _0x48ff05 of this[_0x70b5c8(0x204)]())if(_0x48ff05[_0x70b5c8(0x1b0)]['id']==_0x593269['id']&&_0x70b5c8(0x109)==_0x48ff05[_0x70b5c8(0x7b)]&&_0x48ff05[_0x70b5c8(0x87)]==_0x2f5a10&&Pt(_0x48ff05,_0x4f0103)&&(_0x441c4c(_0x48ff05[_0x70b5c8(0x208)](),_0x1e91ba)||_0x441c4c(_0x1e91ba,_0x48ff05[_0x70b5c8(0x208)]()))){for(const _0x23af5c of _0x1e91ba)_0x48ff05[_0x70b5c8(0x8f)](_0x23af5c);return _0x48ff05;}for(const {suggestion:_0x327b65,meta:_0xaef2ca}of this[_0x70b5c8(0x213)](_0x1e91ba,_0x70b5c8(0x109))){if(!_0xaef2ca[_0x70b5c8(0x20d)])continue;if(!this[_0x70b5c8(0x1bc)]&&_0xaef2ca[_0x70b5c8(0x15e)])continue;if(!Pt(_0x327b65,_0x4f0103))continue;let _0x67c9c4=!0x0;for(const _0x1ac78f of _0x327b65[_0x70b5c8(0x208)]())for(const _0xe7e506 of _0x1e91ba)if(!_0x1ac78f[_0x70b5c8(0x1f2)](_0xe7e506)){_0x67c9c4=!0x1;break;}if(_0x67c9c4)return _0x327b65;}const _0x10a5c6=_0x1ed50c(),_0x5a130a=_0x593269['id'],_0xd89236=_0x70b5c8(0xb5)+_0x2f5a10,_0x4f4a23=this[_0x70b5c8(0x153)]({'id':_0x10a5c6,'type':_0xd89236,'createdAt':new Date(),'authorId':_0x5a130a,'attributes':_0x4f0103});for(const _0x4a013c of _0x1e91ba)this[_0x70b5c8(0x13c)](_0xd89236,_0x10a5c6,_0x5a130a,_0x4a013c,_0x104e19[_0x70b5c8(0x1d4)]());return _0x4f4a23;}[_0x4f5dbb(0x21a)](_0x1b58e5,_0x393231,_0x40a750=null,_0xb307df={}){const _0x4b28a7=_0x4f5dbb;if(_0x40a750=_0x40a750||Et(_0x393231),_0x1b58e5[_0x4b28a7(0x7e)])return null;if(_0x4b28a7(0xc5)===this[_0x4b28a7(0x97)]){const _0x23e0c9=this[_0x4b28a7(0xb7)][_0x4b28a7(0x222)](_0x4b28a7(0x15b),_0x40a750,_0x4b28a7(0x1bb));return this[_0x4b28a7(0x1d9)](()=>_0x23e0c9([_0x1b58e5],_0x393231,_0xb307df)),null;}const _0x492163=this[_0x4b28a7(0xe8)][_0x4b28a7(0x185)][_0x4b28a7(0x169)](_0x4b28a7(0x113))['me'],_0x1aa457=[];if(_0x4b28a7(0xb4)!==this[_0x4b28a7(0x97)]){for(const {suggestion:_0x2cec5f,meta:_0x149474}of this[_0x4b28a7(0x213)](_0x1b58e5,_0x4b28a7(0x109)))_0x149474[_0x4b28a7(0x20d)]&&!_0x149474[_0x4b28a7(0x18f)]&&_0x1aa457[_0x4b28a7(0x10e)](..._0x2cec5f[_0x4b28a7(0x208)]());}const _0x258b83=function(_0x7377f5,_0x45c200){const _0x41b9b7=_0x4b28a7,_0x3f0cf3=[];for(const _0x8b75c3 of _0x45c200){const _0x15eaff=_0x7377f5[_0x41b9b7(0x15d)](_0x8b75c3);_0x15eaff&&_0x3f0cf3[_0x41b9b7(0x10e)](_0x15eaff);}return _0x3f0cf3;}(_0x1b58e5,_0x1aa457),_0x4e99cf=function(_0x414fe8,_0x229f50){const _0xd26c3=_0x4b28a7,_0x397c26=[_0x414fe8];for(const _0x52ca20 of _0x229f50){let _0x6f975=0x0;for(;_0x6f975<_0x397c26[_0xd26c3(0xda)];){const _0x732efa=_0x397c26[_0x6f975][_0xd26c3(0xca)](_0x52ca20);_0x397c26[_0xd26c3(0xbf)](_0x6f975,0x1,..._0x732efa),_0x6f975+=_0x732efa[_0xd26c3(0xda)];}}return _0x397c26;}(_0x1b58e5,_0x1aa457);_0x258b83[_0x4b28a7(0xda)]&&this[_0x4b28a7(0xbe)][_0x4b28a7(0x11d)](()=>{const _0x489f40=_0x4b28a7;for(const _0x1cb2e4 of _0x258b83){const _0x26a991=this[_0x489f40(0xb7)][_0x489f40(0x222)](_0x489f40(0x15b),_0x40a750,_0x489f40(0x1bb));this[_0x489f40(0x1d9)](()=>_0x26a991([_0x1cb2e4],_0x393231,_0xb307df));}});for(const _0x5e8e2e of _0x4e99cf){let _0x3126c3=null,_0x3c81c7=_0x5e8e2e[_0x4b28a7(0x226)],_0x5a195e=_0x5e8e2e[_0x4b28a7(0x205)];for(const {suggestion:_0x2b2f73,meta:_0x3b08ed}of this[_0x4b28a7(0x213)](_0x5e8e2e,_0x4b28a7(0x15b))){if(!_0x3b08ed[_0x4b28a7(0x20d)])continue;if(_0x2b2f73[_0x4b28a7(0x87)]!=_0x40a750)continue;if(!Pt(_0x2b2f73,_0xb307df))continue;const _0x5a7975=_0x2b2f73[_0x4b28a7(0x117)]();if(_0x5a7975[_0x4b28a7(0x1f2)](_0x5e8e2e,!0x0))return null;_0x3c81c7=_0x3c81c7[_0x4b28a7(0xcd)](_0x5a7975[_0x4b28a7(0x226)])?_0x3c81c7:_0x5a7975[_0x4b28a7(0x226)],_0x5a195e=_0x5a195e[_0x4b28a7(0x1c1)](_0x5a7975[_0x4b28a7(0x205)])?_0x5a195e:_0x5a7975[_0x4b28a7(0x205)],_0x3126c3?_0x5a7975[_0x4b28a7(0x226)][_0x4b28a7(0xcd)](_0x3126c3[_0x4b28a7(0x117)]()[_0x4b28a7(0x226)])?(_0x3126c3[_0x4b28a7(0x18d)](),_0x3126c3=_0x2b2f73):_0x2b2f73[_0x4b28a7(0x18d)]():_0x3126c3=_0x2b2f73;}const _0x29f565=this[_0x4b28a7(0xbe)][_0x4b28a7(0x221)](_0x3c81c7,_0x5a195e);if(_0x3126c3)this[_0x4b28a7(0x17a)](_0x3126c3,_0x29f565);else{const _0x5b6778=_0x1ed50c(),_0x5c09ea=_0x492163['id'];this[_0x4b28a7(0x153)]({'id':_0x5b6778,'type':_0x4b28a7(0xfe)+_0x40a750,'data':_0x393231,'createdAt':new Date(),'authorId':_0x5c09ea,'attributes':_0xb307df}),this[_0x4b28a7(0x13c)](_0x4b28a7(0xfe)+_0x40a750,_0x5b6778,_0x5c09ea,_0x29f565);}}return null;}[_0x4f5dbb(0xd0)](_0x4530f1,_0x23d9eb,_0x14cefb=[],_0x6aa718=null,_0x3936e8={}){const _0x142a50=_0x4f5dbb;_0x23d9eb[_0x142a50(0x191)]||(_0x23d9eb[_0x142a50(0x191)]=_0x23d9eb[_0x142a50(0x84)]),_0x23d9eb[_0x142a50(0x91)]=_0x4530f1['is'](_0x142a50(0x13b)),_0x6aa718=_0x6aa718||Et(_0x23d9eb);const _0x46ec9a=_0x14cefb[_0x142a50(0x101)](_0x18fa9d=>Ot(_0x18fa9d,this[_0x142a50(0xbe)])),_0x300894=_0x4530f1['is'](_0x142a50(0x13b))?_0x4530f1:Ot(_0x4530f1,this[_0x142a50(0xbe)]);if(_0x142a50(0xc5)===this[_0x142a50(0x97)]){const _0x14459f=this[_0x142a50(0xb7)][_0x142a50(0x222)](_0x142a50(0xe9),_0x6aa718,_0x142a50(0x1bb));return this[_0x142a50(0x1d9)](()=>_0x14459f([_0x300894],_0x23d9eb,_0x3936e8)),null;}_0x46ec9a[_0x142a50(0x10e)](_0x300894);let _0x25bc57=!0x0;for(const _0x4d14da of _0x46ec9a)if(!this[_0x142a50(0x223)](_0x4d14da)){_0x25bc57=!0x1;break;}if(_0x25bc57&&_0x142a50(0xb4)!==this[_0x142a50(0x97)]){const _0x103e3c=this[_0x142a50(0xb7)][_0x142a50(0x222)](_0x142a50(0xe9),_0x6aa718,_0x142a50(0x1bb));return this[_0x142a50(0x1d9)](()=>_0x103e3c([_0x300894],_0x23d9eb,_0x3936e8)),null;}let _0x4f0ad5=null,_0x5a8ef9=_0x300894[_0x142a50(0x226)],_0x190679=_0x300894[_0x142a50(0x205)];for(const {suggestion:_0x56b4aa,meta:_0x76ae2e}of this[_0x142a50(0x213)](_0x300894,_0x142a50(0xe9))){if(!_0x76ae2e[_0x142a50(0x20d)])continue;if(_0x76ae2e[_0x142a50(0x94)]||_0x76ae2e[_0x142a50(0x15e)]||_0x76ae2e[_0x142a50(0x18f)])continue;if(_0x56b4aa[_0x142a50(0xcc)][_0x142a50(0x191)]!=_0x23d9eb[_0x142a50(0x191)])continue;if(!Pt(_0x56b4aa,_0x3936e8))continue;const _0x505bb0=_0x56b4aa[_0x142a50(0x117)]();if(_0x56b4aa[_0x142a50(0x87)]==_0x6aa718){if(_0x505bb0[_0x142a50(0x1f2)](_0x300894,!0x0))return null;_0x5a8ef9=_0x5a8ef9[_0x142a50(0xcd)](_0x505bb0[_0x142a50(0x226)])?_0x5a8ef9:_0x505bb0[_0x142a50(0x226)],_0x190679=_0x190679[_0x142a50(0x1c1)](_0x505bb0[_0x142a50(0x205)])?_0x190679:_0x505bb0[_0x142a50(0x205)],_0x4f0ad5?_0x505bb0[_0x142a50(0x226)][_0x142a50(0xcd)](_0x4f0ad5[_0x142a50(0x117)]()[_0x142a50(0x226)])?(_0x4f0ad5[_0x142a50(0x18d)](),_0x4f0ad5=_0x56b4aa):_0x56b4aa[_0x142a50(0x18d)]():_0x4f0ad5=_0x56b4aa;}else{const _0x5e2426=_0x300894[_0x142a50(0x15d)](_0x505bb0);this[_0x142a50(0x133)](_0x56b4aa,_0x5e2426);}}const _0x42a071=this[_0x142a50(0xe8)][_0x142a50(0x185)][_0x142a50(0x169)](_0x142a50(0x113))['me'],_0x336c95=_0x1ed50c(),_0x140e99=_0x42a071['id'];if(_0x4f0ad5)return this[_0x142a50(0x17a)](_0x4f0ad5,this[_0x142a50(0xbe)][_0x142a50(0x221)](_0x5a8ef9,_0x190679)),_0x4f0ad5;{const _0x5541c8=this[_0x142a50(0x153)]({'id':_0x336c95,'type':_0x142a50(0x1b8)+_0x6aa718,'data':_0x23d9eb,'createdAt':new Date(),'authorId':_0x140e99,'attributes':_0x3936e8});return this[_0x142a50(0x13c)](_0x142a50(0x1b8)+_0x6aa718,_0x336c95,_0x140e99,this[_0x142a50(0xbe)][_0x142a50(0x221)](_0x5a8ef9,_0x190679)),_0x5541c8;}}[_0x4f5dbb(0x217)](_0x39bb1c,_0x1e7cff,_0x9053b7=[],_0xe54126=null,_0x4b7f28={}){const _0x1e7772=_0x4f5dbb;_0x1e7cff[_0x1e7772(0x191)]||(_0x1e7cff[_0x1e7772(0x191)]=_0x1e7cff[_0x1e7772(0x84)]);const _0x370749=_0x39bb1c[0x0];_0x1e7cff[_0x1e7772(0x91)]=_0x370749['is'](_0x1e7772(0x13b)),_0xe54126=_0xe54126||Et(_0x1e7cff);const _0x1fe4f7=_0x9053b7[_0x1e7772(0x101)](_0x4e4526=>Ot(_0x4e4526,this[_0x1e7772(0xbe)])),_0x5ca0b0=_0x370749['is'](_0x1e7772(0x13b))?_0x39bb1c:_0x39bb1c[_0x1e7772(0x101)](_0x2f4cf4=>Ot(_0x2f4cf4,this[_0x1e7772(0xbe)]));if(_0x1e7772(0xc5)===this[_0x1e7772(0x97)]){const _0x7332d=this[_0x1e7772(0xb7)][_0x1e7772(0x222)](_0x1e7772(0xe9),_0xe54126,_0x1e7772(0x1bb));return this[_0x1e7772(0x1d9)](()=>_0x7332d(_0x5ca0b0,_0x1e7cff,_0x4b7f28)),null;}_0x1fe4f7[_0x1e7772(0x10e)](..._0x5ca0b0);let _0x40b448=!0x0;for(const _0x2c57b4 of _0x1fe4f7)if(!this[_0x1e7772(0x223)](_0x2c57b4)){_0x40b448=!0x1;break;}if(_0x40b448&&_0x1e7772(0xb4)!==this[_0x1e7772(0x97)]){const _0x144180=this[_0x1e7772(0xb7)][_0x1e7772(0x222)](_0x1e7772(0xe9),_0xe54126,_0x1e7772(0x1bb));return this[_0x1e7772(0x1d9)](()=>_0x144180(_0x5ca0b0,_0x1e7cff,_0x4b7f28)),null;}const _0x1522c7=this[_0x1e7772(0xe8)][_0x1e7772(0x185)][_0x1e7772(0x169)](_0x1e7772(0x113))['me'];for(const _0x6dd79d of this[_0x1e7772(0x204)]()){if(_0x6dd79d[_0x1e7772(0x1b0)]['id']!=_0x1522c7['id'])continue;if(_0x1e7772(0xe9)!=_0x6dd79d[_0x1e7772(0x7b)]||_0x6dd79d[_0x1e7772(0xcc)][_0x1e7772(0x191)]!=_0x1e7cff[_0x1e7772(0x191)])continue;if(!Pt(_0x6dd79d,_0x4b7f28))continue;const _0xcc0578=_0x6dd79d[_0x1e7772(0x87)]==_0xe54126;for(let _0xdf4958=0x0;_0xdf4958<_0x5ca0b0[_0x1e7772(0xda)];_0xdf4958++){const _0x393b6f=_0x5ca0b0[_0xdf4958];for(const _0x51eda1 of _0x6dd79d[_0x1e7772(0x21e)]()){const _0x310f67=_0x51eda1[_0x1e7772(0x190)]();if(_0x393b6f[_0x1e7772(0xba)](_0x310f67)){_0xcc0578?(_0x5ca0b0[_0x1e7772(0xbf)](_0xdf4958,0x1),_0xdf4958--):_0x6dd79d[_0x1e7772(0x228)](_0x51eda1[_0x1e7772(0xd6)]);break;}}}}if(0x0==_0x5ca0b0[_0x1e7772(0xda)])return null;const _0x17c890=this[_0x1e7772(0xb7)][_0x1e7772(0x222)](_0x1e7772(0xe9),_0xe54126,_0x1e7772(0x83));for(const _0x5aa094 of this[_0x1e7772(0x204)]())if(_0x5aa094[_0x1e7772(0x1b0)]['id']==_0x1522c7['id']&&_0x1e7772(0xe9)==_0x5aa094[_0x1e7772(0x7b)]&&_0x5aa094[_0x1e7772(0xcc)][_0x1e7772(0x191)]==_0x1e7cff[_0x1e7772(0x191)]&&_0x5aa094[_0x1e7772(0x87)]==_0xe54126&&Pt(_0x5aa094,_0x4b7f28)&&(_0x17c890(_0x5aa094[_0x1e7772(0x208)](),_0x5ca0b0)||_0x17c890(_0x5ca0b0,_0x5aa094[_0x1e7772(0x208)]()))){for(const _0x9e5386 of _0x5ca0b0)_0x5aa094[_0x1e7772(0x8f)](_0x9e5386);return _0x5aa094;}const _0xc18226=_0x1ed50c(),_0x312336=_0x1522c7['id'],_0xe24c32=_0x1e7772(0x1b8)+_0xe54126,_0x100dd2=this[_0x1e7772(0x153)]({'id':_0xc18226,'type':_0xe24c32,'data':_0x1e7cff,'createdAt':new Date(),'authorId':_0x312336,'attributes':_0x4b7f28});for(const _0x68d7e6 of _0x5ca0b0)this[_0x1e7772(0x13c)](_0xe24c32,_0xc18226,_0x312336,_0x68d7e6,_0x104e19[_0x1e7772(0x1d4)]());return _0x100dd2;}[_0x4f5dbb(0x16d)](_0x4905bc,_0x23f75b=null,_0x523731={}){const _0x1e8100=_0x4f5dbb;if(_0x4905bc[_0x1e8100(0x7e)])return null;const _0x4733f5=this[_0x1e8100(0xe8)][_0x1e8100(0x185)][_0x1e8100(0x169)](_0x1e8100(0x113))['me'],_0x5f4056=new _0x3a1930(_0x4905bc[_0x1e8100(0x226)],_0x4905bc[_0x1e8100(0x205)]);for(const {suggestion:_0x265a82,meta:_0x428ef5}of this[_0x1e8100(0x213)](_0x5f4056,_0x1e8100(0x109)))if(_0x428ef5[_0x1e8100(0x20d)]&&!_0x428ef5[_0x1e8100(0x94)]){if(_0x265a82[_0x1e8100(0x180)]){const _0x2583dd=_0x265a82[_0x1e8100(0x208)]()[_0x1e8100(0x7a)](_0x2cc796=>_0x1e8100(0xdf)!=_0x2cc796[_0x1e8100(0xc3)][_0x1e8100(0xf1)]);_0x2583dd[_0x1e8100(0x195)](_0x1929d9=>_0x5f4056[_0x1e8100(0x1f2)](_0x1929d9,!0x0))&&_0x265a82[_0x1e8100(0x1c7)]();if(_0x2583dd[_0x1e8100(0x82)](_0x12a062=>_0x12a062[_0x1e8100(0x1f2)](_0x5f4056,!0x0))){const _0x2e6063=this[_0x1e8100(0xb7)][_0x1e8100(0x222)](_0x1e8100(0x1fe),_0x23f75b,_0x1e8100(0x1bb));return this[_0x1e8100(0x1d9)](()=>_0x2e6063([_0x5f4056],null,_0x523731)),null;}}else{const _0x2119d8=_0x5f4056[_0x1e8100(0x15d)](_0x265a82[_0x1e8100(0x117)]());null!==_0x2119d8&&_0x265a82[_0x1e8100(0x13d)]([_0x2119d8],null,_0x523731);}}if(_0x5f4056[_0x1e8100(0xe0)](),_0x5f4056[_0x1e8100(0x7e)]||_0x1e8100(0xdf)==_0x5f4056[_0x1e8100(0xc3)][_0x1e8100(0xf1)])return null;let _0x4dadb2=null,_0x49cb53=_0x5f4056[_0x1e8100(0x226)],_0x16b2f6=_0x5f4056[_0x1e8100(0x205)];const _0x2a79fd=this[_0x1e8100(0x213)](_0x5f4056,_0x1e8100(0x1fe));for(const {suggestion:_0x491dfb,meta:_0x1c4e22}of _0x2a79fd){const _0x2b7ca6=this[_0x1e8100(0xbe)][_0x1e8100(0x221)](_0x49cb53,_0x16b2f6);if(_0x1c4e22[_0x1e8100(0x20d)]&&(this[_0x1e8100(0x1bc)]||!_0x1c4e22[_0x1e8100(0x15e)]&&!_0x1c4e22[_0x1e8100(0x18f)])){if(_0x491dfb[_0x1e8100(0x180)]){if(!Pt(_0x491dfb,_0x523731))continue;let _0x53a2f9=!0x0;for(const _0x428d48 of _0x491dfb[_0x1e8100(0x208)]()){if(_0x428d48[_0x1e8100(0x1f2)](_0x2b7ca6,!0x0))return _0x491dfb;_0x2b7ca6[_0x1e8100(0x1f2)](_0x428d48)||(_0x53a2f9=!0x1);}_0x53a2f9&&_0x491dfb[_0x1e8100(0x1c7)]();}else{const _0x1ffcf5=_0x491dfb[_0x1e8100(0x117)]();if(_0x1ffcf5[_0x1e8100(0x1f2)](_0x2b7ca6,!0x0))return _0x491dfb;if(!Pt(_0x491dfb,_0x523731)){_0x2b7ca6[_0x1e8100(0x1f2)](_0x1ffcf5)?_0x491dfb[_0x1e8100(0x18d)]():_0x1ffcf5[_0x1e8100(0x1b1)](_0x49cb53)?_0x49cb53=_0x1ffcf5[_0x1e8100(0x205)]:_0x1ffcf5[_0x1e8100(0x1b1)](_0x16b2f6)&&(_0x16b2f6=_0x1ffcf5[_0x1e8100(0x226)]);continue;}_0x49cb53=_0x49cb53[_0x1e8100(0xcd)](_0x1ffcf5[_0x1e8100(0x226)])?_0x49cb53:_0x1ffcf5[_0x1e8100(0x226)],_0x16b2f6=_0x16b2f6[_0x1e8100(0x1c1)](_0x1ffcf5[_0x1e8100(0x205)])?_0x16b2f6:_0x1ffcf5[_0x1e8100(0x205)],_0x523731=Object[_0x1e8100(0x18b)]({},_0x491dfb[_0x1e8100(0x196)]),_0x4dadb2?_0x1ffcf5[_0x1e8100(0x226)][_0x1e8100(0xcd)](_0x4dadb2[_0x1e8100(0x117)]()[_0x1e8100(0x226)])?(_0x4dadb2[_0x1e8100(0x18d)](),_0x4dadb2=_0x491dfb):_0x491dfb[_0x1e8100(0x18d)]():_0x4dadb2=_0x491dfb;}}}if(_0x4dadb2)return this[_0x1e8100(0x17a)](_0x4dadb2,this[_0x1e8100(0xbe)][_0x1e8100(0x221)](_0x49cb53,_0x16b2f6)),_0x4dadb2;{const _0x73fed=_0x1ed50c(),_0x1c5942=this[_0x1e8100(0xbe)][_0x1e8100(0x221)](_0x49cb53,_0x16b2f6),_0x169dab=_0x4733f5['id'],_0x5dd44a=_0x23f75b?_0x1e8100(0x125)+_0x23f75b:_0x1e8100(0x1fe),_0x43291a=this[_0x1e8100(0x153)]({'id':_0x73fed,'type':_0x5dd44a,'createdAt':new Date(),'authorId':_0x169dab,'attributes':_0x523731});return this[_0x1e8100(0x13c)](_0x5dd44a,_0x73fed,_0x169dab,_0x1c5942),_0x43291a;}}[_0x4f5dbb(0x88)](_0x121afb,_0x115da7=_0x4f5dbb(0x194),_0x3c7c4b={}){const _0x1ead73=_0x4f5dbb,_0x5d16db=this[_0x1ead73(0xe8)][_0x1ead73(0x185)][_0x1ead73(0x169)](_0x1ead73(0x113))['me'],_0x23cfcf=_0x121afb[_0x1ead73(0x101)](_0x157e4e=>new _0x3a1930(_0x157e4e[_0x1ead73(0x226)],_0x157e4e[_0x1ead73(0x205)])),_0x1e32ec=new Set();for(const {suggestion:_0x1dcf49,meta:_0x589219}of this[_0x1ead73(0x213)](_0x23cfcf,_0x1ead73(0x109)))_0x589219[_0x1ead73(0x20d)]&&!_0x589219[_0x1ead73(0x94)]&&_0x1e32ec[_0x1ead73(0x132)](_0x1dcf49);for(const _0x35d5f9 of _0x1e32ec)if(_0x35d5f9[_0x1ead73(0x180)]){const _0x315333=_0x35d5f9[_0x1ead73(0x208)]();(!_0x35d5f9[_0x1ead73(0x196)]||!_0x35d5f9[_0x1ead73(0x196)][_0x1ead73(0x183)])&&(_0x315333[_0x1ead73(0x195)](_0x558362=>_0x23cfcf[_0x1ead73(0x82)](_0x2742da=>_0x2742da[_0x1ead73(0x1f2)](_0x558362,!0x0)))&&_0x35d5f9[_0x1ead73(0x1c7)]());if(_0x23cfcf[_0x1ead73(0x195)](_0xf6d36a=>_0x315333[_0x1ead73(0x82)](_0x2d2aee=>_0x2d2aee[_0x1ead73(0x1f2)](_0xf6d36a,!0x0)))){const _0xd12885=this[_0x1ead73(0xb7)][_0x1ead73(0x222)](_0x1ead73(0x1fe),_0x115da7,_0x1ead73(0x1bb));return this[_0x1ead73(0x1d9)](()=>_0xd12885(_0x121afb,null,_0x3c7c4b)),null;}}else{const _0x15e2e5=_0x35d5f9[_0x1ead73(0x117)]();_0x23cfcf[_0x1ead73(0x82)](_0x7f3340=>_0x7f3340[_0x1ead73(0x1f2)](_0x15e2e5,!0x0))&&_0x35d5f9[_0x1ead73(0x1c7)]();if(_0x23cfcf[_0x1ead73(0x195)](_0x2296ee=>_0x15e2e5[_0x1ead73(0x1f2)](_0x2296ee,!0x0))){const _0x1018ec=this[_0x1ead73(0xb7)][_0x1ead73(0x222)](_0x1ead73(0x1fe),_0x115da7,_0x1ead73(0x1bb));return this[_0x1ead73(0x1d9)](()=>_0x1018ec(_0x23cfcf,null,_0x3c7c4b)),null;}}const _0x3993ed=this[_0x1ead73(0xb7)][_0x1ead73(0x222)](_0x1ead73(0x1fe),_0x115da7,_0x1ead73(0x83));let _0x4d4fe1=null;for(const _0x384dd6 of this[_0x1ead73(0x204)]())if(_0x384dd6[_0x1ead73(0x1b0)]['id']==_0x5d16db['id']&&_0x384dd6[_0x1ead73(0xd7)]&&_0x1ead73(0x1fe)==_0x384dd6[_0x1ead73(0x7b)]&&_0x384dd6[_0x1ead73(0x87)]==_0x115da7&&Pt(_0x384dd6,_0x3c7c4b)&&(_0x3993ed(_0x384dd6[_0x1ead73(0x208)](),_0x23cfcf)||_0x3993ed(_0x23cfcf,_0x384dd6[_0x1ead73(0x208)]()))){if(_0x4d4fe1){if(_0x384dd6[_0x1ead73(0xd4)]&&_0x384dd6[_0x1ead73(0xd4)][_0x1ead73(0xda)])continue;for(const _0x320857 of _0x384dd6[_0x1ead73(0x208)]())_0x4d4fe1[_0x1ead73(0xaf)](_0x320857)||_0x4d4fe1[_0x1ead73(0x8f)](_0x320857);_0x384dd6[_0x1ead73(0x18d)]();}else{_0x4d4fe1=_0x384dd6;for(const _0xa32193 of _0x23cfcf)_0x384dd6[_0x1ead73(0xaf)](_0xa32193)||_0x384dd6[_0x1ead73(0x8f)](_0xa32193);}}if(_0x4d4fe1)return _0x4d4fe1;_0x1e32ec[_0x1ead73(0x166)]();for(const {suggestion:_0x573d07,meta:_0x27435b}of this[_0x1ead73(0x213)](_0x23cfcf,_0x1ead73(0x1fe)))_0x27435b[_0x1ead73(0x20d)]&&(this[_0x1ead73(0x1bc)]||!_0x27435b[_0x1ead73(0x15e)]&&!_0x27435b[_0x1ead73(0x18f)])&&Pt(_0x573d07,_0x3c7c4b)&&_0x1e32ec[_0x1ead73(0x132)](_0x573d07);for(const _0xa26c2d of _0x1e32ec){const _0x183df3=_0xa26c2d[_0x1ead73(0x208)]();if(!_0x3c7c4b||!_0x3c7c4b[_0x1ead73(0x183)]){if(_0x23cfcf[_0x1ead73(0x195)](_0x3e55cd=>_0x183df3[_0x1ead73(0x82)](_0x98f5b6=>_0x98f5b6[_0x1ead73(0x1f2)](_0x3e55cd,!0x0))))return _0xa26c2d;}(!_0xa26c2d[_0x1ead73(0x196)]||!_0xa26c2d[_0x1ead73(0x196)][_0x1ead73(0x183)])&&(_0x183df3[_0x1ead73(0x195)](_0x386df6=>_0x23cfcf[_0x1ead73(0x82)](_0x351f70=>_0x351f70[_0x1ead73(0x1f2)](_0x386df6,!0x0)))&&_0xa26c2d[_0x1ead73(0x1c7)]());}const _0x509da5=_0x1ed50c(),_0x86ed2b=_0x5d16db['id'],_0x3faefb=_0x1ead73(0x125)+_0x115da7,_0x2893a1=this[_0x1ead73(0x153)]({'id':_0x509da5,'type':_0x3faefb,'createdAt':new Date(),'authorId':_0x86ed2b,'attributes':_0x3c7c4b});for(const _0x5e0d60 of _0x23cfcf)_0x5e0d60[_0x1ead73(0xe0)](),_0x5e0d60[_0x1ead73(0x7e)]||_0x1ead73(0xdf)==_0x5e0d60[_0x1ead73(0xc3)][_0x1ead73(0xf1)]||this[_0x1ead73(0x13c)](_0x3faefb,_0x509da5,_0x86ed2b,_0x5e0d60,_0x104e19[_0x1ead73(0x1d4)]());return _0x2893a1;}[_0x4f5dbb(0x216)](_0x16fb26,_0x34006e,_0x43cc67,_0x4a9633,_0x574404){const _0x3b1a1b=_0x4f5dbb;if(_0x16fb26[_0x3b1a1b(0x7e)])return[];if(_0x3b1a1b(0xc5)===this[_0x3b1a1b(0x97)])return[];const _0x3c17c4=this[_0x3b1a1b(0xe8)][_0x3b1a1b(0x185)][_0x3b1a1b(0x169)](_0x3b1a1b(0x113))['me']['id'],_0x135eed=Array[_0x3b1a1b(0x20b)](this[_0x3b1a1b(0xfd)][_0x3b1a1b(0x1d0)]())[_0x3b1a1b(0x7a)](_0x5ddfc5=>_0x3b1a1b(0x152)==_0x5ddfc5[_0x3b1a1b(0x7b)]&&_0x5ddfc5[_0x3b1a1b(0xcc)][_0x3b1a1b(0x157)]==_0x34006e&&_0x5ddfc5[_0x3b1a1b(0xaf)](_0x16fb26));if(_0x3b1a1b(0x138)===this[_0x3b1a1b(0x97)]){const _0x3cd713=this[_0x3b1a1b(0x213)](_0x16fb26,_0x3b1a1b(0x109))[_0x3b1a1b(0x7a)](({meta:_0x307234})=>_0x307234[_0x3b1a1b(0x20d)]&&!_0x307234[_0x3b1a1b(0x18f)]&&!_0x307234[_0x3b1a1b(0x94)])[_0x3b1a1b(0x101)](({suggestion:_0x1dc0a0})=>_0x1dc0a0);_0x135eed[_0x3b1a1b(0x18c)](..._0x3cd713);}const _0x550bfe=new Map([[_0x16fb26,_0x43cc67]]);for(const _0x3746e6 of _0x135eed){const _0x44e350=_0x3b1a1b(0x152)==_0x3746e6[_0x3b1a1b(0x7b)]?_0x3746e6[_0x3b1a1b(0xcc)][_0x3b1a1b(0x1f4)]:void 0x0,_0x46585e=_0x3746e6[_0x3b1a1b(0x117)](),_0x9237f7=Array[_0x3b1a1b(0x20b)](_0x550bfe[_0x3b1a1b(0x130)]())[_0x3b1a1b(0x1e0)](_0x320a8b=>_0x320a8b[_0x3b1a1b(0x1ac)](_0x46585e));if(!_0x9237f7)continue;const _0xdc86ed=_0x9237f7[_0x3b1a1b(0xca)](_0x46585e);this[_0x3b1a1b(0x1ca)](_0x34006e)&&_0x3b1a1b(0x109)==_0x3746e6[_0x3b1a1b(0x7b)]&&0x0!=_0xdc86ed[_0x3b1a1b(0xda)]||(_0x550bfe[_0x3b1a1b(0x79)](_0x9237f7),_0xdc86ed[_0x3b1a1b(0x95)](_0x38a093=>{const _0x59d8d2=_0x3b1a1b;_0x550bfe[_0x59d8d2(0x21f)](_0x38a093,_0x43cc67);}),_0x3b1a1b(0x109)!=_0x3746e6[_0x3b1a1b(0x7b)]&&_0x44e350!=_0x4a9633&&_0x550bfe[_0x3b1a1b(0x21f)](_0x9237f7[_0x3b1a1b(0x15d)](_0x46585e),_0x44e350));}const _0x49e699=[];for(const [_0x225bb8,_0x30b378]of _0x550bfe){const _0x53fb41=_0x1ed50c(),_0x4e10ea={'key':_0x34006e,'oldValue':_0x30b378,'newValue':_0x4a9633};_0x34006e[_0x3b1a1b(0xda)]>0x25&&console[_0x3b1a1b(0xc9)](_0x3b1a1b(0x164),{'key':_0x34006e});const _0x57bfb3=(_0x3b1a1b(0xfc)+(_0x34006e+'|'+Et({'newValue':_0x4a9633})))[_0x3b1a1b(0x176)](0x0,0x3c),_0x529038=this[_0x3b1a1b(0x153)]({'id':_0x53fb41,'type':_0x57bfb3,'data':_0x4e10ea,'createdAt':new Date(),'authorId':_0x3c17c4,'attributes':_0x574404});_0x49e699[_0x3b1a1b(0x10e)](_0x529038),this[_0x3b1a1b(0x13c)](_0x57bfb3,_0x53fb41,_0x3c17c4,_0x225bb8);}return _0x49e699;}[_0x4f5dbb(0x14b)](_0x1a0151){const _0x16b566=_0x4f5dbb;this[_0x16b566(0x206)][_0x16b566(0x132)](_0x1a0151);}[_0x4f5dbb(0xac)](_0x5bd342){const _0x3dc2f6=_0x4f5dbb;this[_0x3dc2f6(0xcf)][_0x3dc2f6(0x132)](_0x5bd342);}[_0x4f5dbb(0x1e3)](_0x233435,_0x1806ca=[],_0x46cd85=[]){const _0x1a5eb0=_0x4f5dbb;this[_0x1a5eb0(0x192)](_0x233435,(_0xc1fb53,..._0xe20b01)=>{const _0xa53135=_0x1a5eb0;this[_0xa53135(0x10d)](()=>{_0xc1fb53(..._0xe20b01);});});for(const _0x310ad9 of _0x1806ca)this[_0x1a5eb0(0xac)](_0x310ad9);for(const _0x5f3f58 of _0x46cd85)this[_0x1a5eb0(0x14b)](_0x5f3f58);}[_0x4f5dbb(0x7c)](_0x6ec4dd){const _0x59703e=_0x4f5dbb;return _0x59703e(0x152)==_0x6ec4dd[_0x59703e(0x7b)]?_0x6ec4dd[_0x59703e(0x87)][_0x59703e(0x1bf)]('|')[0x0]:null;}[_0x4f5dbb(0x17a)](_0x195679,_0x24598c){const _0x2d19b7=_0x4f5dbb,_0x441ca5=_0x195679[_0x2d19b7(0x9b)]();this[_0x2d19b7(0xbe)][_0x2d19b7(0x11d)](_0x86550f=>{const _0x27cc4b=_0x2d19b7;_0x86550f[_0x27cc4b(0x140)](_0x441ca5,{'range':_0x24598c});});}[_0x4f5dbb(0x1b3)](_0xcf0946){const _0x5b1dba=_0x4f5dbb,_0x27b905=_0xcf0946['id'],_0x115a1d=this[_0x5b1dba(0xe8)][_0x5b1dba(0x1d5)][_0x5b1dba(0x169)](_0x5b1dba(0x99));this[_0x5b1dba(0x105)][_0x5b1dba(0x1ab)](_0x27b905)||this[_0x5b1dba(0x105)][_0x5b1dba(0xf3)]({'channelId':_0x115a1d,'threadId':_0x27b905,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x510884=this[_0x5b1dba(0x105)][_0x5b1dba(0xe2)](_0x27b905);_0x510884[_0x5b1dba(0x12b)](_0x5b1dba(0x89)),_0x510884[_0x5b1dba(0x89)]=!0x1,_0xcf0946[_0x5b1dba(0xd4)]=_0x510884;}[_0x4f5dbb(0x12d)](_0x467ff3,_0x30fb5c,_0x3e0516,_0x474639){const _0x3e94dd=_0x4f5dbb;if(_0x467ff3[_0x3e94dd(0x7b)]!=_0x30fb5c||_0x467ff3[_0x3e94dd(0x87)]!=_0x3e0516||_0x467ff3[_0x3e94dd(0xe6)]['id']!=_0x474639)throw this[_0x3e94dd(0xe8)][_0x3e94dd(0x1c0)](_0x3e94dd(0x1db)),new _0x2edcdf(_0x3e94dd(0x1db),this);}[_0x4f5dbb(0x133)](_0x1e3a11,_0x2b905d){const _0x452081=_0x4f5dbb,_0x39f9d2=_0x1e3a11[_0x452081(0x117)]();if(_0x2b905d[_0x452081(0xba)](_0x39f9d2))_0x1e3a11[_0x452081(0x18d)]();else{if(_0x39f9d2[_0x452081(0x1f2)](_0x2b905d)){const _0x3e3a41=this[_0x452081(0xbe)][_0x452081(0x1de)](_0x2b905d[_0x452081(0x226)][_0x452081(0x202)],_0x452081(0x205));this[_0x452081(0x17a)](_0x1e3a11,this[_0x452081(0xbe)][_0x452081(0x221)](_0x39f9d2[_0x452081(0x226)],_0x3e3a41));const _0x2e90d1=_0x1ed50c(),_0x4d3af1=_0x1e3a11[_0x452081(0xe6)]['id'],_0x41a775=_0x1e3a11[_0x452081(0x7b)]+':'+_0x1e3a11[_0x452081(0x87)];this[_0x452081(0x153)]({'id':_0x2e90d1,'type':_0x41a775,'createdAt':new Date(),'authorId':_0x4d3af1,'data':_0x1e3a11[_0x452081(0xcc)],'attributes':_0x1e3a11[_0x452081(0x196)]});const _0xde15ea=this[_0x452081(0xbe)][_0x452081(0x1de)](_0x2b905d[_0x452081(0x205)][_0x452081(0x102)],_0x452081(0x1fb)),_0x51184e=this[_0x452081(0xbe)][_0x452081(0x221)](_0xde15ea,_0x39f9d2[_0x452081(0x205)]);this[_0x452081(0x13c)](_0x41a775,_0x2e90d1,_0x4d3af1,_0x51184e);}else{if(_0x39f9d2[_0x452081(0x1b1)](_0x2b905d[_0x452081(0x226)])){const _0x5cfd67=this[_0x452081(0xbe)][_0x452081(0x1de)](_0x2b905d[_0x452081(0x226)][_0x452081(0x202)],_0x452081(0x205));this[_0x452081(0x17a)](_0x1e3a11,this[_0x452081(0xbe)][_0x452081(0x221)](_0x39f9d2[_0x452081(0x226)],_0x5cfd67));}else{const _0x3e1364=this[_0x452081(0xbe)][_0x452081(0x1de)](_0x2b905d[_0x452081(0x205)][_0x452081(0x102)],_0x452081(0x1fb));this[_0x452081(0x17a)](_0x1e3a11,this[_0x452081(0xbe)][_0x452081(0x221)](_0x3e1364,_0x39f9d2[_0x452081(0x205)]));}}}}[_0x4f5dbb(0x223)](_0x24cb90){const _0x3c45b0=_0x4f5dbb;for(const {suggestion:_0x2be34e,meta:_0x386983}of this[_0x3c45b0(0x213)](_0x24cb90,_0x3c45b0(0x109))){if(!_0x386983[_0x3c45b0(0x20d)])continue;const _0x250495=_0x2be34e[_0x3c45b0(0x208)]();for(const _0x3cb188 of _0x250495)if(!_0x24cb90[_0x3c45b0(0xca)](_0x3cb188)[_0x3c45b0(0xda)])return!0x0;}return!0x1;}[_0x4f5dbb(0xdb)](_0x49ba24){const _0x1a6b97=_0x4f5dbb,_0x2e2d0b=this[_0x1a6b97(0xe8)][_0x1a6b97(0x185)][_0x1a6b97(0x169)](_0x1a6b97(0x113))[_0x1a6b97(0x224)](_0x49ba24);if(!_0x2e2d0b)throw new _0x2edcdf(_0x1a6b97(0x20a),this);return _0x2e2d0b;}[_0x4f5dbb(0x1e4)](_0x4d03a6){const _0x15c572=_0x4f5dbb,_0x168aa7=this[_0x15c572(0xe8)][_0x15c572(0x185)][_0x15c572(0x169)](_0x15c572(0x113)),_0x5207cd=_0x472900(_0x15c572(0x142)+_0x4d03a6),_0x7a9aa=_0x168aa7[_0x15c572(0x224)](_0x5207cd);return _0x7a9aa||_0x168aa7[_0x15c572(0xb8)]({'id':_0x5207cd,'name':_0x4d03a6});}[_0x4f5dbb(0x220)](_0x18e956,_0x1d18ce,_0x1b851f,_0x28ff0c,_0x5a25b0){const _0x4ea7ca=_0x4f5dbb,_0x3438df=this[_0x4ea7ca(0xdb)](_0x28ff0c),_0x5d2a77=this[_0x4ea7ca(0xb7)][_0x4ea7ca(0x161)](_0x18e956,_0x1d18ce,_0x1b851f,_0x3438df,_0x5a25b0,_0x25df8e=>{const _0x3ec825=_0x4ea7ca;this[_0x3ec825(0x165)](_0x1b851f,{'attributes':_0x25df8e});const _0x3e1aec=this[_0x3ec825(0x144)](_0x1b851f);this[_0x3ec825(0x127)](new Set([_0x3e1aec])),this[_0x3ec825(0x9a)](new Set([_0x3e1aec]));});return this[_0x4ea7ca(0x1df)](_0x5d2a77,_0x4ea7ca(0x1bb),()=>{const _0x2bb265=_0x4ea7ca;this[_0x2bb265(0x165)](_0x1b851f,{'state':_0x2bb265(0x139)});},{'priority':_0x4ea7ca(0xff)}),this[_0x4ea7ca(0x1df)](_0x5d2a77,_0x4ea7ca(0x1c7),()=>{const _0x3217d1=_0x4ea7ca;this[_0x3217d1(0x165)](_0x1b851f,{'state':_0x3217d1(0x112)});},{'priority':_0x4ea7ca(0xff)}),this[_0x4ea7ca(0xfd)][_0x4ea7ca(0x21f)](_0x1b851f,_0x5d2a77),this[_0x4ea7ca(0xb9)][_0x4ea7ca(0x21f)](_0x5d2a77,_0x4ea7ca(0x10c)),_0x5d2a77;}[_0x4f5dbb(0x1c9)](_0x4c9058){const _0x51dc4a=_0x4f5dbb,_0x17018d=_0x4c9058[_0x51dc4a(0x1bf)](':');return{'group':_0x17018d[0x0],'type':_0x17018d[0x1],'subType':_0x17018d[_0x51dc4a(0xda)]>=0x5?_0x17018d[0x2]:null,'id':_0x17018d[_0x51dc4a(0xda)]<0x5?_0x17018d[0x2]:_0x17018d[0x3],'authorId':_0x17018d[_0x51dc4a(0xda)]<0x5?_0x17018d[0x3]:_0x17018d[0x4],'markerCount':0x6==_0x17018d[_0x51dc4a(0xda)]?_0x17018d[0x5]:null};}[_0x4f5dbb(0x1bd)](_0x65d2a8,_0x4ac010,_0x3d7657){const _0x2de8c1=_0x4f5dbb,_0x3fd8ee=_0x65d2a8[_0x2de8c1(0x117)](),_0xcbc4e4=_0x3fd8ee[_0x2de8c1(0x226)],_0x52ec93=_0x3fd8ee[_0x2de8c1(0x205)];this[_0x2de8c1(0x17a)](_0x65d2a8,this[_0x2de8c1(0xbe)][_0x2de8c1(0x221)](_0xcbc4e4,_0x4ac010));const _0x13e33d=_0x1ed50c(),_0x135312=_0x65d2a8[_0x2de8c1(0xe6)]['id'],_0x37be9d=_0x65d2a8[_0x2de8c1(0x7b)]+(_0x65d2a8[_0x2de8c1(0x87)]?':'+_0x65d2a8[_0x2de8c1(0x87)]:'');this[_0x2de8c1(0x153)]({'id':_0x13e33d,'type':_0x37be9d,'createdAt':new Date(),'authorId':_0x135312,'originalSuggestionId':_0x65d2a8['id'],'attributes':_0x65d2a8[_0x2de8c1(0x196)],'data':_0x65d2a8[_0x2de8c1(0xcc)]});const _0x9eb164=this[_0x2de8c1(0x7c)](_0x65d2a8);(_0x2de8c1(0xe9)==_0x65d2a8[_0x2de8c1(0x7b)]||_0x9eb164&&this[_0x2de8c1(0x1ca)](_0x9eb164))&&(_0x3d7657=this[_0x2de8c1(0xbe)][_0x2de8c1(0xde)](_0x3d7657[_0x2de8c1(0x102)])),this[_0x2de8c1(0x13c)](_0x37be9d,_0x13e33d,_0x135312,this[_0x2de8c1(0xbe)][_0x2de8c1(0x221)](_0x3d7657,_0x52ec93));}[_0x4f5dbb(0x213)](_0x39281a,_0x2cd14b=null){const _0xfc0d8a=_0x4f5dbb,_0x33ae7f=[],_0x4c0cbe=this[_0xfc0d8a(0xe8)][_0xfc0d8a(0x185)][_0xfc0d8a(0x169)](_0xfc0d8a(0x113))['me'];Array[_0xfc0d8a(0x14e)](_0x39281a)||(_0x39281a=[_0x39281a]);for(const _0x597f84 of this[_0xfc0d8a(0x204)]()){if(!_0x597f84[_0xfc0d8a(0xd7)])continue;if(_0x2cd14b&&_0x597f84[_0xfc0d8a(0x7b)]!=_0x2cd14b)continue;let _0x1315d8=!0x1;for(const _0x37c09c of _0x597f84[_0xfc0d8a(0x208)]()){for(const _0x1d745d of _0x39281a){const _0x265ab1=_0x1d745d[_0xfc0d8a(0x226)][_0xfc0d8a(0xba)](_0x37c09c[_0xfc0d8a(0x205)])||_0x1d745d[_0xfc0d8a(0x205)][_0xfc0d8a(0xba)](_0x37c09c[_0xfc0d8a(0x226)]);if(_0x265ab1||_0x1d745d[_0xfc0d8a(0x15d)](_0x37c09c)){const _0x57650e=_0x1d745d[_0xfc0d8a(0x1f2)](_0x37c09c)&&xt(this[_0xfc0d8a(0xbe)][_0xfc0d8a(0x181)],_0x37c09c[_0xfc0d8a(0x226)],_0x1d745d),_0x4dfef9=_0x37c09c[_0xfc0d8a(0x1f2)](_0x1d745d)&&xt(this[_0xfc0d8a(0xbe)][_0xfc0d8a(0x181)],_0x1d745d[_0xfc0d8a(0x226)],_0x37c09c);_0x33ae7f[_0xfc0d8a(0x10e)]({'suggestion':_0x597f84,'meta':{'isOwn':_0x4c0cbe==_0x597f84[_0xfc0d8a(0x1b0)],'isNextTo':_0x265ab1,'isInsideObject':_0x57650e,'containsRangeInObject':_0x4dfef9}}),_0x1315d8=!0x0;break;}}if(_0x1315d8)break;}}return _0x33ae7f;}[_0x4f5dbb(0x13c)](_0x3546da,_0x5961fb,_0x1ae7f1,_0x3c804c,_0x1f0e2a){const _0x15e6c3=_0x4f5dbb;this[_0x15e6c3(0xbe)][_0x15e6c3(0x11d)](_0x5117e1=>{const _0x398483=_0x15e6c3;let _0x356f7c=_0x398483(0xf0)+_0x3546da+':'+_0x5961fb+':'+_0x1ae7f1;_0x1f0e2a&&(_0x356f7c=_0x356f7c+':'+_0x1f0e2a),_0x5117e1[_0x398483(0x119)](_0x356f7c,{'range':_0x3c804c,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4f5dbb(0xea)](_0x22b256){const _0x5c9f18=_0x4f5dbb,_0x393c66=_0x22b256[_0x5c9f18(0x1b6)],_0x521d6d=_0x22b256[_0x5c9f18(0xa4)];_0x22b256[_0x5c9f18(0x1b6)]=null,_0x22b256[_0x5c9f18(0xa4)]=null,null!=_0x393c66&&_0x393c66[_0x5c9f18(0xa4)]==_0x22b256&&(_0x393c66[_0x5c9f18(0xa4)]=_0x521d6d),null!=_0x521d6d&&_0x521d6d[_0x5c9f18(0x1b6)]==_0x22b256&&(_0x521d6d[_0x5c9f18(0x1b6)]=_0x393c66),_0x5c9f18(0x193)==this[_0x5c9f18(0xb9)][_0x5c9f18(0x169)](_0x22b256)&&(this[_0x5c9f18(0xb9)][_0x5c9f18(0x21f)](_0x22b256,_0x5c9f18(0xc0)),this[_0x5c9f18(0x155)](_0x5c9f18(0x207),_0x22b256,_0x393c66,_0x521d6d));}[_0x4f5dbb(0x153)](_0x30f33c){const _0x4145ce=_0x4f5dbb,_0x5a61eb=_0x30f33c['id'],_0x3d0bde=this[_0x4145ce(0x1af)](_0x30f33c);if(this[_0x4145ce(0x1d1)]&&this[_0x4145ce(0x1d1)][_0x4145ce(0x1f1)]){const _0x5e3cb5=this[_0x4145ce(0xe8)][_0x4145ce(0x185)][_0x4145ce(0x169)](_0x4145ce(0xf2)),_0x4570e3=_0x3d0bde[_0x4145ce(0x20c)],_0x255daf=_0x3d0bde[_0x4145ce(0x87)]?_0x3d0bde[_0x4145ce(0x7b)]+':'+_0x3d0bde[_0x4145ce(0x87)]:_0x3d0bde[_0x4145ce(0x7b)],_0x1cfcc7=this[_0x4145ce(0xe8)][_0x4145ce(0x17f)],_0x525408=_0x5e3cb5[_0x4145ce(0x132)](_0x5df67(_0x1cfcc7,_0x4145ce(0x1ae))),_0x507066={'id':_0x5a61eb,'type':_0x255daf,'hasComments':_0x4570e3,'data':_0x30f33c[_0x4145ce(0xcc)]||null,'originalSuggestionId':_0x30f33c[_0x4145ce(0x14c)]||null,'attributes':_0x3d0bde[_0x4145ce(0x196)]};this[_0x4145ce(0x1d1)][_0x4145ce(0x1f1)](_0x507066)[_0x4145ce(0xa6)](_0x51dc64=>{const _0x3450f3=_0x4145ce;_0x3d0bde[_0x3450f3(0x214)]=!0x0,_0x5e3cb5[_0x3450f3(0x167)](_0x525408),_0x51dc64&&_0x51dc64[_0x3450f3(0xc2)]&&(this[_0x3450f3(0xfd)][_0x3450f3(0x169)](_0x5a61eb)[_0x3450f3(0xc2)]=_0x51dc64[_0x3450f3(0xc2)]);})[_0x4145ce(0x19c)](_0x4e8096=>{const _0x3a5ffa=_0x4145ce;throw _0x133c88(_0x3a5ffa(0x219)),this[_0x3a5ffa(0xe8)][_0x3a5ffa(0x15f)][_0x3a5ffa(0x106)]({'isUndoable':!0x1},()=>{const _0x12404e=_0x3a5ffa;_0x3d0bde[_0x12404e(0x1c7)]();}),_0x3d0bde[_0x3a5ffa(0x218)](),this[_0x3a5ffa(0xfd)][_0x3a5ffa(0x79)](_0x3d0bde['id']),this[_0x3a5ffa(0xb9)][_0x3a5ffa(0x79)](_0x3d0bde),_0x4e8096;});}return _0x3d0bde;}[_0x4f5dbb(0x1ca)](_0x44adc4){const _0x392925=_0x4f5dbb;return this[_0x392925(0x206)][_0x392925(0x1dd)](_0x44adc4);}[_0x4f5dbb(0x165)](_0x1af4c4,_0x273fd0){const _0x15bccb=_0x4f5dbb,_0x206bf8=this[_0x15bccb(0xe8)][_0x15bccb(0x185)][_0x15bccb(0x169)](_0x15bccb(0xf2)),_0x53f345=this[_0x15bccb(0x144)](_0x1af4c4);if(this[_0x15bccb(0x1d1)]&&this[_0x15bccb(0x1d1)][_0x15bccb(0xd3)]){if(_0x53f345[_0x15bccb(0x214)]){const _0x1bf196=_0x206bf8[_0x15bccb(0x132)](_0x5df67(this[_0x15bccb(0xe8)][_0x15bccb(0x17f)],_0x15bccb(0x1ae)));this[_0x15bccb(0x1d1)][_0x15bccb(0xd3)](_0x1af4c4,_0x273fd0)[_0x15bccb(0xa6)](()=>{const _0x504989=_0x15bccb;_0x206bf8[_0x504989(0x167)](_0x1bf196);});}else _0x53f345['on'](_0x15bccb(0x1f6),()=>{const _0x23ad71=_0x15bccb;this[_0x23ad71(0x165)](_0x1af4c4,_0x273fd0);});}}[_0x4f5dbb(0x115)](_0x2d2b0c){const _0x32f2a3=_0x4f5dbb;if(!this[_0x32f2a3(0x1d1)]||!this[_0x32f2a3(0x1d1)][_0x32f2a3(0x144)])throw new _0x2edcdf(_0x32f2a3(0xa7),this);return this[_0x32f2a3(0x1d1)][_0x32f2a3(0x144)](_0x2d2b0c);}[_0x4f5dbb(0x11f)](_0x515c10){const _0x520172=_0x4f5dbb,{id:_0xd15095,type:_0x1c11a6,subType:_0x3f9a83,authorId:_0x3652bc}=this[_0x520172(0x1c9)](_0x515c10),_0x1ba88e=this[_0x520172(0xfd)][_0x520172(0x169)](_0xd15095)||this[_0x520172(0x220)](_0x1c11a6,_0x3f9a83,_0xd15095,_0x3652bc,{});switch(this[_0x520172(0x12d)](_0x1ba88e,_0x1c11a6,_0x3f9a83,_0x3652bc),this[_0x520172(0xb9)][_0x520172(0x169)](_0x1ba88e)){case _0x520172(0x10c):this[_0x520172(0x115)](_0xd15095)[_0x520172(0xa6)](_0x4c85b2=>{const _0x13b0cd=_0x520172;let _0x1f24c0=Promise[_0x13b0cd(0xb0)]();_0x4c85b2[_0x13b0cd(0x20c)]&&(_0x1f24c0=this[_0x13b0cd(0x105)][_0x13b0cd(0x16c)]({'channelId':this[_0x13b0cd(0xe8)][_0x13b0cd(0x1d5)][_0x13b0cd(0x169)](_0x13b0cd(0x99)),'threadId':_0xd15095})),_0x1f24c0[_0x13b0cd(0xa6)](()=>{const _0x327466=_0x13b0cd;this[_0x327466(0x1af)](_0x4c85b2)[_0x327466(0x214)]=!0x0;});}),this[_0x520172(0xb9)][_0x520172(0x21f)](_0x1ba88e,_0x520172(0xee));break;case _0x520172(0xc0):this[_0x520172(0x165)](_0xd15095,{'state':_0x520172(0x1e9)});case _0x520172(0x19d):this[_0x520172(0xb9)][_0x520172(0x21f)](_0x1ba88e,_0x520172(0x193)),this[_0x520172(0x155)](_0x520172(0x18e),_0x1ba88e);break;case _0x520172(0x193):this[_0x520172(0x155)](_0x520172(0x1a7),_0x1ba88e);}return _0x1ba88e[_0x520172(0x146)](_0x515c10),_0x1ba88e;}[_0x4f5dbb(0x9a)](_0x52363a){const _0x28d1ed=_0x4f5dbb,_0x23a79f=Array[_0x28d1ed(0x20b)](_0x52363a),_0x320f65=_0x23a79f[_0x28d1ed(0x7a)](_0x3764ca=>_0x28d1ed(0x152)==_0x3764ca[_0x28d1ed(0x7b)]);this[_0x28d1ed(0x1eb)](_0x320f65);const _0x4ad446=_0x23a79f[_0x28d1ed(0x7a)](_0x5d2f1f=>!_0x5d2f1f[_0x28d1ed(0x180)]&&_0x28d1ed(0x152)!=_0x5d2f1f[_0x28d1ed(0x7b)]),_0x21feed=this[_0x28d1ed(0x204)]({'skipNotAttached':!0x0})[_0x28d1ed(0x7a)](_0x2818e4=>!_0x2818e4[_0x28d1ed(0x180)]&&_0x28d1ed(0x152)!=_0x2818e4[_0x28d1ed(0x7b)]),_0x25cdfe=_0x21feed[_0x28d1ed(0x7a)](_0xc082d8=>!_0x52363a[_0x28d1ed(0x1dd)](_0xc082d8)),_0xa3f4e9=new Map(_0x21feed[_0x28d1ed(0x101)](_0x377101=>[_0x377101,this[_0x28d1ed(0xb7)][_0x28d1ed(0x222)](_0x377101[_0x28d1ed(0x7b)],_0x377101[_0x28d1ed(0x87)],_0x28d1ed(0x14d))])),_0x1c2ec5=new Map(_0x21feed[_0x28d1ed(0x101)](_0x6c7959=>[_0x6c7959,_0x6c7959[_0x28d1ed(0x117)]()])),_0x42bc08=new Set(),_0x3f7a5b=new Set();for(let _0x1f6126=0x0;_0x1f6126<_0x4ad446[_0x28d1ed(0xda)];_0x1f6126++)_0x5d39fe(_0x4ad446[_0x1f6126],_0x4ad446,_0x1f6126+0x1);for(let _0x279282=0x0;_0x279282<_0x4ad446[_0x28d1ed(0xda)];_0x279282++)_0x5d39fe(_0x4ad446[_0x279282],_0x25cdfe,0x0);const _0x5623bd=new Set();for(let _0x3e4769=0x0;_0x3e4769<_0x4ad446[_0x28d1ed(0xda)];_0x3e4769++){const _0x3f4060=_0x4ad446[_0x3e4769];!_0x3f7a5b[_0x28d1ed(0x1dd)](_0x3f4060)&&_0x3f4060[_0x28d1ed(0x1b6)]&&(_0x5623bd[_0x28d1ed(0x132)](_0x3f4060[_0x28d1ed(0x1b6)]),_0x3f4060[_0x28d1ed(0x1b6)][_0x28d1ed(0xa4)]===_0x3f4060&&(_0x3f4060[_0x28d1ed(0x1b6)][_0x28d1ed(0xa4)]=null),_0x3f4060[_0x28d1ed(0x1b6)]=null),!_0x42bc08[_0x28d1ed(0x1dd)](_0x3f4060)&&_0x3f4060[_0x28d1ed(0xa4)]&&(_0x5623bd[_0x28d1ed(0x132)](_0x3f4060[_0x28d1ed(0xa4)]),_0x3f4060[_0x28d1ed(0xa4)][_0x28d1ed(0x1b6)]===_0x3f4060&&(_0x3f4060[_0x28d1ed(0xa4)][_0x28d1ed(0x1b6)]=null),_0x3f4060[_0x28d1ed(0xa4)]=null);}function _0x5d39fe(_0x519a3c,_0x5d062e,_0x3590d8){const _0x308537=_0x28d1ed;for(let _0x39b32c=_0x3590d8;_0x39b32c<_0x5d062e[_0x308537(0xda)];_0x39b32c++){const _0x162be5=_0x1a65f5(_0x519a3c,_0x5d062e[_0x39b32c]);_0x162be5&&(_0x162be5[0x0][_0x308537(0xa4)]=_0x162be5[0x1],_0x162be5[0x1][_0x308537(0x1b6)]=_0x162be5[0x0],_0x42bc08[_0x308537(0x132)](_0x162be5[0x0]),_0x3f7a5b[_0x308537(0x132)](_0x162be5[0x1]));}}function _0x1a65f5(_0x14377a,_0x5ca27c){const _0x5d89a3=_0x28d1ed;if(_0x14377a[_0x5d89a3(0x1b0)]['id']!==_0x5ca27c[_0x5d89a3(0x1b0)]['id'])return null;const _0x5a86e8=_0xa3f4e9[_0x5d89a3(0x169)](_0x14377a)(_0x14377a,_0x5ca27c,_0x1c2ec5[_0x5d89a3(0x169)](_0x14377a),_0x1c2ec5[_0x5d89a3(0x169)](_0x5ca27c));if(!_0x5a86e8)return null;return _0xa3f4e9[_0x5d89a3(0x169)](_0x5ca27c)(_0x14377a,_0x5ca27c,_0x1c2ec5[_0x5d89a3(0x169)](_0x14377a),_0x1c2ec5[_0x5d89a3(0x169)](_0x5ca27c))?_0x5a86e8[0x1][_0x5d89a3(0xd4)]&&_0x5a86e8[0x1][_0x5d89a3(0xd4)][_0x5d89a3(0xda)]?null:_0x5a86e8:null;}_0x5623bd[_0x28d1ed(0x128)]&&this[_0x28d1ed(0x9a)](_0x5623bd);}[_0x4f5dbb(0x1eb)](_0x3ef6c6){const _0x1e91c3=_0x4f5dbb;if(0x0==_0x3ef6c6[_0x1e91c3(0xda)])return;const _0x348076=this[_0x1e91c3(0x204)]({'skipNotAttached':!0x0})[_0x1e91c3(0x7a)](_0x472dfe=>_0x1e91c3(0x152)==_0x472dfe[_0x1e91c3(0x7b)]&&_0x472dfe[_0x1e91c3(0x1c5)]),_0x41e4c7=[],_0x29ed00=new Map();for(const _0x53e7ff of _0x348076){const _0x23161e=_0x472900(_0x53e7ff[_0x1e91c3(0x196)]);_0x29ed00[_0x1e91c3(0x1dd)](_0x23161e)||(_0x29ed00[_0x1e91c3(0x21f)](_0x23161e,_0x41e4c7[_0x1e91c3(0xda)]),_0x41e4c7[_0x1e91c3(0x10e)]([]));const _0x22b318=_0x29ed00[_0x1e91c3(0x169)](_0x23161e);_0x41e4c7[_0x22b318][_0x1e91c3(0x10e)](_0x53e7ff);}!(function(){const _0x327574=_0x1e91c3;_0x41e4c7[_0x327574(0x9c)]((_0x1b2ece,_0x6de52a)=>{const _0x2ee263=_0x327574,_0x4ccbd0=_0x1b2ece[0x0][_0x2ee263(0xc2)],_0x2eb95c=_0x6de52a[0x0][_0x2ee263(0xc2)];return _0x4ccbd0==_0x2eb95c?_0x1b2ece[0x0][_0x2ee263(0x196)][_0x2ee263(0xe5)]<_0x6de52a[0x0][_0x2ee263(0x196)][_0x2ee263(0xe5)]?-0x1:0x1:_0x4ccbd0<_0x2eb95c?-0x1:0x1;});for(const _0x485b5b of _0x41e4c7)_0x485b5b[_0x327574(0x9c)]((_0x2a6822,_0x1ed5a1)=>_0x2a6822['id']<_0x1ed5a1['id']?-0x1:0x1);}());for(let _0x167e86=0x0;_0x167e86<_0x41e4c7[_0x1e91c3(0xda)];_0x167e86++){if(0x0==_0x41e4c7[_0x167e86][_0x1e91c3(0xda)])continue;const _0x340ac6=[];for(let _0x1a72d4=_0x167e86+0x1;_0x1a72d4<_0x41e4c7[_0x1e91c3(0xda)];_0x1a72d4++)0x0!=_0x41e4c7[_0x1a72d4][_0x1e91c3(0xda)]&&_0x457e68(_0x41e4c7[_0x167e86],_0x41e4c7[_0x1a72d4])&&_0x340ac6[_0x1e91c3(0x10e)](_0x1a72d4);for(const _0x1bbfef of _0x340ac6)_0x41e4c7[_0x167e86]=_0x41e4c7[_0x167e86][_0x1e91c3(0x1fc)](_0x41e4c7[_0x1bbfef]),_0x41e4c7[_0x1bbfef]=[];}for(const _0x218dfd of _0x41e4c7)for(let _0x1c86b4=0x0;_0x1c86b4<_0x218dfd[_0x1e91c3(0xda)];_0x1c86b4++)_0x218dfd[_0x1c86b4][_0x1e91c3(0xa4)]=_0x218dfd[_0x1c86b4+0x1]||null;for(const _0x5123b8 of _0x41e4c7)for(let _0xe8d1c9=0x0;_0xe8d1c9<_0x5123b8[_0x1e91c3(0xda)];_0xe8d1c9++)_0x5123b8[_0xe8d1c9][_0x1e91c3(0x1b6)]=_0x5123b8[_0xe8d1c9-0x1]||null;function _0x457e68(_0x22acb5,_0x5ca2ad){const _0x43158c=_0x1e91c3;if(_0x22acb5[0x0][_0x43158c(0x196)][_0x43158c(0xe5)]!==_0x5ca2ad[0x0][_0x43158c(0x196)][_0x43158c(0xe5)]&&_0x22acb5[0x0][_0x43158c(0x1b0)]!==_0x5ca2ad[0x0][_0x43158c(0x1b0)])return!0x1;if(!function(_0x1b4f01,_0x12bc40){const _0x36c969=_0x43158c;if(!_0x1b4f01[_0x36c969(0x20c)]&&!_0x12bc40[_0x36c969(0x20c)])return!0x0;if(_0x1b4f01[_0x36c969(0x20c)]&&_0x12bc40[_0x36c969(0x20c)])return!0x1;if(_0x1b4f01[_0x36c969(0x20c)]&&_0x12bc40[_0x36c969(0xc2)]<_0x1b4f01[_0x36c969(0xd4)][_0x36c969(0x1ef)][_0x36c969(0x169)](0x0)[_0x36c969(0xc2)])return!0x0;if(_0x12bc40[_0x36c969(0x20c)]&&_0x1b4f01[_0x36c969(0xc2)]<_0x12bc40[_0x36c969(0xd4)][_0x36c969(0x1ef)][_0x36c969(0x169)](0x0)[_0x36c969(0xc2)])return!0x0;return!0x1;}(_0x22acb5[0x0],_0x5ca2ad[0x0]))return!0x1;const _0x2c4604=_0x4d3151(_0x22acb5[0x0][_0x43158c(0x196)],_0x43158c(0xe5)),_0x474e8c=_0x4d3151(_0x5ca2ad[0x0][_0x43158c(0x196)],_0x43158c(0xe5));if(!_0x4d7036(_0x2c4604,_0x474e8c))return!0x1;return!!_0x22acb5[_0x43158c(0x195)](_0x1d820e=>_0x5ca2ad[_0x43158c(0x82)](_0x3f68ff=>_0x1d820e[_0x43158c(0x117)]()[_0x43158c(0xba)](_0x3f68ff[_0x43158c(0x117)]())))&&_0x5ca2ad[_0x43158c(0x195)](_0x5f1932=>_0x22acb5[_0x43158c(0x82)](_0x1f6f62=>_0x5f1932[_0x43158c(0x117)]()[_0x43158c(0xba)](_0x1f6f62[_0x43158c(0x117)]())));}}[_0x4f5dbb(0x127)](_0x2e9a92){const _0xfbe024=_0x4f5dbb,_0xf7e62d=Array[_0xfbe024(0x20b)](_0x2e9a92),_0x5122f8=this[_0xfbe024(0x204)]({'skipNotAttached':!0x0}),_0x5d85ee=_0x5122f8[_0xfbe024(0x7a)](_0x57ba50=>!_0x2e9a92[_0xfbe024(0x1dd)](_0x57ba50)),_0x15dc37=new Map(_0xf7e62d[_0xfbe024(0x101)](_0x3b062f=>[_0x3b062f,this[_0xfbe024(0xb7)][_0xfbe024(0x222)](_0x3b062f[_0xfbe024(0x7b)],_0x3b062f[_0xfbe024(0x87)],_0xfbe024(0x83))])),_0x2c6aa0=new Map(_0x5122f8[_0xfbe024(0x101)](_0x557560=>[_0x557560,_0x557560[_0xfbe024(0x208)]()]));for(let _0x42e989=0x0;_0x42e989<_0xf7e62d[_0xfbe024(0xda)];_0x42e989++){if(_0x2e7f7b(this,_0xf7e62d[_0x42e989],_0xf7e62d,_0x42e989+0x1))return!0x0;}for(let _0x514b75=0x0;_0x514b75<_0xf7e62d[_0xfbe024(0xda)];_0x514b75++){if(_0x2e7f7b(this,_0xf7e62d[_0x514b75],_0x5d85ee,0x0))return!0x0;}return!0x1;function _0x2e7f7b(_0xea2fd3,_0x283761,_0x41acb2,_0x1938e3){const _0x575f31=_0xfbe024;for(let _0x56b8e2=_0x1938e3;_0x56b8e2<_0x41acb2[_0x575f31(0xda)];_0x56b8e2++){const _0x442fda=_0x41acb2[_0x56b8e2];if(_0x442fda[_0x575f31(0x7b)]!==_0x283761[_0x575f31(0x7b)]||_0x442fda[_0x575f31(0x1b0)]['id']!==_0x283761[_0x575f31(0x1b0)]['id']||_0x442fda[_0x575f31(0x87)]!==_0x283761[_0x575f31(0x87)])continue;if(!Ft(_0x283761,_0x442fda,[_0x575f31(0xe5)]))continue;if(_0x575f31(0x152)==_0x283761[_0x575f31(0x7b)]&&_0x283761[_0x575f31(0xcc)][_0x575f31(0x1f4)]!=_0x442fda[_0x575f31(0xcc)][_0x575f31(0x1f4)])continue;if(_0x575f31(0x152)==_0x283761[_0x575f31(0x7b)]&&_0xea2fd3[_0x575f31(0x1ca)](_0x283761[_0x575f31(0xcc)][_0x575f31(0x157)]))continue;if(_0x575f31(0xe9)==_0x283761[_0x575f31(0x7b)]){const _0x5465cd=_0xea2fd3[_0x575f31(0xe8)][_0x575f31(0x15f)],_0x57383a=_0x283761[_0x575f31(0x93)]();if(_0x57383a&&(_0x5465cd[_0x575f31(0x181)][_0x575f31(0x1c4)](_0x57383a)||_0x5465cd[_0x575f31(0x181)][_0x575f31(0x1fa)](_0x57383a)))continue;}const _0x54ce17=_0x15dc37[_0x575f31(0x169)](_0x283761),_0x575da3=_0x2c6aa0[_0x575f31(0x169)](_0x283761),_0x3b10db=_0x2c6aa0[_0x575f31(0x169)](_0x442fda),_0x26c01f=_0x283761[_0x575f31(0xd4)]&&_0x283761[_0x575f31(0xd4)][_0x575f31(0xda)],_0x266720=_0x442fda[_0x575f31(0xd4)]&&_0x442fda[_0x575f31(0xd4)][_0x575f31(0xda)];if(!_0x26c01f&&_0x54ce17(_0x3b10db,_0x575da3))return _0xea2fd3[_0x575f31(0x1a3)](_0x442fda,_0x283761),_0x2c6aa0[_0x575f31(0x79)](_0x283761),!0x0;if(!_0x266720&&_0x54ce17(_0x575da3,_0x3b10db))return _0xea2fd3[_0x575f31(0x1a3)](_0x283761,_0x442fda),_0x2c6aa0[_0x575f31(0x79)](_0x442fda),!0x0;}return!0x1;}}[_0x4f5dbb(0x1a3)](_0x1977fc,_0x544ad1){const _0x146b2a=_0x4f5dbb;if(_0x1977fc[_0x146b2a(0x180)]){for(const _0x5e665e of _0x544ad1[_0x146b2a(0x208)]())_0x1977fc[_0x146b2a(0x8f)](_0x5e665e);}else{const _0x409995=_0x544ad1[_0x146b2a(0x117)]()[_0x146b2a(0x205)];this[_0x146b2a(0x17a)](_0x1977fc,this[_0x146b2a(0xbe)][_0x146b2a(0x221)](_0x1977fc[_0x146b2a(0x117)]()[_0x146b2a(0x226)],_0x409995));}_0x544ad1[_0x146b2a(0x18d)]();}[_0x4f5dbb(0x1a8)](_0x261544,_0x3496ef){const _0x3dfac5=_0x4f5dbb,_0x5daca1=_0x261544[_0x3dfac5(0x211)](_0x3dfac5(0x107))||_0x261544[_0x3dfac5(0x211)](_0x3dfac5(0x152))?_0x3dfac5(0x131):_0x261544[_0x3dfac5(0x1c3)]();return _0x5df67(this[_0x3dfac5(0xe8)][_0x3dfac5(0x17f)],_0x3496ef+'_'+_0x5daca1+_0x3dfac5(0x1a5));}[_0x4f5dbb(0x11a)](){const _0x56866c=_0x4f5dbb,_0xe6eeda=this[_0x56866c(0xe8)];_0x2ea5e0(this[_0x56866c(0xbe)],({left:_0x208983,entered:_0x2664a6})=>{const _0x451c69=_0x56866c,_0x195e07=[];for(const _0x50543a of _0x208983){const {group:_0x50e306,type:_0x248287}=this[_0x451c69(0x1c9)](_0x50543a[_0x451c69(0xd6)]);if(_0x451c69(0x1c2)===_0x50e306){_0x195e07[_0x451c69(0x10e)](this[_0x451c69(0x1a8)](_0x248287,_0x451c69(0x159)));break;}}for(const _0x1bdcc7 of _0x2664a6){const {group:_0x5cab4b,type:_0x1ea342}=this[_0x451c69(0x1c9)](_0x1bdcc7[_0x451c69(0xd6)]);if(_0x451c69(0x1c2)===_0x5cab4b){_0x195e07[_0x451c69(0x10e)](this[_0x451c69(0x1a8)](_0x1ea342,_0x451c69(0x1d2)));break;}}_0x195e07[_0x451c69(0xda)]&&_0xe6eeda['ui'][_0x451c69(0x108)][_0x451c69(0x215)](_0x451c69(0x1a0),_0x195e07[_0x451c69(0x83)]('\x20'));});}[_0x4f5dbb(0x1cc)](_0x3a847c){const _0x4daac8=_0x4f5dbb;if(this[_0x4daac8(0x1f0)])return!0x1;const _0x5c16e0=this[_0x4daac8(0xe8)],_0x4cc571=_0x5c16e0[_0x4daac8(0x15f)][_0x4daac8(0x17d)][_0x4daac8(0x1f7)][_0x4daac8(0x1aa)]();if(0x0==_0x4cc571[_0x4daac8(0xda)])return!0x1;const _0x19c51c=[],_0x562b30=_0x4cc571[_0x4daac8(0x7a)](_0x5ce6e1=>_0x4daac8(0x152)==_0x5ce6e1[_0x4daac8(0x7b)]),_0x1ccc03=_0x4cc571[_0x4daac8(0x7a)](_0x41cde8=>_0x4daac8(0xe7)==_0x41cde8[_0x4daac8(0x7b)]&&_0x4daac8(0x9f)!=_0x41cde8[_0x4daac8(0xd6)]),_0x821ba9=_0x4cc571[_0x4daac8(0x7a)](_0x46ee11=>_0x4daac8(0x167)==_0x46ee11[_0x4daac8(0x7b)]&&_0x4daac8(0x9f)!=_0x46ee11[_0x4daac8(0xd6)]);for(const _0x44e68f of _0x562b30)_0x19c51c[_0x4daac8(0x10e)]({'key':_0x44e68f[_0x4daac8(0x149)],'newValue':_0x44e68f[_0x4daac8(0xc4)],'oldValue':_0x44e68f[_0x4daac8(0x1f3)],'range':Ut(_0x44e68f[_0x4daac8(0x13b)],_0x5c16e0[_0x4daac8(0x15f)])});for(const _0x2680f7 of _0x1ccc03){const _0x38f0d5=_0x821ba9[_0x4daac8(0x1e0)](_0x547e0b=>_0x547e0b[_0x4daac8(0xc7)][_0x4daac8(0xba)](_0x2680f7[_0x4daac8(0xc7)]));_0x38f0d5&&_0x19c51c[_0x4daac8(0x10e)]({'key':_0x4daac8(0x85),'newValue':_0x2680f7[_0x4daac8(0xd6)],'oldValue':_0x38f0d5[_0x4daac8(0xd6)],'range':_0x5c16e0[_0x4daac8(0x15f)][_0x4daac8(0x1c8)](_0x2680f7[_0x4daac8(0xc7)][_0x4daac8(0x92)])});}return 0x0!=_0x19c51c[_0x4daac8(0xda)]&&this[_0x4daac8(0x18a)](_0x3a847c,_0x19c51c);}[_0x4f5dbb(0x201)](_0x1c3735){const _0x2a0e4a=_0x4f5dbb;let _0x112390=!0x1;const _0x26bf94=this[_0x2a0e4a(0xe8)][_0x2a0e4a(0x15f)][_0x2a0e4a(0x17d)][_0x2a0e4a(0x1f7)][_0x2a0e4a(0x78)]()[_0x2a0e4a(0x7a)](_0x28a2d8=>_0x28a2d8[_0x2a0e4a(0xcc)][_0x2a0e4a(0x150)]&&_0x28a2d8[_0x2a0e4a(0xd6)][_0x2a0e4a(0x211)](_0x2a0e4a(0x151)));for(const _0x194a86 of _0x26bf94){const {subType:_0x980e71,id:_0x1b46ad}=this[_0x2a0e4a(0x1c9)](_0x194a86[_0x2a0e4a(0xd6)]),_0x2a4118=_0x980e71[_0x2a0e4a(0x1bf)]('|')[0x0];for(const _0x33cdf1 of this[_0x2a0e4a(0x204)]({'skipNotAttached':!0x0}))_0x33cdf1['id']!=_0x1b46ad&&_0x2a0e4a(0x152)==_0x33cdf1[_0x2a0e4a(0x7b)]&&_0x33cdf1[_0x2a0e4a(0xcc)]&&_0x33cdf1[_0x2a0e4a(0xcc)][_0x2a0e4a(0x157)]==_0x2a4118&&_0x33cdf1[_0x2a0e4a(0x117)]()[_0x2a0e4a(0x1ac)](_0x194a86[_0x2a0e4a(0xcc)][_0x2a0e4a(0x150)])&&(this[_0x2a0e4a(0x200)](_0x33cdf1,_0x194a86[_0x2a0e4a(0xcc)][_0x2a0e4a(0x150)],_0x1c3735),_0x112390=!0x0);}return _0x112390;}[_0x4f5dbb(0x10d)](_0x1083e3){const _0x370b9c=_0x4f5dbb;this[_0x370b9c(0xe8)],(this[_0x370b9c(0x1f0)]=!0x0,_0x1083e3());}[_0x4f5dbb(0xf8)](_0x244f6a){const _0x242c71=_0x4f5dbb,_0xd26614=this[_0x242c71(0x1ca)](_0x244f6a),_0x3b1943=this[_0x242c71(0xcf)][_0x242c71(0x1dd)](_0x244f6a);return _0xd26614||_0x3b1943;}[_0x4f5dbb(0x18a)](_0x296d4f,_0x551cbc){const _0x583a13=_0x4f5dbb;if(0x0==_0x551cbc[_0x583a13(0xda)])return!0x1;let _0x784a8c=!0x1;for(const _0x2fe380 of _0x551cbc){const _0x43593d=this[_0x583a13(0x213)](_0x2fe380[_0x583a13(0x13b)],_0x583a13(0x152))[_0x583a13(0x7a)](_0x1008d0=>!_0x1008d0[_0x583a13(0x21b)][_0x583a13(0x94)])[_0x583a13(0x101)](_0x2e3b88=>_0x2e3b88[_0x583a13(0x1c2)]),_0x54bb28=_0x472900({'newValue':_0x2fe380[_0x583a13(0x1cf)]});_0x43593d[_0x583a13(0x7a)](_0x37963b=>{const _0x5e9924=_0x583a13,[_0x523d8a,_0x378daa]=_0x37963b[_0x5e9924(0x87)][_0x5e9924(0x1bf)]('|');return _0x523d8a==_0x2fe380[_0x5e9924(0x157)]&&_0x378daa!=_0x54bb28;})[_0x583a13(0x95)](_0x27414f=>{const _0x4c5f57=_0x583a13;this[_0x4c5f57(0x200)](_0x27414f,_0x2fe380[_0x4c5f57(0x13b)],_0x296d4f),_0x784a8c=!0x0;});}return _0x784a8c;}[_0x4f5dbb(0x200)](_0x518e34,_0x37bb01,_0x310018){const _0x4cf6cc=_0x4f5dbb,_0x1a27f8=_0x518e34[_0x4cf6cc(0x117)]()[_0x4cf6cc(0xca)](_0x37bb01);0x0!==_0x1a27f8[_0x4cf6cc(0xda)]?0x1!==_0x1a27f8[_0x4cf6cc(0xda)]?this[_0x4cf6cc(0x1bd)](_0x518e34,_0x37bb01[_0x4cf6cc(0x226)],_0x37bb01[_0x4cf6cc(0x205)]):this[_0x4cf6cc(0x17a)](_0x518e34,_0x1a27f8[0x0]):_0x310018[_0x4cf6cc(0x228)](_0x518e34[_0x4cf6cc(0x9b)]());}}class Bt{constructor(_0x4b486b){const _0x421607=_0x4f5dbb;this[_0x421607(0x1e2)]=_0x4b486b,this[_0x421607(0xbe)]=_0x4b486b[_0x421607(0x15f)],this[_0x421607(0x124)]=new Map(),this[_0x421607(0x1dc)]=new Map(),this[_0x421607(0xf6)]();}[_0x4f5dbb(0x161)](_0x3a00ac,_0x33c038,_0x2ee523,_0x5044a8,_0x107cd6,_0x5da0c9){const _0x4febd3=_0x4f5dbb;return new _0x104e19(this[_0x4febd3(0xbe)],{'type':_0x3a00ac,'subType':_0x33c038,'id':_0x2ee523,'author':_0x5044a8,'creator':_0x5044a8,'attributes':_0x107cd6,'onAttributesChange':_0x5da0c9,'onAccept':(..._0x3b9165)=>this[_0x4febd3(0x222)](_0x3a00ac,_0x33c038,_0x4febd3(0x1bb))(..._0x3b9165),'onDiscard':(..._0x3f9a3b)=>this[_0x4febd3(0x222)](_0x3a00ac,_0x33c038,_0x4febd3(0x1c7))(..._0x3f9a3b)});}[_0x4f5dbb(0x122)](_0x555cda,_0x5b9e3e,_0x1c935b,_0x31bfa6){const _0xab8ff5=_0x4f5dbb,_0x41a06b=_0x555cda+':'+_0x5b9e3e+':'+_0x1c935b;this[_0xab8ff5(0x124)][_0xab8ff5(0x21f)](_0x41a06b,_0x31bfa6);}[_0x4f5dbb(0x222)](_0x49c3d1,_0xdcb627,_0x1fbed5){const _0x13e4d4=_0x4f5dbb,_0x10f86c=_0x49c3d1+':'+_0xdcb627+':'+_0x1fbed5;return this[_0x13e4d4(0x124)][_0x13e4d4(0x169)](_0x10f86c)||this[_0x13e4d4(0x1dc)][_0x13e4d4(0x169)](_0x49c3d1+':'+_0x1fbed5);}[_0x4f5dbb(0xf6)](){const _0x4aae62=_0x4f5dbb,_0x4f18d4=()=>!0x1,_0x5327ed=_0x3381d6=>{const _0x4878b9=_0x565d;_0x3381d6[_0x4878b9(0x9c)]((_0x1ba665,_0xc1d4f7)=>_0x1ba665[_0x4878b9(0x226)][_0x4878b9(0xcd)](_0xc1d4f7[_0x4878b9(0x226)])?0x1:-0x1),this[_0x4878b9(0xbe)][_0x4878b9(0x11d)](_0x3d4d17=>{const _0x3499b2=_0x4878b9;for(const _0x4ddad7 of _0x3381d6){let _0x2bdafc;_0x2bdafc=_0x4ddad7[_0x3499b2(0x205)][_0x3499b2(0x154)]&&_0x4ddad7[_0x3499b2(0x205)][_0x3499b2(0x102)]==_0x4ddad7[_0x3499b2(0x226)][_0x3499b2(0x92)]?_0x3d4d17[_0x3499b2(0xa3)](_0x4ddad7[_0x3499b2(0x226)][_0x3499b2(0x92)],'on'):_0x3d4d17[_0x3499b2(0xa3)](_0x4ddad7),this[_0x3499b2(0xbe)][_0x3499b2(0x12f)](_0x2bdafc,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4f229b=(_0x46f61a,_0x393a3b)=>{const _0x555aaf=_0x565d;_0x393a3b&&this[_0x555aaf(0xbe)][_0x555aaf(0x11d)](_0xc3364a=>{const _0x2039a6=_0x555aaf,{commandName:_0xcd025b,commandParams:_0x210c17=[]}=_0x393a3b,_0x36f61c=_0x46f61a[_0x2039a6(0x101)](_0x947411=>(Rt(_0x947411)&&(_0x947411=this[_0x2039a6(0xbe)][_0x2039a6(0x221)](_0x947411[_0x2039a6(0x205)])),_0x947411))[_0x2039a6(0x7a)](_0x1891c9=>_0x2039a6(0xdf)!==_0x1891c9[_0x2039a6(0xc3)][_0x2039a6(0xf1)]);if(_0x36f61c[_0x2039a6(0xda)]<0x1)return;const _0x1a11f3=Array[_0x2039a6(0x20b)](this[_0x2039a6(0xbe)][_0x2039a6(0x17d)][_0x2039a6(0x1f5)][_0x2039a6(0x208)]())[_0x2039a6(0x101)](_0x56917e=>_0x3a1930[_0x2039a6(0x175)](_0x56917e));_0xc3364a[_0x2039a6(0xe4)](_0x36f61c);for(const _0x3b2df3 of this[_0x2039a6(0x1e2)][_0x2039a6(0xec)][_0x2039a6(0xec)]())_0x3b2df3[_0x2039a6(0x162)]();_0x210c17[_0x2039a6(0x10e)]({'forceDefaultExecution':!0x0}),this[_0x2039a6(0x1e2)][_0x2039a6(0x13a)](_0xcd025b,..._0x210c17);const _0x11eb42=_0x1a11f3[_0x2039a6(0x7a)](_0x54eb1f=>_0x2039a6(0xdf)!=_0x54eb1f[_0x2039a6(0xc3)][_0x2039a6(0xf1)]);_0x11eb42[_0x2039a6(0xda)]>0x0&&_0xc3364a[_0x2039a6(0xe4)](_0x11eb42);for(const _0xb66ed8 of _0x1a11f3)_0xb66ed8[_0x2039a6(0xe0)]();});},_0x1daa6c=(_0x5d7ee9,_0x44ef84)=>0x1==_0x5d7ee9[_0x4aae62(0xda)]&&0x1==_0x44ef84[_0x4aae62(0xda)]&&_0x5d7ee9[0x0][_0x4aae62(0x205)][_0x4aae62(0xba)](_0x44ef84[0x0][_0x4aae62(0x226)]),_0x137cb4=(_0x4bfda0,_0x8d6095,_0x275488,_0x117d17)=>Gt(_0x4bfda0,_0x8d6095,_0x275488,_0x117d17,this[_0x4aae62(0xbe)])?[_0x4bfda0,_0x8d6095]:Gt(_0x8d6095,_0x4bfda0,_0x117d17,_0x275488,this[_0x4aae62(0xbe)])?[_0x8d6095,_0x4bfda0]:null;this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x1f8),_0x4f18d4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x81),_0x5327ed),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0xb2),_0x1daa6c),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x1b5),_0x137cb4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x141),_0x5327ed),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x1d7),_0x4f18d4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0xb6),_0x1daa6c),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x1a6),_0x137cb4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x1f9),_0x4f229b),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0xbb),_0x4f18d4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x163),_0x1daa6c),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x168),_0x4f18d4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x1ed),_0x4f229b),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x189),_0x4f18d4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x12e),_0x1daa6c),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x19a),_0x4f18d4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x1ad),_0x4f18d4),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x158),(_0x5d6daf,_0x539061)=>{const _0xa990ee=_0x4aae62;if(!_0x539061)return;const _0x1d591f=this[_0xa990ee(0x1e2)][_0xa990ee(0x185)][_0xa990ee(0x169)](p);this[_0xa990ee(0xbe)][_0xa990ee(0x11d)](_0x236a45=>{const _0x5ac5a4=_0xa990ee;if(_0x5ac5a4(0x85)==_0x539061[_0x5ac5a4(0x157)])for(const _0x585ab5 of _0x5d6daf){const _0x1b13de=_0x585ab5[_0x5ac5a4(0x226)][_0x5ac5a4(0x92)],_0xc3abf5=_0x539061[_0x5ac5a4(0x1f4)];_0x236a45[_0x5ac5a4(0x8e)](_0x1b13de,_0xc3abf5);}else{if(_0x1d591f[_0x5ac5a4(0x1ca)](_0x539061[_0x5ac5a4(0x157)])){for(const _0x2342dd of _0x5d6daf)void 0x0!==_0x539061[_0x5ac5a4(0x1f4)]?_0x236a45[_0x5ac5a4(0xc8)](_0x539061[_0x5ac5a4(0x157)],_0x539061[_0x5ac5a4(0x1f4)],_0x2342dd[_0x5ac5a4(0x226)][_0x5ac5a4(0x92)]):_0x236a45[_0x5ac5a4(0xad)](_0x539061[_0x5ac5a4(0x157)],_0x2342dd[_0x5ac5a4(0x226)][_0x5ac5a4(0x92)]);}else{for(const _0x3fbe1a of _0x5d6daf)_0x539061[_0x5ac5a4(0x1f4)]?_0x236a45[_0x5ac5a4(0xc8)](_0x539061[_0x5ac5a4(0x157)],_0x539061[_0x5ac5a4(0x1f4)],_0x3fbe1a):_0x236a45[_0x5ac5a4(0xad)](_0x539061[_0x5ac5a4(0x157)],_0x3fbe1a);}}});}),this[_0x4aae62(0x1dc)][_0x4aae62(0x21f)](_0x4aae62(0x188),_0x1daa6c);}}function xt(_0x85f637,_0x445c1e,_0x242271){const _0x1cb57d=_0x4f5dbb;for(const _0x2071e2 of _0x445c1e[_0x1cb57d(0x102)][_0x1cb57d(0x123)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2071e2[_0x1cb57d(0xc3)]==_0x2071e2)return!0x1;if(!_0x242271[_0x1cb57d(0x1e8)](_0x2071e2))return!0x1;if(_0x85f637[_0x1cb57d(0x1c4)](_0x2071e2)||_0x85f637[_0x1cb57d(0x1fa)](_0x2071e2))return!0x0;}return!0x1;}function Rt(_0x1af1b1){const _0x55d935=_0x4f5dbb;return _0x1af1b1[_0x55d935(0x205)][_0x55d935(0x102)]==_0x1af1b1[_0x55d935(0x226)][_0x55d935(0x92)]&&_0x1af1b1[_0x55d935(0x205)][_0x55d935(0x90)];}function Tt(_0xf6de81,_0x5f4d02,_0x3f32c3,_0x13bb07){const _0x4f7841=_0x4f5dbb,_0x43cef7=_0x52268a=>!_0x52268a[_0x4f7841(0x16a)]['is'](_0x4f7841(0xd1))&&!_0x13bb07[_0x4f7841(0x1c4)](_0x52268a[_0x4f7841(0x16a)]),_0x4f586a=_0xf6de81[_0x4f7841(0x226)][_0x4f7841(0x8a)](_0x43cef7),_0x540a30=_0xf6de81[_0x4f7841(0x205)][_0x4f7841(0x8a)](_0x43cef7,{'direction':_0x4f7841(0xa0)});return(!_0xf6de81[_0x4f7841(0x226)][_0x4f7841(0xba)](_0x4f586a)||!_0xf6de81[_0x4f7841(0x205)][_0x4f7841(0xba)](_0x540a30))&&(_0x4f586a[_0x4f7841(0xcd)](_0x540a30)?_0x3f32c3[_0x4f7841(0x140)](_0x5f4d02,{'range':_0x3f32c3[_0x4f7841(0x221)](_0x4f586a,_0x540a30)}):_0x3f32c3[_0x4f7841(0x228)](_0x5f4d02),!0x0);}function Et(_0xbee80f){return _0x472900(_0xbee80f);}function Vt(_0x331428){const _0x138f5a=_0x4f5dbb,_0x4887fa=_0x331428[_0x138f5a(0x226)][_0x138f5a(0x92)];return _0x4887fa&&_0x4887fa['is'](_0x138f5a(0x103));}function Ut(_0x3df79f,_0xf4fa21){const _0xe864bb=_0x4f5dbb;return null==_0x3df79f[_0xe864bb(0x205)][_0xe864bb(0x202)]&&_0x3df79f[_0xe864bb(0x205)][_0xe864bb(0x102)]==_0x3df79f[_0xe864bb(0x226)][_0xe864bb(0x92)]?Ot(_0x3df79f[_0xe864bb(0x226)][_0xe864bb(0x92)],_0xf4fa21):_0x3df79f;}function _0x5bf6(){const _0x529e01=['markMultiRangeInsertion','split','enableReadOnlyMode','isAfter','suggestion','toUpperCase','isObject','_isDataLoaded','addComment','discard','createRangeOn','_splitMarkerName','_isBlockAttribute','ck-suggestion-marker-','_processAttributeChanges','editingDowncast','applyOperation','newValue','values','_adapter','ENTER','isExternal','getMultiRangeId','config','5dJVkBC','deletion:discard','3150784ijVtJU','forceDefaultExecution','_descriptionFactory','track-changes-suggestion-data-mismatch','_defaultCallbacks','has','createPositionAt','listenTo','find','elementStart','_editor','_enableDefaultAttributesIntegration','_getExternalAuthor','update:suggestion','TrackChangesEditing','init','containsItem','open','change:activeMarkers','_refreshAttributeSuggestionsChain','discardAllSuggestions','formatBlock:accept','addHighlight','comments','_recordAttributeSuggestions','addSuggestion','containsRange','attributeOldValue','oldValue','selection','change:_saved','differ','insertion:accept','formatInline:accept','isLimit','after','concat','insertContent','deletion','markerToHighlight','_reduceSuggestionAttributeRange','_processAttributeSuggestions','nodeBefore','writer','getSuggestions','end','_blockAttributeKeys','suggestionUnloaded','getRanges','suggestion-type','track-changes-user-not-found','from','hasComments','isOwn','consume','track-changes-command-not-found','2200546gKbnmu','startsWith','pluginName','_findSuggestions','_saved','announce','markAttributeChange','markMultiRangeBlockFormat','stopListening','error-saving-suggestion-data-suggestion-discarded','markInlineFormat','meta','stop','value','getMarkers','set','_createSuggestion','createRange','getSuggestionCallback','_rangeIsInLocalUserInsertion','getUser','ck-suggestion-marker-formatInline','start','$marker','removeMarker','options','554906wOAehu','getChangedMarkers','delete','filter','type','_getAttributeKey','_enabledCommands','isCollapsed','elementToElement','marker-count','insertion:discard','some','join','commandName','$elementName','ck-suggestion-marker--active','subType','markMultiRangeDeletion','isRemovable','getLastMatchingPosition','elementEnd','group','getItems','rename','addRange','isAtStart','multipleBlocks','nodeAfter','getContainedElement','isNextTo','forEach','showSuggestionHighlights','_trackFormatChanges','140TByCUa','collaboration.channelId','_refreshSuggestionsChain','getFirstMarker','sort','markerName','7767JdSixb','$text','backward','clone','CommentsRepository','createSelection','next','removeClass','then','track-changes-adapter-missing-getsuggestion','1ieaTKa','1803966HLzGaG','widget','move','_registerInlineAttribute','removeAttribute','containerElement','isIntersectingWithRange','resolve','trackChanges.trackFormatChanges','insertion:join','getNearestSelectionRange','always','insertion:','deletion:join','_suggestionFactory','addUser','_suggestionState','isEqual','formatInline:discard','track-changes-adapter-already-set','substr','_model','splice','removed','_afterChanges','createdAt','root','attributeNewValue','never','isUndo','position','setAttribute','warn','getDifference','toJSON','data','isBefore','isBlock','_inlineAttributeKeys','markBlockFormat','$textProxy','change:data','updateSuggestion','commentThread','createElement','name','isInContent','removeComment','removeMarker:suggestion:attribute','length','_getAuthorFromId','editing','conversion','createPositionBefore','$graveyard','detach','addMarker:suggestion:formatBlock','getCommentThread','consumable','setSelection','groupId','creator','insert','editor','formatBlock','_removeSuggestion','markerNameToElements','commands','hasSuggestion','markerReady','data-suggestion','suggestion:','rootName','PendingActions','addCommentThread','fromCharCode','tablePasteChainId','_registerDefaultCallbacks','createRangeIn','_isRegisteredAttribute','targetPosition','getShiftedBy','before','attribute:','_suggestions','formatInline:','high','activeMarkers','map','parent','element','highest','_commentsRepository','enqueueChange','format','ariaLiveAnnouncer','insertion','batch','ck-suggestion-marker','notReady','_recordAttributeChanges','push','adapter','return','getWalker','rejected','Users','forward','_getSuggestionData','_element','getFirstRange','trackChangesCommand','addMarker','_initAriaMarkerChangeAnnouncements','dataDowncast','markerToData','change','getAttribute','_handleNewSuggestionMarker','dataToMarker','createPositionAfter','registerCustomCallback','getAncestors','_customCallbacks','deletion:','ck-suggestion-marker-formatBlock','_joinWithAdjacentSuggestions','size','isDocumentOperation','addClass','unbind','addMarker:suggestion:attribute','_checkSuggestionCorrectness','formatBlock:join','deleteContent','keys','FORMATTING','add','_cutOutSuggestionMarker','addMarker:suggestion','301528hTTjNi','unbindElementFromMarkerName','acceptSuggestion','default','accepted','execute','range','_addSuggestionMarker','_onDiscard','registerPostFixer','96gDyOJs','updateMarker','deletion:accept','external:','requires','getSuggestion','discardSelectedSuggestions','addMarkerName','12816JhQMci','for','attributeKey','lowest','_registerBlockAttribute','originalSuggestionId','chain','isArray','howMany','newRange','suggestion:attribute:','attribute','_setSuggestionData','isAtEnd','fire','includes','key','attribute:discard','LEAVE','isLocal','formatInline','_isForcedDefaultExecutionBlock','getIntersection','containsRangeInObject','model','discardSuggestion','buildSuggestion','refresh','formatInline:join','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','_updateSuggestionData','clear','remove','formatInline:chain','get','item','setTo','fetchCommentThread','markDeletion','track-changes-suggestion-not-found','acceptSelectedSuggestions','authorName','42KoUjtF','trackChanges.mergeNestedSuggestions','markers','splitPosition','fromRange','substring','getCustomProperty','authoredAt','head','_setSuggestionRange','getAllAdjacentSuggestions','moveTargetPosition','document','@external','locale','isMultiRange','schema','bindElementToMarker','skipNestingCheck','pop','plugins','isSelectable','reconvertMarker','attribute:join','formatBlock:discard','_reduceExistingSuggestions','assign','unshift','removeMarkers','suggestionLoaded','isInsideObject','getRange','formatGroupId','enableCommand','ready','multi','every','attributes','track-changes-enable-command-twice','rethrowUnexpectedError','normal','formatBlock:chain','4952207lByWww','catch','dataReady','oldRange','toViewElement','trackChanges','isTouching','low','_joinSuggestions','removeMarker:suggestion:formatBlock','_SUGGESTION_ANNOUNCEMENT','deletion:chain','suggestionChanged','_getMarkerAnnouncementText','upcast','getChanges','hasCommentThread','isIntersecting','attribute:accept','PENDING_ACTION_SUGGESTION','addSuggestionData','author','containsPosition','define','_addThreadToSuggestion','documentSelection','insertion:chain','previous','acceptAllSuggestions','formatBlock:','markInsertion','mapper','accept','_mergeNestedSuggestions','_breakSuggestionMarker'];_0x5bf6=function(){return _0x529e01;};return _0x5bf6();}function Ot(_0x3d4fe8,_0x39d731){const _0x349043=_0x4f5dbb,_0x587e7a=_0x39d731[_0x349043(0x181)][_0x349043(0x1c4)](_0x3d4fe8)||_0x39d731[_0x349043(0x181)][_0x349043(0x186)](_0x3d4fe8);return _0x39d731[_0x349043(0x221)](_0x39d731[_0x349043(0x1de)](_0x3d4fe8,_0x349043(0xfb)),_0x587e7a?_0x39d731[_0x349043(0x121)](_0x3d4fe8):_0x39d731[_0x349043(0x1de)](_0x3d4fe8,_0x349043(0x205)));}function Gt(_0x4cee26,_0x309c51,_0x283e51,_0x47b306,_0x164496){const _0x54d22b=_0x4f5dbb;if(!Ft(_0x4cee26,_0x309c51))return!0x1;if(_0x283e51[_0x54d22b(0x205)][_0x54d22b(0xba)](_0x47b306[_0x54d22b(0x226)]))return!0x0;if(_0x4cee26[_0x54d22b(0x7b)]!=_0x309c51[_0x54d22b(0x7b)])return!0x1;if(!_0x283e51[_0x54d22b(0x205)][_0x54d22b(0x1a1)](_0x47b306[_0x54d22b(0x226)]))return!0x1;const _0x597a11=_0x164496[_0x54d22b(0x221)](_0x283e51[_0x54d22b(0x205)],_0x47b306[_0x54d22b(0x226)])[_0x54d22b(0x111)]();for(const _0x4e918d of _0x597a11)if([_0x54d22b(0x1e1),_0x54d22b(0x8b)][_0x54d22b(0x156)](_0x4e918d[_0x54d22b(0x7b)])&&_0x164496[_0x54d22b(0x181)][_0x54d22b(0x1fa)](_0x4e918d[_0x54d22b(0x16a)]))return!0x1;return!0x0;}function Ft(_0x369929,_0x31d372,_0xffe798=[]){const _0x3426a8=_0x4f5dbb;return!(!_0x369929[_0x3426a8(0x1c5)]||!_0x31d372[_0x3426a8(0x1c5)])&&_0x4d7036(_0x4d3151(_0x369929[_0x3426a8(0x196)],_0xffe798),_0x4d3151(_0x31d372[_0x3426a8(0x196)],_0xffe798));}function Pt(_0x15af55,_0x58c838){const _0x1a7c8a=_0x4f5dbb,_0x39dbaf=Lt(_0x15af55[_0x1a7c8a(0x196)]),_0x3a640f=Lt(_0x58c838);if(!_0x15af55[_0x1a7c8a(0x1c5)])return!0x1;for(const _0x33eb64 of Object[_0x1a7c8a(0x130)](_0x3a640f))if(!_0x4d7036(_0x39dbaf[_0x33eb64],_0x3a640f[_0x33eb64]))return!0x1;return!0x0;}function Lt(_0x310785){const _0x32a736=_0x4f5dbb,_0xedded3=Object[_0x32a736(0x18b)]({},_0x310785);return delete _0xedded3[_0x32a736(0x183)],delete _0xedded3[_0x32a736(0xf5)],_0xedded3;}
23
+ const _0x3d5710=_0x3221;(function(_0x1a9c57,_0x59d9d8){const _0x2ba72f=_0x3221,_0x4e40b6=_0x1a9c57();while(!![]){try{const _0x17a971=-parseInt(_0x2ba72f(0x1b4))/0x1*(-parseInt(_0x2ba72f(0x17d))/0x2)+parseInt(_0x2ba72f(0x18a))/0x3*(parseInt(_0x2ba72f(0x247))/0x4)+parseInt(_0x2ba72f(0x2c6))/0x5+-parseInt(_0x2ba72f(0x209))/0x6+parseInt(_0x2ba72f(0x305))/0x7*(parseInt(_0x2ba72f(0x272))/0x8)+parseInt(_0x2ba72f(0x178))/0x9+-parseInt(_0x2ba72f(0x286))/0xa*(parseInt(_0x2ba72f(0x25d))/0xb);if(_0x17a971===_0x59d9d8)break;else _0x4e40b6['push'](_0x4e40b6['shift']());}catch(_0x13e770){_0x4e40b6['push'](_0x4e40b6['shift']());}}}(_0x1568,0x33541));import{Plugin as _0x274aa5,PendingActions as _0x37a9a1}from'ckeditor5/src/core.js';import{LiveRange as _0x5d99d1}from'ckeditor5/src/engine.js';import{CKEditorError as _0x5ec730,uid as _0x287777,priorities as _0x1d0164,logWarning as _0x4d51c0}from'ckeditor5/src/utils.js';import{toWidget as _0x5451af}from'ckeditor5/src/widget.js';import{Users as _0x2f28f9,hashObject as _0x1d0cab,surroundingMarkersDetector as _0x321a40}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1cb53f from'./commands/trackchangescommand.js';import _0x5888e9 from'./commands/acceptsuggestioncommand.js';import _0x8b20b3 from'./commands/discardsuggestioncommand.js';import _0xe29b23 from'./commands/executeonallsuggestionscommand.js';import _0x461043 from'./commands/executeonselectedsuggestionscommand.js';import _0x48f8ab from'./suggestion.js';import _0x170bb4 from'./suggestiondescriptionfactory.js';import _0x541604 from'./integrations/aiassistant.js';import _0x319058 from'./integrations/alignment.js';import _0xd3e1bc from'./integrations/basicstyles.js';import _0x4a6012 from'./integrations/blockquote.js';import _0x5da7cb from'./integrations/casechange.js';import _0x27744c from'./integrations/ckbox.js';import _0x5b3946 from'./integrations/codeblock.js';import _0x2918c8 from'./integrations/comments.js';import _0x3492c2 from'./integrations/deletecommand.js';import _0x46bd51 from'./integrations/list.js';import _0x125654 from'./integrations/listproperties.js';import _0x2da2e7 from'./integrations/entercommand.js';import _0x6fd8a0 from'./integrations/findandreplace.js';import _0x3daa90 from'./integrations/font.js';import _0x3e2fac from'./integrations/formatpainter.js';import _0x2c151f from'./integrations/heading.js';import _0x2eee65 from'./integrations/highlight.js';import _0x59ba25 from'./integrations/horizontalline.js';import _0x45a98f from'./integrations/htmlembed.js';import _0x150b50 from'./integrations/image.js';import _0x1b81c1 from'./integrations/imagereplace.js';import _0xee4356 from'./integrations/imagestyle.js';import _0x5e6bd7 from'./integrations/importword.js';import _0x188b24 from'./integrations/indent.js';import _0x5bacb1 from'./integrations/inputcommand.js';import _0x22e92b from'./integrations/link.js';import _0x3eabfc from'./integrations/legacylist.js';import _0x114d1f from'./integrations/legacylistproperties.js';import _0x534a77 from'./integrations/mediaembed.js';import _0x3c8f3d from'./integrations/mention.js';import _0x26914d from'./integrations/multilevellist.js';import _0x1fb931 from'./integrations/pagebreak.js';import _0x3d9068 from'./integrations/paragraph.js';import _0x124be5 from'./integrations/removeformat.js';import _0x2079c8 from'./integrations/restrictededitingmode.js';import _0x13e1ee from'./integrations/shiftentercommand.js';import _0x39b12b from'./integrations/standardeditingmode.js';import _0x2c4a7d from'./integrations/style.js';import _0x2c6ed8 from'./integrations/table.js';function _0x3221(_0xa9d77,_0x57a523){const _0x1568d5=_0x1568();return _0x3221=function(_0x3221a6,_0x1d38c7){_0x3221a6=_0x3221a6-0x178;let _0x16d0a3=_0x1568d5[_0x3221a6];return _0x16d0a3;},_0x3221(_0xa9d77,_0x57a523);}import _0x89fc7f from'./integrations/tablemergesplit.js';import _0xdc2095 from'./integrations/tableheadings.js';import _0x57caf6 from'./integrations/tableclipboard.js';import _0x1513cc from'./integrations/tablecolumnresize.js';import _0x506fcd from'./integrations/template.js';import _0x18db7a from'./integrations/tableofcontents.js';import _0x5e8329 from'./integrations/title.js';import _0x7c7825 from'./integrations/undo.js';import _0x4e885b from'./integrations/tablecaption.js';import _0x92560d from'./integrations/tableproperties.js';import{getTranslation as _0x5b4825}from'./utils/common-translations.js';import{isEqual as _0x100409,omit as _0x29e31f}from'lodash-es';export const renameAttributeKey=_0x3d5710(0x303);export default class p extends _0x274aa5{static get[_0x3d5710(0x2be)](){const _0x5aafcd=_0x3d5710;return[_0x5aafcd(0x1fb),_0x2f28f9,_0x37a9a1,_0x541604,_0x319058,_0xd3e1bc,_0x4a6012,_0x27744c,_0x5da7cb,_0x5b3946,_0x2918c8,_0x3492c2,_0x2da2e7,_0x6fd8a0,_0x3daa90,_0x3e2fac,_0x2c151f,_0x2eee65,_0x59ba25,_0x45a98f,_0x150b50,_0xee4356,_0x1b81c1,_0x5e6bd7,_0x188b24,_0x5bacb1,_0x3eabfc,_0x114d1f,_0x26914d,_0x22e92b,_0x46bd51,_0x125654,_0x534a77,_0x3c8f3d,_0x1fb931,_0x3d9068,_0x124be5,_0x2079c8,_0x13e1ee,_0x39b12b,_0x2c4a7d,_0x2c6ed8,_0x89fc7f,_0xdc2095,_0x4e885b,_0x57caf6,_0x1513cc,_0x18db7a,_0x92560d,_0x506fcd,_0x5e8329,_0x7c7825];}static get[_0x3d5710(0x21f)](){const _0x4ec82f=_0x3d5710;return _0x4ec82f(0x1c9);}constructor(_0x5a89fa){const _0x531a0a=_0x3d5710;function _0xf6ae8a(_0x4e9525){const _0x498d9f=_0x3221;return _0x4e9525[_0x498d9f(0x1d9)](_0x16f9e2=>String[_0x498d9f(0x316)](_0x16f9e2))[_0x498d9f(0x1f1)]('');}super(_0x5a89fa),this[_0x531a0a(0x239)]=!0x1,this[_0x531a0a(0x315)](_0x531a0a(0x26b),[]),this['on'](_0x531a0a(0x304),(_0xa35418,_0x4b385d,_0x14792f,_0x436de8)=>{const _0x2b7af5=_0x531a0a;this[_0x2b7af5(0x30c)][_0x2b7af5(0x2d7)](()=>{const _0x540ae8=_0x2b7af5;for(const _0x2a3630 of[..._0x436de8,..._0x14792f])this[_0x540ae8(0x30c)][_0x540ae8(0x1c6)][_0x540ae8(0x27f)](_0x2a3630)&&_0x5a89fa[_0x540ae8(0x31a)][_0x540ae8(0x2b0)](_0x2a3630);});}),this[_0x531a0a(0x31e)]=new _0x170bb4(this[_0x531a0a(0x2e1)][_0x531a0a(0x268)][_0x531a0a(0x2cd)],this[_0x531a0a(0x2e1)][_0x531a0a(0x1ca)]),this[_0x531a0a(0x2bb)]=null,this[_0x531a0a(0x244)]=new xt(this[_0x531a0a(0x2e1)]),this[_0x531a0a(0x196)]=new Map(),this[_0x531a0a(0x17e)]=_0x5a89fa[_0x531a0a(0x277)][_0x531a0a(0x31d)](_0x531a0a(0x1fb)),this[_0x531a0a(0x1ae)]=new Set(),this[_0x531a0a(0x30c)]=this[_0x531a0a(0x2e1)][_0x531a0a(0x268)],this[_0x531a0a(0x2b2)]=new WeakMap(),this[_0x531a0a(0x206)]=!0x1,this[_0x531a0a(0x294)]=new Set([_0x531a0a(0x303)]),this[_0x531a0a(0x1df)]=new Set(),_0x5a89fa[_0x531a0a(0x216)][_0x531a0a(0x25a)](_0x531a0a(0x229),_0x531a0a(0x20c)),this[_0x531a0a(0x1c4)]=_0x5a89fa[_0x531a0a(0x216)][_0x531a0a(0x31d)](_0x531a0a(0x229)),_0x5a89fa[_0x531a0a(0x216)][_0x531a0a(0x25a)](_0x531a0a(0x241),!0x0),this[_0x531a0a(0x225)]=_0x5a89fa[_0x531a0a(0x216)][_0x531a0a(0x31d)](_0x531a0a(0x241)),this[_0x531a0a(0x1b0)]=new _0x1cb53f(_0x5a89fa,this[_0x531a0a(0x1ae)]),this[_0x531a0a(0x1ad)](),this[_0xf6ae8a([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xf6ae8a([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x38]);}[_0x3d5710(0x21e)](){const _0x110f92=_0x3d5710,_0x4409c4=this[_0x110f92(0x2e1)],_0x33d0a7=(_0x5336fd,_0x27911d)=>{const _0x73d95c=_0x110f92;if(_0x73d95c(0x314)!=_0x5336fd)return _0x73d95c(0x2a9)+_0x5336fd;const _0x3d2c68=_0x27911d[_0x73d95c(0x234)]('|')[0x0];return this[_0x73d95c(0x301)](_0x3d2c68)?_0x73d95c(0x1e6):_0x73d95c(0x2d3);};_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x1d8))[_0x110f92(0x208)]({'model':_0x110f92(0x266),'view':_0x4b3801=>{const _0x1158cc=_0x110f92,{id:_0x56646e,type:_0x849b9f,subType:_0x5393e1}=this[_0x1158cc(0x25c)](_0x4b3801[_0x1158cc(0x2f7)]),_0x12c3dc=[_0x1158cc(0x251),_0x33d0a7(_0x849b9f,_0x5393e1)];let _0x51c9fd=0xbb8;return this[_0x1158cc(0x26b)][_0x1158cc(0x2da)](_0x4b3801[_0x1158cc(0x2f7)])&&(_0x12c3dc[_0x1158cc(0x252)](_0x1158cc(0x2fa)),_0x51c9fd=0xbc2),_0x1158cc(0x2bd)==_0x849b9f&&(_0x51c9fd+=0x5),{'classes':_0x12c3dc,'attributes':{'data-suggestion':_0x56646e},'priority':_0x51c9fd};}}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x185))[_0x110f92(0x1f3)](_0x3fb9a6=>{const _0xe3e55f=_0x110f92;_0x3fb9a6['on'](_0xe3e55f(0x23b),(_0x95e7a3,_0x6edeab,_0x501d5b)=>{const _0x257c50=_0xe3e55f;if(!_0x501d5b[_0x257c50(0x30f)][_0x257c50(0x2a4)])return;const _0x23b707=_0x6edeab[_0x257c50(0x317)];if(!_0x23b707)return;const _0x21d6e7=_0x501d5b[_0x257c50(0x2bf)][_0x257c50(0x2e6)](_0x23b707);_0x4409c4[_0x257c50(0x268)][_0x257c50(0x2cd)][_0x257c50(0x2f9)](_0x23b707)&&_0x21d6e7&&!_0x21d6e7[_0x257c50(0x264)](_0x257c50(0x1d0))&&_0x21d6e7['is'](_0x257c50(0x2f5))&&_0x5451af(_0x21d6e7,_0x501d5b[_0x257c50(0x1dc)]);},{'priority':_0xe3e55f(0x313)});}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x185))[_0x110f92(0x208)]({'model':_0x110f92(0x266),'view':(_0x245b3b,_0x23cbea)=>{const _0x185cb5=_0x110f92;if(!_0x23cbea[_0x185cb5(0x30f)][_0x185cb5(0x2a4)])return null;const {type:_0x5a3539,subType:_0x25fc66}=this[_0x185cb5(0x25c)](_0x245b3b[_0x185cb5(0x2f7)]);return{'classes':[_0x185cb5(0x251),_0x33d0a7(_0x5a3539,_0x25fc66)],'priority':0xbb8};}});const _0x525275=({showActiveMarkers:_0xe96b72=!0x0,isAttributeSuggestion:_0x2a80ec=!0x1}={})=>(_0x145ea0,_0x29f035,_0x1a1e28)=>{const _0x43b815=_0x110f92;if(!_0x29f035[_0x43b815(0x317)])return;const {id:_0x4c3ce2}=this[_0x43b815(0x25c)](_0x29f035[_0x43b815(0x2f7)]);if(_0x2a80ec){const _0x43932a=this[_0x43b815(0x196)][_0x43b815(0x31d)](_0x4c3ce2),_0x4490b7=this[_0x43b815(0x232)](_0x43932a);if(!this[_0x43b815(0x301)](_0x4490b7))return;}if(_0x29f035[_0x43b815(0x317)]['is'](_0x43b815(0x1bc)))return void _0x1a1e28[_0x43b815(0x285)][_0x43b815(0x17a)](_0x29f035[_0x43b815(0x317)],_0x145ea0[_0x43b815(0x201)]);const _0x55612d=_0x1a1e28[_0x43b815(0x2bf)][_0x43b815(0x2e6)](_0x29f035[_0x43b815(0x317)]);if(_0x29f035[_0x43b815(0x317)]['is'](_0x43b815(0x296))&&_0x4409c4[_0x43b815(0x268)][_0x43b815(0x2cd)][_0x43b815(0x2a5)](_0x29f035[_0x43b815(0x317)])&&!_0x55612d[_0x43b815(0x264)](_0x43b815(0x219))){_0x1a1e28[_0x43b815(0x1dc)][_0x43b815(0x2df)]([_0x43b815(0x251),_0x43b815(0x1e6)],_0x55612d),_0x1a1e28[_0x43b815(0x1dc)][_0x43b815(0x2d0)](_0x43b815(0x194),_0x4c3ce2,_0x55612d),_0x1a1e28[_0x43b815(0x2bf)][_0x43b815(0x30e)](_0x55612d,_0x29f035[_0x43b815(0x2f7)]),_0xe96b72&&(this[_0x43b815(0x26b)][_0x43b815(0x2da)](_0x29f035[_0x43b815(0x2f7)])?_0x1a1e28[_0x43b815(0x1dc)][_0x43b815(0x2df)](_0x43b815(0x2fa),_0x55612d):_0x1a1e28[_0x43b815(0x1dc)][_0x43b815(0x2b4)](_0x43b815(0x2fa),_0x55612d));for(const _0x29002a of _0x4409c4[_0x43b815(0x268)][_0x43b815(0x218)](_0x29f035[_0x43b815(0x317)])[_0x43b815(0x1c3)]())_0x1a1e28[_0x43b815(0x285)][_0x43b815(0x17a)](_0x29002a,_0x145ea0[_0x43b815(0x201)]);_0x1a1e28[_0x43b815(0x285)][_0x43b815(0x17a)](_0x29f035[_0x43b815(0x317)],_0x145ea0[_0x43b815(0x201)]);}};_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x185))[_0x110f92(0x1f3)](_0x28cff1=>{const _0x10a068=_0x110f92;_0x28cff1['on'](_0x10a068(0x2eb),(_0x433457,_0x293f81,_0x3b4cb1)=>{const _0x4bbdc9=_0x10a068;_0x3b4cb1[_0x4bbdc9(0x30f)][_0x4bbdc9(0x2a4)]&&_0x525275({'showActiveMarkers':!0x1})(_0x433457,_0x293f81,_0x3b4cb1);},{'priority':_0x10a068(0x1c2)});}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x185))[_0x110f92(0x1f3)](_0x18a69e=>{const _0x41539e=_0x110f92;_0x18a69e['on'](_0x41539e(0x2af),(_0x5aa50,_0x5f38be,_0x5d50e5)=>{const _0x24f501=_0x41539e;_0x5d50e5[_0x24f501(0x30f)][_0x24f501(0x2a4)]&&_0x525275({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x5aa50,_0x5f38be,_0x5d50e5);},{'priority':_0x41539e(0x1c2)});}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x185))[_0x110f92(0x2dc)]({'model':_0x110f92(0x266),'view':(_0x2691a4,_0x188e73)=>_0x188e73[_0x110f92(0x30f)][_0x110f92(0x2a4)]?null:{'group':_0x110f92(0x266),'name':_0x2691a4[_0x110f92(0x2fc)](0xb)}}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x274))[_0x110f92(0x1ff)]({'view':{'name':_0x110f92(0x266),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1c0765,{writer:_0x2422d8})=>{const _0x17b0e4=_0x110f92;let _0xf80982=_0x17b0e4(0x30d)+_0x1c0765[_0x17b0e4(0x2a2)](_0x17b0e4(0x2b5))+':'+_0x1c0765[_0x17b0e4(0x2a2)]('id');return _0x1c0765[_0x17b0e4(0x2a2)](_0x17b0e4(0x210))&&(_0xf80982+=':'+_0x1c0765[_0x17b0e4(0x2a2)](_0x17b0e4(0x210))),_0x2422d8[_0x17b0e4(0x223)](_0x17b0e4(0x236),{'data-name':_0xf80982});}}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x274))[_0x110f92(0x213)]({'view':_0x110f92(0x266)}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x1d8))[_0x110f92(0x1f3)](_0x47b08a=>{const _0x3b7200=_0x110f92;_0x47b08a['on'](_0x3b7200(0x2eb),_0x525275(),{'priority':_0x3b7200(0x313)});}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x1d8))[_0x110f92(0x1f3)](_0x3b97a9=>{const _0x23d7bf=_0x110f92;_0x3b97a9['on'](_0x23d7bf(0x2af),_0x525275({'isAttributeSuggestion':!0x0}),{'priority':_0x23d7bf(0x313)});}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x1d8))[_0x110f92(0x1f3)](_0x4c6a6b=>{const _0x617c61=_0x110f92;_0x4c6a6b['on'](_0x617c61(0x2f0),(_0x304b66,_0x2de3a4,_0x3247d7)=>{const _0x42591d=_0x617c61,_0x354306=_0x3247d7[_0x42591d(0x2bf)][_0x42591d(0x193)](_0x2de3a4[_0x42591d(0x2f7)]);if(_0x354306){for(const _0x3e7155 of _0x354306)_0x3e7155[_0x42591d(0x264)](_0x42591d(0x219))||(_0x3247d7[_0x42591d(0x1dc)][_0x42591d(0x2b4)]([_0x42591d(0x251),_0x42591d(0x1e6),_0x42591d(0x2fa)],_0x3e7155),_0x3247d7[_0x42591d(0x1dc)][_0x42591d(0x31f)](_0x42591d(0x194),_0x3e7155),_0x3247d7[_0x42591d(0x2bf)][_0x42591d(0x19d)](_0x3e7155,_0x2de3a4[_0x42591d(0x2f7)]));}},{'priority':_0x617c61(0x313)});}),_0x4409c4[_0x110f92(0x1d6)][_0x110f92(0x1ab)](_0x110f92(0x1d8))[_0x110f92(0x1f3)](_0x34a8aa=>{const _0x4cc5dc=_0x110f92;_0x34a8aa['on'](_0x4cc5dc(0x2d5),(_0x5ab930,_0x41f07a,_0x5c6e5d)=>{const _0x38f057=_0x4cc5dc,_0x471760=_0x5c6e5d[_0x38f057(0x2bf)][_0x38f057(0x193)](_0x41f07a[_0x38f057(0x2f7)]);if(!_0x471760)return;const {id:_0x32f0d9}=this[_0x38f057(0x25c)](_0x41f07a[_0x38f057(0x2f7)]),_0x12d233=this[_0x38f057(0x196)][_0x38f057(0x31d)](_0x32f0d9),_0x26cd17=this[_0x38f057(0x232)](_0x12d233);if(this[_0x38f057(0x301)](_0x26cd17)){for(const _0xa3aa87 of _0x471760)_0xa3aa87[_0x38f057(0x264)](_0x38f057(0x219))||(_0x5c6e5d[_0x38f057(0x1dc)][_0x38f057(0x2b4)]([_0x38f057(0x251),_0x38f057(0x1e6),_0x38f057(0x2fa)],_0xa3aa87),_0x5c6e5d[_0x38f057(0x1dc)][_0x38f057(0x31f)](_0x38f057(0x194),_0xa3aa87),_0x5c6e5d[_0x38f057(0x2bf)][_0x38f057(0x19d)](_0xa3aa87,_0x41f07a[_0x38f057(0x2f7)]));}},{'priority':_0x4cc5dc(0x313)});}),_0x4409c4[_0x110f92(0x268)][_0x110f92(0x282)][_0x110f92(0x1d2)](_0x4c7491=>{const _0x556ff7=_0x110f92;let _0x2f0d77=!0x1;const _0x40681b=Array[_0x556ff7(0x27d)](_0x4409c4[_0x556ff7(0x268)][_0x556ff7(0x282)][_0x556ff7(0x298)][_0x556ff7(0x23f)]()),_0x53b42f=new Set();for(const {name:_0x5108b2,data:_0x4c5111}of _0x40681b){const {group:_0x569202,type:_0x115902,subType:_0x5091cc,id:_0x217cb1}=this[_0x556ff7(0x25c)](_0x5108b2);if(_0x556ff7(0x266)!==_0x569202)continue;const _0x40f411=this[_0x556ff7(0x196)][_0x556ff7(0x31d)](_0x217cb1);if(null!=_0x4c5111[_0x556ff7(0x238)]){_0x556ff7(0x240)==_0x115902&&(_0x2f0d77=_0x2f0d77||Et(_0x4c5111[_0x556ff7(0x238)],_0x5108b2,_0x4c7491,_0x4409c4[_0x556ff7(0x268)][_0x556ff7(0x2cd)]));const _0xd5eb97=_0x556ff7(0x314)==_0x115902&&this[_0x556ff7(0x301)](_0x5091cc[_0x556ff7(0x234)]('|')[0x0]);if(_0x4c5111[_0x556ff7(0x238)][_0x556ff7(0x26f)]||_0x556ff7(0x267)==_0x4c5111[_0x556ff7(0x238)][_0x556ff7(0x1b5)][_0x556ff7(0x1d4)]||_0x556ff7(0x19e)==_0x115902&&!Ut(_0x4c5111[_0x556ff7(0x238)])||_0xd5eb97&&!Ut(_0x4c5111[_0x556ff7(0x238)])||_0x556ff7(0x2bd)==_0x115902&&!(!Tt(_0x2b4158=_0x4c5111[_0x556ff7(0x238)])&&!function(_0x5c7b4b){const _0x1e9111=_0x556ff7;return _0x5c7b4b[_0x1e9111(0x1ac)][_0x1e9111(0x254)]==_0x5c7b4b[_0x1e9111(0x1a5)][_0x1e9111(0x23c)]&&_0x5c7b4b[_0x1e9111(0x1ac)][_0x1e9111(0x1fd)];}(_0x2b4158)))_0x4c7491[_0x556ff7(0x2fd)](_0x5108b2),_0x2f0d77=!0x0;else{if(!_0x40f411||!_0x40f411[_0x556ff7(0x256)])continue;_0x53b42f[_0x556ff7(0x1f3)](_0x40f411);}}}var _0x2b4158;return _0x53b42f[_0x556ff7(0x183)]>0x0&&(_0x2f0d77=!!this[_0x556ff7(0x2d1)](_0x53b42f)||_0x2f0d77),_0x2f0d77;}),_0x4409c4[_0x110f92(0x268)][_0x110f92(0x282)][_0x110f92(0x1d2)](_0x4fcdc4=>{const _0x7e505f=_0x110f92;let _0x343d40=!0x1;for(const _0x4a4baf of _0x4409c4[_0x7e505f(0x268)][_0x7e505f(0x282)][_0x7e505f(0x298)][_0x7e505f(0x2fb)]())if(_0x7e505f(0x2f8)==_0x4a4baf[_0x7e505f(0x275)])for(const _0x536d8a of this[_0x7e505f(0x196)][_0x7e505f(0x289)]()){if(_0x536d8a[_0x7e505f(0x18b)]||!_0x536d8a[_0x7e505f(0x256)])continue;const _0x11dd0f=_0x7e505f(0x19e)==_0x536d8a[_0x7e505f(0x275)],_0x43b271=this[_0x7e505f(0x232)](_0x536d8a),_0x3c81fb=_0x43b271&&this[_0x7e505f(0x301)](_0x43b271);if(!_0x11dd0f&&!_0x3c81fb)continue;const _0x48f7ee=_0x536d8a[_0x7e505f(0x1e4)]();if(_0x48f7ee[_0x7e505f(0x1ac)][_0x7e505f(0x254)]!=_0x48f7ee[_0x7e505f(0x1a5)][_0x7e505f(0x254)]&&!_0x48f7ee[_0x7e505f(0x1a5)][_0x7e505f(0x1fd)]){const _0x393d1c=_0x4409c4[_0x7e505f(0x268)][_0x7e505f(0x1db)](_0x48f7ee[_0x7e505f(0x1ac)][_0x7e505f(0x278)],_0x7e505f(0x1a5)),_0x527acd=_0x4409c4[_0x7e505f(0x268)][_0x7e505f(0x17b)](_0x48f7ee[_0x7e505f(0x1ac)],_0x393d1c);_0x4fcdc4[_0x7e505f(0x2ee)](_0x536d8a[_0x7e505f(0x1bd)](),{'range':_0x527acd}),_0x343d40=!0x0;}}return _0x343d40;}),_0x4409c4[_0x110f92(0x268)][_0x110f92(0x282)][_0x110f92(0x1d2)](_0x32f563=>this[_0x110f92(0x271)](_0x32f563)),_0x4409c4[_0x110f92(0x268)][_0x110f92(0x282)][_0x110f92(0x1d2)](_0x255f0e=>!_0x255f0e[_0x110f92(0x2cc)][_0x110f92(0x23a)]&&this[_0x110f92(0x300)](_0x255f0e)),_0x4409c4[_0x110f92(0x268)]['on'](_0x110f92(0x21a),()=>{const _0x223730=_0x110f92;this[_0x223730(0x239)]=!0x1;}),_0x4409c4[_0x110f92(0x268)][_0x110f92(0x282)]['on'](_0x110f92(0x1de),(_0x30e363,_0x2dd066)=>{const _0x5e89e6=_0x110f92;if(!_0x2dd066[_0x5e89e6(0x23a)]||_0x2dd066[_0x5e89e6(0x321)])return;if(!this[_0x5e89e6(0x239)])return;const _0x4c7052=_0x4409c4[_0x5e89e6(0x268)][_0x5e89e6(0x282)][_0x5e89e6(0x298)][_0x5e89e6(0x2fb)]();if(0x0==_0x4c7052[_0x5e89e6(0x227)])return;const _0x26f639=[],_0x333a25=_0x4c7052[_0x5e89e6(0x1cc)](_0x240148=>_0x5e89e6(0x314)==_0x240148[_0x5e89e6(0x275)]),_0x58568a=_0x4c7052[_0x5e89e6(0x1cc)](_0x1bc063=>_0x5e89e6(0x2f8)==_0x1bc063[_0x5e89e6(0x275)]&&_0x5e89e6(0x2ff)!=_0x1bc063[_0x5e89e6(0x201)]),_0x1b484e=_0x4c7052[_0x5e89e6(0x1cc)](_0xda0750=>_0x5e89e6(0x214)==_0xda0750[_0x5e89e6(0x275)]&&_0x5e89e6(0x2ff)!=_0xda0750[_0x5e89e6(0x201)]);for(const _0x5e7237 of _0x333a25)this[_0x5e89e6(0x1f5)](_0x5e7237[_0x5e89e6(0x1ea)])&&_0x26f639[_0x5e89e6(0x252)]({'key':_0x5e7237[_0x5e89e6(0x1ea)],'newValue':_0x5e7237[_0x5e89e6(0x26c)],'oldValue':_0x5e7237[_0x5e89e6(0x2b7)],'range':Ot(_0x5e7237[_0x5e89e6(0x299)],_0x4409c4[_0x5e89e6(0x268)])});for(const _0xe3c194 of _0x58568a){const _0xc9c335=_0x1b484e[_0x5e89e6(0x182)](_0x3f1e90=>_0x3f1e90[_0x5e89e6(0x2f6)]===_0xe3c194[_0x5e89e6(0x2f6)]);if(_0xc9c335){const _0x1e5aec=Gt(_0xe3c194[_0x5e89e6(0x1c0)][_0x5e89e6(0x278)],_0x4409c4[_0x5e89e6(0x268)]);_0xc9c335[_0x5e89e6(0x201)]!==_0xe3c194[_0x5e89e6(0x201)]&&_0x26f639[_0x5e89e6(0x252)]({'key':_0x5e89e6(0x303),'newValue':_0xe3c194[_0x5e89e6(0x201)],'oldValue':_0xc9c335[_0x5e89e6(0x201)],'range':_0x1e5aec});for(const [_0x3df452,_0x3fc6b5]of _0xc9c335[_0x5e89e6(0x1cd)]){if(!this[_0x5e89e6(0x1f5)](_0x3df452))continue;const _0x8e41fc=_0xe3c194[_0x5e89e6(0x1cd)][_0x5e89e6(0x31d)](_0x3df452);_0x3fc6b5!==_0x8e41fc&&_0x26f639[_0x5e89e6(0x252)]({'key':_0x3df452,'newValue':_0x8e41fc,'oldValue':_0x3fc6b5,'range':_0x1e5aec});}for(const [_0x45fa94,_0x136705]of _0xe3c194[_0x5e89e6(0x1cd)])this[_0x5e89e6(0x1f5)](_0x45fa94)&&(_0xc9c335[_0x5e89e6(0x1cd)][_0x5e89e6(0x27f)](_0x45fa94)||_0x26f639[_0x5e89e6(0x252)]({'key':_0x45fa94,'newValue':_0x136705,'oldValue':null,'range':_0x1e5aec}));}}0x0!=_0x26f639[_0x5e89e6(0x227)]&&_0x4409c4[_0x5e89e6(0x268)][_0x5e89e6(0x202)](_0x2dd066,_0x3096fb=>{const _0x4d9784=_0x5e89e6,_0x4ca29d=_0x287777();for(const {range:_0x10c51b,key:_0x4a570e,oldValue:_0x141bcf,newValue:_0x5f1475}of _0x26f639)this[_0x4d9784(0x1a2)](_0x10c51b,_0x4a570e,_0x141bcf,_0x5f1475,{'groupId':_0x4ca29d});this[_0x4d9784(0x1d1)](_0x3096fb,_0x26f639);});},{'priority':_0x110f92(0x1fe)}),_0x4409c4[_0x110f92(0x268)][_0x110f92(0x1c6)]['on'](_0x110f92(0x2c0),(_0x17263f,_0x131100,_0x250445)=>{const _0x597c6c=_0x110f92;if(null==_0x250445){const {id:_0x1e6b37}=this[_0x597c6c(0x25c)](_0x131100[_0x597c6c(0x201)]),_0x16ff5a=this[_0x597c6c(0x196)][_0x597c6c(0x31d)](_0x1e6b37);_0x16ff5a&&_0x16ff5a[_0x597c6c(0x2b1)](_0x131100[_0x597c6c(0x201)]);}}),_0x4409c4[_0x110f92(0x268)][_0x110f92(0x282)]['on'](_0x110f92(0x1de),()=>{const _0x27ba45=_0x110f92,_0x4fcadc=Array[_0x27ba45(0x27d)](_0x4409c4[_0x27ba45(0x268)][_0x27ba45(0x282)][_0x27ba45(0x298)][_0x27ba45(0x23f)]())[_0x27ba45(0x1cc)](_0x372a67=>_0x27ba45(0x266)===this[_0x27ba45(0x25c)](_0x372a67[_0x27ba45(0x201)])[_0x27ba45(0x307)]);if(0x0===_0x4fcadc[_0x27ba45(0x227)])return;_0x4fcadc[_0x27ba45(0x279)]((_0xc73ca1,_0x30b726)=>{const _0x3aff19=_0x27ba45,_0x142cb4=_0xc73ca1[_0x3aff19(0x24a)][_0x3aff19(0x187)],_0x551b51=_0x30b726[_0x3aff19(0x24a)][_0x3aff19(0x187)];return null===_0x142cb4&&null===_0x551b51?0x0:null===_0x142cb4&&null!==_0x551b51?-0x1:null!==_0x142cb4&&null===_0x551b51?0x1:_0x142cb4[_0x3aff19(0x1ac)][_0x3aff19(0x19f)](_0x551b51[_0x3aff19(0x1ac)])?-0x1:0x1;});const _0xd60d7e=new Set(),_0x28f803=new Set();for(const {name:_0x43a17a,data:_0x305856}of _0x4fcadc){const {id:_0x60898c}=this[_0x27ba45(0x25c)](_0x43a17a);if(null===_0x305856[_0x27ba45(0x187)]){const _0x30576c=this[_0x27ba45(0x31b)](_0x43a17a);_0x28f803[_0x27ba45(0x1f3)](_0x30576c);}else{const _0x153e30=this[_0x27ba45(0x196)][_0x27ba45(0x31d)](_0x60898c);null!==_0x305856[_0x27ba45(0x238)]||_0x153e30[_0x27ba45(0x256)]?(_0xd60d7e[_0x27ba45(0x1f3)](_0x153e30[_0x27ba45(0x2ce)]),_0x28f803[_0x27ba45(0x1f3)](_0x153e30)):this[_0x27ba45(0x1ce)](_0x153e30);}}_0x28f803[_0x27ba45(0x183)]>0x0&&this[_0x27ba45(0x228)](_0x28f803);for(const _0x5da494 of _0xd60d7e)this[_0x27ba45(0x1f4)](_0x27ba45(0x2ec),_0x5da494);}),_0x4409c4[_0x110f92(0x268)]['on'](_0x110f92(0x215),(_0xfb069c,_0x51adb0)=>{const _0xdf4716=_0x110f92,_0x2684ba=_0x51adb0[0x0];if(!this[_0xdf4716(0x196)][_0xdf4716(0x183)])return;if(!_0x2684ba[_0xdf4716(0x1b3)])return;if(_0x2684ba[_0xdf4716(0x2cc)][_0xdf4716(0x321)]||!_0x2684ba[_0xdf4716(0x2cc)][_0xdf4716(0x23a)])return;let _0x56b135,_0x1cf467;switch(_0x2684ba[_0xdf4716(0x275)]){case _0xdf4716(0x2f8):_0x56b135=_0x4409c4[_0xdf4716(0x268)][_0xdf4716(0x1db)](_0x2684ba[_0xdf4716(0x1c0)]),_0x1cf467=_0x56b135[_0xdf4716(0x1fa)](_0x2684ba[_0xdf4716(0x2d9)]);break;case _0xdf4716(0x234):_0x56b135=_0x4409c4[_0xdf4716(0x268)][_0xdf4716(0x1db)](_0x2684ba[_0xdf4716(0x2fe)]),_0x1cf467=_0x4409c4[_0xdf4716(0x268)][_0xdf4716(0x1db)](_0x2684ba[_0xdf4716(0x312)]);break;case _0xdf4716(0x291):_0x56b135=_0x4409c4[_0xdf4716(0x268)][_0xdf4716(0x1db)](_0x2684ba[_0xdf4716(0x1e8)]),_0x1cf467=_0x56b135[_0xdf4716(0x1fa)](_0x2684ba[_0xdf4716(0x2d9)]);break;default:return;}const _0x289f40=_0x4409c4[_0xdf4716(0x268)][_0xdf4716(0x17b)](_0x56b135,_0x1cf467);_0x4409c4[_0xdf4716(0x268)][_0xdf4716(0x2d7)](()=>{const _0x8f4ea7=_0xdf4716;for(const {suggestion:_0x47e2b2,meta:_0x59bdbb}of this[_0x8f4ea7(0x22b)](_0x289f40)){if(_0x47e2b2[_0x8f4ea7(0x18b)])continue;if(_0x8f4ea7(0x240)==_0x47e2b2[_0x8f4ea7(0x275)])continue;const _0x390fbe=this[_0x8f4ea7(0x232)](_0x47e2b2);if(_0x390fbe&&this[_0x8f4ea7(0x301)](_0x390fbe)&&_0x8f4ea7(0x234)!=_0x2684ba[_0x8f4ea7(0x275)])continue;const _0x427217=_0x47e2b2[_0x8f4ea7(0x24a)]&&_0x47e2b2[_0x8f4ea7(0x24a)][_0x8f4ea7(0x26a)];(_0x8f4ea7(0x19e)!=_0x47e2b2[_0x8f4ea7(0x275)]||_0x8f4ea7(0x234)==_0x2684ba[_0x8f4ea7(0x275)]&&!_0x427217)&&(_0x59bdbb[_0x8f4ea7(0x2d4)]||_0x8f4ea7(0x2d2)==_0x47e2b2[_0x8f4ea7(0x275)]&&_0x59bdbb[_0x8f4ea7(0x2f3)]||_0x47e2b2[_0x8f4ea7(0x1e4)]()[_0x8f4ea7(0x280)](_0x289f40)&&this[_0x8f4ea7(0x17f)](_0x47e2b2,_0x56b135,_0x1cf467));}});},{'priority':_0x110f92(0x1fe)}),_0x4409c4[_0x110f92(0x268)]['on'](_0x110f92(0x179),(_0x3a8ac5,_0x5485a7)=>{const _0x2ccafb=_0x110f92,_0x3b3766=_0x5485a7[0x0],_0x170e2b=_0x5485a7[0x1];if(_0x170e2b&&_0x170e2b[_0x2ccafb(0x2c4)])return;if(this[_0x2ccafb(0x206)])return;if(!this[_0x2ccafb(0x1b0)][_0x2ccafb(0x1fc)])return;if(_0x3b3766[_0x2ccafb(0x26f)])return;const _0x34b36c=_0x4409c4[_0x2ccafb(0x268)][_0x2ccafb(0x2cd)],{start:_0x4e8ddf,end:_0x44a3ab}=_0x3b3766[_0x2ccafb(0x1e4)](),_0x5523d7=_0x4e8ddf[_0x2ccafb(0x278)]&&_0x34b36c[_0x2ccafb(0x24c)](_0x4e8ddf[_0x2ccafb(0x278)])?null:_0x34b36c[_0x2ccafb(0x2e9)](_0x4e8ddf,_0x2ccafb(0x1e7)),_0x903239=_0x44a3ab[_0x2ccafb(0x23c)]&&_0x34b36c[_0x2ccafb(0x24c)](_0x44a3ab[_0x2ccafb(0x23c)])?null:_0x34b36c[_0x2ccafb(0x2e9)](_0x44a3ab,_0x2ccafb(0x191)),_0x4f134d=_0x4409c4[_0x2ccafb(0x268)][_0x2ccafb(0x17b)](_0x5523d7?_0x5523d7[_0x2ccafb(0x1ac)]:_0x4e8ddf,_0x903239?_0x903239[_0x2ccafb(0x1a5)]:_0x44a3ab);_0x4409c4[_0x2ccafb(0x268)][_0x2ccafb(0x2d7)](_0x1909ff=>{const _0x2e318f=_0x2ccafb;this[_0x2e318f(0x26d)](_0x4f134d);const _0x438dc9=_0x4409c4[_0x2e318f(0x268)][_0x2e318f(0x2cd)][_0x2e318f(0x2e9)](_0x4f134d[_0x2e318f(0x1ac)]);_0x3b3766['is'](_0x2e318f(0x28c))?_0x1909ff[_0x2e318f(0x217)](_0x438dc9):_0x3b3766[_0x2e318f(0x276)](_0x438dc9);}),_0x3a8ac5[_0x2ccafb(0x26e)]();},{'priority':_0x1d0164[_0x110f92(0x320)]+0xa}),_0x4409c4[_0x110f92(0x268)]['on'](_0x110f92(0x1c8),(_0x135d26,_0x2d2a4f)=>{const _0x1d4843=_0x110f92,_0x3c4e53=_0x2d2a4f[_0x2d2a4f[_0x1d4843(0x227)]-0x1];_0x3c4e53&&_0x3c4e53[_0x1d4843(0x2c4)]||this[_0x1d4843(0x206)]||this[_0x1d4843(0x1b0)][_0x1d4843(0x1fc)]&&(_0x4409c4[_0x1d4843(0x268)][_0x1d4843(0x2d7)](()=>{const _0x484c96=_0x1d4843;let _0x923f8c=_0x4409c4[_0x484c96(0x268)][_0x484c96(0x1c8)](_0x2d2a4f[0x0],_0x2d2a4f[0x1],_0x2d2a4f[0x2],{'forceDefaultExecution':!0x0});if(!_0x923f8c)return;_0x135d26[_0x484c96(0x212)]=_0x923f8c[_0x484c96(0x207)]();const _0x2986f0=_0x923f8c[_0x484c96(0x1a5)][_0x484c96(0x23c)],_0x509358=_0x4409c4[_0x484c96(0x268)][_0x484c96(0x2cd)];_0x2986f0&&_0x509358[_0x484c96(0x2a5)](_0x2986f0)&&!_0x509358[_0x484c96(0x2f9)](_0x2986f0)&&(_0x923f8c=_0x4409c4[_0x484c96(0x268)][_0x484c96(0x17b)](_0x923f8c[_0x484c96(0x1ac)],_0x4409c4[_0x484c96(0x268)][_0x484c96(0x1db)](_0x2986f0,_0x484c96(0x1a5)))),this[_0x484c96(0x2ab)](_0x923f8c);}),_0x135d26[_0x1d4843(0x26e)]());},{'priority':_0x110f92(0x313)}),this[_0x110f92(0x2e1)][_0x110f92(0x24e)][_0x110f92(0x1f3)](_0x110f92(0x1aa),this[_0x110f92(0x1b0)]),this[_0x110f92(0x27c)](_0x110f92(0x1aa));const _0x1d0f8a=new _0x5888e9(_0x4409c4,this[_0x110f92(0x196)]);_0x4409c4[_0x110f92(0x24e)][_0x110f92(0x1f3)](_0x110f92(0x2e2),_0x1d0f8a),this[_0x110f92(0x27c)](_0x110f92(0x2e2));const _0x2fda03=new _0x8b20b3(_0x4409c4,this[_0x110f92(0x196)]);_0x4409c4[_0x110f92(0x24e)][_0x110f92(0x1f3)](_0x110f92(0x1a0),_0x2fda03),this[_0x110f92(0x27c)](_0x110f92(0x1a0)),_0x4409c4[_0x110f92(0x24e)][_0x110f92(0x1f3)](_0x110f92(0x1be),new _0xe29b23(_0x4409c4,_0x1d0f8a,this[_0x110f92(0x196)])),this[_0x110f92(0x27c)](_0x110f92(0x1be)),_0x4409c4[_0x110f92(0x24e)][_0x110f92(0x1f3)](_0x110f92(0x2b9),new _0xe29b23(_0x4409c4,_0x2fda03,this[_0x110f92(0x196)])),this[_0x110f92(0x27c)](_0x110f92(0x2b9)),_0x4409c4[_0x110f92(0x24e)][_0x110f92(0x1f3)](_0x110f92(0x1e5),new _0x461043(_0x4409c4,_0x1d0f8a,this[_0x110f92(0x196)])),this[_0x110f92(0x27c)](_0x110f92(0x1e5)),_0x4409c4[_0x110f92(0x24e)][_0x110f92(0x1f3)](_0x110f92(0x2e5),new _0x461043(_0x4409c4,_0x2fda03,this[_0x110f92(0x196)])),this[_0x110f92(0x27c)](_0x110f92(0x2e5));const _0x284adc=_0x4409c4[_0x110f92(0x277)][_0x110f92(0x31d)](_0x110f92(0x1fb));this[_0x110f92(0x2c5)](_0x284adc,_0x110f92(0x231),(_0x1f5d43,{threadId:_0x304509})=>{const _0x1df2df=_0x110f92,_0x5bf7c5=this[_0x1df2df(0x196)][_0x1df2df(0x31d)](_0x304509);_0x5bf7c5&&_0x5bf7c5[_0x1df2df(0x255)]&&0x1===_0x5bf7c5[_0x1df2df(0x255)][_0x1df2df(0x227)]&&this[_0x1df2df(0x1af)](_0x304509,{'hasComments':!0x0});},{'priority':_0x110f92(0x2ad)}),this[_0x110f92(0x2c5)](_0x284adc,_0x110f92(0x19b),(_0x2e52dd,{threadId:_0x5da6b8})=>{const _0x3dd958=_0x110f92,_0x33c55e=this[_0x3dd958(0x196)][_0x3dd958(0x31d)](_0x5da6b8);_0x33c55e&&_0x33c55e[_0x3dd958(0x255)]&&!_0x33c55e[_0x3dd958(0x255)][_0x3dd958(0x227)]&&this[_0x3dd958(0x1af)](_0x5da6b8,{'hasComments':!0x1});},{'priority':_0x110f92(0x2ad)});}set[_0x3d5710(0x2a8)](_0x57643b){const _0x2f36a8=_0x3d5710;if(this[_0x2f36a8(0x2bb)])throw new _0x5ec730(_0x2f36a8(0x192),this);this[_0x2f36a8(0x2bb)]=_0x57643b;}get[_0x3d5710(0x2a8)](){const _0x3f9a77=_0x3d5710;return this[_0x3f9a77(0x2bb)];}[_0x3d5710(0x1a3)]({skipNotAttached:_0x24190c=!0x1,toJSON:_0x3af35d=!0x1}={}){const _0x2fd5a9=_0x3d5710,_0x479c7c=[];for(const _0x40bbc1 of this[_0x2fd5a9(0x196)][_0x2fd5a9(0x289)]())_0x24190c&&!_0x40bbc1[_0x2fd5a9(0x256)]||_0x479c7c[_0x2fd5a9(0x252)](_0x40bbc1);return _0x3af35d?_0x479c7c[_0x2fd5a9(0x1d9)](_0x2d3c1e=>_0x2d3c1e[_0x2fd5a9(0x29e)]()):_0x479c7c;}[_0x3d5710(0x29f)](_0x165384){const _0x789b4b=_0x3d5710,_0x2aaf8f=this[_0x789b4b(0x196)][_0x789b4b(0x31d)](_0x165384);if(!_0x2aaf8f)throw new _0x5ec730(_0x789b4b(0x328),this);return _0x2aaf8f;}[_0x3d5710(0x1b7)](_0x1daa8f){const _0x4a002c=_0x3d5710;return this[_0x4a002c(0x196)][_0x4a002c(0x27f)](_0x1daa8f);}[_0x3d5710(0x2ca)](_0x530db2){const _0x5d6854=_0x3d5710,{authorId:_0x163adf,id:_0x4ca811,attributes:_0x3946b1}=_0x530db2,[_0x40f0c7,_0x44c6de]=_0x530db2[_0x5d6854(0x275)][_0x5d6854(0x234)](':'),_0x2765fa=this[_0x5d6854(0x196)][_0x5d6854(0x31d)](_0x4ca811)||this[_0x5d6854(0x1f8)](_0x40f0c7,_0x44c6de,_0x4ca811,_0x163adf,_0x3946b1);if(this[_0x5d6854(0x2aa)](_0x2765fa),this[_0x5d6854(0x258)](_0x2765fa,_0x40f0c7,_0x44c6de||null,_0x163adf),_0x2765fa[_0x5d6854(0x25b)]=_0x530db2[_0x5d6854(0x25b)],_0x2765fa[_0x5d6854(0x22f)]=!0x0,_0x3946b1&&_0x3946b1[_0x5d6854(0x242)]){const _0x55a70d=_0x3946b1[_0x5d6854(0x242)],_0x349d88=this[_0x5d6854(0x2b8)](_0x55a70d[_0x5d6854(0x245)]);_0x2765fa[_0x5d6854(0x2cb)]=_0x55a70d[_0x5d6854(0x25b)],_0x2765fa[_0x5d6854(0x28a)]=_0x349d88,_0x2765fa[_0x5d6854(0x287)]=!0x0;}else _0x2765fa[_0x5d6854(0x2cb)]=_0x530db2[_0x5d6854(0x25b)];switch(_0x530db2[_0x5d6854(0x24a)]&&(_0x2765fa[_0x5d6854(0x24a)]=_0x530db2[_0x5d6854(0x24a)]),_0x530db2[_0x5d6854(0x1cd)]&&(_0x2765fa[_0x5d6854(0x1cd)]=_0x530db2[_0x5d6854(0x1cd)]),this[_0x5d6854(0x2bb)]&&this[_0x5d6854(0x2bb)][_0x5d6854(0x259)]||(_0x2765fa[_0x5d6854(0x2f4)]=!0x0),this[_0x5d6854(0x2b2)][_0x5d6854(0x31d)](_0x2765fa)){case _0x5d6854(0x2cf):this[_0x5d6854(0x2b2)][_0x5d6854(0x315)](_0x2765fa,_0x5d6854(0x2c1));break;case _0x5d6854(0x235):_0x2765fa[_0x5d6854(0x256)]?(this[_0x5d6854(0x2d1)](new Set([_0x2765fa])),this[_0x5d6854(0x228)](new Set([_0x2765fa])),this[_0x5d6854(0x2b2)][_0x5d6854(0x315)](_0x2765fa,_0x5d6854(0x2de)),this[_0x5d6854(0x1f4)](_0x5d6854(0x30a),_0x2765fa)):this[_0x5d6854(0x2b2)][_0x5d6854(0x315)](_0x2765fa,_0x5d6854(0x189));}return _0x2765fa;}[_0x3d5710(0x2e2)](_0x134398){const _0x54f8c=_0x3d5710;this[_0x54f8c(0x2c4)](()=>{const _0x4685b2=_0x54f8c;this[_0x4685b2(0x2e1)][_0x4685b2(0x268)][_0x4685b2(0x2d7)](()=>{const _0x47e359=_0x4685b2;for(const _0x3d1a41 of _0x134398[_0x47e359(0x1bb)]())_0x3d1a41[_0x47e359(0x270)]();});});}[_0x3d5710(0x1a0)](_0x2c5a9f){const _0x8eb7a1=_0x3d5710;this[_0x8eb7a1(0x2c4)](()=>{const _0x45c3a0=_0x8eb7a1;this[_0x45c3a0(0x2e1)][_0x45c3a0(0x268)][_0x45c3a0(0x2d7)](()=>{const _0x11f30c=_0x45c3a0;for(const _0x4eb37d of _0x2c5a9f[_0x11f30c(0x1bb)]())_0x4eb37d[_0x11f30c(0x1b8)]();});});}[_0x3d5710(0x27c)](_0x38a752,_0x1d926d){const _0x4ac37e=_0x3d5710,_0x4c5638=this[_0x4ac37e(0x2e1)][_0x4ac37e(0x24e)][_0x4ac37e(0x31d)](_0x38a752);if(!_0x4c5638)throw new _0x5ec730(_0x4ac37e(0x281),this,{'commandName':_0x38a752});if(this[_0x4ac37e(0x1ae)][_0x4ac37e(0x27f)](_0x4c5638))throw new _0x5ec730(_0x4ac37e(0x1cf),this,{'commandName':_0x38a752});this[_0x4ac37e(0x1ae)][_0x4ac37e(0x1f3)](_0x4c5638),_0x1d926d&&_0x4c5638['on'](_0x4ac37e(0x2e8),(_0x430594,_0x166e02)=>{const _0x3e0c05=_0x4ac37e;this[_0x3e0c05(0x1b0)][_0x3e0c05(0x1fc)]&&(this[_0x3e0c05(0x206)]||(_0x166e02[_0x3e0c05(0x227)]>0x0&&_0x166e02[_0x166e02[_0x3e0c05(0x227)]-0x1]&&_0x166e02[_0x166e02[_0x3e0c05(0x227)]-0x1][_0x3e0c05(0x2c4)]?_0x166e02[_0x3e0c05(0x20f)]():(_0x430594[_0x3e0c05(0x212)]=_0x1d926d((..._0x1c272d)=>_0x4c5638[_0x3e0c05(0x2e8)](..._0x1c272d,{'forceDefaultExecution':!0x0}),..._0x166e02),_0x430594[_0x3e0c05(0x26e)]())));},{'priority':_0x4ac37e(0x313)});}[_0x3d5710(0x2c4)](_0x1f70fb){const _0x4eb0eb=_0x3d5710;let _0x5af846,_0x4ad213;const _0x18e851=this[_0x4eb0eb(0x206)];this[_0x4eb0eb(0x206)]=!0x0;try{_0x5af846=_0x1f70fb();}catch(_0x399699){_0x4ad213=_0x399699;}return _0x18e851||(this[_0x4eb0eb(0x206)]=!0x1),_0x4ad213&&_0x5ec730[_0x4eb0eb(0x269)](_0x4ad213,this),_0x5af846;}[_0x3d5710(0x2ab)](_0x5b636f,_0x5d20bb=null,_0x17674f={}){const _0x4f0046=_0x3d5710;if(_0x5b636f[_0x4f0046(0x26f)])return null;const _0x19497a=this[_0x4f0046(0x2e1)][_0x4f0046(0x277)][_0x4f0046(0x31d)](_0x4f0046(0x273))['me'];for(const {suggestion:_0x5f462b,meta:_0x443136}of this[_0x4f0046(0x22b)](_0x5b636f,_0x4f0046(0x2d2)))if(_0x443136[_0x4f0046(0x2f3)]){if(!_0x443136[_0x4f0046(0x205)]){if(_0x443136[_0x4f0046(0x2d4)]){if(!this[_0x4f0046(0x225)]||!Lt(_0x5f462b,_0x17674f))continue;return _0x5f462b;}if(Lt(_0x5f462b,_0x17674f))return _0x5f462b;this[_0x4f0046(0x17f)](_0x5f462b,_0x5b636f[_0x4f0046(0x1ac)],_0x5b636f[_0x4f0046(0x1a5)]);break;}if(_0x5d20bb==_0x5f462b[_0x4f0046(0x31c)]&&Lt(_0x5f462b,_0x17674f)){const _0x3fd4d5=_0x5f462b[_0x4f0046(0x1e4)]();return _0x3fd4d5[_0x4f0046(0x1ac)][_0x4f0046(0x1ee)](_0x5b636f[_0x4f0046(0x1a5)])?this[_0x4f0046(0x20b)](_0x5f462b,this[_0x4f0046(0x30c)][_0x4f0046(0x17b)](_0x5b636f[_0x4f0046(0x1ac)],_0x3fd4d5[_0x4f0046(0x1a5)])):this[_0x4f0046(0x20b)](_0x5f462b,this[_0x4f0046(0x30c)][_0x4f0046(0x17b)](_0x3fd4d5[_0x4f0046(0x1ac)],_0x5b636f[_0x4f0046(0x1a5)])),_0x5f462b;}}const _0x49d05d=_0x287777(),_0x3e8627=_0x19497a['id'],_0x3e3b42=_0x5d20bb?_0x4f0046(0x2a7)+_0x5d20bb:_0x4f0046(0x2d2),_0x186735=this[_0x4f0046(0x2a1)]({'id':_0x49d05d,'type':_0x3e3b42,'createdAt':new Date(),'authorId':_0x3e8627,'attributes':_0x17674f});return this[_0x4f0046(0x22d)](_0x3e3b42,_0x49d05d,_0x3e8627,_0x5b636f),_0x186735;}[_0x3d5710(0x237)](_0x1c62f,_0x5b3dc0=_0x3d5710(0x25e),_0x507aa3={}){const _0x29ca5d=_0x3d5710,_0x4b9e71=this[_0x29ca5d(0x2e1)][_0x29ca5d(0x277)][_0x29ca5d(0x31d)](_0x29ca5d(0x273))['me'],_0x5c23fc=this[_0x29ca5d(0x244)][_0x29ca5d(0x1dd)](_0x29ca5d(0x2d2),_0x5b3dc0,_0x29ca5d(0x1f1));for(const _0x193fec of this[_0x29ca5d(0x1a3)]())if(_0x193fec[_0x29ca5d(0x28a)]['id']==_0x4b9e71['id']&&_0x29ca5d(0x2d2)==_0x193fec[_0x29ca5d(0x275)]&&_0x193fec[_0x29ca5d(0x31c)]==_0x5b3dc0&&Lt(_0x193fec,_0x507aa3)&&(_0x5c23fc(_0x193fec[_0x29ca5d(0x1d5)](),_0x1c62f)||_0x5c23fc(_0x1c62f,_0x193fec[_0x29ca5d(0x1d5)]()))){for(const _0x136c03 of _0x1c62f)_0x193fec[_0x29ca5d(0x2f2)](_0x136c03);return _0x193fec;}for(const {suggestion:_0x53a306,meta:_0x48edb3}of this[_0x29ca5d(0x22b)](_0x1c62f,_0x29ca5d(0x2d2))){if(!_0x48edb3[_0x29ca5d(0x2f3)])continue;if(!this[_0x29ca5d(0x225)]&&_0x48edb3[_0x29ca5d(0x2d4)])continue;if(!Lt(_0x53a306,_0x507aa3))continue;let _0x24190f=!0x0;for(const _0x6d66e5 of _0x53a306[_0x29ca5d(0x1d5)]())for(const _0x34853 of _0x1c62f)if(!_0x6d66e5[_0x29ca5d(0x280)](_0x34853)){_0x24190f=!0x1;break;}if(_0x24190f)return _0x53a306;}const _0x33901a=_0x287777(),_0x218ff3=_0x4b9e71['id'],_0x2b10e8=_0x29ca5d(0x2a7)+_0x5b3dc0,_0x2944a8=this[_0x29ca5d(0x2a1)]({'id':_0x33901a,'type':_0x2b10e8,'createdAt':new Date(),'authorId':_0x218ff3,'attributes':_0x507aa3});for(const _0xbcbe9d of _0x1c62f)this[_0x29ca5d(0x22d)](_0x2b10e8,_0x33901a,_0x218ff3,_0xbcbe9d,_0x48f8ab[_0x29ca5d(0x22e)]());return _0x2944a8;}[_0x3d5710(0x24d)](_0x1df212,_0x24a3dd,_0x22b545=null,_0x29f8c3={}){const _0x345819=_0x3d5710;if(_0x22b545=_0x22b545||Vt(_0x24a3dd),_0x1df212[_0x345819(0x26f)])return null;if(_0x345819(0x21c)===this[_0x345819(0x1c4)]){const _0x174a30=this[_0x345819(0x244)][_0x345819(0x1dd)](_0x345819(0x240),_0x22b545,_0x345819(0x270));return this[_0x345819(0x2c4)](()=>_0x174a30([_0x1df212],_0x24a3dd,_0x29f8c3)),null;}const _0x736b49=this[_0x345819(0x2e1)][_0x345819(0x277)][_0x345819(0x31d)](_0x345819(0x273))['me'],_0xeda905=[];if(_0x345819(0x2e3)!==this[_0x345819(0x1c4)]){for(const {suggestion:_0x47cba7,meta:_0x589899}of this[_0x345819(0x22b)](_0x1df212,_0x345819(0x2d2)))_0x589899[_0x345819(0x2f3)]&&!_0x589899[_0x345819(0x25f)]&&_0xeda905[_0x345819(0x252)](..._0x47cba7[_0x345819(0x1d5)]());}const _0xb28711=function(_0x3ad1de,_0x4d648f){const _0x2615ca=_0x345819,_0x4fb509=[];for(const _0x37e885 of _0x4d648f){const _0x4bc4fb=_0x3ad1de[_0x2615ca(0x2c3)](_0x37e885);_0x4bc4fb&&_0x4fb509[_0x2615ca(0x252)](_0x4bc4fb);}return _0x4fb509;}(_0x1df212,_0xeda905),_0x41c216=function(_0x4359e0,_0x2bf045){const _0x327531=_0x345819,_0x4f9396=[_0x4359e0];for(const _0x567799 of _0x2bf045){let _0xf26fdc=0x0;for(;_0xf26fdc<_0x4f9396[_0x327531(0x227)];){const _0x2e0c7a=_0x4f9396[_0xf26fdc][_0x327531(0x1bf)](_0x567799);_0x4f9396[_0x327531(0x18f)](_0xf26fdc,0x1,..._0x2e0c7a),_0xf26fdc+=_0x2e0c7a[_0x327531(0x227)];}}return _0x4f9396;}(_0x1df212,_0xeda905);_0xb28711[_0x345819(0x227)]&&this[_0x345819(0x30c)][_0x345819(0x2d7)](()=>{const _0x57652b=_0x345819;for(const _0x267c21 of _0xb28711){const _0x5d0925=this[_0x57652b(0x244)][_0x57652b(0x1dd)](_0x57652b(0x240),_0x22b545,_0x57652b(0x270));this[_0x57652b(0x2c4)](()=>_0x5d0925([_0x267c21],_0x24a3dd,_0x29f8c3));}});for(const _0x4f49d2 of _0x41c216){let _0x10e113=null,_0x6bd1be=_0x4f49d2[_0x345819(0x1ac)],_0x5a9967=_0x4f49d2[_0x345819(0x1a5)];for(const {suggestion:_0xdeae5a,meta:_0x3db8f8}of this[_0x345819(0x22b)](_0x4f49d2,_0x345819(0x240))){if(!_0x3db8f8[_0x345819(0x2f3)])continue;if(_0xdeae5a[_0x345819(0x31c)]!=_0x22b545)continue;if(!Lt(_0xdeae5a,_0x29f8c3))continue;const _0x3d70c8=_0xdeae5a[_0x345819(0x1e4)]();if(_0x3d70c8[_0x345819(0x280)](_0x4f49d2,!0x0))return null;_0x6bd1be=_0x6bd1be[_0x345819(0x19f)](_0x3d70c8[_0x345819(0x1ac)])?_0x6bd1be:_0x3d70c8[_0x345819(0x1ac)],_0x5a9967=_0x5a9967[_0x345819(0x262)](_0x3d70c8[_0x345819(0x1a5)])?_0x5a9967:_0x3d70c8[_0x345819(0x1a5)],_0x10e113?_0x3d70c8[_0x345819(0x1ac)][_0x345819(0x19f)](_0x10e113[_0x345819(0x1e4)]()[_0x345819(0x1ac)])?(_0x10e113[_0x345819(0x29a)](),_0x10e113=_0xdeae5a):_0xdeae5a[_0x345819(0x29a)]():_0x10e113=_0xdeae5a;}const _0x655403=this[_0x345819(0x30c)][_0x345819(0x17b)](_0x6bd1be,_0x5a9967);if(_0x10e113)this[_0x345819(0x20b)](_0x10e113,_0x655403);else{const _0x3fcaf3=_0x287777(),_0x1ad648=_0x736b49['id'];this[_0x345819(0x2a1)]({'id':_0x3fcaf3,'type':_0x345819(0x261)+_0x22b545,'data':_0x24a3dd,'createdAt':new Date(),'authorId':_0x1ad648,'attributes':_0x29f8c3}),this[_0x345819(0x22d)](_0x345819(0x261)+_0x22b545,_0x3fcaf3,_0x1ad648,_0x655403);}}return null;}[_0x3d5710(0x324)](_0x2cc20a,_0x3daf8b,_0xb6f1fc=[],_0x20a8a3=null,_0x214d12={}){const _0x11a1dd=_0x3d5710;_0x3daf8b[_0x11a1dd(0x27e)]||(_0x3daf8b[_0x11a1dd(0x27e)]=_0x3daf8b[_0x11a1dd(0x292)]),_0x3daf8b[_0x11a1dd(0x26a)]=_0x2cc20a['is'](_0x11a1dd(0x299)),_0x20a8a3=_0x20a8a3||Vt(_0x3daf8b);const _0x2645ed=_0xb6f1fc[_0x11a1dd(0x1d9)](_0x29614c=>Gt(_0x29614c,this[_0x11a1dd(0x30c)])),_0x3b474a=_0x2cc20a['is'](_0x11a1dd(0x299))?_0x2cc20a:Gt(_0x2cc20a,this[_0x11a1dd(0x30c)]);if(_0x11a1dd(0x21c)===this[_0x11a1dd(0x1c4)]){const _0x4bedd4=this[_0x11a1dd(0x244)][_0x11a1dd(0x1dd)](_0x11a1dd(0x19e),_0x20a8a3,_0x11a1dd(0x270));return this[_0x11a1dd(0x2c4)](()=>_0x4bedd4([_0x3b474a],_0x3daf8b,_0x214d12)),null;}_0x2645ed[_0x11a1dd(0x252)](_0x3b474a);let _0x31c12b=!0x0;for(const _0x18b5a9 of _0x2645ed)if(!this[_0x11a1dd(0x22c)](_0x18b5a9)){_0x31c12b=!0x1;break;}if(_0x31c12b&&_0x11a1dd(0x2e3)!==this[_0x11a1dd(0x1c4)]){const _0x37ff60=this[_0x11a1dd(0x244)][_0x11a1dd(0x1dd)](_0x11a1dd(0x19e),_0x20a8a3,_0x11a1dd(0x270));return this[_0x11a1dd(0x2c4)](()=>_0x37ff60([_0x3b474a],_0x3daf8b,_0x214d12)),null;}let _0x5ab1c6=null,_0x42ede6=_0x3b474a[_0x11a1dd(0x1ac)],_0x40de84=_0x3b474a[_0x11a1dd(0x1a5)];for(const {suggestion:_0x17edad,meta:_0x3268b1}of this[_0x11a1dd(0x22b)](_0x3b474a,_0x11a1dd(0x19e))){if(!_0x3268b1[_0x11a1dd(0x2f3)])continue;if(_0x3268b1[_0x11a1dd(0x205)]||_0x3268b1[_0x11a1dd(0x2d4)]||_0x3268b1[_0x11a1dd(0x25f)])continue;if(_0x17edad[_0x11a1dd(0x24a)][_0x11a1dd(0x27e)]!=_0x3daf8b[_0x11a1dd(0x27e)])continue;if(!Lt(_0x17edad,_0x214d12))continue;const _0x14c337=_0x17edad[_0x11a1dd(0x1e4)]();if(_0x17edad[_0x11a1dd(0x31c)]==_0x20a8a3){if(_0x14c337[_0x11a1dd(0x280)](_0x3b474a,!0x0))return null;_0x42ede6=_0x42ede6[_0x11a1dd(0x19f)](_0x14c337[_0x11a1dd(0x1ac)])?_0x42ede6:_0x14c337[_0x11a1dd(0x1ac)],_0x40de84=_0x40de84[_0x11a1dd(0x262)](_0x14c337[_0x11a1dd(0x1a5)])?_0x40de84:_0x14c337[_0x11a1dd(0x1a5)],_0x5ab1c6?_0x14c337[_0x11a1dd(0x1ac)][_0x11a1dd(0x19f)](_0x5ab1c6[_0x11a1dd(0x1e4)]()[_0x11a1dd(0x1ac)])?(_0x5ab1c6[_0x11a1dd(0x29a)](),_0x5ab1c6=_0x17edad):_0x17edad[_0x11a1dd(0x29a)]():_0x5ab1c6=_0x17edad;}else{const _0x81e1ed=_0x3b474a[_0x11a1dd(0x2c3)](_0x14c337);this[_0x11a1dd(0x311)](_0x17edad,_0x81e1ed);}}const _0x658ac6=this[_0x11a1dd(0x2e1)][_0x11a1dd(0x277)][_0x11a1dd(0x31d)](_0x11a1dd(0x273))['me'],_0xf62381=_0x287777(),_0x5b486b=_0x658ac6['id'];if(_0x5ab1c6)return this[_0x11a1dd(0x20b)](_0x5ab1c6,this[_0x11a1dd(0x30c)][_0x11a1dd(0x17b)](_0x42ede6,_0x40de84)),_0x5ab1c6;{const _0xf880b4=this[_0x11a1dd(0x2a1)]({'id':_0xf62381,'type':_0x11a1dd(0x230)+_0x20a8a3,'data':_0x3daf8b,'createdAt':new Date(),'authorId':_0x5b486b,'attributes':_0x214d12});return this[_0x11a1dd(0x22d)](_0x11a1dd(0x230)+_0x20a8a3,_0xf62381,_0x5b486b,this[_0x11a1dd(0x30c)][_0x11a1dd(0x17b)](_0x42ede6,_0x40de84)),_0xf880b4;}}[_0x3d5710(0x18e)](_0xb279cb,_0x5b77bf,_0x251799=[],_0x5eada4=null,_0x2e0d21={}){const _0x23072f=_0x3d5710;_0x5b77bf[_0x23072f(0x27e)]||(_0x5b77bf[_0x23072f(0x27e)]=_0x5b77bf[_0x23072f(0x292)]);const _0x2813d5=_0xb279cb[0x0];_0x5b77bf[_0x23072f(0x26a)]=_0x2813d5['is'](_0x23072f(0x299)),_0x5eada4=_0x5eada4||Vt(_0x5b77bf);const _0x19c008=_0x251799[_0x23072f(0x1d9)](_0x2e06d4=>Gt(_0x2e06d4,this[_0x23072f(0x30c)])),_0x10aac9=_0x2813d5['is'](_0x23072f(0x299))?_0xb279cb:_0xb279cb[_0x23072f(0x1d9)](_0x48220b=>Gt(_0x48220b,this[_0x23072f(0x30c)]));if(_0x23072f(0x21c)===this[_0x23072f(0x1c4)]){const _0x520d08=this[_0x23072f(0x244)][_0x23072f(0x1dd)](_0x23072f(0x19e),_0x5eada4,_0x23072f(0x270));return this[_0x23072f(0x2c4)](()=>_0x520d08(_0x10aac9,_0x5b77bf,_0x2e0d21)),null;}_0x19c008[_0x23072f(0x252)](..._0x10aac9);let _0x37fe29=!0x0;for(const _0xa9c63b of _0x19c008)if(!this[_0x23072f(0x22c)](_0xa9c63b)){_0x37fe29=!0x1;break;}if(_0x37fe29&&_0x23072f(0x2e3)!==this[_0x23072f(0x1c4)]){const _0x5e590e=this[_0x23072f(0x244)][_0x23072f(0x1dd)](_0x23072f(0x19e),_0x5eada4,_0x23072f(0x270));return this[_0x23072f(0x2c4)](()=>_0x5e590e(_0x10aac9,_0x5b77bf,_0x2e0d21)),null;}const _0x3dbfa5=this[_0x23072f(0x2e1)][_0x23072f(0x277)][_0x23072f(0x31d)](_0x23072f(0x273))['me'];for(const _0x3427fb of this[_0x23072f(0x1a3)]()){if(_0x3427fb[_0x23072f(0x28a)]['id']!=_0x3dbfa5['id'])continue;if(_0x23072f(0x19e)!=_0x3427fb[_0x23072f(0x275)]||_0x3427fb[_0x23072f(0x24a)][_0x23072f(0x27e)]!=_0x5b77bf[_0x23072f(0x27e)])continue;if(!Lt(_0x3427fb,_0x2e0d21))continue;const _0x5ebf8e=_0x3427fb[_0x23072f(0x31c)]==_0x5eada4;for(let _0x16cff1=0x0;_0x16cff1<_0x10aac9[_0x23072f(0x227)];_0x16cff1++){const _0x52c59f=_0x10aac9[_0x16cff1];for(const _0x48266f of _0x3427fb[_0x23072f(0x28e)]()){const _0x4be1a0=_0x48266f[_0x23072f(0x250)]();if(_0x52c59f[_0x23072f(0x1ee)](_0x4be1a0)){_0x5ebf8e?(_0x10aac9[_0x23072f(0x18f)](_0x16cff1,0x1),_0x16cff1--):_0x3427fb[_0x23072f(0x2fd)](_0x48266f[_0x23072f(0x201)]);break;}}}}if(0x0==_0x10aac9[_0x23072f(0x227)])return null;const _0x4bd341=this[_0x23072f(0x244)][_0x23072f(0x1dd)](_0x23072f(0x19e),_0x5eada4,_0x23072f(0x1f1));for(const _0x535730 of this[_0x23072f(0x1a3)]())if(_0x535730[_0x23072f(0x28a)]['id']==_0x3dbfa5['id']&&_0x23072f(0x19e)==_0x535730[_0x23072f(0x275)]&&_0x535730[_0x23072f(0x24a)][_0x23072f(0x27e)]==_0x5b77bf[_0x23072f(0x27e)]&&_0x535730[_0x23072f(0x31c)]==_0x5eada4&&Lt(_0x535730,_0x2e0d21)&&(_0x4bd341(_0x535730[_0x23072f(0x1d5)](),_0x10aac9)||_0x4bd341(_0x10aac9,_0x535730[_0x23072f(0x1d5)]()))){for(const _0x1d99f5 of _0x10aac9)_0x535730[_0x23072f(0x2f2)](_0x1d99f5);return _0x535730;}const _0x5e089c=_0x287777(),_0x58a47f=_0x3dbfa5['id'],_0x2c4e4a=_0x23072f(0x230)+_0x5eada4,_0x578a0f=this[_0x23072f(0x2a1)]({'id':_0x5e089c,'type':_0x2c4e4a,'data':_0x5b77bf,'createdAt':new Date(),'authorId':_0x58a47f,'attributes':_0x2e0d21});for(const _0x5e4fb4 of _0x10aac9)this[_0x23072f(0x22d)](_0x2c4e4a,_0x5e089c,_0x58a47f,_0x5e4fb4,_0x48f8ab[_0x23072f(0x22e)]());return _0x578a0f;}[_0x3d5710(0x26d)](_0x11440c,_0x299ade=null,_0x4d486a={}){const _0x4a4729=_0x3d5710;if(_0x11440c[_0x4a4729(0x26f)])return null;const _0x214ed5=this[_0x4a4729(0x2e1)][_0x4a4729(0x277)][_0x4a4729(0x31d)](_0x4a4729(0x273))['me'],_0x76a01e=new _0x5d99d1(_0x11440c[_0x4a4729(0x1ac)],_0x11440c[_0x4a4729(0x1a5)]);for(const {suggestion:_0x4352bc,meta:_0x27937e}of this[_0x4a4729(0x22b)](_0x76a01e,_0x4a4729(0x2d2)))if(_0x27937e[_0x4a4729(0x2f3)]&&!_0x27937e[_0x4a4729(0x205)]){if(_0x4352bc[_0x4a4729(0x18b)]){const _0x101b0f=_0x4352bc[_0x4a4729(0x1d5)]()[_0x4a4729(0x1cc)](_0x464d33=>_0x4a4729(0x267)!=_0x464d33[_0x4a4729(0x1b5)][_0x4a4729(0x1d4)]);_0x101b0f[_0x4a4729(0x283)](_0x3f1e4c=>_0x76a01e[_0x4a4729(0x280)](_0x3f1e4c,!0x0))&&_0x4352bc[_0x4a4729(0x1b8)]();if(_0x101b0f[_0x4a4729(0x1a1)](_0x3c2c47=>_0x3c2c47[_0x4a4729(0x280)](_0x76a01e,!0x0))){const _0xd3dd90=this[_0x4a4729(0x244)][_0x4a4729(0x1dd)](_0x4a4729(0x2bd),_0x299ade,_0x4a4729(0x270));return this[_0x4a4729(0x2c4)](()=>_0xd3dd90([_0x76a01e],null,_0x4d486a)),null;}}else{const _0x41a933=_0x76a01e[_0x4a4729(0x2c3)](_0x4352bc[_0x4a4729(0x1e4)]());null!==_0x41a933&&_0x4352bc[_0x4a4729(0x265)]([_0x41a933],null,_0x4d486a);}}if(_0x76a01e[_0x4a4729(0x2c7)](),_0x76a01e[_0x4a4729(0x26f)]||_0x4a4729(0x267)==_0x76a01e[_0x4a4729(0x1b5)][_0x4a4729(0x1d4)])return null;let _0x4b509a=null,_0x37167f=_0x76a01e[_0x4a4729(0x1ac)],_0x750eed=_0x76a01e[_0x4a4729(0x1a5)];const _0x29ed71=this[_0x4a4729(0x22b)](_0x76a01e,_0x4a4729(0x2bd));for(const {suggestion:_0x30b72a,meta:_0x367bdd}of _0x29ed71){const _0x33c94e=this[_0x4a4729(0x30c)][_0x4a4729(0x17b)](_0x37167f,_0x750eed);if(_0x367bdd[_0x4a4729(0x2f3)]&&(this[_0x4a4729(0x225)]||!_0x367bdd[_0x4a4729(0x2d4)]&&!_0x367bdd[_0x4a4729(0x25f)])){if(_0x30b72a[_0x4a4729(0x18b)]){if(!Lt(_0x30b72a,_0x4d486a))continue;let _0x2cc554=!0x0;for(const _0x3696b8 of _0x30b72a[_0x4a4729(0x1d5)]()){if(_0x3696b8[_0x4a4729(0x280)](_0x33c94e,!0x0))return _0x30b72a;_0x33c94e[_0x4a4729(0x280)](_0x3696b8)||(_0x2cc554=!0x1);}_0x2cc554&&_0x30b72a[_0x4a4729(0x1b8)]();}else{const _0x67c6a7=_0x30b72a[_0x4a4729(0x1e4)]();if(_0x67c6a7[_0x4a4729(0x280)](_0x33c94e,!0x0))return _0x30b72a;if(!Lt(_0x30b72a,_0x4d486a)){_0x33c94e[_0x4a4729(0x280)](_0x67c6a7)?_0x30b72a[_0x4a4729(0x29a)]():_0x67c6a7[_0x4a4729(0x2ed)](_0x37167f)?_0x37167f=_0x67c6a7[_0x4a4729(0x1a5)]:_0x67c6a7[_0x4a4729(0x2ed)](_0x750eed)&&(_0x750eed=_0x67c6a7[_0x4a4729(0x1ac)]);continue;}_0x37167f=_0x37167f[_0x4a4729(0x19f)](_0x67c6a7[_0x4a4729(0x1ac)])?_0x37167f:_0x67c6a7[_0x4a4729(0x1ac)],_0x750eed=_0x750eed[_0x4a4729(0x262)](_0x67c6a7[_0x4a4729(0x1a5)])?_0x750eed:_0x67c6a7[_0x4a4729(0x1a5)],_0x4d486a=Object[_0x4a4729(0x1d7)]({},_0x30b72a[_0x4a4729(0x1cd)]),_0x4b509a?_0x67c6a7[_0x4a4729(0x1ac)][_0x4a4729(0x19f)](_0x4b509a[_0x4a4729(0x1e4)]()[_0x4a4729(0x1ac)])?(_0x4b509a[_0x4a4729(0x29a)](),_0x4b509a=_0x30b72a):_0x30b72a[_0x4a4729(0x29a)]():_0x4b509a=_0x30b72a;}}}if(_0x4b509a)return this[_0x4a4729(0x20b)](_0x4b509a,this[_0x4a4729(0x30c)][_0x4a4729(0x17b)](_0x37167f,_0x750eed)),_0x4b509a;{const _0x436a1a=_0x287777(),_0x2632fb=this[_0x4a4729(0x30c)][_0x4a4729(0x17b)](_0x37167f,_0x750eed),_0x1482c6=_0x214ed5['id'],_0x211657=_0x299ade?_0x4a4729(0x2a3)+_0x299ade:_0x4a4729(0x2bd),_0x1dc5d4=this[_0x4a4729(0x2a1)]({'id':_0x436a1a,'type':_0x211657,'createdAt':new Date(),'authorId':_0x1482c6,'attributes':_0x4d486a});return this[_0x4a4729(0x22d)](_0x211657,_0x436a1a,_0x1482c6,_0x2632fb),_0x1dc5d4;}}[_0x3d5710(0x253)](_0x1c13f3,_0x458bae=_0x3d5710(0x25e),_0x562b71={}){const _0x3e13c4=_0x3d5710,_0x198bc5=this[_0x3e13c4(0x2e1)][_0x3e13c4(0x277)][_0x3e13c4(0x31d)](_0x3e13c4(0x273))['me'],_0x8e763f=_0x1c13f3[_0x3e13c4(0x1d9)](_0x5ec7c4=>new _0x5d99d1(_0x5ec7c4[_0x3e13c4(0x1ac)],_0x5ec7c4[_0x3e13c4(0x1a5)])),_0x151619=new Set();for(const {suggestion:_0x515d4f,meta:_0x1d85a4}of this[_0x3e13c4(0x22b)](_0x8e763f,_0x3e13c4(0x2d2)))_0x1d85a4[_0x3e13c4(0x2f3)]&&!_0x1d85a4[_0x3e13c4(0x205)]&&_0x151619[_0x3e13c4(0x1f3)](_0x515d4f);for(const _0x49a869 of _0x151619)if(_0x49a869[_0x3e13c4(0x18b)]){const _0x3da650=_0x49a869[_0x3e13c4(0x1d5)]();(!_0x49a869[_0x3e13c4(0x1cd)]||!_0x49a869[_0x3e13c4(0x1cd)][_0x3e13c4(0x1f6)])&&(_0x3da650[_0x3e13c4(0x283)](_0xd9e621=>_0x8e763f[_0x3e13c4(0x1a1)](_0x4894ca=>_0x4894ca[_0x3e13c4(0x280)](_0xd9e621,!0x0)))&&_0x49a869[_0x3e13c4(0x1b8)]());if(_0x8e763f[_0x3e13c4(0x283)](_0x24b96a=>_0x3da650[_0x3e13c4(0x1a1)](_0xe095e5=>_0xe095e5[_0x3e13c4(0x280)](_0x24b96a,!0x0)))){const _0x58eaa2=this[_0x3e13c4(0x244)][_0x3e13c4(0x1dd)](_0x3e13c4(0x2bd),_0x458bae,_0x3e13c4(0x270));return this[_0x3e13c4(0x2c4)](()=>_0x58eaa2(_0x1c13f3,null,_0x562b71)),null;}}else{const _0x4ad1b3=_0x49a869[_0x3e13c4(0x1e4)]();_0x8e763f[_0x3e13c4(0x1a1)](_0x49f134=>_0x49f134[_0x3e13c4(0x280)](_0x4ad1b3,!0x0))&&_0x49a869[_0x3e13c4(0x1b8)]();if(_0x8e763f[_0x3e13c4(0x283)](_0x6ba297=>_0x4ad1b3[_0x3e13c4(0x280)](_0x6ba297,!0x0))){const _0x5bb653=this[_0x3e13c4(0x244)][_0x3e13c4(0x1dd)](_0x3e13c4(0x2bd),_0x458bae,_0x3e13c4(0x270));return this[_0x3e13c4(0x2c4)](()=>_0x5bb653(_0x8e763f,null,_0x562b71)),null;}}const _0x24af2a=this[_0x3e13c4(0x244)][_0x3e13c4(0x1dd)](_0x3e13c4(0x2bd),_0x458bae,_0x3e13c4(0x1f1));let _0x4d62ba=null;for(const _0x53f54f of this[_0x3e13c4(0x1a3)]())if(_0x53f54f[_0x3e13c4(0x28a)]['id']==_0x198bc5['id']&&_0x53f54f[_0x3e13c4(0x256)]&&_0x3e13c4(0x2bd)==_0x53f54f[_0x3e13c4(0x275)]&&_0x53f54f[_0x3e13c4(0x31c)]==_0x458bae&&Lt(_0x53f54f,_0x562b71)&&(_0x24af2a(_0x53f54f[_0x3e13c4(0x1d5)](),_0x8e763f)||_0x24af2a(_0x8e763f,_0x53f54f[_0x3e13c4(0x1d5)]()))){if(_0x4d62ba){if(_0x53f54f[_0x3e13c4(0x255)]&&_0x53f54f[_0x3e13c4(0x255)][_0x3e13c4(0x227)])continue;for(const _0x4b4c1a of _0x53f54f[_0x3e13c4(0x1d5)]())_0x4d62ba[_0x3e13c4(0x327)](_0x4b4c1a)||_0x4d62ba[_0x3e13c4(0x2f2)](_0x4b4c1a);_0x53f54f[_0x3e13c4(0x29a)]();}else{_0x4d62ba=_0x53f54f;for(const _0x3be3c6 of _0x8e763f)_0x53f54f[_0x3e13c4(0x327)](_0x3be3c6)||_0x53f54f[_0x3e13c4(0x2f2)](_0x3be3c6);}}if(_0x4d62ba)return _0x4d62ba;_0x151619[_0x3e13c4(0x1f2)]();for(const {suggestion:_0x1c5c11,meta:_0x4b43b0}of this[_0x3e13c4(0x22b)](_0x8e763f,_0x3e13c4(0x2bd)))_0x4b43b0[_0x3e13c4(0x2f3)]&&(this[_0x3e13c4(0x225)]||!_0x4b43b0[_0x3e13c4(0x2d4)]&&!_0x4b43b0[_0x3e13c4(0x25f)])&&Lt(_0x1c5c11,_0x562b71)&&_0x151619[_0x3e13c4(0x1f3)](_0x1c5c11);for(const _0x2853a1 of _0x151619){const _0x72e532=_0x2853a1[_0x3e13c4(0x1d5)]();if(!_0x562b71||!_0x562b71[_0x3e13c4(0x1f6)]){if(_0x8e763f[_0x3e13c4(0x283)](_0x2ab027=>_0x72e532[_0x3e13c4(0x1a1)](_0xe3912a=>_0xe3912a[_0x3e13c4(0x280)](_0x2ab027,!0x0))))return _0x2853a1;}(!_0x2853a1[_0x3e13c4(0x1cd)]||!_0x2853a1[_0x3e13c4(0x1cd)][_0x3e13c4(0x1f6)])&&(_0x72e532[_0x3e13c4(0x283)](_0x51a519=>_0x8e763f[_0x3e13c4(0x1a1)](_0x3e45ca=>_0x3e45ca[_0x3e13c4(0x280)](_0x51a519,!0x0)))&&_0x2853a1[_0x3e13c4(0x1b8)]());}const _0x5848e1=_0x287777(),_0x5ce8b4=_0x198bc5['id'],_0x4608ae=_0x3e13c4(0x2a3)+_0x458bae,_0x29cae7=this[_0x3e13c4(0x2a1)]({'id':_0x5848e1,'type':_0x4608ae,'createdAt':new Date(),'authorId':_0x5ce8b4,'attributes':_0x562b71});for(const _0x4dba55 of _0x8e763f)_0x4dba55[_0x3e13c4(0x2c7)](),_0x4dba55[_0x3e13c4(0x26f)]||_0x3e13c4(0x267)==_0x4dba55[_0x3e13c4(0x1b5)][_0x3e13c4(0x1d4)]||this[_0x3e13c4(0x22d)](_0x4608ae,_0x5848e1,_0x5ce8b4,_0x4dba55,_0x48f8ab[_0x3e13c4(0x22e)]());return _0x29cae7;}[_0x3d5710(0x1a2)](_0x5cc79c,_0x2223b8,_0x57693b,_0x3df2f7,_0xb4426){const _0x1b4f22=_0x3d5710;if(_0x5cc79c[_0x1b4f22(0x26f)])return[];if(_0x1b4f22(0x21c)===this[_0x1b4f22(0x1c4)])return[];const _0x57513d=this[_0x1b4f22(0x2e1)][_0x1b4f22(0x277)][_0x1b4f22(0x31d)](_0x1b4f22(0x273))['me']['id'],_0x58ae27=Array[_0x1b4f22(0x27d)](this[_0x1b4f22(0x196)][_0x1b4f22(0x289)]())[_0x1b4f22(0x1cc)](_0x3502df=>_0x1b4f22(0x314)==_0x3502df[_0x1b4f22(0x275)]&&_0x3502df[_0x1b4f22(0x24a)][_0x1b4f22(0x29d)]==_0x2223b8&&_0x3502df[_0x1b4f22(0x327)](_0x5cc79c));if(_0x1b4f22(0x20c)===this[_0x1b4f22(0x1c4)]){const _0x48e9fb=this[_0x1b4f22(0x22b)](_0x5cc79c,_0x1b4f22(0x2d2))[_0x1b4f22(0x1cc)](({meta:_0x396139})=>_0x396139[_0x1b4f22(0x2f3)]&&!_0x396139[_0x1b4f22(0x25f)]&&!_0x396139[_0x1b4f22(0x205)])[_0x1b4f22(0x1d9)](({suggestion:_0x321386})=>_0x321386);_0x58ae27[_0x1b4f22(0x297)](..._0x48e9fb);}const _0x58f789=new Map([[_0x5cc79c,_0x57693b]]);for(const _0x35b361 of _0x58ae27){const _0x271b88=_0x1b4f22(0x314)==_0x35b361[_0x1b4f22(0x275)]?_0x35b361[_0x1b4f22(0x24a)][_0x1b4f22(0x1e3)]:void 0x0,_0x3ab47a=_0x35b361[_0x1b4f22(0x1e4)](),_0x4f380f=Array[_0x1b4f22(0x27d)](_0x58f789[_0x1b4f22(0x2b6)]())[_0x1b4f22(0x182)](_0x2a14fa=>_0x2a14fa[_0x1b4f22(0x2a0)](_0x3ab47a));if(!_0x4f380f)continue;const _0x15ce7e=_0x4f380f[_0x1b4f22(0x1bf)](_0x3ab47a);this[_0x1b4f22(0x301)](_0x2223b8)&&_0x1b4f22(0x2d2)==_0x35b361[_0x1b4f22(0x275)]&&0x0!=_0x15ce7e[_0x1b4f22(0x227)]||(_0x58f789[_0x1b4f22(0x1c1)](_0x4f380f),_0x15ce7e[_0x1b4f22(0x293)](_0x255d32=>{const _0x685aba=_0x1b4f22;_0x58f789[_0x685aba(0x315)](_0x255d32,_0x57693b);}),_0x1b4f22(0x2d2)!=_0x35b361[_0x1b4f22(0x275)]&&_0x271b88!=_0x3df2f7&&_0x58f789[_0x1b4f22(0x315)](_0x4f380f[_0x1b4f22(0x2c3)](_0x3ab47a),_0x271b88));}const _0x3d57b2=[];for(const [_0x2c16b7,_0x545aa2]of _0x58f789){const _0x2a1529=_0x287777(),_0x40fad3={'key':_0x2223b8,'oldValue':_0x545aa2,'newValue':_0x3df2f7};_0x2223b8[_0x1b4f22(0x227)]>0x25&&console[_0x1b4f22(0x308)](_0x1b4f22(0x186),{'key':_0x2223b8});const _0x43dcf4=(_0x1b4f22(0x233)+(_0x2223b8+'|'+Vt({'newValue':_0x3df2f7})))[_0x1b4f22(0x295)](0x0,0x3c),_0x264165=this[_0x1b4f22(0x2a1)]({'id':_0x2a1529,'type':_0x43dcf4,'data':_0x40fad3,'createdAt':new Date(),'authorId':_0x57513d,'attributes':_0xb4426});_0x3d57b2[_0x1b4f22(0x252)](_0x264165),this[_0x1b4f22(0x22d)](_0x43dcf4,_0x2a1529,_0x57513d,_0x2c16b7);}return _0x3d57b2;}[_0x3d5710(0x263)](_0x504ed3){const _0x5203b9=_0x3d5710;this[_0x5203b9(0x294)][_0x5203b9(0x1f3)](_0x504ed3);}[_0x3d5710(0x290)](_0x432f2a){const _0x5b9907=_0x3d5710;this[_0x5b9907(0x1df)][_0x5b9907(0x1f3)](_0x432f2a);}[_0x3d5710(0x2e4)](_0x300b6a,_0x9f0923=[],_0x1ec2cf=[]){const _0x13adb5=_0x3d5710;this[_0x13adb5(0x27c)](_0x300b6a,(_0x3b3cc5,..._0x435b97)=>{const _0x1e0ffd=_0x13adb5;this[_0x1e0ffd(0x30b)](()=>{_0x3b3cc5(..._0x435b97);});});for(const _0x2f7157 of _0x9f0923)this[_0x13adb5(0x290)](_0x2f7157);for(const _0x4a0e54 of _0x1ec2cf)this[_0x13adb5(0x263)](_0x4a0e54);}[_0x3d5710(0x232)](_0x4f22fc){const _0x2c0a43=_0x3d5710;return _0x2c0a43(0x314)==_0x4f22fc[_0x2c0a43(0x275)]?_0x4f22fc[_0x2c0a43(0x31c)][_0x2c0a43(0x234)]('|')[0x0]:null;}[_0x3d5710(0x20b)](_0x3b8e06,_0x349845){const _0x37eac5=_0x3d5710,_0x238ea9=_0x3b8e06[_0x37eac5(0x1bd)]();this[_0x37eac5(0x30c)][_0x37eac5(0x2d7)](_0x56d358=>{const _0x2dc045=_0x37eac5;_0x56d358[_0x2dc045(0x2ee)](_0x238ea9,{'range':_0x349845});});}[_0x3d5710(0x2aa)](_0x3cc6db){const _0x51acf2=_0x3d5710,_0x10667b=_0x3cc6db['id'],_0x8041=this[_0x51acf2(0x2e1)][_0x51acf2(0x216)][_0x51acf2(0x31d)](_0x51acf2(0x1a6));this[_0x51acf2(0x17e)][_0x51acf2(0x2f1)](_0x10667b)||this[_0x51acf2(0x17e)][_0x51acf2(0x1a8)]({'channelId':_0x8041,'threadId':_0x10667b,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x348a9b=this[_0x51acf2(0x17e)][_0x51acf2(0x1f9)](_0x10667b);_0x348a9b[_0x51acf2(0x181)](_0x51acf2(0x306)),_0x348a9b[_0x51acf2(0x306)]=!0x1,_0x3cc6db[_0x51acf2(0x255)]=_0x348a9b;}[_0x3d5710(0x258)](_0x48c030,_0xb7bb77,_0x59dad2,_0x55c86b){const _0x20f227=_0x3d5710;if(_0x48c030[_0x20f227(0x275)]!=_0xb7bb77||_0x48c030[_0x20f227(0x31c)]!=_0x59dad2||_0x48c030[_0x20f227(0x302)]['id']!=_0x55c86b)throw this[_0x20f227(0x2e1)][_0x20f227(0x284)](_0x20f227(0x2ac)),new _0x5ec730(_0x20f227(0x2ac),this);}[_0x3d5710(0x311)](_0x37acc2,_0x3f74bb){const _0x7d24da=_0x3d5710,_0x5ee15f=_0x37acc2[_0x7d24da(0x1e4)]();if(_0x3f74bb[_0x7d24da(0x1ee)](_0x5ee15f))_0x37acc2[_0x7d24da(0x29a)]();else{if(_0x5ee15f[_0x7d24da(0x280)](_0x3f74bb)){const _0x658eee=this[_0x7d24da(0x30c)][_0x7d24da(0x1db)](_0x3f74bb[_0x7d24da(0x1ac)][_0x7d24da(0x23c)],_0x7d24da(0x1a5));this[_0x7d24da(0x20b)](_0x37acc2,this[_0x7d24da(0x30c)][_0x7d24da(0x17b)](_0x5ee15f[_0x7d24da(0x1ac)],_0x658eee));const _0x6dbacb=_0x287777(),_0xbf747b=_0x37acc2[_0x7d24da(0x302)]['id'],_0x21bf05=_0x37acc2[_0x7d24da(0x275)]+':'+_0x37acc2[_0x7d24da(0x31c)];this[_0x7d24da(0x2a1)]({'id':_0x6dbacb,'type':_0x21bf05,'createdAt':new Date(),'authorId':_0xbf747b,'data':_0x37acc2[_0x7d24da(0x24a)],'attributes':_0x37acc2[_0x7d24da(0x1cd)]});const _0xbf05c8=this[_0x7d24da(0x30c)][_0x7d24da(0x1db)](_0x3f74bb[_0x7d24da(0x1a5)][_0x7d24da(0x254)],_0x7d24da(0x1e2)),_0x5d3f9a=this[_0x7d24da(0x30c)][_0x7d24da(0x17b)](_0xbf05c8,_0x5ee15f[_0x7d24da(0x1a5)]);this[_0x7d24da(0x22d)](_0x21bf05,_0x6dbacb,_0xbf747b,_0x5d3f9a);}else{if(_0x5ee15f[_0x7d24da(0x2ed)](_0x3f74bb[_0x7d24da(0x1ac)])){const _0x4d1b27=this[_0x7d24da(0x30c)][_0x7d24da(0x1db)](_0x3f74bb[_0x7d24da(0x1ac)][_0x7d24da(0x23c)],_0x7d24da(0x1a5));this[_0x7d24da(0x20b)](_0x37acc2,this[_0x7d24da(0x30c)][_0x7d24da(0x17b)](_0x5ee15f[_0x7d24da(0x1ac)],_0x4d1b27));}else{const _0x36c7e2=this[_0x7d24da(0x30c)][_0x7d24da(0x1db)](_0x3f74bb[_0x7d24da(0x1a5)][_0x7d24da(0x254)],_0x7d24da(0x1e2));this[_0x7d24da(0x20b)](_0x37acc2,this[_0x7d24da(0x30c)][_0x7d24da(0x17b)](_0x36c7e2,_0x5ee15f[_0x7d24da(0x1a5)]));}}}}[_0x3d5710(0x22c)](_0x37cd7a){const _0x119318=_0x3d5710;for(const {suggestion:_0x495f67,meta:_0x8c67a6}of this[_0x119318(0x22b)](_0x37cd7a,_0x119318(0x2d2))){if(!_0x8c67a6[_0x119318(0x2f3)])continue;const _0x8d8f26=_0x495f67[_0x119318(0x1d5)]();for(const _0x202c89 of _0x8d8f26)if(!_0x37cd7a[_0x119318(0x1bf)](_0x202c89)[_0x119318(0x227)])return!0x0;}return!0x1;}[_0x3d5710(0x2a6)](_0x44be79){const _0x49fb75=_0x3d5710,_0x159337=this[_0x49fb75(0x2e1)][_0x49fb75(0x277)][_0x49fb75(0x31d)](_0x49fb75(0x273))[_0x49fb75(0x318)](_0x44be79);if(!_0x159337)throw new _0x5ec730(_0x49fb75(0x1ba),this);return _0x159337;}[_0x3d5710(0x2b8)](_0x2aae2a){const _0x27a312=_0x3d5710,_0x4c0a21=this[_0x27a312(0x2e1)][_0x27a312(0x277)][_0x27a312(0x31d)](_0x27a312(0x273)),_0x31fb39=_0x1d0cab(_0x27a312(0x1a4)+_0x2aae2a),_0x26996b=_0x4c0a21[_0x27a312(0x318)](_0x31fb39);return _0x26996b||_0x4c0a21[_0x27a312(0x1e9)]({'id':_0x31fb39,'name':_0x2aae2a});}[_0x3d5710(0x1f8)](_0x4a794e,_0x3e84af,_0x45146f,_0x20261c,_0xdf68a){const _0x38d170=_0x3d5710,_0x169cf7=this[_0x38d170(0x2a6)](_0x20261c),_0x1b64bc=this[_0x38d170(0x244)][_0x38d170(0x323)](_0x4a794e,_0x3e84af,_0x45146f,_0x169cf7,_0xdf68a,_0x518933=>{const _0x9bd47f=_0x38d170;this[_0x9bd47f(0x1af)](_0x45146f,{'attributes':_0x518933});const _0x5931ae=this[_0x9bd47f(0x29f)](_0x45146f);this[_0x9bd47f(0x2d1)](new Set([_0x5931ae])),this[_0x9bd47f(0x228)](new Set([_0x5931ae]));});return this[_0x38d170(0x2c5)](_0x1b64bc,_0x38d170(0x270),()=>{const _0x1ee7da=_0x38d170;this[_0x1ee7da(0x1af)](_0x45146f,{'state':_0x1ee7da(0x24f)});},{'priority':_0x38d170(0x313)}),this[_0x38d170(0x2c5)](_0x1b64bc,_0x38d170(0x1b8),()=>{const _0x205d1f=_0x38d170;this[_0x205d1f(0x1af)](_0x45146f,{'state':_0x205d1f(0x1b9)});},{'priority':_0x38d170(0x313)}),this[_0x38d170(0x196)][_0x38d170(0x315)](_0x45146f,_0x1b64bc),this[_0x38d170(0x2b2)][_0x38d170(0x315)](_0x1b64bc,_0x38d170(0x2cf)),_0x1b64bc;}[_0x3d5710(0x25c)](_0x32efe5){const _0x3dbecb=_0x3d5710,_0x3c06e0=_0x32efe5[_0x3dbecb(0x234)](':');return{'group':_0x3c06e0[0x0],'type':_0x3c06e0[0x1],'subType':_0x3c06e0[_0x3dbecb(0x227)]>=0x5?_0x3c06e0[0x2]:null,'id':_0x3c06e0[_0x3dbecb(0x227)]<0x5?_0x3c06e0[0x2]:_0x3c06e0[0x3],'authorId':_0x3c06e0[_0x3dbecb(0x227)]<0x5?_0x3c06e0[0x3]:_0x3c06e0[0x4],'markerCount':0x6==_0x3c06e0[_0x3dbecb(0x227)]?_0x3c06e0[0x5]:null};}[_0x3d5710(0x17f)](_0x2464a5,_0x58272d,_0x356fd6){const _0x3d9ad0=_0x3d5710,_0x130e19=_0x2464a5[_0x3d9ad0(0x1e4)](),_0x90c6ec=_0x130e19[_0x3d9ad0(0x1ac)],_0x234ecd=_0x130e19[_0x3d9ad0(0x1a5)];this[_0x3d9ad0(0x20b)](_0x2464a5,this[_0x3d9ad0(0x30c)][_0x3d9ad0(0x17b)](_0x90c6ec,_0x58272d));const _0x36356e=_0x287777(),_0x97e986=_0x2464a5[_0x3d9ad0(0x302)]['id'],_0x53e22e=_0x2464a5[_0x3d9ad0(0x275)]+(_0x2464a5[_0x3d9ad0(0x31c)]?':'+_0x2464a5[_0x3d9ad0(0x31c)]:'');this[_0x3d9ad0(0x2a1)]({'id':_0x36356e,'type':_0x53e22e,'createdAt':new Date(),'authorId':_0x97e986,'originalSuggestionId':_0x2464a5['id'],'attributes':_0x2464a5[_0x3d9ad0(0x1cd)],'data':_0x2464a5[_0x3d9ad0(0x24a)]});const _0x49ae6e=this[_0x3d9ad0(0x232)](_0x2464a5);(_0x3d9ad0(0x19e)==_0x2464a5[_0x3d9ad0(0x275)]||_0x49ae6e&&this[_0x3d9ad0(0x301)](_0x49ae6e))&&(_0x356fd6=this[_0x3d9ad0(0x30c)][_0x3d9ad0(0x248)](_0x356fd6[_0x3d9ad0(0x254)])),this[_0x3d9ad0(0x22d)](_0x53e22e,_0x36356e,_0x97e986,this[_0x3d9ad0(0x30c)][_0x3d9ad0(0x17b)](_0x356fd6,_0x234ecd));}[_0x3d5710(0x22b)](_0x599b33,_0x5ed917=null){const _0x1d124c=_0x3d5710,_0x5312f1=[],_0x2750c8=this[_0x1d124c(0x2e1)][_0x1d124c(0x277)][_0x1d124c(0x31d)](_0x1d124c(0x273))['me'];Array[_0x1d124c(0x184)](_0x599b33)||(_0x599b33=[_0x599b33]);for(const _0x16f232 of this[_0x1d124c(0x1a3)]()){if(!_0x16f232[_0x1d124c(0x256)])continue;if(_0x5ed917&&_0x16f232[_0x1d124c(0x275)]!=_0x5ed917)continue;let _0x5d1a16=!0x1;for(const _0xa95daf of _0x16f232[_0x1d124c(0x1d5)]()){for(const _0x443fa6 of _0x599b33){const _0x3afdcd=_0x443fa6[_0x1d124c(0x1ac)][_0x1d124c(0x1ee)](_0xa95daf[_0x1d124c(0x1a5)])||_0x443fa6[_0x1d124c(0x1a5)][_0x1d124c(0x1ee)](_0xa95daf[_0x1d124c(0x1ac)]);if(_0x3afdcd||_0x443fa6[_0x1d124c(0x2c3)](_0xa95daf)){const _0x3e537d=_0x443fa6[_0x1d124c(0x280)](_0xa95daf)&&Rt(this[_0x1d124c(0x30c)][_0x1d124c(0x2cd)],_0xa95daf[_0x1d124c(0x1ac)],_0x443fa6),_0xef01fe=_0xa95daf[_0x1d124c(0x280)](_0x443fa6)&&Rt(this[_0x1d124c(0x30c)][_0x1d124c(0x2cd)],_0x443fa6[_0x1d124c(0x1ac)],_0xa95daf);_0x5312f1[_0x1d124c(0x252)]({'suggestion':_0x16f232,'meta':{'isOwn':_0x2750c8==_0x16f232[_0x1d124c(0x28a)],'isNextTo':_0x3afdcd,'isInsideObject':_0x3e537d,'containsRangeInObject':_0xef01fe}}),_0x5d1a16=!0x0;break;}}if(_0x5d1a16)break;}}return _0x5312f1;}[_0x3d5710(0x22d)](_0x3256c0,_0xab6a03,_0x47e86f,_0x16a23d,_0x3abfd8){const _0x3a33d7=_0x3d5710;this[_0x3a33d7(0x30c)][_0x3a33d7(0x2d7)](_0x4a89d3=>{const _0x52e9bb=_0x3a33d7;let _0x47fdaf=_0x52e9bb(0x30d)+_0x3256c0+':'+_0xab6a03+':'+_0x47e86f;_0x3abfd8&&(_0x47fdaf=_0x47fdaf+':'+_0x3abfd8),_0x4a89d3[_0x52e9bb(0x18c)](_0x47fdaf,{'range':_0x16a23d,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3d5710(0x1ce)](_0x1e7529){const _0x3375d0=_0x3d5710,_0x5b2240=_0x1e7529[_0x3375d0(0x2ae)],_0x74de05=_0x1e7529[_0x3375d0(0x180)];_0x1e7529[_0x3375d0(0x2ae)]=null,_0x1e7529[_0x3375d0(0x180)]=null,null!=_0x5b2240&&_0x5b2240[_0x3375d0(0x180)]==_0x1e7529&&(_0x5b2240[_0x3375d0(0x180)]=_0x74de05),null!=_0x74de05&&_0x74de05[_0x3375d0(0x2ae)]==_0x1e7529&&(_0x74de05[_0x3375d0(0x2ae)]=_0x5b2240),_0x3375d0(0x2de)==this[_0x3375d0(0x2b2)][_0x3375d0(0x31d)](_0x1e7529)&&(this[_0x3375d0(0x2b2)][_0x3375d0(0x315)](_0x1e7529,_0x3375d0(0x189)),this[_0x3375d0(0x1f4)](_0x3375d0(0x24b),_0x1e7529,_0x5b2240,_0x74de05));}[_0x3d5710(0x2a1)](_0x3e0e7a){const _0x5139e0=_0x3d5710,_0x2b68e1=_0x3e0e7a['id'],_0xc95f8b=this[_0x5139e0(0x2ca)](_0x3e0e7a);if(this[_0x5139e0(0x2bb)]&&this[_0x5139e0(0x2bb)][_0x5139e0(0x259)]){const _0xfa47b3=this[_0x5139e0(0x2e1)][_0x5139e0(0x277)][_0x5139e0(0x31d)](_0x5139e0(0x1ec)),_0x7335c3=_0xc95f8b[_0x5139e0(0x322)],_0x6732dc=_0xc95f8b[_0x5139e0(0x31c)]?_0xc95f8b[_0x5139e0(0x275)]+':'+_0xc95f8b[_0x5139e0(0x31c)]:_0xc95f8b[_0x5139e0(0x275)],_0x201a4c=this[_0x5139e0(0x2e1)][_0x5139e0(0x1ca)],_0x537622=_0xfa47b3[_0x5139e0(0x1f3)](_0x5b4825(_0x201a4c,_0x5139e0(0x20e))),_0x12a2d7={'id':_0x2b68e1,'type':_0x6732dc,'hasComments':_0x7335c3,'data':_0x3e0e7a[_0x5139e0(0x24a)]||null,'originalSuggestionId':_0x3e0e7a[_0x5139e0(0x226)]||null,'attributes':_0xc95f8b[_0x5139e0(0x1cd)]};this[_0x5139e0(0x2bb)][_0x5139e0(0x259)](_0x12a2d7)[_0x5139e0(0x28b)](_0x4b6563=>{const _0x166709=_0x5139e0;_0xc95f8b[_0x166709(0x2f4)]=!0x0,_0xfa47b3[_0x166709(0x214)](_0x537622),_0x4b6563&&_0x4b6563[_0x166709(0x25b)]&&(this[_0x166709(0x196)][_0x166709(0x31d)](_0x2b68e1)[_0x166709(0x25b)]=_0x4b6563[_0x166709(0x25b)]);})[_0x5139e0(0x2ea)](_0x21bed5=>{const _0x18d144=_0x5139e0;throw _0x4d51c0(_0x18d144(0x27a)),this[_0x18d144(0x2e1)][_0x18d144(0x268)][_0x18d144(0x202)]({'isUndoable':!0x1},()=>{const _0x2e56fe=_0x18d144;_0xc95f8b[_0x2e56fe(0x1b8)]();}),_0xc95f8b[_0x18d144(0x188)](),this[_0x18d144(0x196)][_0x18d144(0x1c1)](_0xc95f8b['id']),this[_0x18d144(0x2b2)][_0x18d144(0x1c1)](_0xc95f8b),_0x21bed5;});}return _0xc95f8b;}[_0x3d5710(0x301)](_0x222397){const _0x345b4b=_0x3d5710;return this[_0x345b4b(0x294)][_0x345b4b(0x27f)](_0x222397);}[_0x3d5710(0x1af)](_0x8c8507,_0x5cabb4){const _0x1cbea6=_0x3d5710,_0x565fab=this[_0x1cbea6(0x2e1)][_0x1cbea6(0x277)][_0x1cbea6(0x31d)](_0x1cbea6(0x1ec)),_0x2fa423=this[_0x1cbea6(0x29f)](_0x8c8507);if(this[_0x1cbea6(0x2bb)]&&this[_0x1cbea6(0x2bb)][_0x1cbea6(0x1eb)]){if(_0x2fa423[_0x1cbea6(0x2f4)]){const _0x90f552=_0x565fab[_0x1cbea6(0x1f3)](_0x5b4825(this[_0x1cbea6(0x2e1)][_0x1cbea6(0x1ca)],_0x1cbea6(0x20e)));this[_0x1cbea6(0x2bb)][_0x1cbea6(0x1eb)](_0x8c8507,_0x5cabb4)[_0x1cbea6(0x28b)](()=>{const _0x205de0=_0x1cbea6;_0x565fab[_0x205de0(0x214)](_0x90f552);});}else _0x2fa423['on'](_0x1cbea6(0x204),()=>{const _0x4fa616=_0x1cbea6;this[_0x4fa616(0x1af)](_0x8c8507,_0x5cabb4);});}}[_0x3d5710(0x257)](_0xb238c1){const _0x1cccac=_0x3d5710;if(!this[_0x1cccac(0x2bb)]||!this[_0x1cccac(0x2bb)][_0x1cccac(0x29f)])throw new _0x5ec730(_0x1cccac(0x246),this);return this[_0x1cccac(0x2bb)][_0x1cccac(0x29f)](_0xb238c1);}[_0x3d5710(0x31b)](_0x1d36cf){const _0x5a2ce2=_0x3d5710,{id:_0x24eba2,type:_0x323c96,subType:_0x3a43df,authorId:_0x293431}=this[_0x5a2ce2(0x25c)](_0x1d36cf),_0x164b6e=this[_0x5a2ce2(0x196)][_0x5a2ce2(0x31d)](_0x24eba2)||this[_0x5a2ce2(0x1f8)](_0x323c96,_0x3a43df,_0x24eba2,_0x293431,{});switch(this[_0x5a2ce2(0x258)](_0x164b6e,_0x323c96,_0x3a43df,_0x293431),this[_0x5a2ce2(0x2b2)][_0x5a2ce2(0x31d)](_0x164b6e)){case _0x5a2ce2(0x2cf):this[_0x5a2ce2(0x257)](_0x24eba2)[_0x5a2ce2(0x28b)](_0x942a72=>{const _0x4dc76d=_0x5a2ce2;let _0x42bc16=Promise[_0x4dc76d(0x20d)]();_0x942a72[_0x4dc76d(0x322)]&&(_0x42bc16=this[_0x4dc76d(0x17e)][_0x4dc76d(0x20a)]({'channelId':this[_0x4dc76d(0x2e1)][_0x4dc76d(0x216)][_0x4dc76d(0x31d)](_0x4dc76d(0x1a6)),'threadId':_0x24eba2})),_0x42bc16[_0x4dc76d(0x28b)](()=>{const _0x3f3d95=_0x4dc76d;this[_0x3f3d95(0x2ca)](_0x942a72)[_0x3f3d95(0x2f4)]=!0x0;});}),this[_0x5a2ce2(0x2b2)][_0x5a2ce2(0x315)](_0x164b6e,_0x5a2ce2(0x235));break;case _0x5a2ce2(0x189):this[_0x5a2ce2(0x1af)](_0x24eba2,{'state':_0x5a2ce2(0x28f)});case _0x5a2ce2(0x2c1):this[_0x5a2ce2(0x2b2)][_0x5a2ce2(0x315)](_0x164b6e,_0x5a2ce2(0x2de)),this[_0x5a2ce2(0x1f4)](_0x5a2ce2(0x30a),_0x164b6e);break;case _0x5a2ce2(0x2de):this[_0x5a2ce2(0x1f4)](_0x5a2ce2(0x2ec),_0x164b6e);}return _0x164b6e[_0x5a2ce2(0x2b1)](_0x1d36cf),_0x164b6e;}[_0x3d5710(0x228)](_0x4c115a){const _0xe5ad39=_0x3d5710,_0x3510e1=Array[_0xe5ad39(0x27d)](_0x4c115a),_0x1e1c73=_0x3510e1[_0xe5ad39(0x1cc)](_0x2d5b10=>_0xe5ad39(0x314)==_0x2d5b10[_0xe5ad39(0x275)]);this[_0xe5ad39(0x1ef)](_0x1e1c73);const _0x3955ce=_0x3510e1[_0xe5ad39(0x1cc)](_0x2d1522=>!_0x2d1522[_0xe5ad39(0x18b)]&&_0xe5ad39(0x314)!=_0x2d1522[_0xe5ad39(0x275)]),_0x464373=this[_0xe5ad39(0x1a3)]({'skipNotAttached':!0x0})[_0xe5ad39(0x1cc)](_0x5692ae=>!_0x5692ae[_0xe5ad39(0x18b)]&&_0xe5ad39(0x314)!=_0x5692ae[_0xe5ad39(0x275)]),_0x5c2bfc=_0x464373[_0xe5ad39(0x1cc)](_0x506c7e=>!_0x4c115a[_0xe5ad39(0x27f)](_0x506c7e)),_0x2082b1=new Map(_0x464373[_0xe5ad39(0x1d9)](_0xafa07e=>[_0xafa07e,this[_0xe5ad39(0x244)][_0xe5ad39(0x1dd)](_0xafa07e[_0xe5ad39(0x275)],_0xafa07e[_0xe5ad39(0x31c)],_0xe5ad39(0x2c8))])),_0x2748dd=new Map(_0x464373[_0xe5ad39(0x1d9)](_0x1e6ec0=>[_0x1e6ec0,_0x1e6ec0[_0xe5ad39(0x1e4)]()])),_0x359863=new Set(),_0x1f229d=new Set();for(let _0x15bd73=0x0;_0x15bd73<_0x3955ce[_0xe5ad39(0x227)];_0x15bd73++)_0x5388c5(_0x3955ce[_0x15bd73],_0x3955ce,_0x15bd73+0x1);for(let _0x3cb72b=0x0;_0x3cb72b<_0x3955ce[_0xe5ad39(0x227)];_0x3cb72b++)_0x5388c5(_0x3955ce[_0x3cb72b],_0x5c2bfc,0x0);const _0x162423=new Set();for(let _0x3a550e=0x0;_0x3a550e<_0x3955ce[_0xe5ad39(0x227)];_0x3a550e++){const _0x3c941a=_0x3955ce[_0x3a550e];!_0x1f229d[_0xe5ad39(0x27f)](_0x3c941a)&&_0x3c941a[_0xe5ad39(0x2ae)]&&(_0x162423[_0xe5ad39(0x1f3)](_0x3c941a[_0xe5ad39(0x2ae)]),_0x3c941a[_0xe5ad39(0x2ae)][_0xe5ad39(0x180)]===_0x3c941a&&(_0x3c941a[_0xe5ad39(0x2ae)][_0xe5ad39(0x180)]=null),_0x3c941a[_0xe5ad39(0x2ae)]=null),!_0x359863[_0xe5ad39(0x27f)](_0x3c941a)&&_0x3c941a[_0xe5ad39(0x180)]&&(_0x162423[_0xe5ad39(0x1f3)](_0x3c941a[_0xe5ad39(0x180)]),_0x3c941a[_0xe5ad39(0x180)][_0xe5ad39(0x2ae)]===_0x3c941a&&(_0x3c941a[_0xe5ad39(0x180)][_0xe5ad39(0x2ae)]=null),_0x3c941a[_0xe5ad39(0x180)]=null);}function _0x5388c5(_0x5b353e,_0x4eed34,_0x4aa816){const _0x1a80b4=_0xe5ad39;for(let _0x203dd9=_0x4aa816;_0x203dd9<_0x4eed34[_0x1a80b4(0x227)];_0x203dd9++){const _0x329c90=_0xa48fbb(_0x5b353e,_0x4eed34[_0x203dd9]);_0x329c90&&(_0x329c90[0x0][_0x1a80b4(0x180)]=_0x329c90[0x1],_0x329c90[0x1][_0x1a80b4(0x2ae)]=_0x329c90[0x0],_0x359863[_0x1a80b4(0x1f3)](_0x329c90[0x0]),_0x1f229d[_0x1a80b4(0x1f3)](_0x329c90[0x1]));}}function _0xa48fbb(_0x5880d1,_0x472703){const _0x29f550=_0xe5ad39;if(_0x5880d1[_0x29f550(0x28a)]['id']!==_0x472703[_0x29f550(0x28a)]['id'])return null;const _0x289c13=_0x2082b1[_0x29f550(0x31d)](_0x5880d1)(_0x5880d1,_0x472703,_0x2748dd[_0x29f550(0x31d)](_0x5880d1),_0x2748dd[_0x29f550(0x31d)](_0x472703));if(!_0x289c13)return null;return _0x2082b1[_0x29f550(0x31d)](_0x472703)(_0x5880d1,_0x472703,_0x2748dd[_0x29f550(0x31d)](_0x5880d1),_0x2748dd[_0x29f550(0x31d)](_0x472703))?_0x289c13[0x1][_0x29f550(0x255)]&&_0x289c13[0x1][_0x29f550(0x255)][_0x29f550(0x227)]?null:_0x289c13:null;}_0x162423[_0xe5ad39(0x183)]&&this[_0xe5ad39(0x228)](_0x162423);}[_0x3d5710(0x1ef)](_0x430fb3){const _0x2c6cf1=_0x3d5710;if(0x0==_0x430fb3[_0x2c6cf1(0x227)])return;const _0x5984f0=this[_0x2c6cf1(0x1a3)]({'skipNotAttached':!0x0})[_0x2c6cf1(0x1cc)](_0x58b709=>_0x2c6cf1(0x314)==_0x58b709[_0x2c6cf1(0x275)]&&_0x58b709[_0x2c6cf1(0x22f)]),_0x238cd8=[],_0x4f8177=new Map();for(const _0x57f19e of _0x5984f0){const _0x145b3b=_0x1d0cab(_0x57f19e[_0x2c6cf1(0x1cd)]);_0x4f8177[_0x2c6cf1(0x27f)](_0x145b3b)||(_0x4f8177[_0x2c6cf1(0x315)](_0x145b3b,_0x238cd8[_0x2c6cf1(0x227)]),_0x238cd8[_0x2c6cf1(0x252)]([]));const _0x556882=_0x4f8177[_0x2c6cf1(0x31d)](_0x145b3b);_0x238cd8[_0x556882][_0x2c6cf1(0x252)](_0x57f19e);}!(function(){const _0xa1812e=_0x2c6cf1;_0x238cd8[_0xa1812e(0x279)]((_0x5609b2,_0x141308)=>{const _0x1ae403=_0xa1812e,_0x2d1685=_0x5609b2[0x0][_0x1ae403(0x25b)],_0x3546fb=_0x141308[0x0][_0x1ae403(0x25b)];return _0x2d1685==_0x3546fb?_0x5609b2[0x0][_0x1ae403(0x1cd)][_0x1ae403(0x2d8)]<_0x141308[0x0][_0x1ae403(0x1cd)][_0x1ae403(0x2d8)]?-0x1:0x1:_0x2d1685<_0x3546fb?-0x1:0x1;});for(const _0x470355 of _0x238cd8)_0x470355[_0xa1812e(0x279)]((_0xcac8a,_0x5b8796)=>_0xcac8a['id']<_0x5b8796['id']?-0x1:0x1);}());for(let _0x24e490=0x0;_0x24e490<_0x238cd8[_0x2c6cf1(0x227)];_0x24e490++){if(0x0==_0x238cd8[_0x24e490][_0x2c6cf1(0x227)])continue;const _0x5bde35=[];for(let _0x4045a6=_0x24e490+0x1;_0x4045a6<_0x238cd8[_0x2c6cf1(0x227)];_0x4045a6++)0x0!=_0x238cd8[_0x4045a6][_0x2c6cf1(0x227)]&&_0x276fc9(_0x238cd8[_0x24e490],_0x238cd8[_0x4045a6])&&_0x5bde35[_0x2c6cf1(0x252)](_0x4045a6);for(const _0x25b77e of _0x5bde35)_0x238cd8[_0x24e490]=_0x238cd8[_0x24e490][_0x2c6cf1(0x224)](_0x238cd8[_0x25b77e]),_0x238cd8[_0x25b77e]=[];}for(const _0x38a286 of _0x238cd8)for(let _0xab288f=0x0;_0xab288f<_0x38a286[_0x2c6cf1(0x227)];_0xab288f++)_0x38a286[_0xab288f][_0x2c6cf1(0x180)]=_0x38a286[_0xab288f+0x1]||null;for(const _0x276855 of _0x238cd8)for(let _0x569b8f=0x0;_0x569b8f<_0x276855[_0x2c6cf1(0x227)];_0x569b8f++)_0x276855[_0x569b8f][_0x2c6cf1(0x2ae)]=_0x276855[_0x569b8f-0x1]||null;function _0x276fc9(_0x9533fc,_0x1ca84d){const _0x4f3806=_0x2c6cf1;if(_0x9533fc[0x0][_0x4f3806(0x1cd)][_0x4f3806(0x2d8)]!==_0x1ca84d[0x0][_0x4f3806(0x1cd)][_0x4f3806(0x2d8)]&&_0x9533fc[0x0][_0x4f3806(0x28a)]!==_0x1ca84d[0x0][_0x4f3806(0x28a)])return!0x1;if(!function(_0x8d70ab,_0x229994){const _0x4dd33d=_0x4f3806;if(!_0x8d70ab[_0x4dd33d(0x322)]&&!_0x229994[_0x4dd33d(0x322)])return!0x0;if(_0x8d70ab[_0x4dd33d(0x322)]&&_0x229994[_0x4dd33d(0x322)])return!0x1;if(_0x8d70ab[_0x4dd33d(0x322)]&&_0x229994[_0x4dd33d(0x25b)]<_0x8d70ab[_0x4dd33d(0x255)][_0x4dd33d(0x325)][_0x4dd33d(0x31d)](0x0)[_0x4dd33d(0x25b)])return!0x0;if(_0x229994[_0x4dd33d(0x322)]&&_0x8d70ab[_0x4dd33d(0x25b)]<_0x229994[_0x4dd33d(0x255)][_0x4dd33d(0x325)][_0x4dd33d(0x31d)](0x0)[_0x4dd33d(0x25b)])return!0x0;return!0x1;}(_0x9533fc[0x0],_0x1ca84d[0x0]))return!0x1;const _0x549d34=_0x29e31f(_0x9533fc[0x0][_0x4f3806(0x1cd)],_0x4f3806(0x2d8)),_0x571a26=_0x29e31f(_0x1ca84d[0x0][_0x4f3806(0x1cd)],_0x4f3806(0x2d8));if(!_0x100409(_0x549d34,_0x571a26))return!0x1;return!!_0x9533fc[_0x4f3806(0x283)](_0x30d434=>_0x1ca84d[_0x4f3806(0x1a1)](_0x52d46a=>_0x30d434[_0x4f3806(0x1e4)]()[_0x4f3806(0x1ee)](_0x52d46a[_0x4f3806(0x1e4)]())))&&_0x1ca84d[_0x4f3806(0x283)](_0x12bbf0=>_0x9533fc[_0x4f3806(0x1a1)](_0x30277f=>_0x12bbf0[_0x4f3806(0x1e4)]()[_0x4f3806(0x1ee)](_0x30277f[_0x4f3806(0x1e4)]())));}}[_0x3d5710(0x2d1)](_0x5b65ab){const _0x1fdcd5=_0x3d5710,_0xdf7e66=Array[_0x1fdcd5(0x27d)](_0x5b65ab),_0x3cbb75=this[_0x1fdcd5(0x1a3)]({'skipNotAttached':!0x0}),_0x4c14f2=_0x3cbb75[_0x1fdcd5(0x1cc)](_0x5f14f4=>!_0x5b65ab[_0x1fdcd5(0x27f)](_0x5f14f4)),_0x7df9=new Map(_0xdf7e66[_0x1fdcd5(0x1d9)](_0x5bc6a7=>[_0x5bc6a7,this[_0x1fdcd5(0x244)][_0x1fdcd5(0x1dd)](_0x5bc6a7[_0x1fdcd5(0x275)],_0x5bc6a7[_0x1fdcd5(0x31c)],_0x1fdcd5(0x1f1))])),_0x21ba91=new Map(_0x3cbb75[_0x1fdcd5(0x1d9)](_0x492671=>[_0x492671,_0x492671[_0x1fdcd5(0x1d5)]()]));for(let _0xc0afcc=0x0;_0xc0afcc<_0xdf7e66[_0x1fdcd5(0x227)];_0xc0afcc++){if(_0x2bcaa7(this,_0xdf7e66[_0xc0afcc],_0xdf7e66,_0xc0afcc+0x1))return!0x0;}for(let _0x54fbe0=0x0;_0x54fbe0<_0xdf7e66[_0x1fdcd5(0x227)];_0x54fbe0++){if(_0x2bcaa7(this,_0xdf7e66[_0x54fbe0],_0x4c14f2,0x0))return!0x0;}return!0x1;function _0x2bcaa7(_0x2b1da0,_0x5a9ea4,_0x2bfe13,_0x43939e){const _0x52bc32=_0x1fdcd5;for(let _0x3ae751=_0x43939e;_0x3ae751<_0x2bfe13[_0x52bc32(0x227)];_0x3ae751++){const _0x5d8f15=_0x2bfe13[_0x3ae751];if(_0x5d8f15[_0x52bc32(0x275)]!==_0x5a9ea4[_0x52bc32(0x275)]||_0x5d8f15[_0x52bc32(0x28a)]['id']!==_0x5a9ea4[_0x52bc32(0x28a)]['id']||_0x5d8f15[_0x52bc32(0x31c)]!==_0x5a9ea4[_0x52bc32(0x31c)])continue;if(!Pt(_0x5a9ea4,_0x5d8f15,[_0x52bc32(0x2d8)]))continue;if(_0x52bc32(0x314)==_0x5a9ea4[_0x52bc32(0x275)]&&_0x5a9ea4[_0x52bc32(0x24a)][_0x52bc32(0x1e3)]!=_0x5d8f15[_0x52bc32(0x24a)][_0x52bc32(0x1e3)])continue;if(_0x52bc32(0x314)==_0x5a9ea4[_0x52bc32(0x275)]&&_0x2b1da0[_0x52bc32(0x301)](_0x5a9ea4[_0x52bc32(0x24a)][_0x52bc32(0x29d)]))continue;if(_0x52bc32(0x19e)==_0x5a9ea4[_0x52bc32(0x275)]){const _0x480542=_0x2b1da0[_0x52bc32(0x2e1)][_0x52bc32(0x268)],_0x1627a6=_0x5a9ea4[_0x52bc32(0x198)]();if(_0x1627a6&&(_0x480542[_0x52bc32(0x2cd)][_0x52bc32(0x2f9)](_0x1627a6)||_0x480542[_0x52bc32(0x2cd)][_0x52bc32(0x24c)](_0x1627a6)))continue;}const _0x30484f=_0x7df9[_0x52bc32(0x31d)](_0x5a9ea4),_0x3e822f=_0x21ba91[_0x52bc32(0x31d)](_0x5a9ea4),_0x3ccc36=_0x21ba91[_0x52bc32(0x31d)](_0x5d8f15),_0x19cd87=_0x5a9ea4[_0x52bc32(0x255)]&&_0x5a9ea4[_0x52bc32(0x255)][_0x52bc32(0x227)],_0x134d3d=_0x5d8f15[_0x52bc32(0x255)]&&_0x5d8f15[_0x52bc32(0x255)][_0x52bc32(0x227)];if(!_0x19cd87&&_0x30484f(_0x3ccc36,_0x3e822f))return _0x2b1da0[_0x52bc32(0x21b)](_0x5d8f15,_0x5a9ea4),_0x21ba91[_0x52bc32(0x1c1)](_0x5a9ea4),!0x0;if(!_0x134d3d&&_0x30484f(_0x3e822f,_0x3ccc36))return _0x2b1da0[_0x52bc32(0x21b)](_0x5a9ea4,_0x5d8f15),_0x21ba91[_0x52bc32(0x1c1)](_0x5d8f15),!0x0;}return!0x1;}}[_0x3d5710(0x21b)](_0x2d0e69,_0x1cb9fd){const _0x1c96fc=_0x3d5710;if(_0x2d0e69[_0x1c96fc(0x18b)]){for(const _0x1606f4 of _0x1cb9fd[_0x1c96fc(0x1d5)]())_0x2d0e69[_0x1c96fc(0x2f2)](_0x1606f4);}else{const _0x10cb06=_0x1cb9fd[_0x1c96fc(0x1e4)]()[_0x1c96fc(0x1a5)];this[_0x1c96fc(0x20b)](_0x2d0e69,this[_0x1c96fc(0x30c)][_0x1c96fc(0x17b)](_0x2d0e69[_0x1c96fc(0x1e4)]()[_0x1c96fc(0x1ac)],_0x10cb06));}_0x1cb9fd[_0x1c96fc(0x29a)]();}[_0x3d5710(0x319)](_0x4c186f,_0xb2eb07){const _0x43d034=_0x3d5710,_0x426f17=_0x4c186f[_0x43d034(0x1f0)](_0x43d034(0x28d))||_0x4c186f[_0x43d034(0x1f0)](_0x43d034(0x314))?_0x43d034(0x1b2):_0x4c186f[_0x43d034(0x195)]();return _0x5b4825(this[_0x43d034(0x2e1)][_0x43d034(0x1ca)],_0xb2eb07+'_'+_0x426f17+_0x43d034(0x326));}[_0x3d5710(0x1ad)](){const _0x3f22be=_0x3d5710,_0x1583b1=this[_0x3f22be(0x2e1)];_0x321a40(this[_0x3f22be(0x30c)],({left:_0x3850c7,entered:_0x4fc31c})=>{const _0x13b911=_0x3f22be,_0x4313c8=[];for(const _0x3758c4 of _0x3850c7){const {group:_0x54e6ba,type:_0x4db57a}=this[_0x13b911(0x25c)](_0x3758c4[_0x13b911(0x201)]);if(_0x13b911(0x266)===_0x54e6ba){_0x4313c8[_0x13b911(0x252)](this[_0x13b911(0x319)](_0x4db57a,_0x13b911(0x1a9)));break;}}for(const _0x19d890 of _0x4fc31c){const {group:_0x4802fb,type:_0x1836e1}=this[_0x13b911(0x25c)](_0x19d890[_0x13b911(0x201)]);if(_0x13b911(0x266)===_0x4802fb){_0x4313c8[_0x13b911(0x252)](this[_0x13b911(0x319)](_0x1836e1,_0x13b911(0x2db)));break;}}_0x4313c8[_0x13b911(0x227)]&&_0x1583b1['ui'][_0x13b911(0x2ef)][_0x13b911(0x2ba)](_0x13b911(0x1aa),_0x4313c8[_0x13b911(0x1f1)]('\x20'));});}[_0x3d5710(0x271)](_0x5e7538){const _0xf6dc29=_0x3d5710;if(this[_0xf6dc29(0x239)])return!0x1;const _0x2fcc60=this[_0xf6dc29(0x2e1)],_0x2489c5=_0x2fcc60[_0xf6dc29(0x268)][_0xf6dc29(0x282)][_0xf6dc29(0x298)][_0xf6dc29(0x2fb)]();if(0x0==_0x2489c5[_0xf6dc29(0x227)])return!0x1;const _0x26df37=[],_0x49c8c3=_0x2489c5[_0xf6dc29(0x1cc)](_0x2f1ebe=>_0xf6dc29(0x314)==_0x2f1ebe[_0xf6dc29(0x275)]),_0x288a6a=_0x2489c5[_0xf6dc29(0x1cc)](_0x3bbe95=>_0xf6dc29(0x2f8)==_0x3bbe95[_0xf6dc29(0x275)]&&_0xf6dc29(0x2ff)!=_0x3bbe95[_0xf6dc29(0x201)]),_0x432e16=_0x2489c5[_0xf6dc29(0x1cc)](_0x45dff0=>_0xf6dc29(0x214)==_0x45dff0[_0xf6dc29(0x275)]&&_0xf6dc29(0x2ff)!=_0x45dff0[_0xf6dc29(0x201)]);for(const _0x2bfe3b of _0x49c8c3)_0x26df37[_0xf6dc29(0x252)]({'key':_0x2bfe3b[_0xf6dc29(0x1ea)],'newValue':_0x2bfe3b[_0xf6dc29(0x26c)],'oldValue':_0x2bfe3b[_0xf6dc29(0x2b7)],'range':Ot(_0x2bfe3b[_0xf6dc29(0x299)],_0x2fcc60[_0xf6dc29(0x268)])});for(const _0x32731f of _0x288a6a){const _0x4c7e54=_0x432e16[_0xf6dc29(0x182)](_0xc652eb=>_0xc652eb[_0xf6dc29(0x1c0)][_0xf6dc29(0x1ee)](_0x32731f[_0xf6dc29(0x1c0)]));_0x4c7e54&&_0x26df37[_0xf6dc29(0x252)]({'key':_0xf6dc29(0x303),'newValue':_0x32731f[_0xf6dc29(0x201)],'oldValue':_0x4c7e54[_0xf6dc29(0x201)],'range':_0x2fcc60[_0xf6dc29(0x268)][_0xf6dc29(0x260)](_0x32731f[_0xf6dc29(0x1c0)][_0xf6dc29(0x278)])});}return 0x0!=_0x26df37[_0xf6dc29(0x227)]&&this[_0xf6dc29(0x1d1)](_0x5e7538,_0x26df37);}[_0x3d5710(0x300)](_0x45a4d5){const _0x10a6d6=_0x3d5710;let _0xb79017=!0x1;const _0x4fe520=this[_0x10a6d6(0x2e1)][_0x10a6d6(0x268)][_0x10a6d6(0x282)][_0x10a6d6(0x298)][_0x10a6d6(0x23f)]()[_0x10a6d6(0x1cc)](_0x4888f4=>_0x4888f4[_0x10a6d6(0x24a)][_0x10a6d6(0x238)]&&_0x4888f4[_0x10a6d6(0x201)][_0x10a6d6(0x1f0)](_0x10a6d6(0x1d3)));for(const _0x5b413c of _0x4fe520){const {subType:_0x5c3e87,id:_0x33e83d}=this[_0x10a6d6(0x25c)](_0x5b413c[_0x10a6d6(0x201)]),_0x4f1180=_0x5c3e87[_0x10a6d6(0x234)]('|')[0x0];for(const _0x148659 of this[_0x10a6d6(0x1a3)]({'skipNotAttached':!0x0}))_0x148659['id']!=_0x33e83d&&_0x10a6d6(0x314)==_0x148659[_0x10a6d6(0x275)]&&_0x148659[_0x10a6d6(0x24a)]&&_0x148659[_0x10a6d6(0x24a)][_0x10a6d6(0x29d)]==_0x4f1180&&_0x148659[_0x10a6d6(0x1e4)]()[_0x10a6d6(0x2a0)](_0x5b413c[_0x10a6d6(0x24a)][_0x10a6d6(0x238)])&&(this[_0x10a6d6(0x2b3)](_0x148659,_0x5b413c[_0x10a6d6(0x24a)][_0x10a6d6(0x238)],_0x45a4d5),_0xb79017=!0x0);}return _0xb79017;}[_0x3d5710(0x30b)](_0x5dfc12){const _0x3b6016=_0x3d5710;this[_0x3b6016(0x2e1)],(this[_0x3b6016(0x239)]=!0x0,_0x5dfc12());}[_0x3d5710(0x1f5)](_0x4985a9){const _0x5d280d=_0x3d5710,_0x2c90b5=this[_0x5d280d(0x301)](_0x4985a9),_0x2f671f=this[_0x5d280d(0x1df)][_0x5d280d(0x27f)](_0x4985a9);return _0x2c90b5||_0x2f671f;}[_0x3d5710(0x1d1)](_0x16afee,_0x538ad6){const _0x117393=_0x3d5710;if(0x0==_0x538ad6[_0x117393(0x227)])return!0x1;let _0x5ebc89=!0x1;for(const _0x23a966 of _0x538ad6){const _0x294e21=this[_0x117393(0x22b)](_0x23a966[_0x117393(0x299)],_0x117393(0x314))[_0x117393(0x1cc)](_0x56d99f=>!_0x56d99f[_0x117393(0x2e0)][_0x117393(0x205)])[_0x117393(0x1d9)](_0x265189=>_0x265189[_0x117393(0x266)]),_0x2b410f=_0x1d0cab({'newValue':_0x23a966[_0x117393(0x1da)]});_0x294e21[_0x117393(0x1cc)](_0x5d4bd0=>{const _0x8b2248=_0x117393,[_0x5d13a8,_0x1f16f1]=_0x5d4bd0[_0x8b2248(0x31c)][_0x8b2248(0x234)]('|');return _0x5d13a8==_0x23a966[_0x8b2248(0x29d)]&&_0x1f16f1!=_0x2b410f;})[_0x117393(0x293)](_0xb98cb=>{const _0x5e61b3=_0x117393;this[_0x5e61b3(0x2b3)](_0xb98cb,_0x23a966[_0x5e61b3(0x299)],_0x16afee),_0x5ebc89=!0x0;});}return _0x5ebc89;}[_0x3d5710(0x2b3)](_0x4500f5,_0x10d2dc,_0x22123d){const _0x4ade88=_0x3d5710,_0x4dc595=_0x4500f5[_0x4ade88(0x1e4)]()[_0x4ade88(0x1bf)](_0x10d2dc);0x0!==_0x4dc595[_0x4ade88(0x227)]?0x1!==_0x4dc595[_0x4ade88(0x227)]?this[_0x4ade88(0x17f)](_0x4500f5,_0x10d2dc[_0x4ade88(0x1ac)],_0x10d2dc[_0x4ade88(0x1a5)]):this[_0x4ade88(0x20b)](_0x4500f5,_0x4dc595[0x0]):_0x22123d[_0x4ade88(0x2fd)](_0x4500f5[_0x4ade88(0x1bd)]());}}class xt{constructor(_0x31fed6){const _0x40790f=_0x3d5710;this[_0x40790f(0x222)]=_0x31fed6,this[_0x40790f(0x30c)]=_0x31fed6[_0x40790f(0x268)],this[_0x40790f(0x1f7)]=new Map(),this[_0x40790f(0x203)]=new Map(),this[_0x40790f(0x1ed)]();}[_0x3d5710(0x323)](_0x375161,_0xe381db,_0x4ed578,_0x4a3c6b,_0x452d0c,_0x5f1355){const _0x3d33c5=_0x3d5710;return new _0x48f8ab(this[_0x3d33c5(0x30c)],{'type':_0x375161,'subType':_0xe381db,'id':_0x4ed578,'author':_0x4a3c6b,'creator':_0x4a3c6b,'attributes':_0x452d0c,'onAttributesChange':_0x5f1355,'onAccept':(..._0x244c0e)=>this[_0x3d33c5(0x1dd)](_0x375161,_0xe381db,_0x3d33c5(0x270))(..._0x244c0e),'onDiscard':(..._0x5afb5a)=>this[_0x3d33c5(0x1dd)](_0x375161,_0xe381db,_0x3d33c5(0x1b8))(..._0x5afb5a)});}[_0x3d5710(0x22a)](_0x2ff9d1,_0x2651d6,_0x1c21de,_0x9f0aa0){const _0x5eeaa7=_0x3d5710,_0x5032e5=_0x2ff9d1+':'+_0x2651d6+':'+_0x1c21de;this[_0x5eeaa7(0x1f7)][_0x5eeaa7(0x315)](_0x5032e5,_0x9f0aa0);}[_0x3d5710(0x1dd)](_0x3beb60,_0x470335,_0x55602c){const _0x50e200=_0x3d5710,_0x27ff4f=_0x3beb60+':'+_0x470335+':'+_0x55602c;return this[_0x50e200(0x1f7)][_0x50e200(0x31d)](_0x27ff4f)||this[_0x50e200(0x203)][_0x50e200(0x31d)](_0x3beb60+':'+_0x55602c);}[_0x3d5710(0x1ed)](){const _0x8689a4=_0x3d5710,_0x514b90=()=>!0x1,_0x28ae13=_0x36a161=>{const _0x38e22c=_0x3221;_0x36a161[_0x38e22c(0x279)]((_0x155c39,_0x3d4317)=>_0x155c39[_0x38e22c(0x1ac)][_0x38e22c(0x19f)](_0x3d4317[_0x38e22c(0x1ac)])?0x1:-0x1),this[_0x38e22c(0x30c)][_0x38e22c(0x2d7)](_0x590922=>{const _0x533d4b=_0x38e22c;for(const _0x1ec762 of _0x36a161){let _0x1be406;_0x1be406=_0x1ec762[_0x533d4b(0x1a5)][_0x533d4b(0x1fd)]&&_0x1ec762[_0x533d4b(0x1a5)][_0x533d4b(0x254)]==_0x1ec762[_0x533d4b(0x1ac)][_0x533d4b(0x278)]?_0x590922[_0x533d4b(0x221)](_0x1ec762[_0x533d4b(0x1ac)][_0x533d4b(0x278)],'on'):_0x590922[_0x533d4b(0x221)](_0x1ec762),this[_0x533d4b(0x30c)][_0x533d4b(0x179)](_0x1be406,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x243b89=(_0x27d9df,_0x227b19)=>{const _0x36fd9f=_0x3221;_0x227b19&&this[_0x36fd9f(0x30c)][_0x36fd9f(0x2d7)](_0x4b24eb=>{const _0x220261=_0x36fd9f,{commandName:_0x2cccf7,commandParams:_0x7b235f=[]}=_0x227b19,_0xc16558=_0x27d9df[_0x220261(0x1d9)](_0x330b82=>(Tt(_0x330b82)&&(_0x330b82=this[_0x220261(0x30c)][_0x220261(0x17b)](_0x330b82[_0x220261(0x1a5)])),_0x330b82))[_0x220261(0x1cc)](_0x347092=>_0x220261(0x267)!==_0x347092[_0x220261(0x1b5)][_0x220261(0x1d4)]);if(_0xc16558[_0x220261(0x227)]<0x1)return;const _0x24ac37=Array[_0x220261(0x27d)](this[_0x220261(0x30c)][_0x220261(0x282)][_0x220261(0x1bc)][_0x220261(0x1d5)]())[_0x220261(0x1d9)](_0x1cdb97=>_0x5d99d1[_0x220261(0x243)](_0x1cdb97));_0x4b24eb[_0x220261(0x217)](_0xc16558);for(const _0x5a67a0 of this[_0x220261(0x222)][_0x220261(0x24e)][_0x220261(0x24e)]())_0x5a67a0[_0x220261(0x19c)]();_0x7b235f[_0x220261(0x252)]({'forceDefaultExecution':!0x0}),this[_0x220261(0x222)][_0x220261(0x2e8)](_0x2cccf7,..._0x7b235f);const _0x27d97a=_0x24ac37[_0x220261(0x1cc)](_0x5eeccb=>_0x220261(0x267)!=_0x5eeccb[_0x220261(0x1b5)][_0x220261(0x1d4)]);_0x27d97a[_0x220261(0x227)]>0x0&&_0x4b24eb[_0x220261(0x217)](_0x27d97a);for(const _0xf40ef of _0x24ac37)_0xf40ef[_0x220261(0x2c7)]();});},_0x577c57=(_0x5f2669,_0x27316c)=>0x1==_0x5f2669[_0x8689a4(0x227)]&&0x1==_0x27316c[_0x8689a4(0x227)]&&_0x5f2669[0x0][_0x8689a4(0x1a5)][_0x8689a4(0x1ee)](_0x27316c[0x0][_0x8689a4(0x1ac)]),_0x408801=(_0x4a54f7,_0x2a7eed,_0x38ab37,_0xe5348c)=>Ft(_0x4a54f7,_0x2a7eed,_0x38ab37,_0xe5348c,this[_0x8689a4(0x30c)])?[_0x4a54f7,_0x2a7eed]:Ft(_0x2a7eed,_0x4a54f7,_0xe5348c,_0x38ab37,this[_0x8689a4(0x30c)])?[_0x2a7eed,_0x4a54f7]:null;this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x21d),_0x514b90),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x2d6),_0x28ae13),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x200),_0x577c57),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x2bc),_0x408801),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x309),_0x28ae13),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x1e1),_0x514b90),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x1c5),_0x577c57),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x2c2),_0x408801),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x19a),_0x243b89),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x190),_0x514b90),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x1c7),_0x577c57),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x23e),_0x514b90),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x29b),_0x243b89),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x23d),_0x514b90),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x1b1),_0x577c57),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x199),_0x514b90),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x29c),_0x514b90),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x2dd),(_0x4076d9,_0x2bde61)=>{const _0x37a086=_0x8689a4;if(!_0x2bde61)return;const _0x521da9=this[_0x37a086(0x222)][_0x37a086(0x277)][_0x37a086(0x31d)](p);this[_0x37a086(0x30c)][_0x37a086(0x2d7)](_0x3c84e3=>{const _0x3bb072=_0x37a086;if(_0x3bb072(0x303)==_0x2bde61[_0x3bb072(0x29d)])for(const _0x82235d of _0x4076d9){const _0x274173=_0x82235d[_0x3bb072(0x1ac)][_0x3bb072(0x278)],_0x577358=_0x2bde61[_0x3bb072(0x1e3)];_0x3c84e3[_0x3bb072(0x211)](_0x274173,_0x577358);}else{if(_0x521da9[_0x3bb072(0x301)](_0x2bde61[_0x3bb072(0x29d)])){for(const _0x2746ad of _0x4076d9)void 0x0!==_0x2bde61[_0x3bb072(0x1e3)]?_0x3c84e3[_0x3bb072(0x2d0)](_0x2bde61[_0x3bb072(0x29d)],_0x2bde61[_0x3bb072(0x1e3)],_0x2746ad[_0x3bb072(0x1ac)][_0x3bb072(0x278)]):_0x3c84e3[_0x3bb072(0x31f)](_0x2bde61[_0x3bb072(0x29d)],_0x2746ad[_0x3bb072(0x1ac)][_0x3bb072(0x278)]);}else{for(const _0x3d2c15 of _0x4076d9)_0x2bde61[_0x3bb072(0x1e3)]?_0x3c84e3[_0x3bb072(0x2d0)](_0x2bde61[_0x3bb072(0x29d)],_0x2bde61[_0x3bb072(0x1e3)],_0x3d2c15):_0x3c84e3[_0x3bb072(0x31f)](_0x2bde61[_0x3bb072(0x29d)],_0x3d2c15);}}});}),this[_0x8689a4(0x203)][_0x8689a4(0x315)](_0x8689a4(0x2c9),_0x577c57);}}function Rt(_0x4394ba,_0x1fd45f,_0x580b5f){const _0x4224d8=_0x3d5710;for(const _0x455b10 of _0x1fd45f[_0x4224d8(0x254)][_0x4224d8(0x220)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x455b10[_0x4224d8(0x1b5)]==_0x455b10)return!0x1;if(!_0x580b5f[_0x4224d8(0x288)](_0x455b10))return!0x1;if(_0x4394ba[_0x4224d8(0x2f9)](_0x455b10)||_0x4394ba[_0x4224d8(0x24c)](_0x455b10))return!0x0;}return!0x1;}function Tt(_0xc12d23){const _0x166797=_0x3d5710;return _0xc12d23[_0x166797(0x1a5)][_0x166797(0x254)]==_0xc12d23[_0x166797(0x1ac)][_0x166797(0x278)]&&_0xc12d23[_0x166797(0x1a5)][_0x166797(0x1e0)];}function Et(_0x25a5ee,_0x25b45e,_0x19edc2,_0x138d0b){const _0x207cf0=_0x3d5710,_0x584286=_0x1491f4=>!_0x1491f4[_0x207cf0(0x317)]['is'](_0x207cf0(0x197))&&!_0x138d0b[_0x207cf0(0x2f9)](_0x1491f4[_0x207cf0(0x317)]),_0x479912=_0x25a5ee[_0x207cf0(0x1ac)][_0x207cf0(0x27b)](_0x584286),_0x59ab01=_0x25a5ee[_0x207cf0(0x1a5)][_0x207cf0(0x27b)](_0x584286,{'direction':_0x207cf0(0x191)});return(!_0x25a5ee[_0x207cf0(0x1ac)][_0x207cf0(0x1ee)](_0x479912)||!_0x25a5ee[_0x207cf0(0x1a5)][_0x207cf0(0x1ee)](_0x59ab01))&&(_0x479912[_0x207cf0(0x19f)](_0x59ab01)?_0x19edc2[_0x207cf0(0x2ee)](_0x25b45e,{'range':_0x19edc2[_0x207cf0(0x17b)](_0x479912,_0x59ab01)}):_0x19edc2[_0x207cf0(0x2fd)](_0x25b45e),!0x0);}function Vt(_0x85df32){return _0x1d0cab(_0x85df32);}function _0x1568(){const _0x4c7451=['nodeBefore','formatBlock:discard','formatInline:chain','getChangedMarkers','formatInline','trackChanges.mergeNestedSuggestions','@external','fromRange','_suggestionFactory','authorName','track-changes-adapter-missing-getsuggestion','114476VIYYhR','createPositionBefore','elementEnd','data','suggestionUnloaded','isLimit','markInlineFormat','commands','accepted','getRange','ck-suggestion-marker','push','markMultiRangeDeletion','parent','commentThread','isInContent','_getSuggestionData','_checkSuggestionCorrectness','addSuggestion','define','createdAt','_splitMarkerName','979PyLlWG','multi','isInsideObject','createRangeOn','formatInline:','isAfter','_registerBlockAttribute','getCustomProperty','_onDiscard','suggestion','$graveyard','model','rethrowUnexpectedError','multipleBlocks','activeMarkers','attributeNewValue','markDeletion','stop','isCollapsed','accept','_processAttributeChanges','290456xRwADw','Users','upcast','type','setTo','plugins','nodeAfter','sort','error-saving-suggestion-data-suggestion-discarded','getLastMatchingPosition','enableCommand','from','formatGroupId','has','containsRange','track-changes-command-not-found','document','every','enableReadOnlyMode','consumable','70130euTHUJ','isExternal','containsItem','values','author','then','documentSelection','format','getMarkers','open','_registerInlineAttribute','move','commandName','forEach','_blockAttributeKeys','substring','element','unshift','differ','range','removeMarkers','formatBlock:accept','attribute:accept','key','toJSON','getSuggestion','isIntersecting','_setSuggestionData','getAttribute','deletion:','showSuggestionHighlights','isBlock','_getAuthorFromId','insertion:','adapter','ck-suggestion-marker-','_addThreadToSuggestion','markInsertion','track-changes-suggestion-data-mismatch','low','previous','addMarker:suggestion:attribute','reconvertMarker','addMarkerName','_suggestionState','_reduceSuggestionAttributeRange','removeClass','suggestion-type','keys','attributeOldValue','_getExternalAuthor','discardAllSuggestions','announce','_adapter','insertion:chain','deletion','requires','mapper','update:suggestion','dataReady','deletion:chain','getIntersection','forceDefaultExecution','listenTo','453120mEYgrX','detach','chain','attribute:join','addSuggestionData','authoredAt','batch','schema','head','notReady','setAttribute','_joinWithAdjacentSuggestions','insertion','ck-suggestion-marker-formatInline','containsRangeInObject','removeMarker:suggestion:attribute','insertion:discard','change','groupId','howMany','includes','ENTER','markerToData','attribute:discard','ready','addClass','meta','editor','acceptSuggestion','always','_enableDefaultAttributesIntegration','discardSelectedSuggestions','toViewElement','getWalker','execute','getNearestSelectionRange','catch','addMarker:suggestion:formatBlock','suggestionChanged','containsPosition','updateMarker','ariaLiveAnnouncer','removeMarker:suggestion:formatBlock','hasCommentThread','addRange','isOwn','_saved','containerElement','_element','markerName','insert','isObject','ck-suggestion-marker--active','getChanges','substr','removeMarker','splitPosition','$text','_processAttributeSuggestions','_isBlockAttribute','creator','$elementName','change:activeMarkers','49pANFyR','isRemovable','group','warn','deletion:accept','suggestionLoaded','_recordAttributeChanges','_model','suggestion:','bindElementToMarker','options','before','_cutOutSuggestionMarker','moveTargetPosition','high','attribute','set','fromCharCode','item','getUser','_getMarkerAnnouncementText','editing','_handleNewSuggestionMarker','subType','get','_descriptionFactory','removeAttribute','normal','isUndo','hasComments','buildSuggestion','markBlockFormat','comments','_SUGGESTION_ANNOUNCEMENT','isIntersectingWithRange','track-changes-suggestion-not-found','2966166oSWkaE','deleteContent','consume','createRange','isTouching','26JgFVNj','_commentsRepository','_breakSuggestionMarker','next','unbind','find','size','isArray','dataDowncast','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','oldRange','stopListening','removed','21luCvLF','isMultiRange','addMarker','tablePasteChainId','markMultiRangeBlockFormat','splice','formatInline:discard','backward','track-changes-adapter-already-set','markerNameToElements','data-suggestion','toUpperCase','_suggestions','$textProxy','getContainedElement','formatBlock:chain','formatInline:accept','removeComment','refresh','unbindElementFromMarkerName','formatBlock','isBefore','discardSuggestion','some','markAttributeChange','getSuggestions','external:','end','collaboration.channelId','createPositionAfter','addCommentThread','LEAVE','trackChanges','for','start','_initAriaMarkerChangeAnnouncements','_enabledCommands','_updateSuggestionData','trackChangesCommand','formatBlock:join','FORMATTING','isDocumentOperation','28507wOSdRs','root','elementStart','hasSuggestion','discard','rejected','track-changes-user-not-found','getAllAdjacentSuggestions','selection','getFirstMarker','acceptAllSuggestions','getDifference','position','delete','highest','getItems','_trackFormatChanges','deletion:join','markers','formatInline:join','insertContent','TrackChangesEditing','locale','isSelectable','filter','attributes','_removeSuggestion','track-changes-enable-command-twice','widget','_reduceExistingSuggestions','registerPostFixer','suggestion:attribute:','rootName','getRanges','conversion','assign','editingDowncast','map','newValue','createPositionAt','writer','getSuggestionCallback','change:data','_inlineAttributeKeys','isAtStart','deletion:discard','after','oldValue','getFirstRange','acceptSelectedSuggestions','ck-suggestion-marker-formatBlock','forward','targetPosition','addUser','attributeKey','updateSuggestion','PendingActions','_registerDefaultCallbacks','isEqual','_refreshAttributeSuggestionsChain','startsWith','join','clear','add','fire','_isRegisteredAttribute','skipNestingCheck','_customCallbacks','_createSuggestion','getCommentThread','getShiftedBy','CommentsRepository','value','isAtEnd','lowest','elementToElement','insertion:join','name','enqueueChange','_defaultCallbacks','change:_saved','isNextTo','_isForcedDefaultExecutionBlock','clone','markerToHighlight','2465238rJAJMi','fetchCommentThread','_setSuggestionRange','default','resolve','PENDING_ACTION_SUGGESTION','pop','marker-count','rename','return','dataToMarker','remove','applyOperation','config','setSelection','createRangeIn','addHighlight','_afterChanges','_joinSuggestions','never','insertion:accept','init','pluginName','getAncestors','createSelection','_editor','createElement','concat','_mergeNestedSuggestions','originalSuggestionId','length','_refreshSuggestionsChain','trackChanges.trackFormatChanges','registerCustomCallback','_findSuggestions','_rangeIsInLocalUserInsertion','_addSuggestionMarker','getMultiRangeId','_isDataLoaded','formatBlock:','addComment','_getAttributeKey','attribute:','split','markerReady','$marker','markMultiRangeInsertion','newRange','_recordAttributeSuggestions','isLocal','addMarker:suggestion'];_0x1568=function(){return _0x4c7451;};return _0x1568();}function Ut(_0x5ab0ab){const _0x55dee0=_0x3d5710,_0x1c5670=_0x5ab0ab[_0x55dee0(0x1ac)][_0x55dee0(0x278)];return _0x1c5670&&_0x1c5670['is'](_0x55dee0(0x296));}function Ot(_0x3f061c,_0x4ea0bf){const _0x12c8f9=_0x3d5710;return null==_0x3f061c[_0x12c8f9(0x1a5)][_0x12c8f9(0x23c)]&&_0x3f061c[_0x12c8f9(0x1a5)][_0x12c8f9(0x254)]==_0x3f061c[_0x12c8f9(0x1ac)][_0x12c8f9(0x278)]?Gt(_0x3f061c[_0x12c8f9(0x1ac)][_0x12c8f9(0x278)],_0x4ea0bf):_0x3f061c;}function Gt(_0x461ef2,_0x4ecc46){const _0x32a143=_0x3d5710,_0x34866e=_0x4ecc46[_0x32a143(0x2cd)][_0x32a143(0x2f9)](_0x461ef2)||_0x4ecc46[_0x32a143(0x2cd)][_0x32a143(0x1cb)](_0x461ef2);return _0x4ecc46[_0x32a143(0x17b)](_0x4ecc46[_0x32a143(0x1db)](_0x461ef2,_0x32a143(0x310)),_0x34866e?_0x4ecc46[_0x32a143(0x1a7)](_0x461ef2):_0x4ecc46[_0x32a143(0x1db)](_0x461ef2,_0x32a143(0x1a5)));}function Ft(_0x149679,_0x4202fd,_0x462a33,_0x39db98,_0x30eb03){const _0x357e40=_0x3d5710;if(!Pt(_0x149679,_0x4202fd))return!0x1;if(_0x462a33[_0x357e40(0x1a5)][_0x357e40(0x1ee)](_0x39db98[_0x357e40(0x1ac)]))return!0x0;if(_0x149679[_0x357e40(0x275)]!=_0x4202fd[_0x357e40(0x275)])return!0x1;if(!_0x462a33[_0x357e40(0x1a5)][_0x357e40(0x17c)](_0x39db98[_0x357e40(0x1ac)]))return!0x1;const _0x1a2952=_0x30eb03[_0x357e40(0x17b)](_0x462a33[_0x357e40(0x1a5)],_0x39db98[_0x357e40(0x1ac)])[_0x357e40(0x2e7)]();for(const _0x1d4fd8 of _0x1a2952)if([_0x357e40(0x1b6),_0x357e40(0x249)][_0x357e40(0x2da)](_0x1d4fd8[_0x357e40(0x275)])&&_0x30eb03[_0x357e40(0x2cd)][_0x357e40(0x24c)](_0x1d4fd8[_0x357e40(0x317)]))return!0x1;return!0x0;}function Pt(_0x3d3c59,_0x56b961,_0x38d602=[]){const _0x3ef26d=_0x3d5710;return!(!_0x3d3c59[_0x3ef26d(0x22f)]||!_0x56b961[_0x3ef26d(0x22f)])&&_0x100409(_0x29e31f(_0x3d3c59[_0x3ef26d(0x1cd)],_0x38d602),_0x29e31f(_0x56b961[_0x3ef26d(0x1cd)],_0x38d602));}function Lt(_0x16b408,_0x165179){const _0x4a2774=_0x3d5710,_0x3c5b5c=Ht(_0x16b408[_0x4a2774(0x1cd)]),_0x1b6fc8=Ht(_0x165179);if(!_0x16b408[_0x4a2774(0x22f)])return!0x1;for(const _0xb89afa of Object[_0x4a2774(0x2b6)](_0x1b6fc8))if(!_0x100409(_0x3c5b5c[_0xb89afa],_0x1b6fc8[_0xb89afa]))return!0x1;return!0x0;}function Ht(_0x105f31){const _0x59d26c=_0x3d5710,_0x4626fd=Object[_0x59d26c(0x1d7)]({},_0x105f31);return delete _0x4626fd[_0x59d26c(0x1f6)],delete _0x4626fd[_0x59d26c(0x18d)],_0x4626fd;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1be1d0=_0x5687;(function(_0x3eb8b3,_0x379fa5){const _0x424481=_0x5687,_0x4537d7=_0x3eb8b3();while(!![]){try{const _0x33b829=-parseInt(_0x424481(0x226))/0x1+-parseInt(_0x424481(0x23d))/0x2+parseInt(_0x424481(0x24b))/0x3*(parseInt(_0x424481(0x1f5))/0x4)+-parseInt(_0x424481(0x24e))/0x5+parseInt(_0x424481(0x1f7))/0x6+parseInt(_0x424481(0x25a))/0x7*(-parseInt(_0x424481(0x242))/0x8)+parseInt(_0x424481(0x230))/0x9;if(_0x33b829===_0x379fa5)break;else _0x4537d7['push'](_0x4537d7['shift']());}catch(_0x386be9){_0x4537d7['push'](_0x4537d7['shift']());}}}(_0x4c04,0x505b9));import{Plugin as _0x281a83}from'ckeditor5/src/core.js';import{Collection as _0x3cc0a8}from'ckeditor5/src/utils.js';import{ViewModel as _0x598936,SplitButtonView as _0x27f829,createDropdown as _0x414fd0,addListToDropdown as _0x5e1a80}from'ckeditor5/src/ui.js';import{Users as _0x352ed2,getDateTimeFormatter as _0x1a52df,getAllMarkersDomElementsSorted as _0x5920c5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1ea118 from'./trackchangesediting.js';import _0x3fe537 from'./ui/suggestioncontroller.js';import _0x1810bd from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x53c339}from'./utils/common-translations.js';import _0x372171 from'../theme/icons/track-changes.svg';function _0x5687(_0x23378c,_0x3651f2){const _0x4c04d0=_0x4c04();return _0x5687=function(_0x56877d,_0x2b0bd0){_0x56877d=_0x56877d-0x1e7;let _0x1d7f15=_0x4c04d0[_0x56877d];return _0x1d7f15;},_0x5687(_0x23378c,_0x3651f2);}function _0x4c04(){const _0x92d73e=['set','locale','length','clear','Track\x20changes','getRanges','comments.maxThreadTotalWeight','165948WSrSNf','remove','1926222jMoyOr','_handleSuggestionControllerDelayed','innerView','trackChanges.disableComments','acceptAllSuggestions','hasSuggestion','unbind','from','suggestionChanged','bind','values','plugins','Discard\x20all\x20suggestions','keys','getMarkerNames','_handleControllerBuffer','refreshSelectedViews','comments.editorConfig','_disableComments','suggestionLoaded','getFirstRange','_createUIButton','_unbindEditors','editor','has','type','source','CommentsRepository','TrackChangesEditing','acceptButton','_destroyController','Accept\x20all\x20suggestions','model','addComment','separator','get','button','isEnabled','commentThread','isMultiRange','map','CommentView','trackChanges','commandName','reduce','_updateController','activeMarkers','469488QJmuIU','switchbutton','comments.maxCommentCharsWhenCollapsed','pluginName','define','execute','Accept\x20all\x20selected\x20suggestions','requires','getJoined','focus','14852988FBokDU','createAnnotation','filter','createAnnotationView','addSourceCollector','actionView','_annotationViews','TrackChangesUI','value','Annotations','config','toMany','editing','871926aPykHD','view','getByInnerView','_viewToController','push','368ohwDqG','isOn','getMarkers','isInContent','some','CommentsUI','init','createCommentThreadController','trackChanges.SuggestionThreadView','24YaCLtx','comments','getDescriptions','2959625PbXspQ','delete','discardSelectedSuggestions','_descriptionFactory','_bindAnnotationToEditors','getAllAdjacentSuggestions','change:previous','_refreshActiveMarkers','commands','buttonView','discardButton','stopListening','72548gwjmNi','listenTo','head','SuggestionThreadView','registerAnnotation','isDirty','Discard\x20all\x20selected\x20suggestions','mainView','previous','change:activeAnnotations','descriptionParts','lowest','EditorAnnotations','activeAnnotations','discardAllSuggestions','add','destroy','suggestionUnloaded','componentFactory','size','arrowView','getSuggestion','comments.maxCommentsWhenCollapsed','_initializeController','_suggestionToController','acceptSelectedSuggestions','suggestion-'];_0x4c04=function(){return _0x92d73e;};return _0x4c04();}export default class d extends _0x281a83{static get[_0x1be1d0(0x22d)](){const _0xd51355=_0x1be1d0;return[_0x1ea118,_0x352ed2,_0xd51355(0x212),_0xd51355(0x239),_0xd51355(0x266)];}static get[_0x1be1d0(0x229)](){const _0x21d729=_0x1be1d0;return _0x21d729(0x237);}constructor(_0x4547c3){const _0x538a8f=_0x1be1d0;super(_0x4547c3),this[_0x538a8f(0x1eb)]=new Map(),this[_0x538a8f(0x240)]=new Map(),this[_0x538a8f(0x236)]=new Map(),this[_0x538a8f(0x206)]=new Map();const _0x12709e=this[_0x538a8f(0x20e)][_0x538a8f(0x23a)];_0x12709e[_0x538a8f(0x22a)](_0x538a8f(0x24a),_0x1810bd),_0x12709e[_0x538a8f(0x22a)](_0x538a8f(0x1fa),!0x1),this[_0x538a8f(0x209)]=_0x12709e[_0x538a8f(0x21a)](_0x538a8f(0x1fa));}[_0x1be1d0(0x1f8)](_0x4495a1,_0xbe9d4){const _0x2b828f=_0x1be1d0;0x0===this[_0x2b828f(0x206)][_0x2b828f(0x26d)]&&setTimeout(()=>{const _0x20de8f=_0x2b828f;for(const [_0x179e10,_0x5c5fe3]of this[_0x20de8f(0x206)]){const _0x4ec68f=this[_0x20de8f(0x1eb)][_0x20de8f(0x20f)](_0x179e10);_0x4ec68f||_0x5c5fe3?_0x4ec68f&&_0x5c5fe3&&this[_0x20de8f(0x215)](_0x179e10):this[_0x20de8f(0x1ea)](_0x179e10);}this[_0x20de8f(0x206)][_0x20de8f(0x1f1)](),this[_0x20de8f(0x20e)][_0x20de8f(0x202)][_0x20de8f(0x21a)](_0x20de8f(0x266))[_0x20de8f(0x207)](),this[_0x20de8f(0x255)]();},0xa),this[_0x2b828f(0x206)][_0x2b828f(0x1ee)](_0x4495a1,_0xbe9d4);}[_0x1be1d0(0x248)](){const _0x62aaa3=_0x1be1d0,_0x193e86=this[_0x62aaa3(0x20e)],_0x4324d8=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x213)),_0x6ba874=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x239)),_0x2ad845=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x266)),_0x2a7c28=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x212));_0x193e86['ui'][_0x62aaa3(0x26c)][_0x62aaa3(0x269)](_0x62aaa3(0x221),_0x25a2b6=>this[_0x62aaa3(0x20c)](_0x25a2b6)),_0x2ad845[_0x62aaa3(0x234)](()=>{const _0x1ef53b=_0x62aaa3,_0x28b058=[];for(const [_0x5e0d64,_0x307a31]of Array[_0x1ef53b(0x1fe)](this[_0x1ef53b(0x1eb)])){const _0x1b3bcf=_0x5e0d64[_0x1ef53b(0x253)](),_0x300807=[];for(const _0x52018f of _0x1b3bcf){if(!_0x52018f[_0x1ef53b(0x245)])continue;if(_0x52018f[_0x1ef53b(0x21e)]){_0x300807[_0x1ef53b(0x241)](..._0x52018f[_0x1ef53b(0x1f3)]());continue;}const _0xf7c64c=_0x52018f[_0x1ef53b(0x20b)]();if(_0x300807[_0x1ef53b(0x1f0)]>0x0){const _0x1d184d=_0x300807[0x0][_0x1ef53b(0x22e)](_0xf7c64c);if(_0x1d184d){_0x300807[0x0]=_0x1d184d;continue;}}_0x300807[_0x1ef53b(0x241)](_0xf7c64c);}_0x28b058[_0x1ef53b(0x241)]([_0x307a31[_0x1ef53b(0x23e)],_0x300807]);}return _0x28b058;}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x20a),(_0x23dfc9,_0x523381)=>{const _0x1bdc8b=_0x62aaa3;this[_0x1bdc8b(0x25b)](_0x523381,_0x1bdc8b(0x254),(_0x5b3c46,_0x199fc4,_0x13c7cb,_0x5f2813)=>{const _0x67401b=_0x1bdc8b;_0x523381[_0x67401b(0x245)]&&(null==_0x13c7cb?(this[_0x67401b(0x224)](_0x5f2813[_0x67401b(0x25c)]),this[_0x67401b(0x1f8)](_0x523381,!0x1)):(this[_0x67401b(0x224)](_0x13c7cb[_0x67401b(0x25c)]),null==_0x5f2813&&this[_0x67401b(0x1f8)](_0x523381,!0x0)));}),null!==_0x523381[_0x1bdc8b(0x262)]?this[_0x1bdc8b(0x224)](_0x523381[_0x1bdc8b(0x25c)]):this[_0x1bdc8b(0x1f8)](_0x523381,!0x1);}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x26b),(_0x104042,_0x34b942,_0x86fc1)=>{const _0x3f9fc3=_0x62aaa3;this[_0x3f9fc3(0x259)](_0x34b942,_0x3f9fc3(0x254)),this[_0x3f9fc3(0x206)][_0x3f9fc3(0x24f)](_0x34b942),this[_0x3f9fc3(0x1eb)][_0x3f9fc3(0x20f)](_0x34b942)&&this[_0x3f9fc3(0x215)](_0x34b942),_0x86fc1&&this[_0x3f9fc3(0x224)](_0x86fc1[_0x3f9fc3(0x25c)]);}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x1ff),(_0xbe1552,_0x2c5024)=>{const _0x497d33=_0x62aaa3;this[_0x497d33(0x224)](_0x2c5024);}),this[_0x62aaa3(0x25b)](_0x6ba874,_0x62aaa3(0x263),()=>{const _0x53714e=_0x62aaa3;this[_0x53714e(0x255)]();}),this[_0x62aaa3(0x25b)](_0x2a7c28,_0x62aaa3(0x218),(_0x4231b5,{threadId:_0x307955,isFromAdapter:_0x2dcd18})=>{const _0x4b00b4=_0x62aaa3;if(_0x2dcd18||!_0x4324d8[_0x4b00b4(0x1fc)](_0x307955))return;const _0x1c3c9e=_0x4324d8[_0x4b00b4(0x1e8)](_0x307955);this[_0x4b00b4(0x1eb)][_0x4b00b4(0x21a)](_0x1c3c9e)[_0x4b00b4(0x23e)][_0x4b00b4(0x22f)]();},{'priority':_0x62aaa3(0x265)});}[_0x1be1d0(0x255)](){const _0x451484=_0x1be1d0,_0x4b329a=this[_0x451484(0x20e)][_0x451484(0x202)][_0x451484(0x21a)](_0x451484(0x239)),_0x5c80e6=this[_0x451484(0x20e)][_0x451484(0x202)][_0x451484(0x21a)](_0x451484(0x213)),_0x190621=Array[_0x451484(0x1fe)](_0x4b329a[_0x451484(0x267)],_0x1f148c=>_0x1f148c[_0x451484(0x1f9)])[_0x451484(0x232)](_0x53d69e=>this[_0x451484(0x240)][_0x451484(0x20f)](_0x53d69e)),_0xa73096=[];for(const _0x384020 of _0x190621){const _0x1ebb70=this[_0x451484(0x240)][_0x451484(0x21a)](_0x384020)[_0x451484(0x217)][_0x451484(0x253)]();_0xa73096[_0x451484(0x241)](..._0x1ebb70[_0x451484(0x223)]((_0x238d88,_0x4465ba)=>[..._0x238d88,..._0x4465ba[_0x451484(0x205)]()],[]));}_0x5c80e6[_0x451484(0x225)]=_0xa73096;}[_0x1be1d0(0x20c)](_0x56edde){const _0x5446c3=_0x1be1d0,_0x5500fa=_0x414fd0(_0x56edde,_0x27f829),_0x3450d3=this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x5446c3(0x221)),_0x5a8347=_0x53c339(_0x56edde,_0x5446c3(0x1f2));_0x5500fa[_0x5446c3(0x257)][_0x5446c3(0x1ee)]({'tooltip':_0x5a8347,'label':_0x5a8347,'icon':_0x372171}),_0x5500fa[_0x5446c3(0x257)][_0x5446c3(0x200)](_0x5446c3(0x243))['to'](_0x3450d3,_0x5446c3(0x238)),_0x5500fa[_0x5446c3(0x257)]['on'](_0x5446c3(0x22b),()=>{const _0x1b9fbb=_0x5446c3;_0x3450d3[_0x1b9fbb(0x22b)](),this[_0x1b9fbb(0x20e)][_0x1b9fbb(0x23c)][_0x1b9fbb(0x23e)][_0x1b9fbb(0x22f)]();});const _0x160c15=new _0x3cc0a8(),_0x278676=[{'type':_0x5446c3(0x227),'model':{'withText':!0x0,'label':_0x5a8347,'commandName':_0x5446c3(0x221)}},{'type':_0x5446c3(0x219)},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x216)),'commandName':_0x5446c3(0x1fb)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x22c)),'commandName':_0x5446c3(0x1ec)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x203)),'commandName':_0x5446c3(0x268)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x260)),'commandName':_0x5446c3(0x250)}}];for(const _0x6e3864 of _0x278676){let _0x3e3130={'type':_0x5446c3(0x219)};if(_0x6e3864[_0x5446c3(0x217)]){const _0x1949b4=new _0x598936(_0x6e3864[_0x5446c3(0x217)]),_0x52e524=this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x1949b4[_0x5446c3(0x222)]);_0x1949b4[_0x5446c3(0x200)](_0x5446c3(0x243),_0x5446c3(0x21c))['to'](_0x52e524,_0x5446c3(0x238),_0x5446c3(0x21c)),_0x3e3130={'type':_0x6e3864[_0x5446c3(0x210)],'model':_0x1949b4};}_0x160c15[_0x5446c3(0x269)](_0x3e3130);}_0x5e1a80(_0x5500fa,_0x160c15);const _0x180144=_0x278676[_0x5446c3(0x232)](_0x2c3f6b=>null!=_0x2c3f6b[_0x5446c3(0x217)])[_0x5446c3(0x21f)](_0x486920=>this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x486920[_0x5446c3(0x217)][_0x5446c3(0x222)])),_0x5796ac=_0x5500fa[_0x5446c3(0x257)];return _0x5796ac[_0x5446c3(0x235)][_0x5446c3(0x1fd)](_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x1e7)][_0x5446c3(0x1fd)](_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x235)][_0x5446c3(0x200)](_0x5446c3(0x21c))['to'](_0x3450d3,_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x1e7)][_0x5446c3(0x200)](_0x5446c3(0x21c))[_0x5446c3(0x23b)](_0x180144,_0x5446c3(0x21c),(..._0x1d784d)=>_0x1d784d[_0x5446c3(0x246)](_0x300c0b=>_0x300c0b)),_0x5500fa['on'](_0x5446c3(0x22b),_0x46595a=>{const _0x213f19=_0x5446c3;this[_0x213f19(0x20e)][_0x213f19(0x22b)](_0x46595a[_0x213f19(0x211)][_0x213f19(0x222)]),this[_0x213f19(0x20e)][_0x213f19(0x23c)][_0x213f19(0x23e)][_0x213f19(0x22f)]();}),_0x5500fa;}[_0x1be1d0(0x1ea)](_0x4e3214){const _0x4eb2ee=_0x1be1d0,_0x31cec7=this[_0x4eb2ee(0x20e)],_0x470ce5=_0x31cec7[_0x4eb2ee(0x23a)],_0x207eb9=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x239)),_0x419f8d=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x212)),_0x509909=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x266)),_0x45ff0b=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x352ed2)['me'],_0x4f3ada=_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x221))[_0x4eb2ee(0x25d)],{CommentsListView:_0x641604,CommentThreadInputView:_0x1d9b80}=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x247));let _0xfa62d3,_0x1b3242;this[_0x4eb2ee(0x236)][_0x4eb2ee(0x20f)](_0x4e3214['id'])?(_0x1b3242=this[_0x4eb2ee(0x236)][_0x4eb2ee(0x21a)](_0x4e3214['id']),_0xfa62d3=_0x1b3242[_0x4eb2ee(0x261)]):(_0xfa62d3=new _0x4f3ada(_0x31cec7[_0x4eb2ee(0x1ef)],_0x4e3214,_0x45ff0b,{'disableComments':this[_0x4eb2ee(0x209)],'editorConfig':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x208)),'maxCommentsWhenCollapsed':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1e9)),'maxThreadTotalWeight':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1f4)),'maxCommentCharsWhenCollapsed':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x228)),'formatDateTime':_0x1a52df(_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1ef))),'CommentView':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x24c))[_0x4eb2ee(0x220)],'CommentsListView':_0x641604,'CommentThreadInputView':_0x1d9b80}),_0xfa62d3[_0x4eb2ee(0x214)]['on'](_0x4eb2ee(0x22b),()=>{const _0x1592e9=_0x4eb2ee;_0x31cec7[_0x1592e9(0x23c)][_0x1592e9(0x23e)][_0x1592e9(0x22f)]();}),_0xfa62d3[_0x4eb2ee(0x258)]['on'](_0x4eb2ee(0x22b),()=>{const _0x403728=_0x4eb2ee;_0x31cec7[_0x403728(0x23c)][_0x403728(0x23e)][_0x403728(0x22f)]();}),_0x1b3242=_0x207eb9[_0x4eb2ee(0x233)](this[_0x4eb2ee(0x20e)][_0x4eb2ee(0x1ef)],_0xfa62d3),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x25f))['to'](_0xfa62d3,_0x4eb2ee(0x25f)),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x1f0))['to'](_0xfa62d3),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x210))['to'](_0xfa62d3,_0x4eb2ee(0x210),_0xd8e81c=>_0x4eb2ee(0x1ed)+_0xd8e81c),this[_0x4eb2ee(0x236)][_0x4eb2ee(0x1ee)](_0x4e3214['id'],_0x1b3242));const _0x5e640d=_0x419f8d[_0x4eb2ee(0x249)](_0x4e3214[_0x4eb2ee(0x21d)],_0xfa62d3),_0x3df2d5=new _0x3fe537(_0x31cec7,_0x4e3214,_0xfa62d3,_0x5e640d),_0x4ad861=_0x4e3214[_0x4eb2ee(0x253)]()[_0x4eb2ee(0x232)](_0x56226b=>_0x56226b[_0x4eb2ee(0x245)]);_0xfa62d3[_0x4eb2ee(0x264)]=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x213))[_0x4eb2ee(0x251)][_0x4eb2ee(0x24d)](_0x4ad861),this[_0x4eb2ee(0x1eb)][_0x4eb2ee(0x1ee)](_0x4e3214,_0x3df2d5),this[_0x4eb2ee(0x240)][_0x4eb2ee(0x1ee)](_0xfa62d3,_0x3df2d5);const _0x151451=_0x207eb9[_0x4eb2ee(0x231)]({'view':_0x1b3242,'target':()=>{const _0x1b00bf=_0x4eb2ee,_0x4421e0=[],_0x4986bd=_0x4e3214[_0x1b00bf(0x253)]()[_0x1b00bf(0x232)](_0x4ffb3b=>_0x4ffb3b[_0x1b00bf(0x245)]);for(const _0x4cde6b of _0x4986bd)_0x4421e0[_0x1b00bf(0x241)](..._0x4cde6b[_0x1b00bf(0x244)]());return _0x5920c5(_0x31cec7[_0x1b00bf(0x23c)],_0x4421e0);},'type':()=>_0x4eb2ee(0x1ed)+_0x3df2d5[_0x4eb2ee(0x23e)][_0x4eb2ee(0x210)]});_0x419f8d[_0x4eb2ee(0x252)](_0xfa62d3,_0x151451),_0x207eb9[_0x4eb2ee(0x269)](_0x151451),_0x509909[_0x4eb2ee(0x25e)](_0x151451);}[_0x1be1d0(0x215)](_0x4f41e4){const _0x5e17b6=_0x1be1d0,_0x545582=this[_0x5e17b6(0x20e)][_0x5e17b6(0x202)][_0x5e17b6(0x21a)](_0x5e17b6(0x212)),_0x5b9ced=this[_0x5e17b6(0x20e)][_0x5e17b6(0x202)][_0x5e17b6(0x21a)](_0x5e17b6(0x239)),_0x38cc3e=this[_0x5e17b6(0x1eb)][_0x5e17b6(0x21a)](_0x4f41e4),_0x1899c6=_0x38cc3e[_0x5e17b6(0x23e)],_0x259f7c=_0x5b9ced[_0x5e17b6(0x23f)](_0x1899c6);_0x545582[_0x5e17b6(0x20d)](_0x1899c6),_0x259f7c&&_0x5b9ced[_0x5e17b6(0x1f6)](_0x259f7c),this[_0x5e17b6(0x1eb)][_0x5e17b6(0x24f)](_0x4f41e4),this[_0x5e17b6(0x240)][_0x5e17b6(0x24f)](_0x1899c6),_0x38cc3e[_0x5e17b6(0x26a)]();}[_0x1be1d0(0x224)](_0x23fe00){const _0x4936d=_0x1be1d0;if(!_0x23fe00[_0x4936d(0x245)]||!this[_0x4936d(0x1eb)][_0x4936d(0x20f)](_0x23fe00))return;const _0x3a1a83=this[_0x4936d(0x20e)][_0x4936d(0x202)][_0x4936d(0x21a)](_0x4936d(0x213)),_0x12e1c0=this[_0x4936d(0x1eb)][_0x4936d(0x21a)](_0x23fe00),_0x524def=_0x23fe00[_0x4936d(0x253)]();_0x12e1c0[_0x4936d(0x23e)][_0x4936d(0x264)]=_0x3a1a83[_0x4936d(0x251)][_0x4936d(0x24d)](_0x524def);}[_0x1be1d0(0x26a)](){const _0x2d8702=_0x1be1d0;for(const _0x2c03f8 of this[_0x2d8702(0x1eb)][_0x2d8702(0x204)]())this[_0x2d8702(0x215)](_0x2c03f8);for(const _0x22ae93 of this[_0x2d8702(0x236)][_0x2d8702(0x201)]())_0x22ae93[_0x2d8702(0x261)][_0x2d8702(0x26a)]();super[_0x2d8702(0x26a)]();}}
23
+ const _0x2dd59=_0x1999;(function(_0x30aae9,_0x490f0e){const _0x59f603=_0x1999,_0x3c061a=_0x30aae9();while(!![]){try{const _0x297774=-parseInt(_0x59f603(0xc8))/0x1*(-parseInt(_0x59f603(0x13b))/0x2)+-parseInt(_0x59f603(0xdb))/0x3+-parseInt(_0x59f603(0xb6))/0x4+-parseInt(_0x59f603(0x102))/0x5*(parseInt(_0x59f603(0xc6))/0x6)+parseInt(_0x59f603(0xd8))/0x7*(parseInt(_0x59f603(0x134))/0x8)+-parseInt(_0x59f603(0x12b))/0x9*(parseInt(_0x59f603(0x11f))/0xa)+parseInt(_0x59f603(0x136))/0xb;if(_0x297774===_0x490f0e)break;else _0x3c061a['push'](_0x3c061a['shift']());}catch(_0x4343ce){_0x3c061a['push'](_0x3c061a['shift']());}}}(_0x1404,0xc69ae));import{Plugin as _0x9d2f04}from'ckeditor5/src/core.js';import{Collection as _0x35b9f6}from'ckeditor5/src/utils.js';import{addListToDropdown as _0x23d36e,createDropdown as _0x4c9e9a,ListSeparatorView as _0x16c0c3,MenuBarMenuView as _0x19a7a5,MenuBarMenuListView as _0x1c48cb,MenuBarMenuListItemView as _0x45f16c,MenuBarMenuListItemButtonView as _0x472e32,SplitButtonView as _0x31aaf8,ViewModel as _0x1c3a57}from'ckeditor5/src/ui.js';import{Users as _0x2c769d,getDateTimeFormatter as _0x22902a,getAllMarkersDomElementsSorted as _0x3cac47}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3181a3 from'./trackchangesediting.js';import _0x28af5d from'./ui/suggestioncontroller.js';import _0x3e009e from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x2c194b}from'./utils/common-translations.js';import _0x505083 from'../theme/icons/track-changes.svg';function _0x1999(_0x416107,_0x2a8157){const _0x140481=_0x1404();return _0x1999=function(_0x19995b,_0x2d0e76){_0x19995b=_0x19995b-0xb0;let _0x40f6aa=_0x140481[_0x19995b];return _0x40f6aa;},_0x1999(_0x416107,_0x2a8157);}export default class d extends _0x9d2f04{static get[_0x2dd59(0x12f)](){const _0x368657=_0x2dd59;return[_0x3181a3,_0x2c769d,_0x368657(0x118),_0x368657(0x130),_0x368657(0xd4)];}static get[_0x2dd59(0xfd)](){const _0x2734c8=_0x2dd59;return _0x2734c8(0xc0);}constructor(_0xdb4eb7){const _0x546675=_0x2dd59;super(_0xdb4eb7),this[_0x546675(0xbd)]=new Map(),this[_0x546675(0x109)]=new Map(),this[_0x546675(0xd5)]=new Map(),this[_0x546675(0x110)]=new Map();const _0xf43533=this[_0x546675(0xe0)][_0x546675(0x107)];_0xf43533[_0x546675(0x11e)](_0x546675(0xd6),_0x3e009e),_0xf43533[_0x546675(0x11e)](_0x546675(0xfe),!0x1),this[_0x546675(0xed)]=_0xf43533[_0x546675(0xbe)](_0x546675(0xfe));}[_0x2dd59(0xce)](_0x33abc7,_0x5cfc45){const _0x38935b=_0x2dd59;0x0===this[_0x38935b(0x110)][_0x38935b(0x12e)]&&setTimeout(()=>{const _0x16ecbf=_0x38935b;for(const [_0x22b455,_0x44d650]of this[_0x16ecbf(0x110)]){const _0x50b5eb=this[_0x16ecbf(0xbd)][_0x16ecbf(0x108)](_0x22b455);_0x50b5eb||_0x44d650?_0x50b5eb&&_0x44d650&&this[_0x16ecbf(0xff)](_0x22b455):this[_0x16ecbf(0xe8)](_0x22b455);}this[_0x16ecbf(0x110)][_0x16ecbf(0xea)](),this[_0x16ecbf(0xe0)][_0x16ecbf(0xca)][_0x16ecbf(0xbe)](_0x16ecbf(0xd4))[_0x16ecbf(0x128)](),this[_0x16ecbf(0xda)]();},0xa),this[_0x38935b(0x110)][_0x38935b(0x12c)](_0x33abc7,_0x5cfc45);}[_0x2dd59(0x132)](){const _0x385692=_0x2dd59,_0x704ae1=this[_0x385692(0xe0)],_0x4a7a0d=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0xe2)),_0x52bbcf=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0x130)),_0x30f822=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0xd4)),_0x355fbf=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0x118));this[_0x385692(0xe3)](),_0x30f822[_0x385692(0xb2)](()=>{const _0x15f249=_0x385692,_0x9f4873=[];for(const [_0xf37d51,_0x16740a]of Array[_0x15f249(0xe1)](this[_0x15f249(0xbd)])){const _0x996701=_0xf37d51[_0x15f249(0xef)](),_0x8d9e3a=[];for(const _0x394345 of _0x996701){if(!_0x394345[_0x15f249(0x131)])continue;if(_0x394345[_0x15f249(0x113)]){_0x8d9e3a[_0x15f249(0x117)](..._0x394345[_0x15f249(0xfb)]());continue;}const _0x3e0160=_0x394345[_0x15f249(0x10f)]();if(_0x8d9e3a[_0x15f249(0xd2)]>0x0){const _0x3b15a8=_0x8d9e3a[0x0][_0x15f249(0xb7)](_0x3e0160);if(_0x3b15a8){_0x8d9e3a[0x0]=_0x3b15a8;continue;}}_0x8d9e3a[_0x15f249(0x117)](_0x3e0160);}_0x9f4873[_0x15f249(0x117)]([_0x16740a[_0x15f249(0x112)],_0x8d9e3a]);}return _0x9f4873;}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0xcc),(_0x3a95c7,_0x482360)=>{const _0x299c57=_0x385692;this[_0x299c57(0x105)](_0x482360,_0x299c57(0x115),(_0x29da4a,_0x567690,_0x12f70d,_0x4eb296)=>{const _0xe36083=_0x299c57;_0x482360[_0xe36083(0x131)]&&(null==_0x12f70d?(this[_0xe36083(0xc5)](_0x4eb296[_0xe36083(0xb3)]),this[_0xe36083(0xce)](_0x482360,!0x1)):(this[_0xe36083(0xc5)](_0x12f70d[_0xe36083(0xb3)]),null==_0x4eb296&&this[_0xe36083(0xce)](_0x482360,!0x0)));}),null!==_0x482360[_0x299c57(0xc4)]?this[_0x299c57(0xc5)](_0x482360[_0x299c57(0xb3)]):this[_0x299c57(0xce)](_0x482360,!0x1);}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0xf7),(_0x22b03f,_0x396bd6,_0x2fcd88)=>{const _0xbb93a3=_0x385692;this[_0xbb93a3(0x13e)](_0x396bd6,_0xbb93a3(0x115)),this[_0xbb93a3(0x110)][_0xbb93a3(0xfc)](_0x396bd6),this[_0xbb93a3(0xbd)][_0xbb93a3(0x108)](_0x396bd6)&&this[_0xbb93a3(0xff)](_0x396bd6),_0x2fcd88&&this[_0xbb93a3(0xc5)](_0x2fcd88[_0xbb93a3(0xb3)]);}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0x11b),(_0x4ab1d6,_0x96c9f2)=>{const _0x3b239c=_0x385692;this[_0x3b239c(0xc5)](_0x96c9f2);}),this[_0x385692(0x105)](_0x52bbcf,_0x385692(0x135),()=>{const _0x425342=_0x385692;this[_0x425342(0xda)]();}),this[_0x385692(0x105)](_0x355fbf,_0x385692(0xf1),(_0x33c9c4,{threadId:_0x402515,isFromAdapter:_0x4b73fc})=>{const _0x3021ec=_0x385692;if(_0x4b73fc||!_0x4a7a0d[_0x3021ec(0xf2)](_0x402515))return;const _0x181228=_0x4a7a0d[_0x3021ec(0x11d)](_0x402515);this[_0x3021ec(0xbd)][_0x3021ec(0xbe)](_0x181228)[_0x3021ec(0x112)][_0x3021ec(0xc2)]();},{'priority':_0x385692(0xdc)});}[_0x2dd59(0xda)](){const _0x1b0138=_0x2dd59,_0x25a7f6=this[_0x1b0138(0xe0)][_0x1b0138(0xca)][_0x1b0138(0xbe)](_0x1b0138(0x130)),_0x12fe0d=this[_0x1b0138(0xe0)][_0x1b0138(0xca)][_0x1b0138(0xbe)](_0x1b0138(0xe2)),_0xc72e59=Array[_0x1b0138(0xe1)](_0x25a7f6[_0x1b0138(0x116)],_0x3019f2=>_0x3019f2[_0x1b0138(0xd9)])[_0x1b0138(0xcd)](_0x3ec68f=>this[_0x1b0138(0x109)][_0x1b0138(0x108)](_0x3ec68f)),_0x891c61=[];for(const _0x147b36 of _0xc72e59){const _0x2b6cfc=this[_0x1b0138(0x109)][_0x1b0138(0xbe)](_0x147b36)[_0x1b0138(0x13c)][_0x1b0138(0xef)]();_0x891c61[_0x1b0138(0x117)](..._0x2b6cfc[_0x1b0138(0xe4)]((_0xe4ccc3,_0x5c571b)=>[..._0xe4ccc3,..._0x5c571b[_0x1b0138(0x13d)]()],[]));}_0x12fe0d[_0x1b0138(0xb0)]=_0x891c61;}[_0x2dd59(0xe3)](){const _0x57195b=_0x2dd59,_0x4d5d33=this[_0x57195b(0xe0)],_0x5529c5=_0x4d5d33[_0x57195b(0xb9)],_0x7f7b22=_0x2c194b(_0x5529c5,_0x57195b(0xf8)),_0x4b4a34=new _0x35b9f6([{'type':_0x57195b(0x125),'model':new _0x1c3a57({'withText':!0x0,'label':_0x7f7b22,'commandName':_0x57195b(0x11c)})},{'type':_0x57195b(0xeb)},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x123)),'commandName':_0x57195b(0x137)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x10a)),'commandName':_0x57195b(0xd3)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x126)),'commandName':_0x57195b(0x10d)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0xe6)),'commandName':_0x57195b(0x12a)})}]);for(const _0x42ef2b of _0x4b4a34)if(ae(_0x42ef2b)){const _0x229742=_0x4d5d33[_0x57195b(0xd7)][_0x57195b(0xbe)](_0x42ef2b[_0x57195b(0x13c)][_0x57195b(0xdd)]);_0x42ef2b[_0x57195b(0x13c)][_0x57195b(0x138)](_0x57195b(0xe5),_0x57195b(0xd0))['to'](_0x229742,_0x57195b(0xbb),_0x57195b(0xd0));}_0x4d5d33['ui'][_0x57195b(0x139)][_0x57195b(0x100)](_0x57195b(0x11c),_0x5544c1=>this[_0x57195b(0xee)](_0x5544c1,_0x4b4a34,_0x7f7b22)),_0x4d5d33['ui'][_0x57195b(0x139)][_0x57195b(0x100)](_0x57195b(0x120),_0x42cfb7=>this[_0x57195b(0xb8)](_0x42cfb7,_0x4b4a34,_0x7f7b22));}[_0x2dd59(0xee)](_0x120ff3,_0xf397cf,_0x252981){const _0x4b7de7=_0x2dd59,_0x133cca=_0x4c9e9a(_0x120ff3,_0x31aaf8),_0x35c47a=this[_0x4b7de7(0xe0)][_0x4b7de7(0xd7)][_0x4b7de7(0xbe)](_0x4b7de7(0x11c));_0x133cca[_0x4b7de7(0x10c)][_0x4b7de7(0x12c)]({'tooltip':_0x252981,'label':_0x252981,'icon':_0x505083}),_0x133cca[_0x4b7de7(0x10c)][_0x4b7de7(0x138)](_0x4b7de7(0xe5))['to'](_0x35c47a,_0x4b7de7(0xbb)),_0x133cca[_0x4b7de7(0x10c)]['on'](_0x4b7de7(0xf9),()=>{const _0x4d8427=_0x4b7de7;_0x35c47a[_0x4d8427(0xf9)](),this[_0x4d8427(0xe0)][_0x4d8427(0x103)][_0x4d8427(0x112)][_0x4d8427(0xc2)]();}),_0x23d36e(_0x133cca,_0xf397cf);const _0x2d59b9=[];for(const _0x2d8cee of _0xf397cf)ae(_0x2d8cee)&&_0x2d59b9[_0x4b7de7(0x117)](this[_0x4b7de7(0xe0)][_0x4b7de7(0xd7)][_0x4b7de7(0xbe)](_0x2d8cee[_0x4b7de7(0x13c)][_0x4b7de7(0xdd)]));const _0x5621f5=_0x133cca[_0x4b7de7(0x10c)];return _0x5621f5[_0x4b7de7(0xe7)][_0x4b7de7(0xcb)](_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0x111)][_0x4b7de7(0xcb)](_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0xe7)][_0x4b7de7(0x138)](_0x4b7de7(0xd0))['to'](_0x35c47a,_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0x111)][_0x4b7de7(0x138)](_0x4b7de7(0xd0))[_0x4b7de7(0x10b)](_0x2d59b9,_0x4b7de7(0xd0),(..._0x5abc89)=>_0x5abc89[_0x4b7de7(0x124)](_0x4f62ce=>_0x4f62ce)),_0x133cca['on'](_0x4b7de7(0xf9),_0xf9df82=>{const _0x3ee9e6=_0x4b7de7;this[_0x3ee9e6(0xe0)][_0x3ee9e6(0xf9)](_0xf9df82[_0x3ee9e6(0xc9)][_0x3ee9e6(0xdd)]),this[_0x3ee9e6(0xe0)][_0x3ee9e6(0x103)][_0x3ee9e6(0x112)][_0x3ee9e6(0xc2)]();}),_0x133cca;}[_0x2dd59(0xb8)](_0xefb344,_0x76260a,_0x10e9ae){const _0x587270=_0x2dd59,_0x3336bb=new _0x19a7a5(_0xefb344),_0x3368aa=this[_0x587270(0xe0)][_0x587270(0xd7)][_0x587270(0xbe)](_0x587270(0x11c));_0x3336bb[_0x587270(0x10c)][_0x587270(0x12c)]({'label':_0x10e9ae,'icon':_0x505083});const _0x298dbd=new _0x1c48cb(_0xefb344);for(const _0x4eaeb2 of _0x76260a){if(_0x587270(0xeb)==_0x4eaeb2[_0x587270(0xc3)]){_0x298dbd[_0x587270(0xfa)][_0x587270(0x100)](new _0x16c0c3(_0xefb344));continue;}const _0x310442=new _0x45f16c(_0xefb344,_0x3336bb),_0x461fc5=new _0x472e32(_0xefb344),_0x538b5c=_0x4eaeb2[_0x587270(0x13c)];_0x461fc5[_0x587270(0x138)](...Object[_0x587270(0xe9)](_0x538b5c))['to'](_0x538b5c),_0x461fc5[_0x587270(0xba)](_0x587270(0xf9))['to'](_0x3336bb),_0x461fc5['on'](_0x587270(0xf9),()=>{const _0xb4ce44=_0x587270;this[_0xb4ce44(0xe0)][_0xb4ce44(0xf9)](_0x538b5c[_0xb4ce44(0xdd)]),this[_0xb4ce44(0xe0)][_0xb4ce44(0x103)][_0xb4ce44(0x112)][_0xb4ce44(0xc2)]();}),_0x310442[_0x587270(0xde)][_0x587270(0x100)](_0x461fc5),_0x298dbd[_0x587270(0xfa)][_0x587270(0x100)](_0x310442);}return _0x3336bb[_0x587270(0x138)](_0x587270(0xd0))['to'](_0x3368aa,_0x587270(0xd0)),_0x3336bb[_0x587270(0x127)][_0x587270(0xde)][_0x587270(0x100)](_0x298dbd),_0x3336bb;}[_0x2dd59(0xe8)](_0x2259a2){const _0x1db11c=_0x2dd59,_0x3938ba=this[_0x1db11c(0xe0)],_0x3a5492=_0x3938ba[_0x1db11c(0x107)],_0x32d202=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0x130)),_0x1b87f=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0x118)),_0x5e992e=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xd4)),_0x575fa6=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x2c769d)['me'],_0x331e1b=_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x11c))[_0x1db11c(0x114)],{CommentsListView:_0x2f3055,CommentThreadInputView:_0x5afc68}=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xbf));let _0x1397b2,_0x4620f9;this[_0x1db11c(0xd5)][_0x1db11c(0x108)](_0x2259a2['id'])?(_0x4620f9=this[_0x1db11c(0xd5)][_0x1db11c(0xbe)](_0x2259a2['id']),_0x1397b2=_0x4620f9[_0x1db11c(0x133)]):(_0x1397b2=new _0x331e1b(_0x3938ba[_0x1db11c(0xb9)],_0x2259a2,_0x575fa6,{'disableComments':this[_0x1db11c(0xed)],'editorConfig':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xbc)),'maxCommentsWhenCollapsed':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x11a)),'maxThreadTotalWeight':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xf0)),'maxCommentCharsWhenCollapsed':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x104)),'formatDateTime':_0x22902a(_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xb9))),'CommentView':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x12d))[_0x1db11c(0xb5)],'CommentsListView':_0x2f3055,'CommentThreadInputView':_0x5afc68}),_0x1397b2[_0x1db11c(0x119)]['on'](_0x1db11c(0xf9),()=>{const _0x186fd5=_0x1db11c;_0x3938ba[_0x186fd5(0x103)][_0x186fd5(0x112)][_0x186fd5(0xc2)]();}),_0x1397b2[_0x1db11c(0xdf)]['on'](_0x1db11c(0xf9),()=>{const _0x3a89be=_0x1db11c;_0x3938ba[_0x3a89be(0x103)][_0x3a89be(0x112)][_0x3a89be(0xc2)]();}),_0x4620f9=_0x32d202[_0x1db11c(0x121)](this[_0x1db11c(0xe0)][_0x1db11c(0xb9)],_0x1397b2),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xf5))['to'](_0x1397b2,_0x1db11c(0xf5)),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xd2))['to'](_0x1397b2),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xc3))['to'](_0x1397b2,_0x1db11c(0xc3),_0x3a0f1f=>_0x1db11c(0xf4)+_0x3a0f1f),this[_0x1db11c(0xd5)][_0x1db11c(0x12c)](_0x2259a2['id'],_0x4620f9));const _0xb49d56=_0x1b87f[_0x1db11c(0x13a)](_0x2259a2[_0x1db11c(0xc7)],_0x1397b2),_0x3e7407=new _0x28af5d(_0x3938ba,_0x2259a2,_0x1397b2,_0xb49d56),_0x1d83fc=_0x2259a2[_0x1db11c(0xef)]()[_0x1db11c(0xcd)](_0x112519=>_0x112519[_0x1db11c(0x131)]);_0x1397b2[_0x1db11c(0x10e)]=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xe2))[_0x1db11c(0xf3)][_0x1db11c(0x101)](_0x1d83fc),this[_0x1db11c(0xbd)][_0x1db11c(0x12c)](_0x2259a2,_0x3e7407),this[_0x1db11c(0x109)][_0x1db11c(0x12c)](_0x1397b2,_0x3e7407);const _0x4059da=_0x32d202[_0x1db11c(0x129)]({'view':_0x4620f9,'target':()=>{const _0x4c51fc=_0x1db11c,_0x23ae9e=[],_0x55640a=_0x2259a2[_0x4c51fc(0xef)]()[_0x4c51fc(0xcd)](_0x174afe=>_0x174afe[_0x4c51fc(0x131)]);for(const _0x14e720 of _0x55640a)_0x23ae9e[_0x4c51fc(0x117)](..._0x14e720[_0x4c51fc(0xb4)]());return _0x3cac47(_0x3938ba[_0x4c51fc(0x103)],_0x23ae9e);},'type':()=>_0x1db11c(0xf4)+_0x3e7407[_0x1db11c(0x112)][_0x1db11c(0xc3)]});_0x1b87f[_0x1db11c(0xb1)](_0x1397b2,_0x4059da),_0x32d202[_0x1db11c(0x100)](_0x4059da),_0x5e992e[_0x1db11c(0xcf)](_0x4059da);}[_0x2dd59(0xff)](_0x4bfcc6){const _0x5a9bca=_0x2dd59,_0x119f15=this[_0x5a9bca(0xe0)][_0x5a9bca(0xca)][_0x5a9bca(0xbe)](_0x5a9bca(0x118)),_0x1a4658=this[_0x5a9bca(0xe0)][_0x5a9bca(0xca)][_0x5a9bca(0xbe)](_0x5a9bca(0x130)),_0x448595=this[_0x5a9bca(0xbd)][_0x5a9bca(0xbe)](_0x4bfcc6),_0x52462b=_0x448595[_0x5a9bca(0x112)],_0x2374f4=_0x1a4658[_0x5a9bca(0xec)](_0x52462b);_0x119f15[_0x5a9bca(0x106)](_0x52462b),_0x2374f4&&_0x1a4658[_0x5a9bca(0x122)](_0x2374f4),this[_0x5a9bca(0xbd)][_0x5a9bca(0xfc)](_0x4bfcc6),this[_0x5a9bca(0x109)][_0x5a9bca(0xfc)](_0x52462b),_0x448595[_0x5a9bca(0xd1)]();}[_0x2dd59(0xc5)](_0x53d743){const _0x583d20=_0x2dd59;if(!_0x53d743[_0x583d20(0x131)]||!this[_0x583d20(0xbd)][_0x583d20(0x108)](_0x53d743))return;const _0x2d17fb=this[_0x583d20(0xe0)][_0x583d20(0xca)][_0x583d20(0xbe)](_0x583d20(0xe2)),_0x32e9c8=this[_0x583d20(0xbd)][_0x583d20(0xbe)](_0x53d743),_0x4ff2d2=_0x53d743[_0x583d20(0xef)]();_0x32e9c8[_0x583d20(0x112)][_0x583d20(0x10e)]=_0x2d17fb[_0x583d20(0xf3)][_0x583d20(0x101)](_0x4ff2d2);}[_0x2dd59(0xd1)](){const _0x1fdcc9=_0x2dd59;for(const _0x4941f4 of this[_0x1fdcc9(0xbd)][_0x1fdcc9(0xe9)]())this[_0x1fdcc9(0xff)](_0x4941f4);for(const _0x59a313 of this[_0x1fdcc9(0xd5)][_0x1fdcc9(0xc1)]())_0x59a313[_0x1fdcc9(0x133)][_0x1fdcc9(0xd1)]();super[_0x1fdcc9(0xd1)]();}}function _0x1404(){const _0x287c79=['getAllAdjacentSuggestions','comments.maxThreadTotalWeight','addComment','hasSuggestion','_descriptionFactory','suggestion-','isDirty','button','suggestionUnloaded','Track\x20changes','execute','items','getRanges','delete','pluginName','trackChanges.disableComments','_destroyController','add','getDescriptions','5JiuPCX','editing','comments.maxCommentCharsWhenCollapsed','listenTo','_unbindEditors','config','has','_viewToController','Accept\x20all\x20selected\x20suggestions','toMany','buttonView','discardAllSuggestions','descriptionParts','getFirstRange','_handleControllerBuffer','arrowView','view','isMultiRange','SuggestionThreadView','change:previous','activeAnnotations','push','CommentsRepository','acceptButton','comments.maxCommentsWhenCollapsed','suggestionChanged','trackChanges','getSuggestion','define','10otNzkT','menuBar:trackChanges','createAnnotationView','remove','Accept\x20all\x20suggestions','some','switchbutton','Discard\x20all\x20suggestions','panelView','refreshSelectedViews','createAnnotation','discardSelectedSuggestions','11430297LBMeGo','set','comments','size','requires','Annotations','isInContent','init','mainView','8WecGEG','change:activeAnnotations','45401257pnUZJe','acceptAllSuggestions','bind','componentFactory','createCommentThreadController','1238HXJlnS','model','getMarkerNames','stopListening','activeMarkers','_bindAnnotationToEditors','addSourceCollector','head','getMarkers','CommentView','5510728IChfKb','getJoined','_createMenuBarMenu','locale','delegate','value','comments.editorConfig','_suggestionToController','get','CommentsUI','TrackChangesUI','values','focus','type','previous','_updateController','7067208fSwJBn','commentThread','1061mCXtfr','source','plugins','unbind','suggestionLoaded','filter','_handleSuggestionControllerDelayed','registerAnnotation','isEnabled','destroy','length','acceptSelectedSuggestions','EditorAnnotations','_annotationViews','trackChanges.SuggestionThreadView','commands','6718131AKErJp','innerView','_refreshActiveMarkers','3314430TUZpfE','lowest','commandName','children','discardButton','editor','from','TrackChangesEditing','_addUIComponentsToFactory','reduce','isOn','Discard\x20all\x20selected\x20suggestions','actionView','_initializeController','keys','clear','separator','getByInnerView','_disableComments','_createToolbarButton'];_0x1404=function(){return _0x287c79;};return _0x1404();}function ae(_0x294fb2){const _0x3ab6f8=_0x2dd59;return _0x3ab6f8(0x13c)in _0x294fb2;}