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

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
+ function _0xaef6(){const _0x51de5d=['15rZFewn','6396vJmUPF','433536zjmWzZ','928860FkjjBI','editor','requires','8416AWNoHG','plugins','TrackChangesEditing','enableCommand','get','13312917gxgXoW','TableCaptionEditing','1159146vmxwdw','2548fQEZqb','46196msBgLJ','has','afterInit','toggleTableCaption'];_0xaef6=function(){return _0x51de5d;};return _0xaef6();}const _0x6f1d79=_0xa6a9;function _0xa6a9(_0x46cc76,_0x427d98){const _0xaef686=_0xaef6();return _0xa6a9=function(_0xa6a9b4,_0xb81c02){_0xa6a9b4=_0xa6a9b4-0x193;let _0x586d39=_0xaef686[_0xa6a9b4];return _0x586d39;},_0xa6a9(_0x46cc76,_0x427d98);}(function(_0x210116,_0x514be6){const _0x26f930=_0xa6a9,_0x1ac65e=_0x210116();while(!![]){try{const _0x3b334b=-parseInt(_0x26f930(0x1a0))/0x1+-parseInt(_0x26f930(0x194))/0x2+-parseInt(_0x26f930(0x19e))/0x3+parseInt(_0x26f930(0x197))/0x4*(-parseInt(_0x26f930(0x1a4))/0x5)+-parseInt(_0x26f930(0x1a5))/0x6*(parseInt(_0x26f930(0x19f))/0x7)+parseInt(_0x26f930(0x193))/0x8+parseInt(_0x26f930(0x19c))/0x9;if(_0x3b334b===_0x514be6)break;else _0x1ac65e['push'](_0x1ac65e['shift']());}catch(_0x37782d){_0x1ac65e['push'](_0x1ac65e['shift']());}}}(_0xaef6,0x3b18d));import{Plugin as _0x2dc15e}from'ckeditor5/src/core.js';import _0x3b17ad from'./table.js';export default class Nt extends _0x2dc15e{static get[_0x6f1d79(0x196)](){return[_0x3b17ad];}[_0x6f1d79(0x1a2)](){const _0x2b362a=_0x6f1d79,_0x2c164c=this[_0x2b362a(0x195)];if(!_0x2c164c[_0x2b362a(0x198)][_0x2b362a(0x1a1)](_0x2b362a(0x19d)))return;_0x2c164c[_0x2b362a(0x198)][_0x2b362a(0x19b)](_0x2b362a(0x199))[_0x2b362a(0x19a)](_0x2b362a(0x1a3));}}
@@ -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 _0x140d55=_0x5e1b;(function(_0x1aad19,_0x488c8d){const _0xb61ab9=_0x5e1b,_0x26c9f0=_0x1aad19();while(!![]){try{const _0x5a65b3=parseInt(_0xb61ab9(0xec))/0x1+parseInt(_0xb61ab9(0xfa))/0x2*(parseInt(_0xb61ab9(0xed))/0x3)+parseInt(_0xb61ab9(0xf1))/0x4+-parseInt(_0xb61ab9(0x150))/0x5*(parseInt(_0xb61ab9(0x160))/0x6)+parseInt(_0xb61ab9(0xcb))/0x7*(-parseInt(_0xb61ab9(0xd6))/0x8)+parseInt(_0xb61ab9(0xfb))/0x9*(parseInt(_0xb61ab9(0x124))/0xa)+-parseInt(_0xb61ab9(0x131))/0xb;if(_0x5a65b3===_0x488c8d)break;else _0x26c9f0['push'](_0x26c9f0['shift']());}catch(_0x3d460a){_0x26c9f0['push'](_0x26c9f0['shift']());}}}(_0x22ce,0x3c51b));function _0x22ce(){const _0xbbca24=['unwrap','cells','TableUtils','document','tablePasteChainId','length','suggestionUnloaded','createTableWalker','cell','editor','element','rootName','author','endColumn','endRow','tablePaste','getMarkers','position','add','elementToElement','every','reduce','dataDowncast','subType','suggestion','getSelectionAffectedTableCells','getChildren','plugins','122950sZEvch','showSuggestionHighlights','differ','updateMarker','tablePasteColumn','find','getColumnIndexes','tableCellBorderWidth','registerDescriptionCallback','type','markers','clipboardOutput','registerPostFixer','tableCellVerticalAlignment','keys','_createdBatches','36HipMHc','createRange','findAncestor','insertContent','deletionRanges','markerAttributes','formatBlock','tablePasteRow','insert','wrap','activeMarkers','isEqual','tableCellBackgroundColor','getItems','schema','setAttribute','removeMarker','listenTo','view','next','stop','removeMarkers','nextSibling','get','getChangedMarkers','entries','createRangeIn','getChanges','newRange','root','markMultiRangeBlockFormat','_getCoordsForCells','_splitMarkerName','getAllAdjacentSuggestions','createRangeOn','join','Users','high','columns','TableClipboard','columnInsertionIndexes','call','filter','suggestion:formatBlock:tablePasteCell','rowInsertionRanges','hasSuggestion','rowInsertionIndexes','ck-suggestion-marker','paragraph','columnInsertionRanges','attributes','tableCellBorderColor','isInContent','previous','createElement','requires','ck-suggestion-marker-insertion','168511cnGzFZ','containsRange','markerName','tableCellPadding','fromRange','discard','last','insertRows','name','tableCellSuggestion','options','56JKrWZY','startsWith','tableCell','_tablePostFixingSubtypes','_isForcedDefaultExecutionBlock','editing','editingDowncast','getAttributes','move','*Replace\x20table\x20cells*','getSuggestion','start','register','accept','push','markerToHighlight','_descriptionFactory','table','insertionRanges','oldRange','change','return','384836kaTHQQ','39raFHQA','removeRows','forceDefaultExecution','getRange','262480xYxECs','insertColumns','removeColumns','ck-suggestion-marker--active','getShiftedBy','content','setAttributes','getRowIndexes','tablePasteCell','67946otbQLf','261lMJSKe','createPositionBefore','trackChanges','getSuggestions','previousSibling','afterInit','redo','conversion','isEmpty','value','forEach','getRows','_suggestionFactory','$graveyard','selection','getSuggestionCallback','batch','_replaceTableSlotCell','column','documentSelection','markMultiRangeDeletion','tableCellBorderStyle','remove','includes','locale','tableCellHorizontalAlignment','nodeAfter','getContainedElement','fill','getTableIfOnlyTableInContent','getChild','rows','has','TrackChangesEditing','for','fromEntries','map','low','suggestionLoaded','deletion','commands','152560GlEytn','detach','from','some','getRanges','insertion','first','end','getColumns','registerCustomCallback','set','suggestion-td','model','8485521nBVIdG','row','markMultiRangeInsertion'];_0x22ce=function(){return _0xbbca24;};return _0x22ce();}import{getTranslation as _0x450547}from'../utils/common-translations.js';import{Plugin as _0x5d5071}from'ckeditor5/src/core.js';import{LiveRange as _0x22a521}from'ckeditor5/src/engine.js';import{uid as _0xe99b46,priorities as _0x3c2af5}from'ckeditor5/src/utils.js';import _0x4c0f04 from'./table.js';const be=[_0x140d55(0x157),_0x140d55(0xc5),_0x140d55(0x110),_0x140d55(0x114),_0x140d55(0x15d),_0x140d55(0x16c),_0x140d55(0xce)],de=Object[_0x140d55(0x11e)](be[_0x140d55(0x11f)](_0x19ad67=>[_0x19ad67,null]));export default class At extends _0x5d5071{static get[_0x140d55(0xc9)](){return[_0x4c0f04];}[_0x140d55(0x100)](){const _0x273d37=_0x140d55,_0x309ec=this[_0x273d37(0x13d)];if(!_0x309ec[_0x273d37(0x14f)][_0x273d37(0x11b)](_0x273d37(0xb9)))return;const _0x4a4067=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0x11c)),_0x77b5c1=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0x136)),_0x5c0ec1=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x4c0f04),_0x1d93c0=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0xb9));_0x5c0ec1[_0x273d37(0xd9)][_0x273d37(0xe4)](_0x273d37(0x167),_0x273d37(0x154)),_0x309ec[_0x273d37(0x130)][_0x273d37(0x16e)][_0x273d37(0xe2)](_0x273d37(0xd4),{'allowIn':_0x273d37(0xd8),'allowContentOf':_0x273d37(0xd8),'isLimit':!0x0}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x147)]({'model':_0x273d37(0xd4),'view':_0x273d37(0x12f)});let _0x2b9710=null;_0x309ec[_0x273d37(0x130)]['on'](_0x273d37(0x163),(_0x1b6027,_0x292c07)=>{const _0x5b0602=_0x273d37,[_0x281e30,_0x300570]=_0x292c07,_0x382781=_0x292c07[_0x292c07[_0x5b0602(0x139)]-0x1];_0x382781&&_0x382781[_0x5b0602(0xef)]||_0x4a4067[_0x5b0602(0xda)]||this[_0x5b0602(0x13d)][_0x5b0602(0x123)][_0x5b0602(0x177)](_0x5b0602(0xfd))[_0x5b0602(0x104)]&&function(_0x1ca4c5,_0x4a20b0,_0x3fee5d,_0x4423cb,_0x41dee3){const _0x2aad3f=_0x5b0602;if(_0x4a20b0&&!_0x4a20b0['is'](_0x2aad3f(0x10e)))return!0x1;const _0x1204b0=_0x41dee3[_0x2aad3f(0x118)](_0x1ca4c5,_0x3fee5d);if(!_0x1204b0||!me(_0x1204b0,void 0x0,_0x4423cb))return!0x1;const _0x470074=_0x4423cb[_0x2aad3f(0x14d)](_0x3fee5d[_0x2aad3f(0x137)][_0x2aad3f(0x109)]);if(!_0x470074[_0x2aad3f(0x139)])return!0x1;const _0x26cc72=_0x470074[0x0][_0x2aad3f(0x162)](_0x2aad3f(0xe7)),_0xfce05f=_0x4423cb[_0x2aad3f(0xf8)](_0x470074),_0x1582e1=_0x4423cb[_0x2aad3f(0x156)](_0x470074),_0x1f60af={'startRow':_0xfce05f[_0x2aad3f(0x12a)],'endRow':_0xfce05f[_0x2aad3f(0xd1)],'startColumn':_0x1582e1[_0x2aad3f(0x12a)],'endColumn':_0x1582e1[_0x2aad3f(0xd1)]};return 0x1==_0x470074[_0x2aad3f(0x139)]&&(_0x1f60af[_0x2aad3f(0x142)]+=_0x4423cb[_0x2aad3f(0x106)](_0x1204b0)-0x1,_0x1f60af[_0x2aad3f(0x141)]+=_0x4423cb[_0x2aad3f(0x12c)](_0x1204b0)-0x1),me(_0x26cc72,_0x1f60af,_0x4423cb);}(_0x281e30,_0x300570,_0x309ec[_0x5b0602(0x130)],_0x77b5c1,_0x1d93c0)&&(_0x1b6027[_0x5b0602(0x174)](),_0x2b9710={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x309ec[_0x5b0602(0x130)][_0x5b0602(0xea)](()=>{const _0x441a68=_0x5b0602;_0x309ec[_0x441a68(0x130)][_0x441a68(0x163)](_0x292c07[0x0],_0x292c07[0x1],_0x292c07[0x2],{'forceDefaultExecution':!0x0});const _0x35f73f=_0xe99b46(),{rowInsertionRanges:_0x304edf,columnInsertionRanges:_0x300990,insertionRanges:_0xdb2a15,deletionRanges:_0x16c9d7,cells:_0x45f9f0}=_0x2b9710;_0x304edf[_0x441a68(0x139)]&&_0x4a4067[_0x441a68(0x133)](_0x304edf,_0x441a68(0x167),{'tablePasteChainId':_0x35f73f}),_0x300990[_0x441a68(0x139)]&&_0x4a4067[_0x441a68(0x133)](_0x300990,_0x441a68(0x154),{'tablePasteChainId':_0x35f73f}),_0xdb2a15[_0x441a68(0x139)]&&(_0x4a4067[_0x441a68(0x133)](_0xdb2a15,_0x441a68(0x143),{'tablePasteChainId':_0x35f73f,'skipNestingCheck':!0x0}),_0xdb2a15[_0x441a68(0x105)](_0x5885ca=>{const _0x3041d0=_0x441a68;var _0x32535a;return null===(_0x32535a=_0x5885ca[_0x3041d0(0x125)])||void 0x0===_0x32535a?void 0x0:_0x32535a[_0x3041d0(0xbb)](_0x5885ca);})),_0x16c9d7[_0x441a68(0x139)]&&(_0x4a4067[_0x441a68(0x10f)](_0x16c9d7,_0x441a68(0x143),{'tablePasteChainId':_0x35f73f,'skipNestingCheck':!0x0}),_0x16c9d7[_0x441a68(0x105)](_0x5dddd2=>{const _0x6f8602=_0x441a68;var _0x8bdc1d;return null===(_0x8bdc1d=_0x5dddd2[_0x6f8602(0x125)])||void 0x0===_0x8bdc1d?void 0x0:_0x8bdc1d[_0x6f8602(0xbb)](_0x5dddd2);}));const _0x3fccdc=_0x4a4067[_0x441a68(0x17e)](_0x45f9f0[_0x441a68(0x11f)](({element:_0x32a7a5})=>_0x32a7a5),{'formatGroupId':_0xe99b46()},[],_0x441a68(0xf9),{'tablePasteChainId':_0x35f73f});if(_0x3fccdc){const _0x20a162=_0x3fccdc[_0x441a68(0x144)](),_0x252c8d=[];for(const {element:_0x249b1d,attributes:_0x33fc32}of _0x45f9f0){if(!_0x33fc32)continue;const _0x24aedb=_0x309ec[_0x441a68(0x130)][_0x441a68(0xb4)](_0x249b1d),_0x43a45f=_0x20a162[_0x441a68(0x155)](_0x1e4905=>_0x1e4905[_0x441a68(0xf0)]()[_0x441a68(0x16b)](_0x24aedb));_0x43a45f&&_0x252c8d[_0x441a68(0xe4)]([_0x43a45f[_0x441a68(0xd3)],_0x33fc32]);}_0x252c8d[_0x441a68(0x139)]&&_0x3fccdc[_0x441a68(0x16f)](_0x441a68(0x165),Object[_0x441a68(0x11e)](_0x252c8d));}_0x2b9710=null;}));},{'priority':_0x3c2af5[_0x273d37(0xb7)]+0xa}),_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0xb9))['on'](_0x273d37(0x10c),(_0x3c3183,_0x4c38fc)=>{const _0x418618=_0x273d37,[_0x47d99f,_0x272c3d,,_0x570f08]=_0x4c38fc;if(!_0x2b9710)return;_0x3c3183[_0x418618(0x174)]();const _0x4dd5b9=_0x47d99f[_0x418618(0x13c)],_0x4e2206=_0x272c3d,_0x3e6291=ge(_0x4dd5b9),_0x231e70=ge(_0x4e2206);_0x3c3183[_0x418618(0xeb)]=_0x4dd5b9;let _0x174ff1=null,_0x3f9daf=null;if(_0x231e70||_0x3e6291){if(_0x3e6291&&!_0x231e70){_0x570f08[_0x418618(0x111)](_0x4dd5b9[_0x418618(0x119)](0x0));for(const _0x2c98f9 of Array[_0x418618(0x126)](_0x4e2206[_0x418618(0x14e)]()))_0x570f08[_0x418618(0x168)](_0x2c98f9,_0x4dd5b9,_0x418618(0x12b));const _0x5b4d03=_0x2b9710[_0x418618(0xc0)][_0x418618(0x112)](_0x47d99f[_0x418618(0x132)]),_0x290e17=_0x2b9710[_0x418618(0xba)][_0x418618(0x112)](_0x47d99f[_0x418618(0x10d)]);_0x5b4d03||_0x290e17||(_0x174ff1=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0x17a)](_0x4dd5b9)));}else _0x231e70&&!_0x3e6291&&(_0x3f9daf=_0x570f08[_0x418618(0x17a)](_0x4dd5b9));}else{const _0x1b21c9=_0x570f08[_0x418618(0xc8)](_0x418618(0xd4)),_0x37a3be=_0x570f08[_0x418618(0xc8)](_0x418618(0xd4));_0x570f08[_0x418618(0x169)](_0x570f08[_0x418618(0x17a)](_0x4dd5b9),_0x37a3be),_0x570f08[_0x418618(0x168)](_0x1b21c9,_0x4dd5b9,0x0);for(const _0x4dee70 of Array[_0x418618(0x126)](_0x4e2206[_0x418618(0x14e)]()))_0x570f08[_0x418618(0x168)](_0x4dee70,_0x1b21c9,_0x418618(0x12b));_0x174ff1=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0xb4)](_0x1b21c9)),_0x3f9daf=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0xb4)](_0x37a3be));}const _0x531f9a=Array[_0x418618(0x126)](_0x4e2206[_0x418618(0xdd)]())[_0x418618(0xbc)](([_0x1ee781])=>be[_0x418618(0x112)](_0x1ee781));_0x2b9710[_0x418618(0x135)][_0x418618(0xe4)]({'element':_0x4dd5b9,'attributes':_0x531f9a[_0x418618(0x139)]?Object[_0x418618(0x11e)](_0x531f9a):null}),_0x174ff1&&_0x2b9710[_0x418618(0xe8)][_0x418618(0xe4)](_0x174ff1),_0x3f9daf&&_0x2b9710[_0x418618(0x164)][_0x418618(0xe4)](_0x3f9daf);},{'priority':_0x273d37(0xb7)}),_0x77b5c1['on'](_0x273d37(0xf2),(_0x623649,_0x10e06c)=>{const _0x100800=_0x273d37,[_0x2addd6,_0x25e510={}]=_0x10e06c;if(!_0x2b9710)return;const _0x40adda=_0x25e510['at']||0x0,_0x3a2f53=_0x25e510[_0x100800(0xb8)]||0x1;_0x2b9710[_0x100800(0xba)]=new Array(_0x3a2f53)[_0x100800(0x117)](_0x40adda)[_0x100800(0x11f)]((_0x2445cb,_0x5e1dec)=>_0x2445cb+_0x5e1dec);for(const {cell:_0xef93b1}of _0x77b5c1[_0x100800(0x13b)](_0x2addd6,{'startColumn':_0x40adda,'endColumn':_0x40adda+_0x3a2f53-0x1}))_0x2b9710[_0x100800(0xc3)][_0x100800(0xe4)](_0x309ec[_0x100800(0x130)][_0x100800(0xb4)](_0xef93b1));},{'priority':_0x273d37(0x120)}),_0x77b5c1['on'](_0x273d37(0xd2),(_0x4df172,_0x3f5d52)=>{const _0x3895b7=_0x273d37,[_0x2c5540,_0x42b333={}]=_0x3f5d52;if(!_0x2b9710)return;const _0xac5c2d=_0x42b333['at']||0x0,_0x2ba9d3=_0x42b333[_0x3895b7(0x11a)]||0x1;_0x2b9710[_0x3895b7(0xc0)]=new Array(_0x2ba9d3)[_0x3895b7(0x117)](_0xac5c2d)[_0x3895b7(0x11f)]((_0x37a25d,_0x3e7529)=>_0x37a25d+_0x3e7529);for(const {cell:_0xa78c4d}of _0x77b5c1[_0x3895b7(0x13b)](_0x2c5540,{'startRow':_0xac5c2d,'endRow':_0xac5c2d+_0x2ba9d3-0x1}))_0x2b9710[_0x3895b7(0xbe)][_0x3895b7(0xe4)](_0x309ec[_0x3895b7(0x130)][_0x3895b7(0xb4)](_0xa78c4d));},{'priority':_0x273d37(0x120)}),_0x4a4067[_0x273d37(0xe6)][_0x273d37(0x158)](_0x4f42a1=>{const _0x3afcce=_0x273d37;if(_0x4f42a1[_0x3afcce(0x14b)]&&_0x4f42a1[_0x3afcce(0x14b)][_0x3afcce(0xd7)](_0x3afcce(0x143)))return _0x4f42a1[_0x3afcce(0xc7)]?{}:{'type':_0x3afcce(0x129),'content':_0x450547(_0x309ec[_0x3afcce(0x113)],_0x3afcce(0xdf))};});const _0x48e756=()=>!0x1;for(const _0x12e689 of[_0x273d37(0x143),_0x273d37(0x154),_0x273d37(0x167),_0x273d37(0xf9)])_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x12e689,_0x273d37(0xb5),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x122),_0x12e689,_0x273d37(0xb5),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x12e689,_0x273d37(0xb5),_0x48e756);_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x273d37(0xf9),_0x273d37(0xd0),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x273d37(0xf9),_0x273d37(0xe3),(_0x2d87b2,_0xe7d671,_0x28d737)=>{const _0x2ba70=_0x273d37,_0x1a7a72=_0x2d87b2[_0x2ba70(0x11f)](_0x2cc6fa=>_0x2cc6fa[_0x2ba70(0x116)]())[_0x2ba70(0xbc)](_0x2afc07=>_0x2afc07),_0x502a77=new Map(_0x1a7a72[_0x2ba70(0x11f)](_0x17d271=>[_0x17d271,null]));if(_0x2b9710){for(const {element:_0x321429,attributes:_0x44e0e2}of _0x2b9710[_0x2ba70(0x135)])_0x44e0e2&&_0x502a77[_0x2ba70(0x12e)](_0x321429,_0x44e0e2);}else{if(_0x28d737&&_0x28d737[_0x2ba70(0x165)])for(const [_0x50d63e,_0x82e5af]of Object[_0x2ba70(0x179)](_0x28d737[_0x2ba70(0x165)])){const _0x2783b4=_0x309ec[_0x2ba70(0x130)][_0x2ba70(0x15a)][_0x2ba70(0x177)](_0x50d63e),_0x33a750=_0x2783b4?_0x2783b4[_0x2ba70(0xf0)]()[_0x2ba70(0x116)]():null;_0x33a750&&_0x502a77[_0x2ba70(0x12e)](_0x33a750,_0x82e5af);}}_0x309ec[_0x2ba70(0x130)][_0x2ba70(0xea)](_0x4a496f=>{const _0x53aee8=_0x2ba70;for(const [_0x1008e2,_0x42e876]of _0x502a77)_0x4a496f[_0x53aee8(0xf7)]({...de,..._0x42e876},_0x1008e2);});});const _0x1fa682=(_0x4ed226,_0x3b66cd)=>{const _0x45d075=_0x273d37;_0x4a4067[_0x45d075(0x107)][_0x45d075(0x12d)](_0x4ed226,_0x45d075(0x143),_0x3b66cd,(_0x1b11d9,_0x26d96b,_0x1821be)=>{const _0x26f2d5=_0x45d075;_0x309ec[_0x26f2d5(0x130)][_0x26f2d5(0xea)](_0x29a0c3=>{const _0x1e48bb=_0x26f2d5,_0x33e8a6=[];for(const _0x451260 of _0x1b11d9){const _0x2d26de=_0x451260[_0x1e48bb(0xe1)][_0x1e48bb(0x115)];_0x2d26de['is'](_0x1e48bb(0x13e),_0x1e48bb(0xd4))&&_0x33e8a6[_0x1e48bb(0xe4)](_0x2d26de);}_0x4a4067[_0x1e48bb(0x107)][_0x1e48bb(0x10a)](_0x4ed226,null,_0x3b66cd)(_0x1b11d9,_0x26d96b,_0x1821be);for(const _0x3a9c81 of _0x33e8a6)_0x1e48bb(0x108)!=_0x3a9c81[_0x1e48bb(0x17d)][_0x1e48bb(0x13f)]&&_0x29a0c3[_0x1e48bb(0x134)](_0x3a9c81);});});};_0x1fa682(_0x273d37(0x129),_0x273d37(0xe3)),_0x1fa682(_0x273d37(0x129),_0x273d37(0xd0)),_0x1fa682(_0x273d37(0x122),_0x273d37(0xe3)),_0x1fa682(_0x273d37(0x122),_0x273d37(0xd0)),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x273d37(0x167),_0x273d37(0xd0),_0x3570a1=>{const _0x578017=_0x273d37,_0x521514=_0x3570a1[_0x578017(0x11f)](_0xea602d=>_0xea602d[_0x578017(0x116)]()),_0x39822c=_0x521514[0x0][_0x578017(0x162)](_0x578017(0xe7)),{minRow:_0x2fcf5c,maxRow:_0x406c1d}=_0x5c0ec1[_0x578017(0x17f)](_0x521514);_0x77b5c1[_0x578017(0xee)](_0x39822c,{'at':_0x2fcf5c,'rows':_0x406c1d-_0x2fcf5c+0x1});}),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x273d37(0x154),_0x273d37(0xd0),_0x545e11=>{const _0x588d08=_0x273d37,_0x2cf216=_0x545e11[_0x588d08(0x11f)](_0x567b6d=>_0x567b6d[_0x588d08(0x116)]()),_0x3f1b70=_0x2cf216[0x0][_0x588d08(0x162)](_0x588d08(0xe7)),{minColumn:_0x488c45,maxColumn:_0x19095b}=_0x5c0ec1[_0x588d08(0x17f)](_0x2cf216);_0x77b5c1[_0x588d08(0xf3)](_0x3f1b70,{'at':_0x488c45,'columns':_0x19095b-_0x488c45+0x1});});const _0x19c787=(_0x22819a,_0x11c56c)=>{const _0x5ab8e2=_0x273d37;if(!_0x11c56c[_0x5ab8e2(0x14b)]||!_0x11c56c[_0x5ab8e2(0x14b)][_0x5ab8e2(0xd7)](_0x5ab8e2(0x143)))return;const _0x3f5fb3=_0x11c56c[_0x5ab8e2(0xc4)][_0x5ab8e2(0x138)],_0x4bfa11=_0x4a4067[_0x5ab8e2(0xfe)]()[_0x5ab8e2(0xbc)](_0x551d6e=>_0x551d6e[_0x5ab8e2(0xc6)]&&_0x551d6e[_0x5ab8e2(0xc4)]&&_0x551d6e[_0x5ab8e2(0xc4)][_0x5ab8e2(0x138)]==_0x3f5fb3);_0x4bfa11[_0x5ab8e2(0x139)]&&_0x11c56c[_0x5ab8e2(0xb3)]()[_0x5ab8e2(0x139)]!=_0x4bfa11[_0x5ab8e2(0x139)]&&_0x4bfa11[_0x5ab8e2(0x149)]((_0x547bdd,_0x33bc13)=>(_0x547bdd[_0x5ab8e2(0x173)]=_0x33bc13,_0x33bc13[_0x5ab8e2(0xc7)]=_0x547bdd,_0x33bc13));};function _0x4b8224(_0x31e9e5,_0x13367a=!0x0){const _0x39cf69=_0x273d37,{id:_0x38f8ab}=_0x4a4067[_0x39cf69(0xb2)](_0x31e9e5[_0x39cf69(0xcd)]),_0x4b38c5=[_0x39cf69(0xc1),_0x39cf69(0xca)],_0x28b164=_0x4a4067[_0x39cf69(0x16a)][_0x39cf69(0x112)](_0x31e9e5[_0x39cf69(0xcd)]);return _0x28b164&&_0x4b38c5[_0x39cf69(0xe4)](_0x39cf69(0xf4)),{'classes':_0x4b38c5,'attributes':{'data-suggestion':_0x38f8ab},'priority':_0x28b164&&_0x13367a?0xbc2:0xbb8};}_0x4a4067['on'](_0x273d37(0x121),_0x19c787,{'priority':_0x273d37(0xb7)}),_0x4a4067['on'](_0x273d37(0x13a),_0x19c787,{'priority':_0x273d37(0xb7)}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](()=>{const _0x11d01b=_0x273d37;let _0x3e2c69=!0x1;const _0x3a4d1c=Array[_0x11d01b(0x126)](_0x309ec[_0x11d01b(0x130)][_0x11d01b(0x137)][_0x11d01b(0x152)][_0x11d01b(0x178)]());for(const {name:_0x3e6451,data:_0x4cbaaf}of _0x3a4d1c){const {group:_0xcc685a,type:_0x165f23,id:_0xf01cb}=_0x4a4067[_0x11d01b(0xb2)](_0x3e6451);if(_0x11d01b(0x14c)!=_0xcc685a||_0x11d01b(0x122)!=_0x165f23||_0x4cbaaf[_0x11d01b(0xe9)])continue;if(!_0x4a4067[_0x11d01b(0xbf)](_0xf01cb))continue;const _0xf9e562=_0x4a4067[_0x11d01b(0xe0)](_0xf01cb)[_0x11d01b(0x128)](),_0x1a03b8=_0x309ec[_0x11d01b(0x14f)][_0x11d01b(0x177)](_0x11d01b(0xb6))['me'];for(const _0x167b07 of _0x4a4067[_0x11d01b(0xfe)]()){if(!_0x167b07[_0x11d01b(0xc6)]||_0x167b07[_0x11d01b(0x140)]!=_0x1a03b8)continue;if(_0x11d01b(0x166)!=_0x167b07[_0x11d01b(0x159)]||_0x11d01b(0xf9)!=_0x167b07[_0x11d01b(0x14b)])continue;if(_0x167b07[_0x11d01b(0x128)]()[_0x11d01b(0x148)](_0x5a848c=>_0xf9e562[_0x11d01b(0x127)](_0x24a933=>_0x24a933[_0x11d01b(0xcc)](_0x5a848c,!0x0)))){for(const _0x385c46 of _0x167b07[_0x11d01b(0xb3)]())_0x385c46[_0x11d01b(0xc6)]&&(_0x385c46[_0x11d01b(0xd0)](),_0x3e2c69=!0x0);}}}return _0x3e2c69;}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](_0x59450d=>{const _0x267668=_0x273d37,_0x1344e3=_0x309ec[_0x267668(0x123)][_0x267668(0x177)](_0x267668(0x101));if(!_0x1344e3||!_0x1344e3[_0x267668(0x15f)][_0x267668(0x11b)](_0x59450d[_0x267668(0x10b)]))return!0x1;let _0x1e0795=!0x1;const _0x5537a6=_0x309ec[_0x267668(0x14f)][_0x267668(0x177)](_0x267668(0xb6))['me'],_0x256b90=_0x309ec[_0x267668(0x130)][_0x267668(0x137)][_0x267668(0x152)][_0x267668(0x17b)](),_0x4a4bda=Array[_0x267668(0x126)](_0x309ec[_0x267668(0x130)][_0x267668(0x137)][_0x267668(0x152)][_0x267668(0x178)]())[_0x267668(0xbc)](({name:_0x28580c,data:_0x25b4a4})=>{const _0x5e2c2f=_0x267668,{group:_0xa35ec0,subType:_0x205dfe,authorId:_0x46f941}=_0x4a4067[_0x5e2c2f(0xb2)](_0x28580c);return _0x5e2c2f(0x14c)==_0xa35ec0&&_0x5e2c2f(0x143)==_0x205dfe&&_0x46f941==_0x5537a6['id']&&!_0x25b4a4[_0x5e2c2f(0xe9)];});for(const _0x105c75 of _0x256b90){if(_0x267668(0x168)!=_0x105c75[_0x267668(0x159)]||_0x267668(0xd4)!=_0x105c75[_0x267668(0xd3)]||0x1!=_0x105c75[_0x267668(0x139)])continue;const _0x23ce8e=_0x59450d[_0x267668(0x161)](_0x105c75[_0x267668(0x145)],_0x105c75[_0x267668(0x145)][_0x267668(0xf5)](0x1));if(!_0x4a4bda[_0x267668(0x155)](({data:_0x23672f})=>_0x23672f[_0x267668(0x17c)][_0x267668(0x16b)](_0x23ce8e))){for(const {name:_0xcc1c75,data:_0x3ffa6e}of _0x4a4bda)if(_0x23ce8e[_0x267668(0xcc)](_0x3ffa6e[_0x267668(0x17c)])){_0x59450d[_0x267668(0x153)](_0xcc1c75,{'range':_0x23ce8e}),_0x1e0795=!0x0;break;}}}return _0x1e0795;}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](_0x2dd298=>{const _0x1bfbd4=_0x273d37;let _0x2544e0=!0x1;const _0x5717c0=_0x309ec[_0x1bfbd4(0x14f)][_0x1bfbd4(0x177)](_0x1bfbd4(0xb6))['me'],_0x13fe26=_0x4a4067[_0x1bfbd4(0xfe)]()[_0x1bfbd4(0xbc)](_0x552cad=>_0x552cad[_0x1bfbd4(0xc6)]&&_0x552cad[_0x1bfbd4(0x140)]==_0x5717c0),_0x3d9d0c=new Set(),_0x322925=new Set();for(const _0x49025c of _0x13fe26)if(_0x1bfbd4(0x143)==_0x49025c[_0x1bfbd4(0x14b)])for(const _0x453546 of _0x49025c[_0x1bfbd4(0x144)]()){const _0x4bc643=_0x453546[_0x1bfbd4(0xf0)]()[_0x1bfbd4(0x116)]();if(_0x4bc643){if(_0x4bc643['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4))&&ge(_0x4bc643)){_0x49025c[_0x1bfbd4(0x170)](_0x453546[_0x1bfbd4(0xd3)]),_0x3d9d0c[_0x1bfbd4(0x146)](_0x4bc643),_0x2544e0=!0x0;const _0x44d8d8=_0x4bc643[_0x1bfbd4(0x176)],_0x5135f1=_0x4bc643[_0x1bfbd4(0xff)],_0x2d10da=_0x44d8d8&&_0x44d8d8['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4)),_0x97303b=_0x5135f1&&_0x5135f1['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4));_0x2d10da&&!_0x3d9d0c[_0x1bfbd4(0x11b)](_0x44d8d8)&&_0x322925[_0x1bfbd4(0x146)](_0x44d8d8),_0x97303b&&!_0x3d9d0c[_0x1bfbd4(0x11b)](_0x5135f1)&&_0x322925[_0x1bfbd4(0x146)](_0x5135f1);}else _0x4bc643['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xc2))&&_0x4bc643[_0x1bfbd4(0x103)]&&(_0x49025c[_0x1bfbd4(0x170)](_0x453546[_0x1bfbd4(0xd3)]),_0x2544e0=!0x0);}}else{if(_0x1bfbd4(0xf9)==_0x49025c[_0x1bfbd4(0x14b)]){if(!_0x49025c[_0x1bfbd4(0xc4)]||!_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)])continue;const _0x5d333a=_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x165)];if(_0x5d333a&&Object[_0x1bfbd4(0x15e)](_0x5d333a)[_0x1bfbd4(0x139)])continue;const _0x35ebae=_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)];let _0x51e9c1=!0x0,_0x54af90=!0x0;for(const _0xac392a of _0x13fe26)if(_0xac392a[_0x1bfbd4(0x14b)]&&_0xac392a[_0x1bfbd4(0x14b)][_0x1bfbd4(0xd7)](_0x1bfbd4(0x143))){if(!_0xac392a[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)]){_0x54af90=!0x1;break;}if(_0xac392a['id']!=_0x49025c['id']&&_0xac392a[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)]==_0x35ebae){_0x51e9c1=!0x1;break;}}_0x54af90&&_0x51e9c1&&(_0x49025c[_0x1bfbd4(0x175)](),_0x2544e0=!0x0);}}for(const _0x3fd13d of _0x3d9d0c)_0x2dd298[_0x1bfbd4(0x111)](_0x3fd13d);for(const _0x433afd of _0x322925)_0x2dd298[_0x1bfbd4(0x134)](_0x433afd);return _0x2544e0;}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x11d)](_0x273d37(0xdc))[_0x273d37(0xe5)]({'model':_0x273d37(0xbd),'view':(_0xcdb4d3,_0x103747)=>_0x4b8224(_0xcdb4d3),'converterPriority':_0x273d37(0xb7)}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x11d)](_0x273d37(0x14a))[_0x273d37(0xe5)]({'model':_0x273d37(0xbd),'view':(_0x590a87,_0x599af1)=>_0x599af1[_0x273d37(0xd5)][_0x273d37(0x151)]?_0x4b8224(_0x590a87,!0x1):null,'converterPriority':_0x273d37(0xb7)});const _0x57286a=_0x309ec[_0x273d37(0xdb)][_0x273d37(0x172)];this[_0x273d37(0x171)](_0x57286a[_0x273d37(0x137)],_0x273d37(0x15b),(_0x2c27b5,_0x4fcd5d)=>{const _0x593383=_0x273d37,_0x3fca93=[];for(const _0x45f9c8 of _0x57286a[_0x593383(0x17a)](_0x4fcd5d[_0x593383(0xf6)])[_0x593383(0x16d)]())_0x45f9c8['is'](_0x593383(0x13e),_0x593383(0x12f))&&_0x3fca93[_0x593383(0xe4)](_0x45f9c8);_0x57286a[_0x593383(0xea)](_0x383c58=>{const _0x33fa0f=_0x593383;for(const _0xed69cc of _0x3fca93)_0x383c58[_0x33fa0f(0xde)](_0x383c58[_0x33fa0f(0x17a)](_0xed69cc),_0x383c58[_0x33fa0f(0xfc)](_0xed69cc)),_0x383c58[_0x33fa0f(0x111)](_0xed69cc);});});}}function _0x5e1b(_0x1286c1,_0xec270d){const _0x22ce06=_0x22ce();return _0x5e1b=function(_0x5e1b01,_0x433c0e){_0x5e1b01=_0x5e1b01-0xb2;let _0x576dbe=_0x22ce06[_0x5e1b01];return _0x576dbe;},_0x5e1b(_0x1286c1,_0xec270d);}function ge(_0x461e75){const _0x29b0e2=_0x140d55;if(_0x461e75[_0x29b0e2(0x103)])return!0x0;const _0xa02372=_0x461e75[_0x29b0e2(0x119)](0x0);return _0xa02372['is'](_0x29b0e2(0x13e),_0x29b0e2(0xc2))&&_0xa02372[_0x29b0e2(0x103)];}function me(_0x55cac4,_0x3a8064={},_0x3e1a7c){const _0x40f083=_0x140d55;for(const {isAnchor:_0xca0f95,cellHeight:_0x19dbf5,cellWidth:_0x13b943}of _0x3e1a7c[_0x40f083(0x13b)](_0x55cac4,{'includeAllSlots':!0x0,..._0x3a8064}))if(!_0xca0f95||0x1!=_0x19dbf5||0x1!=_0x13b943)return!0x1;return!0x0;}
@@ -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
+ function _0x56d6(_0x54e5d4,_0x4b93c1){const _0x12cc45=_0x12cc();return _0x56d6=function(_0x56d696,_0x2bf142){_0x56d696=_0x56d696-0x97;let _0x1d854d=_0x12cc45[_0x56d696];return _0x1d854d;},_0x56d6(_0x54e5d4,_0x4b93c1);}const _0x5ac81b=_0x56d6;function _0x12cc(){const _0x4cc9a5=['data','getContainedElement','222QqsbTz','2827874BghpNT','table','accept','locale','registerDescriptionCallback','1083180dHFQqr','get','1HpUcrx','3497650mtbfVZ','format','model','getSuggestions','TableColumnResizeEditing','_suggestionFactory','8889130NVyCMg','formatBlock','editor','Users','getColumnGroupElement','resizeTable','document','handleSuggestionDescription','16696779hnPiWd','tableWidth','columnWidths','getTableColumnsWidths','handleResizeTableWidthCommand','markBlockFormat','discard','getAttribute','TrackChangesEditing','subType','*Format:*\x20resize\x20table','24CBcLSl','author','getSelectedElement','formatInline','9635949HMBLfM','resizeTableWidth','type','_descriptionFactory','plugins','bind','6CeIzzh','45456DGTFeh','commandParams','getSuggestionCallback','change','afterInit','enableCommand','formatGroupId','selection','registerCustomCallback','has'];_0x12cc=function(){return _0x4cc9a5;};return _0x12cc();}(function(_0xade216,_0x661d82){const _0x345f1c=_0x56d6,_0x42b789=_0xade216();while(!![]){try{const _0x2a0c86=-parseInt(_0x345f1c(0xc4))/0x1*(-parseInt(_0x345f1c(0xbd))/0x2)+parseInt(_0x345f1c(0xbc))/0x3*(-parseInt(_0x345f1c(0xb0))/0x4)+parseInt(_0x345f1c(0xc5))/0x5*(-parseInt(_0x345f1c(0xaf))/0x6)+parseInt(_0x345f1c(0xc2))/0x7*(-parseInt(_0x345f1c(0xa5))/0x8)+-parseInt(_0x345f1c(0xa9))/0x9+parseInt(_0x345f1c(0xcb))/0xa+parseInt(_0x345f1c(0x9a))/0xb;if(_0x2a0c86===_0x661d82)break;else _0x42b789['push'](_0x42b789['shift']());}catch(_0x4fc825){_0x42b789['push'](_0x42b789['shift']());}}}(_0x12cc,0xb5fb0));import{Plugin as _0x969de2}from'ckeditor5/src/core.js';import{getTranslation as _0x2a543e}from'../utils/common-translations.js';export default class It extends _0x969de2{[_0x5ac81b(0xb4)](){const _0x1a0966=_0x5ac81b;if(!this[_0x1a0966(0xcd)][_0x1a0966(0xad)][_0x1a0966(0xb9)](_0x1a0966(0xc9)))return;const _0x1576ce=this[_0x1a0966(0xcd)][_0x1a0966(0xad)][_0x1a0966(0xc3)](_0x1a0966(0xa2));_0x1576ce[_0x1a0966(0xb5)](_0x1a0966(0xaa),this[_0x1a0966(0x9e)][_0x1a0966(0xae)](this)),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb8)](_0x1a0966(0xcc),_0x1a0966(0x97),_0x1a0966(0xbf),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb2)](_0x1a0966(0xcc),null,_0x1a0966(0xa0))),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb8)](_0x1a0966(0xcc),_0x1a0966(0x97),_0x1a0966(0xa0),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb2)](_0x1a0966(0xcc),null,_0x1a0966(0xbf))),_0x1576ce[_0x1a0966(0xac)][_0x1a0966(0xc1)](this[_0x1a0966(0x99)][_0x1a0966(0xae)](this));}[_0x5ac81b(0x9e)](_0x2c5767,_0x41873a){const _0x398393=_0x5ac81b,_0x2d10e3=this[_0x398393(0xcd)][_0x398393(0xad)][_0x398393(0xc3)](_0x398393(0xa2)),_0x1f5756=this[_0x398393(0xcd)][_0x398393(0xad)][_0x398393(0xc3)](_0x398393(0xc9)),_0x4236bf=_0x41873a[_0x398393(0xbe)]||this[_0x398393(0xcd)][_0x398393(0xc7)][_0x398393(0x98)][_0x398393(0xb7)][_0x398393(0xa7)]();this[_0x398393(0xcd)][_0x398393(0xc7)][_0x398393(0xb3)](()=>{const _0x9ba0b=_0x398393,_0x23cfa8=_0x1f5756[_0x9ba0b(0xcf)](_0x4236bf);let _0x502282=_0x23cfa8?_0x1f5756[_0x9ba0b(0x9d)](_0x23cfa8):null,_0x15fcd0=_0x4236bf[_0x9ba0b(0xa1)](_0x9ba0b(0x9b))||null;const _0x515b51=_0x41873a[_0x9ba0b(0x9b)]||_0x15fcd0,_0x10e543=_0x41873a[_0x9ba0b(0x9c)]||_0x502282,_0x1a6747=this[_0x9ba0b(0xcd)][_0x9ba0b(0xad)][_0x9ba0b(0xc3)](_0x9ba0b(0xce))['me'];for(const _0x203d16 of _0x2d10e3[_0x9ba0b(0xc8)]()){const _0x18de71=_0x203d16[_0x9ba0b(0xbb)]();if(_0x9ba0b(0x97)===_0x203d16[_0x9ba0b(0xa3)]&&_0x18de71===_0x4236bf){_0x203d16[_0x9ba0b(0xa6)]!==_0x1a6747&&_0x203d16[_0x9ba0b(0xa0)]();const _0x51402c=_0x203d16[_0x9ba0b(0xba)][_0x9ba0b(0xb1)];_0x15fcd0=_0x51402c[0x0][_0x9ba0b(0x9b)],_0x502282=_0x51402c[0x0][_0x9ba0b(0x9c)];break;}}_0x2c5767({'table':_0x4236bf,'tableWidth':_0x515b51,'columnWidths':_0x10e543}),_0x2d10e3[_0x9ba0b(0x9f)](_0x4236bf,{'commandName':_0x9ba0b(0xaa),'commandParams':[{'tableWidth':_0x15fcd0,'columnWidths':_0x502282}],'formatGroupId':_0x9ba0b(0x97)},[],_0x9ba0b(0x97));});}[_0x5ac81b(0x99)](_0x2cff6a){const _0x3f2578=_0x5ac81b;if(_0x3f2578(0xcc)!=_0x2cff6a[_0x3f2578(0xab)]&&_0x3f2578(0xa8)!=_0x2cff6a[_0x3f2578(0xab)])return;const {data:_0x179219}=_0x2cff6a;if(_0x179219&&_0x3f2578(0x97)===_0x179219[_0x3f2578(0xb6)]){const _0x1e67ad=_0x3f2578(0xa4);return{'type':_0x3f2578(0xc6),'content':_0x2a543e(this[_0x3f2578(0xcd)][_0x3f2578(0xc0)],_0x1e67ad)};}}}
@@ -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 _0xb3f725=_0x5823;(function(_0x5202f0,_0x472423){const _0x2f2e22=_0x5823,_0x182df5=_0x5202f0();while(!![]){try{const _0x91dbf6=-parseInt(_0x2f2e22(0xf0))/0x1+-parseInt(_0x2f2e22(0x100))/0x2*(-parseInt(_0x2f2e22(0xfd))/0x3)+-parseInt(_0x2f2e22(0xfa))/0x4+-parseInt(_0x2f2e22(0xd9))/0x5*(-parseInt(_0x2f2e22(0xce))/0x6)+-parseInt(_0x2f2e22(0xd6))/0x7*(-parseInt(_0x2f2e22(0xc8))/0x8)+-parseInt(_0x2f2e22(0x111))/0x9+parseInt(_0x2f2e22(0xc3))/0xa;if(_0x91dbf6===_0x472423)break;else _0x182df5['push'](_0x182df5['shift']());}catch(_0x21519b){_0x182df5['push'](_0x182df5['shift']());}}}(_0x1345,0x99867));function _0x1345(){const _0x230eed=['309630YqzehI','FORMAT_HEADER_ROW','TableEditing','writer','registerCustomCallback','markerRange','ck-suggestion-marker--active','data-suggestion','markerNameToElements','showSuggestionHighlights','3119148ZJsnqe','registerDescriptionCallback','createTableWalker','44508MqWLuy','commandName','consume','162gCiVde','downcastDispatcher','name','addClass','format','getSuggestion','registerAttributeLabel','includes','headingColumns','activeMarkers','requires','commandParams','editor','_descriptionFactory','editing','toViewElement','get','4205736edYhRu','setAttribute','TrackChangesEditing','highest','headingRows','ck-suggestion-marker-','bindElementToMarker','5693360zLwxln','FORMAT_HEADER_COLUMN','*Format:*\x20%0','end','removeAttribute','133096wGZMVA','accept','plugins','mapper','forceValue','_splitMarkerName','60sSNmkT','unbindElementFromMarkerName','_registerLegacyDescription','start','formatBlock','afterInit','item','consumable','28nOQLzi','cell','removeClass','173980egkHsx','setTableColumnHeader','setTableRowHeader','nodeBefore','TableUtils','locale','markerName','getCellLocation','_handleLegacySuggestions','_enableDefaultAttributesIntegration','options','FORMAT_REGULAR_ROW','addMarker:suggestion','FORMAT_REGULAR_COLUMN','_acceptFormatSuggestionCallbackFactory','removeMarker:suggestion','parent','data','has','type','stop','nodeAfter','_suggestionFactory'];_0x1345=function(){return _0x230eed;};return _0x1345();}import{Plugin as _0x5cb657}from'ckeditor5/src/core.js';import _0x21db65 from'./table.js';function _0x5823(_0x2ff257,_0x1535d6){const _0x13451c=_0x1345();return _0x5823=function(_0x582331,_0x1fe722){_0x582331=_0x582331-0xc1;let _0x49d364=_0x13451c[_0x582331];return _0x49d364;},_0x5823(_0x2ff257,_0x1535d6);}import{getTranslation as _0x992356}from'../utils/common-translations.js';export default class St extends _0x5cb657{static get[_0xb3f725(0x10a)](){return[_0x21db65];}[_0xb3f725(0xd3)](){const _0x16614e=_0xb3f725,_0x1a3295=this[_0x16614e(0x10c)];if(!_0x1a3295[_0x16614e(0xca)][_0x16614e(0xeb)](_0x16614e(0xf2)))return;const _0x4bc816=_0x1a3295[_0x16614e(0xde)],_0x432b7c=_0x1a3295[_0x16614e(0xca)][_0x16614e(0x110)](_0x16614e(0x113));_0x432b7c[_0x16614e(0xe2)](_0x16614e(0xdb),[],[_0x16614e(0x115)]),_0x432b7c[_0x16614e(0xe2)](_0x16614e(0xda),[],[_0x16614e(0x108)]),_0x432b7c[_0x16614e(0x10d)][_0x16614e(0x106)](_0x16614e(0x115),_0x992356(_0x4bc816,_0x16614e(0xf1))),_0x432b7c[_0x16614e(0x10d)][_0x16614e(0x106)](_0x16614e(0x108),_0x992356(_0x4bc816,_0x16614e(0xc4))),this[_0x16614e(0xe1)]();}[_0xb3f725(0xe1)](){const _0x332a21=_0xb3f725,_0x3865e6=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x332a21(0x113)),_0x88a89b=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x332a21(0xdd)),_0x281d7a=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x21db65)[_0x332a21(0xe7)]();function _0x4a46d2({showActiveMarker:_0x11f9e6=!0x0,setDataAttribute:_0x24fc2b=!0x0}={}){return(_0x54fe27,_0x58e717,_0x1e436b)=>{const _0x307230=_0x5823,{type:_0x127540,id:_0x458f1f}=_0x3865e6[_0x307230(0xcd)](_0x58e717[_0x307230(0xdf)]),_0x27bf1a=_0x3865e6[_0x307230(0x105)](_0x458f1f),_0x8a441=_0x27bf1a[_0x307230(0xea)];if(_0x307230(0xd2)!=_0x27bf1a[_0x307230(0xec)]||!_0x8a441||_0x307230(0xda)!=_0x8a441[_0x307230(0xfe)])return;if(_0x58e717[_0x307230(0xd4)])return void _0x54fe27[_0x307230(0xed)]();if(!_0x1e436b[_0x307230(0xd5)][_0x307230(0xff)](_0x58e717[_0x307230(0xf5)],_0x54fe27[_0x307230(0x102)]))return;const _0x4b1dd7=_0x58e717[_0x307230(0xf5)][_0x307230(0xd1)][_0x307230(0xee)],_0x39ba00=_0x58e717[_0x307230(0xf5)][_0x307230(0xc6)][_0x307230(0xdc)],_0x586049=_0x4b1dd7[_0x307230(0xe9)][_0x307230(0xe9)],{column:_0x24eac4}=_0x88a89b[_0x307230(0xe0)](_0x4b1dd7),{column:_0x1e448e}=_0x88a89b[_0x307230(0xe0)](_0x39ba00);for(let _0x3ed2fc=_0x24eac4;_0x3ed2fc<=_0x1e448e;_0x3ed2fc++){const _0x4961d8=_0x88a89b[_0x307230(0xfc)](_0x586049,{'column':_0x3ed2fc,'includeAllSlots':!0x1});for(const _0x41889e of _0x4961d8){const _0x49d887=_0x41889e[_0x307230(0xd7)],_0x4c56ee=_0x1e436b[_0x307230(0xcb)][_0x307230(0x10f)](_0x49d887);_0x1e436b[_0x307230(0xf3)][_0x307230(0x103)](_0x307230(0xc1)+_0x127540,_0x4c56ee),_0x24fc2b&&_0x1e436b[_0x307230(0xf3)][_0x307230(0x112)](_0x307230(0xf7),_0x458f1f,_0x4c56ee),_0x1e436b[_0x307230(0xcb)][_0x307230(0xc2)](_0x4c56ee,_0x58e717[_0x307230(0xdf)]),_0x11f9e6&&(_0x3865e6[_0x307230(0x109)][_0x307230(0x107)](_0x58e717[_0x307230(0xdf)])?_0x1e436b[_0x307230(0xf3)][_0x307230(0x103)](_0x307230(0xf6),_0x4c56ee):_0x1e436b[_0x307230(0xf3)][_0x307230(0xd8)](_0x307230(0xf6),_0x4c56ee));}}};}_0x3865e6[_0x332a21(0xef)][_0x332a21(0xf4)](_0x332a21(0xd2),_0x332a21(0xdb),_0x332a21(0xc9),_0x281d7a),_0x3865e6[_0x332a21(0xef)][_0x332a21(0xf4)](_0x332a21(0xd2),_0x332a21(0xda),_0x332a21(0xc9),_0x281d7a),this[_0x332a21(0x10c)][_0x332a21(0x10e)][_0x332a21(0x101)]['on'](_0x332a21(0xe5),_0x4a46d2(),{'priority':_0x332a21(0x114)}),this[_0x332a21(0x10c)][_0x332a21(0xea)][_0x332a21(0x101)]['on'](_0x332a21(0xe5),(_0x24bdef,_0x3b4cea,_0x20f784)=>{const _0x400cd9=_0x332a21;_0x20f784[_0x400cd9(0xe3)][_0x400cd9(0xf9)]&&_0x4a46d2({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x24bdef,_0x3b4cea,_0x20f784);},{'priority':_0x332a21(0x114)}),this[_0x332a21(0x10c)][_0x332a21(0x10e)][_0x332a21(0x101)]['on'](_0x332a21(0xe8),(_0x462093,_0x406b63,_0x5b4e02)=>{const _0x198656=_0x332a21,{type:_0x51c27d,id:_0x237111}=_0x3865e6[_0x198656(0xcd)](_0x406b63[_0x198656(0xdf)]),_0x269191=_0x3865e6[_0x198656(0x105)](_0x237111),_0x5c92d4=_0x269191[_0x198656(0xea)];if(_0x198656(0xd2)!=_0x269191[_0x198656(0xec)]||!_0x5c92d4||_0x198656(0xda)!=_0x5c92d4[_0x198656(0xfe)])return;const _0x3a35c6=_0x5b4e02[_0x198656(0xcb)][_0x198656(0xf8)](_0x406b63[_0x198656(0xdf)]);if(_0x3a35c6){for(const _0x170f68 of _0x3a35c6)_0x5b4e02[_0x198656(0xf3)][_0x198656(0xd8)](_0x198656(0xc1)+_0x51c27d,_0x170f68),_0x5b4e02[_0x198656(0xf3)][_0x198656(0xd8)](_0x198656(0xf6),_0x170f68),_0x5b4e02[_0x198656(0xf3)][_0x198656(0xc7)](_0x198656(0xf7),_0x170f68),_0x5b4e02[_0x198656(0xcb)][_0x198656(0xcf)](_0x170f68,_0x406b63[_0x198656(0xdf)]);}},{'priority':_0x332a21(0x114)}),this[_0x332a21(0xd0)]();}[_0xb3f725(0xd0)](){const _0x44ca37=_0xb3f725,_0x3d453e=this[_0x44ca37(0x10c)],_0x2daba4=_0x3d453e[_0x44ca37(0xde)];function _0x18990c(_0x503ab2){const _0x408b4b=_0x44ca37;return{'type':_0x408b4b(0x104),'content':_0x992356(_0x2daba4,_0x408b4b(0xc5),_0x503ab2)};}_0x3d453e[_0x44ca37(0xca)][_0x44ca37(0x110)](_0x44ca37(0x113))[_0x44ca37(0x10d)][_0x44ca37(0xfb)](_0x283e3c=>{const _0x1b2e0e=_0x44ca37;if(_0x1b2e0e(0xd2)!=_0x283e3c[_0x1b2e0e(0xec)])return;const {data:_0x4a9f8d}=_0x283e3c;if(_0x4a9f8d){if(_0x1b2e0e(0xdb)==_0x4a9f8d[_0x1b2e0e(0xfe)]){const _0x12ed78=_0x4a9f8d[_0x1b2e0e(0x10b)][0x0][_0x1b2e0e(0xcc)];return _0x18990c(_0x992356(_0x2daba4,_0x12ed78?_0x1b2e0e(0xf1):_0x1b2e0e(0xe4)));}if(_0x1b2e0e(0xda)==_0x4a9f8d[_0x1b2e0e(0xfe)]){const _0x5f3e2a=_0x4a9f8d[_0x1b2e0e(0x10b)][0x0][_0x1b2e0e(0xcc)];return _0x18990c(_0x992356(_0x2daba4,_0x5f3e2a?_0x1b2e0e(0xc4):_0x1b2e0e(0xe6)));}}});}}
@@ -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 _0x33b73e=_0x18e7;(function(_0x304bd9,_0x3a3cf5){const _0x5d5b5e=_0x18e7,_0x4218fc=_0x304bd9();while(!![]){try{const _0x389f62=parseInt(_0x5d5b5e(0xfd))/0x1+-parseInt(_0x5d5b5e(0x13f))/0x2*(parseInt(_0x5d5b5e(0x106))/0x3)+-parseInt(_0x5d5b5e(0xf4))/0x4*(parseInt(_0x5d5b5e(0x120))/0x5)+parseInt(_0x5d5b5e(0x13b))/0x6*(parseInt(_0x5d5b5e(0x117))/0x7)+-parseInt(_0x5d5b5e(0x128))/0x8+parseInt(_0x5d5b5e(0x102))/0x9+-parseInt(_0x5d5b5e(0x125))/0xa*(-parseInt(_0x5d5b5e(0xed))/0xb);if(_0x389f62===_0x3a3cf5)break;else _0x4218fc['push'](_0x4218fc['shift']());}catch(_0x2b1884){_0x4218fc['push'](_0x4218fc['shift']());}}}(_0x26bd,0xdc13c));function _0x26bd(){const _0x418c04=['deletion','30iWljDX','TableEditing','_areSelectedCellsMergable','13486128UcLowW','getSuggestions','highest','isInContent','stop','registerCustomCallback','value','enableCommand','root','document','_areMergableCells','markBlockFormat','TableUtils','tableCell','locale','getSelectionAffectedTableCells','commandName','registerDescriptionCallback','_isForcedDefaultExecutionBlock','45300wiyBcI','get','createTableWalker','markMultiRangeBlockFormat','2VAKBjT','set:isEnabled','size','afterInit','has','requires','subType','$graveyard','author','filter','_tablePostFixingSubtypes','TrackChangesEditing','add','findAncestor','createRangeOn','setSelection','cell','refresh','9665821bgWEUJ','_acceptFormatSuggestionCallbackFactory','table','map','from','change','editor','4252DQXjlZ','return','find','plugins','*Split\x20cell:*\x20vertically','formatInline','element','mergeTableCells','insertion','916306FwCDFG','accept','forceDefaultExecution','getRanges','rootName','1259010PTAMRP','getFirstPosition','splitTableCellHorizontally','_suggestionFactory','3002928dUfoMI','selection','commands','mergeTableCellLeft','_descriptionFactory','length','mergeTableCellUp','type','getCellLocation','getAncestors','fromRange','mergeTableCellDown','detach','*Split\x20cell:*\x20horizontally','trackChanges','low','isEnabled','1162gzqfSm','direction','splitTableCellVertically','model','execute','containsRange','format','horizontally','push','6385YvZFPj','mergeTableCellRight','formatBlock','*Merge\x20cells*'];_0x26bd=function(){return _0x418c04;};return _0x26bd();}import{Plugin as _0x3805d1}from'ckeditor5/src/core.js';function _0x18e7(_0x2da205,_0x50745d){const _0x26bda3=_0x26bd();return _0x18e7=function(_0x18e7f0,_0x48e3df){_0x18e7f0=_0x18e7f0-0xe7;let _0x11f749=_0x26bda3[_0x18e7f0];return _0x11f749;},_0x18e7(_0x2da205,_0x50745d);}import _0x3365c1 from'./table.js';import{LiveRange as _0x3617d8}from'ckeditor5/src/engine.js';import{getTranslation as _0x2c6b92}from'../utils/common-translations.js';export default class jt extends _0x3805d1{static get[_0x33b73e(0x144)](){return[_0x3365c1];}[_0x33b73e(0x142)](){const _0x330541=_0x33b73e,_0x59bd89=this[_0x330541(0xf3)],_0x1b99a1=_0x59bd89[_0x330541(0x11a)][_0x330541(0x131)][_0x330541(0x107)],_0x415479=_0x59bd89[_0x330541(0x136)];if(!_0x59bd89[_0x330541(0xf7)][_0x330541(0x143)](_0x330541(0x126)))return;const _0x282184=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x330541(0x14a)),_0x354f82=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x330541(0x134)),_0x4fa06a=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x3365c1);_0x4fa06a[_0x330541(0x149)][_0x330541(0x11f)](_0x330541(0xfb)),_0x282184[_0x330541(0x12f)](_0x330541(0xfb),()=>{const _0xd122cd=_0x330541,_0xf285b3=_0x354f82[_0xd122cd(0x137)](_0x59bd89[_0xd122cd(0x11a)][_0xd122cd(0x131)][_0xd122cd(0x107)]);_0x59bd89[_0xd122cd(0x11a)][_0xd122cd(0xf2)](()=>{const _0x2775ad=_0xd122cd;_0x282184[_0x2775ad(0x13e)](_0xf285b3,{'commandName':_0x2775ad(0xfb),'commandParams':[]},[],_0x2775ad(0xfb));});}),_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x330541(0xfb))['on'](_0x330541(0x11b),(_0x426b40,_0x5b656b)=>{const _0x2e3cc8=_0x330541;_0x59bd89[_0x2e3cc8(0x108)][_0x2e3cc8(0x13c)](_0x2e3cc8(0x114))[_0x2e3cc8(0x12e)]&&(_0x5b656b[_0x2e3cc8(0x10b)]>0x0&&_0x5b656b[_0x5b656b[_0x2e3cc8(0x10b)]-0x1]&&_0x5b656b[_0x5b656b[_0x2e3cc8(0x10b)]-0x1][_0x2e3cc8(0xff)]||_0x282184[_0x2e3cc8(0x13a)]||this[_0x2e3cc8(0x127)]()||_0x426b40[_0x2e3cc8(0x12c)]());},{'priority':_0x330541(0x12a)});for(const _0x116854 of[_0x330541(0x10c),_0x330541(0x121),_0x330541(0x111),_0x330541(0x109)]){const _0x85dd6b=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x116854);_0x282184[_0x330541(0x12f)](_0x116854,()=>{const _0x14e3c8=_0x330541,_0x9f022=_0x59bd89[_0x14e3c8(0x11a)][_0x14e3c8(0x131)][_0x14e3c8(0x107)][_0x14e3c8(0x103)]()[_0x14e3c8(0x10f)]()[_0x14e3c8(0xf6)](_0x13c3bd=>_0x13c3bd['is'](_0x14e3c8(0xfa),_0x14e3c8(0x135))),_0x543592=_0x85dd6b[_0x14e3c8(0x12e)];_0x59bd89[_0x14e3c8(0x11a)][_0x14e3c8(0xf2)](()=>{const _0x2d918f=_0x14e3c8;_0x282184[_0x2d918f(0x13e)]([_0x9f022,_0x543592],{'commandName':_0x2d918f(0xfb),'commandParams':[]},[],_0x2d918f(0xfb));});});}for(const _0x333bf6 of[_0x330541(0x119),_0x330541(0x104)]){const _0x47709b=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x333bf6);_0x282184[_0x330541(0x12f)](_0x333bf6,()=>{const _0x263499=_0x330541,_0x45957f=_0x354f82[_0x263499(0x137)](_0x59bd89[_0x263499(0x11a)][_0x263499(0x131)][_0x263499(0x107)])[0x0],_0x506cf1=_0x45957f[_0x263499(0xe8)](_0x263499(0xef)),{column:_0x294715,row:_0x45e539}=_0x354f82[_0x263499(0x10e)](_0x45957f);let _0x2624d9=[];if(_0x263499(0x11e)==_0x47709b[_0x263499(0x118)]){const _0x2e08c1=_0x354f82[_0x263499(0x13d)](_0x506cf1,{'startRow':_0x45e539,'endRow':_0x45e539,'includeAllSlots':!0x0});_0x2624d9=Array[_0x263499(0xf1)](_0x2e08c1)[_0x263499(0xf0)](_0x242c5b=>_0x242c5b[_0x263499(0xeb)]);}else{const _0x21f305=_0x354f82[_0x263499(0x13d)](_0x506cf1,{'column':_0x294715,'includeAllSlots':!0x0});_0x2624d9=Array[_0x263499(0xf1)](_0x21f305)[_0x263499(0xf0)](_0x1cd36b=>_0x1cd36b[_0x263499(0xeb)]);}_0x59bd89[_0x263499(0x11a)][_0x263499(0xf2)](_0x586e23=>{const _0x2b6877=_0x263499;_0x282184[_0x2b6877(0x133)](_0x586e23[_0x2b6877(0xe9)](_0x45957f),{'commandName':_0x333bf6,'commandParams':[]},_0x2624d9,_0x333bf6);});});}_0x282184[_0x330541(0x10a)][_0x330541(0x139)](_0x579781=>{const _0x5b2c4c=_0x330541;if(_0x5b2c4c(0x122)!=_0x579781[_0x5b2c4c(0x10d)]&&_0x5b2c4c(0xf9)!=_0x579781[_0x5b2c4c(0x10d)])return;const {data:_0x1cace1}=_0x579781;return _0x1cace1&&_0x5b2c4c(0xfb)==_0x1cace1[_0x5b2c4c(0x138)]?{'type':_0x5b2c4c(0x11d),'content':_0x2c6b92(_0x415479,_0x5b2c4c(0x123))}:void 0x0;}),_0x282184[_0x330541(0x10a)][_0x330541(0x139)](_0x246b53=>{const _0x47e5a4=_0x330541;if(_0x47e5a4(0x122)!=_0x246b53[_0x47e5a4(0x10d)]&&_0x47e5a4(0xf9)!=_0x246b53[_0x47e5a4(0x10d)])return;const {data:_0x4affdb}=_0x246b53;return _0x4affdb?_0x47e5a4(0x119)==_0x4affdb[_0x47e5a4(0x138)]?{'type':_0x47e5a4(0x11d),'content':_0x2c6b92(_0x415479,_0x47e5a4(0xf8))}:_0x47e5a4(0x104)==_0x4affdb[_0x47e5a4(0x138)]?{'type':_0x47e5a4(0x11d),'content':_0x2c6b92(_0x415479,_0x47e5a4(0x113))}:void 0x0:void 0x0;});const _0x43d266=_0x4fa06a[_0x330541(0xee)]();for(const _0x311d4a of[_0x330541(0x10c),_0x330541(0x121),_0x330541(0x111),_0x330541(0x109)])_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0x311d4a,_0x330541(0xfe),_0x43d266);for(const _0xf7e43f of[_0x330541(0x119),_0x330541(0x104)])_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0xf7e43f,_0x330541(0xfe),_0x43d266);_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0x330541(0xfb),_0x330541(0xfe),_0x5e770f=>{const _0x15742a=_0x330541;_0x59bd89[_0x15742a(0x11a)][_0x15742a(0xf2)](_0x322c05=>{const _0x5216ed=_0x15742a,_0x4fd03a=Array[_0x5216ed(0xf1)](_0x1b99a1[_0x5216ed(0x100)]())[_0x5216ed(0xf0)](_0x3d66bd=>_0x3617d8[_0x5216ed(0x110)](_0x3d66bd));_0x322c05[_0x5216ed(0xea)](_0x5e770f),_0x59bd89[_0x5216ed(0x108)][_0x5216ed(0x13c)](_0x5216ed(0xfb))[_0x5216ed(0xec)](),_0x59bd89[_0x5216ed(0x11b)](_0x5216ed(0xfb),{'forceDefaultExecution':!0x0});const _0x28741a=_0x4fd03a[_0x5216ed(0x148)](_0x496f9c=>_0x5216ed(0x146)!=_0x496f9c[_0x5216ed(0x130)][_0x5216ed(0x101)]);_0x28741a[_0x5216ed(0x10b)]>0x0&&_0x322c05[_0x5216ed(0xea)](_0x28741a);for(const _0x2d0412 of _0x4fd03a)_0x2d0412[_0x5216ed(0x112)]();});});for(const _0x407854 of[_0x330541(0x10c),_0x330541(0x111),_0x330541(0x109),_0x330541(0x121)]){const _0x232df9=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x407854);_0x232df9['on'](_0x330541(0x140),(_0x33963f,_0x533c63,_0x2d1890)=>{const _0x1f71af=_0x330541;if(_0x2d1890){const _0xaa9961=_0x59bd89[_0x1f71af(0x11a)][_0x1f71af(0x131)][_0x1f71af(0x107)][_0x1f71af(0x103)]()[_0x1f71af(0x10f)]()[_0x1f71af(0xf6)](_0x4ca40d=>_0x4ca40d['is'](_0x1f71af(0xfa),_0x1f71af(0x135)));this[_0x1f71af(0x132)](_0x232df9[_0x1f71af(0x12e)],_0xaa9961)||(_0x33963f[_0x1f71af(0xf5)]=!0x1,_0x33963f[_0x1f71af(0x12c)]());}},{'priority':_0x330541(0x115)});}}[_0x33b73e(0x127)](){const _0x3d9d1b=_0x33b73e,_0x43f571=this[_0x3d9d1b(0xf3)][_0x3d9d1b(0x108)][_0x3d9d1b(0x13c)](_0x3d9d1b(0xfb)),_0x21f174=this[_0x3d9d1b(0xf3)][_0x3d9d1b(0xf7)][_0x3d9d1b(0x13c)](_0x3d9d1b(0x134));if(!_0x43f571[_0x3d9d1b(0x116)])return!0x1;const _0x5bc667=_0x21f174[_0x3d9d1b(0x137)](this[_0x3d9d1b(0xf3)][_0x3d9d1b(0x11a)][_0x3d9d1b(0x131)][_0x3d9d1b(0x107)]);for(const _0x35a2fb of _0x5bc667)for(const _0x45431a of _0x5bc667)if(_0x35a2fb!=_0x45431a&&!this[_0x3d9d1b(0x132)](_0x35a2fb,_0x45431a))return!0x1;return!0x0;}[_0x33b73e(0x132)](_0x90af85,_0x595689){const _0x4ba1bb=_0x33b73e,_0x4cb011=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0xf7)][_0x4ba1bb(0x13c)](_0x4ba1bb(0x14a)),_0x1824d1=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0x11a)][_0x4ba1bb(0xe9)](_0x90af85),_0x233701=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0x11a)][_0x4ba1bb(0xe9)](_0x595689),_0x5a64b4=new Set(),_0x216524=new Set();for(const _0x40e213 of _0x4cb011[_0x4ba1bb(0x129)]())if((_0x4ba1bb(0xfc)==_0x40e213[_0x4ba1bb(0x10d)]||_0x4ba1bb(0x124)==_0x40e213[_0x4ba1bb(0x10d)]||_0x4ba1bb(0xfb)==_0x40e213[_0x4ba1bb(0x145)])&&_0x40e213[_0x4ba1bb(0x12b)]){for(const _0x4a363e of _0x40e213[_0x4ba1bb(0x100)]())_0x4a363e[_0x4ba1bb(0x11c)](_0x1824d1,!0x0)&&_0x5a64b4[_0x4ba1bb(0xe7)](_0x40e213[_0x4ba1bb(0x10d)]+':'+_0x40e213[_0x4ba1bb(0x147)]['id']),_0x4a363e[_0x4ba1bb(0x11c)](_0x233701,!0x0)&&_0x216524[_0x4ba1bb(0xe7)](_0x40e213[_0x4ba1bb(0x10d)]+':'+_0x40e213[_0x4ba1bb(0x147)]['id']);}if(_0x5a64b4[_0x4ba1bb(0x141)]!=_0x216524[_0x4ba1bb(0x141)])return!0x1;for(const _0x58f6bf of _0x5a64b4)if(!_0x216524[_0x4ba1bb(0x143)](_0x58f6bf))return!0x1;return!0x0;}}
@@ -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
+ function _0x5a55(_0x3aecec,_0x57f8ef){const _0x126290=_0x1262();return _0x5a55=function(_0x5a555e,_0x165687){_0x5a555e=_0x5a555e-0x1d4;let _0x2c56e2=_0x126290[_0x5a555e];return _0x2c56e2;},_0x5a55(_0x3aecec,_0x57f8ef);}const _0x46aa1d=_0x5a55;function _0x1262(){const _0x47a3f9=['20OdKutv','commands','TrackChangesEditing','3102932jwwOIS','plugins','enableCommand','433389rwuBUv','_descriptionFactory','get','tableOfContents','ELEMENT_TABLE_OF_CONTENTS','7092232QDpeBH','registerElementLabel','afterInit','locale','editor','4850556eAjRBo','1489LADgvm','insertTableOfContents','4754808pHuoRS','562nkeGVH','989580csAGsZ'];_0x1262=function(){return _0x47a3f9;};return _0x1262();}(function(_0x5d9138,_0x10ce9d){const _0x62e6e2=_0x5a55,_0x1315a8=_0x5d9138();while(!![]){try{const _0x4f721f=-parseInt(_0x62e6e2(0x1e8))/0x1*(parseInt(_0x62e6e2(0x1d5))/0x2)+parseInt(_0x62e6e2(0x1dd))/0x3+-parseInt(_0x62e6e2(0x1d7))/0x4*(parseInt(_0x62e6e2(0x1d6))/0x5)+parseInt(_0x62e6e2(0x1e7))/0x6+-parseInt(_0x62e6e2(0x1da))/0x7+parseInt(_0x62e6e2(0x1e2))/0x8+parseInt(_0x62e6e2(0x1d4))/0x9;if(_0x4f721f===_0x10ce9d)break;else _0x1315a8['push'](_0x1315a8['shift']());}catch(_0x1070e3){_0x1315a8['push'](_0x1315a8['shift']());}}}(_0x1262,0x7e171));import{Plugin as _0x5ceaf0}from'ckeditor5/src/core.js';import{getTranslation as _0x236d7b}from'../utils/common-translations.js';export default class _t extends _0x5ceaf0{[_0x46aa1d(0x1e4)](){const _0x27e5cc=_0x46aa1d,_0x22ee75=this[_0x27e5cc(0x1e6)];if(!_0x22ee75[_0x27e5cc(0x1d8)][_0x27e5cc(0x1df)](_0x27e5cc(0x1e9)))return;_0x22ee75[_0x27e5cc(0x1db)][_0x27e5cc(0x1df)](_0x27e5cc(0x1d9))[_0x27e5cc(0x1dc)](_0x27e5cc(0x1e9));const _0x3739b4=_0x22ee75[_0x27e5cc(0x1db)][_0x27e5cc(0x1df)](_0x27e5cc(0x1d9)),_0x342a6a=_0x22ee75[_0x27e5cc(0x1e5)];_0x3739b4[_0x27e5cc(0x1de)][_0x27e5cc(0x1e3)](_0x27e5cc(0x1e0),_0x5ec6b3=>_0x236d7b(_0x342a6a,_0x27e5cc(0x1e1),_0x5ec6b3));}}
@@ -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 _0x28106e=_0x1809;(function(_0x133053,_0x4adac2){const _0x2b1178=_0x1809,_0x14ad63=_0x133053();while(!![]){try{const _0x269585=parseInt(_0x2b1178(0x125))/0x1*(-parseInt(_0x2b1178(0x112))/0x2)+parseInt(_0x2b1178(0x12d))/0x3*(-parseInt(_0x2b1178(0x117))/0x4)+parseInt(_0x2b1178(0xfe))/0x5*(parseInt(_0x2b1178(0x11e))/0x6)+-parseInt(_0x2b1178(0x13c))/0x7*(-parseInt(_0x2b1178(0x121))/0x8)+parseInt(_0x2b1178(0xfd))/0x9*(-parseInt(_0x2b1178(0x13b))/0xa)+-parseInt(_0x2b1178(0x13d))/0xb+-parseInt(_0x2b1178(0x140))/0xc*(-parseInt(_0x2b1178(0x10a))/0xd);if(_0x269585===_0x4adac2)break;else _0x14ad63['push'](_0x14ad63['shift']());}catch(_0x2f8d43){_0x14ad63['push'](_0x14ad63['shift']());}}}(_0xf21a,0x1e2ba));function _0xf21a(){const _0x308cf5=['registerDescriptionCallback','16913RDxSWK','afterInit','_getSuggestion','tableHeight','removeAttribute','get','locale','plugins','530XWcTvA','has','getContainedElement','tableCellBorderColor','registerCustomCallback','8RNFdPB','start','document','join','formatBlock','tableCellHeight','handleDiscardAction','66pJJkzr','tableCellWidth','tableCellBorderStyle','72992miwnRY','enqueueChange','accept','editor','362eGMnZl','setAttribute','commandParams','getSelectionAffectedTableCells','tableWidth','getSuggestions','nodeAfter','TrackChangesTableProperties','237846eXLCJv','pluginName','tableBackgroundColor','TableUtils','tableCellHorizontalAlignment','getSuggestionCallback','format','markBlockFormat','model','discard','getAttribute','tableCellPadding','tableCellBackgroundColor','*Format:*\x20change\x20table\x20properties','14680DVwTkh','161THldmV','932910LzURmf','batch','_suggestionFactory','1524sTxvhy','enableCommand','tableBorderStyle','tableBorderWidth','getFirstPosition','data','_descriptionFactory','subType','tableCellProperties','_handlePropertyChange','table','tableCellVerticalAlignment','tableProperties','change','909kdvnPF','107305LqPYFO','*Format:*\x20change\x20table\x20cell\x20properties','tableCellBorderWidth','tableBorderColor','TablePropertiesEditing','selection','handleSuggestionDescription','TableCellPropertiesEditing','TrackChangesEditing','findAncestor','tableAlignment'];_0xf21a=function(){return _0x308cf5;};return _0xf21a();}import{Plugin as _0x58f18b}from'ckeditor5/src/core.js';function _0x1809(_0x49b279,_0x3a99d6){const _0xf21acb=_0xf21a();return _0x1809=function(_0x1809a5,_0x4808ea){_0x1809a5=_0x1809a5-0xf7;let _0x21721a=_0xf21acb[_0x1809a5];return _0x21721a;},_0x1809(_0x49b279,_0x3a99d6);}import{getTranslation as _0x2cc91b}from'../utils/common-translations.js';export default class Mt extends _0x58f18b{constructor(_0x2eb44f){const _0x33dcec=_0x1809;super(_0x2eb44f),this[_0x33dcec(0xfb)]=[_0x33dcec(0x101),_0x33dcec(0x142),_0x33dcec(0x143),_0x33dcec(0x108),_0x33dcec(0x129),_0x33dcec(0x10d),_0x33dcec(0x12f)],this[_0x33dcec(0xf7)]=[_0x33dcec(0x115),_0x33dcec(0x120),_0x33dcec(0x100),_0x33dcec(0x138),_0x33dcec(0x11f),_0x33dcec(0x11c),_0x33dcec(0x139),_0x33dcec(0x131),_0x33dcec(0xfa)];}static get[_0x28106e(0x12e)](){const _0x48062c=_0x28106e;return _0x48062c(0x12c);}[_0x28106e(0x10b)](){const _0x33fc0f=_0x28106e,_0x53c4df=this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x10f)](_0x33fc0f(0x106));if(this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x113)](_0x33fc0f(0x102))){for(const _0x5a0acf of this[_0x33fc0f(0xfb)])_0x53c4df[_0x33fc0f(0x141)](_0x5a0acf,(_0x168f40,_0x58e344)=>{const _0xbdc0b1=_0x33fc0f,_0x4d57f1=this[_0xbdc0b1(0x124)][_0xbdc0b1(0x135)][_0xbdc0b1(0x119)][_0xbdc0b1(0x103)][_0xbdc0b1(0x144)]()[_0xbdc0b1(0x107)](_0xbdc0b1(0xf9));this[_0xbdc0b1(0xf8)](_0x5a0acf,[_0x4d57f1],this[_0xbdc0b1(0xfb)],_0xbdc0b1(0xfb),_0x168f40,_0x58e344);});_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x123),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x132)](_0x33fc0f(0x11b),null,_0x33fc0f(0x136))),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x136),(_0x315091,_0x4031c1)=>this[_0x33fc0f(0x11d)](this[_0x33fc0f(0xfb)],_0x315091,_0x4031c1)),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x11a),()=>!0x1);}if(this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x113)](_0x33fc0f(0x105))){for(const _0x165b98 of this[_0x33fc0f(0xf7)])_0x53c4df[_0x33fc0f(0x141)](_0x165b98,(_0xd18cab,_0xc901ff)=>{const _0x399b03=_0x33fc0f,_0x162dd4=this[_0x399b03(0x124)][_0x399b03(0x111)][_0x399b03(0x10f)](_0x399b03(0x130))[_0x399b03(0x128)](this[_0x399b03(0x124)][_0x399b03(0x135)][_0x399b03(0x119)][_0x399b03(0x103)]);this[_0x399b03(0xf8)](_0x165b98,_0x162dd4,this[_0x399b03(0xf7)],_0x399b03(0xf7),_0xd18cab,_0xc901ff);});_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x123),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x132)](_0x33fc0f(0x11b),null,_0x33fc0f(0x136))),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x136),(_0x3ae499,_0x115bf5)=>this[_0x33fc0f(0x11d)](this[_0x33fc0f(0xf7)],_0x3ae499,_0x115bf5)),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x11a),()=>!0x1);}_0x53c4df[_0x33fc0f(0x146)][_0x33fc0f(0x109)](_0x70f022=>this[_0x33fc0f(0x104)](_0x70f022));}[_0x28106e(0xf8)](_0x150058,_0x1d8ce5,_0x19af48,_0xdaed0e,_0x1aad03,_0x431fb2){const _0x4224c2=_0x28106e,_0x8dc169=this[_0x4224c2(0x124)][_0x4224c2(0x111)][_0x4224c2(0x10f)](_0x4224c2(0x106));this[_0x4224c2(0x124)][_0x4224c2(0x135)][_0x4224c2(0x122)](_0x431fb2[_0x4224c2(0x13e)],()=>{const _0x596362=_0x4224c2;for(const _0x494db4 of _0x1d8ce5){if(this[_0x596362(0x10c)](_0x494db4,_0xdaed0e))_0x1aad03(_0x431fb2);else{const _0x116b9b={};for(const _0xa9ae5f of _0x19af48){const _0x1e129c=_0x494db4[_0x596362(0x137)](_0xa9ae5f);void 0x0!==_0x1e129c&&(_0x116b9b[_0xa9ae5f]=_0x1e129c);}_0x1aad03(_0x431fb2),_0x8dc169[_0x596362(0x134)](_0x494db4,{'commandParams':[_0x116b9b]},[],_0xdaed0e);}}});}[_0x28106e(0x11d)](_0x4a9970,_0x3d3867,_0x27642d){const _0xd6ec89=_0x28106e,_0x14a665=_0x3d3867[0x0][_0xd6ec89(0x118)][_0xd6ec89(0x12b)],_0x1861be=_0x27642d[_0xd6ec89(0x127)][0x0];this[_0xd6ec89(0x124)][_0xd6ec89(0x135)][_0xd6ec89(0xfc)](_0x3d5dc1=>{const _0x406f10=_0xd6ec89;for(const _0x396547 of _0x4a9970)void 0x0!==_0x1861be[_0x396547]?_0x3d5dc1[_0x406f10(0x126)](_0x396547,_0x1861be[_0x396547],_0x14a665):_0x3d5dc1[_0x406f10(0x10e)](_0x396547,_0x14a665);});}[_0x28106e(0x104)](_0x59735a){const _0x4260ed=_0x28106e;if(_0x59735a[_0x4260ed(0x145)])switch(_0x59735a[_0x4260ed(0x147)]){case _0x4260ed(0xfb):return{'type':_0x4260ed(0x133),'content':_0x2cc91b(this[_0x4260ed(0x124)][_0x4260ed(0x110)],_0x4260ed(0x13a))};case _0x4260ed(0xf7):return{'type':_0x4260ed(0x133),'content':_0x2cc91b(this[_0x4260ed(0x124)][_0x4260ed(0x110)],_0x4260ed(0xff))};}}[_0x28106e(0x10c)](_0x73676,_0x261b8c){const _0x400c52=_0x28106e,_0x7e97c6=this[_0x400c52(0x124)][_0x400c52(0x111)][_0x400c52(0x10f)](_0x400c52(0x106));for(const _0xebbce6 of _0x7e97c6[_0x400c52(0x12a)]({'skipNotAttached':!0x0})){const _0x127d19=_0xebbce6[_0x400c52(0x114)]();if(_0xebbce6[_0x400c52(0x147)]===_0x261b8c&&_0x127d19===_0x73676)return _0xebbce6;}return null;}}
@@ -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 _0x3f922a=_0x3815;function _0x3815(_0x5182df,_0x3224fd){const _0x33f0ad=_0x33f0();return _0x3815=function(_0x38158e,_0x48c832){_0x38158e=_0x38158e-0x17e;let _0x3ddc7a=_0x33f0ad[_0x38158e];return _0x3ddc7a;},_0x3815(_0x5182df,_0x3224fd);}(function(_0x50758f,_0x13f508){const _0x2c4117=_0x3815,_0x451a3c=_0x50758f();while(!![]){try{const _0x3cc02e=parseInt(_0x2c4117(0x18c))/0x1+-parseInt(_0x2c4117(0x17e))/0x2+parseInt(_0x2c4117(0x186))/0x3+-parseInt(_0x2c4117(0x181))/0x4*(-parseInt(_0x2c4117(0x184))/0x5)+-parseInt(_0x2c4117(0x18a))/0x6+parseInt(_0x2c4117(0x183))/0x7*(-parseInt(_0x2c4117(0x189))/0x8)+parseInt(_0x2c4117(0x18f))/0x9;if(_0x3cc02e===_0x13f508)break;else _0x451a3c['push'](_0x451a3c['shift']());}catch(_0x15391b){_0x451a3c['push'](_0x451a3c['shift']());}}}(_0x33f0,0x75959));import{Plugin as _0x593e2d}from'ckeditor5/src/core.js';function _0x33f0(){const _0x136ebe=['afterInit','insertTemplate','31112vggYpB','3871368fBzogW','editor','396603PZreAK','TrackChangesEditing','has','5150331kvsxiE','1527312oeXURy','plugins','get','512612SpHogs','enableCommand','98nrUqTG','15AoHwQx','Template','1774902azqrmc'];_0x33f0=function(){return _0x136ebe;};return _0x33f0();}export default class vt extends _0x593e2d{[_0x3f922a(0x187)](){const _0x432cab=_0x3f922a,_0x2b3d47=this[_0x432cab(0x18b)];_0x2b3d47[_0x432cab(0x17f)][_0x432cab(0x18e)](_0x432cab(0x185))&&_0x2b3d47[_0x432cab(0x17f)][_0x432cab(0x180)](_0x432cab(0x18d))[_0x432cab(0x182)](_0x432cab(0x188));}}
@@ -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 _0x591edc=_0x4c23;(function(_0x41cd62,_0x218acc){const _0x444866=_0x4c23,_0x3a45b4=_0x41cd62();while(!![]){try{const _0x415169=-parseInt(_0x444866(0xc5))/0x1+parseInt(_0x444866(0xb8))/0x2+-parseInt(_0x444866(0xc2))/0x3+-parseInt(_0x444866(0xdb))/0x4*(parseInt(_0x444866(0xd7))/0x5)+parseInt(_0x444866(0xbb))/0x6*(parseInt(_0x444866(0xce))/0x7)+parseInt(_0x444866(0xb0))/0x8+parseInt(_0x444866(0xbc))/0x9*(parseInt(_0x444866(0xb6))/0xa);if(_0x415169===_0x218acc)break;else _0x3a45b4['push'](_0x3a45b4['shift']());}catch(_0x3f2092){_0x3a45b4['push'](_0x3a45b4['shift']());}}}(_0x192c,0xc9ed1));function _0x4c23(_0x1595cf,_0xb24d66){const _0x192c4f=_0x192c();return _0x4c23=function(_0x4c234d,_0x1e9fa3){_0x4c234d=_0x4c234d-0xb0;let _0x501b82=_0x192c4f[_0x4c234d];return _0x501b82;},_0x4c23(_0x1595cf,_0xb24d66);}import{Plugin as _0x35017e}from'ckeditor5/src/core.js';import{getTranslation as _0x2abd41}from'../utils/common-translations.js';function _0x192c(){const _0x5448ba=['10fDvKgW','afterInit','updateMarker','get','1222576xvbLam','2474184UNeeYa','registerElementLabel','element','Title','_splitMarkerName','getNearestSelectionRange','9340OkHXAM','title-content','682502ViMZgy','model','nodeBefore','3444iZNniU','11538XMZrYG','forward','locale','isTouching','_descriptionFactory','document','4076001ZdoDke','suggestion','newRange','615592wkjwPF','has','differ','registerPostFixer','plugins','getChangedMarkers','isCollapsed','TrackChangesEditing','from','19082AysELr','ELEMENT_TITLE','removeMarker','editor','end','createRange','start','isEqual','schema'];_0x192c=function(){return _0x5448ba;};return _0x192c();}export default class Ct extends _0x35017e{[_0x591edc(0xd8)](){const _0xad27fc=_0x591edc,_0xc32699=this[_0xad27fc(0xd1)];if(!_0xc32699[_0xad27fc(0xc9)][_0xad27fc(0xc6)](_0xad27fc(0xb3)))return;const _0x15554a=_0xc32699[_0xad27fc(0xc9)][_0xad27fc(0xda)](_0xad27fc(0xcc));_0x15554a[_0xad27fc(0xc0)][_0xad27fc(0xb1)](_0xad27fc(0xb7),()=>_0x2abd41(_0xc32699[_0xad27fc(0xbe)],_0xad27fc(0xcf))),_0xc32699[_0xad27fc(0xb9)][_0xad27fc(0xc1)][_0xad27fc(0xc8)](_0xdaf37e=>{const _0x36181=_0xad27fc;let _0x536a48=!0x1;const _0x1d4d35=Array[_0x36181(0xcd)](_0xc32699[_0x36181(0xb9)][_0x36181(0xc1)][_0x36181(0xc7)][_0x36181(0xca)]());for(const {name:_0x20f01c,data:_0x3f6e03}of _0x1d4d35){const {group:_0x45efd4}=_0x15554a[_0x36181(0xb4)](_0x20f01c);if(_0x36181(0xc3)!==_0x45efd4||!_0x3f6e03[_0x36181(0xc4)])continue;const _0x386421=_0x3f6e03[_0x36181(0xc4)],_0x45f5a2=_0x386421[_0x36181(0xd2)][_0x36181(0xba)];if(!_0x45f5a2||!_0x45f5a2['is'](_0x36181(0xb2),_0x36181(0xb7)))continue;if(!_0x386421[_0x36181(0xd4)][_0x36181(0xbf)](_0x386421[_0x36181(0xd2)]))continue;const _0x5404a6=_0xc32699[_0x36181(0xb9)][_0x36181(0xd6)][_0x36181(0xb5)](_0x386421[_0x36181(0xd2)],_0x36181(0xbd));if(_0x5404a6&&_0x5404a6[_0x36181(0xcb)]){const _0x4a3089=_0xdaf37e[_0x36181(0xd3)](_0x386421[_0x36181(0xd4)],_0x5404a6[_0x36181(0xd4)]);_0x4a3089[_0x36181(0xd5)](_0x386421)||(_0xdaf37e[_0x36181(0xd9)](_0x20f01c,{'range':_0x4a3089}),_0x536a48=!0x0);}_0x536a48||(_0xdaf37e[_0x36181(0xd0)](_0x20f01c),_0x536a48=!0x0);}return _0x536a48;});}}
@@ -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 _0x5683c5=_0x234e;(function(_0x1e8987,_0x1ec224){const _0x347548=_0x234e,_0x48c45=_0x1e8987();while(!![]){try{const _0x5e2a8a=parseInt(_0x347548(0x95))/0x1*(-parseInt(_0x347548(0x91))/0x2)+-parseInt(_0x347548(0x9f))/0x3*(-parseInt(_0x347548(0x90))/0x4)+-parseInt(_0x347548(0x9a))/0x5*(-parseInt(_0x347548(0x92))/0x6)+parseInt(_0x347548(0x94))/0x7*(-parseInt(_0x347548(0x8d))/0x8)+parseInt(_0x347548(0x8f))/0x9+parseInt(_0x347548(0xa1))/0xa+parseInt(_0x347548(0x9e))/0xb*(-parseInt(_0x347548(0x9b))/0xc);if(_0x5e2a8a===_0x1ec224)break;else _0x48c45['push'](_0x48c45['shift']());}catch(_0xc724e){_0x48c45['push'](_0x48c45['shift']());}}}(_0x4f22,0x76e88));function _0x4f22(){const _0x27e92d=['TrackChangesEditing','63Upmmnl','9cjSgGE','get','afterInit','has','undo','50725xlCIHJ','137364gigQUJ','UndoEditing','editor','935cZJStX','2689143oNkwtV','enableCommand','5547540eGkeNc','redo','444256BxNXAA','plugins','802935iWcygM','4ElWkHu','69102IcOkNc','432nruFAc'];_0x4f22=function(){return _0x27e92d;};return _0x4f22();}import{Plugin as _0x16bf43}from'ckeditor5/src/core.js';function _0x234e(_0x3c47d8,_0x572888){const _0x4f22fb=_0x4f22();return _0x234e=function(_0x234e78,_0x809f12){_0x234e78=_0x234e78-0x8d;let _0x1f3069=_0x4f22fb[_0x234e78];return _0x1f3069;},_0x234e(_0x3c47d8,_0x572888);}export default class Dt extends _0x16bf43{[_0x5683c5(0x97)](){const _0x5134a4=_0x5683c5,_0x24abb7=this[_0x5134a4(0x9d)],_0x3f9506=_0x24abb7[_0x5134a4(0x8e)][_0x5134a4(0x96)](_0x5134a4(0x93));_0x24abb7[_0x5134a4(0x8e)][_0x5134a4(0x98)](_0x5134a4(0x9c))&&(_0x3f9506[_0x5134a4(0xa0)](_0x5134a4(0x99)),_0x3f9506[_0x5134a4(0xa0)](_0x5134a4(0xa2)));}}
@@ -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 _0x4310(){const _0xeeff54=['model','start','consumable','ck-suggestion-marker--active','isAtEnd','33750442OCRBuU','8431490sYbUWL','name','addClass','isContent','bindElementToMarker','hasAttribute','plugins','previousPosition','listIndent','createUIElement','elementEnd','mapper','addHighlight','1920002QZpQQF','getCustomProperty','type','activeMarkers','getItems','get','writer','push','element','insert','70440peKdwD','isBlock','isLimit','createRangeOn','markerRange','markerName','item','parent','getAttribute','getWalker','9yDGYRA','593944Vkisdc','50avkFwQ','4ewLpto','includes','span','1657587UVkLJl','schema','214947oHulqB','ck-suggestion-marker-','toViewPosition','TrackChangesEditing','nextSibling','test','toViewElement','40udYsTG','listItem'];_0x4310=function(){return _0xeeff54;};return _0x4310();}(function(_0x201297,_0x49aa3a){const _0x2ccba6=_0x404c,_0x2ad0a7=_0x201297();while(!![]){try{const _0x439b81=-parseInt(_0x2ccba6(0x123))/0x1*(-parseInt(_0x2ccba6(0x11e))/0x2)+-parseInt(_0x2ccba6(0x121))/0x3+-parseInt(_0x2ccba6(0x11c))/0x4+-parseInt(_0x2ccba6(0x11d))/0x5*(-parseInt(_0x2ccba6(0x111))/0x6)+parseInt(_0x2ccba6(0x107))/0x7*(-parseInt(_0x2ccba6(0xf2))/0x8)+parseInt(_0x2ccba6(0x11b))/0x9*(-parseInt(_0x2ccba6(0xfa))/0xa)+parseInt(_0x2ccba6(0xf9))/0xb;if(_0x439b81===_0x49aa3a)break;else _0x2ad0a7['push'](_0x2ad0a7['shift']());}catch(_0x181aae){_0x2ad0a7['push'](_0x2ad0a7['shift']());}}}(_0x4310,0xaae12));export function getRangesWithAttribute(_0x5d7394,_0xf597d1,_0xad1511){const _0x36bf98=_0x404c,_0x567426=[];for(const _0x1221a7 of _0xf597d1[_0x36bf98(0x10b)]())_0x1221a7[_0x36bf98(0xff)](_0x5d7394)&&_0x567426[_0x36bf98(0x10e)](_0xad1511[_0x36bf98(0x114)](_0x1221a7));return _0x567426;}function _0x404c(_0x31dfdf,_0x2436d8){const _0x431003=_0x4310();return _0x404c=function(_0x404c20,_0x57ec74){_0x404c20=_0x404c20-0xec;let _0x363af1=_0x431003[_0x404c20];return _0x363af1;},_0x404c(_0x31dfdf,_0x2436d8);}export function getElementsAffectedByListItemRename(_0x2772e7){const _0x4ec1e0=_0x404c,_0x16d018=[];if(_0x2772e7['is'](_0x4ec1e0(0x10f),_0x4ec1e0(0xf3))){let _0x25e9a8=_0x2772e7[_0x4ec1e0(0xef)];for(;_0x25e9a8&&_0x25e9a8['is'](_0x4ec1e0(0x10f),_0x4ec1e0(0xf3))&&_0x25e9a8[_0x4ec1e0(0x119)](_0x4ec1e0(0x102))>0x0;)_0x16d018[_0x4ec1e0(0x10e)](_0x25e9a8),_0x25e9a8=_0x25e9a8[_0x4ec1e0(0xef)];}return _0x16d018;}export function downcastSplitMergeMarker(_0x172cb5,_0x280658,{showActiveMarker:_0x301809=!0x0}={}){const _0x53ff98=_0x404c,_0x160450=_0x172cb5[_0x53ff98(0x100)][_0x53ff98(0x10c)](_0x53ff98(0xee));return(_0x1009eb,_0x140f6c,_0x1269bd)=>{const _0xfffa5b=_0x53ff98;if(!_0x1269bd[_0xfffa5b(0xf6)][_0xfffa5b(0xf0)](_0x140f6c[_0xfffa5b(0x115)],_0x1009eb[_0xfffa5b(0xfb)]))return;const _0x39eab9=_0x140f6c[_0xfffa5b(0x115)][_0xfffa5b(0x11a)](),_0x1962b7=_0x140f6c[_0xfffa5b(0x115)][_0xfffa5b(0xf5)],_0x2da1e1=_0x172cb5[_0xfffa5b(0xf4)][_0xfffa5b(0x122)];let _0x1962e1=null,_0x2afad9=null,_0x2b7e28=!0x1,_0x3ce3d7=!0x1;for(const _0x481850 of _0x39eab9){const _0x33970d=_0x481850[_0xfffa5b(0x117)];_0x2b7e28=_0x2b7e28||_0x2da1e1[_0xfffa5b(0xfd)](_0x33970d);const _0x3db784=_0x1269bd[_0xfffa5b(0x105)][_0xfffa5b(0xf1)](_0x33970d);if(_0x3db784&&_0x3db784[_0xfffa5b(0x108)](_0xfffa5b(0x106)))return;_0xfffa5b(0x104)==_0x481850[_0xfffa5b(0x109)]&&(_0x2da1e1[_0xfffa5b(0x112)](_0x33970d)&&!_0x2da1e1[_0xfffa5b(0x113)](_0x33970d)&&(_0x33970d[_0xfffa5b(0xef)]||_0x1962b7[_0xfffa5b(0xf8)]?_0x1962e1&&_0x1962e1[_0xfffa5b(0x118)]==_0x33970d||(_0x1962e1=_0x33970d,_0x114c79(_0x481850[_0xfffa5b(0x101)]),_0x3ce3d7=!0x0):_0x2afad9=_0x2afad9||_0x481850[_0xfffa5b(0x101)]));}function _0x114c79(_0x1acb3e){const _0x1f448a=_0xfffa5b,_0x7b2b7=_0x1269bd[_0x1f448a(0x10d)][_0x1f448a(0x103)](_0x1f448a(0x120),{'class':_0x1f448a(0xec)+_0x280658}),_0x3fe8ea=_0x1269bd[_0x1f448a(0x105)][_0x1f448a(0xed)](_0x1acb3e);_0x301809&&_0x160450[_0x1f448a(0x10a)][_0x1f448a(0x11f)](_0x140f6c[_0x1f448a(0x116)])&&_0x1269bd[_0x1f448a(0x10d)][_0x1f448a(0xfc)](_0x1f448a(0xf7),_0x7b2b7),_0x1269bd[_0x1f448a(0x10d)][_0x1f448a(0x110)](_0x3fe8ea,_0x7b2b7),_0x1269bd[_0x1f448a(0x105)][_0x1f448a(0xfe)](_0x7b2b7,_0x140f6c[_0x1f448a(0x116)]);}_0x2b7e28||_0x3ce3d7||!_0x2afad9||_0x114c79(_0x2afad9);};}