@ckeditor/ckeditor5-track-changes 35.3.2 → 35.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +2 -1
- package/build/translations/ar.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/contexts.json +13 -0
- package/lang/translations/ar.po +55 -3
- package/lang/translations/az.po +52 -0
- package/lang/translations/bg.po +55 -3
- package/lang/translations/bn.po +55 -3
- package/lang/translations/ca.po +55 -3
- package/lang/translations/cs.po +55 -3
- package/lang/translations/da.po +55 -3
- package/lang/translations/de.po +55 -3
- package/lang/translations/el.po +55 -3
- package/lang/translations/en-au.po +52 -0
- package/lang/translations/en.po +52 -0
- package/lang/translations/es.po +55 -3
- package/lang/translations/et.po +55 -3
- package/lang/translations/fi.po +55 -3
- package/lang/translations/fr.po +55 -3
- package/lang/translations/gl.po +52 -0
- package/lang/translations/he.po +55 -3
- package/lang/translations/hi.po +55 -3
- package/lang/translations/hr.po +52 -0
- package/lang/translations/hu.po +55 -3
- package/lang/translations/id.po +55 -3
- package/lang/translations/it.po +55 -3
- package/lang/translations/ja.po +55 -3
- package/lang/translations/ko.po +55 -3
- package/lang/translations/lt.po +55 -3
- package/lang/translations/lv.po +55 -3
- package/lang/translations/ms.po +55 -3
- package/lang/translations/nl.po +55 -3
- package/lang/translations/no.po +55 -3
- package/lang/translations/pl.po +55 -3
- package/lang/translations/pt-br.po +55 -3
- package/lang/translations/pt.po +55 -3
- package/lang/translations/ro.po +55 -3
- package/lang/translations/ru.po +55 -3
- package/lang/translations/sk.po +55 -3
- package/lang/translations/sr-latn.po +52 -0
- package/lang/translations/sr.po +55 -3
- package/lang/translations/sv.po +55 -3
- package/lang/translations/th.po +55 -3
- package/lang/translations/tk.po +52 -0
- package/lang/translations/tr.po +55 -3
- package/lang/translations/tt.po +52 -0
- package/lang/translations/uk.po +55 -3
- package/lang/translations/ur.po +52 -0
- package/lang/translations/vi.po +55 -3
- package/lang/translations/zh-cn.po +55 -3
- package/lang/translations/zh.po +55 -3
- package/package.json +4 -4
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.js +23 -0
- 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/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +23 -0
- 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/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +23 -0
- 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 +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x424a=['map','attributes','acceptButton','div','ck-suggestion__actions','push','getTemplate','commentsListView','content','ck-annotation__actions','title','\x22></span>','isExternal','join','Accept\x20suggestion','<span\x20class=\x22ck-suggestion-type\x22>','EXTERNAL_IMPORT_WORD_SUGGESTION','ck-suggestion--disabled-comments','getExternalSuggestionNote','bindTemplate','value','description','_descriptionElement','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','EXTERNAL_SUGGESTION','locale','execute','ck-annotation__info','formatDateTime','@external','ck-annotation','EXTERNAL_AVATAR','fire','authoredAt','querySelector','ck-annotation__info-time','ck-suggestion--accept','ck-suggestion__main','element','innerHTML','ck-annotation__content-wrapper','ck-suggestion-wrapper','discardButton','_config','render','getUserViewNotificationText','isActive','ck-suggestion__user','innerText','EXTERNAL_IMPORT_WORD_AVATAR','importWord','ck-annotation__main','author','check','\x22\x20title=\x22','</p>','.ck-annotation__content-wrapper','commentThreadInputView','source','disableComments','ck-suggestion__info-name','descriptionParts','set','creator','span','type','name','isEnabled','extendTemplate','bind','ck-annotation__info-name','ck-suggestion-','ck-suggestion-wrapper--active','time','ck-comment__info-time','ck-annotation__user','_model','change:description','_createButton','userView'];(function(_0x4e51d9,_0x424a66){const _0x3c552a=function(_0x97fb45){while(--_0x97fb45){_0x4e51d9['push'](_0x4e51d9['shift']());}};_0x3c552a(++_0x424a66);}(_0x424a,0x78));const _0x3c55=function(_0x4e51d9,_0x424a66){_0x4e51d9=_0x4e51d9-0x0;let _0x3c552a=_0x424a[_0x4e51d9];return _0x3c552a;};import{getTranslation as _0x39d536}from'../../utils/common-translations';import _0x481298 from'./basesuggestionthreadview';import{ButtonView as _0x55fb9d}from'ckeditor5/src/ui';import{icons as _0x3c8565}from'ckeditor5/src/core';import{trimHtml as _0x5b5595,UserView as _0x43ae68}from'ckeditor5-collaboration/src/collaboration-core';export default class Rt extends _0x481298{constructor(_0xf01503,_0x5c0e26,_0x1ca109,_0x505d14){super(_0xf01503,_0x5c0e26,_0x1ca109,_0x505d14),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x30cb32=>_0x30cb32&&_0x30cb32[0x0]?_0x30cb32[0x0]['type']:''),this[_0x3c55('0x1d')]('description')['to'](this,_0x3c55('0x15'),this,_0x3c55('0x6'),(_0x47fd2f,_0x10acfc)=>{let _0x3f10a1='';for(const _0x2128bd of _0x47fd2f)_0x3f10a1+='<p>'+ns(_0x2128bd[_0x3c55('0x30')],_0x2128bd['color'])+_0x3c55('0xf');return _0x10acfc?_0x3f10a1:_0x5b5595(_0x3f10a1,{'limit':0x8c});}),this[_0x3c55('0x3e')]=null,this[_0x3c55('0x2a')]=this['_createButton'](_0x39d536(_0xf01503,_0x3c55('0x36')),_0x3c8565[_0x3c55('0xd')],_0x3c55('0x4c'),'acceptSuggestion','sw'),this['discardButton']=this[_0x3c55('0x26')](_0x39d536(_0xf01503,'Discard\x20suggestion'),_0x3c8565['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this[_0x3c55('0x27')]=new _0x43ae68(_0xf01503,this[_0x3c55('0x24')][_0x3c55('0xc')],this[_0x3c55('0x5')]()),this['userView']['extendTemplate']({'attributes':{'class':[_0x3c55('0x7'),_0x3c55('0x23')]}}),this['setTemplate'](this[_0x3c55('0x2e')]());}[_0x3c55('0x2e')](){const _0x54f7ce=this[_0x3c55('0x3b')],_0x5f4114=[{'tag':_0x3c55('0x2b'),'attributes':{'class':['ck-suggestion__info',_0x3c55('0x43')]},'children':[{'tag':_0x3c55('0x18'),'children':[{'text':this['userView'][_0x3c55('0x1a')]}],'attributes':{'class':[_0x3c55('0x14'),_0x3c55('0x1e')]}},{'tag':_0x3c55('0x21'),'attributes':{'datetime':_0x54f7ce['to'](_0x3c55('0x49')),'class':[_0x3c55('0x22'),_0x3c55('0x4b')]},'children':[{'text':_0x54f7ce['to']('authoredAt',_0x25b0e0=>this[_0x3c55('0x3')][_0x3c55('0x44')](_0x25b0e0))}]}]},{'tag':_0x3c55('0x2b'),'attributes':{'class':[_0x3c55('0x2c'),_0x3c55('0x31')]},'children':[this[_0x3c55('0x2a')],this[_0x3c55('0x2')]]},{'tag':'div','attributes':{'class':[_0x3c55('0x0')]}}];this[_0x3c55('0x24')][_0x3c55('0x34')]&&_0x5f4114[_0x3c55('0x2d')]({'tag':_0x3c55('0x2b'),'attributes':{'class':['ck-comment__external']},'children':[{'text':this[_0x3c55('0x3a')]()}]});const _0x415b99={'tag':'div','attributes':{'class':[_0x3c55('0x1'),_0x54f7ce['if'](_0x3c55('0x6'),_0x3c55('0x20')),_0x54f7ce['to'](_0x3c55('0x19'),_0x511709=>_0x3c55('0x1f')+_0x511709),this['_config'][_0x3c55('0x13')]&&_0x3c55('0x39')],'data-suggestion-id':this['_model']['id'],'data-thread-id':this[_0x3c55('0x24')]['commentThread']['id'],'data-author-id':this['_model'][_0x3c55('0xc')]['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-suggestion',_0x3c55('0x46')]},'children':[this[_0x3c55('0x27')],{'tag':_0x3c55('0x2b'),'attributes':{'class':[_0x3c55('0x4d'),_0x3c55('0xb')]},'children':_0x5f4114}]}]};return this[_0x3c55('0x2f')]&&this[_0x3c55('0x11')]&&_0x415b99['children'][_0x3c55('0x2d')](this[_0x3c55('0x2f')],this['commentThreadInputView']),_0x415b99;}[_0x3c55('0x4')](){super[_0x3c55('0x4')](),this[_0x3c55('0x3e')]=this[_0x3c55('0x4e')][_0x3c55('0x4a')](_0x3c55('0x10')),this[_0x3c55('0x3e')][_0x3c55('0x4f')]=this[_0x3c55('0x3d')],this['on'](_0x3c55('0x25'),(_0x3387f8,_0xd56f89,_0x3a36b4)=>{this[_0x3c55('0x3e')][_0x3c55('0x4f')]=_0x3a36b4;});}[_0x3c55('0x26')](_0x2eba7a,_0x3ba5a4,_0x1d2c79,_0x4703b3,_0x313ed5){const _0x53a99d=new _0x55fb9d(this[_0x3c55('0x41')]);return _0x53a99d[_0x3c55('0x16')]({'label':_0x2eba7a,'icon':_0x3ba5a4,'tooltip':!0x0,'tooltipPosition':_0x313ed5}),_0x53a99d[_0x3c55('0x1c')]({'attributes':{'class':_0x1d2c79}}),_0x53a99d['on'](_0x3c55('0x42'),()=>{this[_0x3c55('0x48')](_0x4703b3,this[_0x3c55('0x24')]['id']);}),_0x53a99d[_0x3c55('0x1d')](_0x3c55('0x1b'))['to'](this),_0x53a99d;}[_0x3c55('0x3a')](){return _0x3c55('0xa')===this[_0x3c55('0x24')]['attributes'][_0x3c55('0x45')][_0x3c55('0x12')]?_0x39d536(this[_0x3c55('0x41')],_0x3c55('0x38')):_0x39d536(this[_0x3c55('0x41')],_0x3c55('0x40'));}[_0x3c55('0x5')](){return this[_0x3c55('0x24')][_0x3c55('0x34')]?_0x3c55('0xa')===this['_model'][_0x3c55('0x29')]['@external']['source']?_0x39d536(this[_0x3c55('0x41')],_0x3c55('0x9'),this[_0x3c55('0x24')][_0x3c55('0x17')]['name']):_0x39d536(this[_0x3c55('0x41')],_0x3c55('0x47'),this[_0x3c55('0x24')][_0x3c55('0x17')][_0x3c55('0x1a')]):null;}}function ns(_0x2e64af,_0x41497f){let _0x130d30='';return _0x130d30+=_0x2e64af['split']('*')[_0x3c55('0x28')]((_0x4daaa4,_0xa04d88)=>_0xa04d88%0x2!=0x0?_0x3c55('0x37')+os(_0x4daaa4)+'</span>':os(_0x4daaa4))[_0x3c55('0x35')](''),_0x41497f&&(_0x130d30+=_0x3c55('0x3f')+_0x41497f[_0x3c55('0x3c')]+_0x3c55('0xe')+_0x41497f[_0x3c55('0x32')]+_0x3c55('0x33')),_0x130d30;}function os(_0x3041b2){const _0x26d3a2=document['createElement'](_0x3c55('0x18'));return _0x26d3a2[_0x3c55('0x8')]=_0x3041b2,_0x26d3a2[_0x3c55('0x4f')];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export function getTranslation(_0x46c4c2,_0x2b762d,_0xcb03b8){const t=_0x46c4c2['t'];switch(_0x2b762d){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',_0xcb03b8);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0xcb03b8);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0xcb03b8);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0xcb03b8);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0xcb03b8);case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0xcb03b8);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0xcb03b8);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0xcb03b8);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0xcb03b8);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0xcb03b8);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0xcb03b8);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0xcb03b8);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0xcb03b8);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0xcb03b8);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0xcb03b8);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0xcb03b8);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0xcb03b8);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0xcb03b8);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0xcb03b8);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0xcb03b8);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'},_0xcb03b8);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0xcb03b8);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0xcb03b8);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0xcb03b8);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0xcb03b8);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0xcb03b8);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'},_0xcb03b8);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0xcb03b8);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0xcb03b8);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0xcb03b8);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0xcb03b8);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});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'},_0xcb03b8);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0xcb03b8);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'},_0xcb03b8);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'},_0xcb03b8);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0xcb03b8);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'},_0xcb03b8);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0xcb03b8);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'},_0xcb03b8);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0xcb03b8);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'},_0xcb03b8);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'},_0xcb03b8);}}
|
|
23
|
+
export function getTranslation(_0x5931eb,_0x810048,_0x22732a){const t=_0x5931eb['t'];switch(_0x810048){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',_0x22732a);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x22732a);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x22732a);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x22732a);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x22732a);case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x22732a);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x22732a);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',_0x22732a);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x22732a);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x22732a);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x22732a);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x22732a);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x22732a);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x22732a);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x22732a);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x22732a);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x22732a);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x22732a);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x22732a);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x22732a);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x22732a);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'},_0x22732a);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x22732a);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x22732a);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x22732a);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x22732a);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x22732a);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'},_0x22732a);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x22732a);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x22732a);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x22732a);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x22732a);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'},_0x22732a);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x22732a);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'},_0x22732a);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'},_0x22732a);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x22732a);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'},_0x22732a);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x22732a);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'},_0x22732a);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x22732a);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'},_0x22732a);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'},_0x22732a);}}
|
package/src/utils/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5ef2=['createPositionAfter','isIntersecting','getRange','execute','add','isMultiRange','isInContent','createRange','replace','isObject','sort','createPositionBefore','length','end','createPositionAt','deletion','from','getMarkers','getRanges','next','isTouching','schema','content','type','\x20[color\x20','isCollapsed','start','isArray','change','push'];(function(_0x172328,_0x5ef228){const _0x1adf19=function(_0x2b32bb){while(--_0x2b32bb){_0x172328['push'](_0x172328['shift']());}};_0x1adf19(++_0x5ef228);}(_0x5ef2,0xc5));const _0x1adf=function(_0x172328,_0x5ef228){_0x172328=_0x172328-0x0;let _0x1adf19=_0x5ef2[_0x172328];return _0x1adf19;};export function normalizeDescription(_0xa8e9e9){return Array[_0x1adf('0xa')](_0xa8e9e9)||(_0xa8e9e9=[_0xa8e9e9]),_0xa8e9e9['map'](_0x40b7c9=>{const _0x26c84a=_0x40b7c9[_0x1adf('0x5')][_0x1adf('0x15')](/\*/g,''),_0x1b6546=_0x40b7c9['color']?_0x1adf('0x7')+_0x40b7c9['color']['value']+']':'';return'['+_0x40b7c9[_0x1adf('0x6')]+']\x20'+_0x26c84a+_0x1b6546;})['join'](';\x20');}export function sortSuggestions(_0x2a8496){return _0x2a8496[_0x1adf('0x17')]((_0x3cfc17,_0xb64bce)=>'deletion'==_0x3cfc17[_0x1adf('0x6')]&&_0x1adf('0x1c')!=_0xb64bce['type']?-0x1:'deletion'!=_0x3cfc17['type']&&'deletion'==_0xb64bce[_0x1adf('0x6')]?0x1:0x0);}export function getSelectedSuggestions(_0x2253fb,_0x189150){const _0x60b274=Array[_0x1adf('0x1d')](_0x2253fb[_0x1adf('0x1')]()),_0xee705=new Set();for(const _0x3c95be of _0x189150)if(_0x3c95be[_0x1adf('0x13')])for(const _0x1765f6 of _0x60b274)for(const _0x215b23 of _0x3c95be[_0x1adf('0x0')]()){const _0x3dd4bf=_0x215b23[_0x1adf('0xf')]();(_0x1765f6[_0x1adf('0xe')](_0x3dd4bf)||_0x2253fb[_0x1adf('0x8')]&&!_0x3c95be[_0x1adf('0x12')]&&_0x3c95be[_0x1adf('0x2')]&&_0x3dd4bf[_0x1adf('0x1a')]['isTouching'](_0x1765f6[_0x1adf('0x9')]))&&_0xee705[_0x1adf('0x11')](_0x3c95be);}return _0xee705;}export function getRangesOfBlockGroups(_0x5ee818,_0x514769){let _0x42965c,_0x264e32=0x0;const _0x1910d5=[],_0x511880=_0x514769[_0x1adf('0x4')];for(;_0x264e32<_0x5ee818[_0x1adf('0x19')];){const _0x2cbc3a=_0x5ee818[_0x264e32],_0x24d581=_0x5ee818[_0x264e32+0x1];_0x42965c||(_0x42965c=_0x514769[_0x1adf('0x18')](_0x2cbc3a)),no(_0x514769,_0x2cbc3a,_0x24d581)||(_0x1910d5[_0x1adf('0xc')](_0x514769[_0x1adf('0x14')](_0x42965c,_0x511880[_0x1adf('0x16')](_0x2cbc3a)?_0x514769['createPositionAfter'](_0x2cbc3a):_0x514769[_0x1adf('0x1b')](_0x2cbc3a,_0x1adf('0x1a')))),_0x42965c=null),_0x264e32++;}return _0x1910d5;}function no(_0x39d4e5,_0x171ba5,_0x1b919c){if(!_0x1b919c)return!0x1;const _0x21f9e7=_0x39d4e5[_0x1adf('0xd')](_0x171ba5),_0x1a3de1=_0x39d4e5[_0x1adf('0x18')](_0x1b919c);return _0x21f9e7[_0x1adf('0x3')](_0x1a3de1);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x285a16,_0x37dab1,_0x28fc8b){for(;_0x28fc8b[_0x1adf('0x19')];){const _0x5d0a00=_0x28fc8b['splice'](0x0,0x64);_0x285a16[_0x1adf('0xb')](()=>{for(const _0xf342eb of _0x5d0a00)_0xf342eb['isInContent']&&_0x37dab1[_0x1adf('0x10')](_0xf342eb['id']);});}}
|