@ckeditor/ckeditor5-track-changes 47.6.1 → 48.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. package/LICENSE.md +1 -1
  2. package/ckeditor5-metadata.json +36 -36
  3. package/{src → dist}/augmentation.d.ts +1 -1
  4. package/{src → dist}/commands/acceptsuggestioncommand.d.ts +1 -1
  5. package/{src → dist}/commands/discardsuggestioncommand.d.ts +1 -1
  6. package/{src → dist}/commands/executeonallsuggestionscommand.d.ts +1 -1
  7. package/{src → dist}/commands/executeonselectedsuggestionscommand.d.ts +1 -1
  8. package/{src → dist}/commands/previewfinalcontentcommand.d.ts +1 -1
  9. package/{src → dist}/commands/trackchangescommand.d.ts +1 -1
  10. package/dist/index-editor.css +6 -6
  11. package/dist/index.css +6 -17
  12. package/dist/index.js +4 -4
  13. package/{src → dist}/integrations/ai.d.ts +1 -1
  14. package/{src → dist}/integrations/aiassistant.d.ts +1 -1
  15. package/{src → dist}/integrations/aiquickactions.d.ts +1 -1
  16. package/{src → dist}/integrations/alignment.d.ts +1 -1
  17. package/{src → dist}/integrations/basicstyles.d.ts +1 -1
  18. package/{src → dist}/integrations/blockquote.d.ts +1 -1
  19. package/{src → dist}/integrations/bookmark.d.ts +1 -1
  20. package/{src → dist}/integrations/casechange.d.ts +1 -1
  21. package/{src → dist}/integrations/ckbox.d.ts +1 -1
  22. package/{src → dist}/integrations/codeblock.d.ts +1 -1
  23. package/{src → dist}/integrations/comments.d.ts +1 -1
  24. package/{src → dist}/integrations/deletecommand.d.ts +2 -2
  25. package/{src → dist}/integrations/emoji.d.ts +1 -1
  26. package/{src → dist}/integrations/entercommand.d.ts +2 -2
  27. package/{src → dist}/integrations/findandreplace.d.ts +1 -1
  28. package/{src → dist}/integrations/font.d.ts +1 -1
  29. package/{src → dist}/integrations/footnotes.d.ts +1 -1
  30. package/{src → dist}/integrations/formatpainter.d.ts +1 -1
  31. package/{src → dist}/integrations/heading.d.ts +1 -1
  32. package/{src → dist}/integrations/highlight.d.ts +1 -1
  33. package/{src → dist}/integrations/horizontalline.d.ts +1 -1
  34. package/{src → dist}/integrations/htmlembed.d.ts +1 -1
  35. package/{src → dist}/integrations/image.d.ts +1 -1
  36. package/{src → dist}/integrations/imagereplace.d.ts +1 -1
  37. package/{src → dist}/integrations/imagestyle.d.ts +1 -1
  38. package/{src → dist}/integrations/importword.d.ts +1 -1
  39. package/{src → dist}/integrations/indent.d.ts +1 -1
  40. package/{src → dist}/integrations/inputcommand.d.ts +2 -2
  41. package/{src → dist}/integrations/legacylist.d.ts +1 -1
  42. package/{src → dist}/integrations/legacylistproperties.d.ts +1 -1
  43. package/{src → dist}/integrations/lineheight.d.ts +1 -1
  44. package/{src → dist}/integrations/link.d.ts +1 -1
  45. package/{src → dist}/integrations/list.d.ts +1 -1
  46. package/{src → dist}/integrations/listproperties.d.ts +1 -1
  47. package/{src → dist}/integrations/mediaembed.d.ts +1 -1
  48. package/{src → dist}/integrations/mention.d.ts +1 -1
  49. package/{src → dist}/integrations/mergefields.d.ts +1 -1
  50. package/{src → dist}/integrations/multilevellist.d.ts +1 -1
  51. package/{src → dist}/integrations/pagebreak.d.ts +1 -1
  52. package/{src → dist}/integrations/paragraph.d.ts +1 -1
  53. package/{src → dist}/integrations/removeformat.d.ts +1 -1
  54. package/{src → dist}/integrations/replacesourcecommand.d.ts +1 -1
  55. package/{src → dist}/integrations/restrictededitingmode.d.ts +1 -1
  56. package/{src → dist}/integrations/shiftentercommand.d.ts +1 -1
  57. package/{src → dist}/integrations/standardeditingmode.d.ts +1 -1
  58. package/{src → dist}/integrations/style.d.ts +1 -1
  59. package/{src → dist}/integrations/table.d.ts +1 -1
  60. package/{src → dist}/integrations/tablecaption.d.ts +1 -1
  61. package/{src → dist}/integrations/tableclipboard.d.ts +1 -1
  62. package/{src → dist}/integrations/tablecolumnresize.d.ts +2 -2
  63. package/dist/integrations/tablefooters.d.ts +22 -0
  64. package/{src → dist}/integrations/tableheadings.d.ts +1 -1
  65. package/{src → dist}/integrations/tablelayout.d.ts +1 -1
  66. package/{src → dist}/integrations/tablemergesplit.d.ts +1 -1
  67. package/{src → dist}/integrations/tableofcontents.d.ts +1 -1
  68. package/{src → dist}/integrations/tableproperties.d.ts +2 -2
  69. package/{src → dist}/integrations/template.d.ts +1 -1
  70. package/{src → dist}/integrations/title.d.ts +1 -1
  71. package/{src → dist}/integrations/undo.d.ts +1 -1
  72. package/{src → dist}/integrations/uploadcare.d.ts +1 -1
  73. package/{src → dist}/integrations/utils.d.ts +1 -1
  74. package/{src → dist}/suggestion.d.ts +4 -4
  75. package/{src → dist}/suggestiondescriptionfactory.d.ts +2 -2
  76. package/{src → dist}/trackchanges.d.ts +4 -3
  77. package/{src → dist}/trackchangesdata.d.ts +1 -1
  78. package/{src → dist}/trackchangesediting.d.ts +6 -12
  79. package/{src → dist}/trackchangespreview.d.ts +2 -2
  80. package/{src → dist}/trackchangesui.d.ts +4 -4
  81. package/dist/translations/af.js +1 -1
  82. package/dist/translations/af.umd.js +1 -1
  83. package/dist/translations/ar.js +1 -1
  84. package/dist/translations/ar.umd.js +1 -1
  85. package/dist/translations/ast.js +1 -1
  86. package/dist/translations/ast.umd.js +1 -1
  87. package/dist/translations/az.js +1 -1
  88. package/dist/translations/az.umd.js +1 -1
  89. package/dist/translations/be.js +1 -1
  90. package/dist/translations/be.umd.js +1 -1
  91. package/dist/translations/bg.js +1 -1
  92. package/dist/translations/bg.umd.js +1 -1
  93. package/dist/translations/bn.js +1 -1
  94. package/dist/translations/bn.umd.js +1 -1
  95. package/dist/translations/bs.js +1 -1
  96. package/dist/translations/bs.umd.js +1 -1
  97. package/dist/translations/ca.js +1 -1
  98. package/dist/translations/ca.umd.js +1 -1
  99. package/dist/translations/cs.js +1 -1
  100. package/dist/translations/cs.umd.js +1 -1
  101. package/dist/translations/da.js +1 -1
  102. package/dist/translations/da.umd.js +1 -1
  103. package/dist/translations/de-ch.js +1 -1
  104. package/dist/translations/de-ch.umd.js +1 -1
  105. package/dist/translations/de.js +1 -1
  106. package/dist/translations/de.umd.js +1 -1
  107. package/dist/translations/el.js +1 -1
  108. package/dist/translations/el.umd.js +1 -1
  109. package/dist/translations/en-au.js +1 -1
  110. package/dist/translations/en-au.umd.js +1 -1
  111. package/dist/translations/en-gb.js +1 -1
  112. package/dist/translations/en-gb.umd.js +1 -1
  113. package/dist/translations/en.js +1 -1
  114. package/dist/translations/en.umd.js +1 -1
  115. package/dist/translations/eo.js +1 -1
  116. package/dist/translations/eo.umd.js +1 -1
  117. package/dist/translations/es-co.js +1 -1
  118. package/dist/translations/es-co.umd.js +1 -1
  119. package/dist/translations/es.js +1 -1
  120. package/dist/translations/es.umd.js +1 -1
  121. package/dist/translations/et.js +1 -1
  122. package/dist/translations/et.umd.js +1 -1
  123. package/dist/translations/eu.js +1 -1
  124. package/dist/translations/eu.umd.js +1 -1
  125. package/dist/translations/fa.js +1 -1
  126. package/dist/translations/fa.umd.js +1 -1
  127. package/dist/translations/fi.js +1 -1
  128. package/dist/translations/fi.umd.js +1 -1
  129. package/dist/translations/fr.js +1 -1
  130. package/dist/translations/fr.umd.js +1 -1
  131. package/dist/translations/gl.js +1 -1
  132. package/dist/translations/gl.umd.js +1 -1
  133. package/dist/translations/gu.js +1 -1
  134. package/dist/translations/gu.umd.js +1 -1
  135. package/dist/translations/he.js +1 -1
  136. package/dist/translations/he.umd.js +1 -1
  137. package/dist/translations/hi.js +1 -1
  138. package/dist/translations/hi.umd.js +1 -1
  139. package/dist/translations/hr.js +1 -1
  140. package/dist/translations/hr.umd.js +1 -1
  141. package/dist/translations/hu.js +1 -1
  142. package/dist/translations/hu.umd.js +1 -1
  143. package/dist/translations/hy.js +1 -1
  144. package/dist/translations/hy.umd.js +1 -1
  145. package/dist/translations/id.js +1 -1
  146. package/dist/translations/id.umd.js +1 -1
  147. package/dist/translations/it.js +1 -1
  148. package/dist/translations/it.umd.js +1 -1
  149. package/dist/translations/ja.js +1 -1
  150. package/dist/translations/ja.umd.js +1 -1
  151. package/dist/translations/jv.js +1 -1
  152. package/dist/translations/jv.umd.js +1 -1
  153. package/dist/translations/kk.js +1 -1
  154. package/dist/translations/kk.umd.js +1 -1
  155. package/dist/translations/km.js +1 -1
  156. package/dist/translations/km.umd.js +1 -1
  157. package/dist/translations/kn.js +1 -1
  158. package/dist/translations/kn.umd.js +1 -1
  159. package/dist/translations/ko.js +1 -1
  160. package/dist/translations/ko.umd.js +1 -1
  161. package/dist/translations/ku.js +1 -1
  162. package/dist/translations/ku.umd.js +1 -1
  163. package/dist/translations/lt.js +1 -1
  164. package/dist/translations/lt.umd.js +1 -1
  165. package/dist/translations/lv.js +1 -1
  166. package/dist/translations/lv.umd.js +1 -1
  167. package/dist/translations/ms.js +1 -1
  168. package/dist/translations/ms.umd.js +1 -1
  169. package/dist/translations/nb.js +1 -1
  170. package/dist/translations/nb.umd.js +1 -1
  171. package/dist/translations/ne.js +1 -1
  172. package/dist/translations/ne.umd.js +1 -1
  173. package/dist/translations/nl.js +1 -1
  174. package/dist/translations/nl.umd.js +1 -1
  175. package/dist/translations/no.js +1 -1
  176. package/dist/translations/no.umd.js +1 -1
  177. package/dist/translations/oc.js +1 -1
  178. package/dist/translations/oc.umd.js +1 -1
  179. package/dist/translations/pl.js +1 -1
  180. package/dist/translations/pl.umd.js +1 -1
  181. package/dist/translations/pt-br.js +1 -1
  182. package/dist/translations/pt-br.umd.js +1 -1
  183. package/dist/translations/pt.js +1 -1
  184. package/dist/translations/pt.umd.js +1 -1
  185. package/dist/translations/ro.js +1 -1
  186. package/dist/translations/ro.umd.js +1 -1
  187. package/dist/translations/ru.js +1 -1
  188. package/dist/translations/ru.umd.js +1 -1
  189. package/dist/translations/si.js +1 -1
  190. package/dist/translations/si.umd.js +1 -1
  191. package/dist/translations/sk.js +1 -1
  192. package/dist/translations/sk.umd.js +1 -1
  193. package/dist/translations/sl.js +1 -1
  194. package/dist/translations/sl.umd.js +1 -1
  195. package/dist/translations/sq.js +1 -1
  196. package/dist/translations/sq.umd.js +1 -1
  197. package/dist/translations/sr-latn.js +1 -1
  198. package/dist/translations/sr-latn.umd.js +1 -1
  199. package/dist/translations/sr.js +1 -1
  200. package/dist/translations/sr.umd.js +1 -1
  201. package/dist/translations/sv.js +1 -1
  202. package/dist/translations/sv.umd.js +1 -1
  203. package/dist/translations/th.js +1 -1
  204. package/dist/translations/th.umd.js +1 -1
  205. package/dist/translations/ti.js +1 -1
  206. package/dist/translations/ti.umd.js +1 -1
  207. package/dist/translations/tk.js +1 -1
  208. package/dist/translations/tk.umd.js +1 -1
  209. package/dist/translations/tr.js +1 -1
  210. package/dist/translations/tr.umd.js +1 -1
  211. package/dist/translations/tt.js +1 -1
  212. package/dist/translations/tt.umd.js +1 -1
  213. package/dist/translations/ug.js +1 -1
  214. package/dist/translations/ug.umd.js +1 -1
  215. package/dist/translations/uk.js +1 -1
  216. package/dist/translations/uk.umd.js +1 -1
  217. package/dist/translations/ur.js +1 -1
  218. package/dist/translations/ur.umd.js +1 -1
  219. package/dist/translations/uz.js +1 -1
  220. package/dist/translations/uz.umd.js +1 -1
  221. package/dist/translations/vi.js +1 -1
  222. package/dist/translations/vi.umd.js +1 -1
  223. package/dist/translations/zh-cn.js +1 -1
  224. package/dist/translations/zh-cn.umd.js +1 -1
  225. package/dist/translations/zh.js +1 -1
  226. package/dist/translations/zh.umd.js +1 -1
  227. package/{src → dist}/ui/suggestioncontroller.d.ts +3 -3
  228. package/{src → dist}/ui/view/basesuggestionthreadview.d.ts +4 -4
  229. package/{src → dist}/ui/view/suggestionthreadview.d.ts +3 -3
  230. package/{src → dist}/ui/view/suggestionview.d.ts +3 -3
  231. package/{src → dist}/utils/common-translations.d.ts +1 -1
  232. package/{src → dist}/utils/utils.d.ts +2 -2
  233. package/package.json +36 -59
  234. package/build/track-changes.js +0 -5
  235. package/build/translations/af.js +0 -1
  236. package/build/translations/ar.js +0 -1
  237. package/build/translations/ast.js +0 -1
  238. package/build/translations/az.js +0 -1
  239. package/build/translations/be.js +0 -1
  240. package/build/translations/bg.js +0 -1
  241. package/build/translations/bn.js +0 -1
  242. package/build/translations/bs.js +0 -1
  243. package/build/translations/ca.js +0 -1
  244. package/build/translations/cs.js +0 -1
  245. package/build/translations/da.js +0 -1
  246. package/build/translations/de-ch.js +0 -1
  247. package/build/translations/de.js +0 -1
  248. package/build/translations/el.js +0 -1
  249. package/build/translations/en-au.js +0 -1
  250. package/build/translations/en-gb.js +0 -1
  251. package/build/translations/eo.js +0 -1
  252. package/build/translations/es-co.js +0 -1
  253. package/build/translations/es.js +0 -1
  254. package/build/translations/et.js +0 -1
  255. package/build/translations/eu.js +0 -1
  256. package/build/translations/fa.js +0 -1
  257. package/build/translations/fi.js +0 -1
  258. package/build/translations/fr.js +0 -1
  259. package/build/translations/gl.js +0 -1
  260. package/build/translations/gu.js +0 -1
  261. package/build/translations/he.js +0 -1
  262. package/build/translations/hi.js +0 -1
  263. package/build/translations/hr.js +0 -1
  264. package/build/translations/hu.js +0 -1
  265. package/build/translations/hy.js +0 -1
  266. package/build/translations/id.js +0 -1
  267. package/build/translations/it.js +0 -1
  268. package/build/translations/ja.js +0 -1
  269. package/build/translations/jv.js +0 -1
  270. package/build/translations/kk.js +0 -1
  271. package/build/translations/km.js +0 -1
  272. package/build/translations/kn.js +0 -1
  273. package/build/translations/ko.js +0 -1
  274. package/build/translations/ku.js +0 -1
  275. package/build/translations/lt.js +0 -1
  276. package/build/translations/lv.js +0 -1
  277. package/build/translations/ms.js +0 -1
  278. package/build/translations/nb.js +0 -1
  279. package/build/translations/ne.js +0 -1
  280. package/build/translations/nl.js +0 -1
  281. package/build/translations/no.js +0 -1
  282. package/build/translations/oc.js +0 -1
  283. package/build/translations/pl.js +0 -1
  284. package/build/translations/pt-br.js +0 -1
  285. package/build/translations/pt.js +0 -1
  286. package/build/translations/ro.js +0 -1
  287. package/build/translations/ru.js +0 -1
  288. package/build/translations/si.js +0 -1
  289. package/build/translations/sk.js +0 -1
  290. package/build/translations/sl.js +0 -1
  291. package/build/translations/sq.js +0 -1
  292. package/build/translations/sr-latn.js +0 -1
  293. package/build/translations/sr.js +0 -1
  294. package/build/translations/sv.js +0 -1
  295. package/build/translations/th.js +0 -1
  296. package/build/translations/ti.js +0 -1
  297. package/build/translations/tk.js +0 -1
  298. package/build/translations/tr.js +0 -1
  299. package/build/translations/tt.js +0 -1
  300. package/build/translations/ug.js +0 -1
  301. package/build/translations/uk.js +0 -1
  302. package/build/translations/ur.js +0 -1
  303. package/build/translations/uz.js +0 -1
  304. package/build/translations/vi.js +0 -1
  305. package/build/translations/zh-cn.js +0 -1
  306. package/build/translations/zh.js +0 -1
  307. package/lang/contexts.json +0 -165
  308. package/lang/translations/af.po +0 -718
  309. package/lang/translations/ar.po +0 -826
  310. package/lang/translations/ast.po +0 -718
  311. package/lang/translations/az.po +0 -718
  312. package/lang/translations/be.po +0 -745
  313. package/lang/translations/bg.po +0 -718
  314. package/lang/translations/bn.po +0 -744
  315. package/lang/translations/bs.po +0 -745
  316. package/lang/translations/ca.po +0 -718
  317. package/lang/translations/cs.po +0 -745
  318. package/lang/translations/da.po +0 -718
  319. package/lang/translations/de-ch.po +0 -718
  320. package/lang/translations/de.po +0 -718
  321. package/lang/translations/el.po +0 -718
  322. package/lang/translations/en-au.po +0 -718
  323. package/lang/translations/en-gb.po +0 -718
  324. package/lang/translations/en.po +0 -718
  325. package/lang/translations/eo.po +0 -718
  326. package/lang/translations/es-co.po +0 -718
  327. package/lang/translations/es.po +0 -718
  328. package/lang/translations/et.po +0 -718
  329. package/lang/translations/eu.po +0 -718
  330. package/lang/translations/fa.po +0 -691
  331. package/lang/translations/fi.po +0 -718
  332. package/lang/translations/fr.po +0 -718
  333. package/lang/translations/gl.po +0 -718
  334. package/lang/translations/gu.po +0 -718
  335. package/lang/translations/he.po +0 -718
  336. package/lang/translations/hi.po +0 -718
  337. package/lang/translations/hr.po +0 -745
  338. package/lang/translations/hu.po +0 -718
  339. package/lang/translations/hy.po +0 -718
  340. package/lang/translations/id.po +0 -691
  341. package/lang/translations/it.po +0 -718
  342. package/lang/translations/ja.po +0 -691
  343. package/lang/translations/jv.po +0 -718
  344. package/lang/translations/kk.po +0 -718
  345. package/lang/translations/km.po +0 -691
  346. package/lang/translations/kn.po +0 -718
  347. package/lang/translations/ko.po +0 -691
  348. package/lang/translations/ku.po +0 -718
  349. package/lang/translations/lt.po +0 -745
  350. package/lang/translations/lv.po +0 -745
  351. package/lang/translations/ms.po +0 -691
  352. package/lang/translations/nb.po +0 -718
  353. package/lang/translations/ne.po +0 -718
  354. package/lang/translations/nl.po +0 -718
  355. package/lang/translations/no.po +0 -718
  356. package/lang/translations/oc.po +0 -718
  357. package/lang/translations/pl.po +0 -745
  358. package/lang/translations/pt-br.po +0 -718
  359. package/lang/translations/pt.po +0 -718
  360. package/lang/translations/ro.po +0 -745
  361. package/lang/translations/ru.po +0 -747
  362. package/lang/translations/si.po +0 -718
  363. package/lang/translations/sk.po +0 -745
  364. package/lang/translations/sl.po +0 -772
  365. package/lang/translations/sq.po +0 -718
  366. package/lang/translations/sr-latn.po +0 -745
  367. package/lang/translations/sr.po +0 -745
  368. package/lang/translations/sv.po +0 -718
  369. package/lang/translations/th.po +0 -691
  370. package/lang/translations/ti.po +0 -718
  371. package/lang/translations/tk.po +0 -718
  372. package/lang/translations/tr.po +0 -718
  373. package/lang/translations/tt.po +0 -691
  374. package/lang/translations/ug.po +0 -691
  375. package/lang/translations/uk.po +0 -745
  376. package/lang/translations/ur.po +0 -718
  377. package/lang/translations/uz.po +0 -718
  378. package/lang/translations/vi.po +0 -691
  379. package/lang/translations/zh-cn.po +0 -691
  380. package/lang/translations/zh.po +0 -691
  381. package/src/augmentation.js +0 -23
  382. package/src/commands/acceptsuggestioncommand.js +0 -23
  383. package/src/commands/discardsuggestioncommand.js +0 -23
  384. package/src/commands/executeonallsuggestionscommand.js +0 -23
  385. package/src/commands/executeonselectedsuggestionscommand.js +0 -23
  386. package/src/commands/previewfinalcontentcommand.js +0 -23
  387. package/src/commands/trackchangescommand.js +0 -23
  388. package/src/index.js +0 -23
  389. package/src/integrations/ai.js +0 -23
  390. package/src/integrations/aiassistant.js +0 -23
  391. package/src/integrations/aiquickactions.js +0 -23
  392. package/src/integrations/alignment.js +0 -23
  393. package/src/integrations/basicstyles.js +0 -23
  394. package/src/integrations/blockquote.js +0 -23
  395. package/src/integrations/bookmark.js +0 -23
  396. package/src/integrations/casechange.js +0 -23
  397. package/src/integrations/ckbox.js +0 -23
  398. package/src/integrations/codeblock.js +0 -23
  399. package/src/integrations/comments.js +0 -23
  400. package/src/integrations/deletecommand.js +0 -23
  401. package/src/integrations/emoji.js +0 -23
  402. package/src/integrations/entercommand.js +0 -23
  403. package/src/integrations/findandreplace.js +0 -23
  404. package/src/integrations/font.js +0 -23
  405. package/src/integrations/footnotes.js +0 -23
  406. package/src/integrations/formatpainter.js +0 -23
  407. package/src/integrations/heading.js +0 -23
  408. package/src/integrations/highlight.js +0 -23
  409. package/src/integrations/horizontalline.js +0 -23
  410. package/src/integrations/htmlembed.js +0 -23
  411. package/src/integrations/image.js +0 -23
  412. package/src/integrations/imagereplace.js +0 -23
  413. package/src/integrations/imagestyle.js +0 -23
  414. package/src/integrations/importword.js +0 -23
  415. package/src/integrations/indent.js +0 -23
  416. package/src/integrations/inputcommand.js +0 -23
  417. package/src/integrations/legacylist.js +0 -23
  418. package/src/integrations/legacylistproperties.js +0 -23
  419. package/src/integrations/lineheight.js +0 -23
  420. package/src/integrations/link.js +0 -23
  421. package/src/integrations/list.js +0 -23
  422. package/src/integrations/listproperties.js +0 -23
  423. package/src/integrations/mediaembed.js +0 -23
  424. package/src/integrations/mention.js +0 -23
  425. package/src/integrations/mergefields.js +0 -23
  426. package/src/integrations/multilevellist.js +0 -23
  427. package/src/integrations/pagebreak.js +0 -23
  428. package/src/integrations/paragraph.js +0 -23
  429. package/src/integrations/removeformat.js +0 -23
  430. package/src/integrations/replacesourcecommand.js +0 -23
  431. package/src/integrations/restrictededitingmode.js +0 -23
  432. package/src/integrations/shiftentercommand.js +0 -23
  433. package/src/integrations/standardeditingmode.js +0 -23
  434. package/src/integrations/style.js +0 -23
  435. package/src/integrations/table.js +0 -23
  436. package/src/integrations/tablecaption.js +0 -23
  437. package/src/integrations/tableclipboard.js +0 -24
  438. package/src/integrations/tablecolumnresize.js +0 -23
  439. package/src/integrations/tableheadings.js +0 -23
  440. package/src/integrations/tablelayout.js +0 -23
  441. package/src/integrations/tablemergesplit.js +0 -23
  442. package/src/integrations/tableofcontents.js +0 -23
  443. package/src/integrations/tableproperties.js +0 -23
  444. package/src/integrations/template.js +0 -23
  445. package/src/integrations/title.js +0 -23
  446. package/src/integrations/undo.js +0 -23
  447. package/src/integrations/uploadcare.js +0 -23
  448. package/src/integrations/utils.js +0 -23
  449. package/src/suggestion.js +0 -24
  450. package/src/suggestiondescriptionfactory.js +0 -23
  451. package/src/trackchanges.js +0 -23
  452. package/src/trackchangesconfig.js +0 -23
  453. package/src/trackchangesdata.js +0 -23
  454. package/src/trackchangesediting.js +0 -23
  455. package/src/trackchangespreview.js +0 -23
  456. package/src/trackchangesui.js +0 -23
  457. package/src/ui/suggestioncontroller.js +0 -24
  458. package/src/ui/view/basesuggestionthreadview.js +0 -23
  459. package/src/ui/view/suggestionthreadview.js +0 -23
  460. package/src/ui/view/suggestionview.js +0 -23
  461. package/src/ui/view/trackchangespreviewview.js +0 -23
  462. package/src/utils/common-translations.js +0 -23
  463. package/src/utils/utils.js +0 -23
  464. package/theme/trackchangespreview.css +0 -22
  465. /package/{src → dist}/index.d.ts +0 -0
  466. /package/{src → dist}/trackchangesconfig.d.ts +0 -0
  467. /package/{src → dist}/ui/view/trackchangespreviewview.d.ts +0 -0
package/src/suggestion.js DELETED
@@ -1,24 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x370de7=_0x2e14;(function(_0x1f087c,_0x5d2a17){const _0x4e756d=_0x2e14,_0x1e871f=_0x1f087c();while(!![]){try{const _0x749d0=-parseInt(_0x4e756d(0x94))/0x1+parseInt(_0x4e756d(0x85))/0x2*(-parseInt(_0x4e756d(0x8c))/0x3)+-parseInt(_0x4e756d(0xb2))/0x4+parseInt(_0x4e756d(0xc9))/0x5+parseInt(_0x4e756d(0x8e))/0x6*(parseInt(_0x4e756d(0x96))/0x7)+parseInt(_0x4e756d(0xd3))/0x8*(parseInt(_0x4e756d(0xa4))/0x9)+-parseInt(_0x4e756d(0xba))/0xa*(-parseInt(_0x4e756d(0xc1))/0xb);if(_0x749d0===_0x5d2a17)break;else _0x1e871f['push'](_0x1e871f['shift']());}catch(_0x32f582){_0x1e871f['push'](_0x1e871f['shift']());}}}(_0x474d,0x88237));import{ModelElement as _0x6eba77}from'ckeditor5/src/engine.js';import{ObservableMixin as _0x32ea28,uid as _0x55e383}from'ckeditor5/src/utils.js';function _0x474d(){const _0xd9e0b3=['removeMarkers','split','onAccept','map','_onAttributesChange','author','4109281XHZmQs','getAllAdjacentSuggestions','push','clear','createdAt','head','toJSON','start','4599735BbOysq','originalSuggestionId','getMultiRangeId','addRange','_markerNames','getItems','size','getFirstMarker','addMarkerName','substr','23896NDVmln','isInContent','_onDiscard','addMarker','length','getMarkers','102NywWTr','type','isIntersecting','suggestion:','commentThread','set','setAttribute','39327wtajgW','getContainedElement','36NELiNQ','removeMarker','end','nodeBefore','next','markers','840326ovkPpc','from','755944pmHiie','@external','change','getFirstRange','hasComments','isIntersectingWithRange','previous','creator','getRange','isExternal','_onAccept','_model','onAttributesChange','getMarkerNames','45IHRhpy','onDiscard','getRanges','authoredAt','filter','isMultiRange','removeAttribute','_saved','accept','_originalSuggestionId','add','discard','attributes','nodeAfter','2548156CemTCV','subType','get','data','_isDataLoaded','decorate','delete','reduce','30gkWGqO'];_0x474d=function(){return _0xd9e0b3;};return _0x474d();}import{cloneDeep as _0x3d9f5d,isEqual as _0x3968f2,set as _0x64ecd6,unset as _0x5907b3}from'es-toolkit/compat';function _0x2e14(_0x483f21,_0x3e0455){const _0x474d3d=_0x474d();return _0x2e14=function(_0x2e1435,_0x230ed4){_0x2e1435=_0x2e1435-0x83;let _0x309b51=_0x474d3d[_0x2e1435];return _0x309b51;},_0x2e14(_0x483f21,_0x3e0455);}export class Suggestion extends/* #__PURE__ -- @preserve */
24
- _0x32ea28(){['id'];[_0x370de7(0x86)];[_0x370de7(0xb3)];[_0x370de7(0xc0)];[_0x370de7(0x9d)];[_0x370de7(0x9f)];[_0x370de7(0xb5)];[_0x370de7(0xc5)];[_0x370de7(0xad)];[_0x370de7(0xb6)]=!0x1;[_0x370de7(0xa1)];[_0x370de7(0xa0)];[_0x370de7(0xd5)];[_0x370de7(0xbf)];[_0x370de7(0xcd)];constructor(_0x160725,_0x1fc5ce){const _0x53d647=_0x370de7;super(),this['id']=_0x1fc5ce['id'],this[_0x53d647(0x86)]=_0x1fc5ce[_0x53d647(0x86)],this[_0x53d647(0xb3)]=_0x1fc5ce[_0x53d647(0xb3)]||null,this[_0x53d647(0xc0)]=_0x1fc5ce[_0x53d647(0xc0)],this[_0x53d647(0x9d)]=_0x1fc5ce[_0x53d647(0x9d)]||_0x1fc5ce[_0x53d647(0xc0)],this[_0x53d647(0x9f)]=Boolean(_0x1fc5ce[_0x53d647(0xb0)]&&_0x1fc5ce[_0x53d647(0xb0)][_0x53d647(0x97)]),this[_0x53d647(0xb5)]=null,this[_0x53d647(0xad)]=_0x1fc5ce[_0x53d647(0xca)]||null,this[_0x53d647(0xa1)]=_0x160725,this[_0x53d647(0xa0)]=_0x1fc5ce[_0x53d647(0xbd)],this[_0x53d647(0xd5)]=_0x1fc5ce[_0x53d647(0xa5)],this[_0x53d647(0xbf)]=_0x1fc5ce[_0x53d647(0xa2)],this[_0x53d647(0xcd)]=new Set(),this[_0x53d647(0xc5)]=null,this[_0x53d647(0x8a)](_0x53d647(0xa7),null),this[_0x53d647(0x8a)](_0x53d647(0xb0),_0x1fc5ce[_0x53d647(0xb0)]||{}),this[_0x53d647(0x8a)](_0x53d647(0x9c),null),this[_0x53d647(0x8a)](_0x53d647(0x92),null),this[_0x53d647(0x8a)](_0x53d647(0x89),null),this[_0x53d647(0x8a)](_0x53d647(0xab),!0x1),this[_0x53d647(0xb7)](_0x53d647(0xac)),this[_0x53d647(0xb7)](_0x53d647(0xaf));}get[_0x370de7(0xc6)](){const _0x100740=_0x370de7;let _0x23c4ad=this;for(;_0x23c4ad[_0x100740(0x9c)];)_0x23c4ad=_0x23c4ad[_0x100740(0x9c)];return _0x23c4ad;}get[_0x370de7(0x9a)](){const _0x2fd20c=_0x370de7;return!!this[_0x2fd20c(0x89)]&&this[_0x2fd20c(0x89)][_0x2fd20c(0x83)]>0x0;}get[_0x370de7(0xa9)](){const _0x4098f3=_0x370de7;if(0x0==this[_0x4098f3(0xcd)][_0x4098f3(0xcf)])return!0x1;return 0x6==Array[_0x4098f3(0x95)](this[_0x4098f3(0xcd)])[0x0][_0x4098f3(0xbc)](':')[_0x4098f3(0x83)];}get[_0x370de7(0xd4)](){const _0x12206d=_0x370de7;return null!==this[_0x12206d(0xd0)]();}[_0x370de7(0xd1)](_0x35cd8c){const _0xcb8d44=_0x370de7;this[_0xcb8d44(0xcd)][_0xcb8d44(0xae)](_0x35cd8c);}[_0x370de7(0xa3)](){const _0x3df3f7=_0x370de7;return Array[_0x3df3f7(0x95)](this[_0x3df3f7(0xcd)]);}[_0x370de7(0x84)](){const _0x4e6dfd=_0x370de7;return this[_0x4e6dfd(0xa3)]()[_0x4e6dfd(0xbe)](_0x36ce83=>this[_0x4e6dfd(0xa1)][_0x4e6dfd(0x93)][_0x4e6dfd(0xb4)](_0x36ce83))[_0x4e6dfd(0xa8)](_0xd96a17=>_0xd96a17);}[_0x370de7(0xd0)](){const _0x52be65=_0x370de7;return this[_0x52be65(0x84)]()[0x0]||null;}[_0x370de7(0xbb)](){const _0x16fd04=_0x370de7;this[_0x16fd04(0xa1)][_0x16fd04(0x98)](_0x25b278=>{const _0x40f479=_0x16fd04;for(const _0x47b3bb of this[_0x40f479(0x84)]())_0x25b278[_0x40f479(0x8f)](_0x47b3bb);}),this[_0x16fd04(0xcd)][_0x16fd04(0xc4)]();}[_0x370de7(0x8f)](_0x401395){const _0x5ad99d=_0x370de7;this[_0x5ad99d(0xa1)][_0x5ad99d(0x98)](_0x1d3fbf=>{const _0x29d1a4=_0x5ad99d;_0x1d3fbf[_0x29d1a4(0x8f)](_0x401395);}),this[_0x5ad99d(0xcd)][_0x5ad99d(0xb8)](_0x401395);}[_0x370de7(0xcc)](_0x4a4a4){const _0x5575f2=_0x370de7,_0x2223a2=_0x5575f2(0x88)+this[_0x5575f2(0x86)]+':'+this[_0x5575f2(0xb3)]+':'+this['id']+':'+this[_0x5575f2(0x9d)]['id']+':'+Suggestion[_0x5575f2(0xcb)]();this[_0x5575f2(0xd1)](_0x2223a2),this[_0x5575f2(0xa1)][_0x5575f2(0x98)](_0x224f48=>{const _0xb6e24a=_0x5575f2;_0x224f48[_0xb6e24a(0xd6)](_0x2223a2,{'range':_0x4a4a4,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x370de7(0x9b)](_0x4653d9){const _0x56ec97=_0x370de7;for(const _0x3b9e72 of this[_0x56ec97(0xa6)]())if(_0x3b9e72[_0x56ec97(0x87)](_0x4653d9))return!0x0;return!0x1;}[_0x370de7(0xa6)](){const _0x56bf0d=_0x370de7;return this[_0x56bf0d(0x84)]()[_0x56bf0d(0xbe)](_0x5b955d=>_0x5b955d[_0x56bf0d(0x9e)]());}[_0x370de7(0xce)](){const _0x535c93=_0x370de7;return this[_0x535c93(0xa6)]()[_0x535c93(0xb9)]((_0x2c18dc,_0x5ab487)=>[..._0x2c18dc,..._0x5ab487[_0x535c93(0xce)]()],[]);}[_0x370de7(0x99)](){const _0x3e974f=_0x370de7;return this[_0x3e974f(0xd0)]()?.[_0x3e974f(0x9e)]()||null;}[_0x370de7(0x8d)](){const _0x5be108=_0x370de7,_0x54c26e=this[_0x5be108(0xa6)]();if(0x1!=_0x54c26e[_0x5be108(0x83)])return null;const _0x45ab1b=_0x54c26e[0x0],_0x3cd76e=_0x45ab1b[_0x5be108(0xc8)][_0x5be108(0xb1)],_0x54eb78=_0x45ab1b[_0x5be108(0x90)][_0x5be108(0x91)];return _0x3cd76e instanceof _0x6eba77?_0x3cd76e!=_0x54eb78?null:_0x3cd76e:null;}[_0x370de7(0xac)](){const _0xfbab64=_0x370de7;this[_0xfbab64(0xa0)](this[_0xfbab64(0xa6)](),this[_0xfbab64(0xb5)],this[_0xfbab64(0xb0)]),this[_0xfbab64(0xbb)]();}[_0x370de7(0xaf)](){const _0x1a99f5=_0x370de7;this[_0x1a99f5(0xd5)](this[_0x1a99f5(0xa6)](),this[_0x1a99f5(0xb5)],this[_0x1a99f5(0xb0)]),this[_0x1a99f5(0xbb)]();}[_0x370de7(0xc2)](){const _0x5a468f=_0x370de7,_0x41a99e=[];let _0x3c72c6=this[_0x5a468f(0xc6)];for(;_0x3c72c6;)_0x41a99e[_0x5a468f(0xc3)](_0x3c72c6),_0x3c72c6=_0x3c72c6[_0x5a468f(0x92)];return _0x41a99e;}[_0x370de7(0x8b)](_0xcd51a1,_0x26ccca){const _0x21f942=_0x370de7,_0x24fd1a=_0x3d9f5d(this[_0x21f942(0xb0)]);_0x64ecd6(_0x24fd1a,_0xcd51a1,_0x26ccca),_0x3968f2(_0x24fd1a,this[_0x21f942(0xb0)])||(this[_0x21f942(0xb0)]=_0x24fd1a,this[_0x21f942(0xbf)](_0x24fd1a));}[_0x370de7(0xaa)](_0x337504){const _0x578f70=_0x370de7,_0x37730e=_0x3d9f5d(this[_0x578f70(0xb0)]);_0x5907b3(_0x37730e,_0x337504),_0x3968f2(_0x37730e,this[_0x578f70(0xb0)])||(this[_0x578f70(0xb0)]=_0x37730e,this[_0x578f70(0xbf)](this[_0x578f70(0xb0)]));}[_0x370de7(0xc7)](){const _0x4c67e5=_0x370de7;return{'id':this['id'],'type':this[_0x4c67e5(0xb3)]?this[_0x4c67e5(0x86)]+':'+this[_0x4c67e5(0xb3)]:this[_0x4c67e5(0x86)],'authorId':this[_0x4c67e5(0x9d)]['id'],'createdAt':this[_0x4c67e5(0xc5)],'hasComments':this[_0x4c67e5(0x9a)],'data':this[_0x4c67e5(0xb5)],'attributes':this[_0x4c67e5(0xb0)]};}static[_0x370de7(0xcb)](){const _0x45a178=_0x370de7;return _0x55e383()[_0x45a178(0xd2)](0x1,0x5);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0x19fbe7=_0x10ec;function _0x4a44(){const _0x5b6937=['normal','element','getItemLabel','name','236961gLKGxt','has','$text','elementStart','skip','removeContainer','addEmptyContainer','deletion','remove','isEqual','442709pjBaLS','*Split:*\x20%0','68jGJTBL','attribute','subType','format','type','*Insert:*\x20%0','removeEmptyContainer','registerAttributeLabel','registerDescriptionCallback','_handleRenameSuggestionDescription','420024xzNLJz','ELEMENT_SPACE','get','checkChild','newValue','REPLACE_TEXT','2464944eFwFTK','isEmpty','Object','$textProxy','$1\x20$2','key','*Set\x20format:*\x20%0','elementEnd','join','_attributeLabels','108762SkXNVl','isObject','softBreak','Container','label','indexOf','item','pop','end','set','getWalker','matchingCallback','_handleAttributeSuggestionDescription','length','_schema','_itemLabels','_addDescriptionItems','isInContent','_customCallbacks','getFirstRange','195565LlbPHT','replace','removeObject','addContainer','*Change\x20to:*\x20%0','insertion','map','*Remove\x20format:*\x20%0','start','_handleCustomCallbackDescription','removeFormat','nextSibling','EmptyContainer','getDescriptions','function','_itemLabelsCallbacks','match','add','addFormat','previousSibling','addObject','registerElementLabel','push','_handleInsertRemoveSuggestionDescription','14QLqQMZ','12046158FYxDuM','_locale','nodeAfter','data','*Remove:*\x20%0','quantity','*Merge:*\x20%0','_resolveDescriptionItems','text'];_0x4a44=function(){return _0x5b6937;};return _0x4a44();}function _0x10ec(_0xa77121,_0x648bbc){const _0x4a449d=_0x4a44();return _0x10ec=function(_0x10ecee,_0x490ebb){_0x10ecee=_0x10ecee-0x1d0;let _0x6bf59c=_0x4a449d[_0x10ecee];return _0x6bf59c;},_0x10ec(_0xa77121,_0x648bbc);}(function(_0x886d7b,_0x23158c){const _0x1f96cc=_0x10ec,_0x122bca=_0x886d7b();while(!![]){try{const _0xb8fd7b=parseInt(_0x1f96cc(0x22b))/0x1+parseInt(_0x1f96cc(0x1e7))/0x2+parseInt(_0x1f96cc(0x221))/0x3+-parseInt(_0x1f96cc(0x22d))/0x4*(-parseInt(_0x1f96cc(0x1fb))/0x5)+parseInt(_0x1f96cc(0x1d7))/0x6*(parseInt(_0x1f96cc(0x213))/0x7)+parseInt(_0x1f96cc(0x1dd))/0x8+-parseInt(_0x1f96cc(0x214))/0x9;if(_0xb8fd7b===_0x23158c)break;else _0x122bca['push'](_0x122bca['shift']());}catch(_0xad5bcf){_0x122bca['push'](_0x122bca['shift']());}}}(_0x4a44,0x559c6));import{getTranslation as _0x3fff83}from'./utils/common-translations.js';import{priorities as _0x29cb59,insertToPriorityArray as _0x14e190}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x56ff14}from'./trackchangesediting.js';export class SuggestionDescriptionFactory{[_0x19fbe7(0x1f9)];[_0x19fbe7(0x1f6)];[_0x19fbe7(0x20a)];[_0x19fbe7(0x1e6)];[_0x19fbe7(0x1f5)];[_0x19fbe7(0x215)];constructor(_0x2ef2a4,_0x5c078b){const _0x42ec77=_0x19fbe7;this[_0x42ec77(0x1f9)]=[],this[_0x42ec77(0x1f6)]=new Map(),this[_0x42ec77(0x20a)]=[],this[_0x42ec77(0x1e6)]=new Map(),this[_0x42ec77(0x1f5)]=_0x2ef2a4,this[_0x42ec77(0x215)]=_0x5c078b;}[_0x19fbe7(0x208)](_0x5de080){const _0x108c72=_0x19fbe7,_0x56e43c=[],_0x32f387=new Set(),_0x25b193=new Set();for(let _0xf9f5b4=0x0;_0xf9f5b4<_0x5de080[_0x108c72(0x1f4)];_0xf9f5b4++){const _0x51bed3=_0x5de080[_0xf9f5b4];if(!_0x51bed3[_0x108c72(0x1f8)])continue;const _0x2203d9=this[_0x108c72(0x204)](_0x51bed3);if(_0x2203d9){if(null!=_0x51bed3[_0x108c72(0x22f)]){if(_0x32f387[_0x108c72(0x222)](_0x51bed3[_0x108c72(0x22f)]))continue;_0x32f387[_0x108c72(0x20c)](_0x51bed3[_0x108c72(0x22f)]);}_0x56e43c[_0x108c72(0x211)](_0x2203d9);}else{if(_0x108c72(0x22e)==_0x51bed3[_0x108c72(0x1d1)]){const _0x47192b=_0x51bed3[_0x108c72(0x217)][_0x108c72(0x1e2)];if(_0x25b193[_0x108c72(0x222)](_0x47192b))continue;_0x25b193[_0x108c72(0x20c)](_0x51bed3[_0x108c72(0x217)][_0x108c72(0x1e2)]),_0x47192b==_0x56ff14?this[_0x108c72(0x1d6)](_0x56e43c,_0x51bed3):this[_0x108c72(0x1f3)](_0x56e43c,_0x51bed3);continue;}_0x108c72(0x200)!=_0x51bed3[_0x108c72(0x1d1)]&&_0x108c72(0x228)!=_0x51bed3[_0x108c72(0x1d1)]||this[_0x108c72(0x212)](_0x56e43c,_0x51bed3,_0x5de080[_0xf9f5b4+0x1]);}}return this[_0x108c72(0x21b)](_0x56e43c);}[_0x19fbe7(0x1d5)](_0x9cf519){const _0x5515ff=_0x19fbe7;this[_0x5515ff(0x1f9)][_0x5515ff(0x211)](_0x9cf519);}[_0x19fbe7(0x210)](_0x3b0dff,_0x4c74d2,_0xffecb=_0x29cb59[_0x19fbe7(0x21d)]){const _0x5a5077=_0x19fbe7;_0x5a5077(0x209)==typeof _0x3b0dff?_0x14e190(this[_0x5a5077(0x20a)],{'matchingCallback':_0x3b0dff,'label':_0x4c74d2,'priority':_0xffecb}):this[_0x5a5077(0x1f6)][_0x5a5077(0x1f0)](_0x3b0dff,_0x4c74d2);}[_0x19fbe7(0x1d4)](_0x3bbaf6,_0xaeb29c){const _0x429dfc=_0x19fbe7;this[_0x429dfc(0x1e6)][_0x429dfc(0x1f0)](_0x3bbaf6,_0xaeb29c);}[_0x19fbe7(0x21f)](_0x204ccf,_0x535863=0x1){const _0x395196=_0x19fbe7;let _0x4324bf;for(const _0x2a0ef7 of this[_0x395196(0x20a)])if(_0x2a0ef7[_0x395196(0x1f2)](_0x204ccf)){_0x4324bf=_0x2a0ef7[_0x395196(0x1eb)];break;}return _0x4324bf||(_0x4324bf=this[_0x395196(0x1f6)][_0x395196(0x1d9)](_0x204ccf[_0x395196(0x220)])),_0x4324bf?_0x4324bf(_0x535863):0x1!==_0x535863?_0x535863+'\x20'+_0x204ccf[_0x395196(0x220)]+'s':''+_0x204ccf[_0x395196(0x220)];}[_0x19fbe7(0x1f7)](_0xffd501,_0x427e9c){const _0x58ae8b=_0x19fbe7,_0xb31375=_0x427e9c[_0x58ae8b(0x1fa)]()[_0x58ae8b(0x1f1)](),_0x88c3c0=_0x58ae8b(0x200)==_0x427e9c[_0x58ae8b(0x1d1)]?_0x58ae8b(0x20c):_0x58ae8b(0x229);for(const _0x34840d of _0xb31375){const _0x2d3ddc=_0x34840d[_0x58ae8b(0x1ed)],_0x316964=_0xffd501[_0xffd501[_0x58ae8b(0x1f4)]-0x1];if(_0x2d3ddc['is'](_0x58ae8b(0x1e0)))_0x316964&&_0x316964[_0x58ae8b(0x1d1)][_0x58ae8b(0x1ec)](_0x58ae8b(0x1ea))>-0x1&&_0xffd501[_0x58ae8b(0x1ee)](),_0x316964&&_0x58ae8b(0x21c)==_0x316964[_0x58ae8b(0x1d1)]?_0x316964[_0x88c3c0]+=_0x2d3ddc[_0x58ae8b(0x217)]:_0xffd501[_0x58ae8b(0x211)]({'type':_0x58ae8b(0x21c),'add':_0x58ae8b(0x20c)==_0x88c3c0?_0x2d3ddc[_0x58ae8b(0x217)]:'','remove':_0x58ae8b(0x229)==_0x88c3c0?_0x2d3ddc[_0x58ae8b(0x217)]:''});else{if(this[_0x58ae8b(0x1f5)][_0x58ae8b(0x1e8)](_0x2d3ddc)){const _0x29e591=_0x2d3ddc;if(_0x316964&&_0x316964[_0x58ae8b(0x1d1)][_0x58ae8b(0x1ec)](_0x58ae8b(0x1ea))>-0x1&&_0xffd501[_0x58ae8b(0x1ee)](),_0x58ae8b(0x1e4)==_0x34840d[_0x58ae8b(0x1d1)])continue;_0x316964&&_0x316964[_0x58ae8b(0x1d1)]==_0x88c3c0+_0x58ae8b(0x1df)&&_0x316964[_0x58ae8b(0x21e)][_0x58ae8b(0x220)]==_0x29e591[_0x58ae8b(0x220)]?_0x316964[_0x58ae8b(0x219)]++:_0xffd501[_0x58ae8b(0x211)]({'type':_0x88c3c0+_0x58ae8b(0x1df),'element':_0x29e591,'quantity':0x1}),_0xb31375[_0x58ae8b(0x225)](_0xf62f57=>!(_0x58ae8b(0x1e4)==_0xf62f57[_0x58ae8b(0x1d1)]&&_0xf62f57[_0x58ae8b(0x1ed)]==_0x2d3ddc));}else{if(this[_0x58ae8b(0x1f5)][_0x58ae8b(0x1da)](_0x2d3ddc,_0x58ae8b(0x223))||_0x2d3ddc['is'](_0x58ae8b(0x21e),_0x58ae8b(0x1e9))){const _0x55dea6=_0x2d3ddc;if(_0x58ae8b(0x20c)==_0x88c3c0&&_0x58ae8b(0x224)==_0x34840d[_0x58ae8b(0x1d1)]||_0x58ae8b(0x229)==_0x88c3c0&&_0x58ae8b(0x1e4)==_0x34840d[_0x58ae8b(0x1d1)])continue;if(_0x316964&&-0x1==_0x316964[_0x58ae8b(0x1d1)][_0x58ae8b(0x1ec)](_0x58ae8b(0x1ea))){_0x58ae8b(0x21c)==_0x316964[_0x58ae8b(0x1d1)]&&(_0x316964[_0x88c3c0]+='\x0a');continue;}let _0x48eb0f;if(_0x48eb0f=_0x58ae8b(0x20c)==_0x88c3c0?_0x55dea6[_0x58ae8b(0x206)]&&!this[_0x58ae8b(0x1f5)][_0x58ae8b(0x1e8)](_0x55dea6[_0x58ae8b(0x206)])?_0x55dea6[_0x58ae8b(0x206)]:null:_0x55dea6[_0x58ae8b(0x20e)]&&!this[_0x58ae8b(0x1f5)][_0x58ae8b(0x1e8)](_0x55dea6[_0x58ae8b(0x20e)])?_0x55dea6[_0x58ae8b(0x20e)]:null,_0x55dea6[_0x58ae8b(0x1de)]||_0x48eb0f&&_0x48eb0f[_0x58ae8b(0x1de)]){const _0x4e00ff=_0x48eb0f&&_0x48eb0f[_0x58ae8b(0x1de)]?_0x48eb0f:_0x55dea6;_0x316964&&_0x316964[_0x58ae8b(0x1d1)]==_0x88c3c0+_0x58ae8b(0x207)&&_0x316964[_0x58ae8b(0x21e)][_0x58ae8b(0x220)]==_0x4e00ff[_0x58ae8b(0x220)]?_0x316964[_0x58ae8b(0x219)]++:_0xffd501[_0x58ae8b(0x211)]({'type':_0x88c3c0+_0x58ae8b(0x207),'element':_0x4e00ff,'quantity':0x1});}else _0xffd501[_0x58ae8b(0x211)]({'type':_0x88c3c0+_0x58ae8b(0x1ea),'element':_0x55dea6});}}}}}[_0x19fbe7(0x21b)](_0x515587){const _0x29493c=_0x19fbe7,_0x5337ed=this[_0x29493c(0x215)],_0x43b4c1=[],_0x3ec16d=[],_0x1027e1=[];for(const _0x3f6a90 of _0x515587)switch(_0x3f6a90[_0x29493c(0x1d1)]){case _0x29493c(0x21c):if(_0x3f6a90[_0x29493c(0x20c)]=_0x3f6a90[_0x29493c(0x20c)][_0x29493c(0x1fc)](/(\S)\u000A+(\S)/g,_0x29493c(0x1e1))[_0x29493c(0x1fc)](/\u000A/g,''),_0x3f6a90[_0x29493c(0x229)]=_0x3f6a90[_0x29493c(0x229)][_0x29493c(0x1fc)](/(\S)\u000A+(\S)/g,_0x29493c(0x1e1))[_0x29493c(0x1fc)](/\u000A/g,''),''!=_0x3f6a90[_0x29493c(0x20c)]&&''!=_0x3f6a90[_0x29493c(0x229)]){_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x1fc),'content':_0x3fff83(_0x5337ed,_0x29493c(0x1dc),['\x22'+_0x3f6a90[_0x29493c(0x229)]+'\x22','\x22'+_0x3f6a90[_0x29493c(0x20c)]+'\x22'])});continue;}if(null!=_0x3f6a90[_0x29493c(0x20c)][_0x29493c(0x20b)](/^ +$/)){_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x200),'content':_0x3fff83(_0x5337ed,_0x29493c(0x1d2),_0x3fff83(_0x5337ed,_0x29493c(0x1d8),_0x3f6a90[_0x29493c(0x20c)][_0x29493c(0x1f4)]))});continue;}if(null!=_0x3f6a90[_0x29493c(0x229)][_0x29493c(0x20b)](/^ +$/)){_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x228),'content':_0x3fff83(_0x5337ed,_0x29493c(0x218),_0x3fff83(_0x5337ed,_0x29493c(0x1d8),_0x3f6a90[_0x29493c(0x229)][_0x29493c(0x1f4)]))});continue;}if(''!=_0x3f6a90[_0x29493c(0x20c)]){_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x200),'content':_0x3fff83(_0x5337ed,_0x29493c(0x1d2),'\x22'+_0x3f6a90[_0x29493c(0x20c)]+'\x22')});continue;}_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x228),'content':_0x3fff83(_0x5337ed,_0x29493c(0x218),'\x22'+_0x3f6a90[_0x29493c(0x229)]+'\x22')});continue;case _0x29493c(0x227):case _0x29493c(0x20f):_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x200),'content':_0x3fff83(_0x5337ed,_0x29493c(0x1d2),this[_0x29493c(0x21f)](_0x3f6a90[_0x29493c(0x21e)],_0x3f6a90[_0x29493c(0x219)]))});continue;case _0x29493c(0x1d3):case _0x29493c(0x1fd):_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x228),'content':_0x3fff83(_0x5337ed,_0x29493c(0x218),this[_0x29493c(0x21f)](_0x3f6a90[_0x29493c(0x21e)],_0x3f6a90[_0x29493c(0x219)]))});continue;case _0x29493c(0x1fe):_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x200),'content':_0x3fff83(_0x5337ed,_0x29493c(0x22c),this[_0x29493c(0x21f)](_0x3f6a90[_0x29493c(0x21e)],_0x3f6a90[_0x29493c(0x219)]))});continue;case _0x29493c(0x226):_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x228),'content':_0x3fff83(_0x5337ed,_0x29493c(0x21a),this[_0x29493c(0x21f)](_0x3f6a90[_0x29493c(0x21e)],_0x3f6a90[_0x29493c(0x219)]))});continue;case _0x29493c(0x20d):_0x3ec16d[_0x29493c(0x211)](_0x3f6a90[_0x29493c(0x1e2)]);continue;case _0x29493c(0x205):_0x1027e1[_0x29493c(0x211)](_0x3f6a90[_0x29493c(0x1e2)]);continue;default:_0x43b4c1[_0x29493c(0x211)](_0x3f6a90);}if(_0x3ec16d[_0x29493c(0x1f4)]){const _0x1ba00b=_0x3ec16d[_0x29493c(0x201)](_0x3fb6ce=>this[_0x29493c(0x1e6)][_0x29493c(0x222)](_0x3fb6ce)?this[_0x29493c(0x1e6)][_0x29493c(0x1d9)](_0x3fb6ce):_0x3fb6ce)[_0x29493c(0x1e5)](',\x20');_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x1d0),'content':_0x3fff83(this[_0x29493c(0x215)],_0x29493c(0x1e3),_0x1ba00b)});}if(_0x1027e1[_0x29493c(0x1f4)]){const _0x11fc0b=_0x1027e1[_0x29493c(0x201)](_0x4bc10c=>this[_0x29493c(0x1e6)][_0x29493c(0x222)](_0x4bc10c)?this[_0x29493c(0x1e6)][_0x29493c(0x1d9)](_0x4bc10c):_0x4bc10c)[_0x29493c(0x1e5)](',\x20');_0x43b4c1[_0x29493c(0x211)]({'type':_0x29493c(0x1d0),'content':_0x3fff83(this[_0x29493c(0x215)],_0x29493c(0x202),_0x11fc0b)});}return _0x43b4c1;}[_0x19fbe7(0x204)](_0x1af697){const _0x5ecf7b=_0x19fbe7;for(const _0x414191 of this[_0x5ecf7b(0x1f9)]){const _0xf4ff01=_0x414191(_0x1af697);if(_0xf4ff01&&_0x5ecf7b(0x1d1)in _0xf4ff01)return _0xf4ff01;}}[_0x19fbe7(0x1f3)](_0x424250,_0x3ee51f){const _0x24ae74=_0x19fbe7,_0x2be7bf=_0x3ee51f[_0x24ae74(0x217)],_0x2886a2=void 0x0===_0x2be7bf[_0x24ae74(0x1db)]?_0x24ae74(0x205):_0x24ae74(0x20d);_0x424250[_0x24ae74(0x211)]({'type':_0x2886a2,'key':_0x2be7bf[_0x24ae74(0x1e2)]});}[_0x19fbe7(0x1d6)](_0x2b184e,_0x5f2efe){const _0x400a51=_0x19fbe7;_0x2b184e[_0x400a51(0x211)]({'type':_0x400a51(0x1d0),'content':_0x3fff83(this[_0x400a51(0x215)],_0x400a51(0x1ff),this[_0x400a51(0x21f)](_0x5f2efe[_0x400a51(0x1fa)]()[_0x400a51(0x203)][_0x400a51(0x216)],0x1))});}[_0x19fbe7(0x212)](_0x5d3b98,_0x136a62,_0x51dbf0){const _0x5c016b=_0x19fbe7;if(this[_0x5c016b(0x1f7)](_0x5d3b98,_0x136a62),_0x51dbf0&&_0x51dbf0[_0x5c016b(0x1fa)]()&&!_0x136a62[_0x5c016b(0x1fa)]()[_0x5c016b(0x1ef)][_0x5c016b(0x22a)](_0x51dbf0[_0x5c016b(0x1fa)]()[_0x5c016b(0x203)])){const _0x558564=_0x5d3b98[_0x5d3b98[_0x5c016b(0x1f4)]-0x1],_0x1c1b35=_0x5c016b(0x200)==_0x136a62[_0x5c016b(0x1d1)]?_0x5c016b(0x20c):_0x5c016b(0x229);_0x558564&&_0x5c016b(0x21c)==_0x558564[_0x5c016b(0x1d1)]&&(_0x558564[_0x1c1b35]+='\x0a');}}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- var _0x1b2047=_0x58fa;(function(_0x5e123d,_0x1ca8a8){var _0x1b1091=_0x58fa,_0x160ca9=_0x5e123d();while(!![]){try{var _0x5b556b=-parseInt(_0x1b1091(0x115))/0x1*(parseInt(_0x1b1091(0x122))/0x2)+parseInt(_0x1b1091(0x11e))/0x3*(-parseInt(_0x1b1091(0x125))/0x4)+-parseInt(_0x1b1091(0x11f))/0x5*(parseInt(_0x1b1091(0x120))/0x6)+parseInt(_0x1b1091(0x12a))/0x7*(-parseInt(_0x1b1091(0x11d))/0x8)+-parseInt(_0x1b1091(0x12b))/0x9+parseInt(_0x1b1091(0x121))/0xa+parseInt(_0x1b1091(0x11a))/0xb;if(_0x5b556b===_0x1ca8a8)break;else _0x160ca9['push'](_0x160ca9['shift']());}catch(_0x5b1b26){_0x160ca9['push'](_0x160ca9['shift']());}}}(_0x384f,0x4fe5e));import{Plugin as _0x559998}from'ckeditor5/src/core.js';import{TrackChangesUI as _0x21cbb4}from'./trackchangesui.js';function _0x58fa(_0x226ec3,_0x2d0d54){var _0x384f6d=_0x384f();return _0x58fa=function(_0x58faca,_0x4ef3f6){_0x58faca=_0x58faca-0x113;var _0x4af202=_0x384f6d[_0x58faca];return _0x4af202;},_0x58fa(_0x226ec3,_0x2d0d54);}import{TrackChangesEditing as _0x428ee7}from'./trackchangesediting.js';function _0x384f(){var _0x3b618f=['getSuggestion','1373912BtJobN','450453JzyAIt','5LPhdiD','371226dwFIMP','696680wNxiCS','14rXYVMH','addSuggestionData','isPremiumPlugin','8YCgOra','addSuggestion','requires','editor','getSuggestions','21POSueN','4391595NmXoEW','TrackChanges','plugins','60041cVSFgp','adapter','get','Comments','pluginName','22475486ExbiYq','isOfficialPlugin'];_0x384f=function(){return _0x3b618f;};return _0x384f();}import'ckeditor5-collaboration/src/collaboration-core.js';export class TrackChanges extends _0x559998{static get[_0x1b2047(0x127)](){var _0x4feb75=_0x1b2047;return[_0x428ee7,_0x21cbb4,_0x4feb75(0x118)];}static get[_0x1b2047(0x119)](){var _0x3cebe1=_0x1b2047;return _0x3cebe1(0x113);}static get[_0x1b2047(0x11b)](){return!0x0;}static get[_0x1b2047(0x124)](){return!0x0;}set[_0x1b2047(0x116)](_0x4b9ced){var _0x35d9a7=_0x1b2047;this[_0x35d9a7(0x128)][_0x35d9a7(0x114)][_0x35d9a7(0x117)](_0x428ee7)[_0x35d9a7(0x116)]=_0x4b9ced;}get[_0x1b2047(0x116)](){var _0x400fe3=_0x1b2047;return this[_0x400fe3(0x128)][_0x400fe3(0x114)][_0x400fe3(0x117)](_0x428ee7)[_0x400fe3(0x116)];}[_0x1b2047(0x126)](_0x28586d){var _0x1ef5d6=_0x1b2047;return this[_0x1ef5d6(0x128)][_0x1ef5d6(0x114)][_0x1ef5d6(0x117)](_0x428ee7)[_0x1ef5d6(0x123)](_0x28586d);}[_0x1b2047(0x129)]({skipNotAttached:_0x2bcb24=!0x1,toJSON:_0x262003=!0x1}={}){var _0x4e2897=_0x1b2047;return this[_0x4e2897(0x128)][_0x4e2897(0x114)][_0x4e2897(0x117)](_0x428ee7)[_0x4e2897(0x129)]({'skipNotAttached':_0x2bcb24,'toJSON':_0x262003});}[_0x1b2047(0x11c)](_0x57a89f){var _0x4496cc=_0x1b2047;return this[_0x4496cc(0x128)][_0x4496cc(0x114)][_0x4496cc(0x117)](_0x428ee7)[_0x4496cc(0x11c)](_0x57a89f);}}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- export{};
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0xeff542=_0x128e;(function(_0x213d6e,_0x39741f){const _0x24079b=_0x128e,_0x54e1c2=_0x213d6e();while(!![]){try{const _0x51632a=parseInt(_0x24079b(0x12f))/0x1*(-parseInt(_0x24079b(0x105))/0x2)+parseInt(_0x24079b(0x124))/0x3*(parseInt(_0x24079b(0x10e))/0x4)+-parseInt(_0x24079b(0x119))/0x5*(-parseInt(_0x24079b(0x11d))/0x6)+-parseInt(_0x24079b(0x11e))/0x7+-parseInt(_0x24079b(0x103))/0x8*(parseInt(_0x24079b(0xfc))/0x9)+-parseInt(_0x24079b(0x11c))/0xa+parseInt(_0x24079b(0xf1))/0xb;if(_0x51632a===_0x39741f)break;else _0x54e1c2['push'](_0x54e1c2['shift']());}catch(_0x2186f2){_0x54e1c2['push'](_0x54e1c2['shift']());}}}(_0x3e3e,0x27bac));import{Plugin as _0x15329d}from'ckeditor5/src/core.js';import{CKEditorError as _0x5b3733}from'ckeditor5/src/utils.js';import{TrackChangesEditing as _0x2d4344}from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x5d22c7}from'ckeditor5-collaboration/src/collaboration-core.js';const p=[_0xeff542(0xff)];export class TrackChangesData extends _0x15329d{static get[_0xeff542(0x118)](){return[_0x2d4344];}static get[_0xeff542(0x133)](){const _0x2cbadd=_0xeff542;return _0x2cbadd(0x12b);}static get[_0xeff542(0x106)](){return!0x0;}static get[_0xeff542(0x104)](){return!0x0;}[_0xeff542(0xfb)](){const _0x1b9786=_0xeff542,_0x160e69=this[_0x1b9786(0x116)];if(_0x160e69[_0x1b9786(0x112)][_0x1b9786(0x129)](_0x1b9786(0xf6),_0x549806=>{const _0x133eba=_0x1b9786,_0x3fbf8a=_0x160e69[_0x133eba(0x12c)][_0x133eba(0x11a)][_0x133eba(0x102)]()[_0x133eba(0x131)]((_0x23e60b,_0x1b40f2)=>(_0x23e60b[_0x1b40f2]='',_0x23e60b),{});return _0x160e69[_0x133eba(0xfe)][_0x133eba(0x130)](_0x3fbf8a,_0x549806);}),_0x1b9786(0x115)!=typeof _0x160e69[_0x1b9786(0x112)][_0x1b9786(0x123)](_0x1b9786(0xfa))[_0x1b9786(0x101)])throw new _0x5b3733(_0x1b9786(0x10f));}[_0xeff542(0x10b)](_0x452f4b){const _0x3fd8ac=_0xeff542;return P(this[_0x3fd8ac(0x116)],!0x0,_0x452f4b);}[_0xeff542(0x12e)](_0x3b42cc){const _0x283d65=_0xeff542;return P(this[_0x283d65(0x116)],!0x1,_0x3b42cc);}}function _0x128e(_0x167c0e,_0x372ce0){const _0x3e3ef1=_0x3e3e();return _0x128e=function(_0x128ec0,_0x2e726e){_0x128ec0=_0x128ec0-0xee;let _0x1db365=_0x3e3ef1[_0x128ec0];return _0x1db365;},_0x128e(_0x167c0e,_0x372ce0);}export class TrackChangesDataGetter extends _0x15329d{[_0xeff542(0x128)];static get[_0xeff542(0x133)](){const _0x370faa=_0xeff542;return _0x370faa(0x111);}static get[_0xeff542(0x106)](){return!0x0;}static get[_0xeff542(0x104)](){return!0x0;}constructor(_0x1a206f){const _0x3fb159=_0xeff542;function _0x2d31ab(_0x42cfaa){const _0x45d718=_0x128e;return _0x42cfaa[_0x45d718(0x12d)](_0x80b170=>String[_0x45d718(0xf7)](_0x80b170))[_0x45d718(0x117)]('');}super(_0x1a206f),this[_0x3fb159(0x128)]=_0x3fb159(0xee),_0x1a206f[_0x2d31ab([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d31ab([0x76,0x69,0x65,0x77])][_0x2d31ab([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2d31ab([0x61,0x75,0x74,0x6f]),_0x1a206f[_0x2d31ab([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x2d31ab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2d31ab([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x2d31ab([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x2d31ab([0x6f,0x6b])});}[_0xeff542(0xfb)](){const _0x5b155c=_0xeff542;this[_0x5b155c(0x116)][_0x5b155c(0x113)][_0x5b155c(0x123)](_0x5b155c(0x12a))[_0x5b155c(0x108)]={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x5b155c(0x116)][_0x5b155c(0x113)][_0x5b155c(0x123)](_0x5b155c(0xf9))[_0x5b155c(0x108)]=null;}}function _0x3e3e(){const _0x5280e4=['addUser','data','result','define','CommentsRepository','TrackChangesData','model','map','getDataWithDiscardedSuggestions','1JoVdOw','create','reduce','getRootsAttributes','pluginName','end','getFullData','div','8161978OBtXsN','Users','createElement','addCommentThread','destroy','trackChangesData.editorCreator','fromCharCode','remove','TrackChangesEditing','trackChangesData','init','450wEOkmr','appendChild','constructor','Pagination','execute','editorCreator','getRootNames','28320tYJelF','isPremiumPlugin','650152lwbfRO','isOfficialPlugin','useAnonymousUser','_adapter','discardAllSuggestions','getSuggestions','getDataWithAcceptedSuggestions','push','getUser','319604oEPQnX','track-changes-data-invalid-editor-creator','users','TrackChangesDataGetter','config','plugins','addSuggestionData','function','editor','join','requires','50TGALkR','document','acceptAllSuggestions','2015700xqvHPW','99672CiqxtS','851487rEZYgG','createDocumentFragment','set','name','rootsAttributes','get','3FzQdxb','getCommentThreads'];_0x3e3e=function(){return _0x5280e4;};return _0x3e3e();}function k(_0x1c0bc0){const _0x1c20ab=_0xeff542;return void 0x0!==_0x1c0bc0[_0x1c20ab(0x132)];}async function P(_0x5cc5f6,_0xccc770,_0x4c2302){const _0x4f125e=_0xeff542,_0x1e4e82=_0x5d22c7(_0x5cc5f6,p);_0x1e4e82[_0x4f125e(0x113)][_0x4f125e(0x10c)](_0x2d4344,TrackChangesDataGetter),_0x1e4e82[_0x4f125e(0x122)]=k(_0x5cc5f6)?_0x5cc5f6[_0x4f125e(0x132)]():void 0x0;const _0x4d8f6a=document[_0x4f125e(0x11f)](),_0x44682f=_0x5cc5f6[_0x4f125e(0x112)][_0x4f125e(0x123)](_0x4f125e(0xfa))[_0x4f125e(0x101)],_0x1f9f91=await _0x44682f(_0x1e4e82,()=>function(_0x216f7d){const _0x3ad32a=_0x4f125e,_0x20cf16=document[_0x3ad32a(0xf3)](_0x3ad32a(0xf0));return _0x216f7d[_0x3ad32a(0xfd)](_0x20cf16),_0x20cf16;}(_0x4d8f6a));!function(_0x33ec59,_0x2ce916){const _0x5bb234=_0x4f125e,_0x2551ba=_0x33ec59[_0x5bb234(0x12c)][_0x5bb234(0x11a)][_0x5bb234(0x102)]()[_0x5bb234(0x131)]((_0x53d42e,_0x8ed332)=>(_0x53d42e[_0x8ed332]=_0x33ec59[_0x5bb234(0x127)][_0x5bb234(0x123)]({'rootName':_0x8ed332}),_0x53d42e),{}),_0x23f9a3=_0x33ec59[_0x5bb234(0x113)][_0x5bb234(0x123)](_0x5bb234(0xf2))[_0x5bb234(0x110)][_0x5bb234(0x12d)](_0x39522c=>({'id':_0x39522c['id'],'name':_0x39522c[_0x5bb234(0x121)]})),_0x238375=_0x33ec59[_0x5bb234(0x113)][_0x5bb234(0x123)](_0x5bb234(0xf9))[_0x5bb234(0x10a)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x17a78f=_0x33ec59[_0x5bb234(0x113)][_0x5bb234(0x123)](_0x5bb234(0x12a))[_0x5bb234(0x125)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x41dcb1=_0x2ce916[_0x5bb234(0x113)][_0x5bb234(0x123)](_0x5bb234(0xf2)),_0x1296cc=_0x2ce916[_0x5bb234(0x113)][_0x5bb234(0x123)](_0x5bb234(0xf9)),_0x214a4e=_0x2ce916[_0x5bb234(0x113)][_0x5bb234(0x123)](_0x5bb234(0x12a));for(const _0x869797 of _0x214a4e[_0x5bb234(0x125)]())_0x869797[_0x5bb234(0xf8)]();for(const _0x4e7fc2 of _0x23f9a3)_0x41dcb1[_0x5bb234(0x10d)](_0x4e7fc2['id'])||_0x41dcb1[_0x5bb234(0x126)](_0x4e7fc2);_0x41dcb1['me']||_0x41dcb1[_0x5bb234(0x107)]();for(const _0xf9e631 of _0x17a78f)_0x214a4e[_0x5bb234(0xf4)](_0xf9e631);for(const _0x4fcbd8 of _0x238375)_0x1296cc[_0x5bb234(0x114)](_0x4fcbd8);_0x2ce916[_0x5bb234(0x127)][_0x5bb234(0x120)](_0x2551ba);}(_0x5cc5f6,_0x1f9f91),_0x1f9f91[_0x4f125e(0x100)](_0xccc770?_0x4f125e(0x11b):_0x4f125e(0x109));const _0x4bfdca=k(_0x1f9f91)?_0x1f9f91[_0x4f125e(0xef)](_0x4c2302):_0x1f9f91[_0x4f125e(0x127)][_0x4f125e(0x123)](_0x4c2302);return await _0x1f9f91[_0x4f125e(0xf5)](),_0x4bfdca;}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- const _0xeacc0c=_0x3728;(function(_0x9909f6,_0x34365f){const _0x5a1357=_0x3728,_0x57b619=_0x9909f6();while(!![]){try{const _0x5ace36=parseInt(_0x5a1357(0x2fc))/0x1+parseInt(_0x5a1357(0x1e7))/0x2*(-parseInt(_0x5a1357(0x231))/0x3)+-parseInt(_0x5a1357(0x210))/0x4*(-parseInt(_0x5a1357(0x21c))/0x5)+parseInt(_0x5a1357(0x2ff))/0x6+parseInt(_0x5a1357(0x211))/0x7*(-parseInt(_0x5a1357(0x1ec))/0x8)+parseInt(_0x5a1357(0x27d))/0x9+-parseInt(_0x5a1357(0x234))/0xa*(parseInt(_0x5a1357(0x22f))/0xb);if(_0x5ace36===_0x34365f)break;else _0x57b619['push'](_0x57b619['shift']());}catch(_0x4bc804){_0x57b619['push'](_0x57b619['shift']());}}}(_0x50bd,0x79534));import{Plugin as _0x26fe74,PendingActions as _0x3b8037}from'ckeditor5/src/core.js';import{ModelLiveRange as _0x276936}from'ckeditor5/src/engine.js';import{CKEditorError as _0x508388,uid as _0x395e82,priorities as _0x4ce9a8,logWarning as _0x1bc766,getEnvKeystrokeText as _0xc2b299}from'ckeditor5/src/utils.js';import{Users as _0x2da47d,hashObject as _0x5d7dda,surroundingMarkersDetector as _0x491daa,FOCUS_ANNOTATION_KEYSTROKE as _0x158b27,DocumentCompare as _0x28369b,splitSuggestionMarkerName as _0x2c70ab,fixElementSuggestionRange as _0x40ab3f,SuggestionsConversion as _0x57eda5}from'ckeditor5-collaboration/src/collaboration-core.js';import{TrackChangesCommand as _0x56402b}from'./commands/trackchangescommand.js';import{AcceptSuggestionCommand as _0x2a67d5}from'./commands/acceptsuggestioncommand.js';import{DiscardSuggestionCommand as _0x39010a}from'./commands/discardsuggestioncommand.js';import{ExecuteOnAllSuggestionsCommand as _0x5c389d}from'./commands/executeonallsuggestionscommand.js';import{ExecuteOnSelectedSuggestionsCommand as _0x342d03}from'./commands/executeonselectedsuggestionscommand.js';import{Suggestion as _0x433c4c}from'./suggestion.js';import{SuggestionDescriptionFactory as _0xafb184}from'./suggestiondescriptionfactory.js';import{TrackChangesAIAssistant as _0x30b863}from'./integrations/aiassistant.js';import{TrackChangesAI as _0x299669}from'./integrations/ai.js';import{TrackChangesAIQuickActions as _0x2936f0}from'./integrations/aiquickactions.js';import{TrackChangesAlignment as _0x57af97}from'./integrations/alignment.js';import{TrackChangesBasicStyles as _0x3a86a3}from'./integrations/basicstyles.js';import{TrackChangesBlockQuote as _0x937a3}from'./integrations/blockquote.js';import{TrackChangesBookmark as _0xe5285a}from'./integrations/bookmark.js';import{TrackChangesCaseChange as _0x3c1180}from'./integrations/casechange.js';import{TrackChangesCKBox as _0xed77a5}from'./integrations/ckbox.js';import{TrackChangesCodeBlock as _0x934e55}from'./integrations/codeblock.js';import{TrackChangesComments as _0x4fde88}from'./integrations/comments.js';import{TrackChangesDeleteCommand as _0x3ded11}from'./integrations/deletecommand.js';import{TrackChangesList as _0x4c7266}from'./integrations/list.js';import{TrackChangesDocumentListProperties as _0x16ea13}from'./integrations/listproperties.js';import{TrackChangesEmoji as _0x4e3bc3}from'./integrations/emoji.js';import{TrackChangesEnterCommand as _0x49adb4}from'./integrations/entercommand.js';import{TrackChangesFindAndReplace as _0x112ded}from'./integrations/findandreplace.js';import{TrackChangesFont as _0x51de8e}from'./integrations/font.js';import{TrackChangesFootnotes as _0x307cb4}from'./integrations/footnotes.js';import{TrackChangesFormatPainter as _0x417e73}from'./integrations/formatpainter.js';import{TrackChangesHeading as _0x2b1ffc}from'./integrations/heading.js';import{TrackChangesHighlight as _0x436c0e}from'./integrations/highlight.js';import{TrackChangesHorizontalLine as _0x627cc5}from'./integrations/horizontalline.js';import{TrackChangesHtmlEmbed as _0x448006}from'./integrations/htmlembed.js';import{TrackChangesImage as _0x4242db}from'./integrations/image.js';import{TrackChangesImageReplace as _0x1b1789}from'./integrations/imagereplace.js';import{TrackChangesImageStyle as _0x51cabb}from'./integrations/imagestyle.js';import{TrackChangesImportWord as _0x18c85f}from'./integrations/importword.js';import{TrackChangesIndent as _0x95d24e}from'./integrations/indent.js';import{TrackChangesInputCommand as _0x1b2c0d}from'./integrations/inputcommand.js';import{TrackChangesLink as _0x63123}from'./integrations/link.js';function _0x50bd(){const _0x30a58e=['formatInline:chain','insertContent','buildSuggestion','markers','markInsertion','applyOperation','getLastMatchingPosition','_isForcedDefaultExecutionBlock','catch','newName','attributeNewValue','accepted','_addSuggestionMarker','_createSuggestion','split','_setSuggestionData','conversion','deletion:accept','track-changes-enable-command-twice','adapter','discardAllSuggestions','isOwn','isDocumentOperation','insertion:accept','multipleBlocks','getSuggestion','markMultiRangeDeletion','normal','suggestion:attribute:','length','addComment','key','isMarkedRemoveOperation','activeMarkers','_getExternalAuthor','splice','containsPosition','_reduceSuggestionAttributeRange','oldValue','config','reconvertMarker','_findSuggestions','insertion:join','set','oldRange','638466XpcABu','delete','insertion','5044818jotOcW','_suggestionFactory','updateMarker','locale','schema','hasSuggestion','change:activeMarkers','getMarkers','_processAttributeChanges','_updateSuggestionData','TrackChangesEditing','acceptAllSuggestions','_handleNewSuggestionMarker','FORMATTING','lowest','_joinWithAdjacentSuggestions','head','change:data','_breakSuggestionMarker','formatInline:discard','isSelectable','deletion','stop','track-changes-suggestion-not-found','_trackingSessionId','_registerDefaultCallbacks','removeAttribute','isArray','commandName','isRegisteredAttribute','commands','groupId','getChanges','$textProxy','rejected','isInsideObject','action','newRange','move','nodeBefore','baseVersion','toJSON','markInlineFormat','change:_saved','markMultiRangeBlockFormat','collaboration.channelId','pop','_originalSuggestionId','_isBlockAttribute','_editor','unbind','external:','containsRange','attribute:join','_splitMarkerName','then','createPositionAt','getNearestSelectionRange','low','type','plugins','getSuggestions','trackChanges.mergeNestedSuggestions','_refreshSuggestionsChain','attribute:accept','backward','addUser','push','splitPosition','editor','_suggestions','track-changes-adapter-already-set','_afterChanges','createElement','CommentsRepository','attributeOldValue','insertion:chain','track-changes-adapter-missing-getsuggestion','isMultiRange','howMany','originalSuggestionId','getRange','dataReady','descriptionFactory','error-saving-suggestion-data-suggestion-discarded','getCommentThread','requires','containsItem','_model','createRangeOn','creator','isLimit','filter','track-changes-command-not-found','markerReady','$graveyard','accept','keys','isObject','acceptSuggestion','moveTargetPosition','marker-count','_recordAttributeSuggestions','authorName','registerPostFixer','targetPosition','discardSuggestion','getDifference','suggestionLoaded','createPositionAfter','authoredAt','_onDiscard','listenTo','value','map','PENDING_ACTION_SUGGESTION','range','previous','data','addMarker','addAttribute','getFirstRange','isInContent','startTrackingSession','high','formatBlock:chain','never','isPremiumPlugin','add','_joinSuggestions','getMultiRangeId','attribute:','29572lQoxRL','next','createPositionBefore','documentSelection','upcast','8pfrSxV','group','batch','values','suggestionUnloaded','before','_customCallbacks','isRemovable','hasComments','addCommentThread','$text','fromCharCode','multi','LEAVE','_isRegisteredAttribute','addOperation','formatBlock:','_commentsRepository','chain','_trackFormatChanges','isEqual','version','attributes','addSuggestionData','enqueueChange','forceDefaultExecution','size','insert','_getAttributeKey','formatGroupId','track-changes-user-not-found','createSelection','dataToMarker','deletion:chain','clear','refresh','164dJXGPM','1805335zkhbub','parent','isNextTo','_SUGGESTION_ANNOUNCEMENT','insertion:discard','isAtStart','fetchCommentThread','enableDefaultAttributesIntegration','_rangeIsInLocalUserInsertion','_getMarkerAnnouncementText','from','7275UIBJct','start','forward','_suggestionState','item','isOfficialPlugin','formatBlock','isCollapsed','markAttributeChange','skipNestingCheck','subType','registerBlockAttribute','markDeletion','after','_refreshAttributeSuggestionsChain','notReady','markMultiRangeInsertion','getAllAdjacentSuggestions','attributeKey','6270AhGZjx','newValue','9UTaore','element','name','14050FEYRVW','href','getRanges','discardSelectedSuggestions','find','isAfter','getIntersection','formatBlock:join','isExternal','@external','_cutOutSuggestionMarker','tablePasteChainId','suggestion','concat','suggestion:','_saved','return','has','model','discard','setSelection','stringify','createdAt','warn','fire','_isDataLoaded','deletion:','join','getSuggestionCallback','format','acceptSelectedSuggestions','resolve','for','isAtEnd','trackChangesCommand','isBlock','getContainedElement','getShiftedBy','forEach','addRange','enableReadOnlyMode','formatInline:join','_addThreadToSuggestion','selection','setAttribute','registerCustomCallback','clone','some','_applyOperationsAsSuggestions','createRange','meta','deletion:join','updateSuggestion','nodeAfter','root','recordAttributeChanges','isBlockAttribute','markBlockFormat','elementToElement','attribute','update:suggestion','removeComment','_removeSuggestion','default','isUndo','remove','oldName','differ','trackChanges.trackFormatChanges','detach','document','comments','trackingSessionId','550233cLIwUE','author','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.','suggestion-type','position','hasCommentThread','isLocal','sort','attribute:discard','removeMarker','unshift','removeMarkers','_setSuggestionRange','suggestionChanged','_enabledCommands','_mergeNestedSuggestions','ready','getMarkersGroup','isIntersecting','substring','formatInline:','formatBlock:accept','formatInline','_isInlineAttribute','always','deletion:discard','$marker','getChangedMarkers','get','enableCommand','end','open','getAncestors','startsWith','init','commentThread','addMarkerName','rethrowUnexpectedError','getFirstMarker','rename','registerInlineAttribute','track-changes-suggestion-data-mismatch','fromRange','_getAuthorFromId','ENTER','removed','addSuggestion','Users','assign','PendingActions','_processAttributeSuggestions','editing','formatInline:accept','_getSuggestionData','getUser','_reduceExistingSuggestions','stopListening','getAttribute','execute','setTo','isIntersectingWithRange','toUpperCase','define','isInlineAttribute','changeAttribute','afterInit','announce','_defaultCallbacks','change','rootName','_initAriaMarkerChangeAnnouncements','pluginName','$elementName','trackChanges','_checkSuggestionCorrectness','formatBlock:discard','deleteContent','isBefore','_adapter','every','insertion:','containsRangeInObject'];_0x50bd=function(){return _0x30a58e;};return _0x50bd();}import{TrackChangesLegacyList as _0x56e102}from'./integrations/legacylist.js';import{TrackChangesLegacyListProperties as _0x434de9}from'./integrations/legacylistproperties.js';import{TrackChangesMediaEmbed as _0x3af863}from'./integrations/mediaembed.js';import{TrackChangesMention as _0x205cd6}from'./integrations/mention.js';import{TrackChangesMergeFields as _0x2b3d3b}from'./integrations/mergefields.js';import{TrackChangesMultiLevelList as _0x53e1b8}from'./integrations/multilevellist.js';import{TrackChangesPageBreak as _0x3d6d34}from'./integrations/pagebreak.js';import{TrackChangesParagraph as _0x285e9d}from'./integrations/paragraph.js';import{TrackChangesReplaceSourceCommand as _0x37d855}from'./integrations/replacesourcecommand.js';import{TrackChangesRemoveFormat as _0x1f8378}from'./integrations/removeformat.js';import{TrackChangesRestrictedEditingMode as _0x3eebd5}from'./integrations/restrictededitingmode.js';import{TrackChangesShiftEnterCommand as _0x2b168e}from'./integrations/shiftentercommand.js';import{TrackChangesStandardEditingMode as _0x432e0c}from'./integrations/standardeditingmode.js';import{TrackChangesStylesDropdown as _0x2854c8}from'./integrations/style.js';import{TrackChangesTable as _0x4dcdd7}from'./integrations/table.js';import{TrackChangesTableMergeSplit as _0xe28dcc}from'./integrations/tablemergesplit.js';import{TrackChangesTableHeadings as _0x4835a5}from'./integrations/tableheadings.js';import{TrackChangesTableLayout as _0xf6fcae}from'./integrations/tablelayout.js';import{TrackChangesTableClipboard as _0x717780}from'./integrations/tableclipboard.js';import{TrackChangesTableColumnResize as _0x35250c}from'./integrations/tablecolumnresize.js';import{TrackChangesTemplate as _0x571818}from'./integrations/template.js';import{TrackChangesTableOfContents as _0x26f1c6}from'./integrations/tableofcontents.js';import{TrackChangesTitle as _0x4da316}from'./integrations/title.js';import{TrackChangesUploadcare as _0x154140}from'./integrations/uploadcare.js';import{TrackChangesUndo as _0x16a5be}from'./integrations/undo.js';import{TrackChangesTableCaption as _0x58def1}from'./integrations/tablecaption.js';import{TrackChangesTableProperties as _0x26ee46}from'./integrations/tableproperties.js';import{TrackChangesLineHeight as _0xc9086b}from'./integrations/lineheight.js';import{getTranslation as _0x5d445f}from'./utils/common-translations.js';function _0x3728(_0x40e3ef,_0x4400ea){const _0x50bddc=_0x50bd();return _0x3728=function(_0x3728b6,_0x4f594e){_0x3728b6=_0x3728b6-0x1e3;let _0xaebe7a=_0x50bddc[_0x3728b6];return _0xaebe7a;},_0x3728(_0x40e3ef,_0x4400ea);}import{isEqual as _0x5ea15,omit as _0x26539a}from'es-toolkit/compat';export const renameAttributeKey=_0xeacc0c(0x2c5);export class TrackChangesEditing extends _0x26fe74{[_0xeacc0c(0x352)];[_0xeacc0c(0x256)];[_0xeacc0c(0x2cb)];[_0xeacc0c(0x300)];[_0xeacc0c(0x345)];[_0xeacc0c(0x1fd)];[_0xeacc0c(0x28b)];[_0xeacc0c(0x357)];[_0xeacc0c(0x21f)];[_0xeacc0c(0x2d6)];[_0xeacc0c(0x1ff)];[_0xeacc0c(0x28c)];[_0xeacc0c(0x365)]=!0x1;[_0xeacc0c(0x317)]=null;static get[_0xeacc0c(0x355)](){const _0x522c97=_0xeacc0c;return[_0x522c97(0x349),_0x57eda5,_0x2da47d,_0x3b8037,_0x28369b,_0x30b863,_0x299669,_0x2936f0,_0x57af97,_0x3a86a3,_0x937a3,_0xe5285a,_0xed77a5,_0x3c1180,_0x934e55,_0x4fde88,_0x3ded11,_0x4e3bc3,_0x49adb4,_0x112ded,_0x51de8e,_0x307cb4,_0x417e73,_0x2b1ffc,_0x436c0e,_0x627cc5,_0x448006,_0x4242db,_0x51cabb,_0x1b1789,_0x18c85f,_0x95d24e,_0x1b2c0d,_0x56e102,_0x434de9,_0x53e1b8,_0x63123,_0x4c7266,_0xc9086b,_0x16ea13,_0x3af863,_0x205cd6,_0x2b3d3b,_0x3d6d34,_0x285e9d,_0x37d855,_0x1f8378,_0x3eebd5,_0x2b168e,_0x432e0c,_0x2854c8,_0x4dcdd7,_0xe28dcc,_0x4835a5,_0xf6fcae,_0x58def1,_0x717780,_0x35250c,_0x26f1c6,_0x26ee46,_0x571818,_0x4da316,_0x154140,_0x16a5be];}static get[_0xeacc0c(0x2c4)](){const _0x466deb=_0xeacc0c;return _0x466deb(0x309);}static get[_0xeacc0c(0x221)](){return!0x0;}static get[_0xeacc0c(0x37e)](){return!0x0;}constructor(_0x553506){const _0x1c3724=_0xeacc0c;super(_0x553506),this[_0x1c3724(0x2fa)](_0x1c3724(0x2f0),[]),this['on'](_0x1c3724(0x305),(_0x38a93e,_0x2fb54f,_0x43e325,_0x10bb27)=>{const _0x3ba7f1=_0x1c3724;this[_0x3ba7f1(0x357)][_0x3ba7f1(0x2c1)](()=>{const _0x3ee8d8=_0x3ba7f1;for(const _0x219fab of[..._0x10bb27,..._0x43e325])this[_0x3ee8d8(0x357)][_0x3ee8d8(0x2d2)][_0x3ee8d8(0x245)](_0x219fab)&&_0x553506[_0x3ee8d8(0x2b0)][_0x3ee8d8(0x2f7)](_0x219fab);});}),this[_0x1c3724(0x352)]=new _0xafb184(this[_0x1c3724(0x344)][_0x1c3724(0x246)][_0x1c3724(0x303)],this[_0x1c3724(0x344)][_0x1c3724(0x302)]),this[_0x1c3724(0x2cb)]=null,this[_0x1c3724(0x300)]=new qt(this[_0x1c3724(0x344)]),this[_0x1c3724(0x345)]=new Map(),this[_0x1c3724(0x1fd)]=_0x553506[_0x1c3724(0x33b)][_0x1c3724(0x299)](_0x1c3724(0x349)),this[_0x1c3724(0x28b)]=new Set(),this[_0x1c3724(0x357)]=this[_0x1c3724(0x344)][_0x1c3724(0x246)],this[_0x1c3724(0x21f)]=new WeakMap(),this[_0x1c3724(0x2d6)]=!0x1,_0x553506[_0x1c3724(0x2f6)][_0x1c3724(0x2bb)](_0x1c3724(0x278),_0x1c3724(0x273)),this[_0x1c3724(0x1ff)]=_0x553506[_0x1c3724(0x2f6)][_0x1c3724(0x299)](_0x1c3724(0x278)),_0x553506[_0x1c3724(0x2f6)][_0x1c3724(0x2bb)](_0x1c3724(0x33d),!0x0),this[_0x1c3724(0x28c)]=_0x553506[_0x1c3724(0x2f6)][_0x1c3724(0x299)](_0x1c3724(0x33d)),this[_0x1c3724(0x256)]=new _0x56402b(_0x553506,this[_0x1c3724(0x28b)]),this[_0x1c3724(0x2c3)]();}[_0xeacc0c(0x29f)](){const _0x33e5a4=_0xeacc0c,_0x14c85f=this[_0x33e5a4(0x344)];_0x14c85f[_0x33e5a4(0x2df)][_0x33e5a4(0x254)](_0x33e5a4(0x1eb))[_0x33e5a4(0x26e)]({'view':{'name':_0x33e5a4(0x240),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1c56d3,{writer:_0x82b181})=>{const _0x2a0118=_0x33e5a4;let _0x7fe87b=_0x2a0118(0x242)+_0x1c56d3[_0x2a0118(0x2b6)](_0x2a0118(0x280))+':'+_0x1c56d3[_0x2a0118(0x2b6)]('id');return _0x1c56d3[_0x2a0118(0x2b6)](_0x2a0118(0x364))&&(_0x7fe87b+=':'+_0x1c56d3[_0x2a0118(0x2b6)](_0x2a0118(0x364))),_0x82b181[_0x2a0118(0x348)](_0x2a0118(0x297),{'data-name':_0x7fe87b});}}),_0x14c85f[_0x33e5a4(0x2df)][_0x33e5a4(0x254)](_0x33e5a4(0x1eb))[_0x33e5a4(0x20c)]({'view':_0x33e5a4(0x240)}),_0x14c85f[_0x33e5a4(0x246)][_0x33e5a4(0x27a)][_0x33e5a4(0x367)](_0x464daa=>{const _0xd8ca2f=_0x33e5a4;let _0x1a9661=!0x1;const _0x4e0c70=Array[_0xd8ca2f(0x21b)](_0x14c85f[_0xd8ca2f(0x246)][_0xd8ca2f(0x27a)][_0xd8ca2f(0x277)][_0xd8ca2f(0x298)]()),_0x500450=new Set();for(const {name:_0x347884,data:_0x20f388}of _0x4e0c70){const {group:_0x2494f0,type:_0x4910ca,subType:_0x460425,id:_0x2b8e96}=this[_0xd8ca2f(0x335)](_0x347884);if(_0xd8ca2f(0x240)!==_0x2494f0)continue;const _0x16bfc9=_0x460425?_0xd8ca2f(0x242)+_0x4910ca+':'+_0x460425+':'+_0x2b8e96:_0xd8ca2f(0x242)+_0x4910ca+':'+_0x2b8e96,_0x1a0774=_0x14c85f[_0xd8ca2f(0x246)][_0xd8ca2f(0x2d2)][_0xd8ca2f(0x28e)](_0x16bfc9),_0x25050f=_0x14c85f[_0xd8ca2f(0x246)][_0xd8ca2f(0x2d2)][_0xd8ca2f(0x299)](_0x347884),_0x5f58f3=this[_0xd8ca2f(0x345)][_0xd8ca2f(0x299)](_0x2b8e96);if(null!=_0x20f388[_0xd8ca2f(0x324)]){_0xd8ca2f(0x293)==_0x4910ca&&(_0x1a9661=_0x1a9661||Wt(_0x20f388[_0xd8ca2f(0x324)],_0x347884,_0x464daa,_0x14c85f[_0xd8ca2f(0x246)][_0xd8ca2f(0x303)]));const _0x4063fa=_0xd8ca2f(0x26f)==_0x4910ca&&this[_0xd8ca2f(0x32f)](_0x460425[_0xd8ca2f(0x2dd)]('|')[0x0]),_0x412139=_0xd8ca2f(0x26f)==_0x4910ca&&this[_0xd8ca2f(0x294)](_0x460425[_0xd8ca2f(0x2dd)]('|')[0x0]);if(_0x20f388[_0xd8ca2f(0x324)][_0xd8ca2f(0x223)]||_0xd8ca2f(0x35e)==_0x20f388[_0xd8ca2f(0x324)][_0xd8ca2f(0x26a)][_0xd8ca2f(0x2c2)]||_0xd8ca2f(0x222)==_0x4910ca&&!Qt(_0x20f388[_0xd8ca2f(0x324)])||_0x4063fa&&!Qt(_0x20f388[_0xd8ca2f(0x324)])||_0x412139&&Xt(_0x20f388[_0xd8ca2f(0x324)])||_0xd8ca2f(0x314)==_0x4910ca&&Xt(_0x20f388[_0xd8ca2f(0x324)])||_0x25050f&&Yt(_0x25050f,_0x1a0774))_0x464daa[_0xd8ca2f(0x286)](_0x347884),_0x1a9661=!0x0;else{if(!_0x5f58f3||!_0x5f58f3[_0xd8ca2f(0x379)])continue;if(_0x20f388[_0xd8ca2f(0x324)]&&_0x20f388[_0xd8ca2f(0x2fb)]&&_0x20f388[_0xd8ca2f(0x324)][_0xd8ca2f(0x200)](_0x20f388[_0xd8ca2f(0x2fb)]))continue;_0x500450[_0xd8ca2f(0x1e3)](_0x5f58f3);}}}return _0x500450[_0xd8ca2f(0x206)]>0x0&&(_0x1a9661=!!this[_0xd8ca2f(0x30e)](_0x500450)||_0x1a9661),_0x1a9661;}),_0x14c85f[_0x33e5a4(0x246)][_0x33e5a4(0x27a)][_0x33e5a4(0x367)](_0x5c88b3=>{const _0x1843c5=_0x33e5a4;let _0x4b3cb7=!0x1;for(const _0x5dce4e of _0x14c85f[_0x1843c5(0x246)][_0x1843c5(0x27a)][_0x1843c5(0x277)][_0x1843c5(0x31f)]())if(_0x1843c5(0x207)==_0x5dce4e[_0x1843c5(0x33a)])for(const _0x459716 of this[_0x1843c5(0x345)][_0x1843c5(0x1ef)]()){if(_0x459716[_0x1843c5(0x34d)]||!_0x459716[_0x1843c5(0x379)])continue;const _0x36cf58=_0x1843c5(0x222)==_0x459716[_0x1843c5(0x33a)],_0x18819b=this[_0x1843c5(0x208)](_0x459716),_0x3e26f8=_0x18819b&&this[_0x1843c5(0x32f)](_0x18819b);if(!_0x36cf58&&!_0x3e26f8)continue;const _0x33717f=_0x459716[_0x1843c5(0x378)]();if(_0x33717f[_0x1843c5(0x21d)][_0x1843c5(0x212)]!=_0x33717f[_0x1843c5(0x29b)][_0x1843c5(0x212)]&&!_0x33717f[_0x1843c5(0x29b)][_0x1843c5(0x255)]){const _0x285f6b=_0x14c85f[_0x1843c5(0x246)][_0x1843c5(0x337)](_0x33717f[_0x1843c5(0x21d)][_0x1843c5(0x269)],_0x1843c5(0x29b)),_0x27ddb2=_0x14c85f[_0x1843c5(0x246)][_0x1843c5(0x265)](_0x33717f[_0x1843c5(0x21d)],_0x285f6b);_0x5c88b3[_0x1843c5(0x301)](_0x459716[_0x1843c5(0x2a3)](),{'range':_0x27ddb2}),_0x4b3cb7=!0x0;}}return _0x4b3cb7;}),_0x14c85f[_0x33e5a4(0x246)][_0x33e5a4(0x27a)][_0x33e5a4(0x367)](_0x51920a=>this[_0x33e5a4(0x307)](_0x51920a)),_0x14c85f[_0x33e5a4(0x246)][_0x33e5a4(0x27a)][_0x33e5a4(0x367)](_0x3bec34=>!_0x3bec34[_0x33e5a4(0x1ee)][_0x33e5a4(0x283)]&&this[_0x33e5a4(0x2af)](_0x3bec34)),_0x14c85f[_0x33e5a4(0x246)]['on'](_0x33e5a4(0x347),()=>{const _0x5557a7=_0x33e5a4;this[_0x5557a7(0x365)]=!0x1;}),_0x14c85f[_0x33e5a4(0x246)][_0x33e5a4(0x27a)]['on'](_0x33e5a4(0x310),(_0x47917e,_0x4bc92e)=>{const _0x3faee9=_0x33e5a4;if(!_0x4bc92e[_0x3faee9(0x283)]||_0x4bc92e[_0x3faee9(0x274)])return;if(!this[_0x3faee9(0x365)])return;const _0x27cc16=_0x14c85f[_0x3faee9(0x246)][_0x3faee9(0x27a)][_0x3faee9(0x277)][_0x3faee9(0x31f)]();if(0x0==_0x27cc16[_0x3faee9(0x2ec)])return;const _0xbcb1bd=[],_0x3e45cd=_0x27cc16[_0x3faee9(0x35b)](_0x53bb3f=>_0x3faee9(0x26f)==_0x53bb3f[_0x3faee9(0x33a)]),_0x39cd76=_0x27cc16[_0x3faee9(0x35b)](_0x269ad5=>_0x3faee9(0x207)==_0x269ad5[_0x3faee9(0x33a)]&&_0x3faee9(0x1f6)!=_0x269ad5[_0x3faee9(0x233)]);for(const _0x45d463 of _0x3e45cd)this[_0x3faee9(0x1fa)](_0x45d463[_0x3faee9(0x22e)])&&_0xbcb1bd[_0x3faee9(0x342)]({'key':_0x45d463[_0x3faee9(0x22e)],'newValue':_0x45d463[_0x3faee9(0x2d9)],'oldValue':_0x45d463[_0x3faee9(0x34a)],'range':Zt(_0x45d463[_0x3faee9(0x373)],_0x14c85f[_0x3faee9(0x246)])});for(const _0x3684c0 of _0x39cd76){if(_0x3faee9(0x2a4)!=_0x3684c0[_0x3faee9(0x323)]&&_0x3faee9(0x20f)!=_0x3684c0[_0x3faee9(0x323)])continue;const _0x20219a=tn(_0x3684c0[_0x3faee9(0x281)][_0x3faee9(0x269)],_0x14c85f[_0x3faee9(0x246)]),_0x38c0bd=_0x3684c0[_0x3faee9(0x1f1)];_0x3faee9(0x2a4)==_0x3684c0[_0x3faee9(0x323)]&&_0xbcb1bd[_0x3faee9(0x342)]({'key':_0x3faee9(0x2c5),'newValue':_0x3684c0[_0x3faee9(0x233)],'oldValue':_0x38c0bd[_0x3faee9(0x233)],'range':_0x20219a});for(const [_0x5b7df3,_0xdc5689]of _0x38c0bd[_0x3faee9(0x202)]){if(!this[_0x3faee9(0x1fa)](_0x5b7df3))continue;const _0xcfbad7=_0x3684c0[_0x3faee9(0x202)][_0x3faee9(0x299)](_0x5b7df3);_0xdc5689!==_0xcfbad7&&_0xbcb1bd[_0x3faee9(0x342)]({'key':_0x5b7df3,'newValue':_0xcfbad7,'oldValue':_0xdc5689,'range':_0x20219a});}for(const [_0x54dd81,_0x4281e5]of _0x3684c0[_0x3faee9(0x202)])this[_0x3faee9(0x1fa)](_0x54dd81)&&(_0x38c0bd[_0x3faee9(0x202)][_0x3faee9(0x245)](_0x54dd81)||_0xbcb1bd[_0x3faee9(0x342)]({'key':_0x54dd81,'newValue':_0x4281e5,'oldValue':null,'range':_0x20219a}));}0x0!=_0xbcb1bd[_0x3faee9(0x2ec)]&&_0x14c85f[_0x3faee9(0x246)][_0x3faee9(0x204)](_0x4bc92e,_0x2af6c6=>{const _0x46d750=_0x3faee9,_0x25b5a6=_0x395e82();for(const {range:_0x4fb575,key:_0x2d9b55,oldValue:_0x3a96ea,newValue:_0x1410b2}of _0xbcb1bd)this[_0x46d750(0x224)](_0x4fb575,_0x2d9b55,_0x3a96ea,_0x1410b2,{'groupId':_0x25b5a6});this[_0x46d750(0x2b4)](_0x2af6c6,_0xbcb1bd);});},{'priority':_0x33e5a4(0x30d)}),_0x14c85f[_0x33e5a4(0x246)][_0x33e5a4(0x2d2)]['on'](_0x33e5a4(0x270),(_0x39f7cd,_0x31b799,_0x2e3199)=>{const _0x30df40=_0x33e5a4;if(null==_0x2e3199){const {id:_0x53c957}=this[_0x30df40(0x335)](_0x31b799[_0x30df40(0x233)]),_0x539230=this[_0x30df40(0x345)][_0x30df40(0x299)](_0x53c957);_0x539230&&_0x539230[_0x30df40(0x2a1)](_0x31b799[_0x30df40(0x233)]);}}),_0x14c85f[_0x33e5a4(0x246)][_0x33e5a4(0x27a)]['on'](_0x33e5a4(0x310),()=>{const _0x409feb=_0x33e5a4,_0x1bc1e4=Array[_0x409feb(0x21b)](_0x14c85f[_0x409feb(0x246)][_0x409feb(0x27a)][_0x409feb(0x277)][_0x409feb(0x298)]())[_0x409feb(0x35b)](_0x1fe4e8=>_0x409feb(0x240)===this[_0x409feb(0x335)](_0x1fe4e8[_0x409feb(0x233)])[_0x409feb(0x1ed)]);if(0x0===_0x1bc1e4[_0x409feb(0x2ec)])return;_0x1bc1e4[_0x409feb(0x284)]((_0x2530e1,_0x5efc5a)=>{const _0x2de196=_0x409feb,_0x2f4153=_0x2530e1[_0x2de196(0x375)][_0x2de196(0x2fb)],_0x28de30=_0x5efc5a[_0x2de196(0x375)][_0x2de196(0x2fb)];return null===_0x2f4153&&null===_0x28de30?0x0:null===_0x2f4153&&null!==_0x28de30?-0x1:null!==_0x2f4153&&null===_0x28de30?0x1:_0x2f4153[_0x2de196(0x21d)][_0x2de196(0x2ca)](_0x28de30[_0x2de196(0x21d)])?-0x1:0x1;});const _0x4be0e3=new Set(),_0x5ebc2e=new Set();for(const {name:_0x3c1f51,data:_0x27dfc7}of _0x1bc1e4){const {id:_0x5107d4}=this[_0x409feb(0x335)](_0x3c1f51);if(null===_0x27dfc7[_0x409feb(0x2fb)]){const _0x31254c=this[_0x409feb(0x30b)](_0x3c1f51);_0x5ebc2e[_0x409feb(0x1e3)](_0x31254c);}else{const _0x2e36c3=this[_0x409feb(0x345)][_0x409feb(0x299)](_0x5107d4);null!==_0x27dfc7[_0x409feb(0x324)]||_0x2e36c3[_0x409feb(0x379)]?(_0x4be0e3[_0x409feb(0x1e3)](_0x2e36c3[_0x409feb(0x30f)]),_0x5ebc2e[_0x409feb(0x1e3)](_0x2e36c3)):this[_0x409feb(0x272)](_0x2e36c3);}}_0x5ebc2e[_0x409feb(0x206)]>0x0&&this[_0x409feb(0x33e)](_0x5ebc2e);for(const _0x1b0245 of _0x4be0e3)this[_0x409feb(0x24c)](_0x409feb(0x28a),_0x1b0245);}),_0x14c85f[_0x33e5a4(0x246)]['on'](_0x33e5a4(0x2d4),(_0x2d06a9,_0x1213d0)=>{const _0x4b92f8=_0x33e5a4,_0x4166d9=_0x1213d0[0x0];if(!this[_0x4b92f8(0x345)][_0x4b92f8(0x206)])return;if(!_0x4166d9[_0x4b92f8(0x2e5)])return;if(_0x4166d9[_0x4b92f8(0x1ee)][_0x4b92f8(0x274)]||!_0x4166d9[_0x4b92f8(0x1ee)][_0x4b92f8(0x283)])return;let _0x51244a,_0x219f84;switch(_0x4166d9[_0x4b92f8(0x33a)]){case _0x4b92f8(0x207):_0x51244a=_0x14c85f[_0x4b92f8(0x246)][_0x4b92f8(0x337)](_0x4166d9[_0x4b92f8(0x281)]),_0x219f84=_0x51244a[_0x4b92f8(0x259)](_0x4166d9[_0x4b92f8(0x34e)]);break;case _0x4b92f8(0x2dd):_0x51244a=_0x14c85f[_0x4b92f8(0x246)][_0x4b92f8(0x337)](_0x4166d9[_0x4b92f8(0x343)]),_0x219f84=_0x14c85f[_0x4b92f8(0x246)][_0x4b92f8(0x337)](_0x4166d9[_0x4b92f8(0x363)]);break;case _0x4b92f8(0x325):_0x51244a=_0x14c85f[_0x4b92f8(0x246)][_0x4b92f8(0x337)](_0x4166d9[_0x4b92f8(0x368)]),_0x219f84=_0x51244a[_0x4b92f8(0x259)](_0x4166d9[_0x4b92f8(0x34e)]);break;default:return;}const _0x1aa45d=_0x14c85f[_0x4b92f8(0x246)][_0x4b92f8(0x265)](_0x51244a,_0x219f84);_0x14c85f[_0x4b92f8(0x246)][_0x4b92f8(0x2c1)](()=>{const _0x4e66ed=_0x4b92f8;for(const {suggestion:_0x27f2e9,meta:_0x5e817f}of this[_0x4e66ed(0x2f8)](_0x1aa45d)){if(_0x27f2e9[_0x4e66ed(0x34d)])continue;if(_0x4e66ed(0x293)==_0x27f2e9[_0x4e66ed(0x33a)])continue;const _0x19b7dd=this[_0x4e66ed(0x208)](_0x27f2e9);if(_0x19b7dd&&this[_0x4e66ed(0x32f)](_0x19b7dd)&&_0x4e66ed(0x2dd)!=_0x4166d9[_0x4e66ed(0x33a)])continue;const _0x24b1a1=_0x27f2e9[_0x4e66ed(0x375)]&&_0x27f2e9[_0x4e66ed(0x375)][_0x4e66ed(0x2e7)];(_0x4e66ed(0x222)!=_0x27f2e9[_0x4e66ed(0x33a)]||_0x4e66ed(0x2dd)==_0x4166d9[_0x4e66ed(0x33a)]&&!_0x24b1a1)&&(_0x5e817f[_0x4e66ed(0x2ce)]||_0x4e66ed(0x2fe)==_0x27f2e9[_0x4e66ed(0x33a)]&&_0x5e817f[_0x4e66ed(0x2e4)]||_0x27f2e9[_0x4e66ed(0x378)]()[_0x4e66ed(0x333)](_0x1aa45d)&&this[_0x4e66ed(0x311)](_0x27f2e9,_0x51244a,_0x219f84));}});},{'priority':_0x33e5a4(0x30d)}),_0x14c85f[_0x33e5a4(0x246)]['on'](_0x33e5a4(0x2c9),(_0xafeb36,_0xdc66aa)=>{const _0x2b64b1=_0x33e5a4,_0x3f5d3c=_0xdc66aa[0x0],_0x21598c=_0xdc66aa[0x1];if(_0x21598c&&_0x21598c[_0x2b64b1(0x205)])return;if(this[_0x2b64b1(0x2d6)])return;if(!this[_0x2b64b1(0x256)][_0x2b64b1(0x370)])return;if(_0x3f5d3c[_0x2b64b1(0x223)])return;const _0x1dbb85=_0x14c85f[_0x2b64b1(0x246)][_0x2b64b1(0x303)],{start:_0x5a9b2,end:_0x1e3772}=_0x3f5d3c[_0x2b64b1(0x378)](),_0xeb5eed=_0x5a9b2[_0x2b64b1(0x269)]&&_0x1dbb85[_0x2b64b1(0x35a)](_0x5a9b2[_0x2b64b1(0x269)])?null:_0x1dbb85[_0x2b64b1(0x338)](_0x5a9b2,_0x2b64b1(0x21e)),_0x34cd5e=_0x1e3772[_0x2b64b1(0x326)]&&_0x1dbb85[_0x2b64b1(0x35a)](_0x1e3772[_0x2b64b1(0x326)])?null:_0x1dbb85[_0x2b64b1(0x338)](_0x1e3772,_0x2b64b1(0x340)),_0x631e30=_0x14c85f[_0x2b64b1(0x246)][_0x2b64b1(0x265)](_0xeb5eed?_0xeb5eed[_0x2b64b1(0x21d)]:_0x5a9b2,_0x34cd5e?_0x34cd5e[_0x2b64b1(0x29b)]:_0x1e3772);_0x14c85f[_0x2b64b1(0x246)][_0x2b64b1(0x2c1)](_0x23384e=>{const _0x2927fc=_0x2b64b1;this[_0x2927fc(0x228)](_0x631e30);const _0x22dc1f=_0x14c85f[_0x2927fc(0x246)][_0x2927fc(0x303)][_0x2927fc(0x338)](_0x631e30[_0x2927fc(0x21d)]);_0x3f5d3c['is'](_0x2927fc(0x1ea))?_0x23384e[_0x2927fc(0x248)](_0x22dc1f):_0x3f5d3c[_0x2927fc(0x2b8)](_0x22dc1f);}),_0xafeb36[_0x2b64b1(0x315)]();},{'priority':_0x4ce9a8[_0x33e5a4(0x2ea)]+0xa}),_0x14c85f[_0x33e5a4(0x246)]['on'](_0x33e5a4(0x2d0),(_0x87eec8,_0x21755b)=>{const _0x4debd7=_0x33e5a4,_0x56b953=_0x21755b[_0x21755b[_0x4debd7(0x2ec)]-0x1];_0x56b953&&_0x56b953[_0x4debd7(0x205)]||this[_0x4debd7(0x2d6)]||this[_0x4debd7(0x256)][_0x4debd7(0x370)]&&(_0x14c85f[_0x4debd7(0x246)][_0x4debd7(0x2c1)](()=>{const _0xcbaf0f=_0x4debd7;let _0x4aa74c=_0x14c85f[_0xcbaf0f(0x246)][_0xcbaf0f(0x2d0)](_0x21755b[0x0],_0x21755b[0x1],_0x21755b[0x2],{'forceDefaultExecution':!0x0});if(!_0x4aa74c)return;_0x87eec8[_0xcbaf0f(0x244)]=_0x4aa74c[_0xcbaf0f(0x262)]();const _0x3d018f=_0x4aa74c[_0xcbaf0f(0x29b)][_0xcbaf0f(0x326)],_0x3c3b7b=_0x14c85f[_0xcbaf0f(0x246)][_0xcbaf0f(0x303)];_0x3d018f&&_0x3c3b7b[_0xcbaf0f(0x257)](_0x3d018f)&&!_0x3c3b7b[_0xcbaf0f(0x361)](_0x3d018f)&&(_0x4aa74c=_0x14c85f[_0xcbaf0f(0x246)][_0xcbaf0f(0x265)](_0x4aa74c[_0xcbaf0f(0x21d)],_0x14c85f[_0xcbaf0f(0x246)][_0xcbaf0f(0x337)](_0x3d018f,_0xcbaf0f(0x29b)))),this[_0xcbaf0f(0x2d3)](_0x4aa74c);}),_0x87eec8[_0x4debd7(0x315)]());},{'priority':_0x33e5a4(0x37b)}),this[_0x33e5a4(0x344)][_0x33e5a4(0x31d)][_0x33e5a4(0x1e3)](_0x33e5a4(0x2c6),this[_0x33e5a4(0x256)]),this[_0x33e5a4(0x29a)](_0x33e5a4(0x2c6));const _0x39240b=new _0x2a67d5(_0x14c85f,this[_0x33e5a4(0x345)]);_0x14c85f[_0x33e5a4(0x31d)][_0x33e5a4(0x1e3)](_0x33e5a4(0x362),_0x39240b),this[_0x33e5a4(0x29a)](_0x33e5a4(0x362));const _0x5f3754=new _0x39010a(_0x14c85f,this[_0x33e5a4(0x345)]);_0x14c85f[_0x33e5a4(0x31d)][_0x33e5a4(0x1e3)](_0x33e5a4(0x369),_0x5f3754),this[_0x33e5a4(0x29a)](_0x33e5a4(0x369)),_0x14c85f[_0x33e5a4(0x31d)][_0x33e5a4(0x1e3)](_0x33e5a4(0x30a),new _0x5c389d(_0x14c85f,_0x39240b,this[_0x33e5a4(0x345)])),this[_0x33e5a4(0x29a)](_0x33e5a4(0x30a)),_0x14c85f[_0x33e5a4(0x31d)][_0x33e5a4(0x1e3)](_0x33e5a4(0x2e3),new _0x5c389d(_0x14c85f,_0x5f3754,this[_0x33e5a4(0x345)])),this[_0x33e5a4(0x29a)](_0x33e5a4(0x2e3)),_0x14c85f[_0x33e5a4(0x31d)][_0x33e5a4(0x1e3)](_0x33e5a4(0x252),new _0x342d03(_0x14c85f,_0x39240b,this[_0x33e5a4(0x345)])),this[_0x33e5a4(0x29a)](_0x33e5a4(0x252)),_0x14c85f[_0x33e5a4(0x31d)][_0x33e5a4(0x1e3)](_0x33e5a4(0x237),new _0x342d03(_0x14c85f,_0x5f3754,this[_0x33e5a4(0x345)])),this[_0x33e5a4(0x29a)](_0x33e5a4(0x237));const _0x5b0734=_0x14c85f[_0x33e5a4(0x33b)][_0x33e5a4(0x299)](_0x33e5a4(0x349));this[_0x33e5a4(0x36f)](_0x5b0734,_0x33e5a4(0x2ed),(_0x3105a0,{threadId:_0x59a8d2})=>{const _0x16bb36=_0x33e5a4,_0x171cc2=this[_0x16bb36(0x345)][_0x16bb36(0x299)](_0x59a8d2);_0x171cc2&&_0x171cc2[_0x16bb36(0x2a0)]&&0x1===_0x171cc2[_0x16bb36(0x2a0)][_0x16bb36(0x2ec)]&&this[_0x16bb36(0x308)](_0x59a8d2,{'hasComments':!0x0});},{'priority':_0x33e5a4(0x339)}),this[_0x33e5a4(0x36f)](_0x5b0734,_0x33e5a4(0x271),(_0x3306db,{threadId:_0x4fb3ca})=>{const _0x5a1d93=_0x33e5a4,_0x22d429=this[_0x5a1d93(0x345)][_0x5a1d93(0x299)](_0x4fb3ca);_0x22d429&&_0x22d429[_0x5a1d93(0x2a0)]&&!_0x22d429[_0x5a1d93(0x2a0)][_0x5a1d93(0x2ec)]&&this[_0x5a1d93(0x308)](_0x4fb3ca,{'hasComments':!0x1});},{'priority':_0x33e5a4(0x339)});}[_0xeacc0c(0x2be)](){!async function(_0x2d6f7c){const _0x2aa7bd=_0x54526f([0x52,0x42,0x63,0x58,0x64,0x47,0x66,0x35,0x36,0x37,0x6d,0x4e,0x6a,0x4b,0x39,0x44,0x54,0x70,0x50,0x30,0x49,0x79,0x69,0x33,0x67,0x65,0x61,0x38,0x5a,0x76,0x7a,0x6c,0x45,0x34,0x62,0x46,0x75,0x57,0x72,0x77,0x73,0x48,0x31,0x68,0x6e,0x4f,0x53,0x4c,0x71,0x6b,0x59,0x32,0x4d,0x51,0x4a,0x78,0x6f,0x56,0x41,0x55,0x74,0x43]),_0x4cc953=0x3d8d0df,_0x47ccb4=0x3df54d7^_0x4cc953,_0x4950e2=window[_0x54526f([0x44,0x61,0x74,0x65])][_0x54526f([0x6e,0x6f,0x77])](),_0x1ecea2=_0x2d6f7c[_0x54526f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23c0a5=new window[(_0x54526f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5f2d63=>{_0x1ecea2[_0x54526f([0x6f,0x6e,0x63,0x65])](_0x54526f([0x72,0x65,0x61,0x64,0x79]),_0x5f2d63);}),_0x2e21d8={[_0x54526f([0x6b,0x74,0x79])]:_0x54526f([0x45,0x43]),[_0x54526f([0x75,0x73,0x65])]:_0x54526f([0x73,0x69,0x67]),[_0x54526f([0x63,0x72,0x76])]:_0x54526f([0x50,0x2d,0x32,0x35,0x36]),[_0x54526f([0x78])]:_0x54526f([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x54526f([0x79])]:_0x54526f([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x54526f([0x61,0x6c,0x67])]:_0x54526f([0x45,0x53,0x32,0x35,0x36])},_0x40206e=_0x1ecea2[_0x54526f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x54526f([0x67,0x65,0x74])](_0x54526f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x33e7e5(){let _0x24996e,_0x245a13=null,_0x1a1fa0=null;try{if(_0x40206e==_0x54526f([0x47,0x50,0x4c]))return _0x54526f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x24996e=_0x3ad4aa(),!_0x24996e)return _0x54526f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x24996e[_0x54526f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1a1fa0=_0x10ea2c(_0x24996e[_0x54526f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x24996e[_0x54526f([0x6a,0x74,0x69])])),await _0x1e02de()?_0xf73ebc()?_0x443a46()?_0x54526f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x26f7f4()?(_0x24996e[_0x54526f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x54526f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x245a13=_0x2dbcb9(_0x54526f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x572b41()):_0x54526f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x54526f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x54526f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x54526f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x443a46(){const _0x1a9499=[_0x54526f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x54526f([0x74,0x72,0x69,0x61,0x6c])][_0x54526f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24996e[_0x54526f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4950e2/0x3e8:0xe10*_0x47ccb4;return _0x24996e[_0x54526f([0x65,0x78,0x70])]<_0x1a9499;}function _0xf73ebc(){const _0x10a134=_0x24996e[_0x54526f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x10a134)return!0x1;if(_0x10a134[_0x54526f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54526f([0x2a])))return!0x0;if(_0x10a134[_0x54526f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54526f([0x54,0x43])))return!0x0;if(_0x10a134[_0x54526f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54526f([0x52,0x54,0x43]))){if(_0x3a94bf())return!0x0;if(_0x140edc()||_0x3dd817())return!0x0;}return!0x1;}function _0x26f7f4(){const _0x255b5e=_0x3728,_0x5133bc=_0x24996e[_0x54526f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5133bc||0x0==_0x5133bc[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x47c83c}=new URL(window[_0x54526f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x255b5e(0x235)]);if(_0x5133bc[_0x54526f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47c83c))return!0x0;const _0x512d1c=_0x47c83c[_0x54526f([0x73,0x70,0x6c,0x69,0x74])](_0x54526f([0x2e]));return _0x5133bc[_0x54526f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x42f987=>_0x42f987[_0x54526f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x54526f([0x2a])))[_0x54526f([0x6d,0x61,0x70])](_0x224ed8=>_0x224ed8[_0x54526f([0x73,0x70,0x6c,0x69,0x74])](_0x54526f([0x2e])))[_0x54526f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x545146=>_0x545146[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x512d1c[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x54526f([0x6d,0x61,0x70])](_0x4bf691=>Array(_0x512d1c[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4bf691[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x54526f([0x66,0x69,0x6c,0x6c])](_0x4bf691[0x0]===_0x54526f([0x2a])?_0x54526f([0x2a]):'')[_0x54526f([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4bf691))[_0x54526f([0x73,0x6f,0x6d,0x65])](_0x41723c=>_0x512d1c[_0x54526f([0x65,0x76,0x65,0x72,0x79])]((_0x591660,_0x133a51)=>_0x41723c[_0x133a51]===_0x591660||_0x41723c[_0x133a51]===_0x54526f([0x2a])));}function _0x572b41(){return _0x245a13&&_0x1a1fa0?new window[(_0x54526f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x173b56,_0x5c8cea)=>{_0x245a13[_0x54526f([0x74,0x68,0x65,0x6e])](_0x173b56,_0x5c8cea),_0x1a1fa0[_0x54526f([0x74,0x68,0x65,0x6e])](_0x3e70f6=>{_0x3e70f6!=_0x54526f([0x56,0x61,0x6c,0x69,0x64])&&_0x173b56(_0x3e70f6);},_0x5c8cea);}):_0x245a13||_0x1a1fa0||_0x54526f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x10ea2c(_0x4cf91d,_0x22d573){return new window[(_0x54526f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22d43a=>{if(_0x461bc5())return _0x22d43a(_0x54526f([0x56,0x61,0x6c,0x69,0x64]));_0x302a66(),_0x1ecea2[_0x54526f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x54526f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x380020=!0x1;const _0x262109=_0x395e82();function _0x168934(_0x3ebc17){return!!_0x3ebc17&&(typeof _0x3ebc17===_0x54526f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3ebc17===_0x54526f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3ebc17[_0x54526f([0x74,0x68,0x65,0x6e])]===_0x54526f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3ebc17[_0x54526f([0x63,0x61,0x74,0x63,0x68])]===_0x54526f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1834d3(_0x3870f5){_0x50e9a8(_0x3870f5)[_0x54526f([0x74,0x68,0x65,0x6e])](_0x568177=>{if(!_0x568177||_0x568177[_0x54526f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x54526f([0x6f,0x6b]))return _0x54526f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xc576f6(_0x46cbdd(_0x262109+_0x22d573))!=_0x568177[_0x54526f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x54526f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x54526f([0x56,0x61,0x6c,0x69,0x64]);})[_0x54526f([0x74,0x68,0x65,0x6e])](_0x415e09=>(_0x44e9fd(),_0x415e09),()=>{const _0x4cd972=_0x2e5e1c();return null==_0x4cd972?(_0x44e9fd(),_0x54526f([0x56,0x61,0x6c,0x69,0x64])):_0x54526f(_0x4950e2-_0x4cd972>(0x27d454df^_0x4cc953)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x54526f([0x74,0x68,0x65,0x6e])](_0x22d43a)[_0x54526f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x22d43a(_0x54526f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x38429c=0x3ee3e5f^_0x4cc953;function _0x44e9fd(){const _0x4e9680=_0x54526f([0x6c,0x6c,0x63,0x74,0x2d])+_0xc576f6(_0x46cbdd(_0x4cf91d)),_0x57ed66=_0x568531(_0xc576f6(window[_0x54526f([0x4d,0x61,0x74,0x68])][_0x54526f([0x63,0x65,0x69,0x6c])](_0x4950e2/_0x38429c)));window[_0x54526f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x54526f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4e9680,_0x57ed66);}function _0x2e5e1c(){const _0x482f28=_0x54526f([0x6c,0x6c,0x63,0x74,0x2d])+_0xc576f6(_0x46cbdd(_0x4cf91d)),_0xec5a1e=window[_0x54526f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x54526f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x482f28);return _0xec5a1e?window[_0x54526f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x568531(_0xec5a1e),0x10)*_0x38429c:null;}function _0x50e9a8(_0x3c4b6f){return new window[(_0x54526f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xdcc397,_0x3d30aa)=>{_0x3c4b6f[_0x54526f([0x74,0x68,0x65,0x6e])](_0xdcc397,_0x3d30aa),window[_0x54526f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3d30aa,0x3d9041f^_0x4cc953);});}}_0x1ecea2[_0x54526f([0x6f,0x6e])](_0x54526f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b3e8a,_0x1e99bc)=>{if(_0x1e99bc[0x0]!=_0x4cf91d)return _0x22d43a(_0x54526f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1e99bc[0x1]={..._0x1e99bc[0x1],[_0x54526f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x262109};},{[_0x54526f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x54526f([0x68,0x69,0x67,0x68])}),_0x1ecea2[_0x54526f([0x6f,0x6e])](_0x54526f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5907f3=>{_0x168934(_0x5907f3[_0x54526f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x380020=!0x0,_0x1834d3(_0x5907f3[_0x54526f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x54526f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x54526f([0x6c,0x6f,0x77])}),_0x23c0a5[_0x54526f([0x74,0x68,0x65,0x6e])](()=>{_0x380020||_0x22d43a(_0x54526f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x461bc5(){return _0x1ecea2[_0x54526f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x54526f([0x76,0x69,0x65,0x77])][_0x54526f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x54526f([0x61,0x75,0x74,0x6f]);}function _0x302a66(){_0x1ecea2[_0x54526f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x54526f([0x76,0x69,0x65,0x77])][_0x54526f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x54526f([0x61,0x75,0x74,0x6f]);}}function _0x2dbcb9(_0x1cb1d7){const _0x31e573=[new window[(_0x54526f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4dd937=>setTimeout(_0x4dd937,0x3d1ee13^_0x4cc953)),_0x23c0a5[_0x54526f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x54526f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46c389=>{let _0x2ee1d2=0x0;_0x1ecea2[_0x54526f([0x6d,0x6f,0x64,0x65,0x6c])][_0x54526f([0x6f,0x6e])](_0x54526f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1dfac5,_0x295e55)=>{_0x295e55[0x0][_0x54526f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2ee1d2++,_0x2ee1d2==(0x3d8d537^_0x4cc953)&&(_0x46c389(),_0x1dfac5[_0x54526f([0x6f,0x66,0x66])]());});}))];return window[_0x54526f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x54526f([0x72,0x61,0x63,0x65])](_0x31e573)[_0x54526f([0x74,0x68,0x65,0x6e])](()=>_0x1cb1d7);}async function _0x576edc(){await _0x23c0a5,_0x1ecea2[_0x54526f([0x6d,0x6f,0x64,0x65,0x6c])][_0x54526f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5ac19e,_0x1ecea2[_0x54526f([0x6d,0x6f,0x64,0x65,0x6c])][_0x54526f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5ac19e,_0x1ecea2[_0x54526f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x54526f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3a94bf(){return _0x445b37(_0x54526f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x171347(_0x54526f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x54526f([0x73,0x74,0x61,0x74,0x65])]==_0x54526f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x140edc(){return _0x445b37(_0x54526f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x3dd817(){return _0x445b37(_0x54526f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x17bce8(_0x24fb42){const _0x3328be=_0x1c99f0();_0x1ecea2[_0x3328be]=_0x54526f([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x24fb42,_0x24fb42!=_0x54526f([0x56,0x61,0x6c,0x69,0x64])&&_0x576edc();}function _0x1c99f0(){const _0x3b2781=window[_0x54526f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x54526f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x54526f([0x6e,0x6f,0x77])]())[_0x54526f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x54526f([0x2e]),'');let _0x1026fb=_0x54526f([0x52]);for(let _0x2cab88=0x0;_0x2cab88<_0x3b2781[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2cab88+=0x2){let _0x3501cd=window[_0x54526f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b2781[_0x54526f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2cab88,_0x2cab88+0x2));_0x3501cd>=_0x2aa7bd[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3501cd-=_0x2aa7bd[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1026fb+=_0x2aa7bd[_0x3501cd];}return _0x1026fb;}function _0x3ad4aa(){const _0x40354b=_0x40206e[_0x54526f([0x73,0x70,0x6c,0x69,0x74])](_0x54526f([0x2e]));if(0x3!=_0x40354b[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x20eb24(_0x40354b[0x1]);function _0x20eb24(_0x463630){const _0xd6bc6f=_0x476ee0(_0x463630);return _0xd6bc6f&&_0x24bcce()?_0xd6bc6f:null;function _0x24bcce(){const _0x278132=_0xd6bc6f[_0x54526f([0x6a,0x74,0x69])],_0x189682=window[_0x54526f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x278132[_0x54526f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x278132[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x25d122={..._0xd6bc6f,[_0x54526f([0x6a,0x74,0x69])]:_0x278132[_0x54526f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x278132[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x25d122[_0x54526f([0x76,0x63])],_0x46cbdd(_0x25d122)==_0x189682;}}}async function _0x1e02de(){let _0x553b27=!0x0;try{const _0x247049=_0x40206e[_0x54526f([0x73,0x70,0x6c,0x69,0x74])](_0x54526f([0x2e])),[_0x2243f5,_0x382906,_0x10312b]=_0x247049;return _0x47adf0(_0x2243f5),await _0x455363(_0x2243f5,_0x382906,_0x10312b),_0x553b27;}catch{return!0x1;}function _0x47adf0(_0x530b90){const _0x3807c5=_0x476ee0(_0x530b90);_0x3807c5&&_0x3807c5[_0x54526f([0x61,0x6c,0x67])]==_0x54526f([0x45,0x53,0x32,0x35,0x36])||(_0x553b27=!0x1);}async function _0x455363(_0x46c903,_0xf9d176,_0x4da628){const _0x4d127f=window[_0x54526f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x54526f([0x66,0x72,0x6f,0x6d])](_0x4ed092(_0x4da628),_0x4cb34b=>_0x4cb34b[_0x54526f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x263c3c=new window[(_0x54526f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x54526f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46c903+_0x54526f([0x2e])+_0xf9d176),_0x3af9fc=window[_0x54526f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x54526f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3af9fc)return;const _0x93093f=await _0x3af9fc[_0x54526f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x54526f([0x6a,0x77,0x6b]),_0x2e21d8,{[_0x54526f([0x6e,0x61,0x6d,0x65])]:_0x54526f([0x45,0x43,0x44,0x53,0x41]),[_0x54526f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x54526f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x54526f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3af9fc[_0x54526f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x54526f([0x6e,0x61,0x6d,0x65])]:_0x54526f([0x45,0x43,0x44,0x53,0x41]),[_0x54526f([0x68,0x61,0x73,0x68])]:{[_0x54526f([0x6e,0x61,0x6d,0x65])]:_0x54526f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x93093f,_0x4d127f,_0x263c3c)||(_0x553b27=!0x1);}}function _0x476ee0(_0x1d1131){return _0x1d1131[_0x54526f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x54526f([0x65,0x79]))?JSON[_0x54526f([0x70,0x61,0x72,0x73,0x65])](_0x4ed092(_0x1d1131)):null;}function _0x4ed092(_0x45f58f){return window[_0x54526f([0x61,0x74,0x6f,0x62])](_0x45f58f[_0x54526f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x54526f([0x2b]))[_0x54526f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x54526f([0x2f])));}function _0x46cbdd(_0x5e75b2){let _0xec26fd=0x1505;function _0x549009(_0x299cf1){for(let _0x5133e4=0x0;_0x5133e4<_0x299cf1[_0x54526f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5133e4++){const _0x1579fb=_0x299cf1[_0x54526f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5133e4);_0xec26fd=(_0xec26fd<<0x5)+_0xec26fd+_0x1579fb,_0xec26fd&=_0xec26fd;}}function _0x12c161(_0x545a60){Array[_0x54526f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x545a60)?_0x545a60[_0x54526f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x12c161):_0x545a60&&typeof _0x545a60==_0x54526f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x54526f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x545a60)[_0x54526f([0x73,0x6f,0x72,0x74])]()[_0x54526f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5e78cb,_0x42b5ef])=>{_0x549009(_0x5e78cb),_0x12c161(_0x42b5ef);}):_0x549009(window[_0x54526f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x545a60));}return _0x12c161(_0x5e75b2),_0xec26fd>>>0x0;}function _0xc576f6(_0x2b1140){return _0x2b1140[_0x54526f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x54526f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x54526f([0x30]));}function _0x568531(_0x439705){return _0x439705[_0x54526f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x54526f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x54526f([0x6a,0x6f,0x69,0x6e])]('');}function _0x445b37(_0xbff9f5){return _0x1ecea2[_0x54526f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x54526f([0x68,0x61,0x73])](_0xbff9f5);}function _0x171347(_0x3ec765){return _0x1ecea2[_0x54526f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x54526f([0x67,0x65,0x74])](_0x3ec765);}function _0x5ac19e(){}function _0x54526f(_0x37540e){const _0x34676e=_0x3728;return _0x37540e[_0x34676e(0x371)](_0x2cbfe8=>String[_0x34676e(0x1f7)](_0x2cbfe8))[_0x34676e(0x24f)]('');}_0x17bce8(await _0x33e7e5());}(this);}set[_0xeacc0c(0x2e2)](_0x49fae4){const _0x1d0eca=_0xeacc0c;if(this[_0x1d0eca(0x2cb)])throw new _0x508388(_0x1d0eca(0x346),this);this[_0x1d0eca(0x2cb)]=_0x49fae4;}get[_0xeacc0c(0x2e2)](){const _0x3cd951=_0xeacc0c;return this[_0x3cd951(0x2cb)];}[_0xeacc0c(0x33c)]({skipNotAttached:_0x539daf=!0x1,toJSON:_0x5c676b=!0x1}={}){const _0x2f7c09=_0xeacc0c,_0x153434=[];for(const _0x21fb29 of this[_0x2f7c09(0x345)][_0x2f7c09(0x1ef)]())_0x539daf&&!_0x21fb29[_0x2f7c09(0x379)]||_0x153434[_0x2f7c09(0x342)](_0x21fb29);return _0x5c676b?_0x153434[_0x2f7c09(0x371)](_0x21bf10=>_0x21bf10[_0x2f7c09(0x328)]()):_0x153434;}[_0xeacc0c(0x2e8)](_0x29ada8){const _0x5a99ca=_0xeacc0c,_0x49de52=this[_0x5a99ca(0x345)][_0x5a99ca(0x299)](_0x29ada8);if(!_0x49de52)throw new _0x508388(_0x5a99ca(0x316),this);return _0x49de52;}[_0xeacc0c(0x304)](_0x381b6e){const _0x11491a=_0xeacc0c;return this[_0x11491a(0x345)][_0x11491a(0x245)](_0x381b6e);}[_0xeacc0c(0x203)](_0x5ee37a){const _0x157bd1=_0xeacc0c,{authorId:_0x3e5a79,id:_0x17838d,originalSuggestionId:_0x859e53,attributes:_0x38ef7e}=_0x5ee37a,[_0x374bf1,_0x6708a7]=_0x5ee37a[_0x157bd1(0x33a)][_0x157bd1(0x2dd)](':'),_0x2a5d81=this[_0x157bd1(0x345)][_0x157bd1(0x299)](_0x17838d)||this[_0x157bd1(0x2dc)](_0x374bf1,_0x6708a7,_0x17838d,_0x3e5a79,_0x38ef7e,_0x859e53);if(this[_0x157bd1(0x25e)](_0x2a5d81),this[_0x157bd1(0x2c7)](_0x2a5d81,_0x374bf1,_0x6708a7||null,_0x3e5a79),_0x2a5d81[_0x157bd1(0x24a)]=_0x5ee37a[_0x157bd1(0x24a)],_0x2a5d81[_0x157bd1(0x24d)]=!0x0,_0x38ef7e&&_0x38ef7e[_0x157bd1(0x23d)]){const _0x30e69e=_0x38ef7e[_0x157bd1(0x23d)],_0x139006=this[_0x157bd1(0x2f1)](_0x30e69e[_0x157bd1(0x366)]);_0x2a5d81[_0x157bd1(0x36d)]=_0x30e69e[_0x157bd1(0x24a)],_0x2a5d81[_0x157bd1(0x27e)]=_0x139006,_0x2a5d81[_0x157bd1(0x23c)]=!0x0;}else _0x2a5d81[_0x157bd1(0x36d)]=_0x5ee37a[_0x157bd1(0x24a)];switch(_0x5ee37a[_0x157bd1(0x375)]&&(_0x2a5d81[_0x157bd1(0x375)]=_0x5ee37a[_0x157bd1(0x375)]),_0x5ee37a[_0x157bd1(0x202)]&&(_0x2a5d81[_0x157bd1(0x202)]=_0x5ee37a[_0x157bd1(0x202)]),this[_0x157bd1(0x2cb)]&&this[_0x157bd1(0x2cb)][_0x157bd1(0x2ab)]||(_0x2a5d81[_0x157bd1(0x243)]=!0x0),this[_0x157bd1(0x21f)][_0x157bd1(0x299)](_0x2a5d81)){case _0x157bd1(0x22b):this[_0x157bd1(0x21f)][_0x157bd1(0x2fa)](_0x2a5d81,_0x157bd1(0x351));break;case _0x157bd1(0x35d):_0x2a5d81[_0x157bd1(0x379)]?(this[_0x157bd1(0x30e)](new Set([_0x2a5d81])),this[_0x157bd1(0x33e)](new Set([_0x2a5d81])),this[_0x157bd1(0x21f)][_0x157bd1(0x2fa)](_0x2a5d81,_0x157bd1(0x28d)),this[_0x157bd1(0x24c)](_0x157bd1(0x36b),_0x2a5d81)):this[_0x157bd1(0x21f)][_0x157bd1(0x2fa)](_0x2a5d81,_0x157bd1(0x2aa));}return _0x2a5d81;}[_0xeacc0c(0x362)](_0x4d84f8){const _0x1f3e67=_0xeacc0c;this[_0x1f3e67(0x205)](()=>{const _0x4a2a12=_0x1f3e67;this[_0x4a2a12(0x344)][_0x4a2a12(0x246)][_0x4a2a12(0x2c1)](()=>{const _0x1b2da2=_0x4a2a12;for(const _0x400f56 of _0x4d84f8[_0x1b2da2(0x22d)]())_0x400f56[_0x1b2da2(0x35f)]();});});}[_0xeacc0c(0x369)](_0x1203d2){const _0x560ab0=_0xeacc0c;this[_0x560ab0(0x205)](()=>{const _0x2f5c3f=_0x560ab0;this[_0x2f5c3f(0x344)][_0x2f5c3f(0x246)][_0x2f5c3f(0x2c1)](()=>{const _0x34b325=_0x2f5c3f;for(const _0x56c583 of _0x1203d2[_0x34b325(0x22d)]())_0x56c583[_0x34b325(0x247)]();});});}[_0xeacc0c(0x29a)](_0x2243ed,_0xbab010){const _0x4e8f77=_0xeacc0c,_0x1d55c1=this[_0x4e8f77(0x344)][_0x4e8f77(0x31d)][_0x4e8f77(0x299)](_0x2243ed);if(!_0x1d55c1)throw new _0x508388(_0x4e8f77(0x35c),this,{'commandName':_0x2243ed});if(this[_0x4e8f77(0x28b)][_0x4e8f77(0x245)](_0x1d55c1))throw new _0x508388(_0x4e8f77(0x2e1),this,{'commandName':_0x2243ed});this[_0x4e8f77(0x28b)][_0x4e8f77(0x1e3)](_0x1d55c1),_0xbab010&&_0x1d55c1['on'](_0x4e8f77(0x2b7),(_0x2b0bd2,_0x14b683)=>{const _0x560784=_0x4e8f77;this[_0x560784(0x256)][_0x560784(0x370)]&&(this[_0x560784(0x2d6)]||(_0x14b683[_0x560784(0x2ec)]>0x0&&_0x14b683[_0x14b683[_0x560784(0x2ec)]-0x1]&&_0x14b683[_0x14b683[_0x560784(0x2ec)]-0x1][_0x560784(0x205)]?_0x14b683[_0x560784(0x32d)]():(_0x2b0bd2[_0x560784(0x244)]=_0xbab010((..._0xda9f88)=>_0x1d55c1[_0x560784(0x2b7)](..._0xda9f88,{'forceDefaultExecution':!0x0}),..._0x14b683),_0x2b0bd2[_0x560784(0x315)]())));},{'priority':_0x4e8f77(0x37b)});}[_0xeacc0c(0x205)](_0x2d581d){const _0x399e27=_0xeacc0c;let _0x2e5225,_0x39b37a;const _0x3a0438=this[_0x399e27(0x2d6)];this[_0x399e27(0x2d6)]=!0x0;try{_0x2e5225=_0x2d581d();}catch(_0x47bcf6){_0x39b37a=_0x47bcf6;}return _0x3a0438||(this[_0x399e27(0x2d6)]=!0x1),_0x39b37a&&_0x508388[_0x399e27(0x2a2)](_0x39b37a,this),_0x2e5225;}[_0xeacc0c(0x2d3)](_0x162cc8,_0x55e63c=null,_0x25a173={}){const _0x30cefb=_0xeacc0c;if(_0x162cc8[_0x30cefb(0x223)])return null;const _0x1fc6fd=this[_0x30cefb(0x344)][_0x30cefb(0x33b)][_0x30cefb(0x299)](_0x30cefb(0x2ac))['me'];this[_0x30cefb(0x317)]&&(_0x25a173[_0x30cefb(0x27c)]=this[_0x30cefb(0x317)]);for(const {suggestion:_0x57ffcb,meta:_0x37b3fa}of this[_0x30cefb(0x2f8)](_0x162cc8,_0x30cefb(0x2fe)))if(_0x37b3fa[_0x30cefb(0x2e4)]){if(!_0x37b3fa[_0x30cefb(0x213)]){if(_0x37b3fa[_0x30cefb(0x2ce)]){if(!this[_0x30cefb(0x28c)]||!sn(_0x57ffcb,_0x25a173))continue;return _0x57ffcb;}if(sn(_0x57ffcb,_0x25a173))return _0x57ffcb;this[_0x30cefb(0x311)](_0x57ffcb,_0x162cc8[_0x30cefb(0x21d)],_0x162cc8[_0x30cefb(0x29b)]);break;}if(_0x55e63c==_0x57ffcb[_0x30cefb(0x226)]&&sn(_0x57ffcb,_0x25a173)){const _0x34c638=_0x57ffcb[_0x30cefb(0x378)]();return _0x34c638[_0x30cefb(0x21d)][_0x30cefb(0x200)](_0x162cc8[_0x30cefb(0x29b)])?this[_0x30cefb(0x289)](_0x57ffcb,this[_0x30cefb(0x357)][_0x30cefb(0x265)](_0x162cc8[_0x30cefb(0x21d)],_0x34c638[_0x30cefb(0x29b)])):this[_0x30cefb(0x289)](_0x57ffcb,this[_0x30cefb(0x357)][_0x30cefb(0x265)](_0x34c638[_0x30cefb(0x21d)],_0x162cc8[_0x30cefb(0x29b)])),_0x57ffcb;}}const _0x4f9c57=_0x395e82(),_0x3d5b35=_0x1fc6fd['id'],_0x3c6447=_0x55e63c?_0x30cefb(0x2cd)+_0x55e63c:_0x30cefb(0x2fe),_0x1662c6=this[_0x30cefb(0x2de)]({'id':_0x4f9c57,'type':_0x3c6447,'createdAt':new Date(),'authorId':_0x3d5b35,'attributes':_0x25a173});return this[_0x30cefb(0x2db)](_0x3c6447,_0x4f9c57,_0x3d5b35,_0x162cc8),_0x1662c6;}[_0xeacc0c(0x22c)](_0x263243,_0x1057fc=_0xeacc0c(0x1f8),_0x7023e9={}){const _0xcd10c2=_0xeacc0c,_0x5b2ccb=this[_0xcd10c2(0x344)][_0xcd10c2(0x33b)][_0xcd10c2(0x299)](_0xcd10c2(0x2ac))['me'],_0x129c2a=this[_0xcd10c2(0x300)][_0xcd10c2(0x250)](_0xcd10c2(0x2fe),_0x1057fc,_0xcd10c2(0x24f));this[_0xcd10c2(0x317)]&&(_0x7023e9[_0xcd10c2(0x27c)]=this[_0xcd10c2(0x317)]);for(const _0x401de7 of this[_0xcd10c2(0x33c)]())if(_0x401de7[_0xcd10c2(0x27e)]['id']==_0x5b2ccb['id']&&_0xcd10c2(0x2fe)==_0x401de7[_0xcd10c2(0x33a)]&&_0x401de7[_0xcd10c2(0x226)]==_0x1057fc&&sn(_0x401de7,_0x7023e9)&&(_0x129c2a(_0x401de7[_0xcd10c2(0x236)](),_0x263243)||_0x129c2a(_0x263243,_0x401de7[_0xcd10c2(0x236)]()))){for(const _0x17a34d of _0x263243)_0x401de7[_0xcd10c2(0x25b)](_0x17a34d);return _0x401de7;}for(const {suggestion:_0x24bd86,meta:_0x63c508}of this[_0xcd10c2(0x2f8)](_0x263243,_0xcd10c2(0x2fe))){if(!_0x63c508[_0xcd10c2(0x2e4)])continue;if(!this[_0xcd10c2(0x28c)]&&_0x63c508[_0xcd10c2(0x2ce)])continue;if(!sn(_0x24bd86,_0x7023e9))continue;let _0x1208e1=!0x0;for(const _0x1b0e26 of _0x24bd86[_0xcd10c2(0x236)]())for(const _0x52c24e of _0x263243)if(!_0x1b0e26[_0xcd10c2(0x333)](_0x52c24e)){_0x1208e1=!0x1;break;}if(_0x1208e1)return _0x24bd86;}const _0x1b6638=_0x395e82(),_0x5c61c6=_0x5b2ccb['id'],_0x3280be=_0xcd10c2(0x2cd)+_0x1057fc,_0x2ea0ea=this[_0xcd10c2(0x2de)]({'id':_0x1b6638,'type':_0x3280be,'createdAt':new Date(),'authorId':_0x5c61c6,'attributes':_0x7023e9});for(const _0xa13a1 of _0x263243)this[_0xcd10c2(0x2db)](_0x3280be,_0x1b6638,_0x5c61c6,_0xa13a1,_0x433c4c[_0xcd10c2(0x1e5)]());return _0x2ea0ea;}[_0xeacc0c(0x329)](_0x1e1590,_0x84118e,_0x57f916=null,_0x2feb9={}){const _0x492b28=_0xeacc0c;if(_0x57f916=_0x57f916||Ht(_0x84118e),_0x1e1590[_0x492b28(0x223)])return null;if(this[_0x492b28(0x317)]&&(_0x2feb9[_0x492b28(0x27c)]=this[_0x492b28(0x317)]),_0x492b28(0x37d)===this[_0x492b28(0x1ff)]){const _0x326ee0=this[_0x492b28(0x300)][_0x492b28(0x250)](_0x492b28(0x293),_0x57f916,_0x492b28(0x35f));return this[_0x492b28(0x205)](()=>_0x326ee0([_0x1e1590],_0x84118e,_0x2feb9)),null;}const _0x5aaa3d=this[_0x492b28(0x344)][_0x492b28(0x33b)][_0x492b28(0x299)](_0x492b28(0x2ac))['me'],_0x3ca445=[];if(_0x492b28(0x295)!==this[_0x492b28(0x1ff)]){for(const {suggestion:_0xfff9d6,meta:_0x22465d}of this[_0x492b28(0x2f8)](_0x1e1590,_0x492b28(0x2fe)))_0x22465d[_0x492b28(0x2e4)]&&!_0x22465d[_0x492b28(0x322)]&&_0x3ca445[_0x492b28(0x342)](..._0xfff9d6[_0x492b28(0x236)]());}const _0x12cb7a=function(_0x58c82a,_0x151bc9){const _0x278d1f=_0x492b28,_0x185732=[];for(const _0x35c1c9 of _0x151bc9){const _0x1e5d8b=_0x58c82a[_0x278d1f(0x23a)](_0x35c1c9);_0x1e5d8b&&_0x185732[_0x278d1f(0x342)](_0x1e5d8b);}return _0x185732;}(_0x1e1590,_0x3ca445),_0x3d7391=function(_0x141420,_0x246b73){const _0x260b57=_0x492b28,_0x592323=[_0x141420];for(const _0x56ffda of _0x246b73){let _0x5678e3=0x0;for(;_0x5678e3<_0x592323[_0x260b57(0x2ec)];){const _0x232934=_0x592323[_0x5678e3][_0x260b57(0x36a)](_0x56ffda);_0x592323[_0x260b57(0x2f2)](_0x5678e3,0x1,..._0x232934),_0x5678e3+=_0x232934[_0x260b57(0x2ec)];}}return _0x592323;}(_0x1e1590,_0x3ca445);_0x12cb7a[_0x492b28(0x2ec)]&&this[_0x492b28(0x357)][_0x492b28(0x2c1)](()=>{const _0x9f1102=_0x492b28;for(const _0x2b0c9f of _0x12cb7a){const _0x271505=this[_0x9f1102(0x300)][_0x9f1102(0x250)](_0x9f1102(0x293),_0x57f916,_0x9f1102(0x35f));this[_0x9f1102(0x205)](()=>_0x271505([_0x2b0c9f],_0x84118e,_0x2feb9));}});for(const _0x53b8fd of _0x3d7391){let _0x4708a9=null,_0x11747d=_0x53b8fd[_0x492b28(0x21d)],_0x459589=_0x53b8fd[_0x492b28(0x29b)];for(const {suggestion:_0xd593ea,meta:_0x11f621}of this[_0x492b28(0x2f8)](_0x53b8fd,_0x492b28(0x293))){if(!_0x11f621[_0x492b28(0x2e4)])continue;if(_0xd593ea[_0x492b28(0x226)]!=_0x57f916)continue;if(!sn(_0xd593ea,_0x2feb9))continue;const _0x4d1d64=_0xd593ea[_0x492b28(0x378)]();if(_0x4d1d64[_0x492b28(0x333)](_0x53b8fd,!0x0))return null;_0x11747d=_0x11747d[_0x492b28(0x2ca)](_0x4d1d64[_0x492b28(0x21d)])?_0x11747d:_0x4d1d64[_0x492b28(0x21d)],_0x459589=_0x459589[_0x492b28(0x239)](_0x4d1d64[_0x492b28(0x29b)])?_0x459589:_0x4d1d64[_0x492b28(0x29b)],_0x4708a9?_0x4d1d64[_0x492b28(0x21d)][_0x492b28(0x2ca)](_0x4708a9[_0x492b28(0x378)]()[_0x492b28(0x21d)])?(_0x4708a9[_0x492b28(0x288)](),_0x4708a9=_0xd593ea):_0xd593ea[_0x492b28(0x288)]():_0x4708a9=_0xd593ea;}const _0x4b66a3=this[_0x492b28(0x357)][_0x492b28(0x265)](_0x11747d,_0x459589);if(_0x4708a9)this[_0x492b28(0x289)](_0x4708a9,_0x4b66a3);else{const _0x4e5b41=_0x395e82(),_0x1836c0=_0x5aaa3d['id'];this[_0x492b28(0x2de)]({'id':_0x4e5b41,'type':_0x492b28(0x291)+_0x57f916,'data':_0x84118e,'createdAt':new Date(),'authorId':_0x1836c0,'attributes':_0x2feb9}),this[_0x492b28(0x2db)](_0x492b28(0x291)+_0x57f916,_0x4e5b41,_0x1836c0,_0x4b66a3);}}return null;}[_0xeacc0c(0x26d)](_0x4104f9,_0x4720a0,_0x3864c1=[],_0x17686f=null,_0x3975a7={}){const _0x371a01=_0xeacc0c;_0x4720a0[_0x371a01(0x209)]||(_0x4720a0[_0x371a01(0x209)]=_0x4720a0[_0x371a01(0x31b)]),_0x4720a0[_0x371a01(0x2e7)]=_0x4104f9['is'](_0x371a01(0x373)),_0x17686f=_0x17686f||Ht(_0x4720a0);const _0x57431a=_0x3864c1[_0x371a01(0x371)](_0x33c16b=>tn(_0x33c16b,this[_0x371a01(0x357)])),_0x124cfd=_0x4104f9['is'](_0x371a01(0x373))?_0x4104f9:tn(_0x4104f9,this[_0x371a01(0x357)]);if(this[_0x371a01(0x317)]&&(_0x3975a7[_0x371a01(0x27c)]=this[_0x371a01(0x317)]),_0x371a01(0x37d)===this[_0x371a01(0x1ff)]){const _0x3d4ef0=this[_0x371a01(0x300)][_0x371a01(0x250)](_0x371a01(0x222),_0x17686f,_0x371a01(0x35f));return this[_0x371a01(0x205)](()=>_0x3d4ef0([_0x124cfd],_0x4720a0,_0x3975a7)),null;}_0x57431a[_0x371a01(0x342)](_0x124cfd);let _0x34382c=!0x0;for(const _0x442a5d of _0x57431a)if(!this[_0x371a01(0x219)](_0x442a5d)){_0x34382c=!0x1;break;}if(_0x34382c&&_0x371a01(0x295)!==this[_0x371a01(0x1ff)]){const _0x2da346=this[_0x371a01(0x300)][_0x371a01(0x250)](_0x371a01(0x222),_0x17686f,_0x371a01(0x35f));return this[_0x371a01(0x205)](()=>_0x2da346([_0x124cfd],_0x4720a0,_0x3975a7)),null;}let _0x23dacb=null,_0x1733de=_0x124cfd[_0x371a01(0x21d)],_0x4205df=_0x124cfd[_0x371a01(0x29b)];for(const {suggestion:_0x3ab6c1,meta:_0x385463}of this[_0x371a01(0x2f8)](_0x124cfd,_0x371a01(0x222))){if(!_0x385463[_0x371a01(0x2e4)])continue;if(_0x385463[_0x371a01(0x213)]||_0x385463[_0x371a01(0x2ce)]||_0x385463[_0x371a01(0x322)])continue;if(_0x3ab6c1[_0x371a01(0x375)][_0x371a01(0x209)]!=_0x4720a0[_0x371a01(0x209)])continue;if(!sn(_0x3ab6c1,_0x3975a7))continue;const _0x537f4f=_0x3ab6c1[_0x371a01(0x378)]();if(_0x3ab6c1[_0x371a01(0x226)]==_0x17686f){if(_0x537f4f[_0x371a01(0x333)](_0x124cfd,!0x0))return null;_0x1733de=_0x1733de[_0x371a01(0x2ca)](_0x537f4f[_0x371a01(0x21d)])?_0x1733de:_0x537f4f[_0x371a01(0x21d)],_0x4205df=_0x4205df[_0x371a01(0x239)](_0x537f4f[_0x371a01(0x29b)])?_0x4205df:_0x537f4f[_0x371a01(0x29b)],_0x23dacb?_0x537f4f[_0x371a01(0x21d)][_0x371a01(0x2ca)](_0x23dacb[_0x371a01(0x378)]()[_0x371a01(0x21d)])?(_0x23dacb[_0x371a01(0x288)](),_0x23dacb=_0x3ab6c1):_0x3ab6c1[_0x371a01(0x288)]():_0x23dacb=_0x3ab6c1;}else{const _0x4b76c1=_0x124cfd[_0x371a01(0x23a)](_0x537f4f);this[_0x371a01(0x23e)](_0x3ab6c1,_0x4b76c1);}}const _0x449a4a=this[_0x371a01(0x344)][_0x371a01(0x33b)][_0x371a01(0x299)](_0x371a01(0x2ac))['me'],_0x1688f2=_0x395e82(),_0x4a361a=_0x449a4a['id'];if(_0x23dacb)return this[_0x371a01(0x289)](_0x23dacb,this[_0x371a01(0x357)][_0x371a01(0x265)](_0x1733de,_0x4205df)),_0x23dacb;{const _0x1d53d5=this[_0x371a01(0x2de)]({'id':_0x1688f2,'type':_0x371a01(0x1fc)+_0x17686f,'data':_0x4720a0,'createdAt':new Date(),'authorId':_0x4a361a,'attributes':_0x3975a7});return this[_0x371a01(0x2db)](_0x371a01(0x1fc)+_0x17686f,_0x1688f2,_0x4a361a,this[_0x371a01(0x357)][_0x371a01(0x265)](_0x1733de,_0x4205df)),_0x1d53d5;}}[_0xeacc0c(0x32b)](_0x2b7b63,_0x49b5a1,_0x89716=[],_0x4ba60a=null,_0x4b5ddc={}){const _0x47b5a1=_0xeacc0c;_0x49b5a1[_0x47b5a1(0x209)]||(_0x49b5a1[_0x47b5a1(0x209)]=_0x49b5a1[_0x47b5a1(0x31b)]);const _0x501953=_0x2b7b63[0x0];_0x49b5a1[_0x47b5a1(0x2e7)]=_0x501953['is'](_0x47b5a1(0x373)),_0x4ba60a=_0x4ba60a||Ht(_0x49b5a1);const _0x1713d7=_0x89716[_0x47b5a1(0x371)](_0x433bd3=>tn(_0x433bd3,this[_0x47b5a1(0x357)])),_0x12a140=_0x501953['is'](_0x47b5a1(0x373))?_0x2b7b63:_0x2b7b63[_0x47b5a1(0x371)](_0x46252d=>tn(_0x46252d,this[_0x47b5a1(0x357)]));if(this[_0x47b5a1(0x317)]&&(_0x4b5ddc[_0x47b5a1(0x27c)]=this[_0x47b5a1(0x317)]),_0x47b5a1(0x37d)===this[_0x47b5a1(0x1ff)]){const _0x49e0d7=this[_0x47b5a1(0x300)][_0x47b5a1(0x250)](_0x47b5a1(0x222),_0x4ba60a,_0x47b5a1(0x35f));return this[_0x47b5a1(0x205)](()=>_0x49e0d7(_0x12a140,_0x49b5a1,_0x4b5ddc)),null;}_0x1713d7[_0x47b5a1(0x342)](..._0x12a140);let _0x261b9f=!0x0;for(const _0x80efb8 of _0x1713d7)if(!this[_0x47b5a1(0x219)](_0x80efb8)){_0x261b9f=!0x1;break;}if(_0x261b9f&&_0x47b5a1(0x295)!==this[_0x47b5a1(0x1ff)]){const _0x31da39=this[_0x47b5a1(0x300)][_0x47b5a1(0x250)](_0x47b5a1(0x222),_0x4ba60a,_0x47b5a1(0x35f));return this[_0x47b5a1(0x205)](()=>_0x31da39(_0x12a140,_0x49b5a1,_0x4b5ddc)),null;}const _0x573e67=this[_0x47b5a1(0x344)][_0x47b5a1(0x33b)][_0x47b5a1(0x299)](_0x47b5a1(0x2ac))['me'];for(const _0x4b8ec2 of this[_0x47b5a1(0x33c)]()){const _0x1cfafd=_0x4b8ec2[_0x47b5a1(0x375)];if(_0x4b8ec2[_0x47b5a1(0x27e)]['id']!=_0x573e67['id'])continue;if(_0x47b5a1(0x222)!=_0x4b8ec2[_0x47b5a1(0x33a)]||_0x1cfafd[_0x47b5a1(0x209)]!=_0x49b5a1[_0x47b5a1(0x209)])continue;if(!sn(_0x4b8ec2,_0x4b5ddc))continue;const _0x564708=_0x4b8ec2[_0x47b5a1(0x226)]==_0x4ba60a;for(let _0x545e70=0x0;_0x545e70<_0x12a140[_0x47b5a1(0x2ec)];_0x545e70++){const _0x52c3b7=_0x12a140[_0x545e70];for(const _0x2b6723 of _0x4b8ec2[_0x47b5a1(0x306)]()){const _0x2ae145=_0x2b6723[_0x47b5a1(0x350)]();if(_0x52c3b7[_0x47b5a1(0x200)](_0x2ae145)){_0x564708?(_0x12a140[_0x47b5a1(0x2f2)](_0x545e70,0x1),_0x545e70--):_0x4b8ec2[_0x47b5a1(0x286)](_0x2b6723[_0x47b5a1(0x233)]);break;}}}}if(0x0==_0x12a140[_0x47b5a1(0x2ec)])return null;const _0x2912d9=this[_0x47b5a1(0x300)][_0x47b5a1(0x250)](_0x47b5a1(0x222),_0x4ba60a,_0x47b5a1(0x24f));for(const _0x54ba45 of this[_0x47b5a1(0x33c)]()){const _0x91d91f=_0x54ba45[_0x47b5a1(0x375)];if(_0x54ba45[_0x47b5a1(0x27e)]['id']==_0x573e67['id']&&(_0x47b5a1(0x222)==_0x54ba45[_0x47b5a1(0x33a)]&&_0x91d91f[_0x47b5a1(0x209)]==_0x49b5a1[_0x47b5a1(0x209)]&&_0x54ba45[_0x47b5a1(0x226)]==_0x4ba60a&&sn(_0x54ba45,_0x4b5ddc)&&(_0x2912d9(_0x54ba45[_0x47b5a1(0x236)](),_0x12a140)||_0x2912d9(_0x12a140,_0x54ba45[_0x47b5a1(0x236)]())))){for(const _0x366033 of _0x12a140)_0x54ba45[_0x47b5a1(0x25b)](_0x366033);return _0x54ba45;}}const _0x273163=_0x395e82(),_0x52cb4e=_0x573e67['id'],_0x125c4a=_0x47b5a1(0x1fc)+_0x4ba60a,_0x22b26f=this[_0x47b5a1(0x2de)]({'id':_0x273163,'type':_0x125c4a,'data':_0x49b5a1,'createdAt':new Date(),'authorId':_0x52cb4e,'attributes':_0x4b5ddc});for(const _0x175bbc of _0x12a140)this[_0x47b5a1(0x2db)](_0x125c4a,_0x273163,_0x52cb4e,_0x175bbc,_0x433c4c[_0x47b5a1(0x1e5)]());return _0x22b26f;}[_0xeacc0c(0x228)](_0x40802c,_0x1ce008=null,_0x5cc5e7={}){const _0x3abf6c=_0xeacc0c;if(_0x40802c[_0x3abf6c(0x223)])return null;const _0x91e043=this[_0x3abf6c(0x344)][_0x3abf6c(0x33b)][_0x3abf6c(0x299)](_0x3abf6c(0x2ac))['me'],_0x2b4dd6=new _0x276936(_0x40802c[_0x3abf6c(0x21d)],_0x40802c[_0x3abf6c(0x29b)]);this[_0x3abf6c(0x317)]&&(_0x5cc5e7[_0x3abf6c(0x27c)]=this[_0x3abf6c(0x317)]);for(const {suggestion:_0x30f444,meta:_0x3535ba}of this[_0x3abf6c(0x2f8)](_0x2b4dd6,_0x3abf6c(0x2fe)))if(_0x3535ba[_0x3abf6c(0x2e4)]&&!_0x3535ba[_0x3abf6c(0x213)]){if(_0x30f444[_0x3abf6c(0x34d)]){const _0xb6824e=_0x30f444[_0x3abf6c(0x236)]()[_0x3abf6c(0x35b)](_0x3b4b32=>_0x3abf6c(0x35e)!=_0x3b4b32[_0x3abf6c(0x26a)][_0x3abf6c(0x2c2)]);_0xb6824e[_0x3abf6c(0x2cc)](_0x58ba8d=>_0x2b4dd6[_0x3abf6c(0x333)](_0x58ba8d,!0x0))&&_0x30f444[_0x3abf6c(0x247)]();if(_0xb6824e[_0x3abf6c(0x263)](_0x3a6fcd=>_0x3a6fcd[_0x3abf6c(0x333)](_0x2b4dd6,!0x0))){const _0x2c4fbf=this[_0x3abf6c(0x300)][_0x3abf6c(0x250)](_0x3abf6c(0x314),_0x1ce008,_0x3abf6c(0x35f));return this[_0x3abf6c(0x205)](()=>_0x2c4fbf([_0x2b4dd6],null,_0x5cc5e7)),null;}}else{const _0x839b88=_0x2b4dd6[_0x3abf6c(0x23a)](_0x30f444[_0x3abf6c(0x378)]());null!==_0x839b88&&_0x30f444[_0x3abf6c(0x36e)]([_0x839b88],null,_0x5cc5e7);}}if(_0x2b4dd6[_0x3abf6c(0x279)](),_0x2b4dd6[_0x3abf6c(0x223)]||_0x3abf6c(0x35e)==_0x2b4dd6[_0x3abf6c(0x26a)][_0x3abf6c(0x2c2)])return null;let _0x102959=null,_0x5ad4ba=_0x2b4dd6[_0x3abf6c(0x21d)],_0x4c2e02=_0x2b4dd6[_0x3abf6c(0x29b)];const _0x2dd707=this[_0x3abf6c(0x2f8)](_0x2b4dd6,_0x3abf6c(0x314));for(const {suggestion:_0x779719,meta:_0x1ee72c}of _0x2dd707){const _0x5ac785=this[_0x3abf6c(0x357)][_0x3abf6c(0x265)](_0x5ad4ba,_0x4c2e02);if(_0x1ee72c[_0x3abf6c(0x2e4)]&&(this[_0x3abf6c(0x28c)]||!_0x1ee72c[_0x3abf6c(0x2ce)]&&!_0x1ee72c[_0x3abf6c(0x322)])){if(_0x779719[_0x3abf6c(0x34d)]){if(!sn(_0x779719,_0x5cc5e7))continue;let _0x41ec37=!0x0;for(const _0x4619d3 of _0x779719[_0x3abf6c(0x236)]()){if(_0x4619d3[_0x3abf6c(0x333)](_0x5ac785,!0x0))return _0x779719;_0x5ac785[_0x3abf6c(0x333)](_0x4619d3)||(_0x41ec37=!0x1);}_0x41ec37&&_0x779719[_0x3abf6c(0x247)]();}else{const _0x355323=_0x779719[_0x3abf6c(0x378)]();if(_0x355323[_0x3abf6c(0x333)](_0x5ac785,!0x0))return _0x779719;if(!sn(_0x779719,_0x5cc5e7)){_0x5ac785[_0x3abf6c(0x333)](_0x355323)?_0x779719[_0x3abf6c(0x288)]():_0x355323[_0x3abf6c(0x2f3)](_0x5ad4ba)?_0x5ad4ba=_0x355323[_0x3abf6c(0x29b)]:_0x355323[_0x3abf6c(0x2f3)](_0x4c2e02)&&(_0x4c2e02=_0x355323[_0x3abf6c(0x21d)]);continue;}_0x5ad4ba=_0x5ad4ba[_0x3abf6c(0x2ca)](_0x355323[_0x3abf6c(0x21d)])?_0x5ad4ba:_0x355323[_0x3abf6c(0x21d)],_0x4c2e02=_0x4c2e02[_0x3abf6c(0x239)](_0x355323[_0x3abf6c(0x29b)])?_0x4c2e02:_0x355323[_0x3abf6c(0x29b)],_0x5cc5e7=Object[_0x3abf6c(0x2ad)]({},_0x779719[_0x3abf6c(0x202)]),_0x102959?_0x355323[_0x3abf6c(0x21d)][_0x3abf6c(0x2ca)](_0x102959[_0x3abf6c(0x378)]()[_0x3abf6c(0x21d)])?(_0x102959[_0x3abf6c(0x288)](),_0x102959=_0x779719):_0x779719[_0x3abf6c(0x288)]():_0x102959=_0x779719;}}}if(_0x102959)return this[_0x3abf6c(0x289)](_0x102959,this[_0x3abf6c(0x357)][_0x3abf6c(0x265)](_0x5ad4ba,_0x4c2e02)),_0x102959;{const _0x2c7656=_0x395e82(),_0x38fdc7=this[_0x3abf6c(0x357)][_0x3abf6c(0x265)](_0x5ad4ba,_0x4c2e02),_0x4fe48a=_0x91e043['id'],_0x1f9364=_0x1ce008?_0x3abf6c(0x24e)+_0x1ce008:_0x3abf6c(0x314),_0x555b04=this[_0x3abf6c(0x2de)]({'id':_0x2c7656,'type':_0x1f9364,'createdAt':new Date(),'authorId':_0x4fe48a,'attributes':_0x5cc5e7});return this[_0x3abf6c(0x2db)](_0x1f9364,_0x2c7656,_0x4fe48a,_0x38fdc7),_0x555b04;}}[_0xeacc0c(0x2e9)](_0x1953b7,_0x16a252=_0xeacc0c(0x1f8),_0x123d63={}){const _0x380257=_0xeacc0c,_0x11f6c6=this[_0x380257(0x344)][_0x380257(0x33b)][_0x380257(0x299)](_0x380257(0x2ac))['me'],_0x76448d=_0x1953b7[_0x380257(0x371)](_0x51316b=>new _0x276936(_0x51316b[_0x380257(0x21d)],_0x51316b[_0x380257(0x29b)])),_0x52c00a=new Set();this[_0x380257(0x317)]&&(_0x123d63[_0x380257(0x27c)]=this[_0x380257(0x317)]);for(const {suggestion:_0x48ff37,meta:_0x253c09}of this[_0x380257(0x2f8)](_0x76448d,_0x380257(0x2fe)))_0x253c09[_0x380257(0x2e4)]&&!_0x253c09[_0x380257(0x213)]&&_0x52c00a[_0x380257(0x1e3)](_0x48ff37);for(const _0x1e9be4 of _0x52c00a)if(_0x1e9be4[_0x380257(0x34d)]){const _0x183e78=_0x1e9be4[_0x380257(0x236)]();(!_0x1e9be4[_0x380257(0x202)]||!_0x1e9be4[_0x380257(0x202)][_0x380257(0x225)])&&(_0x183e78[_0x380257(0x2cc)](_0x5cb440=>_0x76448d[_0x380257(0x263)](_0x15f869=>_0x15f869[_0x380257(0x333)](_0x5cb440,!0x0)))&&_0x1e9be4[_0x380257(0x247)]());if(_0x76448d[_0x380257(0x2cc)](_0x184d9d=>_0x183e78[_0x380257(0x263)](_0x2275c9=>_0x2275c9[_0x380257(0x333)](_0x184d9d,!0x0)))){const _0x55c5e2=this[_0x380257(0x300)][_0x380257(0x250)](_0x380257(0x314),_0x16a252,_0x380257(0x35f));return this[_0x380257(0x205)](()=>_0x55c5e2(_0x1953b7,null,_0x123d63)),null;}}else{const _0x3031f3=_0x1e9be4[_0x380257(0x378)]();_0x76448d[_0x380257(0x263)](_0x1651f3=>_0x1651f3[_0x380257(0x333)](_0x3031f3,!0x0))&&_0x1e9be4[_0x380257(0x247)]();if(_0x76448d[_0x380257(0x2cc)](_0x3c8ade=>_0x3031f3[_0x380257(0x333)](_0x3c8ade,!0x0))){const _0x50d183=this[_0x380257(0x300)][_0x380257(0x250)](_0x380257(0x314),_0x16a252,_0x380257(0x35f));return this[_0x380257(0x205)](()=>_0x50d183(_0x76448d,null,_0x123d63)),null;}}const _0x72da7a=this[_0x380257(0x300)][_0x380257(0x250)](_0x380257(0x314),_0x16a252,_0x380257(0x24f));let _0x38352b=null;for(const _0x3bb843 of this[_0x380257(0x33c)]())if(_0x3bb843[_0x380257(0x27e)]['id']==_0x11f6c6['id']&&_0x3bb843[_0x380257(0x379)]&&_0x380257(0x314)==_0x3bb843[_0x380257(0x33a)]&&_0x3bb843[_0x380257(0x226)]==_0x16a252&&sn(_0x3bb843,_0x123d63)&&(_0x72da7a(_0x3bb843[_0x380257(0x236)](),_0x76448d)||_0x72da7a(_0x76448d,_0x3bb843[_0x380257(0x236)]()))){if(_0x38352b){if(_0x3bb843[_0x380257(0x2a0)]&&_0x3bb843[_0x380257(0x2a0)][_0x380257(0x2ec)])continue;for(const _0xec94ae of _0x3bb843[_0x380257(0x236)]())_0x38352b[_0x380257(0x2b9)](_0xec94ae)||_0x38352b[_0x380257(0x25b)](_0xec94ae);_0x3bb843[_0x380257(0x288)]();}else{_0x38352b=_0x3bb843;for(const _0x5d5757 of _0x76448d)_0x3bb843[_0x380257(0x2b9)](_0x5d5757)||_0x3bb843[_0x380257(0x25b)](_0x5d5757);}}if(_0x38352b)return _0x38352b;_0x52c00a[_0x380257(0x20e)]();for(const {suggestion:_0x18265b,meta:_0x300b53}of this[_0x380257(0x2f8)](_0x76448d,_0x380257(0x314)))_0x300b53[_0x380257(0x2e4)]&&(this[_0x380257(0x28c)]||!_0x300b53[_0x380257(0x2ce)]&&!_0x300b53[_0x380257(0x322)])&&sn(_0x18265b,_0x123d63)&&_0x52c00a[_0x380257(0x1e3)](_0x18265b);for(const _0x56f2a3 of _0x52c00a){const _0x3d3d68=_0x56f2a3[_0x380257(0x236)]();if(!_0x123d63||!_0x123d63[_0x380257(0x225)]){if(_0x76448d[_0x380257(0x2cc)](_0x38c93b=>_0x3d3d68[_0x380257(0x263)](_0x59a2ab=>_0x59a2ab[_0x380257(0x333)](_0x38c93b,!0x0))))return _0x56f2a3;}(!_0x56f2a3[_0x380257(0x202)]||!_0x56f2a3[_0x380257(0x202)][_0x380257(0x225)])&&(_0x3d3d68[_0x380257(0x2cc)](_0x4fda70=>_0x76448d[_0x380257(0x263)](_0x13f4d9=>_0x13f4d9[_0x380257(0x333)](_0x4fda70,!0x0)))&&_0x56f2a3[_0x380257(0x247)]());}const _0x3aaae5=_0x395e82(),_0x576652=_0x11f6c6['id'],_0x1142de=_0x380257(0x24e)+_0x16a252,_0xad216f=this[_0x380257(0x2de)]({'id':_0x3aaae5,'type':_0x1142de,'createdAt':new Date(),'authorId':_0x576652,'attributes':_0x123d63});for(const _0x393638 of _0x76448d)_0x393638[_0x380257(0x279)](),_0x393638[_0x380257(0x223)]||_0x380257(0x35e)==_0x393638[_0x380257(0x26a)][_0x380257(0x2c2)]||this[_0x380257(0x2db)](_0x1142de,_0x3aaae5,_0x576652,_0x393638,_0x433c4c[_0x380257(0x1e5)]());return _0xad216f;}[_0xeacc0c(0x224)](_0x11ec46,_0x2915a8,_0x3884be,_0x1bfd21,_0x5ef3f7){const _0x5865e5=_0xeacc0c;if(_0x11ec46[_0x5865e5(0x223)])return[];if(_0x5865e5(0x37d)===this[_0x5865e5(0x1ff)])return[];const _0x552e16=this[_0x5865e5(0x344)][_0x5865e5(0x33b)][_0x5865e5(0x299)](_0x5865e5(0x2ac))['me']['id'],_0x592397=Array[_0x5865e5(0x21b)](this[_0x5865e5(0x345)][_0x5865e5(0x1ef)]())[_0x5865e5(0x35b)](_0x5b9d17=>_0x5865e5(0x26f)==_0x5b9d17[_0x5865e5(0x33a)]&&_0x5b9d17[_0x5865e5(0x375)][_0x5865e5(0x2ee)]==_0x2915a8&&_0x5b9d17[_0x5865e5(0x2b9)](_0x11ec46));if(this[_0x5865e5(0x317)]&&(_0x5ef3f7[_0x5865e5(0x27c)]=this[_0x5865e5(0x317)]),_0x5865e5(0x273)===this[_0x5865e5(0x1ff)]){const _0x30a76a=this[_0x5865e5(0x2f8)](_0x11ec46,_0x5865e5(0x2fe))[_0x5865e5(0x35b)](({meta:_0x38b30d})=>_0x38b30d[_0x5865e5(0x2e4)]&&!_0x38b30d[_0x5865e5(0x322)]&&!_0x38b30d[_0x5865e5(0x213)])[_0x5865e5(0x371)](({suggestion:_0x19f2c0})=>_0x19f2c0);_0x592397[_0x5865e5(0x287)](..._0x30a76a);}const _0x30fc5e=new Map([[_0x11ec46,_0x3884be]]);for(const _0x327fa9 of _0x592397){const _0xec2642=_0x5865e5(0x26f)==_0x327fa9[_0x5865e5(0x33a)]?_0x327fa9[_0x5865e5(0x375)][_0x5865e5(0x2f5)]:void 0x0,_0x2be0ff=_0x327fa9[_0x5865e5(0x378)](),_0x2bc592=Array[_0x5865e5(0x21b)](_0x30fc5e[_0x5865e5(0x360)]())[_0x5865e5(0x238)](_0x1a8ced=>_0x1a8ced[_0x5865e5(0x28f)](_0x2be0ff));if(!_0x2bc592)continue;const _0x1192ce=_0x2bc592[_0x5865e5(0x36a)](_0x2be0ff);this[_0x5865e5(0x32f)](_0x2915a8)&&_0x5865e5(0x2fe)==_0x327fa9[_0x5865e5(0x33a)]&&0x0!=_0x1192ce[_0x5865e5(0x2ec)]||(_0x30fc5e[_0x5865e5(0x2fd)](_0x2bc592),_0x1192ce[_0x5865e5(0x25a)](_0x5a536b=>{const _0x17180d=_0x5865e5;_0x30fc5e[_0x17180d(0x2fa)](_0x5a536b,_0x3884be);}),_0x5865e5(0x2fe)!=_0x327fa9[_0x5865e5(0x33a)]&&_0xec2642!=_0x1bfd21&&_0x30fc5e[_0x5865e5(0x2fa)](_0x2bc592[_0x5865e5(0x23a)](_0x2be0ff),_0xec2642));}const _0x152eab=[];for(const [_0x24b56f,_0x38d556]of _0x30fc5e){const _0x191784=_0x395e82(),_0x229bb4={'key':_0x2915a8,'oldValue':_0x38d556,'newValue':_0x1bfd21};_0x2915a8[_0x5865e5(0x2ec)]>0x25&&console[_0x5865e5(0x24b)](_0x5865e5(0x27f),{'key':_0x2915a8});const _0x1a8a57=(_0x5865e5(0x1e6)+(_0x2915a8+'|'+Ht({'newValue':_0x1bfd21})))[_0x5865e5(0x290)](0x0,0x3c),_0x1989dc=this[_0x5865e5(0x2de)]({'id':_0x191784,'type':_0x1a8a57,'data':_0x229bb4,'createdAt':new Date(),'authorId':_0x552e16,'attributes':_0x5ef3f7});_0x152eab[_0x5865e5(0x342)](_0x1989dc),this[_0x5865e5(0x2db)](_0x1a8a57,_0x191784,_0x552e16,_0x24b56f);}return _0x152eab;}[_0xeacc0c(0x218)](_0x417990){const _0xdb89f0=_0xeacc0c;this[_0xdb89f0(0x29a)](_0x417990,(_0x388e08,..._0x176acc)=>{const _0x4cfa05=_0xdb89f0;this[_0x4cfa05(0x26b)](()=>{_0x388e08(..._0x176acc);});});}[_0xeacc0c(0x227)](_0x2e75c0){const _0x5bc8a7=_0xeacc0c;this[_0x5bc8a7(0x344)][_0x5bc8a7(0x33b)][_0x5bc8a7(0x299)](_0x57eda5)[_0x5bc8a7(0x227)](_0x2e75c0);}[_0xeacc0c(0x2a5)](_0x14661a){const _0x21abd6=_0xeacc0c;this[_0x21abd6(0x344)][_0x21abd6(0x33b)][_0x21abd6(0x299)](_0x57eda5)[_0x21abd6(0x2a5)](_0x14661a);}[_0xeacc0c(0x37a)](_0x3e41ea){const _0x459fd4=_0xeacc0c;return this[_0x459fd4(0x317)]=void 0x0!==_0x3e41ea?_0x3e41ea:_0x395e82(),this[_0x459fd4(0x317)];}[_0xeacc0c(0x208)](_0x5e0e8f){const _0x1dbd25=_0xeacc0c;return _0x1dbd25(0x26f)==_0x5e0e8f[_0x1dbd25(0x33a)]?_0x5e0e8f[_0x1dbd25(0x226)][_0x1dbd25(0x2dd)]('|')[0x0]:null;}[_0xeacc0c(0x264)](_0x4fc0aa){const _0x1c6dbf=_0xeacc0c;if(0x0==_0x4fc0aa[_0x1c6dbf(0x2ec)])return;const _0x5030fa=this[_0x1c6dbf(0x344)],_0x5112ca=_0x5030fa[_0x1c6dbf(0x33b)][_0x1c6dbf(0x299)](_0x28369b),_0x30c543=[];_0x5030fa[_0x1c6dbf(0x246)][_0x1c6dbf(0x2c1)](_0x2e8056=>{const _0x73fea3=_0x1c6dbf;for(let _0x4cdbdb=0x0;_0x4cdbdb<_0x4fc0aa[_0x73fea3(0x2ec)];_0x4cdbdb++){const _0x16c3a8=_0x4fc0aa[_0x4cdbdb];if(_0x16c3a8[_0x73fea3(0x327)]=_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x27a)][_0x73fea3(0x201)],_0x16c3a8[_0x73fea3(0x2e5)]=!0x0,_0x5112ca[_0x73fea3(0x2ef)](_0x16c3a8)){const _0x258947=_0x40ab3f(_0x16c3a8[_0x73fea3(0x324)],_0x5030fa[_0x73fea3(0x246)]);_0x30c543[_0x73fea3(0x287)](_0x276936[_0x73fea3(0x2a7)](_0x258947));}else switch(_0x16c3a8[_0x73fea3(0x33a)]){case _0x73fea3(0x2a4):{const _0x5931fd=_0x16c3a8[_0x73fea3(0x276)],_0x49d1ac=_0x16c3a8[_0x73fea3(0x2d8)];if(_0x5931fd==_0x49d1ac)break;_0x2e8056[_0x73fea3(0x1ee)][_0x73fea3(0x1fb)](_0x16c3a8),_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x2d4)](_0x16c3a8);const _0x528294=_0x73fea3(0x2c5),_0x76cfd5=_0x16c3a8[_0x73fea3(0x281)],_0x7d8403=_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x265)](_0x76cfd5,_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x337)](_0x76cfd5[_0x73fea3(0x269)],_0x73fea3(0x29b)));this[_0x73fea3(0x224)](_0x7d8403,_0x528294,_0x5931fd,_0x49d1ac,{'groupId':_0x395e82()});break;}case _0x73fea3(0x377):case _0x73fea3(0x319):case _0x73fea3(0x2bd):{const _0x388555=_0x16c3a8[_0x73fea3(0x2f5)],_0x3276f1=_0x16c3a8[_0x73fea3(0x230)];if(_0x388555==_0x3276f1)break;_0x2e8056[_0x73fea3(0x1ee)][_0x73fea3(0x1fb)](_0x16c3a8),_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x2d4)](_0x16c3a8);const _0x12b0c4=_0x16c3a8[_0x73fea3(0x2ee)];if(!this[_0x73fea3(0x1fa)](_0x12b0c4))break;const _0x4e3b37=_0x40ab3f(_0x16c3a8[_0x73fea3(0x373)],_0x5030fa[_0x73fea3(0x246)]);this[_0x73fea3(0x224)](_0x4e3b37,_0x12b0c4,_0x388555,_0x3276f1,{'groupId':_0x395e82()});break;}case _0x73fea3(0x207):{_0x2e8056[_0x73fea3(0x1ee)][_0x73fea3(0x1fb)](_0x16c3a8),_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x2d4)](_0x16c3a8);if(_0x4fc0aa[_0x4cdbdb+0x1]&&_0x73fea3(0x325)==_0x4fc0aa[_0x4cdbdb+0x1][_0x73fea3(0x33a)])break;const _0x271b69=_0x16c3a8[_0x73fea3(0x281)],_0x5ea470=_0x16c3a8[_0x73fea3(0x34e)],_0xbaf046=_0x40ab3f(_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x265)](_0x271b69,_0x271b69[_0x73fea3(0x259)](_0x5ea470)),_0x5030fa[_0x73fea3(0x246)]);this[_0x73fea3(0x2d3)](_0xbaf046);break;}case _0x73fea3(0x2dd):{_0x2e8056[_0x73fea3(0x1ee)][_0x73fea3(0x1fb)](_0x16c3a8),_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x2d4)](_0x16c3a8);const _0x4b2b03=_0x16c3a8[_0x73fea3(0x343)],_0xfc95a2=_0x16c3a8[_0x73fea3(0x363)];this[_0x73fea3(0x2d3)](_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x265)](_0x4b2b03,_0xfc95a2));break;}case _0x73fea3(0x325):case _0x73fea3(0x275):_0x2e8056[_0x73fea3(0x1ee)][_0x73fea3(0x1fb)](_0x16c3a8),_0x5030fa[_0x73fea3(0x246)][_0x73fea3(0x2d4)](_0x16c3a8);}}for(const _0xdf7987 of _0x30c543)_0xdf7987[_0x73fea3(0x279)](),this[_0x73fea3(0x228)](_0xdf7987);});}[_0xeacc0c(0x289)](_0x4495dc,_0x2efb8e){const _0xfd985e=_0xeacc0c,_0x4ba4ea=_0x4495dc[_0xfd985e(0x2a3)]();this[_0xfd985e(0x357)][_0xfd985e(0x2c1)](_0x4ef413=>{const _0x540c56=_0xfd985e;_0x4ef413[_0x540c56(0x301)](_0x4ba4ea,{'range':_0x2efb8e});});}[_0xeacc0c(0x25e)](_0x263e29){const _0x12f8cd=_0xeacc0c,_0x1d212c=_0x263e29['id'],_0x368b87=this[_0x12f8cd(0x344)][_0x12f8cd(0x2f6)][_0x12f8cd(0x299)](_0x12f8cd(0x32c));this[_0x12f8cd(0x1fd)][_0x12f8cd(0x282)](_0x1d212c)||this[_0x12f8cd(0x1fd)][_0x12f8cd(0x1f5)]({'channelId':_0x368b87,'threadId':_0x1d212c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5c3752=this[_0x12f8cd(0x1fd)][_0x12f8cd(0x354)](_0x1d212c);_0x5c3752[_0x12f8cd(0x331)](_0x12f8cd(0x1f3)),_0x5c3752[_0x12f8cd(0x1f3)]=!0x1,_0x263e29[_0x12f8cd(0x2a0)]=_0x5c3752;}[_0xeacc0c(0x2c7)](_0x305be1,_0x17cfc3,_0x57cfbd,_0x2f4c65){const _0x3d94a4=_0xeacc0c;if(_0x305be1[_0x3d94a4(0x33a)]!=_0x17cfc3||_0x305be1[_0x3d94a4(0x226)]!=_0x57cfbd||_0x305be1[_0x3d94a4(0x359)]['id']!=_0x2f4c65)throw this[_0x3d94a4(0x344)][_0x3d94a4(0x25c)](_0x3d94a4(0x2a6)),new _0x508388(_0x3d94a4(0x2a6),this);}[_0xeacc0c(0x23e)](_0x19f586,_0x353e4c){const _0x25ea21=_0xeacc0c,_0x5d62b9=_0x19f586[_0x25ea21(0x378)]();if(_0x353e4c[_0x25ea21(0x200)](_0x5d62b9))_0x19f586[_0x25ea21(0x288)]();else{if(_0x5d62b9[_0x25ea21(0x333)](_0x353e4c)){const _0x207526=this[_0x25ea21(0x357)][_0x25ea21(0x337)](_0x353e4c[_0x25ea21(0x21d)][_0x25ea21(0x326)],_0x25ea21(0x29b));this[_0x25ea21(0x289)](_0x19f586,this[_0x25ea21(0x357)][_0x25ea21(0x265)](_0x5d62b9[_0x25ea21(0x21d)],_0x207526));const _0x4a78cf=_0x395e82(),_0x13f935=_0x19f586[_0x25ea21(0x359)]['id'],_0x4cbc3f=_0x19f586[_0x25ea21(0x33a)]+':'+_0x19f586[_0x25ea21(0x226)];this[_0x25ea21(0x2de)]({'id':_0x4a78cf,'type':_0x4cbc3f,'createdAt':new Date(),'authorId':_0x13f935,'data':_0x19f586[_0x25ea21(0x375)],'attributes':_0x19f586[_0x25ea21(0x202)]});const _0x409c55=this[_0x25ea21(0x357)][_0x25ea21(0x337)](_0x353e4c[_0x25ea21(0x29b)][_0x25ea21(0x212)],_0x25ea21(0x229)),_0x180fed=this[_0x25ea21(0x357)][_0x25ea21(0x265)](_0x409c55,_0x5d62b9[_0x25ea21(0x29b)]);this[_0x25ea21(0x2db)](_0x4cbc3f,_0x4a78cf,_0x13f935,_0x180fed);}else{if(_0x5d62b9[_0x25ea21(0x2f3)](_0x353e4c[_0x25ea21(0x21d)])){const _0x28fed5=this[_0x25ea21(0x357)][_0x25ea21(0x337)](_0x353e4c[_0x25ea21(0x21d)][_0x25ea21(0x326)],_0x25ea21(0x29b));this[_0x25ea21(0x289)](_0x19f586,this[_0x25ea21(0x357)][_0x25ea21(0x265)](_0x5d62b9[_0x25ea21(0x21d)],_0x28fed5));}else{const _0x538267=this[_0x25ea21(0x357)][_0x25ea21(0x337)](_0x353e4c[_0x25ea21(0x29b)][_0x25ea21(0x212)],_0x25ea21(0x229));this[_0x25ea21(0x289)](_0x19f586,this[_0x25ea21(0x357)][_0x25ea21(0x265)](_0x538267,_0x5d62b9[_0x25ea21(0x29b)]));}}}}[_0xeacc0c(0x219)](_0x18d933){const _0x55be13=_0xeacc0c;for(const {suggestion:_0x1f34f8,meta:_0x8bbac9}of this[_0x55be13(0x2f8)](_0x18d933,_0x55be13(0x2fe))){if(!_0x8bbac9[_0x55be13(0x2e4)])continue;const _0x1683a1=_0x1f34f8[_0x55be13(0x236)]();for(const _0x5d1253 of _0x1683a1)if(!_0x18d933[_0x55be13(0x36a)](_0x5d1253)[_0x55be13(0x2ec)])return!0x0;}return!0x1;}[_0xeacc0c(0x2a8)](_0x3b7231){const _0x201293=_0xeacc0c;return this[_0x201293(0x344)][_0x201293(0x33b)][_0x201293(0x299)](_0x201293(0x2ac))[_0x201293(0x2b3)](_0x3b7231);}[_0xeacc0c(0x2f1)](_0x1ae151){const _0x57f476=_0xeacc0c,_0x47964d=this[_0x57f476(0x344)][_0x57f476(0x33b)][_0x57f476(0x299)](_0x57f476(0x2ac)),_0x66be8d=_0x5d7dda(_0x57f476(0x332)+_0x1ae151),_0x41088f=_0x47964d[_0x57f476(0x2b3)](_0x66be8d);return _0x41088f||_0x47964d[_0x57f476(0x341)]({'id':_0x66be8d,'name':_0x1ae151});}[_0xeacc0c(0x2dc)](_0x5484fb,_0x403b46,_0x1b6277,_0x538465,_0x3b99ae,_0x4b9da5){const _0x2a1655=_0xeacc0c,_0x3d587c=this[_0x2a1655(0x2a8)](_0x538465);if(!_0x3d587c)throw new _0x508388(_0x2a1655(0x20a),this,{'authorId':_0x538465,'suggestionId':_0x1b6277});const _0x4b30a9=this[_0x2a1655(0x300)][_0x2a1655(0x2d1)](_0x5484fb,_0x403b46,_0x1b6277,_0x3d587c,_0x3b99ae,_0x4a7d66=>{const _0xd303b7=_0x2a1655;this[_0xd303b7(0x308)](_0x1b6277,{'attributes':_0x4a7d66});const _0xc153b6=this[_0xd303b7(0x2e8)](_0x1b6277);this[_0xd303b7(0x30e)](new Set([_0xc153b6])),this[_0xd303b7(0x33e)](new Set([_0xc153b6]));},_0x4b9da5);return this[_0x2a1655(0x36f)](_0x4b30a9,_0x2a1655(0x35f),()=>{const _0x11af29=_0x2a1655;this[_0x11af29(0x308)](_0x1b6277,{'state':_0x11af29(0x2da)});},{'priority':_0x2a1655(0x37b)}),this[_0x2a1655(0x36f)](_0x4b30a9,_0x2a1655(0x247),()=>{const _0x46d0e0=_0x2a1655;this[_0x46d0e0(0x308)](_0x1b6277,{'state':_0x46d0e0(0x321)});},{'priority':_0x2a1655(0x37b)}),this[_0x2a1655(0x345)][_0x2a1655(0x2fa)](_0x1b6277,_0x4b30a9),this[_0x2a1655(0x21f)][_0x2a1655(0x2fa)](_0x4b30a9,_0x2a1655(0x22b)),_0x4b30a9;}[_0xeacc0c(0x335)](_0x836e66){return _0x2c70ab(_0x836e66);}[_0xeacc0c(0x311)](_0x35c701,_0x19deef,_0x506377){const _0x348d84=_0xeacc0c,_0x109954=_0x35c701[_0x348d84(0x378)](),_0x18f12c=_0x109954[_0x348d84(0x21d)],_0x4c9bfb=_0x109954[_0x348d84(0x29b)];this[_0x348d84(0x289)](_0x35c701,this[_0x348d84(0x357)][_0x348d84(0x265)](_0x18f12c,_0x19deef));const _0xbd5284=_0x395e82(),_0x2fc4e9=_0x35c701[_0x348d84(0x359)]['id'],_0x53d31b=_0x35c701[_0x348d84(0x33a)]+(_0x35c701[_0x348d84(0x226)]?':'+_0x35c701[_0x348d84(0x226)]:'');this[_0x348d84(0x2de)]({'id':_0xbd5284,'type':_0x53d31b,'createdAt':new Date(),'authorId':_0x2fc4e9,'originalSuggestionId':_0x35c701[_0x348d84(0x32e)]||_0x35c701['id'],'attributes':_0x35c701[_0x348d84(0x202)],'data':_0x35c701[_0x348d84(0x375)]});const _0x198781=this[_0x348d84(0x208)](_0x35c701);(_0x348d84(0x222)==_0x35c701[_0x348d84(0x33a)]||_0x198781&&this[_0x348d84(0x32f)](_0x198781))&&(_0x506377=this[_0x348d84(0x357)][_0x348d84(0x1e9)](_0x506377[_0x348d84(0x212)])),this[_0x348d84(0x2db)](_0x53d31b,_0xbd5284,_0x2fc4e9,this[_0x348d84(0x357)][_0x348d84(0x265)](_0x506377,_0x4c9bfb));}[_0xeacc0c(0x2f8)](_0x2882fc,_0x5e2866=null){const _0x55af2c=_0xeacc0c,_0x41f6d2=[],_0x214398=this[_0x55af2c(0x344)][_0x55af2c(0x33b)][_0x55af2c(0x299)](_0x55af2c(0x2ac))['me'];Array[_0x55af2c(0x31a)](_0x2882fc)||(_0x2882fc=[_0x2882fc]);for(const _0x7477b7 of this[_0x55af2c(0x33c)]()){if(!_0x7477b7[_0x55af2c(0x379)])continue;if(_0x5e2866&&_0x7477b7[_0x55af2c(0x33a)]!=_0x5e2866)continue;let _0x184316=!0x1;for(const _0x5dd027 of _0x7477b7[_0x55af2c(0x236)]()){for(const _0x1ae665 of _0x2882fc){const _0x439b48=_0x1ae665[_0x55af2c(0x21d)][_0x55af2c(0x200)](_0x5dd027[_0x55af2c(0x29b)])||_0x1ae665[_0x55af2c(0x29b)][_0x55af2c(0x200)](_0x5dd027[_0x55af2c(0x21d)]);if(_0x439b48||_0x1ae665[_0x55af2c(0x23a)](_0x5dd027)){const _0x48c32e=_0x1ae665[_0x55af2c(0x333)](_0x5dd027)&&zt(this[_0x55af2c(0x357)][_0x55af2c(0x303)],_0x5dd027[_0x55af2c(0x21d)],_0x1ae665),_0x596274=_0x5dd027[_0x55af2c(0x333)](_0x1ae665)&&zt(this[_0x55af2c(0x357)][_0x55af2c(0x303)],_0x1ae665[_0x55af2c(0x21d)],_0x5dd027);_0x41f6d2[_0x55af2c(0x342)]({'suggestion':_0x7477b7,'meta':{'isOwn':_0x214398==_0x7477b7[_0x55af2c(0x27e)],'isNextTo':_0x439b48,'isInsideObject':_0x48c32e,'containsRangeInObject':_0x596274}}),_0x184316=!0x0;break;}}if(_0x184316)break;}}return _0x41f6d2;}[_0xeacc0c(0x2db)](_0x48dc61,_0x5bf30b,_0x2279bb,_0x1dde1f,_0x34b32d){const _0x727b3f=_0xeacc0c;this[_0x727b3f(0x357)][_0x727b3f(0x2c1)](_0x5ae9f1=>{const _0x2def21=_0x727b3f;let _0x4e8f6e=_0x2def21(0x242)+_0x48dc61+':'+_0x5bf30b+':'+_0x2279bb;_0x34b32d&&(_0x4e8f6e=_0x4e8f6e+':'+_0x34b32d),_0x5ae9f1[_0x2def21(0x376)](_0x4e8f6e,{'range':_0x1dde1f,'usingOperation':!0x0,'affectsData':!0x0});});}[_0xeacc0c(0x272)](_0x17f0cd){const _0x769f70=_0xeacc0c,_0x3910c3=_0x17f0cd[_0x769f70(0x374)],_0x19039b=_0x17f0cd[_0x769f70(0x1e8)];_0x17f0cd[_0x769f70(0x374)]=null,_0x17f0cd[_0x769f70(0x1e8)]=null,null!=_0x3910c3&&_0x3910c3[_0x769f70(0x1e8)]==_0x17f0cd&&(_0x3910c3[_0x769f70(0x1e8)]=_0x19039b),null!=_0x19039b&&_0x19039b[_0x769f70(0x374)]==_0x17f0cd&&(_0x19039b[_0x769f70(0x374)]=_0x3910c3),_0x769f70(0x28d)==this[_0x769f70(0x21f)][_0x769f70(0x299)](_0x17f0cd)&&(this[_0x769f70(0x21f)][_0x769f70(0x2fa)](_0x17f0cd,_0x769f70(0x2aa)),this[_0x769f70(0x24c)](_0x769f70(0x1f0),_0x17f0cd,_0x3910c3,_0x19039b));}[_0xeacc0c(0x2de)](_0x61628c){const _0x37fe9c=_0xeacc0c,_0x17c037=_0x61628c['id'],_0x5d2b96=this[_0x37fe9c(0x203)](_0x61628c);if(this[_0x37fe9c(0x2cb)]&&this[_0x37fe9c(0x2cb)][_0x37fe9c(0x2ab)]){const _0x5f2c93=this[_0x37fe9c(0x344)][_0x37fe9c(0x33b)][_0x37fe9c(0x299)](_0x37fe9c(0x2ae)),_0x4865d6=_0x5d2b96[_0x37fe9c(0x1f4)],_0x39d317=_0x5d2b96[_0x37fe9c(0x226)]?_0x5d2b96[_0x37fe9c(0x33a)]+':'+_0x5d2b96[_0x37fe9c(0x226)]:_0x5d2b96[_0x37fe9c(0x33a)],_0x3009e2=this[_0x37fe9c(0x344)][_0x37fe9c(0x302)],_0x554669=_0x5f2c93[_0x37fe9c(0x1e3)](_0x5d445f(_0x3009e2,_0x37fe9c(0x372))),_0x1af8cf={'id':_0x17c037,'type':_0x39d317,'hasComments':_0x4865d6,'data':_0x61628c[_0x37fe9c(0x375)]||null,'originalSuggestionId':_0x61628c[_0x37fe9c(0x34f)]||null,'attributes':_0x5d2b96[_0x37fe9c(0x202)]};this[_0x37fe9c(0x2cb)][_0x37fe9c(0x2ab)](_0x1af8cf)[_0x37fe9c(0x336)](_0xadf71=>{const _0xe6909d=_0x37fe9c;_0x5d2b96[_0xe6909d(0x243)]=!0x0,_0x5f2c93[_0xe6909d(0x275)](_0x554669),_0xadf71&&_0xadf71[_0xe6909d(0x24a)]&&(this[_0xe6909d(0x345)][_0xe6909d(0x299)](_0x17c037)[_0xe6909d(0x24a)]=_0xadf71[_0xe6909d(0x24a)]);})[_0x37fe9c(0x2d7)](_0x39d343=>{const _0x1e4f0f=_0x37fe9c;throw _0x1bc766(_0x1e4f0f(0x353)),this[_0x1e4f0f(0x344)][_0x1e4f0f(0x246)][_0x1e4f0f(0x204)]({'isUndoable':!0x1},()=>{const _0x52e8f6=_0x1e4f0f;_0x5d2b96[_0x52e8f6(0x247)]();}),_0x5d2b96[_0x1e4f0f(0x2b5)](),this[_0x1e4f0f(0x345)][_0x1e4f0f(0x2fd)](_0x5d2b96['id']),this[_0x1e4f0f(0x21f)][_0x1e4f0f(0x2fd)](_0x5d2b96),_0x39d343;});}return _0x5d2b96;}[_0xeacc0c(0x32f)](_0x2d5257){const _0x37b461=_0xeacc0c;return this[_0x37b461(0x344)][_0x37b461(0x33b)][_0x37b461(0x299)](_0x57eda5)[_0x37b461(0x26c)](_0x2d5257);}[_0xeacc0c(0x294)](_0x36dbe1){const _0x2e16e6=_0xeacc0c;return this[_0x2e16e6(0x344)][_0x2e16e6(0x33b)][_0x2e16e6(0x299)](_0x57eda5)[_0x2e16e6(0x2bc)](_0x36dbe1);}[_0xeacc0c(0x308)](_0x3c5da8,_0xa76bd){const _0x49237=_0xeacc0c,_0xdfc432=this[_0x49237(0x344)][_0x49237(0x33b)][_0x49237(0x299)](_0x49237(0x2ae)),_0x1cb14a=this[_0x49237(0x2e8)](_0x3c5da8);if(this[_0x49237(0x2cb)]&&this[_0x49237(0x2cb)][_0x49237(0x268)]){if(_0x1cb14a[_0x49237(0x243)]){const _0x40908c=_0xdfc432[_0x49237(0x1e3)](_0x5d445f(this[_0x49237(0x344)][_0x49237(0x302)],_0x49237(0x372)));this[_0x49237(0x2cb)][_0x49237(0x268)](_0x3c5da8,_0xa76bd)[_0x49237(0x336)](()=>{const _0xe45fcd=_0x49237;_0xdfc432[_0xe45fcd(0x275)](_0x40908c);});}else _0x1cb14a['on'](_0x49237(0x32a),()=>{const _0x38bc08=_0x49237;this[_0x38bc08(0x308)](_0x3c5da8,_0xa76bd);});}}[_0xeacc0c(0x2b2)](_0x29e8c6){const _0x10f9d1=_0xeacc0c;if(!this[_0x10f9d1(0x2cb)]||!this[_0x10f9d1(0x2cb)][_0x10f9d1(0x2e8)])throw new _0x508388(_0x10f9d1(0x34c),this);return this[_0x10f9d1(0x2cb)][_0x10f9d1(0x2e8)](_0x29e8c6);}[_0xeacc0c(0x30b)](_0x1b1016){const _0x205cd9=_0xeacc0c,{id:_0x450583,type:_0xfbc708,subType:_0xd58ac3,authorId:_0x3352ce}=this[_0x205cd9(0x335)](_0x1b1016),_0x2c651b=this[_0x205cd9(0x345)][_0x205cd9(0x299)](_0x450583)||this[_0x205cd9(0x2dc)](_0xfbc708,_0xd58ac3,_0x450583,_0x3352ce,{});switch(this[_0x205cd9(0x2c7)](_0x2c651b,_0xfbc708,_0xd58ac3,_0x3352ce),this[_0x205cd9(0x21f)][_0x205cd9(0x299)](_0x2c651b)){case _0x205cd9(0x22b):this[_0x205cd9(0x2b2)](_0x450583)[_0x205cd9(0x336)](_0x4cdcb4=>{const _0x54d29d=_0x205cd9;let _0x3c6db5=Promise[_0x54d29d(0x253)]();_0x4cdcb4[_0x54d29d(0x1f4)]&&(_0x3c6db5=this[_0x54d29d(0x1fd)][_0x54d29d(0x217)]({'channelId':this[_0x54d29d(0x344)][_0x54d29d(0x2f6)][_0x54d29d(0x299)](_0x54d29d(0x32c)),'threadId':_0x450583})),_0x3c6db5[_0x54d29d(0x336)](()=>{const _0x408f46=_0x54d29d;this[_0x408f46(0x203)](_0x4cdcb4)[_0x408f46(0x243)]=!0x0;});}),this[_0x205cd9(0x21f)][_0x205cd9(0x2fa)](_0x2c651b,_0x205cd9(0x35d));break;case _0x205cd9(0x2aa):this[_0x205cd9(0x308)](_0x450583,{'state':_0x205cd9(0x29c)});case _0x205cd9(0x351):this[_0x205cd9(0x21f)][_0x205cd9(0x2fa)](_0x2c651b,_0x205cd9(0x28d)),this[_0x205cd9(0x24c)](_0x205cd9(0x36b),_0x2c651b);break;case _0x205cd9(0x28d):this[_0x205cd9(0x24c)](_0x205cd9(0x28a),_0x2c651b);}return _0x2c651b[_0x205cd9(0x2a1)](_0x1b1016),_0x2c651b;}[_0xeacc0c(0x33e)](_0x364836){const _0x130ab9=_0xeacc0c,_0x26e820=Array[_0x130ab9(0x21b)](_0x364836),_0x42844e=_0x26e820[_0x130ab9(0x35b)](_0x477f07=>_0x130ab9(0x26f)==_0x477f07[_0x130ab9(0x33a)]);this[_0x130ab9(0x22a)](_0x42844e);const _0x1691af=_0x26e820[_0x130ab9(0x35b)](_0x4b393e=>!_0x4b393e[_0x130ab9(0x34d)]&&_0x130ab9(0x26f)!=_0x4b393e[_0x130ab9(0x33a)]),_0x4c30a9=this[_0x130ab9(0x33c)]({'skipNotAttached':!0x0})[_0x130ab9(0x35b)](_0x574a6d=>!_0x574a6d[_0x130ab9(0x34d)]&&_0x130ab9(0x26f)!=_0x574a6d[_0x130ab9(0x33a)]),_0x34e681=_0x4c30a9[_0x130ab9(0x35b)](_0x417f85=>!_0x364836[_0x130ab9(0x245)](_0x417f85)),_0x337253=new Map(_0x4c30a9[_0x130ab9(0x371)](_0x3f720d=>[_0x3f720d,this[_0x130ab9(0x300)][_0x130ab9(0x250)](_0x3f720d[_0x130ab9(0x33a)],_0x3f720d[_0x130ab9(0x226)],_0x130ab9(0x1fe))])),_0x8a37be=new Map(_0x4c30a9[_0x130ab9(0x371)](_0x87903a=>[_0x87903a,_0x87903a[_0x130ab9(0x378)]()])),_0x3f7da1=new Set(),_0x44a501=new Set();for(let _0x391da2=0x0;_0x391da2<_0x1691af[_0x130ab9(0x2ec)];_0x391da2++)_0x1cdc75(_0x1691af[_0x391da2],_0x1691af,_0x391da2+0x1);for(let _0xe022da=0x0;_0xe022da<_0x1691af[_0x130ab9(0x2ec)];_0xe022da++)_0x1cdc75(_0x1691af[_0xe022da],_0x34e681,0x0);const _0x5d3bed=new Set();for(let _0x4e8dba=0x0;_0x4e8dba<_0x1691af[_0x130ab9(0x2ec)];_0x4e8dba++){const _0x565646=_0x1691af[_0x4e8dba];!_0x44a501[_0x130ab9(0x245)](_0x565646)&&_0x565646[_0x130ab9(0x374)]&&(_0x5d3bed[_0x130ab9(0x1e3)](_0x565646[_0x130ab9(0x374)]),_0x565646[_0x130ab9(0x374)][_0x130ab9(0x1e8)]===_0x565646&&(_0x565646[_0x130ab9(0x374)][_0x130ab9(0x1e8)]=null),_0x565646[_0x130ab9(0x374)]=null),!_0x3f7da1[_0x130ab9(0x245)](_0x565646)&&_0x565646[_0x130ab9(0x1e8)]&&(_0x5d3bed[_0x130ab9(0x1e3)](_0x565646[_0x130ab9(0x1e8)]),_0x565646[_0x130ab9(0x1e8)][_0x130ab9(0x374)]===_0x565646&&(_0x565646[_0x130ab9(0x1e8)][_0x130ab9(0x374)]=null),_0x565646[_0x130ab9(0x1e8)]=null);}function _0x1cdc75(_0x3f3a8f,_0x3fd862,_0x298475){const _0x91193d=_0x130ab9;for(let _0x2e019b=_0x298475;_0x2e019b<_0x3fd862[_0x91193d(0x2ec)];_0x2e019b++){const _0xfe6da7=_0x42d7e2(_0x3f3a8f,_0x3fd862[_0x2e019b]);_0xfe6da7&&(_0xfe6da7[0x0][_0x91193d(0x1e8)]=_0xfe6da7[0x1],_0xfe6da7[0x1][_0x91193d(0x374)]=_0xfe6da7[0x0],_0x3f7da1[_0x91193d(0x1e3)](_0xfe6da7[0x0]),_0x44a501[_0x91193d(0x1e3)](_0xfe6da7[0x1]));}}function _0x42d7e2(_0x4ef1df,_0x1f3651){const _0x245cbc=_0x130ab9;if(_0x4ef1df[_0x245cbc(0x27e)]['id']!==_0x1f3651[_0x245cbc(0x27e)]['id'])return null;const _0x3f0a88=_0x337253[_0x245cbc(0x299)](_0x4ef1df)(_0x4ef1df,_0x1f3651,_0x8a37be[_0x245cbc(0x299)](_0x4ef1df),_0x8a37be[_0x245cbc(0x299)](_0x1f3651));if(!_0x3f0a88)return null;return _0x337253[_0x245cbc(0x299)](_0x1f3651)(_0x4ef1df,_0x1f3651,_0x8a37be[_0x245cbc(0x299)](_0x4ef1df),_0x8a37be[_0x245cbc(0x299)](_0x1f3651))?_0x3f0a88[0x1][_0x245cbc(0x2a0)]&&_0x3f0a88[0x1][_0x245cbc(0x2a0)][_0x245cbc(0x2ec)]?null:_0x3f0a88:null;}_0x5d3bed[_0x130ab9(0x206)]&&this[_0x130ab9(0x33e)](_0x5d3bed);}[_0xeacc0c(0x22a)](_0x1126c9){const _0x14cf96=_0xeacc0c;if(0x0==_0x1126c9[_0x14cf96(0x2ec)])return;const _0x449ecd=this[_0x14cf96(0x33c)]({'skipNotAttached':!0x0})[_0x14cf96(0x35b)](_0x44369b=>_0x14cf96(0x26f)==_0x44369b[_0x14cf96(0x33a)]&&_0x44369b[_0x14cf96(0x24d)]),_0x363cc5=[],_0x25e5b1=new Map();for(const _0x17019a of _0x449ecd){const _0x4cf7c1=_0x5d7dda(_0x17019a[_0x14cf96(0x202)]);_0x25e5b1[_0x14cf96(0x245)](_0x4cf7c1)||(_0x25e5b1[_0x14cf96(0x2fa)](_0x4cf7c1,_0x363cc5[_0x14cf96(0x2ec)]),_0x363cc5[_0x14cf96(0x342)]([]));const _0x16e250=_0x25e5b1[_0x14cf96(0x299)](_0x4cf7c1);_0x363cc5[_0x16e250][_0x14cf96(0x342)](_0x17019a);}!(function(){const _0x25d6b4=_0x14cf96;_0x363cc5[_0x25d6b4(0x284)]((_0x135184,_0x509262)=>{const _0x4fae20=_0x25d6b4,_0x9f2346=_0x135184[0x0][_0x4fae20(0x24a)],_0x529b5a=_0x509262[0x0][_0x4fae20(0x24a)];return _0x9f2346==_0x529b5a?_0x135184[0x0][_0x4fae20(0x202)][_0x4fae20(0x31e)]<_0x509262[0x0][_0x4fae20(0x202)][_0x4fae20(0x31e)]?-0x1:0x1:_0x9f2346<_0x529b5a?-0x1:0x1;});for(const _0x5b17e5 of _0x363cc5)_0x5b17e5[_0x25d6b4(0x284)]((_0x3b84f3,_0x581632)=>_0x3b84f3['id']<_0x581632['id']?-0x1:0x1);}());for(let _0x483bc1=0x0;_0x483bc1<_0x363cc5[_0x14cf96(0x2ec)];_0x483bc1++){if(0x0==_0x363cc5[_0x483bc1][_0x14cf96(0x2ec)])continue;const _0x2a8eb8=[];for(let _0x48a07b=_0x483bc1+0x1;_0x48a07b<_0x363cc5[_0x14cf96(0x2ec)];_0x48a07b++)0x0!=_0x363cc5[_0x48a07b][_0x14cf96(0x2ec)]&&_0x150c94(_0x363cc5[_0x483bc1],_0x363cc5[_0x48a07b])&&_0x2a8eb8[_0x14cf96(0x342)](_0x48a07b);for(const _0x3c0207 of _0x2a8eb8)_0x363cc5[_0x483bc1]=_0x363cc5[_0x483bc1][_0x14cf96(0x241)](_0x363cc5[_0x3c0207]),_0x363cc5[_0x3c0207]=[];}for(const _0x4eaa6f of _0x363cc5)for(let _0x11f47f=0x0;_0x11f47f<_0x4eaa6f[_0x14cf96(0x2ec)];_0x11f47f++){const _0x599885=_0x4eaa6f[_0x11f47f+0x1]||null;_0x4eaa6f[_0x11f47f][_0x14cf96(0x1e8)]!==_0x599885&&(_0x4eaa6f[_0x11f47f][_0x14cf96(0x1e8)]=_0x599885);}for(const _0x1c3ead of _0x363cc5)for(let _0x25ad82=0x0;_0x25ad82<_0x1c3ead[_0x14cf96(0x2ec)];_0x25ad82++){const _0x56b12d=_0x1c3ead[_0x25ad82-0x1]||null;_0x1c3ead[_0x25ad82][_0x14cf96(0x374)]!==_0x56b12d&&(_0x1c3ead[_0x25ad82][_0x14cf96(0x374)]=_0x56b12d);}function _0x150c94(_0x47ede8,_0x301035){const _0x200244=_0x14cf96;if(_0x47ede8[0x0][_0x200244(0x202)][_0x200244(0x31e)]!==_0x301035[0x0][_0x200244(0x202)][_0x200244(0x31e)]&&_0x47ede8[0x0][_0x200244(0x27e)]!==_0x301035[0x0][_0x200244(0x27e)])return!0x1;if(!function(_0x69feb8,_0x3a6a39){const _0x4008b9=_0x200244;if(!_0x69feb8[_0x4008b9(0x1f4)]&&!_0x3a6a39[_0x4008b9(0x1f4)])return!0x0;if(_0x69feb8[_0x4008b9(0x1f4)]&&_0x3a6a39[_0x4008b9(0x1f4)])return!0x1;if(_0x69feb8[_0x4008b9(0x1f4)]&&_0x3a6a39[_0x4008b9(0x24a)]<_0x69feb8[_0x4008b9(0x2a0)][_0x4008b9(0x27b)][_0x4008b9(0x299)](0x0)[_0x4008b9(0x24a)])return!0x0;if(_0x3a6a39[_0x4008b9(0x1f4)]&&_0x69feb8[_0x4008b9(0x24a)]<_0x3a6a39[_0x4008b9(0x2a0)][_0x4008b9(0x27b)][_0x4008b9(0x299)](0x0)[_0x4008b9(0x24a)])return!0x0;return!0x1;}(_0x47ede8[0x0],_0x301035[0x0]))return!0x1;const _0x227dbe=_0x26539a(_0x47ede8[0x0][_0x200244(0x202)],[_0x200244(0x31e),_0x200244(0x27c)]),_0x22fda3=_0x26539a(_0x301035[0x0][_0x200244(0x202)],[_0x200244(0x31e),_0x200244(0x27c)]);if(!_0x5ea15(_0x227dbe,_0x22fda3))return!0x1;if(_0x47ede8[0x0][_0x200244(0x202)][_0x200244(0x31e)]==_0x301035[0x0][_0x200244(0x202)][_0x200244(0x31e)])return!0x0;if(_0x47ede8[0x0][_0x200244(0x202)][_0x200244(0x27c)]!==_0x301035[0x0][_0x200244(0x202)][_0x200244(0x27c)])return!0x1;return!!_0x47ede8[_0x200244(0x2cc)](_0x12ca5a=>_0x301035[_0x200244(0x263)](_0x4ad56a=>_0x12ca5a[_0x200244(0x378)]()[_0x200244(0x200)](_0x4ad56a[_0x200244(0x378)]())))&&_0x301035[_0x200244(0x2cc)](_0x4d9bb2=>_0x47ede8[_0x200244(0x263)](_0x51489c=>_0x4d9bb2[_0x200244(0x378)]()[_0x200244(0x200)](_0x51489c[_0x200244(0x378)]())));}}[_0xeacc0c(0x30e)](_0x16599f){const _0x1a2ec5=_0xeacc0c,_0x26e3f6=Array[_0x1a2ec5(0x21b)](_0x16599f),_0x2390b1=this[_0x1a2ec5(0x33c)]({'skipNotAttached':!0x0}),_0x31146e=_0x2390b1[_0x1a2ec5(0x35b)](_0x30480e=>!_0x16599f[_0x1a2ec5(0x245)](_0x30480e)),_0x3cf212=new Map(_0x26e3f6[_0x1a2ec5(0x371)](_0x1631ce=>[_0x1631ce,this[_0x1a2ec5(0x300)][_0x1a2ec5(0x250)](_0x1631ce[_0x1a2ec5(0x33a)],_0x1631ce[_0x1a2ec5(0x226)],_0x1a2ec5(0x24f))])),_0x5a90b5=new Map(_0x2390b1[_0x1a2ec5(0x371)](_0x328023=>[_0x328023,_0x328023[_0x1a2ec5(0x236)]()]));for(let _0x4ce4e9=0x0;_0x4ce4e9<_0x26e3f6[_0x1a2ec5(0x2ec)];_0x4ce4e9++){if(_0x584d70(this,_0x26e3f6[_0x4ce4e9],_0x26e3f6,_0x4ce4e9+0x1))return!0x0;}for(let _0x4ab2fb=0x0;_0x4ab2fb<_0x26e3f6[_0x1a2ec5(0x2ec)];_0x4ab2fb++){if(_0x584d70(this,_0x26e3f6[_0x4ab2fb],_0x31146e,0x0))return!0x0;}return!0x1;function _0x584d70(_0x15a5fd,_0xc8f0ee,_0x52cf33,_0x2ad123){const _0x2da324=_0x1a2ec5;for(let _0x5051f4=_0x2ad123;_0x5051f4<_0x52cf33[_0x2da324(0x2ec)];_0x5051f4++){const _0x5f220a=_0x52cf33[_0x5051f4];if(_0x5f220a[_0x2da324(0x33a)]!==_0xc8f0ee[_0x2da324(0x33a)]||_0x5f220a[_0x2da324(0x27e)]['id']!==_0xc8f0ee[_0x2da324(0x27e)]['id']||_0x5f220a[_0x2da324(0x226)]!==_0xc8f0ee[_0x2da324(0x226)])continue;if(!en(_0xc8f0ee,_0x5f220a))continue;if(_0x2da324(0x26f)==_0xc8f0ee[_0x2da324(0x33a)]&&_0xc8f0ee[_0x2da324(0x375)][_0x2da324(0x2f5)]!=_0x5f220a[_0x2da324(0x375)][_0x2da324(0x2f5)])continue;if(_0x2da324(0x26f)==_0xc8f0ee[_0x2da324(0x33a)]&&_0x15a5fd[_0x2da324(0x32f)](_0xc8f0ee[_0x2da324(0x375)][_0x2da324(0x2ee)]))continue;if(_0x2da324(0x222)==_0xc8f0ee[_0x2da324(0x33a)]){const _0x58e3fc=_0x15a5fd[_0x2da324(0x344)][_0x2da324(0x246)],_0x496221=_0xc8f0ee[_0x2da324(0x258)]();if(_0x496221&&(_0x58e3fc[_0x2da324(0x303)][_0x2da324(0x361)](_0x496221)||_0x58e3fc[_0x2da324(0x303)][_0x2da324(0x35a)](_0x496221)))continue;}const _0x84e60b=_0x3cf212[_0x2da324(0x299)](_0xc8f0ee),_0x21b019=_0x5a90b5[_0x2da324(0x299)](_0xc8f0ee),_0x3a4510=_0x5a90b5[_0x2da324(0x299)](_0x5f220a),_0x354098=_0xc8f0ee[_0x2da324(0x2a0)]&&_0xc8f0ee[_0x2da324(0x2a0)][_0x2da324(0x2ec)],_0x23987d=_0x5f220a[_0x2da324(0x2a0)]&&_0x5f220a[_0x2da324(0x2a0)][_0x2da324(0x2ec)];if(!_0x354098&&_0x84e60b(_0x3a4510,_0x21b019))return _0x15a5fd[_0x2da324(0x1e4)](_0x5f220a,_0xc8f0ee),_0x5a90b5[_0x2da324(0x2fd)](_0xc8f0ee),!0x0;if(!_0x23987d&&_0x84e60b(_0x21b019,_0x3a4510))return _0x15a5fd[_0x2da324(0x1e4)](_0xc8f0ee,_0x5f220a),_0x5a90b5[_0x2da324(0x2fd)](_0x5f220a),!0x0;}return!0x1;}}[_0xeacc0c(0x1e4)](_0x350856,_0x468ee1){const _0x457ae3=_0xeacc0c;if(_0x350856[_0x457ae3(0x34d)]){for(const _0x36f621 of _0x468ee1[_0x457ae3(0x236)]())_0x350856[_0x457ae3(0x25b)](_0x36f621);}else{const _0x3d4f2b=_0x468ee1[_0x457ae3(0x378)]()[_0x457ae3(0x29b)];this[_0x457ae3(0x289)](_0x350856,this[_0x457ae3(0x357)][_0x457ae3(0x265)](_0x350856[_0x457ae3(0x378)]()[_0x457ae3(0x21d)],_0x3d4f2b));}_0x468ee1[_0x457ae3(0x288)]();}[_0xeacc0c(0x21a)](_0x542b15,_0x6bae57,_0x413327){const _0x524574=_0xeacc0c,_0x1f72c5=_0x542b15[_0x524574(0x29e)](_0x524574(0x251))||_0x542b15[_0x524574(0x29e)](_0x524574(0x26f))?_0x524574(0x30c):_0x542b15[_0x524574(0x2ba)]();return _0x5d445f(this[_0x524574(0x344)][_0x524574(0x302)],_0x6bae57+'_'+_0x1f72c5+_0x524574(0x214),_0x413327);}[_0xeacc0c(0x2c3)](){const _0x2d99ba=_0xeacc0c,_0x21ef79=this[_0x2d99ba(0x344)];if(!_0x21ef79['ui'])return;const {ariaLiveAnnouncer:_0x460eb8}=_0x21ef79['ui'];_0x491daa(this[_0x2d99ba(0x357)],({left:_0x48036f,entered:_0x594959})=>{const _0x4aa225=_0x2d99ba;for(const _0x3a3b49 of _0x48036f){const {group:_0x5ef861,type:_0x1682c3}=this[_0x4aa225(0x335)](_0x3a3b49[_0x4aa225(0x233)]);if(_0x4aa225(0x240)===_0x5ef861){_0x460eb8[_0x4aa225(0x2bf)](this[_0x4aa225(0x21a)](_0x1682c3,_0x4aa225(0x1f9)));break;}}for(const _0x20b84e of _0x594959){const {group:_0x5ce853,type:_0x3910cb}=this[_0x4aa225(0x335)](_0x20b84e[_0x4aa225(0x233)]);if(_0x4aa225(0x240)===_0x5ce853){_0x460eb8[_0x4aa225(0x2bf)](this[_0x4aa225(0x21a)](_0x3910cb,_0x4aa225(0x2a9),_0xc2b299(_0x158b27)));break;}}});}[_0xeacc0c(0x307)](_0x48306e){const _0x2ed04c=_0xeacc0c;if(this[_0x2ed04c(0x365)])return!0x1;const _0x3cbf4e=this[_0x2ed04c(0x344)],_0x3138b0=_0x3cbf4e[_0x2ed04c(0x246)][_0x2ed04c(0x27a)][_0x2ed04c(0x277)][_0x2ed04c(0x31f)]();if(0x0==_0x3138b0[_0x2ed04c(0x2ec)])return!0x1;const _0x3ecac7=[],_0x1d96e=_0x3138b0[_0x2ed04c(0x35b)](_0x53eedb=>_0x2ed04c(0x26f)==_0x53eedb[_0x2ed04c(0x33a)]),_0x4e54a2=_0x3138b0[_0x2ed04c(0x35b)](_0x5d6f28=>_0x2ed04c(0x207)==_0x5d6f28[_0x2ed04c(0x33a)]&&_0x2ed04c(0x1f6)!=_0x5d6f28[_0x2ed04c(0x233)]),_0x4a4686=_0x3138b0[_0x2ed04c(0x35b)](_0x24158f=>_0x2ed04c(0x275)==_0x24158f[_0x2ed04c(0x33a)]&&_0x2ed04c(0x1f6)!=_0x24158f[_0x2ed04c(0x233)]);for(const _0x1db9e9 of _0x1d96e)_0x3ecac7[_0x2ed04c(0x342)]({'key':_0x1db9e9[_0x2ed04c(0x22e)],'newValue':_0x1db9e9[_0x2ed04c(0x2d9)],'oldValue':_0x1db9e9[_0x2ed04c(0x34a)],'range':Zt(_0x1db9e9[_0x2ed04c(0x373)],_0x3cbf4e[_0x2ed04c(0x246)])});for(const _0x32f7eb of _0x4e54a2){const _0x597ff9=_0x4a4686[_0x2ed04c(0x238)](_0x120f80=>_0x120f80[_0x2ed04c(0x281)][_0x2ed04c(0x200)](_0x32f7eb[_0x2ed04c(0x281)]));_0x597ff9&&_0x3ecac7[_0x2ed04c(0x342)]({'key':_0x2ed04c(0x2c5),'newValue':_0x32f7eb[_0x2ed04c(0x233)],'oldValue':_0x597ff9[_0x2ed04c(0x233)],'range':_0x3cbf4e[_0x2ed04c(0x246)][_0x2ed04c(0x358)](_0x32f7eb[_0x2ed04c(0x281)][_0x2ed04c(0x269)])});}return 0x0!=_0x3ecac7[_0x2ed04c(0x2ec)]&&this[_0x2ed04c(0x2b4)](_0x48306e,_0x3ecac7);}[_0xeacc0c(0x2af)](_0x4f008e){const _0x570903=_0xeacc0c;let _0x39b9a0=!0x1;const _0xdb416b=this[_0x570903(0x344)][_0x570903(0x246)][_0x570903(0x27a)][_0x570903(0x277)][_0x570903(0x298)]()[_0x570903(0x35b)](_0x242090=>_0x242090[_0x570903(0x375)][_0x570903(0x324)]&&_0x242090[_0x570903(0x233)][_0x570903(0x29e)](_0x570903(0x2eb)));for(const _0x5e6ab8 of _0xdb416b){const {subType:_0x4f095b,id:_0x8c919c}=this[_0x570903(0x335)](_0x5e6ab8[_0x570903(0x233)]),_0x52df8d=_0x4f095b[_0x570903(0x2dd)]('|')[0x0];for(const _0x8b5c3f of this[_0x570903(0x33c)]({'skipNotAttached':!0x0}))_0x8b5c3f['id']!=_0x8c919c&&_0x570903(0x26f)==_0x8b5c3f[_0x570903(0x33a)]&&_0x8b5c3f[_0x570903(0x375)]&&_0x8b5c3f[_0x570903(0x375)][_0x570903(0x2ee)]==_0x52df8d&&_0x8b5c3f[_0x570903(0x378)]()[_0x570903(0x28f)](_0x5e6ab8[_0x570903(0x375)][_0x570903(0x324)])&&(this[_0x570903(0x2f4)](_0x8b5c3f,_0x5e6ab8[_0x570903(0x375)][_0x570903(0x324)],_0x4f008e),_0x39b9a0=!0x0);}return _0x39b9a0;}[_0xeacc0c(0x26b)](_0x18fffd){const _0x24330e=_0xeacc0c;this[_0x24330e(0x365)]=!0x0,_0x18fffd();}[_0xeacc0c(0x1fa)](_0x479497){const _0xcce18d=_0xeacc0c;return this[_0xcce18d(0x344)][_0xcce18d(0x33b)][_0xcce18d(0x299)](_0x57eda5)[_0xcce18d(0x31c)](_0x479497);}[_0xeacc0c(0x2b4)](_0x3a227c,_0x22661c){const _0x526c8b=_0xeacc0c;if(0x0==_0x22661c[_0x526c8b(0x2ec)])return!0x1;let _0x4857f1=!0x1;for(const _0x34643c of _0x22661c){const _0x583450=this[_0x526c8b(0x2f8)](_0x34643c[_0x526c8b(0x373)],_0x526c8b(0x26f))[_0x526c8b(0x35b)](_0x410b61=>!_0x410b61[_0x526c8b(0x266)][_0x526c8b(0x213)])[_0x526c8b(0x371)](_0x2ad379=>_0x2ad379[_0x526c8b(0x240)]),_0x578872=_0x5d7dda({'newValue':_0x34643c[_0x526c8b(0x230)]});_0x583450[_0x526c8b(0x35b)](_0x4cd7cd=>{const _0x7574c9=_0x526c8b,[_0x587085,_0x2e6a38]=_0x4cd7cd[_0x7574c9(0x226)][_0x7574c9(0x2dd)]('|');return _0x587085==_0x34643c[_0x7574c9(0x2ee)]&&_0x2e6a38!=_0x578872;})[_0x526c8b(0x25a)](_0x53541f=>{const _0x42998b=_0x526c8b;this[_0x42998b(0x2f4)](_0x53541f,_0x34643c[_0x42998b(0x373)],_0x3a227c),_0x4857f1=!0x0;});}return _0x4857f1;}[_0xeacc0c(0x2f4)](_0x373041,_0x7c6525,_0x3c9540){const _0xc129a=_0xeacc0c,_0x4d96ac=_0x373041[_0xc129a(0x378)]()[_0xc129a(0x36a)](_0x7c6525);0x0!==_0x4d96ac[_0xc129a(0x2ec)]?0x1!==_0x4d96ac[_0xc129a(0x2ec)]?this[_0xc129a(0x311)](_0x373041,_0x7c6525[_0xc129a(0x21d)],_0x7c6525[_0xc129a(0x29b)]):this[_0xc129a(0x289)](_0x373041,_0x4d96ac[0x0]):_0x3c9540[_0xc129a(0x286)](_0x373041[_0xc129a(0x2a3)]());}}class qt{[_0xeacc0c(0x330)];[_0xeacc0c(0x357)];[_0xeacc0c(0x1f2)];[_0xeacc0c(0x2c0)];constructor(_0x2c189c){const _0x5e7382=_0xeacc0c;this[_0x5e7382(0x330)]=_0x2c189c,this[_0x5e7382(0x357)]=_0x2c189c[_0x5e7382(0x246)],this[_0x5e7382(0x1f2)]=new Map(),this[_0x5e7382(0x2c0)]=new Map(),this[_0x5e7382(0x318)]();}[_0xeacc0c(0x2d1)](_0x5f2706,_0x599b86,_0x3f6a41,_0x7d3f01,_0x559225,_0x376f90,_0x1b4308){const _0x1ad89b=_0xeacc0c;return new _0x433c4c(this[_0x1ad89b(0x357)],{'type':_0x5f2706,'subType':_0x599b86,'id':_0x3f6a41,'originalSuggestionId':_0x1b4308,'author':_0x7d3f01,'creator':_0x7d3f01,'attributes':_0x559225,'onAttributesChange':_0x376f90,'onAccept':(..._0xc6c82f)=>this[_0x1ad89b(0x250)](_0x5f2706,_0x599b86,_0x1ad89b(0x35f))(..._0xc6c82f),'onDiscard':(..._0xb002d0)=>this[_0x1ad89b(0x250)](_0x5f2706,_0x599b86,_0x1ad89b(0x247))(..._0xb002d0)});}[_0xeacc0c(0x261)](_0x29f30d,_0x53318d,_0x5554f8,_0x432a22){const _0x41deb4=_0xeacc0c,_0x4c6c79=_0x29f30d+':'+_0x53318d+':'+_0x5554f8;this[_0x41deb4(0x1f2)][_0x41deb4(0x2fa)](_0x4c6c79,_0x432a22);}[_0xeacc0c(0x250)](_0x3b6e9b,_0x41209c,_0x2cf7ae){const _0x1e2a2c=_0xeacc0c,_0x9f1f6d=_0x3b6e9b+':'+_0x41209c+':'+_0x2cf7ae;return this[_0x1e2a2c(0x1f2)][_0x1e2a2c(0x299)](_0x9f1f6d)||this[_0x1e2a2c(0x2c0)][_0x1e2a2c(0x299)](_0x3b6e9b+':'+_0x2cf7ae);}[_0xeacc0c(0x318)](){const _0x1a989c=_0xeacc0c,_0xa97227=()=>!0x1,_0x2da69a=_0x59b419=>{const _0x2f8ff2=_0x3728;_0x59b419[_0x2f8ff2(0x284)]((_0x5a094b,_0x12df5f)=>_0x5a094b[_0x2f8ff2(0x21d)][_0x2f8ff2(0x2ca)](_0x12df5f[_0x2f8ff2(0x21d)])?0x1:-0x1),this[_0x2f8ff2(0x357)][_0x2f8ff2(0x2c1)](_0x4dd166=>{const _0x47a0ec=_0x2f8ff2;for(const _0x33f007 of _0x59b419){let _0x213e7d;_0x213e7d=_0x33f007[_0x47a0ec(0x29b)][_0x47a0ec(0x255)]&&_0x33f007[_0x47a0ec(0x29b)][_0x47a0ec(0x212)]==_0x33f007[_0x47a0ec(0x21d)][_0x47a0ec(0x269)]?_0x4dd166[_0x47a0ec(0x20b)](_0x33f007[_0x47a0ec(0x21d)][_0x47a0ec(0x269)],'on'):_0x4dd166[_0x47a0ec(0x20b)](_0x33f007),this[_0x47a0ec(0x357)][_0x47a0ec(0x2c9)](_0x213e7d,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x220acf=(_0x19f32e,_0x2caa78)=>{const _0xbf700=_0x3728;_0x2caa78&&this[_0xbf700(0x357)][_0xbf700(0x2c1)](_0x8caf3d=>{const _0x4647aa=_0xbf700,{commandName:_0x258b23,commandParams:_0x2b681c=[]}=_0x2caa78,_0x3fafe9=_0x19f32e[_0x4647aa(0x371)](_0x533c97=>(Kt(_0x533c97)&&(_0x533c97=this[_0x4647aa(0x357)][_0x4647aa(0x265)](_0x533c97[_0x4647aa(0x29b)])),_0x533c97))[_0x4647aa(0x35b)](_0x27a790=>_0x4647aa(0x35e)!==_0x27a790[_0x4647aa(0x26a)][_0x4647aa(0x2c2)]);if(_0x3fafe9[_0x4647aa(0x2ec)]<0x1)return;const _0x3ce0ea=Array[_0x4647aa(0x21b)](this[_0x4647aa(0x357)][_0x4647aa(0x27a)][_0x4647aa(0x25f)][_0x4647aa(0x236)]())[_0x4647aa(0x371)](_0x4daa5d=>_0x276936[_0x4647aa(0x2a7)](_0x4daa5d));_0x8caf3d[_0x4647aa(0x248)](_0x3fafe9);for(const _0x24a9f2 of this[_0x4647aa(0x330)][_0x4647aa(0x31d)][_0x4647aa(0x31d)]())_0x24a9f2[_0x4647aa(0x20f)]();_0x2b681c[_0x4647aa(0x342)]({'forceDefaultExecution':!0x0}),this[_0x4647aa(0x330)][_0x4647aa(0x2b7)](_0x258b23,..._0x2b681c);const _0x64336e=_0x3ce0ea[_0x4647aa(0x35b)](_0x194c5c=>_0x4647aa(0x35e)!=_0x194c5c[_0x4647aa(0x26a)][_0x4647aa(0x2c2)]);_0x64336e[_0x4647aa(0x2ec)]>0x0&&_0x8caf3d[_0x4647aa(0x248)](_0x64336e);for(const _0x5331df of _0x3ce0ea)_0x5331df[_0x4647aa(0x279)]();});},_0x31774e=(_0x4f4cf3,_0x2d5d03)=>0x1==_0x4f4cf3[_0x1a989c(0x2ec)]&&0x1==_0x2d5d03[_0x1a989c(0x2ec)]&&_0x4f4cf3[0x0][_0x1a989c(0x29b)][_0x1a989c(0x200)](_0x2d5d03[0x0][_0x1a989c(0x21d)]),_0x312e6a=(_0x4c12cc,_0x37685c,_0x2271fb,_0x2aaf48)=>nn(_0x4c12cc,_0x37685c,_0x2271fb,_0x2aaf48)?[_0x4c12cc,_0x37685c]:nn(_0x37685c,_0x4c12cc,_0x2aaf48,_0x2271fb)?[_0x37685c,_0x4c12cc]:null;this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x2e6),_0xa97227),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x215),_0x2da69a),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x2f9),_0x31774e),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x34b),_0x312e6a),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x2e0),_0x2da69a),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x296),_0xa97227),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x267),_0x31774e),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x20d),_0x312e6a),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x2b1),_0x220acf),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x312),_0xa97227),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x25d),_0x31774e),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x2cf),_0xa97227),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x292),_0x220acf),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x2c8),_0xa97227),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x23b),_0x31774e),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x37c),_0xa97227),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x33f),_0xa97227),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x285),(_0xa1c008,_0x3a8910)=>{const _0x620375=_0x1a989c;if(!_0x3a8910)return;const _0x48c80b=this[_0x620375(0x330)][_0x620375(0x33b)][_0x620375(0x299)](TrackChangesEditing);this[_0x620375(0x357)][_0x620375(0x2c1)](_0x30e55d=>{const _0x317102=_0x620375;if(_0x317102(0x2c5)==_0x3a8910[_0x317102(0x2ee)])for(const _0x432fc5 of _0xa1c008){const _0x1f2302=_0x432fc5[_0x317102(0x21d)][_0x317102(0x269)],_0x354ebc=_0x3a8910[_0x317102(0x2f5)];_0x30e55d[_0x317102(0x2a4)](_0x1f2302,_0x354ebc);}else{if(_0x48c80b[_0x317102(0x32f)](_0x3a8910[_0x317102(0x2ee)])){for(const _0x1c5079 of _0xa1c008)void 0x0!==_0x3a8910[_0x317102(0x2f5)]?_0x30e55d[_0x317102(0x260)](_0x3a8910[_0x317102(0x2ee)],_0x3a8910[_0x317102(0x2f5)],_0x1c5079[_0x317102(0x21d)][_0x317102(0x269)]):_0x30e55d[_0x317102(0x319)](_0x3a8910[_0x317102(0x2ee)],_0x1c5079[_0x317102(0x21d)][_0x317102(0x269)]);}else{for(const _0x31ba13 of _0xa1c008)_0x3a8910[_0x317102(0x2f5)]?_0x30e55d[_0x317102(0x260)](_0x3a8910[_0x317102(0x2ee)],_0x3a8910[_0x317102(0x2f5)],_0x31ba13):_0x30e55d[_0x317102(0x319)](_0x3a8910[_0x317102(0x2ee)],_0x31ba13);}}});}),this[_0x1a989c(0x2c0)][_0x1a989c(0x2fa)](_0x1a989c(0x334),_0x31774e);}}function zt(_0x55bfff,_0x449ed4,_0x5eac17){const _0x2f436c=_0xeacc0c;for(const _0x4bbf91 of _0x449ed4[_0x2f436c(0x212)][_0x2f436c(0x29d)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4bbf91[_0x2f436c(0x26a)]==_0x4bbf91)return!0x1;if(!_0x5eac17[_0x2f436c(0x356)](_0x4bbf91))return!0x1;if(_0x55bfff[_0x2f436c(0x361)](_0x4bbf91)||_0x55bfff[_0x2f436c(0x35a)](_0x4bbf91))return!0x0;}return!0x1;}function Kt(_0xe855ef){const _0x13ac87=_0xeacc0c;return _0xe855ef[_0x13ac87(0x29b)][_0x13ac87(0x212)]==_0xe855ef[_0x13ac87(0x21d)][_0x13ac87(0x269)]&&_0xe855ef[_0x13ac87(0x29b)][_0x13ac87(0x216)];}function Wt(_0x4ebc4c,_0x27560e,_0x409ecc,_0xd14ee0){const _0x3eebc5=_0xeacc0c,_0x984040=_0x3a9c68=>!_0x3a9c68[_0x3eebc5(0x220)]['is'](_0x3eebc5(0x320))&&!_0xd14ee0[_0x3eebc5(0x361)](_0x3a9c68[_0x3eebc5(0x220)]),_0x392657=_0x4ebc4c[_0x3eebc5(0x21d)][_0x3eebc5(0x2d5)](_0x984040),_0x124d68=_0x4ebc4c[_0x3eebc5(0x29b)][_0x3eebc5(0x2d5)](_0x984040,{'direction':_0x3eebc5(0x340)});return(!_0x4ebc4c[_0x3eebc5(0x21d)][_0x3eebc5(0x200)](_0x392657)||!_0x4ebc4c[_0x3eebc5(0x29b)][_0x3eebc5(0x200)](_0x124d68))&&(_0x392657[_0x3eebc5(0x2ca)](_0x124d68)?_0x409ecc[_0x3eebc5(0x301)](_0x27560e,{'range':_0x409ecc[_0x3eebc5(0x265)](_0x392657,_0x124d68)}):_0x409ecc[_0x3eebc5(0x286)](_0x27560e),!0x0);}function Ht(_0xa7281a){return _0x5d7dda(_0xa7281a);}function Qt(_0x27fe0f){const _0x587ab7=_0xeacc0c,_0x57fdf7=_0x27fe0f[_0x587ab7(0x21d)][_0x587ab7(0x269)];return _0x57fdf7&&_0x57fdf7['is'](_0x587ab7(0x232));}function Xt(_0x39f1be){return Kt(_0x39f1be)||function(_0x18c371){const _0x56d62b=_0x3728;return _0x18c371[_0x56d62b(0x21d)][_0x56d62b(0x212)]==_0x18c371[_0x56d62b(0x29b)][_0x56d62b(0x326)]&&_0x18c371[_0x56d62b(0x21d)][_0x56d62b(0x255)];}(_0x39f1be);}function Yt(_0x2ba694,_0x1fded1){const _0x6cc27f=_0xeacc0c;try{const _0x5720ca=_0x2ba694[_0x6cc27f(0x350)]();for(const _0x3fb05c of _0x1fded1)if(_0x2ba694!==_0x3fb05c&&_0x5720ca&&_0x5720ca[_0x6cc27f(0x28f)](_0x3fb05c[_0x6cc27f(0x350)]()))return!0x0;return!0x1;}catch{return!0x1;}}function Zt(_0xd74c2d,_0x405999){const _0xadb277=_0xeacc0c;return null==_0xd74c2d[_0xadb277(0x29b)][_0xadb277(0x326)]&&_0xd74c2d[_0xadb277(0x29b)][_0xadb277(0x212)]==_0xd74c2d[_0xadb277(0x21d)][_0xadb277(0x269)]?tn(_0xd74c2d[_0xadb277(0x21d)][_0xadb277(0x269)],_0x405999):_0xd74c2d;}function tn(_0x1acdd6,_0x301661){const _0x4cd40a=_0xeacc0c,_0xd67290=_0x301661[_0x4cd40a(0x303)][_0x4cd40a(0x361)](_0x1acdd6)||_0x301661[_0x4cd40a(0x303)][_0x4cd40a(0x313)](_0x1acdd6);return _0x301661[_0x4cd40a(0x265)](_0x301661[_0x4cd40a(0x337)](_0x1acdd6,_0x4cd40a(0x1f1)),_0xd67290?_0x301661[_0x4cd40a(0x36c)](_0x1acdd6):_0x301661[_0x4cd40a(0x337)](_0x1acdd6,_0x4cd40a(0x29b)));}function nn(_0x38c4fb,_0xa96cd7,_0x2bb545,_0x4d9e78){const _0x427112=_0xeacc0c;return!!en(_0x38c4fb,_0xa96cd7)&&_0x2bb545[_0x427112(0x29b)][_0x427112(0x200)](_0x4d9e78[_0x427112(0x21d)]);}function en(_0x234aa5,_0x2ef796){const _0x2b78cc=_0xeacc0c;if(!_0x234aa5[_0x2b78cc(0x24d)]||!_0x2ef796[_0x2b78cc(0x24d)])return!0x1;const _0x577bf7=new Set(Object[_0x2b78cc(0x360)](_0x234aa5[_0x2b78cc(0x202)])),_0x192875=new Set(Object[_0x2b78cc(0x360)](_0x2ef796[_0x2b78cc(0x202)]));if(_0x577bf7[_0x2b78cc(0x2fd)](_0x2b78cc(0x31e)),_0x192875[_0x2b78cc(0x2fd)](_0x2b78cc(0x31e)),0x0==_0x577bf7[_0x2b78cc(0x206)]&&0x0==_0x192875[_0x2b78cc(0x206)])return!0x0;if(_0x577bf7[_0x2b78cc(0x206)]!=_0x192875[_0x2b78cc(0x206)])return!0x1;const _0x197120={..._0x234aa5[_0x2b78cc(0x202)]},_0x4a94ae={..._0x2ef796[_0x2b78cc(0x202)]};return delete _0x197120[_0x2b78cc(0x31e)],delete _0x4a94ae[_0x2b78cc(0x31e)],JSON[_0x2b78cc(0x249)](_0x197120)==JSON[_0x2b78cc(0x249)](_0x4a94ae);}function sn(_0x40a48f,_0x39dce7){const _0x4bbd3d=_0xeacc0c,_0x53c039=on(_0x40a48f[_0x4bbd3d(0x202)]),_0x5bdee3=on(_0x39dce7);if(!_0x40a48f[_0x4bbd3d(0x24d)])return!0x1;for(const _0x26f6d5 of Object[_0x4bbd3d(0x360)](_0x5bdee3))if(!_0x5ea15(_0x53c039[_0x26f6d5],_0x5bdee3[_0x26f6d5]))return!0x1;return!0x0;}function on(_0x4abd20){const _0x4a9557=_0xeacc0c,_0x39d7c3=Object[_0x4a9557(0x2ad)]({},_0x4abd20);return delete _0x39d7c3[_0x4a9557(0x225)],delete _0x39d7c3[_0x4a9557(0x23f)],_0x39d7c3;}
@@ -1,23 +0,0 @@
1
- /*
2
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- *
4
- *
5
- *
6
- *
7
- * +---------------------------------------------------------------------------------+
8
- * | |
9
- * | Hello stranger! |
10
- * | |
11
- * | |
12
- * | What you're currently looking at is the source code of a legally protected, |
13
- * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
- * | are forbidden and will result in legal consequences. |
15
- * | |
16
- * | |
17
- * +---------------------------------------------------------------------------------+
18
- *
19
- *
20
- *
21
- *
22
- */
23
- function _0xf3ea(){const _0xa7ebb=['define','22504kjvoRF','447232agLRHf','TrackChangesPreview','editor','config','isOfficialPlugin','9XpyKGH','pluginName','30xXEsFd','18756PjbRtz','appendChild','previewFinalContent','isPremiumPlugin','trackChanges.preview.renderFunction','245306umPvVq','462966oYcCle','375732LDKnSb','169660DBvUIn','commands','add','requires'];_0xf3ea=function(){return _0xa7ebb;};return _0xf3ea();}const _0x5607b5=_0x6cfd;(function(_0x40f81c,_0xdbed5e){const _0x18ad0a=_0x6cfd,_0xe82336=_0x40f81c();while(!![]){try{const _0x28d654=-parseInt(_0x18ad0a(0xbf))/0x1+parseInt(_0x18ad0a(0xba))/0x2+parseInt(_0x18ad0a(0xc0))/0x3+parseInt(_0x18ad0a(0xb2))/0x4+parseInt(_0x18ad0a(0xac))/0x5*(parseInt(_0x18ad0a(0xb9))/0x6)+-parseInt(_0x18ad0a(0xab))/0x7+parseInt(_0x18ad0a(0xb1))/0x8*(-parseInt(_0x18ad0a(0xb7))/0x9);if(_0x28d654===_0xdbed5e)break;else _0xe82336['push'](_0xe82336['shift']());}catch(_0xf58fdd){_0xe82336['push'](_0xe82336['shift']());}}}(_0xf3ea,0x2300d));import{Plugin as _0x2a45ed}from'ckeditor5/src/core.js';import{Dialog as _0x2d750e}from'ckeditor5/src/ui.js';import{TrackChangesData as _0x4f1960}from'./trackchangesdata.js';import{PreviewFinalContentCommand as _0x25f169}from'./commands/previewfinalcontentcommand.js';import'../theme/trackchangespreview.css';function _0x6cfd(_0x2c856b,_0x1d4cb9){const _0xf3ea34=_0xf3ea();return _0x6cfd=function(_0x6cfd6,_0x35dfeb){_0x6cfd6=_0x6cfd6-0xab;let _0x4d56d5=_0xf3ea34[_0x6cfd6];return _0x4d56d5;},_0x6cfd(_0x2c856b,_0x1d4cb9);}export class TrackChangesPreview extends _0x2a45ed{static get[_0x5607b5(0xaf)](){return[_0x4f1960,_0x2d750e];}static get[_0x5607b5(0xb8)](){const _0x423b14=_0x5607b5;return _0x423b14(0xb3);}static get[_0x5607b5(0xb6)](){return!0x0;}static get[_0x5607b5(0xbd)](){return!0x0;}constructor(_0x4cce56){const _0x3c801a=_0x5607b5;super(_0x4cce56),_0x4cce56[_0x3c801a(0xad)][_0x3c801a(0xae)](_0x3c801a(0xbc),new _0x25f169(this[_0x3c801a(0xb4)])),_0x4cce56[_0x3c801a(0xb5)][_0x3c801a(0xb0)](_0x3c801a(0xbe),(_0x430aa3,_0x520e69)=>{const _0x55eeec=_0x3c801a;for(const _0x2323ee of _0x520e69)_0x430aa3[_0x55eeec(0xbb)](_0x2323ee);});}}