@ckeditor/ckeditor5-revision-history 34.1.0 → 35.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/README.md +1 -1
  2. package/build/revision-history.js +1 -1
  3. package/build/translations/ar.js +1 -0
  4. package/build/translations/bg.js +1 -0
  5. package/build/translations/bn.js +1 -0
  6. package/build/translations/ca.js +1 -0
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/es.js +1 -1
  10. package/build/translations/et.js +1 -1
  11. package/build/translations/fi.js +1 -0
  12. package/build/translations/fr.js +1 -1
  13. package/build/translations/he.js +1 -1
  14. package/build/translations/hi.js +1 -1
  15. package/build/translations/hu.js +1 -1
  16. package/build/translations/id.js +1 -1
  17. package/build/translations/it.js +1 -1
  18. package/build/translations/ja.js +1 -1
  19. package/build/translations/ko.js +1 -1
  20. package/build/translations/lt.js +1 -0
  21. package/build/translations/ms.js +1 -0
  22. package/build/translations/nl.js +1 -1
  23. package/build/translations/no.js +1 -1
  24. package/build/translations/pl.js +1 -1
  25. package/build/translations/pt-br.js +1 -1
  26. package/build/translations/pt.js +1 -0
  27. package/build/translations/ro.js +1 -1
  28. package/build/translations/ru.js +1 -1
  29. package/build/translations/sr.js +1 -1
  30. package/build/translations/sv.js +1 -0
  31. package/build/translations/th.js +1 -0
  32. package/build/translations/tr.js +1 -1
  33. package/build/translations/uk.js +1 -1
  34. package/build/translations/vi.js +1 -1
  35. package/build/translations/zh.js +1 -1
  36. package/ckeditor5-metadata.json +1 -1
  37. package/lang/translations/ar.po +127 -0
  38. package/lang/translations/bg.po +123 -0
  39. package/lang/translations/bn.po +123 -0
  40. package/lang/translations/ca.po +123 -0
  41. package/lang/translations/da.po +25 -25
  42. package/lang/translations/de.po +3 -3
  43. package/lang/translations/es.po +2 -1
  44. package/lang/translations/et.po +25 -25
  45. package/lang/translations/fi.po +123 -0
  46. package/lang/translations/fr.po +25 -24
  47. package/lang/translations/he.po +28 -28
  48. package/lang/translations/hi.po +25 -25
  49. package/lang/translations/hu.po +19 -19
  50. package/lang/translations/id.po +13 -13
  51. package/lang/translations/it.po +2 -1
  52. package/lang/translations/ja.po +25 -25
  53. package/lang/translations/ko.po +24 -24
  54. package/lang/translations/lt.po +125 -0
  55. package/lang/translations/ms.po +122 -0
  56. package/lang/translations/nl.po +3 -3
  57. package/lang/translations/no.po +25 -25
  58. package/lang/translations/pl.po +5 -5
  59. package/lang/translations/pt-br.po +2 -1
  60. package/lang/translations/pt.po +124 -0
  61. package/lang/translations/ro.po +6 -6
  62. package/lang/translations/ru.po +27 -27
  63. package/lang/translations/sr.po +3 -3
  64. package/lang/translations/sv.po +123 -0
  65. package/lang/translations/th.po +122 -0
  66. package/lang/translations/tr.po +6 -6
  67. package/lang/translations/uk.po +27 -27
  68. package/lang/translations/vi.po +25 -25
  69. package/lang/translations/zh.po +23 -23
  70. package/package.json +7 -7
  71. package/src/changeitem.js +1 -1
  72. package/src/editor/revisionviewereditor.js +1 -1
  73. package/src/editor/revisionviewereditorui.js +1 -1
  74. package/src/editor/revisionviewereditoruiview.js +1 -1
  75. package/src/revision.js +1 -1
  76. package/src/revisiondiff.js +1 -1
  77. package/src/revisionhistory.js +1 -1
  78. package/src/revisionsrepository.js +1 -1
  79. package/src/revisiontracker.js +1 -1
  80. package/src/revisionviewer.js +1 -1
  81. package/src/ui/revision/createrevisionactionsdropdown.js +1 -1
  82. package/src/ui/revision/revisionauthorview.js +1 -1
  83. package/src/ui/revision/revisionnameview.js +1 -1
  84. package/src/ui/revision/revisionview.js +1 -1
  85. package/src/ui/revision/subrevisioncollapserview.js +1 -1
  86. package/src/ui/revision/subrevisionview.js +1 -1
  87. package/src/ui/revision/utils.js +1 -1
  88. package/src/ui/revisionhistory/revisionhistorysaverevisionformview.js +1 -1
  89. package/src/ui/revisionhistory/revisionhistoryui.js +1 -1
  90. package/src/ui/revisionssidebar/revisionssidebar.js +1 -1
  91. package/src/ui/revisionssidebar/revisionssidebarheaderview.js +1 -1
  92. package/src/ui/revisionssidebar/revisionssidebartimeperiodview.js +1 -1
  93. package/src/ui/revisionssidebar/revisionssidebarview.js +1 -1
  94. package/src/ui/revisionssidebar/utils.js +1 -1
  95. package/src/ui/revisionviewer/changedetailsview.js +1 -1
  96. package/src/ui/revisionviewer/changesnavigationview.js +1 -1
  97. package/src/ui/revisionviewer/revisionviewerloadingoverlay.js +1 -1
  98. package/src/ui/revisionviewer/revisionviewerui.js +1 -1
  99. package/src/utils/common-translations.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xbf22=['action','Name\x20this\x20revision','Restore\x20this\x20revision','add','repository','map','_handleEditorDataReady','getEarlierVisibleRevision','Compare\x20against\x20selected','getRevision','listenTo','availableRevisionActions','_handleRevisionSelected','getLaterVisibleRevision','remove','compareAgainstSelected','isVisible','string','revisionHistory.revisionActions','setName','_revisionViewer','assign','plugins','RevisionsSidebar','revisionSetName','_handleRevisionSetName','_handleDiffChange','isEnabled','timePeriodViews','revisionViews','highlightRevisions','get','diff','destroy','revisionHistory.viewerSidebarContainer','requires','_revisionsRepository','getRevisionsInDiff','nameRevision','select','appendChild','element','isSelected','_createRevisionActions','length','pluginName','config','ready','editor','selectRevision','newRevisionId','change:diff','getIndex','_sidebarView','bind','init','_revisions','data','restoreRevisionCallback','fieldView','revisionHistory','defaultRevisionActions','focus','compare','render','isReady'];(function(_0x3bf460,_0xbf22d9){const _0xc42cc4=function(_0x3507b0){while(--_0x3507b0){_0x3bf460['push'](_0x3bf460['shift']());}};_0xc42cc4(++_0xbf22d9);}(_0xbf22,0x160));const _0xc42c=function(_0x3bf460,_0xbf22d9){_0x3bf460=_0x3bf460-0x0;let _0xc42cc4=_0xbf22[_0x3bf460];return _0xc42cc4;};import{Plugin as _0x132311}from'ckeditor5/src/core';import _0x5cbe97 from'./revisionssidebarview';import _0x339c50 from'../../revisionviewer';export default class w extends _0x132311{static get[_0xc42c('0x17')](){return _0xc42c('0x1');}static get[_0xc42c('0xd')](){return[_0x339c50];}constructor(_0x5bcc0e){super(_0x5bcc0e),this[_0xc42c('0x40')]=_0x5bcc0e[_0xc42c('0x0')]['get'](_0x339c50),this[_0xc42c('0xe')]=this['_revisionViewer'][_0xc42c('0x30')],this[_0xc42c('0x1f')]=null;}[_0xc42c('0x21')](){const _0x1185a2=this['_revisionsRepository'][_0xc42c('0x22')],_0x33e5af=this[_0xc42c('0x15')](),_0x4fd24f=this[_0xc42c('0x1a')]['config']['get'](_0xc42c('0xc'));this[_0xc42c('0x1f')]=new _0x5cbe97(this[_0xc42c('0x1a')]['locale'],_0x1185a2,_0x33e5af),this[_0xc42c('0x1f')]['on']('revisionSelected',this[_0xc42c('0x38')][_0xc42c('0x20')](this)),this[_0xc42c('0x1f')]['on'](_0xc42c('0x2'),this[_0xc42c('0x3')][_0xc42c('0x20')](this)),this[_0xc42c('0x1f')][_0xc42c('0x20')](_0xc42c('0x5'))['to'](this[_0xc42c('0x40')]),this[_0xc42c('0x1f')][_0xc42c('0x6')]['on'](_0xc42c('0x2f'),(_0x32bc66,_0x209992)=>{_0x209992[_0xc42c('0x7')]['on'](_0xc42c('0x2f'),(_0x2547a1,_0x22d44b)=>{_0x22d44b[_0xc42c('0x20')](_0xc42c('0x5'),_0xc42c('0x2b'))['to'](this[_0xc42c('0x40')]);});}),this['_sidebarView'][_0xc42c('0x2a')](),this['listenTo'](this[_0xc42c('0x1a')][_0xc42c('0x23')],_0xc42c('0x19'),this[_0xc42c('0x32')][_0xc42c('0x20')](this)),this[_0xc42c('0x36')](this[_0xc42c('0x40')],_0xc42c('0x1d'),this[_0xc42c('0x4')][_0xc42c('0x20')](this)),_0x4fd24f[_0xc42c('0x12')](this['_sidebarView'][_0xc42c('0x13')]);}[_0xc42c('0xb')](){this['_sidebarView']['element'][_0xc42c('0x3a')](),this['_sidebarView'][_0xc42c('0xb')]();}['_handleEditorDataReady'](){const _0x296cde=this[_0xc42c('0xe')][_0xc42c('0x35')](0x0);if(_0x296cde){const _0x3c79ec=this[_0xc42c('0xe')][_0xc42c('0x33')](_0x296cde['id']);this[_0xc42c('0x40')][_0xc42c('0x29')](_0x296cde,_0x3c79ec);}}[_0xc42c('0x38')](_0x4043c6,_0x52820e){const _0x3dd651=this[_0xc42c('0xe')][_0xc42c('0x35')](_0x52820e['id']),_0x4eddc4=this['_revisionsRepository'][_0xc42c('0x33')](_0x3dd651['id']);this[_0xc42c('0x40')]['compare'](_0x3dd651,_0x4eddc4);}[_0xc42c('0x3')](_0x50df6c,_0x305182){this[_0xc42c('0xe')][_0xc42c('0x35')](_0x305182['id'])[_0xc42c('0x3f')](_0x305182['name']);}[_0xc42c('0x4')](_0x106939,_0x628487,_0x4495a6){const _0x1a7e7f=this[_0xc42c('0xe')][_0xc42c('0xf')](_0x4495a6);_0x1a7e7f[_0xc42c('0x16')]>0x2?(this[_0xc42c('0x1f')][_0xc42c('0x8')](_0x1a7e7f),this[_0xc42c('0x1f')]['selectRevision'](null)):(this['_sidebarView'][_0xc42c('0x8')]([]),this[_0xc42c('0x1f')][_0xc42c('0x1b')](_0x1a7e7f[0x0]));}[_0xc42c('0x15')](){const _0x4a0726=this[_0xc42c('0x1a')],_0x32301a=w[_0xc42c('0x37')],_0x293169=_0x4a0726[_0xc42c('0x18')][_0xc42c('0x9')](_0xc42c('0x3e'))||w[_0xc42c('0x27')];if(_0x293169[_0xc42c('0x16')])return _0x293169[_0xc42c('0x31')](_0x2cbbd4=>{const _0x35060e=_0xc42c('0x3d')==typeof _0x2cbbd4?Object[_0xc42c('0x41')]({},_0x32301a[_0x2cbbd4]):_0x2cbbd4;return _0x35060e[_0xc42c('0x2c')]=_0x35060e[_0xc42c('0x2c')][_0xc42c('0x20')](this,_0x4a0726),_0x35060e['isVisible']&&(_0x35060e[_0xc42c('0x3c')]=_0x35060e['isVisible'][_0xc42c('0x20')](this,_0x4a0726)),_0x35060e;});}}w['availableRevisionActions']={'compareAgainstSelected':{'name':_0xc42c('0x34'),'action':({plugins:_0x360e06},_0x311d57)=>{const _0x2d98a=_0x360e06[_0xc42c('0x9')](_0x339c50),_0xcd1e87=_0x2d98a[_0xc42c('0x30')];let _0x2f2520=_0x2d98a[_0xc42c('0xa')][_0xc42c('0x1c')],_0x2d9c7e=_0x311d57['id'];_0xcd1e87[_0xc42c('0x1e')](_0x2f2520)>_0xcd1e87[_0xc42c('0x1e')](_0x2d9c7e)&&([_0x2f2520,_0x2d9c7e]=[_0x2d9c7e,_0x2f2520]),_0x2d98a['compare'](_0x2f2520,_0x2d9c7e);},'isVisible':({plugins:_0x232f07},_0x21a900)=>{const _0x5b2d21=_0x232f07[_0xc42c('0x9')](_0x339c50);return!(_0x5b2d21[_0xc42c('0x30')]['getRevisionsInDiff'](_0x5b2d21[_0xc42c('0xa')])[_0xc42c('0x16')]>0x2)&&!_0x21a900[_0xc42c('0x14')];}},'restoreRevision':{'name':_0xc42c('0x2e'),'action':(_0x4c78cf,{id:_0x2b19c7})=>{_0x4c78cf[_0xc42c('0x18')]['get'](_0xc42c('0x26'))[_0xc42c('0x24')](_0x2b19c7);},'isVisible':({plugins:_0x2275c5},_0x3613cb)=>!!_0x2275c5[_0xc42c('0x9')](_0x339c50)[_0xc42c('0x30')][_0xc42c('0x39')](_0x3613cb['id'])},'nameRevision':{'name':_0xc42c('0x2d'),'action':({plugins:_0x53da4d},{id:_0x58edb3,revisionNameView:_0x5f5cb2})=>{const _0x4fe35f=_0x53da4d[_0xc42c('0x9')](_0x339c50),_0x1764f6=_0x4fe35f[_0xc42c('0x30')][_0xc42c('0x33')](_0x58edb3);_0x4fe35f[_0xc42c('0x29')](_0x58edb3,_0x1764f6),_0x5f5cb2[_0xc42c('0x28')](),_0x5f5cb2[_0xc42c('0x25')][_0xc42c('0x11')]();}}},w[_0xc42c('0x27')]=[_0xc42c('0x3b'),'restoreRevision',_0xc42c('0x10')];
23
+ const _0x3c5c=['revisionHistory','get','_handleDiffChange','editor','getIndex','add','map','revisionViews','destroy','bind','remove','element','getRevisionsInDiff','restoreRevision','isSelected','revisionHistory.revisionActions','revisionSelected','assign','name','selectRevision','listenTo','_handleEditorDataReady','revisionHistory.viewerSidebarContainer','appendChild','_sidebarView','getLaterVisibleRevision','diff','render','revisionSetName','isVisible','compareAgainstSelected','_revisions','Name\x20this\x20revision','data','defaultRevisionActions','compare','getRevision','getEarlierVisibleRevision','length','_revisionViewer','config','_handleRevisionSelected','_revisionsRepository','highlightRevisions','action','setName','newRevisionId','nameRevision','focus','_handleRevisionSetName','repository','Restore\x20this\x20revision','ready','Compare\x20against\x20selected','init','availableRevisionActions'];(function(_0x1413f4,_0x3c5cce){const _0x56cf64=function(_0xd3af0e){while(--_0xd3af0e){_0x1413f4['push'](_0x1413f4['shift']());}};_0x56cf64(++_0x3c5cce);}(_0x3c5c,0xb8));const _0x56cf=function(_0x1413f4,_0x3c5cce){_0x1413f4=_0x1413f4-0x0;let _0x56cf64=_0x3c5c[_0x1413f4];return _0x56cf64;};import{Plugin as _0x1a0f31}from'ckeditor5/src/core';import _0x303ca9 from'./revisionssidebarview';import _0x496640 from'../../revisionviewer';export default class y extends _0x1a0f31{static get['pluginName'](){return'RevisionsSidebar';}static get['requires'](){return[_0x496640];}constructor(_0x2bfa51){super(_0x2bfa51),this[_0x56cf('0x17')]=_0x2bfa51['plugins'][_0x56cf('0x29')](_0x496640),this[_0x56cf('0x1a')]=this[_0x56cf('0x17')][_0x56cf('0x22')],this[_0x56cf('0x8')]=null;}[_0x56cf('0x26')](){const _0x47405e=this['_revisionsRepository'][_0x56cf('0xf')],_0x5583e3=this['_createRevisionActions'](),_0x18490a=this[_0x56cf('0x2b')][_0x56cf('0x18')][_0x56cf('0x29')](_0x56cf('0x6'));this[_0x56cf('0x8')]=new _0x303ca9(this[_0x56cf('0x2b')]['locale'],_0x47405e,_0x5583e3),this[_0x56cf('0x8')]['on'](_0x56cf('0x0'),this['_handleRevisionSelected'][_0x56cf('0x31')](this)),this[_0x56cf('0x8')]['on'](_0x56cf('0xc'),this[_0x56cf('0x21')][_0x56cf('0x31')](this)),this[_0x56cf('0x8')][_0x56cf('0x31')]('isEnabled')['to'](this[_0x56cf('0x17')]),this[_0x56cf('0x8')]['timePeriodViews']['on'](_0x56cf('0x2d'),(_0x1cfbb4,_0x50771a)=>{_0x50771a[_0x56cf('0x2f')]['on'](_0x56cf('0x2d'),(_0x4e08c5,_0x3c2251)=>{_0x3c2251[_0x56cf('0x31')]('isEnabled','isReady')['to'](this[_0x56cf('0x17')]);});}),this['_sidebarView'][_0x56cf('0xb')](),this[_0x56cf('0x4')](this['editor'][_0x56cf('0x11')],_0x56cf('0x24'),this[_0x56cf('0x5')][_0x56cf('0x31')](this)),this[_0x56cf('0x4')](this[_0x56cf('0x17')],'change:diff',this[_0x56cf('0x2a')]['bind'](this)),_0x18490a[_0x56cf('0x7')](this[_0x56cf('0x8')][_0x56cf('0x33')]);}['destroy'](){this[_0x56cf('0x8')][_0x56cf('0x33')][_0x56cf('0x32')](),this[_0x56cf('0x8')][_0x56cf('0x30')]();}[_0x56cf('0x5')](){const _0x1a7b34=this[_0x56cf('0x1a')]['getRevision'](0x0);if(_0x1a7b34){const _0x55b040=this[_0x56cf('0x1a')]['getEarlierVisibleRevision'](_0x1a7b34['id']);this[_0x56cf('0x17')]['compare'](_0x1a7b34,_0x55b040);}}[_0x56cf('0x19')](_0x4f3648,_0x478d25){const _0x291d88=this[_0x56cf('0x1a')][_0x56cf('0x14')](_0x478d25['id']),_0x334d93=this[_0x56cf('0x1a')][_0x56cf('0x15')](_0x291d88['id']);this['_revisionViewer'][_0x56cf('0x13')](_0x291d88,_0x334d93);}[_0x56cf('0x21')](_0x2116bf,_0x42d131){this[_0x56cf('0x1a')][_0x56cf('0x14')](_0x42d131['id'])[_0x56cf('0x1d')](_0x42d131[_0x56cf('0x2')]);}[_0x56cf('0x2a')](_0x50e850,_0x4a3182,_0x2fcbfc){const _0x3d7c6f=this[_0x56cf('0x1a')][_0x56cf('0x34')](_0x2fcbfc);_0x3d7c6f[_0x56cf('0x16')]>0x2?(this['_sidebarView'][_0x56cf('0x1b')](_0x3d7c6f),this['_sidebarView'][_0x56cf('0x3')](null)):(this[_0x56cf('0x8')][_0x56cf('0x1b')]([]),this[_0x56cf('0x8')][_0x56cf('0x3')](_0x3d7c6f[0x0]));}['_createRevisionActions'](){const _0xdbb2c4=this[_0x56cf('0x2b')],_0x455e3e=y[_0x56cf('0x27')],_0x1f17ba=_0xdbb2c4['config'][_0x56cf('0x29')](_0x56cf('0x37'))||y['defaultRevisionActions'];if(_0x1f17ba[_0x56cf('0x16')])return _0x1f17ba[_0x56cf('0x2e')](_0x21e7bf=>{const _0x13e0a0='string'==typeof _0x21e7bf?Object[_0x56cf('0x1')]({},_0x455e3e[_0x21e7bf]):_0x21e7bf;return _0x13e0a0[_0x56cf('0x1c')]=_0x13e0a0[_0x56cf('0x1c')][_0x56cf('0x31')](this,_0xdbb2c4),_0x13e0a0[_0x56cf('0xd')]&&(_0x13e0a0[_0x56cf('0xd')]=_0x13e0a0[_0x56cf('0xd')][_0x56cf('0x31')](this,_0xdbb2c4)),_0x13e0a0;});}}y['availableRevisionActions']={'compareAgainstSelected':{'name':_0x56cf('0x25'),'action':({plugins:_0x222215},_0x3d2a54)=>{const _0x3952ae=_0x222215[_0x56cf('0x29')](_0x496640),_0x442893=_0x3952ae['repository'];let _0x445526=_0x3952ae[_0x56cf('0xa')][_0x56cf('0x1e')],_0x263a0d=_0x3d2a54['id'];_0x442893['getIndex'](_0x445526)>_0x442893[_0x56cf('0x2c')](_0x263a0d)&&([_0x445526,_0x263a0d]=[_0x263a0d,_0x445526]),_0x3952ae[_0x56cf('0x13')](_0x445526,_0x263a0d);},'isVisible':({plugins:_0x510468},_0x15932b)=>{const _0x380bbb=_0x510468['get'](_0x496640);return!(_0x380bbb[_0x56cf('0x22')][_0x56cf('0x34')](_0x380bbb['diff'])['length']>0x2)&&!_0x15932b[_0x56cf('0x36')];}},'restoreRevision':{'name':_0x56cf('0x23'),'action':(_0x651c4d,{id:_0x1d61af})=>{_0x651c4d[_0x56cf('0x18')]['get'](_0x56cf('0x28'))['restoreRevisionCallback'](_0x1d61af);},'isVisible':({plugins:_0x5ee92e},_0x20ebd8)=>!!_0x5ee92e[_0x56cf('0x29')](_0x496640)[_0x56cf('0x22')][_0x56cf('0x9')](_0x20ebd8['id'])},'nameRevision':{'name':_0x56cf('0x10'),'action':({plugins:_0x37b298},{id:_0x1f88b1,revisionNameView:_0x5e63ae})=>{const _0x3a07da=_0x37b298[_0x56cf('0x29')](_0x496640),_0x182bf0=_0x3a07da['repository'][_0x56cf('0x15')](_0x1f88b1);_0x3a07da[_0x56cf('0x13')](_0x1f88b1,_0x182bf0),_0x5e63ae[_0x56cf('0x20')](),_0x5e63ae['fieldView']['select']();}}},y[_0x56cf('0x12')]=[_0x56cf('0xe'),_0x56cf('0x35'),_0x56cf('0x1f')];
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x18f6=['div','Revision\x20history','setTemplate','ck-revision-history-sidebar__header__label','ck-reset_all'];(function(_0xd5744,_0x18f66c){const _0x147a3a=function(_0x186518){while(--_0x186518){_0xd5744['push'](_0xd5744['shift']());}};_0x147a3a(++_0x18f66c);}(_0x18f6,0x67));const _0x147a=function(_0xd5744,_0x18f66c){_0xd5744=_0xd5744-0x0;let _0x147a3a=_0x18f6[_0xd5744];return _0x147a3a;};import{View as _0x495b6b,IconView as _0x4848d8}from'ckeditor5/src/ui';import{getTranslation as _0x4684c5}from'../../utils/common-translations';import _0xbf52c8 from'../../../theme/icons/revision-history.svg';import'../../../theme/revisionssidebar/revisionssidebarheader.css';export default class cs extends _0x495b6b{constructor(_0x1fe872){super(_0x1fe872);const _0x5d1363=new _0x4848d8(_0x1fe872);_0x5d1363['content']=_0xbf52c8,this[_0x147a('0x4')]({'tag':_0x147a('0x2'),'attributes':{'class':['ck',_0x147a('0x1'),'ck-revision-history-sidebar__header']},'children':[_0x5d1363,{'tag':'span','attributes':{'class':['ck',_0x147a('0x0')]},'children':[_0x4684c5(_0x1fe872,_0x147a('0x3'))]}]});}}
23
+ const _0x3e98=['Revision\x20history','ck-revision-history-sidebar__header','setTemplate','ck-reset_all','div','content','ck-revision-history-sidebar__header__label'];(function(_0xdbdf08,_0x3e980a){const _0x57d32c=function(_0x41da6f){while(--_0x41da6f){_0xdbdf08['push'](_0xdbdf08['shift']());}};_0x57d32c(++_0x3e980a);}(_0x3e98,0x9d));const _0x57d3=function(_0xdbdf08,_0x3e980a){_0xdbdf08=_0xdbdf08-0x0;let _0x57d32c=_0x3e98[_0xdbdf08];return _0x57d32c;};import{View as _0x308ad8,IconView as _0x246d3d}from'ckeditor5/src/ui';import{getTranslation as _0x506b6c}from'../../utils/common-translations';import _0x3bd86b from'../../../theme/icons/revision-history.svg';import'../../../theme/revisionssidebar/revisionssidebarheader.css';export default class cs extends _0x308ad8{constructor(_0xaabac0){super(_0xaabac0);const _0x591db0=new _0x246d3d(_0xaabac0);_0x591db0[_0x57d3('0x2')]=_0x3bd86b,this[_0x57d3('0x6')]({'tag':_0x57d3('0x1'),'attributes':{'class':['ck',_0x57d3('0x0'),_0x57d3('0x5')]},'children':[_0x591db0,{'tag':'span','attributes':{'class':['ck',_0x57d3('0x3')]},'children':[_0x506b6c(_0xaabac0,_0x57d3('0x4'))]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e33=['addRevision','find','add','span','delegate','localizedPeriodName','removeRevision','ck-revision-history-sidebar__time-period__revisions','uiLanguage','startDate','remove','select','div','_revisionActions','setName','ck-revision-history-sidebar__time-period__label','revisionViews','createCollection'];(function(_0x555cf1,_0x4e3347){const _0x3b2678=function(_0x3684e9){while(--_0x3684e9){_0x555cf1['push'](_0x555cf1['shift']());}};_0x3b2678(++_0x4e3347);}(_0x4e33,0x1ca));const _0x3b26=function(_0x555cf1,_0x4e3347){_0x555cf1=_0x555cf1-0x0;let _0x3b2678=_0x4e33[_0x555cf1];return _0x3b2678;};import{View as _0x4134d8}from'ckeditor5/src/ui';import _0x3396a8 from'../revision/revisionview';import{getDateTimePeriodInfo as _0x8b0296}from'./utils';import'../../../theme/revisionssidebar/revisionssidebartimeperiod.css';export default class pi extends _0x4134d8{constructor(_0xa6cd5b,_0x2cb752,_0xb8d22f){super(_0xa6cd5b);const _0x4c420c=_0x8b0296(_0x2cb752,this['locale'][_0x3b26('0x0')])[_0x3b26('0xf')];this[_0x3b26('0x1')]=_0x2cb752,this[_0x3b26('0x5')]=_0xb8d22f,this[_0x3b26('0x8')]=this[_0x3b26('0x9')](),this[_0x3b26('0x8')][_0x3b26('0xe')](_0x3b26('0x3'))['to'](this),this['revisionViews'][_0x3b26('0xe')](_0x3b26('0x6'))['to'](this),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-revision-history-sidebar__time-period']},'children':[{'tag':_0x3b26('0xd'),'attributes':{'class':['ck',_0x3b26('0x7')]},'children':[{'text':_0x4c420c}]},{'tag':_0x3b26('0x4'),'attributes':{'class':['ck',_0x3b26('0x11')]},'children':this[_0x3b26('0x8')]}]});}[_0x3b26('0xa')](_0x577c84){const _0x490bab=new _0x3396a8(this['locale'],_0x577c84,this[_0x3b26('0x5')]);this['revisionViews'][_0x3b26('0xc')](_0x490bab);}[_0x3b26('0x10')](_0xd3e8f){const _0x6f2c97=this['revisionViews'][_0x3b26('0xb')](_0x239836=>_0x239836['id']===_0xd3e8f['id']);this[_0x3b26('0x8')][_0x3b26('0x2')](_0x6f2c97);}}
23
+ const _0x43b9=['_revisionActions','setTemplate','addRevision','setName','uiLanguage','createCollection','ck-revision-history-sidebar__time-period','startDate','localizedPeriodName','div','select','revisionViews','ck-revision-history-sidebar__time-period__revisions','find','locale','delegate','remove','ck-revision-history-sidebar__time-period__label'];(function(_0x2314f8,_0x43b95e){const _0x4cae26=function(_0x5ba87d){while(--_0x5ba87d){_0x2314f8['push'](_0x2314f8['shift']());}};_0x4cae26(++_0x43b95e);}(_0x43b9,0xf7));const _0x4cae=function(_0x2314f8,_0x43b95e){_0x2314f8=_0x2314f8-0x0;let _0x4cae26=_0x43b9[_0x2314f8];return _0x4cae26;};import{View as _0x578bb8}from'ckeditor5/src/ui';import _0x21c032 from'../revision/revisionview';import{getDateTimePeriodInfo as _0x2879ea}from'./utils';import'../../../theme/revisionssidebar/revisionssidebartimeperiod.css';export default class pi extends _0x578bb8{constructor(_0xf5ea11,_0x4f908c,_0x27b7f3){super(_0xf5ea11);const _0x2413ab=_0x2879ea(_0x4f908c,this[_0x4cae('0x1')][_0x4cae('0x9')])[_0x4cae('0xd')];this[_0x4cae('0xc')]=_0x4f908c,this['_revisionActions']=_0x27b7f3,this[_0x4cae('0x10')]=this[_0x4cae('0xa')](),this['revisionViews'][_0x4cae('0x2')](_0x4cae('0xf'))['to'](this),this['revisionViews']['delegate'](_0x4cae('0x8'))['to'](this),this[_0x4cae('0x6')]({'tag':_0x4cae('0xe'),'attributes':{'class':['ck',_0x4cae('0xb')]},'children':[{'tag':'span','attributes':{'class':['ck',_0x4cae('0x4')]},'children':[{'text':_0x2413ab}]},{'tag':_0x4cae('0xe'),'attributes':{'class':['ck',_0x4cae('0x11')]},'children':this[_0x4cae('0x10')]}]});}[_0x4cae('0x7')](_0x597c1d){const _0x4b0a0b=new _0x21c032(this[_0x4cae('0x1')],_0x597c1d,this[_0x4cae('0x5')]);this['revisionViews']['add'](_0x4b0a0b);}['removeRevision'](_0x18df6e){const _0x50defc=this[_0x4cae('0x10')][_0x4cae('0x0')](_0x57b2c9=>_0x57b2c9['id']===_0x18df6e['id']);this['revisionViews'][_0x4cae('0x3')](_0x50defc);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4c9d=['unhighlight','ck-revision-history-sidebar','some','revisionViews','getTime','_revisions','remove','bindTemplate','select','find','delegate','removeRevision','flat','ck-disabled','createCollection','add','locale','ck-revision-history-sidebar__timeline','highlight','_addRevision','timePeriodViews','render','_removeRevision','set','fire','setName','startDate','ck-rounded-corners','addRevision','revisionSetName','isEnabled','map','_revisionActions','selectRevision','_getTimePeriodViewByStartDate','get'];(function(_0x17abf8,_0x4c9dc6){const _0x2a4b98=function(_0xa9a417){while(--_0xa9a417){_0x17abf8['push'](_0x17abf8['shift']());}};_0x2a4b98(++_0x4c9dc6);}(_0x4c9d,0xc7));const _0x2a4b=function(_0x17abf8,_0x4c9dc6){_0x17abf8=_0x17abf8-0x0;let _0x2a4b98=_0x4c9d[_0x17abf8];return _0x2a4b98;};import{View as _0x337a7b}from'ckeditor5/src/ui';import _0x33da07 from'./revisionssidebartimeperiodview';import _0x5cc5f9 from'./revisionssidebarheaderview';import{getDateTimePeriodInfo as _0x2de010}from'./utils';import'../../../theme/revisionssidebar/revisionssidebar.css';export default class vi extends _0x337a7b{constructor(_0x22cc06,_0x77d616,_0x595056){super(_0x22cc06);const _0x17c265=this[_0x2a4b('0x18')];this['timePeriodViews']=this[_0x2a4b('0x1f')](),this[_0x2a4b('0x1')][_0x2a4b('0x1b')](_0x2a4b('0x19'))['to'](this),this['timePeriodViews'][_0x2a4b('0x1b')](_0x2a4b('0x6'))['to'](this),this[_0x2a4b('0x16')]=_0x77d616,this['_revisionActions']=_0x595056,this['on'](_0x2a4b('0x19'),(_0x57eacb,_0x1d0f56)=>{this[_0x2a4b('0x5')]('revisionSelected',_0x1d0f56);}),this['on'](_0x2a4b('0x6'),(_0x2d32f5,_0x385367)=>{this[_0x2a4b('0x5')](_0x2a4b('0xa'),_0x385367);}),this[_0x2a4b('0x4')]('isEnabled',!0x1),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset',_0x2a4b('0x8'),_0x2a4b('0x12')]},'children':[new _0x5cc5f9(_0x22cc06),{'tag':'div','attributes':{'class':['ck',_0x2a4b('0x22'),_0x17c265['if'](_0x2a4b('0xb'),_0x2a4b('0x1e'),_0x465d7c=>!_0x465d7c)]},'children':this['timePeriodViews']}]});}['render'](){super[_0x2a4b('0x2')]();for(const _0x3d5fdd of this[_0x2a4b('0x16')])this[_0x2a4b('0x0')](_0x3d5fdd);this[_0x2a4b('0x16')]['on'](_0x2a4b('0x20'),(_0x14aae7,_0xa06356)=>{this[_0x2a4b('0x0')](_0xa06356);}),this['_revisions']['on'](_0x2a4b('0x17'),(_0x5af3c7,_0x19c757)=>{this[_0x2a4b('0x3')](_0x19c757);});}get[_0x2a4b('0x14')](){return this[_0x2a4b('0x1')][_0x2a4b('0xc')](_0x1f69d3=>_0x1f69d3[_0x2a4b('0x14')]['map'](_0x7e65a7=>_0x7e65a7))[_0x2a4b('0x1d')]();}[_0x2a4b('0xe')](_0x5398d1){for(const _0x5affc3 of this[_0x2a4b('0x14')])_0x5398d1&&_0x5398d1['id']===_0x5affc3['id']?_0x5affc3[_0x2a4b('0x19')]():_0x5affc3['deselect']();}['highlightRevisions'](_0x4c1763){for(const _0x384fe9 of this[_0x2a4b('0x14')])_0x4c1763[_0x2a4b('0x13')](({id:_0x2a89e7})=>_0x2a89e7===_0x384fe9['id'])?_0x384fe9[_0x2a4b('0x23')]():_0x384fe9[_0x2a4b('0x11')]();}[_0x2a4b('0x0')](_0x24a330){const _0x1816da=_0x2de010(_0x24a330['createdAt'])[_0x2a4b('0x7')];let _0x31bf23=this[_0x2a4b('0x1')][_0x2a4b('0x10')](0x0);_0x31bf23&&_0x31bf23[_0x2a4b('0x7')][_0x2a4b('0x15')]()===_0x1816da[_0x2a4b('0x15')]()||(_0x31bf23=new _0x33da07(this[_0x2a4b('0x21')],_0x1816da,this[_0x2a4b('0xd')]),this['timePeriodViews'][_0x2a4b('0x20')](_0x31bf23)),_0x31bf23[_0x2a4b('0x9')](_0x24a330);}[_0x2a4b('0x3')](_0x1c8c58){const _0x4db51f=_0x2de010(_0x1c8c58['createdAt'])[_0x2a4b('0x7')];this['_getTimePeriodViewByStartDate'](_0x4db51f)[_0x2a4b('0x1c')](_0x1c8c58);}[_0x2a4b('0xf')](_0x1cfae3){return this[_0x2a4b('0x1')][_0x2a4b('0x1a')](_0x251bab=>_0x251bab[_0x2a4b('0x7')]['getTime']()===_0x1cfae3[_0x2a4b('0x15')]());}}
23
+ const _0xe645=['flat','highlightRevisions','some','createdAt','timePeriodViews','select','add','_addRevision','unhighlight','selectRevision','addRevision','locale','ck-reset','isEnabled','ck-rounded-corners','setName','getTime','_revisions','ck-disabled','revisionSetName','map','ck-revision-history-sidebar','div','deselect','removeRevision','revisionViews','highlight','_removeRevision','render','_getTimePeriodViewByStartDate','fire','ck-revision-history-sidebar__timeline','startDate','createCollection','_revisionActions'];(function(_0x519c7e,_0xe6457c){const _0x272a20=function(_0xee63ed){while(--_0xee63ed){_0x519c7e['push'](_0x519c7e['shift']());}};_0x272a20(++_0xe6457c);}(_0xe645,0x1bb));const _0x272a=function(_0x519c7e,_0xe6457c){_0x519c7e=_0x519c7e-0x0;let _0x272a20=_0xe645[_0x519c7e];return _0x272a20;};import{View as _0x4a11fb}from'ckeditor5/src/ui';import _0x1ce06c from'./revisionssidebartimeperiodview';import _0x3c06f2 from'./revisionssidebarheaderview';import{getDateTimePeriodInfo as _0x5e0064}from'./utils';import'../../../theme/revisionssidebar/revisionssidebar.css';export default class vi extends _0x4a11fb{constructor(_0x8e6037,_0x44c65f,_0xafe8f2){super(_0x8e6037);const _0x320f47=this['bindTemplate'];this[_0x272a('0x10')]=this[_0x272a('0xa')](),this['timePeriodViews']['delegate']('select')['to'](this),this[_0x272a('0x10')]['delegate']('setName')['to'](this),this[_0x272a('0x1d')]=_0x44c65f,this[_0x272a('0xb')]=_0xafe8f2,this['on'](_0x272a('0x11'),(_0x169199,_0x430648)=>{this[_0x272a('0x7')]('revisionSelected',_0x430648);}),this['on'](_0x272a('0x1b'),(_0x21f74e,_0x2b9e12)=>{this[_0x272a('0x7')](_0x272a('0x1f'),_0x2b9e12);}),this['set']('isEnabled',!0x1),this['setTemplate']({'tag':_0x272a('0x22'),'attributes':{'class':['ck',_0x272a('0x18'),_0x272a('0x1a'),_0x272a('0x21')]},'children':[new _0x3c06f2(_0x8e6037),{'tag':'div','attributes':{'class':['ck',_0x272a('0x8'),_0x320f47['if'](_0x272a('0x19'),_0x272a('0x1e'),_0x172d3a=>!_0x172d3a)]},'children':this['timePeriodViews']}]});}[_0x272a('0x5')](){super[_0x272a('0x5')]();for(const _0x3fcda9 of this[_0x272a('0x1d')])this[_0x272a('0x13')](_0x3fcda9);this[_0x272a('0x1d')]['on']('add',(_0x27c47d,_0x180dfd)=>{this[_0x272a('0x13')](_0x180dfd);}),this[_0x272a('0x1d')]['on']('remove',(_0x1fad9b,_0x1928ce)=>{this[_0x272a('0x4')](_0x1928ce);});}get[_0x272a('0x2')](){return this['timePeriodViews']['map'](_0x416919=>_0x416919[_0x272a('0x2')][_0x272a('0x20')](_0x2f75ac=>_0x2f75ac))[_0x272a('0xc')]();}[_0x272a('0x15')](_0x49b95a){for(const _0xd1ce5 of this['revisionViews'])_0x49b95a&&_0x49b95a['id']===_0xd1ce5['id']?_0xd1ce5[_0x272a('0x11')]():_0xd1ce5[_0x272a('0x0')]();}[_0x272a('0xd')](_0x14300f){for(const _0x578bbe of this[_0x272a('0x2')])_0x14300f[_0x272a('0xe')](({id:_0x12a93d})=>_0x12a93d===_0x578bbe['id'])?_0x578bbe[_0x272a('0x3')]():_0x578bbe[_0x272a('0x14')]();}['_addRevision'](_0x351095){const _0x3b7272=_0x5e0064(_0x351095['createdAt'])[_0x272a('0x9')];let _0x51c3f7=this['timePeriodViews']['get'](0x0);_0x51c3f7&&_0x51c3f7[_0x272a('0x9')][_0x272a('0x1c')]()===_0x3b7272[_0x272a('0x1c')]()||(_0x51c3f7=new _0x1ce06c(this[_0x272a('0x17')],_0x3b7272,this[_0x272a('0xb')]),this['timePeriodViews'][_0x272a('0x12')](_0x51c3f7)),_0x51c3f7[_0x272a('0x16')](_0x351095);}[_0x272a('0x4')](_0x3b813a){const _0x4d0a58=_0x5e0064(_0x3b813a[_0x272a('0xf')])['startDate'];this['_getTimePeriodViewByStartDate'](_0x4d0a58)[_0x272a('0x1')](_0x3b813a);}[_0x272a('0x6')](_0x220eaf){return this['timePeriodViews']['find'](_0x1a2490=>_0x1a2490['startDate'][_0x272a('0x1c')]()===_0x220eaf[_0x272a('0x1c')]());}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3987=['week','minus','setLocale','year','hasSame','day','startOf','toRelativeCalendar','monthLong','local','weekdayLong','toJSDate','month'];(function(_0x3357db,_0x3987cd){const _0x38b9f2=function(_0x166f20){while(--_0x166f20){_0x3357db['push'](_0x3357db['shift']());}};_0x38b9f2(++_0x3987cd);}(_0x3987,0x13b));const _0x38b9=function(_0x3357db,_0x3987cd){_0x3357db=_0x3357db-0x0;let _0x38b9f2=_0x3987[_0x3357db];return _0x38b9f2;};import{DateTime as _0x36afc5}from'luxon';export function getDateTimePeriodInfo(_0x33830e,_0xdb79c9){_0x33830e=_0x36afc5['fromJSDate'](_0x33830e)[_0x38b9('0xc')](_0xdb79c9);const _0x33aa52=_0x36afc5[_0x38b9('0x6')](),_0x8be959=_0x33aa52[_0x38b9('0xb')]({'days':0x1})[_0x38b9('0x3')]('day');let _0x1c7c29,_0x4bfecb;return _0x33830e['hasSame'](_0x33aa52,_0x38b9('0x2'))?(_0x1c7c29=_0x33830e[_0x38b9('0x3')](_0x38b9('0x2'))['toJSDate'](),_0x4bfecb=_0x33830e[_0x38b9('0x4')]()):_0x33830e['hasSame'](_0x8be959,_0x38b9('0x2'))?(_0x1c7c29=_0x8be959[_0x38b9('0x8')](),_0x4bfecb=_0x33830e['toRelativeCalendar']()):_0x33830e[_0x38b9('0x1')](_0x33aa52,_0x38b9('0xa'))?(_0x1c7c29=_0x33830e[_0x38b9('0x3')]('week')[_0x38b9('0x8')](),_0x4bfecb=_0x33830e[_0x38b9('0x7')]):_0x33830e['hasSame'](_0x33aa52,_0x38b9('0x0'))?(_0x1c7c29=_0x33830e[_0x38b9('0x3')](_0x38b9('0x9'))[_0x38b9('0x8')](),_0x4bfecb=_0x33830e[_0x38b9('0x5')]):(_0x1c7c29=_0x33830e[_0x38b9('0x3')]('year')[_0x38b9('0x8')](),_0x4bfecb=_0x33830e[_0x38b9('0x0')]),{'startDate':_0x1c7c29,'localizedPeriodName':_0x4bfecb};}
23
+ const _0x59e1=['toRelativeCalendar','startOf','week','toJSDate','setLocale','day','hasSame','year','local','monthLong','fromJSDate','weekdayLong','month'];(function(_0x5e9537,_0x59e188){const _0x8a9f1d=function(_0x4d7f14){while(--_0x4d7f14){_0x5e9537['push'](_0x5e9537['shift']());}};_0x8a9f1d(++_0x59e188);}(_0x59e1,0x1f1));const _0x8a9f=function(_0x5e9537,_0x59e188){_0x5e9537=_0x5e9537-0x0;let _0x8a9f1d=_0x59e1[_0x5e9537];return _0x8a9f1d;};import{DateTime as _0x180fe3}from'luxon';export function getDateTimePeriodInfo(_0xde5f8f,_0x2fa0d6){_0xde5f8f=_0x180fe3[_0x8a9f('0x7')](_0xde5f8f)[_0x8a9f('0x1')](_0x2fa0d6);const _0x46e2ef=_0x180fe3[_0x8a9f('0x5')](),_0x24a4e7=_0x46e2ef['minus']({'days':0x1})[_0x8a9f('0xb')]('day');let _0x4e9a93,_0x1eb60b;return _0xde5f8f['hasSame'](_0x46e2ef,'day')?(_0x4e9a93=_0xde5f8f[_0x8a9f('0xb')](_0x8a9f('0x2'))[_0x8a9f('0x0')](),_0x1eb60b=_0xde5f8f['toRelativeCalendar']()):_0xde5f8f[_0x8a9f('0x3')](_0x24a4e7,_0x8a9f('0x2'))?(_0x4e9a93=_0x24a4e7[_0x8a9f('0x0')](),_0x1eb60b=_0xde5f8f[_0x8a9f('0xa')]()):_0xde5f8f[_0x8a9f('0x3')](_0x46e2ef,'week')?(_0x4e9a93=_0xde5f8f['startOf'](_0x8a9f('0xc'))['toJSDate'](),_0x1eb60b=_0xde5f8f[_0x8a9f('0x8')]):_0xde5f8f['hasSame'](_0x46e2ef,_0x8a9f('0x4'))?(_0x4e9a93=_0xde5f8f['startOf'](_0x8a9f('0x9'))[_0x8a9f('0x0')](),_0x1eb60b=_0xde5f8f[_0x8a9f('0x6')]):(_0x4e9a93=_0xde5f8f[_0x8a9f('0xb')]('year')[_0x8a9f('0x0')](),_0x1eb60b=_0xde5f8f[_0x8a9f('0x4')]),{'startDate':_0x4e9a93,'localizedPeriodName':_0x1eb60b};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x31b1=['setTemplate','isSuggestion','data','ck-revision-change__label','ck-annotation','ck-revision-change__','element','Removed\x20by','focus','_model','author','span','Suggested\x20by','type','bindTemplate','ck-revision-change','set','add'];(function(_0x1cec93,_0x31b1cc){const _0x138f57=function(_0x44d188){while(--_0x44d188){_0x1cec93['push'](_0x1cec93['shift']());}};_0x138f57(++_0x31b1cc);}(_0x31b1,0xdd));const _0x138f=function(_0x1cec93,_0x31b1cc){_0x1cec93=_0x1cec93-0x0;let _0x138f57=_0x31b1[_0x1cec93];return _0x138f57;};import{View as _0x3f8c60}from'ckeditor5/src/ui';import{getTranslation as _0x254182}from'../../utils/common-translations';export default class G extends _0x3f8c60{constructor(_0x465b3f,_0x4089f3){super(_0x465b3f),this[_0x138f('0x4')]=_0x4089f3;const _0x169f65=this[_0x138f('0x9')],_0x53889a=_0x254182(_0x465b3f,_0x4089f3[_0x138f('0xf')][_0x138f('0xe')]?_0x138f('0x7'):_0x138f('0xc')==_0x4089f3[_0x138f('0x8')]?'Added\x20by':_0x138f('0x2'));this[_0x138f('0xb')](_0x138f('0x8'),_0x4089f3[_0x138f('0x8')]),this[_0x138f('0xd')]({'tag':'div','attributes':{'class':[_0x138f('0x11'),_0x138f('0xa'),_0x169f65['to'](_0x138f('0x8'),_0x59959d=>_0x138f('0x0')+_0x59959d)],'tabindex':-0x1},'children':[{'tag':_0x138f('0x6'),'children':[{'tag':_0x138f('0x6'),'attributes':{'class':[_0x138f('0x10')]},'children':[{'text':_0x53889a}]},{'text':'\x20'+_0x4089f3[_0x138f('0x5')]['name']}]}]});}[_0x138f('0x3')](){this[_0x138f('0x1')][_0x138f('0x3')]();}}
23
+ const _0x537b=['setTemplate','author','Added\x20by','div','focus','Suggested\x20by','name','type','set','Removed\x20by','element','span','ck-revision-change__','ck-annotation'];(function(_0x1d6691,_0x537b94){const _0x167bdb=function(_0x12a013){while(--_0x12a013){_0x1d6691['push'](_0x1d6691['shift']());}};_0x167bdb(++_0x537b94);}(_0x537b,0xdf));const _0x167b=function(_0x1d6691,_0x537b94){_0x1d6691=_0x1d6691-0x0;let _0x167bdb=_0x537b[_0x1d6691];return _0x167bdb;};import{View as _0x7d766b}from'ckeditor5/src/ui';import{getTranslation as _0x2cb708}from'../../utils/common-translations';export default class X extends _0x7d766b{constructor(_0x159441,_0x3a3847){super(_0x159441),this['_model']=_0x3a3847;const _0x1dc09c=this['bindTemplate'],_0x315ace=_0x2cb708(_0x159441,_0x3a3847['data']['isSuggestion']?_0x167b('0x6'):'add'==_0x3a3847['type']?_0x167b('0x3'):_0x167b('0xa'));this[_0x167b('0x9')]('type',_0x3a3847[_0x167b('0x8')]),this[_0x167b('0x1')]({'tag':_0x167b('0x4'),'attributes':{'class':[_0x167b('0x0'),'ck-revision-change',_0x1dc09c['to'](_0x167b('0x8'),_0x467a12=>_0x167b('0xd')+_0x467a12)],'tabindex':-0x1},'children':[{'tag':_0x167b('0xc'),'children':[{'tag':'span','attributes':{'class':['ck-revision-change__label']},'children':[{'text':_0x315ace}]},{'text':'\x20'+_0x3a3847[_0x167b('0x2')][_0x167b('0x7')]}]}]});}['focus'](){this[_0x167b('0xb')][_0x167b('0x5')]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1f04=['currentChangeNumber','backward','forward','isBackwardNavigationEnabled','setTemplate','fire','span','ck-revision-history-ui','bind','ck-hidden','isReady','Total','numberOfChanges','_statusText','execute','div','X_OF_Y_CHANGES','ck-revision-history-ui__changes-navigation','bindTemplate','Show\x20previous\x20change','No\x20changes','set','isEnabled','Show\x20next\x20change','_isStatusLabelVisible','isNavigationMode','ck-revision-history-ui__changes-navigation__navigation'];(function(_0xa3c1eb,_0x1f0491){const _0x220469=function(_0x1831c9){while(--_0x1831c9){_0xa3c1eb['push'](_0xa3c1eb['shift']());}};_0x220469(++_0x1f0491);}(_0x1f04,0x8e));const _0x2204=function(_0xa3c1eb,_0x1f0491){_0xa3c1eb=_0xa3c1eb-0x0;let _0x220469=_0x1f04[_0xa3c1eb];return _0x220469;};import{View as _0x165b51,ButtonView as _0x5da276,ToolbarSeparatorView as _0x2b4d0a}from'ckeditor5/src/ui';import{getTranslation as _0xdbfe88}from'../../utils/common-translations';import _0x241840 from'../../../theme/icons/arrow-up.svg';import _0x2b81d7 from'../../../theme/icons/arrow-down.svg';import'../../../theme/changesnavigation.css';export default class bi extends _0x165b51{constructor(_0x4867e0){super(_0x4867e0);const _0x9d9239=this[_0x2204('0xb')],_0x419a55=new _0x5da276(_0x4867e0),_0x403317=new _0x5da276(_0x4867e0);this['set'](_0x2204('0x12'),!0x1),this[_0x2204('0xe')]('isReady',!0x1),this[_0x2204('0xe')]('currentChangeNumber',0x0),this['set'](_0x2204('0x5'),0x0),this['set']('isForwardNavigationEnabled',!0x1),this[_0x2204('0xe')](_0x2204('0x17'),!0x1),this[_0x2204('0x1')](_0x2204('0x11'))['to'](this,_0x2204('0x3'),this,_0x2204('0x5'),(_0x3ad1d9,_0xa1f81)=>_0x3ad1d9&&_0xa1f81>0x0),this[_0x2204('0x1')](_0x2204('0x6'))['to'](this,_0x2204('0x3'),this,_0x2204('0x14'),this,_0x2204('0x5'),this,'isNavigationMode',(_0x1b5798,_0x3f9b82,_0x144fd7,_0x5dc6cc)=>{if(!_0x1b5798)return _0xdbfe88(_0x4867e0,'Loading...');if(!_0x144fd7)return _0xdbfe88(_0x4867e0,_0x2204('0xd'));const _0x5b9071=_0xdbfe88(_0x4867e0,'NUMBER_OF_CHANGES',_0x144fd7);return _0x5dc6cc?_0xdbfe88(_0x4867e0,_0x2204('0x9'),[_0x3f9b82+0x1,_0x144fd7]):_0x5b9071;}),_0x419a55[_0x2204('0xe')]({'label':_0xdbfe88(_0x4867e0,_0x2204('0xc')),'tooltip':!0x0,'icon':_0x241840}),_0x403317[_0x2204('0xe')]({'label':_0xdbfe88(_0x4867e0,_0x2204('0x10')),'tooltip':!0x0,'icon':_0x2b81d7}),_0x419a55[_0x2204('0x1')](_0x2204('0xf'))['to'](this,_0x2204('0x17')),_0x403317[_0x2204('0x1')]('isEnabled')['to'](this,'isForwardNavigationEnabled'),_0x419a55['on'](_0x2204('0x7'),()=>this[_0x2204('0x19')](_0x2204('0x7'),_0x2204('0x15'))),_0x403317['on'](_0x2204('0x7'),()=>this[_0x2204('0x19')](_0x2204('0x7'),_0x2204('0x16'))),this[_0x2204('0x18')]({'tag':_0x2204('0x8'),'attributes':{'class':['ck',_0x2204('0x0'),_0x2204('0xa')]},'children':[{'tag':_0x2204('0x1a'),'attributes':{'class':['ck-revision-history-ui__changes-navigation__wrapper']},'children':[{'tag':_0x2204('0x1a'),'attributes':{'class':['ck-revision-history-ui__changes-navigation__label',_0x9d9239['if']('_isStatusLabelVisible',_0x2204('0x2'),_0x1d2d48=>!_0x1d2d48)]},'children':[{'text':_0x9d9239['to'](_0x2204('0x12'),_0x8eb892=>_0x8eb892?_0xdbfe88(_0x4867e0,'EDIT_X_OF_Y_REVISIONS')+':\x20':_0xdbfe88(_0x4867e0,_0x2204('0x4'))+':\x20')}]},{'text':_0x9d9239['to']('_statusText')}]},new _0x2b4d0a(),{'tag':_0x2204('0x8'),'attributes':{'class':[_0x2204('0x13')]},'children':[_0x419a55,_0x403317]}]});}}
23
+ const _0x3d08=['isForwardNavigationEnabled','span','Total','ck-revision-history-ui__changes-navigation__navigation','ck-hidden','isNavigationMode','fire','isBackwardNavigationEnabled','ck-revision-history-ui__changes-navigation__label','X_OF_Y_CHANGES','Show\x20previous\x20change','setTemplate','forward','execute','ck-revision-history-ui__changes-navigation','Loading...','numberOfChanges','ck-revision-history-ui','backward','EDIT_X_OF_Y_REVISIONS','Show\x20next\x20change','isReady','_isStatusLabelVisible','set','currentChangeNumber','bind','ck-revision-history-ui__changes-navigation__wrapper','div','No\x20changes','NUMBER_OF_CHANGES'];(function(_0x136a6f,_0x3d0877){const _0x29c850=function(_0x22c8b0){while(--_0x22c8b0){_0x136a6f['push'](_0x136a6f['shift']());}};_0x29c850(++_0x3d0877);}(_0x3d08,0xb5));const _0x29c8=function(_0x136a6f,_0x3d0877){_0x136a6f=_0x136a6f-0x0;let _0x29c850=_0x3d08[_0x136a6f];return _0x29c850;};import{View as _0xc828c6,ButtonView as _0x9a764e,ToolbarSeparatorView as _0x35e139}from'ckeditor5/src/ui';import{getTranslation as _0x1f8168}from'../../utils/common-translations';import _0x34a7a7 from'../../../theme/icons/arrow-up.svg';import _0x39b322 from'../../../theme/icons/arrow-down.svg';import'../../../theme/changesnavigation.css';export default class bi extends _0xc828c6{constructor(_0x59c46b){super(_0x59c46b);const _0x51f19e=this['bindTemplate'],_0x45939e=new _0x9a764e(_0x59c46b),_0x1a5d52=new _0x9a764e(_0x59c46b);this[_0x29c8('0x16')]('isNavigationMode',!0x1),this[_0x29c8('0x16')](_0x29c8('0x14'),!0x1),this[_0x29c8('0x16')](_0x29c8('0x17'),0x0),this[_0x29c8('0x16')](_0x29c8('0xf'),0x0),this['set'](_0x29c8('0x1d'),!0x1),this[_0x29c8('0x16')](_0x29c8('0x6'),!0x1),this['bind']('_isStatusLabelVisible')['to'](this,_0x29c8('0x14'),this,_0x29c8('0xf'),(_0x3cd223,_0x3ecc6e)=>_0x3cd223&&_0x3ecc6e>0x0),this[_0x29c8('0x18')]('_statusText')['to'](this,_0x29c8('0x14'),this,_0x29c8('0x17'),this,_0x29c8('0xf'),this,_0x29c8('0x4'),(_0xc090cc,_0x54bef7,_0x362644,_0x406eae)=>{if(!_0xc090cc)return _0x1f8168(_0x59c46b,_0x29c8('0xe'));if(!_0x362644)return _0x1f8168(_0x59c46b,_0x29c8('0x1b'));const _0x56c2db=_0x1f8168(_0x59c46b,_0x29c8('0x1c'),_0x362644);return _0x406eae?_0x1f8168(_0x59c46b,_0x29c8('0x8'),[_0x54bef7+0x1,_0x362644]):_0x56c2db;}),_0x45939e['set']({'label':_0x1f8168(_0x59c46b,_0x29c8('0x9')),'tooltip':!0x0,'icon':_0x34a7a7}),_0x1a5d52[_0x29c8('0x16')]({'label':_0x1f8168(_0x59c46b,_0x29c8('0x13')),'tooltip':!0x0,'icon':_0x39b322}),_0x45939e[_0x29c8('0x18')]('isEnabled')['to'](this,_0x29c8('0x6')),_0x1a5d52['bind']('isEnabled')['to'](this,_0x29c8('0x1d')),_0x45939e['on'](_0x29c8('0xc'),()=>this[_0x29c8('0x5')](_0x29c8('0xc'),_0x29c8('0x11'))),_0x1a5d52['on'](_0x29c8('0xc'),()=>this['fire'](_0x29c8('0xc'),_0x29c8('0xb'))),this[_0x29c8('0xa')]({'tag':'div','attributes':{'class':['ck',_0x29c8('0x10'),_0x29c8('0xd')]},'children':[{'tag':'span','attributes':{'class':[_0x29c8('0x19')]},'children':[{'tag':_0x29c8('0x0'),'attributes':{'class':[_0x29c8('0x7'),_0x51f19e['if'](_0x29c8('0x15'),_0x29c8('0x3'),_0x5c8cc3=>!_0x5c8cc3)]},'children':[{'text':_0x51f19e['to'](_0x29c8('0x4'),_0x2ccc7f=>_0x2ccc7f?_0x1f8168(_0x59c46b,_0x29c8('0x12'))+':\x20':_0x1f8168(_0x59c46b,_0x29c8('0x1'))+':\x20')}]},{'text':_0x51f19e['to']('_statusText')}]},new _0x35e139(),{'tag':_0x29c8('0x1a'),'attributes':{'class':[_0x29c8('0x2')]},'children':[_0x45939e,_0x1a5d52]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5784=['document','roots','hide','change','removeClass','show','addClass','editor','ck-editor__editable__loading-overlay','RevisionViewerLoadingOverlay','editing','view'];(function(_0x4614d7,_0x578457){const _0x2f8e57=function(_0x3f0b8e){while(--_0x3f0b8e){_0x4614d7['push'](_0x4614d7['shift']());}};_0x2f8e57(++_0x578457);}(_0x5784,0x18a));const _0x2f8e=function(_0x4614d7,_0x578457){_0x4614d7=_0x4614d7-0x0;let _0x2f8e57=_0x5784[_0x4614d7];return _0x2f8e57;};import{Plugin as _0x20430e}from'ckeditor5/src/core';import'../../../theme/revisionviewerloadingoverlay.css';export default class ee extends _0x20430e{static get['pluginName'](){return _0x2f8e('0xb');}[_0x2f8e('0x7')](){const _0x39ece3=this['editor'][_0x2f8e('0x0')]['view'];_0x39ece3['change'](_0x4a5193=>{for(const _0x3133cd of _0x39ece3[_0x2f8e('0x2')][_0x2f8e('0x3')])_0x4a5193[_0x2f8e('0x8')](_0x2f8e('0xa'),_0x3133cd);});}[_0x2f8e('0x4')](){const _0x1b46b9=this[_0x2f8e('0x9')][_0x2f8e('0x0')][_0x2f8e('0x1')];_0x1b46b9[_0x2f8e('0x5')](_0x1adb26=>{for(const _0x179ce6 of _0x1b46b9[_0x2f8e('0x2')][_0x2f8e('0x3')])_0x1adb26[_0x2f8e('0x6')](_0x2f8e('0xa'),_0x179ce6);});}}
23
+ const _0xaba0=['view','removeClass','hide','pluginName','show','ck-editor__editable__loading-overlay','editor','change','document','RevisionViewerLoadingOverlay','addClass','roots'];(function(_0x5e5eb9,_0xaba09){const _0x3dd17f=function(_0x5bc382){while(--_0x5bc382){_0x5e5eb9['push'](_0x5e5eb9['shift']());}};_0x3dd17f(++_0xaba09);}(_0xaba0,0x1f0));const _0x3dd1=function(_0x5e5eb9,_0xaba09){_0x5e5eb9=_0x5e5eb9-0x0;let _0x3dd17f=_0xaba0[_0x5e5eb9];return _0x3dd17f;};import{Plugin as _0x1d44ff}from'ckeditor5/src/core';import'../../../theme/revisionviewerloadingoverlay.css';export default class ee extends _0x1d44ff{static get[_0x3dd1('0xb')](){return _0x3dd1('0x5');}[_0x3dd1('0x0')](){const _0x4f0f2e=this[_0x3dd1('0x2')]['editing'][_0x3dd1('0x8')];_0x4f0f2e['change'](_0x100396=>{for(const _0x44ef04 of _0x4f0f2e['document'][_0x3dd1('0x7')])_0x100396[_0x3dd1('0x6')]('ck-editor__editable__loading-overlay',_0x44ef04);});}[_0x3dd1('0xa')](){const _0x5875f0=this['editor']['editing'][_0x3dd1('0x8')];_0x5875f0[_0x3dd1('0x3')](_0xb2c837=>{for(const _0x44a6e0 of _0x5875f0[_0x3dd1('0x4')][_0x3dd1('0x7')])_0xb2c837[_0x3dd1('0x9')](_0x3dd1('0x1'),_0x44a6e0);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xccf2=['isReady','add','requires','hide','restoreRevision','show','showPreviousChange','bind','execute','isEnabled','commands','closeRevisionViewerCallback','Restore\x20this\x20revision','currentChangeNumber','pluginName','set','showNextChange','revisionHistory','isBackwardNavigationEnabled','numberOfChanges','isNavigationMode','ck-revision-history-ui__back-to-editing','listenTo','forward','exitToEditing','plugins','init','componentFactory','config','get','changesNavigation','RevisionViewerUI','editor'];(function(_0x4d6742,_0xccf279){const _0x2d91f7=function(_0x441421){while(--_0x441421){_0x4d6742['push'](_0x4d6742['shift']());}};_0x2d91f7(++_0xccf279);}(_0xccf2,0x1a9));const _0x2d91=function(_0x4d6742,_0xccf279){_0x4d6742=_0x4d6742-0x0;let _0x2d91f7=_0xccf2[_0x4d6742];return _0x2d91f7;};import{Plugin as _0x11e488}from'ckeditor5/src/core';import{ButtonView as _0x18cca8}from'ckeditor5/src/ui';import _0x394cc7 from'./changesnavigationview';import _0x12f414 from'./../../revisionviewer';import _0x31786a from'./revisionviewerloadingoverlay';import{getTranslation as _0x38855e}from'../../utils/common-translations';import _0xedc1b6 from'@ckeditor/ckeditor5-undo/theme/icons/undo.svg';import'../../../theme/revisionviewer.css';export default class R extends _0x11e488{static get[_0x2d91('0x12')](){return _0x2d91('0x2');}static get[_0x2d91('0x6')](){return[_0x12f414,_0x31786a];}[_0x2d91('0x1e')](){const _0x458160=this[_0x2d91('0x3')],_0x4de31c=_0x458160[_0x2d91('0x1d')][_0x2d91('0x0')](_0x12f414),_0x1f60b8=_0x458160[_0x2d91('0x1d')][_0x2d91('0x0')](_0x31786a);_0x458160['ui']['componentFactory'][_0x2d91('0x5')](_0x2d91('0x1c'),_0x19375a=>{const _0x395f39=new _0x18cca8(_0x19375a);return _0x395f39[_0x2d91('0x13')]({'label':_0x38855e(_0x19375a,'Back\x20to\x20editing'),'icon':_0xedc1b6,'withText':!0x0,'tooltip':!0x0,'class':_0x2d91('0x19')}),this[_0x2d91('0x1a')](_0x395f39,_0x2d91('0xc'),()=>{_0x458160[_0x2d91('0x20')]['get'](_0x2d91('0x15'))[_0x2d91('0xf')]();}),_0x395f39;}),_0x458160['ui']['componentFactory'][_0x2d91('0x5')](_0x2d91('0x8'),_0x4c357a=>{const _0x48cbe0=new _0x18cca8(_0x4c357a);return _0x48cbe0['set']({'label':_0x38855e(_0x4c357a,_0x2d91('0x10')),'withText':!0x0,'tooltip':!0x0}),_0x48cbe0[_0x2d91('0xb')](_0x2d91('0xd'))['to'](_0x458160[_0x2d91('0xe')][_0x2d91('0x0')](_0x2d91('0x8'))),this[_0x2d91('0x1a')](_0x48cbe0,_0x2d91('0xc'),()=>_0x458160[_0x2d91('0xc')](_0x2d91('0x8'))),_0x48cbe0;}),_0x458160['ui'][_0x2d91('0x1f')][_0x2d91('0x5')](_0x2d91('0x1'),_0x37d112=>{const _0x838921=new _0x394cc7(_0x37d112),_0x2ec15e=_0x458160[_0x2d91('0xe')][_0x2d91('0x0')](_0x2d91('0xa')),_0x531302=_0x458160['commands'][_0x2d91('0x0')](_0x2d91('0x14'));return _0x838921['bind'](_0x2d91('0x16'))['to'](_0x2ec15e,_0x2d91('0xd')),_0x838921[_0x2d91('0xb')]('isForwardNavigationEnabled')['to'](_0x531302,_0x2d91('0xd')),_0x838921[_0x2d91('0xb')](_0x2d91('0x4'),_0x2d91('0x11'),_0x2d91('0x17'),_0x2d91('0x18'))['to'](_0x4de31c),this['listenTo'](_0x838921,_0x2d91('0xc'),(_0x430665,_0x519080)=>{_0x458160['execute'](_0x2d91('0x1b')===_0x519080?'showNextChange':_0x2d91('0xa'));}),_0x838921;}),_0x1f60b8['show'](),_0x4de31c['on']('change:isReady',(_0x3a6bde,_0x34afa1,_0x455dc9)=>{_0x455dc9?_0x1f60b8[_0x2d91('0x7')]():_0x1f60b8[_0x2d91('0x9')]();});}}
23
+ const _0x3695=['change:isReady','pluginName','numberOfChanges','set','ck-revision-history-ui__back-to-editing','editor','config','componentFactory','restoreRevision','currentChangeNumber','isForwardNavigationEnabled','isEnabled','isNavigationMode','get','closeRevisionViewerCallback','exitToEditing','show','Restore\x20this\x20revision','revisionHistory','bind','requires','init','listenTo','isReady','commands','hide','changesNavigation','showNextChange','execute','add','plugins','Back\x20to\x20editing','isBackwardNavigationEnabled','showPreviousChange'];(function(_0xdb3f76,_0x3695a1){const _0x402ade=function(_0x52577f){while(--_0x52577f){_0xdb3f76['push'](_0xdb3f76['shift']());}};_0x402ade(++_0x3695a1);}(_0x3695,0x9d));const _0x402a=function(_0xdb3f76,_0x3695a1){_0xdb3f76=_0xdb3f76-0x0;let _0x402ade=_0x3695[_0xdb3f76];return _0x402ade;};import{Plugin as _0x4ba7e4}from'ckeditor5/src/core';import{ButtonView as _0x472319}from'ckeditor5/src/ui';import _0x20898d from'./changesnavigationview';import _0x51dcc2 from'./../../revisionviewer';import _0x29f1da from'./revisionviewerloadingoverlay';import{getTranslation as _0xd296ba}from'../../utils/common-translations';import _0x443443 from'@ckeditor/ckeditor5-undo/theme/icons/undo.svg';import'../../../theme/revisionviewer.css';export default class m extends _0x4ba7e4{static get[_0x402a('0xe')](){return'RevisionViewerUI';}static get[_0x402a('0x21')](){return[_0x51dcc2,_0x29f1da];}[_0x402a('0x0')](){const _0x2d1058=this[_0x402a('0x12')],_0xf0c2f1=_0x2d1058[_0x402a('0x9')][_0x402a('0x1a')](_0x51dcc2),_0x17d183=_0x2d1058[_0x402a('0x9')]['get'](_0x29f1da);_0x2d1058['ui'][_0x402a('0x14')][_0x402a('0x8')](_0x402a('0x1c'),_0x477bc8=>{const _0x25fd3d=new _0x472319(_0x477bc8);return _0x25fd3d[_0x402a('0x10')]({'label':_0xd296ba(_0x477bc8,_0x402a('0xa')),'icon':_0x443443,'withText':!0x0,'tooltip':!0x0,'class':_0x402a('0x11')}),this['listenTo'](_0x25fd3d,_0x402a('0x7'),()=>{_0x2d1058[_0x402a('0x13')][_0x402a('0x1a')](_0x402a('0x1f'))[_0x402a('0x1b')]();}),_0x25fd3d;}),_0x2d1058['ui']['componentFactory']['add'](_0x402a('0x15'),_0x242cf0=>{const _0x3958bd=new _0x472319(_0x242cf0);return _0x3958bd[_0x402a('0x10')]({'label':_0xd296ba(_0x242cf0,_0x402a('0x1e')),'withText':!0x0,'tooltip':!0x0}),_0x3958bd[_0x402a('0x20')](_0x402a('0x18'))['to'](_0x2d1058['commands'][_0x402a('0x1a')]('restoreRevision')),this[_0x402a('0x1')](_0x3958bd,_0x402a('0x7'),()=>_0x2d1058[_0x402a('0x7')]('restoreRevision')),_0x3958bd;}),_0x2d1058['ui']['componentFactory'][_0x402a('0x8')](_0x402a('0x5'),_0x7e07ae=>{const _0x160a00=new _0x20898d(_0x7e07ae),_0x2374fa=_0x2d1058[_0x402a('0x3')][_0x402a('0x1a')](_0x402a('0xc')),_0x5ee84b=_0x2d1058[_0x402a('0x3')][_0x402a('0x1a')](_0x402a('0x6'));return _0x160a00[_0x402a('0x20')](_0x402a('0xb'))['to'](_0x2374fa,_0x402a('0x18')),_0x160a00[_0x402a('0x20')](_0x402a('0x17'))['to'](_0x5ee84b,_0x402a('0x18')),_0x160a00['bind'](_0x402a('0x2'),_0x402a('0x16'),_0x402a('0xf'),_0x402a('0x19'))['to'](_0xf0c2f1),this[_0x402a('0x1')](_0x160a00,_0x402a('0x7'),(_0x3e2639,_0x57143c)=>{_0x2d1058['execute']('forward'===_0x57143c?_0x402a('0x6'):_0x402a('0xc'));}),_0x160a00;}),_0x17d183[_0x402a('0x1d')](),_0xf0c2f1['on'](_0x402a('0xd'),(_0x31b8f6,_0x7a7ec7,_0x3bcac4)=>{_0x3bcac4?_0x17d183[_0x402a('0x4')]():_0x17d183[_0x402a('0x1d')]();});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x376483,_0x37e706,_0x5a6500){const t=_0x376483['t'];switch(_0x37e706){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'},_0x5a6500);case'X_OF_Y_CHANGES':return t({'string':'%0\x20of\x20%1','id':'X_OF_Y_CHANGES'},_0x5a6500);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(_0x55ffac,_0x38a82b,_0x3aaab5){const t=_0x55ffac['t'];switch(_0x38a82b){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'},_0x3aaab5);case'X_OF_Y_CHANGES':return t({'string':'%0\x20of\x20%1','id':'X_OF_Y_CHANGES'},_0x3aaab5);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'});}}