@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240423.0 → 0.0.0-nightly-20240424.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +4 -0
- package/dist/index.css +4 -0
- package/dist/index.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/augmentation.d.ts +44 -0
- package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/trackchangescommand.d.ts +30 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/integrations/aiassistant.d.ts +21 -0
- package/dist/types/integrations/alignment.d.ts +21 -0
- package/dist/types/integrations/basicstyles.d.ts +21 -0
- package/dist/types/integrations/blockquote.d.ts +21 -0
- package/dist/types/integrations/casechange.d.ts +21 -0
- package/dist/types/integrations/ckbox.d.ts +21 -0
- package/dist/types/integrations/codeblock.d.ts +21 -0
- package/dist/types/integrations/comments.d.ts +18 -0
- package/dist/types/integrations/deletecommand.d.ts +21 -0
- package/dist/types/integrations/entercommand.d.ts +20 -0
- package/dist/types/integrations/findandreplace.d.ts +25 -0
- package/dist/types/integrations/font.d.ts +21 -0
- package/dist/types/integrations/formatpainter.d.ts +21 -0
- package/dist/types/integrations/heading.d.ts +21 -0
- package/dist/types/integrations/highlight.d.ts +21 -0
- package/dist/types/integrations/horizontalline.d.ts +21 -0
- package/dist/types/integrations/htmlembed.d.ts +21 -0
- package/dist/types/integrations/image.d.ts +21 -0
- package/dist/types/integrations/imagereplace.d.ts +21 -0
- package/dist/types/integrations/imagestyle.d.ts +21 -0
- package/dist/types/integrations/importword.d.ts +22 -0
- package/dist/types/integrations/indent.d.ts +21 -0
- package/dist/types/integrations/inputcommand.d.ts +20 -0
- package/dist/types/integrations/legacylist.d.ts +21 -0
- package/dist/types/integrations/legacylistproperties.d.ts +33 -0
- package/dist/types/integrations/link.d.ts +21 -0
- package/dist/types/integrations/list.d.ts +21 -0
- package/dist/types/integrations/listproperties.d.ts +24 -0
- package/dist/types/integrations/mediaembed.d.ts +21 -0
- package/dist/types/integrations/mention.d.ts +21 -0
- package/dist/types/integrations/multilevellist.d.ts +28 -0
- package/dist/types/integrations/pagebreak.d.ts +21 -0
- package/dist/types/integrations/paragraph.d.ts +21 -0
- package/dist/types/integrations/removeformat.d.ts +21 -0
- package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/types/integrations/shiftentercommand.d.ts +20 -0
- package/dist/types/integrations/standardeditingmode.d.ts +21 -0
- package/dist/types/integrations/style.d.ts +21 -0
- package/dist/types/integrations/table.d.ts +46 -0
- package/dist/types/integrations/tablecaption.d.ts +26 -0
- package/dist/types/integrations/tableclipboard.d.ts +23 -0
- package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/types/integrations/tableheadings.d.ts +26 -0
- package/dist/types/integrations/tablemergesplit.d.ts +26 -0
- package/dist/types/integrations/tableofcontents.d.ts +21 -0
- package/dist/types/integrations/tableproperties.d.ts +31 -0
- package/dist/types/integrations/template.d.ts +21 -0
- package/dist/types/integrations/title.d.ts +21 -0
- package/dist/types/integrations/undo.d.ts +21 -0
- package/dist/types/integrations/utils.d.ts +25 -0
- package/dist/types/suggestion.d.ts +295 -0
- package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/types/trackchanges.d.ts +184 -0
- package/dist/types/trackchangesconfig.d.ts +82 -0
- package/dist/types/trackchangesdata.d.ts +45 -0
- package/dist/types/trackchangesediting.d.ts +530 -0
- package/dist/types/trackchangesui.d.ts +42 -0
- package/dist/types/ui/suggestioncontroller.d.ts +41 -0
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
- package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/utils.d.ts +34 -0
- package/package.json +4 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3edd43=_0x387b;(function(_0x203869,_0x5cf499){const _0x2e3f62=_0x387b,_0x6b961c=_0x203869();while(!![]){try{const _0x3728e=-parseInt(_0x2e3f62(0x17e))/0x1*(-parseInt(_0x2e3f62(0x169))/0x2)+-parseInt(_0x2e3f62(0x163))/0x3+-parseInt(_0x2e3f62(0x1b9))/0x4*(parseInt(_0x2e3f62(0x19f))/0x5)+-parseInt(_0x2e3f62(0x17d))/0x6+parseInt(_0x2e3f62(0x136))/0x7+parseInt(_0x2e3f62(0x166))/0x8+parseInt(_0x2e3f62(0x19a))/0x9;if(_0x3728e===_0x5cf499)break;else _0x6b961c['push'](_0x6b961c['shift']());}catch(_0x4dae88){_0x6b961c['push'](_0x6b961c['shift']());}}}(_0x72f2,0x5ae19));import{Plugin as _0x375fca}from'ckeditor5/src/core.js';import{LiveRange as _0x5583ac}from'ckeditor5/src/engine.js';function _0x387b(_0x328731,_0x4e7750){const _0x72f236=_0x72f2();return _0x387b=function(_0x387b02,_0x3ec4a9){_0x387b02=_0x387b02-0x11b;let _0x28d031=_0x72f236[_0x387b02];return _0x28d031;},_0x387b(_0x328731,_0x4e7750);}import{setHighlightHandling as _0x46b8da}from'ckeditor5/src/widget.js';function _0x72f2(){const _0x23bc33=['locale','createPositionAt','isArray','some','order','isInContent','getCellLocation','createTableWalker','toViewElement','table','showSuggestionHighlights','ELEMENT_TABLE_ROW','insertTableColumnRight','get','$graveyard','getChildren','1170900TQtECj','rootName','first','options','subType','30BNcSMj','includes','TableEditing','getAttribute','map','_suggestionFactory','insertTableRowAbove','batch','registerPostFixer','name','commands','mapper','markMultiRangeInsertion','addRange','forceValue','addClass','selection','isTouching','afterInit','detach','selectTableRow','filter','last','$textProxy','every','type','198196BVhWkj','insertTableRowBelow','suggestion','push','minColumn','registerCustomCallback','oldRange','ELEMENT_TABLE_WITH_TEXT','TrackChangesEditing','isEqual','getSuggestion','toLowerCase','removeTableRow','tableColumn','change:data','removeClass','root','tableCell','position','registerDescriptionCallback','low','data','getSelectionAffectedTableCells','insertTableColumnLeft','left','refresh','colspan','getRowIndexes','maxColumn','tableRow','5012546QRBAwW','deletion','fromRange','insertTable','classes','_splitMarkerName','removeTableColumn','nodeBefore','markMultiRangeDeletion','ELEMENT_TABLE','plugins','_descriptionFactory','_acceptFormatSuggestionCallbackFactory','document','getChanges','setSelection','highest','min','_tablePostFixingSubtypes','length','max','_getCoordsForCells','has','registerElementLabel','add','writer','element','TableUtils','createRangeOn','from','discard','enableCommand','enqueueChange','createRangeIn','ELEMENT_TABLE_COLUMN','*Remove:*\x20%0','hasAttribute','_setupColumnsRowsFixing','getContainedElement','ELEMENT_TABLE_COLUMN_WITH_TEXT','_tableSuggestions','_getSuggestionCoords','join','insertion','editor','514995EkQtHc','model','change','2396384phlPLB','startsWith','*Insert:*\x20%0','2xILICF','start','getRanges','getColumnIndexes','MAX_SAFE_INTEGER','insert','tablePaste','selectTableColumn','MIN_SAFE_INTEGER','downcastDispatcher','nodeAfter','span','getItems','maxRow','substr','end','above','findAncestor','differ','cell','3400584YEnplI','262246oVFDHG','getFirstRange','item','minRow','isIntersectingWithRange','execute','values','getChangedMarkers','accept','addMarker:suggestion','rowspan','ELEMENT_TABLE_ROW_WITH_TEXT'];_0x72f2=function(){return _0x23bc33;};return _0x72f2();}import{getTranslation as _0x48f607}from'../utils/common-translations.js';export default class jt extends _0x375fca{constructor(_0xe2ae18){const _0x35507a=_0x387b;super(_0xe2ae18),this[_0x35507a(0x148)]=[_0x35507a(0x135),_0x35507a(0x125)],this[_0x35507a(0x15e)]=new Set();}[_0x3edd43(0x1b1)](){const _0x1b737b=_0x3edd43,_0x535080=this[_0x1b737b(0x162)],_0x123e24=_0x535080[_0x1b737b(0x164)][_0x1b737b(0x143)][_0x1b737b(0x1af)];if(!_0x535080[_0x1b737b(0x140)][_0x1b737b(0x14c)](_0x1b737b(0x1a1)))return;const _0x4d76e2=_0x535080[_0x1b737b(0x18a)],_0x38244e=_0x535080[_0x1b737b(0x140)][_0x1b737b(0x197)](_0x1b737b(0x120)),_0x31dbb9=_0x535080[_0x1b737b(0x140)][_0x1b737b(0x197)](_0x1b737b(0x151));_0x38244e[_0x1b737b(0x141)][_0x1b737b(0x14d)](_0x1b737b(0x193),_0x369e19=>_0x48f607(_0x4d76e2,_0x1b737b(0x13f),_0x369e19)),this[_0x1b737b(0x15b)](),_0x38244e[_0x1b737b(0x155)](_0x1b737b(0x139)),_0x38244e[_0x1b737b(0x155)](_0x1b737b(0x1b3)),_0x38244e[_0x1b737b(0x155)](_0x1b737b(0x170));for(const _0x50f16d of[_0x1b737b(0x1a5),_0x1b737b(0x1ba)]){const _0xd64a26=_0x535080[_0x1b737b(0x1a9)][_0x1b737b(0x197)](_0x50f16d);_0x38244e[_0x1b737b(0x155)](_0x50f16d,_0x26bcfb=>{const _0x11b724=_0x1b737b;_0x535080[_0x11b724(0x164)][_0x11b724(0x165)](_0x27f9ab=>{const _0xc6f9ab=_0x11b724;_0x26bcfb();const _0x2f5a03=_0xc6f9ab(0x179)===_0xd64a26[_0xc6f9ab(0x18e)],_0x66a0cb=_0x31dbb9[_0xc6f9ab(0x12e)](_0x123e24),_0x58ddd4=_0x31dbb9[_0xc6f9ab(0x133)](_0x66a0cb),_0x3676e4=_0x2f5a03?_0x58ddd4[_0xc6f9ab(0x19c)]-0x1:_0x58ddd4[_0xc6f9ab(0x1b5)]+0x1,_0x7bfc74=_0x66a0cb[0x0][_0xc6f9ab(0x17a)](_0xc6f9ab(0x193)),_0x390a99=_0x31dbb9[_0xc6f9ab(0x191)](_0x7bfc74,{'startRow':_0x3676e4,'endRow':_0x3676e4}),_0x34092d=Array[_0xc6f9ab(0x153)](_0x390a99)[_0xc6f9ab(0x1a3)](_0x24cd7d=>_0x27f9ab[_0xc6f9ab(0x152)](_0x24cd7d[_0xc6f9ab(0x17c)]));_0x38244e[_0xc6f9ab(0x1ab)](_0x34092d,_0xc6f9ab(0x135));});});}for(const _0x1cf77a of[_0x1b737b(0x12f),_0x1b737b(0x196)]){const _0x36b2f6=_0x535080[_0x1b737b(0x1a9)][_0x1b737b(0x197)](_0x1cf77a);_0x38244e[_0x1b737b(0x155)](_0x1cf77a,_0x1acdea=>{const _0x254b66=_0x1b737b;_0x535080[_0x254b66(0x164)][_0x254b66(0x165)](_0x2ed72d=>{const _0x30dc17=_0x254b66;_0x1acdea();const _0x26ca0b=_0x30dc17(0x130)===_0x36b2f6[_0x30dc17(0x18e)],_0x2e9d63=_0x31dbb9[_0x30dc17(0x12e)](_0x123e24),_0x144bd1=_0x31dbb9[_0x30dc17(0x16c)](_0x2e9d63),_0x4785c8=_0x26ca0b?_0x144bd1[_0x30dc17(0x19c)]-0x1:_0x144bd1[_0x30dc17(0x1b5)]+0x1,_0x2e3db7=_0x2e9d63[0x0][_0x30dc17(0x17a)](_0x30dc17(0x193)),_0x9d27=_0x31dbb9[_0x30dc17(0x191)](_0x2e3db7,{'startRow':0x0,'column':_0x4785c8,'includeAllSlots':!0x1}),_0x12ac40=Array[_0x30dc17(0x153)](_0x9d27)[_0x30dc17(0x1a3)](_0x3b1db0=>_0x2ed72d[_0x30dc17(0x152)](_0x3b1db0[_0x30dc17(0x17c)]));_0x38244e[_0x30dc17(0x1ab)](_0x12ac40,_0x30dc17(0x125));});});}for(const _0x18fed8 of[_0x1b737b(0x124),_0x1b737b(0x13c)]){const _0x1bfc8d=_0x18fed8[_0x1b737b(0x177)](0xb),_0x19de3c=_0x1bfc8d[_0x1b737b(0x123)](),_0x12bef2=_0x19de3c[_0x1b737b(0x177)](0x0,0x3)+_0x1b737b(0x174),_0x41bbbb=_0x1b737b(0x193)+_0x1bfc8d,_0x104005=_0x1b737b(0x147)+_0x1bfc8d,_0x55ad8b=_0x1b737b(0x14a)+_0x1bfc8d;_0x38244e[_0x1b737b(0x155)](_0x18fed8,()=>{const _0x48f49c=_0x1b737b;_0x535080[_0x48f49c(0x164)][_0x48f49c(0x165)](_0x147d6d=>{const _0x1f23d6=_0x48f49c,_0x1a788b=_0x31dbb9[_0x1f23d6(0x12e)](_0x123e24),_0x27ab13=_0x1a788b[0x0][_0x1f23d6(0x17a)](_0x1f23d6(0x193));let _0xbf4b21;if(_0x1f23d6(0x124)==_0x18fed8){const _0xcb9eba=_0x31dbb9[_0x1f23d6(0x133)](_0x1a788b);_0xbf4b21={'startRow':_0xcb9eba[_0x1f23d6(0x19c)],'endRow':_0xcb9eba[_0x1f23d6(0x1b5)],'includeAllSlots':!0x0};}else{const _0x14019f=_0x31dbb9[_0x1f23d6(0x16c)](_0x1a788b);_0xbf4b21={'startColumn':_0x14019f[_0x1f23d6(0x19c)],'endColumn':_0x14019f[_0x1f23d6(0x1b5)],'includeAllSlots':!0x0};}const _0x1627d6=_0x31dbb9[_0x1f23d6(0x191)](_0x27ab13,_0xbf4b21),_0xd2fb20=Array[_0x1f23d6(0x153)](_0x1627d6)[_0x1f23d6(0x1a3)](({cell:_0xc0a972})=>_0xc0a972),_0x5024d2=Ee(_0xd2fb20[_0x1f23d6(0x1b4)](_0x20e5f9=>_0x20e5f9[_0x1f23d6(0x15a)](_0x12bef2))),_0x5927a0=Ee(_0xd2fb20[_0x1f23d6(0x1b4)](_0x500668=>!_0x500668[_0x1f23d6(0x15a)](_0x12bef2)))[_0x1f23d6(0x1a3)](_0x221d9a=>_0x147d6d[_0x1f23d6(0x152)](_0x221d9a)),_0x3648b3=_0x38244e[_0x1f23d6(0x13e)](_0x5927a0,_0x41bbbb);if(_0x3648b3&&(_0x1f23d6(0x135)==_0x3648b3[_0x1f23d6(0x19e)]||_0x1f23d6(0x125)==_0x3648b3[_0x1f23d6(0x19e)])){const _0x71832f=this[_0x1f23d6(0x15f)](_0x3648b3);for(const _0x3125db of _0x5024d2){const _0x3267eb=_0x147d6d[_0x1f23d6(0x152)](_0x3125db),_0x2eb596=_0x31dbb9[_0x1f23d6(0x190)](_0x3125db),_0x5c77a6=_0x3125db[_0x1f23d6(0x1a2)](_0x12bef2)-0x1,_0x3a3a63=_0x71832f[_0x104005],_0xbea325=_0x71832f[_0x55ad8b];_0x3a3a63<=_0x2eb596[_0x19de3c]&&_0x2eb596[_0x19de3c]+_0x5c77a6<=_0xbea325&&_0x3648b3[_0x1f23d6(0x1ac)](_0x3267eb);}}});});}function _0x2f4210(_0x2909a6){const _0x5f6196=_0x1b737b,_0x4aa7cb=Array[_0x5f6196(0x153)](_0x123e24[_0x5f6196(0x16b)]())[_0x5f6196(0x1a3)](_0x3b6ac7=>_0x5583ac[_0x5f6196(0x138)](_0x3b6ac7));_0x535080[_0x5f6196(0x164)][_0x5f6196(0x165)](_0x37e247=>{const _0x1a23fd=_0x5f6196,_0x102d55=_0x37e247[_0x1a23fd(0x1a6)];_0x2909a6=_0x2909a6[_0x1a23fd(0x1b4)](_0x2f97cf=>_0x1a23fd(0x198)!=_0x2f97cf[_0x1a23fd(0x128)][_0x1a23fd(0x19b)]),_0x37e247[_0x1a23fd(0x145)](_0x2909a6),_0x535080[_0x1a23fd(0x1a9)][_0x1a23fd(0x197)](_0x1a23fd(0x124))[_0x1a23fd(0x131)](),_0x535080[_0x1a23fd(0x183)](_0x1a23fd(0x124),{'forceDefaultExecution':!0x0}),_0x535080[_0x1a23fd(0x164)][_0x1a23fd(0x156)](()=>{const _0x3a851b=_0x1a23fd;_0x535080[_0x3a851b(0x164)][_0x3a851b(0x156)](_0x102d55,_0x4e06c6=>{const _0x279eb9=_0x3a851b,_0x27d16f=_0x4aa7cb[_0x279eb9(0x1b4)](_0x2a5bf1=>_0x279eb9(0x198)!=_0x2a5bf1[_0x279eb9(0x128)][_0x279eb9(0x19b)]);_0x27d16f[_0x279eb9(0x149)]>0x0&&_0x4e06c6[_0x279eb9(0x145)](_0x27d16f);for(const _0x1d6b5c of _0x4aa7cb)_0x1d6b5c[_0x279eb9(0x1b2)]();});});});}function _0x26188d(_0x58ffd1){const _0x1590ed=_0x1b737b;_0x535080[_0x1590ed(0x164)][_0x1590ed(0x165)](_0x4662bd=>{const _0x473ea5=_0x1590ed,_0x38e27c=Array[_0x473ea5(0x153)](_0x123e24[_0x473ea5(0x16b)]())[_0x473ea5(0x1a3)](_0x4a9899=>_0x5583ac[_0x473ea5(0x138)](_0x4a9899)),_0x4d1114=[];for(const _0x543a46 of _0x58ffd1)for(const _0x462746 of _0x543a46[_0x473ea5(0x175)]({'shallow':!0x0}))_0x4d1114[_0x473ea5(0x11b)](_0x462746);for(const _0x1631f1 of _0x4d1114)_0x473ea5(0x198)!=_0x1631f1[_0x473ea5(0x128)][_0x473ea5(0x19b)]&&(_0x4662bd[_0x473ea5(0x145)](_0x4662bd[_0x473ea5(0x18b)](_0x1631f1,0x0)),_0x535080[_0x473ea5(0x1a9)][_0x473ea5(0x197)](_0x473ea5(0x13c))[_0x473ea5(0x131)](),_0x535080[_0x473ea5(0x183)](_0x473ea5(0x13c),{'forceDefaultExecution':!0x0}));const _0x32d8a9=_0x38e27c[_0x473ea5(0x1b4)](_0x32b3bb=>_0x473ea5(0x198)!=_0x32b3bb[_0x473ea5(0x128)][_0x473ea5(0x19b)]);_0x32d8a9[_0x473ea5(0x149)]>0x0&&_0x4662bd[_0x473ea5(0x145)](_0x32d8a9);for(const _0x5a7304 of _0x38e27c)_0x5a7304[_0x473ea5(0x1b2)]();});}function _0xf1d272(_0x52113d,_0x58d49c){const _0x29ae77=_0x1b737b;return _0x58d49c[_0x29ae77(0x1b7)](_0x540cc9=>_0x52113d[_0x29ae77(0x18d)](_0x16ec08=>_0x16ec08[_0x29ae77(0x178)][_0x29ae77(0x121)](_0x540cc9[_0x29ae77(0x16a)])||_0x540cc9[_0x29ae77(0x178)][_0x29ae77(0x121)](_0x16ec08[_0x29ae77(0x16a)])));}function _0x5700b1(_0x398be8,_0x5bd939){const _0x52ef2f=_0x1b737b;return _0x398be8[_0x52ef2f(0x18d)](_0x1db5da=>_0x5bd939[_0x52ef2f(0x18d)](_0x36c81f=>_0x1db5da[_0x52ef2f(0x178)][_0x52ef2f(0x1b0)](_0x36c81f[_0x52ef2f(0x16a)])));}_0x535080[_0x1b737b(0x12d)][_0x1b737b(0x172)]['on'](_0x1b737b(0x187),(_0x4d4d46,_0x570fa9,_0x1137ff)=>{const _0x28ac82=_0x1b737b;if(!_0x1137ff[_0x28ac82(0x19d)][_0x28ac82(0x194)])return;const _0x1c98c4=_0x570fa9[_0x28ac82(0x180)];if(!_0x1c98c4)return;const _0x15985c=_0x1137ff[_0x28ac82(0x1aa)][_0x28ac82(0x192)](_0x1c98c4);function _0x22fbfa(_0x48e58e){const _0x8c3ffb=_0x28ac82;return Array[_0x8c3ffb(0x18c)](_0x48e58e)?_0x48e58e:[_0x48e58e];}_0x15985c&&_0x28ac82(0x129)===_0x1c98c4[_0x28ac82(0x1a8)]&&_0x46b8da(_0x15985c,_0x1137ff[_0x28ac82(0x14f)],(_0x413def,_0x51ad74,_0x583edf)=>_0x583edf[_0x28ac82(0x1ae)](_0x22fbfa(_0x51ad74[_0x28ac82(0x13a)]),_0x413def),(_0x5a81b0,_0x567d16,_0x53bf43)=>_0x53bf43[_0x28ac82(0x127)](_0x22fbfa(_0x567d16[_0x28ac82(0x13a)]),_0x5a81b0));},{'priority':_0x1b737b(0x146)}),_0x38244e[_0x1b737b(0x141)][_0x1b737b(0x12b)](_0x167ce5=>{const _0x246d9c=_0x1b737b;if(_0x246d9c(0x161)!=_0x167ce5[_0x246d9c(0x1b8)]&&_0x246d9c(0x137)!=_0x167ce5[_0x246d9c(0x1b8)])return;const _0x5016a8=_0x167ce5[_0x246d9c(0x15c)]();if(null!=_0x5016a8&&_0x5016a8['is'](_0x246d9c(0x150),_0x246d9c(0x193))){if(_0x246d9c(0x161)==_0x167ce5[_0x246d9c(0x1b8)]){const _0x39c566=_0x167ce5[_0x246d9c(0x175)]()[_0x246d9c(0x1b4)](_0x19acf9=>_0x19acf9['is'](_0x246d9c(0x1b6)))[_0x246d9c(0x1a3)](_0x2f2b63=>_0x2f2b63[_0x246d9c(0x12d)]);if(_0x39c566[_0x246d9c(0x149)])return{'type':_0x246d9c(0x161),'content':_0x48f607(_0x4d76e2,_0x246d9c(0x168),_0x48f607(_0x4d76e2,_0x246d9c(0x11f),'\x22'+_0x39c566[_0x246d9c(0x160)]('\x20')+'\x22'))};}if(_0x246d9c(0x137)==_0x167ce5[_0x246d9c(0x1b8)]){const _0x570218=_0x167ce5[_0x246d9c(0x175)]()[_0x246d9c(0x1b4)](_0x28cbab=>_0x28cbab['is'](_0x246d9c(0x1b6)))[_0x246d9c(0x1a3)](_0x22e53d=>_0x22e53d[_0x246d9c(0x12d)]);if(_0x570218[_0x246d9c(0x149)])return{'type':_0x246d9c(0x137),'content':_0x48f607(_0x4d76e2,_0x246d9c(0x159),_0x48f607(_0x4d76e2,_0x246d9c(0x11f),'\x22'+_0x570218[_0x246d9c(0x160)]('\x20')+'\x22'))};}}}),_0x38244e[_0x1b737b(0x141)][_0x1b737b(0x12b)](_0x4312d6=>{const _0x21bafe=_0x1b737b;if(_0x21bafe(0x135)==_0x4312d6[_0x21bafe(0x19e)]){const _0x5d864b=_0x4312d6[_0x21bafe(0x175)]()[_0x21bafe(0x1b4)](_0x1c9b72=>_0x1c9b72['is'](_0x21bafe(0x1b6)))[_0x21bafe(0x1a3)](_0x290584=>_0x290584[_0x21bafe(0x12d)]),_0x156138=this[_0x21bafe(0x15f)](_0x4312d6),_0x1da9f1=_0x156138[_0x21bafe(0x176)]-_0x156138[_0x21bafe(0x181)]+0x1;if(_0x21bafe(0x161)==_0x4312d6[_0x21bafe(0x1b8)])return _0x5d864b[_0x21bafe(0x149)]?{'type':_0x21bafe(0x161),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x168),_0x48f607(_0x4d76e2,_0x21bafe(0x189),[_0x1da9f1,'\x22'+_0x5d864b[_0x21bafe(0x160)]('\x20')+'\x22']))}:{'type':_0x21bafe(0x161),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x168),_0x48f607(_0x4d76e2,_0x21bafe(0x195),_0x1da9f1))};if(_0x21bafe(0x137)==_0x4312d6[_0x21bafe(0x1b8)])return _0x5d864b[_0x21bafe(0x149)]?{'type':_0x21bafe(0x137),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x159),_0x48f607(_0x4d76e2,_0x21bafe(0x189),[_0x1da9f1,'\x22'+_0x5d864b[_0x21bafe(0x160)]('\x20')+'\x22']))}:{'type':_0x21bafe(0x137),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x159),_0x48f607(_0x4d76e2,_0x21bafe(0x195),_0x1da9f1))};}if(_0x21bafe(0x125)==_0x4312d6[_0x21bafe(0x19e)]){const _0xd130ab=_0x4312d6[_0x21bafe(0x175)]()[_0x21bafe(0x1b4)](_0x53e3b=>_0x53e3b['is'](_0x21bafe(0x1b6)))[_0x21bafe(0x1a3)](_0x4b83ef=>_0x4b83ef[_0x21bafe(0x12d)]),_0x47fe4e=this[_0x21bafe(0x15f)](_0x4312d6),_0x40f385=_0x47fe4e[_0x21bafe(0x134)]-_0x47fe4e[_0x21bafe(0x11c)]+0x1;if(_0x21bafe(0x161)==_0x4312d6[_0x21bafe(0x1b8)])return _0xd130ab[_0x21bafe(0x149)]?{'type':_0x21bafe(0x161),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x168),_0x48f607(_0x4d76e2,_0x21bafe(0x15d),[_0x40f385,'\x22'+_0xd130ab[_0x21bafe(0x160)]('\x20')+'\x22']))}:{'type':_0x21bafe(0x161),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x168),_0x48f607(_0x4d76e2,_0x21bafe(0x158),_0x40f385))};if(_0x21bafe(0x137)==_0x4312d6[_0x21bafe(0x1b8)])return _0xd130ab[_0x21bafe(0x149)]?{'type':_0x21bafe(0x137),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x159),_0x48f607(_0x4d76e2,_0x21bafe(0x15d),[_0x40f385,'\x22'+_0xd130ab[_0x21bafe(0x160)]('\x20')+'\x22']))}:{'type':_0x21bafe(0x137),'content':_0x48f607(_0x4d76e2,_0x21bafe(0x159),_0x48f607(_0x4d76e2,_0x21bafe(0x158),_0x40f385))};}}),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x161),_0x1b737b(0x135),_0x1b737b(0x154),_0x2f4210),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x137),_0x1b737b(0x135),_0x1b737b(0x186),_0x2f4210),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x161),_0x1b737b(0x125),_0x1b737b(0x154),_0x26188d),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x137),_0x1b737b(0x125),_0x1b737b(0x186),_0x26188d),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x161),_0x1b737b(0x125),_0x1b737b(0x160),_0xf1d272),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x137),_0x1b737b(0x125),_0x1b737b(0x160),_0xf1d272),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x161),_0x1b737b(0x135),_0x1b737b(0x160),_0x5700b1),_0x38244e[_0x1b737b(0x1a4)][_0x1b737b(0x11d)](_0x1b737b(0x137),_0x1b737b(0x135),_0x1b737b(0x160),_0x5700b1);}[_0x3edd43(0x142)](){const _0x4095d4=_0x3edd43,_0x340e44=this[_0x4095d4(0x162)],_0x1a91cc=_0x340e44[_0x4095d4(0x164)][_0x4095d4(0x143)][_0x4095d4(0x1af)];return(_0x130639,_0xe1f893)=>{const _0x2b72d8=_0x4095d4;_0x340e44[_0x2b72d8(0x164)][_0x2b72d8(0x165)](_0x484690=>{const _0x341430=_0x2b72d8,{commandName:_0x29f0e8,commandParams:_0xb2fbe0}=_0xe1f893;let _0xd04008=_0x130639[0x0][_0x341430(0x178)][_0x341430(0x13d)];_0xb2fbe0&&_0xb2fbe0[0x0]&&!0x1===_0xb2fbe0[0x0][_0x341430(0x1ad)]&&(_0xd04008=_0x130639[0x0][_0x341430(0x16a)][_0x341430(0x173)]);const _0x1b2dd4=_0x484690[_0x341430(0x157)](_0xd04008);if(_0x341430(0x198)==_0x1b2dd4[_0x341430(0x128)][_0x341430(0x19b)])return;const _0x1dfbf1=Array[_0x341430(0x153)](_0x1a91cc[_0x341430(0x16b)]())[_0x341430(0x1a3)](_0x29dfd6=>_0x5583ac[_0x341430(0x138)](_0x29dfd6));_0x484690[_0x341430(0x145)](_0x1b2dd4),_0x340e44[_0x341430(0x1a9)][_0x341430(0x197)](_0x29f0e8)[_0x341430(0x131)](),_0xb2fbe0[_0x341430(0x11b)]({'forceDefaultExecution':!0x0}),_0x340e44[_0x341430(0x183)](_0x29f0e8,..._0xb2fbe0);const _0x53bc12=_0x1dfbf1[_0x341430(0x1b4)](_0x1c0a51=>_0x341430(0x198)!=_0x1c0a51[_0x341430(0x128)][_0x341430(0x19b)]);_0x53bc12[_0x341430(0x149)]>0x0&&_0x484690[_0x341430(0x145)](_0x53bc12);for(const _0x3e49ef of _0x1dfbf1)_0x3e49ef[_0x341430(0x1b2)]();});};}[_0x3edd43(0x14b)](_0x5f49dd){const _0x1857d9=_0x3edd43,_0x17d0c3=this[_0x1857d9(0x162)][_0x1857d9(0x140)][_0x1857d9(0x197)](_0x1857d9(0x151));let _0xd8d414=Number[_0x1857d9(0x16d)],_0x523918=Number[_0x1857d9(0x171)],_0x506e9c=Number[_0x1857d9(0x16d)],_0x478d86=Number[_0x1857d9(0x171)];for(const _0x11ffb3 of _0x5f49dd){if(_0x1857d9(0x198)==_0x11ffb3[_0x1857d9(0x128)][_0x1857d9(0x19b)])continue;const {row:_0x152f8e,column:_0x4621d3}=_0x17d0c3[_0x1857d9(0x190)](_0x11ffb3),_0x2b2d89=_0x11ffb3[_0x1857d9(0x15a)](_0x1857d9(0x188))?_0x11ffb3[_0x1857d9(0x1a2)](_0x1857d9(0x188))-0x1:0x0,_0x3c828b=_0x11ffb3[_0x1857d9(0x15a)](_0x1857d9(0x132))?_0x11ffb3[_0x1857d9(0x1a2)](_0x1857d9(0x132))-0x1:0x0;_0xd8d414=_0x152f8e<_0xd8d414?_0x152f8e:_0xd8d414,_0x523918=_0x152f8e+_0x2b2d89>_0x523918?_0x152f8e+_0x2b2d89:_0x523918,_0x506e9c=_0x4621d3<_0x506e9c?_0x4621d3:_0x506e9c,_0x478d86=_0x4621d3+_0x3c828b>_0x478d86?_0x4621d3+_0x3c828b:_0x478d86;}return{'minRow':_0xd8d414,'maxRow':_0x523918,'minColumn':_0x506e9c,'maxColumn':_0x478d86};}[_0x3edd43(0x15b)](){const _0x2958be=_0x3edd43,_0x547ef6=this[_0x2958be(0x162)],_0x46f0d6=_0x547ef6[_0x2958be(0x140)][_0x2958be(0x197)](_0x2958be(0x120)),_0x18ffdb=_0x547ef6[_0x2958be(0x140)][_0x2958be(0x197)](_0x2958be(0x151));_0x547ef6[_0x2958be(0x164)][_0x2958be(0x143)]['on'](_0x2958be(0x126),()=>{const _0x44ea89=_0x2958be,_0x5975cc=Array[_0x44ea89(0x153)](_0x547ef6[_0x44ea89(0x164)][_0x44ea89(0x143)][_0x44ea89(0x17b)][_0x44ea89(0x185)]());for(const {name:_0x2ee43c,data:_0x17244}of _0x5975cc){const {group:_0x323e72,id:_0x208cae,subType:_0x144ed2}=_0x46f0d6[_0x44ea89(0x13b)](_0x2ee43c);if(_0x44ea89(0x1bb)!=_0x323e72)continue;if(null!=_0x17244[_0x44ea89(0x11e)])continue;const _0x28deda=_0x46f0d6[_0x44ea89(0x122)](_0x208cae);this[_0x44ea89(0x148)][_0x44ea89(0x1a0)](_0x144ed2)&&this[_0x44ea89(0x15e)][_0x44ea89(0x14e)](_0x28deda);}},{'priority':_0x2958be(0x12c)});const _0xf89a6d=(_0x82759a,_0x2d9a49)=>{const _0x423eeb=_0x2958be;let _0x511e4e=!0x1;const _0x120005=_0x2d9a49[_0x423eeb(0x152)](_0x82759a),_0x576b3c=_0x82759a[_0x423eeb(0x17a)](_0x423eeb(0x193)),_0x25e186=_0x18ffdb[_0x423eeb(0x190)](_0x82759a);for(const _0x574f5c of this[_0x423eeb(0x15e)]){const _0x2ab64f=_0x574f5c[_0x423eeb(0x19e)],_0x2733e9=_0x2ab64f[_0x423eeb(0x167)](_0x423eeb(0x16f)),_0x1143a7=_0x2ab64f[_0x423eeb(0x177)](_0x2733e9?0xa:0x5),_0xa55570=_0x1143a7[_0x423eeb(0x123)](),_0x2dba57=_0xa55570[_0x423eeb(0x177)](0x0,0x3)+_0x423eeb(0x174),_0x54fb94=_0x423eeb(0x147)+_0x1143a7,_0x513831=_0x423eeb(0x14a)+_0x1143a7;if(!_0x574f5c[_0x423eeb(0x18f)])continue;if(_0x576b3c!=_0x574f5c[_0x423eeb(0x17f)]()[_0x423eeb(0x16a)][_0x423eeb(0x17a)](_0x423eeb(0x193)))continue;if(_0x574f5c[_0x423eeb(0x182)](_0x120005))continue;const _0x1d088b=_0x82759a[_0x423eeb(0x15a)](_0x2dba57)?_0x82759a[_0x423eeb(0x1a2)](_0x2dba57)-0x1:0x0,_0x32ff36=this[_0x423eeb(0x15f)](_0x574f5c),_0x49c911=_0x32ff36[_0x54fb94],_0x3dfc44=_0x32ff36[_0x513831];_0x49c911<=_0x25e186[_0xa55570]&&_0x25e186[_0xa55570]+_0x1d088b<=_0x3dfc44&&(_0x574f5c[_0x423eeb(0x1ac)](_0x120005),_0x511e4e=!0x0);}return _0x511e4e;};_0x547ef6[_0x2958be(0x164)][_0x2958be(0x143)][_0x2958be(0x1a7)](_0xe66491=>{const _0x39459c=_0x2958be;let _0x516beb=!0x1;for(const _0x576b43 of _0x547ef6[_0x39459c(0x164)][_0x39459c(0x143)][_0x39459c(0x17b)][_0x39459c(0x144)]())if(_0x39459c(0x16e)==_0x576b43[_0x39459c(0x1b8)]){if(_0x39459c(0x135)==_0x576b43[_0x39459c(0x1a8)]){for(const _0x443d63 of _0x576b43[_0x39459c(0x12a)][_0x39459c(0x173)][_0x39459c(0x199)]())_0x516beb=_0x516beb||_0xf89a6d(_0x443d63,_0xe66491);}else _0x39459c(0x129)==_0x576b43[_0x39459c(0x1a8)]&&(_0x516beb=_0x516beb||_0xf89a6d(_0x576b43[_0x39459c(0x12a)][_0x39459c(0x173)],_0xe66491));}return _0x516beb;});}[_0x3edd43(0x15f)](_0x5c020d){const _0x4562ed=_0x3edd43;return this[_0x4562ed(0x14b)](_0x5c020d[_0x4562ed(0x16b)]()[_0x4562ed(0x1a3)](_0xa06f20=>_0xa06f20[_0x4562ed(0x16a)][_0x4562ed(0x173)]));}}function Ee(_0x507f7d){const _0x547d08=_0x3edd43;return Array[_0x547d08(0x153)](new Set(_0x507f7d)[_0x547d08(0x184)]());}
|
|
23
|
+
const _0x51f066=_0x2cc0;(function(_0x26ba65,_0x214cec){const _0x45213e=_0x2cc0,_0x23a81d=_0x26ba65();while(!![]){try{const _0x402d16=parseInt(_0x45213e(0x22e))/0x1*(-parseInt(_0x45213e(0x239))/0x2)+parseInt(_0x45213e(0x26a))/0x3*(-parseInt(_0x45213e(0x250))/0x4)+-parseInt(_0x45213e(0x252))/0x5+parseInt(_0x45213e(0x1cd))/0x6+-parseInt(_0x45213e(0x1dc))/0x7+parseInt(_0x45213e(0x244))/0x8+parseInt(_0x45213e(0x20e))/0x9*(parseInt(_0x45213e(0x219))/0xa);if(_0x402d16===_0x214cec)break;else _0x23a81d['push'](_0x23a81d['shift']());}catch(_0x3ec990){_0x23a81d['push'](_0x23a81d['shift']());}}}(_0x4a6f,0x2eed0));import{Plugin as _0x35de41}from'ckeditor5/src/core.js';import{LiveRange as _0xb4a589}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x5f26be}from'ckeditor5/src/widget.js';import{getTranslation as _0x3f6775}from'../utils/common-translations.js';function _0x4a6f(){const _0x582122=['getRowIndexes','MIN_SAFE_INTEGER','maxRow','_getCoordsForCells','last','end','subType','isEqual','1854ueTRxy','toLowerCase','getColumnIndexes','insertTableColumnLeft','editor','forceValue','left','enqueueChange','options','values','getSuggestion','50090mUpfdB','_splitMarkerName','push','registerCustomCallback','max','change','insertTable','_acceptFormatSuggestionCallbackFactory','minRow','execute','isIntersectingWithRange','registerElementLabel','fromRange','isInContent','discard','tableColumn','registerDescriptionCallback','length','getRanges','first','above','36ULYHbX','TableEditing','createRangeIn','add','getAttribute','model','TrackChangesEditing','findAncestor','*Remove:*\x20%0','getContainedElement','getSelectionAffectedTableCells','19438DcwiUs','classes','_tablePostFixingSubtypes','get','span','registerPostFixer','startsWith','MAX_SAFE_INTEGER','cell','mapper','start','3028768ADCSaf','getCellLocation','maxColumn','batch','refresh','selectTableColumn','minColumn','rowspan','order','document','getChanges','getFirstRange','292528YYRnDI','showSuggestionHighlights','1058225ZtgGFU','tableCell','insertion','createRangeOn','_getSuggestionCoords','colspan','addClass','ELEMENT_TABLE_ROW_WITH_TEXT','$graveyard','locale','ELEMENT_TABLE_WITH_TEXT','selectTableRow','root','filter','map','enableCommand','markMultiRangeDeletion','substr','oldRange','_setupColumnsRowsFixing','getChildren','tableRow','removeTableColumn','some','15CHKCLi','deletion','rootName','afterInit','accept','219006SzPlRH','_descriptionFactory','selection','insertTableColumnRight','TableUtils','ELEMENT_TABLE','_suggestionFactory','addMarker:suggestion','hasAttribute','low','detach','position','name','ELEMENT_TABLE_COLUMN_WITH_TEXT','tablePaste','2292878fndMUx','$textProxy','commands','createPositionAt','every','createTableWalker','from','type','_tableSuggestions','downcastDispatcher','addRange','nodeBefore','insertTableRowAbove','insertTableRowBelow','isArray','suggestion','insert','table','item','change:data','join','toViewElement','*Insert:*\x20%0','element','isTouching','removeTableRow','includes','ELEMENT_TABLE_ROW','nodeAfter','removeClass','has','plugins','getItems','differ','highest','writer','min','ELEMENT_TABLE_COLUMN','setSelection','markMultiRangeInsertion','data','getChangedMarkers'];_0x4a6f=function(){return _0x582122;};return _0x4a6f();}function _0x2cc0(_0x1502b5,_0x47c7b0){const _0x4a6f39=_0x4a6f();return _0x2cc0=function(_0x2cc0c8,_0xc4ce5a){_0x2cc0c8=_0x2cc0c8-0x1c9;let _0x57c9f1=_0x4a6f39[_0x2cc0c8];return _0x57c9f1;},_0x2cc0(_0x1502b5,_0x47c7b0);}export default class jt extends _0x35de41{constructor(_0x563c29){const _0x476a76=_0x2cc0;super(_0x563c29),this[_0x476a76(0x23b)]=[_0x476a76(0x267),_0x476a76(0x228)],this[_0x476a76(0x1e4)]=new Set();}[_0x51f066(0x1cb)](){const _0x2c797a=_0x51f066,_0x4eb5d8=this[_0x2c797a(0x212)],_0x34d337=_0x4eb5d8[_0x2c797a(0x233)][_0x2c797a(0x24d)][_0x2c797a(0x1cf)];if(!_0x4eb5d8[_0x2c797a(0x1fb)][_0x2c797a(0x1fa)](_0x2c797a(0x22f)))return;const _0x43f0d3=_0x4eb5d8[_0x2c797a(0x25b)],_0x57433b=_0x4eb5d8[_0x2c797a(0x1fb)][_0x2c797a(0x23c)](_0x2c797a(0x234)),_0x2a469c=_0x4eb5d8[_0x2c797a(0x1fb)][_0x2c797a(0x23c)](_0x2c797a(0x1d1));_0x57433b[_0x2c797a(0x1ce)][_0x2c797a(0x224)](_0x2c797a(0x1ed),_0x2bcff3=>_0x3f6775(_0x43f0d3,_0x2c797a(0x1d2),_0x2bcff3)),this[_0x2c797a(0x265)](),_0x57433b[_0x2c797a(0x261)](_0x2c797a(0x21f)),_0x57433b[_0x2c797a(0x261)](_0x2c797a(0x25d)),_0x57433b[_0x2c797a(0x261)](_0x2c797a(0x249));for(const _0x44c604 of[_0x2c797a(0x1e8),_0x2c797a(0x1e9)]){const _0x4b7b3e=_0x4eb5d8[_0x2c797a(0x1de)][_0x2c797a(0x23c)](_0x44c604);_0x57433b[_0x2c797a(0x261)](_0x44c604,_0xdbf643=>{const _0x334d07=_0x2c797a;_0x4eb5d8[_0x334d07(0x233)][_0x334d07(0x21e)](_0x5a49e1=>{const _0x4afac6=_0x334d07;_0xdbf643();const _0x2c2f7b=_0x4afac6(0x22d)===_0x4b7b3e[_0x4afac6(0x24c)],_0x6fb34=_0x2a469c[_0x4afac6(0x238)](_0x34d337),_0x87c3b7=_0x2a469c[_0x4afac6(0x206)](_0x6fb34),_0x53b723=_0x2c2f7b?_0x87c3b7[_0x4afac6(0x22c)]-0x1:_0x87c3b7[_0x4afac6(0x20a)]+0x1,_0x329cc8=_0x6fb34[0x0][_0x4afac6(0x235)](_0x4afac6(0x1ed)),_0x1e30a5=_0x2a469c[_0x4afac6(0x1e1)](_0x329cc8,{'startRow':_0x53b723,'endRow':_0x53b723}),_0x3017d9=Array[_0x4afac6(0x1e2)](_0x1e30a5)[_0x4afac6(0x260)](_0x5ebadb=>_0x5a49e1[_0x4afac6(0x255)](_0x5ebadb[_0x4afac6(0x241)]));_0x57433b[_0x4afac6(0x203)](_0x3017d9,_0x4afac6(0x267));});});}for(const _0x46e164 of[_0x2c797a(0x211),_0x2c797a(0x1d0)]){const _0x31b99e=_0x4eb5d8[_0x2c797a(0x1de)][_0x2c797a(0x23c)](_0x46e164);_0x57433b[_0x2c797a(0x261)](_0x46e164,_0x549ed9=>{const _0x319dcb=_0x2c797a;_0x4eb5d8[_0x319dcb(0x233)][_0x319dcb(0x21e)](_0x223cb4=>{const _0x5a6b30=_0x319dcb;_0x549ed9();const _0x551785=_0x5a6b30(0x214)===_0x31b99e[_0x5a6b30(0x24c)],_0x3fec48=_0x2a469c[_0x5a6b30(0x238)](_0x34d337),_0x52a32c=_0x2a469c[_0x5a6b30(0x210)](_0x3fec48),_0x3f048d=_0x551785?_0x52a32c[_0x5a6b30(0x22c)]-0x1:_0x52a32c[_0x5a6b30(0x20a)]+0x1,_0x323843=_0x3fec48[0x0][_0x5a6b30(0x235)](_0x5a6b30(0x1ed)),_0x2a6349=_0x2a469c[_0x5a6b30(0x1e1)](_0x323843,{'startRow':0x0,'column':_0x3f048d,'includeAllSlots':!0x1}),_0x4d1dc2=Array[_0x5a6b30(0x1e2)](_0x2a6349)[_0x5a6b30(0x260)](_0x2af522=>_0x223cb4[_0x5a6b30(0x255)](_0x2af522[_0x5a6b30(0x241)]));_0x57433b[_0x5a6b30(0x203)](_0x4d1dc2,_0x5a6b30(0x228));});});}for(const _0x2e17f8 of[_0x2c797a(0x1f5),_0x2c797a(0x268)]){const _0x2e1ef7=_0x2e17f8[_0x2c797a(0x263)](0xb),_0x32790e=_0x2e1ef7[_0x2c797a(0x20f)](),_0x1e2e99=_0x32790e[_0x2c797a(0x263)](0x0,0x3)+_0x2c797a(0x23d),_0x5dcc9a=_0x2c797a(0x1ed)+_0x2e1ef7,_0x14671b=_0x2c797a(0x200)+_0x2e1ef7,_0x5daf15=_0x2c797a(0x21d)+_0x2e1ef7;_0x57433b[_0x2c797a(0x261)](_0x2e17f8,()=>{const _0x533d00=_0x2c797a;_0x4eb5d8[_0x533d00(0x233)][_0x533d00(0x21e)](_0x5a67e5=>{const _0xfe9ee6=_0x533d00,_0x43bd3a=_0x2a469c[_0xfe9ee6(0x238)](_0x34d337),_0x1a054f=_0x43bd3a[0x0][_0xfe9ee6(0x235)](_0xfe9ee6(0x1ed));let _0x407295;if(_0xfe9ee6(0x1f5)==_0x2e17f8){const _0x30bd0a=_0x2a469c[_0xfe9ee6(0x206)](_0x43bd3a);_0x407295={'startRow':_0x30bd0a[_0xfe9ee6(0x22c)],'endRow':_0x30bd0a[_0xfe9ee6(0x20a)],'includeAllSlots':!0x0};}else{const _0x194f52=_0x2a469c[_0xfe9ee6(0x210)](_0x43bd3a);_0x407295={'startColumn':_0x194f52[_0xfe9ee6(0x22c)],'endColumn':_0x194f52[_0xfe9ee6(0x20a)],'includeAllSlots':!0x0};}const _0x112cf6=_0x2a469c[_0xfe9ee6(0x1e1)](_0x1a054f,_0x407295),_0x3d02e4=Array[_0xfe9ee6(0x1e2)](_0x112cf6)[_0xfe9ee6(0x260)](({cell:_0x1cda51})=>_0x1cda51),_0x29bc82=Ee(_0x3d02e4[_0xfe9ee6(0x25f)](_0x264d01=>_0x264d01[_0xfe9ee6(0x1d5)](_0x1e2e99))),_0x19ea68=Ee(_0x3d02e4[_0xfe9ee6(0x25f)](_0x4f2edf=>!_0x4f2edf[_0xfe9ee6(0x1d5)](_0x1e2e99)))[_0xfe9ee6(0x260)](_0x4a7f78=>_0x5a67e5[_0xfe9ee6(0x255)](_0x4a7f78)),_0x467055=_0x57433b[_0xfe9ee6(0x262)](_0x19ea68,_0x5dcc9a);if(_0x467055&&(_0xfe9ee6(0x267)==_0x467055[_0xfe9ee6(0x20c)]||_0xfe9ee6(0x228)==_0x467055[_0xfe9ee6(0x20c)])){const _0x404419=this[_0xfe9ee6(0x256)](_0x467055);for(const _0x314e87 of _0x29bc82){const _0x48eff2=_0x5a67e5[_0xfe9ee6(0x255)](_0x314e87),_0x5586e4=_0x2a469c[_0xfe9ee6(0x245)](_0x314e87),_0x70835c=_0x314e87[_0xfe9ee6(0x232)](_0x1e2e99)-0x1,_0x564a71=_0x404419[_0x14671b],_0x2c8a38=_0x404419[_0x5daf15];_0x564a71<=_0x5586e4[_0x32790e]&&_0x5586e4[_0x32790e]+_0x70835c<=_0x2c8a38&&_0x467055[_0xfe9ee6(0x1e6)](_0x48eff2);}}});});}function _0x91da90(_0x4cf3f6){const _0x23c633=_0x2c797a,_0x4cb63d=Array[_0x23c633(0x1e2)](_0x34d337[_0x23c633(0x22b)]())[_0x23c633(0x260)](_0x5926a6=>_0xb4a589[_0x23c633(0x225)](_0x5926a6));_0x4eb5d8[_0x23c633(0x233)][_0x23c633(0x21e)](_0x15325c=>{const _0x5a66bd=_0x23c633,_0x5c1492=_0x15325c[_0x5a66bd(0x247)];_0x4cf3f6=_0x4cf3f6[_0x5a66bd(0x25f)](_0x45b761=>_0x5a66bd(0x25a)!=_0x45b761[_0x5a66bd(0x25e)][_0x5a66bd(0x1ca)]),_0x15325c[_0x5a66bd(0x202)](_0x4cf3f6),_0x4eb5d8[_0x5a66bd(0x1de)][_0x5a66bd(0x23c)](_0x5a66bd(0x1f5))[_0x5a66bd(0x248)](),_0x4eb5d8[_0x5a66bd(0x222)](_0x5a66bd(0x1f5),{'forceDefaultExecution':!0x0}),_0x4eb5d8[_0x5a66bd(0x233)][_0x5a66bd(0x215)](()=>{const _0x358e03=_0x5a66bd;_0x4eb5d8[_0x358e03(0x233)][_0x358e03(0x215)](_0x5c1492,_0x1c1124=>{const _0x4e5f8f=_0x358e03,_0x30881d=_0x4cb63d[_0x4e5f8f(0x25f)](_0x54b06b=>_0x4e5f8f(0x25a)!=_0x54b06b[_0x4e5f8f(0x25e)][_0x4e5f8f(0x1ca)]);_0x30881d[_0x4e5f8f(0x22a)]>0x0&&_0x1c1124[_0x4e5f8f(0x202)](_0x30881d);for(const _0x449dca of _0x4cb63d)_0x449dca[_0x4e5f8f(0x1d7)]();});});});}function _0x5b0a52(_0x2a32a3){const _0x1ed8d8=_0x2c797a;_0x4eb5d8[_0x1ed8d8(0x233)][_0x1ed8d8(0x21e)](_0x31e67b=>{const _0x287257=_0x1ed8d8,_0x2641ae=Array[_0x287257(0x1e2)](_0x34d337[_0x287257(0x22b)]())[_0x287257(0x260)](_0x29a4f2=>_0xb4a589[_0x287257(0x225)](_0x29a4f2)),_0x44ba22=[];for(const _0xa03faa of _0x2a32a3)for(const _0x31c991 of _0xa03faa[_0x287257(0x1fc)]({'shallow':!0x0}))_0x44ba22[_0x287257(0x21b)](_0x31c991);for(const _0x142ed0 of _0x44ba22)_0x287257(0x25a)!=_0x142ed0[_0x287257(0x25e)][_0x287257(0x1ca)]&&(_0x31e67b[_0x287257(0x202)](_0x31e67b[_0x287257(0x1df)](_0x142ed0,0x0)),_0x4eb5d8[_0x287257(0x1de)][_0x287257(0x23c)](_0x287257(0x268))[_0x287257(0x248)](),_0x4eb5d8[_0x287257(0x222)](_0x287257(0x268),{'forceDefaultExecution':!0x0}));const _0x14177c=_0x2641ae[_0x287257(0x25f)](_0x1befea=>_0x287257(0x25a)!=_0x1befea[_0x287257(0x25e)][_0x287257(0x1ca)]);_0x14177c[_0x287257(0x22a)]>0x0&&_0x31e67b[_0x287257(0x202)](_0x14177c);for(const _0x9ef2a of _0x2641ae)_0x9ef2a[_0x287257(0x1d7)]();});}function _0x4450a8(_0x39fd06,_0x53fe33){const _0x449be0=_0x2c797a;return _0x53fe33[_0x449be0(0x1e0)](_0x38f38b=>_0x39fd06[_0x449be0(0x269)](_0x57307e=>_0x57307e[_0x449be0(0x20b)][_0x449be0(0x20d)](_0x38f38b[_0x449be0(0x243)])||_0x38f38b[_0x449be0(0x20b)][_0x449be0(0x20d)](_0x57307e[_0x449be0(0x243)])));}function _0x89f62f(_0x459452,_0x26fe90){const _0xff258a=_0x2c797a;return _0x459452[_0xff258a(0x269)](_0x26fa9a=>_0x26fe90[_0xff258a(0x269)](_0x4347ea=>_0x26fa9a[_0xff258a(0x20b)][_0xff258a(0x1f4)](_0x4347ea[_0xff258a(0x243)])));}_0x4eb5d8[_0x2c797a(0x204)][_0x2c797a(0x1e5)]['on'](_0x2c797a(0x1d4),(_0x4099c0,_0x40205,_0x259306)=>{const _0x522f1b=_0x2c797a;if(!_0x259306[_0x522f1b(0x216)][_0x522f1b(0x251)])return;const _0x93400f=_0x40205[_0x522f1b(0x1ee)];if(!_0x93400f)return;const _0x56e574=_0x259306[_0x522f1b(0x242)][_0x522f1b(0x1f1)](_0x93400f);function _0x382740(_0x1f2f79){const _0x4f78d3=_0x522f1b;return Array[_0x4f78d3(0x1ea)](_0x1f2f79)?_0x1f2f79:[_0x1f2f79];}_0x56e574&&_0x522f1b(0x253)===_0x93400f[_0x522f1b(0x1d9)]&&_0x5f26be(_0x56e574,_0x259306[_0x522f1b(0x1ff)],(_0x11e113,_0x905f6e,_0x3e549d)=>_0x3e549d[_0x522f1b(0x258)](_0x382740(_0x905f6e[_0x522f1b(0x23a)]),_0x11e113),(_0x252a0e,_0x346a96,_0x28412d)=>_0x28412d[_0x522f1b(0x1f9)](_0x382740(_0x346a96[_0x522f1b(0x23a)]),_0x252a0e));},{'priority':_0x2c797a(0x1fe)}),_0x57433b[_0x2c797a(0x1ce)][_0x2c797a(0x229)](_0x21f064=>{const _0x130a1a=_0x2c797a;if(_0x130a1a(0x254)!=_0x21f064[_0x130a1a(0x1e3)]&&_0x130a1a(0x1c9)!=_0x21f064[_0x130a1a(0x1e3)])return;const _0x2aca3b=_0x21f064[_0x130a1a(0x237)]();if(null!=_0x2aca3b&&_0x2aca3b['is'](_0x130a1a(0x1f3),_0x130a1a(0x1ed))){if(_0x130a1a(0x254)==_0x21f064[_0x130a1a(0x1e3)]){const _0x8f2079=_0x21f064[_0x130a1a(0x1fc)]()[_0x130a1a(0x25f)](_0xb29e96=>_0xb29e96['is'](_0x130a1a(0x1dd)))[_0x130a1a(0x260)](_0xdd2824=>_0xdd2824[_0x130a1a(0x204)]);if(_0x8f2079[_0x130a1a(0x22a)])return{'type':_0x130a1a(0x254),'content':_0x3f6775(_0x43f0d3,_0x130a1a(0x1f2),_0x3f6775(_0x43f0d3,_0x130a1a(0x25c),'\x22'+_0x8f2079[_0x130a1a(0x1f0)]('\x20')+'\x22'))};}if(_0x130a1a(0x1c9)==_0x21f064[_0x130a1a(0x1e3)]){const _0x4acca5=_0x21f064[_0x130a1a(0x1fc)]()[_0x130a1a(0x25f)](_0x15adf5=>_0x15adf5['is'](_0x130a1a(0x1dd)))[_0x130a1a(0x260)](_0x12400d=>_0x12400d[_0x130a1a(0x204)]);if(_0x4acca5[_0x130a1a(0x22a)])return{'type':_0x130a1a(0x1c9),'content':_0x3f6775(_0x43f0d3,_0x130a1a(0x236),_0x3f6775(_0x43f0d3,_0x130a1a(0x25c),'\x22'+_0x4acca5[_0x130a1a(0x1f0)]('\x20')+'\x22'))};}}}),_0x57433b[_0x2c797a(0x1ce)][_0x2c797a(0x229)](_0x3750a3=>{const _0x12ced0=_0x2c797a;if(_0x12ced0(0x267)==_0x3750a3[_0x12ced0(0x20c)]){const _0x1384bf=_0x3750a3[_0x12ced0(0x1fc)]()[_0x12ced0(0x25f)](_0x3fc35d=>_0x3fc35d['is'](_0x12ced0(0x1dd)))[_0x12ced0(0x260)](_0x598115=>_0x598115[_0x12ced0(0x204)]),_0x2fc4c3=this[_0x12ced0(0x256)](_0x3750a3),_0x19355b=_0x2fc4c3[_0x12ced0(0x208)]-_0x2fc4c3[_0x12ced0(0x221)]+0x1;if(_0x12ced0(0x254)==_0x3750a3[_0x12ced0(0x1e3)])return _0x1384bf[_0x12ced0(0x22a)]?{'type':_0x12ced0(0x254),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x1f2),_0x3f6775(_0x43f0d3,_0x12ced0(0x259),[_0x19355b,'\x22'+_0x1384bf[_0x12ced0(0x1f0)]('\x20')+'\x22']))}:{'type':_0x12ced0(0x254),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x1f2),_0x3f6775(_0x43f0d3,_0x12ced0(0x1f7),_0x19355b))};if(_0x12ced0(0x1c9)==_0x3750a3[_0x12ced0(0x1e3)])return _0x1384bf[_0x12ced0(0x22a)]?{'type':_0x12ced0(0x1c9),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x236),_0x3f6775(_0x43f0d3,_0x12ced0(0x259),[_0x19355b,'\x22'+_0x1384bf[_0x12ced0(0x1f0)]('\x20')+'\x22']))}:{'type':_0x12ced0(0x1c9),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x236),_0x3f6775(_0x43f0d3,_0x12ced0(0x1f7),_0x19355b))};}if(_0x12ced0(0x228)==_0x3750a3[_0x12ced0(0x20c)]){const _0x458a94=_0x3750a3[_0x12ced0(0x1fc)]()[_0x12ced0(0x25f)](_0x558934=>_0x558934['is'](_0x12ced0(0x1dd)))[_0x12ced0(0x260)](_0x6ad3b5=>_0x6ad3b5[_0x12ced0(0x204)]),_0xab6ee5=this[_0x12ced0(0x256)](_0x3750a3),_0x860fed=_0xab6ee5[_0x12ced0(0x246)]-_0xab6ee5[_0x12ced0(0x24a)]+0x1;if(_0x12ced0(0x254)==_0x3750a3[_0x12ced0(0x1e3)])return _0x458a94[_0x12ced0(0x22a)]?{'type':_0x12ced0(0x254),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x1f2),_0x3f6775(_0x43f0d3,_0x12ced0(0x1da),[_0x860fed,'\x22'+_0x458a94[_0x12ced0(0x1f0)]('\x20')+'\x22']))}:{'type':_0x12ced0(0x254),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x1f2),_0x3f6775(_0x43f0d3,_0x12ced0(0x201),_0x860fed))};if(_0x12ced0(0x1c9)==_0x3750a3[_0x12ced0(0x1e3)])return _0x458a94[_0x12ced0(0x22a)]?{'type':_0x12ced0(0x1c9),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x236),_0x3f6775(_0x43f0d3,_0x12ced0(0x1da),[_0x860fed,'\x22'+_0x458a94[_0x12ced0(0x1f0)]('\x20')+'\x22']))}:{'type':_0x12ced0(0x1c9),'content':_0x3f6775(_0x43f0d3,_0x12ced0(0x236),_0x3f6775(_0x43f0d3,_0x12ced0(0x201),_0x860fed))};}}),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x254),_0x2c797a(0x267),_0x2c797a(0x227),_0x91da90),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x1c9),_0x2c797a(0x267),_0x2c797a(0x1cc),_0x91da90),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x254),_0x2c797a(0x228),_0x2c797a(0x227),_0x5b0a52),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x1c9),_0x2c797a(0x228),_0x2c797a(0x1cc),_0x5b0a52),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x254),_0x2c797a(0x228),_0x2c797a(0x1f0),_0x4450a8),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x1c9),_0x2c797a(0x228),_0x2c797a(0x1f0),_0x4450a8),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x254),_0x2c797a(0x267),_0x2c797a(0x1f0),_0x89f62f),_0x57433b[_0x2c797a(0x1d3)][_0x2c797a(0x21c)](_0x2c797a(0x1c9),_0x2c797a(0x267),_0x2c797a(0x1f0),_0x89f62f);}[_0x51f066(0x220)](){const _0x971f7d=_0x51f066,_0x4ac2bc=this[_0x971f7d(0x212)],_0x27bdd8=_0x4ac2bc[_0x971f7d(0x233)][_0x971f7d(0x24d)][_0x971f7d(0x1cf)];return(_0x518f2a,_0x165888)=>{const _0x9a25e4=_0x971f7d;_0x4ac2bc[_0x9a25e4(0x233)][_0x9a25e4(0x21e)](_0xa5517d=>{const _0x3c82a9=_0x9a25e4,{commandName:_0x5a6328,commandParams:_0x47412d}=_0x165888;let _0x57672f=_0x518f2a[0x0][_0x3c82a9(0x20b)][_0x3c82a9(0x1e7)];_0x47412d&&_0x47412d[0x0]&&!0x1===_0x47412d[0x0][_0x3c82a9(0x213)]&&(_0x57672f=_0x518f2a[0x0][_0x3c82a9(0x243)][_0x3c82a9(0x1f8)]);const _0x49e0bc=_0xa5517d[_0x3c82a9(0x230)](_0x57672f);if(_0x3c82a9(0x25a)==_0x49e0bc[_0x3c82a9(0x25e)][_0x3c82a9(0x1ca)])return;const _0x4e5595=Array[_0x3c82a9(0x1e2)](_0x27bdd8[_0x3c82a9(0x22b)]())[_0x3c82a9(0x260)](_0x33c0ab=>_0xb4a589[_0x3c82a9(0x225)](_0x33c0ab));_0xa5517d[_0x3c82a9(0x202)](_0x49e0bc),_0x4ac2bc[_0x3c82a9(0x1de)][_0x3c82a9(0x23c)](_0x5a6328)[_0x3c82a9(0x248)](),_0x47412d[_0x3c82a9(0x21b)]({'forceDefaultExecution':!0x0}),_0x4ac2bc[_0x3c82a9(0x222)](_0x5a6328,..._0x47412d);const _0x19aff5=_0x4e5595[_0x3c82a9(0x25f)](_0x1c4fa0=>_0x3c82a9(0x25a)!=_0x1c4fa0[_0x3c82a9(0x25e)][_0x3c82a9(0x1ca)]);_0x19aff5[_0x3c82a9(0x22a)]>0x0&&_0xa5517d[_0x3c82a9(0x202)](_0x19aff5);for(const _0x228516 of _0x4e5595)_0x228516[_0x3c82a9(0x1d7)]();});};}[_0x51f066(0x209)](_0x35ba8e){const _0x37b4ce=_0x51f066,_0x22a9ce=this[_0x37b4ce(0x212)][_0x37b4ce(0x1fb)][_0x37b4ce(0x23c)](_0x37b4ce(0x1d1));let _0x58f660=Number[_0x37b4ce(0x240)],_0x45c06b=Number[_0x37b4ce(0x207)],_0x56e166=Number[_0x37b4ce(0x240)],_0x254f04=Number[_0x37b4ce(0x207)];for(const _0x47c067 of _0x35ba8e){if(_0x37b4ce(0x25a)==_0x47c067[_0x37b4ce(0x25e)][_0x37b4ce(0x1ca)])continue;const {row:_0x5635f8,column:_0x2d9c9c}=_0x22a9ce[_0x37b4ce(0x245)](_0x47c067),_0x57a8fa=_0x47c067[_0x37b4ce(0x1d5)](_0x37b4ce(0x24b))?_0x47c067[_0x37b4ce(0x232)](_0x37b4ce(0x24b))-0x1:0x0,_0x48da51=_0x47c067[_0x37b4ce(0x1d5)](_0x37b4ce(0x257))?_0x47c067[_0x37b4ce(0x232)](_0x37b4ce(0x257))-0x1:0x0;_0x58f660=_0x5635f8<_0x58f660?_0x5635f8:_0x58f660,_0x45c06b=_0x5635f8+_0x57a8fa>_0x45c06b?_0x5635f8+_0x57a8fa:_0x45c06b,_0x56e166=_0x2d9c9c<_0x56e166?_0x2d9c9c:_0x56e166,_0x254f04=_0x2d9c9c+_0x48da51>_0x254f04?_0x2d9c9c+_0x48da51:_0x254f04;}return{'minRow':_0x58f660,'maxRow':_0x45c06b,'minColumn':_0x56e166,'maxColumn':_0x254f04};}[_0x51f066(0x265)](){const _0x5094de=_0x51f066,_0x847110=this[_0x5094de(0x212)],_0x5084d9=_0x847110[_0x5094de(0x1fb)][_0x5094de(0x23c)](_0x5094de(0x234)),_0x2c744e=_0x847110[_0x5094de(0x1fb)][_0x5094de(0x23c)](_0x5094de(0x1d1));_0x847110[_0x5094de(0x233)][_0x5094de(0x24d)]['on'](_0x5094de(0x1ef),()=>{const _0x5b0dde=_0x5094de,_0x120a84=Array[_0x5b0dde(0x1e2)](_0x847110[_0x5b0dde(0x233)][_0x5b0dde(0x24d)][_0x5b0dde(0x1fd)][_0x5b0dde(0x205)]());for(const {name:_0xdb754e,data:_0x56caae}of _0x120a84){const {group:_0x45e7ac,id:_0x5ec3f4,subType:_0x3a177f}=_0x5084d9[_0x5b0dde(0x21a)](_0xdb754e);if(_0x5b0dde(0x1eb)!=_0x45e7ac)continue;if(null!=_0x56caae[_0x5b0dde(0x264)])continue;const _0x312d4c=_0x5084d9[_0x5b0dde(0x218)](_0x5ec3f4);this[_0x5b0dde(0x23b)][_0x5b0dde(0x1f6)](_0x3a177f)&&this[_0x5b0dde(0x1e4)][_0x5b0dde(0x231)](_0x312d4c);}},{'priority':_0x5094de(0x1d6)});const _0x4a6a9d=(_0x5c9609,_0x2a089a)=>{const _0x99d089=_0x5094de;let _0x5c5bf7=!0x1;const _0x5c41a7=_0x2a089a[_0x99d089(0x255)](_0x5c9609),_0x5667fb=_0x5c9609[_0x99d089(0x235)](_0x99d089(0x1ed)),_0x42c0f0=_0x2c744e[_0x99d089(0x245)](_0x5c9609);for(const _0x5c2774 of this[_0x99d089(0x1e4)]){const _0x347d81=_0x5c2774[_0x99d089(0x20c)],_0x48c54d=_0x347d81[_0x99d089(0x23f)](_0x99d089(0x1db)),_0x11a232=_0x347d81[_0x99d089(0x263)](_0x48c54d?0xa:0x5),_0x5a2c1c=_0x11a232[_0x99d089(0x20f)](),_0x3f4bad=_0x5a2c1c[_0x99d089(0x263)](0x0,0x3)+_0x99d089(0x23d),_0xc4eb2a=_0x99d089(0x200)+_0x11a232,_0x16b1a6=_0x99d089(0x21d)+_0x11a232;if(!_0x5c2774[_0x99d089(0x226)])continue;if(_0x5667fb!=_0x5c2774[_0x99d089(0x24f)]()[_0x99d089(0x243)][_0x99d089(0x235)](_0x99d089(0x1ed)))continue;if(_0x5c2774[_0x99d089(0x223)](_0x5c41a7))continue;const _0x1df704=_0x5c9609[_0x99d089(0x1d5)](_0x3f4bad)?_0x5c9609[_0x99d089(0x232)](_0x3f4bad)-0x1:0x0,_0x36e49a=this[_0x99d089(0x256)](_0x5c2774),_0x13a301=_0x36e49a[_0xc4eb2a],_0x107338=_0x36e49a[_0x16b1a6];_0x13a301<=_0x42c0f0[_0x5a2c1c]&&_0x42c0f0[_0x5a2c1c]+_0x1df704<=_0x107338&&(_0x5c2774[_0x99d089(0x1e6)](_0x5c41a7),_0x5c5bf7=!0x0);}return _0x5c5bf7;};_0x847110[_0x5094de(0x233)][_0x5094de(0x24d)][_0x5094de(0x23e)](_0x1ebd2b=>{const _0x20e2a9=_0x5094de;let _0x3a9ede=!0x1;for(const _0x256262 of _0x847110[_0x20e2a9(0x233)][_0x20e2a9(0x24d)][_0x20e2a9(0x1fd)][_0x20e2a9(0x24e)]())if(_0x20e2a9(0x1ec)==_0x256262[_0x20e2a9(0x1e3)]){if(_0x20e2a9(0x267)==_0x256262[_0x20e2a9(0x1d9)]){for(const _0x19990b of _0x256262[_0x20e2a9(0x1d8)][_0x20e2a9(0x1f8)][_0x20e2a9(0x266)]())_0x3a9ede=_0x3a9ede||_0x4a6a9d(_0x19990b,_0x1ebd2b);}else _0x20e2a9(0x253)==_0x256262[_0x20e2a9(0x1d9)]&&(_0x3a9ede=_0x3a9ede||_0x4a6a9d(_0x256262[_0x20e2a9(0x1d8)][_0x20e2a9(0x1f8)],_0x1ebd2b));}return _0x3a9ede;});}[_0x51f066(0x256)](_0x2f194a){const _0x4e2b9f=_0x51f066;return this[_0x4e2b9f(0x209)](_0x2f194a[_0x4e2b9f(0x22b)]()[_0x4e2b9f(0x260)](_0xd2793e=>_0xd2793e[_0x4e2b9f(0x243)][_0x4e2b9f(0x1f8)]));}}function Ee(_0x59320c){const _0x14c917=_0x51f066;return Array[_0x14c917(0x1e2)](new Set(_0x59320c)[_0x14c917(0x217)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x4d3b(_0x28baa4,_0x335e8c){const _0x5efe5e=_0x5efe();return _0x4d3b=function(_0x4d3b3d,_0x11f238){_0x4d3b3d=_0x4d3b3d-0x116;let _0x503ebd=_0x5efe5e[_0x4d3b3d];return _0x503ebd;},_0x4d3b(_0x28baa4,_0x335e8c);}const _0x3cbce3=_0x4d3b;(function(_0xf7f34f,_0x234d18){const _0x466fd1=_0x4d3b,_0x4160fe=_0xf7f34f();while(!![]){try{const _0x191cc7=-parseInt(_0x466fd1(0x129))/0x1+parseInt(_0x466fd1(0x125))/0x2+parseInt(_0x466fd1(0x126))/0x3+-parseInt(_0x466fd1(0x127))/0x4*(-parseInt(_0x466fd1(0x11e))/0x5)+-parseInt(_0x466fd1(0x124))/0x6*(-parseInt(_0x466fd1(0x123))/0x7)+parseInt(_0x466fd1(0x122))/0x8*(parseInt(_0x466fd1(0x128))/0x9)+-parseInt(_0x466fd1(0x118))/0xa;if(_0x191cc7===_0x234d18)break;else _0x4160fe['push'](_0x4160fe['shift']());}catch(_0x4cea23){_0x4160fe['push'](_0x4160fe['shift']());}}}(_0x5efe,0x77234));import{Plugin as _0x31866b}from'ckeditor5/src/core.js';import _0x1b29a9 from'./table.js';function _0x5efe(){const _0x6c4a4a=['1926327jkqMNc','249988xNldHM','5688747jKgcVD','196184LflNAB','plugins','has','16178330mdsMJw','toggleTableCaption','TrackChangesEditing','afterInit','requires','editor','40HQHLii','TableCaptionEditing','enableCommand','get','8avajsw','149807pDPgzx','18BtSNZD','927268ctXCWk'];_0x5efe=function(){return _0x6c4a4a;};return _0x5efe();}export default class Mt extends _0x31866b{static get[_0x3cbce3(0x11c)](){return[_0x1b29a9];}[_0x3cbce3(0x11b)](){const _0x32cba2=_0x3cbce3,_0x1c1804=this[_0x32cba2(0x11d)];if(!_0x1c1804[_0x32cba2(0x116)][_0x32cba2(0x117)](_0x32cba2(0x11f)))return;_0x1c1804[_0x32cba2(0x116)][_0x32cba2(0x121)](_0x32cba2(0x11a))[_0x32cba2(0x120)](_0x32cba2(0x119));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x14fa97=_0x7466;(function(_0x30cc0e,_0x29e0ef){const _0x8db003=_0x7466,_0x53d4c5=_0x30cc0e();while(!![]){try{const _0x1c9c6f=parseInt(_0x8db003(0x18f))/0x1*(parseInt(_0x8db003(0x227))/0x2)+-parseInt(_0x8db003(0x18c))/0x3+-parseInt(_0x8db003(0x1f3))/0x4*(parseInt(_0x8db003(0x1de))/0x5)+-parseInt(_0x8db003(0x21b))/0x6+-parseInt(_0x8db003(0x1a8))/0x7+-parseInt(_0x8db003(0x238))/0x8+parseInt(_0x8db003(0x208))/0x9;if(_0x1c9c6f===_0x29e0ef)break;else _0x53d4c5['push'](_0x53d4c5['shift']());}catch(_0x62ee52){_0x53d4c5['push'](_0x53d4c5['shift']());}}}(_0x5241,0x378c2));import{getTranslation as _0x44df32}from'../utils/common-translations.js';import{Plugin as _0x2469a8}from'ckeditor5/src/core.js';import{LiveRange as _0x5237d9}from'ckeditor5/src/engine.js';import{uid as _0xb2fc82,priorities as _0x3dcc08}from'ckeditor5/src/utils.js';function _0x7466(_0x389963,_0x357884){const _0x5241be=_0x5241();return _0x7466=function(_0x7466f6,_0x53dfed){_0x7466f6=_0x7466f6-0x16e;let _0x87860f=_0x5241be[_0x7466f6];return _0x87860f;},_0x7466(_0x389963,_0x357884);}import _0x3e20a3 from'./table.js';const ge=[_0x14fa97(0x175),_0x14fa97(0x1d6),_0x14fa97(0x196),_0x14fa97(0x1b9),_0x14fa97(0x239),_0x14fa97(0x211),_0x14fa97(0x1f7)],Ce=Object[_0x14fa97(0x17a)](ge[_0x14fa97(0x201)](_0x5b9c1e=>[_0x5b9c1e,null]));export default class It extends _0x2469a8{static get[_0x14fa97(0x1d3)](){return[_0x3e20a3];}[_0x14fa97(0x200)](){const _0x32ccc1=_0x14fa97,_0x8d267e=this[_0x32ccc1(0x183)];if(!_0x8d267e[_0x32ccc1(0x19e)][_0x32ccc1(0x17d)](_0x32ccc1(0x1d5)))return;const _0x6beede=_0x8d267e[_0x32ccc1(0x19e)][_0x32ccc1(0x22b)](_0x32ccc1(0x1b8)),_0x459223=_0x8d267e[_0x32ccc1(0x19e)][_0x32ccc1(0x22b)](_0x32ccc1(0x207)),_0x3c5e44=_0x8d267e[_0x32ccc1(0x19e)][_0x32ccc1(0x22b)](_0x3e20a3),_0x11a366=_0x8d267e[_0x32ccc1(0x19e)][_0x32ccc1(0x22b)](_0x32ccc1(0x1d5));_0x3c5e44[_0x32ccc1(0x191)][_0x32ccc1(0x222)](_0x32ccc1(0x218),_0x32ccc1(0x198)),_0x8d267e[_0x32ccc1(0x1d7)][_0x32ccc1(0x1e4)][_0x32ccc1(0x176)](_0x32ccc1(0x20e),{'allowIn':_0x32ccc1(0x174),'allowContentOf':_0x32ccc1(0x174),'isLimit':!0x0}),_0x8d267e[_0x32ccc1(0x189)][_0x32ccc1(0x1c2)]({'model':_0x32ccc1(0x20e),'view':_0x32ccc1(0x1cf)});let _0x4e535d=null;_0x8d267e[_0x32ccc1(0x1d7)]['on'](_0x32ccc1(0x1f0),(_0x35cdd1,_0x123a37)=>{const _0x27683d=_0x32ccc1,[_0x1d0296,_0x4d8d9f]=_0x123a37,_0xe892c6=_0x123a37[_0x123a37[_0x27683d(0x1ce)]-0x1];_0xe892c6&&_0xe892c6[_0x27683d(0x1a7)]||_0x6beede[_0x27683d(0x186)]||this[_0x27683d(0x183)][_0x27683d(0x235)][_0x27683d(0x22b)](_0x27683d(0x1b1))[_0x27683d(0x1da)]&&function(_0x3a91ae,_0x33b9af,_0x39f811,_0x491067,_0x187ea2){const _0x18ce41=_0x27683d;if(_0x33b9af&&!_0x33b9af['is'](_0x18ce41(0x212)))return!0x1;const _0x3ed36e=_0x187ea2[_0x18ce41(0x204)](_0x3a91ae,_0x39f811);if(!_0x3ed36e||!he(_0x3ed36e,void 0x0,_0x491067))return!0x1;const _0x40b2e9=_0x491067[_0x18ce41(0x188)](_0x39f811[_0x18ce41(0x236)][_0x18ce41(0x220)]);if(!_0x40b2e9[_0x18ce41(0x1ce)])return!0x1;const _0x227f26=_0x40b2e9[0x0][_0x18ce41(0x1f8)](_0x18ce41(0x1f2)),_0x3cbcc0=_0x491067[_0x18ce41(0x17f)](_0x40b2e9),_0x3693b3=_0x491067[_0x18ce41(0x1fc)](_0x40b2e9),_0x5d4217={'startRow':_0x3cbcc0[_0x18ce41(0x1e5)],'endRow':_0x3cbcc0[_0x18ce41(0x1a9)],'startColumn':_0x3693b3[_0x18ce41(0x1e5)],'endColumn':_0x3693b3[_0x18ce41(0x1a9)]};return 0x1==_0x40b2e9[_0x18ce41(0x1ce)]&&(_0x5d4217[_0x18ce41(0x1ad)]+=_0x491067[_0x18ce41(0x1e3)](_0x3ed36e)-0x1,_0x5d4217[_0x18ce41(0x1a1)]+=_0x491067[_0x18ce41(0x1fd)](_0x3ed36e)-0x1),he(_0x227f26,_0x5d4217,_0x491067);}(_0x1d0296,_0x4d8d9f,_0x8d267e[_0x27683d(0x1d7)],_0x459223,_0x11a366)&&(_0x35cdd1[_0x27683d(0x1df)](),_0x4e535d={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x8d267e[_0x27683d(0x1d7)][_0x27683d(0x1aa)](()=>{const _0x32200e=_0x27683d;_0x8d267e[_0x32200e(0x1d7)][_0x32200e(0x1f0)](_0x123a37[0x0],_0x123a37[0x1],_0x123a37[0x2],{'forceDefaultExecution':!0x0});const _0xce7273=_0xb2fc82(),{rowInsertionRanges:_0x18dfa4,columnInsertionRanges:_0x4e1e30,insertionRanges:_0x525cc2,deletionRanges:_0x5963dc,cells:_0x4b027e}=_0x4e535d;_0x18dfa4[_0x32200e(0x1ce)]&&_0x6beede[_0x32200e(0x1be)](_0x18dfa4,_0x32200e(0x218),{'tablePasteChainId':_0xce7273}),_0x4e1e30[_0x32200e(0x1ce)]&&_0x6beede[_0x32200e(0x1be)](_0x4e1e30,_0x32200e(0x198),{'tablePasteChainId':_0xce7273}),_0x525cc2[_0x32200e(0x1ce)]&&(_0x6beede[_0x32200e(0x1be)](_0x525cc2,_0x32200e(0x237),{'tablePasteChainId':_0xce7273,'skipNestingCheck':!0x0}),_0x525cc2[_0x32200e(0x19d)](_0x17d088=>{const _0x57985e=_0x32200e;var _0x2841c4;return null===(_0x2841c4=_0x17d088[_0x57985e(0x1bc)])||void 0x0===_0x2841c4?void 0x0:_0x2841c4[_0x57985e(0x206)](_0x17d088);})),_0x5963dc[_0x32200e(0x1ce)]&&(_0x6beede[_0x32200e(0x19f)](_0x5963dc,_0x32200e(0x237),{'tablePasteChainId':_0xce7273,'skipNestingCheck':!0x0}),_0x5963dc[_0x32200e(0x19d)](_0x2bddb2=>{const _0x5cca55=_0x32200e;var _0x326712;return null===(_0x326712=_0x2bddb2[_0x5cca55(0x1bc)])||void 0x0===_0x326712?void 0x0:_0x326712[_0x5cca55(0x206)](_0x2bddb2);}));const _0x59d3f5=_0x6beede[_0x32200e(0x229)](_0x4b027e[_0x32200e(0x201)](({element:_0x380441})=>_0x380441),{'formatGroupId':_0xb2fc82()},[],_0x32200e(0x205),{'tablePasteChainId':_0xce7273});if(_0x59d3f5){const _0x341949=_0x59d3f5[_0x32200e(0x184)](),_0x2312e0=[];for(const {element:_0xc47b1b,attributes:_0x508a63}of _0x4b027e){if(!_0x508a63)continue;const _0x9903d9=_0x8d267e[_0x32200e(0x1d7)][_0x32200e(0x21f)](_0xc47b1b),_0x48934d=_0x341949[_0x32200e(0x1ab)](_0x374029=>_0x374029[_0x32200e(0x16f)]()[_0x32200e(0x22a)](_0x9903d9));_0x48934d&&_0x2312e0[_0x32200e(0x222)]([_0x48934d[_0x32200e(0x181)],_0x508a63]);}_0x2312e0[_0x32200e(0x1ce)]&&_0x59d3f5[_0x32200e(0x1fb)](_0x32200e(0x1b2),Object[_0x32200e(0x17a)](_0x2312e0));}_0x4e535d=null;}));},{'priority':_0x3dcc08[_0x32ccc1(0x1bf)]+0xa}),_0x8d267e[_0x32ccc1(0x19e)][_0x32ccc1(0x22b)](_0x32ccc1(0x1d5))['on'](_0x32ccc1(0x22c),(_0x3a42b7,_0xf5ce3e)=>{const _0x556559=_0x32ccc1,[_0x165657,_0x168b97,,_0x5dab76]=_0xf5ce3e;if(!_0x4e535d)return;_0x3a42b7[_0x556559(0x1df)]();const _0x209d5b=_0x165657[_0x556559(0x171)],_0xca1cac=_0x168b97,_0x3cd9a8=Pe(_0x209d5b),_0x2a3306=Pe(_0xca1cac);_0x3a42b7[_0x556559(0x1ba)]=_0x209d5b;let _0x49c5f4=null,_0x39c10a=null;if(_0x2a3306||_0x3cd9a8){if(_0x3cd9a8&&!_0x2a3306){_0x5dab76[_0x556559(0x1ed)](_0x209d5b[_0x556559(0x1e7)](0x0));for(const _0x409dd6 of Array[_0x556559(0x1c8)](_0xca1cac[_0x556559(0x1ff)]()))_0x5dab76[_0x556559(0x1a4)](_0x409dd6,_0x209d5b,_0x556559(0x1ea));const _0xf69138=_0x4e535d[_0x556559(0x22f)][_0x556559(0x221)](_0x165657[_0x556559(0x216)]),_0x190df1=_0x4e535d[_0x556559(0x1d0)][_0x556559(0x221)](_0x165657[_0x556559(0x1ac)]);_0xf69138||_0x190df1||(_0x49c5f4=_0x5237d9[_0x556559(0x22d)](_0x5dab76[_0x556559(0x21e)](_0x209d5b)));}else _0x2a3306&&!_0x3cd9a8&&(_0x39c10a=_0x5dab76[_0x556559(0x21e)](_0x209d5b));}else{const _0x4bf2f2=_0x5dab76[_0x556559(0x231)](_0x556559(0x20e)),_0x4d887=_0x5dab76[_0x556559(0x231)](_0x556559(0x20e));_0x5dab76[_0x556559(0x1c1)](_0x5dab76[_0x556559(0x21e)](_0x209d5b),_0x4d887),_0x5dab76[_0x556559(0x1a4)](_0x4bf2f2,_0x209d5b,0x0);for(const _0x5e4d7e of Array[_0x556559(0x1c8)](_0xca1cac[_0x556559(0x1ff)]()))_0x5dab76[_0x556559(0x1a4)](_0x5e4d7e,_0x4bf2f2,_0x556559(0x1ea));_0x49c5f4=_0x5237d9[_0x556559(0x22d)](_0x5dab76[_0x556559(0x21f)](_0x4bf2f2)),_0x39c10a=_0x5237d9[_0x556559(0x22d)](_0x5dab76[_0x556559(0x21f)](_0x4d887));}const _0xa52304=Array[_0x556559(0x1c8)](_0xca1cac[_0x556559(0x1fa)]())[_0x556559(0x1f6)](([_0x596797])=>ge[_0x556559(0x221)](_0x596797));_0x4e535d[_0x556559(0x18e)][_0x556559(0x222)]({'element':_0x209d5b,'attributes':_0xa52304[_0x556559(0x1ce)]?Object[_0x556559(0x17a)](_0xa52304):null}),_0x49c5f4&&_0x4e535d[_0x556559(0x170)][_0x556559(0x222)](_0x49c5f4),_0x39c10a&&_0x4e535d[_0x556559(0x1ef)][_0x556559(0x222)](_0x39c10a);},{'priority':_0x32ccc1(0x1bf)}),_0x459223['on'](_0x32ccc1(0x230),(_0xd2be3e,_0x359339)=>{const _0x3c7585=_0x32ccc1,[_0x18ae2e,_0x1f0b44={}]=_0x359339;if(!_0x4e535d)return;const _0x2a1947=_0x1f0b44['at']||0x0,_0x55c620=_0x1f0b44[_0x3c7585(0x21c)]||0x1;_0x4e535d[_0x3c7585(0x1d0)]=new Array(_0x55c620)[_0x3c7585(0x21a)](_0x2a1947)[_0x3c7585(0x201)]((_0x729415,_0x116a0b)=>_0x729415+_0x116a0b);for(const {cell:_0x3e994f}of _0x459223[_0x3c7585(0x1db)](_0x18ae2e,{'startColumn':_0x2a1947,'endColumn':_0x2a1947+_0x55c620-0x1}))_0x4e535d[_0x3c7585(0x1ec)][_0x3c7585(0x222)](_0x8d267e[_0x3c7585(0x1d7)][_0x3c7585(0x21f)](_0x3e994f));},{'priority':_0x32ccc1(0x1a3)}),_0x459223['on'](_0x32ccc1(0x179),(_0x17502d,_0x2ae11f)=>{const _0x17e14d=_0x32ccc1,[_0xf8d604,_0x35268c={}]=_0x2ae11f;if(!_0x4e535d)return;const _0xa258e8=_0x35268c['at']||0x0,_0x20e26e=_0x35268c[_0x17e14d(0x1dd)]||0x1;_0x4e535d[_0x17e14d(0x22f)]=new Array(_0x20e26e)[_0x17e14d(0x21a)](_0xa258e8)[_0x17e14d(0x201)]((_0x47873c,_0x47703d)=>_0x47873c+_0x47703d);for(const {cell:_0x114de4}of _0x459223[_0x17e14d(0x1db)](_0xf8d604,{'startRow':_0xa258e8,'endRow':_0xa258e8+_0x20e26e-0x1}))_0x4e535d[_0x17e14d(0x226)][_0x17e14d(0x222)](_0x8d267e[_0x17e14d(0x1d7)][_0x17e14d(0x21f)](_0x114de4));},{'priority':_0x32ccc1(0x1a3)}),_0x6beede[_0x32ccc1(0x19c)][_0x32ccc1(0x224)](_0x34d149=>{const _0x1260bd=_0x32ccc1;if(_0x34d149[_0x1260bd(0x1c6)]&&_0x34d149[_0x1260bd(0x1c6)][_0x1260bd(0x1c9)](_0x1260bd(0x237)))return _0x34d149[_0x1260bd(0x178)]?{}:{'type':_0x1260bd(0x1c3),'content':_0x44df32(_0x8d267e[_0x1260bd(0x20a)],_0x1260bd(0x16e))};});const _0x349d61=()=>!0x1;for(const _0x12359f of[_0x32ccc1(0x237),_0x32ccc1(0x198),_0x32ccc1(0x218),_0x32ccc1(0x205)])_0x6beede[_0x32ccc1(0x1d8)][_0x32ccc1(0x213)](_0x32ccc1(0x1c3),_0x12359f,_0x32ccc1(0x1b6),_0x349d61),_0x6beede[_0x32ccc1(0x1d8)][_0x32ccc1(0x213)](_0x32ccc1(0x228),_0x12359f,_0x32ccc1(0x1b6),_0x349d61),_0x6beede[_0x32ccc1(0x1d8)][_0x32ccc1(0x213)](_0x32ccc1(0x1ee),_0x12359f,_0x32ccc1(0x1b6),_0x349d61);_0x6beede[_0x32ccc1(0x1d8)][_0x32ccc1(0x213)](_0x32ccc1(0x1ee),_0x32ccc1(0x205),_0x32ccc1(0x1b3),_0x349d61),_0x6beede[_0x32ccc1(0x1d8)][_0x32ccc1(0x213)](_0x32ccc1(0x1ee),_0x32ccc1(0x205),_0x32ccc1(0x1c5),(_0xfc5b01,_0x494453,_0x52606a)=>{const _0x149bfc=_0x32ccc1,_0x26ab44=_0xfc5b01[_0x149bfc(0x201)](_0x208515=>_0x208515[_0x149bfc(0x22e)]())[_0x149bfc(0x1f6)](_0x2cb8e6=>_0x2cb8e6),_0x406aed=new Map(_0x26ab44[_0x149bfc(0x201)](_0x5182c8=>[_0x5182c8,null]));if(_0x4e535d){for(const {element:_0x36048d,attributes:_0x1e0975}of _0x4e535d[_0x149bfc(0x18e)])_0x1e0975&&_0x406aed[_0x149bfc(0x1f9)](_0x36048d,_0x1e0975);}else{if(_0x52606a&&_0x52606a[_0x149bfc(0x1b2)])for(const [_0x1d5a51,_0x53ad59]of Object[_0x149bfc(0x1af)](_0x52606a[_0x149bfc(0x1b2)])){const _0x5a1f48=_0x8d267e[_0x149bfc(0x1d7)][_0x149bfc(0x1e0)][_0x149bfc(0x22b)](_0x1d5a51),_0x108944=_0x5a1f48?_0x5a1f48[_0x149bfc(0x16f)]()[_0x149bfc(0x22e)]():null;_0x108944&&_0x406aed[_0x149bfc(0x1f9)](_0x108944,_0x53ad59);}}_0x8d267e[_0x149bfc(0x1d7)][_0x149bfc(0x1aa)](_0x4bdd39=>{const _0x4dce7e=_0x149bfc;for(const [_0x5c1bb5,_0x585bfe]of _0x406aed)_0x4bdd39[_0x4dce7e(0x197)]({...Ce,..._0x585bfe},_0x5c1bb5);});});const _0x388450=(_0x4c85af,_0x492d09)=>{const _0x907606=_0x32ccc1;_0x6beede[_0x907606(0x1d8)][_0x907606(0x213)](_0x4c85af,_0x907606(0x237),_0x492d09,(_0x442ac7,_0x2e1813,_0x5f059b)=>{const _0x4736e9=_0x907606;_0x8d267e[_0x4736e9(0x1d7)][_0x4736e9(0x1aa)](_0x4ebce9=>{const _0x2865a9=_0x4736e9,_0x20e9e1=[];for(const _0xfc7530 of _0x442ac7){const _0x679b83=_0xfc7530[_0x2865a9(0x203)][_0x2865a9(0x1d4)];_0x679b83['is'](_0x2865a9(0x18b),_0x2865a9(0x20e))&&_0x20e9e1[_0x2865a9(0x222)](_0x679b83);}_0x6beede[_0x2865a9(0x1d8)][_0x2865a9(0x1c7)](_0x4c85af,null,_0x492d09)(_0x442ac7,_0x2e1813,_0x5f059b);for(const _0x4567df of _0x20e9e1)_0x2865a9(0x1c4)!=_0x4567df[_0x2865a9(0x1a2)][_0x2865a9(0x18d)]&&_0x4ebce9[_0x2865a9(0x185)](_0x4567df);});});};_0x388450(_0x32ccc1(0x1c3),_0x32ccc1(0x1c5)),_0x388450(_0x32ccc1(0x1c3),_0x32ccc1(0x1b3)),_0x388450(_0x32ccc1(0x228),_0x32ccc1(0x1c5)),_0x388450(_0x32ccc1(0x228),_0x32ccc1(0x1b3)),_0x6beede[_0x32ccc1(0x1d8)][_0x32ccc1(0x213)](_0x32ccc1(0x1c3),_0x32ccc1(0x218),_0x32ccc1(0x1b3),_0x442d27=>{const _0x4693e7=_0x32ccc1,_0x2c4815=_0x442d27[_0x4693e7(0x201)](_0x7c8cbd=>_0x7c8cbd[_0x4693e7(0x22e)]()),_0x21b596=_0x2c4815[0x0][_0x4693e7(0x1f8)](_0x4693e7(0x1f2)),{minRow:_0x23ea02,maxRow:_0x207ca6}=_0x3c5e44[_0x4693e7(0x1c0)](_0x2c4815);_0x459223[_0x4693e7(0x21d)](_0x21b596,{'at':_0x23ea02,'rows':_0x207ca6-_0x23ea02+0x1});}),_0x6beede[_0x32ccc1(0x1d8)][_0x32ccc1(0x213)](_0x32ccc1(0x1c3),_0x32ccc1(0x198),_0x32ccc1(0x1b3),_0x3a0d3a=>{const _0x486aa8=_0x32ccc1,_0x1b30d6=_0x3a0d3a[_0x486aa8(0x201)](_0x2df401=>_0x2df401[_0x486aa8(0x22e)]()),_0x2c7ecd=_0x1b30d6[0x0][_0x486aa8(0x1f8)](_0x486aa8(0x1f2)),{minColumn:_0x3509b9,maxColumn:_0x463739}=_0x3c5e44[_0x486aa8(0x1c0)](_0x1b30d6);_0x459223[_0x486aa8(0x1d2)](_0x2c7ecd,{'at':_0x3509b9,'columns':_0x463739-_0x3509b9+0x1});});const _0x254037=(_0x5cc20e,_0x319b1a)=>{const _0x1b3528=_0x32ccc1;if(!_0x319b1a[_0x1b3528(0x1c6)]||!_0x319b1a[_0x1b3528(0x1c6)][_0x1b3528(0x1c9)](_0x1b3528(0x237)))return;const _0x2c8a7b=_0x319b1a[_0x1b3528(0x1e8)][_0x1b3528(0x1eb)],_0xfea34=_0x6beede[_0x1b3528(0x1a0)]()[_0x1b3528(0x1f6)](_0x3f9ecb=>_0x3f9ecb[_0x1b3528(0x210)]&&_0x3f9ecb[_0x1b3528(0x1e8)]&&_0x3f9ecb[_0x1b3528(0x1e8)][_0x1b3528(0x1eb)]==_0x2c8a7b);_0xfea34[_0x1b3528(0x1ce)]&&_0x319b1a[_0x1b3528(0x182)]()[_0x1b3528(0x1ce)]!=_0xfea34[_0x1b3528(0x1ce)]&&_0xfea34[_0x1b3528(0x195)]((_0x4b7f34,_0x2d1360)=>(_0x4b7f34[_0x1b3528(0x217)]=_0x2d1360,_0x2d1360[_0x1b3528(0x178)]=_0x4b7f34,_0x2d1360));};function _0x22f549(_0x363972,_0x441f2=!0x0){const _0x32a98b=_0x32ccc1,{id:_0x559607}=_0x6beede[_0x32a98b(0x199)](_0x363972[_0x32a98b(0x1b7)]),_0x304503=[_0x32a98b(0x1ca),_0x32a98b(0x192)],_0x54753d=_0x6beede[_0x32a98b(0x219)][_0x32a98b(0x221)](_0x363972[_0x32a98b(0x1b7)]);return _0x54753d&&_0x304503[_0x32a98b(0x222)](_0x32a98b(0x234)),{'classes':_0x304503,'attributes':{'data-suggestion':_0x559607},'priority':_0x54753d&&_0x441f2?0xbc2:0xbb8};}_0x6beede['on'](_0x32ccc1(0x1b0),_0x254037,{'priority':_0x32ccc1(0x1bf)}),_0x6beede['on'](_0x32ccc1(0x193),_0x254037,{'priority':_0x32ccc1(0x1bf)}),_0x8d267e[_0x32ccc1(0x1d7)][_0x32ccc1(0x236)][_0x32ccc1(0x1e9)](()=>{const _0x1da510=_0x32ccc1;let _0x4b1d67=!0x1;const _0x590d22=Array[_0x1da510(0x1c8)](_0x8d267e[_0x1da510(0x1d7)][_0x1da510(0x236)][_0x1da510(0x20d)][_0x1da510(0x19b)]());for(const {name:_0x15b9c7,data:_0x3cf51}of _0x590d22){const {group:_0x30e5fb,type:_0x8dc5b8,id:_0xfadfab}=_0x6beede[_0x1da510(0x199)](_0x15b9c7);if(_0x1da510(0x172)!=_0x30e5fb||_0x1da510(0x228)!=_0x8dc5b8||_0x3cf51[_0x1da510(0x1cc)])continue;if(!_0x6beede[_0x1da510(0x1a6)](_0xfadfab))continue;const _0x18ea6c=_0x6beede[_0x1da510(0x1b4)](_0xfadfab)[_0x1da510(0x187)](),_0x212876=_0x8d267e[_0x1da510(0x19e)][_0x1da510(0x22b)](_0x1da510(0x1cb))['me'];for(const _0x2e899a of _0x6beede[_0x1da510(0x1a0)]()){if(!_0x2e899a[_0x1da510(0x210)]||_0x2e899a[_0x1da510(0x1d1)]!=_0x212876)continue;if(_0x1da510(0x1ee)!=_0x2e899a[_0x1da510(0x1cd)]||_0x1da510(0x205)!=_0x2e899a[_0x1da510(0x1c6)])continue;if(_0x2e899a[_0x1da510(0x187)]()[_0x1da510(0x1e1)](_0x1e1999=>_0x18ea6c[_0x1da510(0x1d9)](_0x5c0cfa=>_0x5c0cfa[_0x1da510(0x232)](_0x1e1999,!0x0)))){for(const _0xae887b of _0x2e899a[_0x1da510(0x182)]())_0xae887b[_0x1da510(0x210)]&&(_0xae887b[_0x1da510(0x1b3)](),_0x4b1d67=!0x0);}}}return _0x4b1d67;}),_0x8d267e[_0x32ccc1(0x1d7)][_0x32ccc1(0x236)][_0x32ccc1(0x1e9)](_0x3b94de=>{const _0x1b197b=_0x32ccc1,_0x526fd6=_0x8d267e[_0x1b197b(0x235)][_0x1b197b(0x22b)](_0x1b197b(0x20c));if(!_0x526fd6||!_0x526fd6[_0x1b197b(0x1f1)][_0x1b197b(0x17d)](_0x3b94de[_0x1b197b(0x17e)]))return!0x1;let _0x158449=!0x1;const _0x22165e=_0x8d267e[_0x1b197b(0x19e)][_0x1b197b(0x22b)](_0x1b197b(0x1cb))['me'],_0x2625ba=_0x8d267e[_0x1b197b(0x1d7)][_0x1b197b(0x236)][_0x1b197b(0x20d)][_0x1b197b(0x209)](),_0x1aa970=Array[_0x1b197b(0x1c8)](_0x8d267e[_0x1b197b(0x1d7)][_0x1b197b(0x236)][_0x1b197b(0x20d)][_0x1b197b(0x19b)]())[_0x1b197b(0x1f6)](({name:_0x309c32,data:_0x296cca})=>{const _0x397bd9=_0x1b197b,{group:_0x5dee12,subType:_0xc9fdd3,authorId:_0x480fa4}=_0x6beede[_0x397bd9(0x199)](_0x309c32);return _0x397bd9(0x172)==_0x5dee12&&_0x397bd9(0x237)==_0xc9fdd3&&_0x480fa4==_0x22165e['id']&&!_0x296cca[_0x397bd9(0x1cc)];});for(const _0x5cfe65 of _0x2625ba){if(_0x1b197b(0x1a4)!=_0x5cfe65[_0x1b197b(0x1cd)]||_0x1b197b(0x20e)!=_0x5cfe65[_0x1b197b(0x181)]||0x1!=_0x5cfe65[_0x1b197b(0x1ce)])continue;const _0x1e74cd=_0x3b94de[_0x1b197b(0x180)](_0x5cfe65[_0x1b197b(0x1e2)],_0x5cfe65[_0x1b197b(0x1e2)][_0x1b197b(0x1bd)](0x1));if(!_0x1aa970[_0x1b197b(0x1ab)](({data:_0x20c489})=>_0x20c489[_0x1b197b(0x18a)][_0x1b197b(0x22a)](_0x1e74cd))){for(const {name:_0x1ca618,data:_0x184362}of _0x1aa970)if(_0x1e74cd[_0x1b197b(0x232)](_0x184362[_0x1b197b(0x18a)])){_0x3b94de[_0x1b197b(0x215)](_0x1ca618,{'range':_0x1e74cd}),_0x158449=!0x0;break;}}}return _0x158449;}),_0x8d267e[_0x32ccc1(0x1d7)][_0x32ccc1(0x236)][_0x32ccc1(0x1e9)](_0x2516cc=>{const _0x25c232=_0x32ccc1;let _0x599db8=!0x1;const _0x4472d5=_0x8d267e[_0x25c232(0x19e)][_0x25c232(0x22b)](_0x25c232(0x1cb))['me'],_0x4c0a55=_0x6beede[_0x25c232(0x1a0)]()[_0x25c232(0x1f6)](_0x2ab25b=>_0x2ab25b[_0x25c232(0x210)]&&_0x2ab25b[_0x25c232(0x1d1)]==_0x4472d5),_0x51b347=new Set(),_0x2da8b7=new Set();for(const _0x263967 of _0x4c0a55)if(_0x25c232(0x237)==_0x263967[_0x25c232(0x1c6)])for(const _0x5e551d of _0x263967[_0x25c232(0x184)]()){const _0x2ac0d6=_0x5e551d[_0x25c232(0x16f)]()[_0x25c232(0x22e)]();if(_0x2ac0d6){if(_0x2ac0d6['is'](_0x25c232(0x18b),_0x25c232(0x20e))&&Pe(_0x2ac0d6)){_0x263967[_0x25c232(0x225)](_0x5e551d[_0x25c232(0x181)]),_0x51b347[_0x25c232(0x173)](_0x2ac0d6),_0x599db8=!0x0;const _0x5e46e2=_0x2ac0d6[_0x25c232(0x19a)],_0x50ab59=_0x2ac0d6[_0x25c232(0x1fe)],_0x4bf61=_0x5e46e2&&_0x5e46e2['is'](_0x25c232(0x18b),_0x25c232(0x20e)),_0x5cd8da=_0x50ab59&&_0x50ab59['is'](_0x25c232(0x18b),_0x25c232(0x20e));_0x4bf61&&!_0x51b347[_0x25c232(0x17d)](_0x5e46e2)&&_0x2da8b7[_0x25c232(0x173)](_0x5e46e2),_0x5cd8da&&!_0x51b347[_0x25c232(0x17d)](_0x50ab59)&&_0x2da8b7[_0x25c232(0x173)](_0x50ab59);}else _0x2ac0d6['is'](_0x25c232(0x18b),_0x25c232(0x1e6))&&_0x2ac0d6[_0x25c232(0x202)]&&(_0x263967[_0x25c232(0x225)](_0x5e551d[_0x25c232(0x181)]),_0x599db8=!0x0);}}else{if(_0x25c232(0x205)==_0x263967[_0x25c232(0x1c6)]){if(!_0x263967[_0x25c232(0x1e8)]||!_0x263967[_0x25c232(0x1e8)][_0x25c232(0x1eb)])continue;const _0x16cc2e=_0x263967[_0x25c232(0x1e8)][_0x25c232(0x1b2)];if(_0x16cc2e&&Object[_0x25c232(0x17b)](_0x16cc2e)[_0x25c232(0x1ce)])continue;const _0x4b7b5e=_0x263967[_0x25c232(0x1e8)][_0x25c232(0x1eb)];let _0x5f4c11=!0x0,_0x522934=!0x0;for(const _0xfc08db of _0x4c0a55)if(_0xfc08db[_0x25c232(0x1c6)]&&_0xfc08db[_0x25c232(0x1c6)][_0x25c232(0x1c9)](_0x25c232(0x237))){if(!_0xfc08db[_0x25c232(0x1e8)][_0x25c232(0x1eb)]){_0x522934=!0x1;break;}if(_0xfc08db['id']!=_0x263967['id']&&_0xfc08db[_0x25c232(0x1e8)][_0x25c232(0x1eb)]==_0x4b7b5e){_0x5f4c11=!0x1;break;}}_0x522934&&_0x5f4c11&&(_0x263967[_0x25c232(0x1f4)](),_0x599db8=!0x0);}}for(const _0x404e2d of _0x51b347)_0x2516cc[_0x25c232(0x1ed)](_0x404e2d);for(const _0x2fd189 of _0x2da8b7)_0x2516cc[_0x25c232(0x185)](_0x2fd189);return _0x599db8;}),_0x8d267e[_0x32ccc1(0x189)][_0x32ccc1(0x1b5)](_0x32ccc1(0x1ae))[_0x32ccc1(0x223)]({'model':_0x32ccc1(0x233),'view':(_0x420d73,_0x357117)=>_0x22f549(_0x420d73),'converterPriority':_0x32ccc1(0x1bf)}),_0x8d267e[_0x32ccc1(0x189)][_0x32ccc1(0x1b5)](_0x32ccc1(0x1f5))[_0x32ccc1(0x223)]({'model':_0x32ccc1(0x233),'view':(_0x317a89,_0x276fa7)=>_0x276fa7[_0x32ccc1(0x190)][_0x32ccc1(0x1dc)]?_0x22f549(_0x317a89,!0x1):null,'converterPriority':_0x32ccc1(0x1bf)});const _0x1a96cb=_0x8d267e[_0x32ccc1(0x214)][_0x32ccc1(0x20f)];this[_0x32ccc1(0x20b)](_0x1a96cb[_0x32ccc1(0x236)],_0x32ccc1(0x1bb),(_0x2e11c1,_0x50d454)=>{const _0x12b1ca=_0x32ccc1,_0x372c2b=[];for(const _0x548d23 of _0x1a96cb[_0x12b1ca(0x21e)](_0x50d454[_0x12b1ca(0x17c)])[_0x12b1ca(0x1a5)]())_0x548d23['is'](_0x12b1ca(0x18b),_0x12b1ca(0x1cf))&&_0x372c2b[_0x12b1ca(0x222)](_0x548d23);_0x1a96cb[_0x12b1ca(0x1aa)](_0x328e67=>{const _0x151435=_0x12b1ca;for(const _0x538ab5 of _0x372c2b)_0x328e67[_0x151435(0x194)](_0x328e67[_0x151435(0x21e)](_0x538ab5),_0x328e67[_0x151435(0x177)](_0x538ab5)),_0x328e67[_0x151435(0x1ed)](_0x538ab5);});});}}function Pe(_0x587b2d){const _0x1964dc=_0x14fa97;if(_0x587b2d[_0x1964dc(0x202)])return!0x0;const _0x305adf=_0x587b2d[_0x1964dc(0x1e7)](0x0);return _0x305adf['is'](_0x1964dc(0x18b),_0x1964dc(0x1e6))&&_0x305adf[_0x1964dc(0x202)];}function _0x5241(){const _0x3aea09=['table','4IqYHjG','removeMarkers','dataDowncast','filter','tableCellPadding','findAncestor','set','getAttributes','setAttribute','getColumnIndexes','getColumns','previousSibling','getChildren','afterInit','map','isEmpty','start','getTableIfOnlyTableInContent','tablePasteCell','call','TableUtils','14961483XIYuWe','getChanges','locale','listenTo','redo','differ','tableCellSuggestion','view','isInContent','tableCellBackgroundColor','documentSelection','registerCustomCallback','editing','updateMarker','row','next','tablePasteRow','activeMarkers','fill','2483556WWaodp','columns','removeRows','createRangeIn','createRangeOn','selection','includes','push','markerToHighlight','registerDescriptionCallback','removeMarker','rowInsertionRanges','332WuTTdW','deletion','markMultiRangeBlockFormat','isEqual','get','_replaceTableSlotCell','fromRange','getContainedElement','rowInsertionIndexes','insertColumns','createElement','containsRange','suggestion:formatBlock:tablePasteCell','ck-suggestion-marker--active','commands','document','tablePaste','1475240tGdRCv','tableCellVerticalAlignment','*Replace\x20table\x20cells*','getRange','insertionRanges','cell','suggestion','add','tableCell','tableCellBorderWidth','register','createPositionBefore','previous','insertRows','fromEntries','keys','content','has','batch','getRowIndexes','createRange','name','getAllAdjacentSuggestions','editor','getMarkers','unwrap','_isForcedDefaultExecutionBlock','getRanges','getSelectionAffectedTableCells','conversion','newRange','element','1268118fulJym','rootName','cells','2374KLxsfP','options','_tablePostFixingSubtypes','ck-suggestion-marker-insertion','suggestionUnloaded','move','reduce','tableCellBorderStyle','setAttributes','tablePasteColumn','_splitMarkerName','nextSibling','getChangedMarkers','_descriptionFactory','forEach','plugins','markMultiRangeDeletion','getSuggestions','endColumn','root','low','insert','getItems','hasSuggestion','forceDefaultExecution','3031588lBJdzr','last','change','find','column','endRow','editingDowncast','entries','suggestionLoaded','trackChanges','markerAttributes','discard','getSuggestion','for','join','markerName','TrackChangesEditing','tableCellHorizontalAlignment','return','clipboardOutput','detach','getShiftedBy','markMultiRangeInsertion','high','_getCoordsForCells','wrap','elementToElement','insertion','$graveyard','accept','subType','getSuggestionCallback','from','startsWith','ck-suggestion-marker','Users','oldRange','type','length','suggestion-td','columnInsertionIndexes','author','removeColumns','requires','nodeAfter','TableClipboard','tableCellBorderColor','model','_suggestionFactory','some','value','createTableWalker','showSuggestionHighlights','rows','1874140PJwezO','stop','markers','every','position','getRows','schema','first','paragraph','getChild','attributes','registerPostFixer','end','tablePasteChainId','columnInsertionRanges','remove','formatBlock','deletionRanges','insertContent','_createdBatches'];_0x5241=function(){return _0x3aea09;};return _0x5241();}function he(_0x2c3c44,_0x32abdb={},_0x40952f){const _0x5cf100=_0x14fa97;for(const {isAnchor:_0x22af51,cellHeight:_0x4497c1,cellWidth:_0x16a827}of _0x40952f[_0x5cf100(0x1db)](_0x2c3c44,{'includeAllSlots':!0x0,..._0x32abdb}))if(!_0x22af51||0x1!=_0x4497c1||0x1!=_0x16a827)return!0x1;return!0x0;}
|
|
23
|
+
const _0x5dca3e=_0x12b7;(function(_0x4ae295,_0x2a6726){const _0x141f3d=_0x12b7,_0x2195d6=_0x4ae295();while(!![]){try{const _0x245720=parseInt(_0x141f3d(0x1b6))/0x1+-parseInt(_0x141f3d(0x21d))/0x2+-parseInt(_0x141f3d(0x1fd))/0x3*(parseInt(_0x141f3d(0x252))/0x4)+-parseInt(_0x141f3d(0x20c))/0x5+parseInt(_0x141f3d(0x1ca))/0x6+-parseInt(_0x141f3d(0x24f))/0x7+parseInt(_0x141f3d(0x23e))/0x8;if(_0x245720===_0x2a6726)break;else _0x2195d6['push'](_0x2195d6['shift']());}catch(_0x29a9a2){_0x2195d6['push'](_0x2195d6['shift']());}}}(_0x1332,0xc0c75));import{getTranslation as _0x52f29e}from'../utils/common-translations.js';import{Plugin as _0x59dbb9}from'ckeditor5/src/core.js';import{LiveRange as _0x78c61d}from'ckeditor5/src/engine.js';import{uid as _0x3c0ce8,priorities as _0x3db225}from'ckeditor5/src/utils.js';import _0x5c4159 from'./table.js';function _0x12b7(_0x4142f5,_0x40e34e){const _0x1332f5=_0x1332();return _0x12b7=function(_0x12b75d,_0x1620a4){_0x12b75d=_0x12b75d-0x1b1;let _0x5cdd73=_0x1332f5[_0x12b75d];return _0x5cdd73;},_0x12b7(_0x4142f5,_0x40e34e);}const ge=[_0x5dca3e(0x1b9),_0x5dca3e(0x266),_0x5dca3e(0x21b),_0x5dca3e(0x265),_0x5dca3e(0x1e7),_0x5dca3e(0x1be),_0x5dca3e(0x249)],Ce=Object[_0x5dca3e(0x279)](ge[_0x5dca3e(0x22f)](_0x289414=>[_0x289414,null]));export default class It extends _0x59dbb9{static get[_0x5dca3e(0x1da)](){return[_0x5c4159];}[_0x5dca3e(0x25e)](){const _0x499209=_0x5dca3e,_0xfe9b0a=this[_0x499209(0x1c3)];if(!_0xfe9b0a[_0x499209(0x219)][_0x499209(0x1ec)](_0x499209(0x207)))return;const _0x591c87=_0xfe9b0a[_0x499209(0x219)][_0x499209(0x27b)](_0x499209(0x24d)),_0x3172c7=_0xfe9b0a[_0x499209(0x219)][_0x499209(0x27b)](_0x499209(0x1ea)),_0xac1918=_0xfe9b0a[_0x499209(0x219)][_0x499209(0x27b)](_0x5c4159),_0x4a1a41=_0xfe9b0a[_0x499209(0x219)][_0x499209(0x27b)](_0x499209(0x207));_0xac1918[_0x499209(0x230)][_0x499209(0x224)](_0x499209(0x1d7),_0x499209(0x221)),_0xfe9b0a[_0x499209(0x1d9)][_0x499209(0x1ed)][_0x499209(0x24a)](_0x499209(0x1d8),{'allowIn':_0x499209(0x25f),'allowContentOf':_0x499209(0x25f),'isLimit':!0x0}),_0xfe9b0a[_0x499209(0x263)][_0x499209(0x1f4)]({'model':_0x499209(0x1d8),'view':_0x499209(0x220)});let _0x37bfa5=null;_0xfe9b0a[_0x499209(0x1d9)]['on'](_0x499209(0x1dd),(_0x5d3a18,_0x1e4d7f)=>{const _0x22b5c8=_0x499209,[_0x395853,_0x36b062]=_0x1e4d7f,_0x3382b4=_0x1e4d7f[_0x1e4d7f[_0x22b5c8(0x26e)]-0x1];_0x3382b4&&_0x3382b4[_0x22b5c8(0x1c2)]||_0x591c87[_0x22b5c8(0x1f7)]||this[_0x22b5c8(0x1c3)][_0x22b5c8(0x200)][_0x22b5c8(0x27b)](_0x22b5c8(0x1e5))[_0x22b5c8(0x1df)]&&function(_0x283c14,_0x120c49,_0x121e7f,_0x2f902f,_0x4770a7){const _0x40d99d=_0x22b5c8;if(_0x120c49&&!_0x120c49['is'](_0x40d99d(0x270)))return!0x1;const _0x365225=_0x4770a7[_0x40d99d(0x1d4)](_0x283c14,_0x121e7f);if(!_0x365225||!he(_0x365225,void 0x0,_0x2f902f))return!0x1;const _0x3cf0ab=_0x2f902f[_0x40d99d(0x1bb)](_0x121e7f[_0x40d99d(0x1db)][_0x40d99d(0x1c0)]);if(!_0x3cf0ab[_0x40d99d(0x26e)])return!0x1;const _0x1a883e=_0x3cf0ab[0x0][_0x40d99d(0x1e8)](_0x40d99d(0x1ef)),_0x45ac0b=_0x2f902f[_0x40d99d(0x206)](_0x3cf0ab),_0x5477cb=_0x2f902f[_0x40d99d(0x256)](_0x3cf0ab),_0x4693e6={'startRow':_0x45ac0b[_0x40d99d(0x21f)],'endRow':_0x45ac0b[_0x40d99d(0x264)],'startColumn':_0x5477cb[_0x40d99d(0x21f)],'endColumn':_0x5477cb[_0x40d99d(0x264)]};return 0x1==_0x3cf0ab[_0x40d99d(0x26e)]&&(_0x4693e6[_0x40d99d(0x1b2)]+=_0x2f902f[_0x40d99d(0x203)](_0x365225)-0x1,_0x4693e6[_0x40d99d(0x244)]+=_0x2f902f[_0x40d99d(0x21a)](_0x365225)-0x1),he(_0x1a883e,_0x4693e6,_0x2f902f);}(_0x395853,_0x36b062,_0xfe9b0a[_0x22b5c8(0x1d9)],_0x3172c7,_0x4a1a41)&&(_0x5d3a18[_0x22b5c8(0x1f6)](),_0x37bfa5={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0xfe9b0a[_0x22b5c8(0x1d9)][_0x22b5c8(0x216)](()=>{const _0x564805=_0x22b5c8;_0xfe9b0a[_0x564805(0x1d9)][_0x564805(0x1dd)](_0x1e4d7f[0x0],_0x1e4d7f[0x1],_0x1e4d7f[0x2],{'forceDefaultExecution':!0x0});const _0x3e6374=_0x3c0ce8(),{rowInsertionRanges:_0x528618,columnInsertionRanges:_0xe71af5,insertionRanges:_0xa6d306,deletionRanges:_0x45062a,cells:_0x496d6d}=_0x37bfa5;_0x528618[_0x564805(0x26e)]&&_0x591c87[_0x564805(0x1d1)](_0x528618,_0x564805(0x1d7),{'tablePasteChainId':_0x3e6374}),_0xe71af5[_0x564805(0x26e)]&&_0x591c87[_0x564805(0x1d1)](_0xe71af5,_0x564805(0x221),{'tablePasteChainId':_0x3e6374}),_0xa6d306[_0x564805(0x26e)]&&(_0x591c87[_0x564805(0x1d1)](_0xa6d306,_0x564805(0x24c),{'tablePasteChainId':_0x3e6374,'skipNestingCheck':!0x0}),_0xa6d306[_0x564805(0x1c1)](_0x2e578f=>{const _0x2bd1fa=_0x564805;var _0x18fef4;return null===(_0x18fef4=_0x2e578f[_0x2bd1fa(0x278)])||void 0x0===_0x18fef4?void 0x0:_0x18fef4[_0x2bd1fa(0x232)](_0x2e578f);})),_0x45062a[_0x564805(0x26e)]&&(_0x591c87[_0x564805(0x1f1)](_0x45062a,_0x564805(0x24c),{'tablePasteChainId':_0x3e6374,'skipNestingCheck':!0x0}),_0x45062a[_0x564805(0x1c1)](_0x2eef80=>{const _0x4fe692=_0x564805;var _0x3af98b;return null===(_0x3af98b=_0x2eef80[_0x4fe692(0x278)])||void 0x0===_0x3af98b?void 0x0:_0x3af98b[_0x4fe692(0x232)](_0x2eef80);}));const _0x408a72=_0x591c87[_0x564805(0x1ff)](_0x496d6d[_0x564805(0x22f)](({element:_0x2320c0})=>_0x2320c0),{'formatGroupId':_0x3c0ce8()},[],_0x564805(0x1c5),{'tablePasteChainId':_0x3e6374});if(_0x408a72){const _0x3b3892=_0x408a72[_0x564805(0x273)](),_0x490c45=[];for(const {element:_0x2d3b1a,attributes:_0x2be883}of _0x496d6d){if(!_0x2be883)continue;const _0xd39e32=_0xfe9b0a[_0x564805(0x1d9)][_0x564805(0x269)](_0x2d3b1a),_0x3103df=_0x3b3892[_0x564805(0x226)](_0x370a23=>_0x370a23[_0x564805(0x20b)]()[_0x564805(0x241)](_0xd39e32));_0x3103df&&_0x490c45[_0x564805(0x224)]([_0x3103df[_0x564805(0x1b8)],_0x2be883]);}_0x490c45[_0x564805(0x26e)]&&_0x408a72[_0x564805(0x277)](_0x564805(0x235),Object[_0x564805(0x279)](_0x490c45));}_0x37bfa5=null;}));},{'priority':_0x3db225[_0x499209(0x1bc)]+0xa}),_0xfe9b0a[_0x499209(0x219)][_0x499209(0x27b)](_0x499209(0x207))['on'](_0x499209(0x22a),(_0x582d87,_0x2b00b9)=>{const _0x465b1f=_0x499209,[_0x3cc076,_0x400c7c,,_0x52b56f]=_0x2b00b9;if(!_0x37bfa5)return;_0x582d87[_0x465b1f(0x1f6)]();const _0x5c1325=_0x3cc076[_0x465b1f(0x222)],_0x5cdd01=_0x400c7c,_0x19378=Pe(_0x5c1325),_0x1d4af4=Pe(_0x5cdd01);_0x582d87[_0x465b1f(0x238)]=_0x5c1325;let _0x1311d8=null,_0x22f425=null;if(_0x1d4af4||_0x19378){if(_0x19378&&!_0x1d4af4){_0x52b56f[_0x465b1f(0x211)](_0x5c1325[_0x465b1f(0x23f)](0x0));for(const _0xc36f64 of Array[_0x465b1f(0x245)](_0x5cdd01[_0x465b1f(0x1fa)]()))_0x52b56f[_0x465b1f(0x247)](_0xc36f64,_0x5c1325,_0x465b1f(0x1fb));const _0x22e735=_0x37bfa5[_0x465b1f(0x212)][_0x465b1f(0x272)](_0x3cc076[_0x465b1f(0x1c6)]),_0x53a12d=_0x37bfa5[_0x465b1f(0x205)][_0x465b1f(0x272)](_0x3cc076[_0x465b1f(0x1fc)]);_0x22e735||_0x53a12d||(_0x1311d8=_0x78c61d[_0x465b1f(0x201)](_0x52b56f[_0x465b1f(0x20e)](_0x5c1325)));}else _0x1d4af4&&!_0x19378&&(_0x22f425=_0x52b56f[_0x465b1f(0x20e)](_0x5c1325));}else{const _0x1fec99=_0x52b56f[_0x465b1f(0x1b5)](_0x465b1f(0x1d8)),_0x25f5eb=_0x52b56f[_0x465b1f(0x1b5)](_0x465b1f(0x1d8));_0x52b56f[_0x465b1f(0x1e9)](_0x52b56f[_0x465b1f(0x20e)](_0x5c1325),_0x25f5eb),_0x52b56f[_0x465b1f(0x247)](_0x1fec99,_0x5c1325,0x0);for(const _0x271e97 of Array[_0x465b1f(0x245)](_0x5cdd01[_0x465b1f(0x1fa)]()))_0x52b56f[_0x465b1f(0x247)](_0x271e97,_0x1fec99,_0x465b1f(0x1fb));_0x1311d8=_0x78c61d[_0x465b1f(0x201)](_0x52b56f[_0x465b1f(0x269)](_0x1fec99)),_0x22f425=_0x78c61d[_0x465b1f(0x201)](_0x52b56f[_0x465b1f(0x269)](_0x25f5eb));}const _0x2b1ffb=Array[_0x465b1f(0x245)](_0x5cdd01[_0x465b1f(0x268)]())[_0x465b1f(0x239)](([_0xc17c92])=>ge[_0x465b1f(0x272)](_0xc17c92));_0x37bfa5[_0x465b1f(0x1d0)][_0x465b1f(0x224)]({'element':_0x5c1325,'attributes':_0x2b1ffb[_0x465b1f(0x26e)]?Object[_0x465b1f(0x279)](_0x2b1ffb):null}),_0x1311d8&&_0x37bfa5[_0x465b1f(0x26d)][_0x465b1f(0x224)](_0x1311d8),_0x22f425&&_0x37bfa5[_0x465b1f(0x20a)][_0x465b1f(0x224)](_0x22f425);},{'priority':_0x499209(0x1bc)}),_0x3172c7['on'](_0x499209(0x237),(_0x508c40,_0x55567f)=>{const _0x6d4e9e=_0x499209,[_0x236286,_0x5e6e7b={}]=_0x55567f;if(!_0x37bfa5)return;const _0x3681de=_0x5e6e7b['at']||0x0,_0x18b9f9=_0x5e6e7b[_0x6d4e9e(0x24e)]||0x1;_0x37bfa5[_0x6d4e9e(0x205)]=new Array(_0x18b9f9)[_0x6d4e9e(0x248)](_0x3681de)[_0x6d4e9e(0x22f)]((_0x8fcec2,_0x313eeb)=>_0x8fcec2+_0x313eeb);for(const {cell:_0x2c4939}of _0x3172c7[_0x6d4e9e(0x22c)](_0x236286,{'startColumn':_0x3681de,'endColumn':_0x3681de+_0x18b9f9-0x1}))_0x37bfa5[_0x6d4e9e(0x1cd)][_0x6d4e9e(0x224)](_0xfe9b0a[_0x6d4e9e(0x1d9)][_0x6d4e9e(0x269)](_0x2c4939));},{'priority':_0x499209(0x257)}),_0x3172c7['on'](_0x499209(0x1f9),(_0x3dee7d,_0x4dc13e)=>{const _0x26bd88=_0x499209,[_0x4fc736,_0x17076a={}]=_0x4dc13e;if(!_0x37bfa5)return;const _0x3468fa=_0x17076a['at']||0x0,_0x40ee93=_0x17076a[_0x26bd88(0x23a)]||0x1;_0x37bfa5[_0x26bd88(0x212)]=new Array(_0x40ee93)[_0x26bd88(0x248)](_0x3468fa)[_0x26bd88(0x22f)]((_0x5d3788,_0x7361f7)=>_0x5d3788+_0x7361f7);for(const {cell:_0x2c2bbe}of _0x3172c7[_0x26bd88(0x22c)](_0x4fc736,{'startRow':_0x3468fa,'endRow':_0x3468fa+_0x40ee93-0x1}))_0x37bfa5[_0x26bd88(0x271)][_0x26bd88(0x224)](_0xfe9b0a[_0x26bd88(0x1d9)][_0x26bd88(0x269)](_0x2c2bbe));},{'priority':_0x499209(0x257)}),_0x591c87[_0x499209(0x26b)][_0x499209(0x228)](_0x46661c=>{const _0x364011=_0x499209;if(_0x46661c[_0x364011(0x276)]&&_0x46661c[_0x364011(0x276)][_0x364011(0x1f3)](_0x364011(0x24c)))return _0x46661c[_0x364011(0x260)]?{}:{'type':_0x364011(0x21e),'content':_0x52f29e(_0xfe9b0a[_0x364011(0x1bf)],_0x364011(0x236))};});const _0x52d964=()=>!0x1;for(const _0x3c60de of[_0x499209(0x24c),_0x499209(0x221),_0x499209(0x1d7),_0x499209(0x1c5)])_0x591c87[_0x499209(0x255)][_0x499209(0x231)](_0x499209(0x21e),_0x3c60de,_0x499209(0x210),_0x52d964),_0x591c87[_0x499209(0x255)][_0x499209(0x231)](_0x499209(0x1c4),_0x3c60de,_0x499209(0x210),_0x52d964),_0x591c87[_0x499209(0x255)][_0x499209(0x231)](_0x499209(0x274),_0x3c60de,_0x499209(0x210),_0x52d964);_0x591c87[_0x499209(0x255)][_0x499209(0x231)](_0x499209(0x274),_0x499209(0x1c5),_0x499209(0x246),_0x52d964),_0x591c87[_0x499209(0x255)][_0x499209(0x231)](_0x499209(0x274),_0x499209(0x1c5),_0x499209(0x209),(_0x5ac273,_0x2c2bae,_0x7a1ae6)=>{const _0x101caf=_0x499209,_0x22b958=_0x5ac273[_0x101caf(0x22f)](_0x206a1a=>_0x206a1a[_0x101caf(0x1e1)]())[_0x101caf(0x239)](_0x3fb1f7=>_0x3fb1f7),_0x2c737f=new Map(_0x22b958[_0x101caf(0x22f)](_0x43a46a=>[_0x43a46a,null]));if(_0x37bfa5){for(const {element:_0x1bfd2f,attributes:_0x1bb5d8}of _0x37bfa5[_0x101caf(0x1d0)])_0x1bb5d8&&_0x2c737f[_0x101caf(0x250)](_0x1bfd2f,_0x1bb5d8);}else{if(_0x7a1ae6&&_0x7a1ae6[_0x101caf(0x235)])for(const [_0x1d2b77,_0x42d841]of Object[_0x101caf(0x253)](_0x7a1ae6[_0x101caf(0x235)])){const _0x49170b=_0xfe9b0a[_0x101caf(0x1d9)][_0x101caf(0x251)][_0x101caf(0x27b)](_0x1d2b77),_0x23fd98=_0x49170b?_0x49170b[_0x101caf(0x20b)]()[_0x101caf(0x1e1)]():null;_0x23fd98&&_0x2c737f[_0x101caf(0x250)](_0x23fd98,_0x42d841);}}_0xfe9b0a[_0x101caf(0x1d9)][_0x101caf(0x216)](_0x186c80=>{const _0x113ba5=_0x101caf;for(const [_0x3b05c9,_0x22387d]of _0x2c737f)_0x186c80[_0x113ba5(0x225)]({...Ce,..._0x22387d},_0x3b05c9);});});const _0x448c7a=(_0x38af67,_0x4ca56d)=>{const _0x14ba3d=_0x499209;_0x591c87[_0x14ba3d(0x255)][_0x14ba3d(0x231)](_0x38af67,_0x14ba3d(0x24c),_0x4ca56d,(_0x493312,_0x10727f,_0x26e665)=>{const _0x1cc1d3=_0x14ba3d;_0xfe9b0a[_0x1cc1d3(0x1d9)][_0x1cc1d3(0x216)](_0x24c2d7=>{const _0x34d156=_0x1cc1d3,_0x36ecad=[];for(const _0xd1ffca of _0x493312){const _0x50cbe6=_0xd1ffca[_0x34d156(0x1fe)][_0x34d156(0x1e2)];_0x50cbe6['is'](_0x34d156(0x1b1),_0x34d156(0x1d8))&&_0x36ecad[_0x34d156(0x224)](_0x50cbe6);}_0x591c87[_0x34d156(0x255)][_0x34d156(0x27a)](_0x38af67,null,_0x4ca56d)(_0x493312,_0x10727f,_0x26e665);for(const _0x10c144 of _0x36ecad)_0x34d156(0x1d5)!=_0x10c144[_0x34d156(0x217)][_0x34d156(0x22b)]&&_0x24c2d7[_0x34d156(0x1d3)](_0x10c144);});});};_0x448c7a(_0x499209(0x21e),_0x499209(0x209)),_0x448c7a(_0x499209(0x21e),_0x499209(0x246)),_0x448c7a(_0x499209(0x1c4),_0x499209(0x209)),_0x448c7a(_0x499209(0x1c4),_0x499209(0x246)),_0x591c87[_0x499209(0x255)][_0x499209(0x231)](_0x499209(0x21e),_0x499209(0x1d7),_0x499209(0x246),_0x231c84=>{const _0x5c6728=_0x499209,_0x381f2e=_0x231c84[_0x5c6728(0x22f)](_0x2fccbb=>_0x2fccbb[_0x5c6728(0x1e1)]()),_0x207367=_0x381f2e[0x0][_0x5c6728(0x1e8)](_0x5c6728(0x1ef)),{minRow:_0x425a16,maxRow:_0x5484f3}=_0xac1918[_0x5c6728(0x1e4)](_0x381f2e);_0x3172c7[_0x5c6728(0x233)](_0x207367,{'at':_0x425a16,'rows':_0x5484f3-_0x425a16+0x1});}),_0x591c87[_0x499209(0x255)][_0x499209(0x231)](_0x499209(0x21e),_0x499209(0x221),_0x499209(0x246),_0x12a29c=>{const _0xd2fd11=_0x499209,_0x3274ab=_0x12a29c[_0xd2fd11(0x22f)](_0x209ecf=>_0x209ecf[_0xd2fd11(0x1e1)]()),_0x33262d=_0x3274ab[0x0][_0xd2fd11(0x1e8)](_0xd2fd11(0x1ef)),{minColumn:_0x4e33e1,maxColumn:_0xb10d14}=_0xac1918[_0xd2fd11(0x1e4)](_0x3274ab);_0x3172c7[_0xd2fd11(0x26f)](_0x33262d,{'at':_0x4e33e1,'columns':_0xb10d14-_0x4e33e1+0x1});});const _0xa106ec=(_0xf99b20,_0x31416f)=>{const _0x16d3c5=_0x499209;if(!_0x31416f[_0x16d3c5(0x276)]||!_0x31416f[_0x16d3c5(0x276)][_0x16d3c5(0x1f3)](_0x16d3c5(0x24c)))return;const _0x23c3eb=_0x31416f[_0x16d3c5(0x1ee)][_0x16d3c5(0x21c)],_0x322de1=_0x591c87[_0x16d3c5(0x26c)]()[_0x16d3c5(0x239)](_0x4b8caa=>_0x4b8caa[_0x16d3c5(0x22d)]&&_0x4b8caa[_0x16d3c5(0x1ee)]&&_0x4b8caa[_0x16d3c5(0x1ee)][_0x16d3c5(0x21c)]==_0x23c3eb);_0x322de1[_0x16d3c5(0x26e)]&&_0x31416f[_0x16d3c5(0x25a)]()[_0x16d3c5(0x26e)]!=_0x322de1[_0x16d3c5(0x26e)]&&_0x322de1[_0x16d3c5(0x1e0)]((_0xd898b6,_0x361b65)=>(_0xd898b6[_0x16d3c5(0x25c)]=_0x361b65,_0x361b65[_0x16d3c5(0x260)]=_0xd898b6,_0x361b65));};function _0xefd026(_0x27b151,_0x1fafda=!0x0){const _0x5318c0=_0x499209,{id:_0x299d0a}=_0x591c87[_0x5318c0(0x1f2)](_0x27b151[_0x5318c0(0x1b7)]),_0xbc385a=[_0x5318c0(0x1dc),_0x5318c0(0x1eb)],_0x55850d=_0x591c87[_0x5318c0(0x229)][_0x5318c0(0x272)](_0x27b151[_0x5318c0(0x1b7)]);return _0x55850d&&_0xbc385a[_0x5318c0(0x224)](_0x5318c0(0x1e3)),{'classes':_0xbc385a,'attributes':{'data-suggestion':_0x299d0a},'priority':_0x55850d&&_0x1fafda?0xbc2:0xbb8};}_0x591c87['on'](_0x499209(0x262),_0xa106ec,{'priority':_0x499209(0x1bc)}),_0x591c87['on'](_0x499209(0x1c8),_0xa106ec,{'priority':_0x499209(0x1bc)}),_0xfe9b0a[_0x499209(0x1d9)][_0x499209(0x1db)][_0x499209(0x215)](()=>{const _0x3e345d=_0x499209;let _0x2158ab=!0x1;const _0x41786f=Array[_0x3e345d(0x245)](_0xfe9b0a[_0x3e345d(0x1d9)][_0x3e345d(0x1db)][_0x3e345d(0x218)][_0x3e345d(0x1b3)]());for(const {name:_0x1d6abf,data:_0x5665fe}of _0x41786f){const {group:_0x5cb753,type:_0x2ff1d3,id:_0x1fa124}=_0x591c87[_0x3e345d(0x1f2)](_0x1d6abf);if(_0x3e345d(0x23d)!=_0x5cb753||_0x3e345d(0x1c4)!=_0x2ff1d3||_0x5665fe[_0x3e345d(0x1e6)])continue;if(!_0x591c87[_0x3e345d(0x204)](_0x1fa124))continue;const _0x364372=_0x591c87[_0x3e345d(0x214)](_0x1fa124)[_0x3e345d(0x275)](),_0x5b3440=_0xfe9b0a[_0x3e345d(0x219)][_0x3e345d(0x27b)](_0x3e345d(0x23b))['me'];for(const _0x24f875 of _0x591c87[_0x3e345d(0x26c)]()){if(!_0x24f875[_0x3e345d(0x22d)]||_0x24f875[_0x3e345d(0x208)]!=_0x5b3440)continue;if(_0x3e345d(0x274)!=_0x24f875[_0x3e345d(0x259)]||_0x3e345d(0x1c5)!=_0x24f875[_0x3e345d(0x276)])continue;if(_0x24f875[_0x3e345d(0x275)]()[_0x3e345d(0x26a)](_0x19f9ef=>_0x364372[_0x3e345d(0x20d)](_0x43d0e1=>_0x43d0e1[_0x3e345d(0x223)](_0x19f9ef,!0x0)))){for(const _0x4b102e of _0x24f875[_0x3e345d(0x25a)]())_0x4b102e[_0x3e345d(0x22d)]&&(_0x4b102e[_0x3e345d(0x246)](),_0x2158ab=!0x0);}}}return _0x2158ab;}),_0xfe9b0a[_0x499209(0x1d9)][_0x499209(0x1db)][_0x499209(0x215)](_0x352436=>{const _0x500816=_0x499209,_0x4454f8=_0xfe9b0a[_0x500816(0x200)][_0x500816(0x27b)](_0x500816(0x25b));if(!_0x4454f8||!_0x4454f8[_0x500816(0x1c7)][_0x500816(0x1ec)](_0x352436[_0x500816(0x240)]))return!0x1;let _0x48fafd=!0x1;const _0x703ce6=_0xfe9b0a[_0x500816(0x219)][_0x500816(0x27b)](_0x500816(0x23b))['me'],_0x3b9b46=_0xfe9b0a[_0x500816(0x1d9)][_0x500816(0x1db)][_0x500816(0x218)][_0x500816(0x213)](),_0x1cdc19=Array[_0x500816(0x245)](_0xfe9b0a[_0x500816(0x1d9)][_0x500816(0x1db)][_0x500816(0x218)][_0x500816(0x1b3)]())[_0x500816(0x239)](({name:_0x5a996a,data:_0x1b86ec})=>{const _0x37c25e=_0x500816,{group:_0x2591ad,subType:_0x16450c,authorId:_0x39d086}=_0x591c87[_0x37c25e(0x1f2)](_0x5a996a);return _0x37c25e(0x23d)==_0x2591ad&&_0x37c25e(0x24c)==_0x16450c&&_0x39d086==_0x703ce6['id']&&!_0x1b86ec[_0x37c25e(0x1e6)];});for(const _0x21461b of _0x3b9b46){if(_0x500816(0x247)!=_0x21461b[_0x500816(0x259)]||_0x500816(0x1d8)!=_0x21461b[_0x500816(0x1b8)]||0x1!=_0x21461b[_0x500816(0x26e)])continue;const _0x4988a0=_0x352436[_0x500816(0x242)](_0x21461b[_0x500816(0x24b)],_0x21461b[_0x500816(0x24b)][_0x500816(0x1f0)](0x1));if(!_0x1cdc19[_0x500816(0x226)](({data:_0x1fada1})=>_0x1fada1[_0x500816(0x1cc)][_0x500816(0x241)](_0x4988a0))){for(const {name:_0x593196,data:_0x39ec3a}of _0x1cdc19)if(_0x4988a0[_0x500816(0x223)](_0x39ec3a[_0x500816(0x1cc)])){_0x352436[_0x500816(0x25d)](_0x593196,{'range':_0x4988a0}),_0x48fafd=!0x0;break;}}}return _0x48fafd;}),_0xfe9b0a[_0x499209(0x1d9)][_0x499209(0x1db)][_0x499209(0x215)](_0x1283cc=>{const _0x2d99da=_0x499209;let _0x268136=!0x1;const _0x4a7c23=_0xfe9b0a[_0x2d99da(0x219)][_0x2d99da(0x27b)](_0x2d99da(0x23b))['me'],_0x93b12b=_0x591c87[_0x2d99da(0x26c)]()[_0x2d99da(0x239)](_0x466558=>_0x466558[_0x2d99da(0x22d)]&&_0x466558[_0x2d99da(0x208)]==_0x4a7c23),_0x56b841=new Set(),_0x321320=new Set();for(const _0x4b1b92 of _0x93b12b)if(_0x2d99da(0x24c)==_0x4b1b92[_0x2d99da(0x276)])for(const _0x3ea4bc of _0x4b1b92[_0x2d99da(0x273)]()){const _0x2681ba=_0x3ea4bc[_0x2d99da(0x20b)]()[_0x2d99da(0x1e1)]();if(_0x2681ba){if(_0x2681ba['is'](_0x2d99da(0x1b1),_0x2d99da(0x1d8))&&Pe(_0x2681ba)){_0x4b1b92[_0x2d99da(0x1c9)](_0x3ea4bc[_0x2d99da(0x1b8)]),_0x56b841[_0x2d99da(0x20f)](_0x2681ba),_0x268136=!0x0;const _0x3ceea1=_0x2681ba[_0x2d99da(0x254)],_0xf17266=_0x2681ba[_0x2d99da(0x267)],_0x24f80f=_0x3ceea1&&_0x3ceea1['is'](_0x2d99da(0x1b1),_0x2d99da(0x1d8)),_0x4c97d9=_0xf17266&&_0xf17266['is'](_0x2d99da(0x1b1),_0x2d99da(0x1d8));_0x24f80f&&!_0x56b841[_0x2d99da(0x1ec)](_0x3ceea1)&&_0x321320[_0x2d99da(0x20f)](_0x3ceea1),_0x4c97d9&&!_0x56b841[_0x2d99da(0x1ec)](_0xf17266)&&_0x321320[_0x2d99da(0x20f)](_0xf17266);}else _0x2681ba['is'](_0x2d99da(0x1b1),_0x2d99da(0x1d6))&&_0x2681ba[_0x2d99da(0x261)]&&(_0x4b1b92[_0x2d99da(0x1c9)](_0x3ea4bc[_0x2d99da(0x1b8)]),_0x268136=!0x0);}}else{if(_0x2d99da(0x1c5)==_0x4b1b92[_0x2d99da(0x276)]){if(!_0x4b1b92[_0x2d99da(0x1ee)]||!_0x4b1b92[_0x2d99da(0x1ee)][_0x2d99da(0x21c)])continue;const _0x3811bf=_0x4b1b92[_0x2d99da(0x1ee)][_0x2d99da(0x235)];if(_0x3811bf&&Object[_0x2d99da(0x202)](_0x3811bf)[_0x2d99da(0x26e)])continue;const _0x376243=_0x4b1b92[_0x2d99da(0x1ee)][_0x2d99da(0x21c)];let _0xa9f994=!0x0,_0x5f02e1=!0x0;for(const _0x2c4149 of _0x93b12b)if(_0x2c4149[_0x2d99da(0x276)]&&_0x2c4149[_0x2d99da(0x276)][_0x2d99da(0x1f3)](_0x2d99da(0x24c))){if(!_0x2c4149[_0x2d99da(0x1ee)][_0x2d99da(0x21c)]){_0x5f02e1=!0x1;break;}if(_0x2c4149['id']!=_0x4b1b92['id']&&_0x2c4149[_0x2d99da(0x1ee)][_0x2d99da(0x21c)]==_0x376243){_0xa9f994=!0x1;break;}}_0x5f02e1&&_0xa9f994&&(_0x4b1b92[_0x2d99da(0x1ba)](),_0x268136=!0x0);}}for(const _0x5040d1 of _0x56b841)_0x1283cc[_0x2d99da(0x211)](_0x5040d1);for(const _0x32345c of _0x321320)_0x1283cc[_0x2d99da(0x1d3)](_0x32345c);return _0x268136;}),_0xfe9b0a[_0x499209(0x263)][_0x499209(0x234)](_0x499209(0x1cb))[_0x499209(0x1cf)]({'model':_0x499209(0x1de),'view':(_0x5230d3,_0x16c697)=>_0xefd026(_0x5230d3),'converterPriority':_0x499209(0x1bc)}),_0xfe9b0a[_0x499209(0x263)][_0x499209(0x234)](_0x499209(0x227))[_0x499209(0x1cf)]({'model':_0x499209(0x1de),'view':(_0x5a83b0,_0x5e891c)=>_0x5e891c[_0x499209(0x1f8)][_0x499209(0x1f5)]?_0xefd026(_0x5a83b0,!0x1):null,'converterPriority':_0x499209(0x1bc)});const _0x47baf5=_0xfe9b0a[_0x499209(0x243)][_0x499209(0x1bd)];this[_0x499209(0x1b4)](_0x47baf5[_0x499209(0x1db)],_0x499209(0x1d2),(_0x171a0a,_0x42e9ec)=>{const _0x107224=_0x499209,_0x14200d=[];for(const _0x206f4f of _0x47baf5[_0x107224(0x20e)](_0x42e9ec[_0x107224(0x23c)])[_0x107224(0x1ce)]())_0x206f4f['is'](_0x107224(0x1b1),_0x107224(0x220))&&_0x14200d[_0x107224(0x224)](_0x206f4f);_0x47baf5[_0x107224(0x216)](_0x1f3285=>{const _0x28c33f=_0x107224;for(const _0x2d55ef of _0x14200d)_0x1f3285[_0x28c33f(0x258)](_0x1f3285[_0x28c33f(0x20e)](_0x2d55ef),_0x1f3285[_0x28c33f(0x22e)](_0x2d55ef)),_0x1f3285[_0x28c33f(0x211)](_0x2d55ef);});});}}function Pe(_0x464b5c){const _0x598cdb=_0x5dca3e;if(_0x464b5c[_0x598cdb(0x261)])return!0x0;const _0x5033ee=_0x464b5c[_0x598cdb(0x23f)](0x0);return _0x5033ee['is'](_0x598cdb(0x1b1),_0x598cdb(0x1d6))&&_0x5033ee[_0x598cdb(0x261)];}function he(_0x1017f6,_0x46ef5c={},_0x37d9da){const _0x49d8d7=_0x5dca3e;for(const {isAnchor:_0x37b2db,cellHeight:_0x4e0eb8,cellWidth:_0x38f2bd}of _0x37d9da[_0x49d8d7(0x22c)](_0x1017f6,{'includeAllSlots':!0x0,..._0x46ef5c}))if(!_0x37b2db||0x1!=_0x4e0eb8||0x1!=_0x38f2bd)return!0x1;return!0x0;}function _0x1332(){const _0x588db3=['start','markMultiRangeBlockFormat','commands','fromRange','keys','getRows','hasSuggestion','columnInsertionIndexes','getRowIndexes','TableClipboard','author','accept','deletionRanges','getRange','2803720GbfdcU','some','createRangeIn','add','join','remove','rowInsertionIndexes','getChanges','getSuggestion','registerPostFixer','change','root','differ','plugins','getColumns','tableCellBorderStyle','tablePasteChainId','3077832luzRXg','insertion','first','suggestion-td','tablePasteColumn','cell','containsRange','push','setAttributes','find','dataDowncast','registerDescriptionCallback','activeMarkers','_replaceTableSlotCell','rootName','createTableWalker','isInContent','createPositionBefore','map','_tablePostFixingSubtypes','registerCustomCallback','call','removeRows','for','markerAttributes','*Replace\x20table\x20cells*','insertColumns','return','filter','rows','Users','content','suggestion','28999872PtjuLA','getChild','batch','isEqual','createRange','editing','endColumn','from','discard','insert','fill','tableCellPadding','register','position','tablePaste','TrackChangesEditing','columns','6581183RLzubz','set','markers','1108QKRviE','entries','nextSibling','_suggestionFactory','getColumnIndexes','low','move','type','getAllAdjacentSuggestions','redo','next','updateMarker','afterInit','tableCell','previous','isEmpty','suggestionLoaded','conversion','last','tableCellHorizontalAlignment','tableCellBorderColor','previousSibling','getAttributes','createRangeOn','every','_descriptionFactory','getSuggestions','insertionRanges','length','removeColumns','documentSelection','rowInsertionRanges','includes','getMarkers','formatBlock','getRanges','subType','setAttribute','detach','fromEntries','getSuggestionCallback','get','element','endRow','getChangedMarkers','listenTo','createElement','183073kKKVYO','markerName','name','tableCellBorderWidth','removeMarkers','getSelectionAffectedTableCells','high','view','tableCellBackgroundColor','locale','selection','forEach','forceDefaultExecution','editor','deletion','tablePasteCell','row','_createdBatches','suggestionUnloaded','removeMarker','5418504NatJPn','editingDowncast','newRange','columnInsertionRanges','getItems','markerToHighlight','cells','markMultiRangeInsertion','clipboardOutput','unwrap','getTableIfOnlyTableInContent','$graveyard','paragraph','tablePasteRow','tableCellSuggestion','model','requires','document','ck-suggestion-marker','insertContent','suggestion:formatBlock:tablePasteCell','value','reduce','getContainedElement','nodeAfter','ck-suggestion-marker--active','_getCoordsForCells','trackChanges','oldRange','tableCellVerticalAlignment','findAncestor','wrap','TableUtils','ck-suggestion-marker-insertion','has','schema','attributes','table','getShiftedBy','markMultiRangeDeletion','_splitMarkerName','startsWith','elementToElement','showSuggestionHighlights','stop','_isForcedDefaultExecutionBlock','options','insertRows','getChildren','end','column','9549MsNkty'];_0x1332=function(){return _0x588db3;};return _0x1332();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x4faa(){const _0x2c47bf=['getAttribute','resizeTable','_descriptionFactory','document','enableCommand','get','5619397LKdwEw','formatBlock','formatGroupId','_suggestionFactory','markBlockFormat','selection','handleResizeTableWidthCommand','147786AGabIh','data','registerCustomCallback','getContainedElement','editor','model','resizeTableWidth','Users','format','plugins','registerDescriptionCallback','discard','change','8595055TFpvwf','TableColumnResizeEditing','columnWidths','4AMECxS','getSuggestions','getSelectedElement','TrackChangesEditing','has','91629GcOyjK','subType','handleSuggestionDescription','getSuggestionCallback','getTableColumnsWidths','tableWidth','accept','bind','formatInline','9356580Xtgrvq','1764537xDAUNp','author','1054737QFokDH','afterInit','locale','*Format:*\x20resize\x20table','table','commandParams','2992nWWiqi','getColumnGroupElement','type'];_0x4faa=function(){return _0x2c47bf;};return _0x4faa();}const _0x573e45=_0x3a94;(function(_0x9d891b,_0x9255f){const _0x549136=_0x3a94,_0x36f14c=_0x9d891b();while(!![]){try{const _0x5a16a3=-parseInt(_0x549136(0x129))/0x1+-parseInt(_0x549136(0x141))/0x2+-parseInt(_0x549136(0x12b))/0x3+-parseInt(_0x549136(0x151))/0x4*(-parseInt(_0x549136(0x14e))/0x5)+-parseInt(_0x549136(0x128))/0x6+-parseInt(_0x549136(0x13a))/0x7+parseInt(_0x549136(0x131))/0x8*(parseInt(_0x549136(0x156))/0x9);if(_0x5a16a3===_0x9255f)break;else _0x36f14c['push'](_0x36f14c['shift']());}catch(_0x112a4b){_0x36f14c['push'](_0x36f14c['shift']());}}}(_0x4faa,0xede9f));function _0x3a94(_0x267abb,_0x57944f){const _0x4faad3=_0x4faa();return _0x3a94=function(_0x3a94b3,_0x512582){_0x3a94b3=_0x3a94b3-0x123;let _0x290967=_0x4faad3[_0x3a94b3];return _0x290967;},_0x3a94(_0x267abb,_0x57944f);}import{Plugin as _0x57ad52}from'ckeditor5/src/core.js';import{getTranslation as _0x4237ef}from'../utils/common-translations.js';export default class vt extends _0x57ad52{[_0x573e45(0x12c)](){const _0xbb6d28=_0x573e45;if(!this[_0xbb6d28(0x145)][_0xbb6d28(0x14a)][_0xbb6d28(0x155)](_0xbb6d28(0x14f)))return;const _0x426db6=this[_0xbb6d28(0x145)][_0xbb6d28(0x14a)][_0xbb6d28(0x139)](_0xbb6d28(0x154));_0x426db6[_0xbb6d28(0x138)](_0xbb6d28(0x147),this[_0xbb6d28(0x140)][_0xbb6d28(0x126)](this)),_0x426db6[_0xbb6d28(0x13d)][_0xbb6d28(0x143)](_0xbb6d28(0x13b),_0xbb6d28(0x135),_0xbb6d28(0x125),_0x426db6[_0xbb6d28(0x13d)][_0xbb6d28(0x159)](_0xbb6d28(0x13b),null,_0xbb6d28(0x14c))),_0x426db6[_0xbb6d28(0x13d)][_0xbb6d28(0x143)](_0xbb6d28(0x13b),_0xbb6d28(0x135),_0xbb6d28(0x14c),_0x426db6[_0xbb6d28(0x13d)][_0xbb6d28(0x159)](_0xbb6d28(0x13b),null,_0xbb6d28(0x125))),_0x426db6[_0xbb6d28(0x136)][_0xbb6d28(0x14b)](this[_0xbb6d28(0x158)][_0xbb6d28(0x126)](this));}[_0x573e45(0x140)](_0x53a626,_0xc193d2){const _0x7263cd=_0x573e45,_0x49a2ec=this[_0x7263cd(0x145)][_0x7263cd(0x14a)][_0x7263cd(0x139)](_0x7263cd(0x154)),_0x1db839=this[_0x7263cd(0x145)][_0x7263cd(0x14a)][_0x7263cd(0x139)](_0x7263cd(0x14f)),_0x595664=_0xc193d2[_0x7263cd(0x12f)]||this[_0x7263cd(0x145)][_0x7263cd(0x146)][_0x7263cd(0x137)][_0x7263cd(0x13f)][_0x7263cd(0x153)]();this[_0x7263cd(0x145)][_0x7263cd(0x146)][_0x7263cd(0x14d)](()=>{const _0x3ecc44=_0x7263cd,_0x2b0af7=_0x1db839[_0x3ecc44(0x132)](_0x595664);let _0x2f75e3=_0x2b0af7?_0x1db839[_0x3ecc44(0x123)](_0x2b0af7):null,_0xa4b61a=_0x595664[_0x3ecc44(0x134)](_0x3ecc44(0x124))||null;const _0x2dbf5=_0xc193d2[_0x3ecc44(0x124)]||_0xa4b61a,_0x41198b=_0xc193d2[_0x3ecc44(0x150)]||_0x2f75e3,_0x2b8a2e=this[_0x3ecc44(0x145)][_0x3ecc44(0x14a)][_0x3ecc44(0x139)](_0x3ecc44(0x148))['me'];for(const _0x99c9a6 of _0x49a2ec[_0x3ecc44(0x152)]()){const _0x62699e=_0x99c9a6[_0x3ecc44(0x144)]();if(_0x3ecc44(0x135)===_0x99c9a6[_0x3ecc44(0x157)]&&_0x62699e===_0x595664){_0x99c9a6[_0x3ecc44(0x12a)]!==_0x2b8a2e&&_0x99c9a6[_0x3ecc44(0x14c)]();const _0x4effd2=_0x99c9a6[_0x3ecc44(0x142)][_0x3ecc44(0x130)];_0xa4b61a=_0x4effd2[0x0][_0x3ecc44(0x124)],_0x2f75e3=_0x4effd2[0x0][_0x3ecc44(0x150)];break;}}_0x53a626({'table':_0x595664,'tableWidth':_0x2dbf5,'columnWidths':_0x41198b}),_0x49a2ec[_0x3ecc44(0x13e)](_0x595664,{'commandName':_0x3ecc44(0x147),'commandParams':[{'tableWidth':_0xa4b61a,'columnWidths':_0x2f75e3}],'formatGroupId':_0x3ecc44(0x135)},[],_0x3ecc44(0x135));});}[_0x573e45(0x158)](_0x408fd0){const _0x19d87d=_0x573e45;if(_0x19d87d(0x13b)!=_0x408fd0[_0x19d87d(0x133)]&&_0x19d87d(0x127)!=_0x408fd0[_0x19d87d(0x133)])return;const {data:_0x54b892}=_0x408fd0;if(_0x54b892&&_0x19d87d(0x135)===_0x54b892[_0x19d87d(0x13c)]){const _0x3e113c=_0x19d87d(0x12e);return{'type':_0x19d87d(0x149),'content':_0x4237ef(this[_0x19d87d(0x145)][_0x19d87d(0x12d)],_0x3e113c)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x21f7(){const _0x485857=['consume','cell','1632666XySURo','10809432nEhnce','25130391ycGCNR','removeClass','FORMAT_REGULAR_COLUMN','options','bindElementToMarker','68rQPNEW','name','afterInit','FORMAT_REGULAR_ROW','nodeBefore','toViewElement','setTableRowHeader','markerRange','*Format:*\x20%0','formatBlock','747KwLLGD','includes','unbindElementFromMarkerName','_registerLegacyDescription','headingRows','setAttribute','data','item','mapper','TrackChangesEditing','registerCustomCallback','accept','downcastDispatcher','end','locale','plugins','addMarker:suggestion','155470Lcinuz','writer','_suggestionFactory','nodeAfter','FORMAT_HEADER_ROW','_enableDefaultAttributesIntegration','21vRFbOX','FORMAT_HEADER_COLUMN','getCellLocation','format','169581YxGGdo','setTableColumnHeader','removeMarker:suggestion','34GOzXwq','4648850PfNkbc','parent','consumable','get','_splitMarkerName','commandParams','data-suggestion','forceValue','showSuggestionHighlights','ck-suggestion-marker--active','markerName','getSuggestion','registerAttributeLabel','highest','start','39233ZyWSJe','_acceptFormatSuggestionCallbackFactory','commandName','TableUtils','stop','activeMarkers','editing','_handleLegacySuggestions','addClass','TableEditing','type','removeAttribute','ck-suggestion-marker-','registerDescriptionCallback','createTableWalker','requires','headingColumns','_descriptionFactory','has','editor','markerNameToElements'];_0x21f7=function(){return _0x485857;};return _0x21f7();}const _0x8689e7=_0x1f37;(function(_0x3ab38f,_0x4abe73){const _0xcddc72=_0x1f37,_0x27413a=_0x3ab38f();while(!![]){try{const _0x201ff5=parseInt(_0xcddc72(0x1cf))/0x1*(-parseInt(_0xcddc72(0x1bf))/0x2)+parseInt(_0xcddc72(0x1bc))/0x3*(parseInt(_0xcddc72(0x1ed))/0x4)+parseInt(_0xcddc72(0x1c0))/0x5+-parseInt(_0xcddc72(0x1e6))/0x6*(parseInt(_0xcddc72(0x1b8))/0x7)+parseInt(_0xcddc72(0x1e7))/0x8+-parseInt(_0xcddc72(0x1f7))/0x9*(-parseInt(_0xcddc72(0x1b2))/0xa)+-parseInt(_0xcddc72(0x1e8))/0xb;if(_0x201ff5===_0x4abe73)break;else _0x27413a['push'](_0x27413a['shift']());}catch(_0x30a74f){_0x27413a['push'](_0x27413a['shift']());}}}(_0x21f7,0xbaa12));import{Plugin as _0x1b7ed5}from'ckeditor5/src/core.js';import _0x27630d from'./table.js';function _0x1f37(_0x5ee92b,_0x3d1536){const _0x21f737=_0x21f7();return _0x1f37=function(_0x1f37ae,_0x347f55){_0x1f37ae=_0x1f37ae-0x1ae;let _0x2881e9=_0x21f737[_0x1f37ae];return _0x2881e9;},_0x1f37(_0x5ee92b,_0x3d1536);}import{getTranslation as _0x501675}from'../utils/common-translations.js';export default class At extends _0x1b7ed5{static get[_0x8689e7(0x1de)](){return[_0x27630d];}[_0x8689e7(0x1ef)](){const _0x210762=_0x8689e7,_0x2ae28a=this[_0x210762(0x1e2)];if(!_0x2ae28a[_0x210762(0x1b0)][_0x210762(0x1e1)](_0x210762(0x1d8)))return;const _0x2cd2b3=_0x2ae28a[_0x210762(0x1af)],_0x557fe6=_0x2ae28a[_0x210762(0x1b0)][_0x210762(0x1c3)](_0x210762(0x200));_0x557fe6[_0x210762(0x1b7)](_0x210762(0x1f3),[],[_0x210762(0x1fb)]),_0x557fe6[_0x210762(0x1b7)](_0x210762(0x1bd),[],[_0x210762(0x1df)]),_0x557fe6[_0x210762(0x1e0)][_0x210762(0x1cc)](_0x210762(0x1fb),_0x501675(_0x2cd2b3,_0x210762(0x1b6))),_0x557fe6[_0x210762(0x1e0)][_0x210762(0x1cc)](_0x210762(0x1df),_0x501675(_0x2cd2b3,_0x210762(0x1b9))),this[_0x210762(0x1d6)]();}[_0x8689e7(0x1d6)](){const _0x5de594=_0x8689e7,_0x11a56d=this[_0x5de594(0x1e2)][_0x5de594(0x1b0)][_0x5de594(0x1c3)](_0x5de594(0x200)),_0x2eaa90=this[_0x5de594(0x1e2)][_0x5de594(0x1b0)][_0x5de594(0x1c3)](_0x5de594(0x1d2)),_0xa5004f=this[_0x5de594(0x1e2)][_0x5de594(0x1b0)][_0x5de594(0x1c3)](_0x27630d)[_0x5de594(0x1d0)]();function _0xa75bab({showActiveMarker:_0x4b6be6=!0x0,setDataAttribute:_0x234741=!0x0}={}){return(_0x50fa92,_0x186112,_0x253f7b)=>{const _0xf8acbe=_0x1f37,{type:_0x36e1bb,id:_0x460f96}=_0x11a56d[_0xf8acbe(0x1c4)](_0x186112[_0xf8acbe(0x1ca)]),_0x400a87=_0x11a56d[_0xf8acbe(0x1cb)](_0x460f96),_0x1ae336=_0x400a87[_0xf8acbe(0x1fd)];if(_0xf8acbe(0x1f6)!=_0x400a87[_0xf8acbe(0x1d9)]||!_0x1ae336||_0xf8acbe(0x1bd)!=_0x1ae336[_0xf8acbe(0x1d1)])return;if(_0x186112[_0xf8acbe(0x1fe)])return void _0x50fa92[_0xf8acbe(0x1d3)]();if(!_0x253f7b[_0xf8acbe(0x1c2)][_0xf8acbe(0x1e4)](_0x186112[_0xf8acbe(0x1f4)],_0x50fa92[_0xf8acbe(0x1ee)]))return;const _0x3e9e14=_0x186112[_0xf8acbe(0x1f4)][_0xf8acbe(0x1ce)][_0xf8acbe(0x1b5)],_0x2230f6=_0x186112[_0xf8acbe(0x1f4)][_0xf8acbe(0x1ae)][_0xf8acbe(0x1f1)],_0x1a242f=_0x3e9e14[_0xf8acbe(0x1c1)][_0xf8acbe(0x1c1)],{column:_0x204535}=_0x2eaa90[_0xf8acbe(0x1ba)](_0x3e9e14),{column:_0x52eb43}=_0x2eaa90[_0xf8acbe(0x1ba)](_0x2230f6);for(let _0x3c6db9=_0x204535;_0x3c6db9<=_0x52eb43;_0x3c6db9++){const _0x5d78a3=_0x2eaa90[_0xf8acbe(0x1dd)](_0x1a242f,{'column':_0x3c6db9,'includeAllSlots':!0x1});for(const _0x3d30e5 of _0x5d78a3){const _0x4be148=_0x3d30e5[_0xf8acbe(0x1e5)],_0x5cecd3=_0x253f7b[_0xf8acbe(0x1ff)][_0xf8acbe(0x1f2)](_0x4be148);_0x253f7b[_0xf8acbe(0x1b3)][_0xf8acbe(0x1d7)](_0xf8acbe(0x1db)+_0x36e1bb,_0x5cecd3),_0x234741&&_0x253f7b[_0xf8acbe(0x1b3)][_0xf8acbe(0x1fc)](_0xf8acbe(0x1c6),_0x460f96,_0x5cecd3),_0x253f7b[_0xf8acbe(0x1ff)][_0xf8acbe(0x1ec)](_0x5cecd3,_0x186112[_0xf8acbe(0x1ca)]),_0x4b6be6&&(_0x11a56d[_0xf8acbe(0x1d4)][_0xf8acbe(0x1f8)](_0x186112[_0xf8acbe(0x1ca)])?_0x253f7b[_0xf8acbe(0x1b3)][_0xf8acbe(0x1d7)](_0xf8acbe(0x1c9),_0x5cecd3):_0x253f7b[_0xf8acbe(0x1b3)][_0xf8acbe(0x1e9)](_0xf8acbe(0x1c9),_0x5cecd3));}}};}_0x11a56d[_0x5de594(0x1b4)][_0x5de594(0x201)](_0x5de594(0x1f6),_0x5de594(0x1f3),_0x5de594(0x202),_0xa5004f),_0x11a56d[_0x5de594(0x1b4)][_0x5de594(0x201)](_0x5de594(0x1f6),_0x5de594(0x1bd),_0x5de594(0x202),_0xa5004f),this[_0x5de594(0x1e2)][_0x5de594(0x1d5)][_0x5de594(0x203)]['on'](_0x5de594(0x1b1),_0xa75bab(),{'priority':_0x5de594(0x1cd)}),this[_0x5de594(0x1e2)][_0x5de594(0x1fd)][_0x5de594(0x203)]['on'](_0x5de594(0x1b1),(_0x497462,_0x1c9a30,_0x57906c)=>{const _0x431b55=_0x5de594;_0x57906c[_0x431b55(0x1eb)][_0x431b55(0x1c8)]&&_0xa75bab({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x497462,_0x1c9a30,_0x57906c);},{'priority':_0x5de594(0x1cd)}),this[_0x5de594(0x1e2)][_0x5de594(0x1d5)][_0x5de594(0x203)]['on'](_0x5de594(0x1be),(_0x2c4954,_0x24d2c1,_0x8fa777)=>{const _0x54f42a=_0x5de594,{type:_0x1bb287,id:_0x4cc9f1}=_0x11a56d[_0x54f42a(0x1c4)](_0x24d2c1[_0x54f42a(0x1ca)]),_0x57bd30=_0x11a56d[_0x54f42a(0x1cb)](_0x4cc9f1),_0x3b3596=_0x57bd30[_0x54f42a(0x1fd)];if(_0x54f42a(0x1f6)!=_0x57bd30[_0x54f42a(0x1d9)]||!_0x3b3596||_0x54f42a(0x1bd)!=_0x3b3596[_0x54f42a(0x1d1)])return;const _0x1a5e6e=_0x8fa777[_0x54f42a(0x1ff)][_0x54f42a(0x1e3)](_0x24d2c1[_0x54f42a(0x1ca)]);if(_0x1a5e6e){for(const _0x1528d0 of _0x1a5e6e)_0x8fa777[_0x54f42a(0x1b3)][_0x54f42a(0x1e9)](_0x54f42a(0x1db)+_0x1bb287,_0x1528d0),_0x8fa777[_0x54f42a(0x1b3)][_0x54f42a(0x1e9)](_0x54f42a(0x1c9),_0x1528d0),_0x8fa777[_0x54f42a(0x1b3)][_0x54f42a(0x1da)](_0x54f42a(0x1c6),_0x1528d0),_0x8fa777[_0x54f42a(0x1ff)][_0x54f42a(0x1f9)](_0x1528d0,_0x24d2c1[_0x54f42a(0x1ca)]);}},{'priority':_0x5de594(0x1cd)}),this[_0x5de594(0x1fa)]();}[_0x8689e7(0x1fa)](){const _0x3ec602=_0x8689e7,_0x6a966=this[_0x3ec602(0x1e2)],_0x42c3fd=_0x6a966[_0x3ec602(0x1af)];function _0x353809(_0xb4da7d){const _0x5c2071=_0x3ec602;return{'type':_0x5c2071(0x1bb),'content':_0x501675(_0x42c3fd,_0x5c2071(0x1f5),_0xb4da7d)};}_0x6a966[_0x3ec602(0x1b0)][_0x3ec602(0x1c3)](_0x3ec602(0x200))[_0x3ec602(0x1e0)][_0x3ec602(0x1dc)](_0xe17e6f=>{const _0x49087b=_0x3ec602;if(_0x49087b(0x1f6)!=_0xe17e6f[_0x49087b(0x1d9)])return;const {data:_0x52618f}=_0xe17e6f;if(_0x52618f){if(_0x49087b(0x1f3)==_0x52618f[_0x49087b(0x1d1)]){const _0x889baa=_0x52618f[_0x49087b(0x1c5)][0x0][_0x49087b(0x1c7)];return _0x353809(_0x501675(_0x42c3fd,_0x889baa?_0x49087b(0x1b6):_0x49087b(0x1f0)));}if(_0x49087b(0x1bd)==_0x52618f[_0x49087b(0x1d1)]){const _0x1e1d2b=_0x52618f[_0x49087b(0x1c5)][0x0][_0x49087b(0x1c7)];return _0x353809(_0x501675(_0x42c3fd,_0x1e1d2b?_0x49087b(0x1b9):_0x49087b(0x1ea)));}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4234ac=_0x3cc9;(function(_0x493efc,_0x30e975){const _0x2b5f16=_0x3cc9,_0x3c880e=_0x493efc();while(!![]){try{const _0x1b4363=parseInt(_0x2b5f16(0x1bb))/0x1+parseInt(_0x2b5f16(0x1b0))/0x2*(parseInt(_0x2b5f16(0x1b1))/0x3)+-parseInt(_0x2b5f16(0x1a2))/0x4+-parseInt(_0x2b5f16(0x199))/0x5+parseInt(_0x2b5f16(0x1a4))/0x6+-parseInt(_0x2b5f16(0x1ce))/0x7*(-parseInt(_0x2b5f16(0x1c4))/0x8)+-parseInt(_0x2b5f16(0x196))/0x9*(parseInt(_0x2b5f16(0x1c5))/0xa);if(_0x1b4363===_0x30e975)break;else _0x3c880e['push'](_0x3c880e['shift']());}catch(_0x3b0a71){_0x3c880e['push'](_0x3c880e['shift']());}}}(_0x3f30,0x688b6));import{Plugin as _0x56ffc8}from'ckeditor5/src/core.js';function _0x3f30(){const _0x2e5e98=['15giXPTg','mergeTableCellUp','isInContent','horizontally','execute','change','length','deletion','add','return','542866QoWXpy','stop','formatInline','isEnabled','getAncestors','splitTableCellHorizontally','forceDefaultExecution','getFirstPosition','getSuggestions','106712csDqKX','2727950OxYmCD','plugins','afterInit','trackChanges','mergeTableCellRight','set:isEnabled','find','refresh','highest','56lYALQt','low','commandName','selection','requires','mergeTableCellDown','createTableWalker','insertion','enableCommand','filter','accept','mergeTableCells','$graveyard','map','cell','registerDescriptionCallback','author','root','subType','tableCell','*Merge\x20cells*','_acceptFormatSuggestionCallbackFactory','size','has','direction','element','_tablePostFixingSubtypes','value','TrackChangesEditing','_isForcedDefaultExecutionBlock','markMultiRangeBlockFormat','*Split\x20cell:*\x20horizontally','table','document','TableUtils','setSelection','locale','containsRange','editor','getCellLocation','_descriptionFactory','_areSelectedCellsMergable','markBlockFormat','27jvZRLg','from','formatBlock','3894410SDABtJ','getSelectionAffectedTableCells','push','commands','get','mergeTableCellLeft','fromRange','_suggestionFactory','*Split\x20cell:*\x20vertically','101052YfCgsn','splitTableCellVertically','4498716zSEWGi','getRanges','_areMergableCells','findAncestor','format','type','createRangeOn','detach','rootName','registerCustomCallback','model','TableEditing','260552nSJHod'];_0x3f30=function(){return _0x2e5e98;};return _0x3f30();}function _0x3cc9(_0x19605a,_0x29f8cf){const _0x3f3074=_0x3f30();return _0x3cc9=function(_0x3cc98e,_0x3b2492){_0x3cc98e=_0x3cc98e-0x196;let _0x5b959c=_0x3f3074[_0x3cc98e];return _0x5b959c;},_0x3cc9(_0x19605a,_0x29f8cf);}import _0x5128f3 from'./table.js';import{LiveRange as _0x4dc553}from'ckeditor5/src/engine.js';import{getTranslation as _0x5c0938}from'../utils/common-translations.js';export default class St extends _0x56ffc8{static get[_0x4234ac(0x1d2)](){return[_0x5128f3];}[_0x4234ac(0x1c7)](){const _0x184a65=_0x4234ac,_0x18d706=this[_0x184a65(0x1f4)],_0x56c2d0=_0x18d706[_0x184a65(0x1ae)][_0x184a65(0x1ef)][_0x184a65(0x1d1)],_0xb24a4=_0x18d706[_0x184a65(0x1f2)];if(!_0x18d706[_0x184a65(0x1c6)][_0x184a65(0x1e5)](_0x184a65(0x1af)))return;const _0x2c610e=_0x18d706[_0x184a65(0x1c6)][_0x184a65(0x19d)](_0x184a65(0x1ea)),_0x8cefde=_0x18d706[_0x184a65(0x1c6)][_0x184a65(0x19d)](_0x184a65(0x1f0)),_0x4b5889=_0x18d706[_0x184a65(0x1c6)][_0x184a65(0x19d)](_0x5128f3);_0x4b5889[_0x184a65(0x1e8)][_0x184a65(0x19b)](_0x184a65(0x1d9)),_0x2c610e[_0x184a65(0x1d6)](_0x184a65(0x1d9),()=>{const _0x5f494b=_0x184a65,_0xf18351=_0x8cefde[_0x5f494b(0x19a)](_0x18d706[_0x5f494b(0x1ae)][_0x5f494b(0x1ef)][_0x5f494b(0x1d1)]);_0x18d706[_0x5f494b(0x1ae)][_0x5f494b(0x1b6)](()=>{const _0xd2090d=_0x5f494b;_0x2c610e[_0xd2090d(0x1ec)](_0xf18351,{'commandName':_0xd2090d(0x1d9),'commandParams':[]},[],_0xd2090d(0x1d9));});}),_0x18d706[_0x184a65(0x19c)][_0x184a65(0x19d)](_0x184a65(0x1d9))['on'](_0x184a65(0x1b5),(_0xf2a220,_0xb90e0f)=>{const _0x328d41=_0x184a65;_0x18d706[_0x328d41(0x19c)][_0x328d41(0x19d)](_0x328d41(0x1c8))[_0x328d41(0x1e9)]&&(_0xb90e0f[_0x328d41(0x1b7)]>0x0&&_0xb90e0f[_0xb90e0f[_0x328d41(0x1b7)]-0x1]&&_0xb90e0f[_0xb90e0f[_0x328d41(0x1b7)]-0x1][_0x328d41(0x1c1)]||_0x2c610e[_0x328d41(0x1eb)]||this[_0x328d41(0x1f7)]()||_0xf2a220[_0x328d41(0x1bc)]());},{'priority':_0x184a65(0x1cd)});for(const _0x157a39 of[_0x184a65(0x1b2),_0x184a65(0x1c9),_0x184a65(0x1d3),_0x184a65(0x19e)]){const _0x472593=_0x18d706[_0x184a65(0x19c)][_0x184a65(0x19d)](_0x157a39);_0x2c610e[_0x184a65(0x1d6)](_0x157a39,()=>{const _0xc2951b=_0x184a65,_0x16038b=_0x18d706[_0xc2951b(0x1ae)][_0xc2951b(0x1ef)][_0xc2951b(0x1d1)][_0xc2951b(0x1c2)]()[_0xc2951b(0x1bf)]()[_0xc2951b(0x1cb)](_0x8a2fa4=>_0x8a2fa4['is'](_0xc2951b(0x1e7),_0xc2951b(0x1e1))),_0x27a77c=_0x472593[_0xc2951b(0x1e9)];_0x18d706[_0xc2951b(0x1ae)][_0xc2951b(0x1b6)](()=>{const _0x5e7827=_0xc2951b;_0x2c610e[_0x5e7827(0x1ec)]([_0x16038b,_0x27a77c],{'commandName':_0x5e7827(0x1d9),'commandParams':[]},[],_0x5e7827(0x1d9));});});}for(const _0x2a344b of[_0x184a65(0x1a3),_0x184a65(0x1c0)]){const _0x4b616f=_0x18d706[_0x184a65(0x19c)][_0x184a65(0x19d)](_0x2a344b);_0x2c610e[_0x184a65(0x1d6)](_0x2a344b,()=>{const _0x38bd0d=_0x184a65,_0x292405=_0x8cefde[_0x38bd0d(0x19a)](_0x18d706[_0x38bd0d(0x1ae)][_0x38bd0d(0x1ef)][_0x38bd0d(0x1d1)])[0x0],_0x6e99ad=_0x292405[_0x38bd0d(0x1a7)](_0x38bd0d(0x1ee)),{column:_0x2cfabb,row:_0x21f41c}=_0x8cefde[_0x38bd0d(0x1f5)](_0x292405);let _0x5c7f03=[];if(_0x38bd0d(0x1b4)==_0x4b616f[_0x38bd0d(0x1e6)]){const _0x194983=_0x8cefde[_0x38bd0d(0x1d4)](_0x6e99ad,{'startRow':_0x21f41c,'endRow':_0x21f41c,'includeAllSlots':!0x0});_0x5c7f03=Array[_0x38bd0d(0x197)](_0x194983)[_0x38bd0d(0x1db)](_0x501ebe=>_0x501ebe[_0x38bd0d(0x1dc)]);}else{const _0x4c0ee2=_0x8cefde[_0x38bd0d(0x1d4)](_0x6e99ad,{'column':_0x2cfabb,'includeAllSlots':!0x0});_0x5c7f03=Array[_0x38bd0d(0x197)](_0x4c0ee2)[_0x38bd0d(0x1db)](_0x226230=>_0x226230[_0x38bd0d(0x1dc)]);}_0x18d706[_0x38bd0d(0x1ae)][_0x38bd0d(0x1b6)](_0x5567a9=>{const _0x1d847d=_0x38bd0d;_0x2c610e[_0x1d847d(0x1f8)](_0x5567a9[_0x1d847d(0x1aa)](_0x292405),{'commandName':_0x2a344b,'commandParams':[]},_0x5c7f03,_0x2a344b);});});}_0x2c610e[_0x184a65(0x1f6)][_0x184a65(0x1dd)](_0x518932=>{const _0x3c0569=_0x184a65;if(_0x3c0569(0x198)!=_0x518932[_0x3c0569(0x1a9)]&&_0x3c0569(0x1bd)!=_0x518932[_0x3c0569(0x1a9)])return;const {data:_0x4e5935}=_0x518932;return _0x4e5935&&_0x3c0569(0x1d9)==_0x4e5935[_0x3c0569(0x1d0)]?{'type':_0x3c0569(0x1a8),'content':_0x5c0938(_0xb24a4,_0x3c0569(0x1e2))}:void 0x0;}),_0x2c610e[_0x184a65(0x1f6)][_0x184a65(0x1dd)](_0x450c1e=>{const _0x116d87=_0x184a65;if(_0x116d87(0x198)!=_0x450c1e[_0x116d87(0x1a9)]&&_0x116d87(0x1bd)!=_0x450c1e[_0x116d87(0x1a9)])return;const {data:_0xbe5e91}=_0x450c1e;return _0xbe5e91?_0x116d87(0x1a3)==_0xbe5e91[_0x116d87(0x1d0)]?{'type':_0x116d87(0x1a8),'content':_0x5c0938(_0xb24a4,_0x116d87(0x1a1))}:_0x116d87(0x1c0)==_0xbe5e91[_0x116d87(0x1d0)]?{'type':_0x116d87(0x1a8),'content':_0x5c0938(_0xb24a4,_0x116d87(0x1ed))}:void 0x0:void 0x0;});const _0x794ccd=_0x4b5889[_0x184a65(0x1e3)]();for(const _0x1725fb of[_0x184a65(0x1b2),_0x184a65(0x1c9),_0x184a65(0x1d3),_0x184a65(0x19e)])_0x2c610e[_0x184a65(0x1a0)][_0x184a65(0x1ad)](_0x184a65(0x198),_0x1725fb,_0x184a65(0x1d8),_0x794ccd);for(const _0x39e053 of[_0x184a65(0x1a3),_0x184a65(0x1c0)])_0x2c610e[_0x184a65(0x1a0)][_0x184a65(0x1ad)](_0x184a65(0x198),_0x39e053,_0x184a65(0x1d8),_0x794ccd);_0x2c610e[_0x184a65(0x1a0)][_0x184a65(0x1ad)](_0x184a65(0x198),_0x184a65(0x1d9),_0x184a65(0x1d8),_0x4a8c0b=>{const _0x4a3265=_0x184a65;_0x18d706[_0x4a3265(0x1ae)][_0x4a3265(0x1b6)](_0x3fe985=>{const _0x38e81c=_0x4a3265,_0x35e5e2=Array[_0x38e81c(0x197)](_0x56c2d0[_0x38e81c(0x1a5)]())[_0x38e81c(0x1db)](_0x8469da=>_0x4dc553[_0x38e81c(0x19f)](_0x8469da));_0x3fe985[_0x38e81c(0x1f1)](_0x4a8c0b),_0x18d706[_0x38e81c(0x19c)][_0x38e81c(0x19d)](_0x38e81c(0x1d9))[_0x38e81c(0x1cc)](),_0x18d706[_0x38e81c(0x1b5)](_0x38e81c(0x1d9),{'forceDefaultExecution':!0x0});const _0x2529f2=_0x35e5e2[_0x38e81c(0x1d7)](_0x151e41=>_0x38e81c(0x1da)!=_0x151e41[_0x38e81c(0x1df)][_0x38e81c(0x1ac)]);_0x2529f2[_0x38e81c(0x1b7)]>0x0&&_0x3fe985[_0x38e81c(0x1f1)](_0x2529f2);for(const _0x3e72b4 of _0x35e5e2)_0x3e72b4[_0x38e81c(0x1ab)]();});});for(const _0x15d2b3 of[_0x184a65(0x1b2),_0x184a65(0x1d3),_0x184a65(0x19e),_0x184a65(0x1c9)]){const _0xe3e3ba=_0x18d706[_0x184a65(0x19c)][_0x184a65(0x19d)](_0x15d2b3);_0xe3e3ba['on'](_0x184a65(0x1ca),(_0x35b494,_0x302358,_0x333f9f)=>{const _0x2d131a=_0x184a65;if(_0x333f9f){const _0xf4e15d=_0x18d706[_0x2d131a(0x1ae)][_0x2d131a(0x1ef)][_0x2d131a(0x1d1)][_0x2d131a(0x1c2)]()[_0x2d131a(0x1bf)]()[_0x2d131a(0x1cb)](_0x58793c=>_0x58793c['is'](_0x2d131a(0x1e7),_0x2d131a(0x1e1)));this[_0x2d131a(0x1a6)](_0xe3e3ba[_0x2d131a(0x1e9)],_0xf4e15d)||(_0x35b494[_0x2d131a(0x1ba)]=!0x1,_0x35b494[_0x2d131a(0x1bc)]());}},{'priority':_0x184a65(0x1cf)});}}[_0x4234ac(0x1f7)](){const _0x32b7d0=_0x4234ac,_0x427089=this[_0x32b7d0(0x1f4)][_0x32b7d0(0x19c)][_0x32b7d0(0x19d)](_0x32b7d0(0x1d9)),_0x15f1c0=this[_0x32b7d0(0x1f4)][_0x32b7d0(0x1c6)][_0x32b7d0(0x19d)](_0x32b7d0(0x1f0));if(!_0x427089[_0x32b7d0(0x1be)])return!0x1;const _0x203a9e=_0x15f1c0[_0x32b7d0(0x19a)](this[_0x32b7d0(0x1f4)][_0x32b7d0(0x1ae)][_0x32b7d0(0x1ef)][_0x32b7d0(0x1d1)]);for(const _0xe1d2fd of _0x203a9e)for(const _0x4f354d of _0x203a9e)if(_0xe1d2fd!=_0x4f354d&&!this[_0x32b7d0(0x1a6)](_0xe1d2fd,_0x4f354d))return!0x1;return!0x0;}[_0x4234ac(0x1a6)](_0x47e7fd,_0x598215){const _0x47486b=_0x4234ac,_0x48198d=this[_0x47486b(0x1f4)][_0x47486b(0x1c6)][_0x47486b(0x19d)](_0x47486b(0x1ea)),_0x17f7fe=this[_0x47486b(0x1f4)][_0x47486b(0x1ae)][_0x47486b(0x1aa)](_0x47e7fd),_0x2da545=this[_0x47486b(0x1f4)][_0x47486b(0x1ae)][_0x47486b(0x1aa)](_0x598215),_0x5ba29d=new Set(),_0x5b8161=new Set();for(const _0x5e8dd9 of _0x48198d[_0x47486b(0x1c3)]())if((_0x47486b(0x1d5)==_0x5e8dd9[_0x47486b(0x1a9)]||_0x47486b(0x1b8)==_0x5e8dd9[_0x47486b(0x1a9)]||_0x47486b(0x1d9)==_0x5e8dd9[_0x47486b(0x1e0)])&&_0x5e8dd9[_0x47486b(0x1b3)]){for(const _0x415716 of _0x5e8dd9[_0x47486b(0x1a5)]())_0x415716[_0x47486b(0x1f3)](_0x17f7fe,!0x0)&&_0x5ba29d[_0x47486b(0x1b9)](_0x5e8dd9[_0x47486b(0x1a9)]+':'+_0x5e8dd9[_0x47486b(0x1de)]['id']),_0x415716[_0x47486b(0x1f3)](_0x2da545,!0x0)&&_0x5b8161[_0x47486b(0x1b9)](_0x5e8dd9[_0x47486b(0x1a9)]+':'+_0x5e8dd9[_0x47486b(0x1de)]['id']);}if(_0x5ba29d[_0x47486b(0x1e4)]!=_0x5b8161[_0x47486b(0x1e4)])return!0x1;for(const _0x1835d2 of _0x5ba29d)if(!_0x5b8161[_0x47486b(0x1e5)](_0x1835d2))return!0x1;return!0x0;}}
|
|
23
|
+
const _0x4310cb=_0x23ee;(function(_0x2ed9e5,_0x1e4dae){const _0x1ec154=_0x23ee,_0x24e09a=_0x2ed9e5();while(!![]){try{const _0x431f20=parseInt(_0x1ec154(0x12b))/0x1+parseInt(_0x1ec154(0x164))/0x2*(parseInt(_0x1ec154(0x135))/0x3)+parseInt(_0x1ec154(0x132))/0x4+parseInt(_0x1ec154(0x15e))/0x5*(parseInt(_0x1ec154(0x17e))/0x6)+-parseInt(_0x1ec154(0x12c))/0x7+parseInt(_0x1ec154(0x149))/0x8+-parseInt(_0x1ec154(0x174))/0x9;if(_0x431f20===_0x1e4dae)break;else _0x24e09a['push'](_0x24e09a['shift']());}catch(_0x25a682){_0x24e09a['push'](_0x24e09a['shift']());}}}(_0x14c2,0x80750));import{Plugin as _0x4685d3}from'ckeditor5/src/core.js';import _0x283af4 from'./table.js';function _0x23ee(_0x5206fd,_0x540577){const _0x14c2a8=_0x14c2();return _0x23ee=function(_0x23ee7c,_0x3199b2){_0x23ee7c=_0x23ee7c-0x125;let _0x80740f=_0x14c2a8[_0x23ee7c];return _0x80740f;},_0x23ee(_0x5206fd,_0x540577);}import{LiveRange as _0x46b4e2}from'ckeditor5/src/engine.js';function _0x14c2(){const _0xa7f76f=['_areSelectedCellsMergable','model','insertion','506546yZbkaB','markBlockFormat','push','root','selection','stop','map','getFirstPosition','_descriptionFactory','size','table','registerDescriptionCallback','_areMergableCells','highest','enableCommand','registerCustomCallback','6651405eHlyuu','cell','findAncestor','TrackChangesEditing','execute','mergeTableCellLeft','getCellLocation','set:isEnabled','setSelection','getRanges','341958VlrfKH','mergeTableCells','editor','_tablePostFixingSubtypes','from','plugins','get','createTableWalker','formatBlock','containsRange','*Split\x20cell:*\x20horizontally','getSuggestions','rootName','afterInit','commands','57527rUwcAb','2923669xEHpnx','isInContent','markMultiRangeBlockFormat','_suggestionFactory','splitTableCellHorizontally','low','1854668jPhBOW','getSelectionAffectedTableCells','isEnabled','3YypSWI','direction','locale','formatInline','document','TableEditing','format','mergeTableCellDown','has','find','filter','_acceptFormatSuggestionCallbackFactory','*Merge\x20cells*','trackChanges','createRangeOn','length','mergeTableCellRight','mergeTableCellUp','forceDefaultExecution','detach','2251856AaJpiW','tableCell','type','$graveyard','TableUtils','author','fromRange','requires','getAncestors','horizontally','change','add','deletion','subType','accept','_isForcedDefaultExecutionBlock','splitTableCellVertically','*Split\x20cell:*\x20vertically','refresh','return','value','55mUlXgq','element','commandName'];_0x14c2=function(){return _0xa7f76f;};return _0x14c2();}import{getTranslation as _0x429a31}from'../utils/common-translations.js';export default class St extends _0x4685d3{static get[_0x4310cb(0x150)](){return[_0x283af4];}[_0x4310cb(0x129)](){const _0x3d5469=_0x4310cb,_0x3d0b79=this[_0x3d5469(0x180)],_0x583a15=_0x3d0b79[_0x3d5469(0x162)][_0x3d5469(0x139)][_0x3d5469(0x168)],_0x38b5d2=_0x3d0b79[_0x3d5469(0x137)];if(!_0x3d0b79[_0x3d5469(0x183)][_0x3d5469(0x13d)](_0x3d5469(0x13a)))return;const _0x178166=_0x3d0b79[_0x3d5469(0x183)][_0x3d5469(0x184)](_0x3d5469(0x177)),_0x404d62=_0x3d0b79[_0x3d5469(0x183)][_0x3d5469(0x184)](_0x3d5469(0x14d)),_0x3b686f=_0x3d0b79[_0x3d5469(0x183)][_0x3d5469(0x184)](_0x283af4);_0x3b686f[_0x3d5469(0x181)][_0x3d5469(0x166)](_0x3d5469(0x17f)),_0x178166[_0x3d5469(0x172)](_0x3d5469(0x17f),()=>{const _0x1a0590=_0x3d5469,_0x55a32b=_0x404d62[_0x1a0590(0x133)](_0x3d0b79[_0x1a0590(0x162)][_0x1a0590(0x139)][_0x1a0590(0x168)]);_0x3d0b79[_0x1a0590(0x162)][_0x1a0590(0x153)](()=>{const _0x45ed9a=_0x1a0590;_0x178166[_0x45ed9a(0x12e)](_0x55a32b,{'commandName':_0x45ed9a(0x17f),'commandParams':[]},[],_0x45ed9a(0x17f));});}),_0x3d0b79[_0x3d5469(0x12a)][_0x3d5469(0x184)](_0x3d5469(0x17f))['on'](_0x3d5469(0x178),(_0x20ba2d,_0x183ad3)=>{const _0x453d84=_0x3d5469;_0x3d0b79[_0x453d84(0x12a)][_0x453d84(0x184)](_0x453d84(0x142))[_0x453d84(0x15d)]&&(_0x183ad3[_0x453d84(0x144)]>0x0&&_0x183ad3[_0x183ad3[_0x453d84(0x144)]-0x1]&&_0x183ad3[_0x183ad3[_0x453d84(0x144)]-0x1][_0x453d84(0x147)]||_0x178166[_0x453d84(0x158)]||this[_0x453d84(0x161)]()||_0x20ba2d[_0x453d84(0x169)]());},{'priority':_0x3d5469(0x171)});for(const _0x24d200 of[_0x3d5469(0x146),_0x3d5469(0x145),_0x3d5469(0x13c),_0x3d5469(0x179)]){const _0x2bbf2c=_0x3d0b79[_0x3d5469(0x12a)][_0x3d5469(0x184)](_0x24d200);_0x178166[_0x3d5469(0x172)](_0x24d200,()=>{const _0x369db0=_0x3d5469,_0x7198b=_0x3d0b79[_0x369db0(0x162)][_0x369db0(0x139)][_0x369db0(0x168)][_0x369db0(0x16b)]()[_0x369db0(0x151)]()[_0x369db0(0x13e)](_0x334334=>_0x334334['is'](_0x369db0(0x15f),_0x369db0(0x14a))),_0x5b397a=_0x2bbf2c[_0x369db0(0x15d)];_0x3d0b79[_0x369db0(0x162)][_0x369db0(0x153)](()=>{const _0x313dbb=_0x369db0;_0x178166[_0x313dbb(0x12e)]([_0x7198b,_0x5b397a],{'commandName':_0x313dbb(0x17f),'commandParams':[]},[],_0x313dbb(0x17f));});});}for(const _0x41a5c8 of[_0x3d5469(0x159),_0x3d5469(0x130)]){const _0x3c642e=_0x3d0b79[_0x3d5469(0x12a)][_0x3d5469(0x184)](_0x41a5c8);_0x178166[_0x3d5469(0x172)](_0x41a5c8,()=>{const _0x5de8bb=_0x3d5469,_0x274ca3=_0x404d62[_0x5de8bb(0x133)](_0x3d0b79[_0x5de8bb(0x162)][_0x5de8bb(0x139)][_0x5de8bb(0x168)])[0x0],_0x72fe40=_0x274ca3[_0x5de8bb(0x176)](_0x5de8bb(0x16e)),{column:_0x174c7c,row:_0x1e4dfd}=_0x404d62[_0x5de8bb(0x17a)](_0x274ca3);let _0x3428e1=[];if(_0x5de8bb(0x152)==_0x3c642e[_0x5de8bb(0x136)]){const _0x2a5571=_0x404d62[_0x5de8bb(0x185)](_0x72fe40,{'startRow':_0x1e4dfd,'endRow':_0x1e4dfd,'includeAllSlots':!0x0});_0x3428e1=Array[_0x5de8bb(0x182)](_0x2a5571)[_0x5de8bb(0x16a)](_0x693e06=>_0x693e06[_0x5de8bb(0x175)]);}else{const _0x294528=_0x404d62[_0x5de8bb(0x185)](_0x72fe40,{'column':_0x174c7c,'includeAllSlots':!0x0});_0x3428e1=Array[_0x5de8bb(0x182)](_0x294528)[_0x5de8bb(0x16a)](_0x512cbb=>_0x512cbb[_0x5de8bb(0x175)]);}_0x3d0b79[_0x5de8bb(0x162)][_0x5de8bb(0x153)](_0x5e8ee1=>{const _0x246b99=_0x5de8bb;_0x178166[_0x246b99(0x165)](_0x5e8ee1[_0x246b99(0x143)](_0x274ca3),{'commandName':_0x41a5c8,'commandParams':[]},_0x3428e1,_0x41a5c8);});});}_0x178166[_0x3d5469(0x16c)][_0x3d5469(0x16f)](_0x1d2557=>{const _0x61fd5d=_0x3d5469;if(_0x61fd5d(0x186)!=_0x1d2557[_0x61fd5d(0x14b)]&&_0x61fd5d(0x138)!=_0x1d2557[_0x61fd5d(0x14b)])return;const {data:_0x2f79a3}=_0x1d2557;return _0x2f79a3&&_0x61fd5d(0x17f)==_0x2f79a3[_0x61fd5d(0x160)]?{'type':_0x61fd5d(0x13b),'content':_0x429a31(_0x38b5d2,_0x61fd5d(0x141))}:void 0x0;}),_0x178166[_0x3d5469(0x16c)][_0x3d5469(0x16f)](_0x414047=>{const _0x3ddc16=_0x3d5469;if(_0x3ddc16(0x186)!=_0x414047[_0x3ddc16(0x14b)]&&_0x3ddc16(0x138)!=_0x414047[_0x3ddc16(0x14b)])return;const {data:_0x4e6b6d}=_0x414047;return _0x4e6b6d?_0x3ddc16(0x159)==_0x4e6b6d[_0x3ddc16(0x160)]?{'type':_0x3ddc16(0x13b),'content':_0x429a31(_0x38b5d2,_0x3ddc16(0x15a))}:_0x3ddc16(0x130)==_0x4e6b6d[_0x3ddc16(0x160)]?{'type':_0x3ddc16(0x13b),'content':_0x429a31(_0x38b5d2,_0x3ddc16(0x126))}:void 0x0:void 0x0;});const _0x4363f9=_0x3b686f[_0x3d5469(0x140)]();for(const _0x5c69b1 of[_0x3d5469(0x146),_0x3d5469(0x145),_0x3d5469(0x13c),_0x3d5469(0x179)])_0x178166[_0x3d5469(0x12f)][_0x3d5469(0x173)](_0x3d5469(0x186),_0x5c69b1,_0x3d5469(0x157),_0x4363f9);for(const _0x3e4393 of[_0x3d5469(0x159),_0x3d5469(0x130)])_0x178166[_0x3d5469(0x12f)][_0x3d5469(0x173)](_0x3d5469(0x186),_0x3e4393,_0x3d5469(0x157),_0x4363f9);_0x178166[_0x3d5469(0x12f)][_0x3d5469(0x173)](_0x3d5469(0x186),_0x3d5469(0x17f),_0x3d5469(0x157),_0x534609=>{const _0x713f1d=_0x3d5469;_0x3d0b79[_0x713f1d(0x162)][_0x713f1d(0x153)](_0x34a3ba=>{const _0x286129=_0x713f1d,_0x2bef78=Array[_0x286129(0x182)](_0x583a15[_0x286129(0x17d)]())[_0x286129(0x16a)](_0x48b87c=>_0x46b4e2[_0x286129(0x14f)](_0x48b87c));_0x34a3ba[_0x286129(0x17c)](_0x534609),_0x3d0b79[_0x286129(0x12a)][_0x286129(0x184)](_0x286129(0x17f))[_0x286129(0x15b)](),_0x3d0b79[_0x286129(0x178)](_0x286129(0x17f),{'forceDefaultExecution':!0x0});const _0x100faf=_0x2bef78[_0x286129(0x13f)](_0x2f5783=>_0x286129(0x14c)!=_0x2f5783[_0x286129(0x167)][_0x286129(0x128)]);_0x100faf[_0x286129(0x144)]>0x0&&_0x34a3ba[_0x286129(0x17c)](_0x100faf);for(const _0x4f7fd3 of _0x2bef78)_0x4f7fd3[_0x286129(0x148)]();});});for(const _0x4b30b7 of[_0x3d5469(0x146),_0x3d5469(0x13c),_0x3d5469(0x179),_0x3d5469(0x145)]){const _0x38d1ab=_0x3d0b79[_0x3d5469(0x12a)][_0x3d5469(0x184)](_0x4b30b7);_0x38d1ab['on'](_0x3d5469(0x17b),(_0x2f5e8d,_0x2bf43e,_0x304965)=>{const _0x3f2cf3=_0x3d5469;if(_0x304965){const _0x16b925=_0x3d0b79[_0x3f2cf3(0x162)][_0x3f2cf3(0x139)][_0x3f2cf3(0x168)][_0x3f2cf3(0x16b)]()[_0x3f2cf3(0x151)]()[_0x3f2cf3(0x13e)](_0x318547=>_0x318547['is'](_0x3f2cf3(0x15f),_0x3f2cf3(0x14a)));this[_0x3f2cf3(0x170)](_0x38d1ab[_0x3f2cf3(0x15d)],_0x16b925)||(_0x2f5e8d[_0x3f2cf3(0x15c)]=!0x1,_0x2f5e8d[_0x3f2cf3(0x169)]());}},{'priority':_0x3d5469(0x131)});}}[_0x4310cb(0x161)](){const _0x5a3f44=_0x4310cb,_0x5e2aa5=this[_0x5a3f44(0x180)][_0x5a3f44(0x12a)][_0x5a3f44(0x184)](_0x5a3f44(0x17f)),_0x1deb19=this[_0x5a3f44(0x180)][_0x5a3f44(0x183)][_0x5a3f44(0x184)](_0x5a3f44(0x14d));if(!_0x5e2aa5[_0x5a3f44(0x134)])return!0x1;const _0x5ec116=_0x1deb19[_0x5a3f44(0x133)](this[_0x5a3f44(0x180)][_0x5a3f44(0x162)][_0x5a3f44(0x139)][_0x5a3f44(0x168)]);for(const _0x6ab838 of _0x5ec116)for(const _0x59b82d of _0x5ec116)if(_0x6ab838!=_0x59b82d&&!this[_0x5a3f44(0x170)](_0x6ab838,_0x59b82d))return!0x1;return!0x0;}[_0x4310cb(0x170)](_0xf64676,_0x5ab2aa){const _0x5bbb37=_0x4310cb,_0x418ffe=this[_0x5bbb37(0x180)][_0x5bbb37(0x183)][_0x5bbb37(0x184)](_0x5bbb37(0x177)),_0x14f2f6=this[_0x5bbb37(0x180)][_0x5bbb37(0x162)][_0x5bbb37(0x143)](_0xf64676),_0x1baf3e=this[_0x5bbb37(0x180)][_0x5bbb37(0x162)][_0x5bbb37(0x143)](_0x5ab2aa),_0x3af361=new Set(),_0x31d105=new Set();for(const _0x42fd0b of _0x418ffe[_0x5bbb37(0x127)]())if((_0x5bbb37(0x163)==_0x42fd0b[_0x5bbb37(0x14b)]||_0x5bbb37(0x155)==_0x42fd0b[_0x5bbb37(0x14b)]||_0x5bbb37(0x17f)==_0x42fd0b[_0x5bbb37(0x156)])&&_0x42fd0b[_0x5bbb37(0x12d)]){for(const _0x3d4dc7 of _0x42fd0b[_0x5bbb37(0x17d)]())_0x3d4dc7[_0x5bbb37(0x125)](_0x14f2f6,!0x0)&&_0x3af361[_0x5bbb37(0x154)](_0x42fd0b[_0x5bbb37(0x14b)]+':'+_0x42fd0b[_0x5bbb37(0x14e)]['id']),_0x3d4dc7[_0x5bbb37(0x125)](_0x1baf3e,!0x0)&&_0x31d105[_0x5bbb37(0x154)](_0x42fd0b[_0x5bbb37(0x14b)]+':'+_0x42fd0b[_0x5bbb37(0x14e)]['id']);}if(_0x3af361[_0x5bbb37(0x16d)]!=_0x31d105[_0x5bbb37(0x16d)])return!0x1;for(const _0x136ea8 of _0x3af361)if(!_0x31d105[_0x5bbb37(0x13d)](_0x136ea8))return!0x1;return!0x0;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x18c5(){const _0x4ed0da=['4815020hRgsgb','3931812AMGlqU','TrackChangesEditing','plugins','2516684cPbaDI','insertTableOfContents','tableOfContents','238890UgEMKN','afterInit','get','enableCommand','477dUWiuy','5zVSABw','_descriptionFactory','commands','ELEMENT_TABLE_OF_CONTENTS','528678PnAjdq','locale','registerElementLabel','520184JuQXLD','68648iODTxR','editor'];_0x18c5=function(){return _0x4ed0da;};return _0x18c5();}const _0x7a0cd8=_0x3e10;(function(_0x3eea0a,_0x390fda){const _0x2892a4=_0x3e10,_0x3739db=_0x3eea0a();while(!![]){try{const _0x4a1b94=parseInt(_0x2892a4(0x193))/0x1+-parseInt(_0x2892a4(0x187))/0x2+-parseInt(_0x2892a4(0x190))/0x3+parseInt(_0x2892a4(0x19a))/0x4*(parseInt(_0x2892a4(0x18c))/0x5)+parseInt(_0x2892a4(0x197))/0x6+-parseInt(_0x2892a4(0x196))/0x7+-parseInt(_0x2892a4(0x194))/0x8*(parseInt(_0x2892a4(0x18b))/0x9);if(_0x4a1b94===_0x390fda)break;else _0x3739db['push'](_0x3739db['shift']());}catch(_0x43aaf8){_0x3739db['push'](_0x3739db['shift']());}}}(_0x18c5,0x596fd));function _0x3e10(_0x4ea36a,_0x2c2406){const _0x18c5d3=_0x18c5();return _0x3e10=function(_0x3e1077,_0x1457b1){_0x3e1077=_0x3e1077-0x186;let _0x4a1c6a=_0x18c5d3[_0x3e1077];return _0x4a1c6a;},_0x3e10(_0x4ea36a,_0x2c2406);}import{Plugin as _0x5badeb}from'ckeditor5/src/core.js';import{getTranslation as _0x42ceff}from'../utils/common-translations.js';export default class Ct extends _0x5badeb{[_0x7a0cd8(0x188)](){const _0x222ed3=_0x7a0cd8,_0xeefcf7=this[_0x222ed3(0x195)];if(!_0xeefcf7[_0x222ed3(0x18e)][_0x222ed3(0x189)](_0x222ed3(0x19b)))return;_0xeefcf7[_0x222ed3(0x199)][_0x222ed3(0x189)](_0x222ed3(0x198))[_0x222ed3(0x18a)](_0x222ed3(0x19b));const _0x1a34da=_0xeefcf7[_0x222ed3(0x199)][_0x222ed3(0x189)](_0x222ed3(0x198)),_0x32357a=_0xeefcf7[_0x222ed3(0x191)];_0x1a34da[_0x222ed3(0x18d)][_0x222ed3(0x192)](_0x222ed3(0x186),_0xb85e83=>_0x42ceff(_0x32357a,_0x222ed3(0x18f),_0xb85e83));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x5461(){const _0x582c9e=['tableCellBorderColor','tableCellBorderWidth','model','_suggestionFactory','getAttribute','_descriptionFactory','commandParams','972198wvkiSH','tableAlignment','312jApFco','registerDescriptionCallback','TableCellPropertiesEditing','handleDiscardAction','1543496cUXsWC','pluginName','getSelectionAffectedTableCells','tableBorderWidth','getFirstPosition','6OBLctW','discard','TableUtils','get','TablePropertiesEditing','removeAttribute','getContainedElement','512426XBeLkB','getSuggestionCallback','18geWeBN','tableCellVerticalAlignment','tableBorderColor','484685nJepgU','plugins','subType','tableCellBackgroundColor','change','tableHeight','8KjZnej','TrackChangesEditing','tableProperties','enableCommand','markBlockFormat','enqueueChange','tableCellPadding','105371indxbH','afterInit','_getSuggestion','tableBorderStyle','*Format:*\x20change\x20table\x20properties','has','start','_handlePropertyChange','registerCustomCallback','tableCellWidth','formatBlock','6162450NBruoW','tableWidth','data','table','nodeAfter','setAttribute','tableCellHorizontalAlignment','locale','findAncestor','tableCellHeight','format','*Format:*\x20change\x20table\x20cell\x20properties','TrackChangesTableProperties','join','document','getSuggestions','accept','batch','4178933KHaYEF','selection','handleSuggestionDescription','tableBackgroundColor','tableCellProperties','editor','tableCellBorderStyle'];_0x5461=function(){return _0x582c9e;};return _0x5461();}const _0x162f40=_0x5559;(function(_0x131f6b,_0x21e417){const _0x2dfb66=_0x5559,_0xa55ccc=_0x131f6b();while(!![]){try{const _0x560956=-parseInt(_0x2dfb66(0x1d1))/0x1*(-parseInt(_0x2dfb66(0x1ca))/0x2)+parseInt(_0x2dfb66(0x1bf))/0x3*(parseInt(_0x2dfb66(0x18d))/0x4)+parseInt(_0x2dfb66(0x1d6))/0x5+parseInt(_0x2dfb66(0x1c1))/0x6*(-parseInt(_0x2dfb66(0x194))/0x7)+parseInt(_0x2dfb66(0x1c5))/0x8*(-parseInt(_0x2dfb66(0x1d3))/0x9)+-parseInt(_0x2dfb66(0x19f))/0xa+parseInt(_0x2dfb66(0x1b1))/0xb;if(_0x560956===_0x21e417)break;else _0xa55ccc['push'](_0xa55ccc['shift']());}catch(_0x14b193){_0xa55ccc['push'](_0xa55ccc['shift']());}}}(_0x5461,0xd633f));function _0x5559(_0xb8f0b6,_0x340f31){const _0x5461d5=_0x5461();return _0x5559=function(_0x555921,_0x8781ec){_0x555921=_0x555921-0x189;let _0x752004=_0x5461d5[_0x555921];return _0x752004;},_0x5559(_0xb8f0b6,_0x340f31);}import{Plugin as _0x1a610a}from'ckeditor5/src/core.js';import{getTranslation as _0x5b96e6}from'../utils/common-translations.js';export default class $t extends _0x1a610a{constructor(_0x282df3){const _0x41c1c0=_0x5559;super(_0x282df3),this[_0x41c1c0(0x18f)]=[_0x41c1c0(0x1d5),_0x41c1c0(0x197),_0x41c1c0(0x1c8),_0x41c1c0(0x1c0),_0x41c1c0(0x1a0),_0x41c1c0(0x18c),_0x41c1c0(0x1b4)],this[_0x41c1c0(0x1b5)]=[_0x41c1c0(0x1b8),_0x41c1c0(0x1b7),_0x41c1c0(0x1b9),_0x41c1c0(0x193),_0x41c1c0(0x19d),_0x41c1c0(0x1a8),_0x41c1c0(0x18a),_0x41c1c0(0x1a5),_0x41c1c0(0x1d4)];}static get[_0x162f40(0x1c6)](){const _0x575e49=_0x162f40;return _0x575e49(0x1ab);}[_0x162f40(0x195)](){const _0x4f53ed=_0x162f40,_0x4399c0=this[_0x4f53ed(0x1b6)][_0x4f53ed(0x1d7)][_0x4f53ed(0x1cd)](_0x4f53ed(0x18e));if(this[_0x4f53ed(0x1b6)][_0x4f53ed(0x1d7)][_0x4f53ed(0x199)](_0x4f53ed(0x1ce))){for(const _0x40e7b9 of this[_0x4f53ed(0x18f)])_0x4399c0[_0x4f53ed(0x190)](_0x40e7b9,(_0x300e78,_0x1137dd)=>{const _0x4cda3c=_0x4f53ed,_0xc8546f=this[_0x4cda3c(0x1b6)][_0x4cda3c(0x1ba)][_0x4cda3c(0x1ad)][_0x4cda3c(0x1b2)][_0x4cda3c(0x1c9)]()[_0x4cda3c(0x1a7)](_0x4cda3c(0x1a2));this[_0x4cda3c(0x19b)](_0x40e7b9,[_0xc8546f],this[_0x4cda3c(0x18f)],_0x4cda3c(0x18f),_0x300e78,_0x1137dd);});_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x19c)](_0x4f53ed(0x19e),_0x4f53ed(0x18f),_0x4f53ed(0x1af),_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x1d2)](_0x4f53ed(0x19e),null,_0x4f53ed(0x1cb))),_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x19c)](_0x4f53ed(0x19e),_0x4f53ed(0x18f),_0x4f53ed(0x1cb),(_0x5eea9d,_0x4b584a)=>this[_0x4f53ed(0x1c4)](this[_0x4f53ed(0x18f)],_0x5eea9d,_0x4b584a)),_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x19c)](_0x4f53ed(0x19e),_0x4f53ed(0x18f),_0x4f53ed(0x1ac),()=>!0x1);}if(this[_0x4f53ed(0x1b6)][_0x4f53ed(0x1d7)][_0x4f53ed(0x199)](_0x4f53ed(0x1c3))){for(const _0x2679ea of this[_0x4f53ed(0x1b5)])_0x4399c0[_0x4f53ed(0x190)](_0x2679ea,(_0x5bf459,_0x459bbb)=>{const _0x11508b=_0x4f53ed,_0x8789df=this[_0x11508b(0x1b6)][_0x11508b(0x1d7)][_0x11508b(0x1cd)](_0x11508b(0x1cc))[_0x11508b(0x1c7)](this[_0x11508b(0x1b6)][_0x11508b(0x1ba)][_0x11508b(0x1ad)][_0x11508b(0x1b2)]);this[_0x11508b(0x19b)](_0x2679ea,_0x8789df,this[_0x11508b(0x1b5)],_0x11508b(0x1b5),_0x5bf459,_0x459bbb);});_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x19c)](_0x4f53ed(0x19e),_0x4f53ed(0x1b5),_0x4f53ed(0x1af),_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x1d2)](_0x4f53ed(0x19e),null,_0x4f53ed(0x1cb))),_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x19c)](_0x4f53ed(0x19e),_0x4f53ed(0x1b5),_0x4f53ed(0x1cb),(_0x14853a,_0x34cdb1)=>this[_0x4f53ed(0x1c4)](this[_0x4f53ed(0x1b5)],_0x14853a,_0x34cdb1)),_0x4399c0[_0x4f53ed(0x1bb)][_0x4f53ed(0x19c)](_0x4f53ed(0x19e),_0x4f53ed(0x1b5),_0x4f53ed(0x1ac),()=>!0x1);}_0x4399c0[_0x4f53ed(0x1bd)][_0x4f53ed(0x1c2)](_0x3779bd=>this[_0x4f53ed(0x1b3)](_0x3779bd));}[_0x162f40(0x19b)](_0x38ecd4,_0x41db97,_0x3c1183,_0x45ad7c,_0x1e26ea,_0x4fd175){const _0x521f2f=_0x162f40,_0x21b76c=this[_0x521f2f(0x1b6)][_0x521f2f(0x1d7)][_0x521f2f(0x1cd)](_0x521f2f(0x18e));this[_0x521f2f(0x1b6)][_0x521f2f(0x1ba)][_0x521f2f(0x192)](_0x4fd175[_0x521f2f(0x1b0)],()=>{const _0x1f81c3=_0x521f2f;for(const _0x191204 of _0x41db97){if(this[_0x1f81c3(0x196)](_0x191204,_0x45ad7c))_0x1e26ea(_0x4fd175);else{const _0x4aba85={};for(const _0x1f8489 of _0x3c1183){const _0x8b2052=_0x191204[_0x1f81c3(0x1bc)](_0x1f8489);void 0x0!==_0x8b2052&&(_0x4aba85[_0x1f8489]=_0x8b2052);}_0x1e26ea(_0x4fd175),_0x21b76c[_0x1f81c3(0x191)](_0x191204,{'commandParams':[_0x4aba85]},[],_0x45ad7c);}}});}[_0x162f40(0x1c4)](_0x4c9f41,_0x3b7edd,_0x4c7dd1){const _0x44a6c0=_0x162f40,_0x1488be=_0x3b7edd[0x0][_0x44a6c0(0x19a)][_0x44a6c0(0x1a3)],_0x44ddfd=_0x4c7dd1[_0x44a6c0(0x1be)][0x0];this[_0x44a6c0(0x1b6)][_0x44a6c0(0x1ba)][_0x44a6c0(0x18b)](_0x546583=>{const _0x2461f8=_0x44a6c0;for(const _0x25ae3 of _0x4c9f41)void 0x0!==_0x44ddfd[_0x25ae3]?_0x546583[_0x2461f8(0x1a4)](_0x25ae3,_0x44ddfd[_0x25ae3],_0x1488be):_0x546583[_0x2461f8(0x1cf)](_0x25ae3,_0x1488be);});}[_0x162f40(0x1b3)](_0x37f70f){const _0x51d617=_0x162f40;if(_0x37f70f[_0x51d617(0x1a1)])switch(_0x37f70f[_0x51d617(0x189)]){case _0x51d617(0x18f):return{'type':_0x51d617(0x1a9),'content':_0x5b96e6(this[_0x51d617(0x1b6)][_0x51d617(0x1a6)],_0x51d617(0x198))};case _0x51d617(0x1b5):return{'type':_0x51d617(0x1a9),'content':_0x5b96e6(this[_0x51d617(0x1b6)][_0x51d617(0x1a6)],_0x51d617(0x1aa))};}}[_0x162f40(0x196)](_0x291da7,_0x3c5b6a){const _0x4f8d27=_0x162f40,_0xe37a2a=this[_0x4f8d27(0x1b6)][_0x4f8d27(0x1d7)][_0x4f8d27(0x1cd)](_0x4f8d27(0x18e));for(const _0x2b4e2b of _0xe37a2a[_0x4f8d27(0x1ae)]({'skipNotAttached':!0x0})){const _0x221279=_0x2b4e2b[_0x4f8d27(0x1d0)]();if(_0x2b4e2b[_0x4f8d27(0x189)]===_0x3c5b6a&&_0x221279===_0x291da7)return _0x2b4e2b;}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x2d454b=_0x3fea;function _0x3fea(_0x35d514,_0x31af9c){const _0x397799=_0x3977();return _0x3fea=function(_0x3feac8,_0x11d7d6){_0x3feac8=_0x3feac8-0x82;let _0x199402=_0x397799[_0x3feac8];return _0x199402;},_0x3fea(_0x35d514,_0x31af9c);}(function(_0x5c5f57,_0x47e03b){const _0x52a466=_0x3fea,_0x300415=_0x5c5f57();while(!![]){try{const _0x5d157d=-parseInt(_0x52a466(0x8e))/0x1+-parseInt(_0x52a466(0x85))/0x2*(-parseInt(_0x52a466(0x82))/0x3)+-parseInt(_0x52a466(0x89))/0x4+parseInt(_0x52a466(0x84))/0x5+-parseInt(_0x52a466(0x90))/0x6*(-parseInt(_0x52a466(0x8a))/0x7)+parseInt(_0x52a466(0x8b))/0x8+-parseInt(_0x52a466(0x87))/0x9;if(_0x5d157d===_0x47e03b)break;else _0x300415['push'](_0x300415['shift']());}catch(_0x29124a){_0x300415['push'](_0x300415['shift']());}}}(_0x3977,0x72855));import{Plugin as _0x3d623a}from'ckeditor5/src/core.js';function _0x3977(){const _0xdd2a2d=['Template','78ZDpdkV','editor','has','enableCommand','30xULwYi','get','1226590cEsnqM','66254SJvGGw','afterInit','1822455JmiWKP','plugins','3725392jmMxiN','215089RjfJhL','5288104ZILbuZ','insertTemplate','TrackChangesEditing','34132NbDAVN'];_0x3977=function(){return _0xdd2a2d;};return _0x3977();}export default class _t extends _0x3d623a{[_0x2d454b(0x86)](){const _0xc65a34=_0x2d454b,_0xdba4fc=this[_0xc65a34(0x91)];_0xdba4fc[_0xc65a34(0x88)][_0xc65a34(0x92)](_0xc65a34(0x8f))&&_0xdba4fc[_0xc65a34(0x88)][_0xc65a34(0x83)](_0xc65a34(0x8d))[_0xc65a34(0x93)](_0xc65a34(0x8c));}}
|