@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/trackchangesconfig.d.ts +7 -0
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/package.json +10 -10
- 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.d.ts +1 -0
- 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/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +7 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- 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
|
-
|
|
23
|
+
const _0x32b75c=_0x7a47;(function(_0x4708de,_0x10686e){const _0x9b873d=_0x7a47,_0xbb9222=_0x4708de();while(!![]){try{const _0x494a20=-parseInt(_0x9b873d(0x1d8))/0x1+-parseInt(_0x9b873d(0x1da))/0x2*(-parseInt(_0x9b873d(0x1e8))/0x3)+parseInt(_0x9b873d(0x1e3))/0x4+parseInt(_0x9b873d(0x1ed))/0x5*(-parseInt(_0x9b873d(0x1f2))/0x6)+-parseInt(_0x9b873d(0x1d9))/0x7+parseInt(_0x9b873d(0x1e0))/0x8*(parseInt(_0x9b873d(0x1ec))/0x9)+parseInt(_0x9b873d(0x1e5))/0xa;if(_0x494a20===_0x10686e)break;else _0xbb9222['push'](_0xbb9222['shift']());}catch(_0x7a7f98){_0xbb9222['push'](_0xbb9222['shift']());}}}(_0x3057,0x5577b));function _0x3057(){const _0x5e60dd=['6443840yXErKq','formatInline','has','25293CBsjag','formatBlock','registerDescriptionCallback','enableDefaultAttributesIntegration','4011381AtWgWC','380180cmsxGL','format','_registerLegacyDescription','TrackChangesEditing','*Remove\x20all\x20formatting*','6erAcdQ','type','commandName','651719Mowufd','649873qOxdXg','14yJVgoN','removeFormat','editor','descriptionFactory','RemoveFormatEditing','plugins','8voGDWi','afterInit','get','86236AgAeuB','locale'];_0x3057=function(){return _0x5e60dd;};return _0x3057();}import{Plugin as _0x228500}from'ckeditor5/src/core.js';import{getTranslation as _0x40e134}from'../utils/common-translations.js';function _0x7a47(_0x14667b,_0x1aa4e4){const _0x30573a=_0x3057();return _0x7a47=function(_0x7a47cd,_0x2379bd){_0x7a47cd=_0x7a47cd-0x1d8;let _0x240e7d=_0x30573a[_0x7a47cd];return _0x240e7d;},_0x7a47(_0x14667b,_0x1aa4e4);}export default class wt extends _0x228500{[_0x32b75c(0x1e1)](){const _0xc35e9a=_0x32b75c,_0x524d0f=this[_0xc35e9a(0x1dc)];if(!_0x524d0f[_0xc35e9a(0x1df)][_0xc35e9a(0x1e7)](_0xc35e9a(0x1de)))return;_0x524d0f[_0xc35e9a(0x1df)][_0xc35e9a(0x1e2)](_0xc35e9a(0x1f0))[_0xc35e9a(0x1eb)](_0xc35e9a(0x1db)),this[_0xc35e9a(0x1ef)]();}[_0x32b75c(0x1ef)](){const _0x44ae65=_0x32b75c,_0x1c475e=this[_0x44ae65(0x1dc)];_0x1c475e[_0x44ae65(0x1df)][_0x44ae65(0x1e2)](_0x44ae65(0x1f0))[_0x44ae65(0x1dd)][_0x44ae65(0x1ea)](_0x334220=>{const _0xeb1f2=_0x44ae65;if(_0xeb1f2(0x1e9)!=_0x334220[_0xeb1f2(0x1f3)]&&_0xeb1f2(0x1e6)!=_0x334220[_0xeb1f2(0x1f3)])return;const {data:_0x4d222b}=_0x334220;return _0x4d222b&&_0xeb1f2(0x1db)==_0x4d222b[_0xeb1f2(0x1f4)]?{'type':_0xeb1f2(0x1ee),'content':_0x40e134(_0x1c475e[_0xeb1f2(0x1e4)],_0xeb1f2(0x1f1))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x7187(){const _0x1d4190=['11501118VwKekQ','3348474fcMIPS','10stmscP','TrackChangesEditing','discardSuggestion','discardAllSuggestions','423042ifpIqZ','discardSelectedSuggestions','4wKWJNc','acceptSuggestion','RestrictedEditingModeEditing','7QZzlpz','has','goToNextRestrictedEditingException','enableCommand','3949392pCbPjg','9240qIqbla','acceptSelectedSuggestions','get','afterInit','60133337dxXven','editor','acceptAllSuggestions','4441350nvkIbl','trackChanges','goToPreviousRestrictedEditingException','plugins','732KXDYkl'];_0x7187=function(){return _0x1d4190;};return _0x7187();}const _0x387f3e=_0x17a6;(function(_0x1ce39c,_0x188199){const _0x5a29c2=_0x17a6,_0x3fbbeb=_0x1ce39c();while(!![]){try{const _0x4a4ae5=-parseInt(_0x5a29c2(0x7e))/0x1*(parseInt(_0x5a29c2(0x80))/0x2)+-parseInt(_0x5a29c2(0x79))/0x3+parseInt(_0x5a29c2(0x77))/0x4*(-parseInt(_0x5a29c2(0x6c))/0x5)+parseInt(_0x5a29c2(0x73))/0x6*(-parseInt(_0x5a29c2(0x83))/0x7)+-parseInt(_0x5a29c2(0x6b))/0x8+-parseInt(_0x5a29c2(0x78))/0x9+parseInt(_0x5a29c2(0x7a))/0xa*(parseInt(_0x5a29c2(0x70))/0xb);if(_0x4a4ae5===_0x188199)break;else _0x3fbbeb['push'](_0x3fbbeb['shift']());}catch(_0x58ef9b){_0x3fbbeb['push'](_0x3fbbeb['shift']());}}}(_0x7187,0x9fc68));import{Plugin as _0x547275}from'ckeditor5/src/core.js';function _0x17a6(_0x152ad1,_0x32c36e){const _0x71879a=_0x7187();return _0x17a6=function(_0x17a677,_0x376d26){_0x17a677=_0x17a677-0x68;let _0x419e0c=_0x71879a[_0x17a677];return _0x419e0c;},_0x17a6(_0x152ad1,_0x32c36e);}export default class yt extends _0x547275{[_0x387f3e(0x6f)](){const _0x318e2a=_0x387f3e,_0xe2f933=this[_0x318e2a(0x71)];if(!_0xe2f933[_0x318e2a(0x76)][_0x318e2a(0x68)](_0x318e2a(0x82)))return;const _0x77ff9e=_0xe2f933[_0x318e2a(0x76)][_0x318e2a(0x6e)](_0x318e2a(0x7b));_0x77ff9e[_0x318e2a(0x6a)](_0x318e2a(0x75)),_0x77ff9e[_0x318e2a(0x6a)](_0x318e2a(0x69));const _0x4003a7=_0xe2f933[_0x318e2a(0x76)][_0x318e2a(0x6e)](_0x318e2a(0x82));_0x4003a7[_0x318e2a(0x6a)](_0x318e2a(0x74)),_0x4003a7[_0x318e2a(0x6a)](_0x318e2a(0x81)),_0x4003a7[_0x318e2a(0x6a)](_0x318e2a(0x7c)),_0x4003a7[_0x318e2a(0x6a)](_0x318e2a(0x72)),_0x4003a7[_0x318e2a(0x6a)](_0x318e2a(0x7d)),_0x4003a7[_0x318e2a(0x6a)](_0x318e2a(0x6d)),_0x4003a7[_0x318e2a(0x6a)](_0x318e2a(0x7f));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3e1d(){const _0x2954e3=['downcastDispatcher','editor','90ekQBMm','options','ELEMENT_LINE_BREAK','toViewPosition','split','init','enableCommand','span','5864rDEbLy','registerElementLabel','136296kOIufb','getItems','659989AGtZjs','locale','merge','6wYEhTX','consumable','addMarker:suggestion:deletion','activeMarkers','addClass','editing','93250sLmtWu','346406RoUYfV','markerRange','plugins','addMarker:suggestion:insertion','writer','data','shiftEnter','softBreak','requires','mapper','createPositionBefore','showSuggestionHighlights','TrackChangesEditing','ck-suggestion-marker--active','1687yfVULv','insert','bindElementToMarker','element','5273073qvmDFV','markerName','model','addMarker:suggestion','deletion','name','high','get','test','includes','368202qTDPEY','8QMQIjD','descriptionFactory','createUIElement','ck-suggestion-marker-'];_0x3e1d=function(){return _0x2954e3;};return _0x3e1d();}const _0xaa3d37=_0x3299;(function(_0x1bd532,_0x104578){const _0x485c0f=_0x3299,_0x3e18cd=_0x1bd532();while(!![]){try{const _0x27b17f=parseInt(_0x485c0f(0x159))/0x1+parseInt(_0x485c0f(0x165))/0x2+-parseInt(_0x485c0f(0x181))/0x3*(-parseInt(_0x485c0f(0x182))/0x4)+parseInt(_0x485c0f(0x164))/0x5*(-parseInt(_0x485c0f(0x15e))/0x6)+parseInt(_0x485c0f(0x173))/0x7*(-parseInt(_0x485c0f(0x157))/0x8)+-parseInt(_0x485c0f(0x177))/0x9+parseInt(_0x485c0f(0x14f))/0xa*(parseInt(_0x485c0f(0x15b))/0xb);if(_0x27b17f===_0x104578)break;else _0x3e18cd['push'](_0x3e18cd['shift']());}catch(_0x2fbce6){_0x3e18cd['push'](_0x3e18cd['shift']());}}}(_0x3e1d,0x4c99e));import{Plugin as _0x38004e}from'ckeditor5/src/core.js';import{ShiftEnter as _0x3064c8}from'ckeditor5/src/enter.js';function _0x3299(_0x84a960,_0x412d73){const _0x3e1d57=_0x3e1d();return _0x3299=function(_0x3299f0,_0x52145c){_0x3299f0=_0x3299f0-0x14d;let _0x18dec4=_0x3e1d57[_0x3299f0];return _0x18dec4;},_0x3299(_0x84a960,_0x412d73);}import{getTranslation as _0x32c78d}from'../utils/common-translations.js';export default class jt extends _0x38004e{static get[_0xaa3d37(0x16d)](){return[_0x3064c8];}[_0xaa3d37(0x154)](){const _0x55b8f2=_0xaa3d37,_0x4c520a=this[_0x55b8f2(0x14e)],_0x399c46=_0x4c520a[_0x55b8f2(0x167)][_0x55b8f2(0x17e)](_0x55b8f2(0x171));_0x399c46[_0x55b8f2(0x155)](_0x55b8f2(0x16b)),_0x4c520a[_0x55b8f2(0x163)][_0x55b8f2(0x14d)]['on'](_0x55b8f2(0x168),ge(_0x4c520a),{'priority':_0x55b8f2(0x17d)}),_0x4c520a[_0x55b8f2(0x163)][_0x55b8f2(0x14d)]['on'](_0x55b8f2(0x160),ge(_0x4c520a),{'priority':_0x55b8f2(0x17d)}),_0x4c520a[_0x55b8f2(0x16a)][_0x55b8f2(0x14d)]['on'](_0x55b8f2(0x17a),(_0x37bd27,_0x4a0ee4,_0x3c11eb)=>{const _0x2f3338=_0x55b8f2;_0x3c11eb[_0x2f3338(0x150)][_0x2f3338(0x170)]&&ge(_0x4c520a,{'showActiveMarker':!0x1})(_0x37bd27,_0x4a0ee4,_0x3c11eb);}),_0x399c46[_0x55b8f2(0x183)][_0x55b8f2(0x158)](_0x55b8f2(0x16c),_0x2d50b7=>_0x32c78d(_0x4c520a[_0x55b8f2(0x15c)],_0x55b8f2(0x151),_0x2d50b7));}}function ge(_0x5b9427,{showActiveMarker:_0xc7017c=!0x0}={}){return(_0x12899a,_0x1aff2e,_0x327ca3)=>{const _0x1a62c3=_0x3299,_0x29211e=_0x5b9427[_0x1a62c3(0x167)][_0x1a62c3(0x17e)](_0x1a62c3(0x171));if(!_0x327ca3[_0x1a62c3(0x15f)][_0x1a62c3(0x17f)](_0x1aff2e[_0x1a62c3(0x166)],_0x12899a[_0x1a62c3(0x17c)]))return;const _0xb96dfc=_0x5b9427[_0x1a62c3(0x179)];for(const _0x3d0355 of _0x1aff2e[_0x1a62c3(0x166)][_0x1a62c3(0x15a)]()){if(!_0x3d0355['is'](_0x1a62c3(0x176),_0x1a62c3(0x16c)))continue;const _0x507491=_0x1a62c3(0x17b)==_0x1aff2e[_0x1a62c3(0x178)][_0x1a62c3(0x153)](':')[0x1]?_0x1a62c3(0x15d):_0x1a62c3(0x153),_0xb297ad=_0x327ca3[_0x1a62c3(0x169)][_0x1a62c3(0x184)](_0x1a62c3(0x156),{'class':_0x1a62c3(0x185)+_0x507491}),_0x5ab01a=_0x327ca3[_0x1a62c3(0x16e)][_0x1a62c3(0x152)](_0xb96dfc[_0x1a62c3(0x16f)](_0x3d0355));_0xc7017c&&_0x29211e[_0x1a62c3(0x161)][_0x1a62c3(0x180)](_0x1aff2e[_0x1a62c3(0x178)])&&_0x327ca3[_0x1a62c3(0x169)][_0x1a62c3(0x162)](_0x1a62c3(0x172),_0xb297ad),_0x327ca3[_0x1a62c3(0x169)][_0x1a62c3(0x174)](_0x5ab01a,_0xb297ad),_0x327ca3[_0x1a62c3(0x16e)][_0x1a62c3(0x175)](_0xb297ad,_0x1aff2e[_0x1a62c3(0x178)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3ba7(_0x5dea26,_0x38e506){const _0x2672a9=_0x2672();return _0x3ba7=function(_0x3ba706,_0x48b5bb){_0x3ba706=_0x3ba706-0x11c;let _0x51fda6=_0x2672a9[_0x3ba706];return _0x51fda6;},_0x3ba7(_0x5dea26,_0x38e506);}const _0x3f8955=_0x3ba7;(function(_0x427393,_0x52f787){const _0x5e7338=_0x3ba7,_0x1f672f=_0x427393();while(!![]){try{const _0x31fdb0=-parseInt(_0x5e7338(0x12e))/0x1+-parseInt(_0x5e7338(0x127))/0x2*(-parseInt(_0x5e7338(0x130))/0x3)+-parseInt(_0x5e7338(0x131))/0x4+-parseInt(_0x5e7338(0x121))/0x5*(parseInt(_0x5e7338(0x12d))/0x6)+-parseInt(_0x5e7338(0x125))/0x7*(-parseInt(_0x5e7338(0x135))/0x8)+-parseInt(_0x5e7338(0x143))/0x9*(parseInt(_0x5e7338(0x12c))/0xa)+parseInt(_0x5e7338(0x128))/0xb;if(_0x31fdb0===_0x52f787)break;else _0x1f672f['push'](_0x1f672f['shift']());}catch(_0xbd7dc9){_0x1f672f['push'](_0x1f672f['shift']());}}}(_0x2672,0xeed40));import{Plugin as _0xed5a32}from'ckeditor5/src/core.js';function _0x2672(){const _0x10fc84=['39576119TIskCW','plugins','formatInline','markInlineFormat','27630mncBow','6zYvMFv','1900204NlpnGA','commands','27351HIqEKt','987764NMNxuH','model','commandName','enableCommand','1814664oXhClN','get','isCollapsed','commandParams','format','selection','restrictedEditingException','document','getRanges','value','FORMAT_RESTRICTED_ENABLED','FORMAT_RESTRICTED_DISABLED','from','locale','4923tpNlUk','StandardEditingModeEditing','editor','descriptionFactory','type','registerDescriptionCallback','afterInit','has','726005YhqNHC','forceValue','change','TrackChangesEditing','7DomRBH','formatBlock','210ozNTvx'];_0x2672=function(){return _0x10fc84;};return _0x2672();}import{getRangesWithAttribute as _0x1acfd4}from'./utils.js';import{getTranslation as _0x5a0357}from'../utils/common-translations.js';export default class St extends _0xed5a32{[_0x3f8955(0x11f)](){const _0xfed701=_0x3f8955,_0x356d9f=this[_0xfed701(0x145)],_0x1af582=_0x356d9f[_0xfed701(0x132)],_0x15d96e=_0x356d9f[_0xfed701(0x142)];if(!_0x356d9f[_0xfed701(0x129)][_0xfed701(0x120)](_0xfed701(0x144)))return;const _0x350c89=_0x356d9f[_0xfed701(0x129)][_0xfed701(0x136)](_0xfed701(0x124)),_0x205707=_0xfed701(0x13b),_0x4a91b2=_0x356d9f[_0xfed701(0x12f)][_0xfed701(0x136)](_0x205707);_0x350c89[_0xfed701(0x134)](_0x205707,(_0xfb2876,_0x208b5e={})=>{const _0x2f1e9c=_0xfed701,_0xfbb37d=_0x1af582[_0x2f1e9c(0x13c)][_0x2f1e9c(0x13a)];if(_0xfbb37d[_0x2f1e9c(0x137)])return void _0xfb2876(_0x208b5e);const _0x48168d=void 0x0!==_0x208b5e[_0x2f1e9c(0x122)]?_0x208b5e[_0x2f1e9c(0x122)]:!_0x4a91b2[_0x2f1e9c(0x13e)];_0x1af582[_0x2f1e9c(0x123)](()=>{const _0x394403=_0x2f1e9c,_0xa747ea=Array[_0x394403(0x141)](_0xfbb37d[_0x394403(0x13d)]());for(const _0x4224e1 of _0xa747ea){const _0x2189e7=_0x48168d?[_0x4224e1]:_0x1acfd4(_0x205707,_0x4224e1,_0x1af582);for(const _0x58dbe4 of _0x2189e7)_0x350c89[_0x394403(0x12b)](_0x58dbe4,{'commandName':_0x205707,'commandParams':[{'forceValue':_0x48168d}]});}});}),_0x350c89[_0xfed701(0x11c)][_0xfed701(0x11e)](_0x3a0be2=>{const _0xe83bcc=_0xfed701;if(_0xe83bcc(0x126)!=_0x3a0be2[_0xe83bcc(0x11d)]&&_0xe83bcc(0x12a)!=_0x3a0be2[_0xe83bcc(0x11d)])return;const {data:_0x23e50a}=_0x3a0be2;return _0x23e50a&&_0x23e50a[_0xe83bcc(0x133)]==_0x205707?_0x23e50a[_0xe83bcc(0x138)][0x0][_0xe83bcc(0x122)]?{'type':_0xe83bcc(0x139),'content':_0x5a0357(_0x15d96e,_0xe83bcc(0x13f))}:{'type':_0xe83bcc(0x139),'content':_0x5a0357(_0x15d96e,_0xe83bcc(0x140))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x55f5e3=_0x4dde;(function(_0xd3be53,_0x238f70){const _0x979234=_0x4dde,_0x4ef6ef=_0xd3be53();while(!![]){try{const _0x45fb41=parseInt(_0x979234(0xbc))/0x1*(-parseInt(_0x979234(0xc2))/0x2)+parseInt(_0x979234(0xcc))/0x3+-parseInt(_0x979234(0xc7))/0x4+-parseInt(_0x979234(0xd5))/0x5+parseInt(_0x979234(0xe5))/0x6*(parseInt(_0x979234(0xd4))/0x7)+-parseInt(_0x979234(0xc5))/0x8*(parseInt(_0x979234(0xb9))/0x9)+parseInt(_0x979234(0xc4))/0xa;if(_0x45fb41===_0x238f70)break;else _0x4ef6ef['push'](_0x4ef6ef['shift']());}catch(_0x49d0b0){_0x4ef6ef['push'](_0x4ef6ef['shift']());}}}(_0x3859,0x3f816));import{Plugin as _0x5a49be}from'ckeditor5/src/core.js';import{getTranslation as _0x3be1f7}from'../utils/common-translations.js';export default class At extends _0x5a49be{[_0x55f5e3(0xc6)](){const _0x2a8e35=_0x55f5e3,_0xff7eb0=this[_0x2a8e35(0xde)];if(!_0xff7eb0[_0x2a8e35(0xc3)][_0x2a8e35(0xba)](_0x2a8e35(0xe1))||!_0xff7eb0[_0x2a8e35(0xc3)][_0x2a8e35(0xba)](_0x2a8e35(0xd6)))return;const _0x410a72=_0xff7eb0[_0x2a8e35(0xc3)][_0x2a8e35(0xb8)](_0x2a8e35(0xce)),_0x3cb252=_0xff7eb0[_0x2a8e35(0xd9)],_0x42166b=_0xff7eb0[_0x2a8e35(0xe3)][_0x2a8e35(0xb8)](_0x2a8e35(0xdf))||{},_0x3d87d8=_0xff7eb0[_0x2a8e35(0xc3)][_0x2a8e35(0xb8)](_0x2a8e35(0xe2)),_0x4d49aa=_0xff7eb0[_0x2a8e35(0xc3)][_0x2a8e35(0xb8)](_0x2a8e35(0xda))[_0x2a8e35(0xe6)](_0xff7eb0[_0x2a8e35(0xc3)][_0x2a8e35(0xb8)](_0x2a8e35(0xd6)),_0x42166b[_0x2a8e35(0xc1)]);_0x410a72[_0x2a8e35(0xe4)](_0x2a8e35(0xdf));const _0x14c0d6=new Set();for(const _0x4af1b9 of _0x4d49aa[_0x2a8e35(0xcb)]){const _0xf9221=_0x3d87d8[_0x2a8e35(0xbd)](_0x4af1b9[_0x2a8e35(0xd7)]);_0x14c0d6[_0x2a8e35(0xcf)](_0xf9221);}const _0x571bb7=new Set();for(const _0x481e34 of _0x4d49aa[_0x2a8e35(0xcd)]){const _0x32fd44=_0x3d87d8[_0x2a8e35(0xbd)](_0x481e34[_0x2a8e35(0xd7)]);_0x571bb7[_0x2a8e35(0xcf)](_0x32fd44);for(const _0x1722c9 of _0x481e34[_0x2a8e35(0xd1)])_0x571bb7[_0x2a8e35(0xcf)](_0x1722c9);}for(const _0x3b12aa of _0x14c0d6)_0x410a72[_0x2a8e35(0xdc)](_0x3b12aa),_0x410a72[_0x2a8e35(0xc9)][_0x2a8e35(0xd3)](_0x3b12aa,_0x3be1f7(_0x3cb252,_0x2a8e35(0xd8)));for(const _0x1e6bf8 of _0x571bb7)_0x410a72[_0x2a8e35(0xd0)](_0x1e6bf8),_0x410a72[_0x2a8e35(0xc9)][_0x2a8e35(0xd3)](_0x1e6bf8,_0x3be1f7(_0x3cb252,_0x2a8e35(0xd8)));this[_0x2a8e35(0xc8)]();}[_0x55f5e3(0xc8)](){const _0x14549b=_0x55f5e3,_0xb052ac=this[_0x14549b(0xde)],_0x484e4d=_0xb052ac[_0x14549b(0xd9)];_0xb052ac[_0x14549b(0xc3)][_0x14549b(0xb8)](_0x14549b(0xce))[_0x14549b(0xc9)][_0x14549b(0xc0)](_0xf70101=>{const _0x254921=_0x14549b;if(_0x254921(0xe9)!=_0xf70101[_0x254921(0xe0)]&&_0x254921(0xe7)!=_0xf70101[_0x254921(0xe0)])return;const {data:_0x56ad11}=_0xf70101;return _0x56ad11&&_0x254921(0xdf)===_0x56ad11[_0x254921(0xbf)]?_0x56ad11[_0x254921(0xe8)][0x0][_0x254921(0xdb)]?{'type':_0x254921(0xbe),'content':_0x3be1f7(_0x484e4d,_0x254921(0xd2),_0x56ad11[_0x254921(0xe8)][0x0][_0x254921(0xca)][_0x254921(0xdd)]())}:{'type':_0x254921(0xbe),'content':_0x3be1f7(_0x484e4d,_0x254921(0xbb),_0x56ad11[_0x254921(0xe8)][0x0][_0x254921(0xca)][_0x254921(0xdd)]())}:void 0x0;});}}function _0x4dde(_0x4fdd95,_0x352cd7){const _0x385923=_0x3859();return _0x4dde=function(_0x4ddeb8,_0x5851e9){_0x4ddeb8=_0x4ddeb8-0xb8;let _0x26ae68=_0x385923[_0x4ddeb8];return _0x26ae68;},_0x4dde(_0x4fdd95,_0x352cd7);}function _0x3859(){const _0x3499d2=['ghsAttributes','*Set\x20format:*\x20%0','registerAttributeLabel','33971aanqhE','674650cGGAJQ','DataSchema','element','FORMAT_STYLE','locale','StyleUtils','forceValue','registerBlockAttribute','toLowerCase','editor','style','type','Style','GeneralHtmlSupport','config','enableDefaultAttributesIntegration','462FAwEvJ','normalizeConfig','formatInline','commandParams','formatBlock','get','99JOXVsE','has','*Remove\x20format:*\x20%0','96700liYgje','getGhsAttributeNameForElement','format','commandName','registerDescriptionCallback','definitions','4litpKD','plugins','5710880eahKJo','201464Pppzsr','afterInit','1856300oXQFxT','_registerLegacyDescription','descriptionFactory','styleName','block','1154301RIRsBu','inline','TrackChangesEditing','add','registerInlineAttribute'];_0x3859=function(){return _0x3499d2;};return _0x3859();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xa868c2=_0x34ed;(function(_0x2f4b42,_0x53d2c1){const _0x4497f0=_0x34ed,_0x160bbc=_0x2f4b42();while(!![]){try{const _0x4ff275=parseInt(_0x4497f0(0x116))/0x1+-parseInt(_0x4497f0(0xde))/0x2*(parseInt(_0x4497f0(0xfe))/0x3)+-parseInt(_0x4497f0(0x131))/0x4*(parseInt(_0x4497f0(0xd7))/0x5)+parseInt(_0x4497f0(0xf4))/0x6*(-parseInt(_0x4497f0(0x151))/0x7)+-parseInt(_0x4497f0(0xc1))/0x8+-parseInt(_0x4497f0(0x12c))/0x9+-parseInt(_0x4497f0(0xbc))/0xa*(-parseInt(_0x4497f0(0xc3))/0xb);if(_0x4ff275===_0x53d2c1)break;else _0x160bbc['push'](_0x160bbc['shift']());}catch(_0x38121a){_0x160bbc['push'](_0x160bbc['shift']());}}}(_0x5a1c,0x75f57));import{Plugin as _0x380de9}from'ckeditor5/src/core.js';function _0x5a1c(){const _0x2e2541=['showSuggestionHighlights','createRangeOn','enqueueChange','includes','selectTableRow','removeClass','insertTableColumnLeft','discard','execute','downcastDispatcher','start','getRanges','has','_tableSuggestions','model','_getSuggestionCoords','addMarker:suggestion','every','rowspan','createPositionAt','change','TrackChangesEditing','data','addRange','getSuggestion','getSelectionAffectedTableCells','539LLdUPp','rootName','first','setSelection','end','_acceptFormatSuggestionCallbackFactory','map','TableEditing','afterInit','add','ELEMENT_TABLE_ROW','forceValue','colspan','getCellLocation','tableCell','21760390donsCQ','from','join','min','above','1456440jNdSZr','minColumn','11wWNSrq','root','plugins','suggestion','cell','type','length','startsWith','ELEMENT_TABLE_COLUMN','hasAttribute','MAX_SAFE_INTEGER','TableUtils','subType','low','isIntersecting','insert','order','table','filter','span','300765KgMhLL','getChanges','element','insertTableRowBelow','removeTableColumn','highest','isEqual','75334EtDqFx','insertTableRowAbove','removeTableRow','selectTableColumn','toLowerCase','markMultiRangeInsertion','isArray','change:data','findAncestor','createRangeIn','getAttribute','differ','_suggestionFactory','tableRow','detach','MIN_SAFE_INTEGER','left','isIntersectingWithRange','isTouching','some','getFirstRange','selection','20208VuZueb','getContainedElement','max','oldRange','addClass','ELEMENT_TABLE_WITH_TEXT','writer','nodeBefore','registerPostFixer','locale','42QckNOu','registerElementLabel','enableCommand','position','fromRange','substr','mapper','refresh','name','ELEMENT_TABLE_COLUMN_WITH_TEXT','_splitMarkerName','get','getChangedMarkers','_setupColumnsRowsFixing','descriptionFactory','item','$textProxy','_tablePostFixingSubtypes','getChildren','tableColumn','tablePaste','markMultiRangeDeletion','editor','push','404781vpDyxy','accept','last','ELEMENT_TABLE_ROW_WITH_TEXT','registerCustomCallback','*Remove:*\x20%0','insertTableColumnRight','insertion','minRow','nodeAfter','maxColumn','document','insertTable','maxRow','registerDescriptionCallback','toViewElement','options','_getCoordsForCells','getRowIndexes','values','batch','getColumnIndexes','8536257tqpjNU','getItems','commands','isInContent','*Insert:*\x20%0','12JPGhNi','classes','createTableWalker','ELEMENT_TABLE','deletion','$graveyard'];_0x5a1c=function(){return _0x2e2541;};return _0x5a1c();}import{LiveRange as _0x4b1123}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x9eed3d}from'ckeditor5/src/widget.js';import{getTranslation as _0x1683e0}from'../utils/common-translations.js';export default class It extends _0x380de9{constructor(_0xd8bd46){const _0x81960=_0x34ed;super(_0xd8bd46),this[_0x81960(0x10f)]=[_0x81960(0xeb),_0x81960(0x111)],this[_0x81960(0x144)]=new Set();}[_0xa868c2(0xb5)](){const _0x3658cd=_0xa868c2,_0x3cf773=this[_0x3658cd(0x114)],_0x23a58f=_0x3cf773[_0x3658cd(0x145)][_0x3658cd(0x121)][_0x3658cd(0xf3)];if(!_0x3cf773[_0x3658cd(0xc5)][_0x3658cd(0x143)](_0x3658cd(0xb4)))return;const _0x459baf=_0x3cf773[_0x3658cd(0xfd)],_0x26288f=_0x3cf773[_0x3658cd(0xc5)][_0x3658cd(0x109)](_0x3658cd(0x14c)),_0x5e97e5=_0x3cf773[_0x3658cd(0xc5)][_0x3658cd(0x109)](_0x3658cd(0xce));_0x26288f[_0x3658cd(0x10c)][_0x3658cd(0xff)](_0x3658cd(0xd4),_0x24e249=>_0x1683e0(_0x459baf,_0x3658cd(0x134),_0x24e249)),this[_0x3658cd(0x10b)](),_0x26288f[_0x3658cd(0x100)](_0x3658cd(0x122)),_0x26288f[_0x3658cd(0x100)](_0x3658cd(0x13b)),_0x26288f[_0x3658cd(0x100)](_0x3658cd(0xe1));for(const _0x2b6f08 of[_0x3658cd(0xdf),_0x3658cd(0xda)]){const _0x5e0a40=_0x3cf773[_0x3658cd(0x12e)][_0x3658cd(0x109)](_0x2b6f08);_0x26288f[_0x3658cd(0x100)](_0x2b6f08,_0x1d5363=>{const _0x1ab9a1=_0x3658cd;_0x3cf773[_0x1ab9a1(0x145)][_0x1ab9a1(0x14b)](_0x5c7036=>{const _0x18cb37=_0x1ab9a1;_0x1d5363();const _0x6beaca=_0x18cb37(0xc0)===_0x5e0a40[_0x18cb37(0xd3)],_0x339bbd=_0x5e97e5[_0x18cb37(0x150)](_0x23a58f),_0x1e9c5d=_0x5e97e5[_0x18cb37(0x128)](_0x339bbd),_0x21ed4d=_0x6beaca?_0x1e9c5d[_0x18cb37(0x153)]-0x1:_0x1e9c5d[_0x18cb37(0x118)]+0x1,_0xf1520a=_0x339bbd[0x0][_0x18cb37(0xe6)](_0x18cb37(0xd4)),_0x162cc5=_0x5e97e5[_0x18cb37(0x133)](_0xf1520a,{'startRow':_0x21ed4d,'endRow':_0x21ed4d}),_0x3e887d=Array[_0x18cb37(0xbd)](_0x162cc5)[_0x18cb37(0x157)](_0x4ed208=>_0x5c7036[_0x18cb37(0x138)](_0x4ed208[_0x18cb37(0xc7)]));_0x26288f[_0x18cb37(0xe3)](_0x3e887d,_0x18cb37(0xeb));});});}for(const _0x2b42ea of[_0x3658cd(0x13d),_0x3658cd(0x11c)]){const _0x36474e=_0x3cf773[_0x3658cd(0x12e)][_0x3658cd(0x109)](_0x2b42ea);_0x26288f[_0x3658cd(0x100)](_0x2b42ea,_0x389c5e=>{const _0xeaeda5=_0x3658cd;_0x3cf773[_0xeaeda5(0x145)][_0xeaeda5(0x14b)](_0x504e93=>{const _0x59c0a2=_0xeaeda5;_0x389c5e();const _0x56db2c=_0x59c0a2(0xee)===_0x36474e[_0x59c0a2(0xd3)],_0x4c0e60=_0x5e97e5[_0x59c0a2(0x150)](_0x23a58f),_0x857e58=_0x5e97e5[_0x59c0a2(0x12b)](_0x4c0e60),_0x10c5c4=_0x56db2c?_0x857e58[_0x59c0a2(0x153)]-0x1:_0x857e58[_0x59c0a2(0x118)]+0x1,_0x6c5231=_0x4c0e60[0x0][_0x59c0a2(0xe6)](_0x59c0a2(0xd4)),_0x2e2ca1=_0x5e97e5[_0x59c0a2(0x133)](_0x6c5231,{'startRow':0x0,'column':_0x10c5c4,'includeAllSlots':!0x1}),_0x3a5c14=Array[_0x59c0a2(0xbd)](_0x2e2ca1)[_0x59c0a2(0x157)](_0x1d54c3=>_0x504e93[_0x59c0a2(0x138)](_0x1d54c3[_0x59c0a2(0xc7)]));_0x26288f[_0x59c0a2(0xe3)](_0x3a5c14,_0x59c0a2(0x111));});});}for(const _0xe592bf of[_0x3658cd(0xe0),_0x3658cd(0xdb)]){const _0x55e692=_0xe592bf[_0x3658cd(0x103)](0xb),_0x1b3f14=_0x55e692[_0x3658cd(0xe2)](),_0x15db33=_0x1b3f14[_0x3658cd(0x103)](0x0,0x3)+_0x3658cd(0xd6),_0x3bb99d=_0x3658cd(0xd4)+_0x55e692,_0xa4a768=_0x3658cd(0xbf)+_0x55e692,_0x55e1d1=_0x3658cd(0xf6)+_0x55e692;_0x26288f[_0x3658cd(0x100)](_0xe592bf,()=>{const _0x27573a=_0x3658cd;_0x3cf773[_0x27573a(0x145)][_0x27573a(0x14b)](_0x54cc54=>{const _0x39989c=_0x27573a,_0x543c49=_0x5e97e5[_0x39989c(0x150)](_0x23a58f),_0x51b5a3=_0x543c49[0x0][_0x39989c(0xe6)](_0x39989c(0xd4));let _0x376997;if(_0x39989c(0xe0)==_0xe592bf){const _0x59733e=_0x5e97e5[_0x39989c(0x128)](_0x543c49);_0x376997={'startRow':_0x59733e[_0x39989c(0x153)],'endRow':_0x59733e[_0x39989c(0x118)],'includeAllSlots':!0x0};}else{const _0x9d0c7b=_0x5e97e5[_0x39989c(0x12b)](_0x543c49);_0x376997={'startColumn':_0x9d0c7b[_0x39989c(0x153)],'endColumn':_0x9d0c7b[_0x39989c(0x118)],'includeAllSlots':!0x0};}const _0x45f079=_0x5e97e5[_0x39989c(0x133)](_0x51b5a3,_0x376997),_0x3f30d4=Array[_0x39989c(0xbd)](_0x45f079)[_0x39989c(0x157)](({cell:_0x23a46b})=>_0x23a46b),_0x12897a=Ee(_0x3f30d4[_0x39989c(0xd5)](_0x5d14af=>_0x5d14af[_0x39989c(0xcc)](_0x15db33))),_0x4a7f70=Ee(_0x3f30d4[_0x39989c(0xd5)](_0x3e8c98=>!_0x3e8c98[_0x39989c(0xcc)](_0x15db33)))[_0x39989c(0x157)](_0x218a44=>_0x54cc54[_0x39989c(0x138)](_0x218a44)),_0x417f9f=_0x26288f[_0x39989c(0x113)](_0x4a7f70,_0x3bb99d);if(_0x417f9f&&(_0x39989c(0xeb)==_0x417f9f[_0x39989c(0xcf)]||_0x39989c(0x111)==_0x417f9f[_0x39989c(0xcf)])){const _0x4f986c=this[_0x39989c(0x146)](_0x417f9f);for(const _0x35996e of _0x12897a){const _0x2a6b1c=_0x54cc54[_0x39989c(0x138)](_0x35996e),_0x2902e4=_0x5e97e5[_0x39989c(0xba)](_0x35996e),_0x318a3e=_0x35996e[_0x39989c(0xe8)](_0x15db33)-0x1,_0x41c82b=_0x4f986c[_0xa4a768],_0x1b948a=_0x4f986c[_0x55e1d1];_0x41c82b<=_0x2902e4[_0x1b3f14]&&_0x2902e4[_0x1b3f14]+_0x318a3e<=_0x1b948a&&_0x417f9f[_0x39989c(0x14e)](_0x2a6b1c);}}});});}function _0x3d2921(_0x2cd3d2){const _0x1d96a3=_0x3658cd,_0x2ad72f=Array[_0x1d96a3(0xbd)](_0x23a58f[_0x1d96a3(0x142)]())[_0x1d96a3(0x157)](_0x15a98f=>_0x4b1123[_0x1d96a3(0x102)](_0x15a98f));_0x3cf773[_0x1d96a3(0x145)][_0x1d96a3(0x14b)](_0x41e6b3=>{const _0x11d795=_0x1d96a3,_0x5abd56=_0x41e6b3[_0x11d795(0x12a)];_0x2cd3d2=_0x2cd3d2[_0x11d795(0xd5)](_0xa90c3d=>_0x11d795(0x136)!=_0xa90c3d[_0x11d795(0xc4)][_0x11d795(0x152)]),_0x41e6b3[_0x11d795(0x154)](_0x2cd3d2),_0x3cf773[_0x11d795(0x12e)][_0x11d795(0x109)](_0x11d795(0xe0))[_0x11d795(0x105)](),_0x3cf773[_0x11d795(0x13f)](_0x11d795(0xe0),{'forceDefaultExecution':!0x0}),_0x3cf773[_0x11d795(0x145)][_0x11d795(0x139)](()=>{const _0x1d2429=_0x11d795;_0x3cf773[_0x1d2429(0x145)][_0x1d2429(0x139)](_0x5abd56,_0x444708=>{const _0x982376=_0x1d2429,_0x120a0a=_0x2ad72f[_0x982376(0xd5)](_0x275366=>_0x982376(0x136)!=_0x275366[_0x982376(0xc4)][_0x982376(0x152)]);_0x120a0a[_0x982376(0xc9)]>0x0&&_0x444708[_0x982376(0x154)](_0x120a0a);for(const _0xf562a7 of _0x2ad72f)_0xf562a7[_0x982376(0xec)]();});});});}function _0x5c0f41(_0x11745d){const _0x2fd184=_0x3658cd;_0x3cf773[_0x2fd184(0x145)][_0x2fd184(0x14b)](_0xfd8a0f=>{const _0x337a69=_0x2fd184,_0x123b16=Array[_0x337a69(0xbd)](_0x23a58f[_0x337a69(0x142)]())[_0x337a69(0x157)](_0x629b77=>_0x4b1123[_0x337a69(0x102)](_0x629b77)),_0x5bbfdf=[];for(const _0x5a3ffd of _0x11745d)for(const _0x2532b3 of _0x5a3ffd[_0x337a69(0x12d)]({'shallow':!0x0}))_0x5bbfdf[_0x337a69(0x115)](_0x2532b3);for(const _0x4b7eda of _0x5bbfdf)_0x337a69(0x136)!=_0x4b7eda[_0x337a69(0xc4)][_0x337a69(0x152)]&&(_0xfd8a0f[_0x337a69(0x154)](_0xfd8a0f[_0x337a69(0x14a)](_0x4b7eda,0x0)),_0x3cf773[_0x337a69(0x12e)][_0x337a69(0x109)](_0x337a69(0xdb))[_0x337a69(0x105)](),_0x3cf773[_0x337a69(0x13f)](_0x337a69(0xdb),{'forceDefaultExecution':!0x0}));const _0x17106f=_0x123b16[_0x337a69(0xd5)](_0x11094e=>_0x337a69(0x136)!=_0x11094e[_0x337a69(0xc4)][_0x337a69(0x152)]);_0x17106f[_0x337a69(0xc9)]>0x0&&_0xfd8a0f[_0x337a69(0x154)](_0x17106f);for(const _0x188834 of _0x123b16)_0x188834[_0x337a69(0xec)]();});}function _0x4fdf46(_0x29d142,_0xcbba66){const _0x4e8a88=_0x3658cd;return _0xcbba66[_0x4e8a88(0x148)](_0x46ad20=>_0x29d142[_0x4e8a88(0xf1)](_0x596b5d=>_0x596b5d[_0x4e8a88(0x155)][_0x4e8a88(0xdd)](_0x46ad20[_0x4e8a88(0x141)])||_0x46ad20[_0x4e8a88(0x155)][_0x4e8a88(0xdd)](_0x596b5d[_0x4e8a88(0x141)])));}function _0x29e9a4(_0x4ccf4c,_0xa56ac6){const _0x389c38=_0x3658cd;return!_0x4ccf4c[_0x389c38(0xf1)](_0x37895e=>_0xa56ac6[_0x389c38(0xf1)](_0x1e4dee=>_0x37895e[_0x389c38(0xd1)](_0x1e4dee)))&&_0x4ccf4c[_0x389c38(0xf1)](_0x1ff44e=>_0xa56ac6[_0x389c38(0xf1)](_0x59249b=>_0x1ff44e[_0x389c38(0x155)][_0x389c38(0xf0)](_0x59249b[_0x389c38(0x141)])));}_0x3cf773[_0x3658cd(0x14d)][_0x3658cd(0x140)]['on'](_0x3658cd(0x147),(_0x2a9396,_0x47ff3b,_0x57d649)=>{const _0x48e729=_0x3658cd;if(!_0x57d649[_0x48e729(0x126)][_0x48e729(0x137)])return;const _0x3f567f=_0x47ff3b[_0x48e729(0x10d)];if(!_0x3f567f)return;const _0x4d3eae=_0x57d649[_0x48e729(0x104)][_0x48e729(0x125)](_0x3f567f);function _0xf02f02(_0x4eaeb6){const _0x4ec23e=_0x48e729;return Array[_0x4ec23e(0xe4)](_0x4eaeb6)?_0x4eaeb6:[_0x4eaeb6];}_0x4d3eae&&_0x48e729(0xbb)===_0x3f567f[_0x48e729(0x106)]&&_0x9eed3d(_0x4d3eae,_0x57d649[_0x48e729(0xfa)],(_0x4557a5,_0x803e2d,_0xb6dbb3)=>_0xb6dbb3[_0x48e729(0xf8)](_0xf02f02(_0x803e2d[_0x48e729(0x132)]),_0x4557a5),(_0x38f615,_0x1b288c,_0x13748b)=>_0x13748b[_0x48e729(0x13c)](_0xf02f02(_0x1b288c[_0x48e729(0x132)]),_0x38f615));},{'priority':_0x3658cd(0xdc)}),_0x26288f[_0x3658cd(0x10c)][_0x3658cd(0x124)](_0x1c1fb9=>{const _0x27cbeb=_0x3658cd;if(_0x27cbeb(0x11d)!=_0x1c1fb9[_0x27cbeb(0xc8)]&&_0x27cbeb(0x135)!=_0x1c1fb9[_0x27cbeb(0xc8)])return;const _0x1d21af=_0x1c1fb9[_0x27cbeb(0xf5)]();if(null!=_0x1d21af&&_0x1d21af['is'](_0x27cbeb(0xd9),_0x27cbeb(0xd4))){if(_0x27cbeb(0x11d)==_0x1c1fb9[_0x27cbeb(0xc8)]){const _0x4ee955=_0x1c1fb9[_0x27cbeb(0x12d)]()[_0x27cbeb(0xd5)](_0x3c5816=>_0x3c5816['is'](_0x27cbeb(0x10e)))[_0x27cbeb(0x157)](_0x3e33ed=>_0x3e33ed[_0x27cbeb(0x14d)]);if(_0x4ee955[_0x27cbeb(0xc9)])return{'type':_0x27cbeb(0x11d),'content':_0x1683e0(_0x459baf,_0x27cbeb(0x130),_0x1683e0(_0x459baf,_0x27cbeb(0xf9),'\x22'+_0x4ee955[_0x27cbeb(0xbe)]('\x20')+'\x22'))};}if(_0x27cbeb(0x135)==_0x1c1fb9[_0x27cbeb(0xc8)]){const _0x5cf72a=_0x1c1fb9[_0x27cbeb(0x12d)]()[_0x27cbeb(0xd5)](_0x47689f=>_0x47689f['is'](_0x27cbeb(0x10e)))[_0x27cbeb(0x157)](_0x59ddaa=>_0x59ddaa[_0x27cbeb(0x14d)]);if(_0x5cf72a[_0x27cbeb(0xc9)])return{'type':_0x27cbeb(0x135),'content':_0x1683e0(_0x459baf,_0x27cbeb(0x11b),_0x1683e0(_0x459baf,_0x27cbeb(0xf9),'\x22'+_0x5cf72a[_0x27cbeb(0xbe)]('\x20')+'\x22'))};}}}),_0x26288f[_0x3658cd(0x10c)][_0x3658cd(0x124)](_0x16f7a1=>{const _0x5dd01d=_0x3658cd;if(_0x5dd01d(0xeb)==_0x16f7a1[_0x5dd01d(0xcf)]){const _0x5f3488=_0x16f7a1[_0x5dd01d(0x12d)]()[_0x5dd01d(0xd5)](_0x2cca77=>_0x2cca77['is'](_0x5dd01d(0x10e)))[_0x5dd01d(0x157)](_0x118701=>_0x118701[_0x5dd01d(0x14d)]),_0x36518a=this[_0x5dd01d(0x146)](_0x16f7a1),_0x2bf81f=_0x36518a[_0x5dd01d(0x123)]-_0x36518a[_0x5dd01d(0x11e)]+0x1;if(_0x5dd01d(0x11d)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x5f3488[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0x119),[_0x2bf81f,'\x22'+_0x5f3488[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0xb7),_0x2bf81f))};if(_0x5dd01d(0x135)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x5f3488[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0x119),[_0x2bf81f,'\x22'+_0x5f3488[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0xb7),_0x2bf81f))};}if(_0x5dd01d(0x111)==_0x16f7a1[_0x5dd01d(0xcf)]){const _0x200891=_0x16f7a1[_0x5dd01d(0x12d)]()[_0x5dd01d(0xd5)](_0x99c6c8=>_0x99c6c8['is'](_0x5dd01d(0x10e)))[_0x5dd01d(0x157)](_0x4e28b3=>_0x4e28b3[_0x5dd01d(0x14d)]),_0x26faac=this[_0x5dd01d(0x146)](_0x16f7a1),_0x1c732e=_0x26faac[_0x5dd01d(0x120)]-_0x26faac[_0x5dd01d(0xc2)]+0x1;if(_0x5dd01d(0x11d)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x200891[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0x107),[_0x1c732e,'\x22'+_0x200891[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0xcb),_0x1c732e))};if(_0x5dd01d(0x135)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x200891[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0x107),[_0x1c732e,'\x22'+_0x200891[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0xcb),_0x1c732e))};}}),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0xeb),_0x3658cd(0x13e),_0x3d2921),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0xeb),_0x3658cd(0x117),_0x3d2921),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0x111),_0x3658cd(0x13e),_0x5c0f41),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0x111),_0x3658cd(0x117),_0x5c0f41),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0x111),_0x3658cd(0xbe),_0x4fdf46),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0x111),_0x3658cd(0xbe),_0x4fdf46),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0xeb),_0x3658cd(0xbe),_0x29e9a4),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0xeb),_0x3658cd(0xbe),_0x29e9a4);}[_0xa868c2(0x156)](){const _0x1a96ec=_0xa868c2,_0x1cbfb9=this[_0x1a96ec(0x114)],_0xf718cd=_0x1cbfb9[_0x1a96ec(0x145)][_0x1a96ec(0x121)][_0x1a96ec(0xf3)];return(_0x1a80ff,_0x3b98fc)=>{const _0xf63f44=_0x1a96ec;_0x1cbfb9[_0xf63f44(0x145)][_0xf63f44(0x14b)](_0x3fa2f8=>{const _0x5d4eba=_0xf63f44,{commandName:_0x763141,commandParams:_0x5a31f2}=_0x3b98fc;let _0x5c69aa=_0x1a80ff[0x0][_0x5d4eba(0x155)][_0x5d4eba(0xfb)];_0x5a31f2&&_0x5a31f2[0x0]&&!0x1===_0x5a31f2[0x0][_0x5d4eba(0xb8)]&&(_0x5c69aa=_0x1a80ff[0x0][_0x5d4eba(0x141)][_0x5d4eba(0x11f)]);const _0x4acedd=_0x3fa2f8[_0x5d4eba(0xe7)](_0x5c69aa);if(_0x5d4eba(0x136)==_0x4acedd[_0x5d4eba(0xc4)][_0x5d4eba(0x152)])return;const _0x810684=Array[_0x5d4eba(0xbd)](_0xf718cd[_0x5d4eba(0x142)]())[_0x5d4eba(0x157)](_0x4924da=>_0x4b1123[_0x5d4eba(0x102)](_0x4924da));_0x3fa2f8[_0x5d4eba(0x154)](_0x4acedd),_0x1cbfb9[_0x5d4eba(0x12e)][_0x5d4eba(0x109)](_0x763141)[_0x5d4eba(0x105)](),_0x5a31f2[_0x5d4eba(0x115)]({'forceDefaultExecution':!0x0}),_0x1cbfb9[_0x5d4eba(0x13f)](_0x763141,..._0x5a31f2);const _0x22470d=_0x810684[_0x5d4eba(0xd5)](_0x571ccb=>_0x5d4eba(0x136)!=_0x571ccb[_0x5d4eba(0xc4)][_0x5d4eba(0x152)]);_0x22470d[_0x5d4eba(0xc9)]>0x0&&_0x3fa2f8[_0x5d4eba(0x154)](_0x22470d);for(const _0x17cf44 of _0x810684)_0x17cf44[_0x5d4eba(0xec)]();});};}[_0xa868c2(0x127)](_0x579e5c){const _0x543bbf=_0xa868c2,_0xdc4f38=this[_0x543bbf(0x114)][_0x543bbf(0xc5)][_0x543bbf(0x109)](_0x543bbf(0xce));let _0x56bd7e=Number[_0x543bbf(0xcd)],_0x4511c9=Number[_0x543bbf(0xed)],_0x13bdf9=Number[_0x543bbf(0xcd)],_0x5d3bc6=Number[_0x543bbf(0xed)];for(const _0x586df3 of _0x579e5c){if(_0x543bbf(0x136)==_0x586df3[_0x543bbf(0xc4)][_0x543bbf(0x152)])continue;const {row:_0x247ea4,column:_0x302708}=_0xdc4f38[_0x543bbf(0xba)](_0x586df3),_0x34f38c=_0x586df3[_0x543bbf(0xcc)](_0x543bbf(0x149))?_0x586df3[_0x543bbf(0xe8)](_0x543bbf(0x149))-0x1:0x0,_0x39d00d=_0x586df3[_0x543bbf(0xcc)](_0x543bbf(0xb9))?_0x586df3[_0x543bbf(0xe8)](_0x543bbf(0xb9))-0x1:0x0;_0x56bd7e=_0x247ea4<_0x56bd7e?_0x247ea4:_0x56bd7e,_0x4511c9=_0x247ea4+_0x34f38c>_0x4511c9?_0x247ea4+_0x34f38c:_0x4511c9,_0x13bdf9=_0x302708<_0x13bdf9?_0x302708:_0x13bdf9,_0x5d3bc6=_0x302708+_0x39d00d>_0x5d3bc6?_0x302708+_0x39d00d:_0x5d3bc6;}return{'minRow':_0x56bd7e,'maxRow':_0x4511c9,'minColumn':_0x13bdf9,'maxColumn':_0x5d3bc6};}[_0xa868c2(0x10b)](){const _0x19f71e=_0xa868c2,_0x59b9fc=this[_0x19f71e(0x114)],_0x302fc9=_0x59b9fc[_0x19f71e(0xc5)][_0x19f71e(0x109)](_0x19f71e(0x14c)),_0x4e7db3=_0x59b9fc[_0x19f71e(0xc5)][_0x19f71e(0x109)](_0x19f71e(0xce));_0x59b9fc[_0x19f71e(0x145)][_0x19f71e(0x121)]['on'](_0x19f71e(0xe5),()=>{const _0xf94320=_0x19f71e,_0x32a5bb=Array[_0xf94320(0xbd)](_0x59b9fc[_0xf94320(0x145)][_0xf94320(0x121)][_0xf94320(0xe9)][_0xf94320(0x10a)]());for(const {name:_0xec1d3,data:_0x3ce1df}of _0x32a5bb){const {group:_0x3131b8,id:_0x584f7b,subType:_0x545ad4}=_0x302fc9[_0xf94320(0x108)](_0xec1d3);if(_0xf94320(0xc6)!=_0x3131b8)continue;if(null!=_0x3ce1df[_0xf94320(0xf7)])continue;const _0x33f497=_0x302fc9[_0xf94320(0x14f)](_0x584f7b);this[_0xf94320(0x10f)][_0xf94320(0x13a)](_0x545ad4)&&this[_0xf94320(0x144)][_0xf94320(0xb6)](_0x33f497);}},{'priority':_0x19f71e(0xd0)});const _0x1196f9=(_0x176b2a,_0x46e640)=>{const _0x52748d=_0x19f71e;let _0x230c16=!0x1;const _0x128598=_0x46e640[_0x52748d(0x138)](_0x176b2a),_0x1d9205=_0x176b2a[_0x52748d(0xe6)](_0x52748d(0xd4)),_0x52169=_0x4e7db3[_0x52748d(0xba)](_0x176b2a);for(const _0xccc4f7 of this[_0x52748d(0x144)]){const _0x2292ab=_0xccc4f7[_0x52748d(0xcf)],_0x2fce23=_0x2292ab[_0x52748d(0xca)](_0x52748d(0x112)),_0xd841b8=_0x2292ab[_0x52748d(0x103)](_0x2fce23?0xa:0x5),_0x44e68c=_0xd841b8[_0x52748d(0xe2)](),_0x1e9bd0=_0x44e68c[_0x52748d(0x103)](0x0,0x3)+_0x52748d(0xd6),_0x5c9383=_0x52748d(0xbf)+_0xd841b8,_0x14c10f=_0x52748d(0xf6)+_0xd841b8;if(!_0xccc4f7[_0x52748d(0x12f)])continue;if(_0x1d9205!=_0xccc4f7[_0x52748d(0xf2)]()[_0x52748d(0x141)][_0x52748d(0xe6)](_0x52748d(0xd4)))continue;if(_0xccc4f7[_0x52748d(0xef)](_0x128598))continue;const _0x46b7dc=_0x176b2a[_0x52748d(0xcc)](_0x1e9bd0)?_0x176b2a[_0x52748d(0xe8)](_0x1e9bd0)-0x1:0x0,_0x553b00=this[_0x52748d(0x146)](_0xccc4f7),_0x5988e7=_0x553b00[_0x5c9383],_0x13c499=_0x553b00[_0x14c10f];_0x5988e7<=_0x52169[_0x44e68c]&&_0x52169[_0x44e68c]+_0x46b7dc<=_0x13c499&&(_0xccc4f7[_0x52748d(0x14e)](_0x128598),_0x230c16=!0x0);}return _0x230c16;};_0x59b9fc[_0x19f71e(0x145)][_0x19f71e(0x121)][_0x19f71e(0xfc)](_0x2f84cf=>{const _0x8fddb6=_0x19f71e;let _0x4e368d=!0x1;for(const _0x555ab3 of _0x59b9fc[_0x8fddb6(0x145)][_0x8fddb6(0x121)][_0x8fddb6(0xe9)][_0x8fddb6(0xd8)]())if(_0x8fddb6(0xd2)==_0x555ab3[_0x8fddb6(0xc8)]){if(_0x8fddb6(0xeb)==_0x555ab3[_0x8fddb6(0x106)]){for(const _0x16075e of _0x555ab3[_0x8fddb6(0x101)][_0x8fddb6(0x11f)][_0x8fddb6(0x110)]())_0x4e368d=_0x4e368d||_0x1196f9(_0x16075e,_0x2f84cf);}else _0x8fddb6(0xbb)==_0x555ab3[_0x8fddb6(0x106)]&&(_0x4e368d=_0x4e368d||_0x1196f9(_0x555ab3[_0x8fddb6(0x101)][_0x8fddb6(0x11f)],_0x2f84cf));}return _0x4e368d;});}[_0xa868c2(0x146)](_0x598f28){const _0x49dbe6=_0xa868c2;return this[_0x49dbe6(0x127)](_0x598f28[_0x49dbe6(0x142)]()[_0x49dbe6(0x157)](_0x525f74=>_0x525f74[_0x49dbe6(0x141)][_0x49dbe6(0x11f)]));}}function _0x34ed(_0xfedd94,_0x14237d){const _0x5a1ccb=_0x5a1c();return _0x34ed=function(_0x34ed92,_0x43ffec){_0x34ed92=_0x34ed92-0xb4;let _0x491fe4=_0x5a1ccb[_0x34ed92];return _0x491fe4;},_0x34ed(_0xfedd94,_0x14237d);}function Ee(_0x21054d){const _0x12c6ff=_0xa868c2;return Array[_0x12c6ff(0xbd)](new Set(_0x21054d)[_0x12c6ff(0x129)]());}
|
|
23
|
+
function _0x1b63(){const _0x7725b=['*Insert:*\x20%0','length','30eLYmXE','enableCommand','refresh','createTableWalker','startsWith','plugins','insert','position','some','tableColumn','order','join','_getCoordsForCells','root','removeTableRow','tableRow','isInContent','fromRange','4495772QGAyeK','insertTableColumnLeft','writer','table','registerElementLabel','getRowIndexes','selectTableColumn','ELEMENT_TABLE_ROW','isEqual','TableUtils','5672yIECZM','getChanges','deletion','getChildren','insertTableRowBelow','ELEMENT_TABLE_COLUMN_WITH_TEXT','detach','editor','_splitMarkerName','66OwRVzL','commands','low','options','add','map','cell','getChangedMarkers','getSuggestion','1393110eJZPHv','selectTableRow','insertTableColumnRight','2877elElIX','includes','push','toViewElement','getItems','addClass','138695ZljYZX','document','_getSuggestionCoords','nodeBefore','registerDescriptionCallback','getColumnIndexes','insertTableRowAbove','_tableSuggestions','_acceptFormatSuggestionCallbackFactory','registerCustomCallback','ELEMENT_TABLE_WITH_TEXT','type','span','showSuggestionHighlights','isTouching','ELEMENT_TABLE_COLUMN','filter','data','suggestion','TableEditing','substr','colspan','ELEMENT_TABLE','rootName','toLowerCase','addRange','min','isArray','tablePaste','markMultiRangeDeletion','30714497dZLCkg','findAncestor','tableCell','nodeAfter','1916URoZOY','execute','item','locale','ELEMENT_TABLE_ROW_WITH_TEXT','insertion','classes','oldRange','$graveyard','batch','descriptionFactory','accept','differ','discard','_tablePostFixingSubtypes','minRow','getAttribute','createRangeOn','markMultiRangeInsertion','33966bjtpac','setSelection','createPositionAt','getFirstRange','removeTableColumn','MIN_SAFE_INTEGER','getCellLocation','selection','max','isIntersecting','removeClass','model','registerPostFixer','change:data','mapper','change','12QDcXsh','start','enqueueChange','MAX_SAFE_INTEGER','617FGlLZd','maxRow','above','getSelectionAffectedTableCells','highest','end','values','_setupColumnsRowsFixing','TrackChangesEditing','minColumn','addMarker:suggestion','forceValue','createRangeIn','downcastDispatcher','*Remove:*\x20%0','name','_suggestionFactory','subType','first','every','hasAttribute','getContainedElement','insertTable','element','rowspan','has','last','get','isIntersectingWithRange','maxColumn','$textProxy','left','afterInit','getRanges','from'];_0x1b63=function(){return _0x7725b;};return _0x1b63();}const _0x25ae4d=_0x351b;(function(_0x72671e,_0x2ae2f3){const _0xfe5fc1=_0x351b,_0x238679=_0x72671e();while(!![]){try{const _0x16e1b2=parseInt(_0xfe5fc1(0x8d))/0x1*(-parseInt(_0xfe5fc1(0x10b))/0x2)+-parseInt(_0xfe5fc1(0xe0))/0x3+-parseInt(_0xfe5fc1(0xc4))/0x4+-parseInt(_0xfe5fc1(0xe9))/0x5*(parseInt(_0xfe5fc1(0xd7))/0x6)+parseInt(_0xfe5fc1(0xe3))/0x7*(parseInt(_0xfe5fc1(0xce))/0x8)+-parseInt(_0xfe5fc1(0x11e))/0x9*(-parseInt(_0xfe5fc1(0xb2))/0xa)+-parseInt(_0xfe5fc1(0x107))/0xb*(-parseInt(_0xfe5fc1(0x89))/0xc);if(_0x16e1b2===_0x2ae2f3)break;else _0x238679['push'](_0x238679['shift']());}catch(_0x486ab8){_0x238679['push'](_0x238679['shift']());}}}(_0x1b63,0x95074));import{Plugin as _0x2c3cf1}from'ckeditor5/src/core.js';import{LiveRange as _0x2b3abd}from'ckeditor5/src/engine.js';function _0x351b(_0x7c1181,_0x205a2d){const _0x1b639c=_0x1b63();return _0x351b=function(_0x351bdb,_0x24c99d){_0x351bdb=_0x351bdb-0x85;let _0x2b71d2=_0x1b639c[_0x351bdb];return _0x2b71d2;},_0x351b(_0x7c1181,_0x205a2d);}import{setHighlightHandling as _0x1c8af2}from'ckeditor5/src/widget.js';import{getTranslation as _0x2fd9e9}from'../utils/common-translations.js';export default class It extends _0x2c3cf1{constructor(_0x20791f){const _0x357118=_0x351b;super(_0x20791f),this[_0x357118(0x119)]=[_0x357118(0xc1),_0x357118(0xbb)],this[_0x357118(0xf0)]=new Set();}[_0x25ae4d(0xad)](){const _0x66e5d9=_0x25ae4d,_0x4e738a=this[_0x66e5d9(0xd5)],_0x50864f=_0x4e738a[_0x66e5d9(0x129)][_0x66e5d9(0xea)][_0x66e5d9(0x125)];if(!_0x4e738a[_0x66e5d9(0xb7)][_0x66e5d9(0xa6)](_0x66e5d9(0xfc)))return;const _0x586c8a=_0x4e738a[_0x66e5d9(0x10e)],_0xbd276f=_0x4e738a[_0x66e5d9(0xb7)][_0x66e5d9(0xa8)](_0x66e5d9(0x95)),_0x5daa50=_0x4e738a[_0x66e5d9(0xb7)][_0x66e5d9(0xa8)](_0x66e5d9(0xcd));_0xbd276f[_0x66e5d9(0x115)][_0x66e5d9(0xc8)](_0x66e5d9(0xc7),_0x3a65d1=>_0x2fd9e9(_0x586c8a,_0x66e5d9(0xff),_0x3a65d1)),this[_0x66e5d9(0x94)](),_0xbd276f[_0x66e5d9(0xb3)](_0x66e5d9(0xa3)),_0xbd276f[_0x66e5d9(0xb3)](_0x66e5d9(0xe1)),_0xbd276f[_0x66e5d9(0xb3)](_0x66e5d9(0xca));for(const _0x208467 of[_0x66e5d9(0xef),_0x66e5d9(0xd2)]){const _0x2d932b=_0x4e738a[_0x66e5d9(0xd8)][_0x66e5d9(0xa8)](_0x208467);_0xbd276f[_0x66e5d9(0xb3)](_0x208467,_0x109817=>{const _0x3fb9fa=_0x66e5d9;_0x4e738a[_0x3fb9fa(0x129)][_0x3fb9fa(0x88)](_0x37130e=>{const _0x157f9c=_0x3fb9fa;_0x109817();const _0x1da12c=_0x157f9c(0x8f)===_0x2d932b[_0x157f9c(0xbc)],_0x4937a8=_0x5daa50[_0x157f9c(0x90)](_0x50864f),_0x5833ac=_0x5daa50[_0x157f9c(0xc9)](_0x4937a8),_0x5545ff=_0x1da12c?_0x5833ac[_0x157f9c(0x9f)]-0x1:_0x5833ac[_0x157f9c(0xa7)]+0x1,_0x4e3cd4=_0x4937a8[0x0][_0x157f9c(0x108)](_0x157f9c(0xc7)),_0x3f3a07=_0x5daa50[_0x157f9c(0xb5)](_0x4e3cd4,{'startRow':_0x5545ff,'endRow':_0x5545ff}),_0x27dbe3=Array[_0x157f9c(0xaf)](_0x3f3a07)[_0x157f9c(0xdc)](_0x5b2386=>_0x37130e[_0x157f9c(0x11c)](_0x5b2386[_0x157f9c(0xdd)]));_0xbd276f[_0x157f9c(0x11d)](_0x27dbe3,_0x157f9c(0xc1));});});}for(const _0x564b09 of[_0x66e5d9(0xc5),_0x66e5d9(0xe2)]){const _0xeeb1b3=_0x4e738a[_0x66e5d9(0xd8)][_0x66e5d9(0xa8)](_0x564b09);_0xbd276f[_0x66e5d9(0xb3)](_0x564b09,_0xa2e3f6=>{const _0x5966ad=_0x66e5d9;_0x4e738a[_0x5966ad(0x129)][_0x5966ad(0x88)](_0x45520b=>{const _0x578e24=_0x5966ad;_0xa2e3f6();const _0x35d33a=_0x578e24(0xac)===_0xeeb1b3[_0x578e24(0xbc)],_0x4fdd69=_0x5daa50[_0x578e24(0x90)](_0x50864f),_0x1641b2=_0x5daa50[_0x578e24(0xee)](_0x4fdd69),_0x1e66ff=_0x35d33a?_0x1641b2[_0x578e24(0x9f)]-0x1:_0x1641b2[_0x578e24(0xa7)]+0x1,_0xf85103=_0x4fdd69[0x0][_0x578e24(0x108)](_0x578e24(0xc7)),_0x4be5f3=_0x5daa50[_0x578e24(0xb5)](_0xf85103,{'startRow':0x0,'column':_0x1e66ff,'includeAllSlots':!0x1}),_0x6b54e0=Array[_0x578e24(0xaf)](_0x4be5f3)[_0x578e24(0xdc)](_0x3ae972=>_0x45520b[_0x578e24(0x11c)](_0x3ae972[_0x578e24(0xdd)]));_0xbd276f[_0x578e24(0x11d)](_0x6b54e0,_0x578e24(0xbb));});});}for(const _0x5f41c3 of[_0x66e5d9(0xc0),_0x66e5d9(0x122)]){const _0x26c3c9=_0x5f41c3[_0x66e5d9(0xfd)](0xb),_0x4ea993=_0x26c3c9[_0x66e5d9(0x101)](),_0x42b3ab=_0x4ea993[_0x66e5d9(0xfd)](0x0,0x3)+_0x66e5d9(0xf5),_0x274c4e=_0x66e5d9(0xc7)+_0x26c3c9,_0x1d0f51=_0x66e5d9(0x103)+_0x26c3c9,_0x507a91=_0x66e5d9(0x126)+_0x26c3c9;_0xbd276f[_0x66e5d9(0xb3)](_0x5f41c3,()=>{const _0x242537=_0x66e5d9;_0x4e738a[_0x242537(0x129)][_0x242537(0x88)](_0x236275=>{const _0x44d200=_0x242537,_0x3d2670=_0x5daa50[_0x44d200(0x90)](_0x50864f),_0x484947=_0x3d2670[0x0][_0x44d200(0x108)](_0x44d200(0xc7));let _0x8ac58;if(_0x44d200(0xc0)==_0x5f41c3){const _0x59e32d=_0x5daa50[_0x44d200(0xc9)](_0x3d2670);_0x8ac58={'startRow':_0x59e32d[_0x44d200(0x9f)],'endRow':_0x59e32d[_0x44d200(0xa7)],'includeAllSlots':!0x0};}else{const _0x320bf1=_0x5daa50[_0x44d200(0xee)](_0x3d2670);_0x8ac58={'startColumn':_0x320bf1[_0x44d200(0x9f)],'endColumn':_0x320bf1[_0x44d200(0xa7)],'includeAllSlots':!0x0};}const _0x5b877a=_0x5daa50[_0x44d200(0xb5)](_0x484947,_0x8ac58),_0x7a865e=Array[_0x44d200(0xaf)](_0x5b877a)[_0x44d200(0xdc)](({cell:_0x1a7c3f})=>_0x1a7c3f),_0x5da48b=be(_0x7a865e[_0x44d200(0xf9)](_0x33bd9d=>_0x33bd9d[_0x44d200(0xa1)](_0x42b3ab))),_0x39aa30=be(_0x7a865e[_0x44d200(0xf9)](_0x462b0e=>!_0x462b0e[_0x44d200(0xa1)](_0x42b3ab)))[_0x44d200(0xdc)](_0x1bceda=>_0x236275[_0x44d200(0x11c)](_0x1bceda)),_0x354402=_0xbd276f[_0x44d200(0x106)](_0x39aa30,_0x274c4e);if(_0x354402&&(_0x44d200(0xc1)==_0x354402[_0x44d200(0x9e)]||_0x44d200(0xbb)==_0x354402[_0x44d200(0x9e)])){const _0x2af34d=this[_0x44d200(0xeb)](_0x354402);for(const _0x112664 of _0x5da48b){const _0x16e12e=_0x236275[_0x44d200(0x11c)](_0x112664),_0x2dc39d=_0x5daa50[_0x44d200(0x124)](_0x112664),_0x217441=_0x112664[_0x44d200(0x11b)](_0x42b3ab)-0x1,_0x1ff2ca=_0x2af34d[_0x1d0f51],_0x22dfdc=_0x2af34d[_0x507a91];_0x1ff2ca<=_0x2dc39d[_0x4ea993]&&_0x2dc39d[_0x4ea993]+_0x217441<=_0x22dfdc&&_0x354402[_0x44d200(0x102)](_0x16e12e);}}});});}function _0x35ead6(_0x6bd997){const _0x25cab3=_0x66e5d9,_0x1a449e=Array[_0x25cab3(0xaf)](_0x50864f[_0x25cab3(0xae)]())[_0x25cab3(0xdc)](_0x4e2060=>_0x2b3abd[_0x25cab3(0xc3)](_0x4e2060));_0x4e738a[_0x25cab3(0x129)][_0x25cab3(0x88)](_0x4d9b29=>{const _0x1ba2fc=_0x25cab3,_0x44075f=_0x4d9b29[_0x1ba2fc(0x114)];_0x6bd997=_0x6bd997[_0x1ba2fc(0xf9)](_0xecdc72=>_0x1ba2fc(0x113)!=_0xecdc72[_0x1ba2fc(0xbf)][_0x1ba2fc(0x100)]),_0x4d9b29[_0x1ba2fc(0x11f)](_0x6bd997),_0x4e738a[_0x1ba2fc(0xd8)][_0x1ba2fc(0xa8)](_0x1ba2fc(0xc0))[_0x1ba2fc(0xb4)](),_0x4e738a[_0x1ba2fc(0x10c)](_0x1ba2fc(0xc0),{'forceDefaultExecution':!0x0}),_0x4e738a[_0x1ba2fc(0x129)][_0x1ba2fc(0x8b)](()=>{const _0x51aca0=_0x1ba2fc;_0x4e738a[_0x51aca0(0x129)][_0x51aca0(0x8b)](_0x44075f,_0x21bc17=>{const _0x231fec=_0x51aca0,_0x327b97=_0x1a449e[_0x231fec(0xf9)](_0x178d33=>_0x231fec(0x113)!=_0x178d33[_0x231fec(0xbf)][_0x231fec(0x100)]);_0x327b97[_0x231fec(0xb1)]>0x0&&_0x21bc17[_0x231fec(0x11f)](_0x327b97);for(const _0x3512a9 of _0x1a449e)_0x3512a9[_0x231fec(0xd4)]();});});});}function _0x3f6b51(_0x14be37){const _0x30fd0d=_0x66e5d9;_0x4e738a[_0x30fd0d(0x129)][_0x30fd0d(0x88)](_0x490a12=>{const _0xe7d861=_0x30fd0d,_0x4fb57f=Array[_0xe7d861(0xaf)](_0x50864f[_0xe7d861(0xae)]())[_0xe7d861(0xdc)](_0x2d250f=>_0x2b3abd[_0xe7d861(0xc3)](_0x2d250f)),_0x15a789=[];for(const _0x429f56 of _0x14be37)for(const _0x24db7f of _0x429f56[_0xe7d861(0xe7)]({'shallow':!0x0}))_0x15a789[_0xe7d861(0xe5)](_0x24db7f);for(const _0x39862a of _0x15a789)_0xe7d861(0x113)!=_0x39862a[_0xe7d861(0xbf)][_0xe7d861(0x100)]&&(_0x490a12[_0xe7d861(0x11f)](_0x490a12[_0xe7d861(0x120)](_0x39862a,0x0)),_0x4e738a[_0xe7d861(0xd8)][_0xe7d861(0xa8)](_0xe7d861(0x122))[_0xe7d861(0xb4)](),_0x4e738a[_0xe7d861(0x10c)](_0xe7d861(0x122),{'forceDefaultExecution':!0x0}));const _0x49d8ee=_0x4fb57f[_0xe7d861(0xf9)](_0xc4a21c=>_0xe7d861(0x113)!=_0xc4a21c[_0xe7d861(0xbf)][_0xe7d861(0x100)]);_0x49d8ee[_0xe7d861(0xb1)]>0x0&&_0x490a12[_0xe7d861(0x11f)](_0x49d8ee);for(const _0x2c03b2 of _0x4fb57f)_0x2c03b2[_0xe7d861(0xd4)]();});}function _0xb3ccc6(_0x2bdeb2,_0x2aba9e){const _0x1aceed=_0x66e5d9;return _0x2aba9e[_0x1aceed(0xa0)](_0x3def9d=>_0x2bdeb2[_0x1aceed(0xba)](_0x3c5278=>_0x3c5278[_0x1aceed(0x92)][_0x1aceed(0xcc)](_0x3def9d[_0x1aceed(0x8a)])||_0x3def9d[_0x1aceed(0x92)][_0x1aceed(0xcc)](_0x3c5278[_0x1aceed(0x8a)])));}function _0x3cef99(_0x464726,_0x2bbb40){const _0x3448fc=_0x66e5d9;return!_0x464726[_0x3448fc(0xba)](_0x168acd=>_0x2bbb40[_0x3448fc(0xba)](_0x10db9c=>_0x168acd[_0x3448fc(0x127)](_0x10db9c)))&&_0x464726[_0x3448fc(0xba)](_0x4b3d15=>_0x2bbb40[_0x3448fc(0xba)](_0x5e13fa=>_0x4b3d15[_0x3448fc(0x92)][_0x3448fc(0xf7)](_0x5e13fa[_0x3448fc(0x8a)])));}_0x4e738a[_0x66e5d9(0xfa)][_0x66e5d9(0x9a)]['on'](_0x66e5d9(0x97),(_0x55b291,_0x3d0cb3,_0x47fa4f)=>{const _0x1f0d6a=_0x66e5d9;if(!_0x47fa4f[_0x1f0d6a(0xda)][_0x1f0d6a(0xf6)])return;const _0x44034b=_0x3d0cb3[_0x1f0d6a(0x10d)];if(!_0x44034b)return;const _0xff17bb=_0x47fa4f[_0x1f0d6a(0x87)][_0x1f0d6a(0xe6)](_0x44034b);function _0x50eb66(_0x50c288){const _0x3e854c=_0x1f0d6a;return Array[_0x3e854c(0x104)](_0x50c288)?_0x50c288:[_0x50c288];}_0xff17bb&&_0x1f0d6a(0x109)===_0x44034b[_0x1f0d6a(0x9c)]&&_0x1c8af2(_0xff17bb,_0x47fa4f[_0x1f0d6a(0xc6)],(_0x1549a3,_0x10a3db,_0x3d0f7d)=>_0x3d0f7d[_0x1f0d6a(0xe8)](_0x50eb66(_0x10a3db[_0x1f0d6a(0x111)]),_0x1549a3),(_0x251c9f,_0x47ccbd,_0x1363d0)=>_0x1363d0[_0x1f0d6a(0x128)](_0x50eb66(_0x47ccbd[_0x1f0d6a(0x111)]),_0x251c9f));},{'priority':_0x66e5d9(0x91)}),_0xbd276f[_0x66e5d9(0x115)][_0x66e5d9(0xed)](_0x18215a=>{const _0x243954=_0x66e5d9;if(_0x243954(0x110)!=_0x18215a[_0x243954(0xf4)]&&_0x243954(0xd0)!=_0x18215a[_0x243954(0xf4)])return;const _0x3f0b59=_0x18215a[_0x243954(0xa2)]();if(null!=_0x3f0b59&&_0x3f0b59['is'](_0x243954(0xa4),_0x243954(0xc7))){if(_0x243954(0x110)==_0x18215a[_0x243954(0xf4)]){const _0x86e9dc=_0x18215a[_0x243954(0xe7)]()[_0x243954(0xf9)](_0x5a27d2=>_0x5a27d2['is'](_0x243954(0xab)))[_0x243954(0xdc)](_0x23eca3=>_0x23eca3[_0x243954(0xfa)]);if(_0x86e9dc[_0x243954(0xb1)])return{'type':_0x243954(0x110),'content':_0x2fd9e9(_0x586c8a,_0x243954(0xb0),_0x2fd9e9(_0x586c8a,_0x243954(0xf3),'\x22'+_0x86e9dc[_0x243954(0xbd)]('\x20')+'\x22'))};}if(_0x243954(0xd0)==_0x18215a[_0x243954(0xf4)]){const _0x83bbea=_0x18215a[_0x243954(0xe7)]()[_0x243954(0xf9)](_0x18dd24=>_0x18dd24['is'](_0x243954(0xab)))[_0x243954(0xdc)](_0x11115a=>_0x11115a[_0x243954(0xfa)]);if(_0x83bbea[_0x243954(0xb1)])return{'type':_0x243954(0xd0),'content':_0x2fd9e9(_0x586c8a,_0x243954(0x9b),_0x2fd9e9(_0x586c8a,_0x243954(0xf3),'\x22'+_0x83bbea[_0x243954(0xbd)]('\x20')+'\x22'))};}}}),_0xbd276f[_0x66e5d9(0x115)][_0x66e5d9(0xed)](_0x4613cc=>{const _0x399955=_0x66e5d9;if(_0x399955(0xc1)==_0x4613cc[_0x399955(0x9e)]){const _0x3cb430=_0x4613cc[_0x399955(0xe7)]()[_0x399955(0xf9)](_0x5c0c03=>_0x5c0c03['is'](_0x399955(0xab)))[_0x399955(0xdc)](_0x8aefa3=>_0x8aefa3[_0x399955(0xfa)]),_0x1cc846=this[_0x399955(0xeb)](_0x4613cc),_0x3a5e21=_0x1cc846[_0x399955(0x8e)]-_0x1cc846[_0x399955(0x11a)]+0x1;if(_0x399955(0x110)==_0x4613cc[_0x399955(0xf4)])return _0x3cb430[_0x399955(0xb1)]?{'type':_0x399955(0x110),'content':_0x2fd9e9(_0x586c8a,_0x399955(0xb0),_0x2fd9e9(_0x586c8a,_0x399955(0x10f),[_0x3a5e21,'\x22'+_0x3cb430[_0x399955(0xbd)]('\x20')+'\x22']))}:{'type':_0x399955(0x110),'content':_0x2fd9e9(_0x586c8a,_0x399955(0xb0),_0x2fd9e9(_0x586c8a,_0x399955(0xcb),_0x3a5e21))};if(_0x399955(0xd0)==_0x4613cc[_0x399955(0xf4)])return _0x3cb430[_0x399955(0xb1)]?{'type':_0x399955(0xd0),'content':_0x2fd9e9(_0x586c8a,_0x399955(0x9b),_0x2fd9e9(_0x586c8a,_0x399955(0x10f),[_0x3a5e21,'\x22'+_0x3cb430[_0x399955(0xbd)]('\x20')+'\x22']))}:{'type':_0x399955(0xd0),'content':_0x2fd9e9(_0x586c8a,_0x399955(0x9b),_0x2fd9e9(_0x586c8a,_0x399955(0xcb),_0x3a5e21))};}if(_0x399955(0xbb)==_0x4613cc[_0x399955(0x9e)]){const _0x987156=_0x4613cc[_0x399955(0xe7)]()[_0x399955(0xf9)](_0x43594f=>_0x43594f['is'](_0x399955(0xab)))[_0x399955(0xdc)](_0x1e79da=>_0x1e79da[_0x399955(0xfa)]),_0x54c54e=this[_0x399955(0xeb)](_0x4613cc),_0x303ea0=_0x54c54e[_0x399955(0xaa)]-_0x54c54e[_0x399955(0x96)]+0x1;if(_0x399955(0x110)==_0x4613cc[_0x399955(0xf4)])return _0x987156[_0x399955(0xb1)]?{'type':_0x399955(0x110),'content':_0x2fd9e9(_0x586c8a,_0x399955(0xb0),_0x2fd9e9(_0x586c8a,_0x399955(0xd3),[_0x303ea0,'\x22'+_0x987156[_0x399955(0xbd)]('\x20')+'\x22']))}:{'type':_0x399955(0x110),'content':_0x2fd9e9(_0x586c8a,_0x399955(0xb0),_0x2fd9e9(_0x586c8a,_0x399955(0xf8),_0x303ea0))};if(_0x399955(0xd0)==_0x4613cc[_0x399955(0xf4)])return _0x987156[_0x399955(0xb1)]?{'type':_0x399955(0xd0),'content':_0x2fd9e9(_0x586c8a,_0x399955(0x9b),_0x2fd9e9(_0x586c8a,_0x399955(0xd3),[_0x303ea0,'\x22'+_0x987156[_0x399955(0xbd)]('\x20')+'\x22']))}:{'type':_0x399955(0xd0),'content':_0x2fd9e9(_0x586c8a,_0x399955(0x9b),_0x2fd9e9(_0x586c8a,_0x399955(0xf8),_0x303ea0))};}}),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0x110),_0x66e5d9(0xc1),_0x66e5d9(0x118),_0x35ead6),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0xd0),_0x66e5d9(0xc1),_0x66e5d9(0x116),_0x35ead6),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0x110),_0x66e5d9(0xbb),_0x66e5d9(0x118),_0x3f6b51),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0xd0),_0x66e5d9(0xbb),_0x66e5d9(0x116),_0x3f6b51),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0x110),_0x66e5d9(0xbb),_0x66e5d9(0xbd),_0xb3ccc6),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0xd0),_0x66e5d9(0xbb),_0x66e5d9(0xbd),_0xb3ccc6),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0x110),_0x66e5d9(0xc1),_0x66e5d9(0xbd),_0x3cef99),_0xbd276f[_0x66e5d9(0x9d)][_0x66e5d9(0xf2)](_0x66e5d9(0xd0),_0x66e5d9(0xc1),_0x66e5d9(0xbd),_0x3cef99);}[_0x25ae4d(0xf1)](){const _0x1d9cbe=_0x25ae4d,_0x4c1428=this[_0x1d9cbe(0xd5)],_0x1e552c=_0x4c1428[_0x1d9cbe(0x129)][_0x1d9cbe(0xea)][_0x1d9cbe(0x125)];return(_0x1e7fd2,_0x2cc557)=>{const _0x3e7480=_0x1d9cbe;_0x4c1428[_0x3e7480(0x129)][_0x3e7480(0x88)](_0x2710bc=>{const _0x5b5ca1=_0x3e7480,{commandName:_0x3d6914,commandParams:_0x4991ff}=_0x2cc557;let _0x3add25=_0x1e7fd2[0x0][_0x5b5ca1(0x92)][_0x5b5ca1(0xec)];_0x4991ff&&_0x4991ff[0x0]&&!0x1===_0x4991ff[0x0][_0x5b5ca1(0x98)]&&(_0x3add25=_0x1e7fd2[0x0][_0x5b5ca1(0x8a)][_0x5b5ca1(0x10a)]);const _0x1f2a73=_0x2710bc[_0x5b5ca1(0x99)](_0x3add25);if(_0x5b5ca1(0x113)==_0x1f2a73[_0x5b5ca1(0xbf)][_0x5b5ca1(0x100)])return;const _0x47e8f4=Array[_0x5b5ca1(0xaf)](_0x1e552c[_0x5b5ca1(0xae)]())[_0x5b5ca1(0xdc)](_0x3a4d34=>_0x2b3abd[_0x5b5ca1(0xc3)](_0x3a4d34));_0x2710bc[_0x5b5ca1(0x11f)](_0x1f2a73),_0x4c1428[_0x5b5ca1(0xd8)][_0x5b5ca1(0xa8)](_0x3d6914)[_0x5b5ca1(0xb4)](),_0x4991ff[_0x5b5ca1(0xe5)]({'forceDefaultExecution':!0x0}),_0x4c1428[_0x5b5ca1(0x10c)](_0x3d6914,..._0x4991ff);const _0x20350c=_0x47e8f4[_0x5b5ca1(0xf9)](_0x4a0b84=>_0x5b5ca1(0x113)!=_0x4a0b84[_0x5b5ca1(0xbf)][_0x5b5ca1(0x100)]);_0x20350c[_0x5b5ca1(0xb1)]>0x0&&_0x2710bc[_0x5b5ca1(0x11f)](_0x20350c);for(const _0x2dce6e of _0x47e8f4)_0x2dce6e[_0x5b5ca1(0xd4)]();});};}[_0x25ae4d(0xbe)](_0x1461a2){const _0x228b8f=_0x25ae4d,_0x1d458b=this[_0x228b8f(0xd5)][_0x228b8f(0xb7)][_0x228b8f(0xa8)](_0x228b8f(0xcd));let _0x2000d4=Number[_0x228b8f(0x8c)],_0x261b1e=Number[_0x228b8f(0x123)],_0x569c31=Number[_0x228b8f(0x8c)],_0x57e253=Number[_0x228b8f(0x123)];for(const _0x4cec45 of _0x1461a2){if(_0x228b8f(0x113)==_0x4cec45[_0x228b8f(0xbf)][_0x228b8f(0x100)])continue;const {row:_0x515413,column:_0x5577c4}=_0x1d458b[_0x228b8f(0x124)](_0x4cec45),_0x15d4e7=_0x4cec45[_0x228b8f(0xa1)](_0x228b8f(0xa5))?_0x4cec45[_0x228b8f(0x11b)](_0x228b8f(0xa5))-0x1:0x0,_0x337712=_0x4cec45[_0x228b8f(0xa1)](_0x228b8f(0xfe))?_0x4cec45[_0x228b8f(0x11b)](_0x228b8f(0xfe))-0x1:0x0;_0x2000d4=_0x515413<_0x2000d4?_0x515413:_0x2000d4,_0x261b1e=_0x515413+_0x15d4e7>_0x261b1e?_0x515413+_0x15d4e7:_0x261b1e,_0x569c31=_0x5577c4<_0x569c31?_0x5577c4:_0x569c31,_0x57e253=_0x5577c4+_0x337712>_0x57e253?_0x5577c4+_0x337712:_0x57e253;}return{'minRow':_0x2000d4,'maxRow':_0x261b1e,'minColumn':_0x569c31,'maxColumn':_0x57e253};}[_0x25ae4d(0x94)](){const _0x5b24bd=_0x25ae4d,_0x4fe135=this[_0x5b24bd(0xd5)],_0x53fe69=_0x4fe135[_0x5b24bd(0xb7)][_0x5b24bd(0xa8)](_0x5b24bd(0x95)),_0x2d83ea=_0x4fe135[_0x5b24bd(0xb7)][_0x5b24bd(0xa8)](_0x5b24bd(0xcd));_0x4fe135[_0x5b24bd(0x129)][_0x5b24bd(0xea)]['on'](_0x5b24bd(0x86),()=>{const _0x4f3659=_0x5b24bd,_0x13cc0c=Array[_0x4f3659(0xaf)](_0x4fe135[_0x4f3659(0x129)][_0x4f3659(0xea)][_0x4f3659(0x117)][_0x4f3659(0xde)]());for(const {name:_0x2bc478,data:_0x3295fc}of _0x13cc0c){const {group:_0xbc671d,id:_0x4003f5,subType:_0x480ead}=_0x53fe69[_0x4f3659(0xd6)](_0x2bc478);if(_0x4f3659(0xfb)!=_0xbc671d)continue;if(null!=_0x3295fc[_0x4f3659(0x112)])continue;const _0x4f9c6d=_0x53fe69[_0x4f3659(0xdf)](_0x4003f5);this[_0x4f3659(0x119)][_0x4f3659(0xe4)](_0x480ead)&&this[_0x4f3659(0xf0)][_0x4f3659(0xdb)](_0x4f9c6d);}},{'priority':_0x5b24bd(0xd9)});const _0x4d9abb=(_0x2b541d,_0x5a3dad)=>{const _0x38fe7b=_0x5b24bd;let _0x826ea=!0x1;const _0x2af47c=_0x5a3dad[_0x38fe7b(0x11c)](_0x2b541d),_0xb2a04c=_0x2b541d[_0x38fe7b(0x108)](_0x38fe7b(0xc7)),_0x9aa846=_0x2d83ea[_0x38fe7b(0x124)](_0x2b541d);for(const _0x3ba3ac of this[_0x38fe7b(0xf0)]){const _0x3a6d11=_0x3ba3ac[_0x38fe7b(0x9e)],_0x5b8013=_0x3a6d11[_0x38fe7b(0xb6)](_0x38fe7b(0x105)),_0x464097=_0x3a6d11[_0x38fe7b(0xfd)](_0x5b8013?0xa:0x5),_0x169a2a=_0x464097[_0x38fe7b(0x101)](),_0x50a9a7=_0x169a2a[_0x38fe7b(0xfd)](0x0,0x3)+_0x38fe7b(0xf5),_0x529ce6=_0x38fe7b(0x103)+_0x464097,_0x544e57=_0x38fe7b(0x126)+_0x464097;if(!_0x3ba3ac[_0x38fe7b(0xc2)])continue;if(_0xb2a04c!=_0x3ba3ac[_0x38fe7b(0x121)]()[_0x38fe7b(0x8a)][_0x38fe7b(0x108)](_0x38fe7b(0xc7)))continue;if(_0x3ba3ac[_0x38fe7b(0xa9)](_0x2af47c))continue;const _0x4cb6ae=_0x2b541d[_0x38fe7b(0xa1)](_0x50a9a7)?_0x2b541d[_0x38fe7b(0x11b)](_0x50a9a7)-0x1:0x0,_0x430de1=this[_0x38fe7b(0xeb)](_0x3ba3ac),_0xb8350a=_0x430de1[_0x529ce6],_0x5506c7=_0x430de1[_0x544e57];_0xb8350a<=_0x9aa846[_0x169a2a]&&_0x9aa846[_0x169a2a]+_0x4cb6ae<=_0x5506c7&&(_0x3ba3ac[_0x38fe7b(0x102)](_0x2af47c),_0x826ea=!0x0);}return _0x826ea;};_0x4fe135[_0x5b24bd(0x129)][_0x5b24bd(0xea)][_0x5b24bd(0x85)](_0x82df3b=>{const _0x1ec4ed=_0x5b24bd;let _0x5931fe=!0x1;for(const _0x1e3d9c of _0x4fe135[_0x1ec4ed(0x129)][_0x1ec4ed(0xea)][_0x1ec4ed(0x117)][_0x1ec4ed(0xcf)]())if(_0x1ec4ed(0xb8)==_0x1e3d9c[_0x1ec4ed(0xf4)]){if(_0x1ec4ed(0xc1)==_0x1e3d9c[_0x1ec4ed(0x9c)]){for(const _0x2f3b7f of _0x1e3d9c[_0x1ec4ed(0xb9)][_0x1ec4ed(0x10a)][_0x1ec4ed(0xd1)]())_0x5931fe=_0x5931fe||_0x4d9abb(_0x2f3b7f,_0x82df3b);}else _0x1ec4ed(0x109)==_0x1e3d9c[_0x1ec4ed(0x9c)]&&(_0x5931fe=_0x5931fe||_0x4d9abb(_0x1e3d9c[_0x1ec4ed(0xb9)][_0x1ec4ed(0x10a)],_0x82df3b));}return _0x5931fe;});}[_0x25ae4d(0xeb)](_0x46eb01){const _0x1c7966=_0x25ae4d;return this[_0x1c7966(0xbe)](_0x46eb01[_0x1c7966(0xae)]()[_0x1c7966(0xdc)](_0x1f6dea=>_0x1f6dea[_0x1c7966(0x8a)][_0x1c7966(0x10a)]));}}function be(_0x9f04ea){const _0x2b9585=_0x25ae4d;return Array[_0x2b9585(0xaf)](new Set(_0x9f04ea)[_0x2b9585(0x93)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4b9e13=_0x3d07;(function(_0x4fb619,_0x100de2){const _0x358827=_0x3d07,_0x20ca9a=_0x4fb619();while(!![]){try{const _0x75689c=parseInt(_0x358827(0x198))/0x1+parseInt(_0x358827(0x196))/0x2+parseInt(_0x358827(0x19c))/0x3+parseInt(_0x358827(0x19d))/0x4+parseInt(_0x358827(0x1a6))/0x5*(-parseInt(_0x358827(0x194))/0x6)+-parseInt(_0x358827(0x1a2))/0x7+-parseInt(_0x358827(0x197))/0x8*(parseInt(_0x358827(0x1a0))/0x9);if(_0x75689c===_0x100de2)break;else _0x20ca9a['push'](_0x20ca9a['shift']());}catch(_0x2eb35b){_0x20ca9a['push'](_0x20ca9a['shift']());}}}(_0x167c,0xa72fd));function _0x3d07(_0x4ad2c9,_0x3fb82c){const _0x167cf5=_0x167c();return _0x3d07=function(_0x3d0751,_0x31e5c4){_0x3d0751=_0x3d0751-0x194;let _0x5f015b=_0x167cf5[_0x3d0751];return _0x5f015b;},_0x3d07(_0x4ad2c9,_0x3fb82c);}import{Plugin as _0x514efd}from'ckeditor5/src/core.js';function _0x167c(){const _0x1c2bbc=['TrackChangesEditing','1152249EFqfCJ','get','TableCaptionEditing','afterInit','110PWodRO','134502UlPxzb','editor','1088748WEQnxc','2840jbfHmX','552733oaWYrG','toggleTableCaption','enableCommand','has','864894PjJZKf','273152ttzwAt','requires','plugins','2817Ymaytv'];_0x167c=function(){return _0x1c2bbc;};return _0x167c();}import _0x3ea047 from'./table.js';export default class xt extends _0x514efd{static get[_0x4b9e13(0x19e)](){return[_0x3ea047];}[_0x4b9e13(0x1a5)](){const _0x4bad08=_0x4b9e13,_0xd4077b=this[_0x4bad08(0x195)];if(!_0xd4077b[_0x4bad08(0x19f)][_0x4bad08(0x19b)](_0x4bad08(0x1a4)))return;_0xd4077b[_0x4bad08(0x19f)][_0x4bad08(0x1a3)](_0x4bad08(0x1a1))[_0x4bad08(0x19a)](_0x4bad08(0x199));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x45159e=_0x3889;(function(_0x1e22c3,_0x50d6c5){const _0x1fcf37=_0x3889,_0x4615dd=_0x1e22c3();while(!![]){try{const _0x36c11a=parseInt(_0x1fcf37(0x1bd))/0x1+-parseInt(_0x1fcf37(0x184))/0x2+parseInt(_0x1fcf37(0x1b7))/0x3+parseInt(_0x1fcf37(0x14d))/0x4*(-parseInt(_0x1fcf37(0x155))/0x5)+-parseInt(_0x1fcf37(0x1b1))/0x6*(parseInt(_0x1fcf37(0x1ec))/0x7)+parseInt(_0x1fcf37(0x1f9))/0x8+parseInt(_0x1fcf37(0x196))/0x9*(parseInt(_0x1fcf37(0x1ab))/0xa);if(_0x36c11a===_0x50d6c5)break;else _0x4615dd['push'](_0x4615dd['shift']());}catch(_0x1aafcc){_0x4615dd['push'](_0x4615dd['shift']());}}}(_0x17d0,0xda7b3));import{getTranslation as _0x452bac}from'../utils/common-translations.js';import{Plugin as _0x4464b9}from'ckeditor5/src/core.js';import{LiveRange as _0xba73de}from'ckeditor5/src/engine.js';import{uid as _0x4b1882,priorities as _0x20738f}from'ckeditor5/src/utils.js';import _0x215d7d from'./table.js';const Ce=[_0x45159e(0x15f),_0x45159e(0x166),_0x45159e(0x157),_0x45159e(0x16a),_0x45159e(0x13c),_0x45159e(0x1b3),_0x45159e(0x164)],Pe=Object[_0x45159e(0x1b6)](Ce[_0x45159e(0x1a8)](_0x1dc637=>[_0x1dc637,null]));export default class _t extends _0x4464b9{static get[_0x45159e(0x177)](){return[_0x215d7d];}[_0x45159e(0x170)](){const _0x10786a=_0x45159e,_0x38c8d3=this[_0x10786a(0x1c8)];if(!_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x1d9)](_0x10786a(0x180)))return;const _0x432a33=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x169)),_0x3c9b10=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x14e)),_0x356937=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x215d7d),_0x5cc1af=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x180));_0x356937[_0x10786a(0x1a3)][_0x10786a(0x1aa)](_0x10786a(0x1a1),_0x10786a(0x1d8)),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x199)][_0x10786a(0x16d)](_0x10786a(0x185),{'allowIn':_0x10786a(0x188),'allowContentOf':_0x10786a(0x188),'isLimit':!0x0}),_0x38c8d3[_0x10786a(0x140)][_0x10786a(0x182)]({'model':_0x10786a(0x185),'view':_0x10786a(0x19d)});let _0x1cfba6=null;_0x38c8d3[_0x10786a(0x1cf)]['on'](_0x10786a(0x175),(_0xe13550,_0x6dfce9)=>{const _0x3aede1=_0x10786a,[_0x6c5791,_0x3850b4]=_0x6dfce9,_0x10be78=_0x6dfce9[_0x6dfce9[_0x3aede1(0x1f0)]-0x1];_0x10be78&&_0x10be78[_0x3aede1(0x1c1)]||_0x432a33[_0x3aede1(0x14a)]||this[_0x3aede1(0x1c8)][_0x3aede1(0x19f)][_0x3aede1(0x14c)](_0x3aede1(0x1dc))[_0x3aede1(0x144)]&&function(_0x542a22,_0x122f2f,_0x4384fe,_0x3dbea0,_0x4dfc46){const _0x3a0499=_0x3aede1;if(_0x122f2f&&!_0x122f2f['is'](_0x3a0499(0x179)))return!0x1;const _0x4c6bf2=_0x4dfc46[_0x3a0499(0x19b)](_0x542a22,_0x4384fe);if(!_0x4c6bf2||!ke(_0x4c6bf2,void 0x0,_0x3dbea0))return!0x1;const _0x430621=_0x3dbea0[_0x3a0499(0x1d1)](_0x4384fe[_0x3a0499(0x1cd)][_0x3a0499(0x151)]);if(!_0x430621[_0x3a0499(0x1f0)])return!0x1;const _0x48f661=_0x430621[0x0][_0x3a0499(0x1f5)](_0x3a0499(0x1ce)),_0x24985a=_0x3dbea0[_0x3a0499(0x1af)](_0x430621),_0x2d4738=_0x3dbea0[_0x3a0499(0x1d6)](_0x430621),_0x442579={'startRow':_0x24985a[_0x3a0499(0x14f)],'endRow':_0x24985a[_0x3a0499(0x1ed)],'startColumn':_0x2d4738[_0x3a0499(0x14f)],'endColumn':_0x2d4738[_0x3a0499(0x1ed)]};return 0x1==_0x430621[_0x3a0499(0x1f0)]&&(_0x442579[_0x3a0499(0x201)]+=_0x3dbea0[_0x3a0499(0x160)](_0x4c6bf2)-0x1,_0x442579[_0x3a0499(0x17d)]+=_0x3dbea0[_0x3a0499(0x1fb)](_0x4c6bf2)-0x1),ke(_0x48f661,_0x442579,_0x3dbea0);}(_0x6c5791,_0x3850b4,_0x38c8d3[_0x3aede1(0x1cf)],_0x3c9b10,_0x5cc1af)&&(_0xe13550[_0x3aede1(0x143)](),_0x1cfba6={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x38c8d3[_0x3aede1(0x1cf)][_0x3aede1(0x171)](()=>{const _0x4a2132=_0x3aede1;_0x38c8d3[_0x4a2132(0x1cf)][_0x4a2132(0x175)](_0x6dfce9[0x0],_0x6dfce9[0x1],_0x6dfce9[0x2],{'forceDefaultExecution':!0x0});const _0x264cbb=_0x4b1882(),{rowInsertionRanges:_0x5d6625,columnInsertionRanges:_0x44b6dd,insertionRanges:_0x3c080c,deletionRanges:_0x402fb6,cells:_0x1fdc4f}=_0x1cfba6;_0x5d6625[_0x4a2132(0x1f0)]&&_0x432a33[_0x4a2132(0x17f)](_0x5d6625,_0x4a2132(0x1a1),{'tablePasteChainId':_0x264cbb}),_0x44b6dd[_0x4a2132(0x1f0)]&&_0x432a33[_0x4a2132(0x17f)](_0x44b6dd,_0x4a2132(0x1d8),{'tablePasteChainId':_0x264cbb}),_0x3c080c[_0x4a2132(0x1f0)]&&(_0x432a33[_0x4a2132(0x17f)](_0x3c080c,_0x4a2132(0x14b),{'tablePasteChainId':_0x264cbb,'skipNestingCheck':!0x0}),_0x3c080c[_0x4a2132(0x1d4)](_0x3de792=>{const _0x2110ac=_0x4a2132;var _0x2c140b;return null===(_0x2c140b=_0x3de792[_0x2110ac(0x1b5)])||void 0x0===_0x2c140b?void 0x0:_0x2c140b[_0x2110ac(0x165)](_0x3de792);})),_0x402fb6[_0x4a2132(0x1f0)]&&(_0x432a33[_0x4a2132(0x1c4)](_0x402fb6,_0x4a2132(0x14b),{'tablePasteChainId':_0x264cbb,'skipNestingCheck':!0x0}),_0x402fb6[_0x4a2132(0x1d4)](_0x5c42a7=>{const _0x193420=_0x4a2132;var _0x4ded53;return null===(_0x4ded53=_0x5c42a7[_0x193420(0x1b5)])||void 0x0===_0x4ded53?void 0x0:_0x4ded53[_0x193420(0x165)](_0x5c42a7);}));const _0x5a121d=_0x432a33[_0x4a2132(0x1a7)](_0x1fdc4f[_0x4a2132(0x1a8)](({element:_0x2a1f06})=>_0x2a1f06),{'formatGroupId':_0x4b1882()},[],_0x4a2132(0x200),{'tablePasteChainId':_0x264cbb});if(_0x5a121d){const _0xc37abd=_0x5a121d[_0x4a2132(0x202)](),_0x4d167b=[];for(const {element:_0x33a3ba,attributes:_0x3f9500}of _0x1fdc4f){if(!_0x3f9500)continue;const _0x55a44d=_0x38c8d3[_0x4a2132(0x1cf)][_0x4a2132(0x193)](_0x33a3ba),_0xbfa002=_0xc37abd[_0x4a2132(0x195)](_0x5d9d9c=>_0x5d9d9c[_0x4a2132(0x181)]()[_0x4a2132(0x1f2)](_0x55a44d));_0xbfa002&&_0x4d167b[_0x4a2132(0x1aa)]([_0xbfa002[_0x4a2132(0x1bb)],_0x3f9500]);}_0x4d167b[_0x4a2132(0x1f0)]&&_0x5a121d[_0x4a2132(0x1e1)](_0x4a2132(0x15a),Object[_0x4a2132(0x1b6)](_0x4d167b));}_0x1cfba6=null;}));},{'priority':_0x20738f[_0x10786a(0x152)]+0xa}),_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x180))['on'](_0x10786a(0x1f4),(_0x351476,_0x5c3c81)=>{const _0x4eb2e3=_0x10786a,[_0x36554c,_0x108487,,_0x140817]=_0x5c3c81;if(!_0x1cfba6)return;_0x351476[_0x4eb2e3(0x143)]();const _0x3251c2=_0x36554c[_0x4eb2e3(0x1d7)],_0x10afff=_0x108487,_0x2bb4af=we(_0x3251c2),_0x3d5a0f=we(_0x10afff);_0x351476[_0x4eb2e3(0x1eb)]=_0x3251c2;let _0x233fad=null,_0xdf41ce=null;if(_0x3d5a0f||_0x2bb4af){if(_0x2bb4af&&!_0x3d5a0f){_0x140817[_0x4eb2e3(0x13b)](_0x3251c2[_0x4eb2e3(0x1a5)](0x0));for(const _0x5ac408 of Array[_0x4eb2e3(0x1c5)](_0x10afff[_0x4eb2e3(0x168)]()))_0x140817[_0x4eb2e3(0x1b8)](_0x5ac408,_0x3251c2,_0x4eb2e3(0x158));const _0x1a2fc1=_0x1cfba6[_0x4eb2e3(0x156)][_0x4eb2e3(0x1b4)](_0x36554c[_0x4eb2e3(0x153)]),_0x443ec7=_0x1cfba6[_0x4eb2e3(0x1be)][_0x4eb2e3(0x1b4)](_0x36554c[_0x4eb2e3(0x17e)]);_0x1a2fc1||_0x443ec7||(_0x233fad=_0xba73de[_0x4eb2e3(0x1c9)](_0x140817[_0x4eb2e3(0x161)](_0x3251c2)));}else _0x3d5a0f&&!_0x2bb4af&&(_0xdf41ce=_0x140817[_0x4eb2e3(0x161)](_0x3251c2));}else{const _0xe20f1d=_0x140817[_0x4eb2e3(0x178)](_0x4eb2e3(0x185)),_0x584293=_0x140817[_0x4eb2e3(0x178)](_0x4eb2e3(0x185));_0x140817[_0x4eb2e3(0x17c)](_0x140817[_0x4eb2e3(0x161)](_0x3251c2),_0x584293),_0x140817[_0x4eb2e3(0x1b8)](_0xe20f1d,_0x3251c2,0x0);for(const _0x1a5ceb of Array[_0x4eb2e3(0x1c5)](_0x10afff[_0x4eb2e3(0x168)]()))_0x140817[_0x4eb2e3(0x1b8)](_0x1a5ceb,_0xe20f1d,_0x4eb2e3(0x158));_0x233fad=_0xba73de[_0x4eb2e3(0x1c9)](_0x140817[_0x4eb2e3(0x193)](_0xe20f1d)),_0xdf41ce=_0xba73de[_0x4eb2e3(0x1c9)](_0x140817[_0x4eb2e3(0x193)](_0x584293));}const _0x591fab=Array[_0x4eb2e3(0x1c5)](_0x10afff[_0x4eb2e3(0x1e8)]())[_0x4eb2e3(0x191)](([_0x4436bf])=>Ce[_0x4eb2e3(0x1b4)](_0x4436bf));_0x1cfba6[_0x4eb2e3(0x1e0)][_0x4eb2e3(0x1aa)]({'element':_0x3251c2,'attributes':_0x591fab[_0x4eb2e3(0x1f0)]?Object[_0x4eb2e3(0x1b6)](_0x591fab):null}),_0x233fad&&_0x1cfba6[_0x4eb2e3(0x1db)][_0x4eb2e3(0x1aa)](_0x233fad),_0xdf41ce&&_0x1cfba6[_0x4eb2e3(0x1a4)][_0x4eb2e3(0x1aa)](_0xdf41ce);},{'priority':_0x10786a(0x152)}),_0x3c9b10['on'](_0x10786a(0x1f1),(_0x25f752,_0x511d79)=>{const _0x3804cb=_0x10786a,[_0x4ee93a,_0x624e7b={}]=_0x511d79;if(!_0x1cfba6)return;const _0x1dd623=_0x624e7b['at']||0x0,_0x3c4457=_0x624e7b[_0x3804cb(0x136)]||0x1;_0x1cfba6[_0x3804cb(0x1be)]=new Array(_0x3c4457)[_0x3804cb(0x16f)](_0x1dd623)[_0x3804cb(0x1a8)]((_0x5c127f,_0x4553ae)=>_0x5c127f+_0x4553ae);for(const {cell:_0x4eea95}of _0x3c9b10[_0x3804cb(0x1ca)](_0x4ee93a,{'startColumn':_0x1dd623,'endColumn':_0x1dd623+_0x3c4457-0x1}))_0x1cfba6[_0x3804cb(0x1df)][_0x3804cb(0x1aa)](_0x38c8d3[_0x3804cb(0x1cf)][_0x3804cb(0x193)](_0x4eea95));},{'priority':_0x10786a(0x187)}),_0x3c9b10['on'](_0x10786a(0x1ba),(_0x363e01,_0x2829c5)=>{const _0x16b801=_0x10786a,[_0x49462d,_0x1d3d3a={}]=_0x2829c5;if(!_0x1cfba6)return;const _0x28d5ad=_0x1d3d3a['at']||0x0,_0x346c16=_0x1d3d3a[_0x16b801(0x13f)]||0x1;_0x1cfba6[_0x16b801(0x156)]=new Array(_0x346c16)[_0x16b801(0x16f)](_0x28d5ad)[_0x16b801(0x1a8)]((_0x4ed287,_0x8f02c)=>_0x4ed287+_0x8f02c);for(const {cell:_0xcbf73d}of _0x3c9b10[_0x16b801(0x1ca)](_0x49462d,{'startRow':_0x28d5ad,'endRow':_0x28d5ad+_0x346c16-0x1}))_0x1cfba6[_0x16b801(0x1fa)][_0x16b801(0x1aa)](_0x38c8d3[_0x16b801(0x1cf)][_0x16b801(0x193)](_0xcbf73d));},{'priority':_0x10786a(0x187)}),_0x432a33[_0x10786a(0x150)][_0x10786a(0x174)](_0x54df0f=>{const _0x10a3f2=_0x10786a;if(_0x54df0f[_0x10a3f2(0x1f7)]&&_0x54df0f[_0x10a3f2(0x1f7)][_0x10a3f2(0x13a)](_0x10a3f2(0x14b)))return _0x54df0f[_0x10a3f2(0x192)]?{}:{'type':_0x10a3f2(0x1da),'content':_0x452bac(_0x38c8d3[_0x10a3f2(0x149)],_0x10a3f2(0x154))};});const _0x3b8ea1=()=>!0x1;for(const _0x56a5ad of[_0x10786a(0x14b),_0x10786a(0x1d8),_0x10786a(0x1a1),_0x10786a(0x200)])_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1da),_0x56a5ad,_0x10786a(0x1e5),_0x3b8ea1),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1fd),_0x56a5ad,_0x10786a(0x1e5),_0x3b8ea1),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x189),_0x56a5ad,_0x10786a(0x1e5),_0x3b8ea1);_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x189),_0x10786a(0x200),_0x10786a(0x1f3),_0x3b8ea1),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x189),_0x10786a(0x200),_0x10786a(0x1d0),(_0x1f947e,_0x59df52,_0xacf7ac)=>{const _0x3b014c=_0x10786a,_0x4b414a=_0x1f947e[_0x3b014c(0x1a8)](_0x4070d4=>_0x4070d4[_0x3b014c(0x1c2)]())[_0x3b014c(0x191)](_0x7cd113=>_0x7cd113),_0x25ab32=new Map(_0x4b414a[_0x3b014c(0x1a8)](_0x3774bd=>[_0x3774bd,null]));if(_0x1cfba6){for(const {element:_0x47b6c9,attributes:_0x41cde8}of _0x1cfba6[_0x3b014c(0x1e0)])_0x41cde8&&_0x25ab32[_0x3b014c(0x147)](_0x47b6c9,_0x41cde8);}else{if(_0xacf7ac&&_0xacf7ac[_0x3b014c(0x15a)])for(const [_0x4abd18,_0x176ea4]of Object[_0x3b014c(0x1e7)](_0xacf7ac[_0x3b014c(0x15a)])){const _0x1d6864=_0x38c8d3[_0x3b014c(0x1cf)][_0x3b014c(0x172)][_0x3b014c(0x14c)](_0x4abd18),_0xf23bf0=_0x1d6864?_0x1d6864[_0x3b014c(0x181)]()[_0x3b014c(0x1c2)]():null;_0xf23bf0&&_0x25ab32[_0x3b014c(0x147)](_0xf23bf0,_0x176ea4);}}_0x38c8d3[_0x3b014c(0x1cf)][_0x3b014c(0x171)](_0x39ebf7=>{const _0x35366a=_0x3b014c;for(const [_0x2b4654,_0x25089b]of _0x25ab32)_0x39ebf7[_0x35366a(0x173)]({...Pe,..._0x25089b},_0x2b4654);});});const _0xf3d17d=(_0x10018c,_0x2f5983)=>{const _0x2b1415=_0x10786a;_0x432a33[_0x2b1415(0x1d2)][_0x2b1415(0x1e4)](_0x10018c,_0x2b1415(0x14b),_0x2f5983,(_0x5e3714,_0x1bfbdc,_0x3058d4)=>{const _0xf80c9a=_0x2b1415;_0x38c8d3[_0xf80c9a(0x1cf)][_0xf80c9a(0x171)](_0x189bf7=>{const _0x4a988f=_0xf80c9a,_0x248ef4=[];for(const _0x14af98 of _0x5e3714){const _0x956886=_0x14af98[_0x4a988f(0x1fc)][_0x4a988f(0x1b9)];_0x956886['is'](_0x4a988f(0x141),_0x4a988f(0x185))&&_0x248ef4[_0x4a988f(0x1aa)](_0x956886);}_0x432a33[_0x4a988f(0x1d2)][_0x4a988f(0x18f)](_0x10018c,null,_0x2f5983)(_0x5e3714,_0x1bfbdc,_0x3058d4);for(const _0x2af22a of _0x248ef4)_0x4a988f(0x1a9)!=_0x2af22a[_0x4a988f(0x138)][_0x4a988f(0x1c0)]&&_0x189bf7[_0x4a988f(0x16b)](_0x2af22a);});});};_0xf3d17d(_0x10786a(0x1da),_0x10786a(0x1d0)),_0xf3d17d(_0x10786a(0x1da),_0x10786a(0x1f3)),_0xf3d17d(_0x10786a(0x1fd),_0x10786a(0x1d0)),_0xf3d17d(_0x10786a(0x1fd),_0x10786a(0x1f3)),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1da),_0x10786a(0x1a1),_0x10786a(0x1f3),_0x59f097=>{const _0x53d833=_0x10786a,_0x15a9a5=_0x59f097[_0x53d833(0x1a8)](_0xe2419b=>_0xe2419b[_0x53d833(0x1c2)]()),_0x5f3466=_0x15a9a5[0x0][_0x53d833(0x1f5)](_0x53d833(0x1ce)),{minRow:_0x532487,maxRow:_0x2d3e6b}=_0x356937[_0x53d833(0x145)](_0x15a9a5);_0x3c9b10[_0x53d833(0x15c)](_0x5f3466,{'at':_0x532487,'rows':_0x2d3e6b-_0x532487+0x1});}),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1da),_0x10786a(0x1d8),_0x10786a(0x1f3),_0x5a0618=>{const _0x34dfbf=_0x10786a,_0x5ba3b1=_0x5a0618[_0x34dfbf(0x1a8)](_0x29f96f=>_0x29f96f[_0x34dfbf(0x1c2)]()),_0x3a2686=_0x5ba3b1[0x0][_0x34dfbf(0x1f5)](_0x34dfbf(0x1ce)),{minColumn:_0x35e396,maxColumn:_0x3b1d72}=_0x356937[_0x34dfbf(0x145)](_0x5ba3b1);_0x3c9b10[_0x34dfbf(0x18c)](_0x3a2686,{'at':_0x35e396,'columns':_0x3b1d72-_0x35e396+0x1});});const _0x29b6bb=(_0x892c44,_0x26595c)=>{const _0x4c3b8c=_0x10786a;if(!_0x26595c[_0x4c3b8c(0x1f7)]||!_0x26595c[_0x4c3b8c(0x1f7)][_0x4c3b8c(0x13a)](_0x4c3b8c(0x14b)))return;const _0xe1d177=_0x26595c[_0x4c3b8c(0x1a6)][_0x4c3b8c(0x1ad)],_0x1b367a=_0x432a33[_0x4c3b8c(0x1f6)]()[_0x4c3b8c(0x191)](_0x1ecb90=>_0x1ecb90[_0x4c3b8c(0x197)]&&_0x1ecb90[_0x4c3b8c(0x1a6)]&&_0x1ecb90[_0x4c3b8c(0x1a6)][_0x4c3b8c(0x1ad)]==_0xe1d177);_0x1b367a[_0x4c3b8c(0x1f0)]&&_0x26595c[_0x4c3b8c(0x148)]()[_0x4c3b8c(0x1f0)]!=_0x1b367a[_0x4c3b8c(0x1f0)]&&_0x1b367a[_0x4c3b8c(0x1ac)]((_0x18b53d,_0x2c0592)=>(_0x18b53d[_0x4c3b8c(0x1bc)]=_0x2c0592,_0x2c0592[_0x4c3b8c(0x192)]=_0x18b53d,_0x2c0592));};function _0x119e6a(_0x38a2c6,_0x11c6fa=!0x0){const _0x640976=_0x10786a,{id:_0x1c82f2}=_0x432a33[_0x640976(0x1b2)](_0x38a2c6[_0x640976(0x1cc)]),_0x2a6c0f=[_0x640976(0x198),_0x640976(0x1bf)],_0x155b58=_0x432a33[_0x640976(0x15b)][_0x640976(0x1b4)](_0x38a2c6[_0x640976(0x1cc)]);return _0x155b58&&_0x2a6c0f[_0x640976(0x1aa)](_0x640976(0x146)),{'classes':_0x2a6c0f,'attributes':{'data-suggestion':_0x1c82f2},'priority':_0x155b58&&_0x11c6fa?0xbc2:0xbb8};}_0x432a33['on'](_0x10786a(0x1cb),_0x29b6bb,{'priority':_0x10786a(0x152)}),_0x432a33['on'](_0x10786a(0x18a),_0x29b6bb,{'priority':_0x10786a(0x152)}),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x1cd)][_0x10786a(0x1e6)](()=>{const _0xdf00d6=_0x10786a;let _0x39e269=!0x1;const _0x256889=Array[_0xdf00d6(0x1c5)](_0x38c8d3[_0xdf00d6(0x1cf)][_0xdf00d6(0x1cd)][_0xdf00d6(0x1b0)][_0xdf00d6(0x194)]());for(const {name:_0x1b73e9,data:_0x15856c}of _0x256889){const {group:_0x5434fa,type:_0x4ee8bd,id:_0x6bb927}=_0x432a33[_0xdf00d6(0x1b2)](_0x1b73e9);if(_0xdf00d6(0x15d)!=_0x5434fa||_0xdf00d6(0x1fd)!=_0x4ee8bd||_0x15856c[_0xdf00d6(0x1a2)])continue;if(!_0x432a33[_0xdf00d6(0x1ee)](_0x6bb927))continue;const _0x53dfca=_0x432a33[_0xdf00d6(0x13e)](_0x6bb927)[_0xdf00d6(0x19a)](),_0x436a67=_0x38c8d3[_0xdf00d6(0x18d)][_0xdf00d6(0x14c)](_0xdf00d6(0x1e2))['me'];for(const _0x4c6093 of _0x432a33[_0xdf00d6(0x1f6)]()){if(!_0x4c6093[_0xdf00d6(0x197)]||_0x4c6093[_0xdf00d6(0x1c7)]!=_0x436a67)continue;if(_0xdf00d6(0x189)!=_0x4c6093[_0xdf00d6(0x162)]||_0xdf00d6(0x200)!=_0x4c6093[_0xdf00d6(0x1f7)])continue;if(_0x4c6093[_0xdf00d6(0x19a)]()[_0xdf00d6(0x18b)](_0x5413b6=>_0x53dfca[_0xdf00d6(0x19e)](_0x5aa036=>_0x5aa036[_0xdf00d6(0x13d)](_0x5413b6,!0x0)))){for(const _0x18eb13 of _0x4c6093[_0xdf00d6(0x148)]())_0x18eb13[_0xdf00d6(0x197)]&&(_0x18eb13[_0xdf00d6(0x1f3)](),_0x39e269=!0x0);}}}return _0x39e269;}),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x1cd)][_0x10786a(0x1e6)](_0x53f17d=>{const _0x15d61a=_0x10786a,_0x12ac15=_0x38c8d3[_0x15d61a(0x19f)][_0x15d61a(0x14c)](_0x15d61a(0x1e3));if(!_0x12ac15||!_0x12ac15[_0x15d61a(0x1d5)][_0x15d61a(0x1d9)](_0x53f17d[_0x15d61a(0x183)]))return!0x1;let _0x49c3a5=!0x1;const _0x33e4cc=_0x38c8d3[_0x15d61a(0x18d)][_0x15d61a(0x14c)](_0x15d61a(0x1e2))['me'],_0x4a2bf6=_0x38c8d3[_0x15d61a(0x1cf)][_0x15d61a(0x1cd)][_0x15d61a(0x1b0)][_0x15d61a(0x1ef)](),_0x364f29=Array[_0x15d61a(0x1c5)](_0x38c8d3[_0x15d61a(0x1cf)][_0x15d61a(0x1cd)][_0x15d61a(0x1b0)][_0x15d61a(0x194)]())[_0x15d61a(0x191)](({name:_0x139ed0,data:_0x489588})=>{const _0x10af7c=_0x15d61a,{group:_0x16bf45,subType:_0x1774db,authorId:_0xf5b5ef}=_0x432a33[_0x10af7c(0x1b2)](_0x139ed0);return _0x10af7c(0x15d)==_0x16bf45&&_0x10af7c(0x14b)==_0x1774db&&_0xf5b5ef==_0x33e4cc['id']&&!_0x489588[_0x10af7c(0x1a2)];});for(const _0x4ad0db of _0x4a2bf6){if(_0x15d61a(0x1b8)!=_0x4ad0db[_0x15d61a(0x162)]||_0x15d61a(0x185)!=_0x4ad0db[_0x15d61a(0x1bb)]||0x1!=_0x4ad0db[_0x15d61a(0x1f0)])continue;const _0x2d8e05=_0x53f17d[_0x15d61a(0x142)](_0x4ad0db[_0x15d61a(0x190)],_0x4ad0db[_0x15d61a(0x190)][_0x15d61a(0x17a)](0x1));if(!_0x364f29[_0x15d61a(0x195)](({data:_0x6d4a00})=>_0x6d4a00[_0x15d61a(0x19c)][_0x15d61a(0x1f2)](_0x2d8e05))){for(const {name:_0x40e26f,data:_0x28985d}of _0x364f29)if(_0x2d8e05[_0x15d61a(0x13d)](_0x28985d[_0x15d61a(0x19c)])){_0x53f17d[_0x15d61a(0x137)](_0x40e26f,{'range':_0x2d8e05}),_0x49c3a5=!0x0;break;}}}return _0x49c3a5;}),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x1cd)][_0x10786a(0x1e6)](_0x4e696c=>{const _0x58fdca=_0x10786a;let _0x5e3b33=!0x1;const _0x55ce1e=_0x38c8d3[_0x58fdca(0x18d)][_0x58fdca(0x14c)](_0x58fdca(0x1e2))['me'],_0x244a77=_0x432a33[_0x58fdca(0x1f6)]()[_0x58fdca(0x191)](_0x1ceb6a=>_0x1ceb6a[_0x58fdca(0x197)]&&_0x1ceb6a[_0x58fdca(0x1c7)]==_0x55ce1e),_0x5b5d7e=new Set(),_0x132138=new Set();for(const _0x2098c3 of _0x244a77)if(_0x58fdca(0x14b)==_0x2098c3[_0x58fdca(0x1f7)])for(const _0x3abcb4 of _0x2098c3[_0x58fdca(0x202)]()){const _0x14ee75=_0x3abcb4[_0x58fdca(0x181)]()[_0x58fdca(0x1c2)]();if(_0x14ee75){if(_0x14ee75['is'](_0x58fdca(0x141),_0x58fdca(0x185))&&we(_0x14ee75)){_0x2098c3[_0x58fdca(0x1c6)](_0x3abcb4[_0x58fdca(0x1bb)]),_0x5b5d7e[_0x58fdca(0x159)](_0x14ee75),_0x5e3b33=!0x0;const _0x52d029=_0x14ee75[_0x58fdca(0x16c)],_0x5d2f7c=_0x14ee75[_0x58fdca(0x18e)],_0x3b6afe=_0x52d029&&_0x52d029['is'](_0x58fdca(0x141),_0x58fdca(0x185)),_0x166c9a=_0x5d2f7c&&_0x5d2f7c['is'](_0x58fdca(0x141),_0x58fdca(0x185));_0x3b6afe&&!_0x5b5d7e[_0x58fdca(0x1d9)](_0x52d029)&&_0x132138[_0x58fdca(0x159)](_0x52d029),_0x166c9a&&!_0x5b5d7e[_0x58fdca(0x1d9)](_0x5d2f7c)&&_0x132138[_0x58fdca(0x159)](_0x5d2f7c);}else _0x14ee75['is'](_0x58fdca(0x141),_0x58fdca(0x186))&&_0x14ee75[_0x58fdca(0x1a0)]&&(_0x2098c3[_0x58fdca(0x1c6)](_0x3abcb4[_0x58fdca(0x1bb)]),_0x5e3b33=!0x0);}}else{if(_0x58fdca(0x200)==_0x2098c3[_0x58fdca(0x1f7)]){if(!_0x2098c3[_0x58fdca(0x1a6)]||!_0x2098c3[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)])continue;const _0x594f48=_0x2098c3[_0x58fdca(0x1a6)][_0x58fdca(0x15a)];if(_0x594f48&&Object[_0x58fdca(0x1f8)](_0x594f48)[_0x58fdca(0x1f0)])continue;const _0x1fd74a=_0x2098c3[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)];let _0x2b77d2=!0x0,_0x95607a=!0x0;for(const _0x21fea7 of _0x244a77)if(_0x21fea7[_0x58fdca(0x1f7)]&&_0x21fea7[_0x58fdca(0x1f7)][_0x58fdca(0x13a)](_0x58fdca(0x14b))){if(!_0x21fea7[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)]){_0x95607a=!0x1;break;}if(_0x21fea7['id']!=_0x2098c3['id']&&_0x21fea7[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)]==_0x1fd74a){_0x2b77d2=!0x1;break;}}_0x95607a&&_0x2b77d2&&(_0x2098c3[_0x58fdca(0x1e9)](),_0x5e3b33=!0x0);}}for(const _0x2b25ce of _0x5b5d7e)_0x4e696c[_0x58fdca(0x13b)](_0x2b25ce);for(const _0x4cd9e6 of _0x132138)_0x4e696c[_0x58fdca(0x16b)](_0x4cd9e6);return _0x5e3b33;}),_0x38c8d3[_0x10786a(0x140)][_0x10786a(0x1de)](_0x10786a(0x139))[_0x10786a(0x17b)]({'model':_0x10786a(0x1ae),'view':(_0x5a5e95,_0x44c551)=>_0x119e6a(_0x5a5e95),'converterPriority':_0x10786a(0x152)}),_0x38c8d3[_0x10786a(0x140)][_0x10786a(0x1de)](_0x10786a(0x1fe))[_0x10786a(0x17b)]({'model':_0x10786a(0x1ae),'view':(_0x1331ea,_0x2cde10)=>_0x2cde10[_0x10786a(0x1ff)][_0x10786a(0x167)]?_0x119e6a(_0x1331ea,!0x1):null,'converterPriority':_0x10786a(0x152)});const _0x2b7708=_0x38c8d3[_0x10786a(0x163)][_0x10786a(0x1dd)];this[_0x10786a(0x16e)](_0x2b7708[_0x10786a(0x1cd)],_0x10786a(0x176),(_0x5030dc,_0x37989d)=>{const _0x11621d=_0x10786a,_0x353a09=[];for(const _0x274393 of _0x2b7708[_0x11621d(0x161)](_0x37989d[_0x11621d(0x1d3)])[_0x11621d(0x1c3)]())_0x274393['is'](_0x11621d(0x141),_0x11621d(0x19d))&&_0x353a09[_0x11621d(0x1aa)](_0x274393);_0x2b7708[_0x11621d(0x171)](_0x50844c=>{const _0x10cbf7=_0x11621d;for(const _0x2ed241 of _0x353a09)_0x50844c[_0x10cbf7(0x1ea)](_0x50844c[_0x10cbf7(0x161)](_0x2ed241),_0x50844c[_0x10cbf7(0x15e)](_0x2ed241)),_0x50844c[_0x10cbf7(0x13b)](_0x2ed241);});});}}function _0x3889(_0x5d2e47,_0x2eb575){const _0x17d06e=_0x17d0();return _0x3889=function(_0x3889c7,_0x545062){_0x3889c7=_0x3889c7-0x136;let _0x2ce8cb=_0x17d06e[_0x3889c7];return _0x2ce8cb;},_0x3889(_0x5d2e47,_0x2eb575);}function we(_0x26e365){const _0x4358ed=_0x45159e;if(_0x26e365[_0x4358ed(0x1a0)])return!0x0;const _0x1e533e=_0x26e365[_0x4358ed(0x1a5)](0x0);return _0x1e533e['is'](_0x4358ed(0x141),_0x4358ed(0x186))&&_0x1e533e[_0x4358ed(0x1a0)];}function _0x17d0(){const _0x46a7d8=['commands','isEmpty','tablePasteRow','oldRange','_tablePostFixingSubtypes','deletionRanges','getChild','attributes','markMultiRangeBlockFormat','map','$graveyard','push','27265410AeAAXw','reduce','tablePasteChainId','suggestion:formatBlock:tablePasteCell','getRowIndexes','differ','2802VxxBtt','_splitMarkerName','tableCellBackgroundColor','includes','detach','fromEntries','107235fUdUQo','insert','nodeAfter','insertRows','name','next','419947fOcGcj','columnInsertionIndexes','ck-suggestion-marker-insertion','rootName','forceDefaultExecution','getContainedElement','getItems','markMultiRangeDeletion','from','removeMarker','author','editor','fromRange','createTableWalker','suggestionLoaded','markerName','document','table','model','accept','getSelectionAffectedTableCells','_suggestionFactory','content','forEach','_createdBatches','getColumnIndexes','cell','tablePasteColumn','has','insertion','insertionRanges','trackChanges','view','for','columnInsertionRanges','cells','setAttribute','Users','redo','registerCustomCallback','join','registerPostFixer','entries','getAttributes','removeMarkers','move','return','4060cKzQeU','last','hasSuggestion','getChanges','length','insertColumns','isEqual','discard','_replaceTableSlotCell','findAncestor','getSuggestions','subType','keys','3679192Tywlyz','rowInsertionRanges','getColumns','start','deletion','dataDowncast','options','tablePasteCell','endRow','getMarkers','columns','updateMarker','root','editingDowncast','startsWith','remove','tableCellVerticalAlignment','containsRange','getSuggestion','rows','conversion','element','createRange','stop','value','_getCoordsForCells','ck-suggestion-marker--active','set','getAllAdjacentSuggestions','locale','_isForcedDefaultExecutionBlock','tablePaste','get','596412GwPbJt','TableUtils','first','descriptionFactory','selection','high','row','*Replace\x20table\x20cells*','50XWOSTl','rowInsertionIndexes','tableCellBorderStyle','end','add','markerAttributes','activeMarkers','removeRows','suggestion','createPositionBefore','tableCellBorderWidth','getRows','createRangeIn','type','editing','tableCellPadding','call','tableCellBorderColor','showSuggestionHighlights','getChildren','TrackChangesEditing','tableCellHorizontalAlignment','unwrap','nextSibling','register','listenTo','fill','afterInit','change','markers','setAttributes','registerDescriptionCallback','insertContent','clipboardOutput','requires','createElement','documentSelection','getShiftedBy','markerToHighlight','wrap','endColumn','column','markMultiRangeInsertion','TableClipboard','getRange','elementToElement','batch','1970686zRTkPw','tableCellSuggestion','paragraph','low','tableCell','formatBlock','suggestionUnloaded','every','removeColumns','plugins','previousSibling','getSuggestionCallback','position','filter','previous','createRangeOn','getChangedMarkers','find','9iDAtOB','isInContent','ck-suggestion-marker','schema','getRanges','getTableIfOnlyTableInContent','newRange','suggestion-td','some'];_0x17d0=function(){return _0x46a7d8;};return _0x17d0();}function ke(_0x58fd19,_0x4b252c={},_0x578f01){const _0x4ff1b3=_0x45159e;for(const {isAnchor:_0x522a85,cellHeight:_0x14deaa,cellWidth:_0x4135a5}of _0x578f01[_0x4ff1b3(0x1ca)](_0x58fd19,{'includeAllSlots':!0x0,..._0x4b252c}))if(!_0x522a85||0x1!=_0x14deaa||0x1!=_0x4135a5)return!0x1;return!0x0;}
|
|
23
|
+
const _0x54375a=_0x2866;(function(_0x1b6c95,_0x5bd45a){const _0x3c021b=_0x2866,_0x3218e8=_0x1b6c95();while(!![]){try{const _0x31aa4b=parseInt(_0x3c021b(0xda))/0x1+parseInt(_0x3c021b(0xfb))/0x2+-parseInt(_0x3c021b(0xe5))/0x3*(parseInt(_0x3c021b(0xc9))/0x4)+parseInt(_0x3c021b(0xaf))/0x5+-parseInt(_0x3c021b(0x122))/0x6+-parseInt(_0x3c021b(0x161))/0x7*(-parseInt(_0x3c021b(0xcc))/0x8)+-parseInt(_0x3c021b(0x12e))/0x9*(-parseInt(_0x3c021b(0xfc))/0xa);if(_0x31aa4b===_0x5bd45a)break;else _0x3218e8['push'](_0x3218e8['shift']());}catch(_0x191337){_0x3218e8['push'](_0x3218e8['shift']());}}}(_0x5a55,0x3f0f2));import{getTranslation as _0x58796b}from'../utils/common-translations.js';import{Plugin as _0x40c8b7}from'ckeditor5/src/core.js';import{LiveRange as _0x287a13}from'ckeditor5/src/engine.js';import{uid as _0x3045a5,priorities as _0x41f852}from'ckeditor5/src/utils.js';import _0x8e8fc7 from'./table.js';const Pe=[_0x54375a(0xb5),_0x54375a(0x9d),_0x54375a(0xe0),_0x54375a(0xdc),_0x54375a(0x115),_0x54375a(0xba),_0x54375a(0xc8)],we=Object[_0x54375a(0x162)](Pe[_0x54375a(0xe1)](_0x50df4c=>[_0x50df4c,null]));export default class _t extends _0x40c8b7{static get[_0x54375a(0xac)](){return[_0x8e8fc7];}[_0x54375a(0xde)](){const _0x566ee2=_0x54375a,_0x544d0e=this[_0x566ee2(0x13d)];if(!_0x544d0e[_0x566ee2(0xbd)][_0x566ee2(0x133)](_0x566ee2(0x13a)))return;const _0x4262eb=_0x544d0e[_0x566ee2(0xbd)][_0x566ee2(0xa5)](_0x566ee2(0x113)),_0x331272=_0x544d0e[_0x566ee2(0xbd)][_0x566ee2(0xa5)](_0x566ee2(0x14b)),_0x3bca7e=_0x544d0e[_0x566ee2(0xbd)][_0x566ee2(0xa5)](_0x8e8fc7),_0x5c34de=_0x544d0e[_0x566ee2(0xbd)][_0x566ee2(0xa5)](_0x566ee2(0x13a));_0x3bca7e[_0x566ee2(0x10b)][_0x566ee2(0xa1)](_0x566ee2(0xb9),_0x566ee2(0x103)),_0x544d0e[_0x566ee2(0x112)][_0x566ee2(0x148)][_0x566ee2(0xbb)](_0x566ee2(0x10f),{'allowIn':_0x566ee2(0x116),'allowContentOf':_0x566ee2(0x116),'isLimit':!0x0}),_0x544d0e[_0x566ee2(0xb1)][_0x566ee2(0x142)]({'model':_0x566ee2(0x10f),'view':_0x566ee2(0x151)});let _0x16d946=null;_0x544d0e[_0x566ee2(0x112)]['on'](_0x566ee2(0xb3),(_0x4ff280,_0x2ea8ea)=>{const _0x433821=_0x566ee2,[_0x34e7ac,_0x2ebb52]=_0x2ea8ea,_0x33bd81=_0x2ea8ea[_0x2ea8ea[_0x433821(0x145)]-0x1];_0x33bd81&&_0x33bd81[_0x433821(0x131)]||_0x4262eb[_0x433821(0x141)]||this[_0x433821(0x13d)][_0x433821(0x155)][_0x433821(0xa5)](_0x433821(0x10a))[_0x433821(0x126)]&&function(_0x1b9098,_0x19d83e,_0x3042a3,_0x4c5ff1,_0x2e54f2){const _0x381faf=_0x433821;if(_0x19d83e&&!_0x19d83e['is'](_0x381faf(0xa7)))return!0x1;const _0x27171f=_0x2e54f2[_0x381faf(0xf5)](_0x1b9098,_0x3042a3);if(!_0x27171f||!Re(_0x27171f,void 0x0,_0x4c5ff1))return!0x1;const _0x9e0948=_0x4c5ff1[_0x381faf(0x11d)](_0x3042a3[_0x381faf(0x107)][_0x381faf(0x12c)]);if(!_0x9e0948[_0x381faf(0x145)])return!0x1;const _0x3dc91d=_0x9e0948[0x0][_0x381faf(0xd1)](_0x381faf(0xc1)),_0x5d4221=_0x4c5ff1[_0x381faf(0xec)](_0x9e0948),_0xdc5742=_0x4c5ff1[_0x381faf(0xcb)](_0x9e0948),_0x338894={'startRow':_0x5d4221[_0x381faf(0x12a)],'endRow':_0x5d4221[_0x381faf(0xb7)],'startColumn':_0xdc5742[_0x381faf(0x12a)],'endColumn':_0xdc5742[_0x381faf(0xb7)]};return 0x1==_0x9e0948[_0x381faf(0x145)]&&(_0x338894[_0x381faf(0xd6)]+=_0x4c5ff1[_0x381faf(0xf9)](_0x27171f)-0x1,_0x338894[_0x381faf(0x139)]+=_0x4c5ff1[_0x381faf(0xfd)](_0x27171f)-0x1),Re(_0x3dc91d,_0x338894,_0x4c5ff1);}(_0x34e7ac,_0x2ebb52,_0x544d0e[_0x433821(0x112)],_0x331272,_0x5c34de)&&(_0x4ff280[_0x433821(0x157)](),_0x16d946={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x544d0e[_0x433821(0x112)][_0x433821(0x9f)](()=>{const _0x348493=_0x433821;_0x544d0e[_0x348493(0x112)][_0x348493(0xb3)](_0x2ea8ea[0x0],_0x2ea8ea[0x1],_0x2ea8ea[0x2],{'forceDefaultExecution':!0x0});const _0x5e5c67=_0x3045a5(),{rowInsertionRanges:_0x4e4a23,columnInsertionRanges:_0x50b55e,insertionRanges:_0xd208d9,deletionRanges:_0x1984d7,cells:_0x2bd635}=_0x16d946;_0x4e4a23[_0x348493(0x145)]&&_0x4262eb[_0x348493(0x106)](_0x4e4a23,_0x348493(0xb9),{'tablePasteChainId':_0x5e5c67}),_0x50b55e[_0x348493(0x145)]&&_0x4262eb[_0x348493(0x106)](_0x50b55e,_0x348493(0x103),{'tablePasteChainId':_0x5e5c67}),_0xd208d9[_0x348493(0x145)]&&(_0x4262eb[_0x348493(0x106)](_0xd208d9,_0x348493(0x154),{'tablePasteChainId':_0x5e5c67,'skipNestingCheck':!0x0}),_0xd208d9[_0x348493(0xf6)](_0x510820=>{const _0x1880d7=_0x348493;var _0x14028c;return null===(_0x14028c=_0x510820[_0x1880d7(0x14e)])||void 0x0===_0x14028c?void 0x0:_0x14028c[_0x1880d7(0xa8)](_0x510820);})),_0x1984d7[_0x348493(0x145)]&&(_0x4262eb[_0x348493(0x15e)](_0x1984d7,_0x348493(0x154),{'tablePasteChainId':_0x5e5c67,'skipNestingCheck':!0x0}),_0x1984d7[_0x348493(0xf6)](_0xb762a7=>{const _0x5c8cb6=_0x348493;var _0x502470;return null===(_0x502470=_0xb762a7[_0x5c8cb6(0x14e)])||void 0x0===_0x502470?void 0x0:_0x502470[_0x5c8cb6(0xa8)](_0xb762a7);}));const _0x54dcc6=_0x4262eb[_0x348493(0xf3)](_0x2bd635[_0x348493(0xe1)](({element:_0x2b6ed1})=>_0x2b6ed1),{'formatGroupId':_0x3045a5()},[],_0x348493(0x10d),{'tablePasteChainId':_0x5e5c67});if(_0x54dcc6){const _0x4f0b4e=_0x54dcc6[_0x348493(0xcd)](),_0x36c580=[];for(const {element:_0x1d375c,attributes:_0x20f83c}of _0x2bd635){if(!_0x20f83c)continue;const _0xeab15a=_0x544d0e[_0x348493(0x112)][_0x348493(0xdb)](_0x1d375c),_0x493630=_0x4f0b4e[_0x348493(0xa9)](_0x2ce4e1=>_0x2ce4e1[_0x348493(0xa4)]()[_0x348493(0x15b)](_0xeab15a));_0x493630&&_0x36c580[_0x348493(0xa1)]([_0x493630[_0x348493(0xd3)],_0x20f83c]);}_0x36c580[_0x348493(0x145)]&&_0x54dcc6[_0x348493(0xfa)](_0x348493(0xc7),Object[_0x348493(0x162)](_0x36c580));}_0x16d946=null;}));},{'priority':_0x41f852[_0x566ee2(0x144)]+0xa}),_0x544d0e[_0x566ee2(0xbd)][_0x566ee2(0xa5)](_0x566ee2(0x13a))['on'](_0x566ee2(0x13e),(_0x32c6db,_0x14fd32)=>{const _0x5cbf24=_0x566ee2,[_0x242b58,_0x1226d0,,_0x429ee7]=_0x14fd32;if(!_0x16d946)return;_0x32c6db[_0x5cbf24(0x157)]();const _0xf1a1b=_0x242b58[_0x5cbf24(0xcf)],_0x447e0f=_0x1226d0,_0x461eb1=ke(_0xf1a1b),_0x5e65d5=ke(_0x447e0f);_0x32c6db[_0x5cbf24(0xc5)]=_0xf1a1b;let _0x23b172=null,_0x379fe7=null;if(_0x5e65d5||_0x461eb1){if(_0x461eb1&&!_0x5e65d5){_0x429ee7[_0x5cbf24(0xb2)](_0xf1a1b[_0x5cbf24(0xc4)](0x0));for(const _0x7bfc2 of Array[_0x5cbf24(0xff)](_0x447e0f[_0x5cbf24(0xc0)]()))_0x429ee7[_0x5cbf24(0x149)](_0x7bfc2,_0xf1a1b,_0x5cbf24(0x125));const _0x19ca67=_0x16d946[_0x5cbf24(0xdf)][_0x5cbf24(0xc2)](_0x242b58[_0x5cbf24(0xf1)]),_0x42464e=_0x16d946[_0x5cbf24(0xd2)][_0x5cbf24(0xc2)](_0x242b58[_0x5cbf24(0xdd)]);_0x19ca67||_0x42464e||(_0x23b172=_0x287a13[_0x5cbf24(0xfe)](_0x429ee7[_0x5cbf24(0xbe)](_0xf1a1b)));}else _0x5e65d5&&!_0x461eb1&&(_0x379fe7=_0x429ee7[_0x5cbf24(0xbe)](_0xf1a1b));}else{const _0x4b9b91=_0x429ee7[_0x5cbf24(0xe4)](_0x5cbf24(0x10f)),_0x43a87d=_0x429ee7[_0x5cbf24(0xe4)](_0x5cbf24(0x10f));_0x429ee7[_0x5cbf24(0x130)](_0x429ee7[_0x5cbf24(0xbe)](_0xf1a1b),_0x43a87d),_0x429ee7[_0x5cbf24(0x149)](_0x4b9b91,_0xf1a1b,0x0);for(const _0x2fa11d of Array[_0x5cbf24(0xff)](_0x447e0f[_0x5cbf24(0xc0)]()))_0x429ee7[_0x5cbf24(0x149)](_0x2fa11d,_0x4b9b91,_0x5cbf24(0x125));_0x23b172=_0x287a13[_0x5cbf24(0xfe)](_0x429ee7[_0x5cbf24(0xdb)](_0x4b9b91)),_0x379fe7=_0x287a13[_0x5cbf24(0xfe)](_0x429ee7[_0x5cbf24(0xdb)](_0x43a87d));}const _0x105b8b=Array[_0x5cbf24(0xff)](_0x447e0f[_0x5cbf24(0x156)]())[_0x5cbf24(0x135)](([_0x4b9bfc])=>Pe[_0x5cbf24(0xc2)](_0x4b9bfc));_0x16d946[_0x5cbf24(0x12b)][_0x5cbf24(0xa1)]({'element':_0xf1a1b,'attributes':_0x105b8b[_0x5cbf24(0x145)]?Object[_0x5cbf24(0x162)](_0x105b8b):null}),_0x23b172&&_0x16d946[_0x5cbf24(0x14f)][_0x5cbf24(0xa1)](_0x23b172),_0x379fe7&&_0x16d946[_0x5cbf24(0xa3)][_0x5cbf24(0xa1)](_0x379fe7);},{'priority':_0x566ee2(0x144)}),_0x331272['on'](_0x566ee2(0x15c),(_0x56e610,_0x1d081e)=>{const _0x5c446c=_0x566ee2,[_0x54d628,_0x355599={}]=_0x1d081e;if(!_0x16d946)return;const _0x8a6fd2=_0x355599['at']||0x0,_0x14d465=_0x355599[_0x5c446c(0xbc)]||0x1;_0x16d946[_0x5c446c(0xd2)]=new Array(_0x14d465)[_0x5c446c(0x165)](_0x8a6fd2)[_0x5c446c(0xe1)]((_0x375960,_0x2b53ea)=>_0x375960+_0x2b53ea);for(const {cell:_0x5bfa86}of _0x331272[_0x5c446c(0x13f)](_0x54d628,{'startColumn':_0x8a6fd2,'endColumn':_0x8a6fd2+_0x14d465-0x1}))_0x16d946[_0x5c446c(0x153)][_0x5c446c(0xa1)](_0x544d0e[_0x5c446c(0x112)][_0x5c446c(0xdb)](_0x5bfa86));},{'priority':_0x566ee2(0x10e)}),_0x331272['on'](_0x566ee2(0x12d),(_0x5ad251,_0xa08fb4)=>{const _0x323d8d=_0x566ee2,[_0x4f6482,_0x16c4f6={}]=_0xa08fb4;if(!_0x16d946)return;const _0x52c0d3=_0x16c4f6['at']||0x0,_0x245f41=_0x16c4f6[_0x323d8d(0x160)]||0x1;_0x16d946[_0x323d8d(0xdf)]=new Array(_0x245f41)[_0x323d8d(0x165)](_0x52c0d3)[_0x323d8d(0xe1)]((_0xc2600a,_0x748703)=>_0xc2600a+_0x748703);for(const {cell:_0x5a2bb8}of _0x331272[_0x323d8d(0x13f)](_0x4f6482,{'startRow':_0x52c0d3,'endRow':_0x52c0d3+_0x245f41-0x1}))_0x16d946[_0x323d8d(0xe8)][_0x323d8d(0xa1)](_0x544d0e[_0x323d8d(0x112)][_0x323d8d(0xdb)](_0x5a2bb8));},{'priority':_0x566ee2(0x10e)}),_0x4262eb[_0x566ee2(0x110)][_0x566ee2(0x168)](_0x2e7828=>{const _0x32937a=_0x566ee2;if(_0x2e7828[_0x32937a(0xa6)]&&_0x2e7828[_0x32937a(0xa6)][_0x32937a(0xd0)](_0x32937a(0x154)))return _0x2e7828[_0x32937a(0x159)]?{}:{'type':_0x32937a(0xf8),'content':_0x58796b(_0x544d0e[_0x32937a(0xab)],_0x32937a(0x118))};});const _0x456beb=()=>!0x1;for(const _0x40d83b of[_0x566ee2(0x154),_0x566ee2(0x103),_0x566ee2(0xb9),_0x566ee2(0x10d)])_0x4262eb[_0x566ee2(0x123)][_0x566ee2(0xea)](_0x566ee2(0xf8),_0x40d83b,_0x566ee2(0xf4),_0x456beb),_0x4262eb[_0x566ee2(0x123)][_0x566ee2(0xea)](_0x566ee2(0xf7),_0x40d83b,_0x566ee2(0xf4),_0x456beb),_0x4262eb[_0x566ee2(0x123)][_0x566ee2(0xea)](_0x566ee2(0x150),_0x40d83b,_0x566ee2(0xf4),_0x456beb);_0x4262eb[_0x566ee2(0x123)][_0x566ee2(0xea)](_0x566ee2(0x150),_0x566ee2(0x10d),_0x566ee2(0xb4),_0x456beb),_0x4262eb[_0x566ee2(0x123)][_0x566ee2(0xea)](_0x566ee2(0x150),_0x566ee2(0x10d),_0x566ee2(0x143),(_0x4787bf,_0x394231,_0x377e77)=>{const _0x3c5c87=_0x566ee2,_0x387706=_0x4787bf[_0x3c5c87(0xe1)](_0x5dfe02=>_0x5dfe02[_0x3c5c87(0x14c)]())[_0x3c5c87(0x135)](_0x3de263=>_0x3de263),_0x29cadd=new Map(_0x387706[_0x3c5c87(0xe1)](_0x101a6f=>[_0x101a6f,null]));if(_0x16d946){for(const {element:_0x4c749e,attributes:_0x477277}of _0x16d946[_0x3c5c87(0x12b)])_0x477277&&_0x29cadd[_0x3c5c87(0xad)](_0x4c749e,_0x477277);}else{if(_0x377e77&&_0x377e77[_0x3c5c87(0xc7)])for(const [_0x46212d,_0x451f7b]of Object[_0x3c5c87(0xe3)](_0x377e77[_0x3c5c87(0xc7)])){const _0x2d0dad=_0x544d0e[_0x3c5c87(0x112)][_0x3c5c87(0xa2)][_0x3c5c87(0xa5)](_0x46212d),_0x2ac11d=_0x2d0dad?_0x2d0dad[_0x3c5c87(0xa4)]()[_0x3c5c87(0x14c)]():null;_0x2ac11d&&_0x29cadd[_0x3c5c87(0xad)](_0x2ac11d,_0x451f7b);}}_0x544d0e[_0x3c5c87(0x112)][_0x3c5c87(0x9f)](_0x50c9be=>{const _0x6cbcb6=_0x3c5c87;for(const [_0x473524,_0x288956]of _0x29cadd)_0x50c9be[_0x6cbcb6(0xd8)]({...we,..._0x288956},_0x473524);});});const _0x8d86ad=(_0x4d8a5c,_0x1c7ae9)=>{const _0x5af4e1=_0x566ee2;_0x4262eb[_0x5af4e1(0x123)][_0x5af4e1(0xea)](_0x4d8a5c,_0x5af4e1(0x154),_0x1c7ae9,(_0x4877a8,_0x2f7ff0,_0x25a5eb)=>{const _0x34f9ec=_0x5af4e1;_0x544d0e[_0x34f9ec(0x112)][_0x34f9ec(0x9f)](_0x5ba571=>{const _0x58b5fe=_0x34f9ec,_0x3d377b=[];for(const _0x40e029 of _0x4877a8){const _0x511805=_0x40e029[_0x58b5fe(0xed)][_0x58b5fe(0x105)];_0x511805['is'](_0x58b5fe(0x132),_0x58b5fe(0x10f))&&_0x3d377b[_0x58b5fe(0xa1)](_0x511805);}_0x4262eb[_0x58b5fe(0x123)][_0x58b5fe(0xb0)](_0x4d8a5c,null,_0x1c7ae9)(_0x4877a8,_0x2f7ff0,_0x25a5eb);for(const _0x207f78 of _0x3d377b)_0x58b5fe(0xb6)!=_0x207f78[_0x58b5fe(0x128)][_0x58b5fe(0x158)]&&_0x5ba571[_0x58b5fe(0x109)](_0x207f78);});});};_0x8d86ad(_0x566ee2(0xf8),_0x566ee2(0x143)),_0x8d86ad(_0x566ee2(0xf8),_0x566ee2(0xb4)),_0x8d86ad(_0x566ee2(0xf7),_0x566ee2(0x143)),_0x8d86ad(_0x566ee2(0xf7),_0x566ee2(0xb4)),_0x4262eb[_0x566ee2(0x123)][_0x566ee2(0xea)](_0x566ee2(0xf8),_0x566ee2(0xb9),_0x566ee2(0xb4),_0x29b5bf=>{const _0x522b99=_0x566ee2,_0x1b1fb6=_0x29b5bf[_0x522b99(0xe1)](_0x3d6934=>_0x3d6934[_0x522b99(0x14c)]()),_0x3b8875=_0x1b1fb6[0x0][_0x522b99(0xd1)](_0x522b99(0xc1)),{minRow:_0x528e34,maxRow:_0x3039c2}=_0x3bca7e[_0x522b99(0xc3)](_0x1b1fb6);_0x331272[_0x522b99(0x114)](_0x3b8875,{'at':_0x528e34,'rows':_0x3039c2-_0x528e34+0x1});}),_0x4262eb[_0x566ee2(0x123)][_0x566ee2(0xea)](_0x566ee2(0xf8),_0x566ee2(0x103),_0x566ee2(0xb4),_0x153966=>{const _0x99562=_0x566ee2,_0x11b0c5=_0x153966[_0x99562(0xe1)](_0x801316=>_0x801316[_0x99562(0x14c)]()),_0x1e4585=_0x11b0c5[0x0][_0x99562(0xd1)](_0x99562(0xc1)),{minColumn:_0x34de6b,maxColumn:_0x520c20}=_0x3bca7e[_0x99562(0xc3)](_0x11b0c5);_0x331272[_0x99562(0x102)](_0x1e4585,{'at':_0x34de6b,'columns':_0x520c20-_0x34de6b+0x1});});const _0xb34cfe=(_0x393a74,_0x5c5349)=>{const _0x417c7c=_0x566ee2;if(!_0x5c5349[_0x417c7c(0xa6)]||!_0x5c5349[_0x417c7c(0xa6)][_0x417c7c(0xd0)](_0x417c7c(0x154)))return;const _0x6c02d5=_0x5c5349[_0x417c7c(0xf0)][_0x417c7c(0x11c)],_0x50c70a=_0x4262eb[_0x417c7c(0x121)]()[_0x417c7c(0x135)](_0x46ba1c=>_0x46ba1c[_0x417c7c(0x111)]&&_0x46ba1c[_0x417c7c(0xf0)]&&_0x46ba1c[_0x417c7c(0xf0)][_0x417c7c(0x11c)]==_0x6c02d5);_0x50c70a[_0x417c7c(0x145)]&&_0x5c5349[_0x417c7c(0xc6)]()[_0x417c7c(0x145)]!=_0x50c70a[_0x417c7c(0x145)]&&_0x50c70a[_0x417c7c(0x119)]((_0x205bd7,_0x4730f1)=>(_0x205bd7[_0x417c7c(0x163)]=_0x4730f1,_0x4730f1[_0x417c7c(0x159)]=_0x205bd7,_0x4730f1));};function _0x527976(_0x2ecd8e,_0x2b41ba=!0x0){const _0x5de23c=_0x566ee2,{id:_0x3c724f}=_0x4262eb[_0x5de23c(0x147)](_0x2ecd8e[_0x5de23c(0x166)]),_0x49fd5a=[_0x5de23c(0x14a),_0x5de23c(0x101)],_0x3a8dd9=_0x4262eb[_0x5de23c(0x10c)][_0x5de23c(0xc2)](_0x2ecd8e[_0x5de23c(0x166)]);return _0x3a8dd9&&_0x49fd5a[_0x5de23c(0xa1)](_0x5de23c(0xf2)),{'classes':_0x49fd5a,'attributes':{'data-suggestion':_0x3c724f},'priority':_0x3a8dd9&&_0x2b41ba?0xbc2:0xbb8};}_0x4262eb['on'](_0x566ee2(0x169),_0xb34cfe,{'priority':_0x566ee2(0x144)}),_0x4262eb['on'](_0x566ee2(0x13b),_0xb34cfe,{'priority':_0x566ee2(0x144)}),_0x544d0e[_0x566ee2(0x112)][_0x566ee2(0x107)][_0x566ee2(0x152)](()=>{const _0x4020ed=_0x566ee2;let _0x52362d=!0x1;const _0x41ecba=Array[_0x4020ed(0xff)](_0x544d0e[_0x4020ed(0x112)][_0x4020ed(0x107)][_0x4020ed(0x100)][_0x4020ed(0x12f)]());for(const {name:_0x3bb9e2,data:_0x3bbeb3}of _0x41ecba){const {group:_0x242df1,type:_0x39b675,id:_0x286136}=_0x4262eb[_0x4020ed(0x147)](_0x3bb9e2);if(_0x4020ed(0x11f)!=_0x242df1||_0x4020ed(0xf7)!=_0x39b675||_0x3bbeb3[_0x4020ed(0x108)])continue;if(!_0x4262eb[_0x4020ed(0x13c)](_0x286136))continue;const _0x10ead9=_0x4262eb[_0x4020ed(0xd7)](_0x286136)[_0x4020ed(0x136)](),_0x45c502=_0x544d0e[_0x4020ed(0xbd)][_0x4020ed(0xa5)](_0x4020ed(0x127))['me'];for(const _0x4c674c of _0x4262eb[_0x4020ed(0x121)]()){if(!_0x4c674c[_0x4020ed(0x111)]||_0x4c674c[_0x4020ed(0x146)]!=_0x45c502)continue;if(_0x4020ed(0x150)!=_0x4c674c[_0x4020ed(0x167)]||_0x4020ed(0x10d)!=_0x4c674c[_0x4020ed(0xa6)])continue;if(_0x4c674c[_0x4020ed(0x136)]()[_0x4020ed(0x134)](_0x1a80ff=>_0x10ead9[_0x4020ed(0x137)](_0x54cc18=>_0x54cc18[_0x4020ed(0xaa)](_0x1a80ff,!0x0)))){for(const _0xfd21a2 of _0x4c674c[_0x4020ed(0xc6)]())_0xfd21a2[_0x4020ed(0x111)]&&(_0xfd21a2[_0x4020ed(0xb4)](),_0x52362d=!0x0);}}}return _0x52362d;}),_0x544d0e[_0x566ee2(0x112)][_0x566ee2(0x107)][_0x566ee2(0x152)](_0x3d61ac=>{const _0x37c4cd=_0x566ee2,_0x145674=_0x544d0e[_0x37c4cd(0x155)][_0x37c4cd(0xa5)](_0x37c4cd(0xd4));if(!_0x145674||!_0x145674[_0x37c4cd(0xce)][_0x37c4cd(0x133)](_0x3d61ac[_0x37c4cd(0x120)]))return!0x1;let _0x19c4a2=!0x1;const _0x5aa6d0=_0x544d0e[_0x37c4cd(0xbd)][_0x37c4cd(0xa5)](_0x37c4cd(0x127))['me'],_0x51c7c4=_0x544d0e[_0x37c4cd(0x112)][_0x37c4cd(0x107)][_0x37c4cd(0x100)][_0x37c4cd(0x14d)](),_0x757088=Array[_0x37c4cd(0xff)](_0x544d0e[_0x37c4cd(0x112)][_0x37c4cd(0x107)][_0x37c4cd(0x100)][_0x37c4cd(0x12f)]())[_0x37c4cd(0x135)](({name:_0xd15155,data:_0x245988})=>{const _0x57110b=_0x37c4cd,{group:_0x309c1d,subType:_0x38890c,authorId:_0x433ab3}=_0x4262eb[_0x57110b(0x147)](_0xd15155);return _0x57110b(0x11f)==_0x309c1d&&_0x57110b(0x154)==_0x38890c&&_0x433ab3==_0x5aa6d0['id']&&!_0x245988[_0x57110b(0x108)];});for(const _0x3006c2 of _0x51c7c4){if(_0x37c4cd(0x149)!=_0x3006c2[_0x37c4cd(0x167)]||_0x37c4cd(0x10f)!=_0x3006c2[_0x37c4cd(0xd3)]||0x1!=_0x3006c2[_0x37c4cd(0x145)])continue;const _0x147ee0=_0x3d61ac[_0x37c4cd(0x140)](_0x3006c2[_0x37c4cd(0x11b)],_0x3006c2[_0x37c4cd(0x11b)][_0x37c4cd(0x164)](0x1));if(!_0x757088[_0x37c4cd(0xa9)](({data:_0x238e8b})=>_0x238e8b[_0x37c4cd(0xe6)][_0x37c4cd(0x15b)](_0x147ee0))){for(const {name:_0x336a89,data:_0x2ea76e}of _0x757088)if(_0x147ee0[_0x37c4cd(0xaa)](_0x2ea76e[_0x37c4cd(0xe6)])){_0x3d61ac[_0x37c4cd(0x11e)](_0x336a89,{'range':_0x147ee0}),_0x19c4a2=!0x0;break;}}}return _0x19c4a2;}),_0x544d0e[_0x566ee2(0x112)][_0x566ee2(0x107)][_0x566ee2(0x152)](_0x30ecb4=>{const _0x1b17da=_0x566ee2;let _0x465ad9=!0x1;const _0x17f1e1=_0x544d0e[_0x1b17da(0xbd)][_0x1b17da(0xa5)](_0x1b17da(0x127))['me'],_0xfbdd8e=_0x4262eb[_0x1b17da(0x121)]()[_0x1b17da(0x135)](_0x36dabe=>_0x36dabe[_0x1b17da(0x111)]&&_0x36dabe[_0x1b17da(0x146)]==_0x17f1e1),_0x199e9f=new Set(),_0x42c4f7=new Set();for(const _0x146f54 of _0xfbdd8e)if(_0x1b17da(0x154)==_0x146f54[_0x1b17da(0xa6)])for(const _0x16ead9 of _0x146f54[_0x1b17da(0xcd)]()){const _0xbbea78=_0x16ead9[_0x1b17da(0xa4)]()[_0x1b17da(0x14c)]();if(_0xbbea78){if(_0xbbea78['is'](_0x1b17da(0x132),_0x1b17da(0x10f))&&ke(_0xbbea78)){_0x146f54[_0x1b17da(0xeb)](_0x16ead9[_0x1b17da(0xd3)]),_0x199e9f[_0x1b17da(0xe2)](_0xbbea78),_0x465ad9=!0x0;const _0x1a0e39=_0xbbea78[_0x1b17da(0x129)],_0x21b1af=_0xbbea78[_0x1b17da(0x124)],_0x3f0445=_0x1a0e39&&_0x1a0e39['is'](_0x1b17da(0x132),_0x1b17da(0x10f)),_0x103ef0=_0x21b1af&&_0x21b1af['is'](_0x1b17da(0x132),_0x1b17da(0x10f));_0x3f0445&&!_0x199e9f[_0x1b17da(0x133)](_0x1a0e39)&&_0x42c4f7[_0x1b17da(0xe2)](_0x1a0e39),_0x103ef0&&!_0x199e9f[_0x1b17da(0x133)](_0x21b1af)&&_0x42c4f7[_0x1b17da(0xe2)](_0x21b1af);}else _0xbbea78['is'](_0x1b17da(0x132),_0x1b17da(0xe7))&&_0xbbea78[_0x1b17da(0xe9)]&&(_0x146f54[_0x1b17da(0xeb)](_0x16ead9[_0x1b17da(0xd3)]),_0x465ad9=!0x0);}}else{if(_0x1b17da(0x10d)==_0x146f54[_0x1b17da(0xa6)]){if(!_0x146f54[_0x1b17da(0xf0)]||!_0x146f54[_0x1b17da(0xf0)][_0x1b17da(0x11c)])continue;const _0x499b09=_0x146f54[_0x1b17da(0xf0)][_0x1b17da(0xc7)];if(_0x499b09&&Object[_0x1b17da(0xef)](_0x499b09)[_0x1b17da(0x145)])continue;const _0x5dcd75=_0x146f54[_0x1b17da(0xf0)][_0x1b17da(0x11c)];let _0x2e4731=!0x0,_0x481c3e=!0x0;for(const _0x1363cd of _0xfbdd8e)if(_0x1363cd[_0x1b17da(0xa6)]&&_0x1363cd[_0x1b17da(0xa6)][_0x1b17da(0xd0)](_0x1b17da(0x154))){if(!_0x1363cd[_0x1b17da(0xf0)][_0x1b17da(0x11c)]){_0x481c3e=!0x1;break;}if(_0x1363cd['id']!=_0x146f54['id']&&_0x1363cd[_0x1b17da(0xf0)][_0x1b17da(0x11c)]==_0x5dcd75){_0x2e4731=!0x1;break;}}_0x481c3e&&_0x2e4731&&(_0x146f54[_0x1b17da(0x11a)](),_0x465ad9=!0x0);}}for(const _0x81fd0e of _0x199e9f)_0x30ecb4[_0x1b17da(0xb2)](_0x81fd0e);for(const _0x369019 of _0x42c4f7)_0x30ecb4[_0x1b17da(0x109)](_0x369019);return _0x465ad9;}),_0x544d0e[_0x566ee2(0xb1)][_0x566ee2(0xd5)](_0x566ee2(0xbf))[_0x566ee2(0xae)]({'model':_0x566ee2(0xd9),'view':(_0x2fc089,_0xe2e9e)=>_0x527976(_0x2fc089),'converterPriority':_0x566ee2(0x144)}),_0x544d0e[_0x566ee2(0xb1)][_0x566ee2(0xd5)](_0x566ee2(0x15a))[_0x566ee2(0xae)]({'model':_0x566ee2(0xd9),'view':(_0x1e2730,_0x393a02)=>_0x393a02[_0x566ee2(0xb8)][_0x566ee2(0x138)]?_0x527976(_0x1e2730,!0x1):null,'converterPriority':_0x566ee2(0x144)});const _0x4f20ef=_0x544d0e[_0x566ee2(0x15d)][_0x566ee2(0xca)];this[_0x566ee2(0xee)](_0x4f20ef[_0x566ee2(0x107)],_0x566ee2(0x104),(_0xcc64fd,_0x55590e)=>{const _0x5eab72=_0x566ee2,_0x40d796=[];for(const _0x48674b of _0x4f20ef[_0x5eab72(0xbe)](_0x55590e[_0x5eab72(0x15f)])[_0x5eab72(0x117)]())_0x48674b['is'](_0x5eab72(0x132),_0x5eab72(0x151))&&_0x40d796[_0x5eab72(0xa1)](_0x48674b);_0x4f20ef[_0x5eab72(0x9f)](_0x570472=>{const _0x401923=_0x5eab72;for(const _0x48235c of _0x40d796)_0x570472[_0x401923(0xa0)](_0x570472[_0x401923(0xbe)](_0x48235c),_0x570472[_0x401923(0x9e)](_0x48235c)),_0x570472[_0x401923(0xb2)](_0x48235c);});});}}function _0x2866(_0x59db28,_0x2a5d3b){const _0x5a5501=_0x5a55();return _0x2866=function(_0x286667,_0x5a7771){_0x286667=_0x286667-0x9d;let _0x61e62e=_0x5a5501[_0x286667];return _0x61e62e;},_0x2866(_0x59db28,_0x2a5d3b);}function ke(_0x5f01fe){const _0x11be7a=_0x54375a;if(_0x5f01fe[_0x11be7a(0xe9)])return!0x0;const _0x10d3f9=_0x5f01fe[_0x11be7a(0xc4)](0x0);return _0x10d3f9['is'](_0x11be7a(0x132),_0x11be7a(0xe7))&&_0x10d3f9[_0x11be7a(0xe9)];}function Re(_0x902902,_0x4ce7f9={},_0x4836b2){const _0x76a1ff=_0x54375a;for(const {isAnchor:_0x194cd9,cellHeight:_0x6e0dff,cellWidth:_0x16730d}of _0x4836b2[_0x76a1ff(0x13f)](_0x902902,{'includeAllSlots':!0x0,..._0x4ce7f9}))if(!_0x194cd9||0x1!=_0x6e0dff||0x1!=_0x16730d)return!0x1;return!0x0;}function _0x5a55(){const _0x173b8b=['fromEntries','next','getShiftedBy','fill','markerName','type','registerDescriptionCallback','suggestionLoaded','tableCellBorderColor','createPositionBefore','change','move','push','markers','deletionRanges','getRange','get','subType','documentSelection','call','find','containsRange','locale','requires','set','markerToHighlight','1440695Hfuhim','getSuggestionCallback','conversion','remove','insertContent','discard','tableCellBorderWidth','$graveyard','last','options','tablePasteRow','tableCellBackgroundColor','register','columns','plugins','createRangeIn','editingDowncast','getChildren','table','includes','_getCoordsForCells','getChild','return','getAllAdjacentSuggestions','markerAttributes','tableCellPadding','35164ndAWQu','view','getColumnIndexes','347128IrSHHp','getMarkers','_createdBatches','cell','startsWith','findAncestor','columnInsertionIndexes','name','redo','for','endRow','getSuggestion','setAttributes','suggestion:formatBlock:tablePasteCell','58832hCrsRA','createRangeOn','tableCellHorizontalAlignment','column','afterInit','rowInsertionIndexes','tableCellBorderStyle','map','add','entries','createElement','147abYGkr','newRange','paragraph','rowInsertionRanges','isEmpty','registerCustomCallback','removeMarker','getRowIndexes','start','listenTo','keys','attributes','row','ck-suggestion-marker--active','markMultiRangeBlockFormat','join','getTableIfOnlyTableInContent','forEach','deletion','insertion','getRows','setAttribute','519184raOTyi','856910XdHJJv','getColumns','fromRange','from','differ','ck-suggestion-marker-insertion','removeColumns','tablePasteColumn','clipboardOutput','nodeAfter','markMultiRangeInsertion','document','oldRange','unwrap','trackChanges','_tablePostFixingSubtypes','activeMarkers','tablePasteCell','low','tableCellSuggestion','descriptionFactory','isInContent','model','TrackChangesEditing','removeRows','tableCellVerticalAlignment','tableCell','getItems','*Replace\x20table\x20cells*','reduce','removeMarkers','position','tablePasteChainId','getSelectionAffectedTableCells','updateMarker','suggestion','batch','getSuggestions','2088906rdPXTJ','_suggestionFactory','previousSibling','end','value','Users','root','nextSibling','first','cells','selection','insertRows','27JMzuxz','getChangedMarkers','wrap','forceDefaultExecution','element','has','every','filter','getRanges','some','showSuggestionHighlights','endColumn','TableClipboard','suggestionUnloaded','hasSuggestion','editor','_replaceTableSlotCell','createTableWalker','createRange','_isForcedDefaultExecutionBlock','elementToElement','accept','high','length','author','_splitMarkerName','schema','insert','ck-suggestion-marker','TableUtils','getContainedElement','getChanges','detach','insertionRanges','formatBlock','suggestion-td','registerPostFixer','columnInsertionRanges','tablePaste','commands','getAttributes','stop','rootName','previous','dataDowncast','isEqual','insertColumns','editing','markMultiRangeDeletion','content','rows','28TCoIcs'];_0x5a55=function(){return _0x173b8b;};return _0x5a55();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1975(){const _0x45f87f=['getSuggestions','1056900MAYXfu','formatInline','formatBlock','resizeTable','4206550lICiwT','bind','afterInit','model','getContainedElement','selection','get','subType','35wcwanS','getAttribute','tableWidth','59379NxbMCR','registerCustomCallback','registerDescriptionCallback','markBlockFormat','format','data','change','handleResizeTableWidthCommand','getSuggestionCallback','document','author','getTableColumnsWidths','6426150HBGHIe','284nYlDYm','handleSuggestionDescription','accept','932370NZPgdX','columnWidths','*Format:*\x20resize\x20table','editor','TableColumnResizeEditing','1327692EXhCiw','plugins','getSelectedElement','31336RaCYrv','formatGroupId','getColumnGroupElement','1332lkdTGI','table','commandParams','locale','resizeTableWidth','enableCommand','TrackChangesEditing','Users','descriptionFactory','type','discard','_suggestionFactory','has'];_0x1975=function(){return _0x45f87f;};return _0x1975();}const _0x2bb370=_0x1dbd;(function(_0x38e2a5,_0xc18cd5){const _0x45a06a=_0x1dbd,_0x213b68=_0x38e2a5();while(!![]){try{const _0x439a26=parseInt(_0x45a06a(0x8d))/0x1+parseInt(_0x45a06a(0x79))/0x2+-parseInt(_0x45a06a(0x9c))/0x3*(parseInt(_0x45a06a(0x71))/0x4)+parseInt(_0x45a06a(0x91))/0x5+parseInt(_0x45a06a(0x74))/0x6*(parseInt(_0x45a06a(0x99))/0x7)+-parseInt(_0x45a06a(0x7c))/0x8*(parseInt(_0x45a06a(0x7f))/0x9)+-parseInt(_0x45a06a(0x70))/0xa;if(_0x439a26===_0xc18cd5)break;else _0x213b68['push'](_0x213b68['shift']());}catch(_0x4470f4){_0x213b68['push'](_0x213b68['shift']());}}}(_0x1975,0xadae5));function _0x1dbd(_0x13c3d1,_0x8fafd8){const _0x197515=_0x1975();return _0x1dbd=function(_0x1dbd16,_0x5ac203){_0x1dbd16=_0x1dbd16-0x6c;let _0x452dd4=_0x197515[_0x1dbd16];return _0x452dd4;},_0x1dbd(_0x13c3d1,_0x8fafd8);}import{Plugin as _0x2c49dd}from'ckeditor5/src/core.js';import{getTranslation as _0x7c885f}from'../utils/common-translations.js';export default class Nt extends _0x2c49dd{[_0x2bb370(0x93)](){const _0x1048e2=_0x2bb370;if(!this[_0x1048e2(0x77)][_0x1048e2(0x7a)][_0x1048e2(0x8b)](_0x1048e2(0x78)))return;const _0x5cb9ee=this[_0x1048e2(0x77)][_0x1048e2(0x7a)][_0x1048e2(0x97)](_0x1048e2(0x85));_0x5cb9ee[_0x1048e2(0x84)](_0x1048e2(0x83),this[_0x1048e2(0xa3)][_0x1048e2(0x92)](this)),_0x5cb9ee[_0x1048e2(0x8a)][_0x1048e2(0x9d)](_0x1048e2(0x8f),_0x1048e2(0x90),_0x1048e2(0x73),_0x5cb9ee[_0x1048e2(0x8a)][_0x1048e2(0x6c)](_0x1048e2(0x8f),null,_0x1048e2(0x89))),_0x5cb9ee[_0x1048e2(0x8a)][_0x1048e2(0x9d)](_0x1048e2(0x8f),_0x1048e2(0x90),_0x1048e2(0x89),_0x5cb9ee[_0x1048e2(0x8a)][_0x1048e2(0x6c)](_0x1048e2(0x8f),null,_0x1048e2(0x73))),_0x5cb9ee[_0x1048e2(0x87)][_0x1048e2(0x9e)](this[_0x1048e2(0x72)][_0x1048e2(0x92)](this));}[_0x2bb370(0xa3)](_0x226627,_0x41f04a){const _0xf08608=_0x2bb370,_0x31e235=this[_0xf08608(0x77)][_0xf08608(0x7a)][_0xf08608(0x97)](_0xf08608(0x85)),_0x533ae9=this[_0xf08608(0x77)][_0xf08608(0x7a)][_0xf08608(0x97)](_0xf08608(0x78)),_0x19663a=_0x41f04a[_0xf08608(0x80)]||this[_0xf08608(0x77)][_0xf08608(0x94)][_0xf08608(0x6d)][_0xf08608(0x96)][_0xf08608(0x7b)]();this[_0xf08608(0x77)][_0xf08608(0x94)][_0xf08608(0xa2)](()=>{const _0x5de3ba=_0xf08608,_0x1efa72=_0x533ae9[_0x5de3ba(0x7e)](_0x19663a);let _0x321f5e=_0x1efa72?_0x533ae9[_0x5de3ba(0x6f)](_0x1efa72):null,_0x56a837=_0x19663a[_0x5de3ba(0x9a)](_0x5de3ba(0x9b))||null;const _0x31c4bc=_0x41f04a[_0x5de3ba(0x9b)]||_0x56a837,_0x28a09d=_0x41f04a[_0x5de3ba(0x75)]||_0x321f5e,_0xc88f4d=this[_0x5de3ba(0x77)][_0x5de3ba(0x7a)][_0x5de3ba(0x97)](_0x5de3ba(0x86))['me'];for(const _0x20ab86 of _0x31e235[_0x5de3ba(0x8c)]()){const _0x42caa0=_0x20ab86[_0x5de3ba(0x95)]();if(_0x5de3ba(0x90)===_0x20ab86[_0x5de3ba(0x98)]&&_0x42caa0===_0x19663a){_0x20ab86[_0x5de3ba(0x6e)]!==_0xc88f4d&&_0x20ab86[_0x5de3ba(0x89)]();const _0x127109=_0x20ab86[_0x5de3ba(0xa1)][_0x5de3ba(0x81)];_0x56a837=_0x127109[0x0][_0x5de3ba(0x9b)],_0x321f5e=_0x127109[0x0][_0x5de3ba(0x75)];break;}}_0x226627({'table':_0x19663a,'tableWidth':_0x31c4bc,'columnWidths':_0x28a09d}),_0x31e235[_0x5de3ba(0x9f)](_0x19663a,{'commandName':_0x5de3ba(0x83),'commandParams':[{'tableWidth':_0x56a837,'columnWidths':_0x321f5e}],'formatGroupId':_0x5de3ba(0x90)},[],_0x5de3ba(0x90));});}[_0x2bb370(0x72)](_0x265754){const _0x1b5c10=_0x2bb370;if(_0x1b5c10(0x8f)!=_0x265754[_0x1b5c10(0x88)]&&_0x1b5c10(0x8e)!=_0x265754[_0x1b5c10(0x88)])return;const {data:_0x455823}=_0x265754;if(_0x455823&&_0x1b5c10(0x90)===_0x455823[_0x1b5c10(0x7d)]){const _0x1ecaba=_0x1b5c10(0x76);return{'type':_0x1b5c10(0xa0),'content':_0x7c885f(this[_0x1b5c10(0x77)][_0x1b5c10(0x82)],_0x1ecaba)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x51d061=_0x15d0;(function(_0x513dcd,_0x51d2a9){const _0xf02859=_0x15d0,_0x37912f=_0x513dcd();while(!![]){try{const _0x3071a0=parseInt(_0xf02859(0xeb))/0x1*(parseInt(_0xf02859(0xc3))/0x2)+parseInt(_0xf02859(0xd8))/0x3*(parseInt(_0xf02859(0xa7))/0x4)+parseInt(_0xf02859(0xda))/0x5+-parseInt(_0xf02859(0xb5))/0x6*(-parseInt(_0xf02859(0xec))/0x7)+parseInt(_0xf02859(0xc9))/0x8+-parseInt(_0xf02859(0xd6))/0x9*(parseInt(_0xf02859(0x9c))/0xa)+-parseInt(_0xf02859(0xc5))/0xb;if(_0x3071a0===_0x51d2a9)break;else _0x37912f['push'](_0x37912f['shift']());}catch(_0x5b280f){_0x37912f['push'](_0x37912f['shift']());}}}(_0x31e0,0x2ef7d));function _0x31e0(){const _0x40c768=['get','bindElementToMarker','markerName','registerDescriptionCallback','consumable','TrackChangesEditing','downcastDispatcher','ck-suggestion-marker--active','registerBlockAttribute','18stSwWl','FORMAT_REGULAR_COLUMN','113529CrIhuz','addMarker:suggestion','1266220iazlZc','ck-suggestion-marker-','createTableWalker','headingRows','end','writer','unbindElementFromMarkerName','type','locale','getSuggestion','showSuggestionHighlights','registerCustomCallback','start','FORMAT_HEADER_COLUMN','setAttribute','setTableRowHeader','removeAttribute','1epjCEM','28ifDAzQ','_handleLegacySuggestions','format','forceValue','mapper','_suggestionFactory','plugins','1627420qDJdHf','nodeBefore','requires','removeClass','nodeAfter','editing','TableEditing','_acceptFormatSuggestionCallbackFactory','parent','activeMarkers','name','32aeTXmM','commandParams','_registerLegacyDescription','editor','afterInit','formatBlock','descriptionFactory','removeMarker:suggestion','FORMAT_HEADER_ROW','_splitMarkerName','addClass','getCellLocation','has','enableDefaultAttributesIntegration','514434XaPoYf','*Format:*\x20%0','data-suggestion','stop','markerRange','registerAttributeLabel','item','consume','accept','options','headingColumns','toViewElement','includes','commandName','249706FYOjlQ','FORMAT_REGULAR_ROW','6990038ucBOKV','cell','highest','markerNameToElements','1036208fBHvvi','data','TableUtils','setTableColumnHeader'];_0x31e0=function(){return _0x40c768;};return _0x31e0();}import{Plugin as _0xa5de41}from'ckeditor5/src/core.js';function _0x15d0(_0x1fee31,_0x2b0ce4){const _0x31e076=_0x31e0();return _0x15d0=function(_0x15d070,_0x389372){_0x15d070=_0x15d070-0x99;let _0x1fffce=_0x31e076[_0x15d070];return _0x1fffce;},_0x15d0(_0x1fee31,_0x2b0ce4);}import _0x24fe7e from'./table.js';import{getTranslation as _0x592ccc}from'../utils/common-translations.js';export default class Ct extends _0xa5de41{static get[_0x51d061(0x9e)](){return[_0x24fe7e];}[_0x51d061(0xab)](){const _0x53ef7a=_0x51d061,_0x5ab680=this[_0x53ef7a(0xaa)];if(!_0x5ab680[_0x53ef7a(0x9b)][_0x53ef7a(0xb3)](_0x53ef7a(0xa2)))return;const _0x51c715=_0x5ab680[_0x53ef7a(0xe2)],_0x22afd8=_0x5ab680[_0x53ef7a(0x9b)][_0x53ef7a(0xcd)](_0x53ef7a(0xd2));_0x22afd8[_0x53ef7a(0xb4)](_0x53ef7a(0xe9)),_0x22afd8[_0x53ef7a(0xb4)](_0x53ef7a(0xcc)),_0x22afd8[_0x53ef7a(0xd5)](_0x53ef7a(0xdd)),_0x22afd8[_0x53ef7a(0xd5)](_0x53ef7a(0xbf)),_0x22afd8[_0x53ef7a(0xad)][_0x53ef7a(0xba)](_0x53ef7a(0xdd),_0x592ccc(_0x51c715,_0x53ef7a(0xaf))),_0x22afd8[_0x53ef7a(0xad)][_0x53ef7a(0xba)](_0x53ef7a(0xbf),_0x592ccc(_0x51c715,_0x53ef7a(0xe7))),this[_0x53ef7a(0xed)]();}[_0x51d061(0xed)](){const _0x18574d=_0x51d061,_0x542fa1=this[_0x18574d(0xaa)][_0x18574d(0x9b)][_0x18574d(0xcd)](_0x18574d(0xd2)),_0x482030=this[_0x18574d(0xaa)][_0x18574d(0x9b)][_0x18574d(0xcd)](_0x18574d(0xcb)),_0x5052fa=this[_0x18574d(0xaa)][_0x18574d(0x9b)][_0x18574d(0xcd)](_0x24fe7e)[_0x18574d(0xa3)]();function _0x31d5ed({showActiveMarker:_0x57f0b9=!0x0,setDataAttribute:_0x3f0655=!0x0}={}){return(_0x54cc41,_0x286efa,_0x13fe38)=>{const _0x1f72a1=_0x15d0,{type:_0x2ef8c2,id:_0x34852b}=_0x542fa1[_0x1f72a1(0xb0)](_0x286efa[_0x1f72a1(0xcf)]),_0x598309=_0x542fa1[_0x1f72a1(0xe3)](_0x34852b),_0x2bdc3c=_0x598309[_0x1f72a1(0xca)];if(_0x1f72a1(0xac)!=_0x598309[_0x1f72a1(0xe1)]||!_0x2bdc3c||_0x1f72a1(0xcc)!=_0x2bdc3c[_0x1f72a1(0xc2)])return;if(_0x286efa[_0x1f72a1(0xbb)])return void _0x54cc41[_0x1f72a1(0xb8)]();if(!_0x13fe38[_0x1f72a1(0xd1)][_0x1f72a1(0xbc)](_0x286efa[_0x1f72a1(0xb9)],_0x54cc41[_0x1f72a1(0xa6)]))return;const _0xe447a=_0x286efa[_0x1f72a1(0xb9)][_0x1f72a1(0xe6)][_0x1f72a1(0xa0)],_0x8eca6b=_0x286efa[_0x1f72a1(0xb9)][_0x1f72a1(0xde)][_0x1f72a1(0x9d)],_0x582c0a=_0xe447a[_0x1f72a1(0xa4)][_0x1f72a1(0xa4)],{column:_0x74d8f7}=_0x482030[_0x1f72a1(0xb2)](_0xe447a),{column:_0x2c94cf}=_0x482030[_0x1f72a1(0xb2)](_0x8eca6b);for(let _0xe90f90=_0x74d8f7;_0xe90f90<=_0x2c94cf;_0xe90f90++){const _0x2a5b06=_0x482030[_0x1f72a1(0xdc)](_0x582c0a,{'column':_0xe90f90,'includeAllSlots':!0x1});for(const _0x4754ba of _0x2a5b06){const _0x12c017=_0x4754ba[_0x1f72a1(0xc6)],_0x560bc5=_0x13fe38[_0x1f72a1(0x99)][_0x1f72a1(0xc0)](_0x12c017);_0x13fe38[_0x1f72a1(0xdf)][_0x1f72a1(0xb1)](_0x1f72a1(0xdb)+_0x2ef8c2,_0x560bc5),_0x3f0655&&_0x13fe38[_0x1f72a1(0xdf)][_0x1f72a1(0xe8)](_0x1f72a1(0xb7),_0x34852b,_0x560bc5),_0x13fe38[_0x1f72a1(0x99)][_0x1f72a1(0xce)](_0x560bc5,_0x286efa[_0x1f72a1(0xcf)]),_0x57f0b9&&(_0x542fa1[_0x1f72a1(0xa5)][_0x1f72a1(0xc1)](_0x286efa[_0x1f72a1(0xcf)])?_0x13fe38[_0x1f72a1(0xdf)][_0x1f72a1(0xb1)](_0x1f72a1(0xd4),_0x560bc5):_0x13fe38[_0x1f72a1(0xdf)][_0x1f72a1(0x9f)](_0x1f72a1(0xd4),_0x560bc5));}}};}_0x542fa1[_0x18574d(0x9a)][_0x18574d(0xe5)](_0x18574d(0xac),_0x18574d(0xe9),_0x18574d(0xbd),_0x5052fa),_0x542fa1[_0x18574d(0x9a)][_0x18574d(0xe5)](_0x18574d(0xac),_0x18574d(0xcc),_0x18574d(0xbd),_0x5052fa),this[_0x18574d(0xaa)][_0x18574d(0xa1)][_0x18574d(0xd3)]['on'](_0x18574d(0xd9),_0x31d5ed(),{'priority':_0x18574d(0xc7)}),this[_0x18574d(0xaa)][_0x18574d(0xca)][_0x18574d(0xd3)]['on'](_0x18574d(0xd9),(_0x5ba61e,_0x22eb8d,_0xc6918d)=>{const _0x4152d7=_0x18574d;_0xc6918d[_0x4152d7(0xbe)][_0x4152d7(0xe4)]&&_0x31d5ed({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x5ba61e,_0x22eb8d,_0xc6918d);},{'priority':_0x18574d(0xc7)}),this[_0x18574d(0xaa)][_0x18574d(0xa1)][_0x18574d(0xd3)]['on'](_0x18574d(0xae),(_0x26e494,_0x3a80eb,_0x4e8357)=>{const _0x4f893c=_0x18574d,{type:_0x481253,id:_0x2d6ba0}=_0x542fa1[_0x4f893c(0xb0)](_0x3a80eb[_0x4f893c(0xcf)]),_0x1b450b=_0x542fa1[_0x4f893c(0xe3)](_0x2d6ba0),_0x2cc888=_0x1b450b[_0x4f893c(0xca)];if(_0x4f893c(0xac)!=_0x1b450b[_0x4f893c(0xe1)]||!_0x2cc888||_0x4f893c(0xcc)!=_0x2cc888[_0x4f893c(0xc2)])return;const _0x3cfd92=_0x4e8357[_0x4f893c(0x99)][_0x4f893c(0xc8)](_0x3a80eb[_0x4f893c(0xcf)]);if(_0x3cfd92){for(const _0x276461 of _0x3cfd92)_0x4e8357[_0x4f893c(0xdf)][_0x4f893c(0x9f)](_0x4f893c(0xdb)+_0x481253,_0x276461),_0x4e8357[_0x4f893c(0xdf)][_0x4f893c(0x9f)](_0x4f893c(0xd4),_0x276461),_0x4e8357[_0x4f893c(0xdf)][_0x4f893c(0xea)](_0x4f893c(0xb7),_0x276461),_0x4e8357[_0x4f893c(0x99)][_0x4f893c(0xe0)](_0x276461,_0x3a80eb[_0x4f893c(0xcf)]);}},{'priority':_0x18574d(0xc7)}),this[_0x18574d(0xa9)]();}[_0x51d061(0xa9)](){const _0x2ae0d5=_0x51d061,_0x1f73ac=this[_0x2ae0d5(0xaa)],_0x323306=_0x1f73ac[_0x2ae0d5(0xe2)];function _0x3542ea(_0x461d2c){const _0x1acd8e=_0x2ae0d5;return{'type':_0x1acd8e(0xee),'content':_0x592ccc(_0x323306,_0x1acd8e(0xb6),_0x461d2c)};}_0x1f73ac[_0x2ae0d5(0x9b)][_0x2ae0d5(0xcd)](_0x2ae0d5(0xd2))[_0x2ae0d5(0xad)][_0x2ae0d5(0xd0)](_0x32526c=>{const _0x38325a=_0x2ae0d5;if(_0x38325a(0xac)!=_0x32526c[_0x38325a(0xe1)])return;const {data:_0x4d7842}=_0x32526c;if(_0x4d7842){if(_0x38325a(0xe9)==_0x4d7842[_0x38325a(0xc2)]){const _0x1551c1=_0x4d7842[_0x38325a(0xa8)][0x0][_0x38325a(0xef)];return _0x3542ea(_0x592ccc(_0x323306,_0x1551c1?_0x38325a(0xaf):_0x38325a(0xc4)));}if(_0x38325a(0xcc)==_0x4d7842[_0x38325a(0xc2)]){const _0x21ff4e=_0x4d7842[_0x38325a(0xa8)][0x0][_0x38325a(0xef)];return _0x3542ea(_0x592ccc(_0x323306,_0x21ff4e?_0x38325a(0xe7):_0x38325a(0xd7)));}}});}}
|