@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240412.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 _0xca94b8=_0x116d;function _0x5945(){const _0x55f336=['TrackChangesEditing','document','start','nodeBefore','registerElementLabel','left','subType','markMultiRangeInsertion','insertTableRowAbove','enqueueChange','addMarker:suggestion','$textProxy','substr','insertTableRowBelow','_setupColumnsRowsFixing','suggestion','length','data','editor','20HKbFBR','MAX_SAFE_INTEGER','low','some','createRangeOn','execute','insertTable','has','isArray','includes','336571eKhfYA','markMultiRangeDeletion','MIN_SAFE_INTEGER','583HNAsNT','410225ULdtEn','highest','position','51310gdUKai','min','map','selectTableColumn','rootName','registerPostFixer','change:data','createTableWalker','createPositionAt','forceValue','TableUtils','ELEMENT_TABLE_COLUMN','_suggestionFactory','join','registerDescriptionCallback','isTouching','model','getFirstRange','selectTableRow','last','_splitMarkerName','_descriptionFactory','oldRange','toLowerCase','tableCell','_getSuggestionCoords','colspan','options','first','165441mvYvLQ','filter','rowspan','isEqual','getColumnIndexes','removeTableColumn','change','insert','startsWith','classes','setSelection','isIntersectingWithRange','differ','removeClass','*Insert:*\x20%0','values','name','refresh','locale','from','maxColumn','getChanges','get','tableRow','tableColumn','*Remove:*\x20%0','14toNoQg','getCellLocation','insertTableColumnLeft','_getCoordsForCells','add','insertTableColumnRight','every','insertion','detach','isInContent','cell','ELEMENT_TABLE_COLUMN_WITH_TEXT','toViewElement','selection','ELEMENT_TABLE_ROW_WITH_TEXT','mapper','createRangeIn','TableEditing','nodeAfter','deletion','item','span','getSelectionAffectedTableCells','element','38796ERMTKh','693TUtgIT','getSuggestion','_tablePostFixingSubtypes','type','91JFiozY','ELEMENT_TABLE_ROW','plugins','_acceptFormatSuggestionCallbackFactory','accept','enableCommand','discard','minRow','49208DthWSY','end','addClass','downcastDispatcher','ELEMENT_TABLE','2831934qqNyBO','above','getChildren','findAncestor','showSuggestionHighlights','maxRow','_tableSuggestions','order','fromRange','writer','batch','commands','hasAttribute','getRanges','root','getItems','$graveyard','getContainedElement','getRowIndexes','ELEMENT_TABLE_WITH_TEXT','getChangedMarkers','table','registerCustomCallback','tablePaste','getAttribute','minColumn','max','push','removeTableRow','addRange','afterInit'];_0x5945=function(){return _0x55f336;};return _0x5945();}function _0x116d(_0x396898,_0x3416de){const _0x5945cb=_0x5945();return _0x116d=function(_0x116d7a,_0x2a9902){_0x116d7a=_0x116d7a-0xba;let _0x2dd080=_0x5945cb[_0x116d7a];return _0x2dd080;},_0x116d(_0x396898,_0x3416de);}(function(_0x1702ba,_0x5d5ad0){const _0x21bc8c=_0x116d,_0x1cecab=_0x1702ba();while(!![]){try{const _0x50c3a4=parseInt(_0x21bc8c(0xfe))/0x1+parseInt(_0x21bc8c(0x13c))/0x2*(parseInt(_0x21bc8c(0x122))/0x3)+-parseInt(_0x21bc8c(0xf4))/0x4*(parseInt(_0x21bc8c(0x102))/0x5)+parseInt(_0x21bc8c(0xc2))/0x6+-parseInt(_0x21bc8c(0x159))/0x7*(-parseInt(_0x21bc8c(0xbd))/0x8)+-parseInt(_0x21bc8c(0x155))/0x9*(parseInt(_0x21bc8c(0x105))/0xa)+parseInt(_0x21bc8c(0x101))/0xb*(-parseInt(_0x21bc8c(0x154))/0xc);if(_0x50c3a4===_0x5d5ad0)break;else _0x1cecab['push'](_0x1cecab['shift']());}catch(_0x1ec8e2){_0x1cecab['push'](_0x1cecab['shift']());}}}(_0x5945,0x48ba3));import{Plugin as _0xe44637}from'ckeditor5/src/core.js';import{LiveRange as _0x52f011}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x266cbc}from'ckeditor5/src/widget.js';import{getTranslation as _0x2a0969}from'../utils/common-translations.js';export default class jt extends _0xe44637{constructor(_0x170c82){const _0x327e7e=_0x116d;super(_0x170c82),this[_0x327e7e(0x157)]=[_0x327e7e(0x139),_0x327e7e(0x13a)],this[_0x327e7e(0xc8)]=new Set();}[_0xca94b8(0xe0)](){const _0x54cfd8=_0xca94b8,_0x21938f=this[_0x54cfd8(0xf3)],_0x33bbc7=_0x21938f[_0x54cfd8(0x115)][_0x54cfd8(0xe2)][_0x54cfd8(0x149)];if(!_0x21938f[_0x54cfd8(0x15b)][_0x54cfd8(0xfb)](_0x54cfd8(0x14d)))return;const _0x28deed=_0x21938f[_0x54cfd8(0x134)],_0x395288=_0x21938f[_0x54cfd8(0x15b)][_0x54cfd8(0x138)](_0x54cfd8(0xe1)),_0x45b663=_0x21938f[_0x54cfd8(0x15b)][_0x54cfd8(0x138)](_0x54cfd8(0x10f));_0x395288[_0x54cfd8(0x11a)][_0x54cfd8(0xe5)](_0x54cfd8(0xd7),_0x550d6b=>_0x2a0969(_0x28deed,_0x54cfd8(0xc1),_0x550d6b)),this[_0x54cfd8(0xef)](),_0x395288[_0x54cfd8(0xba)](_0x54cfd8(0xfa)),_0x395288[_0x54cfd8(0xba)](_0x54cfd8(0x117)),_0x395288[_0x54cfd8(0xba)](_0x54cfd8(0x108));for(const _0x1c0bee of[_0x54cfd8(0xe9),_0x54cfd8(0xee)]){const _0x2b4aac=_0x21938f[_0x54cfd8(0xcd)][_0x54cfd8(0x138)](_0x1c0bee);_0x395288[_0x54cfd8(0xba)](_0x1c0bee,_0x4a78e4=>{const _0x559f72=_0x54cfd8;_0x21938f[_0x559f72(0x115)][_0x559f72(0x128)](_0x44dfc4=>{const _0x1eabe2=_0x559f72;_0x4a78e4();const _0xef529e=_0x1eabe2(0xc3)===_0x2b4aac[_0x1eabe2(0xc9)],_0x47cb7b=_0x45b663[_0x1eabe2(0x152)](_0x33bbc7),_0x19f59f=_0x45b663[_0x1eabe2(0xd4)](_0x47cb7b),_0x3472a3=_0xef529e?_0x19f59f[_0x1eabe2(0x121)]-0x1:_0x19f59f[_0x1eabe2(0x118)]+0x1,_0x246f05=_0x47cb7b[0x0][_0x1eabe2(0xc5)](_0x1eabe2(0xd7)),_0x2d7cb9=_0x45b663[_0x1eabe2(0x10c)](_0x246f05,{'startRow':_0x3472a3,'endRow':_0x3472a3}),_0x5af947=Array[_0x1eabe2(0x135)](_0x2d7cb9)[_0x1eabe2(0x107)](_0x2ad5e6=>_0x44dfc4[_0x1eabe2(0xf8)](_0x2ad5e6[_0x1eabe2(0x146)]));_0x395288[_0x1eabe2(0xe8)](_0x5af947,_0x1eabe2(0x139));});});}for(const _0x258e72 of[_0x54cfd8(0x13e),_0x54cfd8(0x141)]){const _0x4e818f=_0x21938f[_0x54cfd8(0xcd)][_0x54cfd8(0x138)](_0x258e72);_0x395288[_0x54cfd8(0xba)](_0x258e72,_0x353bd5=>{const _0x13446d=_0x54cfd8;_0x21938f[_0x13446d(0x115)][_0x13446d(0x128)](_0x37ddd7=>{const _0x2d08ce=_0x13446d;_0x353bd5();const _0x37639f=_0x2d08ce(0xe6)===_0x4e818f[_0x2d08ce(0xc9)],_0x1bb165=_0x45b663[_0x2d08ce(0x152)](_0x33bbc7),_0x15e0fe=_0x45b663[_0x2d08ce(0x126)](_0x1bb165),_0x40ab90=_0x37639f?_0x15e0fe[_0x2d08ce(0x121)]-0x1:_0x15e0fe[_0x2d08ce(0x118)]+0x1,_0x4de231=_0x1bb165[0x0][_0x2d08ce(0xc5)](_0x2d08ce(0xd7)),_0x340038=_0x45b663[_0x2d08ce(0x10c)](_0x4de231,{'startRow':0x0,'column':_0x40ab90,'includeAllSlots':!0x1}),_0x5f8fb0=Array[_0x2d08ce(0x135)](_0x340038)[_0x2d08ce(0x107)](_0x5887a0=>_0x37ddd7[_0x2d08ce(0xf8)](_0x5887a0[_0x2d08ce(0x146)]));_0x395288[_0x2d08ce(0xe8)](_0x5f8fb0,_0x2d08ce(0x13a));});});}for(const _0x256afe of[_0x54cfd8(0xde),_0x54cfd8(0x127)]){const _0x2d91ee=_0x256afe[_0x54cfd8(0xed)](0xb),_0x38b792=_0x2d91ee[_0x54cfd8(0x11c)](),_0x3cb946=_0x38b792[_0x54cfd8(0xed)](0x0,0x3)+_0x54cfd8(0x151),_0x9497b3=_0x54cfd8(0xd7)+_0x2d91ee,_0xc7be57=_0x54cfd8(0x106)+_0x2d91ee,_0x5677eb=_0x54cfd8(0xdc)+_0x2d91ee;_0x395288[_0x54cfd8(0xba)](_0x256afe,()=>{const _0x50d4d7=_0x54cfd8;_0x21938f[_0x50d4d7(0x115)][_0x50d4d7(0x128)](_0x40c4eb=>{const _0x277da2=_0x50d4d7,_0x5410a5=_0x45b663[_0x277da2(0x152)](_0x33bbc7),_0x22d124=_0x5410a5[0x0][_0x277da2(0xc5)](_0x277da2(0xd7));let _0x521949;if(_0x277da2(0xde)==_0x256afe){const _0x1375ae=_0x45b663[_0x277da2(0xd4)](_0x5410a5);_0x521949={'startRow':_0x1375ae[_0x277da2(0x121)],'endRow':_0x1375ae[_0x277da2(0x118)],'includeAllSlots':!0x0};}else{const _0x12e84d=_0x45b663[_0x277da2(0x126)](_0x5410a5);_0x521949={'startColumn':_0x12e84d[_0x277da2(0x121)],'endColumn':_0x12e84d[_0x277da2(0x118)],'includeAllSlots':!0x0};}const _0x554362=_0x45b663[_0x277da2(0x10c)](_0x22d124,_0x521949),_0x3fbb40=Array[_0x277da2(0x135)](_0x554362)[_0x277da2(0x107)](({cell:_0x1b4bc4})=>_0x1b4bc4),_0x5f3302=Ee(_0x3fbb40[_0x277da2(0x123)](_0x554fbb=>_0x554fbb[_0x277da2(0xce)](_0x3cb946))),_0x103e68=Ee(_0x3fbb40[_0x277da2(0x123)](_0x4f0b5a=>!_0x4f0b5a[_0x277da2(0xce)](_0x3cb946)))[_0x277da2(0x107)](_0x1209e2=>_0x40c4eb[_0x277da2(0xf8)](_0x1209e2)),_0xf1e8f=_0x395288[_0x277da2(0xff)](_0x103e68,_0x9497b3);if(_0xf1e8f&&(_0x277da2(0x139)==_0xf1e8f[_0x277da2(0xe7)]||_0x277da2(0x13a)==_0xf1e8f[_0x277da2(0xe7)])){const _0x260e45=this[_0x277da2(0x11e)](_0xf1e8f);for(const _0x918b61 of _0x5f3302){const _0xd573fb=_0x40c4eb[_0x277da2(0xf8)](_0x918b61),_0xd58b42=_0x45b663[_0x277da2(0x13d)](_0x918b61),_0x1ccc1c=_0x918b61[_0x277da2(0xda)](_0x3cb946)-0x1,_0x456b0c=_0x260e45[_0xc7be57],_0x14272c=_0x260e45[_0x5677eb];_0x456b0c<=_0xd58b42[_0x38b792]&&_0xd58b42[_0x38b792]+_0x1ccc1c<=_0x14272c&&_0xf1e8f[_0x277da2(0xdf)](_0xd573fb);}}});});}function _0x581692(_0x15da24){const _0x36eb99=_0x54cfd8,_0x4b2449=Array[_0x36eb99(0x135)](_0x33bbc7[_0x36eb99(0xcf)]())[_0x36eb99(0x107)](_0x32b911=>_0x52f011[_0x36eb99(0xca)](_0x32b911));_0x21938f[_0x36eb99(0x115)][_0x36eb99(0x128)](_0x3843fb=>{const _0x38c932=_0x36eb99,_0x3547ee=_0x3843fb[_0x38c932(0xcc)];_0x15da24=_0x15da24[_0x38c932(0x123)](_0x3c8c3d=>_0x38c932(0xd2)!=_0x3c8c3d[_0x38c932(0xd0)][_0x38c932(0x109)]),_0x3843fb[_0x38c932(0x12c)](_0x15da24),_0x21938f[_0x38c932(0xcd)][_0x38c932(0x138)](_0x38c932(0xde))[_0x38c932(0x133)](),_0x21938f[_0x38c932(0xf9)](_0x38c932(0xde),{'forceDefaultExecution':!0x0}),_0x21938f[_0x38c932(0x115)][_0x38c932(0xea)](()=>{const _0x53b34e=_0x38c932;_0x21938f[_0x53b34e(0x115)][_0x53b34e(0xea)](_0x3547ee,_0x3df7ba=>{const _0x5b428a=_0x53b34e,_0x34c99b=_0x4b2449[_0x5b428a(0x123)](_0x152d6a=>_0x5b428a(0xd2)!=_0x152d6a[_0x5b428a(0xd0)][_0x5b428a(0x109)]);_0x34c99b[_0x5b428a(0xf1)]>0x0&&_0x3df7ba[_0x5b428a(0x12c)](_0x34c99b);for(const _0x50a8c7 of _0x4b2449)_0x50a8c7[_0x5b428a(0x144)]();});});});}function _0x5ba05f(_0x2f6e1){const _0x23aca2=_0x54cfd8;_0x21938f[_0x23aca2(0x115)][_0x23aca2(0x128)](_0x2ee6d2=>{const _0x37a3fb=_0x23aca2,_0x49c548=Array[_0x37a3fb(0x135)](_0x33bbc7[_0x37a3fb(0xcf)]())[_0x37a3fb(0x107)](_0x136313=>_0x52f011[_0x37a3fb(0xca)](_0x136313)),_0x3cf8da=[];for(const _0x54a93e of _0x2f6e1)for(const _0x41cff6 of _0x54a93e[_0x37a3fb(0xd1)]({'shallow':!0x0}))_0x3cf8da[_0x37a3fb(0xdd)](_0x41cff6);for(const _0x4533bd of _0x3cf8da)_0x37a3fb(0xd2)!=_0x4533bd[_0x37a3fb(0xd0)][_0x37a3fb(0x109)]&&(_0x2ee6d2[_0x37a3fb(0x12c)](_0x2ee6d2[_0x37a3fb(0x10d)](_0x4533bd,0x0)),_0x21938f[_0x37a3fb(0xcd)][_0x37a3fb(0x138)](_0x37a3fb(0x127))[_0x37a3fb(0x133)](),_0x21938f[_0x37a3fb(0xf9)](_0x37a3fb(0x127),{'forceDefaultExecution':!0x0}));const _0x27f910=_0x49c548[_0x37a3fb(0x123)](_0x429171=>_0x37a3fb(0xd2)!=_0x429171[_0x37a3fb(0xd0)][_0x37a3fb(0x109)]);_0x27f910[_0x37a3fb(0xf1)]>0x0&&_0x2ee6d2[_0x37a3fb(0x12c)](_0x27f910);for(const _0x536744 of _0x49c548)_0x536744[_0x37a3fb(0x144)]();});}function _0x59e383(_0x4df1ec,_0x288b91){const _0x2b0c75=_0x54cfd8;return _0x288b91[_0x2b0c75(0x142)](_0x354d94=>_0x4df1ec[_0x2b0c75(0xf7)](_0x5e4cbc=>_0x5e4cbc[_0x2b0c75(0xbe)][_0x2b0c75(0x125)](_0x354d94[_0x2b0c75(0xe3)])||_0x354d94[_0x2b0c75(0xbe)][_0x2b0c75(0x125)](_0x5e4cbc[_0x2b0c75(0xe3)])));}function _0x3d5890(_0x330237,_0xb5fa2e){const _0x4bd424=_0x54cfd8;return _0x330237[_0x4bd424(0xf7)](_0x5ef545=>_0xb5fa2e[_0x4bd424(0xf7)](_0x2bcd84=>_0x5ef545[_0x4bd424(0xbe)][_0x4bd424(0x114)](_0x2bcd84[_0x4bd424(0xe3)])));}_0x21938f[_0x54cfd8(0xf2)][_0x54cfd8(0xc0)]['on'](_0x54cfd8(0xeb),(_0x16b972,_0x282b2a,_0xa4c0f5)=>{const _0x2c4d3a=_0x54cfd8;if(!_0xa4c0f5[_0x2c4d3a(0x120)][_0x2c4d3a(0xc6)])return;const _0x2480c8=_0x282b2a[_0x2c4d3a(0x150)];if(!_0x2480c8)return;const _0xd260a5=_0xa4c0f5[_0x2c4d3a(0x14b)][_0x2c4d3a(0x148)](_0x2480c8);function _0x3f0f59(_0x1f3d69){const _0x1a68e4=_0x2c4d3a;return Array[_0x1a68e4(0xfc)](_0x1f3d69)?_0x1f3d69:[_0x1f3d69];}_0xd260a5&&_0x2c4d3a(0x11d)===_0x2480c8[_0x2c4d3a(0x132)]&&_0x266cbc(_0xd260a5,_0xa4c0f5[_0x2c4d3a(0xcb)],(_0x58eef0,_0x1e9ec6,_0x4fc3bf)=>_0x4fc3bf[_0x2c4d3a(0xbf)](_0x3f0f59(_0x1e9ec6[_0x2c4d3a(0x12b)]),_0x58eef0),(_0x5969b9,_0x3c9051,_0x4cee31)=>_0x4cee31[_0x2c4d3a(0x12f)](_0x3f0f59(_0x3c9051[_0x2c4d3a(0x12b)]),_0x5969b9));},{'priority':_0x54cfd8(0x103)}),_0x395288[_0x54cfd8(0x11a)][_0x54cfd8(0x113)](_0x35b6fb=>{const _0xdfd613=_0x54cfd8;if(_0xdfd613(0x143)!=_0x35b6fb[_0xdfd613(0x158)]&&_0xdfd613(0x14f)!=_0x35b6fb[_0xdfd613(0x158)])return;const _0x285b74=_0x35b6fb[_0xdfd613(0xd3)]();if(null!=_0x285b74&&_0x285b74['is'](_0xdfd613(0x153),_0xdfd613(0xd7))){if(_0xdfd613(0x143)==_0x35b6fb[_0xdfd613(0x158)]){const _0x4f1b42=_0x35b6fb[_0xdfd613(0xd1)]()[_0xdfd613(0x123)](_0x10be0b=>_0x10be0b['is'](_0xdfd613(0xec)))[_0xdfd613(0x107)](_0x5dd0fc=>_0x5dd0fc[_0xdfd613(0xf2)]);if(_0x4f1b42[_0xdfd613(0xf1)])return{'type':_0xdfd613(0x143),'content':_0x2a0969(_0x28deed,_0xdfd613(0x130),_0x2a0969(_0x28deed,_0xdfd613(0xd5),'\x22'+_0x4f1b42[_0xdfd613(0x112)]('\x20')+'\x22'))};}if(_0xdfd613(0x14f)==_0x35b6fb[_0xdfd613(0x158)]){const _0x46790a=_0x35b6fb[_0xdfd613(0xd1)]()[_0xdfd613(0x123)](_0x4bde23=>_0x4bde23['is'](_0xdfd613(0xec)))[_0xdfd613(0x107)](_0x5ca4ed=>_0x5ca4ed[_0xdfd613(0xf2)]);if(_0x46790a[_0xdfd613(0xf1)])return{'type':_0xdfd613(0x14f),'content':_0x2a0969(_0x28deed,_0xdfd613(0x13b),_0x2a0969(_0x28deed,_0xdfd613(0xd5),'\x22'+_0x46790a[_0xdfd613(0x112)]('\x20')+'\x22'))};}}}),_0x395288[_0x54cfd8(0x11a)][_0x54cfd8(0x113)](_0x5e9aa3=>{const _0x534e6f=_0x54cfd8;if(_0x534e6f(0x139)==_0x5e9aa3[_0x534e6f(0xe7)]){const _0x50e504=_0x5e9aa3[_0x534e6f(0xd1)]()[_0x534e6f(0x123)](_0x2bfdf4=>_0x2bfdf4['is'](_0x534e6f(0xec)))[_0x534e6f(0x107)](_0x4fc222=>_0x4fc222[_0x534e6f(0xf2)]),_0x5434b7=this[_0x534e6f(0x11e)](_0x5e9aa3),_0x2fca68=_0x5434b7[_0x534e6f(0xc7)]-_0x5434b7[_0x534e6f(0xbc)]+0x1;if(_0x534e6f(0x143)==_0x5e9aa3[_0x534e6f(0x158)])return _0x50e504[_0x534e6f(0xf1)]?{'type':_0x534e6f(0x143),'content':_0x2a0969(_0x28deed,_0x534e6f(0x130),_0x2a0969(_0x28deed,_0x534e6f(0x14a),[_0x2fca68,'\x22'+_0x50e504[_0x534e6f(0x112)]('\x20')+'\x22']))}:{'type':_0x534e6f(0x143),'content':_0x2a0969(_0x28deed,_0x534e6f(0x130),_0x2a0969(_0x28deed,_0x534e6f(0x15a),_0x2fca68))};if(_0x534e6f(0x14f)==_0x5e9aa3[_0x534e6f(0x158)])return _0x50e504[_0x534e6f(0xf1)]?{'type':_0x534e6f(0x14f),'content':_0x2a0969(_0x28deed,_0x534e6f(0x13b),_0x2a0969(_0x28deed,_0x534e6f(0x14a),[_0x2fca68,'\x22'+_0x50e504[_0x534e6f(0x112)]('\x20')+'\x22']))}:{'type':_0x534e6f(0x14f),'content':_0x2a0969(_0x28deed,_0x534e6f(0x13b),_0x2a0969(_0x28deed,_0x534e6f(0x15a),_0x2fca68))};}if(_0x534e6f(0x13a)==_0x5e9aa3[_0x534e6f(0xe7)]){const _0x4fb5af=_0x5e9aa3[_0x534e6f(0xd1)]()[_0x534e6f(0x123)](_0x380db5=>_0x380db5['is'](_0x534e6f(0xec)))[_0x534e6f(0x107)](_0x1bc038=>_0x1bc038[_0x534e6f(0xf2)]),_0x3777af=this[_0x534e6f(0x11e)](_0x5e9aa3),_0x364eb3=_0x3777af[_0x534e6f(0x136)]-_0x3777af[_0x534e6f(0xdb)]+0x1;if(_0x534e6f(0x143)==_0x5e9aa3[_0x534e6f(0x158)])return _0x4fb5af[_0x534e6f(0xf1)]?{'type':_0x534e6f(0x143),'content':_0x2a0969(_0x28deed,_0x534e6f(0x130),_0x2a0969(_0x28deed,_0x534e6f(0x147),[_0x364eb3,'\x22'+_0x4fb5af[_0x534e6f(0x112)]('\x20')+'\x22']))}:{'type':_0x534e6f(0x143),'content':_0x2a0969(_0x28deed,_0x534e6f(0x130),_0x2a0969(_0x28deed,_0x534e6f(0x110),_0x364eb3))};if(_0x534e6f(0x14f)==_0x5e9aa3[_0x534e6f(0x158)])return _0x4fb5af[_0x534e6f(0xf1)]?{'type':_0x534e6f(0x14f),'content':_0x2a0969(_0x28deed,_0x534e6f(0x13b),_0x2a0969(_0x28deed,_0x534e6f(0x147),[_0x364eb3,'\x22'+_0x4fb5af[_0x534e6f(0x112)]('\x20')+'\x22']))}:{'type':_0x534e6f(0x14f),'content':_0x2a0969(_0x28deed,_0x534e6f(0x13b),_0x2a0969(_0x28deed,_0x534e6f(0x110),_0x364eb3))};}}),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x143),_0x54cfd8(0x139),_0x54cfd8(0xbb),_0x581692),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x14f),_0x54cfd8(0x139),_0x54cfd8(0x15d),_0x581692),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x143),_0x54cfd8(0x13a),_0x54cfd8(0xbb),_0x5ba05f),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x14f),_0x54cfd8(0x13a),_0x54cfd8(0x15d),_0x5ba05f),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x143),_0x54cfd8(0x13a),_0x54cfd8(0x112),_0x59e383),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x14f),_0x54cfd8(0x13a),_0x54cfd8(0x112),_0x59e383),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x143),_0x54cfd8(0x139),_0x54cfd8(0x112),_0x3d5890),_0x395288[_0x54cfd8(0x111)][_0x54cfd8(0xd8)](_0x54cfd8(0x14f),_0x54cfd8(0x139),_0x54cfd8(0x112),_0x3d5890);}[_0xca94b8(0x15c)](){const _0x1bb065=_0xca94b8,_0x43bf1c=this[_0x1bb065(0xf3)],_0x455928=_0x43bf1c[_0x1bb065(0x115)][_0x1bb065(0xe2)][_0x1bb065(0x149)];return(_0xe398ff,_0x15df9e)=>{const _0x4fc160=_0x1bb065;_0x43bf1c[_0x4fc160(0x115)][_0x4fc160(0x128)](_0x4882da=>{const _0xee0734=_0x4fc160,{commandName:_0x4b9393,commandParams:_0x4333ce}=_0x15df9e;let _0x27d97c=_0xe398ff[0x0][_0xee0734(0xbe)][_0xee0734(0xe4)];_0x4333ce&&_0x4333ce[0x0]&&!0x1===_0x4333ce[0x0][_0xee0734(0x10e)]&&(_0x27d97c=_0xe398ff[0x0][_0xee0734(0xe3)][_0xee0734(0x14e)]);const _0x515cfd=_0x4882da[_0xee0734(0x14c)](_0x27d97c);if(_0xee0734(0xd2)==_0x515cfd[_0xee0734(0xd0)][_0xee0734(0x109)])return;const _0x150651=Array[_0xee0734(0x135)](_0x455928[_0xee0734(0xcf)]())[_0xee0734(0x107)](_0x361dea=>_0x52f011[_0xee0734(0xca)](_0x361dea));_0x4882da[_0xee0734(0x12c)](_0x515cfd),_0x43bf1c[_0xee0734(0xcd)][_0xee0734(0x138)](_0x4b9393)[_0xee0734(0x133)](),_0x4333ce[_0xee0734(0xdd)]({'forceDefaultExecution':!0x0}),_0x43bf1c[_0xee0734(0xf9)](_0x4b9393,..._0x4333ce);const _0x58f14b=_0x150651[_0xee0734(0x123)](_0x4b23e9=>_0xee0734(0xd2)!=_0x4b23e9[_0xee0734(0xd0)][_0xee0734(0x109)]);_0x58f14b[_0xee0734(0xf1)]>0x0&&_0x4882da[_0xee0734(0x12c)](_0x58f14b);for(const _0x2a3cbb of _0x150651)_0x2a3cbb[_0xee0734(0x144)]();});};}[_0xca94b8(0x13f)](_0x2d17fc){const _0x244711=_0xca94b8,_0x544a06=this[_0x244711(0xf3)][_0x244711(0x15b)][_0x244711(0x138)](_0x244711(0x10f));let _0x230b8b=Number[_0x244711(0xf5)],_0xcbf54c=Number[_0x244711(0x100)],_0x1f5406=Number[_0x244711(0xf5)],_0x4b84ff=Number[_0x244711(0x100)];for(const _0x397c1e of _0x2d17fc){if(_0x244711(0xd2)==_0x397c1e[_0x244711(0xd0)][_0x244711(0x109)])continue;const {row:_0x1fcd24,column:_0x199f22}=_0x544a06[_0x244711(0x13d)](_0x397c1e),_0x20bcb9=_0x397c1e[_0x244711(0xce)](_0x244711(0x124))?_0x397c1e[_0x244711(0xda)](_0x244711(0x124))-0x1:0x0,_0x949bc0=_0x397c1e[_0x244711(0xce)](_0x244711(0x11f))?_0x397c1e[_0x244711(0xda)](_0x244711(0x11f))-0x1:0x0;_0x230b8b=_0x1fcd24<_0x230b8b?_0x1fcd24:_0x230b8b,_0xcbf54c=_0x1fcd24+_0x20bcb9>_0xcbf54c?_0x1fcd24+_0x20bcb9:_0xcbf54c,_0x1f5406=_0x199f22<_0x1f5406?_0x199f22:_0x1f5406,_0x4b84ff=_0x199f22+_0x949bc0>_0x4b84ff?_0x199f22+_0x949bc0:_0x4b84ff;}return{'minRow':_0x230b8b,'maxRow':_0xcbf54c,'minColumn':_0x1f5406,'maxColumn':_0x4b84ff};}[_0xca94b8(0xef)](){const _0x142b30=_0xca94b8,_0x65a2e8=this[_0x142b30(0xf3)],_0x29b04c=_0x65a2e8[_0x142b30(0x15b)][_0x142b30(0x138)](_0x142b30(0xe1)),_0x18df65=_0x65a2e8[_0x142b30(0x15b)][_0x142b30(0x138)](_0x142b30(0x10f));_0x65a2e8[_0x142b30(0x115)][_0x142b30(0xe2)]['on'](_0x142b30(0x10b),()=>{const _0x13f983=_0x142b30,_0x2bb67e=Array[_0x13f983(0x135)](_0x65a2e8[_0x13f983(0x115)][_0x13f983(0xe2)][_0x13f983(0x12e)][_0x13f983(0xd6)]());for(const {name:_0x55a811,data:_0x20d2ee}of _0x2bb67e){const {group:_0x2787a8,id:_0x3fd48a,subType:_0x4ea91d}=_0x29b04c[_0x13f983(0x119)](_0x55a811);if(_0x13f983(0xf0)!=_0x2787a8)continue;if(null!=_0x20d2ee[_0x13f983(0x11b)])continue;const _0xc0fc67=_0x29b04c[_0x13f983(0x156)](_0x3fd48a);this[_0x13f983(0x157)][_0x13f983(0xfd)](_0x4ea91d)&&this[_0x13f983(0xc8)][_0x13f983(0x140)](_0xc0fc67);}},{'priority':_0x142b30(0xf6)});const _0x46d0ef=(_0x3998d8,_0x403b32)=>{const _0x24eca6=_0x142b30;let _0x1e1743=!0x1;const _0xea6c23=_0x403b32[_0x24eca6(0xf8)](_0x3998d8),_0x1063ce=_0x3998d8[_0x24eca6(0xc5)](_0x24eca6(0xd7)),_0x5c298f=_0x18df65[_0x24eca6(0x13d)](_0x3998d8);for(const _0x241aa5 of this[_0x24eca6(0xc8)]){const _0x31f206=_0x241aa5[_0x24eca6(0xe7)],_0x5e4f52=_0x31f206[_0x24eca6(0x12a)](_0x24eca6(0xd9)),_0x5d7358=_0x31f206[_0x24eca6(0xed)](_0x5e4f52?0xa:0x5),_0x3caa84=_0x5d7358[_0x24eca6(0x11c)](),_0xe59fe6=_0x3caa84[_0x24eca6(0xed)](0x0,0x3)+_0x24eca6(0x151),_0x98a287=_0x24eca6(0x106)+_0x5d7358,_0x2ce719=_0x24eca6(0xdc)+_0x5d7358;if(!_0x241aa5[_0x24eca6(0x145)])continue;if(_0x1063ce!=_0x241aa5[_0x24eca6(0x116)]()[_0x24eca6(0xe3)][_0x24eca6(0xc5)](_0x24eca6(0xd7)))continue;if(_0x241aa5[_0x24eca6(0x12d)](_0xea6c23))continue;const _0x1a7a3f=_0x3998d8[_0x24eca6(0xce)](_0xe59fe6)?_0x3998d8[_0x24eca6(0xda)](_0xe59fe6)-0x1:0x0,_0x54ad96=this[_0x24eca6(0x11e)](_0x241aa5),_0x3e0d53=_0x54ad96[_0x98a287],_0x59a7f9=_0x54ad96[_0x2ce719];_0x3e0d53<=_0x5c298f[_0x3caa84]&&_0x5c298f[_0x3caa84]+_0x1a7a3f<=_0x59a7f9&&(_0x241aa5[_0x24eca6(0xdf)](_0xea6c23),_0x1e1743=!0x0);}return _0x1e1743;};_0x65a2e8[_0x142b30(0x115)][_0x142b30(0xe2)][_0x142b30(0x10a)](_0x39a15c=>{const _0x1af5cb=_0x142b30;let _0x106f5e=!0x1;for(const _0x43a515 of _0x65a2e8[_0x1af5cb(0x115)][_0x1af5cb(0xe2)][_0x1af5cb(0x12e)][_0x1af5cb(0x137)]())if(_0x1af5cb(0x129)==_0x43a515[_0x1af5cb(0x158)]){if(_0x1af5cb(0x139)==_0x43a515[_0x1af5cb(0x132)]){for(const _0x5573dd of _0x43a515[_0x1af5cb(0x104)][_0x1af5cb(0x14e)][_0x1af5cb(0xc4)]())_0x106f5e=_0x106f5e||_0x46d0ef(_0x5573dd,_0x39a15c);}else _0x1af5cb(0x11d)==_0x43a515[_0x1af5cb(0x132)]&&(_0x106f5e=_0x106f5e||_0x46d0ef(_0x43a515[_0x1af5cb(0x104)][_0x1af5cb(0x14e)],_0x39a15c));}return _0x106f5e;});}[_0xca94b8(0x11e)](_0x3bfeae){const _0x3f64e3=_0xca94b8;return this[_0x3f64e3(0x13f)](_0x3bfeae[_0x3f64e3(0xcf)]()[_0x3f64e3(0x107)](_0x3b949a=>_0x3b949a[_0x3f64e3(0xe3)][_0x3f64e3(0x14e)]));}}function Ee(_0x4cec84){const _0x6d4aee=_0xca94b8;return Array[_0x6d4aee(0x135)](new Set(_0x4cec84)[_0x6d4aee(0x131)]());}
@@ -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
+ function _0x5681(){const _0x2a6b56=['3NgvKdv','TableCaptionEditing','10QWwCyq','has','74394XLQTOx','9562744wrIvAP','afterInit','requires','906MafGyO','12698955UEXSzp','4202289sqRjfG','285sizDil','get','toggleTableCaption','7964473tRIFUM','enableCommand','plugins','TrackChangesEditing','555Fufwtj','4417628kdGBKg','editor'];_0x5681=function(){return _0x2a6b56;};return _0x5681();}const _0x5dee58=_0x4839;(function(_0x5b5434,_0x32ce4c){const _0x2ee3c4=_0x4839,_0x44281a=_0x5b5434();while(!![]){try{const _0x448cac=-parseInt(_0x2ee3c4(0x148))/0x1*(parseInt(_0x2ee3c4(0x145))/0x2)+-parseInt(_0x2ee3c4(0x152))/0x3*(-parseInt(_0x2ee3c4(0x150))/0x4)+-parseInt(_0x2ee3c4(0x14f))/0x5*(parseInt(_0x2ee3c4(0x141))/0x6)+parseInt(_0x2ee3c4(0x147))/0x7+parseInt(_0x2ee3c4(0x142))/0x8+-parseInt(_0x2ee3c4(0x146))/0x9+-parseInt(_0x2ee3c4(0x154))/0xa*(-parseInt(_0x2ee3c4(0x14b))/0xb);if(_0x448cac===_0x32ce4c)break;else _0x44281a['push'](_0x44281a['shift']());}catch(_0x2fd59a){_0x44281a['push'](_0x44281a['shift']());}}}(_0x5681,0xacc93));function _0x4839(_0x3eea78,_0x45193c){const _0x568145=_0x5681();return _0x4839=function(_0x4839ba,_0xfca0d0){_0x4839ba=_0x4839ba-0x140;let _0x1ae42a=_0x568145[_0x4839ba];return _0x1ae42a;},_0x4839(_0x3eea78,_0x45193c);}import{Plugin as _0x1e970e}from'ckeditor5/src/core.js';import _0x20b48f from'./table.js';export default class Mt extends _0x1e970e{static get[_0x5dee58(0x144)](){return[_0x20b48f];}[_0x5dee58(0x143)](){const _0x1d6a42=_0x5dee58,_0x207423=this[_0x1d6a42(0x151)];if(!_0x207423[_0x1d6a42(0x14d)][_0x1d6a42(0x140)](_0x1d6a42(0x153)))return;_0x207423[_0x1d6a42(0x14d)][_0x1d6a42(0x149)](_0x1d6a42(0x14e))[_0x1d6a42(0x14c)](_0x1d6a42(0x14a));}}
@@ -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 _0x33b78c=_0x1ae9;(function(_0x3777fc,_0x3120dd){const _0x2acefc=_0x1ae9,_0x2b32f3=_0x3777fc();while(!![]){try{const _0x5a5e8b=parseInt(_0x2acefc(0x148))/0x1*(-parseInt(_0x2acefc(0x100))/0x2)+-parseInt(_0x2acefc(0xf5))/0x3*(-parseInt(_0x2acefc(0xf9))/0x4)+-parseInt(_0x2acefc(0x10a))/0x5+parseInt(_0x2acefc(0xd2))/0x6*(parseInt(_0x2acefc(0x17b))/0x7)+parseInt(_0x2acefc(0xe0))/0x8*(parseInt(_0x2acefc(0x133))/0x9)+-parseInt(_0x2acefc(0x128))/0xa*(-parseInt(_0x2acefc(0x167))/0xb)+-parseInt(_0x2acefc(0x126))/0xc*(parseInt(_0x2acefc(0x106))/0xd);if(_0x5a5e8b===_0x3120dd)break;else _0x2b32f3['push'](_0x2b32f3['shift']());}catch(_0x591a82){_0x2b32f3['push'](_0x2b32f3['shift']());}}}(_0x4a97,0x86bb6));import{getTranslation as _0x59d586}from'../utils/common-translations.js';import{Plugin as _0x5087a7}from'ckeditor5/src/core.js';function _0x4a97(){const _0x339cbb=['tableCellVerticalAlignment','editingDowncast','content','attributes','high','suggestionUnloaded','_replaceTableSlotCell','endRow','return','batch','getTableIfOnlyTableInContent','createRangeIn','markerAttributes','1058277CYmauN','table','cells','redo','_tablePostFixingSubtypes','markerToHighlight','getSuggestionCallback','endColumn','keys','unwrap','rows','TrackChangesEditing','selection','deletion','subType','markMultiRangeDeletion','tableCellBorderWidth','registerPostFixer','getItems','differ','534499beCbIj','createRange','name','locale','remove','activeMarkers','tableCellPadding','showSuggestionHighlights','find','tablePasteCell','for','map','rowInsertionIndexes','_isForcedDefaultExecutionBlock','tableCellBackgroundColor','get','removeRows','suggestionLoaded','tablePasteChainId','newRange','startsWith','forEach','_suggestionFactory','_createdBatches','register','last','end','set','markMultiRangeInsertion','getChildren','root','getContainedElement','from','tableCellHorizontalAlignment','paragraph','getAllAdjacentSuggestions','editor','ck-suggestion-marker','options','48HGfiXS','row','afterInit','some','getShiftedBy','markMultiRangeBlockFormat','first','accept','removeMarkers','columns','editing','document','position','entries','545752SIdIRY','insertColumns','rootName','schema','markers','containsRange','stop','tableCellBorderStyle','dataDowncast','markerName','getChangedMarkers','suggestion-td','plugins','hasSuggestion','*Replace\x20table\x20cells*','getRanges','wrap','type','move','commands','removeColumns','24954JpKxsI','clipboardOutput','getColumnIndexes','createElement','396ukhvBT','tablePasteColumn','documentSelection','_getCoordsForCells','next','cell','getMarkers','2UJbRuz','findAncestor','discard','oldRange','getRange','removeMarker','452257oLftNn','setAttribute','nodeAfter','fromEntries','2501805sFcHuh','isEmpty','insert','detach','tableCellBorderColor','low','trackChanges','TableClipboard','deletionRanges','element','filter','isInContent','getRowIndexes','createPositionBefore','isEqual','conversion','fromRange','columnInsertionIndexes','fill','_descriptionFactory','insertionRanges','getSelectionAffectedTableCells','nextSibling','tablePaste','$graveyard','elementToElement','rowInsertionRanges','previousSibling','228cwpSEg','getAttributes','100HsbtaK','suggestion:formatBlock:tablePasteCell','start','insertRows','getSuggestions','author','length','has','column','ck-suggestion-marker-insertion','columnInsertionRanges','45RnnHEu','listenTo','ck-suggestion-marker--active','previous','includes','tableCell','add','insertContent','getChild','call','Users','createRangeOn','value','every','requires','tableCellSuggestion','getColumns','TableUtils','change','model','updateMarker','1024289yemkcz','formatBlock','registerCustomCallback','forceDefaultExecution','join','getSuggestion','createTableWalker','getChanges','insertion','suggestion','reduce','tablePasteRow','push','registerDescriptionCallback','setAttributes','view','_splitMarkerName','getRows'];_0x4a97=function(){return _0x339cbb;};return _0x4a97();}import{LiveRange as _0xbd8d13}from'ckeditor5/src/engine.js';import{uid as _0x2e73e2,priorities as _0x5882d6}from'ckeditor5/src/utils.js';import _0x198c7c from'./table.js';const ge=[_0x33b78c(0x177),_0x33b78c(0x10e),_0x33b78c(0xe7),_0x33b78c(0xcc),_0x33b78c(0x15a),_0x33b78c(0x189),_0x33b78c(0x181)],Ce=Object[_0x33b78c(0x109)](ge[_0x33b78c(0x186)](_0x2377e9=>[_0x2377e9,null]));export default class It extends _0x5087a7{static get[_0x33b78c(0x141)](){return[_0x198c7c];}[_0x33b78c(0xd4)](){const _0x18f42b=_0x33b78c,_0x16031f=this[_0x18f42b(0xcf)];if(!_0x16031f[_0x18f42b(0xec)][_0x18f42b(0x12f)](_0x18f42b(0x111)))return;const _0x23c36a=_0x16031f[_0x18f42b(0xec)][_0x18f42b(0x18a)](_0x18f42b(0x172)),_0x26bdac=_0x16031f[_0x18f42b(0xec)][_0x18f42b(0x18a)](_0x18f42b(0x144)),_0x124b85=_0x16031f[_0x18f42b(0xec)][_0x18f42b(0x18a)](_0x198c7c),_0x566dc6=_0x16031f[_0x18f42b(0xec)][_0x18f42b(0x18a)](_0x18f42b(0x111));_0x124b85[_0x18f42b(0x16b)][_0x18f42b(0x154)](_0x18f42b(0x153),_0x18f42b(0xfa)),_0x16031f[_0x18f42b(0x146)][_0x18f42b(0xe3)][_0x18f42b(0x193)](_0x18f42b(0x142),{'allowIn':_0x18f42b(0x138),'allowContentOf':_0x18f42b(0x138),'isLimit':!0x0}),_0x16031f[_0x18f42b(0x119)][_0x18f42b(0x123)]({'model':_0x18f42b(0x142),'view':_0x18f42b(0xeb)});let _0x10af63=null;_0x16031f[_0x18f42b(0x146)]['on'](_0x18f42b(0x13a),(_0x41b851,_0x516e8a)=>{const _0x3c5cb9=_0x18f42b,[_0x11d5c8,_0x8e0f1f]=_0x516e8a,_0x49ded4=_0x516e8a[_0x516e8a[_0x3c5cb9(0x12e)]-0x1];_0x49ded4&&_0x49ded4[_0x3c5cb9(0x14b)]||_0x23c36a[_0x3c5cb9(0x188)]||this[_0x3c5cb9(0xcf)][_0x3c5cb9(0xf3)][_0x3c5cb9(0x18a)](_0x3c5cb9(0x110))[_0x3c5cb9(0x13f)]&&function(_0x20704d,_0x58fce2,_0x4f543a,_0x1d654f,_0x3c3c49){const _0x4e4395=_0x3c5cb9;if(_0x58fce2&&!_0x58fce2['is'](_0x4e4395(0xfb)))return!0x1;const _0x205741=_0x3c3c49[_0x4e4395(0x164)](_0x20704d,_0x4f543a);if(!_0x205741||!he(_0x205741,void 0x0,_0x1d654f))return!0x1;const _0x32a528=_0x1d654f[_0x4e4395(0x11f)](_0x4f543a[_0x4e4395(0xdd)][_0x4e4395(0x173)]);if(!_0x32a528[_0x4e4395(0x12e)])return!0x1;const _0x2b0567=_0x32a528[0x0][_0x4e4395(0x101)](_0x4e4395(0x168)),_0x46609c=_0x1d654f[_0x4e4395(0x116)](_0x32a528),_0x2658f8=_0x1d654f[_0x4e4395(0xf7)](_0x32a528),_0x5a26e5={'startRow':_0x46609c[_0x4e4395(0xd8)],'endRow':_0x46609c[_0x4e4395(0x194)],'startColumn':_0x2658f8[_0x4e4395(0xd8)],'endColumn':_0x2658f8[_0x4e4395(0x194)]};return 0x1==_0x32a528[_0x4e4395(0x12e)]&&(_0x5a26e5[_0x4e4395(0x161)]+=_0x1d654f[_0x4e4395(0x159)](_0x205741)-0x1,_0x5a26e5[_0x4e4395(0x16e)]+=_0x1d654f[_0x4e4395(0x143)](_0x205741)-0x1),he(_0x2b0567,_0x5a26e5,_0x1d654f);}(_0x11d5c8,_0x8e0f1f,_0x16031f[_0x3c5cb9(0x146)],_0x26bdac,_0x566dc6)&&(_0x41b851[_0x3c5cb9(0xe6)](),_0x10af63={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x16031f[_0x3c5cb9(0x146)][_0x3c5cb9(0x145)](()=>{const _0x4e6c36=_0x3c5cb9;_0x16031f[_0x4e6c36(0x146)][_0x4e6c36(0x13a)](_0x516e8a[0x0],_0x516e8a[0x1],_0x516e8a[0x2],{'forceDefaultExecution':!0x0});const _0x1f7626=_0x2e73e2(),{rowInsertionRanges:_0x362e81,columnInsertionRanges:_0x2011a7,insertionRanges:_0x95f2fb,deletionRanges:_0xf64354,cells:_0x2a749e}=_0x10af63;_0x362e81[_0x4e6c36(0x12e)]&&_0x23c36a[_0x4e6c36(0x197)](_0x362e81,_0x4e6c36(0x153),{'tablePasteChainId':_0x1f7626}),_0x2011a7[_0x4e6c36(0x12e)]&&_0x23c36a[_0x4e6c36(0x197)](_0x2011a7,_0x4e6c36(0xfa),{'tablePasteChainId':_0x1f7626}),_0x95f2fb[_0x4e6c36(0x12e)]&&(_0x23c36a[_0x4e6c36(0x197)](_0x95f2fb,_0x4e6c36(0x121),{'tablePasteChainId':_0x1f7626,'skipNestingCheck':!0x0}),_0x95f2fb[_0x4e6c36(0x190)](_0x557c79=>{const _0x380c9c=_0x4e6c36;var _0x39a7fd;return null===(_0x39a7fd=_0x557c79[_0x380c9c(0x10d)])||void 0x0===_0x39a7fd?void 0x0:_0x39a7fd[_0x380c9c(0x13c)](_0x557c79);})),_0xf64354[_0x4e6c36(0x12e)]&&(_0x23c36a[_0x4e6c36(0x176)](_0xf64354,_0x4e6c36(0x121),{'tablePasteChainId':_0x1f7626,'skipNestingCheck':!0x0}),_0xf64354[_0x4e6c36(0x190)](_0x29a426=>{const _0x46f197=_0x4e6c36;var _0x3a85c8;return null===(_0x3a85c8=_0x29a426[_0x46f197(0x10d)])||void 0x0===_0x3a85c8?void 0x0:_0x3a85c8[_0x46f197(0x13c)](_0x29a426);}));const _0x8fcd2d=_0x23c36a[_0x4e6c36(0xd7)](_0x2a749e[_0x4e6c36(0x186)](({element:_0x3cd8f6})=>_0x3cd8f6),{'formatGroupId':_0x2e73e2()},[],_0x4e6c36(0x184),{'tablePasteChainId':_0x1f7626});if(_0x8fcd2d){const _0x1abd31=_0x8fcd2d[_0x4e6c36(0xff)](),_0x59ed14=[];for(const {element:_0x30690e,attributes:_0x483cb3}of _0x2a749e){if(!_0x483cb3)continue;const _0x2dd501=_0x16031f[_0x4e6c36(0x146)][_0x4e6c36(0x13e)](_0x30690e),_0x2e2ba7=_0x1abd31[_0x4e6c36(0x183)](_0x1f567d=>_0x1f567d[_0x4e6c36(0x104)]()[_0x4e6c36(0x118)](_0x2dd501));_0x2e2ba7&&_0x59ed14[_0x4e6c36(0x154)]([_0x2e2ba7[_0x4e6c36(0x17d)],_0x483cb3]);}_0x59ed14[_0x4e6c36(0x12e)]&&_0x8fcd2d[_0x4e6c36(0x107)](_0x4e6c36(0x166),Object[_0x4e6c36(0x109)](_0x59ed14));}_0x10af63=null;}));},{'priority':_0x5882d6[_0x18f42b(0x15e)]+0xa}),_0x16031f[_0x18f42b(0xec)][_0x18f42b(0x18a)](_0x18f42b(0x111))['on'](_0x18f42b(0x160),(_0x4ef4e4,_0x33b18a)=>{const _0x1488f1=_0x18f42b,[_0x15c690,_0x4057b9,,_0x5cd291]=_0x33b18a;if(!_0x10af63)return;_0x4ef4e4[_0x1488f1(0xe6)]();const _0x350b37=_0x15c690[_0x1488f1(0xfe)],_0x2dd395=_0x4057b9,_0x4263ff=Pe(_0x350b37),_0x42dad9=Pe(_0x2dd395);_0x4ef4e4[_0x1488f1(0x162)]=_0x350b37;let _0xc3320c=null,_0x2dcb29=null;if(_0x42dad9||_0x4263ff){if(_0x4263ff&&!_0x42dad9){_0x5cd291[_0x1488f1(0x17f)](_0x350b37[_0x1488f1(0x13b)](0x0));for(const _0xdbe621 of Array[_0x1488f1(0xcb)](_0x2dd395[_0x1488f1(0x198)]()))_0x5cd291[_0x1488f1(0x10c)](_0xdbe621,_0x350b37,_0x1488f1(0x195));const _0x249de9=_0x10af63[_0x1488f1(0x187)][_0x1488f1(0x137)](_0x15c690[_0x1488f1(0xd3)]),_0x5234d9=_0x10af63[_0x1488f1(0x11b)][_0x1488f1(0x137)](_0x15c690[_0x1488f1(0x130)]);_0x249de9||_0x5234d9||(_0xc3320c=_0xbd8d13[_0x1488f1(0x11a)](_0x5cd291[_0x1488f1(0x165)](_0x350b37)));}else _0x42dad9&&!_0x4263ff&&(_0x2dcb29=_0x5cd291[_0x1488f1(0x165)](_0x350b37));}else{const _0x1d7a57=_0x5cd291[_0x1488f1(0xf8)](_0x1488f1(0x142)),_0x4e93f0=_0x5cd291[_0x1488f1(0xf8)](_0x1488f1(0x142));_0x5cd291[_0x1488f1(0xf0)](_0x5cd291[_0x1488f1(0x165)](_0x350b37),_0x4e93f0),_0x5cd291[_0x1488f1(0x10c)](_0x1d7a57,_0x350b37,0x0);for(const _0x7212ee of Array[_0x1488f1(0xcb)](_0x2dd395[_0x1488f1(0x198)]()))_0x5cd291[_0x1488f1(0x10c)](_0x7212ee,_0x1d7a57,_0x1488f1(0x195));_0xc3320c=_0xbd8d13[_0x1488f1(0x11a)](_0x5cd291[_0x1488f1(0x13e)](_0x1d7a57)),_0x2dcb29=_0xbd8d13[_0x1488f1(0x11a)](_0x5cd291[_0x1488f1(0x13e)](_0x4e93f0));}const _0x24b09d=Array[_0x1488f1(0xcb)](_0x2dd395[_0x1488f1(0x127)]())[_0x1488f1(0x114)](([_0x3bf645])=>ge[_0x1488f1(0x137)](_0x3bf645));_0x10af63[_0x1488f1(0x169)][_0x1488f1(0x154)]({'element':_0x350b37,'attributes':_0x24b09d[_0x1488f1(0x12e)]?Object[_0x1488f1(0x109)](_0x24b09d):null}),_0xc3320c&&_0x10af63[_0x1488f1(0x11e)][_0x1488f1(0x154)](_0xc3320c),_0x2dcb29&&_0x10af63[_0x1488f1(0x112)][_0x1488f1(0x154)](_0x2dcb29);},{'priority':_0x18f42b(0x15e)}),_0x26bdac['on'](_0x18f42b(0xe1),(_0x5083f9,_0x3a2ed8)=>{const _0x39fc3c=_0x18f42b,[_0xb7cbe,_0x22f7ca={}]=_0x3a2ed8;if(!_0x10af63)return;const _0x2af988=_0x22f7ca['at']||0x0,_0x342db4=_0x22f7ca[_0x39fc3c(0xdb)]||0x1;_0x10af63[_0x39fc3c(0x11b)]=new Array(_0x342db4)[_0x39fc3c(0x11c)](_0x2af988)[_0x39fc3c(0x186)]((_0x4e0ed8,_0x3b44c6)=>_0x4e0ed8+_0x3b44c6);for(const {cell:_0x1ca7f5}of _0x26bdac[_0x39fc3c(0x14e)](_0xb7cbe,{'startColumn':_0x2af988,'endColumn':_0x2af988+_0x342db4-0x1}))_0x10af63[_0x39fc3c(0x132)][_0x39fc3c(0x154)](_0x16031f[_0x39fc3c(0x146)][_0x39fc3c(0x13e)](_0x1ca7f5));},{'priority':_0x18f42b(0x10f)}),_0x26bdac['on'](_0x18f42b(0x12b),(_0x332d29,_0x59b93f)=>{const _0x3be976=_0x18f42b,[_0x824fb5,_0x82f667={}]=_0x59b93f;if(!_0x10af63)return;const _0x1f05ef=_0x82f667['at']||0x0,_0x28d7cb=_0x82f667[_0x3be976(0x171)]||0x1;_0x10af63[_0x3be976(0x187)]=new Array(_0x28d7cb)[_0x3be976(0x11c)](_0x1f05ef)[_0x3be976(0x186)]((_0xe5569e,_0x531b9c)=>_0xe5569e+_0x531b9c);for(const {cell:_0x4a51f3}of _0x26bdac[_0x3be976(0x14e)](_0x824fb5,{'startRow':_0x1f05ef,'endRow':_0x1f05ef+_0x28d7cb-0x1}))_0x10af63[_0x3be976(0x124)][_0x3be976(0x154)](_0x16031f[_0x3be976(0x146)][_0x3be976(0x13e)](_0x4a51f3));},{'priority':_0x18f42b(0x10f)}),_0x23c36a[_0x18f42b(0x11d)][_0x18f42b(0x155)](_0x34690c=>{const _0x29278d=_0x18f42b;if(_0x34690c[_0x29278d(0x175)]&&_0x34690c[_0x29278d(0x175)][_0x29278d(0x18f)](_0x29278d(0x121)))return _0x34690c[_0x29278d(0x136)]?{}:{'type':_0x29278d(0x150),'content':_0x59d586(_0x16031f[_0x29278d(0x17e)],_0x29278d(0xee))};});const _0x660c00=()=>!0x1;for(const _0x2b596d of[_0x18f42b(0x121),_0x18f42b(0xfa),_0x18f42b(0x153),_0x18f42b(0x184)])_0x23c36a[_0x18f42b(0x191)][_0x18f42b(0x14a)](_0x18f42b(0x150),_0x2b596d,_0x18f42b(0x14c),_0x660c00),_0x23c36a[_0x18f42b(0x191)][_0x18f42b(0x14a)](_0x18f42b(0x174),_0x2b596d,_0x18f42b(0x14c),_0x660c00),_0x23c36a[_0x18f42b(0x191)][_0x18f42b(0x14a)](_0x18f42b(0x149),_0x2b596d,_0x18f42b(0x14c),_0x660c00);_0x23c36a[_0x18f42b(0x191)][_0x18f42b(0x14a)](_0x18f42b(0x149),_0x18f42b(0x184),_0x18f42b(0x102),_0x660c00),_0x23c36a[_0x18f42b(0x191)][_0x18f42b(0x14a)](_0x18f42b(0x149),_0x18f42b(0x184),_0x18f42b(0xd9),(_0x2f0cab,_0x335211,_0x432e34)=>{const _0x4ae4d0=_0x18f42b,_0x35eed2=_0x2f0cab[_0x4ae4d0(0x186)](_0x19b929=>_0x19b929[_0x4ae4d0(0x19a)]())[_0x4ae4d0(0x114)](_0x17a510=>_0x17a510),_0x31be35=new Map(_0x35eed2[_0x4ae4d0(0x186)](_0x23a081=>[_0x23a081,null]));if(_0x10af63){for(const {element:_0x1a8300,attributes:_0x17fd02}of _0x10af63[_0x4ae4d0(0x169)])_0x17fd02&&_0x31be35[_0x4ae4d0(0x196)](_0x1a8300,_0x17fd02);}else{if(_0x432e34&&_0x432e34[_0x4ae4d0(0x166)])for(const [_0x1af44f,_0x2171e5]of Object[_0x4ae4d0(0xdf)](_0x432e34[_0x4ae4d0(0x166)])){const _0x9dc22f=_0x16031f[_0x4ae4d0(0x146)][_0x4ae4d0(0xe4)][_0x4ae4d0(0x18a)](_0x1af44f),_0xe35ca=_0x9dc22f?_0x9dc22f[_0x4ae4d0(0x104)]()[_0x4ae4d0(0x19a)]():null;_0xe35ca&&_0x31be35[_0x4ae4d0(0x196)](_0xe35ca,_0x2171e5);}}_0x16031f[_0x4ae4d0(0x146)][_0x4ae4d0(0x145)](_0x34753d=>{const _0x43f152=_0x4ae4d0;for(const [_0x424e27,_0x341120]of _0x31be35)_0x34753d[_0x43f152(0x156)]({...Ce,..._0x341120},_0x424e27);});});const _0x194715=(_0xd84aa5,_0x1e0dc9)=>{const _0x4aabcc=_0x18f42b;_0x23c36a[_0x4aabcc(0x191)][_0x4aabcc(0x14a)](_0xd84aa5,_0x4aabcc(0x121),_0x1e0dc9,(_0x1b241c,_0x7e34c1,_0x1b2a9a)=>{const _0x42b233=_0x4aabcc;_0x16031f[_0x42b233(0x146)][_0x42b233(0x145)](_0x27c5ff=>{const _0x2dab29=_0x42b233,_0x5a17c3=[];for(const _0x5c9938 of _0x1b241c){const _0x3d0422=_0x5c9938[_0x2dab29(0x12a)][_0x2dab29(0x108)];_0x3d0422['is'](_0x2dab29(0x113),_0x2dab29(0x142))&&_0x5a17c3[_0x2dab29(0x154)](_0x3d0422);}_0x23c36a[_0x2dab29(0x191)][_0x2dab29(0x16d)](_0xd84aa5,null,_0x1e0dc9)(_0x1b241c,_0x7e34c1,_0x1b2a9a);for(const _0x63d708 of _0x5a17c3)_0x2dab29(0x122)!=_0x63d708[_0x2dab29(0x199)][_0x2dab29(0xe2)]&&_0x27c5ff[_0x2dab29(0x170)](_0x63d708);});});};_0x194715(_0x18f42b(0x150),_0x18f42b(0xd9)),_0x194715(_0x18f42b(0x150),_0x18f42b(0x102)),_0x194715(_0x18f42b(0x174),_0x18f42b(0xd9)),_0x194715(_0x18f42b(0x174),_0x18f42b(0x102)),_0x23c36a[_0x18f42b(0x191)][_0x18f42b(0x14a)](_0x18f42b(0x150),_0x18f42b(0x153),_0x18f42b(0x102),_0xf117fa=>{const _0x267106=_0x18f42b,_0x100c7e=_0xf117fa[_0x267106(0x186)](_0x32d828=>_0x32d828[_0x267106(0x19a)]()),_0x5a91cb=_0x100c7e[0x0][_0x267106(0x101)](_0x267106(0x168)),{minRow:_0x29c1c7,maxRow:_0x16732d}=_0x124b85[_0x267106(0xfc)](_0x100c7e);_0x26bdac[_0x267106(0x18b)](_0x5a91cb,{'at':_0x29c1c7,'rows':_0x16732d-_0x29c1c7+0x1});}),_0x23c36a[_0x18f42b(0x191)][_0x18f42b(0x14a)](_0x18f42b(0x150),_0x18f42b(0xfa),_0x18f42b(0x102),_0x26d9ea=>{const _0x1fd54f=_0x18f42b,_0x1bca22=_0x26d9ea[_0x1fd54f(0x186)](_0x4ce029=>_0x4ce029[_0x1fd54f(0x19a)]()),_0x2e137d=_0x1bca22[0x0][_0x1fd54f(0x101)](_0x1fd54f(0x168)),{minColumn:_0x44deb4,maxColumn:_0x5bf2f2}=_0x124b85[_0x1fd54f(0xfc)](_0x1bca22);_0x26bdac[_0x1fd54f(0xf4)](_0x2e137d,{'at':_0x44deb4,'columns':_0x5bf2f2-_0x44deb4+0x1});});const _0x58fc80=(_0x5e4300,_0x2a54aa)=>{const _0x31abe4=_0x18f42b;if(!_0x2a54aa[_0x31abe4(0x175)]||!_0x2a54aa[_0x31abe4(0x175)][_0x31abe4(0x18f)](_0x31abe4(0x121)))return;const _0x4041e9=_0x2a54aa[_0x31abe4(0x15d)][_0x31abe4(0x18d)],_0x2d77b2=_0x23c36a[_0x31abe4(0x12c)]()[_0x31abe4(0x114)](_0x25a64a=>_0x25a64a[_0x31abe4(0x115)]&&_0x25a64a[_0x31abe4(0x15d)]&&_0x25a64a[_0x31abe4(0x15d)][_0x31abe4(0x18d)]==_0x4041e9);_0x2d77b2[_0x31abe4(0x12e)]&&_0x2a54aa[_0x31abe4(0xce)]()[_0x31abe4(0x12e)]!=_0x2d77b2[_0x31abe4(0x12e)]&&_0x2d77b2[_0x31abe4(0x152)]((_0x42a6d4,_0x14c00b)=>(_0x42a6d4[_0x31abe4(0xfd)]=_0x14c00b,_0x14c00b[_0x31abe4(0x136)]=_0x42a6d4,_0x14c00b));};function _0x35a30e(_0x15ee71,_0x2cc8ee=!0x0){const _0x3ae925=_0x18f42b,{id:_0x4096a6}=_0x23c36a[_0x3ae925(0x158)](_0x15ee71[_0x3ae925(0xe9)]),_0x568332=[_0x3ae925(0xd0),_0x3ae925(0x131)],_0x11de41=_0x23c36a[_0x3ae925(0x180)][_0x3ae925(0x137)](_0x15ee71[_0x3ae925(0xe9)]);return _0x11de41&&_0x568332[_0x3ae925(0x154)](_0x3ae925(0x135)),{'classes':_0x568332,'attributes':{'data-suggestion':_0x4096a6},'priority':_0x11de41&&_0x2cc8ee?0xbc2:0xbb8};}_0x23c36a['on'](_0x18f42b(0x18c),_0x58fc80,{'priority':_0x18f42b(0x15e)}),_0x23c36a['on'](_0x18f42b(0x15f),_0x58fc80,{'priority':_0x18f42b(0x15e)}),_0x16031f[_0x18f42b(0x146)][_0x18f42b(0xdd)][_0x18f42b(0x178)](()=>{const _0x49fa03=_0x18f42b;let _0x40eaac=!0x1;const _0x5a54b7=Array[_0x49fa03(0xcb)](_0x16031f[_0x49fa03(0x146)][_0x49fa03(0xdd)][_0x49fa03(0x17a)][_0x49fa03(0xea)]());for(const {name:_0x1a8f0b,data:_0x606a4b}of _0x5a54b7){const {group:_0xa8440b,type:_0x5969c6,id:_0x49a66d}=_0x23c36a[_0x49fa03(0x158)](_0x1a8f0b);if(_0x49fa03(0x151)!=_0xa8440b||_0x49fa03(0x174)!=_0x5969c6||_0x606a4b[_0x49fa03(0x103)])continue;if(!_0x23c36a[_0x49fa03(0xed)](_0x49a66d))continue;const _0x5ee035=_0x23c36a[_0x49fa03(0x14d)](_0x49a66d)[_0x49fa03(0xef)](),_0xde0244=_0x16031f[_0x49fa03(0xec)][_0x49fa03(0x18a)](_0x49fa03(0x13d))['me'];for(const _0x23778a of _0x23c36a[_0x49fa03(0x12c)]()){if(!_0x23778a[_0x49fa03(0x115)]||_0x23778a[_0x49fa03(0x12d)]!=_0xde0244)continue;if(_0x49fa03(0x149)!=_0x23778a[_0x49fa03(0xf1)]||_0x49fa03(0x184)!=_0x23778a[_0x49fa03(0x175)])continue;if(_0x23778a[_0x49fa03(0xef)]()[_0x49fa03(0x140)](_0x2840e9=>_0x5ee035[_0x49fa03(0xd5)](_0x321e94=>_0x321e94[_0x49fa03(0xe5)](_0x2840e9,!0x0)))){for(const _0x1e468c of _0x23778a[_0x49fa03(0xce)]())_0x1e468c[_0x49fa03(0x115)]&&(_0x1e468c[_0x49fa03(0x102)](),_0x40eaac=!0x0);}}}return _0x40eaac;}),_0x16031f[_0x18f42b(0x146)][_0x18f42b(0xdd)][_0x18f42b(0x178)](_0x45158b=>{const _0xeb691c=_0x18f42b,_0x33d518=_0x16031f[_0xeb691c(0xf3)][_0xeb691c(0x18a)](_0xeb691c(0x16a));if(!_0x33d518||!_0x33d518[_0xeb691c(0x192)][_0xeb691c(0x12f)](_0x45158b[_0xeb691c(0x163)]))return!0x1;let _0x3a2095=!0x1;const _0x201f0b=_0x16031f[_0xeb691c(0xec)][_0xeb691c(0x18a)](_0xeb691c(0x13d))['me'],_0x4b3679=_0x16031f[_0xeb691c(0x146)][_0xeb691c(0xdd)][_0xeb691c(0x17a)][_0xeb691c(0x14f)](),_0x2cdcdf=Array[_0xeb691c(0xcb)](_0x16031f[_0xeb691c(0x146)][_0xeb691c(0xdd)][_0xeb691c(0x17a)][_0xeb691c(0xea)]())[_0xeb691c(0x114)](({name:_0x1e8b33,data:_0x466dfe})=>{const _0x534626=_0xeb691c,{group:_0x5e1589,subType:_0x2c450f,authorId:_0x261c20}=_0x23c36a[_0x534626(0x158)](_0x1e8b33);return _0x534626(0x151)==_0x5e1589&&_0x534626(0x121)==_0x2c450f&&_0x261c20==_0x201f0b['id']&&!_0x466dfe[_0x534626(0x103)];});for(const _0x1c8263 of _0x4b3679){if(_0xeb691c(0x10c)!=_0x1c8263[_0xeb691c(0xf1)]||_0xeb691c(0x142)!=_0x1c8263[_0xeb691c(0x17d)]||0x1!=_0x1c8263[_0xeb691c(0x12e)])continue;const _0x3bda67=_0x45158b[_0xeb691c(0x17c)](_0x1c8263[_0xeb691c(0xde)],_0x1c8263[_0xeb691c(0xde)][_0xeb691c(0xd6)](0x1));if(!_0x2cdcdf[_0xeb691c(0x183)](({data:_0x4a1283})=>_0x4a1283[_0xeb691c(0x18e)][_0xeb691c(0x118)](_0x3bda67))){for(const {name:_0x9b57ac,data:_0x20bb70}of _0x2cdcdf)if(_0x3bda67[_0xeb691c(0xe5)](_0x20bb70[_0xeb691c(0x18e)])){_0x45158b[_0xeb691c(0x147)](_0x9b57ac,{'range':_0x3bda67}),_0x3a2095=!0x0;break;}}}return _0x3a2095;}),_0x16031f[_0x18f42b(0x146)][_0x18f42b(0xdd)][_0x18f42b(0x178)](_0x2b6980=>{const _0x14b878=_0x18f42b;let _0x18db43=!0x1;const _0x55d3ea=_0x16031f[_0x14b878(0xec)][_0x14b878(0x18a)](_0x14b878(0x13d))['me'],_0x36dbc6=_0x23c36a[_0x14b878(0x12c)]()[_0x14b878(0x114)](_0x49543f=>_0x49543f[_0x14b878(0x115)]&&_0x49543f[_0x14b878(0x12d)]==_0x55d3ea),_0x3dd938=new Set(),_0x372c67=new Set();for(const _0x4e9a41 of _0x36dbc6)if(_0x14b878(0x121)==_0x4e9a41[_0x14b878(0x175)])for(const _0x566f3c of _0x4e9a41[_0x14b878(0xff)]()){const _0x27586f=_0x566f3c[_0x14b878(0x104)]()[_0x14b878(0x19a)]();if(_0x27586f){if(_0x27586f['is'](_0x14b878(0x113),_0x14b878(0x142))&&Pe(_0x27586f)){_0x4e9a41[_0x14b878(0x105)](_0x566f3c[_0x14b878(0x17d)]),_0x3dd938[_0x14b878(0x139)](_0x27586f),_0x18db43=!0x0;const _0x194066=_0x27586f[_0x14b878(0x120)],_0x2252f6=_0x27586f[_0x14b878(0x125)],_0x4f5842=_0x194066&&_0x194066['is'](_0x14b878(0x113),_0x14b878(0x142)),_0x59e640=_0x2252f6&&_0x2252f6['is'](_0x14b878(0x113),_0x14b878(0x142));_0x4f5842&&!_0x3dd938[_0x14b878(0x12f)](_0x194066)&&_0x372c67[_0x14b878(0x139)](_0x194066),_0x59e640&&!_0x3dd938[_0x14b878(0x12f)](_0x2252f6)&&_0x372c67[_0x14b878(0x139)](_0x2252f6);}else _0x27586f['is'](_0x14b878(0x113),_0x14b878(0xcd))&&_0x27586f[_0x14b878(0x10b)]&&(_0x4e9a41[_0x14b878(0x105)](_0x566f3c[_0x14b878(0x17d)]),_0x18db43=!0x0);}}else{if(_0x14b878(0x184)==_0x4e9a41[_0x14b878(0x175)]){if(!_0x4e9a41[_0x14b878(0x15d)]||!_0x4e9a41[_0x14b878(0x15d)][_0x14b878(0x18d)])continue;const _0x2d7355=_0x4e9a41[_0x14b878(0x15d)][_0x14b878(0x166)];if(_0x2d7355&&Object[_0x14b878(0x16f)](_0x2d7355)[_0x14b878(0x12e)])continue;const _0x41d09e=_0x4e9a41[_0x14b878(0x15d)][_0x14b878(0x18d)];let _0x4b5990=!0x0,_0x390109=!0x0;for(const _0x1c8814 of _0x36dbc6)if(_0x1c8814[_0x14b878(0x175)]&&_0x1c8814[_0x14b878(0x175)][_0x14b878(0x18f)](_0x14b878(0x121))){if(!_0x1c8814[_0x14b878(0x15d)][_0x14b878(0x18d)]){_0x390109=!0x1;break;}if(_0x1c8814['id']!=_0x4e9a41['id']&&_0x1c8814[_0x14b878(0x15d)][_0x14b878(0x18d)]==_0x41d09e){_0x4b5990=!0x1;break;}}_0x390109&&_0x4b5990&&(_0x4e9a41[_0x14b878(0xda)](),_0x18db43=!0x0);}}for(const _0x25afc7 of _0x3dd938)_0x2b6980[_0x14b878(0x17f)](_0x25afc7);for(const _0x3c5312 of _0x372c67)_0x2b6980[_0x14b878(0x170)](_0x3c5312);return _0x18db43;}),_0x16031f[_0x18f42b(0x119)][_0x18f42b(0x185)](_0x18f42b(0x15b))[_0x18f42b(0x16c)]({'model':_0x18f42b(0x129),'view':(_0x4043ff,_0x2827fa)=>_0x35a30e(_0x4043ff),'converterPriority':_0x18f42b(0x15e)}),_0x16031f[_0x18f42b(0x119)][_0x18f42b(0x185)](_0x18f42b(0xe8))[_0x18f42b(0x16c)]({'model':_0x18f42b(0x129),'view':(_0x21c3c7,_0x332b9a)=>_0x332b9a[_0x18f42b(0xd1)][_0x18f42b(0x182)]?_0x35a30e(_0x21c3c7,!0x1):null,'converterPriority':_0x18f42b(0x15e)});const _0x2eea21=_0x16031f[_0x18f42b(0xdc)][_0x18f42b(0x157)];this[_0x18f42b(0x134)](_0x2eea21[_0x18f42b(0xdd)],_0x18f42b(0xf6),(_0x3d5f58,_0x2e3fba)=>{const _0x46b4a0=_0x18f42b,_0x3ba951=[];for(const _0x1b63d5 of _0x2eea21[_0x46b4a0(0x165)](_0x2e3fba[_0x46b4a0(0x15c)])[_0x46b4a0(0x179)]())_0x1b63d5['is'](_0x46b4a0(0x113),_0x46b4a0(0xeb))&&_0x3ba951[_0x46b4a0(0x154)](_0x1b63d5);_0x2eea21[_0x46b4a0(0x145)](_0x5d60e0=>{const _0x3bc63d=_0x46b4a0;for(const _0x7b9eb4 of _0x3ba951)_0x5d60e0[_0x3bc63d(0xf2)](_0x5d60e0[_0x3bc63d(0x165)](_0x7b9eb4),_0x5d60e0[_0x3bc63d(0x117)](_0x7b9eb4)),_0x5d60e0[_0x3bc63d(0x17f)](_0x7b9eb4);});});}}function _0x1ae9(_0x27e948,_0x22832b){const _0x4a9707=_0x4a97();return _0x1ae9=function(_0x1ae924,_0x4f19e7){_0x1ae924=_0x1ae924-0xcb;let _0x339c6a=_0x4a9707[_0x1ae924];return _0x339c6a;},_0x1ae9(_0x27e948,_0x22832b);}function Pe(_0x1bf2aa){const _0x165381=_0x33b78c;if(_0x1bf2aa[_0x165381(0x10b)])return!0x0;const _0x5437cf=_0x1bf2aa[_0x165381(0x13b)](0x0);return _0x5437cf['is'](_0x165381(0x113),_0x165381(0xcd))&&_0x5437cf[_0x165381(0x10b)];}function he(_0x13c63a,_0x52875e={},_0xd66015){const _0x13ca7f=_0x33b78c;for(const {isAnchor:_0x867c5,cellHeight:_0xbd93a8,cellWidth:_0x3606ac}of _0xd66015[_0x13ca7f(0x14e)](_0x13c63a,{'includeAllSlots':!0x0,..._0x52875e}))if(!_0x867c5||0x1!=_0xbd93a8||0x1!=_0x3606ac)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 _0x52024d=_0x3e8f;function _0x2667(){const _0x96e2b4=['TrackChangesEditing','getSelectedElement','formatBlock','2457852tNSVQg','locale','3195252itIinv','*Format:*\x20resize\x20table','_suggestionFactory','getSuggestionCallback','getAttribute','plugins','805654BQJmCm','subType','selection','has','resizeTableWidth','tableWidth','getColumnGroupElement','handleSuggestionDescription','registerDescriptionCallback','_descriptionFactory','table','model','7rHNMST','handleResizeTableWidthCommand','getContainedElement','5szPCVD','columnWidths','2bBOoYU','10fXTQxh','19021536GFtxNM','document','afterInit','discard','3689778qpHMFM','resizeTable','type','formatGroupId','9jniKDH','get','accept','getSuggestions','editor','markBlockFormat','getTableColumnsWidths','Users','registerCustomCallback','author','1237181ccPgIz','format','change','TableColumnResizeEditing','6953816OevQZh','bind','data','formatInline','commandParams','enableCommand'];_0x2667=function(){return _0x96e2b4;};return _0x2667();}(function(_0x25f265,_0x5c8aaa){const _0x49b48f=_0x3e8f,_0x22641e=_0x25f265();while(!![]){try{const _0x3985ce=parseInt(_0x49b48f(0x190))/0x1+-parseInt(_0x49b48f(0x1a1))/0x2*(parseInt(_0x49b48f(0x1a7))/0x3)+parseInt(_0x49b48f(0x18a))/0x4*(-parseInt(_0x49b48f(0x19f))/0x5)+parseInt(_0x49b48f(0x188))/0x6*(-parseInt(_0x49b48f(0x19c))/0x7)+parseInt(_0x49b48f(0x17f))/0x8*(parseInt(_0x49b48f(0x1ab))/0x9)+-parseInt(_0x49b48f(0x1a2))/0xa*(parseInt(_0x49b48f(0x17b))/0xb)+parseInt(_0x49b48f(0x1a3))/0xc;if(_0x3985ce===_0x5c8aaa)break;else _0x22641e['push'](_0x22641e['shift']());}catch(_0x417298){_0x22641e['push'](_0x22641e['shift']());}}}(_0x2667,0xad225));import{Plugin as _0x541300}from'ckeditor5/src/core.js';function _0x3e8f(_0x46c296,_0x4282f0){const _0x26671b=_0x2667();return _0x3e8f=function(_0x3e8f5b,_0x349514){_0x3e8f5b=_0x3e8f5b-0x172;let _0x3940d8=_0x26671b[_0x3e8f5b];return _0x3940d8;},_0x3e8f(_0x46c296,_0x4282f0);}import{getTranslation as _0x1fa970}from'../utils/common-translations.js';export default class vt extends _0x541300{[_0x52024d(0x1a5)](){const _0x4d984e=_0x52024d;if(!this[_0x4d984e(0x175)][_0x4d984e(0x18f)][_0x4d984e(0x193)](_0x4d984e(0x17e)))return;const _0x3644cb=this[_0x4d984e(0x175)][_0x4d984e(0x18f)][_0x4d984e(0x172)](_0x4d984e(0x185));_0x3644cb[_0x4d984e(0x184)](_0x4d984e(0x194),this[_0x4d984e(0x19d)][_0x4d984e(0x180)](this)),_0x3644cb[_0x4d984e(0x18c)][_0x4d984e(0x179)](_0x4d984e(0x187),_0x4d984e(0x1a8),_0x4d984e(0x173),_0x3644cb[_0x4d984e(0x18c)][_0x4d984e(0x18d)](_0x4d984e(0x187),null,_0x4d984e(0x1a6))),_0x3644cb[_0x4d984e(0x18c)][_0x4d984e(0x179)](_0x4d984e(0x187),_0x4d984e(0x1a8),_0x4d984e(0x1a6),_0x3644cb[_0x4d984e(0x18c)][_0x4d984e(0x18d)](_0x4d984e(0x187),null,_0x4d984e(0x173))),_0x3644cb[_0x4d984e(0x199)][_0x4d984e(0x198)](this[_0x4d984e(0x197)][_0x4d984e(0x180)](this));}[_0x52024d(0x19d)](_0x4360f9,_0x412a37){const _0x44c4ff=_0x52024d,_0x50cfc3=this[_0x44c4ff(0x175)][_0x44c4ff(0x18f)][_0x44c4ff(0x172)](_0x44c4ff(0x185)),_0x1dd0ad=this[_0x44c4ff(0x175)][_0x44c4ff(0x18f)][_0x44c4ff(0x172)](_0x44c4ff(0x17e)),_0x20a2f2=_0x412a37[_0x44c4ff(0x19a)]||this[_0x44c4ff(0x175)][_0x44c4ff(0x19b)][_0x44c4ff(0x1a4)][_0x44c4ff(0x192)][_0x44c4ff(0x186)]();this[_0x44c4ff(0x175)][_0x44c4ff(0x19b)][_0x44c4ff(0x17d)](()=>{const _0x5a6715=_0x44c4ff,_0x2f8bd2=_0x1dd0ad[_0x5a6715(0x196)](_0x20a2f2);let _0x72b0d7=_0x2f8bd2?_0x1dd0ad[_0x5a6715(0x177)](_0x2f8bd2):null,_0x3690bc=_0x20a2f2[_0x5a6715(0x18e)](_0x5a6715(0x195))||null;const _0x273379=_0x412a37[_0x5a6715(0x195)]||_0x3690bc,_0x407c4e=_0x412a37[_0x5a6715(0x1a0)]||_0x72b0d7,_0x80db75=this[_0x5a6715(0x175)][_0x5a6715(0x18f)][_0x5a6715(0x172)](_0x5a6715(0x178))['me'];for(const _0x4adfbd of _0x50cfc3[_0x5a6715(0x174)]()){const _0x34b444=_0x4adfbd[_0x5a6715(0x19e)]();if(_0x5a6715(0x1a8)===_0x4adfbd[_0x5a6715(0x191)]&&_0x34b444===_0x20a2f2){_0x4adfbd[_0x5a6715(0x17a)]!==_0x80db75&&_0x4adfbd[_0x5a6715(0x1a6)]();const _0x132819=_0x4adfbd[_0x5a6715(0x181)][_0x5a6715(0x183)];_0x3690bc=_0x132819[0x0][_0x5a6715(0x195)],_0x72b0d7=_0x132819[0x0][_0x5a6715(0x1a0)];break;}}_0x4360f9({'table':_0x20a2f2,'tableWidth':_0x273379,'columnWidths':_0x407c4e}),_0x50cfc3[_0x5a6715(0x176)](_0x20a2f2,{'commandName':_0x5a6715(0x194),'commandParams':[{'tableWidth':_0x3690bc,'columnWidths':_0x72b0d7}],'formatGroupId':_0x5a6715(0x1a8)},[],_0x5a6715(0x1a8));});}[_0x52024d(0x197)](_0x130834){const _0x2b0b46=_0x52024d;if(_0x2b0b46(0x187)!=_0x130834[_0x2b0b46(0x1a9)]&&_0x2b0b46(0x182)!=_0x130834[_0x2b0b46(0x1a9)])return;const {data:_0x3d9fcb}=_0x130834;if(_0x3d9fcb&&_0x2b0b46(0x1a8)===_0x3d9fcb[_0x2b0b46(0x1aa)]){const _0xe589c8=_0x2b0b46(0x18b);return{'type':_0x2b0b46(0x17c),'content':_0x1fa970(this[_0x2b0b46(0x175)][_0x2b0b46(0x189)],_0xe589c8)};}}}
@@ -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 _0x524654=_0x26de;function _0x4d78(){const _0x584141=['highest','TableEditing','_registerLegacyDescription','requires','removeMarker:suggestion','item','downcastDispatcher','3180355oclgWo','options','_acceptFormatSuggestionCallbackFactory','editing','commandParams','includes','12504448SDupEa','662048TbFZJO','data','getCellLocation','38PfZgin','headingColumns','ck-suggestion-marker--active','editor','*Format:*\x20%0','type','setTableRowHeader','forceValue','unbindElementFromMarkerName','formatBlock','format','markerName','addMarker:suggestion','showSuggestionHighlights','markerNameToElements','_suggestionFactory','bindElementToMarker','cell','53143uDrGmG','setAttribute','afterInit','setTableColumnHeader','_splitMarkerName','TrackChangesEditing','registerAttributeLabel','get','writer','data-suggestion','markerRange','locale','nodeBefore','FORMAT_HEADER_ROW','20668Pmwxwu','14YqEGsF','registerDescriptionCallback','createTableWalker','35874FUMmgZ','name','FORMAT_REGULAR_ROW','parent','getSuggestion','consume','mapper','_descriptionFactory','registerCustomCallback','_enableDefaultAttributesIntegration','1095396OgOvrR','removeAttribute','consumable','has','stop','start','activeMarkers','ck-suggestion-marker-','plugins','headingRows','TableUtils','FORMAT_HEADER_COLUMN','toViewElement','commandName','216IMCKgg','accept','_handleLegacySuggestions','FORMAT_REGULAR_COLUMN','460gfgtGC','addClass','end','nodeAfter','removeClass'];_0x4d78=function(){return _0x584141;};return _0x4d78();}(function(_0x3d222d,_0x4ffaef){const _0x49f8c8=_0x26de,_0x509162=_0x3d222d();while(!![]){try{const _0x5713b6=-parseInt(_0x49f8c8(0x1ac))/0x1*(parseInt(_0x49f8c8(0x1f0))/0x2)+-parseInt(_0x49f8c8(0x1d6))/0x3*(-parseInt(_0x49f8c8(0x1ba))/0x4)+parseInt(_0x49f8c8(0x1e6))/0x5+parseInt(_0x49f8c8(0x1c8))/0x6*(-parseInt(_0x49f8c8(0x1bb))/0x7)+parseInt(_0x49f8c8(0x1ed))/0x8+-parseInt(_0x49f8c8(0x1be))/0x9*(parseInt(_0x49f8c8(0x1da))/0xa)+parseInt(_0x49f8c8(0x1ec))/0xb;if(_0x5713b6===_0x4ffaef)break;else _0x509162['push'](_0x509162['shift']());}catch(_0xa1515e){_0x509162['push'](_0x509162['shift']());}}}(_0x4d78,0xa36e6));function _0x26de(_0x186baa,_0x357699){const _0x4d78be=_0x4d78();return _0x26de=function(_0x26de80,_0x404528){_0x26de80=_0x26de80-0x19f;let _0x453a3c=_0x4d78be[_0x26de80];return _0x453a3c;},_0x26de(_0x186baa,_0x357699);}import{Plugin as _0x152fb0}from'ckeditor5/src/core.js';import _0x21860a from'./table.js';import{getTranslation as _0xcdf90}from'../utils/common-translations.js';export default class At extends _0x152fb0{static get[_0x524654(0x1e2)](){return[_0x21860a];}[_0x524654(0x1ae)](){const _0x24c1b5=_0x524654,_0x20d684=this[_0x24c1b5(0x1f3)];if(!_0x20d684[_0x24c1b5(0x1d0)][_0x24c1b5(0x1cb)](_0x24c1b5(0x1e0)))return;const _0x4a6554=_0x20d684[_0x24c1b5(0x1b7)],_0x2453a6=_0x20d684[_0x24c1b5(0x1d0)][_0x24c1b5(0x1b3)](_0x24c1b5(0x1b1));_0x2453a6[_0x24c1b5(0x1c7)](_0x24c1b5(0x1a0),[],[_0x24c1b5(0x1d1)]),_0x2453a6[_0x24c1b5(0x1c7)](_0x24c1b5(0x1af),[],[_0x24c1b5(0x1f1)]),_0x2453a6[_0x24c1b5(0x1c5)][_0x24c1b5(0x1b2)](_0x24c1b5(0x1d1),_0xcdf90(_0x4a6554,_0x24c1b5(0x1b9))),_0x2453a6[_0x24c1b5(0x1c5)][_0x24c1b5(0x1b2)](_0x24c1b5(0x1f1),_0xcdf90(_0x4a6554,_0x24c1b5(0x1d3))),this[_0x24c1b5(0x1d8)]();}[_0x524654(0x1d8)](){const _0x55dee5=_0x524654,_0x14e5df=this[_0x55dee5(0x1f3)][_0x55dee5(0x1d0)][_0x55dee5(0x1b3)](_0x55dee5(0x1b1)),_0x1ffa00=this[_0x55dee5(0x1f3)][_0x55dee5(0x1d0)][_0x55dee5(0x1b3)](_0x55dee5(0x1d2)),_0x44fd78=this[_0x55dee5(0x1f3)][_0x55dee5(0x1d0)][_0x55dee5(0x1b3)](_0x21860a)[_0x55dee5(0x1e8)]();function _0x242f07({showActiveMarker:_0x612fe9=!0x0,setDataAttribute:_0x117798=!0x0}={}){return(_0x277f43,_0x2fd7a2,_0x5ee047)=>{const _0x4fdde6=_0x26de,{type:_0x2b26ee,id:_0x5b41ab}=_0x14e5df[_0x4fdde6(0x1b0)](_0x2fd7a2[_0x4fdde6(0x1a5)]),_0x704019=_0x14e5df[_0x4fdde6(0x1c2)](_0x5b41ab),_0x43b16f=_0x704019[_0x4fdde6(0x1ee)];if(_0x4fdde6(0x1a3)!=_0x704019[_0x4fdde6(0x19f)]||!_0x43b16f||_0x4fdde6(0x1af)!=_0x43b16f[_0x4fdde6(0x1d5)])return;if(_0x2fd7a2[_0x4fdde6(0x1e4)])return void _0x277f43[_0x4fdde6(0x1cc)]();if(!_0x5ee047[_0x4fdde6(0x1ca)][_0x4fdde6(0x1c3)](_0x2fd7a2[_0x4fdde6(0x1b6)],_0x277f43[_0x4fdde6(0x1bf)]))return;const _0x5262ed=_0x2fd7a2[_0x4fdde6(0x1b6)][_0x4fdde6(0x1cd)][_0x4fdde6(0x1dd)],_0x26f725=_0x2fd7a2[_0x4fdde6(0x1b6)][_0x4fdde6(0x1dc)][_0x4fdde6(0x1b8)],_0x3b35fb=_0x5262ed[_0x4fdde6(0x1c1)][_0x4fdde6(0x1c1)],{column:_0x5701e9}=_0x1ffa00[_0x4fdde6(0x1ef)](_0x5262ed),{column:_0x12ceb7}=_0x1ffa00[_0x4fdde6(0x1ef)](_0x26f725);for(let _0x4b2a2f=_0x5701e9;_0x4b2a2f<=_0x12ceb7;_0x4b2a2f++){const _0x29b8cf=_0x1ffa00[_0x4fdde6(0x1bd)](_0x3b35fb,{'column':_0x4b2a2f,'includeAllSlots':!0x1});for(const _0x560071 of _0x29b8cf){const _0x25e601=_0x560071[_0x4fdde6(0x1ab)],_0x175331=_0x5ee047[_0x4fdde6(0x1c4)][_0x4fdde6(0x1d4)](_0x25e601);_0x5ee047[_0x4fdde6(0x1b4)][_0x4fdde6(0x1db)](_0x4fdde6(0x1cf)+_0x2b26ee,_0x175331),_0x117798&&_0x5ee047[_0x4fdde6(0x1b4)][_0x4fdde6(0x1ad)](_0x4fdde6(0x1b5),_0x5b41ab,_0x175331),_0x5ee047[_0x4fdde6(0x1c4)][_0x4fdde6(0x1aa)](_0x175331,_0x2fd7a2[_0x4fdde6(0x1a5)]),_0x612fe9&&(_0x14e5df[_0x4fdde6(0x1ce)][_0x4fdde6(0x1eb)](_0x2fd7a2[_0x4fdde6(0x1a5)])?_0x5ee047[_0x4fdde6(0x1b4)][_0x4fdde6(0x1db)](_0x4fdde6(0x1f2),_0x175331):_0x5ee047[_0x4fdde6(0x1b4)][_0x4fdde6(0x1de)](_0x4fdde6(0x1f2),_0x175331));}}};}_0x14e5df[_0x55dee5(0x1a9)][_0x55dee5(0x1c6)](_0x55dee5(0x1a3),_0x55dee5(0x1a0),_0x55dee5(0x1d7),_0x44fd78),_0x14e5df[_0x55dee5(0x1a9)][_0x55dee5(0x1c6)](_0x55dee5(0x1a3),_0x55dee5(0x1af),_0x55dee5(0x1d7),_0x44fd78),this[_0x55dee5(0x1f3)][_0x55dee5(0x1e9)][_0x55dee5(0x1e5)]['on'](_0x55dee5(0x1a6),_0x242f07(),{'priority':_0x55dee5(0x1df)}),this[_0x55dee5(0x1f3)][_0x55dee5(0x1ee)][_0x55dee5(0x1e5)]['on'](_0x55dee5(0x1a6),(_0xf643c3,_0x57f5cb,_0x3c402f)=>{const _0x193d95=_0x55dee5;_0x3c402f[_0x193d95(0x1e7)][_0x193d95(0x1a7)]&&_0x242f07({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0xf643c3,_0x57f5cb,_0x3c402f);},{'priority':_0x55dee5(0x1df)}),this[_0x55dee5(0x1f3)][_0x55dee5(0x1e9)][_0x55dee5(0x1e5)]['on'](_0x55dee5(0x1e3),(_0x3b3792,_0x4d6e24,_0x40ec5f)=>{const _0x2fce9f=_0x55dee5,{type:_0x4416d2,id:_0x3e01b8}=_0x14e5df[_0x2fce9f(0x1b0)](_0x4d6e24[_0x2fce9f(0x1a5)]),_0x1f354d=_0x14e5df[_0x2fce9f(0x1c2)](_0x3e01b8),_0x1e0cbf=_0x1f354d[_0x2fce9f(0x1ee)];if(_0x2fce9f(0x1a3)!=_0x1f354d[_0x2fce9f(0x19f)]||!_0x1e0cbf||_0x2fce9f(0x1af)!=_0x1e0cbf[_0x2fce9f(0x1d5)])return;const _0x1adf45=_0x40ec5f[_0x2fce9f(0x1c4)][_0x2fce9f(0x1a8)](_0x4d6e24[_0x2fce9f(0x1a5)]);if(_0x1adf45){for(const _0x2fcc54 of _0x1adf45)_0x40ec5f[_0x2fce9f(0x1b4)][_0x2fce9f(0x1de)](_0x2fce9f(0x1cf)+_0x4416d2,_0x2fcc54),_0x40ec5f[_0x2fce9f(0x1b4)][_0x2fce9f(0x1de)](_0x2fce9f(0x1f2),_0x2fcc54),_0x40ec5f[_0x2fce9f(0x1b4)][_0x2fce9f(0x1c9)](_0x2fce9f(0x1b5),_0x2fcc54),_0x40ec5f[_0x2fce9f(0x1c4)][_0x2fce9f(0x1a2)](_0x2fcc54,_0x4d6e24[_0x2fce9f(0x1a5)]);}},{'priority':_0x55dee5(0x1df)}),this[_0x55dee5(0x1e1)]();}[_0x524654(0x1e1)](){const _0x30d42c=_0x524654,_0x5d9eaa=this[_0x30d42c(0x1f3)],_0x15da15=_0x5d9eaa[_0x30d42c(0x1b7)];function _0x39e3bb(_0x1557ed){const _0x25caed=_0x30d42c;return{'type':_0x25caed(0x1a4),'content':_0xcdf90(_0x15da15,_0x25caed(0x1f4),_0x1557ed)};}_0x5d9eaa[_0x30d42c(0x1d0)][_0x30d42c(0x1b3)](_0x30d42c(0x1b1))[_0x30d42c(0x1c5)][_0x30d42c(0x1bc)](_0x4447a5=>{const _0x13a1ff=_0x30d42c;if(_0x13a1ff(0x1a3)!=_0x4447a5[_0x13a1ff(0x19f)])return;const {data:_0x15d8fb}=_0x4447a5;if(_0x15d8fb){if(_0x13a1ff(0x1a0)==_0x15d8fb[_0x13a1ff(0x1d5)]){const _0x383663=_0x15d8fb[_0x13a1ff(0x1ea)][0x0][_0x13a1ff(0x1a1)];return _0x39e3bb(_0xcdf90(_0x15da15,_0x383663?_0x13a1ff(0x1b9):_0x13a1ff(0x1c0)));}if(_0x13a1ff(0x1af)==_0x15d8fb[_0x13a1ff(0x1d5)]){const _0x5b8872=_0x15d8fb[_0x13a1ff(0x1ea)][0x0][_0x13a1ff(0x1a1)];return _0x39e3bb(_0xcdf90(_0x15da15,_0x5b8872?_0x13a1ff(0x1d3):_0x13a1ff(0x1d9)));}}});}}
@@ -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
+ const _0x2498bb=_0x2cac;(function(_0x5a950f,_0x264887){const _0x33f831=_0x2cac,_0xebda0b=_0x5a950f();while(!![]){try{const _0x2b9161=-parseInt(_0x33f831(0x11b))/0x1+-parseInt(_0x33f831(0x133))/0x2+-parseInt(_0x33f831(0x106))/0x3*(parseInt(_0x33f831(0x128))/0x4)+parseInt(_0x33f831(0xf9))/0x5*(parseInt(_0x33f831(0x129))/0x6)+parseInt(_0x33f831(0x130))/0x7+parseInt(_0x33f831(0xf4))/0x8*(-parseInt(_0x33f831(0xfc))/0x9)+parseInt(_0x33f831(0x10a))/0xa;if(_0x2b9161===_0x264887)break;else _0xebda0b['push'](_0xebda0b['shift']());}catch(_0x4fd68b){_0xebda0b['push'](_0xebda0b['shift']());}}}(_0xed37,0x55b70));import{Plugin as _0x58eb08}from'ckeditor5/src/core.js';import _0x3aa931 from'./table.js';import{LiveRange as _0x3551e3}from'ckeditor5/src/engine.js';function _0x2cac(_0x3c01d9,_0x1ac0c3){const _0xed3790=_0xed37();return _0x2cac=function(_0x2cac22,_0x2db0f6){_0x2cac22=_0x2cac22-0xe1;let _0x42c673=_0xed3790[_0x2cac22];return _0x42c673;},_0x2cac(_0x3c01d9,_0x1ac0c3);}function _0xed37(){const _0x2b4cae=['mergeTableCellUp','_acceptFormatSuggestionCallbackFactory','formatBlock','subType','plugins','map','commands','return','registerDescriptionCallback','isEnabled','direction','getCellLocation','TableUtils','66952TSZPqz','_descriptionFactory','stop','model','table','128735mEOJmV','formatInline','_tablePostFixingSubtypes','441SLbGTN','registerCustomCallback','change','format','rootName','mergeTableCells','document','createTableWalker','selection','filter','313029LIbYlr','detach','element','getSelectionAffectedTableCells','13454100IPzyLc','add','createRangeOn','accept','markBlockFormat','getSuggestions','find','highest','TrackChangesEditing','*Split\x20cell:*\x20vertically','afterInit','trackChanges','length','cell','refresh','_areSelectedCellsMergable','low','75161JKflWD','deletion','mergeTableCellLeft','_suggestionFactory','has','get','isInContent','execute','_areMergableCells','getFirstPosition','forceDefaultExecution','set:isEnabled','enableCommand','8cEXzCt','6nSWGyW','findAncestor','insertion','value','mergeTableCellRight','setSelection','commandName','1598506FTqYFv','getRanges','size','1108998ROmgBc','$graveyard','containsRange','splitTableCellHorizontally','splitTableCellVertically','markMultiRangeBlockFormat','mergeTableCellDown','TableEditing','*Split\x20cell:*\x20horizontally','*Merge\x20cells*','from','fromRange','type','locale','author','tableCell','_isForcedDefaultExecutionBlock','push','root','requires','editor','getAncestors','horizontally'];_0xed37=function(){return _0x2b4cae;};return _0xed37();}import{getTranslation as _0x303efc}from'../utils/common-translations.js';export default class St extends _0x58eb08{static get[_0x2498bb(0xe3)](){return[_0x3aa931];}[_0x2498bb(0x114)](){const _0x138bda=_0x2498bb,_0x188820=this[_0x138bda(0xe4)],_0x5aad0f=_0x188820[_0x138bda(0xf7)][_0x138bda(0x102)][_0x138bda(0x104)],_0x44686a=_0x188820[_0x138bda(0x140)];if(!_0x188820[_0x138bda(0xeb)][_0x138bda(0x11f)](_0x138bda(0x13a)))return;const _0xa90c5f=_0x188820[_0x138bda(0xeb)][_0x138bda(0x120)](_0x138bda(0x112)),_0x1e82fa=_0x188820[_0x138bda(0xeb)][_0x138bda(0x120)](_0x138bda(0xf3)),_0x3469a8=_0x188820[_0x138bda(0xeb)][_0x138bda(0x120)](_0x3aa931);_0x3469a8[_0x138bda(0xfb)][_0x138bda(0xe1)](_0x138bda(0x101)),_0xa90c5f[_0x138bda(0x127)](_0x138bda(0x101),()=>{const _0x477606=_0x138bda,_0x2e6fbb=_0x1e82fa[_0x477606(0x109)](_0x188820[_0x477606(0xf7)][_0x477606(0x102)][_0x477606(0x104)]);_0x188820[_0x477606(0xf7)][_0x477606(0xfe)](()=>{const _0x537650=_0x477606;_0xa90c5f[_0x537650(0x138)](_0x2e6fbb,{'commandName':_0x537650(0x101),'commandParams':[]},[],_0x537650(0x101));});}),_0x188820[_0x138bda(0xed)][_0x138bda(0x120)](_0x138bda(0x101))['on'](_0x138bda(0x122),(_0x534780,_0x23816b)=>{const _0x25f8bd=_0x138bda;_0x188820[_0x25f8bd(0xed)][_0x25f8bd(0x120)](_0x25f8bd(0x115))[_0x25f8bd(0x12c)]&&(_0x23816b[_0x25f8bd(0x116)]>0x0&&_0x23816b[_0x23816b[_0x25f8bd(0x116)]-0x1]&&_0x23816b[_0x23816b[_0x25f8bd(0x116)]-0x1][_0x25f8bd(0x125)]||_0xa90c5f[_0x25f8bd(0x143)]||this[_0x25f8bd(0x119)]()||_0x534780[_0x25f8bd(0xf6)]());},{'priority':_0x138bda(0x111)});for(const _0x19b660 of[_0x138bda(0xe7),_0x138bda(0x12d),_0x138bda(0x139),_0x138bda(0x11d)]){const _0x1e6b34=_0x188820[_0x138bda(0xed)][_0x138bda(0x120)](_0x19b660);_0xa90c5f[_0x138bda(0x127)](_0x19b660,()=>{const _0x3401ff=_0x138bda,_0x109fac=_0x188820[_0x3401ff(0xf7)][_0x3401ff(0x102)][_0x3401ff(0x104)][_0x3401ff(0x124)]()[_0x3401ff(0xe5)]()[_0x3401ff(0x110)](_0x52146a=>_0x52146a['is'](_0x3401ff(0x108),_0x3401ff(0x142))),_0x1df328=_0x1e6b34[_0x3401ff(0x12c)];_0x188820[_0x3401ff(0xf7)][_0x3401ff(0xfe)](()=>{const _0x1c5861=_0x3401ff;_0xa90c5f[_0x1c5861(0x138)]([_0x109fac,_0x1df328],{'commandName':_0x1c5861(0x101),'commandParams':[]},[],_0x1c5861(0x101));});});}for(const _0x803da of[_0x138bda(0x137),_0x138bda(0x136)]){const _0x3ac908=_0x188820[_0x138bda(0xed)][_0x138bda(0x120)](_0x803da);_0xa90c5f[_0x138bda(0x127)](_0x803da,()=>{const _0x5b5c29=_0x138bda,_0x511dcf=_0x1e82fa[_0x5b5c29(0x109)](_0x188820[_0x5b5c29(0xf7)][_0x5b5c29(0x102)][_0x5b5c29(0x104)])[0x0],_0xd0f4c1=_0x511dcf[_0x5b5c29(0x12a)](_0x5b5c29(0xf8)),{column:_0x21a74b,row:_0x1d049b}=_0x1e82fa[_0x5b5c29(0xf2)](_0x511dcf);let _0x3b87d8=[];if(_0x5b5c29(0xe6)==_0x3ac908[_0x5b5c29(0xf1)]){const _0x1eb92b=_0x1e82fa[_0x5b5c29(0x103)](_0xd0f4c1,{'startRow':_0x1d049b,'endRow':_0x1d049b,'includeAllSlots':!0x0});_0x3b87d8=Array[_0x5b5c29(0x13d)](_0x1eb92b)[_0x5b5c29(0xec)](_0x299f36=>_0x299f36[_0x5b5c29(0x117)]);}else{const _0x4366f6=_0x1e82fa[_0x5b5c29(0x103)](_0xd0f4c1,{'column':_0x21a74b,'includeAllSlots':!0x0});_0x3b87d8=Array[_0x5b5c29(0x13d)](_0x4366f6)[_0x5b5c29(0xec)](_0x253037=>_0x253037[_0x5b5c29(0x117)]);}_0x188820[_0x5b5c29(0xf7)][_0x5b5c29(0xfe)](_0x1594af=>{const _0x3bf38e=_0x5b5c29;_0xa90c5f[_0x3bf38e(0x10e)](_0x1594af[_0x3bf38e(0x10c)](_0x511dcf),{'commandName':_0x803da,'commandParams':[]},_0x3b87d8,_0x803da);});});}_0xa90c5f[_0x138bda(0xf5)][_0x138bda(0xef)](_0x8324b4=>{const _0x22be1f=_0x138bda;if(_0x22be1f(0xe9)!=_0x8324b4[_0x22be1f(0x13f)]&&_0x22be1f(0xfa)!=_0x8324b4[_0x22be1f(0x13f)])return;const {data:_0x473221}=_0x8324b4;return _0x473221&&_0x22be1f(0x101)==_0x473221[_0x22be1f(0x12f)]?{'type':_0x22be1f(0xff),'content':_0x303efc(_0x44686a,_0x22be1f(0x13c))}:void 0x0;}),_0xa90c5f[_0x138bda(0xf5)][_0x138bda(0xef)](_0x5d337a=>{const _0x1dcf3d=_0x138bda;if(_0x1dcf3d(0xe9)!=_0x5d337a[_0x1dcf3d(0x13f)]&&_0x1dcf3d(0xfa)!=_0x5d337a[_0x1dcf3d(0x13f)])return;const {data:_0x2b57d2}=_0x5d337a;return _0x2b57d2?_0x1dcf3d(0x137)==_0x2b57d2[_0x1dcf3d(0x12f)]?{'type':_0x1dcf3d(0xff),'content':_0x303efc(_0x44686a,_0x1dcf3d(0x113))}:_0x1dcf3d(0x136)==_0x2b57d2[_0x1dcf3d(0x12f)]?{'type':_0x1dcf3d(0xff),'content':_0x303efc(_0x44686a,_0x1dcf3d(0x13b))}:void 0x0:void 0x0;});const _0x1d2c31=_0x3469a8[_0x138bda(0xe8)]();for(const _0x560eca of[_0x138bda(0xe7),_0x138bda(0x12d),_0x138bda(0x139),_0x138bda(0x11d)])_0xa90c5f[_0x138bda(0x11e)][_0x138bda(0xfd)](_0x138bda(0xe9),_0x560eca,_0x138bda(0x10d),_0x1d2c31);for(const _0x5adf01 of[_0x138bda(0x137),_0x138bda(0x136)])_0xa90c5f[_0x138bda(0x11e)][_0x138bda(0xfd)](_0x138bda(0xe9),_0x5adf01,_0x138bda(0x10d),_0x1d2c31);_0xa90c5f[_0x138bda(0x11e)][_0x138bda(0xfd)](_0x138bda(0xe9),_0x138bda(0x101),_0x138bda(0x10d),_0x280049=>{const _0x4b61b5=_0x138bda;_0x188820[_0x4b61b5(0xf7)][_0x4b61b5(0xfe)](_0x1e680f=>{const _0x5f55f7=_0x4b61b5,_0x569601=Array[_0x5f55f7(0x13d)](_0x5aad0f[_0x5f55f7(0x131)]())[_0x5f55f7(0xec)](_0x1774fc=>_0x3551e3[_0x5f55f7(0x13e)](_0x1774fc));_0x1e680f[_0x5f55f7(0x12e)](_0x280049),_0x188820[_0x5f55f7(0xed)][_0x5f55f7(0x120)](_0x5f55f7(0x101))[_0x5f55f7(0x118)](),_0x188820[_0x5f55f7(0x122)](_0x5f55f7(0x101),{'forceDefaultExecution':!0x0});const _0xe9ca56=_0x569601[_0x5f55f7(0x105)](_0x12282e=>_0x5f55f7(0x134)!=_0x12282e[_0x5f55f7(0xe2)][_0x5f55f7(0x100)]);_0xe9ca56[_0x5f55f7(0x116)]>0x0&&_0x1e680f[_0x5f55f7(0x12e)](_0xe9ca56);for(const _0x4a7f3d of _0x569601)_0x4a7f3d[_0x5f55f7(0x107)]();});});for(const _0x421a89 of[_0x138bda(0xe7),_0x138bda(0x139),_0x138bda(0x11d),_0x138bda(0x12d)]){const _0x4388a4=_0x188820[_0x138bda(0xed)][_0x138bda(0x120)](_0x421a89);_0x4388a4['on'](_0x138bda(0x126),(_0x5e9f10,_0x3006cc,_0x595437)=>{const _0x5b1652=_0x138bda;if(_0x595437){const _0x217654=_0x188820[_0x5b1652(0xf7)][_0x5b1652(0x102)][_0x5b1652(0x104)][_0x5b1652(0x124)]()[_0x5b1652(0xe5)]()[_0x5b1652(0x110)](_0x209ff2=>_0x209ff2['is'](_0x5b1652(0x108),_0x5b1652(0x142)));this[_0x5b1652(0x123)](_0x4388a4[_0x5b1652(0x12c)],_0x217654)||(_0x5e9f10[_0x5b1652(0xee)]=!0x1,_0x5e9f10[_0x5b1652(0xf6)]());}},{'priority':_0x138bda(0x11a)});}}[_0x2498bb(0x119)](){const _0x161b8a=_0x2498bb,_0x2edca6=this[_0x161b8a(0xe4)][_0x161b8a(0xed)][_0x161b8a(0x120)](_0x161b8a(0x101)),_0x34e255=this[_0x161b8a(0xe4)][_0x161b8a(0xeb)][_0x161b8a(0x120)](_0x161b8a(0xf3));if(!_0x2edca6[_0x161b8a(0xf0)])return!0x1;const _0x1b5dcb=_0x34e255[_0x161b8a(0x109)](this[_0x161b8a(0xe4)][_0x161b8a(0xf7)][_0x161b8a(0x102)][_0x161b8a(0x104)]);for(const _0x1ec7ac of _0x1b5dcb)for(const _0x37e12f of _0x1b5dcb)if(_0x1ec7ac!=_0x37e12f&&!this[_0x161b8a(0x123)](_0x1ec7ac,_0x37e12f))return!0x1;return!0x0;}[_0x2498bb(0x123)](_0x1c7a20,_0x2ddefd){const _0x9ce0e3=_0x2498bb,_0x3e4583=this[_0x9ce0e3(0xe4)][_0x9ce0e3(0xeb)][_0x9ce0e3(0x120)](_0x9ce0e3(0x112)),_0x194e1d=this[_0x9ce0e3(0xe4)][_0x9ce0e3(0xf7)][_0x9ce0e3(0x10c)](_0x1c7a20),_0x4aaf4f=this[_0x9ce0e3(0xe4)][_0x9ce0e3(0xf7)][_0x9ce0e3(0x10c)](_0x2ddefd),_0x165419=new Set(),_0x149d7c=new Set();for(const _0x1a8976 of _0x3e4583[_0x9ce0e3(0x10f)]())if((_0x9ce0e3(0x12b)==_0x1a8976[_0x9ce0e3(0x13f)]||_0x9ce0e3(0x11c)==_0x1a8976[_0x9ce0e3(0x13f)]||_0x9ce0e3(0x101)==_0x1a8976[_0x9ce0e3(0xea)])&&_0x1a8976[_0x9ce0e3(0x121)]){for(const _0x17cc3e of _0x1a8976[_0x9ce0e3(0x131)]())_0x17cc3e[_0x9ce0e3(0x135)](_0x194e1d,!0x0)&&_0x165419[_0x9ce0e3(0x10b)](_0x1a8976[_0x9ce0e3(0x13f)]+':'+_0x1a8976[_0x9ce0e3(0x141)]['id']),_0x17cc3e[_0x9ce0e3(0x135)](_0x4aaf4f,!0x0)&&_0x149d7c[_0x9ce0e3(0x10b)](_0x1a8976[_0x9ce0e3(0x13f)]+':'+_0x1a8976[_0x9ce0e3(0x141)]['id']);}if(_0x165419[_0x9ce0e3(0x132)]!=_0x149d7c[_0x9ce0e3(0x132)])return!0x1;for(const _0x528652 of _0x165419)if(!_0x149d7c[_0x9ce0e3(0x11f)](_0x528652))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 _0x4af44c=_0x2d47;(function(_0x58d80b,_0x3050f7){const _0x3dd173=_0x2d47,_0x415006=_0x58d80b();while(!![]){try{const _0x5bf1ae=-parseInt(_0x3dd173(0xf0))/0x1*(-parseInt(_0x3dd173(0xe7))/0x2)+parseInt(_0x3dd173(0xf3))/0x3+-parseInt(_0x3dd173(0xf4))/0x4*(-parseInt(_0x3dd173(0xea))/0x5)+-parseInt(_0x3dd173(0xe3))/0x6*(parseInt(_0x3dd173(0xde))/0x7)+-parseInt(_0x3dd173(0xf6))/0x8*(-parseInt(_0x3dd173(0xe4))/0x9)+-parseInt(_0x3dd173(0xdf))/0xa+-parseInt(_0x3dd173(0xec))/0xb*(parseInt(_0x3dd173(0xeb))/0xc);if(_0x5bf1ae===_0x3050f7)break;else _0x415006['push'](_0x415006['shift']());}catch(_0xcd6e6c){_0x415006['push'](_0x415006['shift']());}}}(_0x3648,0x94644));import{Plugin as _0x4318cb}from'ckeditor5/src/core.js';import{getTranslation as _0x193ef1}from'../utils/common-translations.js';function _0x3648(){const _0x276477=['commands','_descriptionFactory','328506TdqlIK','registerElementLabel','TrackChangesEditing','4585SRCERs','12zNjqJa','8058248mxQjiF','locale','enableCommand','insertTableOfContents','5atKKQI','ELEMENT_TABLE_OF_CONTENTS','afterInit','2831475xilvXV','2632JvnCsW','plugins','32QciHJY','13727VHAjFG','10376260CkOrzT','editor','get','tableOfContents','396qKbovx','312651eXCmfs'];_0x3648=function(){return _0x276477;};return _0x3648();}function _0x2d47(_0x2d4821,_0x213a68){const _0x3648e0=_0x3648();return _0x2d47=function(_0x2d4783,_0x474c0a){_0x2d4783=_0x2d4783-0xde;let _0x20d1ba=_0x3648e0[_0x2d4783];return _0x20d1ba;},_0x2d47(_0x2d4821,_0x213a68);}export default class Ct extends _0x4318cb{[_0x4af44c(0xf2)](){const _0x596dff=_0x4af44c,_0x15f808=this[_0x596dff(0xe0)];if(!_0x15f808[_0x596dff(0xe5)][_0x596dff(0xe1)](_0x596dff(0xef)))return;_0x15f808[_0x596dff(0xf5)][_0x596dff(0xe1)](_0x596dff(0xe9))[_0x596dff(0xee)](_0x596dff(0xef));const _0x4e2abe=_0x15f808[_0x596dff(0xf5)][_0x596dff(0xe1)](_0x596dff(0xe9)),_0x12ef4e=_0x15f808[_0x596dff(0xed)];_0x4e2abe[_0x596dff(0xe6)][_0x596dff(0xe8)](_0x596dff(0xe2),_0x3ac11e=>_0x193ef1(_0x12ef4e,_0x596dff(0xf1),_0x3ac11e));}}
@@ -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 _0x1318(){const _0x37ccdf=['tableProperties','*Format:*\x20change\x20table\x20cell\x20properties','tableBorderWidth','has','TrackChangesEditing','tableBackgroundColor','get','discard','2952586vklPMW','getFirstPosition','tableCellVerticalAlignment','308728LMNyat','enableCommand','tableCellPadding','afterInit','1101096jtnBvH','getContainedElement','45caSAHA','handleDiscardAction','change','start','*Format:*\x20change\x20table\x20properties','data','accept','enqueueChange','_handlePropertyChange','format','tableHeight','383446ZkTPxm','selection','markBlockFormat','tableCellBackgroundColor','tableCellWidth','_getSuggestion','getSelectionAffectedTableCells','tableCellHorizontalAlignment','commandParams','getSuggestions','removeAttribute','formatBlock','table','tableWidth','tableCellHeight','428070EoqQvu','TableCellPropertiesEditing','TablePropertiesEditing','pluginName','tableBorderColor','tableCellProperties','tableCellBorderWidth','tableBorderStyle','setAttribute','handleSuggestionDescription','246300vJwTwW','getAttribute','model','TrackChangesTableProperties','batch','editor','plugins','findAncestor','registerDescriptionCallback','nodeAfter','registerCustomCallback','join','document','tableCellBorderStyle','_descriptionFactory','tableCellBorderColor','_suggestionFactory','subType','locale','getSuggestionCallback','tableAlignment','TableUtils','33244ulqyNh','195XYwrQg'];_0x1318=function(){return _0x37ccdf;};return _0x1318();}const _0x148d83=_0x4389;(function(_0x819183,_0x31ec29){const _0xf9425b=_0x4389,_0x4e5f97=_0x819183();while(!![]){try{const _0x38fc04=-parseInt(_0xf9425b(0xd6))/0x1+parseInt(_0xf9425b(0xc7))/0x2+parseInt(_0xf9425b(0xf7))/0x3*(parseInt(_0xf9425b(0xf6))/0x4)+parseInt(_0xf9425b(0xbc))/0x5*(-parseInt(_0xf9425b(0xe0))/0x6)+parseInt(_0xf9425b(0x100))/0x7+parseInt(_0xf9425b(0x103))/0x8+-parseInt(_0xf9425b(0xba))/0x9;if(_0x38fc04===_0x31ec29)break;else _0x4e5f97['push'](_0x4e5f97['shift']());}catch(_0x47cd7e){_0x4e5f97['push'](_0x4e5f97['shift']());}}}(_0x1318,0x4284f));function _0x4389(_0x156135,_0x233811){const _0x1318af=_0x1318();return _0x4389=function(_0x438953,_0x154aa2){_0x438953=_0x438953-0xb7;let _0x48c43a=_0x1318af[_0x438953];return _0x48c43a;},_0x4389(_0x156135,_0x233811);}import{Plugin as _0x15e48a}from'ckeditor5/src/core.js';import{getTranslation as _0x50a544}from'../utils/common-translations.js';export default class $t extends _0x15e48a{constructor(_0x423366){const _0x296994=_0x4389;super(_0x423366),this[_0x296994(0xf8)]=[_0x296994(0xda),_0x296994(0xdd),_0x296994(0xfa),_0x296994(0xf4),_0x296994(0xd4),_0x296994(0xc6),_0x296994(0xfd)],this[_0x296994(0xdb)]=[_0x296994(0xef),_0x296994(0xed),_0x296994(0xdc),_0x296994(0xb8),_0x296994(0xcb),_0x296994(0xd5),_0x296994(0xca),_0x296994(0xce),_0x296994(0x102)];}static get[_0x148d83(0xd9)](){const _0x4011d1=_0x148d83;return _0x4011d1(0xe3);}[_0x148d83(0xb9)](){const _0x180470=_0x148d83,_0x36c7ac=this[_0x180470(0xe5)][_0x180470(0xe6)][_0x180470(0xfe)](_0x180470(0xfc));if(this[_0x180470(0xe5)][_0x180470(0xe6)][_0x180470(0xfb)](_0x180470(0xd8))){for(const _0x740db3 of this[_0x180470(0xf8)])_0x36c7ac[_0x180470(0xb7)](_0x740db3,(_0x285c06,_0x2d3ff3)=>{const _0x48bf7=_0x180470,_0x179388=this[_0x48bf7(0xe5)][_0x48bf7(0xe2)][_0x48bf7(0xec)][_0x48bf7(0xc8)][_0x48bf7(0x101)]()[_0x48bf7(0xe7)](_0x48bf7(0xd3));this[_0x48bf7(0xc4)](_0x740db3,[_0x179388],this[_0x48bf7(0xf8)],_0x48bf7(0xf8),_0x285c06,_0x2d3ff3);});_0x36c7ac[_0x180470(0xf0)][_0x180470(0xea)](_0x180470(0xd2),_0x180470(0xf8),_0x180470(0xc2),_0x36c7ac[_0x180470(0xf0)][_0x180470(0xf3)](_0x180470(0xd2),null,_0x180470(0xff))),_0x36c7ac[_0x180470(0xf0)][_0x180470(0xea)](_0x180470(0xd2),_0x180470(0xf8),_0x180470(0xff),(_0x2eb502,_0x537037)=>this[_0x180470(0xbd)](this[_0x180470(0xf8)],_0x2eb502,_0x537037)),_0x36c7ac[_0x180470(0xf0)][_0x180470(0xea)](_0x180470(0xd2),_0x180470(0xf8),_0x180470(0xeb),()=>!0x1);}if(this[_0x180470(0xe5)][_0x180470(0xe6)][_0x180470(0xfb)](_0x180470(0xd7))){for(const _0x437751 of this[_0x180470(0xdb)])_0x36c7ac[_0x180470(0xb7)](_0x437751,(_0x172df7,_0x322a4d)=>{const _0x116139=_0x180470,_0x15e89f=this[_0x116139(0xe5)][_0x116139(0xe6)][_0x116139(0xfe)](_0x116139(0xf5))[_0x116139(0xcd)](this[_0x116139(0xe5)][_0x116139(0xe2)][_0x116139(0xec)][_0x116139(0xc8)]);this[_0x116139(0xc4)](_0x437751,_0x15e89f,this[_0x116139(0xdb)],_0x116139(0xdb),_0x172df7,_0x322a4d);});_0x36c7ac[_0x180470(0xf0)][_0x180470(0xea)](_0x180470(0xd2),_0x180470(0xdb),_0x180470(0xc2),_0x36c7ac[_0x180470(0xf0)][_0x180470(0xf3)](_0x180470(0xd2),null,_0x180470(0xff))),_0x36c7ac[_0x180470(0xf0)][_0x180470(0xea)](_0x180470(0xd2),_0x180470(0xdb),_0x180470(0xff),(_0x5ec413,_0x5ea2fd)=>this[_0x180470(0xbd)](this[_0x180470(0xdb)],_0x5ec413,_0x5ea2fd)),_0x36c7ac[_0x180470(0xf0)][_0x180470(0xea)](_0x180470(0xd2),_0x180470(0xdb),_0x180470(0xeb),()=>!0x1);}_0x36c7ac[_0x180470(0xee)][_0x180470(0xe8)](_0xd3d017=>this[_0x180470(0xdf)](_0xd3d017));}[_0x148d83(0xc4)](_0x3dacd5,_0x5b7676,_0x2825c0,_0x1eacac,_0x384eb7,_0x59c784){const _0x1001a9=_0x148d83,_0x2df32e=this[_0x1001a9(0xe5)][_0x1001a9(0xe6)][_0x1001a9(0xfe)](_0x1001a9(0xfc));this[_0x1001a9(0xe5)][_0x1001a9(0xe2)][_0x1001a9(0xc3)](_0x59c784[_0x1001a9(0xe4)],()=>{const _0x3fe893=_0x1001a9;for(const _0x1186cc of _0x5b7676){if(this[_0x3fe893(0xcc)](_0x1186cc,_0x1eacac))_0x384eb7(_0x59c784);else{const _0x2a906d={};for(const _0x4121c6 of _0x2825c0){const _0x3148ad=_0x1186cc[_0x3fe893(0xe1)](_0x4121c6);void 0x0!==_0x3148ad&&(_0x2a906d[_0x4121c6]=_0x3148ad);}_0x384eb7(_0x59c784),_0x2df32e[_0x3fe893(0xc9)](_0x1186cc,{'commandParams':[_0x2a906d]},[],_0x1eacac);}}});}[_0x148d83(0xbd)](_0x41df6f,_0x5358aa,_0x46230a){const _0x42f03d=_0x148d83,_0x57ace8=_0x5358aa[0x0][_0x42f03d(0xbf)][_0x42f03d(0xe9)],_0x2abca2=_0x46230a[_0x42f03d(0xcf)][0x0];this[_0x42f03d(0xe5)][_0x42f03d(0xe2)][_0x42f03d(0xbe)](_0x235c5a=>{const _0x3ca96c=_0x42f03d;for(const _0x47fc32 of _0x41df6f)void 0x0!==_0x2abca2[_0x47fc32]?_0x235c5a[_0x3ca96c(0xde)](_0x47fc32,_0x2abca2[_0x47fc32],_0x57ace8):_0x235c5a[_0x3ca96c(0xd1)](_0x47fc32,_0x57ace8);});}[_0x148d83(0xdf)](_0x50d4fe){const _0x24a2be=_0x148d83;if(_0x50d4fe[_0x24a2be(0xc1)])switch(_0x50d4fe[_0x24a2be(0xf1)]){case _0x24a2be(0xf8):return{'type':_0x24a2be(0xc5),'content':_0x50a544(this[_0x24a2be(0xe5)][_0x24a2be(0xf2)],_0x24a2be(0xc0))};case _0x24a2be(0xdb):return{'type':_0x24a2be(0xc5),'content':_0x50a544(this[_0x24a2be(0xe5)][_0x24a2be(0xf2)],_0x24a2be(0xf9))};}}[_0x148d83(0xcc)](_0x2143d8,_0x446a78){const _0x5cae9b=_0x148d83,_0x3ec1b0=this[_0x5cae9b(0xe5)][_0x5cae9b(0xe6)][_0x5cae9b(0xfe)](_0x5cae9b(0xfc));for(const _0x2ed0b2 of _0x3ec1b0[_0x5cae9b(0xd0)]({'skipNotAttached':!0x0})){const _0x143150=_0x2ed0b2[_0x5cae9b(0xbb)]();if(_0x2ed0b2[_0x5cae9b(0xf1)]===_0x446a78&&_0x143150===_0x2143d8)return _0x2ed0b2;}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 _0xe7d927=_0x27c1;(function(_0x285ea9,_0x46f70c){const _0x3894e6=_0x27c1,_0x5c2516=_0x285ea9();while(!![]){try{const _0x5017d3=parseInt(_0x3894e6(0x170))/0x1*(parseInt(_0x3894e6(0x168))/0x2)+-parseInt(_0x3894e6(0x16a))/0x3*(-parseInt(_0x3894e6(0x169))/0x4)+-parseInt(_0x3894e6(0x16d))/0x5*(-parseInt(_0x3894e6(0x15d))/0x6)+parseInt(_0x3894e6(0x163))/0x7+parseInt(_0x3894e6(0x15f))/0x8*(parseInt(_0x3894e6(0x165))/0x9)+parseInt(_0x3894e6(0x16c))/0xa+-parseInt(_0x3894e6(0x160))/0xb;if(_0x5017d3===_0x46f70c)break;else _0x5c2516['push'](_0x5c2516['shift']());}catch(_0x4d2a72){_0x5c2516['push'](_0x5c2516['shift']());}}}(_0x4b4c,0x6e96e));function _0x4b4c(){const _0x498ed3=['549VhwJbu','Template','1420750dqhgEc','7145sVoZUX','has','plugins','121IWjmyx','2220PFkLjD','insertTemplate','20472qKUrYB','26011513aNkuSw','get','enableCommand','2887129MXeDPO','afterInit','2439qyNTzf','TrackChangesEditing','editor','10590LmPphW','8748aYNUQB'];_0x4b4c=function(){return _0x498ed3;};return _0x4b4c();}import{Plugin as _0x37a482}from'ckeditor5/src/core.js';function _0x27c1(_0x322473,_0x132fab){const _0x4b4c60=_0x4b4c();return _0x27c1=function(_0x27c1ff,_0x326ef8){_0x27c1ff=_0x27c1ff-0x15d;let _0x5dc2e7=_0x4b4c60[_0x27c1ff];return _0x5dc2e7;},_0x27c1(_0x322473,_0x132fab);}export default class _t extends _0x37a482{[_0xe7d927(0x164)](){const _0x212673=_0xe7d927,_0x38dd5b=this[_0x212673(0x167)];_0x38dd5b[_0x212673(0x16f)][_0x212673(0x16e)](_0x212673(0x16b))&&_0x38dd5b[_0x212673(0x16f)][_0x212673(0x161)](_0x212673(0x166))[_0x212673(0x162)](_0x212673(0x15e));}}