@ckeditor/ckeditor5-track-changes 41.4.2 → 42.0.0-alpha.1
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/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- 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/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/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.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x24b97c=_0x26fb;(function(_0x381056,_0x4af8fe){const _0x1b4095=_0x26fb,_0x134330=_0x381056();while(!![]){try{const _0x53edc6=-parseInt(_0x1b4095(0x168))/0x1*(-parseInt(_0x1b4095(0x151))/0x2)+parseInt(_0x1b4095(0x15f))/0x3+parseInt(_0x1b4095(0x14e))/0x4+-parseInt(_0x1b4095(0x159))/0x5+-parseInt(_0x1b4095(0x15e))/0x6*(parseInt(_0x1b4095(0x15a))/0x7)+-parseInt(_0x1b4095(0x158))/0x8+parseInt(_0x1b4095(0x165))/0x9*(parseInt(_0x1b4095(0x161))/0xa);if(_0x53edc6===_0x4af8fe)break;else _0x134330['push'](_0x134330['shift']());}catch(_0x57e085){_0x134330['push'](_0x134330['shift']());}}}(_0x5b9c,0x96c7f));import{Plugin as _0x5a7d0f}from'ckeditor5/src/core.js';function _0x26fb(_0x3d4758,_0x407bc3){const _0x5b9cd6=_0x5b9c();return _0x26fb=function(_0x26fb4c,_0x2f51ba){_0x26fb4c=_0x26fb4c-0x14e;let _0x5d9a08=_0x5b9cd6[_0x26fb4c];return _0x5d9a08;},_0x26fb(_0x3d4758,_0x407bc3);}function _0x5b9c(){const _0x4670c5=['discardAllSuggestions','goToPreviousRestrictedEditingException','plugins','trackChanges','TrackChangesEditing','1710016MBkaMI','4292330bTuBtT','7qDAmoN','has','acceptSuggestion','acceptSelectedSuggestions','1986312glkpiZ','2618145DRFVXL','goToNextRestrictedEditingException','20XDZySI','afterInit','editor','acceptAllSuggestions','123786pMJGlT','discardSelectedSuggestions','discardSuggestion','8539FjaZIf','42304GNhxga','get','RestrictedEditingModeEditing','260tfpkWG','enableCommand'];_0x5b9c=function(){return _0x4670c5;};return _0x5b9c();}export default class kt extends _0x5a7d0f{[_0x24b97c(0x162)](){const _0x14c9c3=_0x24b97c,_0x1a32b2=this[_0x14c9c3(0x163)];if(!_0x1a32b2[_0x14c9c3(0x155)][_0x14c9c3(0x15b)](_0x14c9c3(0x150)))return;const _0xb532e5=_0x1a32b2[_0x14c9c3(0x155)][_0x14c9c3(0x14f)](_0x14c9c3(0x157));_0xb532e5[_0x14c9c3(0x152)](_0x14c9c3(0x154)),_0xb532e5[_0x14c9c3(0x152)](_0x14c9c3(0x160));const _0x1b3dd9=_0x1a32b2[_0x14c9c3(0x155)][_0x14c9c3(0x14f)](_0x14c9c3(0x150));_0x1b3dd9[_0x14c9c3(0x152)](_0x14c9c3(0x156)),_0x1b3dd9[_0x14c9c3(0x152)](_0x14c9c3(0x15c)),_0x1b3dd9[_0x14c9c3(0x152)](_0x14c9c3(0x167)),_0x1b3dd9[_0x14c9c3(0x152)](_0x14c9c3(0x164)),_0x1b3dd9[_0x14c9c3(0x152)](_0x14c9c3(0x153)),_0x1b3dd9[_0x14c9c3(0x152)](_0x14c9c3(0x15d)),_0x1b3dd9[_0x14c9c3(0x152)](_0x14c9c3(0x166));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x493f(){const _0x273f86=['ELEMENT_LINE_BREAK','78426kHDotb','high','createPositionBefore','get','addMarker:suggestion:insertion','includes','82384YNdWXy','enableCommand','2212533yJTbrO','ck-suggestion-marker-','requires','bindElementToMarker','options','insert','10EGLJWM','test','1830FKVIYU','addMarker:suggestion:deletion','createUIElement','downcastDispatcher','1173292TSUiaP','name','deletion','model','locale','275wOXNNe','ck-suggestion-marker--active','merge','init','3jksSgH','span','markerRange','plugins','addMarker:suggestion','showSuggestionHighlights','getItems','markerName','element','TrackChangesEditing','editing','editor','descriptionFactory','consumable','activeMarkers','5144095bFPYil','registerElementLabel','703726UznpMR','softBreak','writer','133nTuEHs','data','12ToFsfi','split','shiftEnter','toViewPosition','addClass','mapper'];_0x493f=function(){return _0x273f86;};return _0x493f();}const _0x17a7a9=_0x4c5a;function _0x4c5a(_0x6884b5,_0x214ad1){const _0x493ff8=_0x493f();return _0x4c5a=function(_0x4c5a6f,_0x5b66c7){_0x4c5a6f=_0x4c5a6f-0xc1;let _0x26a373=_0x493ff8[_0x4c5a6f];return _0x26a373;},_0x4c5a(_0x6884b5,_0x214ad1);}(function(_0x2b5553,_0x2cdb26){const _0x57412b=_0x4c5a,_0x2ce5e1=_0x2b5553();while(!![]){try{const _0x3128e4=-parseInt(_0x57412b(0xe2))/0x1+parseInt(_0x57412b(0xd6))/0x2*(-parseInt(_0x57412b(0xc5))/0x3)+-parseInt(_0x57412b(0xf6))/0x4+parseInt(_0x57412b(0xc1))/0x5*(parseInt(_0x57412b(0xf2))/0x6)+-parseInt(_0x57412b(0xd9))/0x7*(-parseInt(_0x57412b(0xe8))/0x8)+parseInt(_0x57412b(0xea))/0x9*(parseInt(_0x57412b(0xf0))/0xa)+parseInt(_0x57412b(0xd4))/0xb*(parseInt(_0x57412b(0xdb))/0xc);if(_0x3128e4===_0x2cdb26)break;else _0x2ce5e1['push'](_0x2ce5e1['shift']());}catch(_0x11ab9a){_0x2ce5e1['push'](_0x2ce5e1['shift']());}}}(_0x493f,0x31643));import{Plugin as _0x17f75e}from'ckeditor5/src/core.js';import{ShiftEnter as _0x2c919e}from'ckeditor5/src/enter.js';import{getTranslation as _0x4a2c39}from'../utils/common-translations.js';export default class bt extends _0x17f75e{static get[_0x17a7a9(0xec)](){return[_0x2c919e];}[_0x17a7a9(0xc4)](){const _0x2d0dc6=_0x17a7a9,_0x2e8fe9=this[_0x2d0dc6(0xd0)],_0x6138fc=_0x2e8fe9[_0x2d0dc6(0xc8)][_0x2d0dc6(0xe5)](_0x2d0dc6(0xce));_0x6138fc[_0x2d0dc6(0xe9)](_0x2d0dc6(0xdd)),_0x2e8fe9[_0x2d0dc6(0xcf)][_0x2d0dc6(0xf5)]['on'](_0x2d0dc6(0xe6),de(_0x2e8fe9),{'priority':_0x2d0dc6(0xe3)}),_0x2e8fe9[_0x2d0dc6(0xcf)][_0x2d0dc6(0xf5)]['on'](_0x2d0dc6(0xf3),de(_0x2e8fe9),{'priority':_0x2d0dc6(0xe3)}),_0x2e8fe9[_0x2d0dc6(0xda)][_0x2d0dc6(0xf5)]['on'](_0x2d0dc6(0xc9),(_0x111233,_0x4a76c5,_0x2bedc6)=>{const _0xffa77f=_0x2d0dc6;_0x2bedc6[_0xffa77f(0xee)][_0xffa77f(0xca)]&&de(_0x2e8fe9,{'showActiveMarker':!0x1})(_0x111233,_0x4a76c5,_0x2bedc6);}),_0x6138fc[_0x2d0dc6(0xd1)][_0x2d0dc6(0xd5)](_0x2d0dc6(0xd7),_0x4cef45=>_0x4a2c39(_0x2e8fe9[_0x2d0dc6(0xfa)],_0x2d0dc6(0xe1),_0x4cef45));}}function de(_0x42695c,{showActiveMarker:_0x30fc8d=!0x0}={}){return(_0x2e1ce9,_0x2eddeb,_0x3f1361)=>{const _0x530755=_0x4c5a,_0x10ff01=_0x42695c[_0x530755(0xc8)][_0x530755(0xe5)](_0x530755(0xce));if(!_0x3f1361[_0x530755(0xd2)][_0x530755(0xf1)](_0x2eddeb[_0x530755(0xc7)],_0x2e1ce9[_0x530755(0xf7)]))return;const _0x24b724=_0x42695c[_0x530755(0xf9)];for(const _0x59a92b of _0x2eddeb[_0x530755(0xc7)][_0x530755(0xcb)]()){if(!_0x59a92b['is'](_0x530755(0xcd),_0x530755(0xd7)))continue;const _0x3c829f=_0x530755(0xf8)==_0x2eddeb[_0x530755(0xcc)][_0x530755(0xdc)](':')[0x1]?_0x530755(0xc3):_0x530755(0xdc),_0x2f84ee=_0x3f1361[_0x530755(0xd8)][_0x530755(0xf4)](_0x530755(0xc6),{'class':_0x530755(0xeb)+_0x3c829f}),_0x28a005=_0x3f1361[_0x530755(0xe0)][_0x530755(0xde)](_0x24b724[_0x530755(0xe4)](_0x59a92b));_0x30fc8d&&_0x10ff01[_0x530755(0xd3)][_0x530755(0xe7)](_0x2eddeb[_0x530755(0xcc)])&&_0x3f1361[_0x530755(0xd8)][_0x530755(0xdf)](_0x530755(0xc2),_0x2f84ee),_0x3f1361[_0x530755(0xd8)][_0x530755(0xef)](_0x28a005,_0x2f84ee),_0x3f1361[_0x530755(0xe0)][_0x530755(0xed)](_0x2f84ee,_0x2eddeb[_0x530755(0xcc)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1882ea=_0x1139;(function(_0xb6f975,_0x1a86df){const _0x2fcbfc=_0x1139,_0x4d23f4=_0xb6f975();while(!![]){try{const _0x44ba6c=parseInt(_0x2fcbfc(0x1e2))/0x1+-parseInt(_0x2fcbfc(0x1d7))/0x2*(-parseInt(_0x2fcbfc(0x1d1))/0x3)+parseInt(_0x2fcbfc(0x1df))/0x4*(-parseInt(_0x2fcbfc(0x1d0))/0x5)+parseInt(_0x2fcbfc(0x1e7))/0x6+parseInt(_0x2fcbfc(0x1d9))/0x7+parseInt(_0x2fcbfc(0x1ca))/0x8+-parseInt(_0x2fcbfc(0x1c7))/0x9;if(_0x44ba6c===_0x1a86df)break;else _0x4d23f4['push'](_0x4d23f4['shift']());}catch(_0x3c55e6){_0x4d23f4['push'](_0x4d23f4['shift']());}}}(_0x306c,0xa6c77));import{Plugin as _0x25a706}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x3d72c4}from'./utils.js';function _0x306c(){const _0x301757=['2715406VDsjin','enableCommand','8415106rmzmSF','isCollapsed','has','model','TrackChangesEditing','getRanges','251484CMPrrf','restrictedEditingException','afterInit','1312344hbAJWq','descriptionFactory','value','from','markInlineFormat','8099316UZshrC','change','forceValue','selection','FORMAT_RESTRICTED_ENABLED','editor','commands','formatInline','40388076rvLoqE','get','locale','91768IUQFVu','commandParams','format','registerDescriptionCallback','StandardEditingModeEditing','formatBlock','5gTBkYW','3eEJCTJ','FORMAT_RESTRICTED_DISABLED','type','commandName','plugins','document'];_0x306c=function(){return _0x301757;};return _0x306c();}function _0x1139(_0x496c2f,_0x181168){const _0x306ca7=_0x306c();return _0x1139=function(_0x11394f,_0x4e2ead){_0x11394f=_0x11394f-0x1c6;let _0x172b15=_0x306ca7[_0x11394f];return _0x172b15;},_0x1139(_0x496c2f,_0x181168);}import{getTranslation as _0x4faf78}from'../utils/common-translations.js';export default class wt extends _0x25a706{[_0x1882ea(0x1e1)](){const _0x39f5c4=_0x1882ea,_0x17b636=this[_0x39f5c4(0x1ec)],_0x5ba4ca=_0x17b636[_0x39f5c4(0x1dc)],_0x52d9aa=_0x17b636[_0x39f5c4(0x1c9)];if(!_0x17b636[_0x39f5c4(0x1d5)][_0x39f5c4(0x1db)](_0x39f5c4(0x1ce)))return;const _0x37f2be=_0x17b636[_0x39f5c4(0x1d5)][_0x39f5c4(0x1c8)](_0x39f5c4(0x1dd)),_0x46f9ee=_0x39f5c4(0x1e0),_0x218658=_0x17b636[_0x39f5c4(0x1ed)][_0x39f5c4(0x1c8)](_0x46f9ee);_0x37f2be[_0x39f5c4(0x1d8)](_0x46f9ee,(_0x104fe3,_0x3af08c={})=>{const _0x5e288d=_0x39f5c4,_0x3ede9e=_0x5ba4ca[_0x5e288d(0x1d6)][_0x5e288d(0x1ea)];if(_0x3ede9e[_0x5e288d(0x1da)])return void _0x104fe3(_0x3af08c);const _0x4bcc17=void 0x0!==_0x3af08c[_0x5e288d(0x1e9)]?_0x3af08c[_0x5e288d(0x1e9)]:!_0x218658[_0x5e288d(0x1e4)];_0x5ba4ca[_0x5e288d(0x1e8)](()=>{const _0x5f0509=_0x5e288d,_0x3f039f=Array[_0x5f0509(0x1e5)](_0x3ede9e[_0x5f0509(0x1de)]());for(const _0x5e9784 of _0x3f039f){const _0x5dab87=_0x4bcc17?[_0x5e9784]:_0x3d72c4(_0x46f9ee,_0x5e9784,_0x5ba4ca);for(const _0x17feaa of _0x5dab87)_0x37f2be[_0x5f0509(0x1e6)](_0x17feaa,{'commandName':_0x46f9ee,'commandParams':[{'forceValue':_0x4bcc17}]});}});}),_0x37f2be[_0x39f5c4(0x1e3)][_0x39f5c4(0x1cd)](_0x168f5b=>{const _0x20b990=_0x39f5c4;if(_0x20b990(0x1cf)!=_0x168f5b[_0x20b990(0x1d3)]&&_0x20b990(0x1c6)!=_0x168f5b[_0x20b990(0x1d3)])return;const {data:_0x25d525}=_0x168f5b;return _0x25d525&&_0x25d525[_0x20b990(0x1d4)]==_0x46f9ee?_0x25d525[_0x20b990(0x1cb)][0x0][_0x20b990(0x1e9)]?{'type':_0x20b990(0x1cc),'content':_0x4faf78(_0x52d9aa,_0x20b990(0x1eb))}:{'type':_0x20b990(0x1cc),'content':_0x4faf78(_0x52d9aa,_0x20b990(0x1d2))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1e26b1=_0x2c77;(function(_0x3700b4,_0x2bf0b1){const _0x25e6c9=_0x2c77,_0x2ce766=_0x3700b4();while(!![]){try{const _0x25c8fd=parseInt(_0x25e6c9(0x140))/0x1+parseInt(_0x25e6c9(0x13f))/0x2+-parseInt(_0x25e6c9(0x13d))/0x3*(-parseInt(_0x25e6c9(0x13b))/0x4)+-parseInt(_0x25e6c9(0x14a))/0x5*(-parseInt(_0x25e6c9(0x146))/0x6)+parseInt(_0x25e6c9(0x156))/0x7+-parseInt(_0x25e6c9(0x12d))/0x8+-parseInt(_0x25e6c9(0x135))/0x9;if(_0x25c8fd===_0x2bf0b1)break;else _0x2ce766['push'](_0x2ce766['shift']());}catch(_0x7ebd30){_0x2ce766['push'](_0x2ce766['shift']());}}}(_0x26cd,0x3ff8c));function _0x26cd(){const _0x9b7f00=['style','block','add','locale','413259kcEKaw','element','registerBlockAttribute','commandName','*Set\x20format:*\x20%0','_registerLegacyDescription','type','GeneralHtmlSupport','2579664xtCNIG','formatInline','FORMAT_STYLE','toLowerCase','StyleUtils','registerDescriptionCallback','Style','registerAttributeLabel','5938785PAwDcu','has','DataSchema','forceValue','getGhsAttributeNameForElement','definitions','28nOGelO','descriptionFactory','218703QhdiOc','config','463938RUOiCf','355193gLlTTe','plugins','ghsAttributes','afterInit','format','styleName','30ZJrNwL','inline','enableDefaultAttributesIntegration','normalizeConfig','87845dzVoza','*Remove\x20format:*\x20%0','registerInlineAttribute','editor','commandParams','formatBlock','get','TrackChangesEditing'];_0x26cd=function(){return _0x9b7f00;};return _0x26cd();}import{Plugin as _0x3f4e44}from'ckeditor5/src/core.js';import{getTranslation as _0x4331a5}from'../utils/common-translations.js';function _0x2c77(_0x48f71d,_0xd118de){const _0x26cd4c=_0x26cd();return _0x2c77=function(_0x2c773c,_0x394f1d){_0x2c773c=_0x2c773c-0x12a;let _0x10cdc1=_0x26cd4c[_0x2c773c];return _0x10cdc1;},_0x2c77(_0x48f71d,_0xd118de);}export default class yt extends _0x3f4e44{[_0x1e26b1(0x143)](){const _0x278692=_0x1e26b1,_0xca8aa8=this[_0x278692(0x14d)];if(!_0xca8aa8[_0x278692(0x141)][_0x278692(0x136)](_0x278692(0x133))||!_0xca8aa8[_0x278692(0x141)][_0x278692(0x136)](_0x278692(0x137)))return;const _0x33657a=_0xca8aa8[_0x278692(0x141)][_0x278692(0x150)](_0x278692(0x151)),_0x3df106=_0xca8aa8[_0x278692(0x155)],_0x46c6eb=_0xca8aa8[_0x278692(0x13e)][_0x278692(0x150)](_0x278692(0x152))||{},_0x19683c=_0xca8aa8[_0x278692(0x141)][_0x278692(0x150)](_0x278692(0x12c)),_0x229d72=_0xca8aa8[_0x278692(0x141)][_0x278692(0x150)](_0x278692(0x131))[_0x278692(0x149)](_0xca8aa8[_0x278692(0x141)][_0x278692(0x150)](_0x278692(0x137)),_0x46c6eb[_0x278692(0x13a)]);_0x33657a[_0x278692(0x148)](_0x278692(0x152));const _0x59b723=new Set();for(const _0x206f9b of _0x229d72[_0x278692(0x153)]){const _0x492b38=_0x19683c[_0x278692(0x139)](_0x206f9b[_0x278692(0x157)]);_0x59b723[_0x278692(0x154)](_0x492b38);}const _0x2de591=new Set();for(const _0x392571 of _0x229d72[_0x278692(0x147)]){const _0x171021=_0x19683c[_0x278692(0x139)](_0x392571[_0x278692(0x157)]);_0x2de591[_0x278692(0x154)](_0x171021);for(const _0x438e99 of _0x392571[_0x278692(0x142)])_0x2de591[_0x278692(0x154)](_0x438e99);}for(const _0x4e5709 of _0x59b723)_0x33657a[_0x278692(0x158)](_0x4e5709),_0x33657a[_0x278692(0x13c)][_0x278692(0x134)](_0x4e5709,_0x4331a5(_0x3df106,_0x278692(0x12f)));for(const _0x2d09b5 of _0x2de591)_0x33657a[_0x278692(0x14c)](_0x2d09b5),_0x33657a[_0x278692(0x13c)][_0x278692(0x134)](_0x2d09b5,_0x4331a5(_0x3df106,_0x278692(0x12f)));this[_0x278692(0x12a)]();}[_0x1e26b1(0x12a)](){const _0x4595d6=_0x1e26b1,_0x5cd2b1=this[_0x4595d6(0x14d)],_0x4d72c6=_0x5cd2b1[_0x4595d6(0x155)];_0x5cd2b1[_0x4595d6(0x141)][_0x4595d6(0x150)](_0x4595d6(0x151))[_0x4595d6(0x13c)][_0x4595d6(0x132)](_0x189bce=>{const _0x44fda5=_0x4595d6;if(_0x44fda5(0x14f)!=_0x189bce[_0x44fda5(0x12b)]&&_0x44fda5(0x12e)!=_0x189bce[_0x44fda5(0x12b)])return;const {data:_0x40c4a1}=_0x189bce;return _0x40c4a1&&_0x44fda5(0x152)===_0x40c4a1[_0x44fda5(0x159)]?_0x40c4a1[_0x44fda5(0x14e)][0x0][_0x44fda5(0x138)]?{'type':_0x44fda5(0x144),'content':_0x4331a5(_0x4d72c6,_0x44fda5(0x15a),_0x40c4a1[_0x44fda5(0x14e)][0x0][_0x44fda5(0x145)][_0x44fda5(0x130)]())}:{'type':_0x44fda5(0x144),'content':_0x4331a5(_0x4d72c6,_0x44fda5(0x14b),_0x40c4a1[_0x44fda5(0x14e)][0x0][_0x44fda5(0x145)][_0x44fda5(0x130)]())}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x53d84e=_0x4ba7;(function(_0x37e84b,_0x4cd70f){const _0xc50d86=_0x4ba7,_0xe5474a=_0x37e84b();while(!![]){try{const _0x53ae65=-parseInt(_0xc50d86(0x114))/0x1+-parseInt(_0xc50d86(0xf3))/0x2*(-parseInt(_0xc50d86(0xe8))/0x3)+-parseInt(_0xc50d86(0xe4))/0x4+parseInt(_0xc50d86(0x16b))/0x5+parseInt(_0xc50d86(0x13e))/0x6+parseInt(_0xc50d86(0x157))/0x7*(parseInt(_0xc50d86(0x171))/0x8)+-parseInt(_0xc50d86(0x106))/0x9;if(_0x53ae65===_0x4cd70f)break;else _0xe5474a['push'](_0xe5474a['shift']());}catch(_0x15be55){_0xe5474a['push'](_0xe5474a['shift']());}}}(_0x3739,0x3a626));function _0x4ba7(_0x3ed51e,_0x404eb1){const _0x3739ee=_0x3739();return _0x4ba7=function(_0x4ba70d,_0x1fafcb){_0x4ba70d=_0x4ba70d-0xdc;let _0x129ad0=_0x3739ee[_0x4ba70d];return _0x129ad0;},_0x4ba7(_0x3ed51e,_0x404eb1);}function _0x3739(){const _0x5a75ba=['batch','every','differ','colspan','ELEMENT_TABLE_WITH_TEXT','deletion','2443259UUystk','join','rowspan','min','registerCustomCallback','getChanges','data','findAncestor','descriptionFactory','start','editor','left','nodeBefore','document','ELEMENT_TABLE_COLUMN','isIntersectingWithRange','markMultiRangeDeletion','ELEMENT_TABLE_COLUMN_WITH_TEXT','MAX_SAFE_INTEGER','maxRow','490615axTbEx','from','showSuggestionHighlights','order','createRangeOn','insertTableRowAbove','8JXDxyU','enableCommand','classes','MIN_SAFE_INTEGER','$graveyard','rootName','last','removeTableColumn','isTouching','insertion','getAttribute','TrackChangesEditing','addMarker:suggestion','table','first','isInContent','_splitMarkerName','position','max','$textProxy','424568mWytNT','filter','getFirstRange','includes','3slRnYJ','highest','execute','toLowerCase','createTableWalker','addRange','insertTableColumnRight','createRangeIn','TableEditing','maxColumn','change','309622qOOwqO','_tablePostFixingSubtypes','tablePaste','insertTableRowBelow','insertTable','some','getRanges','map','selectTableRow','span','model','insertTableColumnLeft','getSelectionAffectedTableCells','forceValue','ELEMENT_TABLE_ROW','TableUtils','selectTableColumn','low','change:data','5134815uIMYAw','type','_suggestionFactory','removeTableRow','addClass','writer','_tableSuggestions','discard','subType','startsWith','end','commands','getItems','accept','97766HcfEiZ','has','plugins','getChildren','get','getCellLocation','getChangedMarkers','getColumnIndexes','selection','*Insert:*\x20%0','*Remove:*\x20%0','detach','downcastDispatcher','locale','name','getContainedElement','isArray','ELEMENT_TABLE_ROW_WITH_TEXT','tableCell','isEqual','mapper','enqueueChange','cell','_getSuggestionCoords','tableRow','refresh','insert','minColumn','setSelection','ELEMENT_TABLE','markMultiRangeInsertion','afterInit','nodeAfter','minRow','toViewElement','registerElementLabel','getSuggestion','getRowIndexes','registerDescriptionCallback','createPositionAt','registerPostFixer','above','2469684OPYaEf','root','element','fromRange','item','_setupColumnsRowsFixing','options','length','values','_getCoordsForCells','oldRange','add','suggestion','push','tableColumn','hasAttribute','_acceptFormatSuggestionCallbackFactory','removeClass','substr'];_0x3739=function(){return _0x5a75ba;};return _0x3739();}import{Plugin as _0x1b344a}from'ckeditor5/src/core.js';import{LiveRange as _0xd79a26}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x3de50b}from'ckeditor5/src/widget.js';import{getTranslation as _0x5d2fd0}from'../utils/common-translations.js';export default class jt extends _0x1b344a{constructor(_0x5c66c8){const _0x26a716=_0x4ba7;super(_0x5c66c8),this[_0x26a716(0xf4)]=[_0x26a716(0x12c),_0x26a716(0x14c)],this[_0x26a716(0x10c)]=new Set();}[_0x53d84e(0x133)](){const _0x4d4649=_0x53d84e,_0x45699b=this[_0x4d4649(0x161)],_0x1e63d4=_0x45699b[_0x4d4649(0xfd)][_0x4d4649(0x164)][_0x4d4649(0x11c)];if(!_0x45699b[_0x4d4649(0x116)][_0x4d4649(0x115)](_0x4d4649(0xf0)))return;const _0x4a5735=_0x45699b[_0x4d4649(0x121)],_0x5e79a1=_0x45699b[_0x4d4649(0x116)][_0x4d4649(0x118)](_0x4d4649(0x17c)),_0x39b6d7=_0x45699b[_0x4d4649(0x116)][_0x4d4649(0x118)](_0x4d4649(0x102));_0x5e79a1[_0x4d4649(0x15f)][_0x4d4649(0x137)](_0x4d4649(0xdd),_0x289867=>_0x5d2fd0(_0x4a5735,_0x4d4649(0x131),_0x289867)),this[_0x4d4649(0x143)](),_0x5e79a1[_0x4d4649(0x172)](_0x4d4649(0xf7)),_0x5e79a1[_0x4d4649(0x172)](_0x4d4649(0xfb)),_0x5e79a1[_0x4d4649(0x172)](_0x4d4649(0x103));for(const _0x241c33 of[_0x4d4649(0x170),_0x4d4649(0xf6)]){const _0x35fbfd=_0x45699b[_0x4d4649(0x111)][_0x4d4649(0x118)](_0x241c33);_0x5e79a1[_0x4d4649(0x172)](_0x241c33,_0x458efb=>{const _0xbadb4f=_0x4d4649;_0x45699b[_0xbadb4f(0xfd)][_0xbadb4f(0xf2)](_0x26a5e8=>{const _0x2700c7=_0xbadb4f;_0x458efb();const _0x2e139d=_0x2700c7(0x13d)===_0x35fbfd[_0x2700c7(0x16e)],_0x67b07e=_0x39b6d7[_0x2700c7(0xff)](_0x1e63d4),_0x59107b=_0x39b6d7[_0x2700c7(0x139)](_0x67b07e),_0x2cf8d0=_0x2e139d?_0x59107b[_0x2700c7(0xde)]-0x1:_0x59107b[_0x2700c7(0x177)]+0x1,_0xcb51ee=_0x67b07e[0x0][_0x2700c7(0x15e)](_0x2700c7(0xdd)),_0x4f2d8a=_0x39b6d7[_0x2700c7(0xec)](_0xcb51ee,{'startRow':_0x2cf8d0,'endRow':_0x2cf8d0}),_0x176f18=Array[_0x2700c7(0x16c)](_0x4f2d8a)[_0x2700c7(0xfa)](_0x16567e=>_0x26a5e8[_0x2700c7(0x16f)](_0x16567e[_0x2700c7(0x12a)]));_0x5e79a1[_0x2700c7(0x132)](_0x176f18,_0x2700c7(0x12c));});});}for(const _0x100ddb of[_0x4d4649(0xfe),_0x4d4649(0xee)]){const _0xb037ad=_0x45699b[_0x4d4649(0x111)][_0x4d4649(0x118)](_0x100ddb);_0x5e79a1[_0x4d4649(0x172)](_0x100ddb,_0x31e466=>{const _0x5ba913=_0x4d4649;_0x45699b[_0x5ba913(0xfd)][_0x5ba913(0xf2)](_0x4555bb=>{const _0xbebe69=_0x5ba913;_0x31e466();const _0x3f56a7=_0xbebe69(0x162)===_0xb037ad[_0xbebe69(0x16e)],_0x576d8b=_0x39b6d7[_0xbebe69(0xff)](_0x1e63d4),_0x13ad8f=_0x39b6d7[_0xbebe69(0x11b)](_0x576d8b),_0x5ec0f1=_0x3f56a7?_0x13ad8f[_0xbebe69(0xde)]-0x1:_0x13ad8f[_0xbebe69(0x177)]+0x1,_0x278b18=_0x576d8b[0x0][_0xbebe69(0x15e)](_0xbebe69(0xdd)),_0x4330b5=_0x39b6d7[_0xbebe69(0xec)](_0x278b18,{'startRow':0x0,'column':_0x5ec0f1,'includeAllSlots':!0x1}),_0x572a26=Array[_0xbebe69(0x16c)](_0x4330b5)[_0xbebe69(0xfa)](_0x2d6681=>_0x4555bb[_0xbebe69(0x16f)](_0x2d6681[_0xbebe69(0x12a)]));_0x5e79a1[_0xbebe69(0x132)](_0x572a26,_0xbebe69(0x14c));});});}for(const _0x2bb945 of[_0x4d4649(0x109),_0x4d4649(0x178)]){const _0x13475a=_0x2bb945[_0x4d4649(0x150)](0xb),_0x2c1f7b=_0x13475a[_0x4d4649(0xeb)](),_0x3718c9=_0x2c1f7b[_0x4d4649(0x150)](0x0,0x3)+_0x4d4649(0xfc),_0x3827f9=_0x4d4649(0xdd)+_0x13475a,_0x4202d4=_0x4d4649(0x15a)+_0x13475a,_0x29da77=_0x4d4649(0xe2)+_0x13475a;_0x5e79a1[_0x4d4649(0x172)](_0x2bb945,()=>{const _0x3a32f4=_0x4d4649;_0x45699b[_0x3a32f4(0xfd)][_0x3a32f4(0xf2)](_0x461496=>{const _0xa5d2a7=_0x3a32f4,_0x44d9e0=_0x39b6d7[_0xa5d2a7(0xff)](_0x1e63d4),_0x5debd9=_0x44d9e0[0x0][_0xa5d2a7(0x15e)](_0xa5d2a7(0xdd));let _0x450d73;if(_0xa5d2a7(0x109)==_0x2bb945){const _0x43e319=_0x39b6d7[_0xa5d2a7(0x139)](_0x44d9e0);_0x450d73={'startRow':_0x43e319[_0xa5d2a7(0xde)],'endRow':_0x43e319[_0xa5d2a7(0x177)],'includeAllSlots':!0x0};}else{const _0x2075b5=_0x39b6d7[_0xa5d2a7(0x11b)](_0x44d9e0);_0x450d73={'startColumn':_0x2075b5[_0xa5d2a7(0xde)],'endColumn':_0x2075b5[_0xa5d2a7(0x177)],'includeAllSlots':!0x0};}const _0x8cfd3=_0x39b6d7[_0xa5d2a7(0xec)](_0x5debd9,_0x450d73),_0x4a992b=Array[_0xa5d2a7(0x16c)](_0x8cfd3)[_0xa5d2a7(0xfa)](({cell:_0x1eb937})=>_0x1eb937),_0x4fa59d=Ee(_0x4a992b[_0xa5d2a7(0xe5)](_0x124612=>_0x124612[_0xa5d2a7(0x14d)](_0x3718c9))),_0x48d7d8=Ee(_0x4a992b[_0xa5d2a7(0xe5)](_0x3d72ca=>!_0x3d72ca[_0xa5d2a7(0x14d)](_0x3718c9)))[_0xa5d2a7(0xfa)](_0x35316a=>_0x461496[_0xa5d2a7(0x16f)](_0x35316a)),_0x1bf0ac=_0x5e79a1[_0xa5d2a7(0x167)](_0x48d7d8,_0x3827f9);if(_0x1bf0ac&&(_0xa5d2a7(0x12c)==_0x1bf0ac[_0xa5d2a7(0x10e)]||_0xa5d2a7(0x14c)==_0x1bf0ac[_0xa5d2a7(0x10e)])){const _0x3995a3=this[_0xa5d2a7(0x12b)](_0x1bf0ac);for(const _0x390e4d of _0x4fa59d){const _0xca3b23=_0x461496[_0xa5d2a7(0x16f)](_0x390e4d),_0x44f7ee=_0x39b6d7[_0xa5d2a7(0x119)](_0x390e4d),_0x38ef64=_0x390e4d[_0xa5d2a7(0x17b)](_0x3718c9)-0x1,_0x142c57=_0x3995a3[_0x4202d4],_0x3814da=_0x3995a3[_0x29da77];_0x142c57<=_0x44f7ee[_0x2c1f7b]&&_0x44f7ee[_0x2c1f7b]+_0x38ef64<=_0x3814da&&_0x1bf0ac[_0xa5d2a7(0xed)](_0xca3b23);}}});});}function _0x12e56f(_0x5b6da3){const _0x50b250=_0x4d4649,_0x731a19=Array[_0x50b250(0x16c)](_0x1e63d4[_0x50b250(0xf9)]())[_0x50b250(0xfa)](_0x3a9e86=>_0xd79a26[_0x50b250(0x141)](_0x3a9e86));_0x45699b[_0x50b250(0xfd)][_0x50b250(0xf2)](_0x2b025f=>{const _0x581a60=_0x50b250,_0x1afbe1=_0x2b025f[_0x581a60(0x151)];_0x5b6da3=_0x5b6da3[_0x581a60(0xe5)](_0x1215c3=>_0x581a60(0x175)!=_0x1215c3[_0x581a60(0x13f)][_0x581a60(0x176)]),_0x2b025f[_0x581a60(0x130)](_0x5b6da3),_0x45699b[_0x581a60(0x111)][_0x581a60(0x118)](_0x581a60(0x109))[_0x581a60(0x12d)](),_0x45699b[_0x581a60(0xea)](_0x581a60(0x109),{'forceDefaultExecution':!0x0}),_0x45699b[_0x581a60(0xfd)][_0x581a60(0x129)](()=>{const _0x4cf7fa=_0x581a60;_0x45699b[_0x4cf7fa(0xfd)][_0x4cf7fa(0x129)](_0x1afbe1,_0xad6898=>{const _0x2b4258=_0x4cf7fa,_0x19a6a4=_0x731a19[_0x2b4258(0xe5)](_0x1b756c=>_0x2b4258(0x175)!=_0x1b756c[_0x2b4258(0x13f)][_0x2b4258(0x176)]);_0x19a6a4[_0x2b4258(0x145)]>0x0&&_0xad6898[_0x2b4258(0x130)](_0x19a6a4);for(const _0x2509a1 of _0x731a19)_0x2509a1[_0x2b4258(0x11f)]();});});});}function _0x29286a(_0x47a81f){const _0x541f51=_0x4d4649;_0x45699b[_0x541f51(0xfd)][_0x541f51(0xf2)](_0x58185b=>{const _0x3b32ea=_0x541f51,_0xbda6b0=Array[_0x3b32ea(0x16c)](_0x1e63d4[_0x3b32ea(0xf9)]())[_0x3b32ea(0xfa)](_0x406262=>_0xd79a26[_0x3b32ea(0x141)](_0x406262)),_0x568ac4=[];for(const _0x469737 of _0x47a81f)for(const _0x179d92 of _0x469737[_0x3b32ea(0x112)]({'shallow':!0x0}))_0x568ac4[_0x3b32ea(0x14b)](_0x179d92);for(const _0x5807fa of _0x568ac4)_0x3b32ea(0x175)!=_0x5807fa[_0x3b32ea(0x13f)][_0x3b32ea(0x176)]&&(_0x58185b[_0x3b32ea(0x130)](_0x58185b[_0x3b32ea(0x13b)](_0x5807fa,0x0)),_0x45699b[_0x3b32ea(0x111)][_0x3b32ea(0x118)](_0x3b32ea(0x178))[_0x3b32ea(0x12d)](),_0x45699b[_0x3b32ea(0xea)](_0x3b32ea(0x178),{'forceDefaultExecution':!0x0}));const _0x5f0684=_0xbda6b0[_0x3b32ea(0xe5)](_0x2486c9=>_0x3b32ea(0x175)!=_0x2486c9[_0x3b32ea(0x13f)][_0x3b32ea(0x176)]);_0x5f0684[_0x3b32ea(0x145)]>0x0&&_0x58185b[_0x3b32ea(0x130)](_0x5f0684);for(const _0x10662c of _0xbda6b0)_0x10662c[_0x3b32ea(0x11f)]();});}function _0x5cd816(_0x2f8377,_0x286826){const _0x3c882a=_0x4d4649;return _0x286826[_0x3c882a(0x152)](_0xb8ec16=>_0x2f8377[_0x3c882a(0xf8)](_0x1da446=>_0x1da446[_0x3c882a(0x110)][_0x3c882a(0x127)](_0xb8ec16[_0x3c882a(0x160)])||_0xb8ec16[_0x3c882a(0x110)][_0x3c882a(0x127)](_0x1da446[_0x3c882a(0x160)])));}function _0x124c41(_0x2af8a0,_0x38abe5){const _0xcbe4a=_0x4d4649;return _0x2af8a0[_0xcbe4a(0xf8)](_0x182d8c=>_0x38abe5[_0xcbe4a(0xf8)](_0x4b7b57=>_0x182d8c[_0xcbe4a(0x110)][_0xcbe4a(0x179)](_0x4b7b57[_0xcbe4a(0x160)])));}_0x45699b[_0x4d4649(0x15d)][_0x4d4649(0x120)]['on'](_0x4d4649(0xdc),(_0x56915c,_0x2789f6,_0x1067c4)=>{const _0x32c5c8=_0x4d4649;if(!_0x1067c4[_0x32c5c8(0x144)][_0x32c5c8(0x16d)])return;const _0x34ca38=_0x2789f6[_0x32c5c8(0x142)];if(!_0x34ca38)return;const _0x5b8100=_0x1067c4[_0x32c5c8(0x128)][_0x32c5c8(0x136)](_0x34ca38);function _0x23909c(_0x4cefd1){const _0x3f4c9e=_0x32c5c8;return Array[_0x3f4c9e(0x124)](_0x4cefd1)?_0x4cefd1:[_0x4cefd1];}_0x5b8100&&_0x32c5c8(0x126)===_0x34ca38[_0x32c5c8(0x122)]&&_0x3de50b(_0x5b8100,_0x1067c4[_0x32c5c8(0x10b)],(_0x3e2486,_0x8dfc2b,_0x514c03)=>_0x514c03[_0x32c5c8(0x10a)](_0x23909c(_0x8dfc2b[_0x32c5c8(0x173)]),_0x3e2486),(_0x140be5,_0x1dabe9,_0x1ee008)=>_0x1ee008[_0x32c5c8(0x14f)](_0x23909c(_0x1dabe9[_0x32c5c8(0x173)]),_0x140be5));},{'priority':_0x4d4649(0xe9)}),_0x5e79a1[_0x4d4649(0x15f)][_0x4d4649(0x13a)](_0x1473ea=>{const _0x327f7a=_0x4d4649;if(_0x327f7a(0x17a)!=_0x1473ea[_0x327f7a(0x107)]&&_0x327f7a(0x156)!=_0x1473ea[_0x327f7a(0x107)])return;const _0x4725d2=_0x1473ea[_0x327f7a(0x123)]();if(null!=_0x4725d2&&_0x4725d2['is'](_0x327f7a(0x140),_0x327f7a(0xdd))){if(_0x327f7a(0x17a)==_0x1473ea[_0x327f7a(0x107)]){const _0x414478=_0x1473ea[_0x327f7a(0x112)]()[_0x327f7a(0xe5)](_0x4f9150=>_0x4f9150['is'](_0x327f7a(0xe3)))[_0x327f7a(0xfa)](_0x12fe7c=>_0x12fe7c[_0x327f7a(0x15d)]);if(_0x414478[_0x327f7a(0x145)])return{'type':_0x327f7a(0x17a),'content':_0x5d2fd0(_0x4a5735,_0x327f7a(0x11d),_0x5d2fd0(_0x4a5735,_0x327f7a(0x155),'\x22'+_0x414478[_0x327f7a(0x158)]('\x20')+'\x22'))};}if(_0x327f7a(0x156)==_0x1473ea[_0x327f7a(0x107)]){const _0x7d18d9=_0x1473ea[_0x327f7a(0x112)]()[_0x327f7a(0xe5)](_0x46fa98=>_0x46fa98['is'](_0x327f7a(0xe3)))[_0x327f7a(0xfa)](_0x403108=>_0x403108[_0x327f7a(0x15d)]);if(_0x7d18d9[_0x327f7a(0x145)])return{'type':_0x327f7a(0x156),'content':_0x5d2fd0(_0x4a5735,_0x327f7a(0x11e),_0x5d2fd0(_0x4a5735,_0x327f7a(0x155),'\x22'+_0x7d18d9[_0x327f7a(0x158)]('\x20')+'\x22'))};}}}),_0x5e79a1[_0x4d4649(0x15f)][_0x4d4649(0x13a)](_0x2350e1=>{const _0x5ba193=_0x4d4649;if(_0x5ba193(0x12c)==_0x2350e1[_0x5ba193(0x10e)]){const _0x2b94f3=_0x2350e1[_0x5ba193(0x112)]()[_0x5ba193(0xe5)](_0x1306ba=>_0x1306ba['is'](_0x5ba193(0xe3)))[_0x5ba193(0xfa)](_0x45e493=>_0x45e493[_0x5ba193(0x15d)]),_0x412f40=this[_0x5ba193(0x12b)](_0x2350e1),_0x328777=_0x412f40[_0x5ba193(0x16a)]-_0x412f40[_0x5ba193(0x135)]+0x1;if(_0x5ba193(0x17a)==_0x2350e1[_0x5ba193(0x107)])return _0x2b94f3[_0x5ba193(0x145)]?{'type':_0x5ba193(0x17a),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11d),_0x5d2fd0(_0x4a5735,_0x5ba193(0x125),[_0x328777,'\x22'+_0x2b94f3[_0x5ba193(0x158)]('\x20')+'\x22']))}:{'type':_0x5ba193(0x17a),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11d),_0x5d2fd0(_0x4a5735,_0x5ba193(0x101),_0x328777))};if(_0x5ba193(0x156)==_0x2350e1[_0x5ba193(0x107)])return _0x2b94f3[_0x5ba193(0x145)]?{'type':_0x5ba193(0x156),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11e),_0x5d2fd0(_0x4a5735,_0x5ba193(0x125),[_0x328777,'\x22'+_0x2b94f3[_0x5ba193(0x158)]('\x20')+'\x22']))}:{'type':_0x5ba193(0x156),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11e),_0x5d2fd0(_0x4a5735,_0x5ba193(0x101),_0x328777))};}if(_0x5ba193(0x14c)==_0x2350e1[_0x5ba193(0x10e)]){const _0x43e943=_0x2350e1[_0x5ba193(0x112)]()[_0x5ba193(0xe5)](_0x10dc57=>_0x10dc57['is'](_0x5ba193(0xe3)))[_0x5ba193(0xfa)](_0x2a41a9=>_0x2a41a9[_0x5ba193(0x15d)]),_0x819571=this[_0x5ba193(0x12b)](_0x2350e1),_0x2e98dc=_0x819571[_0x5ba193(0xf1)]-_0x819571[_0x5ba193(0x12f)]+0x1;if(_0x5ba193(0x17a)==_0x2350e1[_0x5ba193(0x107)])return _0x43e943[_0x5ba193(0x145)]?{'type':_0x5ba193(0x17a),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11d),_0x5d2fd0(_0x4a5735,_0x5ba193(0x168),[_0x2e98dc,'\x22'+_0x43e943[_0x5ba193(0x158)]('\x20')+'\x22']))}:{'type':_0x5ba193(0x17a),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11d),_0x5d2fd0(_0x4a5735,_0x5ba193(0x165),_0x2e98dc))};if(_0x5ba193(0x156)==_0x2350e1[_0x5ba193(0x107)])return _0x43e943[_0x5ba193(0x145)]?{'type':_0x5ba193(0x156),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11e),_0x5d2fd0(_0x4a5735,_0x5ba193(0x168),[_0x2e98dc,'\x22'+_0x43e943[_0x5ba193(0x158)]('\x20')+'\x22']))}:{'type':_0x5ba193(0x156),'content':_0x5d2fd0(_0x4a5735,_0x5ba193(0x11e),_0x5d2fd0(_0x4a5735,_0x5ba193(0x165),_0x2e98dc))};}}),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x17a),_0x4d4649(0x12c),_0x4d4649(0x10d),_0x12e56f),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x156),_0x4d4649(0x12c),_0x4d4649(0x113),_0x12e56f),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x17a),_0x4d4649(0x14c),_0x4d4649(0x10d),_0x29286a),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x156),_0x4d4649(0x14c),_0x4d4649(0x113),_0x29286a),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x17a),_0x4d4649(0x14c),_0x4d4649(0x158),_0x5cd816),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x156),_0x4d4649(0x14c),_0x4d4649(0x158),_0x5cd816),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x17a),_0x4d4649(0x12c),_0x4d4649(0x158),_0x124c41),_0x5e79a1[_0x4d4649(0x108)][_0x4d4649(0x15b)](_0x4d4649(0x156),_0x4d4649(0x12c),_0x4d4649(0x158),_0x124c41);}[_0x53d84e(0x14e)](){const _0x5ec1d5=_0x53d84e,_0x1ab7fb=this[_0x5ec1d5(0x161)],_0x3eec5f=_0x1ab7fb[_0x5ec1d5(0xfd)][_0x5ec1d5(0x164)][_0x5ec1d5(0x11c)];return(_0x4eb8dd,_0x43f6e3)=>{const _0x4ae1ca=_0x5ec1d5;_0x1ab7fb[_0x4ae1ca(0xfd)][_0x4ae1ca(0xf2)](_0x169f6d=>{const _0x59b02b=_0x4ae1ca,{commandName:_0x53f228,commandParams:_0x4a2593}=_0x43f6e3;let _0x2a66de=_0x4eb8dd[0x0][_0x59b02b(0x110)][_0x59b02b(0x163)];_0x4a2593&&_0x4a2593[0x0]&&!0x1===_0x4a2593[0x0][_0x59b02b(0x100)]&&(_0x2a66de=_0x4eb8dd[0x0][_0x59b02b(0x160)][_0x59b02b(0x134)]);const _0x44274d=_0x169f6d[_0x59b02b(0xef)](_0x2a66de);if(_0x59b02b(0x175)==_0x44274d[_0x59b02b(0x13f)][_0x59b02b(0x176)])return;const _0x3d1167=Array[_0x59b02b(0x16c)](_0x3eec5f[_0x59b02b(0xf9)]())[_0x59b02b(0xfa)](_0x566d4b=>_0xd79a26[_0x59b02b(0x141)](_0x566d4b));_0x169f6d[_0x59b02b(0x130)](_0x44274d),_0x1ab7fb[_0x59b02b(0x111)][_0x59b02b(0x118)](_0x53f228)[_0x59b02b(0x12d)](),_0x4a2593[_0x59b02b(0x14b)]({'forceDefaultExecution':!0x0}),_0x1ab7fb[_0x59b02b(0xea)](_0x53f228,..._0x4a2593);const _0xb225d8=_0x3d1167[_0x59b02b(0xe5)](_0x373160=>_0x59b02b(0x175)!=_0x373160[_0x59b02b(0x13f)][_0x59b02b(0x176)]);_0xb225d8[_0x59b02b(0x145)]>0x0&&_0x169f6d[_0x59b02b(0x130)](_0xb225d8);for(const _0x72886f of _0x3d1167)_0x72886f[_0x59b02b(0x11f)]();});};}[_0x53d84e(0x147)](_0x4cc825){const _0x3ec2e3=_0x53d84e,_0x49dcec=this[_0x3ec2e3(0x161)][_0x3ec2e3(0x116)][_0x3ec2e3(0x118)](_0x3ec2e3(0x102));let _0x226ab7=Number[_0x3ec2e3(0x169)],_0x337ce2=Number[_0x3ec2e3(0x174)],_0x295e4e=Number[_0x3ec2e3(0x169)],_0x2d17d5=Number[_0x3ec2e3(0x174)];for(const _0x33ad90 of _0x4cc825){if(_0x3ec2e3(0x175)==_0x33ad90[_0x3ec2e3(0x13f)][_0x3ec2e3(0x176)])continue;const {row:_0x9a07bd,column:_0x1db8f9}=_0x49dcec[_0x3ec2e3(0x119)](_0x33ad90),_0x40870b=_0x33ad90[_0x3ec2e3(0x14d)](_0x3ec2e3(0x159))?_0x33ad90[_0x3ec2e3(0x17b)](_0x3ec2e3(0x159))-0x1:0x0,_0x3bdc75=_0x33ad90[_0x3ec2e3(0x14d)](_0x3ec2e3(0x154))?_0x33ad90[_0x3ec2e3(0x17b)](_0x3ec2e3(0x154))-0x1:0x0;_0x226ab7=_0x9a07bd<_0x226ab7?_0x9a07bd:_0x226ab7,_0x337ce2=_0x9a07bd+_0x40870b>_0x337ce2?_0x9a07bd+_0x40870b:_0x337ce2,_0x295e4e=_0x1db8f9<_0x295e4e?_0x1db8f9:_0x295e4e,_0x2d17d5=_0x1db8f9+_0x3bdc75>_0x2d17d5?_0x1db8f9+_0x3bdc75:_0x2d17d5;}return{'minRow':_0x226ab7,'maxRow':_0x337ce2,'minColumn':_0x295e4e,'maxColumn':_0x2d17d5};}[_0x53d84e(0x143)](){const _0x1bd385=_0x53d84e,_0x421e5f=this[_0x1bd385(0x161)],_0x498324=_0x421e5f[_0x1bd385(0x116)][_0x1bd385(0x118)](_0x1bd385(0x17c)),_0x339182=_0x421e5f[_0x1bd385(0x116)][_0x1bd385(0x118)](_0x1bd385(0x102));_0x421e5f[_0x1bd385(0xfd)][_0x1bd385(0x164)]['on'](_0x1bd385(0x105),()=>{const _0x58cc50=_0x1bd385,_0x177c29=Array[_0x58cc50(0x16c)](_0x421e5f[_0x58cc50(0xfd)][_0x58cc50(0x164)][_0x58cc50(0x153)][_0x58cc50(0x11a)]());for(const {name:_0x246867,data:_0x425656}of _0x177c29){const {group:_0x5a5e81,id:_0x118dcc,subType:_0x3a79fa}=_0x498324[_0x58cc50(0xe0)](_0x246867);if(_0x58cc50(0x14a)!=_0x5a5e81)continue;if(null!=_0x425656[_0x58cc50(0x148)])continue;const _0x1e4909=_0x498324[_0x58cc50(0x138)](_0x118dcc);this[_0x58cc50(0xf4)][_0x58cc50(0xe7)](_0x3a79fa)&&this[_0x58cc50(0x10c)][_0x58cc50(0x149)](_0x1e4909);}},{'priority':_0x1bd385(0x104)});const _0x248161=(_0x48dfc7,_0x4b9ade)=>{const _0x5b2864=_0x1bd385;let _0xc3f6f7=!0x1;const _0x366528=_0x4b9ade[_0x5b2864(0x16f)](_0x48dfc7),_0x5b6516=_0x48dfc7[_0x5b2864(0x15e)](_0x5b2864(0xdd)),_0x546036=_0x339182[_0x5b2864(0x119)](_0x48dfc7);for(const _0x1b0f86 of this[_0x5b2864(0x10c)]){const _0x48225c=_0x1b0f86[_0x5b2864(0x10e)],_0x4f14d4=_0x48225c[_0x5b2864(0x10f)](_0x5b2864(0xf5)),_0x441f24=_0x48225c[_0x5b2864(0x150)](_0x4f14d4?0xa:0x5),_0x1dda4a=_0x441f24[_0x5b2864(0xeb)](),_0x2f12b9=_0x1dda4a[_0x5b2864(0x150)](0x0,0x3)+_0x5b2864(0xfc),_0x21f8ab=_0x5b2864(0x15a)+_0x441f24,_0x3d311c=_0x5b2864(0xe2)+_0x441f24;if(!_0x1b0f86[_0x5b2864(0xdf)])continue;if(_0x5b6516!=_0x1b0f86[_0x5b2864(0xe6)]()[_0x5b2864(0x160)][_0x5b2864(0x15e)](_0x5b2864(0xdd)))continue;if(_0x1b0f86[_0x5b2864(0x166)](_0x366528))continue;const _0x59d600=_0x48dfc7[_0x5b2864(0x14d)](_0x2f12b9)?_0x48dfc7[_0x5b2864(0x17b)](_0x2f12b9)-0x1:0x0,_0x59d010=this[_0x5b2864(0x12b)](_0x1b0f86),_0x24e9b4=_0x59d010[_0x21f8ab],_0x1691af=_0x59d010[_0x3d311c];_0x24e9b4<=_0x546036[_0x1dda4a]&&_0x546036[_0x1dda4a]+_0x59d600<=_0x1691af&&(_0x1b0f86[_0x5b2864(0xed)](_0x366528),_0xc3f6f7=!0x0);}return _0xc3f6f7;};_0x421e5f[_0x1bd385(0xfd)][_0x1bd385(0x164)][_0x1bd385(0x13c)](_0x1f18ef=>{const _0x2bdcc1=_0x1bd385;let _0x24b195=!0x1;for(const _0x15cf3d of _0x421e5f[_0x2bdcc1(0xfd)][_0x2bdcc1(0x164)][_0x2bdcc1(0x153)][_0x2bdcc1(0x15c)]())if(_0x2bdcc1(0x12e)==_0x15cf3d[_0x2bdcc1(0x107)]){if(_0x2bdcc1(0x12c)==_0x15cf3d[_0x2bdcc1(0x122)]){for(const _0xcf582 of _0x15cf3d[_0x2bdcc1(0xe1)][_0x2bdcc1(0x134)][_0x2bdcc1(0x117)]())_0x24b195=_0x24b195||_0x248161(_0xcf582,_0x1f18ef);}else _0x2bdcc1(0x126)==_0x15cf3d[_0x2bdcc1(0x122)]&&(_0x24b195=_0x24b195||_0x248161(_0x15cf3d[_0x2bdcc1(0xe1)][_0x2bdcc1(0x134)],_0x1f18ef));}return _0x24b195;});}[_0x53d84e(0x12b)](_0x57fe74){const _0x1c188e=_0x53d84e;return this[_0x1c188e(0x147)](_0x57fe74[_0x1c188e(0xf9)]()[_0x1c188e(0xfa)](_0x78aafa=>_0x78aafa[_0x1c188e(0x160)][_0x1c188e(0x134)]));}}function Ee(_0x1cc3ae){const _0x3429e9=_0x53d84e;return Array[_0x3429e9(0x16c)](new Set(_0x1cc3ae)[_0x3429e9(0x146)]());}
|
|
23
|
+
const _0x16f9b0=_0x26a5;(function(_0x24f18f,_0x9a3e7d){const _0x4172ac=_0x26a5,_0xb42452=_0x24f18f();while(!![]){try{const _0x52c29d=parseInt(_0x4172ac(0x1ba))/0x1*(parseInt(_0x4172ac(0x1ae))/0x2)+parseInt(_0x4172ac(0x154))/0x3*(parseInt(_0x4172ac(0x1b4))/0x4)+parseInt(_0x4172ac(0x128))/0x5*(-parseInt(_0x4172ac(0x17f))/0x6)+-parseInt(_0x4172ac(0x16a))/0x7*(parseInt(_0x4172ac(0x13e))/0x8)+parseInt(_0x4172ac(0x17e))/0x9+parseInt(_0x4172ac(0x151))/0xa*(parseInt(_0x4172ac(0x187))/0xb)+-parseInt(_0x4172ac(0x16d))/0xc*(parseInt(_0x4172ac(0x1b5))/0xd);if(_0x52c29d===_0x9a3e7d)break;else _0xb42452['push'](_0xb42452['shift']());}catch(_0x277213){_0xb42452['push'](_0xb42452['shift']());}}}(_0x4d01,0xf20fa));import{Plugin as _0x5de5a6}from'ckeditor5/src/core.js';function _0x26a5(_0x100221,_0x7acf36){const _0x4d0105=_0x4d01();return _0x26a5=function(_0x26a5fd,_0x3c0ac0){_0x26a5fd=_0x26a5fd-0x128;let _0x620f79=_0x4d0105[_0x26a5fd];return _0x620f79;},_0x26a5(_0x100221,_0x7acf36);}import{LiveRange as _0x4204fe}from'ckeditor5/src/engine.js';function _0x4d01(){const _0x5d3180=['insertTableRowBelow','ELEMENT_TABLE','low','last','ELEMENT_TABLE_ROW_WITH_TEXT','_setupColumnsRowsFixing','3769365XOsxEm','isIntersecting','ELEMENT_TABLE_WITH_TEXT','getSelectionAffectedTableCells','getContainedElement','getRanges','item','table','isArray','minColumn','registerDescriptionCallback','*Remove:*\x20%0','getFirstRange','addMarker:suggestion','tableRow','fromRange','markMultiRangeInsertion','afterInit','isIntersectingWithRange','highest','$graveyard','tableColumn','9866216xOSejJ','_suggestionFactory','filter','min','createRangeOn','_splitMarkerName','findAncestor','join','batch','classes','push','isTouching','*Insert:*\x20%0','max','tableCell','suggestion','enableCommand','left','detach','29990hACKwB','addClass','_getSuggestionCoords','12vWrvWK','commands','differ','maxRow','removeClass','every','selection','oldRange','getChangedMarkers','has','markMultiRangeDeletion','deletion','toLowerCase','isEqual','getSuggestion','minRow','selectTableColumn','subType','rowspan','MIN_SAFE_INTEGER','getAttribute','getColumnIndexes','7Akewml','TableEditing','ELEMENT_TABLE_ROW','1918308GxaROW','rootName','data','options','_tableSuggestions','includes','add','downcastDispatcher','writer','registerCustomCallback','MAX_SAFE_INTEGER','model','createPositionAt','execute','TrackChangesEditing','forceValue','order','12869820yVeuHT','12EBEYEM','$textProxy','get','map','mapper','end','some','insertTable','5753wJNdto','removeTableColumn','substr','startsWith','above','addRange','name','maxColumn','_tablePostFixingSubtypes','ELEMENT_TABLE_COLUMN','descriptionFactory','change','getItems','ELEMENT_TABLE_COLUMN_WITH_TEXT','element','discard','refresh','getChanges','plugins','_getCoordsForCells','createTableWalker','hasAttribute','registerElementLabel','getChildren','tablePaste','createRangeIn','from','first','TableUtils','insertTableColumnLeft','toViewElement','showSuggestionHighlights','start','document','registerPostFixer','nodeAfter','getRowIndexes','setSelection','enqueueChange','198meHEGy','change:data','root','selectTableRow','insert','accept','1950712BwgZel','221NrVqDk','removeTableRow','insertTableRowAbove','length','colspan','15161MOyXeX','values','type','locale','insertTableColumnRight','nodeBefore','_acceptFormatSuggestionCallbackFactory','span','position','cell','insertion','isInContent','getCellLocation','editor'];_0x4d01=function(){return _0x5d3180;};return _0x4d01();}import{setHighlightHandling as _0x415531}from'ckeditor5/src/widget.js';import{getTranslation as _0x1bdd6a}from'../utils/common-translations.js';export default class jt extends _0x5de5a6{constructor(_0x445bf6){const _0xa39f36=_0x26a5;super(_0x445bf6),this[_0xa39f36(0x18f)]=[_0xa39f36(0x136),_0xa39f36(0x13d)],this[_0xa39f36(0x171)]=new Set();}[_0x16f9b0(0x139)](){const _0xdf819a=_0x16f9b0,_0x520396=this[_0xdf819a(0x1c7)],_0x4b4713=_0x520396[_0xdf819a(0x178)][_0xdf819a(0x1a8)][_0xdf819a(0x15a)];if(!_0x520396[_0xdf819a(0x199)][_0xdf819a(0x15d)](_0xdf819a(0x16b)))return;const _0x30f534=_0x520396[_0xdf819a(0x1bd)],_0x1ae436=_0x520396[_0xdf819a(0x199)][_0xdf819a(0x181)](_0xdf819a(0x17b)),_0x4789bf=_0x520396[_0xdf819a(0x199)][_0xdf819a(0x181)](_0xdf819a(0x1a3));_0x1ae436[_0xdf819a(0x191)][_0xdf819a(0x19d)](_0xdf819a(0x12f),_0x1bcc91=>_0x1bdd6a(_0x30f534,_0xdf819a(0x1c9),_0x1bcc91)),this[_0xdf819a(0x1cd)](),_0x1ae436[_0xdf819a(0x14e)](_0xdf819a(0x186)),_0x1ae436[_0xdf819a(0x14e)](_0xdf819a(0x1b1)),_0x1ae436[_0xdf819a(0x14e)](_0xdf819a(0x164));for(const _0x19cef9 of[_0xdf819a(0x1b7),_0xdf819a(0x1c8)]){const _0x3bc2f9=_0x520396[_0xdf819a(0x155)][_0xdf819a(0x181)](_0x19cef9);_0x1ae436[_0xdf819a(0x14e)](_0x19cef9,_0x1dd03e=>{const _0x46128c=_0xdf819a;_0x520396[_0x46128c(0x178)][_0x46128c(0x192)](_0x171ec8=>{const _0x117e33=_0x46128c;_0x1dd03e();const _0x446017=_0x117e33(0x18b)===_0x3bc2f9[_0x117e33(0x17d)],_0x1615cb=_0x4789bf[_0x117e33(0x12b)](_0x4b4713),_0x7420bb=_0x4789bf[_0x117e33(0x1ab)](_0x1615cb),_0x104df7=_0x446017?_0x7420bb[_0x117e33(0x1a2)]-0x1:_0x7420bb[_0x117e33(0x1cb)]+0x1,_0x3e7ee5=_0x1615cb[0x0][_0x117e33(0x144)](_0x117e33(0x12f)),_0x42075e=_0x4789bf[_0x117e33(0x19b)](_0x3e7ee5,{'startRow':_0x104df7,'endRow':_0x104df7}),_0xc4074c=Array[_0x117e33(0x1a1)](_0x42075e)[_0x117e33(0x182)](_0x3eea93=>_0x171ec8[_0x117e33(0x142)](_0x3eea93[_0x117e33(0x1c3)]));_0x1ae436[_0x117e33(0x138)](_0xc4074c,_0x117e33(0x136));});});}for(const _0x3f3f1a of[_0xdf819a(0x1a4),_0xdf819a(0x1be)]){const _0x642501=_0x520396[_0xdf819a(0x155)][_0xdf819a(0x181)](_0x3f3f1a);_0x1ae436[_0xdf819a(0x14e)](_0x3f3f1a,_0x5215c2=>{const _0x3f34f3=_0xdf819a;_0x520396[_0x3f34f3(0x178)][_0x3f34f3(0x192)](_0x2f636e=>{const _0x42f155=_0x3f34f3;_0x5215c2();const _0x22f0a5=_0x42f155(0x14f)===_0x642501[_0x42f155(0x17d)],_0x26a25e=_0x4789bf[_0x42f155(0x12b)](_0x4b4713),_0x5f3749=_0x4789bf[_0x42f155(0x169)](_0x26a25e),_0xd278bb=_0x22f0a5?_0x5f3749[_0x42f155(0x1a2)]-0x1:_0x5f3749[_0x42f155(0x1cb)]+0x1,_0x6eec78=_0x26a25e[0x0][_0x42f155(0x144)](_0x42f155(0x12f)),_0x44fd5e=_0x4789bf[_0x42f155(0x19b)](_0x6eec78,{'startRow':0x0,'column':_0xd278bb,'includeAllSlots':!0x1}),_0x4146c2=Array[_0x42f155(0x1a1)](_0x44fd5e)[_0x42f155(0x182)](_0x318368=>_0x2f636e[_0x42f155(0x142)](_0x318368[_0x42f155(0x1c3)]));_0x1ae436[_0x42f155(0x138)](_0x4146c2,_0x42f155(0x13d));});});}for(const _0x3fea5b of[_0xdf819a(0x1b6),_0xdf819a(0x188)]){const _0x245604=_0x3fea5b[_0xdf819a(0x189)](0xb),_0x3fb6ac=_0x245604[_0xdf819a(0x160)](),_0x438e8b=_0x3fb6ac[_0xdf819a(0x189)](0x0,0x3)+_0xdf819a(0x1c1),_0x1b7e27=_0xdf819a(0x12f)+_0x245604,_0x1c36c0=_0xdf819a(0x141)+_0x245604,_0x6c1e7d=_0xdf819a(0x14b)+_0x245604;_0x1ae436[_0xdf819a(0x14e)](_0x3fea5b,()=>{const _0xad3ff2=_0xdf819a;_0x520396[_0xad3ff2(0x178)][_0xad3ff2(0x192)](_0x40225c=>{const _0x557ed4=_0xad3ff2,_0x3f8edd=_0x4789bf[_0x557ed4(0x12b)](_0x4b4713),_0x1c64ec=_0x3f8edd[0x0][_0x557ed4(0x144)](_0x557ed4(0x12f));let _0x5b79a9;if(_0x557ed4(0x1b6)==_0x3fea5b){const _0x2f5a4b=_0x4789bf[_0x557ed4(0x1ab)](_0x3f8edd);_0x5b79a9={'startRow':_0x2f5a4b[_0x557ed4(0x1a2)],'endRow':_0x2f5a4b[_0x557ed4(0x1cb)],'includeAllSlots':!0x0};}else{const _0x5a5fb9=_0x4789bf[_0x557ed4(0x169)](_0x3f8edd);_0x5b79a9={'startColumn':_0x5a5fb9[_0x557ed4(0x1a2)],'endColumn':_0x5a5fb9[_0x557ed4(0x1cb)],'includeAllSlots':!0x0};}const _0x5a2451=_0x4789bf[_0x557ed4(0x19b)](_0x1c64ec,_0x5b79a9),_0x3908b4=Array[_0x557ed4(0x1a1)](_0x5a2451)[_0x557ed4(0x182)](({cell:_0x41d32f})=>_0x41d32f),_0xbfbecc=Ee(_0x3908b4[_0x557ed4(0x140)](_0x102d3a=>_0x102d3a[_0x557ed4(0x19c)](_0x438e8b))),_0x22521e=Ee(_0x3908b4[_0x557ed4(0x140)](_0x427c71=>!_0x427c71[_0x557ed4(0x19c)](_0x438e8b)))[_0x557ed4(0x182)](_0x34a740=>_0x40225c[_0x557ed4(0x142)](_0x34a740)),_0x152c39=_0x1ae436[_0x557ed4(0x15e)](_0x22521e,_0x1b7e27);if(_0x152c39&&(_0x557ed4(0x136)==_0x152c39[_0x557ed4(0x165)]||_0x557ed4(0x13d)==_0x152c39[_0x557ed4(0x165)])){const _0x447a46=this[_0x557ed4(0x153)](_0x152c39);for(const _0x5c06c2 of _0xbfbecc){const _0x59d849=_0x40225c[_0x557ed4(0x142)](_0x5c06c2),_0x3f163d=_0x4789bf[_0x557ed4(0x1c6)](_0x5c06c2),_0x2533e6=_0x5c06c2[_0x557ed4(0x168)](_0x438e8b)-0x1,_0x1af968=_0x447a46[_0x1c36c0],_0x388a88=_0x447a46[_0x6c1e7d];_0x1af968<=_0x3f163d[_0x3fb6ac]&&_0x3f163d[_0x3fb6ac]+_0x2533e6<=_0x388a88&&_0x152c39[_0x557ed4(0x18c)](_0x59d849);}}});});}function _0x4696f4(_0x4ffe26){const _0x3ffd37=_0xdf819a,_0x26bd89=Array[_0x3ffd37(0x1a1)](_0x4b4713[_0x3ffd37(0x12d)]())[_0x3ffd37(0x182)](_0x202e28=>_0x4204fe[_0x3ffd37(0x137)](_0x202e28));_0x520396[_0x3ffd37(0x178)][_0x3ffd37(0x192)](_0x25ce9d=>{const _0x40da12=_0x3ffd37,_0x4c74ad=_0x25ce9d[_0x40da12(0x146)];_0x4ffe26=_0x4ffe26[_0x40da12(0x140)](_0x391b1e=>_0x40da12(0x13c)!=_0x391b1e[_0x40da12(0x1b0)][_0x40da12(0x16e)]),_0x25ce9d[_0x40da12(0x1ac)](_0x4ffe26),_0x520396[_0x40da12(0x155)][_0x40da12(0x181)](_0x40da12(0x1b6))[_0x40da12(0x197)](),_0x520396[_0x40da12(0x17a)](_0x40da12(0x1b6),{'forceDefaultExecution':!0x0}),_0x520396[_0x40da12(0x178)][_0x40da12(0x1ad)](()=>{const _0x1d3a92=_0x40da12;_0x520396[_0x1d3a92(0x178)][_0x1d3a92(0x1ad)](_0x4c74ad,_0x191165=>{const _0x2d00b1=_0x1d3a92,_0x161888=_0x26bd89[_0x2d00b1(0x140)](_0xdc30c2=>_0x2d00b1(0x13c)!=_0xdc30c2[_0x2d00b1(0x1b0)][_0x2d00b1(0x16e)]);_0x161888[_0x2d00b1(0x1b8)]>0x0&&_0x191165[_0x2d00b1(0x1ac)](_0x161888);for(const _0x444416 of _0x26bd89)_0x444416[_0x2d00b1(0x150)]();});});});}function _0x455989(_0x517094){const _0x207ec6=_0xdf819a;_0x520396[_0x207ec6(0x178)][_0x207ec6(0x192)](_0x338af8=>{const _0x146e84=_0x207ec6,_0x2d1a19=Array[_0x146e84(0x1a1)](_0x4b4713[_0x146e84(0x12d)]())[_0x146e84(0x182)](_0x360807=>_0x4204fe[_0x146e84(0x137)](_0x360807)),_0x247794=[];for(const _0x463bad of _0x517094)for(const _0x33db90 of _0x463bad[_0x146e84(0x193)]({'shallow':!0x0}))_0x247794[_0x146e84(0x148)](_0x33db90);for(const _0x5ff808 of _0x247794)_0x146e84(0x13c)!=_0x5ff808[_0x146e84(0x1b0)][_0x146e84(0x16e)]&&(_0x338af8[_0x146e84(0x1ac)](_0x338af8[_0x146e84(0x179)](_0x5ff808,0x0)),_0x520396[_0x146e84(0x155)][_0x146e84(0x181)](_0x146e84(0x188))[_0x146e84(0x197)](),_0x520396[_0x146e84(0x17a)](_0x146e84(0x188),{'forceDefaultExecution':!0x0}));const _0x1378bd=_0x2d1a19[_0x146e84(0x140)](_0x35826c=>_0x146e84(0x13c)!=_0x35826c[_0x146e84(0x1b0)][_0x146e84(0x16e)]);_0x1378bd[_0x146e84(0x1b8)]>0x0&&_0x338af8[_0x146e84(0x1ac)](_0x1378bd);for(const _0x655965 of _0x2d1a19)_0x655965[_0x146e84(0x150)]();});}function _0x23df07(_0x44d12f,_0x4b9507){const _0x22bd19=_0xdf819a;return _0x4b9507[_0x22bd19(0x159)](_0x2609c0=>_0x44d12f[_0x22bd19(0x185)](_0x294114=>_0x294114[_0x22bd19(0x184)][_0x22bd19(0x161)](_0x2609c0[_0x22bd19(0x1a7)])||_0x2609c0[_0x22bd19(0x184)][_0x22bd19(0x161)](_0x294114[_0x22bd19(0x1a7)])));}function _0x1e1eb1(_0x2c0e64,_0x42affc){const _0x4c2d5d=_0xdf819a;return!_0x2c0e64[_0x4c2d5d(0x185)](_0x9f7474=>_0x42affc[_0x4c2d5d(0x185)](_0xad5a3f=>_0x9f7474[_0x4c2d5d(0x129)](_0xad5a3f)))&&_0x2c0e64[_0x4c2d5d(0x185)](_0x450cf8=>_0x42affc[_0x4c2d5d(0x185)](_0x5167a3=>_0x450cf8[_0x4c2d5d(0x184)][_0x4c2d5d(0x149)](_0x5167a3[_0x4c2d5d(0x1a7)])));}_0x520396[_0xdf819a(0x16f)][_0xdf819a(0x174)]['on'](_0xdf819a(0x135),(_0x59a89b,_0x23393b,_0x1585a6)=>{const _0x2632fa=_0xdf819a;if(!_0x1585a6[_0x2632fa(0x170)][_0x2632fa(0x1a6)])return;const _0x8ee54a=_0x23393b[_0x2632fa(0x12e)];if(!_0x8ee54a)return;const _0x6775e1=_0x1585a6[_0x2632fa(0x183)][_0x2632fa(0x1a5)](_0x8ee54a);function _0xfc81a1(_0x25b310){const _0x1f7523=_0x2632fa;return Array[_0x1f7523(0x130)](_0x25b310)?_0x25b310:[_0x25b310];}_0x6775e1&&_0x2632fa(0x14c)===_0x8ee54a[_0x2632fa(0x18d)]&&_0x415531(_0x6775e1,_0x1585a6[_0x2632fa(0x175)],(_0x17d52f,_0xfd58c9,_0x2767d0)=>_0x2767d0[_0x2632fa(0x152)](_0xfc81a1(_0xfd58c9[_0x2632fa(0x147)]),_0x17d52f),(_0x2825ed,_0x4d95da,_0x5483ae)=>_0x5483ae[_0x2632fa(0x158)](_0xfc81a1(_0x4d95da[_0x2632fa(0x147)]),_0x2825ed));},{'priority':_0xdf819a(0x13b)}),_0x1ae436[_0xdf819a(0x191)][_0xdf819a(0x132)](_0x4e5589=>{const _0x29395=_0xdf819a;if(_0x29395(0x1c4)!=_0x4e5589[_0x29395(0x1bc)]&&_0x29395(0x15f)!=_0x4e5589[_0x29395(0x1bc)])return;const _0x1dbde2=_0x4e5589[_0x29395(0x12c)]();if(null!=_0x1dbde2&&_0x1dbde2['is'](_0x29395(0x195),_0x29395(0x12f))){if(_0x29395(0x1c4)==_0x4e5589[_0x29395(0x1bc)]){const _0x8317ff=_0x4e5589[_0x29395(0x193)]()[_0x29395(0x140)](_0x306335=>_0x306335['is'](_0x29395(0x180)))[_0x29395(0x182)](_0x48e0e8=>_0x48e0e8[_0x29395(0x16f)]);if(_0x8317ff[_0x29395(0x1b8)])return{'type':_0x29395(0x1c4),'content':_0x1bdd6a(_0x30f534,_0x29395(0x14a),_0x1bdd6a(_0x30f534,_0x29395(0x12a),'\x22'+_0x8317ff[_0x29395(0x145)]('\x20')+'\x22'))};}if(_0x29395(0x15f)==_0x4e5589[_0x29395(0x1bc)]){const _0x40fb0b=_0x4e5589[_0x29395(0x193)]()[_0x29395(0x140)](_0x267634=>_0x267634['is'](_0x29395(0x180)))[_0x29395(0x182)](_0x2a952c=>_0x2a952c[_0x29395(0x16f)]);if(_0x40fb0b[_0x29395(0x1b8)])return{'type':_0x29395(0x15f),'content':_0x1bdd6a(_0x30f534,_0x29395(0x133),_0x1bdd6a(_0x30f534,_0x29395(0x12a),'\x22'+_0x40fb0b[_0x29395(0x145)]('\x20')+'\x22'))};}}}),_0x1ae436[_0xdf819a(0x191)][_0xdf819a(0x132)](_0x3f2e79=>{const _0x487aea=_0xdf819a;if(_0x487aea(0x136)==_0x3f2e79[_0x487aea(0x165)]){const _0x330410=_0x3f2e79[_0x487aea(0x193)]()[_0x487aea(0x140)](_0x3231d1=>_0x3231d1['is'](_0x487aea(0x180)))[_0x487aea(0x182)](_0xe10870=>_0xe10870[_0x487aea(0x16f)]),_0x3a93bf=this[_0x487aea(0x153)](_0x3f2e79),_0xaa2d04=_0x3a93bf[_0x487aea(0x157)]-_0x3a93bf[_0x487aea(0x163)]+0x1;if(_0x487aea(0x1c4)==_0x3f2e79[_0x487aea(0x1bc)])return _0x330410[_0x487aea(0x1b8)]?{'type':_0x487aea(0x1c4),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x14a),_0x1bdd6a(_0x30f534,_0x487aea(0x1cc),[_0xaa2d04,'\x22'+_0x330410[_0x487aea(0x145)]('\x20')+'\x22']))}:{'type':_0x487aea(0x1c4),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x14a),_0x1bdd6a(_0x30f534,_0x487aea(0x16c),_0xaa2d04))};if(_0x487aea(0x15f)==_0x3f2e79[_0x487aea(0x1bc)])return _0x330410[_0x487aea(0x1b8)]?{'type':_0x487aea(0x15f),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x133),_0x1bdd6a(_0x30f534,_0x487aea(0x1cc),[_0xaa2d04,'\x22'+_0x330410[_0x487aea(0x145)]('\x20')+'\x22']))}:{'type':_0x487aea(0x15f),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x133),_0x1bdd6a(_0x30f534,_0x487aea(0x16c),_0xaa2d04))};}if(_0x487aea(0x13d)==_0x3f2e79[_0x487aea(0x165)]){const _0x3171c0=_0x3f2e79[_0x487aea(0x193)]()[_0x487aea(0x140)](_0x39b212=>_0x39b212['is'](_0x487aea(0x180)))[_0x487aea(0x182)](_0x3a6b28=>_0x3a6b28[_0x487aea(0x16f)]),_0x501cd2=this[_0x487aea(0x153)](_0x3f2e79),_0x36cde3=_0x501cd2[_0x487aea(0x18e)]-_0x501cd2[_0x487aea(0x131)]+0x1;if(_0x487aea(0x1c4)==_0x3f2e79[_0x487aea(0x1bc)])return _0x3171c0[_0x487aea(0x1b8)]?{'type':_0x487aea(0x1c4),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x14a),_0x1bdd6a(_0x30f534,_0x487aea(0x194),[_0x36cde3,'\x22'+_0x3171c0[_0x487aea(0x145)]('\x20')+'\x22']))}:{'type':_0x487aea(0x1c4),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x14a),_0x1bdd6a(_0x30f534,_0x487aea(0x190),_0x36cde3))};if(_0x487aea(0x15f)==_0x3f2e79[_0x487aea(0x1bc)])return _0x3171c0[_0x487aea(0x1b8)]?{'type':_0x487aea(0x15f),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x133),_0x1bdd6a(_0x30f534,_0x487aea(0x194),[_0x36cde3,'\x22'+_0x3171c0[_0x487aea(0x145)]('\x20')+'\x22']))}:{'type':_0x487aea(0x15f),'content':_0x1bdd6a(_0x30f534,_0x487aea(0x133),_0x1bdd6a(_0x30f534,_0x487aea(0x190),_0x36cde3))};}}),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x1c4),_0xdf819a(0x136),_0xdf819a(0x196),_0x4696f4),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x15f),_0xdf819a(0x136),_0xdf819a(0x1b3),_0x4696f4),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x1c4),_0xdf819a(0x13d),_0xdf819a(0x196),_0x455989),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x15f),_0xdf819a(0x13d),_0xdf819a(0x1b3),_0x455989),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x1c4),_0xdf819a(0x13d),_0xdf819a(0x145),_0x23df07),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x15f),_0xdf819a(0x13d),_0xdf819a(0x145),_0x23df07),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x1c4),_0xdf819a(0x136),_0xdf819a(0x145),_0x1e1eb1),_0x1ae436[_0xdf819a(0x13f)][_0xdf819a(0x176)](_0xdf819a(0x15f),_0xdf819a(0x136),_0xdf819a(0x145),_0x1e1eb1);}[_0x16f9b0(0x1c0)](){const _0x1c2e29=_0x16f9b0,_0x2e59a2=this[_0x1c2e29(0x1c7)],_0x2e89d9=_0x2e59a2[_0x1c2e29(0x178)][_0x1c2e29(0x1a8)][_0x1c2e29(0x15a)];return(_0x55c859,_0x591060)=>{const _0x315301=_0x1c2e29;_0x2e59a2[_0x315301(0x178)][_0x315301(0x192)](_0x3aecc6=>{const _0x140813=_0x315301,{commandName:_0x557792,commandParams:_0x50dad5}=_0x591060;let _0x1facbc=_0x55c859[0x0][_0x140813(0x184)][_0x140813(0x1bf)];_0x50dad5&&_0x50dad5[0x0]&&!0x1===_0x50dad5[0x0][_0x140813(0x17c)]&&(_0x1facbc=_0x55c859[0x0][_0x140813(0x1a7)][_0x140813(0x1aa)]);const _0x13a17e=_0x3aecc6[_0x140813(0x1a0)](_0x1facbc);if(_0x140813(0x13c)==_0x13a17e[_0x140813(0x1b0)][_0x140813(0x16e)])return;const _0x4c2cb5=Array[_0x140813(0x1a1)](_0x2e89d9[_0x140813(0x12d)]())[_0x140813(0x182)](_0xf91db8=>_0x4204fe[_0x140813(0x137)](_0xf91db8));_0x3aecc6[_0x140813(0x1ac)](_0x13a17e),_0x2e59a2[_0x140813(0x155)][_0x140813(0x181)](_0x557792)[_0x140813(0x197)](),_0x50dad5[_0x140813(0x148)]({'forceDefaultExecution':!0x0}),_0x2e59a2[_0x140813(0x17a)](_0x557792,..._0x50dad5);const _0xe443e2=_0x4c2cb5[_0x140813(0x140)](_0x2cef92=>_0x140813(0x13c)!=_0x2cef92[_0x140813(0x1b0)][_0x140813(0x16e)]);_0xe443e2[_0x140813(0x1b8)]>0x0&&_0x3aecc6[_0x140813(0x1ac)](_0xe443e2);for(const _0xca728b of _0x4c2cb5)_0xca728b[_0x140813(0x150)]();});};}[_0x16f9b0(0x19a)](_0x3b4874){const _0x53c461=_0x16f9b0,_0x3d21c3=this[_0x53c461(0x1c7)][_0x53c461(0x199)][_0x53c461(0x181)](_0x53c461(0x1a3));let _0x4588b1=Number[_0x53c461(0x177)],_0x1a533d=Number[_0x53c461(0x167)],_0x51b76e=Number[_0x53c461(0x177)],_0x855d2c=Number[_0x53c461(0x167)];for(const _0x333d3d of _0x3b4874){if(_0x53c461(0x13c)==_0x333d3d[_0x53c461(0x1b0)][_0x53c461(0x16e)])continue;const {row:_0x36b8e5,column:_0x215cb5}=_0x3d21c3[_0x53c461(0x1c6)](_0x333d3d),_0x187ecd=_0x333d3d[_0x53c461(0x19c)](_0x53c461(0x166))?_0x333d3d[_0x53c461(0x168)](_0x53c461(0x166))-0x1:0x0,_0x36b39b=_0x333d3d[_0x53c461(0x19c)](_0x53c461(0x1b9))?_0x333d3d[_0x53c461(0x168)](_0x53c461(0x1b9))-0x1:0x0;_0x4588b1=_0x36b8e5<_0x4588b1?_0x36b8e5:_0x4588b1,_0x1a533d=_0x36b8e5+_0x187ecd>_0x1a533d?_0x36b8e5+_0x187ecd:_0x1a533d,_0x51b76e=_0x215cb5<_0x51b76e?_0x215cb5:_0x51b76e,_0x855d2c=_0x215cb5+_0x36b39b>_0x855d2c?_0x215cb5+_0x36b39b:_0x855d2c;}return{'minRow':_0x4588b1,'maxRow':_0x1a533d,'minColumn':_0x51b76e,'maxColumn':_0x855d2c};}[_0x16f9b0(0x1cd)](){const _0x662215=_0x16f9b0,_0xd14a37=this[_0x662215(0x1c7)],_0x93cea0=_0xd14a37[_0x662215(0x199)][_0x662215(0x181)](_0x662215(0x17b)),_0x28bf95=_0xd14a37[_0x662215(0x199)][_0x662215(0x181)](_0x662215(0x1a3));_0xd14a37[_0x662215(0x178)][_0x662215(0x1a8)]['on'](_0x662215(0x1af),()=>{const _0x4c0d73=_0x662215,_0x99334=Array[_0x4c0d73(0x1a1)](_0xd14a37[_0x4c0d73(0x178)][_0x4c0d73(0x1a8)][_0x4c0d73(0x156)][_0x4c0d73(0x15c)]());for(const {name:_0xe92a6,data:_0x2cdd5d}of _0x99334){const {group:_0xa686dd,id:_0x35e79e,subType:_0x4e0ad9}=_0x93cea0[_0x4c0d73(0x143)](_0xe92a6);if(_0x4c0d73(0x14d)!=_0xa686dd)continue;if(null!=_0x2cdd5d[_0x4c0d73(0x15b)])continue;const _0xa50eef=_0x93cea0[_0x4c0d73(0x162)](_0x35e79e);this[_0x4c0d73(0x18f)][_0x4c0d73(0x172)](_0x4e0ad9)&&this[_0x4c0d73(0x171)][_0x4c0d73(0x173)](_0xa50eef);}},{'priority':_0x662215(0x1ca)});const _0x2106ea=(_0x519c4a,_0x391c1e)=>{const _0xd91e0b=_0x662215;let _0x22207b=!0x1;const _0x4af5e9=_0x391c1e[_0xd91e0b(0x142)](_0x519c4a),_0x285f6c=_0x519c4a[_0xd91e0b(0x144)](_0xd91e0b(0x12f)),_0x1201a6=_0x28bf95[_0xd91e0b(0x1c6)](_0x519c4a);for(const _0x39a5dc of this[_0xd91e0b(0x171)]){const _0x2dcdd2=_0x39a5dc[_0xd91e0b(0x165)],_0x3d2147=_0x2dcdd2[_0xd91e0b(0x18a)](_0xd91e0b(0x19f)),_0x2e3f09=_0x2dcdd2[_0xd91e0b(0x189)](_0x3d2147?0xa:0x5),_0x4774d6=_0x2e3f09[_0xd91e0b(0x160)](),_0x2e2c25=_0x4774d6[_0xd91e0b(0x189)](0x0,0x3)+_0xd91e0b(0x1c1),_0x488231=_0xd91e0b(0x141)+_0x2e3f09,_0x5a2e56=_0xd91e0b(0x14b)+_0x2e3f09;if(!_0x39a5dc[_0xd91e0b(0x1c5)])continue;if(_0x285f6c!=_0x39a5dc[_0xd91e0b(0x134)]()[_0xd91e0b(0x1a7)][_0xd91e0b(0x144)](_0xd91e0b(0x12f)))continue;if(_0x39a5dc[_0xd91e0b(0x13a)](_0x4af5e9))continue;const _0x1bf5b1=_0x519c4a[_0xd91e0b(0x19c)](_0x2e2c25)?_0x519c4a[_0xd91e0b(0x168)](_0x2e2c25)-0x1:0x0,_0x39f8b6=this[_0xd91e0b(0x153)](_0x39a5dc),_0x38d5e5=_0x39f8b6[_0x488231],_0xeec2fc=_0x39f8b6[_0x5a2e56];_0x38d5e5<=_0x1201a6[_0x4774d6]&&_0x1201a6[_0x4774d6]+_0x1bf5b1<=_0xeec2fc&&(_0x39a5dc[_0xd91e0b(0x18c)](_0x4af5e9),_0x22207b=!0x0);}return _0x22207b;};_0xd14a37[_0x662215(0x178)][_0x662215(0x1a8)][_0x662215(0x1a9)](_0x3539e5=>{const _0x378358=_0x662215;let _0x2920d4=!0x1;for(const _0x1795bb of _0xd14a37[_0x378358(0x178)][_0x378358(0x1a8)][_0x378358(0x156)][_0x378358(0x198)]())if(_0x378358(0x1b2)==_0x1795bb[_0x378358(0x1bc)]){if(_0x378358(0x136)==_0x1795bb[_0x378358(0x18d)]){for(const _0x1ad3c1 of _0x1795bb[_0x378358(0x1c2)][_0x378358(0x1aa)][_0x378358(0x19e)]())_0x2920d4=_0x2920d4||_0x2106ea(_0x1ad3c1,_0x3539e5);}else _0x378358(0x14c)==_0x1795bb[_0x378358(0x18d)]&&(_0x2920d4=_0x2920d4||_0x2106ea(_0x1795bb[_0x378358(0x1c2)][_0x378358(0x1aa)],_0x3539e5));}return _0x2920d4;});}[_0x16f9b0(0x153)](_0x4e6780){const _0xa2943c=_0x16f9b0;return this[_0xa2943c(0x19a)](_0x4e6780[_0xa2943c(0x12d)]()[_0xa2943c(0x182)](_0x1aac85=>_0x1aac85[_0xa2943c(0x1a7)][_0xa2943c(0x1aa)]));}}function Ee(_0x4056d7){const _0x5f0407=_0x16f9b0;return Array[_0x5f0407(0x1a1)](new Set(_0x4056d7)[_0x5f0407(0x1bb)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x3c79(_0x34ae5c,_0xb03dc5){const _0x5dfc6c=_0x5dfc();return _0x3c79=function(_0x3c7971,_0x4f7fdd){_0x3c7971=_0x3c7971-0xf3;let _0x35616e=_0x5dfc6c[_0x3c7971];return _0x35616e;},_0x3c79(_0x34ae5c,_0xb03dc5);}const _0x122a00=_0x3c79;function _0x5dfc(){const _0x1991ec=['enableCommand','385393CsQNPo','has','319264ABUKIv','get','3275280KHtdhD','36AmVqBv','requires','2051650TFkrgz','editor','3678SdTTgr','TrackChangesEditing','161236nSPfPR','plugins','toggleTableCaption','afterInit','TableCaptionEditing','9375399UiVjZl','2786KMXNRO'];_0x5dfc=function(){return _0x1991ec;};return _0x5dfc();}(function(_0x185aae,_0x422b9a){const _0x363cca=_0x3c79,_0x2cdd7b=_0x185aae();while(!![]){try{const _0x9b1b8d=-parseInt(_0x363cca(0x102))/0x1+-parseInt(_0x363cca(0x104))/0x2+parseInt(_0x363cca(0xf4))/0x3*(-parseInt(_0x363cca(0xfa))/0x4)+parseInt(_0x363cca(0xf6))/0x5+-parseInt(_0x363cca(0xf8))/0x6*(parseInt(_0x363cca(0x100))/0x7)+parseInt(_0x363cca(0xf3))/0x8+parseInt(_0x363cca(0xff))/0x9;if(_0x9b1b8d===_0x422b9a)break;else _0x2cdd7b['push'](_0x2cdd7b['shift']());}catch(_0x103491){_0x2cdd7b['push'](_0x2cdd7b['shift']());}}}(_0x5dfc,0x8fbc8));import{Plugin as _0x3100d2}from'ckeditor5/src/core.js';import _0x1f91de from'./table.js';export default class Mt extends _0x3100d2{static get[_0x122a00(0xf5)](){return[_0x1f91de];}[_0x122a00(0xfd)](){const _0x3ec902=_0x122a00,_0x16201f=this[_0x3ec902(0xf7)];if(!_0x16201f[_0x3ec902(0xfb)][_0x3ec902(0x103)](_0x3ec902(0xfe)))return;_0x16201f[_0x3ec902(0xfb)][_0x3ec902(0x105)](_0x3ec902(0xf9))[_0x3ec902(0x101)](_0x3ec902(0xfc));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x567129=_0x3873;(function(_0x5bd438,_0x5b027f){const _0x28fad8=_0x3873,_0x28b5b3=_0x5bd438();while(!![]){try{const _0x1abdf3=parseInt(_0x28fad8(0x1fe))/0x1*(-parseInt(_0x28fad8(0x251))/0x2)+parseInt(_0x28fad8(0x1cb))/0x3+-parseInt(_0x28fad8(0x280))/0x4+parseInt(_0x28fad8(0x263))/0x5*(parseInt(_0x28fad8(0x229))/0x6)+parseInt(_0x28fad8(0x25a))/0x7*(-parseInt(_0x28fad8(0x1d5))/0x8)+parseInt(_0x28fad8(0x22d))/0x9+parseInt(_0x28fad8(0x284))/0xa;if(_0x1abdf3===_0x5b027f)break;else _0x28b5b3['push'](_0x28b5b3['shift']());}catch(_0x29fe57){_0x28b5b3['push'](_0x28b5b3['shift']());}}}(_0x3fc9,0xbf68d));import{getTranslation as _0x39c912}from'../utils/common-translations.js';import{Plugin as _0x3f4d3e}from'ckeditor5/src/core.js';import{LiveRange as _0x355bd0}from'ckeditor5/src/engine.js';function _0x3873(_0x54c5d4,_0xcde281){const _0x3fc90e=_0x3fc9();return _0x3873=function(_0x3873ef,_0x190e24){_0x3873ef=_0x3873ef-0x1c6;let _0x43e5f5=_0x3fc90e[_0x3873ef];return _0x43e5f5;},_0x3873(_0x54c5d4,_0xcde281);}function _0x3fc9(){const _0x5b130d=['author','conversion','wrap','startsWith','afterInit','listenTo','1260512xWHsLh','rows','getColumns','tableCellHorizontalAlignment','6721020fSABHr','element','removeMarker','*Replace\x20table\x20cells*','markers','insertRows','_tablePostFixingSubtypes','call','_suggestionFactory','_getCoordsForCells','join','root','createRangeIn','first','getRange','createRange','getSelectionAffectedTableCells','registerDescriptionCallback','add','TableClipboard','828999ScOAlf','length','forEach','tableCell','redo','from','locale','insertContent','set','rowInsertionRanges','4147432nlwGpq','high','isEmpty','ck-suggestion-marker--active','previous','selection','change','endRow','cells','last','getAllAdjacentSuggestions','insert','editingDowncast','tablePasteRow','return','getRows','fromEntries','markMultiRangeDeletion','getItems','batch','markerAttributes','get','TableUtils','commands','end','createElement','rowInsertionIndexes','tableCellBackgroundColor','suggestion','getSuggestionCallback','every','reduce','attributes','trackChanges','deletion','fill','getChildren','detach','paragraph','move','getChangedMarkers','226IBWdtI','entries','start','options','tablePasteChainId','tableCellSuggestion','removeColumns','remove','rootName','setAttributes','suggestionUnloaded','tableCellBorderStyle','filter','tableCellPadding','createTableWalker','getMarkers','schema','_createdBatches','previousSibling','ck-suggestion-marker','showSuggestionHighlights','getSuggestions','getChanges','plugins','isInContent','descriptionFactory','push','suggestionLoaded','tableCellBorderColor','table','tablePasteColumn','tablePasteCell','getRanges','ck-suggestion-marker-insertion','removeRows','value','forceDefaultExecution','suggestion-td','markerName','register','containsRange','getColumnIndexes','removeMarkers','18cEiHVZ','getTableIfOnlyTableInContent','position','dataDowncast','5597406DciEJI','content','low','_replaceTableSlotCell','some','tablePaste','columnInsertionIndexes','insertion','createPositionBefore','tableCellBorderWidth','_isForcedDefaultExecutionBlock','columnInsertionRanges','type','newRange','requires','view','isEqual','createRangeOn','discard','deletionRanges','columns','subType','TrackChangesEditing','map','updateMarker','clipboardOutput','$graveyard','editor','getContainedElement','suggestion:formatBlock:tablePasteCell','accept','document','registerCustomCallback','hasSuggestion','_splitMarkerName','nodeAfter','8942pbATQD','registerPostFixer','unwrap','markMultiRangeBlockFormat','for','insertColumns','editing','Users','getAttributes','7TgLrSJ','fromRange','has','getShiftedBy','includes','model','getSuggestion','nextSibling','oldRange','1762745GrVjLF','endColumn','name','getChild','markerToHighlight','tableCellVerticalAlignment','row','next','column','differ','insertionRanges','documentSelection','cell','find','keys','setAttribute','stop','markMultiRangeInsertion','elementToElement','activeMarkers','getRowIndexes','findAncestor','formatBlock'];_0x3fc9=function(){return _0x5b130d;};return _0x3fc9();}import{uid as _0x41afee,priorities as _0x54713b}from'ckeditor5/src/utils.js';import _0x515ece from'./table.js';const ge=[_0x567129(0x236),_0x567129(0x21a),_0x567129(0x209),_0x567129(0x283),_0x567129(0x268),_0x567129(0x1f0),_0x567129(0x20b)],Ce=Object[_0x567129(0x1e5)](ge[_0x567129(0x244)](_0x1afd0d=>[_0x1afd0d,null]));export default class It extends _0x3f4d3e{static get[_0x567129(0x23b)](){return[_0x515ece];}[_0x567129(0x27e)](){const _0x23cb14=_0x567129,_0x4b3650=this[_0x23cb14(0x248)];if(!_0x4b3650[_0x23cb14(0x215)][_0x23cb14(0x25c)](_0x23cb14(0x1ca)))return;const _0x255fa6=_0x4b3650[_0x23cb14(0x215)][_0x23cb14(0x1ea)](_0x23cb14(0x243)),_0x22c76a=_0x4b3650[_0x23cb14(0x215)][_0x23cb14(0x1ea)](_0x23cb14(0x1eb)),_0x1ca2eb=_0x4b3650[_0x23cb14(0x215)][_0x23cb14(0x1ea)](_0x515ece),_0x3f52d9=_0x4b3650[_0x23cb14(0x215)][_0x23cb14(0x1ea)](_0x23cb14(0x1ca));_0x1ca2eb[_0x23cb14(0x28a)][_0x23cb14(0x218)](_0x23cb14(0x1e2),_0x23cb14(0x21c)),_0x4b3650[_0x23cb14(0x25f)][_0x23cb14(0x20e)][_0x23cb14(0x225)](_0x23cb14(0x203),{'allowIn':_0x23cb14(0x1ce),'allowContentOf':_0x23cb14(0x1ce),'isLimit':!0x0}),_0x4b3650[_0x23cb14(0x27b)][_0x23cb14(0x275)]({'model':_0x23cb14(0x203),'view':_0x23cb14(0x223)});let _0x19d6bc=null;_0x4b3650[_0x23cb14(0x25f)]['on'](_0x23cb14(0x1d2),(_0x2d36d4,_0x5de92a)=>{const _0x5d6a75=_0x23cb14,[_0x5f0559,_0x4952ae]=_0x5de92a,_0x50c70e=_0x5de92a[_0x5de92a[_0x5d6a75(0x1cc)]-0x1];_0x50c70e&&_0x50c70e[_0x5d6a75(0x222)]||_0x255fa6[_0x5d6a75(0x237)]||this[_0x5d6a75(0x248)][_0x5d6a75(0x1ec)][_0x5d6a75(0x1ea)](_0x5d6a75(0x1f6))[_0x5d6a75(0x221)]&&function(_0x42f904,_0x49e212,_0x407515,_0xbad04,_0x6027d5){const _0x582014=_0x5d6a75;if(_0x49e212&&!_0x49e212['is'](_0x582014(0x26e)))return!0x1;const _0x592d53=_0x6027d5[_0x582014(0x22a)](_0x42f904,_0x407515);if(!_0x592d53||!he(_0x592d53,void 0x0,_0xbad04))return!0x1;const _0x1e3e4f=_0xbad04[_0x582014(0x1c7)](_0x407515[_0x582014(0x24c)][_0x582014(0x1da)]);if(!_0x1e3e4f[_0x582014(0x1cc)])return!0x1;const _0x441618=_0x1e3e4f[0x0][_0x582014(0x278)](_0x582014(0x21b)),_0x3029ff=_0xbad04[_0x582014(0x277)](_0x1e3e4f),_0x3a1162=_0xbad04[_0x582014(0x227)](_0x1e3e4f),_0x5f7525={'startRow':_0x3029ff[_0x582014(0x291)],'endRow':_0x3029ff[_0x582014(0x1de)],'startColumn':_0x3a1162[_0x582014(0x291)],'endColumn':_0x3a1162[_0x582014(0x1de)]};return 0x1==_0x1e3e4f[_0x582014(0x1cc)]&&(_0x5f7525[_0x582014(0x1dc)]+=_0xbad04[_0x582014(0x1e4)](_0x592d53)-0x1,_0x5f7525[_0x582014(0x264)]+=_0xbad04[_0x582014(0x282)](_0x592d53)-0x1),he(_0x441618,_0x5f7525,_0xbad04);}(_0x5f0559,_0x4952ae,_0x4b3650[_0x5d6a75(0x25f)],_0x22c76a,_0x3f52d9)&&(_0x2d36d4[_0x5d6a75(0x273)](),_0x19d6bc={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4b3650[_0x5d6a75(0x25f)][_0x5d6a75(0x1db)](()=>{const _0x60c9af=_0x5d6a75;_0x4b3650[_0x60c9af(0x25f)][_0x60c9af(0x1d2)](_0x5de92a[0x0],_0x5de92a[0x1],_0x5de92a[0x2],{'forceDefaultExecution':!0x0});const _0x1a989d=_0x41afee(),{rowInsertionRanges:_0x1e5798,columnInsertionRanges:_0xba7398,insertionRanges:_0x4fe801,deletionRanges:_0x76c5c0,cells:_0x130532}=_0x19d6bc;_0x1e5798[_0x60c9af(0x1cc)]&&_0x255fa6[_0x60c9af(0x274)](_0x1e5798,_0x60c9af(0x1e2),{'tablePasteChainId':_0x1a989d}),_0xba7398[_0x60c9af(0x1cc)]&&_0x255fa6[_0x60c9af(0x274)](_0xba7398,_0x60c9af(0x21c),{'tablePasteChainId':_0x1a989d}),_0x4fe801[_0x60c9af(0x1cc)]&&(_0x255fa6[_0x60c9af(0x274)](_0x4fe801,_0x60c9af(0x232),{'tablePasteChainId':_0x1a989d,'skipNestingCheck':!0x0}),_0x4fe801[_0x60c9af(0x1cd)](_0x3741a8=>{const _0x1ae539=_0x60c9af;var _0x58a09d;return null===(_0x58a09d=_0x3741a8[_0x1ae539(0x1fa)])||void 0x0===_0x58a09d?void 0x0:_0x58a09d[_0x1ae539(0x28b)](_0x3741a8);})),_0x76c5c0[_0x60c9af(0x1cc)]&&(_0x255fa6[_0x60c9af(0x1e6)](_0x76c5c0,_0x60c9af(0x232),{'tablePasteChainId':_0x1a989d,'skipNestingCheck':!0x0}),_0x76c5c0[_0x60c9af(0x1cd)](_0x346092=>{const _0x527433=_0x60c9af;var _0x26ab64;return null===(_0x26ab64=_0x346092[_0x527433(0x1fa)])||void 0x0===_0x26ab64?void 0x0:_0x26ab64[_0x527433(0x28b)](_0x346092);}));const _0x40c22d=_0x255fa6[_0x60c9af(0x254)](_0x130532[_0x60c9af(0x244)](({element:_0x86d1d})=>_0x86d1d),{'formatGroupId':_0x41afee()},[],_0x60c9af(0x21d),{'tablePasteChainId':_0x1a989d});if(_0x40c22d){const _0x1fff6b=_0x40c22d[_0x60c9af(0x20d)](),_0xebb7c3=[];for(const {element:_0x1b89e8,attributes:_0x134f73}of _0x130532){if(!_0x134f73)continue;const _0x41f3dd=_0x4b3650[_0x60c9af(0x25f)][_0x60c9af(0x23e)](_0x1b89e8),_0x1f355c=_0x1fff6b[_0x60c9af(0x270)](_0x2a82d8=>_0x2a82d8[_0x60c9af(0x292)]()[_0x60c9af(0x23d)](_0x41f3dd));_0x1f355c&&_0xebb7c3[_0x60c9af(0x218)]([_0x1f355c[_0x60c9af(0x265)],_0x134f73]);}_0xebb7c3[_0x60c9af(0x1cc)]&&_0x40c22d[_0x60c9af(0x272)](_0x60c9af(0x1e9),Object[_0x60c9af(0x1e5)](_0xebb7c3));}_0x19d6bc=null;}));},{'priority':_0x54713b[_0x23cb14(0x1d6)]+0xa}),_0x4b3650[_0x23cb14(0x215)][_0x23cb14(0x1ea)](_0x23cb14(0x1ca))['on'](_0x23cb14(0x230),(_0x4dda54,_0x538c21)=>{const _0x32f4c7=_0x23cb14,[_0x1cd921,_0x2fb9d9,,_0x1fa050]=_0x538c21;if(!_0x19d6bc)return;_0x4dda54[_0x32f4c7(0x273)]();const _0x2cc46d=_0x1cd921[_0x32f4c7(0x26f)],_0x4d36a3=_0x2fb9d9,_0x55345d=Pe(_0x2cc46d),_0x12c374=Pe(_0x4d36a3);_0x4dda54[_0x32f4c7(0x1e3)]=_0x2cc46d;let _0x5e4714=null,_0x52141d=null;if(_0x12c374||_0x55345d){if(_0x55345d&&!_0x12c374){_0x1fa050[_0x32f4c7(0x205)](_0x2cc46d[_0x32f4c7(0x266)](0x0));for(const _0x1a08fa of Array[_0x32f4c7(0x1d0)](_0x4d36a3[_0x32f4c7(0x1f9)]()))_0x1fa050[_0x32f4c7(0x1e0)](_0x1a08fa,_0x2cc46d,_0x32f4c7(0x1ed));const _0x4d4b86=_0x19d6bc[_0x32f4c7(0x1ef)][_0x32f4c7(0x25e)](_0x1cd921[_0x32f4c7(0x269)]),_0x3acc5c=_0x19d6bc[_0x32f4c7(0x233)][_0x32f4c7(0x25e)](_0x1cd921[_0x32f4c7(0x26b)]);_0x4d4b86||_0x3acc5c||(_0x5e4714=_0x355bd0[_0x32f4c7(0x25b)](_0x1fa050[_0x32f4c7(0x290)](_0x2cc46d)));}else _0x12c374&&!_0x55345d&&(_0x52141d=_0x1fa050[_0x32f4c7(0x290)](_0x2cc46d));}else{const _0xdc1f17=_0x1fa050[_0x32f4c7(0x1ee)](_0x32f4c7(0x203)),_0x490cb9=_0x1fa050[_0x32f4c7(0x1ee)](_0x32f4c7(0x203));_0x1fa050[_0x32f4c7(0x27c)](_0x1fa050[_0x32f4c7(0x290)](_0x2cc46d),_0x490cb9),_0x1fa050[_0x32f4c7(0x1e0)](_0xdc1f17,_0x2cc46d,0x0);for(const _0x1f551c of Array[_0x32f4c7(0x1d0)](_0x4d36a3[_0x32f4c7(0x1f9)]()))_0x1fa050[_0x32f4c7(0x1e0)](_0x1f551c,_0xdc1f17,_0x32f4c7(0x1ed));_0x5e4714=_0x355bd0[_0x32f4c7(0x25b)](_0x1fa050[_0x32f4c7(0x23e)](_0xdc1f17)),_0x52141d=_0x355bd0[_0x32f4c7(0x25b)](_0x1fa050[_0x32f4c7(0x23e)](_0x490cb9));}const _0x303a7a=Array[_0x32f4c7(0x1d0)](_0x4d36a3[_0x32f4c7(0x259)]())[_0x32f4c7(0x20a)](([_0x1e5a81])=>ge[_0x32f4c7(0x25e)](_0x1e5a81));_0x19d6bc[_0x32f4c7(0x1dd)][_0x32f4c7(0x218)]({'element':_0x2cc46d,'attributes':_0x303a7a[_0x32f4c7(0x1cc)]?Object[_0x32f4c7(0x1e5)](_0x303a7a):null}),_0x5e4714&&_0x19d6bc[_0x32f4c7(0x26d)][_0x32f4c7(0x218)](_0x5e4714),_0x52141d&&_0x19d6bc[_0x32f4c7(0x240)][_0x32f4c7(0x218)](_0x52141d);},{'priority':_0x23cb14(0x1d6)}),_0x22c76a['on'](_0x23cb14(0x256),(_0x547112,_0x13b115)=>{const _0x4f780f=_0x23cb14,[_0x1f38fc,_0x175501={}]=_0x13b115;if(!_0x19d6bc)return;const _0x28a0a5=_0x175501['at']||0x0,_0x435d14=_0x175501[_0x4f780f(0x241)]||0x1;_0x19d6bc[_0x4f780f(0x233)]=new Array(_0x435d14)[_0x4f780f(0x1f8)](_0x28a0a5)[_0x4f780f(0x244)]((_0x2fb952,_0x53c5a5)=>_0x2fb952+_0x53c5a5);for(const {cell:_0x3f08d4}of _0x22c76a[_0x4f780f(0x20c)](_0x1f38fc,{'startColumn':_0x28a0a5,'endColumn':_0x28a0a5+_0x435d14-0x1}))_0x19d6bc[_0x4f780f(0x238)][_0x4f780f(0x218)](_0x4b3650[_0x4f780f(0x25f)][_0x4f780f(0x23e)](_0x3f08d4));},{'priority':_0x23cb14(0x22f)}),_0x22c76a['on'](_0x23cb14(0x289),(_0x20333b,_0x345640)=>{const _0x16c76c=_0x23cb14,[_0x1b5eca,_0x25e655={}]=_0x345640;if(!_0x19d6bc)return;const _0xd05257=_0x25e655['at']||0x0,_0x390061=_0x25e655[_0x16c76c(0x281)]||0x1;_0x19d6bc[_0x16c76c(0x1ef)]=new Array(_0x390061)[_0x16c76c(0x1f8)](_0xd05257)[_0x16c76c(0x244)]((_0x2679d9,_0x28655a)=>_0x2679d9+_0x28655a);for(const {cell:_0x155b3a}of _0x22c76a[_0x16c76c(0x20c)](_0x1b5eca,{'startRow':_0xd05257,'endRow':_0xd05257+_0x390061-0x1}))_0x19d6bc[_0x16c76c(0x1d4)][_0x16c76c(0x218)](_0x4b3650[_0x16c76c(0x25f)][_0x16c76c(0x23e)](_0x155b3a));},{'priority':_0x23cb14(0x22f)}),_0x255fa6[_0x23cb14(0x217)][_0x23cb14(0x1c8)](_0x388303=>{const _0x4e5a03=_0x23cb14;if(_0x388303[_0x4e5a03(0x242)]&&_0x388303[_0x4e5a03(0x242)][_0x4e5a03(0x27d)](_0x4e5a03(0x232)))return _0x388303[_0x4e5a03(0x1d9)]?{}:{'type':_0x4e5a03(0x234),'content':_0x39c912(_0x4b3650[_0x4e5a03(0x1d1)],_0x4e5a03(0x287))};});const _0x5db82b=()=>!0x1;for(const _0x1e336d of[_0x23cb14(0x232),_0x23cb14(0x21c),_0x23cb14(0x1e2),_0x23cb14(0x21d)])_0x255fa6[_0x23cb14(0x28c)][_0x23cb14(0x24d)](_0x23cb14(0x234),_0x1e336d,_0x23cb14(0x28e),_0x5db82b),_0x255fa6[_0x23cb14(0x28c)][_0x23cb14(0x24d)](_0x23cb14(0x1f7),_0x1e336d,_0x23cb14(0x28e),_0x5db82b),_0x255fa6[_0x23cb14(0x28c)][_0x23cb14(0x24d)](_0x23cb14(0x279),_0x1e336d,_0x23cb14(0x28e),_0x5db82b);_0x255fa6[_0x23cb14(0x28c)][_0x23cb14(0x24d)](_0x23cb14(0x279),_0x23cb14(0x21d),_0x23cb14(0x23f),_0x5db82b),_0x255fa6[_0x23cb14(0x28c)][_0x23cb14(0x24d)](_0x23cb14(0x279),_0x23cb14(0x21d),_0x23cb14(0x24b),(_0x443020,_0xa10278,_0x7fd7a8)=>{const _0x44b179=_0x23cb14,_0x27230a=_0x443020[_0x44b179(0x244)](_0x4ed6d2=>_0x4ed6d2[_0x44b179(0x249)]())[_0x44b179(0x20a)](_0x31a2ee=>_0x31a2ee),_0x347003=new Map(_0x27230a[_0x44b179(0x244)](_0x1d4ce9=>[_0x1d4ce9,null]));if(_0x19d6bc){for(const {element:_0x23b542,attributes:_0x2d30c1}of _0x19d6bc[_0x44b179(0x1dd)])_0x2d30c1&&_0x347003[_0x44b179(0x1d3)](_0x23b542,_0x2d30c1);}else{if(_0x7fd7a8&&_0x7fd7a8[_0x44b179(0x1e9)])for(const [_0x52f6c3,_0x4f1221]of Object[_0x44b179(0x1ff)](_0x7fd7a8[_0x44b179(0x1e9)])){const _0x34debe=_0x4b3650[_0x44b179(0x25f)][_0x44b179(0x288)][_0x44b179(0x1ea)](_0x52f6c3),_0x515ee7=_0x34debe?_0x34debe[_0x44b179(0x292)]()[_0x44b179(0x249)]():null;_0x515ee7&&_0x347003[_0x44b179(0x1d3)](_0x515ee7,_0x4f1221);}}_0x4b3650[_0x44b179(0x25f)][_0x44b179(0x1db)](_0x569263=>{const _0x2a717f=_0x44b179;for(const [_0x4cd2e7,_0x34e9ac]of _0x347003)_0x569263[_0x2a717f(0x207)]({...Ce,..._0x34e9ac},_0x4cd2e7);});});const _0x1438f6=(_0x26f396,_0x177e97)=>{const _0x4fe779=_0x23cb14;_0x255fa6[_0x4fe779(0x28c)][_0x4fe779(0x24d)](_0x26f396,_0x4fe779(0x232),_0x177e97,(_0x13b11b,_0x325712,_0x1f378b)=>{const _0xc405f9=_0x4fe779;_0x4b3650[_0xc405f9(0x25f)][_0xc405f9(0x1db)](_0x2ab681=>{const _0x3b9b1a=_0xc405f9,_0x3366f6=[];for(const _0x246bba of _0x13b11b){const _0x3cf48e=_0x246bba[_0x3b9b1a(0x200)][_0x3b9b1a(0x250)];_0x3cf48e['is'](_0x3b9b1a(0x285),_0x3b9b1a(0x203))&&_0x3366f6[_0x3b9b1a(0x218)](_0x3cf48e);}_0x255fa6[_0x3b9b1a(0x28c)][_0x3b9b1a(0x1f2)](_0x26f396,null,_0x177e97)(_0x13b11b,_0x325712,_0x1f378b);for(const _0x3b6478 of _0x3366f6)_0x3b9b1a(0x247)!=_0x3b6478[_0x3b9b1a(0x28f)][_0x3b9b1a(0x206)]&&_0x2ab681[_0x3b9b1a(0x253)](_0x3b6478);});});};_0x1438f6(_0x23cb14(0x234),_0x23cb14(0x24b)),_0x1438f6(_0x23cb14(0x234),_0x23cb14(0x23f)),_0x1438f6(_0x23cb14(0x1f7),_0x23cb14(0x24b)),_0x1438f6(_0x23cb14(0x1f7),_0x23cb14(0x23f)),_0x255fa6[_0x23cb14(0x28c)][_0x23cb14(0x24d)](_0x23cb14(0x234),_0x23cb14(0x1e2),_0x23cb14(0x23f),_0x2f06a1=>{const _0x97404b=_0x23cb14,_0x310aa7=_0x2f06a1[_0x97404b(0x244)](_0x449614=>_0x449614[_0x97404b(0x249)]()),_0x57b0ed=_0x310aa7[0x0][_0x97404b(0x278)](_0x97404b(0x21b)),{minRow:_0xdea43e,maxRow:_0x45e5ea}=_0x1ca2eb[_0x97404b(0x28d)](_0x310aa7);_0x22c76a[_0x97404b(0x220)](_0x57b0ed,{'at':_0xdea43e,'rows':_0x45e5ea-_0xdea43e+0x1});}),_0x255fa6[_0x23cb14(0x28c)][_0x23cb14(0x24d)](_0x23cb14(0x234),_0x23cb14(0x21c),_0x23cb14(0x23f),_0x268eb6=>{const _0x5ee0de=_0x23cb14,_0x55600f=_0x268eb6[_0x5ee0de(0x244)](_0x2cf8d1=>_0x2cf8d1[_0x5ee0de(0x249)]()),_0x321b04=_0x55600f[0x0][_0x5ee0de(0x278)](_0x5ee0de(0x21b)),{minColumn:_0x669f84,maxColumn:_0x5a53f9}=_0x1ca2eb[_0x5ee0de(0x28d)](_0x55600f);_0x22c76a[_0x5ee0de(0x204)](_0x321b04,{'at':_0x669f84,'columns':_0x5a53f9-_0x669f84+0x1});});const _0x3041fd=(_0x2a84df,_0x4a80b4)=>{const _0x2f9f80=_0x23cb14;if(!_0x4a80b4[_0x2f9f80(0x242)]||!_0x4a80b4[_0x2f9f80(0x242)][_0x2f9f80(0x27d)](_0x2f9f80(0x232)))return;const _0x5bbd96=_0x4a80b4[_0x2f9f80(0x1f5)][_0x2f9f80(0x202)],_0x3e880b=_0x255fa6[_0x2f9f80(0x213)]()[_0x2f9f80(0x20a)](_0x562ef3=>_0x562ef3[_0x2f9f80(0x216)]&&_0x562ef3[_0x2f9f80(0x1f5)]&&_0x562ef3[_0x2f9f80(0x1f5)][_0x2f9f80(0x202)]==_0x5bbd96);_0x3e880b[_0x2f9f80(0x1cc)]&&_0x4a80b4[_0x2f9f80(0x1df)]()[_0x2f9f80(0x1cc)]!=_0x3e880b[_0x2f9f80(0x1cc)]&&_0x3e880b[_0x2f9f80(0x1f4)]((_0x5d8565,_0x21ff94)=>(_0x5d8565[_0x2f9f80(0x26a)]=_0x21ff94,_0x21ff94[_0x2f9f80(0x1d9)]=_0x5d8565,_0x21ff94));};function _0x54d0e6(_0x40bb4b,_0x411001=!0x0){const _0x2459ad=_0x23cb14,{id:_0x3aaaef}=_0x255fa6[_0x2459ad(0x24f)](_0x40bb4b[_0x2459ad(0x224)]),_0x3a34ff=[_0x2459ad(0x211),_0x2459ad(0x21f)],_0x3295ad=_0x255fa6[_0x2459ad(0x276)][_0x2459ad(0x25e)](_0x40bb4b[_0x2459ad(0x224)]);return _0x3295ad&&_0x3a34ff[_0x2459ad(0x218)](_0x2459ad(0x1d8)),{'classes':_0x3a34ff,'attributes':{'data-suggestion':_0x3aaaef},'priority':_0x3295ad&&_0x411001?0xbc2:0xbb8};}_0x255fa6['on'](_0x23cb14(0x219),_0x3041fd,{'priority':_0x23cb14(0x1d6)}),_0x255fa6['on'](_0x23cb14(0x208),_0x3041fd,{'priority':_0x23cb14(0x1d6)}),_0x4b3650[_0x23cb14(0x25f)][_0x23cb14(0x24c)][_0x23cb14(0x252)](()=>{const _0x3b5bde=_0x23cb14;let _0x357554=!0x1;const _0x145d4c=Array[_0x3b5bde(0x1d0)](_0x4b3650[_0x3b5bde(0x25f)][_0x3b5bde(0x24c)][_0x3b5bde(0x26c)][_0x3b5bde(0x1fd)]());for(const {name:_0x21d097,data:_0x1eb7e1}of _0x145d4c){const {group:_0x44fbe1,type:_0x38c2af,id:_0x494193}=_0x255fa6[_0x3b5bde(0x24f)](_0x21d097);if(_0x3b5bde(0x1f1)!=_0x44fbe1||_0x3b5bde(0x1f7)!=_0x38c2af||_0x1eb7e1[_0x3b5bde(0x262)])continue;if(!_0x255fa6[_0x3b5bde(0x24e)](_0x494193))continue;const _0x2a221d=_0x255fa6[_0x3b5bde(0x260)](_0x494193)[_0x3b5bde(0x21e)](),_0x1850d1=_0x4b3650[_0x3b5bde(0x215)][_0x3b5bde(0x1ea)](_0x3b5bde(0x258))['me'];for(const _0x4d74e8 of _0x255fa6[_0x3b5bde(0x213)]()){if(!_0x4d74e8[_0x3b5bde(0x216)]||_0x4d74e8[_0x3b5bde(0x27a)]!=_0x1850d1)continue;if(_0x3b5bde(0x279)!=_0x4d74e8[_0x3b5bde(0x239)]||_0x3b5bde(0x21d)!=_0x4d74e8[_0x3b5bde(0x242)])continue;if(_0x4d74e8[_0x3b5bde(0x21e)]()[_0x3b5bde(0x1f3)](_0x2548db=>_0x2a221d[_0x3b5bde(0x231)](_0x1f8c6c=>_0x1f8c6c[_0x3b5bde(0x226)](_0x2548db,!0x0)))){for(const _0x8eb088 of _0x4d74e8[_0x3b5bde(0x1df)]())_0x8eb088[_0x3b5bde(0x216)]&&(_0x8eb088[_0x3b5bde(0x23f)](),_0x357554=!0x0);}}}return _0x357554;}),_0x4b3650[_0x23cb14(0x25f)][_0x23cb14(0x24c)][_0x23cb14(0x252)](_0x12196a=>{const _0x4e660d=_0x23cb14,_0x5db224=_0x4b3650[_0x4e660d(0x1ec)][_0x4e660d(0x1ea)](_0x4e660d(0x1cf));if(!_0x5db224||!_0x5db224[_0x4e660d(0x20f)][_0x4e660d(0x25c)](_0x12196a[_0x4e660d(0x1e8)]))return!0x1;let _0x3dda8e=!0x1;const _0x1183a8=_0x4b3650[_0x4e660d(0x215)][_0x4e660d(0x1ea)](_0x4e660d(0x258))['me'],_0x13da6e=_0x4b3650[_0x4e660d(0x25f)][_0x4e660d(0x24c)][_0x4e660d(0x26c)][_0x4e660d(0x214)](),_0x5adba4=Array[_0x4e660d(0x1d0)](_0x4b3650[_0x4e660d(0x25f)][_0x4e660d(0x24c)][_0x4e660d(0x26c)][_0x4e660d(0x1fd)]())[_0x4e660d(0x20a)](({name:_0x2eb516,data:_0x2156fe})=>{const _0x46bf98=_0x4e660d,{group:_0x4a946b,subType:_0x1b54cf,authorId:_0x5a5ec1}=_0x255fa6[_0x46bf98(0x24f)](_0x2eb516);return _0x46bf98(0x1f1)==_0x4a946b&&_0x46bf98(0x232)==_0x1b54cf&&_0x5a5ec1==_0x1183a8['id']&&!_0x2156fe[_0x46bf98(0x262)];});for(const _0x29cdd0 of _0x13da6e){if(_0x4e660d(0x1e0)!=_0x29cdd0[_0x4e660d(0x239)]||_0x4e660d(0x203)!=_0x29cdd0[_0x4e660d(0x265)]||0x1!=_0x29cdd0[_0x4e660d(0x1cc)])continue;const _0x404b79=_0x12196a[_0x4e660d(0x1c6)](_0x29cdd0[_0x4e660d(0x22b)],_0x29cdd0[_0x4e660d(0x22b)][_0x4e660d(0x25d)](0x1));if(!_0x5adba4[_0x4e660d(0x270)](({data:_0x358cfc})=>_0x358cfc[_0x4e660d(0x23a)][_0x4e660d(0x23d)](_0x404b79))){for(const {name:_0x1c87a1,data:_0x43e2f8}of _0x5adba4)if(_0x404b79[_0x4e660d(0x226)](_0x43e2f8[_0x4e660d(0x23a)])){_0x12196a[_0x4e660d(0x245)](_0x1c87a1,{'range':_0x404b79}),_0x3dda8e=!0x0;break;}}}return _0x3dda8e;}),_0x4b3650[_0x23cb14(0x25f)][_0x23cb14(0x24c)][_0x23cb14(0x252)](_0x2925f8=>{const _0x4c34bf=_0x23cb14;let _0x228820=!0x1;const _0x4389c7=_0x4b3650[_0x4c34bf(0x215)][_0x4c34bf(0x1ea)](_0x4c34bf(0x258))['me'],_0x107dbc=_0x255fa6[_0x4c34bf(0x213)]()[_0x4c34bf(0x20a)](_0x506993=>_0x506993[_0x4c34bf(0x216)]&&_0x506993[_0x4c34bf(0x27a)]==_0x4389c7),_0x1a1a2d=new Set(),_0x3f3def=new Set();for(const _0x7d8b4a of _0x107dbc)if(_0x4c34bf(0x232)==_0x7d8b4a[_0x4c34bf(0x242)])for(const _0x40bb4e of _0x7d8b4a[_0x4c34bf(0x20d)]()){const _0x2124ce=_0x40bb4e[_0x4c34bf(0x292)]()[_0x4c34bf(0x249)]();if(_0x2124ce){if(_0x2124ce['is'](_0x4c34bf(0x285),_0x4c34bf(0x203))&&Pe(_0x2124ce)){_0x7d8b4a[_0x4c34bf(0x286)](_0x40bb4e[_0x4c34bf(0x265)]),_0x1a1a2d[_0x4c34bf(0x1c9)](_0x2124ce),_0x228820=!0x0;const _0x307199=_0x2124ce[_0x4c34bf(0x261)],_0x50d969=_0x2124ce[_0x4c34bf(0x210)],_0x388a=_0x307199&&_0x307199['is'](_0x4c34bf(0x285),_0x4c34bf(0x203)),_0x51c93d=_0x50d969&&_0x50d969['is'](_0x4c34bf(0x285),_0x4c34bf(0x203));_0x388a&&!_0x1a1a2d[_0x4c34bf(0x25c)](_0x307199)&&_0x3f3def[_0x4c34bf(0x1c9)](_0x307199),_0x51c93d&&!_0x1a1a2d[_0x4c34bf(0x25c)](_0x50d969)&&_0x3f3def[_0x4c34bf(0x1c9)](_0x50d969);}else _0x2124ce['is'](_0x4c34bf(0x285),_0x4c34bf(0x1fb))&&_0x2124ce[_0x4c34bf(0x1d7)]&&(_0x7d8b4a[_0x4c34bf(0x286)](_0x40bb4e[_0x4c34bf(0x265)]),_0x228820=!0x0);}}else{if(_0x4c34bf(0x21d)==_0x7d8b4a[_0x4c34bf(0x242)]){if(!_0x7d8b4a[_0x4c34bf(0x1f5)]||!_0x7d8b4a[_0x4c34bf(0x1f5)][_0x4c34bf(0x202)])continue;const _0x4d9715=_0x7d8b4a[_0x4c34bf(0x1f5)][_0x4c34bf(0x1e9)];if(_0x4d9715&&Object[_0x4c34bf(0x271)](_0x4d9715)[_0x4c34bf(0x1cc)])continue;const _0x40f9d3=_0x7d8b4a[_0x4c34bf(0x1f5)][_0x4c34bf(0x202)];let _0x132ae1=!0x0,_0x45989a=!0x0;for(const _0x4f51d0 of _0x107dbc)if(_0x4f51d0[_0x4c34bf(0x242)]&&_0x4f51d0[_0x4c34bf(0x242)][_0x4c34bf(0x27d)](_0x4c34bf(0x232))){if(!_0x4f51d0[_0x4c34bf(0x1f5)][_0x4c34bf(0x202)]){_0x45989a=!0x1;break;}if(_0x4f51d0['id']!=_0x7d8b4a['id']&&_0x4f51d0[_0x4c34bf(0x1f5)][_0x4c34bf(0x202)]==_0x40f9d3){_0x132ae1=!0x1;break;}}_0x45989a&&_0x132ae1&&(_0x7d8b4a[_0x4c34bf(0x228)](),_0x228820=!0x0);}}for(const _0x354f7a of _0x1a1a2d)_0x2925f8[_0x4c34bf(0x205)](_0x354f7a);for(const _0x40641a of _0x3f3def)_0x2925f8[_0x4c34bf(0x253)](_0x40641a);return _0x228820;}),_0x4b3650[_0x23cb14(0x27b)][_0x23cb14(0x255)](_0x23cb14(0x1e1))[_0x23cb14(0x267)]({'model':_0x23cb14(0x24a),'view':(_0x330f07,_0xb3e860)=>_0x54d0e6(_0x330f07),'converterPriority':_0x23cb14(0x1d6)}),_0x4b3650[_0x23cb14(0x27b)][_0x23cb14(0x255)](_0x23cb14(0x22c))[_0x23cb14(0x267)]({'model':_0x23cb14(0x24a),'view':(_0x1fcbef,_0x4210cc)=>_0x4210cc[_0x23cb14(0x201)][_0x23cb14(0x212)]?_0x54d0e6(_0x1fcbef,!0x1):null,'converterPriority':_0x23cb14(0x1d6)});const _0x40165f=_0x4b3650[_0x23cb14(0x257)][_0x23cb14(0x23c)];this[_0x23cb14(0x27f)](_0x40165f[_0x23cb14(0x24c)],_0x23cb14(0x246),(_0x1885f2,_0x18c64e)=>{const _0x5c8a69=_0x23cb14,_0x2c8598=[];for(const _0x527303 of _0x40165f[_0x5c8a69(0x290)](_0x18c64e[_0x5c8a69(0x22e)])[_0x5c8a69(0x1e7)]())_0x527303['is'](_0x5c8a69(0x285),_0x5c8a69(0x223))&&_0x2c8598[_0x5c8a69(0x218)](_0x527303);_0x40165f[_0x5c8a69(0x1db)](_0x4725ee=>{const _0x4023b2=_0x5c8a69;for(const _0x5ed139 of _0x2c8598)_0x4725ee[_0x4023b2(0x1fc)](_0x4725ee[_0x4023b2(0x290)](_0x5ed139),_0x4725ee[_0x4023b2(0x235)](_0x5ed139)),_0x4725ee[_0x4023b2(0x205)](_0x5ed139);});});}}function Pe(_0x3fb55c){const _0x3b4066=_0x567129;if(_0x3fb55c[_0x3b4066(0x1d7)])return!0x0;const _0x35f45c=_0x3fb55c[_0x3b4066(0x266)](0x0);return _0x35f45c['is'](_0x3b4066(0x285),_0x3b4066(0x1fb))&&_0x35f45c[_0x3b4066(0x1d7)];}function he(_0x37237e,_0x16897b={},_0x5ddb2d){const _0x5ec3b2=_0x567129;for(const {isAnchor:_0x466a6e,cellHeight:_0x2c7416,cellWidth:_0x40616c}of _0x5ddb2d[_0x5ec3b2(0x20c)](_0x37237e,{'includeAllSlots':!0x0,..._0x16897b}))if(!_0x466a6e||0x1!=_0x2c7416||0x1!=_0x40616c)return!0x1;return!0x0;}
|
|
23
|
+
const _0x978c3e=_0x43af;(function(_0x24f635,_0x359e25){const _0x48db52=_0x43af,_0x5d9396=_0x24f635();while(!![]){try{const _0x51b860=-parseInt(_0x48db52(0x1e0))/0x1*(-parseInt(_0x48db52(0x197))/0x2)+parseInt(_0x48db52(0x18a))/0x3*(-parseInt(_0x48db52(0x170))/0x4)+-parseInt(_0x48db52(0x1e3))/0x5+parseInt(_0x48db52(0x14a))/0x6*(-parseInt(_0x48db52(0x1c9))/0x7)+-parseInt(_0x48db52(0x1c0))/0x8*(-parseInt(_0x48db52(0x16c))/0x9)+-parseInt(_0x48db52(0x192))/0xa+-parseInt(_0x48db52(0x154))/0xb*(-parseInt(_0x48db52(0x1e2))/0xc);if(_0x51b860===_0x359e25)break;else _0x5d9396['push'](_0x5d9396['shift']());}catch(_0x1111af){_0x5d9396['push'](_0x5d9396['shift']());}}}(_0x23fb,0x4c480));import{getTranslation as _0x2dd8cc}from'../utils/common-translations.js';import{Plugin as _0x2e881c}from'ckeditor5/src/core.js';import{LiveRange as _0x1f1acc}from'ckeditor5/src/engine.js';import{uid as _0x507dd9,priorities as _0x15f677}from'ckeditor5/src/utils.js';function _0x43af(_0x40e844,_0x5409f4){const _0x23fb3a=_0x23fb();return _0x43af=function(_0x43af66,_0x7560b9){_0x43af66=_0x43af66-0x13e;let _0x58df01=_0x23fb3a[_0x43af66];return _0x58df01;},_0x43af(_0x40e844,_0x5409f4);}import _0x302148 from'./table.js';const ge=[_0x978c3e(0x1c4),_0x978c3e(0x1c6),_0x978c3e(0x209),_0x978c3e(0x1a4),_0x978c3e(0x145),_0x978c3e(0x1c5),_0x978c3e(0x177)],Ce=Object[_0x978c3e(0x195)](ge[_0x978c3e(0x201)](_0x4aafcd=>[_0x4aafcd,null]));export default class It extends _0x2e881c{static get[_0x978c3e(0x187)](){return[_0x302148];}[_0x978c3e(0x1d5)](){const _0x4e4c4f=_0x978c3e,_0x28266a=this[_0x4e4c4f(0x16e)];if(!_0x28266a[_0x4e4c4f(0x14c)][_0x4e4c4f(0x172)](_0x4e4c4f(0x153)))return;const _0x7dfe0d=_0x28266a[_0x4e4c4f(0x14c)][_0x4e4c4f(0x1ad)](_0x4e4c4f(0x1f1)),_0x30a0f5=_0x28266a[_0x4e4c4f(0x14c)][_0x4e4c4f(0x1ad)](_0x4e4c4f(0x1e6)),_0x344b3a=_0x28266a[_0x4e4c4f(0x14c)][_0x4e4c4f(0x1ad)](_0x302148),_0x7252f1=_0x28266a[_0x4e4c4f(0x14c)][_0x4e4c4f(0x1ad)](_0x4e4c4f(0x153));_0x344b3a[_0x4e4c4f(0x193)][_0x4e4c4f(0x17f)](_0x4e4c4f(0x1fa),_0x4e4c4f(0x16b)),_0x28266a[_0x4e4c4f(0x186)][_0x4e4c4f(0x20a)][_0x4e4c4f(0x188)](_0x4e4c4f(0x1ec),{'allowIn':_0x4e4c4f(0x150),'allowContentOf':_0x4e4c4f(0x150),'isLimit':!0x0}),_0x28266a[_0x4e4c4f(0x19f)][_0x4e4c4f(0x143)]({'model':_0x4e4c4f(0x1ec),'view':_0x4e4c4f(0x1ae)});let _0x47b1b4=null;_0x28266a[_0x4e4c4f(0x186)]['on'](_0x4e4c4f(0x184),(_0x517f85,_0x5ec917)=>{const _0x5ca6f0=_0x4e4c4f,[_0x420b78,_0x269679]=_0x5ec917,_0x39f097=_0x5ec917[_0x5ec917[_0x5ca6f0(0x165)]-0x1];_0x39f097&&_0x39f097[_0x5ca6f0(0x1df)]||_0x7dfe0d[_0x5ca6f0(0x174)]||this[_0x5ca6f0(0x16e)][_0x5ca6f0(0x14b)][_0x5ca6f0(0x1ad)](_0x5ca6f0(0x152))[_0x5ca6f0(0x1f2)]&&function(_0x2b957d,_0x4495ae,_0x16012a,_0x423ba5,_0x4c369d){const _0xa36cc0=_0x5ca6f0;if(_0x4495ae&&!_0x4495ae['is'](_0xa36cc0(0x14f)))return!0x1;const _0x23a062=_0x4c369d[_0xa36cc0(0x155)](_0x2b957d,_0x16012a);if(!_0x23a062||!he(_0x23a062,void 0x0,_0x423ba5))return!0x1;const _0x3e7a9d=_0x423ba5[_0xa36cc0(0x19a)](_0x16012a[_0xa36cc0(0x169)][_0xa36cc0(0x159)]);if(!_0x3e7a9d[_0xa36cc0(0x165)])return!0x1;const _0x36f176=_0x3e7a9d[0x0][_0xa36cc0(0x19e)](_0xa36cc0(0x16f)),_0x4da40c=_0x423ba5[_0xa36cc0(0x1b3)](_0x3e7a9d),_0x127c09=_0x423ba5[_0xa36cc0(0x16d)](_0x3e7a9d),_0x1daad7={'startRow':_0x4da40c[_0xa36cc0(0x181)],'endRow':_0x4da40c[_0xa36cc0(0x1fe)],'startColumn':_0x127c09[_0xa36cc0(0x181)],'endColumn':_0x127c09[_0xa36cc0(0x1fe)]};return 0x1==_0x3e7a9d[_0xa36cc0(0x165)]&&(_0x1daad7[_0xa36cc0(0x19c)]+=_0x423ba5[_0xa36cc0(0x1d2)](_0x23a062)-0x1,_0x1daad7[_0xa36cc0(0x200)]+=_0x423ba5[_0xa36cc0(0x1f8)](_0x23a062)-0x1),he(_0x36f176,_0x1daad7,_0x423ba5);}(_0x420b78,_0x269679,_0x28266a[_0x5ca6f0(0x186)],_0x30a0f5,_0x7252f1)&&(_0x517f85[_0x5ca6f0(0x17c)](),_0x47b1b4={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x28266a[_0x5ca6f0(0x186)][_0x5ca6f0(0x1e9)](()=>{const _0x2ef9c1=_0x5ca6f0;_0x28266a[_0x2ef9c1(0x186)][_0x2ef9c1(0x184)](_0x5ec917[0x0],_0x5ec917[0x1],_0x5ec917[0x2],{'forceDefaultExecution':!0x0});const _0x12f6a6=_0x507dd9(),{rowInsertionRanges:_0x46b84b,columnInsertionRanges:_0xcb031c,insertionRanges:_0x21141e,deletionRanges:_0x50f830,cells:_0x14a682}=_0x47b1b4;_0x46b84b[_0x2ef9c1(0x165)]&&_0x7dfe0d[_0x2ef9c1(0x190)](_0x46b84b,_0x2ef9c1(0x1fa),{'tablePasteChainId':_0x12f6a6}),_0xcb031c[_0x2ef9c1(0x165)]&&_0x7dfe0d[_0x2ef9c1(0x190)](_0xcb031c,_0x2ef9c1(0x16b),{'tablePasteChainId':_0x12f6a6}),_0x21141e[_0x2ef9c1(0x165)]&&(_0x7dfe0d[_0x2ef9c1(0x190)](_0x21141e,_0x2ef9c1(0x161),{'tablePasteChainId':_0x12f6a6,'skipNestingCheck':!0x0}),_0x21141e[_0x2ef9c1(0x1c3)](_0x44d195=>{const _0x1b8cec=_0x2ef9c1;var _0x36cab3;return null===(_0x36cab3=_0x44d195[_0x1b8cec(0x1cc)])||void 0x0===_0x36cab3?void 0x0:_0x36cab3[_0x1b8cec(0x1d9)](_0x44d195);})),_0x50f830[_0x2ef9c1(0x165)]&&(_0x7dfe0d[_0x2ef9c1(0x1a3)](_0x50f830,_0x2ef9c1(0x161),{'tablePasteChainId':_0x12f6a6,'skipNestingCheck':!0x0}),_0x50f830[_0x2ef9c1(0x1c3)](_0x2bc3db=>{const _0x3ade13=_0x2ef9c1;var _0xc01218;return null===(_0xc01218=_0x2bc3db[_0x3ade13(0x1cc)])||void 0x0===_0xc01218?void 0x0:_0xc01218[_0x3ade13(0x1d9)](_0x2bc3db);}));const _0x523251=_0x7dfe0d[_0x2ef9c1(0x1ea)](_0x14a682[_0x2ef9c1(0x201)](({element:_0x4d2aad})=>_0x4d2aad),{'formatGroupId':_0x507dd9()},[],_0x2ef9c1(0x1d6),{'tablePasteChainId':_0x12f6a6});if(_0x523251){const _0x180462=_0x523251[_0x2ef9c1(0x1a5)](),_0xfe879b=[];for(const {element:_0x335d5a,attributes:_0x2f7107}of _0x14a682){if(!_0x2f7107)continue;const _0x5ac3a7=_0x28266a[_0x2ef9c1(0x186)][_0x2ef9c1(0x1b8)](_0x335d5a),_0x30c5bf=_0x180462[_0x2ef9c1(0x158)](_0x1f3208=>_0x1f3208[_0x2ef9c1(0x1c1)]()[_0x2ef9c1(0x163)](_0x5ac3a7));_0x30c5bf&&_0xfe879b[_0x2ef9c1(0x17f)]([_0x30c5bf[_0x2ef9c1(0x162)],_0x2f7107]);}_0xfe879b[_0x2ef9c1(0x165)]&&_0x523251[_0x2ef9c1(0x17b)](_0x2ef9c1(0x1d7),Object[_0x2ef9c1(0x195)](_0xfe879b));}_0x47b1b4=null;}));},{'priority':_0x15f677[_0x4e4c4f(0x1ce)]+0xa}),_0x28266a[_0x4e4c4f(0x14c)][_0x4e4c4f(0x1ad)](_0x4e4c4f(0x153))['on'](_0x4e4c4f(0x1a9),(_0x3c7d3b,_0x1f1ef2)=>{const _0x374458=_0x4e4c4f,[_0x4fe5fc,_0x1e7197,,_0x3c3d15]=_0x1f1ef2;if(!_0x47b1b4)return;_0x3c7d3b[_0x374458(0x17c)]();const _0x101e06=_0x4fe5fc[_0x374458(0x14d)],_0x148dea=_0x1e7197,_0x4df2f1=Pe(_0x101e06),_0xc7f8b9=Pe(_0x148dea);_0x3c7d3b[_0x374458(0x1ed)]=_0x101e06;let _0x230d5d=null,_0x26d71e=null;if(_0xc7f8b9||_0x4df2f1){if(_0x4df2f1&&!_0xc7f8b9){_0x3c3d15[_0x374458(0x1a2)](_0x101e06[_0x374458(0x204)](0x0));for(const _0x59db44 of Array[_0x374458(0x19d)](_0x148dea[_0x374458(0x15a)]()))_0x3c3d15[_0x374458(0x1c8)](_0x59db44,_0x101e06,_0x374458(0x1ac));const _0x835e85=_0x47b1b4[_0x374458(0x1af)][_0x374458(0x173)](_0x4fe5fc[_0x374458(0x15e)]),_0x3223bf=_0x47b1b4[_0x374458(0x207)][_0x374458(0x173)](_0x4fe5fc[_0x374458(0x19b)]);_0x835e85||_0x3223bf||(_0x230d5d=_0x1f1acc[_0x374458(0x1e8)](_0x3c3d15[_0x374458(0x182)](_0x101e06)));}else _0xc7f8b9&&!_0x4df2f1&&(_0x26d71e=_0x3c3d15[_0x374458(0x182)](_0x101e06));}else{const _0x5e710e=_0x3c3d15[_0x374458(0x1e5)](_0x374458(0x1ec)),_0x2d1cfa=_0x3c3d15[_0x374458(0x1e5)](_0x374458(0x1ec));_0x3c3d15[_0x374458(0x1e4)](_0x3c3d15[_0x374458(0x182)](_0x101e06),_0x2d1cfa),_0x3c3d15[_0x374458(0x1c8)](_0x5e710e,_0x101e06,0x0);for(const _0x7a3ad6 of Array[_0x374458(0x19d)](_0x148dea[_0x374458(0x15a)]()))_0x3c3d15[_0x374458(0x1c8)](_0x7a3ad6,_0x5e710e,_0x374458(0x1ac));_0x230d5d=_0x1f1acc[_0x374458(0x1e8)](_0x3c3d15[_0x374458(0x1b8)](_0x5e710e)),_0x26d71e=_0x1f1acc[_0x374458(0x1e8)](_0x3c3d15[_0x374458(0x1b8)](_0x2d1cfa));}const _0x31baf9=Array[_0x374458(0x19d)](_0x148dea[_0x374458(0x13f)]())[_0x374458(0x1d4)](([_0x40ba7b])=>ge[_0x374458(0x173)](_0x40ba7b));_0x47b1b4[_0x374458(0x17e)][_0x374458(0x17f)]({'element':_0x101e06,'attributes':_0x31baf9[_0x374458(0x165)]?Object[_0x374458(0x195)](_0x31baf9):null}),_0x230d5d&&_0x47b1b4[_0x374458(0x144)][_0x374458(0x17f)](_0x230d5d),_0x26d71e&&_0x47b1b4[_0x374458(0x141)][_0x374458(0x17f)](_0x26d71e);},{'priority':_0x4e4c4f(0x1ce)}),_0x30a0f5['on'](_0x4e4c4f(0x1a0),(_0x3cc02d,_0x52106b)=>{const _0x4fd3be=_0x4e4c4f,[_0x365010,_0x4a77a3={}]=_0x52106b;if(!_0x47b1b4)return;const _0x77a29e=_0x4a77a3['at']||0x0,_0x54e3ba=_0x4a77a3[_0x4fd3be(0x13e)]||0x1;_0x47b1b4[_0x4fd3be(0x207)]=new Array(_0x54e3ba)[_0x4fd3be(0x18c)](_0x77a29e)[_0x4fd3be(0x201)]((_0x52b935,_0x196d16)=>_0x52b935+_0x196d16);for(const {cell:_0xa8d56b}of _0x30a0f5[_0x4fd3be(0x1a8)](_0x365010,{'startColumn':_0x77a29e,'endColumn':_0x77a29e+_0x54e3ba-0x1}))_0x47b1b4[_0x4fd3be(0x157)][_0x4fd3be(0x17f)](_0x28266a[_0x4fd3be(0x186)][_0x4fd3be(0x1b8)](_0xa8d56b));},{'priority':_0x4e4c4f(0x1dd)}),_0x30a0f5['on'](_0x4e4c4f(0x179),(_0x1bdef3,_0x167e84)=>{const _0x1861a7=_0x4e4c4f,[_0x2a7aea,_0x446e66={}]=_0x167e84;if(!_0x47b1b4)return;const _0x131aa4=_0x446e66['at']||0x0,_0xb10f25=_0x446e66[_0x1861a7(0x1fd)]||0x1;_0x47b1b4[_0x1861a7(0x1af)]=new Array(_0xb10f25)[_0x1861a7(0x18c)](_0x131aa4)[_0x1861a7(0x201)]((_0x1d8948,_0x4fc040)=>_0x1d8948+_0x4fc040);for(const {cell:_0x16422a}of _0x30a0f5[_0x1861a7(0x1a8)](_0x2a7aea,{'startRow':_0x131aa4,'endRow':_0x131aa4+_0xb10f25-0x1}))_0x47b1b4[_0x1861a7(0x146)][_0x1861a7(0x17f)](_0x28266a[_0x1861a7(0x186)][_0x1861a7(0x1b8)](_0x16422a));},{'priority':_0x4e4c4f(0x1dd)}),_0x7dfe0d[_0x4e4c4f(0x203)][_0x4e4c4f(0x1cb)](_0x4be61a=>{const _0x5697db=_0x4e4c4f;if(_0x4be61a[_0x5697db(0x1b0)]&&_0x4be61a[_0x5697db(0x1b0)][_0x5697db(0x140)](_0x5697db(0x161)))return _0x4be61a[_0x5697db(0x1a6)]?{}:{'type':_0x5697db(0x1ef),'content':_0x2dd8cc(_0x28266a[_0x5697db(0x183)],_0x5697db(0x1eb))};});const _0xb26c97=()=>!0x1;for(const _0x5ef9f0 of[_0x4e4c4f(0x161),_0x4e4c4f(0x16b),_0x4e4c4f(0x1fa),_0x4e4c4f(0x1d6)])_0x7dfe0d[_0x4e4c4f(0x1f4)][_0x4e4c4f(0x14e)](_0x4e4c4f(0x1ef),_0x5ef9f0,_0x4e4c4f(0x1ca),_0xb26c97),_0x7dfe0d[_0x4e4c4f(0x1f4)][_0x4e4c4f(0x14e)](_0x4e4c4f(0x18d),_0x5ef9f0,_0x4e4c4f(0x1ca),_0xb26c97),_0x7dfe0d[_0x4e4c4f(0x1f4)][_0x4e4c4f(0x14e)](_0x4e4c4f(0x18b),_0x5ef9f0,_0x4e4c4f(0x1ca),_0xb26c97);_0x7dfe0d[_0x4e4c4f(0x1f4)][_0x4e4c4f(0x14e)](_0x4e4c4f(0x18b),_0x4e4c4f(0x1d6),_0x4e4c4f(0x1f0),_0xb26c97),_0x7dfe0d[_0x4e4c4f(0x1f4)][_0x4e4c4f(0x14e)](_0x4e4c4f(0x18b),_0x4e4c4f(0x1d6),_0x4e4c4f(0x1ab),(_0x1ac9f0,_0x35ddd4,_0x3faaaf)=>{const _0x418736=_0x4e4c4f,_0x3a4ecc=_0x1ac9f0[_0x418736(0x201)](_0x4473e1=>_0x4473e1[_0x418736(0x1de)]())[_0x418736(0x1d4)](_0x230768=>_0x230768),_0x103f05=new Map(_0x3a4ecc[_0x418736(0x201)](_0x319c40=>[_0x319c40,null]));if(_0x47b1b4){for(const {element:_0x4d438c,attributes:_0x57b5f5}of _0x47b1b4[_0x418736(0x17e)])_0x57b5f5&&_0x103f05[_0x418736(0x166)](_0x4d438c,_0x57b5f5);}else{if(_0x3faaaf&&_0x3faaaf[_0x418736(0x1d7)])for(const [_0x5f1fad,_0x19a460]of Object[_0x418736(0x176)](_0x3faaaf[_0x418736(0x1d7)])){const _0x5c1994=_0x28266a[_0x418736(0x186)][_0x418736(0x178)][_0x418736(0x1ad)](_0x5f1fad),_0x49407e=_0x5c1994?_0x5c1994[_0x418736(0x1c1)]()[_0x418736(0x1de)]():null;_0x49407e&&_0x103f05[_0x418736(0x166)](_0x49407e,_0x19a460);}}_0x28266a[_0x418736(0x186)][_0x418736(0x1e9)](_0x110e21=>{const _0x159df5=_0x418736;for(const [_0x51d312,_0x26adea]of _0x103f05)_0x110e21[_0x159df5(0x15b)]({...Ce,..._0x26adea},_0x51d312);});});const _0x1e5338=(_0x14308e,_0x156fe7)=>{const _0x57d23f=_0x4e4c4f;_0x7dfe0d[_0x57d23f(0x1f4)][_0x57d23f(0x14e)](_0x14308e,_0x57d23f(0x161),_0x156fe7,(_0x28a66b,_0x66da9,_0x11a1c6)=>{const _0x41ee96=_0x57d23f;_0x28266a[_0x41ee96(0x186)][_0x41ee96(0x1e9)](_0xe8bc5c=>{const _0xbe81da=_0x41ee96,_0x3272d2=[];for(const _0x5ac581 of _0x28a66b){const _0x3b5661=_0x5ac581[_0xbe81da(0x1aa)][_0xbe81da(0x194)];_0x3b5661['is'](_0xbe81da(0x1b5),_0xbe81da(0x1ec))&&_0x3272d2[_0xbe81da(0x17f)](_0x3b5661);}_0x7dfe0d[_0xbe81da(0x1f4)][_0xbe81da(0x1b2)](_0x14308e,null,_0x156fe7)(_0x28a66b,_0x66da9,_0x11a1c6);for(const _0x196bfa of _0x3272d2)_0xbe81da(0x1b4)!=_0x196bfa[_0xbe81da(0x1bd)][_0xbe81da(0x1b1)]&&_0xe8bc5c[_0xbe81da(0x175)](_0x196bfa);});});};_0x1e5338(_0x4e4c4f(0x1ef),_0x4e4c4f(0x1ab)),_0x1e5338(_0x4e4c4f(0x1ef),_0x4e4c4f(0x1f0)),_0x1e5338(_0x4e4c4f(0x18d),_0x4e4c4f(0x1ab)),_0x1e5338(_0x4e4c4f(0x18d),_0x4e4c4f(0x1f0)),_0x7dfe0d[_0x4e4c4f(0x1f4)][_0x4e4c4f(0x14e)](_0x4e4c4f(0x1ef),_0x4e4c4f(0x1fa),_0x4e4c4f(0x1f0),_0x4aa3c9=>{const _0x4af346=_0x4e4c4f,_0x2a3809=_0x4aa3c9[_0x4af346(0x201)](_0x21f427=>_0x21f427[_0x4af346(0x1de)]()),_0x41a43a=_0x2a3809[0x0][_0x4af346(0x19e)](_0x4af346(0x16f)),{minRow:_0x5b093d,maxRow:_0x47bb31}=_0x344b3a[_0x4af346(0x142)](_0x2a3809);_0x30a0f5[_0x4af346(0x20b)](_0x41a43a,{'at':_0x5b093d,'rows':_0x47bb31-_0x5b093d+0x1});}),_0x7dfe0d[_0x4e4c4f(0x1f4)][_0x4e4c4f(0x14e)](_0x4e4c4f(0x1ef),_0x4e4c4f(0x16b),_0x4e4c4f(0x1f0),_0x21fe65=>{const _0x306004=_0x4e4c4f,_0x319f11=_0x21fe65[_0x306004(0x201)](_0x6b04f9=>_0x6b04f9[_0x306004(0x1de)]()),_0x49a8b1=_0x319f11[0x0][_0x306004(0x19e)](_0x306004(0x16f)),{minColumn:_0x70c36f,maxColumn:_0x4252e0}=_0x344b3a[_0x306004(0x142)](_0x319f11);_0x30a0f5[_0x306004(0x18f)](_0x49a8b1,{'at':_0x70c36f,'columns':_0x4252e0-_0x70c36f+0x1});});const _0x34404f=(_0x21e586,_0x4013a0)=>{const _0x44c9e4=_0x4e4c4f;if(!_0x4013a0[_0x44c9e4(0x1b0)]||!_0x4013a0[_0x44c9e4(0x1b0)][_0x44c9e4(0x140)](_0x44c9e4(0x161)))return;const _0xfada45=_0x4013a0[_0x44c9e4(0x148)][_0x44c9e4(0x1f7)],_0x2dac23=_0x7dfe0d[_0x44c9e4(0x1fc)]()[_0x44c9e4(0x1d4)](_0x57cf0d=>_0x57cf0d[_0x44c9e4(0x167)]&&_0x57cf0d[_0x44c9e4(0x148)]&&_0x57cf0d[_0x44c9e4(0x148)][_0x44c9e4(0x1f7)]==_0xfada45);_0x2dac23[_0x44c9e4(0x165)]&&_0x4013a0[_0x44c9e4(0x1ff)]()[_0x44c9e4(0x165)]!=_0x2dac23[_0x44c9e4(0x165)]&&_0x2dac23[_0x44c9e4(0x1d8)]((_0x14c105,_0xf91ab6)=>(_0x14c105[_0x44c9e4(0x16a)]=_0xf91ab6,_0xf91ab6[_0x44c9e4(0x1a6)]=_0x14c105,_0xf91ab6));};function _0x5651be(_0xa95fd0,_0x1f2ed=!0x0){const _0x5b9634=_0x4e4c4f,{id:_0x699fb7}=_0x7dfe0d[_0x5b9634(0x1da)](_0xa95fd0[_0x5b9634(0x185)]),_0x334d44=[_0x5b9634(0x198),_0x5b9634(0x205)],_0x4a4d70=_0x7dfe0d[_0x5b9634(0x156)][_0x5b9634(0x173)](_0xa95fd0[_0x5b9634(0x185)]);return _0x4a4d70&&_0x334d44[_0x5b9634(0x17f)](_0x5b9634(0x1b6)),{'classes':_0x334d44,'attributes':{'data-suggestion':_0x699fb7},'priority':_0x4a4d70&&_0x1f2ed?0xbc2:0xbb8};}_0x7dfe0d['on'](_0x4e4c4f(0x199),_0x34404f,{'priority':_0x4e4c4f(0x1ce)}),_0x7dfe0d['on'](_0x4e4c4f(0x1bb),_0x34404f,{'priority':_0x4e4c4f(0x1ce)}),_0x28266a[_0x4e4c4f(0x186)][_0x4e4c4f(0x169)][_0x4e4c4f(0x18e)](()=>{const _0x419709=_0x4e4c4f;let _0x5a5ae8=!0x1;const _0x2a9161=Array[_0x419709(0x19d)](_0x28266a[_0x419709(0x186)][_0x419709(0x169)][_0x419709(0x15d)][_0x419709(0x15c)]());for(const {name:_0x3366f8,data:_0xab9a20}of _0x2a9161){const {group:_0x17ca81,type:_0x501953,id:_0x13db3d}=_0x7dfe0d[_0x419709(0x1da)](_0x3366f8);if(_0x419709(0x1e1)!=_0x17ca81||_0x419709(0x18d)!=_0x501953||_0xab9a20[_0x419709(0x1f6)])continue;if(!_0x7dfe0d[_0x419709(0x160)](_0x13db3d))continue;const _0x34fd1d=_0x7dfe0d[_0x419709(0x196)](_0x13db3d)[_0x419709(0x171)](),_0xf49289=_0x28266a[_0x419709(0x14c)][_0x419709(0x1ad)](_0x419709(0x17d))['me'];for(const _0x396a3f of _0x7dfe0d[_0x419709(0x1fc)]()){if(!_0x396a3f[_0x419709(0x167)]||_0x396a3f[_0x419709(0x206)]!=_0xf49289)continue;if(_0x419709(0x18b)!=_0x396a3f[_0x419709(0x208)]||_0x419709(0x1d6)!=_0x396a3f[_0x419709(0x1b0)])continue;if(_0x396a3f[_0x419709(0x171)]()[_0x419709(0x202)](_0x2e72f4=>_0x34fd1d[_0x419709(0x149)](_0x3a76d0=>_0x3a76d0[_0x419709(0x1d3)](_0x2e72f4,!0x0)))){for(const _0x45a2c8 of _0x396a3f[_0x419709(0x1ff)]())_0x45a2c8[_0x419709(0x167)]&&(_0x45a2c8[_0x419709(0x1f0)](),_0x5a5ae8=!0x0);}}}return _0x5a5ae8;}),_0x28266a[_0x4e4c4f(0x186)][_0x4e4c4f(0x169)][_0x4e4c4f(0x18e)](_0x4fd738=>{const _0x482051=_0x4e4c4f,_0x150baf=_0x28266a[_0x482051(0x14b)][_0x482051(0x1ad)](_0x482051(0x1db));if(!_0x150baf||!_0x150baf[_0x482051(0x1fb)][_0x482051(0x172)](_0x4fd738[_0x482051(0x1dc)]))return!0x1;let _0x2b0191=!0x1;const _0x2d7881=_0x28266a[_0x482051(0x14c)][_0x482051(0x1ad)](_0x482051(0x17d))['me'],_0x3fe7ff=_0x28266a[_0x482051(0x186)][_0x482051(0x169)][_0x482051(0x15d)][_0x482051(0x1b9)](),_0x160cab=Array[_0x482051(0x19d)](_0x28266a[_0x482051(0x186)][_0x482051(0x169)][_0x482051(0x15d)][_0x482051(0x15c)]())[_0x482051(0x1d4)](({name:_0x2c2f1f,data:_0xabfe24})=>{const _0x30ae22=_0x482051,{group:_0x2db856,subType:_0x36eb7a,authorId:_0x496484}=_0x7dfe0d[_0x30ae22(0x1da)](_0x2c2f1f);return _0x30ae22(0x1e1)==_0x2db856&&_0x30ae22(0x161)==_0x36eb7a&&_0x496484==_0x2d7881['id']&&!_0xabfe24[_0x30ae22(0x1f6)];});for(const _0x517f13 of _0x3fe7ff){if(_0x482051(0x1c8)!=_0x517f13[_0x482051(0x208)]||_0x482051(0x1ec)!=_0x517f13[_0x482051(0x162)]||0x1!=_0x517f13[_0x482051(0x165)])continue;const _0xfc886b=_0x4fd738[_0x482051(0x1d0)](_0x517f13[_0x482051(0x1c7)],_0x517f13[_0x482051(0x1c7)][_0x482051(0x1e7)](0x1));if(!_0x160cab[_0x482051(0x158)](({data:_0x1efb72})=>_0x1efb72[_0x482051(0x168)][_0x482051(0x163)](_0xfc886b))){for(const {name:_0x3ae95f,data:_0x15d91d}of _0x160cab)if(_0xfc886b[_0x482051(0x1d3)](_0x15d91d[_0x482051(0x168)])){_0x4fd738[_0x482051(0x1a7)](_0x3ae95f,{'range':_0xfc886b}),_0x2b0191=!0x0;break;}}}return _0x2b0191;}),_0x28266a[_0x4e4c4f(0x186)][_0x4e4c4f(0x169)][_0x4e4c4f(0x18e)](_0x573dc7=>{const _0x4b8ef3=_0x4e4c4f;let _0x4973ec=!0x1;const _0x585773=_0x28266a[_0x4b8ef3(0x14c)][_0x4b8ef3(0x1ad)](_0x4b8ef3(0x17d))['me'],_0x5564c6=_0x7dfe0d[_0x4b8ef3(0x1fc)]()[_0x4b8ef3(0x1d4)](_0x358a00=>_0x358a00[_0x4b8ef3(0x167)]&&_0x358a00[_0x4b8ef3(0x206)]==_0x585773),_0x2bc349=new Set(),_0x190497=new Set();for(const _0x39dd40 of _0x5564c6)if(_0x4b8ef3(0x161)==_0x39dd40[_0x4b8ef3(0x1b0)])for(const _0x4a4080 of _0x39dd40[_0x4b8ef3(0x1a5)]()){const _0x191e80=_0x4a4080[_0x4b8ef3(0x1c1)]()[_0x4b8ef3(0x1de)]();if(_0x191e80){if(_0x191e80['is'](_0x4b8ef3(0x1b5),_0x4b8ef3(0x1ec))&&Pe(_0x191e80)){_0x39dd40[_0x4b8ef3(0x1cf)](_0x4a4080[_0x4b8ef3(0x162)]),_0x2bc349[_0x4b8ef3(0x164)](_0x191e80),_0x4973ec=!0x0;const _0x74c1bd=_0x191e80[_0x4b8ef3(0x1c2)],_0x2937da=_0x191e80[_0x4b8ef3(0x1a1)],_0x3ad63f=_0x74c1bd&&_0x74c1bd['is'](_0x4b8ef3(0x1b5),_0x4b8ef3(0x1ec)),_0x2ec7dc=_0x2937da&&_0x2937da['is'](_0x4b8ef3(0x1b5),_0x4b8ef3(0x1ec));_0x3ad63f&&!_0x2bc349[_0x4b8ef3(0x172)](_0x74c1bd)&&_0x190497[_0x4b8ef3(0x164)](_0x74c1bd),_0x2ec7dc&&!_0x2bc349[_0x4b8ef3(0x172)](_0x2937da)&&_0x190497[_0x4b8ef3(0x164)](_0x2937da);}else _0x191e80['is'](_0x4b8ef3(0x1b5),_0x4b8ef3(0x1ee))&&_0x191e80[_0x4b8ef3(0x1f5)]&&(_0x39dd40[_0x4b8ef3(0x1cf)](_0x4a4080[_0x4b8ef3(0x162)]),_0x4973ec=!0x0);}}else{if(_0x4b8ef3(0x1d6)==_0x39dd40[_0x4b8ef3(0x1b0)]){if(!_0x39dd40[_0x4b8ef3(0x148)]||!_0x39dd40[_0x4b8ef3(0x148)][_0x4b8ef3(0x1f7)])continue;const _0x21191b=_0x39dd40[_0x4b8ef3(0x148)][_0x4b8ef3(0x1d7)];if(_0x21191b&&Object[_0x4b8ef3(0x1f9)](_0x21191b)[_0x4b8ef3(0x165)])continue;const _0x383ae5=_0x39dd40[_0x4b8ef3(0x148)][_0x4b8ef3(0x1f7)];let _0x1d2310=!0x0,_0x2e4b9d=!0x0;for(const _0x2e54a1 of _0x5564c6)if(_0x2e54a1[_0x4b8ef3(0x1b0)]&&_0x2e54a1[_0x4b8ef3(0x1b0)][_0x4b8ef3(0x140)](_0x4b8ef3(0x161))){if(!_0x2e54a1[_0x4b8ef3(0x148)][_0x4b8ef3(0x1f7)]){_0x2e4b9d=!0x1;break;}if(_0x2e54a1['id']!=_0x39dd40['id']&&_0x2e54a1[_0x4b8ef3(0x148)][_0x4b8ef3(0x1f7)]==_0x383ae5){_0x1d2310=!0x1;break;}}_0x2e4b9d&&_0x1d2310&&(_0x39dd40[_0x4b8ef3(0x191)](),_0x4973ec=!0x0);}}for(const _0x25869c of _0x2bc349)_0x573dc7[_0x4b8ef3(0x1a2)](_0x25869c);for(const _0x5d1be9 of _0x190497)_0x573dc7[_0x4b8ef3(0x175)](_0x5d1be9);return _0x4973ec;}),_0x28266a[_0x4e4c4f(0x19f)][_0x4e4c4f(0x147)](_0x4e4c4f(0x180))[_0x4e4c4f(0x15f)]({'model':_0x4e4c4f(0x17a),'view':(_0x2a7382,_0x7ba6e6)=>_0x5651be(_0x2a7382),'converterPriority':_0x4e4c4f(0x1ce)}),_0x28266a[_0x4e4c4f(0x19f)][_0x4e4c4f(0x147)](_0x4e4c4f(0x189))[_0x4e4c4f(0x15f)]({'model':_0x4e4c4f(0x17a),'view':(_0x212bc6,_0x5294e6)=>_0x5294e6[_0x4e4c4f(0x1b7)][_0x4e4c4f(0x1be)]?_0x5651be(_0x212bc6,!0x1):null,'converterPriority':_0x4e4c4f(0x1ce)});const _0x15f210=_0x28266a[_0x4e4c4f(0x1cd)][_0x4e4c4f(0x1d1)];this[_0x4e4c4f(0x1f3)](_0x15f210[_0x4e4c4f(0x169)],_0x4e4c4f(0x1bf),(_0x5186a1,_0x177e67)=>{const _0x4b5d31=_0x4e4c4f,_0x132fef=[];for(const _0x31194f of _0x15f210[_0x4b5d31(0x182)](_0x177e67[_0x4b5d31(0x1bc)])[_0x4b5d31(0x1ba)]())_0x31194f['is'](_0x4b5d31(0x1b5),_0x4b5d31(0x1ae))&&_0x132fef[_0x4b5d31(0x17f)](_0x31194f);_0x15f210[_0x4b5d31(0x1e9)](_0x3344b3=>{const _0x4d1d03=_0x4b5d31;for(const _0x1e2faf of _0x132fef)_0x3344b3[_0x4d1d03(0x151)](_0x3344b3[_0x4d1d03(0x182)](_0x1e2faf),_0x3344b3[_0x4d1d03(0x20c)](_0x1e2faf)),_0x3344b3[_0x4d1d03(0x1a2)](_0x1e2faf);});});}}function Pe(_0x390155){const _0x58315c=_0x978c3e;if(_0x390155[_0x58315c(0x1f5)])return!0x0;const _0x535420=_0x390155[_0x58315c(0x204)](0x0);return _0x535420['is'](_0x58315c(0x1b5),_0x58315c(0x1ee))&&_0x535420[_0x58315c(0x1f5)];}function _0x23fb(){const _0x5a30d9=['suggestion','240JNMZOj','629040XILIQJ','wrap','createElement','TableUtils','getShiftedBy','fromRange','change','markMultiRangeBlockFormat','*Replace\x20table\x20cells*','tableCellSuggestion','return','paragraph','insertion','discard','TrackChangesEditing','value','listenTo','_suggestionFactory','isEmpty','oldRange','tablePasteChainId','getColumns','keys','tablePasteRow','_createdBatches','getSuggestions','rows','last','getAllAdjacentSuggestions','endColumn','map','every','descriptionFactory','getChild','ck-suggestion-marker-insertion','author','columnInsertionIndexes','type','tableCellBorderStyle','schema','removeRows','createPositionBefore','columns','getAttributes','startsWith','deletionRanges','_getCoordsForCells','elementToElement','insertionRanges','tableCellVerticalAlignment','rowInsertionRanges','for','attributes','some','415308Rkbuqa','commands','plugins','cell','registerCustomCallback','documentSelection','tableCell','move','trackChanges','TableClipboard','645326wZrQWI','getTableIfOnlyTableInContent','activeMarkers','columnInsertionRanges','find','selection','getChildren','setAttributes','getChangedMarkers','differ','row','markerToHighlight','hasSuggestion','tablePaste','name','isEqual','add','length','set','isInContent','newRange','document','next','tablePasteColumn','9gJivOt','getColumnIndexes','editor','table','40816uOHRJT','getRanges','has','includes','_isForcedDefaultExecutionBlock','unwrap','entries','tableCellPadding','markers','insertRows','suggestion:formatBlock:tablePasteCell','setAttribute','stop','Users','cells','push','editingDowncast','first','createRangeIn','locale','insertContent','markerName','model','requires','register','dataDowncast','33TaFYGz','formatBlock','fill','deletion','registerPostFixer','removeColumns','markMultiRangeInsertion','removeMarkers','5478360KYuBIE','_tablePostFixingSubtypes','nodeAfter','fromEntries','getSuggestion','479454OpYNkU','ck-suggestion-marker','suggestionLoaded','getSelectionAffectedTableCells','column','endRow','from','findAncestor','conversion','insertColumns','previousSibling','remove','markMultiRangeDeletion','tableCellHorizontalAlignment','getMarkers','previous','updateMarker','createTableWalker','_replaceTableSlotCell','start','accept','end','get','suggestion-td','rowInsertionIndexes','subType','rootName','getSuggestionCallback','getRowIndexes','$graveyard','element','ck-suggestion-marker--active','options','createRangeOn','getChanges','getItems','suggestionUnloaded','content','root','showSuggestionHighlights','clipboardOutput','1912264KwJzTZ','getRange','nextSibling','forEach','tableCellBorderWidth','tableCellBackgroundColor','tableCellBorderColor','position','insert','56tyjfwc','join','registerDescriptionCallback','detach','editing','high','removeMarker','createRange','view','getRows','containsRange','filter','afterInit','tablePasteCell','markerAttributes','reduce','call','_splitMarkerName','redo','batch','low','getContainedElement','forceDefaultExecution','1SvybjP'];_0x23fb=function(){return _0x5a30d9;};return _0x23fb();}function he(_0x1a0473,_0x596e1c={},_0x3582e0){const _0x418c9f=_0x978c3e;for(const {isAnchor:_0x36b180,cellHeight:_0x44ee37,cellWidth:_0x5c5f97}of _0x3582e0[_0x418c9f(0x1a8)](_0x1a0473,{'includeAllSlots':!0x0,..._0x596e1c}))if(!_0x36b180||0x1!=_0x44ee37||0x1!=_0x5c5f97)return!0x1;return!0x0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x1c210d=_0x565a;function _0x3286(){const _0x2ed05d=['formatInline','author','getContainedElement','locale','commandParams','accept','resizeTableWidth','3353wlTBPl','enableCommand','formatGroupId','format','markBlockFormat','getSuggestionCallback','selection','getSelectedElement','registerCustomCallback','getAttribute','resizeTable','afterInit','9OOLHQl','document','plugins','TableColumnResizeEditing','40buDRcA','*Format:*\x20resize\x20table','TrackChangesEditing','15186CtwBst','table','data','columnWidths','Users','bind','867010adAJop','editor','_suggestionFactory','has','registerDescriptionCallback','get','14290528gNFttT','handleSuggestionDescription','descriptionFactory','getColumnGroupElement','getTableColumnsWidths','type','handleResizeTableWidthCommand','tableWidth','4272561FCtOCF','discard','formatBlock','subType','33710950ucBryS','199228tETOGb','change','getSuggestions','model','503045loaiYG'];_0x3286=function(){return _0x2ed05d;};return _0x3286();}function _0x565a(_0x1031ae,_0x4b64e5){const _0x328646=_0x3286();return _0x565a=function(_0x565a3b,_0x178601){_0x565a3b=_0x565a3b-0xf1;let _0x327d24=_0x328646[_0x565a3b];return _0x327d24;},_0x565a(_0x1031ae,_0x4b64e5);}(function(_0x25f4af,_0x399116){const _0x6216a7=_0x565a,_0x3eff59=_0x25f4af();while(!![]){try{const _0x3f03a9=-parseInt(_0x6216a7(0x10c))/0x1+-parseInt(_0x6216a7(0xf9))/0x2*(parseInt(_0x6216a7(0x124))/0x3)+-parseInt(_0x6216a7(0x128))/0x4*(parseInt(_0x6216a7(0x110))/0x5)+-parseInt(_0x6216a7(0xf3))/0x6*(parseInt(_0x6216a7(0x118))/0x7)+parseInt(_0x6216a7(0xff))/0x8+-parseInt(_0x6216a7(0x107))/0x9+parseInt(_0x6216a7(0x10b))/0xa;if(_0x3f03a9===_0x399116)break;else _0x3eff59['push'](_0x3eff59['shift']());}catch(_0x275525){_0x3eff59['push'](_0x3eff59['shift']());}}}(_0x3286,0xeb794));import{Plugin as _0x3d3491}from'ckeditor5/src/core.js';import{getTranslation as _0x5a097e}from'../utils/common-translations.js';export default class vt extends _0x3d3491{[_0x1c210d(0x123)](){const _0x36c833=_0x1c210d;if(!this[_0x36c833(0xfa)][_0x36c833(0x126)][_0x36c833(0xfc)](_0x36c833(0x127)))return;const _0xb76d29=this[_0x36c833(0xfa)][_0x36c833(0x126)][_0x36c833(0xfe)](_0x36c833(0xf2));_0xb76d29[_0x36c833(0x119)](_0x36c833(0x117),this[_0x36c833(0x105)][_0x36c833(0xf8)](this)),_0xb76d29[_0x36c833(0xfb)][_0x36c833(0x120)](_0x36c833(0x109),_0x36c833(0x122),_0x36c833(0x116),_0xb76d29[_0x36c833(0xfb)][_0x36c833(0x11d)](_0x36c833(0x109),null,_0x36c833(0x108))),_0xb76d29[_0x36c833(0xfb)][_0x36c833(0x120)](_0x36c833(0x109),_0x36c833(0x122),_0x36c833(0x108),_0xb76d29[_0x36c833(0xfb)][_0x36c833(0x11d)](_0x36c833(0x109),null,_0x36c833(0x116))),_0xb76d29[_0x36c833(0x101)][_0x36c833(0xfd)](this[_0x36c833(0x100)][_0x36c833(0xf8)](this));}[_0x1c210d(0x105)](_0x2d715c,_0x84314e){const _0xe872c6=_0x1c210d,_0x4a4501=this[_0xe872c6(0xfa)][_0xe872c6(0x126)][_0xe872c6(0xfe)](_0xe872c6(0xf2)),_0x505a13=this[_0xe872c6(0xfa)][_0xe872c6(0x126)][_0xe872c6(0xfe)](_0xe872c6(0x127)),_0x211033=_0x84314e[_0xe872c6(0xf4)]||this[_0xe872c6(0xfa)][_0xe872c6(0x10f)][_0xe872c6(0x125)][_0xe872c6(0x11e)][_0xe872c6(0x11f)]();this[_0xe872c6(0xfa)][_0xe872c6(0x10f)][_0xe872c6(0x10d)](()=>{const _0x354cbd=_0xe872c6,_0x42637c=_0x505a13[_0x354cbd(0x102)](_0x211033);let _0x336204=_0x42637c?_0x505a13[_0x354cbd(0x103)](_0x42637c):null,_0x2b4d09=_0x211033[_0x354cbd(0x121)](_0x354cbd(0x106))||null;const _0xdc5eda=_0x84314e[_0x354cbd(0x106)]||_0x2b4d09,_0x1e800a=_0x84314e[_0x354cbd(0xf6)]||_0x336204,_0x4e8b87=this[_0x354cbd(0xfa)][_0x354cbd(0x126)][_0x354cbd(0xfe)](_0x354cbd(0xf7))['me'];for(const _0x4fde73 of _0x4a4501[_0x354cbd(0x10e)]()){const _0x39ca46=_0x4fde73[_0x354cbd(0x113)]();if(_0x354cbd(0x122)===_0x4fde73[_0x354cbd(0x10a)]&&_0x39ca46===_0x211033){_0x4fde73[_0x354cbd(0x112)]!==_0x4e8b87&&_0x4fde73[_0x354cbd(0x108)]();const _0x54dabf=_0x4fde73[_0x354cbd(0xf5)][_0x354cbd(0x115)];_0x2b4d09=_0x54dabf[0x0][_0x354cbd(0x106)],_0x336204=_0x54dabf[0x0][_0x354cbd(0xf6)];break;}}_0x2d715c({'table':_0x211033,'tableWidth':_0xdc5eda,'columnWidths':_0x1e800a}),_0x4a4501[_0x354cbd(0x11c)](_0x211033,{'commandName':_0x354cbd(0x117),'commandParams':[{'tableWidth':_0x2b4d09,'columnWidths':_0x336204}],'formatGroupId':_0x354cbd(0x122)},[],_0x354cbd(0x122));});}[_0x1c210d(0x100)](_0x29758d){const _0x516102=_0x1c210d;if(_0x516102(0x109)!=_0x29758d[_0x516102(0x104)]&&_0x516102(0x111)!=_0x29758d[_0x516102(0x104)])return;const {data:_0x49eb55}=_0x29758d;if(_0x49eb55&&_0x516102(0x122)===_0x49eb55[_0x516102(0x11a)]){const _0x22b59b=_0x516102(0xf1);return{'type':_0x516102(0x11b),'content':_0x5a097e(this[_0x516102(0xfa)][_0x516102(0x114)],_0x22b59b)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x1f0a6a=_0x2235;(function(_0xd26bff,_0x3d0619){const _0x43ed49=_0x2235,_0x4da709=_0xd26bff();while(!![]){try{const _0x4e5c18=parseInt(_0x43ed49(0x16a))/0x1+-parseInt(_0x43ed49(0x184))/0x2*(-parseInt(_0x43ed49(0x19c))/0x3)+parseInt(_0x43ed49(0x19f))/0x4+-parseInt(_0x43ed49(0x185))/0x5+parseInt(_0x43ed49(0x191))/0x6*(parseInt(_0x43ed49(0x154))/0x7)+-parseInt(_0x43ed49(0x176))/0x8+-parseInt(_0x43ed49(0x14d))/0x9;if(_0x4e5c18===_0x3d0619)break;else _0x4da709['push'](_0x4da709['shift']());}catch(_0x5aa829){_0x4da709['push'](_0x4da709['shift']());}}}(_0x380a,0xb2f50));import{Plugin as _0x3edb76}from'ckeditor5/src/core.js';import _0x3ef508 from'./table.js';function _0x2235(_0x3d5676,_0x43ee07){const _0x380a8c=_0x380a();return _0x2235=function(_0x223568,_0x8379b5){_0x223568=_0x223568-0x14b;let _0x55f5a5=_0x380a8c[_0x223568];return _0x55f5a5;},_0x2235(_0x3d5676,_0x43ee07);}import{getTranslation as _0x13f1d3}from'../utils/common-translations.js';function _0x380a(){const _0xc7325a=['commandName','_registerLegacyDescription','data-suggestion','bindElementToMarker','_acceptFormatSuggestionCallbackFactory','TableEditing','ck-suggestion-marker--active','nodeBefore','accept','452620Wxxjob','headingRows','markerRange','stop','editing','locale','createTableWalker','removeClass','options','FORMAT_HEADER_ROW','formatBlock','showSuggestionHighlights','5631024LYRRQY','toViewElement','TableUtils','markerName','mapper','consume','FORMAT_HEADER_COLUMN','activeMarkers','nodeAfter','type','commandParams','get','name','registerCustomCallback','970FGUJEc','3075690ADZsma','_splitMarkerName','has','getSuggestion','ck-suggestion-marker-','parent','getCellLocation','requires','afterInit','writer','TrackChangesEditing','item','42irwxAh','unbindElementFromMarkerName','forceValue','FORMAT_REGULAR_COLUMN','markerNameToElements','descriptionFactory','editor','registerDescriptionCallback','enableDefaultAttributesIntegration','setTableColumnHeader','registerBlockAttribute','2217FDLEFW','setTableRowHeader','plugins','2178976bciuiw','*Format:*\x20%0','downcastDispatcher','4124007fUYsQV','headingColumns','data','addMarker:suggestion','consumable','_handleLegacySuggestions','includes','1154468EAQMFq','start','addClass','end','format','highest','setAttribute','removeAttribute','FORMAT_REGULAR_ROW','removeMarker:suggestion','registerAttributeLabel','cell','_suggestionFactory'];_0x380a=function(){return _0xc7325a;};return _0x380a();}export default class At extends _0x3edb76{static get[_0x1f0a6a(0x18c)](){return[_0x3ef508];}[_0x1f0a6a(0x18d)](){const _0x1199e6=_0x1f0a6a,_0x1bac7c=this[_0x1199e6(0x197)];if(!_0x1bac7c[_0x1199e6(0x19e)][_0x1199e6(0x187)](_0x1199e6(0x166)))return;const _0xc877b9=_0x1bac7c[_0x1199e6(0x16f)],_0x55cca6=_0x1bac7c[_0x1199e6(0x19e)][_0x1199e6(0x181)](_0x1199e6(0x18f));_0x55cca6[_0x1199e6(0x199)](_0x1199e6(0x19d)),_0x55cca6[_0x1199e6(0x199)](_0x1199e6(0x19a)),_0x55cca6[_0x1199e6(0x19b)](_0x1199e6(0x16b)),_0x55cca6[_0x1199e6(0x19b)](_0x1199e6(0x14e)),_0x55cca6[_0x1199e6(0x196)][_0x1199e6(0x15e)](_0x1199e6(0x16b),_0x13f1d3(_0xc877b9,_0x1199e6(0x173))),_0x55cca6[_0x1199e6(0x196)][_0x1199e6(0x15e)](_0x1199e6(0x14e),_0x13f1d3(_0xc877b9,_0x1199e6(0x17c))),this[_0x1199e6(0x152)]();}[_0x1f0a6a(0x152)](){const _0x33864c=_0x1f0a6a,_0x147974=this[_0x33864c(0x197)][_0x33864c(0x19e)][_0x33864c(0x181)](_0x33864c(0x18f)),_0x375134=this[_0x33864c(0x197)][_0x33864c(0x19e)][_0x33864c(0x181)](_0x33864c(0x178)),_0x46d7e0=this[_0x33864c(0x197)][_0x33864c(0x19e)][_0x33864c(0x181)](_0x3ef508)[_0x33864c(0x165)]();function _0x4e7767({showActiveMarker:_0x5432e1=!0x0,setDataAttribute:_0x3d02c4=!0x0}={}){return(_0x7fe74,_0x3c010e,_0x2d243b)=>{const _0x38bd1e=_0x2235,{type:_0x576843,id:_0x1b59d5}=_0x147974[_0x38bd1e(0x186)](_0x3c010e[_0x38bd1e(0x179)]),_0x192249=_0x147974[_0x38bd1e(0x188)](_0x1b59d5),_0x3e07a7=_0x192249[_0x38bd1e(0x14f)];if(_0x38bd1e(0x174)!=_0x192249[_0x38bd1e(0x17f)]||!_0x3e07a7||_0x38bd1e(0x19a)!=_0x3e07a7[_0x38bd1e(0x161)])return;if(_0x3c010e[_0x38bd1e(0x190)])return void _0x7fe74[_0x38bd1e(0x16d)]();if(!_0x2d243b[_0x38bd1e(0x151)][_0x38bd1e(0x17b)](_0x3c010e[_0x38bd1e(0x16c)],_0x7fe74[_0x38bd1e(0x182)]))return;const _0x3a3e8e=_0x3c010e[_0x38bd1e(0x16c)][_0x38bd1e(0x155)][_0x38bd1e(0x17e)],_0x1772bf=_0x3c010e[_0x38bd1e(0x16c)][_0x38bd1e(0x157)][_0x38bd1e(0x168)],_0x5701ab=_0x3a3e8e[_0x38bd1e(0x18a)][_0x38bd1e(0x18a)],{column:_0x5af62d}=_0x375134[_0x38bd1e(0x18b)](_0x3a3e8e),{column:_0x155fb1}=_0x375134[_0x38bd1e(0x18b)](_0x1772bf);for(let _0x185bcf=_0x5af62d;_0x185bcf<=_0x155fb1;_0x185bcf++){const _0x176002=_0x375134[_0x38bd1e(0x170)](_0x5701ab,{'column':_0x185bcf,'includeAllSlots':!0x1});for(const _0x32406f of _0x176002){const _0x315bf6=_0x32406f[_0x38bd1e(0x15f)],_0x4e4597=_0x2d243b[_0x38bd1e(0x17a)][_0x38bd1e(0x177)](_0x315bf6);_0x2d243b[_0x38bd1e(0x18e)][_0x38bd1e(0x156)](_0x38bd1e(0x189)+_0x576843,_0x4e4597),_0x3d02c4&&_0x2d243b[_0x38bd1e(0x18e)][_0x38bd1e(0x15a)](_0x38bd1e(0x163),_0x1b59d5,_0x4e4597),_0x2d243b[_0x38bd1e(0x17a)][_0x38bd1e(0x164)](_0x4e4597,_0x3c010e[_0x38bd1e(0x179)]),_0x5432e1&&(_0x147974[_0x38bd1e(0x17d)][_0x38bd1e(0x153)](_0x3c010e[_0x38bd1e(0x179)])?_0x2d243b[_0x38bd1e(0x18e)][_0x38bd1e(0x156)](_0x38bd1e(0x167),_0x4e4597):_0x2d243b[_0x38bd1e(0x18e)][_0x38bd1e(0x171)](_0x38bd1e(0x167),_0x4e4597));}}};}_0x147974[_0x33864c(0x160)][_0x33864c(0x183)](_0x33864c(0x174),_0x33864c(0x19d),_0x33864c(0x169),_0x46d7e0),_0x147974[_0x33864c(0x160)][_0x33864c(0x183)](_0x33864c(0x174),_0x33864c(0x19a),_0x33864c(0x169),_0x46d7e0),this[_0x33864c(0x197)][_0x33864c(0x16e)][_0x33864c(0x14c)]['on'](_0x33864c(0x150),_0x4e7767(),{'priority':_0x33864c(0x159)}),this[_0x33864c(0x197)][_0x33864c(0x14f)][_0x33864c(0x14c)]['on'](_0x33864c(0x150),(_0x4409aa,_0xf56980,_0x3e3d86)=>{const _0x2642bc=_0x33864c;_0x3e3d86[_0x2642bc(0x172)][_0x2642bc(0x175)]&&_0x4e7767({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4409aa,_0xf56980,_0x3e3d86);},{'priority':_0x33864c(0x159)}),this[_0x33864c(0x197)][_0x33864c(0x16e)][_0x33864c(0x14c)]['on'](_0x33864c(0x15d),(_0x31efd0,_0x374224,_0x462648)=>{const _0x2c0c91=_0x33864c,{type:_0x301aad,id:_0x47b85a}=_0x147974[_0x2c0c91(0x186)](_0x374224[_0x2c0c91(0x179)]),_0x31f271=_0x147974[_0x2c0c91(0x188)](_0x47b85a),_0xe045b1=_0x31f271[_0x2c0c91(0x14f)];if(_0x2c0c91(0x174)!=_0x31f271[_0x2c0c91(0x17f)]||!_0xe045b1||_0x2c0c91(0x19a)!=_0xe045b1[_0x2c0c91(0x161)])return;const _0x5546a6=_0x462648[_0x2c0c91(0x17a)][_0x2c0c91(0x195)](_0x374224[_0x2c0c91(0x179)]);if(_0x5546a6){for(const _0x5515a4 of _0x5546a6)_0x462648[_0x2c0c91(0x18e)][_0x2c0c91(0x171)](_0x2c0c91(0x189)+_0x301aad,_0x5515a4),_0x462648[_0x2c0c91(0x18e)][_0x2c0c91(0x171)](_0x2c0c91(0x167),_0x5515a4),_0x462648[_0x2c0c91(0x18e)][_0x2c0c91(0x15b)](_0x2c0c91(0x163),_0x5515a4),_0x462648[_0x2c0c91(0x17a)][_0x2c0c91(0x192)](_0x5515a4,_0x374224[_0x2c0c91(0x179)]);}},{'priority':_0x33864c(0x159)}),this[_0x33864c(0x162)]();}[_0x1f0a6a(0x162)](){const _0x39fafe=_0x1f0a6a,_0x5c17b9=this[_0x39fafe(0x197)],_0x305bc4=_0x5c17b9[_0x39fafe(0x16f)];function _0x4932c2(_0x17cae7){const _0x52f9f5=_0x39fafe;return{'type':_0x52f9f5(0x158),'content':_0x13f1d3(_0x305bc4,_0x52f9f5(0x14b),_0x17cae7)};}_0x5c17b9[_0x39fafe(0x19e)][_0x39fafe(0x181)](_0x39fafe(0x18f))[_0x39fafe(0x196)][_0x39fafe(0x198)](_0x58318f=>{const _0x5bdd9f=_0x39fafe;if(_0x5bdd9f(0x174)!=_0x58318f[_0x5bdd9f(0x17f)])return;const {data:_0x59b92d}=_0x58318f;if(_0x59b92d){if(_0x5bdd9f(0x19d)==_0x59b92d[_0x5bdd9f(0x161)]){const _0x4d601a=_0x59b92d[_0x5bdd9f(0x180)][0x0][_0x5bdd9f(0x193)];return _0x4932c2(_0x13f1d3(_0x305bc4,_0x4d601a?_0x5bdd9f(0x173):_0x5bdd9f(0x15c)));}if(_0x5bdd9f(0x19a)==_0x59b92d[_0x5bdd9f(0x161)]){const _0x129c69=_0x59b92d[_0x5bdd9f(0x180)][0x0][_0x5bdd9f(0x193)];return _0x4932c2(_0x13f1d3(_0x305bc4,_0x129c69?_0x5bdd9f(0x17c):_0x5bdd9f(0x194)));}}});}}
|