@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 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 _0x57d558=_0x4ef9;(function(_0x3b20b4,_0x2124e2){const _0x3ff5dc=_0x4ef9,_0x72001d=_0x3b20b4();while(!![]){try{const _0x1305fd=parseInt(_0x3ff5dc(0x24c))/0x1*(-parseInt(_0x3ff5dc(0x24e))/0x2)+-parseInt(_0x3ff5dc(0x217))/0x3*(parseInt(_0x3ff5dc(0x1d8))/0x4)+parseInt(_0x3ff5dc(0x224))/0x5+-parseInt(_0x3ff5dc(0x26f))/0x6*(-parseInt(_0x3ff5dc(0x1da))/0x7)+-parseInt(_0x3ff5dc(0x25e))/0x8*(-parseInt(_0x3ff5dc(0x202))/0x9)+-parseInt(_0x3ff5dc(0x247))/0xa*(parseInt(_0x3ff5dc(0x25a))/0xb)+parseInt(_0x3ff5dc(0x23a))/0xc*(parseInt(_0x3ff5dc(0x253))/0xd);if(_0x1305fd===_0x2124e2)break;else _0x72001d['push'](_0x72001d['shift']());}catch(_0xafbf46){_0x72001d['push'](_0x72001d['shift']());}}}(_0x1b9c,0xb4abe));import{Plugin as _0x89d890}from'ckeditor5/src/core.js';import{LiveRange as _0x52f0cb}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x5737da}from'ckeditor5/src/widget.js';function _0x1b9c(){const _0x113a6b=['getChildren','4058YOeyZn','getColumnIndexes','fromRange','ELEMENT_TABLE_WITH_TEXT','removeTableRow','6768970QaYOPN','oldRange','getAttribute','detach','accept','isTouching','*Insert:*\x20%0','11UKFRvU','plugins','forceValue','item','2203912gplMrS','has','getCellLocation','insertTable','enableCommand','ELEMENT_TABLE_ROW_WITH_TEXT','selection','type','markMultiRangeInsertion','some','getRowIndexes','length','isIntersectingWithRange','createRangeIn','document','tableCell','markMultiRangeDeletion','1017510CimiCD','registerDescriptionCallback','setSelection','insertTableRowAbove','toViewElement','_getSuggestionCoords','min','_suggestionFactory','registerCustomCallback','*Remove:*\x20%0','change:data','every','end','findAncestor','5907284USYroi','filter','21iJIKSx','selectTableRow','model','highest','getSelectionAffectedTableCells','left','_tableSuggestions','minColumn','values','getItems','getChangedMarkers','_tablePostFixingSubtypes','TrackChangesEditing','tablePaste','ELEMENT_TABLE_COLUMN','afterInit','maxRow','push','ELEMENT_TABLE_ROW','table','span','refresh','maxColumn','isArray','startsWith','downcastDispatcher','nodeBefore','insertTableRowBelow','start','low','addClass','colspan','differ','execute','insertTableColumnRight','mapper','createTableWalker','batch','map','getRanges','9HXsGCq','writer','removeClass','change','includes','root','TableUtils','above','getContainedElement','minRow','nodeAfter','add','tableRow','insert','classes','hasAttribute','element','from','join','position','tableColumn','3elqwMq','MAX_SAFE_INTEGER','MIN_SAFE_INTEGER','enqueueChange','_descriptionFactory','last','subType','isEqual','get','insertion','$graveyard','getFirstRange','TableEditing','753345uiGFdR','name','options','deletion','_splitMarkerName','showSuggestionHighlights','createPositionAt','_setupColumnsRowsFixing','addMarker:suggestion','registerElementLabel','discard','max','createRangeOn','order','isInContent','commands','first','removeTableColumn','ELEMENT_TABLE','suggestion','locale','getChanges','96prjImN','editor','ELEMENT_TABLE_COLUMN_WITH_TEXT','toLowerCase','insertTableColumnLeft','registerPostFixer','getSuggestion','data','_acceptFormatSuggestionCallbackFactory','addRange','$textProxy','substr','rowspan','14084990HADrUZ','selectTableColumn','rootName','_getCoordsForCells','cell','727phtZxX'];_0x1b9c=function(){return _0x113a6b;};return _0x1b9c();}import{getTranslation as _0x278b86}from'../utils/common-translations.js';function _0x4ef9(_0x33249c,_0x3c1800){const _0x1b9c15=_0x1b9c();return _0x4ef9=function(_0x4ef943,_0xdd0672){_0x4ef943=_0x4ef943-0x1d1;let _0x2355e9=_0x1b9c15[_0x4ef943];return _0x2355e9;},_0x4ef9(_0x33249c,_0x3c1800);}export default class yt extends _0x89d890{constructor(_0x266651){const _0x3b109d=_0x4ef9;super(_0x266651),this[_0x3b109d(0x1e5)]=[_0x3b109d(0x20e),_0x3b109d(0x216)],this[_0x3b109d(0x1e0)]=new Set();}[_0x57d558(0x1e9)](){const _0x192548=_0x57d558,_0x27f5ca=this[_0x192548(0x23b)],_0xb8c0d=_0x27f5ca[_0x192548(0x1dc)][_0x192548(0x26c)][_0x192548(0x264)];if(!_0x27f5ca[_0x192548(0x25b)][_0x192548(0x25f)](_0x192548(0x223)))return;const _0x305170=_0x27f5ca[_0x192548(0x238)],_0x229e15=_0x27f5ca[_0x192548(0x25b)][_0x192548(0x21f)](_0x192548(0x1e6)),_0x34d111=_0x27f5ca[_0x192548(0x25b)][_0x192548(0x21f)](_0x192548(0x208));_0x229e15[_0x192548(0x21b)][_0x192548(0x22d)](_0x192548(0x1ed),_0x5b2bd9=>_0x278b86(_0x305170,_0x192548(0x236),_0x5b2bd9)),this[_0x192548(0x22b)](),_0x229e15[_0x192548(0x262)](_0x192548(0x261)),_0x229e15[_0x192548(0x262)](_0x192548(0x1db)),_0x229e15[_0x192548(0x262)](_0x192548(0x248));for(const _0x335a88 of[_0x192548(0x272),_0x192548(0x1f5)]){const _0x4ce6d3=_0x27f5ca[_0x192548(0x233)][_0x192548(0x21f)](_0x335a88);_0x229e15[_0x192548(0x262)](_0x335a88,_0xc0653d=>{const _0xb68c74=_0x192548;_0x27f5ca[_0xb68c74(0x1dc)][_0xb68c74(0x205)](_0x1019b4=>{const _0x300dbf=_0xb68c74;_0xc0653d();const _0x5461d1=_0x300dbf(0x209)===_0x4ce6d3[_0x300dbf(0x231)],_0x1125ea=_0x34d111[_0x300dbf(0x1de)](_0xb8c0d),_0x2a55a8=_0x34d111[_0x300dbf(0x268)](_0x1125ea),_0x1083ab=_0x5461d1?_0x2a55a8[_0x300dbf(0x234)]-0x1:_0x2a55a8[_0x300dbf(0x21c)]+0x1,_0x51d4b2=_0x1125ea[0x0][_0x300dbf(0x1d7)](_0x300dbf(0x1ed)),_0x4bf7dc=_0x34d111[_0x300dbf(0x1fe)](_0x51d4b2,{'startRow':_0x1083ab,'endRow':_0x1083ab}),_0x534df5=Array[_0x300dbf(0x213)](_0x4bf7dc)[_0x300dbf(0x200)](_0x5ab05c=>_0x1019b4[_0x300dbf(0x230)](_0x5ab05c[_0x300dbf(0x24b)]));_0x229e15[_0x300dbf(0x266)](_0x534df5,_0x300dbf(0x20e));});});}for(const _0x4976a5 of[_0x192548(0x23e),_0x192548(0x1fc)]){const _0xf1f437=_0x27f5ca[_0x192548(0x233)][_0x192548(0x21f)](_0x4976a5);_0x229e15[_0x192548(0x262)](_0x4976a5,_0x46a96e=>{const _0x7b0463=_0x192548;_0x27f5ca[_0x7b0463(0x1dc)][_0x7b0463(0x205)](_0x4ce003=>{const _0x1005cb=_0x7b0463;_0x46a96e();const _0x23b098=_0x1005cb(0x1df)===_0xf1f437[_0x1005cb(0x231)],_0x47b47c=_0x34d111[_0x1005cb(0x1de)](_0xb8c0d),_0x112d7b=_0x34d111[_0x1005cb(0x24f)](_0x47b47c),_0x379d63=_0x23b098?_0x112d7b[_0x1005cb(0x234)]-0x1:_0x112d7b[_0x1005cb(0x21c)]+0x1,_0x2207b8=_0x47b47c[0x0][_0x1005cb(0x1d7)](_0x1005cb(0x1ed)),_0xe31552=_0x34d111[_0x1005cb(0x1fe)](_0x2207b8,{'startRow':0x0,'column':_0x379d63,'includeAllSlots':!0x1}),_0xa70588=Array[_0x1005cb(0x213)](_0xe31552)[_0x1005cb(0x200)](_0x318d0f=>_0x4ce003[_0x1005cb(0x230)](_0x318d0f[_0x1005cb(0x24b)]));_0x229e15[_0x1005cb(0x266)](_0xa70588,_0x1005cb(0x216));});});}for(const _0x5e7576 of[_0x192548(0x252),_0x192548(0x235)]){const _0x5cb698=_0x5e7576[_0x192548(0x245)](0xb),_0x1cd62d=_0x5cb698[_0x192548(0x23d)](),_0x33407e=_0x1cd62d[_0x192548(0x245)](0x0,0x3)+_0x192548(0x1ee),_0x341cc1=_0x192548(0x1ed)+_0x5cb698,_0x6ee000=_0x192548(0x275)+_0x5cb698,_0x1d049a=_0x192548(0x22f)+_0x5cb698;_0x229e15[_0x192548(0x262)](_0x5e7576,()=>{const _0x2fb312=_0x192548;_0x27f5ca[_0x2fb312(0x1dc)][_0x2fb312(0x205)](_0x510fd5=>{const _0x4ba795=_0x2fb312,_0x331213=_0x34d111[_0x4ba795(0x1de)](_0xb8c0d),_0x4dedf1=_0x331213[0x0][_0x4ba795(0x1d7)](_0x4ba795(0x1ed));let _0x38e810;if(_0x4ba795(0x252)==_0x5e7576){const _0x3e6a01=_0x34d111[_0x4ba795(0x268)](_0x331213);_0x38e810={'startRow':_0x3e6a01[_0x4ba795(0x234)],'endRow':_0x3e6a01[_0x4ba795(0x21c)],'includeAllSlots':!0x0};}else{const _0xc78da4=_0x34d111[_0x4ba795(0x24f)](_0x331213);_0x38e810={'startColumn':_0xc78da4[_0x4ba795(0x234)],'endColumn':_0xc78da4[_0x4ba795(0x21c)],'includeAllSlots':!0x0};}const _0x595847=_0x34d111[_0x4ba795(0x1fe)](_0x4dedf1,_0x38e810),_0x2b1ac7=Array[_0x4ba795(0x213)](_0x595847)[_0x4ba795(0x200)](({cell:_0x2ce01c})=>_0x2ce01c),_0x19210e=ue(_0x2b1ac7[_0x4ba795(0x1d9)](_0x58b2e7=>_0x58b2e7[_0x4ba795(0x211)](_0x33407e))),_0x588da1=ue(_0x2b1ac7[_0x4ba795(0x1d9)](_0x367424=>!_0x367424[_0x4ba795(0x211)](_0x33407e)))[_0x4ba795(0x200)](_0x445354=>_0x510fd5[_0x4ba795(0x230)](_0x445354)),_0x354a60=_0x229e15[_0x4ba795(0x26e)](_0x588da1,_0x341cc1);if(_0x354a60&&(_0x4ba795(0x20e)==_0x354a60[_0x4ba795(0x21d)]||_0x4ba795(0x216)==_0x354a60[_0x4ba795(0x21d)])){const _0x5dbba9=this[_0x4ba795(0x274)](_0x354a60);for(const _0x5ae1ce of _0x19210e){const _0x38c236=_0x510fd5[_0x4ba795(0x230)](_0x5ae1ce),_0x4e38a3=_0x34d111[_0x4ba795(0x260)](_0x5ae1ce),_0x10f509=_0x5ae1ce[_0x4ba795(0x255)](_0x33407e)-0x1,_0x4bc096=_0x5dbba9[_0x6ee000],_0x2c3829=_0x5dbba9[_0x1d049a];_0x4bc096<=_0x4e38a3[_0x1cd62d]&&_0x4e38a3[_0x1cd62d]+_0x10f509<=_0x2c3829&&_0x354a60[_0x4ba795(0x243)](_0x38c236);}}});});}function _0x14077e(_0xc7fccc){const _0x32182e=_0x192548,_0x287b42=Array[_0x32182e(0x213)](_0xb8c0d[_0x32182e(0x201)]())[_0x32182e(0x200)](_0x4bf3ea=>_0x52f0cb[_0x32182e(0x250)](_0x4bf3ea));_0x27f5ca[_0x32182e(0x1dc)][_0x32182e(0x205)](_0x5c760e=>{const _0x78315f=_0x32182e,_0xd5d32f=_0x5c760e[_0x78315f(0x1ff)];_0xc7fccc=_0xc7fccc[_0x78315f(0x1d9)](_0x4ed5b5=>_0x78315f(0x221)!=_0x4ed5b5[_0x78315f(0x207)][_0x78315f(0x249)]),_0x5c760e[_0x78315f(0x271)](_0xc7fccc),_0x27f5ca[_0x78315f(0x233)][_0x78315f(0x21f)](_0x78315f(0x252))[_0x78315f(0x1ef)](),_0x27f5ca[_0x78315f(0x1fb)](_0x78315f(0x252),{'forceDefaultExecution':!0x0}),_0x27f5ca[_0x78315f(0x1dc)][_0x78315f(0x21a)](()=>{const _0x4e573d=_0x78315f;_0x27f5ca[_0x4e573d(0x1dc)][_0x4e573d(0x21a)](_0xd5d32f,_0x4b8339=>{const _0x5cad68=_0x4e573d,_0x3a0f71=_0x287b42[_0x5cad68(0x1d9)](_0xdec183=>_0x5cad68(0x221)!=_0xdec183[_0x5cad68(0x207)][_0x5cad68(0x249)]);_0x3a0f71[_0x5cad68(0x269)]>0x0&&_0x4b8339[_0x5cad68(0x271)](_0x3a0f71);for(const _0xc58d20 of _0x287b42)_0xc58d20[_0x5cad68(0x256)]();});});});}function _0x5b1879(_0xcf385e){const _0x5326ec=_0x192548;_0x27f5ca[_0x5326ec(0x1dc)][_0x5326ec(0x205)](_0x32d025=>{const _0xf1f6d4=_0x5326ec,_0x18bdc1=Array[_0xf1f6d4(0x213)](_0xb8c0d[_0xf1f6d4(0x201)]())[_0xf1f6d4(0x200)](_0x388f76=>_0x52f0cb[_0xf1f6d4(0x250)](_0x388f76)),_0x1a6d9f=[];for(const _0x30f031 of _0xcf385e)for(const _0x1ec2e8 of _0x30f031[_0xf1f6d4(0x1e3)]({'shallow':!0x0}))_0x1a6d9f[_0xf1f6d4(0x1eb)](_0x1ec2e8);for(const _0x1386f3 of _0x1a6d9f)_0xf1f6d4(0x221)!=_0x1386f3[_0xf1f6d4(0x207)][_0xf1f6d4(0x249)]&&(_0x32d025[_0xf1f6d4(0x271)](_0x32d025[_0xf1f6d4(0x22a)](_0x1386f3,0x0)),_0x27f5ca[_0xf1f6d4(0x233)][_0xf1f6d4(0x21f)](_0xf1f6d4(0x235))[_0xf1f6d4(0x1ef)](),_0x27f5ca[_0xf1f6d4(0x1fb)](_0xf1f6d4(0x235),{'forceDefaultExecution':!0x0}));const _0x1e2fe4=_0x18bdc1[_0xf1f6d4(0x1d9)](_0x219ac0=>_0xf1f6d4(0x221)!=_0x219ac0[_0xf1f6d4(0x207)][_0xf1f6d4(0x249)]);_0x1e2fe4[_0xf1f6d4(0x269)]>0x0&&_0x32d025[_0xf1f6d4(0x271)](_0x1e2fe4);for(const _0x75bfbf of _0x18bdc1)_0x75bfbf[_0xf1f6d4(0x256)]();});}function _0x4d41d1(_0x32be56,_0x10c937){const _0x101d04=_0x192548;return _0x10c937[_0x101d04(0x1d5)](_0x4b47f3=>_0x32be56[_0x101d04(0x267)](_0xcb758e=>_0xcb758e[_0x101d04(0x1d6)][_0x101d04(0x21e)](_0x4b47f3[_0x101d04(0x1f6)])||_0x4b47f3[_0x101d04(0x1d6)][_0x101d04(0x21e)](_0xcb758e[_0x101d04(0x1f6)])));}function _0x5d3756(_0x2a06a1,_0x258ebe){const _0x406c48=_0x192548;return _0x2a06a1[_0x406c48(0x267)](_0x3ed5df=>_0x258ebe[_0x406c48(0x267)](_0x4cd187=>_0x3ed5df[_0x406c48(0x1d6)][_0x406c48(0x258)](_0x4cd187[_0x406c48(0x1f6)])));}_0x27f5ca[_0x192548(0x241)][_0x192548(0x1f3)]['on'](_0x192548(0x22c),(_0x5e91bc,_0x4730e7,_0x2651ae)=>{const _0x20d0f9=_0x192548;if(!_0x2651ae[_0x20d0f9(0x226)][_0x20d0f9(0x229)])return;const _0x1cc13c=_0x4730e7[_0x20d0f9(0x25d)];if(!_0x1cc13c)return;const _0x26dcab=_0x2651ae[_0x20d0f9(0x1fd)][_0x20d0f9(0x273)](_0x1cc13c);function _0x3b565e(_0x1524f9){const _0x37cbe2=_0x20d0f9;return Array[_0x37cbe2(0x1f1)](_0x1524f9)?_0x1524f9:[_0x1524f9];}_0x26dcab&&_0x20d0f9(0x26d)===_0x1cc13c[_0x20d0f9(0x225)]&&_0x5737da(_0x26dcab,_0x2651ae[_0x20d0f9(0x203)],(_0x29657c,_0xa26d4a,_0x485589)=>_0x485589[_0x20d0f9(0x1f8)](_0x3b565e(_0xa26d4a[_0x20d0f9(0x210)]),_0x29657c),(_0x476e55,_0x57668f,_0x172883)=>_0x172883[_0x20d0f9(0x204)](_0x3b565e(_0x57668f[_0x20d0f9(0x210)]),_0x476e55));},{'priority':_0x192548(0x1dd)}),_0x229e15[_0x192548(0x21b)][_0x192548(0x270)](_0x5ba14e=>{const _0x20e718=_0x192548;if(_0x20e718(0x220)!=_0x5ba14e[_0x20e718(0x265)]&&_0x20e718(0x227)!=_0x5ba14e[_0x20e718(0x265)])return;const _0x3c97e0=_0x5ba14e[_0x20e718(0x20a)]();if(null!=_0x3c97e0&&_0x3c97e0['is'](_0x20e718(0x212),_0x20e718(0x1ed))){if(_0x20e718(0x220)==_0x5ba14e[_0x20e718(0x265)]){const _0x9a9c31=_0x5ba14e[_0x20e718(0x1e3)]()[_0x20e718(0x1d9)](_0xb95be0=>_0xb95be0['is'](_0x20e718(0x244)))[_0x20e718(0x200)](_0x427f61=>_0x427f61[_0x20e718(0x241)]);if(_0x9a9c31[_0x20e718(0x269)])return{'type':_0x20e718(0x220),'content':_0x278b86(_0x305170,_0x20e718(0x259),_0x278b86(_0x305170,_0x20e718(0x251),'\x22'+_0x9a9c31[_0x20e718(0x214)]('\x20')+'\x22'))};}if(_0x20e718(0x227)==_0x5ba14e[_0x20e718(0x265)]){const _0x43da64=_0x5ba14e[_0x20e718(0x1e3)]()[_0x20e718(0x1d9)](_0xb70601=>_0xb70601['is'](_0x20e718(0x244)))[_0x20e718(0x200)](_0x336e12=>_0x336e12[_0x20e718(0x241)]);if(_0x43da64[_0x20e718(0x269)])return{'type':_0x20e718(0x227),'content':_0x278b86(_0x305170,_0x20e718(0x1d3),_0x278b86(_0x305170,_0x20e718(0x251),'\x22'+_0x43da64[_0x20e718(0x214)]('\x20')+'\x22'))};}}}),_0x229e15[_0x192548(0x21b)][_0x192548(0x270)](_0x4afd46=>{const _0x2c7a34=_0x192548;if(_0x2c7a34(0x20e)==_0x4afd46[_0x2c7a34(0x21d)]){const _0x11c4dc=_0x4afd46[_0x2c7a34(0x1e3)]()[_0x2c7a34(0x1d9)](_0x33b7f6=>_0x33b7f6['is'](_0x2c7a34(0x244)))[_0x2c7a34(0x200)](_0x28c45b=>_0x28c45b[_0x2c7a34(0x241)]),_0x3893f8=this[_0x2c7a34(0x274)](_0x4afd46),_0x4833b9=_0x3893f8[_0x2c7a34(0x1ea)]-_0x3893f8[_0x2c7a34(0x20b)]+0x1;if(_0x2c7a34(0x220)==_0x4afd46[_0x2c7a34(0x265)])return _0x11c4dc[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x263),[_0x4833b9,'\x22'+_0x11c4dc[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x1ec),_0x4833b9))};if(_0x2c7a34(0x227)==_0x4afd46[_0x2c7a34(0x265)])return _0x11c4dc[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x263),[_0x4833b9,'\x22'+_0x11c4dc[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x1ec),_0x4833b9))};}if(_0x2c7a34(0x216)==_0x4afd46[_0x2c7a34(0x21d)]){const _0x427218=_0x4afd46[_0x2c7a34(0x1e3)]()[_0x2c7a34(0x1d9)](_0x3d4554=>_0x3d4554['is'](_0x2c7a34(0x244)))[_0x2c7a34(0x200)](_0x130314=>_0x130314[_0x2c7a34(0x241)]),_0x31e1bf=this[_0x2c7a34(0x274)](_0x4afd46),_0x2c5235=_0x31e1bf[_0x2c7a34(0x1f0)]-_0x31e1bf[_0x2c7a34(0x1e1)]+0x1;if(_0x2c7a34(0x220)==_0x4afd46[_0x2c7a34(0x265)])return _0x427218[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x23c),[_0x2c5235,'\x22'+_0x427218[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x1e8),_0x2c5235))};if(_0x2c7a34(0x227)==_0x4afd46[_0x2c7a34(0x265)])return _0x427218[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x23c),[_0x2c5235,'\x22'+_0x427218[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x1e8),_0x2c5235))};}}),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x20e),_0x192548(0x22e),_0x14077e),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x20e),_0x192548(0x257),_0x14077e),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x216),_0x192548(0x22e),_0x5b1879),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x216),_0x192548(0x257),_0x5b1879),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x216),_0x192548(0x214),_0x4d41d1),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x216),_0x192548(0x214),_0x4d41d1),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x20e),_0x192548(0x214),_0x5d3756),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x20e),_0x192548(0x214),_0x5d3756);}[_0x57d558(0x242)](){const _0x8e0e25=_0x57d558,_0x1ec922=this[_0x8e0e25(0x23b)],_0xae4ef=_0x1ec922[_0x8e0e25(0x1dc)][_0x8e0e25(0x26c)][_0x8e0e25(0x264)];return(_0x57c925,_0x3caee8)=>{const _0x53f8c1=_0x8e0e25;_0x1ec922[_0x53f8c1(0x1dc)][_0x53f8c1(0x205)](_0xbb7dd7=>{const _0x12cbbd=_0x53f8c1,{commandName:_0x491a7b,commandParams:_0x3da1fb}=_0x3caee8;let _0x4fb2ad=_0x57c925[0x0][_0x12cbbd(0x1d6)][_0x12cbbd(0x1f4)];_0x3da1fb&&_0x3da1fb[0x0]&&!0x1===_0x3da1fb[0x0][_0x12cbbd(0x25c)]&&(_0x4fb2ad=_0x57c925[0x0][_0x12cbbd(0x1f6)][_0x12cbbd(0x20c)]);const _0x188929=_0xbb7dd7[_0x12cbbd(0x26b)](_0x4fb2ad);if(_0x12cbbd(0x221)==_0x188929[_0x12cbbd(0x207)][_0x12cbbd(0x249)])return;const _0x2d28b5=Array[_0x12cbbd(0x213)](_0xae4ef[_0x12cbbd(0x201)]())[_0x12cbbd(0x200)](_0x450766=>_0x52f0cb[_0x12cbbd(0x250)](_0x450766));_0xbb7dd7[_0x12cbbd(0x271)](_0x188929),_0x1ec922[_0x12cbbd(0x233)][_0x12cbbd(0x21f)](_0x491a7b)[_0x12cbbd(0x1ef)](),_0x3da1fb[_0x12cbbd(0x1eb)]({'forceDefaultExecution':!0x0}),_0x1ec922[_0x12cbbd(0x1fb)](_0x491a7b,..._0x3da1fb);const _0x4a378e=_0x2d28b5[_0x12cbbd(0x1d9)](_0x1a982a=>_0x12cbbd(0x221)!=_0x1a982a[_0x12cbbd(0x207)][_0x12cbbd(0x249)]);_0x4a378e[_0x12cbbd(0x269)]>0x0&&_0xbb7dd7[_0x12cbbd(0x271)](_0x4a378e);for(const _0xeb3015 of _0x2d28b5)_0xeb3015[_0x12cbbd(0x256)]();});};}[_0x57d558(0x24a)](_0x52dd91){const _0x3640c7=_0x57d558,_0x178e8e=this[_0x3640c7(0x23b)][_0x3640c7(0x25b)][_0x3640c7(0x21f)](_0x3640c7(0x208));let _0x3b8597=Number[_0x3640c7(0x218)],_0x2d3fbd=Number[_0x3640c7(0x219)],_0x3f9431=Number[_0x3640c7(0x218)],_0x39a830=Number[_0x3640c7(0x219)];for(const _0x48e90e of _0x52dd91){if(_0x3640c7(0x221)==_0x48e90e[_0x3640c7(0x207)][_0x3640c7(0x249)])continue;const {row:_0x51a666,column:_0xdec157}=_0x178e8e[_0x3640c7(0x260)](_0x48e90e),_0x378aa1=_0x48e90e[_0x3640c7(0x211)](_0x3640c7(0x246))?_0x48e90e[_0x3640c7(0x255)](_0x3640c7(0x246))-0x1:0x0,_0x4c0ce3=_0x48e90e[_0x3640c7(0x211)](_0x3640c7(0x1f9))?_0x48e90e[_0x3640c7(0x255)](_0x3640c7(0x1f9))-0x1:0x0;_0x3b8597=_0x51a666<_0x3b8597?_0x51a666:_0x3b8597,_0x2d3fbd=_0x51a666+_0x378aa1>_0x2d3fbd?_0x51a666+_0x378aa1:_0x2d3fbd,_0x3f9431=_0xdec157<_0x3f9431?_0xdec157:_0x3f9431,_0x39a830=_0xdec157+_0x4c0ce3>_0x39a830?_0xdec157+_0x4c0ce3:_0x39a830;}return{'minRow':_0x3b8597,'maxRow':_0x2d3fbd,'minColumn':_0x3f9431,'maxColumn':_0x39a830};}[_0x57d558(0x22b)](){const _0xf21a8=_0x57d558,_0x435de2=this[_0xf21a8(0x23b)],_0xd5dabc=_0x435de2[_0xf21a8(0x25b)][_0xf21a8(0x21f)](_0xf21a8(0x1e6)),_0x41aba4=_0x435de2[_0xf21a8(0x25b)][_0xf21a8(0x21f)](_0xf21a8(0x208));_0x435de2[_0xf21a8(0x1dc)][_0xf21a8(0x26c)]['on'](_0xf21a8(0x1d4),()=>{const _0x4d6805=_0xf21a8,_0x422b96=Array[_0x4d6805(0x213)](_0x435de2[_0x4d6805(0x1dc)][_0x4d6805(0x26c)][_0x4d6805(0x1fa)][_0x4d6805(0x1e4)]());for(const {name:_0x799c21,data:_0x12a442}of _0x422b96){const {group:_0x1bd3e9,id:_0x2e93a4,subType:_0x27af7d}=_0xd5dabc[_0x4d6805(0x228)](_0x799c21);if(_0x4d6805(0x237)!=_0x1bd3e9)continue;if(null!=_0x12a442[_0x4d6805(0x254)])continue;const _0x1cc578=_0xd5dabc[_0x4d6805(0x240)](_0x2e93a4);this[_0x4d6805(0x1e5)][_0x4d6805(0x206)](_0x27af7d)&&this[_0x4d6805(0x1e0)][_0x4d6805(0x20d)](_0x1cc578);}},{'priority':_0xf21a8(0x1f7)});const _0x19af07=(_0x7d9f31,_0x1d379c)=>{const _0x42c0f8=_0xf21a8;let _0x5e822b=!0x1;const _0x510a6a=_0x1d379c[_0x42c0f8(0x230)](_0x7d9f31),_0x26fb8d=_0x7d9f31[_0x42c0f8(0x1d7)](_0x42c0f8(0x1ed)),_0xc3729e=_0x41aba4[_0x42c0f8(0x260)](_0x7d9f31);for(const _0x58dbe5 of this[_0x42c0f8(0x1e0)]){const _0x2fbcc3=_0x58dbe5[_0x42c0f8(0x21d)],_0x2487ea=_0x2fbcc3[_0x42c0f8(0x1f2)](_0x42c0f8(0x1e7)),_0x2d8651=_0x2fbcc3[_0x42c0f8(0x245)](_0x2487ea?0xa:0x5),_0x11094c=_0x2d8651[_0x42c0f8(0x23d)](),_0x1fc298=_0x11094c[_0x42c0f8(0x245)](0x0,0x3)+_0x42c0f8(0x1ee),_0x1670cf=_0x42c0f8(0x275)+_0x2d8651,_0x12ecf0=_0x42c0f8(0x22f)+_0x2d8651;if(!_0x58dbe5[_0x42c0f8(0x232)])continue;if(_0x26fb8d!=_0x58dbe5[_0x42c0f8(0x222)]()[_0x42c0f8(0x1f6)][_0x42c0f8(0x1d7)](_0x42c0f8(0x1ed)))continue;if(_0x58dbe5[_0x42c0f8(0x26a)](_0x510a6a))continue;const _0x2616ae=_0x7d9f31[_0x42c0f8(0x211)](_0x1fc298)?_0x7d9f31[_0x42c0f8(0x255)](_0x1fc298)-0x1:0x0,_0x59d613=this[_0x42c0f8(0x274)](_0x58dbe5),_0xc59984=_0x59d613[_0x1670cf],_0x1e6c95=_0x59d613[_0x12ecf0];_0xc59984<=_0xc3729e[_0x11094c]&&_0xc3729e[_0x11094c]+_0x2616ae<=_0x1e6c95&&(_0x58dbe5[_0x42c0f8(0x243)](_0x510a6a),_0x5e822b=!0x0);}return _0x5e822b;};_0x435de2[_0xf21a8(0x1dc)][_0xf21a8(0x26c)][_0xf21a8(0x23f)](_0x5e058b=>{const _0x5eecf3=_0xf21a8;let _0x29d93c=!0x1;for(const _0x1e6ade of _0x435de2[_0x5eecf3(0x1dc)][_0x5eecf3(0x26c)][_0x5eecf3(0x1fa)][_0x5eecf3(0x239)]())if(_0x5eecf3(0x20f)==_0x1e6ade[_0x5eecf3(0x265)]){if(_0x5eecf3(0x20e)==_0x1e6ade[_0x5eecf3(0x225)]){for(const _0x3f1cf2 of _0x1e6ade[_0x5eecf3(0x215)][_0x5eecf3(0x20c)][_0x5eecf3(0x24d)]())_0x29d93c=_0x29d93c||_0x19af07(_0x3f1cf2,_0x5e058b);}else _0x5eecf3(0x26d)==_0x1e6ade[_0x5eecf3(0x225)]&&(_0x29d93c=_0x29d93c||_0x19af07(_0x1e6ade[_0x5eecf3(0x215)][_0x5eecf3(0x20c)],_0x5e058b));}return _0x29d93c;});}[_0x57d558(0x274)](_0x390d11){const _0xf28596=_0x57d558;return this[_0xf28596(0x24a)](_0x390d11[_0xf28596(0x201)]()[_0xf28596(0x200)](_0x3bff33=>_0x3bff33[_0xf28596(0x1f6)][_0xf28596(0x20c)]));}}function ue(_0xf31c41){const _0x2f80af=_0x57d558;return Array[_0x2f80af(0x213)](new Set(_0xf31c41)[_0x2f80af(0x1e2)]());}
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
- const _0x5da403=_0xe94f;(function(_0x21dce6,_0x2229a4){const _0x3aac67=_0xe94f,_0x3c4de9=_0x21dce6();while(!![]){try{const _0x4428d4=parseInt(_0x3aac67(0xe4))/0x1+parseInt(_0x3aac67(0xe3))/0x2+-parseInt(_0x3aac67(0xd7))/0x3+parseInt(_0x3aac67(0xe8))/0x4*(parseInt(_0x3aac67(0xe6))/0x5)+-parseInt(_0x3aac67(0xe0))/0x6*(-parseInt(_0x3aac67(0xd6))/0x7)+parseInt(_0x3aac67(0xda))/0x8*(-parseInt(_0x3aac67(0xe5))/0x9)+-parseInt(_0x3aac67(0xdc))/0xa;if(_0x4428d4===_0x2229a4)break;else _0x3c4de9['push'](_0x3c4de9['shift']());}catch(_0x238e8f){_0x3c4de9['push'](_0x3c4de9['shift']());}}}(_0xa1e3,0x6401e));import{Plugin as _0x420c7d}from'ckeditor5/src/core.js';function _0xe94f(_0x10c824,_0x1a69ba){const _0xa1e3f4=_0xa1e3();return _0xe94f=function(_0xe94f79,_0x130efb){_0xe94f79=_0xe94f79-0xd5;let _0x202f02=_0xa1e3f4[_0xe94f79];return _0x202f02;},_0xe94f(_0x10c824,_0x1a69ba);}import _0x50a39c from'./table.js';function _0xa1e3(){const _0x1be1f4=['1355216yIXRcR','225807sUhvlY','125127LNANSr','15FSARIH','enableCommand','605292PXuVqX','TrackChangesEditing','14196uNMuBh','595350KaICEl','afterInit','get','216yaksGx','requires','7308510tsbqwR','has','TableCaptionEditing','toggleTableCaption','1056lOlxCv','plugins','editor'];_0xa1e3=function(){return _0x1be1f4;};return _0xa1e3();}export default class Nt extends _0x420c7d{static get[_0x5da403(0xdb)](){return[_0x50a39c];}[_0x5da403(0xd8)](){const _0x341680=_0x5da403,_0x219743=this[_0x341680(0xe2)];if(!_0x219743[_0x341680(0xe1)][_0x341680(0xdd)](_0x341680(0xde)))return;_0x219743[_0x341680(0xe1)][_0x341680(0xd9)](_0x341680(0xd5))[_0x341680(0xe7)](_0x341680(0xdf));}}
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 _0x25c453=_0x323f;(function(_0x292ec1,_0x17dacd){const _0x233e67=_0x323f,_0x3407f1=_0x292ec1();while(!![]){try{const _0x487182=parseInt(_0x233e67(0xc6))/0x1+parseInt(_0x233e67(0x16b))/0x2+parseInt(_0x233e67(0x14f))/0x3*(parseInt(_0x233e67(0x110))/0x4)+-parseInt(_0x233e67(0xc0))/0x5+-parseInt(_0x233e67(0xf3))/0x6+-parseInt(_0x233e67(0xb3))/0x7+parseInt(_0x233e67(0x11f))/0x8;if(_0x487182===_0x17dacd)break;else _0x3407f1['push'](_0x3407f1['shift']());}catch(_0x5f3537){_0x3407f1['push'](_0x3407f1['shift']());}}}(_0x533b,0x7f480));import{getTranslation as _0x402328}from'../utils/common-translations.js';function _0x323f(_0x21f5c9,_0x579ffb){const _0x533b6d=_0x533b();return _0x323f=function(_0x323faa,_0x2a3b4f){_0x323faa=_0x323faa-0xaf;let _0x20bbce=_0x533b6d[_0x323faa];return _0x20bbce;},_0x323f(_0x21f5c9,_0x579ffb);}import{Plugin as _0x3cdfae}from'ckeditor5/src/core.js';import{LiveRange as _0x27dda0}from'ckeditor5/src/engine.js';import{uid as _0x499d20,priorities as _0x2b6954}from'ckeditor5/src/utils.js';import _0x2dfe34 from'./table.js';const be=[_0x25c453(0x172),_0x25c453(0xe9),_0x25c453(0x13e),_0x25c453(0x178),_0x25c453(0xca),_0x25c453(0x14e),_0x25c453(0xcd)],de=Object[_0x25c453(0xd3)](be[_0x25c453(0x140)](_0x384a11=>[_0x384a11,null]));export default class At extends _0x3cdfae{static get[_0x25c453(0x12e)](){return[_0x2dfe34];}[_0x25c453(0xc7)](){const _0x3ea06d=_0x25c453,_0x57f126=this[_0x3ea06d(0x11d)];if(!_0x57f126[_0x3ea06d(0xc4)][_0x3ea06d(0xf5)](_0x3ea06d(0x167)))return;const _0x44a78a=_0x57f126[_0x3ea06d(0xc4)][_0x3ea06d(0xc1)](_0x3ea06d(0x112)),_0x43b169=_0x57f126[_0x3ea06d(0xc4)][_0x3ea06d(0xc1)](_0x3ea06d(0x157)),_0x47be4e=_0x57f126[_0x3ea06d(0xc4)][_0x3ea06d(0xc1)](_0x2dfe34),_0x2e00c7=_0x57f126[_0x3ea06d(0xc4)][_0x3ea06d(0xc1)](_0x3ea06d(0x167));_0x47be4e[_0x3ea06d(0xd7)][_0x3ea06d(0xff)](_0x3ea06d(0x14a),_0x3ea06d(0x107)),_0x57f126[_0x3ea06d(0xf8)][_0x3ea06d(0x123)][_0x3ea06d(0xdd)](_0x3ea06d(0x171),{'allowIn':_0x3ea06d(0xdc),'allowContentOf':_0x3ea06d(0xdc),'isLimit':!0x0}),_0x57f126[_0x3ea06d(0x176)][_0x3ea06d(0x15c)]({'model':_0x3ea06d(0x171),'view':_0x3ea06d(0x13c)});let _0x4fc49e=null;_0x57f126[_0x3ea06d(0xf8)]['on'](_0x3ea06d(0x119),(_0x5f075d,_0x53baeb)=>{const _0x1c6cd5=_0x3ea06d,[_0x54d8a0,_0xacf85d]=_0x53baeb,_0x965076=_0x53baeb[_0x53baeb[_0x1c6cd5(0x174)]-0x1];_0x965076&&_0x965076[_0x1c6cd5(0xda)]||_0x44a78a[_0x1c6cd5(0x150)]||this[_0x1c6cd5(0x11d)][_0x1c6cd5(0x144)][_0x1c6cd5(0xc1)](_0x1c6cd5(0xaf))[_0x1c6cd5(0xb6)]&&function(_0x4dd6e6,_0x1f0551,_0x370209,_0x5baf5b,_0x43a863){const _0x4469b1=_0x1c6cd5;if(_0x1f0551&&!_0x1f0551['is'](_0x4469b1(0x116)))return!0x1;const _0xc70ee8=_0x43a863[_0x4469b1(0xf0)](_0x4dd6e6,_0x370209);if(!_0xc70ee8||!me(_0xc70ee8,void 0x0,_0x5baf5b))return!0x1;const _0xaf1f93=_0x5baf5b[_0x4469b1(0x125)](_0x370209[_0x4469b1(0xee)][_0x4469b1(0xfb)]);if(!_0xaf1f93[_0x4469b1(0x174)])return!0x1;const _0x5499ba=_0xaf1f93[0x0][_0x4469b1(0x100)](_0x4469b1(0x101)),_0x47c677=_0x5baf5b[_0x4469b1(0x13f)](_0xaf1f93),_0x144935=_0x5baf5b[_0x4469b1(0x111)](_0xaf1f93),_0x5e6ff3={'startRow':_0x47c677[_0x4469b1(0xb0)],'endRow':_0x47c677[_0x4469b1(0xf9)],'startColumn':_0x144935[_0x4469b1(0xb0)],'endColumn':_0x144935[_0x4469b1(0xf9)]};return 0x1==_0xaf1f93[_0x4469b1(0x174)]&&(_0x5e6ff3[_0x4469b1(0xd6)]+=_0x5baf5b[_0x4469b1(0x113)](_0xc70ee8)-0x1,_0x5e6ff3[_0x4469b1(0xf4)]+=_0x5baf5b[_0x4469b1(0x126)](_0xc70ee8)-0x1),me(_0x5499ba,_0x5e6ff3,_0x5baf5b);}(_0x54d8a0,_0xacf85d,_0x57f126[_0x1c6cd5(0xf8)],_0x43b169,_0x2e00c7)&&(_0x5f075d[_0x1c6cd5(0x14b)](),_0x4fc49e={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x57f126[_0x1c6cd5(0xf8)][_0x1c6cd5(0x12f)](()=>{const _0x1c31dd=_0x1c6cd5;_0x57f126[_0x1c31dd(0xf8)][_0x1c31dd(0x119)](_0x53baeb[0x0],_0x53baeb[0x1],_0x53baeb[0x2],{'forceDefaultExecution':!0x0});const _0x5dc166=_0x499d20(),{rowInsertionRanges:_0x4aa469,columnInsertionRanges:_0x4e8666,insertionRanges:_0x13bed2,deletionRanges:_0x452d25,cells:_0xcc96fc}=_0x4fc49e;_0x4aa469[_0x1c31dd(0x174)]&&_0x44a78a[_0x1c31dd(0xfc)](_0x4aa469,_0x1c31dd(0x14a),{'tablePasteChainId':_0x5dc166}),_0x4e8666[_0x1c31dd(0x174)]&&_0x44a78a[_0x1c31dd(0xfc)](_0x4e8666,_0x1c31dd(0x107),{'tablePasteChainId':_0x5dc166}),_0x13bed2[_0x1c31dd(0x174)]&&(_0x44a78a[_0x1c31dd(0xfc)](_0x13bed2,_0x1c31dd(0xd8),{'tablePasteChainId':_0x5dc166,'skipNestingCheck':!0x0}),_0x13bed2[_0x1c31dd(0x151)](_0x54cdbb=>{const _0x4c68c9=_0x1c31dd;var _0x230d58;return null===(_0x230d58=_0x54cdbb[_0x4c68c9(0x154)])||void 0x0===_0x230d58?void 0x0:_0x230d58[_0x4c68c9(0x13a)](_0x54cdbb);})),_0x452d25[_0x1c31dd(0x174)]&&(_0x44a78a[_0x1c31dd(0x120)](_0x452d25,_0x1c31dd(0xd8),{'tablePasteChainId':_0x5dc166,'skipNestingCheck':!0x0}),_0x452d25[_0x1c31dd(0x151)](_0x16dbe7=>{const _0x60d162=_0x1c31dd;var _0x458e21;return null===(_0x458e21=_0x16dbe7[_0x60d162(0x154)])||void 0x0===_0x458e21?void 0x0:_0x458e21[_0x60d162(0x13a)](_0x16dbe7);}));const _0x25b6d0=_0x44a78a[_0x1c31dd(0x105)](_0xcc96fc[_0x1c31dd(0x140)](({element:_0x1330fa})=>_0x1330fa),{'formatGroupId':_0x499d20()},[],_0x1c31dd(0x132),{'tablePasteChainId':_0x5dc166});if(_0x25b6d0){const _0x41bc10=_0x25b6d0[_0x1c31dd(0xd2)](),_0x3db9a6=[];for(const {element:_0x2473b3,attributes:_0x22da08}of _0xcc96fc){if(!_0x22da08)continue;const _0x4ca4e9=_0x57f126[_0x1c31dd(0xf8)][_0x1c31dd(0x14c)](_0x2473b3),_0x426d81=_0x41bc10[_0x1c31dd(0xd5)](_0xc6057f=>_0xc6057f[_0x1c31dd(0x168)]()[_0x1c31dd(0xbd)](_0x4ca4e9));_0x426d81&&_0x3db9a6[_0x1c31dd(0xff)]([_0x426d81[_0x1c31dd(0xbe)],_0x22da08]);}_0x3db9a6[_0x1c31dd(0x174)]&&_0x25b6d0[_0x1c31dd(0x121)](_0x1c31dd(0x162),Object[_0x1c31dd(0xd3)](_0x3db9a6));}_0x4fc49e=null;}));},{'priority':_0x2b6954[_0x3ea06d(0x155)]+0xa}),_0x57f126[_0x3ea06d(0xc4)][_0x3ea06d(0xc1)](_0x3ea06d(0x167))['on'](_0x3ea06d(0x115),(_0x53fa17,_0x5b3e4b)=>{const _0x4f80c8=_0x3ea06d,[_0x2f26b8,_0x8914e3,,_0x3dc436]=_0x5b3e4b;if(!_0x4fc49e)return;_0x53fa17[_0x4f80c8(0x14b)]();const _0xdc5d76=_0x2f26b8[_0x4f80c8(0x10e)],_0x2d8eef=_0x8914e3,_0x535d4d=ge(_0xdc5d76),_0x387ac4=ge(_0x2d8eef);_0x53fa17[_0x4f80c8(0x15e)]=_0xdc5d76;let _0x1889a6=null,_0x10867b=null;if(_0x387ac4||_0x535d4d){if(_0x535d4d&&!_0x387ac4){_0x3dc436[_0x4f80c8(0x131)](_0xdc5d76[_0x4f80c8(0x16a)](0x0));for(const _0x38a993 of Array[_0x4f80c8(0xe0)](_0x2d8eef[_0x4f80c8(0x11c)]()))_0x3dc436[_0x4f80c8(0xd9)](_0x38a993,_0xdc5d76,_0x4f80c8(0xc3));const _0x50f39b=_0x4fc49e[_0x4f80c8(0xe7)][_0x4f80c8(0x117)](_0x2f26b8[_0x4f80c8(0x16d)]),_0xe8d1fb=_0x4fc49e[_0x4f80c8(0xcc)][_0x4f80c8(0x117)](_0x2f26b8[_0x4f80c8(0x124)]);_0x50f39b||_0xe8d1fb||(_0x1889a6=_0x27dda0[_0x4f80c8(0x153)](_0x3dc436[_0x4f80c8(0x165)](_0xdc5d76)));}else _0x387ac4&&!_0x535d4d&&(_0x10867b=_0x3dc436[_0x4f80c8(0x165)](_0xdc5d76));}else{const _0x32eed6=_0x3dc436[_0x4f80c8(0xdf)](_0x4f80c8(0x171)),_0x218b3b=_0x3dc436[_0x4f80c8(0xdf)](_0x4f80c8(0x171));_0x3dc436[_0x4f80c8(0x133)](_0x3dc436[_0x4f80c8(0x165)](_0xdc5d76),_0x218b3b),_0x3dc436[_0x4f80c8(0xd9)](_0x32eed6,_0xdc5d76,0x0);for(const _0x40031d of Array[_0x4f80c8(0xe0)](_0x2d8eef[_0x4f80c8(0x11c)]()))_0x3dc436[_0x4f80c8(0xd9)](_0x40031d,_0x32eed6,_0x4f80c8(0xc3));_0x1889a6=_0x27dda0[_0x4f80c8(0x153)](_0x3dc436[_0x4f80c8(0x14c)](_0x32eed6)),_0x10867b=_0x27dda0[_0x4f80c8(0x153)](_0x3dc436[_0x4f80c8(0x14c)](_0x218b3b));}const _0x3509b5=Array[_0x4f80c8(0xe0)](_0x2d8eef[_0x4f80c8(0x11a)]())[_0x4f80c8(0x129)](([_0x371567])=>be[_0x4f80c8(0x117)](_0x371567));_0x4fc49e[_0x4f80c8(0x170)][_0x4f80c8(0xff)]({'element':_0xdc5d76,'attributes':_0x3509b5[_0x4f80c8(0x174)]?Object[_0x4f80c8(0xd3)](_0x3509b5):null}),_0x1889a6&&_0x4fc49e[_0x4f80c8(0x11e)][_0x4f80c8(0xff)](_0x1889a6),_0x10867b&&_0x4fc49e[_0x4f80c8(0x10f)][_0x4f80c8(0xff)](_0x10867b);},{'priority':_0x3ea06d(0x155)}),_0x43b169['on'](_0x3ea06d(0x147),(_0x5e18d2,_0x1e2cee)=>{const _0x16aa87=_0x3ea06d,[_0x4ebec6,_0x724191={}]=_0x1e2cee;if(!_0x4fc49e)return;const _0x5bcf87=_0x724191['at']||0x0,_0x2da157=_0x724191[_0x16aa87(0x11b)]||0x1;_0x4fc49e[_0x16aa87(0xcc)]=new Array(_0x2da157)[_0x16aa87(0xef)](_0x5bcf87)[_0x16aa87(0x140)]((_0x112469,_0x10a643)=>_0x112469+_0x10a643);for(const {cell:_0x1dc4f6}of _0x43b169[_0x16aa87(0x136)](_0x4ebec6,{'startColumn':_0x5bcf87,'endColumn':_0x5bcf87+_0x2da157-0x1}))_0x4fc49e[_0x16aa87(0x143)][_0x16aa87(0xff)](_0x57f126[_0x16aa87(0xf8)][_0x16aa87(0x14c)](_0x1dc4f6));},{'priority':_0x3ea06d(0xeb)}),_0x43b169['on'](_0x3ea06d(0x104),(_0x162935,_0x5e5b24)=>{const _0x1ce09a=_0x3ea06d,[_0x599a96,_0x4e035d={}]=_0x5e5b24;if(!_0x4fc49e)return;const _0x5b6c87=_0x4e035d['at']||0x0,_0x52ca57=_0x4e035d[_0x1ce09a(0xfd)]||0x1;_0x4fc49e[_0x1ce09a(0xe7)]=new Array(_0x52ca57)[_0x1ce09a(0xef)](_0x5b6c87)[_0x1ce09a(0x140)]((_0x10d586,_0x398158)=>_0x10d586+_0x398158);for(const {cell:_0x5f1113}of _0x43b169[_0x1ce09a(0x136)](_0x599a96,{'startRow':_0x5b6c87,'endRow':_0x5b6c87+_0x52ca57-0x1}))_0x4fc49e[_0x1ce09a(0x15b)][_0x1ce09a(0xff)](_0x57f126[_0x1ce09a(0xf8)][_0x1ce09a(0x14c)](_0x5f1113));},{'priority':_0x3ea06d(0xeb)}),_0x44a78a[_0x3ea06d(0xb4)][_0x3ea06d(0x12d)](_0x2fd8e8=>{const _0x3af723=_0x3ea06d;if(_0x2fd8e8[_0x3af723(0xb7)]&&_0x2fd8e8[_0x3af723(0xb7)][_0x3af723(0xb8)](_0x3af723(0xd8)))return _0x2fd8e8[_0x3af723(0x12b)]?{}:{'type':_0x3af723(0x14d),'content':_0x402328(_0x57f126[_0x3af723(0xb2)],_0x3af723(0xed))};});const _0xfef9e5=()=>!0x1;for(const _0x1aae37 of[_0x3ea06d(0xd8),_0x3ea06d(0x107),_0x3ea06d(0x14a),_0x3ea06d(0x132)])_0x44a78a[_0x3ea06d(0xc2)][_0x3ea06d(0x128)](_0x3ea06d(0x14d),_0x1aae37,_0x3ea06d(0xbc),_0xfef9e5),_0x44a78a[_0x3ea06d(0xc2)][_0x3ea06d(0x128)](_0x3ea06d(0x159),_0x1aae37,_0x3ea06d(0xbc),_0xfef9e5),_0x44a78a[_0x3ea06d(0xc2)][_0x3ea06d(0x128)](_0x3ea06d(0xf7),_0x1aae37,_0x3ea06d(0xbc),_0xfef9e5);_0x44a78a[_0x3ea06d(0xc2)][_0x3ea06d(0x128)](_0x3ea06d(0xf7),_0x3ea06d(0x132),_0x3ea06d(0x12c),_0xfef9e5),_0x44a78a[_0x3ea06d(0xc2)][_0x3ea06d(0x128)](_0x3ea06d(0xf7),_0x3ea06d(0x132),_0x3ea06d(0x158),(_0x5066f0,_0x3f00f1,_0x18e99f)=>{const _0x1c637f=_0x3ea06d,_0x599468=_0x5066f0[_0x1c637f(0x140)](_0x136be5=>_0x136be5[_0x1c637f(0xe3)]())[_0x1c637f(0x129)](_0x11d1ce=>_0x11d1ce),_0x5cbca8=new Map(_0x599468[_0x1c637f(0x140)](_0x3c7575=>[_0x3c7575,null]));if(_0x4fc49e){for(const {element:_0x553718,attributes:_0x1bd992}of _0x4fc49e[_0x1c637f(0x170)])_0x1bd992&&_0x5cbca8[_0x1c637f(0x13d)](_0x553718,_0x1bd992);}else{if(_0x18e99f&&_0x18e99f[_0x1c637f(0x162)])for(const [_0x5438d1,_0xe2ef9d]of Object[_0x1c637f(0x146)](_0x18e99f[_0x1c637f(0x162)])){const _0xb155dd=_0x57f126[_0x1c637f(0xf8)][_0x1c637f(0x13b)][_0x1c637f(0xc1)](_0x5438d1),_0x807657=_0xb155dd?_0xb155dd[_0x1c637f(0x168)]()[_0x1c637f(0xe3)]():null;_0x807657&&_0x5cbca8[_0x1c637f(0x13d)](_0x807657,_0xe2ef9d);}}_0x57f126[_0x1c637f(0xf8)][_0x1c637f(0x12f)](_0x2cbe77=>{const _0x1e53c1=_0x1c637f;for(const [_0x166dd1,_0xbaa0b2]of _0x5cbca8)_0x2cbe77[_0x1e53c1(0xdb)]({...de,..._0xbaa0b2},_0x166dd1);});});const _0x49f34f=(_0x1f77db,_0x4ba41a)=>{const _0x49a47a=_0x3ea06d;_0x44a78a[_0x49a47a(0xc2)][_0x49a47a(0x128)](_0x1f77db,_0x49a47a(0xd8),_0x4ba41a,(_0x4f96e3,_0x165df4,_0x4352e2)=>{const _0x60188a=_0x49a47a;_0x57f126[_0x60188a(0xf8)][_0x60188a(0x12f)](_0x597517=>{const _0x4aadb2=_0x60188a,_0x3af762=[];for(const _0x40beb5 of _0x4f96e3){const _0x40ce32=_0x40beb5[_0x4aadb2(0x177)][_0x4aadb2(0x15d)];_0x40ce32['is'](_0x4aadb2(0xb1),_0x4aadb2(0x171))&&_0x3af762[_0x4aadb2(0xff)](_0x40ce32);}_0x44a78a[_0x4aadb2(0xc2)][_0x4aadb2(0x175)](_0x1f77db,null,_0x4ba41a)(_0x4f96e3,_0x165df4,_0x4352e2);for(const _0x50cd36 of _0x3af762)_0x4aadb2(0xc9)!=_0x50cd36[_0x4aadb2(0x161)][_0x4aadb2(0x135)]&&_0x597517[_0x4aadb2(0x139)](_0x50cd36);});});};_0x49f34f(_0x3ea06d(0x14d),_0x3ea06d(0x158)),_0x49f34f(_0x3ea06d(0x14d),_0x3ea06d(0x12c)),_0x49f34f(_0x3ea06d(0x159),_0x3ea06d(0x158)),_0x49f34f(_0x3ea06d(0x159),_0x3ea06d(0x12c)),_0x44a78a[_0x3ea06d(0xc2)][_0x3ea06d(0x128)](_0x3ea06d(0x14d),_0x3ea06d(0x14a),_0x3ea06d(0x12c),_0x433cce=>{const _0x5f9ddf=_0x3ea06d,_0x4e22bc=_0x433cce[_0x5f9ddf(0x140)](_0x9387c4=>_0x9387c4[_0x5f9ddf(0xe3)]()),_0x166abd=_0x4e22bc[0x0][_0x5f9ddf(0x100)](_0x5f9ddf(0x101)),{minRow:_0x4c554d,maxRow:_0x490d57}=_0x47be4e[_0x5f9ddf(0x106)](_0x4e22bc);_0x43b169[_0x5f9ddf(0x16c)](_0x166abd,{'at':_0x4c554d,'rows':_0x490d57-_0x4c554d+0x1});}),_0x44a78a[_0x3ea06d(0xc2)][_0x3ea06d(0x128)](_0x3ea06d(0x14d),_0x3ea06d(0x107),_0x3ea06d(0x12c),_0xad5e6=>{const _0x59726d=_0x3ea06d,_0x2ee686=_0xad5e6[_0x59726d(0x140)](_0x104311=>_0x104311[_0x59726d(0xe3)]()),_0x1112fa=_0x2ee686[0x0][_0x59726d(0x100)](_0x59726d(0x101)),{minColumn:_0x2dad8b,maxColumn:_0x12064b}=_0x47be4e[_0x59726d(0x106)](_0x2ee686);_0x43b169[_0x59726d(0x134)](_0x1112fa,{'at':_0x2dad8b,'columns':_0x12064b-_0x2dad8b+0x1});});const _0x213f96=(_0x5a14c1,_0x1e4501)=>{const _0x518aef=_0x3ea06d;if(!_0x1e4501[_0x518aef(0xb7)]||!_0x1e4501[_0x518aef(0xb7)][_0x518aef(0xb8)](_0x518aef(0xd8)))return;const _0x48fe89=_0x1e4501[_0x518aef(0x109)][_0x518aef(0x164)],_0x17145c=_0x44a78a[_0x518aef(0xcb)]()[_0x518aef(0x129)](_0x3ef704=>_0x3ef704[_0x518aef(0xec)]&&_0x3ef704[_0x518aef(0x109)]&&_0x3ef704[_0x518aef(0x109)][_0x518aef(0x164)]==_0x48fe89);_0x17145c[_0x518aef(0x174)]&&_0x1e4501[_0x518aef(0x10b)]()[_0x518aef(0x174)]!=_0x17145c[_0x518aef(0x174)]&&_0x17145c[_0x518aef(0x130)]((_0x1012aa,_0x4dcb6c)=>(_0x1012aa[_0x518aef(0xf1)]=_0x4dcb6c,_0x4dcb6c[_0x518aef(0x12b)]=_0x1012aa,_0x4dcb6c));};function _0x15e040(_0x2da583,_0x5f0171=!0x0){const _0x375512=_0x3ea06d,{id:_0x25cd6e}=_0x44a78a[_0x375512(0xea)](_0x2da583[_0x375512(0xe5)]),_0x3fcd78=[_0x375512(0x138),_0x375512(0xf2)],_0x1a8d50=_0x44a78a[_0x375512(0xe4)][_0x375512(0x117)](_0x2da583[_0x375512(0xe5)]);return _0x1a8d50&&_0x3fcd78[_0x375512(0xff)](_0x375512(0x163)),{'classes':_0x3fcd78,'attributes':{'data-suggestion':_0x25cd6e},'priority':_0x1a8d50&&_0x5f0171?0xbc2:0xbb8};}_0x44a78a['on'](_0x3ea06d(0x148),_0x213f96,{'priority':_0x3ea06d(0x155)}),_0x44a78a['on'](_0x3ea06d(0x169),_0x213f96,{'priority':_0x3ea06d(0x155)}),_0x57f126[_0x3ea06d(0xf8)][_0x3ea06d(0xee)][_0x3ea06d(0xf6)](()=>{const _0x4ffda6=_0x3ea06d;let _0x1cb585=!0x1;const _0x52af30=Array[_0x4ffda6(0xe0)](_0x57f126[_0x4ffda6(0xf8)][_0x4ffda6(0xee)][_0x4ffda6(0xfe)][_0x4ffda6(0xba)]());for(const {name:_0x12b686,data:_0x2266c6}of _0x52af30){const {group:_0x2fe014,type:_0x507331,id:_0x32d4bf}=_0x44a78a[_0x4ffda6(0xea)](_0x12b686);if(_0x4ffda6(0x15f)!=_0x2fe014||_0x4ffda6(0x159)!=_0x507331||_0x2266c6[_0x4ffda6(0x15a)])continue;if(!_0x44a78a[_0x4ffda6(0x10d)](_0x32d4bf))continue;const _0x407842=_0x44a78a[_0x4ffda6(0x16f)](_0x32d4bf)[_0x4ffda6(0x108)](),_0x46b650=_0x57f126[_0x4ffda6(0xc4)][_0x4ffda6(0xc1)](_0x4ffda6(0x179))['me'];for(const _0x42618f of _0x44a78a[_0x4ffda6(0xcb)]()){if(!_0x42618f[_0x4ffda6(0xec)]||_0x42618f[_0x4ffda6(0xcf)]!=_0x46b650)continue;if(_0x4ffda6(0xf7)!=_0x42618f[_0x4ffda6(0xd0)]||_0x4ffda6(0x132)!=_0x42618f[_0x4ffda6(0xb7)])continue;if(_0x42618f[_0x4ffda6(0x108)]()[_0x4ffda6(0xb5)](_0x26e95a=>_0x407842[_0x4ffda6(0x141)](_0x288b18=>_0x288b18[_0x4ffda6(0xfa)](_0x26e95a,!0x0)))){for(const _0x52c0b5 of _0x42618f[_0x4ffda6(0x10b)]())_0x52c0b5[_0x4ffda6(0xec)]&&(_0x52c0b5[_0x4ffda6(0x12c)](),_0x1cb585=!0x0);}}}return _0x1cb585;}),_0x57f126[_0x3ea06d(0xf8)][_0x3ea06d(0xee)][_0x3ea06d(0xf6)](_0x476c8c=>{const _0x4bc678=_0x3ea06d,_0x398944=_0x57f126[_0x4bc678(0x144)][_0x4bc678(0xc1)](_0x4bc678(0xd1));if(!_0x398944||!_0x398944[_0x4bc678(0x127)][_0x4bc678(0xf5)](_0x476c8c[_0x4bc678(0x149)]))return!0x1;let _0x44a238=!0x1;const _0x2a82a4=_0x57f126[_0x4bc678(0xc4)][_0x4bc678(0xc1)](_0x4bc678(0x179))['me'],_0x1f6a5a=_0x57f126[_0x4bc678(0xf8)][_0x4bc678(0xee)][_0x4bc678(0xfe)][_0x4bc678(0x145)](),_0x39dc74=Array[_0x4bc678(0xe0)](_0x57f126[_0x4bc678(0xf8)][_0x4bc678(0xee)][_0x4bc678(0xfe)][_0x4bc678(0xba)]())[_0x4bc678(0x129)](({name:_0x11b028,data:_0x54cbf8})=>{const _0x394055=_0x4bc678,{group:_0xb4d4c7,subType:_0x4db996,authorId:_0x4193b2}=_0x44a78a[_0x394055(0xea)](_0x11b028);return _0x394055(0x15f)==_0xb4d4c7&&_0x394055(0xd8)==_0x4db996&&_0x4193b2==_0x2a82a4['id']&&!_0x54cbf8[_0x394055(0x15a)];});for(const _0x23c89a of _0x1f6a5a){if(_0x4bc678(0xd9)!=_0x23c89a[_0x4bc678(0xd0)]||_0x4bc678(0x171)!=_0x23c89a[_0x4bc678(0xbe)]||0x1!=_0x23c89a[_0x4bc678(0x174)])continue;const _0x1463aa=_0x476c8c[_0x4bc678(0xc8)](_0x23c89a[_0x4bc678(0x10a)],_0x23c89a[_0x4bc678(0x10a)][_0x4bc678(0x156)](0x1));if(!_0x39dc74[_0x4bc678(0xd5)](({data:_0x38def2})=>_0x38def2[_0x4bc678(0x152)][_0x4bc678(0xbd)](_0x1463aa))){for(const {name:_0xb447,data:_0x39aa79}of _0x39dc74)if(_0x1463aa[_0x4bc678(0xfa)](_0x39aa79[_0x4bc678(0x152)])){_0x476c8c[_0x4bc678(0xc5)](_0xb447,{'range':_0x1463aa}),_0x44a238=!0x0;break;}}}return _0x44a238;}),_0x57f126[_0x3ea06d(0xf8)][_0x3ea06d(0xee)][_0x3ea06d(0xf6)](_0x4e1c45=>{const _0x1cf198=_0x3ea06d;let _0x2fecbd=!0x1;const _0x3bc459=_0x57f126[_0x1cf198(0xc4)][_0x1cf198(0xc1)](_0x1cf198(0x179))['me'],_0x158587=_0x44a78a[_0x1cf198(0xcb)]()[_0x1cf198(0x129)](_0x23ffb8=>_0x23ffb8[_0x1cf198(0xec)]&&_0x23ffb8[_0x1cf198(0xcf)]==_0x3bc459),_0x50cde3=new Set(),_0x2304f6=new Set();for(const _0x34b19d of _0x158587)if(_0x1cf198(0xd8)==_0x34b19d[_0x1cf198(0xb7)])for(const _0x2506f6 of _0x34b19d[_0x1cf198(0xd2)]()){const _0xd3b9c1=_0x2506f6[_0x1cf198(0x168)]()[_0x1cf198(0xe3)]();if(_0xd3b9c1){if(_0xd3b9c1['is'](_0x1cf198(0xb1),_0x1cf198(0x171))&&ge(_0xd3b9c1)){_0x34b19d[_0x1cf198(0x122)](_0x2506f6[_0x1cf198(0xbe)]),_0x50cde3[_0x1cf198(0x173)](_0xd3b9c1),_0x2fecbd=!0x0;const _0x14d282=_0xd3b9c1[_0x1cf198(0xce)],_0x446539=_0xd3b9c1[_0x1cf198(0x137)],_0x21e802=_0x14d282&&_0x14d282['is'](_0x1cf198(0xb1),_0x1cf198(0x171)),_0x4f4f72=_0x446539&&_0x446539['is'](_0x1cf198(0xb1),_0x1cf198(0x171));_0x21e802&&!_0x50cde3[_0x1cf198(0xf5)](_0x14d282)&&_0x2304f6[_0x1cf198(0x173)](_0x14d282),_0x4f4f72&&!_0x50cde3[_0x1cf198(0xf5)](_0x446539)&&_0x2304f6[_0x1cf198(0x173)](_0x446539);}else _0xd3b9c1['is'](_0x1cf198(0xb1),_0x1cf198(0xbb))&&_0xd3b9c1[_0x1cf198(0xde)]&&(_0x34b19d[_0x1cf198(0x122)](_0x2506f6[_0x1cf198(0xbe)]),_0x2fecbd=!0x0);}}else{if(_0x1cf198(0x132)==_0x34b19d[_0x1cf198(0xb7)]){if(!_0x34b19d[_0x1cf198(0x109)]||!_0x34b19d[_0x1cf198(0x109)][_0x1cf198(0x164)])continue;const _0x343f3e=_0x34b19d[_0x1cf198(0x109)][_0x1cf198(0x162)];if(_0x343f3e&&Object[_0x1cf198(0x103)](_0x343f3e)[_0x1cf198(0x174)])continue;const _0x3be5f4=_0x34b19d[_0x1cf198(0x109)][_0x1cf198(0x164)];let _0x498036=!0x0,_0x1ed25d=!0x0;for(const _0x5ea65f of _0x158587)if(_0x5ea65f[_0x1cf198(0xb7)]&&_0x5ea65f[_0x1cf198(0xb7)][_0x1cf198(0xb8)](_0x1cf198(0xd8))){if(!_0x5ea65f[_0x1cf198(0x109)][_0x1cf198(0x164)]){_0x1ed25d=!0x1;break;}if(_0x5ea65f['id']!=_0x34b19d['id']&&_0x5ea65f[_0x1cf198(0x109)][_0x1cf198(0x164)]==_0x3be5f4){_0x498036=!0x1;break;}}_0x1ed25d&&_0x498036&&(_0x34b19d[_0x1cf198(0x10c)](),_0x2fecbd=!0x0);}}for(const _0x12c74d of _0x50cde3)_0x4e1c45[_0x1cf198(0x131)](_0x12c74d);for(const _0x2d3258 of _0x2304f6)_0x4e1c45[_0x1cf198(0x139)](_0x2d3258);return _0x2fecbd;}),_0x57f126[_0x3ea06d(0x176)][_0x3ea06d(0x114)](_0x3ea06d(0x160))[_0x3ea06d(0xe1)]({'model':_0x3ea06d(0x118),'view':(_0x58ad05,_0x27fdcd)=>_0x15e040(_0x58ad05),'converterPriority':_0x3ea06d(0x155)}),_0x57f126[_0x3ea06d(0x176)][_0x3ea06d(0x114)](_0x3ea06d(0x166))[_0x3ea06d(0xe1)]({'model':_0x3ea06d(0x118),'view':(_0x122ac5,_0x16cc84)=>_0x16cc84[_0x3ea06d(0xe8)][_0x3ea06d(0xe2)]?_0x15e040(_0x122ac5,!0x1):null,'converterPriority':_0x3ea06d(0x155)});const _0x2e9e5b=_0x57f126[_0x3ea06d(0x12a)][_0x3ea06d(0x102)];this[_0x3ea06d(0xbf)](_0x2e9e5b[_0x3ea06d(0xee)],_0x3ea06d(0x16e),(_0x187ef4,_0x107c1e)=>{const _0x20d412=_0x3ea06d,_0x2699fb=[];for(const _0x5407da of _0x2e9e5b[_0x20d412(0x165)](_0x107c1e[_0x20d412(0xb9)])[_0x20d412(0xe6)]())_0x5407da['is'](_0x20d412(0xb1),_0x20d412(0x13c))&&_0x2699fb[_0x20d412(0xff)](_0x5407da);_0x2e9e5b[_0x20d412(0x12f)](_0x5eac1d=>{const _0x7f1be4=_0x20d412;for(const _0x1c4348 of _0x2699fb)_0x5eac1d[_0x7f1be4(0xd4)](_0x5eac1d[_0x7f1be4(0x165)](_0x1c4348),_0x5eac1d[_0x7f1be4(0x142)](_0x1c4348)),_0x5eac1d[_0x7f1be4(0x131)](_0x1c4348);});});}}function _0x533b(){const _0x583c92=['_getCoordsForCells','tablePasteColumn','getRanges','attributes','position','getAllAdjacentSuggestions','removeMarkers','hasSuggestion','cell','deletionRanges','308GBAOep','getColumnIndexes','TrackChangesEditing','getRows','for','_replaceTableSlotCell','documentSelection','includes','suggestion:formatBlock:tablePasteCell','insertContent','getAttributes','columns','getChildren','editor','insertionRanges','12832704ewpnrN','markMultiRangeDeletion','setAttribute','removeMarker','schema','column','getSelectionAffectedTableCells','getColumns','_createdBatches','registerCustomCallback','filter','editing','previous','discard','registerDescriptionCallback','requires','change','reduce','remove','tablePasteCell','wrap','removeColumns','rootName','createTableWalker','previousSibling','ck-suggestion-marker','unwrap','call','markers','suggestion-td','set','tableCellBorderStyle','getRowIndexes','map','some','createPositionBefore','columnInsertionRanges','commands','getChanges','entries','insertColumns','suggestionLoaded','batch','tablePasteRow','stop','createRangeOn','insertion','tableCellBackgroundColor','3039hyIsKX','_isForcedDefaultExecutionBlock','forEach','newRange','fromRange','detach','high','getShiftedBy','TableUtils','accept','deletion','oldRange','rowInsertionRanges','elementToElement','nodeAfter','return','suggestion','editingDowncast','root','markerAttributes','ck-suggestion-marker--active','tablePasteChainId','createRangeIn','dataDowncast','TableClipboard','getRange','suggestionUnloaded','getChild','574452iBHCjZ','removeRows','row','clipboardOutput','getSuggestion','cells','tableCellSuggestion','tableCellBorderWidth','add','length','getSuggestionCallback','conversion','start','tableCellHorizontalAlignment','Users','trackChanges','first','element','locale','5965232ObLGNb','_descriptionFactory','every','value','subType','startsWith','content','getChangedMarkers','paragraph','join','isEqual','name','listenTo','2899720uDZprJ','get','_suggestionFactory','end','plugins','updateMarker','76593JBbPqZ','afterInit','createRange','$graveyard','tableCellVerticalAlignment','getSuggestions','columnInsertionIndexes','tableCellPadding','nextSibling','author','type','redo','getMarkers','fromEntries','move','find','endRow','_tablePostFixingSubtypes','tablePaste','insert','forceDefaultExecution','setAttributes','tableCell','register','isEmpty','createElement','from','markerToHighlight','showSuggestionHighlights','getContainedElement','activeMarkers','markerName','getItems','rowInsertionIndexes','options','tableCellBorderColor','_splitMarkerName','low','isInContent','*Replace\x20table\x20cells*','document','fill','getTableIfOnlyTableInContent','next','ck-suggestion-marker-insertion','554664KdvnFg','endColumn','has','registerPostFixer','formatBlock','model','last','containsRange','selection','markMultiRangeInsertion','rows','differ','push','findAncestor','table','view','keys','insertRows','markMultiRangeBlockFormat'];_0x533b=function(){return _0x583c92;};return _0x533b();}function ge(_0xa6e1a2){const _0x3f625e=_0x25c453;if(_0xa6e1a2[_0x3f625e(0xde)])return!0x0;const _0x292f2b=_0xa6e1a2[_0x3f625e(0x16a)](0x0);return _0x292f2b['is'](_0x3f625e(0xb1),_0x3f625e(0xbb))&&_0x292f2b[_0x3f625e(0xde)];}function me(_0x5f0598,_0x3391b2={},_0x402b44){const _0x8802f1=_0x25c453;for(const {isAnchor:_0xe97388,cellHeight:_0x3e47a5,cellWidth:_0x3cb135}of _0x402b44[_0x8802f1(0x136)](_0x5f0598,{'includeAllSlots':!0x0,..._0x3391b2}))if(!_0xe97388||0x1!=_0x3e47a5||0x1!=_0x3cb135)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
- const _0xac139c=_0x10ea;(function(_0x1ceb43,_0x3a0a30){const _0x4fbc8c=_0x10ea,_0x393771=_0x1ceb43();while(!![]){try{const _0x90a637=parseInt(_0x4fbc8c(0x93))/0x1*(parseInt(_0x4fbc8c(0xaa))/0x2)+-parseInt(_0x4fbc8c(0x98))/0x3+parseInt(_0x4fbc8c(0x8b))/0x4+parseInt(_0x4fbc8c(0x8a))/0x5+parseInt(_0x4fbc8c(0x81))/0x6*(-parseInt(_0x4fbc8c(0xa3))/0x7)+parseInt(_0x4fbc8c(0x99))/0x8+-parseInt(_0x4fbc8c(0xa4))/0x9*(parseInt(_0x4fbc8c(0x9e))/0xa);if(_0x90a637===_0x3a0a30)break;else _0x393771['push'](_0x393771['shift']());}catch(_0x3633d4){_0x393771['push'](_0x393771['shift']());}}}(_0x3f1f,0xeea18));import{Plugin as _0x340887}from'ckeditor5/src/core.js';import{getTranslation as _0x393210}from'../utils/common-translations.js';function _0x3f1f(){const _0x3e2d30=['discard','model','1302710csyGSu','6164320AfgSNO','getSelectedElement','format','getSuggestionCallback','formatInline','afterInit','resizeTableWidth','_descriptionFactory','4jmRmYJ','getSuggestions','tableWidth','editor','handleResizeTableWidthCommand','987720LnRSRN','14326128eAMLMW','commandParams','formatBlock','bind','plugins','7278770Qdpdht','Users','author','getColumnGroupElement','getContainedElement','21HjeReu','27ztinXv','resizeTable','enableCommand','locale','accept','selection','877618XBKeeG','TrackChangesEditing','registerDescriptionCallback','subType','columnWidths','has','document','type','markBlockFormat','_suggestionFactory','change','get','registerCustomCallback','formatGroupId','data','3714642XtgMFl','*Format:*\x20resize\x20table','table','TableColumnResizeEditing','getAttribute','getTableColumnsWidths','handleSuggestionDescription'];_0x3f1f=function(){return _0x3e2d30;};return _0x3f1f();}function _0x10ea(_0x366f36,_0x3ae171){const _0x3f1fd4=_0x3f1f();return _0x10ea=function(_0x10ea6d,_0x4ea1e3){_0x10ea6d=_0x10ea6d-0x75;let _0x4f7125=_0x3f1fd4[_0x10ea6d];return _0x4f7125;},_0x10ea(_0x366f36,_0x3ae171);}export default class It extends _0x340887{[_0xac139c(0x90)](){const _0x5953e6=_0xac139c;if(!this[_0x5953e6(0x96)][_0x5953e6(0x9d)][_0x5953e6(0x77)](_0x5953e6(0x84)))return;const _0x4254a9=this[_0x5953e6(0x96)][_0x5953e6(0x9d)][_0x5953e6(0x7d)](_0x5953e6(0xab));_0x4254a9[_0x5953e6(0xa6)](_0x5953e6(0x91),this[_0x5953e6(0x97)][_0x5953e6(0x9c)](this)),_0x4254a9[_0x5953e6(0x7b)][_0x5953e6(0x7e)](_0x5953e6(0x9b),_0x5953e6(0xa5),_0x5953e6(0xa8),_0x4254a9[_0x5953e6(0x7b)][_0x5953e6(0x8e)](_0x5953e6(0x9b),null,_0x5953e6(0x88))),_0x4254a9[_0x5953e6(0x7b)][_0x5953e6(0x7e)](_0x5953e6(0x9b),_0x5953e6(0xa5),_0x5953e6(0x88),_0x4254a9[_0x5953e6(0x7b)][_0x5953e6(0x8e)](_0x5953e6(0x9b),null,_0x5953e6(0xa8))),_0x4254a9[_0x5953e6(0x92)][_0x5953e6(0xac)](this[_0x5953e6(0x87)][_0x5953e6(0x9c)](this));}[_0xac139c(0x97)](_0x23858d,_0x560a9c){const _0x4c55d5=_0xac139c,_0x4fa9b8=this[_0x4c55d5(0x96)][_0x4c55d5(0x9d)][_0x4c55d5(0x7d)](_0x4c55d5(0xab)),_0x59d067=this[_0x4c55d5(0x96)][_0x4c55d5(0x9d)][_0x4c55d5(0x7d)](_0x4c55d5(0x84)),_0x3b916a=_0x560a9c[_0x4c55d5(0x83)]||this[_0x4c55d5(0x96)][_0x4c55d5(0x89)][_0x4c55d5(0x78)][_0x4c55d5(0xa9)][_0x4c55d5(0x8c)]();this[_0x4c55d5(0x96)][_0x4c55d5(0x89)][_0x4c55d5(0x7c)](()=>{const _0x2adae5=_0x4c55d5,_0x4a9b7b=_0x59d067[_0x2adae5(0xa1)](_0x3b916a);let _0x1f7ce1=_0x4a9b7b?_0x59d067[_0x2adae5(0x86)](_0x4a9b7b):null,_0xcaf0c9=_0x3b916a[_0x2adae5(0x85)](_0x2adae5(0x95))||null;const _0x5c503e=_0x560a9c[_0x2adae5(0x95)]||_0xcaf0c9,_0x55084c=_0x560a9c[_0x2adae5(0x76)]||_0x1f7ce1,_0x20b9c4=this[_0x2adae5(0x96)][_0x2adae5(0x9d)][_0x2adae5(0x7d)](_0x2adae5(0x9f))['me'];for(const _0x4e09f8 of _0x4fa9b8[_0x2adae5(0x94)]()){const _0x3da998=_0x4e09f8[_0x2adae5(0xa2)]();if(_0x2adae5(0xa5)===_0x4e09f8[_0x2adae5(0x75)]&&_0x3da998===_0x3b916a){_0x4e09f8[_0x2adae5(0xa0)]!==_0x20b9c4&&_0x4e09f8[_0x2adae5(0x88)]();const _0x3ae8ea=_0x4e09f8[_0x2adae5(0x80)][_0x2adae5(0x9a)];_0xcaf0c9=_0x3ae8ea[0x0][_0x2adae5(0x95)],_0x1f7ce1=_0x3ae8ea[0x0][_0x2adae5(0x76)];break;}}_0x23858d({'table':_0x3b916a,'tableWidth':_0x5c503e,'columnWidths':_0x55084c}),_0x4fa9b8[_0x2adae5(0x7a)](_0x3b916a,{'commandName':_0x2adae5(0x91),'commandParams':[{'tableWidth':_0xcaf0c9,'columnWidths':_0x1f7ce1}],'formatGroupId':_0x2adae5(0xa5)},[],_0x2adae5(0xa5));});}[_0xac139c(0x87)](_0x57cf13){const _0x247e5a=_0xac139c;if(_0x247e5a(0x9b)!=_0x57cf13[_0x247e5a(0x79)]&&_0x247e5a(0x8f)!=_0x57cf13[_0x247e5a(0x79)])return;const {data:_0x18fabe}=_0x57cf13;if(_0x18fabe&&_0x247e5a(0xa5)===_0x18fabe[_0x247e5a(0x7f)]){const _0x3203f7=_0x247e5a(0x82);return{'type':_0x247e5a(0x8d),'content':_0x393210(this[_0x247e5a(0x96)][_0x247e5a(0xa7)],_0x3203f7)};}}}
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 _0x13c9e4=_0x5f07;(function(_0x19b33e,_0x11c433){const _0x1c9e03=_0x5f07,_0x424b18=_0x19b33e();while(!![]){try{const _0x745490=parseInt(_0x1c9e03(0xc9))/0x1*(parseInt(_0x1c9e03(0xa4))/0x2)+-parseInt(_0x1c9e03(0xb8))/0x3*(parseInt(_0x1c9e03(0xe2))/0x4)+parseInt(_0x1c9e03(0xd8))/0x5+-parseInt(_0x1c9e03(0xc4))/0x6+parseInt(_0x1c9e03(0xe4))/0x7*(-parseInt(_0x1c9e03(0xb2))/0x8)+-parseInt(_0x1c9e03(0xda))/0x9*(-parseInt(_0x1c9e03(0xcc))/0xa)+-parseInt(_0x1c9e03(0xc3))/0xb*(-parseInt(_0x1c9e03(0xbe))/0xc);if(_0x745490===_0x11c433)break;else _0x424b18['push'](_0x424b18['shift']());}catch(_0x20fc58){_0x424b18['push'](_0x424b18['shift']());}}}(_0x2429,0x78c2c));function _0x2429(){const _0x2ebd7a=['toViewElement','TrackChangesEditing','_descriptionFactory','createTableWalker','3672725UxrjOh','TableUtils','306pJcPgo','registerAttributeLabel','setTableRowHeader','nodeAfter','headingRows','start','getSuggestion','get','332736AmHBNl','type','161iazQii','_acceptFormatSuggestionCallbackFactory','parent','stop','accept','_handleLegacySuggestions','showSuggestionHighlights','locale','writer','options','FORMAT_REGULAR_COLUMN','name','formatBlock','downcastDispatcher','_splitMarkerName','markerName','end','commandParams','unbindElementFromMarkerName','format','registerDescriptionCallback','FORMAT_REGULAR_ROW','*Format:*\x20%0','1293914lRZicy','setAttribute','has','includes','requires','mapper','highest','ck-suggestion-marker-','plugins','getCellLocation','cell','headingColumns','ck-suggestion-marker--active','markerNameToElements','299656msGihq','item','TableEditing','bindElementToMarker','consumable','consume','18awUEmR','afterInit','commandName','FORMAT_HEADER_COLUMN','activeMarkers','nodeBefore','72AXdNRb','removeAttribute','setTableColumnHeader','removeClass','data-suggestion','532587DBpKxY','2256522PluJKk','addMarker:suggestion','FORMAT_HEADER_ROW','_enableDefaultAttributesIntegration','data','1iAgTXf','forceValue','_suggestionFactory','164510FMfZBc','addClass','_registerLegacyDescription','registerCustomCallback','markerRange','removeMarker:suggestion','editor','editing'];_0x2429=function(){return _0x2ebd7a;};return _0x2429();}import{Plugin as _0x8d4e32}from'ckeditor5/src/core.js';import _0x334165 from'./table.js';function _0x5f07(_0x3e405b,_0x4d4fa9){const _0x242909=_0x2429();return _0x5f07=function(_0x5f07c8,_0x1be849){_0x5f07c8=_0x5f07c8-0x9e;let _0x5878bf=_0x242909[_0x5f07c8];return _0x5878bf;},_0x5f07(_0x3e405b,_0x4d4fa9);}import{getTranslation as _0x139eed}from'../utils/common-translations.js';export default class St extends _0x8d4e32{static get[_0x13c9e4(0xa8)](){return[_0x334165];}[_0x13c9e4(0xb9)](){const _0x40a9ec=_0x13c9e4,_0x422a16=this[_0x40a9ec(0xd2)];if(!_0x422a16[_0x40a9ec(0xac)][_0x40a9ec(0xa6)](_0x40a9ec(0xb4)))return;const _0x5f1ca8=_0x422a16[_0x40a9ec(0xeb)],_0x25b286=_0x422a16[_0x40a9ec(0xac)][_0x40a9ec(0xe1)](_0x40a9ec(0xd5));_0x25b286[_0x40a9ec(0xc7)](_0x40a9ec(0xdc),[],[_0x40a9ec(0xde)]),_0x25b286[_0x40a9ec(0xc7)](_0x40a9ec(0xc0),[],[_0x40a9ec(0xaf)]),_0x25b286[_0x40a9ec(0xd6)][_0x40a9ec(0xdb)](_0x40a9ec(0xde),_0x139eed(_0x5f1ca8,_0x40a9ec(0xc6))),_0x25b286[_0x40a9ec(0xd6)][_0x40a9ec(0xdb)](_0x40a9ec(0xaf),_0x139eed(_0x5f1ca8,_0x40a9ec(0xbb))),this[_0x40a9ec(0xe9)]();}[_0x13c9e4(0xe9)](){const _0x2e6106=_0x13c9e4,_0x16d63d=this[_0x2e6106(0xd2)][_0x2e6106(0xac)][_0x2e6106(0xe1)](_0x2e6106(0xd5)),_0x426216=this[_0x2e6106(0xd2)][_0x2e6106(0xac)][_0x2e6106(0xe1)](_0x2e6106(0xd9)),_0x364028=this[_0x2e6106(0xd2)][_0x2e6106(0xac)][_0x2e6106(0xe1)](_0x334165)[_0x2e6106(0xe5)]();function _0x13acda({showActiveMarker:_0x5de5f3=!0x0,setDataAttribute:_0x5ea393=!0x0}={}){return(_0x5bb5d3,_0x3ce973,_0x13a11d)=>{const _0x2b5ff7=_0x5f07,{type:_0x1757fd,id:_0x1ec93b}=_0x16d63d[_0x2b5ff7(0xf2)](_0x3ce973[_0x2b5ff7(0xf3)]),_0x55a2a7=_0x16d63d[_0x2b5ff7(0xe0)](_0x1ec93b),_0x490977=_0x55a2a7[_0x2b5ff7(0xc8)];if(_0x2b5ff7(0xf0)!=_0x55a2a7[_0x2b5ff7(0xe3)]||!_0x490977||_0x2b5ff7(0xc0)!=_0x490977[_0x2b5ff7(0xba)])return;if(_0x3ce973[_0x2b5ff7(0xb3)])return void _0x5bb5d3[_0x2b5ff7(0xe7)]();if(!_0x13a11d[_0x2b5ff7(0xb6)][_0x2b5ff7(0xb7)](_0x3ce973[_0x2b5ff7(0xd0)],_0x5bb5d3[_0x2b5ff7(0xef)]))return;const _0xaf93c7=_0x3ce973[_0x2b5ff7(0xd0)][_0x2b5ff7(0xdf)][_0x2b5ff7(0xdd)],_0x4e8df9=_0x3ce973[_0x2b5ff7(0xd0)][_0x2b5ff7(0xf4)][_0x2b5ff7(0xbd)],_0x2f2ac3=_0xaf93c7[_0x2b5ff7(0xe6)][_0x2b5ff7(0xe6)],{column:_0x107379}=_0x426216[_0x2b5ff7(0xad)](_0xaf93c7),{column:_0x40686d}=_0x426216[_0x2b5ff7(0xad)](_0x4e8df9);for(let _0x4e7d81=_0x107379;_0x4e7d81<=_0x40686d;_0x4e7d81++){const _0x5e2e7d=_0x426216[_0x2b5ff7(0xd7)](_0x2f2ac3,{'column':_0x4e7d81,'includeAllSlots':!0x1});for(const _0x25266e of _0x5e2e7d){const _0x5e6243=_0x25266e[_0x2b5ff7(0xae)],_0x409915=_0x13a11d[_0x2b5ff7(0xa9)][_0x2b5ff7(0xd4)](_0x5e6243);_0x13a11d[_0x2b5ff7(0xec)][_0x2b5ff7(0xcd)](_0x2b5ff7(0xab)+_0x1757fd,_0x409915),_0x5ea393&&_0x13a11d[_0x2b5ff7(0xec)][_0x2b5ff7(0xa5)](_0x2b5ff7(0xc2),_0x1ec93b,_0x409915),_0x13a11d[_0x2b5ff7(0xa9)][_0x2b5ff7(0xb5)](_0x409915,_0x3ce973[_0x2b5ff7(0xf3)]),_0x5de5f3&&(_0x16d63d[_0x2b5ff7(0xbc)][_0x2b5ff7(0xa7)](_0x3ce973[_0x2b5ff7(0xf3)])?_0x13a11d[_0x2b5ff7(0xec)][_0x2b5ff7(0xcd)](_0x2b5ff7(0xb0),_0x409915):_0x13a11d[_0x2b5ff7(0xec)][_0x2b5ff7(0xc1)](_0x2b5ff7(0xb0),_0x409915));}}};}_0x16d63d[_0x2e6106(0xcb)][_0x2e6106(0xcf)](_0x2e6106(0xf0),_0x2e6106(0xdc),_0x2e6106(0xe8),_0x364028),_0x16d63d[_0x2e6106(0xcb)][_0x2e6106(0xcf)](_0x2e6106(0xf0),_0x2e6106(0xc0),_0x2e6106(0xe8),_0x364028),this[_0x2e6106(0xd2)][_0x2e6106(0xd3)][_0x2e6106(0xf1)]['on'](_0x2e6106(0xc5),_0x13acda(),{'priority':_0x2e6106(0xaa)}),this[_0x2e6106(0xd2)][_0x2e6106(0xc8)][_0x2e6106(0xf1)]['on'](_0x2e6106(0xc5),(_0x51771f,_0x3f81fc,_0xd462e7)=>{const _0x315e8b=_0x2e6106;_0xd462e7[_0x315e8b(0xed)][_0x315e8b(0xea)]&&_0x13acda({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x51771f,_0x3f81fc,_0xd462e7);},{'priority':_0x2e6106(0xaa)}),this[_0x2e6106(0xd2)][_0x2e6106(0xd3)][_0x2e6106(0xf1)]['on'](_0x2e6106(0xd1),(_0x8154a7,_0xac0bef,_0xfb5054)=>{const _0x1fb4af=_0x2e6106,{type:_0x3d2cc8,id:_0x1765eb}=_0x16d63d[_0x1fb4af(0xf2)](_0xac0bef[_0x1fb4af(0xf3)]),_0x34b206=_0x16d63d[_0x1fb4af(0xe0)](_0x1765eb),_0x34bdc8=_0x34b206[_0x1fb4af(0xc8)];if(_0x1fb4af(0xf0)!=_0x34b206[_0x1fb4af(0xe3)]||!_0x34bdc8||_0x1fb4af(0xc0)!=_0x34bdc8[_0x1fb4af(0xba)])return;const _0x5d0452=_0xfb5054[_0x1fb4af(0xa9)][_0x1fb4af(0xb1)](_0xac0bef[_0x1fb4af(0xf3)]);if(_0x5d0452){for(const _0x37b8d4 of _0x5d0452)_0xfb5054[_0x1fb4af(0xec)][_0x1fb4af(0xc1)](_0x1fb4af(0xab)+_0x3d2cc8,_0x37b8d4),_0xfb5054[_0x1fb4af(0xec)][_0x1fb4af(0xc1)](_0x1fb4af(0xb0),_0x37b8d4),_0xfb5054[_0x1fb4af(0xec)][_0x1fb4af(0xbf)](_0x1fb4af(0xc2),_0x37b8d4),_0xfb5054[_0x1fb4af(0xa9)][_0x1fb4af(0x9f)](_0x37b8d4,_0xac0bef[_0x1fb4af(0xf3)]);}},{'priority':_0x2e6106(0xaa)}),this[_0x2e6106(0xce)]();}[_0x13c9e4(0xce)](){const _0x4b426c=_0x13c9e4,_0x1db8ae=this[_0x4b426c(0xd2)],_0x4fd36c=_0x1db8ae[_0x4b426c(0xeb)];function _0x5ad7ed(_0x224c9c){const _0x23aeef=_0x4b426c;return{'type':_0x23aeef(0xa0),'content':_0x139eed(_0x4fd36c,_0x23aeef(0xa3),_0x224c9c)};}_0x1db8ae[_0x4b426c(0xac)][_0x4b426c(0xe1)](_0x4b426c(0xd5))[_0x4b426c(0xd6)][_0x4b426c(0xa1)](_0x46fdcb=>{const _0x5ce13d=_0x4b426c;if(_0x5ce13d(0xf0)!=_0x46fdcb[_0x5ce13d(0xe3)])return;const {data:_0x27bd0c}=_0x46fdcb;if(_0x27bd0c){if(_0x5ce13d(0xdc)==_0x27bd0c[_0x5ce13d(0xba)]){const _0x138e27=_0x27bd0c[_0x5ce13d(0x9e)][0x0][_0x5ce13d(0xca)];return _0x5ad7ed(_0x139eed(_0x4fd36c,_0x138e27?_0x5ce13d(0xc6):_0x5ce13d(0xa2)));}if(_0x5ce13d(0xc0)==_0x27bd0c[_0x5ce13d(0xba)]){const _0x4ee2f3=_0x27bd0c[_0x5ce13d(0x9e)][0x0][_0x5ce13d(0xca)];return _0x5ad7ed(_0x139eed(_0x4fd36c,_0x4ee2f3?_0x5ce13d(0xbb):_0x5ce13d(0xee)));}}});}}
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 _0x412c25=_0x549a;function _0x53d8(){const _0x4cb491=['2etJlpB','has','afterInit','cell','_isForcedDefaultExecutionBlock','685DIUwXS','enableCommand','mergeTableCellRight','document','fromRange','locale','formatBlock','markBlockFormat','681782LDEihf','tableCell','trackChanges','mergeTableCellDown','getAncestors','plugins','commands','16111570HSVpzy','horizontally','insertion','*Split\x20cell:*\x20horizontally','getSuggestions','commandName','*Split\x20cell:*\x20vertically','*Merge\x20cells*','30066lIjErP','execute','getCellLocation','accept','$graveyard','splitTableCellHorizontally','change','type','mergeTableCellLeft','push','highest','findAncestor','_areSelectedCellsMergable','add','size','filter','mergeTableCells','getRanges','containsRange','_tablePostFixingSubtypes','get','6705ecWXci','table','stop','return','from','selection','set:isEnabled','formatInline','10105389nLRpEe','createTableWalker','registerCustomCallback','length','subType','refresh','isInContent','detach','_suggestionFactory','TableEditing','value','_descriptionFactory','getFirstPosition','setSelection','createRangeOn','30627960HWWeyw','isEnabled','registerDescriptionCallback','_areMergableCells','forceDefaultExecution','getSelectionAffectedTableCells','format','TableUtils','direction','element','5480wkLqST','editor','deletion','_acceptFormatSuggestionCallbackFactory','mergeTableCellUp','root','model','author','requires','find','map','splitTableCellVertically','TrackChangesEditing','low','24508hqJFRk','markMultiRangeBlockFormat','rootName','783euLKLY'];_0x53d8=function(){return _0x4cb491;};return _0x53d8();}(function(_0x5881ba,_0x33b961){const _0x283d69=_0x549a,_0x167020=_0x5881ba();while(!![]){try{const _0x17b479=parseInt(_0x283d69(0x121))/0x1*(-parseInt(_0x283d69(0x114))/0x2)+parseInt(_0x283d69(0x113))/0x3*(parseInt(_0x283d69(0x110))/0x4)+-parseInt(_0x283d69(0x119))/0x5*(-parseInt(_0x283d69(0xcc))/0x6)+-parseInt(_0x283d69(0xe9))/0x7+-parseInt(_0x283d69(0x102))/0x8*(parseInt(_0x283d69(0xe1))/0x9)+-parseInt(_0x283d69(0xc4))/0xa+parseInt(_0x283d69(0xf8))/0xb;if(_0x17b479===_0x33b961)break;else _0x167020['push'](_0x167020['shift']());}catch(_0x4b4f9b){_0x167020['push'](_0x167020['shift']());}}}(_0x53d8,0xc8f53));function _0x549a(_0x338b03,_0x1ea294){const _0x53d8d7=_0x53d8();return _0x549a=function(_0x549ad7,_0x3284a1){_0x549ad7=_0x549ad7-0xc4;let _0x306929=_0x53d8d7[_0x549ad7];return _0x306929;},_0x549a(_0x338b03,_0x1ea294);}import{Plugin as _0x3750ca}from'ckeditor5/src/core.js';import _0x3b1431 from'./table.js';import{LiveRange as _0x1f87ab}from'ckeditor5/src/engine.js';import{getTranslation as _0x242d8f}from'../utils/common-translations.js';export default class jt extends _0x3750ca{static get[_0x412c25(0x10a)](){return[_0x3b1431];}[_0x412c25(0x116)](){const _0x43c765=_0x412c25,_0x29f888=this[_0x43c765(0x103)],_0x4ebd8b=_0x29f888[_0x43c765(0x108)][_0x43c765(0x11c)][_0x43c765(0xe6)],_0x5e8959=_0x29f888[_0x43c765(0x11e)];if(!_0x29f888[_0x43c765(0x126)][_0x43c765(0x115)](_0x43c765(0xf2)))return;const _0x5a90f7=_0x29f888[_0x43c765(0x126)][_0x43c765(0xe0)](_0x43c765(0x10e)),_0xe73fe7=_0x29f888[_0x43c765(0x126)][_0x43c765(0xe0)](_0x43c765(0xff)),_0x1b651e=_0x29f888[_0x43c765(0x126)][_0x43c765(0xe0)](_0x3b1431);_0x1b651e[_0x43c765(0xdf)][_0x43c765(0xd5)](_0x43c765(0xdc)),_0x5a90f7[_0x43c765(0x11a)](_0x43c765(0xdc),()=>{const _0x43b383=_0x43c765,_0x487b16=_0xe73fe7[_0x43b383(0xfd)](_0x29f888[_0x43b383(0x108)][_0x43b383(0x11c)][_0x43b383(0xe6)]);_0x29f888[_0x43b383(0x108)][_0x43b383(0xd2)](()=>{const _0x18b1eb=_0x43b383;_0x5a90f7[_0x18b1eb(0x111)](_0x487b16,{'commandName':_0x18b1eb(0xdc),'commandParams':[]},[],_0x18b1eb(0xdc));});}),_0x29f888[_0x43c765(0x127)][_0x43c765(0xe0)](_0x43c765(0xdc))['on'](_0x43c765(0xcd),(_0x4bc1d6,_0x527da6)=>{const _0x1e3017=_0x43c765;_0x29f888[_0x1e3017(0x127)][_0x1e3017(0xe0)](_0x1e3017(0x123))[_0x1e3017(0xf3)]&&(_0x527da6[_0x1e3017(0xec)]>0x0&&_0x527da6[_0x527da6[_0x1e3017(0xec)]-0x1]&&_0x527da6[_0x527da6[_0x1e3017(0xec)]-0x1][_0x1e3017(0xfc)]||_0x5a90f7[_0x1e3017(0x118)]||this[_0x1e3017(0xd8)]()||_0x4bc1d6[_0x1e3017(0xe3)]());},{'priority':_0x43c765(0xd6)});for(const _0x462919 of[_0x43c765(0x106),_0x43c765(0x11b),_0x43c765(0x124),_0x43c765(0xd4)]){const _0x2e0b82=_0x29f888[_0x43c765(0x127)][_0x43c765(0xe0)](_0x462919);_0x5a90f7[_0x43c765(0x11a)](_0x462919,()=>{const _0x1d7223=_0x43c765,_0x7bc40f=_0x29f888[_0x1d7223(0x108)][_0x1d7223(0x11c)][_0x1d7223(0xe6)][_0x1d7223(0xf5)]()[_0x1d7223(0x125)]()[_0x1d7223(0x10b)](_0x27d072=>_0x27d072['is'](_0x1d7223(0x101),_0x1d7223(0x122))),_0x583cca=_0x2e0b82[_0x1d7223(0xf3)];_0x29f888[_0x1d7223(0x108)][_0x1d7223(0xd2)](()=>{const _0x168bfb=_0x1d7223;_0x5a90f7[_0x168bfb(0x111)]([_0x7bc40f,_0x583cca],{'commandName':_0x168bfb(0xdc),'commandParams':[]},[],_0x168bfb(0xdc));});});}for(const _0x47a7bb of[_0x43c765(0x10d),_0x43c765(0xd1)]){const _0x28c0d6=_0x29f888[_0x43c765(0x127)][_0x43c765(0xe0)](_0x47a7bb);_0x5a90f7[_0x43c765(0x11a)](_0x47a7bb,()=>{const _0x4d5277=_0x43c765,_0x19038d=_0xe73fe7[_0x4d5277(0xfd)](_0x29f888[_0x4d5277(0x108)][_0x4d5277(0x11c)][_0x4d5277(0xe6)])[0x0],_0xdbd78f=_0x19038d[_0x4d5277(0xd7)](_0x4d5277(0xe2)),{column:_0x157630,row:_0x53d799}=_0xe73fe7[_0x4d5277(0xce)](_0x19038d);let _0x5ec241=[];if(_0x4d5277(0xc5)==_0x28c0d6[_0x4d5277(0x100)]){const _0x2cecb0=_0xe73fe7[_0x4d5277(0xea)](_0xdbd78f,{'startRow':_0x53d799,'endRow':_0x53d799,'includeAllSlots':!0x0});_0x5ec241=Array[_0x4d5277(0xe5)](_0x2cecb0)[_0x4d5277(0x10c)](_0x69b7be=>_0x69b7be[_0x4d5277(0x117)]);}else{const _0x486d59=_0xe73fe7[_0x4d5277(0xea)](_0xdbd78f,{'column':_0x157630,'includeAllSlots':!0x0});_0x5ec241=Array[_0x4d5277(0xe5)](_0x486d59)[_0x4d5277(0x10c)](_0x3324cf=>_0x3324cf[_0x4d5277(0x117)]);}_0x29f888[_0x4d5277(0x108)][_0x4d5277(0xd2)](_0x2224f1=>{const _0x62ea7=_0x4d5277;_0x5a90f7[_0x62ea7(0x120)](_0x2224f1[_0x62ea7(0xf7)](_0x19038d),{'commandName':_0x47a7bb,'commandParams':[]},_0x5ec241,_0x47a7bb);});});}_0x5a90f7[_0x43c765(0xf4)][_0x43c765(0xfa)](_0x3e6ae3=>{const _0x313d79=_0x43c765;if(_0x313d79(0x11f)!=_0x3e6ae3[_0x313d79(0xd3)]&&_0x313d79(0xe8)!=_0x3e6ae3[_0x313d79(0xd3)])return;const {data:_0x3d7a02}=_0x3e6ae3;return _0x3d7a02&&_0x313d79(0xdc)==_0x3d7a02[_0x313d79(0xc9)]?{'type':_0x313d79(0xfe),'content':_0x242d8f(_0x5e8959,_0x313d79(0xcb))}:void 0x0;}),_0x5a90f7[_0x43c765(0xf4)][_0x43c765(0xfa)](_0x497ea5=>{const _0x3c4bd2=_0x43c765;if(_0x3c4bd2(0x11f)!=_0x497ea5[_0x3c4bd2(0xd3)]&&_0x3c4bd2(0xe8)!=_0x497ea5[_0x3c4bd2(0xd3)])return;const {data:_0x4d5f1b}=_0x497ea5;return _0x4d5f1b?_0x3c4bd2(0x10d)==_0x4d5f1b[_0x3c4bd2(0xc9)]?{'type':_0x3c4bd2(0xfe),'content':_0x242d8f(_0x5e8959,_0x3c4bd2(0xca))}:_0x3c4bd2(0xd1)==_0x4d5f1b[_0x3c4bd2(0xc9)]?{'type':_0x3c4bd2(0xfe),'content':_0x242d8f(_0x5e8959,_0x3c4bd2(0xc7))}:void 0x0:void 0x0;});const _0x351c5a=_0x1b651e[_0x43c765(0x105)]();for(const _0x57ba7b of[_0x43c765(0x106),_0x43c765(0x11b),_0x43c765(0x124),_0x43c765(0xd4)])_0x5a90f7[_0x43c765(0xf1)][_0x43c765(0xeb)](_0x43c765(0x11f),_0x57ba7b,_0x43c765(0xcf),_0x351c5a);for(const _0x1bc846 of[_0x43c765(0x10d),_0x43c765(0xd1)])_0x5a90f7[_0x43c765(0xf1)][_0x43c765(0xeb)](_0x43c765(0x11f),_0x1bc846,_0x43c765(0xcf),_0x351c5a);_0x5a90f7[_0x43c765(0xf1)][_0x43c765(0xeb)](_0x43c765(0x11f),_0x43c765(0xdc),_0x43c765(0xcf),_0x6aa6b3=>{const _0x150917=_0x43c765;_0x29f888[_0x150917(0x108)][_0x150917(0xd2)](_0x21a7d6=>{const _0x1656d5=_0x150917,_0x1afebc=Array[_0x1656d5(0xe5)](_0x4ebd8b[_0x1656d5(0xdd)]())[_0x1656d5(0x10c)](_0x4f23c9=>_0x1f87ab[_0x1656d5(0x11d)](_0x4f23c9));_0x21a7d6[_0x1656d5(0xf6)](_0x6aa6b3),_0x29f888[_0x1656d5(0x127)][_0x1656d5(0xe0)](_0x1656d5(0xdc))[_0x1656d5(0xee)](),_0x29f888[_0x1656d5(0xcd)](_0x1656d5(0xdc),{'forceDefaultExecution':!0x0});const _0x1ef151=_0x1afebc[_0x1656d5(0xdb)](_0x584c9c=>_0x1656d5(0xd0)!=_0x584c9c[_0x1656d5(0x107)][_0x1656d5(0x112)]);_0x1ef151[_0x1656d5(0xec)]>0x0&&_0x21a7d6[_0x1656d5(0xf6)](_0x1ef151);for(const _0x512cad of _0x1afebc)_0x512cad[_0x1656d5(0xf0)]();});});for(const _0x4d14c9 of[_0x43c765(0x106),_0x43c765(0x124),_0x43c765(0xd4),_0x43c765(0x11b)]){const _0x4d2164=_0x29f888[_0x43c765(0x127)][_0x43c765(0xe0)](_0x4d14c9);_0x4d2164['on'](_0x43c765(0xe7),(_0x440666,_0x2a51d8,_0x31144f)=>{const _0x3da9d4=_0x43c765;if(_0x31144f){const _0x473d79=_0x29f888[_0x3da9d4(0x108)][_0x3da9d4(0x11c)][_0x3da9d4(0xe6)][_0x3da9d4(0xf5)]()[_0x3da9d4(0x125)]()[_0x3da9d4(0x10b)](_0x2d4ae0=>_0x2d4ae0['is'](_0x3da9d4(0x101),_0x3da9d4(0x122)));this[_0x3da9d4(0xfb)](_0x4d2164[_0x3da9d4(0xf3)],_0x473d79)||(_0x440666[_0x3da9d4(0xe4)]=!0x1,_0x440666[_0x3da9d4(0xe3)]());}},{'priority':_0x43c765(0x10f)});}}[_0x412c25(0xd8)](){const _0x41d51f=_0x412c25,_0x4dc869=this[_0x41d51f(0x103)][_0x41d51f(0x127)][_0x41d51f(0xe0)](_0x41d51f(0xdc)),_0x391111=this[_0x41d51f(0x103)][_0x41d51f(0x126)][_0x41d51f(0xe0)](_0x41d51f(0xff));if(!_0x4dc869[_0x41d51f(0xf9)])return!0x1;const _0x42ed7d=_0x391111[_0x41d51f(0xfd)](this[_0x41d51f(0x103)][_0x41d51f(0x108)][_0x41d51f(0x11c)][_0x41d51f(0xe6)]);for(const _0x358030 of _0x42ed7d)for(const _0x969fc1 of _0x42ed7d)if(_0x358030!=_0x969fc1&&!this[_0x41d51f(0xfb)](_0x358030,_0x969fc1))return!0x1;return!0x0;}[_0x412c25(0xfb)](_0x524316,_0x1ee191){const _0x463005=_0x412c25,_0x468929=this[_0x463005(0x103)][_0x463005(0x126)][_0x463005(0xe0)](_0x463005(0x10e)),_0x110c16=this[_0x463005(0x103)][_0x463005(0x108)][_0x463005(0xf7)](_0x524316),_0x3616a6=this[_0x463005(0x103)][_0x463005(0x108)][_0x463005(0xf7)](_0x1ee191),_0x559e8c=new Set(),_0x5c0223=new Set();for(const _0x3803d2 of _0x468929[_0x463005(0xc8)]())if((_0x463005(0xc6)==_0x3803d2[_0x463005(0xd3)]||_0x463005(0x104)==_0x3803d2[_0x463005(0xd3)]||_0x463005(0xdc)==_0x3803d2[_0x463005(0xed)])&&_0x3803d2[_0x463005(0xef)]){for(const _0x1a3e43 of _0x3803d2[_0x463005(0xdd)]())_0x1a3e43[_0x463005(0xde)](_0x110c16,!0x0)&&_0x559e8c[_0x463005(0xd9)](_0x3803d2[_0x463005(0xd3)]+':'+_0x3803d2[_0x463005(0x109)]['id']),_0x1a3e43[_0x463005(0xde)](_0x3616a6,!0x0)&&_0x5c0223[_0x463005(0xd9)](_0x3803d2[_0x463005(0xd3)]+':'+_0x3803d2[_0x463005(0x109)]['id']);}if(_0x559e8c[_0x463005(0xda)]!=_0x5c0223[_0x463005(0xda)])return!0x1;for(const _0xb3d148 of _0x559e8c)if(!_0x5c0223[_0x463005(0x115)](_0xb3d148))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 _0x2d41(_0x7b1696,_0x507b28){const _0x322004=_0x3220();return _0x2d41=function(_0x2d4170,_0x88b31e){_0x2d4170=_0x2d4170-0x120;let _0x27f038=_0x322004[_0x2d4170];return _0x27f038;},_0x2d41(_0x7b1696,_0x507b28);}function _0x3220(){const _0x59c77e=['enableCommand','3jZHsoW','311770zZXWrN','get','1219042ROGIfg','registerElementLabel','plugins','_descriptionFactory','60WOWONL','128636qTsUTy','10516132QMgRyY','489766maMtJw','246501GIQEhW','commands','8992GGNUlt','afterInit','insertTableOfContents','TrackChangesEditing','locale','40leyIlZ','ELEMENT_TABLE_OF_CONTENTS','editor','4760FPtdac','tableOfContents'];_0x3220=function(){return _0x59c77e;};return _0x3220();}const _0x5f3ce3=_0x2d41;(function(_0x26d202,_0x226221){const _0x87a5e2=_0x2d41,_0x1dcc8a=_0x26d202();while(!![]){try{const _0x253e21=parseInt(_0x87a5e2(0x134))/0x1+-parseInt(_0x87a5e2(0x12d))/0x2+parseInt(_0x87a5e2(0x12a))/0x3*(-parseInt(_0x87a5e2(0x132))/0x4)+-parseInt(_0x87a5e2(0x12b))/0x5*(-parseInt(_0x87a5e2(0x131))/0x6)+-parseInt(_0x87a5e2(0x127))/0x7*(-parseInt(_0x87a5e2(0x137))/0x8)+parseInt(_0x87a5e2(0x135))/0x9*(parseInt(_0x87a5e2(0x124))/0xa)+-parseInt(_0x87a5e2(0x133))/0xb;if(_0x253e21===_0x226221)break;else _0x1dcc8a['push'](_0x1dcc8a['shift']());}catch(_0x317426){_0x1dcc8a['push'](_0x1dcc8a['shift']());}}}(_0x3220,0x5f172));import{Plugin as _0x51c483}from'ckeditor5/src/core.js';import{getTranslation as _0x326c7d}from'../utils/common-translations.js';export default class _t extends _0x51c483{[_0x5f3ce3(0x120)](){const _0x38e21e=_0x5f3ce3,_0x4a7614=this[_0x38e21e(0x126)];if(!_0x4a7614[_0x38e21e(0x136)][_0x38e21e(0x12c)](_0x38e21e(0x121)))return;_0x4a7614[_0x38e21e(0x12f)][_0x38e21e(0x12c)](_0x38e21e(0x122))[_0x38e21e(0x129)](_0x38e21e(0x121));const _0x5a66af=_0x4a7614[_0x38e21e(0x12f)][_0x38e21e(0x12c)](_0x38e21e(0x122)),_0x17aebc=_0x4a7614[_0x38e21e(0x123)];_0x5a66af[_0x38e21e(0x130)][_0x38e21e(0x12e)](_0x38e21e(0x128),_0x757cb7=>_0x326c7d(_0x17aebc,_0x38e21e(0x125),_0x757cb7));}}
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 _0x422499=_0x2d28;(function(_0x246366,_0xde9493){const _0x50dc90=_0x2d28,_0x3e752e=_0x246366();while(!![]){try{const _0x4ff5fd=-parseInt(_0x50dc90(0x13a))/0x1+parseInt(_0x50dc90(0x12d))/0x2+-parseInt(_0x50dc90(0x149))/0x3*(-parseInt(_0x50dc90(0x163))/0x4)+parseInt(_0x50dc90(0x148))/0x5*(-parseInt(_0x50dc90(0x16a))/0x6)+-parseInt(_0x50dc90(0x145))/0x7*(parseInt(_0x50dc90(0x16e))/0x8)+-parseInt(_0x50dc90(0x173))/0x9*(parseInt(_0x50dc90(0x176))/0xa)+-parseInt(_0x50dc90(0x165))/0xb*(-parseInt(_0x50dc90(0x160))/0xc);if(_0x4ff5fd===_0xde9493)break;else _0x3e752e['push'](_0x3e752e['shift']());}catch(_0xa7de53){_0x3e752e['push'](_0x3e752e['shift']());}}}(_0x1ed3,0xa7b0b));import{Plugin as _0x3799fa}from'ckeditor5/src/core.js';function _0x1ed3(){const _0x1102d3=['nodeAfter','enqueueChange','tableWidth','plugins','tableCellBackgroundColor','getAttribute','35MILPXg','tableBackgroundColor','*Format:*\x20change\x20table\x20properties','292990RwpTRN','3223059xaIhtQ','registerDescriptionCallback','afterInit','_getSuggestion','get','handleDiscardAction','getFirstPosition','commandParams','tableProperties','*Format:*\x20change\x20table\x20cell\x20properties','subType','tableCellHeight','batch','tableBorderWidth','_handlePropertyChange','getContainedElement','TrackChangesEditing','TableUtils','discard','TrackChangesTableProperties','document','setAttribute','accept','276SFLLcc','pluginName','markBlockFormat','4XaGCKp','TableCellPropertiesEditing','235411RKKVJG','start','selection','locale','registerCustomCallback','102DDRbTK','getSuggestions','TablePropertiesEditing','tableCellHorizontalAlignment','410616PseJhE','_descriptionFactory','change','handleSuggestionDescription','tableCellBorderStyle','2206053YHbDIB','tableCellPadding','editor','30fNtvWb','format','findAncestor','removeAttribute','has','formatBlock','data','2290382FTjjDi','getSuggestionCallback','join','enableCommand','_suggestionFactory','tableCellBorderWidth','tableHeight','tableCellWidth','tableBorderColor','tableCellProperties','model','tableAlignment','tableCellVerticalAlignment','36756Wucdex','table','getSelectionAffectedTableCells','tableBorderStyle','tableCellBorderColor'];_0x1ed3=function(){return _0x1102d3;};return _0x1ed3();}import{getTranslation as _0x49f6ea}from'../utils/common-translations.js';function _0x2d28(_0x1ed72e,_0x4b835c){const _0x1ed379=_0x1ed3();return _0x2d28=function(_0x2d28ce,_0x33e661){_0x2d28ce=_0x2d28ce-0x12d;let _0x5cf1f2=_0x1ed379[_0x2d28ce];return _0x5cf1f2;},_0x2d28(_0x1ed72e,_0x4b835c);}export default class Mt extends _0x3799fa{constructor(_0x6dcb30){const _0x593fca=_0x2d28;super(_0x6dcb30),this[_0x593fca(0x151)]=[_0x593fca(0x135),_0x593fca(0x13d),_0x593fca(0x156),_0x593fca(0x138),_0x593fca(0x141),_0x593fca(0x133),_0x593fca(0x146)],this[_0x593fca(0x136)]=[_0x593fca(0x13e),_0x593fca(0x172),_0x593fca(0x132),_0x593fca(0x174),_0x593fca(0x134),_0x593fca(0x154),_0x593fca(0x143),_0x593fca(0x16d),_0x593fca(0x139)];}static get[_0x422499(0x161)](){const _0x15a618=_0x422499;return _0x15a618(0x15c);}[_0x422499(0x14b)](){const _0x404786=_0x422499,_0x4ad739=this[_0x404786(0x175)][_0x404786(0x142)][_0x404786(0x14d)](_0x404786(0x159));if(this[_0x404786(0x175)][_0x404786(0x142)][_0x404786(0x17a)](_0x404786(0x16c))){for(const _0x3c641f of this[_0x404786(0x151)])_0x4ad739[_0x404786(0x130)](_0x3c641f,(_0x2b9e20,_0x34af2e)=>{const _0x16102d=_0x404786,_0x2ffd1d=this[_0x16102d(0x175)][_0x16102d(0x137)][_0x16102d(0x15d)][_0x16102d(0x167)][_0x16102d(0x14f)]()[_0x16102d(0x178)](_0x16102d(0x13b));this[_0x16102d(0x157)](_0x3c641f,[_0x2ffd1d],this[_0x16102d(0x151)],_0x16102d(0x151),_0x2b9e20,_0x34af2e);});_0x4ad739[_0x404786(0x131)][_0x404786(0x169)](_0x404786(0x17b),_0x404786(0x151),_0x404786(0x15f),_0x4ad739[_0x404786(0x131)][_0x404786(0x12e)](_0x404786(0x17b),null,_0x404786(0x15b))),_0x4ad739[_0x404786(0x131)][_0x404786(0x169)](_0x404786(0x17b),_0x404786(0x151),_0x404786(0x15b),(_0x2e51bf,_0x1c048f)=>this[_0x404786(0x14e)](this[_0x404786(0x151)],_0x2e51bf,_0x1c048f)),_0x4ad739[_0x404786(0x131)][_0x404786(0x169)](_0x404786(0x17b),_0x404786(0x151),_0x404786(0x12f),()=>!0x1);}if(this[_0x404786(0x175)][_0x404786(0x142)][_0x404786(0x17a)](_0x404786(0x164))){for(const _0x50a9ff of this[_0x404786(0x136)])_0x4ad739[_0x404786(0x130)](_0x50a9ff,(_0x5dfc03,_0x32cbe8)=>{const _0x2d2ea0=_0x404786,_0x5672e5=this[_0x2d2ea0(0x175)][_0x2d2ea0(0x142)][_0x2d2ea0(0x14d)](_0x2d2ea0(0x15a))[_0x2d2ea0(0x13c)](this[_0x2d2ea0(0x175)][_0x2d2ea0(0x137)][_0x2d2ea0(0x15d)][_0x2d2ea0(0x167)]);this[_0x2d2ea0(0x157)](_0x50a9ff,_0x5672e5,this[_0x2d2ea0(0x136)],_0x2d2ea0(0x136),_0x5dfc03,_0x32cbe8);});_0x4ad739[_0x404786(0x131)][_0x404786(0x169)](_0x404786(0x17b),_0x404786(0x136),_0x404786(0x15f),_0x4ad739[_0x404786(0x131)][_0x404786(0x12e)](_0x404786(0x17b),null,_0x404786(0x15b))),_0x4ad739[_0x404786(0x131)][_0x404786(0x169)](_0x404786(0x17b),_0x404786(0x136),_0x404786(0x15b),(_0x4cf2c9,_0x207492)=>this[_0x404786(0x14e)](this[_0x404786(0x136)],_0x4cf2c9,_0x207492)),_0x4ad739[_0x404786(0x131)][_0x404786(0x169)](_0x404786(0x17b),_0x404786(0x136),_0x404786(0x12f),()=>!0x1);}_0x4ad739[_0x404786(0x16f)][_0x404786(0x14a)](_0x457f6b=>this[_0x404786(0x171)](_0x457f6b));}[_0x422499(0x157)](_0x4f376b,_0x26a92b,_0x30b7ee,_0x13f373,_0x343254,_0x4e2b55){const _0x5a4941=_0x422499,_0x2b4fca=this[_0x5a4941(0x175)][_0x5a4941(0x142)][_0x5a4941(0x14d)](_0x5a4941(0x159));this[_0x5a4941(0x175)][_0x5a4941(0x137)][_0x5a4941(0x140)](_0x4e2b55[_0x5a4941(0x155)],()=>{const _0x4847f9=_0x5a4941;for(const _0x47fd5f of _0x26a92b){if(this[_0x4847f9(0x14c)](_0x47fd5f,_0x13f373))_0x343254(_0x4e2b55);else{const _0x498dea={};for(const _0x2cdbc3 of _0x30b7ee){const _0x463300=_0x47fd5f[_0x4847f9(0x144)](_0x2cdbc3);void 0x0!==_0x463300&&(_0x498dea[_0x2cdbc3]=_0x463300);}_0x343254(_0x4e2b55),_0x2b4fca[_0x4847f9(0x162)](_0x47fd5f,{'commandParams':[_0x498dea]},[],_0x13f373);}}});}[_0x422499(0x14e)](_0x12d8e5,_0x3cd32a,_0x4c1551){const _0x360519=_0x422499,_0x311536=_0x3cd32a[0x0][_0x360519(0x166)][_0x360519(0x13f)],_0x3a0319=_0x4c1551[_0x360519(0x150)][0x0];this[_0x360519(0x175)][_0x360519(0x137)][_0x360519(0x170)](_0x5561cc=>{const _0x4bf512=_0x360519;for(const _0x4f05d2 of _0x12d8e5)void 0x0!==_0x3a0319[_0x4f05d2]?_0x5561cc[_0x4bf512(0x15e)](_0x4f05d2,_0x3a0319[_0x4f05d2],_0x311536):_0x5561cc[_0x4bf512(0x179)](_0x4f05d2,_0x311536);});}[_0x422499(0x171)](_0x24405b){const _0x3385e1=_0x422499;if(_0x24405b[_0x3385e1(0x17c)])switch(_0x24405b[_0x3385e1(0x153)]){case _0x3385e1(0x151):return{'type':_0x3385e1(0x177),'content':_0x49f6ea(this[_0x3385e1(0x175)][_0x3385e1(0x168)],_0x3385e1(0x147))};case _0x3385e1(0x136):return{'type':_0x3385e1(0x177),'content':_0x49f6ea(this[_0x3385e1(0x175)][_0x3385e1(0x168)],_0x3385e1(0x152))};}}[_0x422499(0x14c)](_0x188c9b,_0x1996af){const _0x81c4ea=_0x422499,_0x45a1dd=this[_0x81c4ea(0x175)][_0x81c4ea(0x142)][_0x81c4ea(0x14d)](_0x81c4ea(0x159));for(const _0x42b1dc of _0x45a1dd[_0x81c4ea(0x16b)]({'skipNotAttached':!0x0})){const _0x27781e=_0x42b1dc[_0x81c4ea(0x158)]();if(_0x42b1dc[_0x81c4ea(0x153)]===_0x1996af&&_0x27781e===_0x188c9b)return _0x42b1dc;}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 _0x215f55=_0x5752;(function(_0x102419,_0x587044){const _0x451b45=_0x5752,_0x4e6a67=_0x102419();while(!![]){try{const _0x5e4fae=-parseInt(_0x451b45(0x156))/0x1+parseInt(_0x451b45(0x163))/0x2*(-parseInt(_0x451b45(0x159))/0x3)+-parseInt(_0x451b45(0x15c))/0x4+parseInt(_0x451b45(0x164))/0x5*(-parseInt(_0x451b45(0x168))/0x6)+parseInt(_0x451b45(0x158))/0x7*(parseInt(_0x451b45(0x15f))/0x8)+-parseInt(_0x451b45(0x15b))/0x9*(-parseInt(_0x451b45(0x15e))/0xa)+parseInt(_0x451b45(0x15d))/0xb*(parseInt(_0x451b45(0x169))/0xc);if(_0x5e4fae===_0x587044)break;else _0x4e6a67['push'](_0x4e6a67['shift']());}catch(_0x11872f){_0x4e6a67['push'](_0x4e6a67['shift']());}}}(_0x4780,0xe9382));import{Plugin as _0x5327c4}from'ckeditor5/src/core.js';function _0x4780(){const _0x4fa731=['6353032wAXeOJ','47763287KGSmvx','3610FIuHrZ','72rnkWwi','editor','Template','insertTemplate','231092jZampg','1005580uYJILc','get','plugins','enableCommand','48FRTCGI','12yiruHj','afterInit','1181310aeZLjR','has','377930cSSgnX','3Qzpmah','TrackChangesEditing','15489DrESmz'];_0x4780=function(){return _0x4fa731;};return _0x4780();}function _0x5752(_0x5a5b1a,_0x432ae1){const _0x4780ee=_0x4780();return _0x5752=function(_0x5752fd,_0x5d4c6f){_0x5752fd=_0x5752fd-0x155;let _0x190caa=_0x4780ee[_0x5752fd];return _0x190caa;},_0x5752(_0x5a5b1a,_0x432ae1);}export default class vt extends _0x5327c4{[_0x215f55(0x155)](){const _0x2810ea=_0x215f55,_0x691534=this[_0x2810ea(0x160)];_0x691534[_0x2810ea(0x166)][_0x2810ea(0x157)](_0x2810ea(0x161))&&_0x691534[_0x2810ea(0x166)][_0x2810ea(0x165)](_0x2810ea(0x15a))[_0x2810ea(0x167)](_0x2810ea(0x162));}}
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));}}