@ckeditor/ckeditor5-comments 0.0.0-nightly-20231215.0 → 0.0.0-nightly-20231216.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 (85) hide show
  1. package/build/comments.js +1 -1
  2. package/package.json +4 -3
  3. package/src/annotations/annotation.d.ts +6 -6
  4. package/src/annotations/annotation.js +1 -1
  5. package/src/annotations/annotationcollection.d.ts +3 -3
  6. package/src/annotations/annotationcollection.js +1 -1
  7. package/src/annotations/annotations.d.ts +6 -6
  8. package/src/annotations/annotations.js +1 -1
  9. package/src/annotations/annotationsuis.d.ts +5 -5
  10. package/src/annotations/annotationsuis.js +1 -1
  11. package/src/annotations/editorannotations.d.ts +4 -4
  12. package/src/annotations/editorannotations.js +1 -1
  13. package/src/annotations/inlineannotations.d.ts +6 -6
  14. package/src/annotations/inlineannotations.js +1 -1
  15. package/src/annotations/narrowsidebar.d.ts +6 -6
  16. package/src/annotations/narrowsidebar.js +1 -1
  17. package/src/annotations/sidebar.d.ts +5 -5
  18. package/src/annotations/sidebar.js +1 -1
  19. package/src/annotations/view/annotationcounterbuttonview.d.ts +2 -2
  20. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  21. package/src/annotations/view/annotationview.d.ts +2 -2
  22. package/src/annotations/view/annotationview.js +1 -1
  23. package/src/annotations/view/sidebaritemview.d.ts +2 -2
  24. package/src/annotations/view/sidebaritemview.js +1 -1
  25. package/src/annotations/view/sidebarview.d.ts +2 -2
  26. package/src/annotations/view/sidebarview.js +1 -1
  27. package/src/annotations/widesidebar.d.ts +5 -5
  28. package/src/annotations/widesidebar.js +1 -1
  29. package/src/augmentation.d.ts +1 -1
  30. package/src/comments/addcommentthreadcommand.d.ts +1 -1
  31. package/src/comments/addcommentthreadcommand.js +1 -1
  32. package/src/comments/commentsarchive.d.ts +4 -4
  33. package/src/comments/commentsarchive.js +1 -1
  34. package/src/comments/commentsarchiveui.d.ts +5 -5
  35. package/src/comments/commentsarchiveui.js +1 -1
  36. package/src/comments/commentsediting.d.ts +6 -6
  37. package/src/comments/commentsediting.js +1 -1
  38. package/src/comments/commentsrepository.d.ts +11 -11
  39. package/src/comments/commentsrepository.js +1 -1
  40. package/src/comments/commentsui.d.ts +5 -5
  41. package/src/comments/commentsui.js +1 -1
  42. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  43. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  44. package/src/comments/integrations/importword.d.ts +1 -1
  45. package/src/comments/integrations/importword.js +1 -1
  46. package/src/comments/ui/commenteditor/commenteditor.d.ts +4 -4
  47. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  48. package/src/comments/ui/commenteditor/commenteditorui.d.ts +3 -3
  49. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  50. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +3 -3
  51. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  52. package/src/comments/ui/commentthreadcontroller.d.ts +4 -4
  53. package/src/comments/ui/commentthreadcontroller.js +1 -1
  54. package/src/comments/ui/view/basecommentthreadview.d.ts +8 -8
  55. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  56. package/src/comments/ui/view/basecommentview.d.ts +4 -4
  57. package/src/comments/ui/view/basecommentview.js +1 -1
  58. package/src/comments/ui/view/collapsedcommentsview.d.ts +2 -2
  59. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  60. package/src/comments/ui/view/commentcontentview.d.ts +2 -2
  61. package/src/comments/ui/view/commentcontentview.js +1 -1
  62. package/src/comments/ui/view/commentinputview.d.ts +4 -4
  63. package/src/comments/ui/view/commentinputview.js +1 -1
  64. package/src/comments/ui/view/commentsarchiveview.d.ts +3 -3
  65. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  66. package/src/comments/ui/view/commentslistview.d.ts +5 -5
  67. package/src/comments/ui/view/commentslistview.js +1 -1
  68. package/src/comments/ui/view/commentthreadheaderview.d.ts +3 -3
  69. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  70. package/src/comments/ui/view/commentthreadinputview.d.ts +5 -5
  71. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  72. package/src/comments/ui/view/commentthreadview.d.ts +7 -7
  73. package/src/comments/ui/view/commentthreadview.js +1 -1
  74. package/src/comments/ui/view/commentview.d.ts +8 -8
  75. package/src/comments/ui/view/commentview.js +1 -1
  76. package/src/comments.d.ts +10 -10
  77. package/src/comments.js +1 -1
  78. package/src/commentsonly.d.ts +2 -2
  79. package/src/commentsonly.js +1 -1
  80. package/src/config.d.ts +3 -3
  81. package/src/index.d.ts +20 -20
  82. package/src/index.js +1 -1
  83. package/src/utils/common-translations.d.ts +1 -1
  84. package/src/utils/common-translations.js +1 -1
  85. package/src/utils/createmutationobserver.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-comments",
3
- "version": "0.0.0-nightly-20231215.0",
3
+ "version": "0.0.0-nightly-20231216.0",
4
4
  "description": "Collaborative comments feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -32,6 +32,7 @@
32
32
  "discussion",
33
33
  "discussions"
34
34
  ],
35
+ "type": "module",
35
36
  "main": "src/index.js",
36
37
  "files": [
37
38
  "build",
@@ -43,8 +44,8 @@
43
44
  "CHANGELOG.md"
44
45
  ],
45
46
  "dependencies": {
46
- "ckeditor5": "0.0.0-nightly-20231215.0",
47
- "ckeditor5-collaboration": "0.0.0-nightly-20231215.0",
47
+ "ckeditor5": "0.0.0-nightly-20231216.0",
48
+ "ckeditor5-collaboration": "0.0.0-nightly-20231216.0",
48
49
  "lodash-es": "4.17.21"
49
50
  },
50
51
  "types": "src/index.d.ts",
@@ -6,13 +6,13 @@
6
6
  * @module comments/annotations/annotation
7
7
  * @publicApi
8
8
  */
9
- import { Rect, Collection } from 'ckeditor5/src/utils';
10
- import type { View } from 'ckeditor5/src/ui';
11
- import type AnnotationView from './view/annotationview';
12
- import type { AnnotationOptions } from './annotations';
9
+ import { Rect, Collection } from 'ckeditor5/src/utils.js';
10
+ import type { View } from 'ckeditor5/src/ui.js';
11
+ import type AnnotationView from './view/annotationview.js';
12
+ import type { AnnotationOptions } from './annotations.js';
13
13
  declare const Annotation_base: {
14
- new (): import("ckeditor5/src/utils").Observable;
15
- prototype: import("ckeditor5/src/utils").Observable;
14
+ new (): import("ckeditor5/src/utils.js").Observable;
15
+ prototype: import("ckeditor5/src/utils.js").Observable;
16
16
  };
17
17
  /**
18
18
  * Represents an annotation.
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2f10=['stopListening','filter','isActive','render','targetRect','element','view','object','_target','refreshVisibility','annotation-invalid-target','set','type','nodeType','_getNormalizedTarget','_id','destroy','focusTracker','offsetParent','length','remove','item','function','isVisible','_assertCorrectTarget','getClientRects','every','focusableElements','add','isArray','mainView','_type','updateTargetRect','target'];(function(_0x296263,_0x2f104a){const _0x1b8dce=function(_0x135a07){while(--_0x135a07){_0x296263['push'](_0x296263['shift']());}};_0x1b8dce(++_0x2f104a);}(_0x2f10,0x111));const _0x1b8d=function(_0x296263,_0x2f104a){_0x296263=_0x296263-0x0;let _0x1b8dce=_0x2f10[_0x296263];return _0x1b8dce;};import{CKEditorError as _0x5236af,Rect as _0x26923b,Collection as _0x5dbf71,ObservableMixin as _0x114c9a}from'ckeditor5/src/utils';export default class d extends _0x114c9a(){constructor({view:_0x3144a1,target:_0x55585c,type:_0x116c96,isVisible:_0x395615=!0x0}){super(),this[_0x1b8d('0x5')]=_0x3144a1,this[_0x1b8d('0x5')][_0x1b8d('0x4')]||this[_0x1b8d('0x5')][_0x1b8d('0x2')](),this[_0x1b8d('0x1e')]=_0x116c96,this['_target']=_0x55585c,d[_0x1b8d('0x17')](this['_getNormalizedTarget']()),this[_0x1b8d('0x1a')]=new _0x5dbf71([this[_0x1b8d('0x5')]['element']],{'idProperty':_0x1b8d('0xe')}),this['focusableElements']['on'](_0x1b8d('0x1b'),(_0x23e399,_0x41da0c)=>{this[_0x1b8d('0x5')][_0x1b8d('0x10')][_0x1b8d('0x1b')](_0x41da0c);}),this[_0x1b8d('0x1a')]['on']('remove',(_0x5a9f8c,_0x21d53d)=>{this['view'][_0x1b8d('0x10')][_0x1b8d('0x13')](_0x21d53d);}),this[_0x1b8d('0xa')](_0x1b8d('0x16'),_0x395615);}get[_0x1b8d('0xb')](){return _0x1b8d('0x15')==typeof this[_0x1b8d('0x1e')]?this[_0x1b8d('0x1e')]():this[_0x1b8d('0x1e')];}get['innerView'](){return this[_0x1b8d('0x5')][_0x1b8d('0x1d')];}get[_0x1b8d('0x20')](){const _0x7a2bea=this[_0x1b8d('0xd')]();return d[_0x1b8d('0x17')](_0x7a2bea),_0x7a2bea;}get[_0x1b8d('0x3')](){const _0x1f66ec=this[_0x1b8d('0x20')];if(null===_0x1f66ec)return null;if(_0x1f66ec instanceof _0x26923b)return _0x1f66ec;const _0x50631=_0x1f66ec[_0x1b8d('0x0')](_0x228808=>function(_0x34f364){const _0x347fd6=_0x34f364[_0x1b8d('0x11')];if(_0x347fd6)return!0x0;const _0x436d7a=_0x34f364[_0x1b8d('0x18')]()['item'](0x0);return!!_0x436d7a;}(_0x228808));return 0x0===_0x50631[_0x1b8d('0x12')]?null:new _0x26923b(_0x50631[0x0][_0x1b8d('0x18')]()[_0x1b8d('0x14')](0x0));}get[_0x1b8d('0x1')](){return this[_0x1b8d('0x5')]['isActive'];}set['isActive'](_0x5c03b9){this[_0x1b8d('0x5')]['isActive']=_0x5c03b9,this['view'][_0x1b8d('0x1d')][_0x1b8d('0x1')]=_0x5c03b9;}[_0x1b8d('0x1f')](){this['view']['targetRect']=this['targetRect'];}[_0x1b8d('0xf')](){this['focusableElements'][_0x1b8d('0x21')](),this[_0x1b8d('0x1a')]['clear'](),this['stopListening']();}[_0x1b8d('0x8')](){this['isVisible']=!!this[_0x1b8d('0x3')];}static[_0x1b8d('0x17')](_0x3d8f5c){if(!(null===_0x3d8f5c||_0x3d8f5c instanceof _0x26923b||Array[_0x1b8d('0x1c')](_0x3d8f5c)&&_0x3d8f5c[_0x1b8d('0x19')](_0x33fb2f=>y(_0x33fb2f))))throw new _0x5236af(_0x1b8d('0x9'),null,{'target':_0x3d8f5c});}[_0x1b8d('0xd')](){const _0x52479f=_0x1b8d('0x15')==typeof this[_0x1b8d('0x7')]?this['_target']():this[_0x1b8d('0x7')];return y(_0x52479f)?[_0x52479f]:_0x52479f;}}function y(_0x4b0113){return null!==_0x4b0113&&_0x1b8d('0x6')==typeof _0x4b0113&&_0x1b8d('0xc')in _0x4b0113&&0x1===_0x4b0113[_0x1b8d('0xc')];}
23
+ const _0x1f8d=['item','length','isActive','every','stopListening','isVisible','view','element','object','focusTracker','focusableElements','isArray','function','_assertCorrectTarget','clear','target','mainView','_type','destroy','updateTargetRect','nodeType','_getNormalizedTarget','annotation-invalid-target','render','set','add','_id','refreshVisibility','innerView','remove','_target','targetRect'];(function(_0x43bf7e,_0x1f8df8){const _0x5f5c7d=function(_0x3e7855){while(--_0x3e7855){_0x43bf7e['push'](_0x43bf7e['shift']());}};_0x5f5c7d(++_0x1f8df8);}(_0x1f8d,0x75));const _0x5f5c=function(_0x43bf7e,_0x1f8df8){_0x43bf7e=_0x43bf7e-0x0;let _0x5f5c7d=_0x1f8d[_0x43bf7e];return _0x5f5c7d;};import{CKEditorError as _0x453d4a,Rect as _0x39f4c6,Collection as _0xffd559,ObservableMixin as _0x570e24}from'ckeditor5/src/utils.js';export default class d extends _0x570e24(){constructor({view:_0x2f28e3,target:_0x3447f8,type:_0x7c3dd6,isVisible:_0x5ac082=!0x0}){super(),this[_0x5f5c('0x11')]=_0x2f28e3,this['view']['element']||this['view'][_0x5f5c('0x2')](),this[_0x5f5c('0x1c')]=_0x7c3dd6,this[_0x5f5c('0x9')]=_0x3447f8,d[_0x5f5c('0x18')](this[_0x5f5c('0x0')]()),this[_0x5f5c('0x15')]=new _0xffd559([this[_0x5f5c('0x11')][_0x5f5c('0x12')]],{'idProperty':_0x5f5c('0x5')}),this[_0x5f5c('0x15')]['on'](_0x5f5c('0x4'),(_0x5a10e1,_0x11f3df)=>{this[_0x5f5c('0x11')]['focusTracker'][_0x5f5c('0x4')](_0x11f3df);}),this[_0x5f5c('0x15')]['on']('remove',(_0x15894e,_0xa8a7c0)=>{this[_0x5f5c('0x11')][_0x5f5c('0x14')][_0x5f5c('0x8')](_0xa8a7c0);}),this[_0x5f5c('0x3')](_0x5f5c('0x10'),_0x5ac082);}get['type'](){return _0x5f5c('0x17')==typeof this[_0x5f5c('0x1c')]?this[_0x5f5c('0x1c')]():this[_0x5f5c('0x1c')];}get[_0x5f5c('0x7')](){return this[_0x5f5c('0x11')][_0x5f5c('0x1b')];}get[_0x5f5c('0x1a')](){const _0x5a2d84=this[_0x5f5c('0x0')]();return d['_assertCorrectTarget'](_0x5a2d84),_0x5a2d84;}get[_0x5f5c('0xa')](){const _0x2ab2d8=this[_0x5f5c('0x1a')];if(null===_0x2ab2d8)return null;if(_0x2ab2d8 instanceof _0x39f4c6)return _0x2ab2d8;const _0x3ef8ca=_0x2ab2d8['filter'](_0x1c7d77=>function(_0x966fa8){const _0x4a15dd=_0x966fa8['offsetParent'];if(_0x4a15dd)return!0x0;const _0x59bdc4=_0x966fa8['getClientRects']()[_0x5f5c('0xb')](0x0);return!!_0x59bdc4;}(_0x1c7d77));return 0x0===_0x3ef8ca[_0x5f5c('0xc')]?null:new _0x39f4c6(_0x3ef8ca[0x0]['getClientRects']()[_0x5f5c('0xb')](0x0));}get[_0x5f5c('0xd')](){return this[_0x5f5c('0x11')][_0x5f5c('0xd')];}set[_0x5f5c('0xd')](_0x102ba8){this[_0x5f5c('0x11')]['isActive']=_0x102ba8,this['view'][_0x5f5c('0x1b')][_0x5f5c('0xd')]=_0x102ba8;}[_0x5f5c('0x1e')](){this[_0x5f5c('0x11')][_0x5f5c('0xa')]=this[_0x5f5c('0xa')];}[_0x5f5c('0x1d')](){this['focusableElements'][_0x5f5c('0xf')](),this[_0x5f5c('0x15')][_0x5f5c('0x19')](),this['stopListening']();}[_0x5f5c('0x6')](){this[_0x5f5c('0x10')]=!!this[_0x5f5c('0xa')];}static[_0x5f5c('0x18')](_0x1f4430){if(!(null===_0x1f4430||_0x1f4430 instanceof _0x39f4c6||Array[_0x5f5c('0x16')](_0x1f4430)&&_0x1f4430[_0x5f5c('0xe')](_0x5ba4d2=>y(_0x5ba4d2))))throw new _0x453d4a(_0x5f5c('0x1'),null,{'target':_0x1f4430});}[_0x5f5c('0x0')](){const _0x304fad='function'==typeof this[_0x5f5c('0x9')]?this[_0x5f5c('0x9')]():this[_0x5f5c('0x9')];return y(_0x304fad)?[_0x304fad]:_0x304fad;}}function y(_0x2c7af6){return null!==_0x2c7af6&&_0x5f5c('0x13')==typeof _0x2c7af6&&_0x5f5c('0x1f')in _0x2c7af6&&0x1===_0x2c7af6[_0x5f5c('0x1f')];}
@@ -6,9 +6,9 @@
6
6
  * @module comments/annotations/annotationcollection
7
7
  * @publicApi
8
8
  */
9
- import { Collection } from 'ckeditor5/src/utils';
10
- import type { View } from 'ckeditor5/src/ui';
11
- import type Annotation from './annotation';
9
+ import { Collection } from 'ckeditor5/src/utils.js';
10
+ import type { View } from 'ckeditor5/src/ui.js';
11
+ import type Annotation from './annotation.js';
12
12
  /**
13
13
  * A collection of {@link module:comments/annotations/annotation~Annotation annotations}.
14
14
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x26ee=['updateTargetRect','view','listenTo','getByView','from','_sort','remove','clear','add','stopListening','focusTracker','_getOrderInContent','has','annotationcollection-duplicated-item','left','blur','_innerViewToAnnotation','sort','innerView','set','destroy','top','isFocused','targetRect','change:isFocused','_focusTracker','fire','getIndex','annotationcollection-not-existing-item','_viewToAnnotation','focusableElements','delete'];(function(_0x46e57b,_0x26ee8b){const _0x187841=function(_0x48f712){while(--_0x48f712){_0x46e57b['push'](_0x46e57b['shift']());}};_0x187841(++_0x26ee8b);}(_0x26ee,0x18e));const _0x1878=function(_0x46e57b,_0x26ee8b){_0x46e57b=_0x46e57b-0x0;let _0x187841=_0x26ee[_0x46e57b];return _0x187841;};import{CKEditorError as _0x67d496,Collection as _0x394d54,FocusTracker as _0x9837b4}from'ckeditor5/src/utils';export default class x extends _0x394d54{constructor(_0x2e62a8=[]){super(),this['_innerViewToAnnotation']=new Map(),this[_0x1878('0xf')]=new Map(),this[_0x1878('0xb')]=new _0x9837b4(),this[_0x1878('0xb')]['on'](_0x1878('0xa'),(_0x367fbe,_0x5b8869,_0x423b68)=>{_0x423b68||this['fire'](_0x1878('0x1'));});for(const _0x3ade72 of _0x2e62a8)this[_0x1878('0x1a')](_0x3ade72);}get[_0x1878('0x8')](){return this[_0x1878('0xb')][_0x1878('0x8')];}[_0x1878('0x1a')](_0x44ee24){if(this[_0x1878('0x1e')](_0x44ee24))throw new _0x67d496(_0x1878('0x1f'),null);this[_0x1878('0x2')][_0x1878('0x5')](_0x44ee24[_0x1878('0x4')],_0x44ee24),this['_viewToAnnotation'][_0x1878('0x5')](_0x44ee24['view'],_0x44ee24);for(const _0x3f0d78 of _0x44ee24['focusableElements'])this['_focusTracker'][_0x1878('0x1a')](_0x3f0d78);this[_0x1878('0x14')](_0x44ee24[_0x1878('0x10')],_0x1878('0x1a'),(_0x3e7512,_0x28a41f)=>{this[_0x1878('0xb')][_0x1878('0x1a')](_0x28a41f);}),this[_0x1878('0x14')](_0x44ee24['focusableElements'],_0x1878('0x18'),(_0x260f9c,_0x143464)=>{this['_focusTracker'][_0x1878('0x18')](_0x143464);}),this['listenTo'](_0x44ee24[_0x1878('0x13')][_0x1878('0x1c')],'change:isFocused',(_0x35d730,_0x2df39b,_0x108523)=>{_0x108523&&this[_0x1878('0xc')]('focus',_0x44ee24);}),_0x44ee24[_0x1878('0x12')]();const _0x8eb2d9=this[_0x1878('0x1d')](_0x44ee24[_0x1878('0x13')][_0x1878('0x9')]);return super[_0x1878('0x1a')](_0x44ee24,_0x8eb2d9);}['remove'](_0x2b9433){if(!this[_0x1878('0x1e')](_0x2b9433))throw new _0x67d496(_0x1878('0xe'),null);this[_0x1878('0x1b')](_0x2b9433[_0x1878('0x13')][_0x1878('0x1c')]),this[_0x1878('0x1b')](_0x2b9433[_0x1878('0x10')]);for(const _0x19b260 of _0x2b9433[_0x1878('0x10')])this[_0x1878('0xb')][_0x1878('0x18')](_0x19b260);return this[_0x1878('0xf')][_0x1878('0x11')](_0x2b9433[_0x1878('0x13')]),this[_0x1878('0x2')][_0x1878('0x11')](_0x2b9433[_0x1878('0x4')]),super[_0x1878('0x18')](_0x2b9433);}['getByInnerView'](_0x1a2b84){return this[_0x1878('0x2')]['get'](_0x1a2b84);}[_0x1878('0x15')](_0x410089){return this[_0x1878('0xf')]['get'](_0x410089);}[_0x1878('0x6')](){super['clear'](),this['stopListening'](),this[_0x1878('0x2')][_0x1878('0x19')](),this[_0x1878('0xf')][_0x1878('0x19')](),this[_0x1878('0xb')]['destroy']();}['refreshPositioning'](){for(const _0xea8aff of this)_0xea8aff['updateTargetRect']();this[_0x1878('0x17')]();}[_0x1878('0x17')](){const _0x4d9f3b=Array[_0x1878('0x16')](this)[_0x1878('0x3')]((_0x38c0a0,_0x37065d)=>v(_0x38c0a0[_0x1878('0x13')][_0x1878('0x9')],_0x37065d['view'][_0x1878('0x9')]));for(let _0x30dfea=_0x4d9f3b['length']-0x1;_0x30dfea>0x0;_0x30dfea--){const _0x8bd0a2=_0x4d9f3b[_0x30dfea];_0x30dfea!==this[_0x1878('0xd')](_0x8bd0a2)&&(this[_0x1878('0x18')](_0x8bd0a2),this['add'](_0x8bd0a2));}}[_0x1878('0x1d')](_0x5981ca){let _0x4c78f4=0x0;if(!_0x5981ca)return this['length'];for(const _0x3d0579 of this){const _0x44d9bb=_0x3d0579[_0x1878('0x13')][_0x1878('0x9')];if(_0x44d9bb){if(v(_0x5981ca,_0x44d9bb)<0x0)return _0x4c78f4;_0x4c78f4++;}}return _0x4c78f4;}}export function bindAnnotationCollections({source:_0x19916d,target:_0x4c3ff6,filter:_0x2d9afa}){for(const _0x1c7483 of _0x19916d)_0x2d9afa(_0x1c7483)&&_0x4c3ff6[_0x1878('0x1a')](_0x1c7483);_0x4c3ff6['listenTo'](_0x19916d,'add',(_0x58b0de,_0x594100)=>{_0x2d9afa(_0x594100)&&_0x4c3ff6[_0x1878('0x1a')](_0x594100);}),_0x4c3ff6[_0x1878('0x14')](_0x19916d,'remove',(_0xf89d6f,_0x1a8d2f)=>{_0x4c3ff6['has'](_0x1a8d2f)&&_0x4c3ff6[_0x1878('0x18')](_0x1a8d2f);});}function v(_0x1af811,_0x5e1f99){if(null===_0x1af811&&null===_0x5e1f99)return 0x0;if(null===_0x1af811)return-0x1;if(null===_0x5e1f99)return 0x1;const _0x2f96f1=_0x1af811['top']-_0x5e1f99[_0x1878('0x7')];return 0x0==_0x2f96f1?_0x1af811[_0x1878('0x0')]-_0x5e1f99[_0x1878('0x0')]:_0x2f96f1;}
23
+ const _0x2809=['view','_sort','change:isFocused','sort','_focusTracker','get','blur','_getOrderInContent','has','from','targetRect','listenTo','annotationcollection-duplicated-item','set','innerView','refreshPositioning','focusTracker','stopListening','add','getByView','focus','clear','getIndex','top','focusableElements','updateTargetRect','remove','delete','_viewToAnnotation','isFocused','destroy','fire','_innerViewToAnnotation'];(function(_0x37439,_0x280925){const _0xac4d8d=function(_0x257576){while(--_0x257576){_0x37439['push'](_0x37439['shift']());}};_0xac4d8d(++_0x280925);}(_0x2809,0x64));const _0xac4d=function(_0x37439,_0x280925){_0x37439=_0x37439-0x0;let _0xac4d8d=_0x2809[_0x37439];return _0xac4d8d;};import{CKEditorError as _0x51643c,Collection as _0x38a61d,FocusTracker as _0x5a5bcb}from'ckeditor5/src/utils.js';export default class x extends _0x38a61d{constructor(_0x15923e=[]){super(),this[_0xac4d('0x1f')]=new Map(),this[_0xac4d('0x1b')]=new Map(),this[_0xac4d('0x3')]=new _0x5a5bcb(),this[_0xac4d('0x3')]['on'](_0xac4d('0x1'),(_0x4812a6,_0x474911,_0x477378)=>{_0x477378||this[_0xac4d('0x1e')](_0xac4d('0x5'));});for(const _0x255ab6 of _0x15923e)this['add'](_0x255ab6);}get[_0xac4d('0x1c')](){return this[_0xac4d('0x3')][_0xac4d('0x1c')];}[_0xac4d('0x11')](_0x54c59){if(this['has'](_0x54c59))throw new _0x51643c(_0xac4d('0xb'),null);this['_innerViewToAnnotation'][_0xac4d('0xc')](_0x54c59[_0xac4d('0xd')],_0x54c59),this['_viewToAnnotation'][_0xac4d('0xc')](_0x54c59[_0xac4d('0x20')],_0x54c59);for(const _0x49f413 of _0x54c59[_0xac4d('0x17')])this[_0xac4d('0x3')]['add'](_0x49f413);this[_0xac4d('0xa')](_0x54c59[_0xac4d('0x17')],'add',(_0x2805e1,_0x15c171)=>{this['_focusTracker']['add'](_0x15c171);}),this[_0xac4d('0xa')](_0x54c59['focusableElements'],_0xac4d('0x19'),(_0x4472bf,_0xd9d2d3)=>{this[_0xac4d('0x3')][_0xac4d('0x19')](_0xd9d2d3);}),this[_0xac4d('0xa')](_0x54c59['view']['focusTracker'],_0xac4d('0x1'),(_0x227de9,_0x2b56e0,_0x4f143d)=>{_0x4f143d&&this[_0xac4d('0x1e')](_0xac4d('0x13'),_0x54c59);}),_0x54c59[_0xac4d('0x18')]();const _0xaf17d1=this['_getOrderInContent'](_0x54c59[_0xac4d('0x20')]['targetRect']);return super[_0xac4d('0x11')](_0x54c59,_0xaf17d1);}[_0xac4d('0x19')](_0x3c22b8){if(!this[_0xac4d('0x7')](_0x3c22b8))throw new _0x51643c('annotationcollection-not-existing-item',null);this['stopListening'](_0x3c22b8['view'][_0xac4d('0xf')]),this[_0xac4d('0x10')](_0x3c22b8[_0xac4d('0x17')]);for(const _0x42a393 of _0x3c22b8['focusableElements'])this[_0xac4d('0x3')][_0xac4d('0x19')](_0x42a393);return this[_0xac4d('0x1b')]['delete'](_0x3c22b8[_0xac4d('0x20')]),this[_0xac4d('0x1f')][_0xac4d('0x1a')](_0x3c22b8[_0xac4d('0xd')]),super[_0xac4d('0x19')](_0x3c22b8);}['getByInnerView'](_0x5dbfc1){return this['_innerViewToAnnotation'][_0xac4d('0x4')](_0x5dbfc1);}[_0xac4d('0x12')](_0x447ac6){return this['_viewToAnnotation']['get'](_0x447ac6);}[_0xac4d('0x1d')](){super['clear'](),this[_0xac4d('0x10')](),this[_0xac4d('0x1f')][_0xac4d('0x14')](),this[_0xac4d('0x1b')][_0xac4d('0x14')](),this[_0xac4d('0x3')][_0xac4d('0x1d')]();}[_0xac4d('0xe')](){for(const _0x5dfd05 of this)_0x5dfd05['updateTargetRect']();this[_0xac4d('0x0')]();}['_sort'](){const _0x31ae89=Array[_0xac4d('0x8')](this)[_0xac4d('0x2')]((_0x459f57,_0x3cc8d8)=>v(_0x459f57[_0xac4d('0x20')]['targetRect'],_0x3cc8d8[_0xac4d('0x20')]['targetRect']));for(let _0x109fda=_0x31ae89['length']-0x1;_0x109fda>0x0;_0x109fda--){const _0x134d4b=_0x31ae89[_0x109fda];_0x109fda!==this[_0xac4d('0x15')](_0x134d4b)&&(this[_0xac4d('0x19')](_0x134d4b),this['add'](_0x134d4b));}}[_0xac4d('0x6')](_0x201e01){let _0x147c1a=0x0;if(!_0x201e01)return this['length'];for(const _0x5cad0b of this){const _0x324526=_0x5cad0b[_0xac4d('0x20')][_0xac4d('0x9')];if(_0x324526){if(v(_0x201e01,_0x324526)<0x0)return _0x147c1a;_0x147c1a++;}}return _0x147c1a;}}export function bindAnnotationCollections({source:_0x241e03,target:_0x19d7c8,filter:_0x3a45a4}){for(const _0x277f6c of _0x241e03)_0x3a45a4(_0x277f6c)&&_0x19d7c8[_0xac4d('0x11')](_0x277f6c);_0x19d7c8[_0xac4d('0xa')](_0x241e03,_0xac4d('0x11'),(_0x205ac7,_0x51b65e)=>{_0x3a45a4(_0x51b65e)&&_0x19d7c8[_0xac4d('0x11')](_0x51b65e);}),_0x19d7c8['listenTo'](_0x241e03,_0xac4d('0x19'),(_0x14875c,_0x306c82)=>{_0x19d7c8[_0xac4d('0x7')](_0x306c82)&&_0x19d7c8['remove'](_0x306c82);});}function v(_0x30bd4b,_0xe2fd6f){if(null===_0x30bd4b&&null===_0xe2fd6f)return 0x0;if(null===_0x30bd4b)return-0x1;if(null===_0xe2fd6f)return 0x1;const _0x774f21=_0x30bd4b[_0xac4d('0x16')]-_0xe2fd6f[_0xac4d('0x16')];return 0x0==_0x774f21?_0x30bd4b['left']-_0xe2fd6f['left']:_0x774f21;}
@@ -6,12 +6,12 @@
6
6
  * @module comments/annotations/annotations
7
7
  * @publicApi
8
8
  */
9
- import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core';
10
- import type { View } from 'ckeditor5/src/ui';
11
- import { type Locale } from 'ckeditor5/src/utils';
12
- import Annotation, { type AnnotationTarget } from './annotation';
13
- import AnnotationCollection from './annotationcollection';
14
- import AnnotationView, { type AnnotationMainView } from './view/annotationview';
9
+ import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core.js';
10
+ import type { View } from 'ckeditor5/src/ui.js';
11
+ import { type Locale } from 'ckeditor5/src/utils.js';
12
+ import Annotation, { type AnnotationTarget } from './annotation.js';
13
+ import AnnotationCollection from './annotationcollection.js';
14
+ import AnnotationView, { type AnnotationMainView } from './view/annotationview.js';
15
15
  /**
16
16
  * Stores and manages all {@link module:comments/annotations/annotation~Annotation annotations} created
17
17
  * for the entire {@link module:core/context~Context} or {@link module:core/editor/editor~Editor}.
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5058=['destroy','_removeActiveAnnotation','isVisible','activate','deactivateAll','_addActiveAnnotation','_bindAnnotationsToVisibleAnnotations','pluginName','activeAnnotations','has','_visibleAnnotations','collection','focusTracker','add','delete','fire','createAnnotation','remove','source','_deactivateAllAnnotations','refreshVisibility','view','refreshPositioning','element','change:isVisible','listenTo','createAnnotationView','getByInnerView','_activateAnnotation'];(function(_0x53bd87,_0x505877){const _0x536545=function(_0x51c138){while(--_0x51c138){_0x53bd87['push'](_0x53bd87['shift']());}};_0x536545(++_0x505877);}(_0x5058,0x79));const _0x5365=function(_0x53bd87,_0x505877){_0x53bd87=_0x53bd87-0x0;let _0x536545=_0x5058[_0x53bd87];return _0x536545;};import{ContextPlugin as _0x5617a8}from'ckeditor5/src/core';import _0x4a5906 from'./annotation';import _0x1bc976 from'./annotationcollection';import _0x448f85 from'./view/annotationview';export default class b extends _0x5617a8{static get[_0x5365('0x2')](){return'Annotations';}constructor(_0x51e1c9){super(_0x51e1c9),this[_0x5365('0x6')]=new _0x1bc976(),this[_0x5365('0x5')]=new _0x1bc976(),this['set']('activeAnnotations',new Set()),this[_0x5365('0x1')]();}[_0x5365('0x8')](_0x3b24a3){this['collection']['add'](_0x3b24a3);}['remove'](_0x485e10){this[_0x5365('0x6')][_0x5365('0xc')](_0x485e10),_0x485e10[_0x5365('0x18')]();}[_0x5365('0xf')](){for(const _0x55dea6 of this['collection'])_0x55dea6[_0x5365('0xf')]();}[_0x5365('0x11')](){this[_0x5365('0x5')]['refreshPositioning']();}[_0x5365('0x16')](_0x5179b0){return this['collection']['getByInnerView'](_0x5179b0);}[_0x5365('0x1c')](){this['fire'](_0x5365('0xe'));}[_0x5365('0x18')](){for(const _0x513a03 of this[_0x5365('0x6')])_0x513a03[_0x5365('0x18')]();this[_0x5365('0x5')]['destroy'](),this[_0x5365('0x6')][_0x5365('0x18')](),super[_0x5365('0x18')]();}[_0x5365('0x1b')](_0x54bd2e){this[_0x5365('0xa')](_0x5365('0x17'),_0x54bd2e);}[_0x5365('0xb')](_0x16d76c){return new _0x4a5906(_0x16d76c);}[_0x5365('0x15')](_0x57336a,_0x27a474){return new _0x448f85(_0x57336a,_0x27a474);}[_0x5365('0x0')](_0x473c3c){const _0x5b2d22=new Set(this['activeAnnotations']);_0x5b2d22['add'](_0x473c3c),this[_0x5365('0x3')]=_0x5b2d22;}[_0x5365('0x19')](_0x25531e){const _0x4db174=new Set(this[_0x5365('0x3')]);_0x4db174[_0x5365('0x9')](_0x25531e),this['activeAnnotations']=_0x4db174;}[_0x5365('0x1')](){const _0x20fec2=this[_0x5365('0x6')],_0x42e37d=this['_visibleAnnotations'];function _0x45886d(_0x538488){const _0x3fa2f6=_0x538488[_0x5365('0xd')];_0x3fa2f6[_0x5365('0x1a')]&&!_0x42e37d['has'](_0x3fa2f6)?_0x42e37d['add'](_0x3fa2f6):!_0x3fa2f6[_0x5365('0x1a')]&&_0x42e37d[_0x5365('0x4')](_0x3fa2f6)&&_0x42e37d['remove'](_0x3fa2f6),_0x3fa2f6[_0x5365('0x10')][_0x5365('0x7')][_0x5365('0xc')](_0x3fa2f6[_0x5365('0x10')][_0x5365('0x12')]),_0x3fa2f6[_0x5365('0x10')]['focusTracker'][_0x5365('0x8')](_0x3fa2f6[_0x5365('0x10')]['element']);}this['listenTo'](_0x20fec2,'add',(_0x5b4a,_0x2a55c1)=>{_0x2a55c1[_0x5365('0x1a')]&&_0x42e37d[_0x5365('0x8')](_0x2a55c1),this[_0x5365('0x14')](_0x2a55c1,_0x5365('0x13'),_0x45886d);}),this[_0x5365('0x14')](_0x20fec2,_0x5365('0xc'),(_0xb46d47,_0x37a13c)=>{_0x42e37d[_0x5365('0x4')](_0x37a13c)&&_0x42e37d['remove'](_0x37a13c),this['stopListening'](_0x37a13c,'change:isVisible',_0x45886d);});}}
23
+ const _0x296b=['delete','pluginName','source','destroy','_visibleAnnotations','_deactivateAllAnnotations','set','createAnnotationView','fire','createAnnotation','collection','_bindAnnotationsToVisibleAnnotations','getByInnerView','activeAnnotations','refreshPositioning','has','isVisible','activate','stopListening','view','listenTo','element','refreshVisibility','change:isVisible','focusTracker','add','_removeActiveAnnotation','_addActiveAnnotation','remove'];(function(_0x4a5304,_0x296b42){const _0x1db1b6=function(_0x5ab27d){while(--_0x5ab27d){_0x4a5304['push'](_0x4a5304['shift']());}};_0x1db1b6(++_0x296b42);}(_0x296b,0x19c));const _0x1db1=function(_0x4a5304,_0x296b42){_0x4a5304=_0x4a5304-0x0;let _0x1db1b6=_0x296b[_0x4a5304];return _0x1db1b6;};import{ContextPlugin as _0x4e190c}from'ckeditor5/src/core.js';import _0x21e5ff from'./annotation.js';import _0x17305d from'./annotationcollection.js';import _0x1461b9 from'./view/annotationview.js';export default class b extends _0x4e190c{static get[_0x1db1('0x18')](){return'Annotations';}constructor(_0x42074d){super(_0x42074d),this[_0x1db1('0x4')]=new _0x17305d(),this[_0x1db1('0x1b')]=new _0x17305d(),this[_0x1db1('0x0')](_0x1db1('0x7'),new Set()),this[_0x1db1('0x5')]();}['add'](_0x58a42d){this[_0x1db1('0x4')][_0x1db1('0x13')](_0x58a42d);}[_0x1db1('0x16')](_0x507d2c){this[_0x1db1('0x4')]['remove'](_0x507d2c),_0x507d2c[_0x1db1('0x1a')]();}[_0x1db1('0x10')](){for(const _0x4eeccc of this['collection'])_0x4eeccc[_0x1db1('0x10')]();}[_0x1db1('0x8')](){this[_0x1db1('0x1b')][_0x1db1('0x8')]();}[_0x1db1('0x6')](_0x56fd23){return this[_0x1db1('0x4')][_0x1db1('0x6')](_0x56fd23);}['deactivateAll'](){this[_0x1db1('0x2')](_0x1db1('0x1c'));}['destroy'](){for(const _0x4bdc71 of this[_0x1db1('0x4')])_0x4bdc71[_0x1db1('0x1a')]();this[_0x1db1('0x1b')]['destroy'](),this[_0x1db1('0x4')]['destroy'](),super[_0x1db1('0x1a')]();}[_0x1db1('0xb')](_0x84d96f){this[_0x1db1('0x2')]('_activateAnnotation',_0x84d96f);}[_0x1db1('0x3')](_0x32d10b){return new _0x21e5ff(_0x32d10b);}[_0x1db1('0x1')](_0x340d28,_0x12d9fa){return new _0x1461b9(_0x340d28,_0x12d9fa);}[_0x1db1('0x15')](_0x32888b){const _0x39473c=new Set(this['activeAnnotations']);_0x39473c[_0x1db1('0x13')](_0x32888b),this[_0x1db1('0x7')]=_0x39473c;}[_0x1db1('0x14')](_0x5aeeca){const _0x58e350=new Set(this['activeAnnotations']);_0x58e350[_0x1db1('0x17')](_0x5aeeca),this['activeAnnotations']=_0x58e350;}['_bindAnnotationsToVisibleAnnotations'](){const _0x5bab6a=this[_0x1db1('0x4')],_0x23c6c4=this[_0x1db1('0x1b')];function _0x464726(_0x482dc2){const _0x4c2fd0=_0x482dc2[_0x1db1('0x19')];_0x4c2fd0[_0x1db1('0xa')]&&!_0x23c6c4[_0x1db1('0x9')](_0x4c2fd0)?_0x23c6c4[_0x1db1('0x13')](_0x4c2fd0):!_0x4c2fd0[_0x1db1('0xa')]&&_0x23c6c4[_0x1db1('0x9')](_0x4c2fd0)&&_0x23c6c4[_0x1db1('0x16')](_0x4c2fd0),_0x4c2fd0['view'][_0x1db1('0x12')][_0x1db1('0x16')](_0x4c2fd0['view']['element']),_0x4c2fd0[_0x1db1('0xd')]['focusTracker'][_0x1db1('0x13')](_0x4c2fd0[_0x1db1('0xd')][_0x1db1('0xf')]);}this['listenTo'](_0x5bab6a,_0x1db1('0x13'),(_0x127e05,_0x3354a5)=>{_0x3354a5[_0x1db1('0xa')]&&_0x23c6c4[_0x1db1('0x13')](_0x3354a5),this[_0x1db1('0xe')](_0x3354a5,_0x1db1('0x11'),_0x464726);}),this[_0x1db1('0xe')](_0x5bab6a,_0x1db1('0x16'),(_0x461f0e,_0x5e81bc)=>{_0x23c6c4[_0x1db1('0x9')](_0x5e81bc)&&_0x23c6c4[_0x1db1('0x16')](_0x5e81bc),this[_0x1db1('0xc')](_0x5e81bc,_0x1db1('0x11'),_0x464726);});}}
@@ -6,11 +6,11 @@
6
6
  * @module comments/annotations/annotationsuis
7
7
  * @publicApi
8
8
  */
9
- import { ContextPlugin, type Plugin, type Editor, type Context } from 'ckeditor5/src/core';
10
- import { type Emitter } from 'ckeditor5/src/utils';
11
- import AnnotationCollection from './annotationcollection';
12
- import Annotations from './annotations';
13
- import type Annotation from './annotation';
9
+ import { ContextPlugin, type Plugin, type Editor, type Context } from 'ckeditor5/src/core.js';
10
+ import { type Emitter } from 'ckeditor5/src/utils.js';
11
+ import AnnotationCollection from './annotationcollection.js';
12
+ import Annotations from './annotations.js';
13
+ import type Annotation from './annotation.js';
14
14
  /**
15
15
  * A repository of annotations UIs.
16
16
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2be5=['from','attach','_removeActiveAnnotation','destroy','_setSelectedAnnotations','requires','_uisData','deactivateAll','annotationsuis-register-already-registered','stopListening','refilterAnnotations','delete','switchTo','_assertAnnotationDoesNotBelongToMultipleUIs','has','remove','hasActive','activeAnnotations','push','isActive','find','init','context','_visibleAnnotations','size','get','change:activeAnnotation','detach','activeUIs','collection','pluginName','plugins','set','function','listenTo','activate','annotationsuis-missing-ui','add','type','filter','setActiveAnnotation','_uis','_activateAnnotation'];(function(_0x56fb69,_0x2be5e7){const _0x14ed94=function(_0x42c9b5){while(--_0x42c9b5){_0x56fb69['push'](_0x56fb69['shift']());}};_0x14ed94(++_0x2be5e7);}(_0x2be5,0x1d1));const _0x14ed=function(_0x56fb69,_0x2be5e7){_0x56fb69=_0x56fb69-0x0;let _0x14ed94=_0x2be5[_0x56fb69];return _0x14ed94;};import{ContextPlugin as _0x550b67}from'ckeditor5/src/core';import{CKEditorError as _0x4c06a2}from'ckeditor5/src/utils';import _0x2f1737,{bindAnnotationCollections as _0x2641af}from'./annotationcollection';import _0x511a1a from'./annotations';export default class M extends _0x550b67{static get[_0x14ed('0xd')](){return[_0x511a1a];}static get[_0x14ed('0x26')](){return'AnnotationsUIs';}constructor(_0x2820d5){super(_0x2820d5),this[_0x14ed('0x24')]=new Set(),this[_0x14ed('0x6')]=new Map(),this[_0x14ed('0xe')]=new Map();}[_0x14ed('0x1d')](){const _0xbf89fb=this[_0x14ed('0x1e')][_0x14ed('0x27')][_0x14ed('0x21')](_0x511a1a);this[_0x14ed('0x2a')](_0xbf89fb,_0x14ed('0x7'),(_0xec2e99,_0x43d2ee)=>{for(const _0x4407ec of this[_0x14ed('0x24')]){const _0x4b1fa7=this['_uis']['get'](_0x4407ec);(0x0,this['_uisData'][_0x14ed('0x21')](_0x4407ec)['filter'])(_0x43d2ee)&&_0x4b1fa7[_0x14ed('0x5')](_0x43d2ee);}}),this['listenTo'](_0xbf89fb,'_deactivateAllAnnotations',()=>{for(const _0xe8582c of this[_0x14ed('0x24')]){this[_0x14ed('0x6')][_0x14ed('0x21')](_0xe8582c)[_0x14ed('0x5')](null);}}),this[_0x14ed('0x2a')](_0xbf89fb[_0x14ed('0x1f')],_0x14ed('0x2'),(_0x4a3b07,_0x58d74a)=>{this[_0x14ed('0x15')](_0x58d74a);});}[_0x14ed('0x18')](){return this[_0x14ed('0x24')][_0x14ed('0x20')]>0x0;}[_0x14ed('0x1b')](_0x461003){return this[_0x14ed('0x24')]['has'](_0x461003);}[_0x14ed('0x0')](_0x977e65,_0x284991=()=>!0x0){const _0x36684c=this[_0x14ed('0x1e')][_0x14ed('0x27')][_0x14ed('0x21')](_0x511a1a);if(!this[_0x14ed('0x6')][_0x14ed('0x16')](_0x977e65))throw new _0x4c06a2(_0x14ed('0x1'),this,{'uiName':_0x977e65});this[_0x14ed('0x1b')](_0x977e65)&&this['deactivate'](_0x977e65),this[_0x14ed('0x24')][_0x14ed('0x2')](_0x977e65);const _0x28ea40=new _0x2f1737(),_0x2e73a5=_0x36684c[_0x14ed('0x1f')];_0x2641af({'source':_0x2e73a5,'target':_0x28ea40,'filter':_0x284991}),this['_uisData'][_0x14ed('0x28')](_0x977e65,{'collection':_0x28ea40,'filter':_0x284991});const _0x191e1b=this[_0x14ed('0x6')][_0x14ed('0x21')](_0x977e65);_0x191e1b['attach'](_0x28ea40),this[_0x14ed('0x2a')](_0x191e1b,_0x14ed('0x22'),(_0x591ae7,_0x5b9548,_0x33fb11,_0x51c734)=>{_0x51c734&&_0x36684c[_0x14ed('0xa')](_0x51c734),_0x33fb11&&_0x36684c['_addActiveAnnotation'](_0x33fb11);});}['deactivate'](_0x1bdf32){if(this[_0x14ed('0x24')][_0x14ed('0x13')](_0x1bdf32),!this[_0x14ed('0x6')][_0x14ed('0x16')](_0x1bdf32))throw new _0x4c06a2(_0x14ed('0x1'),this,{'uiName':_0x1bdf32});const _0x49b4ce=this[_0x14ed('0x6')][_0x14ed('0x21')](_0x1bdf32);_0x49b4ce[_0x14ed('0x23')](),this[_0x14ed('0x11')](_0x49b4ce),this[_0x14ed('0xe')][_0x14ed('0x21')](_0x1bdf32)[_0x14ed('0x25')]['destroy'](),this['_uisData']['delete'](_0x1bdf32);}[_0x14ed('0x14')](_0x5142dd){if(!this[_0x14ed('0x6')][_0x14ed('0x16')](_0x5142dd))throw new _0x4c06a2(_0x14ed('0x1'),this,{'uiName':_0x5142dd});const _0x364ea8=this[_0x14ed('0x1e')][_0x14ed('0x27')]['get'](_0x511a1a),_0x3db6c4=Array[_0x14ed('0x8')](_0x364ea8[_0x14ed('0x19')])[0x0]||null;this[_0x14ed('0xf')](),this[_0x14ed('0x0')](_0x5142dd);const _0x341868=this['_uis']['get'](_0x5142dd);_0x341868[_0x14ed('0x5')](_0x3db6c4),_0x341868['_setSelectedAnnotations']&&_0x3db6c4&&_0x341868[_0x14ed('0xc')]([_0x3db6c4]);}[_0x14ed('0xf')](){for(const _0x185548 of this[_0x14ed('0x24')])this['deactivate'](_0x185548);}['register'](_0x453b9d,_0x1db4e9){if(this[_0x14ed('0x6')][_0x14ed('0x16')](_0x453b9d))throw new _0x4c06a2(_0x14ed('0x10'));if(_0x14ed('0x29')!=typeof _0x1db4e9[_0x14ed('0x9')]||_0x14ed('0x29')!=typeof _0x1db4e9['detach']||_0x14ed('0x29')!=typeof _0x1db4e9[_0x14ed('0x5')])throw new _0x4c06a2('annotationsuis-register-invalid-interface',null);this[_0x14ed('0x6')][_0x14ed('0x28')](_0x453b9d,_0x1db4e9);}[_0x14ed('0x12')](){const _0xf00729=this[_0x14ed('0x1e')][_0x14ed('0x27')][_0x14ed('0x21')](_0x511a1a)['collection'],_0x545ac8=new Map(),_0x42ee34=Array[_0x14ed('0x8')](this[_0x14ed('0x24')]);for(const _0x399c20 of this[_0x14ed('0x24')]){const _0x2c42f8=this[_0x14ed('0xe')][_0x14ed('0x21')](_0x399c20)[_0x14ed('0x25')];for(const _0xc25bed of _0x2c42f8)_0x545ac8[_0x14ed('0x28')](_0xc25bed,_0x399c20);}for(const _0x4eb9c2 of _0xf00729){const _0x170a05=_0x545ac8[_0x14ed('0x21')](_0x4eb9c2);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4eb9c2);const _0x1d7ef2=_0x42ee34[_0x14ed('0x1c')](_0x867f85=>this[_0x14ed('0xe')]['get'](_0x867f85)[_0x14ed('0x4')](_0x4eb9c2));_0x170a05!==_0x1d7ef2&&(_0x170a05&&this[_0x14ed('0xe')]['get'](_0x170a05)[_0x14ed('0x25')][_0x14ed('0x17')](_0x4eb9c2),_0x1d7ef2&&this[_0x14ed('0xe')][_0x14ed('0x21')](_0x1d7ef2)[_0x14ed('0x25')][_0x14ed('0x2')](_0x4eb9c2));}}[_0x14ed('0xb')](){this['deactivateAll'](),super[_0x14ed('0xb')]();}[_0x14ed('0x15')](_0x1f24e9){const _0x49eeb7=[];for(const _0x1434b4 of this[_0x14ed('0x24')]){(0x0,this[_0x14ed('0xe')][_0x14ed('0x21')](_0x1434b4)[_0x14ed('0x4')])(_0x1f24e9)&&_0x49eeb7[_0x14ed('0x1a')](_0x1434b4);}if(_0x49eeb7['length']>0x1)throw new _0x4c06a2('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x49eeb7,'annotationType':_0x1f24e9[_0x14ed('0x3')]});}}
23
+ const _0x3666=['_deactivateAllAnnotations','delete','annotationsuis-register-invalid-interface','function','AnnotationsUIs','listenTo','deactivate','activeAnnotations','init','change:activeAnnotation','register','_setSelectedAnnotations','_uis','plugins','hasActive','deactivateAll','activate','collection','switchTo','set','has','from','annotationsuis-register-already-registered','detach','annotationsuis-annotation-mismatch','destroy','_addActiveAnnotation','_uisData','setActiveAnnotation','add','_assertAnnotationDoesNotBelongToMultipleUIs','isActive','_removeActiveAnnotation','context','filter','activeUIs','get','attach','pluginName','remove','length','annotationsuis-missing-ui'];(function(_0x40a65e,_0x366611){const _0x30dbd3=function(_0x309852){while(--_0x309852){_0x40a65e['push'](_0x40a65e['shift']());}};_0x30dbd3(++_0x366611);}(_0x3666,0x173));const _0x30db=function(_0x40a65e,_0x366611){_0x40a65e=_0x40a65e-0x0;let _0x30dbd3=_0x3666[_0x40a65e];return _0x30dbd3;};import{ContextPlugin as _0x162358}from'ckeditor5/src/core.js';import{CKEditorError as _0x1b15e3}from'ckeditor5/src/utils.js';import _0x31514e,{bindAnnotationCollections as _0x30442c}from'./annotationcollection.js';import _0x48f346 from'./annotations.js';export default class j extends _0x162358{static get['requires'](){return[_0x48f346];}static get[_0x30db('0x3')](){return _0x30db('0xb');}constructor(_0x2b9cc7){super(_0x2b9cc7),this['activeUIs']=new Set(),this[_0x30db('0x13')]=new Map(),this['_uisData']=new Map();}[_0x30db('0xf')](){const _0x459e97=this[_0x30db('0x28')][_0x30db('0x14')][_0x30db('0x1')](_0x48f346);this['listenTo'](_0x459e97,'_activateAnnotation',(_0x21c9f5,_0x38332e)=>{for(const _0x5624a2 of this[_0x30db('0x0')]){const _0x3f2327=this['_uis']['get'](_0x5624a2);(0x0,this[_0x30db('0x22')][_0x30db('0x1')](_0x5624a2)[_0x30db('0x29')])(_0x38332e)&&_0x3f2327[_0x30db('0x23')](_0x38332e);}}),this[_0x30db('0xc')](_0x459e97,_0x30db('0x7'),()=>{for(const _0x5d8e62 of this[_0x30db('0x0')]){this[_0x30db('0x13')][_0x30db('0x1')](_0x5d8e62)[_0x30db('0x23')](null);}}),this[_0x30db('0xc')](_0x459e97['_visibleAnnotations'],_0x30db('0x24'),(_0x1e3f5a,_0xb8bb58)=>{this[_0x30db('0x25')](_0xb8bb58);});}[_0x30db('0x15')](){return this[_0x30db('0x0')]['size']>0x0;}[_0x30db('0x26')](_0x281fd5){return this[_0x30db('0x0')][_0x30db('0x1b')](_0x281fd5);}['activate'](_0x470183,_0x557428=()=>!0x0){const _0x5016fb=this[_0x30db('0x28')][_0x30db('0x14')][_0x30db('0x1')](_0x48f346);if(!this['_uis'][_0x30db('0x1b')](_0x470183))throw new _0x1b15e3(_0x30db('0x6'),this,{'uiName':_0x470183});this['isActive'](_0x470183)&&this[_0x30db('0xd')](_0x470183),this[_0x30db('0x0')][_0x30db('0x24')](_0x470183);const _0x23e8f4=new _0x31514e(),_0x1b0a4e=_0x5016fb['_visibleAnnotations'];_0x30442c({'source':_0x1b0a4e,'target':_0x23e8f4,'filter':_0x557428}),this['_uisData'][_0x30db('0x1a')](_0x470183,{'collection':_0x23e8f4,'filter':_0x557428});const _0x3b026d=this[_0x30db('0x13')][_0x30db('0x1')](_0x470183);_0x3b026d['attach'](_0x23e8f4),this[_0x30db('0xc')](_0x3b026d,_0x30db('0x10'),(_0x580e96,_0x22e7f4,_0x16c94d,_0x41d244)=>{_0x41d244&&_0x5016fb[_0x30db('0x27')](_0x41d244),_0x16c94d&&_0x5016fb[_0x30db('0x21')](_0x16c94d);});}[_0x30db('0xd')](_0x5568e7){if(this['activeUIs'][_0x30db('0x8')](_0x5568e7),!this[_0x30db('0x13')][_0x30db('0x1b')](_0x5568e7))throw new _0x1b15e3(_0x30db('0x6'),this,{'uiName':_0x5568e7});const _0x370654=this[_0x30db('0x13')][_0x30db('0x1')](_0x5568e7);_0x370654['detach'](),this['stopListening'](_0x370654),this[_0x30db('0x22')]['get'](_0x5568e7)[_0x30db('0x18')]['destroy'](),this[_0x30db('0x22')][_0x30db('0x8')](_0x5568e7);}[_0x30db('0x19')](_0x24f3b4){if(!this[_0x30db('0x13')]['has'](_0x24f3b4))throw new _0x1b15e3('annotationsuis-missing-ui',this,{'uiName':_0x24f3b4});const _0x2a9b61=this[_0x30db('0x28')][_0x30db('0x14')][_0x30db('0x1')](_0x48f346),_0x18f8b5=Array['from'](_0x2a9b61[_0x30db('0xe')])[0x0]||null;this[_0x30db('0x16')](),this[_0x30db('0x17')](_0x24f3b4);const _0x46391e=this[_0x30db('0x13')]['get'](_0x24f3b4);_0x46391e[_0x30db('0x23')](_0x18f8b5),_0x46391e['_setSelectedAnnotations']&&_0x18f8b5&&_0x46391e[_0x30db('0x12')]([_0x18f8b5]);}[_0x30db('0x16')](){for(const _0x15fd62 of this[_0x30db('0x0')])this[_0x30db('0xd')](_0x15fd62);}[_0x30db('0x11')](_0x3d04c6,_0x53ac04){if(this[_0x30db('0x13')]['has'](_0x3d04c6))throw new _0x1b15e3(_0x30db('0x1d'));if(_0x30db('0xa')!=typeof _0x53ac04[_0x30db('0x2')]||_0x30db('0xa')!=typeof _0x53ac04[_0x30db('0x1e')]||_0x30db('0xa')!=typeof _0x53ac04[_0x30db('0x23')])throw new _0x1b15e3(_0x30db('0x9'),null);this[_0x30db('0x13')][_0x30db('0x1a')](_0x3d04c6,_0x53ac04);}['refilterAnnotations'](){const _0x1603f5=this['context']['plugins'][_0x30db('0x1')](_0x48f346)[_0x30db('0x18')],_0x1cc659=new Map(),_0x173236=Array[_0x30db('0x1c')](this['activeUIs']);for(const _0x2b6cf8 of this[_0x30db('0x0')]){const _0x4e850a=this[_0x30db('0x22')][_0x30db('0x1')](_0x2b6cf8)[_0x30db('0x18')];for(const _0x25d50c of _0x4e850a)_0x1cc659['set'](_0x25d50c,_0x2b6cf8);}for(const _0x4f313b of _0x1603f5){const _0x514c2f=_0x1cc659[_0x30db('0x1')](_0x4f313b);this[_0x30db('0x25')](_0x4f313b);const _0x5b3ab4=_0x173236['find'](_0x914a7=>this[_0x30db('0x22')][_0x30db('0x1')](_0x914a7)['filter'](_0x4f313b));_0x514c2f!==_0x5b3ab4&&(_0x514c2f&&this[_0x30db('0x22')]['get'](_0x514c2f)[_0x30db('0x18')][_0x30db('0x4')](_0x4f313b),_0x5b3ab4&&this[_0x30db('0x22')][_0x30db('0x1')](_0x5b3ab4)[_0x30db('0x18')][_0x30db('0x24')](_0x4f313b));}}[_0x30db('0x20')](){this[_0x30db('0x16')](),super[_0x30db('0x20')]();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xbe5515){const _0x23ab83=[];for(const _0x108def of this[_0x30db('0x0')]){(0x0,this[_0x30db('0x22')][_0x30db('0x1')](_0x108def)['filter'])(_0xbe5515)&&_0x23ab83['push'](_0x108def);}if(_0x23ab83[_0x30db('0x5')]>0x1)throw new _0x1b15e3(_0x30db('0x1f'),null,{'matchedUIs':_0x23ab83,'annotationType':_0xbe5515['type']});}}
@@ -6,10 +6,10 @@
6
6
  * @module comments/annotations/editorannotations
7
7
  * @publicApi
8
8
  */
9
- import { Plugin, type Editor } from 'ckeditor5/src/core';
10
- import Annotations from './annotations';
11
- import type Annotation from './annotation';
12
- import type AnnotationCollection from './annotationcollection';
9
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
10
+ import Annotations from './annotations.js';
11
+ import type Annotation from './annotation.js';
12
+ import type AnnotationCollection from './annotationcollection.js';
13
13
  /**
14
14
  * Integrates {@link module:comments/annotations/annotations~Annotations annotations} with the editor to provide proper behavior
15
15
  * for annotations created through the editor features.
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e45=['document','hasDomSelection','collection','isEqual','has','map','range','editor','element','function','change:range','listenTo','annotation','blur','from','uiUpdate','_editorAnnotations','_dataCollectors','update','isReadOnly','focusTracker','innerView','remove','directChange','fire','getByInnerView','containsRange','init','getOrderedSelectedAnnotations','view','editing','refreshSelectedViews','addSourceCollector','change:isFocused','getRanges','cancel','add','sort','isCollapsed','_editorAnnotationsData','selection'];(function(_0x53dfa1,_0x4e45ca){const _0xfc84e8=function(_0x37c17c){while(--_0x37c17c){_0x53dfa1['push'](_0x53dfa1['shift']());}};_0xfc84e8(++_0x4e45ca);}(_0x4e45,0x1c4));const _0xfc84=function(_0x53dfa1,_0x4e45ca){_0x53dfa1=_0x53dfa1-0x0;let _0xfc84e8=_0x4e45[_0x53dfa1];return _0xfc84e8;};import{Plugin as _0x1721f6}from'ckeditor5/src/core';import{CKEditorError as _0x39f217}from'ckeditor5/src/utils';import{debounce as _0x3b7e80}from'lodash-es';import _0x425cee from'./annotations';export default class k extends _0x1721f6{static get['requires'](){return[_0x425cee];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x1d2091){super(_0x1d2091),this['_dataCollectors']=new Set(),this[_0xfc84('0xf')]=new Set();}[_0xfc84('0x1a')](){const _0xc4a686=this[_0xfc84('0x6')],_0x416f77=_0xc4a686['model']['document']['selection'],_0x79b70c=_0x3b7e80(()=>this[_0xfc84('0x1e')](),0xa);_0x416f77['on'](_0xfc84('0x9'),(_0x2eb6aa,_0x3d4465)=>{_0x3d4465[_0xfc84('0x16')]&&(_0x79b70c[_0xfc84('0x22')](),this[_0xfc84('0x1e')]());}),this['listenTo'](_0xc4a686[_0xfc84('0x1d')]['view']['document'],_0xfc84('0x20'),(_0x42ac6a,_0x4f3b90,_0x252cb3)=>{_0x252cb3&&_0x79b70c();}),this['listenTo'](_0xc4a686['ui'][_0xfc84('0x13')],'change:isFocused',(_0x362fe4,_0x338d17,_0x31c98b)=>{_0x31c98b||_0xc4a686[_0xfc84('0x12')]||this['fire'](_0xfc84('0xc'),{'isAnnotationTracked':_0x3e7661=>this[_0xfc84('0x26')][_0xfc84('0x3')](_0x3e7661[_0xfc84('0x14')])});}),this[_0xfc84('0xa')](this[_0xfc84('0x6')]['ui'],_0xfc84('0x11'),()=>this[_0xfc84('0x17')](_0xfc84('0xe')));}['registerAnnotation'](_0x2b5e7c){if(this[_0xfc84('0xf')][_0xfc84('0x3')](_0x2b5e7c[_0xfc84('0x1c')]))return;this[_0xfc84('0xf')][_0xfc84('0x23')](_0x2b5e7c[_0xfc84('0x1c')]),this['editor']['ui'][_0xfc84('0x13')][_0xfc84('0x23')](_0x2b5e7c[_0xfc84('0x1c')][_0xfc84('0x7')]);const _0x3bed75=this['editor']['plugins']['get'](_0x425cee);this['listenTo'](_0x3bed75[_0xfc84('0x1')],_0xfc84('0x15'),(_0x488004,_0x363029)=>{this[_0xfc84('0x6')]['ui'][_0xfc84('0x13')][_0xfc84('0x15')](_0x363029[_0xfc84('0x1c')][_0xfc84('0x7')]),this['_editorAnnotations']['delete'](_0x363029[_0xfc84('0x1c')]);});}[_0xfc84('0x0')](){return this['editor'][_0xfc84('0x1d')]['view'][_0xfc84('0x0')];}[_0xfc84('0x1f')](_0x585e05){if(_0xfc84('0x8')!=typeof _0x585e05)throw new _0x39f217('editorannotations-invalid-source-callback');this[_0xfc84('0x10')][_0xfc84('0x23')](_0x585e05);}[_0xfc84('0x1e')](){this[_0xfc84('0x17')]('refresh');}[_0xfc84('0x1b')]({activeAnnotation:_0x50efc0,annotations:_0x529804}){const _0x139fd4=[],_0x33921c=this[_0xfc84('0x6')]['model'][_0xfc84('0x28')][_0xfc84('0x27')],_0x5d16f1=Array['from'](_0x33921c[_0xfc84('0x21')]());for(const [_0x34ec5f,_0x5a9832]of this[_0xfc84('0x26')]){const _0x23fdb7=_0x4e9690(_0x5a9832),_0x20dd23=_0x529804[_0xfc84('0x18')](_0x34ec5f);_0x23fdb7&&_0x20dd23&&_0x139fd4['push']({'annotation':_0x20dd23,'range':_0x23fdb7});}function _0x4e9690(_0x58da6a){for(const _0x34584a of _0x58da6a)for(const _0x4d3ad3 of _0x5d16f1)if(_0x34584a['containsRange'](_0x4d3ad3,!_0x33921c[_0xfc84('0x25')]))return _0x34584a;return null;}return _0x139fd4[_0xfc84('0x24')]((_0x4c3813,_0xfbb103)=>{const _0x74abba=_0x4c3813[_0xfc84('0x5')],_0x215391=_0xfbb103[_0xfc84('0x5')];if(!_0x74abba[_0xfc84('0x2')](_0x215391)){if(_0x74abba[_0xfc84('0x19')](_0x215391,!0x0))return 0x1;if(_0x215391['containsRange'](_0x74abba,!0x0))return-0x1;}return _0x4c3813[_0xfc84('0xb')]==_0x50efc0?-0x1:_0xfbb103[_0xfc84('0xb')]==_0x50efc0?0x1:0x0;})[_0xfc84('0x4')](_0x33466c=>_0x33466c[_0xfc84('0xb')]);}get[_0xfc84('0x26')](){const _0x12b45d=new Map();for(const _0x58944f of Array[_0xfc84('0xd')](this['_dataCollectors']))for(const [_0x51d8c3,_0x53c2ce]of _0x58944f())_0x12b45d['set'](_0x51d8c3,_0x53c2ce);return _0x12b45d;}}
23
+ const _0x4093=['directChange','push','editor','_dataCollectors','hasDomSelection','plugins','requires','isEqual','has','from','editorannotations-invalid-source-callback','refreshSelectedViews','set','range','fire','element','isReadOnly','document','get','getRanges','update','registerAnnotation','blur','change:isFocused','addSourceCollector','EditorAnnotations','annotation','isCollapsed','delete','_editorAnnotations','listenTo','innerView','containsRange','getOrderedSelectedAnnotations','editing','focusTracker','selection','add','refresh','view'];(function(_0x2b72a1,_0x409334){const _0x48adad=function(_0x48873c){while(--_0x48873c){_0x2b72a1['push'](_0x2b72a1['shift']());}};_0x48adad(++_0x409334);}(_0x4093,0x11a));const _0x48ad=function(_0x2b72a1,_0x409334){_0x2b72a1=_0x2b72a1-0x0;let _0x48adad=_0x4093[_0x2b72a1];return _0x48adad;};import{Plugin as _0x526651}from'ckeditor5/src/core.js';import{CKEditorError as _0x4425b0}from'ckeditor5/src/utils.js';import{debounce as _0x466e3f}from'lodash-es';import _0x4e5538 from'./annotations.js';export default class k extends _0x526651{static get[_0x48ad('0x4')](){return[_0x4e5538];}static get['pluginName'](){return _0x48ad('0x17');}constructor(_0x4b40bb){super(_0x4b40bb),this[_0x48ad('0x1')]=new Set(),this[_0x48ad('0x1b')]=new Set();}['init'](){const _0x2d0b97=this[_0x48ad('0x0')],_0x5f1985=_0x2d0b97['model'][_0x48ad('0xf')][_0x48ad('0x22')],_0x15c902=_0x466e3f(()=>this[_0x48ad('0x9')](),0xa);_0x5f1985['on']('change:range',(_0x4ccb9e,_0x251d62)=>{_0x251d62[_0x48ad('0x26')]&&(_0x15c902['cancel'](),this[_0x48ad('0x9')]());}),this[_0x48ad('0x1c')](_0x2d0b97[_0x48ad('0x20')][_0x48ad('0x25')][_0x48ad('0xf')],_0x48ad('0x15'),(_0x4abc89,_0x1bf1ed,_0x560eb2)=>{_0x560eb2&&_0x15c902();}),this['listenTo'](_0x2d0b97['ui']['focusTracker'],'change:isFocused',(_0x492608,_0x568d65,_0x221d26)=>{_0x221d26||_0x2d0b97[_0x48ad('0xe')]||this[_0x48ad('0xc')](_0x48ad('0x14'),{'isAnnotationTracked':_0x422440=>this['_editorAnnotationsData'][_0x48ad('0x6')](_0x422440[_0x48ad('0x1d')])});}),this[_0x48ad('0x1c')](this[_0x48ad('0x0')]['ui'],_0x48ad('0x12'),()=>this['fire']('uiUpdate'));}[_0x48ad('0x13')](_0x389c77){if(this[_0x48ad('0x1b')][_0x48ad('0x6')](_0x389c77['view']))return;this[_0x48ad('0x1b')][_0x48ad('0x23')](_0x389c77['view']),this[_0x48ad('0x0')]['ui']['focusTracker'][_0x48ad('0x23')](_0x389c77[_0x48ad('0x25')][_0x48ad('0xd')]);const _0x57eb5a=this['editor'][_0x48ad('0x3')][_0x48ad('0x10')](_0x4e5538);this['listenTo'](_0x57eb5a['collection'],'remove',(_0x21d460,_0x57b82e)=>{this['editor']['ui'][_0x48ad('0x21')]['remove'](_0x57b82e[_0x48ad('0x25')][_0x48ad('0xd')]),this[_0x48ad('0x1b')][_0x48ad('0x1a')](_0x57b82e['view']);});}[_0x48ad('0x2')](){return this['editor'][_0x48ad('0x20')][_0x48ad('0x25')][_0x48ad('0x2')];}[_0x48ad('0x16')](_0xae4177){if('function'!=typeof _0xae4177)throw new _0x4425b0(_0x48ad('0x8'));this['_dataCollectors'][_0x48ad('0x23')](_0xae4177);}[_0x48ad('0x9')](){this[_0x48ad('0xc')](_0x48ad('0x24'));}[_0x48ad('0x1f')]({activeAnnotation:_0x17eed0,annotations:_0x3a59e9}){const _0x5217e2=[],_0x4c6fe0=this['editor']['model'][_0x48ad('0xf')][_0x48ad('0x22')],_0x3cb96f=Array[_0x48ad('0x7')](_0x4c6fe0[_0x48ad('0x11')]());for(const [_0x13641a,_0x258a8c]of this['_editorAnnotationsData']){const _0x307aaf=_0x1300ac(_0x258a8c),_0x29772b=_0x3a59e9['getByInnerView'](_0x13641a);_0x307aaf&&_0x29772b&&_0x5217e2[_0x48ad('0x27')]({'annotation':_0x29772b,'range':_0x307aaf});}function _0x1300ac(_0x1cbd5c){for(const _0x4a5d66 of _0x1cbd5c)for(const _0x2ff974 of _0x3cb96f)if(_0x4a5d66[_0x48ad('0x1e')](_0x2ff974,!_0x4c6fe0[_0x48ad('0x19')]))return _0x4a5d66;return null;}return _0x5217e2['sort']((_0x1fef31,_0x539364)=>{const _0x34190c=_0x1fef31[_0x48ad('0xb')],_0xbe527b=_0x539364[_0x48ad('0xb')];if(!_0x34190c[_0x48ad('0x5')](_0xbe527b)){if(_0x34190c['containsRange'](_0xbe527b,!0x0))return 0x1;if(_0xbe527b[_0x48ad('0x1e')](_0x34190c,!0x0))return-0x1;}return _0x1fef31[_0x48ad('0x18')]==_0x17eed0?-0x1:_0x539364[_0x48ad('0x18')]==_0x17eed0?0x1:0x0;})['map'](_0x460947=>_0x460947['annotation']);}get['_editorAnnotationsData'](){const _0x51b8e5=new Map();for(const _0x158866 of Array[_0x48ad('0x7')](this['_dataCollectors']))for(const [_0x20b2d4,_0x5b72e6]of _0x158866())_0x51b8e5[_0x48ad('0xa')](_0x20b2d4,_0x5b72e6);return _0x51b8e5;}}
@@ -6,13 +6,13 @@
6
6
  * @module comments/annotations/inlineannotations
7
7
  * @publicApi
8
8
  */
9
- import { Plugin, type Editor } from 'ckeditor5/src/core';
10
- import AnnotationsUIs, { type AnnotationsUI } from './annotationsuis';
11
- import EditorAnnotations from './editorannotations';
12
- import { ContextualBalloon } from 'ckeditor5/src/ui';
9
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
10
+ import AnnotationsUIs, { type AnnotationsUI } from './annotationsuis.js';
11
+ import EditorAnnotations from './editorannotations.js';
12
+ import { ContextualBalloon } from 'ckeditor5/src/ui.js';
13
13
  import './../../theme/annotation-inline.css';
14
- import type Annotation from './annotation';
15
- import type AnnotationCollection from './annotationcollection';
14
+ import type Annotation from './annotation.js';
15
+ import type AnnotationCollection from './annotationcollection.js';
16
16
  /**
17
17
  * The popup-style UI for displaying annotations next to editor target elements.
18
18
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51f5=['document','pluginName','_getBalloonTargetForAnnotation','plugins','getFirstRange','change:visibleView','context','get','from','domConverter','focusTracker','_forceRefresh','activeAnnotation','viewRangeToDom','getClientRects','editing','switchTo','showStack','push','register','update','annotations','_balloon','Esc','_removeAnnotationFromBalloon','every','set','isAttached','_manuallyClosed','target','updatePosition','inline','init','left','bottom','_addAnnotationToBalloon','visibleView','_setSelectedAnnotations','_addedAnnotations','refresh','addObserver','clear','_selectedAnnotations','has','isFocused','length','requires','width','find','top','detach','focus','right','includes','delete','inlineannotations-not-allowed-with-context','editor','mousedown','collapse','listenTo','isActive','remove','hasActive','afterInit','add','keystrokes','stopListening','inlineannotations-detach-not-attached','_closeAnnotation','hasView','view','setActiveAnnotation','change:isFocused','getByView'];(function(_0xdae6c1,_0x51f5aa){const _0x544c96=function(_0x3c77b9){while(--_0x3c77b9){_0xdae6c1['push'](_0xdae6c1['shift']());}};_0x544c96(++_0x51f5aa);}(_0x51f5,0x9d));const _0x544c=function(_0xdae6c1,_0x51f5aa){_0xdae6c1=_0xdae6c1-0x0;let _0x544c96=_0x51f5[_0xdae6c1];return _0x544c96;};import{Plugin as _0x1c00fa}from'ckeditor5/src/core';import _0x53c841 from'./annotationsuis';import _0x542c29 from'./editorannotations';import{ContextualBalloon as _0xa83cc3}from'ckeditor5/src/ui';import{MouseObserver as _0x54e5d1}from'ckeditor5/src/engine';import{CKEditorError as _0xf91289,Rect as _0x25492f}from'ckeditor5/src/utils';import'./../../theme/annotation-inline.css';export default class c extends _0x1c00fa{static get[_0x544c('0x25')](){return[_0x542c29,_0xa83cc3,_0x53c841];}static get[_0x544c('0x42')](){return'InlineAnnotations';}constructor(_0x5ab3c9){super(_0x5ab3c9),_0x5ab3c9[_0x544c('0x6')][_0x544c('0x3d')][_0x544c('0x1f')](_0x54e5d1),this[_0x544c('0x12')]=!0x1,this[_0x544c('0x11')](_0x544c('0x3'),null),this[_0x544c('0xc')]=null,this['_manuallyClosed']=new Set(),this[_0x544c('0xd')]=_0x5ab3c9[_0x544c('0x44')]['get'](_0xa83cc3),this[_0x544c('0x1d')]=new Set(),this['_selectedAnnotations']=[],this[_0x544c('0x2')]=!0x1;}[_0x544c('0x17')](){const _0x59f387=this[_0x544c('0x2f')]['plugins']['get'](_0x53c841);_0x59f387[_0x544c('0x47')]===this[_0x544c('0x2f')]&&(_0x59f387[_0x544c('0xa')](_0x544c('0x16'),this),this[_0x544c('0x2f')][_0x544c('0x38')][_0x544c('0x11')](_0x544c('0xe'),(_0xc27089,_0x5b4e1e)=>{const _0x4cb1d3=this['_balloon'];if(this['isAttached']&&_0x4cb1d3['visibleView']){const _0x255cf2=this[_0x544c('0xc')][_0x544c('0x40')](_0x4cb1d3[_0x544c('0x1b')]);_0x255cf2&&this[_0x544c('0x3b')](_0x255cf2),_0x5b4e1e();}}));}[_0x544c('0x36')](){const _0xefad5a=this[_0x544c('0x2f')][_0x544c('0x44')][_0x544c('0x48')](_0x53c841);_0xefad5a[_0x544c('0x47')]===this[_0x544c('0x2f')]&&(_0xefad5a[_0x544c('0x35')]()||_0xefad5a[_0x544c('0x7')](_0x544c('0x16')));}[_0x544c('0x3e')](_0x265f8f){_0x265f8f!==this[_0x544c('0x3')]&&(this[_0x544c('0x3')]&&(this[_0x544c('0x3')]['isActive']=!0x1),_0x265f8f&&this[_0x544c('0x2f')]['ui'][_0x544c('0x1')]['isFocused']&&(this['annotations'][_0x544c('0x22')](_0x265f8f)&&this[_0x544c('0x1a')](_0x265f8f,!0x0),_0x265f8f[_0x544c('0x33')]=!0x0),_0x265f8f||this[_0x544c('0x1c')]([]),this[_0x544c('0x3')]=_0x265f8f);}['attach'](_0x4632b8){this['annotations']=_0x4632b8;const _0x5e0796=this['editor'][_0x544c('0x44')][_0x544c('0x48')](_0x53c841),_0x1df4a9=this[_0x544c('0xd')];if(this[_0x544c('0x12')])throw new _0xf91289('inlineannotations-attach-already-attached',this);if(_0x5e0796['context']!==this[_0x544c('0x2f')])throw new _0xf91289(_0x544c('0x2e'),this);const _0x57e527=this[_0x544c('0x2f')]['plugins']['get'](_0x542c29);this['listenTo'](_0x57e527,_0x544c('0x1e'),()=>{const _0x49448e=_0x57e527['getOrderedSelectedAnnotations']({'annotations':this[_0x544c('0xc')],'activeAnnotation':this[_0x544c('0x3')]});var _0x5743e0,_0x481b89;!this[_0x544c('0x2')]&&(_0x5743e0=_0x49448e,_0x481b89=this['_selectedAnnotations'],_0x5743e0[_0x544c('0x24')]===_0x481b89[_0x544c('0x24')]&&_0x5743e0[_0x544c('0x10')](_0xa0f46=>_0x481b89[_0x544c('0x2c')](_0xa0f46)))||(this[_0x544c('0x2')]=!0x1,this[_0x544c('0x1c')](_0x49448e),this[_0x544c('0x3e')](_0x49448e[0x0]||null));}),this[_0x544c('0x32')](_0x57e527,'blur',(_0x2c553c,{isAnnotationTracked:_0x277430})=>{this[_0x544c('0x3')]&&_0x277430(this[_0x544c('0x3')])&&(this['_setSelectedAnnotations']([]),this[_0x544c('0x3e')](null));}),this[_0x544c('0x32')](this[_0x544c('0x2f')]['ui'][_0x544c('0x1')],_0x544c('0x3f'),(_0x44748e,_0xc47683,_0x1ebd28)=>{_0x1ebd28||this[_0x544c('0x3e')](null);}),this[_0x544c('0x32')](_0x4632b8,_0x544c('0x34'),(_0x3e01b0,_0x3aceb3)=>{this[_0x544c('0xf')](_0x3aceb3),_0x3aceb3===this[_0x544c('0x3')]&&this[_0x544c('0x3e')](null);}),this[_0x544c('0x32')](_0x1df4a9,_0x544c('0x46'),(_0x1e5a28,_0x381160,_0x400673,_0x34cdfb)=>{_0x34cdfb&&this['stopListening'](_0x34cdfb);const _0x504f84=_0x4632b8['getByView'](_0x400673);_0x400673&&_0x504f84&&(this[_0x544c('0x32')](_0x400673,'change:height',()=>{_0x1df4a9[_0x544c('0x15')]();}),this[_0x544c('0x32')](_0x400673,_0x544c('0xe'),()=>{this[_0x544c('0x3b')](_0x504f84),this[_0x544c('0x2f')][_0x544c('0x6')][_0x544c('0x3d')][_0x544c('0x2a')]();}),this[_0x544c('0x3')]!==_0x504f84&&this[_0x544c('0x3e')](_0x504f84));}),this['listenTo'](this[_0x544c('0x2f')]['ui'],_0x544c('0xb'),()=>{_0x1df4a9[_0x544c('0x1b')]&&(_0x4632b8[_0x544c('0x40')](_0x1df4a9[_0x544c('0x1b')])&&_0x1df4a9[_0x544c('0x15')]());}),this['listenTo'](this['editor'][_0x544c('0x6')]['view'][_0x544c('0x41')],_0x544c('0x30'),()=>{this['_forceRefresh']=!0x0,this[_0x544c('0x13')][_0x544c('0x20')]();}),this[_0x544c('0x2f')]['editing']['view'][_0x544c('0x41')]['selection']['editableElement']&&this[_0x544c('0x2f')][_0x544c('0x6')][_0x544c('0x3d')]['focus'](),this[_0x544c('0x12')]=!0x0;}[_0x544c('0x29')](){if(!this[_0x544c('0x12')])throw new _0xf91289(_0x544c('0x3a'),this);this['setActiveAnnotation'](null);for(const _0x1eb086 of this['_addedAnnotations'])this[_0x544c('0xf')](_0x1eb086);this[_0x544c('0x39')](),this[_0x544c('0x12')]=!0x1,this['annotations']=null;}['destroy'](){this[_0x544c('0x12')]&&this['detach']();}[_0x544c('0x1c')](_0x5e1feb){for(const _0x2c01b2 of this[_0x544c('0x21')])_0x5e1feb[_0x544c('0x2c')](_0x2c01b2)||this['_manuallyClosed'][_0x544c('0x2d')](_0x2c01b2);for(const _0x22662c of this[_0x544c('0xc')])_0x5e1feb[_0x544c('0x2c')](_0x22662c)||this['_removeAnnotationFromBalloon'](_0x22662c);if(this[_0x544c('0x2f')]['ui'][_0x544c('0x1')][_0x544c('0x23')])for(const _0xfa58cf of _0x5e1feb)this[_0x544c('0x1a')](_0xfa58cf);this[_0x544c('0x21')]=_0x5e1feb;}['_addAnnotationToBalloon'](_0x52ccea,_0x5a4904=!0x1){this['_manuallyClosed']['has'](_0x52ccea)||(this['_addedAnnotations'][_0x544c('0x22')](_0x52ccea)||this['_balloon'][_0x544c('0x3c')](_0x52ccea[_0x544c('0x3d')])||(this[_0x544c('0x1d')]['add'](_0x52ccea),this[_0x544c('0xd')][_0x544c('0x37')]({'stackId':_0x52ccea[_0x544c('0x3d')]['id'],'view':_0x52ccea[_0x544c('0x3d')],'position':{'target':()=>this[_0x544c('0x43')](_0x52ccea)}})),_0x5a4904&&this['_balloon'][_0x544c('0x8')](_0x52ccea[_0x544c('0x3d')]['id']));}['_getBalloonTargetForAnnotation'](_0x57340c){const _0x40ae86=_0x57340c[_0x544c('0x14')],_0x3678e2=this[_0x544c('0x2f')]['editing']['view'],_0x372183=_0x3678e2['document']['selection'][_0x544c('0x45')](),_0x5712db=_0x3678e2[_0x544c('0x0')][_0x544c('0x4')](_0x372183);if(_0x5712db[_0x544c('0x31')](!0x0),_0x40ae86){if(_0x40ae86 instanceof _0x25492f)return _0x40ae86;let _0x375a70=[];for(const _0x37afc6 of _0x40ae86)_0x375a70['push'](...(_0x571ad9=_0x37afc6[_0x544c('0x5')](),Array[_0x544c('0x49')](_0x571ad9)['map'](DOMRect['fromRect'])));_0x375a70=function(_0x472442){const _0x865d64=[];let _0x1dfcf3=_0x472442[0x0];for(let _0x59a794=0x1;_0x59a794<_0x472442['length'];_0x59a794++)F(_0x1dfcf3,_0x472442[_0x59a794])?_0x1dfcf3[_0x544c('0x26')]+=_0x472442[_0x59a794][_0x544c('0x26')]:(_0x865d64['push'](_0x1dfcf3),_0x1dfcf3=_0x472442[_0x59a794]);return _0x865d64[_0x544c('0x9')](_0x1dfcf3),_0x865d64;}(_0x375a70);const _0xd9041=_0x5712db['getBoundingClientRect']();return _0x375a70[_0x544c('0x27')](_0x214f4d=>_0x214f4d['top']<=_0xd9041[_0x544c('0x28')]&&_0x214f4d[_0x544c('0x19')]>=_0xd9041['bottom']&&_0x214f4d[_0x544c('0x18')]<=_0xd9041[_0x544c('0x18')]&&_0x214f4d['right']>=_0xd9041[_0x544c('0x2b')])||_0x375a70[0x0];}var _0x571ad9;return _0x57340c['targetRect']||_0x5712db;}[_0x544c('0xf')](_0xfb1bed){this[_0x544c('0x1d')][_0x544c('0x22')](_0xfb1bed)&&this[_0x544c('0xd')]['hasView'](_0xfb1bed['view'])&&(this[_0x544c('0x1d')]['delete'](_0xfb1bed),this[_0x544c('0xd')][_0x544c('0x34')](_0xfb1bed[_0x544c('0x3d')]));}[_0x544c('0x3b')](_0x1c8293){this[_0x544c('0x13')][_0x544c('0x37')](_0x1c8293),this[_0x544c('0xf')](_0x1c8293);}}function F(_0x59cad9,_0x44e2be){return _0x59cad9[_0x544c('0x28')]===_0x44e2be['top']&&_0x59cad9[_0x544c('0x19')]===_0x44e2be['bottom']&&_0x59cad9[_0x544c('0x2b')]===_0x44e2be['left'];}
23
+ const _0x5a81=['width','change:isFocused','focusTracker','hasActive','length','hasView','pluginName','listenTo','plugins','_closeAnnotation','_removeAnnotationFromBalloon','keystrokes','every','remove','document','get','editor','detach','getClientRects','editing','destroy','Esc','includes','blur','afterInit','targetRect','isAttached','selection','view','find','_selectedAnnotations','delete','activeAnnotation','viewRangeToDom','right','getFirstRange','set','_balloon','inline','attach','fromRect','update','left','setActiveAnnotation','change:height','has','getBoundingClientRect','_manuallyClosed','inlineannotations-detach-not-attached','InlineAnnotations','refresh','focus','clear','getByView','target','showStack','add','mousedown','collapse','_addAnnotationToBalloon','_addedAnnotations','visibleView','register','_getBalloonTargetForAnnotation','bottom','switchTo','domConverter','_setSelectedAnnotations','isActive','isFocused','_forceRefresh','requires','stopListening','annotations','updatePosition','top','init','push'];(function(_0x1696af,_0x5a814a){const _0x1e081a=function(_0x19398b){while(--_0x19398b){_0x1696af['push'](_0x1696af['shift']());}};_0x1e081a(++_0x5a814a);}(_0x5a81,0xc2));const _0x1e08=function(_0x1696af,_0x5a814a){_0x1696af=_0x1696af-0x0;let _0x1e081a=_0x5a81[_0x1696af];return _0x1e081a;};import{Plugin as _0x3a842a}from'ckeditor5/src/core.js';import _0x43df81 from'./annotationsuis.js';import _0x24d69d from'./editorannotations.js';import{ContextualBalloon as _0x8771c9}from'ckeditor5/src/ui.js';import{MouseObserver as _0x559f4b}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3214f6,Rect as _0x28cf49}from'ckeditor5/src/utils.js';import'./../../theme/annotation-inline.css';export default class c extends _0x3a842a{static get[_0x1e08('0x21')](){return[_0x24d69d,_0x8771c9,_0x43df81];}static get[_0x1e08('0x2e')](){return _0x1e08('0xb');}constructor(_0x1570b){super(_0x1570b),_0x1570b['editing'][_0x1e08('0x44')]['addObserver'](_0x559f4b),this[_0x1e08('0x42')]=!0x1,this[_0x1e08('0x4c')](_0x1e08('0x48'),null),this[_0x1e08('0x23')]=null,this[_0x1e08('0x9')]=new Set(),this[_0x1e08('0x4d')]=_0x1570b['plugins']['get'](_0x8771c9),this[_0x1e08('0x16')]=new Set(),this[_0x1e08('0x46')]=[],this[_0x1e08('0x20')]=!0x1;}[_0x1e08('0x26')](){const _0x32093c=this['editor'][_0x1e08('0x30')][_0x1e08('0x37')](_0x43df81);_0x32093c['context']===this['editor']&&(_0x32093c[_0x1e08('0x18')](_0x1e08('0x0'),this),this[_0x1e08('0x38')][_0x1e08('0x33')][_0x1e08('0x4c')](_0x1e08('0x3d'),(_0x4d04c7,_0x4d66a8)=>{const _0x1467db=this[_0x1e08('0x4d')];if(this[_0x1e08('0x42')]&&_0x1467db['visibleView']){const _0x22b2fc=this[_0x1e08('0x23')][_0x1e08('0xf')](_0x1467db[_0x1e08('0x17')]);_0x22b2fc&&this[_0x1e08('0x31')](_0x22b2fc),_0x4d66a8();}}));}[_0x1e08('0x40')](){const _0x4da36b=this[_0x1e08('0x38')][_0x1e08('0x30')][_0x1e08('0x37')](_0x43df81);_0x4da36b['context']===this[_0x1e08('0x38')]&&(_0x4da36b[_0x1e08('0x2b')]()||_0x4da36b[_0x1e08('0x1b')](_0x1e08('0x0')));}[_0x1e08('0x5')](_0x37286e){_0x37286e!==this['activeAnnotation']&&(this['activeAnnotation']&&(this[_0x1e08('0x48')][_0x1e08('0x1e')]=!0x1),_0x37286e&&this['editor']['ui'][_0x1e08('0x2a')][_0x1e08('0x1f')]&&(this[_0x1e08('0x23')][_0x1e08('0x7')](_0x37286e)&&this[_0x1e08('0x15')](_0x37286e,!0x0),_0x37286e[_0x1e08('0x1e')]=!0x0),_0x37286e||this['_setSelectedAnnotations']([]),this[_0x1e08('0x48')]=_0x37286e);}[_0x1e08('0x1')](_0x52b1d1){this[_0x1e08('0x23')]=_0x52b1d1;const _0x47964a=this[_0x1e08('0x38')][_0x1e08('0x30')][_0x1e08('0x37')](_0x43df81),_0x1dd044=this[_0x1e08('0x4d')];if(this[_0x1e08('0x42')])throw new _0x3214f6('inlineannotations-attach-already-attached',this);if(_0x47964a['context']!==this['editor'])throw new _0x3214f6('inlineannotations-not-allowed-with-context',this);const _0x4fb140=this[_0x1e08('0x38')][_0x1e08('0x30')][_0x1e08('0x37')](_0x24d69d);this[_0x1e08('0x2f')](_0x4fb140,_0x1e08('0xc'),()=>{const _0x9efed3=_0x4fb140['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0xfb39e6,_0xdc1837;!this[_0x1e08('0x20')]&&(_0xfb39e6=_0x9efed3,_0xdc1837=this[_0x1e08('0x46')],_0xfb39e6[_0x1e08('0x2c')]===_0xdc1837[_0x1e08('0x2c')]&&_0xfb39e6[_0x1e08('0x34')](_0x586b13=>_0xdc1837['includes'](_0x586b13)))||(this[_0x1e08('0x20')]=!0x1,this[_0x1e08('0x1d')](_0x9efed3),this[_0x1e08('0x5')](_0x9efed3[0x0]||null));}),this[_0x1e08('0x2f')](_0x4fb140,_0x1e08('0x3f'),(_0x3cdda1,{isAnnotationTracked:_0x581cef})=>{this[_0x1e08('0x48')]&&_0x581cef(this['activeAnnotation'])&&(this[_0x1e08('0x1d')]([]),this[_0x1e08('0x5')](null));}),this[_0x1e08('0x2f')](this['editor']['ui'][_0x1e08('0x2a')],_0x1e08('0x29'),(_0x120dae,_0x389455,_0x2665d5)=>{_0x2665d5||this[_0x1e08('0x5')](null);}),this[_0x1e08('0x2f')](_0x52b1d1,_0x1e08('0x35'),(_0x54b4d2,_0x40f890)=>{this[_0x1e08('0x32')](_0x40f890),_0x40f890===this[_0x1e08('0x48')]&&this['setActiveAnnotation'](null);}),this[_0x1e08('0x2f')](_0x1dd044,'change:visibleView',(_0x5c2937,_0x44d266,_0x523239,_0x24971e)=>{_0x24971e&&this[_0x1e08('0x22')](_0x24971e);const _0x511ae4=_0x52b1d1[_0x1e08('0xf')](_0x523239);_0x523239&&_0x511ae4&&(this['listenTo'](_0x523239,_0x1e08('0x6'),()=>{_0x1dd044[_0x1e08('0x24')]();}),this[_0x1e08('0x2f')](_0x523239,_0x1e08('0x3d'),()=>{this[_0x1e08('0x31')](_0x511ae4),this[_0x1e08('0x38')][_0x1e08('0x3b')]['view'][_0x1e08('0xd')]();}),this[_0x1e08('0x48')]!==_0x511ae4&&this[_0x1e08('0x5')](_0x511ae4));}),this[_0x1e08('0x2f')](this[_0x1e08('0x38')]['ui'],_0x1e08('0x3'),()=>{_0x1dd044['visibleView']&&(_0x52b1d1['getByView'](_0x1dd044[_0x1e08('0x17')])&&_0x1dd044['updatePosition']());}),this['listenTo'](this[_0x1e08('0x38')][_0x1e08('0x3b')][_0x1e08('0x44')][_0x1e08('0x36')],_0x1e08('0x13'),()=>{this[_0x1e08('0x20')]=!0x0,this[_0x1e08('0x9')][_0x1e08('0xe')]();}),this[_0x1e08('0x38')][_0x1e08('0x3b')]['view']['document'][_0x1e08('0x43')]['editableElement']&&this[_0x1e08('0x38')]['editing'][_0x1e08('0x44')][_0x1e08('0xd')](),this['isAttached']=!0x0;}['detach'](){if(!this[_0x1e08('0x42')])throw new _0x3214f6(_0x1e08('0xa'),this);this[_0x1e08('0x5')](null);for(const _0x51ab96 of this[_0x1e08('0x16')])this[_0x1e08('0x32')](_0x51ab96);this[_0x1e08('0x22')](),this[_0x1e08('0x42')]=!0x1,this[_0x1e08('0x23')]=null;}[_0x1e08('0x3c')](){this[_0x1e08('0x42')]&&this[_0x1e08('0x39')]();}['_setSelectedAnnotations'](_0x1c29d9){for(const _0x51ed32 of this['_selectedAnnotations'])_0x1c29d9[_0x1e08('0x3e')](_0x51ed32)||this[_0x1e08('0x9')][_0x1e08('0x47')](_0x51ed32);for(const _0x506b8c of this[_0x1e08('0x23')])_0x1c29d9[_0x1e08('0x3e')](_0x506b8c)||this[_0x1e08('0x32')](_0x506b8c);if(this['editor']['ui']['focusTracker'][_0x1e08('0x1f')])for(const _0x18563d of _0x1c29d9)this[_0x1e08('0x15')](_0x18563d);this['_selectedAnnotations']=_0x1c29d9;}[_0x1e08('0x15')](_0x4e7019,_0x2e83be=!0x1){this[_0x1e08('0x9')][_0x1e08('0x7')](_0x4e7019)||(this[_0x1e08('0x16')][_0x1e08('0x7')](_0x4e7019)||this[_0x1e08('0x4d')][_0x1e08('0x2d')](_0x4e7019['view'])||(this[_0x1e08('0x16')][_0x1e08('0x12')](_0x4e7019),this['_balloon'][_0x1e08('0x12')]({'stackId':_0x4e7019[_0x1e08('0x44')]['id'],'view':_0x4e7019['view'],'position':{'target':()=>this[_0x1e08('0x19')](_0x4e7019)}})),_0x2e83be&&this[_0x1e08('0x4d')][_0x1e08('0x11')](_0x4e7019[_0x1e08('0x44')]['id']));}['_getBalloonTargetForAnnotation'](_0x2b611a){const _0x3a3fef=_0x2b611a[_0x1e08('0x10')],_0xb7525=this[_0x1e08('0x38')][_0x1e08('0x3b')][_0x1e08('0x44')],_0x561a8b=_0xb7525['document'][_0x1e08('0x43')][_0x1e08('0x4b')](),_0x546d0e=_0xb7525[_0x1e08('0x1c')][_0x1e08('0x49')](_0x561a8b);if(_0x546d0e[_0x1e08('0x14')](!0x0),_0x3a3fef){if(_0x3a3fef instanceof _0x28cf49)return _0x3a3fef;let _0x36e295=[];for(const _0x3d5d71 of _0x3a3fef)_0x36e295[_0x1e08('0x27')](...(_0x17e076=_0x3d5d71[_0x1e08('0x3a')](),Array['from'](_0x17e076)['map'](DOMRect[_0x1e08('0x2')])));_0x36e295=function(_0x1a77fc){const _0x50d6c6=[];let _0xf9cae2=_0x1a77fc[0x0];for(let _0x1122ab=0x1;_0x1122ab<_0x1a77fc[_0x1e08('0x2c')];_0x1122ab++)F(_0xf9cae2,_0x1a77fc[_0x1122ab])?_0xf9cae2[_0x1e08('0x28')]+=_0x1a77fc[_0x1122ab]['width']:(_0x50d6c6[_0x1e08('0x27')](_0xf9cae2),_0xf9cae2=_0x1a77fc[_0x1122ab]);return _0x50d6c6[_0x1e08('0x27')](_0xf9cae2),_0x50d6c6;}(_0x36e295);const _0x272f28=_0x546d0e[_0x1e08('0x8')]();return _0x36e295[_0x1e08('0x45')](_0x10d206=>_0x10d206[_0x1e08('0x25')]<=_0x272f28[_0x1e08('0x25')]&&_0x10d206['bottom']>=_0x272f28[_0x1e08('0x1a')]&&_0x10d206[_0x1e08('0x4')]<=_0x272f28[_0x1e08('0x4')]&&_0x10d206['right']>=_0x272f28['right'])||_0x36e295[0x0];}var _0x17e076;return _0x2b611a[_0x1e08('0x41')]||_0x546d0e;}['_removeAnnotationFromBalloon'](_0x25b217){this['_addedAnnotations']['has'](_0x25b217)&&this[_0x1e08('0x4d')][_0x1e08('0x2d')](_0x25b217[_0x1e08('0x44')])&&(this[_0x1e08('0x16')][_0x1e08('0x47')](_0x25b217),this[_0x1e08('0x4d')][_0x1e08('0x35')](_0x25b217[_0x1e08('0x44')]));}[_0x1e08('0x31')](_0xf98494){this['_manuallyClosed'][_0x1e08('0x12')](_0xf98494),this[_0x1e08('0x32')](_0xf98494);}}function F(_0x3f93c2,_0x5664db){return _0x3f93c2[_0x1e08('0x25')]===_0x5664db['top']&&_0x3f93c2[_0x1e08('0x1a')]===_0x5664db[_0x1e08('0x1a')]&&_0x3f93c2[_0x1e08('0x4a')]===_0x5664db['left'];}
@@ -6,13 +6,13 @@
6
6
  * @module comments/annotations/narrowsidebar
7
7
  * @publicApi
8
8
  */
9
- import { ContextPlugin, Context, type Editor } from 'ckeditor5/src/core';
10
- import AnnotationsUIs, { type AnnotationsUI } from './annotationsuis';
11
- import Sidebar from './sidebar';
12
- import { BalloonPanelView, BodyCollection } from 'ckeditor5/src/ui';
9
+ import { ContextPlugin, Context, type Editor } from 'ckeditor5/src/core.js';
10
+ import AnnotationsUIs, { type AnnotationsUI } from './annotationsuis.js';
11
+ import Sidebar from './sidebar.js';
12
+ import { BalloonPanelView, BodyCollection } from 'ckeditor5/src/ui.js';
13
13
  import '../../theme/sidebar-narrow.css';
14
- import type Annotation from './annotation';
15
- import type { default as AnnotationCollection } from './annotationcollection';
14
+ import type Annotation from './annotation.js';
15
+ import type { default as AnnotationCollection } from './annotationcollection.js';
16
16
  /**
17
17
  * The narrow sidebar UI for displaying annotations.
18
18
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12ee=['_attachListeners','bind','plugins','isDirty','pluginName','view','from','setActiveAnnotation','balloonPanelView','high','ck-sidebar--narrow','init','Esc','_annotations','set','refreshPositioning','_selectedAnnotations','_manuallyClosedAnnotationViews','northArrowSouthWest','focusableElements','narrowSidebar','rearrange','defaultPositions','_updateBalloonPosition','resize','unpin','remove','listenTo','addAnnotation','stop','_refreshPositioning','set:container','requires','focus','preventDefault','off','detachFromDom','southArrowNorth','_showBalloon','change:container','get','addEventListener','narrowsidebar-attach-already-attached','_attachToContainer','isVisible','content','attach','_setSelectedAnnotations','destroy','find','ready','context','editors','southArrowNorthWest','annotationType','_domEmitter','includes','execute','bodyCollection','preventClosingBalloon','blur','activeAnnotation','narrowsidebar-detach-not-attached','first','detach','getOrderedSelectedAnnotations','annotations','removeEventListener','values','EditorAnnotations','_editorAnnotations','clear','add','locale','target','_hideBalloon','length','refresh','esc','stopListening','delete','_annotationToNarrowView','mousedown','_detachListeners','contains','hasDomSelection','_refreshPositioningDebounced','register','element','_integrateWithEditorAnnotations','_destroyEditorAnnotationsIntegration','isAttached','has'];(function(_0xa5f85b,_0x12eef6){const _0x1fadaf=function(_0x48ec47){while(--_0x48ec47){_0xa5f85b['push'](_0xa5f85b['shift']());}};_0x1fadaf(++_0x12eef6);}(_0x12ee,0x8f));const _0x1fad=function(_0xa5f85b,_0x12eef6){_0xa5f85b=_0xa5f85b-0x0;let _0x1fadaf=_0x12ee[_0xa5f85b];return _0x1fadaf;};import{ContextPlugin as _0x2f033f,Context as _0x40e13f}from'ckeditor5/src/core';import _0x8022f5 from'./annotationsuis';import _0x55a731 from'./sidebar';import _0x14ac92 from'./view/annotationcounterbuttonview';import{BalloonPanelView as _0x30da3b,BodyCollection as _0x44776f}from'ckeditor5/src/ui';import{CKEditorError as _0x4a97f0,DomEmitterMixin as _0x5c9f9d,keyCodes as _0x5083b3,Collection as _0x26347f}from'ckeditor5/src/utils';import'../../theme/sidebar-narrow.css';import{debounce as _0x49fc02}from'lodash-es';import _0x346509 from'./editorannotations';export default class s extends _0x2f033f{static get[_0x1fad('0x4b')](){return[_0x55a731,_0x8022f5];}static get[_0x1fad('0x2f')](){return'NarrowSidebar';}constructor(_0x56dace){super(_0x56dace),this[_0x1fad('0x29')]=!0x1,this[_0x1fad('0x3c')]=new Set(),this[_0x1fad('0x5')]=Object['create'](_0x5c9f9d),this['_annotationToNarrowView']=new Map(),this[_0x1fad('0x39')](_0x1fad('0xb'),null),this[_0x1fad('0x10')]=null,this[_0x1fad('0x3b')]=[],this[_0x1fad('0x14')]=new _0x26347f(),this[_0x1fad('0x24')]=_0x49fc02(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}[_0x1fad('0x36')](){this[_0x1fad('0x1')]['plugins']['get'](_0x8022f5)[_0x1fad('0x25')](_0x1fad('0x3f'),this),this[_0x1fad('0x8')]=new _0x44776f(this['context']['locale']),this[_0x1fad('0x33')]=new _0x30da3b(this[_0x1fad('0x1')][_0x1fad('0x17')]),this[_0x1fad('0x8')]['attachToDom'](),this[_0x1fad('0x8')][_0x1fad('0x16')](this[_0x1fad('0x33')]);}[_0x1fad('0x59')](_0x463045){this[_0x1fad('0x10')]=_0x463045;const _0x2349a8=this[_0x1fad('0x1')][_0x1fad('0x2d')][_0x1fad('0x53')](_0x55a731),_0x240a60=this[_0x1fad('0x33')];if(_0x2349a8[_0x1fad('0x38')]=_0x463045,this[_0x1fad('0x29')])throw new _0x4a97f0(_0x1fad('0x55'),this);this[_0x1fad('0x29')]=!0x0,this['listenTo'](_0x2349a8,_0x1fad('0x4a'),()=>{this[_0x1fad('0xe')](),this['listenTo'](_0x2349a8,_0x1fad('0x52'),_0x5faf50=>{_0x5faf50[_0x1fad('0x4e')](),this[_0x1fad('0x59')](_0x463045);});}),_0x2349a8[_0x1fad('0x56')]({'viewClass':_0x1fad('0x35'),'spaceBetweenItems':0x5});const _0x3c1e52=_0x3ad91a=>{const _0x2ef013=new _0x14ac92(this[_0x1fad('0x1')][_0x1fad('0x17')]);_0x2349a8[_0x1fad('0x47')](_0x3ad91a,_0x2ef013),this[_0x1fad('0x1f')]['set'](_0x3ad91a,_0x2ef013),_0x2ef013[_0x1fad('0x2c')](_0x1fad('0x2e'),_0x1fad('0x4'),'number')['to'](_0x3ad91a['view'],'isDirty','type',_0x1fad('0x1a')),_0x2ef013['on'](_0x1fad('0x7'),()=>{this['_manuallyClosedAnnotationViews'][_0x1fad('0x15')](),_0x240a60[_0x1fad('0x58')]['first']!==_0x3ad91a[_0x1fad('0x30')]?(this[_0x1fad('0x51')](_0x3ad91a),_0x3ad91a[_0x1fad('0x30')][_0x1fad('0x26')][_0x1fad('0x4c')](),this[_0x1fad('0x32')](_0x3ad91a)):this[_0x1fad('0x32')](null);});};for(const _0x101ac4 of _0x463045)_0x3c1e52(_0x101ac4);this[_0x1fad('0x46')](_0x463045,'add',(_0x97f4db,_0x45838e)=>{_0x3c1e52(_0x45838e);}),this['listenTo'](_0x463045,_0x1fad('0x45'),(_0x2f4570,_0x576086,_0x310422)=>{this[_0x1fad('0x1f')]['get'](_0x576086)[_0x1fad('0x5b')](),this[_0x1fad('0x1f')][_0x1fad('0x1e')](_0x576086),_0x2349a8[_0x1fad('0x40')]({'removedAnnotation':_0x576086,'previousAnnotation':_0x463045['get'](_0x310422-0x1),'nextAnnotation':_0x463045[_0x1fad('0x53')](_0x310422+0x1)}),_0x576086===this[_0x1fad('0xb')]&&this[_0x1fad('0x32')](null);},{'priority':'low'}),this[_0x1fad('0x46')](_0x463045,'focus',(_0x4e38b0,_0x569858)=>{this[_0x1fad('0x32')](_0x569858);}),this[_0x1fad('0x46')](_0x463045,_0x1fad('0xa'),()=>{this[_0x1fad('0x32')](null);}),this[_0x1fad('0x5')][_0x1fad('0x46')](document,'keydown',(_0x3f8a84,_0x4523b7)=>{_0x4523b7['keyCode']===_0x5083b3[_0x1fad('0x1c')]&&_0x240a60[_0x1fad('0x57')]&&(this['_manuallyClosedAnnotationViews']['add'](_0x240a60[_0x1fad('0x58')]['first']),this[_0x1fad('0x19')](),_0x4523b7['stopPropagation'](),_0x4523b7[_0x1fad('0x4d')]());}),this['_domEmitter'][_0x1fad('0x46')](document,_0x1fad('0x20'),(_0x2ea10b,_0x3b65ee)=>{const _0x4cd137=_0x3b65ee['target'];_0x240a60[_0x1fad('0x57')]&&_0x240a60[_0x1fad('0x26')][_0x1fad('0x22')](_0x4cd137)||_0x2349a8['view'][_0x1fad('0x26')]['contains'](_0x4cd137)||_0x2ea10b['preventClosingBalloon']||this[_0x1fad('0xb')]&&this[_0x1fad('0xb')][_0x1fad('0x3e')][_0x1fad('0x5c')](_0x580fcd=>_0x580fcd[_0x1fad('0x22')](_0x4cd137))||(this['_manuallyClosedAnnotationViews'][_0x1fad('0x15')](),this[_0x1fad('0x19')](),this[_0x1fad('0x32')](null));});const _0x68fa31=this[_0x1fad('0x1')]instanceof _0x40e13f?this[_0x1fad('0x1')][_0x1fad('0x2')]:new _0x26347f([this[_0x1fad('0x1')]]);for(const _0x40a85e of _0x68fa31)this[_0x1fad('0x27')](_0x40a85e);this[_0x1fad('0x46')](_0x68fa31,_0x1fad('0x16'),(_0x14cbe3,_0x3fdf39)=>{this[_0x1fad('0x46')](_0x3fdf39,_0x1fad('0x0'),()=>{this[_0x1fad('0x27')](_0x3fdf39);});}),this['listenTo'](_0x68fa31,_0x1fad('0x45'),(_0x1a90d9,_0xbfd87b)=>{_0xbfd87b[_0x1fad('0x2d')][_0x1fad('0x2a')](_0x1fad('0x13'))&&this[_0x1fad('0x28')](_0xbfd87b[_0x1fad('0x2d')]['get'](_0x1fad('0x13')));}),window[_0x1fad('0x54')](_0x1fad('0x43'),this[_0x1fad('0x24')]),this['_refreshPositioning']();}[_0x1fad('0x32')](_0x2f5c63){if(_0x2f5c63===this[_0x1fad('0xb')])return;const _0x1909fb=this[_0x1fad('0x1')][_0x1fad('0x2d')][_0x1fad('0x53')](_0x55a731);if(_0x1909fb[_0x1fad('0x1b')]({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x2f5c63,'disableAnimationOnActivatedAnnotation':!0x0}),_0x2f5c63)_0x1909fb['getSidebarItemView'](_0x2f5c63)?this[_0x1fad('0x51')](_0x2f5c63):this['_hideBalloon']();else this[_0x1fad('0x19')]();this['activeAnnotation']=_0x2f5c63;}['detach'](){if(!this[_0x1fad('0x29')])throw new _0x4a97f0(_0x1fad('0xc'),this);this[_0x1fad('0x32')](null);const _0x57dda2=this[_0x1fad('0x1')][_0x1fad('0x2d')][_0x1fad('0x53')](_0x55a731);this['_hideBalloon'](),Array[_0x1fad('0x31')](this[_0x1fad('0x1f')][_0x1fad('0x12')](),_0x278c22=>_0x278c22['destroy']()),this[_0x1fad('0x1f')][_0x1fad('0x15')](),_0x57dda2['_detachFromContainer'](this[_0x1fad('0x10')]),this['stopListening'](),this[_0x1fad('0x5')]['stopListening'](),this[_0x1fad('0x1')]instanceof _0x40e13f&&this[_0x1fad('0x1d')](this[_0x1fad('0x1')]['editors']);for(const _0x115094 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x115094);window[_0x1fad('0x11')](_0x1fad('0x43'),this['_refreshPositioningDebounced']),this[_0x1fad('0x24')]['cancel'](),this[_0x1fad('0x3b')]=[],this[_0x1fad('0x29')]=!0x1,this[_0x1fad('0x10')]=null;}[_0x1fad('0x5b')](){this[_0x1fad('0x29')]&&this[_0x1fad('0xe')](),this['bodyCollection'][_0x1fad('0x4f')]();}[_0x1fad('0x27')](_0x575952){const _0x59559d=_0x575952[_0x1fad('0x2d')][_0x1fad('0x53')](_0x346509),_0x1ae7bf=this[_0x1fad('0x1')][_0x1fad('0x2d')][_0x1fad('0x53')](_0x55a731),_0x9c6b03=this[_0x1fad('0x10')],_0x5d4e73=this[_0x1fad('0x33')],_0x1306a0=()=>{const _0x47afb7=_0x59559d[_0x1fad('0xf')]({'annotations':this[_0x1fad('0x10')],'activeAnnotation':this[_0x1fad('0xb')]});this[_0x1fad('0x5a')](_0x47afb7),this[_0x1fad('0x32')](_0x47afb7[0x0]||null);};this[_0x1fad('0x46')](_0x59559d,_0x1fad('0x1b'),_0x1306a0),this[_0x1fad('0x46')](_0x59559d,'blur',(_0x487bc0,{isAnnotationTracked:_0x3162e2})=>{this['activeAnnotation']&&_0x3162e2(this[_0x1fad('0xb')])&&(this[_0x1fad('0x5a')]([]),this[_0x1fad('0x32')](null));}),this[_0x1fad('0x46')](_0x59559d,'uiUpdate',()=>{this[_0x1fad('0x24')]();}),this['listenTo'](_0x9c6b03,'blur',_0x4ed645=>{_0x59559d[_0x1fad('0x23')]()&&_0x4ed645[_0x1fad('0x48')]();},{'priority':_0x1fad('0x34')}),this['listenTo'](this[_0x1fad('0x5')],_0x1fad('0x20'),(_0x369854,_0x537ecd)=>{const _0x55ac79=_0x537ecd[_0x1fad('0x18')];_0x5d4e73[_0x1fad('0x57')]&&_0x5d4e73[_0x1fad('0x26')][_0x1fad('0x22')](_0x55ac79)||_0x1ae7bf['view'][_0x1fad('0x26')][_0x1fad('0x22')](_0x55ac79)||this[_0x1fad('0xb')]&&_0x59559d[_0x1fad('0x23')]()&&(_0x1306a0(),_0x369854[_0x1fad('0x9')]=!0x0);},{'priority':_0x1fad('0x34')}),this[_0x1fad('0x14')][_0x1fad('0x16')](_0x59559d);}[_0x1fad('0x28')](_0x4b07de){_0x4b07de&&(this[_0x1fad('0x1d')](_0x4b07de),this[_0x1fad('0x14')][_0x1fad('0x45')](_0x4b07de));}[_0x1fad('0x5a')](_0x2cce02){for(const _0x3aad06 of this['_selectedAnnotations'])_0x2cce02[_0x1fad('0x6')](_0x3aad06)||this[_0x1fad('0x3c')]['delete'](_0x3aad06[_0x1fad('0x30')]);this['_selectedAnnotations']=_0x2cce02;}[_0x1fad('0x49')](){const _0x66d05f=this[_0x1fad('0x33')];this[_0x1fad('0x10')][_0x1fad('0x3a')](),_0x66d05f[_0x1fad('0x57')]&&this[_0x1fad('0x42')]();}[_0x1fad('0x51')](_0x15a081){if(this[_0x1fad('0x3c')][_0x1fad('0x2a')](_0x15a081[_0x1fad('0x30')]))return;const _0x4326c2=this[_0x1fad('0x33')][_0x1fad('0x58')]['first'];_0x4326c2!==_0x15a081[_0x1fad('0x30')]?(_0x4326c2&&this['_detachListeners'](_0x4326c2),this[_0x1fad('0x2b')](_0x15a081[_0x1fad('0x30')]),this[_0x1fad('0x33')][_0x1fad('0x58')]['clear'](),this['balloonPanelView']['content']['add'](_0x15a081['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}[_0x1fad('0x42')](){const _0x598f3e=this[_0x1fad('0x33')][_0x1fad('0x58')][_0x1fad('0xd')],_0x3b1274=_0x598f3e&&this[_0x1fad('0x10')]['getByView'](_0x598f3e);if(!_0x3b1274||!this[_0x1fad('0x1f')]['has'](_0x3b1274))return;const _0x24eccb=this[_0x1fad('0x1f')][_0x1fad('0x53')](_0x3b1274)['element'],_0x81316a=function(){const _0x4266f2=_0x30da3b[_0x1fad('0x41')];return[_0x4266f2['southArrowNorthEast'],_0x4266f2['northArrowSouthEast'],_0x4266f2[_0x1fad('0x50')],_0x4266f2['northArrowSouth'],_0x4266f2[_0x1fad('0x3')],_0x4266f2[_0x1fad('0x3d')]];}();this[_0x1fad('0x33')]['pin']({'target':_0x24eccb,'positions':_0x81316a});}['_hideBalloon'](){const _0x489a1b=this[_0x1fad('0x33')],_0x4091f2=_0x489a1b[_0x1fad('0x58')][_0x1fad('0xd')];_0x4091f2&&(this[_0x1fad('0x21')](_0x4091f2),_0x489a1b[_0x1fad('0x44')](),_0x489a1b[_0x1fad('0x58')][_0x1fad('0x15')]());}[_0x1fad('0x2b')](_0x3da153){this[_0x1fad('0x46')](_0x3da153,'change:height',()=>this[_0x1fad('0x42')]()),this[_0x1fad('0x46')](_0x3da153,_0x1fad('0x37'),(_0x45428b,_0x273842)=>{this[_0x1fad('0x3c')]['add'](_0x3da153),this[_0x1fad('0x19')](),_0x273842();});}[_0x1fad('0x21')](_0x54f2b7){this[_0x1fad('0x1d')](_0x54f2b7);}}
23
+ const _0x1e1a=['detach','focus','execute','refresh','cancel','addAnnotation','ck-sidebar--narrow','detachFromDom','_destroyEditorAnnotationsIntegration','length','first','context','_showBalloon','_refreshPositioningDebounced','_annotationToNarrowView','stopPropagation','stopListening','_hideBalloon','find','plugins','isDirty','bodyCollection','_detachListeners','has','get','set','southArrowNorthEast','_attachListeners','_editorAnnotations','focusableElements','northArrowSouthEast','keydown','keyCode','element','isAttached','content','init','_annotations','delete','balloonPanelView','requires','activeAnnotation','refreshPositioning','attach','narrowsidebar-attach-already-attached','_updateBalloonPosition','removeEventListener','bind','southArrowNorth','editors','ready','low','register','_domEmitter','hasDomSelection','clear','annotationType','_setSelectedAnnotations','listenTo','attachToDom','change:height','resize','remove','type','_refreshPositioning','off','narrowsidebar-detach-not-attached','rearrange','EditorAnnotations','northArrowSouthWest','add','esc','locale','setActiveAnnotation','getByView','includes','narrowSidebar','getOrderedSelectedAnnotations','getSidebarItemView','_integrateWithEditorAnnotations','southArrowNorthWest','Esc','number','_manuallyClosedAnnotationViews','from','change:container','northArrowSouth','NarrowSidebar','unpin','preventClosingBalloon','uiUpdate','annotations','_selectedAnnotations','blur','destroy','isVisible','target','view','stop','addEventListener','defaultPositions','high'];(function(_0x29a6a3,_0x1e1ac2){const _0x56066c=function(_0x178228){while(--_0x178228){_0x29a6a3['push'](_0x29a6a3['shift']());}};_0x56066c(++_0x1e1ac2);}(_0x1e1a,0x113));const _0x5606=function(_0x29a6a3,_0x1e1ac2){_0x29a6a3=_0x29a6a3-0x0;let _0x56066c=_0x1e1a[_0x29a6a3];return _0x56066c;};import{ContextPlugin as _0x56caee,Context as _0x1d5bce}from'ckeditor5/src/core.js';import _0x1230f7 from'./annotationsuis.js';import _0x49f883 from'./sidebar.js';import _0x1446e2 from'./view/annotationcounterbuttonview.js';import{BalloonPanelView as _0x53861b,BodyCollection as _0x5982f4}from'ckeditor5/src/ui.js';import{CKEditorError as _0x1d0713,DomEmitterMixin as _0x52f7ee,keyCodes as _0x76bd3e,Collection as _0x1530f2}from'ckeditor5/src/utils.js';import'../../theme/sidebar-narrow.css';import{debounce as _0x532b8d}from'lodash-es';import _0x180b5e from'./editorannotations.js';export default class i extends _0x56caee{static get[_0x5606('0x47')](){return[_0x49f883,_0x1230f7];}static get['pluginName'](){return _0x5606('0x10');}constructor(_0x426213){super(_0x426213),this['isAttached']=!0x1,this[_0x5606('0xc')]=new Set(),this['_domEmitter']=Object['create'](_0x52f7ee),this[_0x5606('0x2d')]=new Map(),this[_0x5606('0x38')](_0x5606('0x48'),null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x1530f2(),this[_0x5606('0x2c')]=_0x532b8d(()=>{this[_0x5606('0x5f')]();},0xfa,{'leading':!0x1});}[_0x5606('0x43')](){this[_0x5606('0x2a')][_0x5606('0x32')][_0x5606('0x37')](_0x1230f7)[_0x5606('0x53')](_0x5606('0x5'),this),this[_0x5606('0x34')]=new _0x5982f4(this['context'][_0x5606('0x1')]),this[_0x5606('0x46')]=new _0x53861b(this[_0x5606('0x2a')]['locale']),this['bodyCollection'][_0x5606('0x5a')](),this[_0x5606('0x34')]['add'](this[_0x5606('0x46')]);}[_0x5606('0x4a')](_0x5e4fd9){this['annotations']=_0x5e4fd9;const _0x5b8c1b=this[_0x5606('0x2a')]['plugins']['get'](_0x49f883),_0x196715=this[_0x5606('0x46')];if(_0x5b8c1b[_0x5606('0x44')]=_0x5e4fd9,this['isAttached'])throw new _0x1d0713(_0x5606('0x4b'),this);this[_0x5606('0x41')]=!0x0,this[_0x5606('0x59')](_0x5b8c1b,'set:container',()=>{this[_0x5606('0x1f')](),this[_0x5606('0x59')](_0x5b8c1b,_0x5606('0xe'),_0x2cc854=>{_0x2cc854[_0x5606('0x60')](),this[_0x5606('0x4a')](_0x5e4fd9);});}),_0x5b8c1b['_attachToContainer']({'viewClass':_0x5606('0x25'),'spaceBetweenItems':0x5});const _0x2ebb86=_0x4142ec=>{const _0x264be1=new _0x1446e2(this['context']['locale']);_0x5b8c1b[_0x5606('0x24')](_0x4142ec,_0x264be1),this[_0x5606('0x2d')]['set'](_0x4142ec,_0x264be1),_0x264be1[_0x5606('0x4e')](_0x5606('0x33'),_0x5606('0x57'),_0x5606('0xb'))['to'](_0x4142ec[_0x5606('0x1a')],_0x5606('0x33'),_0x5606('0x5e'),_0x5606('0x28')),_0x264be1['on'](_0x5606('0x21'),()=>{this[_0x5606('0xc')]['clear'](),_0x196715[_0x5606('0x42')][_0x5606('0x29')]!==_0x4142ec['view']?(this[_0x5606('0x2b')](_0x4142ec),_0x4142ec[_0x5606('0x1a')][_0x5606('0x40')]['focus'](),this[_0x5606('0x2')](_0x4142ec)):this[_0x5606('0x2')](null);});};for(const _0x1ccbf5 of _0x5e4fd9)_0x2ebb86(_0x1ccbf5);this[_0x5606('0x59')](_0x5e4fd9,_0x5606('0x65'),(_0x30d412,_0x25d738)=>{_0x2ebb86(_0x25d738);}),this[_0x5606('0x59')](_0x5e4fd9,_0x5606('0x5d'),(_0x450918,_0x185a79,_0x40bbd8)=>{this['_annotationToNarrowView'][_0x5606('0x37')](_0x185a79)[_0x5606('0x17')](),this[_0x5606('0x2d')][_0x5606('0x45')](_0x185a79),_0x5b8c1b[_0x5606('0x62')]({'removedAnnotation':_0x185a79,'previousAnnotation':_0x5e4fd9[_0x5606('0x37')](_0x40bbd8-0x1),'nextAnnotation':_0x5e4fd9[_0x5606('0x37')](_0x40bbd8+0x1)}),_0x185a79===this[_0x5606('0x48')]&&this[_0x5606('0x2')](null);},{'priority':_0x5606('0x52')}),this[_0x5606('0x59')](_0x5e4fd9,_0x5606('0x20'),(_0x1afcac,_0x2b4639)=>{this[_0x5606('0x2')](_0x2b4639);}),this['listenTo'](_0x5e4fd9,'blur',()=>{this[_0x5606('0x2')](null);}),this[_0x5606('0x54')][_0x5606('0x59')](document,_0x5606('0x3e'),(_0x168f93,_0x1a96a0)=>{_0x1a96a0[_0x5606('0x3f')]===_0x76bd3e[_0x5606('0x0')]&&_0x196715[_0x5606('0x18')]&&(this[_0x5606('0xc')]['add'](_0x196715[_0x5606('0x42')][_0x5606('0x29')]),this['_hideBalloon'](),_0x1a96a0[_0x5606('0x2e')](),_0x1a96a0['preventDefault']());}),this[_0x5606('0x54')]['listenTo'](document,'mousedown',(_0x4c9837,_0x9219d6)=>{const _0x2b74bf=_0x9219d6[_0x5606('0x19')];_0x196715[_0x5606('0x18')]&&_0x196715[_0x5606('0x40')]['contains'](_0x2b74bf)||_0x5b8c1b[_0x5606('0x1a')]['element']['contains'](_0x2b74bf)||_0x4c9837[_0x5606('0x12')]||this[_0x5606('0x48')]&&this[_0x5606('0x48')][_0x5606('0x3c')][_0x5606('0x31')](_0x12b811=>_0x12b811['contains'](_0x2b74bf))||(this[_0x5606('0xc')][_0x5606('0x56')](),this[_0x5606('0x30')](),this['setActiveAnnotation'](null));});const _0xc3f294=this[_0x5606('0x2a')]instanceof _0x1d5bce?this['context']['editors']:new _0x1530f2([this[_0x5606('0x2a')]]);for(const _0x4d62d4 of _0xc3f294)this['_integrateWithEditorAnnotations'](_0x4d62d4);this[_0x5606('0x59')](_0xc3f294,_0x5606('0x65'),(_0x1250cc,_0x51dc8d)=>{this[_0x5606('0x59')](_0x51dc8d,_0x5606('0x51'),()=>{this[_0x5606('0x8')](_0x51dc8d);});}),this['listenTo'](_0xc3f294,'remove',(_0x5cc32c,_0x5074c8)=>{_0x5074c8[_0x5606('0x32')][_0x5606('0x36')](_0x5606('0x63'))&&this[_0x5606('0x27')](_0x5074c8['plugins']['get'](_0x5606('0x63')));}),window[_0x5606('0x1c')]('resize',this[_0x5606('0x2c')]),this[_0x5606('0x5f')]();}[_0x5606('0x2')](_0x13d85c){if(_0x13d85c===this[_0x5606('0x48')])return;const _0x2a56aa=this[_0x5606('0x2a')][_0x5606('0x32')][_0x5606('0x37')](_0x49f883);if(_0x2a56aa['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x13d85c,'disableAnimationOnActivatedAnnotation':!0x0}),_0x13d85c)_0x2a56aa[_0x5606('0x7')](_0x13d85c)?this[_0x5606('0x2b')](_0x13d85c):this['_hideBalloon']();else this[_0x5606('0x30')]();this[_0x5606('0x48')]=_0x13d85c;}[_0x5606('0x1f')](){if(!this[_0x5606('0x41')])throw new _0x1d0713(_0x5606('0x61'),this);this['setActiveAnnotation'](null);const _0x5e26c0=this[_0x5606('0x2a')][_0x5606('0x32')][_0x5606('0x37')](_0x49f883);this[_0x5606('0x30')](),Array[_0x5606('0xd')](this[_0x5606('0x2d')]['values'](),_0x41f198=>_0x41f198[_0x5606('0x17')]()),this[_0x5606('0x2d')][_0x5606('0x56')](),_0x5e26c0['_detachFromContainer'](this[_0x5606('0x14')]),this[_0x5606('0x2f')](),this['_domEmitter'][_0x5606('0x2f')](),this[_0x5606('0x2a')]instanceof _0x1d5bce&&this[_0x5606('0x2f')](this[_0x5606('0x2a')][_0x5606('0x50')]);for(const _0x328dcd of Array[_0x5606('0xd')](this[_0x5606('0x3b')]))this[_0x5606('0x27')](_0x328dcd);window[_0x5606('0x4d')](_0x5606('0x5c'),this[_0x5606('0x2c')]),this[_0x5606('0x2c')][_0x5606('0x23')](),this['_selectedAnnotations']=[],this[_0x5606('0x41')]=!0x1,this[_0x5606('0x14')]=null;}['destroy'](){this[_0x5606('0x41')]&&this[_0x5606('0x1f')](),this[_0x5606('0x34')][_0x5606('0x26')]();}['_integrateWithEditorAnnotations'](_0x226ae7){const _0x2d62e2=_0x226ae7[_0x5606('0x32')][_0x5606('0x37')](_0x180b5e),_0x1aabbf=this[_0x5606('0x2a')][_0x5606('0x32')][_0x5606('0x37')](_0x49f883),_0x213a5e=this['annotations'],_0x1f4189=this[_0x5606('0x46')],_0x3b6601=()=>{const _0x150efe=_0x2d62e2[_0x5606('0x6')]({'annotations':this[_0x5606('0x14')],'activeAnnotation':this[_0x5606('0x48')]});this['_setSelectedAnnotations'](_0x150efe),this[_0x5606('0x2')](_0x150efe[0x0]||null);};this[_0x5606('0x59')](_0x2d62e2,_0x5606('0x22'),_0x3b6601),this[_0x5606('0x59')](_0x2d62e2,_0x5606('0x16'),(_0x18e9f1,{isAnnotationTracked:_0x426de2})=>{this[_0x5606('0x48')]&&_0x426de2(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this[_0x5606('0x2')](null));}),this[_0x5606('0x59')](_0x2d62e2,_0x5606('0x13'),()=>{this[_0x5606('0x2c')]();}),this[_0x5606('0x59')](_0x213a5e,_0x5606('0x16'),_0x49f105=>{_0x2d62e2[_0x5606('0x55')]()&&_0x49f105[_0x5606('0x1b')]();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x5cad6e,_0x5275d6)=>{const _0x13ad61=_0x5275d6[_0x5606('0x19')];_0x1f4189[_0x5606('0x18')]&&_0x1f4189['element']['contains'](_0x13ad61)||_0x1aabbf['view'][_0x5606('0x40')]['contains'](_0x13ad61)||this['activeAnnotation']&&_0x2d62e2[_0x5606('0x55')]()&&(_0x3b6601(),_0x5cad6e[_0x5606('0x12')]=!0x0);},{'priority':_0x5606('0x1e')}),this[_0x5606('0x3b')][_0x5606('0x65')](_0x2d62e2);}[_0x5606('0x27')](_0x2ed1da){_0x2ed1da&&(this[_0x5606('0x2f')](_0x2ed1da),this[_0x5606('0x3b')]['remove'](_0x2ed1da));}[_0x5606('0x58')](_0x5ba02d){for(const _0x32754d of this[_0x5606('0x15')])_0x5ba02d[_0x5606('0x4')](_0x32754d)||this[_0x5606('0xc')]['delete'](_0x32754d[_0x5606('0x1a')]);this[_0x5606('0x15')]=_0x5ba02d;}['_refreshPositioning'](){const _0x56d704=this[_0x5606('0x46')];this['annotations'][_0x5606('0x49')](),_0x56d704[_0x5606('0x18')]&&this[_0x5606('0x4c')]();}[_0x5606('0x2b')](_0x4c6beb){if(this[_0x5606('0xc')]['has'](_0x4c6beb[_0x5606('0x1a')]))return;const _0x48a1ef=this[_0x5606('0x46')][_0x5606('0x42')][_0x5606('0x29')];_0x48a1ef!==_0x4c6beb['view']?(_0x48a1ef&&this[_0x5606('0x35')](_0x48a1ef),this[_0x5606('0x3a')](_0x4c6beb[_0x5606('0x1a')]),this['balloonPanelView'][_0x5606('0x42')]['clear'](),this[_0x5606('0x46')][_0x5606('0x42')]['add'](_0x4c6beb[_0x5606('0x1a')]),this['_updateBalloonPosition']()):this[_0x5606('0x4c')]();}[_0x5606('0x4c')](){const _0x106e7c=this[_0x5606('0x46')][_0x5606('0x42')][_0x5606('0x29')],_0x126a42=_0x106e7c&&this[_0x5606('0x14')][_0x5606('0x3')](_0x106e7c);if(!_0x126a42||!this[_0x5606('0x2d')][_0x5606('0x36')](_0x126a42))return;const _0x487fe3=this[_0x5606('0x2d')][_0x5606('0x37')](_0x126a42)[_0x5606('0x40')],_0x158030=function(){const _0x5bc49f=_0x53861b[_0x5606('0x1d')];return[_0x5bc49f[_0x5606('0x39')],_0x5bc49f[_0x5606('0x3d')],_0x5bc49f[_0x5606('0x4f')],_0x5bc49f[_0x5606('0xf')],_0x5bc49f[_0x5606('0x9')],_0x5bc49f[_0x5606('0x64')]];}();this[_0x5606('0x46')]['pin']({'target':_0x487fe3,'positions':_0x158030});}['_hideBalloon'](){const _0x3b0827=this[_0x5606('0x46')],_0x335f6b=_0x3b0827[_0x5606('0x42')][_0x5606('0x29')];_0x335f6b&&(this[_0x5606('0x35')](_0x335f6b),_0x3b0827[_0x5606('0x11')](),_0x3b0827['content'][_0x5606('0x56')]());}[_0x5606('0x3a')](_0x5c8e04){this['listenTo'](_0x5c8e04,_0x5606('0x5b'),()=>this[_0x5606('0x4c')]()),this[_0x5606('0x59')](_0x5c8e04,_0x5606('0xa'),(_0x5876eb,_0x2ea8fd)=>{this[_0x5606('0xc')]['add'](_0x5c8e04),this[_0x5606('0x30')](),_0x2ea8fd();});}[_0x5606('0x35')](_0x561161){this['stopListening'](_0x561161);}}