@ckeditor/ckeditor5-comments 39.0.2 → 40.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/build/comments.js +1 -1
  4. package/build/translations/pt-br.js +1 -1
  5. package/lang/translations/pt-br.po +3 -3
  6. package/package.json +3 -3
  7. package/src/annotations/annotation.d.ts +90 -90
  8. package/src/annotations/annotation.js +1 -1
  9. package/src/annotations/annotationcollection.d.ts +98 -98
  10. package/src/annotations/annotationcollection.js +1 -1
  11. package/src/annotations/annotations.d.ts +154 -154
  12. package/src/annotations/annotations.js +1 -1
  13. package/src/annotations/annotationsuis.d.ts +232 -232
  14. package/src/annotations/annotationsuis.js +1 -1
  15. package/src/annotations/editorannotations.d.ts +67 -67
  16. package/src/annotations/editorannotations.js +1 -1
  17. package/src/annotations/inlineannotations.d.ts +90 -90
  18. package/src/annotations/inlineannotations.js +1 -1
  19. package/src/annotations/narrowsidebar.d.ts +85 -85
  20. package/src/annotations/narrowsidebar.js +1 -1
  21. package/src/annotations/sidebar.d.ts +100 -100
  22. package/src/annotations/sidebar.js +1 -1
  23. package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -29
  24. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  25. package/src/annotations/view/annotationview.d.ts +90 -90
  26. package/src/annotations/view/annotationview.js +1 -1
  27. package/src/annotations/view/sidebaritemview.d.ts +55 -55
  28. package/src/annotations/view/sidebaritemview.js +1 -1
  29. package/src/annotations/view/sidebarview.d.ts +32 -32
  30. package/src/annotations/view/sidebarview.js +1 -1
  31. package/src/annotations/widesidebar.d.ts +77 -77
  32. package/src/annotations/widesidebar.js +1 -1
  33. package/src/augmentation.d.ts +52 -52
  34. package/src/comments/addcommentthreadcommand.d.ts +35 -35
  35. package/src/comments/addcommentthreadcommand.js +1 -1
  36. package/src/comments/commentsarchive.d.ts +31 -31
  37. package/src/comments/commentsarchive.js +1 -1
  38. package/src/comments/commentsarchiveui.d.ts +38 -38
  39. package/src/comments/commentsarchiveui.js +1 -1
  40. package/src/comments/commentsediting.d.ts +79 -79
  41. package/src/comments/commentsediting.js +1 -1
  42. package/src/comments/commentsrepository.d.ts +1129 -1105
  43. package/src/comments/commentsrepository.js +1 -1
  44. package/src/comments/commentsui.d.ts +33 -33
  45. package/src/comments/commentsui.js +1 -1
  46. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -17
  47. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  48. package/src/comments/integrations/importword.d.ts +21 -21
  49. package/src/comments/integrations/importword.js +1 -1
  50. package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -36
  51. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  52. package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -31
  53. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  54. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -36
  55. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  56. package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
  57. package/src/comments/ui/commentthreadcontroller.js +1 -1
  58. package/src/comments/ui/view/basecommentthreadview.d.ts +119 -112
  59. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  60. package/src/comments/ui/view/basecommentview.d.ts +112 -112
  61. package/src/comments/ui/view/basecommentview.js +1 -1
  62. package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -13
  63. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  64. package/src/comments/ui/view/commentcontentview.d.ts +14 -14
  65. package/src/comments/ui/view/commentcontentview.js +1 -1
  66. package/src/comments/ui/view/commentinputview.d.ts +86 -86
  67. package/src/comments/ui/view/commentinputview.js +1 -1
  68. package/src/comments/ui/view/commentsarchiveview.d.ts +38 -38
  69. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  70. package/src/comments/ui/view/commentslistview.d.ts +100 -100
  71. package/src/comments/ui/view/commentslistview.js +1 -1
  72. package/src/comments/ui/view/commentthreadheaderview.d.ts +50 -50
  73. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  74. package/src/comments/ui/view/commentthreadinputview.d.ts +41 -41
  75. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  76. package/src/comments/ui/view/commentthreadview.d.ts +118 -117
  77. package/src/comments/ui/view/commentthreadview.js +1 -1
  78. package/src/comments/ui/view/commentview.d.ts +243 -243
  79. package/src/comments/ui/view/commentview.js +1 -1
  80. package/src/comments.d.ts +35 -35
  81. package/src/comments.js +1 -1
  82. package/src/commentsonly.d.ts +33 -33
  83. package/src/commentsonly.js +1 -1
  84. package/src/config.d.ts +176 -176
  85. package/src/index.d.ts +24 -24
  86. package/src/utils/common-translations.d.ts +9 -9
  87. package/src/utils/common-translations.js +1 -1
  88. package/src/utils/createmutationobserver.d.ts +14 -14
  89. package/src/utils/createmutationobserver.js +1 -1
  90. package/theme/annotation-inline.css +2 -1
  91. package/theme/annotation.css +2 -1
  92. package/theme/comment.css +2 -1
  93. package/theme/commentinput.css +2 -1
  94. package/theme/commentmarker.css +2 -1
  95. package/theme/commentsarchive.css +2 -1
  96. package/theme/commentthread.css +12 -1
  97. package/theme/icons/add-comment.svg +1 -1
  98. package/theme/icons/comments-archive.svg +1 -1
  99. package/theme/icons/edit-comment.svg +1 -1
  100. package/theme/icons/remove-comment.svg +1 -1
  101. package/theme/sidebar-narrow.css +2 -1
  102. package/theme/sidebar.css +2 -1
@@ -1,90 +1,90 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module comments/annotations/view/annotationview
7
- * @publicApi
8
- */
9
- import { View, type ViewCollection } from 'ckeditor5/src/ui';
10
- import { FocusTracker, KeystrokeHandler, type Rect, type Locale } from 'ckeditor5/src/utils';
11
- import '../../../theme/annotation.css';
12
- /**
13
- * A wrapping view for any view added to the `Annotations` plugin.
14
- *
15
- * It introduces functionalities that make the given view ready to be used as an annotation, such as focus tracking, height resizing,
16
- * and other observable properties that help share current annotation state across different UIs.
17
- */
18
- export default class AnnotationView extends View {
19
- /**
20
- * Tracks focus on the annotation view.
21
- *
22
- * Add a DOM element to this focus tracker to prevent blurring annotation view
23
- * when the DOM element is focused.
24
- */
25
- readonly focusTracker: FocusTracker;
26
- readonly id: string;
27
- readonly keystrokes: KeystrokeHandler;
28
- /**
29
- * Target rectangle to which the annotation should be attached.
30
- *
31
- * @observable
32
- */
33
- targetRect: Rect | null;
34
- /**
35
- * Annotation view height.
36
- *
37
- * @observable
38
- */
39
- height: number;
40
- /**
41
- * Informs if an annotation is active.
42
- *
43
- * @observable
44
- */
45
- isActive: boolean;
46
- /**
47
- * Informs if there are unsaved changes in the annotation.
48
- *
49
- * @observable
50
- */
51
- isDirty: boolean;
52
- /**
53
- * The number of items in the annotation.
54
- *
55
- * @observable
56
- */
57
- length: number;
58
- /**
59
- * @observable
60
- */
61
- type: string;
62
- element: HTMLElement;
63
- /**
64
- * Collection for content views.
65
- */
66
- content: ViewCollection;
67
- /**
68
- * The inner annotation view.
69
- */
70
- mainView: AnnotationMainView;
71
- /**
72
- * @inheritDoc
73
- */
74
- constructor(locale: Locale, mainView: AnnotationMainView);
75
- /**
76
- * @inheritDoc
77
- */
78
- render(): void;
79
- /**
80
- * @inheritDoc
81
- */
82
- destroy(): void;
83
- /**
84
- * Focuses the annotation view.
85
- */
86
- focus(): void;
87
- }
88
- export interface AnnotationMainView extends View {
89
- isActive: boolean;
90
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module comments/annotations/view/annotationview
7
+ * @publicApi
8
+ */
9
+ import { View, type ViewCollection } from 'ckeditor5/src/ui';
10
+ import { FocusTracker, KeystrokeHandler, type Rect, type Locale } from 'ckeditor5/src/utils';
11
+ import '../../../theme/annotation.css';
12
+ /**
13
+ * A wrapping view for any view added to the `Annotations` plugin.
14
+ *
15
+ * It introduces functionalities that make the given view ready to be used as an annotation, such as focus tracking, height resizing,
16
+ * and other observable properties that help share current annotation state across different UIs.
17
+ */
18
+ export default class AnnotationView extends View {
19
+ /**
20
+ * Tracks focus on the annotation view.
21
+ *
22
+ * Add a DOM element to this focus tracker to prevent blurring annotation view
23
+ * when the DOM element is focused.
24
+ */
25
+ readonly focusTracker: FocusTracker;
26
+ readonly id: string;
27
+ readonly keystrokes: KeystrokeHandler;
28
+ /**
29
+ * Target rectangle to which the annotation should be attached.
30
+ *
31
+ * @observable
32
+ */
33
+ targetRect: Rect | null;
34
+ /**
35
+ * Annotation view height.
36
+ *
37
+ * @observable
38
+ */
39
+ height: number;
40
+ /**
41
+ * Informs if an annotation is active.
42
+ *
43
+ * @observable
44
+ */
45
+ isActive: boolean;
46
+ /**
47
+ * Informs if there are unsaved changes in the annotation.
48
+ *
49
+ * @observable
50
+ */
51
+ isDirty: boolean;
52
+ /**
53
+ * The number of items in the annotation.
54
+ *
55
+ * @observable
56
+ */
57
+ length: number;
58
+ /**
59
+ * @observable
60
+ */
61
+ type: string;
62
+ element: HTMLElement;
63
+ /**
64
+ * Collection for content views.
65
+ */
66
+ content: ViewCollection;
67
+ /**
68
+ * The inner annotation view.
69
+ */
70
+ mainView: AnnotationMainView;
71
+ /**
72
+ * @inheritDoc
73
+ */
74
+ constructor(locale: Locale, mainView: AnnotationMainView);
75
+ /**
76
+ * @inheritDoc
77
+ */
78
+ render(): void;
79
+ /**
80
+ * @inheritDoc
81
+ */
82
+ destroy(): void;
83
+ /**
84
+ * Focuses the annotation view.
85
+ */
86
+ focus(): void;
87
+ }
88
+ export interface AnnotationMainView extends View {
89
+ isActive: boolean;
90
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4df4=['length','detach','destroy','keystrokes','set','clientHeight','focus','Esc','createCollection','render','setTemplate','listenTo','_updateHeight','element','attach','div','ck-rounded-corners','isActive','height','bindTemplate','clear','add','fire','mainView','type','content','_mutationObserver','isDirty','focusTracker','ck-annotation-wrapper'];(function(_0x41a204,_0x4df434){const _0x123c09=function(_0x2abdc7){while(--_0x2abdc7){_0x41a204['push'](_0x41a204['shift']());}};_0x123c09(++_0x4df434);}(_0x4df4,0x177));const _0x123c=function(_0x41a204,_0x4df434){_0x41a204=_0x41a204-0x0;let _0x123c09=_0x4df4[_0x41a204];return _0x123c09;};import{View as _0x5e45d2}from'ckeditor5/src/ui';import{FocusTracker as _0x1ab8c0,KeystrokeHandler as _0x4e980c,uid as _0x163ed4}from'ckeditor5/src/utils';import _0x440ae5 from'../../utils/createmutationobserver';import'../../../theme/annotation.css';export default class V extends _0x5e45d2{constructor(_0x2ada83,_0x3d1046){super(_0x2ada83),this['id']=_0x163ed4(),this[_0x123c('0xd')]=new _0x1ab8c0(),this[_0x123c('0x12')]=new _0x4e980c(),this[_0x123c('0x12')]['set'](_0x123c('0x16'),(_0x20b205,_0x365f05)=>this[_0x123c('0x7')](_0x123c('0x16'),_0x365f05)),this['set']('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x123c('0x13')](_0x123c('0x3'),0x0),this['set'](_0x123c('0x2'),!0x1),this['set'](_0x123c('0xc'),!0x1),this[_0x123c('0x13')](_0x123c('0xf'),0x0),this[_0x123c('0x13')](_0x123c('0x9'),''),this[_0x123c('0xb')]=_0x440ae5(()=>this[_0x123c('0x1b')]()),this[_0x123c('0xa')]=this[_0x123c('0x17')](),this[_0x123c('0xa')][_0x123c('0x6')](_0x3d1046),this[_0x123c('0x8')]=_0x3d1046;const _0x323394=this[_0x123c('0x4')];this[_0x123c('0x19')]({'tag':_0x123c('0x0'),'attributes':{'class':['ck',_0x123c('0xe'),_0x123c('0x1'),_0x323394['if']('isActive','ck-annotation-wrapper--active')],'tabindex':-0x1},'children':this[_0x123c('0xa')]});}[_0x123c('0x18')](){super[_0x123c('0x18')](),this[_0x123c('0xd')][_0x123c('0x6')](this[_0x123c('0x1c')]),this[_0x123c('0x12')][_0x123c('0x1a')](this[_0x123c('0x1c')]),this['_mutationObserver'][_0x123c('0x1d')](this[_0x123c('0x1c')]);}[_0x123c('0x11')](){this[_0x123c('0xa')][_0x123c('0x5')](),this[_0x123c('0x12')][_0x123c('0x11')](),this[_0x123c('0xd')]['destroy'](),this[_0x123c('0xb')][_0x123c('0x10')](),super[_0x123c('0x11')]();}[_0x123c('0x15')](){this[_0x123c('0x1c')][_0x123c('0x15')]();}[_0x123c('0x1b')](){const _0x3313c5=this[_0x123c('0x1c')][_0x123c('0x14')];_0x3313c5&&(this[_0x123c('0x3')]=_0x3313c5);}}
23
+ const _0x40b4=['destroy','mainView','_mutationObserver','ck-annotation-wrapper','fire','clear','height','focus','set','isDirty','focusTracker','add','isActive','keystrokes','length','_updateHeight','ck-rounded-corners','listenTo','bindTemplate','createCollection','content','setTemplate','element'];(function(_0x3dd90c,_0x40b4e5){const _0x3e181a=function(_0x49d297){while(--_0x49d297){_0x3dd90c['push'](_0x3dd90c['shift']());}};_0x3e181a(++_0x40b4e5);}(_0x40b4,0x168));const _0x3e18=function(_0x3dd90c,_0x40b4e5){_0x3dd90c=_0x3dd90c-0x0;let _0x3e181a=_0x40b4[_0x3dd90c];return _0x3e181a;};import{View as _0x2ff44e}from'ckeditor5/src/ui';import{FocusTracker as _0x140637,KeystrokeHandler as _0x8f6e8a,uid as _0x269b70}from'ckeditor5/src/utils';import _0x4796c8 from'../../utils/createmutationobserver';import'../../../theme/annotation.css';export default class V extends _0x2ff44e{constructor(_0x55b29f,_0x38e050){super(_0x55b29f),this['id']=_0x269b70(),this[_0x3e18('0x12')]=new _0x140637(),this[_0x3e18('0x15')]=new _0x8f6e8a(),this[_0x3e18('0x15')][_0x3e18('0x10')]('Esc',(_0x97fddd,_0x1e9cdf)=>this[_0x3e18('0xc')]('Esc',_0x1e9cdf)),this[_0x3e18('0x10')]('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x3e18('0x10')]('height',0x0),this['set'](_0x3e18('0x14'),!0x1),this[_0x3e18('0x10')](_0x3e18('0x11'),!0x1),this[_0x3e18('0x10')](_0x3e18('0x16'),0x0),this[_0x3e18('0x10')]('type',''),this[_0x3e18('0xa')]=_0x4796c8(()=>this[_0x3e18('0x0')]()),this[_0x3e18('0x5')]=this[_0x3e18('0x4')](),this[_0x3e18('0x5')][_0x3e18('0x13')](_0x38e050),this[_0x3e18('0x9')]=_0x38e050;const _0x3d4a6b=this[_0x3e18('0x3')];this[_0x3e18('0x6')]({'tag':'div','attributes':{'class':['ck',_0x3e18('0xb'),_0x3e18('0x1'),_0x3d4a6b['if'](_0x3e18('0x14'),'ck-annotation-wrapper--active')],'tabindex':-0x1},'children':this[_0x3e18('0x5')]});}['render'](){super['render'](),this['focusTracker']['add'](this['element']),this[_0x3e18('0x15')][_0x3e18('0x2')](this[_0x3e18('0x7')]),this[_0x3e18('0xa')]['attach'](this[_0x3e18('0x7')]);}['destroy'](){this[_0x3e18('0x5')][_0x3e18('0xd')](),this[_0x3e18('0x15')][_0x3e18('0x8')](),this['focusTracker'][_0x3e18('0x8')](),this['_mutationObserver']['detach'](),super[_0x3e18('0x8')]();}[_0x3e18('0xf')](){this[_0x3e18('0x7')]['focus']();}[_0x3e18('0x0')](){const _0x40ee8b=this['element']['clientHeight'];_0x40ee8b&&(this[_0x3e18('0xe')]=_0x40ee8b);}}
@@ -1,55 +1,55 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module comments/annotations/view/sidebaritemview
7
- * @publicApi
8
- */
9
- import { View, type ViewCollection } from 'ckeditor5/src/ui';
10
- import { type Locale } from 'ckeditor5/src/utils';
11
- /**
12
- * A wrapper view that wraps given {@link module:ui/view~View} to display it as a {@link module:comments/annotations/sidebar~Sidebar} item.
13
- */
14
- export default class SidebarItemView extends View {
15
- element: HTMLElement;
16
- /**
17
- * The item top offset.
18
- * Setting `0` as the initial value makes new items falling from heaven.
19
- *
20
- * @observable
21
- */
22
- top: number;
23
- /**
24
- * @observable
25
- */
26
- bottom: number;
27
- /**
28
- * @observable
29
- */
30
- height: number;
31
- /**
32
- * @observable
33
- */
34
- isAnimationDisabled: boolean;
35
- /**
36
- * A collection of content views.
37
- */
38
- content: ViewCollection;
39
- /**
40
- * @inheritDoc
41
- */
42
- constructor(locale: Locale);
43
- /**
44
- * @inheritDoc
45
- */
46
- render(): void;
47
- /**
48
- * Updates {@link #height the height property} according to the element's DOM height.
49
- */
50
- updateHeight(): void;
51
- /**
52
- * @inheritDoc
53
- */
54
- destroy(): void;
55
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module comments/annotations/view/sidebaritemview
7
+ * @publicApi
8
+ */
9
+ import { View, type ViewCollection } from 'ckeditor5/src/ui';
10
+ import { type Locale } from 'ckeditor5/src/utils';
11
+ /**
12
+ * A wrapper view that wraps given {@link module:ui/view~View} to display it as a {@link module:comments/annotations/sidebar~Sidebar} item.
13
+ */
14
+ export default class SidebarItemView extends View {
15
+ element: HTMLElement;
16
+ /**
17
+ * The item top offset.
18
+ * Setting `0` as the initial value makes new items falling from heaven.
19
+ *
20
+ * @observable
21
+ */
22
+ top: number;
23
+ /**
24
+ * @observable
25
+ */
26
+ bottom: number;
27
+ /**
28
+ * @observable
29
+ */
30
+ height: number;
31
+ /**
32
+ * @observable
33
+ */
34
+ isAnimationDisabled: boolean;
35
+ /**
36
+ * A collection of content views.
37
+ */
38
+ content: ViewCollection;
39
+ /**
40
+ * @inheritDoc
41
+ */
42
+ constructor(locale: Locale);
43
+ /**
44
+ * @inheritDoc
45
+ */
46
+ render(): void;
47
+ /**
48
+ * Updates {@link #height the height property} according to the element's DOM height.
49
+ */
50
+ updateHeight(): void;
51
+ /**
52
+ * @inheritDoc
53
+ */
54
+ destroy(): void;
55
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4f6a=['attach','_mutationObserver','setTemplate','content','top','_targetTop','set','destroy','render','height','element','isAnimationDisabled','clear','bind','bottom','clientHeight','div','ck-sidebar-item--no-animation','updateHeight','bindTemplate'];(function(_0xab22e5,_0x4f6a78){const _0x1ebe20=function(_0x22c668){while(--_0x22c668){_0xab22e5['push'](_0xab22e5['shift']());}};_0x1ebe20(++_0x4f6a78);}(_0x4f6a,0x90));const _0x1ebe=function(_0xab22e5,_0x4f6a78){_0xab22e5=_0xab22e5-0x0;let _0x1ebe20=_0x4f6a[_0xab22e5];return _0x1ebe20;};import{View as _0x4c3061}from'ckeditor5/src/ui';import{toUnit as _0x321761}from'ckeditor5/src/utils';import _0x3b7a30 from'../../utils/createmutationobserver';const At=_0x321761('px');export default class C extends _0x4c3061{constructor(_0x140637){super(_0x140637),this['set'](_0x1ebe('0x0'),0x0),this['set']('height',0x0),this[_0x1ebe('0x9')](_0x1ebe('0xa'))['to'](this,_0x1ebe('0x0'),this,_0x1ebe('0x5'),(_0x1f8619,_0x3de866)=>_0x1f8619+_0x3de866),this[_0x1ebe('0x2')]('isAnimationDisabled',!0x1),this[_0x1ebe('0x11')]=_0x3b7a30(()=>this[_0x1ebe('0xe')]()),this[_0x1ebe('0x1')]=null,this[_0x1ebe('0x13')]=this['createCollection']();const _0x4d1c5b=this[_0x1ebe('0xf')];this[_0x1ebe('0x12')]({'tag':_0x1ebe('0xc'),'attributes':{'class':['ck-sidebar-item',_0x4d1c5b['to'](_0x1ebe('0x7'),_0xc3811=>_0xc3811?_0x1ebe('0xd'):'')],'style':{'top':_0x4d1c5b['to'](_0x1ebe('0x0'),_0x471441=>At(_0x471441))}},'children':this['content']});}[_0x1ebe('0x4')](){super['render'](),this[_0x1ebe('0x11')][_0x1ebe('0x10')](this['element']);}['updateHeight'](){const _0x402aff=this[_0x1ebe('0x6')][_0x1ebe('0xb')];_0x402aff&&(this[_0x1ebe('0x5')]=_0x402aff);}[_0x1ebe('0x3')](){this[_0x1ebe('0x13')][_0x1ebe('0x8')](),this[_0x1ebe('0x11')]['detach'](),super[_0x1ebe('0x3')]();}}
23
+ const _0x4701=['_targetTop','bind','attach','destroy','ck-sidebar-item--no-animation','detach','updateHeight','ck-sidebar-item','top','set','content','bottom','_mutationObserver','isAnimationDisabled','height','clientHeight','element','render','setTemplate','clear'];(function(_0x103c55,_0x470168){const _0x3075e3=function(_0x28723b){while(--_0x28723b){_0x103c55['push'](_0x103c55['shift']());}};_0x3075e3(++_0x470168);}(_0x4701,0xa8));const _0x3075=function(_0x103c55,_0x470168){_0x103c55=_0x103c55-0x0;let _0x3075e3=_0x4701[_0x103c55];return _0x3075e3;};import{View as _0x2c198c}from'ckeditor5/src/ui';import{toUnit as _0x256a28}from'ckeditor5/src/utils';import _0x403f99 from'../../utils/createmutationobserver';const At=_0x256a28('px');export default class C extends _0x2c198c{constructor(_0x27619d){super(_0x27619d),this[_0x3075('0x1')](_0x3075('0x0'),0x0),this[_0x3075('0x1')](_0x3075('0x6'),0x0),this[_0x3075('0xd')](_0x3075('0x3'))['to'](this,_0x3075('0x0'),this,_0x3075('0x6'),(_0x4e3fe7,_0x213aa6)=>_0x4e3fe7+_0x213aa6),this[_0x3075('0x1')](_0x3075('0x5'),!0x1),this[_0x3075('0x4')]=_0x403f99(()=>this['updateHeight']()),this[_0x3075('0xc')]=null,this[_0x3075('0x2')]=this['createCollection']();const _0xbff470=this['bindTemplate'];this[_0x3075('0xa')]({'tag':'div','attributes':{'class':[_0x3075('0x13'),_0xbff470['to'](_0x3075('0x5'),_0x2ef87e=>_0x2ef87e?_0x3075('0x10'):'')],'style':{'top':_0xbff470['to'](_0x3075('0x0'),_0x1e33a4=>At(_0x1e33a4))}},'children':this[_0x3075('0x2')]});}[_0x3075('0x9')](){super[_0x3075('0x9')](),this['_mutationObserver'][_0x3075('0xe')](this[_0x3075('0x8')]);}[_0x3075('0x12')](){const _0x2a4162=this[_0x3075('0x8')][_0x3075('0x7')];_0x2a4162&&(this[_0x3075('0x6')]=_0x2a4162);}[_0x3075('0xf')](){this[_0x3075('0x2')][_0x3075('0xb')](),this[_0x3075('0x4')][_0x3075('0x11')](),super[_0x3075('0xf')]();}}
@@ -1,32 +1,32 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module comments/annotations/view/sidebarview
7
- * @publicApi
8
- */
9
- import { View, type ViewCollection } from 'ckeditor5/src/ui';
10
- import { type Locale } from 'ckeditor5/src/utils';
11
- import '../../../theme/sidebar.css';
12
- /**
13
- * The sidebar view class that displays the collection of sidebar item views.
14
- */
15
- export default class SidebarView extends View {
16
- /**
17
- * @observable
18
- */
19
- minHeight: number | null;
20
- /**
21
- * @observable
22
- */
23
- class: string;
24
- /**
25
- * A collection of sidebar item views.
26
- */
27
- list: ViewCollection;
28
- /**
29
- * @inheritDoc
30
- */
31
- constructor(locale: Locale);
32
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module comments/annotations/view/sidebarview
7
+ * @publicApi
8
+ */
9
+ import { View, type ViewCollection } from 'ckeditor5/src/ui';
10
+ import { type Locale } from 'ckeditor5/src/utils';
11
+ import '../../../theme/sidebar.css';
12
+ /**
13
+ * The sidebar view class that displays the collection of sidebar item views.
14
+ */
15
+ export default class SidebarView extends View {
16
+ /**
17
+ * @observable
18
+ */
19
+ minHeight: number | null;
20
+ /**
21
+ * @observable
22
+ */
23
+ class: string;
24
+ /**
25
+ * A collection of sidebar item views.
26
+ */
27
+ list: ViewCollection;
28
+ /**
29
+ * @inheritDoc
30
+ */
31
+ constructor(locale: Locale);
32
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3638=['createCollection','set','minHeight','class','list','number','setTemplate'];(function(_0x37ee69,_0x363862){const _0x2aa459=function(_0x5ca4a3){while(--_0x5ca4a3){_0x37ee69['push'](_0x37ee69['shift']());}};_0x2aa459(++_0x363862);}(_0x3638,0x14f));const _0x2aa4=function(_0x37ee69,_0x363862){_0x37ee69=_0x37ee69-0x0;let _0x2aa459=_0x3638[_0x37ee69];return _0x2aa459;};import{View as _0x4db835}from'ckeditor5/src/ui';import{toUnit as _0xba471b}from'ckeditor5/src/utils';import'../../../theme/sidebar.css';const At=_0xba471b('px');export default class T extends _0x4db835{constructor(_0x3bd3b4){super(_0x3bd3b4);const _0x4cfe68=this['bindTemplate'];this[_0x2aa4('0x2')](_0x2aa4('0x3'),0x0),this[_0x2aa4('0x2')]('class',''),this[_0x2aa4('0x5')]=this[_0x2aa4('0x1')](),this[_0x2aa4('0x0')]({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x4cfe68['to'](_0x2aa4('0x4'))],'style':{'minHeight':_0x4cfe68['to']('minHeight',_0xbf5a7d=>_0x2aa4('0x6')==typeof _0xbf5a7d?At(_0xbf5a7d+0xa):null)}},'children':this[_0x2aa4('0x5')]});}}
23
+ const _0xa290=['ck-sidebar','minHeight','class','createCollection','number','div','set','list'];(function(_0x5a43ba,_0xa2901){const _0xdeae24=function(_0x9d482f){while(--_0x9d482f){_0x5a43ba['push'](_0x5a43ba['shift']());}};_0xdeae24(++_0xa2901);}(_0xa290,0x1df));const _0xdeae=function(_0x5a43ba,_0xa2901){_0x5a43ba=_0x5a43ba-0x0;let _0xdeae24=_0xa290[_0x5a43ba];return _0xdeae24;};import{View as _0x5d563d}from'ckeditor5/src/ui';import{toUnit as _0x264c07}from'ckeditor5/src/utils';import'../../../theme/sidebar.css';const At=_0x264c07('px');export default class T extends _0x5d563d{constructor(_0x489542){super(_0x489542);const _0xa08686=this['bindTemplate'];this[_0xdeae('0x7')](_0xdeae('0x2'),0x0),this[_0xdeae('0x7')](_0xdeae('0x3'),''),this[_0xdeae('0x0')]=this[_0xdeae('0x4')](),this['setTemplate']({'tag':_0xdeae('0x6'),'attributes':{'class':['ck',_0xdeae('0x1'),'ck-reset',_0xa08686['to'](_0xdeae('0x3'))],'style':{'minHeight':_0xa08686['to'](_0xdeae('0x2'),_0x264a02=>_0xdeae('0x5')==typeof _0x264a02?At(_0x264a02+0xa):null)}},'children':this[_0xdeae('0x0')]});}}
@@ -1,77 +1,77 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module comments/annotations/widesidebar
7
- * @publicApi
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 type Annotation from './annotation';
13
- import type { default as AnnotationCollection } from './annotationcollection';
14
- /**
15
- * The wide sidebar UI for displaying annotations.
16
- *
17
- * In this implementation {@link module:comments/annotations/sidebar~Sidebar the sidebar} displays full
18
- * {@link module:comments/annotations/view/annotationview~AnnotationView annotation views}.
19
- *
20
- * To activate this UI use one of the following:
21
- *
22
- * ```ts
23
- * editor.plugins.get( 'AnnotationsUIs' ).switchTo( 'wideSidebar' );
24
- * editor.plugins.get( 'AnnotationsUIs' ).activate( 'wideSidebar', filter );
25
- * ```
26
- *
27
- * See {@link module:comments/annotations/annotationsuis~AnnotationsUIs}.
28
- */
29
- export default class WideSidebar extends ContextPlugin implements AnnotationsUI<ContextPlugin> {
30
- /**
31
- * An active annotation tracked by this UI.
32
- *
33
- * @observable
34
- */
35
- activeAnnotation: Annotation | null;
36
- isAttached: boolean;
37
- /**
38
- * A collection of annotations controlled by this UI.
39
- *
40
- * This property is readonly and should not be operated on directly. Use it only to read which annotations are added to this UI.
41
- *
42
- * It is set to `null` if `WideSidebar` is not {@link module:comments/annotations/widesidebar~WideSidebar#attach attached}.
43
- */
44
- annotations: AnnotationCollection | null;
45
- /**
46
- * @inheritDoc
47
- */
48
- static get requires(): readonly [typeof Sidebar, typeof AnnotationsUIs];
49
- /**
50
- * @inheritDoc
51
- */
52
- static get pluginName(): "WideSidebar";
53
- /**
54
- * @inheritDoc
55
- */
56
- constructor(context: Context | Editor);
57
- /**
58
- * @inheritDoc
59
- */
60
- init(): void;
61
- /**
62
- * Sets the active annotation for this UI.
63
- */
64
- setActiveAnnotation(annotation: Annotation | null): void;
65
- /**
66
- * @inheritDoc
67
- */
68
- attach(annotations: AnnotationCollection): void;
69
- /**
70
- * @inheritDoc
71
- */
72
- detach(): void;
73
- /**
74
- * @inheritDoc
75
- */
76
- destroy(): void;
77
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module comments/annotations/widesidebar
7
+ * @publicApi
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 type Annotation from './annotation';
13
+ import type { default as AnnotationCollection } from './annotationcollection';
14
+ /**
15
+ * The wide sidebar UI for displaying annotations.
16
+ *
17
+ * In this implementation {@link module:comments/annotations/sidebar~Sidebar the sidebar} displays full
18
+ * {@link module:comments/annotations/view/annotationview~AnnotationView annotation views}.
19
+ *
20
+ * To activate this UI use one of the following:
21
+ *
22
+ * ```ts
23
+ * editor.plugins.get( 'AnnotationsUIs' ).switchTo( 'wideSidebar' );
24
+ * editor.plugins.get( 'AnnotationsUIs' ).activate( 'wideSidebar', filter );
25
+ * ```
26
+ *
27
+ * See {@link module:comments/annotations/annotationsuis~AnnotationsUIs}.
28
+ */
29
+ export default class WideSidebar extends ContextPlugin implements AnnotationsUI<ContextPlugin> {
30
+ /**
31
+ * An active annotation tracked by this UI.
32
+ *
33
+ * @observable
34
+ */
35
+ activeAnnotation: Annotation | null;
36
+ isAttached: boolean;
37
+ /**
38
+ * A collection of annotations controlled by this UI.
39
+ *
40
+ * This property is readonly and should not be operated on directly. Use it only to read which annotations are added to this UI.
41
+ *
42
+ * It is set to `null` if `WideSidebar` is not {@link module:comments/annotations/widesidebar~WideSidebar#attach attached}.
43
+ */
44
+ annotations: AnnotationCollection | null;
45
+ /**
46
+ * @inheritDoc
47
+ */
48
+ static get requires(): readonly [typeof Sidebar, typeof AnnotationsUIs];
49
+ /**
50
+ * @inheritDoc
51
+ */
52
+ static get pluginName(): "WideSidebar";
53
+ /**
54
+ * @inheritDoc
55
+ */
56
+ constructor(context: Context | Editor);
57
+ /**
58
+ * @inheritDoc
59
+ */
60
+ init(): void;
61
+ /**
62
+ * Sets the active annotation for this UI.
63
+ */
64
+ setActiveAnnotation(annotation: Annotation | null): void;
65
+ /**
66
+ * @inheritDoc
67
+ */
68
+ attach(annotations: AnnotationCollection): void;
69
+ /**
70
+ * @inheritDoc
71
+ */
72
+ detach(): void;
73
+ /**
74
+ * @inheritDoc
75
+ */
76
+ destroy(): void;
77
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1f1e=['register','plugins','get','_detachFromContainer','WideSidebar','attach','_annotations','set','ck-sidebar--wide','activeAnnotation','rearrange','cancel','high','updateTargetRect','pluginName','wideSidebar','focus','context','editors','listenTo','widesidebar-attach-already-attached','resize','widesidebar-detach-not-attached','add','_editorAnnotations','_destroyEditorAnnotationsIntegration','getOrderedSelectedAnnotations','off','_attachToContainer','ready','isAttached','has','destroy','annotations','_activeAnnotation','hasDomSelection','removeEventListener','stop','setActiveAnnotation','_refreshPositioningDebounced','requires','switchTo','refreshPositioning','container','detach','refresh','_integrateWithEditorAnnotations','remove'];(function(_0x207311,_0x1f1e3b){const _0x51552c=function(_0x1e5df5){while(--_0x1e5df5){_0x207311['push'](_0x207311['shift']());}};_0x51552c(++_0x1f1e3b);}(_0x1f1e,0x6c));const _0x5155=function(_0x207311,_0x1f1e3b){_0x207311=_0x207311-0x0;let _0x51552c=_0x1f1e[_0x207311];return _0x51552c;};import{ContextPlugin as _0x485d69,Context as _0x506c78}from'ckeditor5/src/core';import _0x28a5d8 from'./annotationsuis';import _0xfe5a3a from'./sidebar';import{CKEditorError as _0x1ca927,Collection as _0x3bf0a0}from'ckeditor5/src/utils';import{debounce as _0x232453}from'lodash-es';import _0x493f23 from'./editorannotations';export default class i extends _0x485d69{static get[_0x5155('0x1c')](){return[_0xfe5a3a,_0x28a5d8];}static get[_0x5155('0x2')](){return _0x5155('0x28');}constructor(_0x341b03){super(_0x341b03),this[_0x5155('0x12')]=!0x1,this[_0x5155('0x2b')](_0x5155('0x2d'),null),this[_0x5155('0x15')]=null,this[_0x5155('0xc')]=new _0x3bf0a0(),this[_0x5155('0x1b')]=_0x232453(()=>{this[_0x5155('0x15')][_0x5155('0x1e')]();},0xfa,{'leading':!0x1});}['init'](){const _0x3e9f97=this['context'][_0x5155('0x25')][_0x5155('0x26')](_0x28a5d8),_0x2e4b2c=this[_0x5155('0x5')][_0x5155('0x25')]['get'](_0xfe5a3a);_0x3e9f97[_0x5155('0x24')](_0x5155('0x3'),this),_0x2e4b2c[_0x5155('0x1f')]&&_0x3e9f97[_0x5155('0x1d')](_0x5155('0x3'));}['setActiveAnnotation'](_0x4c1554){if(_0x4c1554===this[_0x5155('0x2d')])return;const _0x26f92e=this[_0x5155('0x5')]['plugins'][_0x5155('0x26')](_0xfe5a3a);_0x26f92e[_0x5155('0x16')]=_0x4c1554;const _0x3b9a6f=this[_0x5155('0x2d')];this['activeAnnotation']=_0x4c1554,_0x26f92e[_0x5155('0x21')]({'blurredAnnotation':_0x3b9a6f,'activatedAnnotation':this[_0x5155('0x2d')]});}[_0x5155('0x29')](_0x4ba3b7){this[_0x5155('0x15')]=_0x4ba3b7;const _0xe9e16d=this[_0x5155('0x5')][_0x5155('0x25')][_0x5155('0x26')](_0xfe5a3a);if(_0xe9e16d[_0x5155('0x2a')]=_0x4ba3b7,this[_0x5155('0x12')])throw new _0x1ca927(_0x5155('0x8'),this);this[_0x5155('0x12')]=!0x0,this[_0x5155('0x7')](_0xe9e16d,'set:container',()=>{this[_0x5155('0x20')](),this[_0x5155('0x7')](_0xe9e16d,'change:container',_0xdec349=>{_0xdec349[_0x5155('0xf')](),this[_0x5155('0x29')](_0x4ba3b7);});}),_0xe9e16d[_0x5155('0x10')]({'viewClass':_0x5155('0x2c')});const _0xdc1278=_0x38b34d=>{_0x38b34d[_0x5155('0x1')](),_0xe9e16d['addAnnotation'](_0x38b34d);};for(const _0x4838ca of _0x4ba3b7)_0xdc1278(_0x4838ca);this[_0x5155('0x7')](_0x4ba3b7,_0x5155('0xb'),(_0x3ae847,_0x259982)=>{_0xdc1278(_0x259982);}),this[_0x5155('0x7')](_0x4ba3b7,_0x5155('0x23'),(_0x510dfa,_0x582cd1,_0x22d930)=>{_0xe9e16d[_0x5155('0x2e')]({'removedAnnotation':_0x582cd1,'previousAnnotation':_0x4ba3b7['get'](_0x22d930-0x1),'nextAnnotation':_0x4ba3b7[_0x5155('0x26')](_0x22d930+0x1)}),_0x582cd1===this[_0x5155('0x2d')]&&this[_0x5155('0x1a')](null);},{'priority':_0x5155('0x0')}),this[_0x5155('0x7')](_0x4ba3b7,_0x5155('0x4'),(_0x3a097a,_0x3b8de0)=>{this[_0x5155('0x1a')](_0x3b8de0);}),this[_0x5155('0x7')](_0x4ba3b7,'blur',()=>{this[_0x5155('0x1a')](null);});const _0x3aea6c=this[_0x5155('0x5')]instanceof _0x506c78?this[_0x5155('0x5')][_0x5155('0x6')]:new _0x3bf0a0([this[_0x5155('0x5')]]);for(const _0x59f56d of _0x3aea6c)this['_integrateWithEditorAnnotations'](_0x59f56d);this['listenTo'](_0x3aea6c,'add',(_0x1dacb0,_0x16417b)=>{this[_0x5155('0x7')](_0x16417b,_0x5155('0x11'),()=>{this[_0x5155('0x22')](_0x16417b);});}),this[_0x5155('0x7')](_0x3aea6c,_0x5155('0x23'),(_0xb33b26,_0x22e1a2)=>{_0x22e1a2[_0x5155('0x25')][_0x5155('0x13')]('EditorAnnotations')&&this[_0x5155('0xd')](_0x22e1a2['plugins'][_0x5155('0x26')]('EditorAnnotations'));}),window['addEventListener'](_0x5155('0x9'),this[_0x5155('0x1b')]),this[_0x5155('0x15')]['refreshPositioning']();}[_0x5155('0x20')](){if(!this['isAttached'])throw new _0x1ca927(_0x5155('0xa'),this);this['setActiveAnnotation'](null);const _0x3ad311=this[_0x5155('0x5')]['plugins'][_0x5155('0x26')](_0xfe5a3a);_0x3ad311[_0x5155('0x27')](this[_0x5155('0x15')]),this['stopListening'](_0x3ad311),this['stopListening'](this[_0x5155('0x15')]),this[_0x5155('0x5')]instanceof _0x506c78&&this['stopListening'](this[_0x5155('0x5')][_0x5155('0x6')]);for(const _0xd1c145 of Array['from'](this[_0x5155('0xc')]))this[_0x5155('0xd')](_0xd1c145);window[_0x5155('0x18')]('resize',this[_0x5155('0x1b')]),this[_0x5155('0x1b')][_0x5155('0x2f')](),this[_0x5155('0x2d')]=null,this['isAttached']=!0x1,this[_0x5155('0x15')]=null;}[_0x5155('0x14')](){this[_0x5155('0x12')]&&this['detach']();}[_0x5155('0x22')](_0x4e1676){const _0x5dc74c=_0x4e1676[_0x5155('0x25')][_0x5155('0x26')](_0x493f23);if(!_0x5dc74c)return;const _0x55a784=()=>{const _0x4061fa=_0x5dc74c[_0x5155('0xe')]({'annotations':this[_0x5155('0x15')],'activeAnnotation':this[_0x5155('0x2d')]});this[_0x5155('0x1a')](_0x4061fa[0x0]||null);};this[_0x5155('0x7')](_0x5dc74c,_0x5155('0x21'),_0x55a784),this[_0x5155('0x7')](_0x5dc74c,'blur',(_0x20f54a,{isAnnotationTracked:_0x531be6})=>{this[_0x5155('0x2d')]&&_0x531be6(this[_0x5155('0x2d')])&&this[_0x5155('0x1a')](null);}),this['listenTo'](_0x5dc74c,'uiUpdate',()=>{this[_0x5155('0x1b')]();}),this[_0x5155('0x7')](this[_0x5155('0x15')],'blur',_0x4bb6ed=>{_0x5dc74c[_0x5155('0x17')]()&&(_0x55a784(),_0x4bb6ed[_0x5155('0x19')]());},{'priority':_0x5155('0x0')}),this['_editorAnnotations'][_0x5155('0xb')](_0x5dc74c);}[_0x5155('0xd')](_0x286ea4){this['stopListening'](_0x286ea4),this[_0x5155('0xc')][_0x5155('0x23')](_0x286ea4);}}
23
+ const _0x4768=['remove','setActiveAnnotation','stopListening','annotations','stop','_attachToContainer','removeEventListener','container','widesidebar-attach-already-attached','pluginName','set:container','_integrateWithEditorAnnotations','register','getOrderedSelectedAnnotations','ready','detach','attach','context','has','isAttached','_detachFromContainer','EditorAnnotations','_editorAnnotations','activeAnnotation','blur','get','refresh','switchTo','listenTo','destroy','add','cancel','plugins','high','wideSidebar','_destroyEditorAnnotationsIntegration','updateTargetRect','off','_refreshPositioningDebounced','refreshPositioning','editors','from'];(function(_0x1072a9,_0x476829){const _0x40f204=function(_0x22dbe0){while(--_0x22dbe0){_0x1072a9['push'](_0x1072a9['shift']());}};_0x40f204(++_0x476829);}(_0x4768,0xa9));const _0x40f2=function(_0x1072a9,_0x476829){_0x1072a9=_0x1072a9-0x0;let _0x40f204=_0x4768[_0x1072a9];return _0x40f204;};import{ContextPlugin as _0x5428bc,Context as _0x124f05}from'ckeditor5/src/core';import _0x17d72b from'./annotationsuis';import _0x5da562 from'./sidebar';import{CKEditorError as _0x132103,Collection as _0x3f4b56}from'ckeditor5/src/utils';import{debounce as _0x429c63}from'lodash-es';import _0x3a894c from'./editorannotations';export default class i extends _0x5428bc{static get['requires'](){return[_0x5da562,_0x17d72b];}static get[_0x40f2('0x8')](){return'WideSidebar';}constructor(_0x12d10d){super(_0x12d10d),this[_0x40f2('0x12')]=!0x1,this['set'](_0x40f2('0x16'),null),this[_0x40f2('0x2')]=null,this[_0x40f2('0x15')]=new _0x3f4b56(),this[_0x40f2('0x25')]=_0x429c63(()=>{this[_0x40f2('0x2')][_0x40f2('0x26')]();},0xfa,{'leading':!0x1});}['init'](){const _0x1c593d=this[_0x40f2('0x10')][_0x40f2('0x1f')][_0x40f2('0x18')](_0x17d72b),_0x2547de=this[_0x40f2('0x10')][_0x40f2('0x1f')][_0x40f2('0x18')](_0x5da562);_0x1c593d[_0x40f2('0xb')]('wideSidebar',this),_0x2547de[_0x40f2('0x6')]&&_0x1c593d[_0x40f2('0x1a')](_0x40f2('0x21'));}[_0x40f2('0x0')](_0x51fb65){if(_0x51fb65===this[_0x40f2('0x16')])return;const _0x5604ba=this[_0x40f2('0x10')][_0x40f2('0x1f')][_0x40f2('0x18')](_0x5da562);_0x5604ba['_activeAnnotation']=_0x51fb65;const _0x109c66=this[_0x40f2('0x16')];this[_0x40f2('0x16')]=_0x51fb65,_0x5604ba[_0x40f2('0x19')]({'blurredAnnotation':_0x109c66,'activatedAnnotation':this[_0x40f2('0x16')]});}['attach'](_0x2fb05d){this[_0x40f2('0x2')]=_0x2fb05d;const _0x22da50=this['context'][_0x40f2('0x1f')][_0x40f2('0x18')](_0x5da562);if(_0x22da50['_annotations']=_0x2fb05d,this[_0x40f2('0x12')])throw new _0x132103(_0x40f2('0x7'),this);this[_0x40f2('0x12')]=!0x0,this['listenTo'](_0x22da50,_0x40f2('0x9'),()=>{this[_0x40f2('0xe')](),this[_0x40f2('0x1b')](_0x22da50,'change:container',_0x30a5f5=>{_0x30a5f5[_0x40f2('0x24')](),this[_0x40f2('0xf')](_0x2fb05d);});}),_0x22da50[_0x40f2('0x4')]({'viewClass':'ck-sidebar--wide'});const _0x2c855a=_0x169f10=>{_0x169f10[_0x40f2('0x23')](),_0x22da50['addAnnotation'](_0x169f10);};for(const _0x404f72 of _0x2fb05d)_0x2c855a(_0x404f72);this[_0x40f2('0x1b')](_0x2fb05d,_0x40f2('0x1d'),(_0x3bd032,_0x978b64)=>{_0x2c855a(_0x978b64);}),this[_0x40f2('0x1b')](_0x2fb05d,_0x40f2('0x29'),(_0x3018ba,_0x2ccb92,_0x227391)=>{_0x22da50['rearrange']({'removedAnnotation':_0x2ccb92,'previousAnnotation':_0x2fb05d['get'](_0x227391-0x1),'nextAnnotation':_0x2fb05d['get'](_0x227391+0x1)}),_0x2ccb92===this[_0x40f2('0x16')]&&this[_0x40f2('0x0')](null);},{'priority':_0x40f2('0x20')}),this[_0x40f2('0x1b')](_0x2fb05d,'focus',(_0x5cb369,_0x38f75a)=>{this[_0x40f2('0x0')](_0x38f75a);}),this['listenTo'](_0x2fb05d,_0x40f2('0x17'),()=>{this[_0x40f2('0x0')](null);});const _0x4698c5=this[_0x40f2('0x10')]instanceof _0x124f05?this[_0x40f2('0x10')][_0x40f2('0x27')]:new _0x3f4b56([this[_0x40f2('0x10')]]);for(const _0x2fd059 of _0x4698c5)this['_integrateWithEditorAnnotations'](_0x2fd059);this[_0x40f2('0x1b')](_0x4698c5,_0x40f2('0x1d'),(_0x2e1bbd,_0x40a875)=>{this[_0x40f2('0x1b')](_0x40a875,_0x40f2('0xd'),()=>{this[_0x40f2('0xa')](_0x40a875);});}),this[_0x40f2('0x1b')](_0x4698c5,'remove',(_0x34e1f9,_0x3783b5)=>{_0x3783b5[_0x40f2('0x1f')][_0x40f2('0x11')]('EditorAnnotations')&&this[_0x40f2('0x22')](_0x3783b5[_0x40f2('0x1f')][_0x40f2('0x18')](_0x40f2('0x14')));}),window['addEventListener']('resize',this[_0x40f2('0x25')]),this[_0x40f2('0x2')][_0x40f2('0x26')]();}[_0x40f2('0xe')](){if(!this[_0x40f2('0x12')])throw new _0x132103('widesidebar-detach-not-attached',this);this[_0x40f2('0x0')](null);const _0x368682=this['context'][_0x40f2('0x1f')][_0x40f2('0x18')](_0x5da562);_0x368682[_0x40f2('0x13')](this[_0x40f2('0x2')]),this[_0x40f2('0x1')](_0x368682),this[_0x40f2('0x1')](this['annotations']),this[_0x40f2('0x10')]instanceof _0x124f05&&this['stopListening'](this[_0x40f2('0x10')]['editors']);for(const _0x4fec44 of Array[_0x40f2('0x28')](this[_0x40f2('0x15')]))this[_0x40f2('0x22')](_0x4fec44);window[_0x40f2('0x5')]('resize',this['_refreshPositioningDebounced']),this[_0x40f2('0x25')][_0x40f2('0x1e')](),this[_0x40f2('0x16')]=null,this[_0x40f2('0x12')]=!0x1,this[_0x40f2('0x2')]=null;}[_0x40f2('0x1c')](){this[_0x40f2('0x12')]&&this[_0x40f2('0xe')]();}[_0x40f2('0xa')](_0x25ca37){const _0x49935e=_0x25ca37['plugins']['get'](_0x3a894c);if(!_0x49935e)return;const _0x154c80=()=>{const _0x290463=_0x49935e[_0x40f2('0xc')]({'annotations':this[_0x40f2('0x2')],'activeAnnotation':this[_0x40f2('0x16')]});this[_0x40f2('0x0')](_0x290463[0x0]||null);};this[_0x40f2('0x1b')](_0x49935e,_0x40f2('0x19'),_0x154c80),this[_0x40f2('0x1b')](_0x49935e,_0x40f2('0x17'),(_0x2e62bb,{isAnnotationTracked:_0x50ef0d})=>{this[_0x40f2('0x16')]&&_0x50ef0d(this[_0x40f2('0x16')])&&this[_0x40f2('0x0')](null);}),this['listenTo'](_0x49935e,'uiUpdate',()=>{this[_0x40f2('0x25')]();}),this[_0x40f2('0x1b')](this['annotations'],_0x40f2('0x17'),_0x26cac6=>{_0x49935e['hasDomSelection']()&&(_0x154c80(),_0x26cac6[_0x40f2('0x3')]());},{'priority':_0x40f2('0x20')}),this[_0x40f2('0x15')][_0x40f2('0x1d')](_0x49935e);}[_0x40f2('0x22')](_0x38fb85){this[_0x40f2('0x1')](_0x38fb85),this[_0x40f2('0x15')][_0x40f2('0x29')](_0x38fb85);}}