@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240311.0 → 0.0.0-nightly-20240313.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/package.json +3 -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/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
|
|
23
|
+
const _0x5ecb7d=_0x39c4;function _0x39c4(_0x48d3ee,_0x208d16){const _0x448137=_0x4481();return _0x39c4=function(_0x39c469,_0x2a9dca){_0x39c469=_0x39c469-0x1bb;let _0x14b1ee=_0x448137[_0x39c469];return _0x14b1ee;},_0x39c4(_0x48d3ee,_0x208d16);}(function(_0x7db1ce,_0x3f76a8){const _0x12af79=_0x39c4,_0xb54972=_0x7db1ce();while(!![]){try{const _0xc4e00a=parseInt(_0x12af79(0x1c0))/0x1*(-parseInt(_0x12af79(0x1e4))/0x2)+parseInt(_0x12af79(0x1ee))/0x3*(parseInt(_0x12af79(0x1e1))/0x4)+-parseInt(_0x12af79(0x1d1))/0x5+parseInt(_0x12af79(0x1e0))/0x6*(parseInt(_0x12af79(0x1e9))/0x7)+parseInt(_0x12af79(0x1cc))/0x8*(parseInt(_0x12af79(0x1c4))/0x9)+-parseInt(_0x12af79(0x1d8))/0xa+-parseInt(_0x12af79(0x1ca))/0xb*(-parseInt(_0x12af79(0x1dc))/0xc);if(_0xc4e00a===_0x3f76a8)break;else _0xb54972['push'](_0xb54972['shift']());}catch(_0x23c710){_0xb54972['push'](_0xb54972['shift']());}}}(_0x4481,0xe14d8));import{Plugin as _0x1677e8}from'ckeditor5/src/core.js';import{getTranslation as _0x3665b3}from'../utils/common-translations.js';export default class wt extends _0x1677e8{[_0x5ecb7d(0x1d0)](){const _0x3da9c7=_0x5ecb7d,_0x4f04ee=this[_0x3da9c7(0x1d2)];if(!_0x4f04ee[_0x3da9c7(0x1c3)][_0x3da9c7(0x1e8)](_0x3da9c7(0x1bc))||!_0x4f04ee[_0x3da9c7(0x1c3)][_0x3da9c7(0x1e8)](_0x3da9c7(0x1d9)))return;const _0x5e4639=_0x4f04ee[_0x3da9c7(0x1c3)][_0x3da9c7(0x1e3)](_0x3da9c7(0x1e2)),_0x3ec2dc=_0x4f04ee[_0x3da9c7(0x1bb)],_0x1e7800=_0x4f04ee[_0x3da9c7(0x1cd)][_0x3da9c7(0x1e3)](_0x3da9c7(0x1d4))||{},_0x256b49=_0x4f04ee[_0x3da9c7(0x1c3)][_0x3da9c7(0x1e3)](_0x3da9c7(0x1d6)),_0x5edbb1=_0x4f04ee[_0x3da9c7(0x1c3)][_0x3da9c7(0x1e3)](_0x3da9c7(0x1ea))[_0x3da9c7(0x1e7)](_0x4f04ee[_0x3da9c7(0x1c3)][_0x3da9c7(0x1e3)](_0x3da9c7(0x1d9)),_0x1e7800[_0x3da9c7(0x1ec)]);_0x5e4639[_0x3da9c7(0x1ed)](_0x3da9c7(0x1d4));const _0x420f5a=new Set();for(const _0xc5dfc9 of _0x5edbb1[_0x3da9c7(0x1be)]){const _0x3d2aaa=_0x256b49[_0x3da9c7(0x1c5)](_0xc5dfc9[_0x3da9c7(0x1df)]);_0x420f5a[_0x3da9c7(0x1db)](_0x3d2aaa);}const _0x489489=new Set();for(const _0x479316 of _0x5edbb1[_0x3da9c7(0x1ce)]){const _0x165767=_0x256b49[_0x3da9c7(0x1c5)](_0x479316[_0x3da9c7(0x1df)]);_0x489489[_0x3da9c7(0x1db)](_0x165767);for(const _0x701906 of _0x479316[_0x3da9c7(0x1d5)])_0x489489[_0x3da9c7(0x1db)](_0x701906);}for(const _0x2a0b6e of _0x420f5a)_0x5e4639[_0x3da9c7(0x1da)](_0x2a0b6e),_0x5e4639[_0x3da9c7(0x1c8)][_0x3da9c7(0x1eb)](_0x2a0b6e,_0x3665b3(_0x3ec2dc,_0x3da9c7(0x1de)));for(const _0x5d567a of _0x489489)_0x5e4639[_0x3da9c7(0x1cb)](_0x5d567a),_0x5e4639[_0x3da9c7(0x1c8)][_0x3da9c7(0x1eb)](_0x5d567a,_0x3665b3(_0x3ec2dc,_0x3da9c7(0x1de)));this[_0x3da9c7(0x1c1)]();}[_0x5ecb7d(0x1c1)](){const _0x52d7f5=_0x5ecb7d,_0x3ad0a9=this[_0x52d7f5(0x1d2)],_0x19b161=_0x3ad0a9[_0x52d7f5(0x1bb)];_0x3ad0a9[_0x52d7f5(0x1c3)][_0x52d7f5(0x1e3)](_0x52d7f5(0x1e2))[_0x52d7f5(0x1c8)][_0x52d7f5(0x1d7)](_0x303c2c=>{const _0x2c5326=_0x52d7f5;if(_0x2c5326(0x1c2)!=_0x303c2c[_0x2c5326(0x1e6)]&&_0x2c5326(0x1c9)!=_0x303c2c[_0x2c5326(0x1e6)])return;const {data:_0x30e841}=_0x303c2c;return _0x30e841&&_0x2c5326(0x1d4)===_0x30e841[_0x2c5326(0x1c7)]?_0x30e841[_0x2c5326(0x1bf)][0x0][_0x2c5326(0x1d3)]?{'type':_0x2c5326(0x1e5),'content':_0x3665b3(_0x19b161,_0x2c5326(0x1dd),_0x30e841[_0x2c5326(0x1bf)][0x0][_0x2c5326(0x1c6)][_0x2c5326(0x1bd)]())}:{'type':_0x2c5326(0x1e5),'content':_0x3665b3(_0x19b161,_0x2c5326(0x1cf),_0x30e841[_0x2c5326(0x1bf)][0x0][_0x2c5326(0x1c6)][_0x2c5326(0x1bd)]())}:void 0x0;});}}function _0x4481(){const _0x4fa811=['_registerLegacyDescription','formatBlock','plugins','3626757ItoDfG','getGhsAttributeNameForElement','styleName','commandName','_descriptionFactory','formatInline','11ScoVcx','_registerInlineAttribute','16IcCbRQ','config','inline','*Remove\x20format:*\x20%0','afterInit','2778945juiqBh','editor','forceValue','style','ghsAttributes','GeneralHtmlSupport','registerDescriptionCallback','8710670jdigri','DataSchema','_registerBlockAttribute','add','18231204GCMcbm','*Set\x20format:*\x20%0','FORMAT_STYLE','element','1656ImjxgO','4qUGqGD','TrackChangesEditing','get','3408530kcyGHg','format','type','normalizeConfig','has','26992AgWKrS','StyleUtils','registerAttributeLabel','definitions','_enableDefaultAttributesIntegration','1993476eiCcBt','locale','Style','toLowerCase','block','commandParams','1amQOKa'];_0x4481=function(){return _0x4fa811;};return _0x4481();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x32937e=_0x127d;function _0x127d(_0x25f74c,_0x327bd7){const _0x52e25f=_0x52e2();return _0x127d=function(_0x127d8d,_0x8157a5){_0x127d8d=_0x127d8d-0xc0;let _0x51b253=_0x52e25f[_0x127d8d];return _0x51b253;},_0x127d(_0x25f74c,_0x327bd7);}(function(_0x1ac046,_0x271d5e){const _0x50959a=_0x127d,_0x3906dc=_0x1ac046();while(!![]){try{const _0x5884ab=parseInt(_0x50959a(0x137))/0x1*(parseInt(_0x50959a(0x13b))/0x2)+-parseInt(_0x50959a(0xfe))/0x3+parseInt(_0x50959a(0xd3))/0x4*(parseInt(_0x50959a(0xf2))/0x5)+parseInt(_0x50959a(0x14e))/0x6*(-parseInt(_0x50959a(0xcd))/0x7)+-parseInt(_0x50959a(0x14c))/0x8*(-parseInt(_0x50959a(0xe4))/0x9)+-parseInt(_0x50959a(0xf0))/0xa*(parseInt(_0x50959a(0xd9))/0xb)+parseInt(_0x50959a(0x127))/0xc;if(_0x5884ab===_0x271d5e)break;else _0x3906dc['push'](_0x3906dc['shift']());}catch(_0x2514a3){_0x3906dc['push'](_0x3906dc['shift']());}}}(_0x52e2,0xb7f55));import{Plugin as _0x4d4811}from'ckeditor5/src/core.js';function _0x52e2(){const _0x1e25f3=['nodeBefore','removeClass','createTableWalker','execute','*Insert:*\x20%0','type','isArray','isInContent','options','markMultiRangeDeletion','_tableSuggestions','enqueueChange','map','getChangedMarkers','differ','nodeAfter','getContainedElement','above','insertTable','minColumn','_getSuggestionCoords','commands','length','plugins','add','suggestion','cell','end','locale','$textProxy','maxColumn','9433608DrbSYO','ELEMENT_TABLE_COLUMN_WITH_TEXT','createRangeIn','_acceptFormatSuggestionCallbackFactory','discard','highest','getChildren','model','getRowIndexes','get','has','mapper','afterInit','createPositionAt','batch','order','1GbkDAK','createRangeOn','isIntersectingWithRange','registerElementLabel','1753718qGXLpj','setSelection','insertTableRowAbove','every','ELEMENT_TABLE_ROW_WITH_TEXT','ELEMENT_TABLE','includes','tableRow','minRow','tableColumn','change','getCellLocation','getColumnIndexes','getItems','first','addClass','$graveyard','6328888jOzGrg','deletion','1896OFQjgx','filter','insertTableColumnRight','selection','*Remove:*\x20%0','registerCustomCallback','document','ELEMENT_TABLE_COLUMN','element','maxRow','_getCoordsForCells','push','join','addMarker:suggestion','change:data','getSelectionAffectedTableCells','subType','ELEMENT_TABLE_ROW','startsWith','oldRange','table','editor','toViewElement','values','MAX_SAFE_INTEGER','item','toLowerCase','getRanges','insert','MIN_SAFE_INTEGER','isTouching','insertTableColumnLeft','getChanges','getAttribute','some','14665DTItOE','substr','_suggestionFactory','TableEditing','removeTableRow','hasAttribute','244PrcUOt','markMultiRangeInsertion','left','position','rootName','writer','132SwvXnN','colspan','selectTableColumn','name','getSuggestion','findAncestor','addRange','_tablePostFixingSubtypes','getFirstRange','insertTableRowBelow','removeTableColumn','9ppqCVE','_descriptionFactory','registerDescriptionCallback','tableCell','tablePaste','TrackChangesEditing','ELEMENT_TABLE_WITH_TEXT','isEqual','registerPostFixer','max','forceValue','min','911530lvXJUV','rowspan','39855ghaHFg','low','refresh','span','start','_splitMarkerName','detach','classes','last','from','data','accept','1292958Jeaenl','downcastDispatcher','TableUtils','selectTableRow','enableCommand','root','insertion','fromRange','showSuggestionHighlights','_setupColumnsRowsFixing'];_0x52e2=function(){return _0x1e25f3;};return _0x52e2();}import{LiveRange as _0x17f8cf}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x21f80b}from'ckeditor5/src/widget.js';import{getTranslation as _0x4a332d}from'../utils/common-translations.js';export default class yt extends _0x4d4811{constructor(_0x41eb20){const _0x927b=_0x127d;super(_0x41eb20),this[_0x927b(0xe0)]=[_0x927b(0x142),_0x927b(0x144)],this[_0x927b(0x112)]=new Set();}[_0x32937e(0x133)](){const _0x134b11=_0x32937e,_0x467af2=this[_0x134b11(0x163)],_0x155c6d=_0x467af2[_0x134b11(0x12e)][_0x134b11(0x154)][_0x134b11(0x151)];if(!_0x467af2[_0x134b11(0x11f)][_0x134b11(0x131)](_0x134b11(0xd0)))return;const _0x16eecf=_0x467af2[_0x134b11(0x124)],_0x8871c3=_0x467af2[_0x134b11(0x11f)][_0x134b11(0x130)](_0x134b11(0xe9)),_0x1deeb8=_0x467af2[_0x134b11(0x11f)][_0x134b11(0x130)](_0x134b11(0x100));_0x8871c3[_0x134b11(0xe5)][_0x134b11(0x13a)](_0x134b11(0x162),_0x1cb204=>_0x4a332d(_0x16eecf,_0x134b11(0x140),_0x1cb204)),this[_0x134b11(0x107)](),_0x8871c3[_0x134b11(0x102)](_0x134b11(0x11a)),_0x8871c3[_0x134b11(0x102)](_0x134b11(0x101)),_0x8871c3[_0x134b11(0x102)](_0x134b11(0xdb));for(const _0x4268f2 of[_0x134b11(0x13d),_0x134b11(0xe2)]){const _0x20ebe1=_0x467af2[_0x134b11(0x11d)][_0x134b11(0x130)](_0x4268f2);_0x8871c3[_0x134b11(0x102)](_0x4268f2,_0xccd33d=>{const _0x1e764b=_0x134b11;_0x467af2[_0x1e764b(0x12e)][_0x1e764b(0x145)](_0x213f10=>{const _0x286193=_0x1e764b;_0xccd33d();const _0x25b5d9=_0x286193(0x119)===_0x20ebe1[_0x286193(0x136)],_0x4c7c5a=_0x1deeb8[_0x286193(0x15d)](_0x155c6d),_0x38f3de=_0x1deeb8[_0x286193(0x12f)](_0x4c7c5a),_0x40657a=_0x25b5d9?_0x38f3de[_0x286193(0x149)]-0x1:_0x38f3de[_0x286193(0xfa)]+0x1,_0x6ac4b0=_0x4c7c5a[0x0][_0x286193(0xde)](_0x286193(0x162)),_0x16ae1e=_0x1deeb8[_0x286193(0x10a)](_0x6ac4b0,{'startRow':_0x40657a,'endRow':_0x40657a}),_0x9e103a=Array[_0x286193(0xfb)](_0x16ae1e)[_0x286193(0x114)](_0x59275e=>_0x213f10[_0x286193(0x138)](_0x59275e[_0x286193(0x122)]));_0x8871c3[_0x286193(0xd4)](_0x9e103a,_0x286193(0x142));});});}for(const _0x591fd6 of[_0x134b11(0xc9),_0x134b11(0x150)]){const _0x2a34a7=_0x467af2[_0x134b11(0x11d)][_0x134b11(0x130)](_0x591fd6);_0x8871c3[_0x134b11(0x102)](_0x591fd6,_0x2e166b=>{const _0x44ac82=_0x134b11;_0x467af2[_0x44ac82(0x12e)][_0x44ac82(0x145)](_0x1dcad6=>{const _0x384903=_0x44ac82;_0x2e166b();const _0x2fd1fc=_0x384903(0xd5)===_0x2a34a7[_0x384903(0x136)],_0x525550=_0x1deeb8[_0x384903(0x15d)](_0x155c6d),_0x2a8c0a=_0x1deeb8[_0x384903(0x147)](_0x525550),_0x34fc79=_0x2fd1fc?_0x2a8c0a[_0x384903(0x149)]-0x1:_0x2a8c0a[_0x384903(0xfa)]+0x1,_0x575a85=_0x525550[0x0][_0x384903(0xde)](_0x384903(0x162)),_0x45e2f6=_0x1deeb8[_0x384903(0x10a)](_0x575a85,{'startRow':0x0,'column':_0x34fc79,'includeAllSlots':!0x1}),_0x70ab73=Array[_0x384903(0xfb)](_0x45e2f6)[_0x384903(0x114)](_0x2c4cdf=>_0x1dcad6[_0x384903(0x138)](_0x2c4cdf[_0x384903(0x122)]));_0x8871c3[_0x384903(0xd4)](_0x70ab73,_0x384903(0x144));});});}for(const _0xdb76cd of[_0x134b11(0xd1),_0x134b11(0xe3)]){const _0x1679a7=_0xdb76cd[_0x134b11(0xce)](0xb),_0x4c5152=_0x1679a7[_0x134b11(0xc4)](),_0x4cc780=_0x4c5152[_0x134b11(0xce)](0x0,0x3)+_0x134b11(0xf5),_0x4224b8=_0x134b11(0x162)+_0x1679a7,_0x53fc3d=_0x134b11(0xef)+_0x1679a7,_0x20b234=_0x134b11(0xed)+_0x1679a7;_0x8871c3[_0x134b11(0x102)](_0xdb76cd,()=>{const _0xb0491f=_0x134b11;_0x467af2[_0xb0491f(0x12e)][_0xb0491f(0x145)](_0x54f5ec=>{const _0x28c4cb=_0xb0491f,_0x48d9bc=_0x1deeb8[_0x28c4cb(0x15d)](_0x155c6d),_0x42a66d=_0x48d9bc[0x0][_0x28c4cb(0xde)](_0x28c4cb(0x162));let _0x10c627;if(_0x28c4cb(0xd1)==_0xdb76cd){const _0x217d63=_0x1deeb8[_0x28c4cb(0x12f)](_0x48d9bc);_0x10c627={'startRow':_0x217d63[_0x28c4cb(0x149)],'endRow':_0x217d63[_0x28c4cb(0xfa)],'includeAllSlots':!0x0};}else{const _0x228d37=_0x1deeb8[_0x28c4cb(0x147)](_0x48d9bc);_0x10c627={'startColumn':_0x228d37[_0x28c4cb(0x149)],'endColumn':_0x228d37[_0x28c4cb(0xfa)],'includeAllSlots':!0x0};}const _0x4b6cf2=_0x1deeb8[_0x28c4cb(0x10a)](_0x42a66d,_0x10c627),_0x44a184=Array[_0x28c4cb(0xfb)](_0x4b6cf2)[_0x28c4cb(0x114)](({cell:_0x2fad2c})=>_0x2fad2c),_0x3a8775=ue(_0x44a184[_0x28c4cb(0x14f)](_0x1cd440=>_0x1cd440[_0x28c4cb(0xd2)](_0x4cc780))),_0x27c199=ue(_0x44a184[_0x28c4cb(0x14f)](_0x42ad27=>!_0x42ad27[_0x28c4cb(0xd2)](_0x4cc780)))[_0x28c4cb(0x114)](_0x133cdf=>_0x54f5ec[_0x28c4cb(0x138)](_0x133cdf)),_0x3aab70=_0x8871c3[_0x28c4cb(0x111)](_0x27c199,_0x4224b8);if(_0x3aab70&&(_0x28c4cb(0x142)==_0x3aab70[_0x28c4cb(0x15e)]||_0x28c4cb(0x144)==_0x3aab70[_0x28c4cb(0x15e)])){const _0x59197b=this[_0x28c4cb(0x11c)](_0x3aab70);for(const _0x36faa4 of _0x3a8775){const _0x33d4a1=_0x54f5ec[_0x28c4cb(0x138)](_0x36faa4),_0x4e0000=_0x1deeb8[_0x28c4cb(0x146)](_0x36faa4),_0x576a7e=_0x36faa4[_0x28c4cb(0xcb)](_0x4cc780)-0x1,_0x21a4cf=_0x59197b[_0x53fc3d],_0x122c72=_0x59197b[_0x20b234];_0x21a4cf<=_0x4e0000[_0x4c5152]&&_0x4e0000[_0x4c5152]+_0x576a7e<=_0x122c72&&_0x3aab70[_0x28c4cb(0xdf)](_0x33d4a1);}}});});}function _0x5a2b8c(_0x46cdc2){const _0x5cec72=_0x134b11,_0x35c071=Array[_0x5cec72(0xfb)](_0x155c6d[_0x5cec72(0xc5)]())[_0x5cec72(0x114)](_0xae8610=>_0x17f8cf[_0x5cec72(0x105)](_0xae8610));_0x467af2[_0x5cec72(0x12e)][_0x5cec72(0x145)](_0x42edda=>{const _0x36a480=_0x5cec72,_0x5724a0=_0x42edda[_0x36a480(0x135)];_0x46cdc2=_0x46cdc2[_0x36a480(0x14f)](_0x12d5a2=>_0x36a480(0x14b)!=_0x12d5a2[_0x36a480(0x103)][_0x36a480(0xd7)]),_0x42edda[_0x36a480(0x13c)](_0x46cdc2),_0x467af2[_0x36a480(0x11d)][_0x36a480(0x130)](_0x36a480(0xd1))[_0x36a480(0xf4)](),_0x467af2[_0x36a480(0x10b)](_0x36a480(0xd1),{'forceDefaultExecution':!0x0}),_0x467af2[_0x36a480(0x12e)][_0x36a480(0x113)](()=>{const _0x399567=_0x36a480;_0x467af2[_0x399567(0x12e)][_0x399567(0x113)](_0x5724a0,_0x118f73=>{const _0x39b061=_0x399567,_0x5155d2=_0x35c071[_0x39b061(0x14f)](_0xcec56b=>_0x39b061(0x14b)!=_0xcec56b[_0x39b061(0x103)][_0x39b061(0xd7)]);_0x5155d2[_0x39b061(0x11e)]>0x0&&_0x118f73[_0x39b061(0x13c)](_0x5155d2);for(const _0x513667 of _0x35c071)_0x513667[_0x39b061(0xf8)]();});});});}function _0x10c456(_0x2f73bf){const _0x3b7aa2=_0x134b11;_0x467af2[_0x3b7aa2(0x12e)][_0x3b7aa2(0x145)](_0x26a596=>{const _0x3f430e=_0x3b7aa2,_0x509bf3=Array[_0x3f430e(0xfb)](_0x155c6d[_0x3f430e(0xc5)]())[_0x3f430e(0x114)](_0x535641=>_0x17f8cf[_0x3f430e(0x105)](_0x535641)),_0x41d3b0=[];for(const _0x308a1c of _0x2f73bf)for(const _0x57d19d of _0x308a1c[_0x3f430e(0x148)]({'shallow':!0x0}))_0x41d3b0[_0x3f430e(0x159)](_0x57d19d);for(const _0x186d4c of _0x41d3b0)_0x3f430e(0x14b)!=_0x186d4c[_0x3f430e(0x103)][_0x3f430e(0xd7)]&&(_0x26a596[_0x3f430e(0x13c)](_0x26a596[_0x3f430e(0x134)](_0x186d4c,0x0)),_0x467af2[_0x3f430e(0x11d)][_0x3f430e(0x130)](_0x3f430e(0xe3))[_0x3f430e(0xf4)](),_0x467af2[_0x3f430e(0x10b)](_0x3f430e(0xe3),{'forceDefaultExecution':!0x0}));const _0x1c97d4=_0x509bf3[_0x3f430e(0x14f)](_0x1d79fb=>_0x3f430e(0x14b)!=_0x1d79fb[_0x3f430e(0x103)][_0x3f430e(0xd7)]);_0x1c97d4[_0x3f430e(0x11e)]>0x0&&_0x26a596[_0x3f430e(0x13c)](_0x1c97d4);for(const _0x186aff of _0x509bf3)_0x186aff[_0x3f430e(0xf8)]();});}function _0x766169(_0x509f77,_0x235dfd){const _0x5387b8=_0x134b11;return _0x235dfd[_0x5387b8(0x13e)](_0x593b4e=>_0x509f77[_0x5387b8(0xcc)](_0x45877e=>_0x45877e[_0x5387b8(0x123)][_0x5387b8(0xeb)](_0x593b4e[_0x5387b8(0xf6)])||_0x593b4e[_0x5387b8(0x123)][_0x5387b8(0xeb)](_0x45877e[_0x5387b8(0xf6)])));}function _0x4dbb36(_0x39cb25,_0x3e2e93){const _0x5e1f5a=_0x134b11;return _0x39cb25[_0x5e1f5a(0xcc)](_0x5c4784=>_0x3e2e93[_0x5e1f5a(0xcc)](_0x56e4fc=>_0x5c4784[_0x5e1f5a(0x123)][_0x5e1f5a(0xc8)](_0x56e4fc[_0x5e1f5a(0xf6)])));}_0x467af2[_0x134b11(0xfc)][_0x134b11(0xff)]['on'](_0x134b11(0x15b),(_0x569009,_0x2c01c6,_0x356abb)=>{const _0x489cd5=_0x134b11;if(!_0x356abb[_0x489cd5(0x110)][_0x489cd5(0x106)])return;const _0x1ec210=_0x2c01c6[_0x489cd5(0xc3)];if(!_0x1ec210)return;const _0xf04dc7=_0x356abb[_0x489cd5(0x132)][_0x489cd5(0xc0)](_0x1ec210);function _0x127cda(_0x309a9f){const _0x839afe=_0x489cd5;return Array[_0x839afe(0x10e)](_0x309a9f)?_0x309a9f:[_0x309a9f];}_0xf04dc7&&_0x489cd5(0xe7)===_0x1ec210[_0x489cd5(0xdc)]&&_0x21f80b(_0xf04dc7,_0x356abb[_0x489cd5(0xd8)],(_0x4c54f5,_0x3f021d,_0x3ad0c7)=>_0x3ad0c7[_0x489cd5(0x14a)](_0x127cda(_0x3f021d[_0x489cd5(0xf9)]),_0x4c54f5),(_0x2290de,_0x53c3dd,_0x55b6d6)=>_0x55b6d6[_0x489cd5(0x109)](_0x127cda(_0x53c3dd[_0x489cd5(0xf9)]),_0x2290de));},{'priority':_0x134b11(0x12c)}),_0x8871c3[_0x134b11(0xe5)][_0x134b11(0xe6)](_0x156c13=>{const _0x4a3bb7=_0x134b11;if(_0x4a3bb7(0x104)!=_0x156c13[_0x4a3bb7(0x10d)]&&_0x4a3bb7(0x14d)!=_0x156c13[_0x4a3bb7(0x10d)])return;const _0x501a3a=_0x156c13[_0x4a3bb7(0x118)]();if(null!=_0x501a3a&&_0x501a3a['is'](_0x4a3bb7(0x156),_0x4a3bb7(0x162))){if(_0x4a3bb7(0x104)==_0x156c13[_0x4a3bb7(0x10d)]){const _0x2367ca=_0x156c13[_0x4a3bb7(0x148)]()[_0x4a3bb7(0x14f)](_0x3042cd=>_0x3042cd['is'](_0x4a3bb7(0x125)))[_0x4a3bb7(0x114)](_0x53a780=>_0x53a780[_0x4a3bb7(0xfc)]);if(_0x2367ca[_0x4a3bb7(0x11e)])return{'type':_0x4a3bb7(0x104),'content':_0x4a332d(_0x16eecf,_0x4a3bb7(0x10c),_0x4a332d(_0x16eecf,_0x4a3bb7(0xea),'\x22'+_0x2367ca[_0x4a3bb7(0x15a)]('\x20')+'\x22'))};}if(_0x4a3bb7(0x14d)==_0x156c13[_0x4a3bb7(0x10d)]){const _0xa841d4=_0x156c13[_0x4a3bb7(0x148)]()[_0x4a3bb7(0x14f)](_0x733140=>_0x733140['is'](_0x4a3bb7(0x125)))[_0x4a3bb7(0x114)](_0x5304e8=>_0x5304e8[_0x4a3bb7(0xfc)]);if(_0xa841d4[_0x4a3bb7(0x11e)])return{'type':_0x4a3bb7(0x14d),'content':_0x4a332d(_0x16eecf,_0x4a3bb7(0x152),_0x4a332d(_0x16eecf,_0x4a3bb7(0xea),'\x22'+_0xa841d4[_0x4a3bb7(0x15a)]('\x20')+'\x22'))};}}}),_0x8871c3[_0x134b11(0xe5)][_0x134b11(0xe6)](_0x56dcad=>{const _0x175011=_0x134b11;if(_0x175011(0x142)==_0x56dcad[_0x175011(0x15e)]){const _0x3807b5=_0x56dcad[_0x175011(0x148)]()[_0x175011(0x14f)](_0x6f2e76=>_0x6f2e76['is'](_0x175011(0x125)))[_0x175011(0x114)](_0x2d1455=>_0x2d1455[_0x175011(0xfc)]),_0xf6b8e1=this[_0x175011(0x11c)](_0x56dcad),_0x325335=_0xf6b8e1[_0x175011(0x157)]-_0xf6b8e1[_0x175011(0x143)]+0x1;if(_0x175011(0x104)==_0x56dcad[_0x175011(0x10d)])return _0x3807b5[_0x175011(0x11e)]?{'type':_0x175011(0x104),'content':_0x4a332d(_0x16eecf,_0x175011(0x10c),_0x4a332d(_0x16eecf,_0x175011(0x13f),[_0x325335,'\x22'+_0x3807b5[_0x175011(0x15a)]('\x20')+'\x22']))}:{'type':_0x175011(0x104),'content':_0x4a332d(_0x16eecf,_0x175011(0x10c),_0x4a332d(_0x16eecf,_0x175011(0x15f),_0x325335))};if(_0x175011(0x14d)==_0x56dcad[_0x175011(0x10d)])return _0x3807b5[_0x175011(0x11e)]?{'type':_0x175011(0x14d),'content':_0x4a332d(_0x16eecf,_0x175011(0x152),_0x4a332d(_0x16eecf,_0x175011(0x13f),[_0x325335,'\x22'+_0x3807b5[_0x175011(0x15a)]('\x20')+'\x22']))}:{'type':_0x175011(0x14d),'content':_0x4a332d(_0x16eecf,_0x175011(0x152),_0x4a332d(_0x16eecf,_0x175011(0x15f),_0x325335))};}if(_0x175011(0x144)==_0x56dcad[_0x175011(0x15e)]){const _0x454105=_0x56dcad[_0x175011(0x148)]()[_0x175011(0x14f)](_0x2e6983=>_0x2e6983['is'](_0x175011(0x125)))[_0x175011(0x114)](_0x459210=>_0x459210[_0x175011(0xfc)]),_0x1432f7=this[_0x175011(0x11c)](_0x56dcad),_0x586cb7=_0x1432f7[_0x175011(0x126)]-_0x1432f7[_0x175011(0x11b)]+0x1;if(_0x175011(0x104)==_0x56dcad[_0x175011(0x10d)])return _0x454105[_0x175011(0x11e)]?{'type':_0x175011(0x104),'content':_0x4a332d(_0x16eecf,_0x175011(0x10c),_0x4a332d(_0x16eecf,_0x175011(0x128),[_0x586cb7,'\x22'+_0x454105[_0x175011(0x15a)]('\x20')+'\x22']))}:{'type':_0x175011(0x104),'content':_0x4a332d(_0x16eecf,_0x175011(0x10c),_0x4a332d(_0x16eecf,_0x175011(0x155),_0x586cb7))};if(_0x175011(0x14d)==_0x56dcad[_0x175011(0x10d)])return _0x454105[_0x175011(0x11e)]?{'type':_0x175011(0x14d),'content':_0x4a332d(_0x16eecf,_0x175011(0x152),_0x4a332d(_0x16eecf,_0x175011(0x128),[_0x586cb7,'\x22'+_0x454105[_0x175011(0x15a)]('\x20')+'\x22']))}:{'type':_0x175011(0x14d),'content':_0x4a332d(_0x16eecf,_0x175011(0x152),_0x4a332d(_0x16eecf,_0x175011(0x155),_0x586cb7))};}}),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x104),_0x134b11(0x142),_0x134b11(0x12b),_0x5a2b8c),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x14d),_0x134b11(0x142),_0x134b11(0xfd),_0x5a2b8c),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x104),_0x134b11(0x144),_0x134b11(0x12b),_0x10c456),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x14d),_0x134b11(0x144),_0x134b11(0xfd),_0x10c456),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x104),_0x134b11(0x144),_0x134b11(0x15a),_0x766169),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x14d),_0x134b11(0x144),_0x134b11(0x15a),_0x766169),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x104),_0x134b11(0x142),_0x134b11(0x15a),_0x4dbb36),_0x8871c3[_0x134b11(0xcf)][_0x134b11(0x153)](_0x134b11(0x14d),_0x134b11(0x142),_0x134b11(0x15a),_0x4dbb36);}[_0x32937e(0x12a)](){const _0x23458a=_0x32937e,_0x59cc99=this[_0x23458a(0x163)],_0x1f2490=_0x59cc99[_0x23458a(0x12e)][_0x23458a(0x154)][_0x23458a(0x151)];return(_0xe253c5,_0x5f05a6)=>{const _0x4a620b=_0x23458a;_0x59cc99[_0x4a620b(0x12e)][_0x4a620b(0x145)](_0x746991=>{const _0x1415be=_0x4a620b,{commandName:_0x498f2f,commandParams:_0x3ea120}=_0x5f05a6;let _0x624ef1=_0xe253c5[0x0][_0x1415be(0x123)][_0x1415be(0x108)];_0x3ea120&&_0x3ea120[0x0]&&!0x1===_0x3ea120[0x0][_0x1415be(0xee)]&&(_0x624ef1=_0xe253c5[0x0][_0x1415be(0xf6)][_0x1415be(0x117)]);const _0x55fec7=_0x746991[_0x1415be(0x129)](_0x624ef1);if(_0x1415be(0x14b)==_0x55fec7[_0x1415be(0x103)][_0x1415be(0xd7)])return;const _0x480b0e=Array[_0x1415be(0xfb)](_0x1f2490[_0x1415be(0xc5)]())[_0x1415be(0x114)](_0x315c16=>_0x17f8cf[_0x1415be(0x105)](_0x315c16));_0x746991[_0x1415be(0x13c)](_0x55fec7),_0x59cc99[_0x1415be(0x11d)][_0x1415be(0x130)](_0x498f2f)[_0x1415be(0xf4)](),_0x3ea120[_0x1415be(0x159)]({'forceDefaultExecution':!0x0}),_0x59cc99[_0x1415be(0x10b)](_0x498f2f,..._0x3ea120);const _0x30a386=_0x480b0e[_0x1415be(0x14f)](_0x519e6a=>_0x1415be(0x14b)!=_0x519e6a[_0x1415be(0x103)][_0x1415be(0xd7)]);_0x30a386[_0x1415be(0x11e)]>0x0&&_0x746991[_0x1415be(0x13c)](_0x30a386);for(const _0x546880 of _0x480b0e)_0x546880[_0x1415be(0xf8)]();});};}[_0x32937e(0x158)](_0x3847da){const _0x5ba778=_0x32937e,_0x44cfc9=this[_0x5ba778(0x163)][_0x5ba778(0x11f)][_0x5ba778(0x130)](_0x5ba778(0x100));let _0x18b32d=Number[_0x5ba778(0xc2)],_0x2a1047=Number[_0x5ba778(0xc7)],_0x49719d=Number[_0x5ba778(0xc2)],_0xaaa7f=Number[_0x5ba778(0xc7)];for(const _0x29664d of _0x3847da){if(_0x5ba778(0x14b)==_0x29664d[_0x5ba778(0x103)][_0x5ba778(0xd7)])continue;const {row:_0x365a17,column:_0x16947c}=_0x44cfc9[_0x5ba778(0x146)](_0x29664d),_0x4d04a1=_0x29664d[_0x5ba778(0xd2)](_0x5ba778(0xf1))?_0x29664d[_0x5ba778(0xcb)](_0x5ba778(0xf1))-0x1:0x0,_0xb9840a=_0x29664d[_0x5ba778(0xd2)](_0x5ba778(0xda))?_0x29664d[_0x5ba778(0xcb)](_0x5ba778(0xda))-0x1:0x0;_0x18b32d=_0x365a17<_0x18b32d?_0x365a17:_0x18b32d,_0x2a1047=_0x365a17+_0x4d04a1>_0x2a1047?_0x365a17+_0x4d04a1:_0x2a1047,_0x49719d=_0x16947c<_0x49719d?_0x16947c:_0x49719d,_0xaaa7f=_0x16947c+_0xb9840a>_0xaaa7f?_0x16947c+_0xb9840a:_0xaaa7f;}return{'minRow':_0x18b32d,'maxRow':_0x2a1047,'minColumn':_0x49719d,'maxColumn':_0xaaa7f};}[_0x32937e(0x107)](){const _0x14ab7b=_0x32937e,_0x3917c9=this[_0x14ab7b(0x163)],_0x582097=_0x3917c9[_0x14ab7b(0x11f)][_0x14ab7b(0x130)](_0x14ab7b(0xe9)),_0x27f7dc=_0x3917c9[_0x14ab7b(0x11f)][_0x14ab7b(0x130)](_0x14ab7b(0x100));_0x3917c9[_0x14ab7b(0x12e)][_0x14ab7b(0x154)]['on'](_0x14ab7b(0x15c),()=>{const _0x1168bc=_0x14ab7b,_0x4c2c1f=Array[_0x1168bc(0xfb)](_0x3917c9[_0x1168bc(0x12e)][_0x1168bc(0x154)][_0x1168bc(0x116)][_0x1168bc(0x115)]());for(const {name:_0xe1c569,data:_0x14fd26}of _0x4c2c1f){const {group:_0x56a959,id:_0xaf22b2,subType:_0xd48570}=_0x582097[_0x1168bc(0xf7)](_0xe1c569);if(_0x1168bc(0x121)!=_0x56a959)continue;if(null!=_0x14fd26[_0x1168bc(0x161)])continue;const _0x212c80=_0x582097[_0x1168bc(0xdd)](_0xaf22b2);this[_0x1168bc(0xe0)][_0x1168bc(0x141)](_0xd48570)&&this[_0x1168bc(0x112)][_0x1168bc(0x120)](_0x212c80);}},{'priority':_0x14ab7b(0xf3)});const _0x50e31b=(_0x58f2de,_0x54a632)=>{const _0x2a1489=_0x14ab7b;let _0x526c22=!0x1;const _0x50ae63=_0x54a632[_0x2a1489(0x138)](_0x58f2de),_0x4d6242=_0x58f2de[_0x2a1489(0xde)](_0x2a1489(0x162)),_0x10472b=_0x27f7dc[_0x2a1489(0x146)](_0x58f2de);for(const _0x3e3448 of this[_0x2a1489(0x112)]){const _0x345e84=_0x3e3448[_0x2a1489(0x15e)],_0x4629cf=_0x345e84[_0x2a1489(0x160)](_0x2a1489(0xe8)),_0x478094=_0x345e84[_0x2a1489(0xce)](_0x4629cf?0xa:0x5),_0x5e4a5a=_0x478094[_0x2a1489(0xc4)](),_0x117ec0=_0x5e4a5a[_0x2a1489(0xce)](0x0,0x3)+_0x2a1489(0xf5),_0x2d3299=_0x2a1489(0xef)+_0x478094,_0x4fca81=_0x2a1489(0xed)+_0x478094;if(!_0x3e3448[_0x2a1489(0x10f)])continue;if(_0x4d6242!=_0x3e3448[_0x2a1489(0xe1)]()[_0x2a1489(0xf6)][_0x2a1489(0xde)](_0x2a1489(0x162)))continue;if(_0x3e3448[_0x2a1489(0x139)](_0x50ae63))continue;const _0x1d0fd4=_0x58f2de[_0x2a1489(0xd2)](_0x117ec0)?_0x58f2de[_0x2a1489(0xcb)](_0x117ec0)-0x1:0x0,_0x3d5dbb=this[_0x2a1489(0x11c)](_0x3e3448),_0x36a87e=_0x3d5dbb[_0x2d3299],_0x5a89ce=_0x3d5dbb[_0x4fca81];_0x36a87e<=_0x10472b[_0x5e4a5a]&&_0x10472b[_0x5e4a5a]+_0x1d0fd4<=_0x5a89ce&&(_0x3e3448[_0x2a1489(0xdf)](_0x50ae63),_0x526c22=!0x0);}return _0x526c22;};_0x3917c9[_0x14ab7b(0x12e)][_0x14ab7b(0x154)][_0x14ab7b(0xec)](_0x1cfaa3=>{const _0x2fce22=_0x14ab7b;let _0x47d2a0=!0x1;for(const _0x46d8c6 of _0x3917c9[_0x2fce22(0x12e)][_0x2fce22(0x154)][_0x2fce22(0x116)][_0x2fce22(0xca)]())if(_0x2fce22(0xc6)==_0x46d8c6[_0x2fce22(0x10d)]){if(_0x2fce22(0x142)==_0x46d8c6[_0x2fce22(0xdc)]){for(const _0x216c5f of _0x46d8c6[_0x2fce22(0xd6)][_0x2fce22(0x117)][_0x2fce22(0x12d)]())_0x47d2a0=_0x47d2a0||_0x50e31b(_0x216c5f,_0x1cfaa3);}else _0x2fce22(0xe7)==_0x46d8c6[_0x2fce22(0xdc)]&&(_0x47d2a0=_0x47d2a0||_0x50e31b(_0x46d8c6[_0x2fce22(0xd6)][_0x2fce22(0x117)],_0x1cfaa3));}return _0x47d2a0;});}[_0x32937e(0x11c)](_0x87b3b6){const _0x23593f=_0x32937e;return this[_0x23593f(0x158)](_0x87b3b6[_0x23593f(0xc5)]()[_0x23593f(0x114)](_0x48fa63=>_0x48fa63[_0x23593f(0xf6)][_0x23593f(0x117)]));}}function ue(_0x29a1bb){const _0x532d54=_0x32937e;return Array[_0x532d54(0xfb)](new Set(_0x29a1bb)[_0x532d54(0xc1)]());}
|
|
23
|
+
const _0x5702c6=_0x325b;function _0x5e17(){const _0x34f3e3=['root','_tablePostFixingSubtypes','push','minRow','insert','_acceptFormatSuggestionCallbackFactory','tableRow','9aveTXe','tablePaste','max','mapper','has','first','TableEditing','locale','setSelection','join','_setupColumnsRowsFixing','last','isEqual','3234920niQiCE','showSuggestionHighlights','113oKnTEI','getContainedElement','editor','detach','document','341644YvdoTm','classes','insertTableRowBelow','change','findAncestor','getRowIndexes','refresh','*Remove:*\x20%0','selectTableColumn','removeTableColumn','minColumn','afterInit','getAttribute','getSelectionAffectedTableCells','position','item','3110xCnchs','registerPostFixer','getChildren','markMultiRangeDeletion','commands','values','registerCustomCallback','batch','removeClass','some','type','ELEMENT_TABLE','low','isArray','_getSuggestionCoords','ELEMENT_TABLE_ROW','_tableSuggestions','_descriptionFactory','hasAttribute','createRangeOn','ELEMENT_TABLE_COLUMN_WITH_TEXT','registerDescriptionCallback','startsWith','ELEMENT_TABLE_COLUMN','nodeAfter','$textProxy','span','change:data','TrackChangesEditing','TableUtils','plugins','downcastDispatcher','toLowerCase','selectTableRow','selection','createPositionAt','name','accept','get','data','maxColumn','MIN_SAFE_INTEGER','above','addRange','options','5140772aqnOwC','substr','MAX_SAFE_INTEGER','getItems','min','insertTableRowAbove','addMarker:suggestion','isTouching','suggestion','15983NIptTc','deletion','cell','model','getChangedMarkers','writer','element','add','insertion','insertTable','colspan','ELEMENT_TABLE_WITH_TEXT','includes','115XiojAS','oldRange','forceValue','registerElementLabel','markMultiRangeInsertion','17040732lbDAAk','getFirstRange','15gFpmsj','maxRow','getSuggestion','execute','*Insert:*\x20%0','insertTableColumnLeft','48066WnwsYt','discard','createTableWalker','ELEMENT_TABLE_ROW_WITH_TEXT','subType','tableColumn','every','getColumnIndexes','end','highest','isInContent','1146enTwDq','removeTableRow','_suggestionFactory','start','fromRange','from','insertTableColumnRight','addClass','enableCommand','_getCoordsForCells','getChanges','map','tableCell','left','length','toViewElement','isIntersectingWithRange','order','differ','_splitMarkerName','getCellLocation','$graveyard','table','getRanges','rootName','rowspan','createRangeIn','nodeBefore','filter','enqueueChange'];_0x5e17=function(){return _0x34f3e3;};return _0x5e17();}(function(_0x2d5901,_0x54adcf){const _0x3d50c9=_0x325b,_0x2b03d5=_0x2d5901();while(!![]){try{const _0x417924=parseInt(_0x3d50c9(0x1cc))/0x1*(parseInt(_0x3d50c9(0x198))/0x2)+-parseInt(_0x3d50c9(0x187))/0x3*(parseInt(_0x3d50c9(0x1d1))/0x4)+-parseInt(_0x3d50c9(0x180))/0x5*(-parseInt(_0x3d50c9(0x18d))/0x6)+-parseInt(_0x3d50c9(0x16a))/0x7+parseInt(_0x3d50c9(0x1ca))/0x8*(parseInt(_0x3d50c9(0x1bd))/0x9)+parseInt(_0x3d50c9(0x13d))/0xa*(-parseInt(_0x3d50c9(0x173))/0xb)+parseInt(_0x3d50c9(0x185))/0xc;if(_0x417924===_0x54adcf)break;else _0x2b03d5['push'](_0x2b03d5['shift']());}catch(_0xc5277b){_0x2b03d5['push'](_0x2b03d5['shift']());}}}(_0x5e17,0x7053e));import{Plugin as _0x5834d8}from'ckeditor5/src/core.js';import{LiveRange as _0x5e2baf}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x5e4de1}from'ckeditor5/src/widget.js';import{getTranslation as _0x4179e5}from'../utils/common-translations.js';export default class yt extends _0x5834d8{constructor(_0x222234){const _0x596431=_0x325b;super(_0x222234),this[_0x596431(0x1b7)]=[_0x596431(0x1bc),_0x596431(0x192)],this[_0x596431(0x14d)]=new Set();}[_0x5702c6(0x138)](){const _0xd55730=_0x5702c6,_0x24a5bb=this[_0xd55730(0x1ce)],_0x7d11bc=_0x24a5bb[_0xd55730(0x176)][_0xd55730(0x1d0)][_0xd55730(0x15f)];if(!_0x24a5bb[_0xd55730(0x15b)][_0xd55730(0x1c1)](_0xd55730(0x1c3)))return;const _0x26fb49=_0x24a5bb[_0xd55730(0x1c4)],_0x1757bc=_0x24a5bb[_0xd55730(0x15b)][_0xd55730(0x163)](_0xd55730(0x159)),_0x324575=_0x24a5bb[_0xd55730(0x15b)][_0xd55730(0x163)](_0xd55730(0x15a));_0x1757bc[_0xd55730(0x14e)][_0xd55730(0x183)](_0xd55730(0x1ae),_0x3a08b6=>_0x4179e5(_0x26fb49,_0xd55730(0x148),_0x3a08b6)),this[_0xd55730(0x1c7)](),_0x1757bc[_0xd55730(0x1a0)](_0xd55730(0x17c)),_0x1757bc[_0xd55730(0x1a0)](_0xd55730(0x15e)),_0x1757bc[_0xd55730(0x1a0)](_0xd55730(0x1d9));for(const _0x558a35 of[_0xd55730(0x16f),_0xd55730(0x1d3)]){const _0x4eac3e=_0x24a5bb[_0xd55730(0x141)][_0xd55730(0x163)](_0x558a35);_0x1757bc[_0xd55730(0x1a0)](_0x558a35,_0x3d34fe=>{const _0x25ebec=_0xd55730;_0x24a5bb[_0x25ebec(0x176)][_0x25ebec(0x1d4)](_0x1490b6=>{const _0x5630f2=_0x25ebec;_0x3d34fe();const _0x5cba93=_0x5630f2(0x167)===_0x4eac3e[_0x5630f2(0x1a9)],_0x26cb68=_0x324575[_0x5630f2(0x13a)](_0x7d11bc),_0x59fd3c=_0x324575[_0x5630f2(0x1d6)](_0x26cb68),_0x5c31bc=_0x5cba93?_0x59fd3c[_0x5630f2(0x1c2)]-0x1:_0x59fd3c[_0x5630f2(0x1c8)]+0x1,_0x22f0c6=_0x26cb68[0x0][_0x5630f2(0x1d5)](_0x5630f2(0x1ae)),_0x251427=_0x324575[_0x5630f2(0x18f)](_0x22f0c6,{'startRow':_0x5c31bc,'endRow':_0x5c31bc}),_0x295097=Array[_0x5630f2(0x19d)](_0x251427)[_0x5630f2(0x1a3)](_0x5273bb=>_0x1490b6[_0x5630f2(0x150)](_0x5273bb[_0x5630f2(0x175)]));_0x1757bc[_0x5630f2(0x184)](_0x295097,_0x5630f2(0x1bc));});});}for(const _0x38a300 of[_0xd55730(0x18c),_0xd55730(0x19e)]){const _0x388e11=_0x24a5bb[_0xd55730(0x141)][_0xd55730(0x163)](_0x38a300);_0x1757bc[_0xd55730(0x1a0)](_0x38a300,_0x2550c3=>{const _0x3f0ec6=_0xd55730;_0x24a5bb[_0x3f0ec6(0x176)][_0x3f0ec6(0x1d4)](_0x320c58=>{const _0x2fe4db=_0x3f0ec6;_0x2550c3();const _0x419286=_0x2fe4db(0x1a5)===_0x388e11[_0x2fe4db(0x1a9)],_0x2ae2f0=_0x324575[_0x2fe4db(0x13a)](_0x7d11bc),_0x2dd7e2=_0x324575[_0x2fe4db(0x194)](_0x2ae2f0),_0x47e394=_0x419286?_0x2dd7e2[_0x2fe4db(0x1c2)]-0x1:_0x2dd7e2[_0x2fe4db(0x1c8)]+0x1,_0x5be0a5=_0x2ae2f0[0x0][_0x2fe4db(0x1d5)](_0x2fe4db(0x1ae)),_0x4e012a=_0x324575[_0x2fe4db(0x18f)](_0x5be0a5,{'startRow':0x0,'column':_0x47e394,'includeAllSlots':!0x1}),_0x19d166=Array[_0x2fe4db(0x19d)](_0x4e012a)[_0x2fe4db(0x1a3)](_0x3b9d68=>_0x320c58[_0x2fe4db(0x150)](_0x3b9d68[_0x2fe4db(0x175)]));_0x1757bc[_0x2fe4db(0x184)](_0x19d166,_0x2fe4db(0x192));});});}for(const _0x1d576a of[_0xd55730(0x199),_0xd55730(0x1da)]){const _0x30ca3a=_0x1d576a[_0xd55730(0x16b)](0xb),_0x504f95=_0x30ca3a[_0xd55730(0x15d)](),_0x1b7bd4=_0x504f95[_0xd55730(0x16b)](0x0,0x3)+_0xd55730(0x157),_0x115e37=_0xd55730(0x1ae)+_0x30ca3a,_0x1899a1=_0xd55730(0x16e)+_0x30ca3a,_0x3f8236=_0xd55730(0x1bf)+_0x30ca3a;_0x1757bc[_0xd55730(0x1a0)](_0x1d576a,()=>{const _0x2093f6=_0xd55730;_0x24a5bb[_0x2093f6(0x176)][_0x2093f6(0x1d4)](_0x3a245a=>{const _0x1ec099=_0x2093f6,_0x22f9bf=_0x324575[_0x1ec099(0x13a)](_0x7d11bc),_0x478aae=_0x22f9bf[0x0][_0x1ec099(0x1d5)](_0x1ec099(0x1ae));let _0x4c5a1f;if(_0x1ec099(0x199)==_0x1d576a){const _0x47b78a=_0x324575[_0x1ec099(0x1d6)](_0x22f9bf);_0x4c5a1f={'startRow':_0x47b78a[_0x1ec099(0x1c2)],'endRow':_0x47b78a[_0x1ec099(0x1c8)],'includeAllSlots':!0x0};}else{const _0x3121d7=_0x324575[_0x1ec099(0x194)](_0x22f9bf);_0x4c5a1f={'startColumn':_0x3121d7[_0x1ec099(0x1c2)],'endColumn':_0x3121d7[_0x1ec099(0x1c8)],'includeAllSlots':!0x0};}const _0x8ec9e1=_0x324575[_0x1ec099(0x18f)](_0x478aae,_0x4c5a1f),_0x5a57f4=Array[_0x1ec099(0x19d)](_0x8ec9e1)[_0x1ec099(0x1a3)](({cell:_0x3b6368})=>_0x3b6368),_0x47e1ab=ue(_0x5a57f4[_0x1ec099(0x1b4)](_0x19a635=>_0x19a635[_0x1ec099(0x14f)](_0x1b7bd4))),_0x42acaf=ue(_0x5a57f4[_0x1ec099(0x1b4)](_0x1bd9ee=>!_0x1bd9ee[_0x1ec099(0x14f)](_0x1b7bd4)))[_0x1ec099(0x1a3)](_0x121342=>_0x3a245a[_0x1ec099(0x150)](_0x121342)),_0x545c61=_0x1757bc[_0x1ec099(0x140)](_0x42acaf,_0x115e37);if(_0x545c61&&(_0x1ec099(0x1bc)==_0x545c61[_0x1ec099(0x191)]||_0x1ec099(0x192)==_0x545c61[_0x1ec099(0x191)])){const _0x1af995=this[_0x1ec099(0x14b)](_0x545c61);for(const _0x1d82b1 of _0x47e1ab){const _0x40dfd7=_0x3a245a[_0x1ec099(0x150)](_0x1d82b1),_0x469bea=_0x324575[_0x1ec099(0x1ac)](_0x1d82b1),_0xef98a8=_0x1d82b1[_0x1ec099(0x139)](_0x1b7bd4)-0x1,_0x462461=_0x1af995[_0x1899a1],_0x26a41c=_0x1af995[_0x3f8236];_0x462461<=_0x469bea[_0x504f95]&&_0x469bea[_0x504f95]+_0xef98a8<=_0x26a41c&&_0x545c61[_0x1ec099(0x168)](_0x40dfd7);}}});});}function _0x5561ef(_0xab379f){const _0x5d95ed=_0xd55730,_0x8e16b3=Array[_0x5d95ed(0x19d)](_0x7d11bc[_0x5d95ed(0x1af)]())[_0x5d95ed(0x1a3)](_0xfadb89=>_0x5e2baf[_0x5d95ed(0x19c)](_0xfadb89));_0x24a5bb[_0x5d95ed(0x176)][_0x5d95ed(0x1d4)](_0xf41ec=>{const _0x12ba3a=_0x5d95ed,_0x198683=_0xf41ec[_0x12ba3a(0x144)];_0xab379f=_0xab379f[_0x12ba3a(0x1b4)](_0x55997c=>_0x12ba3a(0x1ad)!=_0x55997c[_0x12ba3a(0x1b6)][_0x12ba3a(0x1b0)]),_0xf41ec[_0x12ba3a(0x1c5)](_0xab379f),_0x24a5bb[_0x12ba3a(0x141)][_0x12ba3a(0x163)](_0x12ba3a(0x199))[_0x12ba3a(0x1d7)](),_0x24a5bb[_0x12ba3a(0x18a)](_0x12ba3a(0x199),{'forceDefaultExecution':!0x0}),_0x24a5bb[_0x12ba3a(0x176)][_0x12ba3a(0x1b5)](()=>{const _0x42f7e7=_0x12ba3a;_0x24a5bb[_0x42f7e7(0x176)][_0x42f7e7(0x1b5)](_0x198683,_0x627d4c=>{const _0x2eb101=_0x42f7e7,_0x523109=_0x8e16b3[_0x2eb101(0x1b4)](_0xa1325d=>_0x2eb101(0x1ad)!=_0xa1325d[_0x2eb101(0x1b6)][_0x2eb101(0x1b0)]);_0x523109[_0x2eb101(0x1a6)]>0x0&&_0x627d4c[_0x2eb101(0x1c5)](_0x523109);for(const _0x574d38 of _0x8e16b3)_0x574d38[_0x2eb101(0x1cf)]();});});});}function _0x1a7fc5(_0x3eebaa){const _0x107572=_0xd55730;_0x24a5bb[_0x107572(0x176)][_0x107572(0x1d4)](_0x54deb9=>{const _0x244637=_0x107572,_0x59aac2=Array[_0x244637(0x19d)](_0x7d11bc[_0x244637(0x1af)]())[_0x244637(0x1a3)](_0x2226ce=>_0x5e2baf[_0x244637(0x19c)](_0x2226ce)),_0x2c4c1a=[];for(const _0x6712b3 of _0x3eebaa)for(const _0x54ccbb of _0x6712b3[_0x244637(0x16d)]({'shallow':!0x0}))_0x2c4c1a[_0x244637(0x1b8)](_0x54ccbb);for(const _0x107b97 of _0x2c4c1a)_0x244637(0x1ad)!=_0x107b97[_0x244637(0x1b6)][_0x244637(0x1b0)]&&(_0x54deb9[_0x244637(0x1c5)](_0x54deb9[_0x244637(0x160)](_0x107b97,0x0)),_0x24a5bb[_0x244637(0x141)][_0x244637(0x163)](_0x244637(0x1da))[_0x244637(0x1d7)](),_0x24a5bb[_0x244637(0x18a)](_0x244637(0x1da),{'forceDefaultExecution':!0x0}));const _0x4948b3=_0x59aac2[_0x244637(0x1b4)](_0x854d85=>_0x244637(0x1ad)!=_0x854d85[_0x244637(0x1b6)][_0x244637(0x1b0)]);_0x4948b3[_0x244637(0x1a6)]>0x0&&_0x54deb9[_0x244637(0x1c5)](_0x4948b3);for(const _0x3cd80b of _0x59aac2)_0x3cd80b[_0x244637(0x1cf)]();});}function _0x5c0f54(_0x3f0ede,_0x507b8f){const _0x43e745=_0xd55730;return _0x507b8f[_0x43e745(0x193)](_0x594302=>_0x3f0ede[_0x43e745(0x146)](_0x36f9c1=>_0x36f9c1[_0x43e745(0x195)][_0x43e745(0x1c9)](_0x594302[_0x43e745(0x19b)])||_0x594302[_0x43e745(0x195)][_0x43e745(0x1c9)](_0x36f9c1[_0x43e745(0x19b)])));}function _0xac946b(_0x2389cf,_0x2f3e28){const _0x24e642=_0xd55730;return _0x2389cf[_0x24e642(0x146)](_0x271469=>_0x2f3e28[_0x24e642(0x146)](_0x38d030=>_0x271469[_0x24e642(0x195)][_0x24e642(0x171)](_0x38d030[_0x24e642(0x19b)])));}_0x24a5bb[_0xd55730(0x164)][_0xd55730(0x15c)]['on'](_0xd55730(0x170),(_0x51628d,_0x22e6c2,_0x1150c4)=>{const _0x5366f4=_0xd55730;if(!_0x1150c4[_0x5366f4(0x169)][_0x5366f4(0x1cb)])return;const _0x438e1b=_0x22e6c2[_0x5366f4(0x13c)];if(!_0x438e1b)return;const _0x5d81da=_0x1150c4[_0x5366f4(0x1c0)][_0x5366f4(0x1a7)](_0x438e1b);function _0x1d4897(_0xd0b227){const _0xbda3c9=_0x5366f4;return Array[_0xbda3c9(0x14a)](_0xd0b227)?_0xd0b227:[_0xd0b227];}_0x5d81da&&_0x5366f4(0x1a4)===_0x438e1b[_0x5366f4(0x161)]&&_0x5e4de1(_0x5d81da,_0x1150c4[_0x5366f4(0x178)],(_0xccd6c3,_0x16c1c9,_0xe4bce7)=>_0xe4bce7[_0x5366f4(0x19f)](_0x1d4897(_0x16c1c9[_0x5366f4(0x1d2)]),_0xccd6c3),(_0x42f042,_0x35f64d,_0xe11144)=>_0xe11144[_0x5366f4(0x145)](_0x1d4897(_0x35f64d[_0x5366f4(0x1d2)]),_0x42f042));},{'priority':_0xd55730(0x196)}),_0x1757bc[_0xd55730(0x14e)][_0xd55730(0x152)](_0x4b10b0=>{const _0x159742=_0xd55730;if(_0x159742(0x17b)!=_0x4b10b0[_0x159742(0x147)]&&_0x159742(0x174)!=_0x4b10b0[_0x159742(0x147)])return;const _0x452c81=_0x4b10b0[_0x159742(0x1cd)]();if(null!=_0x452c81&&_0x452c81['is'](_0x159742(0x179),_0x159742(0x1ae))){if(_0x159742(0x17b)==_0x4b10b0[_0x159742(0x147)]){const _0x12491b=_0x4b10b0[_0x159742(0x16d)]()[_0x159742(0x1b4)](_0x17bf4f=>_0x17bf4f['is'](_0x159742(0x156)))[_0x159742(0x1a3)](_0x2f6d43=>_0x2f6d43[_0x159742(0x164)]);if(_0x12491b[_0x159742(0x1a6)])return{'type':_0x159742(0x17b),'content':_0x4179e5(_0x26fb49,_0x159742(0x18b),_0x4179e5(_0x26fb49,_0x159742(0x17e),'\x22'+_0x12491b[_0x159742(0x1c6)]('\x20')+'\x22'))};}if(_0x159742(0x174)==_0x4b10b0[_0x159742(0x147)]){const _0xfc468=_0x4b10b0[_0x159742(0x16d)]()[_0x159742(0x1b4)](_0x19d3b2=>_0x19d3b2['is'](_0x159742(0x156)))[_0x159742(0x1a3)](_0x5ef592=>_0x5ef592[_0x159742(0x164)]);if(_0xfc468[_0x159742(0x1a6)])return{'type':_0x159742(0x174),'content':_0x4179e5(_0x26fb49,_0x159742(0x1d8),_0x4179e5(_0x26fb49,_0x159742(0x17e),'\x22'+_0xfc468[_0x159742(0x1c6)]('\x20')+'\x22'))};}}}),_0x1757bc[_0xd55730(0x14e)][_0xd55730(0x152)](_0x1d1cf0=>{const _0x43d786=_0xd55730;if(_0x43d786(0x1bc)==_0x1d1cf0[_0x43d786(0x191)]){const _0xd12bc5=_0x1d1cf0[_0x43d786(0x16d)]()[_0x43d786(0x1b4)](_0x1255f9=>_0x1255f9['is'](_0x43d786(0x156)))[_0x43d786(0x1a3)](_0x5b0754=>_0x5b0754[_0x43d786(0x164)]),_0x568bf9=this[_0x43d786(0x14b)](_0x1d1cf0),_0x38001c=_0x568bf9[_0x43d786(0x188)]-_0x568bf9[_0x43d786(0x1b9)]+0x1;if(_0x43d786(0x17b)==_0x1d1cf0[_0x43d786(0x147)])return _0xd12bc5[_0x43d786(0x1a6)]?{'type':_0x43d786(0x17b),'content':_0x4179e5(_0x26fb49,_0x43d786(0x18b),_0x4179e5(_0x26fb49,_0x43d786(0x190),[_0x38001c,'\x22'+_0xd12bc5[_0x43d786(0x1c6)]('\x20')+'\x22']))}:{'type':_0x43d786(0x17b),'content':_0x4179e5(_0x26fb49,_0x43d786(0x18b),_0x4179e5(_0x26fb49,_0x43d786(0x14c),_0x38001c))};if(_0x43d786(0x174)==_0x1d1cf0[_0x43d786(0x147)])return _0xd12bc5[_0x43d786(0x1a6)]?{'type':_0x43d786(0x174),'content':_0x4179e5(_0x26fb49,_0x43d786(0x1d8),_0x4179e5(_0x26fb49,_0x43d786(0x190),[_0x38001c,'\x22'+_0xd12bc5[_0x43d786(0x1c6)]('\x20')+'\x22']))}:{'type':_0x43d786(0x174),'content':_0x4179e5(_0x26fb49,_0x43d786(0x1d8),_0x4179e5(_0x26fb49,_0x43d786(0x14c),_0x38001c))};}if(_0x43d786(0x192)==_0x1d1cf0[_0x43d786(0x191)]){const _0x4e2d8b=_0x1d1cf0[_0x43d786(0x16d)]()[_0x43d786(0x1b4)](_0x5bbeda=>_0x5bbeda['is'](_0x43d786(0x156)))[_0x43d786(0x1a3)](_0x4e1173=>_0x4e1173[_0x43d786(0x164)]),_0x4b4d29=this[_0x43d786(0x14b)](_0x1d1cf0),_0x415819=_0x4b4d29[_0x43d786(0x165)]-_0x4b4d29[_0x43d786(0x137)]+0x1;if(_0x43d786(0x17b)==_0x1d1cf0[_0x43d786(0x147)])return _0x4e2d8b[_0x43d786(0x1a6)]?{'type':_0x43d786(0x17b),'content':_0x4179e5(_0x26fb49,_0x43d786(0x18b),_0x4179e5(_0x26fb49,_0x43d786(0x151),[_0x415819,'\x22'+_0x4e2d8b[_0x43d786(0x1c6)]('\x20')+'\x22']))}:{'type':_0x43d786(0x17b),'content':_0x4179e5(_0x26fb49,_0x43d786(0x18b),_0x4179e5(_0x26fb49,_0x43d786(0x154),_0x415819))};if(_0x43d786(0x174)==_0x1d1cf0[_0x43d786(0x147)])return _0x4e2d8b[_0x43d786(0x1a6)]?{'type':_0x43d786(0x174),'content':_0x4179e5(_0x26fb49,_0x43d786(0x1d8),_0x4179e5(_0x26fb49,_0x43d786(0x151),[_0x415819,'\x22'+_0x4e2d8b[_0x43d786(0x1c6)]('\x20')+'\x22']))}:{'type':_0x43d786(0x174),'content':_0x4179e5(_0x26fb49,_0x43d786(0x1d8),_0x4179e5(_0x26fb49,_0x43d786(0x154),_0x415819))};}}),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x17b),_0xd55730(0x1bc),_0xd55730(0x18e),_0x5561ef),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x174),_0xd55730(0x1bc),_0xd55730(0x162),_0x5561ef),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x17b),_0xd55730(0x192),_0xd55730(0x18e),_0x1a7fc5),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x174),_0xd55730(0x192),_0xd55730(0x162),_0x1a7fc5),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x17b),_0xd55730(0x192),_0xd55730(0x1c6),_0x5c0f54),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x174),_0xd55730(0x192),_0xd55730(0x1c6),_0x5c0f54),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x17b),_0xd55730(0x1bc),_0xd55730(0x1c6),_0xac946b),_0x1757bc[_0xd55730(0x19a)][_0xd55730(0x143)](_0xd55730(0x174),_0xd55730(0x1bc),_0xd55730(0x1c6),_0xac946b);}[_0x5702c6(0x1bb)](){const _0x102478=_0x5702c6,_0x5aef50=this[_0x102478(0x1ce)],_0xc85f8d=_0x5aef50[_0x102478(0x176)][_0x102478(0x1d0)][_0x102478(0x15f)];return(_0x5cde79,_0xf251cb)=>{const _0x41dc91=_0x102478;_0x5aef50[_0x41dc91(0x176)][_0x41dc91(0x1d4)](_0x45f602=>{const _0xea2e9=_0x41dc91,{commandName:_0x2f10d1,commandParams:_0x4a8f2d}=_0xf251cb;let _0x1c6d32=_0x5cde79[0x0][_0xea2e9(0x195)][_0xea2e9(0x1b3)];_0x4a8f2d&&_0x4a8f2d[0x0]&&!0x1===_0x4a8f2d[0x0][_0xea2e9(0x182)]&&(_0x1c6d32=_0x5cde79[0x0][_0xea2e9(0x19b)][_0xea2e9(0x155)]);const _0x2ada80=_0x45f602[_0xea2e9(0x1b2)](_0x1c6d32);if(_0xea2e9(0x1ad)==_0x2ada80[_0xea2e9(0x1b6)][_0xea2e9(0x1b0)])return;const _0x4a86db=Array[_0xea2e9(0x19d)](_0xc85f8d[_0xea2e9(0x1af)]())[_0xea2e9(0x1a3)](_0x24739c=>_0x5e2baf[_0xea2e9(0x19c)](_0x24739c));_0x45f602[_0xea2e9(0x1c5)](_0x2ada80),_0x5aef50[_0xea2e9(0x141)][_0xea2e9(0x163)](_0x2f10d1)[_0xea2e9(0x1d7)](),_0x4a8f2d[_0xea2e9(0x1b8)]({'forceDefaultExecution':!0x0}),_0x5aef50[_0xea2e9(0x18a)](_0x2f10d1,..._0x4a8f2d);const _0x13de9f=_0x4a86db[_0xea2e9(0x1b4)](_0x37000f=>_0xea2e9(0x1ad)!=_0x37000f[_0xea2e9(0x1b6)][_0xea2e9(0x1b0)]);_0x13de9f[_0xea2e9(0x1a6)]>0x0&&_0x45f602[_0xea2e9(0x1c5)](_0x13de9f);for(const _0x441b72 of _0x4a86db)_0x441b72[_0xea2e9(0x1cf)]();});};}[_0x5702c6(0x1a1)](_0x1ba78f){const _0x661cfb=_0x5702c6,_0x46b2c4=this[_0x661cfb(0x1ce)][_0x661cfb(0x15b)][_0x661cfb(0x163)](_0x661cfb(0x15a));let _0x5c4734=Number[_0x661cfb(0x16c)],_0x163cb9=Number[_0x661cfb(0x166)],_0x8db998=Number[_0x661cfb(0x16c)],_0x4f1ccf=Number[_0x661cfb(0x166)];for(const _0x56b1b4 of _0x1ba78f){if(_0x661cfb(0x1ad)==_0x56b1b4[_0x661cfb(0x1b6)][_0x661cfb(0x1b0)])continue;const {row:_0x56bb33,column:_0xd30956}=_0x46b2c4[_0x661cfb(0x1ac)](_0x56b1b4),_0x4d5473=_0x56b1b4[_0x661cfb(0x14f)](_0x661cfb(0x1b1))?_0x56b1b4[_0x661cfb(0x139)](_0x661cfb(0x1b1))-0x1:0x0,_0x26241b=_0x56b1b4[_0x661cfb(0x14f)](_0x661cfb(0x17d))?_0x56b1b4[_0x661cfb(0x139)](_0x661cfb(0x17d))-0x1:0x0;_0x5c4734=_0x56bb33<_0x5c4734?_0x56bb33:_0x5c4734,_0x163cb9=_0x56bb33+_0x4d5473>_0x163cb9?_0x56bb33+_0x4d5473:_0x163cb9,_0x8db998=_0xd30956<_0x8db998?_0xd30956:_0x8db998,_0x4f1ccf=_0xd30956+_0x26241b>_0x4f1ccf?_0xd30956+_0x26241b:_0x4f1ccf;}return{'minRow':_0x5c4734,'maxRow':_0x163cb9,'minColumn':_0x8db998,'maxColumn':_0x4f1ccf};}[_0x5702c6(0x1c7)](){const _0x24b7ff=_0x5702c6,_0x6db63e=this[_0x24b7ff(0x1ce)],_0x1eb545=_0x6db63e[_0x24b7ff(0x15b)][_0x24b7ff(0x163)](_0x24b7ff(0x159)),_0x25d415=_0x6db63e[_0x24b7ff(0x15b)][_0x24b7ff(0x163)](_0x24b7ff(0x15a));_0x6db63e[_0x24b7ff(0x176)][_0x24b7ff(0x1d0)]['on'](_0x24b7ff(0x158),()=>{const _0x451f50=_0x24b7ff,_0x7ea96b=Array[_0x451f50(0x19d)](_0x6db63e[_0x451f50(0x176)][_0x451f50(0x1d0)][_0x451f50(0x1aa)][_0x451f50(0x177)]());for(const {name:_0x29112b,data:_0x9134b3}of _0x7ea96b){const {group:_0x559ff5,id:_0x2ea38,subType:_0x3bfb93}=_0x1eb545[_0x451f50(0x1ab)](_0x29112b);if(_0x451f50(0x172)!=_0x559ff5)continue;if(null!=_0x9134b3[_0x451f50(0x181)])continue;const _0x134249=_0x1eb545[_0x451f50(0x189)](_0x2ea38);this[_0x451f50(0x1b7)][_0x451f50(0x17f)](_0x3bfb93)&&this[_0x451f50(0x14d)][_0x451f50(0x17a)](_0x134249);}},{'priority':_0x24b7ff(0x149)});const _0x3497d9=(_0x442827,_0x423a29)=>{const _0x20467a=_0x24b7ff;let _0x1a91aa=!0x1;const _0x1ae6fd=_0x423a29[_0x20467a(0x150)](_0x442827),_0x3d1557=_0x442827[_0x20467a(0x1d5)](_0x20467a(0x1ae)),_0x3d03bb=_0x25d415[_0x20467a(0x1ac)](_0x442827);for(const _0x264e1c of this[_0x20467a(0x14d)]){const _0x2369cf=_0x264e1c[_0x20467a(0x191)],_0x8e7f2b=_0x2369cf[_0x20467a(0x153)](_0x20467a(0x1be)),_0x5b437e=_0x2369cf[_0x20467a(0x16b)](_0x8e7f2b?0xa:0x5),_0x4abb1f=_0x5b437e[_0x20467a(0x15d)](),_0x482ed9=_0x4abb1f[_0x20467a(0x16b)](0x0,0x3)+_0x20467a(0x157),_0x17de5b=_0x20467a(0x16e)+_0x5b437e,_0x2410c8=_0x20467a(0x1bf)+_0x5b437e;if(!_0x264e1c[_0x20467a(0x197)])continue;if(_0x3d1557!=_0x264e1c[_0x20467a(0x186)]()[_0x20467a(0x19b)][_0x20467a(0x1d5)](_0x20467a(0x1ae)))continue;if(_0x264e1c[_0x20467a(0x1a8)](_0x1ae6fd))continue;const _0x484f20=_0x442827[_0x20467a(0x14f)](_0x482ed9)?_0x442827[_0x20467a(0x139)](_0x482ed9)-0x1:0x0,_0x38de7a=this[_0x20467a(0x14b)](_0x264e1c),_0x5d7a06=_0x38de7a[_0x17de5b],_0x4d55f5=_0x38de7a[_0x2410c8];_0x5d7a06<=_0x3d03bb[_0x4abb1f]&&_0x3d03bb[_0x4abb1f]+_0x484f20<=_0x4d55f5&&(_0x264e1c[_0x20467a(0x168)](_0x1ae6fd),_0x1a91aa=!0x0);}return _0x1a91aa;};_0x6db63e[_0x24b7ff(0x176)][_0x24b7ff(0x1d0)][_0x24b7ff(0x13e)](_0x10eefa=>{const _0x2b3636=_0x24b7ff;let _0x24211a=!0x1;for(const _0x2f21e3 of _0x6db63e[_0x2b3636(0x176)][_0x2b3636(0x1d0)][_0x2b3636(0x1aa)][_0x2b3636(0x1a2)]())if(_0x2b3636(0x1ba)==_0x2f21e3[_0x2b3636(0x147)]){if(_0x2b3636(0x1bc)==_0x2f21e3[_0x2b3636(0x161)]){for(const _0x3183aa of _0x2f21e3[_0x2b3636(0x13b)][_0x2b3636(0x155)][_0x2b3636(0x13f)]())_0x24211a=_0x24211a||_0x3497d9(_0x3183aa,_0x10eefa);}else _0x2b3636(0x1a4)==_0x2f21e3[_0x2b3636(0x161)]&&(_0x24211a=_0x24211a||_0x3497d9(_0x2f21e3[_0x2b3636(0x13b)][_0x2b3636(0x155)],_0x10eefa));}return _0x24211a;});}[_0x5702c6(0x14b)](_0xd5221a){const _0x3ca563=_0x5702c6;return this[_0x3ca563(0x1a1)](_0xd5221a[_0x3ca563(0x1af)]()[_0x3ca563(0x1a3)](_0x42c66f=>_0x42c66f[_0x3ca563(0x19b)][_0x3ca563(0x155)]));}}function _0x325b(_0x574387,_0x431701){const _0x5e17c6=_0x5e17();return _0x325b=function(_0x325b40,_0x2de2ac){_0x325b40=_0x325b40-0x137;let _0x388cc3=_0x5e17c6[_0x325b40];return _0x388cc3;},_0x325b(_0x574387,_0x431701);}function ue(_0x2ec715){const _0x4d36ed=_0x5702c6;return Array[_0x4d36ed(0x19d)](new Set(_0x2ec715)[_0x4d36ed(0x142)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x1b94a9=_0x3305;(function(_0x3aec30,_0x437d20){const _0x157d64=_0x3305,_0x26c842=_0x3aec30();while(!![]){try{const _0x532723=-parseInt(_0x157d64(0x16a))/0x1+parseInt(_0x157d64(0x170))/0x2*(parseInt(_0x157d64(0x163))/0x3)+-parseInt(_0x157d64(0x169))/0x4*(-parseInt(_0x157d64(0x16e))/0x5)+parseInt(_0x157d64(0x166))/0x6+-parseInt(_0x157d64(0x161))/0x7*(parseInt(_0x157d64(0x16f))/0x8)+-parseInt(_0x157d64(0x16c))/0x9+parseInt(_0x157d64(0x16b))/0xa*(parseInt(_0x157d64(0x162))/0xb);if(_0x532723===_0x437d20)break;else _0x26c842['push'](_0x26c842['shift']());}catch(_0x3e075f){_0x26c842['push'](_0x26c842['shift']());}}}(_0x242d,0x99ce9));function _0x3305(_0x3f7b02,_0x2c6ab8){const _0x242d95=_0x242d();return _0x3305=function(_0x330567,_0x98fa4f){_0x330567=_0x330567-0x160;let _0x2e0b8f=_0x242d95[_0x330567];return _0x2e0b8f;},_0x3305(_0x3f7b02,_0x2c6ab8);}import{Plugin as _0x50a473}from'ckeditor5/src/core.js';import _0x93a765 from'./table.js';function _0x242d(){const _0x22a9ba=['80BOunbC','698962MZllYz','10tXZFKi','7811784ZKJzCX','plugins','220790qNcdRo','7534360WhRFYH','64aUuxQD','TableCaptionEditing','requires','afterInit','get','enableCommand','7iQztRg','6773195zwVBSA','96519mPaHnR','editor','toggleTableCaption','3661710GeorZZ','TrackChangesEditing','has'];_0x242d=function(){return _0x22a9ba;};return _0x242d();}export default class Nt extends _0x50a473{static get[_0x1b94a9(0x172)](){return[_0x93a765];}[_0x1b94a9(0x173)](){const _0x2675cb=_0x1b94a9,_0x3c026e=this[_0x2675cb(0x164)];if(!_0x3c026e[_0x2675cb(0x16d)][_0x2675cb(0x168)](_0x2675cb(0x171)))return;_0x3c026e[_0x2675cb(0x16d)][_0x2675cb(0x174)](_0x2675cb(0x167))[_0x2675cb(0x160)](_0x2675cb(0x165));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1d25b3=_0x4173;(function(_0x50f3de,_0x4c57fd){const _0x407425=_0x4173,_0x49fce1=_0x50f3de();while(!![]){try{const _0x5a1b20=-parseInt(_0x407425(0xd1))/0x1*(parseInt(_0x407425(0xff))/0x2)+-parseInt(_0x407425(0x12c))/0x3+-parseInt(_0x407425(0xf1))/0x4*(parseInt(_0x407425(0xa3))/0x5)+parseInt(_0x407425(0x15a))/0x6*(-parseInt(_0x407425(0x143))/0x7)+parseInt(_0x407425(0x13f))/0x8+parseInt(_0x407425(0x104))/0x9+-parseInt(_0x407425(0xdb))/0xa*(-parseInt(_0x407425(0xe3))/0xb);if(_0x5a1b20===_0x4c57fd)break;else _0x49fce1['push'](_0x49fce1['shift']());}catch(_0x20063f){_0x49fce1['push'](_0x49fce1['shift']());}}}(_0x3361,0x44789));import{getTranslation as _0x7f4537}from'../utils/common-translations.js';import{Plugin as _0x3c4ac8}from'ckeditor5/src/core.js';import{LiveRange as _0x141dbb}from'ckeditor5/src/engine.js';function _0x4173(_0x4c92dd,_0x2b105b){const _0x336164=_0x3361();return _0x4173=function(_0x4173a0,_0x249ff3){_0x4173a0=_0x4173a0-0x96;let _0x599d72=_0x336164[_0x4173a0];return _0x599d72;},_0x4173(_0x4c92dd,_0x2b105b);}import{uid as _0x4eb7ea,priorities as _0x273e76}from'ckeditor5/src/utils.js';function _0x3361(){const _0x38e15d=['start','previousSibling','suggestionLoaded','stop','insertColumns','deletion','options','getColumns','6639790VKXnNv','getColumnIndexes','markers','markerAttributes','getChangedMarkers','view','paragraph','endRow','11KzDaoP','content','ck-suggestion-marker-insertion','hasSuggestion','getAttributes','setAttributes','markerToHighlight','row','listenTo','suggestionUnloaded','endColumn','getSelectionAffectedTableCells','containsRange','some','232azdcRI','get','registerCustomCallback','markMultiRangeBlockFormat','low','subType','includes','insertContent','createElement','entries','filter','tableCellVerticalAlignment','tablePasteRow','isEmpty','26tBBoon','conversion','forEach','cell','end','3617784nkGljT','table','updateMarker','markMultiRangeInsertion','locale','type','document','_createdBatches','tableCellPadding','return','suggestion-td','forceDefaultExecution','registerDescriptionCallback','TableClipboard','columns','removeMarker','commands','findAncestor','getItems','tableCellBorderStyle','getSuggestions','cells','fromRange','for','first','tableCellHorizontalAlignment','createRange','getChanges','tablePaste','find','insertion','previous','$graveyard','length','_tablePostFixingSubtypes','move','suggestion:formatBlock:tablePasteCell','TrackChangesEditing','author','getRowIndexes','752169TSxGGC','getAllAdjacentSuggestions','*Replace\x20table\x20cells*','call','keys','formatBlock','getSuggestionCallback','wrap','suggestion','from','insertionRanges','removeMarkers','register','accept','editor','redo','activeMarkers','push','createPositionBefore','1161296JpSQfF','fill','Users','ck-suggestion-marker','54362MQhtbD','last','unwrap','requires','getShiftedBy','discard','detach','getSuggestion','attributes','dataDowncast','element','removeColumns','tableCellBorderWidth','rowInsertionIndexes','_isForcedDefaultExecutionBlock','selection','_suggestionFactory','tablePasteChainId','editing','TableUtils','ck-suggestion-marker--active','schema','nextSibling','312AJDPzJ','_replaceTableSlotCell','createRangeIn','every','position','nodeAfter','columnInsertionIndexes','root','map','high','isInContent','showSuggestionHighlights','_descriptionFactory','createTableWalker','createRangeOn','rowInsertionRanges','value','trackChanges','getRanges','getRange','join','fromEntries','batch','5090PPNuGD','deletionRanges','setAttribute','getMarkers','newRange','model','rows','getRows','startsWith','afterInit','has','tableCellBackgroundColor','_getCoordsForCells','tablePasteColumn','registerPostFixer','insertRows','getChildren','markerName','tableCellSuggestion','clipboardOutput','plugins','documentSelection','getTableIfOnlyTableInContent','reduce','removeRows','tableCellBorderColor','tableCell','next','oldRange','column','remove','differ','change','getChild','insert','rootName','tablePasteCell','add','editingDowncast','markMultiRangeDeletion','getContainedElement','_splitMarkerName','name','columnInsertionRanges','isEqual','set','16697lnYwcF','elementToElement'];_0x3361=function(){return _0x38e15d;};return _0x3361();}import _0x14eba2 from'./table.js';const be=[_0x1d25b3(0x14f),_0x1d25b3(0xbc),_0x1d25b3(0x117),_0x1d25b3(0x11d),_0x1d25b3(0xfc),_0x1d25b3(0xae),_0x1d25b3(0x10c)],de=Object[_0x1d25b3(0xa1)](be[_0x1d25b3(0x162)](_0x5416eb=>[_0x5416eb,null]));export default class At extends _0x3c4ac8{static get[_0x1d25b3(0x146)](){return[_0x14eba2];}[_0x1d25b3(0xac)](){const _0x117575=_0x1d25b3,_0x22d4df=this[_0x117575(0x13a)];if(!_0x22d4df[_0x117575(0xb7)][_0x117575(0xad)](_0x117575(0x111)))return;const _0x413e87=_0x22d4df[_0x117575(0xb7)][_0x117575(0xf2)](_0x117575(0x129)),_0x15db58=_0x22d4df[_0x117575(0xb7)][_0x117575(0xf2)](_0x117575(0x156)),_0x398315=_0x22d4df[_0x117575(0xb7)][_0x117575(0xf2)](_0x14eba2),_0x3443c2=_0x22d4df[_0x117575(0xb7)][_0x117575(0xf2)](_0x117575(0x111));_0x398315[_0x117575(0x126)][_0x117575(0x13d)](_0x117575(0xfd),_0x117575(0xb0)),_0x22d4df[_0x117575(0xa8)][_0x117575(0x158)][_0x117575(0x138)](_0x117575(0xb5),{'allowIn':_0x117575(0xbd),'allowContentOf':_0x117575(0xbd),'isLimit':!0x0}),_0x22d4df[_0x117575(0x100)][_0x117575(0xd2)]({'model':_0x117575(0xb5),'view':_0x117575(0x10e)});let _0x4a6a64=null;_0x22d4df[_0x117575(0xa8)]['on'](_0x117575(0xf8),(_0x1f950c,_0x2b25d7)=>{const _0x3331d7=_0x117575,[_0x44cb91,_0x35eb8b]=_0x2b25d7,_0xe6c54d=_0x2b25d7[_0x2b25d7[_0x3331d7(0x125)]-0x1];_0xe6c54d&&_0xe6c54d[_0x3331d7(0x10f)]||_0x413e87[_0x3331d7(0x151)]||this[_0x3331d7(0x13a)][_0x3331d7(0x114)][_0x3331d7(0xf2)](_0x3331d7(0x9d))[_0x3331d7(0x9c)]&&function(_0x207f9f,_0x5d5a87,_0x2066c7,_0xea8b9c,_0x1afb03){const _0x483085=_0x3331d7;if(_0x5d5a87&&!_0x5d5a87['is'](_0x483085(0xb8)))return!0x1;const _0x31d93d=_0x1afb03[_0x483085(0xb9)](_0x207f9f,_0x2066c7);if(!_0x31d93d||!me(_0x31d93d,void 0x0,_0xea8b9c))return!0x1;const _0x4a75de=_0xea8b9c[_0x483085(0xee)](_0x2066c7[_0x483085(0x10a)][_0x483085(0x152)]);if(!_0x4a75de[_0x483085(0x125)])return!0x1;const _0x4ee196=_0x4a75de[0x0][_0x483085(0x115)](_0x483085(0x105)),_0x5c1b1e=_0xea8b9c[_0x483085(0x12b)](_0x4a75de),_0x39e735=_0xea8b9c[_0x483085(0xdc)](_0x4a75de),_0x4a33b8={'startRow':_0x5c1b1e[_0x483085(0x11c)],'endRow':_0x5c1b1e[_0x483085(0x144)],'startColumn':_0x39e735[_0x483085(0x11c)],'endColumn':_0x39e735[_0x483085(0x144)]};return 0x1==_0x4a75de[_0x483085(0x125)]&&(_0x4a33b8[_0x483085(0xe2)]+=_0xea8b9c[_0x483085(0xaa)](_0x31d93d)-0x1,_0x4a33b8[_0x483085(0xed)]+=_0xea8b9c[_0x483085(0xda)](_0x31d93d)-0x1),me(_0x4ee196,_0x4a33b8,_0xea8b9c);}(_0x44cb91,_0x35eb8b,_0x22d4df[_0x3331d7(0xa8)],_0x15db58,_0x3443c2)&&(_0x1f950c[_0x3331d7(0xd6)](),_0x4a6a64={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x22d4df[_0x3331d7(0xa8)][_0x3331d7(0xc3)](()=>{const _0xcfdb87=_0x3331d7;_0x22d4df[_0xcfdb87(0xa8)][_0xcfdb87(0xf8)](_0x2b25d7[0x0],_0x2b25d7[0x1],_0x2b25d7[0x2],{'forceDefaultExecution':!0x0});const _0x26ccbb=_0x4eb7ea(),{rowInsertionRanges:_0x3aa4f7,columnInsertionRanges:_0x38d590,insertionRanges:_0x1ade0a,deletionRanges:_0x14519e,cells:_0x2ed3e7}=_0x4a6a64;_0x3aa4f7[_0xcfdb87(0x125)]&&_0x413e87[_0xcfdb87(0x107)](_0x3aa4f7,_0xcfdb87(0xfd),{'tablePasteChainId':_0x26ccbb}),_0x38d590[_0xcfdb87(0x125)]&&_0x413e87[_0xcfdb87(0x107)](_0x38d590,_0xcfdb87(0xb0),{'tablePasteChainId':_0x26ccbb}),_0x1ade0a[_0xcfdb87(0x125)]&&(_0x413e87[_0xcfdb87(0x107)](_0x1ade0a,_0xcfdb87(0x120),{'tablePasteChainId':_0x26ccbb,'skipNestingCheck':!0x0}),_0x1ade0a[_0xcfdb87(0x101)](_0x28ba67=>{const _0x535927=_0xcfdb87;var _0x576534;return null===(_0x576534=_0x28ba67[_0x535927(0x149)])||void 0x0===_0x576534?void 0x0:_0x576534[_0x535927(0x12f)](_0x28ba67);})),_0x14519e[_0xcfdb87(0x125)]&&(_0x413e87[_0xcfdb87(0xca)](_0x14519e,_0xcfdb87(0x120),{'tablePasteChainId':_0x26ccbb,'skipNestingCheck':!0x0}),_0x14519e[_0xcfdb87(0x101)](_0x3a68ec=>{const _0x4ed253=_0xcfdb87;var _0xc2e1e2;return null===(_0xc2e1e2=_0x3a68ec[_0x4ed253(0x149)])||void 0x0===_0xc2e1e2?void 0x0:_0xc2e1e2[_0x4ed253(0x12f)](_0x3a68ec);}));const _0x2b2d46=_0x413e87[_0xcfdb87(0xf4)](_0x2ed3e7[_0xcfdb87(0x162)](({element:_0x432938})=>_0x432938),{'formatGroupId':_0x4eb7ea()},[],_0xcfdb87(0xc7),{'tablePasteChainId':_0x26ccbb});if(_0x2b2d46){const _0x17139d=_0x2b2d46[_0xcfdb87(0xa6)](),_0x5cb3cf=[];for(const {element:_0x110d80,attributes:_0x4a627e}of _0x2ed3e7){if(!_0x4a627e)continue;const _0xabad44=_0x22d4df[_0xcfdb87(0xa8)][_0xcfdb87(0x9a)](_0x110d80),_0x30d28a=_0x17139d[_0xcfdb87(0x121)](_0xe0187e=>_0xe0187e[_0xcfdb87(0x9f)]()[_0xcfdb87(0xcf)](_0xabad44));_0x30d28a&&_0x5cb3cf[_0xcfdb87(0x13d)]([_0x30d28a[_0xcfdb87(0xcd)],_0x4a627e]);}_0x5cb3cf[_0xcfdb87(0x125)]&&_0x2b2d46[_0xcfdb87(0xa5)](_0xcfdb87(0xde),Object[_0xcfdb87(0xa1)](_0x5cb3cf));}_0x4a6a64=null;}));},{'priority':_0x273e76[_0x117575(0x163)]+0xa}),_0x22d4df[_0x117575(0xb7)][_0x117575(0xf2)](_0x117575(0x111))['on'](_0x117575(0x15b),(_0x3d908d,_0x45e26c)=>{const _0x1b42a5=_0x117575,[_0xf854d8,_0x163726,,_0x2af980]=_0x45e26c;if(!_0x4a6a64)return;_0x3d908d[_0x1b42a5(0xd6)]();const _0x32d0cb=_0xf854d8[_0x1b42a5(0x102)],_0x3b7cd3=_0x163726,_0x30bf08=ge(_0x32d0cb),_0x3af95d=ge(_0x3b7cd3);_0x3d908d[_0x1b42a5(0x10d)]=_0x32d0cb;let _0x142624=null,_0x22ba9e=null;if(_0x3af95d||_0x30bf08){if(_0x30bf08&&!_0x3af95d){_0x2af980[_0x1b42a5(0xc1)](_0x32d0cb[_0x1b42a5(0xc4)](0x0));for(const _0x5c84a8 of Array[_0x1b42a5(0x135)](_0x3b7cd3[_0x1b42a5(0xb3)]()))_0x2af980[_0x1b42a5(0xc5)](_0x5c84a8,_0x32d0cb,_0x1b42a5(0x103));const _0x1f2cc7=_0x4a6a64[_0x1b42a5(0x150)][_0x1b42a5(0xf7)](_0xf854d8[_0x1b42a5(0xea)]),_0x2508b5=_0x4a6a64[_0x1b42a5(0x160)][_0x1b42a5(0xf7)](_0xf854d8[_0x1b42a5(0xc0)]);_0x1f2cc7||_0x2508b5||(_0x142624=_0x141dbb[_0x1b42a5(0x11a)](_0x2af980[_0x1b42a5(0x15c)](_0x32d0cb)));}else _0x3af95d&&!_0x30bf08&&(_0x22ba9e=_0x2af980[_0x1b42a5(0x15c)](_0x32d0cb));}else{const _0x313f94=_0x2af980[_0x1b42a5(0xf9)](_0x1b42a5(0xb5)),_0x2611fd=_0x2af980[_0x1b42a5(0xf9)](_0x1b42a5(0xb5));_0x2af980[_0x1b42a5(0x133)](_0x2af980[_0x1b42a5(0x15c)](_0x32d0cb),_0x2611fd),_0x2af980[_0x1b42a5(0xc5)](_0x313f94,_0x32d0cb,0x0);for(const _0x84b0d8 of Array[_0x1b42a5(0x135)](_0x3b7cd3[_0x1b42a5(0xb3)]()))_0x2af980[_0x1b42a5(0xc5)](_0x84b0d8,_0x313f94,_0x1b42a5(0x103));_0x142624=_0x141dbb[_0x1b42a5(0x11a)](_0x2af980[_0x1b42a5(0x9a)](_0x313f94)),_0x22ba9e=_0x141dbb[_0x1b42a5(0x11a)](_0x2af980[_0x1b42a5(0x9a)](_0x2611fd));}const _0x513106=Array[_0x1b42a5(0x135)](_0x3b7cd3[_0x1b42a5(0xe7)]())[_0x1b42a5(0xfb)](([_0x47f0fe])=>be[_0x1b42a5(0xf7)](_0x47f0fe));_0x4a6a64[_0x1b42a5(0x119)][_0x1b42a5(0x13d)]({'element':_0x32d0cb,'attributes':_0x513106[_0x1b42a5(0x125)]?Object[_0x1b42a5(0xa1)](_0x513106):null}),_0x142624&&_0x4a6a64[_0x1b42a5(0x136)][_0x1b42a5(0x13d)](_0x142624),_0x22ba9e&&_0x4a6a64[_0x1b42a5(0xa4)][_0x1b42a5(0x13d)](_0x22ba9e);},{'priority':_0x117575(0x163)}),_0x15db58['on'](_0x117575(0xd7),(_0x5b091a,_0x4da4a6)=>{const _0x3ca9f1=_0x117575,[_0xd5af20,_0x5170ea={}]=_0x4da4a6;if(!_0x4a6a64)return;const _0x444948=_0x5170ea['at']||0x0,_0x2f3bc9=_0x5170ea[_0x3ca9f1(0x112)]||0x1;_0x4a6a64[_0x3ca9f1(0x160)]=new Array(_0x2f3bc9)[_0x3ca9f1(0x140)](_0x444948)[_0x3ca9f1(0x162)]((_0x1b8d90,_0x42226a)=>_0x1b8d90+_0x42226a);for(const {cell:_0x16c255}of _0x15db58[_0x3ca9f1(0x99)](_0xd5af20,{'startColumn':_0x444948,'endColumn':_0x444948+_0x2f3bc9-0x1}))_0x4a6a64[_0x3ca9f1(0xce)][_0x3ca9f1(0x13d)](_0x22d4df[_0x3ca9f1(0xa8)][_0x3ca9f1(0x9a)](_0x16c255));},{'priority':_0x117575(0xf5)}),_0x15db58['on'](_0x117575(0xb2),(_0x2bdce0,_0x4678e8)=>{const _0x4bbd1b=_0x117575,[_0x3f03b2,_0x280a89={}]=_0x4678e8;if(!_0x4a6a64)return;const _0x42818=_0x280a89['at']||0x0,_0x9aa126=_0x280a89[_0x4bbd1b(0xa9)]||0x1;_0x4a6a64[_0x4bbd1b(0x150)]=new Array(_0x9aa126)[_0x4bbd1b(0x140)](_0x42818)[_0x4bbd1b(0x162)]((_0x3e7f1c,_0x186497)=>_0x3e7f1c+_0x186497);for(const {cell:_0x5468df}of _0x15db58[_0x4bbd1b(0x99)](_0x3f03b2,{'startRow':_0x42818,'endRow':_0x42818+_0x9aa126-0x1}))_0x4a6a64[_0x4bbd1b(0x9b)][_0x4bbd1b(0x13d)](_0x22d4df[_0x4bbd1b(0xa8)][_0x4bbd1b(0x9a)](_0x5468df));},{'priority':_0x117575(0xf5)}),_0x413e87[_0x117575(0x98)][_0x117575(0x110)](_0x51b8f3=>{const _0x234a5f=_0x117575;if(_0x51b8f3[_0x234a5f(0xf6)]&&_0x51b8f3[_0x234a5f(0xf6)][_0x234a5f(0xab)](_0x234a5f(0x120)))return _0x51b8f3[_0x234a5f(0x123)]?{}:{'type':_0x234a5f(0x122),'content':_0x7f4537(_0x22d4df[_0x234a5f(0x108)],_0x234a5f(0x12e))};});const _0x58148c=()=>!0x1;for(const _0x49d2bb of[_0x117575(0x120),_0x117575(0xb0),_0x117575(0xfd),_0x117575(0xc7)])_0x413e87[_0x117575(0x153)][_0x117575(0xf3)](_0x117575(0x122),_0x49d2bb,_0x117575(0xa0),_0x58148c),_0x413e87[_0x117575(0x153)][_0x117575(0xf3)](_0x117575(0xd8),_0x49d2bb,_0x117575(0xa0),_0x58148c),_0x413e87[_0x117575(0x153)][_0x117575(0xf3)](_0x117575(0x131),_0x49d2bb,_0x117575(0xa0),_0x58148c);_0x413e87[_0x117575(0x153)][_0x117575(0xf3)](_0x117575(0x131),_0x117575(0xc7),_0x117575(0x148),_0x58148c),_0x413e87[_0x117575(0x153)][_0x117575(0xf3)](_0x117575(0x131),_0x117575(0xc7),_0x117575(0x139),(_0x12183f,_0x126f58,_0x4cf90c)=>{const _0x4753ff=_0x117575,_0x407f4d=_0x12183f[_0x4753ff(0x162)](_0x50efb4=>_0x50efb4[_0x4753ff(0xcb)]())[_0x4753ff(0xfb)](_0x1c4a2d=>_0x1c4a2d),_0x39f9d9=new Map(_0x407f4d[_0x4753ff(0x162)](_0xdf708=>[_0xdf708,null]));if(_0x4a6a64){for(const {element:_0xc9cf3d,attributes:_0x6461c8}of _0x4a6a64[_0x4753ff(0x119)])_0x6461c8&&_0x39f9d9[_0x4753ff(0xd0)](_0xc9cf3d,_0x6461c8);}else{if(_0x4cf90c&&_0x4cf90c[_0x4753ff(0xde)])for(const [_0x203890,_0x52cdaf]of Object[_0x4753ff(0xfa)](_0x4cf90c[_0x4753ff(0xde)])){const _0x24ee3a=_0x22d4df[_0x4753ff(0xa8)][_0x4753ff(0xdd)][_0x4753ff(0xf2)](_0x203890),_0x2d27c1=_0x24ee3a?_0x24ee3a[_0x4753ff(0x9f)]()[_0x4753ff(0xcb)]():null;_0x2d27c1&&_0x39f9d9[_0x4753ff(0xd0)](_0x2d27c1,_0x52cdaf);}}_0x22d4df[_0x4753ff(0xa8)][_0x4753ff(0xc3)](_0x2196f6=>{const _0x5b0977=_0x4753ff;for(const [_0x69f17c,_0xd09ec4]of _0x39f9d9)_0x2196f6[_0x5b0977(0xe8)]({...de,..._0xd09ec4},_0x69f17c);});});const _0x1cb852=(_0x579941,_0x3639ec)=>{const _0x54e11d=_0x117575;_0x413e87[_0x54e11d(0x153)][_0x54e11d(0xf3)](_0x579941,_0x54e11d(0x120),_0x3639ec,(_0x8ab98,_0x50ed93,_0x1f889d)=>{const _0x48cb1f=_0x54e11d;_0x22d4df[_0x48cb1f(0xa8)][_0x48cb1f(0xc3)](_0x3cd3fa=>{const _0x584184=_0x48cb1f,_0x1b501a=[];for(const _0x210007 of _0x8ab98){const _0x59846f=_0x210007[_0x584184(0xd3)][_0x584184(0x15f)];_0x59846f['is'](_0x584184(0x14d),_0x584184(0xb5))&&_0x1b501a[_0x584184(0x13d)](_0x59846f);}_0x413e87[_0x584184(0x153)][_0x584184(0x132)](_0x579941,null,_0x3639ec)(_0x8ab98,_0x50ed93,_0x1f889d);for(const _0x8bd3b of _0x1b501a)_0x584184(0x124)!=_0x8bd3b[_0x584184(0x161)][_0x584184(0xc6)]&&_0x3cd3fa[_0x584184(0x145)](_0x8bd3b);});});};_0x1cb852(_0x117575(0x122),_0x117575(0x139)),_0x1cb852(_0x117575(0x122),_0x117575(0x148)),_0x1cb852(_0x117575(0xd8),_0x117575(0x139)),_0x1cb852(_0x117575(0xd8),_0x117575(0x148)),_0x413e87[_0x117575(0x153)][_0x117575(0xf3)](_0x117575(0x122),_0x117575(0xfd),_0x117575(0x148),_0xa57780=>{const _0x51f97d=_0x117575,_0x13da73=_0xa57780[_0x51f97d(0x162)](_0x443795=>_0x443795[_0x51f97d(0xcb)]()),_0x3407a6=_0x13da73[0x0][_0x51f97d(0x115)](_0x51f97d(0x105)),{minRow:_0x50255f,maxRow:_0x491ad5}=_0x398315[_0x51f97d(0xaf)](_0x13da73);_0x15db58[_0x51f97d(0xbb)](_0x3407a6,{'at':_0x50255f,'rows':_0x491ad5-_0x50255f+0x1});}),_0x413e87[_0x117575(0x153)][_0x117575(0xf3)](_0x117575(0x122),_0x117575(0xb0),_0x117575(0x148),_0x5e1403=>{const _0x5bd8c4=_0x117575,_0x3a1352=_0x5e1403[_0x5bd8c4(0x162)](_0x3ce1ce=>_0x3ce1ce[_0x5bd8c4(0xcb)]()),_0x4eb2b0=_0x3a1352[0x0][_0x5bd8c4(0x115)](_0x5bd8c4(0x105)),{minColumn:_0x4c16aa,maxColumn:_0x16c9b5}=_0x398315[_0x5bd8c4(0xaf)](_0x3a1352);_0x15db58[_0x5bd8c4(0x14e)](_0x4eb2b0,{'at':_0x4c16aa,'columns':_0x16c9b5-_0x4c16aa+0x1});});const _0x4e1394=(_0x23d27e,_0x329390)=>{const _0x4a8efb=_0x117575;if(!_0x329390[_0x4a8efb(0xf6)]||!_0x329390[_0x4a8efb(0xf6)][_0x4a8efb(0xab)](_0x4a8efb(0x120)))return;const _0x277734=_0x329390[_0x4a8efb(0x14b)][_0x4a8efb(0x154)],_0x3e1d99=_0x413e87[_0x4a8efb(0x118)]()[_0x4a8efb(0xfb)](_0x5c4d44=>_0x5c4d44[_0x4a8efb(0x96)]&&_0x5c4d44[_0x4a8efb(0x14b)]&&_0x5c4d44[_0x4a8efb(0x14b)][_0x4a8efb(0x154)]==_0x277734);_0x3e1d99[_0x4a8efb(0x125)]&&_0x329390[_0x4a8efb(0x12d)]()[_0x4a8efb(0x125)]!=_0x3e1d99[_0x4a8efb(0x125)]&&_0x3e1d99[_0x4a8efb(0xba)]((_0x13a0ed,_0x11332d)=>(_0x13a0ed[_0x4a8efb(0xbe)]=_0x11332d,_0x11332d[_0x4a8efb(0x123)]=_0x13a0ed,_0x11332d));};function _0x3a98e8(_0x5df41d,_0x39e098=!0x0){const _0x598e03=_0x117575,{id:_0x4abb0f}=_0x413e87[_0x598e03(0xcc)](_0x5df41d[_0x598e03(0xb4)]),_0x25accb=[_0x598e03(0x142),_0x598e03(0xe5)],_0x200ce1=_0x413e87[_0x598e03(0x13c)][_0x598e03(0xf7)](_0x5df41d[_0x598e03(0xb4)]);return _0x200ce1&&_0x25accb[_0x598e03(0x13d)](_0x598e03(0x157)),{'classes':_0x25accb,'attributes':{'data-suggestion':_0x4abb0f},'priority':_0x200ce1&&_0x39e098?0xbc2:0xbb8};}_0x413e87['on'](_0x117575(0xd5),_0x4e1394,{'priority':_0x117575(0x163)}),_0x413e87['on'](_0x117575(0xec),_0x4e1394,{'priority':_0x117575(0x163)}),_0x22d4df[_0x117575(0xa8)][_0x117575(0x10a)][_0x117575(0xb1)](()=>{const _0x156960=_0x117575;let _0x599ef7=!0x1;const _0x428a8c=Array[_0x156960(0x135)](_0x22d4df[_0x156960(0xa8)][_0x156960(0x10a)][_0x156960(0xc2)][_0x156960(0xdf)]());for(const {name:_0x3cbd9b,data:_0x38ecc4}of _0x428a8c){const {group:_0x268e13,type:_0x123b2e,id:_0x375a28}=_0x413e87[_0x156960(0xcc)](_0x3cbd9b);if(_0x156960(0x134)!=_0x268e13||_0x156960(0xd8)!=_0x123b2e||_0x38ecc4[_0x156960(0xbf)])continue;if(!_0x413e87[_0x156960(0xe6)](_0x375a28))continue;const _0x3c80f1=_0x413e87[_0x156960(0x14a)](_0x375a28)[_0x156960(0x9e)](),_0x585e14=_0x22d4df[_0x156960(0xb7)][_0x156960(0xf2)](_0x156960(0x141))['me'];for(const _0x12f57f of _0x413e87[_0x156960(0x118)]()){if(!_0x12f57f[_0x156960(0x96)]||_0x12f57f[_0x156960(0x12a)]!=_0x585e14)continue;if(_0x156960(0x131)!=_0x12f57f[_0x156960(0x109)]||_0x156960(0xc7)!=_0x12f57f[_0x156960(0xf6)])continue;if(_0x12f57f[_0x156960(0x9e)]()[_0x156960(0x15d)](_0x5b6de2=>_0x3c80f1[_0x156960(0xf0)](_0x2e9946=>_0x2e9946[_0x156960(0xef)](_0x5b6de2,!0x0)))){for(const _0x42a41c of _0x12f57f[_0x156960(0x12d)]())_0x42a41c[_0x156960(0x96)]&&(_0x42a41c[_0x156960(0x148)](),_0x599ef7=!0x0);}}}return _0x599ef7;}),_0x22d4df[_0x117575(0xa8)][_0x117575(0x10a)][_0x117575(0xb1)](_0x59f17d=>{const _0x47ebe7=_0x117575,_0x47c725=_0x22d4df[_0x47ebe7(0x114)][_0x47ebe7(0xf2)](_0x47ebe7(0x13b));if(!_0x47c725||!_0x47c725[_0x47ebe7(0x10b)][_0x47ebe7(0xad)](_0x59f17d[_0x47ebe7(0xa2)]))return!0x1;let _0xcc15f6=!0x1;const _0xcb9968=_0x22d4df[_0x47ebe7(0xb7)][_0x47ebe7(0xf2)](_0x47ebe7(0x141))['me'],_0x9cd47b=_0x22d4df[_0x47ebe7(0xa8)][_0x47ebe7(0x10a)][_0x47ebe7(0xc2)][_0x47ebe7(0x11f)](),_0x164551=Array[_0x47ebe7(0x135)](_0x22d4df[_0x47ebe7(0xa8)][_0x47ebe7(0x10a)][_0x47ebe7(0xc2)][_0x47ebe7(0xdf)]())[_0x47ebe7(0xfb)](({name:_0x2e4c62,data:_0x219fba})=>{const _0x253e41=_0x47ebe7,{group:_0x4f5646,subType:_0x3d3542,authorId:_0x1f1889}=_0x413e87[_0x253e41(0xcc)](_0x2e4c62);return _0x253e41(0x134)==_0x4f5646&&_0x253e41(0x120)==_0x3d3542&&_0x1f1889==_0xcb9968['id']&&!_0x219fba[_0x253e41(0xbf)];});for(const _0x54b20b of _0x9cd47b){if(_0x47ebe7(0xc5)!=_0x54b20b[_0x47ebe7(0x109)]||_0x47ebe7(0xb5)!=_0x54b20b[_0x47ebe7(0xcd)]||0x1!=_0x54b20b[_0x47ebe7(0x125)])continue;const _0x72b51=_0x59f17d[_0x47ebe7(0x11e)](_0x54b20b[_0x47ebe7(0x15e)],_0x54b20b[_0x47ebe7(0x15e)][_0x47ebe7(0x147)](0x1));if(!_0x164551[_0x47ebe7(0x121)](({data:_0xb37a1d})=>_0xb37a1d[_0x47ebe7(0xa7)][_0x47ebe7(0xcf)](_0x72b51))){for(const {name:_0x35c89a,data:_0x592782}of _0x164551)if(_0x72b51[_0x47ebe7(0xef)](_0x592782[_0x47ebe7(0xa7)])){_0x59f17d[_0x47ebe7(0x106)](_0x35c89a,{'range':_0x72b51}),_0xcc15f6=!0x0;break;}}}return _0xcc15f6;}),_0x22d4df[_0x117575(0xa8)][_0x117575(0x10a)][_0x117575(0xb1)](_0x1844d9=>{const _0x35016b=_0x117575;let _0xcfab9a=!0x1;const _0x3a5073=_0x22d4df[_0x35016b(0xb7)][_0x35016b(0xf2)](_0x35016b(0x141))['me'],_0x37df9a=_0x413e87[_0x35016b(0x118)]()[_0x35016b(0xfb)](_0x5a2efc=>_0x5a2efc[_0x35016b(0x96)]&&_0x5a2efc[_0x35016b(0x12a)]==_0x3a5073),_0x6b9cc8=new Set(),_0x19fc57=new Set();for(const _0x3edf75 of _0x37df9a)if(_0x35016b(0x120)==_0x3edf75[_0x35016b(0xf6)])for(const _0x29e171 of _0x3edf75[_0x35016b(0xa6)]()){const _0x5b2b72=_0x29e171[_0x35016b(0x9f)]()[_0x35016b(0xcb)]();if(_0x5b2b72){if(_0x5b2b72['is'](_0x35016b(0x14d),_0x35016b(0xb5))&&ge(_0x5b2b72)){_0x3edf75[_0x35016b(0x113)](_0x29e171[_0x35016b(0xcd)]),_0x6b9cc8[_0x35016b(0xc8)](_0x5b2b72),_0xcfab9a=!0x0;const _0x2da95a=_0x5b2b72[_0x35016b(0x159)],_0x35bdc9=_0x5b2b72[_0x35016b(0xd4)],_0x13d4a0=_0x2da95a&&_0x2da95a['is'](_0x35016b(0x14d),_0x35016b(0xb5)),_0x43a1c6=_0x35bdc9&&_0x35bdc9['is'](_0x35016b(0x14d),_0x35016b(0xb5));_0x13d4a0&&!_0x6b9cc8[_0x35016b(0xad)](_0x2da95a)&&_0x19fc57[_0x35016b(0xc8)](_0x2da95a),_0x43a1c6&&!_0x6b9cc8[_0x35016b(0xad)](_0x35bdc9)&&_0x19fc57[_0x35016b(0xc8)](_0x35bdc9);}else _0x5b2b72['is'](_0x35016b(0x14d),_0x35016b(0xe1))&&_0x5b2b72[_0x35016b(0xfe)]&&(_0x3edf75[_0x35016b(0x113)](_0x29e171[_0x35016b(0xcd)]),_0xcfab9a=!0x0);}}else{if(_0x35016b(0xc7)==_0x3edf75[_0x35016b(0xf6)]){if(!_0x3edf75[_0x35016b(0x14b)]||!_0x3edf75[_0x35016b(0x14b)][_0x35016b(0x154)])continue;const _0x12bc52=_0x3edf75[_0x35016b(0x14b)][_0x35016b(0xde)];if(_0x12bc52&&Object[_0x35016b(0x130)](_0x12bc52)[_0x35016b(0x125)])continue;const _0x257917=_0x3edf75[_0x35016b(0x14b)][_0x35016b(0x154)];let _0x2c8975=!0x0,_0x469152=!0x0;for(const _0xe535ff of _0x37df9a)if(_0xe535ff[_0x35016b(0xf6)]&&_0xe535ff[_0x35016b(0xf6)][_0x35016b(0xab)](_0x35016b(0x120))){if(!_0xe535ff[_0x35016b(0x14b)][_0x35016b(0x154)]){_0x469152=!0x1;break;}if(_0xe535ff['id']!=_0x3edf75['id']&&_0xe535ff[_0x35016b(0x14b)][_0x35016b(0x154)]==_0x257917){_0x2c8975=!0x1;break;}}_0x469152&&_0x2c8975&&(_0x3edf75[_0x35016b(0x137)](),_0xcfab9a=!0x0);}}for(const _0x5870fa of _0x6b9cc8)_0x1844d9[_0x35016b(0xc1)](_0x5870fa);for(const _0x440e57 of _0x19fc57)_0x1844d9[_0x35016b(0x145)](_0x440e57);return _0xcfab9a;}),_0x22d4df[_0x117575(0x100)][_0x117575(0x11b)](_0x117575(0xc9))[_0x117575(0xe9)]({'model':_0x117575(0x128),'view':(_0x39bad4,_0x32d0df)=>_0x3a98e8(_0x39bad4),'converterPriority':_0x117575(0x163)}),_0x22d4df[_0x117575(0x100)][_0x117575(0x11b)](_0x117575(0x14c))[_0x117575(0xe9)]({'model':_0x117575(0x128),'view':(_0x4a27dd,_0x168bcc)=>_0x168bcc[_0x117575(0xd9)][_0x117575(0x97)]?_0x3a98e8(_0x4a27dd,!0x1):null,'converterPriority':_0x117575(0x163)});const _0x2e6a58=_0x22d4df[_0x117575(0x155)][_0x117575(0xe0)];this[_0x117575(0xeb)](_0x2e6a58[_0x117575(0x10a)],_0x117575(0xb6),(_0x10754e,_0x16ce0e)=>{const _0x685ea1=_0x117575,_0x401577=[];for(const _0x28e342 of _0x2e6a58[_0x685ea1(0x15c)](_0x16ce0e[_0x685ea1(0xe4)])[_0x685ea1(0x116)]())_0x28e342['is'](_0x685ea1(0x14d),_0x685ea1(0x10e))&&_0x401577[_0x685ea1(0x13d)](_0x28e342);_0x2e6a58[_0x685ea1(0xc3)](_0x141397=>{const _0xdde96=_0x685ea1;for(const _0x575efe of _0x401577)_0x141397[_0xdde96(0x127)](_0x141397[_0xdde96(0x15c)](_0x575efe),_0x141397[_0xdde96(0x13e)](_0x575efe)),_0x141397[_0xdde96(0xc1)](_0x575efe);});});}}function ge(_0x94e87e){const _0x5a859d=_0x1d25b3;if(_0x94e87e[_0x5a859d(0xfe)])return!0x0;const _0x28a482=_0x94e87e[_0x5a859d(0xc4)](0x0);return _0x28a482['is'](_0x5a859d(0x14d),_0x5a859d(0xe1))&&_0x28a482[_0x5a859d(0xfe)];}function me(_0x57b2b3,_0x214a53={},_0x166306){const _0xbe517d=_0x1d25b3;for(const {isAnchor:_0x244a9d,cellHeight:_0x45f8cd,cellWidth:_0x7649c}of _0x166306[_0xbe517d(0x99)](_0x57b2b3,{'includeAllSlots':!0x0,..._0x214a53}))if(!_0x244a9d||0x1!=_0x45f8cd||0x1!=_0x7649c)return!0x1;return!0x0;}
|
|
23
|
+
const _0x41bd5d=_0x3b97;(function(_0x3666ed,_0x4fc0fe){const _0x13c8a9=_0x3b97,_0x265ac8=_0x3666ed();while(!![]){try{const _0x2a4943=parseInt(_0x13c8a9(0x1fd))/0x1*(parseInt(_0x13c8a9(0x17d))/0x2)+parseInt(_0x13c8a9(0x1b8))/0x3+parseInt(_0x13c8a9(0x1d0))/0x4*(parseInt(_0x13c8a9(0x18e))/0x5)+-parseInt(_0x13c8a9(0x1ec))/0x6*(-parseInt(_0x13c8a9(0x206))/0x7)+parseInt(_0x13c8a9(0x222))/0x8+-parseInt(_0x13c8a9(0x225))/0x9+-parseInt(_0x13c8a9(0x1e6))/0xa*(parseInt(_0x13c8a9(0x23c))/0xb);if(_0x2a4943===_0x4fc0fe)break;else _0x265ac8['push'](_0x265ac8['shift']());}catch(_0x59035b){_0x265ac8['push'](_0x265ac8['shift']());}}}(_0x5d3f,0x948f2));import{getTranslation as _0x42573f}from'../utils/common-translations.js';import{Plugin as _0x45c1fe}from'ckeditor5/src/core.js';import{LiveRange as _0x32cf12}from'ckeditor5/src/engine.js';function _0x5d3f(){const _0x1e86a2=['tableCellHorizontalAlignment','first','columnInsertionRanges','isEqual','TableUtils','suggestion','containsRange','createElement','getShiftedBy','cell','insert','call','register','tableCellVerticalAlignment','subType','requires','rowInsertionIndexes','find','_descriptionFactory','differ','elementToElement','18869378GqRydE','stop','view','tableCellPadding','_tablePostFixingSubtypes','columnInsertionIndexes','markerToHighlight','createRangeOn','createRange','table','tableCell','*Replace\x20table\x20cells*','getChanges','getItems','markMultiRangeDeletion','2dEIcKe','has','getChangedMarkers','getAttributes','endColumn','commands','activeMarkers','ck-suggestion-marker--active','push','createRangeIn','_createdBatches','columns','clipboardOutput','ck-suggestion-marker-insertion','next','start','nextSibling','732905OqxKrI','getRowIndexes','type','suggestion:formatBlock:tablePasteCell','removeMarker','deletion','markerName','markerAttributes','isInContent','author','oldRange','locale','getMarkers','markers','insertContent','markMultiRangeInsertion','add','content','schema','createPositionBefore','TableClipboard','attributes','getContainedElement','tablePasteColumn','endRow','for','insertColumns','rowInsertionRanges','selection','setAttribute','markMultiRangeBlockFormat','tableCellBackgroundColor','plugins','suggestionLoaded','remove','getChild','wrap','tableCellBorderStyle','listenTo','rootName','map','tableCellSuggestion','423681etrMVU','registerCustomCallback','tablePasteChainId','previousSibling','documentSelection','registerDescriptionCallback','move','options','entries','removeColumns','fromEntries','getSuggestionCallback','fromRange','end','discard','setAttributes','TrackChangesEditing','getAllAdjacentSuggestions','model','previous','paragraph','from','registerPostFixer','tableCellBorderWidth','8mcSzoD','getChildren','createTableWalker','some','getSelectionAffectedTableCells','root','isEmpty','trackChanges','_suggestionFactory','forEach','removeMarkers','conversion','fill','element','afterInit','hasSuggestion','insertionRanges','removeRows','newRange','batch','_getCoordsForCells','getColumns','10YpNrDR','_splitMarkerName','getColumnIndexes','findAncestor','last','high','3043494uCloJg','join','cells','accept','set','document','filter','keys','editor','startsWith','reduce','getSuggestion','nodeAfter','suggestionUnloaded','getRows','redo','deletionRanges','362741dFWlDj','tableCellBorderColor','low','tablePaste','showSuggestionHighlights','row','return','Users','value','14hJJGVT','change','getTableIfOnlyTableInContent','unwrap','formatBlock','_isForcedDefaultExecutionBlock','rows','editing','suggestion-td','column','insertRows','name','getSuggestions','updateMarker','detach','includes','_replaceTableSlotCell','insertion','$graveyard','editingDowncast','getRange','dataDowncast','forceDefaultExecution','getRanges','ck-suggestion-marker','get','tablePasteRow','position','8918920UZoTWo','tablePasteCell','every','5423373HtLzwM','length'];_0x5d3f=function(){return _0x1e86a2;};return _0x5d3f();}import{uid as _0x31e52f,priorities as _0x24edf1}from'ckeditor5/src/utils.js';function _0x3b97(_0x27eda1,_0x4654db){const _0x5d3f67=_0x5d3f();return _0x3b97=function(_0x3b975b,_0x353b07){_0x3b975b=_0x3b975b-0x16f;let _0x22d3ea=_0x5d3f67[_0x3b975b];return _0x22d3ea;},_0x3b97(_0x27eda1,_0x4654db);}import _0x4b0d23 from'./table.js';const be=[_0x41bd5d(0x1cf),_0x41bd5d(0x1fe),_0x41bd5d(0x1b3),_0x41bd5d(0x227),_0x41bd5d(0x234),_0x41bd5d(0x1ad),_0x41bd5d(0x171)],de=Object[_0x41bd5d(0x1c2)](be[_0x41bd5d(0x1b6)](_0x518caf=>[_0x518caf,null]));export default class At extends _0x45c1fe{static get[_0x41bd5d(0x236)](){return[_0x4b0d23];}[_0x41bd5d(0x1de)](){const _0x4566e3=_0x41bd5d,_0x334bd9=this[_0x4566e3(0x1f4)];if(!_0x334bd9[_0x4566e3(0x1ae)][_0x4566e3(0x17e)](_0x4566e3(0x1a2)))return;const _0x384f0c=_0x334bd9[_0x4566e3(0x1ae)][_0x4566e3(0x21f)](_0x4566e3(0x1c8)),_0x579d67=_0x334bd9[_0x4566e3(0x1ae)][_0x4566e3(0x21f)](_0x4566e3(0x22b)),_0x51cca0=_0x334bd9[_0x4566e3(0x1ae)][_0x4566e3(0x21f)](_0x4b0d23),_0x1d6da9=_0x334bd9[_0x4566e3(0x1ae)][_0x4566e3(0x21f)](_0x4566e3(0x1a2));_0x51cca0[_0x4566e3(0x172)][_0x4566e3(0x185)](_0x4566e3(0x220),_0x4566e3(0x1a5)),_0x334bd9[_0x4566e3(0x1ca)][_0x4566e3(0x1a0)][_0x4566e3(0x233)](_0x4566e3(0x1b7),{'allowIn':_0x4566e3(0x178),'allowContentOf':_0x4566e3(0x178),'isLimit':!0x0}),_0x334bd9[_0x4566e3(0x1db)][_0x4566e3(0x23b)]({'model':_0x4566e3(0x1b7),'view':_0x4566e3(0x20e)});let _0x17da6b=null;_0x334bd9[_0x4566e3(0x1ca)]['on'](_0x4566e3(0x19c),(_0x5eef82,_0x34ae06)=>{const _0xcd11d7=_0x4566e3,[_0x33a82f,_0x1889e7]=_0x34ae06,_0x1625dd=_0x34ae06[_0x34ae06[_0xcd11d7(0x226)]-0x1];_0x1625dd&&_0x1625dd[_0xcd11d7(0x21c)]||_0x384f0c[_0xcd11d7(0x20b)]||this[_0xcd11d7(0x1f4)][_0xcd11d7(0x182)][_0xcd11d7(0x21f)](_0xcd11d7(0x1d7))[_0xcd11d7(0x205)]&&function(_0x40477c,_0x55f809,_0x50cc17,_0x23e3c5,_0x3a34b2){const _0x1cd40f=_0xcd11d7;if(_0x55f809&&!_0x55f809['is'](_0x1cd40f(0x1bc)))return!0x1;const _0x4189ef=_0x3a34b2[_0x1cd40f(0x208)](_0x40477c,_0x50cc17);if(!_0x4189ef||!me(_0x4189ef,void 0x0,_0x23e3c5))return!0x1;const _0x47cb17=_0x23e3c5[_0x1cd40f(0x1d4)](_0x50cc17[_0x1cd40f(0x1f1)][_0x1cd40f(0x1aa)]);if(!_0x47cb17[_0x1cd40f(0x226)])return!0x1;const _0x47bc9c=_0x47cb17[0x0][_0x1cd40f(0x1e9)](_0x1cd40f(0x177)),_0x117032=_0x23e3c5[_0x1cd40f(0x18f)](_0x47cb17),_0x585ab9=_0x23e3c5[_0x1cd40f(0x1e8)](_0x47cb17),_0x210773={'startRow':_0x117032[_0x1cd40f(0x228)],'endRow':_0x117032[_0x1cd40f(0x1ea)],'startColumn':_0x585ab9[_0x1cd40f(0x228)],'endColumn':_0x585ab9[_0x1cd40f(0x1ea)]};return 0x1==_0x47cb17[_0x1cd40f(0x226)]&&(_0x210773[_0x1cd40f(0x1a6)]+=_0x23e3c5[_0x1cd40f(0x1fa)](_0x4189ef)-0x1,_0x210773[_0x1cd40f(0x181)]+=_0x23e3c5[_0x1cd40f(0x1e5)](_0x4189ef)-0x1),me(_0x47bc9c,_0x210773,_0x23e3c5);}(_0x33a82f,_0x1889e7,_0x334bd9[_0xcd11d7(0x1ca)],_0x579d67,_0x1d6da9)&&(_0x5eef82[_0xcd11d7(0x16f)](),_0x17da6b={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x334bd9[_0xcd11d7(0x1ca)][_0xcd11d7(0x207)](()=>{const _0x21cce8=_0xcd11d7;_0x334bd9[_0x21cce8(0x1ca)][_0x21cce8(0x19c)](_0x34ae06[0x0],_0x34ae06[0x1],_0x34ae06[0x2],{'forceDefaultExecution':!0x0});const _0xb4696f=_0x31e52f(),{rowInsertionRanges:_0x5ec072,columnInsertionRanges:_0x5eea8f,insertionRanges:_0x5df197,deletionRanges:_0xc251b4,cells:_0x3a4eb3}=_0x17da6b;_0x5ec072[_0x21cce8(0x226)]&&_0x384f0c[_0x21cce8(0x19d)](_0x5ec072,_0x21cce8(0x220),{'tablePasteChainId':_0xb4696f}),_0x5eea8f[_0x21cce8(0x226)]&&_0x384f0c[_0x21cce8(0x19d)](_0x5eea8f,_0x21cce8(0x1a5),{'tablePasteChainId':_0xb4696f}),_0x5df197[_0x21cce8(0x226)]&&(_0x384f0c[_0x21cce8(0x19d)](_0x5df197,_0x21cce8(0x200),{'tablePasteChainId':_0xb4696f,'skipNestingCheck':!0x0}),_0x5df197[_0x21cce8(0x1d9)](_0x4b04bc=>{const _0x31e95b=_0x21cce8;var _0x4093fb;return null===(_0x4093fb=_0x4b04bc[_0x31e95b(0x214)])||void 0x0===_0x4093fb?void 0x0:_0x4093fb[_0x31e95b(0x232)](_0x4b04bc);})),_0xc251b4[_0x21cce8(0x226)]&&(_0x384f0c[_0x21cce8(0x17c)](_0xc251b4,_0x21cce8(0x200),{'tablePasteChainId':_0xb4696f,'skipNestingCheck':!0x0}),_0xc251b4[_0x21cce8(0x1d9)](_0x321a89=>{const _0x42edb6=_0x21cce8;var _0x448e73;return null===(_0x448e73=_0x321a89[_0x42edb6(0x214)])||void 0x0===_0x448e73?void 0x0:_0x448e73[_0x42edb6(0x232)](_0x321a89);}));const _0x390579=_0x384f0c[_0x21cce8(0x1ac)](_0x3a4eb3[_0x21cce8(0x1b6)](({element:_0xf59c52})=>_0xf59c52),{'formatGroupId':_0x31e52f()},[],_0x21cce8(0x223),{'tablePasteChainId':_0xb4696f});if(_0x390579){const _0x58d1c4=_0x390579[_0x21cce8(0x19a)](),_0x1f3f4b=[];for(const {element:_0x5468ac,attributes:_0x33430a}of _0x3a4eb3){if(!_0x33430a)continue;const _0x7f9cfc=_0x334bd9[_0x21cce8(0x1ca)][_0x21cce8(0x175)](_0x5468ac),_0x3ea8f6=_0x58d1c4[_0x21cce8(0x238)](_0x359424=>_0x359424[_0x21cce8(0x21a)]()[_0x21cce8(0x22a)](_0x7f9cfc));_0x3ea8f6&&_0x1f3f4b[_0x21cce8(0x185)]([_0x3ea8f6[_0x21cce8(0x211)],_0x33430a]);}_0x1f3f4b[_0x21cce8(0x226)]&&_0x390579[_0x21cce8(0x1ab)](_0x21cce8(0x195),Object[_0x21cce8(0x1c2)](_0x1f3f4b));}_0x17da6b=null;}));},{'priority':_0x24edf1[_0x4566e3(0x1eb)]+0xa}),_0x334bd9[_0x4566e3(0x1ae)][_0x4566e3(0x21f)](_0x4566e3(0x1a2))['on'](_0x4566e3(0x216),(_0x4995f8,_0x5a76e1)=>{const _0xb0deef=_0x4566e3,[_0x48e364,_0x494721,,_0x367af0]=_0x5a76e1;if(!_0x17da6b)return;_0x4995f8[_0xb0deef(0x16f)]();const _0x1b469b=_0x48e364[_0xb0deef(0x230)],_0x1b2448=_0x494721,_0x49aa18=ge(_0x1b469b),_0x55fcdc=ge(_0x1b2448);_0x4995f8[_0xb0deef(0x203)]=_0x1b469b;let _0x1f595c=null,_0x5c3c20=null;if(_0x55fcdc||_0x49aa18){if(_0x49aa18&&!_0x55fcdc){_0x367af0[_0xb0deef(0x1b0)](_0x1b469b[_0xb0deef(0x1b1)](0x0));for(const _0x329d3e of Array[_0xb0deef(0x1cd)](_0x1b2448[_0xb0deef(0x1d1)]()))_0x367af0[_0xb0deef(0x231)](_0x329d3e,_0x1b469b,_0xb0deef(0x1c5));const _0x3f208b=_0x17da6b[_0xb0deef(0x237)][_0xb0deef(0x215)](_0x48e364[_0xb0deef(0x202)]),_0x1edce7=_0x17da6b[_0xb0deef(0x173)][_0xb0deef(0x215)](_0x48e364[_0xb0deef(0x20f)]);_0x3f208b||_0x1edce7||(_0x1f595c=_0x32cf12[_0xb0deef(0x1c4)](_0x367af0[_0xb0deef(0x186)](_0x1b469b)));}else _0x55fcdc&&!_0x49aa18&&(_0x5c3c20=_0x367af0[_0xb0deef(0x186)](_0x1b469b));}else{const _0x35a152=_0x367af0[_0xb0deef(0x22e)](_0xb0deef(0x1b7)),_0x517561=_0x367af0[_0xb0deef(0x22e)](_0xb0deef(0x1b7));_0x367af0[_0xb0deef(0x1b2)](_0x367af0[_0xb0deef(0x186)](_0x1b469b),_0x517561),_0x367af0[_0xb0deef(0x231)](_0x35a152,_0x1b469b,0x0);for(const _0x5c97d2 of Array[_0xb0deef(0x1cd)](_0x1b2448[_0xb0deef(0x1d1)]()))_0x367af0[_0xb0deef(0x231)](_0x5c97d2,_0x35a152,_0xb0deef(0x1c5));_0x1f595c=_0x32cf12[_0xb0deef(0x1c4)](_0x367af0[_0xb0deef(0x175)](_0x35a152)),_0x5c3c20=_0x32cf12[_0xb0deef(0x1c4)](_0x367af0[_0xb0deef(0x175)](_0x517561));}const _0x121856=Array[_0xb0deef(0x1cd)](_0x1b2448[_0xb0deef(0x180)]())[_0xb0deef(0x1f2)](([_0x14dc29])=>be[_0xb0deef(0x215)](_0x14dc29));_0x17da6b[_0xb0deef(0x1ee)][_0xb0deef(0x185)]({'element':_0x1b469b,'attributes':_0x121856[_0xb0deef(0x226)]?Object[_0xb0deef(0x1c2)](_0x121856):null}),_0x1f595c&&_0x17da6b[_0xb0deef(0x1e0)][_0xb0deef(0x185)](_0x1f595c),_0x5c3c20&&_0x17da6b[_0xb0deef(0x1fc)][_0xb0deef(0x185)](_0x5c3c20);},{'priority':_0x4566e3(0x1eb)}),_0x579d67['on'](_0x4566e3(0x1a8),(_0x199577,_0x5aedaf)=>{const _0x4d9902=_0x4566e3,[_0x32ff58,_0x4c8234={}]=_0x5aedaf;if(!_0x17da6b)return;const _0x41134a=_0x4c8234['at']||0x0,_0x2e8a03=_0x4c8234[_0x4d9902(0x188)]||0x1;_0x17da6b[_0x4d9902(0x173)]=new Array(_0x2e8a03)[_0x4d9902(0x1dc)](_0x41134a)[_0x4d9902(0x1b6)]((_0x10c384,_0x210bf6)=>_0x10c384+_0x210bf6);for(const {cell:_0x2537a7}of _0x579d67[_0x4d9902(0x1d2)](_0x32ff58,{'startColumn':_0x41134a,'endColumn':_0x41134a+_0x2e8a03-0x1}))_0x17da6b[_0x4d9902(0x229)][_0x4d9902(0x185)](_0x334bd9[_0x4d9902(0x1ca)][_0x4d9902(0x175)](_0x2537a7));},{'priority':_0x4566e3(0x1ff)}),_0x579d67['on'](_0x4566e3(0x210),(_0x5d8814,_0x9a100d)=>{const _0xa4951d=_0x4566e3,[_0x25fd7b,_0x2e9f0b={}]=_0x9a100d;if(!_0x17da6b)return;const _0x114eb3=_0x2e9f0b['at']||0x0,_0x3ca206=_0x2e9f0b[_0xa4951d(0x20c)]||0x1;_0x17da6b[_0xa4951d(0x237)]=new Array(_0x3ca206)[_0xa4951d(0x1dc)](_0x114eb3)[_0xa4951d(0x1b6)]((_0x2bcc80,_0x358346)=>_0x2bcc80+_0x358346);for(const {cell:_0x323aff}of _0x579d67[_0xa4951d(0x1d2)](_0x25fd7b,{'startRow':_0x114eb3,'endRow':_0x114eb3+_0x3ca206-0x1}))_0x17da6b[_0xa4951d(0x1a9)][_0xa4951d(0x185)](_0x334bd9[_0xa4951d(0x1ca)][_0xa4951d(0x175)](_0x323aff));},{'priority':_0x4566e3(0x1ff)}),_0x384f0c[_0x4566e3(0x239)][_0x4566e3(0x1bd)](_0x3ae019=>{const _0xe41cd9=_0x4566e3;if(_0x3ae019[_0xe41cd9(0x235)]&&_0x3ae019[_0xe41cd9(0x235)][_0xe41cd9(0x1f5)](_0xe41cd9(0x200)))return _0x3ae019[_0xe41cd9(0x1cb)]?{}:{'type':_0xe41cd9(0x217),'content':_0x42573f(_0x334bd9[_0xe41cd9(0x199)],_0xe41cd9(0x179))};});const _0x57f8d2=()=>!0x1;for(const _0x394ba5 of[_0x4566e3(0x200),_0x4566e3(0x1a5),_0x4566e3(0x220),_0x4566e3(0x223)])_0x384f0c[_0x4566e3(0x1d8)][_0x4566e3(0x1b9)](_0x4566e3(0x217),_0x394ba5,_0x4566e3(0x1ed),_0x57f8d2),_0x384f0c[_0x4566e3(0x1d8)][_0x4566e3(0x1b9)](_0x4566e3(0x193),_0x394ba5,_0x4566e3(0x1ed),_0x57f8d2),_0x384f0c[_0x4566e3(0x1d8)][_0x4566e3(0x1b9)](_0x4566e3(0x20a),_0x394ba5,_0x4566e3(0x1ed),_0x57f8d2);_0x384f0c[_0x4566e3(0x1d8)][_0x4566e3(0x1b9)](_0x4566e3(0x20a),_0x4566e3(0x223),_0x4566e3(0x1c6),_0x57f8d2),_0x384f0c[_0x4566e3(0x1d8)][_0x4566e3(0x1b9)](_0x4566e3(0x20a),_0x4566e3(0x223),_0x4566e3(0x1ef),(_0x5557e9,_0x4af732,_0x2d453b)=>{const _0x2953f3=_0x4566e3,_0xe46b5f=_0x5557e9[_0x2953f3(0x1b6)](_0x3920c7=>_0x3920c7[_0x2953f3(0x1a4)]())[_0x2953f3(0x1f2)](_0x4e96f7=>_0x4e96f7),_0x41907a=new Map(_0xe46b5f[_0x2953f3(0x1b6)](_0x447d3a=>[_0x447d3a,null]));if(_0x17da6b){for(const {element:_0x1b04f0,attributes:_0x16843b}of _0x17da6b[_0x2953f3(0x1ee)])_0x16843b&&_0x41907a[_0x2953f3(0x1f0)](_0x1b04f0,_0x16843b);}else{if(_0x2d453b&&_0x2d453b[_0x2953f3(0x195)])for(const [_0x1ebe71,_0x32b934]of Object[_0x2953f3(0x1c0)](_0x2d453b[_0x2953f3(0x195)])){const _0x313c96=_0x334bd9[_0x2953f3(0x1ca)][_0x2953f3(0x19b)][_0x2953f3(0x21f)](_0x1ebe71),_0x1c5f0b=_0x313c96?_0x313c96[_0x2953f3(0x21a)]()[_0x2953f3(0x1a4)]():null;_0x1c5f0b&&_0x41907a[_0x2953f3(0x1f0)](_0x1c5f0b,_0x32b934);}}_0x334bd9[_0x2953f3(0x1ca)][_0x2953f3(0x207)](_0x1d2e47=>{const _0x12322c=_0x2953f3;for(const [_0x4930d9,_0xfd6667]of _0x41907a)_0x1d2e47[_0x12322c(0x1c7)]({...de,..._0xfd6667},_0x4930d9);});});const _0x387a10=(_0x25ae7b,_0x43c04e)=>{const _0xd65bcd=_0x4566e3;_0x384f0c[_0xd65bcd(0x1d8)][_0xd65bcd(0x1b9)](_0x25ae7b,_0xd65bcd(0x200),_0x43c04e,(_0x374151,_0x3d3dc0,_0x371caa)=>{const _0x3fe393=_0xd65bcd;_0x334bd9[_0x3fe393(0x1ca)][_0x3fe393(0x207)](_0x72a2a8=>{const _0x12459c=_0x3fe393,_0x4f3aec=[];for(const _0x42af58 of _0x374151){const _0x1a5e2b=_0x42af58[_0x12459c(0x18c)][_0x12459c(0x1f8)];_0x1a5e2b['is'](_0x12459c(0x1dd),_0x12459c(0x1b7))&&_0x4f3aec[_0x12459c(0x185)](_0x1a5e2b);}_0x384f0c[_0x12459c(0x1d8)][_0x12459c(0x1c3)](_0x25ae7b,null,_0x43c04e)(_0x374151,_0x3d3dc0,_0x371caa);for(const _0x238f56 of _0x4f3aec)_0x12459c(0x218)!=_0x238f56[_0x12459c(0x1d5)][_0x12459c(0x1b5)]&&_0x72a2a8[_0x12459c(0x209)](_0x238f56);});});};_0x387a10(_0x4566e3(0x217),_0x4566e3(0x1ef)),_0x387a10(_0x4566e3(0x217),_0x4566e3(0x1c6)),_0x387a10(_0x4566e3(0x193),_0x4566e3(0x1ef)),_0x387a10(_0x4566e3(0x193),_0x4566e3(0x1c6)),_0x384f0c[_0x4566e3(0x1d8)][_0x4566e3(0x1b9)](_0x4566e3(0x217),_0x4566e3(0x220),_0x4566e3(0x1c6),_0x56d932=>{const _0x239e25=_0x4566e3,_0x4aadeb=_0x56d932[_0x239e25(0x1b6)](_0x58a33c=>_0x58a33c[_0x239e25(0x1a4)]()),_0x12d11c=_0x4aadeb[0x0][_0x239e25(0x1e9)](_0x239e25(0x177)),{minRow:_0x15c96c,maxRow:_0x1dbde8}=_0x51cca0[_0x239e25(0x1e4)](_0x4aadeb);_0x579d67[_0x239e25(0x1e1)](_0x12d11c,{'at':_0x15c96c,'rows':_0x1dbde8-_0x15c96c+0x1});}),_0x384f0c[_0x4566e3(0x1d8)][_0x4566e3(0x1b9)](_0x4566e3(0x217),_0x4566e3(0x1a5),_0x4566e3(0x1c6),_0x59febf=>{const _0x52852a=_0x4566e3,_0x44a6bd=_0x59febf[_0x52852a(0x1b6)](_0x4ad2e7=>_0x4ad2e7[_0x52852a(0x1a4)]()),_0x591196=_0x44a6bd[0x0][_0x52852a(0x1e9)](_0x52852a(0x177)),{minColumn:_0x293a64,maxColumn:_0x2bfaa2}=_0x51cca0[_0x52852a(0x1e4)](_0x44a6bd);_0x579d67[_0x52852a(0x1c1)](_0x591196,{'at':_0x293a64,'columns':_0x2bfaa2-_0x293a64+0x1});});const _0xf65008=(_0x53353e,_0x219995)=>{const _0x3640ff=_0x4566e3;if(!_0x219995[_0x3640ff(0x235)]||!_0x219995[_0x3640ff(0x235)][_0x3640ff(0x1f5)](_0x3640ff(0x200)))return;const _0x1cbc50=_0x219995[_0x3640ff(0x1a3)][_0x3640ff(0x1ba)],_0x56b13a=_0x384f0c[_0x3640ff(0x212)]()[_0x3640ff(0x1f2)](_0x1a288e=>_0x1a288e[_0x3640ff(0x196)]&&_0x1a288e[_0x3640ff(0x1a3)]&&_0x1a288e[_0x3640ff(0x1a3)][_0x3640ff(0x1ba)]==_0x1cbc50);_0x56b13a[_0x3640ff(0x226)]&&_0x219995[_0x3640ff(0x1c9)]()[_0x3640ff(0x226)]!=_0x56b13a[_0x3640ff(0x226)]&&_0x56b13a[_0x3640ff(0x1f6)]((_0x5e4387,_0x2e4487)=>(_0x5e4387[_0x3640ff(0x18b)]=_0x2e4487,_0x2e4487[_0x3640ff(0x1cb)]=_0x5e4387,_0x2e4487));};function _0x55530f(_0x36a1c1,_0x55b528=!0x0){const _0x231376=_0x4566e3,{id:_0x5a2379}=_0x384f0c[_0x231376(0x1e7)](_0x36a1c1[_0x231376(0x194)]),_0x2acfd0=[_0x231376(0x21e),_0x231376(0x18a)],_0x41f702=_0x384f0c[_0x231376(0x183)][_0x231376(0x215)](_0x36a1c1[_0x231376(0x194)]);return _0x41f702&&_0x2acfd0[_0x231376(0x185)](_0x231376(0x184)),{'classes':_0x2acfd0,'attributes':{'data-suggestion':_0x5a2379},'priority':_0x41f702&&_0x55b528?0xbc2:0xbb8};}_0x384f0c['on'](_0x4566e3(0x1af),_0xf65008,{'priority':_0x4566e3(0x1eb)}),_0x384f0c['on'](_0x4566e3(0x1f9),_0xf65008,{'priority':_0x4566e3(0x1eb)}),_0x334bd9[_0x4566e3(0x1ca)][_0x4566e3(0x1f1)][_0x4566e3(0x1ce)](()=>{const _0x500ba0=_0x4566e3;let _0x34e0de=!0x1;const _0x3b6cb4=Array[_0x500ba0(0x1cd)](_0x334bd9[_0x500ba0(0x1ca)][_0x500ba0(0x1f1)][_0x500ba0(0x23a)][_0x500ba0(0x17f)]());for(const {name:_0x2c9f81,data:_0x1d91a7}of _0x3b6cb4){const {group:_0x85a947,type:_0x334ae3,id:_0x5a5e27}=_0x384f0c[_0x500ba0(0x1e7)](_0x2c9f81);if(_0x500ba0(0x22c)!=_0x85a947||_0x500ba0(0x193)!=_0x334ae3||_0x1d91a7[_0x500ba0(0x198)])continue;if(!_0x384f0c[_0x500ba0(0x1df)](_0x5a5e27))continue;const _0x32af71=_0x384f0c[_0x500ba0(0x1f7)](_0x5a5e27)[_0x500ba0(0x21d)](),_0x2e4cf1=_0x334bd9[_0x500ba0(0x1ae)][_0x500ba0(0x21f)](_0x500ba0(0x204))['me'];for(const _0x4d1b3d of _0x384f0c[_0x500ba0(0x212)]()){if(!_0x4d1b3d[_0x500ba0(0x196)]||_0x4d1b3d[_0x500ba0(0x197)]!=_0x2e4cf1)continue;if(_0x500ba0(0x20a)!=_0x4d1b3d[_0x500ba0(0x190)]||_0x500ba0(0x223)!=_0x4d1b3d[_0x500ba0(0x235)])continue;if(_0x4d1b3d[_0x500ba0(0x21d)]()[_0x500ba0(0x224)](_0x10f589=>_0x32af71[_0x500ba0(0x1d3)](_0x55d602=>_0x55d602[_0x500ba0(0x22d)](_0x10f589,!0x0)))){for(const _0x529ef3 of _0x4d1b3d[_0x500ba0(0x1c9)]())_0x529ef3[_0x500ba0(0x196)]&&(_0x529ef3[_0x500ba0(0x1c6)](),_0x34e0de=!0x0);}}}return _0x34e0de;}),_0x334bd9[_0x4566e3(0x1ca)][_0x4566e3(0x1f1)][_0x4566e3(0x1ce)](_0x52e9cf=>{const _0x38ea50=_0x4566e3,_0x41977c=_0x334bd9[_0x38ea50(0x182)][_0x38ea50(0x21f)](_0x38ea50(0x1fb));if(!_0x41977c||!_0x41977c[_0x38ea50(0x187)][_0x38ea50(0x17e)](_0x52e9cf[_0x38ea50(0x1e3)]))return!0x1;let _0x2f0030=!0x1;const _0x277f0d=_0x334bd9[_0x38ea50(0x1ae)][_0x38ea50(0x21f)](_0x38ea50(0x204))['me'],_0x34f6ff=_0x334bd9[_0x38ea50(0x1ca)][_0x38ea50(0x1f1)][_0x38ea50(0x23a)][_0x38ea50(0x17a)](),_0x22f756=Array[_0x38ea50(0x1cd)](_0x334bd9[_0x38ea50(0x1ca)][_0x38ea50(0x1f1)][_0x38ea50(0x23a)][_0x38ea50(0x17f)]())[_0x38ea50(0x1f2)](({name:_0x1e19e9,data:_0x1ddc55})=>{const _0x2fd27c=_0x38ea50,{group:_0x3fe6f5,subType:_0x428314,authorId:_0x3cba0f}=_0x384f0c[_0x2fd27c(0x1e7)](_0x1e19e9);return _0x2fd27c(0x22c)==_0x3fe6f5&&_0x2fd27c(0x200)==_0x428314&&_0x3cba0f==_0x277f0d['id']&&!_0x1ddc55[_0x2fd27c(0x198)];});for(const _0x2300e8 of _0x34f6ff){if(_0x38ea50(0x231)!=_0x2300e8[_0x38ea50(0x190)]||_0x38ea50(0x1b7)!=_0x2300e8[_0x38ea50(0x211)]||0x1!=_0x2300e8[_0x38ea50(0x226)])continue;const _0x2a9614=_0x52e9cf[_0x38ea50(0x176)](_0x2300e8[_0x38ea50(0x221)],_0x2300e8[_0x38ea50(0x221)][_0x38ea50(0x22f)](0x1));if(!_0x22f756[_0x38ea50(0x238)](({data:_0xb8f70e})=>_0xb8f70e[_0x38ea50(0x1e2)][_0x38ea50(0x22a)](_0x2a9614))){for(const {name:_0x5ce7e7,data:_0x52e0ce}of _0x22f756)if(_0x2a9614[_0x38ea50(0x22d)](_0x52e0ce[_0x38ea50(0x1e2)])){_0x52e9cf[_0x38ea50(0x213)](_0x5ce7e7,{'range':_0x2a9614}),_0x2f0030=!0x0;break;}}}return _0x2f0030;}),_0x334bd9[_0x4566e3(0x1ca)][_0x4566e3(0x1f1)][_0x4566e3(0x1ce)](_0x5c4af3=>{const _0xc6bf5d=_0x4566e3;let _0x5dde12=!0x1;const _0xa4cc60=_0x334bd9[_0xc6bf5d(0x1ae)][_0xc6bf5d(0x21f)](_0xc6bf5d(0x204))['me'],_0x26122c=_0x384f0c[_0xc6bf5d(0x212)]()[_0xc6bf5d(0x1f2)](_0x361534=>_0x361534[_0xc6bf5d(0x196)]&&_0x361534[_0xc6bf5d(0x197)]==_0xa4cc60),_0x1d9bd3=new Set(),_0x5407a6=new Set();for(const _0xcf0d3a of _0x26122c)if(_0xc6bf5d(0x200)==_0xcf0d3a[_0xc6bf5d(0x235)])for(const _0x5e4080 of _0xcf0d3a[_0xc6bf5d(0x19a)]()){const _0x1c3f90=_0x5e4080[_0xc6bf5d(0x21a)]()[_0xc6bf5d(0x1a4)]();if(_0x1c3f90){if(_0x1c3f90['is'](_0xc6bf5d(0x1dd),_0xc6bf5d(0x1b7))&&ge(_0x1c3f90)){_0xcf0d3a[_0xc6bf5d(0x192)](_0x5e4080[_0xc6bf5d(0x211)]),_0x1d9bd3[_0xc6bf5d(0x19e)](_0x1c3f90),_0x5dde12=!0x0;const _0x3d849e=_0x1c3f90[_0xc6bf5d(0x18d)],_0x47bbfe=_0x1c3f90[_0xc6bf5d(0x1bb)],_0x57a4f2=_0x3d849e&&_0x3d849e['is'](_0xc6bf5d(0x1dd),_0xc6bf5d(0x1b7)),_0x5bfff5=_0x47bbfe&&_0x47bbfe['is'](_0xc6bf5d(0x1dd),_0xc6bf5d(0x1b7));_0x57a4f2&&!_0x1d9bd3[_0xc6bf5d(0x17e)](_0x3d849e)&&_0x5407a6[_0xc6bf5d(0x19e)](_0x3d849e),_0x5bfff5&&!_0x1d9bd3[_0xc6bf5d(0x17e)](_0x47bbfe)&&_0x5407a6[_0xc6bf5d(0x19e)](_0x47bbfe);}else _0x1c3f90['is'](_0xc6bf5d(0x1dd),_0xc6bf5d(0x1cc))&&_0x1c3f90[_0xc6bf5d(0x1d6)]&&(_0xcf0d3a[_0xc6bf5d(0x192)](_0x5e4080[_0xc6bf5d(0x211)]),_0x5dde12=!0x0);}}else{if(_0xc6bf5d(0x223)==_0xcf0d3a[_0xc6bf5d(0x235)]){if(!_0xcf0d3a[_0xc6bf5d(0x1a3)]||!_0xcf0d3a[_0xc6bf5d(0x1a3)][_0xc6bf5d(0x1ba)])continue;const _0x53f9a1=_0xcf0d3a[_0xc6bf5d(0x1a3)][_0xc6bf5d(0x195)];if(_0x53f9a1&&Object[_0xc6bf5d(0x1f3)](_0x53f9a1)[_0xc6bf5d(0x226)])continue;const _0x558b13=_0xcf0d3a[_0xc6bf5d(0x1a3)][_0xc6bf5d(0x1ba)];let _0x3d1c20=!0x0,_0x41b8a2=!0x0;for(const _0x1af3de of _0x26122c)if(_0x1af3de[_0xc6bf5d(0x235)]&&_0x1af3de[_0xc6bf5d(0x235)][_0xc6bf5d(0x1f5)](_0xc6bf5d(0x200))){if(!_0x1af3de[_0xc6bf5d(0x1a3)][_0xc6bf5d(0x1ba)]){_0x41b8a2=!0x1;break;}if(_0x1af3de['id']!=_0xcf0d3a['id']&&_0x1af3de[_0xc6bf5d(0x1a3)][_0xc6bf5d(0x1ba)]==_0x558b13){_0x3d1c20=!0x1;break;}}_0x41b8a2&&_0x3d1c20&&(_0xcf0d3a[_0xc6bf5d(0x1da)](),_0x5dde12=!0x0);}}for(const _0x4766a2 of _0x1d9bd3)_0x5c4af3[_0xc6bf5d(0x1b0)](_0x4766a2);for(const _0x658e14 of _0x5407a6)_0x5c4af3[_0xc6bf5d(0x209)](_0x658e14);return _0x5dde12;}),_0x334bd9[_0x4566e3(0x1db)][_0x4566e3(0x1a7)](_0x4566e3(0x219))[_0x4566e3(0x174)]({'model':_0x4566e3(0x191),'view':(_0x3cab5a,_0xa57e8e)=>_0x55530f(_0x3cab5a),'converterPriority':_0x4566e3(0x1eb)}),_0x334bd9[_0x4566e3(0x1db)][_0x4566e3(0x1a7)](_0x4566e3(0x21b))[_0x4566e3(0x174)]({'model':_0x4566e3(0x191),'view':(_0xfaa2b3,_0x2eb2d5)=>_0x2eb2d5[_0x4566e3(0x1bf)][_0x4566e3(0x201)]?_0x55530f(_0xfaa2b3,!0x1):null,'converterPriority':_0x4566e3(0x1eb)});const _0x70f1f0=_0x334bd9[_0x4566e3(0x20d)][_0x4566e3(0x170)];this[_0x4566e3(0x1b4)](_0x70f1f0[_0x4566e3(0x1f1)],_0x4566e3(0x189),(_0x54683c,_0x495742)=>{const _0x9fcf82=_0x4566e3,_0x2a50a1=[];for(const _0x55d43d of _0x70f1f0[_0x9fcf82(0x186)](_0x495742[_0x9fcf82(0x19f)])[_0x9fcf82(0x17b)]())_0x55d43d['is'](_0x9fcf82(0x1dd),_0x9fcf82(0x20e))&&_0x2a50a1[_0x9fcf82(0x185)](_0x55d43d);_0x70f1f0[_0x9fcf82(0x207)](_0x2e4f89=>{const _0x50b284=_0x9fcf82;for(const _0x2e1c59 of _0x2a50a1)_0x2e4f89[_0x50b284(0x1be)](_0x2e4f89[_0x50b284(0x186)](_0x2e1c59),_0x2e4f89[_0x50b284(0x1a1)](_0x2e1c59)),_0x2e4f89[_0x50b284(0x1b0)](_0x2e1c59);});});}}function ge(_0x404387){const _0xb3855c=_0x41bd5d;if(_0x404387[_0xb3855c(0x1d6)])return!0x0;const _0xd03aa9=_0x404387[_0xb3855c(0x1b1)](0x0);return _0xd03aa9['is'](_0xb3855c(0x1dd),_0xb3855c(0x1cc))&&_0xd03aa9[_0xb3855c(0x1d6)];}function me(_0x2f5423,_0x58e3b3={},_0x147605){const _0xfed3f6=_0x41bd5d;for(const {isAnchor:_0x261ad7,cellHeight:_0xecd93b,cellWidth:_0x1ea580}of _0x147605[_0xfed3f6(0x1d2)](_0x2f5423,{'includeAllSlots':!0x0,..._0x58e3b3}))if(!_0x261ad7||0x1!=_0xecd93b||0x1!=_0x1ea580)return!0x1;return!0x0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x5a19(){const _0x21e450=['1978638MyNZQe','Users','has','formatBlock','locale','afterInit','model','formatGroupId','columnWidths','447074LnvoXy','345185dYnmDp','document','editor','get','registerCustomCallback','handleResizeTableWidthCommand','*Format:*\x20resize\x20table','registerDescriptionCallback','formatInline','change','getSuggestions','discard','author','resizeTableWidth','plugins','getTableColumnsWidths','getSelectedElement','getColumnGroupElement','bind','124881NGKDTf','table','getAttribute','resizeTable','getSuggestionCallback','selection','format','TableColumnResizeEditing','type','5493586CgqfZC','data','TrackChangesEditing','_descriptionFactory','handleSuggestionDescription','_suggestionFactory','tableWidth','markBlockFormat','accept','800082PJRzkS','subType','921928ziAuxr','enableCommand','getContainedElement','commandParams'];_0x5a19=function(){return _0x21e450;};return _0x5a19();}const _0x22e3b3=_0x145e;(function(_0x58872c,_0x1a6851){const _0x249d65=_0x145e,_0x427e3b=_0x58872c();while(!![]){try{const _0x4484d6=parseInt(_0x249d65(0x126))/0x1+-parseInt(_0x249d65(0x147))/0x2+-parseInt(_0x249d65(0x138))/0x3+parseInt(_0x249d65(0x13a))/0x4+-parseInt(_0x249d65(0x148))/0x5+-parseInt(_0x249d65(0x13e))/0x6+parseInt(_0x249d65(0x12f))/0x7;if(_0x4484d6===_0x1a6851)break;else _0x427e3b['push'](_0x427e3b['shift']());}catch(_0x490176){_0x427e3b['push'](_0x427e3b['shift']());}}}(_0x5a19,0x3d4f0));import{Plugin as _0x4b67f4}from'ckeditor5/src/core.js';import{getTranslation as _0x14d27a}from'../utils/common-translations.js';function _0x145e(_0x23eb0f,_0x32a105){const _0x5a19b4=_0x5a19();return _0x145e=function(_0x145e77,_0x4438e4){_0x145e77=_0x145e77-0x115;let _0x478641=_0x5a19b4[_0x145e77];return _0x478641;},_0x145e(_0x23eb0f,_0x32a105);}export default class It extends _0x4b67f4{[_0x22e3b3(0x143)](){const _0x4c4e61=_0x22e3b3;if(!this[_0x4c4e61(0x115)][_0x4c4e61(0x121)][_0x4c4e61(0x140)](_0x4c4e61(0x12d)))return;const _0x1b1946=this[_0x4c4e61(0x115)][_0x4c4e61(0x121)][_0x4c4e61(0x116)](_0x4c4e61(0x131));_0x1b1946[_0x4c4e61(0x13b)](_0x4c4e61(0x120),this[_0x4c4e61(0x118)][_0x4c4e61(0x125)](this)),_0x1b1946[_0x4c4e61(0x134)][_0x4c4e61(0x117)](_0x4c4e61(0x141),_0x4c4e61(0x129),_0x4c4e61(0x137),_0x1b1946[_0x4c4e61(0x134)][_0x4c4e61(0x12a)](_0x4c4e61(0x141),null,_0x4c4e61(0x11e))),_0x1b1946[_0x4c4e61(0x134)][_0x4c4e61(0x117)](_0x4c4e61(0x141),_0x4c4e61(0x129),_0x4c4e61(0x11e),_0x1b1946[_0x4c4e61(0x134)][_0x4c4e61(0x12a)](_0x4c4e61(0x141),null,_0x4c4e61(0x137))),_0x1b1946[_0x4c4e61(0x132)][_0x4c4e61(0x11a)](this[_0x4c4e61(0x133)][_0x4c4e61(0x125)](this));}[_0x22e3b3(0x118)](_0x313e15,_0x68d96d){const _0x3b59c8=_0x22e3b3,_0x431d1f=this[_0x3b59c8(0x115)][_0x3b59c8(0x121)][_0x3b59c8(0x116)](_0x3b59c8(0x131)),_0x2b63d3=this[_0x3b59c8(0x115)][_0x3b59c8(0x121)][_0x3b59c8(0x116)](_0x3b59c8(0x12d)),_0x452a0b=_0x68d96d[_0x3b59c8(0x127)]||this[_0x3b59c8(0x115)][_0x3b59c8(0x144)][_0x3b59c8(0x149)][_0x3b59c8(0x12b)][_0x3b59c8(0x123)]();this[_0x3b59c8(0x115)][_0x3b59c8(0x144)][_0x3b59c8(0x11c)](()=>{const _0x3fac1d=_0x3b59c8,_0x569321=_0x2b63d3[_0x3fac1d(0x124)](_0x452a0b);let _0x2eed1c=_0x569321?_0x2b63d3[_0x3fac1d(0x122)](_0x569321):null,_0x449960=_0x452a0b[_0x3fac1d(0x128)](_0x3fac1d(0x135))||null;const _0x3d3227=_0x68d96d[_0x3fac1d(0x135)]||_0x449960,_0x28e7be=_0x68d96d[_0x3fac1d(0x146)]||_0x2eed1c,_0x1ecb06=this[_0x3fac1d(0x115)][_0x3fac1d(0x121)][_0x3fac1d(0x116)](_0x3fac1d(0x13f))['me'];for(const _0x11a5ef of _0x431d1f[_0x3fac1d(0x11d)]()){const _0x1ab977=_0x11a5ef[_0x3fac1d(0x13c)]();if(_0x3fac1d(0x129)===_0x11a5ef[_0x3fac1d(0x139)]&&_0x1ab977===_0x452a0b){_0x11a5ef[_0x3fac1d(0x11f)]!==_0x1ecb06&&_0x11a5ef[_0x3fac1d(0x11e)]();const _0xe824f3=_0x11a5ef[_0x3fac1d(0x130)][_0x3fac1d(0x13d)];_0x449960=_0xe824f3[0x0][_0x3fac1d(0x135)],_0x2eed1c=_0xe824f3[0x0][_0x3fac1d(0x146)];break;}}_0x313e15({'table':_0x452a0b,'tableWidth':_0x3d3227,'columnWidths':_0x28e7be}),_0x431d1f[_0x3fac1d(0x136)](_0x452a0b,{'commandName':_0x3fac1d(0x120),'commandParams':[{'tableWidth':_0x449960,'columnWidths':_0x2eed1c}],'formatGroupId':_0x3fac1d(0x129)},[],_0x3fac1d(0x129));});}[_0x22e3b3(0x133)](_0x2e5480){const _0x4594a0=_0x22e3b3;if(_0x4594a0(0x141)!=_0x2e5480[_0x4594a0(0x12e)]&&_0x4594a0(0x11b)!=_0x2e5480[_0x4594a0(0x12e)])return;const {data:_0xfbe020}=_0x2e5480;if(_0xfbe020&&_0x4594a0(0x129)===_0xfbe020[_0x4594a0(0x145)]){const _0x30c43c=_0x4594a0(0x119);return{'type':_0x4594a0(0x12c),'content':_0x14d27a(this[_0x4594a0(0x115)][_0x4594a0(0x142)],_0x30c43c)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x33a64b=_0x4f53;(function(_0x9c795a,_0x3c0b00){const _0x1faec5=_0x4f53,_0x4cf132=_0x9c795a();while(!![]){try{const _0x4485ef=parseInt(_0x1faec5(0x17f))/0x1*(parseInt(_0x1faec5(0x17c))/0x2)+-parseInt(_0x1faec5(0x19a))/0x3*(-parseInt(_0x1faec5(0x17a))/0x4)+-parseInt(_0x1faec5(0x16b))/0x5*(parseInt(_0x1faec5(0x18a))/0x6)+parseInt(_0x1faec5(0x18c))/0x7*(-parseInt(_0x1faec5(0x185))/0x8)+parseInt(_0x1faec5(0x15c))/0x9*(parseInt(_0x1faec5(0x172))/0xa)+-parseInt(_0x1faec5(0x154))/0xb+-parseInt(_0x1faec5(0x179))/0xc*(-parseInt(_0x1faec5(0x18e))/0xd);if(_0x4485ef===_0x3c0b00)break;else _0x4cf132['push'](_0x4cf132['shift']());}catch(_0x1ee7e4){_0x4cf132['push'](_0x4cf132['shift']());}}}(_0x2cf9,0xd9247));import{Plugin as _0x16b1ef}from'ckeditor5/src/core.js';function _0x2cf9(){const _0x483cd5=['accept','data-suggestion','removeMarker:suggestion','commandParams','start','requires','parent','setAttribute','29300gKQVlb','nodeBefore','getCellLocation','consume','afterInit','FORMAT_REGULAR_ROW','FORMAT_HEADER_COLUMN','260TtzJRP','setTableRowHeader','TableUtils','removeAttribute','mapper','locale','options','36WJxGiF','193092qWMhfV','setTableColumnHeader','4tVHmOS','addClass','item','51131vRiOtq','writer','removeClass','end','*Format:*\x20%0','name','8ktlKoP','bindElementToMarker','consumable','highest','_registerLegacyDescription','1308mILpSd','has','1557724YAlLgc','markerName','6531993YgvXqs','_handleLegacySuggestions','formatBlock','_splitMarkerName','stop','headingColumns','toViewElement','editing','type','nodeAfter','registerAttributeLabel','addMarker:suggestion','33dCxFMf','ck-suggestion-marker-','plugins','data','_suggestionFactory','downcastDispatcher','cell','_acceptFormatSuggestionCallbackFactory','registerCustomCallback','unbindElementFromMarkerName','get','getSuggestion','commandName','registerDescriptionCallback','FORMAT_REGULAR_COLUMN','TrackChangesEditing','showSuggestionHighlights','forceValue','7772787pUpkrs','TableEditing','markerNameToElements','editor','activeMarkers','markerRange','_enableDefaultAttributesIntegration','_descriptionFactory','330714NwLmtD','includes','ck-suggestion-marker--active','format','FORMAT_HEADER_ROW','headingRows','createTableWalker'];_0x2cf9=function(){return _0x483cd5;};return _0x2cf9();}import _0x155e9e from'./table.js';import{getTranslation as _0x12058d}from'../utils/common-translations.js';function _0x4f53(_0x176b4c,_0x260931){const _0x2cf9b3=_0x2cf9();return _0x4f53=function(_0x4f531e,_0x51c03d){_0x4f531e=_0x4f531e-0x154;let _0x1e948f=_0x2cf9b3[_0x4f531e];return _0x1e948f;},_0x4f53(_0x176b4c,_0x260931);}export default class St extends _0x16b1ef{static get[_0x33a64b(0x168)](){return[_0x155e9e];}[_0x33a64b(0x16f)](){const _0x374d81=_0x33a64b,_0x185e52=this[_0x374d81(0x157)];if(!_0x185e52[_0x374d81(0x19c)][_0x374d81(0x18b)](_0x374d81(0x155)))return;const _0x5d025f=_0x185e52[_0x374d81(0x177)],_0x4cec6c=_0x185e52[_0x374d81(0x19c)][_0x374d81(0x1a4)](_0x374d81(0x1a9));_0x4cec6c[_0x374d81(0x15a)](_0x374d81(0x173),[],[_0x374d81(0x161)]),_0x4cec6c[_0x374d81(0x15a)](_0x374d81(0x17b),[],[_0x374d81(0x193)]),_0x4cec6c[_0x374d81(0x15b)][_0x374d81(0x198)](_0x374d81(0x161),_0x12058d(_0x5d025f,_0x374d81(0x160))),_0x4cec6c[_0x374d81(0x15b)][_0x374d81(0x198)](_0x374d81(0x193),_0x12058d(_0x5d025f,_0x374d81(0x171))),this[_0x374d81(0x18f)]();}[_0x33a64b(0x18f)](){const _0x5a4680=_0x33a64b,_0x4afbdb=this[_0x5a4680(0x157)][_0x5a4680(0x19c)][_0x5a4680(0x1a4)](_0x5a4680(0x1a9)),_0x4ad8df=this[_0x5a4680(0x157)][_0x5a4680(0x19c)][_0x5a4680(0x1a4)](_0x5a4680(0x174)),_0x26d586=this[_0x5a4680(0x157)][_0x5a4680(0x19c)][_0x5a4680(0x1a4)](_0x155e9e)[_0x5a4680(0x1a1)]();function _0x586697({showActiveMarker:_0x563f35=!0x0,setDataAttribute:_0x33b206=!0x0}={}){return(_0x13dbd8,_0x2c294d,_0x3293f0)=>{const _0x31d49c=_0x4f53,{type:_0x4bd50a,id:_0x34ef6f}=_0x4afbdb[_0x31d49c(0x191)](_0x2c294d[_0x31d49c(0x18d)]),_0x36a0df=_0x4afbdb[_0x31d49c(0x1a5)](_0x34ef6f),_0x20ca53=_0x36a0df[_0x31d49c(0x19d)];if(_0x31d49c(0x190)!=_0x36a0df[_0x31d49c(0x196)]||!_0x20ca53||_0x31d49c(0x17b)!=_0x20ca53[_0x31d49c(0x1a6)])return;if(_0x2c294d[_0x31d49c(0x17e)])return void _0x13dbd8[_0x31d49c(0x192)]();if(!_0x3293f0[_0x31d49c(0x187)][_0x31d49c(0x16e)](_0x2c294d[_0x31d49c(0x159)],_0x13dbd8[_0x31d49c(0x184)]))return;const _0x201230=_0x2c294d[_0x31d49c(0x159)][_0x31d49c(0x167)][_0x31d49c(0x197)],_0x2d2f17=_0x2c294d[_0x31d49c(0x159)][_0x31d49c(0x182)][_0x31d49c(0x16c)],_0x49a05c=_0x201230[_0x31d49c(0x169)][_0x31d49c(0x169)],{column:_0x3e4acf}=_0x4ad8df[_0x31d49c(0x16d)](_0x201230),{column:_0x28612a}=_0x4ad8df[_0x31d49c(0x16d)](_0x2d2f17);for(let _0x64f42c=_0x3e4acf;_0x64f42c<=_0x28612a;_0x64f42c++){const _0x11255a=_0x4ad8df[_0x31d49c(0x162)](_0x49a05c,{'column':_0x64f42c,'includeAllSlots':!0x1});for(const _0x3b7736 of _0x11255a){const _0x80818d=_0x3b7736[_0x31d49c(0x1a0)],_0x178924=_0x3293f0[_0x31d49c(0x176)][_0x31d49c(0x194)](_0x80818d);_0x3293f0[_0x31d49c(0x180)][_0x31d49c(0x17d)](_0x31d49c(0x19b)+_0x4bd50a,_0x178924),_0x33b206&&_0x3293f0[_0x31d49c(0x180)][_0x31d49c(0x16a)](_0x31d49c(0x164),_0x34ef6f,_0x178924),_0x3293f0[_0x31d49c(0x176)][_0x31d49c(0x186)](_0x178924,_0x2c294d[_0x31d49c(0x18d)]),_0x563f35&&(_0x4afbdb[_0x31d49c(0x158)][_0x31d49c(0x15d)](_0x2c294d[_0x31d49c(0x18d)])?_0x3293f0[_0x31d49c(0x180)][_0x31d49c(0x17d)](_0x31d49c(0x15e),_0x178924):_0x3293f0[_0x31d49c(0x180)][_0x31d49c(0x181)](_0x31d49c(0x15e),_0x178924));}}};}_0x4afbdb[_0x5a4680(0x19e)][_0x5a4680(0x1a2)](_0x5a4680(0x190),_0x5a4680(0x173),_0x5a4680(0x163),_0x26d586),_0x4afbdb[_0x5a4680(0x19e)][_0x5a4680(0x1a2)](_0x5a4680(0x190),_0x5a4680(0x17b),_0x5a4680(0x163),_0x26d586),this[_0x5a4680(0x157)][_0x5a4680(0x195)][_0x5a4680(0x19f)]['on'](_0x5a4680(0x199),_0x586697(),{'priority':_0x5a4680(0x188)}),this[_0x5a4680(0x157)][_0x5a4680(0x19d)][_0x5a4680(0x19f)]['on'](_0x5a4680(0x199),(_0x5d82b8,_0x5b9a63,_0x2b1bfa)=>{const _0x18f8b4=_0x5a4680;_0x2b1bfa[_0x18f8b4(0x178)][_0x18f8b4(0x1aa)]&&_0x586697({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x5d82b8,_0x5b9a63,_0x2b1bfa);},{'priority':_0x5a4680(0x188)}),this[_0x5a4680(0x157)][_0x5a4680(0x195)][_0x5a4680(0x19f)]['on'](_0x5a4680(0x165),(_0x2894cb,_0x12b3dd,_0x4fd19f)=>{const _0x34bee2=_0x5a4680,{type:_0x539183,id:_0x346648}=_0x4afbdb[_0x34bee2(0x191)](_0x12b3dd[_0x34bee2(0x18d)]),_0x567ca3=_0x4afbdb[_0x34bee2(0x1a5)](_0x346648),_0x1a3cca=_0x567ca3[_0x34bee2(0x19d)];if(_0x34bee2(0x190)!=_0x567ca3[_0x34bee2(0x196)]||!_0x1a3cca||_0x34bee2(0x17b)!=_0x1a3cca[_0x34bee2(0x1a6)])return;const _0xe653ff=_0x4fd19f[_0x34bee2(0x176)][_0x34bee2(0x156)](_0x12b3dd[_0x34bee2(0x18d)]);if(_0xe653ff){for(const _0x1cf77d of _0xe653ff)_0x4fd19f[_0x34bee2(0x180)][_0x34bee2(0x181)](_0x34bee2(0x19b)+_0x539183,_0x1cf77d),_0x4fd19f[_0x34bee2(0x180)][_0x34bee2(0x181)](_0x34bee2(0x15e),_0x1cf77d),_0x4fd19f[_0x34bee2(0x180)][_0x34bee2(0x175)](_0x34bee2(0x164),_0x1cf77d),_0x4fd19f[_0x34bee2(0x176)][_0x34bee2(0x1a3)](_0x1cf77d,_0x12b3dd[_0x34bee2(0x18d)]);}},{'priority':_0x5a4680(0x188)}),this[_0x5a4680(0x189)]();}[_0x33a64b(0x189)](){const _0x22fa98=_0x33a64b,_0x2e79d7=this[_0x22fa98(0x157)],_0x193446=_0x2e79d7[_0x22fa98(0x177)];function _0xe4893b(_0x63025c){const _0x2b59e1=_0x22fa98;return{'type':_0x2b59e1(0x15f),'content':_0x12058d(_0x193446,_0x2b59e1(0x183),_0x63025c)};}_0x2e79d7[_0x22fa98(0x19c)][_0x22fa98(0x1a4)](_0x22fa98(0x1a9))[_0x22fa98(0x15b)][_0x22fa98(0x1a7)](_0x481740=>{const _0x201864=_0x22fa98;if(_0x201864(0x190)!=_0x481740[_0x201864(0x196)])return;const {data:_0x1af9c3}=_0x481740;if(_0x1af9c3){if(_0x201864(0x173)==_0x1af9c3[_0x201864(0x1a6)]){const _0x155974=_0x1af9c3[_0x201864(0x166)][0x0][_0x201864(0x1ab)];return _0xe4893b(_0x12058d(_0x193446,_0x155974?_0x201864(0x160):_0x201864(0x170)));}if(_0x201864(0x17b)==_0x1af9c3[_0x201864(0x1a6)]){const _0x422122=_0x1af9c3[_0x201864(0x166)][0x0][_0x201864(0x1ab)];return _0xe4893b(_0x12058d(_0x193446,_0x422122?_0x201864(0x171):_0x201864(0x1a8)));}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x54e316=_0x3a73;function _0x3a73(_0x4f503e,_0x468b58){const _0x3c3c45=_0x3c3c();return _0x3a73=function(_0x3a734b,_0x5264f7){_0x3a734b=_0x3a734b-0xd8;let _0x2da1a4=_0x3c3c45[_0x3a734b];return _0x2da1a4;},_0x3a73(_0x4f503e,_0x468b58);}(function(_0x4e4b48,_0x56cd4e){const _0x5255d2=_0x3a73,_0x382c75=_0x4e4b48();while(!![]){try{const _0x390ef1=parseInt(_0x5255d2(0xd8))/0x1+-parseInt(_0x5255d2(0xee))/0x2*(parseInt(_0x5255d2(0x10f))/0x3)+parseInt(_0x5255d2(0x111))/0x4*(-parseInt(_0x5255d2(0xf9))/0x5)+parseInt(_0x5255d2(0xf6))/0x6+parseInt(_0x5255d2(0xff))/0x7+-parseInt(_0x5255d2(0x117))/0x8+parseInt(_0x5255d2(0xf4))/0x9;if(_0x390ef1===_0x56cd4e)break;else _0x382c75['push'](_0x382c75['shift']());}catch(_0x2fbac1){_0x382c75['push'](_0x382c75['shift']());}}}(_0x3c3c,0x33b36));function _0x3c3c(){const _0x276869=['_areMergableCells','forceDefaultExecution','createRangeOn','direction','splitTableCellVertically','commandName','formatInline','cell','39174ZCXNGF','mergeTableCellUp','isInContent','$graveyard','add','set:isEnabled','3667005uARERR','registerDescriptionCallback','1262700kTwMtg','TableUtils','enableCommand','1480935ESDaRt','value','getRanges','_isForcedDefaultExecutionBlock','_acceptFormatSuggestionCallbackFactory','change','2351083WiEJeX','detach','isEnabled','insertion','table','mergeTableCellDown','mergeTableCellLeft','getSuggestions','fromRange','editor','afterInit','*Split\x20cell:*\x20horizontally','execute','splitTableCellHorizontally','*Merge\x20cells*','containsRange','63VIisEV','root','4sbErbI','TableEditing','findAncestor','selection','getAncestors','find','2624744PCvHJQ','trackChanges','get','tableCell','refresh','from','return','requires','highest','getFirstPosition','createTableWalker','formatBlock','type','markBlockFormat','registerCustomCallback','accept','document','mergeTableCells','*Split\x20cell:*\x20vertically','getSelectionAffectedTableCells','has','length','size','getCellLocation','plugins','author','format','TrackChangesEditing','rootName','locale','_suggestionFactory','setSelection','element','subType','_tablePostFixingSubtypes','293609scLJBE','map','filter','_areSelectedCellsMergable','low','commands','horizontally','markMultiRangeBlockFormat','deletion','push','model','mergeTableCellRight','_descriptionFactory','stop'];_0x3c3c=function(){return _0x276869;};return _0x3c3c();}import{Plugin as _0x161286}from'ckeditor5/src/core.js';import _0x130162 from'./table.js';import{LiveRange as _0x24ce4a}from'ckeditor5/src/engine.js';import{getTranslation as _0x23309f}from'../utils/common-translations.js';export default class jt extends _0x161286{static get[_0x54e316(0x11e)](){return[_0x130162];}[_0x54e316(0x109)](){const _0x61a60a=_0x54e316,_0x22ee30=this[_0x61a60a(0x108)],_0x4b4297=_0x22ee30[_0x61a60a(0xe2)][_0x61a60a(0x127)][_0x61a60a(0x114)],_0x4a38ed=_0x22ee30[_0x61a60a(0x134)];if(!_0x22ee30[_0x61a60a(0x12f)][_0x61a60a(0x12b)](_0x61a60a(0x112)))return;const _0x3f6b34=_0x22ee30[_0x61a60a(0x12f)][_0x61a60a(0x119)](_0x61a60a(0x132)),_0x17bf8=_0x22ee30[_0x61a60a(0x12f)][_0x61a60a(0x119)](_0x61a60a(0xf7)),_0x174671=_0x22ee30[_0x61a60a(0x12f)][_0x61a60a(0x119)](_0x130162);_0x174671[_0x61a60a(0x139)][_0x61a60a(0xe1)](_0x61a60a(0x128)),_0x3f6b34[_0x61a60a(0xf8)](_0x61a60a(0x128),()=>{const _0x1cffa9=_0x61a60a,_0x584c12=_0x17bf8[_0x1cffa9(0x12a)](_0x22ee30[_0x1cffa9(0xe2)][_0x1cffa9(0x127)][_0x1cffa9(0x114)]);_0x22ee30[_0x1cffa9(0xe2)][_0x1cffa9(0xfe)](()=>{const _0x29d057=_0x1cffa9;_0x3f6b34[_0x29d057(0xdf)](_0x584c12,{'commandName':_0x29d057(0x128),'commandParams':[]},[],_0x29d057(0x128));});}),_0x22ee30[_0x61a60a(0xdd)][_0x61a60a(0x119)](_0x61a60a(0x128))['on'](_0x61a60a(0x10b),(_0x4d9e29,_0x3ac0bf)=>{const _0x24c85e=_0x61a60a;_0x22ee30[_0x24c85e(0xdd)][_0x24c85e(0x119)](_0x24c85e(0x118))[_0x24c85e(0xfa)]&&(_0x3ac0bf[_0x24c85e(0x12c)]>0x0&&_0x3ac0bf[_0x3ac0bf[_0x24c85e(0x12c)]-0x1]&&_0x3ac0bf[_0x3ac0bf[_0x24c85e(0x12c)]-0x1][_0x24c85e(0xe7)]||_0x3f6b34[_0x24c85e(0xfc)]||this[_0x24c85e(0xdb)]()||_0x4d9e29[_0x24c85e(0xe5)]());},{'priority':_0x61a60a(0x11f)});for(const _0x478fa9 of[_0x61a60a(0xef),_0x61a60a(0xe3),_0x61a60a(0x104),_0x61a60a(0x105)]){const _0x2c0afc=_0x22ee30[_0x61a60a(0xdd)][_0x61a60a(0x119)](_0x478fa9);_0x3f6b34[_0x61a60a(0xf8)](_0x478fa9,()=>{const _0x50db23=_0x61a60a,_0x44ef5b=_0x22ee30[_0x50db23(0xe2)][_0x50db23(0x127)][_0x50db23(0x114)][_0x50db23(0x120)]()[_0x50db23(0x115)]()[_0x50db23(0x116)](_0x245410=>_0x245410['is'](_0x50db23(0x137),_0x50db23(0x11a))),_0x1048dd=_0x2c0afc[_0x50db23(0xfa)];_0x22ee30[_0x50db23(0xe2)][_0x50db23(0xfe)](()=>{const _0x310eb4=_0x50db23;_0x3f6b34[_0x310eb4(0xdf)]([_0x44ef5b,_0x1048dd],{'commandName':_0x310eb4(0x128),'commandParams':[]},[],_0x310eb4(0x128));});});}for(const _0x2a14d3 of[_0x61a60a(0xea),_0x61a60a(0x10c)]){const _0xa607fc=_0x22ee30[_0x61a60a(0xdd)][_0x61a60a(0x119)](_0x2a14d3);_0x3f6b34[_0x61a60a(0xf8)](_0x2a14d3,()=>{const _0x5ed87d=_0x61a60a,_0x26b08b=_0x17bf8[_0x5ed87d(0x12a)](_0x22ee30[_0x5ed87d(0xe2)][_0x5ed87d(0x127)][_0x5ed87d(0x114)])[0x0],_0x1f6feb=_0x26b08b[_0x5ed87d(0x113)](_0x5ed87d(0x103)),{column:_0x58d957,row:_0x1d4908}=_0x17bf8[_0x5ed87d(0x12e)](_0x26b08b);let _0x3fbe73=[];if(_0x5ed87d(0xde)==_0xa607fc[_0x5ed87d(0xe9)]){const _0x1c59bf=_0x17bf8[_0x5ed87d(0x121)](_0x1f6feb,{'startRow':_0x1d4908,'endRow':_0x1d4908,'includeAllSlots':!0x0});_0x3fbe73=Array[_0x5ed87d(0x11c)](_0x1c59bf)[_0x5ed87d(0xd9)](_0x41922c=>_0x41922c[_0x5ed87d(0xed)]);}else{const _0x2a840b=_0x17bf8[_0x5ed87d(0x121)](_0x1f6feb,{'column':_0x58d957,'includeAllSlots':!0x0});_0x3fbe73=Array[_0x5ed87d(0x11c)](_0x2a840b)[_0x5ed87d(0xd9)](_0x55f35f=>_0x55f35f[_0x5ed87d(0xed)]);}_0x22ee30[_0x5ed87d(0xe2)][_0x5ed87d(0xfe)](_0x5be1d6=>{const _0x5b103d=_0x5ed87d;_0x3f6b34[_0x5b103d(0x124)](_0x5be1d6[_0x5b103d(0xe8)](_0x26b08b),{'commandName':_0x2a14d3,'commandParams':[]},_0x3fbe73,_0x2a14d3);});});}_0x3f6b34[_0x61a60a(0xe4)][_0x61a60a(0xf5)](_0x16606f=>{const _0x529af1=_0x61a60a;if(_0x529af1(0x122)!=_0x16606f[_0x529af1(0x123)]&&_0x529af1(0xec)!=_0x16606f[_0x529af1(0x123)])return;const {data:_0xc8c12b}=_0x16606f;return _0xc8c12b&&_0x529af1(0x128)==_0xc8c12b[_0x529af1(0xeb)]?{'type':_0x529af1(0x131),'content':_0x23309f(_0x4a38ed,_0x529af1(0x10d))}:void 0x0;}),_0x3f6b34[_0x61a60a(0xe4)][_0x61a60a(0xf5)](_0x563e47=>{const _0xd0e93=_0x61a60a;if(_0xd0e93(0x122)!=_0x563e47[_0xd0e93(0x123)]&&_0xd0e93(0xec)!=_0x563e47[_0xd0e93(0x123)])return;const {data:_0x3d588a}=_0x563e47;return _0x3d588a?_0xd0e93(0xea)==_0x3d588a[_0xd0e93(0xeb)]?{'type':_0xd0e93(0x131),'content':_0x23309f(_0x4a38ed,_0xd0e93(0x129))}:_0xd0e93(0x10c)==_0x3d588a[_0xd0e93(0xeb)]?{'type':_0xd0e93(0x131),'content':_0x23309f(_0x4a38ed,_0xd0e93(0x10a))}:void 0x0:void 0x0;});const _0x1fe868=_0x174671[_0x61a60a(0xfd)]();for(const _0xe36160 of[_0x61a60a(0xef),_0x61a60a(0xe3),_0x61a60a(0x104),_0x61a60a(0x105)])_0x3f6b34[_0x61a60a(0x135)][_0x61a60a(0x125)](_0x61a60a(0x122),_0xe36160,_0x61a60a(0x126),_0x1fe868);for(const _0x14f5f7 of[_0x61a60a(0xea),_0x61a60a(0x10c)])_0x3f6b34[_0x61a60a(0x135)][_0x61a60a(0x125)](_0x61a60a(0x122),_0x14f5f7,_0x61a60a(0x126),_0x1fe868);_0x3f6b34[_0x61a60a(0x135)][_0x61a60a(0x125)](_0x61a60a(0x122),_0x61a60a(0x128),_0x61a60a(0x126),_0x444d68=>{const _0x5838c8=_0x61a60a;_0x22ee30[_0x5838c8(0xe2)][_0x5838c8(0xfe)](_0xa6bc68=>{const _0x347090=_0x5838c8,_0x2ddebc=Array[_0x347090(0x11c)](_0x4b4297[_0x347090(0xfb)]())[_0x347090(0xd9)](_0x33d207=>_0x24ce4a[_0x347090(0x107)](_0x33d207));_0xa6bc68[_0x347090(0x136)](_0x444d68),_0x22ee30[_0x347090(0xdd)][_0x347090(0x119)](_0x347090(0x128))[_0x347090(0x11b)](),_0x22ee30[_0x347090(0x10b)](_0x347090(0x128),{'forceDefaultExecution':!0x0});const _0x3e456d=_0x2ddebc[_0x347090(0xda)](_0x2cc379=>_0x347090(0xf1)!=_0x2cc379[_0x347090(0x110)][_0x347090(0x133)]);_0x3e456d[_0x347090(0x12c)]>0x0&&_0xa6bc68[_0x347090(0x136)](_0x3e456d);for(const _0x37520b of _0x2ddebc)_0x37520b[_0x347090(0x100)]();});});for(const _0x94e13d of[_0x61a60a(0xef),_0x61a60a(0x104),_0x61a60a(0x105),_0x61a60a(0xe3)]){const _0x51c2ba=_0x22ee30[_0x61a60a(0xdd)][_0x61a60a(0x119)](_0x94e13d);_0x51c2ba['on'](_0x61a60a(0xf3),(_0x57cb2e,_0x68f078,_0x481cd1)=>{const _0x69286=_0x61a60a;if(_0x481cd1){const _0x258861=_0x22ee30[_0x69286(0xe2)][_0x69286(0x127)][_0x69286(0x114)][_0x69286(0x120)]()[_0x69286(0x115)]()[_0x69286(0x116)](_0x19c9f9=>_0x19c9f9['is'](_0x69286(0x137),_0x69286(0x11a)));this[_0x69286(0xe6)](_0x51c2ba[_0x69286(0xfa)],_0x258861)||(_0x57cb2e[_0x69286(0x11d)]=!0x1,_0x57cb2e[_0x69286(0xe5)]());}},{'priority':_0x61a60a(0xdc)});}}[_0x54e316(0xdb)](){const _0x2144d8=_0x54e316,_0x3a0f85=this[_0x2144d8(0x108)][_0x2144d8(0xdd)][_0x2144d8(0x119)](_0x2144d8(0x128)),_0x392132=this[_0x2144d8(0x108)][_0x2144d8(0x12f)][_0x2144d8(0x119)](_0x2144d8(0xf7));if(!_0x3a0f85[_0x2144d8(0x101)])return!0x1;const _0x30ba47=_0x392132[_0x2144d8(0x12a)](this[_0x2144d8(0x108)][_0x2144d8(0xe2)][_0x2144d8(0x127)][_0x2144d8(0x114)]);for(const _0x51f746 of _0x30ba47)for(const _0x46cc1f of _0x30ba47)if(_0x51f746!=_0x46cc1f&&!this[_0x2144d8(0xe6)](_0x51f746,_0x46cc1f))return!0x1;return!0x0;}[_0x54e316(0xe6)](_0x56a4ff,_0x3f4cbe){const _0x53bc05=_0x54e316,_0x2cbc58=this[_0x53bc05(0x108)][_0x53bc05(0x12f)][_0x53bc05(0x119)](_0x53bc05(0x132)),_0x1d4faa=this[_0x53bc05(0x108)][_0x53bc05(0xe2)][_0x53bc05(0xe8)](_0x56a4ff),_0x4d3eaf=this[_0x53bc05(0x108)][_0x53bc05(0xe2)][_0x53bc05(0xe8)](_0x3f4cbe),_0x2c645b=new Set(),_0x308009=new Set();for(const _0x321b11 of _0x2cbc58[_0x53bc05(0x106)]())if((_0x53bc05(0x102)==_0x321b11[_0x53bc05(0x123)]||_0x53bc05(0xe0)==_0x321b11[_0x53bc05(0x123)]||_0x53bc05(0x128)==_0x321b11[_0x53bc05(0x138)])&&_0x321b11[_0x53bc05(0xf0)]){for(const _0x8f23fe of _0x321b11[_0x53bc05(0xfb)]())_0x8f23fe[_0x53bc05(0x10e)](_0x1d4faa,!0x0)&&_0x2c645b[_0x53bc05(0xf2)](_0x321b11[_0x53bc05(0x123)]+':'+_0x321b11[_0x53bc05(0x130)]['id']),_0x8f23fe[_0x53bc05(0x10e)](_0x4d3eaf,!0x0)&&_0x308009[_0x53bc05(0xf2)](_0x321b11[_0x53bc05(0x123)]+':'+_0x321b11[_0x53bc05(0x130)]['id']);}if(_0x2c645b[_0x53bc05(0x12d)]!=_0x308009[_0x53bc05(0x12d)])return!0x1;for(const _0x86b01e of _0x2c645b)if(!_0x308009[_0x53bc05(0x12b)](_0x86b01e))return!0x1;return!0x0;}}
|
|
23
|
+
function _0x50a0(_0x2820a0,_0x28d298){const _0x1c3ca8=_0x1c3c();return _0x50a0=function(_0x50a0ea,_0x25cb58){_0x50a0ea=_0x50a0ea-0xdc;let _0x3d663a=_0x1c3ca8[_0x50a0ea];return _0x3d663a;},_0x50a0(_0x2820a0,_0x28d298);}const _0x396ff1=_0x50a0;function _0x1c3c(){const _0x2cb9a3=['forceDefaultExecution','markBlockFormat','*Split\x20cell:*\x20vertically','splitTableCellVertically','formatInline','rootName','refresh','locale','10190epllth','requires','_acceptFormatSuggestionCallbackFactory','findAncestor','getAncestors','direction','find','get','_areSelectedCellsMergable','formatBlock','commandName','size','13304bfCwcy','insertion','getCellLocation','add','_areMergableCells','author','element','length','isEnabled','mergeTableCellUp','8099004OuHQHt','model','getRanges','root','change','tableCell','value','filter','splitTableCellHorizontally','has','11HSDLTY','selection','2286dLrLio','containsRange','2IXflKV','stop','format','createRangeOn','526912hmDlwi','getSuggestions','_isForcedDefaultExecutionBlock','deletion','highest','*Split\x20cell:*\x20horizontally','_descriptionFactory','registerDescriptionCallback','_suggestionFactory','commands','low','_tablePostFixingSubtypes','execute','document','setSelection','488336HykPOn','mergeTableCellLeft','table','TableUtils','registerCustomCallback','fromRange','TableEditing','plugins','isInContent','subType','enableCommand','mergeTableCellDown','trackChanges','push','afterInit','TrackChangesEditing','87euFvHe','getSelectionAffectedTableCells','type','cell','3628930RtrYIp','return','horizontally','editor','map','detach','mergeTableCellRight','$graveyard','createTableWalker','from','set:isEnabled','getFirstPosition','mergeTableCells','accept','108iaHHpF','markMultiRangeBlockFormat','2507610MsiZRn','*Merge\x20cells*'];_0x1c3c=function(){return _0x2cb9a3;};return _0x1c3c();}(function(_0x2dcfe3,_0x23e024){const _0x52a652=_0x50a0,_0x4fe0e3=_0x2dcfe3();while(!![]){try{const _0x2ae5d7=parseInt(_0x52a652(0xe7))/0x1*(parseInt(_0x52a652(0xe3))/0x2)+-parseInt(_0x52a652(0x106))/0x3*(parseInt(_0x52a652(0x130))/0x4)+parseInt(_0x52a652(0x124))/0x5*(-parseInt(_0x52a652(0xe1))/0x6)+parseInt(_0x52a652(0x11a))/0x7+parseInt(_0x52a652(0xf6))/0x8*(parseInt(_0x52a652(0x118))/0x9)+parseInt(_0x52a652(0x10a))/0xa+parseInt(_0x52a652(0xdf))/0xb*(-parseInt(_0x52a652(0x13a))/0xc);if(_0x2ae5d7===_0x23e024)break;else _0x4fe0e3['push'](_0x4fe0e3['shift']());}catch(_0x17df03){_0x4fe0e3['push'](_0x4fe0e3['shift']());}}}(_0x1c3c,0x69a32));import{Plugin as _0x5b4e12}from'ckeditor5/src/core.js';import _0x1f2c7d from'./table.js';import{LiveRange as _0x5233cf}from'ckeditor5/src/engine.js';import{getTranslation as _0x25b1c7}from'../utils/common-translations.js';export default class jt extends _0x5b4e12{static get[_0x396ff1(0x125)](){return[_0x1f2c7d];}[_0x396ff1(0x104)](){const _0x2f2725=_0x396ff1,_0x3a7463=this[_0x2f2725(0x10d)],_0x17dd0a=_0x3a7463[_0x2f2725(0x13b)][_0x2f2725(0xf4)][_0x2f2725(0xe0)],_0x1b6ff5=_0x3a7463[_0x2f2725(0x123)];if(!_0x3a7463[_0x2f2725(0xfd)][_0x2f2725(0xde)](_0x2f2725(0xfc)))return;const _0x1c19e4=_0x3a7463[_0x2f2725(0xfd)][_0x2f2725(0x12b)](_0x2f2725(0x105)),_0x366bf6=_0x3a7463[_0x2f2725(0xfd)][_0x2f2725(0x12b)](_0x2f2725(0xf9)),_0x564e00=_0x3a7463[_0x2f2725(0xfd)][_0x2f2725(0x12b)](_0x1f2c7d);_0x564e00[_0x2f2725(0xf2)][_0x2f2725(0x103)](_0x2f2725(0x116)),_0x1c19e4[_0x2f2725(0x100)](_0x2f2725(0x116),()=>{const _0x56cec6=_0x2f2725,_0xccf05f=_0x366bf6[_0x56cec6(0x107)](_0x3a7463[_0x56cec6(0x13b)][_0x56cec6(0xf4)][_0x56cec6(0xe0)]);_0x3a7463[_0x56cec6(0x13b)][_0x56cec6(0x13e)](()=>{const _0x5336f0=_0x56cec6;_0x1c19e4[_0x5336f0(0x119)](_0xccf05f,{'commandName':_0x5336f0(0x116),'commandParams':[]},[],_0x5336f0(0x116));});}),_0x3a7463[_0x2f2725(0xf0)][_0x2f2725(0x12b)](_0x2f2725(0x116))['on'](_0x2f2725(0xf3),(_0x48889d,_0x414b16)=>{const _0x1fe06d=_0x2f2725;_0x3a7463[_0x1fe06d(0xf0)][_0x1fe06d(0x12b)](_0x1fe06d(0x102))[_0x1fe06d(0x140)]&&(_0x414b16[_0x1fe06d(0x137)]>0x0&&_0x414b16[_0x414b16[_0x1fe06d(0x137)]-0x1]&&_0x414b16[_0x414b16[_0x1fe06d(0x137)]-0x1][_0x1fe06d(0x11c)]||_0x1c19e4[_0x1fe06d(0xe9)]||this[_0x1fe06d(0x12c)]()||_0x48889d[_0x1fe06d(0xe4)]());},{'priority':_0x2f2725(0xeb)});for(const _0x56e8c1 of[_0x2f2725(0x139),_0x2f2725(0x110),_0x2f2725(0x101),_0x2f2725(0xf7)]){const _0x5ecae8=_0x3a7463[_0x2f2725(0xf0)][_0x2f2725(0x12b)](_0x56e8c1);_0x1c19e4[_0x2f2725(0x100)](_0x56e8c1,()=>{const _0x4669dc=_0x2f2725,_0x3ffd3c=_0x3a7463[_0x4669dc(0x13b)][_0x4669dc(0xf4)][_0x4669dc(0xe0)][_0x4669dc(0x115)]()[_0x4669dc(0x128)]()[_0x4669dc(0x12a)](_0xd4ebc7=>_0xd4ebc7['is'](_0x4669dc(0x136),_0x4669dc(0x13f))),_0x497689=_0x5ecae8[_0x4669dc(0x140)];_0x3a7463[_0x4669dc(0x13b)][_0x4669dc(0x13e)](()=>{const _0xa2ed84=_0x4669dc;_0x1c19e4[_0xa2ed84(0x119)]([_0x3ffd3c,_0x497689],{'commandName':_0xa2ed84(0x116),'commandParams':[]},[],_0xa2ed84(0x116));});});}for(const _0x2b3273 of[_0x2f2725(0x11f),_0x2f2725(0xdd)]){const _0x5af5e9=_0x3a7463[_0x2f2725(0xf0)][_0x2f2725(0x12b)](_0x2b3273);_0x1c19e4[_0x2f2725(0x100)](_0x2b3273,()=>{const _0x34b343=_0x2f2725,_0x4513c8=_0x366bf6[_0x34b343(0x107)](_0x3a7463[_0x34b343(0x13b)][_0x34b343(0xf4)][_0x34b343(0xe0)])[0x0],_0x533666=_0x4513c8[_0x34b343(0x127)](_0x34b343(0xf8)),{column:_0x20359c,row:_0x361433}=_0x366bf6[_0x34b343(0x132)](_0x4513c8);let _0x55f11c=[];if(_0x34b343(0x10c)==_0x5af5e9[_0x34b343(0x129)]){const _0x153643=_0x366bf6[_0x34b343(0x112)](_0x533666,{'startRow':_0x361433,'endRow':_0x361433,'includeAllSlots':!0x0});_0x55f11c=Array[_0x34b343(0x113)](_0x153643)[_0x34b343(0x10e)](_0xd98729=>_0xd98729[_0x34b343(0x109)]);}else{const _0x3dc54e=_0x366bf6[_0x34b343(0x112)](_0x533666,{'column':_0x20359c,'includeAllSlots':!0x0});_0x55f11c=Array[_0x34b343(0x113)](_0x3dc54e)[_0x34b343(0x10e)](_0x2ec7da=>_0x2ec7da[_0x34b343(0x109)]);}_0x3a7463[_0x34b343(0x13b)][_0x34b343(0x13e)](_0x1cf9f5=>{const _0x2f4cbe=_0x34b343;_0x1c19e4[_0x2f4cbe(0x11d)](_0x1cf9f5[_0x2f4cbe(0xe6)](_0x4513c8),{'commandName':_0x2b3273,'commandParams':[]},_0x55f11c,_0x2b3273);});});}_0x1c19e4[_0x2f2725(0xed)][_0x2f2725(0xee)](_0x42bd04=>{const _0x178873=_0x2f2725;if(_0x178873(0x12d)!=_0x42bd04[_0x178873(0x108)]&&_0x178873(0x120)!=_0x42bd04[_0x178873(0x108)])return;const {data:_0x4be66e}=_0x42bd04;return _0x4be66e&&_0x178873(0x116)==_0x4be66e[_0x178873(0x12e)]?{'type':_0x178873(0xe5),'content':_0x25b1c7(_0x1b6ff5,_0x178873(0x11b))}:void 0x0;}),_0x1c19e4[_0x2f2725(0xed)][_0x2f2725(0xee)](_0x4b4579=>{const _0x2edbf6=_0x2f2725;if(_0x2edbf6(0x12d)!=_0x4b4579[_0x2edbf6(0x108)]&&_0x2edbf6(0x120)!=_0x4b4579[_0x2edbf6(0x108)])return;const {data:_0x360188}=_0x4b4579;return _0x360188?_0x2edbf6(0x11f)==_0x360188[_0x2edbf6(0x12e)]?{'type':_0x2edbf6(0xe5),'content':_0x25b1c7(_0x1b6ff5,_0x2edbf6(0x11e))}:_0x2edbf6(0xdd)==_0x360188[_0x2edbf6(0x12e)]?{'type':_0x2edbf6(0xe5),'content':_0x25b1c7(_0x1b6ff5,_0x2edbf6(0xec))}:void 0x0:void 0x0;});const _0x20a0ec=_0x564e00[_0x2f2725(0x126)]();for(const _0x44c51d of[_0x2f2725(0x139),_0x2f2725(0x110),_0x2f2725(0x101),_0x2f2725(0xf7)])_0x1c19e4[_0x2f2725(0xef)][_0x2f2725(0xfa)](_0x2f2725(0x12d),_0x44c51d,_0x2f2725(0x117),_0x20a0ec);for(const _0x1c1125 of[_0x2f2725(0x11f),_0x2f2725(0xdd)])_0x1c19e4[_0x2f2725(0xef)][_0x2f2725(0xfa)](_0x2f2725(0x12d),_0x1c1125,_0x2f2725(0x117),_0x20a0ec);_0x1c19e4[_0x2f2725(0xef)][_0x2f2725(0xfa)](_0x2f2725(0x12d),_0x2f2725(0x116),_0x2f2725(0x117),_0x492c5a=>{const _0x59b71c=_0x2f2725;_0x3a7463[_0x59b71c(0x13b)][_0x59b71c(0x13e)](_0x5e623b=>{const _0x3622da=_0x59b71c,_0x2696a0=Array[_0x3622da(0x113)](_0x17dd0a[_0x3622da(0x13c)]())[_0x3622da(0x10e)](_0x4db70c=>_0x5233cf[_0x3622da(0xfb)](_0x4db70c));_0x5e623b[_0x3622da(0xf5)](_0x492c5a),_0x3a7463[_0x3622da(0xf0)][_0x3622da(0x12b)](_0x3622da(0x116))[_0x3622da(0x122)](),_0x3a7463[_0x3622da(0xf3)](_0x3622da(0x116),{'forceDefaultExecution':!0x0});const _0x4c4524=_0x2696a0[_0x3622da(0xdc)](_0x4aa659=>_0x3622da(0x111)!=_0x4aa659[_0x3622da(0x13d)][_0x3622da(0x121)]);_0x4c4524[_0x3622da(0x137)]>0x0&&_0x5e623b[_0x3622da(0xf5)](_0x4c4524);for(const _0xc34952 of _0x2696a0)_0xc34952[_0x3622da(0x10f)]();});});for(const _0x5873e4 of[_0x2f2725(0x139),_0x2f2725(0x101),_0x2f2725(0xf7),_0x2f2725(0x110)]){const _0x864fa3=_0x3a7463[_0x2f2725(0xf0)][_0x2f2725(0x12b)](_0x5873e4);_0x864fa3['on'](_0x2f2725(0x114),(_0xff55de,_0x9a0132,_0x413fca)=>{const _0x146986=_0x2f2725;if(_0x413fca){const _0x2805ad=_0x3a7463[_0x146986(0x13b)][_0x146986(0xf4)][_0x146986(0xe0)][_0x146986(0x115)]()[_0x146986(0x128)]()[_0x146986(0x12a)](_0x127e7e=>_0x127e7e['is'](_0x146986(0x136),_0x146986(0x13f)));this[_0x146986(0x134)](_0x864fa3[_0x146986(0x140)],_0x2805ad)||(_0xff55de[_0x146986(0x10b)]=!0x1,_0xff55de[_0x146986(0xe4)]());}},{'priority':_0x2f2725(0xf1)});}}[_0x396ff1(0x12c)](){const _0x3b6254=_0x396ff1,_0x108444=this[_0x3b6254(0x10d)][_0x3b6254(0xf0)][_0x3b6254(0x12b)](_0x3b6254(0x116)),_0x37d848=this[_0x3b6254(0x10d)][_0x3b6254(0xfd)][_0x3b6254(0x12b)](_0x3b6254(0xf9));if(!_0x108444[_0x3b6254(0x138)])return!0x1;const _0x23392d=_0x37d848[_0x3b6254(0x107)](this[_0x3b6254(0x10d)][_0x3b6254(0x13b)][_0x3b6254(0xf4)][_0x3b6254(0xe0)]);for(const _0x1bf509 of _0x23392d)for(const _0x4f9142 of _0x23392d)if(_0x1bf509!=_0x4f9142&&!this[_0x3b6254(0x134)](_0x1bf509,_0x4f9142))return!0x1;return!0x0;}[_0x396ff1(0x134)](_0x4a1fb8,_0x3e83f1){const _0x3d22fa=_0x396ff1,_0x27cc15=this[_0x3d22fa(0x10d)][_0x3d22fa(0xfd)][_0x3d22fa(0x12b)](_0x3d22fa(0x105)),_0x49fa61=this[_0x3d22fa(0x10d)][_0x3d22fa(0x13b)][_0x3d22fa(0xe6)](_0x4a1fb8),_0x4b1dd9=this[_0x3d22fa(0x10d)][_0x3d22fa(0x13b)][_0x3d22fa(0xe6)](_0x3e83f1),_0x274e2c=new Set(),_0xc4a85a=new Set();for(const _0xf431ec of _0x27cc15[_0x3d22fa(0xe8)]())if((_0x3d22fa(0x131)==_0xf431ec[_0x3d22fa(0x108)]||_0x3d22fa(0xea)==_0xf431ec[_0x3d22fa(0x108)]||_0x3d22fa(0x116)==_0xf431ec[_0x3d22fa(0xff)])&&_0xf431ec[_0x3d22fa(0xfe)]){for(const _0x29c335 of _0xf431ec[_0x3d22fa(0x13c)]())_0x29c335[_0x3d22fa(0xe2)](_0x49fa61,!0x0)&&_0x274e2c[_0x3d22fa(0x133)](_0xf431ec[_0x3d22fa(0x108)]+':'+_0xf431ec[_0x3d22fa(0x135)]['id']),_0x29c335[_0x3d22fa(0xe2)](_0x4b1dd9,!0x0)&&_0xc4a85a[_0x3d22fa(0x133)](_0xf431ec[_0x3d22fa(0x108)]+':'+_0xf431ec[_0x3d22fa(0x135)]['id']);}if(_0x274e2c[_0x3d22fa(0x12f)]!=_0xc4a85a[_0x3d22fa(0x12f)])return!0x1;for(const _0x4b3b04 of _0x274e2c)if(!_0xc4a85a[_0x3d22fa(0xde)](_0x4b3b04))return!0x1;return!0x0;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x396d57=_0x55d3;(function(_0x333971,_0x4b85f4){const _0x1ab623=_0x55d3,_0x5183b0=_0x333971();while(!![]){try{const _0x1a40ae=parseInt(_0x1ab623(0xf8))/0x1+parseInt(_0x1ab623(0xee))/0x2*(parseInt(_0x1ab623(0xeb))/0x3)+-parseInt(_0x1ab623(0xed))/0x4*(parseInt(_0x1ab623(0xe7))/0x5)+-parseInt(_0x1ab623(0xfd))/0x6+parseInt(_0x1ab623(0xe8))/0x7+parseInt(_0x1ab623(0xef))/0x8*(parseInt(_0x1ab623(0xf3))/0x9)+parseInt(_0x1ab623(0xf4))/0xa*(parseInt(_0x1ab623(0xe9))/0xb);if(_0x1a40ae===_0x4b85f4)break;else _0x5183b0['push'](_0x5183b0['shift']());}catch(_0x5dde6c){_0x5183b0['push'](_0x5183b0['shift']());}}}(_0x29d2,0xcfa27));import{Plugin as _0x3098b9}from'ckeditor5/src/core.js';function _0x55d3(_0x51654c,_0x59e8b3){const _0x29d2a9=_0x29d2();return _0x55d3=function(_0x55d349,_0x26be5f){_0x55d349=_0x55d349-0xe6;let _0x3fbc4a=_0x29d2a9[_0x55d349];return _0x3fbc4a;},_0x55d3(_0x51654c,_0x59e8b3);}function _0x29d2(){const _0x24b685=['_descriptionFactory','insertTableOfContents','TrackChangesEditing','enableCommand','10112526UuQZYE','ELEMENT_TABLE_OF_CONTENTS','7759535qTJXOS','8464400UCNKGL','99AwfQcs','tableOfContents','10473pwBaba','get','4bvNoZf','206DTFAfY','184520EJclXM','afterInit','editor','registerElementLabel','297GLgjRA','77370GeBRde','plugins','commands','locale','1688248gelysq'];_0x29d2=function(){return _0x24b685;};return _0x29d2();}import{getTranslation as _0x33bc37}from'../utils/common-translations.js';export default class _t extends _0x3098b9{[_0x396d57(0xf0)](){const _0x94668e=_0x396d57,_0x307337=this[_0x94668e(0xf1)];if(!_0x307337[_0x94668e(0xf6)][_0x94668e(0xec)](_0x94668e(0xfa)))return;_0x307337[_0x94668e(0xf5)][_0x94668e(0xec)](_0x94668e(0xfb))[_0x94668e(0xfc)](_0x94668e(0xfa));const _0x141ba0=_0x307337[_0x94668e(0xf5)][_0x94668e(0xec)](_0x94668e(0xfb)),_0x5587d7=_0x307337[_0x94668e(0xf7)];_0x141ba0[_0x94668e(0xf9)][_0x94668e(0xf2)](_0x94668e(0xea),_0x51571e=>_0x33bc37(_0x5587d7,_0x94668e(0xe6),_0x51571e));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x45237b=_0x5958;(function(_0xfdc114,_0x38c187){const _0x1d90fe=_0x5958,_0x1b38be=_0xfdc114();while(!![]){try{const _0x37cfca=parseInt(_0x1d90fe(0x1f6))/0x1*(parseInt(_0x1d90fe(0x206))/0x2)+parseInt(_0x1d90fe(0x1e1))/0x3*(-parseInt(_0x1d90fe(0x1fc))/0x4)+-parseInt(_0x1d90fe(0x1dd))/0x5+-parseInt(_0x1d90fe(0x205))/0x6*(-parseInt(_0x1d90fe(0x1bb))/0x7)+parseInt(_0x1d90fe(0x1f9))/0x8*(parseInt(_0x1d90fe(0x1c9))/0x9)+-parseInt(_0x1d90fe(0x1db))/0xa*(-parseInt(_0x1d90fe(0x1e0))/0xb)+-parseInt(_0x1d90fe(0x1d1))/0xc;if(_0x37cfca===_0x38c187)break;else _0x1b38be['push'](_0x1b38be['shift']());}catch(_0x4918a6){_0x1b38be['push'](_0x1b38be['shift']());}}}(_0x38e2,0x5f234));import{Plugin as _0x5418f2}from'ckeditor5/src/core.js';function _0x5958(_0x1978db,_0x5f94c5){const _0x38e23b=_0x38e2();return _0x5958=function(_0x5958fb,_0x519fa2){_0x5958fb=_0x5958fb-0x1bb;let _0x815775=_0x38e23b[_0x5958fb];return _0x815775;},_0x5958(_0x1978db,_0x5f94c5);}function _0x38e2(){const _0x28ab03=['tableCellHeight','tableCellBorderWidth','findAncestor','data','handleDiscardAction','9uLZHYq','tableCellVerticalAlignment','selection','tableCellBorderStyle','tableBorderWidth','pluginName','batch','accept','1100460kVUwzV','setAttribute','tableCellWidth','registerDescriptionCallback','tableProperties','table','TablePropertiesEditing','enableCommand','getSuggestions','markBlockFormat','10UfDUys','getFirstPosition','3077120BTvAJg','afterInit','format','4309580kuOnnS','4821KEPUPy','subType','tableBackgroundColor','tableWidth','enqueueChange','discard','_descriptionFactory','nodeAfter','model','tableCellProperties','getContainedElement','has','editor','_suggestionFactory','TrackChangesTableProperties','getAttribute','handleSuggestionDescription','tableHeight','*Format:*\x20change\x20table\x20properties','getSuggestionCallback','get','22cUuXVM','tableAlignment','start','3151432UXczJa','plugins','join','852YDOsHh','formatBlock','registerCustomCallback','locale','document','tableCellHorizontalAlignment','getSelectionAffectedTableCells','tableCellBorderColor','*Format:*\x20change\x20table\x20cell\x20properties','30cajrGZ','38470yQqsRk','tableCellPadding','removeAttribute','_getSuggestion','TableUtils','322315LjWaGM','TableCellPropertiesEditing','_handlePropertyChange','tableBorderStyle','tableCellBackgroundColor','change','commandParams','TrackChangesEditing','tableBorderColor'];_0x38e2=function(){return _0x28ab03;};return _0x38e2();}import{getTranslation as _0x5a545f}from'../utils/common-translations.js';export default class Mt extends _0x5418f2{constructor(_0x43eecd){const _0x353a06=_0x5958;super(_0x43eecd),this[_0x353a06(0x1d5)]=[_0x353a06(0x1c3),_0x353a06(0x1be),_0x353a06(0x1cd),_0x353a06(0x1f7),_0x353a06(0x1e4),_0x353a06(0x1f2),_0x353a06(0x1e3)],this[_0x353a06(0x1ea)]=[_0x353a06(0x203),_0x353a06(0x1cc),_0x353a06(0x1c5),_0x353a06(0x207),_0x353a06(0x1d3),_0x353a06(0x1c4),_0x353a06(0x1bf),_0x353a06(0x201),_0x353a06(0x1ca)];}static get[_0x45237b(0x1ce)](){const _0x32c927=_0x45237b;return _0x32c927(0x1ef);}[_0x45237b(0x1de)](){const _0x1eaa67=_0x45237b,_0x557168=this[_0x1eaa67(0x1ed)][_0x1eaa67(0x1fa)][_0x1eaa67(0x1f5)](_0x1eaa67(0x1c2));if(this[_0x1eaa67(0x1ed)][_0x1eaa67(0x1fa)][_0x1eaa67(0x1ec)](_0x1eaa67(0x1d7))){for(const _0x11847b of this[_0x1eaa67(0x1d5)])_0x557168[_0x1eaa67(0x1d8)](_0x11847b,(_0x55b819,_0xb2f96b)=>{const _0x3e4d78=_0x1eaa67,_0x477805=this[_0x3e4d78(0x1ed)][_0x3e4d78(0x1e9)][_0x3e4d78(0x200)][_0x3e4d78(0x1cb)][_0x3e4d78(0x1dc)]()[_0x3e4d78(0x1c6)](_0x3e4d78(0x1d6));this[_0x3e4d78(0x1bd)](_0x11847b,[_0x477805],this[_0x3e4d78(0x1d5)],_0x3e4d78(0x1d5),_0x55b819,_0xb2f96b);});_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1fe)](_0x1eaa67(0x1fd),_0x1eaa67(0x1d5),_0x1eaa67(0x1d0),_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1f4)](_0x1eaa67(0x1fd),null,_0x1eaa67(0x1e6))),_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1fe)](_0x1eaa67(0x1fd),_0x1eaa67(0x1d5),_0x1eaa67(0x1e6),(_0xf30db2,_0x59c6fc)=>this[_0x1eaa67(0x1c8)](this[_0x1eaa67(0x1d5)],_0xf30db2,_0x59c6fc)),_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1fe)](_0x1eaa67(0x1fd),_0x1eaa67(0x1d5),_0x1eaa67(0x1fb),()=>!0x1);}if(this[_0x1eaa67(0x1ed)][_0x1eaa67(0x1fa)][_0x1eaa67(0x1ec)](_0x1eaa67(0x1bc))){for(const _0x2919d7 of this[_0x1eaa67(0x1ea)])_0x557168[_0x1eaa67(0x1d8)](_0x2919d7,(_0x2c7e2a,_0x1e673c)=>{const _0x1680de=_0x1eaa67,_0x420350=this[_0x1680de(0x1ed)][_0x1680de(0x1fa)][_0x1680de(0x1f5)](_0x1680de(0x20a))[_0x1680de(0x202)](this[_0x1680de(0x1ed)][_0x1680de(0x1e9)][_0x1680de(0x200)][_0x1680de(0x1cb)]);this[_0x1680de(0x1bd)](_0x2919d7,_0x420350,this[_0x1680de(0x1ea)],_0x1680de(0x1ea),_0x2c7e2a,_0x1e673c);});_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1fe)](_0x1eaa67(0x1fd),_0x1eaa67(0x1ea),_0x1eaa67(0x1d0),_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1f4)](_0x1eaa67(0x1fd),null,_0x1eaa67(0x1e6))),_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1fe)](_0x1eaa67(0x1fd),_0x1eaa67(0x1ea),_0x1eaa67(0x1e6),(_0x299d4d,_0x1ef2a3)=>this[_0x1eaa67(0x1c8)](this[_0x1eaa67(0x1ea)],_0x299d4d,_0x1ef2a3)),_0x557168[_0x1eaa67(0x1ee)][_0x1eaa67(0x1fe)](_0x1eaa67(0x1fd),_0x1eaa67(0x1ea),_0x1eaa67(0x1fb),()=>!0x1);}_0x557168[_0x1eaa67(0x1e7)][_0x1eaa67(0x1d4)](_0x40f38e=>this[_0x1eaa67(0x1f1)](_0x40f38e));}[_0x45237b(0x1bd)](_0x1cba9e,_0x5114d2,_0x33f48b,_0x475231,_0x58097d,_0x10612f){const _0xe689c7=_0x45237b,_0xe59bc6=this[_0xe689c7(0x1ed)][_0xe689c7(0x1fa)][_0xe689c7(0x1f5)](_0xe689c7(0x1c2));this[_0xe689c7(0x1ed)][_0xe689c7(0x1e9)][_0xe689c7(0x1e5)](_0x10612f[_0xe689c7(0x1cf)],()=>{const _0x275176=_0xe689c7;for(const _0xc086e8 of _0x5114d2){if(this[_0x275176(0x209)](_0xc086e8,_0x475231))_0x58097d(_0x10612f);else{const _0x33dc21={};for(const _0x33bc4d of _0x33f48b){const _0x41d2c9=_0xc086e8[_0x275176(0x1f0)](_0x33bc4d);void 0x0!==_0x41d2c9&&(_0x33dc21[_0x33bc4d]=_0x41d2c9);}_0x58097d(_0x10612f),_0xe59bc6[_0x275176(0x1da)](_0xc086e8,{'commandParams':[_0x33dc21]},[],_0x475231);}}});}[_0x45237b(0x1c8)](_0x4f1f39,_0x55b024,_0x4a4fef){const _0x3fbcb7=_0x45237b,_0x45c0ca=_0x55b024[0x0][_0x3fbcb7(0x1f8)][_0x3fbcb7(0x1e8)],_0x1a4513=_0x4a4fef[_0x3fbcb7(0x1c1)][0x0];this[_0x3fbcb7(0x1ed)][_0x3fbcb7(0x1e9)][_0x3fbcb7(0x1c0)](_0x5c8027=>{const _0x1f9774=_0x3fbcb7;for(const _0x19dd27 of _0x4f1f39)void 0x0!==_0x1a4513[_0x19dd27]?_0x5c8027[_0x1f9774(0x1d2)](_0x19dd27,_0x1a4513[_0x19dd27],_0x45c0ca):_0x5c8027[_0x1f9774(0x208)](_0x19dd27,_0x45c0ca);});}[_0x45237b(0x1f1)](_0x3eefb8){const _0x37915=_0x45237b;if(_0x3eefb8[_0x37915(0x1c7)])switch(_0x3eefb8[_0x37915(0x1e2)]){case _0x37915(0x1d5):return{'type':_0x37915(0x1df),'content':_0x5a545f(this[_0x37915(0x1ed)][_0x37915(0x1ff)],_0x37915(0x1f3))};case _0x37915(0x1ea):return{'type':_0x37915(0x1df),'content':_0x5a545f(this[_0x37915(0x1ed)][_0x37915(0x1ff)],_0x37915(0x204))};}}[_0x45237b(0x209)](_0x24f640,_0x5c8e3f){const _0x1d4e59=_0x45237b,_0xf7c0fb=this[_0x1d4e59(0x1ed)][_0x1d4e59(0x1fa)][_0x1d4e59(0x1f5)](_0x1d4e59(0x1c2));for(const _0x263b0 of _0xf7c0fb[_0x1d4e59(0x1d9)]({'skipNotAttached':!0x0})){const _0x3050c8=_0x263b0[_0x1d4e59(0x1eb)]();if(_0x263b0[_0x1d4e59(0x1e2)]===_0x5c8e3f&&_0x3050c8===_0x24f640)return _0x263b0;}return null;}}
|