@ckeditor/ckeditor5-track-changes 41.3.0-alpha.3 → 41.3.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 (333) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +5 -1
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -4
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
  168. package/dist/content-index.css +0 -332
  169. package/dist/editor-index.css +0 -312
  170. package/dist/index.css +0 -951
  171. package/dist/translations/ar.d.ts +0 -8
  172. package/dist/translations/ar.js +0 -23
  173. package/dist/translations/az.d.ts +0 -8
  174. package/dist/translations/az.js +0 -23
  175. package/dist/translations/bg.d.ts +0 -8
  176. package/dist/translations/bg.js +0 -23
  177. package/dist/translations/bn.d.ts +0 -8
  178. package/dist/translations/bn.js +0 -23
  179. package/dist/translations/ca.d.ts +0 -8
  180. package/dist/translations/ca.js +0 -23
  181. package/dist/translations/cs.d.ts +0 -8
  182. package/dist/translations/cs.js +0 -23
  183. package/dist/translations/da.d.ts +0 -8
  184. package/dist/translations/da.js +0 -23
  185. package/dist/translations/de.d.ts +0 -8
  186. package/dist/translations/de.js +0 -23
  187. package/dist/translations/el.d.ts +0 -8
  188. package/dist/translations/el.js +0 -23
  189. package/dist/translations/en-au.d.ts +0 -8
  190. package/dist/translations/en-au.js +0 -23
  191. package/dist/translations/en.d.ts +0 -8
  192. package/dist/translations/en.js +0 -23
  193. package/dist/translations/es.d.ts +0 -8
  194. package/dist/translations/es.js +0 -23
  195. package/dist/translations/et.d.ts +0 -8
  196. package/dist/translations/et.js +0 -23
  197. package/dist/translations/fi.d.ts +0 -8
  198. package/dist/translations/fi.js +0 -23
  199. package/dist/translations/fr.d.ts +0 -8
  200. package/dist/translations/fr.js +0 -23
  201. package/dist/translations/gl.d.ts +0 -8
  202. package/dist/translations/gl.js +0 -23
  203. package/dist/translations/he.d.ts +0 -8
  204. package/dist/translations/he.js +0 -23
  205. package/dist/translations/hi.d.ts +0 -8
  206. package/dist/translations/hi.js +0 -23
  207. package/dist/translations/hr.d.ts +0 -8
  208. package/dist/translations/hr.js +0 -23
  209. package/dist/translations/hu.d.ts +0 -8
  210. package/dist/translations/hu.js +0 -23
  211. package/dist/translations/id.d.ts +0 -8
  212. package/dist/translations/id.js +0 -23
  213. package/dist/translations/it.d.ts +0 -8
  214. package/dist/translations/it.js +0 -23
  215. package/dist/translations/ja.d.ts +0 -8
  216. package/dist/translations/ja.js +0 -23
  217. package/dist/translations/ko.d.ts +0 -8
  218. package/dist/translations/ko.js +0 -23
  219. package/dist/translations/lt.d.ts +0 -8
  220. package/dist/translations/lt.js +0 -23
  221. package/dist/translations/lv.d.ts +0 -8
  222. package/dist/translations/lv.js +0 -23
  223. package/dist/translations/ms.d.ts +0 -8
  224. package/dist/translations/ms.js +0 -23
  225. package/dist/translations/nl.d.ts +0 -8
  226. package/dist/translations/nl.js +0 -23
  227. package/dist/translations/no.d.ts +0 -8
  228. package/dist/translations/no.js +0 -23
  229. package/dist/translations/pl.d.ts +0 -8
  230. package/dist/translations/pl.js +0 -23
  231. package/dist/translations/pt-br.d.ts +0 -8
  232. package/dist/translations/pt-br.js +0 -23
  233. package/dist/translations/pt.d.ts +0 -8
  234. package/dist/translations/pt.js +0 -23
  235. package/dist/translations/ro.d.ts +0 -8
  236. package/dist/translations/ro.js +0 -23
  237. package/dist/translations/ru.d.ts +0 -8
  238. package/dist/translations/ru.js +0 -23
  239. package/dist/translations/sk.d.ts +0 -8
  240. package/dist/translations/sk.js +0 -23
  241. package/dist/translations/sq.d.ts +0 -8
  242. package/dist/translations/sq.js +0 -23
  243. package/dist/translations/sr-latn.d.ts +0 -8
  244. package/dist/translations/sr-latn.js +0 -23
  245. package/dist/translations/sr.d.ts +0 -8
  246. package/dist/translations/sr.js +0 -23
  247. package/dist/translations/sv.d.ts +0 -8
  248. package/dist/translations/sv.js +0 -23
  249. package/dist/translations/th.d.ts +0 -8
  250. package/dist/translations/th.js +0 -23
  251. package/dist/translations/tk.d.ts +0 -8
  252. package/dist/translations/tk.js +0 -23
  253. package/dist/translations/tr.d.ts +0 -8
  254. package/dist/translations/tr.js +0 -23
  255. package/dist/translations/tt.d.ts +0 -8
  256. package/dist/translations/tt.js +0 -23
  257. package/dist/translations/uk.d.ts +0 -8
  258. package/dist/translations/uk.js +0 -23
  259. package/dist/translations/ur.d.ts +0 -8
  260. package/dist/translations/ur.js +0 -23
  261. package/dist/translations/vi.d.ts +0 -8
  262. package/dist/translations/vi.js +0 -23
  263. package/dist/translations/zh-cn.d.ts +0 -8
  264. package/dist/translations/zh-cn.js +0 -23
  265. package/dist/translations/zh.d.ts +0 -8
  266. package/dist/translations/zh.js +0 -23
  267. package/dist/types/augmentation.d.ts +0 -44
  268. package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
  269. package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
  270. package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
  271. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
  272. package/dist/types/commands/trackchangescommand.d.ts +0 -30
  273. package/dist/types/index.d.ts +0 -20
  274. package/dist/types/integrations/aiassistant.d.ts +0 -21
  275. package/dist/types/integrations/alignment.d.ts +0 -21
  276. package/dist/types/integrations/basicstyles.d.ts +0 -21
  277. package/dist/types/integrations/blockquote.d.ts +0 -21
  278. package/dist/types/integrations/casechange.d.ts +0 -21
  279. package/dist/types/integrations/ckbox.d.ts +0 -21
  280. package/dist/types/integrations/codeblock.d.ts +0 -21
  281. package/dist/types/integrations/comments.d.ts +0 -18
  282. package/dist/types/integrations/deletecommand.d.ts +0 -21
  283. package/dist/types/integrations/entercommand.d.ts +0 -20
  284. package/dist/types/integrations/findandreplace.d.ts +0 -25
  285. package/dist/types/integrations/font.d.ts +0 -21
  286. package/dist/types/integrations/formatpainter.d.ts +0 -21
  287. package/dist/types/integrations/heading.d.ts +0 -21
  288. package/dist/types/integrations/highlight.d.ts +0 -21
  289. package/dist/types/integrations/horizontalline.d.ts +0 -21
  290. package/dist/types/integrations/htmlembed.d.ts +0 -21
  291. package/dist/types/integrations/image.d.ts +0 -21
  292. package/dist/types/integrations/imagereplace.d.ts +0 -21
  293. package/dist/types/integrations/imagestyle.d.ts +0 -21
  294. package/dist/types/integrations/importword.d.ts +0 -22
  295. package/dist/types/integrations/indent.d.ts +0 -21
  296. package/dist/types/integrations/inputcommand.d.ts +0 -20
  297. package/dist/types/integrations/legacylist.d.ts +0 -21
  298. package/dist/types/integrations/legacylistproperties.d.ts +0 -33
  299. package/dist/types/integrations/link.d.ts +0 -21
  300. package/dist/types/integrations/list.d.ts +0 -21
  301. package/dist/types/integrations/mediaembed.d.ts +0 -21
  302. package/dist/types/integrations/mention.d.ts +0 -21
  303. package/dist/types/integrations/pagebreak.d.ts +0 -21
  304. package/dist/types/integrations/paragraph.d.ts +0 -21
  305. package/dist/types/integrations/removeformat.d.ts +0 -21
  306. package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
  307. package/dist/types/integrations/shiftentercommand.d.ts +0 -20
  308. package/dist/types/integrations/standardeditingmode.d.ts +0 -21
  309. package/dist/types/integrations/style.d.ts +0 -21
  310. package/dist/types/integrations/table.d.ts +0 -46
  311. package/dist/types/integrations/tablecaption.d.ts +0 -26
  312. package/dist/types/integrations/tableclipboard.d.ts +0 -23
  313. package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
  314. package/dist/types/integrations/tableheadings.d.ts +0 -26
  315. package/dist/types/integrations/tablemergesplit.d.ts +0 -26
  316. package/dist/types/integrations/tableofcontents.d.ts +0 -21
  317. package/dist/types/integrations/tableproperties.d.ts +0 -31
  318. package/dist/types/integrations/template.d.ts +0 -21
  319. package/dist/types/integrations/title.d.ts +0 -21
  320. package/dist/types/integrations/undo.d.ts +0 -21
  321. package/dist/types/integrations/utils.d.ts +0 -25
  322. package/dist/types/suggestion.d.ts +0 -295
  323. package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
  324. package/dist/types/trackchanges.d.ts +0 -184
  325. package/dist/types/trackchangesconfig.d.ts +0 -82
  326. package/dist/types/trackchangesdata.d.ts +0 -45
  327. package/dist/types/trackchangesediting.d.ts +0 -529
  328. package/dist/types/trackchangesui.d.ts +0 -42
  329. package/dist/types/ui/suggestioncontroller.d.ts +0 -41
  330. package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
  331. package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
  332. package/dist/types/utils/common-translations.d.ts +0 -13
  333. package/dist/types/utils/utils.d.ts +0 -34
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x459a34=_0x3c2c;(function(_0x414cf8,_0xe55f5c){const _0x488904=_0x3c2c,_0x26cff3=_0x414cf8();while(!![]){try{const _0x38e8cd=parseInt(_0x488904(0x15c))/0x1*(-parseInt(_0x488904(0x182))/0x2)+-parseInt(_0x488904(0x172))/0x3+parseInt(_0x488904(0x18f))/0x4+parseInt(_0x488904(0x18a))/0x5*(parseInt(_0x488904(0x1d3))/0x6)+-parseInt(_0x488904(0x1cb))/0x7+parseInt(_0x488904(0x1f8))/0x8*(parseInt(_0x488904(0x1a5))/0x9)+-parseInt(_0x488904(0x1ae))/0xa*(-parseInt(_0x488904(0x1da))/0xb);if(_0x38e8cd===_0xe55f5c)break;else _0x26cff3['push'](_0x26cff3['shift']());}catch(_0x1c0996){_0x26cff3['push'](_0x26cff3['shift']());}}}(_0x59f5,0x26a18));import{Plugin as _0x2ff87e}from'ckeditor5/src/core.js';import{LiveRange as _0x49d688}from'ckeditor5/src/engine.js';function _0x59f5(){const _0x54d662=['insertTableRowAbove','values','isArray','maxColumn','isIntersectingWithRange','type','getAttribute','get','classes','options','name','_splitMarkerName','document','selection','commands','selectTableRow','differ','enableCommand','registerElementLabel','removeTableRow','*Remove:*\x20%0','639249shcSAt','toLowerCase','_getCoordsForCells','getChangedMarkers','ELEMENT_TABLE_COLUMN_WITH_TEXT','TrackChangesEditing','batch','execute','tableColumn','MIN_SAFE_INTEGER','createRangeIn','removeClass','position','join','insert','insertTableRowBelow','4pMdPzG','getRanges','highest','mapper','nodeAfter','maxRow','span','insertion','5nZmdOJ','editor','push','createPositionAt','above','286500uRBIhW','getSuggestion','downcastDispatcher','deletion','refresh','markMultiRangeInsertion','selectTableColumn','data','ELEMENT_TABLE','root','forceValue','$graveyard','TableEditing','includes','ELEMENT_TABLE_ROW_WITH_TEXT','getChildren','table','_getSuggestionCoords','accept','markMultiRangeDeletion','start','item','9bKxYId','colspan','setSelection','change:data','first','tableRow','suggestion','length','showSuggestionHighlights','22670HdvMIo','$textProxy','rootName','toViewElement','oldRange','getChanges','getItems','getRowIndexes','model','addClass','getSelectionAffectedTableCells','minRow','tableCell','startsWith','registerDescriptionCallback','element','discard','createTableWalker','afterInit','*Insert:*\x20%0','nodeBefore','enqueueChange','insertTable','ELEMENT_TABLE_COLUMN','detach','registerPostFixer','max','TableUtils','removeTableColumn','424179FuEXnW','addRange','min','substr','_tableSuggestions','ELEMENT_TABLE_WITH_TEXT','_acceptFormatSuggestionCallbackFactory','end','1211154wCoFcc','registerCustomCallback','last','_setupColumnsRowsFixing','order','writer','isEqual','1793rwcyfZ','findAncestor','from','plugins','_descriptionFactory','hasAttribute','getFirstRange','map','getCellLocation','filter','low','every','subType','tablePaste','change','add','isTouching','insertTableColumnLeft','getColumnIndexes','locale','some','MAX_SAFE_INTEGER','_tablePostFixingSubtypes','cell','createRangeOn','_suggestionFactory','ELEMENT_TABLE_ROW','has','fromRange','getContainedElement','628120WokdVu','isInContent','minColumn','left','addMarker:suggestion','rowspan','insertTableColumnRight','144804KJvueS'];_0x59f5=function(){return _0x54d662;};return _0x59f5();}function _0x3c2c(_0x512e07,_0x2d388d){const _0x59f5b3=_0x59f5();return _0x3c2c=function(_0x3c2cb3,_0x125809){_0x3c2cb3=_0x3c2cb3-0x15a;let _0x50c90b=_0x59f5b3[_0x3c2cb3];return _0x50c90b;},_0x3c2c(_0x512e07,_0x2d388d);}import{setHighlightHandling as _0x143342}from'ckeditor5/src/widget.js';import{getTranslation as _0x95493}from'../utils/common-translations.js';export default class yt extends _0x2ff87e{constructor(_0x11deea){const _0x419bdc=_0x3c2c;super(_0x11deea),this[_0x419bdc(0x1f0)]=[_0x419bdc(0x1aa),_0x419bdc(0x17a)],this[_0x419bdc(0x1cf)]=new Set();}[_0x459a34(0x1c0)](){const _0x2ee748=_0x459a34,_0x390e4d=this[_0x2ee748(0x18b)],_0x5e950d=_0x390e4d[_0x2ee748(0x1b6)][_0x2ee748(0x169)][_0x2ee748(0x16a)];if(!_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x1f5)](_0x2ee748(0x19b)))return;const _0xb232a1=_0x390e4d[_0x2ee748(0x1ed)],_0x24ca74=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x177)),_0x1fc28f=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x1c9));_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x16f)](_0x2ee748(0x19f),_0x375234=>_0x95493(_0xb232a1,_0x2ee748(0x197),_0x375234)),this[_0x2ee748(0x1d6)](),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x1c4)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x16c)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x195));for(const _0x238349 of[_0x2ee748(0x15d),_0x2ee748(0x181)]){const _0x1de119=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x238349);_0x24ca74[_0x2ee748(0x16e)](_0x238349,_0x350fd1=>{const _0x469646=_0x2ee748;_0x390e4d[_0x469646(0x1b6)][_0x469646(0x1e8)](_0x52046c=>{const _0x149681=_0x469646;_0x350fd1();const _0x30bf2a=_0x149681(0x18e)===_0x1de119[_0x149681(0x1d7)],_0x4b68b3=_0x1fc28f[_0x149681(0x1b8)](_0x5e950d),_0x2f5610=_0x1fc28f[_0x149681(0x1b5)](_0x4b68b3),_0x32b627=_0x30bf2a?_0x2f5610[_0x149681(0x1a9)]-0x1:_0x2f5610[_0x149681(0x1d5)]+0x1,_0x2bc3d8=_0x4b68b3[0x0][_0x149681(0x1db)](_0x149681(0x19f)),_0x42396e=_0x1fc28f[_0x149681(0x1bf)](_0x2bc3d8,{'startRow':_0x32b627,'endRow':_0x32b627}),_0x21c5ac=Array[_0x149681(0x1dc)](_0x42396e)[_0x149681(0x1e1)](_0x5965a5=>_0x52046c[_0x149681(0x1f2)](_0x5965a5[_0x149681(0x1f1)]));_0x24ca74[_0x149681(0x194)](_0x21c5ac,_0x149681(0x1aa));});});}for(const _0x57b80b of[_0x2ee748(0x1eb),_0x2ee748(0x15b)]){const _0x3d7e38=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x57b80b);_0x24ca74[_0x2ee748(0x16e)](_0x57b80b,_0x1533a2=>{const _0x3c59b6=_0x2ee748;_0x390e4d[_0x3c59b6(0x1b6)][_0x3c59b6(0x1e8)](_0x2ab450=>{const _0x358e9e=_0x3c59b6;_0x1533a2();const _0x55140e=_0x358e9e(0x1fb)===_0x3d7e38[_0x358e9e(0x1d7)],_0x5c1a35=_0x1fc28f[_0x358e9e(0x1b8)](_0x5e950d),_0x14f50b=_0x1fc28f[_0x358e9e(0x1ec)](_0x5c1a35),_0x2c4a30=_0x55140e?_0x14f50b[_0x358e9e(0x1a9)]-0x1:_0x14f50b[_0x358e9e(0x1d5)]+0x1,_0x4c59dc=_0x5c1a35[0x0][_0x358e9e(0x1db)](_0x358e9e(0x19f)),_0x39d1ca=_0x1fc28f[_0x358e9e(0x1bf)](_0x4c59dc,{'startRow':0x0,'column':_0x2c4a30,'includeAllSlots':!0x1}),_0x36fddd=Array[_0x358e9e(0x1dc)](_0x39d1ca)[_0x358e9e(0x1e1)](_0x5c06f4=>_0x2ab450[_0x358e9e(0x1f2)](_0x5c06f4[_0x358e9e(0x1f1)]));_0x24ca74[_0x358e9e(0x194)](_0x36fddd,_0x358e9e(0x17a));});});}for(const _0x2d05ad of[_0x2ee748(0x170),_0x2ee748(0x1ca)]){const _0x37acfb=_0x2d05ad[_0x2ee748(0x1ce)](0xb),_0x34cb9c=_0x37acfb[_0x2ee748(0x173)](),_0x3bf8ba=_0x34cb9c[_0x2ee748(0x1ce)](0x0,0x3)+_0x2ee748(0x188),_0x51cf81=_0x2ee748(0x19f)+_0x37acfb,_0x3e6637=_0x2ee748(0x1cd)+_0x37acfb,_0x298f5=_0x2ee748(0x1c8)+_0x37acfb;_0x24ca74[_0x2ee748(0x16e)](_0x2d05ad,()=>{const _0x24eee6=_0x2ee748;_0x390e4d[_0x24eee6(0x1b6)][_0x24eee6(0x1e8)](_0x401808=>{const _0x55e383=_0x24eee6,_0x11ef1d=_0x1fc28f[_0x55e383(0x1b8)](_0x5e950d),_0x6e7be7=_0x11ef1d[0x0][_0x55e383(0x1db)](_0x55e383(0x19f));let _0x157f5a;if(_0x55e383(0x170)==_0x2d05ad){const _0x164adf=_0x1fc28f[_0x55e383(0x1b5)](_0x11ef1d);_0x157f5a={'startRow':_0x164adf[_0x55e383(0x1a9)],'endRow':_0x164adf[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}else{const _0x54403d=_0x1fc28f[_0x55e383(0x1ec)](_0x11ef1d);_0x157f5a={'startColumn':_0x54403d[_0x55e383(0x1a9)],'endColumn':_0x54403d[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}const _0x54a277=_0x1fc28f[_0x55e383(0x1bf)](_0x6e7be7,_0x157f5a),_0x3813d3=Array[_0x55e383(0x1dc)](_0x54a277)[_0x55e383(0x1e1)](({cell:_0x1b9e7a})=>_0x1b9e7a),_0x4d1391=ue(_0x3813d3[_0x55e383(0x1e3)](_0x4afc9a=>_0x4afc9a[_0x55e383(0x1df)](_0x3bf8ba))),_0x17ae07=ue(_0x3813d3[_0x55e383(0x1e3)](_0x472312=>!_0x472312[_0x55e383(0x1df)](_0x3bf8ba)))[_0x55e383(0x1e1)](_0x481097=>_0x401808[_0x55e383(0x1f2)](_0x481097)),_0x155171=_0x24ca74[_0x55e383(0x1a2)](_0x17ae07,_0x51cf81);if(_0x155171&&(_0x55e383(0x1aa)==_0x155171[_0x55e383(0x1e6)]||_0x55e383(0x17a)==_0x155171[_0x55e383(0x1e6)])){const _0x2228ba=this[_0x55e383(0x1a0)](_0x155171);for(const _0x5ae13e of _0x4d1391){const _0x28a74e=_0x401808[_0x55e383(0x1f2)](_0x5ae13e),_0x14ca1e=_0x1fc28f[_0x55e383(0x1e2)](_0x5ae13e),_0x47475a=_0x5ae13e[_0x55e383(0x163)](_0x3bf8ba)-0x1,_0x3e789d=_0x2228ba[_0x3e6637],_0x5ee7b7=_0x2228ba[_0x298f5];_0x3e789d<=_0x14ca1e[_0x34cb9c]&&_0x14ca1e[_0x34cb9c]+_0x47475a<=_0x5ee7b7&&_0x155171[_0x55e383(0x1cc)](_0x28a74e);}}});});}function _0x2fd31e(_0x35a466){const _0x24fe5a=_0x2ee748,_0x4120c5=Array[_0x24fe5a(0x1dc)](_0x5e950d[_0x24fe5a(0x183)]())[_0x24fe5a(0x1e1)](_0x116d02=>_0x49d688[_0x24fe5a(0x1f6)](_0x116d02));_0x390e4d[_0x24fe5a(0x1b6)][_0x24fe5a(0x1e8)](_0x3daa74=>{const _0xb026a5=_0x24fe5a,_0x21c8c2=_0x3daa74[_0xb026a5(0x178)];_0x35a466=_0x35a466[_0xb026a5(0x1e3)](_0x5dd590=>_0xb026a5(0x19a)!=_0x5dd590[_0xb026a5(0x198)][_0xb026a5(0x1b0)]),_0x3daa74[_0xb026a5(0x1a7)](_0x35a466),_0x390e4d[_0xb026a5(0x16b)][_0xb026a5(0x164)](_0xb026a5(0x170))[_0xb026a5(0x193)](),_0x390e4d[_0xb026a5(0x179)](_0xb026a5(0x170),{'forceDefaultExecution':!0x0}),_0x390e4d[_0xb026a5(0x1b6)][_0xb026a5(0x1c3)](()=>{const _0x258f90=_0xb026a5;_0x390e4d[_0x258f90(0x1b6)][_0x258f90(0x1c3)](_0x21c8c2,_0x4bf54a=>{const _0xca00a7=_0x258f90,_0x2e18d8=_0x4120c5[_0xca00a7(0x1e3)](_0x19a381=>_0xca00a7(0x19a)!=_0x19a381[_0xca00a7(0x198)][_0xca00a7(0x1b0)]);_0x2e18d8[_0xca00a7(0x1ac)]>0x0&&_0x4bf54a[_0xca00a7(0x1a7)](_0x2e18d8);for(const _0x52a32b of _0x4120c5)_0x52a32b[_0xca00a7(0x1c6)]();});});});}function _0x17e1dc(_0x9c462d){const _0x442cf9=_0x2ee748;_0x390e4d[_0x442cf9(0x1b6)][_0x442cf9(0x1e8)](_0x398ec6=>{const _0x57af5f=_0x442cf9,_0x23227e=Array[_0x57af5f(0x1dc)](_0x5e950d[_0x57af5f(0x183)]())[_0x57af5f(0x1e1)](_0x43411d=>_0x49d688[_0x57af5f(0x1f6)](_0x43411d)),_0x255fa2=[];for(const _0x4c5bb0 of _0x9c462d)for(const _0x4f2f02 of _0x4c5bb0[_0x57af5f(0x1b4)]({'shallow':!0x0}))_0x255fa2[_0x57af5f(0x18c)](_0x4f2f02);for(const _0x48346c of _0x255fa2)_0x57af5f(0x19a)!=_0x48346c[_0x57af5f(0x198)][_0x57af5f(0x1b0)]&&(_0x398ec6[_0x57af5f(0x1a7)](_0x398ec6[_0x57af5f(0x18d)](_0x48346c,0x0)),_0x390e4d[_0x57af5f(0x16b)][_0x57af5f(0x164)](_0x57af5f(0x1ca))[_0x57af5f(0x193)](),_0x390e4d[_0x57af5f(0x179)](_0x57af5f(0x1ca),{'forceDefaultExecution':!0x0}));const _0x487735=_0x23227e[_0x57af5f(0x1e3)](_0x185d67=>_0x57af5f(0x19a)!=_0x185d67[_0x57af5f(0x198)][_0x57af5f(0x1b0)]);_0x487735[_0x57af5f(0x1ac)]>0x0&&_0x398ec6[_0x57af5f(0x1a7)](_0x487735);for(const _0x265057 of _0x23227e)_0x265057[_0x57af5f(0x1c6)]();});}function _0x48716c(_0x5102cc,_0x5b2d32){const _0x4b0c8f=_0x2ee748;return _0x5b2d32[_0x4b0c8f(0x1e5)](_0x3eba9d=>_0x5102cc[_0x4b0c8f(0x1ee)](_0x18f2a5=>_0x18f2a5[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x3eba9d[_0x4b0c8f(0x1a3)])||_0x3eba9d[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x18f2a5[_0x4b0c8f(0x1a3)])));}function _0x54a5da(_0x2df1c9,_0x443821){const _0x308f9b=_0x2ee748;return _0x2df1c9[_0x308f9b(0x1ee)](_0x80e831=>_0x443821[_0x308f9b(0x1ee)](_0x6f8ebd=>_0x80e831[_0x308f9b(0x1d2)][_0x308f9b(0x1ea)](_0x6f8ebd[_0x308f9b(0x1a3)])));}_0x390e4d[_0x2ee748(0x196)][_0x2ee748(0x191)]['on'](_0x2ee748(0x1fc),(_0x6296ac,_0x45eda2,_0x58ca67)=>{const _0x1a5bb0=_0x2ee748;if(!_0x58ca67[_0x1a5bb0(0x166)][_0x1a5bb0(0x1ad)])return;const _0x218ff0=_0x45eda2[_0x1a5bb0(0x1a4)];if(!_0x218ff0)return;const _0x2e2290=_0x58ca67[_0x1a5bb0(0x185)][_0x1a5bb0(0x1b1)](_0x218ff0);function _0xbcadde(_0x7681af){const _0x2bcf6e=_0x1a5bb0;return Array[_0x2bcf6e(0x15f)](_0x7681af)?_0x7681af:[_0x7681af];}_0x2e2290&&_0x1a5bb0(0x1ba)===_0x218ff0[_0x1a5bb0(0x167)]&&_0x143342(_0x2e2290,_0x58ca67[_0x1a5bb0(0x1d8)],(_0x549da6,_0x138b47,_0x83c33e)=>_0x83c33e[_0x1a5bb0(0x1b7)](_0xbcadde(_0x138b47[_0x1a5bb0(0x165)]),_0x549da6),(_0x46911a,_0x5f4290,_0x784681)=>_0x784681[_0x1a5bb0(0x17d)](_0xbcadde(_0x5f4290[_0x1a5bb0(0x165)]),_0x46911a));},{'priority':_0x2ee748(0x184)}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x4b1692=>{const _0x4ae6ac=_0x2ee748;if(_0x4ae6ac(0x189)!=_0x4b1692[_0x4ae6ac(0x162)]&&_0x4ae6ac(0x192)!=_0x4b1692[_0x4ae6ac(0x162)])return;const _0x306617=_0x4b1692[_0x4ae6ac(0x1f7)]();if(null!=_0x306617&&_0x306617['is'](_0x4ae6ac(0x1bd),_0x4ae6ac(0x19f))){if(_0x4ae6ac(0x189)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x413342=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x4047e3=>_0x4047e3['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x1c4ab9=>_0x1c4ab9[_0x4ae6ac(0x196)]);if(_0x413342[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x189),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x1c1),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x413342[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}if(_0x4ae6ac(0x192)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x5e0d1a=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x40c451=>_0x40c451['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x453ab9=>_0x453ab9[_0x4ae6ac(0x196)]);if(_0x5e0d1a[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x192),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x171),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x5e0d1a[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}}}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x348b0b=>{const _0x36c67c=_0x2ee748;if(_0x36c67c(0x1aa)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x2b90d5=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0x4283b6=>_0x4283b6['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x4198ca=>_0x4198ca[_0x36c67c(0x196)]),_0x22ddc2=this[_0x36c67c(0x1a0)](_0x348b0b),_0x4433bd=_0x22ddc2[_0x36c67c(0x187)]-_0x22ddc2[_0x36c67c(0x1b9)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};}if(_0x36c67c(0x17a)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x40833d=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0xd8373f=>_0xd8373f['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x347d4b=>_0x347d4b[_0x36c67c(0x196)]),_0x3e7526=this[_0x36c67c(0x1a0)](_0x348b0b),_0xfd7351=_0x3e7526[_0x36c67c(0x160)]-_0x3e7526[_0x36c67c(0x1fa)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};}}),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x1be),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x1a1),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x1be),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x1a1),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da);}[_0x459a34(0x1d1)](){const _0x1a413a=_0x459a34,_0x106797=this[_0x1a413a(0x18b)],_0x276106=_0x106797[_0x1a413a(0x1b6)][_0x1a413a(0x169)][_0x1a413a(0x16a)];return(_0x2869e9,_0x3aa302)=>{const _0x22e53d=_0x1a413a;_0x106797[_0x22e53d(0x1b6)][_0x22e53d(0x1e8)](_0x85a7ba=>{const _0x33e3eb=_0x22e53d,{commandName:_0x4b549c,commandParams:_0x39640e}=_0x3aa302;let _0x516841=_0x2869e9[0x0][_0x33e3eb(0x1d2)][_0x33e3eb(0x1c2)];_0x39640e&&_0x39640e[0x0]&&!0x1===_0x39640e[0x0][_0x33e3eb(0x199)]&&(_0x516841=_0x2869e9[0x0][_0x33e3eb(0x1a3)][_0x33e3eb(0x186)]);const _0x3b8552=_0x85a7ba[_0x33e3eb(0x17c)](_0x516841);if(_0x33e3eb(0x19a)==_0x3b8552[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)])return;const _0xb3b667=Array[_0x33e3eb(0x1dc)](_0x276106[_0x33e3eb(0x183)]())[_0x33e3eb(0x1e1)](_0x1e936e=>_0x49d688[_0x33e3eb(0x1f6)](_0x1e936e));_0x85a7ba[_0x33e3eb(0x1a7)](_0x3b8552),_0x106797[_0x33e3eb(0x16b)][_0x33e3eb(0x164)](_0x4b549c)[_0x33e3eb(0x193)](),_0x39640e[_0x33e3eb(0x18c)]({'forceDefaultExecution':!0x0}),_0x106797[_0x33e3eb(0x179)](_0x4b549c,..._0x39640e);const _0x1cf46c=_0xb3b667[_0x33e3eb(0x1e3)](_0x4c045b=>_0x33e3eb(0x19a)!=_0x4c045b[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)]);_0x1cf46c[_0x33e3eb(0x1ac)]>0x0&&_0x85a7ba[_0x33e3eb(0x1a7)](_0x1cf46c);for(const _0x318580 of _0xb3b667)_0x318580[_0x33e3eb(0x1c6)]();});};}[_0x459a34(0x174)](_0x5e8c5b){const _0x342b4d=_0x459a34,_0x11661c=this[_0x342b4d(0x18b)][_0x342b4d(0x1dd)][_0x342b4d(0x164)](_0x342b4d(0x1c9));let _0xf9b835=Number[_0x342b4d(0x1ef)],_0x42aec1=Number[_0x342b4d(0x17b)],_0x34d93b=Number[_0x342b4d(0x1ef)],_0x2e56b5=Number[_0x342b4d(0x17b)];for(const _0x333732 of _0x5e8c5b){if(_0x342b4d(0x19a)==_0x333732[_0x342b4d(0x198)][_0x342b4d(0x1b0)])continue;const {row:_0x6e06ff,column:_0x5157b5}=_0x11661c[_0x342b4d(0x1e2)](_0x333732),_0x58803e=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x15a))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x15a))-0x1:0x0,_0x4fb4bc=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x1a6))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x1a6))-0x1:0x0;_0xf9b835=_0x6e06ff<_0xf9b835?_0x6e06ff:_0xf9b835,_0x42aec1=_0x6e06ff+_0x58803e>_0x42aec1?_0x6e06ff+_0x58803e:_0x42aec1,_0x34d93b=_0x5157b5<_0x34d93b?_0x5157b5:_0x34d93b,_0x2e56b5=_0x5157b5+_0x4fb4bc>_0x2e56b5?_0x5157b5+_0x4fb4bc:_0x2e56b5;}return{'minRow':_0xf9b835,'maxRow':_0x42aec1,'minColumn':_0x34d93b,'maxColumn':_0x2e56b5};}[_0x459a34(0x1d6)](){const _0x165c13=_0x459a34,_0x3c179c=this[_0x165c13(0x18b)],_0x4b1f4e=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x177)),_0xca01f4=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x1c9));_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)]['on'](_0x165c13(0x1a8),()=>{const _0x535061=_0x165c13,_0x5473ea=Array[_0x535061(0x1dc)](_0x3c179c[_0x535061(0x1b6)][_0x535061(0x169)][_0x535061(0x16d)][_0x535061(0x175)]());for(const {name:_0x33a9f3,data:_0x473c90}of _0x5473ea){const {group:_0x35d8f8,id:_0x216c05,subType:_0x2b5701}=_0x4b1f4e[_0x535061(0x168)](_0x33a9f3);if(_0x535061(0x1ab)!=_0x35d8f8)continue;if(null!=_0x473c90[_0x535061(0x1b2)])continue;const _0x20babf=_0x4b1f4e[_0x535061(0x190)](_0x216c05);this[_0x535061(0x1f0)][_0x535061(0x19c)](_0x2b5701)&&this[_0x535061(0x1cf)][_0x535061(0x1e9)](_0x20babf);}},{'priority':_0x165c13(0x1e4)});const _0x12351e=(_0x35268a,_0x1b7110)=>{const _0x1a9a4c=_0x165c13;let _0x286388=!0x1;const _0x532921=_0x1b7110[_0x1a9a4c(0x1f2)](_0x35268a),_0x53234f=_0x35268a[_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)),_0x566eb0=_0xca01f4[_0x1a9a4c(0x1e2)](_0x35268a);for(const _0x299c45 of this[_0x1a9a4c(0x1cf)]){const _0x16dcbb=_0x299c45[_0x1a9a4c(0x1e6)],_0x28bc2e=_0x16dcbb[_0x1a9a4c(0x1bb)](_0x1a9a4c(0x1e7)),_0x4448ac=_0x16dcbb[_0x1a9a4c(0x1ce)](_0x28bc2e?0xa:0x5),_0x5946cb=_0x4448ac[_0x1a9a4c(0x173)](),_0x37cc96=_0x5946cb[_0x1a9a4c(0x1ce)](0x0,0x3)+_0x1a9a4c(0x188),_0x550be3=_0x1a9a4c(0x1cd)+_0x4448ac,_0x138330=_0x1a9a4c(0x1c8)+_0x4448ac;if(!_0x299c45[_0x1a9a4c(0x1f9)])continue;if(_0x53234f!=_0x299c45[_0x1a9a4c(0x1e0)]()[_0x1a9a4c(0x1a3)][_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)))continue;if(_0x299c45[_0x1a9a4c(0x161)](_0x532921))continue;const _0x662e59=_0x35268a[_0x1a9a4c(0x1df)](_0x37cc96)?_0x35268a[_0x1a9a4c(0x163)](_0x37cc96)-0x1:0x0,_0x280db7=this[_0x1a9a4c(0x1a0)](_0x299c45),_0xfc151d=_0x280db7[_0x550be3],_0x2575d1=_0x280db7[_0x138330];_0xfc151d<=_0x566eb0[_0x5946cb]&&_0x566eb0[_0x5946cb]+_0x662e59<=_0x2575d1&&(_0x299c45[_0x1a9a4c(0x1cc)](_0x532921),_0x286388=!0x0);}return _0x286388;};_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)][_0x165c13(0x1c7)](_0x1a3498=>{const _0x8dd363=_0x165c13;let _0x3bbe14=!0x1;for(const _0x5024ad of _0x3c179c[_0x8dd363(0x1b6)][_0x8dd363(0x169)][_0x8dd363(0x16d)][_0x8dd363(0x1b3)]())if(_0x8dd363(0x180)==_0x5024ad[_0x8dd363(0x162)]){if(_0x8dd363(0x1aa)==_0x5024ad[_0x8dd363(0x167)]){for(const _0x3b12fb of _0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)][_0x8dd363(0x19e)]())_0x3bbe14=_0x3bbe14||_0x12351e(_0x3b12fb,_0x1a3498);}else _0x8dd363(0x1ba)==_0x5024ad[_0x8dd363(0x167)]&&(_0x3bbe14=_0x3bbe14||_0x12351e(_0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)],_0x1a3498));}return _0x3bbe14;});}[_0x459a34(0x1a0)](_0x3676ad){const _0x5542ad=_0x459a34;return this[_0x5542ad(0x174)](_0x3676ad[_0x5542ad(0x183)]()[_0x5542ad(0x1e1)](_0x8748bc=>_0x8748bc[_0x5542ad(0x1a3)][_0x5542ad(0x186)]));}}function ue(_0x23e177){const _0x585b43=_0x459a34;return Array[_0x585b43(0x1dc)](new Set(_0x23e177)[_0x585b43(0x15e)]());}
23
+ const _0x341e47=_0x33b8;function _0x33b8(_0x365cd8,_0x4e836b){const _0x1d6a1b=_0x1d6a();return _0x33b8=function(_0x33b82f,_0xc54fd5){_0x33b82f=_0x33b82f-0x1db;let _0x4442a9=_0x1d6a1b[_0x33b82f];return _0x4442a9;},_0x33b8(_0x365cd8,_0x4e836b);}(function(_0x2f76e1,_0x1a30c1){const _0x2978b0=_0x33b8,_0x439e45=_0x2f76e1();while(!![]){try{const _0x5bee47=parseInt(_0x2978b0(0x205))/0x1+parseInt(_0x2978b0(0x20e))/0x2*(-parseInt(_0x2978b0(0x232))/0x3)+parseInt(_0x2978b0(0x268))/0x4*(parseInt(_0x2978b0(0x215))/0x5)+-parseInt(_0x2978b0(0x260))/0x6+parseInt(_0x2978b0(0x1dd))/0x7*(parseInt(_0x2978b0(0x221))/0x8)+parseInt(_0x2978b0(0x243))/0x9*(parseInt(_0x2978b0(0x1f4))/0xa)+-parseInt(_0x2978b0(0x244))/0xb;if(_0x5bee47===_0x1a30c1)break;else _0x439e45['push'](_0x439e45['shift']());}catch(_0x589dfe){_0x439e45['push'](_0x439e45['shift']());}}}(_0x1d6a,0xc603b));import{Plugin as _0x459c3e}from'ckeditor5/src/core.js';import{LiveRange as _0x1ef2db}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x5b3ab7}from'ckeditor5/src/widget.js';function _0x1d6a(){const _0x543060=['ELEMENT_TABLE_WITH_TEXT','end','findAncestor','27678gpSkfh','ELEMENT_TABLE_COLUMN_WITH_TEXT','addRange','getSuggestion','maxRow','tableColumn','left','enableCommand','getChanges','removeTableColumn','downcastDispatcher','commands','locale','_descriptionFactory','plugins','ELEMENT_TABLE','max','from','accept','registerElementLabel','oldRange','insertion','minColumn','879080IHqZyl','addClass','isInContent','selection','getColumnIndexes','registerCustomCallback','createRangeOn','MIN_SAFE_INTEGER','createRangeIn','getContainedElement','insertTableColumnLeft','createTableWalker','registerPostFixer','length','rootName','some','minRow','1365092daFMNC','_tableSuggestions','startsWith','isTouching','root','values','writer','createPositionAt','type','1478gyRCMO','TrackChangesEditing','push','order','getFirstRange','TableUtils','_acceptFormatSuggestionCallbackFactory','428005bNyWQF','_getCoordsForCells','rowspan','afterInit','tablePaste','ELEMENT_TABLE_ROW_WITH_TEXT','maxColumn','filter','nodeBefore','cell','last','detach','2760IlIEzZ','start','discard','getAttribute','first','_tablePostFixingSubtypes','insert','substr','_setupColumnsRowsFixing','deletion','markMultiRangeInsertion','above','isEqual','mapper','item','getCellLocation','getChildren','2247XxRtsY','selectTableRow','refresh','ELEMENT_TABLE_ROW','data','_splitMarkerName','span','table','removeTableRow','getChangedMarkers','$textProxy','add','getItems','insertTable','hasAttribute','toViewElement','insertTableRowBelow','72vNqdrK','22374396KPZUFF','join','*Remove:*\x20%0','insertTableRowAbove','addMarker:suggestion','enqueueChange','*Insert:*\x20%0','toLowerCase','insertTableColumnRight','getRanges','low','selectTableColumn','markMultiRangeDeletion','isIntersectingWithRange','TableEditing','suggestion','editor','map','colspan','get','change','$graveyard','forceValue','tableCell','showSuggestionHighlights','subType','has','highest','716838FpHjZh','tableRow','setSelection','MAX_SAFE_INTEGER','getSelectionAffectedTableCells','min','options','includes','4xguQTK','name','element','_suggestionFactory','change:data','model','fromRange','position','execute','registerDescriptionCallback','_getSuggestionCoords','isArray','classes','document','ELEMENT_TABLE_COLUMN','differ','getRowIndexes','nodeAfter','removeClass','batch','every'];_0x1d6a=function(){return _0x543060;};return _0x1d6a();}import{getTranslation as _0x406355}from'../utils/common-translations.js';export default class jt extends _0x459c3e{constructor(_0x376386){const _0x33332e=_0x33b8;super(_0x376386),this[_0x33332e(0x226)]=[_0x33332e(0x261),_0x33332e(0x1e2)],this[_0x33332e(0x206)]=new Set();}[_0x341e47(0x218)](){const _0x4bf651=_0x341e47,_0x2a9fca=this[_0x4bf651(0x254)],_0x94f376=_0x2a9fca[_0x4bf651(0x26d)][_0x4bf651(0x275)][_0x4bf651(0x1f7)];if(!_0x2a9fca[_0x4bf651(0x1eb)][_0x4bf651(0x25e)](_0x4bf651(0x252)))return;const _0x1d860d=_0x2a9fca[_0x4bf651(0x1e9)],_0x1681a1=_0x2a9fca[_0x4bf651(0x1eb)][_0x4bf651(0x257)](_0x4bf651(0x20f)),_0x24c57c=_0x2a9fca[_0x4bf651(0x1eb)][_0x4bf651(0x257)](_0x4bf651(0x213));_0x1681a1[_0x4bf651(0x1ea)][_0x4bf651(0x1f0)](_0x4bf651(0x239),_0x4e9461=>_0x406355(_0x1d860d,_0x4bf651(0x1ec),_0x4e9461)),this[_0x4bf651(0x229)](),_0x1681a1[_0x4bf651(0x1e4)](_0x4bf651(0x23f)),_0x1681a1[_0x4bf651(0x1e4)](_0x4bf651(0x233)),_0x1681a1[_0x4bf651(0x1e4)](_0x4bf651(0x24f));for(const _0x5d79bc of[_0x4bf651(0x247),_0x4bf651(0x242)]){const _0x18ce45=_0x2a9fca[_0x4bf651(0x1e8)][_0x4bf651(0x257)](_0x5d79bc);_0x1681a1[_0x4bf651(0x1e4)](_0x5d79bc,_0x489949=>{const _0x2eca68=_0x4bf651;_0x2a9fca[_0x2eca68(0x26d)][_0x2eca68(0x258)](_0x3eabaf=>{const _0x561aeb=_0x2eca68;_0x489949();const _0x2d5f3b=_0x561aeb(0x22c)===_0x18ce45[_0x561aeb(0x211)],_0x37dfa0=_0x24c57c[_0x561aeb(0x264)](_0x94f376),_0x470f1b=_0x24c57c[_0x561aeb(0x278)](_0x37dfa0),_0x394766=_0x2d5f3b?_0x470f1b[_0x561aeb(0x225)]-0x1:_0x470f1b[_0x561aeb(0x21f)]+0x1,_0x151ce9=_0x37dfa0[0x0][_0x561aeb(0x1dc)](_0x561aeb(0x239)),_0x4c992b=_0x24c57c[_0x561aeb(0x1ff)](_0x151ce9,{'startRow':_0x394766,'endRow':_0x394766}),_0x24fea7=Array[_0x561aeb(0x1ee)](_0x4c992b)[_0x561aeb(0x255)](_0x398885=>_0x3eabaf[_0x561aeb(0x1fa)](_0x398885[_0x561aeb(0x21e)]));_0x1681a1[_0x561aeb(0x22b)](_0x24fea7,_0x561aeb(0x261));});});}for(const _0x16b844 of[_0x4bf651(0x1fe),_0x4bf651(0x24c)]){const _0xacf2f3=_0x2a9fca[_0x4bf651(0x1e8)][_0x4bf651(0x257)](_0x16b844);_0x1681a1[_0x4bf651(0x1e4)](_0x16b844,_0xbd8fe0=>{const _0x53e9fe=_0x4bf651;_0x2a9fca[_0x53e9fe(0x26d)][_0x53e9fe(0x258)](_0x24d732=>{const _0x1ca23d=_0x53e9fe;_0xbd8fe0();const _0x272111=_0x1ca23d(0x1e3)===_0xacf2f3[_0x1ca23d(0x211)],_0x19a967=_0x24c57c[_0x1ca23d(0x264)](_0x94f376),_0x5b28a4=_0x24c57c[_0x1ca23d(0x1f8)](_0x19a967),_0x4302dd=_0x272111?_0x5b28a4[_0x1ca23d(0x225)]-0x1:_0x5b28a4[_0x1ca23d(0x21f)]+0x1,_0x4a8201=_0x19a967[0x0][_0x1ca23d(0x1dc)](_0x1ca23d(0x239)),_0x591cac=_0x24c57c[_0x1ca23d(0x1ff)](_0x4a8201,{'startRow':0x0,'column':_0x4302dd,'includeAllSlots':!0x1}),_0x4bce39=Array[_0x1ca23d(0x1ee)](_0x591cac)[_0x1ca23d(0x255)](_0x4dc7e2=>_0x24d732[_0x1ca23d(0x1fa)](_0x4dc7e2[_0x1ca23d(0x21e)]));_0x1681a1[_0x1ca23d(0x22b)](_0x4bce39,_0x1ca23d(0x1e2));});});}for(const _0x5acad8 of[_0x4bf651(0x23a),_0x4bf651(0x1e6)]){const _0x23c487=_0x5acad8[_0x4bf651(0x228)](0xb),_0x5e406d=_0x23c487[_0x4bf651(0x24b)](),_0x3d4be8=_0x5e406d[_0x4bf651(0x228)](0x0,0x3)+_0x4bf651(0x238),_0x1abf41=_0x4bf651(0x239)+_0x23c487,_0x20327f=_0x4bf651(0x265)+_0x23c487,_0x5e4682=_0x4bf651(0x1ed)+_0x23c487;_0x1681a1[_0x4bf651(0x1e4)](_0x5acad8,()=>{const _0x1dffbb=_0x4bf651;_0x2a9fca[_0x1dffbb(0x26d)][_0x1dffbb(0x258)](_0x17923e=>{const _0x5fccb=_0x1dffbb,_0x4b25a3=_0x24c57c[_0x5fccb(0x264)](_0x94f376),_0x25d8e5=_0x4b25a3[0x0][_0x5fccb(0x1dc)](_0x5fccb(0x239));let _0x94b584;if(_0x5fccb(0x23a)==_0x5acad8){const _0x2b67e7=_0x24c57c[_0x5fccb(0x278)](_0x4b25a3);_0x94b584={'startRow':_0x2b67e7[_0x5fccb(0x225)],'endRow':_0x2b67e7[_0x5fccb(0x21f)],'includeAllSlots':!0x0};}else{const _0x2c39d5=_0x24c57c[_0x5fccb(0x1f8)](_0x4b25a3);_0x94b584={'startColumn':_0x2c39d5[_0x5fccb(0x225)],'endColumn':_0x2c39d5[_0x5fccb(0x21f)],'includeAllSlots':!0x0};}const _0x204132=_0x24c57c[_0x5fccb(0x1ff)](_0x25d8e5,_0x94b584),_0x49de48=Array[_0x5fccb(0x1ee)](_0x204132)[_0x5fccb(0x255)](({cell:_0x2e5707})=>_0x2e5707),_0x2a44fb=Ee(_0x49de48[_0x5fccb(0x21c)](_0x41ce54=>_0x41ce54[_0x5fccb(0x240)](_0x3d4be8))),_0xb53df8=Ee(_0x49de48[_0x5fccb(0x21c)](_0x2d99a3=>!_0x2d99a3[_0x5fccb(0x240)](_0x3d4be8)))[_0x5fccb(0x255)](_0x5e894a=>_0x17923e[_0x5fccb(0x1fa)](_0x5e894a)),_0x4d4d9f=_0x1681a1[_0x5fccb(0x250)](_0xb53df8,_0x1abf41);if(_0x4d4d9f&&(_0x5fccb(0x261)==_0x4d4d9f[_0x5fccb(0x25d)]||_0x5fccb(0x1e2)==_0x4d4d9f[_0x5fccb(0x25d)])){const _0x6f06be=this[_0x5fccb(0x272)](_0x4d4d9f);for(const _0x14edf7 of _0x2a44fb){const _0x11cff2=_0x17923e[_0x5fccb(0x1fa)](_0x14edf7),_0x1c11b9=_0x24c57c[_0x5fccb(0x230)](_0x14edf7),_0x1b0aa8=_0x14edf7[_0x5fccb(0x224)](_0x3d4be8)-0x1,_0x44e9d7=_0x6f06be[_0x20327f],_0x5225ba=_0x6f06be[_0x5e4682];_0x44e9d7<=_0x1c11b9[_0x5e406d]&&_0x1c11b9[_0x5e406d]+_0x1b0aa8<=_0x5225ba&&_0x4d4d9f[_0x5fccb(0x1df)](_0x11cff2);}}});});}function _0x2ef859(_0x52cd53){const _0x3056b2=_0x4bf651,_0x3dbaf8=Array[_0x3056b2(0x1ee)](_0x94f376[_0x3056b2(0x24d)]())[_0x3056b2(0x255)](_0x45d703=>_0x1ef2db[_0x3056b2(0x26e)](_0x45d703));_0x2a9fca[_0x3056b2(0x26d)][_0x3056b2(0x258)](_0x169cc9=>{const _0x373832=_0x3056b2,_0xfb22a7=_0x169cc9[_0x373832(0x27b)];_0x52cd53=_0x52cd53[_0x373832(0x21c)](_0x558108=>_0x373832(0x259)!=_0x558108[_0x373832(0x209)][_0x373832(0x202)]),_0x169cc9[_0x373832(0x262)](_0x52cd53),_0x2a9fca[_0x373832(0x1e8)][_0x373832(0x257)](_0x373832(0x23a))[_0x373832(0x234)](),_0x2a9fca[_0x373832(0x270)](_0x373832(0x23a),{'forceDefaultExecution':!0x0}),_0x2a9fca[_0x373832(0x26d)][_0x373832(0x249)](()=>{const _0x424425=_0x373832;_0x2a9fca[_0x424425(0x26d)][_0x424425(0x249)](_0xfb22a7,_0x1baf35=>{const _0x52ac06=_0x424425,_0x4e0adf=_0x3dbaf8[_0x52ac06(0x21c)](_0xdfff59=>_0x52ac06(0x259)!=_0xdfff59[_0x52ac06(0x209)][_0x52ac06(0x202)]);_0x4e0adf[_0x52ac06(0x201)]>0x0&&_0x1baf35[_0x52ac06(0x262)](_0x4e0adf);for(const _0x86a50 of _0x3dbaf8)_0x86a50[_0x52ac06(0x220)]();});});});}function _0x486636(_0x1d449d){const _0x43cf18=_0x4bf651;_0x2a9fca[_0x43cf18(0x26d)][_0x43cf18(0x258)](_0x97b1f8=>{const _0x28bef2=_0x43cf18,_0xdd8321=Array[_0x28bef2(0x1ee)](_0x94f376[_0x28bef2(0x24d)]())[_0x28bef2(0x255)](_0x1d4441=>_0x1ef2db[_0x28bef2(0x26e)](_0x1d4441)),_0x497dab=[];for(const _0x38aeab of _0x1d449d)for(const _0x413d10 of _0x38aeab[_0x28bef2(0x23e)]({'shallow':!0x0}))_0x497dab[_0x28bef2(0x210)](_0x413d10);for(const _0x30cfb1 of _0x497dab)_0x28bef2(0x259)!=_0x30cfb1[_0x28bef2(0x209)][_0x28bef2(0x202)]&&(_0x97b1f8[_0x28bef2(0x262)](_0x97b1f8[_0x28bef2(0x20c)](_0x30cfb1,0x0)),_0x2a9fca[_0x28bef2(0x1e8)][_0x28bef2(0x257)](_0x28bef2(0x1e6))[_0x28bef2(0x234)](),_0x2a9fca[_0x28bef2(0x270)](_0x28bef2(0x1e6),{'forceDefaultExecution':!0x0}));const _0x5b82b1=_0xdd8321[_0x28bef2(0x21c)](_0x3b69c0=>_0x28bef2(0x259)!=_0x3b69c0[_0x28bef2(0x209)][_0x28bef2(0x202)]);_0x5b82b1[_0x28bef2(0x201)]>0x0&&_0x97b1f8[_0x28bef2(0x262)](_0x5b82b1);for(const _0x5a9aaa of _0xdd8321)_0x5a9aaa[_0x28bef2(0x220)]();});}function _0x4c90a9(_0x477438,_0x1f90a9){const _0x4bb70f=_0x4bf651;return _0x1f90a9[_0x4bb70f(0x27c)](_0x427176=>_0x477438[_0x4bb70f(0x203)](_0xb292f8=>_0xb292f8[_0x4bb70f(0x1db)][_0x4bb70f(0x22d)](_0x427176[_0x4bb70f(0x222)])||_0x427176[_0x4bb70f(0x1db)][_0x4bb70f(0x22d)](_0xb292f8[_0x4bb70f(0x222)])));}function _0x14eecf(_0x51cd5c,_0x220b85){const _0x77aa4c=_0x4bf651;return _0x51cd5c[_0x77aa4c(0x203)](_0x14ac13=>_0x220b85[_0x77aa4c(0x203)](_0x47ebcf=>_0x14ac13[_0x77aa4c(0x1db)][_0x77aa4c(0x208)](_0x47ebcf[_0x77aa4c(0x222)])));}_0x2a9fca[_0x4bf651(0x236)][_0x4bf651(0x1e7)]['on'](_0x4bf651(0x248),(_0x5d0736,_0x592a7a,_0x8e26ec)=>{const _0x155f26=_0x4bf651;if(!_0x8e26ec[_0x155f26(0x266)][_0x155f26(0x25c)])return;const _0x287063=_0x592a7a[_0x155f26(0x22f)];if(!_0x287063)return;const _0x3821ff=_0x8e26ec[_0x155f26(0x22e)][_0x155f26(0x241)](_0x287063);function _0x1f0e9e(_0x3961af){const _0xd03a1e=_0x155f26;return Array[_0xd03a1e(0x273)](_0x3961af)?_0x3961af:[_0x3961af];}_0x3821ff&&_0x155f26(0x25b)===_0x287063[_0x155f26(0x269)]&&_0x5b3ab7(_0x3821ff,_0x8e26ec[_0x155f26(0x20b)],(_0x3ced73,_0x546795,_0x55ca32)=>_0x55ca32[_0x155f26(0x1f5)](_0x1f0e9e(_0x546795[_0x155f26(0x274)]),_0x3ced73),(_0x119ced,_0x59867f,_0x351827)=>_0x351827[_0x155f26(0x27a)](_0x1f0e9e(_0x59867f[_0x155f26(0x274)]),_0x119ced));},{'priority':_0x4bf651(0x25f)}),_0x1681a1[_0x4bf651(0x1ea)][_0x4bf651(0x271)](_0x278e20=>{const _0x3baef2=_0x4bf651;if(_0x3baef2(0x1f2)!=_0x278e20[_0x3baef2(0x20d)]&&_0x3baef2(0x22a)!=_0x278e20[_0x3baef2(0x20d)])return;const _0x58ac2e=_0x278e20[_0x3baef2(0x1fd)]();if(null!=_0x58ac2e&&_0x58ac2e['is'](_0x3baef2(0x26a),_0x3baef2(0x239))){if(_0x3baef2(0x1f2)==_0x278e20[_0x3baef2(0x20d)]){const _0x20b12a=_0x278e20[_0x3baef2(0x23e)]()[_0x3baef2(0x21c)](_0xd4ded1=>_0xd4ded1['is'](_0x3baef2(0x23c)))[_0x3baef2(0x255)](_0x169b47=>_0x169b47[_0x3baef2(0x236)]);if(_0x20b12a[_0x3baef2(0x201)])return{'type':_0x3baef2(0x1f2),'content':_0x406355(_0x1d860d,_0x3baef2(0x24a),_0x406355(_0x1d860d,_0x3baef2(0x27d),'\x22'+_0x20b12a[_0x3baef2(0x245)]('\x20')+'\x22'))};}if(_0x3baef2(0x22a)==_0x278e20[_0x3baef2(0x20d)]){const _0x4a405d=_0x278e20[_0x3baef2(0x23e)]()[_0x3baef2(0x21c)](_0x266f6d=>_0x266f6d['is'](_0x3baef2(0x23c)))[_0x3baef2(0x255)](_0x1adbc8=>_0x1adbc8[_0x3baef2(0x236)]);if(_0x4a405d[_0x3baef2(0x201)])return{'type':_0x3baef2(0x22a),'content':_0x406355(_0x1d860d,_0x3baef2(0x246),_0x406355(_0x1d860d,_0x3baef2(0x27d),'\x22'+_0x4a405d[_0x3baef2(0x245)]('\x20')+'\x22'))};}}}),_0x1681a1[_0x4bf651(0x1ea)][_0x4bf651(0x271)](_0x3bd9f7=>{const _0x2c2265=_0x4bf651;if(_0x2c2265(0x261)==_0x3bd9f7[_0x2c2265(0x25d)]){const _0x25028d=_0x3bd9f7[_0x2c2265(0x23e)]()[_0x2c2265(0x21c)](_0x57020c=>_0x57020c['is'](_0x2c2265(0x23c)))[_0x2c2265(0x255)](_0x127d0c=>_0x127d0c[_0x2c2265(0x236)]),_0x709e4d=this[_0x2c2265(0x272)](_0x3bd9f7),_0x47a854=_0x709e4d[_0x2c2265(0x1e1)]-_0x709e4d[_0x2c2265(0x204)]+0x1;if(_0x2c2265(0x1f2)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x25028d[_0x2c2265(0x201)]?{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x21a),[_0x47a854,'\x22'+_0x25028d[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x235),_0x47a854))};if(_0x2c2265(0x22a)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x25028d[_0x2c2265(0x201)]?{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x21a),[_0x47a854,'\x22'+_0x25028d[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x235),_0x47a854))};}if(_0x2c2265(0x1e2)==_0x3bd9f7[_0x2c2265(0x25d)]){const _0x2b193c=_0x3bd9f7[_0x2c2265(0x23e)]()[_0x2c2265(0x21c)](_0x75d02f=>_0x75d02f['is'](_0x2c2265(0x23c)))[_0x2c2265(0x255)](_0x84b7e2=>_0x84b7e2[_0x2c2265(0x236)]),_0x11cc5f=this[_0x2c2265(0x272)](_0x3bd9f7),_0x59ac25=_0x11cc5f[_0x2c2265(0x21b)]-_0x11cc5f[_0x2c2265(0x1f3)]+0x1;if(_0x2c2265(0x1f2)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x2b193c[_0x2c2265(0x201)]?{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x1de),[_0x59ac25,'\x22'+_0x2b193c[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x276),_0x59ac25))};if(_0x2c2265(0x22a)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x2b193c[_0x2c2265(0x201)]?{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x1de),[_0x59ac25,'\x22'+_0x2b193c[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x276),_0x59ac25))};}}),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x261),_0x4bf651(0x223),_0x2ef859),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x261),_0x4bf651(0x1ef),_0x2ef859),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x1e2),_0x4bf651(0x223),_0x486636),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x1e2),_0x4bf651(0x1ef),_0x486636),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x1e2),_0x4bf651(0x245),_0x4c90a9),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x1e2),_0x4bf651(0x245),_0x4c90a9),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x261),_0x4bf651(0x245),_0x14eecf),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x261),_0x4bf651(0x245),_0x14eecf);}[_0x341e47(0x214)](){const _0x40accf=_0x341e47,_0x400c79=this[_0x40accf(0x254)],_0xfffe3b=_0x400c79[_0x40accf(0x26d)][_0x40accf(0x275)][_0x40accf(0x1f7)];return(_0x3d9bbb,_0x39a801)=>{const _0x2ee261=_0x40accf;_0x400c79[_0x2ee261(0x26d)][_0x2ee261(0x258)](_0x3624f7=>{const _0x474308=_0x2ee261,{commandName:_0x2faf6d,commandParams:_0x30b5fd}=_0x39a801;let _0x301cc7=_0x3d9bbb[0x0][_0x474308(0x1db)][_0x474308(0x21d)];_0x30b5fd&&_0x30b5fd[0x0]&&!0x1===_0x30b5fd[0x0][_0x474308(0x25a)]&&(_0x301cc7=_0x3d9bbb[0x0][_0x474308(0x222)][_0x474308(0x279)]);const _0x398ad1=_0x3624f7[_0x474308(0x1fc)](_0x301cc7);if(_0x474308(0x259)==_0x398ad1[_0x474308(0x209)][_0x474308(0x202)])return;const _0x4c8c23=Array[_0x474308(0x1ee)](_0xfffe3b[_0x474308(0x24d)]())[_0x474308(0x255)](_0x3bc2eb=>_0x1ef2db[_0x474308(0x26e)](_0x3bc2eb));_0x3624f7[_0x474308(0x262)](_0x398ad1),_0x400c79[_0x474308(0x1e8)][_0x474308(0x257)](_0x2faf6d)[_0x474308(0x234)](),_0x30b5fd[_0x474308(0x210)]({'forceDefaultExecution':!0x0}),_0x400c79[_0x474308(0x270)](_0x2faf6d,..._0x30b5fd);const _0x322a5d=_0x4c8c23[_0x474308(0x21c)](_0xde4fdb=>_0x474308(0x259)!=_0xde4fdb[_0x474308(0x209)][_0x474308(0x202)]);_0x322a5d[_0x474308(0x201)]>0x0&&_0x3624f7[_0x474308(0x262)](_0x322a5d);for(const _0x116b57 of _0x4c8c23)_0x116b57[_0x474308(0x220)]();});};}[_0x341e47(0x216)](_0x526944){const _0x5f57fa=_0x341e47,_0x52892e=this[_0x5f57fa(0x254)][_0x5f57fa(0x1eb)][_0x5f57fa(0x257)](_0x5f57fa(0x213));let _0x1c34ae=Number[_0x5f57fa(0x263)],_0xf56e5a=Number[_0x5f57fa(0x1fb)],_0x2e74c8=Number[_0x5f57fa(0x263)],_0x222e39=Number[_0x5f57fa(0x1fb)];for(const _0x5112cd of _0x526944){if(_0x5f57fa(0x259)==_0x5112cd[_0x5f57fa(0x209)][_0x5f57fa(0x202)])continue;const {row:_0x33b59e,column:_0x2dd673}=_0x52892e[_0x5f57fa(0x230)](_0x5112cd),_0x246dcc=_0x5112cd[_0x5f57fa(0x240)](_0x5f57fa(0x217))?_0x5112cd[_0x5f57fa(0x224)](_0x5f57fa(0x217))-0x1:0x0,_0x501567=_0x5112cd[_0x5f57fa(0x240)](_0x5f57fa(0x256))?_0x5112cd[_0x5f57fa(0x224)](_0x5f57fa(0x256))-0x1:0x0;_0x1c34ae=_0x33b59e<_0x1c34ae?_0x33b59e:_0x1c34ae,_0xf56e5a=_0x33b59e+_0x246dcc>_0xf56e5a?_0x33b59e+_0x246dcc:_0xf56e5a,_0x2e74c8=_0x2dd673<_0x2e74c8?_0x2dd673:_0x2e74c8,_0x222e39=_0x2dd673+_0x501567>_0x222e39?_0x2dd673+_0x501567:_0x222e39;}return{'minRow':_0x1c34ae,'maxRow':_0xf56e5a,'minColumn':_0x2e74c8,'maxColumn':_0x222e39};}[_0x341e47(0x229)](){const _0x3bb707=_0x341e47,_0x2e5505=this[_0x3bb707(0x254)],_0x11412e=_0x2e5505[_0x3bb707(0x1eb)][_0x3bb707(0x257)](_0x3bb707(0x20f)),_0x131a43=_0x2e5505[_0x3bb707(0x1eb)][_0x3bb707(0x257)](_0x3bb707(0x213));_0x2e5505[_0x3bb707(0x26d)][_0x3bb707(0x275)]['on'](_0x3bb707(0x26c),()=>{const _0x4e48cb=_0x3bb707,_0x302bfa=Array[_0x4e48cb(0x1ee)](_0x2e5505[_0x4e48cb(0x26d)][_0x4e48cb(0x275)][_0x4e48cb(0x277)][_0x4e48cb(0x23b)]());for(const {name:_0x41c8b5,data:_0x4eaf22}of _0x302bfa){const {group:_0x491906,id:_0x314fc0,subType:_0x241e00}=_0x11412e[_0x4e48cb(0x237)](_0x41c8b5);if(_0x4e48cb(0x253)!=_0x491906)continue;if(null!=_0x4eaf22[_0x4e48cb(0x1f1)])continue;const _0x2eeef2=_0x11412e[_0x4e48cb(0x1e0)](_0x314fc0);this[_0x4e48cb(0x226)][_0x4e48cb(0x267)](_0x241e00)&&this[_0x4e48cb(0x206)][_0x4e48cb(0x23d)](_0x2eeef2);}},{'priority':_0x3bb707(0x24e)});const _0x459003=(_0x24639e,_0x1ee4bd)=>{const _0x4f0cad=_0x3bb707;let _0x456b28=!0x1;const _0x223f55=_0x1ee4bd[_0x4f0cad(0x1fa)](_0x24639e),_0x540c6b=_0x24639e[_0x4f0cad(0x1dc)](_0x4f0cad(0x239)),_0x26bc3e=_0x131a43[_0x4f0cad(0x230)](_0x24639e);for(const _0x4e2627 of this[_0x4f0cad(0x206)]){const _0x2951e9=_0x4e2627[_0x4f0cad(0x25d)],_0x2c1ed8=_0x2951e9[_0x4f0cad(0x207)](_0x4f0cad(0x219)),_0x5ee6a4=_0x2951e9[_0x4f0cad(0x228)](_0x2c1ed8?0xa:0x5),_0x505d57=_0x5ee6a4[_0x4f0cad(0x24b)](),_0x2f2b9d=_0x505d57[_0x4f0cad(0x228)](0x0,0x3)+_0x4f0cad(0x238),_0x39f50d=_0x4f0cad(0x265)+_0x5ee6a4,_0x333cd2=_0x4f0cad(0x1ed)+_0x5ee6a4;if(!_0x4e2627[_0x4f0cad(0x1f6)])continue;if(_0x540c6b!=_0x4e2627[_0x4f0cad(0x212)]()[_0x4f0cad(0x222)][_0x4f0cad(0x1dc)](_0x4f0cad(0x239)))continue;if(_0x4e2627[_0x4f0cad(0x251)](_0x223f55))continue;const _0x2279b0=_0x24639e[_0x4f0cad(0x240)](_0x2f2b9d)?_0x24639e[_0x4f0cad(0x224)](_0x2f2b9d)-0x1:0x0,_0x5c4c07=this[_0x4f0cad(0x272)](_0x4e2627),_0x254d40=_0x5c4c07[_0x39f50d],_0x1905d5=_0x5c4c07[_0x333cd2];_0x254d40<=_0x26bc3e[_0x505d57]&&_0x26bc3e[_0x505d57]+_0x2279b0<=_0x1905d5&&(_0x4e2627[_0x4f0cad(0x1df)](_0x223f55),_0x456b28=!0x0);}return _0x456b28;};_0x2e5505[_0x3bb707(0x26d)][_0x3bb707(0x275)][_0x3bb707(0x200)](_0x341914=>{const _0x5b7994=_0x3bb707;let _0x5ad8eb=!0x1;for(const _0x34f30d of _0x2e5505[_0x5b7994(0x26d)][_0x5b7994(0x275)][_0x5b7994(0x277)][_0x5b7994(0x1e5)]())if(_0x5b7994(0x227)==_0x34f30d[_0x5b7994(0x20d)]){if(_0x5b7994(0x261)==_0x34f30d[_0x5b7994(0x269)]){for(const _0x4b8517 of _0x34f30d[_0x5b7994(0x26f)][_0x5b7994(0x279)][_0x5b7994(0x231)]())_0x5ad8eb=_0x5ad8eb||_0x459003(_0x4b8517,_0x341914);}else _0x5b7994(0x25b)==_0x34f30d[_0x5b7994(0x269)]&&(_0x5ad8eb=_0x5ad8eb||_0x459003(_0x34f30d[_0x5b7994(0x26f)][_0x5b7994(0x279)],_0x341914));}return _0x5ad8eb;});}[_0x341e47(0x272)](_0x4e2cd3){const _0x21fe0d=_0x341e47;return this[_0x21fe0d(0x216)](_0x4e2cd3[_0x21fe0d(0x24d)]()[_0x21fe0d(0x255)](_0x15edb6=>_0x15edb6[_0x21fe0d(0x222)][_0x21fe0d(0x279)]));}}function Ee(_0x493fd3){const _0xc68e16=_0x341e47;return Array[_0xc68e16(0x1ee)](new Set(_0x493fd3)[_0xc68e16(0x20a)]());}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xaef6(){const _0x51de5d=['15rZFewn','6396vJmUPF','433536zjmWzZ','928860FkjjBI','editor','requires','8416AWNoHG','plugins','TrackChangesEditing','enableCommand','get','13312917gxgXoW','TableCaptionEditing','1159146vmxwdw','2548fQEZqb','46196msBgLJ','has','afterInit','toggleTableCaption'];_0xaef6=function(){return _0x51de5d;};return _0xaef6();}const _0x6f1d79=_0xa6a9;function _0xa6a9(_0x46cc76,_0x427d98){const _0xaef686=_0xaef6();return _0xa6a9=function(_0xa6a9b4,_0xb81c02){_0xa6a9b4=_0xa6a9b4-0x193;let _0x586d39=_0xaef686[_0xa6a9b4];return _0x586d39;},_0xa6a9(_0x46cc76,_0x427d98);}(function(_0x210116,_0x514be6){const _0x26f930=_0xa6a9,_0x1ac65e=_0x210116();while(!![]){try{const _0x3b334b=-parseInt(_0x26f930(0x1a0))/0x1+-parseInt(_0x26f930(0x194))/0x2+-parseInt(_0x26f930(0x19e))/0x3+parseInt(_0x26f930(0x197))/0x4*(-parseInt(_0x26f930(0x1a4))/0x5)+-parseInt(_0x26f930(0x1a5))/0x6*(parseInt(_0x26f930(0x19f))/0x7)+parseInt(_0x26f930(0x193))/0x8+parseInt(_0x26f930(0x19c))/0x9;if(_0x3b334b===_0x514be6)break;else _0x1ac65e['push'](_0x1ac65e['shift']());}catch(_0x37782d){_0x1ac65e['push'](_0x1ac65e['shift']());}}}(_0xaef6,0x3b18d));import{Plugin as _0x2dc15e}from'ckeditor5/src/core.js';import _0x3b17ad from'./table.js';export default class Nt extends _0x2dc15e{static get[_0x6f1d79(0x196)](){return[_0x3b17ad];}[_0x6f1d79(0x1a2)](){const _0x2b362a=_0x6f1d79,_0x2c164c=this[_0x2b362a(0x195)];if(!_0x2c164c[_0x2b362a(0x198)][_0x2b362a(0x1a1)](_0x2b362a(0x19d)))return;_0x2c164c[_0x2b362a(0x198)][_0x2b362a(0x19b)](_0x2b362a(0x199))[_0x2b362a(0x19a)](_0x2b362a(0x1a3));}}
23
+ function _0x541d(){const _0x14541e=['2997804IROVsB','3195ptVuzY','enableCommand','plugins','TableCaptionEditing','774641SwvIqM','requires','703234izWAnJ','get','2pRMdlx','TrackChangesEditing','123541yuUsSy','2301008TBlCmZ','has','8046WZoVob','2003634qbiomc','afterInit','editor','6JGBEmU','40efeTwe','toggleTableCaption','930xoQhGl'];_0x541d=function(){return _0x14541e;};return _0x541d();}const _0x19c800=_0x1294;(function(_0x5ee1a8,_0x252a66){const _0x4fdaa4=_0x1294,_0x356a0e=_0x5ee1a8();while(!![]){try{const _0x3084ad=-parseInt(_0x4fdaa4(0x10f))/0x1*(parseInt(_0x4fdaa4(0x113))/0x2)+parseInt(_0x4fdaa4(0x106))/0x3*(parseInt(_0x4fdaa4(0x100))/0x4)+-parseInt(_0x4fdaa4(0x10b))/0x5*(-parseInt(_0x4fdaa4(0x102))/0x6)+parseInt(_0x4fdaa4(0x111))/0x7*(parseInt(_0x4fdaa4(0x107))/0x8)+parseInt(_0x4fdaa4(0x103))/0x9+parseInt(_0x4fdaa4(0x109))/0xa*(-parseInt(_0x4fdaa4(0x115))/0xb)+-parseInt(_0x4fdaa4(0x10a))/0xc;if(_0x3084ad===_0x252a66)break;else _0x356a0e['push'](_0x356a0e['shift']());}catch(_0x540e0d){_0x356a0e['push'](_0x356a0e['shift']());}}}(_0x541d,0xa1f66));import{Plugin as _0x16651a}from'ckeditor5/src/core.js';import _0x5dd958 from'./table.js';function _0x1294(_0x4dd720,_0x320546){const _0x541dc3=_0x541d();return _0x1294=function(_0x12943a,_0x3a804c){_0x12943a=_0x12943a-0x100;let _0x4e7787=_0x541dc3[_0x12943a];return _0x4e7787;},_0x1294(_0x4dd720,_0x320546);}export default class Mt extends _0x16651a{static get[_0x19c800(0x110)](){return[_0x5dd958];}[_0x19c800(0x104)](){const _0x33ef6c=_0x19c800,_0x13c432=this[_0x33ef6c(0x105)];if(!_0x13c432[_0x33ef6c(0x10d)][_0x33ef6c(0x101)](_0x33ef6c(0x10e)))return;_0x13c432[_0x33ef6c(0x10d)][_0x33ef6c(0x112)](_0x33ef6c(0x114))[_0x33ef6c(0x10c)](_0x33ef6c(0x108));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x140d55=_0x5e1b;(function(_0x1aad19,_0x488c8d){const _0xb61ab9=_0x5e1b,_0x26c9f0=_0x1aad19();while(!![]){try{const _0x5a65b3=parseInt(_0xb61ab9(0xec))/0x1+parseInt(_0xb61ab9(0xfa))/0x2*(parseInt(_0xb61ab9(0xed))/0x3)+parseInt(_0xb61ab9(0xf1))/0x4+-parseInt(_0xb61ab9(0x150))/0x5*(parseInt(_0xb61ab9(0x160))/0x6)+parseInt(_0xb61ab9(0xcb))/0x7*(-parseInt(_0xb61ab9(0xd6))/0x8)+parseInt(_0xb61ab9(0xfb))/0x9*(parseInt(_0xb61ab9(0x124))/0xa)+-parseInt(_0xb61ab9(0x131))/0xb;if(_0x5a65b3===_0x488c8d)break;else _0x26c9f0['push'](_0x26c9f0['shift']());}catch(_0x3d460a){_0x26c9f0['push'](_0x26c9f0['shift']());}}}(_0x22ce,0x3c51b));function _0x22ce(){const _0xbbca24=['unwrap','cells','TableUtils','document','tablePasteChainId','length','suggestionUnloaded','createTableWalker','cell','editor','element','rootName','author','endColumn','endRow','tablePaste','getMarkers','position','add','elementToElement','every','reduce','dataDowncast','subType','suggestion','getSelectionAffectedTableCells','getChildren','plugins','122950sZEvch','showSuggestionHighlights','differ','updateMarker','tablePasteColumn','find','getColumnIndexes','tableCellBorderWidth','registerDescriptionCallback','type','markers','clipboardOutput','registerPostFixer','tableCellVerticalAlignment','keys','_createdBatches','36HipMHc','createRange','findAncestor','insertContent','deletionRanges','markerAttributes','formatBlock','tablePasteRow','insert','wrap','activeMarkers','isEqual','tableCellBackgroundColor','getItems','schema','setAttribute','removeMarker','listenTo','view','next','stop','removeMarkers','nextSibling','get','getChangedMarkers','entries','createRangeIn','getChanges','newRange','root','markMultiRangeBlockFormat','_getCoordsForCells','_splitMarkerName','getAllAdjacentSuggestions','createRangeOn','join','Users','high','columns','TableClipboard','columnInsertionIndexes','call','filter','suggestion:formatBlock:tablePasteCell','rowInsertionRanges','hasSuggestion','rowInsertionIndexes','ck-suggestion-marker','paragraph','columnInsertionRanges','attributes','tableCellBorderColor','isInContent','previous','createElement','requires','ck-suggestion-marker-insertion','168511cnGzFZ','containsRange','markerName','tableCellPadding','fromRange','discard','last','insertRows','name','tableCellSuggestion','options','56JKrWZY','startsWith','tableCell','_tablePostFixingSubtypes','_isForcedDefaultExecutionBlock','editing','editingDowncast','getAttributes','move','*Replace\x20table\x20cells*','getSuggestion','start','register','accept','push','markerToHighlight','_descriptionFactory','table','insertionRanges','oldRange','change','return','384836kaTHQQ','39raFHQA','removeRows','forceDefaultExecution','getRange','262480xYxECs','insertColumns','removeColumns','ck-suggestion-marker--active','getShiftedBy','content','setAttributes','getRowIndexes','tablePasteCell','67946otbQLf','261lMJSKe','createPositionBefore','trackChanges','getSuggestions','previousSibling','afterInit','redo','conversion','isEmpty','value','forEach','getRows','_suggestionFactory','$graveyard','selection','getSuggestionCallback','batch','_replaceTableSlotCell','column','documentSelection','markMultiRangeDeletion','tableCellBorderStyle','remove','includes','locale','tableCellHorizontalAlignment','nodeAfter','getContainedElement','fill','getTableIfOnlyTableInContent','getChild','rows','has','TrackChangesEditing','for','fromEntries','map','low','suggestionLoaded','deletion','commands','152560GlEytn','detach','from','some','getRanges','insertion','first','end','getColumns','registerCustomCallback','set','suggestion-td','model','8485521nBVIdG','row','markMultiRangeInsertion'];_0x22ce=function(){return _0xbbca24;};return _0x22ce();}import{getTranslation as _0x450547}from'../utils/common-translations.js';import{Plugin as _0x5d5071}from'ckeditor5/src/core.js';import{LiveRange as _0x22a521}from'ckeditor5/src/engine.js';import{uid as _0xe99b46,priorities as _0x3c2af5}from'ckeditor5/src/utils.js';import _0x4c0f04 from'./table.js';const be=[_0x140d55(0x157),_0x140d55(0xc5),_0x140d55(0x110),_0x140d55(0x114),_0x140d55(0x15d),_0x140d55(0x16c),_0x140d55(0xce)],de=Object[_0x140d55(0x11e)](be[_0x140d55(0x11f)](_0x19ad67=>[_0x19ad67,null]));export default class At extends _0x5d5071{static get[_0x140d55(0xc9)](){return[_0x4c0f04];}[_0x140d55(0x100)](){const _0x273d37=_0x140d55,_0x309ec=this[_0x273d37(0x13d)];if(!_0x309ec[_0x273d37(0x14f)][_0x273d37(0x11b)](_0x273d37(0xb9)))return;const _0x4a4067=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0x11c)),_0x77b5c1=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0x136)),_0x5c0ec1=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x4c0f04),_0x1d93c0=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0xb9));_0x5c0ec1[_0x273d37(0xd9)][_0x273d37(0xe4)](_0x273d37(0x167),_0x273d37(0x154)),_0x309ec[_0x273d37(0x130)][_0x273d37(0x16e)][_0x273d37(0xe2)](_0x273d37(0xd4),{'allowIn':_0x273d37(0xd8),'allowContentOf':_0x273d37(0xd8),'isLimit':!0x0}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x147)]({'model':_0x273d37(0xd4),'view':_0x273d37(0x12f)});let _0x2b9710=null;_0x309ec[_0x273d37(0x130)]['on'](_0x273d37(0x163),(_0x1b6027,_0x292c07)=>{const _0x5b0602=_0x273d37,[_0x281e30,_0x300570]=_0x292c07,_0x382781=_0x292c07[_0x292c07[_0x5b0602(0x139)]-0x1];_0x382781&&_0x382781[_0x5b0602(0xef)]||_0x4a4067[_0x5b0602(0xda)]||this[_0x5b0602(0x13d)][_0x5b0602(0x123)][_0x5b0602(0x177)](_0x5b0602(0xfd))[_0x5b0602(0x104)]&&function(_0x1ca4c5,_0x4a20b0,_0x3fee5d,_0x4423cb,_0x41dee3){const _0x2aad3f=_0x5b0602;if(_0x4a20b0&&!_0x4a20b0['is'](_0x2aad3f(0x10e)))return!0x1;const _0x1204b0=_0x41dee3[_0x2aad3f(0x118)](_0x1ca4c5,_0x3fee5d);if(!_0x1204b0||!me(_0x1204b0,void 0x0,_0x4423cb))return!0x1;const _0x470074=_0x4423cb[_0x2aad3f(0x14d)](_0x3fee5d[_0x2aad3f(0x137)][_0x2aad3f(0x109)]);if(!_0x470074[_0x2aad3f(0x139)])return!0x1;const _0x26cc72=_0x470074[0x0][_0x2aad3f(0x162)](_0x2aad3f(0xe7)),_0xfce05f=_0x4423cb[_0x2aad3f(0xf8)](_0x470074),_0x1582e1=_0x4423cb[_0x2aad3f(0x156)](_0x470074),_0x1f60af={'startRow':_0xfce05f[_0x2aad3f(0x12a)],'endRow':_0xfce05f[_0x2aad3f(0xd1)],'startColumn':_0x1582e1[_0x2aad3f(0x12a)],'endColumn':_0x1582e1[_0x2aad3f(0xd1)]};return 0x1==_0x470074[_0x2aad3f(0x139)]&&(_0x1f60af[_0x2aad3f(0x142)]+=_0x4423cb[_0x2aad3f(0x106)](_0x1204b0)-0x1,_0x1f60af[_0x2aad3f(0x141)]+=_0x4423cb[_0x2aad3f(0x12c)](_0x1204b0)-0x1),me(_0x26cc72,_0x1f60af,_0x4423cb);}(_0x281e30,_0x300570,_0x309ec[_0x5b0602(0x130)],_0x77b5c1,_0x1d93c0)&&(_0x1b6027[_0x5b0602(0x174)](),_0x2b9710={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x309ec[_0x5b0602(0x130)][_0x5b0602(0xea)](()=>{const _0x441a68=_0x5b0602;_0x309ec[_0x441a68(0x130)][_0x441a68(0x163)](_0x292c07[0x0],_0x292c07[0x1],_0x292c07[0x2],{'forceDefaultExecution':!0x0});const _0x35f73f=_0xe99b46(),{rowInsertionRanges:_0x304edf,columnInsertionRanges:_0x300990,insertionRanges:_0xdb2a15,deletionRanges:_0x16c9d7,cells:_0x45f9f0}=_0x2b9710;_0x304edf[_0x441a68(0x139)]&&_0x4a4067[_0x441a68(0x133)](_0x304edf,_0x441a68(0x167),{'tablePasteChainId':_0x35f73f}),_0x300990[_0x441a68(0x139)]&&_0x4a4067[_0x441a68(0x133)](_0x300990,_0x441a68(0x154),{'tablePasteChainId':_0x35f73f}),_0xdb2a15[_0x441a68(0x139)]&&(_0x4a4067[_0x441a68(0x133)](_0xdb2a15,_0x441a68(0x143),{'tablePasteChainId':_0x35f73f,'skipNestingCheck':!0x0}),_0xdb2a15[_0x441a68(0x105)](_0x5885ca=>{const _0x3041d0=_0x441a68;var _0x32535a;return null===(_0x32535a=_0x5885ca[_0x3041d0(0x125)])||void 0x0===_0x32535a?void 0x0:_0x32535a[_0x3041d0(0xbb)](_0x5885ca);})),_0x16c9d7[_0x441a68(0x139)]&&(_0x4a4067[_0x441a68(0x10f)](_0x16c9d7,_0x441a68(0x143),{'tablePasteChainId':_0x35f73f,'skipNestingCheck':!0x0}),_0x16c9d7[_0x441a68(0x105)](_0x5dddd2=>{const _0x6f8602=_0x441a68;var _0x8bdc1d;return null===(_0x8bdc1d=_0x5dddd2[_0x6f8602(0x125)])||void 0x0===_0x8bdc1d?void 0x0:_0x8bdc1d[_0x6f8602(0xbb)](_0x5dddd2);}));const _0x3fccdc=_0x4a4067[_0x441a68(0x17e)](_0x45f9f0[_0x441a68(0x11f)](({element:_0x32a7a5})=>_0x32a7a5),{'formatGroupId':_0xe99b46()},[],_0x441a68(0xf9),{'tablePasteChainId':_0x35f73f});if(_0x3fccdc){const _0x20a162=_0x3fccdc[_0x441a68(0x144)](),_0x252c8d=[];for(const {element:_0x249b1d,attributes:_0x33fc32}of _0x45f9f0){if(!_0x33fc32)continue;const _0x24aedb=_0x309ec[_0x441a68(0x130)][_0x441a68(0xb4)](_0x249b1d),_0x43a45f=_0x20a162[_0x441a68(0x155)](_0x1e4905=>_0x1e4905[_0x441a68(0xf0)]()[_0x441a68(0x16b)](_0x24aedb));_0x43a45f&&_0x252c8d[_0x441a68(0xe4)]([_0x43a45f[_0x441a68(0xd3)],_0x33fc32]);}_0x252c8d[_0x441a68(0x139)]&&_0x3fccdc[_0x441a68(0x16f)](_0x441a68(0x165),Object[_0x441a68(0x11e)](_0x252c8d));}_0x2b9710=null;}));},{'priority':_0x3c2af5[_0x273d37(0xb7)]+0xa}),_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0xb9))['on'](_0x273d37(0x10c),(_0x3c3183,_0x4c38fc)=>{const _0x418618=_0x273d37,[_0x47d99f,_0x272c3d,,_0x570f08]=_0x4c38fc;if(!_0x2b9710)return;_0x3c3183[_0x418618(0x174)]();const _0x4dd5b9=_0x47d99f[_0x418618(0x13c)],_0x4e2206=_0x272c3d,_0x3e6291=ge(_0x4dd5b9),_0x231e70=ge(_0x4e2206);_0x3c3183[_0x418618(0xeb)]=_0x4dd5b9;let _0x174ff1=null,_0x3f9daf=null;if(_0x231e70||_0x3e6291){if(_0x3e6291&&!_0x231e70){_0x570f08[_0x418618(0x111)](_0x4dd5b9[_0x418618(0x119)](0x0));for(const _0x2c98f9 of Array[_0x418618(0x126)](_0x4e2206[_0x418618(0x14e)]()))_0x570f08[_0x418618(0x168)](_0x2c98f9,_0x4dd5b9,_0x418618(0x12b));const _0x5b4d03=_0x2b9710[_0x418618(0xc0)][_0x418618(0x112)](_0x47d99f[_0x418618(0x132)]),_0x290e17=_0x2b9710[_0x418618(0xba)][_0x418618(0x112)](_0x47d99f[_0x418618(0x10d)]);_0x5b4d03||_0x290e17||(_0x174ff1=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0x17a)](_0x4dd5b9)));}else _0x231e70&&!_0x3e6291&&(_0x3f9daf=_0x570f08[_0x418618(0x17a)](_0x4dd5b9));}else{const _0x1b21c9=_0x570f08[_0x418618(0xc8)](_0x418618(0xd4)),_0x37a3be=_0x570f08[_0x418618(0xc8)](_0x418618(0xd4));_0x570f08[_0x418618(0x169)](_0x570f08[_0x418618(0x17a)](_0x4dd5b9),_0x37a3be),_0x570f08[_0x418618(0x168)](_0x1b21c9,_0x4dd5b9,0x0);for(const _0x4dee70 of Array[_0x418618(0x126)](_0x4e2206[_0x418618(0x14e)]()))_0x570f08[_0x418618(0x168)](_0x4dee70,_0x1b21c9,_0x418618(0x12b));_0x174ff1=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0xb4)](_0x1b21c9)),_0x3f9daf=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0xb4)](_0x37a3be));}const _0x531f9a=Array[_0x418618(0x126)](_0x4e2206[_0x418618(0xdd)]())[_0x418618(0xbc)](([_0x1ee781])=>be[_0x418618(0x112)](_0x1ee781));_0x2b9710[_0x418618(0x135)][_0x418618(0xe4)]({'element':_0x4dd5b9,'attributes':_0x531f9a[_0x418618(0x139)]?Object[_0x418618(0x11e)](_0x531f9a):null}),_0x174ff1&&_0x2b9710[_0x418618(0xe8)][_0x418618(0xe4)](_0x174ff1),_0x3f9daf&&_0x2b9710[_0x418618(0x164)][_0x418618(0xe4)](_0x3f9daf);},{'priority':_0x273d37(0xb7)}),_0x77b5c1['on'](_0x273d37(0xf2),(_0x623649,_0x10e06c)=>{const _0x100800=_0x273d37,[_0x2addd6,_0x25e510={}]=_0x10e06c;if(!_0x2b9710)return;const _0x40adda=_0x25e510['at']||0x0,_0x3a2f53=_0x25e510[_0x100800(0xb8)]||0x1;_0x2b9710[_0x100800(0xba)]=new Array(_0x3a2f53)[_0x100800(0x117)](_0x40adda)[_0x100800(0x11f)]((_0x2445cb,_0x5e1dec)=>_0x2445cb+_0x5e1dec);for(const {cell:_0xef93b1}of _0x77b5c1[_0x100800(0x13b)](_0x2addd6,{'startColumn':_0x40adda,'endColumn':_0x40adda+_0x3a2f53-0x1}))_0x2b9710[_0x100800(0xc3)][_0x100800(0xe4)](_0x309ec[_0x100800(0x130)][_0x100800(0xb4)](_0xef93b1));},{'priority':_0x273d37(0x120)}),_0x77b5c1['on'](_0x273d37(0xd2),(_0x4df172,_0x3f5d52)=>{const _0x3895b7=_0x273d37,[_0x2c5540,_0x42b333={}]=_0x3f5d52;if(!_0x2b9710)return;const _0xac5c2d=_0x42b333['at']||0x0,_0x2ba9d3=_0x42b333[_0x3895b7(0x11a)]||0x1;_0x2b9710[_0x3895b7(0xc0)]=new Array(_0x2ba9d3)[_0x3895b7(0x117)](_0xac5c2d)[_0x3895b7(0x11f)]((_0x37a25d,_0x3e7529)=>_0x37a25d+_0x3e7529);for(const {cell:_0xa78c4d}of _0x77b5c1[_0x3895b7(0x13b)](_0x2c5540,{'startRow':_0xac5c2d,'endRow':_0xac5c2d+_0x2ba9d3-0x1}))_0x2b9710[_0x3895b7(0xbe)][_0x3895b7(0xe4)](_0x309ec[_0x3895b7(0x130)][_0x3895b7(0xb4)](_0xa78c4d));},{'priority':_0x273d37(0x120)}),_0x4a4067[_0x273d37(0xe6)][_0x273d37(0x158)](_0x4f42a1=>{const _0x3afcce=_0x273d37;if(_0x4f42a1[_0x3afcce(0x14b)]&&_0x4f42a1[_0x3afcce(0x14b)][_0x3afcce(0xd7)](_0x3afcce(0x143)))return _0x4f42a1[_0x3afcce(0xc7)]?{}:{'type':_0x3afcce(0x129),'content':_0x450547(_0x309ec[_0x3afcce(0x113)],_0x3afcce(0xdf))};});const _0x48e756=()=>!0x1;for(const _0x12e689 of[_0x273d37(0x143),_0x273d37(0x154),_0x273d37(0x167),_0x273d37(0xf9)])_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x12e689,_0x273d37(0xb5),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x122),_0x12e689,_0x273d37(0xb5),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x12e689,_0x273d37(0xb5),_0x48e756);_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x273d37(0xf9),_0x273d37(0xd0),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x273d37(0xf9),_0x273d37(0xe3),(_0x2d87b2,_0xe7d671,_0x28d737)=>{const _0x2ba70=_0x273d37,_0x1a7a72=_0x2d87b2[_0x2ba70(0x11f)](_0x2cc6fa=>_0x2cc6fa[_0x2ba70(0x116)]())[_0x2ba70(0xbc)](_0x2afc07=>_0x2afc07),_0x502a77=new Map(_0x1a7a72[_0x2ba70(0x11f)](_0x17d271=>[_0x17d271,null]));if(_0x2b9710){for(const {element:_0x321429,attributes:_0x44e0e2}of _0x2b9710[_0x2ba70(0x135)])_0x44e0e2&&_0x502a77[_0x2ba70(0x12e)](_0x321429,_0x44e0e2);}else{if(_0x28d737&&_0x28d737[_0x2ba70(0x165)])for(const [_0x50d63e,_0x82e5af]of Object[_0x2ba70(0x179)](_0x28d737[_0x2ba70(0x165)])){const _0x2783b4=_0x309ec[_0x2ba70(0x130)][_0x2ba70(0x15a)][_0x2ba70(0x177)](_0x50d63e),_0x33a750=_0x2783b4?_0x2783b4[_0x2ba70(0xf0)]()[_0x2ba70(0x116)]():null;_0x33a750&&_0x502a77[_0x2ba70(0x12e)](_0x33a750,_0x82e5af);}}_0x309ec[_0x2ba70(0x130)][_0x2ba70(0xea)](_0x4a496f=>{const _0x53aee8=_0x2ba70;for(const [_0x1008e2,_0x42e876]of _0x502a77)_0x4a496f[_0x53aee8(0xf7)]({...de,..._0x42e876},_0x1008e2);});});const _0x1fa682=(_0x4ed226,_0x3b66cd)=>{const _0x45d075=_0x273d37;_0x4a4067[_0x45d075(0x107)][_0x45d075(0x12d)](_0x4ed226,_0x45d075(0x143),_0x3b66cd,(_0x1b11d9,_0x26d96b,_0x1821be)=>{const _0x26f2d5=_0x45d075;_0x309ec[_0x26f2d5(0x130)][_0x26f2d5(0xea)](_0x29a0c3=>{const _0x1e48bb=_0x26f2d5,_0x33e8a6=[];for(const _0x451260 of _0x1b11d9){const _0x2d26de=_0x451260[_0x1e48bb(0xe1)][_0x1e48bb(0x115)];_0x2d26de['is'](_0x1e48bb(0x13e),_0x1e48bb(0xd4))&&_0x33e8a6[_0x1e48bb(0xe4)](_0x2d26de);}_0x4a4067[_0x1e48bb(0x107)][_0x1e48bb(0x10a)](_0x4ed226,null,_0x3b66cd)(_0x1b11d9,_0x26d96b,_0x1821be);for(const _0x3a9c81 of _0x33e8a6)_0x1e48bb(0x108)!=_0x3a9c81[_0x1e48bb(0x17d)][_0x1e48bb(0x13f)]&&_0x29a0c3[_0x1e48bb(0x134)](_0x3a9c81);});});};_0x1fa682(_0x273d37(0x129),_0x273d37(0xe3)),_0x1fa682(_0x273d37(0x129),_0x273d37(0xd0)),_0x1fa682(_0x273d37(0x122),_0x273d37(0xe3)),_0x1fa682(_0x273d37(0x122),_0x273d37(0xd0)),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x273d37(0x167),_0x273d37(0xd0),_0x3570a1=>{const _0x578017=_0x273d37,_0x521514=_0x3570a1[_0x578017(0x11f)](_0xea602d=>_0xea602d[_0x578017(0x116)]()),_0x39822c=_0x521514[0x0][_0x578017(0x162)](_0x578017(0xe7)),{minRow:_0x2fcf5c,maxRow:_0x406c1d}=_0x5c0ec1[_0x578017(0x17f)](_0x521514);_0x77b5c1[_0x578017(0xee)](_0x39822c,{'at':_0x2fcf5c,'rows':_0x406c1d-_0x2fcf5c+0x1});}),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x273d37(0x154),_0x273d37(0xd0),_0x545e11=>{const _0x588d08=_0x273d37,_0x2cf216=_0x545e11[_0x588d08(0x11f)](_0x567b6d=>_0x567b6d[_0x588d08(0x116)]()),_0x3f1b70=_0x2cf216[0x0][_0x588d08(0x162)](_0x588d08(0xe7)),{minColumn:_0x488c45,maxColumn:_0x19095b}=_0x5c0ec1[_0x588d08(0x17f)](_0x2cf216);_0x77b5c1[_0x588d08(0xf3)](_0x3f1b70,{'at':_0x488c45,'columns':_0x19095b-_0x488c45+0x1});});const _0x19c787=(_0x22819a,_0x11c56c)=>{const _0x5ab8e2=_0x273d37;if(!_0x11c56c[_0x5ab8e2(0x14b)]||!_0x11c56c[_0x5ab8e2(0x14b)][_0x5ab8e2(0xd7)](_0x5ab8e2(0x143)))return;const _0x3f5fb3=_0x11c56c[_0x5ab8e2(0xc4)][_0x5ab8e2(0x138)],_0x4bfa11=_0x4a4067[_0x5ab8e2(0xfe)]()[_0x5ab8e2(0xbc)](_0x551d6e=>_0x551d6e[_0x5ab8e2(0xc6)]&&_0x551d6e[_0x5ab8e2(0xc4)]&&_0x551d6e[_0x5ab8e2(0xc4)][_0x5ab8e2(0x138)]==_0x3f5fb3);_0x4bfa11[_0x5ab8e2(0x139)]&&_0x11c56c[_0x5ab8e2(0xb3)]()[_0x5ab8e2(0x139)]!=_0x4bfa11[_0x5ab8e2(0x139)]&&_0x4bfa11[_0x5ab8e2(0x149)]((_0x547bdd,_0x33bc13)=>(_0x547bdd[_0x5ab8e2(0x173)]=_0x33bc13,_0x33bc13[_0x5ab8e2(0xc7)]=_0x547bdd,_0x33bc13));};function _0x4b8224(_0x31e9e5,_0x13367a=!0x0){const _0x39cf69=_0x273d37,{id:_0x38f8ab}=_0x4a4067[_0x39cf69(0xb2)](_0x31e9e5[_0x39cf69(0xcd)]),_0x4b38c5=[_0x39cf69(0xc1),_0x39cf69(0xca)],_0x28b164=_0x4a4067[_0x39cf69(0x16a)][_0x39cf69(0x112)](_0x31e9e5[_0x39cf69(0xcd)]);return _0x28b164&&_0x4b38c5[_0x39cf69(0xe4)](_0x39cf69(0xf4)),{'classes':_0x4b38c5,'attributes':{'data-suggestion':_0x38f8ab},'priority':_0x28b164&&_0x13367a?0xbc2:0xbb8};}_0x4a4067['on'](_0x273d37(0x121),_0x19c787,{'priority':_0x273d37(0xb7)}),_0x4a4067['on'](_0x273d37(0x13a),_0x19c787,{'priority':_0x273d37(0xb7)}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](()=>{const _0x11d01b=_0x273d37;let _0x3e2c69=!0x1;const _0x3a4d1c=Array[_0x11d01b(0x126)](_0x309ec[_0x11d01b(0x130)][_0x11d01b(0x137)][_0x11d01b(0x152)][_0x11d01b(0x178)]());for(const {name:_0x3e6451,data:_0x4cbaaf}of _0x3a4d1c){const {group:_0xcc685a,type:_0x165f23,id:_0xf01cb}=_0x4a4067[_0x11d01b(0xb2)](_0x3e6451);if(_0x11d01b(0x14c)!=_0xcc685a||_0x11d01b(0x122)!=_0x165f23||_0x4cbaaf[_0x11d01b(0xe9)])continue;if(!_0x4a4067[_0x11d01b(0xbf)](_0xf01cb))continue;const _0xf9e562=_0x4a4067[_0x11d01b(0xe0)](_0xf01cb)[_0x11d01b(0x128)](),_0x1a03b8=_0x309ec[_0x11d01b(0x14f)][_0x11d01b(0x177)](_0x11d01b(0xb6))['me'];for(const _0x167b07 of _0x4a4067[_0x11d01b(0xfe)]()){if(!_0x167b07[_0x11d01b(0xc6)]||_0x167b07[_0x11d01b(0x140)]!=_0x1a03b8)continue;if(_0x11d01b(0x166)!=_0x167b07[_0x11d01b(0x159)]||_0x11d01b(0xf9)!=_0x167b07[_0x11d01b(0x14b)])continue;if(_0x167b07[_0x11d01b(0x128)]()[_0x11d01b(0x148)](_0x5a848c=>_0xf9e562[_0x11d01b(0x127)](_0x24a933=>_0x24a933[_0x11d01b(0xcc)](_0x5a848c,!0x0)))){for(const _0x385c46 of _0x167b07[_0x11d01b(0xb3)]())_0x385c46[_0x11d01b(0xc6)]&&(_0x385c46[_0x11d01b(0xd0)](),_0x3e2c69=!0x0);}}}return _0x3e2c69;}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](_0x59450d=>{const _0x267668=_0x273d37,_0x1344e3=_0x309ec[_0x267668(0x123)][_0x267668(0x177)](_0x267668(0x101));if(!_0x1344e3||!_0x1344e3[_0x267668(0x15f)][_0x267668(0x11b)](_0x59450d[_0x267668(0x10b)]))return!0x1;let _0x1e0795=!0x1;const _0x5537a6=_0x309ec[_0x267668(0x14f)][_0x267668(0x177)](_0x267668(0xb6))['me'],_0x256b90=_0x309ec[_0x267668(0x130)][_0x267668(0x137)][_0x267668(0x152)][_0x267668(0x17b)](),_0x4a4bda=Array[_0x267668(0x126)](_0x309ec[_0x267668(0x130)][_0x267668(0x137)][_0x267668(0x152)][_0x267668(0x178)]())[_0x267668(0xbc)](({name:_0x28580c,data:_0x25b4a4})=>{const _0x5e2c2f=_0x267668,{group:_0xa35ec0,subType:_0x205dfe,authorId:_0x46f941}=_0x4a4067[_0x5e2c2f(0xb2)](_0x28580c);return _0x5e2c2f(0x14c)==_0xa35ec0&&_0x5e2c2f(0x143)==_0x205dfe&&_0x46f941==_0x5537a6['id']&&!_0x25b4a4[_0x5e2c2f(0xe9)];});for(const _0x105c75 of _0x256b90){if(_0x267668(0x168)!=_0x105c75[_0x267668(0x159)]||_0x267668(0xd4)!=_0x105c75[_0x267668(0xd3)]||0x1!=_0x105c75[_0x267668(0x139)])continue;const _0x23ce8e=_0x59450d[_0x267668(0x161)](_0x105c75[_0x267668(0x145)],_0x105c75[_0x267668(0x145)][_0x267668(0xf5)](0x1));if(!_0x4a4bda[_0x267668(0x155)](({data:_0x23672f})=>_0x23672f[_0x267668(0x17c)][_0x267668(0x16b)](_0x23ce8e))){for(const {name:_0xcc1c75,data:_0x3ffa6e}of _0x4a4bda)if(_0x23ce8e[_0x267668(0xcc)](_0x3ffa6e[_0x267668(0x17c)])){_0x59450d[_0x267668(0x153)](_0xcc1c75,{'range':_0x23ce8e}),_0x1e0795=!0x0;break;}}}return _0x1e0795;}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](_0x2dd298=>{const _0x1bfbd4=_0x273d37;let _0x2544e0=!0x1;const _0x5717c0=_0x309ec[_0x1bfbd4(0x14f)][_0x1bfbd4(0x177)](_0x1bfbd4(0xb6))['me'],_0x13fe26=_0x4a4067[_0x1bfbd4(0xfe)]()[_0x1bfbd4(0xbc)](_0x552cad=>_0x552cad[_0x1bfbd4(0xc6)]&&_0x552cad[_0x1bfbd4(0x140)]==_0x5717c0),_0x3d9d0c=new Set(),_0x322925=new Set();for(const _0x49025c of _0x13fe26)if(_0x1bfbd4(0x143)==_0x49025c[_0x1bfbd4(0x14b)])for(const _0x453546 of _0x49025c[_0x1bfbd4(0x144)]()){const _0x4bc643=_0x453546[_0x1bfbd4(0xf0)]()[_0x1bfbd4(0x116)]();if(_0x4bc643){if(_0x4bc643['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4))&&ge(_0x4bc643)){_0x49025c[_0x1bfbd4(0x170)](_0x453546[_0x1bfbd4(0xd3)]),_0x3d9d0c[_0x1bfbd4(0x146)](_0x4bc643),_0x2544e0=!0x0;const _0x44d8d8=_0x4bc643[_0x1bfbd4(0x176)],_0x5135f1=_0x4bc643[_0x1bfbd4(0xff)],_0x2d10da=_0x44d8d8&&_0x44d8d8['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4)),_0x97303b=_0x5135f1&&_0x5135f1['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4));_0x2d10da&&!_0x3d9d0c[_0x1bfbd4(0x11b)](_0x44d8d8)&&_0x322925[_0x1bfbd4(0x146)](_0x44d8d8),_0x97303b&&!_0x3d9d0c[_0x1bfbd4(0x11b)](_0x5135f1)&&_0x322925[_0x1bfbd4(0x146)](_0x5135f1);}else _0x4bc643['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xc2))&&_0x4bc643[_0x1bfbd4(0x103)]&&(_0x49025c[_0x1bfbd4(0x170)](_0x453546[_0x1bfbd4(0xd3)]),_0x2544e0=!0x0);}}else{if(_0x1bfbd4(0xf9)==_0x49025c[_0x1bfbd4(0x14b)]){if(!_0x49025c[_0x1bfbd4(0xc4)]||!_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)])continue;const _0x5d333a=_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x165)];if(_0x5d333a&&Object[_0x1bfbd4(0x15e)](_0x5d333a)[_0x1bfbd4(0x139)])continue;const _0x35ebae=_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)];let _0x51e9c1=!0x0,_0x54af90=!0x0;for(const _0xac392a of _0x13fe26)if(_0xac392a[_0x1bfbd4(0x14b)]&&_0xac392a[_0x1bfbd4(0x14b)][_0x1bfbd4(0xd7)](_0x1bfbd4(0x143))){if(!_0xac392a[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)]){_0x54af90=!0x1;break;}if(_0xac392a['id']!=_0x49025c['id']&&_0xac392a[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)]==_0x35ebae){_0x51e9c1=!0x1;break;}}_0x54af90&&_0x51e9c1&&(_0x49025c[_0x1bfbd4(0x175)](),_0x2544e0=!0x0);}}for(const _0x3fd13d of _0x3d9d0c)_0x2dd298[_0x1bfbd4(0x111)](_0x3fd13d);for(const _0x433afd of _0x322925)_0x2dd298[_0x1bfbd4(0x134)](_0x433afd);return _0x2544e0;}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x11d)](_0x273d37(0xdc))[_0x273d37(0xe5)]({'model':_0x273d37(0xbd),'view':(_0xcdb4d3,_0x103747)=>_0x4b8224(_0xcdb4d3),'converterPriority':_0x273d37(0xb7)}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x11d)](_0x273d37(0x14a))[_0x273d37(0xe5)]({'model':_0x273d37(0xbd),'view':(_0x590a87,_0x599af1)=>_0x599af1[_0x273d37(0xd5)][_0x273d37(0x151)]?_0x4b8224(_0x590a87,!0x1):null,'converterPriority':_0x273d37(0xb7)});const _0x57286a=_0x309ec[_0x273d37(0xdb)][_0x273d37(0x172)];this[_0x273d37(0x171)](_0x57286a[_0x273d37(0x137)],_0x273d37(0x15b),(_0x2c27b5,_0x4fcd5d)=>{const _0x593383=_0x273d37,_0x3fca93=[];for(const _0x45f9c8 of _0x57286a[_0x593383(0x17a)](_0x4fcd5d[_0x593383(0xf6)])[_0x593383(0x16d)]())_0x45f9c8['is'](_0x593383(0x13e),_0x593383(0x12f))&&_0x3fca93[_0x593383(0xe4)](_0x45f9c8);_0x57286a[_0x593383(0xea)](_0x383c58=>{const _0x33fa0f=_0x593383;for(const _0xed69cc of _0x3fca93)_0x383c58[_0x33fa0f(0xde)](_0x383c58[_0x33fa0f(0x17a)](_0xed69cc),_0x383c58[_0x33fa0f(0xfc)](_0xed69cc)),_0x383c58[_0x33fa0f(0x111)](_0xed69cc);});});}}function _0x5e1b(_0x1286c1,_0xec270d){const _0x22ce06=_0x22ce();return _0x5e1b=function(_0x5e1b01,_0x433c0e){_0x5e1b01=_0x5e1b01-0xb2;let _0x576dbe=_0x22ce06[_0x5e1b01];return _0x576dbe;},_0x5e1b(_0x1286c1,_0xec270d);}function ge(_0x461e75){const _0x29b0e2=_0x140d55;if(_0x461e75[_0x29b0e2(0x103)])return!0x0;const _0xa02372=_0x461e75[_0x29b0e2(0x119)](0x0);return _0xa02372['is'](_0x29b0e2(0x13e),_0x29b0e2(0xc2))&&_0xa02372[_0x29b0e2(0x103)];}function me(_0x55cac4,_0x3a8064={},_0x3e1a7c){const _0x40f083=_0x140d55;for(const {isAnchor:_0xca0f95,cellHeight:_0x19dbf5,cellWidth:_0x13b943}of _0x3e1a7c[_0x40f083(0x13b)](_0x55cac4,{'includeAllSlots':!0x0,..._0x3a8064}))if(!_0xca0f95||0x1!=_0x19dbf5||0x1!=_0x13b943)return!0x1;return!0x0;}
23
+ const _0x4d5c3b=_0x1482;function _0x2686(){const _0x51ef5e=['last','remove','value','insertRows','afterInit','getTableIfOnlyTableInContent','tableCellBorderStyle','get','schema','containsRange','getContainedElement','name','clipboardOutput','tableCellBorderColor','getColumns','conversion','length','join','suggestion','showSuggestionHighlights','fromRange','editor','wrap','removeColumns','deletion','5321958UGZFzc','insertion','isInContent','columnInsertionRanges','nextSibling','return','TableClipboard','column','_suggestionFactory','getColumnIndexes','344fcPxwM','insertColumns','tableCell','124005PRSwjd','register','end','insert','getRowIndexes','_tablePostFixingSubtypes','getChangedMarkers','getChanges','row','forEach','author','getRows','options','getRanges','setAttributes','markMultiRangeInsertion','high','tablePasteChainId','reduce','type','move','markerAttributes','entries','includes','_createdBatches','126mkbhhW','tablePasteCell','tableCellSuggestion','newRange','getRange','51237NxyNjJ','insertionRanges','19675190mHxrsh','redo','updateMarker','filter','oldRange','setAttribute','isEmpty','discard','_replaceTableSlotCell','rootName','7381796uuPnWj','document','249849mOWTep','requires','ck-suggestion-marker--active','previous','createPositionBefore','tableCellBorderWidth','element','createRangeOn','documentSelection','position','detach','TrackChangesEditing','registerDescriptionCallback','getAllAdjacentSuggestions','cells','getSuggestionCallback','columns','ck-suggestion-marker-insertion','commands','_splitMarkerName','view','tablePasteRow','getChildren','markerName','rowInsertionRanges','suggestionUnloaded','accept','endColumn','locale','subType','root','every','trackChanges','push','plugins','formatBlock','nodeAfter','suggestion-td','*Replace\x20table\x20cells*','insertContent','activeMarkers','registerCustomCallback','model','differ','first','_getCoordsForCells','ck-suggestion-marker','add','deletionRanges','cell','rows','markers','has','content','map','TableUtils','listenTo','getItems','from','low','change','some','attributes','isEqual','36BFlEgD','removeMarkers','removeMarker','$graveyard','markMultiRangeDeletion','tableCellVerticalAlignment','createRangeIn','forceDefaultExecution','_descriptionFactory','batch','start','getSelectionAffectedTableCells','suggestionLoaded','getSuggestions','getSuggestion','_isForcedDefaultExecutionBlock','keys','getShiftedBy','tablePaste','stop','elementToElement','findAncestor','fromEntries','createTableWalker','endRow','previousSibling','editingDowncast','Users','startsWith','registerPostFixer','dataDowncast','7323897ZHRmIq','markerToHighlight','removeRows','tablePasteColumn','markMultiRangeBlockFormat','for','suggestion:formatBlock:tablePasteCell','tableCellBackgroundColor','set','getChild','hasSuggestion','createElement','call','columnInsertionIndexes','next','tableCellPadding','getMarkers','paragraph','selection','fill','createRange','editing','find','getAttributes','tableCellHorizontalAlignment','rowInsertionIndexes','table','unwrap'];_0x2686=function(){return _0x51ef5e;};return _0x2686();}(function(_0x2be20b,_0x260b86){const _0x1456b0=_0x1482,_0x31be86=_0x2be20b();while(!![]){try{const _0x31d8f9=parseInt(_0x1456b0(0x215))/0x1*(parseInt(_0x1456b0(0x196))/0x2)+-parseInt(_0x1456b0(0x1ea))/0x3+-parseInt(_0x1456b0(0x221))/0x4+parseInt(_0x1456b0(0x1f7))/0x5*(-parseInt(_0x1456b0(0x210))/0x6)+parseInt(_0x1456b0(0x1b5))/0x7+-parseInt(_0x1456b0(0x1f4))/0x8*(-parseInt(_0x1456b0(0x223))/0x9)+parseInt(_0x1456b0(0x217))/0xa;if(_0x31d8f9===_0x260b86)break;else _0x31be86['push'](_0x31be86['shift']());}catch(_0x516514){_0x31be86['push'](_0x31be86['shift']());}}}(_0x2686,0xf1953));import{getTranslation as _0x4410cb}from'../utils/common-translations.js';function _0x1482(_0x509818,_0x320a1c){const _0x268631=_0x2686();return _0x1482=function(_0x148278,_0x58bc89){_0x148278=_0x148278-0x174;let _0x3fa47b=_0x268631[_0x148278];return _0x3fa47b;},_0x1482(_0x509818,_0x320a1c);}import{Plugin as _0x34f332}from'ckeditor5/src/core.js';import{LiveRange as _0xd46fb5}from'ckeditor5/src/engine.js';import{uid as _0x31db9b,priorities as _0x401015}from'ckeditor5/src/utils.js';import _0x19fd90 from'./table.js';const ge=[_0x4d5c3b(0x228),_0x4d5c3b(0x1de),_0x4d5c3b(0x1d7),_0x4d5c3b(0x1cd),_0x4d5c3b(0x19b),_0x4d5c3b(0x1bc),_0x4d5c3b(0x1c4)],Ce=Object[_0x4d5c3b(0x1ac)](ge[_0x4d5c3b(0x18c)](_0x2f1c30=>[_0x2f1c30,null]));export default class It extends _0x34f332{static get[_0x4d5c3b(0x224)](){return[_0x19fd90];}[_0x4d5c3b(0x1d5)](){const _0xf81608=_0x4d5c3b,_0x402078=this[_0xf81608(0x1e6)];if(!_0x402078[_0xf81608(0x178)][_0xf81608(0x18a)](_0xf81608(0x1f0)))return;const _0x5e4bce=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x22e)),_0x1c6c91=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x18d)),_0x5d928f=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0x19fd90),_0x28139f=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x1f0));_0x5d928f[_0xf81608(0x1fc)][_0xf81608(0x177)](_0xf81608(0x238),_0xf81608(0x1b8)),_0x402078[_0xf81608(0x180)][_0xf81608(0x1d9)][_0xf81608(0x1f8)](_0xf81608(0x212),{'allowIn':_0xf81608(0x1f6),'allowContentOf':_0xf81608(0x1f6),'isLimit':!0x0}),_0x402078[_0xf81608(0x1e0)][_0xf81608(0x1aa)]({'model':_0xf81608(0x212),'view':_0xf81608(0x17b)});let _0x2c5c84=null;_0x402078[_0xf81608(0x180)]['on'](_0xf81608(0x17d),(_0x4a9586,_0x1b3b61)=>{const _0x325d3e=_0xf81608,[_0xa59266,_0x14be14]=_0x1b3b61,_0x1e111b=_0x1b3b61[_0x1b3b61[_0x325d3e(0x1e1)]-0x1];_0x1e111b&&_0x1e111b[_0x325d3e(0x19d)]||_0x5e4bce[_0x325d3e(0x1a5)]||this[_0x325d3e(0x1e6)][_0x325d3e(0x235)][_0x325d3e(0x1d8)](_0x325d3e(0x176))[_0x325d3e(0x1d3)]&&function(_0x4a9ccd,_0x350309,_0x3994c2,_0x3bf839,_0xb14177){const _0x484623=_0x325d3e;if(_0x350309&&!_0x350309['is'](_0x484623(0x22b)))return!0x1;const _0x4a5a2=_0xb14177[_0x484623(0x1d6)](_0x4a9ccd,_0x3994c2);if(!_0x4a5a2||!he(_0x4a5a2,void 0x0,_0x3bf839))return!0x1;const _0x4ac675=_0x3bf839[_0x484623(0x1a1)](_0x3994c2[_0x484623(0x222)][_0x484623(0x1c7)]);if(!_0x4ac675[_0x484623(0x1e1)])return!0x1;const _0x52017d=_0x4ac675[0x0][_0x484623(0x1ab)](_0x484623(0x1cf)),_0x4def4e=_0x3bf839[_0x484623(0x1fb)](_0x4ac675),_0xc445d=_0x3bf839[_0x484623(0x1f3)](_0x4ac675),_0x1315fb={'startRow':_0x4def4e[_0x484623(0x182)],'endRow':_0x4def4e[_0x484623(0x1d1)],'startColumn':_0xc445d[_0x484623(0x182)],'endColumn':_0xc445d[_0x484623(0x1d1)]};return 0x1==_0x4ac675[_0x484623(0x1e1)]&&(_0x1315fb[_0x484623(0x1ae)]+=_0x3bf839[_0x484623(0x202)](_0x4a5a2)-0x1,_0x1315fb[_0x484623(0x23e)]+=_0x3bf839[_0x484623(0x1df)](_0x4a5a2)-0x1),he(_0x52017d,_0x1315fb,_0x3bf839);}(_0xa59266,_0x14be14,_0x402078[_0x325d3e(0x180)],_0x1c6c91,_0x28139f)&&(_0x4a9586[_0x325d3e(0x1a9)](),_0x2c5c84={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x402078[_0x325d3e(0x180)][_0x325d3e(0x192)](()=>{const _0x3f2132=_0x325d3e;_0x402078[_0x3f2132(0x180)][_0x3f2132(0x17d)](_0x1b3b61[0x0],_0x1b3b61[0x1],_0x1b3b61[0x2],{'forceDefaultExecution':!0x0});const _0xd24913=_0x31db9b(),{rowInsertionRanges:_0x49640b,columnInsertionRanges:_0x4f7993,insertionRanges:_0x3d52f1,deletionRanges:_0x16f722,cells:_0x1cd6e2}=_0x2c5c84;_0x49640b[_0x3f2132(0x1e1)]&&_0x5e4bce[_0x3f2132(0x206)](_0x49640b,_0x3f2132(0x238),{'tablePasteChainId':_0xd24913}),_0x4f7993[_0x3f2132(0x1e1)]&&_0x5e4bce[_0x3f2132(0x206)](_0x4f7993,_0x3f2132(0x1b8),{'tablePasteChainId':_0xd24913}),_0x3d52f1[_0x3f2132(0x1e1)]&&(_0x5e4bce[_0x3f2132(0x206)](_0x3d52f1,_0x3f2132(0x1a8),{'tablePasteChainId':_0xd24913,'skipNestingCheck':!0x0}),_0x3d52f1[_0x3f2132(0x200)](_0x35b48b=>{const _0x80f587=_0x3f2132;var _0x29707c;return null===(_0x29707c=_0x35b48b[_0x80f587(0x22d)])||void 0x0===_0x29707c?void 0x0:_0x29707c[_0x80f587(0x1c1)](_0x35b48b);})),_0x16f722[_0x3f2132(0x1e1)]&&(_0x5e4bce[_0x3f2132(0x19a)](_0x16f722,_0x3f2132(0x1a8),{'tablePasteChainId':_0xd24913,'skipNestingCheck':!0x0}),_0x16f722[_0x3f2132(0x200)](_0x154645=>{const _0xd23fe7=_0x3f2132;var _0x43ca60;return null===(_0x43ca60=_0x154645[_0xd23fe7(0x22d)])||void 0x0===_0x43ca60?void 0x0:_0x43ca60[_0xd23fe7(0x1c1)](_0x154645);}));const _0x5e3f08=_0x5e4bce[_0x3f2132(0x1b9)](_0x1cd6e2[_0x3f2132(0x18c)](({element:_0x3ffb63})=>_0x3ffb63),{'formatGroupId':_0x31db9b()},[],_0x3f2132(0x211),{'tablePasteChainId':_0xd24913});if(_0x5e3f08){const _0x2fbdf4=_0x5e3f08[_0x3f2132(0x1c5)](),_0x57f4b3=[];for(const {element:_0x167ff3,attributes:_0x5b96c7}of _0x1cd6e2){if(!_0x5b96c7)continue;const _0x35e6fb=_0x402078[_0x3f2132(0x180)][_0x3f2132(0x22a)](_0x167ff3),_0x1dc9ed=_0x2fbdf4[_0x3f2132(0x1cb)](_0x5c5c71=>_0x5c5c71[_0x3f2132(0x214)]()[_0x3f2132(0x195)](_0x35e6fb));_0x1dc9ed&&_0x57f4b3[_0x3f2132(0x177)]([_0x1dc9ed[_0x3f2132(0x1dc)],_0x5b96c7]);}_0x57f4b3[_0x3f2132(0x1e1)]&&_0x5e3f08[_0x3f2132(0x21c)](_0x3f2132(0x20c),Object[_0x3f2132(0x1ac)](_0x57f4b3));}_0x2c5c84=null;}));},{'priority':_0x401015[_0xf81608(0x207)]+0xa}),_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x1f0))['on'](_0xf81608(0x21f),(_0x568ecb,_0x15d5de)=>{const _0x2e9b1a=_0xf81608,[_0x466ae0,_0x5a5b00,,_0x29070e]=_0x15d5de;if(!_0x2c5c84)return;_0x568ecb[_0x2e9b1a(0x1a9)]();const _0x33a402=_0x466ae0[_0x2e9b1a(0x187)],_0x166969=_0x5a5b00,_0x40d6a2=Pe(_0x33a402),_0x2c4517=Pe(_0x166969);_0x568ecb[_0x2e9b1a(0x1ef)]=_0x33a402;let _0x51b646=null,_0x4636a8=null;if(_0x2c4517||_0x40d6a2){if(_0x40d6a2&&!_0x2c4517){_0x29070e[_0x2e9b1a(0x1d2)](_0x33a402[_0x2e9b1a(0x1be)](0x0));for(const _0xc18882 of Array[_0x2e9b1a(0x190)](_0x166969[_0x2e9b1a(0x239)]()))_0x29070e[_0x2e9b1a(0x1fa)](_0xc18882,_0x33a402,_0x2e9b1a(0x1f9));const _0x3be00a=_0x2c5c84[_0x2e9b1a(0x1ce)][_0x2e9b1a(0x20e)](_0x466ae0[_0x2e9b1a(0x1ff)]),_0x2d15fb=_0x2c5c84[_0x2e9b1a(0x1c2)][_0x2e9b1a(0x20e)](_0x466ae0[_0x2e9b1a(0x1f1)]);_0x3be00a||_0x2d15fb||(_0x51b646=_0xd46fb5[_0x2e9b1a(0x1e5)](_0x29070e[_0x2e9b1a(0x19c)](_0x33a402)));}else _0x2c4517&&!_0x40d6a2&&(_0x4636a8=_0x29070e[_0x2e9b1a(0x19c)](_0x33a402));}else{const _0x2aee80=_0x29070e[_0x2e9b1a(0x1c0)](_0x2e9b1a(0x212)),_0x4628db=_0x29070e[_0x2e9b1a(0x1c0)](_0x2e9b1a(0x212));_0x29070e[_0x2e9b1a(0x1e7)](_0x29070e[_0x2e9b1a(0x19c)](_0x33a402),_0x4628db),_0x29070e[_0x2e9b1a(0x1fa)](_0x2aee80,_0x33a402,0x0);for(const _0x1d4fee of Array[_0x2e9b1a(0x190)](_0x166969[_0x2e9b1a(0x239)]()))_0x29070e[_0x2e9b1a(0x1fa)](_0x1d4fee,_0x2aee80,_0x2e9b1a(0x1f9));_0x51b646=_0xd46fb5[_0x2e9b1a(0x1e5)](_0x29070e[_0x2e9b1a(0x22a)](_0x2aee80)),_0x4636a8=_0xd46fb5[_0x2e9b1a(0x1e5)](_0x29070e[_0x2e9b1a(0x22a)](_0x4628db));}const _0x236864=Array[_0x2e9b1a(0x190)](_0x166969[_0x2e9b1a(0x1cc)]())[_0x2e9b1a(0x21a)](([_0x171b55])=>ge[_0x2e9b1a(0x20e)](_0x171b55));_0x2c5c84[_0x2e9b1a(0x231)][_0x2e9b1a(0x177)]({'element':_0x33a402,'attributes':_0x236864[_0x2e9b1a(0x1e1)]?Object[_0x2e9b1a(0x1ac)](_0x236864):null}),_0x51b646&&_0x2c5c84[_0x2e9b1a(0x216)][_0x2e9b1a(0x177)](_0x51b646),_0x4636a8&&_0x2c5c84[_0x2e9b1a(0x186)][_0x2e9b1a(0x177)](_0x4636a8);},{'priority':_0xf81608(0x207)}),_0x1c6c91['on'](_0xf81608(0x1f5),(_0x477c44,_0xac07f7)=>{const _0x52467c=_0xf81608,[_0x333c67,_0x19aedb={}]=_0xac07f7;if(!_0x2c5c84)return;const _0x550e11=_0x19aedb['at']||0x0,_0x2297c4=_0x19aedb[_0x52467c(0x233)]||0x1;_0x2c5c84[_0x52467c(0x1c2)]=new Array(_0x2297c4)[_0x52467c(0x1c8)](_0x550e11)[_0x52467c(0x18c)]((_0x18dc7b,_0xbd27f4)=>_0x18dc7b+_0xbd27f4);for(const {cell:_0x27fa25}of _0x1c6c91[_0x52467c(0x1ad)](_0x333c67,{'startColumn':_0x550e11,'endColumn':_0x550e11+_0x2297c4-0x1}))_0x2c5c84[_0x52467c(0x1ed)][_0x52467c(0x177)](_0x402078[_0x52467c(0x180)][_0x52467c(0x22a)](_0x27fa25));},{'priority':_0xf81608(0x191)}),_0x1c6c91['on'](_0xf81608(0x1d4),(_0x46c7e8,_0x22e1b0)=>{const _0x380c8a=_0xf81608,[_0x23dc70,_0x58ba70={}]=_0x22e1b0;if(!_0x2c5c84)return;const _0x18748a=_0x58ba70['at']||0x0,_0x3e0f8b=_0x58ba70[_0x380c8a(0x188)]||0x1;_0x2c5c84[_0x380c8a(0x1ce)]=new Array(_0x3e0f8b)[_0x380c8a(0x1c8)](_0x18748a)[_0x380c8a(0x18c)]((_0x85e17b,_0x449dd8)=>_0x85e17b+_0x449dd8);for(const {cell:_0x54631d}of _0x1c6c91[_0x380c8a(0x1ad)](_0x23dc70,{'startRow':_0x18748a,'endRow':_0x18748a+_0x3e0f8b-0x1}))_0x2c5c84[_0x380c8a(0x23b)][_0x380c8a(0x177)](_0x402078[_0x380c8a(0x180)][_0x380c8a(0x22a)](_0x54631d));},{'priority':_0xf81608(0x191)}),_0x5e4bce[_0xf81608(0x19e)][_0xf81608(0x22f)](_0x1cccb3=>{const _0x2bc0f6=_0xf81608;if(_0x1cccb3[_0x2bc0f6(0x240)]&&_0x1cccb3[_0x2bc0f6(0x240)][_0x2bc0f6(0x1b2)](_0x2bc0f6(0x1a8)))return _0x1cccb3[_0x2bc0f6(0x226)]?{}:{'type':_0x2bc0f6(0x1eb),'content':_0x4410cb(_0x402078[_0x2bc0f6(0x23f)],_0x2bc0f6(0x17c))};});const _0x1c04f5=()=>!0x1;for(const _0xe1810a of[_0xf81608(0x1a8),_0xf81608(0x1b8),_0xf81608(0x238),_0xf81608(0x211)])_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1eb),_0xe1810a,_0xf81608(0x1e2),_0x1c04f5),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1e9),_0xe1810a,_0xf81608(0x1e2),_0x1c04f5),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x179),_0xe1810a,_0xf81608(0x1e2),_0x1c04f5);_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x179),_0xf81608(0x211),_0xf81608(0x21e),_0x1c04f5),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x179),_0xf81608(0x211),_0xf81608(0x23d),(_0x4af6b2,_0x432059,_0x4f34ca)=>{const _0x5529f5=_0xf81608,_0x2ee7cf=_0x4af6b2[_0x5529f5(0x18c)](_0x17b22c=>_0x17b22c[_0x5529f5(0x1db)]())[_0x5529f5(0x21a)](_0x4c583e=>_0x4c583e),_0x577c61=new Map(_0x2ee7cf[_0x5529f5(0x18c)](_0x28f18d=>[_0x28f18d,null]));if(_0x2c5c84){for(const {element:_0x114fe4,attributes:_0x372c19}of _0x2c5c84[_0x5529f5(0x231)])_0x372c19&&_0x577c61[_0x5529f5(0x1bd)](_0x114fe4,_0x372c19);}else{if(_0x4f34ca&&_0x4f34ca[_0x5529f5(0x20c)])for(const [_0x473612,_0x5a2cf1]of Object[_0x5529f5(0x20d)](_0x4f34ca[_0x5529f5(0x20c)])){const _0x556616=_0x402078[_0x5529f5(0x180)][_0x5529f5(0x189)][_0x5529f5(0x1d8)](_0x473612),_0x5abb0a=_0x556616?_0x556616[_0x5529f5(0x214)]()[_0x5529f5(0x1db)]():null;_0x5abb0a&&_0x577c61[_0x5529f5(0x1bd)](_0x5abb0a,_0x5a2cf1);}}_0x402078[_0x5529f5(0x180)][_0x5529f5(0x192)](_0x5987a1=>{const _0x1883a8=_0x5529f5;for(const [_0x49cddd,_0x1336c5]of _0x577c61)_0x5987a1[_0x1883a8(0x205)]({...Ce,..._0x1336c5},_0x49cddd);});});const _0x59eb94=(_0x141b74,_0x34507d)=>{const _0x42eae2=_0xf81608;_0x5e4bce[_0x42eae2(0x1f2)][_0x42eae2(0x17f)](_0x141b74,_0x42eae2(0x1a8),_0x34507d,(_0x23e45a,_0x12b046,_0x10bc7e)=>{const _0x43f2f4=_0x42eae2;_0x402078[_0x43f2f4(0x180)][_0x43f2f4(0x192)](_0x4ec0c9=>{const _0x3064e6=_0x43f2f4,_0x4a73d9=[];for(const _0x369bd7 of _0x23e45a){const _0x206c2b=_0x369bd7[_0x3064e6(0x1a0)][_0x3064e6(0x17a)];_0x206c2b['is'](_0x3064e6(0x229),_0x3064e6(0x212))&&_0x4a73d9[_0x3064e6(0x177)](_0x206c2b);}_0x5e4bce[_0x3064e6(0x1f2)][_0x3064e6(0x232)](_0x141b74,null,_0x34507d)(_0x23e45a,_0x12b046,_0x10bc7e);for(const _0x33bf22 of _0x4a73d9)_0x3064e6(0x199)!=_0x33bf22[_0x3064e6(0x174)][_0x3064e6(0x220)]&&_0x4ec0c9[_0x3064e6(0x1d0)](_0x33bf22);});});};_0x59eb94(_0xf81608(0x1eb),_0xf81608(0x23d)),_0x59eb94(_0xf81608(0x1eb),_0xf81608(0x21e)),_0x59eb94(_0xf81608(0x1e9),_0xf81608(0x23d)),_0x59eb94(_0xf81608(0x1e9),_0xf81608(0x21e)),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1eb),_0xf81608(0x238),_0xf81608(0x21e),_0x22d527=>{const _0x100a15=_0xf81608,_0x42d426=_0x22d527[_0x100a15(0x18c)](_0xde3dab=>_0xde3dab[_0x100a15(0x1db)]()),_0x27235a=_0x42d426[0x0][_0x100a15(0x1ab)](_0x100a15(0x1cf)),{minRow:_0x4e75bd,maxRow:_0x236695}=_0x5d928f[_0x100a15(0x183)](_0x42d426);_0x1c6c91[_0x100a15(0x1b7)](_0x27235a,{'at':_0x4e75bd,'rows':_0x236695-_0x4e75bd+0x1});}),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1eb),_0xf81608(0x1b8),_0xf81608(0x21e),_0x3a0e83=>{const _0x4843d8=_0xf81608,_0x374dae=_0x3a0e83[_0x4843d8(0x18c)](_0x211387=>_0x211387[_0x4843d8(0x1db)]()),_0x8cd500=_0x374dae[0x0][_0x4843d8(0x1ab)](_0x4843d8(0x1cf)),{minColumn:_0xd8badc,maxColumn:_0x37e02b}=_0x5d928f[_0x4843d8(0x183)](_0x374dae);_0x1c6c91[_0x4843d8(0x1e8)](_0x8cd500,{'at':_0xd8badc,'columns':_0x37e02b-_0xd8badc+0x1});});const _0x59bdf3=(_0x34df76,_0x45d87d)=>{const _0x5cf36a=_0xf81608;if(!_0x45d87d[_0x5cf36a(0x240)]||!_0x45d87d[_0x5cf36a(0x240)][_0x5cf36a(0x1b2)](_0x5cf36a(0x1a8)))return;const _0x4b18ff=_0x45d87d[_0x5cf36a(0x194)][_0x5cf36a(0x208)],_0x3c2b08=_0x5e4bce[_0x5cf36a(0x1a3)]()[_0x5cf36a(0x21a)](_0xfebd1e=>_0xfebd1e[_0x5cf36a(0x1ec)]&&_0xfebd1e[_0x5cf36a(0x194)]&&_0xfebd1e[_0x5cf36a(0x194)][_0x5cf36a(0x208)]==_0x4b18ff);_0x3c2b08[_0x5cf36a(0x1e1)]&&_0x45d87d[_0x5cf36a(0x230)]()[_0x5cf36a(0x1e1)]!=_0x3c2b08[_0x5cf36a(0x1e1)]&&_0x3c2b08[_0x5cf36a(0x209)]((_0x2e4e46,_0x5a1a0f)=>(_0x2e4e46[_0x5cf36a(0x1c3)]=_0x5a1a0f,_0x5a1a0f[_0x5cf36a(0x226)]=_0x2e4e46,_0x5a1a0f));};function _0xfaba44(_0xa30834,_0x3f2a92=!0x0){const _0x1a8c40=_0xf81608,{id:_0x2b2574}=_0x5e4bce[_0x1a8c40(0x236)](_0xa30834[_0x1a8c40(0x23a)]),_0x370267=[_0x1a8c40(0x184),_0x1a8c40(0x234)],_0x15e4d1=_0x5e4bce[_0x1a8c40(0x17e)][_0x1a8c40(0x20e)](_0xa30834[_0x1a8c40(0x23a)]);return _0x15e4d1&&_0x370267[_0x1a8c40(0x177)](_0x1a8c40(0x225)),{'classes':_0x370267,'attributes':{'data-suggestion':_0x2b2574},'priority':_0x15e4d1&&_0x3f2a92?0xbc2:0xbb8};}_0x5e4bce['on'](_0xf81608(0x1a2),_0x59bdf3,{'priority':_0xf81608(0x207)}),_0x5e4bce['on'](_0xf81608(0x23c),_0x59bdf3,{'priority':_0xf81608(0x207)}),_0x402078[_0xf81608(0x180)][_0xf81608(0x222)][_0xf81608(0x1b3)](()=>{const _0x5cb566=_0xf81608;let _0x28fa92=!0x1;const _0x439a3c=Array[_0x5cb566(0x190)](_0x402078[_0x5cb566(0x180)][_0x5cb566(0x222)][_0x5cb566(0x181)][_0x5cb566(0x1fd)]());for(const {name:_0x116439,data:_0x59482a}of _0x439a3c){const {group:_0x1303b8,type:_0x5d0e4a,id:_0x4654bf}=_0x5e4bce[_0x5cb566(0x236)](_0x116439);if(_0x5cb566(0x1e3)!=_0x1303b8||_0x5cb566(0x1e9)!=_0x5d0e4a||_0x59482a[_0x5cb566(0x21b)])continue;if(!_0x5e4bce[_0x5cb566(0x1bf)](_0x4654bf))continue;const _0x20dc1b=_0x5e4bce[_0x5cb566(0x1a4)](_0x4654bf)[_0x5cb566(0x204)](),_0x158b29=_0x402078[_0x5cb566(0x178)][_0x5cb566(0x1d8)](_0x5cb566(0x1b1))['me'];for(const _0xb007a0 of _0x5e4bce[_0x5cb566(0x1a3)]()){if(!_0xb007a0[_0x5cb566(0x1ec)]||_0xb007a0[_0x5cb566(0x201)]!=_0x158b29)continue;if(_0x5cb566(0x179)!=_0xb007a0[_0x5cb566(0x20a)]||_0x5cb566(0x211)!=_0xb007a0[_0x5cb566(0x240)])continue;if(_0xb007a0[_0x5cb566(0x204)]()[_0x5cb566(0x175)](_0x5a6862=>_0x20dc1b[_0x5cb566(0x193)](_0x449cbb=>_0x449cbb[_0x5cb566(0x1da)](_0x5a6862,!0x0)))){for(const _0x5066b6 of _0xb007a0[_0x5cb566(0x230)]())_0x5066b6[_0x5cb566(0x1ec)]&&(_0x5066b6[_0x5cb566(0x21e)](),_0x28fa92=!0x0);}}}return _0x28fa92;}),_0x402078[_0xf81608(0x180)][_0xf81608(0x222)][_0xf81608(0x1b3)](_0x185aab=>{const _0x5f5b6b=_0xf81608,_0x2c1e01=_0x402078[_0x5f5b6b(0x235)][_0x5f5b6b(0x1d8)](_0x5f5b6b(0x218));if(!_0x2c1e01||!_0x2c1e01[_0x5f5b6b(0x20f)][_0x5f5b6b(0x18a)](_0x185aab[_0x5f5b6b(0x19f)]))return!0x1;let _0x4fa565=!0x1;const _0x148a5e=_0x402078[_0x5f5b6b(0x178)][_0x5f5b6b(0x1d8)](_0x5f5b6b(0x1b1))['me'],_0x4c9f4c=_0x402078[_0x5f5b6b(0x180)][_0x5f5b6b(0x222)][_0x5f5b6b(0x181)][_0x5f5b6b(0x1fe)](),_0x4e6411=Array[_0x5f5b6b(0x190)](_0x402078[_0x5f5b6b(0x180)][_0x5f5b6b(0x222)][_0x5f5b6b(0x181)][_0x5f5b6b(0x1fd)]())[_0x5f5b6b(0x21a)](({name:_0x2e07f3,data:_0x19291d})=>{const _0xde025d=_0x5f5b6b,{group:_0x3ed6ba,subType:_0x3f5485,authorId:_0x42e781}=_0x5e4bce[_0xde025d(0x236)](_0x2e07f3);return _0xde025d(0x1e3)==_0x3ed6ba&&_0xde025d(0x1a8)==_0x3f5485&&_0x42e781==_0x148a5e['id']&&!_0x19291d[_0xde025d(0x21b)];});for(const _0x37f15c of _0x4c9f4c){if(_0x5f5b6b(0x1fa)!=_0x37f15c[_0x5f5b6b(0x20a)]||_0x5f5b6b(0x212)!=_0x37f15c[_0x5f5b6b(0x1dc)]||0x1!=_0x37f15c[_0x5f5b6b(0x1e1)])continue;const _0x3cae08=_0x185aab[_0x5f5b6b(0x1c9)](_0x37f15c[_0x5f5b6b(0x22c)],_0x37f15c[_0x5f5b6b(0x22c)][_0x5f5b6b(0x1a7)](0x1));if(!_0x4e6411[_0x5f5b6b(0x1cb)](({data:_0x380704})=>_0x380704[_0x5f5b6b(0x213)][_0x5f5b6b(0x195)](_0x3cae08))){for(const {name:_0x586861,data:_0x5d5bd3}of _0x4e6411)if(_0x3cae08[_0x5f5b6b(0x1da)](_0x5d5bd3[_0x5f5b6b(0x213)])){_0x185aab[_0x5f5b6b(0x219)](_0x586861,{'range':_0x3cae08}),_0x4fa565=!0x0;break;}}}return _0x4fa565;}),_0x402078[_0xf81608(0x180)][_0xf81608(0x222)][_0xf81608(0x1b3)](_0x4ce9b9=>{const _0x3e1d12=_0xf81608;let _0x4f058e=!0x1;const _0x38b34c=_0x402078[_0x3e1d12(0x178)][_0x3e1d12(0x1d8)](_0x3e1d12(0x1b1))['me'],_0x3958d7=_0x5e4bce[_0x3e1d12(0x1a3)]()[_0x3e1d12(0x21a)](_0x1e7b36=>_0x1e7b36[_0x3e1d12(0x1ec)]&&_0x1e7b36[_0x3e1d12(0x201)]==_0x38b34c),_0x3c11f9=new Set(),_0x22ede5=new Set();for(const _0x385467 of _0x3958d7)if(_0x3e1d12(0x1a8)==_0x385467[_0x3e1d12(0x240)])for(const _0x515a6f of _0x385467[_0x3e1d12(0x1c5)]()){const _0x407e0c=_0x515a6f[_0x3e1d12(0x214)]()[_0x3e1d12(0x1db)]();if(_0x407e0c){if(_0x407e0c['is'](_0x3e1d12(0x229),_0x3e1d12(0x212))&&Pe(_0x407e0c)){_0x385467[_0x3e1d12(0x198)](_0x515a6f[_0x3e1d12(0x1dc)]),_0x3c11f9[_0x3e1d12(0x185)](_0x407e0c),_0x4f058e=!0x0;const _0x5c9e1b=_0x407e0c[_0x3e1d12(0x1ee)],_0x444fa9=_0x407e0c[_0x3e1d12(0x1af)],_0x1f6084=_0x5c9e1b&&_0x5c9e1b['is'](_0x3e1d12(0x229),_0x3e1d12(0x212)),_0x44ea65=_0x444fa9&&_0x444fa9['is'](_0x3e1d12(0x229),_0x3e1d12(0x212));_0x1f6084&&!_0x3c11f9[_0x3e1d12(0x18a)](_0x5c9e1b)&&_0x22ede5[_0x3e1d12(0x185)](_0x5c9e1b),_0x44ea65&&!_0x3c11f9[_0x3e1d12(0x18a)](_0x444fa9)&&_0x22ede5[_0x3e1d12(0x185)](_0x444fa9);}else _0x407e0c['is'](_0x3e1d12(0x229),_0x3e1d12(0x1c6))&&_0x407e0c[_0x3e1d12(0x21d)]&&(_0x385467[_0x3e1d12(0x198)](_0x515a6f[_0x3e1d12(0x1dc)]),_0x4f058e=!0x0);}}else{if(_0x3e1d12(0x211)==_0x385467[_0x3e1d12(0x240)]){if(!_0x385467[_0x3e1d12(0x194)]||!_0x385467[_0x3e1d12(0x194)][_0x3e1d12(0x208)])continue;const _0x2b72e5=_0x385467[_0x3e1d12(0x194)][_0x3e1d12(0x20c)];if(_0x2b72e5&&Object[_0x3e1d12(0x1a6)](_0x2b72e5)[_0x3e1d12(0x1e1)])continue;const _0x25298d=_0x385467[_0x3e1d12(0x194)][_0x3e1d12(0x208)];let _0x5d8b7b=!0x0,_0x1a9cb7=!0x0;for(const _0x4a59bb of _0x3958d7)if(_0x4a59bb[_0x3e1d12(0x240)]&&_0x4a59bb[_0x3e1d12(0x240)][_0x3e1d12(0x1b2)](_0x3e1d12(0x1a8))){if(!_0x4a59bb[_0x3e1d12(0x194)][_0x3e1d12(0x208)]){_0x1a9cb7=!0x1;break;}if(_0x4a59bb['id']!=_0x385467['id']&&_0x4a59bb[_0x3e1d12(0x194)][_0x3e1d12(0x208)]==_0x25298d){_0x5d8b7b=!0x1;break;}}_0x1a9cb7&&_0x5d8b7b&&(_0x385467[_0x3e1d12(0x197)](),_0x4f058e=!0x0);}}for(const _0xb8a892 of _0x3c11f9)_0x4ce9b9[_0x3e1d12(0x1d2)](_0xb8a892);for(const _0x53b306 of _0x22ede5)_0x4ce9b9[_0x3e1d12(0x1d0)](_0x53b306);return _0x4f058e;}),_0x402078[_0xf81608(0x1e0)][_0xf81608(0x1ba)](_0xf81608(0x1b0))[_0xf81608(0x1b6)]({'model':_0xf81608(0x1bb),'view':(_0x131fa8,_0x23872b)=>_0xfaba44(_0x131fa8),'converterPriority':_0xf81608(0x207)}),_0x402078[_0xf81608(0x1e0)][_0xf81608(0x1ba)](_0xf81608(0x1b4))[_0xf81608(0x1b6)]({'model':_0xf81608(0x1bb),'view':(_0x3af297,_0x4f9cdb)=>_0x4f9cdb[_0xf81608(0x203)][_0xf81608(0x1e4)]?_0xfaba44(_0x3af297,!0x1):null,'converterPriority':_0xf81608(0x207)});const _0x478eae=_0x402078[_0xf81608(0x1ca)][_0xf81608(0x237)];this[_0xf81608(0x18e)](_0x478eae[_0xf81608(0x222)],_0xf81608(0x1dd),(_0x1f62c7,_0x471971)=>{const _0x18a911=_0xf81608,_0x25dec9=[];for(const _0x185c17 of _0x478eae[_0x18a911(0x19c)](_0x471971[_0x18a911(0x18b)])[_0x18a911(0x18f)]())_0x185c17['is'](_0x18a911(0x229),_0x18a911(0x17b))&&_0x25dec9[_0x18a911(0x177)](_0x185c17);_0x478eae[_0x18a911(0x192)](_0xc8273e=>{const _0x396812=_0x18a911;for(const _0x459551 of _0x25dec9)_0xc8273e[_0x396812(0x20b)](_0xc8273e[_0x396812(0x19c)](_0x459551),_0xc8273e[_0x396812(0x227)](_0x459551)),_0xc8273e[_0x396812(0x1d2)](_0x459551);});});}}function Pe(_0x40d344){const _0xda3bb5=_0x4d5c3b;if(_0x40d344[_0xda3bb5(0x21d)])return!0x0;const _0x3d1dd6=_0x40d344[_0xda3bb5(0x1be)](0x0);return _0x3d1dd6['is'](_0xda3bb5(0x229),_0xda3bb5(0x1c6))&&_0x3d1dd6[_0xda3bb5(0x21d)];}function he(_0x55923a,_0x155ebe={},_0x1794e0){const _0x518e3b=_0x4d5c3b;for(const {isAnchor:_0x2686fe,cellHeight:_0x125773,cellWidth:_0x15ffff}of _0x1794e0[_0x518e3b(0x1ad)](_0x55923a,{'includeAllSlots':!0x0,..._0x155ebe}))if(!_0x2686fe||0x1!=_0x125773||0x1!=_0x15ffff)return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x56d6(_0x54e5d4,_0x4b93c1){const _0x12cc45=_0x12cc();return _0x56d6=function(_0x56d696,_0x2bf142){_0x56d696=_0x56d696-0x97;let _0x1d854d=_0x12cc45[_0x56d696];return _0x1d854d;},_0x56d6(_0x54e5d4,_0x4b93c1);}const _0x5ac81b=_0x56d6;function _0x12cc(){const _0x4cc9a5=['data','getContainedElement','222QqsbTz','2827874BghpNT','table','accept','locale','registerDescriptionCallback','1083180dHFQqr','get','1HpUcrx','3497650mtbfVZ','format','model','getSuggestions','TableColumnResizeEditing','_suggestionFactory','8889130NVyCMg','formatBlock','editor','Users','getColumnGroupElement','resizeTable','document','handleSuggestionDescription','16696779hnPiWd','tableWidth','columnWidths','getTableColumnsWidths','handleResizeTableWidthCommand','markBlockFormat','discard','getAttribute','TrackChangesEditing','subType','*Format:*\x20resize\x20table','24CBcLSl','author','getSelectedElement','formatInline','9635949HMBLfM','resizeTableWidth','type','_descriptionFactory','plugins','bind','6CeIzzh','45456DGTFeh','commandParams','getSuggestionCallback','change','afterInit','enableCommand','formatGroupId','selection','registerCustomCallback','has'];_0x12cc=function(){return _0x4cc9a5;};return _0x12cc();}(function(_0xade216,_0x661d82){const _0x345f1c=_0x56d6,_0x42b789=_0xade216();while(!![]){try{const _0x2a0c86=-parseInt(_0x345f1c(0xc4))/0x1*(-parseInt(_0x345f1c(0xbd))/0x2)+parseInt(_0x345f1c(0xbc))/0x3*(-parseInt(_0x345f1c(0xb0))/0x4)+parseInt(_0x345f1c(0xc5))/0x5*(-parseInt(_0x345f1c(0xaf))/0x6)+parseInt(_0x345f1c(0xc2))/0x7*(-parseInt(_0x345f1c(0xa5))/0x8)+-parseInt(_0x345f1c(0xa9))/0x9+parseInt(_0x345f1c(0xcb))/0xa+parseInt(_0x345f1c(0x9a))/0xb;if(_0x2a0c86===_0x661d82)break;else _0x42b789['push'](_0x42b789['shift']());}catch(_0x4fc825){_0x42b789['push'](_0x42b789['shift']());}}}(_0x12cc,0xb5fb0));import{Plugin as _0x969de2}from'ckeditor5/src/core.js';import{getTranslation as _0x2a543e}from'../utils/common-translations.js';export default class It extends _0x969de2{[_0x5ac81b(0xb4)](){const _0x1a0966=_0x5ac81b;if(!this[_0x1a0966(0xcd)][_0x1a0966(0xad)][_0x1a0966(0xb9)](_0x1a0966(0xc9)))return;const _0x1576ce=this[_0x1a0966(0xcd)][_0x1a0966(0xad)][_0x1a0966(0xc3)](_0x1a0966(0xa2));_0x1576ce[_0x1a0966(0xb5)](_0x1a0966(0xaa),this[_0x1a0966(0x9e)][_0x1a0966(0xae)](this)),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb8)](_0x1a0966(0xcc),_0x1a0966(0x97),_0x1a0966(0xbf),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb2)](_0x1a0966(0xcc),null,_0x1a0966(0xa0))),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb8)](_0x1a0966(0xcc),_0x1a0966(0x97),_0x1a0966(0xa0),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb2)](_0x1a0966(0xcc),null,_0x1a0966(0xbf))),_0x1576ce[_0x1a0966(0xac)][_0x1a0966(0xc1)](this[_0x1a0966(0x99)][_0x1a0966(0xae)](this));}[_0x5ac81b(0x9e)](_0x2c5767,_0x41873a){const _0x398393=_0x5ac81b,_0x2d10e3=this[_0x398393(0xcd)][_0x398393(0xad)][_0x398393(0xc3)](_0x398393(0xa2)),_0x1f5756=this[_0x398393(0xcd)][_0x398393(0xad)][_0x398393(0xc3)](_0x398393(0xc9)),_0x4236bf=_0x41873a[_0x398393(0xbe)]||this[_0x398393(0xcd)][_0x398393(0xc7)][_0x398393(0x98)][_0x398393(0xb7)][_0x398393(0xa7)]();this[_0x398393(0xcd)][_0x398393(0xc7)][_0x398393(0xb3)](()=>{const _0x9ba0b=_0x398393,_0x23cfa8=_0x1f5756[_0x9ba0b(0xcf)](_0x4236bf);let _0x502282=_0x23cfa8?_0x1f5756[_0x9ba0b(0x9d)](_0x23cfa8):null,_0x15fcd0=_0x4236bf[_0x9ba0b(0xa1)](_0x9ba0b(0x9b))||null;const _0x515b51=_0x41873a[_0x9ba0b(0x9b)]||_0x15fcd0,_0x10e543=_0x41873a[_0x9ba0b(0x9c)]||_0x502282,_0x1a6747=this[_0x9ba0b(0xcd)][_0x9ba0b(0xad)][_0x9ba0b(0xc3)](_0x9ba0b(0xce))['me'];for(const _0x203d16 of _0x2d10e3[_0x9ba0b(0xc8)]()){const _0x18de71=_0x203d16[_0x9ba0b(0xbb)]();if(_0x9ba0b(0x97)===_0x203d16[_0x9ba0b(0xa3)]&&_0x18de71===_0x4236bf){_0x203d16[_0x9ba0b(0xa6)]!==_0x1a6747&&_0x203d16[_0x9ba0b(0xa0)]();const _0x51402c=_0x203d16[_0x9ba0b(0xba)][_0x9ba0b(0xb1)];_0x15fcd0=_0x51402c[0x0][_0x9ba0b(0x9b)],_0x502282=_0x51402c[0x0][_0x9ba0b(0x9c)];break;}}_0x2c5767({'table':_0x4236bf,'tableWidth':_0x515b51,'columnWidths':_0x10e543}),_0x2d10e3[_0x9ba0b(0x9f)](_0x4236bf,{'commandName':_0x9ba0b(0xaa),'commandParams':[{'tableWidth':_0x15fcd0,'columnWidths':_0x502282}],'formatGroupId':_0x9ba0b(0x97)},[],_0x9ba0b(0x97));});}[_0x5ac81b(0x99)](_0x2cff6a){const _0x3f2578=_0x5ac81b;if(_0x3f2578(0xcc)!=_0x2cff6a[_0x3f2578(0xab)]&&_0x3f2578(0xa8)!=_0x2cff6a[_0x3f2578(0xab)])return;const {data:_0x179219}=_0x2cff6a;if(_0x179219&&_0x3f2578(0x97)===_0x179219[_0x3f2578(0xb6)]){const _0x1e67ad=_0x3f2578(0xa4);return{'type':_0x3f2578(0xc6),'content':_0x2a543e(this[_0x3f2578(0xcd)][_0x3f2578(0xc0)],_0x1e67ad)};}}}
23
+ const _0x129452=_0x19b5;(function(_0x533baa,_0x78d0){const _0x461d31=_0x19b5,_0xba82d7=_0x533baa();while(!![]){try{const _0x32e2c2=-parseInt(_0x461d31(0x1ea))/0x1*(parseInt(_0x461d31(0x1ee))/0x2)+-parseInt(_0x461d31(0x1d0))/0x3+parseInt(_0x461d31(0x1d8))/0x4*(parseInt(_0x461d31(0x1f6))/0x5)+-parseInt(_0x461d31(0x1f7))/0x6+-parseInt(_0x461d31(0x1dc))/0x7+parseInt(_0x461d31(0x1c8))/0x8+parseInt(_0x461d31(0x1d5))/0x9;if(_0x32e2c2===_0x78d0)break;else _0xba82d7['push'](_0xba82d7['shift']());}catch(_0x2cff34){_0xba82d7['push'](_0xba82d7['shift']());}}}(_0xba23,0x190d3));import{Plugin as _0x188ce8}from'ckeditor5/src/core.js';function _0xba23(){const _0x2f349e=['handleResizeTableWidthCommand','12966YqNaEh','subType','handleSuggestionDescription','formatBlock','26FoKveW','table','type','resizeTableWidth','_suggestionFactory','_descriptionFactory','resizeTable','bind','797855POzkLm','494940mXhZGS','TrackChangesEditing','data','change','getContainedElement','getColumnGroupElement','getTableColumnsWidths','editor','1504384IJNVKW','markBlockFormat','registerDescriptionCallback','format','*Format:*\x20resize\x20table','has','getSuggestions','getSelectedElement','30825duJTXU','getAttribute','document','formatGroupId','plugins','418302ytgisY','TableColumnResizeEditing','getSuggestionCallback','4glCNsB','columnWidths','commandParams','afterInit','211141XyejIX','Users','locale','registerCustomCallback','selection','formatInline','enableCommand','model','discard','accept','get','tableWidth','author'];_0xba23=function(){return _0x2f349e;};return _0xba23();}function _0x19b5(_0x58d2a1,_0xb663cf){const _0xba2329=_0xba23();return _0x19b5=function(_0x19b527,_0x39d8ab){_0x19b527=_0x19b527-0x1c7;let _0x5637d5=_0xba2329[_0x19b527];return _0x5637d5;},_0x19b5(_0x58d2a1,_0xb663cf);}import{getTranslation as _0x40ea96}from'../utils/common-translations.js';export default class vt extends _0x188ce8{[_0x129452(0x1db)](){const _0x4c5e6b=_0x129452;if(!this[_0x4c5e6b(0x1c7)][_0x4c5e6b(0x1d4)][_0x4c5e6b(0x1cd)](_0x4c5e6b(0x1d6)))return;const _0x29717f=this[_0x4c5e6b(0x1c7)][_0x4c5e6b(0x1d4)][_0x4c5e6b(0x1e6)](_0x4c5e6b(0x1f8));_0x29717f[_0x4c5e6b(0x1e2)](_0x4c5e6b(0x1f1),this[_0x4c5e6b(0x1e9)][_0x4c5e6b(0x1f5)](this)),_0x29717f[_0x4c5e6b(0x1f2)][_0x4c5e6b(0x1df)](_0x4c5e6b(0x1ed),_0x4c5e6b(0x1f4),_0x4c5e6b(0x1e5),_0x29717f[_0x4c5e6b(0x1f2)][_0x4c5e6b(0x1d7)](_0x4c5e6b(0x1ed),null,_0x4c5e6b(0x1e4))),_0x29717f[_0x4c5e6b(0x1f2)][_0x4c5e6b(0x1df)](_0x4c5e6b(0x1ed),_0x4c5e6b(0x1f4),_0x4c5e6b(0x1e4),_0x29717f[_0x4c5e6b(0x1f2)][_0x4c5e6b(0x1d7)](_0x4c5e6b(0x1ed),null,_0x4c5e6b(0x1e5))),_0x29717f[_0x4c5e6b(0x1f3)][_0x4c5e6b(0x1ca)](this[_0x4c5e6b(0x1ec)][_0x4c5e6b(0x1f5)](this));}[_0x129452(0x1e9)](_0x133d3f,_0x1101ad){const _0x3ab3e8=_0x129452,_0x1b1b42=this[_0x3ab3e8(0x1c7)][_0x3ab3e8(0x1d4)][_0x3ab3e8(0x1e6)](_0x3ab3e8(0x1f8)),_0x4740b9=this[_0x3ab3e8(0x1c7)][_0x3ab3e8(0x1d4)][_0x3ab3e8(0x1e6)](_0x3ab3e8(0x1d6)),_0x1a5f84=_0x1101ad[_0x3ab3e8(0x1ef)]||this[_0x3ab3e8(0x1c7)][_0x3ab3e8(0x1e3)][_0x3ab3e8(0x1d2)][_0x3ab3e8(0x1e0)][_0x3ab3e8(0x1cf)]();this[_0x3ab3e8(0x1c7)][_0x3ab3e8(0x1e3)][_0x3ab3e8(0x1fa)](()=>{const _0x4f5498=_0x3ab3e8,_0x34f950=_0x4740b9[_0x4f5498(0x1fc)](_0x1a5f84);let _0x1101ae=_0x34f950?_0x4740b9[_0x4f5498(0x1fd)](_0x34f950):null,_0x91404d=_0x1a5f84[_0x4f5498(0x1d1)](_0x4f5498(0x1e7))||null;const _0x4616a3=_0x1101ad[_0x4f5498(0x1e7)]||_0x91404d,_0x155ac4=_0x1101ad[_0x4f5498(0x1d9)]||_0x1101ae,_0xa59cfa=this[_0x4f5498(0x1c7)][_0x4f5498(0x1d4)][_0x4f5498(0x1e6)](_0x4f5498(0x1dd))['me'];for(const _0x2f6160 of _0x1b1b42[_0x4f5498(0x1ce)]()){const _0x1bc6c6=_0x2f6160[_0x4f5498(0x1fb)]();if(_0x4f5498(0x1f4)===_0x2f6160[_0x4f5498(0x1eb)]&&_0x1bc6c6===_0x1a5f84){_0x2f6160[_0x4f5498(0x1e8)]!==_0xa59cfa&&_0x2f6160[_0x4f5498(0x1e4)]();const _0x7f309b=_0x2f6160[_0x4f5498(0x1f9)][_0x4f5498(0x1da)];_0x91404d=_0x7f309b[0x0][_0x4f5498(0x1e7)],_0x1101ae=_0x7f309b[0x0][_0x4f5498(0x1d9)];break;}}_0x133d3f({'table':_0x1a5f84,'tableWidth':_0x4616a3,'columnWidths':_0x155ac4}),_0x1b1b42[_0x4f5498(0x1c9)](_0x1a5f84,{'commandName':_0x4f5498(0x1f1),'commandParams':[{'tableWidth':_0x91404d,'columnWidths':_0x1101ae}],'formatGroupId':_0x4f5498(0x1f4)},[],_0x4f5498(0x1f4));});}[_0x129452(0x1ec)](_0xb54d5c){const _0x264362=_0x129452;if(_0x264362(0x1ed)!=_0xb54d5c[_0x264362(0x1f0)]&&_0x264362(0x1e1)!=_0xb54d5c[_0x264362(0x1f0)])return;const {data:_0x58bc2a}=_0xb54d5c;if(_0x58bc2a&&_0x264362(0x1f4)===_0x58bc2a[_0x264362(0x1d3)]){const _0x4985ca=_0x264362(0x1cc);return{'type':_0x264362(0x1cb),'content':_0x40ea96(this[_0x264362(0x1c7)][_0x264362(0x1de)],_0x4985ca)};}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb3f725=_0x5823;(function(_0x5202f0,_0x472423){const _0x2f2e22=_0x5823,_0x182df5=_0x5202f0();while(!![]){try{const _0x91dbf6=-parseInt(_0x2f2e22(0xf0))/0x1+-parseInt(_0x2f2e22(0x100))/0x2*(-parseInt(_0x2f2e22(0xfd))/0x3)+-parseInt(_0x2f2e22(0xfa))/0x4+-parseInt(_0x2f2e22(0xd9))/0x5*(-parseInt(_0x2f2e22(0xce))/0x6)+-parseInt(_0x2f2e22(0xd6))/0x7*(-parseInt(_0x2f2e22(0xc8))/0x8)+-parseInt(_0x2f2e22(0x111))/0x9+parseInt(_0x2f2e22(0xc3))/0xa;if(_0x91dbf6===_0x472423)break;else _0x182df5['push'](_0x182df5['shift']());}catch(_0x21519b){_0x182df5['push'](_0x182df5['shift']());}}}(_0x1345,0x99867));function _0x1345(){const _0x230eed=['309630YqzehI','FORMAT_HEADER_ROW','TableEditing','writer','registerCustomCallback','markerRange','ck-suggestion-marker--active','data-suggestion','markerNameToElements','showSuggestionHighlights','3119148ZJsnqe','registerDescriptionCallback','createTableWalker','44508MqWLuy','commandName','consume','162gCiVde','downcastDispatcher','name','addClass','format','getSuggestion','registerAttributeLabel','includes','headingColumns','activeMarkers','requires','commandParams','editor','_descriptionFactory','editing','toViewElement','get','4205736edYhRu','setAttribute','TrackChangesEditing','highest','headingRows','ck-suggestion-marker-','bindElementToMarker','5693360zLwxln','FORMAT_HEADER_COLUMN','*Format:*\x20%0','end','removeAttribute','133096wGZMVA','accept','plugins','mapper','forceValue','_splitMarkerName','60sSNmkT','unbindElementFromMarkerName','_registerLegacyDescription','start','formatBlock','afterInit','item','consumable','28nOQLzi','cell','removeClass','173980egkHsx','setTableColumnHeader','setTableRowHeader','nodeBefore','TableUtils','locale','markerName','getCellLocation','_handleLegacySuggestions','_enableDefaultAttributesIntegration','options','FORMAT_REGULAR_ROW','addMarker:suggestion','FORMAT_REGULAR_COLUMN','_acceptFormatSuggestionCallbackFactory','removeMarker:suggestion','parent','data','has','type','stop','nodeAfter','_suggestionFactory'];_0x1345=function(){return _0x230eed;};return _0x1345();}import{Plugin as _0x5cb657}from'ckeditor5/src/core.js';import _0x21db65 from'./table.js';function _0x5823(_0x2ff257,_0x1535d6){const _0x13451c=_0x1345();return _0x5823=function(_0x582331,_0x1fe722){_0x582331=_0x582331-0xc1;let _0x49d364=_0x13451c[_0x582331];return _0x49d364;},_0x5823(_0x2ff257,_0x1535d6);}import{getTranslation as _0x992356}from'../utils/common-translations.js';export default class St extends _0x5cb657{static get[_0xb3f725(0x10a)](){return[_0x21db65];}[_0xb3f725(0xd3)](){const _0x16614e=_0xb3f725,_0x1a3295=this[_0x16614e(0x10c)];if(!_0x1a3295[_0x16614e(0xca)][_0x16614e(0xeb)](_0x16614e(0xf2)))return;const _0x4bc816=_0x1a3295[_0x16614e(0xde)],_0x432b7c=_0x1a3295[_0x16614e(0xca)][_0x16614e(0x110)](_0x16614e(0x113));_0x432b7c[_0x16614e(0xe2)](_0x16614e(0xdb),[],[_0x16614e(0x115)]),_0x432b7c[_0x16614e(0xe2)](_0x16614e(0xda),[],[_0x16614e(0x108)]),_0x432b7c[_0x16614e(0x10d)][_0x16614e(0x106)](_0x16614e(0x115),_0x992356(_0x4bc816,_0x16614e(0xf1))),_0x432b7c[_0x16614e(0x10d)][_0x16614e(0x106)](_0x16614e(0x108),_0x992356(_0x4bc816,_0x16614e(0xc4))),this[_0x16614e(0xe1)]();}[_0xb3f725(0xe1)](){const _0x332a21=_0xb3f725,_0x3865e6=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x332a21(0x113)),_0x88a89b=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x332a21(0xdd)),_0x281d7a=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x21db65)[_0x332a21(0xe7)]();function _0x4a46d2({showActiveMarker:_0x11f9e6=!0x0,setDataAttribute:_0x24fc2b=!0x0}={}){return(_0x54fe27,_0x58e717,_0x1e436b)=>{const _0x307230=_0x5823,{type:_0x127540,id:_0x458f1f}=_0x3865e6[_0x307230(0xcd)](_0x58e717[_0x307230(0xdf)]),_0x27bf1a=_0x3865e6[_0x307230(0x105)](_0x458f1f),_0x8a441=_0x27bf1a[_0x307230(0xea)];if(_0x307230(0xd2)!=_0x27bf1a[_0x307230(0xec)]||!_0x8a441||_0x307230(0xda)!=_0x8a441[_0x307230(0xfe)])return;if(_0x58e717[_0x307230(0xd4)])return void _0x54fe27[_0x307230(0xed)]();if(!_0x1e436b[_0x307230(0xd5)][_0x307230(0xff)](_0x58e717[_0x307230(0xf5)],_0x54fe27[_0x307230(0x102)]))return;const _0x4b1dd7=_0x58e717[_0x307230(0xf5)][_0x307230(0xd1)][_0x307230(0xee)],_0x39ba00=_0x58e717[_0x307230(0xf5)][_0x307230(0xc6)][_0x307230(0xdc)],_0x586049=_0x4b1dd7[_0x307230(0xe9)][_0x307230(0xe9)],{column:_0x24eac4}=_0x88a89b[_0x307230(0xe0)](_0x4b1dd7),{column:_0x1e448e}=_0x88a89b[_0x307230(0xe0)](_0x39ba00);for(let _0x3ed2fc=_0x24eac4;_0x3ed2fc<=_0x1e448e;_0x3ed2fc++){const _0x4961d8=_0x88a89b[_0x307230(0xfc)](_0x586049,{'column':_0x3ed2fc,'includeAllSlots':!0x1});for(const _0x41889e of _0x4961d8){const _0x49d887=_0x41889e[_0x307230(0xd7)],_0x4c56ee=_0x1e436b[_0x307230(0xcb)][_0x307230(0x10f)](_0x49d887);_0x1e436b[_0x307230(0xf3)][_0x307230(0x103)](_0x307230(0xc1)+_0x127540,_0x4c56ee),_0x24fc2b&&_0x1e436b[_0x307230(0xf3)][_0x307230(0x112)](_0x307230(0xf7),_0x458f1f,_0x4c56ee),_0x1e436b[_0x307230(0xcb)][_0x307230(0xc2)](_0x4c56ee,_0x58e717[_0x307230(0xdf)]),_0x11f9e6&&(_0x3865e6[_0x307230(0x109)][_0x307230(0x107)](_0x58e717[_0x307230(0xdf)])?_0x1e436b[_0x307230(0xf3)][_0x307230(0x103)](_0x307230(0xf6),_0x4c56ee):_0x1e436b[_0x307230(0xf3)][_0x307230(0xd8)](_0x307230(0xf6),_0x4c56ee));}}};}_0x3865e6[_0x332a21(0xef)][_0x332a21(0xf4)](_0x332a21(0xd2),_0x332a21(0xdb),_0x332a21(0xc9),_0x281d7a),_0x3865e6[_0x332a21(0xef)][_0x332a21(0xf4)](_0x332a21(0xd2),_0x332a21(0xda),_0x332a21(0xc9),_0x281d7a),this[_0x332a21(0x10c)][_0x332a21(0x10e)][_0x332a21(0x101)]['on'](_0x332a21(0xe5),_0x4a46d2(),{'priority':_0x332a21(0x114)}),this[_0x332a21(0x10c)][_0x332a21(0xea)][_0x332a21(0x101)]['on'](_0x332a21(0xe5),(_0x24bdef,_0x3b4cea,_0x20f784)=>{const _0x400cd9=_0x332a21;_0x20f784[_0x400cd9(0xe3)][_0x400cd9(0xf9)]&&_0x4a46d2({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x24bdef,_0x3b4cea,_0x20f784);},{'priority':_0x332a21(0x114)}),this[_0x332a21(0x10c)][_0x332a21(0x10e)][_0x332a21(0x101)]['on'](_0x332a21(0xe8),(_0x462093,_0x406b63,_0x5b4e02)=>{const _0x198656=_0x332a21,{type:_0x51c27d,id:_0x237111}=_0x3865e6[_0x198656(0xcd)](_0x406b63[_0x198656(0xdf)]),_0x269191=_0x3865e6[_0x198656(0x105)](_0x237111),_0x5c92d4=_0x269191[_0x198656(0xea)];if(_0x198656(0xd2)!=_0x269191[_0x198656(0xec)]||!_0x5c92d4||_0x198656(0xda)!=_0x5c92d4[_0x198656(0xfe)])return;const _0x3a35c6=_0x5b4e02[_0x198656(0xcb)][_0x198656(0xf8)](_0x406b63[_0x198656(0xdf)]);if(_0x3a35c6){for(const _0x170f68 of _0x3a35c6)_0x5b4e02[_0x198656(0xf3)][_0x198656(0xd8)](_0x198656(0xc1)+_0x51c27d,_0x170f68),_0x5b4e02[_0x198656(0xf3)][_0x198656(0xd8)](_0x198656(0xf6),_0x170f68),_0x5b4e02[_0x198656(0xf3)][_0x198656(0xc7)](_0x198656(0xf7),_0x170f68),_0x5b4e02[_0x198656(0xcb)][_0x198656(0xcf)](_0x170f68,_0x406b63[_0x198656(0xdf)]);}},{'priority':_0x332a21(0x114)}),this[_0x332a21(0xd0)]();}[_0xb3f725(0xd0)](){const _0x44ca37=_0xb3f725,_0x3d453e=this[_0x44ca37(0x10c)],_0x2daba4=_0x3d453e[_0x44ca37(0xde)];function _0x18990c(_0x503ab2){const _0x408b4b=_0x44ca37;return{'type':_0x408b4b(0x104),'content':_0x992356(_0x2daba4,_0x408b4b(0xc5),_0x503ab2)};}_0x3d453e[_0x44ca37(0xca)][_0x44ca37(0x110)](_0x44ca37(0x113))[_0x44ca37(0x10d)][_0x44ca37(0xfb)](_0x283e3c=>{const _0x1b2e0e=_0x44ca37;if(_0x1b2e0e(0xd2)!=_0x283e3c[_0x1b2e0e(0xec)])return;const {data:_0x4a9f8d}=_0x283e3c;if(_0x4a9f8d){if(_0x1b2e0e(0xdb)==_0x4a9f8d[_0x1b2e0e(0xfe)]){const _0x12ed78=_0x4a9f8d[_0x1b2e0e(0x10b)][0x0][_0x1b2e0e(0xcc)];return _0x18990c(_0x992356(_0x2daba4,_0x12ed78?_0x1b2e0e(0xf1):_0x1b2e0e(0xe4)));}if(_0x1b2e0e(0xda)==_0x4a9f8d[_0x1b2e0e(0xfe)]){const _0x5f3e2a=_0x4a9f8d[_0x1b2e0e(0x10b)][0x0][_0x1b2e0e(0xcc)];return _0x18990c(_0x992356(_0x2daba4,_0x5f3e2a?_0x1b2e0e(0xc4):_0x1b2e0e(0xe6)));}}});}}
23
+ const _0x1bcfe4=_0x1e71;function _0x5adf(){const _0x21d791=['name','headingColumns','afterInit','writer','markerName','nodeAfter','6026776YPGroo','createTableWalker','1068VKZIjD','consume','ck-suggestion-marker-','commandParams','requires','markerNameToElements','editing','options','TableUtils','editor','registerAttributeLabel','markerRange','FORMAT_REGULAR_COLUMN','getSuggestion','start','data-suggestion','includes','_registerLegacyDescription','FORMAT_HEADER_COLUMN','removeMarker:suggestion','14196WsyhOd','getCellLocation','showSuggestionHighlights','cell','format','_splitMarkerName','setAttribute','registerCustomCallback','addClass','setTableRowHeader','consumable','_handleLegacySuggestions','unbindElementFromMarkerName','end','downcastDispatcher','type','stop','parent','toViewElement','headingRows','_suggestionFactory','3919476xHoJNR','ck-suggestion-marker--active','4839rBEftp','bindElementToMarker','72qXUkVX','removeAttribute','highest','FORMAT_REGULAR_ROW','_enableDefaultAttributesIntegration','item','TrackChangesEditing','4293020LsiypQ','18350505ycgFWY','*Format:*\x20%0','mapper','forceValue','registerDescriptionCallback','has','commandName','data','formatBlock','TableEditing','770203RaiEfw','plugins','_acceptFormatSuggestionCallbackFactory','FORMAT_HEADER_ROW','removeClass','get','addMarker:suggestion','nodeBefore','locale','activeMarkers','accept','_descriptionFactory','setTableColumnHeader'];_0x5adf=function(){return _0x21d791;};return _0x5adf();}(function(_0x16d107,_0x56ec0f){const _0x3a569a=_0x1e71,_0x315f0e=_0x16d107();while(!![]){try{const _0xea2b9=parseInt(_0x3a569a(0x130))/0x1+parseInt(_0x3a569a(0x170))/0x2*(-parseInt(_0x3a569a(0x147))/0x3)+-parseInt(_0x3a569a(0x16e))/0x4+parseInt(_0x3a569a(0x150))/0x5+-parseInt(_0x3a569a(0x145))/0x6+parseInt(_0x3a569a(0x15b))/0x7*(parseInt(_0x3a569a(0x149))/0x8)+parseInt(_0x3a569a(0x151))/0x9;if(_0xea2b9===_0x56ec0f)break;else _0x315f0e['push'](_0x315f0e['shift']());}catch(_0x44cc02){_0x315f0e['push'](_0x315f0e['shift']());}}}(_0x5adf,0xd7054));import{Plugin as _0xf3cbd4}from'ckeditor5/src/core.js';import _0x5443f5 from'./table.js';import{getTranslation as _0x2153f4}from'../utils/common-translations.js';function _0x1e71(_0x379d79,_0x49764f){const _0x5adfc2=_0x5adf();return _0x1e71=function(_0x1e7176,_0x451ea9){_0x1e7176=_0x1e7176-0x11d;let _0x343c60=_0x5adfc2[_0x1e7176];return _0x343c60;},_0x1e71(_0x379d79,_0x49764f);}export default class At extends _0xf3cbd4{static get[_0x1bcfe4(0x120)](){return[_0x5443f5];}[_0x1bcfe4(0x16a)](){const _0x2800e2=_0x1bcfe4,_0xb5d932=this[_0x2800e2(0x125)];if(!_0xb5d932[_0x2800e2(0x15c)][_0x2800e2(0x156)](_0x2800e2(0x15a)))return;const _0x4dedad=_0xb5d932[_0x2800e2(0x163)],_0x3b5b6e=_0xb5d932[_0x2800e2(0x15c)][_0x2800e2(0x160)](_0x2800e2(0x14f));_0x3b5b6e[_0x2800e2(0x14d)](_0x2800e2(0x139),[],[_0x2800e2(0x143)]),_0x3b5b6e[_0x2800e2(0x14d)](_0x2800e2(0x167),[],[_0x2800e2(0x169)]),_0x3b5b6e[_0x2800e2(0x166)][_0x2800e2(0x126)](_0x2800e2(0x143),_0x2153f4(_0x4dedad,_0x2800e2(0x15e))),_0x3b5b6e[_0x2800e2(0x166)][_0x2800e2(0x126)](_0x2800e2(0x169),_0x2153f4(_0x4dedad,_0x2800e2(0x12e))),this[_0x2800e2(0x13b)]();}[_0x1bcfe4(0x13b)](){const _0x35e492=_0x1bcfe4,_0x2d0a3d=this[_0x35e492(0x125)][_0x35e492(0x15c)][_0x35e492(0x160)](_0x35e492(0x14f)),_0x478ebd=this[_0x35e492(0x125)][_0x35e492(0x15c)][_0x35e492(0x160)](_0x35e492(0x124)),_0x4cc181=this[_0x35e492(0x125)][_0x35e492(0x15c)][_0x35e492(0x160)](_0x5443f5)[_0x35e492(0x15d)]();function _0x51dcfb({showActiveMarker:_0x269aa5=!0x0,setDataAttribute:_0x1788ed=!0x0}={}){return(_0x5d2e92,_0x47ae2c,_0x1c8b30)=>{const _0x43744f=_0x1e71,{type:_0x4abda5,id:_0x134a07}=_0x2d0a3d[_0x43744f(0x135)](_0x47ae2c[_0x43744f(0x16c)]),_0x3e06d3=_0x2d0a3d[_0x43744f(0x129)](_0x134a07),_0x5e95e8=_0x3e06d3[_0x43744f(0x158)];if(_0x43744f(0x159)!=_0x3e06d3[_0x43744f(0x13f)]||!_0x5e95e8||_0x43744f(0x167)!=_0x5e95e8[_0x43744f(0x157)])return;if(_0x47ae2c[_0x43744f(0x14e)])return void _0x5d2e92[_0x43744f(0x140)]();if(!_0x1c8b30[_0x43744f(0x13a)][_0x43744f(0x11d)](_0x47ae2c[_0x43744f(0x127)],_0x5d2e92[_0x43744f(0x168)]))return;const _0x29461e=_0x47ae2c[_0x43744f(0x127)][_0x43744f(0x12a)][_0x43744f(0x16d)],_0x2f0124=_0x47ae2c[_0x43744f(0x127)][_0x43744f(0x13d)][_0x43744f(0x162)],_0x593978=_0x29461e[_0x43744f(0x141)][_0x43744f(0x141)],{column:_0x2d0571}=_0x478ebd[_0x43744f(0x131)](_0x29461e),{column:_0x5fc06f}=_0x478ebd[_0x43744f(0x131)](_0x2f0124);for(let _0x58f38d=_0x2d0571;_0x58f38d<=_0x5fc06f;_0x58f38d++){const _0x402b3d=_0x478ebd[_0x43744f(0x16f)](_0x593978,{'column':_0x58f38d,'includeAllSlots':!0x1});for(const _0x21e5b5 of _0x402b3d){const _0x5ae2a2=_0x21e5b5[_0x43744f(0x133)],_0x361577=_0x1c8b30[_0x43744f(0x153)][_0x43744f(0x142)](_0x5ae2a2);_0x1c8b30[_0x43744f(0x16b)][_0x43744f(0x138)](_0x43744f(0x11e)+_0x4abda5,_0x361577),_0x1788ed&&_0x1c8b30[_0x43744f(0x16b)][_0x43744f(0x136)](_0x43744f(0x12b),_0x134a07,_0x361577),_0x1c8b30[_0x43744f(0x153)][_0x43744f(0x148)](_0x361577,_0x47ae2c[_0x43744f(0x16c)]),_0x269aa5&&(_0x2d0a3d[_0x43744f(0x164)][_0x43744f(0x12c)](_0x47ae2c[_0x43744f(0x16c)])?_0x1c8b30[_0x43744f(0x16b)][_0x43744f(0x138)](_0x43744f(0x146),_0x361577):_0x1c8b30[_0x43744f(0x16b)][_0x43744f(0x15f)](_0x43744f(0x146),_0x361577));}}};}_0x2d0a3d[_0x35e492(0x144)][_0x35e492(0x137)](_0x35e492(0x159),_0x35e492(0x139),_0x35e492(0x165),_0x4cc181),_0x2d0a3d[_0x35e492(0x144)][_0x35e492(0x137)](_0x35e492(0x159),_0x35e492(0x167),_0x35e492(0x165),_0x4cc181),this[_0x35e492(0x125)][_0x35e492(0x122)][_0x35e492(0x13e)]['on'](_0x35e492(0x161),_0x51dcfb(),{'priority':_0x35e492(0x14b)}),this[_0x35e492(0x125)][_0x35e492(0x158)][_0x35e492(0x13e)]['on'](_0x35e492(0x161),(_0x609737,_0x4539bc,_0x523a38)=>{const _0x46df12=_0x35e492;_0x523a38[_0x46df12(0x123)][_0x46df12(0x132)]&&_0x51dcfb({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x609737,_0x4539bc,_0x523a38);},{'priority':_0x35e492(0x14b)}),this[_0x35e492(0x125)][_0x35e492(0x122)][_0x35e492(0x13e)]['on'](_0x35e492(0x12f),(_0x4ae3d6,_0x400cc7,_0xf5b15b)=>{const _0x5b8c5d=_0x35e492,{type:_0x11342d,id:_0x549286}=_0x2d0a3d[_0x5b8c5d(0x135)](_0x400cc7[_0x5b8c5d(0x16c)]),_0x1b9d40=_0x2d0a3d[_0x5b8c5d(0x129)](_0x549286),_0x923312=_0x1b9d40[_0x5b8c5d(0x158)];if(_0x5b8c5d(0x159)!=_0x1b9d40[_0x5b8c5d(0x13f)]||!_0x923312||_0x5b8c5d(0x167)!=_0x923312[_0x5b8c5d(0x157)])return;const _0x28b679=_0xf5b15b[_0x5b8c5d(0x153)][_0x5b8c5d(0x121)](_0x400cc7[_0x5b8c5d(0x16c)]);if(_0x28b679){for(const _0x2e55f5 of _0x28b679)_0xf5b15b[_0x5b8c5d(0x16b)][_0x5b8c5d(0x15f)](_0x5b8c5d(0x11e)+_0x11342d,_0x2e55f5),_0xf5b15b[_0x5b8c5d(0x16b)][_0x5b8c5d(0x15f)](_0x5b8c5d(0x146),_0x2e55f5),_0xf5b15b[_0x5b8c5d(0x16b)][_0x5b8c5d(0x14a)](_0x5b8c5d(0x12b),_0x2e55f5),_0xf5b15b[_0x5b8c5d(0x153)][_0x5b8c5d(0x13c)](_0x2e55f5,_0x400cc7[_0x5b8c5d(0x16c)]);}},{'priority':_0x35e492(0x14b)}),this[_0x35e492(0x12d)]();}[_0x1bcfe4(0x12d)](){const _0x7c2880=_0x1bcfe4,_0x4028a5=this[_0x7c2880(0x125)],_0x3a2de3=_0x4028a5[_0x7c2880(0x163)];function _0x452ccd(_0x1f703b){const _0x4f06db=_0x7c2880;return{'type':_0x4f06db(0x134),'content':_0x2153f4(_0x3a2de3,_0x4f06db(0x152),_0x1f703b)};}_0x4028a5[_0x7c2880(0x15c)][_0x7c2880(0x160)](_0x7c2880(0x14f))[_0x7c2880(0x166)][_0x7c2880(0x155)](_0x193e20=>{const _0x5e4ad0=_0x7c2880;if(_0x5e4ad0(0x159)!=_0x193e20[_0x5e4ad0(0x13f)])return;const {data:_0x3c490e}=_0x193e20;if(_0x3c490e){if(_0x5e4ad0(0x139)==_0x3c490e[_0x5e4ad0(0x157)]){const _0x55806c=_0x3c490e[_0x5e4ad0(0x11f)][0x0][_0x5e4ad0(0x154)];return _0x452ccd(_0x2153f4(_0x3a2de3,_0x55806c?_0x5e4ad0(0x15e):_0x5e4ad0(0x14c)));}if(_0x5e4ad0(0x167)==_0x3c490e[_0x5e4ad0(0x157)]){const _0x3d1035=_0x3c490e[_0x5e4ad0(0x11f)][0x0][_0x5e4ad0(0x154)];return _0x452ccd(_0x2153f4(_0x3a2de3,_0x3d1035?_0x5e4ad0(0x12e):_0x5e4ad0(0x128)));}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x33b73e=_0x18e7;(function(_0x304bd9,_0x3a3cf5){const _0x5d5b5e=_0x18e7,_0x4218fc=_0x304bd9();while(!![]){try{const _0x389f62=parseInt(_0x5d5b5e(0xfd))/0x1+-parseInt(_0x5d5b5e(0x13f))/0x2*(parseInt(_0x5d5b5e(0x106))/0x3)+-parseInt(_0x5d5b5e(0xf4))/0x4*(parseInt(_0x5d5b5e(0x120))/0x5)+parseInt(_0x5d5b5e(0x13b))/0x6*(parseInt(_0x5d5b5e(0x117))/0x7)+-parseInt(_0x5d5b5e(0x128))/0x8+parseInt(_0x5d5b5e(0x102))/0x9+-parseInt(_0x5d5b5e(0x125))/0xa*(-parseInt(_0x5d5b5e(0xed))/0xb);if(_0x389f62===_0x3a3cf5)break;else _0x4218fc['push'](_0x4218fc['shift']());}catch(_0x2b1884){_0x4218fc['push'](_0x4218fc['shift']());}}}(_0x26bd,0xdc13c));function _0x26bd(){const _0x418c04=['deletion','30iWljDX','TableEditing','_areSelectedCellsMergable','13486128UcLowW','getSuggestions','highest','isInContent','stop','registerCustomCallback','value','enableCommand','root','document','_areMergableCells','markBlockFormat','TableUtils','tableCell','locale','getSelectionAffectedTableCells','commandName','registerDescriptionCallback','_isForcedDefaultExecutionBlock','45300wiyBcI','get','createTableWalker','markMultiRangeBlockFormat','2VAKBjT','set:isEnabled','size','afterInit','has','requires','subType','$graveyard','author','filter','_tablePostFixingSubtypes','TrackChangesEditing','add','findAncestor','createRangeOn','setSelection','cell','refresh','9665821bgWEUJ','_acceptFormatSuggestionCallbackFactory','table','map','from','change','editor','4252DQXjlZ','return','find','plugins','*Split\x20cell:*\x20vertically','formatInline','element','mergeTableCells','insertion','916306FwCDFG','accept','forceDefaultExecution','getRanges','rootName','1259010PTAMRP','getFirstPosition','splitTableCellHorizontally','_suggestionFactory','3002928dUfoMI','selection','commands','mergeTableCellLeft','_descriptionFactory','length','mergeTableCellUp','type','getCellLocation','getAncestors','fromRange','mergeTableCellDown','detach','*Split\x20cell:*\x20horizontally','trackChanges','low','isEnabled','1162gzqfSm','direction','splitTableCellVertically','model','execute','containsRange','format','horizontally','push','6385YvZFPj','mergeTableCellRight','formatBlock','*Merge\x20cells*'];_0x26bd=function(){return _0x418c04;};return _0x26bd();}import{Plugin as _0x3805d1}from'ckeditor5/src/core.js';function _0x18e7(_0x2da205,_0x50745d){const _0x26bda3=_0x26bd();return _0x18e7=function(_0x18e7f0,_0x48e3df){_0x18e7f0=_0x18e7f0-0xe7;let _0x11f749=_0x26bda3[_0x18e7f0];return _0x11f749;},_0x18e7(_0x2da205,_0x50745d);}import _0x3365c1 from'./table.js';import{LiveRange as _0x3617d8}from'ckeditor5/src/engine.js';import{getTranslation as _0x2c6b92}from'../utils/common-translations.js';export default class jt extends _0x3805d1{static get[_0x33b73e(0x144)](){return[_0x3365c1];}[_0x33b73e(0x142)](){const _0x330541=_0x33b73e,_0x59bd89=this[_0x330541(0xf3)],_0x1b99a1=_0x59bd89[_0x330541(0x11a)][_0x330541(0x131)][_0x330541(0x107)],_0x415479=_0x59bd89[_0x330541(0x136)];if(!_0x59bd89[_0x330541(0xf7)][_0x330541(0x143)](_0x330541(0x126)))return;const _0x282184=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x330541(0x14a)),_0x354f82=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x330541(0x134)),_0x4fa06a=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x3365c1);_0x4fa06a[_0x330541(0x149)][_0x330541(0x11f)](_0x330541(0xfb)),_0x282184[_0x330541(0x12f)](_0x330541(0xfb),()=>{const _0xd122cd=_0x330541,_0xf285b3=_0x354f82[_0xd122cd(0x137)](_0x59bd89[_0xd122cd(0x11a)][_0xd122cd(0x131)][_0xd122cd(0x107)]);_0x59bd89[_0xd122cd(0x11a)][_0xd122cd(0xf2)](()=>{const _0x2775ad=_0xd122cd;_0x282184[_0x2775ad(0x13e)](_0xf285b3,{'commandName':_0x2775ad(0xfb),'commandParams':[]},[],_0x2775ad(0xfb));});}),_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x330541(0xfb))['on'](_0x330541(0x11b),(_0x426b40,_0x5b656b)=>{const _0x2e3cc8=_0x330541;_0x59bd89[_0x2e3cc8(0x108)][_0x2e3cc8(0x13c)](_0x2e3cc8(0x114))[_0x2e3cc8(0x12e)]&&(_0x5b656b[_0x2e3cc8(0x10b)]>0x0&&_0x5b656b[_0x5b656b[_0x2e3cc8(0x10b)]-0x1]&&_0x5b656b[_0x5b656b[_0x2e3cc8(0x10b)]-0x1][_0x2e3cc8(0xff)]||_0x282184[_0x2e3cc8(0x13a)]||this[_0x2e3cc8(0x127)]()||_0x426b40[_0x2e3cc8(0x12c)]());},{'priority':_0x330541(0x12a)});for(const _0x116854 of[_0x330541(0x10c),_0x330541(0x121),_0x330541(0x111),_0x330541(0x109)]){const _0x85dd6b=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x116854);_0x282184[_0x330541(0x12f)](_0x116854,()=>{const _0x14e3c8=_0x330541,_0x9f022=_0x59bd89[_0x14e3c8(0x11a)][_0x14e3c8(0x131)][_0x14e3c8(0x107)][_0x14e3c8(0x103)]()[_0x14e3c8(0x10f)]()[_0x14e3c8(0xf6)](_0x13c3bd=>_0x13c3bd['is'](_0x14e3c8(0xfa),_0x14e3c8(0x135))),_0x543592=_0x85dd6b[_0x14e3c8(0x12e)];_0x59bd89[_0x14e3c8(0x11a)][_0x14e3c8(0xf2)](()=>{const _0x2d918f=_0x14e3c8;_0x282184[_0x2d918f(0x13e)]([_0x9f022,_0x543592],{'commandName':_0x2d918f(0xfb),'commandParams':[]},[],_0x2d918f(0xfb));});});}for(const _0x333bf6 of[_0x330541(0x119),_0x330541(0x104)]){const _0x47709b=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x333bf6);_0x282184[_0x330541(0x12f)](_0x333bf6,()=>{const _0x263499=_0x330541,_0x45957f=_0x354f82[_0x263499(0x137)](_0x59bd89[_0x263499(0x11a)][_0x263499(0x131)][_0x263499(0x107)])[0x0],_0x506cf1=_0x45957f[_0x263499(0xe8)](_0x263499(0xef)),{column:_0x294715,row:_0x45e539}=_0x354f82[_0x263499(0x10e)](_0x45957f);let _0x2624d9=[];if(_0x263499(0x11e)==_0x47709b[_0x263499(0x118)]){const _0x2e08c1=_0x354f82[_0x263499(0x13d)](_0x506cf1,{'startRow':_0x45e539,'endRow':_0x45e539,'includeAllSlots':!0x0});_0x2624d9=Array[_0x263499(0xf1)](_0x2e08c1)[_0x263499(0xf0)](_0x242c5b=>_0x242c5b[_0x263499(0xeb)]);}else{const _0x21f305=_0x354f82[_0x263499(0x13d)](_0x506cf1,{'column':_0x294715,'includeAllSlots':!0x0});_0x2624d9=Array[_0x263499(0xf1)](_0x21f305)[_0x263499(0xf0)](_0x1cd36b=>_0x1cd36b[_0x263499(0xeb)]);}_0x59bd89[_0x263499(0x11a)][_0x263499(0xf2)](_0x586e23=>{const _0x2b6877=_0x263499;_0x282184[_0x2b6877(0x133)](_0x586e23[_0x2b6877(0xe9)](_0x45957f),{'commandName':_0x333bf6,'commandParams':[]},_0x2624d9,_0x333bf6);});});}_0x282184[_0x330541(0x10a)][_0x330541(0x139)](_0x579781=>{const _0x5b2c4c=_0x330541;if(_0x5b2c4c(0x122)!=_0x579781[_0x5b2c4c(0x10d)]&&_0x5b2c4c(0xf9)!=_0x579781[_0x5b2c4c(0x10d)])return;const {data:_0x1cace1}=_0x579781;return _0x1cace1&&_0x5b2c4c(0xfb)==_0x1cace1[_0x5b2c4c(0x138)]?{'type':_0x5b2c4c(0x11d),'content':_0x2c6b92(_0x415479,_0x5b2c4c(0x123))}:void 0x0;}),_0x282184[_0x330541(0x10a)][_0x330541(0x139)](_0x246b53=>{const _0x47e5a4=_0x330541;if(_0x47e5a4(0x122)!=_0x246b53[_0x47e5a4(0x10d)]&&_0x47e5a4(0xf9)!=_0x246b53[_0x47e5a4(0x10d)])return;const {data:_0x4affdb}=_0x246b53;return _0x4affdb?_0x47e5a4(0x119)==_0x4affdb[_0x47e5a4(0x138)]?{'type':_0x47e5a4(0x11d),'content':_0x2c6b92(_0x415479,_0x47e5a4(0xf8))}:_0x47e5a4(0x104)==_0x4affdb[_0x47e5a4(0x138)]?{'type':_0x47e5a4(0x11d),'content':_0x2c6b92(_0x415479,_0x47e5a4(0x113))}:void 0x0:void 0x0;});const _0x43d266=_0x4fa06a[_0x330541(0xee)]();for(const _0x311d4a of[_0x330541(0x10c),_0x330541(0x121),_0x330541(0x111),_0x330541(0x109)])_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0x311d4a,_0x330541(0xfe),_0x43d266);for(const _0xf7e43f of[_0x330541(0x119),_0x330541(0x104)])_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0xf7e43f,_0x330541(0xfe),_0x43d266);_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0x330541(0xfb),_0x330541(0xfe),_0x5e770f=>{const _0x15742a=_0x330541;_0x59bd89[_0x15742a(0x11a)][_0x15742a(0xf2)](_0x322c05=>{const _0x5216ed=_0x15742a,_0x4fd03a=Array[_0x5216ed(0xf1)](_0x1b99a1[_0x5216ed(0x100)]())[_0x5216ed(0xf0)](_0x3d66bd=>_0x3617d8[_0x5216ed(0x110)](_0x3d66bd));_0x322c05[_0x5216ed(0xea)](_0x5e770f),_0x59bd89[_0x5216ed(0x108)][_0x5216ed(0x13c)](_0x5216ed(0xfb))[_0x5216ed(0xec)](),_0x59bd89[_0x5216ed(0x11b)](_0x5216ed(0xfb),{'forceDefaultExecution':!0x0});const _0x28741a=_0x4fd03a[_0x5216ed(0x148)](_0x496f9c=>_0x5216ed(0x146)!=_0x496f9c[_0x5216ed(0x130)][_0x5216ed(0x101)]);_0x28741a[_0x5216ed(0x10b)]>0x0&&_0x322c05[_0x5216ed(0xea)](_0x28741a);for(const _0x2d0412 of _0x4fd03a)_0x2d0412[_0x5216ed(0x112)]();});});for(const _0x407854 of[_0x330541(0x10c),_0x330541(0x111),_0x330541(0x109),_0x330541(0x121)]){const _0x232df9=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x407854);_0x232df9['on'](_0x330541(0x140),(_0x33963f,_0x533c63,_0x2d1890)=>{const _0x1f71af=_0x330541;if(_0x2d1890){const _0xaa9961=_0x59bd89[_0x1f71af(0x11a)][_0x1f71af(0x131)][_0x1f71af(0x107)][_0x1f71af(0x103)]()[_0x1f71af(0x10f)]()[_0x1f71af(0xf6)](_0x4ca40d=>_0x4ca40d['is'](_0x1f71af(0xfa),_0x1f71af(0x135)));this[_0x1f71af(0x132)](_0x232df9[_0x1f71af(0x12e)],_0xaa9961)||(_0x33963f[_0x1f71af(0xf5)]=!0x1,_0x33963f[_0x1f71af(0x12c)]());}},{'priority':_0x330541(0x115)});}}[_0x33b73e(0x127)](){const _0x3d9d1b=_0x33b73e,_0x43f571=this[_0x3d9d1b(0xf3)][_0x3d9d1b(0x108)][_0x3d9d1b(0x13c)](_0x3d9d1b(0xfb)),_0x21f174=this[_0x3d9d1b(0xf3)][_0x3d9d1b(0xf7)][_0x3d9d1b(0x13c)](_0x3d9d1b(0x134));if(!_0x43f571[_0x3d9d1b(0x116)])return!0x1;const _0x5bc667=_0x21f174[_0x3d9d1b(0x137)](this[_0x3d9d1b(0xf3)][_0x3d9d1b(0x11a)][_0x3d9d1b(0x131)][_0x3d9d1b(0x107)]);for(const _0x35a2fb of _0x5bc667)for(const _0x45431a of _0x5bc667)if(_0x35a2fb!=_0x45431a&&!this[_0x3d9d1b(0x132)](_0x35a2fb,_0x45431a))return!0x1;return!0x0;}[_0x33b73e(0x132)](_0x90af85,_0x595689){const _0x4ba1bb=_0x33b73e,_0x4cb011=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0xf7)][_0x4ba1bb(0x13c)](_0x4ba1bb(0x14a)),_0x1824d1=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0x11a)][_0x4ba1bb(0xe9)](_0x90af85),_0x233701=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0x11a)][_0x4ba1bb(0xe9)](_0x595689),_0x5a64b4=new Set(),_0x216524=new Set();for(const _0x40e213 of _0x4cb011[_0x4ba1bb(0x129)]())if((_0x4ba1bb(0xfc)==_0x40e213[_0x4ba1bb(0x10d)]||_0x4ba1bb(0x124)==_0x40e213[_0x4ba1bb(0x10d)]||_0x4ba1bb(0xfb)==_0x40e213[_0x4ba1bb(0x145)])&&_0x40e213[_0x4ba1bb(0x12b)]){for(const _0x4a363e of _0x40e213[_0x4ba1bb(0x100)]())_0x4a363e[_0x4ba1bb(0x11c)](_0x1824d1,!0x0)&&_0x5a64b4[_0x4ba1bb(0xe7)](_0x40e213[_0x4ba1bb(0x10d)]+':'+_0x40e213[_0x4ba1bb(0x147)]['id']),_0x4a363e[_0x4ba1bb(0x11c)](_0x233701,!0x0)&&_0x216524[_0x4ba1bb(0xe7)](_0x40e213[_0x4ba1bb(0x10d)]+':'+_0x40e213[_0x4ba1bb(0x147)]['id']);}if(_0x5a64b4[_0x4ba1bb(0x141)]!=_0x216524[_0x4ba1bb(0x141)])return!0x1;for(const _0x58f6bf of _0x5a64b4)if(!_0x216524[_0x4ba1bb(0x143)](_0x58f6bf))return!0x1;return!0x0;}}
23
+ const _0x784934=_0xb7a0;(function(_0x4ac03e,_0xfc3884){const _0x480552=_0xb7a0,_0x491a5f=_0x4ac03e();while(!![]){try{const _0x5c474c=-parseInt(_0x480552(0x1af))/0x1*(-parseInt(_0x480552(0x176))/0x2)+-parseInt(_0x480552(0x188))/0x3*(-parseInt(_0x480552(0x17e))/0x4)+parseInt(_0x480552(0x169))/0x5+parseInt(_0x480552(0x1a8))/0x6+parseInt(_0x480552(0x1a5))/0x7*(parseInt(_0x480552(0x1ba))/0x8)+-parseInt(_0x480552(0x1b7))/0x9*(parseInt(_0x480552(0x1ad))/0xa)+-parseInt(_0x480552(0x1a1))/0xb;if(_0x5c474c===_0xfc3884)break;else _0x491a5f['push'](_0x491a5f['shift']());}catch(_0x187654){_0x491a5f['push'](_0x491a5f['shift']());}}}(_0x27c4,0x1dc69));function _0x27c4(){const _0x24bd04=['52rbHGLc','setSelection','mergeTableCellUp','formatInline','requires','low','model','*Merge\x20cells*','63603RPxfFD','deletion','commands','8zRCsWh','value','from','execute','registerDescriptionCallback','markBlockFormat','change','afterInit','detach','get','horizontally','enableCommand','getCellLocation','$graveyard','table','size','_acceptFormatSuggestionCallbackFactory','*Split\x20cell:*\x20vertically','commandName','197020KBKIhL','mergeTableCellDown','createTableWalker','splitTableCellHorizontally','markMultiRangeBlockFormat','_tablePostFixingSubtypes','refresh','isInContent','forceDefaultExecution','findAncestor','editor','has','selection','7804cKtkLJ','mergeTableCellLeft','rootName','cell','_suggestionFactory','getFirstPosition','registerCustomCallback','tableCell','310732lKTOhz','TrackChangesEditing','return','map','mergeTableCellRight','format','createRangeOn','_descriptionFactory','splitTableCellVertically','_isForcedDefaultExecutionBlock','6JdQOYh','isEnabled','author','formatBlock','*Split\x20cell:*\x20horizontally','TableEditing','highest','document','add','direction','type','accept','set:isEnabled','getRanges','length','plugins','locale','mergeTableCells','getSuggestions','trackChanges','_areMergableCells','insertion','containsRange','fromRange','getSelectionAffectedTableCells','2400596OuaTCg','element','_areSelectedCellsMergable','push','457961quvYoD','getAncestors','stop','619464gWxcgn','find','filter','TableUtils','subType','320mhyFcC','root'];_0x27c4=function(){return _0x24bd04;};return _0x27c4();}function _0xb7a0(_0x55f2c2,_0x3f04a4){const _0x27c4f2=_0x27c4();return _0xb7a0=function(_0xb7a0db,_0x56dad1){_0xb7a0db=_0xb7a0db-0x157;let _0xba2103=_0x27c4f2[_0xb7a0db];return _0xba2103;},_0xb7a0(_0x55f2c2,_0x3f04a4);}import{Plugin as _0x57e6b6}from'ckeditor5/src/core.js';import _0x3c4c6f from'./table.js';import{LiveRange as _0x1299a3}from'ckeditor5/src/engine.js';import{getTranslation as _0x513cbd}from'../utils/common-translations.js';export default class St extends _0x57e6b6{static get[_0x784934(0x1b3)](){return[_0x3c4c6f];}[_0x784934(0x15d)](){const _0x17ba02=_0x784934,_0x18d53b=this[_0x17ba02(0x173)],_0xc4ec14=_0x18d53b[_0x17ba02(0x1b5)][_0x17ba02(0x18f)][_0x17ba02(0x175)],_0x35c623=_0x18d53b[_0x17ba02(0x198)];if(!_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x174)](_0x17ba02(0x18d)))return;const _0xac79d0=_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x15f)](_0x17ba02(0x17f)),_0x288d03=_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x15f)](_0x17ba02(0x1ab)),_0x4d0669=_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x15f)](_0x3c4c6f);_0x4d0669[_0x17ba02(0x16e)][_0x17ba02(0x1a4)](_0x17ba02(0x199)),_0xac79d0[_0x17ba02(0x161)](_0x17ba02(0x199),()=>{const _0x1d43f0=_0x17ba02,_0x11b087=_0x288d03[_0x1d43f0(0x1a0)](_0x18d53b[_0x1d43f0(0x1b5)][_0x1d43f0(0x18f)][_0x1d43f0(0x175)]);_0x18d53b[_0x1d43f0(0x1b5)][_0x1d43f0(0x15c)](()=>{const _0x3ce0db=_0x1d43f0;_0xac79d0[_0x3ce0db(0x16d)](_0x11b087,{'commandName':_0x3ce0db(0x199),'commandParams':[]},[],_0x3ce0db(0x199));});}),_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x17ba02(0x199))['on'](_0x17ba02(0x159),(_0x29cd96,_0x2b3fc7)=>{const _0x4ba3d4=_0x17ba02;_0x18d53b[_0x4ba3d4(0x1b9)][_0x4ba3d4(0x15f)](_0x4ba3d4(0x19b))[_0x4ba3d4(0x157)]&&(_0x2b3fc7[_0x4ba3d4(0x196)]>0x0&&_0x2b3fc7[_0x2b3fc7[_0x4ba3d4(0x196)]-0x1]&&_0x2b3fc7[_0x2b3fc7[_0x4ba3d4(0x196)]-0x1][_0x4ba3d4(0x171)]||_0xac79d0[_0x4ba3d4(0x187)]||this[_0x4ba3d4(0x1a3)]()||_0x29cd96[_0x4ba3d4(0x1a7)]());},{'priority':_0x17ba02(0x18e)});for(const _0x594c11 of[_0x17ba02(0x1b1),_0x17ba02(0x182),_0x17ba02(0x16a),_0x17ba02(0x177)]){const _0x4f99ac=_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x594c11);_0xac79d0[_0x17ba02(0x161)](_0x594c11,()=>{const _0x1fd84a=_0x17ba02,_0x1c354a=_0x18d53b[_0x1fd84a(0x1b5)][_0x1fd84a(0x18f)][_0x1fd84a(0x175)][_0x1fd84a(0x17b)]()[_0x1fd84a(0x1a6)]()[_0x1fd84a(0x1a9)](_0x438f1a=>_0x438f1a['is'](_0x1fd84a(0x1a2),_0x1fd84a(0x17d))),_0x34c6ab=_0x4f99ac[_0x1fd84a(0x157)];_0x18d53b[_0x1fd84a(0x1b5)][_0x1fd84a(0x15c)](()=>{const _0x2304cf=_0x1fd84a;_0xac79d0[_0x2304cf(0x16d)]([_0x1c354a,_0x34c6ab],{'commandName':_0x2304cf(0x199),'commandParams':[]},[],_0x2304cf(0x199));});});}for(const _0x22f4a4 of[_0x17ba02(0x186),_0x17ba02(0x16c)]){const _0x116f62=_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x22f4a4);_0xac79d0[_0x17ba02(0x161)](_0x22f4a4,()=>{const _0x5511eb=_0x17ba02,_0x25c1e7=_0x288d03[_0x5511eb(0x1a0)](_0x18d53b[_0x5511eb(0x1b5)][_0x5511eb(0x18f)][_0x5511eb(0x175)])[0x0],_0x570775=_0x25c1e7[_0x5511eb(0x172)](_0x5511eb(0x164)),{column:_0x10057a,row:_0x453c37}=_0x288d03[_0x5511eb(0x162)](_0x25c1e7);let _0x59f007=[];if(_0x5511eb(0x160)==_0x116f62[_0x5511eb(0x191)]){const _0x28cb01=_0x288d03[_0x5511eb(0x16b)](_0x570775,{'startRow':_0x453c37,'endRow':_0x453c37,'includeAllSlots':!0x0});_0x59f007=Array[_0x5511eb(0x158)](_0x28cb01)[_0x5511eb(0x181)](_0x268145=>_0x268145[_0x5511eb(0x179)]);}else{const _0x2566ad=_0x288d03[_0x5511eb(0x16b)](_0x570775,{'column':_0x10057a,'includeAllSlots':!0x0});_0x59f007=Array[_0x5511eb(0x158)](_0x2566ad)[_0x5511eb(0x181)](_0x4cac21=>_0x4cac21[_0x5511eb(0x179)]);}_0x18d53b[_0x5511eb(0x1b5)][_0x5511eb(0x15c)](_0x231cfc=>{const _0x1096d2=_0x5511eb;_0xac79d0[_0x1096d2(0x15b)](_0x231cfc[_0x1096d2(0x184)](_0x25c1e7),{'commandName':_0x22f4a4,'commandParams':[]},_0x59f007,_0x22f4a4);});});}_0xac79d0[_0x17ba02(0x185)][_0x17ba02(0x15a)](_0xd6b438=>{const _0x3b4530=_0x17ba02;if(_0x3b4530(0x18b)!=_0xd6b438[_0x3b4530(0x192)]&&_0x3b4530(0x1b2)!=_0xd6b438[_0x3b4530(0x192)])return;const {data:_0x147667}=_0xd6b438;return _0x147667&&_0x3b4530(0x199)==_0x147667[_0x3b4530(0x168)]?{'type':_0x3b4530(0x183),'content':_0x513cbd(_0x35c623,_0x3b4530(0x1b6))}:void 0x0;}),_0xac79d0[_0x17ba02(0x185)][_0x17ba02(0x15a)](_0x33dd25=>{const _0x2d97d0=_0x17ba02;if(_0x2d97d0(0x18b)!=_0x33dd25[_0x2d97d0(0x192)]&&_0x2d97d0(0x1b2)!=_0x33dd25[_0x2d97d0(0x192)])return;const {data:_0x2c745d}=_0x33dd25;return _0x2c745d?_0x2d97d0(0x186)==_0x2c745d[_0x2d97d0(0x168)]?{'type':_0x2d97d0(0x183),'content':_0x513cbd(_0x35c623,_0x2d97d0(0x167))}:_0x2d97d0(0x16c)==_0x2c745d[_0x2d97d0(0x168)]?{'type':_0x2d97d0(0x183),'content':_0x513cbd(_0x35c623,_0x2d97d0(0x18c))}:void 0x0:void 0x0;});const _0x52f349=_0x4d0669[_0x17ba02(0x166)]();for(const _0x49f503 of[_0x17ba02(0x1b1),_0x17ba02(0x182),_0x17ba02(0x16a),_0x17ba02(0x177)])_0xac79d0[_0x17ba02(0x17a)][_0x17ba02(0x17c)](_0x17ba02(0x18b),_0x49f503,_0x17ba02(0x193),_0x52f349);for(const _0x3e3179 of[_0x17ba02(0x186),_0x17ba02(0x16c)])_0xac79d0[_0x17ba02(0x17a)][_0x17ba02(0x17c)](_0x17ba02(0x18b),_0x3e3179,_0x17ba02(0x193),_0x52f349);_0xac79d0[_0x17ba02(0x17a)][_0x17ba02(0x17c)](_0x17ba02(0x18b),_0x17ba02(0x199),_0x17ba02(0x193),_0x442b3e=>{const _0x5c9ddf=_0x17ba02;_0x18d53b[_0x5c9ddf(0x1b5)][_0x5c9ddf(0x15c)](_0x25f18d=>{const _0x1417eb=_0x5c9ddf,_0x3e648e=Array[_0x1417eb(0x158)](_0xc4ec14[_0x1417eb(0x195)]())[_0x1417eb(0x181)](_0x450d4a=>_0x1299a3[_0x1417eb(0x19f)](_0x450d4a));_0x25f18d[_0x1417eb(0x1b0)](_0x442b3e),_0x18d53b[_0x1417eb(0x1b9)][_0x1417eb(0x15f)](_0x1417eb(0x199))[_0x1417eb(0x16f)](),_0x18d53b[_0x1417eb(0x159)](_0x1417eb(0x199),{'forceDefaultExecution':!0x0});const _0x4297b1=_0x3e648e[_0x1417eb(0x1aa)](_0x2efca0=>_0x1417eb(0x163)!=_0x2efca0[_0x1417eb(0x1ae)][_0x1417eb(0x178)]);_0x4297b1[_0x1417eb(0x196)]>0x0&&_0x25f18d[_0x1417eb(0x1b0)](_0x4297b1);for(const _0x372218 of _0x3e648e)_0x372218[_0x1417eb(0x15e)]();});});for(const _0x523744 of[_0x17ba02(0x1b1),_0x17ba02(0x16a),_0x17ba02(0x177),_0x17ba02(0x182)]){const _0x2c357c=_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x523744);_0x2c357c['on'](_0x17ba02(0x194),(_0x5eb08a,_0x43e4e9,_0x5ca81d)=>{const _0x47c90c=_0x17ba02;if(_0x5ca81d){const _0x17a19e=_0x18d53b[_0x47c90c(0x1b5)][_0x47c90c(0x18f)][_0x47c90c(0x175)][_0x47c90c(0x17b)]()[_0x47c90c(0x1a6)]()[_0x47c90c(0x1a9)](_0x5a2776=>_0x5a2776['is'](_0x47c90c(0x1a2),_0x47c90c(0x17d)));this[_0x47c90c(0x19c)](_0x2c357c[_0x47c90c(0x157)],_0x17a19e)||(_0x5eb08a[_0x47c90c(0x180)]=!0x1,_0x5eb08a[_0x47c90c(0x1a7)]());}},{'priority':_0x17ba02(0x1b4)});}}[_0x784934(0x1a3)](){const _0x3341f0=_0x784934,_0x64caec=this[_0x3341f0(0x173)][_0x3341f0(0x1b9)][_0x3341f0(0x15f)](_0x3341f0(0x199)),_0x52f1a9=this[_0x3341f0(0x173)][_0x3341f0(0x197)][_0x3341f0(0x15f)](_0x3341f0(0x1ab));if(!_0x64caec[_0x3341f0(0x189)])return!0x1;const _0x2e779e=_0x52f1a9[_0x3341f0(0x1a0)](this[_0x3341f0(0x173)][_0x3341f0(0x1b5)][_0x3341f0(0x18f)][_0x3341f0(0x175)]);for(const _0x54ae32 of _0x2e779e)for(const _0x173c3a of _0x2e779e)if(_0x54ae32!=_0x173c3a&&!this[_0x3341f0(0x19c)](_0x54ae32,_0x173c3a))return!0x1;return!0x0;}[_0x784934(0x19c)](_0x2dafa7,_0x538677){const _0xcd5427=_0x784934,_0x170be4=this[_0xcd5427(0x173)][_0xcd5427(0x197)][_0xcd5427(0x15f)](_0xcd5427(0x17f)),_0x33a9fc=this[_0xcd5427(0x173)][_0xcd5427(0x1b5)][_0xcd5427(0x184)](_0x2dafa7),_0x3a332e=this[_0xcd5427(0x173)][_0xcd5427(0x1b5)][_0xcd5427(0x184)](_0x538677),_0x38be7d=new Set(),_0x3e0d4f=new Set();for(const _0x387e50 of _0x170be4[_0xcd5427(0x19a)]())if((_0xcd5427(0x19d)==_0x387e50[_0xcd5427(0x192)]||_0xcd5427(0x1b8)==_0x387e50[_0xcd5427(0x192)]||_0xcd5427(0x199)==_0x387e50[_0xcd5427(0x1ac)])&&_0x387e50[_0xcd5427(0x170)]){for(const _0x24bd98 of _0x387e50[_0xcd5427(0x195)]())_0x24bd98[_0xcd5427(0x19e)](_0x33a9fc,!0x0)&&_0x38be7d[_0xcd5427(0x190)](_0x387e50[_0xcd5427(0x192)]+':'+_0x387e50[_0xcd5427(0x18a)]['id']),_0x24bd98[_0xcd5427(0x19e)](_0x3a332e,!0x0)&&_0x3e0d4f[_0xcd5427(0x190)](_0x387e50[_0xcd5427(0x192)]+':'+_0x387e50[_0xcd5427(0x18a)]['id']);}if(_0x38be7d[_0xcd5427(0x165)]!=_0x3e0d4f[_0xcd5427(0x165)])return!0x1;for(const _0x552615 of _0x38be7d)if(!_0x3e0d4f[_0xcd5427(0x174)](_0x552615))return!0x1;return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5a55(_0x3aecec,_0x57f8ef){const _0x126290=_0x1262();return _0x5a55=function(_0x5a555e,_0x165687){_0x5a555e=_0x5a555e-0x1d4;let _0x2c56e2=_0x126290[_0x5a555e];return _0x2c56e2;},_0x5a55(_0x3aecec,_0x57f8ef);}const _0x46aa1d=_0x5a55;function _0x1262(){const _0x47a3f9=['20OdKutv','commands','TrackChangesEditing','3102932jwwOIS','plugins','enableCommand','433389rwuBUv','_descriptionFactory','get','tableOfContents','ELEMENT_TABLE_OF_CONTENTS','7092232QDpeBH','registerElementLabel','afterInit','locale','editor','4850556eAjRBo','1489LADgvm','insertTableOfContents','4754808pHuoRS','562nkeGVH','989580csAGsZ'];_0x1262=function(){return _0x47a3f9;};return _0x1262();}(function(_0x5d9138,_0x10ce9d){const _0x62e6e2=_0x5a55,_0x1315a8=_0x5d9138();while(!![]){try{const _0x4f721f=-parseInt(_0x62e6e2(0x1e8))/0x1*(parseInt(_0x62e6e2(0x1d5))/0x2)+parseInt(_0x62e6e2(0x1dd))/0x3+-parseInt(_0x62e6e2(0x1d7))/0x4*(parseInt(_0x62e6e2(0x1d6))/0x5)+parseInt(_0x62e6e2(0x1e7))/0x6+-parseInt(_0x62e6e2(0x1da))/0x7+parseInt(_0x62e6e2(0x1e2))/0x8+parseInt(_0x62e6e2(0x1d4))/0x9;if(_0x4f721f===_0x10ce9d)break;else _0x1315a8['push'](_0x1315a8['shift']());}catch(_0x1070e3){_0x1315a8['push'](_0x1315a8['shift']());}}}(_0x1262,0x7e171));import{Plugin as _0x5ceaf0}from'ckeditor5/src/core.js';import{getTranslation as _0x236d7b}from'../utils/common-translations.js';export default class _t extends _0x5ceaf0{[_0x46aa1d(0x1e4)](){const _0x27e5cc=_0x46aa1d,_0x22ee75=this[_0x27e5cc(0x1e6)];if(!_0x22ee75[_0x27e5cc(0x1d8)][_0x27e5cc(0x1df)](_0x27e5cc(0x1e9)))return;_0x22ee75[_0x27e5cc(0x1db)][_0x27e5cc(0x1df)](_0x27e5cc(0x1d9))[_0x27e5cc(0x1dc)](_0x27e5cc(0x1e9));const _0x3739b4=_0x22ee75[_0x27e5cc(0x1db)][_0x27e5cc(0x1df)](_0x27e5cc(0x1d9)),_0x342a6a=_0x22ee75[_0x27e5cc(0x1e5)];_0x3739b4[_0x27e5cc(0x1de)][_0x27e5cc(0x1e3)](_0x27e5cc(0x1e0),_0x5ec6b3=>_0x236d7b(_0x342a6a,_0x27e5cc(0x1e1),_0x5ec6b3));}}
23
+ function _0x393f(){const _0x2a2fc9=['enableCommand','TrackChangesEditing','insertTableOfContents','276mAiDAa','8rsdMqI','1225910eiSFBo','7584952HYPlZv','registerElementLabel','editor','afterInit','tableOfContents','108372ixeyPO','commands','916701zIQdlK','get','_descriptionFactory','275lLZTVX','261560mSPXkm','ELEMENT_TABLE_OF_CONTENTS','5791680qNSHWC','15tUzipy','plugins','34517kzxCUA','locale'];_0x393f=function(){return _0x2a2fc9;};return _0x393f();}const _0x4d98f2=_0x5c5c;(function(_0x541fdd,_0x2bcfe9){const _0x298d83=_0x5c5c,_0x5d3072=_0x541fdd();while(!![]){try{const _0x46e4f4=-parseInt(_0x298d83(0x1f8))/0x1*(parseInt(_0x298d83(0x1ef))/0x2)+-parseInt(_0x298d83(0x1f1))/0x3+parseInt(_0x298d83(0x1e8))/0x4*(-parseInt(_0x298d83(0x1f5))/0x5)+-parseInt(_0x298d83(0x1e7))/0x6*(-parseInt(_0x298d83(0x1e2))/0x7)+-parseInt(_0x298d83(0x1ea))/0x8+-parseInt(_0x298d83(0x1f7))/0x9+parseInt(_0x298d83(0x1e9))/0xa*(parseInt(_0x298d83(0x1f4))/0xb);if(_0x46e4f4===_0x2bcfe9)break;else _0x5d3072['push'](_0x5d3072['shift']());}catch(_0xb50aa4){_0x5d3072['push'](_0x5d3072['shift']());}}}(_0x393f,0x74735));function _0x5c5c(_0x3a1d70,_0x496b31){const _0x393f03=_0x393f();return _0x5c5c=function(_0x5c5c49,_0x5e14d2){_0x5c5c49=_0x5c5c49-0x1e2;let _0x41d15a=_0x393f03[_0x5c5c49];return _0x41d15a;},_0x5c5c(_0x3a1d70,_0x496b31);}import{Plugin as _0x7360a4}from'ckeditor5/src/core.js';import{getTranslation as _0x3642b5}from'../utils/common-translations.js';export default class Ct extends _0x7360a4{[_0x4d98f2(0x1ed)](){const _0x4422c2=_0x4d98f2,_0x3b21ad=this[_0x4422c2(0x1ec)];if(!_0x3b21ad[_0x4422c2(0x1f0)][_0x4422c2(0x1f2)](_0x4422c2(0x1e6)))return;_0x3b21ad[_0x4422c2(0x1f9)][_0x4422c2(0x1f2)](_0x4422c2(0x1e5))[_0x4422c2(0x1e4)](_0x4422c2(0x1e6));const _0x285cb0=_0x3b21ad[_0x4422c2(0x1f9)][_0x4422c2(0x1f2)](_0x4422c2(0x1e5)),_0x3a5a9f=_0x3b21ad[_0x4422c2(0x1e3)];_0x285cb0[_0x4422c2(0x1f3)][_0x4422c2(0x1eb)](_0x4422c2(0x1ee),_0x554212=>_0x3642b5(_0x3a5a9f,_0x4422c2(0x1f6),_0x554212));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x28106e=_0x1809;(function(_0x133053,_0x4adac2){const _0x2b1178=_0x1809,_0x14ad63=_0x133053();while(!![]){try{const _0x269585=parseInt(_0x2b1178(0x125))/0x1*(-parseInt(_0x2b1178(0x112))/0x2)+parseInt(_0x2b1178(0x12d))/0x3*(-parseInt(_0x2b1178(0x117))/0x4)+parseInt(_0x2b1178(0xfe))/0x5*(parseInt(_0x2b1178(0x11e))/0x6)+-parseInt(_0x2b1178(0x13c))/0x7*(-parseInt(_0x2b1178(0x121))/0x8)+parseInt(_0x2b1178(0xfd))/0x9*(-parseInt(_0x2b1178(0x13b))/0xa)+-parseInt(_0x2b1178(0x13d))/0xb+-parseInt(_0x2b1178(0x140))/0xc*(-parseInt(_0x2b1178(0x10a))/0xd);if(_0x269585===_0x4adac2)break;else _0x14ad63['push'](_0x14ad63['shift']());}catch(_0x2f8d43){_0x14ad63['push'](_0x14ad63['shift']());}}}(_0xf21a,0x1e2ba));function _0xf21a(){const _0x308cf5=['registerDescriptionCallback','16913RDxSWK','afterInit','_getSuggestion','tableHeight','removeAttribute','get','locale','plugins','530XWcTvA','has','getContainedElement','tableCellBorderColor','registerCustomCallback','8RNFdPB','start','document','join','formatBlock','tableCellHeight','handleDiscardAction','66pJJkzr','tableCellWidth','tableCellBorderStyle','72992miwnRY','enqueueChange','accept','editor','362eGMnZl','setAttribute','commandParams','getSelectionAffectedTableCells','tableWidth','getSuggestions','nodeAfter','TrackChangesTableProperties','237846eXLCJv','pluginName','tableBackgroundColor','TableUtils','tableCellHorizontalAlignment','getSuggestionCallback','format','markBlockFormat','model','discard','getAttribute','tableCellPadding','tableCellBackgroundColor','*Format:*\x20change\x20table\x20properties','14680DVwTkh','161THldmV','932910LzURmf','batch','_suggestionFactory','1524sTxvhy','enableCommand','tableBorderStyle','tableBorderWidth','getFirstPosition','data','_descriptionFactory','subType','tableCellProperties','_handlePropertyChange','table','tableCellVerticalAlignment','tableProperties','change','909kdvnPF','107305LqPYFO','*Format:*\x20change\x20table\x20cell\x20properties','tableCellBorderWidth','tableBorderColor','TablePropertiesEditing','selection','handleSuggestionDescription','TableCellPropertiesEditing','TrackChangesEditing','findAncestor','tableAlignment'];_0xf21a=function(){return _0x308cf5;};return _0xf21a();}import{Plugin as _0x58f18b}from'ckeditor5/src/core.js';function _0x1809(_0x49b279,_0x3a99d6){const _0xf21acb=_0xf21a();return _0x1809=function(_0x1809a5,_0x4808ea){_0x1809a5=_0x1809a5-0xf7;let _0x21721a=_0xf21acb[_0x1809a5];return _0x21721a;},_0x1809(_0x49b279,_0x3a99d6);}import{getTranslation as _0x2cc91b}from'../utils/common-translations.js';export default class Mt extends _0x58f18b{constructor(_0x2eb44f){const _0x33dcec=_0x1809;super(_0x2eb44f),this[_0x33dcec(0xfb)]=[_0x33dcec(0x101),_0x33dcec(0x142),_0x33dcec(0x143),_0x33dcec(0x108),_0x33dcec(0x129),_0x33dcec(0x10d),_0x33dcec(0x12f)],this[_0x33dcec(0xf7)]=[_0x33dcec(0x115),_0x33dcec(0x120),_0x33dcec(0x100),_0x33dcec(0x138),_0x33dcec(0x11f),_0x33dcec(0x11c),_0x33dcec(0x139),_0x33dcec(0x131),_0x33dcec(0xfa)];}static get[_0x28106e(0x12e)](){const _0x48062c=_0x28106e;return _0x48062c(0x12c);}[_0x28106e(0x10b)](){const _0x33fc0f=_0x28106e,_0x53c4df=this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x10f)](_0x33fc0f(0x106));if(this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x113)](_0x33fc0f(0x102))){for(const _0x5a0acf of this[_0x33fc0f(0xfb)])_0x53c4df[_0x33fc0f(0x141)](_0x5a0acf,(_0x168f40,_0x58e344)=>{const _0xbdc0b1=_0x33fc0f,_0x4d57f1=this[_0xbdc0b1(0x124)][_0xbdc0b1(0x135)][_0xbdc0b1(0x119)][_0xbdc0b1(0x103)][_0xbdc0b1(0x144)]()[_0xbdc0b1(0x107)](_0xbdc0b1(0xf9));this[_0xbdc0b1(0xf8)](_0x5a0acf,[_0x4d57f1],this[_0xbdc0b1(0xfb)],_0xbdc0b1(0xfb),_0x168f40,_0x58e344);});_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x123),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x132)](_0x33fc0f(0x11b),null,_0x33fc0f(0x136))),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x136),(_0x315091,_0x4031c1)=>this[_0x33fc0f(0x11d)](this[_0x33fc0f(0xfb)],_0x315091,_0x4031c1)),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x11a),()=>!0x1);}if(this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x113)](_0x33fc0f(0x105))){for(const _0x165b98 of this[_0x33fc0f(0xf7)])_0x53c4df[_0x33fc0f(0x141)](_0x165b98,(_0xd18cab,_0xc901ff)=>{const _0x399b03=_0x33fc0f,_0x162dd4=this[_0x399b03(0x124)][_0x399b03(0x111)][_0x399b03(0x10f)](_0x399b03(0x130))[_0x399b03(0x128)](this[_0x399b03(0x124)][_0x399b03(0x135)][_0x399b03(0x119)][_0x399b03(0x103)]);this[_0x399b03(0xf8)](_0x165b98,_0x162dd4,this[_0x399b03(0xf7)],_0x399b03(0xf7),_0xd18cab,_0xc901ff);});_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x123),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x132)](_0x33fc0f(0x11b),null,_0x33fc0f(0x136))),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x136),(_0x3ae499,_0x115bf5)=>this[_0x33fc0f(0x11d)](this[_0x33fc0f(0xf7)],_0x3ae499,_0x115bf5)),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x11a),()=>!0x1);}_0x53c4df[_0x33fc0f(0x146)][_0x33fc0f(0x109)](_0x70f022=>this[_0x33fc0f(0x104)](_0x70f022));}[_0x28106e(0xf8)](_0x150058,_0x1d8ce5,_0x19af48,_0xdaed0e,_0x1aad03,_0x431fb2){const _0x4224c2=_0x28106e,_0x8dc169=this[_0x4224c2(0x124)][_0x4224c2(0x111)][_0x4224c2(0x10f)](_0x4224c2(0x106));this[_0x4224c2(0x124)][_0x4224c2(0x135)][_0x4224c2(0x122)](_0x431fb2[_0x4224c2(0x13e)],()=>{const _0x596362=_0x4224c2;for(const _0x494db4 of _0x1d8ce5){if(this[_0x596362(0x10c)](_0x494db4,_0xdaed0e))_0x1aad03(_0x431fb2);else{const _0x116b9b={};for(const _0xa9ae5f of _0x19af48){const _0x1e129c=_0x494db4[_0x596362(0x137)](_0xa9ae5f);void 0x0!==_0x1e129c&&(_0x116b9b[_0xa9ae5f]=_0x1e129c);}_0x1aad03(_0x431fb2),_0x8dc169[_0x596362(0x134)](_0x494db4,{'commandParams':[_0x116b9b]},[],_0xdaed0e);}}});}[_0x28106e(0x11d)](_0x4a9970,_0x3d3867,_0x27642d){const _0xd6ec89=_0x28106e,_0x14a665=_0x3d3867[0x0][_0xd6ec89(0x118)][_0xd6ec89(0x12b)],_0x1861be=_0x27642d[_0xd6ec89(0x127)][0x0];this[_0xd6ec89(0x124)][_0xd6ec89(0x135)][_0xd6ec89(0xfc)](_0x3d5dc1=>{const _0x406f10=_0xd6ec89;for(const _0x396547 of _0x4a9970)void 0x0!==_0x1861be[_0x396547]?_0x3d5dc1[_0x406f10(0x126)](_0x396547,_0x1861be[_0x396547],_0x14a665):_0x3d5dc1[_0x406f10(0x10e)](_0x396547,_0x14a665);});}[_0x28106e(0x104)](_0x59735a){const _0x4260ed=_0x28106e;if(_0x59735a[_0x4260ed(0x145)])switch(_0x59735a[_0x4260ed(0x147)]){case _0x4260ed(0xfb):return{'type':_0x4260ed(0x133),'content':_0x2cc91b(this[_0x4260ed(0x124)][_0x4260ed(0x110)],_0x4260ed(0x13a))};case _0x4260ed(0xf7):return{'type':_0x4260ed(0x133),'content':_0x2cc91b(this[_0x4260ed(0x124)][_0x4260ed(0x110)],_0x4260ed(0xff))};}}[_0x28106e(0x10c)](_0x73676,_0x261b8c){const _0x400c52=_0x28106e,_0x7e97c6=this[_0x400c52(0x124)][_0x400c52(0x111)][_0x400c52(0x10f)](_0x400c52(0x106));for(const _0xebbce6 of _0x7e97c6[_0x400c52(0x12a)]({'skipNotAttached':!0x0})){const _0x127d19=_0xebbce6[_0x400c52(0x114)]();if(_0xebbce6[_0x400c52(0x147)]===_0x261b8c&&_0x127d19===_0x73676)return _0xebbce6;}return null;}}
23
+ const _0x3147e4=_0x4e05;(function(_0x34fe50,_0x4625fb){const _0x37af49=_0x4e05,_0x240029=_0x34fe50();while(!![]){try{const _0x3305b6=-parseInt(_0x37af49(0x158))/0x1*(-parseInt(_0x37af49(0x193))/0x2)+-parseInt(_0x37af49(0x198))/0x3*(parseInt(_0x37af49(0x15e))/0x4)+parseInt(_0x37af49(0x163))/0x5*(parseInt(_0x37af49(0x175))/0x6)+-parseInt(_0x37af49(0x16e))/0x7+parseInt(_0x37af49(0x19a))/0x8*(-parseInt(_0x37af49(0x197))/0x9)+-parseInt(_0x37af49(0x17d))/0xa+parseInt(_0x37af49(0x168))/0xb*(parseInt(_0x37af49(0x196))/0xc);if(_0x3305b6===_0x4625fb)break;else _0x240029['push'](_0x240029['shift']());}catch(_0x3d78dd){_0x240029['push'](_0x240029['shift']());}}}(_0xdd61,0xa3b3e));function _0xdd61(){const _0x53a7db=['990utUmuQ','tableBorderStyle','5147672wadkIi','getAttribute','_handlePropertyChange','removeAttribute','getContainedElement','model','data','document','tableCellHorizontalAlignment','tableCellPadding','TablePropertiesEditing','tableCellBorderWidth','getSuggestionCallback','enableCommand','3780FqLeDw','*Format:*\x20change\x20table\x20properties','discard','pluginName','editor','subType','4548kzxEFt','TrackChangesEditing','plugins','tableCellBackgroundColor','tableAlignment','40aNBDqj','tableHeight','findAncestor','getSuggestions','registerDescriptionCallback','28162255lvAQow','TableCellPropertiesEditing','TableUtils','getSelectionAffectedTableCells','locale','tableBorderColor','6264160jXKQph','markBlockFormat','TrackChangesTableProperties','commandParams','_getSuggestion','getFirstPosition','start','204828vGuESk','table','formatBlock','nodeAfter','setAttribute','tableCellWidth','selection','handleSuggestionDescription','10770540fKOlJa','tableBorderWidth','tableCellHeight','handleDiscardAction','_suggestionFactory','join','accept','tableCellBorderColor','change','tableWidth','afterInit','*Format:*\x20change\x20table\x20cell\x20properties','format','_descriptionFactory','batch','get','tableProperties','registerCustomCallback','tableCellBorderStyle','tableCellProperties','tableBackgroundColor','has','438eTYSAx','tableCellVerticalAlignment','enqueueChange','12oMHmHs','9mBjECW'];_0xdd61=function(){return _0x53a7db;};return _0xdd61();}import{Plugin as _0x5ed259}from'ckeditor5/src/core.js';function _0x4e05(_0x1b9f4c,_0x3b5f85){const _0xdd61d2=_0xdd61();return _0x4e05=function(_0x4e0565,_0x4e2081){_0x4e0565=_0x4e0565-0x150;let _0x3755df=_0xdd61d2[_0x4e0565];return _0x3755df;},_0x4e05(_0x1b9f4c,_0x3b5f85);}import{getTranslation as _0x875954}from'../utils/common-translations.js';export default class $t extends _0x5ed259{constructor(_0x3c0dc4){const _0x21b8b6=_0x4e05;super(_0x3c0dc4),this[_0x21b8b6(0x18d)]=[_0x21b8b6(0x16d),_0x21b8b6(0x199),_0x21b8b6(0x17e),_0x21b8b6(0x162),_0x21b8b6(0x186),_0x21b8b6(0x164),_0x21b8b6(0x191)],this[_0x21b8b6(0x190)]=[_0x21b8b6(0x184),_0x21b8b6(0x18f),_0x21b8b6(0x155),_0x21b8b6(0x153),_0x21b8b6(0x17a),_0x21b8b6(0x17f),_0x21b8b6(0x161),_0x21b8b6(0x152),_0x21b8b6(0x194)];}static get[_0x3147e4(0x15b)](){const _0x969728=_0x3147e4;return _0x969728(0x170);}[_0x3147e4(0x187)](){const _0x335e6a=_0x3147e4,_0x202ee3=this[_0x335e6a(0x15c)][_0x335e6a(0x160)][_0x335e6a(0x18c)](_0x335e6a(0x15f));if(this[_0x335e6a(0x15c)][_0x335e6a(0x160)][_0x335e6a(0x192)](_0x335e6a(0x154))){for(const _0x1a8e62 of this[_0x335e6a(0x18d)])_0x202ee3[_0x335e6a(0x157)](_0x1a8e62,(_0x4f042b,_0x4685b4)=>{const _0x53bed3=_0x335e6a,_0x14b91e=this[_0x53bed3(0x15c)][_0x53bed3(0x19f)][_0x53bed3(0x151)][_0x53bed3(0x17b)][_0x53bed3(0x173)]()[_0x53bed3(0x165)](_0x53bed3(0x176));this[_0x53bed3(0x19c)](_0x1a8e62,[_0x14b91e],this[_0x53bed3(0x18d)],_0x53bed3(0x18d),_0x4f042b,_0x4685b4);});_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x18e)](_0x335e6a(0x177),_0x335e6a(0x18d),_0x335e6a(0x183),_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x156)](_0x335e6a(0x177),null,_0x335e6a(0x15a))),_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x18e)](_0x335e6a(0x177),_0x335e6a(0x18d),_0x335e6a(0x15a),(_0x58601e,_0x321841)=>this[_0x335e6a(0x180)](this[_0x335e6a(0x18d)],_0x58601e,_0x321841)),_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x18e)](_0x335e6a(0x177),_0x335e6a(0x18d),_0x335e6a(0x182),()=>!0x1);}if(this[_0x335e6a(0x15c)][_0x335e6a(0x160)][_0x335e6a(0x192)](_0x335e6a(0x169))){for(const _0x3811d5 of this[_0x335e6a(0x190)])_0x202ee3[_0x335e6a(0x157)](_0x3811d5,(_0x88f581,_0x5b7cc2)=>{const _0x17f8ab=_0x335e6a,_0x1552c3=this[_0x17f8ab(0x15c)][_0x17f8ab(0x160)][_0x17f8ab(0x18c)](_0x17f8ab(0x16a))[_0x17f8ab(0x16b)](this[_0x17f8ab(0x15c)][_0x17f8ab(0x19f)][_0x17f8ab(0x151)][_0x17f8ab(0x17b)]);this[_0x17f8ab(0x19c)](_0x3811d5,_0x1552c3,this[_0x17f8ab(0x190)],_0x17f8ab(0x190),_0x88f581,_0x5b7cc2);});_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x18e)](_0x335e6a(0x177),_0x335e6a(0x190),_0x335e6a(0x183),_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x156)](_0x335e6a(0x177),null,_0x335e6a(0x15a))),_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x18e)](_0x335e6a(0x177),_0x335e6a(0x190),_0x335e6a(0x15a),(_0x4fc864,_0x32e60f)=>this[_0x335e6a(0x180)](this[_0x335e6a(0x190)],_0x4fc864,_0x32e60f)),_0x202ee3[_0x335e6a(0x181)][_0x335e6a(0x18e)](_0x335e6a(0x177),_0x335e6a(0x190),_0x335e6a(0x182),()=>!0x1);}_0x202ee3[_0x335e6a(0x18a)][_0x335e6a(0x167)](_0x370541=>this[_0x335e6a(0x17c)](_0x370541));}[_0x3147e4(0x19c)](_0x3d1b95,_0x2e941d,_0xd3268,_0x4164c6,_0x55b6f6,_0x35e034){const _0x3e0af5=_0x3147e4,_0xf34251=this[_0x3e0af5(0x15c)][_0x3e0af5(0x160)][_0x3e0af5(0x18c)](_0x3e0af5(0x15f));this[_0x3e0af5(0x15c)][_0x3e0af5(0x19f)][_0x3e0af5(0x195)](_0x35e034[_0x3e0af5(0x18b)],()=>{const _0x27311a=_0x3e0af5;for(const _0x4d9789 of _0x2e941d){if(this[_0x27311a(0x172)](_0x4d9789,_0x4164c6))_0x55b6f6(_0x35e034);else{const _0x187722={};for(const _0x754316 of _0xd3268){const _0x407381=_0x4d9789[_0x27311a(0x19b)](_0x754316);void 0x0!==_0x407381&&(_0x187722[_0x754316]=_0x407381);}_0x55b6f6(_0x35e034),_0xf34251[_0x27311a(0x16f)](_0x4d9789,{'commandParams':[_0x187722]},[],_0x4164c6);}}});}[_0x3147e4(0x180)](_0x45e4c5,_0x5cddc7,_0x19ca0f){const _0x48ddaa=_0x3147e4,_0x41f104=_0x5cddc7[0x0][_0x48ddaa(0x174)][_0x48ddaa(0x178)],_0xaa8259=_0x19ca0f[_0x48ddaa(0x171)][0x0];this[_0x48ddaa(0x15c)][_0x48ddaa(0x19f)][_0x48ddaa(0x185)](_0x10d733=>{const _0x28d0d0=_0x48ddaa;for(const _0x4310af of _0x45e4c5)void 0x0!==_0xaa8259[_0x4310af]?_0x10d733[_0x28d0d0(0x179)](_0x4310af,_0xaa8259[_0x4310af],_0x41f104):_0x10d733[_0x28d0d0(0x19d)](_0x4310af,_0x41f104);});}[_0x3147e4(0x17c)](_0x1b4bc8){const _0x9ea2f3=_0x3147e4;if(_0x1b4bc8[_0x9ea2f3(0x150)])switch(_0x1b4bc8[_0x9ea2f3(0x15d)]){case _0x9ea2f3(0x18d):return{'type':_0x9ea2f3(0x189),'content':_0x875954(this[_0x9ea2f3(0x15c)][_0x9ea2f3(0x16c)],_0x9ea2f3(0x159))};case _0x9ea2f3(0x190):return{'type':_0x9ea2f3(0x189),'content':_0x875954(this[_0x9ea2f3(0x15c)][_0x9ea2f3(0x16c)],_0x9ea2f3(0x188))};}}[_0x3147e4(0x172)](_0x1d1edf,_0x123c47){const _0xa45a98=_0x3147e4,_0x12b071=this[_0xa45a98(0x15c)][_0xa45a98(0x160)][_0xa45a98(0x18c)](_0xa45a98(0x15f));for(const _0x3b6f66 of _0x12b071[_0xa45a98(0x166)]({'skipNotAttached':!0x0})){const _0x2bd662=_0x3b6f66[_0xa45a98(0x19e)]();if(_0x3b6f66[_0xa45a98(0x15d)]===_0x123c47&&_0x2bd662===_0x1d1edf)return _0x3b6f66;}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3f922a=_0x3815;function _0x3815(_0x5182df,_0x3224fd){const _0x33f0ad=_0x33f0();return _0x3815=function(_0x38158e,_0x48c832){_0x38158e=_0x38158e-0x17e;let _0x3ddc7a=_0x33f0ad[_0x38158e];return _0x3ddc7a;},_0x3815(_0x5182df,_0x3224fd);}(function(_0x50758f,_0x13f508){const _0x2c4117=_0x3815,_0x451a3c=_0x50758f();while(!![]){try{const _0x3cc02e=parseInt(_0x2c4117(0x18c))/0x1+-parseInt(_0x2c4117(0x17e))/0x2+parseInt(_0x2c4117(0x186))/0x3+-parseInt(_0x2c4117(0x181))/0x4*(-parseInt(_0x2c4117(0x184))/0x5)+-parseInt(_0x2c4117(0x18a))/0x6+parseInt(_0x2c4117(0x183))/0x7*(-parseInt(_0x2c4117(0x189))/0x8)+parseInt(_0x2c4117(0x18f))/0x9;if(_0x3cc02e===_0x13f508)break;else _0x451a3c['push'](_0x451a3c['shift']());}catch(_0x15391b){_0x451a3c['push'](_0x451a3c['shift']());}}}(_0x33f0,0x75959));import{Plugin as _0x593e2d}from'ckeditor5/src/core.js';function _0x33f0(){const _0x136ebe=['afterInit','insertTemplate','31112vggYpB','3871368fBzogW','editor','396603PZreAK','TrackChangesEditing','has','5150331kvsxiE','1527312oeXURy','plugins','get','512612SpHogs','enableCommand','98nrUqTG','15AoHwQx','Template','1774902azqrmc'];_0x33f0=function(){return _0x136ebe;};return _0x33f0();}export default class vt extends _0x593e2d{[_0x3f922a(0x187)](){const _0x432cab=_0x3f922a,_0x2b3d47=this[_0x432cab(0x18b)];_0x2b3d47[_0x432cab(0x17f)][_0x432cab(0x18e)](_0x432cab(0x185))&&_0x2b3d47[_0x432cab(0x17f)][_0x432cab(0x180)](_0x432cab(0x18d))[_0x432cab(0x182)](_0x432cab(0x188));}}
23
+ const _0x33af76=_0x2583;function _0x2583(_0xc88a6e,_0x5c75c3){const _0x23320a=_0x2332();return _0x2583=function(_0x25834f,_0x25de8c){_0x25834f=_0x25834f-0x1a2;let _0x3ffa1a=_0x23320a[_0x25834f];return _0x3ffa1a;},_0x2583(_0xc88a6e,_0x5c75c3);}function _0x2332(){const _0x7f5725=['has','378296paryEb','919440ojTFwJ','62178ORPXSF','262572GHtyzn','editor','139776KEeLbs','get','1114szfhwF','insertTemplate','326452wIxPRI','72CHJaHy','afterInit','Template','plugins','enableCommand','TrackChangesEditing','351qXNIyz'];_0x2332=function(){return _0x7f5725;};return _0x2332();}(function(_0x228144,_0x2a40c8){const _0x4d9476=_0x2583,_0x159090=_0x228144();while(!![]){try{const _0x469b38=parseInt(_0x4d9476(0x1ae))/0x1*(-parseInt(_0x4d9476(0x1a5))/0x2)+parseInt(_0x4d9476(0x1b2))/0x3+parseInt(_0x4d9476(0x1a7))/0x4+-parseInt(_0x4d9476(0x1b1))/0x5+parseInt(_0x4d9476(0x1b3))/0x6+-parseInt(_0x4d9476(0x1a3))/0x7+-parseInt(_0x4d9476(0x1b0))/0x8*(-parseInt(_0x4d9476(0x1a8))/0x9);if(_0x469b38===_0x2a40c8)break;else _0x159090['push'](_0x159090['shift']());}catch(_0x2db644){_0x159090['push'](_0x159090['shift']());}}}(_0x2332,0x1e86a));import{Plugin as _0x40fbb0}from'ckeditor5/src/core.js';export default class _t extends _0x40fbb0{[_0x33af76(0x1a9)](){const _0x38fcd8=_0x33af76,_0xd8a0be=this[_0x38fcd8(0x1a2)];_0xd8a0be[_0x38fcd8(0x1ab)][_0x38fcd8(0x1af)](_0x38fcd8(0x1aa))&&_0xd8a0be[_0x38fcd8(0x1ab)][_0x38fcd8(0x1a4)](_0x38fcd8(0x1ad))[_0x38fcd8(0x1ac)](_0x38fcd8(0x1a6));}}