@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.3

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 (235) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +312 -0
  4. package/dist/index.css +951 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/az.d.ts +8 -0
  8. package/dist/translations/az.js +23 -0
  9. package/dist/translations/bg.d.ts +8 -0
  10. package/dist/translations/bg.js +23 -0
  11. package/dist/translations/bn.d.ts +8 -0
  12. package/dist/translations/bn.js +23 -0
  13. package/dist/translations/ca.d.ts +8 -0
  14. package/dist/translations/ca.js +23 -0
  15. package/dist/translations/cs.d.ts +8 -0
  16. package/dist/translations/cs.js +23 -0
  17. package/dist/translations/da.d.ts +8 -0
  18. package/dist/translations/da.js +23 -0
  19. package/dist/translations/de.d.ts +8 -0
  20. package/dist/translations/de.js +23 -0
  21. package/dist/translations/el.d.ts +8 -0
  22. package/dist/translations/el.js +23 -0
  23. package/dist/translations/en-au.d.ts +8 -0
  24. package/dist/translations/en-au.js +23 -0
  25. package/dist/translations/en.d.ts +8 -0
  26. package/dist/translations/en.js +23 -0
  27. package/dist/translations/es.d.ts +8 -0
  28. package/dist/translations/es.js +23 -0
  29. package/dist/translations/et.d.ts +8 -0
  30. package/dist/translations/et.js +23 -0
  31. package/dist/translations/fi.d.ts +8 -0
  32. package/dist/translations/fi.js +23 -0
  33. package/dist/translations/fr.d.ts +8 -0
  34. package/dist/translations/fr.js +23 -0
  35. package/dist/translations/gl.d.ts +8 -0
  36. package/dist/translations/gl.js +23 -0
  37. package/dist/translations/he.d.ts +8 -0
  38. package/dist/translations/he.js +23 -0
  39. package/dist/translations/hi.d.ts +8 -0
  40. package/dist/translations/hi.js +23 -0
  41. package/dist/translations/hr.d.ts +8 -0
  42. package/dist/translations/hr.js +23 -0
  43. package/dist/translations/hu.d.ts +8 -0
  44. package/dist/translations/hu.js +23 -0
  45. package/dist/translations/id.d.ts +8 -0
  46. package/dist/translations/id.js +23 -0
  47. package/dist/translations/it.d.ts +8 -0
  48. package/dist/translations/it.js +23 -0
  49. package/dist/translations/ja.d.ts +8 -0
  50. package/dist/translations/ja.js +23 -0
  51. package/dist/translations/ko.d.ts +8 -0
  52. package/dist/translations/ko.js +23 -0
  53. package/dist/translations/lt.d.ts +8 -0
  54. package/dist/translations/lt.js +23 -0
  55. package/dist/translations/lv.d.ts +8 -0
  56. package/dist/translations/lv.js +23 -0
  57. package/dist/translations/ms.d.ts +8 -0
  58. package/dist/translations/ms.js +23 -0
  59. package/dist/translations/nl.d.ts +8 -0
  60. package/dist/translations/nl.js +23 -0
  61. package/dist/translations/no.d.ts +8 -0
  62. package/dist/translations/no.js +23 -0
  63. package/dist/translations/pl.d.ts +8 -0
  64. package/dist/translations/pl.js +23 -0
  65. package/dist/translations/pt-br.d.ts +8 -0
  66. package/dist/translations/pt-br.js +23 -0
  67. package/dist/translations/pt.d.ts +8 -0
  68. package/dist/translations/pt.js +23 -0
  69. package/dist/translations/ro.d.ts +8 -0
  70. package/dist/translations/ro.js +23 -0
  71. package/dist/translations/ru.d.ts +8 -0
  72. package/dist/translations/ru.js +23 -0
  73. package/dist/translations/sk.d.ts +8 -0
  74. package/dist/translations/sk.js +23 -0
  75. package/dist/translations/sq.d.ts +8 -0
  76. package/dist/translations/sq.js +23 -0
  77. package/dist/translations/sr-latn.d.ts +8 -0
  78. package/dist/translations/sr-latn.js +23 -0
  79. package/dist/translations/sr.d.ts +8 -0
  80. package/dist/translations/sr.js +23 -0
  81. package/dist/translations/sv.d.ts +8 -0
  82. package/dist/translations/sv.js +23 -0
  83. package/dist/translations/th.d.ts +8 -0
  84. package/dist/translations/th.js +23 -0
  85. package/dist/translations/tk.d.ts +8 -0
  86. package/dist/translations/tk.js +23 -0
  87. package/dist/translations/tr.d.ts +8 -0
  88. package/dist/translations/tr.js +23 -0
  89. package/dist/translations/tt.d.ts +8 -0
  90. package/dist/translations/tt.js +23 -0
  91. package/dist/translations/uk.d.ts +8 -0
  92. package/dist/translations/uk.js +23 -0
  93. package/dist/translations/ur.d.ts +8 -0
  94. package/dist/translations/ur.js +23 -0
  95. package/dist/translations/vi.d.ts +8 -0
  96. package/dist/translations/vi.js +23 -0
  97. package/dist/translations/zh-cn.d.ts +8 -0
  98. package/dist/translations/zh-cn.js +23 -0
  99. package/dist/translations/zh.d.ts +8 -0
  100. package/dist/translations/zh.js +23 -0
  101. package/dist/types/augmentation.d.ts +44 -0
  102. package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
  103. package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
  104. package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
  105. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
  106. package/dist/types/commands/trackchangescommand.d.ts +30 -0
  107. package/dist/types/index.d.ts +20 -0
  108. package/dist/types/integrations/aiassistant.d.ts +21 -0
  109. package/dist/types/integrations/alignment.d.ts +21 -0
  110. package/dist/types/integrations/basicstyles.d.ts +21 -0
  111. package/dist/types/integrations/blockquote.d.ts +21 -0
  112. package/dist/types/integrations/casechange.d.ts +21 -0
  113. package/dist/types/integrations/ckbox.d.ts +21 -0
  114. package/dist/types/integrations/codeblock.d.ts +21 -0
  115. package/dist/types/integrations/comments.d.ts +18 -0
  116. package/dist/types/integrations/deletecommand.d.ts +21 -0
  117. package/dist/types/integrations/entercommand.d.ts +20 -0
  118. package/dist/types/integrations/findandreplace.d.ts +25 -0
  119. package/dist/types/integrations/font.d.ts +21 -0
  120. package/dist/types/integrations/formatpainter.d.ts +21 -0
  121. package/dist/types/integrations/heading.d.ts +21 -0
  122. package/dist/types/integrations/highlight.d.ts +21 -0
  123. package/dist/types/integrations/horizontalline.d.ts +21 -0
  124. package/dist/types/integrations/htmlembed.d.ts +21 -0
  125. package/dist/types/integrations/image.d.ts +21 -0
  126. package/dist/types/integrations/imagereplace.d.ts +21 -0
  127. package/dist/types/integrations/imagestyle.d.ts +21 -0
  128. package/dist/types/integrations/importword.d.ts +22 -0
  129. package/dist/types/integrations/indent.d.ts +21 -0
  130. package/dist/types/integrations/inputcommand.d.ts +20 -0
  131. package/dist/types/integrations/legacylist.d.ts +21 -0
  132. package/dist/types/integrations/legacylistproperties.d.ts +33 -0
  133. package/dist/types/integrations/link.d.ts +21 -0
  134. package/dist/types/integrations/list.d.ts +21 -0
  135. package/dist/types/integrations/listproperties.d.ts +24 -0
  136. package/dist/types/integrations/mediaembed.d.ts +21 -0
  137. package/dist/types/integrations/mention.d.ts +21 -0
  138. package/dist/types/integrations/pagebreak.d.ts +21 -0
  139. package/dist/types/integrations/paragraph.d.ts +21 -0
  140. package/dist/types/integrations/removeformat.d.ts +21 -0
  141. package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
  142. package/dist/types/integrations/shiftentercommand.d.ts +20 -0
  143. package/dist/types/integrations/standardeditingmode.d.ts +21 -0
  144. package/dist/types/integrations/style.d.ts +21 -0
  145. package/dist/types/integrations/table.d.ts +46 -0
  146. package/dist/types/integrations/tablecaption.d.ts +26 -0
  147. package/dist/types/integrations/tableclipboard.d.ts +23 -0
  148. package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
  149. package/dist/types/integrations/tableheadings.d.ts +26 -0
  150. package/dist/types/integrations/tablemergesplit.d.ts +26 -0
  151. package/dist/types/integrations/tableofcontents.d.ts +21 -0
  152. package/dist/types/integrations/tableproperties.d.ts +31 -0
  153. package/dist/types/integrations/template.d.ts +21 -0
  154. package/dist/types/integrations/title.d.ts +21 -0
  155. package/dist/types/integrations/undo.d.ts +21 -0
  156. package/dist/types/integrations/utils.d.ts +25 -0
  157. package/dist/types/suggestion.d.ts +295 -0
  158. package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
  159. package/dist/types/trackchanges.d.ts +184 -0
  160. package/dist/types/trackchangesconfig.d.ts +82 -0
  161. package/dist/types/trackchangesdata.d.ts +45 -0
  162. package/dist/types/trackchangesediting.d.ts +529 -0
  163. package/dist/types/trackchangesui.d.ts +42 -0
  164. package/dist/types/ui/suggestioncontroller.d.ts +41 -0
  165. package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
  166. package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
  167. package/dist/types/utils/common-translations.d.ts +13 -0
  168. package/dist/types/utils/utils.d.ts +34 -0
  169. package/package.json +4 -3
  170. package/src/commands/acceptsuggestioncommand.js +1 -1
  171. package/src/commands/discardsuggestioncommand.js +1 -1
  172. package/src/commands/executeonallsuggestionscommand.js +1 -1
  173. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  174. package/src/commands/trackchangescommand.js +1 -1
  175. package/src/index.js +1 -1
  176. package/src/integrations/aiassistant.js +1 -1
  177. package/src/integrations/alignment.js +1 -1
  178. package/src/integrations/basicstyles.js +1 -1
  179. package/src/integrations/blockquote.js +1 -1
  180. package/src/integrations/casechange.js +1 -1
  181. package/src/integrations/ckbox.js +1 -1
  182. package/src/integrations/codeblock.js +1 -1
  183. package/src/integrations/comments.js +1 -1
  184. package/src/integrations/deletecommand.js +1 -1
  185. package/src/integrations/entercommand.js +1 -1
  186. package/src/integrations/findandreplace.js +1 -1
  187. package/src/integrations/font.js +1 -1
  188. package/src/integrations/formatpainter.js +1 -1
  189. package/src/integrations/heading.js +1 -1
  190. package/src/integrations/highlight.js +1 -1
  191. package/src/integrations/horizontalline.js +1 -1
  192. package/src/integrations/htmlembed.js +1 -1
  193. package/src/integrations/image.js +1 -1
  194. package/src/integrations/imagereplace.js +1 -1
  195. package/src/integrations/imagestyle.js +1 -1
  196. package/src/integrations/importword.js +1 -1
  197. package/src/integrations/indent.js +1 -1
  198. package/src/integrations/inputcommand.js +1 -1
  199. package/src/integrations/legacylist.js +1 -1
  200. package/src/integrations/legacylistproperties.js +1 -1
  201. package/src/integrations/link.js +1 -1
  202. package/src/integrations/list.js +1 -1
  203. package/src/integrations/listproperties.js +1 -1
  204. package/src/integrations/mediaembed.js +1 -1
  205. package/src/integrations/mention.js +1 -1
  206. package/src/integrations/pagebreak.js +1 -1
  207. package/src/integrations/paragraph.js +1 -1
  208. package/src/integrations/removeformat.js +1 -1
  209. package/src/integrations/restrictededitingmode.js +1 -1
  210. package/src/integrations/shiftentercommand.js +1 -1
  211. package/src/integrations/standardeditingmode.js +1 -1
  212. package/src/integrations/style.js +1 -1
  213. package/src/integrations/table.js +1 -1
  214. package/src/integrations/tablecaption.js +1 -1
  215. package/src/integrations/tableclipboard.js +1 -1
  216. package/src/integrations/tablecolumnresize.js +1 -1
  217. package/src/integrations/tableheadings.js +1 -1
  218. package/src/integrations/tablemergesplit.js +1 -1
  219. package/src/integrations/tableofcontents.js +1 -1
  220. package/src/integrations/tableproperties.js +1 -1
  221. package/src/integrations/template.js +1 -1
  222. package/src/integrations/title.js +1 -1
  223. package/src/integrations/undo.js +1 -1
  224. package/src/integrations/utils.js +1 -1
  225. package/src/suggestion.js +1 -1
  226. package/src/suggestiondescriptionfactory.js +1 -1
  227. package/src/trackchanges.js +1 -1
  228. package/src/trackchangesdata.js +1 -1
  229. package/src/trackchangesediting.js +1 -1
  230. package/src/trackchangesui.js +1 -1
  231. package/src/ui/suggestioncontroller.js +1 -1
  232. package/src/ui/view/basesuggestionthreadview.js +1 -1
  233. package/src/ui/view/suggestionthreadview.js +1 -1
  234. package/src/utils/common-translations.js +1 -1
  235. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x49ba(_0x5132b4,_0xd01f8f){const _0x29ac1b=_0x29ac();return _0x49ba=function(_0x49ba71,_0x4e76bf){_0x49ba71=_0x49ba71-0x1ed;let _0x127d0c=_0x29ac1b[_0x49ba71];return _0x127d0c;},_0x49ba(_0x5132b4,_0xd01f8f);}const _0x2fda62=_0x49ba;(function(_0x2b49ea,_0xa88188){const _0x420b54=_0x49ba,_0x2d8b4d=_0x2b49ea();while(!![]){try{const _0x437298=parseInt(_0x420b54(0x337))/0x1+-parseInt(_0x420b54(0x32d))/0x2*(parseInt(_0x420b54(0x264))/0x3)+-parseInt(_0x420b54(0x25f))/0x4*(parseInt(_0x420b54(0x2c6))/0x5)+parseInt(_0x420b54(0x289))/0x6*(parseInt(_0x420b54(0x2ab))/0x7)+parseInt(_0x420b54(0x328))/0x8*(-parseInt(_0x420b54(0x298))/0x9)+parseInt(_0x420b54(0x1f7))/0xa*(parseInt(_0x420b54(0x31f))/0xb)+-parseInt(_0x420b54(0x36a))/0xc*(-parseInt(_0x420b54(0x209))/0xd);if(_0x437298===_0xa88188)break;else _0x2d8b4d['push'](_0x2d8b4d['shift']());}catch(_0x37ea60){_0x2d8b4d['push'](_0x2d8b4d['shift']());}}}(_0x29ac,0x34bfe));import{Plugin as _0x53a2ea,PendingActions as _0xe6fdbe}from'ckeditor5/src/core.js';import{LiveRange as _0x5b6962}from'ckeditor5/src/engine.js';import{CKEditorError as _0x51ae20,uid as _0x2e0e5f,priorities as _0x48ac01,logWarning as _0x2a6906}from'ckeditor5/src/utils.js';import{toWidget as _0x4ac222}from'ckeditor5/src/widget.js';import{Users as _0x4a7cb8,hashObject as _0x18ac71,surroundingMarkersDetector as _0x3e1680}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5a7559 from'./commands/trackchangescommand.js';import _0x48c55f from'./commands/acceptsuggestioncommand.js';import _0x5bf209 from'./commands/discardsuggestioncommand.js';import _0x31f7ad from'./commands/executeonallsuggestionscommand.js';import _0x49b5a0 from'./commands/executeonselectedsuggestionscommand.js';import _0x4c8752 from'./suggestion.js';import _0x271be7 from'./suggestiondescriptionfactory.js';import _0x1436c1 from'./integrations/aiassistant.js';import _0x8e4f22 from'./integrations/alignment.js';import _0x5c6388 from'./integrations/basicstyles.js';import _0x18039e from'./integrations/blockquote.js';import _0x20a12e from'./integrations/casechange.js';import _0x190565 from'./integrations/ckbox.js';import _0x369681 from'./integrations/codeblock.js';import _0x236c4a from'./integrations/comments.js';import _0x27eb93 from'./integrations/deletecommand.js';import _0xbac81c from'./integrations/list.js';import _0x13414a from'./integrations/listproperties.js';import _0xf383cb from'./integrations/entercommand.js';import _0x4dff6f from'./integrations/findandreplace.js';import _0xe1b425 from'./integrations/font.js';import _0x23cad5 from'./integrations/formatpainter.js';import _0x2e4284 from'./integrations/heading.js';import _0x28d7b5 from'./integrations/highlight.js';import _0x21c6d2 from'./integrations/horizontalline.js';import _0x2da743 from'./integrations/htmlembed.js';import _0xd729f5 from'./integrations/image.js';import _0x43680c from'./integrations/imagereplace.js';import _0x3d9d25 from'./integrations/imagestyle.js';import _0x1ec342 from'./integrations/importword.js';import _0x321269 from'./integrations/indent.js';import _0x55e66f from'./integrations/inputcommand.js';import _0x3c62a2 from'./integrations/link.js';import _0x428dc5 from'./integrations/legacylist.js';import _0x2b48e8 from'./integrations/legacylistproperties.js';import _0x3b06b6 from'./integrations/mediaembed.js';import _0x472b08 from'./integrations/mention.js';import _0x1bfa27 from'./integrations/pagebreak.js';import _0x16480b from'./integrations/paragraph.js';import _0x5e322b from'./integrations/removeformat.js';import _0x14dc3b from'./integrations/restrictededitingmode.js';import _0x1bc5be from'./integrations/shiftentercommand.js';import _0x2ee6b0 from'./integrations/standardeditingmode.js';import _0x31fe85 from'./integrations/style.js';import _0x31e294 from'./integrations/table.js';import _0xc7e949 from'./integrations/tablemergesplit.js';import _0x20e815 from'./integrations/tableheadings.js';import _0x566a79 from'./integrations/tableclipboard.js';import _0x436f85 from'./integrations/tablecolumnresize.js';import _0x3ca2bd from'./integrations/template.js';import _0x3a5ecd from'./integrations/tableofcontents.js';import _0x48c240 from'./integrations/title.js';import _0x4c3771 from'./integrations/undo.js';import _0x21a67a from'./integrations/tablecaption.js';import _0x2526cd from'./integrations/tableproperties.js';import{getTranslation as _0xc8b30e}from'./utils/common-translations.js';import{isEqual as _0x4f2fda,omit as _0x325f47}from'lodash-es';export const renameAttributeKey=_0x2fda62(0x268);export default class p extends _0x53a2ea{static get[_0x2fda62(0x22a)](){const _0x1508cd=_0x2fda62;return[_0x1508cd(0x2fb),_0x4a7cb8,_0xe6fdbe,_0x1436c1,_0x8e4f22,_0x5c6388,_0x18039e,_0x190565,_0x20a12e,_0x369681,_0x236c4a,_0x27eb93,_0xf383cb,_0x4dff6f,_0xe1b425,_0x23cad5,_0x2e4284,_0x28d7b5,_0x21c6d2,_0x2da743,_0xd729f5,_0x3d9d25,_0x43680c,_0x1ec342,_0x321269,_0x55e66f,_0x428dc5,_0x2b48e8,_0x3c62a2,_0xbac81c,_0x13414a,_0x3b06b6,_0x472b08,_0x1bfa27,_0x16480b,_0x5e322b,_0x14dc3b,_0x1bc5be,_0x2ee6b0,_0x31fe85,_0x31e294,_0xc7e949,_0x20e815,_0x21a67a,_0x566a79,_0x436f85,_0x3a5ecd,_0x2526cd,_0x3ca2bd,_0x48c240,_0x4c3771];}static get[_0x2fda62(0x2ac)](){const _0x4d7753=_0x2fda62;return _0x4d7753(0x2d4);}constructor(_0xdfbf60){const _0x50a404=_0x2fda62;function _0xc84828(_0x22777e){const _0x8d7328=_0x49ba;return _0x22777e[_0x8d7328(0x321)](_0x35c92d=>String[_0x8d7328(0x334)](_0x35c92d))[_0x8d7328(0x301)]('');}super(_0xdfbf60),this[_0x50a404(0x283)]=!0x1,this[_0x50a404(0x2d9)](_0x50a404(0x230),[]),this['on'](_0x50a404(0x26d),(_0x440ffc,_0x29684b,_0x3cc10e,_0x56bf2f)=>{const _0x43127f=_0x50a404;this[_0x43127f(0x37d)][_0x43127f(0x27d)](()=>{const _0x473186=_0x43127f;for(const _0x241e5d of[..._0x56bf2f,..._0x3cc10e])this[_0x473186(0x37d)][_0x473186(0x39c)][_0x473186(0x30c)](_0x241e5d)&&_0xdfbf60[_0x473186(0x315)][_0x473186(0x355)](_0x241e5d);});}),this[_0x50a404(0x23e)]=new _0x271be7(this[_0x50a404(0x263)][_0x50a404(0x22b)][_0x50a404(0x349)],this[_0x50a404(0x263)][_0x50a404(0x2c9)]),this[_0x50a404(0x278)]=null,this[_0x50a404(0x2be)]=new Bt(this[_0x50a404(0x263)]),this[_0x50a404(0x2f6)]=new Map(),this[_0x50a404(0x33e)]=_0xdfbf60[_0x50a404(0x255)][_0x50a404(0x202)](_0x50a404(0x2fb)),this[_0x50a404(0x240)]=new Set(),this[_0x50a404(0x37d)]=this[_0x50a404(0x263)][_0x50a404(0x22b)],this[_0x50a404(0x2c3)]=new WeakMap(),this[_0x50a404(0x36c)]=!0x1,this[_0x50a404(0x2f7)]=new Set([_0x50a404(0x268)]),this[_0x50a404(0x294)]=new Set(),_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x21d)](_0x50a404(0x387),_0x50a404(0x354)),this[_0x50a404(0x389)]=_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x202)](_0x50a404(0x387)),_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x21d)](_0x50a404(0x2cc),!0x0),this[_0x50a404(0x372)]=_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x202)](_0x50a404(0x2cc)),this[_0x50a404(0x316)]=new _0x5a7559(_0xdfbf60,this[_0x50a404(0x240)]),this[_0x50a404(0x23d)](),this[_0xc84828([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xc84828([0x34,0x30,0x34,0x38,0x30,0x36,0x33,0x36]);}[_0x2fda62(0x2d3)](){const _0x5e0bd7=_0x2fda62,_0xf5dee5=this[_0x5e0bd7(0x263)],_0x14bc3d=(_0x2adc9a,_0x58f8e5)=>{const _0x4608e7=_0x5e0bd7;if(_0x4608e7(0x323)!=_0x2adc9a)return _0x4608e7(0x2bd)+_0x2adc9a;const _0x3e877d=_0x58f8e5[_0x4608e7(0x271)]('|')[0x0];return this[_0x4608e7(0x360)](_0x3e877d)?_0x4608e7(0x258):_0x4608e7(0x22d);};_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x331)]({'model':_0x5e0bd7(0x282),'view':_0x2c8639=>{const _0x1c466e=_0x5e0bd7,{id:_0x3ecc4b,type:_0x587962,subType:_0x557e1a}=this[_0x1c466e(0x30d)](_0x2c8639[_0x1c466e(0x292)]),_0x60c4ac=[_0x1c466e(0x31c),_0x14bc3d(_0x587962,_0x557e1a)];let _0x19ee64=0xbb8;return this[_0x1c466e(0x230)][_0x1c466e(0x29b)](_0x2c8639[_0x1c466e(0x292)])&&(_0x60c4ac[_0x1c466e(0x2a4)](_0x1c466e(0x364)),_0x19ee64=0xbc2),_0x1c466e(0x2fd)==_0x587962&&(_0x19ee64+=0x5),{'classes':_0x60c4ac,'attributes':{'data-suggestion':_0x3ecc4b},'priority':_0x19ee64};}}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x20b)](_0xa69fee=>{const _0x10ea43=_0x5e0bd7;_0xa69fee['on'](_0x10ea43(0x2bf),(_0x2f5983,_0x2979ec,_0x5135da)=>{const _0x3a9b2d=_0x10ea43;if(!_0x5135da[_0x3a9b2d(0x286)][_0x3a9b2d(0x2fe)])return;const _0x21ff9b=_0x2979ec[_0x3a9b2d(0x223)];if(!_0x21ff9b)return;const _0x1ae487=_0x5135da[_0x3a9b2d(0x35e)][_0x3a9b2d(0x2e0)](_0x21ff9b);_0xf5dee5[_0x3a9b2d(0x22b)][_0x3a9b2d(0x349)][_0x3a9b2d(0x2b9)](_0x21ff9b)&&_0x1ae487&&!_0x1ae487[_0x3a9b2d(0x281)](_0x3a9b2d(0x20c))&&_0x1ae487['is'](_0x3a9b2d(0x313))&&_0x4ac222(_0x1ae487,_0x5135da[_0x3a9b2d(0x219)]);},{'priority':_0x10ea43(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x331)]({'model':_0x5e0bd7(0x282),'view':(_0x353ca4,_0x4ff292)=>{const _0xb4f8e6=_0x5e0bd7;if(!_0x4ff292[_0xb4f8e6(0x286)][_0xb4f8e6(0x2fe)])return null;const {type:_0x30d32d,subType:_0x4f3793}=this[_0xb4f8e6(0x30d)](_0x353ca4[_0xb4f8e6(0x292)]);return{'classes':[_0xb4f8e6(0x31c),_0x14bc3d(_0x30d32d,_0x4f3793)],'priority':0xbb8};}});const _0x2676d0=({showActiveMarkers:_0x5c51c9=!0x0,isAttributeSuggestion:_0x3b83b6=!0x1}={})=>(_0x34f6d7,_0x210a7e,_0x45e4c5)=>{const _0x439a89=_0x5e0bd7;if(!_0x210a7e[_0x439a89(0x223)])return;const {id:_0x55eded}=this[_0x439a89(0x30d)](_0x210a7e[_0x439a89(0x292)]);if(_0x3b83b6){const _0x5480ce=this[_0x439a89(0x2f6)][_0x439a89(0x202)](_0x55eded),_0x994f15=this[_0x439a89(0x38c)](_0x5480ce);if(!this[_0x439a89(0x360)](_0x994f15))return;}if(_0x210a7e[_0x439a89(0x223)]['is'](_0x439a89(0x1f9)))return void _0x45e4c5[_0x439a89(0x2b1)][_0x439a89(0x250)](_0x210a7e[_0x439a89(0x223)],_0x34f6d7[_0x439a89(0x259)]);const _0x296988=_0x45e4c5[_0x439a89(0x35e)][_0x439a89(0x2e0)](_0x210a7e[_0x439a89(0x223)]);if(_0x210a7e[_0x439a89(0x223)]['is'](_0x439a89(0x2cb))&&_0xf5dee5[_0x439a89(0x22b)][_0x439a89(0x349)][_0x439a89(0x33f)](_0x210a7e[_0x439a89(0x223)])&&!_0x296988[_0x439a89(0x281)](_0x439a89(0x225))){_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x2fc)]([_0x439a89(0x31c),_0x439a89(0x258)],_0x296988),_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x1f6)](_0x439a89(0x208),_0x55eded,_0x296988),_0x45e4c5[_0x439a89(0x35e)][_0x439a89(0x26f)](_0x296988,_0x210a7e[_0x439a89(0x292)]),_0x5c51c9&&(this[_0x439a89(0x230)][_0x439a89(0x29b)](_0x210a7e[_0x439a89(0x292)])?_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x2fc)](_0x439a89(0x364),_0x296988):_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x350)](_0x439a89(0x364),_0x296988));for(const _0xae7047 of _0xf5dee5[_0x439a89(0x22b)][_0x439a89(0x267)](_0x210a7e[_0x439a89(0x223)])[_0x439a89(0x239)]())_0x45e4c5[_0x439a89(0x2b1)][_0x439a89(0x250)](_0xae7047,_0x34f6d7[_0x439a89(0x259)]);_0x45e4c5[_0x439a89(0x2b1)][_0x439a89(0x250)](_0x210a7e[_0x439a89(0x223)],_0x34f6d7[_0x439a89(0x259)]);}};_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x20b)](_0x2732b7=>{const _0x4cfe79=_0x5e0bd7;_0x2732b7['on'](_0x4cfe79(0x210),(_0x357f37,_0x5e361d,_0x152b85)=>{const _0x52cacd=_0x4cfe79;_0x152b85[_0x52cacd(0x286)][_0x52cacd(0x2fe)]&&_0x2676d0({'showActiveMarkers':!0x1})(_0x357f37,_0x5e361d,_0x152b85);},{'priority':_0x4cfe79(0x244)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x20b)](_0x5ed61a=>{const _0x1cef07=_0x5e0bd7;_0x5ed61a['on'](_0x1cef07(0x366),(_0x45000c,_0x258c62,_0x1dd3a4)=>{const _0x2725cf=_0x1cef07;_0x1dd3a4[_0x2725cf(0x286)][_0x2725cf(0x2fe)]&&_0x2676d0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x45000c,_0x258c62,_0x1dd3a4);},{'priority':_0x1cef07(0x244)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x307)]({'model':_0x5e0bd7(0x282),'view':(_0x3c789b,_0x417656)=>_0x417656[_0x5e0bd7(0x286)][_0x5e0bd7(0x2fe)]?null:{'group':_0x5e0bd7(0x282),'name':_0x3c789b[_0x5e0bd7(0x39e)](0xb)}}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x201))[_0x5e0bd7(0x365)]({'view':{'name':_0x5e0bd7(0x282),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5d8fc4,{writer:_0x50c1d2})=>{const _0x3201ed=_0x5e0bd7;let _0x5c05b9=_0x3201ed(0x362)+_0x5d8fc4[_0x3201ed(0x338)](_0x3201ed(0x254))+':'+_0x5d8fc4[_0x3201ed(0x338)]('id');return _0x5d8fc4[_0x3201ed(0x338)](_0x3201ed(0x343))&&(_0x5c05b9+=':'+_0x5d8fc4[_0x3201ed(0x338)](_0x3201ed(0x343))),_0x50c1d2[_0x3201ed(0x1f0)](_0x3201ed(0x25e),{'data-name':_0x5c05b9});}}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x201))[_0x5e0bd7(0x2d6)]({'view':_0x5e0bd7(0x282)}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x2a7d4b=>{const _0x4c4715=_0x5e0bd7;_0x2a7d4b['on'](_0x4c4715(0x210),_0x2676d0(),{'priority':_0x4c4715(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x1babf3=>{const _0x2d4748=_0x5e0bd7;_0x1babf3['on'](_0x2d4748(0x366),_0x2676d0({'isAttributeSuggestion':!0x0}),{'priority':_0x2d4748(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x156dcb=>{const _0x466f66=_0x5e0bd7;_0x156dcb['on'](_0x466f66(0x380),(_0x13d136,_0x3d5bf9,_0x3e0173)=>{const _0x477713=_0x466f66,_0x57ba8a=_0x3e0173[_0x477713(0x35e)][_0x477713(0x203)](_0x3d5bf9[_0x477713(0x292)]);if(_0x57ba8a){for(const _0x516a15 of _0x57ba8a)_0x516a15[_0x477713(0x281)](_0x477713(0x225))||(_0x3e0173[_0x477713(0x219)][_0x477713(0x350)]([_0x477713(0x31c),_0x477713(0x258),_0x477713(0x364)],_0x516a15),_0x3e0173[_0x477713(0x219)][_0x477713(0x238)](_0x477713(0x208),_0x516a15),_0x3e0173[_0x477713(0x35e)][_0x477713(0x394)](_0x516a15,_0x3d5bf9[_0x477713(0x292)]));}},{'priority':_0x466f66(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x40b362=>{const _0xd07a76=_0x5e0bd7;_0x40b362['on'](_0xd07a76(0x260),(_0x1feee1,_0x21e869,_0x463792)=>{const _0x300aa3=_0xd07a76,_0x111991=_0x463792[_0x300aa3(0x35e)][_0x300aa3(0x203)](_0x21e869[_0x300aa3(0x292)]);if(!_0x111991)return;const {id:_0x33ab45}=this[_0x300aa3(0x30d)](_0x21e869[_0x300aa3(0x292)]),_0x576a0a=this[_0x300aa3(0x2f6)][_0x300aa3(0x202)](_0x33ab45),_0x59d124=this[_0x300aa3(0x38c)](_0x576a0a);if(this[_0x300aa3(0x360)](_0x59d124)){for(const _0x1502eb of _0x111991)_0x1502eb[_0x300aa3(0x281)](_0x300aa3(0x225))||(_0x463792[_0x300aa3(0x219)][_0x300aa3(0x350)]([_0x300aa3(0x31c),_0x300aa3(0x258),_0x300aa3(0x364)],_0x1502eb),_0x463792[_0x300aa3(0x219)][_0x300aa3(0x238)](_0x300aa3(0x208),_0x1502eb),_0x463792[_0x300aa3(0x35e)][_0x300aa3(0x394)](_0x1502eb,_0x21e869[_0x300aa3(0x292)]));}},{'priority':_0xd07a76(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0x4db945=>{const _0x29600a=_0x5e0bd7;let _0x3b22ac=!0x1;const _0x2f6c73=Array[_0x29600a(0x2bc)](_0xf5dee5[_0x29600a(0x22b)][_0x29600a(0x1f5)][_0x29600a(0x247)][_0x29600a(0x373)]()),_0x367f8d=new Set();for(const {name:_0xad147a,data:_0xaae050}of _0x2f6c73){const {group:_0x28d531,type:_0x44c598,subType:_0x1414d2,id:_0x34de7f}=this[_0x29600a(0x30d)](_0xad147a);if(_0x29600a(0x282)!==_0x28d531)continue;const _0x364105=this[_0x29600a(0x2f6)][_0x29600a(0x202)](_0x34de7f);if(null!=_0xaae050[_0x29600a(0x1f4)]){_0x29600a(0x252)==_0x44c598&&(_0x3b22ac=_0x3b22ac||Tt(_0xaae050[_0x29600a(0x1f4)],_0xad147a,_0x4db945,_0xf5dee5[_0x29600a(0x22b)][_0x29600a(0x349)]));const _0x1524f4=_0x29600a(0x323)==_0x44c598&&this[_0x29600a(0x360)](_0x1414d2[_0x29600a(0x271)]('|')[0x0]);if(_0xaae050[_0x29600a(0x1f4)][_0x29600a(0x336)]||_0x29600a(0x306)==_0xaae050[_0x29600a(0x1f4)][_0x29600a(0x35a)][_0x29600a(0x288)]||_0x29600a(0x216)==_0x44c598&&!Vt(_0xaae050[_0x29600a(0x1f4)])||_0x1524f4&&!Vt(_0xaae050[_0x29600a(0x1f4)])||_0x29600a(0x2fd)==_0x44c598&&!(!Rt(_0x4549df=_0xaae050[_0x29600a(0x1f4)])&&!function(_0x51be4c){const _0x5928ae=_0x29600a;return _0x51be4c[_0x5928ae(0x2da)][_0x5928ae(0x325)]==_0x51be4c[_0x5928ae(0x25c)][_0x5928ae(0x220)]&&_0x51be4c[_0x5928ae(0x2da)][_0x5928ae(0x378)];}(_0x4549df)))_0x4db945[_0x29600a(0x319)](_0xad147a),_0x3b22ac=!0x0;else{if(!_0x364105||!_0x364105[_0x29600a(0x27a)])continue;_0x367f8d[_0x29600a(0x20b)](_0x364105);}}}var _0x4549df;return _0x367f8d[_0x29600a(0x32a)]>0x0&&(_0x3b22ac=!!this[_0x29600a(0x2cf)](_0x367f8d)||_0x3b22ac),_0x3b22ac;}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0x5b66b7=>{const _0x3f0e9a=_0x5e0bd7;let _0x312ba9=!0x1;for(const _0x598f8d of _0xf5dee5[_0x3f0e9a(0x22b)][_0x3f0e9a(0x1f5)][_0x3f0e9a(0x247)][_0x3f0e9a(0x36f)]())if(_0x3f0e9a(0x2df)==_0x598f8d[_0x3f0e9a(0x357)])for(const _0x3eaf19 of this[_0x3f0e9a(0x2f6)][_0x3f0e9a(0x31a)]()){if(_0x3eaf19[_0x3f0e9a(0x266)]||!_0x3eaf19[_0x3f0e9a(0x27a)])continue;const _0x434e91=_0x3f0e9a(0x216)==_0x3eaf19[_0x3f0e9a(0x357)],_0x3eefcd=this[_0x3f0e9a(0x38c)](_0x3eaf19),_0x1e243f=_0x3eefcd&&this[_0x3f0e9a(0x360)](_0x3eefcd);if(!_0x434e91&&!_0x1e243f)continue;const _0x135b13=_0x3eaf19[_0x3f0e9a(0x363)]();if(_0x135b13[_0x3f0e9a(0x2da)][_0x3f0e9a(0x325)]!=_0x135b13[_0x3f0e9a(0x25c)][_0x3f0e9a(0x325)]&&!_0x135b13[_0x3f0e9a(0x25c)][_0x3f0e9a(0x378)]){const _0x24f69b=_0xf5dee5[_0x3f0e9a(0x22b)][_0x3f0e9a(0x2a1)](_0x135b13[_0x3f0e9a(0x2da)][_0x3f0e9a(0x29e)],_0x3f0e9a(0x25c)),_0x2c6548=_0xf5dee5[_0x3f0e9a(0x22b)][_0x3f0e9a(0x31d)](_0x135b13[_0x3f0e9a(0x2da)],_0x24f69b);_0x5b66b7[_0x3f0e9a(0x393)](_0x3eaf19[_0x3f0e9a(0x246)](),{'range':_0x2c6548}),_0x312ba9=!0x0;}}return _0x312ba9;}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0x41f822=>this[_0x5e0bd7(0x330)](_0x41f822)),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0xda9b13=>!_0xda9b13[_0x5e0bd7(0x38d)][_0x5e0bd7(0x33b)]&&this[_0x5e0bd7(0x345)](_0xda9b13)),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x28d),()=>{const _0x202161=_0x5e0bd7;this[_0x202161(0x283)]=!0x1;}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)]['on'](_0x5e0bd7(0x367),(_0x70d733,_0x53213e)=>{const _0x28d382=_0x5e0bd7;if(!_0x53213e[_0x28d382(0x33b)]||_0x53213e[_0x28d382(0x348)])return;if(!this[_0x28d382(0x283)])return;const _0x11bcfe=_0xf5dee5[_0x28d382(0x22b)][_0x28d382(0x1f5)][_0x28d382(0x247)][_0x28d382(0x36f)]();if(0x0==_0x11bcfe[_0x28d382(0x269)])return;const _0x3271e8=[],_0x12e263=_0x11bcfe[_0x28d382(0x33c)](_0x498e68=>_0x28d382(0x323)==_0x498e68[_0x28d382(0x357)]),_0xe41200=_0x11bcfe[_0x28d382(0x33c)](_0xdd92e0=>_0x28d382(0x2df)==_0xdd92e0[_0x28d382(0x357)]&&_0x28d382(0x2cd)!=_0xdd92e0[_0x28d382(0x259)]),_0x114c8a=_0x11bcfe[_0x28d382(0x33c)](_0x5be572=>_0x28d382(0x36d)==_0x5be572[_0x28d382(0x357)]&&_0x28d382(0x2cd)!=_0x5be572[_0x28d382(0x259)]);for(const _0x308f17 of _0x12e263)this[_0x28d382(0x2e8)](_0x308f17[_0x28d382(0x310)])&&_0x3271e8[_0x28d382(0x2a4)]({'key':_0x308f17[_0x28d382(0x310)],'newValue':_0x308f17[_0x28d382(0x2b0)],'oldValue':_0x308f17[_0x28d382(0x344)],'range':Ut(_0x308f17[_0x28d382(0x2bb)],_0xf5dee5[_0x28d382(0x22b)])});for(const _0x19250b of _0xe41200){const _0x2c228e=_0x114c8a[_0x28d382(0x29a)](_0x17fcfe=>_0x17fcfe[_0x28d382(0x257)]===_0x19250b[_0x28d382(0x257)]);if(_0x2c228e){const _0x53b62d=Ot(_0x19250b[_0x28d382(0x312)][_0x28d382(0x29e)],_0xf5dee5[_0x28d382(0x22b)]);_0x2c228e[_0x28d382(0x259)]!==_0x19250b[_0x28d382(0x259)]&&_0x3271e8[_0x28d382(0x2a4)]({'key':_0x28d382(0x268),'newValue':_0x19250b[_0x28d382(0x259)],'oldValue':_0x2c228e[_0x28d382(0x259)],'range':_0x53b62d});for(const [_0x1dc5ff,_0x21e751]of _0x2c228e[_0x28d382(0x2f2)]){if(!this[_0x28d382(0x2e8)](_0x1dc5ff))continue;const _0x143799=_0x19250b[_0x28d382(0x2f2)][_0x28d382(0x202)](_0x1dc5ff);_0x21e751!==_0x143799&&_0x3271e8[_0x28d382(0x2a4)]({'key':_0x1dc5ff,'newValue':_0x143799,'oldValue':_0x21e751,'range':_0x53b62d});}for(const [_0x35de5c,_0x351f50]of _0x19250b[_0x28d382(0x2f2)])this[_0x28d382(0x2e8)](_0x35de5c)&&(_0x2c228e[_0x28d382(0x2f2)][_0x28d382(0x30c)](_0x35de5c)||_0x3271e8[_0x28d382(0x2a4)]({'key':_0x35de5c,'newValue':_0x351f50,'oldValue':null,'range':_0x53b62d}));}}0x0!=_0x3271e8[_0x28d382(0x269)]&&_0xf5dee5[_0x28d382(0x22b)][_0x28d382(0x37f)](_0x53213e,_0x380dc2=>{const _0x59896e=_0x28d382,_0x2f6f24=_0x2e0e5f();for(const {range:_0x38666e,key:_0x35bf23,oldValue:_0x5867fc,newValue:_0x4135e8}of _0x3271e8)this[_0x59896e(0x2e6)](_0x38666e,_0x35bf23,_0x5867fc,_0x4135e8,{'groupId':_0x2f6f24});this[_0x59896e(0x2af)](_0x380dc2,_0x3271e8);});},{'priority':_0x5e0bd7(0x205)}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x39c)]['on'](_0x5e0bd7(0x29f),(_0x701ca5,_0x27b370,_0x36960c)=>{const _0x5d82bc=_0x5e0bd7;if(null==_0x36960c){const {id:_0x52392b}=this[_0x5d82bc(0x30d)](_0x27b370[_0x5d82bc(0x259)]),_0x52de92=this[_0x5d82bc(0x2f6)][_0x5d82bc(0x202)](_0x52392b);_0x52de92&&_0x52de92[_0x5d82bc(0x1fa)](_0x27b370[_0x5d82bc(0x259)]);}}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)]['on'](_0x5e0bd7(0x367),()=>{const _0x158aa3=_0x5e0bd7,_0xbef72d=Array[_0x158aa3(0x2bc)](_0xf5dee5[_0x158aa3(0x22b)][_0x158aa3(0x1f5)][_0x158aa3(0x247)][_0x158aa3(0x373)]())[_0x158aa3(0x33c)](_0x5ccc29=>_0x158aa3(0x282)===this[_0x158aa3(0x30d)](_0x5ccc29[_0x158aa3(0x259)])[_0x158aa3(0x32c)]);if(0x0===_0xbef72d[_0x158aa3(0x269)])return;_0xbef72d[_0x158aa3(0x21a)]((_0x415c06,_0xf2ee73)=>{const _0x256936=_0x158aa3,_0x8a3868=_0x415c06[_0x256936(0x333)][_0x256936(0x200)],_0x2b3059=_0xf2ee73[_0x256936(0x333)][_0x256936(0x200)];return null===_0x8a3868&&null===_0x2b3059?0x0:null===_0x8a3868&&null!==_0x2b3059?-0x1:null!==_0x8a3868&&null===_0x2b3059?0x1:_0x8a3868[_0x256936(0x2da)][_0x256936(0x233)](_0x2b3059[_0x256936(0x2da)])?-0x1:0x1;});const _0x5a7c55=new Set(),_0x102203=new Set();for(const {name:_0x115bce,data:_0x568517}of _0xbef72d){const {id:_0x1aaf91}=this[_0x158aa3(0x30d)](_0x115bce);if(null===_0x568517[_0x158aa3(0x200)]){const _0x18522a=this[_0x158aa3(0x35d)](_0x115bce);_0x102203[_0x158aa3(0x20b)](_0x18522a);}else{const _0x57f920=this[_0x158aa3(0x2f6)][_0x158aa3(0x202)](_0x1aaf91);null!==_0x568517[_0x158aa3(0x1f4)]||_0x57f920[_0x158aa3(0x27a)]?(_0x5a7c55[_0x158aa3(0x20b)](_0x57f920[_0x158aa3(0x303)]),_0x102203[_0x158aa3(0x20b)](_0x57f920)):this[_0x158aa3(0x2a5)](_0x57f920);}}_0x102203[_0x158aa3(0x32a)]>0x0&&this[_0x158aa3(0x382)](_0x102203);for(const _0x29a0bd of _0x5a7c55)this[_0x158aa3(0x2ce)](_0x158aa3(0x34a),_0x29a0bd);}),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x311),(_0x4ddc02,_0x22fdb8)=>{const _0x10d298=_0x5e0bd7,_0x43e6a9=_0x22fdb8[0x0];if(!this[_0x10d298(0x2f6)][_0x10d298(0x32a)])return;if(!_0x43e6a9[_0x10d298(0x2e2)])return;if(_0x43e6a9[_0x10d298(0x38d)][_0x10d298(0x348)]||!_0x43e6a9[_0x10d298(0x38d)][_0x10d298(0x33b)])return;let _0x1ed7d0,_0x92224a;switch(_0x43e6a9[_0x10d298(0x357)]){case _0x10d298(0x2df):_0x1ed7d0=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x312)]),_0x92224a=_0x1ed7d0[_0x10d298(0x27e)](_0x43e6a9[_0x10d298(0x2c8)]);break;case _0x10d298(0x271):_0x1ed7d0=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x2e4)]),_0x92224a=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x215)]);break;case _0x10d298(0x356):_0x1ed7d0=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x2d1)]),_0x92224a=_0x1ed7d0[_0x10d298(0x27e)](_0x43e6a9[_0x10d298(0x2c8)]);break;default:return;}const _0x5e9ed2=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x31d)](_0x1ed7d0,_0x92224a);_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x27d)](()=>{const _0x35391d=_0x10d298;for(const {suggestion:_0x303b45,meta:_0x41fbdd}of this[_0x35391d(0x339)](_0x5e9ed2)){if(_0x303b45[_0x35391d(0x266)])continue;if(_0x35391d(0x252)==_0x303b45[_0x35391d(0x357)])continue;const _0x50731d=this[_0x35391d(0x38c)](_0x303b45);if(_0x50731d&&this[_0x35391d(0x360)](_0x50731d)&&_0x35391d(0x271)!=_0x43e6a9[_0x35391d(0x357)])continue;const _0x498b03=_0x303b45[_0x35391d(0x333)]&&_0x303b45[_0x35391d(0x333)][_0x35391d(0x39b)];(_0x35391d(0x216)!=_0x303b45[_0x35391d(0x357)]||_0x35391d(0x271)==_0x43e6a9[_0x35391d(0x357)]&&!_0x498b03)&&(_0x41fbdd[_0x35391d(0x28f)]||_0x35391d(0x229)==_0x303b45[_0x35391d(0x357)]&&_0x41fbdd[_0x35391d(0x1fb)]||_0x303b45[_0x35391d(0x363)]()[_0x35391d(0x31b)](_0x5e9ed2)&&this[_0x35391d(0x20d)](_0x303b45,_0x1ed7d0,_0x92224a));}});},{'priority':_0x5e0bd7(0x205)}),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x291),(_0x263ba3,_0x12f64b)=>{const _0x3b1ee5=_0x5e0bd7,_0x2eb501=_0x12f64b[0x0],_0x12e62a=_0x12f64b[0x1];if(_0x12e62a&&_0x12e62a[_0x3b1ee5(0x273)])return;if(this[_0x3b1ee5(0x36c)])return;if(!this[_0x3b1ee5(0x316)][_0x3b1ee5(0x381)])return;if(_0x2eb501[_0x3b1ee5(0x336)])return;const _0x440270=_0xf5dee5[_0x3b1ee5(0x22b)][_0x3b1ee5(0x349)],{start:_0x473f6a,end:_0x1db6f6}=_0x2eb501[_0x3b1ee5(0x363)](),_0x109958=_0x473f6a[_0x3b1ee5(0x29e)]&&_0x440270[_0x3b1ee5(0x224)](_0x473f6a[_0x3b1ee5(0x29e)])?null:_0x440270[_0x3b1ee5(0x21c)](_0x473f6a,_0x3b1ee5(0x320)),_0x427983=_0x1db6f6[_0x3b1ee5(0x220)]&&_0x440270[_0x3b1ee5(0x224)](_0x1db6f6[_0x3b1ee5(0x220)])?null:_0x440270[_0x3b1ee5(0x21c)](_0x1db6f6,_0x3b1ee5(0x204)),_0xaf03de=_0xf5dee5[_0x3b1ee5(0x22b)][_0x3b1ee5(0x31d)](_0x109958?_0x109958[_0x3b1ee5(0x2da)]:_0x473f6a,_0x427983?_0x427983[_0x3b1ee5(0x25c)]:_0x1db6f6);_0xf5dee5[_0x3b1ee5(0x22b)][_0x3b1ee5(0x27d)](_0x1f52b2=>{const _0x285f41=_0x3b1ee5;this[_0x285f41(0x38f)](_0xaf03de);const _0x871724=_0xf5dee5[_0x285f41(0x22b)][_0x285f41(0x349)][_0x285f41(0x21c)](_0xaf03de[_0x285f41(0x2da)]);_0x2eb501['is'](_0x285f41(0x35c))?_0x1f52b2[_0x285f41(0x352)](_0x871724):_0x2eb501[_0x285f41(0x2d5)](_0x871724);}),_0x263ba3[_0x3b1ee5(0x218)]();},{'priority':_0x48ac01[_0x5e0bd7(0x2f4)]+0xa}),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x2a2),(_0x304b89,_0x270679)=>{const _0x428b93=_0x5e0bd7,_0x4f933e=_0x270679[_0x270679[_0x428b93(0x269)]-0x1];_0x4f933e&&_0x4f933e[_0x428b93(0x273)]||this[_0x428b93(0x36c)]||this[_0x428b93(0x316)][_0x428b93(0x381)]&&(_0xf5dee5[_0x428b93(0x22b)][_0x428b93(0x27d)](()=>{const _0x2abb29=_0x428b93;let _0x18b6b0=_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x2a2)](_0x270679[0x0],_0x270679[0x1],_0x270679[0x2],{'forceDefaultExecution':!0x0});if(!_0x18b6b0)return;_0x304b89[_0x2abb29(0x38a)]=_0x18b6b0[_0x2abb29(0x39a)]();const _0x5dd4d9=_0x18b6b0[_0x2abb29(0x25c)][_0x2abb29(0x220)],_0x5f5d58=_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x349)];_0x5dd4d9&&_0x5f5d58[_0x2abb29(0x33f)](_0x5dd4d9)&&!_0x5f5d58[_0x2abb29(0x2b9)](_0x5dd4d9)&&(_0x18b6b0=_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x31d)](_0x18b6b0[_0x2abb29(0x2da)],_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x2a1)](_0x5dd4d9,_0x2abb29(0x25c)))),this[_0x2abb29(0x392)](_0x18b6b0);}),_0x304b89[_0x428b93(0x218)]());},{'priority':_0x5e0bd7(0x30a)}),this[_0x5e0bd7(0x263)][_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x1f8),this[_0x5e0bd7(0x316)]),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x1f8));const _0x33ab39=new _0x48c55f(_0xf5dee5,this[_0x5e0bd7(0x2f6)]);_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x351),_0x33ab39),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x351));const _0x44f35a=new _0x5bf209(_0xf5dee5,this[_0x5e0bd7(0x2f6)]);_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x1fc),_0x44f35a),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x1fc)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x37b),new _0x31f7ad(_0xf5dee5,_0x33ab39,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x37b)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x28c),new _0x31f7ad(_0xf5dee5,_0x44f35a,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x28c)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x221),new _0x49b5a0(_0xf5dee5,_0x33ab39,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x221)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x309),new _0x49b5a0(_0xf5dee5,_0x44f35a,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x309));const _0x18899c=_0xf5dee5[_0x5e0bd7(0x255)][_0x5e0bd7(0x202)](_0x5e0bd7(0x2fb));this[_0x5e0bd7(0x21b)](_0x18899c,_0x5e0bd7(0x396),(_0x12ae16,{threadId:_0x5d021c})=>{const _0x144c29=_0x5e0bd7,_0x555509=this[_0x144c29(0x2f6)][_0x144c29(0x202)](_0x5d021c);_0x555509&&_0x555509[_0x144c29(0x31e)]&&0x1===_0x555509[_0x144c29(0x31e)][_0x144c29(0x269)]&&this[_0x144c29(0x1fe)](_0x5d021c,{'hasComments':!0x0});},{'priority':_0x5e0bd7(0x26b)}),this[_0x5e0bd7(0x21b)](_0x18899c,_0x5e0bd7(0x39f),(_0x5a818b,{threadId:_0x288b61})=>{const _0x4c0b82=_0x5e0bd7,_0x5c9db4=this[_0x4c0b82(0x2f6)][_0x4c0b82(0x202)](_0x288b61);_0x5c9db4&&_0x5c9db4[_0x4c0b82(0x31e)]&&!_0x5c9db4[_0x4c0b82(0x31e)][_0x4c0b82(0x269)]&&this[_0x4c0b82(0x1fe)](_0x288b61,{'hasComments':!0x1});},{'priority':_0x5e0bd7(0x26b)});}set[_0x2fda62(0x2ed)](_0x5dcfcc){const _0x5f8c83=_0x2fda62;if(this[_0x5f8c83(0x278)])throw new _0x51ae20(_0x5f8c83(0x212),this);this[_0x5f8c83(0x278)]=_0x5dcfcc;}get[_0x2fda62(0x2ed)](){const _0x4d4cf6=_0x2fda62;return this[_0x4d4cf6(0x278)];}[_0x2fda62(0x23b)]({skipNotAttached:_0x303ea3=!0x1,toJSON:_0x313193=!0x1}={}){const _0x526bc8=_0x2fda62,_0x247bd5=[];for(const _0x5d7b19 of this[_0x526bc8(0x2f6)][_0x526bc8(0x31a)]())_0x303ea3&&!_0x5d7b19[_0x526bc8(0x27a)]||_0x247bd5[_0x526bc8(0x2a4)](_0x5d7b19);return _0x313193?_0x247bd5[_0x526bc8(0x321)](_0x3c1694=>_0x3c1694[_0x526bc8(0x33d)]()):_0x247bd5;}[_0x2fda62(0x1f3)](_0x37017d){const _0x11d8df=_0x2fda62,_0x4e35f9=this[_0x11d8df(0x2f6)][_0x11d8df(0x202)](_0x37017d);if(!_0x4e35f9)throw new _0x51ae20(_0x11d8df(0x30b),this);return _0x4e35f9;}[_0x2fda62(0x377)](_0xba0cac){const _0x29ac50=_0x2fda62;return this[_0x29ac50(0x2f6)][_0x29ac50(0x30c)](_0xba0cac);}[_0x2fda62(0x2d8)](_0x2539f9){const _0xa3c612=_0x2fda62,{authorId:_0x38201d,id:_0x19bbc0,attributes:_0x6de04a}=_0x2539f9,[_0x521d04,_0x7bb2df]=_0x2539f9[_0xa3c612(0x357)][_0xa3c612(0x271)](':'),_0xfe7a3d=this[_0xa3c612(0x2f6)][_0xa3c612(0x202)](_0x19bbc0)||this[_0xa3c612(0x2ff)](_0x521d04,_0x7bb2df,_0x19bbc0,_0x38201d,_0x6de04a);if(this[_0xa3c612(0x371)](_0xfe7a3d),this[_0xa3c612(0x2c5)](_0xfe7a3d,_0x521d04,_0x7bb2df||null,_0x38201d),_0xfe7a3d[_0xa3c612(0x25b)]=_0x2539f9[_0xa3c612(0x25b)],_0xfe7a3d[_0xa3c612(0x29d)]=!0x0,_0x6de04a&&_0x6de04a[_0xa3c612(0x248)]){const _0x4943da=_0x6de04a[_0xa3c612(0x248)],_0x1ee69a=this[_0xa3c612(0x2ef)](_0x4943da[_0xa3c612(0x24a)]);_0xfe7a3d[_0xa3c612(0x332)]=_0x4943da[_0xa3c612(0x25b)],_0xfe7a3d[_0xa3c612(0x30e)]=_0x1ee69a,_0xfe7a3d[_0xa3c612(0x2a3)]=!0x0;}else _0xfe7a3d[_0xa3c612(0x332)]=_0x2539f9[_0xa3c612(0x25b)];switch(_0x2539f9[_0xa3c612(0x333)]&&(_0xfe7a3d[_0xa3c612(0x333)]=_0x2539f9[_0xa3c612(0x333)]),_0x2539f9[_0xa3c612(0x2f2)]&&(_0xfe7a3d[_0xa3c612(0x2f2)]=_0x2539f9[_0xa3c612(0x2f2)]),this[_0xa3c612(0x278)]&&this[_0xa3c612(0x278)][_0xa3c612(0x2a7)]||(_0xfe7a3d[_0xa3c612(0x2b6)]=!0x0),this[_0xa3c612(0x2c3)][_0xa3c612(0x202)](_0xfe7a3d)){case _0xa3c612(0x231):this[_0xa3c612(0x2c3)][_0xa3c612(0x2d9)](_0xfe7a3d,_0xa3c612(0x234));break;case _0xa3c612(0x28b):_0xfe7a3d[_0xa3c612(0x27a)]?(this[_0xa3c612(0x2cf)](new Set([_0xfe7a3d])),this[_0xa3c612(0x382)](new Set([_0xfe7a3d])),this[_0xa3c612(0x2c3)][_0xa3c612(0x2d9)](_0xfe7a3d,_0xa3c612(0x1fd)),this[_0xa3c612(0x2ce)](_0xa3c612(0x324),_0xfe7a3d)):this[_0xa3c612(0x2c3)][_0xa3c612(0x2d9)](_0xfe7a3d,_0xa3c612(0x347));}return _0xfe7a3d;}[_0x2fda62(0x351)](_0x13e0b0){const _0x59532c=_0x2fda62;this[_0x59532c(0x273)](()=>{const _0x59269b=_0x59532c;this[_0x59269b(0x263)][_0x59269b(0x22b)][_0x59269b(0x27d)](()=>{const _0x3d9441=_0x59269b;for(const _0x75ac5d of _0x13e0b0[_0x3d9441(0x222)]())_0x75ac5d[_0x3d9441(0x391)]();});});}[_0x2fda62(0x1fc)](_0x45b1e9){const _0x160348=_0x2fda62;this[_0x160348(0x273)](()=>{const _0xa74325=_0x160348;this[_0xa74325(0x263)][_0xa74325(0x22b)][_0xa74325(0x27d)](()=>{const _0x55f78f=_0xa74325;for(const _0x199b97 of _0x45b1e9[_0x55f78f(0x222)]())_0x199b97[_0x55f78f(0x297)]();});});}[_0x2fda62(0x22f)](_0x431cae,_0xed80a9){const _0x2f877b=_0x2fda62,_0x528daa=this[_0x2f877b(0x263)][_0x2f877b(0x1ef)][_0x2f877b(0x202)](_0x431cae);if(!_0x528daa)throw new _0x51ae20(_0x2f877b(0x2e3),this,{'commandName':_0x431cae});if(this[_0x2f877b(0x240)][_0x2f877b(0x30c)](_0x528daa))throw new _0x51ae20(_0x2f877b(0x32e),this,{'commandName':_0x431cae});this[_0x2f877b(0x240)][_0x2f877b(0x20b)](_0x528daa),_0xed80a9&&_0x528daa['on'](_0x2f877b(0x36e),(_0xd96e93,_0x3072c9)=>{const _0x4b1863=_0x2f877b;this[_0x4b1863(0x316)][_0x4b1863(0x381)]&&(this[_0x4b1863(0x36c)]||(_0x3072c9[_0x4b1863(0x269)]>0x0&&_0x3072c9[_0x3072c9[_0x4b1863(0x269)]-0x1]&&_0x3072c9[_0x3072c9[_0x4b1863(0x269)]-0x1][_0x4b1863(0x273)]?_0x3072c9[_0x4b1863(0x25d)]():(_0xd96e93[_0x4b1863(0x38a)]=_0xed80a9((..._0x5cc826)=>_0x528daa[_0x4b1863(0x36e)](..._0x5cc826,{'forceDefaultExecution':!0x0}),..._0x3072c9),_0xd96e93[_0x4b1863(0x218)]())));},{'priority':_0x2f877b(0x30a)});}[_0x2fda62(0x273)](_0x3f6b03){const _0x439a30=_0x2fda62;let _0x17d7a2,_0x8ef877;const _0x4babf8=this[_0x439a30(0x36c)];this[_0x439a30(0x36c)]=!0x0;try{_0x17d7a2=_0x3f6b03();}catch(_0xecd8b0){_0x8ef877=_0xecd8b0;}return _0x4babf8||(this[_0x439a30(0x36c)]=!0x1),_0x8ef877&&_0x51ae20[_0x439a30(0x284)](_0x8ef877,this),_0x17d7a2;}[_0x2fda62(0x392)](_0x30665c,_0x3a2a05=null,_0x53a5d8={}){const _0x36eb3a=_0x2fda62;if(_0x30665c[_0x36eb3a(0x336)])return null;const _0x82ec22=this[_0x36eb3a(0x263)][_0x36eb3a(0x255)][_0x36eb3a(0x202)](_0x36eb3a(0x32b))['me'];for(const {suggestion:_0x1d8a75,meta:_0x53aad7}of this[_0x36eb3a(0x339)](_0x30665c,_0x36eb3a(0x229)))if(_0x53aad7[_0x36eb3a(0x1fb)]){if(!_0x53aad7[_0x36eb3a(0x22e)]){if(_0x53aad7[_0x36eb3a(0x28f)]){if(!this[_0x36eb3a(0x372)]||!Pt(_0x1d8a75,_0x53a5d8))continue;return _0x1d8a75;}if(Pt(_0x1d8a75,_0x53a5d8))return _0x1d8a75;this[_0x36eb3a(0x20d)](_0x1d8a75,_0x30665c[_0x36eb3a(0x2da)],_0x30665c[_0x36eb3a(0x25c)]);break;}if(_0x3a2a05==_0x1d8a75[_0x36eb3a(0x2eb)]&&Pt(_0x1d8a75,_0x53a5d8)){const _0x552a6a=_0x1d8a75[_0x36eb3a(0x363)]();return _0x552a6a[_0x36eb3a(0x2da)][_0x36eb3a(0x390)](_0x30665c[_0x36eb3a(0x25c)])?this[_0x36eb3a(0x2ea)](_0x1d8a75,this[_0x36eb3a(0x37d)][_0x36eb3a(0x31d)](_0x30665c[_0x36eb3a(0x2da)],_0x552a6a[_0x36eb3a(0x25c)])):this[_0x36eb3a(0x2ea)](_0x1d8a75,this[_0x36eb3a(0x37d)][_0x36eb3a(0x31d)](_0x552a6a[_0x36eb3a(0x2da)],_0x30665c[_0x36eb3a(0x25c)])),_0x1d8a75;}}const _0x3de88c=_0x2e0e5f(),_0x3be294=_0x82ec22['id'],_0x1a329b=_0x3a2a05?_0x36eb3a(0x1ed)+_0x3a2a05:_0x36eb3a(0x229),_0x270e38=this[_0x36eb3a(0x2ca)]({'id':_0x3de88c,'type':_0x1a329b,'createdAt':new Date(),'authorId':_0x3be294,'attributes':_0x53a5d8});return this[_0x36eb3a(0x2c4)](_0x1a329b,_0x3de88c,_0x3be294,_0x30665c),_0x270e38;}[_0x2fda62(0x37c)](_0x12640c,_0x40227f=_0x2fda62(0x24f),_0x262ea7={}){const _0xe89044=_0x2fda62,_0x5903fc=this[_0xe89044(0x263)][_0xe89044(0x255)][_0xe89044(0x202)](_0xe89044(0x32b))['me'],_0x1dc6a1=this[_0xe89044(0x2be)][_0xe89044(0x2ad)](_0xe89044(0x229),_0x40227f,_0xe89044(0x301));for(const _0x320d3e of this[_0xe89044(0x23b)]())if(_0x320d3e[_0xe89044(0x30e)]['id']==_0x5903fc['id']&&_0xe89044(0x229)==_0x320d3e[_0xe89044(0x357)]&&_0x320d3e[_0xe89044(0x2eb)]==_0x40227f&&Pt(_0x320d3e,_0x262ea7)&&(_0x1dc6a1(_0x320d3e[_0xe89044(0x245)](),_0x12640c)||_0x1dc6a1(_0x12640c,_0x320d3e[_0xe89044(0x245)]()))){for(const _0x267dd7 of _0x12640c)_0x320d3e[_0xe89044(0x305)](_0x267dd7);return _0x320d3e;}for(const {suggestion:_0x5414ca,meta:_0xa72c95}of this[_0xe89044(0x339)](_0x12640c,_0xe89044(0x229))){if(!_0xa72c95[_0xe89044(0x1fb)])continue;if(!this[_0xe89044(0x372)]&&_0xa72c95[_0xe89044(0x28f)])continue;if(!Pt(_0x5414ca,_0x262ea7))continue;let _0x23840c=!0x0;for(const _0x564c7e of _0x5414ca[_0xe89044(0x245)]())for(const _0x19c207 of _0x12640c)if(!_0x564c7e[_0xe89044(0x31b)](_0x19c207)){_0x23840c=!0x1;break;}if(_0x23840c)return _0x5414ca;}const _0x4581cb=_0x2e0e5f(),_0xc7704e=_0x5903fc['id'],_0x3e7e7f=_0xe89044(0x1ed)+_0x40227f,_0x4eaed7=this[_0xe89044(0x2ca)]({'id':_0x4581cb,'type':_0x3e7e7f,'createdAt':new Date(),'authorId':_0xc7704e,'attributes':_0x262ea7});for(const _0x243e7e of _0x12640c)this[_0xe89044(0x2c4)](_0x3e7e7f,_0x4581cb,_0xc7704e,_0x243e7e,_0x4c8752[_0xe89044(0x2c0)]());return _0x4eaed7;}[_0x2fda62(0x26a)](_0xb39868,_0x2a9f1c,_0x5d6f4a=null,_0x484a6e={}){const _0xe8762d=_0x2fda62;if(_0x5d6f4a=_0x5d6f4a||Et(_0x2a9f1c),_0xb39868[_0xe8762d(0x336)])return null;if(_0xe8762d(0x335)===this[_0xe8762d(0x389)]){const _0x1a2d79=this[_0xe8762d(0x2be)][_0xe8762d(0x2ad)](_0xe8762d(0x252),_0x5d6f4a,_0xe8762d(0x391));return this[_0xe8762d(0x273)](()=>_0x1a2d79([_0xb39868],_0x2a9f1c,_0x484a6e)),null;}const _0x4544fa=this[_0xe8762d(0x263)][_0xe8762d(0x255)][_0xe8762d(0x202)](_0xe8762d(0x32b))['me'],_0x29135a=[];if(_0xe8762d(0x2d2)!==this[_0xe8762d(0x389)]){for(const {suggestion:_0x168334,meta:_0x558b83}of this[_0xe8762d(0x339)](_0xb39868,_0xe8762d(0x229)))_0x558b83[_0xe8762d(0x1fb)]&&!_0x558b83[_0xe8762d(0x295)]&&_0x29135a[_0xe8762d(0x2a4)](..._0x168334[_0xe8762d(0x245)]());}const _0x3c14a5=function(_0x5a51d4,_0x259f7a){const _0x4a2227=_0xe8762d,_0x5bd8cc=[];for(const _0x1a27d3 of _0x259f7a){const _0x17ab4c=_0x5a51d4[_0x4a2227(0x399)](_0x1a27d3);_0x17ab4c&&_0x5bd8cc[_0x4a2227(0x2a4)](_0x17ab4c);}return _0x5bd8cc;}(_0xb39868,_0x29135a),_0xf441e9=function(_0x28351c,_0x2c7549){const _0x1f3754=_0xe8762d,_0x119147=[_0x28351c];for(const _0x4d4aa7 of _0x2c7549){let _0x1379b6=0x0;for(;_0x1379b6<_0x119147[_0x1f3754(0x269)];){const _0x1275d6=_0x119147[_0x1379b6][_0x1f3754(0x265)](_0x4d4aa7);_0x119147[_0x1f3754(0x296)](_0x1379b6,0x1,..._0x1275d6),_0x1379b6+=_0x1275d6[_0x1f3754(0x269)];}}return _0x119147;}(_0xb39868,_0x29135a);_0x3c14a5[_0xe8762d(0x269)]&&this[_0xe8762d(0x37d)][_0xe8762d(0x27d)](()=>{const _0x115efd=_0xe8762d;for(const _0x2b4ac5 of _0x3c14a5){const _0x43fab9=this[_0x115efd(0x2be)][_0x115efd(0x2ad)](_0x115efd(0x252),_0x5d6f4a,_0x115efd(0x391));this[_0x115efd(0x273)](()=>_0x43fab9([_0x2b4ac5],_0x2a9f1c,_0x484a6e));}});for(const _0x291f4f of _0xf441e9){let _0x2da946=null,_0x35ecba=_0x291f4f[_0xe8762d(0x2da)],_0x1013dd=_0x291f4f[_0xe8762d(0x25c)];for(const {suggestion:_0x1506ae,meta:_0x43dab5}of this[_0xe8762d(0x339)](_0x291f4f,_0xe8762d(0x252))){if(!_0x43dab5[_0xe8762d(0x1fb)])continue;if(_0x1506ae[_0xe8762d(0x2eb)]!=_0x5d6f4a)continue;if(!Pt(_0x1506ae,_0x484a6e))continue;const _0x3d9a1b=_0x1506ae[_0xe8762d(0x363)]();if(_0x3d9a1b[_0xe8762d(0x31b)](_0x291f4f,!0x0))return null;_0x35ecba=_0x35ecba[_0xe8762d(0x233)](_0x3d9a1b[_0xe8762d(0x2da)])?_0x35ecba:_0x3d9a1b[_0xe8762d(0x2da)],_0x1013dd=_0x1013dd[_0xe8762d(0x2b7)](_0x3d9a1b[_0xe8762d(0x25c)])?_0x1013dd:_0x3d9a1b[_0xe8762d(0x25c)],_0x2da946?_0x3d9a1b[_0xe8762d(0x2da)][_0xe8762d(0x233)](_0x2da946[_0xe8762d(0x363)]()[_0xe8762d(0x2da)])?(_0x2da946[_0xe8762d(0x34b)](),_0x2da946=_0x1506ae):_0x1506ae[_0xe8762d(0x34b)]():_0x2da946=_0x1506ae;}const _0x5aa4fb=this[_0xe8762d(0x37d)][_0xe8762d(0x31d)](_0x35ecba,_0x1013dd);if(_0x2da946)this[_0xe8762d(0x2ea)](_0x2da946,_0x5aa4fb);else{const _0x453814=_0x2e0e5f(),_0x439362=_0x4544fa['id'];this[_0xe8762d(0x2ca)]({'id':_0x453814,'type':_0xe8762d(0x2a8)+_0x5d6f4a,'data':_0x2a9f1c,'createdAt':new Date(),'authorId':_0x439362,'attributes':_0x484a6e}),this[_0xe8762d(0x2c4)](_0xe8762d(0x2a8)+_0x5d6f4a,_0x453814,_0x439362,_0x5aa4fb);}}return null;}[_0x2fda62(0x384)](_0x2c6422,_0x115689,_0x4669b4=[],_0x194476=null,_0x21bb61={}){const _0x3ee0ed=_0x2fda62;_0x115689[_0x3ee0ed(0x1ee)]||(_0x115689[_0x3ee0ed(0x1ee)]=_0x115689[_0x3ee0ed(0x275)]),_0x115689[_0x3ee0ed(0x39b)]=_0x2c6422['is'](_0x3ee0ed(0x2bb)),_0x194476=_0x194476||Et(_0x115689);const _0x312384=_0x4669b4[_0x3ee0ed(0x321)](_0x367400=>Ot(_0x367400,this[_0x3ee0ed(0x37d)])),_0x3a64a7=_0x2c6422['is'](_0x3ee0ed(0x2bb))?_0x2c6422:Ot(_0x2c6422,this[_0x3ee0ed(0x37d)]);if(_0x3ee0ed(0x335)===this[_0x3ee0ed(0x389)]){const _0x452666=this[_0x3ee0ed(0x2be)][_0x3ee0ed(0x2ad)](_0x3ee0ed(0x216),_0x194476,_0x3ee0ed(0x391));return this[_0x3ee0ed(0x273)](()=>_0x452666([_0x3a64a7],_0x115689,_0x21bb61)),null;}_0x312384[_0x3ee0ed(0x2a4)](_0x3a64a7);let _0x29acc=!0x0;for(const _0x282781 of _0x312384)if(!this[_0x3ee0ed(0x277)](_0x282781)){_0x29acc=!0x1;break;}if(_0x29acc&&_0x3ee0ed(0x2d2)!==this[_0x3ee0ed(0x389)]){const _0x2bc221=this[_0x3ee0ed(0x2be)][_0x3ee0ed(0x2ad)](_0x3ee0ed(0x216),_0x194476,_0x3ee0ed(0x391));return this[_0x3ee0ed(0x273)](()=>_0x2bc221([_0x3a64a7],_0x115689,_0x21bb61)),null;}let _0x5cf5dd=null,_0x51c724=_0x3a64a7[_0x3ee0ed(0x2da)],_0x376602=_0x3a64a7[_0x3ee0ed(0x25c)];for(const {suggestion:_0x2e8f57,meta:_0x140891}of this[_0x3ee0ed(0x339)](_0x3a64a7,_0x3ee0ed(0x216))){if(!_0x140891[_0x3ee0ed(0x1fb)])continue;if(_0x140891[_0x3ee0ed(0x22e)]||_0x140891[_0x3ee0ed(0x28f)]||_0x140891[_0x3ee0ed(0x295)])continue;if(_0x2e8f57[_0x3ee0ed(0x333)][_0x3ee0ed(0x1ee)]!=_0x115689[_0x3ee0ed(0x1ee)])continue;if(!Pt(_0x2e8f57,_0x21bb61))continue;const _0x5d2a1a=_0x2e8f57[_0x3ee0ed(0x363)]();if(_0x2e8f57[_0x3ee0ed(0x2eb)]==_0x194476){if(_0x5d2a1a[_0x3ee0ed(0x31b)](_0x3a64a7,!0x0))return null;_0x51c724=_0x51c724[_0x3ee0ed(0x233)](_0x5d2a1a[_0x3ee0ed(0x2da)])?_0x51c724:_0x5d2a1a[_0x3ee0ed(0x2da)],_0x376602=_0x376602[_0x3ee0ed(0x2b7)](_0x5d2a1a[_0x3ee0ed(0x25c)])?_0x376602:_0x5d2a1a[_0x3ee0ed(0x25c)],_0x5cf5dd?_0x5d2a1a[_0x3ee0ed(0x2da)][_0x3ee0ed(0x233)](_0x5cf5dd[_0x3ee0ed(0x363)]()[_0x3ee0ed(0x2da)])?(_0x5cf5dd[_0x3ee0ed(0x34b)](),_0x5cf5dd=_0x2e8f57):_0x2e8f57[_0x3ee0ed(0x34b)]():_0x5cf5dd=_0x2e8f57;}else{const _0x1a9b96=_0x3a64a7[_0x3ee0ed(0x399)](_0x5d2a1a);this[_0x3ee0ed(0x302)](_0x2e8f57,_0x1a9b96);}}const _0x2411d2=this[_0x3ee0ed(0x263)][_0x3ee0ed(0x255)][_0x3ee0ed(0x202)](_0x3ee0ed(0x32b))['me'],_0x58c437=_0x2e0e5f(),_0x3ab284=_0x2411d2['id'];if(_0x5cf5dd)return this[_0x3ee0ed(0x2ea)](_0x5cf5dd,this[_0x3ee0ed(0x37d)][_0x3ee0ed(0x31d)](_0x51c724,_0x376602)),_0x5cf5dd;{const _0x463797=this[_0x3ee0ed(0x2ca)]({'id':_0x58c437,'type':_0x3ee0ed(0x2e1)+_0x194476,'data':_0x115689,'createdAt':new Date(),'authorId':_0x3ab284,'attributes':_0x21bb61});return this[_0x3ee0ed(0x2c4)](_0x3ee0ed(0x2e1)+_0x194476,_0x58c437,_0x3ab284,this[_0x3ee0ed(0x37d)][_0x3ee0ed(0x31d)](_0x51c724,_0x376602)),_0x463797;}}[_0x2fda62(0x37e)](_0x232a10,_0x1cdf39,_0x214bd7=[],_0xa1d6e3=null,_0x15b042={}){const _0x16f52b=_0x2fda62;_0x1cdf39[_0x16f52b(0x1ee)]||(_0x1cdf39[_0x16f52b(0x1ee)]=_0x1cdf39[_0x16f52b(0x275)]);const _0x32803a=_0x232a10[0x0];_0x1cdf39[_0x16f52b(0x39b)]=_0x32803a['is'](_0x16f52b(0x2bb)),_0xa1d6e3=_0xa1d6e3||Et(_0x1cdf39);const _0x28b6de=_0x214bd7[_0x16f52b(0x321)](_0x33fe08=>Ot(_0x33fe08,this[_0x16f52b(0x37d)])),_0x5de431=_0x32803a['is'](_0x16f52b(0x2bb))?_0x232a10:_0x232a10[_0x16f52b(0x321)](_0x5a0f2e=>Ot(_0x5a0f2e,this[_0x16f52b(0x37d)]));if(_0x16f52b(0x335)===this[_0x16f52b(0x389)]){const _0xc5f31d=this[_0x16f52b(0x2be)][_0x16f52b(0x2ad)](_0x16f52b(0x216),_0xa1d6e3,_0x16f52b(0x391));return this[_0x16f52b(0x273)](()=>_0xc5f31d(_0x5de431,_0x1cdf39,_0x15b042)),null;}_0x28b6de[_0x16f52b(0x2a4)](..._0x5de431);let _0x5f52fb=!0x0;for(const _0x413bb8 of _0x28b6de)if(!this[_0x16f52b(0x277)](_0x413bb8)){_0x5f52fb=!0x1;break;}if(_0x5f52fb&&_0x16f52b(0x2d2)!==this[_0x16f52b(0x389)]){const _0x1ffca6=this[_0x16f52b(0x2be)][_0x16f52b(0x2ad)](_0x16f52b(0x216),_0xa1d6e3,_0x16f52b(0x391));return this[_0x16f52b(0x273)](()=>_0x1ffca6(_0x5de431,_0x1cdf39,_0x15b042)),null;}const _0xf6a186=this[_0x16f52b(0x263)][_0x16f52b(0x255)][_0x16f52b(0x202)](_0x16f52b(0x32b))['me'];for(const _0x359c44 of this[_0x16f52b(0x23b)]()){if(_0x359c44[_0x16f52b(0x30e)]['id']!=_0xf6a186['id'])continue;if(_0x16f52b(0x216)!=_0x359c44[_0x16f52b(0x357)]||_0x359c44[_0x16f52b(0x333)][_0x16f52b(0x1ee)]!=_0x1cdf39[_0x16f52b(0x1ee)])continue;if(!Pt(_0x359c44,_0x15b042))continue;const _0x32013e=_0x359c44[_0x16f52b(0x2eb)]==_0xa1d6e3;for(let _0x33a82e=0x0;_0x33a82e<_0x5de431[_0x16f52b(0x269)];_0x33a82e++){const _0x285bcd=_0x5de431[_0x33a82e];for(const _0x3137b1 of _0x359c44[_0x16f52b(0x23a)]()){const _0x4344e5=_0x3137b1[_0x16f52b(0x237)]();if(_0x285bcd[_0x16f52b(0x390)](_0x4344e5)){_0x32013e?(_0x5de431[_0x16f52b(0x296)](_0x33a82e,0x1),_0x33a82e--):_0x359c44[_0x16f52b(0x319)](_0x3137b1[_0x16f52b(0x259)]);break;}}}}if(0x0==_0x5de431[_0x16f52b(0x269)])return null;const _0x450c1d=this[_0x16f52b(0x2be)][_0x16f52b(0x2ad)](_0x16f52b(0x216),_0xa1d6e3,_0x16f52b(0x301));for(const _0xb72e74 of this[_0x16f52b(0x23b)]())if(_0xb72e74[_0x16f52b(0x30e)]['id']==_0xf6a186['id']&&_0x16f52b(0x216)==_0xb72e74[_0x16f52b(0x357)]&&_0xb72e74[_0x16f52b(0x333)][_0x16f52b(0x1ee)]==_0x1cdf39[_0x16f52b(0x1ee)]&&_0xb72e74[_0x16f52b(0x2eb)]==_0xa1d6e3&&Pt(_0xb72e74,_0x15b042)&&(_0x450c1d(_0xb72e74[_0x16f52b(0x245)](),_0x5de431)||_0x450c1d(_0x5de431,_0xb72e74[_0x16f52b(0x245)]()))){for(const _0x2261b1 of _0x5de431)_0xb72e74[_0x16f52b(0x305)](_0x2261b1);return _0xb72e74;}const _0x3c32d4=_0x2e0e5f(),_0x2e7d81=_0xf6a186['id'],_0x383707=_0x16f52b(0x2e1)+_0xa1d6e3,_0xe28f74=this[_0x16f52b(0x2ca)]({'id':_0x3c32d4,'type':_0x383707,'data':_0x1cdf39,'createdAt':new Date(),'authorId':_0x2e7d81,'attributes':_0x15b042});for(const _0x2f0d8a of _0x5de431)this[_0x16f52b(0x2c4)](_0x383707,_0x3c32d4,_0x2e7d81,_0x2f0d8a,_0x4c8752[_0x16f52b(0x2c0)]());return _0xe28f74;}[_0x2fda62(0x38f)](_0x18cd9b,_0x332652=null,_0x534282={}){const _0x349f54=_0x2fda62;if(_0x18cd9b[_0x349f54(0x336)])return null;const _0x4519ee=this[_0x349f54(0x263)][_0x349f54(0x255)][_0x349f54(0x202)](_0x349f54(0x32b))['me'],_0x4ee614=new _0x5b6962(_0x18cd9b[_0x349f54(0x2da)],_0x18cd9b[_0x349f54(0x25c)]);for(const {suggestion:_0x1251e6,meta:_0x329ef7}of this[_0x349f54(0x339)](_0x4ee614,_0x349f54(0x229)))if(_0x329ef7[_0x349f54(0x1fb)]&&!_0x329ef7[_0x349f54(0x22e)]){if(_0x1251e6[_0x349f54(0x266)]){const _0x159f8e=_0x1251e6[_0x349f54(0x245)]()[_0x349f54(0x33c)](_0xe1827b=>_0x349f54(0x306)!=_0xe1827b[_0x349f54(0x35a)][_0x349f54(0x288)]);_0x159f8e[_0x349f54(0x359)](_0x2f2ba1=>_0x4ee614[_0x349f54(0x31b)](_0x2f2ba1,!0x0))&&_0x1251e6[_0x349f54(0x297)]();if(_0x159f8e[_0x349f54(0x211)](_0x25a01b=>_0x25a01b[_0x349f54(0x31b)](_0x4ee614,!0x0))){const _0xd81301=this[_0x349f54(0x2be)][_0x349f54(0x2ad)](_0x349f54(0x2fd),_0x332652,_0x349f54(0x391));return this[_0x349f54(0x273)](()=>_0xd81301([_0x4ee614],null,_0x534282)),null;}}else{const _0x37dfff=_0x4ee614[_0x349f54(0x399)](_0x1251e6[_0x349f54(0x363)]());null!==_0x37dfff&&_0x1251e6[_0x349f54(0x2fa)]([_0x37dfff],null,_0x534282);}}if(_0x4ee614[_0x349f54(0x329)](),_0x4ee614[_0x349f54(0x336)]||_0x349f54(0x306)==_0x4ee614[_0x349f54(0x35a)][_0x349f54(0x288)])return null;let _0x4e0935=null,_0x27e81e=_0x4ee614[_0x349f54(0x2da)],_0x4bbe9c=_0x4ee614[_0x349f54(0x25c)];const _0x225073=this[_0x349f54(0x339)](_0x4ee614,_0x349f54(0x2fd));for(const {suggestion:_0x2dfea2,meta:_0x34cecd}of _0x225073){const _0x1ac917=this[_0x349f54(0x37d)][_0x349f54(0x31d)](_0x27e81e,_0x4bbe9c);if(_0x34cecd[_0x349f54(0x1fb)]&&(this[_0x349f54(0x372)]||!_0x34cecd[_0x349f54(0x28f)]&&!_0x34cecd[_0x349f54(0x295)])){if(_0x2dfea2[_0x349f54(0x266)]){if(!Pt(_0x2dfea2,_0x534282))continue;let _0xf5cd4f=!0x0;for(const _0x158dd0 of _0x2dfea2[_0x349f54(0x245)]()){if(_0x158dd0[_0x349f54(0x31b)](_0x1ac917,!0x0))return _0x2dfea2;_0x1ac917[_0x349f54(0x31b)](_0x158dd0)||(_0xf5cd4f=!0x1);}_0xf5cd4f&&_0x2dfea2[_0x349f54(0x297)]();}else{const _0x25bedb=_0x2dfea2[_0x349f54(0x363)]();if(_0x25bedb[_0x349f54(0x31b)](_0x1ac917,!0x0))return _0x2dfea2;if(!Pt(_0x2dfea2,_0x534282)){_0x1ac917[_0x349f54(0x31b)](_0x25bedb)?_0x2dfea2[_0x349f54(0x34b)]():_0x25bedb[_0x349f54(0x21f)](_0x27e81e)?_0x27e81e=_0x25bedb[_0x349f54(0x25c)]:_0x25bedb[_0x349f54(0x21f)](_0x4bbe9c)&&(_0x4bbe9c=_0x25bedb[_0x349f54(0x2da)]);continue;}_0x27e81e=_0x27e81e[_0x349f54(0x233)](_0x25bedb[_0x349f54(0x2da)])?_0x27e81e:_0x25bedb[_0x349f54(0x2da)],_0x4bbe9c=_0x4bbe9c[_0x349f54(0x2b7)](_0x25bedb[_0x349f54(0x25c)])?_0x4bbe9c:_0x25bedb[_0x349f54(0x25c)],_0x534282=Object[_0x349f54(0x2e5)]({},_0x2dfea2[_0x349f54(0x2f2)]),_0x4e0935?_0x25bedb[_0x349f54(0x2da)][_0x349f54(0x233)](_0x4e0935[_0x349f54(0x363)]()[_0x349f54(0x2da)])?(_0x4e0935[_0x349f54(0x34b)](),_0x4e0935=_0x2dfea2):_0x2dfea2[_0x349f54(0x34b)]():_0x4e0935=_0x2dfea2;}}}if(_0x4e0935)return this[_0x349f54(0x2ea)](_0x4e0935,this[_0x349f54(0x37d)][_0x349f54(0x31d)](_0x27e81e,_0x4bbe9c)),_0x4e0935;{const _0x1b8636=_0x2e0e5f(),_0x294f98=this[_0x349f54(0x37d)][_0x349f54(0x31d)](_0x27e81e,_0x4bbe9c),_0x45e3cc=_0x4519ee['id'],_0x40650a=_0x332652?_0x349f54(0x2b5)+_0x332652:_0x349f54(0x2fd),_0x1a95fd=this[_0x349f54(0x2ca)]({'id':_0x1b8636,'type':_0x40650a,'createdAt':new Date(),'authorId':_0x45e3cc,'attributes':_0x534282});return this[_0x349f54(0x2c4)](_0x40650a,_0x1b8636,_0x45e3cc,_0x294f98),_0x1a95fd;}}[_0x2fda62(0x2f1)](_0x1c428c,_0x9c9ecc=_0x2fda62(0x24f),_0x238205={}){const _0x1abb74=_0x2fda62,_0x57a96c=this[_0x1abb74(0x263)][_0x1abb74(0x255)][_0x1abb74(0x202)](_0x1abb74(0x32b))['me'],_0x4abe0f=_0x1c428c[_0x1abb74(0x321)](_0x2a7a70=>new _0x5b6962(_0x2a7a70[_0x1abb74(0x2da)],_0x2a7a70[_0x1abb74(0x25c)])),_0x5d559e=new Set();for(const {suggestion:_0x2c54af,meta:_0x364fd1}of this[_0x1abb74(0x339)](_0x4abe0f,_0x1abb74(0x229)))_0x364fd1[_0x1abb74(0x1fb)]&&!_0x364fd1[_0x1abb74(0x22e)]&&_0x5d559e[_0x1abb74(0x20b)](_0x2c54af);for(const _0x56aa9d of _0x5d559e)if(_0x56aa9d[_0x1abb74(0x266)]){const _0x5f4e06=_0x56aa9d[_0x1abb74(0x245)]();(!_0x56aa9d[_0x1abb74(0x2f2)]||!_0x56aa9d[_0x1abb74(0x2f2)][_0x1abb74(0x2b8)])&&(_0x5f4e06[_0x1abb74(0x359)](_0x58b29e=>_0x4abe0f[_0x1abb74(0x211)](_0x2c909c=>_0x2c909c[_0x1abb74(0x31b)](_0x58b29e,!0x0)))&&_0x56aa9d[_0x1abb74(0x297)]());if(_0x4abe0f[_0x1abb74(0x359)](_0x14e0c3=>_0x5f4e06[_0x1abb74(0x211)](_0x581457=>_0x581457[_0x1abb74(0x31b)](_0x14e0c3,!0x0)))){const _0x3b6bb1=this[_0x1abb74(0x2be)][_0x1abb74(0x2ad)](_0x1abb74(0x2fd),_0x9c9ecc,_0x1abb74(0x391));return this[_0x1abb74(0x273)](()=>_0x3b6bb1(_0x1c428c,null,_0x238205)),null;}}else{const _0xdcbdf3=_0x56aa9d[_0x1abb74(0x363)]();_0x4abe0f[_0x1abb74(0x211)](_0x5ee4e6=>_0x5ee4e6[_0x1abb74(0x31b)](_0xdcbdf3,!0x0))&&_0x56aa9d[_0x1abb74(0x297)]();if(_0x4abe0f[_0x1abb74(0x359)](_0x58a4aa=>_0xdcbdf3[_0x1abb74(0x31b)](_0x58a4aa,!0x0))){const _0x7cb91b=this[_0x1abb74(0x2be)][_0x1abb74(0x2ad)](_0x1abb74(0x2fd),_0x9c9ecc,_0x1abb74(0x391));return this[_0x1abb74(0x273)](()=>_0x7cb91b(_0x4abe0f,null,_0x238205)),null;}}const _0x2b655d=this[_0x1abb74(0x2be)][_0x1abb74(0x2ad)](_0x1abb74(0x2fd),_0x9c9ecc,_0x1abb74(0x301));let _0x5313d5=null;for(const _0x38e49a of this[_0x1abb74(0x23b)]())if(_0x38e49a[_0x1abb74(0x30e)]['id']==_0x57a96c['id']&&_0x38e49a[_0x1abb74(0x27a)]&&_0x1abb74(0x2fd)==_0x38e49a[_0x1abb74(0x357)]&&_0x38e49a[_0x1abb74(0x2eb)]==_0x9c9ecc&&Pt(_0x38e49a,_0x238205)&&(_0x2b655d(_0x38e49a[_0x1abb74(0x245)](),_0x4abe0f)||_0x2b655d(_0x4abe0f,_0x38e49a[_0x1abb74(0x245)]()))){if(_0x5313d5){if(_0x38e49a[_0x1abb74(0x31e)]&&_0x38e49a[_0x1abb74(0x31e)][_0x1abb74(0x269)])continue;for(const _0x379c39 of _0x38e49a[_0x1abb74(0x245)]())_0x5313d5[_0x1abb74(0x395)](_0x379c39)||_0x5313d5[_0x1abb74(0x305)](_0x379c39);_0x38e49a[_0x1abb74(0x34b)]();}else{_0x5313d5=_0x38e49a;for(const _0x4179f7 of _0x4abe0f)_0x38e49a[_0x1abb74(0x395)](_0x4179f7)||_0x38e49a[_0x1abb74(0x305)](_0x4179f7);}}if(_0x5313d5)return _0x5313d5;_0x5d559e[_0x1abb74(0x37a)]();for(const {suggestion:_0x545860,meta:_0x3bc2a9}of this[_0x1abb74(0x339)](_0x4abe0f,_0x1abb74(0x2fd)))_0x3bc2a9[_0x1abb74(0x1fb)]&&(this[_0x1abb74(0x372)]||!_0x3bc2a9[_0x1abb74(0x28f)]&&!_0x3bc2a9[_0x1abb74(0x295)])&&Pt(_0x545860,_0x238205)&&_0x5d559e[_0x1abb74(0x20b)](_0x545860);for(const _0x3d90e3 of _0x5d559e){const _0x3b7b56=_0x3d90e3[_0x1abb74(0x245)]();if(!_0x238205||!_0x238205[_0x1abb74(0x2b8)]){if(_0x4abe0f[_0x1abb74(0x359)](_0x140183=>_0x3b7b56[_0x1abb74(0x211)](_0x4130dd=>_0x4130dd[_0x1abb74(0x31b)](_0x140183,!0x0))))return _0x3d90e3;}(!_0x3d90e3[_0x1abb74(0x2f2)]||!_0x3d90e3[_0x1abb74(0x2f2)][_0x1abb74(0x2b8)])&&(_0x3b7b56[_0x1abb74(0x359)](_0xe6d19f=>_0x4abe0f[_0x1abb74(0x211)](_0x1b61e6=>_0x1b61e6[_0x1abb74(0x31b)](_0xe6d19f,!0x0)))&&_0x3d90e3[_0x1abb74(0x297)]());}const _0x1f18c1=_0x2e0e5f(),_0x22d3e3=_0x57a96c['id'],_0x4fd0a6=_0x1abb74(0x2b5)+_0x9c9ecc,_0x5c6b7f=this[_0x1abb74(0x2ca)]({'id':_0x1f18c1,'type':_0x4fd0a6,'createdAt':new Date(),'authorId':_0x22d3e3,'attributes':_0x238205});for(const _0x35167b of _0x4abe0f)_0x35167b[_0x1abb74(0x329)](),_0x35167b[_0x1abb74(0x336)]||_0x1abb74(0x306)==_0x35167b[_0x1abb74(0x35a)][_0x1abb74(0x288)]||this[_0x1abb74(0x2c4)](_0x4fd0a6,_0x1f18c1,_0x22d3e3,_0x35167b,_0x4c8752[_0x1abb74(0x2c0)]());return _0x5c6b7f;}[_0x2fda62(0x2e6)](_0x12ac63,_0x20a19b,_0x4a0c93,_0x31c593,_0x3b7101){const _0x34b558=_0x2fda62;if(_0x12ac63[_0x34b558(0x336)])return[];if(_0x34b558(0x335)===this[_0x34b558(0x389)])return[];const _0xa72a83=this[_0x34b558(0x263)][_0x34b558(0x255)][_0x34b558(0x202)](_0x34b558(0x32b))['me']['id'],_0x226d91=Array[_0x34b558(0x2bc)](this[_0x34b558(0x2f6)][_0x34b558(0x31a)]())[_0x34b558(0x33c)](_0x2cf0ec=>_0x34b558(0x323)==_0x2cf0ec[_0x34b558(0x357)]&&_0x2cf0ec[_0x34b558(0x333)][_0x34b558(0x22c)]==_0x20a19b&&_0x2cf0ec[_0x34b558(0x395)](_0x12ac63));if(_0x34b558(0x354)===this[_0x34b558(0x389)]){const _0x34c16a=this[_0x34b558(0x339)](_0x12ac63,_0x34b558(0x229))[_0x34b558(0x33c)](({meta:_0x2134df})=>_0x2134df[_0x34b558(0x1fb)]&&!_0x2134df[_0x34b558(0x295)]&&!_0x2134df[_0x34b558(0x22e)])[_0x34b558(0x321)](({suggestion:_0x137846})=>_0x137846);_0x226d91[_0x34b558(0x242)](..._0x34c16a);}const _0x2f7fac=new Map([[_0x12ac63,_0x4a0c93]]);for(const _0x53a384 of _0x226d91){const _0x373fb6=_0x34b558(0x323)==_0x53a384[_0x34b558(0x357)]?_0x53a384[_0x34b558(0x333)][_0x34b558(0x369)]:void 0x0,_0x132ed2=_0x53a384[_0x34b558(0x363)](),_0x547c33=Array[_0x34b558(0x2bc)](_0x2f7fac[_0x34b558(0x2ec)]())[_0x34b558(0x29a)](_0x1f9f10=>_0x1f9f10[_0x34b558(0x383)](_0x132ed2));if(!_0x547c33)continue;const _0x2da10c=_0x547c33[_0x34b558(0x265)](_0x132ed2);this[_0x34b558(0x360)](_0x20a19b)&&_0x34b558(0x229)==_0x53a384[_0x34b558(0x357)]&&0x0!=_0x2da10c[_0x34b558(0x269)]||(_0x2f7fac[_0x34b558(0x28a)](_0x547c33),_0x2da10c[_0x34b558(0x346)](_0x1e24e1=>{const _0x378b0c=_0x34b558;_0x2f7fac[_0x378b0c(0x2d9)](_0x1e24e1,_0x4a0c93);}),_0x34b558(0x229)!=_0x53a384[_0x34b558(0x357)]&&_0x373fb6!=_0x31c593&&_0x2f7fac[_0x34b558(0x2d9)](_0x547c33[_0x34b558(0x399)](_0x132ed2),_0x373fb6));}const _0x38216c=[];for(const [_0x5eb12c,_0x3fdfbd]of _0x2f7fac){const _0x2d1f57=_0x2e0e5f(),_0x6b3c1a={'key':_0x20a19b,'oldValue':_0x3fdfbd,'newValue':_0x31c593};_0x20a19b[_0x34b558(0x269)]>0x25&&console[_0x34b558(0x397)](_0x34b558(0x20e),{'key':_0x20a19b});const _0x838fd8=(_0x34b558(0x2dc)+(_0x20a19b+'|'+Et({'newValue':_0x31c593})))[_0x34b558(0x26c)](0x0,0x3c),_0x4b3800=this[_0x34b558(0x2ca)]({'id':_0x2d1f57,'type':_0x838fd8,'data':_0x6b3c1a,'createdAt':new Date(),'authorId':_0xa72a83,'attributes':_0x3b7101});_0x38216c[_0x34b558(0x2a4)](_0x4b3800),this[_0x34b558(0x2c4)](_0x838fd8,_0x2d1f57,_0xa72a83,_0x5eb12c);}return _0x38216c;}[_0x2fda62(0x379)](_0x213513){const _0xf247bb=_0x2fda62;this[_0xf247bb(0x2f7)][_0xf247bb(0x20b)](_0x213513);}[_0x2fda62(0x370)](_0x21f665){const _0x21e0dc=_0x2fda62;this[_0x21e0dc(0x294)][_0x21e0dc(0x20b)](_0x21f665);}[_0x2fda62(0x2a6)](_0x4c351a,_0x2d9904=[],_0x22df52=[]){const _0x107587=_0x2fda62;this[_0x107587(0x22f)](_0x4c351a,(_0x390c4c,..._0x292ccf)=>{const _0x1723fd=_0x107587;this[_0x1723fd(0x241)](()=>{_0x390c4c(..._0x292ccf);});});for(const _0x3a90fd of _0x2d9904)this[_0x107587(0x370)](_0x3a90fd);for(const _0x5cdd1c of _0x22df52)this[_0x107587(0x379)](_0x5cdd1c);}[_0x2fda62(0x38c)](_0x44903e){const _0x1dc89c=_0x2fda62;return _0x1dc89c(0x323)==_0x44903e[_0x1dc89c(0x357)]?_0x44903e[_0x1dc89c(0x2eb)][_0x1dc89c(0x271)]('|')[0x0]:null;}[_0x2fda62(0x2ea)](_0x16f4c6,_0x1bc77c){const _0x4e172d=_0x2fda62,_0x10c1be=_0x16f4c6[_0x4e172d(0x246)]();this[_0x4e172d(0x37d)][_0x4e172d(0x27d)](_0x2e03f5=>{const _0x2524fc=_0x4e172d;_0x2e03f5[_0x2524fc(0x393)](_0x10c1be,{'range':_0x1bc77c});});}[_0x2fda62(0x371)](_0x1bfb7b){const _0x341def=_0x2fda62,_0x1e05e2=_0x1bfb7b['id'],_0x18b458=this[_0x341def(0x263)][_0x341def(0x35f)][_0x341def(0x202)](_0x341def(0x217));this[_0x341def(0x33e)][_0x341def(0x300)](_0x1e05e2)||this[_0x341def(0x33e)][_0x341def(0x280)]({'channelId':_0x18b458,'threadId':_0x1e05e2,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x18cbc7=this[_0x341def(0x33e)][_0x341def(0x386)](_0x1e05e2);_0x18cbc7[_0x341def(0x27b)](_0x341def(0x2f5)),_0x18cbc7[_0x341def(0x2f5)]=!0x1,_0x1bfb7b[_0x341def(0x31e)]=_0x18cbc7;}[_0x2fda62(0x2c5)](_0x3fadcc,_0x2bd135,_0xe4e3c1,_0x224ceb){const _0x590f9d=_0x2fda62;if(_0x3fadcc[_0x590f9d(0x357)]!=_0x2bd135||_0x3fadcc[_0x590f9d(0x2eb)]!=_0xe4e3c1||_0x3fadcc[_0x590f9d(0x2c1)]['id']!=_0x224ceb)throw this[_0x590f9d(0x263)][_0x590f9d(0x385)](_0x590f9d(0x21e)),new _0x51ae20(_0x590f9d(0x21e),this);}[_0x2fda62(0x302)](_0x1dea34,_0x477a77){const _0x5c71fe=_0x2fda62,_0x417f2c=_0x1dea34[_0x5c71fe(0x363)]();if(_0x477a77[_0x5c71fe(0x390)](_0x417f2c))_0x1dea34[_0x5c71fe(0x34b)]();else{if(_0x417f2c[_0x5c71fe(0x31b)](_0x477a77)){const _0x1e457e=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x2da)][_0x5c71fe(0x220)],_0x5c71fe(0x25c));this[_0x5c71fe(0x2ea)](_0x1dea34,this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x417f2c[_0x5c71fe(0x2da)],_0x1e457e));const _0x5205cc=_0x2e0e5f(),_0x2f8f75=_0x1dea34[_0x5c71fe(0x2c1)]['id'],_0x50f859=_0x1dea34[_0x5c71fe(0x357)]+':'+_0x1dea34[_0x5c71fe(0x2eb)];this[_0x5c71fe(0x2ca)]({'id':_0x5205cc,'type':_0x50f859,'createdAt':new Date(),'authorId':_0x2f8f75,'data':_0x1dea34[_0x5c71fe(0x333)],'attributes':_0x1dea34[_0x5c71fe(0x2f2)]});const _0x350a04=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x25c)][_0x5c71fe(0x325)],_0x5c71fe(0x2ba)),_0x397215=this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x350a04,_0x417f2c[_0x5c71fe(0x25c)]);this[_0x5c71fe(0x2c4)](_0x50f859,_0x5205cc,_0x2f8f75,_0x397215);}else{if(_0x417f2c[_0x5c71fe(0x21f)](_0x477a77[_0x5c71fe(0x2da)])){const _0x4fa11c=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x2da)][_0x5c71fe(0x220)],_0x5c71fe(0x25c));this[_0x5c71fe(0x2ea)](_0x1dea34,this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x417f2c[_0x5c71fe(0x2da)],_0x4fa11c));}else{const _0x35d837=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x25c)][_0x5c71fe(0x325)],_0x5c71fe(0x2ba));this[_0x5c71fe(0x2ea)](_0x1dea34,this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x35d837,_0x417f2c[_0x5c71fe(0x25c)]));}}}}[_0x2fda62(0x277)](_0x555517){const _0x350197=_0x2fda62;for(const {suggestion:_0x5456b6,meta:_0x22486b}of this[_0x350197(0x339)](_0x555517,_0x350197(0x229))){if(!_0x22486b[_0x350197(0x1fb)])continue;const _0x2c8299=_0x5456b6[_0x350197(0x245)]();for(const _0x2eaee6 of _0x2c8299)if(!_0x555517[_0x350197(0x265)](_0x2eaee6)[_0x350197(0x269)])return!0x0;}return!0x1;}[_0x2fda62(0x2b3)](_0x1ac4f6){const _0x1b27a1=_0x2fda62,_0x3146fa=this[_0x1b27a1(0x263)][_0x1b27a1(0x255)][_0x1b27a1(0x202)](_0x1b27a1(0x32b))[_0x1b27a1(0x293)](_0x1ac4f6);if(!_0x3146fa)throw new _0x51ae20(_0x1b27a1(0x243),this);return _0x3146fa;}[_0x2fda62(0x2ef)](_0x5cb1e2){const _0x50fb6a=_0x2fda62,_0x5d4ed6=this[_0x50fb6a(0x263)][_0x50fb6a(0x255)][_0x50fb6a(0x202)](_0x50fb6a(0x32b)),_0x4abde2=_0x18ac71(_0x50fb6a(0x2db)+_0x5cb1e2),_0x291604=_0x5d4ed6[_0x50fb6a(0x293)](_0x4abde2);return _0x291604||_0x5d4ed6[_0x50fb6a(0x20f)]({'id':_0x4abde2,'name':_0x5cb1e2});}[_0x2fda62(0x2ff)](_0x211d44,_0x32af09,_0x30c445,_0x44a4f1,_0x3ea99b){const _0x160262=_0x2fda62,_0x471a5=this[_0x160262(0x2b3)](_0x44a4f1),_0x3b90d6=this[_0x160262(0x2be)][_0x160262(0x24c)](_0x211d44,_0x32af09,_0x30c445,_0x471a5,_0x3ea99b,_0x3fcf11=>{const _0x38621e=_0x160262;this[_0x38621e(0x1fe)](_0x30c445,{'attributes':_0x3fcf11});const _0x17021f=this[_0x38621e(0x1f3)](_0x30c445);this[_0x38621e(0x2cf)](new Set([_0x17021f])),this[_0x38621e(0x382)](new Set([_0x17021f]));});return this[_0x160262(0x21b)](_0x3b90d6,_0x160262(0x391),()=>{const _0xc6d276=_0x160262;this[_0xc6d276(0x1fe)](_0x30c445,{'state':_0xc6d276(0x227)});},{'priority':_0x160262(0x30a)}),this[_0x160262(0x21b)](_0x3b90d6,_0x160262(0x297),()=>{const _0x200fae=_0x160262;this[_0x200fae(0x1fe)](_0x30c445,{'state':_0x200fae(0x270)});},{'priority':_0x160262(0x30a)}),this[_0x160262(0x2f6)][_0x160262(0x2d9)](_0x30c445,_0x3b90d6),this[_0x160262(0x2c3)][_0x160262(0x2d9)](_0x3b90d6,_0x160262(0x231)),_0x3b90d6;}[_0x2fda62(0x30d)](_0x3fc134){const _0x5795c5=_0x2fda62,_0x44c49a=_0x3fc134[_0x5795c5(0x271)](':');return{'group':_0x44c49a[0x0],'type':_0x44c49a[0x1],'subType':_0x44c49a[_0x5795c5(0x269)]>=0x5?_0x44c49a[0x2]:null,'id':_0x44c49a[_0x5795c5(0x269)]<0x5?_0x44c49a[0x2]:_0x44c49a[0x3],'authorId':_0x44c49a[_0x5795c5(0x269)]<0x5?_0x44c49a[0x3]:_0x44c49a[0x4],'markerCount':0x6==_0x44c49a[_0x5795c5(0x269)]?_0x44c49a[0x5]:null};}[_0x2fda62(0x20d)](_0x48a92c,_0x24d2d7,_0x584659){const _0x23c53e=_0x2fda62,_0x31ad6a=_0x48a92c[_0x23c53e(0x363)](),_0x3d57ff=_0x31ad6a[_0x23c53e(0x2da)],_0x1585a1=_0x31ad6a[_0x23c53e(0x25c)];this[_0x23c53e(0x2ea)](_0x48a92c,this[_0x23c53e(0x37d)][_0x23c53e(0x31d)](_0x3d57ff,_0x24d2d7));const _0x13cfc4=_0x2e0e5f(),_0x15b046=_0x48a92c[_0x23c53e(0x2c1)]['id'],_0x4dc6a8=_0x48a92c[_0x23c53e(0x357)]+(_0x48a92c[_0x23c53e(0x2eb)]?':'+_0x48a92c[_0x23c53e(0x2eb)]:'');this[_0x23c53e(0x2ca)]({'id':_0x13cfc4,'type':_0x4dc6a8,'createdAt':new Date(),'authorId':_0x15b046,'originalSuggestionId':_0x48a92c['id'],'attributes':_0x48a92c[_0x23c53e(0x2f2)],'data':_0x48a92c[_0x23c53e(0x333)]});const _0x4e27ec=this[_0x23c53e(0x38c)](_0x48a92c);(_0x23c53e(0x216)==_0x48a92c[_0x23c53e(0x357)]||_0x4e27ec&&this[_0x23c53e(0x360)](_0x4e27ec))&&(_0x584659=this[_0x23c53e(0x37d)][_0x23c53e(0x279)](_0x584659[_0x23c53e(0x325)])),this[_0x23c53e(0x2c4)](_0x4dc6a8,_0x13cfc4,_0x15b046,this[_0x23c53e(0x37d)][_0x23c53e(0x31d)](_0x584659,_0x1585a1));}[_0x2fda62(0x339)](_0x112600,_0x3e735d=null){const _0x31d280=_0x2fda62,_0x1b0dd9=[],_0x140e7d=this[_0x31d280(0x263)][_0x31d280(0x255)][_0x31d280(0x202)](_0x31d280(0x32b))['me'];Array[_0x31d280(0x34d)](_0x112600)||(_0x112600=[_0x112600]);for(const _0x574226 of this[_0x31d280(0x23b)]()){if(!_0x574226[_0x31d280(0x27a)])continue;if(_0x3e735d&&_0x574226[_0x31d280(0x357)]!=_0x3e735d)continue;let _0x1f298f=!0x1;for(const _0x50bca9 of _0x574226[_0x31d280(0x245)]()){for(const _0x4d26cd of _0x112600){const _0x10ca9b=_0x4d26cd[_0x31d280(0x2da)][_0x31d280(0x390)](_0x50bca9[_0x31d280(0x25c)])||_0x4d26cd[_0x31d280(0x25c)][_0x31d280(0x390)](_0x50bca9[_0x31d280(0x2da)]);if(_0x10ca9b||_0x4d26cd[_0x31d280(0x399)](_0x50bca9)){const _0x121099=_0x4d26cd[_0x31d280(0x31b)](_0x50bca9)&&xt(this[_0x31d280(0x37d)][_0x31d280(0x349)],_0x50bca9[_0x31d280(0x2da)],_0x4d26cd),_0x58b480=_0x50bca9[_0x31d280(0x31b)](_0x4d26cd)&&xt(this[_0x31d280(0x37d)][_0x31d280(0x349)],_0x4d26cd[_0x31d280(0x2da)],_0x50bca9);_0x1b0dd9[_0x31d280(0x2a4)]({'suggestion':_0x574226,'meta':{'isOwn':_0x140e7d==_0x574226[_0x31d280(0x30e)],'isNextTo':_0x10ca9b,'isInsideObject':_0x121099,'containsRangeInObject':_0x58b480}}),_0x1f298f=!0x0;break;}}if(_0x1f298f)break;}}return _0x1b0dd9;}[_0x2fda62(0x2c4)](_0x3647d2,_0x13e7cd,_0x474435,_0x297edc,_0xb946d6){const _0x1a901d=_0x2fda62;this[_0x1a901d(0x37d)][_0x1a901d(0x27d)](_0x45fe48=>{const _0x520fe5=_0x1a901d;let _0x3289ed=_0x520fe5(0x362)+_0x3647d2+':'+_0x13e7cd+':'+_0x474435;_0xb946d6&&(_0x3289ed=_0x3289ed+':'+_0xb946d6),_0x45fe48[_0x520fe5(0x2ee)](_0x3289ed,{'range':_0x297edc,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2fda62(0x2a5)](_0x542727){const _0x28eebe=_0x2fda62,_0x3269d0=_0x542727[_0x28eebe(0x34e)],_0x15c728=_0x542727[_0x28eebe(0x2b4)];_0x542727[_0x28eebe(0x34e)]=null,_0x542727[_0x28eebe(0x2b4)]=null,null!=_0x3269d0&&_0x3269d0[_0x28eebe(0x2b4)]==_0x542727&&(_0x3269d0[_0x28eebe(0x2b4)]=_0x15c728),null!=_0x15c728&&_0x15c728[_0x28eebe(0x34e)]==_0x542727&&(_0x15c728[_0x28eebe(0x34e)]=_0x3269d0),_0x28eebe(0x1fd)==this[_0x28eebe(0x2c3)][_0x28eebe(0x202)](_0x542727)&&(this[_0x28eebe(0x2c3)][_0x28eebe(0x2d9)](_0x542727,_0x28eebe(0x347)),this[_0x28eebe(0x2ce)](_0x28eebe(0x353),_0x542727,_0x3269d0,_0x15c728));}[_0x2fda62(0x2ca)](_0x3f8193){const _0x4a9d55=_0x2fda62,_0x1c155d=_0x3f8193['id'],_0x9d82c8=this[_0x4a9d55(0x2d8)](_0x3f8193);if(this[_0x4a9d55(0x278)]&&this[_0x4a9d55(0x278)][_0x4a9d55(0x2a7)]){const _0x49be17=this[_0x4a9d55(0x263)][_0x4a9d55(0x255)][_0x4a9d55(0x202)](_0x4a9d55(0x2e7)),_0x16c3f7=_0x9d82c8[_0x4a9d55(0x39d)],_0x1b3615=_0x9d82c8[_0x4a9d55(0x2eb)]?_0x9d82c8[_0x4a9d55(0x357)]+':'+_0x9d82c8[_0x4a9d55(0x2eb)]:_0x9d82c8[_0x4a9d55(0x357)],_0x493a36=this[_0x4a9d55(0x263)][_0x4a9d55(0x2c9)],_0xa07e70=_0x49be17[_0x4a9d55(0x20b)](_0xc8b30e(_0x493a36,_0x4a9d55(0x2aa))),_0x4d611a={'id':_0x1c155d,'type':_0x1b3615,'hasComments':_0x16c3f7,'data':_0x3f8193[_0x4a9d55(0x333)]||null,'originalSuggestionId':_0x3f8193[_0x4a9d55(0x2c2)]||null,'attributes':_0x9d82c8[_0x4a9d55(0x2f2)]};this[_0x4a9d55(0x278)][_0x4a9d55(0x2a7)](_0x4d611a)[_0x4a9d55(0x368)](_0x237403=>{const _0x1e4f83=_0x4a9d55;_0x9d82c8[_0x1e4f83(0x2b6)]=!0x0,_0x49be17[_0x1e4f83(0x36d)](_0xa07e70),_0x237403&&_0x237403[_0x1e4f83(0x25b)]&&(this[_0x1e4f83(0x2f6)][_0x1e4f83(0x202)](_0x1c155d)[_0x1e4f83(0x25b)]=_0x237403[_0x1e4f83(0x25b)]);})[_0x4a9d55(0x38b)](_0x526821=>{const _0x2fdc49=_0x4a9d55;throw _0x2a6906(_0x2fdc49(0x314)),this[_0x2fdc49(0x263)][_0x2fdc49(0x22b)][_0x2fdc49(0x37f)]({'isUndoable':!0x1},()=>{const _0xb488d6=_0x2fdc49;_0x9d82c8[_0xb488d6(0x297)]();}),_0x9d82c8[_0x2fdc49(0x2de)](),this[_0x2fdc49(0x2f6)][_0x2fdc49(0x28a)](_0x9d82c8['id']),this[_0x2fdc49(0x2c3)][_0x2fdc49(0x28a)](_0x9d82c8),_0x526821;});}return _0x9d82c8;}[_0x2fda62(0x360)](_0x43c379){const _0x15677d=_0x2fda62;return this[_0x15677d(0x2f7)][_0x15677d(0x30c)](_0x43c379);}[_0x2fda62(0x1fe)](_0x1ffe48,_0x3fec31){const _0x2657de=_0x2fda62,_0x2cd525=this[_0x2657de(0x263)][_0x2657de(0x255)][_0x2657de(0x202)](_0x2657de(0x2e7)),_0x2088e5=this[_0x2657de(0x1f3)](_0x1ffe48);if(this[_0x2657de(0x278)]&&this[_0x2657de(0x278)][_0x2657de(0x29c)]){if(_0x2088e5[_0x2657de(0x2b6)]){const _0x5e33a5=_0x2cd525[_0x2657de(0x20b)](_0xc8b30e(this[_0x2657de(0x263)][_0x2657de(0x2c9)],_0x2657de(0x2aa)));this[_0x2657de(0x278)][_0x2657de(0x29c)](_0x1ffe48,_0x3fec31)[_0x2657de(0x368)](()=>{const _0x573b6d=_0x2657de;_0x2cd525[_0x573b6d(0x36d)](_0x5e33a5);});}else _0x2088e5['on'](_0x2657de(0x2f0),()=>{const _0x12c6a3=_0x2657de;this[_0x12c6a3(0x1fe)](_0x1ffe48,_0x3fec31);});}}[_0x2fda62(0x317)](_0x754cbf){const _0xe6bc82=_0x2fda62;if(!this[_0xe6bc82(0x278)]||!this[_0xe6bc82(0x278)][_0xe6bc82(0x1f3)])throw new _0x51ae20(_0xe6bc82(0x27c),this);return this[_0xe6bc82(0x278)][_0xe6bc82(0x1f3)](_0x754cbf);}[_0x2fda62(0x35d)](_0x3f0ea3){const _0x42b9a3=_0x2fda62,{id:_0x22695b,type:_0x3e7851,subType:_0x3526e5,authorId:_0x42098a}=this[_0x42b9a3(0x30d)](_0x3f0ea3),_0x4d40c5=this[_0x42b9a3(0x2f6)][_0x42b9a3(0x202)](_0x22695b)||this[_0x42b9a3(0x2ff)](_0x3e7851,_0x3526e5,_0x22695b,_0x42098a,{});switch(this[_0x42b9a3(0x2c5)](_0x4d40c5,_0x3e7851,_0x3526e5,_0x42098a),this[_0x42b9a3(0x2c3)][_0x42b9a3(0x202)](_0x4d40c5)){case _0x42b9a3(0x231):this[_0x42b9a3(0x317)](_0x22695b)[_0x42b9a3(0x368)](_0x443b9c=>{const _0x15379e=_0x42b9a3;let _0x3776e3=Promise[_0x15379e(0x38e)]();_0x443b9c[_0x15379e(0x39d)]&&(_0x3776e3=this[_0x15379e(0x33e)][_0x15379e(0x2d0)]({'channelId':this[_0x15379e(0x263)][_0x15379e(0x35f)][_0x15379e(0x202)](_0x15379e(0x217)),'threadId':_0x22695b})),_0x3776e3[_0x15379e(0x368)](()=>{const _0x2d8acb=_0x15379e;this[_0x2d8acb(0x2d8)](_0x443b9c)[_0x2d8acb(0x2b6)]=!0x0;});}),this[_0x42b9a3(0x2c3)][_0x42b9a3(0x2d9)](_0x4d40c5,_0x42b9a3(0x28b));break;case _0x42b9a3(0x347):this[_0x42b9a3(0x1fe)](_0x22695b,{'state':_0x42b9a3(0x290)});case _0x42b9a3(0x234):this[_0x42b9a3(0x2c3)][_0x42b9a3(0x2d9)](_0x4d40c5,_0x42b9a3(0x1fd)),this[_0x42b9a3(0x2ce)](_0x42b9a3(0x324),_0x4d40c5);break;case _0x42b9a3(0x1fd):this[_0x42b9a3(0x2ce)](_0x42b9a3(0x34a),_0x4d40c5);}return _0x4d40c5[_0x42b9a3(0x1fa)](_0x3f0ea3),_0x4d40c5;}[_0x2fda62(0x382)](_0x3ad266){const _0x2e2a99=_0x2fda62,_0x33cba6=Array[_0x2e2a99(0x2bc)](_0x3ad266),_0x56093c=_0x33cba6[_0x2e2a99(0x33c)](_0x5b4d0a=>_0x2e2a99(0x323)==_0x5b4d0a[_0x2e2a99(0x357)]);this[_0x2e2a99(0x2ae)](_0x56093c);const _0x2c83cc=_0x33cba6[_0x2e2a99(0x33c)](_0x95df6=>!_0x95df6[_0x2e2a99(0x266)]&&_0x2e2a99(0x323)!=_0x95df6[_0x2e2a99(0x357)]),_0x3004e1=this[_0x2e2a99(0x23b)]({'skipNotAttached':!0x0})[_0x2e2a99(0x33c)](_0x41cb11=>!_0x41cb11[_0x2e2a99(0x266)]&&_0x2e2a99(0x323)!=_0x41cb11[_0x2e2a99(0x357)]),_0x2fe076=_0x3004e1[_0x2e2a99(0x33c)](_0x2cd323=>!_0x3ad266[_0x2e2a99(0x30c)](_0x2cd323)),_0x232fc8=new Map(_0x3004e1[_0x2e2a99(0x321)](_0x48f515=>[_0x48f515,this[_0x2e2a99(0x2be)][_0x2e2a99(0x2ad)](_0x48f515[_0x2e2a99(0x357)],_0x48f515[_0x2e2a99(0x2eb)],_0x2e2a99(0x253))])),_0x14a1fa=new Map(_0x3004e1[_0x2e2a99(0x321)](_0x395431=>[_0x395431,_0x395431[_0x2e2a99(0x363)]()])),_0x26a57a=new Set(),_0x4a413e=new Set();for(let _0x22e63e=0x0;_0x22e63e<_0x2c83cc[_0x2e2a99(0x269)];_0x22e63e++)_0x205df6(_0x2c83cc[_0x22e63e],_0x2c83cc,_0x22e63e+0x1);for(let _0x558c3d=0x0;_0x558c3d<_0x2c83cc[_0x2e2a99(0x269)];_0x558c3d++)_0x205df6(_0x2c83cc[_0x558c3d],_0x2fe076,0x0);const _0x2502f1=new Set();for(let _0x14e161=0x0;_0x14e161<_0x2c83cc[_0x2e2a99(0x269)];_0x14e161++){const _0x275a59=_0x2c83cc[_0x14e161];!_0x4a413e[_0x2e2a99(0x30c)](_0x275a59)&&_0x275a59[_0x2e2a99(0x34e)]&&(_0x2502f1[_0x2e2a99(0x20b)](_0x275a59[_0x2e2a99(0x34e)]),_0x275a59[_0x2e2a99(0x34e)][_0x2e2a99(0x2b4)]===_0x275a59&&(_0x275a59[_0x2e2a99(0x34e)][_0x2e2a99(0x2b4)]=null),_0x275a59[_0x2e2a99(0x34e)]=null),!_0x26a57a[_0x2e2a99(0x30c)](_0x275a59)&&_0x275a59[_0x2e2a99(0x2b4)]&&(_0x2502f1[_0x2e2a99(0x20b)](_0x275a59[_0x2e2a99(0x2b4)]),_0x275a59[_0x2e2a99(0x2b4)][_0x2e2a99(0x34e)]===_0x275a59&&(_0x275a59[_0x2e2a99(0x2b4)][_0x2e2a99(0x34e)]=null),_0x275a59[_0x2e2a99(0x2b4)]=null);}function _0x205df6(_0x5152f9,_0x48e5ff,_0x14e511){const _0x252481=_0x2e2a99;for(let _0x257530=_0x14e511;_0x257530<_0x48e5ff[_0x252481(0x269)];_0x257530++){const _0x295e25=_0x217b20(_0x5152f9,_0x48e5ff[_0x257530]);_0x295e25&&(_0x295e25[0x0][_0x252481(0x2b4)]=_0x295e25[0x1],_0x295e25[0x1][_0x252481(0x34e)]=_0x295e25[0x0],_0x26a57a[_0x252481(0x20b)](_0x295e25[0x0]),_0x4a413e[_0x252481(0x20b)](_0x295e25[0x1]));}}function _0x217b20(_0x389634,_0x3ba067){const _0x50210d=_0x2e2a99;if(_0x389634[_0x50210d(0x30e)]['id']!==_0x3ba067[_0x50210d(0x30e)]['id'])return null;const _0x42cb9c=_0x232fc8[_0x50210d(0x202)](_0x389634)(_0x389634,_0x3ba067,_0x14a1fa[_0x50210d(0x202)](_0x389634),_0x14a1fa[_0x50210d(0x202)](_0x3ba067));if(!_0x42cb9c)return null;return _0x232fc8[_0x50210d(0x202)](_0x3ba067)(_0x389634,_0x3ba067,_0x14a1fa[_0x50210d(0x202)](_0x389634),_0x14a1fa[_0x50210d(0x202)](_0x3ba067))?_0x42cb9c[0x1][_0x50210d(0x31e)]&&_0x42cb9c[0x1][_0x50210d(0x31e)][_0x50210d(0x269)]?null:_0x42cb9c:null;}_0x2502f1[_0x2e2a99(0x32a)]&&this[_0x2e2a99(0x382)](_0x2502f1);}[_0x2fda62(0x2ae)](_0xc04b6d){const _0x5211a3=_0x2fda62;if(0x0==_0xc04b6d[_0x5211a3(0x269)])return;const _0x34b5d2=this[_0x5211a3(0x23b)]({'skipNotAttached':!0x0})[_0x5211a3(0x33c)](_0x520d82=>_0x5211a3(0x323)==_0x520d82[_0x5211a3(0x357)]&&_0x520d82[_0x5211a3(0x29d)]),_0x42585b=[],_0xb61ae6=new Map();for(const _0xb3a41e of _0x34b5d2){const _0x3b5568=_0x18ac71(_0xb3a41e[_0x5211a3(0x2f2)]);_0xb61ae6[_0x5211a3(0x30c)](_0x3b5568)||(_0xb61ae6[_0x5211a3(0x2d9)](_0x3b5568,_0x42585b[_0x5211a3(0x269)]),_0x42585b[_0x5211a3(0x2a4)]([]));const _0x444251=_0xb61ae6[_0x5211a3(0x202)](_0x3b5568);_0x42585b[_0x444251][_0x5211a3(0x2a4)](_0xb3a41e);}!(function(){const _0x321a70=_0x5211a3;_0x42585b[_0x321a70(0x21a)]((_0x1dbad5,_0x3f8685)=>{const _0x13725a=_0x321a70,_0x2d5d94=_0x1dbad5[0x0][_0x13725a(0x25b)],_0x5e616a=_0x3f8685[0x0][_0x13725a(0x25b)];return _0x2d5d94==_0x5e616a?_0x1dbad5[0x0][_0x13725a(0x2f2)][_0x13725a(0x2f9)]<_0x3f8685[0x0][_0x13725a(0x2f2)][_0x13725a(0x2f9)]?-0x1:0x1:_0x2d5d94<_0x5e616a?-0x1:0x1;});for(const _0x937e5e of _0x42585b)_0x937e5e[_0x321a70(0x21a)]((_0x7ccf59,_0x4d2642)=>_0x7ccf59['id']<_0x4d2642['id']?-0x1:0x1);}());for(let _0x44356=0x0;_0x44356<_0x42585b[_0x5211a3(0x269)];_0x44356++){if(0x0==_0x42585b[_0x44356][_0x5211a3(0x269)])continue;const _0x11b6e6=[];for(let _0x4f69b2=_0x44356+0x1;_0x4f69b2<_0x42585b[_0x5211a3(0x269)];_0x4f69b2++)0x0!=_0x42585b[_0x4f69b2][_0x5211a3(0x269)]&&_0x54fdad(_0x42585b[_0x44356],_0x42585b[_0x4f69b2])&&_0x11b6e6[_0x5211a3(0x2a4)](_0x4f69b2);for(const _0x57aac1 of _0x11b6e6)_0x42585b[_0x44356]=_0x42585b[_0x44356][_0x5211a3(0x274)](_0x42585b[_0x57aac1]),_0x42585b[_0x57aac1]=[];}for(const _0x41d812 of _0x42585b)for(let _0x5af081=0x0;_0x5af081<_0x41d812[_0x5211a3(0x269)];_0x5af081++)_0x41d812[_0x5af081][_0x5211a3(0x2b4)]=_0x41d812[_0x5af081+0x1]||null;for(const _0x29d69c of _0x42585b)for(let _0x17fd8f=0x0;_0x17fd8f<_0x29d69c[_0x5211a3(0x269)];_0x17fd8f++)_0x29d69c[_0x17fd8f][_0x5211a3(0x34e)]=_0x29d69c[_0x17fd8f-0x1]||null;function _0x54fdad(_0x21e53b,_0x5b4c3b){const _0x13de38=_0x5211a3;if(_0x21e53b[0x0][_0x13de38(0x2f2)][_0x13de38(0x2f9)]!==_0x5b4c3b[0x0][_0x13de38(0x2f2)][_0x13de38(0x2f9)]&&_0x21e53b[0x0][_0x13de38(0x30e)]!==_0x5b4c3b[0x0][_0x13de38(0x30e)])return!0x1;if(!function(_0x3e8064,_0x5e3197){const _0x24b1b7=_0x13de38;if(!_0x3e8064[_0x24b1b7(0x39d)]&&!_0x5e3197[_0x24b1b7(0x39d)])return!0x0;if(_0x3e8064[_0x24b1b7(0x39d)]&&_0x5e3197[_0x24b1b7(0x39d)])return!0x1;if(_0x3e8064[_0x24b1b7(0x39d)]&&_0x5e3197[_0x24b1b7(0x25b)]<_0x3e8064[_0x24b1b7(0x31e)][_0x24b1b7(0x30f)][_0x24b1b7(0x202)](0x0)[_0x24b1b7(0x25b)])return!0x0;if(_0x5e3197[_0x24b1b7(0x39d)]&&_0x3e8064[_0x24b1b7(0x25b)]<_0x5e3197[_0x24b1b7(0x31e)][_0x24b1b7(0x30f)][_0x24b1b7(0x202)](0x0)[_0x24b1b7(0x25b)])return!0x0;return!0x1;}(_0x21e53b[0x0],_0x5b4c3b[0x0]))return!0x1;const _0x1a8fee=_0x325f47(_0x21e53b[0x0][_0x13de38(0x2f2)],_0x13de38(0x2f9)),_0xfadd73=_0x325f47(_0x5b4c3b[0x0][_0x13de38(0x2f2)],_0x13de38(0x2f9));if(!_0x4f2fda(_0x1a8fee,_0xfadd73))return!0x1;return!!_0x21e53b[_0x13de38(0x359)](_0x458b5c=>_0x5b4c3b[_0x13de38(0x211)](_0x35b434=>_0x458b5c[_0x13de38(0x363)]()[_0x13de38(0x390)](_0x35b434[_0x13de38(0x363)]())))&&_0x5b4c3b[_0x13de38(0x359)](_0x5d7b23=>_0x21e53b[_0x13de38(0x211)](_0x14236b=>_0x5d7b23[_0x13de38(0x363)]()[_0x13de38(0x390)](_0x14236b[_0x13de38(0x363)]())));}}[_0x2fda62(0x2cf)](_0x449699){const _0x536d7b=_0x2fda62,_0x3ffc19=Array[_0x536d7b(0x2bc)](_0x449699),_0x491000=this[_0x536d7b(0x23b)]({'skipNotAttached':!0x0}),_0x58c1b7=_0x491000[_0x536d7b(0x33c)](_0x44e5e7=>!_0x449699[_0x536d7b(0x30c)](_0x44e5e7)),_0x47a7a6=new Map(_0x3ffc19[_0x536d7b(0x321)](_0x23960f=>[_0x23960f,this[_0x536d7b(0x2be)][_0x536d7b(0x2ad)](_0x23960f[_0x536d7b(0x357)],_0x23960f[_0x536d7b(0x2eb)],_0x536d7b(0x301))])),_0x10f869=new Map(_0x491000[_0x536d7b(0x321)](_0x4b744c=>[_0x4b744c,_0x4b744c[_0x536d7b(0x245)]()]));for(let _0xe9101b=0x0;_0xe9101b<_0x3ffc19[_0x536d7b(0x269)];_0xe9101b++){if(_0x1229d4(this,_0x3ffc19[_0xe9101b],_0x3ffc19,_0xe9101b+0x1))return!0x0;}for(let _0x463a23=0x0;_0x463a23<_0x3ffc19[_0x536d7b(0x269)];_0x463a23++){if(_0x1229d4(this,_0x3ffc19[_0x463a23],_0x58c1b7,0x0))return!0x0;}return!0x1;function _0x1229d4(_0x5a3bde,_0x36b7a8,_0xa89a0d,_0x27416e){const _0x3f92bd=_0x536d7b;for(let _0x222d12=_0x27416e;_0x222d12<_0xa89a0d[_0x3f92bd(0x269)];_0x222d12++){const _0xf9495d=_0xa89a0d[_0x222d12];if(_0xf9495d[_0x3f92bd(0x357)]!==_0x36b7a8[_0x3f92bd(0x357)]||_0xf9495d[_0x3f92bd(0x30e)]['id']!==_0x36b7a8[_0x3f92bd(0x30e)]['id']||_0xf9495d[_0x3f92bd(0x2eb)]!==_0x36b7a8[_0x3f92bd(0x2eb)])continue;if(!Ft(_0x36b7a8,_0xf9495d,[_0x3f92bd(0x2f9)]))continue;if(_0x3f92bd(0x323)==_0x36b7a8[_0x3f92bd(0x357)]&&_0x36b7a8[_0x3f92bd(0x333)][_0x3f92bd(0x369)]!=_0xf9495d[_0x3f92bd(0x333)][_0x3f92bd(0x369)])continue;if(_0x3f92bd(0x323)==_0x36b7a8[_0x3f92bd(0x357)]&&_0x5a3bde[_0x3f92bd(0x360)](_0x36b7a8[_0x3f92bd(0x333)][_0x3f92bd(0x22c)]))continue;if(_0x3f92bd(0x216)==_0x36b7a8[_0x3f92bd(0x357)]){const _0x4d2a70=_0x5a3bde[_0x3f92bd(0x263)][_0x3f92bd(0x22b)],_0x1116cc=_0x36b7a8[_0x3f92bd(0x2d7)]();if(_0x1116cc&&(_0x4d2a70[_0x3f92bd(0x349)][_0x3f92bd(0x2b9)](_0x1116cc)||_0x4d2a70[_0x3f92bd(0x349)][_0x3f92bd(0x224)](_0x1116cc)))continue;}const _0x5ba3b6=_0x47a7a6[_0x3f92bd(0x202)](_0x36b7a8),_0x52e113=_0x10f869[_0x3f92bd(0x202)](_0x36b7a8),_0x297416=_0x10f869[_0x3f92bd(0x202)](_0xf9495d),_0x3bcdaf=_0x36b7a8[_0x3f92bd(0x31e)]&&_0x36b7a8[_0x3f92bd(0x31e)][_0x3f92bd(0x269)],_0x404bb6=_0xf9495d[_0x3f92bd(0x31e)]&&_0xf9495d[_0x3f92bd(0x31e)][_0x3f92bd(0x269)];if(!_0x3bcdaf&&_0x5ba3b6(_0x297416,_0x52e113))return _0x5a3bde[_0x3f92bd(0x206)](_0xf9495d,_0x36b7a8),_0x10f869[_0x3f92bd(0x28a)](_0x36b7a8),!0x0;if(!_0x404bb6&&_0x5ba3b6(_0x52e113,_0x297416))return _0x5a3bde[_0x3f92bd(0x206)](_0x36b7a8,_0xf9495d),_0x10f869[_0x3f92bd(0x28a)](_0xf9495d),!0x0;}return!0x1;}}[_0x2fda62(0x206)](_0x4bfb37,_0x71f42c){const _0x5c07b3=_0x2fda62;if(_0x4bfb37[_0x5c07b3(0x266)]){for(const _0x5c689c of _0x71f42c[_0x5c07b3(0x245)]())_0x4bfb37[_0x5c07b3(0x305)](_0x5c689c);}else{const _0xb711a4=_0x71f42c[_0x5c07b3(0x363)]()[_0x5c07b3(0x25c)];this[_0x5c07b3(0x2ea)](_0x4bfb37,this[_0x5c07b3(0x37d)][_0x5c07b3(0x31d)](_0x4bfb37[_0x5c07b3(0x363)]()[_0x5c07b3(0x2da)],_0xb711a4));}_0x71f42c[_0x5c07b3(0x34b)]();}[_0x2fda62(0x36b)](_0x4d7058,_0x5e9c60){const _0x379049=_0x2fda62,_0x27975a=_0x4d7058[_0x379049(0x261)](_0x379049(0x299))||_0x4d7058[_0x379049(0x261)](_0x379049(0x323))?_0x379049(0x322):_0x4d7058[_0x379049(0x1f1)]();return _0xc8b30e(this[_0x379049(0x263)][_0x379049(0x2c9)],_0x5e9c60+'_'+_0x27975a+_0x379049(0x249));}[_0x2fda62(0x23d)](){const _0x5cc442=_0x2fda62,_0x1cb9de=this[_0x5cc442(0x263)];_0x3e1680(this[_0x5cc442(0x37d)],({left:_0x188ef2,entered:_0x4af6a4})=>{const _0x1a66ac=_0x5cc442,_0x449e8e=[];for(const _0x2b89bc of _0x188ef2){const {group:_0x512e10,type:_0x51f5b3}=this[_0x1a66ac(0x30d)](_0x2b89bc[_0x1a66ac(0x259)]);if(_0x1a66ac(0x282)===_0x512e10){_0x449e8e[_0x1a66ac(0x2a4)](this[_0x1a66ac(0x36b)](_0x51f5b3,_0x1a66ac(0x326)));break;}}for(const _0x3eabbd of _0x4af6a4){const {group:_0x417dc9,type:_0x294a66}=this[_0x1a66ac(0x30d)](_0x3eabbd[_0x1a66ac(0x259)]);if(_0x1a66ac(0x282)===_0x417dc9){_0x449e8e[_0x1a66ac(0x2a4)](this[_0x1a66ac(0x36b)](_0x294a66,_0x1a66ac(0x24b)));break;}}_0x449e8e[_0x1a66ac(0x269)]&&_0x1cb9de['ui'][_0x1a66ac(0x341)][_0x1a66ac(0x2e9)](_0x1a66ac(0x1f8),_0x449e8e[_0x1a66ac(0x301)]('\x20'));});}[_0x2fda62(0x330)](_0x577629){const _0x3c9635=_0x2fda62;if(this[_0x3c9635(0x283)])return!0x1;const _0xda8716=this[_0x3c9635(0x263)],_0x47bfcb=_0xda8716[_0x3c9635(0x22b)][_0x3c9635(0x1f5)][_0x3c9635(0x247)][_0x3c9635(0x36f)]();if(0x0==_0x47bfcb[_0x3c9635(0x269)])return!0x1;const _0xc7c4c4=[],_0x3fb008=_0x47bfcb[_0x3c9635(0x33c)](_0x42c8e7=>_0x3c9635(0x323)==_0x42c8e7[_0x3c9635(0x357)]),_0x25ac2a=_0x47bfcb[_0x3c9635(0x33c)](_0x14a423=>_0x3c9635(0x2df)==_0x14a423[_0x3c9635(0x357)]&&_0x3c9635(0x2cd)!=_0x14a423[_0x3c9635(0x259)]),_0x7df975=_0x47bfcb[_0x3c9635(0x33c)](_0x2950a1=>_0x3c9635(0x36d)==_0x2950a1[_0x3c9635(0x357)]&&_0x3c9635(0x2cd)!=_0x2950a1[_0x3c9635(0x259)]);for(const _0x4d3ba3 of _0x3fb008)_0xc7c4c4[_0x3c9635(0x2a4)]({'key':_0x4d3ba3[_0x3c9635(0x310)],'newValue':_0x4d3ba3[_0x3c9635(0x2b0)],'oldValue':_0x4d3ba3[_0x3c9635(0x344)],'range':Ut(_0x4d3ba3[_0x3c9635(0x2bb)],_0xda8716[_0x3c9635(0x22b)])});for(const _0x11973d of _0x25ac2a){const _0x5ad8f0=_0x7df975[_0x3c9635(0x29a)](_0x50b8d3=>_0x50b8d3[_0x3c9635(0x312)][_0x3c9635(0x390)](_0x11973d[_0x3c9635(0x312)]));_0x5ad8f0&&_0xc7c4c4[_0x3c9635(0x2a4)]({'key':_0x3c9635(0x268),'newValue':_0x11973d[_0x3c9635(0x259)],'oldValue':_0x5ad8f0[_0x3c9635(0x259)],'range':_0xda8716[_0x3c9635(0x22b)][_0x3c9635(0x20a)](_0x11973d[_0x3c9635(0x312)][_0x3c9635(0x29e)])});}return 0x0!=_0xc7c4c4[_0x3c9635(0x269)]&&this[_0x3c9635(0x2af)](_0x577629,_0xc7c4c4);}[_0x2fda62(0x345)](_0x516e6b){const _0x1bf0e4=_0x2fda62;let _0x51e967=!0x1;const _0x2ae874=this[_0x1bf0e4(0x263)][_0x1bf0e4(0x22b)][_0x1bf0e4(0x1f5)][_0x1bf0e4(0x247)][_0x1bf0e4(0x373)]()[_0x1bf0e4(0x33c)](_0x73f9c3=>_0x73f9c3[_0x1bf0e4(0x333)][_0x1bf0e4(0x1f4)]&&_0x73f9c3[_0x1bf0e4(0x259)][_0x1bf0e4(0x261)](_0x1bf0e4(0x308)));for(const _0xb36e01 of _0x2ae874){const {subType:_0x1bf2f5,id:_0x1decad}=this[_0x1bf0e4(0x30d)](_0xb36e01[_0x1bf0e4(0x259)]),_0x481c60=_0x1bf2f5[_0x1bf0e4(0x271)]('|')[0x0];for(const _0x39f597 of this[_0x1bf0e4(0x23b)]({'skipNotAttached':!0x0}))_0x39f597['id']!=_0x1decad&&_0x1bf0e4(0x323)==_0x39f597[_0x1bf0e4(0x357)]&&_0x39f597[_0x1bf0e4(0x333)]&&_0x39f597[_0x1bf0e4(0x333)][_0x1bf0e4(0x22c)]==_0x481c60&&_0x39f597[_0x1bf0e4(0x363)]()[_0x1bf0e4(0x383)](_0xb36e01[_0x1bf0e4(0x333)][_0x1bf0e4(0x1f4)])&&(this[_0x1bf0e4(0x375)](_0x39f597,_0xb36e01[_0x1bf0e4(0x333)][_0x1bf0e4(0x1f4)],_0x516e6b),_0x51e967=!0x0);}return _0x51e967;}[_0x2fda62(0x241)](_0x5b79d9){const _0x2af59b=_0x2fda62;this[_0x2af59b(0x263)],(this[_0x2af59b(0x283)]=!0x0,_0x5b79d9());}[_0x2fda62(0x2e8)](_0x3f3955){const _0x1f8cb3=_0x2fda62,_0x2af70a=this[_0x1f8cb3(0x360)](_0x3f3955),_0xe69407=this[_0x1f8cb3(0x294)][_0x1f8cb3(0x30c)](_0x3f3955);return _0x2af70a||_0xe69407;}[_0x2fda62(0x2af)](_0x13f82c,_0x7a7680){const _0x40be48=_0x2fda62;if(0x0==_0x7a7680[_0x40be48(0x269)])return!0x1;let _0x3ba0d1=!0x1;for(const _0x16db64 of _0x7a7680){const _0x4792fe=this[_0x40be48(0x339)](_0x16db64[_0x40be48(0x2bb)],_0x40be48(0x323))[_0x40be48(0x33c)](_0x443b91=>!_0x443b91[_0x40be48(0x256)][_0x40be48(0x22e)])[_0x40be48(0x321)](_0x464312=>_0x464312[_0x40be48(0x282)]),_0xdfa44a=_0x18ac71({'newValue':_0x16db64[_0x40be48(0x374)]});_0x4792fe[_0x40be48(0x33c)](_0x4fab92=>{const _0x17e915=_0x40be48,[_0x8fb404,_0x1e0f68]=_0x4fab92[_0x17e915(0x2eb)][_0x17e915(0x271)]('|');return _0x8fb404==_0x16db64[_0x17e915(0x22c)]&&_0x1e0f68!=_0xdfa44a;})[_0x40be48(0x346)](_0x514e52=>{const _0x397f88=_0x40be48;this[_0x397f88(0x375)](_0x514e52,_0x16db64[_0x397f88(0x2bb)],_0x13f82c),_0x3ba0d1=!0x0;});}return _0x3ba0d1;}[_0x2fda62(0x375)](_0x583bb6,_0x549ffe,_0x1dc0ec){const _0x2e8084=_0x2fda62,_0x54c625=_0x583bb6[_0x2e8084(0x363)]()[_0x2e8084(0x265)](_0x549ffe);0x0!==_0x54c625[_0x2e8084(0x269)]?0x1!==_0x54c625[_0x2e8084(0x269)]?this[_0x2e8084(0x20d)](_0x583bb6,_0x549ffe[_0x2e8084(0x2da)],_0x549ffe[_0x2e8084(0x25c)]):this[_0x2e8084(0x2ea)](_0x583bb6,_0x54c625[0x0]):_0x1dc0ec[_0x2e8084(0x319)](_0x583bb6[_0x2e8084(0x246)]());}}class Bt{constructor(_0x4aaba0){const _0x575794=_0x2fda62;this[_0x575794(0x28e)]=_0x4aaba0,this[_0x575794(0x37d)]=_0x4aaba0[_0x575794(0x22b)],this[_0x575794(0x2dd)]=new Map(),this[_0x575794(0x34f)]=new Map(),this[_0x575794(0x2c7)]();}[_0x2fda62(0x24c)](_0x352164,_0x33e1fc,_0x29909a,_0x333c82,_0x2fafa2,_0x24d420){const _0x21a90e=_0x2fda62;return new _0x4c8752(this[_0x21a90e(0x37d)],{'type':_0x352164,'subType':_0x33e1fc,'id':_0x29909a,'author':_0x333c82,'creator':_0x333c82,'attributes':_0x2fafa2,'onAttributesChange':_0x24d420,'onAccept':(..._0x1d8c37)=>this[_0x21a90e(0x2ad)](_0x352164,_0x33e1fc,_0x21a90e(0x391))(..._0x1d8c37),'onDiscard':(..._0x55a09d)=>this[_0x21a90e(0x2ad)](_0x352164,_0x33e1fc,_0x21a90e(0x297))(..._0x55a09d)});}[_0x2fda62(0x236)](_0x5a5a35,_0x2449fd,_0x15308b,_0x3cfbb5){const _0x1754ff=_0x2fda62,_0x5c69a4=_0x5a5a35+':'+_0x2449fd+':'+_0x15308b;this[_0x1754ff(0x2dd)][_0x1754ff(0x2d9)](_0x5c69a4,_0x3cfbb5);}[_0x2fda62(0x2ad)](_0x58af62,_0x285da1,_0x171420){const _0xd6ac89=_0x2fda62,_0x242a3a=_0x58af62+':'+_0x285da1+':'+_0x171420;return this[_0xd6ac89(0x2dd)][_0xd6ac89(0x202)](_0x242a3a)||this[_0xd6ac89(0x34f)][_0xd6ac89(0x202)](_0x58af62+':'+_0x171420);}[_0x2fda62(0x2c7)](){const _0x4e9af4=_0x2fda62,_0x19034b=()=>!0x1,_0x371203=_0xf7dac=>{const _0x27e551=_0x49ba;_0xf7dac[_0x27e551(0x21a)]((_0x44a876,_0x1171ca)=>_0x44a876[_0x27e551(0x2da)][_0x27e551(0x233)](_0x1171ca[_0x27e551(0x2da)])?0x1:-0x1),this[_0x27e551(0x37d)][_0x27e551(0x27d)](_0x2d5b=>{const _0x480311=_0x27e551;for(const _0x5ad6f5 of _0xf7dac){let _0x47aafc;_0x47aafc=_0x5ad6f5[_0x480311(0x25c)][_0x480311(0x378)]&&_0x5ad6f5[_0x480311(0x25c)][_0x480311(0x325)]==_0x5ad6f5[_0x480311(0x2da)][_0x480311(0x29e)]?_0x2d5b[_0x480311(0x318)](_0x5ad6f5[_0x480311(0x2da)][_0x480311(0x29e)],'on'):_0x2d5b[_0x480311(0x318)](_0x5ad6f5),this[_0x480311(0x37d)][_0x480311(0x291)](_0x47aafc,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2fb4ef=(_0x49d3c8,_0x8ca54c)=>{const _0x661077=_0x49ba;_0x8ca54c&&this[_0x661077(0x37d)][_0x661077(0x27d)](_0x1d3b1c=>{const _0x37fdbf=_0x661077,{commandName:_0x570e35,commandParams:_0x3a9144=[]}=_0x8ca54c,_0x5e6f60=_0x49d3c8[_0x37fdbf(0x321)](_0x250b4c=>(Rt(_0x250b4c)&&(_0x250b4c=this[_0x37fdbf(0x37d)][_0x37fdbf(0x31d)](_0x250b4c[_0x37fdbf(0x25c)])),_0x250b4c))[_0x37fdbf(0x33c)](_0x379f7d=>_0x37fdbf(0x306)!==_0x379f7d[_0x37fdbf(0x35a)][_0x37fdbf(0x288)]);if(_0x5e6f60[_0x37fdbf(0x269)]<0x1)return;const _0x49f41e=Array[_0x37fdbf(0x2bc)](this[_0x37fdbf(0x37d)][_0x37fdbf(0x1f5)][_0x37fdbf(0x1f9)][_0x37fdbf(0x245)]())[_0x37fdbf(0x321)](_0x476167=>_0x5b6962[_0x37fdbf(0x251)](_0x476167));_0x1d3b1c[_0x37fdbf(0x352)](_0x5e6f60);for(const _0x552e53 of this[_0x37fdbf(0x28e)][_0x37fdbf(0x1ef)][_0x37fdbf(0x1ef)]())_0x552e53[_0x37fdbf(0x2f3)]();_0x3a9144[_0x37fdbf(0x2a4)]({'forceDefaultExecution':!0x0}),this[_0x37fdbf(0x28e)][_0x37fdbf(0x36e)](_0x570e35,..._0x3a9144);const _0x53f712=_0x49f41e[_0x37fdbf(0x33c)](_0x897c5e=>_0x37fdbf(0x306)!=_0x897c5e[_0x37fdbf(0x35a)][_0x37fdbf(0x288)]);_0x53f712[_0x37fdbf(0x269)]>0x0&&_0x1d3b1c[_0x37fdbf(0x352)](_0x53f712);for(const _0x4e79d6 of _0x49f41e)_0x4e79d6[_0x37fdbf(0x329)]();});},_0x41d3c4=(_0x35d312,_0x27d6c4)=>0x1==_0x35d312[_0x4e9af4(0x269)]&&0x1==_0x27d6c4[_0x4e9af4(0x269)]&&_0x35d312[0x0][_0x4e9af4(0x25c)][_0x4e9af4(0x390)](_0x27d6c4[0x0][_0x4e9af4(0x2da)]),_0x2a6a30=(_0x4c7e3e,_0x53edd3,_0x13d6e1,_0x4cabed)=>Gt(_0x4c7e3e,_0x53edd3,_0x13d6e1,_0x4cabed,this[_0x4e9af4(0x37d)])?[_0x4c7e3e,_0x53edd3]:Gt(_0x53edd3,_0x4c7e3e,_0x4cabed,_0x13d6e1,this[_0x4e9af4(0x37d)])?[_0x53edd3,_0x4c7e3e]:null;this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x207),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x1f2),_0x371203),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x272),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x32f),_0x2a6a30),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x398),_0x371203),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x376),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x2a0),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x340),_0x2a6a30),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x228),_0x2fb4ef),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x2a9),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x235),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x25a),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x276),_0x2fb4ef),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x27f),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x262),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x2b2),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x358),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x327),(_0xa6bdef,_0x57591d)=>{const _0x19b1a7=_0x4e9af4;if(!_0x57591d)return;const _0xe6e3c8=this[_0x19b1a7(0x28e)][_0x19b1a7(0x255)][_0x19b1a7(0x202)](p);this[_0x19b1a7(0x37d)][_0x19b1a7(0x27d)](_0x48f4c0=>{const _0x54d472=_0x19b1a7;if(_0x54d472(0x268)==_0x57591d[_0x54d472(0x22c)])for(const _0x4e6984 of _0xa6bdef){const _0x780043=_0x4e6984[_0x54d472(0x2da)][_0x54d472(0x29e)],_0x4ac6a5=_0x57591d[_0x54d472(0x369)];_0x48f4c0[_0x54d472(0x33a)](_0x780043,_0x4ac6a5);}else{if(_0xe6e3c8[_0x54d472(0x360)](_0x57591d[_0x54d472(0x22c)])){for(const _0x2356b1 of _0xa6bdef)void 0x0!==_0x57591d[_0x54d472(0x369)]?_0x48f4c0[_0x54d472(0x1f6)](_0x57591d[_0x54d472(0x22c)],_0x57591d[_0x54d472(0x369)],_0x2356b1[_0x54d472(0x2da)][_0x54d472(0x29e)]):_0x48f4c0[_0x54d472(0x238)](_0x57591d[_0x54d472(0x22c)],_0x2356b1[_0x54d472(0x2da)][_0x54d472(0x29e)]);}else{for(const _0x2328fa of _0xa6bdef)_0x57591d[_0x54d472(0x369)]?_0x48f4c0[_0x54d472(0x1f6)](_0x57591d[_0x54d472(0x22c)],_0x57591d[_0x54d472(0x369)],_0x2328fa):_0x48f4c0[_0x54d472(0x238)](_0x57591d[_0x54d472(0x22c)],_0x2328fa);}}});}),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x23f),_0x41d3c4);}}function xt(_0x16474c,_0x28ed36,_0x5337ea){const _0x55f321=_0x2fda62;for(const _0x5eb24c of _0x28ed36[_0x55f321(0x325)][_0x55f321(0x1ff)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5eb24c[_0x55f321(0x35a)]==_0x5eb24c)return!0x1;if(!_0x5337ea[_0x55f321(0x24d)](_0x5eb24c))return!0x1;if(_0x16474c[_0x55f321(0x2b9)](_0x5eb24c)||_0x16474c[_0x55f321(0x224)](_0x5eb24c))return!0x0;}return!0x1;}function Rt(_0x59be84){const _0x3241b4=_0x2fda62;return _0x59be84[_0x3241b4(0x25c)][_0x3241b4(0x325)]==_0x59be84[_0x3241b4(0x2da)][_0x3241b4(0x29e)]&&_0x59be84[_0x3241b4(0x25c)][_0x3241b4(0x26e)];}function Tt(_0x132e88,_0x1e1410,_0x24bbdc,_0x46648e){const _0x46405f=_0x2fda62,_0x3ec5d6=_0x2ab2ab=>!_0x2ab2ab[_0x46405f(0x223)]['is'](_0x46405f(0x34c))&&!_0x46648e[_0x46405f(0x2b9)](_0x2ab2ab[_0x46405f(0x223)]),_0x94efb0=_0x132e88[_0x46405f(0x2da)][_0x46405f(0x342)](_0x3ec5d6),_0x13722a=_0x132e88[_0x46405f(0x25c)][_0x46405f(0x342)](_0x3ec5d6,{'direction':_0x46405f(0x204)});return(!_0x132e88[_0x46405f(0x2da)][_0x46405f(0x390)](_0x94efb0)||!_0x132e88[_0x46405f(0x25c)][_0x46405f(0x390)](_0x13722a))&&(_0x94efb0[_0x46405f(0x233)](_0x13722a)?_0x24bbdc[_0x46405f(0x393)](_0x1e1410,{'range':_0x24bbdc[_0x46405f(0x31d)](_0x94efb0,_0x13722a)}):_0x24bbdc[_0x46405f(0x319)](_0x1e1410),!0x0);}function Et(_0x5cef80){return _0x18ac71(_0x5cef80);}function Vt(_0x11a186){const _0x836ae4=_0x2fda62,_0xe5afb7=_0x11a186[_0x836ae4(0x2da)][_0x836ae4(0x29e)];return _0xe5afb7&&_0xe5afb7['is'](_0x836ae4(0x2cb));}function _0x29ac(){const _0x4860f2=['warn','deletion:accept','getIntersection','clone','multipleBlocks','markers','hasComments','substr','removeComment','insertion:','formatGroupId','commands','createElement','toUpperCase','insertion:discard','getSuggestion','newRange','document','setAttribute','2038570eqFbxY','trackChanges','selection','addMarkerName','isOwn','discardSuggestion','ready','_updateSuggestionData','getAncestors','oldRange','upcast','get','markerNameToElements','backward','lowest','_joinSuggestions','insertion:accept','data-suggestion','19799RhzyMv','createRangeOn','add','widget','_breakSuggestionMarker','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.','addUser','addMarker:suggestion:formatBlock','some','track-changes-adapter-already-set','elementStart','conversion','moveTargetPosition','formatBlock','collaboration.channelId','stop','writer','sort','listenTo','getNearestSelectionRange','define','track-changes-suggestion-data-mismatch','containsPosition','nodeBefore','acceptSelectedSuggestions','getAllAdjacentSuggestions','item','isLimit','addHighlight','getWalker','accepted','formatInline:accept','insertion','requires','model','key','ck-suggestion-marker-formatInline','isNextTo','enableCommand','activeMarkers','notReady','isTouching','isBefore','dataReady','formatInline:join','registerCustomCallback','getRange','removeAttribute','getItems','getMarkers','getSuggestions','elementEnd','_initAriaMarkerChangeAnnouncements','_descriptionFactory','attribute:join','_enabledCommands','_recordAttributeChanges','unshift','track-changes-user-not-found','highest','getRanges','getFirstMarker','differ','@external','_SUGGESTION_ANNOUNCEMENT','authorName','ENTER','buildSuggestion','containsItem','isSelectable','multi','consume','fromRange','formatInline','chain','suggestion-type','plugins','meta','_element','ck-suggestion-marker-formatBlock','name','formatInline:chain','createdAt','end','pop','$marker','4CluFaI','removeMarker:suggestion:attribute','startsWith','formatBlock:join','editor','256314qgdlxQ','getDifference','isMultiRange','createRangeIn','$elementName','length','markInlineFormat','low','substring','change:activeMarkers','isAtStart','bindElementToMarker','rejected','split','insertion:join','forceDefaultExecution','concat','commandName','formatBlock:accept','_rangeIsInLocalUserInsertion','_adapter','createPositionBefore','isInContent','unbind','track-changes-adapter-missing-getsuggestion','change','getShiftedBy','formatBlock:discard','addCommentThread','getCustomProperty','suggestion','_recordAttributeSuggestions','rethrowUnexpectedError','tablePasteChainId','options','dataDowncast','rootName','136302FUAnrU','delete','markerReady','discardAllSuggestions','_afterChanges','_editor','containsRangeInObject','open','deleteContent','markerName','getUser','_inlineAttributeKeys','isInsideObject','splice','discard','928503vhEpie','format','find','includes','updateSuggestion','_isDataLoaded','nodeAfter','update:suggestion','deletion:join','createPositionAt','insertContent','isExternal','push','_removeSuggestion','_enableDefaultAttributesIntegration','addSuggestion','formatInline:','formatInline:discard','PENDING_ACTION_SUGGESTION','119VAvNJc','pluginName','getSuggestionCallback','_refreshAttributeSuggestionsChain','_reduceExistingSuggestions','attributeNewValue','consumable','formatBlock:chain','_getAuthorFromId','next','deletion:','_saved','isAfter','skipNestingCheck','isObject','after','range','from','ck-suggestion-marker-','_suggestionFactory','addMarker:suggestion','getMultiRangeId','creator','originalSuggestionId','_suggestionState','_addSuggestionMarker','_checkSuggestionCorrectness','674005LIksNR','_registerDefaultCallbacks','howMany','locale','_setSuggestionData','element','trackChanges.mergeNestedSuggestions','$text','fire','_joinWithAdjacentSuggestions','fetchCommentThread','targetPosition','always','init','TrackChangesEditing','setTo','dataToMarker','getContainedElement','addSuggestionData','set','start','external:','attribute:','_customCallbacks','stopListening','insert','toViewElement','formatBlock:','isDocumentOperation','track-changes-command-not-found','splitPosition','assign','markAttributeChange','PendingActions','_isRegisteredAttribute','announce','_setSuggestionRange','subType','keys','adapter','addMarker','_getExternalAuthor','change:_saved','markMultiRangeDeletion','attributes','refresh','normal','isRemovable','_suggestions','_blockAttributeKeys','registerPostFixer','groupId','_onDiscard','CommentsRepository','addClass','deletion','showSuggestionHighlights','_createSuggestion','hasCommentThread','join','_cutOutSuggestionMarker','head','createPositionAfter','addRange','$graveyard','markerToData','suggestion:attribute:','discardSelectedSuggestions','high','track-changes-suggestion-not-found','has','_splitMarkerName','author','comments','attributeKey','applyOperation','position','containerElement','error-saving-suggestion-data-suggestion-discarded','editing','trackChangesCommand','_getSuggestionData','createSelection','removeMarker','values','containsRange','ck-suggestion-marker','createRange','commentThread','11bRKofC','forward','map','FORMATTING','attribute','suggestionLoaded','parent','LEAVE','attribute:discard','24PmuZns','detach','size','Users','group','10fDDDRK','track-changes-enable-command-twice','insertion:chain','_processAttributeChanges','markerToHighlight','authoredAt','data','fromCharCode','never','isCollapsed','57361wSjPwi','getAttribute','_findSuggestions','rename','isLocal','filter','toJSON','_commentsRepository','isBlock','deletion:chain','ariaLiveAnnouncer','getLastMatchingPosition','marker-count','attributeOldValue','_processAttributeSuggestions','forEach','removed','isUndo','schema','suggestionChanged','removeMarkers','$textProxy','isArray','previous','_defaultCallbacks','removeClass','acceptSuggestion','setSelection','suggestionUnloaded','default','reconvertMarker','move','type','attribute:accept','every','root','before','documentSelection','_handleNewSuggestionMarker','mapper','config','_isBlockAttribute','editingDowncast','suggestion:','getFirstRange','ck-suggestion-marker--active','elementToElement','addMarker:suggestion:attribute','change:data','then','oldValue','3468YqvMpt','_getMarkerAnnouncementText','_isForcedDefaultExecutionBlock','remove','execute','getChanges','_registerInlineAttribute','_addThreadToSuggestion','_mergeNestedSuggestions','getChangedMarkers','newValue','_reduceSuggestionAttributeRange','deletion:discard','hasSuggestion','isAtEnd','_registerBlockAttribute','clear','acceptAllSuggestions','markMultiRangeInsertion','_model','markMultiRangeBlockFormat','enqueueChange','removeMarker:suggestion:formatBlock','value','_refreshSuggestionsChain','isIntersecting','markBlockFormat','enableReadOnlyMode','getCommentThread','trackChanges.trackFormatChanges','for','_trackFormatChanges','return','catch','_getAttributeKey','batch','resolve','markDeletion','isEqual','accept','markInsertion','updateMarker','unbindElementFromMarkerName','isIntersectingWithRange','addComment'];_0x29ac=function(){return _0x4860f2;};return _0x29ac();}function Ut(_0x52d543,_0x3d6284){const _0x2f93a6=_0x2fda62;return null==_0x52d543[_0x2f93a6(0x25c)][_0x2f93a6(0x220)]&&_0x52d543[_0x2f93a6(0x25c)][_0x2f93a6(0x325)]==_0x52d543[_0x2f93a6(0x2da)][_0x2f93a6(0x29e)]?Ot(_0x52d543[_0x2f93a6(0x2da)][_0x2f93a6(0x29e)],_0x3d6284):_0x52d543;}function Ot(_0x56961d,_0x4569b3){const _0x5223a0=_0x2fda62,_0x795bff=_0x4569b3[_0x5223a0(0x349)][_0x5223a0(0x2b9)](_0x56961d)||_0x4569b3[_0x5223a0(0x349)][_0x5223a0(0x24e)](_0x56961d);return _0x4569b3[_0x5223a0(0x31d)](_0x4569b3[_0x5223a0(0x2a1)](_0x56961d,_0x5223a0(0x35b)),_0x795bff?_0x4569b3[_0x5223a0(0x304)](_0x56961d):_0x4569b3[_0x5223a0(0x2a1)](_0x56961d,_0x5223a0(0x25c)));}function Gt(_0x2b6406,_0x25f033,_0x8c18e2,_0xd6e207,_0x460c72){const _0xc559dc=_0x2fda62;if(!Ft(_0x2b6406,_0x25f033))return!0x1;if(_0x8c18e2[_0xc559dc(0x25c)][_0xc559dc(0x390)](_0xd6e207[_0xc559dc(0x2da)]))return!0x0;if(_0x2b6406[_0xc559dc(0x357)]!=_0x25f033[_0xc559dc(0x357)])return!0x1;if(!_0x8c18e2[_0xc559dc(0x25c)][_0xc559dc(0x232)](_0xd6e207[_0xc559dc(0x2da)]))return!0x1;const _0x5b4352=_0x460c72[_0xc559dc(0x31d)](_0x8c18e2[_0xc559dc(0x25c)],_0xd6e207[_0xc559dc(0x2da)])[_0xc559dc(0x226)]();for(const _0x491caf of _0x5b4352)if([_0xc559dc(0x213),_0xc559dc(0x23c)][_0xc559dc(0x29b)](_0x491caf[_0xc559dc(0x357)])&&_0x460c72[_0xc559dc(0x349)][_0xc559dc(0x224)](_0x491caf[_0xc559dc(0x223)]))return!0x1;return!0x0;}function Ft(_0x52d91b,_0x54de00,_0x5323ed=[]){const _0x209474=_0x2fda62;return!(!_0x52d91b[_0x209474(0x29d)]||!_0x54de00[_0x209474(0x29d)])&&_0x4f2fda(_0x325f47(_0x52d91b[_0x209474(0x2f2)],_0x5323ed),_0x325f47(_0x54de00[_0x209474(0x2f2)],_0x5323ed));}function Pt(_0x5cad4b,_0x243874){const _0x2bedea=_0x2fda62,_0x43c1b1=Lt(_0x5cad4b[_0x2bedea(0x2f2)]),_0x54fbcf=Lt(_0x243874);if(!_0x5cad4b[_0x2bedea(0x29d)])return!0x1;for(const _0x39e0b5 of Object[_0x2bedea(0x2ec)](_0x54fbcf))if(!_0x4f2fda(_0x43c1b1[_0x39e0b5],_0x54fbcf[_0x39e0b5]))return!0x1;return!0x0;}function Lt(_0x118208){const _0x1fb972=_0x2fda62,_0x2f289e=Object[_0x1fb972(0x2e5)]({},_0x118208);return delete _0x2f289e[_0x1fb972(0x2b8)],delete _0x2f289e[_0x1fb972(0x285)],_0x2f289e;}
23
+ const _0x3955ed=_0x99e3;(function(_0x45a475,_0xd0e29c){const _0x1ba734=_0x99e3,_0x1f7198=_0x45a475();while(!![]){try{const _0x101689=parseInt(_0x1ba734(0x19e))/0x1*(-parseInt(_0x1ba734(0x1e1))/0x2)+parseInt(_0x1ba734(0x190))/0x3*(parseInt(_0x1ba734(0x8f))/0x4)+parseInt(_0x1ba734(0x1a5))/0x5+-parseInt(_0x1ba734(0x12e))/0x6*(parseInt(_0x1ba734(0x86))/0x7)+parseInt(_0x1ba734(0x114))/0x8+-parseInt(_0x1ba734(0x1c6))/0x9+-parseInt(_0x1ba734(0x1da))/0xa*(-parseInt(_0x1ba734(0xd8))/0xb);if(_0x101689===_0xd0e29c)break;else _0x1f7198['push'](_0x1f7198['shift']());}catch(_0x259f81){_0x1f7198['push'](_0x1f7198['shift']());}}}(_0x439e,0xbbbf3));import{Plugin as _0x22bf79,PendingActions as _0x318587}from'ckeditor5/src/core.js';import{LiveRange as _0x38839a}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3b8e24,uid as _0x5c4ef0,priorities as _0x4f79bf,logWarning as _0x4c1f12}from'ckeditor5/src/utils.js';import{toWidget as _0x5f478f}from'ckeditor5/src/widget.js';import{Users as _0x413b01,hashObject as _0x2d9bc2,surroundingMarkersDetector as _0xfa6af1}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3a1607 from'./commands/trackchangescommand.js';import _0x141ad1 from'./commands/acceptsuggestioncommand.js';import _0x310ea3 from'./commands/discardsuggestioncommand.js';import _0x1ed84f from'./commands/executeonallsuggestionscommand.js';import _0x22bc1a from'./commands/executeonselectedsuggestionscommand.js';import _0x1c719b from'./suggestion.js';import _0x1863f3 from'./suggestiondescriptionfactory.js';import _0x19adec from'./integrations/aiassistant.js';import _0x5965c0 from'./integrations/alignment.js';import _0x3b1730 from'./integrations/basicstyles.js';function _0x439e(){const _0x332a6f=['execute','markMultiRangeDeletion','fetchCommentThread','backward','discard','newValue','addClass','isInsideObject','define','_createSuggestion','model','FORMATTING','editor','isLimit','unbindElementFromMarkerName','8070696zdOaSq','getFirstRange','push','_isRegisteredAttribute','_adapter','createElement','_reduceSuggestionAttributeRange','requires','getFirstMarker','enableCommand','ENTER','concat','root','suggestionUnloaded','update:suggestion','comments','value','acceptSuggestion','tablePasteChainId','getRange','_getExternalAuthor','_afterChanges','start','warn','updateMarker','isUndo','getContainedElement','rejected','isNextTo','unshift','suggestion-type','_enabledCommands','substr','getAttribute','locale','removed','createPositionBefore','getSuggestionCallback','deletion:join','deletion:chain','_setSuggestionData','fromRange','discardAllSuggestions','fromCharCode','enableReadOnlyMode','remove','_joinWithAdjacentSuggestions','_mergeNestedSuggestions','oldRange','map','PendingActions','accept','updateSuggestion','highest','deletion:accept','subType','toJSON','addHighlight','createSelection','ariaLiveAnnouncer','_checkSuggestionCorrectness','applyOperation','_inlineAttributeKeys','format','external:','isIntersecting','lowest','trackChanges.trackFormatChanges','toViewElement','setSelection','createPositionAfter','createRangeIn','attribute:','batch','commandName','formatBlock:discard','collaboration.channelId','getChangedMarkers','bindElementToMarker','_addThreadToSuggestion','addMarker:suggestion','markerToData','split','isEqual','refresh','suggestion:','deletion','moveTargetPosition','_isBlockAttribute','isAfter','getIntersection','suggestionChanged','includes','toUpperCase','removeComment','every','stopListening','addCommentThread','3369mJjkUg','splice','dataToMarker','isDocumentOperation','after','addSuggestionData','_getAuthorFromId','LEAVE','normal','attribute:accept','_findSuggestions','dataDowncast','creator','getNearestSelectionRange','3889wndYxq','_registerBlockAttribute','_trackFormatChanges','forceDefaultExecution','consume','get','change:_saved','269330auSnmM','catch','author','addUser','track-changes-enable-command-twice','containerElement','_suggestionState','dataReady','_refreshAttributeSuggestionsChain','formatGroupId','removeMarkers','join','position','formatInline:discard','suggestionLoaded','_customCallbacks','editingDowncast','buildSuggestion','change:activeMarkers','hasComments','addSuggestion','widget','adapter','createRange','authoredAt','authorName','marker-count','deletion:discard','_registerDefaultCallbacks','formatBlock','error-saving-suggestion-data-suggestion-discarded','keys','removeMarker','1524105LZmCJg','addMarkerName','_joinSuggestions','some','notReady','next','insert','isRemovable','for','_isDataLoaded','isCollapsed','isIntersectingWithRange','attributeNewValue','group','default','trackChanges','filter','registerCustomCallback','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.','change','20990vtgsXQ','acceptAllSuggestions','_cutOutSuggestionMarker','rename','range','isExternal','isInContent','310dUQykQ','groupId','ck-suggestion-marker','return','startsWith','track-changes-suggestion-not-found','isArray','targetPosition','reconvertMarker','getUser','_model','containsPosition','getDifference','key','insertion','containsRangeInObject','isSelectable','data','_handleNewSuggestionMarker','track-changes-suggestion-data-mismatch','fire','plugins','addRange','formatBlock:join','deletion:','formatInline:chain','_processAttributeSuggestions','showSuggestionHighlights','addMarker:suggestion:attribute','addMarker:suggestion:formatBlock','isAtEnd','_element','CommentsRepository','_recordAttributeSuggestions','isAtStart','_rangeIsInLocalUserInsertion','getCustomProperty','attributeKey','$marker','Users','_getSuggestionData','listenTo','elementStart','announce','insertContent','forward','rethrowUnexpectedError','getShiftedBy','_blockAttributeKeys','_SUGGESTION_ANNOUNCEMENT','isLocal','_removeSuggestion','_updateSuggestionData','pluginName','commands','$text','setTo','accepted','discardSelectedSuggestions','values','attribute:join','originalSuggestionId','getRanges','_splitMarkerName','head','parent','documentSelection','_breakSuggestionMarker','getSuggestions','$textProxy','name','isBefore','init','trackChanges.mergeNestedSuggestions','data-suggestion','unbind','previous','getAllAdjacentSuggestions','howMany','removeMarker:suggestion:formatBlock','nodeAfter','markers','getMultiRangeId','schema','markInlineFormat','formatInline:join','7aCoAhH','insertion:chain','_saved','clear','trackChangesCommand','getLastMatchingPosition','formatBlock:chain','activeMarkers','markerReady','4612GUJLWy','consumable','multipleBlocks','markMultiRangeInsertion','_onDiscard','formatInline:accept','ck-suggestion-marker-formatInline','$elementName','_descriptionFactory','low','markMultiRangeBlockFormat','$graveyard','formatInline:','track-changes-command-not-found','always','item','_processAttributeChanges','_editor','end','isMultiRange','add','then','type','clone','markBlockFormat','ready','enqueueChange','markerToHighlight','markerName','set','ck-suggestion-marker-','open','_suggestions','high','formatBlock:','getItems','formatBlock:accept','insertion:discard','track-changes-adapter-already-set','_reduceExistingSuggestions','removeAttribute','oldValue','from','insertion:','markInsertion','registerPostFixer','_suggestionFactory','_getAttributeKey','ck-suggestion-marker-formatBlock','rootName','size','move','deleteContent','elementToElement','commentThread','removeClass','writer','has','containsRange','suggestion:attribute:','assign','element','find','insertion:join','createRangeOn','_refreshSuggestionsChain','config','markDeletion','markerNameToElements','_isForcedDefaultExecutionBlock','newRange','isObject','editing','2827AYBYkc','multi','createdAt','TrackChangesEditing','resolve','containsItem','length','mapper','splitPosition','document','suggestion','getChanges','hasSuggestion','setAttribute','formatInline','_initAriaMarkerChangeAnnouncements','markAttributeChange','stop','_registerInlineAttribute','conversion','sort','attributes','track-changes-adapter-missing-getsuggestion','createPositionAt','chain','nodeBefore','getAncestors','meta','removeMarker:suggestion:attribute','detach','upcast','discardSuggestion','_setSuggestionRange','delete','_defaultCallbacks','isTouching','insertion:accept','track-changes-user-not-found','selection','_commentsRepository','pop','_addSuggestionMarker','elementEnd','attribute:discard','addComment','skipNestingCheck','acceptSelectedSuggestions','never','_enableDefaultAttributesIntegration','before','ck-suggestion-marker--active','substring','attribute','PENDING_ACTION_SUGGESTION','getMarkers','getCommentThread','isBlock','change:data','attributeOldValue','_recordAttributeChanges','7985112hBSRGy','hasCommentThread','_getMarkerAnnouncementText','differ','isOwn','getSuggestion','forEach','addMarker','getWalker','@external','options'];_0x439e=function(){return _0x332a6f;};return _0x439e();}import _0x2a99a6 from'./integrations/blockquote.js';import _0x4d16c8 from'./integrations/casechange.js';import _0x19cda9 from'./integrations/ckbox.js';import _0x5000b6 from'./integrations/codeblock.js';import _0xcec9dc from'./integrations/comments.js';import _0x26f53c from'./integrations/deletecommand.js';import _0x55c818 from'./integrations/list.js';import _0x36eff2 from'./integrations/listproperties.js';import _0x3db45d from'./integrations/entercommand.js';import _0x12400d from'./integrations/findandreplace.js';import _0x31244c from'./integrations/font.js';import _0x5a81da from'./integrations/formatpainter.js';import _0x34b19b from'./integrations/heading.js';import _0x50934e from'./integrations/highlight.js';import _0x26189a from'./integrations/horizontalline.js';import _0x1f4f4f from'./integrations/htmlembed.js';import _0x43ac60 from'./integrations/image.js';import _0x1ca0b4 from'./integrations/imagereplace.js';import _0x93a92 from'./integrations/imagestyle.js';import _0x2f13ed from'./integrations/importword.js';import _0x2ac26a from'./integrations/indent.js';import _0x11f35e from'./integrations/inputcommand.js';import _0x2144cd from'./integrations/link.js';import _0x12dd26 from'./integrations/legacylist.js';import _0x465ecd from'./integrations/legacylistproperties.js';import _0xea1ae6 from'./integrations/mediaembed.js';import _0x322ffc from'./integrations/mention.js';import _0x9a787 from'./integrations/pagebreak.js';import _0x4e804b from'./integrations/paragraph.js';import _0x5efc63 from'./integrations/removeformat.js';import _0x28e040 from'./integrations/restrictededitingmode.js';import _0x4f2425 from'./integrations/shiftentercommand.js';import _0x34017d from'./integrations/standardeditingmode.js';import _0x4763cf from'./integrations/style.js';import _0x27ed62 from'./integrations/table.js';function _0x99e3(_0x2ad81e,_0xd86124){const _0x439e9f=_0x439e();return _0x99e3=function(_0x99e3ed,_0x2b7c76){_0x99e3ed=_0x99e3ed-0x82;let _0x3ecc9e=_0x439e9f[_0x99e3ed];return _0x3ecc9e;},_0x99e3(_0x2ad81e,_0xd86124);}import _0x21c957 from'./integrations/tablemergesplit.js';import _0x20e7a5 from'./integrations/tableheadings.js';import _0x555832 from'./integrations/tableclipboard.js';import _0x2b8d09 from'./integrations/tablecolumnresize.js';import _0x5d21d1 from'./integrations/template.js';import _0x5e5f5e from'./integrations/tableofcontents.js';import _0x3d495b from'./integrations/title.js';import _0x599861 from'./integrations/undo.js';import _0x564781 from'./integrations/tablecaption.js';import _0x35aa5e from'./integrations/tableproperties.js';import{getTranslation as _0x1c0ea2}from'./utils/common-translations.js';import{isEqual as _0x14f3a0,omit as _0x26a2e5}from'lodash-es';export const renameAttributeKey=_0x3955ed(0x96);export default class p extends _0x22bf79{static get[_0x3955ed(0x135)](){const _0x335f56=_0x3955ed;return[_0x335f56(0x201),_0x413b01,_0x318587,_0x19adec,_0x5965c0,_0x3b1730,_0x2a99a6,_0x19cda9,_0x4d16c8,_0x5000b6,_0xcec9dc,_0x26f53c,_0x3db45d,_0x12400d,_0x31244c,_0x5a81da,_0x34b19b,_0x50934e,_0x26189a,_0x1f4f4f,_0x43ac60,_0x93a92,_0x1ca0b4,_0x2f13ed,_0x2ac26a,_0x11f35e,_0x12dd26,_0x465ecd,_0x2144cd,_0x55c818,_0x36eff2,_0xea1ae6,_0x322ffc,_0x9a787,_0x4e804b,_0x5efc63,_0x28e040,_0x4f2425,_0x34017d,_0x4763cf,_0x27ed62,_0x21c957,_0x20e7a5,_0x564781,_0x555832,_0x2b8d09,_0x5e5f5e,_0x35aa5e,_0x5d21d1,_0x3d495b,_0x599861];}static get[_0x3955ed(0x216)](){const _0x59836d=_0x3955ed;return _0x59836d(0xdb);}constructor(_0x3c2927){const _0x3fa904=_0x3955ed;function _0x1b4688(_0x3ede87){const _0x37f558=_0x99e3;return _0x3ede87[_0x37f558(0x15f)](_0x430f06=>String[_0x37f558(0x159)](_0x430f06))[_0x37f558(0x1b0)]('');}super(_0x3c2927),this[_0x3fa904(0x202)]=!0x1,this[_0x3fa904(0xac)](_0x3fa904(0x8d),[]),this['on'](_0x3fa904(0x1b7),(_0x3785ca,_0xa36f2d,_0x5ccd5d,_0x3e7154)=>{const _0xd86299=_0x3fa904;this[_0xd86299(0x1eb)][_0xd86299(0x1d9)](()=>{const _0x3647be=_0xd86299;for(const _0x37d3b7 of[..._0x3e7154,..._0x5ccd5d])this[_0x3647be(0x1eb)][_0x3647be(0x232)][_0x3647be(0xc8)](_0x37d3b7)&&_0x3c2927[_0x3647be(0xd7)][_0x3647be(0x1e9)](_0x37d3b7);});}),this[_0x3fa904(0x97)]=new _0x1863f3(this[_0x3fa904(0x12b)][_0x3fa904(0x129)][_0x3fa904(0x83)],this[_0x3fa904(0x12b)][_0x3fa904(0x150)]),this[_0x3fa904(0x132)]=null,this[_0x3fa904(0xbd)]=new Bt(this[_0x3fa904(0x12b)]),this[_0x3fa904(0xaf)]=new Map(),this[_0x3fa904(0xff)]=_0x3c2927[_0x3fa904(0x1f6)][_0x3fa904(0x1a3)](_0x3fa904(0x201)),this[_0x3fa904(0x14d)]=new Set(),this[_0x3fa904(0x1eb)]=this[_0x3fa904(0x12b)][_0x3fa904(0x129)],this[_0x3fa904(0x1ab)]=new WeakMap(),this[_0x3fa904(0xd4)]=!0x1,this[_0x3fa904(0x211)]=new Set([_0x3fa904(0x96)]),this[_0x3fa904(0x16c)]=new Set(),_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x127)](_0x3fa904(0x171),_0x3fa904(0x1d4)),this[_0x3fa904(0x1a0)]=_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x1a3)](_0x3fa904(0x171)),_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x127)](_0x3fa904(0x22a),!0x0),this[_0x3fa904(0x15d)]=_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x1a3)](_0x3fa904(0x22a)),this[_0x3fa904(0x8a)]=new _0x3a1607(_0x3c2927,this[_0x3fa904(0x14d)]),this[_0x3fa904(0xe7)](),this[_0x1b4688([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1b4688([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x34]);}[_0x3955ed(0x229)](){const _0x31df31=_0x3955ed,_0x39dfde=this[_0x31df31(0x12b)],_0x26f5f0=(_0x542946,_0x22c71f)=>{const _0x120846=_0x31df31;if(_0x120846(0x10c)!=_0x542946)return _0x120846(0xad)+_0x542946;const _0x73e99f=_0x22c71f[_0x120846(0x180)]('|')[0x0];return this[_0x120846(0x186)](_0x73e99f)?_0x120846(0xbf):_0x120846(0x95);};_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xaa)]({'model':_0x31df31(0xe2),'view':_0x3280e3=>{const _0x2ad5d6=_0x31df31,{id:_0x48a52c,type:_0x461adc,subType:_0x19d70d}=this[_0x2ad5d6(0x220)](_0x3280e3[_0x2ad5d6(0xab)]),_0x104899=[_0x2ad5d6(0x1e3),_0x26f5f0(_0x461adc,_0x19d70d)];let _0xb4f131=0xbb8;return this[_0x2ad5d6(0x8d)][_0x2ad5d6(0x18a)](_0x3280e3[_0x2ad5d6(0xab)])&&(_0x104899[_0x2ad5d6(0x130)](_0x2ad5d6(0x10a)),_0xb4f131=0xbc2),_0x2ad5d6(0x184)==_0x461adc&&(_0xb4f131+=0x5),{'classes':_0x104899,'attributes':{'data-suggestion':_0x48a52c},'priority':_0xb4f131};}}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xa3)](_0x4e50f6=>{const _0x1e414a=_0x31df31;_0x4e50f6['on'](_0x1e414a(0x17e),(_0x51acaf,_0x5ee551,_0x40e7c3)=>{const _0xcf9422=_0x1e414a;if(!_0x40e7c3[_0xcf9422(0x11e)][_0xcf9422(0x1fc)])return;const _0x299bd1=_0x5ee551[_0xcf9422(0x9e)];if(!_0x299bd1)return;const _0x4045e3=_0x40e7c3[_0xcf9422(0xdf)][_0xcf9422(0x172)](_0x299bd1);_0x39dfde[_0xcf9422(0x129)][_0xcf9422(0x83)][_0xcf9422(0xd6)](_0x299bd1)&&_0x4045e3&&!_0x4045e3[_0xcf9422(0x205)](_0xcf9422(0x1ba))&&_0x4045e3['is'](_0xcf9422(0x1aa))&&_0x5f478f(_0x4045e3,_0x40e7c3[_0xcf9422(0xc7)]);},{'priority':_0x1e414a(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xaa)]({'model':_0x31df31(0xe2),'view':(_0x518dbd,_0x230a85)=>{const _0x10f23f=_0x31df31;if(!_0x230a85[_0x10f23f(0x11e)][_0x10f23f(0x1fc)])return null;const {type:_0x2e89e2,subType:_0x3c664d}=this[_0x10f23f(0x220)](_0x518dbd[_0x10f23f(0xab)]);return{'classes':[_0x10f23f(0x1e3),_0x26f5f0(_0x2e89e2,_0x3c664d)],'priority':0xbb8};}});const _0x307e18=({showActiveMarkers:_0x3a31a2=!0x0,isAttributeSuggestion:_0x11bfde=!0x1}={})=>(_0x3342de,_0x2a6faa,_0x33cbd7)=>{const _0x54722f=_0x31df31;if(!_0x2a6faa[_0x54722f(0x9e)])return;const {id:_0x2d45f7}=this[_0x54722f(0x220)](_0x2a6faa[_0x54722f(0xab)]);if(_0x11bfde){const _0x4803b1=this[_0x54722f(0xaf)][_0x54722f(0x1a3)](_0x2d45f7),_0x331c70=this[_0x54722f(0xbe)](_0x4803b1);if(!this[_0x54722f(0x186)](_0x331c70))return;}if(_0x2a6faa[_0x54722f(0x9e)]['is'](_0x54722f(0xfe)))return void _0x33cbd7[_0x54722f(0x90)][_0x54722f(0x1a2)](_0x2a6faa[_0x54722f(0x9e)],_0x3342de[_0x54722f(0x227)]);const _0x38902b=_0x33cbd7[_0x54722f(0xdf)][_0x54722f(0x172)](_0x2a6faa[_0x54722f(0x9e)]);if(_0x2a6faa[_0x54722f(0x9e)]['is'](_0x54722f(0xcc))&&_0x39dfde[_0x54722f(0x129)][_0x54722f(0x83)][_0x54722f(0x110)](_0x2a6faa[_0x54722f(0x9e)])&&!_0x38902b[_0x54722f(0x205)](_0x54722f(0x167))){_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0x125)]([_0x54722f(0x1e3),_0x54722f(0xbf)],_0x38902b),_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0xe5)](_0x54722f(0x22b),_0x2d45f7,_0x38902b),_0x33cbd7[_0x54722f(0xdf)][_0x54722f(0x17c)](_0x38902b,_0x2a6faa[_0x54722f(0xab)]),_0x3a31a2&&(this[_0x54722f(0x8d)][_0x54722f(0x18a)](_0x2a6faa[_0x54722f(0xab)])?_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0x125)](_0x54722f(0x10a),_0x38902b):_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0xc6)](_0x54722f(0x10a),_0x38902b));for(const _0x59a0ba of _0x39dfde[_0x54722f(0x129)][_0x54722f(0x175)](_0x2a6faa[_0x54722f(0x9e)])[_0x54722f(0xb2)]())_0x33cbd7[_0x54722f(0x90)][_0x54722f(0x1a2)](_0x59a0ba,_0x3342de[_0x54722f(0x227)]);_0x33cbd7[_0x54722f(0x90)][_0x54722f(0x1a2)](_0x2a6faa[_0x54722f(0x9e)],_0x3342de[_0x54722f(0x227)]);}};_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xa3)](_0x627673=>{const _0x123ede=_0x31df31;_0x627673['on'](_0x123ede(0x1fe),(_0x1f8a7c,_0x1a8e32,_0x2e4259)=>{const _0x582b24=_0x123ede;_0x2e4259[_0x582b24(0x11e)][_0x582b24(0x1fc)]&&_0x307e18({'showActiveMarkers':!0x1})(_0x1f8a7c,_0x1a8e32,_0x2e4259);},{'priority':_0x123ede(0x163)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xa3)](_0x5364fd=>{const _0x10bc6d=_0x31df31;_0x5364fd['on'](_0x10bc6d(0x1fd),(_0x3574e3,_0x2c1d42,_0x5333f9)=>{const _0x34f557=_0x10bc6d;_0x5333f9[_0x34f557(0x11e)][_0x34f557(0x1fc)]&&_0x307e18({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3574e3,_0x2c1d42,_0x5333f9);},{'priority':_0x10bc6d(0x163)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0x17f)]({'model':_0x31df31(0xe2),'view':(_0x1845fd,_0x8f0076)=>_0x8f0076[_0x31df31(0x11e)][_0x31df31(0x1fc)]?null:{'group':_0x31df31(0xe2),'name':_0x1845fd[_0x31df31(0x14e)](0xb)}}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0xf6))[_0x31df31(0xc4)]({'view':{'name':_0x31df31(0xe2),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3e741b,{writer:_0x2e93f7})=>{const _0x228ec9=_0x31df31;let _0x4a6225=_0x228ec9(0x183)+_0x3e741b[_0x228ec9(0x14f)](_0x228ec9(0x14c))+':'+_0x3e741b[_0x228ec9(0x14f)]('id');return _0x3e741b[_0x228ec9(0x14f)](_0x228ec9(0x1bf))&&(_0x4a6225+=':'+_0x3e741b[_0x228ec9(0x14f)](_0x228ec9(0x1bf))),_0x2e93f7[_0x228ec9(0x133)](_0x228ec9(0x207),{'data-name':_0x4a6225});}}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0xf6))[_0x31df31(0x192)]({'view':_0x31df31(0xe2)}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x24eee4=>{const _0x2bdf8f=_0x31df31;_0x24eee4['on'](_0x2bdf8f(0x1fe),_0x307e18(),{'priority':_0x2bdf8f(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x14dd32=>{const _0x48889b=_0x31df31;_0x14dd32['on'](_0x48889b(0x1fd),_0x307e18({'isAttributeSuggestion':!0x0}),{'priority':_0x48889b(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x24d17f=>{const _0x347339=_0x31df31;_0x24d17f['on'](_0x347339(0x230),(_0x30a309,_0x851b1,_0x235b3e)=>{const _0x143033=_0x347339,_0x3a1b42=_0x235b3e[_0x143033(0xdf)][_0x143033(0xd3)](_0x851b1[_0x143033(0xab)]);if(_0x3a1b42){for(const _0xd8030c of _0x3a1b42)_0xd8030c[_0x143033(0x205)](_0x143033(0x167))||(_0x235b3e[_0x143033(0xc7)][_0x143033(0xc6)]([_0x143033(0x1e3),_0x143033(0xbf),_0x143033(0x10a)],_0xd8030c),_0x235b3e[_0x143033(0xc7)][_0x143033(0xb7)](_0x143033(0x22b),_0xd8030c),_0x235b3e[_0x143033(0xdf)][_0x143033(0x12d)](_0xd8030c,_0x851b1[_0x143033(0xab)]));}},{'priority':_0x347339(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x3ded58=>{const _0x353200=_0x31df31;_0x3ded58['on'](_0x353200(0xf4),(_0x556840,_0x4c4bfa,_0x53e7bf)=>{const _0x5cd748=_0x353200,_0x129fa2=_0x53e7bf[_0x5cd748(0xdf)][_0x5cd748(0xd3)](_0x4c4bfa[_0x5cd748(0xab)]);if(!_0x129fa2)return;const {id:_0x530e3d}=this[_0x5cd748(0x220)](_0x4c4bfa[_0x5cd748(0xab)]),_0x2f1fca=this[_0x5cd748(0xaf)][_0x5cd748(0x1a3)](_0x530e3d),_0x5d9d89=this[_0x5cd748(0xbe)](_0x2f1fca);if(this[_0x5cd748(0x186)](_0x5d9d89)){for(const _0x3fcd51 of _0x129fa2)_0x3fcd51[_0x5cd748(0x205)](_0x5cd748(0x167))||(_0x53e7bf[_0x5cd748(0xc7)][_0x5cd748(0xc6)]([_0x5cd748(0x1e3),_0x5cd748(0xbf),_0x5cd748(0x10a)],_0x3fcd51),_0x53e7bf[_0x5cd748(0xc7)][_0x5cd748(0xb7)](_0x5cd748(0x22b),_0x3fcd51),_0x53e7bf[_0x5cd748(0xdf)][_0x5cd748(0x12d)](_0x3fcd51,_0x4c4bfa[_0x5cd748(0xab)]));}},{'priority':_0x353200(0xb0)});}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x4eabaa=>{const _0x11fa49=_0x31df31;let _0xd34b2a=!0x1;const _0x5dc2b8=Array[_0x11fa49(0xb9)](_0x39dfde[_0x11fa49(0x129)][_0x11fa49(0xe1)][_0x11fa49(0x117)][_0x11fa49(0x17b)]()),_0x5ae334=new Set();for(const {name:_0x600fd9,data:_0x5c6c72}of _0x5dc2b8){const {group:_0x2cfd58,type:_0x212a98,subType:_0x93f015,id:_0x4c88b3}=this[_0x11fa49(0x220)](_0x600fd9);if(_0x11fa49(0xe2)!==_0x2cfd58)continue;const _0x41102b=this[_0x11fa49(0xaf)][_0x11fa49(0x1a3)](_0x4c88b3);if(null!=_0x5c6c72[_0x11fa49(0xd5)]){_0x11fa49(0xe6)==_0x212a98&&(_0xd34b2a=_0xd34b2a||Tt(_0x5c6c72[_0x11fa49(0xd5)],_0x600fd9,_0x4eabaa,_0x39dfde[_0x11fa49(0x129)][_0x11fa49(0x83)]));const _0x39f7b5=_0x11fa49(0x10c)==_0x212a98&&this[_0x11fa49(0x186)](_0x93f015[_0x11fa49(0x180)]('|')[0x0]);if(_0x5c6c72[_0x11fa49(0xd5)][_0x11fa49(0x1d0)]||_0x11fa49(0x9a)==_0x5c6c72[_0x11fa49(0xd5)][_0x11fa49(0x13a)][_0x11fa49(0xc0)]||_0x11fa49(0x1c2)==_0x212a98&&!Vt(_0x5c6c72[_0x11fa49(0xd5)])||_0x39f7b5&&!Vt(_0x5c6c72[_0x11fa49(0xd5)])||_0x11fa49(0x184)==_0x212a98&&!(!Rt(_0x3d99ee=_0x5c6c72[_0x11fa49(0xd5)])&&!function(_0x3e2c35){const _0x37446c=_0x11fa49;return _0x3e2c35[_0x37446c(0x144)][_0x37446c(0x222)]==_0x3e2c35[_0x37446c(0xa1)][_0x37446c(0xf1)]&&_0x3e2c35[_0x37446c(0x144)][_0x37446c(0x1ff)];}(_0x3d99ee)))_0x4eabaa[_0x11fa49(0x1c5)](_0x600fd9),_0xd34b2a=!0x0;else{if(!_0x41102b||!_0x41102b[_0x11fa49(0x1e0)])continue;_0x5ae334[_0x11fa49(0xa3)](_0x41102b);}}}var _0x3d99ee;return _0x5ae334[_0x11fa49(0xc1)]>0x0&&(_0xd34b2a=!!this[_0x11fa49(0x15c)](_0x5ae334)||_0xd34b2a),_0xd34b2a;}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x3b412f=>{const _0x2943e5=_0x31df31;let _0x295e51=!0x1;for(const _0x3bfa6b of _0x39dfde[_0x2943e5(0x129)][_0x2943e5(0xe1)][_0x2943e5(0x117)][_0x2943e5(0xe3)]())if(_0x2943e5(0x1cc)==_0x3bfa6b[_0x2943e5(0xa5)])for(const _0x3f90f2 of this[_0x2943e5(0xaf)][_0x2943e5(0x21c)]()){if(_0x3f90f2[_0x2943e5(0xa2)]||!_0x3f90f2[_0x2943e5(0x1e0)])continue;const _0x269ae5=_0x2943e5(0x1c2)==_0x3f90f2[_0x2943e5(0xa5)],_0x5ea25b=this[_0x2943e5(0xbe)](_0x3f90f2),_0x53cf81=_0x5ea25b&&this[_0x2943e5(0x186)](_0x5ea25b);if(!_0x269ae5&&!_0x53cf81)continue;const _0x37e201=_0x3f90f2[_0x2943e5(0x12f)]();if(_0x37e201[_0x2943e5(0x144)][_0x2943e5(0x222)]!=_0x37e201[_0x2943e5(0xa1)][_0x2943e5(0x222)]&&!_0x37e201[_0x2943e5(0xa1)][_0x2943e5(0x1ff)]){const _0xb468e2=_0x39dfde[_0x2943e5(0x129)][_0x2943e5(0xef)](_0x37e201[_0x2943e5(0x144)][_0x2943e5(0x231)],_0x2943e5(0xa1)),_0xd31c5b=_0x39dfde[_0x2943e5(0x129)][_0x2943e5(0x1bc)](_0x37e201[_0x2943e5(0x144)],_0xb468e2);_0x3b412f[_0x2943e5(0x146)](_0x3f90f2[_0x2943e5(0x136)](),{'range':_0xd31c5b}),_0x295e51=!0x0;}}return _0x295e51;}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x16a5a3=>this[_0x31df31(0x9f)](_0x16a5a3)),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x3f6d44=>!_0x3f6d44[_0x31df31(0x177)][_0x31df31(0x213)]&&this[_0x31df31(0x1fb)](_0x3f6d44)),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0x143),()=>{const _0x8084f6=_0x31df31;this[_0x8084f6(0x202)]=!0x1;}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)]['on'](_0x31df31(0x111),(_0x39a3c3,_0x107ce8)=>{const _0xdde4f4=_0x31df31;if(!_0x107ce8[_0xdde4f4(0x213)]||_0x107ce8[_0xdde4f4(0x147)])return;if(!this[_0xdde4f4(0x202)])return;const _0x3de85d=_0x39dfde[_0xdde4f4(0x129)][_0xdde4f4(0xe1)][_0xdde4f4(0x117)][_0xdde4f4(0xe3)]();if(0x0==_0x3de85d[_0xdde4f4(0xde)])return;const _0x548f49=[],_0x3b0752=_0x3de85d[_0xdde4f4(0x1d6)](_0x440759=>_0xdde4f4(0x10c)==_0x440759[_0xdde4f4(0xa5)]),_0x35e0e9=_0x3de85d[_0xdde4f4(0x1d6)](_0x4cf967=>_0xdde4f4(0x1cc)==_0x4cf967[_0xdde4f4(0xa5)]&&_0xdde4f4(0x218)!=_0x4cf967[_0xdde4f4(0x227)]),_0x381a5d=_0x3de85d[_0xdde4f4(0x1d6)](_0x47d815=>_0xdde4f4(0x15b)==_0x47d815[_0xdde4f4(0xa5)]&&_0xdde4f4(0x218)!=_0x47d815[_0xdde4f4(0x227)]);for(const _0x174d0f of _0x3b0752)this[_0xdde4f4(0x131)](_0x174d0f[_0xdde4f4(0x206)])&&_0x548f49[_0xdde4f4(0x130)]({'key':_0x174d0f[_0xdde4f4(0x206)],'newValue':_0x174d0f[_0xdde4f4(0x1d2)],'oldValue':_0x174d0f[_0xdde4f4(0x112)],'range':Ut(_0x174d0f[_0xdde4f4(0x1de)],_0x39dfde[_0xdde4f4(0x129)])});for(const _0xc4b92 of _0x35e0e9){const _0x194186=_0x381a5d[_0xdde4f4(0xcd)](_0x436ffe=>_0x436ffe[_0xdde4f4(0x200)]===_0xc4b92[_0xdde4f4(0x200)]);if(_0x194186){const _0x52762d=Ot(_0xc4b92[_0xdde4f4(0x1b1)][_0xdde4f4(0x231)],_0x39dfde[_0xdde4f4(0x129)]);_0x194186[_0xdde4f4(0x227)]!==_0xc4b92[_0xdde4f4(0x227)]&&_0x548f49[_0xdde4f4(0x130)]({'key':_0xdde4f4(0x96),'newValue':_0xc4b92[_0xdde4f4(0x227)],'oldValue':_0x194186[_0xdde4f4(0x227)],'range':_0x52762d});for(const [_0x244963,_0x2b21b2]of _0x194186[_0xdde4f4(0xed)]){if(!this[_0xdde4f4(0x131)](_0x244963))continue;const _0x35000e=_0xc4b92[_0xdde4f4(0xed)][_0xdde4f4(0x1a3)](_0x244963);_0x2b21b2!==_0x35000e&&_0x548f49[_0xdde4f4(0x130)]({'key':_0x244963,'newValue':_0x35000e,'oldValue':_0x2b21b2,'range':_0x52762d});}for(const [_0x23df83,_0x31c153]of _0xc4b92[_0xdde4f4(0xed)])this[_0xdde4f4(0x131)](_0x23df83)&&(_0x194186[_0xdde4f4(0xed)][_0xdde4f4(0xc8)](_0x23df83)||_0x548f49[_0xdde4f4(0x130)]({'key':_0x23df83,'newValue':_0x31c153,'oldValue':null,'range':_0x52762d}));}}0x0!=_0x548f49[_0xdde4f4(0xde)]&&_0x39dfde[_0xdde4f4(0x129)][_0xdde4f4(0xa9)](_0x107ce8,_0x3fd202=>{const _0x35af00=_0xdde4f4,_0x2e7b1c=_0x5c4ef0();for(const {range:_0x4d7b7f,key:_0x14e1db,oldValue:_0x52c99c,newValue:_0x4bc3f1}of _0x548f49)this[_0x35af00(0xe8)](_0x4d7b7f,_0x14e1db,_0x52c99c,_0x4bc3f1,{'groupId':_0x2e7b1c});this[_0x35af00(0xb6)](_0x3fd202,_0x548f49);});},{'priority':_0x31df31(0x170)}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0x232)]['on'](_0x31df31(0x13c),(_0x8c9a9b,_0x12afa0,_0x367e8d)=>{const _0x112d01=_0x31df31;if(null==_0x367e8d){const {id:_0x4e0d62}=this[_0x112d01(0x220)](_0x12afa0[_0x112d01(0x227)]),_0x1d7ace=this[_0x112d01(0xaf)][_0x112d01(0x1a3)](_0x4e0d62);_0x1d7ace&&_0x1d7ace[_0x112d01(0x1c7)](_0x12afa0[_0x112d01(0x227)]);}}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)]['on'](_0x31df31(0x111),()=>{const _0x1c5793=_0x31df31,_0x2f93f1=Array[_0x1c5793(0xb9)](_0x39dfde[_0x1c5793(0x129)][_0x1c5793(0xe1)][_0x1c5793(0x117)][_0x1c5793(0x17b)]())[_0x1c5793(0x1d6)](_0x335d00=>_0x1c5793(0xe2)===this[_0x1c5793(0x220)](_0x335d00[_0x1c5793(0x227)])[_0x1c5793(0x1d3)]);if(0x0===_0x2f93f1[_0x1c5793(0xde)])return;_0x2f93f1[_0x1c5793(0xec)]((_0x530af1,_0x28910d)=>{const _0xca1941=_0x1c5793,_0x9706a=_0x530af1[_0xca1941(0x1f2)][_0xca1941(0x15e)],_0x40885d=_0x28910d[_0xca1941(0x1f2)][_0xca1941(0x15e)];return null===_0x9706a&&null===_0x40885d?0x0:null===_0x9706a&&null!==_0x40885d?-0x1:null!==_0x9706a&&null===_0x40885d?0x1:_0x9706a[_0xca1941(0x144)][_0xca1941(0x228)](_0x40885d[_0xca1941(0x144)])?-0x1:0x1;});const _0x50faa2=new Set(),_0x39d4f2=new Set();for(const {name:_0x5d05cf,data:_0x105fcf}of _0x2f93f1){const {id:_0x2bf472}=this[_0x1c5793(0x220)](_0x5d05cf);if(null===_0x105fcf[_0x1c5793(0x15e)]){const _0x57dec6=this[_0x1c5793(0x1f3)](_0x5d05cf);_0x39d4f2[_0x1c5793(0xa3)](_0x57dec6);}else{const _0x13c6d3=this[_0x1c5793(0xaf)][_0x1c5793(0x1a3)](_0x2bf472);null!==_0x105fcf[_0x1c5793(0xd5)]||_0x13c6d3[_0x1c5793(0x1e0)]?(_0x50faa2[_0x1c5793(0xa3)](_0x13c6d3[_0x1c5793(0x221)]),_0x39d4f2[_0x1c5793(0xa3)](_0x13c6d3)):this[_0x1c5793(0x214)](_0x13c6d3);}}_0x39d4f2[_0x1c5793(0xc1)]>0x0&&this[_0x1c5793(0xd0)](_0x39d4f2);for(const _0xaa1f87 of _0x50faa2)this[_0x1c5793(0x1f5)](_0x1c5793(0x189),_0xaa1f87);}),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0x16b),(_0x9420e1,_0x38d522)=>{const _0xe8f0e3=_0x31df31,_0xd12cb=_0x38d522[0x0];if(!this[_0xe8f0e3(0xaf)][_0xe8f0e3(0xc1)])return;if(!_0xd12cb[_0xe8f0e3(0x193)])return;if(_0xd12cb[_0xe8f0e3(0x177)][_0xe8f0e3(0x147)]||!_0xd12cb[_0xe8f0e3(0x177)][_0xe8f0e3(0x213)])return;let _0x4e2637,_0xc3f9cf;switch(_0xd12cb[_0xe8f0e3(0xa5)]){case _0xe8f0e3(0x1cc):_0x4e2637=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0x1b1)]),_0xc3f9cf=_0x4e2637[_0xe8f0e3(0x210)](_0xd12cb[_0xe8f0e3(0x22f)]);break;case _0xe8f0e3(0x180):_0x4e2637=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0xe0)]),_0xc3f9cf=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0x185)]);break;case _0xe8f0e3(0xc2):_0x4e2637=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0x1e8)]),_0xc3f9cf=_0x4e2637[_0xe8f0e3(0x210)](_0xd12cb[_0xe8f0e3(0x22f)]);break;default:return;}const _0x712311=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0x1bc)](_0x4e2637,_0xc3f9cf);_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0x1d9)](()=>{const _0x5c3bd7=_0xe8f0e3;for(const {suggestion:_0x144413,meta:_0x4c337a}of this[_0x5c3bd7(0x19a)](_0x712311)){if(_0x144413[_0x5c3bd7(0xa2)])continue;if(_0x5c3bd7(0xe6)==_0x144413[_0x5c3bd7(0xa5)])continue;const _0x4f4334=this[_0x5c3bd7(0xbe)](_0x144413);if(_0x4f4334&&this[_0x5c3bd7(0x186)](_0x4f4334)&&_0x5c3bd7(0x180)!=_0xd12cb[_0x5c3bd7(0xa5)])continue;const _0x5ec0be=_0x144413[_0x5c3bd7(0x1f2)]&&_0x144413[_0x5c3bd7(0x1f2)][_0x5c3bd7(0x91)];(_0x5c3bd7(0x1c2)!=_0x144413[_0x5c3bd7(0xa5)]||_0x5c3bd7(0x180)==_0xd12cb[_0x5c3bd7(0xa5)]&&!_0x5ec0be)&&(_0x4c337a[_0x5c3bd7(0x1f0)]||_0x5c3bd7(0x1ef)==_0x144413[_0x5c3bd7(0xa5)]&&_0x4c337a[_0x5c3bd7(0x118)]||_0x144413[_0x5c3bd7(0x12f)]()[_0x5c3bd7(0xc9)](_0x712311)&&this[_0x5c3bd7(0x224)](_0x144413,_0x4e2637,_0xc3f9cf));}});},{'priority':_0x31df31(0x170)}),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0xc3),(_0x3a53aa,_0x2e7edd)=>{const _0x263dd5=_0x31df31,_0xaa5426=_0x2e7edd[0x0],_0x4c94b9=_0x2e7edd[0x1];if(_0x4c94b9&&_0x4c94b9[_0x263dd5(0x1a1)])return;if(this[_0x263dd5(0xd4)])return;if(!this[_0x263dd5(0x8a)][_0x263dd5(0x13e)])return;if(_0xaa5426[_0x263dd5(0x1d0)])return;const _0x43629c=_0x39dfde[_0x263dd5(0x129)][_0x263dd5(0x83)],{start:_0x552c61,end:_0xcaad7a}=_0xaa5426[_0x263dd5(0x12f)](),_0x2f2552=_0x552c61[_0x263dd5(0x231)]&&_0x43629c[_0x263dd5(0x12c)](_0x552c61[_0x263dd5(0x231)])?null:_0x43629c[_0x263dd5(0x19d)](_0x552c61,_0x263dd5(0x20e)),_0x48af9d=_0xcaad7a[_0x263dd5(0xf1)]&&_0x43629c[_0x263dd5(0x12c)](_0xcaad7a[_0x263dd5(0xf1)])?null:_0x43629c[_0x263dd5(0x19d)](_0xcaad7a,_0x263dd5(0x122)),_0x4aa3cd=_0x39dfde[_0x263dd5(0x129)][_0x263dd5(0x1bc)](_0x2f2552?_0x2f2552[_0x263dd5(0x144)]:_0x552c61,_0x48af9d?_0x48af9d[_0x263dd5(0xa1)]:_0xcaad7a);_0x39dfde[_0x263dd5(0x129)][_0x263dd5(0x1d9)](_0x17d99d=>{const _0x5cbfdf=_0x263dd5;this[_0x5cbfdf(0xd2)](_0x4aa3cd);const _0x12d0f3=_0x39dfde[_0x5cbfdf(0x129)][_0x5cbfdf(0x83)][_0x5cbfdf(0x19d)](_0x4aa3cd[_0x5cbfdf(0x144)]);_0xaa5426['is'](_0x5cbfdf(0x223))?_0x17d99d[_0x5cbfdf(0x173)](_0x12d0f3):_0xaa5426[_0x5cbfdf(0x219)](_0x12d0f3);}),_0x3a53aa[_0x263dd5(0xe9)]();},{'priority':_0x4f79bf[_0x31df31(0x198)]+0xa}),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0x20d),(_0x2ec84e,_0x15c6b7)=>{const _0x2ca8f8=_0x31df31,_0x4fa1c3=_0x15c6b7[_0x15c6b7[_0x2ca8f8(0xde)]-0x1];_0x4fa1c3&&_0x4fa1c3[_0x2ca8f8(0x1a1)]||this[_0x2ca8f8(0xd4)]||this[_0x2ca8f8(0x8a)][_0x2ca8f8(0x13e)]&&(_0x39dfde[_0x2ca8f8(0x129)][_0x2ca8f8(0x1d9)](()=>{const _0x3c280b=_0x2ca8f8;let _0x5d51a1=_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0x20d)](_0x15c6b7[0x0],_0x15c6b7[0x1],_0x15c6b7[0x2],{'forceDefaultExecution':!0x0});if(!_0x5d51a1)return;_0x2ec84e[_0x3c280b(0x1e4)]=_0x5d51a1[_0x3c280b(0xa6)]();const _0x422839=_0x5d51a1[_0x3c280b(0xa1)][_0x3c280b(0xf1)],_0x1d3e06=_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0x83)];_0x422839&&_0x1d3e06[_0x3c280b(0x110)](_0x422839)&&!_0x1d3e06[_0x3c280b(0xd6)](_0x422839)&&(_0x5d51a1=_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0x1bc)](_0x5d51a1[_0x3c280b(0x144)],_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0xef)](_0x422839,_0x3c280b(0xa1)))),this[_0x3c280b(0xbb)](_0x5d51a1);}),_0x2ec84e[_0x2ca8f8(0xe9)]());},{'priority':_0x31df31(0xb0)}),this[_0x31df31(0x12b)][_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x1d5),this[_0x31df31(0x8a)]),this[_0x31df31(0x137)](_0x31df31(0x1d5));const _0x19bee4=new _0x141ad1(_0x39dfde,this[_0x31df31(0xaf)]);_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x13f),_0x19bee4),this[_0x31df31(0x137)](_0x31df31(0x13f));const _0x480d23=new _0x310ea3(_0x39dfde,this[_0x31df31(0xaf)]);_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0xf7),_0x480d23),this[_0x31df31(0x137)](_0x31df31(0xf7)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x1db),new _0x1ed84f(_0x39dfde,_0x19bee4,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x1db)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x158),new _0x1ed84f(_0x39dfde,_0x480d23,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x158)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x106),new _0x22bc1a(_0x39dfde,_0x19bee4,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x106)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x21b),new _0x22bc1a(_0x39dfde,_0x480d23,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x21b));const _0x1d8d49=_0x39dfde[_0x31df31(0x1f6)][_0x31df31(0x1a3)](_0x31df31(0x201));this[_0x31df31(0x20a)](_0x1d8d49,_0x31df31(0x104),(_0x1cdbab,{threadId:_0x48133e})=>{const _0x350109=_0x31df31,_0x5b3daa=this[_0x350109(0xaf)][_0x350109(0x1a3)](_0x48133e);_0x5b3daa&&_0x5b3daa[_0x350109(0xc5)]&&0x1===_0x5b3daa[_0x350109(0xc5)][_0x350109(0xde)]&&this[_0x350109(0x215)](_0x48133e,{'hasComments':!0x0});},{'priority':_0x31df31(0x98)}),this[_0x31df31(0x20a)](_0x1d8d49,_0x31df31(0x18c),(_0x17cc9e,{threadId:_0x3bbbe4})=>{const _0x315e65=_0x31df31,_0x38ffc5=this[_0x315e65(0xaf)][_0x315e65(0x1a3)](_0x3bbbe4);_0x38ffc5&&_0x38ffc5[_0x315e65(0xc5)]&&!_0x38ffc5[_0x315e65(0xc5)][_0x315e65(0xde)]&&this[_0x315e65(0x215)](_0x3bbbe4,{'hasComments':!0x1});},{'priority':_0x31df31(0x98)});}set[_0x3955ed(0x1bb)](_0x24b846){const _0x4c7d4d=_0x3955ed;if(this[_0x4c7d4d(0x132)])throw new _0x3b8e24(_0x4c7d4d(0xb5),this);this[_0x4c7d4d(0x132)]=_0x24b846;}get[_0x3955ed(0x1bb)](){const _0x43f1f8=_0x3955ed;return this[_0x43f1f8(0x132)];}[_0x3955ed(0x225)]({skipNotAttached:_0x18dc69=!0x1,toJSON:_0x251613=!0x1}={}){const _0x3967ad=_0x3955ed,_0x4e30fe=[];for(const _0x5505ed of this[_0x3967ad(0xaf)][_0x3967ad(0x21c)]())_0x18dc69&&!_0x5505ed[_0x3967ad(0x1e0)]||_0x4e30fe[_0x3967ad(0x130)](_0x5505ed);return _0x251613?_0x4e30fe[_0x3967ad(0x15f)](_0x233c24=>_0x233c24[_0x3967ad(0x166)]()):_0x4e30fe;}[_0x3955ed(0x119)](_0x13d7f7){const _0x4c70a5=_0x3955ed,_0x5b6537=this[_0x4c70a5(0xaf)][_0x4c70a5(0x1a3)](_0x13d7f7);if(!_0x5b6537)throw new _0x3b8e24(_0x4c70a5(0x1e6),this);return _0x5b6537;}[_0x3955ed(0xe4)](_0x5876d9){const _0x37c06e=_0x3955ed;return this[_0x37c06e(0xaf)][_0x37c06e(0xc8)](_0x5876d9);}[_0x3955ed(0x195)](_0x58863d){const _0x4e60f1=_0x3955ed,{authorId:_0xff240a,id:_0x140bb4,attributes:_0x2b331d}=_0x58863d,[_0x351023,_0x370cd7]=_0x58863d[_0x4e60f1(0xa5)][_0x4e60f1(0x180)](':'),_0xd1619b=this[_0x4e60f1(0xaf)][_0x4e60f1(0x1a3)](_0x140bb4)||this[_0x4e60f1(0x128)](_0x351023,_0x370cd7,_0x140bb4,_0xff240a,_0x2b331d);if(this[_0x4e60f1(0x17d)](_0xd1619b),this[_0x4e60f1(0x16a)](_0xd1619b,_0x351023,_0x370cd7||null,_0xff240a),_0xd1619b[_0x4e60f1(0xda)]=_0x58863d[_0x4e60f1(0xda)],_0xd1619b[_0x4e60f1(0x1cf)]=!0x0,_0x2b331d&&_0x2b331d[_0x4e60f1(0x11d)]){const _0x1868ee=_0x2b331d[_0x4e60f1(0x11d)],_0x2a0d52=this[_0x4e60f1(0x142)](_0x1868ee[_0x4e60f1(0x1be)]);_0xd1619b[_0x4e60f1(0x1bd)]=_0x1868ee[_0x4e60f1(0xda)],_0xd1619b[_0x4e60f1(0x1a7)]=_0x2a0d52,_0xd1619b[_0x4e60f1(0x1df)]=!0x0;}else _0xd1619b[_0x4e60f1(0x1bd)]=_0x58863d[_0x4e60f1(0xda)];switch(_0x58863d[_0x4e60f1(0x1f2)]&&(_0xd1619b[_0x4e60f1(0x1f2)]=_0x58863d[_0x4e60f1(0x1f2)]),_0x58863d[_0x4e60f1(0xed)]&&(_0xd1619b[_0x4e60f1(0xed)]=_0x58863d[_0x4e60f1(0xed)]),this[_0x4e60f1(0x132)]&&this[_0x4e60f1(0x132)][_0x4e60f1(0x1b9)]||(_0xd1619b[_0x4e60f1(0x88)]=!0x0),this[_0x4e60f1(0x1ab)][_0x4e60f1(0x1a3)](_0xd1619b)){case _0x4e60f1(0x1ca):this[_0x4e60f1(0x1ab)][_0x4e60f1(0xac)](_0xd1619b,_0x4e60f1(0x1ac));break;case _0x4e60f1(0x8e):_0xd1619b[_0x4e60f1(0x1e0)]?(this[_0x4e60f1(0x15c)](new Set([_0xd1619b])),this[_0x4e60f1(0xd0)](new Set([_0xd1619b])),this[_0x4e60f1(0x1ab)][_0x4e60f1(0xac)](_0xd1619b,_0x4e60f1(0xa8)),this[_0x4e60f1(0x1f5)](_0x4e60f1(0x1b3),_0xd1619b)):this[_0x4e60f1(0x1ab)][_0x4e60f1(0xac)](_0xd1619b,_0x4e60f1(0x151));}return _0xd1619b;}[_0x3955ed(0x13f)](_0x32cdcf){const _0xfab913=_0x3955ed;this[_0xfab913(0x1a1)](()=>{const _0x1237d6=_0xfab913;this[_0x1237d6(0x12b)][_0x1237d6(0x129)][_0x1237d6(0x1d9)](()=>{const _0x47155e=_0x1237d6;for(const _0x5974c8 of _0x32cdcf[_0x47155e(0x22e)]())_0x5974c8[_0x47155e(0x161)]();});});}[_0x3955ed(0xf7)](_0x45a66b){const _0x3c7257=_0x3955ed;this[_0x3c7257(0x1a1)](()=>{const _0x29f4cc=_0x3c7257;this[_0x29f4cc(0x12b)][_0x29f4cc(0x129)][_0x29f4cc(0x1d9)](()=>{const _0x1df8bd=_0x29f4cc;for(const _0x538ded of _0x45a66b[_0x1df8bd(0x22e)]())_0x538ded[_0x1df8bd(0x123)]();});});}[_0x3955ed(0x137)](_0x26c890,_0x19e7d6){const _0x4db96b=_0x3955ed,_0xe2e3f5=this[_0x4db96b(0x12b)][_0x4db96b(0x217)][_0x4db96b(0x1a3)](_0x26c890);if(!_0xe2e3f5)throw new _0x3b8e24(_0x4db96b(0x9c),this,{'commandName':_0x26c890});if(this[_0x4db96b(0x14d)][_0x4db96b(0xc8)](_0xe2e3f5))throw new _0x3b8e24(_0x4db96b(0x1a9),this,{'commandName':_0x26c890});this[_0x4db96b(0x14d)][_0x4db96b(0xa3)](_0xe2e3f5),_0x19e7d6&&_0xe2e3f5['on'](_0x4db96b(0x11f),(_0x4a7c3a,_0x300ea3)=>{const _0x498cba=_0x4db96b;this[_0x498cba(0x8a)][_0x498cba(0x13e)]&&(this[_0x498cba(0xd4)]||(_0x300ea3[_0x498cba(0xde)]>0x0&&_0x300ea3[_0x300ea3[_0x498cba(0xde)]-0x1]&&_0x300ea3[_0x300ea3[_0x498cba(0xde)]-0x1][_0x498cba(0x1a1)]?_0x300ea3[_0x498cba(0x100)]():(_0x4a7c3a[_0x498cba(0x1e4)]=_0x19e7d6((..._0x438580)=>_0xe2e3f5[_0x498cba(0x11f)](..._0x438580,{'forceDefaultExecution':!0x0}),..._0x300ea3),_0x4a7c3a[_0x498cba(0xe9)]())));},{'priority':_0x4db96b(0xb0)});}[_0x3955ed(0x1a1)](_0xdb030f){const _0x610d4f=_0x3955ed;let _0x57484e,_0x2e8c70;const _0x33a63f=this[_0x610d4f(0xd4)];this[_0x610d4f(0xd4)]=!0x0;try{_0x57484e=_0xdb030f();}catch(_0x46cff2){_0x2e8c70=_0x46cff2;}return _0x33a63f||(this[_0x610d4f(0xd4)]=!0x1),_0x2e8c70&&_0x3b8e24[_0x610d4f(0x20f)](_0x2e8c70,this),_0x57484e;}[_0x3955ed(0xbb)](_0x1f4af3,_0x53d100=null,_0x475b0c={}){const _0xb6654e=_0x3955ed;if(_0x1f4af3[_0xb6654e(0x1d0)])return null;const _0x288ecb=this[_0xb6654e(0x12b)][_0xb6654e(0x1f6)][_0xb6654e(0x1a3)](_0xb6654e(0x208))['me'];for(const {suggestion:_0x5c4742,meta:_0x42301b}of this[_0xb6654e(0x19a)](_0x1f4af3,_0xb6654e(0x1ef)))if(_0x42301b[_0xb6654e(0x118)]){if(!_0x42301b[_0xb6654e(0x14a)]){if(_0x42301b[_0xb6654e(0x1f0)]){if(!this[_0xb6654e(0x15d)]||!Pt(_0x5c4742,_0x475b0c))continue;return _0x5c4742;}if(Pt(_0x5c4742,_0x475b0c))return _0x5c4742;this[_0xb6654e(0x224)](_0x5c4742,_0x1f4af3[_0xb6654e(0x144)],_0x1f4af3[_0xb6654e(0xa1)]);break;}if(_0x53d100==_0x5c4742[_0xb6654e(0x165)]&&Pt(_0x5c4742,_0x475b0c)){const _0x5d5701=_0x5c4742[_0xb6654e(0x12f)]();return _0x5d5701[_0xb6654e(0x144)][_0xb6654e(0x181)](_0x1f4af3[_0xb6654e(0xa1)])?this[_0xb6654e(0xf8)](_0x5c4742,this[_0xb6654e(0x1eb)][_0xb6654e(0x1bc)](_0x1f4af3[_0xb6654e(0x144)],_0x5d5701[_0xb6654e(0xa1)])):this[_0xb6654e(0xf8)](_0x5c4742,this[_0xb6654e(0x1eb)][_0xb6654e(0x1bc)](_0x5d5701[_0xb6654e(0x144)],_0x1f4af3[_0xb6654e(0xa1)])),_0x5c4742;}}const _0x1282f0=_0x5c4ef0(),_0x1e071a=_0x288ecb['id'],_0x1bba00=_0x53d100?_0xb6654e(0xba)+_0x53d100:_0xb6654e(0x1ef),_0x3b88f6=this[_0xb6654e(0x156)]({'id':_0x1282f0,'type':_0x1bba00,'createdAt':new Date(),'authorId':_0x1e071a,'attributes':_0x475b0c});return this[_0xb6654e(0x101)](_0x1bba00,_0x1282f0,_0x1e071a,_0x1f4af3),_0x3b88f6;}[_0x3955ed(0x92)](_0x46c85b,_0x212ae9=_0x3955ed(0xd9),_0x244184={}){const _0x221c6c=_0x3955ed,_0xda71d4=this[_0x221c6c(0x12b)][_0x221c6c(0x1f6)][_0x221c6c(0x1a3)](_0x221c6c(0x208))['me'],_0xa7f7b6=this[_0x221c6c(0xbd)][_0x221c6c(0x153)](_0x221c6c(0x1ef),_0x212ae9,_0x221c6c(0x1b0));for(const _0x595af7 of this[_0x221c6c(0x225)]())if(_0x595af7[_0x221c6c(0x1a7)]['id']==_0xda71d4['id']&&_0x221c6c(0x1ef)==_0x595af7[_0x221c6c(0xa5)]&&_0x595af7[_0x221c6c(0x165)]==_0x212ae9&&Pt(_0x595af7,_0x244184)&&(_0xa7f7b6(_0x595af7[_0x221c6c(0x21f)](),_0x46c85b)||_0xa7f7b6(_0x46c85b,_0x595af7[_0x221c6c(0x21f)]()))){for(const _0x2743b1 of _0x46c85b)_0x595af7[_0x221c6c(0x1f7)](_0x2743b1);return _0x595af7;}for(const {suggestion:_0x375768,meta:_0x45ae2f}of this[_0x221c6c(0x19a)](_0x46c85b,_0x221c6c(0x1ef))){if(!_0x45ae2f[_0x221c6c(0x118)])continue;if(!this[_0x221c6c(0x15d)]&&_0x45ae2f[_0x221c6c(0x1f0)])continue;if(!Pt(_0x375768,_0x244184))continue;let _0x376957=!0x0;for(const _0x41bcc3 of _0x375768[_0x221c6c(0x21f)]())for(const _0x587a1b of _0x46c85b)if(!_0x41bcc3[_0x221c6c(0xc9)](_0x587a1b)){_0x376957=!0x1;break;}if(_0x376957)return _0x375768;}const _0x2cc3b7=_0x5c4ef0(),_0x5a887c=_0xda71d4['id'],_0x502cae=_0x221c6c(0xba)+_0x212ae9,_0x44fb69=this[_0x221c6c(0x156)]({'id':_0x2cc3b7,'type':_0x502cae,'createdAt':new Date(),'authorId':_0x5a887c,'attributes':_0x244184});for(const _0x330cab of _0x46c85b)this[_0x221c6c(0x101)](_0x502cae,_0x2cc3b7,_0x5a887c,_0x330cab,_0x1c719b[_0x221c6c(0x82)]());return _0x44fb69;}[_0x3955ed(0x84)](_0x1d88ae,_0x3896fe,_0x262182=null,_0x14bbc8={}){const _0x4be671=_0x3955ed;if(_0x262182=_0x262182||Et(_0x3896fe),_0x1d88ae[_0x4be671(0x1d0)])return null;if(_0x4be671(0x107)===this[_0x4be671(0x1a0)]){const _0x4a9fbe=this[_0x4be671(0xbd)][_0x4be671(0x153)](_0x4be671(0xe6),_0x262182,_0x4be671(0x161));return this[_0x4be671(0x1a1)](()=>_0x4a9fbe([_0x1d88ae],_0x3896fe,_0x14bbc8)),null;}const _0x2dd672=this[_0x4be671(0x12b)][_0x4be671(0x1f6)][_0x4be671(0x1a3)](_0x4be671(0x208))['me'],_0x12a371=[];if(_0x4be671(0x9d)!==this[_0x4be671(0x1a0)]){for(const {suggestion:_0xe58d45,meta:_0x49b51c}of this[_0x4be671(0x19a)](_0x1d88ae,_0x4be671(0x1ef)))_0x49b51c[_0x4be671(0x118)]&&!_0x49b51c[_0x4be671(0x126)]&&_0x12a371[_0x4be671(0x130)](..._0xe58d45[_0x4be671(0x21f)]());}const _0x21e8cc=function(_0x453f4e,_0x57a2e0){const _0x5a8511=_0x4be671,_0x4b6726=[];for(const _0x1d8258 of _0x57a2e0){const _0x542e88=_0x453f4e[_0x5a8511(0x188)](_0x1d8258);_0x542e88&&_0x4b6726[_0x5a8511(0x130)](_0x542e88);}return _0x4b6726;}(_0x1d88ae,_0x12a371),_0x5c167f=function(_0x78ad33,_0xacf724){const _0x4cd1a0=_0x4be671,_0x4ec804=[_0x78ad33];for(const _0x43ac87 of _0xacf724){let _0x554bce=0x0;for(;_0x554bce<_0x4ec804[_0x4cd1a0(0xde)];){const _0x7f6d1f=_0x4ec804[_0x554bce][_0x4cd1a0(0x1ed)](_0x43ac87);_0x4ec804[_0x4cd1a0(0x191)](_0x554bce,0x1,..._0x7f6d1f),_0x554bce+=_0x7f6d1f[_0x4cd1a0(0xde)];}}return _0x4ec804;}(_0x1d88ae,_0x12a371);_0x21e8cc[_0x4be671(0xde)]&&this[_0x4be671(0x1eb)][_0x4be671(0x1d9)](()=>{const _0x520448=_0x4be671;for(const _0x751780 of _0x21e8cc){const _0x5525cc=this[_0x520448(0xbd)][_0x520448(0x153)](_0x520448(0xe6),_0x262182,_0x520448(0x161));this[_0x520448(0x1a1)](()=>_0x5525cc([_0x751780],_0x3896fe,_0x14bbc8));}});for(const _0x3452d8 of _0x5c167f){let _0x20038e=null,_0x121c21=_0x3452d8[_0x4be671(0x144)],_0x2b67a3=_0x3452d8[_0x4be671(0xa1)];for(const {suggestion:_0x2ff8f2,meta:_0x201d81}of this[_0x4be671(0x19a)](_0x3452d8,_0x4be671(0xe6))){if(!_0x201d81[_0x4be671(0x118)])continue;if(_0x2ff8f2[_0x4be671(0x165)]!=_0x262182)continue;if(!Pt(_0x2ff8f2,_0x14bbc8))continue;const _0x5deaf4=_0x2ff8f2[_0x4be671(0x12f)]();if(_0x5deaf4[_0x4be671(0xc9)](_0x3452d8,!0x0))return null;_0x121c21=_0x121c21[_0x4be671(0x228)](_0x5deaf4[_0x4be671(0x144)])?_0x121c21:_0x5deaf4[_0x4be671(0x144)],_0x2b67a3=_0x2b67a3[_0x4be671(0x187)](_0x5deaf4[_0x4be671(0xa1)])?_0x2b67a3:_0x5deaf4[_0x4be671(0xa1)],_0x20038e?_0x5deaf4[_0x4be671(0x144)][_0x4be671(0x228)](_0x20038e[_0x4be671(0x12f)]()[_0x4be671(0x144)])?(_0x20038e[_0x4be671(0x1af)](),_0x20038e=_0x2ff8f2):_0x2ff8f2[_0x4be671(0x1af)]():_0x20038e=_0x2ff8f2;}const _0x3d6c0a=this[_0x4be671(0x1eb)][_0x4be671(0x1bc)](_0x121c21,_0x2b67a3);if(_0x20038e)this[_0x4be671(0xf8)](_0x20038e,_0x3d6c0a);else{const _0x5f38f2=_0x5c4ef0(),_0x75867=_0x2dd672['id'];this[_0x4be671(0x156)]({'id':_0x5f38f2,'type':_0x4be671(0x9b)+_0x262182,'data':_0x3896fe,'createdAt':new Date(),'authorId':_0x75867,'attributes':_0x14bbc8}),this[_0x4be671(0x101)](_0x4be671(0x9b)+_0x262182,_0x5f38f2,_0x75867,_0x3d6c0a);}}return null;}[_0x3955ed(0xa7)](_0x24c3e7,_0x11c1d0,_0x227273=[],_0x12bdf8=null,_0x304c79={}){const _0x43737d=_0x3955ed;_0x11c1d0[_0x43737d(0x1ae)]||(_0x11c1d0[_0x43737d(0x1ae)]=_0x11c1d0[_0x43737d(0x178)]),_0x11c1d0[_0x43737d(0x91)]=_0x24c3e7['is'](_0x43737d(0x1de)),_0x12bdf8=_0x12bdf8||Et(_0x11c1d0);const _0xaee228=_0x227273[_0x43737d(0x15f)](_0x250387=>Ot(_0x250387,this[_0x43737d(0x1eb)])),_0x87066e=_0x24c3e7['is'](_0x43737d(0x1de))?_0x24c3e7:Ot(_0x24c3e7,this[_0x43737d(0x1eb)]);if(_0x43737d(0x107)===this[_0x43737d(0x1a0)]){const _0x110f8d=this[_0x43737d(0xbd)][_0x43737d(0x153)](_0x43737d(0x1c2),_0x12bdf8,_0x43737d(0x161));return this[_0x43737d(0x1a1)](()=>_0x110f8d([_0x87066e],_0x11c1d0,_0x304c79)),null;}_0xaee228[_0x43737d(0x130)](_0x87066e);let _0x2953f6=!0x0;for(const _0x469cef of _0xaee228)if(!this[_0x43737d(0x204)](_0x469cef)){_0x2953f6=!0x1;break;}if(_0x2953f6&&_0x43737d(0x9d)!==this[_0x43737d(0x1a0)]){const _0x1bc0b7=this[_0x43737d(0xbd)][_0x43737d(0x153)](_0x43737d(0x1c2),_0x12bdf8,_0x43737d(0x161));return this[_0x43737d(0x1a1)](()=>_0x1bc0b7([_0x87066e],_0x11c1d0,_0x304c79)),null;}let _0x13feee=null,_0x515ca9=_0x87066e[_0x43737d(0x144)],_0x1a7fff=_0x87066e[_0x43737d(0xa1)];for(const {suggestion:_0x38c8ed,meta:_0xfa7317}of this[_0x43737d(0x19a)](_0x87066e,_0x43737d(0x1c2))){if(!_0xfa7317[_0x43737d(0x118)])continue;if(_0xfa7317[_0x43737d(0x14a)]||_0xfa7317[_0x43737d(0x1f0)]||_0xfa7317[_0x43737d(0x126)])continue;if(_0x38c8ed[_0x43737d(0x1f2)][_0x43737d(0x1ae)]!=_0x11c1d0[_0x43737d(0x1ae)])continue;if(!Pt(_0x38c8ed,_0x304c79))continue;const _0x54db82=_0x38c8ed[_0x43737d(0x12f)]();if(_0x38c8ed[_0x43737d(0x165)]==_0x12bdf8){if(_0x54db82[_0x43737d(0xc9)](_0x87066e,!0x0))return null;_0x515ca9=_0x515ca9[_0x43737d(0x228)](_0x54db82[_0x43737d(0x144)])?_0x515ca9:_0x54db82[_0x43737d(0x144)],_0x1a7fff=_0x1a7fff[_0x43737d(0x187)](_0x54db82[_0x43737d(0xa1)])?_0x1a7fff:_0x54db82[_0x43737d(0xa1)],_0x13feee?_0x54db82[_0x43737d(0x144)][_0x43737d(0x228)](_0x13feee[_0x43737d(0x12f)]()[_0x43737d(0x144)])?(_0x13feee[_0x43737d(0x1af)](),_0x13feee=_0x38c8ed):_0x38c8ed[_0x43737d(0x1af)]():_0x13feee=_0x38c8ed;}else{const _0x4ae3b7=_0x87066e[_0x43737d(0x188)](_0x54db82);this[_0x43737d(0x1dc)](_0x38c8ed,_0x4ae3b7);}}const _0x5d9761=this[_0x43737d(0x12b)][_0x43737d(0x1f6)][_0x43737d(0x1a3)](_0x43737d(0x208))['me'],_0x3fa81d=_0x5c4ef0(),_0x8c154a=_0x5d9761['id'];if(_0x13feee)return this[_0x43737d(0xf8)](_0x13feee,this[_0x43737d(0x1eb)][_0x43737d(0x1bc)](_0x515ca9,_0x1a7fff)),_0x13feee;{const _0x3c3449=this[_0x43737d(0x156)]({'id':_0x3fa81d,'type':_0x43737d(0xb1)+_0x12bdf8,'data':_0x11c1d0,'createdAt':new Date(),'authorId':_0x8c154a,'attributes':_0x304c79});return this[_0x43737d(0x101)](_0x43737d(0xb1)+_0x12bdf8,_0x3fa81d,_0x8c154a,this[_0x43737d(0x1eb)][_0x43737d(0x1bc)](_0x515ca9,_0x1a7fff)),_0x3c3449;}}[_0x3955ed(0x99)](_0x408cf5,_0x16037e,_0x56fa5a=[],_0x40412f=null,_0x69a247={}){const _0x398324=_0x3955ed;_0x16037e[_0x398324(0x1ae)]||(_0x16037e[_0x398324(0x1ae)]=_0x16037e[_0x398324(0x178)]);const _0x22b1e2=_0x408cf5[0x0];_0x16037e[_0x398324(0x91)]=_0x22b1e2['is'](_0x398324(0x1de)),_0x40412f=_0x40412f||Et(_0x16037e);const _0x27de63=_0x56fa5a[_0x398324(0x15f)](_0x38800b=>Ot(_0x38800b,this[_0x398324(0x1eb)])),_0x3c6a17=_0x22b1e2['is'](_0x398324(0x1de))?_0x408cf5:_0x408cf5[_0x398324(0x15f)](_0x5604ee=>Ot(_0x5604ee,this[_0x398324(0x1eb)]));if(_0x398324(0x107)===this[_0x398324(0x1a0)]){const _0x57d15c=this[_0x398324(0xbd)][_0x398324(0x153)](_0x398324(0x1c2),_0x40412f,_0x398324(0x161));return this[_0x398324(0x1a1)](()=>_0x57d15c(_0x3c6a17,_0x16037e,_0x69a247)),null;}_0x27de63[_0x398324(0x130)](..._0x3c6a17);let _0x5b7311=!0x0;for(const _0x310265 of _0x27de63)if(!this[_0x398324(0x204)](_0x310265)){_0x5b7311=!0x1;break;}if(_0x5b7311&&_0x398324(0x9d)!==this[_0x398324(0x1a0)]){const _0x2d8e21=this[_0x398324(0xbd)][_0x398324(0x153)](_0x398324(0x1c2),_0x40412f,_0x398324(0x161));return this[_0x398324(0x1a1)](()=>_0x2d8e21(_0x3c6a17,_0x16037e,_0x69a247)),null;}const _0x25cbb9=this[_0x398324(0x12b)][_0x398324(0x1f6)][_0x398324(0x1a3)](_0x398324(0x208))['me'];for(const _0x4940aa of this[_0x398324(0x225)]()){if(_0x4940aa[_0x398324(0x1a7)]['id']!=_0x25cbb9['id'])continue;if(_0x398324(0x1c2)!=_0x4940aa[_0x398324(0xa5)]||_0x4940aa[_0x398324(0x1f2)][_0x398324(0x1ae)]!=_0x16037e[_0x398324(0x1ae)])continue;if(!Pt(_0x4940aa,_0x69a247))continue;const _0x35722a=_0x4940aa[_0x398324(0x165)]==_0x40412f;for(let _0xfef484=0x0;_0xfef484<_0x3c6a17[_0x398324(0xde)];_0xfef484++){const _0xb38b4d=_0x3c6a17[_0xfef484];for(const _0x22d369 of _0x4940aa[_0x398324(0x10e)]()){const _0x1bf4ec=_0x22d369[_0x398324(0x141)]();if(_0xb38b4d[_0x398324(0x181)](_0x1bf4ec)){_0x35722a?(_0x3c6a17[_0x398324(0x191)](_0xfef484,0x1),_0xfef484--):_0x4940aa[_0x398324(0x1c5)](_0x22d369[_0x398324(0x227)]);break;}}}}if(0x0==_0x3c6a17[_0x398324(0xde)])return null;const _0x211f12=this[_0x398324(0xbd)][_0x398324(0x153)](_0x398324(0x1c2),_0x40412f,_0x398324(0x1b0));for(const _0x45cad7 of this[_0x398324(0x225)]())if(_0x45cad7[_0x398324(0x1a7)]['id']==_0x25cbb9['id']&&_0x398324(0x1c2)==_0x45cad7[_0x398324(0xa5)]&&_0x45cad7[_0x398324(0x1f2)][_0x398324(0x1ae)]==_0x16037e[_0x398324(0x1ae)]&&_0x45cad7[_0x398324(0x165)]==_0x40412f&&Pt(_0x45cad7,_0x69a247)&&(_0x211f12(_0x45cad7[_0x398324(0x21f)](),_0x3c6a17)||_0x211f12(_0x3c6a17,_0x45cad7[_0x398324(0x21f)]()))){for(const _0x4b2baf of _0x3c6a17)_0x45cad7[_0x398324(0x1f7)](_0x4b2baf);return _0x45cad7;}const _0x3daab6=_0x5c4ef0(),_0x567228=_0x25cbb9['id'],_0x4fa2d8=_0x398324(0xb1)+_0x40412f,_0x34dd28=this[_0x398324(0x156)]({'id':_0x3daab6,'type':_0x4fa2d8,'data':_0x16037e,'createdAt':new Date(),'authorId':_0x567228,'attributes':_0x69a247});for(const _0x5e6515 of _0x3c6a17)this[_0x398324(0x101)](_0x4fa2d8,_0x3daab6,_0x567228,_0x5e6515,_0x1c719b[_0x398324(0x82)]());return _0x34dd28;}[_0x3955ed(0xd2)](_0x554449,_0x38d36e=null,_0x5f089c={}){const _0x347bbc=_0x3955ed;if(_0x554449[_0x347bbc(0x1d0)])return null;const _0x2f494d=this[_0x347bbc(0x12b)][_0x347bbc(0x1f6)][_0x347bbc(0x1a3)](_0x347bbc(0x208))['me'],_0x20cc17=new _0x38839a(_0x554449[_0x347bbc(0x144)],_0x554449[_0x347bbc(0xa1)]);for(const {suggestion:_0x366e8e,meta:_0x895414}of this[_0x347bbc(0x19a)](_0x20cc17,_0x347bbc(0x1ef)))if(_0x895414[_0x347bbc(0x118)]&&!_0x895414[_0x347bbc(0x14a)]){if(_0x366e8e[_0x347bbc(0xa2)]){const _0x39272c=_0x366e8e[_0x347bbc(0x21f)]()[_0x347bbc(0x1d6)](_0x5a6525=>_0x347bbc(0x9a)!=_0x5a6525[_0x347bbc(0x13a)][_0x347bbc(0xc0)]);_0x39272c[_0x347bbc(0x18d)](_0x19c4da=>_0x20cc17[_0x347bbc(0xc9)](_0x19c4da,!0x0))&&_0x366e8e[_0x347bbc(0x123)]();if(_0x39272c[_0x347bbc(0x1c9)](_0x46e1c9=>_0x46e1c9[_0x347bbc(0xc9)](_0x20cc17,!0x0))){const _0x4a1a3e=this[_0x347bbc(0xbd)][_0x347bbc(0x153)](_0x347bbc(0x184),_0x38d36e,_0x347bbc(0x161));return this[_0x347bbc(0x1a1)](()=>_0x4a1a3e([_0x20cc17],null,_0x5f089c)),null;}}else{const _0x25d45f=_0x20cc17[_0x347bbc(0x188)](_0x366e8e[_0x347bbc(0x12f)]());null!==_0x25d45f&&_0x366e8e[_0x347bbc(0x93)]([_0x25d45f],null,_0x5f089c);}}if(_0x20cc17[_0x347bbc(0xf5)](),_0x20cc17[_0x347bbc(0x1d0)]||_0x347bbc(0x9a)==_0x20cc17[_0x347bbc(0x13a)][_0x347bbc(0xc0)])return null;let _0x4560c7=null,_0x411667=_0x20cc17[_0x347bbc(0x144)],_0x10176d=_0x20cc17[_0x347bbc(0xa1)];const _0x48d5f0=this[_0x347bbc(0x19a)](_0x20cc17,_0x347bbc(0x184));for(const {suggestion:_0x521d20,meta:_0x2286ee}of _0x48d5f0){const _0x31c174=this[_0x347bbc(0x1eb)][_0x347bbc(0x1bc)](_0x411667,_0x10176d);if(_0x2286ee[_0x347bbc(0x118)]&&(this[_0x347bbc(0x15d)]||!_0x2286ee[_0x347bbc(0x1f0)]&&!_0x2286ee[_0x347bbc(0x126)])){if(_0x521d20[_0x347bbc(0xa2)]){if(!Pt(_0x521d20,_0x5f089c))continue;let _0x410775=!0x0;for(const _0x419623 of _0x521d20[_0x347bbc(0x21f)]()){if(_0x419623[_0x347bbc(0xc9)](_0x31c174,!0x0))return _0x521d20;_0x31c174[_0x347bbc(0xc9)](_0x419623)||(_0x410775=!0x1);}_0x410775&&_0x521d20[_0x347bbc(0x123)]();}else{const _0x56effe=_0x521d20[_0x347bbc(0x12f)]();if(_0x56effe[_0x347bbc(0xc9)](_0x31c174,!0x0))return _0x521d20;if(!Pt(_0x521d20,_0x5f089c)){_0x31c174[_0x347bbc(0xc9)](_0x56effe)?_0x521d20[_0x347bbc(0x1af)]():_0x56effe[_0x347bbc(0x1ec)](_0x411667)?_0x411667=_0x56effe[_0x347bbc(0xa1)]:_0x56effe[_0x347bbc(0x1ec)](_0x10176d)&&(_0x10176d=_0x56effe[_0x347bbc(0x144)]);continue;}_0x411667=_0x411667[_0x347bbc(0x228)](_0x56effe[_0x347bbc(0x144)])?_0x411667:_0x56effe[_0x347bbc(0x144)],_0x10176d=_0x10176d[_0x347bbc(0x187)](_0x56effe[_0x347bbc(0xa1)])?_0x10176d:_0x56effe[_0x347bbc(0xa1)],_0x5f089c=Object[_0x347bbc(0xcb)]({},_0x521d20[_0x347bbc(0xed)]),_0x4560c7?_0x56effe[_0x347bbc(0x144)][_0x347bbc(0x228)](_0x4560c7[_0x347bbc(0x12f)]()[_0x347bbc(0x144)])?(_0x4560c7[_0x347bbc(0x1af)](),_0x4560c7=_0x521d20):_0x521d20[_0x347bbc(0x1af)]():_0x4560c7=_0x521d20;}}}if(_0x4560c7)return this[_0x347bbc(0xf8)](_0x4560c7,this[_0x347bbc(0x1eb)][_0x347bbc(0x1bc)](_0x411667,_0x10176d)),_0x4560c7;{const _0x49a5bf=_0x5c4ef0(),_0x346223=this[_0x347bbc(0x1eb)][_0x347bbc(0x1bc)](_0x411667,_0x10176d),_0x11b98f=_0x2f494d['id'],_0x3ad34f=_0x38d36e?_0x347bbc(0x1f9)+_0x38d36e:_0x347bbc(0x184),_0x5017f8=this[_0x347bbc(0x156)]({'id':_0x49a5bf,'type':_0x3ad34f,'createdAt':new Date(),'authorId':_0x11b98f,'attributes':_0x5f089c});return this[_0x347bbc(0x101)](_0x3ad34f,_0x49a5bf,_0x11b98f,_0x346223),_0x5017f8;}}[_0x3955ed(0x120)](_0x4d3609,_0x1dce08=_0x3955ed(0xd9),_0x76168d={}){const _0x4bfb26=_0x3955ed,_0x2215c5=this[_0x4bfb26(0x12b)][_0x4bfb26(0x1f6)][_0x4bfb26(0x1a3)](_0x4bfb26(0x208))['me'],_0x3b64c4=_0x4d3609[_0x4bfb26(0x15f)](_0x4eb75f=>new _0x38839a(_0x4eb75f[_0x4bfb26(0x144)],_0x4eb75f[_0x4bfb26(0xa1)])),_0x7de429=new Set();for(const {suggestion:_0x2c6867,meta:_0x165250}of this[_0x4bfb26(0x19a)](_0x3b64c4,_0x4bfb26(0x1ef)))_0x165250[_0x4bfb26(0x118)]&&!_0x165250[_0x4bfb26(0x14a)]&&_0x7de429[_0x4bfb26(0xa3)](_0x2c6867);for(const _0x196837 of _0x7de429)if(_0x196837[_0x4bfb26(0xa2)]){const _0xce1840=_0x196837[_0x4bfb26(0x21f)]();(!_0x196837[_0x4bfb26(0xed)]||!_0x196837[_0x4bfb26(0xed)][_0x4bfb26(0x105)])&&(_0xce1840[_0x4bfb26(0x18d)](_0x5b7789=>_0x3b64c4[_0x4bfb26(0x1c9)](_0x36c28a=>_0x36c28a[_0x4bfb26(0xc9)](_0x5b7789,!0x0)))&&_0x196837[_0x4bfb26(0x123)]());if(_0x3b64c4[_0x4bfb26(0x18d)](_0x55b8e7=>_0xce1840[_0x4bfb26(0x1c9)](_0x342f3c=>_0x342f3c[_0x4bfb26(0xc9)](_0x55b8e7,!0x0)))){const _0x3e9898=this[_0x4bfb26(0xbd)][_0x4bfb26(0x153)](_0x4bfb26(0x184),_0x1dce08,_0x4bfb26(0x161));return this[_0x4bfb26(0x1a1)](()=>_0x3e9898(_0x4d3609,null,_0x76168d)),null;}}else{const _0x342b21=_0x196837[_0x4bfb26(0x12f)]();_0x3b64c4[_0x4bfb26(0x1c9)](_0x17a623=>_0x17a623[_0x4bfb26(0xc9)](_0x342b21,!0x0))&&_0x196837[_0x4bfb26(0x123)]();if(_0x3b64c4[_0x4bfb26(0x18d)](_0x3dccb1=>_0x342b21[_0x4bfb26(0xc9)](_0x3dccb1,!0x0))){const _0x2c691a=this[_0x4bfb26(0xbd)][_0x4bfb26(0x153)](_0x4bfb26(0x184),_0x1dce08,_0x4bfb26(0x161));return this[_0x4bfb26(0x1a1)](()=>_0x2c691a(_0x3b64c4,null,_0x76168d)),null;}}const _0x4c13eb=this[_0x4bfb26(0xbd)][_0x4bfb26(0x153)](_0x4bfb26(0x184),_0x1dce08,_0x4bfb26(0x1b0));let _0x580bd6=null;for(const _0x481cca of this[_0x4bfb26(0x225)]())if(_0x481cca[_0x4bfb26(0x1a7)]['id']==_0x2215c5['id']&&_0x481cca[_0x4bfb26(0x1e0)]&&_0x4bfb26(0x184)==_0x481cca[_0x4bfb26(0xa5)]&&_0x481cca[_0x4bfb26(0x165)]==_0x1dce08&&Pt(_0x481cca,_0x76168d)&&(_0x4c13eb(_0x481cca[_0x4bfb26(0x21f)](),_0x3b64c4)||_0x4c13eb(_0x3b64c4,_0x481cca[_0x4bfb26(0x21f)]()))){if(_0x580bd6){if(_0x481cca[_0x4bfb26(0xc5)]&&_0x481cca[_0x4bfb26(0xc5)][_0x4bfb26(0xde)])continue;for(const _0xa801cf of _0x481cca[_0x4bfb26(0x21f)]())_0x580bd6[_0x4bfb26(0x1d1)](_0xa801cf)||_0x580bd6[_0x4bfb26(0x1f7)](_0xa801cf);_0x481cca[_0x4bfb26(0x1af)]();}else{_0x580bd6=_0x481cca;for(const _0x1f3c93 of _0x3b64c4)_0x481cca[_0x4bfb26(0x1d1)](_0x1f3c93)||_0x481cca[_0x4bfb26(0x1f7)](_0x1f3c93);}}if(_0x580bd6)return _0x580bd6;_0x7de429[_0x4bfb26(0x89)]();for(const {suggestion:_0x4b30b8,meta:_0xf93c37}of this[_0x4bfb26(0x19a)](_0x3b64c4,_0x4bfb26(0x184)))_0xf93c37[_0x4bfb26(0x118)]&&(this[_0x4bfb26(0x15d)]||!_0xf93c37[_0x4bfb26(0x1f0)]&&!_0xf93c37[_0x4bfb26(0x126)])&&Pt(_0x4b30b8,_0x76168d)&&_0x7de429[_0x4bfb26(0xa3)](_0x4b30b8);for(const _0x25f816 of _0x7de429){const _0x4f71b2=_0x25f816[_0x4bfb26(0x21f)]();if(!_0x76168d||!_0x76168d[_0x4bfb26(0x105)]){if(_0x3b64c4[_0x4bfb26(0x18d)](_0x105d6d=>_0x4f71b2[_0x4bfb26(0x1c9)](_0x5d37a1=>_0x5d37a1[_0x4bfb26(0xc9)](_0x105d6d,!0x0))))return _0x25f816;}(!_0x25f816[_0x4bfb26(0xed)]||!_0x25f816[_0x4bfb26(0xed)][_0x4bfb26(0x105)])&&(_0x4f71b2[_0x4bfb26(0x18d)](_0x339d54=>_0x3b64c4[_0x4bfb26(0x1c9)](_0x25f3f4=>_0x25f3f4[_0x4bfb26(0xc9)](_0x339d54,!0x0)))&&_0x25f816[_0x4bfb26(0x123)]());}const _0x2998cb=_0x5c4ef0(),_0x28894a=_0x2215c5['id'],_0x8f9d8b=_0x4bfb26(0x1f9)+_0x1dce08,_0x17941e=this[_0x4bfb26(0x156)]({'id':_0x2998cb,'type':_0x8f9d8b,'createdAt':new Date(),'authorId':_0x28894a,'attributes':_0x76168d});for(const _0x486bde of _0x3b64c4)_0x486bde[_0x4bfb26(0xf5)](),_0x486bde[_0x4bfb26(0x1d0)]||_0x4bfb26(0x9a)==_0x486bde[_0x4bfb26(0x13a)][_0x4bfb26(0xc0)]||this[_0x4bfb26(0x101)](_0x8f9d8b,_0x2998cb,_0x28894a,_0x486bde,_0x1c719b[_0x4bfb26(0x82)]());return _0x17941e;}[_0x3955ed(0xe8)](_0x10eeca,_0x4a4df1,_0x462005,_0x596e77,_0x522534){const _0x553f6b=_0x3955ed;if(_0x10eeca[_0x553f6b(0x1d0)])return[];if(_0x553f6b(0x107)===this[_0x553f6b(0x1a0)])return[];const _0x5338c8=this[_0x553f6b(0x12b)][_0x553f6b(0x1f6)][_0x553f6b(0x1a3)](_0x553f6b(0x208))['me']['id'],_0x242fe1=Array[_0x553f6b(0xb9)](this[_0x553f6b(0xaf)][_0x553f6b(0x21c)]())[_0x553f6b(0x1d6)](_0x1bd22d=>_0x553f6b(0x10c)==_0x1bd22d[_0x553f6b(0xa5)]&&_0x1bd22d[_0x553f6b(0x1f2)][_0x553f6b(0x1ee)]==_0x4a4df1&&_0x1bd22d[_0x553f6b(0x1d1)](_0x10eeca));if(_0x553f6b(0x1d4)===this[_0x553f6b(0x1a0)]){const _0x3171d3=this[_0x553f6b(0x19a)](_0x10eeca,_0x553f6b(0x1ef))[_0x553f6b(0x1d6)](({meta:_0x5bb1e0})=>_0x5bb1e0[_0x553f6b(0x118)]&&!_0x5bb1e0[_0x553f6b(0x126)]&&!_0x5bb1e0[_0x553f6b(0x14a)])[_0x553f6b(0x15f)](({suggestion:_0x240746})=>_0x240746);_0x242fe1[_0x553f6b(0x14b)](..._0x3171d3);}const _0x38129f=new Map([[_0x10eeca,_0x462005]]);for(const _0x3aa55d of _0x242fe1){const _0x42bf2e=_0x553f6b(0x10c)==_0x3aa55d[_0x553f6b(0xa5)]?_0x3aa55d[_0x553f6b(0x1f2)][_0x553f6b(0xb8)]:void 0x0,_0x23c793=_0x3aa55d[_0x553f6b(0x12f)](),_0x414903=Array[_0x553f6b(0xb9)](_0x38129f[_0x553f6b(0x1c4)]())[_0x553f6b(0xcd)](_0x50f730=>_0x50f730[_0x553f6b(0x16f)](_0x23c793));if(!_0x414903)continue;const _0x41f7f3=_0x414903[_0x553f6b(0x1ed)](_0x23c793);this[_0x553f6b(0x186)](_0x4a4df1)&&_0x553f6b(0x1ef)==_0x3aa55d[_0x553f6b(0xa5)]&&0x0!=_0x41f7f3[_0x553f6b(0xde)]||(_0x38129f[_0x553f6b(0xf9)](_0x414903),_0x41f7f3[_0x553f6b(0x11a)](_0x56c70b=>{const _0x3998dc=_0x553f6b;_0x38129f[_0x3998dc(0xac)](_0x56c70b,_0x462005);}),_0x553f6b(0x1ef)!=_0x3aa55d[_0x553f6b(0xa5)]&&_0x42bf2e!=_0x596e77&&_0x38129f[_0x553f6b(0xac)](_0x414903[_0x553f6b(0x188)](_0x23c793),_0x42bf2e));}const _0x3efebd=[];for(const [_0x183559,_0x3c36a3]of _0x38129f){const _0x509a23=_0x5c4ef0(),_0x35ad6b={'key':_0x4a4df1,'oldValue':_0x3c36a3,'newValue':_0x596e77};_0x4a4df1[_0x553f6b(0xde)]>0x25&&console[_0x553f6b(0x145)](_0x553f6b(0x1d8),{'key':_0x4a4df1});const _0x31dcf6=(_0x553f6b(0x176)+(_0x4a4df1+'|'+Et({'newValue':_0x596e77})))[_0x553f6b(0x10b)](0x0,0x3c),_0x5f323f=this[_0x553f6b(0x156)]({'id':_0x509a23,'type':_0x31dcf6,'data':_0x35ad6b,'createdAt':new Date(),'authorId':_0x5338c8,'attributes':_0x522534});_0x3efebd[_0x553f6b(0x130)](_0x5f323f),this[_0x553f6b(0x101)](_0x31dcf6,_0x509a23,_0x5338c8,_0x183559);}return _0x3efebd;}[_0x3955ed(0x19f)](_0x19eed2){const _0x1e565b=_0x3955ed;this[_0x1e565b(0x211)][_0x1e565b(0xa3)](_0x19eed2);}[_0x3955ed(0xea)](_0x2d9a66){const _0x20fdc3=_0x3955ed;this[_0x20fdc3(0x16c)][_0x20fdc3(0xa3)](_0x2d9a66);}[_0x3955ed(0x108)](_0x3b0198,_0x2529ac=[],_0x512889=[]){const _0x3d6661=_0x3955ed;this[_0x3d6661(0x137)](_0x3b0198,(_0x49072c,..._0x1f73b9)=>{const _0x2dae2e=_0x3d6661;this[_0x2dae2e(0x113)](()=>{_0x49072c(..._0x1f73b9);});});for(const _0x4de368 of _0x2529ac)this[_0x3d6661(0xea)](_0x4de368);for(const _0xaaa706 of _0x512889)this[_0x3d6661(0x19f)](_0xaaa706);}[_0x3955ed(0xbe)](_0x4e71bb){const _0x4c9b19=_0x3955ed;return _0x4c9b19(0x10c)==_0x4e71bb[_0x4c9b19(0xa5)]?_0x4e71bb[_0x4c9b19(0x165)][_0x4c9b19(0x180)]('|')[0x0]:null;}[_0x3955ed(0xf8)](_0x41029a,_0x476b03){const _0x27f8c4=_0x3955ed,_0x4bd0f4=_0x41029a[_0x27f8c4(0x136)]();this[_0x27f8c4(0x1eb)][_0x27f8c4(0x1d9)](_0x2e5e7c=>{const _0x11ea30=_0x27f8c4;_0x2e5e7c[_0x11ea30(0x146)](_0x4bd0f4,{'range':_0x476b03});});}[_0x3955ed(0x17d)](_0x260036){const _0x10f851=_0x3955ed,_0x9b43a1=_0x260036['id'],_0x4b42fb=this[_0x10f851(0x12b)][_0x10f851(0xd1)][_0x10f851(0x1a3)](_0x10f851(0x17a));this[_0x10f851(0xff)][_0x10f851(0x115)](_0x9b43a1)||this[_0x10f851(0xff)][_0x10f851(0x18f)]({'channelId':_0x4b42fb,'threadId':_0x9b43a1,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x40d281=this[_0x10f851(0xff)][_0x10f851(0x10f)](_0x9b43a1);_0x40d281[_0x10f851(0x22c)](_0x10f851(0x1cd)),_0x40d281[_0x10f851(0x1cd)]=!0x1,_0x260036[_0x10f851(0xc5)]=_0x40d281;}[_0x3955ed(0x16a)](_0x26aa09,_0x438e3a,_0x9fe935,_0xab1108){const _0x234342=_0x3955ed;if(_0x26aa09[_0x234342(0xa5)]!=_0x438e3a||_0x26aa09[_0x234342(0x165)]!=_0x9fe935||_0x26aa09[_0x234342(0x19c)]['id']!=_0xab1108)throw this[_0x234342(0x12b)][_0x234342(0x15a)](_0x234342(0x1f4)),new _0x3b8e24(_0x234342(0x1f4),this);}[_0x3955ed(0x1dc)](_0x4880d7,_0x3c559d){const _0x133b68=_0x3955ed,_0x6d0321=_0x4880d7[_0x133b68(0x12f)]();if(_0x3c559d[_0x133b68(0x181)](_0x6d0321))_0x4880d7[_0x133b68(0x1af)]();else{if(_0x6d0321[_0x133b68(0xc9)](_0x3c559d)){const _0x5f4456=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0x144)][_0x133b68(0xf1)],_0x133b68(0xa1));this[_0x133b68(0xf8)](_0x4880d7,this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x6d0321[_0x133b68(0x144)],_0x5f4456));const _0x370155=_0x5c4ef0(),_0x2860af=_0x4880d7[_0x133b68(0x19c)]['id'],_0xd83a75=_0x4880d7[_0x133b68(0xa5)]+':'+_0x4880d7[_0x133b68(0x165)];this[_0x133b68(0x156)]({'id':_0x370155,'type':_0xd83a75,'createdAt':new Date(),'authorId':_0x2860af,'data':_0x4880d7[_0x133b68(0x1f2)],'attributes':_0x4880d7[_0x133b68(0xed)]});const _0x3e72fa=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0xa1)][_0x133b68(0x222)],_0x133b68(0x194)),_0x4a4dbf=this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x3e72fa,_0x6d0321[_0x133b68(0xa1)]);this[_0x133b68(0x101)](_0xd83a75,_0x370155,_0x2860af,_0x4a4dbf);}else{if(_0x6d0321[_0x133b68(0x1ec)](_0x3c559d[_0x133b68(0x144)])){const _0x374833=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0x144)][_0x133b68(0xf1)],_0x133b68(0xa1));this[_0x133b68(0xf8)](_0x4880d7,this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x6d0321[_0x133b68(0x144)],_0x374833));}else{const _0x1c0f92=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0xa1)][_0x133b68(0x222)],_0x133b68(0x194));this[_0x133b68(0xf8)](_0x4880d7,this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x1c0f92,_0x6d0321[_0x133b68(0xa1)]));}}}}[_0x3955ed(0x204)](_0x4d2eb9){const _0x1b08e9=_0x3955ed;for(const {suggestion:_0x597993,meta:_0x16351b}of this[_0x1b08e9(0x19a)](_0x4d2eb9,_0x1b08e9(0x1ef))){if(!_0x16351b[_0x1b08e9(0x118)])continue;const _0x1f5652=_0x597993[_0x1b08e9(0x21f)]();for(const _0x97957e of _0x1f5652)if(!_0x4d2eb9[_0x1b08e9(0x1ed)](_0x97957e)[_0x1b08e9(0xde)])return!0x0;}return!0x1;}[_0x3955ed(0x196)](_0xbc1f17){const _0x52b7b8=_0x3955ed,_0x18db78=this[_0x52b7b8(0x12b)][_0x52b7b8(0x1f6)][_0x52b7b8(0x1a3)](_0x52b7b8(0x208))[_0x52b7b8(0x1ea)](_0xbc1f17);if(!_0x18db78)throw new _0x3b8e24(_0x52b7b8(0xfd),this);return _0x18db78;}[_0x3955ed(0x142)](_0x563165){const _0x585878=_0x3955ed,_0x255771=this[_0x585878(0x12b)][_0x585878(0x1f6)][_0x585878(0x1a3)](_0x585878(0x208)),_0x507ad5=_0x2d9bc2(_0x585878(0x16e)+_0x563165),_0x5b83ee=_0x255771[_0x585878(0x1ea)](_0x507ad5);return _0x5b83ee||_0x255771[_0x585878(0x1a8)]({'id':_0x507ad5,'name':_0x563165});}[_0x3955ed(0x128)](_0x73d117,_0x404c0c,_0x404322,_0x1b553c,_0x5f018c){const _0x52368b=_0x3955ed,_0x55172a=this[_0x52368b(0x196)](_0x1b553c),_0x39a8b8=this[_0x52368b(0xbd)][_0x52368b(0x1b6)](_0x73d117,_0x404c0c,_0x404322,_0x55172a,_0x5f018c,_0x5cf7a4=>{const _0x2e7740=_0x52368b;this[_0x2e7740(0x215)](_0x404322,{'attributes':_0x5cf7a4});const _0x579551=this[_0x2e7740(0x119)](_0x404322);this[_0x2e7740(0x15c)](new Set([_0x579551])),this[_0x2e7740(0xd0)](new Set([_0x579551]));});return this[_0x52368b(0x20a)](_0x39a8b8,_0x52368b(0x161),()=>{const _0x2080b3=_0x52368b;this[_0x2080b3(0x215)](_0x404322,{'state':_0x2080b3(0x21a)});},{'priority':_0x52368b(0xb0)}),this[_0x52368b(0x20a)](_0x39a8b8,_0x52368b(0x123),()=>{const _0x3a75d7=_0x52368b;this[_0x3a75d7(0x215)](_0x404322,{'state':_0x3a75d7(0x149)});},{'priority':_0x52368b(0xb0)}),this[_0x52368b(0xaf)][_0x52368b(0xac)](_0x404322,_0x39a8b8),this[_0x52368b(0x1ab)][_0x52368b(0xac)](_0x39a8b8,_0x52368b(0x1ca)),_0x39a8b8;}[_0x3955ed(0x220)](_0x538818){const _0x37d5ae=_0x3955ed,_0x7fad57=_0x538818[_0x37d5ae(0x180)](':');return{'group':_0x7fad57[0x0],'type':_0x7fad57[0x1],'subType':_0x7fad57[_0x37d5ae(0xde)]>=0x5?_0x7fad57[0x2]:null,'id':_0x7fad57[_0x37d5ae(0xde)]<0x5?_0x7fad57[0x2]:_0x7fad57[0x3],'authorId':_0x7fad57[_0x37d5ae(0xde)]<0x5?_0x7fad57[0x3]:_0x7fad57[0x4],'markerCount':0x6==_0x7fad57[_0x37d5ae(0xde)]?_0x7fad57[0x5]:null};}[_0x3955ed(0x224)](_0x8083a9,_0x9fcbd6,_0x3efae8){const _0x341fb4=_0x3955ed,_0x367908=_0x8083a9[_0x341fb4(0x12f)](),_0x3a860f=_0x367908[_0x341fb4(0x144)],_0x13dc9d=_0x367908[_0x341fb4(0xa1)];this[_0x341fb4(0xf8)](_0x8083a9,this[_0x341fb4(0x1eb)][_0x341fb4(0x1bc)](_0x3a860f,_0x9fcbd6));const _0xdd254=_0x5c4ef0(),_0x10c0e6=_0x8083a9[_0x341fb4(0x19c)]['id'],_0xb2ece5=_0x8083a9[_0x341fb4(0xa5)]+(_0x8083a9[_0x341fb4(0x165)]?':'+_0x8083a9[_0x341fb4(0x165)]:'');this[_0x341fb4(0x156)]({'id':_0xdd254,'type':_0xb2ece5,'createdAt':new Date(),'authorId':_0x10c0e6,'originalSuggestionId':_0x8083a9['id'],'attributes':_0x8083a9[_0x341fb4(0xed)],'data':_0x8083a9[_0x341fb4(0x1f2)]});const _0x2154a3=this[_0x341fb4(0xbe)](_0x8083a9);(_0x341fb4(0x1c2)==_0x8083a9[_0x341fb4(0xa5)]||_0x2154a3&&this[_0x341fb4(0x186)](_0x2154a3))&&(_0x3efae8=this[_0x341fb4(0x1eb)][_0x341fb4(0x152)](_0x3efae8[_0x341fb4(0x222)])),this[_0x341fb4(0x101)](_0xb2ece5,_0xdd254,_0x10c0e6,this[_0x341fb4(0x1eb)][_0x341fb4(0x1bc)](_0x3efae8,_0x13dc9d));}[_0x3955ed(0x19a)](_0x55a549,_0x3c64a0=null){const _0x40cbe2=_0x3955ed,_0x4a563c=[],_0x3362c9=this[_0x40cbe2(0x12b)][_0x40cbe2(0x1f6)][_0x40cbe2(0x1a3)](_0x40cbe2(0x208))['me'];Array[_0x40cbe2(0x1e7)](_0x55a549)||(_0x55a549=[_0x55a549]);for(const _0x1cf063 of this[_0x40cbe2(0x225)]()){if(!_0x1cf063[_0x40cbe2(0x1e0)])continue;if(_0x3c64a0&&_0x1cf063[_0x40cbe2(0xa5)]!=_0x3c64a0)continue;let _0x340173=!0x1;for(const _0x1af189 of _0x1cf063[_0x40cbe2(0x21f)]()){for(const _0x3c9af6 of _0x55a549){const _0x5d883e=_0x3c9af6[_0x40cbe2(0x144)][_0x40cbe2(0x181)](_0x1af189[_0x40cbe2(0xa1)])||_0x3c9af6[_0x40cbe2(0xa1)][_0x40cbe2(0x181)](_0x1af189[_0x40cbe2(0x144)]);if(_0x5d883e||_0x3c9af6[_0x40cbe2(0x188)](_0x1af189)){const _0x5bfccf=_0x3c9af6[_0x40cbe2(0xc9)](_0x1af189)&&xt(this[_0x40cbe2(0x1eb)][_0x40cbe2(0x83)],_0x1af189[_0x40cbe2(0x144)],_0x3c9af6),_0x26d0c1=_0x1af189[_0x40cbe2(0xc9)](_0x3c9af6)&&xt(this[_0x40cbe2(0x1eb)][_0x40cbe2(0x83)],_0x3c9af6[_0x40cbe2(0x144)],_0x1af189);_0x4a563c[_0x40cbe2(0x130)]({'suggestion':_0x1cf063,'meta':{'isOwn':_0x3362c9==_0x1cf063[_0x40cbe2(0x1a7)],'isNextTo':_0x5d883e,'isInsideObject':_0x5bfccf,'containsRangeInObject':_0x26d0c1}}),_0x340173=!0x0;break;}}if(_0x340173)break;}}return _0x4a563c;}[_0x3955ed(0x101)](_0x5e85a9,_0x3e99ac,_0x194dd1,_0x461722,_0x32ea66){const _0xebceb1=_0x3955ed;this[_0xebceb1(0x1eb)][_0xebceb1(0x1d9)](_0x18bf0d=>{const _0x599234=_0xebceb1;let _0x4f77db=_0x599234(0x183)+_0x5e85a9+':'+_0x3e99ac+':'+_0x194dd1;_0x32ea66&&(_0x4f77db=_0x4f77db+':'+_0x32ea66),_0x18bf0d[_0x599234(0x11b)](_0x4f77db,{'range':_0x461722,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3955ed(0x214)](_0x201250){const _0x139676=_0x3955ed,_0x345059=_0x201250[_0x139676(0x22d)],_0x10b3c5=_0x201250[_0x139676(0x1cb)];_0x201250[_0x139676(0x22d)]=null,_0x201250[_0x139676(0x1cb)]=null,null!=_0x345059&&_0x345059[_0x139676(0x1cb)]==_0x201250&&(_0x345059[_0x139676(0x1cb)]=_0x10b3c5),null!=_0x10b3c5&&_0x10b3c5[_0x139676(0x22d)]==_0x201250&&(_0x10b3c5[_0x139676(0x22d)]=_0x345059),_0x139676(0xa8)==this[_0x139676(0x1ab)][_0x139676(0x1a3)](_0x201250)&&(this[_0x139676(0x1ab)][_0x139676(0xac)](_0x201250,_0x139676(0x151)),this[_0x139676(0x1f5)](_0x139676(0x13b),_0x201250,_0x345059,_0x10b3c5));}[_0x3955ed(0x156)](_0xe38fea){const _0x1619a9=_0x3955ed,_0x4455b0=_0xe38fea['id'],_0x4b4770=this[_0x1619a9(0x195)](_0xe38fea);if(this[_0x1619a9(0x132)]&&this[_0x1619a9(0x132)][_0x1619a9(0x1b9)]){const _0x2c3543=this[_0x1619a9(0x12b)][_0x1619a9(0x1f6)][_0x1619a9(0x1a3)](_0x1619a9(0x160)),_0x4ff35d=_0x4b4770[_0x1619a9(0x1b8)],_0x3a155e=_0x4b4770[_0x1619a9(0x165)]?_0x4b4770[_0x1619a9(0xa5)]+':'+_0x4b4770[_0x1619a9(0x165)]:_0x4b4770[_0x1619a9(0xa5)],_0x2a86c2=this[_0x1619a9(0x12b)][_0x1619a9(0x150)],_0x35b4a4=_0x2c3543[_0x1619a9(0xa3)](_0x1c0ea2(_0x2a86c2,_0x1619a9(0x10d))),_0x1f4acf={'id':_0x4455b0,'type':_0x3a155e,'hasComments':_0x4ff35d,'data':_0xe38fea[_0x1619a9(0x1f2)]||null,'originalSuggestionId':_0xe38fea[_0x1619a9(0x21e)]||null,'attributes':_0x4b4770[_0x1619a9(0xed)]};this[_0x1619a9(0x132)][_0x1619a9(0x1b9)](_0x1f4acf)[_0x1619a9(0xa4)](_0x3a8bf5=>{const _0xc2f34d=_0x1619a9;_0x4b4770[_0xc2f34d(0x88)]=!0x0,_0x2c3543[_0xc2f34d(0x15b)](_0x35b4a4),_0x3a8bf5&&_0x3a8bf5[_0xc2f34d(0xda)]&&(this[_0xc2f34d(0xaf)][_0xc2f34d(0x1a3)](_0x4455b0)[_0xc2f34d(0xda)]=_0x3a8bf5[_0xc2f34d(0xda)]);})[_0x1619a9(0x1a6)](_0x2e675a=>{const _0x98e87a=_0x1619a9;throw _0x4c1f12(_0x98e87a(0x1c3)),this[_0x98e87a(0x12b)][_0x98e87a(0x129)][_0x98e87a(0xa9)]({'isUndoable':!0x1},()=>{const _0x22a2c4=_0x98e87a;_0x4b4770[_0x22a2c4(0x123)]();}),_0x4b4770[_0x98e87a(0x18e)](),this[_0x98e87a(0xaf)][_0x98e87a(0xf9)](_0x4b4770['id']),this[_0x98e87a(0x1ab)][_0x98e87a(0xf9)](_0x4b4770),_0x2e675a;});}return _0x4b4770;}[_0x3955ed(0x186)](_0x4114d0){const _0x453aee=_0x3955ed;return this[_0x453aee(0x211)][_0x453aee(0xc8)](_0x4114d0);}[_0x3955ed(0x215)](_0x557cce,_0x5ced77){const _0x2691ad=_0x3955ed,_0x3e2d7e=this[_0x2691ad(0x12b)][_0x2691ad(0x1f6)][_0x2691ad(0x1a3)](_0x2691ad(0x160)),_0xb677d9=this[_0x2691ad(0x119)](_0x557cce);if(this[_0x2691ad(0x132)]&&this[_0x2691ad(0x132)][_0x2691ad(0x162)]){if(_0xb677d9[_0x2691ad(0x88)]){const _0x51720a=_0x3e2d7e[_0x2691ad(0xa3)](_0x1c0ea2(this[_0x2691ad(0x12b)][_0x2691ad(0x150)],_0x2691ad(0x10d)));this[_0x2691ad(0x132)][_0x2691ad(0x162)](_0x557cce,_0x5ced77)[_0x2691ad(0xa4)](()=>{const _0x5c45d3=_0x2691ad;_0x3e2d7e[_0x5c45d3(0x15b)](_0x51720a);});}else _0xb677d9['on'](_0x2691ad(0x1a4),()=>{const _0x1f7861=_0x2691ad;this[_0x1f7861(0x215)](_0x557cce,_0x5ced77);});}}[_0x3955ed(0x209)](_0x463a01){const _0x1f5b41=_0x3955ed;if(!this[_0x1f5b41(0x132)]||!this[_0x1f5b41(0x132)][_0x1f5b41(0x119)])throw new _0x3b8e24(_0x1f5b41(0xee),this);return this[_0x1f5b41(0x132)][_0x1f5b41(0x119)](_0x463a01);}[_0x3955ed(0x1f3)](_0x2ba4fb){const _0x51a2af=_0x3955ed,{id:_0x1865ef,type:_0xd7d5b6,subType:_0x37410f,authorId:_0x474909}=this[_0x51a2af(0x220)](_0x2ba4fb),_0x31774b=this[_0x51a2af(0xaf)][_0x51a2af(0x1a3)](_0x1865ef)||this[_0x51a2af(0x128)](_0xd7d5b6,_0x37410f,_0x1865ef,_0x474909,{});switch(this[_0x51a2af(0x16a)](_0x31774b,_0xd7d5b6,_0x37410f,_0x474909),this[_0x51a2af(0x1ab)][_0x51a2af(0x1a3)](_0x31774b)){case _0x51a2af(0x1ca):this[_0x51a2af(0x209)](_0x1865ef)[_0x51a2af(0xa4)](_0x1f8001=>{const _0x131b8c=_0x51a2af;let _0x9bfc9c=Promise[_0x131b8c(0xdc)]();_0x1f8001[_0x131b8c(0x1b8)]&&(_0x9bfc9c=this[_0x131b8c(0xff)][_0x131b8c(0x121)]({'channelId':this[_0x131b8c(0x12b)][_0x131b8c(0xd1)][_0x131b8c(0x1a3)](_0x131b8c(0x17a)),'threadId':_0x1865ef})),_0x9bfc9c[_0x131b8c(0xa4)](()=>{const _0x396c4c=_0x131b8c;this[_0x396c4c(0x195)](_0x1f8001)[_0x396c4c(0x88)]=!0x0;});}),this[_0x51a2af(0x1ab)][_0x51a2af(0xac)](_0x31774b,_0x51a2af(0x8e));break;case _0x51a2af(0x151):this[_0x51a2af(0x215)](_0x1865ef,{'state':_0x51a2af(0xae)});case _0x51a2af(0x1ac):this[_0x51a2af(0x1ab)][_0x51a2af(0xac)](_0x31774b,_0x51a2af(0xa8)),this[_0x51a2af(0x1f5)](_0x51a2af(0x1b3),_0x31774b);break;case _0x51a2af(0xa8):this[_0x51a2af(0x1f5)](_0x51a2af(0x189),_0x31774b);}return _0x31774b[_0x51a2af(0x1c7)](_0x2ba4fb),_0x31774b;}[_0x3955ed(0xd0)](_0x163484){const _0x328f2c=_0x3955ed,_0x1aa32d=Array[_0x328f2c(0xb9)](_0x163484),_0x24eaf4=_0x1aa32d[_0x328f2c(0x1d6)](_0x5b6f18=>_0x328f2c(0x10c)==_0x5b6f18[_0x328f2c(0xa5)]);this[_0x328f2c(0x1ad)](_0x24eaf4);const _0x474b4c=_0x1aa32d[_0x328f2c(0x1d6)](_0x24f9ac=>!_0x24f9ac[_0x328f2c(0xa2)]&&_0x328f2c(0x10c)!=_0x24f9ac[_0x328f2c(0xa5)]),_0x55a0ce=this[_0x328f2c(0x225)]({'skipNotAttached':!0x0})[_0x328f2c(0x1d6)](_0x3780ff=>!_0x3780ff[_0x328f2c(0xa2)]&&_0x328f2c(0x10c)!=_0x3780ff[_0x328f2c(0xa5)]),_0x48c50c=_0x55a0ce[_0x328f2c(0x1d6)](_0xf7ce94=>!_0x163484[_0x328f2c(0xc8)](_0xf7ce94)),_0x1bb1bd=new Map(_0x55a0ce[_0x328f2c(0x15f)](_0x4bf621=>[_0x4bf621,this[_0x328f2c(0xbd)][_0x328f2c(0x153)](_0x4bf621[_0x328f2c(0xa5)],_0x4bf621[_0x328f2c(0x165)],_0x328f2c(0xf0))])),_0x1c13ca=new Map(_0x55a0ce[_0x328f2c(0x15f)](_0xd17643=>[_0xd17643,_0xd17643[_0x328f2c(0x12f)]()])),_0x8150ec=new Set(),_0x3ec572=new Set();for(let _0x58db4b=0x0;_0x58db4b<_0x474b4c[_0x328f2c(0xde)];_0x58db4b++)_0x2a563f(_0x474b4c[_0x58db4b],_0x474b4c,_0x58db4b+0x1);for(let _0x58236a=0x0;_0x58236a<_0x474b4c[_0x328f2c(0xde)];_0x58236a++)_0x2a563f(_0x474b4c[_0x58236a],_0x48c50c,0x0);const _0x596bbc=new Set();for(let _0x13c714=0x0;_0x13c714<_0x474b4c[_0x328f2c(0xde)];_0x13c714++){const _0x1adb3b=_0x474b4c[_0x13c714];!_0x3ec572[_0x328f2c(0xc8)](_0x1adb3b)&&_0x1adb3b[_0x328f2c(0x22d)]&&(_0x596bbc[_0x328f2c(0xa3)](_0x1adb3b[_0x328f2c(0x22d)]),_0x1adb3b[_0x328f2c(0x22d)][_0x328f2c(0x1cb)]===_0x1adb3b&&(_0x1adb3b[_0x328f2c(0x22d)][_0x328f2c(0x1cb)]=null),_0x1adb3b[_0x328f2c(0x22d)]=null),!_0x8150ec[_0x328f2c(0xc8)](_0x1adb3b)&&_0x1adb3b[_0x328f2c(0x1cb)]&&(_0x596bbc[_0x328f2c(0xa3)](_0x1adb3b[_0x328f2c(0x1cb)]),_0x1adb3b[_0x328f2c(0x1cb)][_0x328f2c(0x22d)]===_0x1adb3b&&(_0x1adb3b[_0x328f2c(0x1cb)][_0x328f2c(0x22d)]=null),_0x1adb3b[_0x328f2c(0x1cb)]=null);}function _0x2a563f(_0x25e499,_0x47adf2,_0xa5ae86){const _0x48b0be=_0x328f2c;for(let _0x234b3f=_0xa5ae86;_0x234b3f<_0x47adf2[_0x48b0be(0xde)];_0x234b3f++){const _0x42c4de=_0x9de881(_0x25e499,_0x47adf2[_0x234b3f]);_0x42c4de&&(_0x42c4de[0x0][_0x48b0be(0x1cb)]=_0x42c4de[0x1],_0x42c4de[0x1][_0x48b0be(0x22d)]=_0x42c4de[0x0],_0x8150ec[_0x48b0be(0xa3)](_0x42c4de[0x0]),_0x3ec572[_0x48b0be(0xa3)](_0x42c4de[0x1]));}}function _0x9de881(_0x6ac5b3,_0x66d935){const _0x39d811=_0x328f2c;if(_0x6ac5b3[_0x39d811(0x1a7)]['id']!==_0x66d935[_0x39d811(0x1a7)]['id'])return null;const _0x1910ca=_0x1bb1bd[_0x39d811(0x1a3)](_0x6ac5b3)(_0x6ac5b3,_0x66d935,_0x1c13ca[_0x39d811(0x1a3)](_0x6ac5b3),_0x1c13ca[_0x39d811(0x1a3)](_0x66d935));if(!_0x1910ca)return null;return _0x1bb1bd[_0x39d811(0x1a3)](_0x66d935)(_0x6ac5b3,_0x66d935,_0x1c13ca[_0x39d811(0x1a3)](_0x6ac5b3),_0x1c13ca[_0x39d811(0x1a3)](_0x66d935))?_0x1910ca[0x1][_0x39d811(0xc5)]&&_0x1910ca[0x1][_0x39d811(0xc5)][_0x39d811(0xde)]?null:_0x1910ca:null;}_0x596bbc[_0x328f2c(0xc1)]&&this[_0x328f2c(0xd0)](_0x596bbc);}[_0x3955ed(0x1ad)](_0x2cb952){const _0x4457dc=_0x3955ed;if(0x0==_0x2cb952[_0x4457dc(0xde)])return;const _0x1101fd=this[_0x4457dc(0x225)]({'skipNotAttached':!0x0})[_0x4457dc(0x1d6)](_0x11d46f=>_0x4457dc(0x10c)==_0x11d46f[_0x4457dc(0xa5)]&&_0x11d46f[_0x4457dc(0x1cf)]),_0x58ae47=[],_0x3888a9=new Map();for(const _0x55c0f7 of _0x1101fd){const _0x4fee04=_0x2d9bc2(_0x55c0f7[_0x4457dc(0xed)]);_0x3888a9[_0x4457dc(0xc8)](_0x4fee04)||(_0x3888a9[_0x4457dc(0xac)](_0x4fee04,_0x58ae47[_0x4457dc(0xde)]),_0x58ae47[_0x4457dc(0x130)]([]));const _0x1d5d37=_0x3888a9[_0x4457dc(0x1a3)](_0x4fee04);_0x58ae47[_0x1d5d37][_0x4457dc(0x130)](_0x55c0f7);}!(function(){const _0x299985=_0x4457dc;_0x58ae47[_0x299985(0xec)]((_0x54cf00,_0x2668c5)=>{const _0xc4c621=_0x299985,_0xcd94c6=_0x54cf00[0x0][_0xc4c621(0xda)],_0x156ba0=_0x2668c5[0x0][_0xc4c621(0xda)];return _0xcd94c6==_0x156ba0?_0x54cf00[0x0][_0xc4c621(0xed)][_0xc4c621(0x1e2)]<_0x2668c5[0x0][_0xc4c621(0xed)][_0xc4c621(0x1e2)]?-0x1:0x1:_0xcd94c6<_0x156ba0?-0x1:0x1;});for(const _0x19824a of _0x58ae47)_0x19824a[_0x299985(0xec)]((_0xb5ae88,_0x433d3a)=>_0xb5ae88['id']<_0x433d3a['id']?-0x1:0x1);}());for(let _0x21494c=0x0;_0x21494c<_0x58ae47[_0x4457dc(0xde)];_0x21494c++){if(0x0==_0x58ae47[_0x21494c][_0x4457dc(0xde)])continue;const _0x2225cc=[];for(let _0x2360b9=_0x21494c+0x1;_0x2360b9<_0x58ae47[_0x4457dc(0xde)];_0x2360b9++)0x0!=_0x58ae47[_0x2360b9][_0x4457dc(0xde)]&&_0x5e04e2(_0x58ae47[_0x21494c],_0x58ae47[_0x2360b9])&&_0x2225cc[_0x4457dc(0x130)](_0x2360b9);for(const _0x5dec33 of _0x2225cc)_0x58ae47[_0x21494c]=_0x58ae47[_0x21494c][_0x4457dc(0x139)](_0x58ae47[_0x5dec33]),_0x58ae47[_0x5dec33]=[];}for(const _0x4386f5 of _0x58ae47)for(let _0x531b09=0x0;_0x531b09<_0x4386f5[_0x4457dc(0xde)];_0x531b09++)_0x4386f5[_0x531b09][_0x4457dc(0x1cb)]=_0x4386f5[_0x531b09+0x1]||null;for(const _0x2fdeae of _0x58ae47)for(let _0x3d663d=0x0;_0x3d663d<_0x2fdeae[_0x4457dc(0xde)];_0x3d663d++)_0x2fdeae[_0x3d663d][_0x4457dc(0x22d)]=_0x2fdeae[_0x3d663d-0x1]||null;function _0x5e04e2(_0x128bb3,_0x273182){const _0x1bb3e2=_0x4457dc;if(_0x128bb3[0x0][_0x1bb3e2(0xed)][_0x1bb3e2(0x1e2)]!==_0x273182[0x0][_0x1bb3e2(0xed)][_0x1bb3e2(0x1e2)]&&_0x128bb3[0x0][_0x1bb3e2(0x1a7)]!==_0x273182[0x0][_0x1bb3e2(0x1a7)])return!0x1;if(!function(_0x3c81e3,_0x5caa3c){const _0x666d60=_0x1bb3e2;if(!_0x3c81e3[_0x666d60(0x1b8)]&&!_0x5caa3c[_0x666d60(0x1b8)])return!0x0;if(_0x3c81e3[_0x666d60(0x1b8)]&&_0x5caa3c[_0x666d60(0x1b8)])return!0x1;if(_0x3c81e3[_0x666d60(0x1b8)]&&_0x5caa3c[_0x666d60(0xda)]<_0x3c81e3[_0x666d60(0xc5)][_0x666d60(0x13d)][_0x666d60(0x1a3)](0x0)[_0x666d60(0xda)])return!0x0;if(_0x5caa3c[_0x666d60(0x1b8)]&&_0x3c81e3[_0x666d60(0xda)]<_0x5caa3c[_0x666d60(0xc5)][_0x666d60(0x13d)][_0x666d60(0x1a3)](0x0)[_0x666d60(0xda)])return!0x0;return!0x1;}(_0x128bb3[0x0],_0x273182[0x0]))return!0x1;const _0x1a3a8a=_0x26a2e5(_0x128bb3[0x0][_0x1bb3e2(0xed)],_0x1bb3e2(0x1e2)),_0x4a7aa0=_0x26a2e5(_0x273182[0x0][_0x1bb3e2(0xed)],_0x1bb3e2(0x1e2));if(!_0x14f3a0(_0x1a3a8a,_0x4a7aa0))return!0x1;return!!_0x128bb3[_0x1bb3e2(0x18d)](_0x407e48=>_0x273182[_0x1bb3e2(0x1c9)](_0x233b31=>_0x407e48[_0x1bb3e2(0x12f)]()[_0x1bb3e2(0x181)](_0x233b31[_0x1bb3e2(0x12f)]())))&&_0x273182[_0x1bb3e2(0x18d)](_0x4c6418=>_0x128bb3[_0x1bb3e2(0x1c9)](_0xb77b92=>_0x4c6418[_0x1bb3e2(0x12f)]()[_0x1bb3e2(0x181)](_0xb77b92[_0x1bb3e2(0x12f)]())));}}[_0x3955ed(0x15c)](_0x4d6b1a){const _0x3067b2=_0x3955ed,_0x40ea9c=Array[_0x3067b2(0xb9)](_0x4d6b1a),_0x1b912f=this[_0x3067b2(0x225)]({'skipNotAttached':!0x0}),_0x9b23a7=_0x1b912f[_0x3067b2(0x1d6)](_0x36de50=>!_0x4d6b1a[_0x3067b2(0xc8)](_0x36de50)),_0x537284=new Map(_0x40ea9c[_0x3067b2(0x15f)](_0x4cd04b=>[_0x4cd04b,this[_0x3067b2(0xbd)][_0x3067b2(0x153)](_0x4cd04b[_0x3067b2(0xa5)],_0x4cd04b[_0x3067b2(0x165)],_0x3067b2(0x1b0))])),_0x1f85ce=new Map(_0x1b912f[_0x3067b2(0x15f)](_0x579a23=>[_0x579a23,_0x579a23[_0x3067b2(0x21f)]()]));for(let _0x598556=0x0;_0x598556<_0x40ea9c[_0x3067b2(0xde)];_0x598556++){if(_0xf43db0(this,_0x40ea9c[_0x598556],_0x40ea9c,_0x598556+0x1))return!0x0;}for(let _0x29c0f6=0x0;_0x29c0f6<_0x40ea9c[_0x3067b2(0xde)];_0x29c0f6++){if(_0xf43db0(this,_0x40ea9c[_0x29c0f6],_0x9b23a7,0x0))return!0x0;}return!0x1;function _0xf43db0(_0xc3c3b0,_0x436067,_0x1a6850,_0x5b1f16){const _0x3e3d02=_0x3067b2;for(let _0x106660=_0x5b1f16;_0x106660<_0x1a6850[_0x3e3d02(0xde)];_0x106660++){const _0x382da9=_0x1a6850[_0x106660];if(_0x382da9[_0x3e3d02(0xa5)]!==_0x436067[_0x3e3d02(0xa5)]||_0x382da9[_0x3e3d02(0x1a7)]['id']!==_0x436067[_0x3e3d02(0x1a7)]['id']||_0x382da9[_0x3e3d02(0x165)]!==_0x436067[_0x3e3d02(0x165)])continue;if(!Ft(_0x436067,_0x382da9,[_0x3e3d02(0x1e2)]))continue;if(_0x3e3d02(0x10c)==_0x436067[_0x3e3d02(0xa5)]&&_0x436067[_0x3e3d02(0x1f2)][_0x3e3d02(0xb8)]!=_0x382da9[_0x3e3d02(0x1f2)][_0x3e3d02(0xb8)])continue;if(_0x3e3d02(0x10c)==_0x436067[_0x3e3d02(0xa5)]&&_0xc3c3b0[_0x3e3d02(0x186)](_0x436067[_0x3e3d02(0x1f2)][_0x3e3d02(0x1ee)]))continue;if(_0x3e3d02(0x1c2)==_0x436067[_0x3e3d02(0xa5)]){const _0x4139f2=_0xc3c3b0[_0x3e3d02(0x12b)][_0x3e3d02(0x129)],_0x502844=_0x436067[_0x3e3d02(0x148)]();if(_0x502844&&(_0x4139f2[_0x3e3d02(0x83)][_0x3e3d02(0xd6)](_0x502844)||_0x4139f2[_0x3e3d02(0x83)][_0x3e3d02(0x12c)](_0x502844)))continue;}const _0xb8a59c=_0x537284[_0x3e3d02(0x1a3)](_0x436067),_0x4e251f=_0x1f85ce[_0x3e3d02(0x1a3)](_0x436067),_0x4a19e0=_0x1f85ce[_0x3e3d02(0x1a3)](_0x382da9),_0x5745a9=_0x436067[_0x3e3d02(0xc5)]&&_0x436067[_0x3e3d02(0xc5)][_0x3e3d02(0xde)],_0x3cbca6=_0x382da9[_0x3e3d02(0xc5)]&&_0x382da9[_0x3e3d02(0xc5)][_0x3e3d02(0xde)];if(!_0x5745a9&&_0xb8a59c(_0x4a19e0,_0x4e251f))return _0xc3c3b0[_0x3e3d02(0x1c8)](_0x382da9,_0x436067),_0x1f85ce[_0x3e3d02(0xf9)](_0x436067),!0x0;if(!_0x3cbca6&&_0xb8a59c(_0x4e251f,_0x4a19e0))return _0xc3c3b0[_0x3e3d02(0x1c8)](_0x436067,_0x382da9),_0x1f85ce[_0x3e3d02(0xf9)](_0x382da9),!0x0;}return!0x1;}}[_0x3955ed(0x1c8)](_0x35bbdd,_0x2c34b2){const _0x2783eb=_0x3955ed;if(_0x35bbdd[_0x2783eb(0xa2)]){for(const _0x48fbe0 of _0x2c34b2[_0x2783eb(0x21f)]())_0x35bbdd[_0x2783eb(0x1f7)](_0x48fbe0);}else{const _0x56c2e1=_0x2c34b2[_0x2783eb(0x12f)]()[_0x2783eb(0xa1)];this[_0x2783eb(0xf8)](_0x35bbdd,this[_0x2783eb(0x1eb)][_0x2783eb(0x1bc)](_0x35bbdd[_0x2783eb(0x12f)]()[_0x2783eb(0x144)],_0x56c2e1));}_0x2c34b2[_0x2783eb(0x1af)]();}[_0x3955ed(0x116)](_0x34e2f8,_0x200adf){const _0x528d3c=_0x3955ed,_0x39f555=_0x34e2f8[_0x528d3c(0x1e5)](_0x528d3c(0x16d))||_0x34e2f8[_0x528d3c(0x1e5)](_0x528d3c(0x10c))?_0x528d3c(0x12a):_0x34e2f8[_0x528d3c(0x18b)]();return _0x1c0ea2(this[_0x528d3c(0x12b)][_0x528d3c(0x150)],_0x200adf+'_'+_0x39f555+_0x528d3c(0x212));}[_0x3955ed(0xe7)](){const _0x44acdb=_0x3955ed,_0x82a3b8=this[_0x44acdb(0x12b)];_0xfa6af1(this[_0x44acdb(0x1eb)],({left:_0x3ef3fb,entered:_0x35cf55})=>{const _0x358fcc=_0x44acdb,_0x1a0a2c=[];for(const _0x2dc214 of _0x3ef3fb){const {group:_0x59f253,type:_0x2489aa}=this[_0x358fcc(0x220)](_0x2dc214[_0x358fcc(0x227)]);if(_0x358fcc(0xe2)===_0x59f253){_0x1a0a2c[_0x358fcc(0x130)](this[_0x358fcc(0x116)](_0x2489aa,_0x358fcc(0x197)));break;}}for(const _0x22e547 of _0x35cf55){const {group:_0x89da62,type:_0x3cf16a}=this[_0x358fcc(0x220)](_0x22e547[_0x358fcc(0x227)]);if(_0x358fcc(0xe2)===_0x89da62){_0x1a0a2c[_0x358fcc(0x130)](this[_0x358fcc(0x116)](_0x3cf16a,_0x358fcc(0x138)));break;}}_0x1a0a2c[_0x358fcc(0xde)]&&_0x82a3b8['ui'][_0x358fcc(0x169)][_0x358fcc(0x20c)](_0x358fcc(0x1d5),_0x1a0a2c[_0x358fcc(0x1b0)]('\x20'));});}[_0x3955ed(0x9f)](_0x510481){const _0x18e794=_0x3955ed;if(this[_0x18e794(0x202)])return!0x1;const _0x9ecc1f=this[_0x18e794(0x12b)],_0xdb08f=_0x9ecc1f[_0x18e794(0x129)][_0x18e794(0xe1)][_0x18e794(0x117)][_0x18e794(0xe3)]();if(0x0==_0xdb08f[_0x18e794(0xde)])return!0x1;const _0x2c502e=[],_0x5c3eaa=_0xdb08f[_0x18e794(0x1d6)](_0x2d4b52=>_0x18e794(0x10c)==_0x2d4b52[_0x18e794(0xa5)]),_0x4bc2b9=_0xdb08f[_0x18e794(0x1d6)](_0x205de2=>_0x18e794(0x1cc)==_0x205de2[_0x18e794(0xa5)]&&_0x18e794(0x218)!=_0x205de2[_0x18e794(0x227)]),_0x3f7703=_0xdb08f[_0x18e794(0x1d6)](_0x49fbe4=>_0x18e794(0x15b)==_0x49fbe4[_0x18e794(0xa5)]&&_0x18e794(0x218)!=_0x49fbe4[_0x18e794(0x227)]);for(const _0x4cd03b of _0x5c3eaa)_0x2c502e[_0x18e794(0x130)]({'key':_0x4cd03b[_0x18e794(0x206)],'newValue':_0x4cd03b[_0x18e794(0x1d2)],'oldValue':_0x4cd03b[_0x18e794(0x112)],'range':Ut(_0x4cd03b[_0x18e794(0x1de)],_0x9ecc1f[_0x18e794(0x129)])});for(const _0x21d6e8 of _0x4bc2b9){const _0x27d9fa=_0x3f7703[_0x18e794(0xcd)](_0x27d2a9=>_0x27d2a9[_0x18e794(0x1b1)][_0x18e794(0x181)](_0x21d6e8[_0x18e794(0x1b1)]));_0x27d9fa&&_0x2c502e[_0x18e794(0x130)]({'key':_0x18e794(0x96),'newValue':_0x21d6e8[_0x18e794(0x227)],'oldValue':_0x27d9fa[_0x18e794(0x227)],'range':_0x9ecc1f[_0x18e794(0x129)][_0x18e794(0xcf)](_0x21d6e8[_0x18e794(0x1b1)][_0x18e794(0x231)])});}return 0x0!=_0x2c502e[_0x18e794(0xde)]&&this[_0x18e794(0xb6)](_0x510481,_0x2c502e);}[_0x3955ed(0x1fb)](_0x1a48ba){const _0x50111d=_0x3955ed;let _0x122dbf=!0x1;const _0x37bc9b=this[_0x50111d(0x12b)][_0x50111d(0x129)][_0x50111d(0xe1)][_0x50111d(0x117)][_0x50111d(0x17b)]()[_0x50111d(0x1d6)](_0x270d2d=>_0x270d2d[_0x50111d(0x1f2)][_0x50111d(0xd5)]&&_0x270d2d[_0x50111d(0x227)][_0x50111d(0x1e5)](_0x50111d(0xca)));for(const _0x5c211e of _0x37bc9b){const {subType:_0x315ab8,id:_0x2c0a9a}=this[_0x50111d(0x220)](_0x5c211e[_0x50111d(0x227)]),_0x31223f=_0x315ab8[_0x50111d(0x180)]('|')[0x0];for(const _0x48f184 of this[_0x50111d(0x225)]({'skipNotAttached':!0x0}))_0x48f184['id']!=_0x2c0a9a&&_0x50111d(0x10c)==_0x48f184[_0x50111d(0xa5)]&&_0x48f184[_0x50111d(0x1f2)]&&_0x48f184[_0x50111d(0x1f2)][_0x50111d(0x1ee)]==_0x31223f&&_0x48f184[_0x50111d(0x12f)]()[_0x50111d(0x16f)](_0x5c211e[_0x50111d(0x1f2)][_0x50111d(0xd5)])&&(this[_0x50111d(0x134)](_0x48f184,_0x5c211e[_0x50111d(0x1f2)][_0x50111d(0xd5)],_0x1a48ba),_0x122dbf=!0x0);}return _0x122dbf;}[_0x3955ed(0x113)](_0x113a08){const _0x583b9b=_0x3955ed;this[_0x583b9b(0x12b)],(this[_0x583b9b(0x202)]=!0x0,_0x113a08());}[_0x3955ed(0x131)](_0x3ff481){const _0x5a34e3=_0x3955ed,_0x1e026c=this[_0x5a34e3(0x186)](_0x3ff481),_0x331c90=this[_0x5a34e3(0x16c)][_0x5a34e3(0xc8)](_0x3ff481);return _0x1e026c||_0x331c90;}[_0x3955ed(0xb6)](_0x259d95,_0x236a74){const _0x56b5c9=_0x3955ed;if(0x0==_0x236a74[_0x56b5c9(0xde)])return!0x1;let _0x4fe05f=!0x1;for(const _0x1028db of _0x236a74){const _0x2dadd0=this[_0x56b5c9(0x19a)](_0x1028db[_0x56b5c9(0x1de)],_0x56b5c9(0x10c))[_0x56b5c9(0x1d6)](_0x4a4417=>!_0x4a4417[_0x56b5c9(0xf3)][_0x56b5c9(0x14a)])[_0x56b5c9(0x15f)](_0x51c717=>_0x51c717[_0x56b5c9(0xe2)]),_0x3c9beb=_0x2d9bc2({'newValue':_0x1028db[_0x56b5c9(0x124)]});_0x2dadd0[_0x56b5c9(0x1d6)](_0x3b5f88=>{const _0x10688c=_0x56b5c9,[_0x1ae9e6,_0x5d1052]=_0x3b5f88[_0x10688c(0x165)][_0x10688c(0x180)]('|');return _0x1ae9e6==_0x1028db[_0x10688c(0x1ee)]&&_0x5d1052!=_0x3c9beb;})[_0x56b5c9(0x11a)](_0x554f5b=>{const _0x521549=_0x56b5c9;this[_0x521549(0x134)](_0x554f5b,_0x1028db[_0x521549(0x1de)],_0x259d95),_0x4fe05f=!0x0;});}return _0x4fe05f;}[_0x3955ed(0x134)](_0x2c8342,_0x347f91,_0x424c2d){const _0x425630=_0x3955ed,_0x5095ab=_0x2c8342[_0x425630(0x12f)]()[_0x425630(0x1ed)](_0x347f91);0x0!==_0x5095ab[_0x425630(0xde)]?0x1!==_0x5095ab[_0x425630(0xde)]?this[_0x425630(0x224)](_0x2c8342,_0x347f91[_0x425630(0x144)],_0x347f91[_0x425630(0xa1)]):this[_0x425630(0xf8)](_0x2c8342,_0x5095ab[0x0]):_0x424c2d[_0x425630(0x1c5)](_0x2c8342[_0x425630(0x136)]());}}class Bt{constructor(_0x2c6fef){const _0x17be20=_0x3955ed;this[_0x17be20(0xa0)]=_0x2c6fef,this[_0x17be20(0x1eb)]=_0x2c6fef[_0x17be20(0x129)],this[_0x17be20(0x1b4)]=new Map(),this[_0x17be20(0xfa)]=new Map(),this[_0x17be20(0x1c1)]();}[_0x3955ed(0x1b6)](_0x2a8c26,_0x4ecbb4,_0x84cd49,_0x36acd6,_0x5ea7c2,_0x2c5c00){const _0x484887=_0x3955ed;return new _0x1c719b(this[_0x484887(0x1eb)],{'type':_0x2a8c26,'subType':_0x4ecbb4,'id':_0x84cd49,'author':_0x36acd6,'creator':_0x36acd6,'attributes':_0x5ea7c2,'onAttributesChange':_0x2c5c00,'onAccept':(..._0x787386)=>this[_0x484887(0x153)](_0x2a8c26,_0x4ecbb4,_0x484887(0x161))(..._0x787386),'onDiscard':(..._0x3a132d)=>this[_0x484887(0x153)](_0x2a8c26,_0x4ecbb4,_0x484887(0x123))(..._0x3a132d)});}[_0x3955ed(0x1d7)](_0x42bc4d,_0x452609,_0x31a2ea,_0x5934e0){const _0x4514f3=_0x3955ed,_0x2412db=_0x42bc4d+':'+_0x452609+':'+_0x31a2ea;this[_0x4514f3(0x1b4)][_0x4514f3(0xac)](_0x2412db,_0x5934e0);}[_0x3955ed(0x153)](_0x35edb2,_0x46ad19,_0x160227){const _0x4f7a07=_0x3955ed,_0x38207e=_0x35edb2+':'+_0x46ad19+':'+_0x160227;return this[_0x4f7a07(0x1b4)][_0x4f7a07(0x1a3)](_0x38207e)||this[_0x4f7a07(0xfa)][_0x4f7a07(0x1a3)](_0x35edb2+':'+_0x160227);}[_0x3955ed(0x1c1)](){const _0x4f349d=_0x3955ed,_0x38c662=()=>!0x1,_0x19141a=_0x23025d=>{const _0x487bfc=_0x99e3;_0x23025d[_0x487bfc(0xec)]((_0x279764,_0x572456)=>_0x279764[_0x487bfc(0x144)][_0x487bfc(0x228)](_0x572456[_0x487bfc(0x144)])?0x1:-0x1),this[_0x487bfc(0x1eb)][_0x487bfc(0x1d9)](_0x1ce69e=>{const _0x2836a2=_0x487bfc;for(const _0x143230 of _0x23025d){let _0x108965;_0x108965=_0x143230[_0x2836a2(0xa1)][_0x2836a2(0x1ff)]&&_0x143230[_0x2836a2(0xa1)][_0x2836a2(0x222)]==_0x143230[_0x2836a2(0x144)][_0x2836a2(0x231)]?_0x1ce69e[_0x2836a2(0x168)](_0x143230[_0x2836a2(0x144)][_0x2836a2(0x231)],'on'):_0x1ce69e[_0x2836a2(0x168)](_0x143230),this[_0x2836a2(0x1eb)][_0x2836a2(0xc3)](_0x108965,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4fed19=(_0x1a3041,_0x1c6136)=>{const _0x489daf=_0x99e3;_0x1c6136&&this[_0x489daf(0x1eb)][_0x489daf(0x1d9)](_0x59ac32=>{const _0x2ac8f3=_0x489daf,{commandName:_0x310f55,commandParams:_0x5b4847=[]}=_0x1c6136,_0x515601=_0x1a3041[_0x2ac8f3(0x15f)](_0x374376=>(Rt(_0x374376)&&(_0x374376=this[_0x2ac8f3(0x1eb)][_0x2ac8f3(0x1bc)](_0x374376[_0x2ac8f3(0xa1)])),_0x374376))[_0x2ac8f3(0x1d6)](_0x317c93=>_0x2ac8f3(0x9a)!==_0x317c93[_0x2ac8f3(0x13a)][_0x2ac8f3(0xc0)]);if(_0x515601[_0x2ac8f3(0xde)]<0x1)return;const _0x4862e3=Array[_0x2ac8f3(0xb9)](this[_0x2ac8f3(0x1eb)][_0x2ac8f3(0xe1)][_0x2ac8f3(0xfe)][_0x2ac8f3(0x21f)]())[_0x2ac8f3(0x15f)](_0x27774c=>_0x38839a[_0x2ac8f3(0x157)](_0x27774c));_0x59ac32[_0x2ac8f3(0x173)](_0x515601);for(const _0x537a69 of this[_0x2ac8f3(0xa0)][_0x2ac8f3(0x217)][_0x2ac8f3(0x217)]())_0x537a69[_0x2ac8f3(0x182)]();_0x5b4847[_0x2ac8f3(0x130)]({'forceDefaultExecution':!0x0}),this[_0x2ac8f3(0xa0)][_0x2ac8f3(0x11f)](_0x310f55,..._0x5b4847);const _0x1658a4=_0x4862e3[_0x2ac8f3(0x1d6)](_0x1b9b87=>_0x2ac8f3(0x9a)!=_0x1b9b87[_0x2ac8f3(0x13a)][_0x2ac8f3(0xc0)]);_0x1658a4[_0x2ac8f3(0xde)]>0x0&&_0x59ac32[_0x2ac8f3(0x173)](_0x1658a4);for(const _0x60acfa of _0x4862e3)_0x60acfa[_0x2ac8f3(0xf5)]();});},_0x4db2f8=(_0x1ae5da,_0x264d42)=>0x1==_0x1ae5da[_0x4f349d(0xde)]&&0x1==_0x264d42[_0x4f349d(0xde)]&&_0x1ae5da[0x0][_0x4f349d(0xa1)][_0x4f349d(0x181)](_0x264d42[0x0][_0x4f349d(0x144)]),_0x5365da=(_0x14f30a,_0x432b6e,_0x4e68a8,_0x248f6f)=>Gt(_0x14f30a,_0x432b6e,_0x4e68a8,_0x248f6f,this[_0x4f349d(0x1eb)])?[_0x14f30a,_0x432b6e]:Gt(_0x432b6e,_0x14f30a,_0x248f6f,_0x4e68a8,this[_0x4f349d(0x1eb)])?[_0x432b6e,_0x14f30a]:null;this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xfc),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xb4),_0x19141a),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xce),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x87),_0x5365da),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x164),_0x19141a),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1c0),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x154),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x155),_0x5365da),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x94),_0x4fed19),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1b2),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x85),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1fa),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xb3),_0x4fed19),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x179),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1f8),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x8c),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x199),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x103),(_0xe46dae,_0x3b96e7)=>{const _0x3fca5d=_0x4f349d;if(!_0x3b96e7)return;const _0x57e4e8=this[_0x3fca5d(0xa0)][_0x3fca5d(0x1f6)][_0x3fca5d(0x1a3)](p);this[_0x3fca5d(0x1eb)][_0x3fca5d(0x1d9)](_0x3d4cee=>{const _0x301475=_0x3fca5d;if(_0x301475(0x96)==_0x3b96e7[_0x301475(0x1ee)])for(const _0x5292f3 of _0xe46dae){const _0x5d6b46=_0x5292f3[_0x301475(0x144)][_0x301475(0x231)],_0x4b8399=_0x3b96e7[_0x301475(0xb8)];_0x3d4cee[_0x301475(0x1dd)](_0x5d6b46,_0x4b8399);}else{if(_0x57e4e8[_0x301475(0x186)](_0x3b96e7[_0x301475(0x1ee)])){for(const _0x47bb45 of _0xe46dae)void 0x0!==_0x3b96e7[_0x301475(0xb8)]?_0x3d4cee[_0x301475(0xe5)](_0x3b96e7[_0x301475(0x1ee)],_0x3b96e7[_0x301475(0xb8)],_0x47bb45[_0x301475(0x144)][_0x301475(0x231)]):_0x3d4cee[_0x301475(0xb7)](_0x3b96e7[_0x301475(0x1ee)],_0x47bb45[_0x301475(0x144)][_0x301475(0x231)]);}else{for(const _0x5e98d9 of _0xe46dae)_0x3b96e7[_0x301475(0xb8)]?_0x3d4cee[_0x301475(0xe5)](_0x3b96e7[_0x301475(0x1ee)],_0x3b96e7[_0x301475(0xb8)],_0x5e98d9):_0x3d4cee[_0x301475(0xb7)](_0x3b96e7[_0x301475(0x1ee)],_0x5e98d9);}}});}),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x21d),_0x4db2f8);}}function xt(_0x4aa681,_0x23a20a,_0x3c8c48){const _0x1a3dce=_0x3955ed;for(const _0x2c5640 of _0x23a20a[_0x1a3dce(0x222)][_0x1a3dce(0xf2)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2c5640[_0x1a3dce(0x13a)]==_0x2c5640)return!0x1;if(!_0x3c8c48[_0x1a3dce(0xdd)](_0x2c5640))return!0x1;if(_0x4aa681[_0x1a3dce(0xd6)](_0x2c5640)||_0x4aa681[_0x1a3dce(0x12c)](_0x2c5640))return!0x0;}return!0x1;}function Rt(_0x430102){const _0x4a46d2=_0x3955ed;return _0x430102[_0x4a46d2(0xa1)][_0x4a46d2(0x222)]==_0x430102[_0x4a46d2(0x144)][_0x4a46d2(0x231)]&&_0x430102[_0x4a46d2(0xa1)][_0x4a46d2(0x203)];}function Tt(_0x4153d8,_0x1a1171,_0x3f56fc,_0x2b1b61){const _0x275ee2=_0x3955ed,_0x1de00b=_0x22e410=>!_0x22e410[_0x275ee2(0x9e)]['is'](_0x275ee2(0x226))&&!_0x2b1b61[_0x275ee2(0xd6)](_0x22e410[_0x275ee2(0x9e)]),_0x17810c=_0x4153d8[_0x275ee2(0x144)][_0x275ee2(0x8b)](_0x1de00b),_0x5b88e7=_0x4153d8[_0x275ee2(0xa1)][_0x275ee2(0x8b)](_0x1de00b,{'direction':_0x275ee2(0x122)});return(!_0x4153d8[_0x275ee2(0x144)][_0x275ee2(0x181)](_0x17810c)||!_0x4153d8[_0x275ee2(0xa1)][_0x275ee2(0x181)](_0x5b88e7))&&(_0x17810c[_0x275ee2(0x228)](_0x5b88e7)?_0x3f56fc[_0x275ee2(0x146)](_0x1a1171,{'range':_0x3f56fc[_0x275ee2(0x1bc)](_0x17810c,_0x5b88e7)}):_0x3f56fc[_0x275ee2(0x1c5)](_0x1a1171),!0x0);}function Et(_0x3cf319){return _0x2d9bc2(_0x3cf319);}function Vt(_0x2b306b){const _0x28295e=_0x3955ed,_0x9254e8=_0x2b306b[_0x28295e(0x144)][_0x28295e(0x231)];return _0x9254e8&&_0x9254e8['is'](_0x28295e(0xcc));}function Ut(_0x12ed52,_0xf1ca79){const _0x3415ab=_0x3955ed;return null==_0x12ed52[_0x3415ab(0xa1)][_0x3415ab(0xf1)]&&_0x12ed52[_0x3415ab(0xa1)][_0x3415ab(0x222)]==_0x12ed52[_0x3415ab(0x144)][_0x3415ab(0x231)]?Ot(_0x12ed52[_0x3415ab(0x144)][_0x3415ab(0x231)],_0xf1ca79):_0x12ed52;}function Ot(_0x492443,_0xf64bc0){const _0x34a0a2=_0x3955ed,_0x4b25b9=_0xf64bc0[_0x34a0a2(0x83)][_0x34a0a2(0xd6)](_0x492443)||_0xf64bc0[_0x34a0a2(0x83)][_0x34a0a2(0x1f1)](_0x492443);return _0xf64bc0[_0x34a0a2(0x1bc)](_0xf64bc0[_0x34a0a2(0xef)](_0x492443,_0x34a0a2(0x109)),_0x4b25b9?_0xf64bc0[_0x34a0a2(0x174)](_0x492443):_0xf64bc0[_0x34a0a2(0xef)](_0x492443,_0x34a0a2(0xa1)));}function Gt(_0x5b5b49,_0x29d43a,_0x2d4531,_0x305866,_0x50cc77){const _0x4206a6=_0x3955ed;if(!Ft(_0x5b5b49,_0x29d43a))return!0x1;if(_0x2d4531[_0x4206a6(0xa1)][_0x4206a6(0x181)](_0x305866[_0x4206a6(0x144)]))return!0x0;if(_0x5b5b49[_0x4206a6(0xa5)]!=_0x29d43a[_0x4206a6(0xa5)])return!0x1;if(!_0x2d4531[_0x4206a6(0xa1)][_0x4206a6(0xfb)](_0x305866[_0x4206a6(0x144)]))return!0x1;const _0x4be926=_0x50cc77[_0x4206a6(0x1bc)](_0x2d4531[_0x4206a6(0xa1)],_0x305866[_0x4206a6(0x144)])[_0x4206a6(0x11c)]();for(const _0x75464d of _0x4be926)if([_0x4206a6(0x20b),_0x4206a6(0x102)][_0x4206a6(0x18a)](_0x75464d[_0x4206a6(0xa5)])&&_0x50cc77[_0x4206a6(0x83)][_0x4206a6(0x12c)](_0x75464d[_0x4206a6(0x9e)]))return!0x1;return!0x0;}function Ft(_0x18075b,_0x512cfa,_0x400284=[]){const _0x1b8304=_0x3955ed;return!(!_0x18075b[_0x1b8304(0x1cf)]||!_0x512cfa[_0x1b8304(0x1cf)])&&_0x14f3a0(_0x26a2e5(_0x18075b[_0x1b8304(0xed)],_0x400284),_0x26a2e5(_0x512cfa[_0x1b8304(0xed)],_0x400284));}function Pt(_0x519b1b,_0x3a985e){const _0x351ba9=_0x3955ed,_0x421f64=Lt(_0x519b1b[_0x351ba9(0xed)]),_0x232a1a=Lt(_0x3a985e);if(!_0x519b1b[_0x351ba9(0x1cf)])return!0x1;for(const _0x42a5e4 of Object[_0x351ba9(0x1c4)](_0x232a1a))if(!_0x14f3a0(_0x421f64[_0x42a5e4],_0x232a1a[_0x42a5e4]))return!0x1;return!0x0;}function Lt(_0x5089e9){const _0x4ffe03=_0x3955ed,_0x111ae3=Object[_0x4ffe03(0xcb)]({},_0x5089e9);return delete _0x111ae3[_0x4ffe03(0x105)],delete _0x111ae3[_0x4ffe03(0x140)],_0x111ae3;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x611581=_0x3f8b;(function(_0x167428,_0x2042bc){const _0x3c3919=_0x3f8b,_0x2b7a73=_0x167428();while(!![]){try{const _0x5e07d5=-parseInt(_0x3c3919(0x1ea))/0x1*(-parseInt(_0x3c3919(0x228))/0x2)+parseInt(_0x3c3919(0x225))/0x3*(parseInt(_0x3c3919(0x24a))/0x4)+parseInt(_0x3c3919(0x22e))/0x5+parseInt(_0x3c3919(0x216))/0x6+-parseInt(_0x3c3919(0x20c))/0x7+-parseInt(_0x3c3919(0x233))/0x8+-parseInt(_0x3c3919(0x24f))/0x9*(parseInt(_0x3c3919(0x257))/0xa);if(_0x5e07d5===_0x2042bc)break;else _0x2b7a73['push'](_0x2b7a73['shift']());}catch(_0x15e0a4){_0x2b7a73['push'](_0x2b7a73['shift']());}}}(_0x3b1f,0xa5dd1));import{Plugin as _0x24dd36}from'ckeditor5/src/core.js';function _0x3f8b(_0x1f8f35,_0x26312e){const _0x3b1f15=_0x3b1f();return _0x3f8b=function(_0x3f8bf5,_0x2e13b7){_0x3f8bf5=_0x3f8bf5-0x1da;let _0x246899=_0x3b1f15[_0x3f8bf5];return _0x246899;},_0x3f8b(_0x1f8f35,_0x26312e);}import{Collection as _0x17482f}from'ckeditor5/src/utils.js';import{ViewModel as _0x55db4f,SplitButtonView as _0x10db32,createDropdown as _0x139b0d,addListToDropdown as _0x50ea5d}from'ckeditor5/src/ui.js';import{Users as _0xecc107,getDateTimeFormatter as _0x30a588,getAllMarkersDomElementsSorted as _0x1e9b1a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x34a930 from'./trackchangesediting.js';import _0x536ef6 from'./ui/suggestioncontroller.js';import _0x162b19 from'./ui/view/suggestionthreadview.js';function _0x3b1f(){const _0x21bb8f=['componentFactory','6044427PsikOh','suggestionLoaded','toMany','hasSuggestion','keys','innerView','comments.editorConfig','filter','30eVycOY','getMarkerNames','head','CommentsRepository','_descriptionFactory','trackChanges','_bindAnnotationToEditors','stopListening','getDescriptions','length','trackChanges.disableComments','execute','arrowView','Annotations','addSourceCollector','reduce','_handleSuggestionControllerDelayed','values','delete','Discard\x20all\x20selected\x20suggestions','actionView','createAnnotationView','_destroyController','_unbindEditors','mainView','unbind','_disableComments','1FYVoHb','add','_annotationViews','descriptionParts','discardButton','isOn','discardAllSuggestions','acceptSelectedSuggestions','switchbutton','config','isMultiRange','suggestionUnloaded','listenTo','previous','addComment','getAllAdjacentSuggestions','suggestionChanged','trackChanges.SuggestionThreadView','suggestion-','SuggestionThreadView','init','focus','getByInnerView','size','commandName','Discard\x20all\x20suggestions','button','map','isDirty','locale','remove','commands','comments.maxCommentsWhenCollapsed','TrackChangesEditing','2153767TZHUAN','define','set','Accept\x20all\x20selected\x20suggestions','from','CommentView','pluginName','source','_initializeController','change:activeAnnotations','6230922bSExXh','Accept\x20all\x20suggestions','model','requires','getFirstRange','_createUIButton','discardSelectedSuggestions','comments.maxCommentCharsWhenCollapsed','getSuggestion','destroy','CommentsUI','comments','editor','_updateController','getJoined','9627piFtCw','registerAnnotation','_refreshActiveMarkers','460968LWoPUO','acceptButton','view','getRanges','comments.maxThreadTotalWeight','Track\x20changes','5574050VNnlhN','createCommentThreadController','isEnabled','value','has','3655432BKOtFf','buttonView','plugins','commentThread','isInContent','createAnnotation','type','get','_viewToController','clear','refreshSelectedViews','getMarkers','editing','_handleControllerBuffer','acceptAllSuggestions','EditorAnnotations','activeMarkers','separator','bind','some','activeAnnotations','push','_suggestionToController','1340zVeZGS','change:previous','TrackChangesUI','lowest'];_0x3b1f=function(){return _0x21bb8f;};return _0x3b1f();}import{getTranslation as _0x3dc4b6}from'./utils/common-translations.js';import _0x578beb from'../theme/icons/track-changes.svg';export default class d extends _0x24dd36{static get[_0x611581(0x219)](){const _0x521b47=_0x611581;return[_0x34a930,_0xecc107,_0x521b47(0x25a),_0x521b47(0x1dc),_0x521b47(0x242)];}static get[_0x611581(0x212)](){const _0x2fa019=_0x611581;return _0x2fa019(0x24c);}constructor(_0x3edb34){const _0x4e7fc6=_0x611581;super(_0x3edb34),this[_0x4e7fc6(0x249)]=new Map(),this[_0x4e7fc6(0x23b)]=new Map(),this[_0x4e7fc6(0x1ec)]=new Map(),this[_0x4e7fc6(0x240)]=new Map();const _0x388a30=this[_0x4e7fc6(0x222)][_0x4e7fc6(0x1f3)];_0x388a30[_0x4e7fc6(0x20d)](_0x4e7fc6(0x1fb),_0x162b19),_0x388a30[_0x4e7fc6(0x20d)](_0x4e7fc6(0x261),!0x1),this[_0x4e7fc6(0x1e9)]=_0x388a30[_0x4e7fc6(0x23a)](_0x4e7fc6(0x261));}[_0x611581(0x1df)](_0x541729,_0x3753b9){const _0x1b2c6b=_0x611581;0x0===this[_0x1b2c6b(0x240)][_0x1b2c6b(0x201)]&&setTimeout(()=>{const _0x2ac4aa=_0x1b2c6b;for(const [_0x20f400,_0x54b34d]of this[_0x2ac4aa(0x240)]){const _0x4d38bf=this[_0x2ac4aa(0x249)][_0x2ac4aa(0x232)](_0x20f400);_0x4d38bf||_0x54b34d?_0x4d38bf&&_0x54b34d&&this[_0x2ac4aa(0x1e5)](_0x20f400):this[_0x2ac4aa(0x214)](_0x20f400);}this[_0x2ac4aa(0x240)][_0x2ac4aa(0x23c)](),this[_0x2ac4aa(0x222)][_0x2ac4aa(0x235)][_0x2ac4aa(0x23a)](_0x2ac4aa(0x242))[_0x2ac4aa(0x23d)](),this[_0x2ac4aa(0x227)]();},0xa),this[_0x1b2c6b(0x240)][_0x1b2c6b(0x20e)](_0x541729,_0x3753b9);}[_0x611581(0x1fe)](){const _0x50754c=_0x611581,_0x49bc1e=this[_0x50754c(0x222)],_0x2835f5=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x20b)),_0x521dab=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x1dc)),_0x1604a1=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x242)),_0x212ee6=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x25a));_0x49bc1e['ui'][_0x50754c(0x24e)][_0x50754c(0x1eb)](_0x50754c(0x25c),_0x4651ac=>this[_0x50754c(0x21b)](_0x4651ac)),_0x1604a1[_0x50754c(0x1dd)](()=>{const _0x536426=_0x50754c,_0x440b84=[];for(const [_0x5f141c,_0x8e373]of Array[_0x536426(0x210)](this[_0x536426(0x249)])){const _0x5350ed=_0x5f141c[_0x536426(0x1f9)](),_0x206727=[];for(const _0x3f30b4 of _0x5350ed){if(!_0x3f30b4[_0x536426(0x237)])continue;if(_0x3f30b4[_0x536426(0x1f4)]){_0x206727[_0x536426(0x248)](..._0x3f30b4[_0x536426(0x22b)]());continue;}const _0x1d5df7=_0x3f30b4[_0x536426(0x21a)]();if(_0x206727[_0x536426(0x260)]>0x0){const _0x2fcaf3=_0x206727[0x0][_0x536426(0x224)](_0x1d5df7);if(_0x2fcaf3){_0x206727[0x0]=_0x2fcaf3;continue;}}_0x206727[_0x536426(0x248)](_0x1d5df7);}_0x440b84[_0x536426(0x248)]([_0x8e373[_0x536426(0x22a)],_0x206727]);}return _0x440b84;}),this[_0x50754c(0x1f6)](_0x2835f5,_0x50754c(0x250),(_0x4cc49f,_0x50e925)=>{const _0x35caf7=_0x50754c;this[_0x35caf7(0x1f6)](_0x50e925,_0x35caf7(0x24b),(_0x115c3a,_0x4b7380,_0x3df383,_0x6c75cf)=>{const _0x162b5d=_0x35caf7;_0x50e925[_0x162b5d(0x237)]&&(null==_0x3df383?(this[_0x162b5d(0x223)](_0x6c75cf[_0x162b5d(0x259)]),this[_0x162b5d(0x1df)](_0x50e925,!0x1)):(this[_0x162b5d(0x223)](_0x3df383[_0x162b5d(0x259)]),null==_0x6c75cf&&this[_0x162b5d(0x1df)](_0x50e925,!0x0)));}),null!==_0x50e925[_0x35caf7(0x1f7)]?this[_0x35caf7(0x223)](_0x50e925[_0x35caf7(0x259)]):this[_0x35caf7(0x1df)](_0x50e925,!0x1);}),this[_0x50754c(0x1f6)](_0x2835f5,_0x50754c(0x1f5),(_0x4c0ac2,_0x34aa3b,_0x388680)=>{const _0x1ba364=_0x50754c;this[_0x1ba364(0x25e)](_0x34aa3b,_0x1ba364(0x24b)),this[_0x1ba364(0x240)][_0x1ba364(0x1e1)](_0x34aa3b),this[_0x1ba364(0x249)][_0x1ba364(0x232)](_0x34aa3b)&&this[_0x1ba364(0x1e5)](_0x34aa3b),_0x388680&&this[_0x1ba364(0x223)](_0x388680[_0x1ba364(0x259)]);}),this[_0x50754c(0x1f6)](_0x2835f5,_0x50754c(0x1fa),(_0x35c3aa,_0x3dec87)=>{const _0x4fbaef=_0x50754c;this[_0x4fbaef(0x223)](_0x3dec87);}),this[_0x50754c(0x1f6)](_0x521dab,_0x50754c(0x215),()=>{const _0xb2e83e=_0x50754c;this[_0xb2e83e(0x227)]();}),this[_0x50754c(0x1f6)](_0x212ee6,_0x50754c(0x1f8),(_0x58539d,{threadId:_0x33d042,isFromAdapter:_0x5dc665})=>{const _0x43e23d=_0x50754c;if(_0x5dc665||!_0x2835f5[_0x43e23d(0x252)](_0x33d042))return;const _0x12dc8f=_0x2835f5[_0x43e23d(0x21e)](_0x33d042);this[_0x43e23d(0x249)][_0x43e23d(0x23a)](_0x12dc8f)[_0x43e23d(0x22a)][_0x43e23d(0x1ff)]();},{'priority':_0x50754c(0x24d)});}[_0x611581(0x227)](){const _0x52235d=_0x611581,_0x4d3539=this[_0x52235d(0x222)][_0x52235d(0x235)][_0x52235d(0x23a)](_0x52235d(0x1dc)),_0x31b077=this[_0x52235d(0x222)][_0x52235d(0x235)][_0x52235d(0x23a)](_0x52235d(0x20b)),_0x52fbef=Array[_0x52235d(0x210)](_0x4d3539[_0x52235d(0x247)],_0x19a537=>_0x19a537[_0x52235d(0x254)])[_0x52235d(0x256)](_0x4838ae=>this[_0x52235d(0x23b)][_0x52235d(0x232)](_0x4838ae)),_0x65bf4d=[];for(const _0x2515c0 of _0x52fbef){const _0x1f4e14=this[_0x52235d(0x23b)][_0x52235d(0x23a)](_0x2515c0)[_0x52235d(0x218)][_0x52235d(0x1f9)]();_0x65bf4d[_0x52235d(0x248)](..._0x1f4e14[_0x52235d(0x1de)]((_0x323673,_0x46cd31)=>[..._0x323673,..._0x46cd31[_0x52235d(0x258)]()],[]));}_0x31b077[_0x52235d(0x243)]=_0x65bf4d;}[_0x611581(0x21b)](_0x120255){const _0x202c40=_0x611581,_0x1fbde0=_0x139b0d(_0x120255,_0x10db32),_0xed75d3=this[_0x202c40(0x222)][_0x202c40(0x209)][_0x202c40(0x23a)](_0x202c40(0x25c)),_0x12be1c=_0x3dc4b6(_0x120255,_0x202c40(0x22d));_0x1fbde0[_0x202c40(0x234)][_0x202c40(0x20e)]({'tooltip':_0x12be1c,'label':_0x12be1c,'icon':_0x578beb}),_0x1fbde0[_0x202c40(0x234)][_0x202c40(0x245)](_0x202c40(0x1ef))['to'](_0xed75d3,_0x202c40(0x231)),_0x1fbde0[_0x202c40(0x234)]['on'](_0x202c40(0x1da),()=>{const _0x16482d=_0x202c40;_0xed75d3[_0x16482d(0x1da)](),this[_0x16482d(0x222)][_0x16482d(0x23f)][_0x16482d(0x22a)][_0x16482d(0x1ff)]();});const _0x8d90db=new _0x17482f(),_0x1c3b1a=[{'type':_0x202c40(0x1f2),'model':{'withText':!0x0,'label':_0x12be1c,'commandName':_0x202c40(0x25c)}},{'type':_0x202c40(0x244)},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x217)),'commandName':_0x202c40(0x241)}},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x20f)),'commandName':_0x202c40(0x1f1)}},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x203)),'commandName':_0x202c40(0x1f0)}},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x1e2)),'commandName':_0x202c40(0x21c)}}];for(const _0x451e55 of _0x1c3b1a){let _0x273633={'type':_0x202c40(0x244)};if(_0x451e55[_0x202c40(0x218)]){const _0x4b8036=new _0x55db4f(_0x451e55[_0x202c40(0x218)]),_0x3f62cc=this[_0x202c40(0x222)][_0x202c40(0x209)][_0x202c40(0x23a)](_0x4b8036[_0x202c40(0x202)]);_0x4b8036[_0x202c40(0x245)](_0x202c40(0x1ef),_0x202c40(0x230))['to'](_0x3f62cc,_0x202c40(0x231),_0x202c40(0x230)),_0x273633={'type':_0x451e55[_0x202c40(0x239)],'model':_0x4b8036};}_0x8d90db[_0x202c40(0x1eb)](_0x273633);}_0x50ea5d(_0x1fbde0,_0x8d90db);const _0x36b93c=_0x1c3b1a[_0x202c40(0x256)](_0x56ca8b=>null!=_0x56ca8b[_0x202c40(0x218)])[_0x202c40(0x205)](_0x19d7ab=>this[_0x202c40(0x222)][_0x202c40(0x209)][_0x202c40(0x23a)](_0x19d7ab[_0x202c40(0x218)][_0x202c40(0x202)])),_0x1cec74=_0x1fbde0[_0x202c40(0x234)];return _0x1cec74[_0x202c40(0x1e3)][_0x202c40(0x1e8)](_0x202c40(0x230)),_0x1cec74[_0x202c40(0x1db)][_0x202c40(0x1e8)](_0x202c40(0x230)),_0x1cec74[_0x202c40(0x1e3)][_0x202c40(0x245)](_0x202c40(0x230))['to'](_0xed75d3,_0x202c40(0x230)),_0x1cec74[_0x202c40(0x1db)][_0x202c40(0x245)](_0x202c40(0x230))[_0x202c40(0x251)](_0x36b93c,_0x202c40(0x230),(..._0x1ea23d)=>_0x1ea23d[_0x202c40(0x246)](_0x2bac97=>_0x2bac97)),_0x1fbde0['on'](_0x202c40(0x1da),_0x27f7f4=>{const _0x18ae64=_0x202c40;this[_0x18ae64(0x222)][_0x18ae64(0x1da)](_0x27f7f4[_0x18ae64(0x213)][_0x18ae64(0x202)]),this[_0x18ae64(0x222)][_0x18ae64(0x23f)][_0x18ae64(0x22a)][_0x18ae64(0x1ff)]();}),_0x1fbde0;}[_0x611581(0x214)](_0xed8a6){const _0xdab230=_0x611581,_0xf4c12f=this[_0xdab230(0x222)],_0x13a1c0=_0xf4c12f[_0xdab230(0x1f3)],_0x45bdbb=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x1dc)),_0x6eb5b6=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x25a)),_0x171b20=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x242)),_0x4abf36=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xecc107)['me'],_0x2eafc1=_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x25c))[_0xdab230(0x1fd)],{CommentsListView:_0x2f40cf,CommentThreadInputView:_0xdde815}=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x220));let _0x1551f8,_0x2809ef;this[_0xdab230(0x1ec)][_0xdab230(0x232)](_0xed8a6['id'])?(_0x2809ef=this[_0xdab230(0x1ec)][_0xdab230(0x23a)](_0xed8a6['id']),_0x1551f8=_0x2809ef[_0xdab230(0x1e7)]):(_0x1551f8=new _0x2eafc1(_0xf4c12f[_0xdab230(0x207)],_0xed8a6,_0x4abf36,{'disableComments':this[_0xdab230(0x1e9)],'editorConfig':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x255)),'maxCommentsWhenCollapsed':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x20a)),'maxThreadTotalWeight':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x22c)),'maxCommentCharsWhenCollapsed':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x21d)),'formatDateTime':_0x30a588(_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x207))),'CommentView':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x221))[_0xdab230(0x211)],'CommentsListView':_0x2f40cf,'CommentThreadInputView':_0xdde815}),_0x1551f8[_0xdab230(0x229)]['on'](_0xdab230(0x1da),()=>{const _0x1034ef=_0xdab230;_0xf4c12f[_0x1034ef(0x23f)][_0x1034ef(0x22a)][_0x1034ef(0x1ff)]();}),_0x1551f8[_0xdab230(0x1ee)]['on'](_0xdab230(0x1da),()=>{const _0x1afd11=_0xdab230;_0xf4c12f[_0x1afd11(0x23f)][_0x1afd11(0x22a)][_0x1afd11(0x1ff)]();}),_0x2809ef=_0x45bdbb[_0xdab230(0x1e4)](this[_0xdab230(0x222)][_0xdab230(0x207)],_0x1551f8),_0x2809ef[_0xdab230(0x245)](_0xdab230(0x206))['to'](_0x1551f8,_0xdab230(0x206)),_0x2809ef[_0xdab230(0x245)](_0xdab230(0x260))['to'](_0x1551f8),_0x2809ef[_0xdab230(0x245)](_0xdab230(0x239))['to'](_0x1551f8,_0xdab230(0x239),_0x214dc3=>_0xdab230(0x1fc)+_0x214dc3),this[_0xdab230(0x1ec)][_0xdab230(0x20e)](_0xed8a6['id'],_0x2809ef));const _0x112cff=_0x6eb5b6[_0xdab230(0x22f)](_0xed8a6[_0xdab230(0x236)],_0x1551f8),_0x5cbe03=new _0x536ef6(_0xf4c12f,_0xed8a6,_0x1551f8,_0x112cff),_0x4dd2d6=_0xed8a6[_0xdab230(0x1f9)]()[_0xdab230(0x256)](_0xa7cbb3=>_0xa7cbb3[_0xdab230(0x237)]);_0x1551f8[_0xdab230(0x1ed)]=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x20b))[_0xdab230(0x25b)][_0xdab230(0x25f)](_0x4dd2d6),this[_0xdab230(0x249)][_0xdab230(0x20e)](_0xed8a6,_0x5cbe03),this[_0xdab230(0x23b)][_0xdab230(0x20e)](_0x1551f8,_0x5cbe03);const _0x10de3d=_0x45bdbb[_0xdab230(0x238)]({'view':_0x2809ef,'target':()=>{const _0x4898c7=_0xdab230,_0x2969ea=[],_0x1aa361=_0xed8a6[_0x4898c7(0x1f9)]()[_0x4898c7(0x256)](_0x4ae745=>_0x4ae745[_0x4898c7(0x237)]);for(const _0x23deab of _0x1aa361)_0x2969ea[_0x4898c7(0x248)](..._0x23deab[_0x4898c7(0x23e)]());return _0x1e9b1a(_0xf4c12f[_0x4898c7(0x23f)],_0x2969ea);},'type':()=>_0xdab230(0x1fc)+_0x5cbe03[_0xdab230(0x22a)][_0xdab230(0x239)]});_0x6eb5b6[_0xdab230(0x25d)](_0x1551f8,_0x10de3d),_0x45bdbb[_0xdab230(0x1eb)](_0x10de3d),_0x171b20[_0xdab230(0x226)](_0x10de3d);}[_0x611581(0x1e5)](_0xd194c8){const _0x57eced=_0x611581,_0x47042f=this[_0x57eced(0x222)][_0x57eced(0x235)][_0x57eced(0x23a)](_0x57eced(0x25a)),_0x2e0007=this[_0x57eced(0x222)][_0x57eced(0x235)][_0x57eced(0x23a)](_0x57eced(0x1dc)),_0xbbe0d1=this[_0x57eced(0x249)][_0x57eced(0x23a)](_0xd194c8),_0x10b5b3=_0xbbe0d1[_0x57eced(0x22a)],_0x42833b=_0x2e0007[_0x57eced(0x200)](_0x10b5b3);_0x47042f[_0x57eced(0x1e6)](_0x10b5b3),_0x42833b&&_0x2e0007[_0x57eced(0x208)](_0x42833b),this[_0x57eced(0x249)][_0x57eced(0x1e1)](_0xd194c8),this[_0x57eced(0x23b)][_0x57eced(0x1e1)](_0x10b5b3),_0xbbe0d1[_0x57eced(0x21f)]();}[_0x611581(0x223)](_0x1cbe29){const _0x55db7b=_0x611581;if(!_0x1cbe29[_0x55db7b(0x237)]||!this[_0x55db7b(0x249)][_0x55db7b(0x232)](_0x1cbe29))return;const _0xb942b7=this[_0x55db7b(0x222)][_0x55db7b(0x235)][_0x55db7b(0x23a)](_0x55db7b(0x20b)),_0x173f89=this[_0x55db7b(0x249)][_0x55db7b(0x23a)](_0x1cbe29),_0x1c5f83=_0x1cbe29[_0x55db7b(0x1f9)]();_0x173f89[_0x55db7b(0x22a)][_0x55db7b(0x1ed)]=_0xb942b7[_0x55db7b(0x25b)][_0x55db7b(0x25f)](_0x1c5f83);}[_0x611581(0x21f)](){const _0x52ca50=_0x611581;for(const _0x54e82b of this[_0x52ca50(0x249)][_0x52ca50(0x253)]())this[_0x52ca50(0x1e5)](_0x54e82b);for(const _0x3717f4 of this[_0x52ca50(0x1ec)][_0x52ca50(0x1e0)]())_0x3717f4[_0x52ca50(0x1e7)][_0x52ca50(0x21f)]();super[_0x52ca50(0x21f)]();}}
23
+ const _0x4b3017=_0x5c72;(function(_0x362fd9,_0x417d03){const _0xfafa80=_0x5c72,_0x3b8b61=_0x362fd9();while(!![]){try{const _0x5c60ff=-parseInt(_0xfafa80(0xf5))/0x1*(parseInt(_0xfafa80(0x154))/0x2)+-parseInt(_0xfafa80(0x140))/0x3*(-parseInt(_0xfafa80(0x117))/0x4)+parseInt(_0xfafa80(0xec))/0x5*(parseInt(_0xfafa80(0xde))/0x6)+-parseInt(_0xfafa80(0x15b))/0x7*(-parseInt(_0xfafa80(0x159))/0x8)+-parseInt(_0xfafa80(0x151))/0x9+parseInt(_0xfafa80(0x119))/0xa+parseInt(_0xfafa80(0xf8))/0xb;if(_0x5c60ff===_0x417d03)break;else _0x3b8b61['push'](_0x3b8b61['shift']());}catch(_0xa2e0fa){_0x3b8b61['push'](_0x3b8b61['shift']());}}}(_0x1d41,0xef6e2));import{Plugin as _0x501ef6}from'ckeditor5/src/core.js';function _0x5c72(_0x2efc96,_0x409e28){const _0x1d41a3=_0x1d41();return _0x5c72=function(_0x5c7295,_0x1bdc29){_0x5c7295=_0x5c7295-0xde;let _0x26a549=_0x1d41a3[_0x5c7295];return _0x26a549;},_0x5c72(_0x2efc96,_0x409e28);}import{Collection as _0x147b9d}from'ckeditor5/src/utils.js';import{ViewModel as _0x1d007c,SplitButtonView as _0x1a5604,createDropdown as _0x3c69ce,addListToDropdown as _0x484af3}from'ckeditor5/src/ui.js';import{Users as _0x450c5f,getDateTimeFormatter as _0x54e8b3,getAllMarkersDomElementsSorted as _0x52ad3f}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x216b68 from'./trackchangesediting.js';function _0x1d41(){const _0x4e5869=['activeAnnotations','190506vRKAdZ','addComment','createAnnotation','CommentsRepository','unbind','_initializeController','getAllAdjacentSuggestions','suggestionChanged','acceptButton','focus','source','innerView','has','TrackChangesEditing','65nEYqnQ','add','init','addSourceCollector','isEnabled','separator','button','keys','editor','366946iaHXyu','getMarkers','discardAllSuggestions','7295453qYLkrQ','comments.maxCommentCharsWhenCollapsed','stopListening','pluginName','view','_bindAnnotationToEditors','trackChanges','values','_createUIButton','commentThread','config','acceptAllSuggestions','editing','Discard\x20all\x20suggestions','_annotationViews','comments.maxCommentsWhenCollapsed','CommentView','discardSelectedSuggestions','_destroyController','mainView','Annotations','delete','execute','_descriptionFactory','CommentsUI','switchbutton','getJoined','value','comments.maxThreadTotalWeight','from','filter','3308fHnmMj','activeMarkers','4253930BPyJpW','set','suggestion-','model','refreshSelectedViews','isDirty','createCommentThreadController','get','trackChanges.disableComments','getFirstRange','locale','Accept\x20all\x20selected\x20suggestions','previous','TrackChangesUI','_unbindEditors','getSuggestion','comments','define','getMarkerNames','some','push','trackChanges.SuggestionThreadView','arrowView','isInContent','_handleControllerBuffer','suggestionUnloaded','actionView','SuggestionThreadView','change:previous','requires','plugins','lowest','destroy','listenTo','_refreshActiveMarkers','acceptSelectedSuggestions','Track\x20changes','size','registerAnnotation','1254zBWJlm','_viewToController','remove','type','hasSuggestion','_disableComments','EditorAnnotations','_handleSuggestionControllerDelayed','getDescriptions','discardButton','isMultiRange','_updateController','getRanges','commands','getByInnerView','bind','buttonView','3858687esWemM','head','suggestionLoaded','4CSFjpN','commandName','componentFactory','descriptionParts','_suggestionToController','272vSCCJu','createAnnotationView','60998nFxOmZ','map','change:activeAnnotations','clear','reduce','Discard\x20all\x20selected\x20suggestions','length','Accept\x20all\x20suggestions','toMany','comments.editorConfig','isOn'];_0x1d41=function(){return _0x4e5869;};return _0x1d41();}import _0x2c3ad2 from'./ui/suggestioncontroller.js';import _0x24ca48 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x4e69c3}from'./utils/common-translations.js';import _0x40e122 from'../theme/icons/track-changes.svg';export default class d extends _0x501ef6{static get[_0x4b3017(0x136)](){const _0x593b5a=_0x4b3017;return[_0x216b68,_0x450c5f,_0x593b5a(0xe1),_0x593b5a(0x10c),_0x593b5a(0x146)];}static get[_0x4b3017(0xfb)](){const _0x46019d=_0x4b3017;return _0x46019d(0x126);}constructor(_0x49dce2){const _0x460feb=_0x4b3017;super(_0x49dce2),this[_0x460feb(0x158)]=new Map(),this[_0x460feb(0x141)]=new Map(),this[_0x460feb(0x106)]=new Map(),this[_0x460feb(0x131)]=new Map();const _0x15b3bf=this[_0x460feb(0xf4)][_0x460feb(0x102)];_0x15b3bf[_0x460feb(0x12a)](_0x460feb(0x12e),_0x24ca48),_0x15b3bf[_0x460feb(0x12a)](_0x460feb(0x121),!0x1),this[_0x460feb(0x145)]=_0x15b3bf[_0x460feb(0x120)](_0x460feb(0x121));}[_0x4b3017(0x147)](_0xdc5970,_0x49442a){const _0x30e988=_0x4b3017;0x0===this[_0x30e988(0x131)][_0x30e988(0x13e)]&&setTimeout(()=>{const _0xcaf0b5=_0x30e988;for(const [_0x32355c,_0x442907]of this[_0xcaf0b5(0x131)]){const _0x3da05d=this[_0xcaf0b5(0x158)][_0xcaf0b5(0xea)](_0x32355c);_0x3da05d||_0x442907?_0x3da05d&&_0x442907&&this[_0xcaf0b5(0x10a)](_0x32355c):this[_0xcaf0b5(0xe3)](_0x32355c);}this[_0xcaf0b5(0x131)][_0xcaf0b5(0x15e)](),this[_0xcaf0b5(0xf4)][_0xcaf0b5(0x137)][_0xcaf0b5(0x120)](_0xcaf0b5(0x146))[_0xcaf0b5(0x11d)](),this[_0xcaf0b5(0x13b)]();},0xa),this[_0x30e988(0x131)][_0x30e988(0x11a)](_0xdc5970,_0x49442a);}[_0x4b3017(0xee)](){const _0x34f6ec=_0x4b3017,_0x7650f6=this[_0x34f6ec(0xf4)],_0x597f3a=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0xeb)),_0x4e66d6=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0x10c)),_0x460b0c=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0x146)),_0x22bcf1=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0xe1));_0x7650f6['ui'][_0x34f6ec(0x156)][_0x34f6ec(0xed)](_0x34f6ec(0xfe),_0x3710ea=>this[_0x34f6ec(0x100)](_0x3710ea)),_0x460b0c[_0x34f6ec(0xef)](()=>{const _0x5382d0=_0x34f6ec,_0x81be6d=[];for(const [_0x499ecf,_0x565eed]of Array[_0x5382d0(0x115)](this[_0x5382d0(0x158)])){const _0x4cadc1=_0x499ecf[_0x5382d0(0xe4)](),_0x36388e=[];for(const _0x225b16 of _0x4cadc1){if(!_0x225b16[_0x5382d0(0x130)])continue;if(_0x225b16[_0x5382d0(0x14a)]){_0x36388e[_0x5382d0(0x12d)](..._0x225b16[_0x5382d0(0x14c)]());continue;}const _0x60c18e=_0x225b16[_0x5382d0(0x122)]();if(_0x36388e[_0x5382d0(0x161)]>0x0){const _0xe9e7e1=_0x36388e[0x0][_0x5382d0(0x112)](_0x60c18e);if(_0xe9e7e1){_0x36388e[0x0]=_0xe9e7e1;continue;}}_0x36388e[_0x5382d0(0x12d)](_0x60c18e);}_0x81be6d[_0x5382d0(0x12d)]([_0x565eed[_0x5382d0(0xfc)],_0x36388e]);}return _0x81be6d;}),this[_0x34f6ec(0x13a)](_0x597f3a,_0x34f6ec(0x153),(_0x30b75f,_0x2b81f5)=>{const _0x8f873c=_0x34f6ec;this[_0x8f873c(0x13a)](_0x2b81f5,_0x8f873c(0x135),(_0x22a9f0,_0x21cd12,_0xdb067,_0x9320db)=>{const _0x267da3=_0x8f873c;_0x2b81f5[_0x267da3(0x130)]&&(null==_0xdb067?(this[_0x267da3(0x14b)](_0x9320db[_0x267da3(0x152)]),this[_0x267da3(0x147)](_0x2b81f5,!0x1)):(this[_0x267da3(0x14b)](_0xdb067[_0x267da3(0x152)]),null==_0x9320db&&this[_0x267da3(0x147)](_0x2b81f5,!0x0)));}),null!==_0x2b81f5[_0x8f873c(0x125)]?this[_0x8f873c(0x14b)](_0x2b81f5[_0x8f873c(0x152)]):this[_0x8f873c(0x147)](_0x2b81f5,!0x1);}),this[_0x34f6ec(0x13a)](_0x597f3a,_0x34f6ec(0x132),(_0x57d551,_0x1a02b9,_0x3ee95f)=>{const _0x43436f=_0x34f6ec;this[_0x43436f(0xfa)](_0x1a02b9,_0x43436f(0x135)),this[_0x43436f(0x131)][_0x43436f(0x10d)](_0x1a02b9),this[_0x43436f(0x158)][_0x43436f(0xea)](_0x1a02b9)&&this[_0x43436f(0x10a)](_0x1a02b9),_0x3ee95f&&this[_0x43436f(0x14b)](_0x3ee95f[_0x43436f(0x152)]);}),this[_0x34f6ec(0x13a)](_0x597f3a,_0x34f6ec(0xe5),(_0x260155,_0x21dc8b)=>{const _0x285da7=_0x34f6ec;this[_0x285da7(0x14b)](_0x21dc8b);}),this[_0x34f6ec(0x13a)](_0x4e66d6,_0x34f6ec(0x15d),()=>{const _0x2a6dd1=_0x34f6ec;this[_0x2a6dd1(0x13b)]();}),this[_0x34f6ec(0x13a)](_0x22bcf1,_0x34f6ec(0xdf),(_0x212d3d,{threadId:_0x594fad,isFromAdapter:_0x515bf2})=>{const _0x15546a=_0x34f6ec;if(_0x515bf2||!_0x597f3a[_0x15546a(0x144)](_0x594fad))return;const _0x104f0d=_0x597f3a[_0x15546a(0x128)](_0x594fad);this[_0x15546a(0x158)][_0x15546a(0x120)](_0x104f0d)[_0x15546a(0xfc)][_0x15546a(0xe7)]();},{'priority':_0x34f6ec(0x138)});}[_0x4b3017(0x13b)](){const _0x4e514b=_0x4b3017,_0x514d86=this[_0x4e514b(0xf4)][_0x4e514b(0x137)][_0x4e514b(0x120)](_0x4e514b(0x10c)),_0x49db9f=this[_0x4e514b(0xf4)][_0x4e514b(0x137)][_0x4e514b(0x120)](_0x4e514b(0xeb)),_0x5e414f=Array[_0x4e514b(0x115)](_0x514d86[_0x4e514b(0x166)],_0x2d5535=>_0x2d5535[_0x4e514b(0xe9)])[_0x4e514b(0x116)](_0x13826c=>this[_0x4e514b(0x141)][_0x4e514b(0xea)](_0x13826c)),_0x4865e5=[];for(const _0x15e444 of _0x5e414f){const _0x49c56a=this[_0x4e514b(0x141)][_0x4e514b(0x120)](_0x15e444)[_0x4e514b(0x11c)][_0x4e514b(0xe4)]();_0x4865e5[_0x4e514b(0x12d)](..._0x49c56a[_0x4e514b(0x15f)]((_0x2318f8,_0x4d72e3)=>[..._0x2318f8,..._0x4d72e3[_0x4e514b(0x12b)]()],[]));}_0x49db9f[_0x4e514b(0x118)]=_0x4865e5;}[_0x4b3017(0x100)](_0x14755e){const _0x538f3c=_0x4b3017,_0x1c6102=_0x3c69ce(_0x14755e,_0x1a5604),_0x330504=this[_0x538f3c(0xf4)][_0x538f3c(0x14d)][_0x538f3c(0x120)](_0x538f3c(0xfe)),_0x129238=_0x4e69c3(_0x14755e,_0x538f3c(0x13d));_0x1c6102[_0x538f3c(0x150)][_0x538f3c(0x11a)]({'tooltip':_0x129238,'label':_0x129238,'icon':_0x40e122}),_0x1c6102[_0x538f3c(0x150)][_0x538f3c(0x14f)](_0x538f3c(0x165))['to'](_0x330504,_0x538f3c(0x113)),_0x1c6102[_0x538f3c(0x150)]['on'](_0x538f3c(0x10e),()=>{const _0x499d5b=_0x538f3c;_0x330504[_0x499d5b(0x10e)](),this[_0x499d5b(0xf4)][_0x499d5b(0x104)][_0x499d5b(0xfc)][_0x499d5b(0xe7)]();});const _0x17dc0d=new _0x147b9d(),_0x34fcd9=[{'type':_0x538f3c(0x111),'model':{'withText':!0x0,'label':_0x129238,'commandName':_0x538f3c(0xfe)}},{'type':_0x538f3c(0xf1)},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x162)),'commandName':_0x538f3c(0x103)}},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x124)),'commandName':_0x538f3c(0x13c)}},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x105)),'commandName':_0x538f3c(0xf7)}},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x160)),'commandName':_0x538f3c(0x109)}}];for(const _0x899400 of _0x34fcd9){let _0x41010b={'type':_0x538f3c(0xf1)};if(_0x899400[_0x538f3c(0x11c)]){const _0x293e76=new _0x1d007c(_0x899400[_0x538f3c(0x11c)]),_0x234fbf=this[_0x538f3c(0xf4)][_0x538f3c(0x14d)][_0x538f3c(0x120)](_0x293e76[_0x538f3c(0x155)]);_0x293e76[_0x538f3c(0x14f)](_0x538f3c(0x165),_0x538f3c(0xf0))['to'](_0x234fbf,_0x538f3c(0x113),_0x538f3c(0xf0)),_0x41010b={'type':_0x899400[_0x538f3c(0x143)],'model':_0x293e76};}_0x17dc0d[_0x538f3c(0xed)](_0x41010b);}_0x484af3(_0x1c6102,_0x17dc0d);const _0x7dd1de=_0x34fcd9[_0x538f3c(0x116)](_0x14b4ed=>null!=_0x14b4ed[_0x538f3c(0x11c)])[_0x538f3c(0x15c)](_0x3abd4f=>this[_0x538f3c(0xf4)][_0x538f3c(0x14d)][_0x538f3c(0x120)](_0x3abd4f[_0x538f3c(0x11c)][_0x538f3c(0x155)])),_0x99f3c=_0x1c6102[_0x538f3c(0x150)];return _0x99f3c[_0x538f3c(0x133)][_0x538f3c(0xe2)](_0x538f3c(0xf0)),_0x99f3c[_0x538f3c(0x12f)][_0x538f3c(0xe2)](_0x538f3c(0xf0)),_0x99f3c[_0x538f3c(0x133)][_0x538f3c(0x14f)](_0x538f3c(0xf0))['to'](_0x330504,_0x538f3c(0xf0)),_0x99f3c[_0x538f3c(0x12f)][_0x538f3c(0x14f)](_0x538f3c(0xf0))[_0x538f3c(0x163)](_0x7dd1de,_0x538f3c(0xf0),(..._0x53f224)=>_0x53f224[_0x538f3c(0x12c)](_0x5c04c9=>_0x5c04c9)),_0x1c6102['on'](_0x538f3c(0x10e),_0x5b33ad=>{const _0x46f7e9=_0x538f3c;this[_0x46f7e9(0xf4)][_0x46f7e9(0x10e)](_0x5b33ad[_0x46f7e9(0xe8)][_0x46f7e9(0x155)]),this[_0x46f7e9(0xf4)][_0x46f7e9(0x104)][_0x46f7e9(0xfc)][_0x46f7e9(0xe7)]();}),_0x1c6102;}[_0x4b3017(0xe3)](_0x355445){const _0xfef037=_0x4b3017,_0x3f7575=this[_0xfef037(0xf4)],_0x5e5611=_0x3f7575[_0xfef037(0x102)],_0x3a3c88=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0x10c)),_0x10e275=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0xe1)),_0x193b7d=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0x146)),_0x31cdf7=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0x450c5f)['me'],_0x8923fb=_0x5e5611[_0xfef037(0x120)](_0xfef037(0xfe))[_0xfef037(0x134)],{CommentsListView:_0x122a3a,CommentThreadInputView:_0x2c1fe0}=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0x110));let _0x4dd663,_0x367bb2;this[_0xfef037(0x106)][_0xfef037(0xea)](_0x355445['id'])?(_0x367bb2=this[_0xfef037(0x106)][_0xfef037(0x120)](_0x355445['id']),_0x4dd663=_0x367bb2[_0xfef037(0x10b)]):(_0x4dd663=new _0x8923fb(_0x3f7575[_0xfef037(0x123)],_0x355445,_0x31cdf7,{'disableComments':this[_0xfef037(0x145)],'editorConfig':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x164)),'maxCommentsWhenCollapsed':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x107)),'maxThreadTotalWeight':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x114)),'maxCommentCharsWhenCollapsed':_0x5e5611[_0xfef037(0x120)](_0xfef037(0xf9)),'formatDateTime':_0x54e8b3(_0x5e5611[_0xfef037(0x120)](_0xfef037(0x123))),'CommentView':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x129))[_0xfef037(0x108)],'CommentsListView':_0x122a3a,'CommentThreadInputView':_0x2c1fe0}),_0x4dd663[_0xfef037(0xe6)]['on'](_0xfef037(0x10e),()=>{const _0x5d682d=_0xfef037;_0x3f7575[_0x5d682d(0x104)][_0x5d682d(0xfc)][_0x5d682d(0xe7)]();}),_0x4dd663[_0xfef037(0x149)]['on'](_0xfef037(0x10e),()=>{const _0x464144=_0xfef037;_0x3f7575[_0x464144(0x104)][_0x464144(0xfc)][_0x464144(0xe7)]();}),_0x367bb2=_0x3a3c88[_0xfef037(0x15a)](this[_0xfef037(0xf4)][_0xfef037(0x123)],_0x4dd663),_0x367bb2[_0xfef037(0x14f)](_0xfef037(0x11e))['to'](_0x4dd663,_0xfef037(0x11e)),_0x367bb2[_0xfef037(0x14f)](_0xfef037(0x161))['to'](_0x4dd663),_0x367bb2[_0xfef037(0x14f)](_0xfef037(0x143))['to'](_0x4dd663,_0xfef037(0x143),_0x262b80=>_0xfef037(0x11b)+_0x262b80),this[_0xfef037(0x106)][_0xfef037(0x11a)](_0x355445['id'],_0x367bb2));const _0x3311b7=_0x10e275[_0xfef037(0x11f)](_0x355445[_0xfef037(0x101)],_0x4dd663),_0x4020d9=new _0x2c3ad2(_0x3f7575,_0x355445,_0x4dd663,_0x3311b7),_0x5987c1=_0x355445[_0xfef037(0xe4)]()[_0xfef037(0x116)](_0x572db3=>_0x572db3[_0xfef037(0x130)]);_0x4dd663[_0xfef037(0x157)]=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0xeb))[_0xfef037(0x10f)][_0xfef037(0x148)](_0x5987c1),this[_0xfef037(0x158)][_0xfef037(0x11a)](_0x355445,_0x4020d9),this[_0xfef037(0x141)][_0xfef037(0x11a)](_0x4dd663,_0x4020d9);const _0x4d25c4=_0x3a3c88[_0xfef037(0xe0)]({'view':_0x367bb2,'target':()=>{const _0x591a8a=_0xfef037,_0x480096=[],_0x24b734=_0x355445[_0x591a8a(0xe4)]()[_0x591a8a(0x116)](_0xd37ba3=>_0xd37ba3[_0x591a8a(0x130)]);for(const _0x149f04 of _0x24b734)_0x480096[_0x591a8a(0x12d)](..._0x149f04[_0x591a8a(0xf6)]());return _0x52ad3f(_0x3f7575[_0x591a8a(0x104)],_0x480096);},'type':()=>_0xfef037(0x11b)+_0x4020d9[_0xfef037(0xfc)][_0xfef037(0x143)]});_0x10e275[_0xfef037(0xfd)](_0x4dd663,_0x4d25c4),_0x3a3c88[_0xfef037(0xed)](_0x4d25c4),_0x193b7d[_0xfef037(0x13f)](_0x4d25c4);}[_0x4b3017(0x10a)](_0x1e9727){const _0x308a44=_0x4b3017,_0x1b456c=this[_0x308a44(0xf4)][_0x308a44(0x137)][_0x308a44(0x120)](_0x308a44(0xe1)),_0x5920d5=this[_0x308a44(0xf4)][_0x308a44(0x137)][_0x308a44(0x120)](_0x308a44(0x10c)),_0x19e067=this[_0x308a44(0x158)][_0x308a44(0x120)](_0x1e9727),_0x1385c9=_0x19e067[_0x308a44(0xfc)],_0x4f0287=_0x5920d5[_0x308a44(0x14e)](_0x1385c9);_0x1b456c[_0x308a44(0x127)](_0x1385c9),_0x4f0287&&_0x5920d5[_0x308a44(0x142)](_0x4f0287),this[_0x308a44(0x158)][_0x308a44(0x10d)](_0x1e9727),this[_0x308a44(0x141)][_0x308a44(0x10d)](_0x1385c9),_0x19e067[_0x308a44(0x139)]();}[_0x4b3017(0x14b)](_0x20b762){const _0x1f1b1a=_0x4b3017;if(!_0x20b762[_0x1f1b1a(0x130)]||!this[_0x1f1b1a(0x158)][_0x1f1b1a(0xea)](_0x20b762))return;const _0x329661=this[_0x1f1b1a(0xf4)][_0x1f1b1a(0x137)][_0x1f1b1a(0x120)](_0x1f1b1a(0xeb)),_0x56aa04=this[_0x1f1b1a(0x158)][_0x1f1b1a(0x120)](_0x20b762),_0x1dd4dc=_0x20b762[_0x1f1b1a(0xe4)]();_0x56aa04[_0x1f1b1a(0xfc)][_0x1f1b1a(0x157)]=_0x329661[_0x1f1b1a(0x10f)][_0x1f1b1a(0x148)](_0x1dd4dc);}[_0x4b3017(0x139)](){const _0x459696=_0x4b3017;for(const _0x316f70 of this[_0x459696(0x158)][_0x459696(0xf3)]())this[_0x459696(0x10a)](_0x316f70);for(const _0x4995aa of this[_0x459696(0x106)][_0x459696(0xff)]())_0x4995aa[_0x459696(0x10b)][_0x459696(0x139)]();super[_0x459696(0x139)]();}}