@ckeditor/ckeditor5-footnotes 48.8.1-alpha.2 → 48.8.1-alpha.3
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/dist/index.js +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x7dc67d,Command as _0x219033}from'@ckeditor/ckeditor5-core/dist/index.js';import{toWidget as _0x174ee2,isWidget as _0x2405e8,toWidgetEditable as _0x243d16,WidgetToolbarRepository as _0x34377d}from'@ckeditor/ckeditor5-widget/dist/index.js';import{uid as _0x506bd5,logWarning as _0x1930f6,FocusTracker as _0x3cacdb,KeystrokeHandler as _0x430fea,global as _0x31a001}from'@ckeditor/ckeditor5-utils/dist/index.js';import{PointerObserver as _0x14b3af,ClickObserver as _0x3f0fc5}from'@ckeditor/ckeditor5-engine/dist/index.js';import{ClipboardPipeline as _0x5acb45}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{MenuBarMenuListItemButtonView as _0xd7f309,ButtonView as _0x50b82b,View as _0x3e6727,ViewCollection as _0x3f9609,FocusCycler as _0xe2d6c,addKeyboardHandlingForGrid as _0x19e019,CollapsibleView as _0x20b1bd,LabeledFieldView as _0x41cc28,createLabeledInputNumber as _0x5f4600,ContextualBalloon as _0x24ceef,BalloonPanelView as _0x7a7f5c,createDropdown as _0xb3cde4}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconFootnote as _0xdcb04e,IconListStyleDecimal as _0x1bdd68,IconListStyleDecimalLeadingZero as _0x2c3f07,IconListStyleLowerRoman as _0x2d54ab,IconListStyleUpperRoman as _0x5b3733,IconListStyleLowerLatin as _0x5b0388,IconListStyleUpperLatin as _0x25a74b,IconListStyleArabicIndic as _0xa770a5}from'@ckeditor/ckeditor5-icons/dist/index.js';class ModelElementTracker{['_model'];['_elementName'];['_getElementKey'];['_trackedElements']=new Map();constructor(_0x5726d9,_0x1ab2d1){this['_model']=_0x5726d9,this['_elementName']=_0x1ab2d1['elementName'],this['_getElementKey']=_0x1ab2d1['getElementKey'];}['reset'](){this['_trackedElements']['clear']();}['getChanges'](_0x337b8b){const _0x7200a3=new Set(),_0x43bdcb=new Map();for(const _0x5f02ae of _0x337b8b){if('insert'===_0x5f02ae['type']&&'$text'!==_0x5f02ae['name']&&_0x5f02ae['position']['nodeAfter']){const _0x1a7da6=this['_model']['createRangeOn'](_0x5f02ae['position']['nodeAfter']);for(const _0x3c88fc of _0x1a7da6['getItems']()){if(!_0x3c88fc['is']('element',this['_elementName']))continue;const _0x52fbcf=this['_getElementKey'](_0x3c88fc);_0x43bdcb['has'](_0x52fbcf)||_0x43bdcb['set'](_0x52fbcf,[]),_0x43bdcb['get'](_0x52fbcf)['push'](_0x3c88fc);}}if('remove'===_0x5f02ae['type']&&_0x5f02ae['name']===this['_elementName']){const _0x58a75e=this['_getElementKey']({'getAttribute':_0x102d89=>_0x5f02ae['attributes']['get'](_0x102d89)});_0x7200a3['add'](_0x58a75e);}}for(const [_0x3f3967,_0xb18caf]of this['_trackedElements'])'$graveyard'===_0xb18caf['root']['rootName']&&_0x7200a3['add'](_0x3f3967);for(const _0x18319f of _0x7200a3)this['_trackedElements']['delete'](_0x18319f);for(const [_0x2533c9,_0x4c7d00]of _0x43bdcb)this['_trackedElements']['set'](_0x2533c9,_0x4c7d00[_0x4c7d00['length']-0x1]);const _0x5b0797=new Set();for(const [_0x34c037,_0x24dce4]of _0x43bdcb)_0x7200a3['has'](_0x34c037)&&(_0x5b0797['add'](_0x24dce4[0x0]),_0x24dce4['length']>0x1?_0x43bdcb['set'](_0x34c037,_0x24dce4['slice'](0x1)):_0x43bdcb['delete'](_0x34c037),_0x7200a3['delete'](_0x34c037));return{'removed':Array['from'](_0x7200a3),'inserted':Array['from'](_0x43bdcb['values']())['flat'](),'moved':Array['from'](_0x5b0797)};}}class FootnotesTracker extends _0x7dc67d{['_footnotes']=[];['_footnotesDefinitions']=null;['_footnoteFormatter']=null;['_footnoteDefsContainerTracker'];['_footnoteRefsTracker'];['_footnoteDefsTracker'];static get['pluginName'](){return'FootnotesTracker';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x194eef){super(_0x194eef),this['_footnoteDefsContainerTracker']=new ModelElementTracker(this['editor']['model'],{'elementName':'footnotesDefinitions','getElementKey':()=>'singleton'}),this['_footnoteRefsTracker']=new ModelElementTracker(this['editor']['model'],{'elementName':'footnoteRef','getElementKey':_0x591ceb=>_0x591ceb['getAttribute']('footnoteId')}),this['_footnoteDefsTracker']=new ModelElementTracker(this['editor']['model'],{'elementName':'footnoteDefinition','getElementKey':_0x3d1484=>_0x3d1484['getAttribute']('footnoteId')});}['init'](){const {editor:_0x29c83e}=this,{model:_0x32fea8,data:_0x8687ca}=_0x29c83e;_0x32fea8['document']['registerPostFixer'](_0x325016=>{const _0x5abf78=_0x32fea8['document']['differ']['getChanges']();let _0x5a8da5=!0x1;return this['_handleFootnotesDefinitionsObjectChanges'](_0x325016,_0x5abf78)&&(_0x5a8da5=!0x0),this['_handleFootnoteDefinitionsChanges'](_0x325016,_0x5abf78)&&(_0x5a8da5=!0x0),this['_handleFootnoteReferencesChanges'](_0x325016,_0x5abf78)&&(_0x5a8da5=!0x0),this['_ensureFootnotesReferencesHaveProperOrder'](_0x325016)&&(_0x5a8da5=!0x0),this['_handleFootnotesDefinitionsObjectSync'](_0x325016)&&(_0x5a8da5=!0x0),this['_sortFootnoteDefinitions'](_0x325016)&&(_0x5a8da5=!0x0),_0x5a8da5;}),this['listenTo'](_0x32fea8['document'],'change:data',()=>{_0x32fea8['enqueueChange']({'isUndoable':!0x1},_0x2877b3=>{this['_ensureFootnotesDefinitionsContainerExists'](_0x2877b3);});},{'priority':'low'}),this['listenTo'](_0x8687ca,'set',()=>{this['_footnotes']=[],this['_footnoteDefsContainerTracker']['reset'](),this['_footnoteRefsTracker']['reset'](),this['_footnoteDefsTracker']['reset']();},{'priority':'high'});}['getFootnotesDefinitionsObjectElement'](){return this['_footnotesDefinitions'];}['getFootnote'](_0x334e14){return this['_footnotes']['find'](_0x312759=>_0x312759['id']===_0x334e14)||null;}['getFootnotes'](){return Array['from'](this['_footnotes']);}['getFootnotesFormatter'](){return this['_footnoteFormatter'];}['setFootnoteFormatter'](_0x312bec){this['_footnoteFormatter']=_0x312bec;}['_updateFootnotesCounters'](_0xb47e34,_0x771a38=0x0){let _0x41f19e=!0x1;for(let _0x28cc69=_0x771a38;_0x28cc69<this['_footnotes']['length'];_0x28cc69++)this['_updateFootnoteRefCounter'](_0xb47e34,_0x28cc69)&&(_0x41f19e=!0x0);return _0x41f19e;}['_insertEmptyFootnotesDefinitionsContainer'](_0x27dd54,_0x558b94){const _0x335b99=_0x27dd54['createElement']('footnotesDefinitions',{});return _0x27dd54['append'](_0x335b99,_0x558b94),this['_footnotesDefinitions']=_0x335b99,_0x335b99;}['_ensureFootnotesDefinitionsContainerExists'](_0x114a10){if(!this['_footnotes']['length']||this['_footnotesDefinitions'])return;const _0x158542=this['_footnotes'][0x0]['reference']['root'],_0x448713=this['_insertEmptyFootnotesDefinitionsContainer'](_0x114a10,_0x158542);for(const _0x3c00bd of this['_footnotes'])_0x3c00bd['definition']['parent']||_0x114a10['insert'](_0x3c00bd['definition'],_0x448713,'end');this['_updateFootnotesCounters'](_0x114a10);}['_handleFootnotesDefinitionsObjectChanges'](_0x20cf4d,_0x320b9c){let _0x37445a=!0x1;const {inserted:_0x50f530,removed:_0x3fee13,moved:_0x29a3f2}=this['_footnoteDefsContainerTracker']['getChanges'](_0x320b9c);if(_0x29a3f2['length']&&(this['_footnotesDefinitions']=_0x29a3f2[0x0]),_0x50f530['length']){if(_0x50f530['length']>0x1||this['_footnotesDefinitions']&&_0x50f530['some'](_0x3bd350=>_0x3bd350!==this['_footnotesDefinitions'])){const _0x5d8f9d=_0x20cf4d['createElement']('footnotesDefinitions',{}),_0x4055f7=[];this['_footnotesDefinitions']&&_0x4055f7['push'](this['_footnotesDefinitions']),_0x4055f7['push'](..._0x50f530),_0x20cf4d['insert'](_0x5d8f9d,_0x4055f7[0x0],'before');for(const _0x3f3a4a of _0x4055f7)_0x20cf4d['move'](_0x20cf4d['createRangeIn'](_0x3f3a4a),_0x20cf4d['createPositionAt'](_0x5d8f9d,'end')),_0x20cf4d['remove'](_0x3f3a4a);this['_footnotesDefinitions']=_0x5d8f9d,this['_updateFootnotesCounters'](_0x20cf4d),_0x37445a=!0x0;}else this['_footnotesDefinitions']=_0x50f530[0x0];}if(_0x3fee13['length']&&'$graveyard'===this['_footnotesDefinitions']?.['root']['rootName']){for(const _0x230a26 of this['_footnotes'])_0x20cf4d['remove'](_0x230a26['reference']),_0x37445a=!0x0;this['_footnotes']=[],this['_footnotesDefinitions']=null;}return _0x37445a;}['_handleFootnoteDefinitionsChanges'](_0x2b6487,_0x42103f){let _0x4e2cce=!0x1;const _0x550aab=this['editor']['config']['get']('footnotes.multiBlock'),{inserted:_0x3c99ac,moved:_0x31e1e7}=this['_footnoteDefsTracker']['getChanges'](_0x42103f);for(const _0x5ccacc of[..._0x31e1e7,..._0x3c99ac]){const _0x6e1d2b=_0x5ccacc['getAttribute']('footnoteId'),_0x3c969d=this['getFootnote'](_0x6e1d2b);_0x3c969d&&(_0x3c969d['definition']=_0x5ccacc),N(_0x2b6487,_0x550aab,_0x5ccacc)&&(_0x4e2cce=!0x0);}return _0x4e2cce;}['_handleFootnoteReferencesChanges'](_0x3b2826,_0x57e085){let _0x2a6eae=!0x1;const {removed:_0x1e30be,inserted:_0x47adce,moved:_0x31758c}=this['_footnoteRefsTracker']['getChanges'](_0x57e085);for(const _0x2a9fa8 of _0x1e30be)this['_handleRemoveFootnoteReferenceById'](_0x3b2826,_0x2a9fa8)&&(_0x2a6eae=!0x0);for(const _0x6d6c44 of _0x47adce)this['_handleInsertedFootnoteReference'](_0x3b2826,_0x6d6c44)&&(_0x2a6eae=!0x0);for(const _0x2f7a46 of _0x31758c)this['_handleMovedFootnoteReference'](_0x3b2826,_0x2f7a46)&&(_0x2a6eae=!0x0);return _0x2a6eae;}['_handleFootnotesDefinitionsObjectSync'](_0x146e92){if(!this['_footnotesDefinitions'])return!0x1;let _0x37d2a4=!0x1;if(this['_footnotesDefinitions']['childCount']!==this['_footnotes']['length']){const _0x5c407e=[];for(const _0x172452 of this['_footnotesDefinitions']['getChildren']()){const _0x4fd1b3=_0x172452['getAttribute']('footnoteId');this['getFootnote'](_0x4fd1b3)||(_0x5c407e['unshift'](_0x172452),_0x37d2a4=!0x0);}for(const _0x48fb3f of _0x5c407e)_0x146e92['remove'](_0x48fb3f);}const _0x3a60bd=new Set(),_0xc68b22=[];for(const _0x18969a of this['_footnotesDefinitions']['getChildren']()){const _0x3a950e=_0x18969a['getAttribute']('footnoteId');_0x3a60bd['has'](_0x3a950e)?(_0xc68b22['unshift'](_0x18969a),_0x37d2a4=!0x0):_0x3a60bd['add'](_0x3a950e);}for(const _0x409a84 of _0xc68b22)_0x146e92['remove'](_0x409a84);return this['_footnotesDefinitions']['childCount']||(_0x146e92['remove'](this['_footnotesDefinitions']),this['_footnotesDefinitions']=null,_0x37d2a4=!0x0),_0x37d2a4;}['_handleInsertedFootnoteReference'](_0x57d941,_0xb2e760){if(this['_footnotes']['find'](_0x4f015b=>_0x4f015b['reference']===_0xb2e760))return!0x1;let _0x3496c6=!0x1;const _0x191931=_0xb2e760['getAttribute']('footnoteId'),_0x15e0ee=this['_footnotes']['findIndex'](_0x49c4da=>_0x49c4da['id']===_0x191931);-0x1!==_0x15e0ee&&(_0x57d941['remove'](this['_footnotes'][_0x15e0ee]['reference']),this['_footnotes']['splice'](_0x15e0ee,0x1),_0x3496c6=!0x0);let _0x2b9d7a=this['_footnotesDefinitions']?function(_0x3ec9a9,_0x3d3a5c){for(const _0x2d6b1a of _0x3ec9a9['getChildren']())if(_0x2d6b1a['getAttribute']('footnoteId')===_0x3d3a5c)return _0x2d6b1a;return null;}(this['_footnotesDefinitions'],_0x191931):null;_0x2b9d7a||(_0x2b9d7a=_0x57d941['createElement']('footnoteDefinition',{'footnoteId':_0x191931}),this['_footnotesDefinitions']&&(_0x57d941['insert'](_0x2b9d7a,this['_footnotesDefinitions'],'end'),_0x3496c6=!0x0));const _0x352b89={'id':_0x191931,'reference':_0xb2e760,'definition':_0x2b9d7a},_0x44cd0a=R(this['editor']['model'],this['_footnotes'],_0xb2e760);this['_footnotes']['splice'](_0x44cd0a,0x0,_0x352b89);let _0x27b419=_0x44cd0a;return-0x1!==_0x15e0ee&&(_0x27b419=Math['min'](_0x44cd0a,_0x15e0ee)),this['_updateFootnotesCounters'](_0x57d941,_0x27b419)&&(_0x3496c6=!0x0),_0x3496c6;}['_handleRemoveFootnoteReferenceById'](_0x2e63e1,_0x2f9c05){const _0x44aaef=this['_footnotes']['findIndex'](_0x4597aa=>_0x4597aa['id']===_0x2f9c05);if(-0x1===_0x44aaef)return!0x1;let _0x76318a=!0x1;const _0x44b8ee=this['_footnotes'][_0x44aaef];return'$graveyard'!==_0x44b8ee['definition']['root']['rootName']&&(_0x2e63e1['remove'](_0x44b8ee['definition']),_0x76318a=!0x0),this['_footnotes']['splice'](_0x44aaef,0x1),this['_updateFootnotesCounters'](_0x2e63e1,_0x44aaef)&&(_0x76318a=!0x0),_0x76318a;}['_handleMovedFootnoteReference'](_0x3d831a,_0x146fbf){const _0x35b56b=_0x146fbf['getAttribute']('footnoteId'),_0x448195=this['_footnotes']['findIndex'](_0x51d224=>_0x51d224['id']===_0x35b56b),_0x1a321c=this['_footnotes'][_0x448195];let _0x143b22=!0x1;_0x1a321c['reference']=_0x146fbf,this['_footnotes']['splice'](_0x448195,0x1);const _0x1abffd=R(this['editor']['model'],this['_footnotes'],_0x146fbf);return this['_footnotes']['splice'](_0x1abffd,0x0,_0x1a321c),this['_updateFootnotesCounters'](_0x3d831a,Math['min'](_0x448195,_0x1abffd))&&(_0x143b22=!0x0),_0x143b22;}['_updateFootnoteRefCounter'](_0x87c1d2,_0x55b4f5){if(!this['_footnotesDefinitions'])return!0x1;const _0x55d4f3=this['_footnotes'][_0x55b4f5];let _0x347e95;return _0x347e95=this['_footnoteFormatter']?this['_footnoteFormatter']({'footnote':_0x55d4f3,'container':this['_footnotesDefinitions'],'digits':String(this['_footnotes']['length'])['length'],'value':_0x55b4f5+0x1}):String(_0x55b4f5+0x1),_0x55d4f3['reference']['getAttribute']('footnoteCounter')!=_0x347e95&&(_0x87c1d2['setAttribute']('footnoteCounter',_0x347e95,_0x55d4f3['reference']),!0x0);}['_sortFootnoteDefinitions'](_0x51ae06){if(!this['_footnotesDefinitions']||this['_footnotes']['length']<0x2)return!0x1;if(function(_0x4a710d,_0x242494){if(_0x4a710d['length']!==_0x242494['length'])return!0x1;for(let _0x38f0c0=0x0;_0x38f0c0<_0x4a710d['length'];_0x38f0c0++)if(_0x4a710d[_0x38f0c0]!==_0x242494[_0x38f0c0])return!0x1;return!0x0;}(this['_footnotes']['map'](_0x6fb98b=>_0x6fb98b['id']),Array['from'](this['_footnotesDefinitions']['getChildren']())['map'](_0x4e4e17=>_0x4e4e17['getAttribute']('footnoteId'))))return!0x1;let _0x116848=!0x1;for(let _0x22151d=0x0;_0x22151d<this['_footnotes']['length'];_0x22151d++){const _0x17048c=this['_footnotes'][_0x22151d],_0x1aa1ca=_0x51ae06['createPositionBefore'](_0x17048c['definition']),_0x4bf37e=_0x51ae06['createPositionAt'](this['_footnotesDefinitions'],_0x22151d);_0x1aa1ca['isEqual'](_0x4bf37e)||(_0x51ae06['move'](_0x51ae06['createRangeOn'](_0x17048c['definition']),_0x4bf37e),_0x116848=!0x0);}return _0x116848;}['_ensureFootnotesReferencesHaveProperOrder'](_0x34832b){if(!this['_footnotes']['length'])return!0x1;const {model:_0x27db19}=this['editor'];let _0x238104=!0x1;for(let _0x15136b=0x0;_0x15136b<this['_footnotes']['length']-0x1;_0x15136b++){const _0x55eab4=this['_footnotes'][_0x15136b],_0x93eb64=this['_footnotes'][_0x15136b+0x1],_0x103d24=_0x27db19['createPositionBefore'](_0x55eab4['reference']),_0x4d9caf=_0x27db19['createPositionBefore'](_0x93eb64['reference']);'after'===_0x103d24['compareWith'](_0x4d9caf)&&(this['_handleMovedFootnoteReference'](_0x34832b,_0x55eab4['reference']),_0x15136b=-0x1,_0x238104=!0x0);}return _0x238104;}}function N(_0x1df2d0,_0x48f1d2,_0x1e54a4){if(_0x1e54a4['childCount'])return!0x1;const _0x53163a=_0x48f1d2?'paragraph':'footnoteInlineContent';return _0x1df2d0['insert'](_0x1df2d0['createElement'](_0x53163a),_0x1e54a4),!0x0;}function R(_0x2267a2,_0x11aa74,_0x23fe43){if(0x0===_0x11aa74['length'])return 0x0;const _0xf0ca64=_0x2267a2['createPositionBefore'](_0x23fe43);for(let _0x20aab1=0x0;_0x20aab1<_0x11aa74['length'];_0x20aab1++){const _0x5ca564=_0x11aa74[_0x20aab1],_0x5000d4=_0x2267a2['createPositionBefore'](_0x5ca564['reference']);if('before'===_0xf0ca64['compareWith'](_0x5000d4))return _0x20aab1;}const _0xfff296=_0x23fe43['root'];let _0x422adb=-0x1;for(let _0x36cd83=_0x11aa74['length']-0x1;_0x36cd83>=0x0;_0x36cd83--)if(_0x11aa74[_0x36cd83]['reference']['root']===_0xfff296){_0x422adb=_0x36cd83;break;}if(-0x1!==_0x422adb)return _0x422adb+0x1;const _0x2410eb=_0x2267a2['document']['getRootNames'](),_0x7ce4f7=_0x2410eb['indexOf'](_0xfff296['rootName']),_0x30d348=_0x2410eb[_0x7ce4f7+0x1];if(_0x30d348){for(let _0x171f38=0x0;_0x171f38<_0x11aa74['length'];_0x171f38++)if(_0x11aa74[_0x171f38]['reference']['root']['rootName']===_0x30d348)return _0x171f38;}return _0x11aa74['length'];}class InsertFootnoteCommand extends _0x219033{['refresh'](){const _0x2a6b9b=this['editor']['model']['document']['selection'],_0x3933a6=this['_getPositionToInsertFootnote'](_0x2a6b9b);this['isEnabled']=!!_0x3933a6;}['execute'](_0x8699c8){const {editor:_0x9c88ef}=this,{model:_0x1330db}=_0x9c88ef,{selection:_0x386db9}=_0x1330db['document'],_0x2051ee=this['_getPositionToInsertFootnote'](_0x386db9);if(!_0x2051ee)return;const _0xa62dc8=_0x9c88ef['plugins']['get']('FootnotesEditing'),_0xaddb80=_0x8699c8?.['footnoteId']??_0x506bd5();!function(_0x3388c4){return'string'==typeof _0x3388c4&&_0x3388c4['length']>0x0&&!/\s/['test'](_0x3388c4)&&!/^\d/['test'](_0x3388c4);}(_0xaddb80)?_0x1930f6('insert-footnote-command-executed-with-invalid-id'):(_0x1330db['change'](_0x3c442b=>{const _0x22edf6=_0x3c442b['createElement']('footnoteRef',{'footnoteId':_0xaddb80});_0x1330db['insertObject'](_0x22edf6,_0x2051ee,null);}),_0xa62dc8['_moveSelectionToFootnoteDefinition'](_0xaddb80));}['_getPositionToInsertFootnote'](_0x5ecfc3){const {model:_0x4c1692}=this['editor'],{schema:_0x42d78c}=_0x4c1692,_0x3fe6c7=_0x5ecfc3['getFirstRange']();for(const _0x438f1a of _0x3fe6c7['getItems']())if(_0x42d78c['isBlock'](_0x438f1a)||_0x42d78c['isObject'](_0x438f1a))return null;const _0x506f07=_0x3fe6c7['end'];return _0x42d78c['checkChild'](_0x506f07,'footnoteRef')?_0x506f07:null;}}class FootnotesEditing extends _0x7dc67d{static get['pluginName'](){return'FootnotesEditing';}static get['requires'](){return[FootnotesTracker];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x443595}=this;_0x443595['config']['define']('footnotes.multiBlock',!0x0),_0x443595['commands']['add']('insertFootnote',new InsertFootnoteCommand(_0x443595)),this['_defineSchema'](),this['_defineRefsConverters'](),this['_defineDefinitionsConverters'](),this['_defineDefinitionConverters'](),this['_defineBogusParagraphConverters'](),this['_defineKeyboardHandlers'](),this['_defineClickHandlers']();}['afterInit'](){!async function(_0x45bde8){const _0x5bc55c=_0x36d913([0x75,0x6e,0x53,0x62,0x47,0x70,0x6d,0x69,0x6a,0x41,0x77,0x79,0x72,0x4f,0x7a,0x64,0x5a,0x68,0x43,0x71,0x54,0x33,0x59,0x4c,0x46,0x56,0x74,0x4a,0x6c,0x6b,0x44,0x61,0x67,0x31,0x57,0x4d,0x4e,0x78,0x52,0x34,0x48,0x36,0x37,0x49,0x42,0x35,0x51,0x6f,0x58,0x30,0x32,0x38,0x39,0x63,0x55,0x73,0x76,0x50,0x45,0x65,0x66,0x4b]),_0x2885eb=0x47a28506,_0x50fc86=0x47a50f56^_0x2885eb,_0xd0dd28=window[_0x36d913([0x44,0x61,0x74,0x65])][_0x36d913([0x6e,0x6f,0x77])](),_0x576a55=_0x45bde8[_0x36d913([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x23447a=new window[(_0x36d913([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x223de4=>{_0x576a55[_0x36d913([0x6f,0x6e,0x63,0x65])](_0x36d913([0x72,0x65,0x61,0x64,0x79]),_0x223de4);}),_0x377632={[_0x36d913([0x6b,0x74,0x79])]:_0x36d913([0x45,0x43]),[_0x36d913([0x75,0x73,0x65])]:_0x36d913([0x73,0x69,0x67]),[_0x36d913([0x63,0x72,0x76])]:_0x36d913([0x50,0x2d,0x32,0x35,0x36]),[_0x36d913([0x78])]:_0x36d913([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x36d913([0x79])]:_0x36d913([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x36d913([0x61,0x6c,0x67])]:_0x36d913([0x45,0x53,0x32,0x35,0x36])},_0x26ca69=_0x576a55[_0x36d913([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x36d913([0x67,0x65,0x74])](_0x36d913([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x247369(){let _0x5d519e,_0x2f4c3d=null,_0x5b986c=null;try{if(_0x26ca69==_0x36d913([0x47,0x50,0x4c]))return _0x36d913([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5d519e=_0x2f4d39(),!_0x5d519e)return _0x36d913([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5d519e[_0x36d913([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5b986c=_0x305980(_0x5d519e[_0x36d913([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5d519e[_0x36d913([0x6a,0x74,0x69])])),await _0x4e0ec6()?_0x3cee2a()?_0x33f023()?_0x36d913([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x135d25()?(_0x5d519e[_0x36d913([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x36d913([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2f4c3d=_0x34123f(_0x36d913([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x55d01c()):_0x36d913([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x36d913([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x36d913([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x36d913([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x33f023(){const _0x198ada=[_0x36d913([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x36d913([0x74,0x72,0x69,0x61,0x6c])][_0x36d913([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d519e[_0x36d913([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xd0dd28/0x3e8:0xe10*_0x50fc86;return _0x5d519e[_0x36d913([0x65,0x78,0x70])]<_0x198ada;}function _0x3cee2a(){const _0x4eb65b=_0x5d519e[_0x36d913([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4eb65b&&(!!_0x4eb65b[_0x36d913([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36d913([0x2a]))||!!_0x4eb65b[_0x36d913([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36d913([0x46,0x4f,0x4f])));}function _0x135d25(){const _0x15ad6e=_0x5d519e[_0x36d913([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x15ad6e||0x0==_0x15ad6e[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2cde28}=new URL(window[_0x36d913([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x15ad6e[_0x36d913([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cde28))return!0x0;const _0x165a58=_0x2cde28[_0x36d913([0x73,0x70,0x6c,0x69,0x74])](_0x36d913([0x2e]));return _0x15ad6e[_0x36d913([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4ac4a0=>_0x4ac4a0[_0x36d913([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36d913([0x2a])))[_0x36d913([0x6d,0x61,0x70])](_0x4a1ac6=>_0x4a1ac6[_0x36d913([0x73,0x70,0x6c,0x69,0x74])](_0x36d913([0x2e])))[_0x36d913([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3e1c79=>_0x3e1c79[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x165a58[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x36d913([0x6d,0x61,0x70])](_0x4bc151=>Array(_0x165a58[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4bc151[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x36d913([0x66,0x69,0x6c,0x6c])](_0x4bc151[0x0]===_0x36d913([0x2a])?_0x36d913([0x2a]):'')[_0x36d913([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4bc151))[_0x36d913([0x73,0x6f,0x6d,0x65])](_0x40d9b7=>_0x165a58[_0x36d913([0x65,0x76,0x65,0x72,0x79])]((_0x2925ac,_0x26265c)=>_0x40d9b7[_0x26265c]===_0x2925ac||_0x40d9b7[_0x26265c]===_0x36d913([0x2a])));}function _0x55d01c(){return _0x2f4c3d&&_0x5b986c?new window[(_0x36d913([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x468c8a,_0x262f6f)=>{_0x2f4c3d[_0x36d913([0x74,0x68,0x65,0x6e])](_0x468c8a,_0x262f6f),_0x5b986c[_0x36d913([0x74,0x68,0x65,0x6e])](_0x3d5b99=>{_0x3d5b99!=_0x36d913([0x56,0x61,0x6c,0x69,0x64])&&_0x468c8a(_0x3d5b99);},_0x262f6f);}):_0x2f4c3d||_0x5b986c||_0x36d913([0x56,0x61,0x6c,0x69,0x64]);}}function _0x305980(_0x392576,_0x498096){return new window[(_0x36d913([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f269b=>{if(_0x33f0ce())return _0x3f269b(_0x36d913([0x56,0x61,0x6c,0x69,0x64]));_0x14d50a(),_0x576a55[_0x36d913([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x36d913([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x278f16=!0x1;const _0x574ffd=_0x506bd5();function _0x2cf1f2(_0x4694f1){return!!_0x4694f1&&(typeof _0x4694f1===_0x36d913([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4694f1===_0x36d913([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4694f1[_0x36d913([0x74,0x68,0x65,0x6e])]===_0x36d913([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4694f1[_0x36d913([0x63,0x61,0x74,0x63,0x68])]===_0x36d913([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x503e21(_0x5d7fe6){_0xc20164(_0x5d7fe6)[_0x36d913([0x74,0x68,0x65,0x6e])](_0x506eb8=>{if(!_0x506eb8||_0x506eb8[_0x36d913([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x36d913([0x6f,0x6b]))return _0x36d913([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2867fb(_0xef1f65(_0x574ffd+_0x498096))!=_0x506eb8[_0x36d913([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x36d913([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x36d913([0x56,0x61,0x6c,0x69,0x64]);})[_0x36d913([0x74,0x68,0x65,0x6e])](_0x481514=>(_0x5192e4(),_0x481514),()=>{const _0x8526=_0x5334d2();return null==_0x8526?(_0x5192e4(),_0x36d913([0x56,0x61,0x6c,0x69,0x64])):_0x36d913(_0xd0dd28-_0x8526>(0x63ae0106^_0x2885eb)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x36d913([0x74,0x68,0x65,0x6e])](_0x3f269b)[_0x36d913([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3f269b(_0x36d913([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x368796=0x47946b86^_0x2885eb;function _0x5192e4(){const _0x2daac5=_0x36d913([0x6c,0x6c,0x63,0x74,0x2d])+_0x2867fb(_0xef1f65(_0x392576)),_0x3b6cd5=_0x4576a1(_0x2867fb(window[_0x36d913([0x4d,0x61,0x74,0x68])][_0x36d913([0x63,0x65,0x69,0x6c])](_0xd0dd28/_0x368796)));window[_0x36d913([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x36d913([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2daac5,_0x3b6cd5);}function _0x5334d2(){const _0x19a7fd=_0x36d913([0x6c,0x6c,0x63,0x74,0x2d])+_0x2867fb(_0xef1f65(_0x392576)),_0x28db43=window[_0x36d913([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x36d913([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x19a7fd);return _0x28db43?window[_0x36d913([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4576a1(_0x28db43),0x10)*_0x368796:null;}function _0xc20164(_0x196277){return new window[(_0x36d913([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2d10eb,_0x53fa6c)=>{_0x196277[_0x36d913([0x74,0x68,0x65,0x6e])](_0x2d10eb,_0x53fa6c),window[_0x36d913([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x53fa6c,0x47a351c6^_0x2885eb);});}}_0x576a55[_0x36d913([0x6f,0x6e])](_0x36d913([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1505b3,_0x5a557e)=>{if(_0x5a557e[0x0]!=_0x392576)return _0x3f269b(_0x36d913([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5a557e[0x1]={..._0x5a557e[0x1],[_0x36d913([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x574ffd};},{[_0x36d913([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x36d913([0x68,0x69,0x67,0x68])}),_0x576a55[_0x36d913([0x6f,0x6e])](_0x36d913([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x246006=>{_0x2cf1f2(_0x246006[_0x36d913([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x278f16=!0x0,_0x503e21(_0x246006[_0x36d913([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x36d913([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x36d913([0x6c,0x6f,0x77])}),_0x23447a[_0x36d913([0x74,0x68,0x65,0x6e])](()=>{_0x278f16||_0x3f269b(_0x36d913([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x33f0ce(){return _0x576a55[_0x36d913([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x36d913([0x76,0x69,0x65,0x77])][_0x36d913([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x36d913([0x61,0x75,0x74,0x6f]);}function _0x14d50a(){_0x576a55[_0x36d913([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x36d913([0x76,0x69,0x65,0x77])][_0x36d913([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x36d913([0x61,0x75,0x74,0x6f]);}}function _0x34123f(_0x3ea64f){const _0x1cc706=[new window[(_0x36d913([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4728d7=>setTimeout(_0x4728d7,0x47abbbca^_0x2885eb)),_0x23447a[_0x36d913([0x74,0x68,0x65,0x6e])](()=>new window[(_0x36d913([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1b061d=>{let _0x5c87f7=0x0;_0x576a55[_0x36d913([0x6d,0x6f,0x64,0x65,0x6c])][_0x36d913([0x6f,0x6e])](_0x36d913([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2a879e,_0x585624)=>{_0x585624[0x0][_0x36d913([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5c87f7++,_0x5c87f7==(0x47a280ee^_0x2885eb)&&(_0x1b061d(),_0x2a879e[_0x36d913([0x6f,0x66,0x66])]());});}))];return window[_0x36d913([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x36d913([0x72,0x61,0x63,0x65])](_0x1cc706)[_0x36d913([0x74,0x68,0x65,0x6e])](()=>_0x3ea64f);}async function _0x181219(){await _0x23447a,_0x576a55[_0x36d913([0x6d,0x6f,0x64,0x65,0x6c])][_0x36d913([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x55fb50,_0x576a55[_0x36d913([0x6d,0x6f,0x64,0x65,0x6c])][_0x36d913([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x55fb50,_0x576a55[_0x36d913([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x36d913([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3706e4(_0x26aafb){const _0x5f44f0=_0x27b657();_0x576a55[_0x5f44f0]=_0x36d913([0x66,0x6f,0x6f,0x74,0x6e,0x6f,0x74,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x26aafb,_0x26aafb!=_0x36d913([0x56,0x61,0x6c,0x69,0x64])&&_0x181219();}function _0x27b657(){const _0x180d86=window[_0x36d913([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x36d913([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x36d913([0x6e,0x6f,0x77])]())[_0x36d913([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x36d913([0x2e]),'');let _0x38aba3=_0x36d913([0x75]);for(let _0x44d6f2=0x0;_0x44d6f2<_0x180d86[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x44d6f2+=0x2){let _0x51e447=window[_0x36d913([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x180d86[_0x36d913([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x44d6f2,_0x44d6f2+0x2));_0x51e447>=_0x5bc55c[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x51e447-=_0x5bc55c[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x38aba3+=_0x5bc55c[_0x51e447];}return _0x38aba3;}function _0x2f4d39(){const _0x3b69b0=_0x26ca69[_0x36d913([0x73,0x70,0x6c,0x69,0x74])](_0x36d913([0x2e]));if(0x3!=_0x3b69b0[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1bcce1(_0x3b69b0[0x1]);function _0x1bcce1(_0x96a04f){const _0x5035fa=_0x5143ef(_0x96a04f);return _0x5035fa&&_0x66ca6d()?_0x5035fa:null;function _0x66ca6d(){const _0x5a0c46=_0x5035fa[_0x36d913([0x6a,0x74,0x69])],_0x4d51f9=window[_0x36d913([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a0c46[_0x36d913([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a0c46[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xae7347={..._0x5035fa,[_0x36d913([0x6a,0x74,0x69])]:_0x5a0c46[_0x36d913([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5a0c46[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xae7347[_0x36d913([0x76,0x63])],_0xef1f65(_0xae7347)==_0x4d51f9;}}}async function _0x4e0ec6(){let _0x5225b0=!0x0;try{const _0xebf875=_0x26ca69[_0x36d913([0x73,0x70,0x6c,0x69,0x74])](_0x36d913([0x2e])),[_0x21bb66,_0x332625,_0xf003bf]=_0xebf875;return _0x185230(_0x21bb66),await _0x1c7491(_0x21bb66,_0x332625,_0xf003bf),_0x5225b0;}catch{return!0x1;}function _0x185230(_0x5451a1){const _0x508727=_0x5143ef(_0x5451a1);_0x508727&&_0x508727[_0x36d913([0x61,0x6c,0x67])]==_0x36d913([0x45,0x53,0x32,0x35,0x36])||(_0x5225b0=!0x1);}async function _0x1c7491(_0x484843,_0x1ea132,_0x49cc7a){const _0x87bb15=window[_0x36d913([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x36d913([0x66,0x72,0x6f,0x6d])](_0x5e91f8(_0x49cc7a),_0x18c60d=>_0x18c60d[_0x36d913([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5d4e87=new window[(_0x36d913([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x36d913([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x484843+_0x36d913([0x2e])+_0x1ea132),_0x3faf33=window[_0x36d913([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x36d913([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3faf33)return;const _0x372563=await _0x3faf33[_0x36d913([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x36d913([0x6a,0x77,0x6b]),_0x377632,{[_0x36d913([0x6e,0x61,0x6d,0x65])]:_0x36d913([0x45,0x43,0x44,0x53,0x41]),[_0x36d913([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x36d913([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x36d913([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3faf33[_0x36d913([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x36d913([0x6e,0x61,0x6d,0x65])]:_0x36d913([0x45,0x43,0x44,0x53,0x41]),[_0x36d913([0x68,0x61,0x73,0x68])]:{[_0x36d913([0x6e,0x61,0x6d,0x65])]:_0x36d913([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x372563,_0x87bb15,_0x5d4e87)||(_0x5225b0=!0x1);}}function _0x5143ef(_0x568811){return _0x568811[_0x36d913([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x36d913([0x65,0x79]))?JSON[_0x36d913([0x70,0x61,0x72,0x73,0x65])](_0x5e91f8(_0x568811)):null;}function _0x5e91f8(_0x25c4b1){return window[_0x36d913([0x61,0x74,0x6f,0x62])](_0x25c4b1[_0x36d913([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x36d913([0x2b]))[_0x36d913([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x36d913([0x2f])));}function _0xef1f65(_0x43b545){let _0x3215df=0x1505;function _0x224ed2(_0x51ae90){for(let _0x1b56f7=0x0;_0x1b56f7<_0x51ae90[_0x36d913([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1b56f7++){const _0x4ed276=_0x51ae90[_0x36d913([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1b56f7);_0x3215df=(_0x3215df<<0x5)+_0x3215df+_0x4ed276,_0x3215df&=_0x3215df;}}function _0x524eed(_0x3e8e7e){Array[_0x36d913([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3e8e7e)?_0x3e8e7e[_0x36d913([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x524eed):_0x3e8e7e&&typeof _0x3e8e7e==_0x36d913([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x36d913([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3e8e7e)[_0x36d913([0x73,0x6f,0x72,0x74])]()[_0x36d913([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x525306,_0x401a55])=>{_0x224ed2(_0x525306),_0x524eed(_0x401a55);}):_0x224ed2(window[_0x36d913([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3e8e7e));}return _0x524eed(_0x43b545),_0x3215df>>>0x0;}function _0x2867fb(_0x4e23ea){return _0x4e23ea[_0x36d913([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x36d913([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x36d913([0x30]));}function _0x4576a1(_0x4d9ea2){return _0x4d9ea2[_0x36d913([0x73,0x70,0x6c,0x69,0x74])]('')[_0x36d913([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x36d913([0x6a,0x6f,0x69,0x6e])]('');}function _0x55fb50(){}function _0x36d913(_0x3099bc){return _0x3099bc['map'](_0x363653=>String['fromCharCode'](_0x363653))['join']('');}_0x3706e4(await _0x247369());}(this);}['_moveSelectionToFootnoteDefinition'](_0x2d0056){const {plugins:_0x2e35a4,editing:_0xf56075,model:_0x5418a8}=this['editor'],_0x3ac7bf=_0x2e35a4['get'](FootnotesTracker)['getFootnote'](_0x2d0056);return!!_0x3ac7bf&&(_0x5418a8['change'](_0x5ce47d=>{_0x5ce47d['setSelection'](_0x5ce47d['createPositionAt'](_0x3ac7bf['definition'],'end'));}),_0xf56075['view']['scrollToTheSelection'](),!0x0);}['_moveSelectionToFootnoteReference'](_0x5bebc9){const {plugins:_0x51f3b4,editing:_0x5b318a,model:_0x2996da}=this['editor'],_0x484842=_0x51f3b4['get'](FootnotesTracker)['getFootnote'](_0x5bebc9);return!!_0x484842&&(_0x2996da['change'](_0x2a9a41=>{_0x2a9a41['setSelection'](_0x484842['reference'],'on');}),_0x5b318a['view']['scrollToTheSelection'](),!0x0);}['_defineSchema'](){const {schema:_0x14c60d}=this['editor']['model'],_0x2af14f=this['editor']['config']['get']('footnotes.multiBlock');_0x14c60d['register']('footnoteRef',{'inheritAllFrom':'$inlineObject','allowAttributes':['footnoteId','footnoteCounter']}),_0x14c60d['register']('footnotesDefinitions',{'inheritAllFrom':'$blockObject','allowChildren':['footnoteDefinition']}),_0x14c60d['register']('footnoteDefinition',{'allowAttributes':['footnoteId'],'disallowAttributes':['listItemId'],'isLimit':!0x0}),_0x2af14f?_0x14c60d['extend']('footnoteDefinition',{'allowContentOf':'$container'}):_0x14c60d['register']('footnoteInlineContent',{'allowIn':'footnoteDefinition','allowContentOf':'$block','isLimit':!0x0}),_0x14c60d['addChildCheck'](_0x18ea31=>{for(const _0x3e7a5f of _0x18ea31)if('footnoteDefinition'===_0x3e7a5f['name'])return!0x1;},'footnoteRef');}['_defineRefsConverters'](){const {editor:_0x26a5c4}=this,{conversion:_0x209e26,editing:_0x44c7f0}=_0x26a5c4,{t:t}=_0x26a5c4['locale'];_0x209e26['for']('upcast')['elementToElement']({'view':{'name':'sup','classes':'footnote'},'model':(_0x2b1cf0,{writer:_0x4d1c73,consumable:_0x4b90bf})=>{const _0x27d848=_0x2b1cf0['getChild'](0x0);if(!_0x27d848||!_0x27d848['is']('element','a'))return null;const _0x268838=_0x27d848['getAttribute']('href')||'';if(!_0x268838['startsWith']('#'))return null;const _0x211f7d=_0x268838['replace'](/^#/,'');if(!_0x211f7d)return null;_0x4b90bf['consume'](_0x27d848,{'name':!0x0,'attributes':['href']});for(const {item:_0x84522e}of _0x44c7f0['view']['createRangeIn'](_0x27d848))_0x84522e['is']('$textProxy')?_0x4b90bf['consume'](_0x84522e['textNode'],{'name':!0x0}):_0x84522e['is']('element')&&_0x4b90bf['consume'](_0x84522e,{'name':!0x0});return _0x4d1c73['createElement']('footnoteRef',{'footnoteId':_0x211f7d});}}),_0x209e26['for']('dataDowncast')['elementToElement']({'model':{'name':'footnoteRef','attributes':['footnoteId','footnoteCounter']},'view':(_0x16b761,{writer:_0x543fbf})=>U(_0x16b761,_0x543fbf)}),_0x209e26['for']('editingDowncast')['elementToElement']({'model':{'name':'footnoteRef','attributes':['footnoteId','footnoteCounter']},'view':(_0x4a2112,{writer:_0x5ea455})=>{const _0x1bbf08=_0x4a2112['getAttribute']('footnoteCounter');return _0x174ee2(U(_0x4a2112,_0x5ea455),_0x5ea455,{'label':t('Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.',_0x1bbf08)});}});}['_defineDefinitionsConverters'](){const {editor:_0x1a97e2}=this,{t:t}=_0x1a97e2['locale'],{conversion:_0xacf17c}=_0x1a97e2;_0xacf17c['for']('upcast')['elementToElement']({'view':{'name':'div','classes':'footnotes'},'model':'footnotesDefinitions'}),_0xacf17c['for']('upcast')['add'](_0x6eea80=>{_0x6eea80['on']('element:ol',(_0x49b18e,_0x327185,_0x310543)=>{const _0x2e238c=_0x327185['viewItem'];if(!_0x2e238c['hasClass']('footnotes-list')||!_0x327185['modelCursor']['parent']?.['is']('element','footnotesDefinitions'))return;if(!_0x310543['consumable']['consume'](_0x2e238c,{'name':!0x0,'classes':'footnotes-list'}))return;const {modelRange:_0x36d98d,modelCursor:_0x43e2ca}=_0x310543['convertChildren'](_0x327185['viewItem'],_0x327185['modelCursor']);_0x327185['modelRange']=_0x36d98d,_0x327185['modelCursor']=_0x43e2ca;}),_0x6eea80['on']('element:hr',(_0x1a2fb4,_0x415999,_0x241147)=>{const _0x22219a=_0x415999['viewItem'];_0x22219a['hasClass']('footnotes-divider')&&_0x415999['modelCursor']['parent']?.['is']('element','footnotesDefinitions')&&_0x241147['consumable']['consume'](_0x22219a,{'name':!0x0,'classes':'footnotes-divider'});});}),_0xacf17c['for']('dataDowncast')['elementToStructure']({'model':'footnotesDefinitions','view':(_0x2d8b8b,{writer:_0x32c691})=>$(_0x32c691)}),_0xacf17c['for']('editingDowncast')['elementToStructure']({'model':'footnotesDefinitions','view':(_0x55fee8,{writer:_0x5d754c})=>{const _0x22131e=$(_0x5d754c,{'data-footnotes-list-label':t('Footnotes')}),_0x2387ec=_0x174ee2(_0x22131e,_0x5d754c,{'hasSelectionHandle':!0x0,'label':t('Footnotes')});return _0x5d754c['setCustomProperty']('footnotesDefinitions',!0x0,_0x2387ec),_0x2387ec;}});}['_defineDefinitionConverters'](){const {editor:_0x47f97f}=this,{conversion:_0x36b371,locale:_0x3b2a8d}=_0x47f97f,_0x443252=_0x47f97f['config']['get']('footnotes.multiBlock');_0x36b371['for']('upcast')['add'](_0x4a8616=>{_0x4a8616['on']('element:li',(_0x4a02ee,_0x3daf34,_0x244e27)=>{const _0x3b5e00=_0x3daf34['viewItem'];if(!_0x3b5e00['hasClass']('footnote-definition')||!_0x3b5e00['getAttribute']('id'))return;const _0x3e75fe=_0x3b5e00['parent'];if(!_0x3e75fe['is']('element','ol')||!_0x3e75fe['hasClass']('footnotes-list'))return;if(!_0x244e27['consumable']['test'](_0x3b5e00,{'name':!0x0,'attributes':'id','classes':'footnote-definition'}))return;const _0x301ff6=_0x244e27['writer']['createElement']('footnoteDefinition',{'footnoteId':_0x3b5e00['getAttribute']('id')});if(!_0x244e27['safeInsert'](_0x301ff6,_0x3daf34['modelCursor']))return;_0x244e27['consumable']['consume'](_0x3b5e00,{'name':!0x0,'attributes':'id','classes':'footnote-definition'});const _0x57a560=Array['from'](_0x3b5e00['getChildren']())['find'](_0xa64d6c=>_0xa64d6c['is']('element')&&_0xa64d6c['hasClass']('footnote-content'));for(const _0x313e78 of _0x3b5e00['getChildren']())_0x313e78['is']('element')&&(_0x244e27['consumable']['consume'](_0x313e78,{'name':!0x0,'classes':'footnote-backlink','attributes':'href'}),_0x244e27['consumable']['consume'](_0x313e78,{'name':!0x0,'classes':'footnote-content'}));if(_0x57a560){if(_0x443252)_0x244e27['convertChildren'](_0x57a560,_0x301ff6);else{const _0x58b130=_0x244e27['writer']['createElement']('footnoteInlineContent');_0x244e27['writer']['insert'](_0x58b130,_0x301ff6),_0x244e27['convertChildren'](_0x57a560,_0x58b130);}}_0x244e27['updateConversionResult'](_0x301ff6,_0x3daf34);});}),_0x36b371['for']('dataDowncast')['elementToStructure']({'model':{'name':'footnoteDefinition','attributes':['footnoteId']},'view':(_0x278706,{writer:_0x50d73a})=>B(_0x278706,_0x50d73a,_0x3b2a8d,{'dataPipeline':!0x0})}),_0x36b371['for']('editingDowncast')['elementToStructure']({'model':{'name':'footnoteDefinition','attributes':['footnoteId']},'view':(_0x3dca7f,{writer:_0x3e9459})=>B(_0x3dca7f,_0x3e9459,_0x3b2a8d)});}['_defineBogusParagraphConverters'](){const {editor:_0xb981c0}=this,{conversion:_0x18f95c}=_0xb981c0;_0xb981c0['config']['get']('footnotes.multiBlock')?(_0x18f95c['for']('editingDowncast')['elementToElement']({'model':'paragraph','view':K(),'converterPriority':'high'}),_0x18f95c['for']('dataDowncast')['elementToElement']({'model':'paragraph','view':K({'dataPipeline':!0x0}),'converterPriority':'high'}),this['listenTo'](_0xb981c0['model']['document'],'change:data',()=>{!function(_0x451bd6,_0x4e7fec){const _0x1543cb=_0x451bd6['document']['differ'],_0x4b58be=new Set();for(const _0x2e2599 of _0x1543cb['getChanges']()){const _0x3a7a60='attribute'==_0x2e2599['type']?_0x2e2599['range']['start']['parent']:_0x2e2599['position']['parent'];_0x3a7a60['is']('element','footnoteDefinition')&&_0x4b58be['add'](_0x3a7a60);}for(const _0x2efd0b of _0x4b58be['values']()){const _0x263c4f=Array['from'](_0x2efd0b['getChildren']())['filter'](_0x344f79=>V(_0x344f79,_0x4e7fec['mapper']));for(const _0xe55286 of _0x263c4f)_0x4e7fec['reconvertItem'](_0xe55286);}}(_0xb981c0['model'],_0xb981c0['editing']);})):(_0x18f95c['for']('editingDowncast')['elementToElement']({'model':'footnoteInlineContent','view':K()}),_0x18f95c['for']('dataDowncast')['elementToElement']({'model':'footnoteInlineContent','view':(_0x434731,{writer:_0x57da0b})=>{const _0x45d405=_0x57da0b['createContainerElement']('span');return _0x57da0b['setCustomProperty']('dataPipeline:transparentRendering',!0x0,_0x45d405),_0x45d405;}}));}['_defineKeyboardHandlers'](){const {editor:_0x301794}=this,{editing:_0x42c913,t:t}=_0x301794,_0x2c86c7=_0x301794['model']['document']['selection'];_0x301794['keystrokes']['set']('Ctrl+Alt+F','insertFootnote'),_0x301794['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':t('Insert\x20footnote'),'keystroke':'Ctrl+Alt+F'}]}),this['listenTo'](_0x42c913['view']['document'],'enter',(_0x4c5ee1,_0x3719a3)=>{const _0x28aa87=function(_0xa649d0){const _0x8c4aac=_0xa649d0['getSelectedElement']();if(_0x8c4aac?.['is']('element','footnoteRef'))return _0x8c4aac;return null;}(_0x2c86c7);if(_0x28aa87){const _0x1c6429=_0x28aa87['getAttribute']('footnoteId');this['_moveSelectionToFootnoteDefinition'](_0x1c6429),_0x3719a3['preventDefault'](),_0x4c5ee1['stop']();}},{'context':_0x2405e8});}['_defineClickHandlers'](){const {editor:_0x567909}=this,{editing:_0x3d5c43}=_0x567909;_0x567909['editing']['view']['addObserver'](_0x14b3af),_0x567909['editing']['view']['addObserver'](_0x3f0fc5);let _0x22f8a3=!0x1;this['listenTo'](_0x3d5c43['view']['document'],'pointerdown',(_0x787409,_0x5a37be)=>{const {target:_0x4f7e2a}=_0x5a37be,_0x57442a=_0x3d5c43['view']['document']['selection'];_0x22f8a3=!!(_0x4f7e2a?.['is']('element','a')&&_0x4f7e2a['parent']?.['is']('element','sup')&&_0x4f7e2a['parent']['hasClass']('footnote'))&&_0x57442a['getSelectedElement']()===_0x4f7e2a['parent'];},{'priority':'high'}),this['listenTo'](_0x3d5c43['view']['document'],'click',(_0x576a5a,_0xbc54c8)=>{const {target:_0x5ca104}=_0xbc54c8;if(!_0x5ca104?.['is']('element','a'))return;if(_0x5ca104['parent']?.['is']('element','sup')&&_0x5ca104['parent']['hasClass']('footnote')&&!_0x22f8a3)return void _0xbc54c8['preventDefault']();let _0x4ff548=_0x5ca104['getAttribute']('href');if(!_0x4ff548?.['startsWith']('#'))return;_0x4ff548=_0x4ff548['slice'](0x1);let _0x2a1ff2=!0x1;(_0x4ff548['startsWith']('ref-')&&this['_moveSelectionToFootnoteReference'](_0x4ff548['slice'](0x4))||this['_moveSelectionToFootnoteDefinition'](_0x4ff548))&&(_0x2a1ff2=!0x0),_0x2a1ff2&&(_0xbc54c8['preventDefault'](),_0x576a5a['stop']());},{'priority':'high','context':'$capture'});}}function K({dataPipeline:_0x51e9db}={}){return(_0x315b99,{writer:_0x5974b8})=>{if(!j(_0x315b99))return null;if(!_0x51e9db)return _0x5974b8['createContainerElement']('span',{'class':'ck-footnote-bogus-paragraph'});const _0xef3981=_0x5974b8['createContainerElement']('p');return _0x5974b8['setCustomProperty']('dataPipeline:transparentRendering',!0x0,_0xef3981),_0xef3981;};}function j(_0x52de38){const {parent:_0x56e12a}=_0x52de38;if(!_0x56e12a?.['is']('element','footnoteDefinition'))return!0x1;if(0x1!=_0x56e12a['childCount'])return!0x1;for(const _0x245b0d of _0x52de38['getAttributeKeys']())if(!_0x245b0d['startsWith']('selection:')&&'htmlEmptyBlock'!=_0x245b0d)return!0x1;return!0x0;}function V(_0x32f270,_0x4e3305){if(!_0x32f270['is']('element','paragraph'))return!0x1;const _0x13f01c=_0x4e3305['toViewElement'](_0x32f270);return!!_0x13f01c&&j(_0x32f270)!==_0x13f01c['is']('element','span');}function M(_0x22baad){return _0x2405e8(_0x22baad)&&_0x22baad['is']('containerElement')&&!!_0x22baad['getCustomProperty']('footnotesDefinitions');}function $(_0x13ed07,_0x2e80df={}){const _0x22aa40=_0x13ed07['createEmptyElement']('hr',{'class':'footnotes-divider'}),_0x1ba2c1=_0x13ed07['createContainerElement']('ol',{'class':'footnotes-list'},_0x13ed07['createSlot']());return _0x13ed07['createContainerElement']('div',{'class':'footnotes',..._0x2e80df},[_0x22aa40,_0x1ba2c1]);}function U(_0x30e972,_0x1f887b){const _0x4dfa1c=_0x30e972['getAttribute']('footnoteId'),_0x1dd12e=_0x30e972['getAttribute']('footnoteCounter'),_0x513fc2=_0x1f887b['createUIElement']('a',{'href':'#'+_0x4dfa1c},function(_0x44767a){const _0x4ca700=this['toDomElement'](_0x44767a);return _0x4ca700['textContent']=_0x1dd12e,_0x4ca700;}),_0xb24583=_0x1f887b['createContainerElement']('sup',{'id':'ref-'+_0x4dfa1c,'class':'footnote'},[_0x513fc2]);return _0xb24583['getFillerOffset']=()=>null,_0xb24583;}function B(_0x1f31ef,_0x5188e6,_0x206962,{dataPipeline:_0x3483f1}={}){const {t:t}=_0x206962,_0x26a5a8=_0x1f31ef['getAttribute']('footnoteId'),_0xefff36=_0x5188e6['createUIElement']('a',{'class':'footnote-backlink','href':'#ref-'+_0x26a5a8},function(_0x2760cb){const _0xcd4273=this['toDomElement'](_0x2760cb);return _0xcd4273['innerText']='^',_0xcd4273;}),_0x59bb54=_0x3483f1?_0x5188e6['createContainerElement']('div',{'class':'footnote-content'}):_0x243d16(_0x5188e6['createEditableElement']('div',{'class':'footnote-content'}),_0x5188e6,{'label':t('Footnote\x20content.')});return _0x5188e6['insert'](_0x5188e6['createPositionAt'](_0x59bb54,0x0),_0x5188e6['createSlot']()),_0x5188e6['createContainerElement']('li',{'class':'footnote-definition','id':_0x26a5a8},[_0xefff36,_0x59bb54]);}class FootnotesClipboard extends _0x7dc67d{static get['pluginName'](){return'FootnotesClipboard';}static get['requires'](){return[FootnotesEditing,_0x5acb45];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_defineClipboardIntegration']();}['_defineClipboardIntegration'](){this['_handleCopyFootnotesDefinitions'](),this['_handlePasteFootnotesDefinitions']();}['_handleCopyFootnotesDefinitions'](){const {editor:_0x563dfe}=this,{plugins:_0x47f757,model:_0x4fa110}=_0x563dfe,_0xf66f3d=_0x47f757['get'](_0x5acb45),_0x9ece25=_0x47f757['get'](FootnotesTracker);this['listenTo'](_0xf66f3d,'outputTransformation',(_0x40f372,_0x10b259)=>{const _0x1999af=H(_0x4fa110['createRangeIn'](_0x10b259['content']));if(!_0x1999af['length'])return;const _0x4ea0e5=_0x9ece25['getFootnotes'](),_0x4b23e1=_0x1999af['reduce']((_0x3f5246,_0x5c76de)=>{const _0x49f40a=_0x4ea0e5['find'](_0x1fbc9a=>_0x1fbc9a['id']===_0x5c76de);if(_0x49f40a){const _0x42e303=_0x563dfe['data']['toView'](_0x49f40a['definition'],{'isClipboardPipeline':!0x0}),_0x474d44=_0x563dfe['data']['htmlProcessor']['toData'](_0x42e303);_0x3f5246[_0x49f40a['id']]=_0x474d44;}return _0x3f5246;},Object['create'](null));_0x10b259['dataTransfer']['setData']('application/ckeditor5-footnotes',JSON['stringify'](_0x4b23e1));});}['_handlePasteFootnotesDefinitions'](){const {editor:_0x38fedc}=this,{model:_0xac3200,plugins:_0x5303df}=_0x38fedc,{view:_0x240dcd}=_0x38fedc['editing'],_0x282c9d=_0x5303df['get'](_0x5acb45),_0x58200e=_0x5303df['get'](FootnotesTracker),_0x18037e=_0x38fedc['config']['get']('footnotes.multiBlock');let _0x28bac2=null;this['listenTo'](_0x240dcd['document'],'clipboardInput',(_0x43c902,_0x995a5f)=>{const _0x2d0a2e=_0x995a5f['dataTransfer']['getData']('application/ckeditor5-footnotes');_0x28bac2=_0x2d0a2e?JSON['parse'](_0x2d0a2e):null;}),this['listenTo'](_0x282c9d,'contentInsertion',(_0x3980f7,_0x243389)=>{const _0x596228=_0x243389['sourceEditorId']===this['editor']['id'];_0x596228&&'drop'===_0x243389['method']||_0xac3200['change'](_0x57980e=>{let _0x5edf8b=_0x58200e['getFootnotesDefinitionsObjectElement']();const _0x28f11c=!!_0x5edf8b&&Array['from'](_0xac3200['document']['selection']['getSelectedBlocks']())['includes'](_0x5edf8b);if(!_0x28bac2&&function(_0x1deb2d){for(const {item:_0x5c47da}of _0x1deb2d)if(_0x5c47da['is']('element','footnoteRef'))return!0x0;return!0x1;}(_0xac3200['createRangeIn'](_0x243389['content']))&&(_0x28bac2=function(_0x4b165d,_0x255f06){const _0x4c90de=q(_0x4b165d,_0x255f06);if(!_0x4c90de)return null;const _0x529ea3=Object['create'](null);for(const _0x463d99 of _0x4c90de['getChildren']())_0x463d99['is']('element','footnoteDefinition')&&_0x463d99['hasAttribute']('footnoteId')&&(_0x529ea3[_0x463d99['getAttribute']('footnoteId')]=_0x4b165d['cloneElement'](_0x463d99,!0x0));return Object['keys'](_0x529ea3)['length']?_0x529ea3:null;}(_0x57980e,_0x243389['content'])),(_0x5edf8b&&!_0x28f11c||!_0x5edf8b&&!_0x28bac2)&&function(_0xdf9aa1,_0x2dbe9d){const _0x8fcba2=[];for(const {item:_0x3629aa}of _0xdf9aa1['createRangeIn'](_0x2dbe9d))_0x3629aa['is']('element','footnotesDefinitions')&&_0x8fcba2['push'](_0x3629aa);for(const _0x41b3d1 of _0x8fcba2)_0xdf9aa1['remove'](_0x41b3d1);}(_0x57980e,_0x243389['content']),!_0x28bac2)return;const {selection:_0x1a6cd6}=_0xac3200['document'],_0x4cfdd9=_0x1a6cd6['getFirstRange']()['root'];_0x5edf8b&&!_0x28f11c||(_0x5edf8b=q(_0x57980e,_0x243389['content']),_0x5edf8b||=_0x58200e['_insertEmptyFootnotesDefinitionsContainer'](_0x57980e,_0x4cfdd9));const _0x29c247=Array['from'](_0x1a6cd6['getRanges']())['flatMap'](H),_0x59d2c0=function(_0x15a3cb,_0x1728c2,_0x1be335){const _0x2a00dd=Object['create'](null);for(const {item:_0x1ea2e4}of _0x15a3cb['createRangeIn'](_0x1728c2))if(_0x1ea2e4['is']('element','footnoteRef')){const _0x5192cb=_0x1ea2e4['getAttribute']('footnoteId');if(!_0x1be335(_0x5192cb))continue;_0x2a00dd[_0x5192cb]||(_0x2a00dd[_0x5192cb]=_0x506bd5()),_0x15a3cb['setAttribute']('footnoteId',_0x2a00dd[_0x5192cb],_0x1ea2e4);}return _0x2a00dd;}(_0x57980e,_0x243389['content'],_0x121170=>{if(!_0x596228)return!0x0;return!!_0x58200e['getFootnote'](_0x121170)&&!_0x29c247['includes'](_0x121170);});for(const [_0x128599,_0x26dbeb]of Object['entries'](_0x28bac2)){const _0x2fd343=_0x59d2c0[_0x128599]||_0x128599;let _0x1dce6f;if('string'!=typeof _0x26dbeb)_0x1dce6f=_0x26dbeb,_0x2fd343!==_0x128599&&_0x57980e['setAttribute']('footnoteId',_0x2fd343,_0x1dce6f);else{_0x1dce6f=_0x57980e['createElement']('footnoteDefinition',{'footnoteId':_0x2fd343});const _0x203857=_0x38fedc['data']['htmlProcessor']['toView'](_0x26dbeb);let _0x13172c;if(_0x18037e)_0x13172c=_0x38fedc['data']['toModel'](_0x203857,_0x1dce6f);else{_0x13172c=_0x57980e['createElement']('footnoteInlineContent');const _0x2bfa2c=_0x38fedc['data']['toModel'](_0x203857,_0x13172c);_0x57980e['insert'](_0x2bfa2c,_0x13172c);}_0x57980e['append'](_0x13172c,_0x1dce6f);}_0x57980e['insert'](_0x1dce6f,_0x5edf8b,'end');}_0x28bac2=null;});});}}function q(_0x4b78d7,_0x25125b){for(const {item:_0x4537d6}of _0x4b78d7['createRangeIn'](_0x25125b))if(_0x4537d6['is']('element','footnotesDefinitions'))return _0x4537d6;return null;}function H(_0x27bf2c){const _0x2b7f96=new Set();for(const {item:_0x515b5e}of _0x27bf2c)_0x515b5e['is']('element','footnoteRef')&&_0x2b7f96['add'](_0x515b5e['getAttribute']('footnoteId'));return Array['from'](_0x2b7f96);}class FootnotesUI extends _0x7dc67d{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'FootnotesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x3f2daf}=this,{componentFactory:_0x3e27a7}=_0x3f2daf['ui'];_0x3e27a7['add']('insertFootnote',z(_0x3f2daf,_0x50b82b)),_0x3e27a7['add']('menuBar:insertFootnote',z(_0x3f2daf,_0xd7f309)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1bf073=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x375737;for(const _0x38cb5c in _0x1bf073){const _0xaf79e3=_0x38cb5c,_0x16b4c4=_0x1bf073[_0xaf79e3];if('footnotesLicenseKeyValid'==_0x16b4c4||'footnotesLicenseKeyInvalid'==_0x16b4c4||'footnotesLicenseKeyExpired'==_0x16b4c4||'footnotesLicenseKeyDomainLimit'==_0x16b4c4||'footnotesLicenseKeyNotAllowed'==_0x16b4c4||'footnotesLicenseKeyEvaluationLimit'==_0x16b4c4||'footnotesLicenseKeyUsageLimit'==_0x16b4c4){delete _0x1bf073[_0xaf79e3],_0x375737=_0x16b4c4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'footnotesLicenseKeyInvalid'==_0x375737&&_0x1bf073['_showLicenseError']('invalid'),'footnotesLicenseKeyExpired'==_0x375737&&_0x1bf073['_showLicenseError']('expired'),'footnotesLicenseKeyDomainLimit'==_0x375737&&_0x1bf073['_showLicenseError']('domainLimit'),'footnotesLicenseKeyNotAllowed'==_0x375737&&_0x1bf073['_showLicenseError']('featureNotAllowed','Footnotes'),'footnotesLicenseKeyEvaluationLimit'==_0x375737&&_0x1bf073['_showLicenseError']('evaluationLimit'),'footnotesLicenseKeyUsageLimit'==_0x375737&&_0x1bf073['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function z(_0x7ece7b,_0x2eaa72){const _0x5ae773=_0x7ece7b['commands']['get']('insertFootnote');return _0x84e2d5=>{const {t:t}=_0x84e2d5,_0x3faedd=new _0x2eaa72(_0x84e2d5),_0x182cdf=_0x3faedd instanceof _0xd7f309;return _0x3faedd['bind']('isEnabled')['to'](_0x5ae773,'isEnabled'),_0x3faedd['set']({'label':t(_0x182cdf?'Footnote':'Insert\x20footnote'),'icon':_0xdcb04e,'tooltip':!0x0}),_0x3faedd['on']('execute',()=>{_0x5ae773['execute'](),_0x7ece7b['editing']['view']['focus']();}),_0x3faedd;};}class Footnotes extends _0x7dc67d{static get['pluginName'](){return'Footnotes';}static get['requires'](){return[FootnotesEditing,FootnotesClipboard,FootnotesUI];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}const X=['decimal','decimal-leading-zero','lower-latin','upper-latin','lower-roman','upper-roman'],J=Object['create']({'lower-alpha':'lower-latin','upper-alpha':'upper-latin'}),G=[...X,'arabic-indic','lower-alpha','upper-alpha'];class FootnotesStyleCommand extends _0x219033{['refresh'](){const {editor:_0x1051f6}=this,_0x13f9e8=_0x1051f6['plugins']['get'](FootnotesTracker)['getFootnotesDefinitionsObjectElement']();this['isEnabled']=!!_0x13f9e8,this['value']=_0x13f9e8?.['getAttribute']('footnotesListStyle')??null;}['execute']({value:_0x24c187}){const {editor:_0x28e6a8}=this,_0x5ef5ac=_0x28e6a8['plugins']['get'](FootnotesTracker),_0x1f330a=_0x5ef5ac['getFootnotesDefinitionsObjectElement']();_0x1f330a&&G['includes'](_0x24c187)&&_0x28e6a8['model']['change'](_0x5219ed=>{_0x5219ed['setAttribute']('footnotesListStyle',_0x24c187,_0x1f330a),_0x5ef5ac['_updateFootnotesCounters'](_0x5219ed);});}}class FootnotesStartCommand extends _0x219033{['refresh'](){const {editor:_0x100d23}=this,_0x1146f6=_0x100d23['plugins']['get'](FootnotesTracker)['getFootnotesDefinitionsObjectElement']();this['isEnabled']=!!_0x1146f6,this['value']=_0x1146f6?.['getAttribute']('footnotesListStart')??null;}['execute']({value:_0x586045}){const {editor:_0x39ad7e}=this,_0x9e77aa=_0x39ad7e['plugins']['get'](FootnotesTracker),_0x259a4d=_0x9e77aa['getFootnotesDefinitionsObjectElement']();_0x259a4d&&Number['isInteger'](_0x586045)&&_0x39ad7e['model']['change'](_0xc9565e=>{_0xc9565e['setAttribute']('footnotesListStart',_0x586045,_0x259a4d),_0x9e77aa['_updateFootnotesCounters'](_0xc9565e);});}}function Q(_0x24f4b9,_0x2fc98c){let _0x277311='',_0x42f776=_0x24f4b9;for(;_0x42f776>0x0;){const _0x3a721d=(_0x42f776-0x1)%0x1a;_0x277311=String['fromCharCode'](0x61+_0x3a721d)+_0x277311,_0x42f776=Math['floor']((_0x42f776-0x1)/0x1a);}return _0x2fc98c?_0x277311['toUpperCase']():_0x277311;}const W=[{'value':0x3e8,'numeral':'M'},{'value':0x384,'numeral':'CM'},{'value':0x1f4,'numeral':'D'},{'value':0x190,'numeral':'CD'},{'value':0x64,'numeral':'C'},{'value':0x5a,'numeral':'XC'},{'value':0x32,'numeral':'L'},{'value':0x28,'numeral':'XL'},{'value':0xa,'numeral':'X'},{'value':0x9,'numeral':'IX'},{'value':0x5,'numeral':'V'},{'value':0x4,'numeral':'IV'},{'value':0x1,'numeral':'I'}];function Y(_0x2c9918,_0x14666d){let _0x578350='',_0x8b311a=_0x2c9918;for(const {value:_0x48874d,numeral:_0x38ec72}of W)for(;_0x8b311a>=_0x48874d;)_0x578350+=_0x38ec72,_0x8b311a-=_0x48874d;return _0x14666d?_0x578350:_0x578350['toLowerCase']();}const Z=['٠','١','٢','٣','٤','٥','٦','٧','٨','٩'];class FootnotesPropertiesEditing extends _0x7dc67d{static get['pluginName'](){return'FootnotesPropertiesEditing';}static get['requires'](){return[FootnotesEditing,FootnotesTracker];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x4a7c22}=this;_0x4a7c22['config']['define']('footnotes.footnotesProperties.defaultListStyle','decimal'),_0x4a7c22['config']['define']('footnotes.footnotesProperties.defaultStartIndex',0x1),_0x4a7c22['config']['define']('footnotes.footnotesProperties.listStyles',[...X]),_0x4a7c22['commands']['add']('footnotesStyle',new FootnotesStyleCommand(_0x4a7c22)),_0x4a7c22['commands']['add']('footnotesStart',new FootnotesStartCommand(_0x4a7c22)),this['_defineSchema'](),this['_defineConverters'](),this['_defineFormatter'](),this['_definePostfixer']();}['_defineSchema'](){const {editor:_0x128a3e}=this,{schema:_0x1fb1ab}=_0x128a3e['model'];_0x1fb1ab['extend']('footnotesDefinitions',{'allowAttributes':['footnotesListStyle','footnotesListStart']});}['_defineConverters'](){const {editor:_0x44d196}=this,{conversion:_0xb731b2,model:_0x5b9f1b}=_0x44d196,{schema:_0x14d4a5}=_0x5b9f1b;_0xb731b2['for']('upcast')['add'](_0x100405=>{_0x100405['on']('element:ol',(_0x35850d,_0x23ef32,_0x1011f1)=>{const _0x28c3cd=_0x23ef32['viewItem'],_0x5ec700=_0x23ef32['modelCursor']?.['parent'];_0x28c3cd['hasClass']('footnotes-list')&&_0x5ec700?.['is']('element','footnotesDefinitions')&&(function(_0x49a640,_0x31160d,_0x3013ff,_0x429d6b){if(!_0x429d6b['checkAttribute'](_0x31160d,'footnotesListStart'))return;let _0x226eeb=0x1;const _0x4bce9e=_0x3013ff['consumable']['consume'](_0x49a640,{'attributes':'start'});if(_0x4bce9e){const _0x4c7fc6=Number['parseInt'](_0x49a640['getAttribute']('start'),0xa);Number['isNaN'](_0x4c7fc6)||(_0x226eeb=_0x4c7fc6);}!_0x4bce9e&&_0x31160d['hasAttribute']('footnotesListStart')||_0x3013ff['writer']['setAttribute']('footnotesListStart',_0x226eeb,_0x31160d);}(_0x28c3cd,_0x5ec700,_0x1011f1,_0x14d4a5),function(_0x429dc2,_0x3ca8d5,_0x13ace1,_0x2dd8f5){if(!_0x2dd8f5['checkAttribute'](_0x3ca8d5,'footnotesListStyle'))return;let _0x34949e='decimal',_0x2ecb03=!0x1;if(_0x13ace1['consumable']['consume'](_0x429dc2,{'attributes':'type'})){const _0x29461c={0x1:'decimal','a':'lower-latin','A':'upper-latin','i':'lower-roman','I':'upper-roman'}[_0x429dc2['getAttribute']('type')];_0x29461c&&(_0x34949e=_0x29461c),_0x2ecb03=!0x0;}if(_0x13ace1['consumable']['consume'](_0x429dc2,{'styles':'list-style-type'})){const _0x432539=tt(_0x429dc2['getStyle']('list-style-type'));_0x432539&&(_0x34949e=_0x432539),_0x2ecb03=!0x0;}!_0x2ecb03&&_0x3ca8d5['hasAttribute']('footnotesListStyle')||_0x13ace1['writer']['setAttribute']('footnotesListStyle',_0x34949e,_0x3ca8d5);}(_0x28c3cd,_0x5ec700,_0x1011f1,_0x14d4a5));});}),_0xb731b2['for']('downcast')['add'](_0x52db29=>{_0x52db29['on']('attribute:footnotesListStart:footnotesDefinitions',(_0x3cc352,_0x5289f3,_0x1efa05)=>{if(!_0x1efa05['consumable']['consume'](_0x5289f3['item'],_0x3cc352['name']))return;const _0x246e2b=et(_0x5289f3['item'],_0x1efa05['mapper']),{attributeNewValue:_0x1dcba8}=_0x5289f3;null==_0x1dcba8||0x1===_0x1dcba8?_0x1efa05['writer']['removeAttribute']('start',_0x246e2b):_0x1efa05['writer']['setAttribute']('start',String(_0x1dcba8),_0x246e2b);}),_0x52db29['on']('attribute:footnotesListStyle:footnotesDefinitions',(_0x338c8c,_0x26aaf3,_0x1b5946)=>{if(!_0x1b5946['consumable']['consume'](_0x26aaf3['item'],_0x338c8c['name']))return;const _0x4e5a50=et(_0x26aaf3['item'],_0x1b5946['mapper']),{attributeNewValue:_0x4711ea}=_0x26aaf3;_0x4711ea&&'decimal'!==_0x4711ea?_0x1b5946['writer']['setStyle']('list-style-type',_0x4711ea,_0x4e5a50):_0x1b5946['writer']['removeStyle']('list-style-type',_0x4e5a50);});});}['_definePostfixer'](){const {editor:_0x553142}=this,{model:_0x5166cb}=_0x553142,_0x35c5ed=_0x553142['plugins']['get'](FootnotesTracker),_0x4e1f7b=this['_getDefaultListStyle'](),_0x39a8ff=this['_getDefaultStartIndex']();_0x5166cb['document']['registerPostFixer'](_0x11aa0e=>{const _0x5e4225=_0x5166cb['document']['differ']['getChanges']();let _0x2c3bba=!0x1;for(const _0x3d5683 of _0x5e4225){if('insert'!==_0x3d5683['type']||'$text'===_0x3d5683['name'])continue;const _0x5dced6=_0x5166cb['createRangeOn'](_0x3d5683['position']['nodeAfter']);for(const _0x334a7f of _0x5dced6['getItems']())_0x334a7f['is']('element','footnotesDefinitions')&&(!_0x334a7f['hasAttribute']('footnotesListStart')&&_0x5166cb['schema']['checkAttribute'](_0x334a7f,'footnotesListStart')&&(_0x11aa0e['setAttribute']('footnotesListStart',_0x39a8ff,_0x334a7f),_0x2c3bba=!0x0),!_0x334a7f['hasAttribute']('footnotesListStyle')&&_0x5166cb['schema']['checkAttribute'](_0x334a7f,'footnotesListStyle')&&(_0x11aa0e['setAttribute']('footnotesListStyle',_0x4e1f7b,_0x334a7f),_0x2c3bba=!0x0));}return _0x2c3bba&&_0x35c5ed['_updateFootnotesCounters'](_0x11aa0e),_0x2c3bba;});}['_defineFormatter'](){const {editor:_0x27a9c8}=this;_0x27a9c8['plugins']['get'](FootnotesTracker)['setFootnoteFormatter'](_0x588099=>this['_formatFootnoteListValue'](_0x588099));}['_getDefaultListStyle'](){return this['editor']['config']['get']('footnotes.footnotesProperties.defaultListStyle');}['_getDefaultStartIndex'](){return this['editor']['config']['get']('footnotes.footnotesProperties.defaultStartIndex');}['_formatFootnoteListValue']({container:_0x307655,value:_0x185839,digits:_0x38c650}){const _0x493eed=_0x307655['getAttribute']('footnotesListStyle'),_0x56fca4=_0x307655['getAttribute']('footnotesListStart'),_0x1cbd49=Math['floor'](_0x185839)+(_0x56fca4??0x1)-0x1;switch(_0x493eed){case'decimal-leading-zero':return function(_0x3b1800,_0x1676c0){return String(_0x3b1800)['padStart'](_0x1676c0,'0');}(_0x1cbd49,Math['max'](0x2,_0x38c650));case'lower-alpha':case'lower-latin':return Q(_0x1cbd49,!0x1);case'upper-alpha':case'upper-latin':return Q(_0x1cbd49,!0x0);case'lower-roman':return Y(_0x1cbd49,!0x1);case'upper-roman':return Y(_0x1cbd49,!0x0);case'arabic-indic':return String(_0x1cbd49)['replace'](/\d/g,_0x2d1e5f=>Z[Number(_0x2d1e5f)]);default:return String(_0x1cbd49);}}}function tt(_0x2df923){if('string'==typeof _0x2df923){const _0x9dbfff=J[_0x2df923];if(_0x9dbfff)return _0x9dbfff;if(G['includes'](_0x2df923))return _0x2df923;}return null;}function et(_0x349920,_0x46f11c){const _0x597e0e=_0x46f11c['toViewElement'](_0x349920);return Array['from'](_0x597e0e['getChildren']())['find'](_0x45586c=>_0x45586c['is']('element','ol')&&_0x45586c['hasClass']('footnotes-list'));}class FootnotesDefinitionsPropertiesView extends _0x3e6727{['children'];['stylesView']=null;['additionalProperties']=null;['startIndexFieldView']=null;['focusTracker']=new _0x3cacdb();['keystrokes']=new _0x430fea();['focusables']=new _0x3f9609();['focusCycler'];constructor(_0x28aa62,{styleButtonViews:_0x4187bb,styleGridAriaLabel:_0x5b5d1f}){super(_0x28aa62),(this['focusCycler']=new _0xe2d6c({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['children']=this['createCollection'](),this['stylesView']=this['_appendStylesView'](_0x4187bb,_0x5b5d1f),[this['startIndexFieldView'],this['additionalProperties']]=this['_appendAdditionalPropertiesCollapsibleView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-footnotes-definitions-properties']},'children':this['children']}));}['render'](){if(super['render'](),this['stylesView']){this['focusables']['add'](this['stylesView']),this['focusTracker']['add'](this['stylesView']['element']);for(const _0x53133d of this['stylesView']['children'])this['stylesView']['focusTracker']['add'](_0x53133d['element']);_0x19e019({'keystrokeHandler':this['stylesView']['keystrokes'],'focusTracker':this['stylesView']['focusTracker'],'gridItems':this['stylesView']['children'],'numberOfColumns':()=>_0x31a001['window']['getComputedStyle'](this['stylesView']['element'])['getPropertyValue']('grid-template-columns')['split']('\x20')['length'],'uiLanguageDirection':this['locale']&&this['locale']['uiLanguageDirection']});}if(this['startIndexFieldView']){this['focusables']['add'](this['startIndexFieldView']),this['focusTracker']['add'](this['startIndexFieldView']['element']);const _0x563766=_0x234eb9=>_0x234eb9['stopPropagation']();this['keystrokes']['set']('arrowright',_0x563766),this['keystrokes']['set']('arrowleft',_0x563766),this['keystrokes']['set']('arrowup',_0x563766),this['keystrokes']['set']('arrowdown',_0x563766);}this['keystrokes']['listenTo'](this['element']);}['focus'](){this['focusCycler']['focusFirst']();}['focusLast'](){this['focusCycler']['focusLast']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy'](),this['keystrokes']['destroy']();}['_appendStylesView'](_0x34939d,_0x59f211){const _0x34dd19=new _0x3e6727(this['locale']);return _0x34dd19['children']=_0x34dd19['createCollection'](),_0x34dd19['children']['addMany'](_0x34939d),_0x34dd19['setTemplate']({'tag':'div','attributes':{'aria-label':_0x59f211,'class':['ck','ck-footnotes-definitions-styles-list']},'children':_0x34dd19['children']}),_0x34dd19['children']['delegate']('execute')['to'](this),_0x34dd19['focus']=function(){for(const _0x2bcf0d of this['children'])if(_0x2bcf0d instanceof _0x50b82b&&_0x2bcf0d['isOn'])return void _0x2bcf0d['focus']();this['children']['first']['focus']();},_0x34dd19['focusTracker']=new _0x3cacdb(),_0x34dd19['keystrokes']=new _0x430fea(),_0x34dd19['render'](),_0x34dd19['keystrokes']['listenTo'](_0x34dd19['element']),this['children']['add'](_0x34dd19),_0x34dd19;}['_appendAdditionalPropertiesCollapsibleView'](){const {t:t}=this['locale'],_0xdeb461=this['_createStartIndexPropertyView'](),_0x514fa1=[_0xdeb461],_0x59832e=new _0x20b1bd(this['locale'],_0x514fa1);return _0x59832e['set']({'label':t('Footnotes\x20properties'),'isCollapsed':!0x0}),_0x59832e['buttonView']['bind']('isEnabled')['toMany'](_0x514fa1,'isEnabled',(..._0x2191ee)=>_0x2191ee['some'](_0x4e0161=>_0x4e0161)),_0x59832e['buttonView']['on']('change:isEnabled',(_0x402424,_0x4ccb61,_0x28fb04)=>{_0x28fb04||(_0x59832e['isCollapsed']=!0x0);}),this['children']['add'](_0x59832e),[_0xdeb461,_0x59832e];}['_createStartIndexPropertyView'](){const {t:t}=this['locale'],_0x3220cd=new _0x41cc28(this['locale'],_0x5f4600);return _0x3220cd['set']({'label':t('Footnotes\x20start\x20at'),'class':'ck-footnotes-definitions-properties__start-index'}),_0x3220cd['fieldView']['set']({'min':0x0,'max':Math['pow'](0x2,0x1e),'step':0x1,'value':0x1,'inputMode':'numeric'}),_0x3220cd['fieldView']['on']('input',()=>{const _0xa49d61=_0x3220cd['fieldView']['element'],_0x36e993=_0xa49d61['valueAsNumber'];Number['isNaN'](_0x36e993)?_0x3220cd['errorText']=t('Invalid\x20footnotes\x20start\x20index\x20value.'):_0xa49d61['checkValidity']()?this['fire']('footnotesListStart',{'startIndex':_0x36e993}):_0x3220cd['errorText']=t(_0x36e993<0x0?'Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'Footnotes\x20start\x20index\x20is\x20too\x20large.');}),_0x3220cd;}}class FootnotesPropertiesUI extends _0x7dc67d{static get['pluginName'](){return'FootnotesPropertiesUI';}static get['requires'](){return[_0x24ceef,_0x34377d];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x2c16f8}=this,{componentFactory:_0xd46461}=_0x2c16f8['ui'];_0x2c16f8['config']['define']('footnotes.footnotesProperties.toolbar',['footnotesStyle']),_0xd46461['add']('footnotesStyle',function(_0x4022db){return _0x5e31a9=>{const {t:t}=_0x5e31a9,_0x508bac=_0x4022db['commands']['get']('footnotesStyle'),_0x409a6d=_0xb3cde4(_0x5e31a9),{buttonView:_0xdfed77}=_0x409a6d;return _0x409a6d['class']='ck-footnotes-styles-dropdown',_0x409a6d['bind']('isEnabled')['to'](_0x508bac,'isEnabled'),_0xdfed77['set']({'label':t('Footnotes\x20style'),'icon':_0xdcb04e,'tooltip':!0x0}),_0x409a6d['once']('change:isOpen',()=>{const _0x14670e=function({editor:_0x201535,dropdownView:_0x275d3c}){const {t:t}=_0x201535['locale'],_0x5e0258=t('Footnotes\x20definitions\x20styles'),_0x15ff28=function(_0x17f176){const {t:t}=_0x17f176['locale'],_0x22077=_0x17f176['config']['get']('footnotes.footnotesProperties.listStyles'),_0x2bca29=[{'style':'decimal','label':t('Toggle\x20the\x20decimal\x20footnotes\x20style'),'tooltip':t('Decimal\x20footnotes'),'icon':_0x1bdd68},{'style':'decimal-leading-zero','label':t('Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style'),'tooltip':t('Decimal\x20footnotes\x20with\x20leading\x20zero'),'icon':_0x2c3f07},{'style':'lower-roman','label':t('Toggle\x20the\x20lower-roman\x20footnotes\x20style'),'tooltip':t('Lower-roman\x20footnotes'),'icon':_0x2d54ab},{'style':'upper-roman','label':t('Toggle\x20the\x20upper-roman\x20footnotes\x20style'),'tooltip':t('Upper-roman\x20footnotes'),'icon':_0x5b3733},{'style':'lower-latin','label':t('Toggle\x20the\x20lower-latin\x20footnotes\x20style'),'tooltip':t('Lower-latin\x20footnotes'),'icon':_0x5b0388},{'style':'upper-latin','label':t('Toggle\x20the\x20upper-latin\x20footnotes\x20style'),'tooltip':t('Upper-latin\x20footnotes'),'icon':_0x25a74b},{'style':'arabic-indic','label':t('Toggle\x20the\x20arabic-indic\x20footnotes\x20style'),'tooltip':t('Arabic-indic\x20footnotes'),'icon':_0xa770a5}];return _0x22077['map'](_0x13431c=>{const _0x5c03b1=tt(_0x13431c),_0x4ad0d4=_0x2bca29['find'](_0x2a835d=>_0x2a835d['style']===_0x5c03b1);return function(_0x243e71,_0x5631c4){const {locale:_0x4ef827}=_0x243e71,{label:_0x41c7d4,icon:_0x16f17f,tooltip:_0x29f060,style:_0x55c81f}=_0x5631c4,_0x520841=_0x243e71['commands']['get']('footnotesStyle'),_0x479637=new _0x50b82b(_0x4ef827);return _0x479637['set']({'label':_0x41c7d4,'icon':_0x16f17f,'tooltip':_0x29f060}),_0x479637['bind']('isOn')['to'](_0x520841,'value',_0x47193b=>_0x47193b===_0x55c81f),_0x479637['bind']('isEnabled')['to'](_0x520841,'isEnabled'),_0x479637['on']('execute',()=>{_0x243e71['execute']('footnotesStyle',{'value':_0x55c81f}),_0x243e71['editing']['view']['focus']();}),_0x479637;}(_0x17f176,_0x4ad0d4);});}(_0x201535),_0x28488c=new FootnotesDefinitionsPropertiesView(_0x201535['locale'],{'styleGridAriaLabel':_0x5e0258,'styleButtonViews':_0x15ff28}),_0xea79ff=_0x201535['commands']['get']('footnotesStart');return _0x28488c['startIndexFieldView']['bind']('isEnabled')['to'](_0xea79ff),_0x28488c['startIndexFieldView']['fieldView']['bind']('value')['to'](_0xea79ff),_0x28488c['on']('footnotesListStart',(_0x54a5d8,_0x2a7459)=>{_0x201535['execute']('footnotesStart',{'value':_0x2a7459['startIndex']});}),_0x28488c['delegate']('execute')['to'](_0x275d3c),_0x28488c;}({'editor':_0x4022db,'dropdownView':_0x409a6d});_0x409a6d['panelView']['children']['add'](_0x14670e);}),_0x409a6d;};}(_0x2c16f8));}['afterInit'](){const {editor:_0x3f927a}=this,{t:t}=_0x3f927a['locale'],_0x104f20=_0x3f927a['plugins']['get'](_0x34377d),{defaultPositions:_0x102e85}=_0x7a7f5c;_0x104f20['register']('footnotesDefinitions',{'ariaLabel':t('Footnotes\x20definitions\x20toolbar'),'items':_0x3f927a['config']['get']('footnotes.footnotesProperties.toolbar'),'balloonClassName':'ck-footnotes-style-balloon\x20ck-toolbar-container','getRelatedElement':_0x3eac22=>{let _0x4d1403=_0x3eac22['getFirstPosition']()?.['parent'];return _0x4d1403?.['is']('$text')&&(_0x4d1403=_0x4d1403['parent']),_0x4d1403?.['is']('element')?_0x4d1403['findAncestor'](M):null;},'positions':[_0x102e85['southArrowNorth'],_0x102e85['southArrowNorthMiddleWest'],_0x102e85['southArrowNorthMiddleEast'],_0x102e85['southArrowNorthWest'],_0x102e85['southArrowNorthEast'],_0x102e85['northArrowSouth'],_0x102e85['northArrowSouthMiddleWest'],_0x102e85['northArrowSouthMiddleEast'],_0x102e85['northArrowSouthWest'],_0x102e85['northArrowSouthEast'],_0x102e85['viewportStickyNorth']]});}}class FootnotesProperties extends _0x7dc67d{static get['pluginName'](){return'FootnotesProperties';}static get['requires'](){return[FootnotesPropertiesEditing,FootnotesPropertiesUI];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{Footnotes,FootnotesClipboard,FootnotesEditing,FootnotesProperties,FootnotesPropertiesEditing,FootnotesPropertiesUI,FootnotesStartCommand,FootnotesStyleCommand,FootnotesTracker,FootnotesUI,InsertFootnoteCommand};
|
|
23
|
+
import{Plugin as _0x526a7e,Command as _0x2cbcbd}from'@ckeditor/ckeditor5-core/dist/index.js';import{toWidget as _0x498a6b,isWidget as _0x435e98,toWidgetEditable as _0x5bda0a,WidgetToolbarRepository as _0x421058}from'@ckeditor/ckeditor5-widget/dist/index.js';import{uid as _0x423ffd,logWarning as _0x55d5d4,FocusTracker as _0x453b8e,KeystrokeHandler as _0x9c7ab5,global as _0x5dc83d}from'@ckeditor/ckeditor5-utils/dist/index.js';import{PointerObserver as _0x3ed3f0,ClickObserver as _0x162f2a}from'@ckeditor/ckeditor5-engine/dist/index.js';import{ClipboardPipeline as _0x20d80f}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{MenuBarMenuListItemButtonView as _0x25bf4c,ButtonView as _0x2bfefc,View as _0x5bf7cf,ViewCollection as _0x363257,FocusCycler as _0x23a398,addKeyboardHandlingForGrid as _0x4b355f,CollapsibleView as _0x51f6af,LabeledFieldView as _0x261559,createLabeledInputNumber as _0x4c28eb,ContextualBalloon as _0x583496,BalloonPanelView as _0x163228,createDropdown as _0x2fafb9}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconFootnote as _0x3a86f8,IconListStyleDecimal as _0x7859c3,IconListStyleDecimalLeadingZero as _0x164751,IconListStyleLowerRoman as _0x29f753,IconListStyleUpperRoman as _0x310be6,IconListStyleLowerLatin as _0x268bae,IconListStyleUpperLatin as _0x12bba0,IconListStyleArabicIndic as _0x43eb02}from'@ckeditor/ckeditor5-icons/dist/index.js';class ModelElementTracker{['_model'];['_elementName'];['_getElementKey'];['_trackedElements']=new Map();constructor(_0x2b6131,_0x2e6684){this['_model']=_0x2b6131,this['_elementName']=_0x2e6684['elementName'],this['_getElementKey']=_0x2e6684['getElementKey'];}['reset'](){this['_trackedElements']['clear']();}['getChanges'](_0x12d5bc){const _0x2625cc=new Set(),_0x4e0e8d=new Map();for(const _0x11562f of _0x12d5bc){if('insert'===_0x11562f['type']&&'$text'!==_0x11562f['name']&&_0x11562f['position']['nodeAfter']){const _0x4bb569=this['_model']['createRangeOn'](_0x11562f['position']['nodeAfter']);for(const _0x3102e3 of _0x4bb569['getItems']()){if(!_0x3102e3['is']('element',this['_elementName']))continue;const _0x3f2937=this['_getElementKey'](_0x3102e3);_0x4e0e8d['has'](_0x3f2937)||_0x4e0e8d['set'](_0x3f2937,[]),_0x4e0e8d['get'](_0x3f2937)['push'](_0x3102e3);}}if('remove'===_0x11562f['type']&&_0x11562f['name']===this['_elementName']){const _0x1a010d=this['_getElementKey']({'getAttribute':_0x1d692f=>_0x11562f['attributes']['get'](_0x1d692f)});_0x2625cc['add'](_0x1a010d);}}for(const [_0x4103d1,_0x4b1941]of this['_trackedElements'])'$graveyard'===_0x4b1941['root']['rootName']&&_0x2625cc['add'](_0x4103d1);for(const _0x5f0706 of _0x2625cc)this['_trackedElements']['delete'](_0x5f0706);for(const [_0x2da48c,_0x32a66d]of _0x4e0e8d)this['_trackedElements']['set'](_0x2da48c,_0x32a66d[_0x32a66d['length']-0x1]);const _0x326780=new Set();for(const [_0x5ca84d,_0xaa63d]of _0x4e0e8d)_0x2625cc['has'](_0x5ca84d)&&(_0x326780['add'](_0xaa63d[0x0]),_0xaa63d['length']>0x1?_0x4e0e8d['set'](_0x5ca84d,_0xaa63d['slice'](0x1)):_0x4e0e8d['delete'](_0x5ca84d),_0x2625cc['delete'](_0x5ca84d));return{'removed':Array['from'](_0x2625cc),'inserted':Array['from'](_0x4e0e8d['values']())['flat'](),'moved':Array['from'](_0x326780)};}}class FootnotesTracker extends _0x526a7e{['_footnotes']=[];['_footnotesDefinitions']=null;['_footnoteFormatter']=null;['_footnoteDefsContainerTracker'];['_footnoteRefsTracker'];['_footnoteDefsTracker'];static get['pluginName'](){return'FootnotesTracker';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4f303d){super(_0x4f303d),this['_footnoteDefsContainerTracker']=new ModelElementTracker(this['editor']['model'],{'elementName':'footnotesDefinitions','getElementKey':()=>'singleton'}),this['_footnoteRefsTracker']=new ModelElementTracker(this['editor']['model'],{'elementName':'footnoteRef','getElementKey':_0x691f53=>_0x691f53['getAttribute']('footnoteId')}),this['_footnoteDefsTracker']=new ModelElementTracker(this['editor']['model'],{'elementName':'footnoteDefinition','getElementKey':_0x5c7789=>_0x5c7789['getAttribute']('footnoteId')});}['init'](){const {editor:_0x408e0e}=this,{model:_0x538234,data:_0x4b5093}=_0x408e0e;_0x538234['document']['registerPostFixer'](_0x27a7a2=>{const _0x537796=_0x538234['document']['differ']['getChanges']();let _0x38908e=!0x1;return this['_handleFootnotesDefinitionsObjectChanges'](_0x27a7a2,_0x537796)&&(_0x38908e=!0x0),this['_handleFootnoteDefinitionsChanges'](_0x27a7a2,_0x537796)&&(_0x38908e=!0x0),this['_handleFootnoteReferencesChanges'](_0x27a7a2,_0x537796)&&(_0x38908e=!0x0),this['_ensureFootnotesReferencesHaveProperOrder'](_0x27a7a2)&&(_0x38908e=!0x0),this['_handleFootnotesDefinitionsObjectSync'](_0x27a7a2)&&(_0x38908e=!0x0),this['_sortFootnoteDefinitions'](_0x27a7a2)&&(_0x38908e=!0x0),_0x38908e;}),this['listenTo'](_0x538234['document'],'change:data',()=>{_0x538234['enqueueChange']({'isUndoable':!0x1},_0x20ccbc=>{this['_ensureFootnotesDefinitionsContainerExists'](_0x20ccbc);});},{'priority':'low'}),this['listenTo'](_0x4b5093,'set',()=>{this['_footnotes']=[],this['_footnoteDefsContainerTracker']['reset'](),this['_footnoteRefsTracker']['reset'](),this['_footnoteDefsTracker']['reset']();},{'priority':'high'});}['getFootnotesDefinitionsObjectElement'](){return this['_footnotesDefinitions'];}['getFootnote'](_0x277ea7){return this['_footnotes']['find'](_0x2eb96d=>_0x2eb96d['id']===_0x277ea7)||null;}['getFootnotes'](){return Array['from'](this['_footnotes']);}['getFootnotesFormatter'](){return this['_footnoteFormatter'];}['setFootnoteFormatter'](_0x21ef21){this['_footnoteFormatter']=_0x21ef21;}['_updateFootnotesCounters'](_0x1e7275,_0x3d5eed=0x0){let _0x331467=!0x1;for(let _0x1733bd=_0x3d5eed;_0x1733bd<this['_footnotes']['length'];_0x1733bd++)this['_updateFootnoteRefCounter'](_0x1e7275,_0x1733bd)&&(_0x331467=!0x0);return _0x331467;}['_insertEmptyFootnotesDefinitionsContainer'](_0x392fed,_0x159fb6){const _0xaf4999=_0x392fed['createElement']('footnotesDefinitions',{});return _0x392fed['append'](_0xaf4999,_0x159fb6),this['_footnotesDefinitions']=_0xaf4999,_0xaf4999;}['_ensureFootnotesDefinitionsContainerExists'](_0x958aa5){if(!this['_footnotes']['length']||this['_footnotesDefinitions'])return;const _0x41559a=this['_footnotes'][0x0]['reference']['root'],_0x3abc3b=this['_insertEmptyFootnotesDefinitionsContainer'](_0x958aa5,_0x41559a);for(const _0xed5409 of this['_footnotes'])_0xed5409['definition']['parent']||_0x958aa5['insert'](_0xed5409['definition'],_0x3abc3b,'end');this['_updateFootnotesCounters'](_0x958aa5);}['_handleFootnotesDefinitionsObjectChanges'](_0xf1c053,_0x56f098){let _0x7d65b=!0x1;const {inserted:_0x1e4f05,removed:_0xd2226c,moved:_0x3f93bc}=this['_footnoteDefsContainerTracker']['getChanges'](_0x56f098);if(_0x3f93bc['length']&&(this['_footnotesDefinitions']=_0x3f93bc[0x0]),_0x1e4f05['length']){if(_0x1e4f05['length']>0x1||this['_footnotesDefinitions']&&_0x1e4f05['some'](_0x3e3e57=>_0x3e3e57!==this['_footnotesDefinitions'])){const _0x2d3278=_0xf1c053['createElement']('footnotesDefinitions',{}),_0xf6931=[];this['_footnotesDefinitions']&&_0xf6931['push'](this['_footnotesDefinitions']),_0xf6931['push'](..._0x1e4f05),_0xf1c053['insert'](_0x2d3278,_0xf6931[0x0],'before');for(const _0xa0730f of _0xf6931)_0xf1c053['move'](_0xf1c053['createRangeIn'](_0xa0730f),_0xf1c053['createPositionAt'](_0x2d3278,'end')),_0xf1c053['remove'](_0xa0730f);this['_footnotesDefinitions']=_0x2d3278,this['_updateFootnotesCounters'](_0xf1c053),_0x7d65b=!0x0;}else this['_footnotesDefinitions']=_0x1e4f05[0x0];}if(_0xd2226c['length']&&'$graveyard'===this['_footnotesDefinitions']?.['root']['rootName']){for(const _0x5b264b of this['_footnotes'])_0xf1c053['remove'](_0x5b264b['reference']),_0x7d65b=!0x0;this['_footnotes']=[],this['_footnotesDefinitions']=null;}return _0x7d65b;}['_handleFootnoteDefinitionsChanges'](_0x552a43,_0x154a92){let _0x25c7c8=!0x1;const _0x1b6fd7=this['editor']['config']['get']('footnotes.multiBlock'),{inserted:_0x28ddc7,moved:_0x29a4a3}=this['_footnoteDefsTracker']['getChanges'](_0x154a92);for(const _0x44b292 of[..._0x29a4a3,..._0x28ddc7]){const _0x22d2a3=_0x44b292['getAttribute']('footnoteId'),_0x575474=this['getFootnote'](_0x22d2a3);_0x575474&&(_0x575474['definition']=_0x44b292),N(_0x552a43,_0x1b6fd7,_0x44b292)&&(_0x25c7c8=!0x0);}return _0x25c7c8;}['_handleFootnoteReferencesChanges'](_0x40c262,_0x141e2d){let _0x49368a=!0x1;const {removed:_0x4c962c,inserted:_0x462494,moved:_0x23300}=this['_footnoteRefsTracker']['getChanges'](_0x141e2d);for(const _0x322290 of _0x4c962c)this['_handleRemoveFootnoteReferenceById'](_0x40c262,_0x322290)&&(_0x49368a=!0x0);for(const _0xcf37e4 of _0x462494)this['_handleInsertedFootnoteReference'](_0x40c262,_0xcf37e4)&&(_0x49368a=!0x0);for(const _0x21287c of _0x23300)this['_handleMovedFootnoteReference'](_0x40c262,_0x21287c)&&(_0x49368a=!0x0);return _0x49368a;}['_handleFootnotesDefinitionsObjectSync'](_0x29868a){if(!this['_footnotesDefinitions'])return!0x1;let _0x186176=!0x1;if(this['_footnotesDefinitions']['childCount']!==this['_footnotes']['length']){const _0x2394b8=[];for(const _0xbea3d5 of this['_footnotesDefinitions']['getChildren']()){const _0x564d58=_0xbea3d5['getAttribute']('footnoteId');this['getFootnote'](_0x564d58)||(_0x2394b8['unshift'](_0xbea3d5),_0x186176=!0x0);}for(const _0xadcf24 of _0x2394b8)_0x29868a['remove'](_0xadcf24);}const _0x5aa7ff=new Set(),_0xcac6f1=[];for(const _0x3cd3fe of this['_footnotesDefinitions']['getChildren']()){const _0x4b9057=_0x3cd3fe['getAttribute']('footnoteId');_0x5aa7ff['has'](_0x4b9057)?(_0xcac6f1['unshift'](_0x3cd3fe),_0x186176=!0x0):_0x5aa7ff['add'](_0x4b9057);}for(const _0x14548a of _0xcac6f1)_0x29868a['remove'](_0x14548a);return this['_footnotesDefinitions']['childCount']||(_0x29868a['remove'](this['_footnotesDefinitions']),this['_footnotesDefinitions']=null,_0x186176=!0x0),_0x186176;}['_handleInsertedFootnoteReference'](_0x5b14ba,_0x5b0b8c){if(this['_footnotes']['find'](_0x188c3a=>_0x188c3a['reference']===_0x5b0b8c))return!0x1;let _0x3be128=!0x1;const _0x21144a=_0x5b0b8c['getAttribute']('footnoteId'),_0x24eee2=this['_footnotes']['findIndex'](_0x4793b2=>_0x4793b2['id']===_0x21144a);-0x1!==_0x24eee2&&(_0x5b14ba['remove'](this['_footnotes'][_0x24eee2]['reference']),this['_footnotes']['splice'](_0x24eee2,0x1),_0x3be128=!0x0);let _0x10ed68=this['_footnotesDefinitions']?function(_0x4787f8,_0x1911f3){for(const _0x2d126b of _0x4787f8['getChildren']())if(_0x2d126b['getAttribute']('footnoteId')===_0x1911f3)return _0x2d126b;return null;}(this['_footnotesDefinitions'],_0x21144a):null;_0x10ed68||(_0x10ed68=_0x5b14ba['createElement']('footnoteDefinition',{'footnoteId':_0x21144a}),this['_footnotesDefinitions']&&(_0x5b14ba['insert'](_0x10ed68,this['_footnotesDefinitions'],'end'),_0x3be128=!0x0));const _0x1f2df9={'id':_0x21144a,'reference':_0x5b0b8c,'definition':_0x10ed68},_0x39652f=R(this['editor']['model'],this['_footnotes'],_0x5b0b8c);this['_footnotes']['splice'](_0x39652f,0x0,_0x1f2df9);let _0x48d429=_0x39652f;return-0x1!==_0x24eee2&&(_0x48d429=Math['min'](_0x39652f,_0x24eee2)),this['_updateFootnotesCounters'](_0x5b14ba,_0x48d429)&&(_0x3be128=!0x0),_0x3be128;}['_handleRemoveFootnoteReferenceById'](_0x419bda,_0x1b4535){const _0x2c05b1=this['_footnotes']['findIndex'](_0x5a0199=>_0x5a0199['id']===_0x1b4535);if(-0x1===_0x2c05b1)return!0x1;let _0x113194=!0x1;const _0x1158af=this['_footnotes'][_0x2c05b1];return'$graveyard'!==_0x1158af['definition']['root']['rootName']&&(_0x419bda['remove'](_0x1158af['definition']),_0x113194=!0x0),this['_footnotes']['splice'](_0x2c05b1,0x1),this['_updateFootnotesCounters'](_0x419bda,_0x2c05b1)&&(_0x113194=!0x0),_0x113194;}['_handleMovedFootnoteReference'](_0x174541,_0x473caf){const _0x3569fa=_0x473caf['getAttribute']('footnoteId'),_0x4dd315=this['_footnotes']['findIndex'](_0x182a2f=>_0x182a2f['id']===_0x3569fa),_0xfbd5d5=this['_footnotes'][_0x4dd315];let _0x1f39bf=!0x1;_0xfbd5d5['reference']=_0x473caf,this['_footnotes']['splice'](_0x4dd315,0x1);const _0x4afb01=R(this['editor']['model'],this['_footnotes'],_0x473caf);return this['_footnotes']['splice'](_0x4afb01,0x0,_0xfbd5d5),this['_updateFootnotesCounters'](_0x174541,Math['min'](_0x4dd315,_0x4afb01))&&(_0x1f39bf=!0x0),_0x1f39bf;}['_updateFootnoteRefCounter'](_0xd60410,_0x52c923){if(!this['_footnotesDefinitions'])return!0x1;const _0x5ef1fc=this['_footnotes'][_0x52c923];let _0x6bb07b;return _0x6bb07b=this['_footnoteFormatter']?this['_footnoteFormatter']({'footnote':_0x5ef1fc,'container':this['_footnotesDefinitions'],'digits':String(this['_footnotes']['length'])['length'],'value':_0x52c923+0x1}):String(_0x52c923+0x1),_0x5ef1fc['reference']['getAttribute']('footnoteCounter')!=_0x6bb07b&&(_0xd60410['setAttribute']('footnoteCounter',_0x6bb07b,_0x5ef1fc['reference']),!0x0);}['_sortFootnoteDefinitions'](_0x26c838){if(!this['_footnotesDefinitions']||this['_footnotes']['length']<0x2)return!0x1;if(function(_0x38802d,_0x1783b6){if(_0x38802d['length']!==_0x1783b6['length'])return!0x1;for(let _0x274676=0x0;_0x274676<_0x38802d['length'];_0x274676++)if(_0x38802d[_0x274676]!==_0x1783b6[_0x274676])return!0x1;return!0x0;}(this['_footnotes']['map'](_0x27cb63=>_0x27cb63['id']),Array['from'](this['_footnotesDefinitions']['getChildren']())['map'](_0x27b150=>_0x27b150['getAttribute']('footnoteId'))))return!0x1;let _0x5647ee=!0x1;for(let _0x2118d2=0x0;_0x2118d2<this['_footnotes']['length'];_0x2118d2++){const _0x4fb339=this['_footnotes'][_0x2118d2],_0x116fc8=_0x26c838['createPositionBefore'](_0x4fb339['definition']),_0x1dbd62=_0x26c838['createPositionAt'](this['_footnotesDefinitions'],_0x2118d2);_0x116fc8['isEqual'](_0x1dbd62)||(_0x26c838['move'](_0x26c838['createRangeOn'](_0x4fb339['definition']),_0x1dbd62),_0x5647ee=!0x0);}return _0x5647ee;}['_ensureFootnotesReferencesHaveProperOrder'](_0x59f945){if(!this['_footnotes']['length'])return!0x1;const {model:_0x3635c8}=this['editor'];let _0x239fcc=!0x1;for(let _0x3d72e3=0x0;_0x3d72e3<this['_footnotes']['length']-0x1;_0x3d72e3++){const _0x2349b6=this['_footnotes'][_0x3d72e3],_0x2c8d88=this['_footnotes'][_0x3d72e3+0x1],_0x35fb76=_0x3635c8['createPositionBefore'](_0x2349b6['reference']),_0x3b96ab=_0x3635c8['createPositionBefore'](_0x2c8d88['reference']);'after'===_0x35fb76['compareWith'](_0x3b96ab)&&(this['_handleMovedFootnoteReference'](_0x59f945,_0x2349b6['reference']),_0x3d72e3=-0x1,_0x239fcc=!0x0);}return _0x239fcc;}}function N(_0x3c1f57,_0x2c4c83,_0x1a152f){if(_0x1a152f['childCount'])return!0x1;const _0x53ca9a=_0x2c4c83?'paragraph':'footnoteInlineContent';return _0x3c1f57['insert'](_0x3c1f57['createElement'](_0x53ca9a),_0x1a152f),!0x0;}function R(_0x40949a,_0x40b5e7,_0x12a91f){if(0x0===_0x40b5e7['length'])return 0x0;const _0x504611=_0x40949a['createPositionBefore'](_0x12a91f);for(let _0x49f010=0x0;_0x49f010<_0x40b5e7['length'];_0x49f010++){const _0x4e323f=_0x40b5e7[_0x49f010],_0xa8c56c=_0x40949a['createPositionBefore'](_0x4e323f['reference']);if('before'===_0x504611['compareWith'](_0xa8c56c))return _0x49f010;}const _0x4c9dfa=_0x12a91f['root'];let _0xbea53a=-0x1;for(let _0x286544=_0x40b5e7['length']-0x1;_0x286544>=0x0;_0x286544--)if(_0x40b5e7[_0x286544]['reference']['root']===_0x4c9dfa){_0xbea53a=_0x286544;break;}if(-0x1!==_0xbea53a)return _0xbea53a+0x1;const _0x10334c=_0x40949a['document']['getRootNames'](),_0x5ea99b=_0x10334c['indexOf'](_0x4c9dfa['rootName']),_0x51f523=_0x10334c[_0x5ea99b+0x1];if(_0x51f523){for(let _0x30ed92=0x0;_0x30ed92<_0x40b5e7['length'];_0x30ed92++)if(_0x40b5e7[_0x30ed92]['reference']['root']['rootName']===_0x51f523)return _0x30ed92;}return _0x40b5e7['length'];}class InsertFootnoteCommand extends _0x2cbcbd{['refresh'](){const _0x18331f=this['editor']['model']['document']['selection'],_0x5c9eaf=this['_getPositionToInsertFootnote'](_0x18331f);this['isEnabled']=!!_0x5c9eaf;}['execute'](_0x1d5364){const {editor:_0x5780c5}=this,{model:_0x321194}=_0x5780c5,{selection:_0x5b0ffb}=_0x321194['document'],_0x2355e7=this['_getPositionToInsertFootnote'](_0x5b0ffb);if(!_0x2355e7)return;const _0x2254da=_0x5780c5['plugins']['get']('FootnotesEditing'),_0x36aeed=_0x1d5364?.['footnoteId']??_0x423ffd();!function(_0x5b6359){return'string'==typeof _0x5b6359&&_0x5b6359['length']>0x0&&!/\s/['test'](_0x5b6359)&&!/^\d/['test'](_0x5b6359);}(_0x36aeed)?_0x55d5d4('insert-footnote-command-executed-with-invalid-id'):(_0x321194['change'](_0x2d1081=>{const _0x163ba6=_0x2d1081['createElement']('footnoteRef',{'footnoteId':_0x36aeed});_0x321194['insertObject'](_0x163ba6,_0x2355e7,null);}),_0x2254da['_moveSelectionToFootnoteDefinition'](_0x36aeed));}['_getPositionToInsertFootnote'](_0x1d0dc4){const {model:_0x225eb9}=this['editor'],{schema:_0x25742b}=_0x225eb9,_0x2b9d59=_0x1d0dc4['getFirstRange']();for(const _0xef4583 of _0x2b9d59['getItems']())if(_0x25742b['isBlock'](_0xef4583)||_0x25742b['isObject'](_0xef4583))return null;const _0xe1b9fb=_0x2b9d59['end'];return _0x25742b['checkChild'](_0xe1b9fb,'footnoteRef')?_0xe1b9fb:null;}}class FootnotesEditing extends _0x526a7e{static get['pluginName'](){return'FootnotesEditing';}static get['requires'](){return[FootnotesTracker];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x268645}=this;_0x268645['config']['define']('footnotes.multiBlock',!0x0),_0x268645['commands']['add']('insertFootnote',new InsertFootnoteCommand(_0x268645)),this['_defineSchema'](),this['_defineRefsConverters'](),this['_defineDefinitionsConverters'](),this['_defineDefinitionConverters'](),this['_defineBogusParagraphConverters'](),this['_defineKeyboardHandlers'](),this['_defineClickHandlers']();}['afterInit'](){!async function(_0x14a92a){const _0x34a0a5=_0x32ac9b([0x75,0x6e,0x53,0x62,0x47,0x70,0x6d,0x69,0x6a,0x41,0x77,0x79,0x72,0x4f,0x7a,0x64,0x5a,0x68,0x43,0x71,0x54,0x33,0x59,0x4c,0x46,0x56,0x74,0x4a,0x6c,0x6b,0x44,0x61,0x67,0x31,0x57,0x4d,0x4e,0x78,0x52,0x34,0x48,0x36,0x37,0x49,0x42,0x35,0x51,0x6f,0x58,0x30,0x32,0x38,0x39,0x63,0x55,0x73,0x76,0x50,0x45,0x65,0x66,0x4b]),_0x47d76c=0x47a28506,_0x10c2f7=0x47a50f6e^_0x47d76c,_0xdb3b9b=window[_0x32ac9b([0x44,0x61,0x74,0x65])][_0x32ac9b([0x6e,0x6f,0x77])](),_0x127aa7=_0x14a92a[_0x32ac9b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5362ee=new window[(_0x32ac9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17c797=>{_0x127aa7[_0x32ac9b([0x6f,0x6e,0x63,0x65])](_0x32ac9b([0x72,0x65,0x61,0x64,0x79]),_0x17c797);}),_0xbdc571={[_0x32ac9b([0x6b,0x74,0x79])]:_0x32ac9b([0x45,0x43]),[_0x32ac9b([0x75,0x73,0x65])]:_0x32ac9b([0x73,0x69,0x67]),[_0x32ac9b([0x63,0x72,0x76])]:_0x32ac9b([0x50,0x2d,0x32,0x35,0x36]),[_0x32ac9b([0x78])]:_0x32ac9b([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x32ac9b([0x79])]:_0x32ac9b([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x32ac9b([0x61,0x6c,0x67])]:_0x32ac9b([0x45,0x53,0x32,0x35,0x36])},_0x462be8=_0x127aa7[_0x32ac9b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x32ac9b([0x67,0x65,0x74])](_0x32ac9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5c6722(){let _0x14c30e,_0x6fed98=null,_0x3b9aec=null;try{if(_0x462be8==_0x32ac9b([0x47,0x50,0x4c]))return _0x32ac9b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x14c30e=_0xcd6a35(),!_0x14c30e)return _0x32ac9b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x14c30e[_0x32ac9b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3b9aec=_0x3f5e68(_0x14c30e[_0x32ac9b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x14c30e[_0x32ac9b([0x6a,0x74,0x69])])),await _0x473468()?_0x18da01()?_0x526fb8()?_0x32ac9b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x155a05()?(_0x14c30e[_0x32ac9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x32ac9b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x6fed98=_0x4a0d0e(_0x32ac9b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3d8d42()):_0x32ac9b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x32ac9b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x32ac9b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x32ac9b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x526fb8(){const _0x45ec4f=[_0x32ac9b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x32ac9b([0x74,0x72,0x69,0x61,0x6c])][_0x32ac9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14c30e[_0x32ac9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xdb3b9b/0x3e8:0xe10*_0x10c2f7;return _0x14c30e[_0x32ac9b([0x65,0x78,0x70])]<_0x45ec4f;}function _0x18da01(){const _0x24671f=_0x14c30e[_0x32ac9b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x24671f&&(!!_0x24671f[_0x32ac9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32ac9b([0x2a]))||!!_0x24671f[_0x32ac9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32ac9b([0x46,0x4f,0x4f])));}function _0x155a05(){const _0x14e604=_0x14c30e[_0x32ac9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x14e604||0x0==_0x14e604[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x33aed3}=new URL(window[_0x32ac9b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x14e604[_0x32ac9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33aed3))return!0x0;const _0x550b0d=_0x33aed3[_0x32ac9b([0x73,0x70,0x6c,0x69,0x74])](_0x32ac9b([0x2e]));return _0x14e604[_0x32ac9b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x49e0a4=>_0x49e0a4[_0x32ac9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x32ac9b([0x2a])))[_0x32ac9b([0x6d,0x61,0x70])](_0x28c735=>_0x28c735[_0x32ac9b([0x73,0x70,0x6c,0x69,0x74])](_0x32ac9b([0x2e])))[_0x32ac9b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x449358=>_0x449358[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x550b0d[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x32ac9b([0x6d,0x61,0x70])](_0x57f950=>Array(_0x550b0d[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x57f950[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x32ac9b([0x66,0x69,0x6c,0x6c])](_0x57f950[0x0]===_0x32ac9b([0x2a])?_0x32ac9b([0x2a]):'')[_0x32ac9b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x57f950))[_0x32ac9b([0x73,0x6f,0x6d,0x65])](_0xd9cd26=>_0x550b0d[_0x32ac9b([0x65,0x76,0x65,0x72,0x79])]((_0xf3b359,_0x263207)=>_0xd9cd26[_0x263207]===_0xf3b359||_0xd9cd26[_0x263207]===_0x32ac9b([0x2a])));}function _0x3d8d42(){return _0x6fed98&&_0x3b9aec?new window[(_0x32ac9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x42fdee,_0x5036b7)=>{_0x6fed98[_0x32ac9b([0x74,0x68,0x65,0x6e])](_0x42fdee,_0x5036b7),_0x3b9aec[_0x32ac9b([0x74,0x68,0x65,0x6e])](_0x182421=>{_0x182421!=_0x32ac9b([0x56,0x61,0x6c,0x69,0x64])&&_0x42fdee(_0x182421);},_0x5036b7);}):_0x6fed98||_0x3b9aec||_0x32ac9b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3f5e68(_0x173088,_0x2fbd57){return new window[(_0x32ac9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b0f25=>{if(_0x14e6d3())return _0x2b0f25(_0x32ac9b([0x56,0x61,0x6c,0x69,0x64]));_0x31ff97(),_0x127aa7[_0x32ac9b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x32ac9b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1d2071=!0x1;const _0xb45cbf=_0x423ffd();function _0x507150(_0x281034){return!!_0x281034&&(typeof _0x281034===_0x32ac9b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x281034===_0x32ac9b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x281034[_0x32ac9b([0x74,0x68,0x65,0x6e])]===_0x32ac9b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x281034[_0x32ac9b([0x63,0x61,0x74,0x63,0x68])]===_0x32ac9b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x8e1ab5(_0x3ce4c0){_0x852210(_0x3ce4c0)[_0x32ac9b([0x74,0x68,0x65,0x6e])](_0x1fb65f=>{if(!_0x1fb65f||_0x1fb65f[_0x32ac9b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x32ac9b([0x6f,0x6b]))return _0x32ac9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x446152(_0x338ae2(_0xb45cbf+_0x2fbd57))!=_0x1fb65f[_0x32ac9b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x32ac9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x32ac9b([0x56,0x61,0x6c,0x69,0x64]);})[_0x32ac9b([0x74,0x68,0x65,0x6e])](_0x480191=>(_0x178115(),_0x480191),()=>{const _0x479182=_0x2379a3();return null==_0x479182?(_0x178115(),_0x32ac9b([0x56,0x61,0x6c,0x69,0x64])):_0x32ac9b(_0xdb3b9b-_0x479182>(0x63ae0106^_0x47d76c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x32ac9b([0x74,0x68,0x65,0x6e])](_0x2b0f25)[_0x32ac9b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2b0f25(_0x32ac9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x92b74a=0x47946b86^_0x47d76c;function _0x178115(){const _0x1631b3=_0x32ac9b([0x6c,0x6c,0x63,0x74,0x2d])+_0x446152(_0x338ae2(_0x173088)),_0x1c0dc6=_0xcddf47(_0x446152(window[_0x32ac9b([0x4d,0x61,0x74,0x68])][_0x32ac9b([0x63,0x65,0x69,0x6c])](_0xdb3b9b/_0x92b74a)));window[_0x32ac9b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32ac9b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1631b3,_0x1c0dc6);}function _0x2379a3(){const _0x2b87b3=_0x32ac9b([0x6c,0x6c,0x63,0x74,0x2d])+_0x446152(_0x338ae2(_0x173088)),_0xee43c4=window[_0x32ac9b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x32ac9b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2b87b3);return _0xee43c4?window[_0x32ac9b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xcddf47(_0xee43c4),0x10)*_0x92b74a:null;}function _0x852210(_0x20c68d){return new window[(_0x32ac9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x27d339,_0x2d54bf)=>{_0x20c68d[_0x32ac9b([0x74,0x68,0x65,0x6e])](_0x27d339,_0x2d54bf),window[_0x32ac9b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2d54bf,0x47a351c6^_0x47d76c);});}}_0x127aa7[_0x32ac9b([0x6f,0x6e])](_0x32ac9b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xcf913a,_0x1845c3)=>{if(_0x1845c3[0x0]!=_0x173088)return _0x2b0f25(_0x32ac9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1845c3[0x1]={..._0x1845c3[0x1],[_0x32ac9b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xb45cbf};},{[_0x32ac9b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32ac9b([0x68,0x69,0x67,0x68])}),_0x127aa7[_0x32ac9b([0x6f,0x6e])](_0x32ac9b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2a41d1=>{_0x507150(_0x2a41d1[_0x32ac9b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1d2071=!0x0,_0x8e1ab5(_0x2a41d1[_0x32ac9b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x32ac9b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x32ac9b([0x6c,0x6f,0x77])}),_0x5362ee[_0x32ac9b([0x74,0x68,0x65,0x6e])](()=>{_0x1d2071||_0x2b0f25(_0x32ac9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x14e6d3(){return _0x127aa7[_0x32ac9b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32ac9b([0x76,0x69,0x65,0x77])][_0x32ac9b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x32ac9b([0x61,0x75,0x74,0x6f]);}function _0x31ff97(){_0x127aa7[_0x32ac9b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x32ac9b([0x76,0x69,0x65,0x77])][_0x32ac9b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x32ac9b([0x61,0x75,0x74,0x6f]);}}function _0x4a0d0e(_0x30648a){const _0x32846d=[new window[(_0x32ac9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b75ab=>setTimeout(_0x3b75ab,0x47abbbca^_0x47d76c)),_0x5362ee[_0x32ac9b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x32ac9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3cb6e3=>{let _0x2c3410=0x0;_0x127aa7[_0x32ac9b([0x6d,0x6f,0x64,0x65,0x6c])][_0x32ac9b([0x6f,0x6e])](_0x32ac9b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1576af,_0x3f0cdf)=>{_0x3f0cdf[0x0][_0x32ac9b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2c3410++,_0x2c3410==(0x47a280ee^_0x47d76c)&&(_0x3cb6e3(),_0x1576af[_0x32ac9b([0x6f,0x66,0x66])]());});}))];return window[_0x32ac9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x32ac9b([0x72,0x61,0x63,0x65])](_0x32846d)[_0x32ac9b([0x74,0x68,0x65,0x6e])](()=>_0x30648a);}async function _0x30ec5d(){await _0x5362ee,_0x127aa7[_0x32ac9b([0x6d,0x6f,0x64,0x65,0x6c])][_0x32ac9b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5472e8,_0x127aa7[_0x32ac9b([0x6d,0x6f,0x64,0x65,0x6c])][_0x32ac9b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5472e8,_0x127aa7[_0x32ac9b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x32ac9b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5796db(_0x1d9510){const _0x47d97b=_0x3375fd();_0x127aa7[_0x47d97b]=_0x32ac9b([0x66,0x6f,0x6f,0x74,0x6e,0x6f,0x74,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1d9510,_0x1d9510!=_0x32ac9b([0x56,0x61,0x6c,0x69,0x64])&&_0x30ec5d();}function _0x3375fd(){const _0x121e23=window[_0x32ac9b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x32ac9b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x32ac9b([0x6e,0x6f,0x77])]())[_0x32ac9b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x32ac9b([0x2e]),'');let _0x5dc3e4=_0x32ac9b([0x75]);for(let _0x1ff60e=0x0;_0x1ff60e<_0x121e23[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ff60e+=0x2){let _0x22cf10=window[_0x32ac9b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x121e23[_0x32ac9b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1ff60e,_0x1ff60e+0x2));_0x22cf10>=_0x34a0a5[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x22cf10-=_0x34a0a5[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5dc3e4+=_0x34a0a5[_0x22cf10];}return _0x5dc3e4;}function _0xcd6a35(){const _0x2bf225=_0x462be8[_0x32ac9b([0x73,0x70,0x6c,0x69,0x74])](_0x32ac9b([0x2e]));if(0x3!=_0x2bf225[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xee84dc(_0x2bf225[0x1]);function _0xee84dc(_0x2a7f25){const _0x5de55c=_0x462cd7(_0x2a7f25);return _0x5de55c&&_0x3c2844()?_0x5de55c:null;function _0x3c2844(){const _0x2f6f5d=_0x5de55c[_0x32ac9b([0x6a,0x74,0x69])],_0x13665a=window[_0x32ac9b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2f6f5d[_0x32ac9b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f6f5d[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x7a6d2c={..._0x5de55c,[_0x32ac9b([0x6a,0x74,0x69])]:_0x2f6f5d[_0x32ac9b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2f6f5d[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x7a6d2c[_0x32ac9b([0x76,0x63])],_0x338ae2(_0x7a6d2c)==_0x13665a;}}}async function _0x473468(){let _0x2be47d=!0x0;try{const _0x438eef=_0x462be8[_0x32ac9b([0x73,0x70,0x6c,0x69,0x74])](_0x32ac9b([0x2e])),[_0x3b3675,_0x2be87f,_0x5224c5]=_0x438eef;return _0x9c9627(_0x3b3675),await _0x4c4bc4(_0x3b3675,_0x2be87f,_0x5224c5),_0x2be47d;}catch{return!0x1;}function _0x9c9627(_0x57689d){const _0x5ad5ac=_0x462cd7(_0x57689d);_0x5ad5ac&&_0x5ad5ac[_0x32ac9b([0x61,0x6c,0x67])]==_0x32ac9b([0x45,0x53,0x32,0x35,0x36])||(_0x2be47d=!0x1);}async function _0x4c4bc4(_0x46e79c,_0x294d43,_0x44f821){const _0xafd9bd=window[_0x32ac9b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x32ac9b([0x66,0x72,0x6f,0x6d])](_0x3770b2(_0x44f821),_0x49372e=>_0x49372e[_0x32ac9b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2dfda9=new window[(_0x32ac9b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x32ac9b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46e79c+_0x32ac9b([0x2e])+_0x294d43),_0x4c4304=window[_0x32ac9b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x32ac9b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4c4304)return;const _0x3e2af4=await _0x4c4304[_0x32ac9b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x32ac9b([0x6a,0x77,0x6b]),_0xbdc571,{[_0x32ac9b([0x6e,0x61,0x6d,0x65])]:_0x32ac9b([0x45,0x43,0x44,0x53,0x41]),[_0x32ac9b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x32ac9b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x32ac9b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4c4304[_0x32ac9b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x32ac9b([0x6e,0x61,0x6d,0x65])]:_0x32ac9b([0x45,0x43,0x44,0x53,0x41]),[_0x32ac9b([0x68,0x61,0x73,0x68])]:{[_0x32ac9b([0x6e,0x61,0x6d,0x65])]:_0x32ac9b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3e2af4,_0xafd9bd,_0x2dfda9)||(_0x2be47d=!0x1);}}function _0x462cd7(_0x5b3058){return _0x5b3058[_0x32ac9b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x32ac9b([0x65,0x79]))?JSON[_0x32ac9b([0x70,0x61,0x72,0x73,0x65])](_0x3770b2(_0x5b3058)):null;}function _0x3770b2(_0x35e448){return window[_0x32ac9b([0x61,0x74,0x6f,0x62])](_0x35e448[_0x32ac9b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x32ac9b([0x2b]))[_0x32ac9b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x32ac9b([0x2f])));}function _0x338ae2(_0x159835){let _0x29ff6a=0x1505;function _0x710b1a(_0x2f5b25){for(let _0x5d69b3=0x0;_0x5d69b3<_0x2f5b25[_0x32ac9b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d69b3++){const _0x4d4777=_0x2f5b25[_0x32ac9b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d69b3);_0x29ff6a=(_0x29ff6a<<0x5)+_0x29ff6a+_0x4d4777,_0x29ff6a&=_0x29ff6a;}}function _0x4dac73(_0x2643e3){Array[_0x32ac9b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2643e3)?_0x2643e3[_0x32ac9b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4dac73):_0x2643e3&&typeof _0x2643e3==_0x32ac9b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x32ac9b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2643e3)[_0x32ac9b([0x73,0x6f,0x72,0x74])]()[_0x32ac9b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x50f3a6,_0x4e03e2])=>{_0x710b1a(_0x50f3a6),_0x4dac73(_0x4e03e2);}):_0x710b1a(window[_0x32ac9b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2643e3));}return _0x4dac73(_0x159835),_0x29ff6a>>>0x0;}function _0x446152(_0x42fbf1){return _0x42fbf1[_0x32ac9b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x32ac9b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x32ac9b([0x30]));}function _0xcddf47(_0x14ec8d){return _0x14ec8d[_0x32ac9b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x32ac9b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x32ac9b([0x6a,0x6f,0x69,0x6e])]('');}function _0x5472e8(){}function _0x32ac9b(_0x46f8ae){return _0x46f8ae['map'](_0x42b9d5=>String['fromCharCode'](_0x42b9d5))['join']('');}_0x5796db(await _0x5c6722());}(this);}['_moveSelectionToFootnoteDefinition'](_0x49e1b5){const {plugins:_0x51a136,editing:_0x440921,model:_0x3c5dec}=this['editor'],_0x6cbfea=_0x51a136['get'](FootnotesTracker)['getFootnote'](_0x49e1b5);return!!_0x6cbfea&&(_0x3c5dec['change'](_0x599e87=>{_0x599e87['setSelection'](_0x599e87['createPositionAt'](_0x6cbfea['definition'],'end'));}),_0x440921['view']['scrollToTheSelection'](),!0x0);}['_moveSelectionToFootnoteReference'](_0x5a8761){const {plugins:_0x492903,editing:_0x8fd85,model:_0x323ba8}=this['editor'],_0x516f29=_0x492903['get'](FootnotesTracker)['getFootnote'](_0x5a8761);return!!_0x516f29&&(_0x323ba8['change'](_0x229840=>{_0x229840['setSelection'](_0x516f29['reference'],'on');}),_0x8fd85['view']['scrollToTheSelection'](),!0x0);}['_defineSchema'](){const {schema:_0x3ef2fb}=this['editor']['model'],_0x4b167b=this['editor']['config']['get']('footnotes.multiBlock');_0x3ef2fb['register']('footnoteRef',{'inheritAllFrom':'$inlineObject','allowAttributes':['footnoteId','footnoteCounter']}),_0x3ef2fb['register']('footnotesDefinitions',{'inheritAllFrom':'$blockObject','allowChildren':['footnoteDefinition']}),_0x3ef2fb['register']('footnoteDefinition',{'allowAttributes':['footnoteId'],'disallowAttributes':['listItemId'],'isLimit':!0x0}),_0x4b167b?_0x3ef2fb['extend']('footnoteDefinition',{'allowContentOf':'$container'}):_0x3ef2fb['register']('footnoteInlineContent',{'allowIn':'footnoteDefinition','allowContentOf':'$block','isLimit':!0x0}),_0x3ef2fb['addChildCheck'](_0x289022=>{for(const _0x2cbd63 of _0x289022)if('footnoteDefinition'===_0x2cbd63['name'])return!0x1;},'footnoteRef');}['_defineRefsConverters'](){const {editor:_0xfcfab}=this,{conversion:_0x592a30,editing:_0x268b16}=_0xfcfab,{t:t}=_0xfcfab['locale'];_0x592a30['for']('upcast')['elementToElement']({'view':{'name':'sup','classes':'footnote'},'model':(_0x46f21e,{writer:_0x7edccd,consumable:_0x4eeba9})=>{const _0x42ab73=_0x46f21e['getChild'](0x0);if(!_0x42ab73||!_0x42ab73['is']('element','a'))return null;const _0x4c834b=_0x42ab73['getAttribute']('href')||'';if(!_0x4c834b['startsWith']('#'))return null;const _0x340841=_0x4c834b['replace'](/^#/,'');if(!_0x340841)return null;_0x4eeba9['consume'](_0x42ab73,{'name':!0x0,'attributes':['href']});for(const {item:_0x16e8f4}of _0x268b16['view']['createRangeIn'](_0x42ab73))_0x16e8f4['is']('$textProxy')?_0x4eeba9['consume'](_0x16e8f4['textNode'],{'name':!0x0}):_0x16e8f4['is']('element')&&_0x4eeba9['consume'](_0x16e8f4,{'name':!0x0});return _0x7edccd['createElement']('footnoteRef',{'footnoteId':_0x340841});}}),_0x592a30['for']('dataDowncast')['elementToElement']({'model':{'name':'footnoteRef','attributes':['footnoteId','footnoteCounter']},'view':(_0x438890,{writer:_0x549daa})=>U(_0x438890,_0x549daa)}),_0x592a30['for']('editingDowncast')['elementToElement']({'model':{'name':'footnoteRef','attributes':['footnoteId','footnoteCounter']},'view':(_0x17b4f8,{writer:_0x59b92f})=>{const _0xb2cc14=_0x17b4f8['getAttribute']('footnoteCounter');return _0x498a6b(U(_0x17b4f8,_0x59b92f),_0x59b92f,{'label':t('Footnote\x20%0.\x20Press\x20ENTER\x20to\x20jump\x20to\x20footnote\x20definition.',_0xb2cc14)});}});}['_defineDefinitionsConverters'](){const {editor:_0x9c5b4a}=this,{t:t}=_0x9c5b4a['locale'],{conversion:_0x3731bc}=_0x9c5b4a;_0x3731bc['for']('upcast')['elementToElement']({'view':{'name':'div','classes':'footnotes'},'model':'footnotesDefinitions'}),_0x3731bc['for']('upcast')['add'](_0x183d48=>{_0x183d48['on']('element:ol',(_0x2d1b12,_0x347cb6,_0x2830e8)=>{const _0x4c89b2=_0x347cb6['viewItem'];if(!_0x4c89b2['hasClass']('footnotes-list')||!_0x347cb6['modelCursor']['parent']?.['is']('element','footnotesDefinitions'))return;if(!_0x2830e8['consumable']['consume'](_0x4c89b2,{'name':!0x0,'classes':'footnotes-list'}))return;const {modelRange:_0xcfcb7a,modelCursor:_0x18ec8b}=_0x2830e8['convertChildren'](_0x347cb6['viewItem'],_0x347cb6['modelCursor']);_0x347cb6['modelRange']=_0xcfcb7a,_0x347cb6['modelCursor']=_0x18ec8b;}),_0x183d48['on']('element:hr',(_0x398462,_0x3a33c5,_0x1d43fb)=>{const _0x14e17c=_0x3a33c5['viewItem'];_0x14e17c['hasClass']('footnotes-divider')&&_0x3a33c5['modelCursor']['parent']?.['is']('element','footnotesDefinitions')&&_0x1d43fb['consumable']['consume'](_0x14e17c,{'name':!0x0,'classes':'footnotes-divider'});});}),_0x3731bc['for']('dataDowncast')['elementToStructure']({'model':'footnotesDefinitions','view':(_0x247aa3,{writer:_0x876d8d})=>$(_0x876d8d)}),_0x3731bc['for']('editingDowncast')['elementToStructure']({'model':'footnotesDefinitions','view':(_0x3d2e8d,{writer:_0x30171d})=>{const _0x42f3a8=$(_0x30171d,{'data-footnotes-list-label':t('Footnotes')}),_0x34bd0d=_0x498a6b(_0x42f3a8,_0x30171d,{'hasSelectionHandle':!0x0,'label':t('Footnotes')});return _0x30171d['setCustomProperty']('footnotesDefinitions',!0x0,_0x34bd0d),_0x34bd0d;}});}['_defineDefinitionConverters'](){const {editor:_0x574537}=this,{conversion:_0x1048e9,locale:_0x22a44f}=_0x574537,_0x410f77=_0x574537['config']['get']('footnotes.multiBlock');_0x1048e9['for']('upcast')['add'](_0x58d1a5=>{_0x58d1a5['on']('element:li',(_0x4bfd2a,_0x20e3de,_0x217638)=>{const _0x322a7c=_0x20e3de['viewItem'];if(!_0x322a7c['hasClass']('footnote-definition')||!_0x322a7c['getAttribute']('id'))return;const _0xa57693=_0x322a7c['parent'];if(!_0xa57693['is']('element','ol')||!_0xa57693['hasClass']('footnotes-list'))return;if(!_0x217638['consumable']['test'](_0x322a7c,{'name':!0x0,'attributes':'id','classes':'footnote-definition'}))return;const _0x3f52bb=_0x217638['writer']['createElement']('footnoteDefinition',{'footnoteId':_0x322a7c['getAttribute']('id')});if(!_0x217638['safeInsert'](_0x3f52bb,_0x20e3de['modelCursor']))return;_0x217638['consumable']['consume'](_0x322a7c,{'name':!0x0,'attributes':'id','classes':'footnote-definition'});const _0x1ce642=Array['from'](_0x322a7c['getChildren']())['find'](_0x2442e6=>_0x2442e6['is']('element')&&_0x2442e6['hasClass']('footnote-content'));for(const _0x58658d of _0x322a7c['getChildren']())_0x58658d['is']('element')&&(_0x217638['consumable']['consume'](_0x58658d,{'name':!0x0,'classes':'footnote-backlink','attributes':'href'}),_0x217638['consumable']['consume'](_0x58658d,{'name':!0x0,'classes':'footnote-content'}));if(_0x1ce642){if(_0x410f77)_0x217638['convertChildren'](_0x1ce642,_0x3f52bb);else{const _0x4c29ed=_0x217638['writer']['createElement']('footnoteInlineContent');_0x217638['writer']['insert'](_0x4c29ed,_0x3f52bb),_0x217638['convertChildren'](_0x1ce642,_0x4c29ed);}}_0x217638['updateConversionResult'](_0x3f52bb,_0x20e3de);});}),_0x1048e9['for']('dataDowncast')['elementToStructure']({'model':{'name':'footnoteDefinition','attributes':['footnoteId']},'view':(_0x252482,{writer:_0x21e443})=>B(_0x252482,_0x21e443,_0x22a44f,{'dataPipeline':!0x0})}),_0x1048e9['for']('editingDowncast')['elementToStructure']({'model':{'name':'footnoteDefinition','attributes':['footnoteId']},'view':(_0x11de38,{writer:_0x1cf37f})=>B(_0x11de38,_0x1cf37f,_0x22a44f)});}['_defineBogusParagraphConverters'](){const {editor:_0x8e494e}=this,{conversion:_0x134dfe}=_0x8e494e;_0x8e494e['config']['get']('footnotes.multiBlock')?(_0x134dfe['for']('editingDowncast')['elementToElement']({'model':'paragraph','view':K(),'converterPriority':'high'}),_0x134dfe['for']('dataDowncast')['elementToElement']({'model':'paragraph','view':K({'dataPipeline':!0x0}),'converterPriority':'high'}),this['listenTo'](_0x8e494e['model']['document'],'change:data',()=>{!function(_0x22778b,_0x420f2c){const _0x6b0295=_0x22778b['document']['differ'],_0x34e8ea=new Set();for(const _0x564962 of _0x6b0295['getChanges']()){const _0x36505a='attribute'==_0x564962['type']?_0x564962['range']['start']['parent']:_0x564962['position']['parent'];_0x36505a['is']('element','footnoteDefinition')&&_0x34e8ea['add'](_0x36505a);}for(const _0x3e5fbf of _0x34e8ea['values']()){const _0xfc4721=Array['from'](_0x3e5fbf['getChildren']())['filter'](_0x21e683=>V(_0x21e683,_0x420f2c['mapper']));for(const _0x45ee23 of _0xfc4721)_0x420f2c['reconvertItem'](_0x45ee23);}}(_0x8e494e['model'],_0x8e494e['editing']);})):(_0x134dfe['for']('editingDowncast')['elementToElement']({'model':'footnoteInlineContent','view':K()}),_0x134dfe['for']('dataDowncast')['elementToElement']({'model':'footnoteInlineContent','view':(_0x3e0a99,{writer:_0xb396c6})=>{const _0x3d3d74=_0xb396c6['createContainerElement']('span');return _0xb396c6['setCustomProperty']('dataPipeline:transparentRendering',!0x0,_0x3d3d74),_0x3d3d74;}}));}['_defineKeyboardHandlers'](){const {editor:_0x58ab5e}=this,{editing:_0x4f4ad3,t:t}=_0x58ab5e,_0x47b88f=_0x58ab5e['model']['document']['selection'];_0x58ab5e['keystrokes']['set']('Ctrl+Alt+F','insertFootnote'),_0x58ab5e['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':t('Insert\x20footnote'),'keystroke':'Ctrl+Alt+F'}]}),this['listenTo'](_0x4f4ad3['view']['document'],'enter',(_0x358360,_0x3236d4)=>{const _0xd161dc=function(_0x3eaa7e){const _0x17944b=_0x3eaa7e['getSelectedElement']();if(_0x17944b?.['is']('element','footnoteRef'))return _0x17944b;return null;}(_0x47b88f);if(_0xd161dc){const _0x5287fc=_0xd161dc['getAttribute']('footnoteId');this['_moveSelectionToFootnoteDefinition'](_0x5287fc),_0x3236d4['preventDefault'](),_0x358360['stop']();}},{'context':_0x435e98});}['_defineClickHandlers'](){const {editor:_0x203aa2}=this,{editing:_0x1fb031}=_0x203aa2;_0x203aa2['editing']['view']['addObserver'](_0x3ed3f0),_0x203aa2['editing']['view']['addObserver'](_0x162f2a);let _0x1f8426=!0x1;this['listenTo'](_0x1fb031['view']['document'],'pointerdown',(_0x4f5916,_0x1e27b5)=>{const {target:_0x2e6ff7}=_0x1e27b5,_0x228c34=_0x1fb031['view']['document']['selection'];_0x1f8426=!!(_0x2e6ff7?.['is']('element','a')&&_0x2e6ff7['parent']?.['is']('element','sup')&&_0x2e6ff7['parent']['hasClass']('footnote'))&&_0x228c34['getSelectedElement']()===_0x2e6ff7['parent'];},{'priority':'high'}),this['listenTo'](_0x1fb031['view']['document'],'click',(_0x279699,_0x27d0b5)=>{const {target:_0x36d37a}=_0x27d0b5;if(!_0x36d37a?.['is']('element','a'))return;if(_0x36d37a['parent']?.['is']('element','sup')&&_0x36d37a['parent']['hasClass']('footnote')&&!_0x1f8426)return void _0x27d0b5['preventDefault']();let _0x572d8c=_0x36d37a['getAttribute']('href');if(!_0x572d8c?.['startsWith']('#'))return;_0x572d8c=_0x572d8c['slice'](0x1);let _0x3a757d=!0x1;(_0x572d8c['startsWith']('ref-')&&this['_moveSelectionToFootnoteReference'](_0x572d8c['slice'](0x4))||this['_moveSelectionToFootnoteDefinition'](_0x572d8c))&&(_0x3a757d=!0x0),_0x3a757d&&(_0x27d0b5['preventDefault'](),_0x279699['stop']());},{'priority':'high','context':'$capture'});}}function K({dataPipeline:_0x32ea36}={}){return(_0x580b42,{writer:_0x596d17})=>{if(!j(_0x580b42))return null;if(!_0x32ea36)return _0x596d17['createContainerElement']('span',{'class':'ck-footnote-bogus-paragraph'});const _0x335e20=_0x596d17['createContainerElement']('p');return _0x596d17['setCustomProperty']('dataPipeline:transparentRendering',!0x0,_0x335e20),_0x335e20;};}function j(_0x8da357){const {parent:_0x53f810}=_0x8da357;if(!_0x53f810?.['is']('element','footnoteDefinition'))return!0x1;if(0x1!=_0x53f810['childCount'])return!0x1;for(const _0x2e5994 of _0x8da357['getAttributeKeys']())if(!_0x2e5994['startsWith']('selection:')&&'htmlEmptyBlock'!=_0x2e5994)return!0x1;return!0x0;}function V(_0x3f31d5,_0x49e907){if(!_0x3f31d5['is']('element','paragraph'))return!0x1;const _0x2f2ff0=_0x49e907['toViewElement'](_0x3f31d5);return!!_0x2f2ff0&&j(_0x3f31d5)!==_0x2f2ff0['is']('element','span');}function M(_0x767afa){return _0x435e98(_0x767afa)&&_0x767afa['is']('containerElement')&&!!_0x767afa['getCustomProperty']('footnotesDefinitions');}function $(_0x8323dd,_0x162b45={}){const _0x3552b4=_0x8323dd['createEmptyElement']('hr',{'class':'footnotes-divider'}),_0x4bdffa=_0x8323dd['createContainerElement']('ol',{'class':'footnotes-list'},_0x8323dd['createSlot']());return _0x8323dd['createContainerElement']('div',{'class':'footnotes',..._0x162b45},[_0x3552b4,_0x4bdffa]);}function U(_0xe48565,_0x3eb138){const _0x39e26a=_0xe48565['getAttribute']('footnoteId'),_0x35b3e5=_0xe48565['getAttribute']('footnoteCounter'),_0x847c87=_0x3eb138['createUIElement']('a',{'href':'#'+_0x39e26a},function(_0x547eb5){const _0x267f3e=this['toDomElement'](_0x547eb5);return _0x267f3e['textContent']=_0x35b3e5,_0x267f3e;}),_0x5be8c4=_0x3eb138['createContainerElement']('sup',{'id':'ref-'+_0x39e26a,'class':'footnote'},[_0x847c87]);return _0x5be8c4['getFillerOffset']=()=>null,_0x5be8c4;}function B(_0x4b3b41,_0x3e2e80,_0x8eb72a,{dataPipeline:_0x2a12ed}={}){const {t:t}=_0x8eb72a,_0x35557d=_0x4b3b41['getAttribute']('footnoteId'),_0x308aaa=_0x3e2e80['createUIElement']('a',{'class':'footnote-backlink','href':'#ref-'+_0x35557d},function(_0x2011e7){const _0x30d80f=this['toDomElement'](_0x2011e7);return _0x30d80f['innerText']='^',_0x30d80f;}),_0x2359c3=_0x2a12ed?_0x3e2e80['createContainerElement']('div',{'class':'footnote-content'}):_0x5bda0a(_0x3e2e80['createEditableElement']('div',{'class':'footnote-content'}),_0x3e2e80,{'label':t('Footnote\x20content.')});return _0x3e2e80['insert'](_0x3e2e80['createPositionAt'](_0x2359c3,0x0),_0x3e2e80['createSlot']()),_0x3e2e80['createContainerElement']('li',{'class':'footnote-definition','id':_0x35557d},[_0x308aaa,_0x2359c3]);}class FootnotesClipboard extends _0x526a7e{static get['pluginName'](){return'FootnotesClipboard';}static get['requires'](){return[FootnotesEditing,_0x20d80f];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['_defineClipboardIntegration']();}['_defineClipboardIntegration'](){this['_handleCopyFootnotesDefinitions'](),this['_handlePasteFootnotesDefinitions']();}['_handleCopyFootnotesDefinitions'](){const {editor:_0x313e39}=this,{plugins:_0x3cdbab,model:_0x1a4bf1}=_0x313e39,_0x6c9ee7=_0x3cdbab['get'](_0x20d80f),_0x566ca2=_0x3cdbab['get'](FootnotesTracker);this['listenTo'](_0x6c9ee7,'outputTransformation',(_0x21a6da,_0x28e113)=>{const _0x609100=H(_0x1a4bf1['createRangeIn'](_0x28e113['content']));if(!_0x609100['length'])return;const _0x971319=_0x566ca2['getFootnotes'](),_0x242f1a=_0x609100['reduce']((_0x568207,_0xb4bafe)=>{const _0x531d5c=_0x971319['find'](_0x2e5256=>_0x2e5256['id']===_0xb4bafe);if(_0x531d5c){const _0x5131d7=_0x313e39['data']['toView'](_0x531d5c['definition'],{'isClipboardPipeline':!0x0}),_0x491c67=_0x313e39['data']['htmlProcessor']['toData'](_0x5131d7);_0x568207[_0x531d5c['id']]=_0x491c67;}return _0x568207;},Object['create'](null));_0x28e113['dataTransfer']['setData']('application/ckeditor5-footnotes',JSON['stringify'](_0x242f1a));});}['_handlePasteFootnotesDefinitions'](){const {editor:_0x25d2e4}=this,{model:_0x445563,plugins:_0x1fd3a7}=_0x25d2e4,{view:_0xb576cc}=_0x25d2e4['editing'],_0x392fa8=_0x1fd3a7['get'](_0x20d80f),_0x3e43da=_0x1fd3a7['get'](FootnotesTracker),_0x19911a=_0x25d2e4['config']['get']('footnotes.multiBlock');let _0x5cc3af=null;this['listenTo'](_0xb576cc['document'],'clipboardInput',(_0x25f029,_0x539b7e)=>{const _0x507a5e=_0x539b7e['dataTransfer']['getData']('application/ckeditor5-footnotes');_0x5cc3af=_0x507a5e?JSON['parse'](_0x507a5e):null;}),this['listenTo'](_0x392fa8,'contentInsertion',(_0x29819b,_0x13caf6)=>{const _0x1b710b=_0x13caf6['sourceEditorId']===this['editor']['id'];_0x1b710b&&'drop'===_0x13caf6['method']||_0x445563['change'](_0x4a73b8=>{let _0x4422dd=_0x3e43da['getFootnotesDefinitionsObjectElement']();const _0x272145=!!_0x4422dd&&Array['from'](_0x445563['document']['selection']['getSelectedBlocks']())['includes'](_0x4422dd);if(!_0x5cc3af&&function(_0x4fd718){for(const {item:_0x4b9c0b}of _0x4fd718)if(_0x4b9c0b['is']('element','footnoteRef'))return!0x0;return!0x1;}(_0x445563['createRangeIn'](_0x13caf6['content']))&&(_0x5cc3af=function(_0x384a6e,_0x3f0645){const _0x4d8d4b=q(_0x384a6e,_0x3f0645);if(!_0x4d8d4b)return null;const _0x42ab10=Object['create'](null);for(const _0x1052fc of _0x4d8d4b['getChildren']())_0x1052fc['is']('element','footnoteDefinition')&&_0x1052fc['hasAttribute']('footnoteId')&&(_0x42ab10[_0x1052fc['getAttribute']('footnoteId')]=_0x384a6e['cloneElement'](_0x1052fc,!0x0));return Object['keys'](_0x42ab10)['length']?_0x42ab10:null;}(_0x4a73b8,_0x13caf6['content'])),(_0x4422dd&&!_0x272145||!_0x4422dd&&!_0x5cc3af)&&function(_0x2a003e,_0x171676){const _0x1ebd63=[];for(const {item:_0x4876a6}of _0x2a003e['createRangeIn'](_0x171676))_0x4876a6['is']('element','footnotesDefinitions')&&_0x1ebd63['push'](_0x4876a6);for(const _0x33a559 of _0x1ebd63)_0x2a003e['remove'](_0x33a559);}(_0x4a73b8,_0x13caf6['content']),!_0x5cc3af)return;const {selection:_0x362413}=_0x445563['document'],_0x329138=_0x362413['getFirstRange']()['root'];_0x4422dd&&!_0x272145||(_0x4422dd=q(_0x4a73b8,_0x13caf6['content']),_0x4422dd||=_0x3e43da['_insertEmptyFootnotesDefinitionsContainer'](_0x4a73b8,_0x329138));const _0xb683ae=Array['from'](_0x362413['getRanges']())['flatMap'](H),_0x1eee56=function(_0x1b6bd3,_0x438585,_0xe2c980){const _0x4fb4e1=Object['create'](null);for(const {item:_0x20abb5}of _0x1b6bd3['createRangeIn'](_0x438585))if(_0x20abb5['is']('element','footnoteRef')){const _0x2557d9=_0x20abb5['getAttribute']('footnoteId');if(!_0xe2c980(_0x2557d9))continue;_0x4fb4e1[_0x2557d9]||(_0x4fb4e1[_0x2557d9]=_0x423ffd()),_0x1b6bd3['setAttribute']('footnoteId',_0x4fb4e1[_0x2557d9],_0x20abb5);}return _0x4fb4e1;}(_0x4a73b8,_0x13caf6['content'],_0x2f75ed=>{if(!_0x1b710b)return!0x0;return!!_0x3e43da['getFootnote'](_0x2f75ed)&&!_0xb683ae['includes'](_0x2f75ed);});for(const [_0x475b2c,_0x572ffd]of Object['entries'](_0x5cc3af)){const _0xc819de=_0x1eee56[_0x475b2c]||_0x475b2c;let _0x2d9e1a;if('string'!=typeof _0x572ffd)_0x2d9e1a=_0x572ffd,_0xc819de!==_0x475b2c&&_0x4a73b8['setAttribute']('footnoteId',_0xc819de,_0x2d9e1a);else{_0x2d9e1a=_0x4a73b8['createElement']('footnoteDefinition',{'footnoteId':_0xc819de});const _0x2c4038=_0x25d2e4['data']['htmlProcessor']['toView'](_0x572ffd);let _0x3b95fe;if(_0x19911a)_0x3b95fe=_0x25d2e4['data']['toModel'](_0x2c4038,_0x2d9e1a);else{_0x3b95fe=_0x4a73b8['createElement']('footnoteInlineContent');const _0x2fab1d=_0x25d2e4['data']['toModel'](_0x2c4038,_0x3b95fe);_0x4a73b8['insert'](_0x2fab1d,_0x3b95fe);}_0x4a73b8['append'](_0x3b95fe,_0x2d9e1a);}_0x4a73b8['insert'](_0x2d9e1a,_0x4422dd,'end');}_0x5cc3af=null;});});}}function q(_0x10f8ee,_0x392616){for(const {item:_0x280127}of _0x10f8ee['createRangeIn'](_0x392616))if(_0x280127['is']('element','footnotesDefinitions'))return _0x280127;return null;}function H(_0x4fd3f6){const _0x33f3a2=new Set();for(const {item:_0x45e8ea}of _0x4fd3f6)_0x45e8ea['is']('element','footnoteRef')&&_0x33f3a2['add'](_0x45e8ea['getAttribute']('footnoteId'));return Array['from'](_0x33f3a2);}class FootnotesUI extends _0x526a7e{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'FootnotesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x46e7cb}=this,{componentFactory:_0x2502fe}=_0x46e7cb['ui'];_0x2502fe['add']('insertFootnote',z(_0x46e7cb,_0x2bfefc)),_0x2502fe['add']('menuBar:insertFootnote',z(_0x46e7cb,_0x25bf4c)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5a498e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1092d9;for(const _0x25ceef in _0x5a498e){const _0x57ff22=_0x25ceef,_0x4fddb3=_0x5a498e[_0x57ff22];if('footnotesLicenseKeyValid'==_0x4fddb3||'footnotesLicenseKeyInvalid'==_0x4fddb3||'footnotesLicenseKeyExpired'==_0x4fddb3||'footnotesLicenseKeyDomainLimit'==_0x4fddb3||'footnotesLicenseKeyNotAllowed'==_0x4fddb3||'footnotesLicenseKeyEvaluationLimit'==_0x4fddb3||'footnotesLicenseKeyUsageLimit'==_0x4fddb3){delete _0x5a498e[_0x57ff22],_0x1092d9=_0x4fddb3,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'footnotesLicenseKeyInvalid'==_0x1092d9&&_0x5a498e['_showLicenseError']('invalid'),'footnotesLicenseKeyExpired'==_0x1092d9&&_0x5a498e['_showLicenseError']('expired'),'footnotesLicenseKeyDomainLimit'==_0x1092d9&&_0x5a498e['_showLicenseError']('domainLimit'),'footnotesLicenseKeyNotAllowed'==_0x1092d9&&_0x5a498e['_showLicenseError']('featureNotAllowed','Footnotes'),'footnotesLicenseKeyEvaluationLimit'==_0x1092d9&&_0x5a498e['_showLicenseError']('evaluationLimit'),'footnotesLicenseKeyUsageLimit'==_0x1092d9&&_0x5a498e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function z(_0x417592,_0x2f2a82){const _0x1041ff=_0x417592['commands']['get']('insertFootnote');return _0x4543c9=>{const {t:t}=_0x4543c9,_0x231c66=new _0x2f2a82(_0x4543c9),_0x32122e=_0x231c66 instanceof _0x25bf4c;return _0x231c66['bind']('isEnabled')['to'](_0x1041ff,'isEnabled'),_0x231c66['set']({'label':t(_0x32122e?'Footnote':'Insert\x20footnote'),'icon':_0x3a86f8,'tooltip':!0x0}),_0x231c66['on']('execute',()=>{_0x1041ff['execute'](),_0x417592['editing']['view']['focus']();}),_0x231c66;};}class Footnotes extends _0x526a7e{static get['pluginName'](){return'Footnotes';}static get['requires'](){return[FootnotesEditing,FootnotesClipboard,FootnotesUI];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}const X=['decimal','decimal-leading-zero','lower-latin','upper-latin','lower-roman','upper-roman'],J=Object['create']({'lower-alpha':'lower-latin','upper-alpha':'upper-latin'}),G=[...X,'arabic-indic','lower-alpha','upper-alpha'];class FootnotesStyleCommand extends _0x2cbcbd{['refresh'](){const {editor:_0x445308}=this,_0x82dbe5=_0x445308['plugins']['get'](FootnotesTracker)['getFootnotesDefinitionsObjectElement']();this['isEnabled']=!!_0x82dbe5,this['value']=_0x82dbe5?.['getAttribute']('footnotesListStyle')??null;}['execute']({value:_0xd88249}){const {editor:_0x2c7474}=this,_0x171805=_0x2c7474['plugins']['get'](FootnotesTracker),_0x4bf144=_0x171805['getFootnotesDefinitionsObjectElement']();_0x4bf144&&G['includes'](_0xd88249)&&_0x2c7474['model']['change'](_0x4db9e1=>{_0x4db9e1['setAttribute']('footnotesListStyle',_0xd88249,_0x4bf144),_0x171805['_updateFootnotesCounters'](_0x4db9e1);});}}class FootnotesStartCommand extends _0x2cbcbd{['refresh'](){const {editor:_0x376b5e}=this,_0x42d97f=_0x376b5e['plugins']['get'](FootnotesTracker)['getFootnotesDefinitionsObjectElement']();this['isEnabled']=!!_0x42d97f,this['value']=_0x42d97f?.['getAttribute']('footnotesListStart')??null;}['execute']({value:_0x1ff857}){const {editor:_0x408ca7}=this,_0x307850=_0x408ca7['plugins']['get'](FootnotesTracker),_0x44a557=_0x307850['getFootnotesDefinitionsObjectElement']();_0x44a557&&Number['isInteger'](_0x1ff857)&&_0x408ca7['model']['change'](_0x490bb3=>{_0x490bb3['setAttribute']('footnotesListStart',_0x1ff857,_0x44a557),_0x307850['_updateFootnotesCounters'](_0x490bb3);});}}function Q(_0xaa86e2,_0x3a0daa){let _0x120ea4='',_0x318b65=_0xaa86e2;for(;_0x318b65>0x0;){const _0xa55446=(_0x318b65-0x1)%0x1a;_0x120ea4=String['fromCharCode'](0x61+_0xa55446)+_0x120ea4,_0x318b65=Math['floor']((_0x318b65-0x1)/0x1a);}return _0x3a0daa?_0x120ea4['toUpperCase']():_0x120ea4;}const W=[{'value':0x3e8,'numeral':'M'},{'value':0x384,'numeral':'CM'},{'value':0x1f4,'numeral':'D'},{'value':0x190,'numeral':'CD'},{'value':0x64,'numeral':'C'},{'value':0x5a,'numeral':'XC'},{'value':0x32,'numeral':'L'},{'value':0x28,'numeral':'XL'},{'value':0xa,'numeral':'X'},{'value':0x9,'numeral':'IX'},{'value':0x5,'numeral':'V'},{'value':0x4,'numeral':'IV'},{'value':0x1,'numeral':'I'}];function Y(_0x246362,_0x450424){let _0x3e0a2d='',_0x4f052f=_0x246362;for(const {value:_0x188b07,numeral:_0x591571}of W)for(;_0x4f052f>=_0x188b07;)_0x3e0a2d+=_0x591571,_0x4f052f-=_0x188b07;return _0x450424?_0x3e0a2d:_0x3e0a2d['toLowerCase']();}const Z=['٠','١','٢','٣','٤','٥','٦','٧','٨','٩'];class FootnotesPropertiesEditing extends _0x526a7e{static get['pluginName'](){return'FootnotesPropertiesEditing';}static get['requires'](){return[FootnotesEditing,FootnotesTracker];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x58bc04}=this;_0x58bc04['config']['define']('footnotes.footnotesProperties.defaultListStyle','decimal'),_0x58bc04['config']['define']('footnotes.footnotesProperties.defaultStartIndex',0x1),_0x58bc04['config']['define']('footnotes.footnotesProperties.listStyles',[...X]),_0x58bc04['commands']['add']('footnotesStyle',new FootnotesStyleCommand(_0x58bc04)),_0x58bc04['commands']['add']('footnotesStart',new FootnotesStartCommand(_0x58bc04)),this['_defineSchema'](),this['_defineConverters'](),this['_defineFormatter'](),this['_definePostfixer']();}['_defineSchema'](){const {editor:_0x2925e4}=this,{schema:_0x4f57c8}=_0x2925e4['model'];_0x4f57c8['extend']('footnotesDefinitions',{'allowAttributes':['footnotesListStyle','footnotesListStart']});}['_defineConverters'](){const {editor:_0x250b34}=this,{conversion:_0x18e26a,model:_0x34051d}=_0x250b34,{schema:_0x1d57b0}=_0x34051d;_0x18e26a['for']('upcast')['add'](_0x3045d1=>{_0x3045d1['on']('element:ol',(_0x5c3f40,_0x194147,_0x15403f)=>{const _0x57b169=_0x194147['viewItem'],_0x40682c=_0x194147['modelCursor']?.['parent'];_0x57b169['hasClass']('footnotes-list')&&_0x40682c?.['is']('element','footnotesDefinitions')&&(function(_0x1b7f74,_0x239b7b,_0x4a2088,_0x5c031c){if(!_0x5c031c['checkAttribute'](_0x239b7b,'footnotesListStart'))return;let _0x55a782=0x1;const _0x1ad6d4=_0x4a2088['consumable']['consume'](_0x1b7f74,{'attributes':'start'});if(_0x1ad6d4){const _0x4d2107=Number['parseInt'](_0x1b7f74['getAttribute']('start'),0xa);Number['isNaN'](_0x4d2107)||(_0x55a782=_0x4d2107);}!_0x1ad6d4&&_0x239b7b['hasAttribute']('footnotesListStart')||_0x4a2088['writer']['setAttribute']('footnotesListStart',_0x55a782,_0x239b7b);}(_0x57b169,_0x40682c,_0x15403f,_0x1d57b0),function(_0x2ad099,_0x55fdda,_0x303370,_0x246b90){if(!_0x246b90['checkAttribute'](_0x55fdda,'footnotesListStyle'))return;let _0x2ed413='decimal',_0x1b40fc=!0x1;if(_0x303370['consumable']['consume'](_0x2ad099,{'attributes':'type'})){const _0xf9342e={0x1:'decimal','a':'lower-latin','A':'upper-latin','i':'lower-roman','I':'upper-roman'}[_0x2ad099['getAttribute']('type')];_0xf9342e&&(_0x2ed413=_0xf9342e),_0x1b40fc=!0x0;}if(_0x303370['consumable']['consume'](_0x2ad099,{'styles':'list-style-type'})){const _0x11f4cf=tt(_0x2ad099['getStyle']('list-style-type'));_0x11f4cf&&(_0x2ed413=_0x11f4cf),_0x1b40fc=!0x0;}!_0x1b40fc&&_0x55fdda['hasAttribute']('footnotesListStyle')||_0x303370['writer']['setAttribute']('footnotesListStyle',_0x2ed413,_0x55fdda);}(_0x57b169,_0x40682c,_0x15403f,_0x1d57b0));});}),_0x18e26a['for']('downcast')['add'](_0xed66de=>{_0xed66de['on']('attribute:footnotesListStart:footnotesDefinitions',(_0xc99100,_0x486748,_0x1eab6c)=>{if(!_0x1eab6c['consumable']['consume'](_0x486748['item'],_0xc99100['name']))return;const _0x446497=et(_0x486748['item'],_0x1eab6c['mapper']),{attributeNewValue:_0xca7c8e}=_0x486748;null==_0xca7c8e||0x1===_0xca7c8e?_0x1eab6c['writer']['removeAttribute']('start',_0x446497):_0x1eab6c['writer']['setAttribute']('start',String(_0xca7c8e),_0x446497);}),_0xed66de['on']('attribute:footnotesListStyle:footnotesDefinitions',(_0x558576,_0x51297a,_0x7fad1)=>{if(!_0x7fad1['consumable']['consume'](_0x51297a['item'],_0x558576['name']))return;const _0x341fb1=et(_0x51297a['item'],_0x7fad1['mapper']),{attributeNewValue:_0x5139c6}=_0x51297a;_0x5139c6&&'decimal'!==_0x5139c6?_0x7fad1['writer']['setStyle']('list-style-type',_0x5139c6,_0x341fb1):_0x7fad1['writer']['removeStyle']('list-style-type',_0x341fb1);});});}['_definePostfixer'](){const {editor:_0x4828ed}=this,{model:_0xc14fe9}=_0x4828ed,_0x411ee0=_0x4828ed['plugins']['get'](FootnotesTracker),_0x1b7c89=this['_getDefaultListStyle'](),_0x5c779e=this['_getDefaultStartIndex']();_0xc14fe9['document']['registerPostFixer'](_0x4ba6ac=>{const _0x1e4347=_0xc14fe9['document']['differ']['getChanges']();let _0x2f4853=!0x1;for(const _0x4d248f of _0x1e4347){if('insert'!==_0x4d248f['type']||'$text'===_0x4d248f['name'])continue;const _0x4a8351=_0xc14fe9['createRangeOn'](_0x4d248f['position']['nodeAfter']);for(const _0x3ccc0c of _0x4a8351['getItems']())_0x3ccc0c['is']('element','footnotesDefinitions')&&(!_0x3ccc0c['hasAttribute']('footnotesListStart')&&_0xc14fe9['schema']['checkAttribute'](_0x3ccc0c,'footnotesListStart')&&(_0x4ba6ac['setAttribute']('footnotesListStart',_0x5c779e,_0x3ccc0c),_0x2f4853=!0x0),!_0x3ccc0c['hasAttribute']('footnotesListStyle')&&_0xc14fe9['schema']['checkAttribute'](_0x3ccc0c,'footnotesListStyle')&&(_0x4ba6ac['setAttribute']('footnotesListStyle',_0x1b7c89,_0x3ccc0c),_0x2f4853=!0x0));}return _0x2f4853&&_0x411ee0['_updateFootnotesCounters'](_0x4ba6ac),_0x2f4853;});}['_defineFormatter'](){const {editor:_0x498f6d}=this;_0x498f6d['plugins']['get'](FootnotesTracker)['setFootnoteFormatter'](_0x3f8aec=>this['_formatFootnoteListValue'](_0x3f8aec));}['_getDefaultListStyle'](){return this['editor']['config']['get']('footnotes.footnotesProperties.defaultListStyle');}['_getDefaultStartIndex'](){return this['editor']['config']['get']('footnotes.footnotesProperties.defaultStartIndex');}['_formatFootnoteListValue']({container:_0x194608,value:_0x400b54,digits:_0x49d604}){const _0x4cd4db=_0x194608['getAttribute']('footnotesListStyle'),_0x2e45f1=_0x194608['getAttribute']('footnotesListStart'),_0x4f7d44=Math['floor'](_0x400b54)+(_0x2e45f1??0x1)-0x1;switch(_0x4cd4db){case'decimal-leading-zero':return function(_0x19e743,_0x1c675b){return String(_0x19e743)['padStart'](_0x1c675b,'0');}(_0x4f7d44,Math['max'](0x2,_0x49d604));case'lower-alpha':case'lower-latin':return Q(_0x4f7d44,!0x1);case'upper-alpha':case'upper-latin':return Q(_0x4f7d44,!0x0);case'lower-roman':return Y(_0x4f7d44,!0x1);case'upper-roman':return Y(_0x4f7d44,!0x0);case'arabic-indic':return String(_0x4f7d44)['replace'](/\d/g,_0xdd0477=>Z[Number(_0xdd0477)]);default:return String(_0x4f7d44);}}}function tt(_0x1f8cfb){if('string'==typeof _0x1f8cfb){const _0x4feda1=J[_0x1f8cfb];if(_0x4feda1)return _0x4feda1;if(G['includes'](_0x1f8cfb))return _0x1f8cfb;}return null;}function et(_0x21df43,_0x38dd60){const _0x1afc06=_0x38dd60['toViewElement'](_0x21df43);return Array['from'](_0x1afc06['getChildren']())['find'](_0x29dc16=>_0x29dc16['is']('element','ol')&&_0x29dc16['hasClass']('footnotes-list'));}class FootnotesDefinitionsPropertiesView extends _0x5bf7cf{['children'];['stylesView']=null;['additionalProperties']=null;['startIndexFieldView']=null;['focusTracker']=new _0x453b8e();['keystrokes']=new _0x9c7ab5();['focusables']=new _0x363257();['focusCycler'];constructor(_0x231e4b,{styleButtonViews:_0x41261c,styleGridAriaLabel:_0x336e3d}){super(_0x231e4b),(this['focusCycler']=new _0x23a398({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['children']=this['createCollection'](),this['stylesView']=this['_appendStylesView'](_0x41261c,_0x336e3d),[this['startIndexFieldView'],this['additionalProperties']]=this['_appendAdditionalPropertiesCollapsibleView'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-footnotes-definitions-properties']},'children':this['children']}));}['render'](){if(super['render'](),this['stylesView']){this['focusables']['add'](this['stylesView']),this['focusTracker']['add'](this['stylesView']['element']);for(const _0x4689b7 of this['stylesView']['children'])this['stylesView']['focusTracker']['add'](_0x4689b7['element']);_0x4b355f({'keystrokeHandler':this['stylesView']['keystrokes'],'focusTracker':this['stylesView']['focusTracker'],'gridItems':this['stylesView']['children'],'numberOfColumns':()=>_0x5dc83d['window']['getComputedStyle'](this['stylesView']['element'])['getPropertyValue']('grid-template-columns')['split']('\x20')['length'],'uiLanguageDirection':this['locale']&&this['locale']['uiLanguageDirection']});}if(this['startIndexFieldView']){this['focusables']['add'](this['startIndexFieldView']),this['focusTracker']['add'](this['startIndexFieldView']['element']);const _0x111e0f=_0x28d0be=>_0x28d0be['stopPropagation']();this['keystrokes']['set']('arrowright',_0x111e0f),this['keystrokes']['set']('arrowleft',_0x111e0f),this['keystrokes']['set']('arrowup',_0x111e0f),this['keystrokes']['set']('arrowdown',_0x111e0f);}this['keystrokes']['listenTo'](this['element']);}['focus'](){this['focusCycler']['focusFirst']();}['focusLast'](){this['focusCycler']['focusLast']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy'](),this['keystrokes']['destroy']();}['_appendStylesView'](_0x387809,_0x1640d5){const _0x20a514=new _0x5bf7cf(this['locale']);return _0x20a514['children']=_0x20a514['createCollection'](),_0x20a514['children']['addMany'](_0x387809),_0x20a514['setTemplate']({'tag':'div','attributes':{'aria-label':_0x1640d5,'class':['ck','ck-footnotes-definitions-styles-list']},'children':_0x20a514['children']}),_0x20a514['children']['delegate']('execute')['to'](this),_0x20a514['focus']=function(){for(const _0x329bdf of this['children'])if(_0x329bdf instanceof _0x2bfefc&&_0x329bdf['isOn'])return void _0x329bdf['focus']();this['children']['first']['focus']();},_0x20a514['focusTracker']=new _0x453b8e(),_0x20a514['keystrokes']=new _0x9c7ab5(),_0x20a514['render'](),_0x20a514['keystrokes']['listenTo'](_0x20a514['element']),this['children']['add'](_0x20a514),_0x20a514;}['_appendAdditionalPropertiesCollapsibleView'](){const {t:t}=this['locale'],_0x3a4a97=this['_createStartIndexPropertyView'](),_0x4fa810=[_0x3a4a97],_0x1ff119=new _0x51f6af(this['locale'],_0x4fa810);return _0x1ff119['set']({'label':t('Footnotes\x20properties'),'isCollapsed':!0x0}),_0x1ff119['buttonView']['bind']('isEnabled')['toMany'](_0x4fa810,'isEnabled',(..._0x27527b)=>_0x27527b['some'](_0x55aa9e=>_0x55aa9e)),_0x1ff119['buttonView']['on']('change:isEnabled',(_0x5b5d9d,_0x1f34b9,_0x566db8)=>{_0x566db8||(_0x1ff119['isCollapsed']=!0x0);}),this['children']['add'](_0x1ff119),[_0x3a4a97,_0x1ff119];}['_createStartIndexPropertyView'](){const {t:t}=this['locale'],_0x50b114=new _0x261559(this['locale'],_0x4c28eb);return _0x50b114['set']({'label':t('Footnotes\x20start\x20at'),'class':'ck-footnotes-definitions-properties__start-index'}),_0x50b114['fieldView']['set']({'min':0x0,'max':Math['pow'](0x2,0x1e),'step':0x1,'value':0x1,'inputMode':'numeric'}),_0x50b114['fieldView']['on']('input',()=>{const _0x53df00=_0x50b114['fieldView']['element'],_0x4db58e=_0x53df00['valueAsNumber'];Number['isNaN'](_0x4db58e)?_0x50b114['errorText']=t('Invalid\x20footnotes\x20start\x20index\x20value.'):_0x53df00['checkValidity']()?this['fire']('footnotesListStart',{'startIndex':_0x4db58e}):_0x50b114['errorText']=t(_0x4db58e<0x0?'Footnotes\x20start\x20index\x20must\x20be\x20greater\x20than\x200.':'Footnotes\x20start\x20index\x20is\x20too\x20large.');}),_0x50b114;}}class FootnotesPropertiesUI extends _0x526a7e{static get['pluginName'](){return'FootnotesPropertiesUI';}static get['requires'](){return[_0x583496,_0x421058];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x3045b3}=this,{componentFactory:_0x30dd8c}=_0x3045b3['ui'];_0x3045b3['config']['define']('footnotes.footnotesProperties.toolbar',['footnotesStyle']),_0x30dd8c['add']('footnotesStyle',function(_0x395d9e){return _0x4e6219=>{const {t:t}=_0x4e6219,_0x196da9=_0x395d9e['commands']['get']('footnotesStyle'),_0x4038e8=_0x2fafb9(_0x4e6219),{buttonView:_0xcea347}=_0x4038e8;return _0x4038e8['class']='ck-footnotes-styles-dropdown',_0x4038e8['bind']('isEnabled')['to'](_0x196da9,'isEnabled'),_0xcea347['set']({'label':t('Footnotes\x20style'),'icon':_0x3a86f8,'tooltip':!0x0}),_0x4038e8['once']('change:isOpen',()=>{const _0x167048=function({editor:_0x2264b6,dropdownView:_0x553ba4}){const {t:t}=_0x2264b6['locale'],_0x26636c=t('Footnotes\x20definitions\x20styles'),_0x5c3bab=function(_0x5456e1){const {t:t}=_0x5456e1['locale'],_0x5def17=_0x5456e1['config']['get']('footnotes.footnotesProperties.listStyles'),_0x1380e8=[{'style':'decimal','label':t('Toggle\x20the\x20decimal\x20footnotes\x20style'),'tooltip':t('Decimal\x20footnotes'),'icon':_0x7859c3},{'style':'decimal-leading-zero','label':t('Toggle\x20the\x20decimal\x20with\x20leading\x20zero\x20footnotes\x20style'),'tooltip':t('Decimal\x20footnotes\x20with\x20leading\x20zero'),'icon':_0x164751},{'style':'lower-roman','label':t('Toggle\x20the\x20lower-roman\x20footnotes\x20style'),'tooltip':t('Lower-roman\x20footnotes'),'icon':_0x29f753},{'style':'upper-roman','label':t('Toggle\x20the\x20upper-roman\x20footnotes\x20style'),'tooltip':t('Upper-roman\x20footnotes'),'icon':_0x310be6},{'style':'lower-latin','label':t('Toggle\x20the\x20lower-latin\x20footnotes\x20style'),'tooltip':t('Lower-latin\x20footnotes'),'icon':_0x268bae},{'style':'upper-latin','label':t('Toggle\x20the\x20upper-latin\x20footnotes\x20style'),'tooltip':t('Upper-latin\x20footnotes'),'icon':_0x12bba0},{'style':'arabic-indic','label':t('Toggle\x20the\x20arabic-indic\x20footnotes\x20style'),'tooltip':t('Arabic-indic\x20footnotes'),'icon':_0x43eb02}];return _0x5def17['map'](_0x12e3b0=>{const _0x45ce66=tt(_0x12e3b0),_0x28bc31=_0x1380e8['find'](_0x2fe882=>_0x2fe882['style']===_0x45ce66);return function(_0x27060d,_0x89fd64){const {locale:_0x4e5545}=_0x27060d,{label:_0x5a0911,icon:_0x1671f8,tooltip:_0x47370b,style:_0x3bb688}=_0x89fd64,_0x25c964=_0x27060d['commands']['get']('footnotesStyle'),_0x2e01b2=new _0x2bfefc(_0x4e5545);return _0x2e01b2['set']({'label':_0x5a0911,'icon':_0x1671f8,'tooltip':_0x47370b}),_0x2e01b2['bind']('isOn')['to'](_0x25c964,'value',_0x39c733=>_0x39c733===_0x3bb688),_0x2e01b2['bind']('isEnabled')['to'](_0x25c964,'isEnabled'),_0x2e01b2['on']('execute',()=>{_0x27060d['execute']('footnotesStyle',{'value':_0x3bb688}),_0x27060d['editing']['view']['focus']();}),_0x2e01b2;}(_0x5456e1,_0x28bc31);});}(_0x2264b6),_0x3abd5c=new FootnotesDefinitionsPropertiesView(_0x2264b6['locale'],{'styleGridAriaLabel':_0x26636c,'styleButtonViews':_0x5c3bab}),_0x40c163=_0x2264b6['commands']['get']('footnotesStart');return _0x3abd5c['startIndexFieldView']['bind']('isEnabled')['to'](_0x40c163),_0x3abd5c['startIndexFieldView']['fieldView']['bind']('value')['to'](_0x40c163),_0x3abd5c['on']('footnotesListStart',(_0x541295,_0x40b555)=>{_0x2264b6['execute']('footnotesStart',{'value':_0x40b555['startIndex']});}),_0x3abd5c['delegate']('execute')['to'](_0x553ba4),_0x3abd5c;}({'editor':_0x395d9e,'dropdownView':_0x4038e8});_0x4038e8['panelView']['children']['add'](_0x167048);}),_0x4038e8;};}(_0x3045b3));}['afterInit'](){const {editor:_0x5c2dfa}=this,{t:t}=_0x5c2dfa['locale'],_0x198573=_0x5c2dfa['plugins']['get'](_0x421058),{defaultPositions:_0x35b4d5}=_0x163228;_0x198573['register']('footnotesDefinitions',{'ariaLabel':t('Footnotes\x20definitions\x20toolbar'),'items':_0x5c2dfa['config']['get']('footnotes.footnotesProperties.toolbar'),'balloonClassName':'ck-footnotes-style-balloon\x20ck-toolbar-container','getRelatedElement':_0x3e3c7b=>{let _0x558ecb=_0x3e3c7b['getFirstPosition']()?.['parent'];return _0x558ecb?.['is']('$text')&&(_0x558ecb=_0x558ecb['parent']),_0x558ecb?.['is']('element')?_0x558ecb['findAncestor'](M):null;},'positions':[_0x35b4d5['southArrowNorth'],_0x35b4d5['southArrowNorthMiddleWest'],_0x35b4d5['southArrowNorthMiddleEast'],_0x35b4d5['southArrowNorthWest'],_0x35b4d5['southArrowNorthEast'],_0x35b4d5['northArrowSouth'],_0x35b4d5['northArrowSouthMiddleWest'],_0x35b4d5['northArrowSouthMiddleEast'],_0x35b4d5['northArrowSouthWest'],_0x35b4d5['northArrowSouthEast'],_0x35b4d5['viewportStickyNorth']]});}}class FootnotesProperties extends _0x526a7e{static get['pluginName'](){return'FootnotesProperties';}static get['requires'](){return[FootnotesPropertiesEditing,FootnotesPropertiesUI];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{Footnotes,FootnotesClipboard,FootnotesEditing,FootnotesProperties,FootnotesPropertiesEditing,FootnotesPropertiesUI,FootnotesStartCommand,FootnotesStyleCommand,FootnotesTracker,FootnotesUI,InsertFootnoteCommand};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-footnotes",
|
|
3
|
-
"version": "48.8.1-alpha.
|
|
3
|
+
"version": "48.8.1-alpha.3",
|
|
4
4
|
"description": "The footnotes feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@ckeditor/ckeditor5-clipboard": "48.8.1-alpha.
|
|
36
|
-
"@ckeditor/ckeditor5-core": "48.8.1-alpha.
|
|
37
|
-
"@ckeditor/ckeditor5-engine": "48.8.1-alpha.
|
|
38
|
-
"@ckeditor/ckeditor5-enter": "48.8.1-alpha.
|
|
39
|
-
"@ckeditor/ckeditor5-icons": "48.8.1-alpha.
|
|
40
|
-
"@ckeditor/ckeditor5-ui": "48.8.1-alpha.
|
|
41
|
-
"@ckeditor/ckeditor5-utils": "48.8.1-alpha.
|
|
42
|
-
"@ckeditor/ckeditor5-widget": "48.8.1-alpha.
|
|
35
|
+
"@ckeditor/ckeditor5-clipboard": "48.8.1-alpha.3",
|
|
36
|
+
"@ckeditor/ckeditor5-core": "48.8.1-alpha.3",
|
|
37
|
+
"@ckeditor/ckeditor5-engine": "48.8.1-alpha.3",
|
|
38
|
+
"@ckeditor/ckeditor5-enter": "48.8.1-alpha.3",
|
|
39
|
+
"@ckeditor/ckeditor5-icons": "48.8.1-alpha.3",
|
|
40
|
+
"@ckeditor/ckeditor5-ui": "48.8.1-alpha.3",
|
|
41
|
+
"@ckeditor/ckeditor5-utils": "48.8.1-alpha.3",
|
|
42
|
+
"@ckeditor/ckeditor5-widget": "48.8.1-alpha.3"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"dist",
|