@ckeditor/ckeditor5-track-changes 41.3.0 → 41.4.0-alpha.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 _0x341e47=_0x33b8;function _0x33b8(_0x365cd8,_0x4e836b){const _0x1d6a1b=_0x1d6a();return _0x33b8=function(_0x33b82f,_0xc54fd5){_0x33b82f=_0x33b82f-0x1db;let _0x4442a9=_0x1d6a1b[_0x33b82f];return _0x4442a9;},_0x33b8(_0x365cd8,_0x4e836b);}(function(_0x2f76e1,_0x1a30c1){const _0x2978b0=_0x33b8,_0x439e45=_0x2f76e1();while(!![]){try{const _0x5bee47=parseInt(_0x2978b0(0x205))/0x1+parseInt(_0x2978b0(0x20e))/0x2*(-parseInt(_0x2978b0(0x232))/0x3)+parseInt(_0x2978b0(0x268))/0x4*(parseInt(_0x2978b0(0x215))/0x5)+-parseInt(_0x2978b0(0x260))/0x6+parseInt(_0x2978b0(0x1dd))/0x7*(parseInt(_0x2978b0(0x221))/0x8)+parseInt(_0x2978b0(0x243))/0x9*(parseInt(_0x2978b0(0x1f4))/0xa)+-parseInt(_0x2978b0(0x244))/0xb;if(_0x5bee47===_0x1a30c1)break;else _0x439e45['push'](_0x439e45['shift']());}catch(_0x589dfe){_0x439e45['push'](_0x439e45['shift']());}}}(_0x1d6a,0xc603b));import{Plugin as _0x459c3e}from'ckeditor5/src/core.js';import{LiveRange as _0x1ef2db}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x5b3ab7}from'ckeditor5/src/widget.js';function _0x1d6a(){const _0x543060=['ELEMENT_TABLE_WITH_TEXT','end','findAncestor','27678gpSkfh','ELEMENT_TABLE_COLUMN_WITH_TEXT','addRange','getSuggestion','maxRow','tableColumn','left','enableCommand','getChanges','removeTableColumn','downcastDispatcher','commands','locale','_descriptionFactory','plugins','ELEMENT_TABLE','max','from','accept','registerElementLabel','oldRange','insertion','minColumn','879080IHqZyl','addClass','isInContent','selection','getColumnIndexes','registerCustomCallback','createRangeOn','MIN_SAFE_INTEGER','createRangeIn','getContainedElement','insertTableColumnLeft','createTableWalker','registerPostFixer','length','rootName','some','minRow','1365092daFMNC','_tableSuggestions','startsWith','isTouching','root','values','writer','createPositionAt','type','1478gyRCMO','TrackChangesEditing','push','order','getFirstRange','TableUtils','_acceptFormatSuggestionCallbackFactory','428005bNyWQF','_getCoordsForCells','rowspan','afterInit','tablePaste','ELEMENT_TABLE_ROW_WITH_TEXT','maxColumn','filter','nodeBefore','cell','last','detach','2760IlIEzZ','start','discard','getAttribute','first','_tablePostFixingSubtypes','insert','substr','_setupColumnsRowsFixing','deletion','markMultiRangeInsertion','above','isEqual','mapper','item','getCellLocation','getChildren','2247XxRtsY','selectTableRow','refresh','ELEMENT_TABLE_ROW','data','_splitMarkerName','span','table','removeTableRow','getChangedMarkers','$textProxy','add','getItems','insertTable','hasAttribute','toViewElement','insertTableRowBelow','72vNqdrK','22374396KPZUFF','join','*Remove:*\x20%0','insertTableRowAbove','addMarker:suggestion','enqueueChange','*Insert:*\x20%0','toLowerCase','insertTableColumnRight','getRanges','low','selectTableColumn','markMultiRangeDeletion','isIntersectingWithRange','TableEditing','suggestion','editor','map','colspan','get','change','$graveyard','forceValue','tableCell','showSuggestionHighlights','subType','has','highest','716838FpHjZh','tableRow','setSelection','MAX_SAFE_INTEGER','getSelectionAffectedTableCells','min','options','includes','4xguQTK','name','element','_suggestionFactory','change:data','model','fromRange','position','execute','registerDescriptionCallback','_getSuggestionCoords','isArray','classes','document','ELEMENT_TABLE_COLUMN','differ','getRowIndexes','nodeAfter','removeClass','batch','every'];_0x1d6a=function(){return _0x543060;};return _0x1d6a();}import{getTranslation as _0x406355}from'../utils/common-translations.js';export default class jt extends _0x459c3e{constructor(_0x376386){const _0x33332e=_0x33b8;super(_0x376386),this[_0x33332e(0x226)]=[_0x33332e(0x261),_0x33332e(0x1e2)],this[_0x33332e(0x206)]=new Set();}[_0x341e47(0x218)](){const _0x4bf651=_0x341e47,_0x2a9fca=this[_0x4bf651(0x254)],_0x94f376=_0x2a9fca[_0x4bf651(0x26d)][_0x4bf651(0x275)][_0x4bf651(0x1f7)];if(!_0x2a9fca[_0x4bf651(0x1eb)][_0x4bf651(0x25e)](_0x4bf651(0x252)))return;const _0x1d860d=_0x2a9fca[_0x4bf651(0x1e9)],_0x1681a1=_0x2a9fca[_0x4bf651(0x1eb)][_0x4bf651(0x257)](_0x4bf651(0x20f)),_0x24c57c=_0x2a9fca[_0x4bf651(0x1eb)][_0x4bf651(0x257)](_0x4bf651(0x213));_0x1681a1[_0x4bf651(0x1ea)][_0x4bf651(0x1f0)](_0x4bf651(0x239),_0x4e9461=>_0x406355(_0x1d860d,_0x4bf651(0x1ec),_0x4e9461)),this[_0x4bf651(0x229)](),_0x1681a1[_0x4bf651(0x1e4)](_0x4bf651(0x23f)),_0x1681a1[_0x4bf651(0x1e4)](_0x4bf651(0x233)),_0x1681a1[_0x4bf651(0x1e4)](_0x4bf651(0x24f));for(const _0x5d79bc of[_0x4bf651(0x247),_0x4bf651(0x242)]){const _0x18ce45=_0x2a9fca[_0x4bf651(0x1e8)][_0x4bf651(0x257)](_0x5d79bc);_0x1681a1[_0x4bf651(0x1e4)](_0x5d79bc,_0x489949=>{const _0x2eca68=_0x4bf651;_0x2a9fca[_0x2eca68(0x26d)][_0x2eca68(0x258)](_0x3eabaf=>{const _0x561aeb=_0x2eca68;_0x489949();const _0x2d5f3b=_0x561aeb(0x22c)===_0x18ce45[_0x561aeb(0x211)],_0x37dfa0=_0x24c57c[_0x561aeb(0x264)](_0x94f376),_0x470f1b=_0x24c57c[_0x561aeb(0x278)](_0x37dfa0),_0x394766=_0x2d5f3b?_0x470f1b[_0x561aeb(0x225)]-0x1:_0x470f1b[_0x561aeb(0x21f)]+0x1,_0x151ce9=_0x37dfa0[0x0][_0x561aeb(0x1dc)](_0x561aeb(0x239)),_0x4c992b=_0x24c57c[_0x561aeb(0x1ff)](_0x151ce9,{'startRow':_0x394766,'endRow':_0x394766}),_0x24fea7=Array[_0x561aeb(0x1ee)](_0x4c992b)[_0x561aeb(0x255)](_0x398885=>_0x3eabaf[_0x561aeb(0x1fa)](_0x398885[_0x561aeb(0x21e)]));_0x1681a1[_0x561aeb(0x22b)](_0x24fea7,_0x561aeb(0x261));});});}for(const _0x16b844 of[_0x4bf651(0x1fe),_0x4bf651(0x24c)]){const _0xacf2f3=_0x2a9fca[_0x4bf651(0x1e8)][_0x4bf651(0x257)](_0x16b844);_0x1681a1[_0x4bf651(0x1e4)](_0x16b844,_0xbd8fe0=>{const _0x53e9fe=_0x4bf651;_0x2a9fca[_0x53e9fe(0x26d)][_0x53e9fe(0x258)](_0x24d732=>{const _0x1ca23d=_0x53e9fe;_0xbd8fe0();const _0x272111=_0x1ca23d(0x1e3)===_0xacf2f3[_0x1ca23d(0x211)],_0x19a967=_0x24c57c[_0x1ca23d(0x264)](_0x94f376),_0x5b28a4=_0x24c57c[_0x1ca23d(0x1f8)](_0x19a967),_0x4302dd=_0x272111?_0x5b28a4[_0x1ca23d(0x225)]-0x1:_0x5b28a4[_0x1ca23d(0x21f)]+0x1,_0x4a8201=_0x19a967[0x0][_0x1ca23d(0x1dc)](_0x1ca23d(0x239)),_0x591cac=_0x24c57c[_0x1ca23d(0x1ff)](_0x4a8201,{'startRow':0x0,'column':_0x4302dd,'includeAllSlots':!0x1}),_0x4bce39=Array[_0x1ca23d(0x1ee)](_0x591cac)[_0x1ca23d(0x255)](_0x4dc7e2=>_0x24d732[_0x1ca23d(0x1fa)](_0x4dc7e2[_0x1ca23d(0x21e)]));_0x1681a1[_0x1ca23d(0x22b)](_0x4bce39,_0x1ca23d(0x1e2));});});}for(const _0x5acad8 of[_0x4bf651(0x23a),_0x4bf651(0x1e6)]){const _0x23c487=_0x5acad8[_0x4bf651(0x228)](0xb),_0x5e406d=_0x23c487[_0x4bf651(0x24b)](),_0x3d4be8=_0x5e406d[_0x4bf651(0x228)](0x0,0x3)+_0x4bf651(0x238),_0x1abf41=_0x4bf651(0x239)+_0x23c487,_0x20327f=_0x4bf651(0x265)+_0x23c487,_0x5e4682=_0x4bf651(0x1ed)+_0x23c487;_0x1681a1[_0x4bf651(0x1e4)](_0x5acad8,()=>{const _0x1dffbb=_0x4bf651;_0x2a9fca[_0x1dffbb(0x26d)][_0x1dffbb(0x258)](_0x17923e=>{const _0x5fccb=_0x1dffbb,_0x4b25a3=_0x24c57c[_0x5fccb(0x264)](_0x94f376),_0x25d8e5=_0x4b25a3[0x0][_0x5fccb(0x1dc)](_0x5fccb(0x239));let _0x94b584;if(_0x5fccb(0x23a)==_0x5acad8){const _0x2b67e7=_0x24c57c[_0x5fccb(0x278)](_0x4b25a3);_0x94b584={'startRow':_0x2b67e7[_0x5fccb(0x225)],'endRow':_0x2b67e7[_0x5fccb(0x21f)],'includeAllSlots':!0x0};}else{const _0x2c39d5=_0x24c57c[_0x5fccb(0x1f8)](_0x4b25a3);_0x94b584={'startColumn':_0x2c39d5[_0x5fccb(0x225)],'endColumn':_0x2c39d5[_0x5fccb(0x21f)],'includeAllSlots':!0x0};}const _0x204132=_0x24c57c[_0x5fccb(0x1ff)](_0x25d8e5,_0x94b584),_0x49de48=Array[_0x5fccb(0x1ee)](_0x204132)[_0x5fccb(0x255)](({cell:_0x2e5707})=>_0x2e5707),_0x2a44fb=Ee(_0x49de48[_0x5fccb(0x21c)](_0x41ce54=>_0x41ce54[_0x5fccb(0x240)](_0x3d4be8))),_0xb53df8=Ee(_0x49de48[_0x5fccb(0x21c)](_0x2d99a3=>!_0x2d99a3[_0x5fccb(0x240)](_0x3d4be8)))[_0x5fccb(0x255)](_0x5e894a=>_0x17923e[_0x5fccb(0x1fa)](_0x5e894a)),_0x4d4d9f=_0x1681a1[_0x5fccb(0x250)](_0xb53df8,_0x1abf41);if(_0x4d4d9f&&(_0x5fccb(0x261)==_0x4d4d9f[_0x5fccb(0x25d)]||_0x5fccb(0x1e2)==_0x4d4d9f[_0x5fccb(0x25d)])){const _0x6f06be=this[_0x5fccb(0x272)](_0x4d4d9f);for(const _0x14edf7 of _0x2a44fb){const _0x11cff2=_0x17923e[_0x5fccb(0x1fa)](_0x14edf7),_0x1c11b9=_0x24c57c[_0x5fccb(0x230)](_0x14edf7),_0x1b0aa8=_0x14edf7[_0x5fccb(0x224)](_0x3d4be8)-0x1,_0x44e9d7=_0x6f06be[_0x20327f],_0x5225ba=_0x6f06be[_0x5e4682];_0x44e9d7<=_0x1c11b9[_0x5e406d]&&_0x1c11b9[_0x5e406d]+_0x1b0aa8<=_0x5225ba&&_0x4d4d9f[_0x5fccb(0x1df)](_0x11cff2);}}});});}function _0x2ef859(_0x52cd53){const _0x3056b2=_0x4bf651,_0x3dbaf8=Array[_0x3056b2(0x1ee)](_0x94f376[_0x3056b2(0x24d)]())[_0x3056b2(0x255)](_0x45d703=>_0x1ef2db[_0x3056b2(0x26e)](_0x45d703));_0x2a9fca[_0x3056b2(0x26d)][_0x3056b2(0x258)](_0x169cc9=>{const _0x373832=_0x3056b2,_0xfb22a7=_0x169cc9[_0x373832(0x27b)];_0x52cd53=_0x52cd53[_0x373832(0x21c)](_0x558108=>_0x373832(0x259)!=_0x558108[_0x373832(0x209)][_0x373832(0x202)]),_0x169cc9[_0x373832(0x262)](_0x52cd53),_0x2a9fca[_0x373832(0x1e8)][_0x373832(0x257)](_0x373832(0x23a))[_0x373832(0x234)](),_0x2a9fca[_0x373832(0x270)](_0x373832(0x23a),{'forceDefaultExecution':!0x0}),_0x2a9fca[_0x373832(0x26d)][_0x373832(0x249)](()=>{const _0x424425=_0x373832;_0x2a9fca[_0x424425(0x26d)][_0x424425(0x249)](_0xfb22a7,_0x1baf35=>{const _0x52ac06=_0x424425,_0x4e0adf=_0x3dbaf8[_0x52ac06(0x21c)](_0xdfff59=>_0x52ac06(0x259)!=_0xdfff59[_0x52ac06(0x209)][_0x52ac06(0x202)]);_0x4e0adf[_0x52ac06(0x201)]>0x0&&_0x1baf35[_0x52ac06(0x262)](_0x4e0adf);for(const _0x86a50 of _0x3dbaf8)_0x86a50[_0x52ac06(0x220)]();});});});}function _0x486636(_0x1d449d){const _0x43cf18=_0x4bf651;_0x2a9fca[_0x43cf18(0x26d)][_0x43cf18(0x258)](_0x97b1f8=>{const _0x28bef2=_0x43cf18,_0xdd8321=Array[_0x28bef2(0x1ee)](_0x94f376[_0x28bef2(0x24d)]())[_0x28bef2(0x255)](_0x1d4441=>_0x1ef2db[_0x28bef2(0x26e)](_0x1d4441)),_0x497dab=[];for(const _0x38aeab of _0x1d449d)for(const _0x413d10 of _0x38aeab[_0x28bef2(0x23e)]({'shallow':!0x0}))_0x497dab[_0x28bef2(0x210)](_0x413d10);for(const _0x30cfb1 of _0x497dab)_0x28bef2(0x259)!=_0x30cfb1[_0x28bef2(0x209)][_0x28bef2(0x202)]&&(_0x97b1f8[_0x28bef2(0x262)](_0x97b1f8[_0x28bef2(0x20c)](_0x30cfb1,0x0)),_0x2a9fca[_0x28bef2(0x1e8)][_0x28bef2(0x257)](_0x28bef2(0x1e6))[_0x28bef2(0x234)](),_0x2a9fca[_0x28bef2(0x270)](_0x28bef2(0x1e6),{'forceDefaultExecution':!0x0}));const _0x5b82b1=_0xdd8321[_0x28bef2(0x21c)](_0x3b69c0=>_0x28bef2(0x259)!=_0x3b69c0[_0x28bef2(0x209)][_0x28bef2(0x202)]);_0x5b82b1[_0x28bef2(0x201)]>0x0&&_0x97b1f8[_0x28bef2(0x262)](_0x5b82b1);for(const _0x5a9aaa of _0xdd8321)_0x5a9aaa[_0x28bef2(0x220)]();});}function _0x4c90a9(_0x477438,_0x1f90a9){const _0x4bb70f=_0x4bf651;return _0x1f90a9[_0x4bb70f(0x27c)](_0x427176=>_0x477438[_0x4bb70f(0x203)](_0xb292f8=>_0xb292f8[_0x4bb70f(0x1db)][_0x4bb70f(0x22d)](_0x427176[_0x4bb70f(0x222)])||_0x427176[_0x4bb70f(0x1db)][_0x4bb70f(0x22d)](_0xb292f8[_0x4bb70f(0x222)])));}function _0x14eecf(_0x51cd5c,_0x220b85){const _0x77aa4c=_0x4bf651;return _0x51cd5c[_0x77aa4c(0x203)](_0x14ac13=>_0x220b85[_0x77aa4c(0x203)](_0x47ebcf=>_0x14ac13[_0x77aa4c(0x1db)][_0x77aa4c(0x208)](_0x47ebcf[_0x77aa4c(0x222)])));}_0x2a9fca[_0x4bf651(0x236)][_0x4bf651(0x1e7)]['on'](_0x4bf651(0x248),(_0x5d0736,_0x592a7a,_0x8e26ec)=>{const _0x155f26=_0x4bf651;if(!_0x8e26ec[_0x155f26(0x266)][_0x155f26(0x25c)])return;const _0x287063=_0x592a7a[_0x155f26(0x22f)];if(!_0x287063)return;const _0x3821ff=_0x8e26ec[_0x155f26(0x22e)][_0x155f26(0x241)](_0x287063);function _0x1f0e9e(_0x3961af){const _0xd03a1e=_0x155f26;return Array[_0xd03a1e(0x273)](_0x3961af)?_0x3961af:[_0x3961af];}_0x3821ff&&_0x155f26(0x25b)===_0x287063[_0x155f26(0x269)]&&_0x5b3ab7(_0x3821ff,_0x8e26ec[_0x155f26(0x20b)],(_0x3ced73,_0x546795,_0x55ca32)=>_0x55ca32[_0x155f26(0x1f5)](_0x1f0e9e(_0x546795[_0x155f26(0x274)]),_0x3ced73),(_0x119ced,_0x59867f,_0x351827)=>_0x351827[_0x155f26(0x27a)](_0x1f0e9e(_0x59867f[_0x155f26(0x274)]),_0x119ced));},{'priority':_0x4bf651(0x25f)}),_0x1681a1[_0x4bf651(0x1ea)][_0x4bf651(0x271)](_0x278e20=>{const _0x3baef2=_0x4bf651;if(_0x3baef2(0x1f2)!=_0x278e20[_0x3baef2(0x20d)]&&_0x3baef2(0x22a)!=_0x278e20[_0x3baef2(0x20d)])return;const _0x58ac2e=_0x278e20[_0x3baef2(0x1fd)]();if(null!=_0x58ac2e&&_0x58ac2e['is'](_0x3baef2(0x26a),_0x3baef2(0x239))){if(_0x3baef2(0x1f2)==_0x278e20[_0x3baef2(0x20d)]){const _0x20b12a=_0x278e20[_0x3baef2(0x23e)]()[_0x3baef2(0x21c)](_0xd4ded1=>_0xd4ded1['is'](_0x3baef2(0x23c)))[_0x3baef2(0x255)](_0x169b47=>_0x169b47[_0x3baef2(0x236)]);if(_0x20b12a[_0x3baef2(0x201)])return{'type':_0x3baef2(0x1f2),'content':_0x406355(_0x1d860d,_0x3baef2(0x24a),_0x406355(_0x1d860d,_0x3baef2(0x27d),'\x22'+_0x20b12a[_0x3baef2(0x245)]('\x20')+'\x22'))};}if(_0x3baef2(0x22a)==_0x278e20[_0x3baef2(0x20d)]){const _0x4a405d=_0x278e20[_0x3baef2(0x23e)]()[_0x3baef2(0x21c)](_0x266f6d=>_0x266f6d['is'](_0x3baef2(0x23c)))[_0x3baef2(0x255)](_0x1adbc8=>_0x1adbc8[_0x3baef2(0x236)]);if(_0x4a405d[_0x3baef2(0x201)])return{'type':_0x3baef2(0x22a),'content':_0x406355(_0x1d860d,_0x3baef2(0x246),_0x406355(_0x1d860d,_0x3baef2(0x27d),'\x22'+_0x4a405d[_0x3baef2(0x245)]('\x20')+'\x22'))};}}}),_0x1681a1[_0x4bf651(0x1ea)][_0x4bf651(0x271)](_0x3bd9f7=>{const _0x2c2265=_0x4bf651;if(_0x2c2265(0x261)==_0x3bd9f7[_0x2c2265(0x25d)]){const _0x25028d=_0x3bd9f7[_0x2c2265(0x23e)]()[_0x2c2265(0x21c)](_0x57020c=>_0x57020c['is'](_0x2c2265(0x23c)))[_0x2c2265(0x255)](_0x127d0c=>_0x127d0c[_0x2c2265(0x236)]),_0x709e4d=this[_0x2c2265(0x272)](_0x3bd9f7),_0x47a854=_0x709e4d[_0x2c2265(0x1e1)]-_0x709e4d[_0x2c2265(0x204)]+0x1;if(_0x2c2265(0x1f2)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x25028d[_0x2c2265(0x201)]?{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x21a),[_0x47a854,'\x22'+_0x25028d[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x235),_0x47a854))};if(_0x2c2265(0x22a)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x25028d[_0x2c2265(0x201)]?{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x21a),[_0x47a854,'\x22'+_0x25028d[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x235),_0x47a854))};}if(_0x2c2265(0x1e2)==_0x3bd9f7[_0x2c2265(0x25d)]){const _0x2b193c=_0x3bd9f7[_0x2c2265(0x23e)]()[_0x2c2265(0x21c)](_0x75d02f=>_0x75d02f['is'](_0x2c2265(0x23c)))[_0x2c2265(0x255)](_0x84b7e2=>_0x84b7e2[_0x2c2265(0x236)]),_0x11cc5f=this[_0x2c2265(0x272)](_0x3bd9f7),_0x59ac25=_0x11cc5f[_0x2c2265(0x21b)]-_0x11cc5f[_0x2c2265(0x1f3)]+0x1;if(_0x2c2265(0x1f2)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x2b193c[_0x2c2265(0x201)]?{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x1de),[_0x59ac25,'\x22'+_0x2b193c[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x1f2),'content':_0x406355(_0x1d860d,_0x2c2265(0x24a),_0x406355(_0x1d860d,_0x2c2265(0x276),_0x59ac25))};if(_0x2c2265(0x22a)==_0x3bd9f7[_0x2c2265(0x20d)])return _0x2b193c[_0x2c2265(0x201)]?{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x1de),[_0x59ac25,'\x22'+_0x2b193c[_0x2c2265(0x245)]('\x20')+'\x22']))}:{'type':_0x2c2265(0x22a),'content':_0x406355(_0x1d860d,_0x2c2265(0x246),_0x406355(_0x1d860d,_0x2c2265(0x276),_0x59ac25))};}}),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x261),_0x4bf651(0x223),_0x2ef859),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x261),_0x4bf651(0x1ef),_0x2ef859),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x1e2),_0x4bf651(0x223),_0x486636),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x1e2),_0x4bf651(0x1ef),_0x486636),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x1e2),_0x4bf651(0x245),_0x4c90a9),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x1e2),_0x4bf651(0x245),_0x4c90a9),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x1f2),_0x4bf651(0x261),_0x4bf651(0x245),_0x14eecf),_0x1681a1[_0x4bf651(0x26b)][_0x4bf651(0x1f9)](_0x4bf651(0x22a),_0x4bf651(0x261),_0x4bf651(0x245),_0x14eecf);}[_0x341e47(0x214)](){const _0x40accf=_0x341e47,_0x400c79=this[_0x40accf(0x254)],_0xfffe3b=_0x400c79[_0x40accf(0x26d)][_0x40accf(0x275)][_0x40accf(0x1f7)];return(_0x3d9bbb,_0x39a801)=>{const _0x2ee261=_0x40accf;_0x400c79[_0x2ee261(0x26d)][_0x2ee261(0x258)](_0x3624f7=>{const _0x474308=_0x2ee261,{commandName:_0x2faf6d,commandParams:_0x30b5fd}=_0x39a801;let _0x301cc7=_0x3d9bbb[0x0][_0x474308(0x1db)][_0x474308(0x21d)];_0x30b5fd&&_0x30b5fd[0x0]&&!0x1===_0x30b5fd[0x0][_0x474308(0x25a)]&&(_0x301cc7=_0x3d9bbb[0x0][_0x474308(0x222)][_0x474308(0x279)]);const _0x398ad1=_0x3624f7[_0x474308(0x1fc)](_0x301cc7);if(_0x474308(0x259)==_0x398ad1[_0x474308(0x209)][_0x474308(0x202)])return;const _0x4c8c23=Array[_0x474308(0x1ee)](_0xfffe3b[_0x474308(0x24d)]())[_0x474308(0x255)](_0x3bc2eb=>_0x1ef2db[_0x474308(0x26e)](_0x3bc2eb));_0x3624f7[_0x474308(0x262)](_0x398ad1),_0x400c79[_0x474308(0x1e8)][_0x474308(0x257)](_0x2faf6d)[_0x474308(0x234)](),_0x30b5fd[_0x474308(0x210)]({'forceDefaultExecution':!0x0}),_0x400c79[_0x474308(0x270)](_0x2faf6d,..._0x30b5fd);const _0x322a5d=_0x4c8c23[_0x474308(0x21c)](_0xde4fdb=>_0x474308(0x259)!=_0xde4fdb[_0x474308(0x209)][_0x474308(0x202)]);_0x322a5d[_0x474308(0x201)]>0x0&&_0x3624f7[_0x474308(0x262)](_0x322a5d);for(const _0x116b57 of _0x4c8c23)_0x116b57[_0x474308(0x220)]();});};}[_0x341e47(0x216)](_0x526944){const _0x5f57fa=_0x341e47,_0x52892e=this[_0x5f57fa(0x254)][_0x5f57fa(0x1eb)][_0x5f57fa(0x257)](_0x5f57fa(0x213));let _0x1c34ae=Number[_0x5f57fa(0x263)],_0xf56e5a=Number[_0x5f57fa(0x1fb)],_0x2e74c8=Number[_0x5f57fa(0x263)],_0x222e39=Number[_0x5f57fa(0x1fb)];for(const _0x5112cd of _0x526944){if(_0x5f57fa(0x259)==_0x5112cd[_0x5f57fa(0x209)][_0x5f57fa(0x202)])continue;const {row:_0x33b59e,column:_0x2dd673}=_0x52892e[_0x5f57fa(0x230)](_0x5112cd),_0x246dcc=_0x5112cd[_0x5f57fa(0x240)](_0x5f57fa(0x217))?_0x5112cd[_0x5f57fa(0x224)](_0x5f57fa(0x217))-0x1:0x0,_0x501567=_0x5112cd[_0x5f57fa(0x240)](_0x5f57fa(0x256))?_0x5112cd[_0x5f57fa(0x224)](_0x5f57fa(0x256))-0x1:0x0;_0x1c34ae=_0x33b59e<_0x1c34ae?_0x33b59e:_0x1c34ae,_0xf56e5a=_0x33b59e+_0x246dcc>_0xf56e5a?_0x33b59e+_0x246dcc:_0xf56e5a,_0x2e74c8=_0x2dd673<_0x2e74c8?_0x2dd673:_0x2e74c8,_0x222e39=_0x2dd673+_0x501567>_0x222e39?_0x2dd673+_0x501567:_0x222e39;}return{'minRow':_0x1c34ae,'maxRow':_0xf56e5a,'minColumn':_0x2e74c8,'maxColumn':_0x222e39};}[_0x341e47(0x229)](){const _0x3bb707=_0x341e47,_0x2e5505=this[_0x3bb707(0x254)],_0x11412e=_0x2e5505[_0x3bb707(0x1eb)][_0x3bb707(0x257)](_0x3bb707(0x20f)),_0x131a43=_0x2e5505[_0x3bb707(0x1eb)][_0x3bb707(0x257)](_0x3bb707(0x213));_0x2e5505[_0x3bb707(0x26d)][_0x3bb707(0x275)]['on'](_0x3bb707(0x26c),()=>{const _0x4e48cb=_0x3bb707,_0x302bfa=Array[_0x4e48cb(0x1ee)](_0x2e5505[_0x4e48cb(0x26d)][_0x4e48cb(0x275)][_0x4e48cb(0x277)][_0x4e48cb(0x23b)]());for(const {name:_0x41c8b5,data:_0x4eaf22}of _0x302bfa){const {group:_0x491906,id:_0x314fc0,subType:_0x241e00}=_0x11412e[_0x4e48cb(0x237)](_0x41c8b5);if(_0x4e48cb(0x253)!=_0x491906)continue;if(null!=_0x4eaf22[_0x4e48cb(0x1f1)])continue;const _0x2eeef2=_0x11412e[_0x4e48cb(0x1e0)](_0x314fc0);this[_0x4e48cb(0x226)][_0x4e48cb(0x267)](_0x241e00)&&this[_0x4e48cb(0x206)][_0x4e48cb(0x23d)](_0x2eeef2);}},{'priority':_0x3bb707(0x24e)});const _0x459003=(_0x24639e,_0x1ee4bd)=>{const _0x4f0cad=_0x3bb707;let _0x456b28=!0x1;const _0x223f55=_0x1ee4bd[_0x4f0cad(0x1fa)](_0x24639e),_0x540c6b=_0x24639e[_0x4f0cad(0x1dc)](_0x4f0cad(0x239)),_0x26bc3e=_0x131a43[_0x4f0cad(0x230)](_0x24639e);for(const _0x4e2627 of this[_0x4f0cad(0x206)]){const _0x2951e9=_0x4e2627[_0x4f0cad(0x25d)],_0x2c1ed8=_0x2951e9[_0x4f0cad(0x207)](_0x4f0cad(0x219)),_0x5ee6a4=_0x2951e9[_0x4f0cad(0x228)](_0x2c1ed8?0xa:0x5),_0x505d57=_0x5ee6a4[_0x4f0cad(0x24b)](),_0x2f2b9d=_0x505d57[_0x4f0cad(0x228)](0x0,0x3)+_0x4f0cad(0x238),_0x39f50d=_0x4f0cad(0x265)+_0x5ee6a4,_0x333cd2=_0x4f0cad(0x1ed)+_0x5ee6a4;if(!_0x4e2627[_0x4f0cad(0x1f6)])continue;if(_0x540c6b!=_0x4e2627[_0x4f0cad(0x212)]()[_0x4f0cad(0x222)][_0x4f0cad(0x1dc)](_0x4f0cad(0x239)))continue;if(_0x4e2627[_0x4f0cad(0x251)](_0x223f55))continue;const _0x2279b0=_0x24639e[_0x4f0cad(0x240)](_0x2f2b9d)?_0x24639e[_0x4f0cad(0x224)](_0x2f2b9d)-0x1:0x0,_0x5c4c07=this[_0x4f0cad(0x272)](_0x4e2627),_0x254d40=_0x5c4c07[_0x39f50d],_0x1905d5=_0x5c4c07[_0x333cd2];_0x254d40<=_0x26bc3e[_0x505d57]&&_0x26bc3e[_0x505d57]+_0x2279b0<=_0x1905d5&&(_0x4e2627[_0x4f0cad(0x1df)](_0x223f55),_0x456b28=!0x0);}return _0x456b28;};_0x2e5505[_0x3bb707(0x26d)][_0x3bb707(0x275)][_0x3bb707(0x200)](_0x341914=>{const _0x5b7994=_0x3bb707;let _0x5ad8eb=!0x1;for(const _0x34f30d of _0x2e5505[_0x5b7994(0x26d)][_0x5b7994(0x275)][_0x5b7994(0x277)][_0x5b7994(0x1e5)]())if(_0x5b7994(0x227)==_0x34f30d[_0x5b7994(0x20d)]){if(_0x5b7994(0x261)==_0x34f30d[_0x5b7994(0x269)]){for(const _0x4b8517 of _0x34f30d[_0x5b7994(0x26f)][_0x5b7994(0x279)][_0x5b7994(0x231)]())_0x5ad8eb=_0x5ad8eb||_0x459003(_0x4b8517,_0x341914);}else _0x5b7994(0x25b)==_0x34f30d[_0x5b7994(0x269)]&&(_0x5ad8eb=_0x5ad8eb||_0x459003(_0x34f30d[_0x5b7994(0x26f)][_0x5b7994(0x279)],_0x341914));}return _0x5ad8eb;});}[_0x341e47(0x272)](_0x4e2cd3){const _0x21fe0d=_0x341e47;return this[_0x21fe0d(0x216)](_0x4e2cd3[_0x21fe0d(0x24d)]()[_0x21fe0d(0x255)](_0x15edb6=>_0x15edb6[_0x21fe0d(0x222)][_0x21fe0d(0x279)]));}}function Ee(_0x493fd3){const _0xc68e16=_0x341e47;return Array[_0xc68e16(0x1ee)](new Set(_0x493fd3)[_0xc68e16(0x20a)]());}
|
|
23
|
+
const _0x498d5d=_0x466e;function _0x466e(_0x47de09,_0xe52916){const _0xe34bb3=_0xe34b();return _0x466e=function(_0x466eb3,_0x5e53fd){_0x466eb3=_0x466eb3-0x162;let _0x1ccb09=_0xe34bb3[_0x466eb3];return _0x1ccb09;},_0x466e(_0x47de09,_0xe52916);}(function(_0x251692,_0x2d7a7b){const _0x5bd62e=_0x466e,_0x5cc28b=_0x251692();while(!![]){try{const _0x5cd387=parseInt(_0x5bd62e(0x18c))/0x1+parseInt(_0x5bd62e(0x19c))/0x2*(parseInt(_0x5bd62e(0x171))/0x3)+-parseInt(_0x5bd62e(0x1fb))/0x4+-parseInt(_0x5bd62e(0x183))/0x5+parseInt(_0x5bd62e(0x1e4))/0x6+-parseInt(_0x5bd62e(0x186))/0x7*(-parseInt(_0x5bd62e(0x1ca))/0x8)+-parseInt(_0x5bd62e(0x1db))/0x9*(-parseInt(_0x5bd62e(0x1b5))/0xa);if(_0x5cd387===_0x2d7a7b)break;else _0x5cc28b['push'](_0x5cc28b['shift']());}catch(_0x5e721c){_0x5cc28b['push'](_0x5cc28b['shift']());}}}(_0xe34b,0xd491c));import{Plugin as _0x374726}from'ckeditor5/src/core.js';import{LiveRange as _0x1a1882}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x3f31f5}from'ckeditor5/src/widget.js';function _0xe34b(){const _0x36327d=['rootName','isIntersectingWithRange','startsWith','substr','insertTableRowBelow','max','_getSuggestionCoords','discard','_descriptionFactory','registerPostFixer','*Insert:*\x20%0','createPositionAt','tableColumn','push','low','registerCustomCallback','suggestion','insertTable','1016TrhuJx','classes','isTouching','nodeAfter','_tableSuggestions','minColumn','selectTableRow','get','editor','getAttribute','name','removeTableRow','includes','locale','position','findAncestor','batch','38817atJjiQ','insertion','getContainedElement','selectTableColumn','getRowIndexes','toViewElement','downcastDispatcher','above','element','2448336PXjZTC','from','getCellLocation','values','last','*Remove:*\x20%0','registerElementLabel','minRow','insertTableColumnLeft','nodeBefore','options','createRangeOn','order','ELEMENT_TABLE_COLUMN','getChangedMarkers','createRangeIn','registerDescriptionCallback','forceValue','change','every','$graveyard','isEqual','some','5885116RFQmqC','toLowerCase','type','mapper','getSelectionAffectedTableCells','showSuggestionHighlights','subType','deletion','join','root','_splitMarkerName','maxColumn','removeClass','span','getRanges','table','insertTableColumnRight','MIN_SAFE_INTEGER','createTableWalker','refresh','ELEMENT_TABLE_ROW_WITH_TEXT','data','isInContent','_suggestionFactory','848385vyJzoo','ELEMENT_TABLE_COLUMN_WITH_TEXT','rowspan','getItems','_tablePostFixingSubtypes','getFirstRange','TableEditing','selection','_setupColumnsRowsFixing','enqueueChange','enableCommand','oldRange','differ','afterInit','markMultiRangeDeletion','$textProxy','_getCoordsForCells','tableCell','5313565FPjdSB','document','length','22463YCgdGN','tableRow','has','execute','change:data','tablePaste','1190491PmFORc','isArray','end','insert','addMarker:suggestion','commands','filter','left','insertTableRowAbove','ELEMENT_TABLE','plugins','add','addRange','map','highest','colspan','8MJOqip','getColumnIndexes','maxRow','ELEMENT_TABLE_WITH_TEXT','ELEMENT_TABLE_ROW','model','cell','_acceptFormatSuggestionCallbackFactory','addClass','markMultiRangeInsertion','accept','getSuggestion','hasAttribute','MAX_SAFE_INTEGER','item','detach','start','getChanges','TrackChangesEditing','TableUtils','min','first','fromRange','writer','getChildren','620GqmpVs','removeTableColumn','setSelection'];_0xe34b=function(){return _0x36327d;};return _0xe34b();}import{getTranslation as _0x281072}from'../utils/common-translations.js';export default class jt extends _0x374726{constructor(_0x114edc){const _0x1e6beb=_0x466e;super(_0x114edc),this[_0x1e6beb(0x175)]=[_0x1e6beb(0x187),_0x1e6beb(0x1c4)],this[_0x1e6beb(0x1ce)]=new Set();}[_0x498d5d(0x17e)](){const _0x29f1d4=_0x498d5d,_0x452931=this[_0x29f1d4(0x1d2)],_0x47b059=_0x452931[_0x29f1d4(0x1a1)][_0x29f1d4(0x184)][_0x29f1d4(0x178)];if(!_0x452931[_0x29f1d4(0x196)][_0x29f1d4(0x188)](_0x29f1d4(0x177)))return;const _0x4e8ada=_0x452931[_0x29f1d4(0x1d7)],_0x4a7ea8=_0x452931[_0x29f1d4(0x196)][_0x29f1d4(0x1d1)](_0x29f1d4(0x1ae)),_0x5e6eab=_0x452931[_0x29f1d4(0x196)][_0x29f1d4(0x1d1)](_0x29f1d4(0x1af));_0x4a7ea8[_0x29f1d4(0x1c0)][_0x29f1d4(0x1ea)](_0x29f1d4(0x168),_0x1e643d=>_0x281072(_0x4e8ada,_0x29f1d4(0x195),_0x1e643d)),this[_0x29f1d4(0x179)](),_0x4a7ea8[_0x29f1d4(0x17b)](_0x29f1d4(0x1c9)),_0x4a7ea8[_0x29f1d4(0x17b)](_0x29f1d4(0x1d0)),_0x4a7ea8[_0x29f1d4(0x17b)](_0x29f1d4(0x1de));for(const _0x5b26e5 of[_0x29f1d4(0x194),_0x29f1d4(0x1bc)]){const _0x1fa460=_0x452931[_0x29f1d4(0x191)][_0x29f1d4(0x1d1)](_0x5b26e5);_0x4a7ea8[_0x29f1d4(0x17b)](_0x5b26e5,_0x267a67=>{const _0x2e7675=_0x29f1d4;_0x452931[_0x2e7675(0x1a1)][_0x2e7675(0x1f6)](_0x15933b=>{const _0x576c6f=_0x2e7675;_0x267a67();const _0x37d0c8=_0x576c6f(0x1e2)===_0x1fa460[_0x576c6f(0x1f0)],_0x141b39=_0x5e6eab[_0x576c6f(0x1ff)](_0x47b059),_0x2650be=_0x5e6eab[_0x576c6f(0x1df)](_0x141b39),_0x299675=_0x37d0c8?_0x2650be[_0x576c6f(0x1b1)]-0x1:_0x2650be[_0x576c6f(0x1e8)]+0x1,_0x5cab05=_0x141b39[0x0][_0x576c6f(0x1d9)](_0x576c6f(0x168)),_0xa73d0a=_0x5e6eab[_0x576c6f(0x16b)](_0x5cab05,{'startRow':_0x299675,'endRow':_0x299675}),_0x4e610d=Array[_0x576c6f(0x1e5)](_0xa73d0a)[_0x576c6f(0x199)](_0x399fb8=>_0x15933b[_0x576c6f(0x1ef)](_0x399fb8[_0x576c6f(0x1a2)]));_0x4a7ea8[_0x576c6f(0x1a5)](_0x4e610d,_0x576c6f(0x187));});});}for(const _0x1c55c7 of[_0x29f1d4(0x1ec),_0x29f1d4(0x169)]){const _0x1f01f5=_0x452931[_0x29f1d4(0x191)][_0x29f1d4(0x1d1)](_0x1c55c7);_0x4a7ea8[_0x29f1d4(0x17b)](_0x1c55c7,_0x489e46=>{const _0x5322e0=_0x29f1d4;_0x452931[_0x5322e0(0x1a1)][_0x5322e0(0x1f6)](_0x1b4a2f=>{const _0x5a1584=_0x5322e0;_0x489e46();const _0x2c551f=_0x5a1584(0x193)===_0x1f01f5[_0x5a1584(0x1f0)],_0x1e084a=_0x5e6eab[_0x5a1584(0x1ff)](_0x47b059),_0x679a51=_0x5e6eab[_0x5a1584(0x19d)](_0x1e084a),_0xd73501=_0x2c551f?_0x679a51[_0x5a1584(0x1b1)]-0x1:_0x679a51[_0x5a1584(0x1e8)]+0x1,_0x135718=_0x1e084a[0x0][_0x5a1584(0x1d9)](_0x5a1584(0x168)),_0x235571=_0x5e6eab[_0x5a1584(0x16b)](_0x135718,{'startRow':0x0,'column':_0xd73501,'includeAllSlots':!0x1}),_0xf862a2=Array[_0x5a1584(0x1e5)](_0x235571)[_0x5a1584(0x199)](_0x4d607d=>_0x1b4a2f[_0x5a1584(0x1ef)](_0x4d607d[_0x5a1584(0x1a2)]));_0x4a7ea8[_0x5a1584(0x1a5)](_0xf862a2,_0x5a1584(0x1c4));});});}for(const _0x581b52 of[_0x29f1d4(0x1d5),_0x29f1d4(0x1b6)]){const _0x413663=_0x581b52[_0x29f1d4(0x1bb)](0xb),_0x40831b=_0x413663[_0x29f1d4(0x1fc)](),_0x150892=_0x40831b[_0x29f1d4(0x1bb)](0x0,0x3)+_0x29f1d4(0x166),_0x244f60=_0x29f1d4(0x168)+_0x413663,_0x10c331=_0x29f1d4(0x1b0)+_0x413663,_0x54791b=_0x29f1d4(0x1bd)+_0x413663;_0x4a7ea8[_0x29f1d4(0x17b)](_0x581b52,()=>{const _0x57c628=_0x29f1d4;_0x452931[_0x57c628(0x1a1)][_0x57c628(0x1f6)](_0x37d199=>{const _0x3ebe1f=_0x57c628,_0x15068f=_0x5e6eab[_0x3ebe1f(0x1ff)](_0x47b059),_0x5c1561=_0x15068f[0x0][_0x3ebe1f(0x1d9)](_0x3ebe1f(0x168));let _0x38784a;if(_0x3ebe1f(0x1d5)==_0x581b52){const _0x3a42c7=_0x5e6eab[_0x3ebe1f(0x1df)](_0x15068f);_0x38784a={'startRow':_0x3a42c7[_0x3ebe1f(0x1b1)],'endRow':_0x3a42c7[_0x3ebe1f(0x1e8)],'includeAllSlots':!0x0};}else{const _0x1a3748=_0x5e6eab[_0x3ebe1f(0x19d)](_0x15068f);_0x38784a={'startColumn':_0x1a3748[_0x3ebe1f(0x1b1)],'endColumn':_0x1a3748[_0x3ebe1f(0x1e8)],'includeAllSlots':!0x0};}const _0x2717b3=_0x5e6eab[_0x3ebe1f(0x16b)](_0x5c1561,_0x38784a),_0x1177f9=Array[_0x3ebe1f(0x1e5)](_0x2717b3)[_0x3ebe1f(0x199)](({cell:_0x337c28})=>_0x337c28),_0x1c9d57=Ee(_0x1177f9[_0x3ebe1f(0x192)](_0x1b5359=>_0x1b5359[_0x3ebe1f(0x1a8)](_0x150892))),_0xe3721f=Ee(_0x1177f9[_0x3ebe1f(0x192)](_0x3d22c9=>!_0x3d22c9[_0x3ebe1f(0x1a8)](_0x150892)))[_0x3ebe1f(0x199)](_0x37d49a=>_0x37d199[_0x3ebe1f(0x1ef)](_0x37d49a)),_0x322b93=_0x4a7ea8[_0x3ebe1f(0x17f)](_0xe3721f,_0x244f60);if(_0x322b93&&(_0x3ebe1f(0x187)==_0x322b93[_0x3ebe1f(0x201)]||_0x3ebe1f(0x1c4)==_0x322b93[_0x3ebe1f(0x201)])){const _0xa42753=this[_0x3ebe1f(0x1be)](_0x322b93);for(const _0x49a8c6 of _0x1c9d57){const _0x100f18=_0x37d199[_0x3ebe1f(0x1ef)](_0x49a8c6),_0x1774e5=_0x5e6eab[_0x3ebe1f(0x1e6)](_0x49a8c6),_0x560b50=_0x49a8c6[_0x3ebe1f(0x1d3)](_0x150892)-0x1,_0x38b0a0=_0xa42753[_0x10c331],_0x260191=_0xa42753[_0x54791b];_0x38b0a0<=_0x1774e5[_0x40831b]&&_0x1774e5[_0x40831b]+_0x560b50<=_0x260191&&_0x322b93[_0x3ebe1f(0x198)](_0x100f18);}}});});}function _0x1e9f82(_0x354ed8){const _0x4c0abd=_0x29f1d4,_0x5e65c1=Array[_0x4c0abd(0x1e5)](_0x47b059[_0x4c0abd(0x167)]())[_0x4c0abd(0x199)](_0x49a76a=>_0x1a1882[_0x4c0abd(0x1b2)](_0x49a76a));_0x452931[_0x4c0abd(0x1a1)][_0x4c0abd(0x1f6)](_0x4a50ae=>{const _0x3e163b=_0x4c0abd,_0x253115=_0x4a50ae[_0x3e163b(0x1da)];_0x354ed8=_0x354ed8[_0x3e163b(0x192)](_0x2d4791=>_0x3e163b(0x1f8)!=_0x2d4791[_0x3e163b(0x162)][_0x3e163b(0x1b8)]),_0x4a50ae[_0x3e163b(0x1b7)](_0x354ed8),_0x452931[_0x3e163b(0x191)][_0x3e163b(0x1d1)](_0x3e163b(0x1d5))[_0x3e163b(0x16c)](),_0x452931[_0x3e163b(0x189)](_0x3e163b(0x1d5),{'forceDefaultExecution':!0x0}),_0x452931[_0x3e163b(0x1a1)][_0x3e163b(0x17a)](()=>{const _0x53c2ad=_0x3e163b;_0x452931[_0x53c2ad(0x1a1)][_0x53c2ad(0x17a)](_0x253115,_0x2c998a=>{const _0x49282b=_0x53c2ad,_0x5a36b=_0x5e65c1[_0x49282b(0x192)](_0x208cdd=>_0x49282b(0x1f8)!=_0x208cdd[_0x49282b(0x162)][_0x49282b(0x1b8)]);_0x5a36b[_0x49282b(0x185)]>0x0&&_0x2c998a[_0x49282b(0x1b7)](_0x5a36b);for(const _0x122105 of _0x5e65c1)_0x122105[_0x49282b(0x1ab)]();});});});}function _0x4ccd46(_0x50c981){const _0x36c34d=_0x29f1d4;_0x452931[_0x36c34d(0x1a1)][_0x36c34d(0x1f6)](_0x55f78a=>{const _0x3eaf94=_0x36c34d,_0xe8c43=Array[_0x3eaf94(0x1e5)](_0x47b059[_0x3eaf94(0x167)]())[_0x3eaf94(0x199)](_0x173048=>_0x1a1882[_0x3eaf94(0x1b2)](_0x173048)),_0x521f32=[];for(const _0x2174bf of _0x50c981)for(const _0x279a3f of _0x2174bf[_0x3eaf94(0x174)]({'shallow':!0x0}))_0x521f32[_0x3eaf94(0x1c5)](_0x279a3f);for(const _0x2df0d0 of _0x521f32)_0x3eaf94(0x1f8)!=_0x2df0d0[_0x3eaf94(0x162)][_0x3eaf94(0x1b8)]&&(_0x55f78a[_0x3eaf94(0x1b7)](_0x55f78a[_0x3eaf94(0x1c3)](_0x2df0d0,0x0)),_0x452931[_0x3eaf94(0x191)][_0x3eaf94(0x1d1)](_0x3eaf94(0x1b6))[_0x3eaf94(0x16c)](),_0x452931[_0x3eaf94(0x189)](_0x3eaf94(0x1b6),{'forceDefaultExecution':!0x0}));const _0x625cd1=_0xe8c43[_0x3eaf94(0x192)](_0x2c1c4c=>_0x3eaf94(0x1f8)!=_0x2c1c4c[_0x3eaf94(0x162)][_0x3eaf94(0x1b8)]);_0x625cd1[_0x3eaf94(0x185)]>0x0&&_0x55f78a[_0x3eaf94(0x1b7)](_0x625cd1);for(const _0x711b0b of _0xe8c43)_0x711b0b[_0x3eaf94(0x1ab)]();});}function _0x15487e(_0x4b744a,_0xc1ac68){const _0x3119e2=_0x29f1d4;return _0xc1ac68[_0x3119e2(0x1f7)](_0x1da678=>_0x4b744a[_0x3119e2(0x1fa)](_0xb44824=>_0xb44824[_0x3119e2(0x18e)][_0x3119e2(0x1f9)](_0x1da678[_0x3119e2(0x1ac)])||_0x1da678[_0x3119e2(0x18e)][_0x3119e2(0x1f9)](_0xb44824[_0x3119e2(0x1ac)])));}function _0x4ae822(_0x353959,_0x11c388){const _0x105c73=_0x29f1d4;return _0x353959[_0x105c73(0x1fa)](_0x51e616=>_0x11c388[_0x105c73(0x1fa)](_0x2316b6=>_0x51e616[_0x105c73(0x18e)][_0x105c73(0x1cc)](_0x2316b6[_0x105c73(0x1ac)])));}_0x452931[_0x29f1d4(0x16e)][_0x29f1d4(0x1e1)]['on'](_0x29f1d4(0x190),(_0xa609a7,_0x2485ec,_0x13b064)=>{const _0x4eefab=_0x29f1d4;if(!_0x13b064[_0x4eefab(0x1ee)][_0x4eefab(0x200)])return;const _0x3a3805=_0x2485ec[_0x4eefab(0x1aa)];if(!_0x3a3805)return;const _0x126174=_0x13b064[_0x4eefab(0x1fe)][_0x4eefab(0x1e0)](_0x3a3805);function _0x2ae185(_0x1ff1f4){const _0xbc5c3d=_0x4eefab;return Array[_0xbc5c3d(0x18d)](_0x1ff1f4)?_0x1ff1f4:[_0x1ff1f4];}_0x126174&&_0x4eefab(0x182)===_0x3a3805[_0x4eefab(0x1d4)]&&_0x3f31f5(_0x126174,_0x13b064[_0x4eefab(0x1b3)],(_0x57127f,_0x361a06,_0x4e578f)=>_0x4e578f[_0x4eefab(0x1a4)](_0x2ae185(_0x361a06[_0x4eefab(0x1cb)]),_0x57127f),(_0x34f9ed,_0x4de11e,_0x4e0cf6)=>_0x4e0cf6[_0x4eefab(0x165)](_0x2ae185(_0x4de11e[_0x4eefab(0x1cb)]),_0x34f9ed));},{'priority':_0x29f1d4(0x19a)}),_0x4a7ea8[_0x29f1d4(0x1c0)][_0x29f1d4(0x1f4)](_0x294432=>{const _0x17df54=_0x29f1d4;if(_0x17df54(0x1dc)!=_0x294432[_0x17df54(0x1fd)]&&_0x17df54(0x202)!=_0x294432[_0x17df54(0x1fd)])return;const _0x9a99f2=_0x294432[_0x17df54(0x1dd)]();if(null!=_0x9a99f2&&_0x9a99f2['is'](_0x17df54(0x1e3),_0x17df54(0x168))){if(_0x17df54(0x1dc)==_0x294432[_0x17df54(0x1fd)]){const _0x49f955=_0x294432[_0x17df54(0x174)]()[_0x17df54(0x192)](_0x4b2740=>_0x4b2740['is'](_0x17df54(0x180)))[_0x17df54(0x199)](_0x12542e=>_0x12542e[_0x17df54(0x16e)]);if(_0x49f955[_0x17df54(0x185)])return{'type':_0x17df54(0x1dc),'content':_0x281072(_0x4e8ada,_0x17df54(0x1c2),_0x281072(_0x4e8ada,_0x17df54(0x19f),'\x22'+_0x49f955[_0x17df54(0x203)]('\x20')+'\x22'))};}if(_0x17df54(0x202)==_0x294432[_0x17df54(0x1fd)]){const _0x1fc2ae=_0x294432[_0x17df54(0x174)]()[_0x17df54(0x192)](_0x411bb4=>_0x411bb4['is'](_0x17df54(0x180)))[_0x17df54(0x199)](_0x174692=>_0x174692[_0x17df54(0x16e)]);if(_0x1fc2ae[_0x17df54(0x185)])return{'type':_0x17df54(0x202),'content':_0x281072(_0x4e8ada,_0x17df54(0x1e9),_0x281072(_0x4e8ada,_0x17df54(0x19f),'\x22'+_0x1fc2ae[_0x17df54(0x203)]('\x20')+'\x22'))};}}}),_0x4a7ea8[_0x29f1d4(0x1c0)][_0x29f1d4(0x1f4)](_0x5665df=>{const _0x5c2e4c=_0x29f1d4;if(_0x5c2e4c(0x187)==_0x5665df[_0x5c2e4c(0x201)]){const _0xe0052e=_0x5665df[_0x5c2e4c(0x174)]()[_0x5c2e4c(0x192)](_0x52dcc4=>_0x52dcc4['is'](_0x5c2e4c(0x180)))[_0x5c2e4c(0x199)](_0x3dc0e3=>_0x3dc0e3[_0x5c2e4c(0x16e)]),_0x492881=this[_0x5c2e4c(0x1be)](_0x5665df),_0x402db0=_0x492881[_0x5c2e4c(0x19e)]-_0x492881[_0x5c2e4c(0x1eb)]+0x1;if(_0x5c2e4c(0x1dc)==_0x5665df[_0x5c2e4c(0x1fd)])return _0xe0052e[_0x5c2e4c(0x185)]?{'type':_0x5c2e4c(0x1dc),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1c2),_0x281072(_0x4e8ada,_0x5c2e4c(0x16d),[_0x402db0,'\x22'+_0xe0052e[_0x5c2e4c(0x203)]('\x20')+'\x22']))}:{'type':_0x5c2e4c(0x1dc),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1c2),_0x281072(_0x4e8ada,_0x5c2e4c(0x1a0),_0x402db0))};if(_0x5c2e4c(0x202)==_0x5665df[_0x5c2e4c(0x1fd)])return _0xe0052e[_0x5c2e4c(0x185)]?{'type':_0x5c2e4c(0x202),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1e9),_0x281072(_0x4e8ada,_0x5c2e4c(0x16d),[_0x402db0,'\x22'+_0xe0052e[_0x5c2e4c(0x203)]('\x20')+'\x22']))}:{'type':_0x5c2e4c(0x202),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1e9),_0x281072(_0x4e8ada,_0x5c2e4c(0x1a0),_0x402db0))};}if(_0x5c2e4c(0x1c4)==_0x5665df[_0x5c2e4c(0x201)]){const _0x1ef5e3=_0x5665df[_0x5c2e4c(0x174)]()[_0x5c2e4c(0x192)](_0x2da9ff=>_0x2da9ff['is'](_0x5c2e4c(0x180)))[_0x5c2e4c(0x199)](_0x59bb45=>_0x59bb45[_0x5c2e4c(0x16e)]),_0x583375=this[_0x5c2e4c(0x1be)](_0x5665df),_0x3bde2d=_0x583375[_0x5c2e4c(0x164)]-_0x583375[_0x5c2e4c(0x1cf)]+0x1;if(_0x5c2e4c(0x1dc)==_0x5665df[_0x5c2e4c(0x1fd)])return _0x1ef5e3[_0x5c2e4c(0x185)]?{'type':_0x5c2e4c(0x1dc),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1c2),_0x281072(_0x4e8ada,_0x5c2e4c(0x172),[_0x3bde2d,'\x22'+_0x1ef5e3[_0x5c2e4c(0x203)]('\x20')+'\x22']))}:{'type':_0x5c2e4c(0x1dc),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1c2),_0x281072(_0x4e8ada,_0x5c2e4c(0x1f1),_0x3bde2d))};if(_0x5c2e4c(0x202)==_0x5665df[_0x5c2e4c(0x1fd)])return _0x1ef5e3[_0x5c2e4c(0x185)]?{'type':_0x5c2e4c(0x202),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1e9),_0x281072(_0x4e8ada,_0x5c2e4c(0x172),[_0x3bde2d,'\x22'+_0x1ef5e3[_0x5c2e4c(0x203)]('\x20')+'\x22']))}:{'type':_0x5c2e4c(0x202),'content':_0x281072(_0x4e8ada,_0x5c2e4c(0x1e9),_0x281072(_0x4e8ada,_0x5c2e4c(0x1f1),_0x3bde2d))};}}),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x1dc),_0x29f1d4(0x187),_0x29f1d4(0x1bf),_0x1e9f82),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x202),_0x29f1d4(0x187),_0x29f1d4(0x1a6),_0x1e9f82),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x1dc),_0x29f1d4(0x1c4),_0x29f1d4(0x1bf),_0x4ccd46),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x202),_0x29f1d4(0x1c4),_0x29f1d4(0x1a6),_0x4ccd46),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x1dc),_0x29f1d4(0x1c4),_0x29f1d4(0x203),_0x15487e),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x202),_0x29f1d4(0x1c4),_0x29f1d4(0x203),_0x15487e),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x1dc),_0x29f1d4(0x187),_0x29f1d4(0x203),_0x4ae822),_0x4a7ea8[_0x29f1d4(0x170)][_0x29f1d4(0x1c7)](_0x29f1d4(0x202),_0x29f1d4(0x187),_0x29f1d4(0x203),_0x4ae822);}[_0x498d5d(0x1a3)](){const _0x2b9fd1=_0x498d5d,_0x48c213=this[_0x2b9fd1(0x1d2)],_0x6f549e=_0x48c213[_0x2b9fd1(0x1a1)][_0x2b9fd1(0x184)][_0x2b9fd1(0x178)];return(_0x53e43a,_0x431400)=>{const _0x968512=_0x2b9fd1;_0x48c213[_0x968512(0x1a1)][_0x968512(0x1f6)](_0x49b3b3=>{const _0x3f714d=_0x968512,{commandName:_0xfb4169,commandParams:_0x553bf9}=_0x431400;let _0x2f5394=_0x53e43a[0x0][_0x3f714d(0x18e)][_0x3f714d(0x1ed)];_0x553bf9&&_0x553bf9[0x0]&&!0x1===_0x553bf9[0x0][_0x3f714d(0x1f5)]&&(_0x2f5394=_0x53e43a[0x0][_0x3f714d(0x1ac)][_0x3f714d(0x1cd)]);const _0x54dfe1=_0x49b3b3[_0x3f714d(0x1f3)](_0x2f5394);if(_0x3f714d(0x1f8)==_0x54dfe1[_0x3f714d(0x162)][_0x3f714d(0x1b8)])return;const _0x8e41a3=Array[_0x3f714d(0x1e5)](_0x6f549e[_0x3f714d(0x167)]())[_0x3f714d(0x199)](_0x24f075=>_0x1a1882[_0x3f714d(0x1b2)](_0x24f075));_0x49b3b3[_0x3f714d(0x1b7)](_0x54dfe1),_0x48c213[_0x3f714d(0x191)][_0x3f714d(0x1d1)](_0xfb4169)[_0x3f714d(0x16c)](),_0x553bf9[_0x3f714d(0x1c5)]({'forceDefaultExecution':!0x0}),_0x48c213[_0x3f714d(0x189)](_0xfb4169,..._0x553bf9);const _0x47b257=_0x8e41a3[_0x3f714d(0x192)](_0x4f5e47=>_0x3f714d(0x1f8)!=_0x4f5e47[_0x3f714d(0x162)][_0x3f714d(0x1b8)]);_0x47b257[_0x3f714d(0x185)]>0x0&&_0x49b3b3[_0x3f714d(0x1b7)](_0x47b257);for(const _0x3087a0 of _0x8e41a3)_0x3087a0[_0x3f714d(0x1ab)]();});};}[_0x498d5d(0x181)](_0x1d0ecd){const _0x1f3aa6=_0x498d5d,_0x266a47=this[_0x1f3aa6(0x1d2)][_0x1f3aa6(0x196)][_0x1f3aa6(0x1d1)](_0x1f3aa6(0x1af));let _0x2f54c7=Number[_0x1f3aa6(0x1a9)],_0x327153=Number[_0x1f3aa6(0x16a)],_0x5446a8=Number[_0x1f3aa6(0x1a9)],_0x8d2657=Number[_0x1f3aa6(0x16a)];for(const _0x406b92 of _0x1d0ecd){if(_0x1f3aa6(0x1f8)==_0x406b92[_0x1f3aa6(0x162)][_0x1f3aa6(0x1b8)])continue;const {row:_0x190c9d,column:_0x3f464a}=_0x266a47[_0x1f3aa6(0x1e6)](_0x406b92),_0xd7cf43=_0x406b92[_0x1f3aa6(0x1a8)](_0x1f3aa6(0x173))?_0x406b92[_0x1f3aa6(0x1d3)](_0x1f3aa6(0x173))-0x1:0x0,_0x4a048a=_0x406b92[_0x1f3aa6(0x1a8)](_0x1f3aa6(0x19b))?_0x406b92[_0x1f3aa6(0x1d3)](_0x1f3aa6(0x19b))-0x1:0x0;_0x2f54c7=_0x190c9d<_0x2f54c7?_0x190c9d:_0x2f54c7,_0x327153=_0x190c9d+_0xd7cf43>_0x327153?_0x190c9d+_0xd7cf43:_0x327153,_0x5446a8=_0x3f464a<_0x5446a8?_0x3f464a:_0x5446a8,_0x8d2657=_0x3f464a+_0x4a048a>_0x8d2657?_0x3f464a+_0x4a048a:_0x8d2657;}return{'minRow':_0x2f54c7,'maxRow':_0x327153,'minColumn':_0x5446a8,'maxColumn':_0x8d2657};}[_0x498d5d(0x179)](){const _0x110075=_0x498d5d,_0x5ebc9f=this[_0x110075(0x1d2)],_0x4a2fed=_0x5ebc9f[_0x110075(0x196)][_0x110075(0x1d1)](_0x110075(0x1ae)),_0x4d6835=_0x5ebc9f[_0x110075(0x196)][_0x110075(0x1d1)](_0x110075(0x1af));_0x5ebc9f[_0x110075(0x1a1)][_0x110075(0x184)]['on'](_0x110075(0x18a),()=>{const _0x27aa82=_0x110075,_0x165add=Array[_0x27aa82(0x1e5)](_0x5ebc9f[_0x27aa82(0x1a1)][_0x27aa82(0x184)][_0x27aa82(0x17d)][_0x27aa82(0x1f2)]());for(const {name:_0x37706d,data:_0x41154f}of _0x165add){const {group:_0x5c6e27,id:_0x44a618,subType:_0x3b5337}=_0x4a2fed[_0x27aa82(0x163)](_0x37706d);if(_0x27aa82(0x1c8)!=_0x5c6e27)continue;if(null!=_0x41154f[_0x27aa82(0x17c)])continue;const _0x2a226c=_0x4a2fed[_0x27aa82(0x1a7)](_0x44a618);this[_0x27aa82(0x175)][_0x27aa82(0x1d6)](_0x3b5337)&&this[_0x27aa82(0x1ce)][_0x27aa82(0x197)](_0x2a226c);}},{'priority':_0x110075(0x1c6)});const _0x47d77c=(_0x4a110b,_0x34604b)=>{const _0xd95d48=_0x110075;let _0x479b59=!0x1;const _0x22c555=_0x34604b[_0xd95d48(0x1ef)](_0x4a110b),_0x4771a9=_0x4a110b[_0xd95d48(0x1d9)](_0xd95d48(0x168)),_0x1e0ae4=_0x4d6835[_0xd95d48(0x1e6)](_0x4a110b);for(const _0x21893f of this[_0xd95d48(0x1ce)]){const _0x4143e2=_0x21893f[_0xd95d48(0x201)],_0x41da04=_0x4143e2[_0xd95d48(0x1ba)](_0xd95d48(0x18b)),_0xc30542=_0x4143e2[_0xd95d48(0x1bb)](_0x41da04?0xa:0x5),_0x19553a=_0xc30542[_0xd95d48(0x1fc)](),_0x5dc5b=_0x19553a[_0xd95d48(0x1bb)](0x0,0x3)+_0xd95d48(0x166),_0x5aca60=_0xd95d48(0x1b0)+_0xc30542,_0x360f1f=_0xd95d48(0x1bd)+_0xc30542;if(!_0x21893f[_0xd95d48(0x16f)])continue;if(_0x4771a9!=_0x21893f[_0xd95d48(0x176)]()[_0xd95d48(0x1ac)][_0xd95d48(0x1d9)](_0xd95d48(0x168)))continue;if(_0x21893f[_0xd95d48(0x1b9)](_0x22c555))continue;const _0x55d3d1=_0x4a110b[_0xd95d48(0x1a8)](_0x5dc5b)?_0x4a110b[_0xd95d48(0x1d3)](_0x5dc5b)-0x1:0x0,_0x34e238=this[_0xd95d48(0x1be)](_0x21893f),_0x33b116=_0x34e238[_0x5aca60],_0x5dbf77=_0x34e238[_0x360f1f];_0x33b116<=_0x1e0ae4[_0x19553a]&&_0x1e0ae4[_0x19553a]+_0x55d3d1<=_0x5dbf77&&(_0x21893f[_0xd95d48(0x198)](_0x22c555),_0x479b59=!0x0);}return _0x479b59;};_0x5ebc9f[_0x110075(0x1a1)][_0x110075(0x184)][_0x110075(0x1c1)](_0x5e0497=>{const _0xa1965c=_0x110075;let _0x5c4d32=!0x1;for(const _0x549869 of _0x5ebc9f[_0xa1965c(0x1a1)][_0xa1965c(0x184)][_0xa1965c(0x17d)][_0xa1965c(0x1ad)]())if(_0xa1965c(0x18f)==_0x549869[_0xa1965c(0x1fd)]){if(_0xa1965c(0x187)==_0x549869[_0xa1965c(0x1d4)]){for(const _0x2b3c8b of _0x549869[_0xa1965c(0x1d8)][_0xa1965c(0x1cd)][_0xa1965c(0x1b4)]())_0x5c4d32=_0x5c4d32||_0x47d77c(_0x2b3c8b,_0x5e0497);}else _0xa1965c(0x182)==_0x549869[_0xa1965c(0x1d4)]&&(_0x5c4d32=_0x5c4d32||_0x47d77c(_0x549869[_0xa1965c(0x1d8)][_0xa1965c(0x1cd)],_0x5e0497));}return _0x5c4d32;});}[_0x498d5d(0x1be)](_0x31baf3){const _0x180947=_0x498d5d;return this[_0x180947(0x181)](_0x31baf3[_0x180947(0x167)]()[_0x180947(0x199)](_0x186016=>_0x186016[_0x180947(0x1ac)][_0x180947(0x1cd)]));}}function Ee(_0x346887){const _0x525627=_0x498d5d;return Array[_0x525627(0x1e5)](new Set(_0x346887)[_0x525627(0x1e7)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x405914=_0x130c;(function(_0x1df4a4,_0x2406ab){const _0x3d3e62=_0x130c,_0x171b92=_0x1df4a4();while(!![]){try{const _0x5c2388=-parseInt(_0x3d3e62(0x13e))/0x1*(parseInt(_0x3d3e62(0x140))/0x2)+-parseInt(_0x3d3e62(0x142))/0x3*(-parseInt(_0x3d3e62(0x150))/0x4)+parseInt(_0x3d3e62(0x141))/0x5+parseInt(_0x3d3e62(0x13d))/0x6+-parseInt(_0x3d3e62(0x143))/0x7*(parseInt(_0x3d3e62(0x14b))/0x8)+-parseInt(_0x3d3e62(0x146))/0x9*(parseInt(_0x3d3e62(0x147))/0xa)+parseInt(_0x3d3e62(0x13f))/0xb;if(_0x5c2388===_0x2406ab)break;else _0x171b92['push'](_0x171b92['shift']());}catch(_0x2275b7){_0x171b92['push'](_0x171b92['shift']());}}}(_0x3b12,0x80239));import{Plugin as _0x1d2e23}from'ckeditor5/src/core.js';import _0x15e3ff from'./table.js';export default class Mt extends _0x1d2e23{static get[_0x405914(0x14e)](){return[_0x15e3ff];}[_0x405914(0x144)](){const _0x48379e=_0x405914,_0x521e63=this[_0x48379e(0x14a)];if(!_0x521e63[_0x48379e(0x149)][_0x48379e(0x14f)](_0x48379e(0x145)))return;_0x521e63[_0x48379e(0x149)][_0x48379e(0x14d)](_0x48379e(0x148))[_0x48379e(0x13c)](_0x48379e(0x14c));}}function _0x130c(_0x5300ca,_0x1fe8de){const _0x3b1279=_0x3b12();return _0x130c=function(_0x130cc0,_0x1b5170){_0x130cc0=_0x130cc0-0x13c;let _0x185f99=_0x3b1279[_0x130cc0];return _0x185f99;},_0x130c(_0x5300ca,_0x1fe8de);}function _0x3b12(){const _0x20199a=['plugins','editor','1424OSOaOP','toggleTableCaption','get','requires','has','1080PQHsvg','enableCommand','1786392scRaKx','35exCGgR','9561948vFThRf','42674yNxzsl','4779845DKeASB','1014TunERm','5999fJJlhO','afterInit','TableCaptionEditing','7110279fVOQeh','10yYaXuV','TrackChangesEditing'];_0x3b12=function(){return _0x20199a;};return _0x3b12();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4d5c3b=_0x1482;function _0x2686(){const _0x51ef5e=['last','remove','value','insertRows','afterInit','getTableIfOnlyTableInContent','tableCellBorderStyle','get','schema','containsRange','getContainedElement','name','clipboardOutput','tableCellBorderColor','getColumns','conversion','length','join','suggestion','showSuggestionHighlights','fromRange','editor','wrap','removeColumns','deletion','5321958UGZFzc','insertion','isInContent','columnInsertionRanges','nextSibling','return','TableClipboard','column','_suggestionFactory','getColumnIndexes','344fcPxwM','insertColumns','tableCell','124005PRSwjd','register','end','insert','getRowIndexes','_tablePostFixingSubtypes','getChangedMarkers','getChanges','row','forEach','author','getRows','options','getRanges','setAttributes','markMultiRangeInsertion','high','tablePasteChainId','reduce','type','move','markerAttributes','entries','includes','_createdBatches','126mkbhhW','tablePasteCell','tableCellSuggestion','newRange','getRange','51237NxyNjJ','insertionRanges','19675190mHxrsh','redo','updateMarker','filter','oldRange','setAttribute','isEmpty','discard','_replaceTableSlotCell','rootName','7381796uuPnWj','document','249849mOWTep','requires','ck-suggestion-marker--active','previous','createPositionBefore','tableCellBorderWidth','element','createRangeOn','documentSelection','position','detach','TrackChangesEditing','registerDescriptionCallback','getAllAdjacentSuggestions','cells','getSuggestionCallback','columns','ck-suggestion-marker-insertion','commands','_splitMarkerName','view','tablePasteRow','getChildren','markerName','rowInsertionRanges','suggestionUnloaded','accept','endColumn','locale','subType','root','every','trackChanges','push','plugins','formatBlock','nodeAfter','suggestion-td','*Replace\x20table\x20cells*','insertContent','activeMarkers','registerCustomCallback','model','differ','first','_getCoordsForCells','ck-suggestion-marker','add','deletionRanges','cell','rows','markers','has','content','map','TableUtils','listenTo','getItems','from','low','change','some','attributes','isEqual','36BFlEgD','removeMarkers','removeMarker','$graveyard','markMultiRangeDeletion','tableCellVerticalAlignment','createRangeIn','forceDefaultExecution','_descriptionFactory','batch','start','getSelectionAffectedTableCells','suggestionLoaded','getSuggestions','getSuggestion','_isForcedDefaultExecutionBlock','keys','getShiftedBy','tablePaste','stop','elementToElement','findAncestor','fromEntries','createTableWalker','endRow','previousSibling','editingDowncast','Users','startsWith','registerPostFixer','dataDowncast','7323897ZHRmIq','markerToHighlight','removeRows','tablePasteColumn','markMultiRangeBlockFormat','for','suggestion:formatBlock:tablePasteCell','tableCellBackgroundColor','set','getChild','hasSuggestion','createElement','call','columnInsertionIndexes','next','tableCellPadding','getMarkers','paragraph','selection','fill','createRange','editing','find','getAttributes','tableCellHorizontalAlignment','rowInsertionIndexes','table','unwrap'];_0x2686=function(){return _0x51ef5e;};return _0x2686();}(function(_0x2be20b,_0x260b86){const _0x1456b0=_0x1482,_0x31be86=_0x2be20b();while(!![]){try{const _0x31d8f9=parseInt(_0x1456b0(0x215))/0x1*(parseInt(_0x1456b0(0x196))/0x2)+-parseInt(_0x1456b0(0x1ea))/0x3+-parseInt(_0x1456b0(0x221))/0x4+parseInt(_0x1456b0(0x1f7))/0x5*(-parseInt(_0x1456b0(0x210))/0x6)+parseInt(_0x1456b0(0x1b5))/0x7+-parseInt(_0x1456b0(0x1f4))/0x8*(-parseInt(_0x1456b0(0x223))/0x9)+parseInt(_0x1456b0(0x217))/0xa;if(_0x31d8f9===_0x260b86)break;else _0x31be86['push'](_0x31be86['shift']());}catch(_0x516514){_0x31be86['push'](_0x31be86['shift']());}}}(_0x2686,0xf1953));import{getTranslation as _0x4410cb}from'../utils/common-translations.js';function _0x1482(_0x509818,_0x320a1c){const _0x268631=_0x2686();return _0x1482=function(_0x148278,_0x58bc89){_0x148278=_0x148278-0x174;let _0x3fa47b=_0x268631[_0x148278];return _0x3fa47b;},_0x1482(_0x509818,_0x320a1c);}import{Plugin as _0x34f332}from'ckeditor5/src/core.js';import{LiveRange as _0xd46fb5}from'ckeditor5/src/engine.js';import{uid as _0x31db9b,priorities as _0x401015}from'ckeditor5/src/utils.js';import _0x19fd90 from'./table.js';const ge=[_0x4d5c3b(0x228),_0x4d5c3b(0x1de),_0x4d5c3b(0x1d7),_0x4d5c3b(0x1cd),_0x4d5c3b(0x19b),_0x4d5c3b(0x1bc),_0x4d5c3b(0x1c4)],Ce=Object[_0x4d5c3b(0x1ac)](ge[_0x4d5c3b(0x18c)](_0x2f1c30=>[_0x2f1c30,null]));export default class It extends _0x34f332{static get[_0x4d5c3b(0x224)](){return[_0x19fd90];}[_0x4d5c3b(0x1d5)](){const _0xf81608=_0x4d5c3b,_0x402078=this[_0xf81608(0x1e6)];if(!_0x402078[_0xf81608(0x178)][_0xf81608(0x18a)](_0xf81608(0x1f0)))return;const _0x5e4bce=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x22e)),_0x1c6c91=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x18d)),_0x5d928f=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0x19fd90),_0x28139f=_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x1f0));_0x5d928f[_0xf81608(0x1fc)][_0xf81608(0x177)](_0xf81608(0x238),_0xf81608(0x1b8)),_0x402078[_0xf81608(0x180)][_0xf81608(0x1d9)][_0xf81608(0x1f8)](_0xf81608(0x212),{'allowIn':_0xf81608(0x1f6),'allowContentOf':_0xf81608(0x1f6),'isLimit':!0x0}),_0x402078[_0xf81608(0x1e0)][_0xf81608(0x1aa)]({'model':_0xf81608(0x212),'view':_0xf81608(0x17b)});let _0x2c5c84=null;_0x402078[_0xf81608(0x180)]['on'](_0xf81608(0x17d),(_0x4a9586,_0x1b3b61)=>{const _0x325d3e=_0xf81608,[_0xa59266,_0x14be14]=_0x1b3b61,_0x1e111b=_0x1b3b61[_0x1b3b61[_0x325d3e(0x1e1)]-0x1];_0x1e111b&&_0x1e111b[_0x325d3e(0x19d)]||_0x5e4bce[_0x325d3e(0x1a5)]||this[_0x325d3e(0x1e6)][_0x325d3e(0x235)][_0x325d3e(0x1d8)](_0x325d3e(0x176))[_0x325d3e(0x1d3)]&&function(_0x4a9ccd,_0x350309,_0x3994c2,_0x3bf839,_0xb14177){const _0x484623=_0x325d3e;if(_0x350309&&!_0x350309['is'](_0x484623(0x22b)))return!0x1;const _0x4a5a2=_0xb14177[_0x484623(0x1d6)](_0x4a9ccd,_0x3994c2);if(!_0x4a5a2||!he(_0x4a5a2,void 0x0,_0x3bf839))return!0x1;const _0x4ac675=_0x3bf839[_0x484623(0x1a1)](_0x3994c2[_0x484623(0x222)][_0x484623(0x1c7)]);if(!_0x4ac675[_0x484623(0x1e1)])return!0x1;const _0x52017d=_0x4ac675[0x0][_0x484623(0x1ab)](_0x484623(0x1cf)),_0x4def4e=_0x3bf839[_0x484623(0x1fb)](_0x4ac675),_0xc445d=_0x3bf839[_0x484623(0x1f3)](_0x4ac675),_0x1315fb={'startRow':_0x4def4e[_0x484623(0x182)],'endRow':_0x4def4e[_0x484623(0x1d1)],'startColumn':_0xc445d[_0x484623(0x182)],'endColumn':_0xc445d[_0x484623(0x1d1)]};return 0x1==_0x4ac675[_0x484623(0x1e1)]&&(_0x1315fb[_0x484623(0x1ae)]+=_0x3bf839[_0x484623(0x202)](_0x4a5a2)-0x1,_0x1315fb[_0x484623(0x23e)]+=_0x3bf839[_0x484623(0x1df)](_0x4a5a2)-0x1),he(_0x52017d,_0x1315fb,_0x3bf839);}(_0xa59266,_0x14be14,_0x402078[_0x325d3e(0x180)],_0x1c6c91,_0x28139f)&&(_0x4a9586[_0x325d3e(0x1a9)](),_0x2c5c84={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x402078[_0x325d3e(0x180)][_0x325d3e(0x192)](()=>{const _0x3f2132=_0x325d3e;_0x402078[_0x3f2132(0x180)][_0x3f2132(0x17d)](_0x1b3b61[0x0],_0x1b3b61[0x1],_0x1b3b61[0x2],{'forceDefaultExecution':!0x0});const _0xd24913=_0x31db9b(),{rowInsertionRanges:_0x49640b,columnInsertionRanges:_0x4f7993,insertionRanges:_0x3d52f1,deletionRanges:_0x16f722,cells:_0x1cd6e2}=_0x2c5c84;_0x49640b[_0x3f2132(0x1e1)]&&_0x5e4bce[_0x3f2132(0x206)](_0x49640b,_0x3f2132(0x238),{'tablePasteChainId':_0xd24913}),_0x4f7993[_0x3f2132(0x1e1)]&&_0x5e4bce[_0x3f2132(0x206)](_0x4f7993,_0x3f2132(0x1b8),{'tablePasteChainId':_0xd24913}),_0x3d52f1[_0x3f2132(0x1e1)]&&(_0x5e4bce[_0x3f2132(0x206)](_0x3d52f1,_0x3f2132(0x1a8),{'tablePasteChainId':_0xd24913,'skipNestingCheck':!0x0}),_0x3d52f1[_0x3f2132(0x200)](_0x35b48b=>{const _0x80f587=_0x3f2132;var _0x29707c;return null===(_0x29707c=_0x35b48b[_0x80f587(0x22d)])||void 0x0===_0x29707c?void 0x0:_0x29707c[_0x80f587(0x1c1)](_0x35b48b);})),_0x16f722[_0x3f2132(0x1e1)]&&(_0x5e4bce[_0x3f2132(0x19a)](_0x16f722,_0x3f2132(0x1a8),{'tablePasteChainId':_0xd24913,'skipNestingCheck':!0x0}),_0x16f722[_0x3f2132(0x200)](_0x154645=>{const _0xd23fe7=_0x3f2132;var _0x43ca60;return null===(_0x43ca60=_0x154645[_0xd23fe7(0x22d)])||void 0x0===_0x43ca60?void 0x0:_0x43ca60[_0xd23fe7(0x1c1)](_0x154645);}));const _0x5e3f08=_0x5e4bce[_0x3f2132(0x1b9)](_0x1cd6e2[_0x3f2132(0x18c)](({element:_0x3ffb63})=>_0x3ffb63),{'formatGroupId':_0x31db9b()},[],_0x3f2132(0x211),{'tablePasteChainId':_0xd24913});if(_0x5e3f08){const _0x2fbdf4=_0x5e3f08[_0x3f2132(0x1c5)](),_0x57f4b3=[];for(const {element:_0x167ff3,attributes:_0x5b96c7}of _0x1cd6e2){if(!_0x5b96c7)continue;const _0x35e6fb=_0x402078[_0x3f2132(0x180)][_0x3f2132(0x22a)](_0x167ff3),_0x1dc9ed=_0x2fbdf4[_0x3f2132(0x1cb)](_0x5c5c71=>_0x5c5c71[_0x3f2132(0x214)]()[_0x3f2132(0x195)](_0x35e6fb));_0x1dc9ed&&_0x57f4b3[_0x3f2132(0x177)]([_0x1dc9ed[_0x3f2132(0x1dc)],_0x5b96c7]);}_0x57f4b3[_0x3f2132(0x1e1)]&&_0x5e3f08[_0x3f2132(0x21c)](_0x3f2132(0x20c),Object[_0x3f2132(0x1ac)](_0x57f4b3));}_0x2c5c84=null;}));},{'priority':_0x401015[_0xf81608(0x207)]+0xa}),_0x402078[_0xf81608(0x178)][_0xf81608(0x1d8)](_0xf81608(0x1f0))['on'](_0xf81608(0x21f),(_0x568ecb,_0x15d5de)=>{const _0x2e9b1a=_0xf81608,[_0x466ae0,_0x5a5b00,,_0x29070e]=_0x15d5de;if(!_0x2c5c84)return;_0x568ecb[_0x2e9b1a(0x1a9)]();const _0x33a402=_0x466ae0[_0x2e9b1a(0x187)],_0x166969=_0x5a5b00,_0x40d6a2=Pe(_0x33a402),_0x2c4517=Pe(_0x166969);_0x568ecb[_0x2e9b1a(0x1ef)]=_0x33a402;let _0x51b646=null,_0x4636a8=null;if(_0x2c4517||_0x40d6a2){if(_0x40d6a2&&!_0x2c4517){_0x29070e[_0x2e9b1a(0x1d2)](_0x33a402[_0x2e9b1a(0x1be)](0x0));for(const _0xc18882 of Array[_0x2e9b1a(0x190)](_0x166969[_0x2e9b1a(0x239)]()))_0x29070e[_0x2e9b1a(0x1fa)](_0xc18882,_0x33a402,_0x2e9b1a(0x1f9));const _0x3be00a=_0x2c5c84[_0x2e9b1a(0x1ce)][_0x2e9b1a(0x20e)](_0x466ae0[_0x2e9b1a(0x1ff)]),_0x2d15fb=_0x2c5c84[_0x2e9b1a(0x1c2)][_0x2e9b1a(0x20e)](_0x466ae0[_0x2e9b1a(0x1f1)]);_0x3be00a||_0x2d15fb||(_0x51b646=_0xd46fb5[_0x2e9b1a(0x1e5)](_0x29070e[_0x2e9b1a(0x19c)](_0x33a402)));}else _0x2c4517&&!_0x40d6a2&&(_0x4636a8=_0x29070e[_0x2e9b1a(0x19c)](_0x33a402));}else{const _0x2aee80=_0x29070e[_0x2e9b1a(0x1c0)](_0x2e9b1a(0x212)),_0x4628db=_0x29070e[_0x2e9b1a(0x1c0)](_0x2e9b1a(0x212));_0x29070e[_0x2e9b1a(0x1e7)](_0x29070e[_0x2e9b1a(0x19c)](_0x33a402),_0x4628db),_0x29070e[_0x2e9b1a(0x1fa)](_0x2aee80,_0x33a402,0x0);for(const _0x1d4fee of Array[_0x2e9b1a(0x190)](_0x166969[_0x2e9b1a(0x239)]()))_0x29070e[_0x2e9b1a(0x1fa)](_0x1d4fee,_0x2aee80,_0x2e9b1a(0x1f9));_0x51b646=_0xd46fb5[_0x2e9b1a(0x1e5)](_0x29070e[_0x2e9b1a(0x22a)](_0x2aee80)),_0x4636a8=_0xd46fb5[_0x2e9b1a(0x1e5)](_0x29070e[_0x2e9b1a(0x22a)](_0x4628db));}const _0x236864=Array[_0x2e9b1a(0x190)](_0x166969[_0x2e9b1a(0x1cc)]())[_0x2e9b1a(0x21a)](([_0x171b55])=>ge[_0x2e9b1a(0x20e)](_0x171b55));_0x2c5c84[_0x2e9b1a(0x231)][_0x2e9b1a(0x177)]({'element':_0x33a402,'attributes':_0x236864[_0x2e9b1a(0x1e1)]?Object[_0x2e9b1a(0x1ac)](_0x236864):null}),_0x51b646&&_0x2c5c84[_0x2e9b1a(0x216)][_0x2e9b1a(0x177)](_0x51b646),_0x4636a8&&_0x2c5c84[_0x2e9b1a(0x186)][_0x2e9b1a(0x177)](_0x4636a8);},{'priority':_0xf81608(0x207)}),_0x1c6c91['on'](_0xf81608(0x1f5),(_0x477c44,_0xac07f7)=>{const _0x52467c=_0xf81608,[_0x333c67,_0x19aedb={}]=_0xac07f7;if(!_0x2c5c84)return;const _0x550e11=_0x19aedb['at']||0x0,_0x2297c4=_0x19aedb[_0x52467c(0x233)]||0x1;_0x2c5c84[_0x52467c(0x1c2)]=new Array(_0x2297c4)[_0x52467c(0x1c8)](_0x550e11)[_0x52467c(0x18c)]((_0x18dc7b,_0xbd27f4)=>_0x18dc7b+_0xbd27f4);for(const {cell:_0x27fa25}of _0x1c6c91[_0x52467c(0x1ad)](_0x333c67,{'startColumn':_0x550e11,'endColumn':_0x550e11+_0x2297c4-0x1}))_0x2c5c84[_0x52467c(0x1ed)][_0x52467c(0x177)](_0x402078[_0x52467c(0x180)][_0x52467c(0x22a)](_0x27fa25));},{'priority':_0xf81608(0x191)}),_0x1c6c91['on'](_0xf81608(0x1d4),(_0x46c7e8,_0x22e1b0)=>{const _0x380c8a=_0xf81608,[_0x23dc70,_0x58ba70={}]=_0x22e1b0;if(!_0x2c5c84)return;const _0x18748a=_0x58ba70['at']||0x0,_0x3e0f8b=_0x58ba70[_0x380c8a(0x188)]||0x1;_0x2c5c84[_0x380c8a(0x1ce)]=new Array(_0x3e0f8b)[_0x380c8a(0x1c8)](_0x18748a)[_0x380c8a(0x18c)]((_0x85e17b,_0x449dd8)=>_0x85e17b+_0x449dd8);for(const {cell:_0x54631d}of _0x1c6c91[_0x380c8a(0x1ad)](_0x23dc70,{'startRow':_0x18748a,'endRow':_0x18748a+_0x3e0f8b-0x1}))_0x2c5c84[_0x380c8a(0x23b)][_0x380c8a(0x177)](_0x402078[_0x380c8a(0x180)][_0x380c8a(0x22a)](_0x54631d));},{'priority':_0xf81608(0x191)}),_0x5e4bce[_0xf81608(0x19e)][_0xf81608(0x22f)](_0x1cccb3=>{const _0x2bc0f6=_0xf81608;if(_0x1cccb3[_0x2bc0f6(0x240)]&&_0x1cccb3[_0x2bc0f6(0x240)][_0x2bc0f6(0x1b2)](_0x2bc0f6(0x1a8)))return _0x1cccb3[_0x2bc0f6(0x226)]?{}:{'type':_0x2bc0f6(0x1eb),'content':_0x4410cb(_0x402078[_0x2bc0f6(0x23f)],_0x2bc0f6(0x17c))};});const _0x1c04f5=()=>!0x1;for(const _0xe1810a of[_0xf81608(0x1a8),_0xf81608(0x1b8),_0xf81608(0x238),_0xf81608(0x211)])_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1eb),_0xe1810a,_0xf81608(0x1e2),_0x1c04f5),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1e9),_0xe1810a,_0xf81608(0x1e2),_0x1c04f5),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x179),_0xe1810a,_0xf81608(0x1e2),_0x1c04f5);_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x179),_0xf81608(0x211),_0xf81608(0x21e),_0x1c04f5),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x179),_0xf81608(0x211),_0xf81608(0x23d),(_0x4af6b2,_0x432059,_0x4f34ca)=>{const _0x5529f5=_0xf81608,_0x2ee7cf=_0x4af6b2[_0x5529f5(0x18c)](_0x17b22c=>_0x17b22c[_0x5529f5(0x1db)]())[_0x5529f5(0x21a)](_0x4c583e=>_0x4c583e),_0x577c61=new Map(_0x2ee7cf[_0x5529f5(0x18c)](_0x28f18d=>[_0x28f18d,null]));if(_0x2c5c84){for(const {element:_0x114fe4,attributes:_0x372c19}of _0x2c5c84[_0x5529f5(0x231)])_0x372c19&&_0x577c61[_0x5529f5(0x1bd)](_0x114fe4,_0x372c19);}else{if(_0x4f34ca&&_0x4f34ca[_0x5529f5(0x20c)])for(const [_0x473612,_0x5a2cf1]of Object[_0x5529f5(0x20d)](_0x4f34ca[_0x5529f5(0x20c)])){const _0x556616=_0x402078[_0x5529f5(0x180)][_0x5529f5(0x189)][_0x5529f5(0x1d8)](_0x473612),_0x5abb0a=_0x556616?_0x556616[_0x5529f5(0x214)]()[_0x5529f5(0x1db)]():null;_0x5abb0a&&_0x577c61[_0x5529f5(0x1bd)](_0x5abb0a,_0x5a2cf1);}}_0x402078[_0x5529f5(0x180)][_0x5529f5(0x192)](_0x5987a1=>{const _0x1883a8=_0x5529f5;for(const [_0x49cddd,_0x1336c5]of _0x577c61)_0x5987a1[_0x1883a8(0x205)]({...Ce,..._0x1336c5},_0x49cddd);});});const _0x59eb94=(_0x141b74,_0x34507d)=>{const _0x42eae2=_0xf81608;_0x5e4bce[_0x42eae2(0x1f2)][_0x42eae2(0x17f)](_0x141b74,_0x42eae2(0x1a8),_0x34507d,(_0x23e45a,_0x12b046,_0x10bc7e)=>{const _0x43f2f4=_0x42eae2;_0x402078[_0x43f2f4(0x180)][_0x43f2f4(0x192)](_0x4ec0c9=>{const _0x3064e6=_0x43f2f4,_0x4a73d9=[];for(const _0x369bd7 of _0x23e45a){const _0x206c2b=_0x369bd7[_0x3064e6(0x1a0)][_0x3064e6(0x17a)];_0x206c2b['is'](_0x3064e6(0x229),_0x3064e6(0x212))&&_0x4a73d9[_0x3064e6(0x177)](_0x206c2b);}_0x5e4bce[_0x3064e6(0x1f2)][_0x3064e6(0x232)](_0x141b74,null,_0x34507d)(_0x23e45a,_0x12b046,_0x10bc7e);for(const _0x33bf22 of _0x4a73d9)_0x3064e6(0x199)!=_0x33bf22[_0x3064e6(0x174)][_0x3064e6(0x220)]&&_0x4ec0c9[_0x3064e6(0x1d0)](_0x33bf22);});});};_0x59eb94(_0xf81608(0x1eb),_0xf81608(0x23d)),_0x59eb94(_0xf81608(0x1eb),_0xf81608(0x21e)),_0x59eb94(_0xf81608(0x1e9),_0xf81608(0x23d)),_0x59eb94(_0xf81608(0x1e9),_0xf81608(0x21e)),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1eb),_0xf81608(0x238),_0xf81608(0x21e),_0x22d527=>{const _0x100a15=_0xf81608,_0x42d426=_0x22d527[_0x100a15(0x18c)](_0xde3dab=>_0xde3dab[_0x100a15(0x1db)]()),_0x27235a=_0x42d426[0x0][_0x100a15(0x1ab)](_0x100a15(0x1cf)),{minRow:_0x4e75bd,maxRow:_0x236695}=_0x5d928f[_0x100a15(0x183)](_0x42d426);_0x1c6c91[_0x100a15(0x1b7)](_0x27235a,{'at':_0x4e75bd,'rows':_0x236695-_0x4e75bd+0x1});}),_0x5e4bce[_0xf81608(0x1f2)][_0xf81608(0x17f)](_0xf81608(0x1eb),_0xf81608(0x1b8),_0xf81608(0x21e),_0x3a0e83=>{const _0x4843d8=_0xf81608,_0x374dae=_0x3a0e83[_0x4843d8(0x18c)](_0x211387=>_0x211387[_0x4843d8(0x1db)]()),_0x8cd500=_0x374dae[0x0][_0x4843d8(0x1ab)](_0x4843d8(0x1cf)),{minColumn:_0xd8badc,maxColumn:_0x37e02b}=_0x5d928f[_0x4843d8(0x183)](_0x374dae);_0x1c6c91[_0x4843d8(0x1e8)](_0x8cd500,{'at':_0xd8badc,'columns':_0x37e02b-_0xd8badc+0x1});});const _0x59bdf3=(_0x34df76,_0x45d87d)=>{const _0x5cf36a=_0xf81608;if(!_0x45d87d[_0x5cf36a(0x240)]||!_0x45d87d[_0x5cf36a(0x240)][_0x5cf36a(0x1b2)](_0x5cf36a(0x1a8)))return;const _0x4b18ff=_0x45d87d[_0x5cf36a(0x194)][_0x5cf36a(0x208)],_0x3c2b08=_0x5e4bce[_0x5cf36a(0x1a3)]()[_0x5cf36a(0x21a)](_0xfebd1e=>_0xfebd1e[_0x5cf36a(0x1ec)]&&_0xfebd1e[_0x5cf36a(0x194)]&&_0xfebd1e[_0x5cf36a(0x194)][_0x5cf36a(0x208)]==_0x4b18ff);_0x3c2b08[_0x5cf36a(0x1e1)]&&_0x45d87d[_0x5cf36a(0x230)]()[_0x5cf36a(0x1e1)]!=_0x3c2b08[_0x5cf36a(0x1e1)]&&_0x3c2b08[_0x5cf36a(0x209)]((_0x2e4e46,_0x5a1a0f)=>(_0x2e4e46[_0x5cf36a(0x1c3)]=_0x5a1a0f,_0x5a1a0f[_0x5cf36a(0x226)]=_0x2e4e46,_0x5a1a0f));};function _0xfaba44(_0xa30834,_0x3f2a92=!0x0){const _0x1a8c40=_0xf81608,{id:_0x2b2574}=_0x5e4bce[_0x1a8c40(0x236)](_0xa30834[_0x1a8c40(0x23a)]),_0x370267=[_0x1a8c40(0x184),_0x1a8c40(0x234)],_0x15e4d1=_0x5e4bce[_0x1a8c40(0x17e)][_0x1a8c40(0x20e)](_0xa30834[_0x1a8c40(0x23a)]);return _0x15e4d1&&_0x370267[_0x1a8c40(0x177)](_0x1a8c40(0x225)),{'classes':_0x370267,'attributes':{'data-suggestion':_0x2b2574},'priority':_0x15e4d1&&_0x3f2a92?0xbc2:0xbb8};}_0x5e4bce['on'](_0xf81608(0x1a2),_0x59bdf3,{'priority':_0xf81608(0x207)}),_0x5e4bce['on'](_0xf81608(0x23c),_0x59bdf3,{'priority':_0xf81608(0x207)}),_0x402078[_0xf81608(0x180)][_0xf81608(0x222)][_0xf81608(0x1b3)](()=>{const _0x5cb566=_0xf81608;let _0x28fa92=!0x1;const _0x439a3c=Array[_0x5cb566(0x190)](_0x402078[_0x5cb566(0x180)][_0x5cb566(0x222)][_0x5cb566(0x181)][_0x5cb566(0x1fd)]());for(const {name:_0x116439,data:_0x59482a}of _0x439a3c){const {group:_0x1303b8,type:_0x5d0e4a,id:_0x4654bf}=_0x5e4bce[_0x5cb566(0x236)](_0x116439);if(_0x5cb566(0x1e3)!=_0x1303b8||_0x5cb566(0x1e9)!=_0x5d0e4a||_0x59482a[_0x5cb566(0x21b)])continue;if(!_0x5e4bce[_0x5cb566(0x1bf)](_0x4654bf))continue;const _0x20dc1b=_0x5e4bce[_0x5cb566(0x1a4)](_0x4654bf)[_0x5cb566(0x204)](),_0x158b29=_0x402078[_0x5cb566(0x178)][_0x5cb566(0x1d8)](_0x5cb566(0x1b1))['me'];for(const _0xb007a0 of _0x5e4bce[_0x5cb566(0x1a3)]()){if(!_0xb007a0[_0x5cb566(0x1ec)]||_0xb007a0[_0x5cb566(0x201)]!=_0x158b29)continue;if(_0x5cb566(0x179)!=_0xb007a0[_0x5cb566(0x20a)]||_0x5cb566(0x211)!=_0xb007a0[_0x5cb566(0x240)])continue;if(_0xb007a0[_0x5cb566(0x204)]()[_0x5cb566(0x175)](_0x5a6862=>_0x20dc1b[_0x5cb566(0x193)](_0x449cbb=>_0x449cbb[_0x5cb566(0x1da)](_0x5a6862,!0x0)))){for(const _0x5066b6 of _0xb007a0[_0x5cb566(0x230)]())_0x5066b6[_0x5cb566(0x1ec)]&&(_0x5066b6[_0x5cb566(0x21e)](),_0x28fa92=!0x0);}}}return _0x28fa92;}),_0x402078[_0xf81608(0x180)][_0xf81608(0x222)][_0xf81608(0x1b3)](_0x185aab=>{const _0x5f5b6b=_0xf81608,_0x2c1e01=_0x402078[_0x5f5b6b(0x235)][_0x5f5b6b(0x1d8)](_0x5f5b6b(0x218));if(!_0x2c1e01||!_0x2c1e01[_0x5f5b6b(0x20f)][_0x5f5b6b(0x18a)](_0x185aab[_0x5f5b6b(0x19f)]))return!0x1;let _0x4fa565=!0x1;const _0x148a5e=_0x402078[_0x5f5b6b(0x178)][_0x5f5b6b(0x1d8)](_0x5f5b6b(0x1b1))['me'],_0x4c9f4c=_0x402078[_0x5f5b6b(0x180)][_0x5f5b6b(0x222)][_0x5f5b6b(0x181)][_0x5f5b6b(0x1fe)](),_0x4e6411=Array[_0x5f5b6b(0x190)](_0x402078[_0x5f5b6b(0x180)][_0x5f5b6b(0x222)][_0x5f5b6b(0x181)][_0x5f5b6b(0x1fd)]())[_0x5f5b6b(0x21a)](({name:_0x2e07f3,data:_0x19291d})=>{const _0xde025d=_0x5f5b6b,{group:_0x3ed6ba,subType:_0x3f5485,authorId:_0x42e781}=_0x5e4bce[_0xde025d(0x236)](_0x2e07f3);return _0xde025d(0x1e3)==_0x3ed6ba&&_0xde025d(0x1a8)==_0x3f5485&&_0x42e781==_0x148a5e['id']&&!_0x19291d[_0xde025d(0x21b)];});for(const _0x37f15c of _0x4c9f4c){if(_0x5f5b6b(0x1fa)!=_0x37f15c[_0x5f5b6b(0x20a)]||_0x5f5b6b(0x212)!=_0x37f15c[_0x5f5b6b(0x1dc)]||0x1!=_0x37f15c[_0x5f5b6b(0x1e1)])continue;const _0x3cae08=_0x185aab[_0x5f5b6b(0x1c9)](_0x37f15c[_0x5f5b6b(0x22c)],_0x37f15c[_0x5f5b6b(0x22c)][_0x5f5b6b(0x1a7)](0x1));if(!_0x4e6411[_0x5f5b6b(0x1cb)](({data:_0x380704})=>_0x380704[_0x5f5b6b(0x213)][_0x5f5b6b(0x195)](_0x3cae08))){for(const {name:_0x586861,data:_0x5d5bd3}of _0x4e6411)if(_0x3cae08[_0x5f5b6b(0x1da)](_0x5d5bd3[_0x5f5b6b(0x213)])){_0x185aab[_0x5f5b6b(0x219)](_0x586861,{'range':_0x3cae08}),_0x4fa565=!0x0;break;}}}return _0x4fa565;}),_0x402078[_0xf81608(0x180)][_0xf81608(0x222)][_0xf81608(0x1b3)](_0x4ce9b9=>{const _0x3e1d12=_0xf81608;let _0x4f058e=!0x1;const _0x38b34c=_0x402078[_0x3e1d12(0x178)][_0x3e1d12(0x1d8)](_0x3e1d12(0x1b1))['me'],_0x3958d7=_0x5e4bce[_0x3e1d12(0x1a3)]()[_0x3e1d12(0x21a)](_0x1e7b36=>_0x1e7b36[_0x3e1d12(0x1ec)]&&_0x1e7b36[_0x3e1d12(0x201)]==_0x38b34c),_0x3c11f9=new Set(),_0x22ede5=new Set();for(const _0x385467 of _0x3958d7)if(_0x3e1d12(0x1a8)==_0x385467[_0x3e1d12(0x240)])for(const _0x515a6f of _0x385467[_0x3e1d12(0x1c5)]()){const _0x407e0c=_0x515a6f[_0x3e1d12(0x214)]()[_0x3e1d12(0x1db)]();if(_0x407e0c){if(_0x407e0c['is'](_0x3e1d12(0x229),_0x3e1d12(0x212))&&Pe(_0x407e0c)){_0x385467[_0x3e1d12(0x198)](_0x515a6f[_0x3e1d12(0x1dc)]),_0x3c11f9[_0x3e1d12(0x185)](_0x407e0c),_0x4f058e=!0x0;const _0x5c9e1b=_0x407e0c[_0x3e1d12(0x1ee)],_0x444fa9=_0x407e0c[_0x3e1d12(0x1af)],_0x1f6084=_0x5c9e1b&&_0x5c9e1b['is'](_0x3e1d12(0x229),_0x3e1d12(0x212)),_0x44ea65=_0x444fa9&&_0x444fa9['is'](_0x3e1d12(0x229),_0x3e1d12(0x212));_0x1f6084&&!_0x3c11f9[_0x3e1d12(0x18a)](_0x5c9e1b)&&_0x22ede5[_0x3e1d12(0x185)](_0x5c9e1b),_0x44ea65&&!_0x3c11f9[_0x3e1d12(0x18a)](_0x444fa9)&&_0x22ede5[_0x3e1d12(0x185)](_0x444fa9);}else _0x407e0c['is'](_0x3e1d12(0x229),_0x3e1d12(0x1c6))&&_0x407e0c[_0x3e1d12(0x21d)]&&(_0x385467[_0x3e1d12(0x198)](_0x515a6f[_0x3e1d12(0x1dc)]),_0x4f058e=!0x0);}}else{if(_0x3e1d12(0x211)==_0x385467[_0x3e1d12(0x240)]){if(!_0x385467[_0x3e1d12(0x194)]||!_0x385467[_0x3e1d12(0x194)][_0x3e1d12(0x208)])continue;const _0x2b72e5=_0x385467[_0x3e1d12(0x194)][_0x3e1d12(0x20c)];if(_0x2b72e5&&Object[_0x3e1d12(0x1a6)](_0x2b72e5)[_0x3e1d12(0x1e1)])continue;const _0x25298d=_0x385467[_0x3e1d12(0x194)][_0x3e1d12(0x208)];let _0x5d8b7b=!0x0,_0x1a9cb7=!0x0;for(const _0x4a59bb of _0x3958d7)if(_0x4a59bb[_0x3e1d12(0x240)]&&_0x4a59bb[_0x3e1d12(0x240)][_0x3e1d12(0x1b2)](_0x3e1d12(0x1a8))){if(!_0x4a59bb[_0x3e1d12(0x194)][_0x3e1d12(0x208)]){_0x1a9cb7=!0x1;break;}if(_0x4a59bb['id']!=_0x385467['id']&&_0x4a59bb[_0x3e1d12(0x194)][_0x3e1d12(0x208)]==_0x25298d){_0x5d8b7b=!0x1;break;}}_0x1a9cb7&&_0x5d8b7b&&(_0x385467[_0x3e1d12(0x197)](),_0x4f058e=!0x0);}}for(const _0xb8a892 of _0x3c11f9)_0x4ce9b9[_0x3e1d12(0x1d2)](_0xb8a892);for(const _0x53b306 of _0x22ede5)_0x4ce9b9[_0x3e1d12(0x1d0)](_0x53b306);return _0x4f058e;}),_0x402078[_0xf81608(0x1e0)][_0xf81608(0x1ba)](_0xf81608(0x1b0))[_0xf81608(0x1b6)]({'model':_0xf81608(0x1bb),'view':(_0x131fa8,_0x23872b)=>_0xfaba44(_0x131fa8),'converterPriority':_0xf81608(0x207)}),_0x402078[_0xf81608(0x1e0)][_0xf81608(0x1ba)](_0xf81608(0x1b4))[_0xf81608(0x1b6)]({'model':_0xf81608(0x1bb),'view':(_0x3af297,_0x4f9cdb)=>_0x4f9cdb[_0xf81608(0x203)][_0xf81608(0x1e4)]?_0xfaba44(_0x3af297,!0x1):null,'converterPriority':_0xf81608(0x207)});const _0x478eae=_0x402078[_0xf81608(0x1ca)][_0xf81608(0x237)];this[_0xf81608(0x18e)](_0x478eae[_0xf81608(0x222)],_0xf81608(0x1dd),(_0x1f62c7,_0x471971)=>{const _0x18a911=_0xf81608,_0x25dec9=[];for(const _0x185c17 of _0x478eae[_0x18a911(0x19c)](_0x471971[_0x18a911(0x18b)])[_0x18a911(0x18f)]())_0x185c17['is'](_0x18a911(0x229),_0x18a911(0x17b))&&_0x25dec9[_0x18a911(0x177)](_0x185c17);_0x478eae[_0x18a911(0x192)](_0xc8273e=>{const _0x396812=_0x18a911;for(const _0x459551 of _0x25dec9)_0xc8273e[_0x396812(0x20b)](_0xc8273e[_0x396812(0x19c)](_0x459551),_0xc8273e[_0x396812(0x227)](_0x459551)),_0xc8273e[_0x396812(0x1d2)](_0x459551);});});}}function Pe(_0x40d344){const _0xda3bb5=_0x4d5c3b;if(_0x40d344[_0xda3bb5(0x21d)])return!0x0;const _0x3d1dd6=_0x40d344[_0xda3bb5(0x1be)](0x0);return _0x3d1dd6['is'](_0xda3bb5(0x229),_0xda3bb5(0x1c6))&&_0x3d1dd6[_0xda3bb5(0x21d)];}function he(_0x55923a,_0x155ebe={},_0x1794e0){const _0x518e3b=_0x4d5c3b;for(const {isAnchor:_0x2686fe,cellHeight:_0x125773,cellWidth:_0x15ffff}of _0x1794e0[_0x518e3b(0x1ad)](_0x55923a,{'includeAllSlots':!0x0,..._0x155ebe}))if(!_0x2686fe||0x1!=_0x125773||0x1!=_0x15ffff)return!0x1;return!0x0;}
|
|
23
|
+
const _0x4e386b=_0x4316;(function(_0x268cb2,_0x46e1b9){const _0x25fed9=_0x4316,_0x240c5f=_0x268cb2();while(!![]){try{const _0x1b150c=-parseInt(_0x25fed9(0x190))/0x1+-parseInt(_0x25fed9(0x189))/0x2+-parseInt(_0x25fed9(0xe5))/0x3*(-parseInt(_0x25fed9(0x182))/0x4)+-parseInt(_0x25fed9(0x13f))/0x5+-parseInt(_0x25fed9(0x130))/0x6+parseInt(_0x25fed9(0x12e))/0x7*(parseInt(_0x25fed9(0x176))/0x8)+parseInt(_0x25fed9(0x165))/0x9;if(_0x1b150c===_0x46e1b9)break;else _0x240c5f['push'](_0x240c5f['shift']());}catch(_0x49da06){_0x240c5f['push'](_0x240c5f['shift']());}}}(_0x4aab,0xd67a4));import{getTranslation as _0x4ff3aa}from'../utils/common-translations.js';import{Plugin as _0x475e43}from'ckeditor5/src/core.js';import{LiveRange as _0x30dfdb}from'ckeditor5/src/engine.js';import{uid as _0x118a34,priorities as _0x3046f3}from'ckeditor5/src/utils.js';function _0x4aab(){const _0xa8d8ee=['getTableIfOnlyTableInContent','accept','afterInit','nodeAfter','end','stop','value','forceDefaultExecution','rootName','suggestionLoaded','5795665XBkzfE','getSuggestion','getRowIndexes','getRanges','name','root','getSuggestionCallback','options','tableCellVerticalAlignment','registerPostFixer','suggestion:formatBlock:tablePasteCell','paragraph','column','markMultiRangeInsertion','_getCoordsForCells','*Replace\x20table\x20cells*','tablePasteCell','hasSuggestion','author','wrap','tablePaste','ck-suggestion-marker-insertion','deletion','nextSibling','isInContent','plugins','removeRows','ck-suggestion-marker','insert','selection','commands','documentSelection','TrackChangesEditing','type','previous','insertRows','for','ck-suggestion-marker--active','30843504hsiLWb','setAttribute','entries','Users','$graveyard','model','getItems','markMultiRangeBlockFormat','cell','markerName','conversion','removeMarkers','tableCellBackgroundColor','reduce','markMultiRangeDeletion','unwrap','some','480sCnrZA','dataDowncast','markerAttributes','setAttributes','has','editing','next','start','activeMarkers','clipboardOutput','createPositionBefore','high','11128lyYlZr','elementToElement','includes','updateMarker','detach','columnInsertionRanges','TableClipboard','762928rELHwu','tablePasteColumn','createRangeOn','isEqual','tableCellBorderColor','findAncestor','add','1307201hjGvwA','_tablePostFixingSubtypes','tableCellBorderStyle','previousSibling','schema','getAttributes','find','markers','editor','element','rows','getContainedElement','getColumnIndexes','suggestionUnloaded','move','markerToHighlight','oldRange','tablePasteRow','map','getShiftedBy','tableCellBorderWidth','rowInsertionRanges','insertColumns','insertContent','endRow','first','_suggestionFactory','insertionRanges','return','isEmpty','deletionRanges','fill','rowInsertionIndexes','1218DzWoZJ','fromRange','tablePasteChainId','trackChanges','keys','fromEntries','table','requires','register','tableCellPadding','removeColumns','remove','from','newRange','tableCellHorizontalAlignment','cells','view','join','registerCustomCallback','filter','startsWith','getColumns','endColumn','getChildren','call','getMarkers','getAllAdjacentSuggestions','differ','columns','_replaceTableSlotCell','_descriptionFactory','change','getRows','createRangeIn','getChangedMarkers','getSuggestions','insertion','createRange','get','set','tableCellSuggestion','attributes','forEach','getSelectionAffectedTableCells','getChild','TableUtils','document','formatBlock','suggestion','last','suggestion-td','columnInsertionIndexes','containsRange','subType','_splitMarkerName','length','getChanges','editingDowncast','removeMarker','discard','showSuggestionHighlights','registerDescriptionCallback','_createdBatches','createTableWalker','redo','every','position','row','tableCell','getRange','content','listenTo','createElement','91112PNjFle','push','9667260LqEgqr','batch','low','_isForcedDefaultExecutionBlock','locale'];_0x4aab=function(){return _0xa8d8ee;};return _0x4aab();}import _0x126310 from'./table.js';const ge=[_0x4e386b(0xd8),_0x4e386b(0x18d),_0x4e386b(0x192),_0x4e386b(0xf3),_0x4e386b(0x147),_0x4e386b(0x171),_0x4e386b(0xee)],Ce=Object[_0x4e386b(0xea)](ge[_0x4e386b(0xd6)](_0xc6f655=>[_0xc6f655,null]));function _0x4316(_0x32588c,_0x5b2b55){const _0x4aab2d=_0x4aab();return _0x4316=function(_0x431673,_0x5407d4){_0x431673=_0x431673-0xce;let _0x3be56c=_0x4aab2d[_0x431673];return _0x3be56c;},_0x4316(_0x32588c,_0x5b2b55);}export default class It extends _0x475e43{static get[_0x4e386b(0xec)](){return[_0x126310];}[_0x4e386b(0x137)](){const _0xc796db=_0x4e386b,_0x3ce570=this[_0xc796db(0x198)];if(!_0x3ce570[_0xc796db(0x158)][_0xc796db(0x17a)](_0xc796db(0x188)))return;const _0x5c4edf=_0x3ce570[_0xc796db(0x158)][_0xc796db(0x10b)](_0xc796db(0x15f)),_0x1006cf=_0x3ce570[_0xc796db(0x158)][_0xc796db(0x10b)](_0xc796db(0x112)),_0x4bdae2=_0x3ce570[_0xc796db(0x158)][_0xc796db(0x10b)](_0x126310),_0x3001b4=_0x3ce570[_0xc796db(0x158)][_0xc796db(0x10b)](_0xc796db(0x188));_0x4bdae2[_0xc796db(0x191)][_0xc796db(0x12f)](_0xc796db(0xd5),_0xc796db(0x18a)),_0x3ce570[_0xc796db(0x16a)][_0xc796db(0x194)][_0xc796db(0xed)](_0xc796db(0x10d),{'allowIn':_0xc796db(0x129),'allowContentOf':_0xc796db(0x129),'isLimit':!0x0}),_0x3ce570[_0xc796db(0x16f)][_0xc796db(0x183)]({'model':_0xc796db(0x10d),'view':_0xc796db(0x117)});let _0x31dd04=null;_0x3ce570[_0xc796db(0x16a)]['on'](_0xc796db(0xdb),(_0x107c82,_0x2cb8a7)=>{const _0x493d06=_0xc796db,[_0x4a9a14,_0x164450]=_0x2cb8a7,_0x4bf158=_0x2cb8a7[_0x2cb8a7[_0x493d06(0x11c)]-0x1];_0x4bf158&&_0x4bf158[_0x493d06(0x13c)]||_0x5c4edf[_0x493d06(0x133)]||this[_0x493d06(0x198)][_0x493d06(0x15d)][_0x493d06(0x10b)](_0x493d06(0xe8))[_0x493d06(0x13b)]&&function(_0x23f0e0,_0x41a065,_0x1af895,_0x32e210,_0x16c058){const _0x4207c1=_0x493d06;if(_0x41a065&&!_0x41a065['is'](_0x4207c1(0x15e)))return!0x1;const _0x495d89=_0x16c058[_0x4207c1(0x135)](_0x23f0e0,_0x1af895);if(!_0x495d89||!he(_0x495d89,void 0x0,_0x32e210))return!0x1;const _0x24c259=_0x32e210[_0x4207c1(0x110)](_0x1af895[_0x4207c1(0x113)][_0x4207c1(0x15c)]);if(!_0x24c259[_0x4207c1(0x11c)])return!0x1;const _0x7308fe=_0x24c259[0x0][_0x4207c1(0x18e)](_0x4207c1(0xeb)),_0x7c463c=_0x32e210[_0x4207c1(0x141)](_0x24c259),_0x45825d=_0x32e210[_0x4207c1(0xd0)](_0x24c259),_0x1f1f7b={'startRow':_0x7c463c[_0x4207c1(0xdd)],'endRow':_0x7c463c[_0x4207c1(0x116)],'startColumn':_0x45825d[_0x4207c1(0xdd)],'endColumn':_0x45825d[_0x4207c1(0x116)]};return 0x1==_0x24c259[_0x4207c1(0x11c)]&&(_0x1f1f7b[_0x4207c1(0xdc)]+=_0x32e210[_0x4207c1(0x105)](_0x495d89)-0x1,_0x1f1f7b[_0x4207c1(0xfb)]+=_0x32e210[_0x4207c1(0xfa)](_0x495d89)-0x1),he(_0x7308fe,_0x1f1f7b,_0x32e210);}(_0x4a9a14,_0x164450,_0x3ce570[_0x493d06(0x16a)],_0x1006cf,_0x3001b4)&&(_0x107c82[_0x493d06(0x13a)](),_0x31dd04={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x3ce570[_0x493d06(0x16a)][_0x493d06(0x104)](()=>{const _0xca6d40=_0x493d06;_0x3ce570[_0xca6d40(0x16a)][_0xca6d40(0xdb)](_0x2cb8a7[0x0],_0x2cb8a7[0x1],_0x2cb8a7[0x2],{'forceDefaultExecution':!0x0});const _0x3e32a6=_0x118a34(),{rowInsertionRanges:_0x3aa2ca,columnInsertionRanges:_0x398916,insertionRanges:_0x24d38c,deletionRanges:_0x1dbddd,cells:_0x4320e5}=_0x31dd04;_0x3aa2ca[_0xca6d40(0x11c)]&&_0x5c4edf[_0xca6d40(0x14c)](_0x3aa2ca,_0xca6d40(0xd5),{'tablePasteChainId':_0x3e32a6}),_0x398916[_0xca6d40(0x11c)]&&_0x5c4edf[_0xca6d40(0x14c)](_0x398916,_0xca6d40(0x18a),{'tablePasteChainId':_0x3e32a6}),_0x24d38c[_0xca6d40(0x11c)]&&(_0x5c4edf[_0xca6d40(0x14c)](_0x24d38c,_0xca6d40(0x153),{'tablePasteChainId':_0x3e32a6,'skipNestingCheck':!0x0}),_0x24d38c[_0xca6d40(0x10f)](_0x102a2f=>{const _0x31373e=_0xca6d40;var _0xbb9b87;return null===(_0xbb9b87=_0x102a2f[_0x31373e(0x186)])||void 0x0===_0xbb9b87?void 0x0:_0xbb9b87[_0x31373e(0xfd)](_0x102a2f);})),_0x1dbddd[_0xca6d40(0x11c)]&&(_0x5c4edf[_0xca6d40(0x173)](_0x1dbddd,_0xca6d40(0x153),{'tablePasteChainId':_0x3e32a6,'skipNestingCheck':!0x0}),_0x1dbddd[_0xca6d40(0x10f)](_0x66d11c=>{const _0x23b33d=_0xca6d40;var _0x20b114;return null===(_0x20b114=_0x66d11c[_0x23b33d(0x186)])||void 0x0===_0x20b114?void 0x0:_0x20b114[_0x23b33d(0xfd)](_0x66d11c);}));const _0x42c752=_0x5c4edf[_0xca6d40(0x16c)](_0x4320e5[_0xca6d40(0xd6)](({element:_0x299971})=>_0x299971),{'formatGroupId':_0x118a34()},[],_0xca6d40(0x14f),{'tablePasteChainId':_0x3e32a6});if(_0x42c752){const _0x20b29b=_0x42c752[_0xca6d40(0xfe)](),_0x2199c5=[];for(const {element:_0x185263,attributes:_0x27816f}of _0x4320e5){if(!_0x27816f)continue;const _0x11b19e=_0x3ce570[_0xca6d40(0x16a)][_0xca6d40(0x18b)](_0x185263),_0x15261d=_0x20b29b[_0xca6d40(0x196)](_0x5dde4f=>_0x5dde4f[_0xca6d40(0x12a)]()[_0xca6d40(0x18c)](_0x11b19e));_0x15261d&&_0x2199c5[_0xca6d40(0x12f)]([_0x15261d[_0xca6d40(0x143)],_0x27816f]);}_0x2199c5[_0xca6d40(0x11c)]&&_0x42c752[_0xca6d40(0x166)](_0xca6d40(0x178),Object[_0xca6d40(0xea)](_0x2199c5));}_0x31dd04=null;}));},{'priority':_0x3046f3[_0xc796db(0x181)]+0xa}),_0x3ce570[_0xc796db(0x158)][_0xc796db(0x10b)](_0xc796db(0x188))['on'](_0xc796db(0x102),(_0x44b6b6,_0x276605)=>{const _0x2cdd69=_0xc796db,[_0x1c1c36,_0x597afc,,_0x2a47b6]=_0x276605;if(!_0x31dd04)return;_0x44b6b6[_0x2cdd69(0x13a)]();const _0x3782b7=_0x1c1c36[_0x2cdd69(0x16d)],_0x2fd271=_0x597afc,_0x5ab8da=Pe(_0x3782b7),_0x4d97b8=Pe(_0x2fd271);_0x44b6b6[_0x2cdd69(0xe0)]=_0x3782b7;let _0x4c3c91=null,_0x4be7f7=null;if(_0x4d97b8||_0x5ab8da){if(_0x5ab8da&&!_0x4d97b8){_0x2a47b6[_0x2cdd69(0xf0)](_0x3782b7[_0x2cdd69(0x111)](0x0));for(const _0x291a19 of Array[_0x2cdd69(0xf1)](_0x2fd271[_0x2cdd69(0xfc)]()))_0x2a47b6[_0x2cdd69(0x15b)](_0x291a19,_0x3782b7,_0x2cdd69(0x139));const _0x19f8c3=_0x31dd04[_0x2cdd69(0xe4)][_0x2cdd69(0x184)](_0x1c1c36[_0x2cdd69(0x128)]),_0x22e68c=_0x31dd04[_0x2cdd69(0x118)][_0x2cdd69(0x184)](_0x1c1c36[_0x2cdd69(0x14b)]);_0x19f8c3||_0x22e68c||(_0x4c3c91=_0x30dfdb[_0x2cdd69(0xe6)](_0x2a47b6[_0x2cdd69(0x106)](_0x3782b7)));}else _0x4d97b8&&!_0x5ab8da&&(_0x4be7f7=_0x2a47b6[_0x2cdd69(0x106)](_0x3782b7));}else{const _0x1a0603=_0x2a47b6[_0x2cdd69(0x12d)](_0x2cdd69(0x10d)),_0x39640e=_0x2a47b6[_0x2cdd69(0x12d)](_0x2cdd69(0x10d));_0x2a47b6[_0x2cdd69(0x152)](_0x2a47b6[_0x2cdd69(0x106)](_0x3782b7),_0x39640e),_0x2a47b6[_0x2cdd69(0x15b)](_0x1a0603,_0x3782b7,0x0);for(const _0x3f0de8 of Array[_0x2cdd69(0xf1)](_0x2fd271[_0x2cdd69(0xfc)]()))_0x2a47b6[_0x2cdd69(0x15b)](_0x3f0de8,_0x1a0603,_0x2cdd69(0x139));_0x4c3c91=_0x30dfdb[_0x2cdd69(0xe6)](_0x2a47b6[_0x2cdd69(0x18b)](_0x1a0603)),_0x4be7f7=_0x30dfdb[_0x2cdd69(0xe6)](_0x2a47b6[_0x2cdd69(0x18b)](_0x39640e));}const _0xba4dd3=Array[_0x2cdd69(0xf1)](_0x2fd271[_0x2cdd69(0x195)]())[_0x2cdd69(0xf8)](([_0x5655e1])=>ge[_0x2cdd69(0x184)](_0x5655e1));_0x31dd04[_0x2cdd69(0xf4)][_0x2cdd69(0x12f)]({'element':_0x3782b7,'attributes':_0xba4dd3[_0x2cdd69(0x11c)]?Object[_0x2cdd69(0xea)](_0xba4dd3):null}),_0x4c3c91&&_0x31dd04[_0x2cdd69(0xdf)][_0x2cdd69(0x12f)](_0x4c3c91),_0x4be7f7&&_0x31dd04[_0x2cdd69(0xe2)][_0x2cdd69(0x12f)](_0x4be7f7);},{'priority':_0xc796db(0x181)}),_0x1006cf['on'](_0xc796db(0xda),(_0x5b5f29,_0x17dc13)=>{const _0x98deab=_0xc796db,[_0x276c47,_0x3d00a4={}]=_0x17dc13;if(!_0x31dd04)return;const _0x56e5c6=_0x3d00a4['at']||0x0,_0x65775e=_0x3d00a4[_0x98deab(0x101)]||0x1;_0x31dd04[_0x98deab(0x118)]=new Array(_0x65775e)[_0x98deab(0xe3)](_0x56e5c6)[_0x98deab(0xd6)]((_0x131ffd,_0x295df3)=>_0x131ffd+_0x295df3);for(const {cell:_0x983646}of _0x1006cf[_0x98deab(0x124)](_0x276c47,{'startColumn':_0x56e5c6,'endColumn':_0x56e5c6+_0x65775e-0x1}))_0x31dd04[_0x98deab(0x187)][_0x98deab(0x12f)](_0x3ce570[_0x98deab(0x16a)][_0x98deab(0x18b)](_0x983646));},{'priority':_0xc796db(0x132)}),_0x1006cf['on'](_0xc796db(0x162),(_0x328509,_0x53425f)=>{const _0x4041d1=_0xc796db,[_0x5e0672,_0x2f957e={}]=_0x53425f;if(!_0x31dd04)return;const _0xc1de7f=_0x2f957e['at']||0x0,_0x43ed53=_0x2f957e[_0x4041d1(0xce)]||0x1;_0x31dd04[_0x4041d1(0xe4)]=new Array(_0x43ed53)[_0x4041d1(0xe3)](_0xc1de7f)[_0x4041d1(0xd6)]((_0x42dde2,_0x9e0c5d)=>_0x42dde2+_0x9e0c5d);for(const {cell:_0x1c4e92}of _0x1006cf[_0x4041d1(0x124)](_0x5e0672,{'startRow':_0xc1de7f,'endRow':_0xc1de7f+_0x43ed53-0x1}))_0x31dd04[_0x4041d1(0xd9)][_0x4041d1(0x12f)](_0x3ce570[_0x4041d1(0x16a)][_0x4041d1(0x18b)](_0x1c4e92));},{'priority':_0xc796db(0x132)}),_0x5c4edf[_0xc796db(0x103)][_0xc796db(0x122)](_0xf2f85a=>{const _0x31f5f2=_0xc796db;if(_0xf2f85a[_0x31f5f2(0x11a)]&&_0xf2f85a[_0x31f5f2(0x11a)][_0x31f5f2(0xf9)](_0x31f5f2(0x153)))return _0xf2f85a[_0x31f5f2(0x161)]?{}:{'type':_0x31f5f2(0x109),'content':_0x4ff3aa(_0x3ce570[_0x31f5f2(0x134)],_0x31f5f2(0x14e))};});const _0x11b3a6=()=>!0x1;for(const _0x17e972 of[_0xc796db(0x153),_0xc796db(0x18a),_0xc796db(0xd5),_0xc796db(0x14f)])_0x5c4edf[_0xc796db(0xde)][_0xc796db(0xf7)](_0xc796db(0x109),_0x17e972,_0xc796db(0xf6),_0x11b3a6),_0x5c4edf[_0xc796db(0xde)][_0xc796db(0xf7)](_0xc796db(0x155),_0x17e972,_0xc796db(0xf6),_0x11b3a6),_0x5c4edf[_0xc796db(0xde)][_0xc796db(0xf7)](_0xc796db(0x114),_0x17e972,_0xc796db(0xf6),_0x11b3a6);_0x5c4edf[_0xc796db(0xde)][_0xc796db(0xf7)](_0xc796db(0x114),_0xc796db(0x14f),_0xc796db(0x120),_0x11b3a6),_0x5c4edf[_0xc796db(0xde)][_0xc796db(0xf7)](_0xc796db(0x114),_0xc796db(0x14f),_0xc796db(0x136),(_0xaed056,_0x7ad316,_0x2d0652)=>{const _0x277dbc=_0xc796db,_0x3de4db=_0xaed056[_0x277dbc(0xd6)](_0x4314bc=>_0x4314bc[_0x277dbc(0xcf)]())[_0x277dbc(0xf8)](_0x134f09=>_0x134f09),_0x3c6146=new Map(_0x3de4db[_0x277dbc(0xd6)](_0x7bc3c9=>[_0x7bc3c9,null]));if(_0x31dd04){for(const {element:_0x2b8556,attributes:_0x331105}of _0x31dd04[_0x277dbc(0xf4)])_0x331105&&_0x3c6146[_0x277dbc(0x10c)](_0x2b8556,_0x331105);}else{if(_0x2d0652&&_0x2d0652[_0x277dbc(0x178)])for(const [_0x223f5b,_0x3923b0]of Object[_0x277dbc(0x167)](_0x2d0652[_0x277dbc(0x178)])){const _0x4f9171=_0x3ce570[_0x277dbc(0x16a)][_0x277dbc(0x197)][_0x277dbc(0x10b)](_0x223f5b),_0x25966c=_0x4f9171?_0x4f9171[_0x277dbc(0x12a)]()[_0x277dbc(0xcf)]():null;_0x25966c&&_0x3c6146[_0x277dbc(0x10c)](_0x25966c,_0x3923b0);}}_0x3ce570[_0x277dbc(0x16a)][_0x277dbc(0x104)](_0x49c480=>{const _0x2a1d73=_0x277dbc;for(const [_0xe04ff6,_0x1fed2c]of _0x3c6146)_0x49c480[_0x2a1d73(0x179)]({...Ce,..._0x1fed2c},_0xe04ff6);});});const _0x139f6d=(_0x55be81,_0x5e07f1)=>{const _0x25fdea=_0xc796db;_0x5c4edf[_0x25fdea(0xde)][_0x25fdea(0xf7)](_0x55be81,_0x25fdea(0x153),_0x5e07f1,(_0x54aeef,_0x44f1f4,_0x46660f)=>{const _0x4b57ad=_0x25fdea;_0x3ce570[_0x4b57ad(0x16a)][_0x4b57ad(0x104)](_0x295c58=>{const _0x3f4b6b=_0x4b57ad,_0x3a8d2c=[];for(const _0x26c84b of _0x54aeef){const _0x4c9242=_0x26c84b[_0x3f4b6b(0x17d)][_0x3f4b6b(0x138)];_0x4c9242['is'](_0x3f4b6b(0x199),_0x3f4b6b(0x10d))&&_0x3a8d2c[_0x3f4b6b(0x12f)](_0x4c9242);}_0x5c4edf[_0x3f4b6b(0xde)][_0x3f4b6b(0x145)](_0x55be81,null,_0x5e07f1)(_0x54aeef,_0x44f1f4,_0x46660f);for(const _0x91aa1f of _0x3a8d2c)_0x3f4b6b(0x169)!=_0x91aa1f[_0x3f4b6b(0x144)][_0x3f4b6b(0x13d)]&&_0x295c58[_0x3f4b6b(0x174)](_0x91aa1f);});});};_0x139f6d(_0xc796db(0x109),_0xc796db(0x136)),_0x139f6d(_0xc796db(0x109),_0xc796db(0x120)),_0x139f6d(_0xc796db(0x155),_0xc796db(0x136)),_0x139f6d(_0xc796db(0x155),_0xc796db(0x120)),_0x5c4edf[_0xc796db(0xde)][_0xc796db(0xf7)](_0xc796db(0x109),_0xc796db(0xd5),_0xc796db(0x120),_0x18ecc2=>{const _0x155f0e=_0xc796db,_0x107527=_0x18ecc2[_0x155f0e(0xd6)](_0x2e7885=>_0x2e7885[_0x155f0e(0xcf)]()),_0x5c240d=_0x107527[0x0][_0x155f0e(0x18e)](_0x155f0e(0xeb)),{minRow:_0x378e3b,maxRow:_0x2bdf79}=_0x4bdae2[_0x155f0e(0x14d)](_0x107527);_0x1006cf[_0x155f0e(0x159)](_0x5c240d,{'at':_0x378e3b,'rows':_0x2bdf79-_0x378e3b+0x1});}),_0x5c4edf[_0xc796db(0xde)][_0xc796db(0xf7)](_0xc796db(0x109),_0xc796db(0x18a),_0xc796db(0x120),_0x5d592f=>{const _0x367c64=_0xc796db,_0x23a32a=_0x5d592f[_0x367c64(0xd6)](_0x546d5e=>_0x546d5e[_0x367c64(0xcf)]()),_0xba111a=_0x23a32a[0x0][_0x367c64(0x18e)](_0x367c64(0xeb)),{minColumn:_0x4b6762,maxColumn:_0x217dbe}=_0x4bdae2[_0x367c64(0x14d)](_0x23a32a);_0x1006cf[_0x367c64(0xef)](_0xba111a,{'at':_0x4b6762,'columns':_0x217dbe-_0x4b6762+0x1});});const _0x2f0c1f=(_0x571f38,_0x110e7b)=>{const _0x3b5303=_0xc796db;if(!_0x110e7b[_0x3b5303(0x11a)]||!_0x110e7b[_0x3b5303(0x11a)][_0x3b5303(0xf9)](_0x3b5303(0x153)))return;const _0x3b04de=_0x110e7b[_0x3b5303(0x10e)][_0x3b5303(0xe7)],_0x42295d=_0x5c4edf[_0x3b5303(0x108)]()[_0x3b5303(0xf8)](_0x1f8c49=>_0x1f8c49[_0x3b5303(0x157)]&&_0x1f8c49[_0x3b5303(0x10e)]&&_0x1f8c49[_0x3b5303(0x10e)][_0x3b5303(0xe7)]==_0x3b04de);_0x42295d[_0x3b5303(0x11c)]&&_0x110e7b[_0x3b5303(0xff)]()[_0x3b5303(0x11c)]!=_0x42295d[_0x3b5303(0x11c)]&&_0x42295d[_0x3b5303(0x172)]((_0x349da3,_0x18d466)=>(_0x349da3[_0x3b5303(0x17c)]=_0x18d466,_0x18d466[_0x3b5303(0x161)]=_0x349da3,_0x18d466));};function _0x52c863(_0xaf9c26,_0x39c55c=!0x0){const _0x261ba4=_0xc796db,{id:_0x363c7b}=_0x5c4edf[_0x261ba4(0x11b)](_0xaf9c26[_0x261ba4(0x16e)]),_0x5e1d00=[_0x261ba4(0x15a),_0x261ba4(0x154)],_0x468904=_0x5c4edf[_0x261ba4(0x17e)][_0x261ba4(0x184)](_0xaf9c26[_0x261ba4(0x16e)]);return _0x468904&&_0x5e1d00[_0x261ba4(0x12f)](_0x261ba4(0x164)),{'classes':_0x5e1d00,'attributes':{'data-suggestion':_0x363c7b},'priority':_0x468904&&_0x39c55c?0xbc2:0xbb8};}_0x5c4edf['on'](_0xc796db(0x13e),_0x2f0c1f,{'priority':_0xc796db(0x181)}),_0x5c4edf['on'](_0xc796db(0xd1),_0x2f0c1f,{'priority':_0xc796db(0x181)}),_0x3ce570[_0xc796db(0x16a)][_0xc796db(0x113)][_0xc796db(0x148)](()=>{const _0xf791e0=_0xc796db;let _0x2a57d3=!0x1;const _0x42779a=Array[_0xf791e0(0xf1)](_0x3ce570[_0xf791e0(0x16a)][_0xf791e0(0x113)][_0xf791e0(0x100)][_0xf791e0(0x107)]());for(const {name:_0x2aed81,data:_0x53ee7a}of _0x42779a){const {group:_0x49b672,type:_0x4641dc,id:_0x1ee6b2}=_0x5c4edf[_0xf791e0(0x11b)](_0x2aed81);if(_0xf791e0(0x115)!=_0x49b672||_0xf791e0(0x155)!=_0x4641dc||_0x53ee7a[_0xf791e0(0xd4)])continue;if(!_0x5c4edf[_0xf791e0(0x150)](_0x1ee6b2))continue;const _0xcdf2d0=_0x5c4edf[_0xf791e0(0x140)](_0x1ee6b2)[_0xf791e0(0x142)](),_0x2d3a90=_0x3ce570[_0xf791e0(0x158)][_0xf791e0(0x10b)](_0xf791e0(0x168))['me'];for(const _0x2b253f of _0x5c4edf[_0xf791e0(0x108)]()){if(!_0x2b253f[_0xf791e0(0x157)]||_0x2b253f[_0xf791e0(0x151)]!=_0x2d3a90)continue;if(_0xf791e0(0x114)!=_0x2b253f[_0xf791e0(0x160)]||_0xf791e0(0x14f)!=_0x2b253f[_0xf791e0(0x11a)])continue;if(_0x2b253f[_0xf791e0(0x142)]()[_0xf791e0(0x126)](_0x3c6ea6=>_0xcdf2d0[_0xf791e0(0x175)](_0x426f66=>_0x426f66[_0xf791e0(0x119)](_0x3c6ea6,!0x0)))){for(const _0x25c1f1 of _0x2b253f[_0xf791e0(0xff)]())_0x25c1f1[_0xf791e0(0x157)]&&(_0x25c1f1[_0xf791e0(0x120)](),_0x2a57d3=!0x0);}}}return _0x2a57d3;}),_0x3ce570[_0xc796db(0x16a)][_0xc796db(0x113)][_0xc796db(0x148)](_0x6f17c9=>{const _0x2c4e79=_0xc796db,_0x45e788=_0x3ce570[_0x2c4e79(0x15d)][_0x2c4e79(0x10b)](_0x2c4e79(0x125));if(!_0x45e788||!_0x45e788[_0x2c4e79(0x123)][_0x2c4e79(0x17a)](_0x6f17c9[_0x2c4e79(0x131)]))return!0x1;let _0x31cba8=!0x1;const _0x558840=_0x3ce570[_0x2c4e79(0x158)][_0x2c4e79(0x10b)](_0x2c4e79(0x168))['me'],_0x55ae9b=_0x3ce570[_0x2c4e79(0x16a)][_0x2c4e79(0x113)][_0x2c4e79(0x100)][_0x2c4e79(0x11d)](),_0x52d286=Array[_0x2c4e79(0xf1)](_0x3ce570[_0x2c4e79(0x16a)][_0x2c4e79(0x113)][_0x2c4e79(0x100)][_0x2c4e79(0x107)]())[_0x2c4e79(0xf8)](({name:_0x51d4b6,data:_0x498f0f})=>{const _0x2fef4b=_0x2c4e79,{group:_0x3ee167,subType:_0x35a3a0,authorId:_0x500274}=_0x5c4edf[_0x2fef4b(0x11b)](_0x51d4b6);return _0x2fef4b(0x115)==_0x3ee167&&_0x2fef4b(0x153)==_0x35a3a0&&_0x500274==_0x558840['id']&&!_0x498f0f[_0x2fef4b(0xd4)];});for(const _0x32569b of _0x55ae9b){if(_0x2c4e79(0x15b)!=_0x32569b[_0x2c4e79(0x160)]||_0x2c4e79(0x10d)!=_0x32569b[_0x2c4e79(0x143)]||0x1!=_0x32569b[_0x2c4e79(0x11c)])continue;const _0x505d8f=_0x6f17c9[_0x2c4e79(0x10a)](_0x32569b[_0x2c4e79(0x127)],_0x32569b[_0x2c4e79(0x127)][_0x2c4e79(0xd7)](0x1));if(!_0x52d286[_0x2c4e79(0x196)](({data:_0x5c68d4})=>_0x5c68d4[_0x2c4e79(0xf2)][_0x2c4e79(0x18c)](_0x505d8f))){for(const {name:_0x492a3a,data:_0xd4a75d}of _0x52d286)if(_0x505d8f[_0x2c4e79(0x119)](_0xd4a75d[_0x2c4e79(0xf2)])){_0x6f17c9[_0x2c4e79(0x185)](_0x492a3a,{'range':_0x505d8f}),_0x31cba8=!0x0;break;}}}return _0x31cba8;}),_0x3ce570[_0xc796db(0x16a)][_0xc796db(0x113)][_0xc796db(0x148)](_0x45b8be=>{const _0x1a650a=_0xc796db;let _0x3f5aea=!0x1;const _0x16bd0a=_0x3ce570[_0x1a650a(0x158)][_0x1a650a(0x10b)](_0x1a650a(0x168))['me'],_0x468302=_0x5c4edf[_0x1a650a(0x108)]()[_0x1a650a(0xf8)](_0x9e223=>_0x9e223[_0x1a650a(0x157)]&&_0x9e223[_0x1a650a(0x151)]==_0x16bd0a),_0x3570f5=new Set(),_0x46a826=new Set();for(const _0x9805fd of _0x468302)if(_0x1a650a(0x153)==_0x9805fd[_0x1a650a(0x11a)])for(const _0x25eff3 of _0x9805fd[_0x1a650a(0xfe)]()){const _0x4dd78d=_0x25eff3[_0x1a650a(0x12a)]()[_0x1a650a(0xcf)]();if(_0x4dd78d){if(_0x4dd78d['is'](_0x1a650a(0x199),_0x1a650a(0x10d))&&Pe(_0x4dd78d)){_0x9805fd[_0x1a650a(0x11f)](_0x25eff3[_0x1a650a(0x143)]),_0x3570f5[_0x1a650a(0x18f)](_0x4dd78d),_0x3f5aea=!0x0;const _0xec7dea=_0x4dd78d[_0x1a650a(0x156)],_0x2b0c23=_0x4dd78d[_0x1a650a(0x193)],_0xd81fa0=_0xec7dea&&_0xec7dea['is'](_0x1a650a(0x199),_0x1a650a(0x10d)),_0x36a3e8=_0x2b0c23&&_0x2b0c23['is'](_0x1a650a(0x199),_0x1a650a(0x10d));_0xd81fa0&&!_0x3570f5[_0x1a650a(0x17a)](_0xec7dea)&&_0x46a826[_0x1a650a(0x18f)](_0xec7dea),_0x36a3e8&&!_0x3570f5[_0x1a650a(0x17a)](_0x2b0c23)&&_0x46a826[_0x1a650a(0x18f)](_0x2b0c23);}else _0x4dd78d['is'](_0x1a650a(0x199),_0x1a650a(0x14a))&&_0x4dd78d[_0x1a650a(0xe1)]&&(_0x9805fd[_0x1a650a(0x11f)](_0x25eff3[_0x1a650a(0x143)]),_0x3f5aea=!0x0);}}else{if(_0x1a650a(0x14f)==_0x9805fd[_0x1a650a(0x11a)]){if(!_0x9805fd[_0x1a650a(0x10e)]||!_0x9805fd[_0x1a650a(0x10e)][_0x1a650a(0xe7)])continue;const _0xa96b93=_0x9805fd[_0x1a650a(0x10e)][_0x1a650a(0x178)];if(_0xa96b93&&Object[_0x1a650a(0xe9)](_0xa96b93)[_0x1a650a(0x11c)])continue;const _0x2f8f28=_0x9805fd[_0x1a650a(0x10e)][_0x1a650a(0xe7)];let _0x1c22b4=!0x0,_0x273bda=!0x0;for(const _0x453f0e of _0x468302)if(_0x453f0e[_0x1a650a(0x11a)]&&_0x453f0e[_0x1a650a(0x11a)][_0x1a650a(0xf9)](_0x1a650a(0x153))){if(!_0x453f0e[_0x1a650a(0x10e)][_0x1a650a(0xe7)]){_0x273bda=!0x1;break;}if(_0x453f0e['id']!=_0x9805fd['id']&&_0x453f0e[_0x1a650a(0x10e)][_0x1a650a(0xe7)]==_0x2f8f28){_0x1c22b4=!0x1;break;}}_0x273bda&&_0x1c22b4&&(_0x9805fd[_0x1a650a(0x170)](),_0x3f5aea=!0x0);}}for(const _0x3d94d9 of _0x3570f5)_0x45b8be[_0x1a650a(0xf0)](_0x3d94d9);for(const _0x5b8632 of _0x46a826)_0x45b8be[_0x1a650a(0x174)](_0x5b8632);return _0x3f5aea;}),_0x3ce570[_0xc796db(0x16f)][_0xc796db(0x163)](_0xc796db(0x11e))[_0xc796db(0xd3)]({'model':_0xc796db(0x149),'view':(_0x5d46d4,_0x24f8b6)=>_0x52c863(_0x5d46d4),'converterPriority':_0xc796db(0x181)}),_0x3ce570[_0xc796db(0x16f)][_0xc796db(0x163)](_0xc796db(0x177))[_0xc796db(0xd3)]({'model':_0xc796db(0x149),'view':(_0x34e23f,_0x3d396b)=>_0x3d396b[_0xc796db(0x146)][_0xc796db(0x121)]?_0x52c863(_0x34e23f,!0x1):null,'converterPriority':_0xc796db(0x181)});const _0x165525=_0x3ce570[_0xc796db(0x17b)][_0xc796db(0xf5)];this[_0xc796db(0x12c)](_0x165525[_0xc796db(0x113)],_0xc796db(0x17f),(_0x5d1dd9,_0x104890)=>{const _0x1d7e99=_0xc796db,_0xbad4f9=[];for(const _0x3a4dad of _0x165525[_0x1d7e99(0x106)](_0x104890[_0x1d7e99(0x12b)])[_0x1d7e99(0x16b)]())_0x3a4dad['is'](_0x1d7e99(0x199),_0x1d7e99(0x117))&&_0xbad4f9[_0x1d7e99(0x12f)](_0x3a4dad);_0x165525[_0x1d7e99(0x104)](_0x765bfa=>{const _0x5acd67=_0x1d7e99;for(const _0x3aec5e of _0xbad4f9)_0x765bfa[_0x5acd67(0xd2)](_0x765bfa[_0x5acd67(0x106)](_0x3aec5e),_0x765bfa[_0x5acd67(0x180)](_0x3aec5e)),_0x765bfa[_0x5acd67(0xf0)](_0x3aec5e);});});}}function Pe(_0x4814aa){const _0x4d8527=_0x4e386b;if(_0x4814aa[_0x4d8527(0xe1)])return!0x0;const _0x228d20=_0x4814aa[_0x4d8527(0x111)](0x0);return _0x228d20['is'](_0x4d8527(0x199),_0x4d8527(0x14a))&&_0x228d20[_0x4d8527(0xe1)];}function he(_0x53dab5,_0x38ecde={},_0x1c229a){const _0x553396=_0x4e386b;for(const {isAnchor:_0x5488a1,cellHeight:_0x326313,cellWidth:_0x164677}of _0x1c229a[_0x553396(0x124)](_0x53dab5,{'includeAllSlots':!0x0,..._0x38ecde}))if(!_0x5488a1||0x1!=_0x326313||0x1!=_0x164677)return!0x1;return!0x0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x542138=_0x18d0;function _0x51c8(){const _0x42998f=['_descriptionFactory','getContainedElement','registerCustomCallback','format','getSuggestionCallback','has','getTableColumnsWidths','4097376gPalBb','formatInline','2241inFTNj','subType','_suggestionFactory','get','resizeTableWidth','registerDescriptionCallback','accept','77990tTmISA','Users','document','formatGroupId','formatBlock','getSelectedElement','resizeTable','columnWidths','author','editor','table','*Format:*\x20resize\x20table','enableCommand','discard','plugins','tableWidth','commandParams','getAttribute','data','TrackChangesEditing','975573BSIUMS','markBlockFormat','afterInit','bind','getSuggestions','4159288gFAHTr','2383490VAtDZO','2481750Huzxag','type','3146CHsXKl','TableColumnResizeEditing','handleSuggestionDescription','getColumnGroupElement','4Finijr','handleResizeTableWidthCommand','85NlSZny','change','locale','selection','model'];_0x51c8=function(){return _0x42998f;};return _0x51c8();}(function(_0x4a974e,_0x285bb9){const _0x3fff66=_0x18d0,_0x57195b=_0x4a974e();while(!![]){try{const _0x1ceab0=parseInt(_0x3fff66(0x20d))/0x1*(-parseInt(_0x3fff66(0x207))/0x2)+-parseInt(_0x3fff66(0x1fe))/0x3+-parseInt(_0x3fff66(0x20b))/0x4*(parseInt(_0x3fff66(0x204))/0x5)+parseInt(_0x3fff66(0x205))/0x6+-parseInt(_0x3fff66(0x203))/0x7+-parseInt(_0x3fff66(0x1e1))/0x8+parseInt(_0x3fff66(0x1e3))/0x9*(parseInt(_0x3fff66(0x1ea))/0xa);if(_0x1ceab0===_0x285bb9)break;else _0x57195b['push'](_0x57195b['shift']());}catch(_0x3872b4){_0x57195b['push'](_0x57195b['shift']());}}}(_0x51c8,0x4c91a));import{Plugin as _0x1ebcd1}from'ckeditor5/src/core.js';function _0x18d0(_0x2834f7,_0x551aa9){const _0x51c859=_0x51c8();return _0x18d0=function(_0x18d06f,_0x3ac1ab){_0x18d06f=_0x18d06f-0x1e1;let _0x29e999=_0x51c859[_0x18d06f];return _0x29e999;},_0x18d0(_0x2834f7,_0x551aa9);}import{getTranslation as _0x13babf}from'../utils/common-translations.js';export default class vt extends _0x1ebcd1{[_0x542138(0x200)](){const _0x56f97b=_0x542138;if(!this[_0x56f97b(0x1f3)][_0x56f97b(0x1f8)][_0x56f97b(0x217)](_0x56f97b(0x208)))return;const _0x3e9dae=this[_0x56f97b(0x1f3)][_0x56f97b(0x1f8)][_0x56f97b(0x1e6)](_0x56f97b(0x1fd));_0x3e9dae[_0x56f97b(0x1f6)](_0x56f97b(0x1e7),this[_0x56f97b(0x20c)][_0x56f97b(0x201)](this)),_0x3e9dae[_0x56f97b(0x1e5)][_0x56f97b(0x214)](_0x56f97b(0x1ee),_0x56f97b(0x1f0),_0x56f97b(0x1e9),_0x3e9dae[_0x56f97b(0x1e5)][_0x56f97b(0x216)](_0x56f97b(0x1ee),null,_0x56f97b(0x1f7))),_0x3e9dae[_0x56f97b(0x1e5)][_0x56f97b(0x214)](_0x56f97b(0x1ee),_0x56f97b(0x1f0),_0x56f97b(0x1f7),_0x3e9dae[_0x56f97b(0x1e5)][_0x56f97b(0x216)](_0x56f97b(0x1ee),null,_0x56f97b(0x1e9))),_0x3e9dae[_0x56f97b(0x212)][_0x56f97b(0x1e8)](this[_0x56f97b(0x209)][_0x56f97b(0x201)](this));}[_0x542138(0x20c)](_0x5f0775,_0x43f4c6){const _0x3518f8=_0x542138,_0x352625=this[_0x3518f8(0x1f3)][_0x3518f8(0x1f8)][_0x3518f8(0x1e6)](_0x3518f8(0x1fd)),_0x1b4214=this[_0x3518f8(0x1f3)][_0x3518f8(0x1f8)][_0x3518f8(0x1e6)](_0x3518f8(0x208)),_0x276283=_0x43f4c6[_0x3518f8(0x1f4)]||this[_0x3518f8(0x1f3)][_0x3518f8(0x211)][_0x3518f8(0x1ec)][_0x3518f8(0x210)][_0x3518f8(0x1ef)]();this[_0x3518f8(0x1f3)][_0x3518f8(0x211)][_0x3518f8(0x20e)](()=>{const _0x508d29=_0x3518f8,_0xdcec88=_0x1b4214[_0x508d29(0x20a)](_0x276283);let _0x21c911=_0xdcec88?_0x1b4214[_0x508d29(0x218)](_0xdcec88):null,_0x428937=_0x276283[_0x508d29(0x1fb)](_0x508d29(0x1f9))||null;const _0x1f014a=_0x43f4c6[_0x508d29(0x1f9)]||_0x428937,_0x36371d=_0x43f4c6[_0x508d29(0x1f1)]||_0x21c911,_0x78eb94=this[_0x508d29(0x1f3)][_0x508d29(0x1f8)][_0x508d29(0x1e6)](_0x508d29(0x1eb))['me'];for(const _0x5d4f7b of _0x352625[_0x508d29(0x202)]()){const _0x540352=_0x5d4f7b[_0x508d29(0x213)]();if(_0x508d29(0x1f0)===_0x5d4f7b[_0x508d29(0x1e4)]&&_0x540352===_0x276283){_0x5d4f7b[_0x508d29(0x1f2)]!==_0x78eb94&&_0x5d4f7b[_0x508d29(0x1f7)]();const _0x1a57bd=_0x5d4f7b[_0x508d29(0x1fc)][_0x508d29(0x1fa)];_0x428937=_0x1a57bd[0x0][_0x508d29(0x1f9)],_0x21c911=_0x1a57bd[0x0][_0x508d29(0x1f1)];break;}}_0x5f0775({'table':_0x276283,'tableWidth':_0x1f014a,'columnWidths':_0x36371d}),_0x352625[_0x508d29(0x1ff)](_0x276283,{'commandName':_0x508d29(0x1e7),'commandParams':[{'tableWidth':_0x428937,'columnWidths':_0x21c911}],'formatGroupId':_0x508d29(0x1f0)},[],_0x508d29(0x1f0));});}[_0x542138(0x209)](_0x119662){const _0x42cf08=_0x542138;if(_0x42cf08(0x1ee)!=_0x119662[_0x42cf08(0x206)]&&_0x42cf08(0x1e2)!=_0x119662[_0x42cf08(0x206)])return;const {data:_0x27af2e}=_0x119662;if(_0x27af2e&&_0x42cf08(0x1f0)===_0x27af2e[_0x42cf08(0x1ed)]){const _0x5d5965=_0x42cf08(0x1f5);return{'type':_0x42cf08(0x215),'content':_0x13babf(this[_0x42cf08(0x1f3)][_0x42cf08(0x20f)],_0x5d5965)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4c7471=_0x2877;(function(_0x20bfca,_0x5b8c4b){const _0x24a889=_0x2877,_0x34e138=_0x20bfca();while(!![]){try{const _0x3b122f=parseInt(_0x24a889(0x19b))/0x1+parseInt(_0x24a889(0x1c0))/0x2*(parseInt(_0x24a889(0x1e5))/0x3)+-parseInt(_0x24a889(0x1ac))/0x4+parseInt(_0x24a889(0x1d2))/0x5+-parseInt(_0x24a889(0x1d3))/0x6+-parseInt(_0x24a889(0x1b8))/0x7+parseInt(_0x24a889(0x1e4))/0x8*(parseInt(_0x24a889(0x1d5))/0x9);if(_0x3b122f===_0x5b8c4b)break;else _0x34e138['push'](_0x34e138['shift']());}catch(_0x3a243c){_0x34e138['push'](_0x34e138['shift']());}}}(_0x3d32,0x36752));import{Plugin as _0xb9c427}from'ckeditor5/src/core.js';function _0x2877(_0x4a6eec,_0x1ec35d){const _0x3d32af=_0x3d32();return _0x2877=function(_0x2877ee,_0x5bd22c){_0x2877ee=_0x2877ee-0x199;let _0x437352=_0x3d32af[_0x2877ee];return _0x437352;},_0x2877(_0x4a6eec,_0x1ec35d);}import _0xa17bc0 from'./table.js';import{getTranslation as _0x5ca973}from'../utils/common-translations.js';export default class At extends _0xb9c427{static get[_0x4c7471(0x1c7)](){return[_0xa17bc0];}[_0x4c7471(0x1c2)](){const _0x516bc9=_0x4c7471,_0x46b60=this[_0x516bc9(0x1b0)];if(!_0x46b60[_0x516bc9(0x1df)][_0x516bc9(0x1c5)](_0x516bc9(0x1d8)))return;const _0x25c779=_0x46b60[_0x516bc9(0x1e1)],_0x25dd8e=_0x46b60[_0x516bc9(0x1df)][_0x516bc9(0x1e8)](_0x516bc9(0x1b1));_0x25dd8e[_0x516bc9(0x1ea)](_0x516bc9(0x1b7),[],[_0x516bc9(0x19d)]),_0x25dd8e[_0x516bc9(0x1ea)](_0x516bc9(0x1ad),[],[_0x516bc9(0x1a2)]),_0x25dd8e[_0x516bc9(0x1ca)][_0x516bc9(0x1a4)](_0x516bc9(0x19d),_0x5ca973(_0x25c779,_0x516bc9(0x1d4))),_0x25dd8e[_0x516bc9(0x1ca)][_0x516bc9(0x1a4)](_0x516bc9(0x1a2),_0x5ca973(_0x25c779,_0x516bc9(0x1a6))),this[_0x516bc9(0x1d6)]();}[_0x4c7471(0x1d6)](){const _0x4c5907=_0x4c7471,_0x175874=this[_0x4c5907(0x1b0)][_0x4c5907(0x1df)][_0x4c5907(0x1e8)](_0x4c5907(0x1b1)),_0x52db36=this[_0x4c5907(0x1b0)][_0x4c5907(0x1df)][_0x4c5907(0x1e8)](_0x4c5907(0x1b6)),_0x1915a3=this[_0x4c5907(0x1b0)][_0x4c5907(0x1df)][_0x4c5907(0x1e8)](_0xa17bc0)[_0x4c5907(0x1e7)]();function _0x2f2a80({showActiveMarker:_0x11a51c=!0x0,setDataAttribute:_0x1d6524=!0x0}={}){return(_0x4adab2,_0x470058,_0x328b34)=>{const _0x455020=_0x2877,{type:_0x5e424a,id:_0x1b2b11}=_0x175874[_0x455020(0x1da)](_0x470058[_0x455020(0x1bd)]),_0x4437a7=_0x175874[_0x455020(0x1cf)](_0x1b2b11),_0x11230e=_0x4437a7[_0x455020(0x1eb)];if(_0x455020(0x19e)!=_0x4437a7[_0x455020(0x1b4)]||!_0x11230e||_0x455020(0x1ad)!=_0x11230e[_0x455020(0x19c)])return;if(_0x470058[_0x455020(0x1c3)])return void _0x4adab2[_0x455020(0x1cc)]();if(!_0x328b34[_0x455020(0x1c9)][_0x455020(0x1e6)](_0x470058[_0x455020(0x1bf)],_0x4adab2[_0x455020(0x1aa)]))return;const _0x2ca243=_0x470058[_0x455020(0x1bf)][_0x455020(0x1b5)][_0x455020(0x1c1)],_0x2bad4e=_0x470058[_0x455020(0x1bf)][_0x455020(0x19a)][_0x455020(0x1cd)],_0x27d251=_0x2ca243[_0x455020(0x1af)][_0x455020(0x1af)],{column:_0x2dba6e}=_0x52db36[_0x455020(0x1c8)](_0x2ca243),{column:_0x437363}=_0x52db36[_0x455020(0x1c8)](_0x2bad4e);for(let _0x1b2903=_0x2dba6e;_0x1b2903<=_0x437363;_0x1b2903++){const _0x3e8ef1=_0x52db36[_0x455020(0x1de)](_0x27d251,{'column':_0x1b2903,'includeAllSlots':!0x1});for(const _0x2d74c3 of _0x3e8ef1){const _0x438ac7=_0x2d74c3[_0x455020(0x1e2)],_0x465c72=_0x328b34[_0x455020(0x1d1)][_0x455020(0x1a7)](_0x438ac7);_0x328b34[_0x455020(0x199)][_0x455020(0x1cb)](_0x455020(0x1bb)+_0x5e424a,_0x465c72),_0x1d6524&&_0x328b34[_0x455020(0x199)][_0x455020(0x1a5)](_0x455020(0x1a9),_0x1b2b11,_0x465c72),_0x328b34[_0x455020(0x1d1)][_0x455020(0x1a3)](_0x465c72,_0x470058[_0x455020(0x1bd)]),_0x11a51c&&(_0x175874[_0x455020(0x1b3)][_0x455020(0x19f)](_0x470058[_0x455020(0x1bd)])?_0x328b34[_0x455020(0x199)][_0x455020(0x1cb)](_0x455020(0x1ce),_0x465c72):_0x328b34[_0x455020(0x199)][_0x455020(0x1ba)](_0x455020(0x1ce),_0x465c72));}}};}_0x175874[_0x4c5907(0x1a0)][_0x4c5907(0x1db)](_0x4c5907(0x19e),_0x4c5907(0x1b7),_0x4c5907(0x1be),_0x1915a3),_0x175874[_0x4c5907(0x1a0)][_0x4c5907(0x1db)](_0x4c5907(0x19e),_0x4c5907(0x1ad),_0x4c5907(0x1be),_0x1915a3),this[_0x4c5907(0x1b0)][_0x4c5907(0x1dc)][_0x4c5907(0x1dd)]['on'](_0x4c5907(0x1ae),_0x2f2a80(),{'priority':_0x4c5907(0x1d0)}),this[_0x4c5907(0x1b0)][_0x4c5907(0x1eb)][_0x4c5907(0x1dd)]['on'](_0x4c5907(0x1ae),(_0xdabe8c,_0x3df6fb,_0x51a6b1)=>{const _0x3988f5=_0x4c5907;_0x51a6b1[_0x3988f5(0x1e0)][_0x3988f5(0x1a8)]&&_0x2f2a80({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0xdabe8c,_0x3df6fb,_0x51a6b1);},{'priority':_0x4c5907(0x1d0)}),this[_0x4c5907(0x1b0)][_0x4c5907(0x1dc)][_0x4c5907(0x1dd)]['on'](_0x4c5907(0x1b9),(_0x1e5c67,_0x585dd2,_0x150714)=>{const _0x2b040e=_0x4c5907,{type:_0x4f2f81,id:_0x1aedb3}=_0x175874[_0x2b040e(0x1da)](_0x585dd2[_0x2b040e(0x1bd)]),_0x31c0f2=_0x175874[_0x2b040e(0x1cf)](_0x1aedb3),_0x508f67=_0x31c0f2[_0x2b040e(0x1eb)];if(_0x2b040e(0x19e)!=_0x31c0f2[_0x2b040e(0x1b4)]||!_0x508f67||_0x2b040e(0x1ad)!=_0x508f67[_0x2b040e(0x19c)])return;const _0x301472=_0x150714[_0x2b040e(0x1d1)][_0x2b040e(0x1e3)](_0x585dd2[_0x2b040e(0x1bd)]);if(_0x301472){for(const _0x23a1ab of _0x301472)_0x150714[_0x2b040e(0x199)][_0x2b040e(0x1ba)](_0x2b040e(0x1bb)+_0x4f2f81,_0x23a1ab),_0x150714[_0x2b040e(0x199)][_0x2b040e(0x1ba)](_0x2b040e(0x1ce),_0x23a1ab),_0x150714[_0x2b040e(0x199)][_0x2b040e(0x1bc)](_0x2b040e(0x1a9),_0x23a1ab),_0x150714[_0x2b040e(0x1d1)][_0x2b040e(0x1ab)](_0x23a1ab,_0x585dd2[_0x2b040e(0x1bd)]);}},{'priority':_0x4c5907(0x1d0)}),this[_0x4c5907(0x1d7)]();}[_0x4c7471(0x1d7)](){const _0x59cc3e=_0x4c7471,_0x308aec=this[_0x59cc3e(0x1b0)],_0x5191c2=_0x308aec[_0x59cc3e(0x1e1)];function _0xde3d6f(_0x51c113){const _0x15e681=_0x59cc3e;return{'type':_0x15e681(0x1c4),'content':_0x5ca973(_0x5191c2,_0x15e681(0x1e9),_0x51c113)};}_0x308aec[_0x59cc3e(0x1df)][_0x59cc3e(0x1e8)](_0x59cc3e(0x1b1))[_0x59cc3e(0x1ca)][_0x59cc3e(0x1a1)](_0x3f4482=>{const _0x2f0922=_0x59cc3e;if(_0x2f0922(0x19e)!=_0x3f4482[_0x2f0922(0x1b4)])return;const {data:_0x1a2313}=_0x3f4482;if(_0x1a2313){if(_0x2f0922(0x1b7)==_0x1a2313[_0x2f0922(0x19c)]){const _0x121df1=_0x1a2313[_0x2f0922(0x1c6)][0x0][_0x2f0922(0x1d9)];return _0xde3d6f(_0x5ca973(_0x5191c2,_0x121df1?_0x2f0922(0x1d4):_0x2f0922(0x1ec)));}if(_0x2f0922(0x1ad)==_0x1a2313[_0x2f0922(0x19c)]){const _0x131047=_0x1a2313[_0x2f0922(0x1c6)][0x0][_0x2f0922(0x1d9)];return _0xde3d6f(_0x5ca973(_0x5191c2,_0x131047?_0x2f0922(0x1a6):_0x2f0922(0x1b2)));}}});}}function _0x3d32(){const _0x48e8ef=['markerRange','330SBqoAs','nodeAfter','afterInit','item','format','has','commandParams','requires','getCellLocation','consumable','_descriptionFactory','addClass','stop','nodeBefore','ck-suggestion-marker--active','getSuggestion','highest','mapper','1319510sxapxz','2156772rVMgYc','FORMAT_HEADER_ROW','33606qWKIWG','_handleLegacySuggestions','_registerLegacyDescription','TableEditing','forceValue','_splitMarkerName','registerCustomCallback','editing','downcastDispatcher','createTableWalker','plugins','options','locale','cell','markerNameToElements','1208fyMnqh','723STbNAV','consume','_acceptFormatSuggestionCallbackFactory','get','*Format:*\x20%0','_enableDefaultAttributesIntegration','data','FORMAT_REGULAR_ROW','writer','end','164427htUuBi','commandName','headingRows','formatBlock','includes','_suggestionFactory','registerDescriptionCallback','headingColumns','bindElementToMarker','registerAttributeLabel','setAttribute','FORMAT_HEADER_COLUMN','toViewElement','showSuggestionHighlights','data-suggestion','name','unbindElementFromMarkerName','420992BfMamM','setTableColumnHeader','addMarker:suggestion','parent','editor','TrackChangesEditing','FORMAT_REGULAR_COLUMN','activeMarkers','type','start','TableUtils','setTableRowHeader','2409120NQYXEi','removeMarker:suggestion','removeClass','ck-suggestion-marker-','removeAttribute','markerName','accept'];_0x3d32=function(){return _0x48e8ef;};return _0x3d32();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x784934=_0xb7a0;(function(_0x4ac03e,_0xfc3884){const _0x480552=_0xb7a0,_0x491a5f=_0x4ac03e();while(!![]){try{const _0x5c474c=-parseInt(_0x480552(0x1af))/0x1*(-parseInt(_0x480552(0x176))/0x2)+-parseInt(_0x480552(0x188))/0x3*(-parseInt(_0x480552(0x17e))/0x4)+parseInt(_0x480552(0x169))/0x5+parseInt(_0x480552(0x1a8))/0x6+parseInt(_0x480552(0x1a5))/0x7*(parseInt(_0x480552(0x1ba))/0x8)+-parseInt(_0x480552(0x1b7))/0x9*(parseInt(_0x480552(0x1ad))/0xa)+-parseInt(_0x480552(0x1a1))/0xb;if(_0x5c474c===_0xfc3884)break;else _0x491a5f['push'](_0x491a5f['shift']());}catch(_0x187654){_0x491a5f['push'](_0x491a5f['shift']());}}}(_0x27c4,0x1dc69));function _0x27c4(){const _0x24bd04=['52rbHGLc','setSelection','mergeTableCellUp','formatInline','requires','low','model','*Merge\x20cells*','63603RPxfFD','deletion','commands','8zRCsWh','value','from','execute','registerDescriptionCallback','markBlockFormat','change','afterInit','detach','get','horizontally','enableCommand','getCellLocation','$graveyard','table','size','_acceptFormatSuggestionCallbackFactory','*Split\x20cell:*\x20vertically','commandName','197020KBKIhL','mergeTableCellDown','createTableWalker','splitTableCellHorizontally','markMultiRangeBlockFormat','_tablePostFixingSubtypes','refresh','isInContent','forceDefaultExecution','findAncestor','editor','has','selection','7804cKtkLJ','mergeTableCellLeft','rootName','cell','_suggestionFactory','getFirstPosition','registerCustomCallback','tableCell','310732lKTOhz','TrackChangesEditing','return','map','mergeTableCellRight','format','createRangeOn','_descriptionFactory','splitTableCellVertically','_isForcedDefaultExecutionBlock','6JdQOYh','isEnabled','author','formatBlock','*Split\x20cell:*\x20horizontally','TableEditing','highest','document','add','direction','type','accept','set:isEnabled','getRanges','length','plugins','locale','mergeTableCells','getSuggestions','trackChanges','_areMergableCells','insertion','containsRange','fromRange','getSelectionAffectedTableCells','2400596OuaTCg','element','_areSelectedCellsMergable','push','457961quvYoD','getAncestors','stop','619464gWxcgn','find','filter','TableUtils','subType','320mhyFcC','root'];_0x27c4=function(){return _0x24bd04;};return _0x27c4();}function _0xb7a0(_0x55f2c2,_0x3f04a4){const _0x27c4f2=_0x27c4();return _0xb7a0=function(_0xb7a0db,_0x56dad1){_0xb7a0db=_0xb7a0db-0x157;let _0xba2103=_0x27c4f2[_0xb7a0db];return _0xba2103;},_0xb7a0(_0x55f2c2,_0x3f04a4);}import{Plugin as _0x57e6b6}from'ckeditor5/src/core.js';import _0x3c4c6f from'./table.js';import{LiveRange as _0x1299a3}from'ckeditor5/src/engine.js';import{getTranslation as _0x513cbd}from'../utils/common-translations.js';export default class St extends _0x57e6b6{static get[_0x784934(0x1b3)](){return[_0x3c4c6f];}[_0x784934(0x15d)](){const _0x17ba02=_0x784934,_0x18d53b=this[_0x17ba02(0x173)],_0xc4ec14=_0x18d53b[_0x17ba02(0x1b5)][_0x17ba02(0x18f)][_0x17ba02(0x175)],_0x35c623=_0x18d53b[_0x17ba02(0x198)];if(!_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x174)](_0x17ba02(0x18d)))return;const _0xac79d0=_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x15f)](_0x17ba02(0x17f)),_0x288d03=_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x15f)](_0x17ba02(0x1ab)),_0x4d0669=_0x18d53b[_0x17ba02(0x197)][_0x17ba02(0x15f)](_0x3c4c6f);_0x4d0669[_0x17ba02(0x16e)][_0x17ba02(0x1a4)](_0x17ba02(0x199)),_0xac79d0[_0x17ba02(0x161)](_0x17ba02(0x199),()=>{const _0x1d43f0=_0x17ba02,_0x11b087=_0x288d03[_0x1d43f0(0x1a0)](_0x18d53b[_0x1d43f0(0x1b5)][_0x1d43f0(0x18f)][_0x1d43f0(0x175)]);_0x18d53b[_0x1d43f0(0x1b5)][_0x1d43f0(0x15c)](()=>{const _0x3ce0db=_0x1d43f0;_0xac79d0[_0x3ce0db(0x16d)](_0x11b087,{'commandName':_0x3ce0db(0x199),'commandParams':[]},[],_0x3ce0db(0x199));});}),_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x17ba02(0x199))['on'](_0x17ba02(0x159),(_0x29cd96,_0x2b3fc7)=>{const _0x4ba3d4=_0x17ba02;_0x18d53b[_0x4ba3d4(0x1b9)][_0x4ba3d4(0x15f)](_0x4ba3d4(0x19b))[_0x4ba3d4(0x157)]&&(_0x2b3fc7[_0x4ba3d4(0x196)]>0x0&&_0x2b3fc7[_0x2b3fc7[_0x4ba3d4(0x196)]-0x1]&&_0x2b3fc7[_0x2b3fc7[_0x4ba3d4(0x196)]-0x1][_0x4ba3d4(0x171)]||_0xac79d0[_0x4ba3d4(0x187)]||this[_0x4ba3d4(0x1a3)]()||_0x29cd96[_0x4ba3d4(0x1a7)]());},{'priority':_0x17ba02(0x18e)});for(const _0x594c11 of[_0x17ba02(0x1b1),_0x17ba02(0x182),_0x17ba02(0x16a),_0x17ba02(0x177)]){const _0x4f99ac=_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x594c11);_0xac79d0[_0x17ba02(0x161)](_0x594c11,()=>{const _0x1fd84a=_0x17ba02,_0x1c354a=_0x18d53b[_0x1fd84a(0x1b5)][_0x1fd84a(0x18f)][_0x1fd84a(0x175)][_0x1fd84a(0x17b)]()[_0x1fd84a(0x1a6)]()[_0x1fd84a(0x1a9)](_0x438f1a=>_0x438f1a['is'](_0x1fd84a(0x1a2),_0x1fd84a(0x17d))),_0x34c6ab=_0x4f99ac[_0x1fd84a(0x157)];_0x18d53b[_0x1fd84a(0x1b5)][_0x1fd84a(0x15c)](()=>{const _0x2304cf=_0x1fd84a;_0xac79d0[_0x2304cf(0x16d)]([_0x1c354a,_0x34c6ab],{'commandName':_0x2304cf(0x199),'commandParams':[]},[],_0x2304cf(0x199));});});}for(const _0x22f4a4 of[_0x17ba02(0x186),_0x17ba02(0x16c)]){const _0x116f62=_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x22f4a4);_0xac79d0[_0x17ba02(0x161)](_0x22f4a4,()=>{const _0x5511eb=_0x17ba02,_0x25c1e7=_0x288d03[_0x5511eb(0x1a0)](_0x18d53b[_0x5511eb(0x1b5)][_0x5511eb(0x18f)][_0x5511eb(0x175)])[0x0],_0x570775=_0x25c1e7[_0x5511eb(0x172)](_0x5511eb(0x164)),{column:_0x10057a,row:_0x453c37}=_0x288d03[_0x5511eb(0x162)](_0x25c1e7);let _0x59f007=[];if(_0x5511eb(0x160)==_0x116f62[_0x5511eb(0x191)]){const _0x28cb01=_0x288d03[_0x5511eb(0x16b)](_0x570775,{'startRow':_0x453c37,'endRow':_0x453c37,'includeAllSlots':!0x0});_0x59f007=Array[_0x5511eb(0x158)](_0x28cb01)[_0x5511eb(0x181)](_0x268145=>_0x268145[_0x5511eb(0x179)]);}else{const _0x2566ad=_0x288d03[_0x5511eb(0x16b)](_0x570775,{'column':_0x10057a,'includeAllSlots':!0x0});_0x59f007=Array[_0x5511eb(0x158)](_0x2566ad)[_0x5511eb(0x181)](_0x4cac21=>_0x4cac21[_0x5511eb(0x179)]);}_0x18d53b[_0x5511eb(0x1b5)][_0x5511eb(0x15c)](_0x231cfc=>{const _0x1096d2=_0x5511eb;_0xac79d0[_0x1096d2(0x15b)](_0x231cfc[_0x1096d2(0x184)](_0x25c1e7),{'commandName':_0x22f4a4,'commandParams':[]},_0x59f007,_0x22f4a4);});});}_0xac79d0[_0x17ba02(0x185)][_0x17ba02(0x15a)](_0xd6b438=>{const _0x3b4530=_0x17ba02;if(_0x3b4530(0x18b)!=_0xd6b438[_0x3b4530(0x192)]&&_0x3b4530(0x1b2)!=_0xd6b438[_0x3b4530(0x192)])return;const {data:_0x147667}=_0xd6b438;return _0x147667&&_0x3b4530(0x199)==_0x147667[_0x3b4530(0x168)]?{'type':_0x3b4530(0x183),'content':_0x513cbd(_0x35c623,_0x3b4530(0x1b6))}:void 0x0;}),_0xac79d0[_0x17ba02(0x185)][_0x17ba02(0x15a)](_0x33dd25=>{const _0x2d97d0=_0x17ba02;if(_0x2d97d0(0x18b)!=_0x33dd25[_0x2d97d0(0x192)]&&_0x2d97d0(0x1b2)!=_0x33dd25[_0x2d97d0(0x192)])return;const {data:_0x2c745d}=_0x33dd25;return _0x2c745d?_0x2d97d0(0x186)==_0x2c745d[_0x2d97d0(0x168)]?{'type':_0x2d97d0(0x183),'content':_0x513cbd(_0x35c623,_0x2d97d0(0x167))}:_0x2d97d0(0x16c)==_0x2c745d[_0x2d97d0(0x168)]?{'type':_0x2d97d0(0x183),'content':_0x513cbd(_0x35c623,_0x2d97d0(0x18c))}:void 0x0:void 0x0;});const _0x52f349=_0x4d0669[_0x17ba02(0x166)]();for(const _0x49f503 of[_0x17ba02(0x1b1),_0x17ba02(0x182),_0x17ba02(0x16a),_0x17ba02(0x177)])_0xac79d0[_0x17ba02(0x17a)][_0x17ba02(0x17c)](_0x17ba02(0x18b),_0x49f503,_0x17ba02(0x193),_0x52f349);for(const _0x3e3179 of[_0x17ba02(0x186),_0x17ba02(0x16c)])_0xac79d0[_0x17ba02(0x17a)][_0x17ba02(0x17c)](_0x17ba02(0x18b),_0x3e3179,_0x17ba02(0x193),_0x52f349);_0xac79d0[_0x17ba02(0x17a)][_0x17ba02(0x17c)](_0x17ba02(0x18b),_0x17ba02(0x199),_0x17ba02(0x193),_0x442b3e=>{const _0x5c9ddf=_0x17ba02;_0x18d53b[_0x5c9ddf(0x1b5)][_0x5c9ddf(0x15c)](_0x25f18d=>{const _0x1417eb=_0x5c9ddf,_0x3e648e=Array[_0x1417eb(0x158)](_0xc4ec14[_0x1417eb(0x195)]())[_0x1417eb(0x181)](_0x450d4a=>_0x1299a3[_0x1417eb(0x19f)](_0x450d4a));_0x25f18d[_0x1417eb(0x1b0)](_0x442b3e),_0x18d53b[_0x1417eb(0x1b9)][_0x1417eb(0x15f)](_0x1417eb(0x199))[_0x1417eb(0x16f)](),_0x18d53b[_0x1417eb(0x159)](_0x1417eb(0x199),{'forceDefaultExecution':!0x0});const _0x4297b1=_0x3e648e[_0x1417eb(0x1aa)](_0x2efca0=>_0x1417eb(0x163)!=_0x2efca0[_0x1417eb(0x1ae)][_0x1417eb(0x178)]);_0x4297b1[_0x1417eb(0x196)]>0x0&&_0x25f18d[_0x1417eb(0x1b0)](_0x4297b1);for(const _0x372218 of _0x3e648e)_0x372218[_0x1417eb(0x15e)]();});});for(const _0x523744 of[_0x17ba02(0x1b1),_0x17ba02(0x16a),_0x17ba02(0x177),_0x17ba02(0x182)]){const _0x2c357c=_0x18d53b[_0x17ba02(0x1b9)][_0x17ba02(0x15f)](_0x523744);_0x2c357c['on'](_0x17ba02(0x194),(_0x5eb08a,_0x43e4e9,_0x5ca81d)=>{const _0x47c90c=_0x17ba02;if(_0x5ca81d){const _0x17a19e=_0x18d53b[_0x47c90c(0x1b5)][_0x47c90c(0x18f)][_0x47c90c(0x175)][_0x47c90c(0x17b)]()[_0x47c90c(0x1a6)]()[_0x47c90c(0x1a9)](_0x5a2776=>_0x5a2776['is'](_0x47c90c(0x1a2),_0x47c90c(0x17d)));this[_0x47c90c(0x19c)](_0x2c357c[_0x47c90c(0x157)],_0x17a19e)||(_0x5eb08a[_0x47c90c(0x180)]=!0x1,_0x5eb08a[_0x47c90c(0x1a7)]());}},{'priority':_0x17ba02(0x1b4)});}}[_0x784934(0x1a3)](){const _0x3341f0=_0x784934,_0x64caec=this[_0x3341f0(0x173)][_0x3341f0(0x1b9)][_0x3341f0(0x15f)](_0x3341f0(0x199)),_0x52f1a9=this[_0x3341f0(0x173)][_0x3341f0(0x197)][_0x3341f0(0x15f)](_0x3341f0(0x1ab));if(!_0x64caec[_0x3341f0(0x189)])return!0x1;const _0x2e779e=_0x52f1a9[_0x3341f0(0x1a0)](this[_0x3341f0(0x173)][_0x3341f0(0x1b5)][_0x3341f0(0x18f)][_0x3341f0(0x175)]);for(const _0x54ae32 of _0x2e779e)for(const _0x173c3a of _0x2e779e)if(_0x54ae32!=_0x173c3a&&!this[_0x3341f0(0x19c)](_0x54ae32,_0x173c3a))return!0x1;return!0x0;}[_0x784934(0x19c)](_0x2dafa7,_0x538677){const _0xcd5427=_0x784934,_0x170be4=this[_0xcd5427(0x173)][_0xcd5427(0x197)][_0xcd5427(0x15f)](_0xcd5427(0x17f)),_0x33a9fc=this[_0xcd5427(0x173)][_0xcd5427(0x1b5)][_0xcd5427(0x184)](_0x2dafa7),_0x3a332e=this[_0xcd5427(0x173)][_0xcd5427(0x1b5)][_0xcd5427(0x184)](_0x538677),_0x38be7d=new Set(),_0x3e0d4f=new Set();for(const _0x387e50 of _0x170be4[_0xcd5427(0x19a)]())if((_0xcd5427(0x19d)==_0x387e50[_0xcd5427(0x192)]||_0xcd5427(0x1b8)==_0x387e50[_0xcd5427(0x192)]||_0xcd5427(0x199)==_0x387e50[_0xcd5427(0x1ac)])&&_0x387e50[_0xcd5427(0x170)]){for(const _0x24bd98 of _0x387e50[_0xcd5427(0x195)]())_0x24bd98[_0xcd5427(0x19e)](_0x33a9fc,!0x0)&&_0x38be7d[_0xcd5427(0x190)](_0x387e50[_0xcd5427(0x192)]+':'+_0x387e50[_0xcd5427(0x18a)]['id']),_0x24bd98[_0xcd5427(0x19e)](_0x3a332e,!0x0)&&_0x3e0d4f[_0xcd5427(0x190)](_0x387e50[_0xcd5427(0x192)]+':'+_0x387e50[_0xcd5427(0x18a)]['id']);}if(_0x38be7d[_0xcd5427(0x165)]!=_0x3e0d4f[_0xcd5427(0x165)])return!0x1;for(const _0x552615 of _0x38be7d)if(!_0x3e0d4f[_0xcd5427(0x174)](_0x552615))return!0x1;return!0x0;}}
|
|
23
|
+
const _0x3b719b=_0x37c4;(function(_0x131efa,_0x6f60f){const _0x158fea=_0x37c4,_0x15d8c4=_0x131efa();while(!![]){try{const _0x3893a0=parseInt(_0x158fea(0x12f))/0x1+parseInt(_0x158fea(0x12d))/0x2*(parseInt(_0x158fea(0x152))/0x3)+-parseInt(_0x158fea(0x14d))/0x4+-parseInt(_0x158fea(0x158))/0x5+parseInt(_0x158fea(0x155))/0x6*(-parseInt(_0x158fea(0x116))/0x7)+parseInt(_0x158fea(0x113))/0x8*(parseInt(_0x158fea(0x163))/0x9)+parseInt(_0x158fea(0x127))/0xa;if(_0x3893a0===_0x6f60f)break;else _0x15d8c4['push'](_0x15d8c4['shift']());}catch(_0x1aec98){_0x15d8c4['push'](_0x15d8c4['shift']());}}}(_0x14a0,0x63fe9));function _0x14a0(){const _0x17ba94=['mergeTableCellDown','stop','tableCell','splitTableCellHorizontally','author','accept','length','size','low','9kiULIp','fromRange','commands','cell','push','_acceptFormatSuggestionCallbackFactory','getFirstPosition','*Split\x20cell:*\x20vertically','rootName','from','format','add','find','locale','editor','containsRange','map','subType','detach','287600LzoQkx','direction','highest','1299760rtEOyX','selection','getRanges','value','_tablePostFixingSubtypes','setSelection','TableEditing','change','findAncestor','registerDescriptionCallback','*Split\x20cell:*\x20horizontally','isInContent','getSelectionAffectedTableCells','_descriptionFactory','forceDefaultExecution','insertion','execute','5462010AxlzxO','*Merge\x20cells*','TableUtils','TrackChangesEditing','element','isEnabled','2nXhjMJ','requires','64738MhjRQw','splitTableCellVertically','afterInit','root','_areSelectedCellsMergable','_suggestionFactory','createRangeOn','getSuggestions','mergeTableCellLeft','$graveyard','return','trackChanges','set:isEnabled','refresh','mergeTableCellRight','markMultiRangeBlockFormat','enableCommand','model','getCellLocation','has','document','filter','getAncestors','table','mergeTableCells','plugins','_isForcedDefaultExecutionBlock','formatInline','deletion','registerCustomCallback','2395956glErRw','mergeTableCellUp','type','_areMergableCells','markBlockFormat','2237301ZJwGZd','commandName','createTableWalker','12ayUNdW','formatBlock','horizontally','63650IRWatX','get'];_0x14a0=function(){return _0x17ba94;};return _0x14a0();}function _0x37c4(_0xe20154,_0x2e45ae){const _0x14a0c2=_0x14a0();return _0x37c4=function(_0x37c467,_0x4441f8){_0x37c467=_0x37c467-0x113;let _0x1f3e51=_0x14a0c2[_0x37c467];return _0x1f3e51;},_0x37c4(_0xe20154,_0x2e45ae);}import{Plugin as _0x55a188}from'ckeditor5/src/core.js';import _0x57bb4f from'./table.js';import{LiveRange as _0x2294b0}from'ckeditor5/src/engine.js';import{getTranslation as _0x3ff5f6}from'../utils/common-translations.js';export default class St extends _0x55a188{static get[_0x3b719b(0x12e)](){return[_0x57bb4f];}[_0x3b719b(0x131)](){const _0x1ae62d=_0x3b719b,_0x2b3ee2=this[_0x1ae62d(0x171)],_0x3bbd96=_0x2b3ee2[_0x1ae62d(0x140)][_0x1ae62d(0x143)][_0x1ae62d(0x117)],_0x148b20=_0x2b3ee2[_0x1ae62d(0x170)];if(!_0x2b3ee2[_0x1ae62d(0x148)][_0x1ae62d(0x142)](_0x1ae62d(0x11c)))return;const _0x1ae9da=_0x2b3ee2[_0x1ae62d(0x148)][_0x1ae62d(0x159)](_0x1ae62d(0x12a)),_0x55a1c1=_0x2b3ee2[_0x1ae62d(0x148)][_0x1ae62d(0x159)](_0x1ae62d(0x129)),_0x21886c=_0x2b3ee2[_0x1ae62d(0x148)][_0x1ae62d(0x159)](_0x57bb4f);_0x21886c[_0x1ae62d(0x11a)][_0x1ae62d(0x167)](_0x1ae62d(0x147)),_0x1ae9da[_0x1ae62d(0x13f)](_0x1ae62d(0x147),()=>{const _0x57789f=_0x1ae62d,_0x40faa7=_0x55a1c1[_0x57789f(0x122)](_0x2b3ee2[_0x57789f(0x140)][_0x57789f(0x143)][_0x57789f(0x117)]);_0x2b3ee2[_0x57789f(0x140)][_0x57789f(0x11d)](()=>{const _0x1a454e=_0x57789f;_0x1ae9da[_0x1a454e(0x13e)](_0x40faa7,{'commandName':_0x1a454e(0x147),'commandParams':[]},[],_0x1a454e(0x147));});}),_0x2b3ee2[_0x1ae62d(0x165)][_0x1ae62d(0x159)](_0x1ae62d(0x147))['on'](_0x1ae62d(0x126),(_0x5b1e75,_0x2dba7f)=>{const _0x4f2133=_0x1ae62d;_0x2b3ee2[_0x4f2133(0x165)][_0x4f2133(0x159)](_0x4f2133(0x13a))[_0x4f2133(0x119)]&&(_0x2dba7f[_0x4f2133(0x160)]>0x0&&_0x2dba7f[_0x2dba7f[_0x4f2133(0x160)]-0x1]&&_0x2dba7f[_0x2dba7f[_0x4f2133(0x160)]-0x1][_0x4f2133(0x124)]||_0x1ae9da[_0x4f2133(0x149)]||this[_0x4f2133(0x133)]()||_0x5b1e75[_0x4f2133(0x15b)]());},{'priority':_0x1ae62d(0x115)});for(const _0x54f43f of[_0x1ae62d(0x14e),_0x1ae62d(0x13d),_0x1ae62d(0x15a),_0x1ae62d(0x137)]){const _0x1d5967=_0x2b3ee2[_0x1ae62d(0x165)][_0x1ae62d(0x159)](_0x54f43f);_0x1ae9da[_0x1ae62d(0x13f)](_0x54f43f,()=>{const _0x20e7bd=_0x1ae62d,_0x2e539d=_0x2b3ee2[_0x20e7bd(0x140)][_0x20e7bd(0x143)][_0x20e7bd(0x117)][_0x20e7bd(0x169)]()[_0x20e7bd(0x145)]()[_0x20e7bd(0x16f)](_0x57d717=>_0x57d717['is'](_0x20e7bd(0x12b),_0x20e7bd(0x15c))),_0x2a04ff=_0x1d5967[_0x20e7bd(0x119)];_0x2b3ee2[_0x20e7bd(0x140)][_0x20e7bd(0x11d)](()=>{const _0x151f28=_0x20e7bd;_0x1ae9da[_0x151f28(0x13e)]([_0x2e539d,_0x2a04ff],{'commandName':_0x151f28(0x147),'commandParams':[]},[],_0x151f28(0x147));});});}for(const _0x5bbb4d of[_0x1ae62d(0x130),_0x1ae62d(0x15d)]){const _0x31e968=_0x2b3ee2[_0x1ae62d(0x165)][_0x1ae62d(0x159)](_0x5bbb4d);_0x1ae9da[_0x1ae62d(0x13f)](_0x5bbb4d,()=>{const _0x152902=_0x1ae62d,_0xc13f6f=_0x55a1c1[_0x152902(0x122)](_0x2b3ee2[_0x152902(0x140)][_0x152902(0x143)][_0x152902(0x117)])[0x0],_0x394c22=_0xc13f6f[_0x152902(0x11e)](_0x152902(0x146)),{column:_0x7fed61,row:_0x1079d3}=_0x55a1c1[_0x152902(0x141)](_0xc13f6f);let _0x53b649=[];if(_0x152902(0x157)==_0x31e968[_0x152902(0x114)]){const _0x4687a8=_0x55a1c1[_0x152902(0x154)](_0x394c22,{'startRow':_0x1079d3,'endRow':_0x1079d3,'includeAllSlots':!0x0});_0x53b649=Array[_0x152902(0x16c)](_0x4687a8)[_0x152902(0x173)](_0x1b077d=>_0x1b077d[_0x152902(0x166)]);}else{const _0x468025=_0x55a1c1[_0x152902(0x154)](_0x394c22,{'column':_0x7fed61,'includeAllSlots':!0x0});_0x53b649=Array[_0x152902(0x16c)](_0x468025)[_0x152902(0x173)](_0x2f2f14=>_0x2f2f14[_0x152902(0x166)]);}_0x2b3ee2[_0x152902(0x140)][_0x152902(0x11d)](_0x1f6508=>{const _0x2b50f4=_0x152902;_0x1ae9da[_0x2b50f4(0x151)](_0x1f6508[_0x2b50f4(0x135)](_0xc13f6f),{'commandName':_0x5bbb4d,'commandParams':[]},_0x53b649,_0x5bbb4d);});});}_0x1ae9da[_0x1ae62d(0x123)][_0x1ae62d(0x11f)](_0x36fabc=>{const _0x59f08f=_0x1ae62d;if(_0x59f08f(0x156)!=_0x36fabc[_0x59f08f(0x14f)]&&_0x59f08f(0x14a)!=_0x36fabc[_0x59f08f(0x14f)])return;const {data:_0x345845}=_0x36fabc;return _0x345845&&_0x59f08f(0x147)==_0x345845[_0x59f08f(0x153)]?{'type':_0x59f08f(0x16d),'content':_0x3ff5f6(_0x148b20,_0x59f08f(0x128))}:void 0x0;}),_0x1ae9da[_0x1ae62d(0x123)][_0x1ae62d(0x11f)](_0x2f8745=>{const _0x3bf4d6=_0x1ae62d;if(_0x3bf4d6(0x156)!=_0x2f8745[_0x3bf4d6(0x14f)]&&_0x3bf4d6(0x14a)!=_0x2f8745[_0x3bf4d6(0x14f)])return;const {data:_0x4e5d93}=_0x2f8745;return _0x4e5d93?_0x3bf4d6(0x130)==_0x4e5d93[_0x3bf4d6(0x153)]?{'type':_0x3bf4d6(0x16d),'content':_0x3ff5f6(_0x148b20,_0x3bf4d6(0x16a))}:_0x3bf4d6(0x15d)==_0x4e5d93[_0x3bf4d6(0x153)]?{'type':_0x3bf4d6(0x16d),'content':_0x3ff5f6(_0x148b20,_0x3bf4d6(0x120))}:void 0x0:void 0x0;});const _0x519c11=_0x21886c[_0x1ae62d(0x168)]();for(const _0x40df74 of[_0x1ae62d(0x14e),_0x1ae62d(0x13d),_0x1ae62d(0x15a),_0x1ae62d(0x137)])_0x1ae9da[_0x1ae62d(0x134)][_0x1ae62d(0x14c)](_0x1ae62d(0x156),_0x40df74,_0x1ae62d(0x15f),_0x519c11);for(const _0x2ea204 of[_0x1ae62d(0x130),_0x1ae62d(0x15d)])_0x1ae9da[_0x1ae62d(0x134)][_0x1ae62d(0x14c)](_0x1ae62d(0x156),_0x2ea204,_0x1ae62d(0x15f),_0x519c11);_0x1ae9da[_0x1ae62d(0x134)][_0x1ae62d(0x14c)](_0x1ae62d(0x156),_0x1ae62d(0x147),_0x1ae62d(0x15f),_0x3c7554=>{const _0x4cc117=_0x1ae62d;_0x2b3ee2[_0x4cc117(0x140)][_0x4cc117(0x11d)](_0x1ca5a5=>{const _0x2d9cb5=_0x4cc117,_0x24e095=Array[_0x2d9cb5(0x16c)](_0x3bbd96[_0x2d9cb5(0x118)]())[_0x2d9cb5(0x173)](_0x3738b2=>_0x2294b0[_0x2d9cb5(0x164)](_0x3738b2));_0x1ca5a5[_0x2d9cb5(0x11b)](_0x3c7554),_0x2b3ee2[_0x2d9cb5(0x165)][_0x2d9cb5(0x159)](_0x2d9cb5(0x147))[_0x2d9cb5(0x13c)](),_0x2b3ee2[_0x2d9cb5(0x126)](_0x2d9cb5(0x147),{'forceDefaultExecution':!0x0});const _0x3a091c=_0x24e095[_0x2d9cb5(0x144)](_0x3696de=>_0x2d9cb5(0x138)!=_0x3696de[_0x2d9cb5(0x132)][_0x2d9cb5(0x16b)]);_0x3a091c[_0x2d9cb5(0x160)]>0x0&&_0x1ca5a5[_0x2d9cb5(0x11b)](_0x3a091c);for(const _0x465054 of _0x24e095)_0x465054[_0x2d9cb5(0x175)]();});});for(const _0x2a477c of[_0x1ae62d(0x14e),_0x1ae62d(0x15a),_0x1ae62d(0x137),_0x1ae62d(0x13d)]){const _0x35bc6f=_0x2b3ee2[_0x1ae62d(0x165)][_0x1ae62d(0x159)](_0x2a477c);_0x35bc6f['on'](_0x1ae62d(0x13b),(_0x11a631,_0xf15466,_0x383841)=>{const _0xc9e028=_0x1ae62d;if(_0x383841){const _0x5626de=_0x2b3ee2[_0xc9e028(0x140)][_0xc9e028(0x143)][_0xc9e028(0x117)][_0xc9e028(0x169)]()[_0xc9e028(0x145)]()[_0xc9e028(0x16f)](_0x174432=>_0x174432['is'](_0xc9e028(0x12b),_0xc9e028(0x15c)));this[_0xc9e028(0x150)](_0x35bc6f[_0xc9e028(0x119)],_0x5626de)||(_0x11a631[_0xc9e028(0x139)]=!0x1,_0x11a631[_0xc9e028(0x15b)]());}},{'priority':_0x1ae62d(0x162)});}}[_0x3b719b(0x133)](){const _0x25c292=_0x3b719b,_0x594e4d=this[_0x25c292(0x171)][_0x25c292(0x165)][_0x25c292(0x159)](_0x25c292(0x147)),_0x34034b=this[_0x25c292(0x171)][_0x25c292(0x148)][_0x25c292(0x159)](_0x25c292(0x129));if(!_0x594e4d[_0x25c292(0x12c)])return!0x1;const _0x52a36e=_0x34034b[_0x25c292(0x122)](this[_0x25c292(0x171)][_0x25c292(0x140)][_0x25c292(0x143)][_0x25c292(0x117)]);for(const _0x529338 of _0x52a36e)for(const _0x3e48e4 of _0x52a36e)if(_0x529338!=_0x3e48e4&&!this[_0x25c292(0x150)](_0x529338,_0x3e48e4))return!0x1;return!0x0;}[_0x3b719b(0x150)](_0x405970,_0x2593dd){const _0x1a38ea=_0x3b719b,_0x58fe2f=this[_0x1a38ea(0x171)][_0x1a38ea(0x148)][_0x1a38ea(0x159)](_0x1a38ea(0x12a)),_0x1bb17e=this[_0x1a38ea(0x171)][_0x1a38ea(0x140)][_0x1a38ea(0x135)](_0x405970),_0x21cbb9=this[_0x1a38ea(0x171)][_0x1a38ea(0x140)][_0x1a38ea(0x135)](_0x2593dd),_0x386e34=new Set(),_0x38b79e=new Set();for(const _0x5f3ceb of _0x58fe2f[_0x1a38ea(0x136)]())if((_0x1a38ea(0x125)==_0x5f3ceb[_0x1a38ea(0x14f)]||_0x1a38ea(0x14b)==_0x5f3ceb[_0x1a38ea(0x14f)]||_0x1a38ea(0x147)==_0x5f3ceb[_0x1a38ea(0x174)])&&_0x5f3ceb[_0x1a38ea(0x121)]){for(const _0x218fa0 of _0x5f3ceb[_0x1a38ea(0x118)]())_0x218fa0[_0x1a38ea(0x172)](_0x1bb17e,!0x0)&&_0x386e34[_0x1a38ea(0x16e)](_0x5f3ceb[_0x1a38ea(0x14f)]+':'+_0x5f3ceb[_0x1a38ea(0x15e)]['id']),_0x218fa0[_0x1a38ea(0x172)](_0x21cbb9,!0x0)&&_0x38b79e[_0x1a38ea(0x16e)](_0x5f3ceb[_0x1a38ea(0x14f)]+':'+_0x5f3ceb[_0x1a38ea(0x15e)]['id']);}if(_0x386e34[_0x1a38ea(0x161)]!=_0x38b79e[_0x1a38ea(0x161)])return!0x1;for(const _0x107985 of _0x386e34)if(!_0x38b79e[_0x1a38ea(0x142)](_0x107985))return!0x1;return!0x0;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x4715b5=_0x5e61;(function(_0x1269dc,_0x2fa282){const _0x5f2a58=_0x5e61,_0x52842b=_0x1269dc();while(!![]){try{const _0x20993c=parseInt(_0x5f2a58(0x154))/0x1*(parseInt(_0x5f2a58(0x155))/0x2)+-parseInt(_0x5f2a58(0x15f))/0x3*(parseInt(_0x5f2a58(0x15e))/0x4)+-parseInt(_0x5f2a58(0x148))/0x5+-parseInt(_0x5f2a58(0x152))/0x6+-parseInt(_0x5f2a58(0x149))/0x7+-parseInt(_0x5f2a58(0x15c))/0x8*(-parseInt(_0x5f2a58(0x15a))/0x9)+-parseInt(_0x5f2a58(0x150))/0xa*(-parseInt(_0x5f2a58(0x153))/0xb);if(_0x20993c===_0x2fa282)break;else _0x52842b['push'](_0x52842b['shift']());}catch(_0x333831){_0x52842b['push'](_0x52842b['shift']());}}}(_0x107a,0xeb975));import{Plugin as _0x256abe}from'ckeditor5/src/core.js';import{getTranslation as _0x1941f8}from'../utils/common-translations.js';function _0x5e61(_0x339252,_0x2a2549){const _0x107a2f=_0x107a();return _0x5e61=function(_0x5e61eb,_0x2388e8){_0x5e61eb=_0x5e61eb-0x148;let _0x1ebc24=_0x107a2f[_0x5e61eb];return _0x1ebc24;},_0x5e61(_0x339252,_0x2a2549);}function _0x107a(){const _0x80aaa1=['TrackChangesEditing','6959745FOsvFV','tableOfContents','8bLRXKc','insertTableOfContents','841476aNgsqN','18wjKYsV','3971205nHdxBa','13213613NQcVSl','ELEMENT_TABLE_OF_CONTENTS','get','enableCommand','registerElementLabel','locale','plugins','45421370dMfiVV','commands','3708024jlJCPG','11XnEaCx','1BlrsDW','423314RqZPJt','afterInit','_descriptionFactory','editor'];_0x107a=function(){return _0x80aaa1;};return _0x107a();}export default class Ct extends _0x256abe{[_0x4715b5(0x156)](){const _0x482b51=_0x4715b5,_0x557f2f=this[_0x482b51(0x158)];if(!_0x557f2f[_0x482b51(0x151)][_0x482b51(0x14b)](_0x482b51(0x15d)))return;_0x557f2f[_0x482b51(0x14f)][_0x482b51(0x14b)](_0x482b51(0x159))[_0x482b51(0x14c)](_0x482b51(0x15d));const _0x38be46=_0x557f2f[_0x482b51(0x14f)][_0x482b51(0x14b)](_0x482b51(0x159)),_0x49f9d6=_0x557f2f[_0x482b51(0x14e)];_0x38be46[_0x482b51(0x157)][_0x482b51(0x14d)](_0x482b51(0x15b),_0x3d099d=>_0x1941f8(_0x49f9d6,_0x482b51(0x14a),_0x3d099d));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e59e5=_0x4331;function _0x4331(_0x360e94,_0x271670){const _0x4f927c=_0x4f92();return _0x4331=function(_0x4331ab,_0x51a6d3){_0x4331ab=_0x4331ab-0x18c;let _0x48a5cc=_0x4f927c[_0x4331ab];return _0x48a5cc;},_0x4331(_0x360e94,_0x271670);}function _0x4f92(){const _0x1dedcf=['tableCellBorderColor','locale','enqueueChange','6799905zsUyfX','tableBorderColor','handleDiscardAction','nodeAfter','getFirstPosition','afterInit','table','*Format:*\x20change\x20table\x20properties','tableCellHeight','data','tableHeight','getSuggestions','TrackChangesEditing','registerCustomCallback','markBlockFormat','TrackChangesTableProperties','1022979QBhAXo','enableCommand','184edOBir','*Format:*\x20change\x20table\x20cell\x20properties','getAttribute','tableCellBackgroundColor','tableCellProperties','document','2268DIkEJU','tableCellBorderWidth','tableBorderStyle','handleSuggestionDescription','tableWidth','findAncestor','tableAlignment','1043718AuNTVk','format','601088lZJtQc','subType','_descriptionFactory','accept','_getSuggestion','discard','has','TableCellPropertiesEditing','batch','setAttribute','TablePropertiesEditing','2359KTeQwf','get','7145MWFBuv','tableBackgroundColor','commandParams','getSelectionAffectedTableCells','join','model','getContainedElement','start','change','tableCellVerticalAlignment','formatBlock','tableCellBorderStyle','tableCellPadding','pluginName','TableUtils','tableBorderWidth','registerDescriptionCallback','getSuggestionCallback','_suggestionFactory','403215LAFCGY','tableCellWidth','plugins','tableCellHorizontalAlignment','selection','tableProperties','editor','_handlePropertyChange','removeAttribute'];_0x4f92=function(){return _0x1dedcf;};return _0x4f92();}(function(_0x78967f,_0x4359e7){const _0x221b05=_0x4331,_0x387c93=_0x78967f();while(!![]){try{const _0x393945=-parseInt(_0x221b05(0x1be))/0x1+parseInt(_0x221b05(0x19c))/0x2+-parseInt(_0x221b05(0x18d))/0x3+-parseInt(_0x221b05(0x18f))/0x4*(parseInt(_0x221b05(0x1ab))/0x5)+parseInt(_0x221b05(0x195))/0x6*(-parseInt(_0x221b05(0x1a9))/0x7)+-parseInt(_0x221b05(0x19e))/0x8+parseInt(_0x221b05(0x1ca))/0x9;if(_0x393945===_0x4359e7)break;else _0x387c93['push'](_0x387c93['shift']());}catch(_0x19f518){_0x387c93['push'](_0x387c93['shift']());}}}(_0x4f92,0x40aec));import{Plugin as _0x6317da}from'ckeditor5/src/core.js';import{getTranslation as _0x4079f6}from'../utils/common-translations.js';export default class $t extends _0x6317da{constructor(_0x1cac46){const _0x2a6a11=_0x4331;super(_0x1cac46),this[_0x2a6a11(0x1c3)]=[_0x2a6a11(0x1cb),_0x2a6a11(0x197),_0x2a6a11(0x1ba),_0x2a6a11(0x19b),_0x2a6a11(0x199),_0x2a6a11(0x1d4),_0x2a6a11(0x1ac)],this[_0x2a6a11(0x193)]=[_0x2a6a11(0x1c7),_0x2a6a11(0x1b6),_0x2a6a11(0x196),_0x2a6a11(0x1b7),_0x2a6a11(0x1bf),_0x2a6a11(0x1d2),_0x2a6a11(0x192),_0x2a6a11(0x1c1),_0x2a6a11(0x1b4)];}static get[_0x3e59e5(0x1b8)](){const _0x1c2880=_0x3e59e5;return _0x1c2880(0x18c);}[_0x3e59e5(0x1cf)](){const _0x57145a=_0x3e59e5,_0x46768d=this[_0x57145a(0x1c4)][_0x57145a(0x1c0)][_0x57145a(0x1aa)](_0x57145a(0x1d6));if(this[_0x57145a(0x1c4)][_0x57145a(0x1c0)][_0x57145a(0x1a4)](_0x57145a(0x1a8))){for(const _0x1ecfa0 of this[_0x57145a(0x1c3)])_0x46768d[_0x57145a(0x18e)](_0x1ecfa0,(_0x40bb69,_0x2d7edd)=>{const _0x2d2da3=_0x57145a,_0x4b8b64=this[_0x2d2da3(0x1c4)][_0x2d2da3(0x1b0)][_0x2d2da3(0x194)][_0x2d2da3(0x1c2)][_0x2d2da3(0x1ce)]()[_0x2d2da3(0x19a)](_0x2d2da3(0x1d0));this[_0x2d2da3(0x1c5)](_0x1ecfa0,[_0x4b8b64],this[_0x2d2da3(0x1c3)],_0x2d2da3(0x1c3),_0x40bb69,_0x2d7edd);});_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1d7)](_0x57145a(0x1b5),_0x57145a(0x1c3),_0x57145a(0x1a1),_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1bc)](_0x57145a(0x1b5),null,_0x57145a(0x1a3))),_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1d7)](_0x57145a(0x1b5),_0x57145a(0x1c3),_0x57145a(0x1a3),(_0x29a75b,_0xa058ba)=>this[_0x57145a(0x1cc)](this[_0x57145a(0x1c3)],_0x29a75b,_0xa058ba)),_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1d7)](_0x57145a(0x1b5),_0x57145a(0x1c3),_0x57145a(0x1af),()=>!0x1);}if(this[_0x57145a(0x1c4)][_0x57145a(0x1c0)][_0x57145a(0x1a4)](_0x57145a(0x1a5))){for(const _0x317a8c of this[_0x57145a(0x193)])_0x46768d[_0x57145a(0x18e)](_0x317a8c,(_0x413835,_0x13d47e)=>{const _0x14d2ed=_0x57145a,_0xd6b6d8=this[_0x14d2ed(0x1c4)][_0x14d2ed(0x1c0)][_0x14d2ed(0x1aa)](_0x14d2ed(0x1b9))[_0x14d2ed(0x1ae)](this[_0x14d2ed(0x1c4)][_0x14d2ed(0x1b0)][_0x14d2ed(0x194)][_0x14d2ed(0x1c2)]);this[_0x14d2ed(0x1c5)](_0x317a8c,_0xd6b6d8,this[_0x14d2ed(0x193)],_0x14d2ed(0x193),_0x413835,_0x13d47e);});_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1d7)](_0x57145a(0x1b5),_0x57145a(0x193),_0x57145a(0x1a1),_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1bc)](_0x57145a(0x1b5),null,_0x57145a(0x1a3))),_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1d7)](_0x57145a(0x1b5),_0x57145a(0x193),_0x57145a(0x1a3),(_0x77d7b7,_0xc5c22f)=>this[_0x57145a(0x1cc)](this[_0x57145a(0x193)],_0x77d7b7,_0xc5c22f)),_0x46768d[_0x57145a(0x1bd)][_0x57145a(0x1d7)](_0x57145a(0x1b5),_0x57145a(0x193),_0x57145a(0x1af),()=>!0x1);}_0x46768d[_0x57145a(0x1a0)][_0x57145a(0x1bb)](_0xf888ec=>this[_0x57145a(0x198)](_0xf888ec));}[_0x3e59e5(0x1c5)](_0x3a72b3,_0x3ed2ba,_0xe756cb,_0x711544,_0x49661b,_0x5738b4){const _0x12a234=_0x3e59e5,_0xb19087=this[_0x12a234(0x1c4)][_0x12a234(0x1c0)][_0x12a234(0x1aa)](_0x12a234(0x1d6));this[_0x12a234(0x1c4)][_0x12a234(0x1b0)][_0x12a234(0x1c9)](_0x5738b4[_0x12a234(0x1a6)],()=>{const _0x39889c=_0x12a234;for(const _0x275f9e of _0x3ed2ba){if(this[_0x39889c(0x1a2)](_0x275f9e,_0x711544))_0x49661b(_0x5738b4);else{const _0x4c89ee={};for(const _0x20a3a7 of _0xe756cb){const _0x13b91c=_0x275f9e[_0x39889c(0x191)](_0x20a3a7);void 0x0!==_0x13b91c&&(_0x4c89ee[_0x20a3a7]=_0x13b91c);}_0x49661b(_0x5738b4),_0xb19087[_0x39889c(0x1d8)](_0x275f9e,{'commandParams':[_0x4c89ee]},[],_0x711544);}}});}[_0x3e59e5(0x1cc)](_0x4866b6,_0x80496b,_0x41b749){const _0x732cf3=_0x3e59e5,_0x2d7ab2=_0x80496b[0x0][_0x732cf3(0x1b2)][_0x732cf3(0x1cd)],_0x30227f=_0x41b749[_0x732cf3(0x1ad)][0x0];this[_0x732cf3(0x1c4)][_0x732cf3(0x1b0)][_0x732cf3(0x1b3)](_0x367051=>{const _0x39cfc3=_0x732cf3;for(const _0x2a0c0e of _0x4866b6)void 0x0!==_0x30227f[_0x2a0c0e]?_0x367051[_0x39cfc3(0x1a7)](_0x2a0c0e,_0x30227f[_0x2a0c0e],_0x2d7ab2):_0x367051[_0x39cfc3(0x1c6)](_0x2a0c0e,_0x2d7ab2);});}[_0x3e59e5(0x198)](_0xbdedc0){const _0x243037=_0x3e59e5;if(_0xbdedc0[_0x243037(0x1d3)])switch(_0xbdedc0[_0x243037(0x19f)]){case _0x243037(0x1c3):return{'type':_0x243037(0x19d),'content':_0x4079f6(this[_0x243037(0x1c4)][_0x243037(0x1c8)],_0x243037(0x1d1))};case _0x243037(0x193):return{'type':_0x243037(0x19d),'content':_0x4079f6(this[_0x243037(0x1c4)][_0x243037(0x1c8)],_0x243037(0x190))};}}[_0x3e59e5(0x1a2)](_0x6177a6,_0x447cb4){const _0x330f32=_0x3e59e5,_0x55af71=this[_0x330f32(0x1c4)][_0x330f32(0x1c0)][_0x330f32(0x1aa)](_0x330f32(0x1d6));for(const _0x454e1c of _0x55af71[_0x330f32(0x1d5)]({'skipNotAttached':!0x0})){const _0x22524c=_0x454e1c[_0x330f32(0x1b1)]();if(_0x454e1c[_0x330f32(0x19f)]===_0x447cb4&&_0x22524c===_0x6177a6)return _0x454e1c;}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x39dfa1=_0x4411;(function(_0x58aa7b,_0x351e65){const _0x2c65e0=_0x4411,_0x172c40=_0x58aa7b();while(!![]){try{const _0x11ac49=parseInt(_0x2c65e0(0x1fe))/0x1*(parseInt(_0x2c65e0(0x205))/0x2)+parseInt(_0x2c65e0(0x207))/0x3+-parseInt(_0x2c65e0(0x1f6))/0x4+-parseInt(_0x2c65e0(0x1fb))/0x5*(parseInt(_0x2c65e0(0x203))/0x6)+parseInt(_0x2c65e0(0x1f7))/0x7*(parseInt(_0x2c65e0(0x200))/0x8)+-parseInt(_0x2c65e0(0x1f4))/0x9*(-parseInt(_0x2c65e0(0x1ff))/0xa)+parseInt(_0x2c65e0(0x202))/0xb*(-parseInt(_0x2c65e0(0x1f3))/0xc);if(_0x11ac49===_0x351e65)break;else _0x172c40['push'](_0x172c40['shift']());}catch(_0x3d8018){_0x172c40['push'](_0x172c40['shift']());}}}(_0x3a3c,0x29771));function _0x4411(_0x21a355,_0x4714a4){const _0x3a3c70=_0x3a3c();return _0x4411=function(_0x4411bb,_0x10c3ed){_0x4411bb=_0x4411bb-0x1f3;let _0x10ae70=_0x3a3c70[_0x4411bb];return _0x10ae70;},_0x4411(_0x21a355,_0x4714a4);}import{Plugin as _0x43611e}from'ckeditor5/src/core.js';export default class _t extends _0x43611e{[_0x39dfa1(0x1fc)](){const _0x591d22=_0x39dfa1,_0x11d38b=this[_0x591d22(0x204)];_0x11d38b[_0x591d22(0x1fa)][_0x591d22(0x1f8)](_0x591d22(0x1f5))&&_0x11d38b[_0x591d22(0x1fa)][_0x591d22(0x201)](_0x591d22(0x1f9))[_0x591d22(0x206)](_0x591d22(0x1fd));}}function _0x3a3c(){const _0x37c411=['1DEQyra','10KfcqGF','152TeTobI','get','473xVjtyi','1152gCNCgA','editor','560894wbReKN','enableCommand','94299GABJsJ','22212jztkMN','1818603azAbkU','Template','586824EiiRfy','30093FKfguN','has','TrackChangesEditing','plugins','5195QkPxsc','afterInit','insertTemplate'];_0x3a3c=function(){return _0x37c411;};return _0x3a3c();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x374d(_0x32de7e,_0x443f52){const _0x4713a8=_0x4713();return _0x374d=function(_0x374d30,_0x4b062b){_0x374d30=_0x374d30-0x82;let _0x26de57=_0x4713a8[_0x374d30];return _0x26de57;},_0x374d(_0x32de7e,_0x443f52);}const _0x4b1d5b=_0x374d;(function(_0x4966e0,_0x5d1d7f){const _0x3d0238=_0x374d,_0x3e9fac=_0x4966e0();while(!![]){try{const _0x417e9e=-parseInt(_0x3d0238(0xa4))/0x1*(-parseInt(_0x3d0238(0x9c))/0x2)+-parseInt(_0x3d0238(0x89))/0x3+parseInt(_0x3d0238(0xa5))/0x4*(parseInt(_0x3d0238(0xa0))/0x5)+parseInt(_0x3d0238(0x88))/0x6+parseInt(_0x3d0238(0x96))/0x7+parseInt(_0x3d0238(0x9e))/0x8+-parseInt(_0x3d0238(0x8f))/0x9*(parseInt(_0x3d0238(0x85))/0xa);if(_0x417e9e===_0x5d1d7f)break;else _0x3e9fac['push'](_0x3e9fac['shift']());}catch(_0x12c131){_0x3e9fac['push'](_0x3e9fac['shift']());}}}(_0x4713,0x9abdb));function _0x4713(){const _0x4af6eb=['document','1670jVRCYN','locale','get','5837778mwPxuQ','1407900EwIjXN','isTouching','removeMarker','_descriptionFactory','model','has','148491RiQQPJ','differ','schema','end','updateMarker','element','getChangedMarkers','5164705zmjJkY','Title','isEqual','start','editor','isCollapsed','76HafHEa','TrackChangesEditing','5210472DORDwe','plugins','4405riaIEe','getNearestSelectionRange','from','nodeBefore','10931MnutOb','4908UMFKgn','suggestion','forward','afterInit','createRange','title-content','ELEMENT_TITLE','newRange','_splitMarkerName','registerElementLabel','registerPostFixer'];_0x4713=function(){return _0x4af6eb;};return _0x4713();}import{Plugin as _0x340bc9}from'ckeditor5/src/core.js';import{getTranslation as _0x5bcb2}from'../utils/common-translations.js';export default class Dt extends _0x340bc9{[_0x4b1d5b(0xa8)](){const _0x12cc72=_0x4b1d5b,_0x3fcd83=this[_0x12cc72(0x9a)];if(!_0x3fcd83[_0x12cc72(0x9f)][_0x12cc72(0x8e)](_0x12cc72(0x97)))return;const _0x25cdc8=_0x3fcd83[_0x12cc72(0x9f)][_0x12cc72(0x87)](_0x12cc72(0x9d));_0x25cdc8[_0x12cc72(0x8c)][_0x12cc72(0x82)](_0x12cc72(0xaa),()=>_0x5bcb2(_0x3fcd83[_0x12cc72(0x86)],_0x12cc72(0xab))),_0x3fcd83[_0x12cc72(0x8d)][_0x12cc72(0x84)][_0x12cc72(0x83)](_0x19fb7b=>{const _0x5bdc7d=_0x12cc72;let _0x4d0708=!0x1;const _0x249558=Array[_0x5bdc7d(0xa2)](_0x3fcd83[_0x5bdc7d(0x8d)][_0x5bdc7d(0x84)][_0x5bdc7d(0x90)][_0x5bdc7d(0x95)]());for(const {name:_0x5704d9,data:_0x3cdc8c}of _0x249558){const {group:_0x1426ab}=_0x25cdc8[_0x5bdc7d(0xad)](_0x5704d9);if(_0x5bdc7d(0xa6)!==_0x1426ab||!_0x3cdc8c[_0x5bdc7d(0xac)])continue;const _0x7a508c=_0x3cdc8c[_0x5bdc7d(0xac)],_0x3af9ab=_0x7a508c[_0x5bdc7d(0x92)][_0x5bdc7d(0xa3)];if(!_0x3af9ab||!_0x3af9ab['is'](_0x5bdc7d(0x94),_0x5bdc7d(0xaa)))continue;if(!_0x7a508c[_0x5bdc7d(0x99)][_0x5bdc7d(0x8a)](_0x7a508c[_0x5bdc7d(0x92)]))continue;const _0x148e3d=_0x3fcd83[_0x5bdc7d(0x8d)][_0x5bdc7d(0x91)][_0x5bdc7d(0xa1)](_0x7a508c[_0x5bdc7d(0x92)],_0x5bdc7d(0xa7));if(_0x148e3d&&_0x148e3d[_0x5bdc7d(0x9b)]){const _0x2f0ec6=_0x19fb7b[_0x5bdc7d(0xa9)](_0x7a508c[_0x5bdc7d(0x99)],_0x148e3d[_0x5bdc7d(0x99)]);_0x2f0ec6[_0x5bdc7d(0x98)](_0x7a508c)||(_0x19fb7b[_0x5bdc7d(0x93)](_0x5704d9,{'range':_0x2f0ec6}),_0x4d0708=!0x0);}_0x4d0708||(_0x19fb7b[_0x5bdc7d(0x8b)](_0x5704d9),_0x4d0708=!0x0);}return _0x4d0708;});}}
|