@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230723.0 → 0.0.0-nightly-20230725.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/README.md +0 -1
- package/build/track-changes.js +1 -1
- package/package.json +3 -3
- package/src/augmentation.d.ts +4 -0
- package/src/commands/acceptsuggestioncommand.d.ts +4 -0
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.d.ts +4 -0
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.d.ts +4 -0
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.d.ts +4 -0
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.d.ts +4 -0
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +4 -0
- package/src/integrations/alignment.d.ts +4 -0
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.d.ts +4 -0
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.d.ts +4 -0
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.d.ts +4 -0
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.d.ts +4 -0
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.d.ts +4 -0
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.d.ts +4 -0
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.d.ts +4 -0
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.d.ts +4 -0
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.d.ts +4 -0
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.d.ts +4 -0
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.d.ts +4 -0
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +4 -0
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.d.ts +4 -0
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.d.ts +4 -0
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.d.ts +4 -0
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.d.ts +4 -0
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.d.ts +4 -0
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.d.ts +4 -0
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.d.ts +4 -0
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.d.ts +4 -0
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.d.ts +4 -0
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.d.ts +4 -0
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.d.ts +4 -0
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.d.ts +4 -0
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.d.ts +4 -0
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.d.ts +4 -0
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.d.ts +4 -0
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.d.ts +4 -0
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.d.ts +4 -0
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.d.ts +4 -0
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.d.ts +4 -0
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.d.ts +4 -0
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.d.ts +4 -0
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.d.ts +4 -0
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.d.ts +4 -0
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.d.ts +2 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.d.ts +4 -0
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.d.ts +4 -0
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.d.ts +4 -0
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +4 -0
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.d.ts +4 -0
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +4 -0
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.d.ts +4 -0
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.d.ts +4 -0
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.d.ts +4 -0
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +11 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.d.ts +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +4 -0
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +4 -0
- package/src/trackchangesdata.d.ts +4 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +4 -0
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.d.ts +4 -0
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +2 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.d.ts +4 -0
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +2 -2
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.d.ts +4 -0
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +4 -0
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1de1=['locale','canDiscard','destroy','_setPendingAction','remove','PendingActions','isDirty','PENDING_ACTION_SUGGESTION','commands','get','change:isDirty','_editor','plugins','add','canEditAt','isEnabled','view','commentThreadController','execute','model','unbind','listenTo','_removePendingAction','bind','_pendingAction','discardSuggestion','getRanges','_discardCommand','canAccept','acceptSuggestion','_acceptCommand'];(function(_0x5a4913,_0x1de17a){const _0x1a422f=function(_0x5ae8c3){while(--_0x5ae8c3){_0x5a4913['push'](_0x5a4913['shift']());}};_0x1a422f(++_0x1de17a);}(_0x1de1,0x1df));const _0x1a42=function(_0x5a4913,_0x1de17a){_0x5a4913=_0x5a4913-0x0;let _0x1a422f=_0x1de1[_0x5a4913];return _0x1a422f;};import{ObservableMixin as _0x1f4373}from'ckeditor5/src/utils';import{getTranslation as _0x1a446a}from'../utils/common-translations';export default class qt extends _0x1f4373(){constructor(_0x37d43a,_0x5de483,_0x942491,_0x1c3ea2){super(),this[_0x1a42('0x5')]=_0x5de483,this[_0x1a42('0x2')]=_0x942491,this[_0x1a42('0x3')]=_0x1c3ea2,this[_0x1a42('0x1c')]=_0x37d43a,this['_acceptCommand']=_0x37d43a[_0x1a42('0x19')][_0x1a42('0x1a')](_0x1a42('0xf')),this[_0x1a42('0xd')]=_0x37d43a[_0x1a42('0x19')][_0x1a42('0x1a')](_0x1a42('0xb')),this['view'][_0x1a42('0x9')](_0x1a42('0x1'))['to'](this['_acceptCommand'],this[_0x1a42('0xd')],(_0x213dca,_0x520e3b)=>_0x213dca||_0x520e3b),this[_0x1a42('0x2')][_0x1a42('0x9')](_0x1a42('0xe'))['to'](this[_0x1a42('0x10')],_0x1a42('0x1'),_0x15f244=>_0x15f244&&this[_0x1a42('0x1c')][_0x1a42('0x5')][_0x1a42('0x0')](_0x5de483[_0x1a42('0xc')]())),this[_0x1a42('0x2')][_0x1a42('0x9')]('canDiscard')['to'](this['_discardCommand'],_0x1a42('0x1'),_0x386f1e=>_0x386f1e&&this['_editor']['model'][_0x1a42('0x0')](_0x5de483['getRanges']())),this[_0x1a42('0xa')]=null,_0x942491[_0x1a42('0x17')]&&this[_0x1a42('0x14')](),this[_0x1a42('0x7')](_0x942491,_0x1a42('0xf'),()=>this[_0x1a42('0xf')]()),this[_0x1a42('0x7')](_0x942491,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x942491,_0x1a42('0x1b'),()=>{_0x942491['isDirty']?this[_0x1a42('0x14')]():this['_removePendingAction']();});}[_0x1a42('0xf')](){this[_0x1a42('0x10')][_0x1a42('0x4')](this['model']['id']);}[_0x1a42('0xb')](){this[_0x1a42('0xd')][_0x1a42('0x4')](this[_0x1a42('0x5')]['id']);}[_0x1a42('0x13')](){this[_0x1a42('0x2')][_0x1a42('0x6')](_0x1a42('0x1')),this['view'][_0x1a42('0x6')](_0x1a42('0xe')),this[_0x1a42('0x2')]['unbind'](_0x1a42('0x12')),this['stopListening'](),this['commentThreadController'][_0x1a42('0x13')](),this[_0x1a42('0xa')]&&this[_0x1a42('0x8')]();}['_setPendingAction'](){const _0x577ac9=_0x1a446a(this[_0x1a42('0x1c')][_0x1a42('0x11')],_0x1a42('0x18'));this['_pendingAction']=this[_0x1a42('0x1c')][_0x1a42('0x1d')][_0x1a42('0x1a')](_0x1a42('0x16'))[_0x1a42('0x1e')](_0x577ac9);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor'][_0x1a42('0x1d')][_0x1a42('0x1a')](_0x1a42('0x16'))[_0x1a42('0x15')](this[_0x1a42('0xa')]),this[_0x1a42('0xa')]=null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x18fe=['_model','submit','_createCommentViews','CommentView','value','focus','editorConfig','_config','cancel','commentInputView','bind','commentThread','commentThreadInputView','disableComments','disabledSubmit','authoredAt','length','isReadOnly','destroy','updateComment','setData','set','commentsListView','editor','removeComment','_localUser','isEnabled','isActive','hasDirtyComment','_createCommentThreadInputView','isDirty','delegate','locale','addComment','element'];(function(_0x24226e,_0x18fe8c){const _0x27566d=function(_0x2cb049){while(--_0x2cb049){_0x24226e['push'](_0x24226e['shift']());}};_0x27566d(++_0x18fe8c);}(_0x18fe,0xfb));const _0x2756=function(_0x24226e,_0x18fe8c){_0x24226e=_0x24226e-0x0;let _0x27566d=_0x18fe[_0x24226e];return _0x27566d;};import{View as _0x7ed6da}from'ckeditor5/src/ui';export default class ii extends _0x7ed6da{constructor(_0x4af6ea,_0x5220e5,_0x39aeed,_0x4d7a63){super(_0x4af6ea),this[_0x2756('0x10')]=null,this[_0x2756('0x6')]=null,this[_0x2756('0xf')](_0x2756('0x15'),!0x1),this[_0x2756('0xf')](_0x2756('0x9'),_0x5220e5[_0x2756('0x9')]),this['bind'](_0x2756('0x9'))['to'](_0x5220e5),this['set']('descriptionParts',[]),this[_0x2756('0xf')](_0x2756('0x18'),!0x1),this[_0x2756('0xf')](_0x2756('0x14'),!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this[_0x2756('0x1d')]=_0x5220e5,this[_0x2756('0x13')]=_0x39aeed,this[_0x2756('0x1')]=_0x4d7a63,_0x4d7a63[_0x2756('0x7')]?this['set'](_0x2756('0xa'),0x1):this[_0x2756('0x1f')]();}[_0x2756('0x22')](){this[_0x2756('0x1c')][_0x2756('0x22')]();}[_0x2756('0xc')](){this[_0x2756('0x10')]&&this[_0x2756('0x10')]['destroy'](),this[_0x2756('0x6')]&&this[_0x2756('0x6')][_0x2756('0xc')](),super[_0x2756('0xc')]();}[_0x2756('0x1f')](){const {CommentsListView:_0xd89b0f}=this[_0x2756('0x1')];this[_0x2756('0x10')]=new _0xd89b0f(this[_0x2756('0x1a')],this[_0x2756('0x1d')]['commentThread'],Object['assign']({'CommentView':this[_0x2756('0x1')][_0x2756('0x20')]},this[_0x2756('0x1')])),this['commentsListView'][_0x2756('0x19')](_0x2756('0x12'))['to'](this),this[_0x2756('0x10')][_0x2756('0x19')](_0x2756('0xd'))['to'](this),this[_0x2756('0x10')][_0x2756('0x4')]('isActive')['to'](this),this['set'](_0x2756('0xa'),this[_0x2756('0x10')]['length']+0x1),this[_0x2756('0x4')]('length')['to'](this[_0x2756('0x10')],'length',_0x2c11e2=>_0x2c11e2+0x1),this[_0x2756('0x6')]=this[_0x2756('0x17')](),this['on'](_0x2756('0x12'),()=>this[_0x2756('0x22')]()),this[_0x2756('0x4')](_0x2756('0x18'))['to'](this[_0x2756('0x10')],_0x2756('0x16'),this[_0x2756('0x6')]['commentInputView'],_0x2756('0x21'),(_0x493d6e,_0x17bf26)=>_0x493d6e||!!_0x17bf26);}[_0x2756('0x17')](){const {CommentThreadInputView:_0x37a253}=this[_0x2756('0x1')],_0x503aea=new _0x37a253(this[_0x2756('0x1a')],this[_0x2756('0x13')],this[_0x2756('0x1')][_0x2756('0x0')]),_0x57c651=_0x503aea[_0x2756('0x3')];return _0x503aea[_0x2756('0x4')]('showInput')['to'](this,_0x2756('0x15'),this[_0x2756('0x1d')][_0x2756('0x5')],_0x2756('0xb'),_0x57c651,'value',(_0x483f61,_0x331f7a,_0x246a02)=>!!_0x246a02||_0x483f61&&!_0x331f7a),_0x57c651['on'](_0x2756('0x1e'),(_0x44165b,_0x5cf1c7)=>{this['fire'](_0x2756('0x1b'),_0x5cf1c7),_0x57c651[_0x2756('0x11')][_0x2756('0xe')]('');}),_0x57c651['on'](_0x2756('0x2'),()=>this['focus']()),_0x57c651[_0x2756('0x4')](_0x2756('0x8'))['to'](this['_model'][_0x2756('0x5')],_0x2756('0xb')),_0x503aea;}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @
|
|
3
|
-
*
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
import { default as BaseSuggestionThreadView, type SuggestionThreadConfig } from './basesuggestionthreadview';
|
|
6
6
|
import { ButtonView, type TemplateDefinition } from 'ckeditor5/src/ui';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x391a=['acceptSuggestion','innerHTML','EXTERNAL_IMPORT_WORD_AVATAR','set','acceptButton','authoredAt','getExternalSuggestionNote','push','ck-suggestion--accept','importWord','span','name','</span>','ck-suggestion__main','EXTERNAL_AVATAR','ck-annotation__main','split','innerText','_model','locale','ck-suggestion__actions','_config','getTemplate','check','cancel','isActive','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','color','author','ck-annotation__content-wrapper','creator','ck-comment__external','_createButton','EXTERNAL_IMPORT_WORD_SUGGESTION','getUserViewNotificationText','children','ck-annotation__info','isExternal','</p>','<span\x20class=\x22ck-suggestion-type\x22>','canDiscard','ck-annotation__user','time','discardButton','ck-suggestion--discard','type','Discard\x20suggestion','element','ck-suggestion-wrapper','\x22\x20title=\x22','map','commentThreadInputView','ck-suggestion-','ck-annotation__actions','setTemplate','ck-suggestion__info-name','.ck-annotation__content-wrapper','render','ck-annotation__info-time','source','_descriptionElement','description','ck-annotation','join','ck-annotation__info-name','Accept\x20suggestion','commentThread','bind','createElement','fire','querySelector','change:description','value','\x22></span>','ck-comment__info-time','discardSuggestion','<p>','ck-suggestion','commentsListView','title','attributes','bindTemplate','isEnabled','userView','div','canAccept','extendTemplate','ck-suggestion__info'];(function(_0x370cdc,_0x391a21){const _0x5c5888=function(_0x5cca60){while(--_0x5cca60){_0x370cdc['push'](_0x370cdc['shift']());}};_0x5c5888(++_0x391a21);}(_0x391a,0x14b));const _0x5c58=function(_0x370cdc,_0x391a21){_0x370cdc=_0x370cdc-0x0;let _0x5c5888=_0x391a[_0x370cdc];return _0x5c5888;};import{getTranslation as _0x33e366}from'../../utils/common-translations';import{default as _0x16339e}from'./basesuggestionthreadview';import{ButtonView as _0x1837d6}from'ckeditor5/src/ui';import{icons as _0x4b9b62}from'ckeditor5/src/core';import{trimHtml as _0x1a1161,UserView as _0x53943c}from'ckeditor5-collaboration/src/collaboration-core';export default class zt extends _0x16339e{constructor(_0x5caad8,_0x437d7d,_0x33756f,_0x2462f8){super(_0x5caad8,_0x437d7d,_0x33756f,_0x2462f8),this[_0x5c58('0x18')](_0x5c58('0x42'),''),this[_0x5c58('0x0')](_0x5c58('0x42'))['to'](this,'descriptionParts',_0x3627de=>_0x3627de&&_0x3627de[0x0]?_0x3627de[0x0][_0x5c58('0x42')]:''),this[_0x5c58('0x0')](_0x5c58('0x52'))['to'](this,'descriptionParts',this,_0x5c58('0x2e'),(_0x2de6b5,_0x3cf95b)=>{let _0x1d4f6e='';for(const _0x14c42c of _0x2de6b5)_0x1d4f6e+=_0x5c58('0x9')+ns(_0x14c42c['content'],_0x14c42c[_0x5c58('0x30')])+_0x5c58('0x3b');return _0x3cf95b?_0x1d4f6e:_0x1a1161(_0x1d4f6e,{'limit':0x8c});}),this[_0x5c58('0x51')]=null,this[_0x5c58('0x19')]=this[_0x5c58('0x35')](_0x33e366(_0x5caad8,_0x5c58('0x56')),_0x4b9b62[_0x5c58('0x2c')],_0x5c58('0x1d'),_0x5c58('0x15'),'sw'),this['acceptButton'][_0x5c58('0x0')](_0x5c58('0xf'))['to'](this,_0x5c58('0x12')),this[_0x5c58('0x40')]=this['_createButton'](_0x33e366(_0x5caad8,_0x5c58('0x43')),_0x4b9b62[_0x5c58('0x2d')],_0x5c58('0x41'),_0x5c58('0x8'),'sw'),this[_0x5c58('0x40')][_0x5c58('0x0')](_0x5c58('0xf'))['to'](this,_0x5c58('0x3d')),this[_0x5c58('0x10')]=new _0x53943c(_0x5caad8,this['_model'][_0x5c58('0x31')],this[_0x5c58('0x37')]()),this[_0x5c58('0x10')][_0x5c58('0x13')]({'attributes':{'class':['ck-suggestion__user',_0x5c58('0x3e')]}}),this[_0x5c58('0x4b')](this[_0x5c58('0x2b')]());}[_0x5c58('0x2b')](){const _0x5254a8=this[_0x5c58('0xe')],_0x355735=[{'tag':_0x5c58('0x11'),'attributes':{'class':[_0x5c58('0x14'),_0x5c58('0x39')]},'children':[{'tag':_0x5c58('0x1f'),'children':[{'text':this[_0x5c58('0x10')][_0x5c58('0x20')]}],'attributes':{'class':[_0x5c58('0x4c'),_0x5c58('0x55')]}},{'tag':_0x5c58('0x3f'),'attributes':{'datetime':_0x5254a8['to'](_0x5c58('0x1a')),'class':[_0x5c58('0x7'),_0x5c58('0x4f')]},'children':[{'text':_0x5254a8['to'](_0x5c58('0x1a'),_0x1d5775=>this['_config']['formatDateTime'](_0x1d5775))}]}]},{'tag':_0x5c58('0x11'),'attributes':{'class':[_0x5c58('0x29'),_0x5c58('0x4a')]},'children':[this[_0x5c58('0x19')],this[_0x5c58('0x40')]]},{'tag':'div','attributes':{'class':[_0x5c58('0x32')]}}];this['_model']['isExternal']&&_0x355735[_0x5c58('0x1c')]({'tag':_0x5c58('0x11'),'attributes':{'class':[_0x5c58('0x34')]},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x3a929d={'tag':_0x5c58('0x11'),'attributes':{'class':[_0x5c58('0x45'),_0x5254a8['if'](_0x5c58('0x2e'),'ck-suggestion-wrapper--active'),_0x5254a8['to'](_0x5c58('0x42'),_0x56d2bb=>_0x5c58('0x49')+_0x56d2bb),this[_0x5c58('0x2a')]['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this[_0x5c58('0x27')]['id'],'data-thread-id':this[_0x5c58('0x27')][_0x5c58('0x57')]['id'],'data-author-id':this[_0x5c58('0x27')]['author']['id'],'tabindex':-0x1},'children':[{'tag':_0x5c58('0x11'),'attributes':{'class':[_0x5c58('0xa'),_0x5c58('0x53')]},'children':[this[_0x5c58('0x10')],{'tag':_0x5c58('0x11'),'attributes':{'class':[_0x5c58('0x22'),_0x5c58('0x24')]},'children':_0x355735}]}]};return this[_0x5c58('0xb')]&&this[_0x5c58('0x48')]&&_0x3a929d[_0x5c58('0x38')][_0x5c58('0x1c')](this['commentsListView'],this[_0x5c58('0x48')]),_0x3a929d;}[_0x5c58('0x4e')](){super[_0x5c58('0x4e')](),this[_0x5c58('0x51')]=this[_0x5c58('0x44')][_0x5c58('0x3')](_0x5c58('0x4d')),this['_descriptionElement'][_0x5c58('0x16')]=this['description'],this['on'](_0x5c58('0x4'),(_0x8adecf,_0x152de2,_0x56a14d)=>{this[_0x5c58('0x51')]['innerHTML']=_0x56a14d;});}[_0x5c58('0x35')](_0x239610,_0x4dfef7,_0x15ffe7,_0x4a7c69,_0xd473ab){const _0x3608fe=new _0x1837d6(this[_0x5c58('0x28')]);return _0x3608fe[_0x5c58('0x18')]({'label':_0x239610,'icon':_0x4dfef7,'tooltip':!0x0,'tooltipPosition':_0xd473ab}),_0x3608fe['extendTemplate']({'attributes':{'class':_0x15ffe7}}),_0x3608fe['on']('execute',()=>{this[_0x5c58('0x2')](_0x4a7c69,this['_model']['id']);}),_0x3608fe;}[_0x5c58('0x1b')](){return _0x5c58('0x1e')===this['_model']['attributes']['@external'][_0x5c58('0x50')]?_0x33e366(this[_0x5c58('0x28')],_0x5c58('0x36')):_0x33e366(this[_0x5c58('0x28')],'EXTERNAL_SUGGESTION');}[_0x5c58('0x37')](){return this[_0x5c58('0x27')][_0x5c58('0x3a')]?_0x5c58('0x1e')===this[_0x5c58('0x27')][_0x5c58('0xd')]['@external']['source']?_0x33e366(this['locale'],_0x5c58('0x17'),this[_0x5c58('0x27')]['creator'][_0x5c58('0x20')]):_0x33e366(this[_0x5c58('0x28')],_0x5c58('0x23'),this['_model'][_0x5c58('0x33')][_0x5c58('0x20')]):null;}}function ns(_0x8b27a6,_0x30a476){let _0x69b87e='';return _0x69b87e+=_0x8b27a6[_0x5c58('0x25')]('*')[_0x5c58('0x47')]((_0x284e81,_0x264fe8)=>_0x264fe8%0x2!=0x0?_0x5c58('0x3c')+os(_0x284e81)+_0x5c58('0x21'):os(_0x284e81))[_0x5c58('0x54')](''),_0x30a476&&(_0x69b87e+=_0x5c58('0x2f')+_0x30a476[_0x5c58('0x5')]+_0x5c58('0x46')+_0x30a476[_0x5c58('0xc')]+_0x5c58('0x6')),_0x69b87e;}function os(_0x528aed){const _0x2b28da=document[_0x5c58('0x1')]('span');return _0x2b28da[_0x5c58('0x26')]=_0x528aed,_0x2b28da[_0x5c58('0x16')];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export function getTranslation(_0x3c5c7d,_0x5ac303,_0x3e1f39){const t=_0x3c5c7d['t'];switch(_0x5ac303){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x3e1f39);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x3e1f39);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x3e1f39);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x3e1f39);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x3e1f39);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x3e1f39);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x3e1f39);case'*Format:*\x20replace\x20image\x20URL':return t('*Format:*\x20replace\x20image\x20URL');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3e1f39);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x3e1f39);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x3e1f39);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x3e1f39);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x3e1f39);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x3e1f39);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x3e1f39);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x3e1f39);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x3e1f39);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x3e1f39);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x3e1f39);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x3e1f39);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x3e1f39);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x3e1f39);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x3e1f39);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x3e1f39);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x3e1f39);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x3e1f39);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x3e1f39);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x3e1f39);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x3e1f39);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x3e1f39);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x3e1f39);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x3e1f39);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x3e1f39);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x3e1f39);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x3e1f39);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x3e1f39);case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x3e1f39);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x3e1f39);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x3e1f39);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x3e1f39);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x3e1f39);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x3e1f39);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x3e1f39);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x3e1f39);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x3e1f39);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x3e1f39);default:return _0x5ac303;}}
|
|
23
|
+
export function getTranslation(_0x2d4fc3,_0x4faa90,_0x195aaa){const t=_0x2d4fc3['t'];switch(_0x4faa90){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x195aaa);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x195aaa);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x195aaa);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x195aaa);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x195aaa);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x195aaa);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x195aaa);case'*Format:*\x20replace\x20image\x20URL':return t('*Format:*\x20replace\x20image\x20URL');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x195aaa);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x195aaa);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x195aaa);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x195aaa);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x195aaa);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x195aaa);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x195aaa);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x195aaa);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x195aaa);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x195aaa);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x195aaa);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x195aaa);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x195aaa);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x195aaa);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x195aaa);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x195aaa);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x195aaa);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x195aaa);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x195aaa);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x195aaa);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x195aaa);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x195aaa);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x195aaa);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x195aaa);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x195aaa);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x195aaa);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x195aaa);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x195aaa);case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x195aaa);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x195aaa);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x195aaa);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x195aaa);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x195aaa);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x195aaa);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x195aaa);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x195aaa);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x195aaa);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x195aaa);default:return _0x4faa90;}}
|
package/src/utils/utils.d.ts
CHANGED
package/src/utils/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x17bf=['length','push','isInContent','createPositionAt','isArray','sort','isObject','createPositionBefore','schema','isTouching','add','from','createPositionAfter','getMarkers','next','isIntersecting','end','execute','getRanges','isCollapsed','color','deletion','type','replace','isMultiRange','content','\x20[color\x20'];(function(_0x5ae7ca,_0x17bff9){const _0x3ade3d=function(_0xc71d9){while(--_0xc71d9){_0x5ae7ca['push'](_0x5ae7ca['shift']());}};_0x3ade3d(++_0x17bff9);}(_0x17bf,0x1e2));const _0x3ade=function(_0x5ae7ca,_0x17bff9){_0x5ae7ca=_0x5ae7ca-0x0;let _0x3ade3d=_0x17bf[_0x5ae7ca];return _0x3ade3d;};export function normalizeDescription(_0x16de4d){return Array[_0x3ade('0x8')](_0x16de4d)||(_0x16de4d=[_0x16de4d]),_0x16de4d['map'](_0x4e8e81=>{const _0x3b8f73=_0x4e8e81[_0x3ade('0x2')][_0x3ade('0x0')](/\*/g,''),_0x15ead0=_0x4e8e81[_0x3ade('0x18')]?_0x3ade('0x3')+_0x4e8e81[_0x3ade('0x18')]['value']+']':'';return'['+_0x4e8e81[_0x3ade('0x1a')]+']\x20'+_0x3b8f73+_0x15ead0;})['join'](';\x20');}export function sortSuggestions(_0x217551){return _0x217551[_0x3ade('0x9')]((_0x58d460,_0x37a3b9)=>_0x3ade('0x19')==_0x58d460[_0x3ade('0x1a')]&&_0x3ade('0x19')!=_0x37a3b9[_0x3ade('0x1a')]?-0x1:'deletion'!=_0x58d460[_0x3ade('0x1a')]&&_0x3ade('0x19')==_0x37a3b9['type']?0x1:0x0);}export function getSelectedSuggestions(_0x43e05d,_0x4c92eb){const _0x55b11b=Array[_0x3ade('0xf')](_0x43e05d[_0x3ade('0x16')]()),_0x411365=new Set();for(const _0x4c9494 of _0x4c92eb)if(_0x4c9494[_0x3ade('0x6')])for(const _0x285fd5 of _0x55b11b)for(const _0x17992b of _0x4c9494[_0x3ade('0x11')]()){const _0x208349=_0x17992b['getRange']();(_0x285fd5[_0x3ade('0x13')](_0x208349)||_0x43e05d[_0x3ade('0x17')]&&!_0x4c9494[_0x3ade('0x1')]&&_0x4c9494[_0x3ade('0x12')]&&_0x208349[_0x3ade('0x14')][_0x3ade('0xd')](_0x285fd5['start']))&&_0x411365[_0x3ade('0xe')](_0x4c9494);}return _0x411365;}export function getRangesOfBlockGroups(_0x4cd236,_0x504c1c){let _0x1c9944,_0x58e591=0x0;const _0x448857=[],_0x1338d7=_0x504c1c[_0x3ade('0xc')];for(;_0x58e591<_0x4cd236[_0x3ade('0x4')];){const _0x212560=_0x4cd236[_0x58e591],_0x1935f6=_0x4cd236[_0x58e591+0x1];_0x1c9944||(_0x1c9944=_0x504c1c[_0x3ade('0xb')](_0x212560)),oo(_0x504c1c,_0x212560,_0x1935f6)||(_0x448857[_0x3ade('0x5')](_0x504c1c['createRange'](_0x1c9944,_0x1338d7[_0x3ade('0xa')](_0x212560)?_0x504c1c[_0x3ade('0x10')](_0x212560):_0x504c1c[_0x3ade('0x7')](_0x212560,_0x3ade('0x14')))),_0x1c9944=null),_0x58e591++;}return _0x448857;}function oo(_0x59b966,_0x5a8baa,_0x4c6477){if(!_0x4c6477)return!0x1;const _0x12baf3=_0x59b966[_0x3ade('0x10')](_0x5a8baa),_0x5c6dfd=_0x59b966['createPositionBefore'](_0x4c6477);return _0x12baf3[_0x3ade('0xd')](_0x5c6dfd);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x3afaa9,_0xa52a6,_0x12750d){for(;_0x12750d['length'];){const _0x23d0fc=_0x12750d['splice'](0x0,0x64);_0x3afaa9['change'](()=>{for(const _0x4ed2b5 of _0x23d0fc)_0x4ed2b5[_0x3ade('0x6')]&&_0xa52a6[_0x3ade('0x15')](_0x4ed2b5['id']);});}}
|