@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.2

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 (235) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +312 -0
  4. package/dist/index.css +951 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/az.d.ts +8 -0
  8. package/dist/translations/az.js +23 -0
  9. package/dist/translations/bg.d.ts +8 -0
  10. package/dist/translations/bg.js +23 -0
  11. package/dist/translations/bn.d.ts +8 -0
  12. package/dist/translations/bn.js +23 -0
  13. package/dist/translations/ca.d.ts +8 -0
  14. package/dist/translations/ca.js +23 -0
  15. package/dist/translations/cs.d.ts +8 -0
  16. package/dist/translations/cs.js +23 -0
  17. package/dist/translations/da.d.ts +8 -0
  18. package/dist/translations/da.js +23 -0
  19. package/dist/translations/de.d.ts +8 -0
  20. package/dist/translations/de.js +23 -0
  21. package/dist/translations/el.d.ts +8 -0
  22. package/dist/translations/el.js +23 -0
  23. package/dist/translations/en-au.d.ts +8 -0
  24. package/dist/translations/en-au.js +23 -0
  25. package/dist/translations/en.d.ts +8 -0
  26. package/dist/translations/en.js +23 -0
  27. package/dist/translations/es.d.ts +8 -0
  28. package/dist/translations/es.js +23 -0
  29. package/dist/translations/et.d.ts +8 -0
  30. package/dist/translations/et.js +23 -0
  31. package/dist/translations/fi.d.ts +8 -0
  32. package/dist/translations/fi.js +23 -0
  33. package/dist/translations/fr.d.ts +8 -0
  34. package/dist/translations/fr.js +23 -0
  35. package/dist/translations/gl.d.ts +8 -0
  36. package/dist/translations/gl.js +23 -0
  37. package/dist/translations/he.d.ts +8 -0
  38. package/dist/translations/he.js +23 -0
  39. package/dist/translations/hi.d.ts +8 -0
  40. package/dist/translations/hi.js +23 -0
  41. package/dist/translations/hr.d.ts +8 -0
  42. package/dist/translations/hr.js +23 -0
  43. package/dist/translations/hu.d.ts +8 -0
  44. package/dist/translations/hu.js +23 -0
  45. package/dist/translations/id.d.ts +8 -0
  46. package/dist/translations/id.js +23 -0
  47. package/dist/translations/it.d.ts +8 -0
  48. package/dist/translations/it.js +23 -0
  49. package/dist/translations/ja.d.ts +8 -0
  50. package/dist/translations/ja.js +23 -0
  51. package/dist/translations/ko.d.ts +8 -0
  52. package/dist/translations/ko.js +23 -0
  53. package/dist/translations/lt.d.ts +8 -0
  54. package/dist/translations/lt.js +23 -0
  55. package/dist/translations/lv.d.ts +8 -0
  56. package/dist/translations/lv.js +23 -0
  57. package/dist/translations/ms.d.ts +8 -0
  58. package/dist/translations/ms.js +23 -0
  59. package/dist/translations/nl.d.ts +8 -0
  60. package/dist/translations/nl.js +23 -0
  61. package/dist/translations/no.d.ts +8 -0
  62. package/dist/translations/no.js +23 -0
  63. package/dist/translations/pl.d.ts +8 -0
  64. package/dist/translations/pl.js +23 -0
  65. package/dist/translations/pt-br.d.ts +8 -0
  66. package/dist/translations/pt-br.js +23 -0
  67. package/dist/translations/pt.d.ts +8 -0
  68. package/dist/translations/pt.js +23 -0
  69. package/dist/translations/ro.d.ts +8 -0
  70. package/dist/translations/ro.js +23 -0
  71. package/dist/translations/ru.d.ts +8 -0
  72. package/dist/translations/ru.js +23 -0
  73. package/dist/translations/sk.d.ts +8 -0
  74. package/dist/translations/sk.js +23 -0
  75. package/dist/translations/sq.d.ts +8 -0
  76. package/dist/translations/sq.js +23 -0
  77. package/dist/translations/sr-latn.d.ts +8 -0
  78. package/dist/translations/sr-latn.js +23 -0
  79. package/dist/translations/sr.d.ts +8 -0
  80. package/dist/translations/sr.js +23 -0
  81. package/dist/translations/sv.d.ts +8 -0
  82. package/dist/translations/sv.js +23 -0
  83. package/dist/translations/th.d.ts +8 -0
  84. package/dist/translations/th.js +23 -0
  85. package/dist/translations/tk.d.ts +8 -0
  86. package/dist/translations/tk.js +23 -0
  87. package/dist/translations/tr.d.ts +8 -0
  88. package/dist/translations/tr.js +23 -0
  89. package/dist/translations/tt.d.ts +8 -0
  90. package/dist/translations/tt.js +23 -0
  91. package/dist/translations/uk.d.ts +8 -0
  92. package/dist/translations/uk.js +23 -0
  93. package/dist/translations/ur.d.ts +8 -0
  94. package/dist/translations/ur.js +23 -0
  95. package/dist/translations/vi.d.ts +8 -0
  96. package/dist/translations/vi.js +23 -0
  97. package/dist/translations/zh-cn.d.ts +8 -0
  98. package/dist/translations/zh-cn.js +23 -0
  99. package/dist/translations/zh.d.ts +8 -0
  100. package/dist/translations/zh.js +23 -0
  101. package/dist/types/augmentation.d.ts +44 -0
  102. package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
  103. package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
  104. package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
  105. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
  106. package/dist/types/commands/trackchangescommand.d.ts +30 -0
  107. package/dist/types/index.d.ts +20 -0
  108. package/dist/types/integrations/aiassistant.d.ts +21 -0
  109. package/dist/types/integrations/alignment.d.ts +21 -0
  110. package/dist/types/integrations/basicstyles.d.ts +21 -0
  111. package/dist/types/integrations/blockquote.d.ts +21 -0
  112. package/dist/types/integrations/casechange.d.ts +21 -0
  113. package/dist/types/integrations/ckbox.d.ts +21 -0
  114. package/dist/types/integrations/codeblock.d.ts +21 -0
  115. package/dist/types/integrations/comments.d.ts +18 -0
  116. package/dist/types/integrations/deletecommand.d.ts +21 -0
  117. package/dist/types/integrations/entercommand.d.ts +20 -0
  118. package/dist/types/integrations/findandreplace.d.ts +25 -0
  119. package/dist/types/integrations/font.d.ts +21 -0
  120. package/dist/types/integrations/formatpainter.d.ts +21 -0
  121. package/dist/types/integrations/heading.d.ts +21 -0
  122. package/dist/types/integrations/highlight.d.ts +21 -0
  123. package/dist/types/integrations/horizontalline.d.ts +21 -0
  124. package/dist/types/integrations/htmlembed.d.ts +21 -0
  125. package/dist/types/integrations/image.d.ts +21 -0
  126. package/dist/types/integrations/imagereplace.d.ts +21 -0
  127. package/dist/types/integrations/imagestyle.d.ts +21 -0
  128. package/dist/types/integrations/importword.d.ts +22 -0
  129. package/dist/types/integrations/indent.d.ts +21 -0
  130. package/dist/types/integrations/inputcommand.d.ts +20 -0
  131. package/dist/types/integrations/legacylist.d.ts +21 -0
  132. package/dist/types/integrations/legacylistproperties.d.ts +33 -0
  133. package/dist/types/integrations/link.d.ts +21 -0
  134. package/dist/types/integrations/list.d.ts +21 -0
  135. package/dist/types/integrations/listproperties.d.ts +24 -0
  136. package/dist/types/integrations/mediaembed.d.ts +21 -0
  137. package/dist/types/integrations/mention.d.ts +21 -0
  138. package/dist/types/integrations/pagebreak.d.ts +21 -0
  139. package/dist/types/integrations/paragraph.d.ts +21 -0
  140. package/dist/types/integrations/removeformat.d.ts +21 -0
  141. package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
  142. package/dist/types/integrations/shiftentercommand.d.ts +20 -0
  143. package/dist/types/integrations/standardeditingmode.d.ts +21 -0
  144. package/dist/types/integrations/style.d.ts +21 -0
  145. package/dist/types/integrations/table.d.ts +46 -0
  146. package/dist/types/integrations/tablecaption.d.ts +26 -0
  147. package/dist/types/integrations/tableclipboard.d.ts +23 -0
  148. package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
  149. package/dist/types/integrations/tableheadings.d.ts +26 -0
  150. package/dist/types/integrations/tablemergesplit.d.ts +26 -0
  151. package/dist/types/integrations/tableofcontents.d.ts +21 -0
  152. package/dist/types/integrations/tableproperties.d.ts +31 -0
  153. package/dist/types/integrations/template.d.ts +21 -0
  154. package/dist/types/integrations/title.d.ts +21 -0
  155. package/dist/types/integrations/undo.d.ts +21 -0
  156. package/dist/types/integrations/utils.d.ts +25 -0
  157. package/dist/types/suggestion.d.ts +295 -0
  158. package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
  159. package/dist/types/trackchanges.d.ts +184 -0
  160. package/dist/types/trackchangesconfig.d.ts +82 -0
  161. package/dist/types/trackchangesdata.d.ts +45 -0
  162. package/dist/types/trackchangesediting.d.ts +529 -0
  163. package/dist/types/trackchangesui.d.ts +42 -0
  164. package/dist/types/ui/suggestioncontroller.d.ts +41 -0
  165. package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
  166. package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
  167. package/dist/types/utils/common-translations.d.ts +13 -0
  168. package/dist/types/utils/utils.d.ts +34 -0
  169. package/package.json +4 -3
  170. package/src/commands/acceptsuggestioncommand.js +1 -1
  171. package/src/commands/discardsuggestioncommand.js +1 -1
  172. package/src/commands/executeonallsuggestionscommand.js +1 -1
  173. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  174. package/src/commands/trackchangescommand.js +1 -1
  175. package/src/index.js +1 -1
  176. package/src/integrations/aiassistant.js +1 -1
  177. package/src/integrations/alignment.js +1 -1
  178. package/src/integrations/basicstyles.js +1 -1
  179. package/src/integrations/blockquote.js +1 -1
  180. package/src/integrations/casechange.js +1 -1
  181. package/src/integrations/ckbox.js +1 -1
  182. package/src/integrations/codeblock.js +1 -1
  183. package/src/integrations/comments.js +1 -1
  184. package/src/integrations/deletecommand.js +1 -1
  185. package/src/integrations/entercommand.js +1 -1
  186. package/src/integrations/findandreplace.js +1 -1
  187. package/src/integrations/font.js +1 -1
  188. package/src/integrations/formatpainter.js +1 -1
  189. package/src/integrations/heading.js +1 -1
  190. package/src/integrations/highlight.js +1 -1
  191. package/src/integrations/horizontalline.js +1 -1
  192. package/src/integrations/htmlembed.js +1 -1
  193. package/src/integrations/image.js +1 -1
  194. package/src/integrations/imagereplace.js +1 -1
  195. package/src/integrations/imagestyle.js +1 -1
  196. package/src/integrations/importword.js +1 -1
  197. package/src/integrations/indent.js +1 -1
  198. package/src/integrations/inputcommand.js +1 -1
  199. package/src/integrations/legacylist.js +1 -1
  200. package/src/integrations/legacylistproperties.js +1 -1
  201. package/src/integrations/link.js +1 -1
  202. package/src/integrations/list.js +1 -1
  203. package/src/integrations/listproperties.js +1 -1
  204. package/src/integrations/mediaembed.js +1 -1
  205. package/src/integrations/mention.js +1 -1
  206. package/src/integrations/pagebreak.js +1 -1
  207. package/src/integrations/paragraph.js +1 -1
  208. package/src/integrations/removeformat.js +1 -1
  209. package/src/integrations/restrictededitingmode.js +1 -1
  210. package/src/integrations/shiftentercommand.js +1 -1
  211. package/src/integrations/standardeditingmode.js +1 -1
  212. package/src/integrations/style.js +1 -1
  213. package/src/integrations/table.js +1 -1
  214. package/src/integrations/tablecaption.js +1 -1
  215. package/src/integrations/tableclipboard.js +1 -1
  216. package/src/integrations/tablecolumnresize.js +1 -1
  217. package/src/integrations/tableheadings.js +1 -1
  218. package/src/integrations/tablemergesplit.js +1 -1
  219. package/src/integrations/tableofcontents.js +1 -1
  220. package/src/integrations/tableproperties.js +1 -1
  221. package/src/integrations/template.js +1 -1
  222. package/src/integrations/title.js +1 -1
  223. package/src/integrations/undo.js +1 -1
  224. package/src/integrations/utils.js +1 -1
  225. package/src/suggestion.js +1 -1
  226. package/src/suggestiondescriptionfactory.js +1 -1
  227. package/src/trackchanges.js +1 -1
  228. package/src/trackchangesdata.js +1 -1
  229. package/src/trackchangesediting.js +1 -1
  230. package/src/trackchangesui.js +1 -1
  231. package/src/ui/suggestioncontroller.js +1 -1
  232. package/src/ui/view/basesuggestionthreadview.js +1 -1
  233. package/src/ui/view/suggestionthreadview.js +1 -1
  234. package/src/utils/common-translations.js +1 -1
  235. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4900d8=_0x5d57;(function(_0x24649e,_0x4406a6){const _0x4846dc=_0x5d57,_0x2d6b56=_0x24649e();while(!![]){try{const _0x253f2b=parseInt(_0x4846dc(0x1a3))/0x1*(-parseInt(_0x4846dc(0x193))/0x2)+-parseInt(_0x4846dc(0x192))/0x3+-parseInt(_0x4846dc(0x1a4))/0x4*(parseInt(_0x4846dc(0x198))/0x5)+parseInt(_0x4846dc(0x1a2))/0x6*(-parseInt(_0x4846dc(0x195))/0x7)+-parseInt(_0x4846dc(0x19e))/0x8*(parseInt(_0x4846dc(0x1a1))/0x9)+parseInt(_0x4846dc(0x197))/0xa*(-parseInt(_0x4846dc(0x196))/0xb)+parseInt(_0x4846dc(0x194))/0xc;if(_0x253f2b===_0x4406a6)break;else _0x2d6b56['push'](_0x2d6b56['shift']());}catch(_0xa87c07){_0x2d6b56['push'](_0x2d6b56['shift']());}}}(_0x4429,0x265ef));import{Plugin as _0x268705}from'ckeditor5/src/core.js';function _0x5d57(_0x1a3763,_0x3a30bf){const _0x44297b=_0x4429();return _0x5d57=function(_0x5d57c5,_0x9ff478){_0x5d57c5=_0x5d57c5-0x192;let _0xb10ac6=_0x44297b[_0x5d57c5];return _0xb10ac6;},_0x5d57(_0x1a3763,_0x3a30bf);}function _0x4429(){const _0xa12efa=['4rRyZYY','12616512KtYUnR','131117WnLfBi','779471bDxknZ','20pgBpCe','55wyIHCE','TrackChangesEditing','has','plugins','enableCommand','toggleTableCaption','87560PFmIvx','editor','requires','207wKieuh','12WdkXaC','91203kwwFJi','78160MQSKnp','TableCaptionEditing','get','afterInit','197832RnFinZ'];_0x4429=function(){return _0xa12efa;};return _0x4429();}import _0x4747ee from'./table.js';export default class Nt extends _0x268705{static get[_0x4900d8(0x1a0)](){return[_0x4747ee];}[_0x4900d8(0x1a7)](){const _0x563440=_0x4900d8,_0xea3146=this[_0x563440(0x19f)];if(!_0xea3146[_0x563440(0x19b)][_0x563440(0x19a)](_0x563440(0x1a5)))return;_0xea3146[_0x563440(0x19b)][_0x563440(0x1a6)](_0x563440(0x199))[_0x563440(0x19c)](_0x563440(0x19d));}}
23
+ const _0x15ea7b=_0x5560;(function(_0x65dd23,_0x4d11a5){const _0x2eb3a5=_0x5560,_0x3b385f=_0x65dd23();while(!![]){try{const _0x48ad74=parseInt(_0x2eb3a5(0xb2))/0x1+parseInt(_0x2eb3a5(0xb4))/0x2*(parseInt(_0x2eb3a5(0xb7))/0x3)+parseInt(_0x2eb3a5(0xb1))/0x4*(-parseInt(_0x2eb3a5(0xac))/0x5)+-parseInt(_0x2eb3a5(0xbd))/0x6*(parseInt(_0x2eb3a5(0xbb))/0x7)+-parseInt(_0x2eb3a5(0xbc))/0x8+-parseInt(_0x2eb3a5(0xba))/0x9*(-parseInt(_0x2eb3a5(0xae))/0xa)+parseInt(_0x2eb3a5(0xad))/0xb;if(_0x48ad74===_0x4d11a5)break;else _0x3b385f['push'](_0x3b385f['shift']());}catch(_0x15a9d1){_0x3b385f['push'](_0x3b385f['shift']());}}}(_0xa7f8,0xd760d));import{Plugin as _0x24175c}from'ckeditor5/src/core.js';import _0x46dc1e from'./table.js';function _0x5560(_0x2bae6c,_0x573d8b){const _0xa7f82c=_0xa7f8();return _0x5560=function(_0x5560a2,_0x25f142){_0x5560a2=_0x5560a2-0xab;let _0x170a25=_0xa7f82c[_0x5560a2];return _0x170a25;},_0x5560(_0x2bae6c,_0x573d8b);}function _0xa7f8(){const _0x28b38a=['2vEtUKc','toggleTableCaption','has','2046711ouwqOP','editor','enableCommand','14949EhRZqS','291347xtMfle','4825656pEamwQ','174dujjgW','TableCaptionEditing','get','plugins','5245zSfwNx','12908874YbyCCs','3370NXZKDT','requires','TrackChangesEditing','2588XhTiYC','955580ExNBNF','afterInit'];_0xa7f8=function(){return _0x28b38a;};return _0xa7f8();}export default class Nt extends _0x24175c{static get[_0x15ea7b(0xaf)](){return[_0x46dc1e];}[_0x15ea7b(0xb3)](){const _0x3a4a07=_0x15ea7b,_0x1109ce=this[_0x3a4a07(0xb8)];if(!_0x1109ce[_0x3a4a07(0xab)][_0x3a4a07(0xb6)](_0x3a4a07(0xbe)))return;_0x1109ce[_0x3a4a07(0xab)][_0x3a4a07(0xbf)](_0x3a4a07(0xb0))[_0x3a4a07(0xb9)](_0x3a4a07(0xb5));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1d551e=_0x5143;function _0x2d8f(){const _0x4aa0ab=['getChangedMarkers','tablePasteCell','editingDowncast','entries','endColumn','ck-suggestion-marker--active','startsWith','ck-suggestion-marker-insertion','get','discard','createRangeOn','batch','fill','hasSuggestion','markerName','move','containsRange','element','cell','_splitMarkerName','from','last','options','formatBlock','call','insertRows','cells','suggestion:formatBlock:tablePasteCell','high','407788oTrLUN','removeRows','tableCellVerticalAlignment','trackChanges','TableUtils','getRows','getAttributes','author','commands','insertionRanges','length','setAttribute','remove','_descriptionFactory','416927cOaPKy','createElement','getSelectionAffectedTableCells','getTableIfOnlyTableInContent','getChild','getColumns','map','nodeAfter','previousSibling','213340XoawSO','push','columns','selection','tableCellBackgroundColor','suggestion-td','getRange','4BBhxvX','16AJWeMt','updateMarker','redo','activeMarkers','createTableWalker','insert','dataDowncast','insertColumns','findAncestor','deletion','schema','getSuggestions','position','createRangeIn','3414906rEPDGs','includes','model','listenTo','documentSelection','locale','add','columnInsertionIndexes','_createdBatches','setAttributes','15882kLLTOq','getChildren','tableCellBorderColor','markMultiRangeInsertion','find','suggestionLoaded','createPositionBefore','oldRange','markers','insertContent','accept','next','start','getChanges','editing','isInContent','editor','unwrap','suggestionUnloaded','getRanges','markMultiRangeBlockFormat','suggestion','tablePasteRow','has','registerCustomCallback','register','*Replace\x20table\x20cells*','differ','plugins','getSuggestion','return','clipboardOutput','Users','tablePasteChainId','fromRange','document','391518EFJMPJ','forceDefaultExecution','tablePasteColumn','newRange','tableCellSuggestion','getColumnIndexes','type','stop','fromEntries','view','rowInsertionIndexes','tableCellPadding','conversion','first','11zRIObu','rootName','markerToHighlight','createRange','for','afterInit','TrackChangesEditing','isEqual','column','wrap','filter','_suggestionFactory','removeColumns','set','change','getAllAdjacentSuggestions','_getCoordsForCells','low','registerDescriptionCallback','table','markerAttributes','getContainedElement','removeMarkers','215SbBaYL','_tablePostFixingSubtypes','previous','ck-suggestion-marker','value','showSuggestionHighlights','tableCellHorizontalAlignment','removeMarker','elementToElement','markMultiRangeDeletion','rows','join','tableCellBorderStyle','167879gtuncD','tablePaste','getItems','paragraph','keys','insertion','requires','attributes','deletionRanges','end','getRowIndexes','row','reduce','every','rowInsertionRanges','endRow','tableCellBorderWidth','tableCell','isEmpty','root','name','registerPostFixer','TableClipboard','_replaceTableSlotCell','columnInsertionRanges','forEach','nextSibling','_isForcedDefaultExecutionBlock','getSuggestionCallback','some','$graveyard','getMarkers','detach','getShiftedBy','content','subType'];_0x2d8f=function(){return _0x4aa0ab;};return _0x2d8f();}(function(_0x213364,_0x400ed9){const _0x26a926=_0x5143,_0x520316=_0x213364();while(!![]){try{const _0x318f8c=parseInt(_0x26a926(0x106))/0x1*(parseInt(_0x26a926(0x165))/0x2)+parseInt(_0x26a926(0xd4))/0x3+-parseInt(_0x26a926(0x147))/0x4+-parseInt(_0x26a926(0xf9))/0x5*(-parseInt(_0x26a926(0x17e))/0x6)+-parseInt(_0x26a926(0x155))/0x7*(-parseInt(_0x26a926(0x166))/0x8)+-parseInt(_0x26a926(0x174))/0x9+parseInt(_0x26a926(0x15e))/0xa*(-parseInt(_0x26a926(0xe2))/0xb);if(_0x318f8c===_0x400ed9)break;else _0x520316['push'](_0x520316['shift']());}catch(_0x330a5a){_0x520316['push'](_0x520316['shift']());}}}(_0x2d8f,0x2ff8c));import{getTranslation as _0x53cb1c}from'../utils/common-translations.js';import{Plugin as _0x483ca1}from'ckeditor5/src/core.js';function _0x5143(_0x69e8b5,_0x20dc35){const _0x2d8fd1=_0x2d8f();return _0x5143=function(_0x51438d,_0x49a58e){_0x51438d=_0x51438d-0xc4;let _0x45c36e=_0x2d8fd1[_0x51438d];return _0x45c36e;},_0x5143(_0x69e8b5,_0x20dc35);}import{LiveRange as _0x22b51b}from'ckeditor5/src/engine.js';import{uid as _0x294920,priorities as _0x43914a}from'ckeditor5/src/utils.js';import _0x12e934 from'./table.js';const be=[_0x1d551e(0x116),_0x1d551e(0x180),_0x1d551e(0x105),_0x1d551e(0xff),_0x1d551e(0x149),_0x1d551e(0x162),_0x1d551e(0xdf)],de=Object[_0x1d551e(0xdc)](be[_0x1d551e(0x15b)](_0x789c4=>[_0x789c4,null]));export default class At extends _0x483ca1{static get[_0x1d551e(0x10c)](){return[_0x12e934];}[_0x1d551e(0xe7)](){const _0x2e0d88=_0x1d551e,_0x25354a=this[_0x2e0d88(0x18e)];if(!_0x25354a[_0x2e0d88(0xcc)][_0x2e0d88(0xc7)](_0x2e0d88(0x11c)))return;const _0x577027=_0x25354a[_0x2e0d88(0xcc)][_0x2e0d88(0x132)](_0x2e0d88(0xe8)),_0x315ea2=_0x25354a[_0x2e0d88(0xcc)][_0x2e0d88(0x132)](_0x2e0d88(0x14b)),_0x3d81dd=_0x25354a[_0x2e0d88(0xcc)][_0x2e0d88(0x132)](_0x12e934),_0x386c9e=_0x25354a[_0x2e0d88(0xcc)][_0x2e0d88(0x132)](_0x2e0d88(0x11c));_0x3d81dd[_0x2e0d88(0xfa)][_0x2e0d88(0x15f)](_0x2e0d88(0xc6),_0x2e0d88(0xd6)),_0x25354a[_0x2e0d88(0x176)][_0x2e0d88(0x170)][_0x2e0d88(0xc9)](_0x2e0d88(0xd8),{'allowIn':_0x2e0d88(0x117),'allowContentOf':_0x2e0d88(0x117),'isLimit':!0x0}),_0x25354a[_0x2e0d88(0xe0)][_0x2e0d88(0x101)]({'model':_0x2e0d88(0xd8),'view':_0x2e0d88(0x163)});let _0xcf8667=null;_0x25354a[_0x2e0d88(0x176)]['on'](_0x2e0d88(0x187),(_0x34203d,_0x53bbfd)=>{const _0x18b0e4=_0x2e0d88,[_0x204dae,_0x105b33]=_0x53bbfd,_0x34639a=_0x53bbfd[_0x53bbfd[_0x18b0e4(0x151)]-0x1];_0x34639a&&_0x34639a[_0x18b0e4(0xd5)]||_0x577027[_0x18b0e4(0x121)]||this[_0x18b0e4(0x18e)][_0x18b0e4(0x14f)][_0x18b0e4(0x132)](_0x18b0e4(0x14a))[_0x18b0e4(0xfd)]&&function(_0x454605,_0xf5b543,_0x3bcc2e,_0x93b0ff,_0x348139){const _0x7fc59d=_0x18b0e4;if(_0xf5b543&&!_0xf5b543['is'](_0x7fc59d(0x178)))return!0x1;const _0x1ac1d9=_0x348139[_0x7fc59d(0x158)](_0x454605,_0x3bcc2e);if(!_0x1ac1d9||!me(_0x1ac1d9,void 0x0,_0x93b0ff))return!0x1;const _0x5aef39=_0x93b0ff[_0x7fc59d(0x157)](_0x3bcc2e[_0x7fc59d(0xd3)][_0x7fc59d(0x161)]);if(!_0x5aef39[_0x7fc59d(0x151)])return!0x1;const _0x18bf02=_0x5aef39[0x0][_0x7fc59d(0x16e)](_0x7fc59d(0xf5)),_0x3d1a93=_0x93b0ff[_0x7fc59d(0x110)](_0x5aef39),_0x5aec17=_0x93b0ff[_0x7fc59d(0xd9)](_0x5aef39),_0x437c78={'startRow':_0x3d1a93[_0x7fc59d(0xe1)],'endRow':_0x3d1a93[_0x7fc59d(0x13f)],'startColumn':_0x5aec17[_0x7fc59d(0xe1)],'endColumn':_0x5aec17[_0x7fc59d(0x13f)]};return 0x1==_0x5aef39[_0x7fc59d(0x151)]&&(_0x437c78[_0x7fc59d(0x115)]+=_0x93b0ff[_0x7fc59d(0x14c)](_0x1ac1d9)-0x1,_0x437c78[_0x7fc59d(0x12e)]+=_0x93b0ff[_0x7fc59d(0x15a)](_0x1ac1d9)-0x1),me(_0x18bf02,_0x437c78,_0x93b0ff);}(_0x204dae,_0x105b33,_0x25354a[_0x18b0e4(0x176)],_0x315ea2,_0x386c9e)&&(_0x34203d[_0x18b0e4(0xdb)](),_0xcf8667={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x25354a[_0x18b0e4(0x176)][_0x18b0e4(0xf0)](()=>{const _0x2df9de=_0x18b0e4;_0x25354a[_0x2df9de(0x176)][_0x2df9de(0x187)](_0x53bbfd[0x0],_0x53bbfd[0x1],_0x53bbfd[0x2],{'forceDefaultExecution':!0x0});const _0x16684d=_0x294920(),{rowInsertionRanges:_0x30df1d,columnInsertionRanges:_0x155d96,insertionRanges:_0x2d4bfe,deletionRanges:_0x27d3bf,cells:_0x47e24b}=_0xcf8667;_0x30df1d[_0x2df9de(0x151)]&&_0x577027[_0x2df9de(0x181)](_0x30df1d,_0x2df9de(0xc6),{'tablePasteChainId':_0x16684d}),_0x155d96[_0x2df9de(0x151)]&&_0x577027[_0x2df9de(0x181)](_0x155d96,_0x2df9de(0xd6),{'tablePasteChainId':_0x16684d}),_0x2d4bfe[_0x2df9de(0x151)]&&(_0x577027[_0x2df9de(0x181)](_0x2d4bfe,_0x2df9de(0x107),{'tablePasteChainId':_0x16684d,'skipNestingCheck':!0x0}),_0x2d4bfe[_0x2df9de(0x11f)](_0x4ddb87=>{const _0xc95da5=_0x2df9de;var _0x3f4141;return null===(_0x3f4141=_0x4ddb87[_0xc95da5(0x126)])||void 0x0===_0x3f4141?void 0x0:_0x3f4141[_0xc95da5(0x142)](_0x4ddb87);})),_0x27d3bf[_0x2df9de(0x151)]&&(_0x577027[_0x2df9de(0x102)](_0x27d3bf,_0x2df9de(0x107),{'tablePasteChainId':_0x16684d,'skipNestingCheck':!0x0}),_0x27d3bf[_0x2df9de(0x11f)](_0x9f5523=>{const _0x16fc2e=_0x2df9de;var _0x2df186;return null===(_0x2df186=_0x9f5523[_0x16fc2e(0x126)])||void 0x0===_0x2df186?void 0x0:_0x2df186[_0x16fc2e(0x142)](_0x9f5523);}));const _0x5bbb3c=_0x577027[_0x2df9de(0xc4)](_0x47e24b[_0x2df9de(0x15b)](({element:_0x5481e1})=>_0x5481e1),{'formatGroupId':_0x294920()},[],_0x2df9de(0x12b),{'tablePasteChainId':_0x16684d});if(_0x5bbb3c){const _0x31de6f=_0x5bbb3c[_0x2df9de(0x125)](),_0x61cab2=[];for(const {element:_0x51138e,attributes:_0x3ad8ab}of _0x47e24b){if(!_0x3ad8ab)continue;const _0x3f00cd=_0x25354a[_0x2df9de(0x176)][_0x2df9de(0x134)](_0x51138e),_0x47b1bb=_0x31de6f[_0x2df9de(0x182)](_0xbc1e0e=>_0xbc1e0e[_0x2df9de(0x164)]()[_0x2df9de(0xe9)](_0x3f00cd));_0x47b1bb&&_0x61cab2[_0x2df9de(0x15f)]([_0x47b1bb[_0x2df9de(0x11a)],_0x3ad8ab]);}_0x61cab2[_0x2df9de(0x151)]&&_0x5bbb3c[_0x2df9de(0x152)](_0x2df9de(0xf6),Object[_0x2df9de(0xdc)](_0x61cab2));}_0xcf8667=null;}));},{'priority':_0x43914a[_0x2e0d88(0x146)]+0xa}),_0x25354a[_0x2e0d88(0xcc)][_0x2e0d88(0x132)](_0x2e0d88(0x11c))['on'](_0x2e0d88(0x11d),(_0xe98584,_0x1a62e9)=>{const _0xa048bc=_0x2e0d88,[_0x4375db,_0x466bb2,,_0x423705]=_0x1a62e9;if(!_0xcf8667)return;_0xe98584[_0xa048bc(0xdb)]();const _0x534fb6=_0x4375db[_0xa048bc(0x13c)],_0x375aba=_0x466bb2,_0x73ef42=ge(_0x534fb6),_0x126283=ge(_0x375aba);_0xe98584[_0xa048bc(0xce)]=_0x534fb6;let _0x52d9e7=null,_0x162501=null;if(_0x126283||_0x73ef42){if(_0x73ef42&&!_0x126283){_0x423705[_0xa048bc(0x153)](_0x534fb6[_0xa048bc(0x159)](0x0));for(const _0x26f108 of Array[_0xa048bc(0x13e)](_0x375aba[_0xa048bc(0x17f)]()))_0x423705[_0xa048bc(0x16b)](_0x26f108,_0x534fb6,_0xa048bc(0x10f));const _0x2ac316=_0xcf8667[_0xa048bc(0xde)][_0xa048bc(0x175)](_0x4375db[_0xa048bc(0x111)]),_0x3ae803=_0xcf8667[_0xa048bc(0x17b)][_0xa048bc(0x175)](_0x4375db[_0xa048bc(0xea)]);_0x2ac316||_0x3ae803||(_0x52d9e7=_0x22b51b[_0xa048bc(0xd2)](_0x423705[_0xa048bc(0x173)](_0x534fb6)));}else _0x126283&&!_0x73ef42&&(_0x162501=_0x423705[_0xa048bc(0x173)](_0x534fb6));}else{const _0x597f79=_0x423705[_0xa048bc(0x156)](_0xa048bc(0xd8)),_0x2b6275=_0x423705[_0xa048bc(0x156)](_0xa048bc(0xd8));_0x423705[_0xa048bc(0xeb)](_0x423705[_0xa048bc(0x173)](_0x534fb6),_0x2b6275),_0x423705[_0xa048bc(0x16b)](_0x597f79,_0x534fb6,0x0);for(const _0x418833 of Array[_0xa048bc(0x13e)](_0x375aba[_0xa048bc(0x17f)]()))_0x423705[_0xa048bc(0x16b)](_0x418833,_0x597f79,_0xa048bc(0x10f));_0x52d9e7=_0x22b51b[_0xa048bc(0xd2)](_0x423705[_0xa048bc(0x134)](_0x597f79)),_0x162501=_0x22b51b[_0xa048bc(0xd2)](_0x423705[_0xa048bc(0x134)](_0x2b6275));}const _0x2baf63=Array[_0xa048bc(0x13e)](_0x375aba[_0xa048bc(0x14d)]())[_0xa048bc(0xec)](([_0x14fd6d])=>be[_0xa048bc(0x175)](_0x14fd6d));_0xcf8667[_0xa048bc(0x144)][_0xa048bc(0x15f)]({'element':_0x534fb6,'attributes':_0x2baf63[_0xa048bc(0x151)]?Object[_0xa048bc(0xdc)](_0x2baf63):null}),_0x52d9e7&&_0xcf8667[_0xa048bc(0x150)][_0xa048bc(0x15f)](_0x52d9e7),_0x162501&&_0xcf8667[_0xa048bc(0x10e)][_0xa048bc(0x15f)](_0x162501);},{'priority':_0x2e0d88(0x146)}),_0x315ea2['on'](_0x2e0d88(0x16d),(_0x4c6e72,_0x19cc8a)=>{const _0x35343d=_0x2e0d88,[_0xbdbd9b,_0x46a068={}]=_0x19cc8a;if(!_0xcf8667)return;const _0x34ce85=_0x46a068['at']||0x0,_0x3b9832=_0x46a068[_0x35343d(0x160)]||0x1;_0xcf8667[_0x35343d(0x17b)]=new Array(_0x3b9832)[_0x35343d(0x136)](_0x34ce85)[_0x35343d(0x15b)]((_0x1743cd,_0x775c45)=>_0x1743cd+_0x775c45);for(const {cell:_0x34f2ac}of _0x315ea2[_0x35343d(0x16a)](_0xbdbd9b,{'startColumn':_0x34ce85,'endColumn':_0x34ce85+_0x3b9832-0x1}))_0xcf8667[_0x35343d(0x11e)][_0x35343d(0x15f)](_0x25354a[_0x35343d(0x176)][_0x35343d(0x134)](_0x34f2ac));},{'priority':_0x2e0d88(0xf3)}),_0x315ea2['on'](_0x2e0d88(0x143),(_0x5dc6b2,_0x3f471f)=>{const _0x2725bb=_0x2e0d88,[_0x43965b,_0x30392b={}]=_0x3f471f;if(!_0xcf8667)return;const _0x43671d=_0x30392b['at']||0x0,_0x50ed32=_0x30392b[_0x2725bb(0x103)]||0x1;_0xcf8667[_0x2725bb(0xde)]=new Array(_0x50ed32)[_0x2725bb(0x136)](_0x43671d)[_0x2725bb(0x15b)]((_0xfc6cb8,_0x54bdeb)=>_0xfc6cb8+_0x54bdeb);for(const {cell:_0x13e477}of _0x315ea2[_0x2725bb(0x16a)](_0x43965b,{'startRow':_0x43671d,'endRow':_0x43671d+_0x50ed32-0x1}))_0xcf8667[_0x2725bb(0x114)][_0x2725bb(0x15f)](_0x25354a[_0x2725bb(0x176)][_0x2725bb(0x134)](_0x13e477));},{'priority':_0x2e0d88(0xf3)}),_0x577027[_0x2e0d88(0x154)][_0x2e0d88(0xf4)](_0x4b362e=>{const _0x4c2bb3=_0x2e0d88;if(_0x4b362e[_0x4c2bb3(0x129)]&&_0x4b362e[_0x4c2bb3(0x129)][_0x4c2bb3(0x130)](_0x4c2bb3(0x107)))return _0x4b362e[_0x4c2bb3(0xfb)]?{}:{'type':_0x4c2bb3(0x10b),'content':_0x53cb1c(_0x25354a[_0x4c2bb3(0x179)],_0x4c2bb3(0xca))};});const _0x567703=()=>!0x1;for(const _0x56ff10 of[_0x2e0d88(0x107),_0x2e0d88(0xd6),_0x2e0d88(0xc6),_0x2e0d88(0x12b)])_0x577027[_0x2e0d88(0xed)][_0x2e0d88(0xc8)](_0x2e0d88(0x10b),_0x56ff10,_0x2e0d88(0x104),_0x567703),_0x577027[_0x2e0d88(0xed)][_0x2e0d88(0xc8)](_0x2e0d88(0x16f),_0x56ff10,_0x2e0d88(0x104),_0x567703),_0x577027[_0x2e0d88(0xed)][_0x2e0d88(0xc8)](_0x2e0d88(0x141),_0x56ff10,_0x2e0d88(0x104),_0x567703);_0x577027[_0x2e0d88(0xed)][_0x2e0d88(0xc8)](_0x2e0d88(0x141),_0x2e0d88(0x12b),_0x2e0d88(0x133),_0x567703),_0x577027[_0x2e0d88(0xed)][_0x2e0d88(0xc8)](_0x2e0d88(0x141),_0x2e0d88(0x12b),_0x2e0d88(0x188),(_0x17c3a4,_0x5e39e8,_0xd690d)=>{const _0x2da188=_0x2e0d88,_0x17dee8=_0x17c3a4[_0x2da188(0x15b)](_0x19dc6b=>_0x19dc6b[_0x2da188(0xf7)]())[_0x2da188(0xec)](_0x313fcc=>_0x313fcc),_0x5c260d=new Map(_0x17dee8[_0x2da188(0x15b)](_0x3acb6d=>[_0x3acb6d,null]));if(_0xcf8667){for(const {element:_0x385eaf,attributes:_0x20a562}of _0xcf8667[_0x2da188(0x144)])_0x20a562&&_0x5c260d[_0x2da188(0xef)](_0x385eaf,_0x20a562);}else{if(_0xd690d&&_0xd690d[_0x2da188(0xf6)])for(const [_0x5716e4,_0x1d24da]of Object[_0x2da188(0x12d)](_0xd690d[_0x2da188(0xf6)])){const _0x21a1ff=_0x25354a[_0x2da188(0x176)][_0x2da188(0x186)][_0x2da188(0x132)](_0x5716e4),_0x314571=_0x21a1ff?_0x21a1ff[_0x2da188(0x164)]()[_0x2da188(0xf7)]():null;_0x314571&&_0x5c260d[_0x2da188(0xef)](_0x314571,_0x1d24da);}}_0x25354a[_0x2da188(0x176)][_0x2da188(0xf0)](_0x283f29=>{const _0x1f55cf=_0x2da188;for(const [_0x3afafe,_0x690a3]of _0x5c260d)_0x283f29[_0x1f55cf(0x17d)]({...de,..._0x690a3},_0x3afafe);});});const _0x53a437=(_0x2e15cd,_0x201d49)=>{const _0xd8efa0=_0x2e0d88;_0x577027[_0xd8efa0(0xed)][_0xd8efa0(0xc8)](_0x2e15cd,_0xd8efa0(0x107),_0x201d49,(_0x3a6fa9,_0x11b439,_0x16878b)=>{const _0xd590d5=_0xd8efa0;_0x25354a[_0xd590d5(0x176)][_0xd590d5(0xf0)](_0x5de4c8=>{const _0x51b64f=_0xd590d5,_0x5ea575=[];for(const _0x5e7ccf of _0x3a6fa9){const _0x581ff6=_0x5e7ccf[_0x51b64f(0x18a)][_0x51b64f(0x15c)];_0x581ff6['is'](_0x51b64f(0x13b),_0x51b64f(0xd8))&&_0x5ea575[_0x51b64f(0x15f)](_0x581ff6);}_0x577027[_0x51b64f(0xed)][_0x51b64f(0x122)](_0x2e15cd,null,_0x201d49)(_0x3a6fa9,_0x11b439,_0x16878b);for(const _0x49d283 of _0x5ea575)_0x51b64f(0x124)!=_0x49d283[_0x51b64f(0x119)][_0x51b64f(0xe3)]&&_0x5de4c8[_0x51b64f(0x18f)](_0x49d283);});});};_0x53a437(_0x2e0d88(0x10b),_0x2e0d88(0x188)),_0x53a437(_0x2e0d88(0x10b),_0x2e0d88(0x133)),_0x53a437(_0x2e0d88(0x16f),_0x2e0d88(0x188)),_0x53a437(_0x2e0d88(0x16f),_0x2e0d88(0x133)),_0x577027[_0x2e0d88(0xed)][_0x2e0d88(0xc8)](_0x2e0d88(0x10b),_0x2e0d88(0xc6),_0x2e0d88(0x133),_0x2c2a97=>{const _0x13671a=_0x2e0d88,_0x287894=_0x2c2a97[_0x13671a(0x15b)](_0x2899bc=>_0x2899bc[_0x13671a(0xf7)]()),_0x159b7c=_0x287894[0x0][_0x13671a(0x16e)](_0x13671a(0xf5)),{minRow:_0x1e0801,maxRow:_0x111afd}=_0x3d81dd[_0x13671a(0xf2)](_0x287894);_0x315ea2[_0x13671a(0x148)](_0x159b7c,{'at':_0x1e0801,'rows':_0x111afd-_0x1e0801+0x1});}),_0x577027[_0x2e0d88(0xed)][_0x2e0d88(0xc8)](_0x2e0d88(0x10b),_0x2e0d88(0xd6),_0x2e0d88(0x133),_0x4c345a=>{const _0xdf6399=_0x2e0d88,_0x2dfa03=_0x4c345a[_0xdf6399(0x15b)](_0x15ce8c=>_0x15ce8c[_0xdf6399(0xf7)]()),_0x31a288=_0x2dfa03[0x0][_0xdf6399(0x16e)](_0xdf6399(0xf5)),{minColumn:_0x4e8018,maxColumn:_0x29b61d}=_0x3d81dd[_0xdf6399(0xf2)](_0x2dfa03);_0x315ea2[_0xdf6399(0xee)](_0x31a288,{'at':_0x4e8018,'columns':_0x29b61d-_0x4e8018+0x1});});const _0x54d6e2=(_0xf2b1ac,_0x225587)=>{const _0x4f81eb=_0x2e0d88;if(!_0x225587[_0x4f81eb(0x129)]||!_0x225587[_0x4f81eb(0x129)][_0x4f81eb(0x130)](_0x4f81eb(0x107)))return;const _0xfdc9dd=_0x225587[_0x4f81eb(0x10d)][_0x4f81eb(0xd1)],_0x4b51e2=_0x577027[_0x4f81eb(0x171)]()[_0x4f81eb(0xec)](_0x1fe5e2=>_0x1fe5e2[_0x4f81eb(0x18d)]&&_0x1fe5e2[_0x4f81eb(0x10d)]&&_0x1fe5e2[_0x4f81eb(0x10d)][_0x4f81eb(0xd1)]==_0xfdc9dd);_0x4b51e2[_0x4f81eb(0x151)]&&_0x225587[_0x4f81eb(0xf1)]()[_0x4f81eb(0x151)]!=_0x4b51e2[_0x4f81eb(0x151)]&&_0x4b51e2[_0x4f81eb(0x112)]((_0x1090a7,_0x308bb8)=>(_0x1090a7[_0x4f81eb(0x189)]=_0x308bb8,_0x308bb8[_0x4f81eb(0xfb)]=_0x1090a7,_0x308bb8));};function _0x5f41d4(_0xa18051,_0x49cc74=!0x0){const _0x3313e8=_0x2e0d88,{id:_0x8c6b21}=_0x577027[_0x3313e8(0x13d)](_0xa18051[_0x3313e8(0x138)]),_0xdad32e=[_0x3313e8(0xfc),_0x3313e8(0x131)],_0x56c24a=_0x577027[_0x3313e8(0x169)][_0x3313e8(0x175)](_0xa18051[_0x3313e8(0x138)]);return _0x56c24a&&_0xdad32e[_0x3313e8(0x15f)](_0x3313e8(0x12f)),{'classes':_0xdad32e,'attributes':{'data-suggestion':_0x8c6b21},'priority':_0x56c24a&&_0x49cc74?0xbc2:0xbb8};}_0x577027['on'](_0x2e0d88(0x183),_0x54d6e2,{'priority':_0x2e0d88(0x146)}),_0x577027['on'](_0x2e0d88(0x190),_0x54d6e2,{'priority':_0x2e0d88(0x146)}),_0x25354a[_0x2e0d88(0x176)][_0x2e0d88(0xd3)][_0x2e0d88(0x11b)](()=>{const _0x4c3c37=_0x2e0d88;let _0xc257e2=!0x1;const _0x3828e6=Array[_0x4c3c37(0x13e)](_0x25354a[_0x4c3c37(0x176)][_0x4c3c37(0xd3)][_0x4c3c37(0xcb)][_0x4c3c37(0x12a)]());for(const {name:_0x380c09,data:_0xa7b9c7}of _0x3828e6){const {group:_0x7e6925,type:_0x11ee31,id:_0x44b3c9}=_0x577027[_0x4c3c37(0x13d)](_0x380c09);if(_0x4c3c37(0xc5)!=_0x7e6925||_0x4c3c37(0x16f)!=_0x11ee31||_0xa7b9c7[_0x4c3c37(0x185)])continue;if(!_0x577027[_0x4c3c37(0x137)](_0x44b3c9))continue;const _0x2ac481=_0x577027[_0x4c3c37(0xcd)](_0x44b3c9)[_0x4c3c37(0x191)](),_0x4178ba=_0x25354a[_0x4c3c37(0xcc)][_0x4c3c37(0x132)](_0x4c3c37(0xd0))['me'];for(const _0xaa18a2 of _0x577027[_0x4c3c37(0x171)]()){if(!_0xaa18a2[_0x4c3c37(0x18d)]||_0xaa18a2[_0x4c3c37(0x14e)]!=_0x4178ba)continue;if(_0x4c3c37(0x141)!=_0xaa18a2[_0x4c3c37(0xda)]||_0x4c3c37(0x12b)!=_0xaa18a2[_0x4c3c37(0x129)])continue;if(_0xaa18a2[_0x4c3c37(0x191)]()[_0x4c3c37(0x113)](_0x3785d4=>_0x2ac481[_0x4c3c37(0x123)](_0x2247fc=>_0x2247fc[_0x4c3c37(0x13a)](_0x3785d4,!0x0)))){for(const _0x31cf8b of _0xaa18a2[_0x4c3c37(0xf1)]())_0x31cf8b[_0x4c3c37(0x18d)]&&(_0x31cf8b[_0x4c3c37(0x133)](),_0xc257e2=!0x0);}}}return _0xc257e2;}),_0x25354a[_0x2e0d88(0x176)][_0x2e0d88(0xd3)][_0x2e0d88(0x11b)](_0x48942e=>{const _0x5a9bee=_0x2e0d88,_0x376be5=_0x25354a[_0x5a9bee(0x14f)][_0x5a9bee(0x132)](_0x5a9bee(0x168));if(!_0x376be5||!_0x376be5[_0x5a9bee(0x17c)][_0x5a9bee(0xc7)](_0x48942e[_0x5a9bee(0x135)]))return!0x1;let _0x57ec85=!0x1;const _0x1b21b7=_0x25354a[_0x5a9bee(0xcc)][_0x5a9bee(0x132)](_0x5a9bee(0xd0))['me'],_0x234a2c=_0x25354a[_0x5a9bee(0x176)][_0x5a9bee(0xd3)][_0x5a9bee(0xcb)][_0x5a9bee(0x18b)](),_0x14a9fa=Array[_0x5a9bee(0x13e)](_0x25354a[_0x5a9bee(0x176)][_0x5a9bee(0xd3)][_0x5a9bee(0xcb)][_0x5a9bee(0x12a)]())[_0x5a9bee(0xec)](({name:_0x35df7c,data:_0x34a313})=>{const _0x32ca59=_0x5a9bee,{group:_0x51ab0e,subType:_0x5e74bd,authorId:_0x455609}=_0x577027[_0x32ca59(0x13d)](_0x35df7c);return _0x32ca59(0xc5)==_0x51ab0e&&_0x32ca59(0x107)==_0x5e74bd&&_0x455609==_0x1b21b7['id']&&!_0x34a313[_0x32ca59(0x185)];});for(const _0x1d8788 of _0x234a2c){if(_0x5a9bee(0x16b)!=_0x1d8788[_0x5a9bee(0xda)]||_0x5a9bee(0xd8)!=_0x1d8788[_0x5a9bee(0x11a)]||0x1!=_0x1d8788[_0x5a9bee(0x151)])continue;const _0x239872=_0x48942e[_0x5a9bee(0xe5)](_0x1d8788[_0x5a9bee(0x172)],_0x1d8788[_0x5a9bee(0x172)][_0x5a9bee(0x127)](0x1));if(!_0x14a9fa[_0x5a9bee(0x182)](({data:_0x5d4426})=>_0x5d4426[_0x5a9bee(0xd7)][_0x5a9bee(0xe9)](_0x239872))){for(const {name:_0x705509,data:_0x5cf509}of _0x14a9fa)if(_0x239872[_0x5a9bee(0x13a)](_0x5cf509[_0x5a9bee(0xd7)])){_0x48942e[_0x5a9bee(0x167)](_0x705509,{'range':_0x239872}),_0x57ec85=!0x0;break;}}}return _0x57ec85;}),_0x25354a[_0x2e0d88(0x176)][_0x2e0d88(0xd3)][_0x2e0d88(0x11b)](_0x50811f=>{const _0x18fd4f=_0x2e0d88;let _0x82ff95=!0x1;const _0x2c8a4f=_0x25354a[_0x18fd4f(0xcc)][_0x18fd4f(0x132)](_0x18fd4f(0xd0))['me'],_0x1c6abe=_0x577027[_0x18fd4f(0x171)]()[_0x18fd4f(0xec)](_0x285c0b=>_0x285c0b[_0x18fd4f(0x18d)]&&_0x285c0b[_0x18fd4f(0x14e)]==_0x2c8a4f),_0x4ca359=new Set(),_0x302d75=new Set();for(const _0x2e24df of _0x1c6abe)if(_0x18fd4f(0x107)==_0x2e24df[_0x18fd4f(0x129)])for(const _0x3f5bfb of _0x2e24df[_0x18fd4f(0x125)]()){const _0x5dbc44=_0x3f5bfb[_0x18fd4f(0x164)]()[_0x18fd4f(0xf7)]();if(_0x5dbc44){if(_0x5dbc44['is'](_0x18fd4f(0x13b),_0x18fd4f(0xd8))&&ge(_0x5dbc44)){_0x2e24df[_0x18fd4f(0x100)](_0x3f5bfb[_0x18fd4f(0x11a)]),_0x4ca359[_0x18fd4f(0x17a)](_0x5dbc44),_0x82ff95=!0x0;const _0x224f59=_0x5dbc44[_0x18fd4f(0x120)],_0x770a2=_0x5dbc44[_0x18fd4f(0x15d)],_0x308bcc=_0x224f59&&_0x224f59['is'](_0x18fd4f(0x13b),_0x18fd4f(0xd8)),_0x5240f3=_0x770a2&&_0x770a2['is'](_0x18fd4f(0x13b),_0x18fd4f(0xd8));_0x308bcc&&!_0x4ca359[_0x18fd4f(0xc7)](_0x224f59)&&_0x302d75[_0x18fd4f(0x17a)](_0x224f59),_0x5240f3&&!_0x4ca359[_0x18fd4f(0xc7)](_0x770a2)&&_0x302d75[_0x18fd4f(0x17a)](_0x770a2);}else _0x5dbc44['is'](_0x18fd4f(0x13b),_0x18fd4f(0x109))&&_0x5dbc44[_0x18fd4f(0x118)]&&(_0x2e24df[_0x18fd4f(0x100)](_0x3f5bfb[_0x18fd4f(0x11a)]),_0x82ff95=!0x0);}}else{if(_0x18fd4f(0x12b)==_0x2e24df[_0x18fd4f(0x129)]){if(!_0x2e24df[_0x18fd4f(0x10d)]||!_0x2e24df[_0x18fd4f(0x10d)][_0x18fd4f(0xd1)])continue;const _0x260f68=_0x2e24df[_0x18fd4f(0x10d)][_0x18fd4f(0xf6)];if(_0x260f68&&Object[_0x18fd4f(0x10a)](_0x260f68)[_0x18fd4f(0x151)])continue;const _0x550e86=_0x2e24df[_0x18fd4f(0x10d)][_0x18fd4f(0xd1)];let _0x3abc41=!0x0,_0x1613b8=!0x0;for(const _0x6dc87f of _0x1c6abe)if(_0x6dc87f[_0x18fd4f(0x129)]&&_0x6dc87f[_0x18fd4f(0x129)][_0x18fd4f(0x130)](_0x18fd4f(0x107))){if(!_0x6dc87f[_0x18fd4f(0x10d)][_0x18fd4f(0xd1)]){_0x1613b8=!0x1;break;}if(_0x6dc87f['id']!=_0x2e24df['id']&&_0x6dc87f[_0x18fd4f(0x10d)][_0x18fd4f(0xd1)]==_0x550e86){_0x3abc41=!0x1;break;}}_0x1613b8&&_0x3abc41&&(_0x2e24df[_0x18fd4f(0xf8)](),_0x82ff95=!0x0);}}for(const _0x1b6b2a of _0x4ca359)_0x50811f[_0x18fd4f(0x153)](_0x1b6b2a);for(const _0x4910ea of _0x302d75)_0x50811f[_0x18fd4f(0x18f)](_0x4910ea);return _0x82ff95;}),_0x25354a[_0x2e0d88(0xe0)][_0x2e0d88(0xe6)](_0x2e0d88(0x12c))[_0x2e0d88(0xe4)]({'model':_0x2e0d88(0x145),'view':(_0xbe098e,_0x53301f)=>_0x5f41d4(_0xbe098e),'converterPriority':_0x2e0d88(0x146)}),_0x25354a[_0x2e0d88(0xe0)][_0x2e0d88(0xe6)](_0x2e0d88(0x16c))[_0x2e0d88(0xe4)]({'model':_0x2e0d88(0x145),'view':(_0x1ac57e,_0x5434d3)=>_0x5434d3[_0x2e0d88(0x140)][_0x2e0d88(0xfe)]?_0x5f41d4(_0x1ac57e,!0x1):null,'converterPriority':_0x2e0d88(0x146)});const _0x4d60f7=_0x25354a[_0x2e0d88(0x18c)][_0x2e0d88(0xdd)];this[_0x2e0d88(0x177)](_0x4d60f7[_0x2e0d88(0xd3)],_0x2e0d88(0xcf),(_0x30c0be,_0x4be68b)=>{const _0x35b935=_0x2e0d88,_0x540472=[];for(const _0x24f130 of _0x4d60f7[_0x35b935(0x173)](_0x4be68b[_0x35b935(0x128)])[_0x35b935(0x108)]())_0x24f130['is'](_0x35b935(0x13b),_0x35b935(0x163))&&_0x540472[_0x35b935(0x15f)](_0x24f130);_0x4d60f7[_0x35b935(0xf0)](_0x323659=>{const _0x3a6b15=_0x35b935;for(const _0x43bf66 of _0x540472)_0x323659[_0x3a6b15(0x139)](_0x323659[_0x3a6b15(0x173)](_0x43bf66),_0x323659[_0x3a6b15(0x184)](_0x43bf66)),_0x323659[_0x3a6b15(0x153)](_0x43bf66);});});}}function ge(_0xd1108e){const _0x2fc130=_0x1d551e;if(_0xd1108e[_0x2fc130(0x118)])return!0x0;const _0x4ab070=_0xd1108e[_0x2fc130(0x159)](0x0);return _0x4ab070['is'](_0x2fc130(0x13b),_0x2fc130(0x109))&&_0x4ab070[_0x2fc130(0x118)];}function me(_0x4d0d6e,_0x294232={},_0x3131a3){const _0xf74dad=_0x1d551e;for(const {isAnchor:_0x239855,cellHeight:_0x55b7ce,cellWidth:_0x3ee206}of _0x3131a3[_0xf74dad(0x16a)](_0x4d0d6e,{'includeAllSlots':!0x0,..._0x294232}))if(!_0x239855||0x1!=_0x55b7ce||0x1!=_0x3ee206)return!0x1;return!0x0;}
23
+ const _0xfa8785=_0x5c03;function _0x2857(){const _0x43e921=['endColumn','$graveyard','schema','forceDefaultExecution','documentSelection','createRangeOn','tableCellSuggestion','insertion','discard','TableClipboard','tablePasteCell','updateMarker','batch','tableCellVerticalAlignment','deletion','cell','remove','rootName','unwrap','oldRange','type','markers','editingDowncast','*Replace\x20table\x20cells*','options','tableCell','removeRows','map','next','getRange','markMultiRangeDeletion','getChanges','setAttributes','getAllAdjacentSuggestions','131810ztaeDs','newRange','hasSuggestion','move','content','rows','markerAttributes','afterInit','high','redo','tablePasteChainId','rowInsertionRanges','getMarkers','fromRange','insertColumns','getChangedMarkers','conversion','low','suggestionUnloaded','suggestion:formatBlock:tablePasteCell','start','TableUtils','getColumns','editor','cells','activeMarkers','selection','setAttribute','subType','return','previous','containsRange','176658tXUewt','deletionRanges','column','isEmpty','markMultiRangeInsertion','author','262yxDXcj','position','tablePasteColumn','entries','change','trackChanges','wrap','TrackChangesEditing','getSuggestionCallback','from','root','getChildren','every','tableCellBorderColor','filter','tableCellHorizontalAlignment','get','registerPostFixer','columnInsertionRanges','registerDescriptionCallback','columns','getTableIfOnlyTableInContent','accept','3775072TGVMlE','locale','element','forEach','213186lIjTFY','differ','elementToElement','tableCellBorderStyle','10629ouceRH','last','_getCoordsForCells','removeMarker','fromEntries','end','getItems','getAttributes','isEqual','dataDowncast','startsWith','set','plugins','showSuggestionHighlights','insert','ck-suggestion-marker-insertion','getColumnIndexes','has','getShiftedBy','view','createPositionBefore','tableCellPadding','previousSibling','nextSibling','tablePaste','613432uiWePb','paragraph','row','value','tableCellBorderWidth','nodeAfter','push','getSuggestion','_tablePostFixingSubtypes','createRangeIn','removeColumns','tableCellBackgroundColor','some','endRow','add','fill','keys','_descriptionFactory','model','isInContent','341ZqBqAS','markMultiRangeBlockFormat','getSuggestions','clipboardOutput','1854628AcQaaH','find','5zOpnqg','ck-suggestion-marker--active','includes','requires','rowInsertionIndexes','36HGJtrA','for','createTableWalker','getSelectionAffectedTableCells','tablePasteRow','markerToHighlight','getRows','createRange','columnInsertionIndexes','suggestion-td','getRanges','insertRows','attributes','first','_createdBatches','name','join','_splitMarkerName','register','table','length','insertionRanges','insertContent','reduce','createElement','suggestion','findAncestor','_isForcedDefaultExecutionBlock','registerCustomCallback','detach','listenTo','editing','document','getChild','getRowIndexes','commands','_replaceTableSlotCell','stop','getContainedElement','call','formatBlock','removeMarkers','ck-suggestion-marker','_suggestionFactory','Users','markerName','suggestionLoaded'];_0x2857=function(){return _0x43e921;};return _0x2857();}(function(_0x2b9db7,_0xbb7ca4){const _0x30c855=_0x5c03,_0x17ea19=_0x2b9db7();while(!![]){try{const _0x1424d3=-parseInt(_0x30c855(0x214))/0x1+-parseInt(_0x30c855(0x1f9))/0x2*(-parseInt(_0x30c855(0x218))/0x3)+-parseInt(_0x30c855(0x249))/0x4+-parseInt(_0x30c855(0x24b))/0x5*(parseInt(_0x30c855(0x1f3))/0x6)+parseInt(_0x30c855(0x210))/0x7+parseInt(_0x30c855(0x231))/0x8*(-parseInt(_0x30c855(0x250))/0x9)+parseInt(_0x30c855(0x1d3))/0xa*(parseInt(_0x30c855(0x245))/0xb);if(_0x1424d3===_0xbb7ca4)break;else _0x17ea19['push'](_0x17ea19['shift']());}catch(_0x41b372){_0x17ea19['push'](_0x17ea19['shift']());}}}(_0x2857,0x616be));import{getTranslation as _0x178c08}from'../utils/common-translations.js';import{Plugin as _0x140e9c}from'ckeditor5/src/core.js';import{LiveRange as _0x341152}from'ckeditor5/src/engine.js';import{uid as _0x43a4fe,priorities as _0x98d709}from'ckeditor5/src/utils.js';import _0xe48eb2 from'./table.js';const be=[_0xfa8785(0x235),_0xfa8785(0x206),_0xfa8785(0x217),_0xfa8785(0x208),_0xfa8785(0x1be),_0xfa8785(0x23c),_0xfa8785(0x22d)],de=Object[_0xfa8785(0x21c)](be[_0xfa8785(0x1cc)](_0x3ae27a=>[_0x3ae27a,null]));function _0x5c03(_0x4c9f34,_0x514375){const _0x285757=_0x2857();return _0x5c03=function(_0x5c0392,_0x4a139c){_0x5c0392=_0x5c0392-0x192;let _0x3e7f43=_0x285757[_0x5c0392];return _0x3e7f43;},_0x5c03(_0x4c9f34,_0x514375);}export default class At extends _0x140e9c{static get[_0xfa8785(0x24e)](){return[_0xe48eb2];}[_0xfa8785(0x1da)](){const _0x2b75c9=_0xfa8785,_0x2d5ab4=this[_0x2b75c9(0x1ea)];if(!_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x229)](_0x2b75c9(0x1ba)))return;const _0x28f0d4=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x200)),_0x2ee810=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1e8)),_0x14f815=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0xe48eb2),_0x7b0ee7=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1ba));_0x14f815[_0x2b75c9(0x239)][_0x2b75c9(0x237)](_0x2b75c9(0x254),_0x2b75c9(0x1fb)),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1b3)][_0x2b75c9(0x194)](_0x2b75c9(0x1b7),{'allowIn':_0x2b75c9(0x1ca),'allowContentOf':_0x2b75c9(0x1ca),'isLimit':!0x0}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x216)]({'model':_0x2b75c9(0x1b7),'view':_0x2b75c9(0x259)});let _0x21e28b=null;_0x2d5ab4[_0x2b75c9(0x243)]['on'](_0x2b75c9(0x198),(_0x24e921,_0x1ed080)=>{const _0xa124f2=_0x2b75c9,[_0x1d4c48,_0x142f5b]=_0x1ed080,_0x124a96=_0x1ed080[_0x1ed080[_0xa124f2(0x196)]-0x1];_0x124a96&&_0x124a96[_0xa124f2(0x1b4)]||_0x28f0d4[_0xa124f2(0x19d)]||this[_0xa124f2(0x1ea)][_0xa124f2(0x1a5)][_0xa124f2(0x209)](_0xa124f2(0x1fe))[_0xa124f2(0x234)]&&function(_0x526d50,_0x21f390,_0x29a9df,_0x45cbe8,_0x5a8651){const _0x446f7a=_0xa124f2;if(_0x21f390&&!_0x21f390['is'](_0x446f7a(0x1b5)))return!0x1;const _0xa690bb=_0x5a8651[_0x446f7a(0x20e)](_0x526d50,_0x29a9df);if(!_0xa690bb||!me(_0xa690bb,void 0x0,_0x45cbe8))return!0x1;const _0x51fdea=_0x45cbe8[_0x446f7a(0x253)](_0x29a9df[_0x446f7a(0x1a2)][_0x446f7a(0x1ed)]);if(!_0x51fdea[_0x446f7a(0x196)])return!0x1;const _0x45ead4=_0x51fdea[0x0][_0x446f7a(0x19c)](_0x446f7a(0x195)),_0x417475=_0x45cbe8[_0x446f7a(0x1a4)](_0x51fdea),_0x5e7117=_0x45cbe8[_0x446f7a(0x228)](_0x51fdea),_0x2e03aa={'startRow':_0x417475[_0x446f7a(0x25d)],'endRow':_0x417475[_0x446f7a(0x219)],'startColumn':_0x5e7117[_0x446f7a(0x25d)],'endColumn':_0x5e7117[_0x446f7a(0x219)]};return 0x1==_0x51fdea[_0x446f7a(0x196)]&&(_0x2e03aa[_0x446f7a(0x23e)]+=_0x45cbe8[_0x446f7a(0x256)](_0xa690bb)-0x1,_0x2e03aa[_0x446f7a(0x1b1)]+=_0x45cbe8[_0x446f7a(0x1e9)](_0xa690bb)-0x1),me(_0x45ead4,_0x2e03aa,_0x45cbe8);}(_0x1d4c48,_0x142f5b,_0x2d5ab4[_0xa124f2(0x243)],_0x2ee810,_0x7b0ee7)&&(_0x24e921[_0xa124f2(0x1a7)](),_0x21e28b={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2d5ab4[_0xa124f2(0x243)][_0xa124f2(0x1fd)](()=>{const _0x494118=_0xa124f2;_0x2d5ab4[_0x494118(0x243)][_0x494118(0x198)](_0x1ed080[0x0],_0x1ed080[0x1],_0x1ed080[0x2],{'forceDefaultExecution':!0x0});const _0x8c9af6=_0x43a4fe(),{rowInsertionRanges:_0x1a6b9e,columnInsertionRanges:_0x42aa22,insertionRanges:_0x88508f,deletionRanges:_0x18cd45,cells:_0x4d6371}=_0x21e28b;_0x1a6b9e[_0x494118(0x196)]&&_0x28f0d4[_0x494118(0x1f7)](_0x1a6b9e,_0x494118(0x254),{'tablePasteChainId':_0x8c9af6}),_0x42aa22[_0x494118(0x196)]&&_0x28f0d4[_0x494118(0x1f7)](_0x42aa22,_0x494118(0x1fb),{'tablePasteChainId':_0x8c9af6}),_0x88508f[_0x494118(0x196)]&&(_0x28f0d4[_0x494118(0x1f7)](_0x88508f,_0x494118(0x230),{'tablePasteChainId':_0x8c9af6,'skipNestingCheck':!0x0}),_0x88508f[_0x494118(0x213)](_0x21b6cf=>{const _0x6e9fab=_0x494118;var _0x3d221d;return null===(_0x3d221d=_0x21b6cf[_0x6e9fab(0x19f)])||void 0x0===_0x3d221d?void 0x0:_0x3d221d[_0x6e9fab(0x1a9)](_0x21b6cf);})),_0x18cd45[_0x494118(0x196)]&&(_0x28f0d4[_0x494118(0x1cf)](_0x18cd45,_0x494118(0x230),{'tablePasteChainId':_0x8c9af6,'skipNestingCheck':!0x0}),_0x18cd45[_0x494118(0x213)](_0x529289=>{const _0x1986ba=_0x494118;var _0x564ced;return null===(_0x564ced=_0x529289[_0x1986ba(0x19f)])||void 0x0===_0x564ced?void 0x0:_0x564ced[_0x1986ba(0x1a9)](_0x529289);}));const _0x5b5341=_0x28f0d4[_0x494118(0x246)](_0x4d6371[_0x494118(0x1cc)](({element:_0x382901})=>_0x382901),{'formatGroupId':_0x43a4fe()},[],_0x494118(0x1bb),{'tablePasteChainId':_0x8c9af6});if(_0x5b5341){const _0x1d3082=_0x5b5341[_0x494118(0x1df)](),_0x5db108=[];for(const {element:_0x5c2157,attributes:_0x4064e2}of _0x4d6371){if(!_0x4064e2)continue;const _0x593055=_0x2d5ab4[_0x494118(0x243)][_0x494118(0x1b6)](_0x5c2157),_0xc9e694=_0x1d3082[_0x494118(0x24a)](_0x10e55c=>_0x10e55c[_0x494118(0x1ce)]()[_0x494118(0x220)](_0x593055));_0xc9e694&&_0x5db108[_0x494118(0x237)]([_0xc9e694[_0x494118(0x25f)],_0x4064e2]);}_0x5db108[_0x494118(0x196)]&&_0x5b5341[_0x494118(0x1ee)](_0x494118(0x1d9),Object[_0x494118(0x21c)](_0x5db108));}_0x21e28b=null;}));},{'priority':_0x98d709[_0x2b75c9(0x1db)]+0xa}),_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1ba))['on'](_0x2b75c9(0x1a6),(_0x52c0f6,_0x327941)=>{const _0xe39f60=_0x2b75c9,[_0x23402c,_0x57c8e0,,_0x193a8f]=_0x327941;if(!_0x21e28b)return;_0x52c0f6[_0xe39f60(0x1a7)]();const _0x2155e7=_0x23402c[_0xe39f60(0x1c0)],_0x32e014=_0x57c8e0,_0x16cee8=ge(_0x2155e7),_0x4fe36e=ge(_0x32e014);_0x52c0f6[_0xe39f60(0x1f0)]=_0x2155e7;let _0x24763b=null,_0xce3edf=null;if(_0x4fe36e||_0x16cee8){if(_0x16cee8&&!_0x4fe36e){_0x193a8f[_0xe39f60(0x1c1)](_0x2155e7[_0xe39f60(0x1a3)](0x0));for(const _0x55a21f of Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x204)]()))_0x193a8f[_0xe39f60(0x226)](_0x55a21f,_0x2155e7,_0xe39f60(0x21d));const _0x43f19c=_0x21e28b[_0xe39f60(0x24f)][_0xe39f60(0x24d)](_0x23402c[_0xe39f60(0x233)]),_0x1acdee=_0x21e28b[_0xe39f60(0x258)][_0xe39f60(0x24d)](_0x23402c[_0xe39f60(0x1f5)]);_0x43f19c||_0x1acdee||(_0x24763b=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x23a)](_0x2155e7)));}else _0x4fe36e&&!_0x16cee8&&(_0xce3edf=_0x193a8f[_0xe39f60(0x23a)](_0x2155e7));}else{const _0x2d255c=_0x193a8f[_0xe39f60(0x19a)](_0xe39f60(0x1b7)),_0x4222f6=_0x193a8f[_0xe39f60(0x19a)](_0xe39f60(0x1b7));_0x193a8f[_0xe39f60(0x1ff)](_0x193a8f[_0xe39f60(0x23a)](_0x2155e7),_0x4222f6),_0x193a8f[_0xe39f60(0x226)](_0x2d255c,_0x2155e7,0x0);for(const _0x5a21fe of Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x204)]()))_0x193a8f[_0xe39f60(0x226)](_0x5a21fe,_0x2d255c,_0xe39f60(0x21d));_0x24763b=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x1b6)](_0x2d255c)),_0xce3edf=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x1b6)](_0x4222f6));}const _0x50484c=Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x21f)]())[_0xe39f60(0x207)](([_0x2b5606])=>be[_0xe39f60(0x24d)](_0x2b5606));_0x21e28b[_0xe39f60(0x1eb)][_0xe39f60(0x237)]({'element':_0x2155e7,'attributes':_0x50484c[_0xe39f60(0x196)]?Object[_0xe39f60(0x21c)](_0x50484c):null}),_0x24763b&&_0x21e28b[_0xe39f60(0x197)][_0xe39f60(0x237)](_0x24763b),_0xce3edf&&_0x21e28b[_0xe39f60(0x1f4)][_0xe39f60(0x237)](_0xce3edf);},{'priority':_0x2b75c9(0x1db)}),_0x2ee810['on'](_0x2b75c9(0x1e1),(_0x14d4ee,_0x410546)=>{const _0x166e6e=_0x2b75c9,[_0x19c1e5,_0x2d7f2b={}]=_0x410546;if(!_0x21e28b)return;const _0x4383cb=_0x2d7f2b['at']||0x0,_0x23f15d=_0x2d7f2b[_0x166e6e(0x20d)]||0x1;_0x21e28b[_0x166e6e(0x258)]=new Array(_0x23f15d)[_0x166e6e(0x240)](_0x4383cb)[_0x166e6e(0x1cc)]((_0x4f37b7,_0x30973c)=>_0x4f37b7+_0x30973c);for(const {cell:_0x56aff7}of _0x2ee810[_0x166e6e(0x252)](_0x19c1e5,{'startColumn':_0x4383cb,'endColumn':_0x4383cb+_0x23f15d-0x1}))_0x21e28b[_0x166e6e(0x20b)][_0x166e6e(0x237)](_0x2d5ab4[_0x166e6e(0x243)][_0x166e6e(0x1b6)](_0x56aff7));},{'priority':_0x2b75c9(0x1e4)}),_0x2ee810['on'](_0x2b75c9(0x25b),(_0x197fd8,_0x3451b2)=>{const _0x17bfc0=_0x2b75c9,[_0x24dfc0,_0x19bfc3={}]=_0x3451b2;if(!_0x21e28b)return;const _0x1a1471=_0x19bfc3['at']||0x0,_0x53637d=_0x19bfc3[_0x17bfc0(0x1d8)]||0x1;_0x21e28b[_0x17bfc0(0x24f)]=new Array(_0x53637d)[_0x17bfc0(0x240)](_0x1a1471)[_0x17bfc0(0x1cc)]((_0x41bd82,_0x164652)=>_0x41bd82+_0x164652);for(const {cell:_0x5a1514}of _0x2ee810[_0x17bfc0(0x252)](_0x24dfc0,{'startRow':_0x1a1471,'endRow':_0x1a1471+_0x53637d-0x1}))_0x21e28b[_0x17bfc0(0x1de)][_0x17bfc0(0x237)](_0x2d5ab4[_0x17bfc0(0x243)][_0x17bfc0(0x1b6)](_0x5a1514));},{'priority':_0x2b75c9(0x1e4)}),_0x28f0d4[_0x2b75c9(0x242)][_0x2b75c9(0x20c)](_0x77209f=>{const _0x368e71=_0x2b75c9;if(_0x77209f[_0x368e71(0x1ef)]&&_0x77209f[_0x368e71(0x1ef)][_0x368e71(0x222)](_0x368e71(0x230)))return _0x77209f[_0x368e71(0x1f1)]?{}:{'type':_0x368e71(0x1b8),'content':_0x178c08(_0x2d5ab4[_0x368e71(0x211)],_0x368e71(0x1c8))};});const _0x876633=()=>!0x1;for(const _0x36569d of[_0x2b75c9(0x230),_0x2b75c9(0x1fb),_0x2b75c9(0x254),_0x2b75c9(0x1bb)])_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x36569d,_0x2b75c9(0x192),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1bf),_0x36569d,_0x2b75c9(0x192),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x36569d,_0x2b75c9(0x192),_0x876633);_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x2b75c9(0x1bb),_0x2b75c9(0x1b9),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x2b75c9(0x1bb),_0x2b75c9(0x20f),(_0x1baad7,_0x2f56fa,_0x562472)=>{const _0x3477dd=_0x2b75c9,_0x2f7193=_0x1baad7[_0x3477dd(0x1cc)](_0x4c895e=>_0x4c895e[_0x3477dd(0x1a8)]())[_0x3477dd(0x207)](_0x3ddf19=>_0x3ddf19),_0x4c8428=new Map(_0x2f7193[_0x3477dd(0x1cc)](_0x4bea12=>[_0x4bea12,null]));if(_0x21e28b){for(const {element:_0x428471,attributes:_0x11c719}of _0x21e28b[_0x3477dd(0x1eb)])_0x11c719&&_0x4c8428[_0x3477dd(0x223)](_0x428471,_0x11c719);}else{if(_0x562472&&_0x562472[_0x3477dd(0x1d9)])for(const [_0x3e7f44,_0x432c15]of Object[_0x3477dd(0x1fc)](_0x562472[_0x3477dd(0x1d9)])){const _0xa82178=_0x2d5ab4[_0x3477dd(0x243)][_0x3477dd(0x1c6)][_0x3477dd(0x209)](_0x3e7f44),_0x4edd3d=_0xa82178?_0xa82178[_0x3477dd(0x1ce)]()[_0x3477dd(0x1a8)]():null;_0x4edd3d&&_0x4c8428[_0x3477dd(0x223)](_0x4edd3d,_0x432c15);}}_0x2d5ab4[_0x3477dd(0x243)][_0x3477dd(0x1fd)](_0x4e9b4f=>{const _0x482868=_0x3477dd;for(const [_0x44f114,_0x5c6fe]of _0x4c8428)_0x4e9b4f[_0x482868(0x1d1)]({...de,..._0x5c6fe},_0x44f114);});});const _0x3d4c2d=(_0x598202,_0x48cb54)=>{const _0x5c0e11=_0x2b75c9;_0x28f0d4[_0x5c0e11(0x1ad)][_0x5c0e11(0x19e)](_0x598202,_0x5c0e11(0x230),_0x48cb54,(_0x4eae8e,_0x42cd2d,_0x206ccb)=>{const _0x5c0165=_0x5c0e11;_0x2d5ab4[_0x5c0165(0x243)][_0x5c0165(0x1fd)](_0x1f30c1=>{const _0x561315=_0x5c0165,_0x2834e4=[];for(const _0x50b798 of _0x4eae8e){const _0x4576e1=_0x50b798[_0x561315(0x1e7)][_0x561315(0x236)];_0x4576e1['is'](_0x561315(0x212),_0x561315(0x1b7))&&_0x2834e4[_0x561315(0x237)](_0x4576e1);}_0x28f0d4[_0x561315(0x1ad)][_0x561315(0x201)](_0x598202,null,_0x48cb54)(_0x4eae8e,_0x42cd2d,_0x206ccb);for(const _0x5c3a76 of _0x2834e4)_0x561315(0x1b2)!=_0x5c3a76[_0x561315(0x203)][_0x561315(0x1c2)]&&_0x1f30c1[_0x561315(0x1c3)](_0x5c3a76);});});};_0x3d4c2d(_0x2b75c9(0x1b8),_0x2b75c9(0x20f)),_0x3d4c2d(_0x2b75c9(0x1b8),_0x2b75c9(0x1b9)),_0x3d4c2d(_0x2b75c9(0x1bf),_0x2b75c9(0x20f)),_0x3d4c2d(_0x2b75c9(0x1bf),_0x2b75c9(0x1b9)),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x2b75c9(0x254),_0x2b75c9(0x1b9),_0x3ec271=>{const _0x1145a3=_0x2b75c9,_0x65c7c4=_0x3ec271[_0x1145a3(0x1cc)](_0x4ec648=>_0x4ec648[_0x1145a3(0x1a8)]()),_0x3d5416=_0x65c7c4[0x0][_0x1145a3(0x19c)](_0x1145a3(0x195)),{minRow:_0x18294a,maxRow:_0x3d3037}=_0x14f815[_0x1145a3(0x21a)](_0x65c7c4);_0x2ee810[_0x1145a3(0x1cb)](_0x3d5416,{'at':_0x18294a,'rows':_0x3d3037-_0x18294a+0x1});}),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x2b75c9(0x1fb),_0x2b75c9(0x1b9),_0x14714a=>{const _0x1d4d8c=_0x2b75c9,_0x1a69e8=_0x14714a[_0x1d4d8c(0x1cc)](_0x272a4e=>_0x272a4e[_0x1d4d8c(0x1a8)]()),_0xc03f35=_0x1a69e8[0x0][_0x1d4d8c(0x19c)](_0x1d4d8c(0x195)),{minColumn:_0x27351a,maxColumn:_0x297e4c}=_0x14f815[_0x1d4d8c(0x21a)](_0x1a69e8);_0x2ee810[_0x1d4d8c(0x23b)](_0xc03f35,{'at':_0x27351a,'columns':_0x297e4c-_0x27351a+0x1});});const _0x519f6e=(_0x5b8e1e,_0x1003e3)=>{const _0x7b0ac9=_0x2b75c9;if(!_0x1003e3[_0x7b0ac9(0x1ef)]||!_0x1003e3[_0x7b0ac9(0x1ef)][_0x7b0ac9(0x222)](_0x7b0ac9(0x230)))return;const _0x30d4a6=_0x1003e3[_0x7b0ac9(0x25c)][_0x7b0ac9(0x1dd)],_0x3c4ed5=_0x28f0d4[_0x7b0ac9(0x247)]()[_0x7b0ac9(0x207)](_0x576fc5=>_0x576fc5[_0x7b0ac9(0x244)]&&_0x576fc5[_0x7b0ac9(0x25c)]&&_0x576fc5[_0x7b0ac9(0x25c)][_0x7b0ac9(0x1dd)]==_0x30d4a6);_0x3c4ed5[_0x7b0ac9(0x196)]&&_0x1003e3[_0x7b0ac9(0x1d2)]()[_0x7b0ac9(0x196)]!=_0x3c4ed5[_0x7b0ac9(0x196)]&&_0x3c4ed5[_0x7b0ac9(0x199)]((_0x3ab388,_0x10327b)=>(_0x3ab388[_0x7b0ac9(0x1cd)]=_0x10327b,_0x10327b[_0x7b0ac9(0x1f1)]=_0x3ab388,_0x10327b));};function _0x25f0b5(_0x3b30d5,_0xb58c9a=!0x0){const _0x25b0ea=_0x2b75c9,{id:_0x38dc0}=_0x28f0d4[_0x25b0ea(0x193)](_0x3b30d5[_0x25b0ea(0x1af)]),_0x140523=[_0x25b0ea(0x1ac),_0x25b0ea(0x227)],_0x3929b7=_0x28f0d4[_0x25b0ea(0x1ec)][_0x25b0ea(0x24d)](_0x3b30d5[_0x25b0ea(0x1af)]);return _0x3929b7&&_0x140523[_0x25b0ea(0x237)](_0x25b0ea(0x24c)),{'classes':_0x140523,'attributes':{'data-suggestion':_0x38dc0},'priority':_0x3929b7&&_0xb58c9a?0xbc2:0xbb8};}_0x28f0d4['on'](_0x2b75c9(0x1b0),_0x519f6e,{'priority':_0x2b75c9(0x1db)}),_0x28f0d4['on'](_0x2b75c9(0x1e5),_0x519f6e,{'priority':_0x2b75c9(0x1db)}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](()=>{const _0xabdffc=_0x2b75c9;let _0x5a0f7d=!0x1;const _0x541b50=Array[_0xabdffc(0x202)](_0x2d5ab4[_0xabdffc(0x243)][_0xabdffc(0x1a2)][_0xabdffc(0x215)][_0xabdffc(0x1e2)]());for(const {name:_0x1b7657,data:_0x4038e3}of _0x541b50){const {group:_0x19c0b5,type:_0x462875,id:_0x3fc3db}=_0x28f0d4[_0xabdffc(0x193)](_0x1b7657);if(_0xabdffc(0x19b)!=_0x19c0b5||_0xabdffc(0x1bf)!=_0x462875||_0x4038e3[_0xabdffc(0x1c4)])continue;if(!_0x28f0d4[_0xabdffc(0x1d5)](_0x3fc3db))continue;const _0x346520=_0x28f0d4[_0xabdffc(0x238)](_0x3fc3db)[_0xabdffc(0x25a)](),_0x2c79ac=_0x2d5ab4[_0xabdffc(0x224)][_0xabdffc(0x209)](_0xabdffc(0x1ae))['me'];for(const _0x434faf of _0x28f0d4[_0xabdffc(0x247)]()){if(!_0x434faf[_0xabdffc(0x244)]||_0x434faf[_0xabdffc(0x1f8)]!=_0x2c79ac)continue;if(_0xabdffc(0x1aa)!=_0x434faf[_0xabdffc(0x1c5)]||_0xabdffc(0x1bb)!=_0x434faf[_0xabdffc(0x1ef)])continue;if(_0x434faf[_0xabdffc(0x25a)]()[_0xabdffc(0x205)](_0xd43ae5=>_0x346520[_0xabdffc(0x23d)](_0x147b80=>_0x147b80[_0xabdffc(0x1f2)](_0xd43ae5,!0x0)))){for(const _0x2566b5 of _0x434faf[_0xabdffc(0x1d2)]())_0x2566b5[_0xabdffc(0x244)]&&(_0x2566b5[_0xabdffc(0x1b9)](),_0x5a0f7d=!0x0);}}}return _0x5a0f7d;}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](_0x1bc782=>{const _0xe07441=_0x2b75c9,_0x196ef7=_0x2d5ab4[_0xe07441(0x1a5)][_0xe07441(0x209)](_0xe07441(0x1dc));if(!_0x196ef7||!_0x196ef7[_0xe07441(0x25e)][_0xe07441(0x229)](_0x1bc782[_0xe07441(0x1bd)]))return!0x1;let _0x705b80=!0x1;const _0x320620=_0x2d5ab4[_0xe07441(0x224)][_0xe07441(0x209)](_0xe07441(0x1ae))['me'],_0x5e6ec8=_0x2d5ab4[_0xe07441(0x243)][_0xe07441(0x1a2)][_0xe07441(0x215)][_0xe07441(0x1d0)](),_0x4e37a6=Array[_0xe07441(0x202)](_0x2d5ab4[_0xe07441(0x243)][_0xe07441(0x1a2)][_0xe07441(0x215)][_0xe07441(0x1e2)]())[_0xe07441(0x207)](({name:_0x283120,data:_0x216637})=>{const _0x456a22=_0xe07441,{group:_0x52fc56,subType:_0xc55612,authorId:_0x362fbb}=_0x28f0d4[_0x456a22(0x193)](_0x283120);return _0x456a22(0x19b)==_0x52fc56&&_0x456a22(0x230)==_0xc55612&&_0x362fbb==_0x320620['id']&&!_0x216637[_0x456a22(0x1c4)];});for(const _0x534418 of _0x5e6ec8){if(_0xe07441(0x226)!=_0x534418[_0xe07441(0x1c5)]||_0xe07441(0x1b7)!=_0x534418[_0xe07441(0x25f)]||0x1!=_0x534418[_0xe07441(0x196)])continue;const _0xa43bbe=_0x1bc782[_0xe07441(0x257)](_0x534418[_0xe07441(0x1fa)],_0x534418[_0xe07441(0x1fa)][_0xe07441(0x22a)](0x1));if(!_0x4e37a6[_0xe07441(0x24a)](({data:_0x744d3f})=>_0x744d3f[_0xe07441(0x1d4)][_0xe07441(0x220)](_0xa43bbe))){for(const {name:_0x2e136c,data:_0x9f1132}of _0x4e37a6)if(_0xa43bbe[_0xe07441(0x1f2)](_0x9f1132[_0xe07441(0x1d4)])){_0x1bc782[_0xe07441(0x1bc)](_0x2e136c,{'range':_0xa43bbe}),_0x705b80=!0x0;break;}}}return _0x705b80;}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](_0x4240b2=>{const _0x510d41=_0x2b75c9;let _0x26860e=!0x1;const _0x30125a=_0x2d5ab4[_0x510d41(0x224)][_0x510d41(0x209)](_0x510d41(0x1ae))['me'],_0x58a86c=_0x28f0d4[_0x510d41(0x247)]()[_0x510d41(0x207)](_0x410df0=>_0x410df0[_0x510d41(0x244)]&&_0x410df0[_0x510d41(0x1f8)]==_0x30125a),_0x12fe7b=new Set(),_0x3aa570=new Set();for(const _0x17c8f6 of _0x58a86c)if(_0x510d41(0x230)==_0x17c8f6[_0x510d41(0x1ef)])for(const _0x1c58b4 of _0x17c8f6[_0x510d41(0x1df)]()){const _0x54759c=_0x1c58b4[_0x510d41(0x1ce)]()[_0x510d41(0x1a8)]();if(_0x54759c){if(_0x54759c['is'](_0x510d41(0x212),_0x510d41(0x1b7))&&ge(_0x54759c)){_0x17c8f6[_0x510d41(0x21b)](_0x1c58b4[_0x510d41(0x25f)]),_0x12fe7b[_0x510d41(0x23f)](_0x54759c),_0x26860e=!0x0;const _0x51ae56=_0x54759c[_0x510d41(0x22f)],_0x9ae0f3=_0x54759c[_0x510d41(0x22e)],_0x330ddf=_0x51ae56&&_0x51ae56['is'](_0x510d41(0x212),_0x510d41(0x1b7)),_0x21fc9c=_0x9ae0f3&&_0x9ae0f3['is'](_0x510d41(0x212),_0x510d41(0x1b7));_0x330ddf&&!_0x12fe7b[_0x510d41(0x229)](_0x51ae56)&&_0x3aa570[_0x510d41(0x23f)](_0x51ae56),_0x21fc9c&&!_0x12fe7b[_0x510d41(0x229)](_0x9ae0f3)&&_0x3aa570[_0x510d41(0x23f)](_0x9ae0f3);}else _0x54759c['is'](_0x510d41(0x212),_0x510d41(0x232))&&_0x54759c[_0x510d41(0x1f6)]&&(_0x17c8f6[_0x510d41(0x21b)](_0x1c58b4[_0x510d41(0x25f)]),_0x26860e=!0x0);}}else{if(_0x510d41(0x1bb)==_0x17c8f6[_0x510d41(0x1ef)]){if(!_0x17c8f6[_0x510d41(0x25c)]||!_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1dd)])continue;const _0x4fff97=_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1d9)];if(_0x4fff97&&Object[_0x510d41(0x241)](_0x4fff97)[_0x510d41(0x196)])continue;const _0x2d6b7f=_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1dd)];let _0x74a976=!0x0,_0x170ecf=!0x0;for(const _0x112480 of _0x58a86c)if(_0x112480[_0x510d41(0x1ef)]&&_0x112480[_0x510d41(0x1ef)][_0x510d41(0x222)](_0x510d41(0x230))){if(!_0x112480[_0x510d41(0x25c)][_0x510d41(0x1dd)]){_0x170ecf=!0x1;break;}if(_0x112480['id']!=_0x17c8f6['id']&&_0x112480[_0x510d41(0x25c)][_0x510d41(0x1dd)]==_0x2d6b7f){_0x74a976=!0x1;break;}}_0x170ecf&&_0x74a976&&(_0x17c8f6[_0x510d41(0x1ab)](),_0x26860e=!0x0);}}for(const _0x5e0a7c of _0x12fe7b)_0x4240b2[_0x510d41(0x1c1)](_0x5e0a7c);for(const _0x35611b of _0x3aa570)_0x4240b2[_0x510d41(0x1c3)](_0x35611b);return _0x26860e;}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x251)](_0x2b75c9(0x1c7))[_0x2b75c9(0x255)]({'model':_0x2b75c9(0x1e6),'view':(_0x159b8b,_0x5c19f5)=>_0x25f0b5(_0x159b8b),'converterPriority':_0x2b75c9(0x1db)}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x251)](_0x2b75c9(0x221))[_0x2b75c9(0x255)]({'model':_0x2b75c9(0x1e6),'view':(_0x17f18c,_0x33b4bb)=>_0x33b4bb[_0x2b75c9(0x1c9)][_0x2b75c9(0x225)]?_0x25f0b5(_0x17f18c,!0x1):null,'converterPriority':_0x2b75c9(0x1db)});const _0x4082fe=_0x2d5ab4[_0x2b75c9(0x1a1)][_0x2b75c9(0x22b)];this[_0x2b75c9(0x1a0)](_0x4082fe[_0x2b75c9(0x1a2)],_0x2b75c9(0x248),(_0x54d23b,_0x2b7847)=>{const _0x556098=_0x2b75c9,_0x3765a6=[];for(const _0x57d17d of _0x4082fe[_0x556098(0x23a)](_0x2b7847[_0x556098(0x1d7)])[_0x556098(0x21e)]())_0x57d17d['is'](_0x556098(0x212),_0x556098(0x259))&&_0x3765a6[_0x556098(0x237)](_0x57d17d);_0x4082fe[_0x556098(0x1fd)](_0x3413ed=>{const _0x1976e1=_0x556098;for(const _0x2eac0e of _0x3765a6)_0x3413ed[_0x1976e1(0x1d6)](_0x3413ed[_0x1976e1(0x23a)](_0x2eac0e),_0x3413ed[_0x1976e1(0x22c)](_0x2eac0e)),_0x3413ed[_0x1976e1(0x1c1)](_0x2eac0e);});});}}function ge(_0x5393d1){const _0x1bb966=_0xfa8785;if(_0x5393d1[_0x1bb966(0x1f6)])return!0x0;const _0x7e31f9=_0x5393d1[_0x1bb966(0x1a3)](0x0);return _0x7e31f9['is'](_0x1bb966(0x212),_0x1bb966(0x232))&&_0x7e31f9[_0x1bb966(0x1f6)];}function me(_0x1ccfe0,_0x3d3eda={},_0x57acd9){const _0x248705=_0xfa8785;for(const {isAnchor:_0x15ff4b,cellHeight:_0x2eae1b,cellWidth:_0x280beb}of _0x57acd9[_0x248705(0x252)](_0x1ccfe0,{'includeAllSlots':!0x0,..._0x3d3eda}))if(!_0x15ff4b||0x1!=_0x2eae1b||0x1!=_0x280beb)return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3fd14f=_0xe0ec;function _0xe0ec(_0x269793,_0x2a3e6f){const _0x1572ac=_0x1572();return _0xe0ec=function(_0xe0ec28,_0x40062e){_0xe0ec28=_0xe0ec28-0x110;let _0x39b26b=_0x1572ac[_0xe0ec28];return _0x39b26b;},_0xe0ec(_0x269793,_0x2a3e6f);}(function(_0x336aa0,_0x53631d){const _0x57fff7=_0xe0ec,_0x18f31b=_0x336aa0();while(!![]){try{const _0x4aa26c=-parseInt(_0x57fff7(0x115))/0x1*(-parseInt(_0x57fff7(0x11c))/0x2)+parseInt(_0x57fff7(0x138))/0x3+parseInt(_0x57fff7(0x137))/0x4+parseInt(_0x57fff7(0x11d))/0x5*(parseInt(_0x57fff7(0x12f))/0x6)+-parseInt(_0x57fff7(0x113))/0x7*(-parseInt(_0x57fff7(0x125))/0x8)+-parseInt(_0x57fff7(0x11e))/0x9*(-parseInt(_0x57fff7(0x110))/0xa)+-parseInt(_0x57fff7(0x140))/0xb*(parseInt(_0x57fff7(0x142))/0xc);if(_0x4aa26c===_0x53631d)break;else _0x18f31b['push'](_0x18f31b['shift']());}catch(_0x2dc91f){_0x18f31b['push'](_0x18f31b['shift']());}}}(_0x1572,0xb9031));import{Plugin as _0x594b45}from'ckeditor5/src/core.js';import{getTranslation as _0x6bf1a4}from'../utils/common-translations.js';function _0x1572(){const _0x4a998a=['commandParams','693TZKkXY','getContainedElement','10LGJPpr','type','_descriptionFactory','discard','has','getSelectedElement','plugins','64258AUweAl','5vLjUSa','3070827WcTOak','TableColumnResizeEditing','author','locale','bind','Users','change','29384wzzDBo','handleResizeTableWidthCommand','resizeTableWidth','accept','document','model','enableCommand','format','selection','get','4463358StLPSS','subType','columnWidths','TrackChangesEditing','formatBlock','resizeTable','afterInit','getSuggestions','3659712ycluXN','2808639kihbPY','registerCustomCallback','getColumnGroupElement','editor','markBlockFormat','formatInline','registerDescriptionCallback','table','4169pKQBeP','tableWidth','90660fdNsWS','data','getSuggestionCallback','_suggestionFactory','getTableColumnsWidths','formatGroupId','*Format:*\x20resize\x20table','handleSuggestionDescription','10XLNrDs','getAttribute'];_0x1572=function(){return _0x4a998a;};return _0x1572();}export default class It extends _0x594b45{[_0x3fd14f(0x135)](){const _0x4447d0=_0x3fd14f;if(!this[_0x4447d0(0x13b)][_0x4447d0(0x11b)][_0x4447d0(0x119)](_0x4447d0(0x11f)))return;const _0xdce49c=this[_0x4447d0(0x13b)][_0x4447d0(0x11b)][_0x4447d0(0x12e)](_0x4447d0(0x132));_0xdce49c[_0x4447d0(0x12b)](_0x4447d0(0x127),this[_0x4447d0(0x126)][_0x4447d0(0x122)](this)),_0xdce49c[_0x4447d0(0x145)][_0x4447d0(0x139)](_0x4447d0(0x133),_0x4447d0(0x134),_0x4447d0(0x128),_0xdce49c[_0x4447d0(0x145)][_0x4447d0(0x144)](_0x4447d0(0x133),null,_0x4447d0(0x118))),_0xdce49c[_0x4447d0(0x145)][_0x4447d0(0x139)](_0x4447d0(0x133),_0x4447d0(0x134),_0x4447d0(0x118),_0xdce49c[_0x4447d0(0x145)][_0x4447d0(0x144)](_0x4447d0(0x133),null,_0x4447d0(0x128))),_0xdce49c[_0x4447d0(0x117)][_0x4447d0(0x13e)](this[_0x4447d0(0x149)][_0x4447d0(0x122)](this));}[_0x3fd14f(0x126)](_0x485f70,_0x26eda4){const _0x525b42=_0x3fd14f,_0x126aa4=this[_0x525b42(0x13b)][_0x525b42(0x11b)][_0x525b42(0x12e)](_0x525b42(0x132)),_0x24b575=this[_0x525b42(0x13b)][_0x525b42(0x11b)][_0x525b42(0x12e)](_0x525b42(0x11f)),_0x5c65c5=_0x26eda4[_0x525b42(0x13f)]||this[_0x525b42(0x13b)][_0x525b42(0x12a)][_0x525b42(0x129)][_0x525b42(0x12d)][_0x525b42(0x11a)]();this[_0x525b42(0x13b)][_0x525b42(0x12a)][_0x525b42(0x124)](()=>{const _0x51670b=_0x525b42,_0x5066a4=_0x24b575[_0x51670b(0x13a)](_0x5c65c5);let _0x337bda=_0x5066a4?_0x24b575[_0x51670b(0x146)](_0x5066a4):null,_0x522d58=_0x5c65c5[_0x51670b(0x111)](_0x51670b(0x141))||null;const _0x5533c8=_0x26eda4[_0x51670b(0x141)]||_0x522d58,_0x5250e9=_0x26eda4[_0x51670b(0x131)]||_0x337bda,_0x2b4d45=this[_0x51670b(0x13b)][_0x51670b(0x11b)][_0x51670b(0x12e)](_0x51670b(0x123))['me'];for(const _0x5ee315 of _0x126aa4[_0x51670b(0x136)]()){const _0x969323=_0x5ee315[_0x51670b(0x114)]();if(_0x51670b(0x134)===_0x5ee315[_0x51670b(0x130)]&&_0x969323===_0x5c65c5){_0x5ee315[_0x51670b(0x120)]!==_0x2b4d45&&_0x5ee315[_0x51670b(0x118)]();const _0x15e439=_0x5ee315[_0x51670b(0x143)][_0x51670b(0x112)];_0x522d58=_0x15e439[0x0][_0x51670b(0x141)],_0x337bda=_0x15e439[0x0][_0x51670b(0x131)];break;}}_0x485f70({'table':_0x5c65c5,'tableWidth':_0x5533c8,'columnWidths':_0x5250e9}),_0x126aa4[_0x51670b(0x13c)](_0x5c65c5,{'commandName':_0x51670b(0x127),'commandParams':[{'tableWidth':_0x522d58,'columnWidths':_0x337bda}],'formatGroupId':_0x51670b(0x134)},[],_0x51670b(0x134));});}[_0x3fd14f(0x149)](_0x4d0448){const _0x2b5e3c=_0x3fd14f;if(_0x2b5e3c(0x133)!=_0x4d0448[_0x2b5e3c(0x116)]&&_0x2b5e3c(0x13d)!=_0x4d0448[_0x2b5e3c(0x116)])return;const {data:_0x122260}=_0x4d0448;if(_0x122260&&_0x2b5e3c(0x134)===_0x122260[_0x2b5e3c(0x147)]){const _0x4ebde1=_0x2b5e3c(0x148);return{'type':_0x2b5e3c(0x12c),'content':_0x6bf1a4(this[_0x2b5e3c(0x13b)][_0x2b5e3c(0x121)],_0x4ebde1)};}}}
23
+ const _0x4b97a8=_0x5bb1;(function(_0x15b523,_0xcfdeba){const _0x232dc4=_0x5bb1,_0x5974b9=_0x15b523();while(!![]){try{const _0x13bf89=parseInt(_0x232dc4(0xe0))/0x1+-parseInt(_0x232dc4(0xd4))/0x2+-parseInt(_0x232dc4(0xce))/0x3*(parseInt(_0x232dc4(0xc9))/0x4)+parseInt(_0x232dc4(0xe9))/0x5*(parseInt(_0x232dc4(0xbd))/0x6)+parseInt(_0x232dc4(0xcc))/0x7+-parseInt(_0x232dc4(0xc7))/0x8*(parseInt(_0x232dc4(0xe2))/0x9)+parseInt(_0x232dc4(0xe4))/0xa*(parseInt(_0x232dc4(0xbb))/0xb);if(_0x13bf89===_0xcfdeba)break;else _0x5974b9['push'](_0x5974b9['shift']());}catch(_0x29e88c){_0x5974b9['push'](_0x5974b9['shift']());}}}(_0x5713,0x43980));function _0x5713(){const _0x492903=['25NZCyUs','model','discard','getSuggestions','data','commandParams','formatGroupId','author','registerDescriptionCallback','resizeTableWidth','type','44HUmoMB','tableWidth','337710nRwExk','getColumnGroupElement','getSuggestionCallback','formatInline','change','Users','_suggestionFactory','bind','format','selection','23336zWXiIT','TableColumnResizeEditing','684144zAMNci','formatBlock','afterInit','3525669dPEjzV','subType','9PNATHR','*Format:*\x20resize\x20table','editor','getAttribute','getContainedElement','resizeTable','862692dbFndG','table','registerCustomCallback','locale','TrackChangesEditing','getSelectedElement','enableCommand','handleSuggestionDescription','getTableColumnsWidths','has','handleResizeTableWidthCommand','accept','427041ogdUGU','get','567TcMBus','plugins','482390ehpAHG','_descriptionFactory','document','columnWidths','markBlockFormat'];_0x5713=function(){return _0x492903;};return _0x5713();}import{Plugin as _0x435fef}from'ckeditor5/src/core.js';function _0x5bb1(_0x51cd42,_0x152074){const _0x571329=_0x5713();return _0x5bb1=function(_0x5bb1c1,_0x2a7bc9){_0x5bb1c1=_0x5bb1c1-0xb1;let _0xfdab49=_0x571329[_0x5bb1c1];return _0xfdab49;},_0x5bb1(_0x51cd42,_0x152074);}import{getTranslation as _0x530edd}from'../utils/common-translations.js';export default class It extends _0x435fef{[_0x4b97a8(0xcb)](){const _0x7ba165=_0x4b97a8;if(!this[_0x7ba165(0xd0)][_0x7ba165(0xe3)][_0x7ba165(0xdd)](_0x7ba165(0xc8)))return;const _0x4b2497=this[_0x7ba165(0xd0)][_0x7ba165(0xe3)][_0x7ba165(0xe1)](_0x7ba165(0xd8));_0x4b2497[_0x7ba165(0xda)](_0x7ba165(0xb9),this[_0x7ba165(0xde)][_0x7ba165(0xc4)](this)),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xd6)](_0x7ba165(0xca),_0x7ba165(0xd3),_0x7ba165(0xdf),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xbf)](_0x7ba165(0xca),null,_0x7ba165(0xb2))),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xd6)](_0x7ba165(0xca),_0x7ba165(0xd3),_0x7ba165(0xb2),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xbf)](_0x7ba165(0xca),null,_0x7ba165(0xdf))),_0x4b2497[_0x7ba165(0xe5)][_0x7ba165(0xb8)](this[_0x7ba165(0xdb)][_0x7ba165(0xc4)](this));}[_0x4b97a8(0xde)](_0x2c6ea2,_0x330e05){const _0x1a9be6=_0x4b97a8,_0x5950c5=this[_0x1a9be6(0xd0)][_0x1a9be6(0xe3)][_0x1a9be6(0xe1)](_0x1a9be6(0xd8)),_0x124cc2=this[_0x1a9be6(0xd0)][_0x1a9be6(0xe3)][_0x1a9be6(0xe1)](_0x1a9be6(0xc8)),_0x4b71a2=_0x330e05[_0x1a9be6(0xd5)]||this[_0x1a9be6(0xd0)][_0x1a9be6(0xb1)][_0x1a9be6(0xe6)][_0x1a9be6(0xc6)][_0x1a9be6(0xd9)]();this[_0x1a9be6(0xd0)][_0x1a9be6(0xb1)][_0x1a9be6(0xc1)](()=>{const _0x28a54c=_0x1a9be6,_0x53b7c8=_0x124cc2[_0x28a54c(0xbe)](_0x4b71a2);let _0x5468f9=_0x53b7c8?_0x124cc2[_0x28a54c(0xdc)](_0x53b7c8):null,_0x4bfc32=_0x4b71a2[_0x28a54c(0xd1)](_0x28a54c(0xbc))||null;const _0x21d353=_0x330e05[_0x28a54c(0xbc)]||_0x4bfc32,_0x579902=_0x330e05[_0x28a54c(0xe7)]||_0x5468f9,_0x366675=this[_0x28a54c(0xd0)][_0x28a54c(0xe3)][_0x28a54c(0xe1)](_0x28a54c(0xc2))['me'];for(const _0x2f6d45 of _0x5950c5[_0x28a54c(0xb3)]()){const _0x5628c0=_0x2f6d45[_0x28a54c(0xd2)]();if(_0x28a54c(0xd3)===_0x2f6d45[_0x28a54c(0xcd)]&&_0x5628c0===_0x4b71a2){_0x2f6d45[_0x28a54c(0xb7)]!==_0x366675&&_0x2f6d45[_0x28a54c(0xb2)]();const _0xa0dd8=_0x2f6d45[_0x28a54c(0xb4)][_0x28a54c(0xb5)];_0x4bfc32=_0xa0dd8[0x0][_0x28a54c(0xbc)],_0x5468f9=_0xa0dd8[0x0][_0x28a54c(0xe7)];break;}}_0x2c6ea2({'table':_0x4b71a2,'tableWidth':_0x21d353,'columnWidths':_0x579902}),_0x5950c5[_0x28a54c(0xe8)](_0x4b71a2,{'commandName':_0x28a54c(0xb9),'commandParams':[{'tableWidth':_0x4bfc32,'columnWidths':_0x5468f9}],'formatGroupId':_0x28a54c(0xd3)},[],_0x28a54c(0xd3));});}[_0x4b97a8(0xdb)](_0x20946f){const _0x3f91ec=_0x4b97a8;if(_0x3f91ec(0xca)!=_0x20946f[_0x3f91ec(0xba)]&&_0x3f91ec(0xc0)!=_0x20946f[_0x3f91ec(0xba)])return;const {data:_0x38f457}=_0x20946f;if(_0x38f457&&_0x3f91ec(0xd3)===_0x38f457[_0x3f91ec(0xb6)]){const _0x1b425c=_0x3f91ec(0xcf);return{'type':_0x3f91ec(0xc5),'content':_0x530edd(this[_0x3f91ec(0xd0)][_0x3f91ec(0xd7)],_0x1b425c)};}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x42ddd5=_0x54f8;(function(_0x35130d,_0x5ed42f){const _0xd48f32=_0x54f8,_0x448b3f=_0x35130d();while(!![]){try{const _0x221b6f=-parseInt(_0xd48f32(0x1a9))/0x1*(-parseInt(_0xd48f32(0x192))/0x2)+-parseInt(_0xd48f32(0x182))/0x3+parseInt(_0xd48f32(0x168))/0x4+parseInt(_0xd48f32(0x170))/0x5*(-parseInt(_0xd48f32(0x1b5))/0x6)+parseInt(_0xd48f32(0x19c))/0x7*(parseInt(_0xd48f32(0x16b))/0x8)+parseInt(_0xd48f32(0x163))/0x9*(parseInt(_0xd48f32(0x17c))/0xa)+-parseInt(_0xd48f32(0x194))/0xb;if(_0x221b6f===_0x5ed42f)break;else _0x448b3f['push'](_0x448b3f['shift']());}catch(_0xe765f4){_0x448b3f['push'](_0x448b3f['shift']());}}}(_0x5552,0xe0735));function _0x5552(){const _0x33aefe=['53204mLopdP','nodeAfter','18457527pfWpys','unbindElementFromMarkerName','FORMAT_HEADER_ROW','consume','data','get','consumable','_descriptionFactory','14hcsMAe','markerRange','_splitMarkerName','_enableDefaultAttributesIntegration','formatBlock','_registerLegacyDescription','addMarker:suggestion','highest','showSuggestionHighlights','type','downcastDispatcher','FORMAT_HEADER_COLUMN','includes','53DXqaYy','TableUtils','FORMAT_REGULAR_ROW','removeClass','end','item','getSuggestion','_acceptFormatSuggestionCallbackFactory','commandName','toViewElement','getCellLocation','requires','456LJapvR','removeMarker:suggestion','stop','_handleLegacySuggestions','8292951mDEDUs','*Format:*\x20%0','locale','parent','registerCustomCallback','4220932WCWlEm','editing','headingColumns','7263376MrEyrR','accept','addClass','markerNameToElements','TableEditing','118355gwWKAO','removeAttribute','has','editor','options','createTableWalker','registerDescriptionCallback','mapper','bindElementToMarker','nodeBefore','FORMAT_REGULAR_COLUMN','headingRows','10tAYuMI','cell','TrackChangesEditing','setTableRowHeader','_suggestionFactory','forceValue','2418360uvkmfW','afterInit','writer','data-suggestion','setTableColumnHeader','registerAttributeLabel','commandParams','plugins','activeMarkers','markerName','start','setAttribute','ck-suggestion-marker-','ck-suggestion-marker--active','name','format'];_0x5552=function(){return _0x33aefe;};return _0x5552();}function _0x54f8(_0x344629,_0x52123f){const _0x555258=_0x5552();return _0x54f8=function(_0x54f8a5,_0x4f53ef){_0x54f8a5=_0x54f8a5-0x162;let _0x42ef50=_0x555258[_0x54f8a5];return _0x42ef50;},_0x54f8(_0x344629,_0x52123f);}import{Plugin as _0x26d076}from'ckeditor5/src/core.js';import _0x49ce19 from'./table.js';import{getTranslation as _0x28217c}from'../utils/common-translations.js';export default class St extends _0x26d076{static get[_0x42ddd5(0x1b4)](){return[_0x49ce19];}[_0x42ddd5(0x183)](){const _0xbdcab4=_0x42ddd5,_0x5a44b4=this[_0xbdcab4(0x173)];if(!_0x5a44b4[_0xbdcab4(0x189)][_0xbdcab4(0x172)](_0xbdcab4(0x16f)))return;const _0xdb4402=_0x5a44b4[_0xbdcab4(0x165)],_0x48ba9a=_0x5a44b4[_0xbdcab4(0x189)][_0xbdcab4(0x199)](_0xbdcab4(0x17e));_0x48ba9a[_0xbdcab4(0x19f)](_0xbdcab4(0x17f),[],[_0xbdcab4(0x17b)]),_0x48ba9a[_0xbdcab4(0x19f)](_0xbdcab4(0x186),[],[_0xbdcab4(0x16a)]),_0x48ba9a[_0xbdcab4(0x19b)][_0xbdcab4(0x187)](_0xbdcab4(0x17b),_0x28217c(_0xdb4402,_0xbdcab4(0x196))),_0x48ba9a[_0xbdcab4(0x19b)][_0xbdcab4(0x187)](_0xbdcab4(0x16a),_0x28217c(_0xdb4402,_0xbdcab4(0x1a7))),this[_0xbdcab4(0x162)]();}[_0x42ddd5(0x162)](){const _0x17b5fe=_0x42ddd5,_0x348275=this[_0x17b5fe(0x173)][_0x17b5fe(0x189)][_0x17b5fe(0x199)](_0x17b5fe(0x17e)),_0x5039fa=this[_0x17b5fe(0x173)][_0x17b5fe(0x189)][_0x17b5fe(0x199)](_0x17b5fe(0x1aa)),_0x485b7d=this[_0x17b5fe(0x173)][_0x17b5fe(0x189)][_0x17b5fe(0x199)](_0x49ce19)[_0x17b5fe(0x1b0)]();function _0x2bc022({showActiveMarker:_0x4921da=!0x0,setDataAttribute:_0x58dece=!0x0}={}){return(_0x58b01d,_0xbe38a0,_0x162aba)=>{const _0x57547e=_0x54f8,{type:_0x7d16d6,id:_0xd4044e}=_0x348275[_0x57547e(0x19e)](_0xbe38a0[_0x57547e(0x18b)]),_0x1ec7bd=_0x348275[_0x57547e(0x1af)](_0xd4044e),_0x2e7b00=_0x1ec7bd[_0x57547e(0x198)];if(_0x57547e(0x1a0)!=_0x1ec7bd[_0x57547e(0x1a5)]||!_0x2e7b00||_0x57547e(0x186)!=_0x2e7b00[_0x57547e(0x1b1)])return;if(_0xbe38a0[_0x57547e(0x1ae)])return void _0x58b01d[_0x57547e(0x1b7)]();if(!_0x162aba[_0x57547e(0x19a)][_0x57547e(0x197)](_0xbe38a0[_0x57547e(0x19d)],_0x58b01d[_0x57547e(0x190)]))return;const _0x566cc2=_0xbe38a0[_0x57547e(0x19d)][_0x57547e(0x18c)][_0x57547e(0x193)],_0x3a5ab7=_0xbe38a0[_0x57547e(0x19d)][_0x57547e(0x1ad)][_0x57547e(0x179)],_0x3de40c=_0x566cc2[_0x57547e(0x166)][_0x57547e(0x166)],{column:_0x323e0b}=_0x5039fa[_0x57547e(0x1b3)](_0x566cc2),{column:_0x15c12a}=_0x5039fa[_0x57547e(0x1b3)](_0x3a5ab7);for(let _0x4281de=_0x323e0b;_0x4281de<=_0x15c12a;_0x4281de++){const _0x1a7127=_0x5039fa[_0x57547e(0x175)](_0x3de40c,{'column':_0x4281de,'includeAllSlots':!0x1});for(const _0x5a3c57 of _0x1a7127){const _0x1fd6f3=_0x5a3c57[_0x57547e(0x17d)],_0x3e0631=_0x162aba[_0x57547e(0x177)][_0x57547e(0x1b2)](_0x1fd6f3);_0x162aba[_0x57547e(0x184)][_0x57547e(0x16d)](_0x57547e(0x18e)+_0x7d16d6,_0x3e0631),_0x58dece&&_0x162aba[_0x57547e(0x184)][_0x57547e(0x18d)](_0x57547e(0x185),_0xd4044e,_0x3e0631),_0x162aba[_0x57547e(0x177)][_0x57547e(0x178)](_0x3e0631,_0xbe38a0[_0x57547e(0x18b)]),_0x4921da&&(_0x348275[_0x57547e(0x18a)][_0x57547e(0x1a8)](_0xbe38a0[_0x57547e(0x18b)])?_0x162aba[_0x57547e(0x184)][_0x57547e(0x16d)](_0x57547e(0x18f),_0x3e0631):_0x162aba[_0x57547e(0x184)][_0x57547e(0x1ac)](_0x57547e(0x18f),_0x3e0631));}}};}_0x348275[_0x17b5fe(0x180)][_0x17b5fe(0x167)](_0x17b5fe(0x1a0),_0x17b5fe(0x17f),_0x17b5fe(0x16c),_0x485b7d),_0x348275[_0x17b5fe(0x180)][_0x17b5fe(0x167)](_0x17b5fe(0x1a0),_0x17b5fe(0x186),_0x17b5fe(0x16c),_0x485b7d),this[_0x17b5fe(0x173)][_0x17b5fe(0x169)][_0x17b5fe(0x1a6)]['on'](_0x17b5fe(0x1a2),_0x2bc022(),{'priority':_0x17b5fe(0x1a3)}),this[_0x17b5fe(0x173)][_0x17b5fe(0x198)][_0x17b5fe(0x1a6)]['on'](_0x17b5fe(0x1a2),(_0x3eab37,_0x25677c,_0x189635)=>{const _0x3c83ef=_0x17b5fe;_0x189635[_0x3c83ef(0x174)][_0x3c83ef(0x1a4)]&&_0x2bc022({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x3eab37,_0x25677c,_0x189635);},{'priority':_0x17b5fe(0x1a3)}),this[_0x17b5fe(0x173)][_0x17b5fe(0x169)][_0x17b5fe(0x1a6)]['on'](_0x17b5fe(0x1b6),(_0x17fa67,_0x20abcf,_0x3fa70d)=>{const _0x2933a0=_0x17b5fe,{type:_0x2a7c11,id:_0x51dde8}=_0x348275[_0x2933a0(0x19e)](_0x20abcf[_0x2933a0(0x18b)]),_0x47b415=_0x348275[_0x2933a0(0x1af)](_0x51dde8),_0xb7d5cf=_0x47b415[_0x2933a0(0x198)];if(_0x2933a0(0x1a0)!=_0x47b415[_0x2933a0(0x1a5)]||!_0xb7d5cf||_0x2933a0(0x186)!=_0xb7d5cf[_0x2933a0(0x1b1)])return;const _0x2dcb1f=_0x3fa70d[_0x2933a0(0x177)][_0x2933a0(0x16e)](_0x20abcf[_0x2933a0(0x18b)]);if(_0x2dcb1f){for(const _0x7e02bf of _0x2dcb1f)_0x3fa70d[_0x2933a0(0x184)][_0x2933a0(0x1ac)](_0x2933a0(0x18e)+_0x2a7c11,_0x7e02bf),_0x3fa70d[_0x2933a0(0x184)][_0x2933a0(0x1ac)](_0x2933a0(0x18f),_0x7e02bf),_0x3fa70d[_0x2933a0(0x184)][_0x2933a0(0x171)](_0x2933a0(0x185),_0x7e02bf),_0x3fa70d[_0x2933a0(0x177)][_0x2933a0(0x195)](_0x7e02bf,_0x20abcf[_0x2933a0(0x18b)]);}},{'priority':_0x17b5fe(0x1a3)}),this[_0x17b5fe(0x1a1)]();}[_0x42ddd5(0x1a1)](){const _0x4732c4=_0x42ddd5,_0x40baef=this[_0x4732c4(0x173)],_0x23ede3=_0x40baef[_0x4732c4(0x165)];function _0xcdba49(_0x24d888){const _0x270fe3=_0x4732c4;return{'type':_0x270fe3(0x191),'content':_0x28217c(_0x23ede3,_0x270fe3(0x164),_0x24d888)};}_0x40baef[_0x4732c4(0x189)][_0x4732c4(0x199)](_0x4732c4(0x17e))[_0x4732c4(0x19b)][_0x4732c4(0x176)](_0x54cfcc=>{const _0x3052ee=_0x4732c4;if(_0x3052ee(0x1a0)!=_0x54cfcc[_0x3052ee(0x1a5)])return;const {data:_0x2d1e3f}=_0x54cfcc;if(_0x2d1e3f){if(_0x3052ee(0x17f)==_0x2d1e3f[_0x3052ee(0x1b1)]){const _0x3a9f87=_0x2d1e3f[_0x3052ee(0x188)][0x0][_0x3052ee(0x181)];return _0xcdba49(_0x28217c(_0x23ede3,_0x3a9f87?_0x3052ee(0x196):_0x3052ee(0x1ab)));}if(_0x3052ee(0x186)==_0x2d1e3f[_0x3052ee(0x1b1)]){const _0x94ed7=_0x2d1e3f[_0x3052ee(0x188)][0x0][_0x3052ee(0x181)];return _0xcdba49(_0x28217c(_0x23ede3,_0x94ed7?_0x3052ee(0x1a7):_0x3052ee(0x17a)));}}});}}
23
+ const _0x2eb8ea=_0x197f;function _0x3ce4(){const _0x5aa8c4=['FORMAT_REGULAR_COLUMN','_descriptionFactory','editing','registerCustomCallback','FORMAT_REGULAR_ROW','consumable','227660kXSXVl','parent','_enableDefaultAttributesIntegration','includes','setTableRowHeader','writer','getCellLocation','3855432EHDwPH','FORMAT_HEADER_COLUMN','addMarker:suggestion','_splitMarkerName','markerName','setAttribute','6545133MdfFcy','7RIEujF','commandParams','editor','markerNameToElements','accept','removeAttribute','format','activeMarkers','consume','type','ck-suggestion-marker--active','TrackChangesEditing','headingRows','requires','setTableColumnHeader','getSuggestion','22510OiYdSv','942614nJCNFI','mapper','highest','headingColumns','end','commandName','locale','removeMarker:suggestion','start','registerAttributeLabel','ck-suggestion-marker-','209famNfG','item','nodeAfter','toViewElement','data-suggestion','data','addClass','unbindElementFromMarkerName','nodeBefore','36LHMIlv','get','TableUtils','_acceptFormatSuggestionCallbackFactory','options','cell','_handleLegacySuggestions','5499064BymlPC','*Format:*\x20%0','TableEditing','removeClass','bindElementToMarker','plugins','registerDescriptionCallback','createTableWalker','showSuggestionHighlights','FORMAT_HEADER_ROW','stop','_registerLegacyDescription','forceValue','has','436QWBDVO','afterInit','downcastDispatcher','markerRange','formatBlock','178257RGDVPu','name','_suggestionFactory'];_0x3ce4=function(){return _0x5aa8c4;};return _0x3ce4();}(function(_0x2c5bc6,_0x578d1b){const _0xf61ab1=_0x197f,_0x3da184=_0x2c5bc6();while(!![]){try{const _0x3021b8=-parseInt(_0xf61ab1(0x1bd))/0x1+-parseInt(_0xf61ab1(0x1d1))/0x2*(-parseInt(_0xf61ab1(0x1eb))/0x3)+parseInt(_0xf61ab1(0x1e6))/0x4*(-parseInt(_0xf61ab1(0x1bc))/0x5)+parseInt(_0xf61ab1(0x1fb))/0x6+-parseInt(_0xf61ab1(0x202))/0x7*(-parseInt(_0xf61ab1(0x1d8))/0x8)+-parseInt(_0xf61ab1(0x201))/0x9+parseInt(_0xf61ab1(0x1f4))/0xa*(parseInt(_0xf61ab1(0x1c8))/0xb);if(_0x3021b8===_0x578d1b)break;else _0x3da184['push'](_0x3da184['shift']());}catch(_0x13e593){_0x3da184['push'](_0x3da184['shift']());}}}(_0x3ce4,0xa3efa));function _0x197f(_0x170444,_0x3fd2a6){const _0x3ce49a=_0x3ce4();return _0x197f=function(_0x197f9f,_0x103092){_0x197f9f=_0x197f9f-0x1bb;let _0x46f01f=_0x3ce49a[_0x197f9f];return _0x46f01f;},_0x197f(_0x170444,_0x3fd2a6);}import{Plugin as _0x3e9201}from'ckeditor5/src/core.js';import _0x31e9dd from'./table.js';import{getTranslation as _0x28f46c}from'../utils/common-translations.js';export default class St extends _0x3e9201{static get[_0x2eb8ea(0x20f)](){return[_0x31e9dd];}[_0x2eb8ea(0x1e7)](){const _0x3af1bb=_0x2eb8ea,_0x8aea34=this[_0x3af1bb(0x204)];if(!_0x8aea34[_0x3af1bb(0x1dd)][_0x3af1bb(0x1e5)](_0x3af1bb(0x1da)))return;const _0x593028=_0x8aea34[_0x3af1bb(0x1c3)],_0x1cc58b=_0x8aea34[_0x3af1bb(0x1dd)][_0x3af1bb(0x1d2)](_0x3af1bb(0x20d));_0x1cc58b[_0x3af1bb(0x1f6)](_0x3af1bb(0x1f8),[],[_0x3af1bb(0x20e)]),_0x1cc58b[_0x3af1bb(0x1f6)](_0x3af1bb(0x210),[],[_0x3af1bb(0x1c0)]),_0x1cc58b[_0x3af1bb(0x1ef)][_0x3af1bb(0x1c6)](_0x3af1bb(0x20e),_0x28f46c(_0x593028,_0x3af1bb(0x1e1))),_0x1cc58b[_0x3af1bb(0x1ef)][_0x3af1bb(0x1c6)](_0x3af1bb(0x1c0),_0x28f46c(_0x593028,_0x3af1bb(0x1fc))),this[_0x3af1bb(0x1d7)]();}[_0x2eb8ea(0x1d7)](){const _0x58fa92=_0x2eb8ea,_0x49ca52=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x58fa92(0x20d)),_0x20dfaf=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x58fa92(0x1d3)),_0xbae372=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x31e9dd)[_0x58fa92(0x1d4)]();function _0x450ad5({showActiveMarker:_0x3acfb8=!0x0,setDataAttribute:_0x45b917=!0x0}={}){return(_0x492263,_0x4b6d37,_0x13da20)=>{const _0x3560ac=_0x197f,{type:_0x3d4605,id:_0x3b43fd}=_0x49ca52[_0x3560ac(0x1fe)](_0x4b6d37[_0x3560ac(0x1ff)]),_0x678fe4=_0x49ca52[_0x3560ac(0x1bb)](_0x3b43fd),_0x36d669=_0x678fe4[_0x3560ac(0x1cd)];if(_0x3560ac(0x1ea)!=_0x678fe4[_0x3560ac(0x20b)]||!_0x36d669||_0x3560ac(0x210)!=_0x36d669[_0x3560ac(0x1c2)])return;if(_0x4b6d37[_0x3560ac(0x1c9)])return void _0x492263[_0x3560ac(0x1e2)]();if(!_0x13da20[_0x3560ac(0x1f3)][_0x3560ac(0x20a)](_0x4b6d37[_0x3560ac(0x1e9)],_0x492263[_0x3560ac(0x1ec)]))return;const _0x2c9e21=_0x4b6d37[_0x3560ac(0x1e9)][_0x3560ac(0x1c5)][_0x3560ac(0x1ca)],_0x1005db=_0x4b6d37[_0x3560ac(0x1e9)][_0x3560ac(0x1c1)][_0x3560ac(0x1d0)],_0xeea910=_0x2c9e21[_0x3560ac(0x1f5)][_0x3560ac(0x1f5)],{column:_0x327e6b}=_0x20dfaf[_0x3560ac(0x1fa)](_0x2c9e21),{column:_0x22da24}=_0x20dfaf[_0x3560ac(0x1fa)](_0x1005db);for(let _0x20938f=_0x327e6b;_0x20938f<=_0x22da24;_0x20938f++){const _0x3fa1af=_0x20dfaf[_0x3560ac(0x1df)](_0xeea910,{'column':_0x20938f,'includeAllSlots':!0x1});for(const _0x1641e1 of _0x3fa1af){const _0x82039b=_0x1641e1[_0x3560ac(0x1d6)],_0x3c6dcf=_0x13da20[_0x3560ac(0x1be)][_0x3560ac(0x1cb)](_0x82039b);_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1ce)](_0x3560ac(0x1c7)+_0x3d4605,_0x3c6dcf),_0x45b917&&_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x200)](_0x3560ac(0x1cc),_0x3b43fd,_0x3c6dcf),_0x13da20[_0x3560ac(0x1be)][_0x3560ac(0x1dc)](_0x3c6dcf,_0x4b6d37[_0x3560ac(0x1ff)]),_0x3acfb8&&(_0x49ca52[_0x3560ac(0x209)][_0x3560ac(0x1f7)](_0x4b6d37[_0x3560ac(0x1ff)])?_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1ce)](_0x3560ac(0x20c),_0x3c6dcf):_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1db)](_0x3560ac(0x20c),_0x3c6dcf));}}};}_0x49ca52[_0x58fa92(0x1ed)][_0x58fa92(0x1f1)](_0x58fa92(0x1ea),_0x58fa92(0x1f8),_0x58fa92(0x206),_0xbae372),_0x49ca52[_0x58fa92(0x1ed)][_0x58fa92(0x1f1)](_0x58fa92(0x1ea),_0x58fa92(0x210),_0x58fa92(0x206),_0xbae372),this[_0x58fa92(0x204)][_0x58fa92(0x1f0)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1fd),_0x450ad5(),{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x204)][_0x58fa92(0x1cd)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1fd),(_0x109e5c,_0x3a2e37,_0x40dc0c)=>{const _0x3499a2=_0x58fa92;_0x40dc0c[_0x3499a2(0x1d5)][_0x3499a2(0x1e0)]&&_0x450ad5({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x109e5c,_0x3a2e37,_0x40dc0c);},{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x204)][_0x58fa92(0x1f0)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1c4),(_0x195374,_0x2eb196,_0x34c897)=>{const _0x40f965=_0x58fa92,{type:_0x53ff68,id:_0x1f4648}=_0x49ca52[_0x40f965(0x1fe)](_0x2eb196[_0x40f965(0x1ff)]),_0x2157cb=_0x49ca52[_0x40f965(0x1bb)](_0x1f4648),_0x307a98=_0x2157cb[_0x40f965(0x1cd)];if(_0x40f965(0x1ea)!=_0x2157cb[_0x40f965(0x20b)]||!_0x307a98||_0x40f965(0x210)!=_0x307a98[_0x40f965(0x1c2)])return;const _0x5983c3=_0x34c897[_0x40f965(0x1be)][_0x40f965(0x205)](_0x2eb196[_0x40f965(0x1ff)]);if(_0x5983c3){for(const _0x336193 of _0x5983c3)_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x1db)](_0x40f965(0x1c7)+_0x53ff68,_0x336193),_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x1db)](_0x40f965(0x20c),_0x336193),_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x207)](_0x40f965(0x1cc),_0x336193),_0x34c897[_0x40f965(0x1be)][_0x40f965(0x1cf)](_0x336193,_0x2eb196[_0x40f965(0x1ff)]);}},{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x1e3)]();}[_0x2eb8ea(0x1e3)](){const _0x4807d8=_0x2eb8ea,_0x4ca239=this[_0x4807d8(0x204)],_0x520506=_0x4ca239[_0x4807d8(0x1c3)];function _0x668c15(_0x572060){const _0x4b019d=_0x4807d8;return{'type':_0x4b019d(0x208),'content':_0x28f46c(_0x520506,_0x4b019d(0x1d9),_0x572060)};}_0x4ca239[_0x4807d8(0x1dd)][_0x4807d8(0x1d2)](_0x4807d8(0x20d))[_0x4807d8(0x1ef)][_0x4807d8(0x1de)](_0x3dc712=>{const _0x5d6c75=_0x4807d8;if(_0x5d6c75(0x1ea)!=_0x3dc712[_0x5d6c75(0x20b)])return;const {data:_0x5e7db7}=_0x3dc712;if(_0x5e7db7){if(_0x5d6c75(0x1f8)==_0x5e7db7[_0x5d6c75(0x1c2)]){const _0x27f379=_0x5e7db7[_0x5d6c75(0x203)][0x0][_0x5d6c75(0x1e4)];return _0x668c15(_0x28f46c(_0x520506,_0x27f379?_0x5d6c75(0x1e1):_0x5d6c75(0x1f2)));}if(_0x5d6c75(0x210)==_0x5e7db7[_0x5d6c75(0x1c2)]){const _0x1dbc28=_0x5e7db7[_0x5d6c75(0x203)][0x0][_0x5d6c75(0x1e4)];return _0x668c15(_0x28f46c(_0x520506,_0x1dbc28?_0x5d6c75(0x1fc):_0x5d6c75(0x1ee)));}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d2772=_0x31c2;(function(_0x1327bd,_0x1b057c){const _0x1927fe=_0x31c2,_0x2568ec=_0x1327bd();while(!![]){try{const _0x7ca43d=-parseInt(_0x1927fe(0x1dc))/0x1*(-parseInt(_0x1927fe(0x1c2))/0x2)+-parseInt(_0x1927fe(0x198))/0x3*(-parseInt(_0x1927fe(0x1c6))/0x4)+parseInt(_0x1927fe(0x199))/0x5*(-parseInt(_0x1927fe(0x1bc))/0x6)+-parseInt(_0x1927fe(0x1b7))/0x7*(-parseInt(_0x1927fe(0x1bb))/0x8)+parseInt(_0x1927fe(0x1ae))/0x9*(-parseInt(_0x1927fe(0x1c5))/0xa)+-parseInt(_0x1927fe(0x1cf))/0xb*(-parseInt(_0x1927fe(0x1bd))/0xc)+-parseInt(_0x1927fe(0x1a4))/0xd;if(_0x7ca43d===_0x1b057c)break;else _0x2568ec['push'](_0x2568ec['shift']());}catch(_0x263af2){_0x2568ec['push'](_0x2568ec['shift']());}}}(_0x1f3c,0xacd17));import{Plugin as _0x178a75}from'ckeditor5/src/core.js';import _0x200acb from'./table.js';function _0x1f3c(){const _0x524bce=['find','has','mergeTableCellDown','type','containsRange','createTableWalker','element','set:isEnabled','getRanges','4067670DgJTJH','3292915mOqYSe','tableCell','size','_areMergableCells','execute','getSuggestions','commands','requires','formatBlock','map','getCellLocation','8202857TGIVhy','rootName','_suggestionFactory','enableCommand','selection','subType','mergeTableCellUp','trackChanges','markBlockFormat','TableEditing','144ePoWPU','mergeTableCells','from','splitTableCellHorizontally','registerDescriptionCallback','stop','forceDefaultExecution','format','getFirstPosition','35qguHUF','mergeTableCellRight','_descriptionFactory','_acceptFormatSuggestionCallbackFactory','840032YPSpIj','12PJsAxP','84XNLbUs','_areSelectedCellsMergable','length','afterInit','createRangeOn','3594EdeAKl','fromRange','*Split\x20cell:*\x20horizontally','450190qkzKhq','4SszrjP','table','model','commandName','add','detach','isEnabled','deletion','horizontally','2076019wjMmZK','document','*Split\x20cell:*\x20vertically','findAncestor','getAncestors','getSelectionAffectedTableCells','refresh','accept','low','root','return','push','*Merge\x20cells*','97uewkhZ','insertion','value','author','_tablePostFixingSubtypes','plugins','formatInline','mergeTableCellLeft','TableUtils','highest','editor','filter','change','locale','$graveyard','cell','splitTableCellVertically','markMultiRangeBlockFormat','get','direction','registerCustomCallback','TrackChangesEditing','_isForcedDefaultExecutionBlock','setSelection','isInContent'];_0x1f3c=function(){return _0x524bce;};return _0x1f3c();}function _0x31c2(_0x36f939,_0x7434d0){const _0x1f3c65=_0x1f3c();return _0x31c2=function(_0x31c2d9,_0x3433a8){_0x31c2d9=_0x31c2d9-0x18b;let _0x16cf77=_0x1f3c65[_0x31c2d9];return _0x16cf77;},_0x31c2(_0x36f939,_0x7434d0);}import{LiveRange as _0x47e502}from'ckeditor5/src/engine.js';import{getTranslation as _0x434fdc}from'../utils/common-translations.js';export default class jt extends _0x178a75{static get[_0x4d2772(0x1a0)](){return[_0x200acb];}[_0x4d2772(0x1c0)](){const _0x13de70=_0x4d2772,_0x31b4d5=this[_0x13de70(0x1e6)],_0x46c3ff=_0x31b4d5[_0x13de70(0x1c8)][_0x13de70(0x1d0)][_0x13de70(0x1a8)],_0x42a870=_0x31b4d5[_0x13de70(0x1e9)];if(!_0x31b4d5[_0x13de70(0x1e1)][_0x13de70(0x190)](_0x13de70(0x1ad)))return;const _0x159bef=_0x31b4d5[_0x13de70(0x1e1)][_0x13de70(0x1ee)](_0x13de70(0x18b)),_0x408c27=_0x31b4d5[_0x13de70(0x1e1)][_0x13de70(0x1ee)](_0x13de70(0x1e4)),_0x159e6a=_0x31b4d5[_0x13de70(0x1e1)][_0x13de70(0x1ee)](_0x200acb);_0x159e6a[_0x13de70(0x1e0)][_0x13de70(0x1da)](_0x13de70(0x1af)),_0x159bef[_0x13de70(0x1a7)](_0x13de70(0x1af),()=>{const _0x479fec=_0x13de70,_0x5ddb03=_0x408c27[_0x479fec(0x1d4)](_0x31b4d5[_0x479fec(0x1c8)][_0x479fec(0x1d0)][_0x479fec(0x1a8)]);_0x31b4d5[_0x479fec(0x1c8)][_0x479fec(0x1e8)](()=>{const _0x98a9f8=_0x479fec;_0x159bef[_0x98a9f8(0x1ed)](_0x5ddb03,{'commandName':_0x98a9f8(0x1af),'commandParams':[]},[],_0x98a9f8(0x1af));});}),_0x31b4d5[_0x13de70(0x19f)][_0x13de70(0x1ee)](_0x13de70(0x1af))['on'](_0x13de70(0x19d),(_0x4a155d,_0x5c1320)=>{const _0x5711e7=_0x13de70;_0x31b4d5[_0x5711e7(0x19f)][_0x5711e7(0x1ee)](_0x5711e7(0x1ab))[_0x5711e7(0x1de)]&&(_0x5c1320[_0x5711e7(0x1bf)]>0x0&&_0x5c1320[_0x5c1320[_0x5711e7(0x1bf)]-0x1]&&_0x5c1320[_0x5c1320[_0x5711e7(0x1bf)]-0x1][_0x5711e7(0x1b4)]||_0x159bef[_0x5711e7(0x18c)]||this[_0x5711e7(0x1be)]()||_0x4a155d[_0x5711e7(0x1b3)]());},{'priority':_0x13de70(0x1e5)});for(const _0xbbe75a of[_0x13de70(0x1aa),_0x13de70(0x1b8),_0x13de70(0x191),_0x13de70(0x1e3)]){const _0x33161c=_0x31b4d5[_0x13de70(0x19f)][_0x13de70(0x1ee)](_0xbbe75a);_0x159bef[_0x13de70(0x1a7)](_0xbbe75a,()=>{const _0x4ba0fe=_0x13de70,_0x3398c6=_0x31b4d5[_0x4ba0fe(0x1c8)][_0x4ba0fe(0x1d0)][_0x4ba0fe(0x1a8)][_0x4ba0fe(0x1b6)]()[_0x4ba0fe(0x1d3)]()[_0x4ba0fe(0x18f)](_0x1f184b=>_0x1f184b['is'](_0x4ba0fe(0x195),_0x4ba0fe(0x19a))),_0xf95761=_0x33161c[_0x4ba0fe(0x1de)];_0x31b4d5[_0x4ba0fe(0x1c8)][_0x4ba0fe(0x1e8)](()=>{const _0x31e4d0=_0x4ba0fe;_0x159bef[_0x31e4d0(0x1ed)]([_0x3398c6,_0xf95761],{'commandName':_0x31e4d0(0x1af),'commandParams':[]},[],_0x31e4d0(0x1af));});});}for(const _0x46a432 of[_0x13de70(0x1ec),_0x13de70(0x1b1)]){const _0x530bda=_0x31b4d5[_0x13de70(0x19f)][_0x13de70(0x1ee)](_0x46a432);_0x159bef[_0x13de70(0x1a7)](_0x46a432,()=>{const _0x28c429=_0x13de70,_0x49b0f3=_0x408c27[_0x28c429(0x1d4)](_0x31b4d5[_0x28c429(0x1c8)][_0x28c429(0x1d0)][_0x28c429(0x1a8)])[0x0],_0x27f89c=_0x49b0f3[_0x28c429(0x1d2)](_0x28c429(0x1c7)),{column:_0x3403ea,row:_0x469028}=_0x408c27[_0x28c429(0x1a3)](_0x49b0f3);let _0x3556a9=[];if(_0x28c429(0x1ce)==_0x530bda[_0x28c429(0x1ef)]){const _0x33dd6d=_0x408c27[_0x28c429(0x194)](_0x27f89c,{'startRow':_0x469028,'endRow':_0x469028,'includeAllSlots':!0x0});_0x3556a9=Array[_0x28c429(0x1b0)](_0x33dd6d)[_0x28c429(0x1a2)](_0x205860=>_0x205860[_0x28c429(0x1eb)]);}else{const _0x4ac4ec=_0x408c27[_0x28c429(0x194)](_0x27f89c,{'column':_0x3403ea,'includeAllSlots':!0x0});_0x3556a9=Array[_0x28c429(0x1b0)](_0x4ac4ec)[_0x28c429(0x1a2)](_0x4e9318=>_0x4e9318[_0x28c429(0x1eb)]);}_0x31b4d5[_0x28c429(0x1c8)][_0x28c429(0x1e8)](_0x159d0d=>{const _0x15495d=_0x28c429;_0x159bef[_0x15495d(0x1ac)](_0x159d0d[_0x15495d(0x1c1)](_0x49b0f3),{'commandName':_0x46a432,'commandParams':[]},_0x3556a9,_0x46a432);});});}_0x159bef[_0x13de70(0x1b9)][_0x13de70(0x1b2)](_0x402c22=>{const _0x5a328e=_0x13de70;if(_0x5a328e(0x1a1)!=_0x402c22[_0x5a328e(0x192)]&&_0x5a328e(0x1e2)!=_0x402c22[_0x5a328e(0x192)])return;const {data:_0x14fd48}=_0x402c22;return _0x14fd48&&_0x5a328e(0x1af)==_0x14fd48[_0x5a328e(0x1c9)]?{'type':_0x5a328e(0x1b5),'content':_0x434fdc(_0x42a870,_0x5a328e(0x1db))}:void 0x0;}),_0x159bef[_0x13de70(0x1b9)][_0x13de70(0x1b2)](_0x2ad402=>{const _0x5d1a68=_0x13de70;if(_0x5d1a68(0x1a1)!=_0x2ad402[_0x5d1a68(0x192)]&&_0x5d1a68(0x1e2)!=_0x2ad402[_0x5d1a68(0x192)])return;const {data:_0x3e23f4}=_0x2ad402;return _0x3e23f4?_0x5d1a68(0x1ec)==_0x3e23f4[_0x5d1a68(0x1c9)]?{'type':_0x5d1a68(0x1b5),'content':_0x434fdc(_0x42a870,_0x5d1a68(0x1d1))}:_0x5d1a68(0x1b1)==_0x3e23f4[_0x5d1a68(0x1c9)]?{'type':_0x5d1a68(0x1b5),'content':_0x434fdc(_0x42a870,_0x5d1a68(0x1c4))}:void 0x0:void 0x0;});const _0x2f9729=_0x159e6a[_0x13de70(0x1ba)]();for(const _0x4ae165 of[_0x13de70(0x1aa),_0x13de70(0x1b8),_0x13de70(0x191),_0x13de70(0x1e3)])_0x159bef[_0x13de70(0x1a6)][_0x13de70(0x1f0)](_0x13de70(0x1a1),_0x4ae165,_0x13de70(0x1d6),_0x2f9729);for(const _0x260ac7 of[_0x13de70(0x1ec),_0x13de70(0x1b1)])_0x159bef[_0x13de70(0x1a6)][_0x13de70(0x1f0)](_0x13de70(0x1a1),_0x260ac7,_0x13de70(0x1d6),_0x2f9729);_0x159bef[_0x13de70(0x1a6)][_0x13de70(0x1f0)](_0x13de70(0x1a1),_0x13de70(0x1af),_0x13de70(0x1d6),_0x18fa33=>{const _0x5bbc4f=_0x13de70;_0x31b4d5[_0x5bbc4f(0x1c8)][_0x5bbc4f(0x1e8)](_0x806cc3=>{const _0x41fb17=_0x5bbc4f,_0x47efd5=Array[_0x41fb17(0x1b0)](_0x46c3ff[_0x41fb17(0x197)]())[_0x41fb17(0x1a2)](_0x1ed61f=>_0x47e502[_0x41fb17(0x1c3)](_0x1ed61f));_0x806cc3[_0x41fb17(0x18d)](_0x18fa33),_0x31b4d5[_0x41fb17(0x19f)][_0x41fb17(0x1ee)](_0x41fb17(0x1af))[_0x41fb17(0x1d5)](),_0x31b4d5[_0x41fb17(0x19d)](_0x41fb17(0x1af),{'forceDefaultExecution':!0x0});const _0x15bf3d=_0x47efd5[_0x41fb17(0x1e7)](_0x31f3fa=>_0x41fb17(0x1ea)!=_0x31f3fa[_0x41fb17(0x1d8)][_0x41fb17(0x1a5)]);_0x15bf3d[_0x41fb17(0x1bf)]>0x0&&_0x806cc3[_0x41fb17(0x18d)](_0x15bf3d);for(const _0x487862 of _0x47efd5)_0x487862[_0x41fb17(0x1cb)]();});});for(const _0x267f31 of[_0x13de70(0x1aa),_0x13de70(0x191),_0x13de70(0x1e3),_0x13de70(0x1b8)]){const _0x1cb01f=_0x31b4d5[_0x13de70(0x19f)][_0x13de70(0x1ee)](_0x267f31);_0x1cb01f['on'](_0x13de70(0x196),(_0x2543a3,_0x1a58be,_0x18fe3a)=>{const _0x1f1b24=_0x13de70;if(_0x18fe3a){const _0x5d6044=_0x31b4d5[_0x1f1b24(0x1c8)][_0x1f1b24(0x1d0)][_0x1f1b24(0x1a8)][_0x1f1b24(0x1b6)]()[_0x1f1b24(0x1d3)]()[_0x1f1b24(0x18f)](_0x20ddaa=>_0x20ddaa['is'](_0x1f1b24(0x195),_0x1f1b24(0x19a)));this[_0x1f1b24(0x19c)](_0x1cb01f[_0x1f1b24(0x1de)],_0x5d6044)||(_0x2543a3[_0x1f1b24(0x1d9)]=!0x1,_0x2543a3[_0x1f1b24(0x1b3)]());}},{'priority':_0x13de70(0x1d7)});}}[_0x4d2772(0x1be)](){const _0x54f9eb=_0x4d2772,_0x461026=this[_0x54f9eb(0x1e6)][_0x54f9eb(0x19f)][_0x54f9eb(0x1ee)](_0x54f9eb(0x1af)),_0x9cc038=this[_0x54f9eb(0x1e6)][_0x54f9eb(0x1e1)][_0x54f9eb(0x1ee)](_0x54f9eb(0x1e4));if(!_0x461026[_0x54f9eb(0x1cc)])return!0x1;const _0x9f9996=_0x9cc038[_0x54f9eb(0x1d4)](this[_0x54f9eb(0x1e6)][_0x54f9eb(0x1c8)][_0x54f9eb(0x1d0)][_0x54f9eb(0x1a8)]);for(const _0x2fada7 of _0x9f9996)for(const _0x1ed897 of _0x9f9996)if(_0x2fada7!=_0x1ed897&&!this[_0x54f9eb(0x19c)](_0x2fada7,_0x1ed897))return!0x1;return!0x0;}[_0x4d2772(0x19c)](_0x35dc48,_0x2cc8f5){const _0x2ce5e4=_0x4d2772,_0x3515d3=this[_0x2ce5e4(0x1e6)][_0x2ce5e4(0x1e1)][_0x2ce5e4(0x1ee)](_0x2ce5e4(0x18b)),_0x3e7b54=this[_0x2ce5e4(0x1e6)][_0x2ce5e4(0x1c8)][_0x2ce5e4(0x1c1)](_0x35dc48),_0x2ddb75=this[_0x2ce5e4(0x1e6)][_0x2ce5e4(0x1c8)][_0x2ce5e4(0x1c1)](_0x2cc8f5),_0x35df37=new Set(),_0x560449=new Set();for(const _0x16c2fa of _0x3515d3[_0x2ce5e4(0x19e)]())if((_0x2ce5e4(0x1dd)==_0x16c2fa[_0x2ce5e4(0x192)]||_0x2ce5e4(0x1cd)==_0x16c2fa[_0x2ce5e4(0x192)]||_0x2ce5e4(0x1af)==_0x16c2fa[_0x2ce5e4(0x1a9)])&&_0x16c2fa[_0x2ce5e4(0x18e)]){for(const _0xa5d28e of _0x16c2fa[_0x2ce5e4(0x197)]())_0xa5d28e[_0x2ce5e4(0x193)](_0x3e7b54,!0x0)&&_0x35df37[_0x2ce5e4(0x1ca)](_0x16c2fa[_0x2ce5e4(0x192)]+':'+_0x16c2fa[_0x2ce5e4(0x1df)]['id']),_0xa5d28e[_0x2ce5e4(0x193)](_0x2ddb75,!0x0)&&_0x560449[_0x2ce5e4(0x1ca)](_0x16c2fa[_0x2ce5e4(0x192)]+':'+_0x16c2fa[_0x2ce5e4(0x1df)]['id']);}if(_0x35df37[_0x2ce5e4(0x19b)]!=_0x560449[_0x2ce5e4(0x19b)])return!0x1;for(const _0x562cb6 of _0x35df37)if(!_0x560449[_0x2ce5e4(0x190)](_0x562cb6))return!0x1;return!0x0;}}
23
+ const _0x1f5f28=_0x5eef;function _0x7c20(){const _0x20384f=['commandName','selection','mergeTableCellUp','root','change','_tablePostFixingSubtypes','4112087tiTqJs','highest','type','formatInline','_isForcedDefaultExecutionBlock','1675605kCcHxy','registerCustomCallback','plugins','createRangeOn','getSuggestions','796144KMUJbL','$graveyard','detach','subType','direction','splitTableCellHorizontally','getRanges','low','mergeTableCellRight','size','has','set:isEnabled','refresh','_acceptFormatSuggestionCallbackFactory','tableCell','mergeTableCellDown','rootName','cell','registerDescriptionCallback','requires','deletion','enableCommand','format','locale','*Split\x20cell:*\x20horizontally','filter','getCellLocation','document','getFirstPosition','value','getAncestors','_areSelectedCellsMergable','mergeTableCells','forceDefaultExecution','map','getSelectionAffectedTableCells','632skOwmj','setSelection','get','return','markBlockFormat','_suggestionFactory','fromRange','TrackChangesEditing','insertion','find','12xkhljp','accept','editor','model','*Merge\x20cells*','TableUtils','length','execute','table','author','_areMergableCells','722766zRqUIy','10TgNTfL','TableEditing','8xzpqHN','splitTableCellVertically','from','commands','element','horizontally','stop','isEnabled','_descriptionFactory','add','2754024OQimjo','findAncestor','createTableWalker','trackChanges','containsRange','markMultiRangeBlockFormat','formatBlock','afterInit','2917ISLthJ','*Split\x20cell:*\x20vertically','isInContent','mergeTableCellLeft','push','1635759npELCq'];_0x7c20=function(){return _0x20384f;};return _0x7c20();}(function(_0x1f8052,_0x68c42){const _0x42d5c1=_0x5eef,_0x236e08=_0x1f8052();while(!![]){try{const _0x4739c0=-parseInt(_0x42d5c1(0x1da))/0x1*(parseInt(_0x42d5c1(0x1b0))/0x2)+-parseInt(_0x42d5c1(0x1ba))/0x3*(-parseInt(_0x42d5c1(0x1f0))/0x4)+parseInt(_0x42d5c1(0x1eb))/0x5+-parseInt(_0x42d5c1(0x1d2))/0x6+parseInt(_0x42d5c1(0x1e6))/0x7*(parseInt(_0x42d5c1(0x1c8))/0x8)+-parseInt(_0x42d5c1(0x1df))/0x9*(-parseInt(_0x42d5c1(0x1c6))/0xa)+parseInt(_0x42d5c1(0x1c5))/0xb;if(_0x4739c0===_0x68c42)break;else _0x236e08['push'](_0x236e08['shift']());}catch(_0x103f39){_0x236e08['push'](_0x236e08['shift']());}}}(_0x7c20,0x8eeab));import{Plugin as _0x1d6d59}from'ckeditor5/src/core.js';import _0x43f23d from'./table.js';import{LiveRange as _0x3985bc}from'ckeditor5/src/engine.js';import{getTranslation as _0x576f3d}from'../utils/common-translations.js';function _0x5eef(_0x58f9f6,_0x52727a){const _0x7c20d5=_0x7c20();return _0x5eef=function(_0x5eef13,_0x110bcc){_0x5eef13=_0x5eef13-0x192;let _0x2c6937=_0x7c20d5[_0x5eef13];return _0x2c6937;},_0x5eef(_0x58f9f6,_0x52727a);}export default class jt extends _0x1d6d59{static get[_0x1f5f28(0x19f)](){return[_0x43f23d];}[_0x1f5f28(0x1d9)](){const _0x46e5c0=_0x1f5f28,_0x15662c=this[_0x46e5c0(0x1bc)],_0x19ee63=_0x15662c[_0x46e5c0(0x1bd)][_0x46e5c0(0x1a7)][_0x46e5c0(0x1e1)],_0x35ecad=_0x15662c[_0x46e5c0(0x1a3)];if(!_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x196)](_0x46e5c0(0x1c7)))return;const _0x2bcce3=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1b7)),_0x2f25c4=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1bf)),_0x4bc7b5=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x43f23d);_0x4bc7b5[_0x46e5c0(0x1e5)][_0x46e5c0(0x1de)](_0x46e5c0(0x1ac)),_0x2bcce3[_0x46e5c0(0x1a1)](_0x46e5c0(0x1ac),()=>{const _0x49ddcc=_0x46e5c0,_0xb2644a=_0x2f25c4[_0x49ddcc(0x1af)](_0x15662c[_0x49ddcc(0x1bd)][_0x49ddcc(0x1a7)][_0x49ddcc(0x1e1)]);_0x15662c[_0x49ddcc(0x1bd)][_0x49ddcc(0x1e4)](()=>{const _0x1967e5=_0x49ddcc;_0x2bcce3[_0x1967e5(0x1d7)](_0xb2644a,{'commandName':_0x1967e5(0x1ac),'commandParams':[]},[],_0x1967e5(0x1ac));});}),_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1ac))['on'](_0x46e5c0(0x1c1),(_0x4e2636,_0x401d1f)=>{const _0x496b65=_0x46e5c0;_0x15662c[_0x496b65(0x1cb)][_0x496b65(0x1b2)](_0x496b65(0x1d5))[_0x496b65(0x1a9)]&&(_0x401d1f[_0x496b65(0x1c0)]>0x0&&_0x401d1f[_0x401d1f[_0x496b65(0x1c0)]-0x1]&&_0x401d1f[_0x401d1f[_0x496b65(0x1c0)]-0x1][_0x496b65(0x1ad)]||_0x2bcce3[_0x496b65(0x1ea)]||this[_0x496b65(0x1ab)]()||_0x4e2636[_0x496b65(0x1ce)]());},{'priority':_0x46e5c0(0x1e7)});for(const _0x49bc00 of[_0x46e5c0(0x1e2),_0x46e5c0(0x194),_0x46e5c0(0x19b),_0x46e5c0(0x1dd)]){const _0x2d9429=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x49bc00);_0x2bcce3[_0x46e5c0(0x1a1)](_0x49bc00,()=>{const _0x1d5352=_0x46e5c0,_0x4b5e7d=_0x15662c[_0x1d5352(0x1bd)][_0x1d5352(0x1a7)][_0x1d5352(0x1e1)][_0x1d5352(0x1a8)]()[_0x1d5352(0x1aa)]()[_0x1d5352(0x1b9)](_0x3444d4=>_0x3444d4['is'](_0x1d5352(0x1cc),_0x1d5352(0x19a))),_0x4b18d8=_0x2d9429[_0x1d5352(0x1a9)];_0x15662c[_0x1d5352(0x1bd)][_0x1d5352(0x1e4)](()=>{const _0x51ceab=_0x1d5352;_0x2bcce3[_0x51ceab(0x1d7)]([_0x4b5e7d,_0x4b18d8],{'commandName':_0x51ceab(0x1ac),'commandParams':[]},[],_0x51ceab(0x1ac));});});}for(const _0x4da760 of[_0x46e5c0(0x1c9),_0x46e5c0(0x1f5)]){const _0x2ce5f9=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x4da760);_0x2bcce3[_0x46e5c0(0x1a1)](_0x4da760,()=>{const _0x228004=_0x46e5c0,_0x32b21c=_0x2f25c4[_0x228004(0x1af)](_0x15662c[_0x228004(0x1bd)][_0x228004(0x1a7)][_0x228004(0x1e1)])[0x0],_0x52d65c=_0x32b21c[_0x228004(0x1d3)](_0x228004(0x1c2)),{column:_0x4b59fa,row:_0x59ebf3}=_0x2f25c4[_0x228004(0x1a6)](_0x32b21c);let _0x420921=[];if(_0x228004(0x1cd)==_0x2ce5f9[_0x228004(0x1f4)]){const _0x1dade2=_0x2f25c4[_0x228004(0x1d4)](_0x52d65c,{'startRow':_0x59ebf3,'endRow':_0x59ebf3,'includeAllSlots':!0x0});_0x420921=Array[_0x228004(0x1ca)](_0x1dade2)[_0x228004(0x1ae)](_0x444369=>_0x444369[_0x228004(0x19d)]);}else{const _0x5ad34f=_0x2f25c4[_0x228004(0x1d4)](_0x52d65c,{'column':_0x4b59fa,'includeAllSlots':!0x0});_0x420921=Array[_0x228004(0x1ca)](_0x5ad34f)[_0x228004(0x1ae)](_0x3c188c=>_0x3c188c[_0x228004(0x19d)]);}_0x15662c[_0x228004(0x1bd)][_0x228004(0x1e4)](_0x455789=>{const _0x582b73=_0x228004;_0x2bcce3[_0x582b73(0x1b4)](_0x455789[_0x582b73(0x1ee)](_0x32b21c),{'commandName':_0x4da760,'commandParams':[]},_0x420921,_0x4da760);});});}_0x2bcce3[_0x46e5c0(0x1d0)][_0x46e5c0(0x19e)](_0xc55bc6=>{const _0x1242a5=_0x46e5c0;if(_0x1242a5(0x1d8)!=_0xc55bc6[_0x1242a5(0x1e8)]&&_0x1242a5(0x1e9)!=_0xc55bc6[_0x1242a5(0x1e8)])return;const {data:_0x674312}=_0xc55bc6;return _0x674312&&_0x1242a5(0x1ac)==_0x674312[_0x1242a5(0x1e0)]?{'type':_0x1242a5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x1242a5(0x1be))}:void 0x0;}),_0x2bcce3[_0x46e5c0(0x1d0)][_0x46e5c0(0x19e)](_0x1287d3=>{const _0x4722b5=_0x46e5c0;if(_0x4722b5(0x1d8)!=_0x1287d3[_0x4722b5(0x1e8)]&&_0x4722b5(0x1e9)!=_0x1287d3[_0x4722b5(0x1e8)])return;const {data:_0x27c433}=_0x1287d3;return _0x27c433?_0x4722b5(0x1c9)==_0x27c433[_0x4722b5(0x1e0)]?{'type':_0x4722b5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x4722b5(0x1db))}:_0x4722b5(0x1f5)==_0x27c433[_0x4722b5(0x1e0)]?{'type':_0x4722b5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x4722b5(0x1a4))}:void 0x0:void 0x0;});const _0xf8eb6=_0x4bc7b5[_0x46e5c0(0x199)]();for(const _0x5b5402 of[_0x46e5c0(0x1e2),_0x46e5c0(0x194),_0x46e5c0(0x19b),_0x46e5c0(0x1dd)])_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x5b5402,_0x46e5c0(0x1bb),_0xf8eb6);for(const _0x39f800 of[_0x46e5c0(0x1c9),_0x46e5c0(0x1f5)])_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x39f800,_0x46e5c0(0x1bb),_0xf8eb6);_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x46e5c0(0x1ac),_0x46e5c0(0x1bb),_0x2f64e4=>{const _0x44953c=_0x46e5c0;_0x15662c[_0x44953c(0x1bd)][_0x44953c(0x1e4)](_0x23ae67=>{const _0x5c7d5c=_0x44953c,_0x2f5aec=Array[_0x5c7d5c(0x1ca)](_0x19ee63[_0x5c7d5c(0x192)]())[_0x5c7d5c(0x1ae)](_0x3cfe84=>_0x3985bc[_0x5c7d5c(0x1b6)](_0x3cfe84));_0x23ae67[_0x5c7d5c(0x1b1)](_0x2f64e4),_0x15662c[_0x5c7d5c(0x1cb)][_0x5c7d5c(0x1b2)](_0x5c7d5c(0x1ac))[_0x5c7d5c(0x198)](),_0x15662c[_0x5c7d5c(0x1c1)](_0x5c7d5c(0x1ac),{'forceDefaultExecution':!0x0});const _0x3157c3=_0x2f5aec[_0x5c7d5c(0x1a5)](_0x127bbe=>_0x5c7d5c(0x1f1)!=_0x127bbe[_0x5c7d5c(0x1e3)][_0x5c7d5c(0x19c)]);_0x3157c3[_0x5c7d5c(0x1c0)]>0x0&&_0x23ae67[_0x5c7d5c(0x1b1)](_0x3157c3);for(const _0x5a6e85 of _0x2f5aec)_0x5a6e85[_0x5c7d5c(0x1f2)]();});});for(const _0x74f3e5 of[_0x46e5c0(0x1e2),_0x46e5c0(0x19b),_0x46e5c0(0x1dd),_0x46e5c0(0x194)]){const _0x3b8a55=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x74f3e5);_0x3b8a55['on'](_0x46e5c0(0x197),(_0x51ec67,_0x5e0a93,_0x3b458c)=>{const _0x33bd26=_0x46e5c0;if(_0x3b458c){const _0x1ebe20=_0x15662c[_0x33bd26(0x1bd)][_0x33bd26(0x1a7)][_0x33bd26(0x1e1)][_0x33bd26(0x1a8)]()[_0x33bd26(0x1aa)]()[_0x33bd26(0x1b9)](_0x5f4363=>_0x5f4363['is'](_0x33bd26(0x1cc),_0x33bd26(0x19a)));this[_0x33bd26(0x1c4)](_0x3b8a55[_0x33bd26(0x1a9)],_0x1ebe20)||(_0x51ec67[_0x33bd26(0x1b3)]=!0x1,_0x51ec67[_0x33bd26(0x1ce)]());}},{'priority':_0x46e5c0(0x193)});}}[_0x1f5f28(0x1ab)](){const _0x3dd7f2=_0x1f5f28,_0x51c34a=this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1cb)][_0x3dd7f2(0x1b2)](_0x3dd7f2(0x1ac)),_0x452343=this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1ed)][_0x3dd7f2(0x1b2)](_0x3dd7f2(0x1bf));if(!_0x51c34a[_0x3dd7f2(0x1cf)])return!0x1;const _0x30dc77=_0x452343[_0x3dd7f2(0x1af)](this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1bd)][_0x3dd7f2(0x1a7)][_0x3dd7f2(0x1e1)]);for(const _0x578dbb of _0x30dc77)for(const _0x366402 of _0x30dc77)if(_0x578dbb!=_0x366402&&!this[_0x3dd7f2(0x1c4)](_0x578dbb,_0x366402))return!0x1;return!0x0;}[_0x1f5f28(0x1c4)](_0x1acd57,_0x2bd4eb){const _0x3fd558=_0x1f5f28,_0x20a1ce=this[_0x3fd558(0x1bc)][_0x3fd558(0x1ed)][_0x3fd558(0x1b2)](_0x3fd558(0x1b7)),_0x2849ad=this[_0x3fd558(0x1bc)][_0x3fd558(0x1bd)][_0x3fd558(0x1ee)](_0x1acd57),_0x447492=this[_0x3fd558(0x1bc)][_0x3fd558(0x1bd)][_0x3fd558(0x1ee)](_0x2bd4eb),_0x599b3d=new Set(),_0x2dc412=new Set();for(const _0x37d39d of _0x20a1ce[_0x3fd558(0x1ef)]())if((_0x3fd558(0x1b8)==_0x37d39d[_0x3fd558(0x1e8)]||_0x3fd558(0x1a0)==_0x37d39d[_0x3fd558(0x1e8)]||_0x3fd558(0x1ac)==_0x37d39d[_0x3fd558(0x1f3)])&&_0x37d39d[_0x3fd558(0x1dc)]){for(const _0x1bc886 of _0x37d39d[_0x3fd558(0x192)]())_0x1bc886[_0x3fd558(0x1d6)](_0x2849ad,!0x0)&&_0x599b3d[_0x3fd558(0x1d1)](_0x37d39d[_0x3fd558(0x1e8)]+':'+_0x37d39d[_0x3fd558(0x1c3)]['id']),_0x1bc886[_0x3fd558(0x1d6)](_0x447492,!0x0)&&_0x2dc412[_0x3fd558(0x1d1)](_0x37d39d[_0x3fd558(0x1e8)]+':'+_0x37d39d[_0x3fd558(0x1c3)]['id']);}if(_0x599b3d[_0x3fd558(0x195)]!=_0x2dc412[_0x3fd558(0x195)])return!0x1;for(const _0x413c7e of _0x599b3d)if(!_0x2dc412[_0x3fd558(0x196)](_0x413c7e))return!0x1;return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4d25(_0x2978f7,_0x3de603){const _0x2100a3=_0x2100();return _0x4d25=function(_0x4d2557,_0x3ba427){_0x4d2557=_0x4d2557-0x7a;let _0x5b201c=_0x2100a3[_0x4d2557];return _0x5b201c;},_0x4d25(_0x2978f7,_0x3de603);}const _0x531664=_0x4d25;function _0x2100(){const _0x411d81=['13252414rLfUfJ','78648IBIimV','5278610uvxHLY','enableCommand','locale','commands','40372572UeRHag','375iUdogw','get','11wWxsTT','12605ZmiYgl','414qEGtKV','_descriptionFactory','TrackChangesEditing','3257GKrDsF','ELEMENT_TABLE_OF_CONTENTS','insertTableOfContents','afterInit','plugins','editor','registerElementLabel','622sqbidH','tableOfContents','9448OKWmtP','4074ybsncN'];_0x2100=function(){return _0x411d81;};return _0x2100();}(function(_0x3814b3,_0x177cad){const _0x1791ec=_0x4d25,_0xef02dd=_0x3814b3();while(!![]){try{const _0x26380c=parseInt(_0x1791ec(0x8c))/0x1*(parseInt(_0x1791ec(0x7a))/0x2)+parseInt(_0x1791ec(0x85))/0x3*(parseInt(_0x1791ec(0x7c))/0x4)+parseInt(_0x1791ec(0x88))/0x5*(-parseInt(_0x1791ec(0x7d))/0x6)+-parseInt(_0x1791ec(0x7e))/0x7+parseInt(_0x1791ec(0x7f))/0x8*(parseInt(_0x1791ec(0x89))/0x9)+-parseInt(_0x1791ec(0x80))/0xa*(parseInt(_0x1791ec(0x87))/0xb)+parseInt(_0x1791ec(0x84))/0xc;if(_0x26380c===_0x177cad)break;else _0xef02dd['push'](_0xef02dd['shift']());}catch(_0x21a335){_0xef02dd['push'](_0xef02dd['shift']());}}}(_0x2100,0xf22da));import{Plugin as _0x308760}from'ckeditor5/src/core.js';import{getTranslation as _0x17dcba}from'../utils/common-translations.js';export default class _t extends _0x308760{[_0x531664(0x8f)](){const _0x1f0a70=_0x531664,_0x19a6d0=this[_0x1f0a70(0x91)];if(!_0x19a6d0[_0x1f0a70(0x83)][_0x1f0a70(0x86)](_0x1f0a70(0x8e)))return;_0x19a6d0[_0x1f0a70(0x90)][_0x1f0a70(0x86)](_0x1f0a70(0x8b))[_0x1f0a70(0x81)](_0x1f0a70(0x8e));const _0x3a8618=_0x19a6d0[_0x1f0a70(0x90)][_0x1f0a70(0x86)](_0x1f0a70(0x8b)),_0x52f396=_0x19a6d0[_0x1f0a70(0x82)];_0x3a8618[_0x1f0a70(0x8a)][_0x1f0a70(0x92)](_0x1f0a70(0x7b),_0x13a4fe=>_0x17dcba(_0x52f396,_0x1f0a70(0x8d),_0x13a4fe));}}
23
+ const _0x55e304=_0x2b5b;function _0x2b5b(_0x2a5b0b,_0x1e378c){const _0x406a96=_0x406a();return _0x2b5b=function(_0x2b5bac,_0x45d0f0){_0x2b5bac=_0x2b5bac-0xe4;let _0x68141c=_0x406a96[_0x2b5bac];return _0x68141c;},_0x2b5b(_0x2a5b0b,_0x1e378c);}function _0x406a(){const _0x267bf9=['commands','117639ilHzYD','110881guBmHy','get','540183pdJrsa','_descriptionFactory','insertTableOfContents','1473075TssNxM','593640EvlGHn','ELEMENT_TABLE_OF_CONTENTS','editor','registerElementLabel','6TJhNNg','TrackChangesEditing','16356OdsQfT','plugins','enableCommand','afterInit','locale','11352850GWYqmv','tableOfContents','110XMxPYj','264PifWju'];_0x406a=function(){return _0x267bf9;};return _0x406a();}(function(_0x5853c5,_0x43ff84){const _0x5205cc=_0x2b5b,_0x82d13e=_0x5853c5();while(!![]){try{const _0x16db05=-parseInt(_0x5205cc(0xee))/0x1*(-parseInt(_0x5205cc(0xf8))/0x2)+-parseInt(_0x5205cc(0xf3))/0x3+-parseInt(_0x5205cc(0xf4))/0x4+parseInt(_0x5205cc(0xea))/0x5*(-parseInt(_0x5205cc(0xfa))/0x6)+-parseInt(_0x5205cc(0xf0))/0x7+parseInt(_0x5205cc(0xeb))/0x8*(-parseInt(_0x5205cc(0xed))/0x9)+parseInt(_0x5205cc(0xe8))/0xa;if(_0x16db05===_0x43ff84)break;else _0x82d13e['push'](_0x82d13e['shift']());}catch(_0x155b8f){_0x82d13e['push'](_0x82d13e['shift']());}}}(_0x406a,0x3f7a9));import{Plugin as _0x4b6123}from'ckeditor5/src/core.js';import{getTranslation as _0x3004b3}from'../utils/common-translations.js';export default class _t extends _0x4b6123{[_0x55e304(0xe6)](){const _0x43b4b4=_0x55e304,_0x160db6=this[_0x43b4b4(0xf6)];if(!_0x160db6[_0x43b4b4(0xec)][_0x43b4b4(0xef)](_0x43b4b4(0xf2)))return;_0x160db6[_0x43b4b4(0xe4)][_0x43b4b4(0xef)](_0x43b4b4(0xf9))[_0x43b4b4(0xe5)](_0x43b4b4(0xf2));const _0x5a59d4=_0x160db6[_0x43b4b4(0xe4)][_0x43b4b4(0xef)](_0x43b4b4(0xf9)),_0x2cb575=_0x160db6[_0x43b4b4(0xe7)];_0x5a59d4[_0x43b4b4(0xf1)][_0x43b4b4(0xf7)](_0x43b4b4(0xe9),_0xeffa63=>_0x3004b3(_0x2cb575,_0x43b4b4(0xf5),_0xeffa63));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x29614c=_0x3887;(function(_0x179535,_0x47ed92){const _0x3daffa=_0x3887,_0x1caa6b=_0x179535();while(!![]){try{const _0x334430=-parseInt(_0x3daffa(0x214))/0x1+-parseInt(_0x3daffa(0x222))/0x2+parseInt(_0x3daffa(0x1f7))/0x3*(-parseInt(_0x3daffa(0x215))/0x4)+parseInt(_0x3daffa(0x208))/0x5*(-parseInt(_0x3daffa(0x1ee))/0x6)+parseInt(_0x3daffa(0x1fa))/0x7*(parseInt(_0x3daffa(0x232))/0x8)+parseInt(_0x3daffa(0x1eb))/0x9*(-parseInt(_0x3daffa(0x1f8))/0xa)+parseInt(_0x3daffa(0x1fc))/0xb*(parseInt(_0x3daffa(0x1f9))/0xc);if(_0x334430===_0x47ed92)break;else _0x1caa6b['push'](_0x1caa6b['shift']());}catch(_0x149db8){_0x1caa6b['push'](_0x1caa6b['shift']());}}}(_0x351e,0x7121b));import{Plugin as _0x474c4c}from'ckeditor5/src/core.js';function _0x351e(){const _0x4fcbdb=['registerDescriptionCallback','27ICOIGI','tableCellWidth','TrackChangesEditing','8826ixlvSR','format','TableCellPropertiesEditing','data','handleSuggestionDescription','registerCustomCallback','enqueueChange','tableWidth','has','8913pNnpOy','900430KzVvnc','74208PYNUck','455TJGXXs','getFirstPosition','2959LeEcjy','TrackChangesTableProperties','tableCellVerticalAlignment','batch','change','model','removeAttribute','tableBackgroundColor','tableBorderColor','commandParams','TablePropertiesEditing','afterInit','1855azSnkP','tableCellBorderStyle','markBlockFormat','table','setAttribute','*Format:*\x20change\x20table\x20properties','get','discard','findAncestor','pluginName','subType','_getSuggestion','356011SgQJZe','44KcDnLm','tableCellHeight','editor','tableCellPadding','tableAlignment','nodeAfter','TableUtils','plugins','tableCellHorizontalAlignment','getSuggestions','selection','tableBorderStyle','getAttribute','636804KOnakR','handleDiscardAction','getSelectionAffectedTableCells','tableProperties','tableBorderWidth','_handlePropertyChange','tableCellBorderColor','tableCellBackgroundColor','start','tableCellProperties','locale','getSuggestionCallback','getContainedElement','enableCommand','*Format:*\x20change\x20table\x20cell\x20properties','_descriptionFactory','39736cUMdAH','accept','join','tableCellBorderWidth','document','formatBlock','tableHeight','_suggestionFactory'];_0x351e=function(){return _0x4fcbdb;};return _0x351e();}import{getTranslation as _0x466b63}from'../utils/common-translations.js';function _0x3887(_0x56d6f1,_0x4d9b68){const _0x351ec8=_0x351e();return _0x3887=function(_0x388747,_0x191c0b){_0x388747=_0x388747-0x1e6;let _0x34e3b4=_0x351ec8[_0x388747];return _0x34e3b4;},_0x3887(_0x56d6f1,_0x4d9b68);}export default class Mt extends _0x474c4c{constructor(_0x50c39f){const _0x5ae6a1=_0x3887;super(_0x50c39f),this[_0x5ae6a1(0x225)]=[_0x5ae6a1(0x204),_0x5ae6a1(0x220),_0x5ae6a1(0x226),_0x5ae6a1(0x219),_0x5ae6a1(0x1f5),_0x5ae6a1(0x1e8),_0x5ae6a1(0x203)],this[_0x5ae6a1(0x22b)]=[_0x5ae6a1(0x228),_0x5ae6a1(0x209),_0x5ae6a1(0x235),_0x5ae6a1(0x218),_0x5ae6a1(0x1ec),_0x5ae6a1(0x216),_0x5ae6a1(0x229),_0x5ae6a1(0x21d),_0x5ae6a1(0x1fe)];}static get[_0x29614c(0x211)](){const _0x34d307=_0x29614c;return _0x34d307(0x1fd);}[_0x29614c(0x207)](){const _0x33c9ed=_0x29614c,_0x8319bf=this[_0x33c9ed(0x217)][_0x33c9ed(0x21c)][_0x33c9ed(0x20e)](_0x33c9ed(0x1ed));if(this[_0x33c9ed(0x217)][_0x33c9ed(0x21c)][_0x33c9ed(0x1f6)](_0x33c9ed(0x206))){for(const _0x150b73 of this[_0x33c9ed(0x225)])_0x8319bf[_0x33c9ed(0x22f)](_0x150b73,(_0x31fe5a,_0x37e55a)=>{const _0x2783ee=_0x33c9ed,_0x491419=this[_0x2783ee(0x217)][_0x2783ee(0x201)][_0x2783ee(0x1e6)][_0x2783ee(0x21f)][_0x2783ee(0x1fb)]()[_0x2783ee(0x210)](_0x2783ee(0x20b));this[_0x2783ee(0x227)](_0x150b73,[_0x491419],this[_0x2783ee(0x225)],_0x2783ee(0x225),_0x31fe5a,_0x37e55a);});_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x1f3)](_0x33c9ed(0x1e7),_0x33c9ed(0x225),_0x33c9ed(0x233),_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x22d)](_0x33c9ed(0x1e7),null,_0x33c9ed(0x20f))),_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x1f3)](_0x33c9ed(0x1e7),_0x33c9ed(0x225),_0x33c9ed(0x20f),(_0xf489f1,_0x53bbfd)=>this[_0x33c9ed(0x223)](this[_0x33c9ed(0x225)],_0xf489f1,_0x53bbfd)),_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x1f3)](_0x33c9ed(0x1e7),_0x33c9ed(0x225),_0x33c9ed(0x234),()=>!0x1);}if(this[_0x33c9ed(0x217)][_0x33c9ed(0x21c)][_0x33c9ed(0x1f6)](_0x33c9ed(0x1f0))){for(const _0xc47485 of this[_0x33c9ed(0x22b)])_0x8319bf[_0x33c9ed(0x22f)](_0xc47485,(_0x311f5d,_0x4ee1e9)=>{const _0x4dc136=_0x33c9ed,_0x1421bd=this[_0x4dc136(0x217)][_0x4dc136(0x21c)][_0x4dc136(0x20e)](_0x4dc136(0x21b))[_0x4dc136(0x224)](this[_0x4dc136(0x217)][_0x4dc136(0x201)][_0x4dc136(0x1e6)][_0x4dc136(0x21f)]);this[_0x4dc136(0x227)](_0xc47485,_0x1421bd,this[_0x4dc136(0x22b)],_0x4dc136(0x22b),_0x311f5d,_0x4ee1e9);});_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x1f3)](_0x33c9ed(0x1e7),_0x33c9ed(0x22b),_0x33c9ed(0x233),_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x22d)](_0x33c9ed(0x1e7),null,_0x33c9ed(0x20f))),_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x1f3)](_0x33c9ed(0x1e7),_0x33c9ed(0x22b),_0x33c9ed(0x20f),(_0x4790a0,_0x154447)=>this[_0x33c9ed(0x223)](this[_0x33c9ed(0x22b)],_0x4790a0,_0x154447)),_0x8319bf[_0x33c9ed(0x1e9)][_0x33c9ed(0x1f3)](_0x33c9ed(0x1e7),_0x33c9ed(0x22b),_0x33c9ed(0x234),()=>!0x1);}_0x8319bf[_0x33c9ed(0x231)][_0x33c9ed(0x1ea)](_0x5b7899=>this[_0x33c9ed(0x1f2)](_0x5b7899));}[_0x29614c(0x227)](_0x3fc783,_0x58e89f,_0x6d7c5d,_0x127464,_0xe0a6f4,_0x4ad4cb){const _0x533ca2=_0x29614c,_0x4943f8=this[_0x533ca2(0x217)][_0x533ca2(0x21c)][_0x533ca2(0x20e)](_0x533ca2(0x1ed));this[_0x533ca2(0x217)][_0x533ca2(0x201)][_0x533ca2(0x1f4)](_0x4ad4cb[_0x533ca2(0x1ff)],()=>{const _0x6c223a=_0x533ca2;for(const _0x8be3c6 of _0x58e89f){if(this[_0x6c223a(0x213)](_0x8be3c6,_0x127464))_0xe0a6f4(_0x4ad4cb);else{const _0x260a3b={};for(const _0x13a105 of _0x6d7c5d){const _0x2973f6=_0x8be3c6[_0x6c223a(0x221)](_0x13a105);void 0x0!==_0x2973f6&&(_0x260a3b[_0x13a105]=_0x2973f6);}_0xe0a6f4(_0x4ad4cb),_0x4943f8[_0x6c223a(0x20a)](_0x8be3c6,{'commandParams':[_0x260a3b]},[],_0x127464);}}});}[_0x29614c(0x223)](_0x58f89d,_0x2d6d61,_0x4da729){const _0x45707a=_0x29614c,_0x1c4323=_0x2d6d61[0x0][_0x45707a(0x22a)][_0x45707a(0x21a)],_0x31fb96=_0x4da729[_0x45707a(0x205)][0x0];this[_0x45707a(0x217)][_0x45707a(0x201)][_0x45707a(0x200)](_0x319b11=>{const _0x497e70=_0x45707a;for(const _0x8e2e46 of _0x58f89d)void 0x0!==_0x31fb96[_0x8e2e46]?_0x319b11[_0x497e70(0x20c)](_0x8e2e46,_0x31fb96[_0x8e2e46],_0x1c4323):_0x319b11[_0x497e70(0x202)](_0x8e2e46,_0x1c4323);});}[_0x29614c(0x1f2)](_0x13ab58){const _0x127b83=_0x29614c;if(_0x13ab58[_0x127b83(0x1f1)])switch(_0x13ab58[_0x127b83(0x212)]){case _0x127b83(0x225):return{'type':_0x127b83(0x1ef),'content':_0x466b63(this[_0x127b83(0x217)][_0x127b83(0x22c)],_0x127b83(0x20d))};case _0x127b83(0x22b):return{'type':_0x127b83(0x1ef),'content':_0x466b63(this[_0x127b83(0x217)][_0x127b83(0x22c)],_0x127b83(0x230))};}}[_0x29614c(0x213)](_0x280caf,_0x212d5b){const _0x2a39b9=_0x29614c,_0x4cb92c=this[_0x2a39b9(0x217)][_0x2a39b9(0x21c)][_0x2a39b9(0x20e)](_0x2a39b9(0x1ed));for(const _0x4f87ea of _0x4cb92c[_0x2a39b9(0x21e)]({'skipNotAttached':!0x0})){const _0x14dc46=_0x4f87ea[_0x2a39b9(0x22e)]();if(_0x4f87ea[_0x2a39b9(0x212)]===_0x212d5b&&_0x14dc46===_0x280caf)return _0x4f87ea;}return null;}}
23
+ const _0x43f735=_0x3346;(function(_0x4f2acb,_0x2937ec){const _0x47118b=_0x3346,_0x33d3d9=_0x4f2acb();while(!![]){try{const _0x1360dc=parseInt(_0x47118b(0x229))/0x1+parseInt(_0x47118b(0x225))/0x2*(-parseInt(_0x47118b(0x1e8))/0x3)+parseInt(_0x47118b(0x208))/0x4*(-parseInt(_0x47118b(0x224))/0x5)+-parseInt(_0x47118b(0x200))/0x6*(-parseInt(_0x47118b(0x1f6))/0x7)+parseInt(_0x47118b(0x202))/0x8*(-parseInt(_0x47118b(0x222))/0x9)+parseInt(_0x47118b(0x205))/0xa*(-parseInt(_0x47118b(0x1f0))/0xb)+parseInt(_0x47118b(0x1fe))/0xc;if(_0x1360dc===_0x2937ec)break;else _0x33d3d9['push'](_0x33d3d9['shift']());}catch(_0x359975){_0x33d3d9['push'](_0x33d3d9['shift']());}}}(_0x65cc,0x6a569));import{Plugin as _0x24a2f7}from'ckeditor5/src/core.js';import{getTranslation as _0x336c28}from'../utils/common-translations.js';export default class Mt extends _0x24a2f7{constructor(_0x4552d1){const _0x5d5c52=_0x3346;super(_0x4552d1),this[_0x5d5c52(0x1f2)]=[_0x5d5c52(0x1de),_0x5d5c52(0x21f),_0x5d5c52(0x1fd),_0x5d5c52(0x1e6),_0x5d5c52(0x22c),_0x5d5c52(0x228),_0x5d5c52(0x1ea)],this[_0x5d5c52(0x1fc)]=[_0x5d5c52(0x1ff),_0x5d5c52(0x21c),_0x5d5c52(0x213),_0x5d5c52(0x210),_0x5d5c52(0x209),_0x5d5c52(0x1f8),_0x5d5c52(0x212),_0x5d5c52(0x1e7),_0x5d5c52(0x1eb)];}static get[_0x43f735(0x1e4)](){const _0x534f00=_0x43f735;return _0x534f00(0x1f1);}[_0x43f735(0x1f7)](){const _0x2a1881=_0x43f735,_0x11a11b=this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x216)](_0x2a1881(0x1e2));if(this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x1e9)](_0x2a1881(0x227))){for(const _0x50eb4f of this[_0x2a1881(0x1f2)])_0x11a11b[_0x2a1881(0x207)](_0x50eb4f,(_0x1940f3,_0x4385e6)=>{const _0x1f232b=_0x2a1881,_0x16075e=this[_0x1f232b(0x1e1)][_0x1f232b(0x20a)][_0x1f232b(0x223)][_0x1f232b(0x1ef)][_0x1f232b(0x203)]()[_0x1f232b(0x1f5)](_0x1f232b(0x1ed));this[_0x1f232b(0x20d)](_0x50eb4f,[_0x16075e],this[_0x1f232b(0x1f2)],_0x1f232b(0x1f2),_0x1940f3,_0x4385e6);});_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x21e),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x1fb)](_0x2a1881(0x22b),null,_0x2a1881(0x20b))),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x20b),(_0x592700,_0x1a4d47)=>this[_0x2a1881(0x201)](this[_0x2a1881(0x1f2)],_0x592700,_0x1a4d47)),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x20c),()=>!0x1);}if(this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x1e9)](_0x2a1881(0x21d))){for(const _0x5b887f of this[_0x2a1881(0x1fc)])_0x11a11b[_0x2a1881(0x207)](_0x5b887f,(_0x289f80,_0x4fa1c1)=>{const _0x2609ff=_0x2a1881,_0x27fefa=this[_0x2609ff(0x1e1)][_0x2609ff(0x1e5)][_0x2609ff(0x216)](_0x2609ff(0x1e3))[_0x2609ff(0x1dd)](this[_0x2609ff(0x1e1)][_0x2609ff(0x20a)][_0x2609ff(0x223)][_0x2609ff(0x1ef)]);this[_0x2609ff(0x20d)](_0x5b887f,_0x27fefa,this[_0x2609ff(0x1fc)],_0x2609ff(0x1fc),_0x289f80,_0x4fa1c1);});_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x21e),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x1fb)](_0x2a1881(0x22b),null,_0x2a1881(0x20b))),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x20b),(_0x1a5632,_0x2ed23b)=>this[_0x2a1881(0x201)](this[_0x2a1881(0x1fc)],_0x1a5632,_0x2ed23b)),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x20c),()=>!0x1);}_0x11a11b[_0x2a1881(0x218)][_0x2a1881(0x217)](_0x29059d=>this[_0x2a1881(0x20e)](_0x29059d));}[_0x43f735(0x20d)](_0x43e559,_0x2fc672,_0x5ce42a,_0x407a89,_0xe2ff0d,_0x223ca9){const _0x177783=_0x43f735,_0x566451=this[_0x177783(0x1e1)][_0x177783(0x1e5)][_0x177783(0x216)](_0x177783(0x1e2));this[_0x177783(0x1e1)][_0x177783(0x20a)][_0x177783(0x1ee)](_0x223ca9[_0x177783(0x221)],()=>{const _0x3d8468=_0x177783;for(const _0x5e589a of _0x2fc672){if(this[_0x3d8468(0x1fa)](_0x5e589a,_0x407a89))_0xe2ff0d(_0x223ca9);else{const _0x45cdf6={};for(const _0x5639f9 of _0x5ce42a){const _0x3917e7=_0x5e589a[_0x3d8468(0x20f)](_0x5639f9);void 0x0!==_0x3917e7&&(_0x45cdf6[_0x5639f9]=_0x3917e7);}_0xe2ff0d(_0x223ca9),_0x566451[_0x3d8468(0x226)](_0x5e589a,{'commandParams':[_0x45cdf6]},[],_0x407a89);}}});}[_0x43f735(0x201)](_0x108f20,_0x50cb71,_0x38b2bd){const _0x2d0a40=_0x43f735,_0x4a679e=_0x50cb71[0x0][_0x2d0a40(0x21a)][_0x2d0a40(0x215)],_0x1836db=_0x38b2bd[_0x2d0a40(0x1f3)][0x0];this[_0x2d0a40(0x1e1)][_0x2d0a40(0x20a)][_0x2d0a40(0x219)](_0x3cafc0=>{const _0x89a152=_0x2d0a40;for(const _0x462f46 of _0x108f20)void 0x0!==_0x1836db[_0x462f46]?_0x3cafc0[_0x89a152(0x220)](_0x462f46,_0x1836db[_0x462f46],_0x4a679e):_0x3cafc0[_0x89a152(0x22a)](_0x462f46,_0x4a679e);});}[_0x43f735(0x20e)](_0x2dea30){const _0x571731=_0x43f735;if(_0x2dea30[_0x571731(0x206)])switch(_0x2dea30[_0x571731(0x211)]){case _0x571731(0x1f2):return{'type':_0x571731(0x1df),'content':_0x336c28(this[_0x571731(0x1e1)][_0x571731(0x1f9)],_0x571731(0x1ec))};case _0x571731(0x1fc):return{'type':_0x571731(0x1df),'content':_0x336c28(this[_0x571731(0x1e1)][_0x571731(0x1f9)],_0x571731(0x1e0))};}}[_0x43f735(0x1fa)](_0x1433d0,_0x4ee97d){const _0x591ebf=_0x43f735,_0x4f3942=this[_0x591ebf(0x1e1)][_0x591ebf(0x1e5)][_0x591ebf(0x216)](_0x591ebf(0x1e2));for(const _0x46c8fe of _0x4f3942[_0x591ebf(0x1f4)]({'skipNotAttached':!0x0})){const _0x222026=_0x46c8fe[_0x591ebf(0x204)]();if(_0x46c8fe[_0x591ebf(0x211)]===_0x4ee97d&&_0x222026===_0x1433d0)return _0x46c8fe;}return null;}}function _0x3346(_0x1f6eee,_0x179dc4){const _0x65ccdf=_0x65cc();return _0x3346=function(_0x33467d,_0x1620b8){_0x33467d=_0x33467d-0x1dd;let _0x57953f=_0x65ccdf[_0x33467d];return _0x57953f;},_0x3346(_0x1f6eee,_0x179dc4);}function _0x65cc(){const _0x32d058=['handleDiscardAction','248ysMuDl','getFirstPosition','getContainedElement','20IWoerl','data','enableCommand','4faHtZc','tableCellWidth','model','discard','join','_handlePropertyChange','handleSuggestionDescription','getAttribute','tableCellPadding','subType','tableCellBackgroundColor','tableCellBorderWidth','registerCustomCallback','nodeAfter','get','registerDescriptionCallback','_descriptionFactory','change','start','_suggestionFactory','tableCellBorderStyle','TableCellPropertiesEditing','accept','tableBorderStyle','setAttribute','batch','216936XsqSTH','document','1836365mwPzEu','310346BDfnNs','markBlockFormat','TablePropertiesEditing','tableHeight','770823xukxat','removeAttribute','formatBlock','tableWidth','getSelectionAffectedTableCells','tableBorderColor','format','*Format:*\x20change\x20table\x20cell\x20properties','editor','TrackChangesEditing','TableUtils','pluginName','plugins','tableAlignment','tableCellHorizontalAlignment','6zRYsKD','has','tableBackgroundColor','tableCellVerticalAlignment','*Format:*\x20change\x20table\x20properties','table','enqueueChange','selection','2645346hRGHjY','TrackChangesTableProperties','tableProperties','commandParams','getSuggestions','findAncestor','7343zdfUaS','afterInit','tableCellHeight','locale','_getSuggestion','getSuggestionCallback','tableCellProperties','tableBorderWidth','14478600wCjuCR','tableCellBorderColor','2082wzubUd'];_0x65cc=function(){return _0x32d058;};return _0x65cc();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x262c(){const _0x5476ad=['TrackChangesEditing','get','32ycKqXo','153ksMEic','1335755dqwDIt','4552876tcUZfG','1217209WquUXi','Template','editor','2060304jGHJPH','afterInit','1511890wZdXaB','enableCommand','has','plugins','174vlHvLX','insertTemplate','13933iEWUUc','2311197XhWNgc'];_0x262c=function(){return _0x5476ad;};return _0x262c();}const _0xb8130e=_0xee9a;(function(_0x128c31,_0x424d27){const _0x4d3f1b=_0xee9a,_0x3074c4=_0x128c31();while(!![]){try{const _0x331b81=parseInt(_0x4d3f1b(0x15f))/0x1*(parseInt(_0x4d3f1b(0x170))/0x2)+parseInt(_0x4d3f1b(0x160))/0x3+parseInt(_0x4d3f1b(0x166))/0x4+-parseInt(_0x4d3f1b(0x165))/0x5+-parseInt(_0x4d3f1b(0x16a))/0x6+parseInt(_0x4d3f1b(0x167))/0x7*(parseInt(_0x4d3f1b(0x163))/0x8)+parseInt(_0x4d3f1b(0x164))/0x9*(-parseInt(_0x4d3f1b(0x16c))/0xa);if(_0x331b81===_0x424d27)break;else _0x3074c4['push'](_0x3074c4['shift']());}catch(_0x204378){_0x3074c4['push'](_0x3074c4['shift']());}}}(_0x262c,0x9b2c5));function _0xee9a(_0x2b25b1,_0x524887){const _0x262ca1=_0x262c();return _0xee9a=function(_0xee9a99,_0x4886ec){_0xee9a99=_0xee9a99-0x15f;let _0x3fb5de=_0x262ca1[_0xee9a99];return _0x3fb5de;},_0xee9a(_0x2b25b1,_0x524887);}import{Plugin as _0x1c3032}from'ckeditor5/src/core.js';export default class vt extends _0x1c3032{[_0xb8130e(0x16b)](){const _0x3c37ac=_0xb8130e,_0x37941b=this[_0x3c37ac(0x169)];_0x37941b[_0x3c37ac(0x16f)][_0x3c37ac(0x16e)](_0x3c37ac(0x168))&&_0x37941b[_0x3c37ac(0x16f)][_0x3c37ac(0x162)](_0x3c37ac(0x161))[_0x3c37ac(0x16d)](_0x3c37ac(0x171));}}
23
+ const _0x4a9121=_0x3fb5;function _0x3fb5(_0x174696,_0x442264){const _0x585824=_0x5858();return _0x3fb5=function(_0x3fb51a,_0x38ac9d){_0x3fb51a=_0x3fb51a-0x1b6;let _0xca545d=_0x585824[_0x3fb51a];return _0xca545d;},_0x3fb5(_0x174696,_0x442264);}(function(_0x3a2494,_0x170f24){const _0xd20b44=_0x3fb5,_0x34dd8d=_0x3a2494();while(!![]){try{const _0x1664cc=parseInt(_0xd20b44(0x1bd))/0x1*(parseInt(_0xd20b44(0x1b9))/0x2)+-parseInt(_0xd20b44(0x1b6))/0x3+-parseInt(_0xd20b44(0x1c8))/0x4+-parseInt(_0xd20b44(0x1c7))/0x5+-parseInt(_0xd20b44(0x1c2))/0x6+-parseInt(_0xd20b44(0x1b8))/0x7*(parseInt(_0xd20b44(0x1c5))/0x8)+parseInt(_0xd20b44(0x1c6))/0x9*(parseInt(_0xd20b44(0x1bf))/0xa);if(_0x1664cc===_0x170f24)break;else _0x34dd8d['push'](_0x34dd8d['shift']());}catch(_0xa7df0f){_0x34dd8d['push'](_0x34dd8d['shift']());}}}(_0x5858,0x5294e));import{Plugin as _0x1c47ad}from'ckeditor5/src/core.js';export default class vt extends _0x1c47ad{[_0x4a9121(0x1c3)](){const _0x53a01b=_0x4a9121,_0x277954=this[_0x53a01b(0x1c1)];_0x277954[_0x53a01b(0x1bc)][_0x53a01b(0x1be)](_0x53a01b(0x1ba))&&_0x277954[_0x53a01b(0x1bc)][_0x53a01b(0x1c0)](_0x53a01b(0x1c4))[_0x53a01b(0x1bb)](_0x53a01b(0x1b7));}}function _0x5858(){const _0x4c4a5a=['887yydCmr','has','10uLZHLk','get','editor','3161220OgyEdp','afterInit','TrackChangesEditing','1387096ssnCwI','21328533ERcQYG','772315NgVgoC','2334124mrNtnK','1262496LxBOZd','insertTemplate','14fqTHzn','2WeKTPv','Template','enableCommand','plugins'];_0x5858=function(){return _0x4c4a5a;};return _0x5858();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a2712=_0x55be;function _0x55be(_0x303259,_0x42da07){const _0x308a97=_0x308a();return _0x55be=function(_0x55bee9,_0x2cec92){_0x55bee9=_0x55bee9-0xe2;let _0x6632c9=_0x308a97[_0x55bee9];return _0x6632c9;},_0x55be(_0x303259,_0x42da07);}(function(_0x3dfd20,_0x412fb1){const _0x21fe3e=_0x55be,_0x2bb5bb=_0x3dfd20();while(!![]){try{const _0x57a865=parseInt(_0x21fe3e(0x105))/0x1+-parseInt(_0x21fe3e(0x101))/0x2*(-parseInt(_0x21fe3e(0xfe))/0x3)+parseInt(_0x21fe3e(0x104))/0x4*(parseInt(_0x21fe3e(0xf7))/0x5)+parseInt(_0x21fe3e(0xfb))/0x6+-parseInt(_0x21fe3e(0x10d))/0x7*(parseInt(_0x21fe3e(0x10e))/0x8)+parseInt(_0x21fe3e(0x109))/0x9*(-parseInt(_0x21fe3e(0xe6))/0xa)+parseInt(_0x21fe3e(0x103))/0xb;if(_0x57a865===_0x412fb1)break;else _0x2bb5bb['push'](_0x2bb5bb['shift']());}catch(_0x487e1b){_0x2bb5bb['push'](_0x2bb5bb['shift']());}}}(_0x308a,0x30327));import{Plugin as _0x559626}from'ckeditor5/src/core.js';import{getTranslation as _0x1b7c45}from'../utils/common-translations.js';export default class Ct extends _0x559626{[_0x5a2712(0xe9)](){const _0x2d411f=_0x5a2712,_0x8de69f=this[_0x2d411f(0xf6)];if(!_0x8de69f[_0x2d411f(0x10c)][_0x2d411f(0xf1)](_0x2d411f(0xf3)))return;const _0x578801=_0x8de69f[_0x2d411f(0x10c)][_0x2d411f(0xee)](_0x2d411f(0xec));_0x578801[_0x2d411f(0xef)][_0x2d411f(0xf4)](_0x2d411f(0x10b),()=>_0x1b7c45(_0x8de69f[_0x2d411f(0xf0)],_0x2d411f(0xfd))),_0x8de69f[_0x2d411f(0x102)][_0x2d411f(0xff)][_0x2d411f(0xe2)](_0x795766=>{const _0x189f38=_0x2d411f;let _0x21af3b=!0x1;const _0x30f0b5=Array[_0x189f38(0xe3)](_0x8de69f[_0x189f38(0x102)][_0x189f38(0xff)][_0x189f38(0xe5)][_0x189f38(0x106)]());for(const {name:_0x15fa05,data:_0xf0015}of _0x30f0b5){const {group:_0xf1125e}=_0x578801[_0x189f38(0xf2)](_0x15fa05);if(_0x189f38(0x100)!==_0xf1125e||!_0xf0015[_0x189f38(0xfa)])continue;const _0x1d1377=_0xf0015[_0x189f38(0xfa)],_0x3c5b34=_0x1d1377[_0x189f38(0xed)][_0x189f38(0xf5)];if(!_0x3c5b34||!_0x3c5b34['is'](_0x189f38(0xf8),_0x189f38(0x10b)))continue;if(!_0x1d1377[_0x189f38(0xe4)][_0x189f38(0xea)](_0x1d1377[_0x189f38(0xed)]))continue;const _0x3404c7=_0x8de69f[_0x189f38(0x102)][_0x189f38(0xe7)][_0x189f38(0x107)](_0x1d1377[_0x189f38(0xed)],_0x189f38(0xe8));if(_0x3404c7&&_0x3404c7[_0x189f38(0xeb)]){const _0x1e4076=_0x795766[_0x189f38(0x10a)](_0x1d1377[_0x189f38(0xe4)],_0x3404c7[_0x189f38(0xe4)]);_0x1e4076[_0x189f38(0x108)](_0x1d1377)||(_0x795766[_0x189f38(0xf9)](_0x15fa05,{'range':_0x1e4076}),_0x21af3b=!0x0);}_0x21af3b||(_0x795766[_0x189f38(0xfc)](_0x15fa05),_0x21af3b=!0x0);}return _0x21af3b;});}}function _0x308a(){const _0x2800a0=['TrackChangesEditing','end','get','_descriptionFactory','locale','has','_splitMarkerName','Title','registerElementLabel','nodeBefore','editor','92365MiWAKF','element','updateMarker','newRange','470166wevrhd','removeMarker','ELEMENT_TITLE','80538PWCqGD','document','suggestion','4ZPMhcj','model','844833IwJYsn','68XspvFA','121138rWMuqJ','getChangedMarkers','getNearestSelectionRange','isEqual','1213659TVfFJf','createRange','title-content','plugins','727461ZcOzOO','24uzNDLh','registerPostFixer','from','start','differ','10gKvLQs','schema','forward','afterInit','isTouching','isCollapsed'];_0x308a=function(){return _0x2800a0;};return _0x308a();}
23
+ const _0xe089ca=_0x4e44;(function(_0x36ed74,_0xeed43f){const _0x987cb1=_0x4e44,_0x86b1c7=_0x36ed74();while(!![]){try{const _0x2cb110=parseInt(_0x987cb1(0x11b))/0x1+-parseInt(_0x987cb1(0x11d))/0x2+parseInt(_0x987cb1(0xf8))/0x3*(-parseInt(_0x987cb1(0xf9))/0x4)+-parseInt(_0x987cb1(0x11c))/0x5*(parseInt(_0x987cb1(0xfa))/0x6)+parseInt(_0x987cb1(0x107))/0x7+parseInt(_0x987cb1(0x105))/0x8*(-parseInt(_0x987cb1(0x120))/0x9)+-parseInt(_0x987cb1(0x112))/0xa*(-parseInt(_0x987cb1(0x11f))/0xb);if(_0x2cb110===_0xeed43f)break;else _0x86b1c7['push'](_0x86b1c7['shift']());}catch(_0x25239f){_0x86b1c7['push'](_0x86b1c7['shift']());}}}(_0x2a02,0xe2049));import{Plugin as _0x481027}from'ckeditor5/src/core.js';function _0x4e44(_0xb21244,_0x5491b1){const _0x2a02c4=_0x2a02();return _0x4e44=function(_0x4e44d3,_0x30048f){_0x4e44d3=_0x4e44d3-0xf4;let _0x2c8452=_0x2a02c4[_0x4e44d3];return _0x2c8452;},_0x4e44(_0xb21244,_0x5491b1);}import{getTranslation as _0x1c7ca8}from'../utils/common-translations.js';export default class Ct extends _0x481027{[_0xe089ca(0xfd)](){const _0xe8999a=_0xe089ca,_0x2380ef=this[_0xe8999a(0x106)];if(!_0x2380ef[_0xe8999a(0x11a)][_0xe8999a(0x101)](_0xe8999a(0x10d)))return;const _0x5790b0=_0x2380ef[_0xe8999a(0x11a)][_0xe8999a(0x10f)](_0xe8999a(0xfe));_0x5790b0[_0xe8999a(0x10c)][_0xe8999a(0xf6)](_0xe8999a(0x104),()=>_0x1c7ca8(_0x2380ef[_0xe8999a(0x10a)],_0xe8999a(0x113))),_0x2380ef[_0xe8999a(0x108)][_0xe8999a(0x115)][_0xe8999a(0x119)](_0x5d35b4=>{const _0x3ec192=_0xe8999a;let _0x505d5f=!0x1;const _0x4f84c5=Array[_0x3ec192(0x11e)](_0x2380ef[_0x3ec192(0x108)][_0x3ec192(0x115)][_0x3ec192(0xf5)][_0x3ec192(0x10b)]());for(const {name:_0x362d15,data:_0xb5951e}of _0x4f84c5){const {group:_0x41556e}=_0x5790b0[_0x3ec192(0x10e)](_0x362d15);if(_0x3ec192(0xf4)!==_0x41556e||!_0xb5951e[_0x3ec192(0x103)])continue;const _0x2712b7=_0xb5951e[_0x3ec192(0x103)],_0x57c6de=_0x2712b7[_0x3ec192(0x117)][_0x3ec192(0xfb)];if(!_0x57c6de||!_0x57c6de['is'](_0x3ec192(0x110),_0x3ec192(0x104)))continue;if(!_0x2712b7[_0x3ec192(0xfc)][_0x3ec192(0x116)](_0x2712b7[_0x3ec192(0x117)]))continue;const _0x1f48fa=_0x2380ef[_0x3ec192(0x108)][_0x3ec192(0x100)][_0x3ec192(0xf7)](_0x2712b7[_0x3ec192(0x117)],_0x3ec192(0x114));if(_0x1f48fa&&_0x1f48fa[_0x3ec192(0x118)]){const _0x5c5a08=_0x5d35b4[_0x3ec192(0x111)](_0x2712b7[_0x3ec192(0xfc)],_0x1f48fa[_0x3ec192(0xfc)]);_0x5c5a08[_0x3ec192(0x109)](_0x2712b7)||(_0x5d35b4[_0x3ec192(0xff)](_0x362d15,{'range':_0x5c5a08}),_0x505d5f=!0x0);}_0x505d5f||(_0x5d35b4[_0x3ec192(0x102)](_0x362d15),_0x505d5f=!0x0);}return _0x505d5f;});}}function _0x2a02(){const _0x469197=['afterInit','TrackChangesEditing','updateMarker','schema','has','removeMarker','newRange','title-content','5806664XbiSQP','editor','4511143cFypJU','model','isEqual','locale','getChangedMarkers','_descriptionFactory','Title','_splitMarkerName','get','element','createRange','4486210TOltYB','ELEMENT_TITLE','forward','document','isTouching','end','isCollapsed','registerPostFixer','plugins','344601InLXOj','205GdmpkL','2489102BtdnKA','from','99MNoiHF','9xAxxAA','suggestion','differ','registerElementLabel','getNearestSelectionRange','327315iwvxDM','44tWsnrg','136146ESXBds','nodeBefore','start'];_0x2a02=function(){return _0x469197;};return _0x2a02();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5d37(){const _0x583d8a=['editor','redo','10bVVFGN','TrackChangesEditing','18168jEobwK','827764PHcYdd','84VbQjGA','666855pvVzaU','enableCommand','get','22680xviijB','3517263yuEzrh','891816iLMGnm','plugins','afterInit','has','111253ApJqjD','UndoEditing','undo'];_0x5d37=function(){return _0x583d8a;};return _0x5d37();}const _0x208cf6=_0x4d7a;(function(_0x42c52a,_0x4f937c){const _0x528e6c=_0x4d7a,_0x3c43e5=_0x42c52a();while(!![]){try{const _0x5e5a80=-parseInt(_0x528e6c(0x11e))/0x1+parseInt(_0x528e6c(0x123))/0x2*(parseInt(_0x528e6c(0x118))/0x3)+-parseInt(_0x528e6c(0x126))/0x4+-parseInt(_0x528e6c(0x128))/0x5+parseInt(_0x528e6c(0x125))/0x6*(parseInt(_0x528e6c(0x127))/0x7)+parseInt(_0x528e6c(0x11a))/0x8+parseInt(_0x528e6c(0x119))/0x9;if(_0x5e5a80===_0x4f937c)break;else _0x3c43e5['push'](_0x3c43e5['shift']());}catch(_0x15ebf8){_0x3c43e5['push'](_0x3c43e5['shift']());}}}(_0x5d37,0x1e7b7));function _0x4d7a(_0x241575,_0x357b0b){const _0x5d3765=_0x5d37();return _0x4d7a=function(_0x4d7a2c,_0x3a24e3){_0x4d7a2c=_0x4d7a2c-0x118;let _0x5e0e7f=_0x5d3765[_0x4d7a2c];return _0x5e0e7f;},_0x4d7a(_0x241575,_0x357b0b);}import{Plugin as _0x89f59d}from'ckeditor5/src/core.js';export default class Dt extends _0x89f59d{[_0x208cf6(0x11c)](){const _0x2fb34f=_0x208cf6,_0x54aab4=this[_0x2fb34f(0x121)],_0x530bd0=_0x54aab4[_0x2fb34f(0x11b)][_0x2fb34f(0x12a)](_0x2fb34f(0x124));_0x54aab4[_0x2fb34f(0x11b)][_0x2fb34f(0x11d)](_0x2fb34f(0x11f))&&(_0x530bd0[_0x2fb34f(0x129)](_0x2fb34f(0x120)),_0x530bd0[_0x2fb34f(0x129)](_0x2fb34f(0x122)));}}
23
+ const _0x3a82cf=_0x5444;function _0x5444(_0x211644,_0x3e83f0){const _0x80a32c=_0x80a3();return _0x5444=function(_0x54443a,_0x56f3c8){_0x54443a=_0x54443a-0xf2;let _0x11d70c=_0x80a32c[_0x54443a];return _0x11d70c;},_0x5444(_0x211644,_0x3e83f0);}function _0x80a3(){const _0x3b2486=['undo','TrackChangesEditing','plugins','1815354haDLsU','afterInit','576ORMDua','redo','has','1975216MdOljX','get','editor','7VGTXZW','2469345pDszwO','4256aehiXD','1078822XyaIQe','7214680uapzQJ','681204YkmUZs','UndoEditing','enableCommand'];_0x80a3=function(){return _0x3b2486;};return _0x80a3();}(function(_0x824a86,_0x58f629){const _0x490123=_0x5444,_0x11d113=_0x824a86();while(!![]){try{const _0x5a893b=parseInt(_0x490123(0x104))/0x1+parseInt(_0x490123(0xfe))/0x2+-parseInt(_0x490123(0xfb))/0x3*(parseInt(_0x490123(0x103))/0x4)+-parseInt(_0x490123(0x102))/0x5+parseInt(_0x490123(0xf3))/0x6*(parseInt(_0x490123(0x101))/0x7)+-parseInt(_0x490123(0xf2))/0x8+parseInt(_0x490123(0xf9))/0x9;if(_0x5a893b===_0x58f629)break;else _0x11d113['push'](_0x11d113['shift']());}catch(_0x1872e7){_0x11d113['push'](_0x11d113['shift']());}}}(_0x80a3,0xbed6e));import{Plugin as _0x325340}from'ckeditor5/src/core.js';export default class Dt extends _0x325340{[_0x3a82cf(0xfa)](){const _0x38d937=_0x3a82cf,_0x53a6fb=this[_0x38d937(0x100)],_0x45bb47=_0x53a6fb[_0x38d937(0xf8)][_0x38d937(0xff)](_0x38d937(0xf7));_0x53a6fb[_0x38d937(0xf8)][_0x38d937(0xfd)](_0x38d937(0xf4))&&(_0x45bb47[_0x38d937(0xf5)](_0x38d937(0xf6)),_0x45bb47[_0x38d937(0xf5)](_0x38d937(0xfc)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x276e(_0x1716b7,_0x2e989f){const _0x4a5ff5=_0x4a5f();return _0x276e=function(_0x276e6c,_0x4fc609){_0x276e6c=_0x276e6c-0x7c;let _0x38e49f=_0x4a5ff5[_0x276e6c];return _0x38e49f;},_0x276e(_0x1716b7,_0x2e989f);}(function(_0x2f6798,_0x1e3072){const _0x23e170=_0x276e,_0x2d24e9=_0x2f6798();while(!![]){try{const _0x497ba9=parseInt(_0x23e170(0x91))/0x1+parseInt(_0x23e170(0x87))/0x2*(parseInt(_0x23e170(0x94))/0x3)+parseInt(_0x23e170(0x7f))/0x4+parseInt(_0x23e170(0x88))/0x5*(-parseInt(_0x23e170(0x95))/0x6)+-parseInt(_0x23e170(0xae))/0x7*(parseInt(_0x23e170(0x7c))/0x8)+parseInt(_0x23e170(0xa1))/0x9*(parseInt(_0x23e170(0x81))/0xa)+-parseInt(_0x23e170(0xac))/0xb*(parseInt(_0x23e170(0x8f))/0xc);if(_0x497ba9===_0x1e3072)break;else _0x2d24e9['push'](_0x2d24e9['shift']());}catch(_0x3de22e){_0x2d24e9['push'](_0x2d24e9['shift']());}}}(_0x4a5f,0xce34d));function _0x4a5f(){const _0x2717d4=['listIndent','getAttribute','start','push','createRangeOn','element','test','5517glZuRr','includes','activeMarkers','listItem','toViewElement','markerRange','get','writer','span','ck-suggestion-marker-','bindElementToMarker','11GJaxUb','elementEnd','8286593DFOuAS','insert','isAtEnd','nextSibling','markerName','getCustomProperty','getWalker','8QdHoSb','hasAttribute','isLimit','2760096hHiXGQ','previousPosition','15140NyyglG','type','plugins','isContent','toViewPosition','createUIElement','1461406wKlsXS','5CxMnCp','consumable','name','mapper','model','TrackChangesEditing','isBlock','11967996UhgYQg','schema','1622255HkYuzl','parent','addHighlight','3PYXYvK','5671866gukjdv','ck-suggestion-marker--active','addClass','getItems','item'];_0x4a5f=function(){return _0x2717d4;};return _0x4a5f();}export function getRangesWithAttribute(_0x4b0790,_0x3c9c9f,_0x56d4bb){const _0xc01448=_0x276e,_0x37fcb5=[];for(const _0x149989 of _0x3c9c9f[_0xc01448(0x98)]())_0x149989[_0xc01448(0x7d)](_0x4b0790)&&_0x37fcb5[_0xc01448(0x9d)](_0x56d4bb[_0xc01448(0x9e)](_0x149989));return _0x37fcb5;}export function getElementsAffectedByListItemRename(_0x18b7c2){const _0x480e7d=_0x276e,_0x1448a6=[];if(_0x18b7c2['is'](_0x480e7d(0x9f),_0x480e7d(0xa4))){let _0x500944=_0x18b7c2[_0x480e7d(0xb1)];for(;_0x500944&&_0x500944['is'](_0x480e7d(0x9f),_0x480e7d(0xa4))&&_0x500944[_0x480e7d(0x9b)](_0x480e7d(0x9a))>0x0;)_0x1448a6[_0x480e7d(0x9d)](_0x500944),_0x500944=_0x500944[_0x480e7d(0xb1)];}return _0x1448a6;}export function downcastSplitMergeMarker(_0x44498e,_0x1bd156,{showActiveMarker:_0x3864d8=!0x0}={}){const _0x284809=_0x276e,_0x392cb8=_0x44498e[_0x284809(0x83)][_0x284809(0xa7)](_0x284809(0x8d));return(_0x5a98f8,_0x197723,_0x29c32f)=>{const _0x4f1117=_0x284809;if(!_0x29c32f[_0x4f1117(0x89)][_0x4f1117(0xa0)](_0x197723[_0x4f1117(0xa6)],_0x5a98f8[_0x4f1117(0x8a)]))return;const _0x284502=_0x197723[_0x4f1117(0xa6)][_0x4f1117(0xb4)](),_0x49ef29=_0x197723[_0x4f1117(0xa6)][_0x4f1117(0x9c)],_0x60efb5=_0x44498e[_0x4f1117(0x8c)][_0x4f1117(0x90)];let _0xc84aa7=null,_0x567567=null,_0x5adc57=!0x1,_0x55ebaa=!0x1;for(const _0x3a09fd of _0x284502){const _0x297d97=_0x3a09fd[_0x4f1117(0x99)];_0x5adc57=_0x5adc57||_0x60efb5[_0x4f1117(0x84)](_0x297d97);const _0x3e5829=_0x29c32f[_0x4f1117(0x8b)][_0x4f1117(0xa5)](_0x297d97);if(_0x3e5829&&_0x3e5829[_0x4f1117(0xb3)](_0x4f1117(0x93)))return;_0x4f1117(0xad)==_0x3a09fd[_0x4f1117(0x82)]&&(_0x60efb5[_0x4f1117(0x8e)](_0x297d97)&&!_0x60efb5[_0x4f1117(0x7e)](_0x297d97)&&(_0x297d97[_0x4f1117(0xb1)]||_0x49ef29[_0x4f1117(0xb0)]?_0xc84aa7&&_0xc84aa7[_0x4f1117(0x92)]==_0x297d97||(_0xc84aa7=_0x297d97,_0x55b1ca(_0x3a09fd[_0x4f1117(0x80)]),_0x55ebaa=!0x0):_0x567567=_0x567567||_0x3a09fd[_0x4f1117(0x80)]));}function _0x55b1ca(_0x129341){const _0x1a848f=_0x4f1117,_0x7a6ed5=_0x29c32f[_0x1a848f(0xa8)][_0x1a848f(0x86)](_0x1a848f(0xa9),{'class':_0x1a848f(0xaa)+_0x1bd156}),_0x56687a=_0x29c32f[_0x1a848f(0x8b)][_0x1a848f(0x85)](_0x129341);_0x3864d8&&_0x392cb8[_0x1a848f(0xa3)][_0x1a848f(0xa2)](_0x197723[_0x1a848f(0xb2)])&&_0x29c32f[_0x1a848f(0xa8)][_0x1a848f(0x97)](_0x1a848f(0x96),_0x7a6ed5),_0x29c32f[_0x1a848f(0xa8)][_0x1a848f(0xaf)](_0x56687a,_0x7a6ed5),_0x29c32f[_0x1a848f(0x8b)][_0x1a848f(0xab)](_0x7a6ed5,_0x197723[_0x1a848f(0xb2)]);}_0x5adc57||_0x55ebaa||!_0x567567||_0x55b1ca(_0x567567);};}
23
+ (function(_0x1e6f75,_0x39b97a){const _0x217d4b=_0x33dd,_0x3bc864=_0x1e6f75();while(!![]){try{const _0x3ec3e3=-parseInt(_0x217d4b(0x1d1))/0x1*(-parseInt(_0x217d4b(0x1df))/0x2)+-parseInt(_0x217d4b(0x1ce))/0x3*(parseInt(_0x217d4b(0x1f8))/0x4)+-parseInt(_0x217d4b(0x1f5))/0x5*(parseInt(_0x217d4b(0x1f4))/0x6)+-parseInt(_0x217d4b(0x1e2))/0x7*(-parseInt(_0x217d4b(0x1f0))/0x8)+parseInt(_0x217d4b(0x1e4))/0x9+parseInt(_0x217d4b(0x1dc))/0xa*(parseInt(_0x217d4b(0x1d6))/0xb)+-parseInt(_0x217d4b(0x1c9))/0xc;if(_0x3ec3e3===_0x39b97a)break;else _0x3bc864['push'](_0x3bc864['shift']());}catch(_0x3a1e50){_0x3bc864['push'](_0x3bc864['shift']());}}}(_0x22c1,0x540ee));function _0x33dd(_0x4529bf,_0x23afab){const _0x22c196=_0x22c1();return _0x33dd=function(_0x33dd4a,_0x25c17b){_0x33dd4a=_0x33dd4a-0x1c1;let _0x161111=_0x22c196[_0x33dd4a];return _0x161111;},_0x33dd(_0x4529bf,_0x23afab);}export function getRangesWithAttribute(_0x54b07b,_0x23c8ab,_0x355236){const _0x5721a2=_0x33dd,_0x1ebdff=[];for(const _0x27a409 of _0x23c8ab[_0x5721a2(0x1f2)]())_0x27a409[_0x5721a2(0x1eb)](_0x54b07b)&&_0x1ebdff[_0x5721a2(0x1f7)](_0x355236[_0x5721a2(0x1e8)](_0x27a409));return _0x1ebdff;}function _0x22c1(){const _0x24e1c4=['consumable','markerName','parent','36HJtKus','activeMarkers','toViewPosition','2578TbNHlf','bindElementToMarker','plugins','listIndent','getAttribute','33xPlKII','start','addHighlight','previousPosition','model','isBlock','893210PiHaQe','getWalker','isAtEnd','254VzMSgG','nextSibling','addClass','196FYBCUX','get','4646322OfbZFM','TrackChangesEditing','mapper','markerRange','createRangeOn','schema','span','hasAttribute','getCustomProperty','includes','writer','insert','149608SlKWXN','elementEnd','getItems','isContent','2744268MqBQFe','5ikaEmA','test','push','24696AuvSus','toViewElement','element','ck-suggestion-marker-','item','createUIElement','type','ck-suggestion-marker--active','listItem','isLimit','9113844yPdGZb','name'];_0x22c1=function(){return _0x24e1c4;};return _0x22c1();}export function getElementsAffectedByListItemRename(_0x535c92){const _0x5f3309=_0x33dd,_0x1fa569=[];if(_0x535c92['is'](_0x5f3309(0x1c1),_0x5f3309(0x1c7))){let _0x43830a=_0x535c92[_0x5f3309(0x1e0)];for(;_0x43830a&&_0x43830a['is'](_0x5f3309(0x1c1),_0x5f3309(0x1c7))&&_0x43830a[_0x5f3309(0x1d5)](_0x5f3309(0x1d4))>0x0;)_0x1fa569[_0x5f3309(0x1f7)](_0x43830a),_0x43830a=_0x43830a[_0x5f3309(0x1e0)];}return _0x1fa569;}export function downcastSplitMergeMarker(_0xe3fbd3,_0x23efa3,{showActiveMarker:_0xbc8aa2=!0x0}={}){const _0x9b701b=_0x33dd,_0x29506b=_0xe3fbd3[_0x9b701b(0x1d3)][_0x9b701b(0x1e3)](_0x9b701b(0x1e5));return(_0x15bc52,_0x4d0640,_0x58221f)=>{const _0x5bb083=_0x9b701b;if(!_0x58221f[_0x5bb083(0x1cb)][_0x5bb083(0x1f6)](_0x4d0640[_0x5bb083(0x1e7)],_0x15bc52[_0x5bb083(0x1ca)]))return;const _0x215d08=_0x4d0640[_0x5bb083(0x1e7)][_0x5bb083(0x1dd)](),_0x4f74e1=_0x4d0640[_0x5bb083(0x1e7)][_0x5bb083(0x1d7)],_0x53c347=_0xe3fbd3[_0x5bb083(0x1da)][_0x5bb083(0x1e9)];let _0x2b55f1=null,_0x460367=null,_0x148f57=!0x1,_0xd2335f=!0x1;for(const _0x3603b3 of _0x215d08){const _0xd14ea1=_0x3603b3[_0x5bb083(0x1c3)];_0x148f57=_0x148f57||_0x53c347[_0x5bb083(0x1f3)](_0xd14ea1);const _0x5d8a91=_0x58221f[_0x5bb083(0x1e6)][_0x5bb083(0x1f9)](_0xd14ea1);if(_0x5d8a91&&_0x5d8a91[_0x5bb083(0x1ec)](_0x5bb083(0x1d8)))return;_0x5bb083(0x1f1)==_0x3603b3[_0x5bb083(0x1c5)]&&(_0x53c347[_0x5bb083(0x1db)](_0xd14ea1)&&!_0x53c347[_0x5bb083(0x1c8)](_0xd14ea1)&&(_0xd14ea1[_0x5bb083(0x1e0)]||_0x4f74e1[_0x5bb083(0x1de)]?_0x2b55f1&&_0x2b55f1[_0x5bb083(0x1cd)]==_0xd14ea1||(_0x2b55f1=_0xd14ea1,_0x57b9a0(_0x3603b3[_0x5bb083(0x1d9)]),_0xd2335f=!0x0):_0x460367=_0x460367||_0x3603b3[_0x5bb083(0x1d9)]));}function _0x57b9a0(_0x5423d3){const _0x3002ee=_0x5bb083,_0x3a1ee0=_0x58221f[_0x3002ee(0x1ee)][_0x3002ee(0x1c4)](_0x3002ee(0x1ea),{'class':_0x3002ee(0x1c2)+_0x23efa3}),_0x46b982=_0x58221f[_0x3002ee(0x1e6)][_0x3002ee(0x1d0)](_0x5423d3);_0xbc8aa2&&_0x29506b[_0x3002ee(0x1cf)][_0x3002ee(0x1ed)](_0x4d0640[_0x3002ee(0x1cc)])&&_0x58221f[_0x3002ee(0x1ee)][_0x3002ee(0x1e1)](_0x3002ee(0x1c6),_0x3a1ee0),_0x58221f[_0x3002ee(0x1ee)][_0x3002ee(0x1ef)](_0x46b982,_0x3a1ee0),_0x58221f[_0x3002ee(0x1e6)][_0x3002ee(0x1d2)](_0x3a1ee0,_0x4d0640[_0x3002ee(0x1cc)]);}_0x148f57||_0xd2335f||!_0x460367||_0x57b9a0(_0x460367);};}