@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240409.0 → 0.0.0-nightly-20240411.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 (145) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +1 -1
  41. package/lang/translations/bg.po +1 -1
  42. package/lang/translations/bn.po +1 -1
  43. package/lang/translations/ca.po +1 -1
  44. package/lang/translations/cs.po +1 -1
  45. package/lang/translations/da.po +1 -1
  46. package/lang/translations/de.po +1 -1
  47. package/lang/translations/el.po +1 -1
  48. package/lang/translations/es.po +1 -1
  49. package/lang/translations/et.po +1 -1
  50. package/lang/translations/fi.po +1 -1
  51. package/lang/translations/fr.po +1 -1
  52. package/lang/translations/he.po +1 -1
  53. package/lang/translations/hi.po +1 -1
  54. package/lang/translations/hu.po +1 -1
  55. package/lang/translations/id.po +1 -1
  56. package/lang/translations/it.po +1 -1
  57. package/lang/translations/ja.po +1 -1
  58. package/lang/translations/ko.po +1 -1
  59. package/lang/translations/lt.po +1 -1
  60. package/lang/translations/lv.po +1 -1
  61. package/lang/translations/ms.po +1 -1
  62. package/lang/translations/nl.po +1 -1
  63. package/lang/translations/no.po +1 -1
  64. package/lang/translations/pl.po +1 -1
  65. package/lang/translations/pt-br.po +1 -1
  66. package/lang/translations/pt.po +1 -1
  67. package/lang/translations/ro.po +1 -1
  68. package/lang/translations/ru.po +1 -1
  69. package/lang/translations/sk.po +1 -1
  70. package/lang/translations/sr.po +1 -1
  71. package/lang/translations/sv.po +1 -1
  72. package/lang/translations/th.po +1 -1
  73. package/lang/translations/tr.po +2 -2
  74. package/lang/translations/uk.po +1 -1
  75. package/lang/translations/vi.po +1 -1
  76. package/lang/translations/zh-cn.po +1 -1
  77. package/lang/translations/zh.po +1 -1
  78. package/package.json +3 -3
  79. package/src/commands/acceptsuggestioncommand.js +1 -1
  80. package/src/commands/discardsuggestioncommand.js +1 -1
  81. package/src/commands/executeonallsuggestionscommand.js +1 -1
  82. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  83. package/src/commands/trackchangescommand.js +1 -1
  84. package/src/index.js +1 -1
  85. package/src/integrations/aiassistant.js +1 -1
  86. package/src/integrations/alignment.js +1 -1
  87. package/src/integrations/basicstyles.js +1 -1
  88. package/src/integrations/blockquote.js +1 -1
  89. package/src/integrations/casechange.js +1 -1
  90. package/src/integrations/ckbox.js +1 -1
  91. package/src/integrations/codeblock.js +1 -1
  92. package/src/integrations/comments.js +1 -1
  93. package/src/integrations/deletecommand.js +1 -1
  94. package/src/integrations/entercommand.js +1 -1
  95. package/src/integrations/findandreplace.js +1 -1
  96. package/src/integrations/font.js +1 -1
  97. package/src/integrations/formatpainter.js +1 -1
  98. package/src/integrations/heading.js +1 -1
  99. package/src/integrations/highlight.js +1 -1
  100. package/src/integrations/horizontalline.js +1 -1
  101. package/src/integrations/htmlembed.js +1 -1
  102. package/src/integrations/image.js +1 -1
  103. package/src/integrations/imagereplace.js +1 -1
  104. package/src/integrations/imagestyle.js +1 -1
  105. package/src/integrations/importword.js +1 -1
  106. package/src/integrations/indent.js +1 -1
  107. package/src/integrations/inputcommand.js +1 -1
  108. package/src/integrations/legacylist.js +1 -1
  109. package/src/integrations/legacylistproperties.js +1 -1
  110. package/src/integrations/link.js +1 -1
  111. package/src/integrations/list.js +1 -1
  112. package/src/integrations/listproperties.js +1 -1
  113. package/src/integrations/mediaembed.js +1 -1
  114. package/src/integrations/mention.js +1 -1
  115. package/src/integrations/multilevellist.js +1 -1
  116. package/src/integrations/pagebreak.js +1 -1
  117. package/src/integrations/paragraph.js +1 -1
  118. package/src/integrations/removeformat.js +1 -1
  119. package/src/integrations/restrictededitingmode.js +1 -1
  120. package/src/integrations/shiftentercommand.js +1 -1
  121. package/src/integrations/standardeditingmode.js +1 -1
  122. package/src/integrations/style.js +1 -1
  123. package/src/integrations/table.js +1 -1
  124. package/src/integrations/tablecaption.js +1 -1
  125. package/src/integrations/tableclipboard.js +1 -1
  126. package/src/integrations/tablecolumnresize.js +1 -1
  127. package/src/integrations/tableheadings.js +1 -1
  128. package/src/integrations/tablemergesplit.js +1 -1
  129. package/src/integrations/tableofcontents.js +1 -1
  130. package/src/integrations/tableproperties.js +1 -1
  131. package/src/integrations/template.js +1 -1
  132. package/src/integrations/title.js +1 -1
  133. package/src/integrations/undo.js +1 -1
  134. package/src/integrations/utils.js +1 -1
  135. package/src/suggestion.js +1 -1
  136. package/src/suggestiondescriptionfactory.js +1 -1
  137. package/src/trackchanges.js +1 -1
  138. package/src/trackchangesdata.js +1 -1
  139. package/src/trackchangesediting.js +1 -1
  140. package/src/trackchangesui.js +1 -1
  141. package/src/ui/suggestioncontroller.js +1 -1
  142. package/src/ui/view/basesuggestionthreadview.js +1 -1
  143. package/src/ui/view/suggestionthreadview.js +1 -1
  144. package/src/utils/common-translations.js +1 -1
  145. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a4d4a=_0x5756;(function(_0x3cb0f0,_0x4a9b86){const _0x4a3833=_0x5756,_0xe60486=_0x3cb0f0();while(!![]){try{const _0x250f5d=parseInt(_0x4a3833(0x1ee))/0x1*(parseInt(_0x4a3833(0x1e3))/0x2)+parseInt(_0x4a3833(0x22b))/0x3*(-parseInt(_0x4a3833(0x1fd))/0x4)+parseInt(_0x4a3833(0x239))/0x5+-parseInt(_0x4a3833(0x1bb))/0x6+parseInt(_0x4a3833(0x1f5))/0x7+-parseInt(_0x4a3833(0x1dc))/0x8+parseInt(_0x4a3833(0x204))/0x9;if(_0x250f5d===_0x4a9b86)break;else _0xe60486['push'](_0xe60486['shift']());}catch(_0xca5578){_0xe60486['push'](_0xe60486['shift']());}}}(_0x4f97,0x81916));function _0x4f97(){const _0x1ac266=['7018809aoTWwp','mapper','subType','_getSuggestionCoords','includes','values','addClass','plugins','32seoRWl','highest','ELEMENT_TABLE_COLUMN','MAX_SAFE_INTEGER','from','root','registerElementLabel','387729cijEvb','insertTable','has','enableCommand','max','isEqual','_tableSuggestions','insertTableRowAbove','$textProxy','start','setSelection','ELEMENT_TABLE_WITH_TEXT','markMultiRangeInsertion','enqueueChange','getChangedMarkers','type','*Remove:*\x20%0','tableColumn','span','tablePaste','getCellLocation','getChanges','every','ELEMENT_TABLE','_tablePostFixingSubtypes','map','differ','data','insertTableColumnRight','_acceptFormatSuggestionCallbackFactory','removeClass','ELEMENT_TABLE_ROW','low','registerPostFixer','batch','getRanges','removeTableRow','afterInit','forceValue','9501zfBANk','name','_setupColumnsRowsFixing','tableRow','tableCell','insert','execute','getFirstRange','isArray','isIntersectingWithRange','item','createRangeOn','document','minColumn','3897700zCOzQF','options','toViewElement','selection','insertTableRowBelow','order','selectTableRow','isTouching','min','TrackChangesEditing','_descriptionFactory','registerCustomCallback','addRange','createPositionAt','_suggestionFactory','createRangeIn','_splitMarkerName','push','detach','insertTableColumnLeft','getAttribute','ELEMENT_TABLE_COLUMN_WITH_TEXT','add','getColumnIndexes','length','addMarker:suggestion','maxColumn','cell','selectTableColumn','toLowerCase','removeTableColumn','first','position','getItems','some','6357732wfaXaK','left','filter','registerDescriptionCallback','TableEditing','getContainedElement','accept','table','nodeBefore','createTableWalker','showSuggestionHighlights','minRow','substr','model','last','nodeAfter','getSelectionAffectedTableCells','ELEMENT_TABLE_ROW_WITH_TEXT','discard','TableUtils','element','change','locale','refresh','writer','getRowIndexes','fromRange','rowspan','_getCoordsForCells','classes','*Insert:*\x20%0','getChildren','startsWith','2117200JoUgcJ','findAncestor','isInContent','insertion','oldRange','join','downcastDispatcher','2MlZDAK','above','end','deletion','commands','suggestion','get','getSuggestion','MIN_SAFE_INTEGER','hasAttribute','maxRow','55010oOMBCt','$graveyard','markMultiRangeDeletion','rootName','change:data','colspan','editor'];_0x4f97=function(){return _0x1ac266;};return _0x4f97();}function _0x5756(_0x181c71,_0x4fdee7){const _0x4f97d9=_0x4f97();return _0x5756=function(_0x5756bc,_0x2fd64f){_0x5756bc=_0x5756bc-0x1b8;let _0x119ecf=_0x4f97d9[_0x5756bc];return _0x119ecf;},_0x5756(_0x181c71,_0x4fdee7);}import{Plugin as _0x328972}from'ckeditor5/src/core.js';import{LiveRange as _0x4739f3}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x51530e}from'ckeditor5/src/widget.js';import{getTranslation as _0x1f04f4}from'../utils/common-translations.js';export default class jt extends _0x328972{constructor(_0x4fe203){const _0x12935a=_0x5756;super(_0x4fe203),this[_0x12935a(0x21c)]=[_0x12935a(0x22e),_0x12935a(0x215)],this[_0x12935a(0x20a)]=new Set();}[_0x5a4d4a(0x229)](){const _0x36d4fa=_0x5a4d4a,_0x157651=this[_0x36d4fa(0x1f4)],_0x28afac=_0x157651[_0x36d4fa(0x1c8)][_0x36d4fa(0x237)][_0x36d4fa(0x23c)];if(!_0x157651[_0x36d4fa(0x1fc)][_0x36d4fa(0x206)](_0x36d4fa(0x1bf)))return;const _0x58a740=_0x157651[_0x36d4fa(0x1d1)],_0x3e1d50=_0x157651[_0x36d4fa(0x1fc)][_0x36d4fa(0x1e9)](_0x36d4fa(0x242)),_0x511e07=_0x157651[_0x36d4fa(0x1fc)][_0x36d4fa(0x1e9)](_0x36d4fa(0x1ce));_0x3e1d50[_0x36d4fa(0x243)][_0x36d4fa(0x203)](_0x36d4fa(0x1c2),_0x422822=>_0x1f04f4(_0x58a740,_0x36d4fa(0x21b),_0x422822)),this[_0x36d4fa(0x22d)](),_0x3e1d50[_0x36d4fa(0x207)](_0x36d4fa(0x205)),_0x3e1d50[_0x36d4fa(0x207)](_0x36d4fa(0x23f)),_0x3e1d50[_0x36d4fa(0x207)](_0x36d4fa(0x255));for(const _0x402c64 of[_0x36d4fa(0x20b),_0x36d4fa(0x23d)]){const _0x2765f1=_0x157651[_0x36d4fa(0x1e7)][_0x36d4fa(0x1e9)](_0x402c64);_0x3e1d50[_0x36d4fa(0x207)](_0x402c64,_0x7ab73e=>{const _0x5d36ab=_0x36d4fa;_0x157651[_0x5d36ab(0x1c8)][_0x5d36ab(0x1d0)](_0x28b239=>{const _0xf30ad=_0x5d36ab;_0x7ab73e();const _0xcde0d0=_0xf30ad(0x1e4)===_0x2765f1[_0xf30ad(0x23e)],_0x5380f0=_0x511e07[_0xf30ad(0x1cb)](_0x28afac),_0x52151b=_0x511e07[_0xf30ad(0x1d4)](_0x5380f0),_0x5a3cdc=_0xcde0d0?_0x52151b[_0xf30ad(0x258)]-0x1:_0x52151b[_0xf30ad(0x1c9)]+0x1,_0xfca1bd=_0x5380f0[0x0][_0xf30ad(0x1dd)](_0xf30ad(0x1c2)),_0x695aa3=_0x511e07[_0xf30ad(0x1c4)](_0xfca1bd,{'startRow':_0x5a3cdc,'endRow':_0x5a3cdc}),_0x1f0e83=Array[_0xf30ad(0x201)](_0x695aa3)[_0xf30ad(0x21d)](_0x341766=>_0x28b239[_0xf30ad(0x236)](_0x341766[_0xf30ad(0x254)]));_0x3e1d50[_0xf30ad(0x210)](_0x1f0e83,_0xf30ad(0x22e));});});}for(const _0x48cb91 of[_0x36d4fa(0x24c),_0x36d4fa(0x220)]){const _0x59c5ac=_0x157651[_0x36d4fa(0x1e7)][_0x36d4fa(0x1e9)](_0x48cb91);_0x3e1d50[_0x36d4fa(0x207)](_0x48cb91,_0x5d6c08=>{const _0x20854a=_0x36d4fa;_0x157651[_0x20854a(0x1c8)][_0x20854a(0x1d0)](_0x5ceb5e=>{const _0x167a62=_0x20854a;_0x5d6c08();const _0x2b9a63=_0x167a62(0x1bc)===_0x59c5ac[_0x167a62(0x23e)],_0x52bae1=_0x511e07[_0x167a62(0x1cb)](_0x28afac),_0x2a0f3c=_0x511e07[_0x167a62(0x250)](_0x52bae1),_0x68c912=_0x2b9a63?_0x2a0f3c[_0x167a62(0x258)]-0x1:_0x2a0f3c[_0x167a62(0x1c9)]+0x1,_0xe15a25=_0x52bae1[0x0][_0x167a62(0x1dd)](_0x167a62(0x1c2)),_0x4c3321=_0x511e07[_0x167a62(0x1c4)](_0xe15a25,{'startRow':0x0,'column':_0x68c912,'includeAllSlots':!0x1}),_0x548816=Array[_0x167a62(0x201)](_0x4c3321)[_0x167a62(0x21d)](_0x446103=>_0x5ceb5e[_0x167a62(0x236)](_0x446103[_0x167a62(0x254)]));_0x3e1d50[_0x167a62(0x210)](_0x548816,_0x167a62(0x215));});});}for(const _0x5e6af0 of[_0x36d4fa(0x228),_0x36d4fa(0x257)]){const _0x52c08d=_0x5e6af0[_0x36d4fa(0x1c7)](0xb),_0xf9ef05=_0x52c08d[_0x36d4fa(0x256)](),_0x542857=_0xf9ef05[_0x36d4fa(0x1c7)](0x0,0x3)+_0x36d4fa(0x216),_0x4a1561=_0x36d4fa(0x1c2)+_0x52c08d,_0x57a5d0=_0x36d4fa(0x241)+_0x52c08d,_0xbd0e54=_0x36d4fa(0x208)+_0x52c08d;_0x3e1d50[_0x36d4fa(0x207)](_0x5e6af0,()=>{const _0x3d368f=_0x36d4fa;_0x157651[_0x3d368f(0x1c8)][_0x3d368f(0x1d0)](_0x5dee1e=>{const _0x5efa01=_0x3d368f,_0x548eed=_0x511e07[_0x5efa01(0x1cb)](_0x28afac),_0x41266c=_0x548eed[0x0][_0x5efa01(0x1dd)](_0x5efa01(0x1c2));let _0x1210b3;if(_0x5efa01(0x228)==_0x5e6af0){const _0x25fb18=_0x511e07[_0x5efa01(0x1d4)](_0x548eed);_0x1210b3={'startRow':_0x25fb18[_0x5efa01(0x258)],'endRow':_0x25fb18[_0x5efa01(0x1c9)],'includeAllSlots':!0x0};}else{const _0x3b5bdf=_0x511e07[_0x5efa01(0x250)](_0x548eed);_0x1210b3={'startColumn':_0x3b5bdf[_0x5efa01(0x258)],'endColumn':_0x3b5bdf[_0x5efa01(0x1c9)],'includeAllSlots':!0x0};}const _0xaead96=_0x511e07[_0x5efa01(0x1c4)](_0x41266c,_0x1210b3),_0x1ece1d=Array[_0x5efa01(0x201)](_0xaead96)[_0x5efa01(0x21d)](({cell:_0x4f68ac})=>_0x4f68ac),_0x3ff385=Ee(_0x1ece1d[_0x5efa01(0x1bd)](_0x435866=>_0x435866[_0x5efa01(0x1ec)](_0x542857))),_0x33a24b=Ee(_0x1ece1d[_0x5efa01(0x1bd)](_0x25f09a=>!_0x25f09a[_0x5efa01(0x1ec)](_0x542857)))[_0x5efa01(0x21d)](_0x353ef8=>_0x5dee1e[_0x5efa01(0x236)](_0x353ef8)),_0x5e7c71=_0x3e1d50[_0x5efa01(0x1f0)](_0x33a24b,_0x4a1561);if(_0x5e7c71&&(_0x5efa01(0x22e)==_0x5e7c71[_0x5efa01(0x1f7)]||_0x5efa01(0x215)==_0x5e7c71[_0x5efa01(0x1f7)])){const _0x109581=this[_0x5efa01(0x1f8)](_0x5e7c71);for(const _0x5be955 of _0x3ff385){const _0x20bd7e=_0x5dee1e[_0x5efa01(0x236)](_0x5be955),_0x41ce98=_0x511e07[_0x5efa01(0x218)](_0x5be955),_0x28c78f=_0x5be955[_0x5efa01(0x24d)](_0x542857)-0x1,_0x109f85=_0x109581[_0x57a5d0],_0x49e0a5=_0x109581[_0xbd0e54];_0x109f85<=_0x41ce98[_0xf9ef05]&&_0x41ce98[_0xf9ef05]+_0x28c78f<=_0x49e0a5&&_0x5e7c71[_0x5efa01(0x245)](_0x20bd7e);}}});});}function _0x18320e(_0x17f830){const _0x5509bb=_0x36d4fa,_0x582d5f=Array[_0x5509bb(0x201)](_0x28afac[_0x5509bb(0x227)]())[_0x5509bb(0x21d)](_0xbd7390=>_0x4739f3[_0x5509bb(0x1d5)](_0xbd7390));_0x157651[_0x5509bb(0x1c8)][_0x5509bb(0x1d0)](_0x2ef9de=>{const _0x4b7bce=_0x5509bb,_0xf48294=_0x2ef9de[_0x4b7bce(0x226)];_0x17f830=_0x17f830[_0x4b7bce(0x1bd)](_0x524596=>_0x4b7bce(0x1ef)!=_0x524596[_0x4b7bce(0x202)][_0x4b7bce(0x1f1)]),_0x2ef9de[_0x4b7bce(0x20e)](_0x17f830),_0x157651[_0x4b7bce(0x1e7)][_0x4b7bce(0x1e9)](_0x4b7bce(0x228))[_0x4b7bce(0x1d2)](),_0x157651[_0x4b7bce(0x231)](_0x4b7bce(0x228),{'forceDefaultExecution':!0x0}),_0x157651[_0x4b7bce(0x1c8)][_0x4b7bce(0x211)](()=>{const _0x4cf639=_0x4b7bce;_0x157651[_0x4cf639(0x1c8)][_0x4cf639(0x211)](_0xf48294,_0x246d3d=>{const _0x21567f=_0x4cf639,_0x1d33aa=_0x582d5f[_0x21567f(0x1bd)](_0x478509=>_0x21567f(0x1ef)!=_0x478509[_0x21567f(0x202)][_0x21567f(0x1f1)]);_0x1d33aa[_0x21567f(0x251)]>0x0&&_0x246d3d[_0x21567f(0x20e)](_0x1d33aa);for(const _0x31e445 of _0x582d5f)_0x31e445[_0x21567f(0x24b)]();});});});}function _0x1762a9(_0x33101e){const _0x2c8d4c=_0x36d4fa;_0x157651[_0x2c8d4c(0x1c8)][_0x2c8d4c(0x1d0)](_0x651eff=>{const _0x5c5fda=_0x2c8d4c,_0x1d4c0c=Array[_0x5c5fda(0x201)](_0x28afac[_0x5c5fda(0x227)]())[_0x5c5fda(0x21d)](_0x4b4cb2=>_0x4739f3[_0x5c5fda(0x1d5)](_0x4b4cb2)),_0x527b3e=[];for(const _0xfcc2f3 of _0x33101e)for(const _0x47a58f of _0xfcc2f3[_0x5c5fda(0x1b9)]({'shallow':!0x0}))_0x527b3e[_0x5c5fda(0x24a)](_0x47a58f);for(const _0x277c3a of _0x527b3e)_0x5c5fda(0x1ef)!=_0x277c3a[_0x5c5fda(0x202)][_0x5c5fda(0x1f1)]&&(_0x651eff[_0x5c5fda(0x20e)](_0x651eff[_0x5c5fda(0x246)](_0x277c3a,0x0)),_0x157651[_0x5c5fda(0x1e7)][_0x5c5fda(0x1e9)](_0x5c5fda(0x257))[_0x5c5fda(0x1d2)](),_0x157651[_0x5c5fda(0x231)](_0x5c5fda(0x257),{'forceDefaultExecution':!0x0}));const _0x4125c3=_0x1d4c0c[_0x5c5fda(0x1bd)](_0x30ff0e=>_0x5c5fda(0x1ef)!=_0x30ff0e[_0x5c5fda(0x202)][_0x5c5fda(0x1f1)]);_0x4125c3[_0x5c5fda(0x251)]>0x0&&_0x651eff[_0x5c5fda(0x20e)](_0x4125c3);for(const _0x146d18 of _0x1d4c0c)_0x146d18[_0x5c5fda(0x24b)]();});}function _0x38e063(_0x12c7a3,_0x159ef4){const _0x3363d7=_0x36d4fa;return _0x159ef4[_0x3363d7(0x21a)](_0x54c793=>_0x12c7a3[_0x3363d7(0x1ba)](_0x23ab78=>_0x23ab78[_0x3363d7(0x1e5)][_0x3363d7(0x209)](_0x54c793[_0x3363d7(0x20d)])||_0x54c793[_0x3363d7(0x1e5)][_0x3363d7(0x209)](_0x23ab78[_0x3363d7(0x20d)])));}function _0x15b039(_0x4e99fe,_0xaa6324){const _0x313ad8=_0x36d4fa;return _0x4e99fe[_0x313ad8(0x1ba)](_0x3a7213=>_0xaa6324[_0x313ad8(0x1ba)](_0x324caf=>_0x3a7213[_0x313ad8(0x1e5)][_0x313ad8(0x240)](_0x324caf[_0x313ad8(0x20d)])));}_0x157651[_0x36d4fa(0x21f)][_0x36d4fa(0x1e2)]['on'](_0x36d4fa(0x252),(_0x42ead3,_0x1b850b,_0x5830d0)=>{const _0xa54c09=_0x36d4fa;if(!_0x5830d0[_0xa54c09(0x23a)][_0xa54c09(0x1c5)])return;const _0x52698a=_0x1b850b[_0xa54c09(0x235)];if(!_0x52698a)return;const _0x1b6186=_0x5830d0[_0xa54c09(0x1f6)][_0xa54c09(0x23b)](_0x52698a);function _0x2b2437(_0x427139){const _0x3b37b2=_0xa54c09;return Array[_0x3b37b2(0x233)](_0x427139)?_0x427139:[_0x427139];}_0x1b6186&&_0xa54c09(0x22f)===_0x52698a[_0xa54c09(0x22c)]&&_0x51530e(_0x1b6186,_0x5830d0[_0xa54c09(0x1d3)],(_0x2957c5,_0x3bc747,_0x458fef)=>_0x458fef[_0xa54c09(0x1fb)](_0x2b2437(_0x3bc747[_0xa54c09(0x1d8)]),_0x2957c5),(_0x13d198,_0x57b7df,_0x41bbd7)=>_0x41bbd7[_0xa54c09(0x222)](_0x2b2437(_0x57b7df[_0xa54c09(0x1d8)]),_0x13d198));},{'priority':_0x36d4fa(0x1fe)}),_0x3e1d50[_0x36d4fa(0x243)][_0x36d4fa(0x1be)](_0x494966=>{const _0x1d74b0=_0x36d4fa;if(_0x1d74b0(0x1df)!=_0x494966[_0x1d74b0(0x213)]&&_0x1d74b0(0x1e6)!=_0x494966[_0x1d74b0(0x213)])return;const _0x28a1c4=_0x494966[_0x1d74b0(0x1c0)]();if(null!=_0x28a1c4&&_0x28a1c4['is'](_0x1d74b0(0x1cf),_0x1d74b0(0x1c2))){if(_0x1d74b0(0x1df)==_0x494966[_0x1d74b0(0x213)]){const _0x2ad1df=_0x494966[_0x1d74b0(0x1b9)]()[_0x1d74b0(0x1bd)](_0x33162c=>_0x33162c['is'](_0x1d74b0(0x20c)))[_0x1d74b0(0x21d)](_0x7aff3f=>_0x7aff3f[_0x1d74b0(0x21f)]);if(_0x2ad1df[_0x1d74b0(0x251)])return{'type':_0x1d74b0(0x1df),'content':_0x1f04f4(_0x58a740,_0x1d74b0(0x1d9),_0x1f04f4(_0x58a740,_0x1d74b0(0x20f),'\x22'+_0x2ad1df[_0x1d74b0(0x1e1)]('\x20')+'\x22'))};}if(_0x1d74b0(0x1e6)==_0x494966[_0x1d74b0(0x213)]){const _0x4e8fc1=_0x494966[_0x1d74b0(0x1b9)]()[_0x1d74b0(0x1bd)](_0x375bc1=>_0x375bc1['is'](_0x1d74b0(0x20c)))[_0x1d74b0(0x21d)](_0x2d58f5=>_0x2d58f5[_0x1d74b0(0x21f)]);if(_0x4e8fc1[_0x1d74b0(0x251)])return{'type':_0x1d74b0(0x1e6),'content':_0x1f04f4(_0x58a740,_0x1d74b0(0x214),_0x1f04f4(_0x58a740,_0x1d74b0(0x20f),'\x22'+_0x4e8fc1[_0x1d74b0(0x1e1)]('\x20')+'\x22'))};}}}),_0x3e1d50[_0x36d4fa(0x243)][_0x36d4fa(0x1be)](_0x48af24=>{const _0x83acf3=_0x36d4fa;if(_0x83acf3(0x22e)==_0x48af24[_0x83acf3(0x1f7)]){const _0xc46d8f=_0x48af24[_0x83acf3(0x1b9)]()[_0x83acf3(0x1bd)](_0x312b67=>_0x312b67['is'](_0x83acf3(0x20c)))[_0x83acf3(0x21d)](_0x2a9bab=>_0x2a9bab[_0x83acf3(0x21f)]),_0x1d1c95=this[_0x83acf3(0x1f8)](_0x48af24),_0x544d29=_0x1d1c95[_0x83acf3(0x1ed)]-_0x1d1c95[_0x83acf3(0x1c6)]+0x1;if(_0x83acf3(0x1df)==_0x48af24[_0x83acf3(0x213)])return _0xc46d8f[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x1cc),[_0x544d29,'\x22'+_0xc46d8f[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x223),_0x544d29))};if(_0x83acf3(0x1e6)==_0x48af24[_0x83acf3(0x213)])return _0xc46d8f[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x1cc),[_0x544d29,'\x22'+_0xc46d8f[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x223),_0x544d29))};}if(_0x83acf3(0x215)==_0x48af24[_0x83acf3(0x1f7)]){const _0x3ab1e4=_0x48af24[_0x83acf3(0x1b9)]()[_0x83acf3(0x1bd)](_0x5a2267=>_0x5a2267['is'](_0x83acf3(0x20c)))[_0x83acf3(0x21d)](_0x150bc1=>_0x150bc1[_0x83acf3(0x21f)]),_0x3c44e7=this[_0x83acf3(0x1f8)](_0x48af24),_0x26c646=_0x3c44e7[_0x83acf3(0x253)]-_0x3c44e7[_0x83acf3(0x238)]+0x1;if(_0x83acf3(0x1df)==_0x48af24[_0x83acf3(0x213)])return _0x3ab1e4[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x24e),[_0x26c646,'\x22'+_0x3ab1e4[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x1ff),_0x26c646))};if(_0x83acf3(0x1e6)==_0x48af24[_0x83acf3(0x213)])return _0x3ab1e4[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x24e),[_0x26c646,'\x22'+_0x3ab1e4[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x1ff),_0x26c646))};}}),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x22e),_0x36d4fa(0x1cd),_0x18320e),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x22e),_0x36d4fa(0x1c1),_0x18320e),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x215),_0x36d4fa(0x1cd),_0x1762a9),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x215),_0x36d4fa(0x1c1),_0x1762a9),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x215),_0x36d4fa(0x1e1),_0x38e063),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x215),_0x36d4fa(0x1e1),_0x38e063),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x22e),_0x36d4fa(0x1e1),_0x15b039),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x22e),_0x36d4fa(0x1e1),_0x15b039);}[_0x5a4d4a(0x221)](){const _0x4788cf=_0x5a4d4a,_0x23e2b4=this[_0x4788cf(0x1f4)],_0x2a93db=_0x23e2b4[_0x4788cf(0x1c8)][_0x4788cf(0x237)][_0x4788cf(0x23c)];return(_0x1cad9a,_0x344ee2)=>{const _0x8a6ad8=_0x4788cf;_0x23e2b4[_0x8a6ad8(0x1c8)][_0x8a6ad8(0x1d0)](_0x86bfbf=>{const _0x27f149=_0x8a6ad8,{commandName:_0x53f651,commandParams:_0x52fffa}=_0x344ee2;let _0x1fe72a=_0x1cad9a[0x0][_0x27f149(0x1e5)][_0x27f149(0x1c3)];_0x52fffa&&_0x52fffa[0x0]&&!0x1===_0x52fffa[0x0][_0x27f149(0x22a)]&&(_0x1fe72a=_0x1cad9a[0x0][_0x27f149(0x20d)][_0x27f149(0x1ca)]);const _0x4944ed=_0x86bfbf[_0x27f149(0x248)](_0x1fe72a);if(_0x27f149(0x1ef)==_0x4944ed[_0x27f149(0x202)][_0x27f149(0x1f1)])return;const _0x16e2ff=Array[_0x27f149(0x201)](_0x2a93db[_0x27f149(0x227)]())[_0x27f149(0x21d)](_0x1bf5ee=>_0x4739f3[_0x27f149(0x1d5)](_0x1bf5ee));_0x86bfbf[_0x27f149(0x20e)](_0x4944ed),_0x23e2b4[_0x27f149(0x1e7)][_0x27f149(0x1e9)](_0x53f651)[_0x27f149(0x1d2)](),_0x52fffa[_0x27f149(0x24a)]({'forceDefaultExecution':!0x0}),_0x23e2b4[_0x27f149(0x231)](_0x53f651,..._0x52fffa);const _0x12856a=_0x16e2ff[_0x27f149(0x1bd)](_0x15650f=>_0x27f149(0x1ef)!=_0x15650f[_0x27f149(0x202)][_0x27f149(0x1f1)]);_0x12856a[_0x27f149(0x251)]>0x0&&_0x86bfbf[_0x27f149(0x20e)](_0x12856a);for(const _0xd524e6 of _0x16e2ff)_0xd524e6[_0x27f149(0x24b)]();});};}[_0x5a4d4a(0x1d7)](_0x16b551){const _0x17a99b=_0x5a4d4a,_0x358f94=this[_0x17a99b(0x1f4)][_0x17a99b(0x1fc)][_0x17a99b(0x1e9)](_0x17a99b(0x1ce));let _0x108251=Number[_0x17a99b(0x200)],_0x5f0a4c=Number[_0x17a99b(0x1eb)],_0x38060b=Number[_0x17a99b(0x200)],_0x2b1afd=Number[_0x17a99b(0x1eb)];for(const _0x26b630 of _0x16b551){if(_0x17a99b(0x1ef)==_0x26b630[_0x17a99b(0x202)][_0x17a99b(0x1f1)])continue;const {row:_0xac7abd,column:_0x17b497}=_0x358f94[_0x17a99b(0x218)](_0x26b630),_0x1f070d=_0x26b630[_0x17a99b(0x1ec)](_0x17a99b(0x1d6))?_0x26b630[_0x17a99b(0x24d)](_0x17a99b(0x1d6))-0x1:0x0,_0x205a22=_0x26b630[_0x17a99b(0x1ec)](_0x17a99b(0x1f3))?_0x26b630[_0x17a99b(0x24d)](_0x17a99b(0x1f3))-0x1:0x0;_0x108251=_0xac7abd<_0x108251?_0xac7abd:_0x108251,_0x5f0a4c=_0xac7abd+_0x1f070d>_0x5f0a4c?_0xac7abd+_0x1f070d:_0x5f0a4c,_0x38060b=_0x17b497<_0x38060b?_0x17b497:_0x38060b,_0x2b1afd=_0x17b497+_0x205a22>_0x2b1afd?_0x17b497+_0x205a22:_0x2b1afd;}return{'minRow':_0x108251,'maxRow':_0x5f0a4c,'minColumn':_0x38060b,'maxColumn':_0x2b1afd};}[_0x5a4d4a(0x22d)](){const _0x4cddd6=_0x5a4d4a,_0x3c1454=this[_0x4cddd6(0x1f4)],_0x394ed4=_0x3c1454[_0x4cddd6(0x1fc)][_0x4cddd6(0x1e9)](_0x4cddd6(0x242)),_0x44e5cc=_0x3c1454[_0x4cddd6(0x1fc)][_0x4cddd6(0x1e9)](_0x4cddd6(0x1ce));_0x3c1454[_0x4cddd6(0x1c8)][_0x4cddd6(0x237)]['on'](_0x4cddd6(0x1f2),()=>{const _0x2fe07f=_0x4cddd6,_0x391a63=Array[_0x2fe07f(0x201)](_0x3c1454[_0x2fe07f(0x1c8)][_0x2fe07f(0x237)][_0x2fe07f(0x21e)][_0x2fe07f(0x212)]());for(const {name:_0x2c64ec,data:_0x149a81}of _0x391a63){const {group:_0x5b91c9,id:_0x17d5d0,subType:_0x3e76c3}=_0x394ed4[_0x2fe07f(0x249)](_0x2c64ec);if(_0x2fe07f(0x1e8)!=_0x5b91c9)continue;if(null!=_0x149a81[_0x2fe07f(0x1e0)])continue;const _0x16b29f=_0x394ed4[_0x2fe07f(0x1ea)](_0x17d5d0);this[_0x2fe07f(0x21c)][_0x2fe07f(0x1f9)](_0x3e76c3)&&this[_0x2fe07f(0x20a)][_0x2fe07f(0x24f)](_0x16b29f);}},{'priority':_0x4cddd6(0x224)});const _0x1d2b98=(_0x560dc2,_0x3b21a6)=>{const _0x3f4813=_0x4cddd6;let _0x330a10=!0x1;const _0x4e4d7b=_0x3b21a6[_0x3f4813(0x236)](_0x560dc2),_0x54edb1=_0x560dc2[_0x3f4813(0x1dd)](_0x3f4813(0x1c2)),_0x32b7a4=_0x44e5cc[_0x3f4813(0x218)](_0x560dc2);for(const _0x109222 of this[_0x3f4813(0x20a)]){const _0x2e1083=_0x109222[_0x3f4813(0x1f7)],_0x13b1b4=_0x2e1083[_0x3f4813(0x1db)](_0x3f4813(0x217)),_0x3a197d=_0x2e1083[_0x3f4813(0x1c7)](_0x13b1b4?0xa:0x5),_0x4a05b5=_0x3a197d[_0x3f4813(0x256)](),_0x1aca99=_0x4a05b5[_0x3f4813(0x1c7)](0x0,0x3)+_0x3f4813(0x216),_0x3e6852=_0x3f4813(0x241)+_0x3a197d,_0x525849=_0x3f4813(0x208)+_0x3a197d;if(!_0x109222[_0x3f4813(0x1de)])continue;if(_0x54edb1!=_0x109222[_0x3f4813(0x232)]()[_0x3f4813(0x20d)][_0x3f4813(0x1dd)](_0x3f4813(0x1c2)))continue;if(_0x109222[_0x3f4813(0x234)](_0x4e4d7b))continue;const _0x489d09=_0x560dc2[_0x3f4813(0x1ec)](_0x1aca99)?_0x560dc2[_0x3f4813(0x24d)](_0x1aca99)-0x1:0x0,_0xb47759=this[_0x3f4813(0x1f8)](_0x109222),_0x13be96=_0xb47759[_0x3e6852],_0x53732d=_0xb47759[_0x525849];_0x13be96<=_0x32b7a4[_0x4a05b5]&&_0x32b7a4[_0x4a05b5]+_0x489d09<=_0x53732d&&(_0x109222[_0x3f4813(0x245)](_0x4e4d7b),_0x330a10=!0x0);}return _0x330a10;};_0x3c1454[_0x4cddd6(0x1c8)][_0x4cddd6(0x237)][_0x4cddd6(0x225)](_0x4242d0=>{const _0x32c382=_0x4cddd6;let _0x19eab7=!0x1;for(const _0x456d1b of _0x3c1454[_0x32c382(0x1c8)][_0x32c382(0x237)][_0x32c382(0x21e)][_0x32c382(0x219)]())if(_0x32c382(0x230)==_0x456d1b[_0x32c382(0x213)]){if(_0x32c382(0x22e)==_0x456d1b[_0x32c382(0x22c)]){for(const _0x184307 of _0x456d1b[_0x32c382(0x1b8)][_0x32c382(0x1ca)][_0x32c382(0x1da)]())_0x19eab7=_0x19eab7||_0x1d2b98(_0x184307,_0x4242d0);}else _0x32c382(0x22f)==_0x456d1b[_0x32c382(0x22c)]&&(_0x19eab7=_0x19eab7||_0x1d2b98(_0x456d1b[_0x32c382(0x1b8)][_0x32c382(0x1ca)],_0x4242d0));}return _0x19eab7;});}[_0x5a4d4a(0x1f8)](_0x48c080){const _0x1ead50=_0x5a4d4a;return this[_0x1ead50(0x1d7)](_0x48c080[_0x1ead50(0x227)]()[_0x1ead50(0x21d)](_0x441c81=>_0x441c81[_0x1ead50(0x20d)][_0x1ead50(0x1ca)]));}}function Ee(_0x177397){const _0x4c93e7=_0x5a4d4a;return Array[_0x4c93e7(0x201)](new Set(_0x177397)[_0x4c93e7(0x1fa)]());}
23
+ const _0x3c1c46=_0x452d;(function(_0x1bbfb8,_0xd6d873){const _0x35e6cb=_0x452d,_0x3f8ce3=_0x1bbfb8();while(!![]){try{const _0x539644=parseInt(_0x35e6cb(0x1b9))/0x1+-parseInt(_0x35e6cb(0x19e))/0x2*(-parseInt(_0x35e6cb(0x16a))/0x3)+-parseInt(_0x35e6cb(0x198))/0x4+-parseInt(_0x35e6cb(0x1f1))/0x5+parseInt(_0x35e6cb(0x1a9))/0x6*(-parseInt(_0x35e6cb(0x188))/0x7)+-parseInt(_0x35e6cb(0x1c2))/0x8+-parseInt(_0x35e6cb(0x1c5))/0x9*(-parseInt(_0x35e6cb(0x1f9))/0xa);if(_0x539644===_0xd6d873)break;else _0x3f8ce3['push'](_0x3f8ce3['shift']());}catch(_0x2a4895){_0x3f8ce3['push'](_0x3f8ce3['shift']());}}}(_0x37b6,0x4e057));import{Plugin as _0x56f128}from'ckeditor5/src/core.js';import{LiveRange as _0x27581c}from'ckeditor5/src/engine.js';function _0x452d(_0x53a085,_0x3048a6){const _0x37b6cb=_0x37b6();return _0x452d=function(_0x452d33,_0x4f2dde){_0x452d33=_0x452d33-0x15c;let _0x39a037=_0x37b6cb[_0x452d33];return _0x39a037;},_0x452d(_0x53a085,_0x3048a6);}import{setHighlightHandling as _0x1f20a7}from'ckeditor5/src/widget.js';import{getTranslation as _0x20d314}from'../utils/common-translations.js';export default class jt extends _0x56f128{constructor(_0x10d7ac){const _0x52faa6=_0x452d;super(_0x10d7ac),this[_0x52faa6(0x1c6)]=[_0x52faa6(0x178),_0x52faa6(0x187)],this[_0x52faa6(0x18e)]=new Set();}[_0x3c1c46(0x1e2)](){const _0x38a6a5=_0x3c1c46,_0x5d6b99=this[_0x38a6a5(0x1ac)],_0x383203=_0x5d6b99[_0x38a6a5(0x1df)][_0x38a6a5(0x1b2)][_0x38a6a5(0x160)];if(!_0x5d6b99[_0x38a6a5(0x1a3)][_0x38a6a5(0x185)](_0x38a6a5(0x193)))return;const _0x32d043=_0x5d6b99[_0x38a6a5(0x1d8)],_0x4a49ea=_0x5d6b99[_0x38a6a5(0x1a3)][_0x38a6a5(0x1d0)](_0x38a6a5(0x17b)),_0xa9e822=_0x5d6b99[_0x38a6a5(0x1a3)][_0x38a6a5(0x1d0)](_0x38a6a5(0x168));_0x4a49ea[_0x38a6a5(0x19b)][_0x38a6a5(0x1a6)](_0x38a6a5(0x1ab),_0x7cc217=>_0x20d314(_0x32d043,_0x38a6a5(0x1b0),_0x7cc217)),this[_0x38a6a5(0x1ce)](),_0x4a49ea[_0x38a6a5(0x1ad)](_0x38a6a5(0x1e4)),_0x4a49ea[_0x38a6a5(0x1ad)](_0x38a6a5(0x15e)),_0x4a49ea[_0x38a6a5(0x1ad)](_0x38a6a5(0x1ca));for(const _0x25e39b of[_0x38a6a5(0x16b),_0x38a6a5(0x1c1)]){const _0x38fbe9=_0x5d6b99[_0x38a6a5(0x189)][_0x38a6a5(0x1d0)](_0x25e39b);_0x4a49ea[_0x38a6a5(0x1ad)](_0x25e39b,_0x211f32=>{const _0x30e7c7=_0x38a6a5;_0x5d6b99[_0x30e7c7(0x1df)][_0x30e7c7(0x1ae)](_0x39c480=>{const _0x245cdf=_0x30e7c7;_0x211f32();const _0x1d9513=_0x245cdf(0x15d)===_0x38fbe9[_0x245cdf(0x1fd)],_0x5c3b9c=_0xa9e822[_0x245cdf(0x161)](_0x383203),_0x4c177e=_0xa9e822[_0x245cdf(0x1e7)](_0x5c3b9c),_0x306dad=_0x1d9513?_0x4c177e[_0x245cdf(0x18b)]-0x1:_0x4c177e[_0x245cdf(0x1e3)]+0x1,_0x2c21fa=_0x5c3b9c[0x0][_0x245cdf(0x15f)](_0x245cdf(0x1ab)),_0x590b3c=_0xa9e822[_0x245cdf(0x16f)](_0x2c21fa,{'startRow':_0x306dad,'endRow':_0x306dad}),_0x10244d=Array[_0x245cdf(0x1eb)](_0x590b3c)[_0x245cdf(0x191)](_0x381005=>_0x39c480[_0x245cdf(0x182)](_0x381005[_0x245cdf(0x17f)]));_0x4a49ea[_0x245cdf(0x1a4)](_0x10244d,_0x245cdf(0x178));});});}for(const _0x125461 of[_0x38a6a5(0x1ed),_0x38a6a5(0x165)]){const _0x58ae73=_0x5d6b99[_0x38a6a5(0x189)][_0x38a6a5(0x1d0)](_0x125461);_0x4a49ea[_0x38a6a5(0x1ad)](_0x125461,_0x3a7179=>{const _0x4071a2=_0x38a6a5;_0x5d6b99[_0x4071a2(0x1df)][_0x4071a2(0x1ae)](_0x467336=>{const _0x4b6ff1=_0x4071a2;_0x3a7179();const _0x274aa2=_0x4b6ff1(0x1fa)===_0x58ae73[_0x4b6ff1(0x1fd)],_0x538cd9=_0xa9e822[_0x4b6ff1(0x161)](_0x383203),_0x579f37=_0xa9e822[_0x4b6ff1(0x1d4)](_0x538cd9),_0x1fb1bf=_0x274aa2?_0x579f37[_0x4b6ff1(0x18b)]-0x1:_0x579f37[_0x4b6ff1(0x1e3)]+0x1,_0x412264=_0x538cd9[0x0][_0x4b6ff1(0x15f)](_0x4b6ff1(0x1ab)),_0x13eeb4=_0xa9e822[_0x4b6ff1(0x16f)](_0x412264,{'startRow':0x0,'column':_0x1fb1bf,'includeAllSlots':!0x1}),_0x3715fb=Array[_0x4b6ff1(0x1eb)](_0x13eeb4)[_0x4b6ff1(0x191)](_0x5df346=>_0x467336[_0x4b6ff1(0x182)](_0x5df346[_0x4b6ff1(0x17f)]));_0x4a49ea[_0x4b6ff1(0x1a4)](_0x3715fb,_0x4b6ff1(0x187));});});}for(const _0x4f0e02 of[_0x38a6a5(0x1be),_0x38a6a5(0x1c0)]){const _0x544199=_0x4f0e02[_0x38a6a5(0x1e6)](0xb),_0x1c266f=_0x544199[_0x38a6a5(0x1c9)](),_0x37e595=_0x1c266f[_0x38a6a5(0x1e6)](0x0,0x3)+_0x38a6a5(0x1ba),_0x41c2b4=_0x38a6a5(0x1ab)+_0x544199,_0x5f598d=_0x38a6a5(0x1bc)+_0x544199,_0x1bb46f=_0x38a6a5(0x1ec)+_0x544199;_0x4a49ea[_0x38a6a5(0x1ad)](_0x4f0e02,()=>{const _0x5a2219=_0x38a6a5;_0x5d6b99[_0x5a2219(0x1df)][_0x5a2219(0x1ae)](_0x39a80a=>{const _0x26a2e6=_0x5a2219,_0x15b49c=_0xa9e822[_0x26a2e6(0x161)](_0x383203),_0x1de229=_0x15b49c[0x0][_0x26a2e6(0x15f)](_0x26a2e6(0x1ab));let _0x18336e;if(_0x26a2e6(0x1be)==_0x4f0e02){const _0x2078b1=_0xa9e822[_0x26a2e6(0x1e7)](_0x15b49c);_0x18336e={'startRow':_0x2078b1[_0x26a2e6(0x18b)],'endRow':_0x2078b1[_0x26a2e6(0x1e3)],'includeAllSlots':!0x0};}else{const _0x693e26=_0xa9e822[_0x26a2e6(0x1d4)](_0x15b49c);_0x18336e={'startColumn':_0x693e26[_0x26a2e6(0x18b)],'endColumn':_0x693e26[_0x26a2e6(0x1e3)],'includeAllSlots':!0x0};}const _0x5c93fa=_0xa9e822[_0x26a2e6(0x16f)](_0x1de229,_0x18336e),_0x3499a2=Array[_0x26a2e6(0x1eb)](_0x5c93fa)[_0x26a2e6(0x191)](({cell:_0x92fcb1})=>_0x92fcb1),_0x16c51f=Ee(_0x3499a2[_0x26a2e6(0x1da)](_0x56e8cb=>_0x56e8cb[_0x26a2e6(0x190)](_0x37e595))),_0x23b506=Ee(_0x3499a2[_0x26a2e6(0x1da)](_0x30b249=>!_0x30b249[_0x26a2e6(0x190)](_0x37e595)))[_0x26a2e6(0x191)](_0x1f3d5c=>_0x39a80a[_0x26a2e6(0x182)](_0x1f3d5c)),_0x247449=_0x4a49ea[_0x26a2e6(0x186)](_0x23b506,_0x41c2b4);if(_0x247449&&(_0x26a2e6(0x178)==_0x247449[_0x26a2e6(0x1b4)]||_0x26a2e6(0x187)==_0x247449[_0x26a2e6(0x1b4)])){const _0x1c7b90=this[_0x26a2e6(0x1dd)](_0x247449);for(const _0x22a91b of _0x16c51f){const _0x52e919=_0x39a80a[_0x26a2e6(0x182)](_0x22a91b),_0x1c8db9=_0xa9e822[_0x26a2e6(0x197)](_0x22a91b),_0x1b6e60=_0x22a91b[_0x26a2e6(0x162)](_0x37e595)-0x1,_0x410ef2=_0x1c7b90[_0x5f598d],_0x5578ba=_0x1c7b90[_0x1bb46f];_0x410ef2<=_0x1c8db9[_0x1c266f]&&_0x1c8db9[_0x1c266f]+_0x1b6e60<=_0x5578ba&&_0x247449[_0x26a2e6(0x1d1)](_0x52e919);}}});});}function _0x5aa3d8(_0x33cb13){const _0x1c20cc=_0x38a6a5,_0x13d235=Array[_0x1c20cc(0x1eb)](_0x383203[_0x1c20cc(0x1c3)]())[_0x1c20cc(0x191)](_0x2aea78=>_0x27581c[_0x1c20cc(0x19a)](_0x2aea78));_0x5d6b99[_0x1c20cc(0x1df)][_0x1c20cc(0x1ae)](_0x5e918c=>{const _0x5a7018=_0x1c20cc,_0x522c8f=_0x5e918c[_0x5a7018(0x1c7)];_0x33cb13=_0x33cb13[_0x5a7018(0x1da)](_0x42f770=>_0x5a7018(0x1a2)!=_0x42f770[_0x5a7018(0x1f2)][_0x5a7018(0x1a0)]),_0x5e918c[_0x5a7018(0x1fb)](_0x33cb13),_0x5d6b99[_0x5a7018(0x189)][_0x5a7018(0x1d0)](_0x5a7018(0x1be))[_0x5a7018(0x181)](),_0x5d6b99[_0x5a7018(0x1e1)](_0x5a7018(0x1be),{'forceDefaultExecution':!0x0}),_0x5d6b99[_0x5a7018(0x1df)][_0x5a7018(0x196)](()=>{const _0x55fe13=_0x5a7018;_0x5d6b99[_0x55fe13(0x1df)][_0x55fe13(0x196)](_0x522c8f,_0x52fefc=>{const _0x3694b5=_0x55fe13,_0x2ccf16=_0x13d235[_0x3694b5(0x1da)](_0x46aa38=>_0x3694b5(0x1a2)!=_0x46aa38[_0x3694b5(0x1f2)][_0x3694b5(0x1a0)]);_0x2ccf16[_0x3694b5(0x1a7)]>0x0&&_0x52fefc[_0x3694b5(0x1fb)](_0x2ccf16);for(const _0x43592a of _0x13d235)_0x43592a[_0x3694b5(0x19d)]();});});});}function _0x2b34a7(_0x278e03){const _0x4dc579=_0x38a6a5;_0x5d6b99[_0x4dc579(0x1df)][_0x4dc579(0x1ae)](_0x4a6ba9=>{const _0x3dfd45=_0x4dc579,_0x56f0b4=Array[_0x3dfd45(0x1eb)](_0x383203[_0x3dfd45(0x1c3)]())[_0x3dfd45(0x191)](_0x3ea223=>_0x27581c[_0x3dfd45(0x19a)](_0x3ea223)),_0x70ba1c=[];for(const _0x2b5ba7 of _0x278e03)for(const _0x595517 of _0x2b5ba7[_0x3dfd45(0x1e8)]({'shallow':!0x0}))_0x70ba1c[_0x3dfd45(0x1bd)](_0x595517);for(const _0x4bf813 of _0x70ba1c)_0x3dfd45(0x1a2)!=_0x4bf813[_0x3dfd45(0x1f2)][_0x3dfd45(0x1a0)]&&(_0x4a6ba9[_0x3dfd45(0x1fb)](_0x4a6ba9[_0x3dfd45(0x1b5)](_0x4bf813,0x0)),_0x5d6b99[_0x3dfd45(0x189)][_0x3dfd45(0x1d0)](_0x3dfd45(0x1c0))[_0x3dfd45(0x181)](),_0x5d6b99[_0x3dfd45(0x1e1)](_0x3dfd45(0x1c0),{'forceDefaultExecution':!0x0}));const _0x5a4d6c=_0x56f0b4[_0x3dfd45(0x1da)](_0x41bc07=>_0x3dfd45(0x1a2)!=_0x41bc07[_0x3dfd45(0x1f2)][_0x3dfd45(0x1a0)]);_0x5a4d6c[_0x3dfd45(0x1a7)]>0x0&&_0x4a6ba9[_0x3dfd45(0x1fb)](_0x5a4d6c);for(const _0x50d5d1 of _0x56f0b4)_0x50d5d1[_0x3dfd45(0x19d)]();});}function _0x34a706(_0x4ba666,_0x4ea058){const _0xdb290c=_0x38a6a5;return _0x4ea058[_0xdb290c(0x1b8)](_0x4c2a4d=>_0x4ba666[_0xdb290c(0x1b7)](_0x2084ff=>_0x2084ff[_0xdb290c(0x1e5)][_0xdb290c(0x18a)](_0x4c2a4d[_0xdb290c(0x1d7)])||_0x4c2a4d[_0xdb290c(0x1e5)][_0xdb290c(0x18a)](_0x2084ff[_0xdb290c(0x1d7)])));}function _0x3d942(_0x4d67df,_0xcc2a2a){const _0x1498a3=_0x38a6a5;return _0x4d67df[_0x1498a3(0x1b7)](_0x578d71=>_0xcc2a2a[_0x1498a3(0x1b7)](_0x228820=>_0x578d71[_0x1498a3(0x1e5)][_0x1498a3(0x18c)](_0x228820[_0x1498a3(0x1d7)])));}_0x5d6b99[_0x38a6a5(0x195)][_0x38a6a5(0x1d2)]['on'](_0x38a6a5(0x1af),(_0x409721,_0x376b0f,_0x4e2886)=>{const _0x5527ae=_0x38a6a5;if(!_0x4e2886[_0x5527ae(0x177)][_0x5527ae(0x16c)])return;const _0x46a021=_0x376b0f[_0x5527ae(0x1f4)];if(!_0x46a021)return;const _0x2cc5be=_0x4e2886[_0x5527ae(0x1bb)][_0x5527ae(0x1ea)](_0x46a021);function _0x43a39a(_0x1d4f16){const _0x13b32d=_0x5527ae;return Array[_0x13b32d(0x169)](_0x1d4f16)?_0x1d4f16:[_0x1d4f16];}_0x2cc5be&&_0x5527ae(0x199)===_0x46a021[_0x5527ae(0x163)]&&_0x1f20a7(_0x2cc5be,_0x4e2886[_0x5527ae(0x1cb)],(_0x42aa05,_0x1a49c8,_0x1a3587)=>_0x1a3587[_0x5527ae(0x175)](_0x43a39a(_0x1a49c8[_0x5527ae(0x1d3)]),_0x42aa05),(_0x4177a3,_0xf70011,_0xbb199d)=>_0xbb199d[_0x5527ae(0x1f0)](_0x43a39a(_0xf70011[_0x5527ae(0x1d3)]),_0x4177a3));},{'priority':_0x38a6a5(0x176)}),_0x4a49ea[_0x38a6a5(0x19b)][_0x38a6a5(0x1d6)](_0xf25e3e=>{const _0x4b7e4a=_0x38a6a5;if(_0x4b7e4a(0x15c)!=_0xf25e3e[_0x4b7e4a(0x17e)]&&_0x4b7e4a(0x1ee)!=_0xf25e3e[_0x4b7e4a(0x17e)])return;const _0x36a16d=_0xf25e3e[_0x4b7e4a(0x1e9)]();if(null!=_0x36a16d&&_0x36a16d['is'](_0x4b7e4a(0x1de),_0x4b7e4a(0x1ab))){if(_0x4b7e4a(0x15c)==_0xf25e3e[_0x4b7e4a(0x17e)]){const _0x5a8db8=_0xf25e3e[_0x4b7e4a(0x1e8)]()[_0x4b7e4a(0x1da)](_0x4e6082=>_0x4e6082['is'](_0x4b7e4a(0x1a8)))[_0x4b7e4a(0x191)](_0xd068fd=>_0xd068fd[_0x4b7e4a(0x195)]);if(_0x5a8db8[_0x4b7e4a(0x1a7)])return{'type':_0x4b7e4a(0x15c),'content':_0x20d314(_0x32d043,_0x4b7e4a(0x184),_0x20d314(_0x32d043,_0x4b7e4a(0x16d),'\x22'+_0x5a8db8[_0x4b7e4a(0x179)]('\x20')+'\x22'))};}if(_0x4b7e4a(0x1ee)==_0xf25e3e[_0x4b7e4a(0x17e)]){const _0xcbf999=_0xf25e3e[_0x4b7e4a(0x1e8)]()[_0x4b7e4a(0x1da)](_0x340f73=>_0x340f73['is'](_0x4b7e4a(0x1a8)))[_0x4b7e4a(0x191)](_0x58126f=>_0x58126f[_0x4b7e4a(0x195)]);if(_0xcbf999[_0x4b7e4a(0x1a7)])return{'type':_0x4b7e4a(0x1ee),'content':_0x20d314(_0x32d043,_0x4b7e4a(0x19f),_0x20d314(_0x32d043,_0x4b7e4a(0x16d),'\x22'+_0xcbf999[_0x4b7e4a(0x179)]('\x20')+'\x22'))};}}}),_0x4a49ea[_0x38a6a5(0x19b)][_0x38a6a5(0x1d6)](_0x13c16a=>{const _0x8710e9=_0x38a6a5;if(_0x8710e9(0x178)==_0x13c16a[_0x8710e9(0x1b4)]){const _0x2654c9=_0x13c16a[_0x8710e9(0x1e8)]()[_0x8710e9(0x1da)](_0x19a7f4=>_0x19a7f4['is'](_0x8710e9(0x1a8)))[_0x8710e9(0x191)](_0x241982=>_0x241982[_0x8710e9(0x195)]),_0x4416e7=this[_0x8710e9(0x1dd)](_0x13c16a),_0x1a8a86=_0x4416e7[_0x8710e9(0x1f5)]-_0x4416e7[_0x8710e9(0x1aa)]+0x1;if(_0x8710e9(0x15c)==_0x13c16a[_0x8710e9(0x17e)])return _0x2654c9[_0x8710e9(0x1a7)]?{'type':_0x8710e9(0x15c),'content':_0x20d314(_0x32d043,_0x8710e9(0x184),_0x20d314(_0x32d043,_0x8710e9(0x1b3),[_0x1a8a86,'\x22'+_0x2654c9[_0x8710e9(0x179)]('\x20')+'\x22']))}:{'type':_0x8710e9(0x15c),'content':_0x20d314(_0x32d043,_0x8710e9(0x184),_0x20d314(_0x32d043,_0x8710e9(0x1a5),_0x1a8a86))};if(_0x8710e9(0x1ee)==_0x13c16a[_0x8710e9(0x17e)])return _0x2654c9[_0x8710e9(0x1a7)]?{'type':_0x8710e9(0x1ee),'content':_0x20d314(_0x32d043,_0x8710e9(0x19f),_0x20d314(_0x32d043,_0x8710e9(0x1b3),[_0x1a8a86,'\x22'+_0x2654c9[_0x8710e9(0x179)]('\x20')+'\x22']))}:{'type':_0x8710e9(0x1ee),'content':_0x20d314(_0x32d043,_0x8710e9(0x19f),_0x20d314(_0x32d043,_0x8710e9(0x1a5),_0x1a8a86))};}if(_0x8710e9(0x187)==_0x13c16a[_0x8710e9(0x1b4)]){const _0x11bab2=_0x13c16a[_0x8710e9(0x1e8)]()[_0x8710e9(0x1da)](_0x3f6eeb=>_0x3f6eeb['is'](_0x8710e9(0x1a8)))[_0x8710e9(0x191)](_0x52e035=>_0x52e035[_0x8710e9(0x195)]),_0x29282a=this[_0x8710e9(0x1dd)](_0x13c16a),_0xd7bf0b=_0x29282a[_0x8710e9(0x164)]-_0x29282a[_0x8710e9(0x1cf)]+0x1;if(_0x8710e9(0x15c)==_0x13c16a[_0x8710e9(0x17e)])return _0x11bab2[_0x8710e9(0x1a7)]?{'type':_0x8710e9(0x15c),'content':_0x20d314(_0x32d043,_0x8710e9(0x184),_0x20d314(_0x32d043,_0x8710e9(0x180),[_0xd7bf0b,'\x22'+_0x11bab2[_0x8710e9(0x179)]('\x20')+'\x22']))}:{'type':_0x8710e9(0x15c),'content':_0x20d314(_0x32d043,_0x8710e9(0x184),_0x20d314(_0x32d043,_0x8710e9(0x172),_0xd7bf0b))};if(_0x8710e9(0x1ee)==_0x13c16a[_0x8710e9(0x17e)])return _0x11bab2[_0x8710e9(0x1a7)]?{'type':_0x8710e9(0x1ee),'content':_0x20d314(_0x32d043,_0x8710e9(0x19f),_0x20d314(_0x32d043,_0x8710e9(0x180),[_0xd7bf0b,'\x22'+_0x11bab2[_0x8710e9(0x179)]('\x20')+'\x22']))}:{'type':_0x8710e9(0x1ee),'content':_0x20d314(_0x32d043,_0x8710e9(0x19f),_0x20d314(_0x32d043,_0x8710e9(0x172),_0xd7bf0b))};}}),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x15c),_0x38a6a5(0x178),_0x38a6a5(0x1b1),_0x5aa3d8),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x1ee),_0x38a6a5(0x178),_0x38a6a5(0x171),_0x5aa3d8),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x15c),_0x38a6a5(0x187),_0x38a6a5(0x1b1),_0x2b34a7),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x1ee),_0x38a6a5(0x187),_0x38a6a5(0x171),_0x2b34a7),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x15c),_0x38a6a5(0x187),_0x38a6a5(0x179),_0x34a706),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x1ee),_0x38a6a5(0x187),_0x38a6a5(0x179),_0x34a706),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x15c),_0x38a6a5(0x178),_0x38a6a5(0x179),_0x3d942),_0x4a49ea[_0x38a6a5(0x1f7)][_0x38a6a5(0x1e0)](_0x38a6a5(0x1ee),_0x38a6a5(0x178),_0x38a6a5(0x179),_0x3d942);}[_0x3c1c46(0x18f)](){const _0x267c29=_0x3c1c46,_0x5c01d3=this[_0x267c29(0x1ac)],_0x75caf0=_0x5c01d3[_0x267c29(0x1df)][_0x267c29(0x1b2)][_0x267c29(0x160)];return(_0x35f909,_0x56ab38)=>{const _0x4d45a7=_0x267c29;_0x5c01d3[_0x4d45a7(0x1df)][_0x4d45a7(0x1ae)](_0x2c0c43=>{const _0x21a3ee=_0x4d45a7,{commandName:_0x1ed0e7,commandParams:_0x66df02}=_0x56ab38;let _0x1ef2a7=_0x35f909[0x0][_0x21a3ee(0x1e5)][_0x21a3ee(0x1db)];_0x66df02&&_0x66df02[0x0]&&!0x1===_0x66df02[0x0][_0x21a3ee(0x1d5)]&&(_0x1ef2a7=_0x35f909[0x0][_0x21a3ee(0x1d7)][_0x21a3ee(0x17d)]);const _0x3cef9f=_0x2c0c43[_0x21a3ee(0x167)](_0x1ef2a7);if(_0x21a3ee(0x1a2)==_0x3cef9f[_0x21a3ee(0x1f2)][_0x21a3ee(0x1a0)])return;const _0x5d01c2=Array[_0x21a3ee(0x1eb)](_0x75caf0[_0x21a3ee(0x1c3)]())[_0x21a3ee(0x191)](_0x111642=>_0x27581c[_0x21a3ee(0x19a)](_0x111642));_0x2c0c43[_0x21a3ee(0x1fb)](_0x3cef9f),_0x5c01d3[_0x21a3ee(0x189)][_0x21a3ee(0x1d0)](_0x1ed0e7)[_0x21a3ee(0x181)](),_0x66df02[_0x21a3ee(0x1bd)]({'forceDefaultExecution':!0x0}),_0x5c01d3[_0x21a3ee(0x1e1)](_0x1ed0e7,..._0x66df02);const _0x54b267=_0x5d01c2[_0x21a3ee(0x1da)](_0x13f8dd=>_0x21a3ee(0x1a2)!=_0x13f8dd[_0x21a3ee(0x1f2)][_0x21a3ee(0x1a0)]);_0x54b267[_0x21a3ee(0x1a7)]>0x0&&_0x2c0c43[_0x21a3ee(0x1fb)](_0x54b267);for(const _0x5659d0 of _0x5d01c2)_0x5659d0[_0x21a3ee(0x19d)]();});};}[_0x3c1c46(0x17c)](_0x2c4733){const _0x22278a=_0x3c1c46,_0x101f37=this[_0x22278a(0x1ac)][_0x22278a(0x1a3)][_0x22278a(0x1d0)](_0x22278a(0x168));let _0x1bd4cd=Number[_0x22278a(0x1cd)],_0x28adb1=Number[_0x22278a(0x174)],_0x5cc974=Number[_0x22278a(0x1cd)],_0x3c28b3=Number[_0x22278a(0x174)];for(const _0xeb980e of _0x2c4733){if(_0x22278a(0x1a2)==_0xeb980e[_0x22278a(0x1f2)][_0x22278a(0x1a0)])continue;const {row:_0x27ab61,column:_0x4e3de0}=_0x101f37[_0x22278a(0x197)](_0xeb980e),_0x26db49=_0xeb980e[_0x22278a(0x190)](_0x22278a(0x192))?_0xeb980e[_0x22278a(0x162)](_0x22278a(0x192))-0x1:0x0,_0x6752ad=_0xeb980e[_0x22278a(0x190)](_0x22278a(0x1f8))?_0xeb980e[_0x22278a(0x162)](_0x22278a(0x1f8))-0x1:0x0;_0x1bd4cd=_0x27ab61<_0x1bd4cd?_0x27ab61:_0x1bd4cd,_0x28adb1=_0x27ab61+_0x26db49>_0x28adb1?_0x27ab61+_0x26db49:_0x28adb1,_0x5cc974=_0x4e3de0<_0x5cc974?_0x4e3de0:_0x5cc974,_0x3c28b3=_0x4e3de0+_0x6752ad>_0x3c28b3?_0x4e3de0+_0x6752ad:_0x3c28b3;}return{'minRow':_0x1bd4cd,'maxRow':_0x28adb1,'minColumn':_0x5cc974,'maxColumn':_0x3c28b3};}[_0x3c1c46(0x1ce)](){const _0x9f0f81=_0x3c1c46,_0x47fa9e=this[_0x9f0f81(0x1ac)],_0x463b57=_0x47fa9e[_0x9f0f81(0x1a3)][_0x9f0f81(0x1d0)](_0x9f0f81(0x17b)),_0x22981c=_0x47fa9e[_0x9f0f81(0x1a3)][_0x9f0f81(0x1d0)](_0x9f0f81(0x168));_0x47fa9e[_0x9f0f81(0x1df)][_0x9f0f81(0x1b2)]['on'](_0x9f0f81(0x1b6),()=>{const _0x4f74fa=_0x9f0f81,_0x435b41=Array[_0x4f74fa(0x1eb)](_0x47fa9e[_0x4f74fa(0x1df)][_0x4f74fa(0x1b2)][_0x4f74fa(0x16e)][_0x4f74fa(0x1c8)]());for(const {name:_0x3689fb,data:_0x349ffc}of _0x435b41){const {group:_0x3e8266,id:_0x15013b,subType:_0x262cc7}=_0x463b57[_0x4f74fa(0x1a1)](_0x3689fb);if(_0x4f74fa(0x1d9)!=_0x3e8266)continue;if(null!=_0x349ffc[_0x4f74fa(0x19c)])continue;const _0x19590a=_0x463b57[_0x4f74fa(0x194)](_0x15013b);this[_0x4f74fa(0x1c6)][_0x4f74fa(0x17a)](_0x262cc7)&&this[_0x4f74fa(0x18e)][_0x4f74fa(0x183)](_0x19590a);}},{'priority':_0x9f0f81(0x173)});const _0x5e4608=(_0x501121,_0x4d72b0)=>{const _0x403f40=_0x9f0f81;let _0xb43556=!0x1;const _0x231b5c=_0x4d72b0[_0x403f40(0x182)](_0x501121),_0x56ff14=_0x501121[_0x403f40(0x15f)](_0x403f40(0x1ab)),_0x23565e=_0x22981c[_0x403f40(0x197)](_0x501121);for(const _0x277fcf of this[_0x403f40(0x18e)]){const _0x47dce7=_0x277fcf[_0x403f40(0x1b4)],_0x12e1f5=_0x47dce7[_0x403f40(0x1dc)](_0x403f40(0x170)),_0x4a0b54=_0x47dce7[_0x403f40(0x1e6)](_0x12e1f5?0xa:0x5),_0x1c56f4=_0x4a0b54[_0x403f40(0x1c9)](),_0x106aac=_0x1c56f4[_0x403f40(0x1e6)](0x0,0x3)+_0x403f40(0x1ba),_0x23996f=_0x403f40(0x1bc)+_0x4a0b54,_0x45ba09=_0x403f40(0x1ec)+_0x4a0b54;if(!_0x277fcf[_0x403f40(0x1ef)])continue;if(_0x56ff14!=_0x277fcf[_0x403f40(0x166)]()[_0x403f40(0x1d7)][_0x403f40(0x15f)](_0x403f40(0x1ab)))continue;if(_0x277fcf[_0x403f40(0x1f6)](_0x231b5c))continue;const _0x3f1343=_0x501121[_0x403f40(0x190)](_0x106aac)?_0x501121[_0x403f40(0x162)](_0x106aac)-0x1:0x0,_0x4c8770=this[_0x403f40(0x1dd)](_0x277fcf),_0x5216a0=_0x4c8770[_0x23996f],_0x17dfa4=_0x4c8770[_0x45ba09];_0x5216a0<=_0x23565e[_0x1c56f4]&&_0x23565e[_0x1c56f4]+_0x3f1343<=_0x17dfa4&&(_0x277fcf[_0x403f40(0x1d1)](_0x231b5c),_0xb43556=!0x0);}return _0xb43556;};_0x47fa9e[_0x9f0f81(0x1df)][_0x9f0f81(0x1b2)][_0x9f0f81(0x1bf)](_0x5b1a95=>{const _0x12fdaa=_0x9f0f81;let _0x488a20=!0x1;for(const _0x44f22f of _0x47fa9e[_0x12fdaa(0x1df)][_0x12fdaa(0x1b2)][_0x12fdaa(0x16e)][_0x12fdaa(0x1fc)]())if(_0x12fdaa(0x1f3)==_0x44f22f[_0x12fdaa(0x17e)]){if(_0x12fdaa(0x178)==_0x44f22f[_0x12fdaa(0x163)]){for(const _0xa6d3a8 of _0x44f22f[_0x12fdaa(0x18d)][_0x12fdaa(0x17d)][_0x12fdaa(0x1cc)]())_0x488a20=_0x488a20||_0x5e4608(_0xa6d3a8,_0x5b1a95);}else _0x12fdaa(0x199)==_0x44f22f[_0x12fdaa(0x163)]&&(_0x488a20=_0x488a20||_0x5e4608(_0x44f22f[_0x12fdaa(0x18d)][_0x12fdaa(0x17d)],_0x5b1a95));}return _0x488a20;});}[_0x3c1c46(0x1dd)](_0xed8baf){const _0x283592=_0x3c1c46;return this[_0x283592(0x17c)](_0xed8baf[_0x283592(0x1c3)]()[_0x283592(0x191)](_0x49bf66=>_0x49bf66[_0x283592(0x1d7)][_0x283592(0x17d)]));}}function _0x37b6(){const _0x40a885=['maxRow','isIntersectingWithRange','_suggestionFactory','colspan','75840nUvFNC','left','setSelection','getChanges','order','insertion','above','selectTableRow','findAncestor','selection','getSelectionAffectedTableCells','getAttribute','name','maxColumn','insertTableColumnRight','getFirstRange','createRangeIn','TableUtils','isArray','32721ICDPFc','insertTableRowAbove','showSuggestionHighlights','ELEMENT_TABLE_WITH_TEXT','differ','createTableWalker','tablePaste','accept','ELEMENT_TABLE_COLUMN','low','MIN_SAFE_INTEGER','addClass','highest','options','tableRow','join','includes','TrackChangesEditing','_getCoordsForCells','nodeAfter','type','cell','ELEMENT_TABLE_COLUMN_WITH_TEXT','refresh','createRangeOn','add','*Insert:*\x20%0','has','markMultiRangeDeletion','tableColumn','7woGBPx','commands','isEqual','first','isTouching','position','_tableSuggestions','_acceptFormatSuggestionCallbackFactory','hasAttribute','map','rowspan','TableEditing','getSuggestion','data','enqueueChange','getCellLocation','1580964tNbMYA','tableCell','fromRange','_descriptionFactory','oldRange','detach','90jtqgiY','*Remove:*\x20%0','rootName','_splitMarkerName','$graveyard','plugins','markMultiRangeInsertion','ELEMENT_TABLE_ROW','registerElementLabel','length','$textProxy','2382522SMtvNR','minRow','table','editor','enableCommand','change','addMarker:suggestion','ELEMENT_TABLE','discard','document','ELEMENT_TABLE_ROW_WITH_TEXT','subType','createPositionAt','change:data','some','every','190097btRHcW','span','mapper','min','push','removeTableRow','registerPostFixer','removeTableColumn','insertTableRowBelow','3231288bVjGwk','getRanges','values','1143SNgEPX','_tablePostFixingSubtypes','batch','getChangedMarkers','toLowerCase','selectTableColumn','writer','getChildren','MAX_SAFE_INTEGER','_setupColumnsRowsFixing','minColumn','get','addRange','downcastDispatcher','classes','getColumnIndexes','forceValue','registerDescriptionCallback','start','locale','suggestion','filter','nodeBefore','startsWith','_getSuggestionCoords','element','model','registerCustomCallback','execute','afterInit','last','insertTable','end','substr','getRowIndexes','getItems','getContainedElement','toViewElement','from','max','insertTableColumnLeft','deletion','isInContent','removeClass','641330pyMAaD','root','insert','item'];_0x37b6=function(){return _0x40a885;};return _0x37b6();}function Ee(_0x12772e){const _0x5b7415=_0x3c1c46;return Array[_0x5b7415(0x1eb)](new Set(_0x12772e)[_0x5b7415(0x1c4)]());}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4add20=_0x2dd9;(function(_0x414e48,_0x4db4ce){const _0x7b0129=_0x2dd9,_0x62273d=_0x414e48();while(!![]){try{const _0x2b7df4=parseInt(_0x7b0129(0x1e0))/0x1+parseInt(_0x7b0129(0x1ea))/0x2*(parseInt(_0x7b0129(0x1f2))/0x3)+-parseInt(_0x7b0129(0x1f0))/0x4+-parseInt(_0x7b0129(0x1e3))/0x5*(parseInt(_0x7b0129(0x1e5))/0x6)+parseInt(_0x7b0129(0x1df))/0x7*(-parseInt(_0x7b0129(0x1e4))/0x8)+-parseInt(_0x7b0129(0x1ed))/0x9*(-parseInt(_0x7b0129(0x1e8))/0xa)+-parseInt(_0x7b0129(0x1ef))/0xb;if(_0x2b7df4===_0x4db4ce)break;else _0x62273d['push'](_0x62273d['shift']());}catch(_0x1f4bcf){_0x62273d['push'](_0x62273d['shift']());}}}(_0x36d1,0x9f8ef));function _0x2dd9(_0x4616df,_0xf35609){const _0x36d13f=_0x36d1();return _0x2dd9=function(_0x2dd953,_0x509080){_0x2dd953=_0x2dd953-0x1df;let _0x2058e0=_0x36d13f[_0x2dd953];return _0x2058e0;},_0x2dd9(_0x4616df,_0xf35609);}function _0x36d1(){const _0x466d85=['afterInit','toggleTableCaption','59580dMBDVu','get','6FUfEhW','editor','plugins','603QXOJrY','TableCaptionEditing','2322188OSTWry','2083752IYYWJY','enableCommand','386637Mvycfu','TrackChangesEditing','7GJOTcP','1286337nZHbfR','has','requires','9855msmUJr','3064232RkVDsm','924XoKeZQ'];_0x36d1=function(){return _0x466d85;};return _0x36d1();}import{Plugin as _0x191312}from'ckeditor5/src/core.js';import _0x2ac981 from'./table.js';export default class Mt extends _0x191312{static get[_0x4add20(0x1e2)](){return[_0x2ac981];}[_0x4add20(0x1e6)](){const _0x349677=_0x4add20,_0x1991f0=this[_0x349677(0x1eb)];if(!_0x1991f0[_0x349677(0x1ec)][_0x349677(0x1e1)](_0x349677(0x1ee)))return;_0x1991f0[_0x349677(0x1ec)][_0x349677(0x1e9)](_0x349677(0x1f3))[_0x349677(0x1f1)](_0x349677(0x1e7));}}
23
+ const _0x40da80=_0x790f;(function(_0x21a0c7,_0x758e4c){const _0x49b523=_0x790f,_0x15be98=_0x21a0c7();while(!![]){try{const _0x8ce2a8=parseInt(_0x49b523(0x187))/0x1+-parseInt(_0x49b523(0x188))/0x2+parseInt(_0x49b523(0x192))/0x3+parseInt(_0x49b523(0x186))/0x4*(parseInt(_0x49b523(0x18e))/0x5)+parseInt(_0x49b523(0x189))/0x6+-parseInt(_0x49b523(0x194))/0x7+parseInt(_0x49b523(0x195))/0x8;if(_0x8ce2a8===_0x758e4c)break;else _0x15be98['push'](_0x15be98['shift']());}catch(_0x5f1696){_0x15be98['push'](_0x15be98['shift']());}}}(_0x5cf3,0xef84f));import{Plugin as _0x58afc5}from'ckeditor5/src/core.js';function _0x790f(_0x46f271,_0x12fb67){const _0x5cf325=_0x5cf3();return _0x790f=function(_0x790f7e,_0x348575){_0x790f7e=_0x790f7e-0x185;let _0x24f1d5=_0x5cf325[_0x790f7e];return _0x24f1d5;},_0x790f(_0x46f271,_0x12fb67);}function _0x5cf3(){const _0x1bf88e=['editor','10546858FCUsQL','9102096vlToOZ','requires','enableCommand','260616YonXfV','454145RzpBUP','1982026NNtwRA','4614204NYoIdN','has','afterInit','toggleTableCaption','plugins','20ejzwni','TrackChangesEditing','TableCaptionEditing','get','2571663mvlyqS'];_0x5cf3=function(){return _0x1bf88e;};return _0x5cf3();}import _0x5c8e08 from'./table.js';export default class Mt extends _0x58afc5{static get[_0x40da80(0x196)](){return[_0x5c8e08];}[_0x40da80(0x18b)](){const _0x212089=_0x40da80,_0xc4dec1=this[_0x212089(0x193)];if(!_0xc4dec1[_0x212089(0x18d)][_0x212089(0x18a)](_0x212089(0x190)))return;_0xc4dec1[_0x212089(0x18d)][_0x212089(0x191)](_0x212089(0x18f))[_0x212089(0x185)](_0x212089(0x18c));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4483c3=_0x5820;(function(_0x1db47a,_0x28a888){const _0x11419c=_0x5820,_0x2ce5d6=_0x1db47a();while(!![]){try{const _0x59de94=parseInt(_0x11419c(0xa5))/0x1+-parseInt(_0x11419c(0xa8))/0x2*(-parseInt(_0x11419c(0xde))/0x3)+-parseInt(_0x11419c(0x14c))/0x4*(-parseInt(_0x11419c(0xaf))/0x5)+-parseInt(_0x11419c(0x132))/0x6*(parseInt(_0x11419c(0xcd))/0x7)+-parseInt(_0x11419c(0xcc))/0x8+parseInt(_0x11419c(0x11e))/0x9+-parseInt(_0x11419c(0x102))/0xa;if(_0x59de94===_0x28a888)break;else _0x2ce5d6['push'](_0x2ce5d6['shift']());}catch(_0x3e4710){_0x2ce5d6['push'](_0x2ce5d6['shift']());}}}(_0x3052,0x7e456));import{getTranslation as _0x43eba6}from'../utils/common-translations.js';import{Plugin as _0x43083}from'ckeditor5/src/core.js';function _0x3052(){const _0x550672=['hasSuggestion','getItems','reduce','filter','document','suggestion','markMultiRangeDeletion','keys','getChildren','getRows','listenTo','unwrap','editingDowncast','819358wVidnB','getSelectionAffectedTableCells','columnInsertionRanges','52KQcITF','set','suggestion-td','suggestionLoaded','tableCellBorderStyle','tableCellBorderWidth','register','1671470FqTYew','createTableWalker','attributes','ck-suggestion-marker','nodeAfter','call','return','tablePasteChainId','map','requires','getTableIfOnlyTableInContent','getSuggestion','tableCellPadding','oldRange','endRow','rowInsertionIndexes','getRange','type','getAllAdjacentSuggestions','tablePaste','conversion','every','wrap','tableCellHorizontalAlignment','nextSibling','isEqual','documentSelection','tableCellBorderColor','author','4964664xKZXIc','7LRwitt','join','getRowIndexes','afterInit','findAncestor','cell','ck-suggestion-marker-insertion','startsWith','from','*Replace\x20table\x20cells*','forceDefaultExecution','fromEntries','getShiftedBy','column','editor','elementToElement','registerPostFixer','46977fQKqzx','_isForcedDefaultExecutionBlock','forEach','TableClipboard','tablePasteColumn','dataDowncast','_getCoordsForCells','insertion','root','suggestionUnloaded','updateMarker','columnInsertionIndexes','markMultiRangeBlockFormat','setAttribute','cells','low','$graveyard','_splitMarkerName','fill','end','TrackChangesEditing','activeMarkers','add','containsRange','insertRows','tablePasteRow','redo','first','get','accept','getColumnIndexes','removeRows','markerName','row','_replaceTableSlotCell','_tablePostFixingSubtypes','14411640zFXIPK','removeColumns','start','previousSibling','tableCellBackgroundColor','getContainedElement','tableCellVerticalAlignment','batch','_suggestionFactory','insertionRanges','length','schema','view','plugins','insert','selection','suggestion:formatBlock:tablePasteCell','next','has','insertColumns','clipboardOutput','_createdBatches','last','createRangeOn','value','Users','_descriptionFactory','deletion','6955092lryoPC','model','createRangeIn','entries','getChanges','paragraph','formatBlock','newRange','registerDescriptionCallback','removeMarkers','change','insertContent','setAttributes','showSuggestionHighlights','move','push','registerCustomCallback','rootName','fromRange','tableCellSuggestion','2539254ucCBXI','TableUtils','deletionRanges','editing','columns','includes','endColumn','markerToHighlight','rows','high','stop','table','find','ck-suggestion-marker--active','content','getSuggestionCallback','detach','tableCell','commands','markerAttributes','getAttributes','createPositionBefore','trackChanges','getSuggestions','subType','previous','12yQxwbm','position','markMultiRangeInsertion','markers','locale','element','discard','isEmpty','removeMarker','getMarkers','tablePasteCell','remove','options','isInContent','rowInsertionRanges','getColumns','createElement','differ','getChangedMarkers','name','createRange','some','for','getRanges','getChild'];_0x3052=function(){return _0x550672;};return _0x3052();}import{LiveRange as _0x209db5}from'ckeditor5/src/engine.js';import{uid as _0x2f4773,priorities as _0xecfe2e}from'ckeditor5/src/utils.js';import _0x48145a from'./table.js';const ge=[_0x4483c3(0xad),_0x4483c3(0xca),_0x4483c3(0xac),_0x4483c3(0xc6),_0x4483c3(0x108),_0x4483c3(0x106),_0x4483c3(0xbb)],Ce=Object[_0x4483c3(0xd8)](ge[_0x4483c3(0xb7)](_0x585aba=>[_0x585aba,null]));export default class It extends _0x43083{static get[_0x4483c3(0xb8)](){return[_0x48145a];}[_0x4483c3(0xd0)](){const _0xb0a859=_0x4483c3,_0xa130fc=this[_0xb0a859(0xdb)];if(!_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0x114)](_0xb0a859(0xe1)))return;const _0x2184d7=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0xf2)),_0xf134b0=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0x133)),_0x1e925d=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0x48145a),_0x3f0141=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0xe1));_0x1e925d[_0xb0a859(0x101)][_0xb0a859(0x12d)](_0xb0a859(0xf7),_0xb0a859(0xe2)),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x10d)][_0xb0a859(0xae)](_0xb0a859(0x131),{'allowIn':_0xb0a859(0x143),'allowContentOf':_0xb0a859(0x143),'isLimit':!0x0}),_0xa130fc[_0xb0a859(0xc3)][_0xb0a859(0xdc)]({'model':_0xb0a859(0x131),'view':_0xb0a859(0xaa)});let _0xf5e59a=null;_0xa130fc[_0xb0a859(0x11f)]['on'](_0xb0a859(0x129),(_0x5109f5,_0x45c1bf)=>{const _0x3615d4=_0xb0a859,[_0x34fe07,_0x4cc9cf]=_0x45c1bf,_0x1f1f22=_0x45c1bf[_0x45c1bf[_0x3615d4(0x10c)]-0x1];_0x1f1f22&&_0x1f1f22[_0x3615d4(0xd7)]||_0x2184d7[_0x3615d4(0xdf)]||this[_0x3615d4(0xdb)][_0x3615d4(0x144)][_0x3615d4(0xfa)](_0x3615d4(0x148))[_0x3615d4(0x11a)]&&function(_0x130bf6,_0x9e8217,_0x171269,_0x4f91d1,_0x111590){const _0x4cb03d=_0x3615d4;if(_0x9e8217&&!_0x9e8217['is'](_0x4cb03d(0xc9)))return!0x1;const _0x462dda=_0x111590[_0x4cb03d(0xb9)](_0x130bf6,_0x171269);if(!_0x462dda||!he(_0x462dda,void 0x0,_0x4f91d1))return!0x1;const _0x24cf52=_0x4f91d1[_0x4cb03d(0xa6)](_0x171269[_0x4cb03d(0x169)][_0x4cb03d(0x111)]);if(!_0x24cf52[_0x4cb03d(0x10c)])return!0x1;const _0x1e58f3=_0x24cf52[0x0][_0x4cb03d(0xd1)](_0x4cb03d(0x13d)),_0x5b5397=_0x4f91d1[_0x4cb03d(0xcf)](_0x24cf52),_0x7872b9=_0x4f91d1[_0x4cb03d(0xfc)](_0x24cf52),_0x41a8d6={'startRow':_0x5b5397[_0x4cb03d(0xf9)],'endRow':_0x5b5397[_0x4cb03d(0x118)],'startColumn':_0x7872b9[_0x4cb03d(0xf9)],'endColumn':_0x7872b9[_0x4cb03d(0x118)]};return 0x1==_0x24cf52[_0x4cb03d(0x10c)]&&(_0x41a8d6[_0x4cb03d(0xbd)]+=_0x4f91d1[_0x4cb03d(0x16e)](_0x462dda)-0x1,_0x41a8d6[_0x4cb03d(0x138)]+=_0x4f91d1[_0x4cb03d(0x15b)](_0x462dda)-0x1),he(_0x1e58f3,_0x41a8d6,_0x4f91d1);}(_0x34fe07,_0x4cc9cf,_0xa130fc[_0x3615d4(0x11f)],_0xf134b0,_0x3f0141)&&(_0x5109f5[_0x3615d4(0x13c)](),_0xf5e59a={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0xa130fc[_0x3615d4(0x11f)][_0x3615d4(0x128)](()=>{const _0x44eaa8=_0x3615d4;_0xa130fc[_0x44eaa8(0x11f)][_0x44eaa8(0x129)](_0x45c1bf[0x0],_0x45c1bf[0x1],_0x45c1bf[0x2],{'forceDefaultExecution':!0x0});const _0x47d3cf=_0x2f4773(),{rowInsertionRanges:_0xb62e86,columnInsertionRanges:_0x4160b6,insertionRanges:_0x222c7b,deletionRanges:_0x5864f5,cells:_0x4a0e11}=_0xf5e59a;_0xb62e86[_0x44eaa8(0x10c)]&&_0x2184d7[_0x44eaa8(0x14e)](_0xb62e86,_0x44eaa8(0xf7),{'tablePasteChainId':_0x47d3cf}),_0x4160b6[_0x44eaa8(0x10c)]&&_0x2184d7[_0x44eaa8(0x14e)](_0x4160b6,_0x44eaa8(0xe2),{'tablePasteChainId':_0x47d3cf}),_0x222c7b[_0x44eaa8(0x10c)]&&(_0x2184d7[_0x44eaa8(0x14e)](_0x222c7b,_0x44eaa8(0xc2),{'tablePasteChainId':_0x47d3cf,'skipNestingCheck':!0x0}),_0x222c7b[_0x44eaa8(0xe0)](_0x51a2a0=>{const _0x513b29=_0x44eaa8;var _0x384fb4;return null===(_0x384fb4=_0x51a2a0[_0x513b29(0x142)])||void 0x0===_0x384fb4?void 0x0:_0x384fb4[_0x513b29(0xb4)](_0x51a2a0);})),_0x5864f5[_0x44eaa8(0x10c)]&&(_0x2184d7[_0x44eaa8(0x16b)](_0x5864f5,_0x44eaa8(0xc2),{'tablePasteChainId':_0x47d3cf,'skipNestingCheck':!0x0}),_0x5864f5[_0x44eaa8(0xe0)](_0x5edcf0=>{const _0x53f724=_0x44eaa8;var _0x5da36c;return null===(_0x5da36c=_0x5edcf0[_0x53f724(0x142)])||void 0x0===_0x5da36c?void 0x0:_0x5da36c[_0x53f724(0xb4)](_0x5edcf0);}));const _0x593ab4=_0x2184d7[_0x44eaa8(0xea)](_0x4a0e11[_0x44eaa8(0xb7)](({element:_0x2e7e6a})=>_0x2e7e6a),{'formatGroupId':_0x2f4773()},[],_0x44eaa8(0x156),{'tablePasteChainId':_0x47d3cf});if(_0x593ab4){const _0x1e397f=_0x593ab4[_0x44eaa8(0x155)](),_0x56c468=[];for(const {element:_0x16838a,attributes:_0x2ece4d}of _0x4a0e11){if(!_0x2ece4d)continue;const _0x4ffa2c=_0xa130fc[_0x44eaa8(0x11f)][_0x44eaa8(0x119)](_0x16838a),_0x51294a=_0x1e397f[_0x44eaa8(0x13e)](_0x5e0b31=>_0x5e0b31[_0x44eaa8(0xbf)]()[_0x44eaa8(0xc8)](_0x4ffa2c));_0x51294a&&_0x56c468[_0x44eaa8(0x12d)]([_0x51294a[_0x44eaa8(0x15f)],_0x2ece4d]);}_0x56c468[_0x44eaa8(0x10c)]&&_0x593ab4[_0x44eaa8(0xeb)](_0x44eaa8(0x145),Object[_0x44eaa8(0xd8)](_0x56c468));}_0xf5e59a=null;}));},{'priority':_0xecfe2e[_0xb0a859(0x13b)]+0xa}),_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0xe1))['on'](_0xb0a859(0x100),(_0x3545eb,_0x45e2c2)=>{const _0xfbf00c=_0xb0a859,[_0x27e88a,_0x258080,,_0x369117]=_0x45e2c2;if(!_0xf5e59a)return;_0x3545eb[_0xfbf00c(0x13c)]();const _0x919940=_0x27e88a[_0xfbf00c(0xd2)],_0x20f60a=_0x258080,_0x4093de=Pe(_0x919940),_0x5ee8f9=Pe(_0x20f60a);_0x3545eb[_0xfbf00c(0xb5)]=_0x919940;let _0x64efbe=null,_0x53d9bf=null;if(_0x5ee8f9||_0x4093de){if(_0x4093de&&!_0x5ee8f9){_0x369117[_0xfbf00c(0x157)](_0x919940[_0xfbf00c(0x164)](0x0));for(const _0x482144 of Array[_0xfbf00c(0xd5)](_0x20f60a[_0xfbf00c(0x16d)]()))_0x369117[_0xfbf00c(0x110)](_0x482144,_0x919940,_0xfbf00c(0xf1));const _0x574b71=_0xf5e59a[_0xfbf00c(0xbe)][_0xfbf00c(0x137)](_0x27e88a[_0xfbf00c(0xff)]),_0x4d4ad0=_0xf5e59a[_0xfbf00c(0xe9)][_0xfbf00c(0x137)](_0x27e88a[_0xfbf00c(0xda)]);_0x574b71||_0x4d4ad0||(_0x64efbe=_0x209db5[_0xfbf00c(0x130)](_0x369117[_0xfbf00c(0x120)](_0x919940)));}else _0x5ee8f9&&!_0x4093de&&(_0x53d9bf=_0x369117[_0xfbf00c(0x120)](_0x919940));}else{const _0x44f518=_0x369117[_0xfbf00c(0x15c)](_0xfbf00c(0x131)),_0x2ada85=_0x369117[_0xfbf00c(0x15c)](_0xfbf00c(0x131));_0x369117[_0xfbf00c(0xc5)](_0x369117[_0xfbf00c(0x120)](_0x919940),_0x2ada85),_0x369117[_0xfbf00c(0x110)](_0x44f518,_0x919940,0x0);for(const _0x5e4ccb of Array[_0xfbf00c(0xd5)](_0x20f60a[_0xfbf00c(0x16d)]()))_0x369117[_0xfbf00c(0x110)](_0x5e4ccb,_0x44f518,_0xfbf00c(0xf1));_0x64efbe=_0x209db5[_0xfbf00c(0x130)](_0x369117[_0xfbf00c(0x119)](_0x44f518)),_0x53d9bf=_0x209db5[_0xfbf00c(0x130)](_0x369117[_0xfbf00c(0x119)](_0x2ada85));}const _0x56923e=Array[_0xfbf00c(0xd5)](_0x20f60a[_0xfbf00c(0x146)]())[_0xfbf00c(0x168)](([_0x33c902])=>ge[_0xfbf00c(0x137)](_0x33c902));_0xf5e59a[_0xfbf00c(0xec)][_0xfbf00c(0x12d)]({'element':_0x919940,'attributes':_0x56923e[_0xfbf00c(0x10c)]?Object[_0xfbf00c(0xd8)](_0x56923e):null}),_0x64efbe&&_0xf5e59a[_0xfbf00c(0x10b)][_0xfbf00c(0x12d)](_0x64efbe),_0x53d9bf&&_0xf5e59a[_0xfbf00c(0x134)][_0xfbf00c(0x12d)](_0x53d9bf);},{'priority':_0xb0a859(0x13b)}),_0xf134b0['on'](_0xb0a859(0x115),(_0x3c64f4,_0x3e4206)=>{const _0x15c5ae=_0xb0a859,[_0x30e566,_0x10aa0b={}]=_0x3e4206;if(!_0xf5e59a)return;const _0x219e33=_0x10aa0b['at']||0x0,_0x19ad5a=_0x10aa0b[_0x15c5ae(0x136)]||0x1;_0xf5e59a[_0x15c5ae(0xe9)]=new Array(_0x19ad5a)[_0x15c5ae(0xf0)](_0x219e33)[_0x15c5ae(0xb7)]((_0x3b4bf8,_0x4dee48)=>_0x3b4bf8+_0x4dee48);for(const {cell:_0x40a5c6}of _0xf134b0[_0x15c5ae(0xb0)](_0x30e566,{'startColumn':_0x219e33,'endColumn':_0x219e33+_0x19ad5a-0x1}))_0xf5e59a[_0x15c5ae(0xa7)][_0x15c5ae(0x12d)](_0xa130fc[_0x15c5ae(0x11f)][_0x15c5ae(0x119)](_0x40a5c6));},{'priority':_0xb0a859(0xed)}),_0xf134b0['on'](_0xb0a859(0xf6),(_0x1f6153,_0x514a60)=>{const _0x15cceb=_0xb0a859,[_0x1ccdd1,_0xa93751={}]=_0x514a60;if(!_0xf5e59a)return;const _0x8f4a0c=_0xa93751['at']||0x0,_0x5320e6=_0xa93751[_0x15cceb(0x13a)]||0x1;_0xf5e59a[_0x15cceb(0xbe)]=new Array(_0x5320e6)[_0x15cceb(0xf0)](_0x8f4a0c)[_0x15cceb(0xb7)]((_0x5f2439,_0x4781b4)=>_0x5f2439+_0x4781b4);for(const {cell:_0x3b69b8}of _0xf134b0[_0x15cceb(0xb0)](_0x1ccdd1,{'startRow':_0x8f4a0c,'endRow':_0x8f4a0c+_0x5320e6-0x1}))_0xf5e59a[_0x15cceb(0x15a)][_0x15cceb(0x12d)](_0xa130fc[_0x15cceb(0x11f)][_0x15cceb(0x119)](_0x3b69b8));},{'priority':_0xb0a859(0xed)}),_0x2184d7[_0xb0a859(0x11c)][_0xb0a859(0x126)](_0x398eb4=>{const _0x5c788b=_0xb0a859;if(_0x398eb4[_0x5c788b(0x14a)]&&_0x398eb4[_0x5c788b(0x14a)][_0x5c788b(0xd4)](_0x5c788b(0xc2)))return _0x398eb4[_0x5c788b(0x14b)]?{}:{'type':_0x5c788b(0xe5),'content':_0x43eba6(_0xa130fc[_0x5c788b(0x150)],_0x5c788b(0xd6))};});const _0x5cab5d=()=>!0x1;for(const _0xdbf2f6 of[_0xb0a859(0xc2),_0xb0a859(0xe2),_0xb0a859(0xf7),_0xb0a859(0x156)])_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0xe5),_0xdbf2f6,_0xb0a859(0xce),_0x5cab5d),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x11d),_0xdbf2f6,_0xb0a859(0xce),_0x5cab5d),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x124),_0xdbf2f6,_0xb0a859(0xce),_0x5cab5d);_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x124),_0xb0a859(0x156),_0xb0a859(0x152),_0x5cab5d),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x124),_0xb0a859(0x156),_0xb0a859(0xfb),(_0x1b782e,_0x367519,_0x428b3b)=>{const _0x4d72df=_0xb0a859,_0x6e59ac=_0x1b782e[_0x4d72df(0xb7)](_0x7466da=>_0x7466da[_0x4d72df(0x107)]())[_0x4d72df(0x168)](_0x46107d=>_0x46107d),_0x1f2cb4=new Map(_0x6e59ac[_0x4d72df(0xb7)](_0x51d772=>[_0x51d772,null]));if(_0xf5e59a){for(const {element:_0x4e6e12,attributes:_0x255476}of _0xf5e59a[_0x4d72df(0xec)])_0x255476&&_0x1f2cb4[_0x4d72df(0xa9)](_0x4e6e12,_0x255476);}else{if(_0x428b3b&&_0x428b3b[_0x4d72df(0x145)])for(const [_0x40f85b,_0x35834e]of Object[_0x4d72df(0x121)](_0x428b3b[_0x4d72df(0x145)])){const _0x3eaed2=_0xa130fc[_0x4d72df(0x11f)][_0x4d72df(0x14f)][_0x4d72df(0xfa)](_0x40f85b),_0x31304a=_0x3eaed2?_0x3eaed2[_0x4d72df(0xbf)]()[_0x4d72df(0x107)]():null;_0x31304a&&_0x1f2cb4[_0x4d72df(0xa9)](_0x31304a,_0x35834e);}}_0xa130fc[_0x4d72df(0x11f)][_0x4d72df(0x128)](_0x39e4d2=>{const _0x4b9cbd=_0x4d72df;for(const [_0x180089,_0x4d2077]of _0x1f2cb4)_0x39e4d2[_0x4b9cbd(0x12a)]({...Ce,..._0x4d2077},_0x180089);});});const _0x4f4b40=(_0x2bef8b,_0x14e9a7)=>{const _0x3280b8=_0xb0a859;_0x2184d7[_0x3280b8(0x10a)][_0x3280b8(0x12e)](_0x2bef8b,_0x3280b8(0xc2),_0x14e9a7,(_0x1cb9ad,_0x5ce9a1,_0x52a46a)=>{const _0x48e45a=_0x3280b8;_0xa130fc[_0x48e45a(0x11f)][_0x48e45a(0x128)](_0x267766=>{const _0x37b2ea=_0x48e45a,_0x3d855d=[];for(const _0xfbc7eb of _0x1cb9ad){const _0x3ef768=_0xfbc7eb[_0x37b2ea(0x104)][_0x37b2ea(0xb3)];_0x3ef768['is'](_0x37b2ea(0x151),_0x37b2ea(0x131))&&_0x3d855d[_0x37b2ea(0x12d)](_0x3ef768);}_0x2184d7[_0x37b2ea(0x10a)][_0x37b2ea(0x141)](_0x2bef8b,null,_0x14e9a7)(_0x1cb9ad,_0x5ce9a1,_0x52a46a);for(const _0x2a780f of _0x3d855d)_0x37b2ea(0xee)!=_0x2a780f[_0x37b2ea(0xe6)][_0x37b2ea(0x12f)]&&_0x267766[_0x37b2ea(0x170)](_0x2a780f);});});};_0x4f4b40(_0xb0a859(0xe5),_0xb0a859(0xfb)),_0x4f4b40(_0xb0a859(0xe5),_0xb0a859(0x152)),_0x4f4b40(_0xb0a859(0x11d),_0xb0a859(0xfb)),_0x4f4b40(_0xb0a859(0x11d),_0xb0a859(0x152)),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0xe5),_0xb0a859(0xf7),_0xb0a859(0x152),_0x4dba36=>{const _0x3a2fb8=_0xb0a859,_0x2a58df=_0x4dba36[_0x3a2fb8(0xb7)](_0x4c5237=>_0x4c5237[_0x3a2fb8(0x107)]()),_0x5db54e=_0x2a58df[0x0][_0x3a2fb8(0xd1)](_0x3a2fb8(0x13d)),{minRow:_0x354e61,maxRow:_0x49e226}=_0x1e925d[_0x3a2fb8(0xe4)](_0x2a58df);_0xf134b0[_0x3a2fb8(0xfd)](_0x5db54e,{'at':_0x354e61,'rows':_0x49e226-_0x354e61+0x1});}),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0xe5),_0xb0a859(0xe2),_0xb0a859(0x152),_0x220837=>{const _0x373900=_0xb0a859,_0x2eb7d2=_0x220837[_0x373900(0xb7)](_0x311498=>_0x311498[_0x373900(0x107)]()),_0x4af19a=_0x2eb7d2[0x0][_0x373900(0xd1)](_0x373900(0x13d)),{minColumn:_0xacc217,maxColumn:_0xd98159}=_0x1e925d[_0x373900(0xe4)](_0x2eb7d2);_0xf134b0[_0x373900(0x103)](_0x4af19a,{'at':_0xacc217,'columns':_0xd98159-_0xacc217+0x1});});const _0xf71e5d=(_0x2c605e,_0x18efa5)=>{const _0x2775db=_0xb0a859;if(!_0x18efa5[_0x2775db(0x14a)]||!_0x18efa5[_0x2775db(0x14a)][_0x2775db(0xd4)](_0x2775db(0xc2)))return;const _0x25754a=_0x18efa5[_0x2775db(0xb1)][_0x2775db(0xb6)],_0x1fcf82=_0x2184d7[_0x2775db(0x149)]()[_0x2775db(0x168)](_0x4c4042=>_0x4c4042[_0x2775db(0x159)]&&_0x4c4042[_0x2775db(0xb1)]&&_0x4c4042[_0x2775db(0xb1)][_0x2775db(0xb6)]==_0x25754a);_0x1fcf82[_0x2775db(0x10c)]&&_0x18efa5[_0x2775db(0xc1)]()[_0x2775db(0x10c)]!=_0x1fcf82[_0x2775db(0x10c)]&&_0x1fcf82[_0x2775db(0x167)]((_0x4f009f,_0x1e2e81)=>(_0x4f009f[_0x2775db(0x113)]=_0x1e2e81,_0x1e2e81[_0x2775db(0x14b)]=_0x4f009f,_0x1e2e81));};function _0x448cc1(_0x50d7fd,_0x378ae7=!0x0){const _0xb84871=_0xb0a859,{id:_0x1c1af3}=_0x2184d7[_0xb84871(0xef)](_0x50d7fd[_0xb84871(0xfe)]),_0x3febf8=[_0xb84871(0xb2),_0xb84871(0xd3)],_0x42e42a=_0x2184d7[_0xb84871(0xf3)][_0xb84871(0x137)](_0x50d7fd[_0xb84871(0xfe)]);return _0x42e42a&&_0x3febf8[_0xb84871(0x12d)](_0xb84871(0x13f)),{'classes':_0x3febf8,'attributes':{'data-suggestion':_0x1c1af3},'priority':_0x42e42a&&_0x378ae7?0xbc2:0xbb8};}_0x2184d7['on'](_0xb0a859(0xab),_0xf71e5d,{'priority':_0xb0a859(0x13b)}),_0x2184d7['on'](_0xb0a859(0xe7),_0xf71e5d,{'priority':_0xb0a859(0x13b)}),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x169)][_0xb0a859(0xdd)](()=>{const _0x12edab=_0xb0a859;let _0xc7f68f=!0x1;const _0x28a246=Array[_0x12edab(0xd5)](_0xa130fc[_0x12edab(0x11f)][_0x12edab(0x169)][_0x12edab(0x15d)][_0x12edab(0x15e)]());for(const {name:_0x4a7929,data:_0x106918}of _0x28a246){const {group:_0x247b06,type:_0x8210cb,id:_0x58255f}=_0x2184d7[_0x12edab(0xef)](_0x4a7929);if(_0x12edab(0x16a)!=_0x247b06||_0x12edab(0x11d)!=_0x8210cb||_0x106918[_0x12edab(0xbc)])continue;if(!_0x2184d7[_0x12edab(0x165)](_0x58255f))continue;const _0x179aa4=_0x2184d7[_0x12edab(0xba)](_0x58255f)[_0x12edab(0x163)](),_0x56bca0=_0xa130fc[_0x12edab(0x10f)][_0x12edab(0xfa)](_0x12edab(0x11b))['me'];for(const _0x16a742 of _0x2184d7[_0x12edab(0x149)]()){if(!_0x16a742[_0x12edab(0x159)]||_0x16a742[_0x12edab(0xcb)]!=_0x56bca0)continue;if(_0x12edab(0x124)!=_0x16a742[_0x12edab(0xc0)]||_0x12edab(0x156)!=_0x16a742[_0x12edab(0x14a)])continue;if(_0x16a742[_0x12edab(0x163)]()[_0x12edab(0xc4)](_0x3a4d59=>_0x179aa4[_0x12edab(0x161)](_0x129ab8=>_0x129ab8[_0x12edab(0xf5)](_0x3a4d59,!0x0)))){for(const _0x3b6dc6 of _0x16a742[_0x12edab(0xc1)]())_0x3b6dc6[_0x12edab(0x159)]&&(_0x3b6dc6[_0x12edab(0x152)](),_0xc7f68f=!0x0);}}}return _0xc7f68f;}),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x169)][_0xb0a859(0xdd)](_0x3df107=>{const _0x3d2d67=_0xb0a859,_0x81055e=_0xa130fc[_0x3d2d67(0x144)][_0x3d2d67(0xfa)](_0x3d2d67(0xf8));if(!_0x81055e||!_0x81055e[_0x3d2d67(0x117)][_0x3d2d67(0x114)](_0x3df107[_0x3d2d67(0x109)]))return!0x1;let _0x1975bc=!0x1;const _0xaa1147=_0xa130fc[_0x3d2d67(0x10f)][_0x3d2d67(0xfa)](_0x3d2d67(0x11b))['me'],_0x2a71e8=_0xa130fc[_0x3d2d67(0x11f)][_0x3d2d67(0x169)][_0x3d2d67(0x15d)][_0x3d2d67(0x122)](),_0x3d8a86=Array[_0x3d2d67(0xd5)](_0xa130fc[_0x3d2d67(0x11f)][_0x3d2d67(0x169)][_0x3d2d67(0x15d)][_0x3d2d67(0x15e)]())[_0x3d2d67(0x168)](({name:_0x5213aa,data:_0x2be3d4})=>{const _0x240f2a=_0x3d2d67,{group:_0x5dfede,subType:_0x37fffc,authorId:_0x223ce3}=_0x2184d7[_0x240f2a(0xef)](_0x5213aa);return _0x240f2a(0x16a)==_0x5dfede&&_0x240f2a(0xc2)==_0x37fffc&&_0x223ce3==_0xaa1147['id']&&!_0x2be3d4[_0x240f2a(0xbc)];});for(const _0x3c71b0 of _0x2a71e8){if(_0x3d2d67(0x110)!=_0x3c71b0[_0x3d2d67(0xc0)]||_0x3d2d67(0x131)!=_0x3c71b0[_0x3d2d67(0x15f)]||0x1!=_0x3c71b0[_0x3d2d67(0x10c)])continue;const _0x23b879=_0x3df107[_0x3d2d67(0x160)](_0x3c71b0[_0x3d2d67(0x14d)],_0x3c71b0[_0x3d2d67(0x14d)][_0x3d2d67(0xd9)](0x1));if(!_0x3d8a86[_0x3d2d67(0x13e)](({data:_0x333a0b})=>_0x333a0b[_0x3d2d67(0x125)][_0x3d2d67(0xc8)](_0x23b879))){for(const {name:_0x15f7c8,data:_0x33af77}of _0x3d8a86)if(_0x23b879[_0x3d2d67(0xf5)](_0x33af77[_0x3d2d67(0x125)])){_0x3df107[_0x3d2d67(0xe8)](_0x15f7c8,{'range':_0x23b879}),_0x1975bc=!0x0;break;}}}return _0x1975bc;}),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x169)][_0xb0a859(0xdd)](_0x4c6765=>{const _0x41db55=_0xb0a859;let _0xfd85cf=!0x1;const _0x3ba5e9=_0xa130fc[_0x41db55(0x10f)][_0x41db55(0xfa)](_0x41db55(0x11b))['me'],_0xff9c64=_0x2184d7[_0x41db55(0x149)]()[_0x41db55(0x168)](_0x253e94=>_0x253e94[_0x41db55(0x159)]&&_0x253e94[_0x41db55(0xcb)]==_0x3ba5e9),_0x29b526=new Set(),_0x6e81ab=new Set();for(const _0x2f3bcf of _0xff9c64)if(_0x41db55(0xc2)==_0x2f3bcf[_0x41db55(0x14a)])for(const _0x1557e4 of _0x2f3bcf[_0x41db55(0x155)]()){const _0x2db217=_0x1557e4[_0x41db55(0xbf)]()[_0x41db55(0x107)]();if(_0x2db217){if(_0x2db217['is'](_0x41db55(0x151),_0x41db55(0x131))&&Pe(_0x2db217)){_0x2f3bcf[_0x41db55(0x154)](_0x1557e4[_0x41db55(0x15f)]),_0x29b526[_0x41db55(0xf4)](_0x2db217),_0xfd85cf=!0x0;const _0x3cedaa=_0x2db217[_0x41db55(0xc7)],_0x17b867=_0x2db217[_0x41db55(0x105)],_0x3eae98=_0x3cedaa&&_0x3cedaa['is'](_0x41db55(0x151),_0x41db55(0x131)),_0x21dba0=_0x17b867&&_0x17b867['is'](_0x41db55(0x151),_0x41db55(0x131));_0x3eae98&&!_0x29b526[_0x41db55(0x114)](_0x3cedaa)&&_0x6e81ab[_0x41db55(0xf4)](_0x3cedaa),_0x21dba0&&!_0x29b526[_0x41db55(0x114)](_0x17b867)&&_0x6e81ab[_0x41db55(0xf4)](_0x17b867);}else _0x2db217['is'](_0x41db55(0x151),_0x41db55(0x123))&&_0x2db217[_0x41db55(0x153)]&&(_0x2f3bcf[_0x41db55(0x154)](_0x1557e4[_0x41db55(0x15f)]),_0xfd85cf=!0x0);}}else{if(_0x41db55(0x156)==_0x2f3bcf[_0x41db55(0x14a)]){if(!_0x2f3bcf[_0x41db55(0xb1)]||!_0x2f3bcf[_0x41db55(0xb1)][_0x41db55(0xb6)])continue;const _0x27a101=_0x2f3bcf[_0x41db55(0xb1)][_0x41db55(0x145)];if(_0x27a101&&Object[_0x41db55(0x16c)](_0x27a101)[_0x41db55(0x10c)])continue;const _0x25aba7=_0x2f3bcf[_0x41db55(0xb1)][_0x41db55(0xb6)];let _0x2e9af3=!0x0,_0xdeda72=!0x0;for(const _0x1ef680 of _0xff9c64)if(_0x1ef680[_0x41db55(0x14a)]&&_0x1ef680[_0x41db55(0x14a)][_0x41db55(0xd4)](_0x41db55(0xc2))){if(!_0x1ef680[_0x41db55(0xb1)][_0x41db55(0xb6)]){_0xdeda72=!0x1;break;}if(_0x1ef680['id']!=_0x2f3bcf['id']&&_0x1ef680[_0x41db55(0xb1)][_0x41db55(0xb6)]==_0x25aba7){_0x2e9af3=!0x1;break;}}_0xdeda72&&_0x2e9af3&&(_0x2f3bcf[_0x41db55(0x127)](),_0xfd85cf=!0x0);}}for(const _0x23d276 of _0x29b526)_0x4c6765[_0x41db55(0x157)](_0x23d276);for(const _0x31e45e of _0x6e81ab)_0x4c6765[_0x41db55(0x170)](_0x31e45e);return _0xfd85cf;}),_0xa130fc[_0xb0a859(0xc3)][_0xb0a859(0x162)](_0xb0a859(0xa4))[_0xb0a859(0x139)]({'model':_0xb0a859(0x112),'view':(_0x2fb4eb,_0x4a3eb3)=>_0x448cc1(_0x2fb4eb),'converterPriority':_0xb0a859(0x13b)}),_0xa130fc[_0xb0a859(0xc3)][_0xb0a859(0x162)](_0xb0a859(0xe3))[_0xb0a859(0x139)]({'model':_0xb0a859(0x112),'view':(_0x818897,_0x569183)=>_0x569183[_0xb0a859(0x158)][_0xb0a859(0x12b)]?_0x448cc1(_0x818897,!0x1):null,'converterPriority':_0xb0a859(0x13b)});const _0x2a44e6=_0xa130fc[_0xb0a859(0x135)][_0xb0a859(0x10e)];this[_0xb0a859(0x16f)](_0x2a44e6[_0xb0a859(0x169)],_0xb0a859(0x116),(_0x2b30e3,_0x3f0af4)=>{const _0x25f73e=_0xb0a859,_0x5bee38=[];for(const _0x16a129 of _0x2a44e6[_0x25f73e(0x120)](_0x3f0af4[_0x25f73e(0x140)])[_0x25f73e(0x166)]())_0x16a129['is'](_0x25f73e(0x151),_0x25f73e(0xaa))&&_0x5bee38[_0x25f73e(0x12d)](_0x16a129);_0x2a44e6[_0x25f73e(0x128)](_0x9663bc=>{const _0x4b76c4=_0x25f73e;for(const _0x4b759f of _0x5bee38)_0x9663bc[_0x4b76c4(0x12c)](_0x9663bc[_0x4b76c4(0x120)](_0x4b759f),_0x9663bc[_0x4b76c4(0x147)](_0x4b759f)),_0x9663bc[_0x4b76c4(0x157)](_0x4b759f);});});}}function _0x5820(_0x4c5b91,_0x541e21){const _0x30526c=_0x3052();return _0x5820=function(_0x582052,_0x332d99){_0x582052=_0x582052-0xa4;let _0x346912=_0x30526c[_0x582052];return _0x346912;},_0x5820(_0x4c5b91,_0x541e21);}function Pe(_0xcb3156){const _0xd0ea6e=_0x4483c3;if(_0xcb3156[_0xd0ea6e(0x153)])return!0x0;const _0x1222b8=_0xcb3156[_0xd0ea6e(0x164)](0x0);return _0x1222b8['is'](_0xd0ea6e(0x151),_0xd0ea6e(0x123))&&_0x1222b8[_0xd0ea6e(0x153)];}function he(_0x38ff56,_0x5b9923={},_0x5459f3){const _0x3f85dc=_0x4483c3;for(const {isAnchor:_0x443de2,cellHeight:_0x2c5b00,cellWidth:_0x4b56b4}of _0x5459f3[_0x3f85dc(0xb0)](_0x38ff56,{'includeAllSlots':!0x0,..._0x5b9923}))if(!_0x443de2||0x1!=_0x2c5b00||0x1!=_0x4b56b4)return!0x1;return!0x0;}
23
+ const _0xb53a6f=_0x131b;(function(_0x250306,_0x36fe9b){const _0x133d27=_0x131b,_0x29a403=_0x250306();while(!![]){try{const _0x1b2145=-parseInt(_0x133d27(0x158))/0x1*(-parseInt(_0x133d27(0x136))/0x2)+parseInt(_0x133d27(0x115))/0x3*(-parseInt(_0x133d27(0x19f))/0x4)+-parseInt(_0x133d27(0xee))/0x5+parseInt(_0x133d27(0xde))/0x6+-parseInt(_0x133d27(0x1a3))/0x7*(parseInt(_0x133d27(0x17a))/0x8)+parseInt(_0x133d27(0x100))/0x9+parseInt(_0x133d27(0x192))/0xa;if(_0x1b2145===_0x36fe9b)break;else _0x29a403['push'](_0x29a403['shift']());}catch(_0x5322b7){_0x29a403['push'](_0x29a403['shift']());}}}(_0x2dee,0x41ae2));import{getTranslation as _0x5f2c29}from'../utils/common-translations.js';import{Plugin as _0x299821}from'ckeditor5/src/core.js';import{LiveRange as _0x40cfec}from'ckeditor5/src/engine.js';import{uid as _0x53d294,priorities as _0x3cd106}from'ckeditor5/src/utils.js';import _0x354d5b from'./table.js';const ge=[_0xb53a6f(0x19b),_0xb53a6f(0xf4),_0xb53a6f(0x19a),_0xb53a6f(0xfd),_0xb53a6f(0x110),_0xb53a6f(0x187),_0xb53a6f(0x186)],Ce=Object[_0xb53a6f(0x1a1)](ge[_0xb53a6f(0x137)](_0x2b7576=>[_0x2b7576,null]));function _0x131b(_0x181bd3,_0xe16304){const _0x2deed7=_0x2dee();return _0x131b=function(_0x131bc7,_0x4e90b1){_0x131bc7=_0x131bc7-0xdc;let _0xf16388=_0x2deed7[_0x131bc7];return _0xf16388;},_0x131b(_0x181bd3,_0xe16304);}function _0x2dee(){const _0x5ea160=['TableUtils','endColumn','tablePasteChainId','forceDefaultExecution','change','Users','for','tableCellPadding','tableCellBackgroundColor','cell','_descriptionFactory','requires','element','formatBlock','filter','rowInsertionIndexes','length','last','call','3515510pbjyKP','fill','insert','name','_replaceTableSlotCell','ck-suggestion-marker--active','clipboardOutput','getAttributes','tableCellBorderStyle','tableCellBorderWidth','type','getSuggestions','documentSelection','32tBqqde','plugins','fromEntries','suggestion','209454tiBQhY','fromRange','getChangedMarkers','tablePasteCell','createRangeIn','getChildren','markerName','previousSibling','1014024yLIFdh','table','_createdBatches','reduce','getAllAdjacentSuggestions','keys','containsRange','low','end','markerAttributes','markMultiRangeDeletion','getRange','includes','oldRange','registerCustomCallback','from','1447090aLYpiK','tableCell','push','getItems','join','getSelectionAffectedTableCells','tableCellBorderColor','findAncestor','register','document','removeRows','getContainedElement','rows','tableCellSuggestion','_tablePostFixingSubtypes','tableCellHorizontalAlignment','newRange','cells','560223VxhCPg','getColumns','registerPostFixer','redo','createRange','schema','getRows','nodeAfter','editor','rootName','removeColumns','markMultiRangeBlockFormat','getSuggestion','getShiftedBy','set','createRangeOn','tableCellVerticalAlignment','commands','tablePasteColumn','author','TableClipboard','64707Lqnkwk','elementToElement','showSuggestionHighlights','getMarkers','get','markMultiRangeInsertion','has','unwrap','value','columns','previous','getRanges','insertionRanges','_getCoordsForCells','locale','createTableWalker','suggestionUnloaded','isInContent','forEach','endRow','startsWith','TrackChangesEditing','first','removeMarkers','move','deletion','setAttribute','deletionRanges','view','_splitMarkerName','entries','_suggestionFactory','stop','40nlYrlS','map','markerToHighlight','updateMarker','column','options','content','editingDowncast','activeMarkers','row','setAttributes','createPositionBefore','getTableIfOnlyTableInContent','remove','dataDowncast','position','ck-suggestion-marker-insertion','isEqual','start','nextSibling','removeMarker','trackChanges','return','insertContent','editing','getColumnIndexes','registerDescriptionCallback','insertion','attributes','accept','hasSuggestion','subType','*Replace\x20table\x20cells*','selection','26859TAsZWM','add','batch','wrap','find','some','getChild','afterInit','conversion','high','markers','suggestionLoaded','next','getSuggestionCallback','tablePaste','insertRows','insertColumns','createElement','tablePasteRow','model','suggestion-td','getChanges','discard','isEmpty','detach','differ','columnInsertionIndexes','_isForcedDefaultExecutionBlock','columnInsertionRanges','listenTo','getRowIndexes','every','root','paragraph','104wMJlbs','rowInsertionRanges','suggestion:formatBlock:tablePasteCell','ck-suggestion-marker','$graveyard'];_0x2dee=function(){return _0x5ea160;};return _0x2dee();}export default class It extends _0x299821{static get[_0xb53a6f(0x18a)](){return[_0x354d5b];}[_0xb53a6f(0x15f)](){const _0x1660fb=_0xb53a6f,_0x4b7941=this[_0x1660fb(0x108)];if(!_0x4b7941[_0x1660fb(0x1a0)][_0x1660fb(0x11b)](_0x1660fb(0x114)))return;const _0x2157c1=_0x4b7941[_0x1660fb(0x1a0)][_0x1660fb(0x119)](_0x1660fb(0x12a)),_0x2205e9=_0x4b7941[_0x1660fb(0x1a0)][_0x1660fb(0x119)](_0x1660fb(0x17f)),_0x29c288=_0x4b7941[_0x1660fb(0x1a0)][_0x1660fb(0x119)](_0x354d5b),_0x407dc3=_0x4b7941[_0x1660fb(0x1a0)][_0x1660fb(0x119)](_0x1660fb(0x114));_0x29c288[_0x1660fb(0xfc)][_0x1660fb(0xf0)](_0x1660fb(0x16a),_0x1660fb(0x112)),_0x4b7941[_0x1660fb(0x16b)][_0x1660fb(0x105)][_0x1660fb(0xf6)](_0x1660fb(0xfb),{'allowIn':_0x1660fb(0xef),'allowContentOf':_0x1660fb(0xef),'isLimit':!0x0}),_0x4b7941[_0x1660fb(0x160)][_0x1660fb(0x116)]({'model':_0x1660fb(0xfb),'view':_0x1660fb(0x16c)});let _0xc6e9fd=null;_0x4b7941[_0x1660fb(0x16b)]['on'](_0x1660fb(0x14d),(_0x46e46b,_0x54688b)=>{const _0x3d3090=_0x1660fb,[_0x52b63e,_0x28725c]=_0x54688b,_0x3e6d90=_0x54688b[_0x54688b[_0x3d3090(0x18f)]-0x1];_0x3e6d90&&_0x3e6d90[_0x3d3090(0x182)]||_0x2157c1[_0x3d3090(0x173)]||this[_0x3d3090(0x108)][_0x3d3090(0x111)][_0x3d3090(0x119)](_0x3d3090(0x14b))[_0x3d3090(0x11d)]&&function(_0xf3021b,_0x317a08,_0x1b2c0a,_0x395227,_0x6e9f64){const _0x479954=_0x3d3090;if(_0x317a08&&!_0x317a08['is'](_0x479954(0x19e)))return!0x1;const _0x3c2a12=_0x6e9f64[_0x479954(0x142)](_0xf3021b,_0x1b2c0a);if(!_0x3c2a12||!he(_0x3c2a12,void 0x0,_0x395227))return!0x1;const _0x5ceb03=_0x395227[_0x479954(0xf3)](_0x1b2c0a[_0x479954(0xf7)][_0x479954(0x157)]);if(!_0x5ceb03[_0x479954(0x18f)])return!0x1;const _0x135216=_0x5ceb03[0x0][_0x479954(0xf5)](_0x479954(0xdf)),_0x218644=_0x395227[_0x479954(0x176)](_0x5ceb03),_0x1ec07a=_0x395227[_0x479954(0x14f)](_0x5ceb03),_0x1d8b74={'startRow':_0x218644[_0x479954(0x12b)],'endRow':_0x218644[_0x479954(0x190)],'startColumn':_0x1ec07a[_0x479954(0x12b)],'endColumn':_0x1ec07a[_0x479954(0x190)]};return 0x1==_0x5ceb03[_0x479954(0x18f)]&&(_0x1d8b74[_0x479954(0x128)]+=_0x395227[_0x479954(0x106)](_0x3c2a12)-0x1,_0x1d8b74[_0x479954(0x180)]+=_0x395227[_0x479954(0x101)](_0x3c2a12)-0x1),he(_0x135216,_0x1d8b74,_0x395227);}(_0x52b63e,_0x28725c,_0x4b7941[_0x3d3090(0x16b)],_0x2205e9,_0x407dc3)&&(_0x46e46b[_0x3d3090(0x135)](),_0xc6e9fd={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4b7941[_0x3d3090(0x16b)][_0x3d3090(0x183)](()=>{const _0x3c1a02=_0x3d3090;_0x4b7941[_0x3c1a02(0x16b)][_0x3c1a02(0x14d)](_0x54688b[0x0],_0x54688b[0x1],_0x54688b[0x2],{'forceDefaultExecution':!0x0});const _0x30d1f2=_0x53d294(),{rowInsertionRanges:_0x3e0d21,columnInsertionRanges:_0x11c61c,insertionRanges:_0x2d88a3,deletionRanges:_0x24218d,cells:_0x31a144}=_0xc6e9fd;_0x3e0d21[_0x3c1a02(0x18f)]&&_0x2157c1[_0x3c1a02(0x11a)](_0x3e0d21,_0x3c1a02(0x16a),{'tablePasteChainId':_0x30d1f2}),_0x11c61c[_0x3c1a02(0x18f)]&&_0x2157c1[_0x3c1a02(0x11a)](_0x11c61c,_0x3c1a02(0x112),{'tablePasteChainId':_0x30d1f2}),_0x2d88a3[_0x3c1a02(0x18f)]&&(_0x2157c1[_0x3c1a02(0x11a)](_0x2d88a3,_0x3c1a02(0x166),{'tablePasteChainId':_0x30d1f2,'skipNestingCheck':!0x0}),_0x2d88a3[_0x3c1a02(0x127)](_0x408a5c=>{const _0x53b229=_0x3c1a02;var _0x550772;return null===(_0x550772=_0x408a5c[_0x53b229(0x170)])||void 0x0===_0x550772?void 0x0:_0x550772[_0x53b229(0x191)](_0x408a5c);})),_0x24218d[_0x3c1a02(0x18f)]&&(_0x2157c1[_0x3c1a02(0xe8)](_0x24218d,_0x3c1a02(0x166),{'tablePasteChainId':_0x30d1f2,'skipNestingCheck':!0x0}),_0x24218d[_0x3c1a02(0x127)](_0x37d97f=>{const _0x1e8890=_0x3c1a02;var _0x4fab79;return null===(_0x4fab79=_0x37d97f[_0x1e8890(0x170)])||void 0x0===_0x4fab79?void 0x0:_0x4fab79[_0x1e8890(0x191)](_0x37d97f);}));const _0x59227a=_0x2157c1[_0x3c1a02(0x10b)](_0x31a144[_0x3c1a02(0x137)](({element:_0x2c2979})=>_0x2c2979),{'formatGroupId':_0x53d294()},[],_0x3c1a02(0x1a6),{'tablePasteChainId':_0x30d1f2});if(_0x59227a){const _0x521517=_0x59227a[_0x3c1a02(0x118)](),_0x50b5f2=[];for(const {element:_0x16bff2,attributes:_0x4d8be7}of _0x31a144){if(!_0x4d8be7)continue;const _0x4dde2c=_0x4b7941[_0x3c1a02(0x16b)][_0x3c1a02(0x10f)](_0x16bff2),_0x403ebb=_0x521517[_0x3c1a02(0x15c)](_0x34d2cf=>_0x34d2cf[_0x3c1a02(0xe9)]()[_0x3c1a02(0x147)](_0x4dde2c));_0x403ebb&&_0x50b5f2[_0x3c1a02(0xf0)]([_0x403ebb[_0x3c1a02(0x195)],_0x4d8be7]);}_0x50b5f2[_0x3c1a02(0x18f)]&&_0x59227a[_0x3c1a02(0x12f)](_0x3c1a02(0xe7),Object[_0x3c1a02(0x1a1)](_0x50b5f2));}_0xc6e9fd=null;}));},{'priority':_0x3cd106[_0x1660fb(0x161)]+0xa}),_0x4b7941[_0x1660fb(0x1a0)][_0x1660fb(0x119)](_0x1660fb(0x114))['on'](_0x1660fb(0x196),(_0x4b495e,_0x186df1)=>{const _0x52e39e=_0x1660fb,[_0xa12724,_0x259ac3,,_0x48ab38]=_0x186df1;if(!_0xc6e9fd)return;_0x4b495e[_0x52e39e(0x135)]();const _0x4c5309=_0xa12724[_0x52e39e(0x188)],_0x3a988a=_0x259ac3,_0x18288f=Pe(_0x4c5309),_0x843617=Pe(_0x3a988a);_0x4b495e[_0x52e39e(0x14c)]=_0x4c5309;let _0x134eb9=null,_0x5226d6=null;if(_0x843617||_0x18288f){if(_0x18288f&&!_0x843617){_0x48ab38[_0x52e39e(0x143)](_0x4c5309[_0x52e39e(0x15e)](0x0));for(const _0x5f5080 of Array[_0x52e39e(0xed)](_0x3a988a[_0x52e39e(0x1a8)]()))_0x48ab38[_0x52e39e(0x194)](_0x5f5080,_0x4c5309,_0x52e39e(0xe6));const _0x349501=_0xc6e9fd[_0x52e39e(0x18e)][_0x52e39e(0xea)](_0xa12724[_0x52e39e(0x13f)]),_0x2f4480=_0xc6e9fd[_0x52e39e(0x172)][_0x52e39e(0xea)](_0xa12724[_0x52e39e(0x13a)]);_0x349501||_0x2f4480||(_0x134eb9=_0x40cfec[_0x52e39e(0x1a4)](_0x48ab38[_0x52e39e(0x1a7)](_0x4c5309)));}else _0x843617&&!_0x18288f&&(_0x5226d6=_0x48ab38[_0x52e39e(0x1a7)](_0x4c5309));}else{const _0x562dec=_0x48ab38[_0x52e39e(0x169)](_0x52e39e(0xfb)),_0x58129c=_0x48ab38[_0x52e39e(0x169)](_0x52e39e(0xfb));_0x48ab38[_0x52e39e(0x15b)](_0x48ab38[_0x52e39e(0x1a7)](_0x4c5309),_0x58129c),_0x48ab38[_0x52e39e(0x194)](_0x562dec,_0x4c5309,0x0);for(const _0x74c1a4 of Array[_0x52e39e(0xed)](_0x3a988a[_0x52e39e(0x1a8)]()))_0x48ab38[_0x52e39e(0x194)](_0x74c1a4,_0x562dec,_0x52e39e(0xe6));_0x134eb9=_0x40cfec[_0x52e39e(0x1a4)](_0x48ab38[_0x52e39e(0x10f)](_0x562dec)),_0x5226d6=_0x40cfec[_0x52e39e(0x1a4)](_0x48ab38[_0x52e39e(0x10f)](_0x58129c));}const _0x41c073=Array[_0x52e39e(0xed)](_0x3a988a[_0x52e39e(0x199)]())[_0x52e39e(0x18d)](([_0x2dffbc])=>ge[_0x52e39e(0xea)](_0x2dffbc));_0xc6e9fd[_0x52e39e(0xff)][_0x52e39e(0xf0)]({'element':_0x4c5309,'attributes':_0x41c073[_0x52e39e(0x18f)]?Object[_0x52e39e(0x1a1)](_0x41c073):null}),_0x134eb9&&_0xc6e9fd[_0x52e39e(0x121)][_0x52e39e(0xf0)](_0x134eb9),_0x5226d6&&_0xc6e9fd[_0x52e39e(0x130)][_0x52e39e(0xf0)](_0x5226d6);},{'priority':_0x1660fb(0x161)}),_0x2205e9['on'](_0x1660fb(0x168),(_0x8ee7e8,_0x272f03)=>{const _0x944dae=_0x1660fb,[_0xaf04cb,_0x5bed41={}]=_0x272f03;if(!_0xc6e9fd)return;const _0x1136c9=_0x5bed41['at']||0x0,_0x263762=_0x5bed41[_0x944dae(0x11e)]||0x1;_0xc6e9fd[_0x944dae(0x172)]=new Array(_0x263762)[_0x944dae(0x193)](_0x1136c9)[_0x944dae(0x137)]((_0x91cd57,_0x8454f4)=>_0x91cd57+_0x8454f4);for(const {cell:_0x2d8286}of _0x2205e9[_0x944dae(0x124)](_0xaf04cb,{'startColumn':_0x1136c9,'endColumn':_0x1136c9+_0x263762-0x1}))_0xc6e9fd[_0x944dae(0x174)][_0x944dae(0xf0)](_0x4b7941[_0x944dae(0x16b)][_0x944dae(0x10f)](_0x2d8286));},{'priority':_0x1660fb(0xe5)}),_0x2205e9['on'](_0x1660fb(0x167),(_0x882573,_0x52c30e)=>{const _0x21bd46=_0x1660fb,[_0x59ea5b,_0x1bb2ef={}]=_0x52c30e;if(!_0xc6e9fd)return;const _0x3c8370=_0x1bb2ef['at']||0x0,_0x12c617=_0x1bb2ef[_0x21bd46(0xfa)]||0x1;_0xc6e9fd[_0x21bd46(0x18e)]=new Array(_0x12c617)[_0x21bd46(0x193)](_0x3c8370)[_0x21bd46(0x137)]((_0x361ec7,_0xb7c8cb)=>_0x361ec7+_0xb7c8cb);for(const {cell:_0x195bae}of _0x2205e9[_0x21bd46(0x124)](_0x59ea5b,{'startRow':_0x3c8370,'endRow':_0x3c8370+_0x12c617-0x1}))_0xc6e9fd[_0x21bd46(0x17b)][_0x21bd46(0xf0)](_0x4b7941[_0x21bd46(0x16b)][_0x21bd46(0x10f)](_0x195bae));},{'priority':_0x1660fb(0xe5)}),_0x2157c1[_0x1660fb(0x189)][_0x1660fb(0x150)](_0x50740e=>{const _0x56255d=_0x1660fb;if(_0x50740e[_0x56255d(0x155)]&&_0x50740e[_0x56255d(0x155)][_0x56255d(0x129)](_0x56255d(0x166)))return _0x50740e[_0x56255d(0x11f)]?{}:{'type':_0x56255d(0x151),'content':_0x5f2c29(_0x4b7941[_0x56255d(0x123)],_0x56255d(0x156))};});const _0x4ba269=()=>!0x1;for(const _0x1a9959 of[_0x1660fb(0x166),_0x1660fb(0x112),_0x1660fb(0x16a),_0x1660fb(0x1a6)])_0x2157c1[_0x1660fb(0x134)][_0x1660fb(0xec)](_0x1660fb(0x151),_0x1a9959,_0x1660fb(0xf2),_0x4ba269),_0x2157c1[_0x1660fb(0x134)][_0x1660fb(0xec)](_0x1660fb(0x12e),_0x1a9959,_0x1660fb(0xf2),_0x4ba269),_0x2157c1[_0x1660fb(0x134)][_0x1660fb(0xec)](_0x1660fb(0x18c),_0x1a9959,_0x1660fb(0xf2),_0x4ba269);_0x2157c1[_0x1660fb(0x134)][_0x1660fb(0xec)](_0x1660fb(0x18c),_0x1660fb(0x1a6),_0x1660fb(0x16e),_0x4ba269),_0x2157c1[_0x1660fb(0x134)][_0x1660fb(0xec)](_0x1660fb(0x18c),_0x1660fb(0x1a6),_0x1660fb(0x153),(_0x1ba8d0,_0x5c2cce,_0x16ca52)=>{const _0x253d64=_0x1660fb,_0x235537=_0x1ba8d0[_0x253d64(0x137)](_0x14cb1c=>_0x14cb1c[_0x253d64(0xf9)]())[_0x253d64(0x18d)](_0x7830ac=>_0x7830ac),_0x2c76b8=new Map(_0x235537[_0x253d64(0x137)](_0x2a3612=>[_0x2a3612,null]));if(_0xc6e9fd){for(const {element:_0xed7fad,attributes:_0x568be5}of _0xc6e9fd[_0x253d64(0xff)])_0x568be5&&_0x2c76b8[_0x253d64(0x10e)](_0xed7fad,_0x568be5);}else{if(_0x16ca52&&_0x16ca52[_0x253d64(0xe7)])for(const [_0x18b6c3,_0x487084]of Object[_0x253d64(0x133)](_0x16ca52[_0x253d64(0xe7)])){const _0x30d2de=_0x4b7941[_0x253d64(0x16b)][_0x253d64(0x162)][_0x253d64(0x119)](_0x18b6c3),_0x549c0f=_0x30d2de?_0x30d2de[_0x253d64(0xe9)]()[_0x253d64(0xf9)]():null;_0x549c0f&&_0x2c76b8[_0x253d64(0x10e)](_0x549c0f,_0x487084);}}_0x4b7941[_0x253d64(0x16b)][_0x253d64(0x183)](_0x4f43ad=>{const _0x30d02c=_0x253d64;for(const [_0x336511,_0x372e3b]of _0x2c76b8)_0x4f43ad[_0x30d02c(0x140)]({...Ce,..._0x372e3b},_0x336511);});});const _0x5725fe=(_0x37f0d4,_0x2b4216)=>{const _0x3208cf=_0x1660fb;_0x2157c1[_0x3208cf(0x134)][_0x3208cf(0xec)](_0x37f0d4,_0x3208cf(0x166),_0x2b4216,(_0x484bec,_0xcc7ecb,_0x1e51e6)=>{const _0x35147d=_0x3208cf;_0x4b7941[_0x35147d(0x16b)][_0x35147d(0x183)](_0x36a021=>{const _0x9ad494=_0x35147d,_0x328849=[];for(const _0x1a5b88 of _0x484bec){const _0x1010a5=_0x1a5b88[_0x9ad494(0x148)][_0x9ad494(0x107)];_0x1010a5['is'](_0x9ad494(0x18b),_0x9ad494(0xfb))&&_0x328849[_0x9ad494(0xf0)](_0x1010a5);}_0x2157c1[_0x9ad494(0x134)][_0x9ad494(0x165)](_0x37f0d4,null,_0x2b4216)(_0x484bec,_0xcc7ecb,_0x1e51e6);for(const _0x4fe69d of _0x328849)_0x9ad494(0x17e)!=_0x4fe69d[_0x9ad494(0x178)][_0x9ad494(0x109)]&&_0x36a021[_0x9ad494(0x11c)](_0x4fe69d);});});};_0x5725fe(_0x1660fb(0x151),_0x1660fb(0x153)),_0x5725fe(_0x1660fb(0x151),_0x1660fb(0x16e)),_0x5725fe(_0x1660fb(0x12e),_0x1660fb(0x153)),_0x5725fe(_0x1660fb(0x12e),_0x1660fb(0x16e)),_0x2157c1[_0x1660fb(0x134)][_0x1660fb(0xec)](_0x1660fb(0x151),_0x1660fb(0x16a),_0x1660fb(0x16e),_0xd75a85=>{const _0x217243=_0x1660fb,_0x1ba11e=_0xd75a85[_0x217243(0x137)](_0x1e5b61=>_0x1e5b61[_0x217243(0xf9)]()),_0x22e2b8=_0x1ba11e[0x0][_0x217243(0xf5)](_0x217243(0xdf)),{minRow:_0x1012b4,maxRow:_0x558140}=_0x29c288[_0x217243(0x122)](_0x1ba11e);_0x2205e9[_0x217243(0xf8)](_0x22e2b8,{'at':_0x1012b4,'rows':_0x558140-_0x1012b4+0x1});}),_0x2157c1[_0x1660fb(0x134)][_0x1660fb(0xec)](_0x1660fb(0x151),_0x1660fb(0x112),_0x1660fb(0x16e),_0x2f957a=>{const _0x10d42e=_0x1660fb,_0x583a06=_0x2f957a[_0x10d42e(0x137)](_0x2ab54d=>_0x2ab54d[_0x10d42e(0xf9)]()),_0x4f8599=_0x583a06[0x0][_0x10d42e(0xf5)](_0x10d42e(0xdf)),{minColumn:_0xf19159,maxColumn:_0x108643}=_0x29c288[_0x10d42e(0x122)](_0x583a06);_0x2205e9[_0x10d42e(0x10a)](_0x4f8599,{'at':_0xf19159,'columns':_0x108643-_0xf19159+0x1});});const _0x328592=(_0x2c7337,_0x4abd58)=>{const _0x2260c2=_0x1660fb;if(!_0x4abd58[_0x2260c2(0x155)]||!_0x4abd58[_0x2260c2(0x155)][_0x2260c2(0x129)](_0x2260c2(0x166)))return;const _0x1daa5b=_0x4abd58[_0x2260c2(0x152)][_0x2260c2(0x181)],_0x20d2e8=_0x2157c1[_0x2260c2(0x19d)]()[_0x2260c2(0x18d)](_0x3c58ee=>_0x3c58ee[_0x2260c2(0x126)]&&_0x3c58ee[_0x2260c2(0x152)]&&_0x3c58ee[_0x2260c2(0x152)][_0x2260c2(0x181)]==_0x1daa5b);_0x20d2e8[_0x2260c2(0x18f)]&&_0x4abd58[_0x2260c2(0xe2)]()[_0x2260c2(0x18f)]!=_0x20d2e8[_0x2260c2(0x18f)]&&_0x20d2e8[_0x2260c2(0xe1)]((_0x10a0b6,_0x36d26c)=>(_0x10a0b6[_0x2260c2(0x164)]=_0x36d26c,_0x36d26c[_0x2260c2(0x11f)]=_0x10a0b6,_0x36d26c));};function _0x5b25ed(_0xaa522,_0xd1a766=!0x0){const _0x4f1eaa=_0x1660fb,{id:_0x4d80aa}=_0x2157c1[_0x4f1eaa(0x132)](_0xaa522[_0x4f1eaa(0xdc)]),_0x46a118=[_0x4f1eaa(0x17d),_0x4f1eaa(0x146)],_0x8bc0da=_0x2157c1[_0x4f1eaa(0x13e)][_0x4f1eaa(0xea)](_0xaa522[_0x4f1eaa(0xdc)]);return _0x8bc0da&&_0x46a118[_0x4f1eaa(0xf0)](_0x4f1eaa(0x197)),{'classes':_0x46a118,'attributes':{'data-suggestion':_0x4d80aa},'priority':_0x8bc0da&&_0xd1a766?0xbc2:0xbb8};}_0x2157c1['on'](_0x1660fb(0x163),_0x328592,{'priority':_0x1660fb(0x161)}),_0x2157c1['on'](_0x1660fb(0x125),_0x328592,{'priority':_0x1660fb(0x161)}),_0x4b7941[_0x1660fb(0x16b)][_0x1660fb(0xf7)][_0x1660fb(0x102)](()=>{const _0x499af9=_0x1660fb;let _0x448513=!0x1;const _0x546887=Array[_0x499af9(0xed)](_0x4b7941[_0x499af9(0x16b)][_0x499af9(0xf7)][_0x499af9(0x171)][_0x499af9(0x1a5)]());for(const {name:_0x300dcc,data:_0x487b20}of _0x546887){const {group:_0xb50746,type:_0x6954ac,id:_0x3e9d07}=_0x2157c1[_0x499af9(0x132)](_0x300dcc);if(_0x499af9(0x1a2)!=_0xb50746||_0x499af9(0x12e)!=_0x6954ac||_0x487b20[_0x499af9(0xeb)])continue;if(!_0x2157c1[_0x499af9(0x154)](_0x3e9d07))continue;const _0x57f384=_0x2157c1[_0x499af9(0x10c)](_0x3e9d07)[_0x499af9(0x120)](),_0x3db38f=_0x4b7941[_0x499af9(0x1a0)][_0x499af9(0x119)](_0x499af9(0x184))['me'];for(const _0x34d100 of _0x2157c1[_0x499af9(0x19d)]()){if(!_0x34d100[_0x499af9(0x126)]||_0x34d100[_0x499af9(0x113)]!=_0x3db38f)continue;if(_0x499af9(0x18c)!=_0x34d100[_0x499af9(0x19c)]||_0x499af9(0x1a6)!=_0x34d100[_0x499af9(0x155)])continue;if(_0x34d100[_0x499af9(0x120)]()[_0x499af9(0x177)](_0xb3bee8=>_0x57f384[_0x499af9(0x15d)](_0x666290=>_0x666290[_0x499af9(0xe4)](_0xb3bee8,!0x0)))){for(const _0x3ef78d of _0x34d100[_0x499af9(0xe2)]())_0x3ef78d[_0x499af9(0x126)]&&(_0x3ef78d[_0x499af9(0x16e)](),_0x448513=!0x0);}}}return _0x448513;}),_0x4b7941[_0x1660fb(0x16b)][_0x1660fb(0xf7)][_0x1660fb(0x102)](_0xd975ec=>{const _0x5edd2f=_0x1660fb,_0x27dfb2=_0x4b7941[_0x5edd2f(0x111)][_0x5edd2f(0x119)](_0x5edd2f(0x103));if(!_0x27dfb2||!_0x27dfb2[_0x5edd2f(0xe0)][_0x5edd2f(0x11b)](_0xd975ec[_0x5edd2f(0x15a)]))return!0x1;let _0x4bee82=!0x1;const _0x9d50c8=_0x4b7941[_0x5edd2f(0x1a0)][_0x5edd2f(0x119)](_0x5edd2f(0x184))['me'],_0x28c7ab=_0x4b7941[_0x5edd2f(0x16b)][_0x5edd2f(0xf7)][_0x5edd2f(0x171)][_0x5edd2f(0x16d)](),_0x815a45=Array[_0x5edd2f(0xed)](_0x4b7941[_0x5edd2f(0x16b)][_0x5edd2f(0xf7)][_0x5edd2f(0x171)][_0x5edd2f(0x1a5)]())[_0x5edd2f(0x18d)](({name:_0x3b070c,data:_0x35e82e})=>{const _0xaeb879=_0x5edd2f,{group:_0x28f3d1,subType:_0x14580d,authorId:_0x52478b}=_0x2157c1[_0xaeb879(0x132)](_0x3b070c);return _0xaeb879(0x1a2)==_0x28f3d1&&_0xaeb879(0x166)==_0x14580d&&_0x52478b==_0x9d50c8['id']&&!_0x35e82e[_0xaeb879(0xeb)];});for(const _0x18e5b6 of _0x28c7ab){if(_0x5edd2f(0x194)!=_0x18e5b6[_0x5edd2f(0x19c)]||_0x5edd2f(0xfb)!=_0x18e5b6[_0x5edd2f(0x195)]||0x1!=_0x18e5b6[_0x5edd2f(0x18f)])continue;const _0x15fc33=_0xd975ec[_0x5edd2f(0x104)](_0x18e5b6[_0x5edd2f(0x145)],_0x18e5b6[_0x5edd2f(0x145)][_0x5edd2f(0x10d)](0x1));if(!_0x815a45[_0x5edd2f(0x15c)](({data:_0x34f9f7})=>_0x34f9f7[_0x5edd2f(0xfe)][_0x5edd2f(0x147)](_0x15fc33))){for(const {name:_0x260b35,data:_0xe6b9e4}of _0x815a45)if(_0x15fc33[_0x5edd2f(0xe4)](_0xe6b9e4[_0x5edd2f(0xfe)])){_0xd975ec[_0x5edd2f(0x139)](_0x260b35,{'range':_0x15fc33}),_0x4bee82=!0x0;break;}}}return _0x4bee82;}),_0x4b7941[_0x1660fb(0x16b)][_0x1660fb(0xf7)][_0x1660fb(0x102)](_0x1d78ea=>{const _0x44e3f2=_0x1660fb;let _0x41450d=!0x1;const _0x3c787=_0x4b7941[_0x44e3f2(0x1a0)][_0x44e3f2(0x119)](_0x44e3f2(0x184))['me'],_0x40ae4f=_0x2157c1[_0x44e3f2(0x19d)]()[_0x44e3f2(0x18d)](_0x1f95eb=>_0x1f95eb[_0x44e3f2(0x126)]&&_0x1f95eb[_0x44e3f2(0x113)]==_0x3c787),_0x21eb2e=new Set(),_0x11ccfb=new Set();for(const _0x4c6a0e of _0x40ae4f)if(_0x44e3f2(0x166)==_0x4c6a0e[_0x44e3f2(0x155)])for(const _0x23f897 of _0x4c6a0e[_0x44e3f2(0x118)]()){const _0x2d5a0c=_0x23f897[_0x44e3f2(0xe9)]()[_0x44e3f2(0xf9)]();if(_0x2d5a0c){if(_0x2d5a0c['is'](_0x44e3f2(0x18b),_0x44e3f2(0xfb))&&Pe(_0x2d5a0c)){_0x4c6a0e[_0x44e3f2(0x14a)](_0x23f897[_0x44e3f2(0x195)]),_0x21eb2e[_0x44e3f2(0x159)](_0x2d5a0c),_0x41450d=!0x0;const _0x2090c1=_0x2d5a0c[_0x44e3f2(0x149)],_0x4a5ca6=_0x2d5a0c[_0x44e3f2(0xdd)],_0x59dde9=_0x2090c1&&_0x2090c1['is'](_0x44e3f2(0x18b),_0x44e3f2(0xfb)),_0x5a18a4=_0x4a5ca6&&_0x4a5ca6['is'](_0x44e3f2(0x18b),_0x44e3f2(0xfb));_0x59dde9&&!_0x21eb2e[_0x44e3f2(0x11b)](_0x2090c1)&&_0x11ccfb[_0x44e3f2(0x159)](_0x2090c1),_0x5a18a4&&!_0x21eb2e[_0x44e3f2(0x11b)](_0x4a5ca6)&&_0x11ccfb[_0x44e3f2(0x159)](_0x4a5ca6);}else _0x2d5a0c['is'](_0x44e3f2(0x18b),_0x44e3f2(0x179))&&_0x2d5a0c[_0x44e3f2(0x16f)]&&(_0x4c6a0e[_0x44e3f2(0x14a)](_0x23f897[_0x44e3f2(0x195)]),_0x41450d=!0x0);}}else{if(_0x44e3f2(0x1a6)==_0x4c6a0e[_0x44e3f2(0x155)]){if(!_0x4c6a0e[_0x44e3f2(0x152)]||!_0x4c6a0e[_0x44e3f2(0x152)][_0x44e3f2(0x181)])continue;const _0x3d3648=_0x4c6a0e[_0x44e3f2(0x152)][_0x44e3f2(0xe7)];if(_0x3d3648&&Object[_0x44e3f2(0xe3)](_0x3d3648)[_0x44e3f2(0x18f)])continue;const _0x53e30f=_0x4c6a0e[_0x44e3f2(0x152)][_0x44e3f2(0x181)];let _0x2d5276=!0x0,_0xca64d9=!0x0;for(const _0x59bd39 of _0x40ae4f)if(_0x59bd39[_0x44e3f2(0x155)]&&_0x59bd39[_0x44e3f2(0x155)][_0x44e3f2(0x129)](_0x44e3f2(0x166))){if(!_0x59bd39[_0x44e3f2(0x152)][_0x44e3f2(0x181)]){_0xca64d9=!0x1;break;}if(_0x59bd39['id']!=_0x4c6a0e['id']&&_0x59bd39[_0x44e3f2(0x152)][_0x44e3f2(0x181)]==_0x53e30f){_0x2d5276=!0x1;break;}}_0xca64d9&&_0x2d5276&&(_0x4c6a0e[_0x44e3f2(0x12c)](),_0x41450d=!0x0);}}for(const _0x40ec3b of _0x21eb2e)_0x1d78ea[_0x44e3f2(0x143)](_0x40ec3b);for(const _0x4395aa of _0x11ccfb)_0x1d78ea[_0x44e3f2(0x11c)](_0x4395aa);return _0x41450d;}),_0x4b7941[_0x1660fb(0x160)][_0x1660fb(0x185)](_0x1660fb(0x13d))[_0x1660fb(0x138)]({'model':_0x1660fb(0x17c),'view':(_0x2a070a,_0x4fd511)=>_0x5b25ed(_0x2a070a),'converterPriority':_0x1660fb(0x161)}),_0x4b7941[_0x1660fb(0x160)][_0x1660fb(0x185)](_0x1660fb(0x144))[_0x1660fb(0x138)]({'model':_0x1660fb(0x17c),'view':(_0x36999c,_0x2fb50b)=>_0x2fb50b[_0x1660fb(0x13b)][_0x1660fb(0x117)]?_0x5b25ed(_0x36999c,!0x1):null,'converterPriority':_0x1660fb(0x161)});const _0x126599=_0x4b7941[_0x1660fb(0x14e)][_0x1660fb(0x131)];this[_0x1660fb(0x175)](_0x126599[_0x1660fb(0xf7)],_0x1660fb(0x198),(_0x135d08,_0x46866d)=>{const _0x1e4748=_0x1660fb,_0xdf083e=[];for(const _0x34c42d of _0x126599[_0x1e4748(0x1a7)](_0x46866d[_0x1e4748(0x13c)])[_0x1e4748(0xf1)]())_0x34c42d['is'](_0x1e4748(0x18b),_0x1e4748(0x16c))&&_0xdf083e[_0x1e4748(0xf0)](_0x34c42d);_0x126599[_0x1e4748(0x183)](_0x1ca644=>{const _0x18f5b1=_0x1e4748;for(const _0x1fe18f of _0xdf083e)_0x1ca644[_0x18f5b1(0x12d)](_0x1ca644[_0x18f5b1(0x1a7)](_0x1fe18f),_0x1ca644[_0x18f5b1(0x141)](_0x1fe18f)),_0x1ca644[_0x18f5b1(0x143)](_0x1fe18f);});});}}function Pe(_0x3bd73b){const _0x5525cf=_0xb53a6f;if(_0x3bd73b[_0x5525cf(0x16f)])return!0x0;const _0x1edbb5=_0x3bd73b[_0x5525cf(0x15e)](0x0);return _0x1edbb5['is'](_0x5525cf(0x18b),_0x5525cf(0x179))&&_0x1edbb5[_0x5525cf(0x16f)];}function he(_0x47db2d,_0x27c565={},_0xdfcb0d){const _0x5d6786=_0xb53a6f;for(const {isAnchor:_0x50098,cellHeight:_0x3d5c1f,cellWidth:_0x25acf2}of _0xdfcb0d[_0x5d6786(0x124)](_0x47db2d,{'includeAllSlots':!0x0,..._0x27c565}))if(!_0x50098||0x1!=_0x3d5c1f||0x1!=_0x25acf2)return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x28e992=_0x1406;(function(_0x37991b,_0x123b29){const _0x49e645=_0x1406,_0x2581c7=_0x37991b();while(!![]){try{const _0x12ec33=parseInt(_0x49e645(0x218))/0x1+-parseInt(_0x49e645(0x222))/0x2*(parseInt(_0x49e645(0x21c))/0x3)+parseInt(_0x49e645(0x1f0))/0x4+parseInt(_0x49e645(0x20d))/0x5*(-parseInt(_0x49e645(0x221))/0x6)+parseInt(_0x49e645(0x210))/0x7*(-parseInt(_0x49e645(0x1fc))/0x8)+parseInt(_0x49e645(0x1f5))/0x9*(-parseInt(_0x49e645(0x20b))/0xa)+-parseInt(_0x49e645(0x211))/0xb*(-parseInt(_0x49e645(0x21a))/0xc);if(_0x12ec33===_0x123b29)break;else _0x2581c7['push'](_0x2581c7['shift']());}catch(_0x254e10){_0x2581c7['push'](_0x2581c7['shift']());}}}(_0x323d,0x615f6));function _0x323d(){const _0x1f8c83=['_suggestionFactory','formatBlock','document','9QBwkWw','commandParams','getTableColumnsWidths','getSuggestionCallback','getSuggestions','table','formatGroupId','4650584JxKDsv','registerDescriptionCallback','get','format','type','has','editor','markBlockFormat','getSelectedElement','getContainedElement','locale','*Format:*\x20resize\x20table','tableWidth','_descriptionFactory','Users','627090NQDJyA','resizeTable','805335pzzloD','plugins','TableColumnResizeEditing','7NoneRC','22euFkWM','resizeTableWidth','change','columnWidths','model','accept','author','128317GRXlru','getAttribute','6287064FPqIAE','handleResizeTableWidthCommand','3LavCJK','selection','formatInline','afterInit','data','24SyKqXb','94702bxMWnh','getColumnGroupElement','handleSuggestionDescription','subType','TrackChangesEditing','bind','registerCustomCallback','enableCommand','2233312hPXsOE','discard'];_0x323d=function(){return _0x1f8c83;};return _0x323d();}function _0x1406(_0x3ea2bc,_0x20a7c9){const _0x323d4=_0x323d();return _0x1406=function(_0x1406a3,_0x3874f0){_0x1406a3=_0x1406a3-0x1ee;let _0x4c0c2e=_0x323d4[_0x1406a3];return _0x4c0c2e;},_0x1406(_0x3ea2bc,_0x20a7c9);}import{Plugin as _0x1b13f8}from'ckeditor5/src/core.js';import{getTranslation as _0x5b3084}from'../utils/common-translations.js';export default class vt extends _0x1b13f8{[_0x28e992(0x21f)](){const _0x407cdb=_0x28e992;if(!this[_0x407cdb(0x202)][_0x407cdb(0x20e)][_0x407cdb(0x201)](_0x407cdb(0x20f)))return;const _0x24d303=this[_0x407cdb(0x202)][_0x407cdb(0x20e)][_0x407cdb(0x1fe)](_0x407cdb(0x226));_0x24d303[_0x407cdb(0x1ef)](_0x407cdb(0x212),this[_0x407cdb(0x21b)][_0x407cdb(0x227)](this)),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1ee)](_0x407cdb(0x1f3),_0x407cdb(0x20c),_0x407cdb(0x216),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1f8)](_0x407cdb(0x1f3),null,_0x407cdb(0x1f1))),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1ee)](_0x407cdb(0x1f3),_0x407cdb(0x20c),_0x407cdb(0x1f1),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1f8)](_0x407cdb(0x1f3),null,_0x407cdb(0x216))),_0x24d303[_0x407cdb(0x209)][_0x407cdb(0x1fd)](this[_0x407cdb(0x224)][_0x407cdb(0x227)](this));}[_0x28e992(0x21b)](_0xc8c9f0,_0x44e7f6){const _0x339c5e=_0x28e992,_0x22357e=this[_0x339c5e(0x202)][_0x339c5e(0x20e)][_0x339c5e(0x1fe)](_0x339c5e(0x226)),_0x57b4a7=this[_0x339c5e(0x202)][_0x339c5e(0x20e)][_0x339c5e(0x1fe)](_0x339c5e(0x20f)),_0xb576=_0x44e7f6[_0x339c5e(0x1fa)]||this[_0x339c5e(0x202)][_0x339c5e(0x215)][_0x339c5e(0x1f4)][_0x339c5e(0x21d)][_0x339c5e(0x204)]();this[_0x339c5e(0x202)][_0x339c5e(0x215)][_0x339c5e(0x213)](()=>{const _0x11c828=_0x339c5e,_0x4d918f=_0x57b4a7[_0x11c828(0x223)](_0xb576);let _0x41846e=_0x4d918f?_0x57b4a7[_0x11c828(0x1f7)](_0x4d918f):null,_0x2e059f=_0xb576[_0x11c828(0x219)](_0x11c828(0x208))||null;const _0x4bd960=_0x44e7f6[_0x11c828(0x208)]||_0x2e059f,_0xe26aa9=_0x44e7f6[_0x11c828(0x214)]||_0x41846e,_0x30021b=this[_0x11c828(0x202)][_0x11c828(0x20e)][_0x11c828(0x1fe)](_0x11c828(0x20a))['me'];for(const _0x3960bc of _0x22357e[_0x11c828(0x1f9)]()){const _0x1f820d=_0x3960bc[_0x11c828(0x205)]();if(_0x11c828(0x20c)===_0x3960bc[_0x11c828(0x225)]&&_0x1f820d===_0xb576){_0x3960bc[_0x11c828(0x217)]!==_0x30021b&&_0x3960bc[_0x11c828(0x1f1)]();const _0x578303=_0x3960bc[_0x11c828(0x220)][_0x11c828(0x1f6)];_0x2e059f=_0x578303[0x0][_0x11c828(0x208)],_0x41846e=_0x578303[0x0][_0x11c828(0x214)];break;}}_0xc8c9f0({'table':_0xb576,'tableWidth':_0x4bd960,'columnWidths':_0xe26aa9}),_0x22357e[_0x11c828(0x203)](_0xb576,{'commandName':_0x11c828(0x212),'commandParams':[{'tableWidth':_0x2e059f,'columnWidths':_0x41846e}],'formatGroupId':_0x11c828(0x20c)},[],_0x11c828(0x20c));});}[_0x28e992(0x224)](_0x586425){const _0x14ccfd=_0x28e992;if(_0x14ccfd(0x1f3)!=_0x586425[_0x14ccfd(0x200)]&&_0x14ccfd(0x21e)!=_0x586425[_0x14ccfd(0x200)])return;const {data:_0xc0e0d4}=_0x586425;if(_0xc0e0d4&&_0x14ccfd(0x20c)===_0xc0e0d4[_0x14ccfd(0x1fb)]){const _0xa2b383=_0x14ccfd(0x207);return{'type':_0x14ccfd(0x1ff),'content':_0x5b3084(this[_0x14ccfd(0x202)][_0x14ccfd(0x206)],_0xa2b383)};}}}
23
+ const _0x3d663d=_0x4f01;function _0x4f01(_0x583563,_0x1bf995){const _0x1f4407=_0x1f44();return _0x4f01=function(_0x4f01ec,_0x51e4d4){_0x4f01ec=_0x4f01ec-0x1c9;let _0x2b1635=_0x1f4407[_0x4f01ec];return _0x2b1635;},_0x4f01(_0x583563,_0x1bf995);}(function(_0x2d60ac,_0x4cbcb9){const _0x2b51fb=_0x4f01,_0x3c397c=_0x2d60ac();while(!![]){try{const _0x45150d=-parseInt(_0x2b51fb(0x1d5))/0x1*(parseInt(_0x2b51fb(0x1d3))/0x2)+parseInt(_0x2b51fb(0x1e4))/0x3*(parseInt(_0x2b51fb(0x1e1))/0x4)+parseInt(_0x2b51fb(0x1ce))/0x5*(parseInt(_0x2b51fb(0x1ca))/0x6)+parseInt(_0x2b51fb(0x1f5))/0x7*(parseInt(_0x2b51fb(0x1df))/0x8)+-parseInt(_0x2b51fb(0x1f8))/0x9+parseInt(_0x2b51fb(0x1dd))/0xa+-parseInt(_0x2b51fb(0x1e3))/0xb*(-parseInt(_0x2b51fb(0x1d8))/0xc);if(_0x45150d===_0x4cbcb9)break;else _0x3c397c['push'](_0x3c397c['shift']());}catch(_0x1b8553){_0x3c397c['push'](_0x3c397c['shift']());}}}(_0x1f44,0xe458a));import{Plugin as _0x5daba3}from'ckeditor5/src/core.js';function _0x1f44(){const _0x521770=['formatGroupId','columnWidths','TableColumnResizeEditing','editor','enableCommand','handleSuggestionDescription','7SpUjlp','has','getSelectedElement','15935463YWczKd','selection','getAttribute','type','getTableColumnsWidths','*Format:*\x20resize\x20table','tableWidth','getContainedElement','_suggestionFactory','author','Users','locale','6tRAnVf','resizeTableWidth','formatInline','getSuggestions','201195GSlxfT','handleResizeTableWidthCommand','resizeTable','afterInit','getColumnGroupElement','2764YVtnpT','accept','398pTNODS','format','model','48ThdMxH','get','registerCustomCallback','registerDescriptionCallback','plugins','1601140efQDKd','change','9638432gmrGfk','data','210296bwjljr','markBlockFormat','752323OEezPc','90GXuHxB','TrackChangesEditing','document','table','_descriptionFactory','bind','subType','discard','commandParams','formatBlock','getSuggestionCallback'];_0x1f44=function(){return _0x521770;};return _0x1f44();}import{getTranslation as _0x47186a}from'../utils/common-translations.js';export default class vt extends _0x5daba3{[_0x3d663d(0x1d1)](){const _0x5365df=_0x3d663d;if(!this[_0x5365df(0x1f2)][_0x5365df(0x1dc)][_0x5365df(0x1f6)](_0x5365df(0x1f1)))return;const _0x3e8fbd=this[_0x5365df(0x1f2)][_0x5365df(0x1dc)][_0x5365df(0x1d9)](_0x5365df(0x1e5));_0x3e8fbd[_0x5365df(0x1f3)](_0x5365df(0x1cb),this[_0x5365df(0x1cf)][_0x5365df(0x1e9)](this)),_0x3e8fbd[_0x5365df(0x200)][_0x5365df(0x1da)](_0x5365df(0x1ed),_0x5365df(0x1d0),_0x5365df(0x1d4),_0x3e8fbd[_0x5365df(0x200)][_0x5365df(0x1ee)](_0x5365df(0x1ed),null,_0x5365df(0x1eb))),_0x3e8fbd[_0x5365df(0x200)][_0x5365df(0x1da)](_0x5365df(0x1ed),_0x5365df(0x1d0),_0x5365df(0x1eb),_0x3e8fbd[_0x5365df(0x200)][_0x5365df(0x1ee)](_0x5365df(0x1ed),null,_0x5365df(0x1d4))),_0x3e8fbd[_0x5365df(0x1e8)][_0x5365df(0x1db)](this[_0x5365df(0x1f4)][_0x5365df(0x1e9)](this));}[_0x3d663d(0x1cf)](_0x568025,_0x113229){const _0x2cc7f5=_0x3d663d,_0x3d6a1b=this[_0x2cc7f5(0x1f2)][_0x2cc7f5(0x1dc)][_0x2cc7f5(0x1d9)](_0x2cc7f5(0x1e5)),_0x583e40=this[_0x2cc7f5(0x1f2)][_0x2cc7f5(0x1dc)][_0x2cc7f5(0x1d9)](_0x2cc7f5(0x1f1)),_0x2094e8=_0x113229[_0x2cc7f5(0x1e7)]||this[_0x2cc7f5(0x1f2)][_0x2cc7f5(0x1d7)][_0x2cc7f5(0x1e6)][_0x2cc7f5(0x1f9)][_0x2cc7f5(0x1f7)]();this[_0x2cc7f5(0x1f2)][_0x2cc7f5(0x1d7)][_0x2cc7f5(0x1de)](()=>{const _0x596173=_0x2cc7f5,_0x43c37e=_0x583e40[_0x596173(0x1d2)](_0x2094e8);let _0x23f9b0=_0x43c37e?_0x583e40[_0x596173(0x1fc)](_0x43c37e):null,_0x4be16e=_0x2094e8[_0x596173(0x1fa)](_0x596173(0x1fe))||null;const _0x23caf1=_0x113229[_0x596173(0x1fe)]||_0x4be16e,_0x15a27e=_0x113229[_0x596173(0x1f0)]||_0x23f9b0,_0x5b4bba=this[_0x596173(0x1f2)][_0x596173(0x1dc)][_0x596173(0x1d9)](_0x596173(0x202))['me'];for(const _0x4033f8 of _0x3d6a1b[_0x596173(0x1cd)]()){const _0x47d67e=_0x4033f8[_0x596173(0x1ff)]();if(_0x596173(0x1d0)===_0x4033f8[_0x596173(0x1ea)]&&_0x47d67e===_0x2094e8){_0x4033f8[_0x596173(0x201)]!==_0x5b4bba&&_0x4033f8[_0x596173(0x1eb)]();const _0x401183=_0x4033f8[_0x596173(0x1e0)][_0x596173(0x1ec)];_0x4be16e=_0x401183[0x0][_0x596173(0x1fe)],_0x23f9b0=_0x401183[0x0][_0x596173(0x1f0)];break;}}_0x568025({'table':_0x2094e8,'tableWidth':_0x23caf1,'columnWidths':_0x15a27e}),_0x3d6a1b[_0x596173(0x1e2)](_0x2094e8,{'commandName':_0x596173(0x1cb),'commandParams':[{'tableWidth':_0x4be16e,'columnWidths':_0x23f9b0}],'formatGroupId':_0x596173(0x1d0)},[],_0x596173(0x1d0));});}[_0x3d663d(0x1f4)](_0x45f78b){const _0x64006a=_0x3d663d;if(_0x64006a(0x1ed)!=_0x45f78b[_0x64006a(0x1fb)]&&_0x64006a(0x1cc)!=_0x45f78b[_0x64006a(0x1fb)])return;const {data:_0x3d35cb}=_0x45f78b;if(_0x3d35cb&&_0x64006a(0x1d0)===_0x3d35cb[_0x64006a(0x1ef)]){const _0x3517fe=_0x64006a(0x1fd);return{'type':_0x64006a(0x1d6),'content':_0x47186a(this[_0x64006a(0x1f2)][_0x64006a(0x1c9)],_0x3517fe)};}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x46671a=_0x1042;function _0x1042(_0x1c4e7f,_0x256aec){const _0x2c5b8d=_0x2c5b();return _0x1042=function(_0x1042b0,_0x31c219){_0x1042b0=_0x1042b0-0x14b;let _0x2f36aa=_0x2c5b8d[_0x1042b0];return _0x2f36aa;},_0x1042(_0x1c4e7f,_0x256aec);}(function(_0x46b21d,_0x25a697){const _0x30083f=_0x1042,_0x2ad4dc=_0x46b21d();while(!![]){try{const _0x55f61a=-parseInt(_0x30083f(0x18a))/0x1+-parseInt(_0x30083f(0x191))/0x2+-parseInt(_0x30083f(0x153))/0x3+-parseInt(_0x30083f(0x172))/0x4*(parseInt(_0x30083f(0x178))/0x5)+parseInt(_0x30083f(0x197))/0x6*(parseInt(_0x30083f(0x199))/0x7)+parseInt(_0x30083f(0x190))/0x8*(-parseInt(_0x30083f(0x1a0))/0x9)+parseInt(_0x30083f(0x14b))/0xa*(parseInt(_0x30083f(0x175))/0xb);if(_0x55f61a===_0x25a697)break;else _0x2ad4dc['push'](_0x2ad4dc['shift']());}catch(_0x51dfb0){_0x2ad4dc['push'](_0x2ad4dc['shift']());}}}(_0x2c5b,0x41369));import{Plugin as _0x2894f4}from'ckeditor5/src/core.js';function _0x2c5b(){const _0x3c2653=['addClass','ck-suggestion-marker-','options','cell','showSuggestionHighlights','_suggestionFactory','stop','format','setTableColumnHeader','consumable','data-suggestion','unbindElementFromMarkerName','type','registerAttributeLabel','highest','markerNameToElements','parent','nodeAfter','has','getCellLocation','activeMarkers','getSuggestion','406176ofRmeU','FORMAT_REGULAR_COLUMN','toViewElement','11886633JvVPXG','FORMAT_HEADER_COLUMN','includes','15icIHvx','editing','plugins','get','accept','start','downcastDispatcher','createTableWalker','_splitMarkerName','afterInit','locale','TableEditing','forceValue','setTableRowHeader','removeAttribute','addMarker:suggestion','markerName','_enableDefaultAttributesIntegration','190804aIIcqQ','ck-suggestion-marker--active','editor','data','item','requires','8gXPNxB','611186IGXXTl','removeMarker:suggestion','commandParams','_handleLegacySuggestions','headingColumns','*Format:*\x20%0','714RpcZPv','setAttribute','23443mexFkc','FORMAT_HEADER_ROW','headingRows','writer','commandName','_descriptionFactory','bindElementToMarker','1455633mdYuuA','10hMIvHj','markerRange','TableUtils','mapper','_registerLegacyDescription','registerCustomCallback','TrackChangesEditing','end','747765WxXOmg','consume','_acceptFormatSuggestionCallbackFactory','name','formatBlock','removeClass','registerDescriptionCallback','nodeBefore','FORMAT_REGULAR_ROW'];_0x2c5b=function(){return _0x3c2653;};return _0x2c5b();}import _0x538351 from'./table.js';import{getTranslation as _0xe19997}from'../utils/common-translations.js';export default class At extends _0x2894f4{static get[_0x46671a(0x18f)](){return[_0x538351];}[_0x46671a(0x181)](){const _0x100c55=_0x46671a,_0xa93ebd=this[_0x100c55(0x18c)];if(!_0xa93ebd[_0x100c55(0x17a)][_0x100c55(0x16e)](_0x100c55(0x183)))return;const _0x57fcf0=_0xa93ebd[_0x100c55(0x182)],_0x16cc35=_0xa93ebd[_0x100c55(0x17a)][_0x100c55(0x17b)](_0x100c55(0x151));_0x16cc35[_0x100c55(0x189)](_0x100c55(0x185),[],[_0x100c55(0x19b)]),_0x16cc35[_0x100c55(0x189)](_0x100c55(0x164),[],[_0x100c55(0x195)]),_0x16cc35[_0x100c55(0x19e)][_0x100c55(0x169)](_0x100c55(0x19b),_0xe19997(_0x57fcf0,_0x100c55(0x19a))),_0x16cc35[_0x100c55(0x19e)][_0x100c55(0x169)](_0x100c55(0x195),_0xe19997(_0x57fcf0,_0x100c55(0x176))),this[_0x100c55(0x194)]();}[_0x46671a(0x194)](){const _0x48a8bc=_0x46671a,_0x2ab762=this[_0x48a8bc(0x18c)][_0x48a8bc(0x17a)][_0x48a8bc(0x17b)](_0x48a8bc(0x151)),_0x309b5f=this[_0x48a8bc(0x18c)][_0x48a8bc(0x17a)][_0x48a8bc(0x17b)](_0x48a8bc(0x14d)),_0x366b43=this[_0x48a8bc(0x18c)][_0x48a8bc(0x17a)][_0x48a8bc(0x17b)](_0x538351)[_0x48a8bc(0x155)]();function _0x7be6ce({showActiveMarker:_0x31919c=!0x0,setDataAttribute:_0x316dab=!0x0}={}){return(_0x1ebfd4,_0x4dbc63,_0x43cba4)=>{const _0x21d67f=_0x1042,{type:_0x5d31ff,id:_0x5b7d69}=_0x2ab762[_0x21d67f(0x180)](_0x4dbc63[_0x21d67f(0x188)]),_0x15662a=_0x2ab762[_0x21d67f(0x171)](_0x5b7d69),_0x26cce0=_0x15662a[_0x21d67f(0x18d)];if(_0x21d67f(0x157)!=_0x15662a[_0x21d67f(0x168)]||!_0x26cce0||_0x21d67f(0x164)!=_0x26cce0[_0x21d67f(0x19d)])return;if(_0x4dbc63[_0x21d67f(0x18e)])return void _0x1ebfd4[_0x21d67f(0x162)]();if(!_0x43cba4[_0x21d67f(0x165)][_0x21d67f(0x154)](_0x4dbc63[_0x21d67f(0x14c)],_0x1ebfd4[_0x21d67f(0x156)]))return;const _0x52714d=_0x4dbc63[_0x21d67f(0x14c)][_0x21d67f(0x17d)][_0x21d67f(0x16d)],_0x28f907=_0x4dbc63[_0x21d67f(0x14c)][_0x21d67f(0x152)][_0x21d67f(0x15a)],_0x361c26=_0x52714d[_0x21d67f(0x16c)][_0x21d67f(0x16c)],{column:_0x5a56b3}=_0x309b5f[_0x21d67f(0x16f)](_0x52714d),{column:_0x3e5b45}=_0x309b5f[_0x21d67f(0x16f)](_0x28f907);for(let _0x4f920b=_0x5a56b3;_0x4f920b<=_0x3e5b45;_0x4f920b++){const _0x3ce932=_0x309b5f[_0x21d67f(0x17f)](_0x361c26,{'column':_0x4f920b,'includeAllSlots':!0x1});for(const _0x1ea331 of _0x3ce932){const _0x46ed97=_0x1ea331[_0x21d67f(0x15f)],_0x214d53=_0x43cba4[_0x21d67f(0x14e)][_0x21d67f(0x174)](_0x46ed97);_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x15c)](_0x21d67f(0x15d)+_0x5d31ff,_0x214d53),_0x316dab&&_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x198)](_0x21d67f(0x166),_0x5b7d69,_0x214d53),_0x43cba4[_0x21d67f(0x14e)][_0x21d67f(0x19f)](_0x214d53,_0x4dbc63[_0x21d67f(0x188)]),_0x31919c&&(_0x2ab762[_0x21d67f(0x170)][_0x21d67f(0x177)](_0x4dbc63[_0x21d67f(0x188)])?_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x15c)](_0x21d67f(0x18b),_0x214d53):_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x158)](_0x21d67f(0x18b),_0x214d53));}}};}_0x2ab762[_0x48a8bc(0x161)][_0x48a8bc(0x150)](_0x48a8bc(0x157),_0x48a8bc(0x185),_0x48a8bc(0x17c),_0x366b43),_0x2ab762[_0x48a8bc(0x161)][_0x48a8bc(0x150)](_0x48a8bc(0x157),_0x48a8bc(0x164),_0x48a8bc(0x17c),_0x366b43),this[_0x48a8bc(0x18c)][_0x48a8bc(0x179)][_0x48a8bc(0x17e)]['on'](_0x48a8bc(0x187),_0x7be6ce(),{'priority':_0x48a8bc(0x16a)}),this[_0x48a8bc(0x18c)][_0x48a8bc(0x18d)][_0x48a8bc(0x17e)]['on'](_0x48a8bc(0x187),(_0x27f1ee,_0x1cb821,_0x5df41a)=>{const _0x383afa=_0x48a8bc;_0x5df41a[_0x383afa(0x15e)][_0x383afa(0x160)]&&_0x7be6ce({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x27f1ee,_0x1cb821,_0x5df41a);},{'priority':_0x48a8bc(0x16a)}),this[_0x48a8bc(0x18c)][_0x48a8bc(0x179)][_0x48a8bc(0x17e)]['on'](_0x48a8bc(0x192),(_0x23000f,_0xf9eb02,_0x159c70)=>{const _0x2be886=_0x48a8bc,{type:_0x3ab40d,id:_0x2fa843}=_0x2ab762[_0x2be886(0x180)](_0xf9eb02[_0x2be886(0x188)]),_0x45ee6f=_0x2ab762[_0x2be886(0x171)](_0x2fa843),_0x15b1e6=_0x45ee6f[_0x2be886(0x18d)];if(_0x2be886(0x157)!=_0x45ee6f[_0x2be886(0x168)]||!_0x15b1e6||_0x2be886(0x164)!=_0x15b1e6[_0x2be886(0x19d)])return;const _0x3ae818=_0x159c70[_0x2be886(0x14e)][_0x2be886(0x16b)](_0xf9eb02[_0x2be886(0x188)]);if(_0x3ae818){for(const _0x35c2e7 of _0x3ae818)_0x159c70[_0x2be886(0x19c)][_0x2be886(0x158)](_0x2be886(0x15d)+_0x3ab40d,_0x35c2e7),_0x159c70[_0x2be886(0x19c)][_0x2be886(0x158)](_0x2be886(0x18b),_0x35c2e7),_0x159c70[_0x2be886(0x19c)][_0x2be886(0x186)](_0x2be886(0x166),_0x35c2e7),_0x159c70[_0x2be886(0x14e)][_0x2be886(0x167)](_0x35c2e7,_0xf9eb02[_0x2be886(0x188)]);}},{'priority':_0x48a8bc(0x16a)}),this[_0x48a8bc(0x14f)]();}[_0x46671a(0x14f)](){const _0x27f1ef=_0x46671a,_0x10fb63=this[_0x27f1ef(0x18c)],_0x49d5e4=_0x10fb63[_0x27f1ef(0x182)];function _0x2744e6(_0x23236a){const _0x29cf54=_0x27f1ef;return{'type':_0x29cf54(0x163),'content':_0xe19997(_0x49d5e4,_0x29cf54(0x196),_0x23236a)};}_0x10fb63[_0x27f1ef(0x17a)][_0x27f1ef(0x17b)](_0x27f1ef(0x151))[_0x27f1ef(0x19e)][_0x27f1ef(0x159)](_0x5594f0=>{const _0x489d5a=_0x27f1ef;if(_0x489d5a(0x157)!=_0x5594f0[_0x489d5a(0x168)])return;const {data:_0x58df8e}=_0x5594f0;if(_0x58df8e){if(_0x489d5a(0x185)==_0x58df8e[_0x489d5a(0x19d)]){const _0x4411b3=_0x58df8e[_0x489d5a(0x193)][0x0][_0x489d5a(0x184)];return _0x2744e6(_0xe19997(_0x49d5e4,_0x4411b3?_0x489d5a(0x19a):_0x489d5a(0x15b)));}if(_0x489d5a(0x164)==_0x58df8e[_0x489d5a(0x19d)]){const _0xbe5946=_0x58df8e[_0x489d5a(0x193)][0x0][_0x489d5a(0x184)];return _0x2744e6(_0xe19997(_0x49d5e4,_0xbe5946?_0x489d5a(0x176):_0x489d5a(0x173)));}}});}}
23
+ const _0x263be6=_0x24b1;(function(_0x9599e0,_0xb5cc68){const _0xcfaf2=_0x24b1,_0x2b1dcf=_0x9599e0();while(!![]){try{const _0x643e5c=-parseInt(_0xcfaf2(0x179))/0x1*(-parseInt(_0xcfaf2(0x15e))/0x2)+parseInt(_0xcfaf2(0x12e))/0x3+-parseInt(_0xcfaf2(0x175))/0x4+-parseInt(_0xcfaf2(0x13f))/0x5*(-parseInt(_0xcfaf2(0x13e))/0x6)+parseInt(_0xcfaf2(0x135))/0x7*(-parseInt(_0xcfaf2(0x143))/0x8)+-parseInt(_0xcfaf2(0x139))/0x9*(parseInt(_0xcfaf2(0x177))/0xa)+parseInt(_0xcfaf2(0x171))/0xb*(parseInt(_0xcfaf2(0x152))/0xc);if(_0x643e5c===_0xb5cc68)break;else _0x2b1dcf['push'](_0x2b1dcf['shift']());}catch(_0x35b2e1){_0x2b1dcf['push'](_0x2b1dcf['shift']());}}}(_0x5430,0x2c035));import{Plugin as _0x36f32c}from'ckeditor5/src/core.js';function _0x24b1(_0x156021,_0x4fc67b){const _0x543008=_0x5430();return _0x24b1=function(_0x24b1ff,_0x5310ab){_0x24b1ff=_0x24b1ff-0x125;let _0x5e6c59=_0x543008[_0x24b1ff];return _0x5e6c59;},_0x24b1(_0x156021,_0x4fc67b);}import _0x133e13 from'./table.js';import{getTranslation as _0x2dc4e3}from'../utils/common-translations.js';export default class At extends _0x36f32c{static get[_0x263be6(0x129)](){return[_0x133e13];}[_0x263be6(0x13d)](){const _0x3aee53=_0x263be6,_0x3f0ff2=this[_0x3aee53(0x15f)];if(!_0x3f0ff2[_0x3aee53(0x128)][_0x3aee53(0x14d)](_0x3aee53(0x14f)))return;const _0x2522fe=_0x3f0ff2[_0x3aee53(0x16a)],_0x1188d3=_0x3f0ff2[_0x3aee53(0x128)][_0x3aee53(0x12a)](_0x3aee53(0x158));_0x1188d3[_0x3aee53(0x161)](_0x3aee53(0x153),[],[_0x3aee53(0x147)]),_0x1188d3[_0x3aee53(0x161)](_0x3aee53(0x144),[],[_0x3aee53(0x172)]),_0x1188d3[_0x3aee53(0x149)][_0x3aee53(0x154)](_0x3aee53(0x147),_0x2dc4e3(_0x2522fe,_0x3aee53(0x159))),_0x1188d3[_0x3aee53(0x149)][_0x3aee53(0x154)](_0x3aee53(0x172),_0x2dc4e3(_0x2522fe,_0x3aee53(0x12b))),this[_0x3aee53(0x145)]();}[_0x263be6(0x145)](){const _0x31760c=_0x263be6,_0x49bf76=this[_0x31760c(0x15f)][_0x31760c(0x128)][_0x31760c(0x12a)](_0x31760c(0x158)),_0x2f7fde=this[_0x31760c(0x15f)][_0x31760c(0x128)][_0x31760c(0x12a)](_0x31760c(0x138)),_0xc61b34=this[_0x31760c(0x15f)][_0x31760c(0x128)][_0x31760c(0x12a)](_0x133e13)[_0x31760c(0x166)]();function _0x1bd7f3({showActiveMarker:_0x3ddcf0=!0x0,setDataAttribute:_0x4cf07d=!0x0}={}){return(_0x3ff7ef,_0x5afb1a,_0x47d9a6)=>{const _0x169c8d=_0x24b1,{type:_0x56f209,id:_0x2c6aa6}=_0x49bf76[_0x169c8d(0x141)](_0x5afb1a[_0x169c8d(0x155)]),_0x5e8196=_0x49bf76[_0x169c8d(0x170)](_0x2c6aa6),_0x40208=_0x5e8196[_0x169c8d(0x130)];if(_0x169c8d(0x127)!=_0x5e8196[_0x169c8d(0x14b)]||!_0x40208||_0x169c8d(0x144)!=_0x40208[_0x169c8d(0x169)])return;if(_0x5afb1a[_0x169c8d(0x164)])return void _0x3ff7ef[_0x169c8d(0x13b)]();if(!_0x47d9a6[_0x169c8d(0x163)][_0x169c8d(0x16f)](_0x5afb1a[_0x169c8d(0x156)],_0x3ff7ef[_0x169c8d(0x142)]))return;const _0x4b9c8a=_0x5afb1a[_0x169c8d(0x156)][_0x169c8d(0x150)][_0x169c8d(0x160)],_0x2717c0=_0x5afb1a[_0x169c8d(0x156)][_0x169c8d(0x176)][_0x169c8d(0x16e)],_0x228f81=_0x4b9c8a[_0x169c8d(0x132)][_0x169c8d(0x132)],{column:_0x5a3d23}=_0x2f7fde[_0x169c8d(0x12f)](_0x4b9c8a),{column:_0x5958b5}=_0x2f7fde[_0x169c8d(0x12f)](_0x2717c0);for(let _0x486d50=_0x5a3d23;_0x486d50<=_0x5958b5;_0x486d50++){const _0x20cf06=_0x2f7fde[_0x169c8d(0x125)](_0x228f81,{'column':_0x486d50,'includeAllSlots':!0x1});for(const _0x52750c of _0x20cf06){const _0x51325e=_0x52750c[_0x169c8d(0x178)],_0x443db7=_0x47d9a6[_0x169c8d(0x134)][_0x169c8d(0x15b)](_0x51325e);_0x47d9a6[_0x169c8d(0x137)][_0x169c8d(0x140)](_0x169c8d(0x13c)+_0x56f209,_0x443db7),_0x4cf07d&&_0x47d9a6[_0x169c8d(0x137)][_0x169c8d(0x13a)](_0x169c8d(0x12d),_0x2c6aa6,_0x443db7),_0x47d9a6[_0x169c8d(0x134)][_0x169c8d(0x133)](_0x443db7,_0x5afb1a[_0x169c8d(0x155)]),_0x3ddcf0&&(_0x49bf76[_0x169c8d(0x15d)][_0x169c8d(0x146)](_0x5afb1a[_0x169c8d(0x155)])?_0x47d9a6[_0x169c8d(0x137)][_0x169c8d(0x140)](_0x169c8d(0x165),_0x443db7):_0x47d9a6[_0x169c8d(0x137)][_0x169c8d(0x16b)](_0x169c8d(0x165),_0x443db7));}}};}_0x49bf76[_0x31760c(0x168)][_0x31760c(0x151)](_0x31760c(0x127),_0x31760c(0x153),_0x31760c(0x148),_0xc61b34),_0x49bf76[_0x31760c(0x168)][_0x31760c(0x151)](_0x31760c(0x127),_0x31760c(0x144),_0x31760c(0x148),_0xc61b34),this[_0x31760c(0x15f)][_0x31760c(0x16d)][_0x31760c(0x174)]['on'](_0x31760c(0x14e),_0x1bd7f3(),{'priority':_0x31760c(0x15a)}),this[_0x31760c(0x15f)][_0x31760c(0x130)][_0x31760c(0x174)]['on'](_0x31760c(0x14e),(_0x5147ac,_0x22db97,_0x2ca23e)=>{const _0x29602f=_0x31760c;_0x2ca23e[_0x29602f(0x173)][_0x29602f(0x15c)]&&_0x1bd7f3({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x5147ac,_0x22db97,_0x2ca23e);},{'priority':_0x31760c(0x15a)}),this[_0x31760c(0x15f)][_0x31760c(0x16d)][_0x31760c(0x174)]['on'](_0x31760c(0x136),(_0x246d8a,_0x35e45f,_0x54f2c7)=>{const _0x11d344=_0x31760c,{type:_0x5925cb,id:_0x374957}=_0x49bf76[_0x11d344(0x141)](_0x35e45f[_0x11d344(0x155)]),_0x460411=_0x49bf76[_0x11d344(0x170)](_0x374957),_0x2f6ccd=_0x460411[_0x11d344(0x130)];if(_0x11d344(0x127)!=_0x460411[_0x11d344(0x14b)]||!_0x2f6ccd||_0x11d344(0x144)!=_0x2f6ccd[_0x11d344(0x169)])return;const _0x3f89a1=_0x54f2c7[_0x11d344(0x134)][_0x11d344(0x131)](_0x35e45f[_0x11d344(0x155)]);if(_0x3f89a1){for(const _0x47e0f9 of _0x3f89a1)_0x54f2c7[_0x11d344(0x137)][_0x11d344(0x16b)](_0x11d344(0x13c)+_0x5925cb,_0x47e0f9),_0x54f2c7[_0x11d344(0x137)][_0x11d344(0x16b)](_0x11d344(0x165),_0x47e0f9),_0x54f2c7[_0x11d344(0x137)][_0x11d344(0x157)](_0x11d344(0x12d),_0x47e0f9),_0x54f2c7[_0x11d344(0x134)][_0x11d344(0x162)](_0x47e0f9,_0x35e45f[_0x11d344(0x155)]);}},{'priority':_0x31760c(0x15a)}),this[_0x31760c(0x167)]();}[_0x263be6(0x167)](){const _0x29a57a=_0x263be6,_0xe4162d=this[_0x29a57a(0x15f)],_0x331c72=_0xe4162d[_0x29a57a(0x16a)];function _0x483a78(_0x2f0534){const _0x15c235=_0x29a57a;return{'type':_0x15c235(0x16c),'content':_0x2dc4e3(_0x331c72,_0x15c235(0x14a),_0x2f0534)};}_0xe4162d[_0x29a57a(0x128)][_0x29a57a(0x12a)](_0x29a57a(0x158))[_0x29a57a(0x149)][_0x29a57a(0x17a)](_0x12d827=>{const _0x4bd7ed=_0x29a57a;if(_0x4bd7ed(0x127)!=_0x12d827[_0x4bd7ed(0x14b)])return;const {data:_0x27edef}=_0x12d827;if(_0x27edef){if(_0x4bd7ed(0x153)==_0x27edef[_0x4bd7ed(0x169)]){const _0x1acec1=_0x27edef[_0x4bd7ed(0x12c)][0x0][_0x4bd7ed(0x126)];return _0x483a78(_0x2dc4e3(_0x331c72,_0x1acec1?_0x4bd7ed(0x159):_0x4bd7ed(0x17b)));}if(_0x4bd7ed(0x144)==_0x27edef[_0x4bd7ed(0x169)]){const _0x24b52d=_0x27edef[_0x4bd7ed(0x12c)][0x0][_0x4bd7ed(0x126)];return _0x483a78(_0x2dc4e3(_0x331c72,_0x24b52d?_0x4bd7ed(0x12b):_0x4bd7ed(0x14c)));}}});}}function _0x5430(){const _0x2e38ed=['nodeAfter','_enableDefaultAttributesIntegration','unbindElementFromMarkerName','consumable','item','ck-suggestion-marker--active','_acceptFormatSuggestionCallbackFactory','_registerLegacyDescription','_suggestionFactory','commandName','locale','removeClass','format','editing','nodeBefore','consume','getSuggestion','11eCxPKd','headingColumns','options','downcastDispatcher','199352ByTdNo','end','220nQgZzB','cell','5825EmJfrI','registerDescriptionCallback','FORMAT_REGULAR_ROW','createTableWalker','forceValue','formatBlock','plugins','requires','get','FORMAT_HEADER_COLUMN','commandParams','data-suggestion','310509CBRXnG','getCellLocation','data','markerNameToElements','parent','bindElementToMarker','mapper','1475887UjjYbg','removeMarker:suggestion','writer','TableUtils','139626rGsFCd','setAttribute','stop','ck-suggestion-marker-','afterInit','12gTecwC','190105fUHeHu','addClass','_splitMarkerName','name','8BkTkmY','setTableColumnHeader','_handleLegacySuggestions','includes','headingRows','accept','_descriptionFactory','*Format:*\x20%0','type','FORMAT_REGULAR_COLUMN','has','addMarker:suggestion','TableEditing','start','registerCustomCallback','6883128Xdzxwu','setTableRowHeader','registerAttributeLabel','markerName','markerRange','removeAttribute','TrackChangesEditing','FORMAT_HEADER_ROW','highest','toViewElement','showSuggestionHighlights','activeMarkers','10MjRSaM','editor'];_0x5430=function(){return _0x2e38ed;};return _0x5430();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5778ec=_0x17cf;(function(_0x3336c8,_0x177ea3){const _0x1f7122=_0x17cf,_0x5d5af0=_0x3336c8();while(!![]){try{const _0x34bede=-parseInt(_0x1f7122(0xe8))/0x1+parseInt(_0x1f7122(0xcc))/0x2*(parseInt(_0x1f7122(0x94))/0x3)+-parseInt(_0x1f7122(0xb7))/0x4+parseInt(_0x1f7122(0xb2))/0x5+-parseInt(_0x1f7122(0xa6))/0x6+-parseInt(_0x1f7122(0xb5))/0x7+-parseInt(_0x1f7122(0x9c))/0x8*(-parseInt(_0x1f7122(0xed))/0x9);if(_0x34bede===_0x177ea3)break;else _0x5d5af0['push'](_0x5d5af0['shift']());}catch(_0x1850a8){_0x5d5af0['push'](_0x5d5af0['shift']());}}}(_0x31c3,0x4bb2e));import{Plugin as _0x47c4f2}from'ckeditor5/src/core.js';import _0x1064fc from'./table.js';function _0x17cf(_0x43ecc7,_0x4fdc6){const _0x31c336=_0x31c3();return _0x17cf=function(_0x17cfa2,_0x1eb836){_0x17cfa2=_0x17cfa2-0x90;let _0x23504a=_0x31c336[_0x17cfa2];return _0x23504a;},_0x17cf(_0x43ecc7,_0x4fdc6);}import{LiveRange as _0x3325ae}from'ckeditor5/src/engine.js';function _0x31c3(){const _0x24dff7=['root','TableUtils','tableCell','value','rootName','getFirstPosition','length','deletion','set:isEnabled','mergeTableCells','change','containsRange','format','getAncestors','461538HRQhdi','getCellLocation','locale','has','editor','1791tnOkYZ','subType','horizontally','plugins','_suggestionFactory','registerCustomCallback','filter','$graveyard','isEnabled','1311852DnCFGt','push','model','from','selection','document','author','mergeTableCellDown','51448ItLYTe','_areSelectedCellsMergable','add','element','commands','map','mergeTableCellRight','createRangeOn','*Split\x20cell:*\x20horizontally','detach','2756940BFvnEe','_descriptionFactory','isInContent','size','setSelection','TableEditing','registerDescriptionCallback','getSelectionAffectedTableCells','_tablePostFixingSubtypes','mergeTableCellLeft','createTableWalker','formatBlock','1120015KkrCpy','find','refresh','2313542qIGSxe','stop','1517840nJuywp','formatInline','accept','getSuggestions','forceDefaultExecution','trackChanges','insertion','markMultiRangeBlockFormat','get','_acceptFormatSuggestionCallbackFactory','execute','_isForcedDefaultExecutionBlock','highest','splitTableCellVertically','*Split\x20cell:*\x20vertically','TrackChangesEditing','commandName','return','_areMergableCells','markBlockFormat','direction','2BUbjgz','getRanges','mergeTableCellUp','splitTableCellHorizontally','low','findAncestor','table','*Merge\x20cells*','requires','cell','afterInit','type','enableCommand','fromRange'];_0x31c3=function(){return _0x24dff7;};return _0x31c3();}import{getTranslation as _0x1242ac}from'../utils/common-translations.js';export default class St extends _0x47c4f2{static get[_0x5778ec(0xd4)](){return[_0x1064fc];}[_0x5778ec(0xd6)](){const _0x15c279=_0x5778ec,_0x986305=this[_0x15c279(0xec)],_0xdac3f0=_0x986305[_0x15c279(0x96)][_0x15c279(0x99)][_0x15c279(0x98)],_0x35b373=_0x986305[_0x15c279(0xea)];if(!_0x986305[_0x15c279(0xf0)][_0x15c279(0xeb)](_0x15c279(0xab)))return;const _0x4e28f2=_0x986305[_0x15c279(0xf0)][_0x15c279(0xbf)](_0x15c279(0xc6)),_0x3943ec=_0x986305[_0x15c279(0xf0)][_0x15c279(0xbf)](_0x15c279(0xdb)),_0x247895=_0x986305[_0x15c279(0xf0)][_0x15c279(0xbf)](_0x1064fc);_0x247895[_0x15c279(0xae)][_0x15c279(0x95)](_0x15c279(0xe3)),_0x4e28f2[_0x15c279(0xd8)](_0x15c279(0xe3),()=>{const _0x481ef0=_0x15c279,_0x255d71=_0x3943ec[_0x481ef0(0xad)](_0x986305[_0x481ef0(0x96)][_0x481ef0(0x99)][_0x481ef0(0x98)]);_0x986305[_0x481ef0(0x96)][_0x481ef0(0xe4)](()=>{const _0x512f50=_0x481ef0;_0x4e28f2[_0x512f50(0xbe)](_0x255d71,{'commandName':_0x512f50(0xe3),'commandParams':[]},[],_0x512f50(0xe3));});}),_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x15c279(0xe3))['on'](_0x15c279(0xc1),(_0x201379,_0x1e9883)=>{const _0x30d4ae=_0x15c279;_0x986305[_0x30d4ae(0xa0)][_0x30d4ae(0xbf)](_0x30d4ae(0xbc))[_0x30d4ae(0xdd)]&&(_0x1e9883[_0x30d4ae(0xe0)]>0x0&&_0x1e9883[_0x1e9883[_0x30d4ae(0xe0)]-0x1]&&_0x1e9883[_0x1e9883[_0x30d4ae(0xe0)]-0x1][_0x30d4ae(0xbb)]||_0x4e28f2[_0x30d4ae(0xc2)]||this[_0x30d4ae(0x9d)]()||_0x201379[_0x30d4ae(0xb6)]());},{'priority':_0x15c279(0xc3)});for(const _0x35bdb8 of[_0x15c279(0xce),_0x15c279(0xa2),_0x15c279(0x9b),_0x15c279(0xaf)]){const _0x2cda46=_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x35bdb8);_0x4e28f2[_0x15c279(0xd8)](_0x35bdb8,()=>{const _0x2ded55=_0x15c279,_0x189b20=_0x986305[_0x2ded55(0x96)][_0x2ded55(0x99)][_0x2ded55(0x98)][_0x2ded55(0xdf)]()[_0x2ded55(0xe7)]()[_0x2ded55(0xb3)](_0x439d75=>_0x439d75['is'](_0x2ded55(0x9f),_0x2ded55(0xdc))),_0x10ac21=_0x2cda46[_0x2ded55(0xdd)];_0x986305[_0x2ded55(0x96)][_0x2ded55(0xe4)](()=>{const _0x5db3c4=_0x2ded55;_0x4e28f2[_0x5db3c4(0xbe)]([_0x189b20,_0x10ac21],{'commandName':_0x5db3c4(0xe3),'commandParams':[]},[],_0x5db3c4(0xe3));});});}for(const _0x11fcdf of[_0x15c279(0xc4),_0x15c279(0xcf)]){const _0xa1917a=_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x11fcdf);_0x4e28f2[_0x15c279(0xd8)](_0x11fcdf,()=>{const _0x3fbfa8=_0x15c279,_0x321935=_0x3943ec[_0x3fbfa8(0xad)](_0x986305[_0x3fbfa8(0x96)][_0x3fbfa8(0x99)][_0x3fbfa8(0x98)])[0x0],_0x4cf785=_0x321935[_0x3fbfa8(0xd1)](_0x3fbfa8(0xd2)),{column:_0x39340d,row:_0x1815b9}=_0x3943ec[_0x3fbfa8(0xe9)](_0x321935);let _0x1cda17=[];if(_0x3fbfa8(0xef)==_0xa1917a[_0x3fbfa8(0xcb)]){const _0xbc3712=_0x3943ec[_0x3fbfa8(0xb0)](_0x4cf785,{'startRow':_0x1815b9,'endRow':_0x1815b9,'includeAllSlots':!0x0});_0x1cda17=Array[_0x3fbfa8(0x97)](_0xbc3712)[_0x3fbfa8(0xa1)](_0x3be40f=>_0x3be40f[_0x3fbfa8(0xd5)]);}else{const _0x2b8a1d=_0x3943ec[_0x3fbfa8(0xb0)](_0x4cf785,{'column':_0x39340d,'includeAllSlots':!0x0});_0x1cda17=Array[_0x3fbfa8(0x97)](_0x2b8a1d)[_0x3fbfa8(0xa1)](_0x301c13=>_0x301c13[_0x3fbfa8(0xd5)]);}_0x986305[_0x3fbfa8(0x96)][_0x3fbfa8(0xe4)](_0x25d33c=>{const _0xb36122=_0x3fbfa8;_0x4e28f2[_0xb36122(0xca)](_0x25d33c[_0xb36122(0xa3)](_0x321935),{'commandName':_0x11fcdf,'commandParams':[]},_0x1cda17,_0x11fcdf);});});}_0x4e28f2[_0x15c279(0xa7)][_0x15c279(0xac)](_0x4b5da5=>{const _0x1c1050=_0x15c279;if(_0x1c1050(0xb1)!=_0x4b5da5[_0x1c1050(0xd7)]&&_0x1c1050(0xb8)!=_0x4b5da5[_0x1c1050(0xd7)])return;const {data:_0x5506d4}=_0x4b5da5;return _0x5506d4&&_0x1c1050(0xe3)==_0x5506d4[_0x1c1050(0xc7)]?{'type':_0x1c1050(0xe6),'content':_0x1242ac(_0x35b373,_0x1c1050(0xd3))}:void 0x0;}),_0x4e28f2[_0x15c279(0xa7)][_0x15c279(0xac)](_0x5170a7=>{const _0x58d1f4=_0x15c279;if(_0x58d1f4(0xb1)!=_0x5170a7[_0x58d1f4(0xd7)]&&_0x58d1f4(0xb8)!=_0x5170a7[_0x58d1f4(0xd7)])return;const {data:_0x2b91d7}=_0x5170a7;return _0x2b91d7?_0x58d1f4(0xc4)==_0x2b91d7[_0x58d1f4(0xc7)]?{'type':_0x58d1f4(0xe6),'content':_0x1242ac(_0x35b373,_0x58d1f4(0xc5))}:_0x58d1f4(0xcf)==_0x2b91d7[_0x58d1f4(0xc7)]?{'type':_0x58d1f4(0xe6),'content':_0x1242ac(_0x35b373,_0x58d1f4(0xa4))}:void 0x0:void 0x0;});const _0x5c0fbe=_0x247895[_0x15c279(0xc0)]();for(const _0x10b703 of[_0x15c279(0xce),_0x15c279(0xa2),_0x15c279(0x9b),_0x15c279(0xaf)])_0x4e28f2[_0x15c279(0xf1)][_0x15c279(0x90)](_0x15c279(0xb1),_0x10b703,_0x15c279(0xb9),_0x5c0fbe);for(const _0x2101d5 of[_0x15c279(0xc4),_0x15c279(0xcf)])_0x4e28f2[_0x15c279(0xf1)][_0x15c279(0x90)](_0x15c279(0xb1),_0x2101d5,_0x15c279(0xb9),_0x5c0fbe);_0x4e28f2[_0x15c279(0xf1)][_0x15c279(0x90)](_0x15c279(0xb1),_0x15c279(0xe3),_0x15c279(0xb9),_0x439a64=>{const _0x3cb17b=_0x15c279;_0x986305[_0x3cb17b(0x96)][_0x3cb17b(0xe4)](_0xba4762=>{const _0x316627=_0x3cb17b,_0x2e20db=Array[_0x316627(0x97)](_0xdac3f0[_0x316627(0xcd)]())[_0x316627(0xa1)](_0x5a2987=>_0x3325ae[_0x316627(0xd9)](_0x5a2987));_0xba4762[_0x316627(0xaa)](_0x439a64),_0x986305[_0x316627(0xa0)][_0x316627(0xbf)](_0x316627(0xe3))[_0x316627(0xb4)](),_0x986305[_0x316627(0xc1)](_0x316627(0xe3),{'forceDefaultExecution':!0x0});const _0x2dc759=_0x2e20db[_0x316627(0x91)](_0x33cfa6=>_0x316627(0x92)!=_0x33cfa6[_0x316627(0xda)][_0x316627(0xde)]);_0x2dc759[_0x316627(0xe0)]>0x0&&_0xba4762[_0x316627(0xaa)](_0x2dc759);for(const _0x35bb6d of _0x2e20db)_0x35bb6d[_0x316627(0xa5)]();});});for(const _0x50d360 of[_0x15c279(0xce),_0x15c279(0x9b),_0x15c279(0xaf),_0x15c279(0xa2)]){const _0x3d2533=_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x50d360);_0x3d2533['on'](_0x15c279(0xe2),(_0x3f034f,_0x45c33b,_0x88c32e)=>{const _0x6b87db=_0x15c279;if(_0x88c32e){const _0x274842=_0x986305[_0x6b87db(0x96)][_0x6b87db(0x99)][_0x6b87db(0x98)][_0x6b87db(0xdf)]()[_0x6b87db(0xe7)]()[_0x6b87db(0xb3)](_0x785816=>_0x785816['is'](_0x6b87db(0x9f),_0x6b87db(0xdc)));this[_0x6b87db(0xc9)](_0x3d2533[_0x6b87db(0xdd)],_0x274842)||(_0x3f034f[_0x6b87db(0xc8)]=!0x1,_0x3f034f[_0x6b87db(0xb6)]());}},{'priority':_0x15c279(0xd0)});}}[_0x5778ec(0x9d)](){const _0x26bdcc=_0x5778ec,_0x13ebd8=this[_0x26bdcc(0xec)][_0x26bdcc(0xa0)][_0x26bdcc(0xbf)](_0x26bdcc(0xe3)),_0x324e36=this[_0x26bdcc(0xec)][_0x26bdcc(0xf0)][_0x26bdcc(0xbf)](_0x26bdcc(0xdb));if(!_0x13ebd8[_0x26bdcc(0x93)])return!0x1;const _0x5b0e6f=_0x324e36[_0x26bdcc(0xad)](this[_0x26bdcc(0xec)][_0x26bdcc(0x96)][_0x26bdcc(0x99)][_0x26bdcc(0x98)]);for(const _0xea107 of _0x5b0e6f)for(const _0x26805b of _0x5b0e6f)if(_0xea107!=_0x26805b&&!this[_0x26bdcc(0xc9)](_0xea107,_0x26805b))return!0x1;return!0x0;}[_0x5778ec(0xc9)](_0x12516e,_0x19c3f9){const _0x183cc0=_0x5778ec,_0x70611a=this[_0x183cc0(0xec)][_0x183cc0(0xf0)][_0x183cc0(0xbf)](_0x183cc0(0xc6)),_0x4687b2=this[_0x183cc0(0xec)][_0x183cc0(0x96)][_0x183cc0(0xa3)](_0x12516e),_0x26bb17=this[_0x183cc0(0xec)][_0x183cc0(0x96)][_0x183cc0(0xa3)](_0x19c3f9),_0x1150a3=new Set(),_0x4e10d9=new Set();for(const _0x2bc92d of _0x70611a[_0x183cc0(0xba)]())if((_0x183cc0(0xbd)==_0x2bc92d[_0x183cc0(0xd7)]||_0x183cc0(0xe1)==_0x2bc92d[_0x183cc0(0xd7)]||_0x183cc0(0xe3)==_0x2bc92d[_0x183cc0(0xee)])&&_0x2bc92d[_0x183cc0(0xa8)]){for(const _0x187fe4 of _0x2bc92d[_0x183cc0(0xcd)]())_0x187fe4[_0x183cc0(0xe5)](_0x4687b2,!0x0)&&_0x1150a3[_0x183cc0(0x9e)](_0x2bc92d[_0x183cc0(0xd7)]+':'+_0x2bc92d[_0x183cc0(0x9a)]['id']),_0x187fe4[_0x183cc0(0xe5)](_0x26bb17,!0x0)&&_0x4e10d9[_0x183cc0(0x9e)](_0x2bc92d[_0x183cc0(0xd7)]+':'+_0x2bc92d[_0x183cc0(0x9a)]['id']);}if(_0x1150a3[_0x183cc0(0xa9)]!=_0x4e10d9[_0x183cc0(0xa9)])return!0x1;for(const _0x436a92 of _0x1150a3)if(!_0x4e10d9[_0x183cc0(0xeb)](_0x436a92))return!0x1;return!0x0;}}
23
+ function _0x4e6e(_0x576b50,_0x5298da){const _0x317c3d=_0x317c();return _0x4e6e=function(_0x4e6ef3,_0x5ef2a8){_0x4e6ef3=_0x4e6ef3-0xfa;let _0xc93538=_0x317c3d[_0x4e6ef3];return _0xc93538;},_0x4e6e(_0x576b50,_0x5298da);}const _0x1034a8=_0x4e6e;function _0x317c(){const _0x4ad3e5=['commands','return','createTableWalker','model','formatBlock','registerCustomCallback','795PDCTlp','1329219tZEPaT','direction','filter','author','rootName','cell','map','3036NRsXTG','find','locale','deletion','highest','getSelectionAffectedTableCells','2859220HDbJqJ','mergeTableCellRight','plugins','root','insertion','length','_isForcedDefaultExecutionBlock','tableCell','registerDescriptionCallback','from','push','5753928EObEtv','getRanges','2280237frGLXd','getFirstPosition','table','*Split\x20cell:*\x20horizontally','splitTableCellVertically','format','containsRange','mergeTableCellDown','_suggestionFactory','_acceptFormatSuggestionCallbackFactory','markMultiRangeBlockFormat','_areMergableCells','low','*Merge\x20cells*','getCellLocation','subType','element','trackChanges','refresh','selection','stop','*Split\x20cell:*\x20vertically','forceDefaultExecution','$graveyard','setSelection','type','604743CMNMnB','_descriptionFactory','getAncestors','set:isEnabled','mergeTableCellUp','add','isEnabled','_areSelectedCellsMergable','fromRange','mergeTableCellLeft','TrackChangesEditing','findAncestor','accept','isInContent','document','formatInline','afterInit','has','detach','createRangeOn','requires','get','40ajLEMH','change','_tablePostFixingSubtypes','TableEditing','enableCommand','mergeTableCells','splitTableCellHorizontally','commandName','value','size','1296054xSjEHs','getSuggestions','TableUtils','horizontally','markBlockFormat','editor','execute'];_0x317c=function(){return _0x4ad3e5;};return _0x317c();}(function(_0x1b5d83,_0x50ea26){const _0x43051f=_0x4e6e,_0x53122e=_0x1b5d83();while(!![]){try{const _0x48c356=-parseInt(_0x43051f(0x128))/0x1+parseInt(_0x43051f(0x148))/0x2+parseInt(_0x43051f(0x10e))/0x3+-parseInt(_0x43051f(0xfb))/0x4*(parseInt(_0x43051f(0x155))/0x5)+parseInt(_0x43051f(0x10c))/0x6+-parseInt(_0x43051f(0x101))/0x7+-parseInt(_0x43051f(0x13e))/0x8*(parseInt(_0x43051f(0x156))/0x9);if(_0x48c356===_0x50ea26)break;else _0x53122e['push'](_0x53122e['shift']());}catch(_0x4fab68){_0x53122e['push'](_0x53122e['shift']());}}}(_0x317c,0x78ca3));import{Plugin as _0x5545d0}from'ckeditor5/src/core.js';import _0x49c971 from'./table.js';import{LiveRange as _0x5c54df}from'ckeditor5/src/engine.js';import{getTranslation as _0x1830df}from'../utils/common-translations.js';export default class St extends _0x5545d0{static get[_0x1034a8(0x13c)](){return[_0x49c971];}[_0x1034a8(0x138)](){const _0x18b5a8=_0x1034a8,_0x3969e7=this[_0x18b5a8(0x14d)],_0x5b1012=_0x3969e7[_0x18b5a8(0x152)][_0x18b5a8(0x136)][_0x18b5a8(0x121)],_0x406f9c=_0x3969e7[_0x18b5a8(0xfd)];if(!_0x3969e7[_0x18b5a8(0x103)][_0x18b5a8(0x139)](_0x18b5a8(0x141)))return;const _0x4071cb=_0x3969e7[_0x18b5a8(0x103)][_0x18b5a8(0x13d)](_0x18b5a8(0x132)),_0xbd341c=_0x3969e7[_0x18b5a8(0x103)][_0x18b5a8(0x13d)](_0x18b5a8(0x14a)),_0x556b5d=_0x3969e7[_0x18b5a8(0x103)][_0x18b5a8(0x13d)](_0x49c971);_0x556b5d[_0x18b5a8(0x140)][_0x18b5a8(0x10b)](_0x18b5a8(0x143)),_0x4071cb[_0x18b5a8(0x142)](_0x18b5a8(0x143),()=>{const _0x1f8011=_0x18b5a8,_0x281fc6=_0xbd341c[_0x1f8011(0x100)](_0x3969e7[_0x1f8011(0x152)][_0x1f8011(0x136)][_0x1f8011(0x121)]);_0x3969e7[_0x1f8011(0x152)][_0x1f8011(0x13f)](()=>{const _0x1e32d3=_0x1f8011;_0x4071cb[_0x1e32d3(0x118)](_0x281fc6,{'commandName':_0x1e32d3(0x143),'commandParams':[]},[],_0x1e32d3(0x143));});}),_0x3969e7[_0x18b5a8(0x14f)][_0x18b5a8(0x13d)](_0x18b5a8(0x143))['on'](_0x18b5a8(0x14e),(_0x829c57,_0x5cdeca)=>{const _0x54c99b=_0x18b5a8;_0x3969e7[_0x54c99b(0x14f)][_0x54c99b(0x13d)](_0x54c99b(0x11f))[_0x54c99b(0x146)]&&(_0x5cdeca[_0x54c99b(0x106)]>0x0&&_0x5cdeca[_0x5cdeca[_0x54c99b(0x106)]-0x1]&&_0x5cdeca[_0x5cdeca[_0x54c99b(0x106)]-0x1][_0x54c99b(0x124)]||_0x4071cb[_0x54c99b(0x107)]||this[_0x54c99b(0x12f)]()||_0x829c57[_0x54c99b(0x122)]());},{'priority':_0x18b5a8(0xff)});for(const _0x57d435 of[_0x18b5a8(0x12c),_0x18b5a8(0x102),_0x18b5a8(0x115),_0x18b5a8(0x131)]){const _0x2db59e=_0x3969e7[_0x18b5a8(0x14f)][_0x18b5a8(0x13d)](_0x57d435);_0x4071cb[_0x18b5a8(0x142)](_0x57d435,()=>{const _0x26acbd=_0x18b5a8,_0xedc34f=_0x3969e7[_0x26acbd(0x152)][_0x26acbd(0x136)][_0x26acbd(0x121)][_0x26acbd(0x10f)]()[_0x26acbd(0x12a)]()[_0x26acbd(0xfc)](_0x18184b=>_0x18184b['is'](_0x26acbd(0x11e),_0x26acbd(0x108))),_0x5098cd=_0x2db59e[_0x26acbd(0x146)];_0x3969e7[_0x26acbd(0x152)][_0x26acbd(0x13f)](()=>{const _0x300da2=_0x26acbd;_0x4071cb[_0x300da2(0x118)]([_0xedc34f,_0x5098cd],{'commandName':_0x300da2(0x143),'commandParams':[]},[],_0x300da2(0x143));});});}for(const _0x3f31cd of[_0x18b5a8(0x112),_0x18b5a8(0x144)]){const _0x255499=_0x3969e7[_0x18b5a8(0x14f)][_0x18b5a8(0x13d)](_0x3f31cd);_0x4071cb[_0x18b5a8(0x142)](_0x3f31cd,()=>{const _0x521963=_0x18b5a8,_0x267290=_0xbd341c[_0x521963(0x100)](_0x3969e7[_0x521963(0x152)][_0x521963(0x136)][_0x521963(0x121)])[0x0],_0xe68d06=_0x267290[_0x521963(0x133)](_0x521963(0x110)),{column:_0x5cf24c,row:_0x1596f1}=_0xbd341c[_0x521963(0x11c)](_0x267290);let _0x3d2a71=[];if(_0x521963(0x14b)==_0x255499[_0x521963(0x157)]){const _0x3f29fe=_0xbd341c[_0x521963(0x151)](_0xe68d06,{'startRow':_0x1596f1,'endRow':_0x1596f1,'includeAllSlots':!0x0});_0x3d2a71=Array[_0x521963(0x10a)](_0x3f29fe)[_0x521963(0xfa)](_0x5612af=>_0x5612af[_0x521963(0x15b)]);}else{const _0x1232d4=_0xbd341c[_0x521963(0x151)](_0xe68d06,{'column':_0x5cf24c,'includeAllSlots':!0x0});_0x3d2a71=Array[_0x521963(0x10a)](_0x1232d4)[_0x521963(0xfa)](_0xdf1b92=>_0xdf1b92[_0x521963(0x15b)]);}_0x3969e7[_0x521963(0x152)][_0x521963(0x13f)](_0x282c8a=>{const _0x148a70=_0x521963;_0x4071cb[_0x148a70(0x14c)](_0x282c8a[_0x148a70(0x13b)](_0x267290),{'commandName':_0x3f31cd,'commandParams':[]},_0x3d2a71,_0x3f31cd);});});}_0x4071cb[_0x18b5a8(0x129)][_0x18b5a8(0x109)](_0x50dd01=>{const _0x1f9f74=_0x18b5a8;if(_0x1f9f74(0x153)!=_0x50dd01[_0x1f9f74(0x127)]&&_0x1f9f74(0x137)!=_0x50dd01[_0x1f9f74(0x127)])return;const {data:_0x4a1ccc}=_0x50dd01;return _0x4a1ccc&&_0x1f9f74(0x143)==_0x4a1ccc[_0x1f9f74(0x145)]?{'type':_0x1f9f74(0x113),'content':_0x1830df(_0x406f9c,_0x1f9f74(0x11b))}:void 0x0;}),_0x4071cb[_0x18b5a8(0x129)][_0x18b5a8(0x109)](_0xcbdbf7=>{const _0x27d077=_0x18b5a8;if(_0x27d077(0x153)!=_0xcbdbf7[_0x27d077(0x127)]&&_0x27d077(0x137)!=_0xcbdbf7[_0x27d077(0x127)])return;const {data:_0xfcb402}=_0xcbdbf7;return _0xfcb402?_0x27d077(0x112)==_0xfcb402[_0x27d077(0x145)]?{'type':_0x27d077(0x113),'content':_0x1830df(_0x406f9c,_0x27d077(0x123))}:_0x27d077(0x144)==_0xfcb402[_0x27d077(0x145)]?{'type':_0x27d077(0x113),'content':_0x1830df(_0x406f9c,_0x27d077(0x111))}:void 0x0:void 0x0;});const _0x5bb065=_0x556b5d[_0x18b5a8(0x117)]();for(const _0x3a535e of[_0x18b5a8(0x12c),_0x18b5a8(0x102),_0x18b5a8(0x115),_0x18b5a8(0x131)])_0x4071cb[_0x18b5a8(0x116)][_0x18b5a8(0x154)](_0x18b5a8(0x153),_0x3a535e,_0x18b5a8(0x134),_0x5bb065);for(const _0x19893a of[_0x18b5a8(0x112),_0x18b5a8(0x144)])_0x4071cb[_0x18b5a8(0x116)][_0x18b5a8(0x154)](_0x18b5a8(0x153),_0x19893a,_0x18b5a8(0x134),_0x5bb065);_0x4071cb[_0x18b5a8(0x116)][_0x18b5a8(0x154)](_0x18b5a8(0x153),_0x18b5a8(0x143),_0x18b5a8(0x134),_0x58ca6e=>{const _0x5c3014=_0x18b5a8;_0x3969e7[_0x5c3014(0x152)][_0x5c3014(0x13f)](_0x349fe5=>{const _0x33adad=_0x5c3014,_0x5bf0db=Array[_0x33adad(0x10a)](_0x5b1012[_0x33adad(0x10d)]())[_0x33adad(0xfa)](_0x6b28f7=>_0x5c54df[_0x33adad(0x130)](_0x6b28f7));_0x349fe5[_0x33adad(0x126)](_0x58ca6e),_0x3969e7[_0x33adad(0x14f)][_0x33adad(0x13d)](_0x33adad(0x143))[_0x33adad(0x120)](),_0x3969e7[_0x33adad(0x14e)](_0x33adad(0x143),{'forceDefaultExecution':!0x0});const _0x3a55e8=_0x5bf0db[_0x33adad(0x158)](_0x3377ea=>_0x33adad(0x125)!=_0x3377ea[_0x33adad(0x104)][_0x33adad(0x15a)]);_0x3a55e8[_0x33adad(0x106)]>0x0&&_0x349fe5[_0x33adad(0x126)](_0x3a55e8);for(const _0x452661 of _0x5bf0db)_0x452661[_0x33adad(0x13a)]();});});for(const _0x2fa130 of[_0x18b5a8(0x12c),_0x18b5a8(0x115),_0x18b5a8(0x131),_0x18b5a8(0x102)]){const _0x525eb9=_0x3969e7[_0x18b5a8(0x14f)][_0x18b5a8(0x13d)](_0x2fa130);_0x525eb9['on'](_0x18b5a8(0x12b),(_0x1c514c,_0x1b2bc5,_0x3a6dbf)=>{const _0x94dd1f=_0x18b5a8;if(_0x3a6dbf){const _0x3f02f5=_0x3969e7[_0x94dd1f(0x152)][_0x94dd1f(0x136)][_0x94dd1f(0x121)][_0x94dd1f(0x10f)]()[_0x94dd1f(0x12a)]()[_0x94dd1f(0xfc)](_0x433ce5=>_0x433ce5['is'](_0x94dd1f(0x11e),_0x94dd1f(0x108)));this[_0x94dd1f(0x119)](_0x525eb9[_0x94dd1f(0x146)],_0x3f02f5)||(_0x1c514c[_0x94dd1f(0x150)]=!0x1,_0x1c514c[_0x94dd1f(0x122)]());}},{'priority':_0x18b5a8(0x11a)});}}[_0x1034a8(0x12f)](){const _0x373770=_0x1034a8,_0x1f97df=this[_0x373770(0x14d)][_0x373770(0x14f)][_0x373770(0x13d)](_0x373770(0x143)),_0x4bcc2f=this[_0x373770(0x14d)][_0x373770(0x103)][_0x373770(0x13d)](_0x373770(0x14a));if(!_0x1f97df[_0x373770(0x12e)])return!0x1;const _0x4a5cc1=_0x4bcc2f[_0x373770(0x100)](this[_0x373770(0x14d)][_0x373770(0x152)][_0x373770(0x136)][_0x373770(0x121)]);for(const _0xdea8f8 of _0x4a5cc1)for(const _0x2ff776 of _0x4a5cc1)if(_0xdea8f8!=_0x2ff776&&!this[_0x373770(0x119)](_0xdea8f8,_0x2ff776))return!0x1;return!0x0;}[_0x1034a8(0x119)](_0x245cf2,_0x55bf2a){const _0xa76a9b=_0x1034a8,_0x2cd15a=this[_0xa76a9b(0x14d)][_0xa76a9b(0x103)][_0xa76a9b(0x13d)](_0xa76a9b(0x132)),_0x32ae6b=this[_0xa76a9b(0x14d)][_0xa76a9b(0x152)][_0xa76a9b(0x13b)](_0x245cf2),_0x179368=this[_0xa76a9b(0x14d)][_0xa76a9b(0x152)][_0xa76a9b(0x13b)](_0x55bf2a),_0x14102b=new Set(),_0x27d59f=new Set();for(const _0x5ae050 of _0x2cd15a[_0xa76a9b(0x149)]())if((_0xa76a9b(0x105)==_0x5ae050[_0xa76a9b(0x127)]||_0xa76a9b(0xfe)==_0x5ae050[_0xa76a9b(0x127)]||_0xa76a9b(0x143)==_0x5ae050[_0xa76a9b(0x11d)])&&_0x5ae050[_0xa76a9b(0x135)]){for(const _0x30c96d of _0x5ae050[_0xa76a9b(0x10d)]())_0x30c96d[_0xa76a9b(0x114)](_0x32ae6b,!0x0)&&_0x14102b[_0xa76a9b(0x12d)](_0x5ae050[_0xa76a9b(0x127)]+':'+_0x5ae050[_0xa76a9b(0x159)]['id']),_0x30c96d[_0xa76a9b(0x114)](_0x179368,!0x0)&&_0x27d59f[_0xa76a9b(0x12d)](_0x5ae050[_0xa76a9b(0x127)]+':'+_0x5ae050[_0xa76a9b(0x159)]['id']);}if(_0x14102b[_0xa76a9b(0x147)]!=_0x27d59f[_0xa76a9b(0x147)])return!0x1;for(const _0x3c0dfd of _0x14102b)if(!_0x27d59f[_0xa76a9b(0x139)](_0x3c0dfd))return!0x1;return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x32ff(_0x124550,_0x1fe5d1){const _0x4f7744=_0x4f77();return _0x32ff=function(_0x32ff5b,_0xb5d6ab){_0x32ff5b=_0x32ff5b-0xb8;let _0x480d97=_0x4f7744[_0x32ff5b];return _0x480d97;},_0x32ff(_0x124550,_0x1fe5d1);}const _0x236bc1=_0x32ff;function _0x4f77(){const _0x37d0cd=['get','134SMlzXb','commands','73736kxlPlT','registerElementLabel','TrackChangesEditing','15476283heBjGf','insertTableOfContents','18242MfhFVu','enableCommand','44907GzKaGS','2262180olwQbK','afterInit','tableOfContents','152legSdk','938tDeMNt','_descriptionFactory','locale','20rZRiQT','plugins','ELEMENT_TABLE_OF_CONTENTS','10jiWsvH','19214712LEuGYH','editor','66540120vKCeCX'];_0x4f77=function(){return _0x37d0cd;};return _0x4f77();}(function(_0x315229,_0x61e94f){const _0x3cf5c5=_0x32ff,_0x588239=_0x315229();while(!![]){try{const _0x414eb0=parseInt(_0x3cf5c5(0xc7))/0x1*(-parseInt(_0x3cf5c5(0xc0))/0x2)+parseInt(_0x3cf5c5(0xc9))/0x3*(-parseInt(_0x3cf5c5(0xcd))/0x4)+parseInt(_0x3cf5c5(0xb8))/0x5*(-parseInt(_0x3cf5c5(0xca))/0x6)+-parseInt(_0x3cf5c5(0xce))/0x7*(parseInt(_0x3cf5c5(0xc2))/0x8)+-parseInt(_0x3cf5c5(0xc5))/0x9*(-parseInt(_0x3cf5c5(0xbb))/0xa)+-parseInt(_0x3cf5c5(0xbc))/0xb+parseInt(_0x3cf5c5(0xbe))/0xc;if(_0x414eb0===_0x61e94f)break;else _0x588239['push'](_0x588239['shift']());}catch(_0x2eab9c){_0x588239['push'](_0x588239['shift']());}}}(_0x4f77,0xf0213));import{Plugin as _0x2d3da1}from'ckeditor5/src/core.js';import{getTranslation as _0x5287c2}from'../utils/common-translations.js';export default class Ct extends _0x2d3da1{[_0x236bc1(0xcb)](){const _0x3e6df4=_0x236bc1,_0x10d484=this[_0x3e6df4(0xbd)];if(!_0x10d484[_0x3e6df4(0xc1)][_0x3e6df4(0xbf)](_0x3e6df4(0xc6)))return;_0x10d484[_0x3e6df4(0xb9)][_0x3e6df4(0xbf)](_0x3e6df4(0xc4))[_0x3e6df4(0xc8)](_0x3e6df4(0xc6));const _0x53dd85=_0x10d484[_0x3e6df4(0xb9)][_0x3e6df4(0xbf)](_0x3e6df4(0xc4)),_0x60ffae=_0x10d484[_0x3e6df4(0xd0)];_0x53dd85[_0x3e6df4(0xcf)][_0x3e6df4(0xc3)](_0x3e6df4(0xcc),_0x4b8f6d=>_0x5287c2(_0x60ffae,_0x3e6df4(0xba),_0x4b8f6d));}}
23
+ const _0x56f476=_0x121f;(function(_0x5f1caf,_0x419518){const _0x1a20ae=_0x121f,_0x2387c9=_0x5f1caf();while(!![]){try{const _0x167aaf=parseInt(_0x1a20ae(0x77))/0x1+-parseInt(_0x1a20ae(0x78))/0x2+parseInt(_0x1a20ae(0x7e))/0x3*(-parseInt(_0x1a20ae(0x7b))/0x4)+-parseInt(_0x1a20ae(0x80))/0x5*(-parseInt(_0x1a20ae(0x81))/0x6)+parseInt(_0x1a20ae(0x72))/0x7*(parseInt(_0x1a20ae(0x73))/0x8)+-parseInt(_0x1a20ae(0x70))/0x9+parseInt(_0x1a20ae(0x83))/0xa;if(_0x167aaf===_0x419518)break;else _0x2387c9['push'](_0x2387c9['shift']());}catch(_0x1e4df8){_0x2387c9['push'](_0x2387c9['shift']());}}}(_0x1daf,0xdc856));function _0x1daf(){const _0x21c216=['registerElementLabel','tableOfContents','5228024wSFMNG','enableCommand','editor','3xNHics','insertTableOfContents','1376275UFBEhb','6drjglG','get','31274460CzLLyd','afterInit','ELEMENT_TABLE_OF_CONTENTS','TrackChangesEditing','5426379xPJzGr','locale','1684193SVLUOX','8rpWxPB','_descriptionFactory','commands','plugins','437301cBRGVg','2534820CuBmVN'];_0x1daf=function(){return _0x21c216;};return _0x1daf();}function _0x121f(_0x3f5f0e,_0x649ff5){const _0x1daf7a=_0x1daf();return _0x121f=function(_0x121fc3,_0x5ac3de){_0x121fc3=_0x121fc3-0x6f;let _0x58da31=_0x1daf7a[_0x121fc3];return _0x58da31;},_0x121f(_0x3f5f0e,_0x649ff5);}import{Plugin as _0x2cf44b}from'ckeditor5/src/core.js';import{getTranslation as _0x493781}from'../utils/common-translations.js';export default class Ct extends _0x2cf44b{[_0x56f476(0x84)](){const _0x597234=_0x56f476,_0x3317fd=this[_0x597234(0x7d)];if(!_0x3317fd[_0x597234(0x75)][_0x597234(0x82)](_0x597234(0x7f)))return;_0x3317fd[_0x597234(0x76)][_0x597234(0x82)](_0x597234(0x6f))[_0x597234(0x7c)](_0x597234(0x7f));const _0x46147d=_0x3317fd[_0x597234(0x76)][_0x597234(0x82)](_0x597234(0x6f)),_0x1d784b=_0x3317fd[_0x597234(0x71)];_0x46147d[_0x597234(0x74)][_0x597234(0x79)](_0x597234(0x7a),_0x3d4214=>_0x493781(_0x1d784b,_0x597234(0x85),_0x3d4214));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a5703=_0xe20d;function _0x4b16(){const _0x283f2d=['getSuggestions','locale','formatBlock','TrackChangesTableProperties','selection','7997EYphVI','change','discard','36536ZqMRWe','commandParams','TableUtils','TrackChangesEditing','tableCellHeight','tableBorderColor','tableCellWidth','*Format:*\x20change\x20table\x20properties','18qqrFlS','tableCellProperties','getContainedElement','getAttribute','32pxERre','TableCellPropertiesEditing','model','tableWidth','_suggestionFactory','removeAttribute','tableBackgroundColor','tableCellVerticalAlignment','nodeAfter','tableCellHorizontalAlignment','382185MkwOYL','pluginName','registerDescriptionCallback','tableAlignment','_getSuggestion','findAncestor','markBlockFormat','get','document','enableCommand','9684YYnsja','getSuggestionCallback','has','tableCellBorderColor','getSelectionAffectedTableCells','tableHeight','5744XxnafA','subType','batch','1350360YlrOHT','tableCellPadding','tableBorderWidth','setAttribute','plugins','editor','222546kScWfi','data','63CXBqWH','_handlePropertyChange','_descriptionFactory','16tVEhkI','start','tableCellBorderWidth','3326680NThtyr','accept','format','tableCellBorderStyle','handleDiscardAction','enqueueChange','*Format:*\x20change\x20table\x20cell\x20properties','join','table','tableProperties','registerCustomCallback','TablePropertiesEditing','afterInit','tableBorderStyle','tableCellBackgroundColor','getFirstPosition','handleSuggestionDescription'];_0x4b16=function(){return _0x283f2d;};return _0x4b16();}(function(_0x30f1d1,_0x4c0671){const _0x293e36=_0xe20d,_0x5f8ae2=_0x30f1d1();while(!![]){try{const _0x2913d3=parseInt(_0x293e36(0x128))/0x1*(parseInt(_0x293e36(0x11a))/0x2)+-parseInt(_0x293e36(0xfc))/0x3*(-parseInt(_0x293e36(0xf4))/0x4)+-parseInt(_0x293e36(0x11d))/0x5+-parseInt(_0x293e36(0x123))/0x6*(parseInt(_0x293e36(0x125))/0x7)+-parseInt(_0x293e36(0x100))/0x8*(parseInt(_0x293e36(0x10a))/0x9)+parseInt(_0x293e36(0x12b))/0xa+-parseInt(_0x293e36(0xf1))/0xb*(-parseInt(_0x293e36(0x114))/0xc);if(_0x2913d3===_0x4c0671)break;else _0x5f8ae2['push'](_0x5f8ae2['shift']());}catch(_0x4980cc){_0x5f8ae2['push'](_0x5f8ae2['shift']());}}}(_0x4b16,0x3c25a));import{Plugin as _0x2feac2}from'ckeditor5/src/core.js';import{getTranslation as _0x2dec7d}from'../utils/common-translations.js';function _0xe20d(_0x1ec84b,_0x450cea){const _0x4b1641=_0x4b16();return _0xe20d=function(_0xe20df5,_0x1c26a1){_0xe20df5=_0xe20df5-0xe7;let _0x597931=_0x4b1641[_0xe20df5];return _0x597931;},_0xe20d(_0x1ec84b,_0x450cea);}export default class $t extends _0x2feac2{constructor(_0x3eaa15){const _0x3b4d3d=_0xe20d;super(_0x3eaa15),this[_0x3b4d3d(0x134)]=[_0x3b4d3d(0xf9),_0x3b4d3d(0xe8),_0x3b4d3d(0x11f),_0x3b4d3d(0x10d),_0x3b4d3d(0x103),_0x3b4d3d(0x119),_0x3b4d3d(0x106)],this[_0x3b4d3d(0xfd)]=[_0x3b4d3d(0x117),_0x3b4d3d(0x12e),_0x3b4d3d(0x12a),_0x3b4d3d(0x11e),_0x3b4d3d(0xfa),_0x3b4d3d(0xf8),_0x3b4d3d(0xe9),_0x3b4d3d(0x109),_0x3b4d3d(0x107)];}static get[_0x1a5703(0x10b)](){const _0x461d47=_0x1a5703;return _0x461d47(0xef);}[_0x1a5703(0xe7)](){const _0x12278f=_0x1a5703,_0x385018=this[_0x12278f(0x122)][_0x12278f(0x121)][_0x12278f(0x111)](_0x12278f(0xf7));if(this[_0x12278f(0x122)][_0x12278f(0x121)][_0x12278f(0x116)](_0x12278f(0x136))){for(const _0x21d72d of this[_0x12278f(0x134)])_0x385018[_0x12278f(0x113)](_0x21d72d,(_0x5ec35b,_0x2e5c91)=>{const _0x6b527e=_0x12278f,_0x320829=this[_0x6b527e(0x122)][_0x6b527e(0x102)][_0x6b527e(0x112)][_0x6b527e(0xf0)][_0x6b527e(0xea)]()[_0x6b527e(0x10f)](_0x6b527e(0x133));this[_0x6b527e(0x126)](_0x21d72d,[_0x320829],this[_0x6b527e(0x134)],_0x6b527e(0x134),_0x5ec35b,_0x2e5c91);});_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0x134),_0x12278f(0x12c),_0x385018[_0x12278f(0x104)][_0x12278f(0x115)](_0x12278f(0xee),null,_0x12278f(0xf3))),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0x134),_0x12278f(0xf3),(_0x3df9f5,_0x4203ee)=>this[_0x12278f(0x12f)](this[_0x12278f(0x134)],_0x3df9f5,_0x4203ee)),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0x134),_0x12278f(0x132),()=>!0x1);}if(this[_0x12278f(0x122)][_0x12278f(0x121)][_0x12278f(0x116)](_0x12278f(0x101))){for(const _0x46edac of this[_0x12278f(0xfd)])_0x385018[_0x12278f(0x113)](_0x46edac,(_0x8bf3d6,_0x1e2c8f)=>{const _0x37818c=_0x12278f,_0x51069e=this[_0x37818c(0x122)][_0x37818c(0x121)][_0x37818c(0x111)](_0x37818c(0xf6))[_0x37818c(0x118)](this[_0x37818c(0x122)][_0x37818c(0x102)][_0x37818c(0x112)][_0x37818c(0xf0)]);this[_0x37818c(0x126)](_0x46edac,_0x51069e,this[_0x37818c(0xfd)],_0x37818c(0xfd),_0x8bf3d6,_0x1e2c8f);});_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0xfd),_0x12278f(0x12c),_0x385018[_0x12278f(0x104)][_0x12278f(0x115)](_0x12278f(0xee),null,_0x12278f(0xf3))),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0xfd),_0x12278f(0xf3),(_0x58145c,_0x10798e)=>this[_0x12278f(0x12f)](this[_0x12278f(0xfd)],_0x58145c,_0x10798e)),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0xfd),_0x12278f(0x132),()=>!0x1);}_0x385018[_0x12278f(0x127)][_0x12278f(0x10c)](_0x1be45a=>this[_0x12278f(0xeb)](_0x1be45a));}[_0x1a5703(0x126)](_0xc7bac0,_0x23ccb4,_0x557a81,_0x325741,_0x583ff4,_0x273257){const _0x4a3727=_0x1a5703,_0x263274=this[_0x4a3727(0x122)][_0x4a3727(0x121)][_0x4a3727(0x111)](_0x4a3727(0xf7));this[_0x4a3727(0x122)][_0x4a3727(0x102)][_0x4a3727(0x130)](_0x273257[_0x4a3727(0x11c)],()=>{const _0x5663f7=_0x4a3727;for(const _0x55c968 of _0x23ccb4){if(this[_0x5663f7(0x10e)](_0x55c968,_0x325741))_0x583ff4(_0x273257);else{const _0x4d37fa={};for(const _0x301ffc of _0x557a81){const _0x52e8f2=_0x55c968[_0x5663f7(0xff)](_0x301ffc);void 0x0!==_0x52e8f2&&(_0x4d37fa[_0x301ffc]=_0x52e8f2);}_0x583ff4(_0x273257),_0x263274[_0x5663f7(0x110)](_0x55c968,{'commandParams':[_0x4d37fa]},[],_0x325741);}}});}[_0x1a5703(0x12f)](_0x96fe24,_0x1c97e4,_0x3286e5){const _0x37e20a=_0x1a5703,_0x4d1d17=_0x1c97e4[0x0][_0x37e20a(0x129)][_0x37e20a(0x108)],_0x2e0dc5=_0x3286e5[_0x37e20a(0xf5)][0x0];this[_0x37e20a(0x122)][_0x37e20a(0x102)][_0x37e20a(0xf2)](_0x5cc9c4=>{const _0x58c588=_0x37e20a;for(const _0x13d84a of _0x96fe24)void 0x0!==_0x2e0dc5[_0x13d84a]?_0x5cc9c4[_0x58c588(0x120)](_0x13d84a,_0x2e0dc5[_0x13d84a],_0x4d1d17):_0x5cc9c4[_0x58c588(0x105)](_0x13d84a,_0x4d1d17);});}[_0x1a5703(0xeb)](_0x4d3ab4){const _0x363dab=_0x1a5703;if(_0x4d3ab4[_0x363dab(0x124)])switch(_0x4d3ab4[_0x363dab(0x11b)]){case _0x363dab(0x134):return{'type':_0x363dab(0x12d),'content':_0x2dec7d(this[_0x363dab(0x122)][_0x363dab(0xed)],_0x363dab(0xfb))};case _0x363dab(0xfd):return{'type':_0x363dab(0x12d),'content':_0x2dec7d(this[_0x363dab(0x122)][_0x363dab(0xed)],_0x363dab(0x131))};}}[_0x1a5703(0x10e)](_0x2ebdb1,_0x736651){const _0x203a2f=_0x1a5703,_0x282e8c=this[_0x203a2f(0x122)][_0x203a2f(0x121)][_0x203a2f(0x111)](_0x203a2f(0xf7));for(const _0x3906b2 of _0x282e8c[_0x203a2f(0xec)]({'skipNotAttached':!0x0})){const _0x56c3ad=_0x3906b2[_0x203a2f(0xfe)]();if(_0x3906b2[_0x203a2f(0x11b)]===_0x736651&&_0x56c3ad===_0x2ebdb1)return _0x3906b2;}return null;}}
23
+ function _0x5a6f(){const _0x14fc6a=['TablePropertiesEditing','*Format:*\x20change\x20table\x20properties','editor','pluginName','get','tableCellWidth','change','getSuggestions','5563192gFaIZB','locale','44SoJNTG','format','getSelectionAffectedTableCells','tableProperties','14ushCQz','tableCellBorderStyle','TrackChangesEditing','tableWidth','tableCellBackgroundColor','3215526HcvffV','tableBorderWidth','document','tableCellHeight','tableCellProperties','5556UMeVMb','selection','_handlePropertyChange','getContainedElement','findAncestor','TableUtils','_getSuggestion','9pAavie','accept','981785AMQenG','tableCellPadding','enqueueChange','enableCommand','tableBorderStyle','join','handleSuggestionDescription','TableCellPropertiesEditing','model','_suggestionFactory','has','TrackChangesTableProperties','*Format:*\x20change\x20table\x20cell\x20properties','plugins','38508TaaMFG','tableCellHorizontalAlignment','handleDiscardAction','5533GqzwiK','markBlockFormat','subType','1147190SBlVWW','data','tableBackgroundColor','afterInit','table','registerDescriptionCallback','setAttribute','tableCellVerticalAlignment','_descriptionFactory','getSuggestionCallback','registerCustomCallback','tableCellBorderWidth','getFirstPosition','removeAttribute','commandParams','tableAlignment','834AVYsXM','formatBlock','tableBorderColor','tableHeight','tableCellBorderColor','batch','nodeAfter','start','2858yfzTok','getAttribute','discard'];_0x5a6f=function(){return _0x14fc6a;};return _0x5a6f();}const _0x419c70=_0x438c;(function(_0x57a405,_0x3a57a7){const _0x256b16=_0x438c,_0x25ba7a=_0x57a405();while(!![]){try{const _0x5e63d7=parseInt(_0x256b16(0x13e))/0x1*(parseInt(_0x256b16(0x136))/0x2)+parseInt(_0x256b16(0x120))/0x3*(-parseInt(_0x256b16(0x14b))/0x4)+-parseInt(_0x256b16(0x162))/0x5+-parseInt(_0x256b16(0x154))/0x6*(parseInt(_0x256b16(0x14f))/0x7)+parseInt(_0x256b16(0x149))/0x8*(parseInt(_0x256b16(0x160))/0x9)+-parseInt(_0x256b16(0x126))/0xa+parseInt(_0x256b16(0x123))/0xb*(parseInt(_0x256b16(0x159))/0xc);if(_0x5e63d7===_0x3a57a7)break;else _0x25ba7a['push'](_0x25ba7a['shift']());}catch(_0xd84e2d){_0x25ba7a['push'](_0x25ba7a['shift']());}}}(_0x5a6f,0x917f8));function _0x438c(_0x2625a9,_0x384303){const _0x5a6f7f=_0x5a6f();return _0x438c=function(_0x438c83,_0x5f5176){_0x438c83=_0x438c83-0x119;let _0x124fbb=_0x5a6f7f[_0x438c83];return _0x124fbb;},_0x438c(_0x2625a9,_0x384303);}import{Plugin as _0x5ccd65}from'ckeditor5/src/core.js';import{getTranslation as _0x14671c}from'../utils/common-translations.js';export default class $t extends _0x5ccd65{constructor(_0x551088){const _0x4d1170=_0x438c;super(_0x551088),this[_0x4d1170(0x14e)]=[_0x4d1170(0x138),_0x4d1170(0x166),_0x4d1170(0x155),_0x4d1170(0x135),_0x4d1170(0x152),_0x4d1170(0x139),_0x4d1170(0x128)],this[_0x4d1170(0x158)]=[_0x4d1170(0x13a),_0x4d1170(0x150),_0x4d1170(0x131),_0x4d1170(0x163),_0x4d1170(0x146),_0x4d1170(0x157),_0x4d1170(0x153),_0x4d1170(0x121),_0x4d1170(0x12d)];}static get[_0x419c70(0x144)](){const _0x25754d=_0x419c70;return _0x25754d(0x11d);}[_0x419c70(0x129)](){const _0x15a583=_0x419c70,_0x12f93c=this[_0x15a583(0x143)][_0x15a583(0x11f)][_0x15a583(0x145)](_0x15a583(0x151));if(this[_0x15a583(0x143)][_0x15a583(0x11f)][_0x15a583(0x11c)](_0x15a583(0x141))){for(const _0x20da11 of this[_0x15a583(0x14e)])_0x12f93c[_0x15a583(0x165)](_0x20da11,(_0x119896,_0x42b087)=>{const _0x38faab=_0x15a583,_0xfbca4a=this[_0x38faab(0x143)][_0x38faab(0x11a)][_0x38faab(0x156)][_0x38faab(0x15a)][_0x38faab(0x132)]()[_0x38faab(0x15d)](_0x38faab(0x12a));this[_0x38faab(0x15b)](_0x20da11,[_0xfbca4a],this[_0x38faab(0x14e)],_0x38faab(0x14e),_0x119896,_0x42b087);});_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x130)](_0x15a583(0x137),_0x15a583(0x14e),_0x15a583(0x161),_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x12f)](_0x15a583(0x137),null,_0x15a583(0x140))),_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x130)](_0x15a583(0x137),_0x15a583(0x14e),_0x15a583(0x140),(_0x13f1eb,_0x41e5c1)=>this[_0x15a583(0x122)](this[_0x15a583(0x14e)],_0x13f1eb,_0x41e5c1)),_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x130)](_0x15a583(0x137),_0x15a583(0x14e),_0x15a583(0x167),()=>!0x1);}if(this[_0x15a583(0x143)][_0x15a583(0x11f)][_0x15a583(0x11c)](_0x15a583(0x119))){for(const _0x308b8b of this[_0x15a583(0x158)])_0x12f93c[_0x15a583(0x165)](_0x308b8b,(_0x2c736c,_0x527e24)=>{const _0x2fe12e=_0x15a583,_0x288ead=this[_0x2fe12e(0x143)][_0x2fe12e(0x11f)][_0x2fe12e(0x145)](_0x2fe12e(0x15e))[_0x2fe12e(0x14d)](this[_0x2fe12e(0x143)][_0x2fe12e(0x11a)][_0x2fe12e(0x156)][_0x2fe12e(0x15a)]);this[_0x2fe12e(0x15b)](_0x308b8b,_0x288ead,this[_0x2fe12e(0x158)],_0x2fe12e(0x158),_0x2c736c,_0x527e24);});_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x130)](_0x15a583(0x137),_0x15a583(0x158),_0x15a583(0x161),_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x12f)](_0x15a583(0x137),null,_0x15a583(0x140))),_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x130)](_0x15a583(0x137),_0x15a583(0x158),_0x15a583(0x140),(_0x4a4b17,_0x367f98)=>this[_0x15a583(0x122)](this[_0x15a583(0x158)],_0x4a4b17,_0x367f98)),_0x12f93c[_0x15a583(0x11b)][_0x15a583(0x130)](_0x15a583(0x137),_0x15a583(0x158),_0x15a583(0x167),()=>!0x1);}_0x12f93c[_0x15a583(0x12e)][_0x15a583(0x12b)](_0x5a0d29=>this[_0x15a583(0x168)](_0x5a0d29));}[_0x419c70(0x15b)](_0x46278b,_0x5b2625,_0x257c5a,_0x217afb,_0x41e0a4,_0x4130c6){const _0x20f1d5=_0x419c70,_0x18614e=this[_0x20f1d5(0x143)][_0x20f1d5(0x11f)][_0x20f1d5(0x145)](_0x20f1d5(0x151));this[_0x20f1d5(0x143)][_0x20f1d5(0x11a)][_0x20f1d5(0x164)](_0x4130c6[_0x20f1d5(0x13b)],()=>{const _0xdf8545=_0x20f1d5;for(const _0x99a038 of _0x5b2625){if(this[_0xdf8545(0x15f)](_0x99a038,_0x217afb))_0x41e0a4(_0x4130c6);else{const _0x2723dc={};for(const _0x2a9194 of _0x257c5a){const _0x2f2230=_0x99a038[_0xdf8545(0x13f)](_0x2a9194);void 0x0!==_0x2f2230&&(_0x2723dc[_0x2a9194]=_0x2f2230);}_0x41e0a4(_0x4130c6),_0x18614e[_0xdf8545(0x124)](_0x99a038,{'commandParams':[_0x2723dc]},[],_0x217afb);}}});}[_0x419c70(0x122)](_0x52c949,_0x642996,_0x539a6d){const _0x510680=_0x419c70,_0x1ca2dc=_0x642996[0x0][_0x510680(0x13d)][_0x510680(0x13c)],_0x1588ee=_0x539a6d[_0x510680(0x134)][0x0];this[_0x510680(0x143)][_0x510680(0x11a)][_0x510680(0x147)](_0x508b1d=>{const _0x128b2a=_0x510680;for(const _0x4f2ada of _0x52c949)void 0x0!==_0x1588ee[_0x4f2ada]?_0x508b1d[_0x128b2a(0x12c)](_0x4f2ada,_0x1588ee[_0x4f2ada],_0x1ca2dc):_0x508b1d[_0x128b2a(0x133)](_0x4f2ada,_0x1ca2dc);});}[_0x419c70(0x168)](_0x398678){const _0x426875=_0x419c70;if(_0x398678[_0x426875(0x127)])switch(_0x398678[_0x426875(0x125)]){case _0x426875(0x14e):return{'type':_0x426875(0x14c),'content':_0x14671c(this[_0x426875(0x143)][_0x426875(0x14a)],_0x426875(0x142))};case _0x426875(0x158):return{'type':_0x426875(0x14c),'content':_0x14671c(this[_0x426875(0x143)][_0x426875(0x14a)],_0x426875(0x11e))};}}[_0x419c70(0x15f)](_0x17eb2f,_0x2e5b81){const _0x91a262=_0x419c70,_0x5e32b2=this[_0x91a262(0x143)][_0x91a262(0x11f)][_0x91a262(0x145)](_0x91a262(0x151));for(const _0x11c86b of _0x5e32b2[_0x91a262(0x148)]({'skipNotAttached':!0x0})){const _0x53fb30=_0x11c86b[_0x91a262(0x15c)]();if(_0x11c86b[_0x91a262(0x125)]===_0x2e5b81&&_0x53fb30===_0x17eb2f)return _0x11c86b;}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2794b3=_0x38bb;(function(_0x3be972,_0x3ee68f){const _0x38e92d=_0x38bb,_0x8d56de=_0x3be972();while(!![]){try{const _0x2aec0b=parseInt(_0x38e92d(0xef))/0x1*(parseInt(_0x38e92d(0xf3))/0x2)+parseInt(_0x38e92d(0xf4))/0x3+parseInt(_0x38e92d(0x102))/0x4*(parseInt(_0x38e92d(0xf8))/0x5)+-parseInt(_0x38e92d(0xfc))/0x6*(parseInt(_0x38e92d(0xfb))/0x7)+-parseInt(_0x38e92d(0xf0))/0x8*(parseInt(_0x38e92d(0x101))/0x9)+parseInt(_0x38e92d(0xf6))/0xa+-parseInt(_0x38e92d(0xf1))/0xb;if(_0x2aec0b===_0x3ee68f)break;else _0x8d56de['push'](_0x8d56de['shift']());}catch(_0xa4a61e){_0x8d56de['push'](_0x8d56de['shift']());}}}(_0x1db3,0x8789a));function _0x38bb(_0xf47a6d,_0x34b789){const _0x1db37b=_0x1db3();return _0x38bb=function(_0x38bbb6,_0x1a8485){_0x38bbb6=_0x38bbb6-0xef;let _0x694a48=_0x1db37b[_0x38bbb6];return _0x694a48;},_0x38bb(_0xf47a6d,_0x34b789);}function _0x1db3(){const _0x19cedd=['TrackChangesEditing','70415TUmtNF','enableCommand','has','5589682ZPzdMw','6dgMOmi','editor','get','insertTemplate','Template','5552613qHKbPg','312jEHdiK','50266QKqQuI','8MJBJfA','8641281GgQrlg','afterInit','22lCojOW','169533SnQnpM','plugins','10483050TTnWQJ'];_0x1db3=function(){return _0x19cedd;};return _0x1db3();}import{Plugin as _0x53d17d}from'ckeditor5/src/core.js';export default class _t extends _0x53d17d{[_0x2794b3(0xf2)](){const _0x18758a=_0x2794b3,_0x23d913=this[_0x18758a(0xfd)];_0x23d913[_0x18758a(0xf5)][_0x18758a(0xfa)](_0x18758a(0x100))&&_0x23d913[_0x18758a(0xf5)][_0x18758a(0xfe)](_0x18758a(0xf7))[_0x18758a(0xf9)](_0x18758a(0xff));}}
23
+ const _0x10ac3a=_0x1e3b;(function(_0x594cae,_0x17ac09){const _0x2413aa=_0x1e3b,_0x30c791=_0x594cae();while(!![]){try{const _0x44d8ba=parseInt(_0x2413aa(0x190))/0x1+-parseInt(_0x2413aa(0x19a))/0x2*(parseInt(_0x2413aa(0x18e))/0x3)+parseInt(_0x2413aa(0x195))/0x4*(parseInt(_0x2413aa(0x188))/0x5)+-parseInt(_0x2413aa(0x194))/0x6*(parseInt(_0x2413aa(0x18d))/0x7)+parseInt(_0x2413aa(0x19b))/0x8*(-parseInt(_0x2413aa(0x196))/0x9)+-parseInt(_0x2413aa(0x187))/0xa*(-parseInt(_0x2413aa(0x189))/0xb)+-parseInt(_0x2413aa(0x199))/0xc;if(_0x44d8ba===_0x17ac09)break;else _0x30c791['push'](_0x30c791['shift']());}catch(_0x4b1d0c){_0x30c791['push'](_0x30c791['shift']());}}}(_0x3121,0x34295));import{Plugin as _0x8dc42e}from'ckeditor5/src/core.js';function _0x1e3b(_0x2634ab,_0x196c78){const _0x3121df=_0x3121();return _0x1e3b=function(_0x1e3be8,_0x488e82){_0x1e3be8=_0x1e3be8-0x187;let _0x160efc=_0x3121df[_0x1e3be8];return _0x160efc;},_0x1e3b(_0x2634ab,_0x196c78);}export default class _t extends _0x8dc42e{[_0x10ac3a(0x198)](){const _0x45a7df=_0x10ac3a,_0x5686c9=this[_0x45a7df(0x191)];_0x5686c9[_0x45a7df(0x197)][_0x45a7df(0x192)](_0x45a7df(0x18a))&&_0x5686c9[_0x45a7df(0x197)][_0x45a7df(0x18b)](_0x45a7df(0x18c))[_0x45a7df(0x18f)](_0x45a7df(0x193));}}function _0x3121(){const _0x39252c=['editor','has','insertTemplate','78KffYlG','4rdYPIM','63ClpFjS','plugins','afterInit','3997368hfrqkx','102ZIjQsQ','226272HQJGTV','330hwPMtm','1697545joPUmg','57156RGfMED','Template','get','TrackChangesEditing','11690OxxSRY','4146VEaFOK','enableCommand','325970GTcUHd'];_0x3121=function(){return _0x39252c;};return _0x3121();}