@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240403.1

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 _0x2e1423=_0x4d26;(function(_0x6878e6,_0x44c6ff){const _0xbeb386=_0x4d26,_0x44b313=_0x6878e6();while(!![]){try{const _0x1c38bd=-parseInt(_0xbeb386(0xf8))/0x1+parseInt(_0xbeb386(0x21f))/0x2+-parseInt(_0xbeb386(0xc2))/0x3+parseInt(_0xbeb386(0x224))/0x4+parseInt(_0xbeb386(0x21d))/0x5*(-parseInt(_0xbeb386(0xec))/0x6)+-parseInt(_0xbeb386(0x1d9))/0x7+parseInt(_0xbeb386(0x1fa))/0x8;if(_0x1c38bd===_0x44c6ff)break;else _0x44b313['push'](_0x44b313['shift']());}catch(_0x24af89){_0x44b313['push'](_0x44b313['shift']());}}}(_0x481b,0xaded1));import{Plugin as _0x117a4a,PendingActions as _0x54715d}from'ckeditor5/src/core.js';import{LiveRange as _0x229706}from'ckeditor5/src/engine.js';import{CKEditorError as _0x11d6d5,uid as _0x5547d5,priorities as _0x4b3b9f,logWarning as _0x49dd8d}from'ckeditor5/src/utils.js';import{toWidget as _0x43eedd}from'ckeditor5/src/widget.js';import{Users as _0x1cb476,hashObject as _0x4480b1,surroundingMarkersDetector as _0x33818d}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2705e3 from'./commands/trackchangescommand.js';import _0x2bfde2 from'./commands/acceptsuggestioncommand.js';import _0x2216f4 from'./commands/discardsuggestioncommand.js';import _0x53e2e6 from'./commands/executeonallsuggestionscommand.js';import _0x471541 from'./commands/executeonselectedsuggestionscommand.js';import _0x2eed77 from'./suggestion.js';import _0x2e1b60 from'./suggestiondescriptionfactory.js';import _0x567cf4 from'./integrations/aiassistant.js';import _0x3b195d from'./integrations/alignment.js';import _0x5307c5 from'./integrations/basicstyles.js';import _0x2c0d74 from'./integrations/blockquote.js';import _0x2cf4a8 from'./integrations/casechange.js';import _0x42ee21 from'./integrations/ckbox.js';import _0x32b14e from'./integrations/codeblock.js';import _0x5669c7 from'./integrations/comments.js';import _0x25ea80 from'./integrations/deletecommand.js';function _0x4d26(_0x897f08,_0x517896){const _0x481bd1=_0x481b();return _0x4d26=function(_0x4d26c0,_0x54c529){_0x4d26c0=_0x4d26c0-0x84;let _0x3b24e3=_0x481bd1[_0x4d26c0];return _0x3b24e3;},_0x4d26(_0x897f08,_0x517896);}import _0x29bb52 from'./integrations/list.js';import _0x53ceda from'./integrations/listproperties.js';import _0x3207c1 from'./integrations/entercommand.js';import _0x133afe from'./integrations/findandreplace.js';import _0x14bf80 from'./integrations/font.js';import _0x1a1af7 from'./integrations/formatpainter.js';import _0x433ac2 from'./integrations/heading.js';import _0xc97ca9 from'./integrations/highlight.js';import _0x365d6b from'./integrations/horizontalline.js';import _0x38a04e from'./integrations/htmlembed.js';import _0xdef246 from'./integrations/image.js';import _0x52c16e from'./integrations/imagereplace.js';import _0x4d47ae from'./integrations/imagestyle.js';import _0x41794c from'./integrations/importword.js';import _0x11c9b4 from'./integrations/indent.js';import _0x597042 from'./integrations/inputcommand.js';import _0x49ffd5 from'./integrations/link.js';import _0x327ee9 from'./integrations/legacylist.js';import _0x5ad320 from'./integrations/legacylistproperties.js';import _0x17b698 from'./integrations/mediaembed.js';import _0x45760d from'./integrations/mention.js';import _0x134ddb from'./integrations/multilevellist.js';import _0x3ff813 from'./integrations/pagebreak.js';function _0x481b(){const _0x421285=['dataReady','track-changes-enable-command-twice','define','getContainedElement','Users','PendingActions','formatInline:accept','17117328mmSoiV','document','_registerInlineAttribute','clone','getSuggestions','suggestion-type','format','isObject','rootName','addSuggestionData','split','removeMarker:suggestion:attribute','markInsertion','includes','length','markInlineFormat','_findSuggestions','every','_suggestions','containsRange','removeAttribute','_refreshSuggestionsChain','_addThreadToSuggestion','_model','ck-suggestion-marker-formatBlock','refresh','ck-suggestion-marker-formatInline','moveTargetPosition','selection','getSuggestion','isArray','isInContent','createPositionAfter','discardAllSuggestions','attributeNewValue','260yGuqBy','track-changes-suggestion-not-found','1548964ndSBzM','_blockAttributeKeys','hasCommentThread','suggestion:attribute:','deletion:discard','654380WmxxcR','formatInline:chain','createRange','find','elementToElement','authorName','creator','addUser','type','insertion:join','oldRange','_registerDefaultCallbacks','markers','FORMATTING','newValue','error-saving-suggestion-data-suggestion-discarded','insertion:discard','conversion','removeMarkers','hasSuggestion','add','_isForcedDefaultExecutionBlock','_inlineAttributeKeys','default','deletion:join','filter','tablePasteChainId','editingDowncast','_rangeIsInLocalUserInsertion','delete','pluginName','_getSuggestionData','markMultiRangeDeletion','registerPostFixer','@external','_mergeNestedSuggestions','createdAt','catch','getIntersection','deletion:','_joinWithAdjacentSuggestions','trackChangesCommand','isUndo','_saved','attributeOldValue','some','_createSuggestion','bindElementToMarker','acceptSuggestion','removed','never','suggestion','groupId','attribute:','pop','removeMarker:suggestion:formatBlock','markBlockFormat','fire','clear','insert','_descriptionFactory','sort','high','markerReady','addMarker:suggestion:formatBlock','unbindElementFromMarkerName','values','getLastMatchingPosition','move','trackChanges.trackFormatChanges','acceptSelectedSuggestions','isDocumentOperation','createElement','fetchCommentThread','_getExternalAuthor','upcast','37992ASFPgV','markMultiRangeInsertion','name','addSuggestion','deletion:chain','discardSelectedSuggestions','stopListening','change','getDifference','formatBlock:join','init','getFirstMarker','announce','ready','getFirstRange','isExternal','_checkSuggestionCorrectness','_refreshAttributeSuggestionsChain','$text','remove','_setSuggestionData','item','ck-suggestion-marker--active','trackChanges','isLimit','newRange','authoredAt','_element','elementStart','key','$elementName','fromRange','track-changes-command-not-found','isBefore','_reduceSuggestionAttributeRange','formatBlock','substr','isLocal','markerNameToElements','meta','model','fromCharCode','96792MHfIAg','createSelection','enableCommand','removeMarker','forceDefaultExecution','reconvertMarker','differ','PENDING_ACTION_SUGGESTION','markerName','backward','_registerBlockAttribute','deletion:accept','827732VZHMjr','low','substring','getNearestSelectionRange','_processAttributeSuggestions','buildSuggestion','isAfter','getMultiRangeId','getAncestors','createRangeIn','updateMarker','targetPosition','_recordAttributeChanges','isIntersecting','splice','acceptAllSuggestions','collaboration.channelId','highest','_splitMarkerName','addHighlight','for','external:','update:suggestion','$graveyard','isAtStart','CommentsRepository','formatInline:join','attribute:discard','set','forEach','head','dataDowncast','trackChanges.mergeNestedSuggestions','_onDiscard','attribute:join','then','markAttributeChange','normal','formatBlock:discard','insertion:chain','listenTo','_isDataLoaded','notReady','getRanges','insertion:','getSuggestionCallback','adapter','deleteContent','setAttribute','formatInline','formatBlock:accept','suggestionUnloaded','isTouching','_processAttributeChanges','skipNestingCheck','marker-count','lowest','isRemovable','editor','parent','getChangedMarkers','keys','concat','detach','after','_customCallbacks','isBlock','rejected','hasComments','containsPosition','ariaLiveAnnouncer','getAttribute','isCollapsed','formatGroupId','_afterChanges','documentSelection','accept','before','isOwn','batch','group','deletion','containsItem','config','subType','mapper','isMultiRange','value','end','data-suggestion','formatInline:discard','range','_isBlockAttribute','size','_getAuthorFromId','markDeletion','formatInline:','activeMarkers','isSelectable','isEqual','originalSuggestionId','execute','change:data','editing','data','addRange','splitPosition','warn','start','showSuggestionHighlights','_breakSuggestionMarker','_joinSuggestions','consume','_commentsRepository','get','addMarker','rethrowUnexpectedError','attributeKey','insertion:accept','getChanges','_removeSuggestion','addMarker:suggestion','ck-suggestion-marker','formatBlock:chain','commands','addMarkerName','getItems','previous','consumable','getWalker','unshift','stop','insertContent','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.','track-changes-adapter-already-set','_updateSuggestionData','_defaultCallbacks','addCommentThread','enqueueChange','suggestionChanged','_adapter','widget','removeComment','forward','_enabledCommands','comments','TrackChangesEditing','_reduceExistingSuggestions','_setSuggestionRange','ENTER','applyOperation','oldValue','LEAVE','always','multi','attribute','root','requires','toUpperCase','push','formatBlock:','startsWith','createPositionBefore','_handleNewSuggestionMarker','rename','addMarker:suggestion:attribute','attribute:accept','getAllAdjacentSuggestions','getCommentThread','discard','markerToHighlight','isNextTo','discardSuggestion','join','return','howMany','enableReadOnlyMode','plugins','_getMarkerAnnouncementText','assign','unbind','isInsideObject','containsRangeInObject','markerToData','options','_SUGGESTION_ANNOUNCEMENT','getShiftedBy','getMarkers','track-changes-suggestion-data-mismatch','from','nodeBefore','track-changes-adapter-missing-getsuggestion','position','setTo','nodeAfter','has','toJSON','getRange','suggestion:','_suggestionFactory','change:_saved','_addSuggestionMarker','createPositionAt','getCustomProperty','commandName','_enableDefaultAttributesIntegration','setSelection','updateSuggestion','accepted','dataToMarker','isIntersectingWithRange','change:activeMarkers','_suggestionState','removeClass','getUser','author','markMultiRangeBlockFormat','attributes','schema','toViewElement','elementEnd','createRangeOn','_recordAttributeSuggestions','_getAttributeKey','_trackFormatChanges','4802574XrqgVV','suggestionLoaded','addClass','commentThread','_isRegisteredAttribute','element','map','isAtEnd','resolve','_editor','$textProxy','next','multipleBlocks','_cutOutSuggestionMarker','addComment','writer','_initAriaMarkerChangeAnnouncements','$marker','containerElement','registerCustomCallback','ck-suggestion-marker-','chain','track-changes-user-not-found','open','locale','insertion'];_0x481b=function(){return _0x421285;};return _0x481b();}import _0x4043ee from'./integrations/paragraph.js';import _0x4e40b3 from'./integrations/removeformat.js';import _0xc8d623 from'./integrations/restrictededitingmode.js';import _0x34ece0 from'./integrations/shiftentercommand.js';import _0x405b3e from'./integrations/standardeditingmode.js';import _0x579b80 from'./integrations/style.js';import _0x3bbd95 from'./integrations/table.js';import _0x3cfac7 from'./integrations/tablemergesplit.js';import _0x44f421 from'./integrations/tableheadings.js';import _0x57a2e0 from'./integrations/tableclipboard.js';import _0x501f4e from'./integrations/tablecolumnresize.js';import _0x2616fc from'./integrations/template.js';import _0x34c84f from'./integrations/tableofcontents.js';import _0x2784a3 from'./integrations/title.js';import _0x5c0584 from'./integrations/undo.js';import _0x1f9355 from'./integrations/tablecaption.js';import _0x502e09 from'./integrations/tableproperties.js';import{getTranslation as _0x471fd6}from'./utils/common-translations.js';import{isEqual as _0x36259b,omit as _0x1d9e3b}from'lodash-es';export const renameAttributeKey=_0x2e1423(0xe0);export default class p extends _0x117a4a{static get[_0x2e1423(0x195)](){const _0x2b2516=_0x2e1423;return[_0x2b2516(0x111),_0x1cb476,_0x54715d,_0x567cf4,_0x3b195d,_0x5307c5,_0x2c0d74,_0x42ee21,_0x2cf4a8,_0x32b14e,_0x5669c7,_0x25ea80,_0x3207c1,_0x133afe,_0x14bf80,_0x1a1af7,_0x433ac2,_0xc97ca9,_0x365d6b,_0x38a04e,_0xdef246,_0x4d47ae,_0x52c16e,_0x41794c,_0x11c9b4,_0x597042,_0x327ee9,_0x5ad320,_0x134ddb,_0x49ffd5,_0x29bb52,_0x53ceda,_0x17b698,_0x45760d,_0x3ff813,_0x4043ee,_0x4e40b3,_0xc8d623,_0x34ece0,_0x405b3e,_0x579b80,_0x3bbd95,_0x3cfac7,_0x44f421,_0x1f9355,_0x57a2e0,_0x501f4e,_0x34c84f,_0x502e09,_0x2616fc,_0x2784a3,_0x5c0584];}static get[_0x2e1423(0x94)](){const _0xba91ab=_0x2e1423;return _0xba91ab(0x18a);}constructor(_0x37f722){const _0x351b73=_0x2e1423;function _0x36ec33(_0x2bd744){const _0x1d03f1=_0x4d26;return _0x2bd744[_0x1d03f1(0x1df)](_0x591c32=>String[_0x1d03f1(0xeb)](_0x591c32))[_0x1d03f1(0x1a5)]('');}super(_0x37f722),this[_0x351b73(0x1d6)]=!0x1,this[_0x351b73(0x114)](_0x351b73(0x159),[]),this['on'](_0x351b73(0x1cb),(_0x81b63c,_0x17ee93,_0x9a6fde,_0x424973)=>{const _0xc41b00=_0x351b73;this[_0xc41b00(0x211)][_0xc41b00(0xc9)](()=>{const _0x3be8a2=_0xc41b00;for(const _0x17da9f of[..._0x424973,..._0x9a6fde])this[_0x3be8a2(0x211)][_0x3be8a2(0x230)][_0x3be8a2(0x1bb)](_0x17da9f)&&_0x37f722[_0x3be8a2(0x15f)][_0x3be8a2(0xf1)](_0x17da9f);});}),this[_0x351b73(0xb2)]=new _0x2e1b60(this[_0x351b73(0x132)][_0x351b73(0xea)][_0x351b73(0x1d2)],this[_0x351b73(0x132)][_0x351b73(0x1f1)]),this[_0x351b73(0x184)]=null,this[_0x351b73(0x1bf)]=new xt(this[_0x351b73(0x132)]),this[_0x351b73(0x20c)]=new Map(),this[_0x351b73(0x169)]=_0x37f722[_0x351b73(0x1a9)][_0x351b73(0x16a)](_0x351b73(0x111)),this[_0x351b73(0x188)]=new Set(),this[_0x351b73(0x211)]=this[_0x351b73(0x132)][_0x351b73(0xea)],this[_0x351b73(0x1cc)]=new WeakMap(),this[_0x351b73(0x8b)]=!0x1,this[_0x351b73(0x220)]=new Set([_0x351b73(0xe0)]),this[_0x351b73(0x8c)]=new Set(),_0x37f722[_0x351b73(0x14b)][_0x351b73(0x1f5)](_0x351b73(0xbb),_0x351b73(0x8d)),this[_0x351b73(0x1d8)]=_0x37f722[_0x351b73(0x14b)][_0x351b73(0x16a)](_0x351b73(0xbb)),_0x37f722[_0x351b73(0x14b)][_0x351b73(0x1f5)](_0x351b73(0x118),!0x0),this[_0x351b73(0x99)]=_0x37f722[_0x351b73(0x14b)][_0x351b73(0x16a)](_0x351b73(0x118)),this[_0x351b73(0x9f)]=new _0x2705e3(_0x37f722,this[_0x351b73(0x188)]),this[_0x351b73(0x1e9)](),this[_0x36ec33([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x36ec33([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x36]);}[_0x2e1423(0xcc)](){const _0x637113=_0x2e1423,_0x548f5d=this[_0x637113(0x132)],_0x2a3d5b=(_0x58e0e9,_0x165a53)=>{const _0x4f3c9a=_0x637113;if(_0x4f3c9a(0x193)!=_0x58e0e9)return _0x4f3c9a(0x1ed)+_0x58e0e9;const _0x1fd0b6=_0x165a53[_0x4f3c9a(0x204)]('|')[0x0];return this[_0x4f3c9a(0x154)](_0x1fd0b6)?_0x4f3c9a(0x212):_0x4f3c9a(0x214);};_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x1a2)]({'model':_0x637113(0xa9),'view':_0x2a7108=>{const _0x5bd343=_0x637113,{id:_0x4e505f,type:_0x1323dd,subType:_0x5e6d5f}=this[_0x5bd343(0x10a)](_0x2a7108[_0x5bd343(0xf4)]),_0x469282=[_0x5bd343(0x172),_0x2a3d5b(_0x1323dd,_0x5e6d5f)];let _0x2260da=0xbb8;return this[_0x5bd343(0x159)][_0x5bd343(0x207)](_0x2a7108[_0x5bd343(0xf4)])&&(_0x469282[_0x5bd343(0x197)](_0x5bd343(0xd8)),_0x2260da=0xbc2),_0x5bd343(0x149)==_0x1323dd&&(_0x2260da+=0x5),{'classes':_0x469282,'attributes':{'data-suggestion':_0x4e505f},'priority':_0x2260da};}}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x8a)](_0x4a4b50=>{const _0x89fcbd=_0x637113;_0x4a4b50['on'](_0x89fcbd(0x171),(_0x1be75d,_0x4aaa14,_0x4e5aaa)=>{const _0x1de256=_0x89fcbd;if(!_0x4e5aaa[_0x1de256(0x1b0)][_0x1de256(0x165)])return;const _0x5c7548=_0x4aaa14[_0x1de256(0xd7)];if(!_0x5c7548)return;const _0x524e27=_0x4e5aaa[_0x1de256(0x14d)][_0x1de256(0x1d3)](_0x5c7548);_0x548f5d[_0x1de256(0xea)][_0x1de256(0x1d2)][_0x1de256(0x201)](_0x5c7548)&&_0x524e27&&!_0x524e27[_0x1de256(0x1c3)](_0x1de256(0x185))&&_0x524e27['is'](_0x1de256(0x1eb))&&_0x43eedd(_0x524e27,_0x4e5aaa[_0x1de256(0x1e8)]);},{'priority':_0x89fcbd(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x1a2)]({'model':_0x637113(0xa9),'view':(_0x3ab85a,_0x303cb6)=>{const _0x5294e1=_0x637113;if(!_0x303cb6[_0x5294e1(0x1b0)][_0x5294e1(0x165)])return null;const {type:_0x387ee8,subType:_0xcb260e}=this[_0x5294e1(0x10a)](_0x3ab85a[_0x5294e1(0xf4)]);return{'classes':[_0x5294e1(0x172),_0x2a3d5b(_0x387ee8,_0xcb260e)],'priority':0xbb8};}});const _0x154789=({showActiveMarkers:_0x501af6=!0x0,isAttributeSuggestion:_0x488398=!0x1}={})=>(_0x13b690,_0x35db22,_0x4bd09c)=>{const _0x1d5322=_0x637113;if(!_0x35db22[_0x1d5322(0xd7)])return;const {id:_0x3e11eb}=this[_0x1d5322(0x10a)](_0x35db22[_0x1d5322(0xf4)]);if(_0x488398){const _0x54f77d=this[_0x1d5322(0x20c)][_0x1d5322(0x16a)](_0x3e11eb),_0x438a20=this[_0x1d5322(0x1d7)](_0x54f77d);if(!this[_0x1d5322(0x154)](_0x438a20))return;}if(_0x35db22[_0x1d5322(0xd7)]['is'](_0x1d5322(0x216)))return void _0x4bd09c[_0x1d5322(0x178)][_0x1d5322(0x168)](_0x35db22[_0x1d5322(0xd7)],_0x13b690[_0x1d5322(0xc4)]);const _0x257b2d=_0x4bd09c[_0x1d5322(0x14d)][_0x1d5322(0x1d3)](_0x35db22[_0x1d5322(0xd7)]);if(_0x35db22[_0x1d5322(0xd7)]['is'](_0x1d5322(0x1de))&&_0x548f5d[_0x1d5322(0xea)][_0x1d5322(0x1d2)][_0x1d5322(0x13a)](_0x35db22[_0x1d5322(0xd7)])&&!_0x257b2d[_0x1d5322(0x1c3)](_0x1d5322(0x10b))){_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x1db)]([_0x1d5322(0x172),_0x1d5322(0x212)],_0x257b2d),_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x128)](_0x1d5322(0x151),_0x3e11eb,_0x257b2d),_0x4bd09c[_0x1d5322(0x14d)][_0x1d5322(0xa5)](_0x257b2d,_0x35db22[_0x1d5322(0xf4)]),_0x501af6&&(this[_0x1d5322(0x159)][_0x1d5322(0x207)](_0x35db22[_0x1d5322(0xf4)])?_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x1db)](_0x1d5322(0xd8),_0x257b2d):_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x1cd)](_0x1d5322(0xd8),_0x257b2d));for(const _0x4b9429 of _0x548f5d[_0x1d5322(0xea)][_0x1d5322(0x101)](_0x35db22[_0x1d5322(0xd7)])[_0x1d5322(0x176)]())_0x4bd09c[_0x1d5322(0x178)][_0x1d5322(0x168)](_0x4b9429,_0x13b690[_0x1d5322(0xc4)]);_0x4bd09c[_0x1d5322(0x178)][_0x1d5322(0x168)](_0x35db22[_0x1d5322(0xd7)],_0x13b690[_0x1d5322(0xc4)]);}};_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x8a)](_0x3aa5ce=>{const _0x1b4f9c=_0x637113;_0x3aa5ce['on'](_0x1b4f9c(0xb6),(_0x5260d4,_0x1961d0,_0x1e6727)=>{const _0x5c435a=_0x1b4f9c;_0x1e6727[_0x5c435a(0x1b0)][_0x5c435a(0x165)]&&_0x154789({'showActiveMarkers':!0x1})(_0x5260d4,_0x1961d0,_0x1e6727);},{'priority':_0x1b4f9c(0x109)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x8a)](_0x2d675c=>{const _0x188514=_0x637113;_0x2d675c['on'](_0x188514(0x19d),(_0x276d3f,_0x1a7bfa,_0x25655a)=>{const _0x1947ad=_0x188514;_0x25655a[_0x1947ad(0x1b0)][_0x1947ad(0x165)]&&_0x154789({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x276d3f,_0x1a7bfa,_0x25655a);},{'priority':_0x188514(0x109)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x1af)]({'model':_0x637113(0xa9),'view':(_0x1a91df,_0x480d2b)=>_0x480d2b[_0x637113(0x1b0)][_0x637113(0x165)]?null:{'group':_0x637113(0xa9),'name':_0x1a91df[_0x637113(0xe6)](0xb)}}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0xc1))[_0x637113(0x228)]({'view':{'name':_0x637113(0xa9),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xfb0a66,{writer:_0x15402a})=>{const _0x3db41a=_0x637113;let _0x2e5770=_0x3db41a(0x1be)+_0xfb0a66[_0x3db41a(0x13f)](_0x3db41a(0x1ff))+':'+_0xfb0a66[_0x3db41a(0x13f)]('id');return _0xfb0a66[_0x3db41a(0x13f)](_0x3db41a(0x12f))&&(_0x2e5770+=':'+_0xfb0a66[_0x3db41a(0x13f)](_0x3db41a(0x12f))),_0x15402a[_0x3db41a(0xbe)](_0x3db41a(0x1ea),{'data-name':_0x2e5770});}}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0xc1))[_0x637113(0x1c9)]({'view':_0x637113(0xa9)}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x2a9947=>{const _0x129b06=_0x637113;_0x2a9947['on'](_0x129b06(0xb6),_0x154789(),{'priority':_0x129b06(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x539dbc=>{const _0x496007=_0x637113;_0x539dbc['on'](_0x496007(0x19d),_0x154789({'isAttributeSuggestion':!0x0}),{'priority':_0x496007(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x5136ca=>{const _0x1c7958=_0x637113;_0x5136ca['on'](_0x1c7958(0xad),(_0x4b356d,_0x126104,_0xafbd5f)=>{const _0x5e876e=_0x1c7958,_0x34dffd=_0xafbd5f[_0x5e876e(0x14d)][_0x5e876e(0xe8)](_0x126104[_0x5e876e(0xf4)]);if(_0x34dffd){for(const _0x1d543a of _0x34dffd)_0x1d543a[_0x5e876e(0x1c3)](_0x5e876e(0x10b))||(_0xafbd5f[_0x5e876e(0x1e8)][_0x5e876e(0x1cd)]([_0x5e876e(0x172),_0x5e876e(0x212),_0x5e876e(0xd8)],_0x1d543a),_0xafbd5f[_0x5e876e(0x1e8)][_0x5e876e(0x20e)](_0x5e876e(0x151),_0x1d543a),_0xafbd5f[_0x5e876e(0x14d)][_0x5e876e(0xb7)](_0x1d543a,_0x126104[_0x5e876e(0xf4)]));}},{'priority':_0x1c7958(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x12447b=>{const _0x15972d=_0x637113;_0x12447b['on'](_0x15972d(0x205),(_0x116480,_0x4b2382,_0x3809e5)=>{const _0x52256f=_0x15972d,_0x1b2c89=_0x3809e5[_0x52256f(0x14d)][_0x52256f(0xe8)](_0x4b2382[_0x52256f(0xf4)]);if(!_0x1b2c89)return;const {id:_0x2b57d5}=this[_0x52256f(0x10a)](_0x4b2382[_0x52256f(0xf4)]),_0x2cc19e=this[_0x52256f(0x20c)][_0x52256f(0x16a)](_0x2b57d5),_0x3798d8=this[_0x52256f(0x1d7)](_0x2cc19e);if(this[_0x52256f(0x154)](_0x3798d8)){for(const _0x2b879d of _0x1b2c89)_0x2b879d[_0x52256f(0x1c3)](_0x52256f(0x10b))||(_0x3809e5[_0x52256f(0x1e8)][_0x52256f(0x1cd)]([_0x52256f(0x172),_0x52256f(0x212),_0x52256f(0xd8)],_0x2b879d),_0x3809e5[_0x52256f(0x1e8)][_0x52256f(0x20e)](_0x52256f(0x151),_0x2b879d),_0x3809e5[_0x52256f(0x14d)][_0x52256f(0xb7)](_0x2b879d,_0x4b2382[_0x52256f(0xf4)]));}},{'priority':_0x15972d(0xb4)});}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x406767=>{const _0x2b842d=_0x637113;let _0x3b8a96=!0x1;const _0x4075c5=Array[_0x2b842d(0x1b5)](_0x548f5d[_0x2b842d(0xea)][_0x2b842d(0x1fb)][_0x2b842d(0xf2)][_0x2b842d(0x134)]()),_0x3f9dde=new Set();for(const {name:_0x1e10e5,data:_0x28ef7c}of _0x4075c5){const {group:_0x13afed,type:_0x5cf548,subType:_0x2c35cd,id:_0x43073e}=this[_0x2b842d(0x10a)](_0x1e10e5);if(_0x2b842d(0xa9)!==_0x13afed)continue;const _0x3e3056=this[_0x2b842d(0x20c)][_0x2b842d(0x16a)](_0x43073e);if(null!=_0x28ef7c[_0x2b842d(0xdb)]){_0x2b842d(0x129)==_0x5cf548&&(_0x3b8a96=_0x3b8a96||Et(_0x28ef7c[_0x2b842d(0xdb)],_0x1e10e5,_0x406767,_0x548f5d[_0x2b842d(0xea)][_0x2b842d(0x1d2)]));const _0x22e491=_0x2b842d(0x193)==_0x5cf548&&this[_0x2b842d(0x154)](_0x2c35cd[_0x2b842d(0x204)]('|')[0x0]);if(_0x28ef7c[_0x2b842d(0xdb)][_0x2b842d(0x140)]||_0x2b842d(0x10f)==_0x28ef7c[_0x2b842d(0xdb)][_0x2b842d(0x194)][_0x2b842d(0x202)]||_0x2b842d(0xe5)==_0x5cf548&&!Ut(_0x28ef7c[_0x2b842d(0xdb)])||_0x22e491&&!Ut(_0x28ef7c[_0x2b842d(0xdb)])||_0x2b842d(0x149)==_0x5cf548&&!(!Tt(_0x1ebd93=_0x28ef7c[_0x2b842d(0xdb)])&&!function(_0xa3f064){const _0x3365a8=_0x2b842d;return _0xa3f064[_0x3365a8(0x164)][_0x3365a8(0x133)]==_0xa3f064[_0x3365a8(0x150)][_0x3365a8(0x1b6)]&&_0xa3f064[_0x3365a8(0x164)][_0x3365a8(0x1e0)];}(_0x1ebd93)))_0x406767[_0x2b842d(0xef)](_0x1e10e5),_0x3b8a96=!0x0;else{if(!_0x3e3056||!_0x3e3056[_0x2b842d(0x219)])continue;_0x3f9dde[_0x2b842d(0x8a)](_0x3e3056);}}}var _0x1ebd93;return _0x3f9dde[_0x2b842d(0x155)]>0x0&&(_0x3b8a96=!!this[_0x2b842d(0x9e)](_0x3f9dde)||_0x3b8a96),_0x3b8a96;}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x4eadc7=>{const _0x5966d3=_0x637113;let _0x87f121=!0x1;for(const _0x2a8b38 of _0x548f5d[_0x5966d3(0xea)][_0x5966d3(0x1fb)][_0x5966d3(0xf2)][_0x5966d3(0x16f)]())if(_0x5966d3(0xb1)==_0x2a8b38[_0x5966d3(0x22c)])for(const _0x484617 of this[_0x5966d3(0x20c)][_0x5966d3(0xb8)]()){if(_0x484617[_0x5966d3(0x14e)]||!_0x484617[_0x5966d3(0x219)])continue;const _0x432220=_0x5966d3(0xe5)==_0x484617[_0x5966d3(0x22c)],_0xffb1d5=this[_0x5966d3(0x1d7)](_0x484617),_0xe80d0e=_0xffb1d5&&this[_0x5966d3(0x154)](_0xffb1d5);if(!_0x432220&&!_0xe80d0e)continue;const _0x368a54=_0x484617[_0x5966d3(0xd0)]();if(_0x368a54[_0x5966d3(0x164)][_0x5966d3(0x133)]!=_0x368a54[_0x5966d3(0x150)][_0x5966d3(0x133)]&&!_0x368a54[_0x5966d3(0x150)][_0x5966d3(0x1e0)]){const _0x3cd1d7=_0x548f5d[_0x5966d3(0xea)][_0x5966d3(0x1c2)](_0x368a54[_0x5966d3(0x164)][_0x5966d3(0x1ba)],_0x5966d3(0x150)),_0x3e3f6b=_0x548f5d[_0x5966d3(0xea)][_0x5966d3(0x226)](_0x368a54[_0x5966d3(0x164)],_0x3cd1d7);_0x4eadc7[_0x5966d3(0x102)](_0x484617[_0x5966d3(0xcd)](),{'range':_0x3e3f6b}),_0x87f121=!0x0;}}return _0x87f121;}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x6385a6=>this[_0x637113(0x12d)](_0x6385a6)),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x5ba7ec=>!_0x5ba7ec[_0x637113(0x147)][_0x637113(0xe7)]&&this[_0x637113(0xfc)](_0x5ba7ec)),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x142),()=>{const _0x461083=_0x637113;this[_0x461083(0x1d6)]=!0x1;}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)]['on'](_0x637113(0x15e),(_0x5780cc,_0x1caf34)=>{const _0x2f115e=_0x637113;if(!_0x1caf34[_0x2f115e(0xe7)]||_0x1caf34[_0x2f115e(0xa0)])return;if(!this[_0x2f115e(0x1d6)])return;const _0x46f0d4=_0x548f5d[_0x2f115e(0xea)][_0x2f115e(0x1fb)][_0x2f115e(0xf2)][_0x2f115e(0x16f)]();if(0x0==_0x46f0d4[_0x2f115e(0x208)])return;const _0x21cb88=[],_0x31b9b9=_0x46f0d4[_0x2f115e(0x8f)](_0x11dbb7=>_0x2f115e(0x193)==_0x11dbb7[_0x2f115e(0x22c)]),_0x2503f5=_0x46f0d4[_0x2f115e(0x8f)](_0x14cd07=>_0x2f115e(0xb1)==_0x14cd07[_0x2f115e(0x22c)]&&_0x2f115e(0xd4)!=_0x14cd07[_0x2f115e(0xc4)]),_0x141de5=_0x46f0d4[_0x2f115e(0x8f)](_0x2ba5a8=>_0x2f115e(0xd5)==_0x2ba5a8[_0x2f115e(0x22c)]&&_0x2f115e(0xd4)!=_0x2ba5a8[_0x2f115e(0xc4)]);for(const _0x5aee8d of _0x31b9b9)this[_0x2f115e(0x1dd)](_0x5aee8d[_0x2f115e(0x16d)])&&_0x21cb88[_0x2f115e(0x197)]({'key':_0x5aee8d[_0x2f115e(0x16d)],'newValue':_0x5aee8d[_0x2f115e(0x21c)],'oldValue':_0x5aee8d[_0x2f115e(0xa2)],'range':Ot(_0x5aee8d[_0x2f115e(0x153)],_0x548f5d[_0x2f115e(0xea)])});for(const _0x136dfb of _0x2503f5){const _0x20fac1=_0x141de5[_0x2f115e(0x227)](_0x559118=>_0x559118[_0x2f115e(0xdd)]===_0x136dfb[_0x2f115e(0xdd)]);if(_0x20fac1){const _0x5cbb6b=Gt(_0x136dfb[_0x2f115e(0x1b8)][_0x2f115e(0x1ba)],_0x548f5d[_0x2f115e(0xea)]);_0x20fac1[_0x2f115e(0xc4)]!==_0x136dfb[_0x2f115e(0xc4)]&&_0x21cb88[_0x2f115e(0x197)]({'key':_0x2f115e(0xe0),'newValue':_0x136dfb[_0x2f115e(0xc4)],'oldValue':_0x20fac1[_0x2f115e(0xc4)],'range':_0x5cbb6b});for(const [_0x4347f5,_0x571935]of _0x20fac1[_0x2f115e(0x1d1)]){if(!this[_0x2f115e(0x1dd)](_0x4347f5))continue;const _0x3472a3=_0x136dfb[_0x2f115e(0x1d1)][_0x2f115e(0x16a)](_0x4347f5);_0x571935!==_0x3472a3&&_0x21cb88[_0x2f115e(0x197)]({'key':_0x4347f5,'newValue':_0x3472a3,'oldValue':_0x571935,'range':_0x5cbb6b});}for(const [_0x32dd22,_0x1a1abb]of _0x136dfb[_0x2f115e(0x1d1)])this[_0x2f115e(0x1dd)](_0x32dd22)&&(_0x20fac1[_0x2f115e(0x1d1)][_0x2f115e(0x1bb)](_0x32dd22)||_0x21cb88[_0x2f115e(0x197)]({'key':_0x32dd22,'newValue':_0x1a1abb,'oldValue':null,'range':_0x5cbb6b}));}}0x0!=_0x21cb88[_0x2f115e(0x208)]&&_0x548f5d[_0x2f115e(0xea)][_0x2f115e(0x182)](_0x1caf34,_0x3b0179=>{const _0x12c228=_0x2f115e,_0x40e683=_0x5547d5();for(const {range:_0x282cfa,key:_0x1ccfc8,oldValue:_0x193ec4,newValue:_0x4a3f14}of _0x21cb88)this[_0x12c228(0x11c)](_0x282cfa,_0x1ccfc8,_0x193ec4,_0x4a3f14,{'groupId':_0x40e683});this[_0x12c228(0x18b)](_0x3b0179,_0x21cb88);});},{'priority':_0x637113(0x130)}),_0x548f5d[_0x637113(0xea)][_0x637113(0x230)]['on'](_0x637113(0x10e),(_0x55cdcb,_0x5d0d58,_0x22c2e8)=>{const _0x599822=_0x637113;if(null==_0x22c2e8){const {id:_0x3e809b}=this[_0x599822(0x10a)](_0x5d0d58[_0x599822(0xc4)]),_0x1272c2=this[_0x599822(0x20c)][_0x599822(0x16a)](_0x3e809b);_0x1272c2&&_0x1272c2[_0x599822(0x175)](_0x5d0d58[_0x599822(0xc4)]);}}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)]['on'](_0x637113(0x15e),()=>{const _0x4d884d=_0x637113,_0x21e254=Array[_0x4d884d(0x1b5)](_0x548f5d[_0x4d884d(0xea)][_0x4d884d(0x1fb)][_0x4d884d(0xf2)][_0x4d884d(0x134)]())[_0x4d884d(0x8f)](_0x2c6bed=>_0x4d884d(0xa9)===this[_0x4d884d(0x10a)](_0x2c6bed[_0x4d884d(0xc4)])[_0x4d884d(0x148)]);if(0x0===_0x21e254[_0x4d884d(0x208)])return;_0x21e254[_0x4d884d(0xb3)]((_0x2ee736,_0x52ec04)=>{const _0x281971=_0x4d884d,_0x54d93b=_0x2ee736[_0x281971(0x160)][_0x281971(0x22e)],_0x3b11f3=_0x52ec04[_0x281971(0x160)][_0x281971(0x22e)];return null===_0x54d93b&&null===_0x3b11f3?0x0:null===_0x54d93b&&null!==_0x3b11f3?-0x1:null!==_0x54d93b&&null===_0x3b11f3?0x1:_0x54d93b[_0x281971(0x164)][_0x281971(0xe3)](_0x3b11f3[_0x281971(0x164)])?-0x1:0x1;});const _0x133d3f=new Set(),_0x96a1ed=new Set();for(const {name:_0x212e7b,data:_0x5bc150}of _0x21e254){const {id:_0x264f51}=this[_0x4d884d(0x10a)](_0x212e7b);if(null===_0x5bc150[_0x4d884d(0x22e)]){const _0x2cf793=this[_0x4d884d(0x19b)](_0x212e7b);_0x96a1ed[_0x4d884d(0x8a)](_0x2cf793);}else{const _0x143325=this[_0x4d884d(0x20c)][_0x4d884d(0x16a)](_0x264f51);null!==_0x5bc150[_0x4d884d(0xdb)]||_0x143325[_0x4d884d(0x219)]?(_0x133d3f[_0x4d884d(0x8a)](_0x143325[_0x4d884d(0x116)]),_0x96a1ed[_0x4d884d(0x8a)](_0x143325)):this[_0x4d884d(0x170)](_0x143325);}}_0x96a1ed[_0x4d884d(0x155)]>0x0&&this[_0x4d884d(0x20f)](_0x96a1ed);for(const _0x124e2c of _0x133d3f)this[_0x4d884d(0xaf)](_0x4d884d(0x183),_0x124e2c);}),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x18e),(_0x7a2507,_0x245da1)=>{const _0x3c9f3a=_0x637113,_0x122988=_0x245da1[0x0];if(!this[_0x3c9f3a(0x20c)][_0x3c9f3a(0x155)])return;if(!_0x122988[_0x3c9f3a(0xbd)])return;if(_0x122988[_0x3c9f3a(0x147)][_0x3c9f3a(0xa0)]||!_0x122988[_0x3c9f3a(0x147)][_0x3c9f3a(0xe7)])return;let _0x11add6,_0x382068;switch(_0x122988[_0x3c9f3a(0x22c)]){case _0x3c9f3a(0xb1):_0x11add6=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x1b8)]),_0x382068=_0x11add6[_0x3c9f3a(0x1b2)](_0x122988[_0x3c9f3a(0x1a7)]);break;case _0x3c9f3a(0x204):_0x11add6=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x162)]),_0x382068=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x215)]);break;case _0x3c9f3a(0xba):_0x11add6=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x103)]),_0x382068=_0x11add6[_0x3c9f3a(0x1b2)](_0x122988[_0x3c9f3a(0x1a7)]);break;default:return;}const _0x46ba94=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x226)](_0x11add6,_0x382068);_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0xc9)](()=>{const _0x57a3bc=_0x3c9f3a;for(const {suggestion:_0x133953,meta:_0x3b3265}of this[_0x57a3bc(0x20a)](_0x46ba94)){if(_0x133953[_0x57a3bc(0x14e)])continue;if(_0x57a3bc(0x129)==_0x133953[_0x57a3bc(0x22c)])continue;const _0x4d15ef=this[_0x57a3bc(0x1d7)](_0x133953);if(_0x4d15ef&&this[_0x57a3bc(0x154)](_0x4d15ef)&&_0x57a3bc(0x204)!=_0x122988[_0x57a3bc(0x22c)])continue;const _0xdb6a2e=_0x133953[_0x57a3bc(0x160)]&&_0x133953[_0x57a3bc(0x160)][_0x57a3bc(0x1e5)];(_0x57a3bc(0xe5)!=_0x133953[_0x57a3bc(0x22c)]||_0x57a3bc(0x204)==_0x122988[_0x57a3bc(0x22c)]&&!_0xdb6a2e)&&(_0x3b3265[_0x57a3bc(0x1ae)]||_0x57a3bc(0x1f2)==_0x133953[_0x57a3bc(0x22c)]&&_0x3b3265[_0x57a3bc(0x146)]||_0x133953[_0x57a3bc(0xd0)]()[_0x57a3bc(0x20d)](_0x46ba94)&&this[_0x57a3bc(0x166)](_0x133953,_0x11add6,_0x382068));}});},{'priority':_0x637113(0x130)}),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x127),(_0x2a0111,_0x42614d)=>{const _0x1d738e=_0x637113,_0x5068c3=_0x42614d[0x0],_0x5a34bf=_0x42614d[0x1];if(_0x5a34bf&&_0x5a34bf[_0x1d738e(0xf0)])return;if(this[_0x1d738e(0x8b)])return;if(!this[_0x1d738e(0x9f)][_0x1d738e(0x14f)])return;if(_0x5068c3[_0x1d738e(0x140)])return;const _0x392ca4=_0x548f5d[_0x1d738e(0xea)][_0x1d738e(0x1d2)],{start:_0x2527aa,end:_0x59e263}=_0x5068c3[_0x1d738e(0xd0)](),_0x9ba536=_0x2527aa[_0x1d738e(0x1ba)]&&_0x392ca4[_0x1d738e(0xda)](_0x2527aa[_0x1d738e(0x1ba)])?null:_0x392ca4[_0x1d738e(0xfb)](_0x2527aa,_0x1d738e(0x187)),_0x363870=_0x59e263[_0x1d738e(0x1b6)]&&_0x392ca4[_0x1d738e(0xda)](_0x59e263[_0x1d738e(0x1b6)])?null:_0x392ca4[_0x1d738e(0xfb)](_0x59e263,_0x1d738e(0xf5)),_0x26c855=_0x548f5d[_0x1d738e(0xea)][_0x1d738e(0x226)](_0x9ba536?_0x9ba536[_0x1d738e(0x164)]:_0x2527aa,_0x363870?_0x363870[_0x1d738e(0x150)]:_0x59e263);_0x548f5d[_0x1d738e(0xea)][_0x1d738e(0xc9)](_0xae7a85=>{const _0xaa1269=_0x1d738e;this[_0xaa1269(0x157)](_0x26c855);const _0x5e48ed=_0x548f5d[_0xaa1269(0xea)][_0xaa1269(0x1d2)][_0xaa1269(0xfb)](_0x26c855[_0xaa1269(0x164)]);_0x5068c3['is'](_0xaa1269(0x143))?_0xae7a85[_0xaa1269(0x1c6)](_0x5e48ed):_0x5068c3[_0xaa1269(0x1b9)](_0x5e48ed);}),_0x2a0111[_0x1d738e(0x17b)]();},{'priority':_0x4b3b9f[_0x637113(0x11d)]+0xa}),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x17c),(_0x1b7dd8,_0x86531c)=>{const _0x310dee=_0x637113,_0x230e12=_0x86531c[_0x86531c[_0x310dee(0x208)]-0x1];_0x230e12&&_0x230e12[_0x310dee(0xf0)]||this[_0x310dee(0x8b)]||this[_0x310dee(0x9f)][_0x310dee(0x14f)]&&(_0x548f5d[_0x310dee(0xea)][_0x310dee(0xc9)](()=>{const _0x516f00=_0x310dee;let _0x3cf4cb=_0x548f5d[_0x516f00(0xea)][_0x516f00(0x17c)](_0x86531c[0x0],_0x86531c[0x1],_0x86531c[0x2],{'forceDefaultExecution':!0x0});if(!_0x3cf4cb)return;_0x1b7dd8[_0x516f00(0x1a6)]=_0x3cf4cb[_0x516f00(0x1fd)]();const _0x579558=_0x3cf4cb[_0x516f00(0x150)][_0x516f00(0x1b6)],_0x3d57de=_0x548f5d[_0x516f00(0xea)][_0x516f00(0x1d2)];_0x579558&&_0x3d57de[_0x516f00(0x13a)](_0x579558)&&!_0x3d57de[_0x516f00(0x201)](_0x579558)&&(_0x3cf4cb=_0x548f5d[_0x516f00(0xea)][_0x516f00(0x226)](_0x3cf4cb[_0x516f00(0x164)],_0x548f5d[_0x516f00(0xea)][_0x516f00(0x1c2)](_0x579558,_0x516f00(0x150)))),this[_0x516f00(0x206)](_0x3cf4cb);}),_0x1b7dd8[_0x310dee(0x17b)]());},{'priority':_0x637113(0xb4)}),this[_0x637113(0x132)][_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xd9),this[_0x637113(0x9f)]),this[_0x637113(0xee)](_0x637113(0xd9));const _0x4f8035=new _0x2bfde2(_0x548f5d,this[_0x637113(0x20c)]);_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xa6),_0x4f8035),this[_0x637113(0xee)](_0x637113(0xa6));const _0x3cfdef=new _0x2216f4(_0x548f5d,this[_0x637113(0x20c)]);_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0x1a4),_0x3cfdef),this[_0x637113(0xee)](_0x637113(0x1a4)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0x107),new _0x53e2e6(_0x548f5d,_0x4f8035,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0x107)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0x21b),new _0x53e2e6(_0x548f5d,_0x3cfdef,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0x21b)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xbc),new _0x471541(_0x548f5d,_0x4f8035,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0xbc)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xc7),new _0x471541(_0x548f5d,_0x3cfdef,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0xc7));const _0x46df29=_0x548f5d[_0x637113(0x1a9)][_0x637113(0x16a)](_0x637113(0x111));this[_0x637113(0x120)](_0x46df29,_0x637113(0x1e7),(_0x5bd486,{threadId:_0x2de236})=>{const _0x45c43d=_0x637113,_0x4d1058=this[_0x45c43d(0x20c)][_0x45c43d(0x16a)](_0x2de236);_0x4d1058&&_0x4d1058[_0x45c43d(0x1dc)]&&0x1===_0x4d1058[_0x45c43d(0x1dc)][_0x45c43d(0x208)]&&this[_0x45c43d(0x17f)](_0x2de236,{'hasComments':!0x0});},{'priority':_0x637113(0xf9)}),this[_0x637113(0x120)](_0x46df29,_0x637113(0x186),(_0x1e83e9,{threadId:_0x25ac4e})=>{const _0x238600=_0x637113,_0x177584=this[_0x238600(0x20c)][_0x238600(0x16a)](_0x25ac4e);_0x177584&&_0x177584[_0x238600(0x1dc)]&&!_0x177584[_0x238600(0x1dc)][_0x238600(0x208)]&&this[_0x238600(0x17f)](_0x25ac4e,{'hasComments':!0x1});},{'priority':_0x637113(0xf9)});}set[_0x2e1423(0x126)](_0x3f7414){const _0x4c7fc9=_0x2e1423;if(this[_0x4c7fc9(0x184)])throw new _0x11d6d5(_0x4c7fc9(0x17e),this);this[_0x4c7fc9(0x184)]=_0x3f7414;}get[_0x2e1423(0x126)](){const _0x54bdd7=_0x2e1423;return this[_0x54bdd7(0x184)];}[_0x2e1423(0x1fe)]({skipNotAttached:_0x2f41e8=!0x1,toJSON:_0x3baaca=!0x1}={}){const _0x27b542=_0x2e1423,_0x50d819=[];for(const _0xe1a197 of this[_0x27b542(0x20c)][_0x27b542(0xb8)]())_0x2f41e8&&!_0xe1a197[_0x27b542(0x219)]||_0x50d819[_0x27b542(0x197)](_0xe1a197);return _0x3baaca?_0x50d819[_0x27b542(0x1df)](_0x367cfb=>_0x367cfb[_0x27b542(0x1bc)]()):_0x50d819;}[_0x2e1423(0x217)](_0x5d1a58){const _0x1ba251=_0x2e1423,_0x59a00d=this[_0x1ba251(0x20c)][_0x1ba251(0x16a)](_0x5d1a58);if(!_0x59a00d)throw new _0x11d6d5(_0x1ba251(0x21e),this);return _0x59a00d;}[_0x2e1423(0x89)](_0x54c8b8){const _0x3d2075=_0x2e1423;return this[_0x3d2075(0x20c)][_0x3d2075(0x1bb)](_0x54c8b8);}[_0x2e1423(0x203)](_0x56a57a){const _0x5e3bac=_0x2e1423,{authorId:_0x5ee4f6,id:_0x1b33f6,attributes:_0x3ec26f}=_0x56a57a,[_0x25c03f,_0x5293b5]=_0x56a57a[_0x5e3bac(0x22c)][_0x5e3bac(0x204)](':'),_0x5b5039=this[_0x5e3bac(0x20c)][_0x5e3bac(0x16a)](_0x1b33f6)||this[_0x5e3bac(0xa4)](_0x25c03f,_0x5293b5,_0x1b33f6,_0x5ee4f6,_0x3ec26f);if(this[_0x5e3bac(0x210)](_0x5b5039),this[_0x5e3bac(0xd2)](_0x5b5039,_0x25c03f,_0x5293b5||null,_0x5ee4f6),_0x5b5039[_0x5e3bac(0x9a)]=_0x56a57a[_0x5e3bac(0x9a)],_0x5b5039[_0x5e3bac(0x121)]=!0x0,_0x3ec26f&&_0x3ec26f[_0x5e3bac(0x98)]){const _0x50834e=_0x3ec26f[_0x5e3bac(0x98)],_0x590fb0=this[_0x5e3bac(0xc0)](_0x50834e[_0x5e3bac(0x229)]);_0x5b5039[_0x5e3bac(0xdc)]=_0x50834e[_0x5e3bac(0x9a)],_0x5b5039[_0x5e3bac(0x1cf)]=_0x590fb0,_0x5b5039[_0x5e3bac(0xd1)]=!0x0;}else _0x5b5039[_0x5e3bac(0xdc)]=_0x56a57a[_0x5e3bac(0x9a)];switch(_0x56a57a[_0x5e3bac(0x160)]&&(_0x5b5039[_0x5e3bac(0x160)]=_0x56a57a[_0x5e3bac(0x160)]),_0x56a57a[_0x5e3bac(0x1d1)]&&(_0x5b5039[_0x5e3bac(0x1d1)]=_0x56a57a[_0x5e3bac(0x1d1)]),this[_0x5e3bac(0x184)]&&this[_0x5e3bac(0x184)][_0x5e3bac(0xc5)]||(_0x5b5039[_0x5e3bac(0xa1)]=!0x0),this[_0x5e3bac(0x1cc)][_0x5e3bac(0x16a)](_0x5b5039)){case _0x5e3bac(0x122):this[_0x5e3bac(0x1cc)][_0x5e3bac(0x114)](_0x5b5039,_0x5e3bac(0x1f3));break;case _0x5e3bac(0xb5):_0x5b5039[_0x5e3bac(0x219)]?(this[_0x5e3bac(0x9e)](new Set([_0x5b5039])),this[_0x5e3bac(0x20f)](new Set([_0x5b5039])),this[_0x5e3bac(0x1cc)][_0x5e3bac(0x114)](_0x5b5039,_0x5e3bac(0xcf)),this[_0x5e3bac(0xaf)](_0x5e3bac(0x1da),_0x5b5039)):this[_0x5e3bac(0x1cc)][_0x5e3bac(0x114)](_0x5b5039,_0x5e3bac(0xa7));}return _0x5b5039;}[_0x2e1423(0xa6)](_0x4645b0){const _0x29ddea=_0x2e1423;this[_0x29ddea(0xf0)](()=>{const _0x1e0204=_0x29ddea;this[_0x1e0204(0x132)][_0x1e0204(0xea)][_0x1e0204(0xc9)](()=>{const _0x2e5bfb=_0x1e0204;for(const _0x116785 of _0x4645b0[_0x2e5bfb(0x19f)]())_0x116785[_0x2e5bfb(0x144)]();});});}[_0x2e1423(0x1a4)](_0x47c6c9){const _0x107c16=_0x2e1423;this[_0x107c16(0xf0)](()=>{const _0x2691c3=_0x107c16;this[_0x2691c3(0x132)][_0x2691c3(0xea)][_0x2691c3(0xc9)](()=>{const _0x1511b8=_0x2691c3;for(const _0x14d4b5 of _0x47c6c9[_0x1511b8(0x19f)]())_0x14d4b5[_0x1511b8(0x1a1)]();});});}[_0x2e1423(0xee)](_0x34a2fc,_0x43c39c){const _0x24d04d=_0x2e1423,_0x6f2f68=this[_0x24d04d(0x132)][_0x24d04d(0x174)][_0x24d04d(0x16a)](_0x34a2fc);if(!_0x6f2f68)throw new _0x11d6d5(_0x24d04d(0xe2),this,{'commandName':_0x34a2fc});if(this[_0x24d04d(0x188)][_0x24d04d(0x1bb)](_0x6f2f68))throw new _0x11d6d5(_0x24d04d(0x1f4),this,{'commandName':_0x34a2fc});this[_0x24d04d(0x188)][_0x24d04d(0x8a)](_0x6f2f68),_0x43c39c&&_0x6f2f68['on'](_0x24d04d(0x15d),(_0x2eb481,_0x5b1e41)=>{const _0x515c8d=_0x24d04d;this[_0x515c8d(0x9f)][_0x515c8d(0x14f)]&&(this[_0x515c8d(0x8b)]||(_0x5b1e41[_0x515c8d(0x208)]>0x0&&_0x5b1e41[_0x5b1e41[_0x515c8d(0x208)]-0x1]&&_0x5b1e41[_0x5b1e41[_0x515c8d(0x208)]-0x1][_0x515c8d(0xf0)]?_0x5b1e41[_0x515c8d(0xac)]():(_0x2eb481[_0x515c8d(0x1a6)]=_0x43c39c((..._0x5e8fea)=>_0x6f2f68[_0x515c8d(0x15d)](..._0x5e8fea,{'forceDefaultExecution':!0x0}),..._0x5b1e41),_0x2eb481[_0x515c8d(0x17b)]())));},{'priority':_0x24d04d(0xb4)});}[_0x2e1423(0xf0)](_0x45f485){const _0x5a115c=_0x2e1423;let _0x3e9396,_0x1e5557;const _0x5db515=this[_0x5a115c(0x8b)];this[_0x5a115c(0x8b)]=!0x0;try{_0x3e9396=_0x45f485();}catch(_0x492580){_0x1e5557=_0x492580;}return _0x5db515||(this[_0x5a115c(0x8b)]=!0x1),_0x1e5557&&_0x11d6d5[_0x5a115c(0x16c)](_0x1e5557,this),_0x3e9396;}[_0x2e1423(0x206)](_0x16d89c,_0x23b780=null,_0x439278={}){const _0x1a1d59=_0x2e1423;if(_0x16d89c[_0x1a1d59(0x140)])return null;const _0x20cfe8=this[_0x1a1d59(0x132)][_0x1a1d59(0x1a9)][_0x1a1d59(0x16a)](_0x1a1d59(0x1f7))['me'];for(const {suggestion:_0x10ddf7,meta:_0x5413ea}of this[_0x1a1d59(0x20a)](_0x16d89c,_0x1a1d59(0x1f2)))if(_0x5413ea[_0x1a1d59(0x146)]){if(!_0x5413ea[_0x1a1d59(0x1a3)]){if(_0x5413ea[_0x1a1d59(0x1ae)]){if(!this[_0x1a1d59(0x99)]||!Lt(_0x10ddf7,_0x439278))continue;return _0x10ddf7;}if(Lt(_0x10ddf7,_0x439278))return _0x10ddf7;this[_0x1a1d59(0x166)](_0x10ddf7,_0x16d89c[_0x1a1d59(0x164)],_0x16d89c[_0x1a1d59(0x150)]);break;}if(_0x23b780==_0x10ddf7[_0x1a1d59(0x14c)]&&Lt(_0x10ddf7,_0x439278)){const _0x10c533=_0x10ddf7[_0x1a1d59(0xd0)]();return _0x10c533[_0x1a1d59(0x164)][_0x1a1d59(0x15b)](_0x16d89c[_0x1a1d59(0x150)])?this[_0x1a1d59(0x18c)](_0x10ddf7,this[_0x1a1d59(0x211)][_0x1a1d59(0x226)](_0x16d89c[_0x1a1d59(0x164)],_0x10c533[_0x1a1d59(0x150)])):this[_0x1a1d59(0x18c)](_0x10ddf7,this[_0x1a1d59(0x211)][_0x1a1d59(0x226)](_0x10c533[_0x1a1d59(0x164)],_0x16d89c[_0x1a1d59(0x150)])),_0x10ddf7;}}const _0x8b2774=_0x5547d5(),_0x52c16b=_0x20cfe8['id'],_0x3c5a3a=_0x23b780?_0x1a1d59(0x124)+_0x23b780:_0x1a1d59(0x1f2),_0xc559fe=this[_0x1a1d59(0xd6)]({'id':_0x8b2774,'type':_0x3c5a3a,'createdAt':new Date(),'authorId':_0x52c16b,'attributes':_0x439278});return this[_0x1a1d59(0x1c1)](_0x3c5a3a,_0x8b2774,_0x52c16b,_0x16d89c),_0xc559fe;}[_0x2e1423(0xc3)](_0x134fcd,_0x35acc9=_0x2e1423(0x192),_0x26757b={}){const _0x3b857b=_0x2e1423,_0x87f1d6=this[_0x3b857b(0x132)][_0x3b857b(0x1a9)][_0x3b857b(0x16a)](_0x3b857b(0x1f7))['me'],_0x27f05c=this[_0x3b857b(0x1bf)][_0x3b857b(0x125)](_0x3b857b(0x1f2),_0x35acc9,_0x3b857b(0x1a5));for(const _0x327802 of this[_0x3b857b(0x1fe)]())if(_0x327802[_0x3b857b(0x1cf)]['id']==_0x87f1d6['id']&&_0x3b857b(0x1f2)==_0x327802[_0x3b857b(0x22c)]&&_0x327802[_0x3b857b(0x14c)]==_0x35acc9&&Lt(_0x327802,_0x26757b)&&(_0x27f05c(_0x327802[_0x3b857b(0x123)](),_0x134fcd)||_0x27f05c(_0x134fcd,_0x327802[_0x3b857b(0x123)]()))){for(const _0x4677ed of _0x134fcd)_0x327802[_0x3b857b(0x161)](_0x4677ed);return _0x327802;}for(const {suggestion:_0x2da36f,meta:_0x39283e}of this[_0x3b857b(0x20a)](_0x134fcd,_0x3b857b(0x1f2))){if(!_0x39283e[_0x3b857b(0x146)])continue;if(!this[_0x3b857b(0x99)]&&_0x39283e[_0x3b857b(0x1ae)])continue;if(!Lt(_0x2da36f,_0x26757b))continue;let _0x486f65=!0x0;for(const _0x2a2ea0 of _0x2da36f[_0x3b857b(0x123)]())for(const _0x4f7144 of _0x134fcd)if(!_0x2a2ea0[_0x3b857b(0x20d)](_0x4f7144)){_0x486f65=!0x1;break;}if(_0x486f65)return _0x2da36f;}const _0x34235f=_0x5547d5(),_0x1833c8=_0x87f1d6['id'],_0x28ea6f=_0x3b857b(0x124)+_0x35acc9,_0x195268=this[_0x3b857b(0xd6)]({'id':_0x34235f,'type':_0x28ea6f,'createdAt':new Date(),'authorId':_0x1833c8,'attributes':_0x26757b});for(const _0x1d4565 of _0x134fcd)this[_0x3b857b(0x1c1)](_0x28ea6f,_0x34235f,_0x1833c8,_0x1d4565,_0x2eed77[_0x3b857b(0xff)]());return _0x195268;}[_0x2e1423(0x209)](_0x4daa67,_0x5c20ea,_0x46da57=null,_0x459eab={}){const _0x21cb7a=_0x2e1423;if(_0x46da57=_0x46da57||Vt(_0x5c20ea),_0x4daa67[_0x21cb7a(0x140)])return null;if(_0x21cb7a(0xa8)===this[_0x21cb7a(0x1d8)]){const _0x55c812=this[_0x21cb7a(0x1bf)][_0x21cb7a(0x125)](_0x21cb7a(0x129),_0x46da57,_0x21cb7a(0x144));return this[_0x21cb7a(0xf0)](()=>_0x55c812([_0x4daa67],_0x5c20ea,_0x459eab)),null;}const _0x41be68=this[_0x21cb7a(0x132)][_0x21cb7a(0x1a9)][_0x21cb7a(0x16a)](_0x21cb7a(0x1f7))['me'],_0x170fe7=[];if(_0x21cb7a(0x191)!==this[_0x21cb7a(0x1d8)]){for(const {suggestion:_0x78e351,meta:_0xa5fa4a}of this[_0x21cb7a(0x20a)](_0x4daa67,_0x21cb7a(0x1f2)))_0xa5fa4a[_0x21cb7a(0x146)]&&!_0xa5fa4a[_0x21cb7a(0x1ad)]&&_0x170fe7[_0x21cb7a(0x197)](..._0x78e351[_0x21cb7a(0x123)]());}const _0x269dbe=function(_0x581cab,_0x5a67da){const _0x285193=_0x21cb7a,_0x1f83ac=[];for(const _0x5b046a of _0x5a67da){const _0x42dd97=_0x581cab[_0x285193(0x9c)](_0x5b046a);_0x42dd97&&_0x1f83ac[_0x285193(0x197)](_0x42dd97);}return _0x1f83ac;}(_0x4daa67,_0x170fe7),_0x480c9c=function(_0x31ce1d,_0x5a26ef){const _0x3e1c2a=_0x21cb7a,_0x219409=[_0x31ce1d];for(const _0x3f50e7 of _0x5a26ef){let _0x1e4fcc=0x0;for(;_0x1e4fcc<_0x219409[_0x3e1c2a(0x208)];){const _0x3f2827=_0x219409[_0x1e4fcc][_0x3e1c2a(0xca)](_0x3f50e7);_0x219409[_0x3e1c2a(0x106)](_0x1e4fcc,0x1,..._0x3f2827),_0x1e4fcc+=_0x3f2827[_0x3e1c2a(0x208)];}}return _0x219409;}(_0x4daa67,_0x170fe7);_0x269dbe[_0x21cb7a(0x208)]&&this[_0x21cb7a(0x211)][_0x21cb7a(0xc9)](()=>{const _0x3725f9=_0x21cb7a;for(const _0x4ffa0d of _0x269dbe){const _0x4fbff0=this[_0x3725f9(0x1bf)][_0x3725f9(0x125)](_0x3725f9(0x129),_0x46da57,_0x3725f9(0x144));this[_0x3725f9(0xf0)](()=>_0x4fbff0([_0x4ffa0d],_0x5c20ea,_0x459eab));}});for(const _0x42bb1c of _0x480c9c){let _0xf22ff6=null,_0x447283=_0x42bb1c[_0x21cb7a(0x164)],_0x3a4f21=_0x42bb1c[_0x21cb7a(0x150)];for(const {suggestion:_0x245405,meta:_0x93228b}of this[_0x21cb7a(0x20a)](_0x42bb1c,_0x21cb7a(0x129))){if(!_0x93228b[_0x21cb7a(0x146)])continue;if(_0x245405[_0x21cb7a(0x14c)]!=_0x46da57)continue;if(!Lt(_0x245405,_0x459eab))continue;const _0x58ac1c=_0x245405[_0x21cb7a(0xd0)]();if(_0x58ac1c[_0x21cb7a(0x20d)](_0x42bb1c,!0x0))return null;_0x447283=_0x447283[_0x21cb7a(0xe3)](_0x58ac1c[_0x21cb7a(0x164)])?_0x447283:_0x58ac1c[_0x21cb7a(0x164)],_0x3a4f21=_0x3a4f21[_0x21cb7a(0xfe)](_0x58ac1c[_0x21cb7a(0x150)])?_0x3a4f21:_0x58ac1c[_0x21cb7a(0x150)],_0xf22ff6?_0x58ac1c[_0x21cb7a(0x164)][_0x21cb7a(0xe3)](_0xf22ff6[_0x21cb7a(0xd0)]()[_0x21cb7a(0x164)])?(_0xf22ff6[_0x21cb7a(0x88)](),_0xf22ff6=_0x245405):_0x245405[_0x21cb7a(0x88)]():_0xf22ff6=_0x245405;}const _0x4ce791=this[_0x21cb7a(0x211)][_0x21cb7a(0x226)](_0x447283,_0x3a4f21);if(_0xf22ff6)this[_0x21cb7a(0x18c)](_0xf22ff6,_0x4ce791);else{const _0x200b12=_0x5547d5(),_0xcafa60=_0x41be68['id'];this[_0x21cb7a(0xd6)]({'id':_0x200b12,'type':_0x21cb7a(0x158)+_0x46da57,'data':_0x5c20ea,'createdAt':new Date(),'authorId':_0xcafa60,'attributes':_0x459eab}),this[_0x21cb7a(0x1c1)](_0x21cb7a(0x158)+_0x46da57,_0x200b12,_0xcafa60,_0x4ce791);}}return null;}[_0x2e1423(0xae)](_0x4da06a,_0x1e83d6,_0x2cbaa3=[],_0x36fbbf=null,_0x37f111={}){const _0x162cbd=_0x2e1423;_0x1e83d6[_0x162cbd(0x141)]||(_0x1e83d6[_0x162cbd(0x141)]=_0x1e83d6[_0x162cbd(0x1c4)]),_0x1e83d6[_0x162cbd(0x1e5)]=_0x4da06a['is'](_0x162cbd(0x153)),_0x36fbbf=_0x36fbbf||Vt(_0x1e83d6);const _0x8a68c8=_0x2cbaa3[_0x162cbd(0x1df)](_0x462890=>Gt(_0x462890,this[_0x162cbd(0x211)])),_0x1dd887=_0x4da06a['is'](_0x162cbd(0x153))?_0x4da06a:Gt(_0x4da06a,this[_0x162cbd(0x211)]);if(_0x162cbd(0xa8)===this[_0x162cbd(0x1d8)]){const _0x56edbf=this[_0x162cbd(0x1bf)][_0x162cbd(0x125)](_0x162cbd(0xe5),_0x36fbbf,_0x162cbd(0x144));return this[_0x162cbd(0xf0)](()=>_0x56edbf([_0x1dd887],_0x1e83d6,_0x37f111)),null;}_0x8a68c8[_0x162cbd(0x197)](_0x1dd887);let _0x315f4f=!0x0;for(const _0x285298 of _0x8a68c8)if(!this[_0x162cbd(0x92)](_0x285298)){_0x315f4f=!0x1;break;}if(_0x315f4f&&_0x162cbd(0x191)!==this[_0x162cbd(0x1d8)]){const _0x43f6ea=this[_0x162cbd(0x1bf)][_0x162cbd(0x125)](_0x162cbd(0xe5),_0x36fbbf,_0x162cbd(0x144));return this[_0x162cbd(0xf0)](()=>_0x43f6ea([_0x1dd887],_0x1e83d6,_0x37f111)),null;}let _0x111fb1=null,_0x19e465=_0x1dd887[_0x162cbd(0x164)],_0x4bc786=_0x1dd887[_0x162cbd(0x150)];for(const {suggestion:_0x4675c8,meta:_0x42f206}of this[_0x162cbd(0x20a)](_0x1dd887,_0x162cbd(0xe5))){if(!_0x42f206[_0x162cbd(0x146)])continue;if(_0x42f206[_0x162cbd(0x1a3)]||_0x42f206[_0x162cbd(0x1ae)]||_0x42f206[_0x162cbd(0x1ad)])continue;if(_0x4675c8[_0x162cbd(0x160)][_0x162cbd(0x141)]!=_0x1e83d6[_0x162cbd(0x141)])continue;if(!Lt(_0x4675c8,_0x37f111))continue;const _0x51ae10=_0x4675c8[_0x162cbd(0xd0)]();if(_0x4675c8[_0x162cbd(0x14c)]==_0x36fbbf){if(_0x51ae10[_0x162cbd(0x20d)](_0x1dd887,!0x0))return null;_0x19e465=_0x19e465[_0x162cbd(0xe3)](_0x51ae10[_0x162cbd(0x164)])?_0x19e465:_0x51ae10[_0x162cbd(0x164)],_0x4bc786=_0x4bc786[_0x162cbd(0xfe)](_0x51ae10[_0x162cbd(0x150)])?_0x4bc786:_0x51ae10[_0x162cbd(0x150)],_0x111fb1?_0x51ae10[_0x162cbd(0x164)][_0x162cbd(0xe3)](_0x111fb1[_0x162cbd(0xd0)]()[_0x162cbd(0x164)])?(_0x111fb1[_0x162cbd(0x88)](),_0x111fb1=_0x4675c8):_0x4675c8[_0x162cbd(0x88)]():_0x111fb1=_0x4675c8;}else{const _0x5cce2e=_0x1dd887[_0x162cbd(0x9c)](_0x51ae10);this[_0x162cbd(0x1e6)](_0x4675c8,_0x5cce2e);}}const _0x4dbff4=this[_0x162cbd(0x132)][_0x162cbd(0x1a9)][_0x162cbd(0x16a)](_0x162cbd(0x1f7))['me'],_0x485051=_0x5547d5(),_0x6aa462=_0x4dbff4['id'];if(_0x111fb1)return this[_0x162cbd(0x18c)](_0x111fb1,this[_0x162cbd(0x211)][_0x162cbd(0x226)](_0x19e465,_0x4bc786)),_0x111fb1;{const _0x1fb1ff=this[_0x162cbd(0xd6)]({'id':_0x485051,'type':_0x162cbd(0x198)+_0x36fbbf,'data':_0x1e83d6,'createdAt':new Date(),'authorId':_0x6aa462,'attributes':_0x37f111});return this[_0x162cbd(0x1c1)](_0x162cbd(0x198)+_0x36fbbf,_0x485051,_0x6aa462,this[_0x162cbd(0x211)][_0x162cbd(0x226)](_0x19e465,_0x4bc786)),_0x1fb1ff;}}[_0x2e1423(0x1d0)](_0x4372e1,_0x59d71d,_0x1459ff=[],_0x41f81d=null,_0x4b6b10={}){const _0x9901d3=_0x2e1423;_0x59d71d[_0x9901d3(0x141)]||(_0x59d71d[_0x9901d3(0x141)]=_0x59d71d[_0x9901d3(0x1c4)]);const _0x22c336=_0x4372e1[0x0];_0x59d71d[_0x9901d3(0x1e5)]=_0x22c336['is'](_0x9901d3(0x153)),_0x41f81d=_0x41f81d||Vt(_0x59d71d);const _0x2544dd=_0x1459ff[_0x9901d3(0x1df)](_0x1459f5=>Gt(_0x1459f5,this[_0x9901d3(0x211)])),_0x36b6b8=_0x22c336['is'](_0x9901d3(0x153))?_0x4372e1:_0x4372e1[_0x9901d3(0x1df)](_0x3fa723=>Gt(_0x3fa723,this[_0x9901d3(0x211)]));if(_0x9901d3(0xa8)===this[_0x9901d3(0x1d8)]){const _0x20600d=this[_0x9901d3(0x1bf)][_0x9901d3(0x125)](_0x9901d3(0xe5),_0x41f81d,_0x9901d3(0x144));return this[_0x9901d3(0xf0)](()=>_0x20600d(_0x36b6b8,_0x59d71d,_0x4b6b10)),null;}_0x2544dd[_0x9901d3(0x197)](..._0x36b6b8);let _0x19029c=!0x0;for(const _0x190fca of _0x2544dd)if(!this[_0x9901d3(0x92)](_0x190fca)){_0x19029c=!0x1;break;}if(_0x19029c&&_0x9901d3(0x191)!==this[_0x9901d3(0x1d8)]){const _0x6dfb00=this[_0x9901d3(0x1bf)][_0x9901d3(0x125)](_0x9901d3(0xe5),_0x41f81d,_0x9901d3(0x144));return this[_0x9901d3(0xf0)](()=>_0x6dfb00(_0x36b6b8,_0x59d71d,_0x4b6b10)),null;}const _0x32275c=this[_0x9901d3(0x132)][_0x9901d3(0x1a9)][_0x9901d3(0x16a)](_0x9901d3(0x1f7))['me'];for(const _0xfcc37c of this[_0x9901d3(0x1fe)]()){if(_0xfcc37c[_0x9901d3(0x1cf)]['id']!=_0x32275c['id'])continue;if(_0x9901d3(0xe5)!=_0xfcc37c[_0x9901d3(0x22c)]||_0xfcc37c[_0x9901d3(0x160)][_0x9901d3(0x141)]!=_0x59d71d[_0x9901d3(0x141)])continue;if(!Lt(_0xfcc37c,_0x4b6b10))continue;const _0x24be9e=_0xfcc37c[_0x9901d3(0x14c)]==_0x41f81d;for(let _0x6cd5e9=0x0;_0x6cd5e9<_0x36b6b8[_0x9901d3(0x208)];_0x6cd5e9++){const _0x4c0d1c=_0x36b6b8[_0x6cd5e9];for(const _0x323996 of _0xfcc37c[_0x9901d3(0x1b3)]()){const _0x248145=_0x323996[_0x9901d3(0x1bd)]();if(_0x4c0d1c[_0x9901d3(0x15b)](_0x248145)){_0x24be9e?(_0x36b6b8[_0x9901d3(0x106)](_0x6cd5e9,0x1),_0x6cd5e9--):_0xfcc37c[_0x9901d3(0xef)](_0x323996[_0x9901d3(0xc4)]);break;}}}}if(0x0==_0x36b6b8[_0x9901d3(0x208)])return null;const _0x11bf8e=this[_0x9901d3(0x1bf)][_0x9901d3(0x125)](_0x9901d3(0xe5),_0x41f81d,_0x9901d3(0x1a5));for(const _0x10224d of this[_0x9901d3(0x1fe)]())if(_0x10224d[_0x9901d3(0x1cf)]['id']==_0x32275c['id']&&_0x9901d3(0xe5)==_0x10224d[_0x9901d3(0x22c)]&&_0x10224d[_0x9901d3(0x160)][_0x9901d3(0x141)]==_0x59d71d[_0x9901d3(0x141)]&&_0x10224d[_0x9901d3(0x14c)]==_0x41f81d&&Lt(_0x10224d,_0x4b6b10)&&(_0x11bf8e(_0x10224d[_0x9901d3(0x123)](),_0x36b6b8)||_0x11bf8e(_0x36b6b8,_0x10224d[_0x9901d3(0x123)]()))){for(const _0x339c66 of _0x36b6b8)_0x10224d[_0x9901d3(0x161)](_0x339c66);return _0x10224d;}const _0x40649d=_0x5547d5(),_0x457975=_0x32275c['id'],_0x4dec2f=_0x9901d3(0x198)+_0x41f81d,_0x4135b1=this[_0x9901d3(0xd6)]({'id':_0x40649d,'type':_0x4dec2f,'data':_0x59d71d,'createdAt':new Date(),'authorId':_0x457975,'attributes':_0x4b6b10});for(const _0x23d254 of _0x36b6b8)this[_0x9901d3(0x1c1)](_0x4dec2f,_0x40649d,_0x457975,_0x23d254,_0x2eed77[_0x9901d3(0xff)]());return _0x4135b1;}[_0x2e1423(0x157)](_0x973d9e,_0x5cf9f0=null,_0x4c2b8a={}){const _0x29c190=_0x2e1423;if(_0x973d9e[_0x29c190(0x140)])return null;const _0x3ea4a2=this[_0x29c190(0x132)][_0x29c190(0x1a9)][_0x29c190(0x16a)](_0x29c190(0x1f7))['me'],_0x1b6f84=new _0x229706(_0x973d9e[_0x29c190(0x164)],_0x973d9e[_0x29c190(0x150)]);for(const {suggestion:_0x13ba14,meta:_0x49aca8}of this[_0x29c190(0x20a)](_0x1b6f84,_0x29c190(0x1f2)))if(_0x49aca8[_0x29c190(0x146)]&&!_0x49aca8[_0x29c190(0x1a3)]){if(_0x13ba14[_0x29c190(0x14e)]){const _0x2c3438=_0x13ba14[_0x29c190(0x123)]()[_0x29c190(0x8f)](_0xf1bb20=>_0x29c190(0x10f)!=_0xf1bb20[_0x29c190(0x194)][_0x29c190(0x202)]);_0x2c3438[_0x29c190(0x20b)](_0x3885a1=>_0x1b6f84[_0x29c190(0x20d)](_0x3885a1,!0x0))&&_0x13ba14[_0x29c190(0x1a1)]();if(_0x2c3438[_0x29c190(0xa3)](_0x2d0e65=>_0x2d0e65[_0x29c190(0x20d)](_0x1b6f84,!0x0))){const _0x5623a1=this[_0x29c190(0x1bf)][_0x29c190(0x125)](_0x29c190(0x149),_0x5cf9f0,_0x29c190(0x144));return this[_0x29c190(0xf0)](()=>_0x5623a1([_0x1b6f84],null,_0x4c2b8a)),null;}}else{const _0x3b35b6=_0x1b6f84[_0x29c190(0x9c)](_0x13ba14[_0x29c190(0xd0)]());null!==_0x3b35b6&&_0x13ba14[_0x29c190(0x119)]([_0x3b35b6],null,_0x4c2b8a);}}if(_0x1b6f84[_0x29c190(0x137)](),_0x1b6f84[_0x29c190(0x140)]||_0x29c190(0x10f)==_0x1b6f84[_0x29c190(0x194)][_0x29c190(0x202)])return null;let _0x5dd83a=null,_0x2aec15=_0x1b6f84[_0x29c190(0x164)],_0x2cc88b=_0x1b6f84[_0x29c190(0x150)];const _0x419df3=this[_0x29c190(0x20a)](_0x1b6f84,_0x29c190(0x149));for(const {suggestion:_0x26ca19,meta:_0x988fd8}of _0x419df3){const _0x5b6a9a=this[_0x29c190(0x211)][_0x29c190(0x226)](_0x2aec15,_0x2cc88b);if(_0x988fd8[_0x29c190(0x146)]&&(this[_0x29c190(0x99)]||!_0x988fd8[_0x29c190(0x1ae)]&&!_0x988fd8[_0x29c190(0x1ad)])){if(_0x26ca19[_0x29c190(0x14e)]){if(!Lt(_0x26ca19,_0x4c2b8a))continue;let _0x457302=!0x0;for(const _0x3d70a1 of _0x26ca19[_0x29c190(0x123)]()){if(_0x3d70a1[_0x29c190(0x20d)](_0x5b6a9a,!0x0))return _0x26ca19;_0x5b6a9a[_0x29c190(0x20d)](_0x3d70a1)||(_0x457302=!0x1);}_0x457302&&_0x26ca19[_0x29c190(0x1a1)]();}else{const _0x45e037=_0x26ca19[_0x29c190(0xd0)]();if(_0x45e037[_0x29c190(0x20d)](_0x5b6a9a,!0x0))return _0x26ca19;if(!Lt(_0x26ca19,_0x4c2b8a)){_0x5b6a9a[_0x29c190(0x20d)](_0x45e037)?_0x26ca19[_0x29c190(0x88)]():_0x45e037[_0x29c190(0x13d)](_0x2aec15)?_0x2aec15=_0x45e037[_0x29c190(0x150)]:_0x45e037[_0x29c190(0x13d)](_0x2cc88b)&&(_0x2cc88b=_0x45e037[_0x29c190(0x164)]);continue;}_0x2aec15=_0x2aec15[_0x29c190(0xe3)](_0x45e037[_0x29c190(0x164)])?_0x2aec15:_0x45e037[_0x29c190(0x164)],_0x2cc88b=_0x2cc88b[_0x29c190(0xfe)](_0x45e037[_0x29c190(0x150)])?_0x2cc88b:_0x45e037[_0x29c190(0x150)],_0x4c2b8a=Object[_0x29c190(0x1ab)]({},_0x26ca19[_0x29c190(0x1d1)]),_0x5dd83a?_0x45e037[_0x29c190(0x164)][_0x29c190(0xe3)](_0x5dd83a[_0x29c190(0xd0)]()[_0x29c190(0x164)])?(_0x5dd83a[_0x29c190(0x88)](),_0x5dd83a=_0x26ca19):_0x26ca19[_0x29c190(0x88)]():_0x5dd83a=_0x26ca19;}}}if(_0x5dd83a)return this[_0x29c190(0x18c)](_0x5dd83a,this[_0x29c190(0x211)][_0x29c190(0x226)](_0x2aec15,_0x2cc88b)),_0x5dd83a;{const _0x39ebd3=_0x5547d5(),_0x4dc3a1=this[_0x29c190(0x211)][_0x29c190(0x226)](_0x2aec15,_0x2cc88b),_0x4e8e5f=_0x3ea4a2['id'],_0x293ff3=_0x5cf9f0?_0x29c190(0x9d)+_0x5cf9f0:_0x29c190(0x149),_0x1cf9fc=this[_0x29c190(0xd6)]({'id':_0x39ebd3,'type':_0x293ff3,'createdAt':new Date(),'authorId':_0x4e8e5f,'attributes':_0x4c2b8a});return this[_0x29c190(0x1c1)](_0x293ff3,_0x39ebd3,_0x4e8e5f,_0x4dc3a1),_0x1cf9fc;}}[_0x2e1423(0x96)](_0x599cd4,_0x16c355=_0x2e1423(0x192),_0x472308={}){const _0x5c5ada=_0x2e1423,_0x30e2e9=this[_0x5c5ada(0x132)][_0x5c5ada(0x1a9)][_0x5c5ada(0x16a)](_0x5c5ada(0x1f7))['me'],_0x1f1ebb=_0x599cd4[_0x5c5ada(0x1df)](_0x125d69=>new _0x229706(_0x125d69[_0x5c5ada(0x164)],_0x125d69[_0x5c5ada(0x150)])),_0x1277dd=new Set();for(const {suggestion:_0x37289f,meta:_0x48d6d5}of this[_0x5c5ada(0x20a)](_0x1f1ebb,_0x5c5ada(0x1f2)))_0x48d6d5[_0x5c5ada(0x146)]&&!_0x48d6d5[_0x5c5ada(0x1a3)]&&_0x1277dd[_0x5c5ada(0x8a)](_0x37289f);for(const _0x295ec1 of _0x1277dd)if(_0x295ec1[_0x5c5ada(0x14e)]){const _0x3caa23=_0x295ec1[_0x5c5ada(0x123)]();(!_0x295ec1[_0x5c5ada(0x1d1)]||!_0x295ec1[_0x5c5ada(0x1d1)][_0x5c5ada(0x12e)])&&(_0x3caa23[_0x5c5ada(0x20b)](_0x28a6de=>_0x1f1ebb[_0x5c5ada(0xa3)](_0x2c7b03=>_0x2c7b03[_0x5c5ada(0x20d)](_0x28a6de,!0x0)))&&_0x295ec1[_0x5c5ada(0x1a1)]());if(_0x1f1ebb[_0x5c5ada(0x20b)](_0x1a8ac9=>_0x3caa23[_0x5c5ada(0xa3)](_0x371406=>_0x371406[_0x5c5ada(0x20d)](_0x1a8ac9,!0x0)))){const _0x3496ca=this[_0x5c5ada(0x1bf)][_0x5c5ada(0x125)](_0x5c5ada(0x149),_0x16c355,_0x5c5ada(0x144));return this[_0x5c5ada(0xf0)](()=>_0x3496ca(_0x599cd4,null,_0x472308)),null;}}else{const _0x5dc3da=_0x295ec1[_0x5c5ada(0xd0)]();_0x1f1ebb[_0x5c5ada(0xa3)](_0x5c7554=>_0x5c7554[_0x5c5ada(0x20d)](_0x5dc3da,!0x0))&&_0x295ec1[_0x5c5ada(0x1a1)]();if(_0x1f1ebb[_0x5c5ada(0x20b)](_0x23c0c8=>_0x5dc3da[_0x5c5ada(0x20d)](_0x23c0c8,!0x0))){const _0x102ca6=this[_0x5c5ada(0x1bf)][_0x5c5ada(0x125)](_0x5c5ada(0x149),_0x16c355,_0x5c5ada(0x144));return this[_0x5c5ada(0xf0)](()=>_0x102ca6(_0x1f1ebb,null,_0x472308)),null;}}const _0x2d4d6e=this[_0x5c5ada(0x1bf)][_0x5c5ada(0x125)](_0x5c5ada(0x149),_0x16c355,_0x5c5ada(0x1a5));let _0x243e5a=null;for(const _0x47de91 of this[_0x5c5ada(0x1fe)]())if(_0x47de91[_0x5c5ada(0x1cf)]['id']==_0x30e2e9['id']&&_0x47de91[_0x5c5ada(0x219)]&&_0x5c5ada(0x149)==_0x47de91[_0x5c5ada(0x22c)]&&_0x47de91[_0x5c5ada(0x14c)]==_0x16c355&&Lt(_0x47de91,_0x472308)&&(_0x2d4d6e(_0x47de91[_0x5c5ada(0x123)](),_0x1f1ebb)||_0x2d4d6e(_0x1f1ebb,_0x47de91[_0x5c5ada(0x123)]()))){if(_0x243e5a){if(_0x47de91[_0x5c5ada(0x1dc)]&&_0x47de91[_0x5c5ada(0x1dc)][_0x5c5ada(0x208)])continue;for(const _0x12da8c of _0x47de91[_0x5c5ada(0x123)]())_0x243e5a[_0x5c5ada(0x1ca)](_0x12da8c)||_0x243e5a[_0x5c5ada(0x161)](_0x12da8c);_0x47de91[_0x5c5ada(0x88)]();}else{_0x243e5a=_0x47de91;for(const _0x11ba30 of _0x1f1ebb)_0x47de91[_0x5c5ada(0x1ca)](_0x11ba30)||_0x47de91[_0x5c5ada(0x161)](_0x11ba30);}}if(_0x243e5a)return _0x243e5a;_0x1277dd[_0x5c5ada(0xb0)]();for(const {suggestion:_0x1c014a,meta:_0x53eafe}of this[_0x5c5ada(0x20a)](_0x1f1ebb,_0x5c5ada(0x149)))_0x53eafe[_0x5c5ada(0x146)]&&(this[_0x5c5ada(0x99)]||!_0x53eafe[_0x5c5ada(0x1ae)]&&!_0x53eafe[_0x5c5ada(0x1ad)])&&Lt(_0x1c014a,_0x472308)&&_0x1277dd[_0x5c5ada(0x8a)](_0x1c014a);for(const _0xff1e8d of _0x1277dd){const _0x2c896c=_0xff1e8d[_0x5c5ada(0x123)]();if(!_0x472308||!_0x472308[_0x5c5ada(0x12e)]){if(_0x1f1ebb[_0x5c5ada(0x20b)](_0xc43bae=>_0x2c896c[_0x5c5ada(0xa3)](_0x4f3a30=>_0x4f3a30[_0x5c5ada(0x20d)](_0xc43bae,!0x0))))return _0xff1e8d;}(!_0xff1e8d[_0x5c5ada(0x1d1)]||!_0xff1e8d[_0x5c5ada(0x1d1)][_0x5c5ada(0x12e)])&&(_0x2c896c[_0x5c5ada(0x20b)](_0x39a952=>_0x1f1ebb[_0x5c5ada(0xa3)](_0x7e1b44=>_0x7e1b44[_0x5c5ada(0x20d)](_0x39a952,!0x0)))&&_0xff1e8d[_0x5c5ada(0x1a1)]());}const _0x5b2647=_0x5547d5(),_0x1ed976=_0x30e2e9['id'],_0x155687=_0x5c5ada(0x9d)+_0x16c355,_0x29f4b9=this[_0x5c5ada(0xd6)]({'id':_0x5b2647,'type':_0x155687,'createdAt':new Date(),'authorId':_0x1ed976,'attributes':_0x472308});for(const _0x2a8590 of _0x1f1ebb)_0x2a8590[_0x5c5ada(0x137)](),_0x2a8590[_0x5c5ada(0x140)]||_0x5c5ada(0x10f)==_0x2a8590[_0x5c5ada(0x194)][_0x5c5ada(0x202)]||this[_0x5c5ada(0x1c1)](_0x155687,_0x5b2647,_0x1ed976,_0x2a8590,_0x2eed77[_0x5c5ada(0xff)]());return _0x29f4b9;}[_0x2e1423(0x11c)](_0x34ce45,_0x364f0a,_0x3d2c95,_0x50a2e2,_0x4828bd){const _0x49e95a=_0x2e1423;if(_0x34ce45[_0x49e95a(0x140)])return[];if(_0x49e95a(0xa8)===this[_0x49e95a(0x1d8)])return[];const _0x3477bc=this[_0x49e95a(0x132)][_0x49e95a(0x1a9)][_0x49e95a(0x16a)](_0x49e95a(0x1f7))['me']['id'],_0x1ee466=Array[_0x49e95a(0x1b5)](this[_0x49e95a(0x20c)][_0x49e95a(0xb8)]())[_0x49e95a(0x8f)](_0xc021d5=>_0x49e95a(0x193)==_0xc021d5[_0x49e95a(0x22c)]&&_0xc021d5[_0x49e95a(0x160)][_0x49e95a(0xdf)]==_0x364f0a&&_0xc021d5[_0x49e95a(0x1ca)](_0x34ce45));if(_0x49e95a(0x8d)===this[_0x49e95a(0x1d8)]){const _0x3047f2=this[_0x49e95a(0x20a)](_0x34ce45,_0x49e95a(0x1f2))[_0x49e95a(0x8f)](({meta:_0x3d758f})=>_0x3d758f[_0x49e95a(0x146)]&&!_0x3d758f[_0x49e95a(0x1ad)]&&!_0x3d758f[_0x49e95a(0x1a3)])[_0x49e95a(0x1df)](({suggestion:_0x27df61})=>_0x27df61);_0x1ee466[_0x49e95a(0x17a)](..._0x3047f2);}const _0x3e619c=new Map([[_0x34ce45,_0x3d2c95]]);for(const _0x3df4a1 of _0x1ee466){const _0x1ff9fb=_0x49e95a(0x193)==_0x3df4a1[_0x49e95a(0x22c)]?_0x3df4a1[_0x49e95a(0x160)][_0x49e95a(0x18f)]:void 0x0,_0x38654f=_0x3df4a1[_0x49e95a(0xd0)](),_0x488254=Array[_0x49e95a(0x1b5)](_0x3e619c[_0x49e95a(0x135)]())[_0x49e95a(0x227)](_0x2cf2f6=>_0x2cf2f6[_0x49e95a(0x105)](_0x38654f));if(!_0x488254)continue;const _0x7ead00=_0x488254[_0x49e95a(0xca)](_0x38654f);this[_0x49e95a(0x154)](_0x364f0a)&&_0x49e95a(0x1f2)==_0x3df4a1[_0x49e95a(0x22c)]&&0x0!=_0x7ead00[_0x49e95a(0x208)]||(_0x3e619c[_0x49e95a(0x93)](_0x488254),_0x7ead00[_0x49e95a(0x115)](_0x579fb2=>{const _0x14fd66=_0x49e95a;_0x3e619c[_0x14fd66(0x114)](_0x579fb2,_0x3d2c95);}),_0x49e95a(0x1f2)!=_0x3df4a1[_0x49e95a(0x22c)]&&_0x1ff9fb!=_0x50a2e2&&_0x3e619c[_0x49e95a(0x114)](_0x488254[_0x49e95a(0x9c)](_0x38654f),_0x1ff9fb));}const _0xec3e1b=[];for(const [_0x4aab66,_0x3c9213]of _0x3e619c){const _0x292468=_0x5547d5(),_0x5663f4={'key':_0x364f0a,'oldValue':_0x3c9213,'newValue':_0x50a2e2};_0x364f0a[_0x49e95a(0x208)]>0x25&&console[_0x49e95a(0x163)](_0x49e95a(0x17d),{'key':_0x364f0a});const _0x3badf4=(_0x49e95a(0xab)+(_0x364f0a+'|'+Vt({'newValue':_0x50a2e2})))[_0x49e95a(0xfa)](0x0,0x3c),_0x1d986e=this[_0x49e95a(0xd6)]({'id':_0x292468,'type':_0x3badf4,'data':_0x5663f4,'createdAt':new Date(),'authorId':_0x3477bc,'attributes':_0x4828bd});_0xec3e1b[_0x49e95a(0x197)](_0x1d986e),this[_0x49e95a(0x1c1)](_0x3badf4,_0x292468,_0x3477bc,_0x4aab66);}return _0xec3e1b;}[_0x2e1423(0xf6)](_0x26eb3d){const _0x2101d2=_0x2e1423;this[_0x2101d2(0x220)][_0x2101d2(0x8a)](_0x26eb3d);}[_0x2e1423(0x1fc)](_0x332ff3){const _0x2c446b=_0x2e1423;this[_0x2c446b(0x8c)][_0x2c446b(0x8a)](_0x332ff3);}[_0x2e1423(0x1c5)](_0x503046,_0x5e77a5=[],_0x4179a4=[]){const _0x461e5f=_0x2e1423;this[_0x461e5f(0xee)](_0x503046,(_0x2ab24f,..._0x3d4d01)=>{const _0x58b06f=_0x461e5f;this[_0x58b06f(0x104)](()=>{_0x2ab24f(..._0x3d4d01);});});for(const _0x5e2adf of _0x5e77a5)this[_0x461e5f(0x1fc)](_0x5e2adf);for(const _0x23c979 of _0x4179a4)this[_0x461e5f(0xf6)](_0x23c979);}[_0x2e1423(0x1d7)](_0x3e74c4){const _0x10f15b=_0x2e1423;return _0x10f15b(0x193)==_0x3e74c4[_0x10f15b(0x22c)]?_0x3e74c4[_0x10f15b(0x14c)][_0x10f15b(0x204)]('|')[0x0]:null;}[_0x2e1423(0x18c)](_0x276145,_0x5174af){const _0x419ef2=_0x2e1423,_0x281012=_0x276145[_0x419ef2(0xcd)]();this[_0x419ef2(0x211)][_0x419ef2(0xc9)](_0x4506c6=>{const _0x3fda05=_0x419ef2;_0x4506c6[_0x3fda05(0x102)](_0x281012,{'range':_0x5174af});});}[_0x2e1423(0x210)](_0x14f7c0){const _0x5aeea3=_0x2e1423,_0x180360=_0x14f7c0['id'],_0x10e29e=this[_0x5aeea3(0x132)][_0x5aeea3(0x14b)][_0x5aeea3(0x16a)](_0x5aeea3(0x108));this[_0x5aeea3(0x169)][_0x5aeea3(0x221)](_0x180360)||this[_0x5aeea3(0x169)][_0x5aeea3(0x181)]({'channelId':_0x10e29e,'threadId':_0x180360,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2d4808=this[_0x5aeea3(0x169)][_0x5aeea3(0x1a0)](_0x180360);_0x2d4808[_0x5aeea3(0x1ac)](_0x5aeea3(0x131)),_0x2d4808[_0x5aeea3(0x131)]=!0x1,_0x14f7c0[_0x5aeea3(0x1dc)]=_0x2d4808;}[_0x2e1423(0xd2)](_0xb31775,_0x382554,_0x2d455b,_0x2da597){const _0x370a50=_0x2e1423;if(_0xb31775[_0x370a50(0x22c)]!=_0x382554||_0xb31775[_0x370a50(0x14c)]!=_0x2d455b||_0xb31775[_0x370a50(0x22a)]['id']!=_0x2da597)throw this[_0x370a50(0x132)][_0x370a50(0x1a8)](_0x370a50(0x1b4)),new _0x11d6d5(_0x370a50(0x1b4),this);}[_0x2e1423(0x1e6)](_0x1f6592,_0x2fc2ac){const _0x43c521=_0x2e1423,_0x4a3845=_0x1f6592[_0x43c521(0xd0)]();if(_0x2fc2ac[_0x43c521(0x15b)](_0x4a3845))_0x1f6592[_0x43c521(0x88)]();else{if(_0x4a3845[_0x43c521(0x20d)](_0x2fc2ac)){const _0x1b4d32=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x164)][_0x43c521(0x1b6)],_0x43c521(0x150));this[_0x43c521(0x18c)](_0x1f6592,this[_0x43c521(0x211)][_0x43c521(0x226)](_0x4a3845[_0x43c521(0x164)],_0x1b4d32));const _0xfd2487=_0x5547d5(),_0x56f4d4=_0x1f6592[_0x43c521(0x22a)]['id'],_0x287dfe=_0x1f6592[_0x43c521(0x22c)]+':'+_0x1f6592[_0x43c521(0x14c)];this[_0x43c521(0xd6)]({'id':_0xfd2487,'type':_0x287dfe,'createdAt':new Date(),'authorId':_0x56f4d4,'data':_0x1f6592[_0x43c521(0x160)],'attributes':_0x1f6592[_0x43c521(0x1d1)]});const _0x5e8c78=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x150)][_0x43c521(0x133)],_0x43c521(0x138)),_0x3de2fd=this[_0x43c521(0x211)][_0x43c521(0x226)](_0x5e8c78,_0x4a3845[_0x43c521(0x150)]);this[_0x43c521(0x1c1)](_0x287dfe,_0xfd2487,_0x56f4d4,_0x3de2fd);}else{if(_0x4a3845[_0x43c521(0x13d)](_0x2fc2ac[_0x43c521(0x164)])){const _0x1a2c41=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x164)][_0x43c521(0x1b6)],_0x43c521(0x150));this[_0x43c521(0x18c)](_0x1f6592,this[_0x43c521(0x211)][_0x43c521(0x226)](_0x4a3845[_0x43c521(0x164)],_0x1a2c41));}else{const _0x3e51da=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x150)][_0x43c521(0x133)],_0x43c521(0x138));this[_0x43c521(0x18c)](_0x1f6592,this[_0x43c521(0x211)][_0x43c521(0x226)](_0x3e51da,_0x4a3845[_0x43c521(0x150)]));}}}}[_0x2e1423(0x92)](_0x20d5c5){const _0x26b510=_0x2e1423;for(const {suggestion:_0x3b53be,meta:_0x40f621}of this[_0x26b510(0x20a)](_0x20d5c5,_0x26b510(0x1f2))){if(!_0x40f621[_0x26b510(0x146)])continue;const _0xec3f72=_0x3b53be[_0x26b510(0x123)]();for(const _0x5e370e of _0xec3f72)if(!_0x20d5c5[_0x26b510(0xca)](_0x5e370e)[_0x26b510(0x208)])return!0x0;}return!0x1;}[_0x2e1423(0x156)](_0x76d508){const _0x4e90ec=_0x2e1423,_0x19ab16=this[_0x4e90ec(0x132)][_0x4e90ec(0x1a9)][_0x4e90ec(0x16a)](_0x4e90ec(0x1f7))[_0x4e90ec(0x1ce)](_0x76d508);if(!_0x19ab16)throw new _0x11d6d5(_0x4e90ec(0x1ef),this);return _0x19ab16;}[_0x2e1423(0xc0)](_0x566e17){const _0x306dd3=_0x2e1423,_0x31489e=this[_0x306dd3(0x132)][_0x306dd3(0x1a9)][_0x306dd3(0x16a)](_0x306dd3(0x1f7)),_0x3a1d44=_0x4480b1(_0x306dd3(0x10d)+_0x566e17),_0x1de74c=_0x31489e[_0x306dd3(0x1ce)](_0x3a1d44);return _0x1de74c||_0x31489e[_0x306dd3(0x22b)]({'id':_0x3a1d44,'name':_0x566e17});}[_0x2e1423(0xa4)](_0x38414d,_0x276e4e,_0x161de1,_0x2388b4,_0x3d1857){const _0x2a3d5e=_0x2e1423,_0x51f065=this[_0x2a3d5e(0x156)](_0x2388b4),_0x3dc998=this[_0x2a3d5e(0x1bf)][_0x2a3d5e(0xfd)](_0x38414d,_0x276e4e,_0x161de1,_0x51f065,_0x3d1857,_0x260464=>{const _0x54bc66=_0x2a3d5e;this[_0x54bc66(0x17f)](_0x161de1,{'attributes':_0x260464});const _0x284825=this[_0x54bc66(0x217)](_0x161de1);this[_0x54bc66(0x9e)](new Set([_0x284825])),this[_0x54bc66(0x20f)](new Set([_0x284825]));});return this[_0x2a3d5e(0x120)](_0x3dc998,_0x2a3d5e(0x144),()=>{const _0x233445=_0x2a3d5e;this[_0x233445(0x17f)](_0x161de1,{'state':_0x233445(0x1c8)});},{'priority':_0x2a3d5e(0xb4)}),this[_0x2a3d5e(0x120)](_0x3dc998,_0x2a3d5e(0x1a1),()=>{const _0x463349=_0x2a3d5e;this[_0x463349(0x17f)](_0x161de1,{'state':_0x463349(0x13b)});},{'priority':_0x2a3d5e(0xb4)}),this[_0x2a3d5e(0x20c)][_0x2a3d5e(0x114)](_0x161de1,_0x3dc998),this[_0x2a3d5e(0x1cc)][_0x2a3d5e(0x114)](_0x3dc998,_0x2a3d5e(0x122)),_0x3dc998;}[_0x2e1423(0x10a)](_0x5c928c){const _0x71e2ef=_0x2e1423,_0x17ddd0=_0x5c928c[_0x71e2ef(0x204)](':');return{'group':_0x17ddd0[0x0],'type':_0x17ddd0[0x1],'subType':_0x17ddd0[_0x71e2ef(0x208)]>=0x5?_0x17ddd0[0x2]:null,'id':_0x17ddd0[_0x71e2ef(0x208)]<0x5?_0x17ddd0[0x2]:_0x17ddd0[0x3],'authorId':_0x17ddd0[_0x71e2ef(0x208)]<0x5?_0x17ddd0[0x3]:_0x17ddd0[0x4],'markerCount':0x6==_0x17ddd0[_0x71e2ef(0x208)]?_0x17ddd0[0x5]:null};}[_0x2e1423(0x166)](_0x4bf13e,_0x3a8908,_0x5079ba){const _0x56fce9=_0x2e1423,_0x2109e9=_0x4bf13e[_0x56fce9(0xd0)](),_0x134ee1=_0x2109e9[_0x56fce9(0x164)],_0x58c7c9=_0x2109e9[_0x56fce9(0x150)];this[_0x56fce9(0x18c)](_0x4bf13e,this[_0x56fce9(0x211)][_0x56fce9(0x226)](_0x134ee1,_0x3a8908));const _0x890918=_0x5547d5(),_0x2f1bb9=_0x4bf13e[_0x56fce9(0x22a)]['id'],_0x17489c=_0x4bf13e[_0x56fce9(0x22c)]+(_0x4bf13e[_0x56fce9(0x14c)]?':'+_0x4bf13e[_0x56fce9(0x14c)]:'');this[_0x56fce9(0xd6)]({'id':_0x890918,'type':_0x17489c,'createdAt':new Date(),'authorId':_0x2f1bb9,'originalSuggestionId':_0x4bf13e['id'],'attributes':_0x4bf13e[_0x56fce9(0x1d1)],'data':_0x4bf13e[_0x56fce9(0x160)]});const _0x496273=this[_0x56fce9(0x1d7)](_0x4bf13e);(_0x56fce9(0xe5)==_0x4bf13e[_0x56fce9(0x22c)]||_0x496273&&this[_0x56fce9(0x154)](_0x496273))&&(_0x5079ba=this[_0x56fce9(0x211)][_0x56fce9(0x19a)](_0x5079ba[_0x56fce9(0x133)])),this[_0x56fce9(0x1c1)](_0x17489c,_0x890918,_0x2f1bb9,this[_0x56fce9(0x211)][_0x56fce9(0x226)](_0x5079ba,_0x58c7c9));}[_0x2e1423(0x20a)](_0x562536,_0x32e006=null){const _0x1f3fbf=_0x2e1423,_0x2e6ced=[],_0x1b8468=this[_0x1f3fbf(0x132)][_0x1f3fbf(0x1a9)][_0x1f3fbf(0x16a)](_0x1f3fbf(0x1f7))['me'];Array[_0x1f3fbf(0x218)](_0x562536)||(_0x562536=[_0x562536]);for(const _0x529c23 of this[_0x1f3fbf(0x1fe)]()){if(!_0x529c23[_0x1f3fbf(0x219)])continue;if(_0x32e006&&_0x529c23[_0x1f3fbf(0x22c)]!=_0x32e006)continue;let _0x400420=!0x1;for(const _0x113726 of _0x529c23[_0x1f3fbf(0x123)]()){for(const _0x435d48 of _0x562536){const _0x445079=_0x435d48[_0x1f3fbf(0x164)][_0x1f3fbf(0x15b)](_0x113726[_0x1f3fbf(0x150)])||_0x435d48[_0x1f3fbf(0x150)][_0x1f3fbf(0x15b)](_0x113726[_0x1f3fbf(0x164)]);if(_0x445079||_0x435d48[_0x1f3fbf(0x9c)](_0x113726)){const _0x3eb7ab=_0x435d48[_0x1f3fbf(0x20d)](_0x113726)&&Rt(this[_0x1f3fbf(0x211)][_0x1f3fbf(0x1d2)],_0x113726[_0x1f3fbf(0x164)],_0x435d48),_0x26bca4=_0x113726[_0x1f3fbf(0x20d)](_0x435d48)&&Rt(this[_0x1f3fbf(0x211)][_0x1f3fbf(0x1d2)],_0x435d48[_0x1f3fbf(0x164)],_0x113726);_0x2e6ced[_0x1f3fbf(0x197)]({'suggestion':_0x529c23,'meta':{'isOwn':_0x1b8468==_0x529c23[_0x1f3fbf(0x1cf)],'isNextTo':_0x445079,'isInsideObject':_0x3eb7ab,'containsRangeInObject':_0x26bca4}}),_0x400420=!0x0;break;}}if(_0x400420)break;}}return _0x2e6ced;}[_0x2e1423(0x1c1)](_0x33e337,_0x3bd4e9,_0x55410e,_0x511afe,_0x3499ea){const _0x1350ce=_0x2e1423;this[_0x1350ce(0x211)][_0x1350ce(0xc9)](_0x5afc6d=>{const _0x3dcd25=_0x1350ce;let _0x564b31=_0x3dcd25(0x1be)+_0x33e337+':'+_0x3bd4e9+':'+_0x55410e;_0x3499ea&&(_0x564b31=_0x564b31+':'+_0x3499ea),_0x5afc6d[_0x3dcd25(0x16b)](_0x564b31,{'range':_0x511afe,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2e1423(0x170)](_0x38550f){const _0x42cb62=_0x2e1423,_0x276ba8=_0x38550f[_0x42cb62(0x177)],_0x31c3dd=_0x38550f[_0x42cb62(0x1e4)];_0x38550f[_0x42cb62(0x177)]=null,_0x38550f[_0x42cb62(0x1e4)]=null,null!=_0x276ba8&&_0x276ba8[_0x42cb62(0x1e4)]==_0x38550f&&(_0x276ba8[_0x42cb62(0x1e4)]=_0x31c3dd),null!=_0x31c3dd&&_0x31c3dd[_0x42cb62(0x177)]==_0x38550f&&(_0x31c3dd[_0x42cb62(0x177)]=_0x276ba8),_0x42cb62(0xcf)==this[_0x42cb62(0x1cc)][_0x42cb62(0x16a)](_0x38550f)&&(this[_0x42cb62(0x1cc)][_0x42cb62(0x114)](_0x38550f,_0x42cb62(0xa7)),this[_0x42cb62(0xaf)](_0x42cb62(0x12b),_0x38550f,_0x276ba8,_0x31c3dd));}[_0x2e1423(0xd6)](_0xbda515){const _0x4ee233=_0x2e1423,_0x53a8a0=_0xbda515['id'],_0x186f07=this[_0x4ee233(0x203)](_0xbda515);if(this[_0x4ee233(0x184)]&&this[_0x4ee233(0x184)][_0x4ee233(0xc5)]){const _0x7a8ea7=this[_0x4ee233(0x132)][_0x4ee233(0x1a9)][_0x4ee233(0x16a)](_0x4ee233(0x1f8)),_0x115d83=_0x186f07[_0x4ee233(0x13c)],_0x46f0f8=_0x186f07[_0x4ee233(0x14c)]?_0x186f07[_0x4ee233(0x22c)]+':'+_0x186f07[_0x4ee233(0x14c)]:_0x186f07[_0x4ee233(0x22c)],_0x3893cd=this[_0x4ee233(0x132)][_0x4ee233(0x1f1)],_0x32cccc=_0x7a8ea7[_0x4ee233(0x8a)](_0x471fd6(_0x3893cd,_0x4ee233(0xf3))),_0x257c9c={'id':_0x53a8a0,'type':_0x46f0f8,'hasComments':_0x115d83,'data':_0xbda515[_0x4ee233(0x160)]||null,'originalSuggestionId':_0xbda515[_0x4ee233(0x15c)]||null,'attributes':_0x186f07[_0x4ee233(0x1d1)]};this[_0x4ee233(0x184)][_0x4ee233(0xc5)](_0x257c9c)[_0x4ee233(0x11b)](_0x118508=>{const _0x454e11=_0x4ee233;_0x186f07[_0x454e11(0xa1)]=!0x0,_0x7a8ea7[_0x454e11(0xd5)](_0x32cccc),_0x118508&&_0x118508[_0x454e11(0x9a)]&&(this[_0x454e11(0x20c)][_0x454e11(0x16a)](_0x53a8a0)[_0x454e11(0x9a)]=_0x118508[_0x454e11(0x9a)]);})[_0x4ee233(0x9b)](_0x93312a=>{const _0x24ea3d=_0x4ee233;throw _0x49dd8d(_0x24ea3d(0x85)),this[_0x24ea3d(0x132)][_0x24ea3d(0xea)][_0x24ea3d(0x182)]({'isUndoable':!0x1},()=>{const _0x4f2082=_0x24ea3d;_0x186f07[_0x4f2082(0x1a1)]();}),_0x186f07[_0x24ea3d(0xc8)](),this[_0x24ea3d(0x20c)][_0x24ea3d(0x93)](_0x186f07['id']),this[_0x24ea3d(0x1cc)][_0x24ea3d(0x93)](_0x186f07),_0x93312a;});}return _0x186f07;}[_0x2e1423(0x154)](_0x55465b){const _0x29d94b=_0x2e1423;return this[_0x29d94b(0x220)][_0x29d94b(0x1bb)](_0x55465b);}[_0x2e1423(0x17f)](_0x46d87d,_0x3a0b37){const _0x4ef5f9=_0x2e1423,_0x3b7b92=this[_0x4ef5f9(0x132)][_0x4ef5f9(0x1a9)][_0x4ef5f9(0x16a)](_0x4ef5f9(0x1f8)),_0x155344=this[_0x4ef5f9(0x217)](_0x46d87d);if(this[_0x4ef5f9(0x184)]&&this[_0x4ef5f9(0x184)][_0x4ef5f9(0x1c7)]){if(_0x155344[_0x4ef5f9(0xa1)]){const _0x567167=_0x3b7b92[_0x4ef5f9(0x8a)](_0x471fd6(this[_0x4ef5f9(0x132)][_0x4ef5f9(0x1f1)],_0x4ef5f9(0xf3)));this[_0x4ef5f9(0x184)][_0x4ef5f9(0x1c7)](_0x46d87d,_0x3a0b37)[_0x4ef5f9(0x11b)](()=>{const _0x1f6191=_0x4ef5f9;_0x3b7b92[_0x1f6191(0xd5)](_0x567167);});}else _0x155344['on'](_0x4ef5f9(0x1c0),()=>{const _0x238b23=_0x4ef5f9;this[_0x238b23(0x17f)](_0x46d87d,_0x3a0b37);});}}[_0x2e1423(0x95)](_0x5b6ce7){const _0x4527a5=_0x2e1423;if(!this[_0x4527a5(0x184)]||!this[_0x4527a5(0x184)][_0x4527a5(0x217)])throw new _0x11d6d5(_0x4527a5(0x1b7),this);return this[_0x4527a5(0x184)][_0x4527a5(0x217)](_0x5b6ce7);}[_0x2e1423(0x19b)](_0x5364b0){const _0x1b2d7e=_0x2e1423,{id:_0x181aa3,type:_0x499e02,subType:_0x168a7a,authorId:_0x5277bb}=this[_0x1b2d7e(0x10a)](_0x5364b0),_0x3988f0=this[_0x1b2d7e(0x20c)][_0x1b2d7e(0x16a)](_0x181aa3)||this[_0x1b2d7e(0xa4)](_0x499e02,_0x168a7a,_0x181aa3,_0x5277bb,{});switch(this[_0x1b2d7e(0xd2)](_0x3988f0,_0x499e02,_0x168a7a,_0x5277bb),this[_0x1b2d7e(0x1cc)][_0x1b2d7e(0x16a)](_0x3988f0)){case _0x1b2d7e(0x122):this[_0x1b2d7e(0x95)](_0x181aa3)[_0x1b2d7e(0x11b)](_0x2465ee=>{const _0x219d4a=_0x1b2d7e;let _0x8815af=Promise[_0x219d4a(0x1e1)]();_0x2465ee[_0x219d4a(0x13c)]&&(_0x8815af=this[_0x219d4a(0x169)][_0x219d4a(0xbf)]({'channelId':this[_0x219d4a(0x132)][_0x219d4a(0x14b)][_0x219d4a(0x16a)](_0x219d4a(0x108)),'threadId':_0x181aa3})),_0x8815af[_0x219d4a(0x11b)](()=>{const _0x664dcc=_0x219d4a;this[_0x664dcc(0x203)](_0x2465ee)[_0x664dcc(0xa1)]=!0x0;});}),this[_0x1b2d7e(0x1cc)][_0x1b2d7e(0x114)](_0x3988f0,_0x1b2d7e(0xb5));break;case _0x1b2d7e(0xa7):this[_0x1b2d7e(0x17f)](_0x181aa3,{'state':_0x1b2d7e(0x1f0)});case _0x1b2d7e(0x1f3):this[_0x1b2d7e(0x1cc)][_0x1b2d7e(0x114)](_0x3988f0,_0x1b2d7e(0xcf)),this[_0x1b2d7e(0xaf)](_0x1b2d7e(0x1da),_0x3988f0);break;case _0x1b2d7e(0xcf):this[_0x1b2d7e(0xaf)](_0x1b2d7e(0x183),_0x3988f0);}return _0x3988f0[_0x1b2d7e(0x175)](_0x5364b0),_0x3988f0;}[_0x2e1423(0x20f)](_0x3e78c9){const _0x2e1237=_0x2e1423,_0x449acd=Array[_0x2e1237(0x1b5)](_0x3e78c9),_0x20a033=_0x449acd[_0x2e1237(0x8f)](_0x166382=>_0x2e1237(0x193)==_0x166382[_0x2e1237(0x22c)]);this[_0x2e1237(0xd3)](_0x20a033);const _0x3994ab=_0x449acd[_0x2e1237(0x8f)](_0x167375=>!_0x167375[_0x2e1237(0x14e)]&&_0x2e1237(0x193)!=_0x167375[_0x2e1237(0x22c)]),_0x36a248=this[_0x2e1237(0x1fe)]({'skipNotAttached':!0x0})[_0x2e1237(0x8f)](_0x5c66de=>!_0x5c66de[_0x2e1237(0x14e)]&&_0x2e1237(0x193)!=_0x5c66de[_0x2e1237(0x22c)]),_0x2e9b66=_0x36a248[_0x2e1237(0x8f)](_0xa1285d=>!_0x3e78c9[_0x2e1237(0x1bb)](_0xa1285d)),_0x21d7a4=new Map(_0x36a248[_0x2e1237(0x1df)](_0x55e0a9=>[_0x55e0a9,this[_0x2e1237(0x1bf)][_0x2e1237(0x125)](_0x55e0a9[_0x2e1237(0x22c)],_0x55e0a9[_0x2e1237(0x14c)],_0x2e1237(0x1ee))])),_0x501154=new Map(_0x36a248[_0x2e1237(0x1df)](_0x5de030=>[_0x5de030,_0x5de030[_0x2e1237(0xd0)]()])),_0x44aa41=new Set(),_0x2a5dc9=new Set();for(let _0x149bb5=0x0;_0x149bb5<_0x3994ab[_0x2e1237(0x208)];_0x149bb5++)_0x822f1e(_0x3994ab[_0x149bb5],_0x3994ab,_0x149bb5+0x1);for(let _0x6da40f=0x0;_0x6da40f<_0x3994ab[_0x2e1237(0x208)];_0x6da40f++)_0x822f1e(_0x3994ab[_0x6da40f],_0x2e9b66,0x0);const _0x1a8bbb=new Set();for(let _0x347271=0x0;_0x347271<_0x3994ab[_0x2e1237(0x208)];_0x347271++){const _0x1df5cd=_0x3994ab[_0x347271];!_0x2a5dc9[_0x2e1237(0x1bb)](_0x1df5cd)&&_0x1df5cd[_0x2e1237(0x177)]&&(_0x1a8bbb[_0x2e1237(0x8a)](_0x1df5cd[_0x2e1237(0x177)]),_0x1df5cd[_0x2e1237(0x177)][_0x2e1237(0x1e4)]===_0x1df5cd&&(_0x1df5cd[_0x2e1237(0x177)][_0x2e1237(0x1e4)]=null),_0x1df5cd[_0x2e1237(0x177)]=null),!_0x44aa41[_0x2e1237(0x1bb)](_0x1df5cd)&&_0x1df5cd[_0x2e1237(0x1e4)]&&(_0x1a8bbb[_0x2e1237(0x8a)](_0x1df5cd[_0x2e1237(0x1e4)]),_0x1df5cd[_0x2e1237(0x1e4)][_0x2e1237(0x177)]===_0x1df5cd&&(_0x1df5cd[_0x2e1237(0x1e4)][_0x2e1237(0x177)]=null),_0x1df5cd[_0x2e1237(0x1e4)]=null);}function _0x822f1e(_0x3c03a7,_0x6a906a,_0x313f86){const _0x234256=_0x2e1237;for(let _0x2d64df=_0x313f86;_0x2d64df<_0x6a906a[_0x234256(0x208)];_0x2d64df++){const _0x49f582=_0xafebc1(_0x3c03a7,_0x6a906a[_0x2d64df]);_0x49f582&&(_0x49f582[0x0][_0x234256(0x1e4)]=_0x49f582[0x1],_0x49f582[0x1][_0x234256(0x177)]=_0x49f582[0x0],_0x44aa41[_0x234256(0x8a)](_0x49f582[0x0]),_0x2a5dc9[_0x234256(0x8a)](_0x49f582[0x1]));}}function _0xafebc1(_0x205da4,_0x5d1434){const _0x2371eb=_0x2e1237;if(_0x205da4[_0x2371eb(0x1cf)]['id']!==_0x5d1434[_0x2371eb(0x1cf)]['id'])return null;const _0x2a2cd6=_0x21d7a4[_0x2371eb(0x16a)](_0x205da4)(_0x205da4,_0x5d1434,_0x501154[_0x2371eb(0x16a)](_0x205da4),_0x501154[_0x2371eb(0x16a)](_0x5d1434));if(!_0x2a2cd6)return null;return _0x21d7a4[_0x2371eb(0x16a)](_0x5d1434)(_0x205da4,_0x5d1434,_0x501154[_0x2371eb(0x16a)](_0x205da4),_0x501154[_0x2371eb(0x16a)](_0x5d1434))?_0x2a2cd6[0x1][_0x2371eb(0x1dc)]&&_0x2a2cd6[0x1][_0x2371eb(0x1dc)][_0x2371eb(0x208)]?null:_0x2a2cd6:null;}_0x1a8bbb[_0x2e1237(0x155)]&&this[_0x2e1237(0x20f)](_0x1a8bbb);}[_0x2e1423(0xd3)](_0x369a01){const _0x18a073=_0x2e1423;if(0x0==_0x369a01[_0x18a073(0x208)])return;const _0x9160ca=this[_0x18a073(0x1fe)]({'skipNotAttached':!0x0})[_0x18a073(0x8f)](_0x282e86=>_0x18a073(0x193)==_0x282e86[_0x18a073(0x22c)]&&_0x282e86[_0x18a073(0x121)]),_0x3ee2ff=[],_0x1a9b33=new Map();for(const _0x51062b of _0x9160ca){const _0x1b480f=_0x4480b1(_0x51062b[_0x18a073(0x1d1)]);_0x1a9b33[_0x18a073(0x1bb)](_0x1b480f)||(_0x1a9b33[_0x18a073(0x114)](_0x1b480f,_0x3ee2ff[_0x18a073(0x208)]),_0x3ee2ff[_0x18a073(0x197)]([]));const _0x15f9a3=_0x1a9b33[_0x18a073(0x16a)](_0x1b480f);_0x3ee2ff[_0x15f9a3][_0x18a073(0x197)](_0x51062b);}!(function(){const _0x1e1fee=_0x18a073;_0x3ee2ff[_0x1e1fee(0xb3)]((_0x421f79,_0x1399d5)=>{const _0x1e18f2=_0x1e1fee,_0x27a6cd=_0x421f79[0x0][_0x1e18f2(0x9a)],_0x48b007=_0x1399d5[0x0][_0x1e18f2(0x9a)];return _0x27a6cd==_0x48b007?_0x421f79[0x0][_0x1e18f2(0x1d1)][_0x1e18f2(0xaa)]<_0x1399d5[0x0][_0x1e18f2(0x1d1)][_0x1e18f2(0xaa)]?-0x1:0x1:_0x27a6cd<_0x48b007?-0x1:0x1;});for(const _0x3da7a3 of _0x3ee2ff)_0x3da7a3[_0x1e1fee(0xb3)]((_0x2d1346,_0x32664b)=>_0x2d1346['id']<_0x32664b['id']?-0x1:0x1);}());for(let _0xa45226=0x0;_0xa45226<_0x3ee2ff[_0x18a073(0x208)];_0xa45226++){if(0x0==_0x3ee2ff[_0xa45226][_0x18a073(0x208)])continue;const _0x5211c5=[];for(let _0x116838=_0xa45226+0x1;_0x116838<_0x3ee2ff[_0x18a073(0x208)];_0x116838++)0x0!=_0x3ee2ff[_0x116838][_0x18a073(0x208)]&&_0x12dc10(_0x3ee2ff[_0xa45226],_0x3ee2ff[_0x116838])&&_0x5211c5[_0x18a073(0x197)](_0x116838);for(const _0x3d0b74 of _0x5211c5)_0x3ee2ff[_0xa45226]=_0x3ee2ff[_0xa45226][_0x18a073(0x136)](_0x3ee2ff[_0x3d0b74]),_0x3ee2ff[_0x3d0b74]=[];}for(const _0x16c334 of _0x3ee2ff)for(let _0x453d76=0x0;_0x453d76<_0x16c334[_0x18a073(0x208)];_0x453d76++)_0x16c334[_0x453d76][_0x18a073(0x1e4)]=_0x16c334[_0x453d76+0x1]||null;for(const _0x2e919a of _0x3ee2ff)for(let _0x577790=0x0;_0x577790<_0x2e919a[_0x18a073(0x208)];_0x577790++)_0x2e919a[_0x577790][_0x18a073(0x177)]=_0x2e919a[_0x577790-0x1]||null;function _0x12dc10(_0x59190,_0x155d58){const _0x3d22f2=_0x18a073;if(_0x59190[0x0][_0x3d22f2(0x1d1)][_0x3d22f2(0xaa)]!==_0x155d58[0x0][_0x3d22f2(0x1d1)][_0x3d22f2(0xaa)]&&_0x59190[0x0][_0x3d22f2(0x1cf)]!==_0x155d58[0x0][_0x3d22f2(0x1cf)])return!0x1;if(!function(_0x2be6c8,_0x5da6c8){const _0x1542c7=_0x3d22f2;if(!_0x2be6c8[_0x1542c7(0x13c)]&&!_0x5da6c8[_0x1542c7(0x13c)])return!0x0;if(_0x2be6c8[_0x1542c7(0x13c)]&&_0x5da6c8[_0x1542c7(0x13c)])return!0x1;if(_0x2be6c8[_0x1542c7(0x13c)]&&_0x5da6c8[_0x1542c7(0x9a)]<_0x2be6c8[_0x1542c7(0x1dc)][_0x1542c7(0x189)][_0x1542c7(0x16a)](0x0)[_0x1542c7(0x9a)])return!0x0;if(_0x5da6c8[_0x1542c7(0x13c)]&&_0x2be6c8[_0x1542c7(0x9a)]<_0x5da6c8[_0x1542c7(0x1dc)][_0x1542c7(0x189)][_0x1542c7(0x16a)](0x0)[_0x1542c7(0x9a)])return!0x0;return!0x1;}(_0x59190[0x0],_0x155d58[0x0]))return!0x1;const _0x4618b5=_0x1d9e3b(_0x59190[0x0][_0x3d22f2(0x1d1)],_0x3d22f2(0xaa)),_0x3b29b9=_0x1d9e3b(_0x155d58[0x0][_0x3d22f2(0x1d1)],_0x3d22f2(0xaa));if(!_0x36259b(_0x4618b5,_0x3b29b9))return!0x1;return!!_0x59190[_0x3d22f2(0x20b)](_0x429a25=>_0x155d58[_0x3d22f2(0xa3)](_0x595225=>_0x429a25[_0x3d22f2(0xd0)]()[_0x3d22f2(0x15b)](_0x595225[_0x3d22f2(0xd0)]())))&&_0x155d58[_0x3d22f2(0x20b)](_0x556cfa=>_0x59190[_0x3d22f2(0xa3)](_0x4685f7=>_0x556cfa[_0x3d22f2(0xd0)]()[_0x3d22f2(0x15b)](_0x4685f7[_0x3d22f2(0xd0)]())));}}[_0x2e1423(0x9e)](_0x116fa1){const _0x5bdf80=_0x2e1423,_0x49e55d=Array[_0x5bdf80(0x1b5)](_0x116fa1),_0x10afa3=this[_0x5bdf80(0x1fe)]({'skipNotAttached':!0x0}),_0x5ed463=_0x10afa3[_0x5bdf80(0x8f)](_0x4d0d4c=>!_0x116fa1[_0x5bdf80(0x1bb)](_0x4d0d4c)),_0xd0f046=new Map(_0x49e55d[_0x5bdf80(0x1df)](_0xa8fcf8=>[_0xa8fcf8,this[_0x5bdf80(0x1bf)][_0x5bdf80(0x125)](_0xa8fcf8[_0x5bdf80(0x22c)],_0xa8fcf8[_0x5bdf80(0x14c)],_0x5bdf80(0x1a5))])),_0x9c8bec=new Map(_0x10afa3[_0x5bdf80(0x1df)](_0x28187d=>[_0x28187d,_0x28187d[_0x5bdf80(0x123)]()]));for(let _0xd91df2=0x0;_0xd91df2<_0x49e55d[_0x5bdf80(0x208)];_0xd91df2++){if(_0x198296(this,_0x49e55d[_0xd91df2],_0x49e55d,_0xd91df2+0x1))return!0x0;}for(let _0x79e320=0x0;_0x79e320<_0x49e55d[_0x5bdf80(0x208)];_0x79e320++){if(_0x198296(this,_0x49e55d[_0x79e320],_0x5ed463,0x0))return!0x0;}return!0x1;function _0x198296(_0x23ff9d,_0x2dd44e,_0x41d9c9,_0x1ca343){const _0x3a3506=_0x5bdf80;for(let _0x465ef5=_0x1ca343;_0x465ef5<_0x41d9c9[_0x3a3506(0x208)];_0x465ef5++){const _0x218ba3=_0x41d9c9[_0x465ef5];if(_0x218ba3[_0x3a3506(0x22c)]!==_0x2dd44e[_0x3a3506(0x22c)]||_0x218ba3[_0x3a3506(0x1cf)]['id']!==_0x2dd44e[_0x3a3506(0x1cf)]['id']||_0x218ba3[_0x3a3506(0x14c)]!==_0x2dd44e[_0x3a3506(0x14c)])continue;if(!Pt(_0x2dd44e,_0x218ba3,[_0x3a3506(0xaa)]))continue;if(_0x3a3506(0x193)==_0x2dd44e[_0x3a3506(0x22c)]&&_0x2dd44e[_0x3a3506(0x160)][_0x3a3506(0x18f)]!=_0x218ba3[_0x3a3506(0x160)][_0x3a3506(0x18f)])continue;if(_0x3a3506(0x193)==_0x2dd44e[_0x3a3506(0x22c)]&&_0x23ff9d[_0x3a3506(0x154)](_0x2dd44e[_0x3a3506(0x160)][_0x3a3506(0xdf)]))continue;if(_0x3a3506(0xe5)==_0x2dd44e[_0x3a3506(0x22c)]){const _0x54a5d7=_0x23ff9d[_0x3a3506(0x132)][_0x3a3506(0xea)],_0x17c893=_0x2dd44e[_0x3a3506(0x1f6)]();if(_0x17c893&&(_0x54a5d7[_0x3a3506(0x1d2)][_0x3a3506(0x201)](_0x17c893)||_0x54a5d7[_0x3a3506(0x1d2)][_0x3a3506(0xda)](_0x17c893)))continue;}const _0x52ab2a=_0xd0f046[_0x3a3506(0x16a)](_0x2dd44e),_0x16f2ce=_0x9c8bec[_0x3a3506(0x16a)](_0x2dd44e),_0x52edd5=_0x9c8bec[_0x3a3506(0x16a)](_0x218ba3),_0x303e06=_0x2dd44e[_0x3a3506(0x1dc)]&&_0x2dd44e[_0x3a3506(0x1dc)][_0x3a3506(0x208)],_0x794d7b=_0x218ba3[_0x3a3506(0x1dc)]&&_0x218ba3[_0x3a3506(0x1dc)][_0x3a3506(0x208)];if(!_0x303e06&&_0x52ab2a(_0x52edd5,_0x16f2ce))return _0x23ff9d[_0x3a3506(0x167)](_0x218ba3,_0x2dd44e),_0x9c8bec[_0x3a3506(0x93)](_0x2dd44e),!0x0;if(!_0x794d7b&&_0x52ab2a(_0x16f2ce,_0x52edd5))return _0x23ff9d[_0x3a3506(0x167)](_0x2dd44e,_0x218ba3),_0x9c8bec[_0x3a3506(0x93)](_0x218ba3),!0x0;}return!0x1;}}[_0x2e1423(0x167)](_0x5d8d1c,_0x566247){const _0x434b47=_0x2e1423;if(_0x5d8d1c[_0x434b47(0x14e)]){for(const _0x31621f of _0x566247[_0x434b47(0x123)]())_0x5d8d1c[_0x434b47(0x161)](_0x31621f);}else{const _0x401f90=_0x566247[_0x434b47(0xd0)]()[_0x434b47(0x150)];this[_0x434b47(0x18c)](_0x5d8d1c,this[_0x434b47(0x211)][_0x434b47(0x226)](_0x5d8d1c[_0x434b47(0xd0)]()[_0x434b47(0x164)],_0x401f90));}_0x566247[_0x434b47(0x88)]();}[_0x2e1423(0x1aa)](_0x2a24ef,_0x3c7e82){const _0x2876e4=_0x2e1423,_0x5a0ce4=_0x2a24ef[_0x2876e4(0x199)](_0x2876e4(0x200))||_0x2a24ef[_0x2876e4(0x199)](_0x2876e4(0x193))?_0x2876e4(0x231):_0x2a24ef[_0x2876e4(0x196)]();return _0x471fd6(this[_0x2876e4(0x132)][_0x2876e4(0x1f1)],_0x3c7e82+'_'+_0x5a0ce4+_0x2876e4(0x1b1));}[_0x2e1423(0x1e9)](){const _0x5e864c=_0x2e1423,_0x591e1c=this[_0x5e864c(0x132)];_0x33818d(this[_0x5e864c(0x211)],({left:_0x485658,entered:_0x1cffd5})=>{const _0x221fbe=_0x5e864c,_0x460db8=[];for(const _0x14cc7b of _0x485658){const {group:_0x576a95,type:_0x47ab34}=this[_0x221fbe(0x10a)](_0x14cc7b[_0x221fbe(0xc4)]);if(_0x221fbe(0xa9)===_0x576a95){_0x460db8[_0x221fbe(0x197)](this[_0x221fbe(0x1aa)](_0x47ab34,_0x221fbe(0x190)));break;}}for(const _0x59ad39 of _0x1cffd5){const {group:_0x5e6b53,type:_0x1f3477}=this[_0x221fbe(0x10a)](_0x59ad39[_0x221fbe(0xc4)]);if(_0x221fbe(0xa9)===_0x5e6b53){_0x460db8[_0x221fbe(0x197)](this[_0x221fbe(0x1aa)](_0x1f3477,_0x221fbe(0x18d)));break;}}_0x460db8[_0x221fbe(0x208)]&&_0x591e1c['ui'][_0x221fbe(0x13e)][_0x221fbe(0xce)](_0x221fbe(0xd9),_0x460db8[_0x221fbe(0x1a5)]('\x20'));});}[_0x2e1423(0x12d)](_0x5605fa){const _0x1a2039=_0x2e1423;if(this[_0x1a2039(0x1d6)])return!0x1;const _0x52b00e=this[_0x1a2039(0x132)],_0x27521b=_0x52b00e[_0x1a2039(0xea)][_0x1a2039(0x1fb)][_0x1a2039(0xf2)][_0x1a2039(0x16f)]();if(0x0==_0x27521b[_0x1a2039(0x208)])return!0x1;const _0x5d8971=[],_0xf5314=_0x27521b[_0x1a2039(0x8f)](_0xb48f9e=>_0x1a2039(0x193)==_0xb48f9e[_0x1a2039(0x22c)]),_0x236a30=_0x27521b[_0x1a2039(0x8f)](_0x14ef0a=>_0x1a2039(0xb1)==_0x14ef0a[_0x1a2039(0x22c)]&&_0x1a2039(0xd4)!=_0x14ef0a[_0x1a2039(0xc4)]),_0x1653f0=_0x27521b[_0x1a2039(0x8f)](_0x88730a=>_0x1a2039(0xd5)==_0x88730a[_0x1a2039(0x22c)]&&_0x1a2039(0xd4)!=_0x88730a[_0x1a2039(0xc4)]);for(const _0x474ef7 of _0xf5314)_0x5d8971[_0x1a2039(0x197)]({'key':_0x474ef7[_0x1a2039(0x16d)],'newValue':_0x474ef7[_0x1a2039(0x21c)],'oldValue':_0x474ef7[_0x1a2039(0xa2)],'range':Ot(_0x474ef7[_0x1a2039(0x153)],_0x52b00e[_0x1a2039(0xea)])});for(const _0x1577e3 of _0x236a30){const _0x4d4b54=_0x1653f0[_0x1a2039(0x227)](_0x1374c5=>_0x1374c5[_0x1a2039(0x1b8)][_0x1a2039(0x15b)](_0x1577e3[_0x1a2039(0x1b8)]));_0x4d4b54&&_0x5d8971[_0x1a2039(0x197)]({'key':_0x1a2039(0xe0),'newValue':_0x1577e3[_0x1a2039(0xc4)],'oldValue':_0x4d4b54[_0x1a2039(0xc4)],'range':_0x52b00e[_0x1a2039(0xea)][_0x1a2039(0x1d5)](_0x1577e3[_0x1a2039(0x1b8)][_0x1a2039(0x1ba)])});}return 0x0!=_0x5d8971[_0x1a2039(0x208)]&&this[_0x1a2039(0x18b)](_0x5605fa,_0x5d8971);}[_0x2e1423(0xfc)](_0x410dab){const _0x391572=_0x2e1423;let _0x21ed42=!0x1;const _0x2698d7=this[_0x391572(0x132)][_0x391572(0xea)][_0x391572(0x1fb)][_0x391572(0xf2)][_0x391572(0x134)]()[_0x391572(0x8f)](_0x474002=>_0x474002[_0x391572(0x160)][_0x391572(0xdb)]&&_0x474002[_0x391572(0xc4)][_0x391572(0x199)](_0x391572(0x222)));for(const _0x495418 of _0x2698d7){const {subType:_0x4ec84a,id:_0x225fe4}=this[_0x391572(0x10a)](_0x495418[_0x391572(0xc4)]),_0x13784e=_0x4ec84a[_0x391572(0x204)]('|')[0x0];for(const _0x542300 of this[_0x391572(0x1fe)]({'skipNotAttached':!0x0}))_0x542300['id']!=_0x225fe4&&_0x391572(0x193)==_0x542300[_0x391572(0x22c)]&&_0x542300[_0x391572(0x160)]&&_0x542300[_0x391572(0x160)][_0x391572(0xdf)]==_0x13784e&&_0x542300[_0x391572(0xd0)]()[_0x391572(0x105)](_0x495418[_0x391572(0x160)][_0x391572(0xdb)])&&(this[_0x391572(0xe4)](_0x542300,_0x495418[_0x391572(0x160)][_0x391572(0xdb)],_0x410dab),_0x21ed42=!0x0);}return _0x21ed42;}[_0x2e1423(0x104)](_0x212b69){const _0x11fa32=_0x2e1423;this[_0x11fa32(0x132)],(this[_0x11fa32(0x1d6)]=!0x0,_0x212b69());}[_0x2e1423(0x1dd)](_0x2ffe77){const _0x368d45=_0x2e1423,_0x77db24=this[_0x368d45(0x154)](_0x2ffe77),_0x3b9f2e=this[_0x368d45(0x8c)][_0x368d45(0x1bb)](_0x2ffe77);return _0x77db24||_0x3b9f2e;}[_0x2e1423(0x18b)](_0x1bc4ef,_0xc75adf){const _0x1d5a81=_0x2e1423;if(0x0==_0xc75adf[_0x1d5a81(0x208)])return!0x1;let _0x23e96b=!0x1;for(const _0x21de55 of _0xc75adf){const _0x1704f9=this[_0x1d5a81(0x20a)](_0x21de55[_0x1d5a81(0x153)],_0x1d5a81(0x193))[_0x1d5a81(0x8f)](_0x52ded1=>!_0x52ded1[_0x1d5a81(0xe9)][_0x1d5a81(0x1a3)])[_0x1d5a81(0x1df)](_0x2db92d=>_0x2db92d[_0x1d5a81(0xa9)]),_0x1b145e=_0x4480b1({'newValue':_0x21de55[_0x1d5a81(0x84)]});_0x1704f9[_0x1d5a81(0x8f)](_0x34dcc8=>{const _0x4526dd=_0x1d5a81,[_0x3e177c,_0x16a0b6]=_0x34dcc8[_0x4526dd(0x14c)][_0x4526dd(0x204)]('|');return _0x3e177c==_0x21de55[_0x4526dd(0xdf)]&&_0x16a0b6!=_0x1b145e;})[_0x1d5a81(0x115)](_0x11cf4c=>{const _0x909577=_0x1d5a81;this[_0x909577(0xe4)](_0x11cf4c,_0x21de55[_0x909577(0x153)],_0x1bc4ef),_0x23e96b=!0x0;});}return _0x23e96b;}[_0x2e1423(0xe4)](_0x4875f4,_0x5c53b1,_0x692ebf){const _0x38587a=_0x2e1423,_0x1a4fcd=_0x4875f4[_0x38587a(0xd0)]()[_0x38587a(0xca)](_0x5c53b1);0x0!==_0x1a4fcd[_0x38587a(0x208)]?0x1!==_0x1a4fcd[_0x38587a(0x208)]?this[_0x38587a(0x166)](_0x4875f4,_0x5c53b1[_0x38587a(0x164)],_0x5c53b1[_0x38587a(0x150)]):this[_0x38587a(0x18c)](_0x4875f4,_0x1a4fcd[0x0]):_0x692ebf[_0x38587a(0xef)](_0x4875f4[_0x38587a(0xcd)]());}}class xt{constructor(_0x2ee211){const _0x43533d=_0x2e1423;this[_0x43533d(0x1e2)]=_0x2ee211,this[_0x43533d(0x211)]=_0x2ee211[_0x43533d(0xea)],this[_0x43533d(0x139)]=new Map(),this[_0x43533d(0x180)]=new Map(),this[_0x43533d(0x22f)]();}[_0x2e1423(0xfd)](_0x367097,_0x2adfed,_0x4541f9,_0x59bd31,_0x58ed71,_0x2f9bcf){const _0x13e896=_0x2e1423;return new _0x2eed77(this[_0x13e896(0x211)],{'type':_0x367097,'subType':_0x2adfed,'id':_0x4541f9,'author':_0x59bd31,'creator':_0x59bd31,'attributes':_0x58ed71,'onAttributesChange':_0x2f9bcf,'onAccept':(..._0x21f4c3)=>this[_0x13e896(0x125)](_0x367097,_0x2adfed,_0x13e896(0x144))(..._0x21f4c3),'onDiscard':(..._0x5234f0)=>this[_0x13e896(0x125)](_0x367097,_0x2adfed,_0x13e896(0x1a1))(..._0x5234f0)});}[_0x2e1423(0x1ec)](_0x1e9e28,_0x34fbc4,_0x2a8a91,_0x206d5d){const _0x4b4961=_0x2e1423,_0x2ec854=_0x1e9e28+':'+_0x34fbc4+':'+_0x2a8a91;this[_0x4b4961(0x139)][_0x4b4961(0x114)](_0x2ec854,_0x206d5d);}[_0x2e1423(0x125)](_0x142fc4,_0x31742e,_0x1c9824){const _0x5d5e4c=_0x2e1423,_0x459adb=_0x142fc4+':'+_0x31742e+':'+_0x1c9824;return this[_0x5d5e4c(0x139)][_0x5d5e4c(0x16a)](_0x459adb)||this[_0x5d5e4c(0x180)][_0x5d5e4c(0x16a)](_0x142fc4+':'+_0x1c9824);}[_0x2e1423(0x22f)](){const _0x5e9a77=_0x2e1423,_0x266656=()=>!0x1,_0x19b5f1=_0x168558=>{const _0x52312e=_0x4d26;_0x168558[_0x52312e(0xb3)]((_0x56e14b,_0x5eb4f8)=>_0x56e14b[_0x52312e(0x164)][_0x52312e(0xe3)](_0x5eb4f8[_0x52312e(0x164)])?0x1:-0x1),this[_0x52312e(0x211)][_0x52312e(0xc9)](_0x4c4822=>{const _0x45bcb4=_0x52312e;for(const _0x35dce7 of _0x168558){let _0xe891d2;_0xe891d2=_0x35dce7[_0x45bcb4(0x150)][_0x45bcb4(0x1e0)]&&_0x35dce7[_0x45bcb4(0x150)][_0x45bcb4(0x133)]==_0x35dce7[_0x45bcb4(0x164)][_0x45bcb4(0x1ba)]?_0x4c4822[_0x45bcb4(0xed)](_0x35dce7[_0x45bcb4(0x164)][_0x45bcb4(0x1ba)],'on'):_0x4c4822[_0x45bcb4(0xed)](_0x35dce7),this[_0x45bcb4(0x211)][_0x45bcb4(0x127)](_0xe891d2,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2e8e94=(_0x4343bd,_0x3eed6e)=>{const _0x1708fc=_0x4d26;_0x3eed6e&&this[_0x1708fc(0x211)][_0x1708fc(0xc9)](_0x2de89a=>{const _0x1b5b96=_0x1708fc,{commandName:_0x1541d9,commandParams:_0x4f73ab=[]}=_0x3eed6e,_0x5c7f11=_0x4343bd[_0x1b5b96(0x1df)](_0x765a4=>(Tt(_0x765a4)&&(_0x765a4=this[_0x1b5b96(0x211)][_0x1b5b96(0x226)](_0x765a4[_0x1b5b96(0x150)])),_0x765a4))[_0x1b5b96(0x8f)](_0x115934=>_0x1b5b96(0x10f)!==_0x115934[_0x1b5b96(0x194)][_0x1b5b96(0x202)]);if(_0x5c7f11[_0x1b5b96(0x208)]<0x1)return;const _0x2aad17=Array[_0x1b5b96(0x1b5)](this[_0x1b5b96(0x211)][_0x1b5b96(0x1fb)][_0x1b5b96(0x216)][_0x1b5b96(0x123)]())[_0x1b5b96(0x1df)](_0x3d8888=>_0x229706[_0x1b5b96(0xe1)](_0x3d8888));_0x2de89a[_0x1b5b96(0x1c6)](_0x5c7f11);for(const _0x349af3 of this[_0x1b5b96(0x1e2)][_0x1b5b96(0x174)][_0x1b5b96(0x174)]())_0x349af3[_0x1b5b96(0x213)]();_0x4f73ab[_0x1b5b96(0x197)]({'forceDefaultExecution':!0x0}),this[_0x1b5b96(0x1e2)][_0x1b5b96(0x15d)](_0x1541d9,..._0x4f73ab);const _0x1aa0c1=_0x2aad17[_0x1b5b96(0x8f)](_0x3ad599=>_0x1b5b96(0x10f)!=_0x3ad599[_0x1b5b96(0x194)][_0x1b5b96(0x202)]);_0x1aa0c1[_0x1b5b96(0x208)]>0x0&&_0x2de89a[_0x1b5b96(0x1c6)](_0x1aa0c1);for(const _0x576f5a of _0x2aad17)_0x576f5a[_0x1b5b96(0x137)]();});},_0x369b42=(_0x3a7541,_0x4298ee)=>0x1==_0x3a7541[_0x5e9a77(0x208)]&&0x1==_0x4298ee[_0x5e9a77(0x208)]&&_0x3a7541[0x0][_0x5e9a77(0x150)][_0x5e9a77(0x15b)](_0x4298ee[0x0][_0x5e9a77(0x164)]),_0x33ae5e=(_0x5e5d72,_0x3be305,_0x801a07,_0x5807b1)=>Ft(_0x5e5d72,_0x3be305,_0x801a07,_0x5807b1,this[_0x5e9a77(0x211)])?[_0x5e5d72,_0x3be305]:Ft(_0x3be305,_0x5e5d72,_0x5807b1,_0x801a07,this[_0x5e9a77(0x211)])?[_0x3be305,_0x5e5d72]:null;this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x16e),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x86),_0x19b5f1),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x22d),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x11f),_0x33ae5e),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0xf7),_0x19b5f1),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x223),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x8e),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0xc6),_0x33ae5e),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x1f9),_0x2e8e94),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x152),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x112),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x225),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x12a),_0x2e8e94),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x11e),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0xcb),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x173),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x19e),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x113),(_0x46f4f2,_0x3a4552)=>{const _0x2562a2=_0x5e9a77;if(!_0x3a4552)return;const _0x3f4ba7=this[_0x2562a2(0x1e2)][_0x2562a2(0x1a9)][_0x2562a2(0x16a)](p);this[_0x2562a2(0x211)][_0x2562a2(0xc9)](_0x4bb302=>{const _0x106daa=_0x2562a2;if(_0x106daa(0xe0)==_0x3a4552[_0x106daa(0xdf)])for(const _0x8078d1 of _0x46f4f2){const _0x206ee9=_0x8078d1[_0x106daa(0x164)][_0x106daa(0x1ba)],_0x4d8a72=_0x3a4552[_0x106daa(0x18f)];_0x4bb302[_0x106daa(0x19c)](_0x206ee9,_0x4d8a72);}else{if(_0x3f4ba7[_0x106daa(0x154)](_0x3a4552[_0x106daa(0xdf)])){for(const _0x31d9c0 of _0x46f4f2)void 0x0!==_0x3a4552[_0x106daa(0x18f)]?_0x4bb302[_0x106daa(0x128)](_0x3a4552[_0x106daa(0xdf)],_0x3a4552[_0x106daa(0x18f)],_0x31d9c0[_0x106daa(0x164)][_0x106daa(0x1ba)]):_0x4bb302[_0x106daa(0x20e)](_0x3a4552[_0x106daa(0xdf)],_0x31d9c0[_0x106daa(0x164)][_0x106daa(0x1ba)]);}else{for(const _0x283aa2 of _0x46f4f2)_0x3a4552[_0x106daa(0x18f)]?_0x4bb302[_0x106daa(0x128)](_0x3a4552[_0x106daa(0xdf)],_0x3a4552[_0x106daa(0x18f)],_0x283aa2):_0x4bb302[_0x106daa(0x20e)](_0x3a4552[_0x106daa(0xdf)],_0x283aa2);}}});}),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x11a),_0x369b42);}}function Rt(_0x164b39,_0x3052ce,_0x2c771f){const _0x37e111=_0x2e1423;for(const _0x585cc6 of _0x3052ce[_0x37e111(0x133)][_0x37e111(0x100)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x585cc6[_0x37e111(0x194)]==_0x585cc6)return!0x1;if(!_0x2c771f[_0x37e111(0x14a)](_0x585cc6))return!0x1;if(_0x164b39[_0x37e111(0x201)](_0x585cc6)||_0x164b39[_0x37e111(0xda)](_0x585cc6))return!0x0;}return!0x1;}function Tt(_0x109401){const _0x122c47=_0x2e1423;return _0x109401[_0x122c47(0x150)][_0x122c47(0x133)]==_0x109401[_0x122c47(0x164)][_0x122c47(0x1ba)]&&_0x109401[_0x122c47(0x150)][_0x122c47(0x110)];}function Et(_0x2c4efe,_0x3206ce,_0x49630c,_0xcf5463){const _0x37b9b9=_0x2e1423,_0x4877b8=_0x5d4b52=>!_0x5d4b52[_0x37b9b9(0xd7)]['is'](_0x37b9b9(0x1e3))&&!_0xcf5463[_0x37b9b9(0x201)](_0x5d4b52[_0x37b9b9(0xd7)]),_0x1edc4a=_0x2c4efe[_0x37b9b9(0x164)][_0x37b9b9(0xb9)](_0x4877b8),_0x2752a0=_0x2c4efe[_0x37b9b9(0x150)][_0x37b9b9(0xb9)](_0x4877b8,{'direction':_0x37b9b9(0xf5)});return(!_0x2c4efe[_0x37b9b9(0x164)][_0x37b9b9(0x15b)](_0x1edc4a)||!_0x2c4efe[_0x37b9b9(0x150)][_0x37b9b9(0x15b)](_0x2752a0))&&(_0x1edc4a[_0x37b9b9(0xe3)](_0x2752a0)?_0x49630c[_0x37b9b9(0x102)](_0x3206ce,{'range':_0x49630c[_0x37b9b9(0x226)](_0x1edc4a,_0x2752a0)}):_0x49630c[_0x37b9b9(0xef)](_0x3206ce),!0x0);}function Vt(_0xdd67c9){return _0x4480b1(_0xdd67c9);}function Ut(_0x3c5ddb){const _0x532acd=_0x2e1423,_0x129288=_0x3c5ddb[_0x532acd(0x164)][_0x532acd(0x1ba)];return _0x129288&&_0x129288['is'](_0x532acd(0x1de));}function Ot(_0x3a117c,_0x2a9c95){const _0x2b891b=_0x2e1423;return null==_0x3a117c[_0x2b891b(0x150)][_0x2b891b(0x1b6)]&&_0x3a117c[_0x2b891b(0x150)][_0x2b891b(0x133)]==_0x3a117c[_0x2b891b(0x164)][_0x2b891b(0x1ba)]?Gt(_0x3a117c[_0x2b891b(0x164)][_0x2b891b(0x1ba)],_0x2a9c95):_0x3a117c;}function Gt(_0x224e4e,_0x1d8313){const _0x450a80=_0x2e1423,_0x2a00c1=_0x1d8313[_0x450a80(0x1d2)][_0x450a80(0x201)](_0x224e4e)||_0x1d8313[_0x450a80(0x1d2)][_0x450a80(0x15a)](_0x224e4e);return _0x1d8313[_0x450a80(0x226)](_0x1d8313[_0x450a80(0x1c2)](_0x224e4e,_0x450a80(0x145)),_0x2a00c1?_0x1d8313[_0x450a80(0x21a)](_0x224e4e):_0x1d8313[_0x450a80(0x1c2)](_0x224e4e,_0x450a80(0x150)));}function Ft(_0xd4d9c6,_0x5c275b,_0x3889b4,_0x2d4c03,_0x588912){const _0x4d8c28=_0x2e1423;if(!Pt(_0xd4d9c6,_0x5c275b))return!0x1;if(_0x3889b4[_0x4d8c28(0x150)][_0x4d8c28(0x15b)](_0x2d4c03[_0x4d8c28(0x164)]))return!0x0;if(_0xd4d9c6[_0x4d8c28(0x22c)]!=_0x5c275b[_0x4d8c28(0x22c)])return!0x1;if(!_0x3889b4[_0x4d8c28(0x150)][_0x4d8c28(0x12c)](_0x2d4c03[_0x4d8c28(0x164)]))return!0x1;const _0x24c29c=_0x588912[_0x4d8c28(0x226)](_0x3889b4[_0x4d8c28(0x150)],_0x2d4c03[_0x4d8c28(0x164)])[_0x4d8c28(0x179)]();for(const _0xf3ad25 of _0x24c29c)if([_0x4d8c28(0xde),_0x4d8c28(0x1d4)][_0x4d8c28(0x207)](_0xf3ad25[_0x4d8c28(0x22c)])&&_0x588912[_0x4d8c28(0x1d2)][_0x4d8c28(0xda)](_0xf3ad25[_0x4d8c28(0xd7)]))return!0x1;return!0x0;}function Pt(_0x2f2065,_0xcb8359,_0x590bf4=[]){const _0x4472bd=_0x2e1423;return!(!_0x2f2065[_0x4472bd(0x121)]||!_0xcb8359[_0x4472bd(0x121)])&&_0x36259b(_0x1d9e3b(_0x2f2065[_0x4472bd(0x1d1)],_0x590bf4),_0x1d9e3b(_0xcb8359[_0x4472bd(0x1d1)],_0x590bf4));}function Lt(_0x253a97,_0x3ab45e){const _0x4279f7=_0x2e1423,_0x2b8b32=Ht(_0x253a97[_0x4279f7(0x1d1)]),_0x5b807c=Ht(_0x3ab45e);if(!_0x253a97[_0x4279f7(0x121)])return!0x1;for(const _0x2d3b0a of Object[_0x4279f7(0x135)](_0x5b807c))if(!_0x36259b(_0x2b8b32[_0x2d3b0a],_0x5b807c[_0x2d3b0a]))return!0x1;return!0x0;}function Ht(_0x117e96){const _0x3fe3e8=_0x2e1423,_0x242c53=Object[_0x3fe3e8(0x1ab)]({},_0x117e96);return delete _0x242c53[_0x3fe3e8(0x12e)],delete _0x242c53[_0x3fe3e8(0x90)],_0x242c53;}
@@ -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;}