@ckeditor/ckeditor5-revision-history 35.4.0 → 36.0.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.
Files changed (90) hide show
  1. package/build/revision-history.js +2 -2
  2. package/build/translations/ug.js +1 -1
  3. package/lang/translations/af.po +1 -1
  4. package/lang/translations/ar.po +1 -1
  5. package/lang/translations/az.po +1 -1
  6. package/lang/translations/bg.po +1 -1
  7. package/lang/translations/bn.po +1 -1
  8. package/lang/translations/bs.po +1 -1
  9. package/lang/translations/ca.po +1 -1
  10. package/lang/translations/cs.po +1 -1
  11. package/lang/translations/da.po +1 -1
  12. package/lang/translations/de-ch.po +1 -1
  13. package/lang/translations/de.po +1 -1
  14. package/lang/translations/el.po +1 -1
  15. package/lang/translations/en-au.po +1 -1
  16. package/lang/translations/en-gb.po +1 -1
  17. package/lang/translations/en.po +1 -1
  18. package/lang/translations/es-co.po +1 -1
  19. package/lang/translations/es.po +1 -1
  20. package/lang/translations/et.po +1 -1
  21. package/lang/translations/fa.po +1 -1
  22. package/lang/translations/fi.po +1 -1
  23. package/lang/translations/fr.po +1 -1
  24. package/lang/translations/gl.po +1 -1
  25. package/lang/translations/he.po +1 -1
  26. package/lang/translations/hi.po +1 -1
  27. package/lang/translations/hr.po +1 -1
  28. package/lang/translations/hu.po +1 -1
  29. package/lang/translations/id.po +1 -1
  30. package/lang/translations/it.po +1 -1
  31. package/lang/translations/ja.po +1 -1
  32. package/lang/translations/jv.po +1 -1
  33. package/lang/translations/ko.po +1 -1
  34. package/lang/translations/ku.po +1 -1
  35. package/lang/translations/lt.po +1 -1
  36. package/lang/translations/lv.po +1 -1
  37. package/lang/translations/ms.po +1 -1
  38. package/lang/translations/ne.po +1 -1
  39. package/lang/translations/nl.po +1 -1
  40. package/lang/translations/no.po +1 -1
  41. package/lang/translations/pl.po +1 -1
  42. package/lang/translations/pt-br.po +1 -1
  43. package/lang/translations/pt.po +1 -1
  44. package/lang/translations/ro.po +1 -1
  45. package/lang/translations/ru.po +1 -1
  46. package/lang/translations/sk.po +1 -1
  47. package/lang/translations/sr-latn.po +1 -1
  48. package/lang/translations/sr.po +1 -1
  49. package/lang/translations/sv.po +1 -1
  50. package/lang/translations/th.po +1 -1
  51. package/lang/translations/tk.po +1 -1
  52. package/lang/translations/tr.po +1 -1
  53. package/lang/translations/tt.po +1 -1
  54. package/lang/translations/ug.po +2 -2
  55. package/lang/translations/uk.po +1 -1
  56. package/lang/translations/ur.po +1 -1
  57. package/lang/translations/vi.po +1 -1
  58. package/lang/translations/zh-cn.po +1 -1
  59. package/lang/translations/zh.po +1 -1
  60. package/package.json +7 -7
  61. package/src/changeitem.js +2 -2
  62. package/src/editor/revisionviewereditor.js +2 -2
  63. package/src/editor/revisionviewereditorui.js +2 -2
  64. package/src/editor/revisionviewereditoruiview.js +2 -2
  65. package/src/index.js +1 -1
  66. package/src/revision.js +2 -2
  67. package/src/revisiondiff.js +2 -2
  68. package/src/revisionhistory.js +2 -2
  69. package/src/revisionsrepository.js +2 -2
  70. package/src/revisiontracker.js +2 -2
  71. package/src/revisionviewer.js +2 -2
  72. package/src/ui/revision/createrevisionactionsdropdown.js +2 -2
  73. package/src/ui/revision/revisionauthorview.js +2 -2
  74. package/src/ui/revision/revisionnameview.js +2 -2
  75. package/src/ui/revision/revisionview.js +2 -2
  76. package/src/ui/revision/subrevisioncollapserview.js +2 -2
  77. package/src/ui/revision/subrevisionview.js +2 -2
  78. package/src/ui/revision/utils.js +2 -2
  79. package/src/ui/revisionhistory/revisionhistorysaverevisionformview.js +2 -2
  80. package/src/ui/revisionhistory/revisionhistoryui.js +2 -2
  81. package/src/ui/revisionssidebar/revisionssidebar.js +2 -2
  82. package/src/ui/revisionssidebar/revisionssidebarheaderview.js +2 -2
  83. package/src/ui/revisionssidebar/revisionssidebartimeperiodview.js +2 -2
  84. package/src/ui/revisionssidebar/revisionssidebarview.js +2 -2
  85. package/src/ui/revisionssidebar/utils.js +2 -2
  86. package/src/ui/revisionviewer/changedetailsview.js +2 -2
  87. package/src/ui/revisionviewer/changesnavigationview.js +2 -2
  88. package/src/ui/revisionviewer/revisionviewerloadingoverlay.js +2 -2
  89. package/src/ui/revisionviewer/revisionviewerui.js +2 -2
  90. package/src/utils/common-translations.js +2 -2
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xfc3a=['_focusCycler','execute','stopPropagation','listenTo','submit','cancelButtonView','focusFirst','locale','label','tab','ck-responsive-form','Save','input','revisionNameInputView','extendTemplate','220','type','render','value','setTemplate','_createRevisionNameInput','fieldView','shift\x20+\x20tab','saveButtonView','element','add','focus','trim','arrowleft','forEach','ck-revision-history-save-revision-form','form','selectstart','_focusables','ck-button-cancel','revisionNameInputValue','revisionName','focusTracker','set','keystrokes'];(function(_0xf75003,_0xfc3a6b){const _0x4d06c9=function(_0x485e8c){while(--_0x485e8c){_0xf75003['push'](_0xf75003['shift']());}};_0x4d06c9(++_0xfc3a6b);}(_0xfc3a,0xa4));const _0x4d06=function(_0xf75003,_0xfc3a6b){_0xf75003=_0xf75003-0x0;let _0x4d06c9=_0xfc3a[_0xf75003];return _0x4d06c9;};import{ButtonView as _0xb06645,FocusCycler as _0x207bd2,LabeledFieldView as _0x333a8a,View as _0x4d4d29,ViewCollection as _0x3a80e8,createLabeledInputText as _0x5cbc87,injectCssTransitionDisabler as _0x30789b,submitHandler as _0x47a7e2}from'ckeditor5/src/ui';import{FocusTracker as _0x178ebf,KeystrokeHandler as _0x53b9fa}from'ckeditor5/src/utils';import{getTranslation as _0x836dd7}from'../../utils/common-translations';import _0x3465e3 from'@ckeditor/ckeditor5-core/theme/icons/check.svg';import _0x10dd41 from'@ckeditor/ckeditor5-core/theme/icons/cancel.svg';import'../../../theme/revisionhistorysaverevisionform.css';import'@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css';export default class dt extends _0x4d4d29{constructor(_0x2f93d2){super(_0x2f93d2),this['focusTracker']=new _0x178ebf(),this['keystrokes']=new _0x53b9fa(),this['set'](_0x4d06('0x1f'),''),this[_0x4d06('0x9')]=this[_0x4d06('0x10')](),this[_0x4d06('0x13')]=this['_createButton'](_0x836dd7(_0x2f93d2,_0x4d06('0x7')),_0x3465e3,'ck-button-save'),this[_0x4d06('0x13')][_0x4d06('0xc')]=_0x4d06('0x0'),this['cancelButtonView']=this['_createButton'](_0x836dd7(_0x2f93d2,'Cancel'),_0x10dd41,_0x4d06('0x1e'),'cancel'),this[_0x4d06('0x1d')]=new _0x3a80e8(),this[_0x4d06('0x24')]=new _0x207bd2({'focusables':this[_0x4d06('0x1d')],'focusTracker':this[_0x4d06('0x21')],'keystrokeHandler':this[_0x4d06('0x23')],'actions':{'focusPrevious':_0x4d06('0x12'),'focusNext':_0x4d06('0x5')}}),this[_0x4d06('0xf')]({'tag':_0x4d06('0x1b'),'attributes':{'class':['ck',_0x4d06('0x1a'),_0x4d06('0x6')],'tabindex':'-1'},'children':[this[_0x4d06('0x9')],this[_0x4d06('0x13')],this[_0x4d06('0x1')]]}),_0x30789b(this);}[_0x4d06('0xd')](){super[_0x4d06('0xd')](),_0x47a7e2({'view':this}),([this['revisionNameInputView'],this[_0x4d06('0x13')],this['cancelButtonView']][_0x4d06('0x19')](_0x2e0c45=>{this['_focusables']['add'](_0x2e0c45),this[_0x4d06('0x21')][_0x4d06('0x15')](_0x2e0c45[_0x4d06('0x14')]);}),this[_0x4d06('0x23')][_0x4d06('0x27')](this[_0x4d06('0x14')]));const _0xe9a4e1=_0x52e199=>_0x52e199[_0x4d06('0x26')]();this[_0x4d06('0x23')][_0x4d06('0x22')]('arrowright',_0xe9a4e1),this[_0x4d06('0x23')]['set'](_0x4d06('0x18'),_0xe9a4e1),this[_0x4d06('0x23')][_0x4d06('0x22')]('arrowup',_0xe9a4e1),this[_0x4d06('0x23')]['set']('arrowdown',_0xe9a4e1),this['listenTo'](this['revisionNameInputView'][_0x4d06('0x14')],_0x4d06('0x1c'),(_0x161c83,_0x28c497)=>{_0x28c497['stopPropagation']();},{'priority':'high'});}[_0x4d06('0x16')](){this[_0x4d06('0x24')][_0x4d06('0x2')]();}get[_0x4d06('0x20')](){return this['revisionNameInputView'][_0x4d06('0x11')][_0x4d06('0x14')][_0x4d06('0xe')][_0x4d06('0x17')]();}set[_0x4d06('0x20')](_0x31409d){this['revisionNameInputView'][_0x4d06('0x11')]['element']['value']=_0x31409d[_0x4d06('0x17')]();}['reset'](){this[_0x4d06('0x9')][_0x4d06('0x11')][_0x4d06('0x14')][_0x4d06('0xe')]='';}[_0x4d06('0x10')](){const _0x4bd293=new _0x333a8a(this[_0x4d06('0x3')],_0x5cbc87),_0x3ab47a=_0x4bd293[_0x4d06('0x11')];return _0x3ab47a[_0x4d06('0xa')]({'attributes':{'maxlength':_0x4d06('0xb')}}),_0x4bd293[_0x4d06('0x4')]=_0x836dd7(this[_0x4d06('0x3')],'Name\x20of\x20the\x20revision\x20(optional)'),_0x3ab47a['on'](_0x4d06('0x8'),()=>{this[_0x4d06('0x1f')]=_0x3ab47a['element'][_0x4d06('0xe')]['trim']();}),_0x4bd293;}['_createButton'](_0x3f179e,_0x563dd8,_0x1f3674,_0xe3425b){const _0x5bb3b8=new _0xb06645(this[_0x4d06('0x3')]);return _0x5bb3b8[_0x4d06('0x22')]({'label':_0x3f179e,'icon':_0x563dd8,'tooltip':!0x0}),_0x5bb3b8['extendTemplate']({'attributes':{'class':_0x1f3674}}),_0xe3425b&&_0x5bb3b8['delegate'](_0x4d06('0x25'))['to'](this,_0xe3425b),_0x5bb3b8;}}
23
+ const _0x1a68=['keystrokes','element','tab','extendTemplate','submit','reset','value','Name\x20of\x20the\x20revision\x20(optional)','form','_createRevisionNameInput','arrowright','cancelButtonView','revisionName','label','Save','ck-responsive-form','arrowdown','delegate','revisionNameInputView','arrowup','saveButtonView','fieldView','_createButton','focus','execute','stopPropagation','focusFirst','trim','ck-button-save','selectstart','Cancel','set','locale','forEach','focusTracker','_focusables','render','220','_focusCycler','type','input','listenTo'];(function(_0x24f1af,_0x1a6801){const _0xe0eebb=function(_0x34af82){while(--_0x34af82){_0x24f1af['push'](_0x24f1af['shift']());}};_0xe0eebb(++_0x1a6801);}(_0x1a68,0xff));const _0xe0ee=function(_0x24f1af,_0x1a6801){_0x24f1af=_0x24f1af-0x0;let _0xe0eebb=_0x1a68[_0x24f1af];return _0xe0eebb;};import{ButtonView as _0x8a588e,FocusCycler as _0x44a773,LabeledFieldView as _0x537090,View as _0x80df63,ViewCollection as _0x281445,createLabeledInputText as _0x35180a,injectCssTransitionDisabler as _0x189cdc,submitHandler as _0x376837}from'ckeditor5/src/ui';import{FocusTracker as _0x2931db,KeystrokeHandler as _0x176155}from'ckeditor5/src/utils';import{getTranslation as _0xf36fd3}from'../../utils/common-translations';import _0x59522a from'@ckeditor/ckeditor5-core/theme/icons/check.svg';import _0x2913d4 from'@ckeditor/ckeditor5-core/theme/icons/cancel.svg';import'../../../theme/revisionhistorysaverevisionform.css';import'@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css';export default class dt extends _0x80df63{constructor(_0x42e800){super(_0x42e800),this['focusTracker']=new _0x2931db(),this[_0xe0ee('0x27')]=new _0x176155(),this[_0xe0ee('0x1c')]('revisionNameInputValue',''),this[_0xe0ee('0xf')]=this[_0xe0ee('0x6')](),this[_0xe0ee('0x11')]=this['_createButton'](_0xf36fd3(_0x42e800,_0xe0ee('0xb')),_0x59522a,_0xe0ee('0x19')),this[_0xe0ee('0x11')][_0xe0ee('0x24')]=_0xe0ee('0x1'),this[_0xe0ee('0x8')]=this[_0xe0ee('0x13')](_0xf36fd3(_0x42e800,_0xe0ee('0x1b')),_0x2913d4,'ck-button-cancel','cancel'),this[_0xe0ee('0x20')]=new _0x281445(),this['_focusCycler']=new _0x44a773({'focusables':this['_focusables'],'focusTracker':this[_0xe0ee('0x1f')],'keystrokeHandler':this[_0xe0ee('0x27')],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':_0xe0ee('0x29')}}),this['setTemplate']({'tag':_0xe0ee('0x5'),'attributes':{'class':['ck','ck-revision-history-save-revision-form',_0xe0ee('0xc')],'tabindex':'-1'},'children':[this[_0xe0ee('0xf')],this[_0xe0ee('0x11')],this[_0xe0ee('0x8')]]}),_0x189cdc(this);}[_0xe0ee('0x21')](){super['render'](),_0x376837({'view':this}),([this[_0xe0ee('0xf')],this[_0xe0ee('0x11')],this[_0xe0ee('0x8')]][_0xe0ee('0x1e')](_0x3e18af=>{this[_0xe0ee('0x20')]['add'](_0x3e18af),this[_0xe0ee('0x1f')]['add'](_0x3e18af['element']);}),this[_0xe0ee('0x27')][_0xe0ee('0x26')](this['element']));const _0x49b4be=_0x45ef36=>_0x45ef36[_0xe0ee('0x16')]();this[_0xe0ee('0x27')]['set'](_0xe0ee('0x7'),_0x49b4be),this[_0xe0ee('0x27')][_0xe0ee('0x1c')]('arrowleft',_0x49b4be),this[_0xe0ee('0x27')][_0xe0ee('0x1c')](_0xe0ee('0x10'),_0x49b4be),this[_0xe0ee('0x27')][_0xe0ee('0x1c')](_0xe0ee('0xd'),_0x49b4be),this[_0xe0ee('0x26')](this[_0xe0ee('0xf')][_0xe0ee('0x28')],_0xe0ee('0x1a'),(_0x2a4d46,_0x2d3ebd)=>{_0x2d3ebd[_0xe0ee('0x16')]();},{'priority':'high'});}[_0xe0ee('0x14')](){this[_0xe0ee('0x23')][_0xe0ee('0x17')]();}get['revisionName'](){return this[_0xe0ee('0xf')][_0xe0ee('0x12')]['element']['value'][_0xe0ee('0x18')]();}set[_0xe0ee('0x9')](_0x367aee){this[_0xe0ee('0xf')][_0xe0ee('0x12')][_0xe0ee('0x28')][_0xe0ee('0x3')]=_0x367aee[_0xe0ee('0x18')]();}[_0xe0ee('0x2')](){this[_0xe0ee('0xf')][_0xe0ee('0x12')][_0xe0ee('0x28')][_0xe0ee('0x3')]='';}[_0xe0ee('0x6')](){const _0x1ec93c=new _0x537090(this['locale'],_0x35180a),_0x4089e0=_0x1ec93c[_0xe0ee('0x12')];return _0x4089e0[_0xe0ee('0x0')]({'attributes':{'maxlength':_0xe0ee('0x22')}}),_0x1ec93c[_0xe0ee('0xa')]=_0xf36fd3(this['locale'],_0xe0ee('0x4')),_0x4089e0['on'](_0xe0ee('0x25'),()=>{this['revisionNameInputValue']=_0x4089e0[_0xe0ee('0x28')][_0xe0ee('0x3')][_0xe0ee('0x18')]();}),_0x1ec93c;}['_createButton'](_0x554ee1,_0x465fec,_0x44cea5,_0x28808e){const _0x4db3c1=new _0x8a588e(this[_0xe0ee('0x1d')]);return _0x4db3c1['set']({'label':_0x554ee1,'icon':_0x465fec,'tooltip':!0x0}),_0x4db3c1[_0xe0ee('0x0')]({'attributes':{'class':_0x44cea5}}),_0x28808e&&_0x4db3c1[_0xe0ee('0xe')](_0xe0ee('0x15'))['to'](this,_0x28808e),_0x4db3c1;}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3dfb=['change:isOpen','focus','length','editing','isReadOnly','saveRevision','Open\x20revision\x20history','requires','submit','revisionHistory','revisionName','addMany','isReady','showRevisionViewerCallback','RevisionHistoryUI','buttonView','componentFactory','pluginName','plugins','execute','set','isEnabled','add','bind','get','children','view'];(function(_0x418ced,_0x3dfbac){const _0x1fb735=function(_0xcc4e8){while(--_0xcc4e8){_0x418ced['push'](_0x418ced['shift']());}};_0x1fb735(++_0x3dfbac);}(_0x3dfb,0x177));const _0x1fb7=function(_0x418ced,_0x3dfbac){_0x418ced=_0x418ced-0x0;let _0x1fb735=_0x3dfb[_0x418ced];return _0x1fb735;};import{Plugin as _0x1dd7b5}from'ckeditor5/src/core';import{ListView as _0x3c25e2,ListItemView as _0x4e0109,ButtonView as _0x439f8f,createDropdown as _0x31e68b}from'ckeditor5/src/ui';import _0x4cda33 from'../../revisiontracker';import _0x3ac657 from'./revisionhistorysaverevisionformview';import _0x10c55e from'../../../theme/icons/revision-history.svg';import{getTranslation as _0x3e0dfe}from'../../utils/common-translations';export default class y extends _0x1dd7b5{static get[_0x1fb7('0x14')](){return _0x1fb7('0x11');}static get[_0x1fb7('0xa')](){return[_0x4cda33];}['init'](){const _0x371f67=this['editor'],_0x16a6b8=_0x371f67[_0x1fb7('0x15')][_0x1fb7('0x0')]('RevisionTracker');_0x371f67['ui'][_0x1fb7('0x13')][_0x1fb7('0x19')](_0x1fb7('0xc'),_0x3f7235=>{const _0x3a8adb=_0x31e68b(_0x3f7235),_0x4fc400=_0x3a8adb['panelView'][_0x1fb7('0x1')],_0xbfeaea=new _0x3c25e2(_0x3f7235),_0x581441=new _0x4e0109(_0x3f7235),_0x2a86b2=new _0x439f8f(_0x3f7235),_0x29c200=new _0x4e0109(_0x3f7235),_0x5c43eb=new _0x439f8f(_0x3f7235),_0x3bdc61=new _0x3ac657(_0x3f7235);function _0x169b63(){_0x4fc400[_0x1fb7('0x5')]&&_0x4fc400['remove'](0x0),_0x4fc400['add'](_0xbfeaea);}function _0x346c19(){_0x3a8adb['isOpen']=!0x1,_0x371f67[_0x1fb7('0x6')][_0x1fb7('0x2')][_0x1fb7('0x4')]();}return _0x3a8adb[_0x1fb7('0x1a')](_0x1fb7('0x18'))['to'](_0x16a6b8,_0x1fb7('0xf'),_0x16a6b8,_0x1fb7('0x18'),_0x371f67,_0x1fb7('0x7'),(_0x5edc90,_0x523d94,_0x4c331b)=>_0x5edc90&&_0x523d94&&!_0x4c331b),_0x3a8adb[_0x1fb7('0x12')][_0x1fb7('0x17')]({'icon':_0x10c55e,'label':_0x3e0dfe(_0x3f7235,'Revision\x20history'),'tooltip':!0x0}),_0x2a86b2[_0x1fb7('0x17')]({'label':_0x3e0dfe(_0x3f7235,'Save\x20current\x20revision'),'withText':!0x0}),_0x2a86b2[_0x1fb7('0x1a')](_0x1fb7('0x18'))['to'](_0x16a6b8,'isReady',_0x16a6b8,_0x1fb7('0x18'),_0x371f67,_0x1fb7('0x7'),(_0xf4cbff,_0x4e713b,_0x20bf81)=>_0xf4cbff&&_0x4e713b&&!_0x20bf81),_0x2a86b2['on'](_0x1fb7('0x16'),()=>function(){_0x4fc400['length']&&_0x4fc400['remove'](0x0),(_0x3bdc61['reset'](),_0x4fc400['add'](_0x3bdc61),_0x3bdc61[_0x1fb7('0x4')]());}()),_0x5c43eb['set']({'label':_0x3e0dfe(_0x3f7235,_0x1fb7('0x9')),'withText':!0x0}),_0x5c43eb[_0x1fb7('0x1a')](_0x1fb7('0x18'))['to'](_0x16a6b8,'isReady',_0x371f67,_0x1fb7('0x7'),(_0x2870aa,_0x514f81)=>_0x2870aa&&!_0x514f81),_0x5c43eb['on'](_0x1fb7('0x16'),()=>{_0x371f67['config'][_0x1fb7('0x0')](_0x1fb7('0xc'))[_0x1fb7('0x10')](),_0x346c19();}),_0x581441[_0x1fb7('0x1')]['add'](_0x2a86b2),_0x29c200[_0x1fb7('0x1')][_0x1fb7('0x19')](_0x5c43eb),_0xbfeaea['items'][_0x1fb7('0xe')]([_0x581441,_0x29c200]),_0x3a8adb['on'](_0x1fb7('0x3'),()=>_0x169b63()),_0x3bdc61['saveButtonView'][_0x1fb7('0x1a')](_0x1fb7('0x18'))['to'](_0x16a6b8,_0x1fb7('0xf'),_0x16a6b8,_0x1fb7('0x18'),_0x371f67,_0x1fb7('0x7'),(_0x3e3d2f,_0x560779,_0x20643a)=>_0x3e3d2f&&_0x560779&&!_0x20643a),_0x3bdc61['on'](_0x1fb7('0xb'),()=>(_0x371f67[_0x1fb7('0x15')][_0x1fb7('0x0')](_0x4cda33)[_0x1fb7('0x8')]({'name':_0x3bdc61[_0x1fb7('0xd')]}),void _0x346c19())),_0x3bdc61['on']('cancel',()=>_0x169b63()),_0x3bdc61['render'](),_0x169b63(),_0x3a8adb;});}}
23
+ const _0x61a7=['revisionName','editor','Save\x20current\x20revision','bind','Open\x20revision\x20history','change:isOpen','pluginName','isReady','isOpen','isEnabled','showRevisionViewerCallback','execute','addMany','set','remove','items','panelView','RevisionHistoryUI','plugins','view','add','init','requires','Revision\x20history','get','submit','saveButtonView','buttonView','cancel','length','revisionHistory','saveRevision','children','config','RevisionTracker','componentFactory','focus','isReadOnly'];(function(_0x281050,_0x61a71e){const _0x497907=function(_0x436a30){while(--_0x436a30){_0x281050['push'](_0x281050['shift']());}};_0x497907(++_0x61a71e);}(_0x61a7,0x10c));const _0x4979=function(_0x281050,_0x61a71e){_0x281050=_0x281050-0x0;let _0x497907=_0x61a7[_0x281050];return _0x497907;};import{Plugin as _0x42c4e2}from'ckeditor5/src/core';import{ListView as _0x1b16e2,ListItemView as _0x518f9d,ButtonView as _0x2d04d0,createDropdown as _0x40ba6a}from'ckeditor5/src/ui';import _0x31b1a0 from'../../revisiontracker';import _0x135c50 from'./revisionhistorysaverevisionformview';import _0x2d7a08 from'../../../theme/icons/revision-history.svg';import{getTranslation as _0x5314cd}from'../../utils/common-translations';export default class y extends _0x42c4e2{static get[_0x4979('0x4')](){return _0x4979('0xf');}static get[_0x4979('0x14')](){return[_0x31b1a0];}[_0x4979('0x13')](){const _0x4e7ef5=this[_0x4979('0x25')],_0x4d87db=_0x4e7ef5['plugins'][_0x4979('0x16')](_0x4979('0x20'));_0x4e7ef5['ui'][_0x4979('0x21')][_0x4979('0x12')](_0x4979('0x1c'),_0x3e274f=>{const _0x731d32=_0x40ba6a(_0x3e274f),_0x3db248=_0x731d32[_0x4979('0xe')][_0x4979('0x1e')],_0x217110=new _0x1b16e2(_0x3e274f),_0x3ece05=new _0x518f9d(_0x3e274f),_0x38b519=new _0x2d04d0(_0x3e274f),_0x37a95a=new _0x518f9d(_0x3e274f),_0x4be8fc=new _0x2d04d0(_0x3e274f),_0x3cfffe=new _0x135c50(_0x3e274f);function _0x459361(){_0x3db248[_0x4979('0x1b')]&&_0x3db248[_0x4979('0xc')](0x0),_0x3db248[_0x4979('0x12')](_0x217110);}function _0x1f25b8(){_0x731d32[_0x4979('0x6')]=!0x1,_0x4e7ef5['editing'][_0x4979('0x11')]['focus']();}return _0x731d32[_0x4979('0x1')](_0x4979('0x7'))['to'](_0x4d87db,_0x4979('0x5'),_0x4d87db,_0x4979('0x7'),_0x4e7ef5,_0x4979('0x23'),(_0x1fdc84,_0x175809,_0x16c5b3)=>_0x1fdc84&&_0x175809&&!_0x16c5b3),_0x731d32[_0x4979('0x19')]['set']({'icon':_0x2d7a08,'label':_0x5314cd(_0x3e274f,_0x4979('0x15')),'tooltip':!0x0}),_0x38b519[_0x4979('0xb')]({'label':_0x5314cd(_0x3e274f,_0x4979('0x0')),'withText':!0x0}),_0x38b519[_0x4979('0x1')](_0x4979('0x7'))['to'](_0x4d87db,_0x4979('0x5'),_0x4d87db,_0x4979('0x7'),_0x4e7ef5,_0x4979('0x23'),(_0x59fc61,_0x2fd115,_0x80f720)=>_0x59fc61&&_0x2fd115&&!_0x80f720),_0x38b519['on'](_0x4979('0x9'),()=>function(){_0x3db248[_0x4979('0x1b')]&&_0x3db248[_0x4979('0xc')](0x0),(_0x3cfffe['reset'](),_0x3db248[_0x4979('0x12')](_0x3cfffe),_0x3cfffe[_0x4979('0x22')]());}()),_0x4be8fc[_0x4979('0xb')]({'label':_0x5314cd(_0x3e274f,_0x4979('0x2')),'withText':!0x0}),_0x4be8fc[_0x4979('0x1')](_0x4979('0x7'))['to'](_0x4d87db,_0x4979('0x5'),_0x4e7ef5,_0x4979('0x23'),(_0x3e49ed,_0xdd0de0)=>_0x3e49ed&&!_0xdd0de0),_0x4be8fc['on']('execute',()=>{_0x4e7ef5[_0x4979('0x1f')][_0x4979('0x16')](_0x4979('0x1c'))[_0x4979('0x8')](),_0x1f25b8();}),_0x3ece05[_0x4979('0x1e')][_0x4979('0x12')](_0x38b519),_0x37a95a['children'][_0x4979('0x12')](_0x4be8fc),_0x217110[_0x4979('0xd')][_0x4979('0xa')]([_0x3ece05,_0x37a95a]),_0x731d32['on'](_0x4979('0x3'),()=>_0x459361()),_0x3cfffe[_0x4979('0x18')][_0x4979('0x1')](_0x4979('0x7'))['to'](_0x4d87db,_0x4979('0x5'),_0x4d87db,_0x4979('0x7'),_0x4e7ef5,_0x4979('0x23'),(_0x3111f6,_0x4374c1,_0x552061)=>_0x3111f6&&_0x4374c1&&!_0x552061),_0x3cfffe['on'](_0x4979('0x17'),()=>(_0x4e7ef5[_0x4979('0x10')][_0x4979('0x16')](_0x31b1a0)[_0x4979('0x1d')]({'name':_0x3cfffe[_0x4979('0x24')]}),void _0x1f25b8())),_0x3cfffe['on'](_0x4979('0x1a'),()=>_0x459361()),_0x3cfffe['render'](),_0x459361(),_0x731d32;});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x10e0=['isSelected','requires','defaultRevisionActions','assign','Restore\x20this\x20revision','length','fieldView','revisionHistory.viewerSidebarContainer','_revisions','listenTo','getRevisionsInDiff','select','_handleEditorDataReady','getLaterVisibleRevision','isVisible','_revisionsRepository','getEarlierVisibleRevision','init','change:diff','availableRevisionActions','pluginName','ready','config','repository','selectRevision','data','isReady','action','get','bind','getIndex','Compare\x20against\x20selected','RevisionsSidebar','destroy','newRevisionId','_sidebarView','_revisionViewer','_handleDiffChange','highlightRevisions','element','getRevision','compareAgainstSelected','revisionHistory.revisionActions','isEnabled','_createRevisionActions','add','appendChild','plugins','diff','revisionViews','setName','focus','_handleRevisionSelected','editor','revisionSelected','_handleRevisionSetName','nameRevision','restoreRevision','compare','string','Name\x20this\x20revision'];(function(_0x4595fb,_0x10e006){const _0x1a28ea=function(_0x3e12d0){while(--_0x3e12d0){_0x4595fb['push'](_0x4595fb['shift']());}};_0x1a28ea(++_0x10e006);}(_0x10e0,0x188));const _0x1a28=function(_0x4595fb,_0x10e006){_0x4595fb=_0x4595fb-0x0;let _0x1a28ea=_0x10e0[_0x4595fb];return _0x1a28ea;};import{Plugin as _0x18efbd}from'ckeditor5/src/core';import _0x4a4854 from'./revisionssidebarview';import _0x383911 from'../../revisionviewer';export default class d extends _0x18efbd{static get[_0x1a28('0x37')](){return _0x1a28('0x6');}static get[_0x1a28('0x24')](){return[_0x383911];}constructor(_0x1f88c3){super(_0x1f88c3),this['_revisionViewer']=_0x1f88c3[_0x1a28('0x15')][_0x1a28('0x2')](_0x383911),this['_revisionsRepository']=this[_0x1a28('0xa')][_0x1a28('0x3a')],this[_0x1a28('0x9')]=null;}[_0x1a28('0x34')](){const _0x12a350=this[_0x1a28('0x32')][_0x1a28('0x2b')],_0xd429ba=this[_0x1a28('0x12')](),_0x53be47=this[_0x1a28('0x1b')][_0x1a28('0x39')][_0x1a28('0x2')](_0x1a28('0x2a'));this[_0x1a28('0x9')]=new _0x4a4854(this[_0x1a28('0x1b')]['locale'],_0x12a350,_0xd429ba),this[_0x1a28('0x9')]['on'](_0x1a28('0x1c'),this[_0x1a28('0x1a')][_0x1a28('0x3')](this)),this['_sidebarView']['on']('revisionSetName',this[_0x1a28('0x1d')][_0x1a28('0x3')](this)),this['_sidebarView']['bind'](_0x1a28('0x11'))['to'](this[_0x1a28('0xa')]),this['_sidebarView']['timePeriodViews']['on'](_0x1a28('0x13'),(_0x5f5459,_0x466816)=>{_0x466816[_0x1a28('0x17')]['on'](_0x1a28('0x13'),(_0x19826b,_0xc08584)=>{_0xc08584['bind'](_0x1a28('0x11'),_0x1a28('0x0'))['to'](this[_0x1a28('0xa')]);});}),this[_0x1a28('0x9')]['render'](),this[_0x1a28('0x2c')](this[_0x1a28('0x1b')][_0x1a28('0x3c')],_0x1a28('0x38'),this[_0x1a28('0x2f')]['bind'](this)),this[_0x1a28('0x2c')](this[_0x1a28('0xa')],_0x1a28('0x35'),this[_0x1a28('0xb')]['bind'](this)),_0x53be47[_0x1a28('0x14')](this[_0x1a28('0x9')][_0x1a28('0xd')]);}[_0x1a28('0x7')](){this[_0x1a28('0x9')]['element']['remove'](),this['_sidebarView']['destroy']();}[_0x1a28('0x2f')](){const _0x139e0c=this[_0x1a28('0x32')][_0x1a28('0xe')](0x0);if(_0x139e0c){const _0x4f85ee=this['_revisionsRepository'][_0x1a28('0x33')](_0x139e0c['id']);this[_0x1a28('0xa')]['compare'](_0x139e0c,_0x4f85ee);}}[_0x1a28('0x1a')](_0x10bc3c,_0x5a3983){const _0x42e9d1=this[_0x1a28('0x32')][_0x1a28('0xe')](_0x5a3983['id']),_0x4f4209=this[_0x1a28('0x32')][_0x1a28('0x33')](_0x42e9d1['id']);this[_0x1a28('0xa')][_0x1a28('0x20')](_0x42e9d1,_0x4f4209);}['_handleRevisionSetName'](_0x1bebcf,_0x45ffe0){this['_revisionsRepository'][_0x1a28('0xe')](_0x45ffe0['id'])[_0x1a28('0x18')](_0x45ffe0['name']);}[_0x1a28('0xb')](_0x3e72ff,_0x4f112b,_0x5f5952){const _0x2b05b5=this[_0x1a28('0x32')][_0x1a28('0x2d')](_0x5f5952);_0x2b05b5[_0x1a28('0x28')]>0x2?(this['_sidebarView'][_0x1a28('0xc')](_0x2b05b5),this[_0x1a28('0x9')][_0x1a28('0x3b')](null)):(this[_0x1a28('0x9')][_0x1a28('0xc')]([]),this[_0x1a28('0x9')][_0x1a28('0x3b')](_0x2b05b5[0x0]));}[_0x1a28('0x12')](){const _0x2f9975=this[_0x1a28('0x1b')],_0x1da507=d[_0x1a28('0x36')],_0x5708cb=_0x2f9975[_0x1a28('0x39')][_0x1a28('0x2')](_0x1a28('0x10'))||d[_0x1a28('0x25')];if(_0x5708cb[_0x1a28('0x28')])return _0x5708cb['map'](_0x243bf3=>{const _0xaf31b3=_0x1a28('0x21')==typeof _0x243bf3?Object[_0x1a28('0x26')]({},_0x1da507[_0x243bf3]):_0x243bf3;return _0xaf31b3[_0x1a28('0x1')]=_0xaf31b3[_0x1a28('0x1')][_0x1a28('0x3')](this,_0x2f9975),_0xaf31b3[_0x1a28('0x31')]&&(_0xaf31b3[_0x1a28('0x31')]=_0xaf31b3[_0x1a28('0x31')][_0x1a28('0x3')](this,_0x2f9975)),_0xaf31b3;});}}d[_0x1a28('0x36')]={'compareAgainstSelected':{'name':_0x1a28('0x5'),'action':({plugins:_0x1e55cc},_0xcd0e88)=>{const _0x1cdc7e=_0x1e55cc[_0x1a28('0x2')](_0x383911),_0x4b09be=_0x1cdc7e['repository'];let _0x11ad2f=_0x1cdc7e[_0x1a28('0x16')][_0x1a28('0x8')],_0x5db413=_0xcd0e88['id'];_0x4b09be[_0x1a28('0x4')](_0x11ad2f)>_0x4b09be['getIndex'](_0x5db413)&&([_0x11ad2f,_0x5db413]=[_0x5db413,_0x11ad2f]),_0x1cdc7e[_0x1a28('0x20')](_0x11ad2f,_0x5db413);},'isVisible':({plugins:_0x1b3aab},_0x14dcbf)=>{const _0x537cd3=_0x1b3aab[_0x1a28('0x2')](_0x383911);return!(_0x537cd3[_0x1a28('0x3a')][_0x1a28('0x2d')](_0x537cd3['diff'])['length']>0x2)&&!_0x14dcbf[_0x1a28('0x23')];}},'restoreRevision':{'name':_0x1a28('0x27'),'action':(_0x419e72,{id:_0x42d239})=>{_0x419e72[_0x1a28('0x39')][_0x1a28('0x2')]('revisionHistory')['restoreRevisionCallback'](_0x42d239);},'isVisible':({plugins:_0x2210ee},_0x48f847)=>!!_0x2210ee['get'](_0x383911)[_0x1a28('0x3a')][_0x1a28('0x30')](_0x48f847['id'])},'nameRevision':{'name':_0x1a28('0x22'),'action':({plugins:_0x3c6b69},{id:_0x1739ba,revisionNameView:_0x1ad86d})=>{const _0x5456a3=_0x3c6b69[_0x1a28('0x2')](_0x383911),_0x4a1410=_0x5456a3['repository'][_0x1a28('0x33')](_0x1739ba);_0x5456a3[_0x1a28('0x20')](_0x1739ba,_0x4a1410),_0x1ad86d[_0x1a28('0x19')](),_0x1ad86d[_0x1a28('0x29')][_0x1a28('0x2e')]();}}},d['defaultRevisionActions']=[_0x1a28('0xf'),_0x1a28('0x1f'),_0x1a28('0x1e')];
23
+ const _0x49c0=['getRevisionsInDiff','revisionHistory.revisionActions','getIndex','ready','highlightRevisions','locale','_handleEditorDataReady','getLaterVisibleRevision','revisionHistory.viewerSidebarContainer','_sidebarView','defaultRevisionActions','editor','_revisionsRepository','_createRevisionActions','timePeriodViews','assign','compareAgainstSelected','action','plugins','change:diff','element','add','isEnabled','data','_handleRevisionSelected','length','config','_handleRevisionSetName','destroy','_revisions','diff','selectRevision','revisionSelected','get','_handleDiffChange','remove','nameRevision','requires','getEarlierVisibleRevision','revisionSetName','isVisible','select','init','isSelected','setName','Restore\x20this\x20revision','restoreRevision','name','_revisionViewer','repository','availableRevisionActions','string','isReady','compare','listenTo','appendChild','render','revisionHistory','fieldView','bind'];(function(_0x524273,_0x49c0e0){const _0x57b5f8=function(_0x5f1a6f){while(--_0x5f1a6f){_0x524273['push'](_0x524273['shift']());}};_0x57b5f8(++_0x49c0e0);}(_0x49c0,0x1bd));const _0x57b5=function(_0x524273,_0x49c0e0){_0x524273=_0x524273-0x0;let _0x57b5f8=_0x49c0[_0x524273];return _0x57b5f8;};import{Plugin as _0x328886}from'ckeditor5/src/core';import _0x3ff878 from'./revisionssidebarview';import _0x3ee80a from'../../revisionviewer';export default class d extends _0x328886{static get['pluginName'](){return'RevisionsSidebar';}static get[_0x57b5('0xc')](){return[_0x3ee80a];}constructor(_0x91d2da){super(_0x91d2da),this[_0x57b5('0x17')]=_0x91d2da[_0x57b5('0x35')][_0x57b5('0x8')](_0x3ee80a),this['_revisionsRepository']=this[_0x57b5('0x17')][_0x57b5('0x18')],this['_sidebarView']=null;}[_0x57b5('0x11')](){const _0x14efe7=this[_0x57b5('0x2f')][_0x57b5('0x4')],_0x29d606=this[_0x57b5('0x30')](),_0x1f59d3=this['editor'][_0x57b5('0x1')][_0x57b5('0x8')](_0x57b5('0x2b'));this[_0x57b5('0x2c')]=new _0x3ff878(this[_0x57b5('0x2e')][_0x57b5('0x28')],_0x14efe7,_0x29d606),this[_0x57b5('0x2c')]['on'](_0x57b5('0x7'),this[_0x57b5('0x3b')][_0x57b5('0x22')](this)),this[_0x57b5('0x2c')]['on'](_0x57b5('0xe'),this[_0x57b5('0x2')][_0x57b5('0x22')](this)),this[_0x57b5('0x2c')]['bind'](_0x57b5('0x39'))['to'](this['_revisionViewer']),this[_0x57b5('0x2c')][_0x57b5('0x31')]['on']('add',(_0x3e9871,_0x8f8b0e)=>{_0x8f8b0e['revisionViews']['on'](_0x57b5('0x38'),(_0x4b98fb,_0x55fced)=>{_0x55fced['bind'](_0x57b5('0x39'),_0x57b5('0x1b'))['to'](this['_revisionViewer']);});}),this['_sidebarView'][_0x57b5('0x1f')](),this[_0x57b5('0x1d')](this[_0x57b5('0x2e')][_0x57b5('0x3a')],_0x57b5('0x26'),this['_handleEditorDataReady'][_0x57b5('0x22')](this)),this[_0x57b5('0x1d')](this[_0x57b5('0x17')],_0x57b5('0x36'),this['_handleDiffChange'][_0x57b5('0x22')](this)),_0x1f59d3[_0x57b5('0x1e')](this[_0x57b5('0x2c')]['element']);}[_0x57b5('0x3')](){this[_0x57b5('0x2c')][_0x57b5('0x37')][_0x57b5('0xa')](),this['_sidebarView']['destroy']();}[_0x57b5('0x29')](){const _0xd3c90b=this[_0x57b5('0x2f')]['getRevision'](0x0);if(_0xd3c90b){const _0x154377=this['_revisionsRepository'][_0x57b5('0xd')](_0xd3c90b['id']);this['_revisionViewer'][_0x57b5('0x1c')](_0xd3c90b,_0x154377);}}[_0x57b5('0x3b')](_0x3b4fef,_0x3f3da0){const _0x441979=this[_0x57b5('0x2f')]['getRevision'](_0x3f3da0['id']),_0x34d16f=this[_0x57b5('0x2f')][_0x57b5('0xd')](_0x441979['id']);this[_0x57b5('0x17')][_0x57b5('0x1c')](_0x441979,_0x34d16f);}[_0x57b5('0x2')](_0x4730d0,_0x5c05ca){this[_0x57b5('0x2f')]['getRevision'](_0x5c05ca['id'])[_0x57b5('0x13')](_0x5c05ca[_0x57b5('0x16')]);}[_0x57b5('0x9')](_0x588932,_0x110ff2,_0x4a28ca){const _0x3d372f=this[_0x57b5('0x2f')][_0x57b5('0x23')](_0x4a28ca);_0x3d372f[_0x57b5('0x0')]>0x2?(this[_0x57b5('0x2c')][_0x57b5('0x27')](_0x3d372f),this['_sidebarView'][_0x57b5('0x6')](null)):(this[_0x57b5('0x2c')][_0x57b5('0x27')]([]),this['_sidebarView'][_0x57b5('0x6')](_0x3d372f[0x0]));}[_0x57b5('0x30')](){const _0x3bbb50=this['editor'],_0x3657e0=d[_0x57b5('0x19')],_0x4ff599=_0x3bbb50[_0x57b5('0x1')]['get'](_0x57b5('0x24'))||d['defaultRevisionActions'];if(_0x4ff599[_0x57b5('0x0')])return _0x4ff599['map'](_0x8a77fb=>{const _0x3377c5=_0x57b5('0x1a')==typeof _0x8a77fb?Object[_0x57b5('0x32')]({},_0x3657e0[_0x8a77fb]):_0x8a77fb;return _0x3377c5[_0x57b5('0x34')]=_0x3377c5[_0x57b5('0x34')][_0x57b5('0x22')](this,_0x3bbb50),_0x3377c5['isVisible']&&(_0x3377c5[_0x57b5('0xf')]=_0x3377c5[_0x57b5('0xf')]['bind'](this,_0x3bbb50)),_0x3377c5;});}}d[_0x57b5('0x19')]={'compareAgainstSelected':{'name':'Compare\x20against\x20selected','action':({plugins:_0x10d628},_0x345015)=>{const _0x7292ae=_0x10d628[_0x57b5('0x8')](_0x3ee80a),_0x250358=_0x7292ae['repository'];let _0x271e43=_0x7292ae[_0x57b5('0x5')]['newRevisionId'],_0x2b2d64=_0x345015['id'];_0x250358[_0x57b5('0x25')](_0x271e43)>_0x250358[_0x57b5('0x25')](_0x2b2d64)&&([_0x271e43,_0x2b2d64]=[_0x2b2d64,_0x271e43]),_0x7292ae[_0x57b5('0x1c')](_0x271e43,_0x2b2d64);},'isVisible':({plugins:_0xdf5639},_0x414c85)=>{const _0x370072=_0xdf5639[_0x57b5('0x8')](_0x3ee80a);return!(_0x370072[_0x57b5('0x18')]['getRevisionsInDiff'](_0x370072[_0x57b5('0x5')])[_0x57b5('0x0')]>0x2)&&!_0x414c85[_0x57b5('0x12')];}},'restoreRevision':{'name':_0x57b5('0x14'),'action':(_0x40821b,{id:_0x132711})=>{_0x40821b[_0x57b5('0x1')][_0x57b5('0x8')](_0x57b5('0x20'))['restoreRevisionCallback'](_0x132711);},'isVisible':({plugins:_0x301e9b},_0x42fcd6)=>!!_0x301e9b['get'](_0x3ee80a)[_0x57b5('0x18')][_0x57b5('0x2a')](_0x42fcd6['id'])},'nameRevision':{'name':'Name\x20this\x20revision','action':({plugins:_0x4c4778},{id:_0xf95f0d,revisionNameView:_0x871be5})=>{const _0x59edfd=_0x4c4778[_0x57b5('0x8')](_0x3ee80a),_0x4db154=_0x59edfd[_0x57b5('0x18')]['getEarlierVisibleRevision'](_0xf95f0d);_0x59edfd[_0x57b5('0x1c')](_0xf95f0d,_0x4db154),_0x871be5['focus'](),_0x871be5[_0x57b5('0x21')][_0x57b5('0x10')]();}}},d[_0x57b5('0x2d')]=[_0x57b5('0x33'),_0x57b5('0x15'),_0x57b5('0xb')];
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x48eb=['ck-reset_all','ck-revision-history-sidebar__header__label','ck-revision-history-sidebar__header','span','setTemplate'];(function(_0x4ab5f8,_0x48eb0d){const _0x457aa6=function(_0x4b7dde){while(--_0x4b7dde){_0x4ab5f8['push'](_0x4ab5f8['shift']());}};_0x457aa6(++_0x48eb0d);}(_0x48eb,0x19e));const _0x457a=function(_0x4ab5f8,_0x48eb0d){_0x4ab5f8=_0x4ab5f8-0x0;let _0x457aa6=_0x48eb[_0x4ab5f8];return _0x457aa6;};import{View as _0x150e4f,IconView as _0x1c7a87}from'ckeditor5/src/ui';import{getTranslation as _0x21868d}from'../../utils/common-translations';import _0x530e5f from'../../../theme/icons/revision-history.svg';import'../../../theme/revisionssidebar/revisionssidebarheader.css';export default class cs extends _0x150e4f{constructor(_0xb9c1d3){super(_0xb9c1d3);const _0x3253e7=new _0x1c7a87(_0xb9c1d3);_0x3253e7['content']=_0x530e5f,this[_0x457a('0x0')]({'tag':'div','attributes':{'class':['ck',_0x457a('0x1'),_0x457a('0x3')]},'children':[_0x3253e7,{'tag':_0x457a('0x4'),'attributes':{'class':['ck',_0x457a('0x2')]},'children':[_0x21868d(_0xb9c1d3,'Revision\x20history')]}]});}}
23
+ const _0x3ae0=['ck-revision-history-sidebar__header','Revision\x20history','span','setTemplate','div','content','ck-reset_all'];(function(_0x34b79f,_0x3ae050){const _0x164636=function(_0x2df827){while(--_0x2df827){_0x34b79f['push'](_0x34b79f['shift']());}};_0x164636(++_0x3ae050);}(_0x3ae0,0x141));const _0x1646=function(_0x34b79f,_0x3ae050){_0x34b79f=_0x34b79f-0x0;let _0x164636=_0x3ae0[_0x34b79f];return _0x164636;};import{View as _0x3dfe86,IconView as _0x2ebd07}from'ckeditor5/src/ui';import{getTranslation as _0xc0f920}from'../../utils/common-translations';import _0x289ce4 from'../../../theme/icons/revision-history.svg';import'../../../theme/revisionssidebar/revisionssidebarheader.css';export default class cs extends _0x3dfe86{constructor(_0x10906b){super(_0x10906b);const _0x303fb4=new _0x2ebd07(_0x10906b);_0x303fb4[_0x1646('0x6')]=_0x289ce4,this[_0x1646('0x4')]({'tag':_0x1646('0x5'),'attributes':{'class':['ck',_0x1646('0x0'),_0x1646('0x1')]},'children':[_0x303fb4,{'tag':_0x1646('0x3'),'attributes':{'class':['ck','ck-revision-history-sidebar__header__label']},'children':[_0xc0f920(_0x10906b,_0x1646('0x2'))]}]});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2f11=['removeRevision','locale','_revisionActions','add','ck-revision-history-sidebar__time-period__label','ck-revision-history-sidebar__time-period__revisions','addRevision','remove','setTemplate','delegate','localizedPeriodName','select','revisionViews','createCollection','div','setName','ck-revision-history-sidebar__time-period','span','startDate'];(function(_0x3a3a95,_0x2f114a){const _0x5bdef8=function(_0x50e761){while(--_0x50e761){_0x3a3a95['push'](_0x3a3a95['shift']());}};_0x5bdef8(++_0x2f114a);}(_0x2f11,0x158));const _0x5bde=function(_0x3a3a95,_0x2f114a){_0x3a3a95=_0x3a3a95-0x0;let _0x5bdef8=_0x2f11[_0x3a3a95];return _0x5bdef8;};import{View as _0xb4b661}from'ckeditor5/src/ui';import _0x3f3b5d from'../revision/revisionview';import{getDateTimePeriodInfo as _0xf8838f}from'./utils';import'../../../theme/revisionssidebar/revisionssidebartimeperiod.css';export default class pi extends _0xb4b661{constructor(_0x3be035,_0x47940a,_0x51422c){super(_0x3be035);const _0x44db3d=_0xf8838f(_0x47940a,this['locale']['uiLanguage'])[_0x5bde('0x8')];this[_0x5bde('0x10')]=_0x47940a,this[_0x5bde('0x0')]=_0x51422c,this[_0x5bde('0xa')]=this[_0x5bde('0xb')](),this[_0x5bde('0xa')][_0x5bde('0x7')](_0x5bde('0x9'))['to'](this),this['revisionViews'][_0x5bde('0x7')](_0x5bde('0xd'))['to'](this),this[_0x5bde('0x6')]({'tag':'div','attributes':{'class':['ck',_0x5bde('0xe')]},'children':[{'tag':_0x5bde('0xf'),'attributes':{'class':['ck',_0x5bde('0x2')]},'children':[{'text':_0x44db3d}]},{'tag':_0x5bde('0xc'),'attributes':{'class':['ck',_0x5bde('0x3')]},'children':this['revisionViews']}]});}[_0x5bde('0x4')](_0x578468){const _0x5d3b50=new _0x3f3b5d(this[_0x5bde('0x12')],_0x578468,this[_0x5bde('0x0')]);this[_0x5bde('0xa')][_0x5bde('0x1')](_0x5d3b50);}[_0x5bde('0x11')](_0x127267){const _0x3be456=this[_0x5bde('0xa')]['find'](_0x30b29e=>_0x30b29e['id']===_0x127267['id']);this[_0x5bde('0xa')][_0x5bde('0x5')](_0x3be456);}}
23
+ const _0x4e1e=['addRevision','locale','find','remove','revisionViews','removeRevision','createCollection','ck-revision-history-sidebar__time-period','_revisionActions','ck-revision-history-sidebar__time-period__revisions','div','span','ck-revision-history-sidebar__time-period__label','uiLanguage','delegate','setTemplate','select'];(function(_0x434ddf,_0x4e1e6c){const _0x179d62=function(_0x2fff1b){while(--_0x2fff1b){_0x434ddf['push'](_0x434ddf['shift']());}};_0x179d62(++_0x4e1e6c);}(_0x4e1e,0x17e));const _0x179d=function(_0x434ddf,_0x4e1e6c){_0x434ddf=_0x434ddf-0x0;let _0x179d62=_0x4e1e[_0x434ddf];return _0x179d62;};import{View as _0x3271e0}from'ckeditor5/src/ui';import _0x432955 from'../revision/revisionview';import{getDateTimePeriodInfo as _0x567ca8}from'./utils';import'../../../theme/revisionssidebar/revisionssidebartimeperiod.css';export default class pi extends _0x3271e0{constructor(_0x338d01,_0x2c3359,_0x4fa9b7){super(_0x338d01);const _0x2a6d1c=_0x567ca8(_0x2c3359,this[_0x179d('0xa')][_0x179d('0x5')])['localizedPeriodName'];this['startDate']=_0x2c3359,this['_revisionActions']=_0x4fa9b7,this[_0x179d('0xd')]=this[_0x179d('0xf')](),this[_0x179d('0xd')][_0x179d('0x6')](_0x179d('0x8'))['to'](this),this[_0x179d('0xd')][_0x179d('0x6')]('setName')['to'](this),this[_0x179d('0x7')]({'tag':_0x179d('0x2'),'attributes':{'class':['ck',_0x179d('0x10')]},'children':[{'tag':_0x179d('0x3'),'attributes':{'class':['ck',_0x179d('0x4')]},'children':[{'text':_0x2a6d1c}]},{'tag':_0x179d('0x2'),'attributes':{'class':['ck',_0x179d('0x1')]},'children':this[_0x179d('0xd')]}]});}[_0x179d('0x9')](_0x36d245){const _0xae2cf3=new _0x432955(this[_0x179d('0xa')],_0x36d245,this[_0x179d('0x0')]);this[_0x179d('0xd')]['add'](_0xae2cf3);}[_0x179d('0xe')](_0x1f640a){const _0x1d8bce=this[_0x179d('0xd')][_0x179d('0xb')](_0x5d18d7=>_0x5d18d7['id']===_0x1f640a['id']);this[_0x179d('0xd')][_0x179d('0xc')](_0x1d8bce);}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51db=['ck-reset','render','_revisionActions','timePeriodViews','addRevision','remove','add','createdAt','some','_getTimePeriodViewByStartDate','selectRevision','ck-disabled','select','createCollection','highlight','startDate','setTemplate','fire','flat','_revisions','get','map','delegate','revisionViews','highlightRevisions','find','getTime','deselect','ck-rounded-corners','_addRevision','setName','_removeRevision','div','unhighlight','isEnabled','bindTemplate','ck-revision-history-sidebar'];(function(_0x1240f1,_0x51db4c){const _0x3e1199=function(_0x3a059f){while(--_0x3a059f){_0x1240f1['push'](_0x1240f1['shift']());}};_0x3e1199(++_0x51db4c);}(_0x51db,0xb0));const _0x3e11=function(_0x1240f1,_0x51db4c){_0x1240f1=_0x1240f1-0x0;let _0x3e1199=_0x51db[_0x1240f1];return _0x3e1199;};import{View as _0x2108b0}from'ckeditor5/src/ui';import _0x70d4a5 from'./revisionssidebartimeperiodview';import _0x2b4969 from'./revisionssidebarheaderview';import{getDateTimePeriodInfo as _0x1e693c}from'./utils';import'../../../theme/revisionssidebar/revisionssidebar.css';export default class vi extends _0x2108b0{constructor(_0x1de9f6,_0x3b3fa1,_0x5cb135){super(_0x1de9f6);const _0x22cd1f=this[_0x3e11('0x7')];this['timePeriodViews']=this[_0x3e11('0x16')](),this[_0x3e11('0xc')][_0x3e11('0x1f')](_0x3e11('0x15'))['to'](this),this['timePeriodViews'][_0x3e11('0x1f')](_0x3e11('0x2'))['to'](this),this[_0x3e11('0x1c')]=_0x3b3fa1,this['_revisionActions']=_0x5cb135,this['on'](_0x3e11('0x15'),(_0x187031,_0x5ed45d)=>{this[_0x3e11('0x1a')]('revisionSelected',_0x5ed45d);}),this['on'](_0x3e11('0x2'),(_0x2dd3bc,_0xc7f2ea)=>{this['fire']('revisionSetName',_0xc7f2ea);}),this['set'](_0x3e11('0x6'),!0x1),this[_0x3e11('0x19')]({'tag':_0x3e11('0x4'),'attributes':{'class':['ck',_0x3e11('0x9'),_0x3e11('0x0'),_0x3e11('0x8')]},'children':[new _0x2b4969(_0x1de9f6),{'tag':_0x3e11('0x4'),'attributes':{'class':['ck','ck-revision-history-sidebar__timeline',_0x22cd1f['if'](_0x3e11('0x6'),_0x3e11('0x14'),_0x24a0e6=>!_0x24a0e6)]},'children':this['timePeriodViews']}]});}[_0x3e11('0xa')](){super[_0x3e11('0xa')]();for(const _0x57fce9 of this[_0x3e11('0x1c')])this['_addRevision'](_0x57fce9);this[_0x3e11('0x1c')]['on']('add',(_0x2539f2,_0xf3d6b9)=>{this[_0x3e11('0x1')](_0xf3d6b9);}),this[_0x3e11('0x1c')]['on'](_0x3e11('0xe'),(_0x1f3751,_0x5855a4)=>{this[_0x3e11('0x3')](_0x5855a4);});}get[_0x3e11('0x20')](){return this[_0x3e11('0xc')][_0x3e11('0x1e')](_0x627b3=>_0x627b3['revisionViews'][_0x3e11('0x1e')](_0x9c4069=>_0x9c4069))[_0x3e11('0x1b')]();}[_0x3e11('0x13')](_0x1e3af3){for(const _0x1fd9c6 of this[_0x3e11('0x20')])_0x1e3af3&&_0x1e3af3['id']===_0x1fd9c6['id']?_0x1fd9c6[_0x3e11('0x15')]():_0x1fd9c6[_0x3e11('0x24')]();}[_0x3e11('0x21')](_0xec385e){for(const _0x31d1db of this['revisionViews'])_0xec385e[_0x3e11('0x11')](({id:_0x16acb3})=>_0x16acb3===_0x31d1db['id'])?_0x31d1db[_0x3e11('0x17')]():_0x31d1db[_0x3e11('0x5')]();}[_0x3e11('0x1')](_0x32a08f){const _0x4ace12=_0x1e693c(_0x32a08f[_0x3e11('0x10')])[_0x3e11('0x18')];let _0x492824=this[_0x3e11('0xc')][_0x3e11('0x1d')](0x0);_0x492824&&_0x492824[_0x3e11('0x18')]['getTime']()===_0x4ace12[_0x3e11('0x23')]()||(_0x492824=new _0x70d4a5(this['locale'],_0x4ace12,this[_0x3e11('0xb')]),this[_0x3e11('0xc')][_0x3e11('0xf')](_0x492824)),_0x492824[_0x3e11('0xd')](_0x32a08f);}[_0x3e11('0x3')](_0x1400f9){const _0x559509=_0x1e693c(_0x1400f9[_0x3e11('0x10')])[_0x3e11('0x18')];this['_getTimePeriodViewByStartDate'](_0x559509)['removeRevision'](_0x1400f9);}[_0x3e11('0x12')](_0x30b1df){return this[_0x3e11('0xc')][_0x3e11('0x22')](_0x4b8a9b=>_0x4b8a9b['startDate'][_0x3e11('0x23')]()===_0x30b1df[_0x3e11('0x23')]());}}
23
+ const _0x22b9=['startDate','locale','revisionViews','ck-rounded-corners','select','_addRevision','render','revisionSetName','removeRevision','ck-disabled','selectRevision','flat','bindTemplate','_removeRevision','remove','setTemplate','deselect','add','some','_revisions','fire','timePeriodViews','_revisionActions','addRevision','highlightRevisions','unhighlight','_getTimePeriodViewByStartDate','div','getTime','ck-revision-history-sidebar','setName','isEnabled','map','delegate','createCollection','ck-reset','set','createdAt'];(function(_0x3360c8,_0x22b92e){const _0x531793=function(_0x3bd170){while(--_0x3bd170){_0x3360c8['push'](_0x3360c8['shift']());}};_0x531793(++_0x22b92e);}(_0x22b9,0x13c));const _0x5317=function(_0x3360c8,_0x22b92e){_0x3360c8=_0x3360c8-0x0;let _0x531793=_0x22b9[_0x3360c8];return _0x531793;};import{View as _0x30a123}from'ckeditor5/src/ui';import _0xe75317 from'./revisionssidebartimeperiodview';import _0x91e054 from'./revisionssidebarheaderview';import{getDateTimePeriodInfo as _0x54015f}from'./utils';import'../../../theme/revisionssidebar/revisionssidebar.css';export default class vi extends _0x30a123{constructor(_0x3fca52,_0x494726,_0x37e996){super(_0x3fca52);const _0x28ca76=this[_0x5317('0x0')];this[_0x5317('0x9')]=this[_0x5317('0x16')](),this[_0x5317('0x9')]['delegate'](_0x5317('0x1e'))['to'](this),this[_0x5317('0x9')][_0x5317('0x15')]('setName')['to'](this),this[_0x5317('0x7')]=_0x494726,this[_0x5317('0xa')]=_0x37e996,this['on'](_0x5317('0x1e'),(_0x4e178b,_0x5485b2)=>{this[_0x5317('0x8')]('revisionSelected',_0x5485b2);}),this['on'](_0x5317('0x12'),(_0x8cc1b,_0x362bd7)=>{this['fire'](_0x5317('0x21'),_0x362bd7);}),this[_0x5317('0x18')]('isEnabled',!0x1),this[_0x5317('0x3')]({'tag':_0x5317('0xf'),'attributes':{'class':['ck',_0x5317('0x17'),_0x5317('0x1d'),_0x5317('0x11')]},'children':[new _0x91e054(_0x3fca52),{'tag':'div','attributes':{'class':['ck','ck-revision-history-sidebar__timeline',_0x28ca76['if'](_0x5317('0x13'),_0x5317('0x23'),_0x2a24ae=>!_0x2a24ae)]},'children':this[_0x5317('0x9')]}]});}[_0x5317('0x20')](){super[_0x5317('0x20')]();for(const _0x3e8533 of this['_revisions'])this['_addRevision'](_0x3e8533);this[_0x5317('0x7')]['on'](_0x5317('0x5'),(_0x5e5015,_0x378938)=>{this[_0x5317('0x1f')](_0x378938);}),this[_0x5317('0x7')]['on'](_0x5317('0x2'),(_0x5df38c,_0x23f38a)=>{this[_0x5317('0x1')](_0x23f38a);});}get[_0x5317('0x1c')](){return this['timePeriodViews'][_0x5317('0x14')](_0x75226=>_0x75226[_0x5317('0x1c')][_0x5317('0x14')](_0x4cdd41=>_0x4cdd41))[_0x5317('0x25')]();}[_0x5317('0x24')](_0x338e12){for(const _0x5a5f60 of this[_0x5317('0x1c')])_0x338e12&&_0x338e12['id']===_0x5a5f60['id']?_0x5a5f60[_0x5317('0x1e')]():_0x5a5f60[_0x5317('0x4')]();}[_0x5317('0xc')](_0x177e7e){for(const _0xb586a5 of this[_0x5317('0x1c')])_0x177e7e[_0x5317('0x6')](({id:_0x4ed641})=>_0x4ed641===_0xb586a5['id'])?_0xb586a5['highlight']():_0xb586a5[_0x5317('0xd')]();}[_0x5317('0x1f')](_0x4a1852){const _0x3cbdef=_0x54015f(_0x4a1852[_0x5317('0x19')])['startDate'];let _0x4c74c3=this[_0x5317('0x9')]['get'](0x0);_0x4c74c3&&_0x4c74c3[_0x5317('0x1a')]['getTime']()===_0x3cbdef[_0x5317('0x10')]()||(_0x4c74c3=new _0xe75317(this[_0x5317('0x1b')],_0x3cbdef,this['_revisionActions']),this[_0x5317('0x9')]['add'](_0x4c74c3)),_0x4c74c3[_0x5317('0xb')](_0x4a1852);}[_0x5317('0x1')](_0x3a5599){const _0x2d94fa=_0x54015f(_0x3a5599[_0x5317('0x19')])[_0x5317('0x1a')];this[_0x5317('0xe')](_0x2d94fa)[_0x5317('0x22')](_0x3a5599);}['_getTimePeriodViewByStartDate'](_0x222585){return this['timePeriodViews']['find'](_0x1b4b72=>_0x1b4b72[_0x5317('0x1a')][_0x5317('0x10')]()===_0x222585[_0x5317('0x10')]());}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x35f9=['hasSame','month','fromJSDate','year','toJSDate','setLocale','week','monthLong','minus','startOf','day','toRelativeCalendar'];(function(_0x26d02b,_0x35f9ee){const _0x4682bd=function(_0x108cef){while(--_0x108cef){_0x26d02b['push'](_0x26d02b['shift']());}};_0x4682bd(++_0x35f9ee);}(_0x35f9,0x107));const _0x4682=function(_0x26d02b,_0x35f9ee){_0x26d02b=_0x26d02b-0x0;let _0x4682bd=_0x35f9[_0x26d02b];return _0x4682bd;};import{DateTime as _0x568003}from'luxon';export function getDateTimePeriodInfo(_0x140e3e,_0x3b2c1e){_0x140e3e=_0x568003[_0x4682('0x3')](_0x140e3e)[_0x4682('0x6')](_0x3b2c1e);const _0x56ed67=_0x568003['local'](),_0x3fee43=_0x56ed67[_0x4682('0x9')]({'days':0x1})[_0x4682('0xa')](_0x4682('0xb'));let _0x3f6443,_0x345a3e;return _0x140e3e[_0x4682('0x1')](_0x56ed67,_0x4682('0xb'))?(_0x3f6443=_0x140e3e[_0x4682('0xa')](_0x4682('0xb'))[_0x4682('0x5')](),_0x345a3e=_0x140e3e[_0x4682('0x0')]()):_0x140e3e[_0x4682('0x1')](_0x3fee43,_0x4682('0xb'))?(_0x3f6443=_0x3fee43[_0x4682('0x5')](),_0x345a3e=_0x140e3e[_0x4682('0x0')]()):_0x140e3e['hasSame'](_0x56ed67,_0x4682('0x7'))?(_0x3f6443=_0x140e3e[_0x4682('0xa')](_0x4682('0x7'))[_0x4682('0x5')](),_0x345a3e=_0x140e3e['weekdayLong']):_0x140e3e['hasSame'](_0x56ed67,_0x4682('0x4'))?(_0x3f6443=_0x140e3e[_0x4682('0xa')](_0x4682('0x2'))['toJSDate'](),_0x345a3e=_0x140e3e[_0x4682('0x8')]):(_0x3f6443=_0x140e3e[_0x4682('0xa')](_0x4682('0x4'))[_0x4682('0x5')](),_0x345a3e=_0x140e3e['year']),{'startDate':_0x3f6443,'localizedPeriodName':_0x345a3e};}
23
+ const _0x4acc=['day','weekdayLong','fromJSDate','toRelativeCalendar','startOf','hasSame','week','month','local','toJSDate','year'];(function(_0x158520,_0x4acc7d){const _0x889da9=function(_0x56ae1a){while(--_0x56ae1a){_0x158520['push'](_0x158520['shift']());}};_0x889da9(++_0x4acc7d);}(_0x4acc,0x69));const _0x889d=function(_0x158520,_0x4acc7d){_0x158520=_0x158520-0x0;let _0x889da9=_0x4acc[_0x158520];return _0x889da9;};import{DateTime as _0x54e98f}from'luxon';export function getDateTimePeriodInfo(_0x97db15,_0x238e0a){_0x97db15=_0x54e98f[_0x889d('0x7')](_0x97db15)['setLocale'](_0x238e0a);const _0x3594e5=_0x54e98f[_0x889d('0x2')](),_0x2c7f6b=_0x3594e5['minus']({'days':0x1})[_0x889d('0x9')](_0x889d('0x5'));let _0x216bfa,_0x21b819;return _0x97db15['hasSame'](_0x3594e5,_0x889d('0x5'))?(_0x216bfa=_0x97db15[_0x889d('0x9')](_0x889d('0x5'))[_0x889d('0x3')](),_0x21b819=_0x97db15[_0x889d('0x8')]()):_0x97db15[_0x889d('0xa')](_0x2c7f6b,_0x889d('0x5'))?(_0x216bfa=_0x2c7f6b[_0x889d('0x3')](),_0x21b819=_0x97db15[_0x889d('0x8')]()):_0x97db15[_0x889d('0xa')](_0x3594e5,_0x889d('0x0'))?(_0x216bfa=_0x97db15['startOf'](_0x889d('0x0'))[_0x889d('0x3')](),_0x21b819=_0x97db15[_0x889d('0x6')]):_0x97db15['hasSame'](_0x3594e5,_0x889d('0x4'))?(_0x216bfa=_0x97db15[_0x889d('0x9')](_0x889d('0x1'))[_0x889d('0x3')](),_0x21b819=_0x97db15['monthLong']):(_0x216bfa=_0x97db15[_0x889d('0x9')](_0x889d('0x4'))['toJSDate'](),_0x21b819=_0x97db15[_0x889d('0x4')]),{'startDate':_0x216bfa,'localizedPeriodName':_0x21b819};}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5b1b=['author','span','name','type','isSuggestion','data','Added\x20by','add','_model','div','setTemplate','focus','ck-revision-change','set'];(function(_0x414274,_0x5b1b2c){const _0x278c28=function(_0x57fcbf){while(--_0x57fcbf){_0x414274['push'](_0x414274['shift']());}};_0x278c28(++_0x5b1b2c);}(_0x5b1b,0x176));const _0x278c=function(_0x414274,_0x5b1b2c){_0x414274=_0x414274-0x0;let _0x278c28=_0x5b1b[_0x414274];return _0x278c28;};import{View as _0x5e8cbe}from'ckeditor5/src/ui';import{getTranslation as _0x3fabd2}from'../../utils/common-translations';export default class G extends _0x5e8cbe{constructor(_0x15f96d,_0x231a7d){super(_0x15f96d),this[_0x278c('0xc')]=_0x231a7d;const _0x2496fb=this['bindTemplate'],_0x508b19=_0x3fabd2(_0x15f96d,_0x231a7d[_0x278c('0x9')][_0x278c('0x8')]?'Suggested\x20by':_0x278c('0xb')==_0x231a7d['type']?_0x278c('0xa'):'Removed\x20by');this[_0x278c('0x3')](_0x278c('0x7'),_0x231a7d[_0x278c('0x7')]),this[_0x278c('0x0')]({'tag':_0x278c('0xd'),'attributes':{'class':['ck-annotation',_0x278c('0x2'),_0x2496fb['to']('type',_0x46e42b=>'ck-revision-change__'+_0x46e42b)],'tabindex':-0x1},'children':[{'tag':_0x278c('0x5'),'children':[{'tag':'span','attributes':{'class':['ck-revision-change__label']},'children':[{'text':_0x508b19}]},{'text':'\x20'+_0x231a7d[_0x278c('0x4')][_0x278c('0x6')]}]}]});}['focus'](){this['element'][_0x278c('0x1')]();}}
23
+ const _0x4df0=['Suggested\x20by','focus','type','span','name','ck-revision-change__label','data','element','add','bindTemplate','ck-revision-change__','changeId','Added\x20by'];(function(_0x1dbbdc,_0x4df0f9){const _0x34ff04=function(_0x2b4978){while(--_0x2b4978){_0x1dbbdc['push'](_0x1dbbdc['shift']());}};_0x34ff04(++_0x4df0f9);}(_0x4df0,0xe0));const _0x34ff=function(_0x1dbbdc,_0x4df0f9){_0x1dbbdc=_0x1dbbdc-0x0;let _0x34ff04=_0x4df0[_0x1dbbdc];return _0x34ff04;};import{View as _0x56df40}from'ckeditor5/src/ui';import{getTranslation as _0x481c23}from'../../utils/common-translations';export default class G extends _0x56df40{constructor(_0xd5eda1,_0x18ec0b){super(_0xd5eda1),this['_model']=_0x18ec0b,this[_0x34ff('0x8')]=_0x18ec0b['id'];const _0x289708=this[_0x34ff('0x6')],_0x4c3419=_0x481c23(_0xd5eda1,_0x18ec0b[_0x34ff('0x3')]['isSuggestion']?_0x34ff('0xa'):_0x34ff('0x5')==_0x18ec0b[_0x34ff('0xc')]?_0x34ff('0x9'):'Removed\x20by');this['set'](_0x34ff('0xc'),_0x18ec0b[_0x34ff('0xc')]),this['setTemplate']({'tag':'div','attributes':{'class':['ck-annotation','ck-revision-change',_0x289708['to'](_0x34ff('0xc'),_0x20c291=>_0x34ff('0x7')+_0x20c291)],'tabindex':-0x1},'children':[{'tag':_0x34ff('0x0'),'children':[{'tag':'span','attributes':{'class':[_0x34ff('0x2')]},'children':[{'text':_0x4c3419}]},{'text':'\x20'+_0x18ec0b['author'][_0x34ff('0x1')]}]}]});}[_0x34ff('0xb')](){this[_0x34ff('0x4')][_0x34ff('0xb')]();}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb1d0=['setTemplate','div','_statusText','ck-revision-history-ui__changes-navigation__navigation','ck-revision-history-ui__changes-navigation','backward','Show\x20previous\x20change','set','X_OF_Y_CHANGES','fire','execute','span','isNavigationMode','isForwardNavigationEnabled','isBackwardNavigationEnabled','_isStatusLabelVisible','ck-revision-history-ui','isEnabled','numberOfChanges','NUMBER_OF_CHANGES','bind','bindTemplate','isReady','currentChangeNumber','Loading...'];(function(_0x532003,_0xb1d09e){const _0x2792dc=function(_0xf2631a){while(--_0xf2631a){_0x532003['push'](_0x532003['shift']());}};_0x2792dc(++_0xb1d09e);}(_0xb1d0,0x1c1));const _0x2792=function(_0x532003,_0xb1d09e){_0x532003=_0x532003-0x0;let _0x2792dc=_0xb1d0[_0x532003];return _0x2792dc;};import{View as _0x154fa5,ButtonView as _0x16c042,ToolbarSeparatorView as _0x8c6862}from'ckeditor5/src/ui';import{getTranslation as _0x1f0691}from'../../utils/common-translations';import _0x1b8a11 from'../../../theme/icons/arrow-up.svg';import _0x33028f from'../../../theme/icons/arrow-down.svg';import'../../../theme/changesnavigation.css';export default class bi extends _0x154fa5{constructor(_0x23198d){super(_0x23198d);const _0x50b98d=this[_0x2792('0x16')],_0x23bf75=new _0x16c042(_0x23198d),_0x3d8a5f=new _0x16c042(_0x23198d);this['set']('isNavigationMode',!0x1),this['set'](_0x2792('0x17'),!0x1),this['set']('currentChangeNumber',0x0),this[_0x2792('0x8')](_0x2792('0x13'),0x0),this[_0x2792('0x8')](_0x2792('0xe'),!0x1),this[_0x2792('0x8')](_0x2792('0xf'),!0x1),this[_0x2792('0x15')](_0x2792('0x10'))['to'](this,_0x2792('0x17'),this,'numberOfChanges',(_0xe58574,_0x52bc0b)=>_0xe58574&&_0x52bc0b>0x0),this[_0x2792('0x15')](_0x2792('0x3'))['to'](this,'isReady',this,_0x2792('0x18'),this,'numberOfChanges',this,_0x2792('0xd'),(_0x4a8d64,_0x4dccc5,_0x18448f,_0x38b327)=>{if(!_0x4a8d64)return _0x1f0691(_0x23198d,_0x2792('0x0'));if(!_0x18448f)return _0x1f0691(_0x23198d,'No\x20changes');const _0x15d49d=_0x1f0691(_0x23198d,_0x2792('0x14'),_0x18448f);return _0x38b327?_0x1f0691(_0x23198d,_0x2792('0x9'),[_0x4dccc5+0x1,_0x18448f]):_0x15d49d;}),_0x23bf75[_0x2792('0x8')]({'label':_0x1f0691(_0x23198d,_0x2792('0x7')),'tooltip':!0x0,'icon':_0x1b8a11}),_0x3d8a5f[_0x2792('0x8')]({'label':_0x1f0691(_0x23198d,'Show\x20next\x20change'),'tooltip':!0x0,'icon':_0x33028f}),_0x23bf75['bind'](_0x2792('0x12'))['to'](this,_0x2792('0xf')),_0x3d8a5f[_0x2792('0x15')](_0x2792('0x12'))['to'](this,_0x2792('0xe')),_0x23bf75['on']('execute',()=>this[_0x2792('0xa')](_0x2792('0xb'),_0x2792('0x6'))),_0x3d8a5f['on'](_0x2792('0xb'),()=>this['fire'](_0x2792('0xb'),'forward')),this[_0x2792('0x1')]({'tag':_0x2792('0x2'),'attributes':{'class':['ck',_0x2792('0x11'),_0x2792('0x5')]},'children':[{'tag':_0x2792('0xc'),'attributes':{'class':['ck-revision-history-ui__changes-navigation__wrapper']},'children':[{'tag':'span','attributes':{'class':['ck-revision-history-ui__changes-navigation__label',_0x50b98d['if']('_isStatusLabelVisible','ck-hidden',_0x29f67f=>!_0x29f67f)]},'children':[{'text':_0x50b98d['to'](_0x2792('0xd'),_0x3861ad=>_0x3861ad?_0x1f0691(_0x23198d,'EDIT_X_OF_Y_REVISIONS')+':\x20':_0x1f0691(_0x23198d,'Total')+':\x20')}]},{'text':_0x50b98d['to']('_statusText')}]},new _0x8c6862(),{'tag':_0x2792('0x2'),'attributes':{'class':[_0x2792('0x4')]},'children':[_0x23bf75,_0x3d8a5f]}]});}}
23
+ const _0xfd52=['div','bindTemplate','ck-revision-history-ui__changes-navigation__navigation','fire','numberOfChanges','bind','isNavigationMode','isBackwardNavigationEnabled','_statusText','Show\x20next\x20change','X_OF_Y_CHANGES','ck-revision-history-ui__changes-navigation__label','Show\x20previous\x20change','EDIT_X_OF_Y_REVISIONS','isReady','setTemplate','set','ck-hidden','ck-revision-history-ui__changes-navigation','span','execute','backward','forward','NUMBER_OF_CHANGES','isEnabled','No\x20changes','isForwardNavigationEnabled','ck-revision-history-ui','currentChangeNumber'];(function(_0x15ba49,_0xfd52f9){const _0x3c4855=function(_0x3679cf){while(--_0x3679cf){_0x15ba49['push'](_0x15ba49['shift']());}};_0x3c4855(++_0xfd52f9);}(_0xfd52,0x69));const _0x3c48=function(_0x15ba49,_0xfd52f9){_0x15ba49=_0x15ba49-0x0;let _0x3c4855=_0xfd52[_0x15ba49];return _0x3c4855;};import{View as _0x370867,ButtonView as _0x45b0af,ToolbarSeparatorView as _0x49de37}from'ckeditor5/src/ui';import{getTranslation as _0x28729e}from'../../utils/common-translations';import _0x40b71a from'../../../theme/icons/arrow-up.svg';import _0x311a80 from'../../../theme/icons/arrow-down.svg';import'../../../theme/changesnavigation.css';export default class bi extends _0x370867{constructor(_0x3bb577){super(_0x3bb577);const _0x2d642c=this[_0x3c48('0xc')],_0x36c131=new _0x45b0af(_0x3bb577),_0x5b1483=new _0x45b0af(_0x3bb577);this[_0x3c48('0x1b')]('isNavigationMode',!0x1),this[_0x3c48('0x1b')]('isReady',!0x1),this[_0x3c48('0x1b')](_0x3c48('0xa'),0x0),this['set'](_0x3c48('0xf'),0x0),this[_0x3c48('0x1b')](_0x3c48('0x8'),!0x1),this[_0x3c48('0x1b')](_0x3c48('0x12'),!0x1),this[_0x3c48('0x10')]('_isStatusLabelVisible')['to'](this,_0x3c48('0x19'),this,_0x3c48('0xf'),(_0x2a9b46,_0x542a59)=>_0x2a9b46&&_0x542a59>0x0),this[_0x3c48('0x10')](_0x3c48('0x13'))['to'](this,_0x3c48('0x19'),this,_0x3c48('0xa'),this,'numberOfChanges',this,'isNavigationMode',(_0x177fc0,_0x4b5d52,_0x1520bc,_0x4c742f)=>{if(!_0x177fc0)return _0x28729e(_0x3bb577,'Loading...');if(!_0x1520bc)return _0x28729e(_0x3bb577,_0x3c48('0x7'));const _0x550476=_0x28729e(_0x3bb577,_0x3c48('0x5'),_0x1520bc);return _0x4c742f?_0x28729e(_0x3bb577,_0x3c48('0x15'),[_0x4b5d52+0x1,_0x1520bc]):_0x550476;}),_0x36c131['set']({'label':_0x28729e(_0x3bb577,_0x3c48('0x17')),'tooltip':!0x0,'icon':_0x40b71a}),_0x5b1483[_0x3c48('0x1b')]({'label':_0x28729e(_0x3bb577,_0x3c48('0x14')),'tooltip':!0x0,'icon':_0x311a80}),_0x36c131[_0x3c48('0x10')](_0x3c48('0x6'))['to'](this,'isBackwardNavigationEnabled'),_0x5b1483['bind'](_0x3c48('0x6'))['to'](this,_0x3c48('0x8')),_0x36c131['on'](_0x3c48('0x2'),()=>this[_0x3c48('0xe')](_0x3c48('0x2'),_0x3c48('0x3'))),_0x5b1483['on'](_0x3c48('0x2'),()=>this[_0x3c48('0xe')](_0x3c48('0x2'),_0x3c48('0x4'))),this[_0x3c48('0x1a')]({'tag':_0x3c48('0xb'),'attributes':{'class':['ck',_0x3c48('0x9'),_0x3c48('0x0')]},'children':[{'tag':_0x3c48('0x1'),'attributes':{'class':['ck-revision-history-ui__changes-navigation__wrapper']},'children':[{'tag':'span','attributes':{'class':[_0x3c48('0x16'),_0x2d642c['if']('_isStatusLabelVisible',_0x3c48('0x1c'),_0x315359=>!_0x315359)]},'children':[{'text':_0x2d642c['to'](_0x3c48('0x11'),_0x236743=>_0x236743?_0x28729e(_0x3bb577,_0x3c48('0x18'))+':\x20':_0x28729e(_0x3bb577,'Total')+':\x20')}]},{'text':_0x2d642c['to'](_0x3c48('0x13'))}]},new _0x49de37(),{'tag':_0x3c48('0xb'),'attributes':{'class':[_0x3c48('0xd')]},'children':[_0x36c131,_0x5b1483]}]});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3aee=['show','pluginName','addClass','RevisionViewerLoadingOverlay','change','document','editor','hide','roots','editing','view'];(function(_0x4a23e7,_0x3aee5b){const _0x220af5=function(_0x3bdf2f){while(--_0x3bdf2f){_0x4a23e7['push'](_0x4a23e7['shift']());}};_0x220af5(++_0x3aee5b);}(_0x3aee,0x19b));const _0x220a=function(_0x4a23e7,_0x3aee5b){_0x4a23e7=_0x4a23e7-0x0;let _0x220af5=_0x3aee[_0x4a23e7];return _0x220af5;};import{Plugin as _0x57f7e0}from'ckeditor5/src/core';const ee='ck-editor__editable__loading-overlay';import'../../../theme/revisionviewerloadingoverlay.css';export default class oe extends _0x57f7e0{static get[_0x220a('0x8')](){return _0x220a('0xa');}[_0x220a('0x7')](){const _0x393a22=this[_0x220a('0x2')][_0x220a('0x5')][_0x220a('0x6')];_0x393a22[_0x220a('0x0')](_0xd28051=>{for(const _0x2db3c3 of _0x393a22[_0x220a('0x1')][_0x220a('0x4')])_0xd28051[_0x220a('0x9')](ee,_0x2db3c3);});}[_0x220a('0x3')](){const _0x46f8fc=this[_0x220a('0x2')][_0x220a('0x5')][_0x220a('0x6')];_0x46f8fc[_0x220a('0x0')](_0x54699e=>{for(const _0x19cbc9 of _0x46f8fc[_0x220a('0x1')][_0x220a('0x4')])_0x54699e['removeClass'](ee,_0x19cbc9);});}}
23
+ const _0x1756=['pluginName','show','hide','editing','roots','document','addClass','ck-editor__editable__loading-overlay','change','editor','removeClass'];(function(_0x2aa487,_0x175697){const _0x1aabb7=function(_0x33020b){while(--_0x33020b){_0x2aa487['push'](_0x2aa487['shift']());}};_0x1aabb7(++_0x175697);}(_0x1756,0x117));const _0x1aab=function(_0x2aa487,_0x175697){_0x2aa487=_0x2aa487-0x0;let _0x1aabb7=_0x1756[_0x2aa487];return _0x1aabb7;};import{Plugin as _0x585314}from'ckeditor5/src/core';const ee=_0x1aab('0x3');import'../../../theme/revisionviewerloadingoverlay.css';export default class oe extends _0x585314{static get[_0x1aab('0x7')](){return'RevisionViewerLoadingOverlay';}[_0x1aab('0x8')](){const _0x23c976=this['editor'][_0x1aab('0xa')]['view'];_0x23c976['change'](_0x36c98d=>{for(const _0x27d479 of _0x23c976[_0x1aab('0x1')][_0x1aab('0x0')])_0x36c98d[_0x1aab('0x2')](ee,_0x27d479);});}[_0x1aab('0x9')](){const _0xab50af=this[_0x1aab('0x5')]['editing']['view'];_0xab50af[_0x1aab('0x4')](_0x184511=>{for(const _0x519c05 of _0xab50af[_0x1aab('0x1')][_0x1aab('0x0')])_0x184511[_0x1aab('0x6')](ee,_0x519c05);});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4750=['showNextChange','currentChangeNumber','isForwardNavigationEnabled','restoreRevision','RevisionViewerUI','requires','show','init','closeRevisionViewerCallback','numberOfChanges','bind','isEnabled','exitToEditing','get','isReady','execute','showPreviousChange','listenTo','set','revisionHistory','Restore\x20this\x20revision','commands','config','componentFactory','plugins','changesNavigation','hide','isBackwardNavigationEnabled','editor','add'];(function(_0x18105c,_0x47501a){const _0x11066d=function(_0x197f7d){while(--_0x197f7d){_0x18105c['push'](_0x18105c['shift']());}};_0x11066d(++_0x47501a);}(_0x4750,0xc9));const _0x1106=function(_0x18105c,_0x47501a){_0x18105c=_0x18105c-0x0;let _0x11066d=_0x4750[_0x18105c];return _0x11066d;};import{Plugin as _0xb54339}from'ckeditor5/src/core';import{ButtonView as _0x3457e5}from'ckeditor5/src/ui';import _0x2d6306 from'./changesnavigationview';import _0xf53b66 from'./../../revisionviewer';import _0x1ca3f5 from'./revisionviewerloadingoverlay';import{getTranslation as _0x20ed02}from'../../utils/common-translations';import _0x48cf9e from'@ckeditor/ckeditor5-undo/theme/icons/undo.svg';import'../../../theme/revisionviewer.css';export default class R extends _0xb54339{static get['pluginName'](){return _0x1106('0xd');}static get[_0x1106('0xe')](){return[_0xf53b66,_0x1ca3f5];}[_0x1106('0x10')](){const _0x245e23=this[_0x1106('0x7')],_0x4df554=_0x245e23[_0x1106('0x3')][_0x1106('0x16')](_0xf53b66),_0x422ade=_0x245e23[_0x1106('0x3')][_0x1106('0x16')](_0x1ca3f5);_0x245e23['ui'][_0x1106('0x2')][_0x1106('0x8')](_0x1106('0x15'),_0x24feee=>{const _0x378df0=new _0x3457e5(_0x24feee);return _0x378df0[_0x1106('0x1b')]({'label':_0x20ed02(_0x24feee,'Back\x20to\x20editing'),'icon':_0x48cf9e,'withText':!0x0,'tooltip':!0x0,'class':'ck-revision-history-ui__back-to-editing'}),this[_0x1106('0x1a')](_0x378df0,'execute',()=>{_0x245e23[_0x1106('0x1')][_0x1106('0x16')](_0x1106('0x1c'))[_0x1106('0x11')]();}),_0x378df0;}),_0x245e23['ui'][_0x1106('0x2')][_0x1106('0x8')]('restoreRevision',_0x461259=>{const _0x5dc51a=new _0x3457e5(_0x461259);return _0x5dc51a[_0x1106('0x1b')]({'label':_0x20ed02(_0x461259,_0x1106('0x1d')),'withText':!0x0,'tooltip':!0x0}),_0x5dc51a[_0x1106('0x13')](_0x1106('0x14'))['to'](_0x245e23[_0x1106('0x0')][_0x1106('0x16')]('restoreRevision')),this['listenTo'](_0x5dc51a,'execute',()=>_0x245e23[_0x1106('0x18')](_0x1106('0xc'))),_0x5dc51a;}),_0x245e23['ui'][_0x1106('0x2')]['add'](_0x1106('0x4'),_0x7cb558=>{const _0x2d14e3=new _0x2d6306(_0x7cb558),_0x22a4f0=_0x245e23[_0x1106('0x0')][_0x1106('0x16')](_0x1106('0x19')),_0x5d3a19=_0x245e23['commands'][_0x1106('0x16')](_0x1106('0x9'));return _0x2d14e3['bind'](_0x1106('0x6'))['to'](_0x22a4f0,_0x1106('0x14')),_0x2d14e3[_0x1106('0x13')](_0x1106('0xb'))['to'](_0x5d3a19,_0x1106('0x14')),_0x2d14e3[_0x1106('0x13')](_0x1106('0x17'),_0x1106('0xa'),_0x1106('0x12'),'isNavigationMode')['to'](_0x4df554),this[_0x1106('0x1a')](_0x2d14e3,'execute',(_0x2729d5,_0x2ddb46)=>{_0x245e23['execute']('forward'===_0x2ddb46?_0x1106('0x9'):_0x1106('0x19'));}),_0x2d14e3;}),_0x422ade[_0x1106('0xf')](),_0x4df554['on']('change:isReady',(_0x24bbb6,_0x2e9fc7,_0x3bda1f)=>{_0x3bda1f?_0x422ade[_0x1106('0x5')]():_0x422ade[_0x1106('0xf')]();});}}
23
+ const _0x3090=['pluginName','show','restoreRevision','execute','showPreviousChange','bind','numberOfChanges','Restore\x20this\x20revision','componentFactory','init','isEnabled','hide','plugins','isBackwardNavigationEnabled','change:isReady','Back\x20to\x20editing','RevisionViewerUI','editor','showNextChange','ck-revision-history-ui__back-to-editing','changesNavigation','requires','commands','listenTo','exitToEditing','closeRevisionViewerCallback','isReady','add','currentChangeNumber','get'];(function(_0x3daeb6,_0x30908e){const _0x1aaa90=function(_0x3fb784){while(--_0x3fb784){_0x3daeb6['push'](_0x3daeb6['shift']());}};_0x1aaa90(++_0x30908e);}(_0x3090,0x167));const _0x1aaa=function(_0x3daeb6,_0x30908e){_0x3daeb6=_0x3daeb6-0x0;let _0x1aaa90=_0x3090[_0x3daeb6];return _0x1aaa90;};import{Plugin as _0x5b66d6}from'ckeditor5/src/core';import{ButtonView as _0xf5b440}from'ckeditor5/src/ui';import _0x2610c6 from'./changesnavigationview';import _0x16d724 from'./../../revisionviewer';import _0xbf248e from'./revisionviewerloadingoverlay';import{getTranslation as _0x5e43cd}from'../../utils/common-translations';import _0x549d74 from'@ckeditor/ckeditor5-undo/theme/icons/undo.svg';import'../../../theme/revisionviewer.css';export default class R extends _0x5b66d6{static get[_0x1aaa('0x1')](){return _0x1aaa('0x11');}static get[_0x1aaa('0x16')](){return[_0x16d724,_0xbf248e];}[_0x1aaa('0xa')](){const _0x264ad2=this[_0x1aaa('0x12')],_0x3abb19=_0x264ad2['plugins'][_0x1aaa('0x0')](_0x16d724),_0x378a9d=_0x264ad2[_0x1aaa('0xd')][_0x1aaa('0x0')](_0xbf248e);_0x264ad2['ui'][_0x1aaa('0x9')][_0x1aaa('0x1c')](_0x1aaa('0x19'),_0x537ad5=>{const _0x508119=new _0xf5b440(_0x537ad5);return _0x508119['set']({'label':_0x5e43cd(_0x537ad5,_0x1aaa('0x10')),'icon':_0x549d74,'withText':!0x0,'tooltip':!0x0,'class':_0x1aaa('0x14')}),this[_0x1aaa('0x18')](_0x508119,_0x1aaa('0x4'),()=>{_0x264ad2['config'][_0x1aaa('0x0')]('revisionHistory')[_0x1aaa('0x1a')]();}),_0x508119;}),_0x264ad2['ui']['componentFactory'][_0x1aaa('0x1c')](_0x1aaa('0x3'),_0x23d1ba=>{const _0x5b09b5=new _0xf5b440(_0x23d1ba);return _0x5b09b5['set']({'label':_0x5e43cd(_0x23d1ba,_0x1aaa('0x8')),'withText':!0x0,'tooltip':!0x0}),_0x5b09b5[_0x1aaa('0x6')](_0x1aaa('0xb'))['to'](_0x264ad2[_0x1aaa('0x17')][_0x1aaa('0x0')](_0x1aaa('0x3'))),this[_0x1aaa('0x18')](_0x5b09b5,_0x1aaa('0x4'),()=>_0x264ad2[_0x1aaa('0x4')](_0x1aaa('0x3'))),_0x5b09b5;}),_0x264ad2['ui']['componentFactory'][_0x1aaa('0x1c')](_0x1aaa('0x15'),_0x589113=>{const _0x5a4e5e=new _0x2610c6(_0x589113),_0x1d8674=_0x264ad2['commands'][_0x1aaa('0x0')](_0x1aaa('0x5')),_0xd4776a=_0x264ad2[_0x1aaa('0x17')][_0x1aaa('0x0')](_0x1aaa('0x13'));return _0x5a4e5e[_0x1aaa('0x6')](_0x1aaa('0xe'))['to'](_0x1d8674,_0x1aaa('0xb')),_0x5a4e5e[_0x1aaa('0x6')]('isForwardNavigationEnabled')['to'](_0xd4776a,_0x1aaa('0xb')),_0x5a4e5e[_0x1aaa('0x6')](_0x1aaa('0x1b'),_0x1aaa('0x1d'),_0x1aaa('0x7'),'isNavigationMode')['to'](_0x3abb19),this[_0x1aaa('0x18')](_0x5a4e5e,_0x1aaa('0x4'),(_0x28f098,_0x2a16c5)=>{_0x264ad2[_0x1aaa('0x4')]('forward'===_0x2a16c5?_0x1aaa('0x13'):_0x1aaa('0x5'));}),_0x5a4e5e;}),_0x378a9d[_0x1aaa('0x2')](),_0x3abb19['on'](_0x1aaa('0xf'),(_0x3e0f2f,_0xd4a612,_0x6018ea)=>{_0x6018ea?_0x378a9d[_0x1aaa('0xc')]():_0x378a9d[_0x1aaa('0x2')]();});}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x3400b2,_0x19a744,_0x9f382b){const t=_0x3400b2['t'];switch(_0x19a744){case'Revision\x20history':return t('Revision\x20history');case'Open\x20revision\x20history':return t('Open\x20revision\x20history');case'Restored':return t('Restored');case'Empty\x20document':return t('Empty\x20document');case'Initial\x20revision':return t('Initial\x20revision');case'Suggested\x20by':return t('Suggested\x20by');case'Added\x20by':return t('Added\x20by');case'Removed\x20by':return t('Removed\x20by');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Compare\x20against\x20selected':return t('Compare\x20against\x20selected');case'Name\x20this\x20revision':return t('Name\x20this\x20revision');case'Restore\x20this\x20revision':return t('Restore\x20this\x20revision');case'Back\x20to\x20editing':return t('Back\x20to\x20editing');case'Loading...':return t('Loading...');case'No\x20changes':return t('No\x20changes');case'NUMBER_OF_CHANGES':return t({'string':'%0\x20change','plural':'%0\x20changes','id':'NUMBER_OF_CHANGES'},_0x9f382b);case'X_OF_Y_CHANGES':return t({'string':'%0\x20of\x20%1','id':'X_OF_Y_CHANGES'},_0x9f382b);case'Show\x20previous\x20change':return t('Show\x20previous\x20change');case'Show\x20next\x20change':return t('Show\x20next\x20change');case'EDIT_X_OF_Y_REVISIONS':return t({'string':'Edit','id':'EDIT_X_OF_Y_REVISIONS'});case'Total':return t('Total');case'Revision\x20creator':return t('Revision\x20creator');case'Revision\x20author':return t('Revision\x20author');case'Revision\x20name':return t('Revision\x20name');case'Save\x20current\x20revision':return t('Save\x20current\x20revision');case'Save':return t('Save');case'Cancel':return t('Cancel');case'Name\x20of\x20the\x20revision\x20(optional)':return t('Name\x20of\x20the\x20revision\x20(optional)');case'PENDING_ACTION_REVISION_HISTORY':return t({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});}}
23
+ export function getTranslation(_0x100f0c,_0x7e2396,_0x1d7ec7){const t=_0x100f0c['t'];switch(_0x7e2396){case'Revision\x20history':return t('Revision\x20history');case'Open\x20revision\x20history':return t('Open\x20revision\x20history');case'Restored':return t('Restored');case'Empty\x20document':return t('Empty\x20document');case'Initial\x20revision':return t('Initial\x20revision');case'Suggested\x20by':return t('Suggested\x20by');case'Added\x20by':return t('Added\x20by');case'Removed\x20by':return t('Removed\x20by');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Compare\x20against\x20selected':return t('Compare\x20against\x20selected');case'Name\x20this\x20revision':return t('Name\x20this\x20revision');case'Restore\x20this\x20revision':return t('Restore\x20this\x20revision');case'Back\x20to\x20editing':return t('Back\x20to\x20editing');case'Loading...':return t('Loading...');case'No\x20changes':return t('No\x20changes');case'NUMBER_OF_CHANGES':return t({'string':'%0\x20change','plural':'%0\x20changes','id':'NUMBER_OF_CHANGES'},_0x1d7ec7);case'X_OF_Y_CHANGES':return t({'string':'%0\x20of\x20%1','id':'X_OF_Y_CHANGES'},_0x1d7ec7);case'Show\x20previous\x20change':return t('Show\x20previous\x20change');case'Show\x20next\x20change':return t('Show\x20next\x20change');case'EDIT_X_OF_Y_REVISIONS':return t({'string':'Edit','id':'EDIT_X_OF_Y_REVISIONS'});case'Total':return t('Total');case'Revision\x20creator':return t('Revision\x20creator');case'Revision\x20author':return t('Revision\x20author');case'Revision\x20name':return t('Revision\x20name');case'Save\x20current\x20revision':return t('Save\x20current\x20revision');case'Save':return t('Save');case'Cancel':return t('Cancel');case'Name\x20of\x20the\x20revision\x20(optional)':return t('Name\x20of\x20the\x20revision\x20(optional)');case'PENDING_ACTION_REVISION_HISTORY':return t({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});}}