@ckeditor/ckeditor5-track-changes 34.0.0 → 34.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +2 -2
- package/README.md +2 -2
- package/build/track-changes.js +2 -2
- package/build/translations/nl.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/lang/translations/nl.po +9 -9
- package/lang/translations/zh-cn.po +4 -4
- package/package.json +3 -3
- package/src/commands/acceptallsuggestionscommand.js +1 -1
- package/src/commands/acceptselectedsuggestionscommand.js +1 -1
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardallsuggestionscommand.js +1 -1
- package/src/commands/discardselectedsuggestionscommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +23 -0
- package/src/utils/getselectedsuggestions.js +1 -1
- package/src/utils/hashobject.js +1 -1
- package/src/utils/normalizedescription.js +1 -1
- package/src/utils/sortsuggestions.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x14c09d,PendingActions as _0x4f818a}from'ckeditor5/src/core';import{LiveRange as _0x31ce06}from'ckeditor5/src/engine';import{CKEditorError as _0x3af4d7,uid as _0x5bd5e5,priorities as _0x3a9017,EmitterMixin as _0x50e452,mix as _0x1aa60c}from'ckeditor5/src/utils';import{toWidget as _0xe7c3fd}from'ckeditor5/src/widget';import{Users as _0x2ad904}from'ckeditor5-collaboration/src/collaboration-core';import _0x16b873 from'./commands/trackchangescommand';import _0x59cb88 from'./commands/acceptsuggestioncommand';import _0x127336 from'./commands/discardsuggestioncommand';import _0x211d2b from'./commands/acceptallsuggestionscommand';import _0x36a34c from'./commands/acceptselectedsuggestionscommand';import _0x27c4a0 from'./commands/discardallsuggestionscommand';import _0x3132ce from'./commands/discardselectedsuggestionscommand';import _0xbeb2bd from'./suggestion';import _0xca1474 from'./suggestiondescriptionfactory';import _0x1df5d4 from'./integrations/alignment';import _0x274b63 from'./integrations/basicstyles';import _0xa7e484 from'./integrations/blockquote';import _0xd57dfa from'./integrations/codeblock';import _0x1b59bc from'./integrations/comments';import _0x507d00 from'./integrations/deletecommand';import _0x24b573 from'./integrations/entercommand';import _0x2af95d from'./integrations/font';import _0x28e121 from'./integrations/heading';import _0x3aef45 from'./integrations/highlight';import _0xf59e42 from'./integrations/horizontalline';import _0x5e6a0f from'./integrations/image';import _0x547f11 from'./integrations/indent';import _0x78178d from'./integrations/inputcommand';import _0x2016ea from'./integrations/link';import _0x59d97e from'./integrations/list';import _0x5df1d6 from'./integrations/mediaembed';import _0x419e48 from'./integrations/mention';import _0x261ffb from'./integrations/pagebreak';import tt from'./integrations/paragraph';import it from'./integrations/removeformat';import st from'./integrations/restrictededitingmode';import nt from'./integrations/shiftentercommand';import et from'./integrations/standardeditingmode';import ot from'./integrations/table';import rt from'./integrations/tablemergesplit';import at from'./integrations/tableheadings';import ct from'./integrations/tableclipboard';import ht from'./integrations/title';import ut from'./integrations/undo';import ft from'./utils/hashobject.js';export default class d extends _0x14c09d{static get['requires'](){return['CommentsRepository',_0x2ad904,_0x4f818a,_0x1df5d4,_0x274b63,_0xa7e484,_0xd57dfa,_0x1b59bc,_0x507d00,_0x24b573,_0x2af95d,_0x28e121,_0x3aef45,_0xf59e42,_0x5e6a0f,_0x547f11,_0x78178d,_0x2016ea,_0x59d97e,_0x5df1d6,_0x419e48,_0x261ffb,tt,it,st,nt,et,ot,rt,at,ct,ht,ut];}static get['pluginName'](){return'TrackChangesEditing';}constructor(_0x9af9b1){function _0x28bd63(_0x1da4fc){return _0x1da4fc['map'](_0x950164=>String['fromCharCode'](_0x950164))['join']('');}super(_0x9af9b1),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x2f78f9,_0x1932f3,_0x3f2a45,_0x39e97b)=>{this['_model']['change'](()=>{for(const _0x4931c1 of[..._0x39e97b,..._0x3f2a45])this['_model']['markers']['has'](_0x4931c1)&&_0x9af9b1['editing']['reconvertMarker'](_0x4931c1);});}),this['_descriptionFactory']=new _0xca1474(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new gt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x9af9b1['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this[_0x28bd63([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x28bd63([0x34,0x30,0x34,0x34,0x30,0x38,0x32,0x34]);}['init'](){const _0x27d9ed=this['editor'];_0x27d9ed['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x5de832=>{const {id:_0x7e2bde,type:_0x54f72a}=this['_splitMarkerName'](_0x5de832['markerName']),_0x3e8b20=['ck-suggestion-marker','ck-suggestion-marker-'+_0x54f72a];let _0x4bfd34=0xbb8;return this['activeMarkers']['includes'](_0x5de832['markerName'])&&(_0x3e8b20['push']('ck-suggestion-marker--active'),_0x4bfd34=0xbc2),'deletion'==_0x54f72a&&(_0x4bfd34+=0x5),{'classes':_0x3e8b20,'attributes':{'data-suggestion':_0x7e2bde},'priority':_0x4bfd34};}}),_0x27d9ed['conversion']['for']('dataDowncast')['add'](_0x312660=>{_0x312660['on']('addMarker:suggestion',(_0x22b2a9,_0x23f3c8,_0x14c0dd)=>{if(!_0x14c0dd['options']['showSuggestionHighlights'])return;const _0x5e477b=_0x23f3c8['item'];if(!_0x5e477b)return;const _0x3ccf63=_0x14c0dd['mapper']['toViewElement'](_0x5e477b);_0x27d9ed['model']['schema']['isObject'](_0x5e477b)&&_0x3ccf63&&!_0x3ccf63['getCustomProperty']('widget')&&_0x3ccf63['is']('containerElement')&&_0xe7c3fd(_0x3ccf63,_0x14c0dd['writer']);},{'priority':'high'});}),_0x27d9ed['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x18b600,_0x3ca317)=>{if(!_0x3ca317['options']['showSuggestionHighlights'])return null;const {type:_0x580d9d}=this['_splitMarkerName'](_0x18b600['markerName']);return{'classes':['ck-suggestion-marker','ck-suggestion-marker-'+_0x580d9d],'priority':0xbb8};}});const _0x1d7a93=({showActiveMarkers:_0xcf9080=!0x0}={})=>(_0x44f794,_0xd15f62,_0x3d2a10)=>{if(!_0xd15f62['item'])return;if(_0xd15f62['item']['is']('selection'))return void _0x3d2a10['consumable']['consume'](_0xd15f62['item'],_0x44f794['name']);const _0x4b75a8=_0x3d2a10['mapper']['toViewElement'](_0xd15f62['item']);if(!(_0xd15f62['item']['is']('element')&&_0x27d9ed['model']['schema']['isBlock'](_0xd15f62['item'])&&!_0x4b75a8['getCustomProperty']('addHighlight')))return;const {id:_0xe547af}=this['_splitMarkerName'](_0xd15f62['markerName']);_0x3d2a10['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x4b75a8),_0x3d2a10['writer']['setAttribute']('data-suggestion',_0xe547af,_0x4b75a8),_0x3d2a10['mapper']['bindElementToMarker'](_0x4b75a8,_0xd15f62['markerName']),_0xcf9080&&(this['activeMarkers']['includes'](_0xd15f62['markerName'])?_0x3d2a10['writer']['addClass']('ck-suggestion-marker--active',_0x4b75a8):_0x3d2a10['writer']['removeClass']('ck-suggestion-marker--active',_0x4b75a8));for(const _0x16f35f of _0x27d9ed['model']['createRangeIn'](_0xd15f62['item'])['getItems']())_0x3d2a10['consumable']['consume'](_0x16f35f,_0x44f794['name']);_0x3d2a10['consumable']['consume'](_0xd15f62['item'],_0x44f794['name']);};_0x27d9ed['conversion']['for']('dataDowncast')['add'](_0x4b2ebb=>{_0x4b2ebb['on']('addMarker:suggestion:formatBlock',(_0x1deabf,_0x94a72f,_0x34acf7)=>{_0x34acf7['options']['showSuggestionHighlights']&&_0x1d7a93({'showActiveMarkers':!0x1})(_0x1deabf,_0x94a72f,_0x34acf7);},{'priority':'highest'});}),_0x27d9ed['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x3fd72e,_0x371e64)=>_0x371e64['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x3fd72e['substr']('suggestion'['length']+0x1)}}),_0x27d9ed['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x2c4604,{writer:_0x32fbbd})=>{let _0x47ee9e='suggestion:'+_0x2c4604['getAttribute']('suggestion-type')+':'+_0x2c4604['getAttribute']('id');return _0x2c4604['getAttribute']('marker-count')&&(_0x47ee9e+=':'+_0x2c4604['getAttribute']('marker-count')),_0x32fbbd['createElement']('$marker',{'data-name':_0x47ee9e});}}),_0x27d9ed['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x27d9ed['conversion']['for']('editingDowncast')['add'](_0x2461cb=>{_0x2461cb['on']('addMarker:suggestion:formatBlock',_0x1d7a93(),{'priority':'high'});}),_0x27d9ed['conversion']['for']('editingDowncast')['add'](_0x1b0422=>{_0x1b0422['on']('removeMarker:suggestion:formatBlock',(_0x27c232,_0x544501,_0x5e02e9)=>{const _0x449930=_0x5e02e9['mapper']['markerNameToElements'](_0x544501['markerName']);if(_0x449930)for(const _0x5f4dd1 of _0x449930)_0x5f4dd1['getCustomProperty']('addHighlight')||(_0x5e02e9['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x5f4dd1),_0x5e02e9['writer']['removeAttribute']('data-suggestion',_0x5f4dd1),_0x5e02e9['mapper']['unbindElementFromMarkerName'](_0x5f4dd1,_0x544501['markerName']));},{'priority':'high'});}),_0x27d9ed['model']['document']['registerPostFixer'](_0x2cb8a2=>{let _0xb3a186=!0x1;const _0x2460c2=Array['from'](_0x27d9ed['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x493d9d,data:_0x1a28ad}of _0x2460c2){const {group:_0x469ebf,type:_0x989201,id:_0x1b2cc0}=this['_splitMarkerName'](_0x493d9d);if('suggestion'!==_0x469ebf)continue;const _0xa39235=this['_suggestions']['get'](_0x1b2cc0);if(null!=_0x1a28ad['newRange']){'formatInline'==_0x989201&&(_0xb3a186=_0xb3a186||mt(_0x1a28ad['newRange'],_0x493d9d,_0x2cb8a2,_0x27d9ed['model']['schema']));if(_0x1a28ad['newRange']['isCollapsed']||'$graveyard'==_0x1a28ad['newRange']['root']['rootName']||'formatBlock'==_0x989201&&!kt(_0x1a28ad['newRange'])||'deletion'==_0x989201&&!(!dt(_0x546222=_0x1a28ad['newRange'])&&!function(_0x4471a3){return _0x4471a3['start']['parent']==_0x4471a3['end']['nodeBefore']&&_0x4471a3['start']['isAtEnd'];}(_0x546222)))_0x2cb8a2['removeMarker'](_0x493d9d),_0xb3a186=!0x0;else{if(!_0xa39235||!_0xa39235['isInContent'])continue;_0xb3a186=!!this['_joinWithAdjacentSuggestions'](_0xa39235)||_0xb3a186;}}}var _0x546222;return _0xb3a186;}),_0x27d9ed['model']['document']['registerPostFixer'](_0x4167ad=>{let _0x35d930=!0x1;for(const _0x95fee1 of _0x27d9ed['model']['document']['differ']['getChanges']()){if('insert'!=_0x95fee1['type'])continue;const _0x1fdcd0=_0x95fee1['position']['getShiftedBy'](_0x95fee1['length']);if(_0x1fdcd0['isAtEnd'])for(const _0x158920 of this['_suggestions']['values']()){if(_0x158920['isMultiRange']||!_0x158920['isInContent'])continue;if('formatBlock'!=_0x158920['type'])continue;const _0x511fbb=_0x158920['getFirstRange']();if(_0x511fbb['start']['parent']!=_0x511fbb['end']['parent']&&_0x511fbb['end']['isEqual'](_0x95fee1['position'])){const _0x26aefc=_0x27d9ed['model']['createRange'](_0x511fbb['start'],_0x1fdcd0);_0x4167ad['updateMarker'](_0x158920['getFirstMarker'](),{'range':_0x26aefc}),_0x35d930=!0x0;}}}return _0x35d930;}),_0x27d9ed['model']['markers']['on']('update:suggestion',(_0x35335d,_0x44ed2e,_0x18279d)=>{if(null==_0x18279d){const {id:_0x1d64d4}=this['_splitMarkerName'](_0x44ed2e['name']),_0x18672a=this['_suggestions']['get'](_0x1d64d4);_0x18672a&&_0x18672a['addMarkerName'](_0x44ed2e['name']);}}),_0x27d9ed['model']['document']['on']('change:data',()=>{const _0x51f23a=Array['from'](_0x27d9ed['model']['document']['differ']['getChangedMarkers']());_0x51f23a['sort']((_0x3893ef,_0x1fe697)=>{const _0x485166=_0x3893ef['data']['oldRange'],_0x286f6a=_0x1fe697['data']['oldRange'];return null===_0x485166&&null===_0x286f6a?0x0:null===_0x485166&&null!==_0x286f6a?-0x1:null!==_0x485166&&null===_0x286f6a?0x1:_0x485166['start']['isBefore'](_0x286f6a['start'])?-0x1:0x1;});const _0x470434=new Set();for(const {name:_0x2c4923,data:_0x5c7ab9}of _0x51f23a){const {group:_0xa176e9,id:_0x5207d7}=this['_splitMarkerName'](_0x2c4923);if('suggestion'===_0xa176e9&&(null===_0x5c7ab9['oldRange']&&this['_handleNewSuggestionMarker'](_0x2c4923),null===_0x5c7ab9['newRange'])){const _0x2639da=this['_suggestions']['get'](_0x5207d7);_0x2639da['isInContent']?_0x470434['add'](_0x2639da):this['_removeSuggestion'](_0x2639da);}}for(const {name:_0x19d4a3,data:_0x9d257e}of _0x51f23a){const {group:_0x2e9eb1,id:_0x318d05}=this['_splitMarkerName'](_0x19d4a3);if('suggestion'!==_0x2e9eb1)continue;const _0x1034af=this['_suggestions']['get'](_0x318d05);null!=_0x9d257e['newRange']&&null!=_0x9d257e['oldRange']&&(this['_refreshSuggestionsChain'](_0x1034af),_0x470434['add'](_0x1034af['head']));}for(const _0x42ce35 of _0x470434)this['fire']('suggestionChanged',_0x42ce35);_0x470434['clear']();}),_0x27d9ed['model']['on']('applyOperation',(_0x21e229,_0x3a3dbe)=>{const _0x44f352=_0x3a3dbe[0x0];if(!this['_suggestions']['size'])return;if(!_0x44f352['isDocumentOperation'])return;if(_0x44f352['batch']['isUndo']||!_0x44f352['batch']['isLocal'])return;let _0x267d44,_0x123281;switch(_0x44f352['type']){case'insert':_0x267d44=_0x27d9ed['model']['createPositionAt'](_0x44f352['position']),_0x123281=_0x267d44['getShiftedBy'](_0x44f352['howMany']);break;case'split':_0x267d44=_0x27d9ed['model']['createPositionAt'](_0x44f352['splitPosition']),_0x123281=_0x27d9ed['model']['createPositionAt'](_0x44f352['moveTargetPosition']);break;case'move':_0x267d44=_0x27d9ed['model']['createPositionAt'](_0x44f352['targetPosition']),_0x123281=_0x267d44['getShiftedBy'](_0x44f352['howMany']);break;default:return;}const _0x2040a4=_0x27d9ed['model']['createRange'](_0x267d44,_0x123281);_0x27d9ed['model']['change'](()=>{for(const {suggestion:_0x1bfaa6,meta:_0x4d97e1}of this['_findSuggestions'](_0x2040a4)){if(_0x1bfaa6['isMultiRange'])continue;if('formatInline'==_0x1bfaa6['type'])continue;const _0x3d1297=_0x1bfaa6['data']&&_0x1bfaa6['data']['multipleBlocks'];('formatBlock'!=_0x1bfaa6['type']||'split'==_0x44f352['type']&&!_0x3d1297)&&(_0x4d97e1['containsRangeInObject']||'insertion'==_0x1bfaa6['type']&&_0x4d97e1['isOwn']||_0x1bfaa6['getFirstRange']()['containsRange'](_0x2040a4)&&this['_breakSuggestionMarker'](_0x1bfaa6,_0x267d44,_0x123281));}});},{'priority':'lowest'}),_0x27d9ed['model']['on']('deleteContent',(_0x493640,_0x413341)=>{const _0x260aef=_0x413341[0x0],_0x5036ac=_0x413341[0x1];if(_0x5036ac&&_0x5036ac['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x260aef['isCollapsed'])return;const _0x3d8fd6=_0x27d9ed['model']['schema'],{start:_0x17908d,end:_0xd284ee}=_0x260aef['getFirstRange'](),_0x411c53=_0x17908d['nodeAfter']&&_0x3d8fd6['isObject'](_0x17908d['nodeAfter'])?null:_0x3d8fd6['getNearestSelectionRange'](_0x17908d,'forward'),_0x20c97e=_0xd284ee['nodeBefore']&&_0x3d8fd6['isObject'](_0xd284ee['nodeBefore'])?null:_0x3d8fd6['getNearestSelectionRange'](_0xd284ee,'backward'),_0x3390b6=_0x27d9ed['model']['createRange'](_0x411c53?_0x411c53['start']:_0x17908d,_0x20c97e?_0x20c97e['end']:_0xd284ee);_0x27d9ed['model']['change'](_0x280868=>{this['markDeletion'](_0x3390b6);const _0x42d365=_0x27d9ed['model']['schema']['getNearestSelectionRange'](_0x3390b6['start']);_0x260aef['is']('documentSelection')?_0x280868['setSelection'](_0x42d365):_0x260aef['setTo'](_0x42d365);}),_0x493640['stop']();},{'priority':_0x3a9017['normal']+0xa}),_0x27d9ed['model']['on']('insertContent',(_0x18d65f,_0x5a2aa9)=>{const _0x31573b=_0x5a2aa9[_0x5a2aa9['length']-0x1];_0x31573b&&_0x31573b['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x27d9ed['model']['change'](()=>{let _0x2325ce=_0x27d9ed['model']['insertContent'](_0x5a2aa9[0x0],_0x5a2aa9[0x1],_0x5a2aa9[0x2],_0x5a2aa9[0x3],{'forceDefaultExecution':!0x0});if(!_0x2325ce)return;_0x18d65f['return']=_0x2325ce['clone']();const _0x326977=_0x2325ce['end']['nodeBefore'],_0x1f98b2=_0x27d9ed['model']['schema'];_0x326977&&_0x1f98b2['isBlock'](_0x326977)&&!_0x1f98b2['isObject'](_0x326977)&&(_0x2325ce=_0x27d9ed['model']['createRange'](_0x2325ce['start'],_0x27d9ed['model']['createPositionAt'](_0x326977,'end'))),this['markInsertion'](_0x2325ce);}),_0x18d65f['stop']());},{'priority':'high'}),this['trackChangesCommand']=new _0x16b873(_0x27d9ed,this['_enabledCommands']),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x285610=new _0x59cb88(_0x27d9ed,this['_suggestions']);_0x27d9ed['commands']['add']('acceptSuggestion',_0x285610),this['enableCommand']('acceptSuggestion');const _0x5a3431=new _0x127336(_0x27d9ed,this['_suggestions']);_0x27d9ed['commands']['add']('discardSuggestion',_0x5a3431),this['enableCommand']('discardSuggestion'),_0x27d9ed['commands']['add']('acceptAllSuggestions',new _0x211d2b(_0x27d9ed,_0x285610,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x27d9ed['commands']['add']('discardAllSuggestions',new _0x27c4a0(_0x27d9ed,_0x5a3431,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x27d9ed['commands']['add']('acceptSelectedSuggestions',new _0x36a34c(_0x27d9ed,_0x285610,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x27d9ed['commands']['add']('discardSelectedSuggestions',new _0x3132ce(_0x27d9ed,_0x5a3431,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x1ea0b6=_0x27d9ed['plugins']['get']('CommentsRepository');this['listenTo'](_0x1ea0b6,'addComment',(_0x48a700,{threadId:_0x401f29})=>{const _0x43118f=this['_suggestions']['get'](_0x401f29);_0x43118f&&_0x43118f['commentThread']&&0x1===_0x43118f['commentThread']['length']&&this['_updateSuggestionData'](_0x401f29,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x1ea0b6,'removeComment',(_0x3b2c9c,{threadId:_0xf4a985})=>{const _0x4e1732=this['_suggestions']['get'](_0xf4a985);_0x4e1732&&_0x4e1732['commentThread']&&!_0x4e1732['commentThread']['length']&&this['_updateSuggestionData'](_0xf4a985,{'hasComments':!0x1});},{'priority':'low'});}set['adapter'](_0x3139f8){if(this['_adapter'])throw new _0x3af4d7('track-changes-adapter-already-set',this);this['_adapter']=_0x3139f8;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x5b5df5=!0x1,toJSON:_0x199065=!0x1}={}){const _0x34585e=[];for(const _0x1e2295 of this['_suggestions']['values']())_0x5b5df5&&!_0x1e2295['isInContent']||_0x34585e['push'](_0x1e2295);return _0x199065?_0x34585e['map'](_0x23ff55=>_0x23ff55['toJSON']()):_0x34585e;}['getSuggestion'](_0x28f75c){const _0x20c3b0=this['_suggestions']['get'](_0x28f75c);if(!_0x20c3b0)throw new _0x3af4d7('track-changes-suggestion-not-found',this);return _0x20c3b0;}['hasSuggestion'](_0x521616){return this['_suggestions']['has'](_0x521616);}['addSuggestionData'](_0x42cbc5){const {id:_0x508fc,authorId:_0x3a935d}=_0x42cbc5,[_0x1d3071,_0x25e552]=_0x42cbc5['type']['split'](':'),_0x4ce9da=this['_suggestions']['get'](_0x508fc)||this['_createSuggestion'](_0x1d3071,_0x25e552,_0x508fc,_0x3a935d);switch(this['_addThreadToSuggestion'](_0x4ce9da),this['_checkSuggestionCorrectness'](_0x4ce9da,_0x1d3071,_0x25e552||null,_0x3a935d),_0x4ce9da['createdAt']=_0x42cbc5['createdAt'],_0x42cbc5['data']&&(_0x4ce9da['data']=_0x42cbc5['data']),_0x42cbc5['attributes']&&(_0x4ce9da['attributes']=_0x42cbc5['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x4ce9da['_saved']=!0x0),this['_suggestionState']['get'](_0x4ce9da)){case'notReady':this['_suggestionState']['set'](_0x4ce9da,'dataReady');break;case'markerReady':_0x4ce9da['isInContent']?(this['_suggestionState']['set'](_0x4ce9da,'ready'),this['fire']('suggestionLoaded',_0x4ce9da)):this['_suggestionState']['set'](_0x4ce9da,'removed');}return _0x4ce9da;}['acceptSuggestion'](_0x35d2d1){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x314b01 of _0x35d2d1['getAllAdjacentSuggestions']())_0x314b01['accept']();});});}['discardSuggestion'](_0x4f5625){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0xa93ac7 of _0x4f5625['getAllAdjacentSuggestions']())_0xa93ac7['discard']();});});}['enableCommand'](_0x159075,_0x3de1fe){const _0x3420c7=this['editor']['commands']['get'](_0x159075);if(!_0x3420c7)throw new _0x3af4d7('track-changes-command-not-found',this,{'commandName':_0x159075});this['_enabledCommands']['add'](_0x3420c7),_0x3de1fe&&_0x3420c7['on']('execute',(_0x1131c2,_0x5ba66f)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||_0x5ba66f['length']>0x0&&_0x5ba66f[_0x5ba66f['length']-0x1]&&_0x5ba66f[_0x5ba66f['length']-0x1]['forceDefaultExecution']||(_0x3de1fe((..._0x8b7ec6)=>_0x3420c7['execute'](..._0x8b7ec6,{'forceDefaultExecution':!0x0}),..._0x5ba66f),_0x1131c2['stop']()));},{'priority':'high'});}['forceDefaultExecution'](_0x131ca9){let _0x3427dc,_0x27f9ea;const _0x278fe4=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x3427dc=_0x131ca9();}catch(_0x2dfb7a){_0x27f9ea=_0x2dfb7a;}return _0x278fe4||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x27f9ea&&_0x3af4d7['rethrowUnexpectedError'](_0x27f9ea,this),_0x3427dc;}['markInsertion'](_0xb1f315,_0x56499a=null,_0x3de86b={}){if(_0xb1f315['isCollapsed'])return null;const _0x47c906=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x14ceee,meta:_0x21607a}of this['_findSuggestions'](_0xb1f315,'insertion'))if(_0x21607a['isOwn']){if(!_0x21607a['isNextTo'])return _0x14ceee;if(_0x56499a==_0x14ceee['subType']){const _0x912f83=_0x14ceee['getFirstRange']();return _0x912f83['start']['isEqual'](_0xb1f315['end'])?this['_setSuggestionRange'](_0x14ceee,this['_model']['createRange'](_0xb1f315['start'],_0x912f83['end'])):this['_setSuggestionRange'](_0x14ceee,this['_model']['createRange'](_0x912f83['start'],_0xb1f315['end'])),_0x14ceee;}}const _0x4fb6f6=_0x5bd5e5(),_0x8cd5d2=_0x47c906['id'],_0x224a05=_0x56499a?'insertion:'+_0x56499a:'insertion',_0x594c4f=this['_setSuggestionData']({'id':_0x4fb6f6,'type':_0x224a05,'createdAt':new Date(),'authorId':_0x8cd5d2,'attributes':_0x3de86b});return this['_addSuggestionMarker'](_0x224a05,_0x4fb6f6,_0x8cd5d2,_0xb1f315),_0x594c4f;}['markMultiRangeInsertion'](_0x2a966e,_0x2705e4='multi',_0x3a596f={}){const _0x5e83c5=this['editor']['plugins']['get']('Users')['me'],_0x517883=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x2705e4,'join');for(const _0x1aa7d8 of this['getSuggestions']())if(_0x1aa7d8['author']['id']==_0x5e83c5['id']&&'insertion'==_0x1aa7d8['type']&&_0x1aa7d8['subType']==_0x2705e4&&(_0x517883(_0x1aa7d8['getRanges'](),_0x2a966e)||_0x517883(_0x2a966e,_0x1aa7d8['getRanges']()))){for(const _0x5a2d65 of _0x2a966e)_0x1aa7d8['addRange'](_0x5a2d65);return _0x1aa7d8;}for(const _0x5c15a7 of _0x2a966e)for(const {suggestion:_0x533b76,meta:_0x1689ec}of this['_findSuggestions'](_0x5c15a7,'insertion')){if(!_0x1689ec['isOwn'])continue;let _0x5ad0f8=!0x0;for(const _0x16bdd1 of _0x533b76['getRanges']())for(const _0x3d1a6d of _0x2a966e)if(!_0x16bdd1['containsRange'](_0x3d1a6d)){_0x5ad0f8=!0x1;break;}if(_0x5ad0f8)return _0x533b76;}const _0x3fc35a=_0x5bd5e5(),_0x56ca40=_0x5e83c5['id'],_0x46ed2a='insertion:'+_0x2705e4,_0x3f152f=this['_setSuggestionData']({'id':_0x3fc35a,'type':_0x46ed2a,'createdAt':new Date(),'authorId':_0x56ca40,'attributes':_0x3a596f});for(const _0x33446e of _0x2a966e)this['_addSuggestionMarker'](_0x46ed2a,_0x3fc35a,_0x56ca40,_0x33446e,_0xbeb2bd['getMultiRangeId']());return _0x3f152f;}['markInlineFormat'](_0x574f1c,_0x1edb62,_0xa4ecca=null,_0x21710b={}){if(_0xa4ecca=_0xa4ecca||pt(_0x1edb62),_0x574f1c['isCollapsed'])return;const _0x14819d=this['editor']['plugins']['get']('Users')['me'],_0x1eb190=[];for(const {suggestion:_0x496148,meta:_0x3a698d}of this['_findSuggestions'](_0x574f1c,'insertion'))_0x3a698d['isOwn']&&!_0x3a698d['isInsideObject']&&_0x1eb190['push'](..._0x496148['getRanges']());const _0x220a96=function(_0x5c5452,_0x3010bc){const _0x56dad9=[];for(const _0x172042 of _0x3010bc){const _0xa7d340=_0x5c5452['getIntersection'](_0x172042);_0xa7d340&&_0x56dad9['push'](_0xa7d340);}return _0x56dad9;}(_0x574f1c,_0x1eb190),_0x3ae156=function(_0x2927a7,_0x1bc1ee){const _0x5d0c9a=[_0x2927a7];for(const _0x2714f4 of _0x1bc1ee){let _0x4adf33=0x0;for(;_0x4adf33<_0x5d0c9a['length'];){const _0x2f43c8=_0x5d0c9a[_0x4adf33]['getDifference'](_0x2714f4);_0x5d0c9a['splice'](_0x4adf33,0x1,..._0x2f43c8),_0x4adf33+=_0x2f43c8['length'];}}return _0x5d0c9a;}(_0x574f1c,_0x1eb190);_0x220a96['length']&&this['_model']['change'](()=>{for(const _0x236170 of _0x220a96){const _0x49d232=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0xa4ecca,'accept');this['forceDefaultExecution'](()=>_0x49d232([_0x236170],_0x1edb62,_0x21710b));}});for(const _0x4b3be5 of _0x3ae156){let _0xb158d6=null,_0x4aa448=_0x4b3be5['start'],_0x33c4f9=_0x4b3be5['end'];for(const {suggestion:_0x40e6da,meta:_0x3d2c31}of this['_findSuggestions'](_0x4b3be5,'formatInline')){if(!_0x3d2c31['isOwn'])continue;if(_0x40e6da['subType']!=_0xa4ecca)continue;const _0x2fca43=_0x40e6da['getFirstRange']();if(_0x2fca43['containsRange'](_0x4b3be5,!0x0))return;_0x4aa448=_0x4aa448['isBefore'](_0x2fca43['start'])?_0x4aa448:_0x2fca43['start'],_0x33c4f9=_0x33c4f9['isAfter'](_0x2fca43['end'])?_0x33c4f9:_0x2fca43['end'],_0xb158d6?_0x2fca43['start']['isBefore'](_0xb158d6['getFirstRange']()['start'])?(_0xb158d6['removeMarkers'](),_0xb158d6=_0x40e6da):_0x40e6da['removeMarkers']():_0xb158d6=_0x40e6da;}const _0x5d8f34=this['_model']['createRange'](_0x4aa448,_0x33c4f9);if(_0xb158d6)this['_setSuggestionRange'](_0xb158d6,_0x5d8f34);else{const _0x30ac39=_0x5bd5e5(),_0x4d11a9=_0x14819d['id'];this['_setSuggestionData']({'id':_0x30ac39,'type':'formatInline:'+_0xa4ecca,'data':_0x1edb62,'createdAt':new Date(),'authorId':_0x4d11a9,'attributes':_0x21710b}),this['_addSuggestionMarker']('formatInline:'+_0xa4ecca,_0x30ac39,_0x4d11a9,_0x5d8f34);}}}['markBlockFormat'](_0x5e26c9,_0x25b85b,_0x2243c6=[],_0x2d3292=null,_0x4255e1={}){_0x25b85b['formatGroupId']||(_0x25b85b['formatGroupId']=_0x25b85b['commandName']),_0x25b85b['multipleBlocks']=_0x5e26c9['is']('range'),_0x2d3292=_0x2d3292||pt(_0x25b85b);const _0x281f85=_0x2243c6['map'](_0x4272ee=>wt(_0x4272ee,this['_model'])),_0x18d908=_0x5e26c9['is']('range')?_0x5e26c9:wt(_0x5e26c9,this['_model']);_0x281f85['push'](_0x18d908);let _0x59bb2b=!0x0;for(const _0x61cc2c of _0x281f85)if(!this['_rangeIsInLocalUserInsertion'](_0x61cc2c)){_0x59bb2b=!0x1;break;}if(_0x59bb2b){const _0x427716=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2d3292,'accept');return void this['forceDefaultExecution'](()=>_0x427716([_0x18d908],_0x25b85b,_0x4255e1));}let _0xf77f19=null,_0x242955=_0x18d908['start'],_0x1e0ce9=_0x18d908['end'];for(const {suggestion:_0x5ea50f,meta:_0x2a682e}of this['_findSuggestions'](_0x18d908,'formatBlock')){if(!_0x2a682e['isOwn']||_0x2a682e['isNextTo']||_0x2a682e['containsRangeInObject']||_0x2a682e['isInsideObject'])continue;if(_0x5ea50f['data']['formatGroupId']!=_0x25b85b['formatGroupId'])continue;const _0x384802=_0x5ea50f['getFirstRange']();if(_0x5ea50f['subType']==_0x2d3292){if(_0x384802['containsRange'](_0x18d908,!0x0))return;_0x242955=_0x242955['isBefore'](_0x384802['start'])?_0x242955:_0x384802['start'],_0x1e0ce9=_0x1e0ce9['isAfter'](_0x384802['end'])?_0x1e0ce9:_0x384802['end'],_0xf77f19?_0x384802['start']['isBefore'](_0xf77f19['getFirstRange']()['start'])?(_0xf77f19['removeMarkers'](),_0xf77f19=_0x5ea50f):_0x5ea50f['removeMarkers']():_0xf77f19=_0x5ea50f;}else{const _0x56b2ff=_0x18d908['getIntersection'](_0x384802);this['_cutOutSuggestionMarker'](_0x5ea50f,_0x56b2ff);}}const _0x4638b5=this['editor']['plugins']['get']('Users')['me'],_0xec0206=_0x5bd5e5(),_0x49d19b=_0x4638b5['id'];_0xf77f19?this['_setSuggestionRange'](_0xf77f19,this['_model']['createRange'](_0x242955,_0x1e0ce9)):(this['_setSuggestionData']({'id':_0xec0206,'type':'formatBlock:'+_0x2d3292,'data':_0x25b85b,'createdAt':new Date(),'authorId':_0x49d19b,'attributes':_0x4255e1}),this['_addSuggestionMarker']('formatBlock:'+_0x2d3292,_0xec0206,_0x49d19b,this['_model']['createRange'](_0x242955,_0x1e0ce9)));}['markMultiRangeBlockFormat'](_0x505a7f,_0x4b5b49,_0x5444c7=[],_0x4337a0=null,_0x1304ca={}){_0x4b5b49['formatGroupId']||(_0x4b5b49['formatGroupId']=_0x4b5b49['commandName']),_0x4b5b49['multipleBlocks']=!0x1,_0x4337a0=_0x4337a0||pt(_0x4b5b49);const _0x2d0183=_0x5444c7['map'](_0x561ec0=>wt(_0x561ec0,this['_model'])),_0x41f41d=_0x505a7f['map'](_0x446fb3=>wt(_0x446fb3,this['_model']));_0x2d0183['push'](..._0x41f41d);let _0x260173=!0x0;for(const _0x305b91 of _0x2d0183)if(!this['_rangeIsInLocalUserInsertion'](_0x305b91)){_0x260173=!0x1;break;}if(_0x260173){const _0x20fba7=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4337a0,'accept');return void this['forceDefaultExecution'](()=>_0x20fba7(_0x41f41d,_0x4b5b49,_0x1304ca));}const _0x258a67=this['editor']['plugins']['get']('Users')['me'];for(const _0x18ba85 of this['getSuggestions']()){if(_0x18ba85['author']['id']!=_0x258a67['id'])continue;if('formatBlock'!=_0x18ba85['type']||_0x18ba85['data']['formatGroupId']!=_0x4b5b49['formatGroupId'])continue;const _0x2c15d5=_0x18ba85['subType']==_0x4337a0;for(let _0x13ff79=0x0;_0x13ff79<_0x41f41d['length'];_0x13ff79++){const _0x2227a9=_0x41f41d[_0x13ff79];for(const _0xfd19e0 of _0x18ba85['getMarkers']()){const _0x32e163=_0xfd19e0['getRange']();if(_0x2227a9['isEqual'](_0x32e163)){_0x2c15d5?(_0x41f41d['splice'](_0x13ff79,0x1),_0x13ff79--):_0x18ba85['removeMarker'](_0xfd19e0['name']);break;}}}}if(0x0==_0x41f41d['length'])return;const _0x3f5cf1=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x4337a0,'join');for(const _0x2577d4 of this['getSuggestions']())if(_0x2577d4['author']['id']==_0x258a67['id']&&'formatBlock'==_0x2577d4['type']&&_0x2577d4['data']['formatGroupId']==_0x4b5b49['formatGroupId']&&_0x2577d4['subType']==_0x4337a0&&(_0x3f5cf1(_0x2577d4['getRanges'](),_0x41f41d)||_0x3f5cf1(_0x41f41d,_0x2577d4['getRanges']()))){for(const _0x3f6101 of _0x41f41d)_0x2577d4['addRange'](_0x3f6101);return _0x2577d4;}const _0xac136b=_0x5bd5e5(),_0x15cd49=_0x258a67['id'],_0x499f6f='formatBlock:'+_0x4337a0,_0x4357d7=this['_setSuggestionData']({'id':_0xac136b,'type':_0x499f6f,'data':_0x4b5b49,'createdAt':new Date(),'authorId':_0x15cd49,'attributes':_0x1304ca});for(const _0x2a5405 of _0x41f41d)this['_addSuggestionMarker'](_0x499f6f,_0xac136b,_0x15cd49,_0x2a5405,_0xbeb2bd['getMultiRangeId']());return _0x4357d7;}['markDeletion'](_0x4244b7,_0x4b6f4a=null,_0x3a783e={}){if(_0x4244b7['isCollapsed'])return null;const _0x53e949=this['editor']['plugins']['get']('Users')['me'],_0x2f147e=new _0x31ce06(_0x4244b7['start'],_0x4244b7['end']);for(const {suggestion:_0x3e556b,meta:_0x30516b}of this['_findSuggestions'](_0x2f147e,'insertion'))if(_0x30516b['isOwn']&&!_0x30516b['isNextTo']){if(_0x3e556b['isMultiRange']){const _0x58239a=_0x3e556b['getRanges']()['filter'](_0x1fe050=>'$graveyard'!=_0x1fe050['root']['rootName']);_0x58239a['every'](_0xe619bb=>_0x2f147e['containsRange'](_0xe619bb,!0x0))&&_0x3e556b['discard']();if(_0x58239a['some'](_0x50057f=>_0x50057f['containsRange'](_0x2f147e,!0x0))){const _0x540f59=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4b6f4a,'accept');return this['forceDefaultExecution'](()=>_0x540f59([_0x2f147e],null,_0x3a783e)),null;}}else{const _0x2b1ba7=_0x2f147e['getIntersection'](_0x3e556b['getFirstRange']());_0x3e556b['_onDiscard']([_0x2b1ba7],null,_0x3a783e);}}if(_0x2f147e['detach'](),_0x2f147e['isCollapsed']||'$graveyard'==_0x2f147e['root']['rootName'])return null;let _0x5c874c=null,_0x45fe25=_0x2f147e['start'],_0x1930a8=_0x2f147e['end'];for(const {suggestion:_0x200ee8,meta:_0x24eea4}of this['_findSuggestions'](_0x2f147e,'deletion'))if(_0x24eea4['isOwn']){if(_0x200ee8['isMultiRange']){let _0x1fea31=!0x0;for(const _0x1fdfd8 of _0x200ee8['getRanges']()){if(_0x1fdfd8['containsRange'](_0x2f147e,!0x0))return _0x200ee8;_0x2f147e['containsRange'](_0x1fdfd8)||(_0x1fea31=!0x1);}_0x1fea31&&_0x200ee8['discard']();}else{const _0x51ad67=_0x200ee8['getFirstRange']();if(_0x51ad67['containsRange'](_0x2f147e,!0x0))return _0x200ee8;_0x45fe25=_0x45fe25['isBefore'](_0x51ad67['start'])?_0x45fe25:_0x51ad67['start'],_0x1930a8=_0x1930a8['isAfter'](_0x51ad67['end'])?_0x1930a8:_0x51ad67['end'],_0x5c874c?_0x51ad67['start']['isBefore'](_0x5c874c['getFirstRange']()['start'])?(_0x5c874c['removeMarkers'](),_0x5c874c=_0x200ee8):_0x200ee8['removeMarkers']():_0x5c874c=_0x200ee8;}}if(_0x5c874c)return this['_setSuggestionRange'](_0x5c874c,this['_model']['createRange'](_0x45fe25,_0x1930a8)),_0x5c874c;{const _0x1e0816=_0x5bd5e5(),_0x1bd0fc=this['_model']['createRange'](_0x45fe25,_0x1930a8),_0x4e6e28=_0x53e949['id'],_0x14be4e=_0x4b6f4a?'deletion:'+_0x4b6f4a:'deletion',_0x1275ea=this['_setSuggestionData']({'id':_0x1e0816,'type':_0x14be4e,'createdAt':new Date(),'authorId':_0x4e6e28,'attributes':_0x3a783e});return this['_addSuggestionMarker'](_0x14be4e,_0x1e0816,_0x4e6e28,_0x1bd0fc),_0x1275ea;}}['markMultiRangeDeletion'](_0x2127f6,_0x5c6c52='multi',_0x37f01a={}){const _0xd1fbbf=this['editor']['plugins']['get']('Users')['me'],_0x4842c8=_0x2127f6['map'](_0x4e7dae=>new _0x31ce06(_0x4e7dae['start'],_0x4e7dae['end'])),_0x5270d2=new Set();for(const _0x17c47e of _0x4842c8)for(const {suggestion:_0x5a3bdc,meta:_0x1eadb6}of this['_findSuggestions'](_0x17c47e,'insertion'))_0x1eadb6['isOwn']&&!_0x1eadb6['isNextTo']&&_0x5270d2['add'](_0x5a3bdc);for(const _0x55f19c of _0x5270d2)if(_0x55f19c['isMultiRange']){const _0x5d831c=_0x55f19c['getRanges']();(!_0x55f19c['attributes']||!_0x55f19c['attributes']['skipNestingCheck'])&&(_0x5d831c['every'](_0x10ad66=>_0x4842c8['some'](_0x108ae6=>_0x108ae6['containsRange'](_0x10ad66,!0x0)))&&_0x55f19c['discard']());if(_0x4842c8['every'](_0x425e09=>_0x5d831c['some'](_0x3b4ad8=>_0x3b4ad8['containsRange'](_0x425e09,!0x0)))){const _0x32899d=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x5c6c52,'accept');return this['forceDefaultExecution'](()=>_0x32899d(_0x2127f6,null,_0x37f01a)),null;}}else{const _0x47d5ae=_0x55f19c['getFirstRange']();_0x4842c8['some'](_0x4d95d4=>_0x4d95d4['containsRange'](_0x47d5ae,!0x0))&&_0x55f19c['discard']();if(_0x4842c8['every'](_0x4c0ef9=>_0x47d5ae['containsRange'](_0x4c0ef9,!0x0))){const _0x294465=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x5c6c52,'accept');return this['forceDefaultExecution'](()=>_0x294465(_0x4842c8,null,_0x37f01a)),null;}}const _0x2c41a8=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x5c6c52,'join');let _0x2a58fc=null;for(const _0x4d3799 of this['getSuggestions']())if(_0x4d3799['author']['id']==_0xd1fbbf['id']&&_0x4d3799['isInContent']&&'deletion'==_0x4d3799['type']&&_0x4d3799['subType']==_0x5c6c52&&(_0x2c41a8(_0x4d3799['getRanges'](),_0x4842c8)||_0x2c41a8(_0x4842c8,_0x4d3799['getRanges']()))){if(_0x2a58fc){if(_0x4d3799['commentThread']&&_0x4d3799['commentThread']['length'])continue;for(const _0x59c0dd of _0x4d3799['getRanges']())_0x2a58fc['isIntersectingWithRange'](_0x59c0dd)||_0x2a58fc['addRange'](_0x59c0dd);_0x4d3799['removeMarkers']();}else{_0x2a58fc=_0x4d3799;for(const _0x100bc4 of _0x4842c8)_0x4d3799['isIntersectingWithRange'](_0x100bc4)||_0x4d3799['addRange'](_0x100bc4);}}if(_0x2a58fc)return _0x2a58fc;_0x5270d2['clear']();for(const _0x2ac1c8 of _0x4842c8)for(const {suggestion:_0x3e87c0,meta:_0x1d3102}of this['_findSuggestions'](_0x2ac1c8,'deletion'))_0x1d3102['isOwn']&&_0x5270d2['add'](_0x3e87c0);for(const _0x3afd8d of _0x5270d2){const _0x39449f=_0x3afd8d['getRanges']();if(!_0x37f01a||!_0x37f01a['skipNestingCheck']){if(_0x4842c8['every'](_0x3e919c=>_0x39449f['some'](_0x202686=>_0x202686['containsRange'](_0x3e919c,!0x0))))return _0x3afd8d;}(!_0x3afd8d['attributes']||!_0x3afd8d['attributes']['skipNestingCheck'])&&(_0x39449f['every'](_0x59fe36=>_0x4842c8['some'](_0x2f572e=>_0x2f572e['containsRange'](_0x59fe36,!0x0)))&&_0x3afd8d['discard']());}const _0x1c7dc3=_0x5bd5e5(),_0x3aa302=_0xd1fbbf['id'],_0x12a9d5='deletion:'+_0x5c6c52,_0x5a9d60=this['_setSuggestionData']({'id':_0x1c7dc3,'type':_0x12a9d5,'createdAt':new Date(),'authorId':_0x3aa302,'attributes':_0x37f01a});for(const _0x49e429 of _0x4842c8)_0x49e429['detach'](),_0x49e429['isCollapsed']||'$graveyard'==_0x49e429['root']['rootName']||this['_addSuggestionMarker'](_0x12a9d5,_0x1c7dc3,_0x3aa302,_0x49e429,_0xbeb2bd['getMultiRangeId']());return _0x5a9d60;}['_setSuggestionRange'](_0x143899,_0x46ab17){const _0x3a55bf=_0x143899['getFirstMarker']();this['_model']['change'](_0x72b55f=>{_0x72b55f['updateMarker'](_0x3a55bf,{'range':_0x46ab17});});}['_addThreadToSuggestion'](_0x141d83){const _0x4230cc=_0x141d83['id'],_0x37a2e1=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x4230cc)||this['_commentsRepository']['addCommentThread']({'channelId':_0x37a2e1,'threadId':_0x4230cc});const _0x4e6db7=this['_commentsRepository']['getCommentThread'](_0x4230cc);_0x4e6db7['unbind']('isRemovable'),_0x4e6db7['isRemovable']=!0x1,_0x141d83['commentThread']=_0x4e6db7;}['_checkSuggestionCorrectness'](_0x527bbc,_0x44d14e,_0x16a9d6,_0x20ba84){if(_0x527bbc['type']!=_0x44d14e||_0x527bbc['subType']!=_0x16a9d6||_0x527bbc['author']['id']!=_0x20ba84)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3af4d7('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x3c8f99,_0x3dce3c){const _0x2b80e7=_0x3c8f99['getFirstRange']();if(_0x3dce3c['isEqual'](_0x2b80e7))_0x3c8f99['removeMarkers']();else{if(_0x2b80e7['containsRange'](_0x3dce3c)){const _0x51b2a9=this['_model']['createPositionAt'](_0x3dce3c['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3c8f99,this['_model']['createRange'](_0x2b80e7['start'],_0x51b2a9));const _0x402f2b=_0x5bd5e5(),_0x5b8fb1=_0x3c8f99['author']['id'],_0x1f805d=_0x3c8f99['type']+':'+_0x3c8f99['subType'];this['_setSuggestionData']({'id':_0x402f2b,'type':_0x1f805d,'createdAt':new Date(),'authorId':_0x5b8fb1,'data':_0x3c8f99['data'],'attributes':_0x3c8f99['attributes']});const _0x538eed=this['_model']['createPositionAt'](_0x3dce3c['end']['parent'],'after'),_0x400b26=this['_model']['createRange'](_0x538eed,_0x2b80e7['end']);this['_addSuggestionMarker'](_0x1f805d,_0x402f2b,_0x5b8fb1,_0x400b26);}else{if(_0x2b80e7['containsPosition'](_0x3dce3c['start'])){const _0x4fb0a2=this['_model']['createPositionAt'](_0x3dce3c['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3c8f99,this['_model']['createRange'](_0x2b80e7['start'],_0x4fb0a2));}else{const _0x4d898b=this['_model']['createPositionAt'](_0x3dce3c['end']['parent'],'after');this['_setSuggestionRange'](_0x3c8f99,this['_model']['createRange'](_0x4d898b,_0x2b80e7['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x11cf37){for(const {suggestion:_0x1877d8,meta:_0x817ca9}of this['_findSuggestions'](_0x11cf37,'insertion')){if(!_0x817ca9['isOwn'])continue;const _0x1fb500=_0x1877d8['getRanges']();for(const _0x51ad07 of _0x1fb500)if(!_0x11cf37['getDifference'](_0x51ad07)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x4e7e6a){const _0x29b434=this['editor']['plugins']['get']('Users')['getUser'](_0x4e7e6a);if(!_0x29b434)throw new _0x3af4d7('track-changes-user-not-found',this);return _0x29b434;}['_createSuggestion'](_0x4139da,_0x5bb773,_0xdbf4df,_0x37f4e5){const _0x1fc061=this['_getAuthorFromId'](_0x37f4e5),_0x39906d=this['_suggestionFactory']['buildSuggestion'](_0x4139da,_0x5bb773,_0xdbf4df,_0x1fc061,_0x133bb1=>this['_updateSuggestionData'](_0xdbf4df,{'attributes':_0x133bb1}));return this['listenTo'](_0x39906d,'accept',()=>{this['_updateSuggestionData'](_0xdbf4df,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x39906d,'discard',()=>{this['_updateSuggestionData'](_0xdbf4df,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0xdbf4df,_0x39906d),this['_suggestionState']['set'](_0x39906d,'notReady'),_0x39906d;}['_splitMarkerName'](_0x560fe5){const _0x547c58=_0x560fe5['split'](':');return{'group':_0x547c58[0x0],'type':_0x547c58[0x1],'subType':_0x547c58['length']>=0x5?_0x547c58[0x2]:null,'id':_0x547c58['length']<0x5?_0x547c58[0x2]:_0x547c58[0x3],'authorId':_0x547c58['length']<0x5?_0x547c58[0x3]:_0x547c58[0x4],'markerCount':0x6==_0x547c58['length']?_0x547c58[0x5]:null};}['_breakSuggestionMarker'](_0x32f8f9,_0x4b64c7,_0x4449fc){const _0x332c41=_0x32f8f9['getFirstRange'](),_0x1a6770=_0x332c41['start'],_0xed8e12=_0x332c41['end'];this['_setSuggestionRange'](_0x32f8f9,this['_model']['createRange'](_0x1a6770,_0x4b64c7));const _0x567272=_0x5bd5e5(),_0x37ff1b=_0x32f8f9['author']['id'],_0x37cd26=_0x32f8f9['type']+(_0x32f8f9['subType']?':'+_0x32f8f9['subType']:'');this['_setSuggestionData']({'id':_0x567272,'type':_0x37cd26,'createdAt':new Date(),'authorId':_0x37ff1b,'originalSuggestionId':_0x32f8f9['id'],'data':_0x32f8f9['data']}),'formatBlock'==_0x32f8f9['type']&&(_0x4449fc=this['_model']['createPositionBefore'](_0x4449fc['parent'])),this['_addSuggestionMarker'](_0x37cd26,_0x567272,_0x37ff1b,this['_model']['createRange'](_0x4449fc,_0xed8e12));}['_findSuggestions'](_0x279887,_0x127fde=null){const _0x148612=[],_0x1e8f28=this['_model']['schema'],_0x69d08d=this['editor']['plugins']['get']('Users')['me'];for(const _0x1fc996 of this['getSuggestions']())if(_0x1fc996['isInContent']&&(!_0x127fde||_0x1fc996['type']==_0x127fde))for(const _0x35dd16 of _0x1fc996['getRanges']()){const _0x26481d=_0x279887['start']['isEqual'](_0x35dd16['end'])||_0x279887['end']['isEqual'](_0x35dd16['start']);if(_0x26481d||_0x279887['getIntersection'](_0x35dd16)){const _0xa94a6b=_0x279887['containsRange'](_0x35dd16)&<(_0x1e8f28,_0x35dd16['start'],_0x279887),_0x2c6d7f=_0x35dd16['containsRange'](_0x279887)&<(_0x1e8f28,_0x279887['start'],_0x35dd16);_0x148612['push']({'suggestion':_0x1fc996,'meta':{'isOwn':_0x69d08d==_0x1fc996['author'],'isNextTo':_0x26481d,'isInsideObject':_0xa94a6b,'containsRangeInObject':_0x2c6d7f}});break;}}return _0x148612;}['_addSuggestionMarker'](_0x86c9f3,_0x5eb937,_0x3b08bd,_0x5085df,_0xe1b3cc=null){this['_model']['change'](_0x1c7eaa=>{let _0x2c9410='suggestion:'+_0x86c9f3+':'+_0x5eb937+':'+_0x3b08bd;_0xe1b3cc&&(_0x2c9410=_0x2c9410+':'+_0xe1b3cc),_0x1c7eaa['addMarker'](_0x2c9410,{'range':_0x5085df,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x3cec4b){const _0x555972=_0x3cec4b['previous'],_0x3c5aa1=_0x3cec4b['next'];_0x3cec4b['previous']=null,null!=_0x555972&&(_0x555972['next']=null),_0x3cec4b['next']=null,null!=_0x3c5aa1&&(_0x3c5aa1['previous']=null),'ready'==this['_suggestionState']['get'](_0x3cec4b)&&(this['_suggestionState']['set'](_0x3cec4b,'removed'),this['fire']('suggestionUnloaded',_0x3cec4b,_0x555972,_0x3c5aa1));}['_setSuggestionData'](_0x25975b){const _0x542ed4=_0x25975b['id'],_0x21c6d1=this['addSuggestionData'](_0x25975b);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x50ba78=this['editor']['plugins']['get']('PendingActions'),_0x1289a2=_0x21c6d1['hasComments'],_0x4d1a4c=_0x21c6d1['subType']?_0x21c6d1['type']+':'+_0x21c6d1['subType']:_0x21c6d1['type'],t=this['editor']['locale']['t'],_0x2c37df=_0x50ba78['add'](t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'})),_0x254710={'id':_0x542ed4,'type':_0x4d1a4c,'hasComments':_0x1289a2,'data':_0x25975b['data']||null,'originalSuggestionId':_0x25975b['originalSuggestionId']||null,'attributes':_0x21c6d1['attributes']};this['_adapter']['addSuggestion'](_0x254710)['then'](_0x5121b6=>{_0x21c6d1['_saved']=!0x0,_0x50ba78['remove'](_0x2c37df),_0x5121b6&&_0x5121b6['createdAt']&&(this['_suggestions']['get'](_0x542ed4)['createdAt']=_0x5121b6['createdAt']);});}return _0x21c6d1;}['_updateSuggestionData'](_0x2351c2,_0x23b59f){const _0x34eb39=this['editor']['plugins']['get']('PendingActions'),_0x56644c=this['_suggestions']['get'](_0x2351c2);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x56644c['_saved']){const t=this['editor']['locale']['t'],_0x1482db=_0x34eb39['add'](t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'}));this['_adapter']['updateSuggestion'](_0x2351c2,_0x23b59f)['then'](()=>{_0x34eb39['remove'](_0x1482db);});}else _0x56644c['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x2351c2,_0x23b59f);});}}['_getSuggestionData'](_0x4cbad8){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3af4d7('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x4cbad8);}['_handleNewSuggestionMarker'](_0x240389){const {id:_0x5c17fb,type:_0x19dfbf,subType:_0x1e041f,authorId:_0x8c6aba}=this['_splitMarkerName'](_0x240389),_0x2c778e=this['_suggestions']['get'](_0x5c17fb)||this['_createSuggestion'](_0x19dfbf,_0x1e041f,_0x5c17fb,_0x8c6aba);switch(this['_checkSuggestionCorrectness'](_0x2c778e,_0x19dfbf,_0x1e041f,_0x8c6aba),this['_suggestionState']['get'](_0x2c778e)){case'notReady':this['_getSuggestionData'](_0x5c17fb)['then'](_0x59b519=>{let _0x4ed2a9=Promise['resolve']();_0x59b519['hasComments']&&(_0x4ed2a9=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x5c17fb})),_0x4ed2a9['then'](()=>{this['addSuggestionData'](_0x59b519)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x2c778e,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x5c17fb,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x2c778e,'ready'),this['fire']('suggestionLoaded',_0x2c778e);break;case'ready':this['fire']('suggestionChanged',_0x2c778e);}_0x2c778e['addMarkerName'](_0x240389),this['_refreshSuggestionsChain'](_0x2c778e);}['_refreshSuggestionsChain'](_0x27fec4){if(_0x27fec4['isMultiRange'])return;let _0x2d8bdf=!0x0,_0x43fc97=!0x0;for(const _0x35325e of this['getSuggestions']()){if(_0x35325e['isMultiRange'])continue;if(_0x35325e==_0x27fec4||!_0x35325e['isInContent'])continue;if(_0x35325e['author']['id']!=_0x27fec4['author']['id'])continue;const _0x28a224=this['_suggestionFactory']['getSuggestionCallback'](_0x27fec4['type'],_0x27fec4['subType'],'chain'),_0xe28724=this['_suggestionFactory']['getSuggestionCallback'](_0x35325e['type'],_0x35325e['subType'],'chain'),_0x5c5505=_0x28a224(_0x27fec4,_0x35325e),_0x189474=_0xe28724(_0x27fec4,_0x35325e);_0x5c5505&&_0x189474&&(_0x5c5505[0x1]['commentThread']&&_0x5c5505[0x1]['commentThread']['length']||(_0x5c5505[0x0]['next']=_0x5c5505[0x1],_0x5c5505[0x1]['previous']=_0x5c5505[0x0],_0x5c5505[0x0]==_0x27fec4?_0x43fc97=!0x1:_0x2d8bdf=!0x1));}_0x27fec4['previous']&&_0x2d8bdf&&(_0x27fec4['previous']['next']=null,_0x27fec4['previous']=null),_0x27fec4['next']&&_0x43fc97&&(_0x27fec4['next']['previous']=null,_0x27fec4['next']=null);}['_joinWithAdjacentSuggestions'](_0x110553){for(const _0x422430 of this['_suggestions']['values']()){if(_0x422430==_0x110553||!_0x422430['isInContent'])continue;if(_0x422430['type']!=_0x110553['type']||_0x422430['author']['id']!=_0x110553['author']['id']||_0x422430['subType']!=_0x110553['subType'])continue;const _0x3da12a=this['_suggestionFactory']['getSuggestionCallback'](_0x110553['type'],_0x110553['subType'],'join');if(_0x3da12a(_0x422430['getRanges'](),_0x110553['getRanges']())){if(_0x110553['commentThread']&&_0x110553['commentThread']['length'])continue;return this['_joinSuggestions'](_0x422430,_0x110553),!0x0;}if(_0x3da12a(_0x110553['getRanges'](),_0x422430['getRanges']())){if(_0x422430['commentThread']&&_0x422430['commentThread']['length'])continue;return this['_joinSuggestions'](_0x110553,_0x422430),!0x0;}}return!0x1;}['_joinSuggestions'](_0xb203da,_0x46c9ce){if(_0xb203da['isMultiRange'])for(const _0xab860c of _0x46c9ce['getRanges']())_0xb203da['addRange'](_0xab860c);else{const _0x362089=_0x46c9ce['getFirstRange']()['end'];this['_setSuggestionRange'](_0xb203da,this['_model']['createRange'](_0xb203da['getFirstRange']()['start'],_0x362089));}_0x46c9ce['removeMarkers']();}}_0x1aa60c(d,_0x50e452);class gt{constructor(_0x612052){this['_editor']=_0x612052,this['_model']=_0x612052['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x304fd5,_0x42241c,_0xbf8c17,_0x569098,_0x4f35a7){return new _0xbeb2bd(this['_model'],{'type':_0x304fd5,'subType':_0x42241c,'id':_0xbf8c17,'author':_0x569098,'onAttributesChange':_0x4f35a7,'onAccept':(..._0x43a293)=>this['getSuggestionCallback'](_0x304fd5,_0x42241c,'accept')(..._0x43a293),'onDiscard':(..._0x172fbb)=>this['getSuggestionCallback'](_0x304fd5,_0x42241c,'discard')(..._0x172fbb)});}['registerCustomCallback'](_0xec5a28,_0x5a8f81,_0xf17096,_0x462667){const _0x3436cf=_0xec5a28+':'+_0x5a8f81+':'+_0xf17096;this['_customCallbacks']['set'](_0x3436cf,_0x462667);}['getSuggestionCallback'](_0x496e7c,_0x562982,_0x468199){const _0x16de6b=_0x496e7c+':'+_0x562982+':'+_0x468199;return this['_customCallbacks']['get'](_0x16de6b)||this['_defaultCallbacks']['get'](_0x496e7c+':'+_0x468199);}['_registerDefaultCallbacks'](){const _0xd9dd=()=>{},_0x31ffe5=_0x1995b0=>{_0x1995b0['sort']((_0x536777,_0x26bee9)=>_0x536777['start']['isBefore'](_0x26bee9['start'])?0x1:-0x1),this['_model']['change'](_0x549050=>{for(const _0x44f2c9 of _0x1995b0){let _0xcb4574;_0xcb4574=_0x44f2c9['end']['isAtEnd']&&_0x44f2c9['end']['parent']==_0x44f2c9['start']['nodeAfter']?_0x549050['createSelection'](_0x44f2c9['start']['nodeAfter'],'on'):_0x549050['createSelection'](_0x44f2c9),this['_model']['deleteContent'](_0xcb4574,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4cdf05=(_0x573cf5,_0x46eeb5)=>{this['_model']['change'](_0x54af97=>{const {commandName:_0x45c392,commandParams:_0x66ed2b=[]}=_0x46eeb5,_0x15bb1d=_0x573cf5[0x0];if('$graveyard'==_0x15bb1d['root']['rootName'])return;const _0x33dd8f=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x1a76e7=>_0x31ce06['fromRange'](_0x1a76e7));dt(_0x15bb1d)?_0x54af97['setSelection'](this['_model']['createRange'](_0x15bb1d['end'])):_0x54af97['setSelection'](_0x15bb1d);for(const _0x44cab7 of this['_editor']['commands']['commands']())_0x44cab7['refresh']();_0x66ed2b['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x45c392,..._0x66ed2b);const _0x45bf47=_0x33dd8f['filter'](_0x163587=>'$graveyard'!=_0x163587['root']['rootName']);_0x45bf47['length']>0x0&&_0x54af97['setSelection'](_0x45bf47);for(const _0x52cf37 of _0x33dd8f)_0x52cf37['detach']();});},_0xcce9c3=(_0x268bb4,_0xb7965f)=>0x1==_0x268bb4['length']&&0x1==_0xb7965f['length']&&_0x268bb4[0x0]['end']['isEqual'](_0xb7965f[0x0]['start']),_0x5a91f9=(_0x172cf8,_0x22d2db)=>yt(_0x172cf8,_0x22d2db,this['_model'])?[_0x172cf8,_0x22d2db]:yt(_0x22d2db,_0x172cf8,this['_model'])?[_0x22d2db,_0x172cf8]:null;this['_defaultCallbacks']['set']('insertion:accept',_0xd9dd),this['_defaultCallbacks']['set']('insertion:discard',_0x31ffe5),this['_defaultCallbacks']['set']('insertion:join',_0xcce9c3),this['_defaultCallbacks']['set']('insertion:chain',_0x5a91f9),this['_defaultCallbacks']['set']('deletion:accept',_0x31ffe5),this['_defaultCallbacks']['set']('deletion:discard',_0xd9dd),this['_defaultCallbacks']['set']('deletion:join',_0xcce9c3),this['_defaultCallbacks']['set']('deletion:chain',_0x5a91f9),this['_defaultCallbacks']['set']('formatInline:accept',_0x4cdf05),this['_defaultCallbacks']['set']('formatInline:discard',_0xd9dd),this['_defaultCallbacks']['set']('formatInline:join',_0xcce9c3),this['_defaultCallbacks']['set']('formatInline:chain',_0xd9dd),this['_defaultCallbacks']['set']('formatBlock:accept',_0x4cdf05),this['_defaultCallbacks']['set']('formatBlock:discard',_0xd9dd),this['_defaultCallbacks']['set']('formatBlock:join',_0xcce9c3),this['_defaultCallbacks']['set']('formatBlock:chain',_0xd9dd);}}function lt(_0x1e187b,_0x53f8c6,_0x3e5141){for(const _0x5b35e of _0x53f8c6['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5b35e['root']==_0x5b35e)return!0x1;if(!_0x3e5141['containsItem'](_0x5b35e))return!0x1;if(_0x1e187b['isObject'](_0x5b35e)||_0x1e187b['isLimit'](_0x5b35e))return!0x0;}}function dt(_0x3a4dc7){return _0x3a4dc7['end']['parent']==_0x3a4dc7['start']['nodeAfter']&&_0x3a4dc7['end']['isAtStart'];}function mt(_0x1ca862,_0x92404a,_0x21217e,_0x536629){const _0x5e38b0=_0x1f7777=>!_0x1f7777['item']['is']('textProxy')&&!_0x536629['isObject'](_0x1f7777['item']),_0x5e73b6=_0x1ca862['start']['getLastMatchingPosition'](_0x5e38b0),_0x5cde55=_0x1ca862['end']['getLastMatchingPosition'](_0x5e38b0,{'direction':'backward'});return(!_0x1ca862['start']['isEqual'](_0x5e73b6)||!_0x1ca862['end']['isEqual'](_0x5cde55))&&(_0x5e73b6['isBefore'](_0x5cde55)?_0x21217e['updateMarker'](_0x92404a,{'range':_0x21217e['createRange'](_0x5e73b6,_0x5cde55)}):_0x21217e['removeMarker'](_0x92404a),!0x0);}function pt(_0x3cdda5){return ft(_0x3cdda5);}function kt(_0x4c82bc){const _0x5d4d51=_0x4c82bc['start']['nodeAfter'];return _0x5d4d51&&_0x5d4d51['is']('element');}function wt(_0x35ca2c,_0x55d5ce){const _0x1e2ba7=_0x55d5ce['schema']['isObject'](_0x35ca2c)||_0x55d5ce['schema']['isSelectable'](_0x35ca2c);return _0x55d5ce['createRange'](_0x55d5ce['createPositionAt'](_0x35ca2c,'before'),_0x1e2ba7?_0x55d5ce['createPositionAfter'](_0x35ca2c):_0x55d5ce['createPositionAt'](_0x35ca2c,'end'));}function yt(_0x13358c,_0x182ee1,_0x19129b){const _0x365631=_0x13358c['getFirstRange'](),_0x4a833=_0x182ee1['getFirstRange']();if(_0x365631['end']['isEqual'](_0x4a833['start']))return!0x0;if(_0x13358c['type']!=_0x182ee1['type'])return!0x1;if(!_0x365631['end']['isTouching'](_0x4a833['start']))return!0x1;const _0xa0b025=_0x19129b['createRange'](_0x365631['end'],_0x4a833['start'])['getWalker']();for(const _0x440670 of _0xa0b025)if(['elementStart','elementEnd']['includes'](_0x440670['type'])&&_0x19129b['schema']['isLimit'](_0x440670['item']))return!0x1;return!0x0;}
|
|
23
|
+
const _0x5ca0=['_updateSuggestionData','_joinWithAdjacentSuggestions','_addSuggestionMarker','insertContent','marker-count','getAllAdjacentSuggestions','formatBlock','isSelectable','fire','registerCustomCallback','hasComments','dataReady','isNextTo','execute','addSuggestion','editing','model','_joinSuggestions','getRanges','isObject','removeClass','data','filter','change:data','isLocal','notReady','addClass','originalSuggestionId','isCollapsed','markInlineFormat','getCustomProperty','skipNestingCheck','forceDefaultExecution','normal','stop','fetchCommentThread','detach','isInContent','elementToElement','isUndo','markDeletion','collaboration.channelId','_suggestionState','set','getWalker','toViewElement','splitPosition','newRange','containsRangeInObject','_createSuggestion','createPositionAt','listenTo','_setSuggestionRange','map','updateMarker','targetPosition','markBlockFormat','every','_defaultCallbacks','clear','deletion:discard','join','createdAt','_rangeIsInLocalUserInsertion','elementStart','suggestion:','isBefore','markers','getShiftedBy','createRangeIn','fromCharCode','ck-suggestion-marker','getUser','getSuggestion','some','getMultiRangeId','getSuggestionCallback','acceptSuggestion','commentThread','$graveyard','_suggestions','getNearestSelectionRange','add','schema','push','includes','track-changes-suggestion-data-mismatch','differ','return','pluginName','formatInline','reconvertMarker','formatBlock:chain','isInsideObject','markerReady','locale','removeAttribute','rootName','rejected','getAttribute','containsPosition','consumable','setSelection','values','_enabledCommands','formatInline:','elementEnd','containerElement','multi','formatBlock:','end','getFirstRange','createPositionBefore','config','formatInline:discard','removeComment','getIntersection','parent','deletion:join','track-changes-suggestion-not-found','suggestion','addHighlight','PENDING_ACTION_SUGGESTION','markMultiRangeInsertion','getFirstMarker','value','_registerDefaultCallbacks','insertion:accept','suggestionUnloaded','before','discard','for','remove','discardAllSuggestions','addMarkerName','selection','containsRange','isBlock','consume','_getSuggestionData','formatInline:join','requires','change:activeMarkers','nodeAfter','_model','plugins','conversion','size','_refreshSuggestionsChain','_editor','getAncestors','accept','getCommentThread','trackChanges','deletion','removeMarker','accepted','isIntersectingWithRange','element','CommentsRepository','createSelection','after','has','_cutOutSuggestionMarker','buildSuggestion','next','createPositionAfter','attributes','writer','low','isAfter','splice','item','addSuggestionData','addMarker:suggestion','hasSuggestion','insertion','ck-suggestion-marker-','deleteContent','insertion:','addMarker:suggestion:formatBlock','change:_saved','start','clone','suggestionChanged','_findSuggestions','fromRange','get','getChanges','textProxy','PendingActions','discardSelectedSuggestions','name','getSuggestions','then','getRange','type','lowest','commands','resolve','mapper','removeMarkers','Users','commandName','_setSuggestionData','_adapter','$marker','getDifference','range','insertion:chain','high','track-changes-adapter-already-set','rethrowUnexpectedError','chain','enableCommand','head','track-changes-command-not-found','unbind','suggestionLoaded','_customCallbacks','editingDowncast','howMany','TrackChangesEditing','isLimit','document','batch','insert','multipleBlocks','formatGroupId','deletion:accept','author','addMarker','length','isEqual','trackChangesCommand','_isForcedDefaultExecutionBlock','isDocumentOperation','_removeSuggestion','previous','track-changes-user-not-found','ready','nodeBefore','removed','markMultiRangeDeletion','_addThreadToSuggestion','formatBlock:join','root','addComment','position','removeMarker:suggestion:formatBlock','getItems','acceptSelectedSuggestions','upcast','markerToData','track-changes-adapter-missing-getsuggestion','_suggestionFactory','deletion:','_saved','adapter','init','enableReadOnlyMode','sort','markInsertion','subType','bindElementToMarker','activeMarkers','open','_checkSuggestionCorrectness','registerPostFixer','options','split','_commentsRepository','_breakSuggestionMarker','ck-suggestion-marker--active','createRange','isMultiRange','acceptAllSuggestions','markerToHighlight','updateSuggestion','addRange','markerName','isOwn','showSuggestionHighlights','getChangedMarkers','dataDowncast','from','oldRange','moveTargetPosition','backward','_handleNewSuggestionMarker','editor','change','isAtEnd','getLastMatchingPosition','deletion:chain','dataToMarker','formatBlock:discard','toJSON','_splitMarkerName'];(function(_0x180524,_0x5ca07d){const _0x6ec6bf=function(_0x18354e){while(--_0x18354e){_0x180524['push'](_0x180524['shift']());}};_0x6ec6bf(++_0x5ca07d);}(_0x5ca0,0xc8));const _0x6ec6=function(_0x180524,_0x5ca07d){_0x180524=_0x180524-0x0;let _0x6ec6bf=_0x5ca0[_0x180524];return _0x6ec6bf;};import{Plugin as _0x11b456,PendingActions as _0x19eaa9}from'ckeditor5/src/core';import{LiveRange as _0x341c07}from'ckeditor5/src/engine';import{CKEditorError as _0x251ff9,uid as _0x54747c,priorities as _0x3ec018,EmitterMixin as _0x3858ac,mix as _0x550c42}from'ckeditor5/src/utils';import{toWidget as _0x57d1bc}from'ckeditor5/src/widget';import{Users as _0x12dd51}from'ckeditor5-collaboration/src/collaboration-core';import _0x4f27bd from'./commands/trackchangescommand';import _0x5ae1f3 from'./commands/acceptsuggestioncommand';import _0x27c8de from'./commands/discardsuggestioncommand';import _0x10712a from'./commands/acceptallsuggestionscommand';import _0x2718be from'./commands/acceptselectedsuggestionscommand';import _0xb99a9e from'./commands/discardallsuggestionscommand';import _0x2654de from'./commands/discardselectedsuggestionscommand';import _0x32d0a2 from'./suggestion';import _0x4149fa from'./suggestiondescriptionfactory';import _0x5cd68a from'./integrations/alignment';import _0x9bba3f from'./integrations/basicstyles';import _0x586287 from'./integrations/blockquote';import _0x1711f5 from'./integrations/codeblock';import _0x1d8c1 from'./integrations/comments';import _0x2dbf85 from'./integrations/deletecommand';import _0x3d2c14 from'./integrations/entercommand';import _0x423b09 from'./integrations/font';import _0x1167e8 from'./integrations/heading';import _0x736708 from'./integrations/highlight';import _0x22ba7b from'./integrations/horizontalline';import _0x319c4f from'./integrations/image';import _0x363667 from'./integrations/indent';import _0x3d2ef0 from'./integrations/inputcommand';import _0x95cda3 from'./integrations/link';import _0x577430 from'./integrations/list';import _0x51e219 from'./integrations/mediaembed';import _0x9a13e from'./integrations/mention';import _0x16989c from'./integrations/pagebreak';import _0x3dc08b from'./integrations/paragraph';import _0xe602ab from'./integrations/removeformat';import _0x18d0f7 from'./integrations/restrictededitingmode';import _0x27a58e from'./integrations/shiftentercommand';import _0x7db0bb from'./integrations/standardeditingmode';import _0x1e20a7 from'./integrations/table';import _0x15aaae from'./integrations/tablemergesplit';import _0x1f3f01 from'./integrations/tableheadings';import _0x3cfa9c from'./integrations/tableclipboard';import _0x2c7d7f from'./integrations/title';import _0x5132c4 from'./integrations/undo';import _0x1d81a6 from'./utils/hashobject.js';import{getTranslation as _0x5d766b}from'./utils/common-translations';export default class d extends _0x11b456{static get[_0x6ec6('0xf0')](){return[_0x6ec6('0x102'),_0x12dd51,_0x19eaa9,_0x5cd68a,_0x9bba3f,_0x586287,_0x1711f5,_0x1d8c1,_0x2dbf85,_0x3d2c14,_0x423b09,_0x1167e8,_0x736708,_0x22ba7b,_0x319c4f,_0x363667,_0x3d2ef0,_0x95cda3,_0x577430,_0x51e219,_0x9a13e,_0x16989c,_0x3dc08b,_0xe602ab,_0x18d0f7,_0x27a58e,_0x7db0bb,_0x1e20a7,_0x15aaae,_0x1f3f01,_0x3cfa9c,_0x2c7d7f,_0x5132c4];}static get[_0x6ec6('0xbc')](){return _0x6ec6('0x16');}constructor(_0x209850){function _0x1c5bd7(_0x4d8a60){return _0x4d8a60[_0x6ec6('0x98')](_0x45ceaa=>String[_0x6ec6('0xa9')](_0x45ceaa))[_0x6ec6('0xa0')]('');}super(_0x209850),this['set'](_0x6ec6('0x41'),[]),this['on'](_0x6ec6('0xf1'),(_0x5df85b,_0x128c90,_0x117942,_0x2f1d24)=>{this[_0x6ec6('0xf3')]['change'](()=>{for(const _0x54b084 of[..._0x2f1d24,..._0x117942])this[_0x6ec6('0xf3')][_0x6ec6('0xa6')][_0x6ec6('0x105')](_0x54b084)&&_0x209850[_0x6ec6('0x72')][_0x6ec6('0xbe')](_0x54b084);});}),this['_descriptionFactory']=new _0x4149fa(this[_0x6ec6('0x5a')]['model'][_0x6ec6('0xb6')],this[_0x6ec6('0x5a')][_0x6ec6('0xc2')]),this['_adapter']=null,this[_0x6ec6('0x37')]=new lt(this['editor']),this[_0x6ec6('0xb3')]=new Map(),this['_commentsRepository']=_0x209850[_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x102')),this[_0x6ec6('0xcb')]=new Set(),this[_0x6ec6('0xf3')]=this[_0x6ec6('0x5a')]['model'],this[_0x6ec6('0x8d')]=new WeakMap(),this[_0x6ec6('0x23')]=!0x1,this[_0x1c5bd7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1c5bd7([0x34,0x30,0x34,0x34,0x31,0x30,0x35,0x30]);}[_0x6ec6('0x3b')](){const _0x3e0ffe=this[_0x6ec6('0x5a')];_0x3e0ffe['conversion']['for'](_0x6ec6('0x14'))[_0x6ec6('0x4d')]({'model':_0x6ec6('0xdb'),'view':_0x80ac7a=>{const {id:_0x274eda,type:_0x590709}=this[_0x6ec6('0x62')](_0x80ac7a[_0x6ec6('0x50')]),_0x42f40b=[_0x6ec6('0xaa'),_0x6ec6('0x114')+_0x590709];let _0xff4a0c=0xbb8;return this['activeMarkers']['includes'](_0x80ac7a['markerName'])&&(_0x42f40b[_0x6ec6('0xb7')]('ck-suggestion-marker--active'),_0xff4a0c=0xbc2),'deletion'==_0x590709&&(_0xff4a0c+=0x5),{'classes':_0x42f40b,'attributes':{'data-suggestion':_0x274eda},'priority':_0xff4a0c};}}),_0x3e0ffe[_0x6ec6('0xf5')]['for']('dataDowncast')['add'](_0x592e57=>{_0x592e57['on'](_0x6ec6('0x111'),(_0x39a31f,_0x27353e,_0x304578)=>{if(!_0x304578['options'][_0x6ec6('0x52')])return;const _0x5578f5=_0x27353e[_0x6ec6('0x10f')];if(!_0x5578f5)return;const _0x46e9bd=_0x304578['mapper'][_0x6ec6('0x90')](_0x5578f5);_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')][_0x6ec6('0x76')](_0x5578f5)&&_0x46e9bd&&!_0x46e9bd['getCustomProperty']('widget')&&_0x46e9bd['is'](_0x6ec6('0xce'))&&_0x57d1bc(_0x46e9bd,_0x304578['writer']);},{'priority':_0x6ec6('0xa')});}),_0x3e0ffe[_0x6ec6('0xf5')]['for'](_0x6ec6('0x54'))[_0x6ec6('0x4d')]({'model':_0x6ec6('0xdb'),'view':(_0x2708d6,_0x38a75a)=>{if(!_0x38a75a[_0x6ec6('0x45')][_0x6ec6('0x52')])return null;const {type:_0x2e5db7}=this[_0x6ec6('0x62')](_0x2708d6[_0x6ec6('0x50')]);return{'classes':['ck-suggestion-marker',_0x6ec6('0x114')+_0x2e5db7],'priority':0xbb8};}});const _0x2fecf1=({showActiveMarkers:_0x3447ac=!0x0}={})=>(_0x1781a0,_0x2c28f4,_0x5e3e2f)=>{if(!_0x2c28f4[_0x6ec6('0x10f')])return;if(_0x2c28f4['item']['is'](_0x6ec6('0xea')))return void _0x5e3e2f[_0x6ec6('0xc8')][_0x6ec6('0xed')](_0x2c28f4[_0x6ec6('0x10f')],_0x1781a0[_0x6ec6('0x123')]);const _0x40dd87=_0x5e3e2f[_0x6ec6('0x0')][_0x6ec6('0x90')](_0x2c28f4['item']);if(!(_0x2c28f4['item']['is'](_0x6ec6('0x101'))&&_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')][_0x6ec6('0xec')](_0x2c28f4[_0x6ec6('0x10f')])&&!_0x40dd87[_0x6ec6('0x81')](_0x6ec6('0xdc'))))return;const {id:_0xdc53ff}=this['_splitMarkerName'](_0x2c28f4[_0x6ec6('0x50')]);_0x5e3e2f['writer'][_0x6ec6('0x7d')]([_0x6ec6('0xaa'),'ck-suggestion-marker-formatBlock'],_0x40dd87),_0x5e3e2f['writer']['setAttribute']('data-suggestion',_0xdc53ff,_0x40dd87),_0x5e3e2f['mapper'][_0x6ec6('0x40')](_0x40dd87,_0x2c28f4[_0x6ec6('0x50')]),_0x3447ac&&(this['activeMarkers']['includes'](_0x2c28f4['markerName'])?_0x5e3e2f[_0x6ec6('0x10b')]['addClass']('ck-suggestion-marker--active',_0x40dd87):_0x5e3e2f[_0x6ec6('0x10b')]['removeClass'](_0x6ec6('0x49'),_0x40dd87));for(const _0x59f910 of _0x3e0ffe['model'][_0x6ec6('0xa8')](_0x2c28f4[_0x6ec6('0x10f')])[_0x6ec6('0x32')]())_0x5e3e2f[_0x6ec6('0xc8')][_0x6ec6('0xed')](_0x59f910,_0x1781a0[_0x6ec6('0x123')]);_0x5e3e2f['consumable']['consume'](_0x2c28f4[_0x6ec6('0x10f')],_0x1781a0[_0x6ec6('0x123')]);};_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')]('dataDowncast')['add'](_0x315fcf=>{_0x315fcf['on'](_0x6ec6('0x117'),(_0x486a27,_0x476b13,_0x154ddd)=>{_0x154ddd[_0x6ec6('0x45')]['showSuggestionHighlights']&&_0x2fecf1({'showActiveMarkers':!0x1})(_0x486a27,_0x476b13,_0x154ddd);},{'priority':'highest'});}),_0x3e0ffe['conversion'][_0x6ec6('0xe6')](_0x6ec6('0x54'))[_0x6ec6('0x35')]({'model':'suggestion','view':(_0x4fd679,_0x526781)=>_0x526781[_0x6ec6('0x45')][_0x6ec6('0x52')]?null:{'group':_0x6ec6('0xdb'),'name':_0x4fd679['substr']('suggestion'[_0x6ec6('0x20')]+0x1)}}),_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')](_0x6ec6('0x34'))[_0x6ec6('0x89')]({'view':{'name':_0x6ec6('0xdb'),'attribute':{'id':/^\w/,'suggestionType':/^\w/}},'model':(_0x267220,{writer:_0x4d5e73})=>{let _0xf936fb=_0x6ec6('0xa4')+_0x267220[_0x6ec6('0xc6')]('suggestion-type')+':'+_0x267220['getAttribute']('id');return _0x267220[_0x6ec6('0xc6')]('marker-count')&&(_0xf936fb+=':'+_0x267220['getAttribute'](_0x6ec6('0x67'))),_0x4d5e73['createElement'](_0x6ec6('0x6'),{'data-name':_0xf936fb});}}),_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')]('upcast')[_0x6ec6('0x5f')]({'view':_0x6ec6('0xdb')}),_0x3e0ffe[_0x6ec6('0xf5')][_0x6ec6('0xe6')](_0x6ec6('0x14'))['add'](_0xd9fcb0=>{_0xd9fcb0['on'](_0x6ec6('0x117'),_0x2fecf1(),{'priority':_0x6ec6('0xa')});}),_0x3e0ffe[_0x6ec6('0xf5')]['for'](_0x6ec6('0x14'))[_0x6ec6('0xb5')](_0x162ff1=>{_0x162ff1['on'](_0x6ec6('0x31'),(_0x2220a7,_0x2f5801,_0x15c328)=>{const _0x43c396=_0x15c328['mapper']['markerNameToElements'](_0x2f5801['markerName']);if(_0x43c396)for(const _0x11689b of _0x43c396)_0x11689b[_0x6ec6('0x81')](_0x6ec6('0xdc'))||(_0x15c328[_0x6ec6('0x10b')][_0x6ec6('0x77')](['ck-suggestion-marker','ck-suggestion-marker-formatBlock',_0x6ec6('0x49')],_0x11689b),_0x15c328[_0x6ec6('0x10b')][_0x6ec6('0xc3')]('data-suggestion',_0x11689b),_0x15c328[_0x6ec6('0x0')]['unbindElementFromMarkerName'](_0x11689b,_0x2f5801[_0x6ec6('0x50')]));},{'priority':_0x6ec6('0xa')});}),_0x3e0ffe['model']['document'][_0x6ec6('0x44')](_0x36f6ae=>{let _0x3b5a02=!0x1;const _0x3fcf41=Array['from'](_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')][_0x6ec6('0xba')][_0x6ec6('0x53')]());for(const {name:_0x3a95f7,data:_0x1a5785}of _0x3fcf41){const {group:_0x31fb96,type:_0x3c4349,id:_0x19b333}=this[_0x6ec6('0x62')](_0x3a95f7);if(_0x6ec6('0xdb')!==_0x31fb96)continue;const _0x47677c=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x19b333);if(null!=_0x1a5785[_0x6ec6('0x92')]){_0x6ec6('0xbd')==_0x3c4349&&(_0x3b5a02=_0x3b5a02||pt(_0x1a5785['newRange'],_0x3a95f7,_0x36f6ae,_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')]));if(_0x1a5785[_0x6ec6('0x92')][_0x6ec6('0x7f')]||_0x6ec6('0xb2')==_0x1a5785[_0x6ec6('0x92')][_0x6ec6('0x2e')][_0x6ec6('0xc4')]||_0x6ec6('0x69')==_0x3c4349&&!wt(_0x1a5785['newRange'])||_0x6ec6('0xfd')==_0x3c4349&&!(!dt(_0x3afd92=_0x1a5785[_0x6ec6('0x92')])&&!function(_0x5c351f){return _0x5c351f[_0x6ec6('0x119')]['parent']==_0x5c351f[_0x6ec6('0xd1')][_0x6ec6('0x29')]&&_0x5c351f[_0x6ec6('0x119')][_0x6ec6('0x5c')];}(_0x3afd92)))_0x36f6ae['removeMarker'](_0x3a95f7),_0x3b5a02=!0x0;else{if(!_0x47677c||!_0x47677c[_0x6ec6('0x88')])continue;_0x3b5a02=!!this['_joinWithAdjacentSuggestions'](_0x47677c)||_0x3b5a02;}}}var _0x3afd92;return _0x3b5a02;}),_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')][_0x6ec6('0x44')](_0x3e5149=>{let _0x3e504=!0x1;for(const _0x11b967 of _0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')]['differ'][_0x6ec6('0x11f')]()){if(_0x6ec6('0x1a')!=_0x11b967[_0x6ec6('0x127')])continue;const _0x465cd4=_0x11b967[_0x6ec6('0x30')]['getShiftedBy'](_0x11b967[_0x6ec6('0x20')]);if(_0x465cd4[_0x6ec6('0x5c')])for(const _0x468368 of this[_0x6ec6('0xb3')][_0x6ec6('0xca')]()){if(_0x468368[_0x6ec6('0x4b')]||!_0x468368[_0x6ec6('0x88')])continue;if('formatBlock'!=_0x468368['type'])continue;const _0x1abaa1=_0x468368[_0x6ec6('0xd2')]();if(_0x1abaa1['start'][_0x6ec6('0xd8')]!=_0x1abaa1[_0x6ec6('0xd1')][_0x6ec6('0xd8')]&&_0x1abaa1[_0x6ec6('0xd1')][_0x6ec6('0x21')](_0x11b967[_0x6ec6('0x30')])){const _0x48aa2f=_0x3e0ffe[_0x6ec6('0x73')]['createRange'](_0x1abaa1[_0x6ec6('0x119')],_0x465cd4);_0x3e5149[_0x6ec6('0x99')](_0x468368[_0x6ec6('0xdf')](),{'range':_0x48aa2f}),_0x3e504=!0x0;}}}return _0x3e504;}),_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xa6')]['on']('update:suggestion',(_0x33a060,_0x13d728,_0x31ed2a)=>{if(null==_0x31ed2a){const {id:_0x1d7473}=this['_splitMarkerName'](_0x13d728[_0x6ec6('0x123')]),_0x3c7d96=this['_suggestions'][_0x6ec6('0x11e')](_0x1d7473);_0x3c7d96&&_0x3c7d96[_0x6ec6('0xe9')](_0x13d728['name']);}}),_0x3e0ffe['model'][_0x6ec6('0x18')]['on'](_0x6ec6('0x7a'),()=>{const _0x571163=Array[_0x6ec6('0x55')](_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x18')][_0x6ec6('0xba')][_0x6ec6('0x53')]());_0x571163[_0x6ec6('0x3d')]((_0x228e98,_0x28a912)=>{const _0x531452=_0x228e98[_0x6ec6('0x78')]['oldRange'],_0x2af145=_0x28a912[_0x6ec6('0x78')][_0x6ec6('0x56')];return null===_0x531452&&null===_0x2af145?0x0:null===_0x531452&&null!==_0x2af145?-0x1:null!==_0x531452&&null===_0x2af145?0x1:_0x531452[_0x6ec6('0x119')]['isBefore'](_0x2af145[_0x6ec6('0x119')])?-0x1:0x1;});const _0x5e7609=new Set();for(const {name:_0x396e30,data:_0x5dfc34}of _0x571163){const {group:_0x272473,id:_0x30e207}=this[_0x6ec6('0x62')](_0x396e30);if(_0x6ec6('0xdb')===_0x272473&&(null===_0x5dfc34[_0x6ec6('0x56')]&&this[_0x6ec6('0x59')](_0x396e30),null===_0x5dfc34[_0x6ec6('0x92')])){const _0x3e22f7=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x30e207);_0x3e22f7['isInContent']?_0x5e7609[_0x6ec6('0xb5')](_0x3e22f7):this[_0x6ec6('0x25')](_0x3e22f7);}}for(const {name:_0xd4dbe5,data:_0x2bcfce}of _0x571163){const {group:_0xb50124,id:_0x13c076}=this[_0x6ec6('0x62')](_0xd4dbe5);if(_0x6ec6('0xdb')!==_0xb50124)continue;const _0x4e5146=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x13c076);null!=_0x2bcfce[_0x6ec6('0x92')]&&null!=_0x2bcfce[_0x6ec6('0x56')]&&(this[_0x6ec6('0xf7')](_0x4e5146),_0x5e7609[_0x6ec6('0xb5')](_0x4e5146[_0x6ec6('0xf')]));}for(const _0x2af524 of _0x5e7609)this[_0x6ec6('0x6b')](_0x6ec6('0x11b'),_0x2af524);_0x5e7609[_0x6ec6('0x9e')]();}),_0x3e0ffe[_0x6ec6('0x73')]['on']('applyOperation',(_0x1aacf9,_0x29b9e4)=>{const _0x2976f1=_0x29b9e4[0x0];if(!this['_suggestions'][_0x6ec6('0xf6')])return;if(!_0x2976f1[_0x6ec6('0x24')])return;if(_0x2976f1[_0x6ec6('0x19')][_0x6ec6('0x8a')]||!_0x2976f1[_0x6ec6('0x19')][_0x6ec6('0x7b')])return;let _0x2301c0,_0x6f8e5;switch(_0x2976f1[_0x6ec6('0x127')]){case _0x6ec6('0x1a'):_0x2301c0=_0x3e0ffe['model'][_0x6ec6('0x95')](_0x2976f1[_0x6ec6('0x30')]),_0x6f8e5=_0x2301c0[_0x6ec6('0xa7')](_0x2976f1[_0x6ec6('0x15')]);break;case'split':_0x2301c0=_0x3e0ffe['model'][_0x6ec6('0x95')](_0x2976f1[_0x6ec6('0x91')]),_0x6f8e5=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x95')](_0x2976f1[_0x6ec6('0x57')]);break;case'move':_0x2301c0=_0x3e0ffe[_0x6ec6('0x73')]['createPositionAt'](_0x2976f1[_0x6ec6('0x9a')]),_0x6f8e5=_0x2301c0[_0x6ec6('0xa7')](_0x2976f1[_0x6ec6('0x15')]);break;default:return;}const _0x10c285=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x4a')](_0x2301c0,_0x6f8e5);_0x3e0ffe['model'][_0x6ec6('0x5b')](()=>{for(const {suggestion:_0x58a0d1,meta:_0x24cc2d}of this[_0x6ec6('0x11c')](_0x10c285)){if(_0x58a0d1[_0x6ec6('0x4b')])continue;if(_0x6ec6('0xbd')==_0x58a0d1[_0x6ec6('0x127')])continue;const _0x170ce9=_0x58a0d1['data']&&_0x58a0d1[_0x6ec6('0x78')][_0x6ec6('0x1b')];(_0x6ec6('0x69')!=_0x58a0d1[_0x6ec6('0x127')]||'split'==_0x2976f1[_0x6ec6('0x127')]&&!_0x170ce9)&&(_0x24cc2d[_0x6ec6('0x93')]||_0x6ec6('0x113')==_0x58a0d1['type']&&_0x24cc2d[_0x6ec6('0x51')]||_0x58a0d1[_0x6ec6('0xd2')]()[_0x6ec6('0xeb')](_0x10c285)&&this[_0x6ec6('0x48')](_0x58a0d1,_0x2301c0,_0x6f8e5));}});},{'priority':_0x6ec6('0x128')}),_0x3e0ffe[_0x6ec6('0x73')]['on'](_0x6ec6('0x115'),(_0x747b73,_0x3db201)=>{const _0x483dbc=_0x3db201[0x0],_0x3a3ae5=_0x3db201[0x1];if(_0x3a3ae5&&_0x3a3ae5[_0x6ec6('0x83')])return;if(this[_0x6ec6('0x23')])return;if(!this[_0x6ec6('0x22')][_0x6ec6('0xe0')])return;if(_0x483dbc[_0x6ec6('0x7f')])return;const _0xd25352=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')],{start:_0x1af091,end:_0x5441d2}=_0x483dbc[_0x6ec6('0xd2')](),_0x3e0a31=_0x1af091[_0x6ec6('0xf2')]&&_0xd25352[_0x6ec6('0x76')](_0x1af091[_0x6ec6('0xf2')])?null:_0xd25352[_0x6ec6('0xb4')](_0x1af091,'forward'),_0x24c3d3=_0x5441d2[_0x6ec6('0x29')]&&_0xd25352['isObject'](_0x5441d2[_0x6ec6('0x29')])?null:_0xd25352[_0x6ec6('0xb4')](_0x5441d2,_0x6ec6('0x58')),_0x3ea462=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x4a')](_0x3e0a31?_0x3e0a31['start']:_0x1af091,_0x24c3d3?_0x24c3d3[_0x6ec6('0xd1')]:_0x5441d2);_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x5b')](_0x55ff75=>{this[_0x6ec6('0x8b')](_0x3ea462);const _0x16893e=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0xb6')]['getNearestSelectionRange'](_0x3ea462[_0x6ec6('0x119')]);_0x483dbc['is']('documentSelection')?_0x55ff75['setSelection'](_0x16893e):_0x483dbc['setTo'](_0x16893e);}),_0x747b73['stop']();},{'priority':_0x3ec018[_0x6ec6('0x84')]+0xa}),_0x3e0ffe[_0x6ec6('0x73')]['on'](_0x6ec6('0x66'),(_0x1e60ad,_0x376925)=>{const _0x469c9f=_0x376925[_0x376925['length']-0x1];_0x469c9f&&_0x469c9f[_0x6ec6('0x83')]||this['_isForcedDefaultExecutionBlock']||this[_0x6ec6('0x22')][_0x6ec6('0xe0')]&&(_0x3e0ffe['model'][_0x6ec6('0x5b')](()=>{let _0x383afc=_0x3e0ffe[_0x6ec6('0x73')][_0x6ec6('0x66')](_0x376925[0x0],_0x376925[0x1],_0x376925[0x2],_0x376925[0x3],{'forceDefaultExecution':!0x0});if(!_0x383afc)return;_0x1e60ad[_0x6ec6('0xbb')]=_0x383afc[_0x6ec6('0x11a')]();const _0x320c49=_0x383afc[_0x6ec6('0xd1')]['nodeBefore'],_0x3f8016=_0x3e0ffe[_0x6ec6('0x73')]['schema'];_0x320c49&&_0x3f8016['isBlock'](_0x320c49)&&!_0x3f8016[_0x6ec6('0x76')](_0x320c49)&&(_0x383afc=_0x3e0ffe[_0x6ec6('0x73')]['createRange'](_0x383afc[_0x6ec6('0x119')],_0x3e0ffe[_0x6ec6('0x73')]['createPositionAt'](_0x320c49,'end'))),this[_0x6ec6('0x3e')](_0x383afc);}),_0x1e60ad[_0x6ec6('0x85')]());},{'priority':_0x6ec6('0xa')}),this[_0x6ec6('0x22')]=new _0x4f27bd(_0x3e0ffe,this[_0x6ec6('0xcb')]),this[_0x6ec6('0x5a')]['commands']['add']('trackChanges',this[_0x6ec6('0x22')]),this[_0x6ec6('0xe')](_0x6ec6('0xfc'));const _0x587696=new _0x5ae1f3(_0x3e0ffe,this[_0x6ec6('0xb3')]);_0x3e0ffe['commands'][_0x6ec6('0xb5')](_0x6ec6('0xb0'),_0x587696),this[_0x6ec6('0xe')](_0x6ec6('0xb0'));const _0x34c683=new _0x27c8de(_0x3e0ffe,this[_0x6ec6('0xb3')]);_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')]('discardSuggestion',_0x34c683),this[_0x6ec6('0xe')]('discardSuggestion'),_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')]('acceptAllSuggestions',new _0x10712a(_0x3e0ffe,_0x587696,this['_suggestions'])),this['enableCommand'](_0x6ec6('0x4c')),_0x3e0ffe[_0x6ec6('0x129')]['add'](_0x6ec6('0xe8'),new _0xb99a9e(_0x3e0ffe,_0x34c683,this[_0x6ec6('0xb3')])),this['enableCommand'](_0x6ec6('0xe8')),_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')](_0x6ec6('0x33'),new _0x2718be(_0x3e0ffe,_0x587696,this['_suggestions'])),this[_0x6ec6('0xe')]('acceptSelectedSuggestions'),_0x3e0ffe[_0x6ec6('0x129')][_0x6ec6('0xb5')](_0x6ec6('0x122'),new _0x2654de(_0x3e0ffe,_0x34c683,this[_0x6ec6('0xb3')])),this[_0x6ec6('0xe')](_0x6ec6('0x122'));const _0x4e3ab4=_0x3e0ffe[_0x6ec6('0xf4')][_0x6ec6('0x11e')]('CommentsRepository');this[_0x6ec6('0x96')](_0x4e3ab4,_0x6ec6('0x2f'),(_0x14618f,{threadId:_0x31d129})=>{const _0x510e20=this['_suggestions'][_0x6ec6('0x11e')](_0x31d129);_0x510e20&&_0x510e20[_0x6ec6('0xb1')]&&0x1===_0x510e20[_0x6ec6('0xb1')][_0x6ec6('0x20')]&&this['_updateSuggestionData'](_0x31d129,{'hasComments':!0x0});},{'priority':_0x6ec6('0x10c')}),this[_0x6ec6('0x96')](_0x4e3ab4,_0x6ec6('0xd6'),(_0x220f78,{threadId:_0x35974d})=>{const _0x1f2d2b=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x35974d);_0x1f2d2b&&_0x1f2d2b[_0x6ec6('0xb1')]&&!_0x1f2d2b[_0x6ec6('0xb1')]['length']&&this[_0x6ec6('0x63')](_0x35974d,{'hasComments':!0x1});},{'priority':_0x6ec6('0x10c')});}set[_0x6ec6('0x3a')](_0xa6b33){if(this['_adapter'])throw new _0x251ff9(_0x6ec6('0xb'),this);this[_0x6ec6('0x5')]=_0xa6b33;}get[_0x6ec6('0x3a')](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x2a587d=!0x1,toJSON:_0x53a153=!0x1}={}){const _0x3ba510=[];for(const _0x3da265 of this[_0x6ec6('0xb3')][_0x6ec6('0xca')]())_0x2a587d&&!_0x3da265[_0x6ec6('0x88')]||_0x3ba510['push'](_0x3da265);return _0x53a153?_0x3ba510[_0x6ec6('0x98')](_0x179af3=>_0x179af3[_0x6ec6('0x61')]()):_0x3ba510;}[_0x6ec6('0xac')](_0x1a6cc6){const _0x1414ef=this[_0x6ec6('0xb3')]['get'](_0x1a6cc6);if(!_0x1414ef)throw new _0x251ff9(_0x6ec6('0xda'),this);return _0x1414ef;}[_0x6ec6('0x112')](_0x5a61ba){return this['_suggestions']['has'](_0x5a61ba);}[_0x6ec6('0x110')](_0x223ac0){const {id:_0x3297ea,authorId:_0x45c99d}=_0x223ac0,[_0x440a27,_0x51d204]=_0x223ac0[_0x6ec6('0x127')][_0x6ec6('0x46')](':'),_0x1ad0ea=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x3297ea)||this[_0x6ec6('0x94')](_0x440a27,_0x51d204,_0x3297ea,_0x45c99d);switch(this[_0x6ec6('0x2c')](_0x1ad0ea),this['_checkSuggestionCorrectness'](_0x1ad0ea,_0x440a27,_0x51d204||null,_0x45c99d),_0x1ad0ea[_0x6ec6('0xa1')]=_0x223ac0[_0x6ec6('0xa1')],_0x223ac0['data']&&(_0x1ad0ea['data']=_0x223ac0[_0x6ec6('0x78')]),_0x223ac0['attributes']&&(_0x1ad0ea['attributes']=_0x223ac0[_0x6ec6('0x10a')]),this['_adapter']&&this[_0x6ec6('0x5')]['addSuggestion']||(_0x1ad0ea[_0x6ec6('0x39')]=!0x0),this[_0x6ec6('0x8d')][_0x6ec6('0x11e')](_0x1ad0ea)){case _0x6ec6('0x7c'):this['_suggestionState'][_0x6ec6('0x8e')](_0x1ad0ea,_0x6ec6('0x6e'));break;case _0x6ec6('0xc1'):_0x1ad0ea['isInContent']?(this[_0x6ec6('0x8d')]['set'](_0x1ad0ea,_0x6ec6('0x28')),this[_0x6ec6('0x6b')](_0x6ec6('0x12'),_0x1ad0ea)):this[_0x6ec6('0x8d')][_0x6ec6('0x8e')](_0x1ad0ea,'removed');}return _0x1ad0ea;}[_0x6ec6('0xb0')](_0x1b3b36){this[_0x6ec6('0x83')](()=>{this[_0x6ec6('0x5a')]['model']['change'](()=>{for(const _0x498368 of _0x1b3b36['getAllAdjacentSuggestions']())_0x498368[_0x6ec6('0xfa')]();});});}['discardSuggestion'](_0x5202e2){this['forceDefaultExecution'](()=>{this[_0x6ec6('0x5a')]['model'][_0x6ec6('0x5b')](()=>{for(const _0x14305f of _0x5202e2[_0x6ec6('0x68')]())_0x14305f['discard']();});});}[_0x6ec6('0xe')](_0x1b5ded,_0x15d084){const _0x2d5107=this[_0x6ec6('0x5a')][_0x6ec6('0x129')][_0x6ec6('0x11e')](_0x1b5ded);if(!_0x2d5107)throw new _0x251ff9(_0x6ec6('0x10'),this,{'commandName':_0x1b5ded});this[_0x6ec6('0xcb')]['add'](_0x2d5107),_0x15d084&&_0x2d5107['on'](_0x6ec6('0x70'),(_0x5c963c,_0x2b8166)=>{this['trackChangesCommand'][_0x6ec6('0xe0')]&&(this[_0x6ec6('0x23')]||_0x2b8166[_0x6ec6('0x20')]>0x0&&_0x2b8166[_0x2b8166[_0x6ec6('0x20')]-0x1]&&_0x2b8166[_0x2b8166['length']-0x1][_0x6ec6('0x83')]||(_0x15d084((..._0xcf7b3c)=>_0x2d5107[_0x6ec6('0x70')](..._0xcf7b3c,{'forceDefaultExecution':!0x0}),..._0x2b8166),_0x5c963c[_0x6ec6('0x85')]()));},{'priority':_0x6ec6('0xa')});}['forceDefaultExecution'](_0x5ed645){let _0x5f07a1,_0x1cc2e5;const _0x38026c=this[_0x6ec6('0x23')];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5f07a1=_0x5ed645();}catch(_0x57bbaf){_0x1cc2e5=_0x57bbaf;}return _0x38026c||(this[_0x6ec6('0x23')]=!0x1),_0x1cc2e5&&_0x251ff9[_0x6ec6('0xc')](_0x1cc2e5,this),_0x5f07a1;}[_0x6ec6('0x3e')](_0x1a87f3,_0x3735e7=null,_0x41a193={}){if(_0x1a87f3[_0x6ec6('0x7f')])return null;const _0x514f61=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'];for(const {suggestion:_0x40c7f9,meta:_0x17a769}of this[_0x6ec6('0x11c')](_0x1a87f3,_0x6ec6('0x113')))if(_0x17a769[_0x6ec6('0x51')]){if(!_0x17a769[_0x6ec6('0x6f')])return _0x40c7f9;if(_0x3735e7==_0x40c7f9['subType']){const _0xb865e0=_0x40c7f9[_0x6ec6('0xd2')]();return _0xb865e0[_0x6ec6('0x119')][_0x6ec6('0x21')](_0x1a87f3[_0x6ec6('0xd1')])?this[_0x6ec6('0x97')](_0x40c7f9,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x1a87f3[_0x6ec6('0x119')],_0xb865e0[_0x6ec6('0xd1')])):this[_0x6ec6('0x97')](_0x40c7f9,this[_0x6ec6('0xf3')]['createRange'](_0xb865e0[_0x6ec6('0x119')],_0x1a87f3[_0x6ec6('0xd1')])),_0x40c7f9;}}const _0x555c5e=_0x54747c(),_0xf1dbf=_0x514f61['id'],_0x35e5ec=_0x3735e7?_0x6ec6('0x116')+_0x3735e7:_0x6ec6('0x113'),_0x1d4b68=this[_0x6ec6('0x4')]({'id':_0x555c5e,'type':_0x35e5ec,'createdAt':new Date(),'authorId':_0xf1dbf,'attributes':_0x41a193});return this[_0x6ec6('0x65')](_0x35e5ec,_0x555c5e,_0xf1dbf,_0x1a87f3),_0x1d4b68;}[_0x6ec6('0xde')](_0x1f5792,_0x13ea3d=_0x6ec6('0xcf'),_0xf8a76={}){const _0x1d77af=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')]['get'](_0x6ec6('0x2'))['me'],_0x40b228=this['_suggestionFactory'][_0x6ec6('0xaf')](_0x6ec6('0x113'),_0x13ea3d,_0x6ec6('0xa0'));for(const _0x20da14 of this[_0x6ec6('0x124')]())if(_0x20da14[_0x6ec6('0x1e')]['id']==_0x1d77af['id']&&_0x6ec6('0x113')==_0x20da14['type']&&_0x20da14[_0x6ec6('0x3f')]==_0x13ea3d&&(_0x40b228(_0x20da14[_0x6ec6('0x75')](),_0x1f5792)||_0x40b228(_0x1f5792,_0x20da14[_0x6ec6('0x75')]()))){for(const _0x4fcfa4 of _0x1f5792)_0x20da14[_0x6ec6('0x4f')](_0x4fcfa4);return _0x20da14;}for(const _0x10b42a of _0x1f5792)for(const {suggestion:_0x2aa843,meta:_0x156d07}of this['_findSuggestions'](_0x10b42a,_0x6ec6('0x113'))){if(!_0x156d07[_0x6ec6('0x51')])continue;let _0x31b815=!0x0;for(const _0x2059b9 of _0x2aa843[_0x6ec6('0x75')]())for(const _0x14cca1 of _0x1f5792)if(!_0x2059b9[_0x6ec6('0xeb')](_0x14cca1)){_0x31b815=!0x1;break;}if(_0x31b815)return _0x2aa843;}const _0x1a6bf7=_0x54747c(),_0x838533=_0x1d77af['id'],_0x546018=_0x6ec6('0x116')+_0x13ea3d,_0x2e69ac=this[_0x6ec6('0x4')]({'id':_0x1a6bf7,'type':_0x546018,'createdAt':new Date(),'authorId':_0x838533,'attributes':_0xf8a76});for(const _0x3e5c7a of _0x1f5792)this[_0x6ec6('0x65')](_0x546018,_0x1a6bf7,_0x838533,_0x3e5c7a,_0x32d0a2[_0x6ec6('0xae')]());return _0x2e69ac;}[_0x6ec6('0x80')](_0x53e4c4,_0x5d0fa9,_0x2f1914=null,_0x2b7255={}){if(_0x2f1914=_0x2f1914||kt(_0x5d0fa9),_0x53e4c4[_0x6ec6('0x7f')])return;const _0x5b11fd=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'],_0x2a2c56=[];for(const {suggestion:_0xd3bf3,meta:_0x360a48}of this[_0x6ec6('0x11c')](_0x53e4c4,_0x6ec6('0x113')))_0x360a48[_0x6ec6('0x51')]&&!_0x360a48['isInsideObject']&&_0x2a2c56['push'](..._0xd3bf3[_0x6ec6('0x75')]());const _0x1aadb4=function(_0x5373db,_0x506cd1){const _0x73ab61=[];for(const _0x278d58 of _0x506cd1){const _0x578b7a=_0x5373db[_0x6ec6('0xd7')](_0x278d58);_0x578b7a&&_0x73ab61[_0x6ec6('0xb7')](_0x578b7a);}return _0x73ab61;}(_0x53e4c4,_0x2a2c56),_0x5e8f71=function(_0x4c7aea,_0x527c23){const _0x550211=[_0x4c7aea];for(const _0x3e311a of _0x527c23){let _0x3db139=0x0;for(;_0x3db139<_0x550211[_0x6ec6('0x20')];){const _0x5736b7=_0x550211[_0x3db139]['getDifference'](_0x3e311a);_0x550211[_0x6ec6('0x10e')](_0x3db139,0x1,..._0x5736b7),_0x3db139+=_0x5736b7[_0x6ec6('0x20')];}}return _0x550211;}(_0x53e4c4,_0x2a2c56);_0x1aadb4[_0x6ec6('0x20')]&&this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](()=>{for(const _0x30f6bb of _0x1aadb4){const _0x489d10=this['_suggestionFactory'][_0x6ec6('0xaf')](_0x6ec6('0xbd'),_0x2f1914,_0x6ec6('0xfa'));this['forceDefaultExecution'](()=>_0x489d10([_0x30f6bb],_0x5d0fa9,_0x2b7255));}});for(const _0x1d9523 of _0x5e8f71){let _0x3aaa85=null,_0x57fbe6=_0x1d9523[_0x6ec6('0x119')],_0x275592=_0x1d9523['end'];for(const {suggestion:_0x324689,meta:_0x5559f7}of this[_0x6ec6('0x11c')](_0x1d9523,_0x6ec6('0xbd'))){if(!_0x5559f7[_0x6ec6('0x51')])continue;if(_0x324689[_0x6ec6('0x3f')]!=_0x2f1914)continue;const _0x33547f=_0x324689[_0x6ec6('0xd2')]();if(_0x33547f[_0x6ec6('0xeb')](_0x1d9523,!0x0))return;_0x57fbe6=_0x57fbe6[_0x6ec6('0xa5')](_0x33547f[_0x6ec6('0x119')])?_0x57fbe6:_0x33547f[_0x6ec6('0x119')],_0x275592=_0x275592[_0x6ec6('0x10d')](_0x33547f[_0x6ec6('0xd1')])?_0x275592:_0x33547f[_0x6ec6('0xd1')],_0x3aaa85?_0x33547f['start']['isBefore'](_0x3aaa85[_0x6ec6('0xd2')]()['start'])?(_0x3aaa85[_0x6ec6('0x1')](),_0x3aaa85=_0x324689):_0x324689[_0x6ec6('0x1')]():_0x3aaa85=_0x324689;}const _0x2d3b22=this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x57fbe6,_0x275592);if(_0x3aaa85)this[_0x6ec6('0x97')](_0x3aaa85,_0x2d3b22);else{const _0x3c3246=_0x54747c(),_0x1c053f=_0x5b11fd['id'];this['_setSuggestionData']({'id':_0x3c3246,'type':'formatInline:'+_0x2f1914,'data':_0x5d0fa9,'createdAt':new Date(),'authorId':_0x1c053f,'attributes':_0x2b7255}),this['_addSuggestionMarker'](_0x6ec6('0xcc')+_0x2f1914,_0x3c3246,_0x1c053f,_0x2d3b22);}}}[_0x6ec6('0x9b')](_0x46de37,_0x44d6eb,_0x352b7a=[],_0x3a4e80=null,_0xc20d36={}){_0x44d6eb[_0x6ec6('0x1c')]||(_0x44d6eb['formatGroupId']=_0x44d6eb[_0x6ec6('0x3')]),_0x44d6eb[_0x6ec6('0x1b')]=_0x46de37['is'](_0x6ec6('0x8')),_0x3a4e80=_0x3a4e80||kt(_0x44d6eb);const _0x342051=_0x352b7a[_0x6ec6('0x98')](_0x400109=>yt(_0x400109,this[_0x6ec6('0xf3')])),_0x4c0d76=_0x46de37['is'](_0x6ec6('0x8'))?_0x46de37:yt(_0x46de37,this[_0x6ec6('0xf3')]);_0x342051['push'](_0x4c0d76);let _0x454ecd=!0x0;for(const _0x8a323d of _0x342051)if(!this[_0x6ec6('0xa2')](_0x8a323d)){_0x454ecd=!0x1;break;}if(_0x454ecd){const _0x2306d6=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x6ec6('0x69'),_0x3a4e80,_0x6ec6('0xfa'));return void this[_0x6ec6('0x83')](()=>_0x2306d6([_0x4c0d76],_0x44d6eb,_0xc20d36));}let _0x5a3e3d=null,_0x21f1f9=_0x4c0d76[_0x6ec6('0x119')],_0xb03d9a=_0x4c0d76[_0x6ec6('0xd1')];for(const {suggestion:_0x204772,meta:_0x55da59}of this[_0x6ec6('0x11c')](_0x4c0d76,_0x6ec6('0x69'))){if(!_0x55da59[_0x6ec6('0x51')]||_0x55da59[_0x6ec6('0x6f')]||_0x55da59[_0x6ec6('0x93')]||_0x55da59[_0x6ec6('0xc0')])continue;if(_0x204772[_0x6ec6('0x78')]['formatGroupId']!=_0x44d6eb['formatGroupId'])continue;const _0xbbcb89=_0x204772[_0x6ec6('0xd2')]();if(_0x204772[_0x6ec6('0x3f')]==_0x3a4e80){if(_0xbbcb89[_0x6ec6('0xeb')](_0x4c0d76,!0x0))return;_0x21f1f9=_0x21f1f9['isBefore'](_0xbbcb89['start'])?_0x21f1f9:_0xbbcb89[_0x6ec6('0x119')],_0xb03d9a=_0xb03d9a[_0x6ec6('0x10d')](_0xbbcb89[_0x6ec6('0xd1')])?_0xb03d9a:_0xbbcb89[_0x6ec6('0xd1')],_0x5a3e3d?_0xbbcb89[_0x6ec6('0x119')][_0x6ec6('0xa5')](_0x5a3e3d[_0x6ec6('0xd2')]()[_0x6ec6('0x119')])?(_0x5a3e3d['removeMarkers'](),_0x5a3e3d=_0x204772):_0x204772['removeMarkers']():_0x5a3e3d=_0x204772;}else{const _0x24058d=_0x4c0d76[_0x6ec6('0xd7')](_0xbbcb89);this['_cutOutSuggestionMarker'](_0x204772,_0x24058d);}}const _0x86859a=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'],_0x2c7fdb=_0x54747c(),_0x5dfcd4=_0x86859a['id'];_0x5a3e3d?this['_setSuggestionRange'](_0x5a3e3d,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x21f1f9,_0xb03d9a)):(this[_0x6ec6('0x4')]({'id':_0x2c7fdb,'type':_0x6ec6('0xd0')+_0x3a4e80,'data':_0x44d6eb,'createdAt':new Date(),'authorId':_0x5dfcd4,'attributes':_0xc20d36}),this['_addSuggestionMarker'](_0x6ec6('0xd0')+_0x3a4e80,_0x2c7fdb,_0x5dfcd4,this['_model'][_0x6ec6('0x4a')](_0x21f1f9,_0xb03d9a)));}['markMultiRangeBlockFormat'](_0x8505ca,_0x4e03af,_0x2ed29a=[],_0x567a43=null,_0x2561f8={}){_0x4e03af[_0x6ec6('0x1c')]||(_0x4e03af['formatGroupId']=_0x4e03af[_0x6ec6('0x3')]),_0x4e03af[_0x6ec6('0x1b')]=!0x1,_0x567a43=_0x567a43||kt(_0x4e03af);const _0x4cc6e8=_0x2ed29a[_0x6ec6('0x98')](_0x2be10d=>yt(_0x2be10d,this[_0x6ec6('0xf3')])),_0xcdd258=_0x8505ca['map'](_0x31f593=>yt(_0x31f593,this['_model']));_0x4cc6e8[_0x6ec6('0xb7')](..._0xcdd258);let _0x1d194e=!0x0;for(const _0x154a11 of _0x4cc6e8)if(!this['_rangeIsInLocalUserInsertion'](_0x154a11)){_0x1d194e=!0x1;break;}if(_0x1d194e){const _0x242696=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x6ec6('0x69'),_0x567a43,_0x6ec6('0xfa'));return void this[_0x6ec6('0x83')](()=>_0x242696(_0xcdd258,_0x4e03af,_0x2561f8));}const _0x534847=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')]('Users')['me'];for(const _0x111383 of this[_0x6ec6('0x124')]()){if(_0x111383[_0x6ec6('0x1e')]['id']!=_0x534847['id'])continue;if(_0x6ec6('0x69')!=_0x111383[_0x6ec6('0x127')]||_0x111383[_0x6ec6('0x78')]['formatGroupId']!=_0x4e03af[_0x6ec6('0x1c')])continue;const _0xc7ca20=_0x111383['subType']==_0x567a43;for(let _0x8057a8=0x0;_0x8057a8<_0xcdd258[_0x6ec6('0x20')];_0x8057a8++){const _0x5f3f0c=_0xcdd258[_0x8057a8];for(const _0x3aafd6 of _0x111383['getMarkers']()){const _0x1bf881=_0x3aafd6[_0x6ec6('0x126')]();if(_0x5f3f0c[_0x6ec6('0x21')](_0x1bf881)){_0xc7ca20?(_0xcdd258[_0x6ec6('0x10e')](_0x8057a8,0x1),_0x8057a8--):_0x111383[_0x6ec6('0xfe')](_0x3aafd6[_0x6ec6('0x123')]);break;}}}}if(0x0==_0xcdd258[_0x6ec6('0x20')])return;const _0x55850f=this[_0x6ec6('0x37')][_0x6ec6('0xaf')]('formatBlock',_0x567a43,_0x6ec6('0xa0'));for(const _0x4cca0 of this['getSuggestions']())if(_0x4cca0[_0x6ec6('0x1e')]['id']==_0x534847['id']&&_0x6ec6('0x69')==_0x4cca0[_0x6ec6('0x127')]&&_0x4cca0['data'][_0x6ec6('0x1c')]==_0x4e03af[_0x6ec6('0x1c')]&&_0x4cca0[_0x6ec6('0x3f')]==_0x567a43&&(_0x55850f(_0x4cca0['getRanges'](),_0xcdd258)||_0x55850f(_0xcdd258,_0x4cca0[_0x6ec6('0x75')]()))){for(const _0x4f4df1 of _0xcdd258)_0x4cca0[_0x6ec6('0x4f')](_0x4f4df1);return _0x4cca0;}const _0x4ca9b8=_0x54747c(),_0x39d778=_0x534847['id'],_0x3df73c=_0x6ec6('0xd0')+_0x567a43,_0x177005=this[_0x6ec6('0x4')]({'id':_0x4ca9b8,'type':_0x3df73c,'data':_0x4e03af,'createdAt':new Date(),'authorId':_0x39d778,'attributes':_0x2561f8});for(const _0x4fb72e of _0xcdd258)this['_addSuggestionMarker'](_0x3df73c,_0x4ca9b8,_0x39d778,_0x4fb72e,_0x32d0a2[_0x6ec6('0xae')]());return _0x177005;}[_0x6ec6('0x8b')](_0x11eb9e,_0x3d2983=null,_0x1667f9={}){if(_0x11eb9e[_0x6ec6('0x7f')])return null;const _0x4ee388=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'],_0x12bd9e=new _0x341c07(_0x11eb9e[_0x6ec6('0x119')],_0x11eb9e[_0x6ec6('0xd1')]);for(const {suggestion:_0x2b38cc,meta:_0x3d1613}of this[_0x6ec6('0x11c')](_0x12bd9e,_0x6ec6('0x113')))if(_0x3d1613[_0x6ec6('0x51')]&&!_0x3d1613[_0x6ec6('0x6f')]){if(_0x2b38cc[_0x6ec6('0x4b')]){const _0x1d9fa5=_0x2b38cc[_0x6ec6('0x75')]()[_0x6ec6('0x79')](_0x4b6d41=>_0x6ec6('0xb2')!=_0x4b6d41[_0x6ec6('0x2e')]['rootName']);_0x1d9fa5[_0x6ec6('0x9c')](_0x42b03b=>_0x12bd9e[_0x6ec6('0xeb')](_0x42b03b,!0x0))&&_0x2b38cc[_0x6ec6('0xe5')]();if(_0x1d9fa5[_0x6ec6('0xad')](_0x4b08f4=>_0x4b08f4[_0x6ec6('0xeb')](_0x12bd9e,!0x0))){const _0xd69b48=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x3d2983,_0x6ec6('0xfa'));return this[_0x6ec6('0x83')](()=>_0xd69b48([_0x12bd9e],null,_0x1667f9)),null;}}else{const _0xd8e29c=_0x12bd9e[_0x6ec6('0xd7')](_0x2b38cc[_0x6ec6('0xd2')]());_0x2b38cc['_onDiscard']([_0xd8e29c],null,_0x1667f9);}}if(_0x12bd9e[_0x6ec6('0x87')](),_0x12bd9e[_0x6ec6('0x7f')]||_0x6ec6('0xb2')==_0x12bd9e[_0x6ec6('0x2e')]['rootName'])return null;let _0x4f7911=null,_0x39ff04=_0x12bd9e[_0x6ec6('0x119')],_0x54f77c=_0x12bd9e[_0x6ec6('0xd1')];for(const {suggestion:_0x308e82,meta:_0x928758}of this[_0x6ec6('0x11c')](_0x12bd9e,_0x6ec6('0xfd')))if(_0x928758[_0x6ec6('0x51')]){if(_0x308e82[_0x6ec6('0x4b')]){let _0x395606=!0x0;for(const _0x4049a1 of _0x308e82[_0x6ec6('0x75')]()){if(_0x4049a1['containsRange'](_0x12bd9e,!0x0))return _0x308e82;_0x12bd9e[_0x6ec6('0xeb')](_0x4049a1)||(_0x395606=!0x1);}_0x395606&&_0x308e82[_0x6ec6('0xe5')]();}else{const _0x5ceb38=_0x308e82['getFirstRange']();if(_0x5ceb38[_0x6ec6('0xeb')](_0x12bd9e,!0x0))return _0x308e82;_0x39ff04=_0x39ff04[_0x6ec6('0xa5')](_0x5ceb38['start'])?_0x39ff04:_0x5ceb38['start'],_0x54f77c=_0x54f77c[_0x6ec6('0x10d')](_0x5ceb38['end'])?_0x54f77c:_0x5ceb38[_0x6ec6('0xd1')],_0x4f7911?_0x5ceb38[_0x6ec6('0x119')][_0x6ec6('0xa5')](_0x4f7911[_0x6ec6('0xd2')]()[_0x6ec6('0x119')])?(_0x4f7911[_0x6ec6('0x1')](),_0x4f7911=_0x308e82):_0x308e82[_0x6ec6('0x1')]():_0x4f7911=_0x308e82;}}if(_0x4f7911)return this[_0x6ec6('0x97')](_0x4f7911,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x39ff04,_0x54f77c)),_0x4f7911;{const _0x59d83d=_0x54747c(),_0x4932a3=this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x39ff04,_0x54f77c),_0x410d88=_0x4ee388['id'],_0x2192f3=_0x3d2983?_0x6ec6('0x38')+_0x3d2983:_0x6ec6('0xfd'),_0x6c129d=this['_setSuggestionData']({'id':_0x59d83d,'type':_0x2192f3,'createdAt':new Date(),'authorId':_0x410d88,'attributes':_0x1667f9});return this[_0x6ec6('0x65')](_0x2192f3,_0x59d83d,_0x410d88,_0x4932a3),_0x6c129d;}}[_0x6ec6('0x2b')](_0xca2825,_0x3f1839=_0x6ec6('0xcf'),_0x210c1f={}){const _0x4214d8=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')]['get']('Users')['me'],_0x384efc=_0xca2825[_0x6ec6('0x98')](_0x450d19=>new _0x341c07(_0x450d19[_0x6ec6('0x119')],_0x450d19[_0x6ec6('0xd1')])),_0x58014f=new Set();for(const _0x2ee19c of _0x384efc)for(const {suggestion:_0x326799,meta:_0x2404dc}of this[_0x6ec6('0x11c')](_0x2ee19c,_0x6ec6('0x113')))_0x2404dc[_0x6ec6('0x51')]&&!_0x2404dc['isNextTo']&&_0x58014f[_0x6ec6('0xb5')](_0x326799);for(const _0x5a910f of _0x58014f)if(_0x5a910f[_0x6ec6('0x4b')]){const _0x47ab08=_0x5a910f[_0x6ec6('0x75')]();(!_0x5a910f[_0x6ec6('0x10a')]||!_0x5a910f[_0x6ec6('0x10a')][_0x6ec6('0x82')])&&(_0x47ab08['every'](_0x58a656=>_0x384efc[_0x6ec6('0xad')](_0x2e0fe8=>_0x2e0fe8[_0x6ec6('0xeb')](_0x58a656,!0x0)))&&_0x5a910f['discard']());if(_0x384efc['every'](_0xaaceb8=>_0x47ab08['some'](_0xa2ae63=>_0xa2ae63[_0x6ec6('0xeb')](_0xaaceb8,!0x0)))){const _0x238e05=this[_0x6ec6('0x37')]['getSuggestionCallback'](_0x6ec6('0xfd'),_0x3f1839,_0x6ec6('0xfa'));return this[_0x6ec6('0x83')](()=>_0x238e05(_0xca2825,null,_0x210c1f)),null;}}else{const _0x2c8096=_0x5a910f[_0x6ec6('0xd2')]();_0x384efc['some'](_0xb5851f=>_0xb5851f[_0x6ec6('0xeb')](_0x2c8096,!0x0))&&_0x5a910f[_0x6ec6('0xe5')]();if(_0x384efc['every'](_0x2e3d72=>_0x2c8096[_0x6ec6('0xeb')](_0x2e3d72,!0x0))){const _0x56be23=this[_0x6ec6('0x37')]['getSuggestionCallback']('deletion',_0x3f1839,_0x6ec6('0xfa'));return this[_0x6ec6('0x83')](()=>_0x56be23(_0x384efc,null,_0x210c1f)),null;}}const _0x2b9dfe=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x6ec6('0xfd'),_0x3f1839,_0x6ec6('0xa0'));let _0x71e5a4=null;for(const _0x359c80 of this[_0x6ec6('0x124')]())if(_0x359c80['author']['id']==_0x4214d8['id']&&_0x359c80['isInContent']&&_0x6ec6('0xfd')==_0x359c80[_0x6ec6('0x127')]&&_0x359c80['subType']==_0x3f1839&&(_0x2b9dfe(_0x359c80[_0x6ec6('0x75')](),_0x384efc)||_0x2b9dfe(_0x384efc,_0x359c80[_0x6ec6('0x75')]()))){if(_0x71e5a4){if(_0x359c80['commentThread']&&_0x359c80[_0x6ec6('0xb1')][_0x6ec6('0x20')])continue;for(const _0x50afc2 of _0x359c80[_0x6ec6('0x75')]())_0x71e5a4[_0x6ec6('0x100')](_0x50afc2)||_0x71e5a4[_0x6ec6('0x4f')](_0x50afc2);_0x359c80['removeMarkers']();}else{_0x71e5a4=_0x359c80;for(const _0x5d873e of _0x384efc)_0x359c80[_0x6ec6('0x100')](_0x5d873e)||_0x359c80[_0x6ec6('0x4f')](_0x5d873e);}}if(_0x71e5a4)return _0x71e5a4;_0x58014f[_0x6ec6('0x9e')]();for(const _0x101d21 of _0x384efc)for(const {suggestion:_0x78337a,meta:_0x2c3cc4}of this['_findSuggestions'](_0x101d21,_0x6ec6('0xfd')))_0x2c3cc4['isOwn']&&_0x58014f[_0x6ec6('0xb5')](_0x78337a);for(const _0x2c0a7e of _0x58014f){const _0x568b47=_0x2c0a7e[_0x6ec6('0x75')]();if(!_0x210c1f||!_0x210c1f[_0x6ec6('0x82')]){if(_0x384efc[_0x6ec6('0x9c')](_0x1c35f3=>_0x568b47[_0x6ec6('0xad')](_0x13c8ab=>_0x13c8ab[_0x6ec6('0xeb')](_0x1c35f3,!0x0))))return _0x2c0a7e;}(!_0x2c0a7e[_0x6ec6('0x10a')]||!_0x2c0a7e[_0x6ec6('0x10a')][_0x6ec6('0x82')])&&(_0x568b47[_0x6ec6('0x9c')](_0x236398=>_0x384efc[_0x6ec6('0xad')](_0x3ca3d3=>_0x3ca3d3[_0x6ec6('0xeb')](_0x236398,!0x0)))&&_0x2c0a7e[_0x6ec6('0xe5')]());}const _0x55a5d0=_0x54747c(),_0x5bf536=_0x4214d8['id'],_0x398d94=_0x6ec6('0x38')+_0x3f1839,_0x4f8ae9=this[_0x6ec6('0x4')]({'id':_0x55a5d0,'type':_0x398d94,'createdAt':new Date(),'authorId':_0x5bf536,'attributes':_0x210c1f});for(const _0x42bf42 of _0x384efc)_0x42bf42[_0x6ec6('0x87')](),_0x42bf42[_0x6ec6('0x7f')]||_0x6ec6('0xb2')==_0x42bf42[_0x6ec6('0x2e')][_0x6ec6('0xc4')]||this[_0x6ec6('0x65')](_0x398d94,_0x55a5d0,_0x5bf536,_0x42bf42,_0x32d0a2[_0x6ec6('0xae')]());return _0x4f8ae9;}[_0x6ec6('0x97')](_0x510dea,_0x5c7c16){const _0x57ec2e=_0x510dea['getFirstMarker']();this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](_0x4153eb=>{_0x4153eb[_0x6ec6('0x99')](_0x57ec2e,{'range':_0x5c7c16});});}[_0x6ec6('0x2c')](_0x16eb06){const _0xdae454=_0x16eb06['id'],_0x5d090d=this[_0x6ec6('0x5a')][_0x6ec6('0xd4')][_0x6ec6('0x11e')]('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0xdae454)||this[_0x6ec6('0x47')]['addCommentThread']({'channelId':_0x5d090d,'threadId':_0xdae454});const _0x29ee9b=this['_commentsRepository'][_0x6ec6('0xfb')](_0xdae454);_0x29ee9b[_0x6ec6('0x11')]('isRemovable'),_0x29ee9b['isRemovable']=!0x1,_0x16eb06[_0x6ec6('0xb1')]=_0x29ee9b;}['_checkSuggestionCorrectness'](_0x44e546,_0x2b8e8b,_0x184931,_0x22b2a4){if(_0x44e546[_0x6ec6('0x127')]!=_0x2b8e8b||_0x44e546['subType']!=_0x184931||_0x44e546[_0x6ec6('0x1e')]['id']!=_0x22b2a4)throw this[_0x6ec6('0x5a')][_0x6ec6('0x3c')](_0x6ec6('0xb9')),new _0x251ff9('track-changes-suggestion-data-mismatch',this);}[_0x6ec6('0x106')](_0x1f858a,_0x2a6d1d){const _0xbef23a=_0x1f858a['getFirstRange']();if(_0x2a6d1d['isEqual'](_0xbef23a))_0x1f858a[_0x6ec6('0x1')]();else{if(_0xbef23a[_0x6ec6('0xeb')](_0x2a6d1d)){const _0x39e45a=this[_0x6ec6('0xf3')][_0x6ec6('0x95')](_0x2a6d1d[_0x6ec6('0x119')][_0x6ec6('0x29')],_0x6ec6('0xd1'));this[_0x6ec6('0x97')](_0x1f858a,this[_0x6ec6('0xf3')]['createRange'](_0xbef23a[_0x6ec6('0x119')],_0x39e45a));const _0x2d7448=_0x54747c(),_0x19d1f2=_0x1f858a[_0x6ec6('0x1e')]['id'],_0x2e0f2f=_0x1f858a[_0x6ec6('0x127')]+':'+_0x1f858a[_0x6ec6('0x3f')];this['_setSuggestionData']({'id':_0x2d7448,'type':_0x2e0f2f,'createdAt':new Date(),'authorId':_0x19d1f2,'data':_0x1f858a[_0x6ec6('0x78')],'attributes':_0x1f858a[_0x6ec6('0x10a')]});const _0x4042b6=this[_0x6ec6('0xf3')]['createPositionAt'](_0x2a6d1d['end']['parent'],_0x6ec6('0x104')),_0x18356c=this[_0x6ec6('0xf3')]['createRange'](_0x4042b6,_0xbef23a[_0x6ec6('0xd1')]);this[_0x6ec6('0x65')](_0x2e0f2f,_0x2d7448,_0x19d1f2,_0x18356c);}else{if(_0xbef23a[_0x6ec6('0xc7')](_0x2a6d1d[_0x6ec6('0x119')])){const _0x5e1838=this[_0x6ec6('0xf3')]['createPositionAt'](_0x2a6d1d[_0x6ec6('0x119')][_0x6ec6('0x29')],_0x6ec6('0xd1'));this[_0x6ec6('0x97')](_0x1f858a,this['_model'][_0x6ec6('0x4a')](_0xbef23a[_0x6ec6('0x119')],_0x5e1838));}else{const _0x134abb=this['_model'][_0x6ec6('0x95')](_0x2a6d1d[_0x6ec6('0xd1')][_0x6ec6('0xd8')],_0x6ec6('0x104'));this[_0x6ec6('0x97')](_0x1f858a,this['_model']['createRange'](_0x134abb,_0xbef23a[_0x6ec6('0xd1')]));}}}}[_0x6ec6('0xa2')](_0x22be7d){for(const {suggestion:_0xc534bc,meta:_0x1ad7b1}of this[_0x6ec6('0x11c')](_0x22be7d,_0x6ec6('0x113'))){if(!_0x1ad7b1[_0x6ec6('0x51')])continue;const _0x5c752e=_0xc534bc[_0x6ec6('0x75')]();for(const _0x12ae48 of _0x5c752e)if(!_0x22be7d[_0x6ec6('0x7')](_0x12ae48)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x490f43){const _0x8c0c6c=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))[_0x6ec6('0xab')](_0x490f43);if(!_0x8c0c6c)throw new _0x251ff9(_0x6ec6('0x27'),this);return _0x8c0c6c;}[_0x6ec6('0x94')](_0x252d84,_0x4971b3,_0x5baee2,_0x52afe1){const _0x2c0919=this['_getAuthorFromId'](_0x52afe1),_0x610224=this[_0x6ec6('0x37')][_0x6ec6('0x107')](_0x252d84,_0x4971b3,_0x5baee2,_0x2c0919,_0x3d44cd=>this['_updateSuggestionData'](_0x5baee2,{'attributes':_0x3d44cd}));return this[_0x6ec6('0x96')](_0x610224,_0x6ec6('0xfa'),()=>{this[_0x6ec6('0x63')](_0x5baee2,{'state':_0x6ec6('0xff')});},{'priority':_0x6ec6('0xa')}),this[_0x6ec6('0x96')](_0x610224,_0x6ec6('0xe5'),()=>{this[_0x6ec6('0x63')](_0x5baee2,{'state':_0x6ec6('0xc5')});},{'priority':'high'}),this[_0x6ec6('0xb3')][_0x6ec6('0x8e')](_0x5baee2,_0x610224),this[_0x6ec6('0x8d')][_0x6ec6('0x8e')](_0x610224,_0x6ec6('0x7c')),_0x610224;}['_splitMarkerName'](_0x36f574){const _0x2a167b=_0x36f574[_0x6ec6('0x46')](':');return{'group':_0x2a167b[0x0],'type':_0x2a167b[0x1],'subType':_0x2a167b[_0x6ec6('0x20')]>=0x5?_0x2a167b[0x2]:null,'id':_0x2a167b[_0x6ec6('0x20')]<0x5?_0x2a167b[0x2]:_0x2a167b[0x3],'authorId':_0x2a167b[_0x6ec6('0x20')]<0x5?_0x2a167b[0x3]:_0x2a167b[0x4],'markerCount':0x6==_0x2a167b[_0x6ec6('0x20')]?_0x2a167b[0x5]:null};}[_0x6ec6('0x48')](_0x577f4f,_0x3c0ce4,_0x4ea745){const _0x32db21=_0x577f4f[_0x6ec6('0xd2')](),_0x1044bd=_0x32db21[_0x6ec6('0x119')],_0x145286=_0x32db21[_0x6ec6('0xd1')];this['_setSuggestionRange'](_0x577f4f,this[_0x6ec6('0xf3')]['createRange'](_0x1044bd,_0x3c0ce4));const _0x2c25ff=_0x54747c(),_0x4aa417=_0x577f4f[_0x6ec6('0x1e')]['id'],_0x1ae23f=_0x577f4f[_0x6ec6('0x127')]+(_0x577f4f[_0x6ec6('0x3f')]?':'+_0x577f4f[_0x6ec6('0x3f')]:'');this[_0x6ec6('0x4')]({'id':_0x2c25ff,'type':_0x1ae23f,'createdAt':new Date(),'authorId':_0x4aa417,'originalSuggestionId':_0x577f4f['id'],'data':_0x577f4f[_0x6ec6('0x78')]}),'formatBlock'==_0x577f4f[_0x6ec6('0x127')]&&(_0x4ea745=this[_0x6ec6('0xf3')][_0x6ec6('0xd3')](_0x4ea745[_0x6ec6('0xd8')])),this[_0x6ec6('0x65')](_0x1ae23f,_0x2c25ff,_0x4aa417,this[_0x6ec6('0xf3')]['createRange'](_0x4ea745,_0x145286));}[_0x6ec6('0x11c')](_0x674162,_0x165e9c=null){const _0x4bcff5=[],_0x163942=this[_0x6ec6('0xf3')]['schema'],_0x57c136=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')](_0x6ec6('0x2'))['me'];for(const _0x45e843 of this[_0x6ec6('0x124')]())if(_0x45e843['isInContent']&&(!_0x165e9c||_0x45e843[_0x6ec6('0x127')]==_0x165e9c))for(const _0x30fa39 of _0x45e843[_0x6ec6('0x75')]()){const _0x388b77=_0x674162[_0x6ec6('0x119')][_0x6ec6('0x21')](_0x30fa39[_0x6ec6('0xd1')])||_0x674162[_0x6ec6('0xd1')]['isEqual'](_0x30fa39[_0x6ec6('0x119')]);if(_0x388b77||_0x674162[_0x6ec6('0xd7')](_0x30fa39)){const _0x35be76=_0x674162[_0x6ec6('0xeb')](_0x30fa39)&&mt(_0x163942,_0x30fa39['start'],_0x674162),_0x1afb4b=_0x30fa39[_0x6ec6('0xeb')](_0x674162)&&mt(_0x163942,_0x674162[_0x6ec6('0x119')],_0x30fa39);_0x4bcff5[_0x6ec6('0xb7')]({'suggestion':_0x45e843,'meta':{'isOwn':_0x57c136==_0x45e843[_0x6ec6('0x1e')],'isNextTo':_0x388b77,'isInsideObject':_0x35be76,'containsRangeInObject':_0x1afb4b}});break;}}return _0x4bcff5;}[_0x6ec6('0x65')](_0x52de4d,_0x4a51e4,_0x398ea9,_0x24bc3b,_0x52952c=null){this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](_0x129ca3=>{let _0x5bb413=_0x6ec6('0xa4')+_0x52de4d+':'+_0x4a51e4+':'+_0x398ea9;_0x52952c&&(_0x5bb413=_0x5bb413+':'+_0x52952c),_0x129ca3[_0x6ec6('0x1f')](_0x5bb413,{'range':_0x24bc3b,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x16617e){const _0x4dc654=_0x16617e['previous'],_0x245294=_0x16617e[_0x6ec6('0x108')];_0x16617e[_0x6ec6('0x26')]=null,null!=_0x4dc654&&(_0x4dc654[_0x6ec6('0x108')]=null),_0x16617e[_0x6ec6('0x108')]=null,null!=_0x245294&&(_0x245294[_0x6ec6('0x26')]=null),_0x6ec6('0x28')==this[_0x6ec6('0x8d')][_0x6ec6('0x11e')](_0x16617e)&&(this[_0x6ec6('0x8d')][_0x6ec6('0x8e')](_0x16617e,'removed'),this[_0x6ec6('0x6b')](_0x6ec6('0xe3'),_0x16617e,_0x4dc654,_0x245294));}[_0x6ec6('0x4')](_0xdc55ab){const _0xda38b3=_0xdc55ab['id'],_0x1661ed=this[_0x6ec6('0x110')](_0xdc55ab);if(this[_0x6ec6('0x5')]&&this[_0x6ec6('0x5')][_0x6ec6('0x71')]){const _0x6558a8=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')]['get'](_0x6ec6('0x121')),_0x4ee9ac=_0x1661ed[_0x6ec6('0x6d')],_0x48d06e=_0x1661ed[_0x6ec6('0x3f')]?_0x1661ed['type']+':'+_0x1661ed[_0x6ec6('0x3f')]:_0x1661ed['type'],_0x2306d7=this['editor'][_0x6ec6('0xc2')],_0x42222f=_0x6558a8[_0x6ec6('0xb5')](_0x5d766b(_0x2306d7,_0x6ec6('0xdd'))),_0x3921bb={'id':_0xda38b3,'type':_0x48d06e,'hasComments':_0x4ee9ac,'data':_0xdc55ab[_0x6ec6('0x78')]||null,'originalSuggestionId':_0xdc55ab[_0x6ec6('0x7e')]||null,'attributes':_0x1661ed[_0x6ec6('0x10a')]};this['_adapter'][_0x6ec6('0x71')](_0x3921bb)[_0x6ec6('0x125')](_0x244c61=>{_0x1661ed['_saved']=!0x0,_0x6558a8[_0x6ec6('0xe7')](_0x42222f),_0x244c61&&_0x244c61[_0x6ec6('0xa1')]&&(this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0xda38b3)[_0x6ec6('0xa1')]=_0x244c61['createdAt']);});}return _0x1661ed;}[_0x6ec6('0x63')](_0x2270c7,_0x550dc6){const _0x24ecfe=this[_0x6ec6('0x5a')][_0x6ec6('0xf4')][_0x6ec6('0x11e')]('PendingActions'),_0x262fde=this[_0x6ec6('0xb3')][_0x6ec6('0x11e')](_0x2270c7);if(this[_0x6ec6('0x5')]&&this[_0x6ec6('0x5')]['updateSuggestion']){if(_0x262fde[_0x6ec6('0x39')]){const _0x48e688=_0x24ecfe[_0x6ec6('0xb5')](_0x5d766b(this['editor'][_0x6ec6('0xc2')],'PENDING_ACTION_SUGGESTION'));this[_0x6ec6('0x5')][_0x6ec6('0x4e')](_0x2270c7,_0x550dc6)['then'](()=>{_0x24ecfe['remove'](_0x48e688);});}else _0x262fde['on'](_0x6ec6('0x118'),()=>{this[_0x6ec6('0x63')](_0x2270c7,_0x550dc6);});}}['_getSuggestionData'](_0x100a77){if(!this[_0x6ec6('0x5')]||!this[_0x6ec6('0x5')][_0x6ec6('0xac')])throw new _0x251ff9(_0x6ec6('0x36'),this);return this['_adapter']['getSuggestion'](_0x100a77);}[_0x6ec6('0x59')](_0x22a36f){const {id:_0xa5b6f4,type:_0x318991,subType:_0x44eb1f,authorId:_0x172c8a}=this[_0x6ec6('0x62')](_0x22a36f),_0x7a4755=this['_suggestions']['get'](_0xa5b6f4)||this[_0x6ec6('0x94')](_0x318991,_0x44eb1f,_0xa5b6f4,_0x172c8a);switch(this[_0x6ec6('0x43')](_0x7a4755,_0x318991,_0x44eb1f,_0x172c8a),this[_0x6ec6('0x8d')][_0x6ec6('0x11e')](_0x7a4755)){case _0x6ec6('0x7c'):this[_0x6ec6('0xee')](_0xa5b6f4)['then'](_0x4b4797=>{let _0x22df70=Promise[_0x6ec6('0x12a')]();_0x4b4797[_0x6ec6('0x6d')]&&(_0x22df70=this[_0x6ec6('0x47')][_0x6ec6('0x86')]({'channelId':this[_0x6ec6('0x5a')][_0x6ec6('0xd4')][_0x6ec6('0x11e')](_0x6ec6('0x8c')),'threadId':_0xa5b6f4})),_0x22df70[_0x6ec6('0x125')](()=>{this[_0x6ec6('0x110')](_0x4b4797)[_0x6ec6('0x39')]=!0x0;});}),this[_0x6ec6('0x8d')]['set'](_0x7a4755,_0x6ec6('0xc1'));break;case _0x6ec6('0x2a'):this[_0x6ec6('0x63')](_0xa5b6f4,{'state':_0x6ec6('0x42')});case _0x6ec6('0x6e'):this[_0x6ec6('0x8d')]['set'](_0x7a4755,_0x6ec6('0x28')),this['fire']('suggestionLoaded',_0x7a4755);break;case _0x6ec6('0x28'):this['fire'](_0x6ec6('0x11b'),_0x7a4755);}_0x7a4755[_0x6ec6('0xe9')](_0x22a36f),this[_0x6ec6('0xf7')](_0x7a4755);}['_refreshSuggestionsChain'](_0xbbb1e3){if(_0xbbb1e3[_0x6ec6('0x4b')])return;let _0x10d81c=!0x0,_0x3a9427=!0x0;for(const _0x969ccd of this['getSuggestions']()){if(_0x969ccd[_0x6ec6('0x4b')])continue;if(_0x969ccd==_0xbbb1e3||!_0x969ccd['isInContent'])continue;if(_0x969ccd[_0x6ec6('0x1e')]['id']!=_0xbbb1e3[_0x6ec6('0x1e')]['id'])continue;const _0x4cd6f0=this[_0x6ec6('0x37')]['getSuggestionCallback'](_0xbbb1e3[_0x6ec6('0x127')],_0xbbb1e3[_0x6ec6('0x3f')],_0x6ec6('0xd')),_0x3ad68a=this['_suggestionFactory'][_0x6ec6('0xaf')](_0x969ccd[_0x6ec6('0x127')],_0x969ccd[_0x6ec6('0x3f')],_0x6ec6('0xd')),_0x676dfe=_0x4cd6f0(_0xbbb1e3,_0x969ccd),_0x56fb23=_0x3ad68a(_0xbbb1e3,_0x969ccd);_0x676dfe&&_0x56fb23&&(_0x676dfe[0x1][_0x6ec6('0xb1')]&&_0x676dfe[0x1]['commentThread'][_0x6ec6('0x20')]||(_0x676dfe[0x0][_0x6ec6('0x108')]=_0x676dfe[0x1],_0x676dfe[0x1][_0x6ec6('0x26')]=_0x676dfe[0x0],_0x676dfe[0x0]==_0xbbb1e3?_0x3a9427=!0x1:_0x10d81c=!0x1));}_0xbbb1e3[_0x6ec6('0x26')]&&_0x10d81c&&(_0xbbb1e3[_0x6ec6('0x26')]['next']=null,_0xbbb1e3[_0x6ec6('0x26')]=null),_0xbbb1e3[_0x6ec6('0x108')]&&_0x3a9427&&(_0xbbb1e3[_0x6ec6('0x108')][_0x6ec6('0x26')]=null,_0xbbb1e3[_0x6ec6('0x108')]=null);}[_0x6ec6('0x64')](_0x323540){for(const _0x481dba of this['_suggestions'][_0x6ec6('0xca')]()){if(_0x481dba==_0x323540||!_0x481dba['isInContent'])continue;if(_0x481dba[_0x6ec6('0x127')]!=_0x323540[_0x6ec6('0x127')]||_0x481dba[_0x6ec6('0x1e')]['id']!=_0x323540[_0x6ec6('0x1e')]['id']||_0x481dba[_0x6ec6('0x3f')]!=_0x323540[_0x6ec6('0x3f')])continue;const _0x474197=this[_0x6ec6('0x37')][_0x6ec6('0xaf')](_0x323540['type'],_0x323540[_0x6ec6('0x3f')],'join');if(_0x474197(_0x481dba[_0x6ec6('0x75')](),_0x323540[_0x6ec6('0x75')]())){if(_0x323540[_0x6ec6('0xb1')]&&_0x323540['commentThread'][_0x6ec6('0x20')])continue;return this['_joinSuggestions'](_0x481dba,_0x323540),!0x0;}if(_0x474197(_0x323540[_0x6ec6('0x75')](),_0x481dba['getRanges']())){if(_0x481dba[_0x6ec6('0xb1')]&&_0x481dba['commentThread'][_0x6ec6('0x20')])continue;return this['_joinSuggestions'](_0x323540,_0x481dba),!0x0;}}return!0x1;}[_0x6ec6('0x74')](_0x24049d,_0xd47f19){if(_0x24049d['isMultiRange'])for(const _0x1d484e of _0xd47f19[_0x6ec6('0x75')]())_0x24049d[_0x6ec6('0x4f')](_0x1d484e);else{const _0x252509=_0xd47f19[_0x6ec6('0xd2')]()[_0x6ec6('0xd1')];this['_setSuggestionRange'](_0x24049d,this[_0x6ec6('0xf3')][_0x6ec6('0x4a')](_0x24049d[_0x6ec6('0xd2')]()[_0x6ec6('0x119')],_0x252509));}_0xd47f19[_0x6ec6('0x1')]();}}_0x550c42(d,_0x3858ac);class lt{constructor(_0xb16d0c){this['_editor']=_0xb16d0c,this['_model']=_0xb16d0c[_0x6ec6('0x73')],this[_0x6ec6('0x13')]=new Map(),this['_defaultCallbacks']=new Map(),this[_0x6ec6('0xe1')]();}[_0x6ec6('0x107')](_0x55a28c,_0x38f8be,_0x27114f,_0x3dd301,_0x1de7bc){return new _0x32d0a2(this[_0x6ec6('0xf3')],{'type':_0x55a28c,'subType':_0x38f8be,'id':_0x27114f,'author':_0x3dd301,'onAttributesChange':_0x1de7bc,'onAccept':(..._0x4f715e)=>this[_0x6ec6('0xaf')](_0x55a28c,_0x38f8be,_0x6ec6('0xfa'))(..._0x4f715e),'onDiscard':(..._0x1ee37a)=>this['getSuggestionCallback'](_0x55a28c,_0x38f8be,_0x6ec6('0xe5'))(..._0x1ee37a)});}[_0x6ec6('0x6c')](_0x3079a4,_0x3c5b3b,_0x453ec9,_0x79b7e2){const _0xa73223=_0x3079a4+':'+_0x3c5b3b+':'+_0x453ec9;this[_0x6ec6('0x13')][_0x6ec6('0x8e')](_0xa73223,_0x79b7e2);}[_0x6ec6('0xaf')](_0x5dbc5d,_0xa59df4,_0xc19574){const _0x5055f6=_0x5dbc5d+':'+_0xa59df4+':'+_0xc19574;return this['_customCallbacks'][_0x6ec6('0x11e')](_0x5055f6)||this['_defaultCallbacks'][_0x6ec6('0x11e')](_0x5dbc5d+':'+_0xc19574);}[_0x6ec6('0xe1')](){const _0x31f552=()=>{},_0x39459c=_0x493fe8=>{_0x493fe8[_0x6ec6('0x3d')]((_0x5bcd3b,_0x441663)=>_0x5bcd3b[_0x6ec6('0x119')][_0x6ec6('0xa5')](_0x441663[_0x6ec6('0x119')])?0x1:-0x1),this[_0x6ec6('0xf3')]['change'](_0x435df7=>{for(const _0x403105 of _0x493fe8){let _0x37c533;_0x37c533=_0x403105['end'][_0x6ec6('0x5c')]&&_0x403105[_0x6ec6('0xd1')][_0x6ec6('0xd8')]==_0x403105[_0x6ec6('0x119')]['nodeAfter']?_0x435df7[_0x6ec6('0x103')](_0x403105[_0x6ec6('0x119')][_0x6ec6('0xf2')],'on'):_0x435df7[_0x6ec6('0x103')](_0x403105),this[_0x6ec6('0xf3')][_0x6ec6('0x115')](_0x37c533,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x28c90b=(_0x255e3e,_0x55e47d)=>{this[_0x6ec6('0xf3')][_0x6ec6('0x5b')](_0x5d74dd=>{const {commandName:_0x210ce5,commandParams:_0x7025ba=[]}=_0x55e47d,_0x2d953f=_0x255e3e[0x0];if(_0x6ec6('0xb2')==_0x2d953f[_0x6ec6('0x2e')]['rootName'])return;const _0x4dcb6f=Array[_0x6ec6('0x55')](this['_model'][_0x6ec6('0x18')][_0x6ec6('0xea')][_0x6ec6('0x75')]())[_0x6ec6('0x98')](_0x50e959=>_0x341c07[_0x6ec6('0x11d')](_0x50e959));dt(_0x2d953f)?_0x5d74dd[_0x6ec6('0xc9')](this[_0x6ec6('0xf3')]['createRange'](_0x2d953f[_0x6ec6('0xd1')])):_0x5d74dd[_0x6ec6('0xc9')](_0x2d953f);for(const _0x3578e2 of this[_0x6ec6('0xf8')][_0x6ec6('0x129')][_0x6ec6('0x129')]())_0x3578e2['refresh']();_0x7025ba[_0x6ec6('0xb7')]({'forceDefaultExecution':!0x0}),this['_editor'][_0x6ec6('0x70')](_0x210ce5,..._0x7025ba);const _0x1021b0=_0x4dcb6f[_0x6ec6('0x79')](_0x3475e3=>_0x6ec6('0xb2')!=_0x3475e3[_0x6ec6('0x2e')][_0x6ec6('0xc4')]);_0x1021b0[_0x6ec6('0x20')]>0x0&&_0x5d74dd['setSelection'](_0x1021b0);for(const _0x25e1ac of _0x4dcb6f)_0x25e1ac[_0x6ec6('0x87')]();});},_0x5c5392=(_0x16144f,_0x36c5b9)=>0x1==_0x16144f['length']&&0x1==_0x36c5b9[_0x6ec6('0x20')]&&_0x16144f[0x0]['end'][_0x6ec6('0x21')](_0x36c5b9[0x0][_0x6ec6('0x119')]),_0x446141=(_0x1737ec,_0x556e7c)=>bt(_0x1737ec,_0x556e7c,this[_0x6ec6('0xf3')])?[_0x1737ec,_0x556e7c]:bt(_0x556e7c,_0x1737ec,this['_model'])?[_0x556e7c,_0x1737ec]:null;this['_defaultCallbacks']['set'](_0x6ec6('0xe2'),_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')]('insertion:discard',_0x39459c),this[_0x6ec6('0x9d')]['set']('insertion:join',_0x5c5392),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x9'),_0x446141),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x1d'),_0x39459c),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x9f'),_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0xd9'),_0x5c5392),this[_0x6ec6('0x9d')]['set'](_0x6ec6('0x5e'),_0x446141),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')]('formatInline:accept',_0x28c90b),this['_defaultCallbacks'][_0x6ec6('0x8e')](_0x6ec6('0xd5'),_0x31f552),this[_0x6ec6('0x9d')]['set'](_0x6ec6('0xef'),_0x5c5392),this['_defaultCallbacks']['set']('formatInline:chain',_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')]('formatBlock:accept',_0x28c90b),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x60'),_0x31f552),this[_0x6ec6('0x9d')][_0x6ec6('0x8e')](_0x6ec6('0x2d'),_0x5c5392),this['_defaultCallbacks'][_0x6ec6('0x8e')](_0x6ec6('0xbf'),_0x31f552);}}function mt(_0x1bcb2a,_0x4ea6d1,_0xd4725){for(const _0x39a146 of _0x4ea6d1['parent'][_0x6ec6('0xf9')]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x39a146[_0x6ec6('0x2e')]==_0x39a146)return!0x1;if(!_0xd4725['containsItem'](_0x39a146))return!0x1;if(_0x1bcb2a[_0x6ec6('0x76')](_0x39a146)||_0x1bcb2a['isLimit'](_0x39a146))return!0x0;}}function dt(_0x42653a){return _0x42653a['end'][_0x6ec6('0xd8')]==_0x42653a[_0x6ec6('0x119')][_0x6ec6('0xf2')]&&_0x42653a[_0x6ec6('0xd1')]['isAtStart'];}function pt(_0x437e62,_0x557c9d,_0x3b11d8,_0xe1c3fc){const _0x343709=_0x454544=>!_0x454544[_0x6ec6('0x10f')]['is'](_0x6ec6('0x120'))&&!_0xe1c3fc[_0x6ec6('0x76')](_0x454544[_0x6ec6('0x10f')]),_0x2e8617=_0x437e62['start'][_0x6ec6('0x5d')](_0x343709),_0x538d8b=_0x437e62[_0x6ec6('0xd1')]['getLastMatchingPosition'](_0x343709,{'direction':_0x6ec6('0x58')});return(!_0x437e62[_0x6ec6('0x119')]['isEqual'](_0x2e8617)||!_0x437e62[_0x6ec6('0xd1')][_0x6ec6('0x21')](_0x538d8b))&&(_0x2e8617[_0x6ec6('0xa5')](_0x538d8b)?_0x3b11d8[_0x6ec6('0x99')](_0x557c9d,{'range':_0x3b11d8['createRange'](_0x2e8617,_0x538d8b)}):_0x3b11d8[_0x6ec6('0xfe')](_0x557c9d),!0x0);}function kt(_0x37d6b2){return _0x1d81a6(_0x37d6b2);}function wt(_0x1f6dd7){const _0x2b9a79=_0x1f6dd7[_0x6ec6('0x119')][_0x6ec6('0xf2')];return _0x2b9a79&&_0x2b9a79['is']('element');}function yt(_0x318867,_0x2fd75a){const _0x387b64=_0x2fd75a['schema'][_0x6ec6('0x76')](_0x318867)||_0x2fd75a['schema'][_0x6ec6('0x6a')](_0x318867);return _0x2fd75a[_0x6ec6('0x4a')](_0x2fd75a[_0x6ec6('0x95')](_0x318867,_0x6ec6('0xe4')),_0x387b64?_0x2fd75a[_0x6ec6('0x109')](_0x318867):_0x2fd75a['createPositionAt'](_0x318867,'end'));}function bt(_0x598f7a,_0x2d89fe,_0x2b68e0){const _0x94f5b7=_0x598f7a[_0x6ec6('0xd2')](),_0x19f376=_0x2d89fe[_0x6ec6('0xd2')]();if(_0x94f5b7[_0x6ec6('0xd1')]['isEqual'](_0x19f376['start']))return!0x0;if(_0x598f7a[_0x6ec6('0x127')]!=_0x2d89fe[_0x6ec6('0x127')])return!0x1;if(!_0x94f5b7[_0x6ec6('0xd1')]['isTouching'](_0x19f376[_0x6ec6('0x119')]))return!0x1;const _0x1d0c8a=_0x2b68e0[_0x6ec6('0x4a')](_0x94f5b7[_0x6ec6('0xd1')],_0x19f376[_0x6ec6('0x119')])[_0x6ec6('0x8f')]();for(const _0x1b9cf7 of _0x1d0c8a)if([_0x6ec6('0xa3'),_0x6ec6('0xcd')][_0x6ec6('0xb8')](_0x1b9cf7[_0x6ec6('0x127')])&&_0x2b68e0[_0x6ec6('0xb6')][_0x6ec6('0x17')](_0x1b9cf7[_0x6ec6('0x10f')]))return!0x1;return!0x0;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x5e89db}from'ckeditor5/src/core';import{Collection as Ct}from'ckeditor5/src/utils';import{Model as bt,SplitButtonView as Tt,createDropdown as At,addListToDropdown as xt}from'ckeditor5/src/ui';import{Users as _0x3b50b6,getDateTimeFormatter as Et,getMarkerDomElement as St}from'ckeditor5-collaboration/src/collaboration-core';import _0x3fab49 from'./trackchangesediting';import vt from'./ui/suggestioncontroller';import Nt from'./ui/view/suggestionthreadview';import It from'../theme/icons/track-changes.svg';import{debounce as Dt}from'lodash-es';export default class m extends _0x5e89db{static get['requires'](){return[_0x3fab49,_0x3b50b6,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}constructor(_0x1228e6){super(_0x1228e6),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_debouncedHandlers']=new Map();const _0x2f36bc=this['editor']['config'];_0x2f36bc['define']('trackChanges.SuggestionThreadView',Nt),_0x2f36bc['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x2f36bc['get']('trackChanges.disableComments');}['init'](){const _0x2c8a14=this['editor'],_0x37fb78=_0x2c8a14['plugins']['get'](_0x3fab49),_0xea2eab=_0x2c8a14['plugins']['get']('Annotations'),_0xb6310b=_0x2c8a14['plugins']['get']('EditorAnnotations'),_0x5a27f3=_0x2c8a14['plugins']['get']('CommentsRepository');_0x2c8a14['ui']['componentFactory']['add']('trackChanges',_0x301877=>this['_createUIButton'](_0x301877)),_0xb6310b['addSourceCollector'](()=>{const _0x2bde2b=[];for(const [_0x292087,_0x1d68a0]of Array['from'](this['_suggestionToController'])){const _0x1d83e6=_0x292087['getAllAdjacentSuggestions'](),_0x127d60=[];for(const _0x3e0c3e of _0x1d83e6){if(!_0x3e0c3e['isInContent'])continue;if(_0x3e0c3e['isMultiRange']){_0x127d60['push'](..._0x3e0c3e['getRanges']());continue;}const _0xa30520=_0x3e0c3e['getFirstRange']();if(_0x127d60['length']>0x0){const _0xddc0af=_0x127d60[0x0]['getJoined'](_0xa30520);if(_0xddc0af){_0x127d60[0x0]=_0xddc0af;continue;}}_0x127d60['push'](_0xa30520);}_0x2bde2b['push']([_0x1d68a0['view'],_0x127d60]);}return _0x2bde2b;}),this['listenTo'](_0x37fb78,'suggestionLoaded',(_0x45bc41,_0x8ad039)=>{let _0x3cab0b=!0x1;const _0x420916=Dt(_0x2b5334=>{_0x3cab0b||_0x2b5334?_0x3cab0b&&_0x2b5334&&(this['_destroyController'](_0x8ad039),_0xb6310b['refreshSelectedViews'](),_0x3cab0b=!0x1):(this['_initializeController'](_0x8ad039),_0xb6310b['refreshSelectedViews'](),_0x3cab0b=!0x0);},0xa);this['_debouncedHandlers']['set'](_0x8ad039,_0x420916),this['listenTo'](_0x8ad039,'change:previous',(_0x32203c,_0x499b6d,_0x245565,_0x356454)=>{_0x8ad039['isInContent']&&(null==_0x245565?(this['_updateController'](_0x356454['head']),_0x420916(!0x1)):(this['_updateController'](_0x245565['head']),_0x420916(!0x0)));}),null===_0x8ad039['previous']?_0x420916(!0x1):this['_updateController'](_0x8ad039['head']);}),this['listenTo'](_0x37fb78,'suggestionUnloaded',(_0x27d8d4,_0x371a13,_0x5cdcbb)=>{this['stopListening'](_0x371a13,'change:previous'),this['_debouncedHandlers']['get'](_0x371a13)['cancel'](),this['_debouncedHandlers']['delete'](_0x371a13);const _0xe7c268=_0x5cdcbb?_0x5cdcbb['head']:_0x371a13,_0x1c2284=this['_suggestionToController']['get'](_0xe7c268);null!==_0x5cdcbb&&this['_updateController'](_0xe7c268),null===_0x5cdcbb&&_0x1c2284&&this['_destroyController'](_0x371a13);}),this['listenTo'](_0x37fb78,'suggestionChanged',(_0x1e68ab,_0x5dc833)=>{this['_updateController'](_0x5dc833);}),this['listenTo'](_0xea2eab,'change:activeAnnotations',(_0x403884,_0x1cf42f,_0x604904)=>{const _0x206fd9=Array['from'](_0x604904,_0x5c5a03=>_0x5c5a03['innerView'])['filter'](_0x26090f=>this['_viewToController']['has'](_0x26090f)),_0x4027b7=[];for(const _0x20ea47 of _0x206fd9){const _0x47d662=this['_viewToController']['get'](_0x20ea47)['model']['getAllAdjacentSuggestions']();_0x4027b7['push'](..._0x47d662['reduce']((_0x1d8853,_0x8c610)=>[..._0x1d8853,..._0x8c610['getMarkerNames']()],[]));}_0x37fb78['activeMarkers']=_0x4027b7;}),this['listenTo'](_0x5a27f3,'addComment',(_0x2726fd,{threadId:_0x4dd89c,isFromAdapter:_0x4b4219})=>{if(_0x4b4219||!_0x37fb78['hasSuggestion'](_0x4dd89c))return;const _0x2a5da1=_0x37fb78['getSuggestion'](_0x4dd89c);this['_suggestionToController']['get'](_0x2a5da1)['view']['focus']();},{'priority':'lowest'});}['_createUIButton'](_0x52ca0e){const _0x5e6349=At(_0x52ca0e,Tt),_0x255450=this['editor']['commands']['get']('trackChanges'),{t:t}=this['editor'];_0x5e6349['buttonView']['set']({'tooltip':t('Track\x20changes'),'label':t('Track\x20changes'),'icon':It}),_0x5e6349['buttonView']['bind']('isOn')['to'](_0x255450,'value'),_0x5e6349['buttonView']['on']('execute',()=>_0x255450['execute']());const _0x4c5a83=new Ct(),_0x56c198=[{'type':'switchbutton','model':{'withText':!0x0,'label':t('Track\x20changes'),'commandName':'trackChanges'}},{'type':'separator'},{'type':'button','model':{'withText':!0x0,'label':t('Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions'}},{'type':'button','model':{'withText':!0x0,'label':t('Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions'}},{'type':'button','model':{'withText':!0x0,'label':t('Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions'}},{'type':'button','model':{'withText':!0x0,'label':t('Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions'}}];for(const _0x17d5c3 of _0x56c198){const _0x17655c={'type':_0x17d5c3['type']};if(_0x17d5c3['model']){const _0x3feae1=new bt(_0x17d5c3['model']),_0x4a301a=this['editor']['commands']['get'](_0x3feae1['commandName']);_0x3feae1['bind']('isOn','isEnabled')['to'](_0x4a301a,'value','isEnabled'),_0x17655c['model']=_0x3feae1;}_0x4c5a83['add'](_0x17655c);}xt(_0x5e6349,_0x4c5a83);const _0xcde064=_0x56c198['filter'](_0x5d0124=>null!=_0x5d0124['model'])['map'](_0x590b9b=>this['editor']['commands']['get'](_0x590b9b['model']['commandName']));return _0x5e6349['buttonView']['actionView']['unbind']('isEnabled'),_0x5e6349['buttonView']['arrowView']['unbind']('isEnabled'),_0x5e6349['buttonView']['actionView']['bind']('isEnabled')['to'](_0x255450,'isEnabled'),_0x5e6349['buttonView']['arrowView']['bind']('isEnabled')['toMany'](_0xcde064,'isEnabled',(..._0x3b1e32)=>_0x3b1e32['some'](_0x50a738=>_0x50a738)),_0x5e6349['on']('execute',_0x3822d9=>this['editor']['execute'](_0x3822d9['source']['commandName'])),_0x5e6349;}['_initializeController'](_0xca7a5e){const _0x383f48=this['editor'],_0x47f409=_0x383f48['config'],_0x729e09=_0x383f48['plugins']['get']('Annotations'),_0x3d8a11=_0x383f48['plugins']['get']('CommentsRepository'),_0x48f11f=_0xca7a5e['getAllAdjacentSuggestions']()['filter'](_0x4fc217=>_0x4fc217['isInContent']),_0x3ba3a7=_0x383f48['plugins']['get'](_0x3b50b6)['me'],_0x29dde8=_0x383f48['commands']['get']('acceptSuggestion'),_0x5c072f=_0x383f48['commands']['get']('discardSuggestion'),_0x51a8a5=_0x47f409['get']('trackChanges')['SuggestionThreadView'],{CommentsListView:_0x449d90,CommentThreadInputView:_0x5bc04f}=_0x383f48['plugins']['get']('CommentsUI'),_0x3c8824=new _0x51a8a5(_0x383f48['locale'],_0xca7a5e,_0x3ba3a7,{'disableComments':this['_disableComments'],'editorConfig':_0x47f409['get']('comments.editorConfig'),'maxCommentsWhenCollapsed':_0x47f409['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x47f409['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x47f409['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':Et(_0x47f409['get']('locale')),'CommentView':_0x47f409['get']('comments')['CommentView'],'CommentsListView':_0x449d90,'CommentThreadInputView':_0x5bc04f}),_0x26144f=_0x3d8a11['createCommentThreadController'](_0xca7a5e['commentThread'],_0x3c8824),_0x4538e1=new vt(_0xca7a5e,_0x3c8824,_0x29dde8,_0x5c072f,_0x26144f);_0x3c8824['descriptionParts']=_0x383f48['plugins']['get']('TrackChangesEditing')['_descriptionFactory']['getDescriptions'](_0x48f11f),this['_suggestionToController']['set'](_0xca7a5e,_0x4538e1),this['_viewToController']['set'](_0x3c8824,_0x4538e1);const _0x3c9481=_0x729e09['createAnnotationView'](this['editor']['locale'],_0x3c8824);_0x3c9481['bind']('isDirty')['to'](_0x3c8824,'isDirty'),_0x3c9481['bind']('length')['to'](_0x3c8824),_0x3c9481['bind']('type')['to'](_0x3c8824,'type',_0x58086b=>'suggestion-'+_0x58086b);const _0x8ae2db=_0x729e09['createAnnotation']({'view':_0x3c9481,'target':()=>{const _0x23411c=_0x48f11f[0x0]['getFirstMarker']();if(!_0x23411c)return null;const _0x281cb1=_0x23411c['getRange']()['getContainedElement']();return _0x281cb1&&!_0x383f48['editing']['mapper']['toViewElement'](_0x281cb1)?null:St(_0x383f48['editing'],_0x23411c)||null;},'type':()=>'suggestion-'+_0x4538e1['view']['type']});_0x729e09['add'](_0x8ae2db);const _0x32aebd=_0x383f48['plugins']['get']('PendingActions');let _0x29b347;_0x3c8824['on']('change:isDirty',(_0x285c58,_0xe34fd7,_0x327154)=>{if(_0x327154){const t=this['editor']['locale']['t'];_0x29b347=_0x32aebd['add'](t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'}));}else _0x32aebd['remove'](_0x29b347),_0x29b347=null;});}['_destroyController'](_0x346ccf){const _0x2842ff=this['editor']['plugins']['get']('Annotations'),_0x47f700=this['_suggestionToController']['get'](_0x346ccf),_0x5e15e9=_0x47f700['view'],_0x435c00=_0x2842ff['getByInnerView'](_0x5e15e9);_0x435c00&&_0x2842ff['remove'](_0x435c00),this['_suggestionToController']['delete'](_0x346ccf),this['_viewToController']['delete'](_0x5e15e9),_0x47f700['destroy'](),_0x5e15e9['destroy']();}['_updateController'](_0x2b130a){if(!_0x2b130a['isInContent']||!this['_suggestionToController']['has'](_0x2b130a))return;const _0xe9c78a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3e12e4=this['_suggestionToController']['get'](_0x2b130a),_0x5af5be=_0x2b130a['getAllAdjacentSuggestions']();_0x3e12e4['view']['descriptionParts']=_0xe9c78a['_descriptionFactory']['getDescriptions'](_0x5af5be);}['destroy'](){super['destroy']();for(const _0x5687ee of this['_suggestionToController']['keys']())this['_destroyController'](_0x5687ee);for(const _0x558e54 of this['_debouncedHandlers']['values']())_0x558e54['cancel']();this['_debouncedHandlers']['clear']();}}
|
|
23
|
+
const _0x1625=['remove','commands','execute','trackChanges','PendingActions','view','suggestionUnloaded','values','value','getAllAdjacentSuggestions','has','discardAllSuggestions','buttonView','trackChanges.SuggestionThreadView','switchbutton','type','comments.maxCommentCharsWhenCollapsed','CommentsUI','from','delete','define','commandName','source','unbind','actionView','filter','focus','cancel','listenTo','getMarkerNames','get','change:activeAnnotations','activeMarkers','innerView','change:previous','getJoined','_descriptionFactory','TrackChangesEditing','keys','locale','isOn','getDescriptions','discardSelectedSuggestions','_disableComments','_destroyController','separator','length','refreshSelectedViews','clear','destroy','model','Track\x20changes','bind','plugins','push','some','Annotations','comments.maxCommentsWhenCollapsed','getFirstMarker','head','_debouncedHandlers','descriptionParts','Accept\x20all\x20suggestions','isEnabled','isMultiRange','isDirty','getRanges','suggestion-','getContainedElement','getRange','arrowView','config','EditorAnnotations','SuggestionThreadView','set','getSuggestion','pluginName','CommentsRepository','_suggestionToController','editing','add','trackChanges.disableComments','editor','comments.editorConfig','init','button','toMany','stopListening','previous','commentThread','acceptSelectedSuggestions','addSourceCollector','_viewToController','_createUIButton','map','PENDING_ACTION_SUGGESTION','getFirstRange','getByInnerView','_initializeController','_updateController','createAnnotationView','requires','reduce','toViewElement','Discard\x20all\x20selected\x20suggestions','isInContent','discardSuggestion','comments'];(function(_0x1ad1ea,_0x162572){const _0x417dcf=function(_0x2b8930){while(--_0x2b8930){_0x1ad1ea['push'](_0x1ad1ea['shift']());}};_0x417dcf(++_0x162572);}(_0x1625,0xd4));const _0x417d=function(_0x1ad1ea,_0x162572){_0x1ad1ea=_0x1ad1ea-0x0;let _0x417dcf=_0x1625[_0x1ad1ea];return _0x417dcf;};import{Plugin as _0x4d458a}from'ckeditor5/src/core';import{Collection as _0x2840d4}from'ckeditor5/src/utils';import{Model as _0x284193,SplitButtonView as _0x432863,createDropdown as _0x315563,addListToDropdown as _0x1976bc}from'ckeditor5/src/ui';import{Users as _0x40a97a,getDateTimeFormatter as _0x3c583d,getMarkerDomElement as _0x5af7e0}from'ckeditor5-collaboration/src/collaboration-core';import{debounce as _0x2624f1}from'lodash-es';import _0x52d57c from'./trackchangesediting';import _0x50e52b from'./ui/suggestioncontroller';import _0x46029d from'./ui/view/suggestionthreadview';import{getTranslation as _0x32166e}from'./utils/common-translations';import _0x196f67 from'../theme/icons/track-changes.svg';export default class m extends _0x4d458a{static get[_0x417d('0x69')](){return[_0x52d57c,_0x40a97a,_0x417d('0x51'),_0x417d('0x3c'),_0x417d('0x4c')];}static get[_0x417d('0x50')](){return'TrackChangesUI';}constructor(_0x21e426){super(_0x21e426),this['_suggestionToController']=new Map(),this[_0x417d('0x60')]=new Map(),this[_0x417d('0x40')]=new Map();const _0x761910=this[_0x417d('0x56')][_0x417d('0x4b')];_0x761910[_0x417d('0x18')](_0x417d('0x11'),_0x46029d),_0x761910['define'](_0x417d('0x55'),!0x1),this['_disableComments']=_0x761910['get']('trackChanges.disableComments');}[_0x417d('0x58')](){const _0x3a60ee=this['editor'],_0x4ed02b=_0x3a60ee[_0x417d('0x39')][_0x417d('0x22')](_0x52d57c),_0x32dfeb=_0x3a60ee[_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x3c')),_0xba56f9=_0x3a60ee[_0x417d('0x39')]['get'](_0x417d('0x4c')),_0x2acf77=_0x3a60ee[_0x417d('0x39')]['get'](_0x417d('0x51'));_0x3a60ee['ui']['componentFactory'][_0x417d('0x54')](_0x417d('0x7'),_0x27f5c4=>this['_createUIButton'](_0x27f5c4)),_0xba56f9[_0x417d('0x5f')](()=>{const _0x22ec11=[];for(const [_0x32fa6f,_0x1c0631]of Array[_0x417d('0x16')](this[_0x417d('0x52')])){const _0xe1ee07=_0x32fa6f[_0x417d('0xd')](),_0x55bceb=[];for(const _0x3212d1 of _0xe1ee07){if(!_0x3212d1['isInContent'])continue;if(_0x3212d1[_0x417d('0x44')]){_0x55bceb[_0x417d('0x3a')](..._0x3212d1[_0x417d('0x46')]());continue;}const _0x1255f3=_0x3212d1[_0x417d('0x64')]();if(_0x55bceb[_0x417d('0x32')]>0x0){const _0x49c6ad=_0x55bceb[0x0][_0x417d('0x27')](_0x1255f3);if(_0x49c6ad){_0x55bceb[0x0]=_0x49c6ad;continue;}}_0x55bceb[_0x417d('0x3a')](_0x1255f3);}_0x22ec11[_0x417d('0x3a')]([_0x1c0631[_0x417d('0x9')],_0x55bceb]);}return _0x22ec11;}),this[_0x417d('0x20')](_0x4ed02b,'suggestionLoaded',(_0x4adb60,_0x2b21d5)=>{let _0x2dda3d=!0x1;const _0x18c9bb=_0x2624f1(_0x4859cf=>{_0x2dda3d||_0x4859cf?_0x2dda3d&&_0x4859cf&&(this[_0x417d('0x30')](_0x2b21d5),_0xba56f9[_0x417d('0x33')](),_0x2dda3d=!0x1):(this[_0x417d('0x66')](_0x2b21d5),_0xba56f9[_0x417d('0x33')](),_0x2dda3d=!0x0);},0xa);this[_0x417d('0x40')][_0x417d('0x4e')](_0x2b21d5,_0x18c9bb),this['listenTo'](_0x2b21d5,_0x417d('0x26'),(_0x595a09,_0x3ddc33,_0xce2ac4,_0x2d2b50)=>{_0x2b21d5[_0x417d('0x1')]&&(null==_0xce2ac4?(this[_0x417d('0x67')](_0x2d2b50[_0x417d('0x3f')]),_0x18c9bb(!0x1)):(this[_0x417d('0x67')](_0xce2ac4[_0x417d('0x3f')]),_0x18c9bb(!0x0)));}),null===_0x2b21d5[_0x417d('0x5c')]?_0x18c9bb(!0x1):this[_0x417d('0x67')](_0x2b21d5[_0x417d('0x3f')]);}),this[_0x417d('0x20')](_0x4ed02b,_0x417d('0xa'),(_0x5d1546,_0x2c9316,_0x27acbc)=>{this[_0x417d('0x5b')](_0x2c9316,_0x417d('0x26')),this['_debouncedHandlers']['get'](_0x2c9316)[_0x417d('0x1f')](),this[_0x417d('0x40')][_0x417d('0x17')](_0x2c9316);const _0x11f23b=_0x27acbc?_0x27acbc[_0x417d('0x3f')]:_0x2c9316,_0x4e175f=this[_0x417d('0x52')][_0x417d('0x22')](_0x11f23b);null!==_0x27acbc&&this[_0x417d('0x67')](_0x11f23b),null===_0x27acbc&&_0x4e175f&&this['_destroyController'](_0x2c9316);}),this[_0x417d('0x20')](_0x4ed02b,'suggestionChanged',(_0x1c4f6e,_0x5a7428)=>{this[_0x417d('0x67')](_0x5a7428);}),this[_0x417d('0x20')](_0x32dfeb,_0x417d('0x23'),(_0x35cf49,_0xbebe75,_0x3d55d0)=>{const _0x436939=Array[_0x417d('0x16')](_0x3d55d0,_0x40b4d3=>_0x40b4d3[_0x417d('0x25')])[_0x417d('0x1d')](_0x541197=>this[_0x417d('0x60')][_0x417d('0xe')](_0x541197)),_0x442bfa=[];for(const _0xc82691 of _0x436939){const _0x39bb39=this[_0x417d('0x60')][_0x417d('0x22')](_0xc82691)[_0x417d('0x36')][_0x417d('0xd')]();_0x442bfa['push'](..._0x39bb39[_0x417d('0x6a')]((_0xab00f1,_0x69c40d)=>[..._0xab00f1,..._0x69c40d[_0x417d('0x21')]()],[]));}_0x4ed02b[_0x417d('0x24')]=_0x442bfa;}),this[_0x417d('0x20')](_0x2acf77,'addComment',(_0x31ad55,{threadId:_0x1abd7b,isFromAdapter:_0x1ae6f2})=>{if(_0x1ae6f2||!_0x4ed02b['hasSuggestion'](_0x1abd7b))return;const _0x3fde5f=_0x4ed02b[_0x417d('0x4f')](_0x1abd7b);this[_0x417d('0x52')][_0x417d('0x22')](_0x3fde5f)['view'][_0x417d('0x1e')]();},{'priority':'lowest'});}[_0x417d('0x61')](_0x1dfbab){const _0x55e494=_0x315563(_0x1dfbab,_0x432863),_0x4f52ae=this[_0x417d('0x56')]['commands'][_0x417d('0x22')]('trackChanges'),_0x14d4d9=_0x32166e(_0x1dfbab,_0x417d('0x37'));_0x55e494[_0x417d('0x10')][_0x417d('0x4e')]({'tooltip':_0x14d4d9,'label':_0x14d4d9,'icon':_0x196f67}),_0x55e494[_0x417d('0x10')][_0x417d('0x38')]('isOn')['to'](_0x4f52ae,_0x417d('0xc')),_0x55e494[_0x417d('0x10')]['on']('execute',()=>_0x4f52ae[_0x417d('0x6')]());const _0x16daa4=new _0x2840d4(),_0x200f54=[{'type':_0x417d('0x12'),'model':{'withText':!0x0,'label':_0x14d4d9,'commandName':'trackChanges'}},{'type':_0x417d('0x31')},{'type':_0x417d('0x59'),'model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,_0x417d('0x42')),'commandName':'acceptAllSuggestions'}},{'type':_0x417d('0x59'),'model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,'Accept\x20all\x20selected\x20suggestions'),'commandName':_0x417d('0x5e')}},{'type':_0x417d('0x59'),'model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,'Discard\x20all\x20suggestions'),'commandName':_0x417d('0xf')}},{'type':'button','model':{'withText':!0x0,'label':_0x32166e(_0x1dfbab,_0x417d('0x0')),'commandName':_0x417d('0x2e')}}];for(const _0x2e4dcd of _0x200f54){const _0x1a72b9={'type':_0x2e4dcd[_0x417d('0x13')]};if(_0x2e4dcd[_0x417d('0x36')]){const _0x4098bd=new _0x284193(_0x2e4dcd['model']),_0x4ab166=this[_0x417d('0x56')][_0x417d('0x5')][_0x417d('0x22')](_0x4098bd[_0x417d('0x19')]);_0x4098bd['bind'](_0x417d('0x2c'),'isEnabled')['to'](_0x4ab166,_0x417d('0xc'),_0x417d('0x43')),_0x1a72b9['model']=_0x4098bd;}_0x16daa4['add'](_0x1a72b9);}_0x1976bc(_0x55e494,_0x16daa4);const _0x5e4e6f=_0x200f54[_0x417d('0x1d')](_0x46a3a8=>null!=_0x46a3a8[_0x417d('0x36')])[_0x417d('0x62')](_0x59dd3c=>this[_0x417d('0x56')][_0x417d('0x5')][_0x417d('0x22')](_0x59dd3c[_0x417d('0x36')][_0x417d('0x19')]));return _0x55e494[_0x417d('0x10')]['actionView'][_0x417d('0x1b')](_0x417d('0x43')),_0x55e494[_0x417d('0x10')][_0x417d('0x4a')][_0x417d('0x1b')](_0x417d('0x43')),_0x55e494[_0x417d('0x10')][_0x417d('0x1c')][_0x417d('0x38')](_0x417d('0x43'))['to'](_0x4f52ae,_0x417d('0x43')),_0x55e494[_0x417d('0x10')][_0x417d('0x4a')][_0x417d('0x38')](_0x417d('0x43'))[_0x417d('0x5a')](_0x5e4e6f,_0x417d('0x43'),(..._0x982d3a)=>_0x982d3a[_0x417d('0x3b')](_0x4fb4ea=>_0x4fb4ea)),_0x55e494['on'](_0x417d('0x6'),_0x364222=>this['editor']['execute'](_0x364222[_0x417d('0x1a')][_0x417d('0x19')])),_0x55e494;}[_0x417d('0x66')](_0x4ccd5f){const _0x4bd0c6=this[_0x417d('0x56')],_0x125137=_0x4bd0c6[_0x417d('0x4b')],_0x5b1e9f=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')]('Annotations'),_0xb600e4=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x51')),_0x799c6c=_0x4ccd5f[_0x417d('0xd')]()[_0x417d('0x1d')](_0x148ed1=>_0x148ed1[_0x417d('0x1')]),_0xd9c777=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')](_0x40a97a)['me'],_0x1371b6=_0x4bd0c6[_0x417d('0x5')]['get']('acceptSuggestion'),_0x32eb31=_0x4bd0c6['commands']['get'](_0x417d('0x2')),_0x264836=_0x125137[_0x417d('0x22')](_0x417d('0x7'))[_0x417d('0x4d')],{CommentsListView:_0x4d1d8f,CommentThreadInputView:_0x450141}=_0x4bd0c6[_0x417d('0x39')]['get'](_0x417d('0x15')),_0x592953=new _0x264836(_0x4bd0c6[_0x417d('0x2b')],_0x4ccd5f,_0xd9c777,{'disableComments':this[_0x417d('0x2f')],'editorConfig':_0x125137[_0x417d('0x22')](_0x417d('0x57')),'maxCommentsWhenCollapsed':_0x125137['get'](_0x417d('0x3d')),'maxThreadTotalWeight':_0x125137[_0x417d('0x22')]('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x125137[_0x417d('0x22')](_0x417d('0x14')),'formatDateTime':_0x3c583d(_0x125137[_0x417d('0x22')](_0x417d('0x2b'))),'CommentView':_0x125137['get'](_0x417d('0x3'))['CommentView'],'CommentsListView':_0x4d1d8f,'CommentThreadInputView':_0x450141}),_0x5d0307=_0xb600e4['createCommentThreadController'](_0x4ccd5f[_0x417d('0x5d')],_0x592953),_0x5b5daa=new _0x50e52b(_0x4ccd5f,_0x592953,_0x1371b6,_0x32eb31,_0x5d0307);_0x592953[_0x417d('0x41')]=_0x4bd0c6['plugins'][_0x417d('0x22')](_0x417d('0x29'))[_0x417d('0x28')][_0x417d('0x2d')](_0x799c6c),this[_0x417d('0x52')][_0x417d('0x4e')](_0x4ccd5f,_0x5b5daa),this[_0x417d('0x60')]['set'](_0x592953,_0x5b5daa);const _0x4f7891=_0x5b1e9f[_0x417d('0x68')](this[_0x417d('0x56')][_0x417d('0x2b')],_0x592953);_0x4f7891[_0x417d('0x38')](_0x417d('0x45'))['to'](_0x592953,_0x417d('0x45')),_0x4f7891[_0x417d('0x38')](_0x417d('0x32'))['to'](_0x592953),_0x4f7891['bind'](_0x417d('0x13'))['to'](_0x592953,_0x417d('0x13'),_0x8caaca=>_0x417d('0x47')+_0x8caaca);const _0x2978fa=_0x5b1e9f['createAnnotation']({'view':_0x4f7891,'target':()=>{const _0x3adef9=_0x799c6c[0x0][_0x417d('0x3e')]();if(!_0x3adef9)return null;const _0x4d25c7=_0x3adef9[_0x417d('0x49')]()[_0x417d('0x48')]();return _0x4d25c7&&!_0x4bd0c6[_0x417d('0x53')]['mapper'][_0x417d('0x6b')](_0x4d25c7)?null:_0x5af7e0(_0x4bd0c6[_0x417d('0x53')],_0x3adef9)||null;},'type':()=>_0x417d('0x47')+_0x5b5daa[_0x417d('0x9')][_0x417d('0x13')]});_0x5b1e9f[_0x417d('0x54')](_0x2978fa);const _0x79b56a=_0x4bd0c6[_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x8'));let _0x5b54cf;_0x592953['on']('change:isDirty',(_0x26dcf3,_0x2387d9,_0x124381)=>{_0x124381?_0x5b54cf=_0x79b56a['add'](_0x32166e(this[_0x417d('0x56')][_0x417d('0x2b')],_0x417d('0x63'))):(_0x79b56a[_0x417d('0x4')](_0x5b54cf),_0x5b54cf=null);});}[_0x417d('0x30')](_0x3341fd){const _0x1fe397=this[_0x417d('0x56')][_0x417d('0x39')][_0x417d('0x22')]('Annotations'),_0x2ca666=this[_0x417d('0x52')]['get'](_0x3341fd),_0x2704a2=_0x2ca666['view'],_0x532165=_0x1fe397[_0x417d('0x65')](_0x2704a2);_0x532165&&_0x1fe397[_0x417d('0x4')](_0x532165),this[_0x417d('0x52')][_0x417d('0x17')](_0x3341fd),this[_0x417d('0x60')][_0x417d('0x17')](_0x2704a2),_0x2ca666['destroy'](),_0x2704a2[_0x417d('0x35')]();}['_updateController'](_0x1b84a6){if(!_0x1b84a6[_0x417d('0x1')]||!this[_0x417d('0x52')][_0x417d('0xe')](_0x1b84a6))return;const _0x56af9b=this[_0x417d('0x56')][_0x417d('0x39')][_0x417d('0x22')](_0x417d('0x29')),_0x43e94e=this['_suggestionToController']['get'](_0x1b84a6),_0x39cb03=_0x1b84a6[_0x417d('0xd')]();_0x43e94e[_0x417d('0x9')][_0x417d('0x41')]=_0x56af9b[_0x417d('0x28')]['getDescriptions'](_0x39cb03);}['destroy'](){super['destroy']();for(const _0x4c4e65 of this[_0x417d('0x52')][_0x417d('0x2a')]())this[_0x417d('0x30')](_0x4c4e65);for(const _0x4e9ad5 of this['_debouncedHandlers'][_0x417d('0xb')]())_0x4e9ad5[_0x417d('0x1f')]();this[_0x417d('0x40')][_0x417d('0x34')]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0xa8c3=['bind','execute','acceptSuggestion','_acceptCommand','discardSuggestion','unbind','commentThreadController','stopListening','destroy','listenTo','_discardCommand','view','isEnabled','model'];(function(_0x352442,_0xa8c38a){var _0x3582b8=function(_0x4b4bb0){while(--_0x4b4bb0){_0x352442['push'](_0x352442['shift']());}};_0x3582b8(++_0xa8c38a);}(_0xa8c3,0x143));var _0x3582=function(_0x352442,_0xa8c38a){_0x352442=_0x352442-0x0;var _0x3582b8=_0xa8c3[_0x352442];return _0x3582b8;};import{ObservableMixin as _0x22a1b9,mix as _0x4919ff}from'ckeditor5/src/utils';export default class It{constructor(_0xef5473,_0x5339cc,_0xfb287e,_0x7fb38c,_0x1526e5){this[_0x3582('0xc')]=_0xef5473,this[_0x3582('0xa')]=_0x5339cc,this[_0x3582('0x5')]=_0x1526e5,this['_acceptCommand']=_0xfb287e,this[_0x3582('0x9')]=_0x7fb38c,this[_0x3582('0xa')][_0x3582('0xd')](_0x3582('0xb'))['to'](this[_0x3582('0x2')]),this[_0x3582('0x8')](_0x5339cc,_0x3582('0x1'),()=>this[_0x3582('0x1')]()),this[_0x3582('0x8')](_0x5339cc,_0x3582('0x3'),()=>this['discardSuggestion']());}['acceptSuggestion'](){this[_0x3582('0x2')][_0x3582('0x0')](this[_0x3582('0xc')]['id']);}[_0x3582('0x3')](){this[_0x3582('0x9')][_0x3582('0x0')](this[_0x3582('0xc')]['id']);}[_0x3582('0x7')](){this[_0x3582('0xa')][_0x3582('0x4')](_0x3582('0xb')),this[_0x3582('0x6')](),this[_0x3582('0x5')][_0x3582('0x7')]();}}_0x4919ff(It,_0x22a1b9);
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xe9f3=['value','isDirty','editorConfig','focus','commentInputView','descriptionParts','editor','length','cancel','_model','commentsListView','delegate','destroy','addComment','bind','setData','hasDirtyComment','commentThread','isActive','isEnabled','fire','locale','_localUser','createdAt','CommentView','element','isReadOnly','removeComment','_config','_createCommentThreadInputView','set','disableComments','assign','commentThreadInputView'];(function(_0x27726a,_0xe9f371){const _0x526cc6=function(_0x3c0270){while(--_0x3c0270){_0x27726a['push'](_0x27726a['shift']());}};_0x526cc6(++_0xe9f371);}(_0xe9f3,0x6e));const _0x526c=function(_0x27726a,_0xe9f371){_0x27726a=_0x27726a-0x0;let _0x526cc6=_0xe9f3[_0x27726a];return _0x526cc6;};import{View as _0x4f8b86}from'ckeditor5/src/ui';export default class Kt extends _0x4f8b86{constructor(_0x23a769,_0x4f545a,_0x4dfca4,_0x5191ec){super(_0x23a769),this[_0x526c('0x2')]=null,this['commentThreadInputView']=null,this['set']('isActive',!0x1),this[_0x526c('0x16')](_0x526c('0xf'),_0x4f545a[_0x526c('0xf')]),this[_0x526c('0x6')](_0x526c('0xf'))['to'](_0x4f545a),this[_0x526c('0x16')](_0x526c('0x1f'),[]),this[_0x526c('0x16')]('isDirty',!0x1),this[_0x526c('0x16')](_0x526c('0xb'),!0x1),this[_0x526c('0x1')]=_0x4f545a,this[_0x526c('0xe')]=_0x4dfca4,this['_config']=_0x5191ec,_0x5191ec[_0x526c('0x17')]?this[_0x526c('0x16')](_0x526c('0x21'),0x1):this['_createCommentViews']();}[_0x526c('0x1d')](){this[_0x526c('0x11')][_0x526c('0x1d')]();}[_0x526c('0x4')](){this['isDirty']=!0x1,this[_0x526c('0x2')]&&this['commentsListView']['destroy'](),this[_0x526c('0x19')]&&this[_0x526c('0x19')][_0x526c('0x4')](),super[_0x526c('0x4')]();}['_createCommentViews'](){const {CommentsListView:_0xc0ac26}=this[_0x526c('0x14')];this[_0x526c('0x2')]=new _0xc0ac26(this[_0x526c('0xd')],this['_model'][_0x526c('0x9')],Object[_0x526c('0x18')]({'CommentView':this[_0x526c('0x14')][_0x526c('0x10')]},this['_config'])),this[_0x526c('0x2')][_0x526c('0x3')](_0x526c('0x13'))['to'](this),this['commentsListView'][_0x526c('0x3')]('updateComment')['to'](this),this[_0x526c('0x2')][_0x526c('0x6')](_0x526c('0xa'))['to'](this),this[_0x526c('0x16')](_0x526c('0x21'),this[_0x526c('0x2')]['length']+0x1),this[_0x526c('0x6')]('length')['to'](this[_0x526c('0x2')],_0x526c('0x21'),_0x50ef9b=>_0x50ef9b+0x1),this['commentThreadInputView']=this[_0x526c('0x15')](),this['on'](_0x526c('0x13'),()=>this[_0x526c('0x1d')]()),this[_0x526c('0x6')](_0x526c('0x1b'))['to'](this[_0x526c('0x2')],_0x526c('0x8'),this[_0x526c('0x19')][_0x526c('0x1e')],_0x526c('0x1a'),(_0x338dba,_0x54f2a7)=>_0x338dba||!!_0x54f2a7);}[_0x526c('0x15')](){const {CommentThreadInputView:_0x155b74}=this[_0x526c('0x14')],_0x12be5d=new _0x155b74(this[_0x526c('0xd')],this[_0x526c('0xe')],this[_0x526c('0x14')][_0x526c('0x1c')]),_0x268c44=_0x12be5d[_0x526c('0x1e')];return _0x12be5d[_0x526c('0x6')]('showInput')['to'](this,_0x526c('0xa'),this[_0x526c('0x1')]['commentThread'],_0x526c('0x12'),_0x268c44,_0x526c('0x1a'),(_0x3b97d2,_0x26beee,_0x525ff2)=>!!_0x525ff2||_0x3b97d2&&!_0x26beee),_0x268c44['on']('submit',(_0x4def14,_0x3b9641)=>{this[_0x526c('0xc')](_0x526c('0x5'),_0x3b9641),_0x268c44[_0x526c('0x20')][_0x526c('0x7')]('');}),_0x268c44['on'](_0x526c('0x0'),()=>this['focus']()),_0x268c44[_0x526c('0x6')]('disabledSubmit')['to'](this[_0x526c('0x1')][_0x526c('0x9')],_0x526c('0x12')),_0x12be5d;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import
|
|
23
|
+
const _0x4399=['push','description','acceptButton','\x22\x20title=\x22','</p>','_descriptionElement','ck-annotation__info-name','commentsListView','ck-suggestion__info-name','acceptSuggestion','descriptionParts','isActive','ck-suggestion__main','_createButton','createdAt','ck-annotation','bind','commentThreadInputView','<span\x20class=\x22ck-suggestion-type\x22>','check','createElement','locale','content','div','innerHTML','map','discardButton','ck-suggestion--discard','_model','value','ck-suggestion__info','ck-comment__info-time','color','ck-suggestion--accept','formatDateTime','discardSuggestion','</span>','set','ck-suggestion-wrapper','render','ck-annotation__main','ck-suggestion-','userView','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','Accept\x20suggestion','querySelector','ck-suggestion','author','ck-suggestion--disabled-comments','type','ck-annotation__actions','cancel','_config','getTemplate','innerText','execute','ck-annotation__info-time','ck-annotation__content-wrapper','ck-suggestion__actions','.ck-annotation__content-wrapper','name','commentThread','ck-suggestion-wrapper--active','span'];(function(_0x348c39,_0x439908){const _0x3348a9=function(_0x1fc8ad){while(--_0x1fc8ad){_0x348c39['push'](_0x348c39['shift']());}};_0x3348a9(++_0x439908);}(_0x4399,0x140));const _0x3348=function(_0x348c39,_0x439908){_0x348c39=_0x348c39-0x0;let _0x3348a9=_0x4399[_0x348c39];return _0x3348a9;};import{getTranslation as _0x33bed0}from'../../utils/common-translations';import _0x40c905 from'./basesuggestionthreadview';import{ButtonView as _0x2c88d6}from'ckeditor5/src/ui';import{icons as _0x8828de}from'ckeditor5/src/core';import{trimHtml as _0x89ea3a,UserView as _0x1aea36}from'ckeditor5-collaboration/src/collaboration-core';export default class Dt extends _0x40c905{constructor(_0x200863,_0x17bb5f,_0x36275e,_0x52f0d4){super(_0x200863,_0x17bb5f,_0x36275e,_0x52f0d4),this[_0x3348('0x25')](_0x3348('0x31'),''),this[_0x3348('0x10')](_0x3348('0x31'))['to'](this,_0x3348('0xa'),_0x13138b=>_0x13138b&&_0x13138b[0x0]?_0x13138b[0x0][_0x3348('0x31')]:''),this[_0x3348('0x10')](_0x3348('0x1'))['to'](this,_0x3348('0xa'),this,_0x3348('0xb'),(_0x21fca2,_0x249b0a)=>{let _0x1cd7d4='';for(const _0x2f6213 of _0x21fca2)_0x1cd7d4+='<p>'+is(_0x2f6213[_0x3348('0x16')],_0x2f6213[_0x3348('0x20')])+_0x3348('0x4');return _0x249b0a?_0x1cd7d4:_0x89ea3a(_0x1cd7d4,{'limit':0x8c});}),this[_0x3348('0x5')]=null,this['acceptButton']=this[_0x3348('0xd')](_0x33bed0(_0x200863,_0x3348('0x2c')),_0x8828de[_0x3348('0x13')],_0x3348('0x21'),_0x3348('0x9')),this[_0x3348('0x1a')]=this[_0x3348('0xd')](_0x33bed0(_0x200863,'Discard\x20suggestion'),_0x8828de[_0x3348('0x33')],_0x3348('0x1b'),_0x3348('0x23')),this['userView']=new _0x1aea36(_0x200863,this['_model']['author']),this[_0x3348('0x2a')]['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user']}}),this['setTemplate'](this[_0x3348('0x35')]());}[_0x3348('0x35')](){const _0x34a94f=this['bindTemplate'],_0x1b55f8={'tag':'div','attributes':{'class':[_0x3348('0x26'),_0x34a94f['if'](_0x3348('0xb'),_0x3348('0x3e')),_0x34a94f['to'](_0x3348('0x31'),_0x5e62c9=>_0x3348('0x29')+_0x5e62c9),this['_config']['disableComments']&&_0x3348('0x30')],'data-suggestion-id':this[_0x3348('0x1c')]['id'],'data-thread-id':this[_0x3348('0x1c')][_0x3348('0x3d')]['id'],'data-author-id':this[_0x3348('0x1c')][_0x3348('0x2f')]['id'],'tabindex':-0x1},'children':[{'tag':_0x3348('0x17'),'attributes':{'class':[_0x3348('0x2e'),_0x3348('0xf')]},'children':[this[_0x3348('0x2a')],{'tag':_0x3348('0x17'),'attributes':{'class':[_0x3348('0xc'),_0x3348('0x28')]},'children':[{'tag':_0x3348('0x17'),'attributes':{'class':[_0x3348('0x1e'),'ck-annotation__info']},'children':[{'tag':_0x3348('0x3f'),'children':[{'text':this[_0x3348('0x2a')][_0x3348('0x3c')]}],'attributes':{'class':[_0x3348('0x8'),_0x3348('0x6')]}},{'tag':'time','attributes':{'datetime':_0x34a94f['to'](_0x3348('0xe')),'class':[_0x3348('0x1f'),_0x3348('0x38')]},'children':[{'text':_0x34a94f['to'](_0x3348('0xe'),_0x55ecb3=>this[_0x3348('0x34')][_0x3348('0x22')](_0x55ecb3))}]}]},{'tag':_0x3348('0x17'),'attributes':{'class':[_0x3348('0x3a'),_0x3348('0x32')]},'children':[this[_0x3348('0x2')],this[_0x3348('0x1a')]]},{'tag':_0x3348('0x17'),'attributes':{'class':[_0x3348('0x39')]}}]}]}]};return this[_0x3348('0x7')]&&this[_0x3348('0x11')]&&_0x1b55f8['children'][_0x3348('0x0')](this[_0x3348('0x7')],this[_0x3348('0x11')]),_0x1b55f8;}[_0x3348('0x27')](){super['render'](),this[_0x3348('0x5')]=this['element'][_0x3348('0x2d')](_0x3348('0x3b')),this[_0x3348('0x5')][_0x3348('0x18')]=this[_0x3348('0x1')],this['on']('change:description',(_0x1a009f,_0xda58a6,_0x2c1995)=>{this[_0x3348('0x5')][_0x3348('0x18')]=_0x2c1995;});}[_0x3348('0xd')](_0x1064c4,_0x5f5cb2,_0xf70e57,_0x24bf10){const _0x5d2bbe=new _0x2c88d6(this[_0x3348('0x15')]);return _0x5d2bbe[_0x3348('0x25')]({'label':_0x1064c4,'icon':_0x5f5cb2,'tooltip':!0x0}),_0x5d2bbe['extendTemplate']({'attributes':{'class':_0xf70e57}}),_0x5d2bbe['on'](_0x3348('0x37'),()=>{this['fire'](_0x24bf10,this[_0x3348('0x1c')]['id']);}),_0x5d2bbe[_0x3348('0x10')]('isEnabled')['to'](this),_0x5d2bbe;}}function is(_0x12907a,_0x43e47f){let _0x48980c='';return _0x48980c+=_0x12907a['split']('*')[_0x3348('0x19')]((_0x1513b2,_0x162af2)=>_0x162af2%0x2!=0x0?_0x3348('0x12')+es(_0x1513b2)+_0x3348('0x24'):es(_0x1513b2))['join'](''),_0x43e47f&&(_0x48980c+=_0x3348('0x2b')+_0x43e47f[_0x3348('0x1d')]+_0x3348('0x3')+_0x43e47f['title']+'\x22></span>'),_0x48980c;}function es(_0x262d95){const _0xc1e4aa=document[_0x3348('0x14')]('span');return _0xc1e4aa[_0x3348('0x36')]=_0x262d95,_0xc1e4aa[_0x3348('0x18')];}
|