@ckeditor/ckeditor5-comments 40.0.0 → 40.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -19
- package/LICENSE.md +3 -3
- package/README.md +1 -1
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +2 -0
- package/lang/translations/af.po +8 -0
- package/lang/translations/ar.po +8 -0
- package/lang/translations/bg.po +8 -0
- package/lang/translations/bn.po +8 -0
- package/lang/translations/bs.po +8 -0
- package/lang/translations/ca.po +8 -0
- package/lang/translations/cs.po +8 -0
- package/lang/translations/da.po +8 -0
- package/lang/translations/de-ch.po +8 -0
- package/lang/translations/de.po +8 -0
- package/lang/translations/el.po +8 -0
- package/lang/translations/en-au.po +8 -0
- package/lang/translations/en.po +8 -0
- package/lang/translations/es-co.po +8 -0
- package/lang/translations/es.po +8 -0
- package/lang/translations/et.po +8 -0
- package/lang/translations/fa.po +8 -0
- package/lang/translations/fi.po +8 -0
- package/lang/translations/fr.po +8 -0
- package/lang/translations/gl.po +8 -0
- package/lang/translations/he.po +8 -0
- package/lang/translations/hi.po +8 -0
- package/lang/translations/hr.po +8 -0
- package/lang/translations/hu.po +8 -0
- package/lang/translations/id.po +8 -0
- package/lang/translations/it.po +8 -0
- package/lang/translations/ja.po +8 -0
- package/lang/translations/jv.po +8 -0
- package/lang/translations/ko.po +8 -0
- package/lang/translations/lt.po +8 -0
- package/lang/translations/lv.po +8 -0
- package/lang/translations/ms.po +8 -0
- package/lang/translations/nl.po +8 -0
- package/lang/translations/no.po +8 -0
- package/lang/translations/pl.po +8 -0
- package/lang/translations/pt-br.po +8 -0
- package/lang/translations/pt.po +8 -0
- package/lang/translations/ro.po +8 -0
- package/lang/translations/ru.po +8 -0
- package/lang/translations/sk.po +8 -0
- package/lang/translations/sq.po +8 -0
- package/lang/translations/sr-latn.po +9 -1
- package/lang/translations/sr.po +8 -0
- package/lang/translations/sv.po +8 -0
- package/lang/translations/th.po +8 -0
- package/lang/translations/tk.po +8 -0
- package/lang/translations/tr.po +8 -0
- package/lang/translations/tt.po +8 -0
- package/lang/translations/ug.po +16 -8
- package/lang/translations/uk.po +8 -0
- package/lang/translations/ur.po +8 -0
- package/lang/translations/vi.po +8 -0
- package/lang/translations/zh-cn.po +8 -0
- package/lang/translations/zh.po +8 -0
- package/package.json +3 -3
- package/src/annotations/annotation.d.ts +90 -90
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.d.ts +98 -98
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +154 -154
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.d.ts +232 -232
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.d.ts +67 -67
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.d.ts +90 -90
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.d.ts +85 -85
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +100 -100
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -29
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +90 -90
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +55 -55
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +32 -32
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.d.ts +77 -77
- package/src/annotations/widesidebar.js +1 -1
- package/src/augmentation.d.ts +52 -52
- package/src/comments/addcommentthreadcommand.d.ts +35 -35
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.d.ts +31 -31
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.d.ts +38 -38
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +79 -79
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +1130 -1129
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.d.ts +33 -33
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -17
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.d.ts +21 -21
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -31
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.d.ts +119 -119
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +112 -112
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -13
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.d.ts +14 -14
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +86 -86
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +38 -38
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +100 -100
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.d.ts +50 -50
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +41 -41
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +118 -118
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.d.ts +243 -243
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.d.ts +35 -35
- package/src/comments.js +1 -1
- package/src/commentsonly.d.ts +33 -33
- package/src/commentsonly.js +1 -1
- package/src/config.d.ts +176 -176
- package/src/index.d.ts +24 -24
- package/src/utils/common-translations.d.ts +9 -9
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.d.ts +14 -14
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +1 -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
|
|
23
|
+
const _0x388b=['keystrokes','Esc','_mutationObserver','length','fire','render','content','focus','div','mainView','isDirty','_updateHeight','ck-annotation-wrapper','set','listenTo','detach','height','isActive','destroy','element','ck-rounded-corners','bindTemplate','createCollection','type','focusTracker','clear','setTemplate','attach','add'];(function(_0x526aba,_0x388b10){const _0x2cf3c1=function(_0x33f8c7){while(--_0x33f8c7){_0x526aba['push'](_0x526aba['shift']());}};_0x2cf3c1(++_0x388b10);}(_0x388b,0x1be));const _0x2cf3=function(_0x526aba,_0x388b10){_0x526aba=_0x526aba-0x0;let _0x2cf3c1=_0x388b[_0x526aba];return _0x2cf3c1;};import{View as _0x4f900c}from'ckeditor5/src/ui';import{FocusTracker as _0x53ad62,KeystrokeHandler as _0x585e13,uid as _0x2e121a}from'ckeditor5/src/utils';import _0x1d10a1 from'../../utils/createmutationobserver';import'../../../theme/annotation.css';export default class V extends _0x4f900c{constructor(_0x551b70,_0x534d70){super(_0x551b70),this['id']=_0x2e121a(),this[_0x2cf3('0xd')]=new _0x53ad62(),this[_0x2cf3('0x12')]=new _0x585e13(),this['keystrokes'][_0x2cf3('0x2')](_0x2cf3('0x13'),(_0x4defc4,_0x35e5e0)=>this[_0x2cf3('0x16')](_0x2cf3('0x13'),_0x35e5e0)),this[_0x2cf3('0x2')]('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x2cf3('0x2')](_0x2cf3('0x5'),0x0),this[_0x2cf3('0x2')](_0x2cf3('0x6'),!0x1),this[_0x2cf3('0x2')](_0x2cf3('0x1c'),!0x1),this[_0x2cf3('0x2')](_0x2cf3('0x15'),0x0),this['set'](_0x2cf3('0xc'),''),this['_mutationObserver']=_0x1d10a1(()=>this['_updateHeight']()),this[_0x2cf3('0x18')]=this[_0x2cf3('0xb')](),this['content'][_0x2cf3('0x11')](_0x534d70),this[_0x2cf3('0x1b')]=_0x534d70;const _0x390f33=this[_0x2cf3('0xa')];this[_0x2cf3('0xf')]({'tag':_0x2cf3('0x1a'),'attributes':{'class':['ck',_0x2cf3('0x1'),_0x2cf3('0x9'),_0x390f33['if'](_0x2cf3('0x6'),'ck-annotation-wrapper--active')],'tabindex':-0x1},'children':this['content']});}[_0x2cf3('0x17')](){super[_0x2cf3('0x17')](),this[_0x2cf3('0xd')][_0x2cf3('0x11')](this[_0x2cf3('0x8')]),this['keystrokes'][_0x2cf3('0x3')](this['element']),this[_0x2cf3('0x14')][_0x2cf3('0x10')](this[_0x2cf3('0x8')]);}[_0x2cf3('0x7')](){this['content'][_0x2cf3('0xe')](),this[_0x2cf3('0x12')][_0x2cf3('0x7')](),this[_0x2cf3('0xd')]['destroy'](),this[_0x2cf3('0x14')][_0x2cf3('0x4')](),super[_0x2cf3('0x7')]();}[_0x2cf3('0x19')](){this[_0x2cf3('0x8')][_0x2cf3('0x19')]();}[_0x2cf3('0x0')](){const _0x5b044f=this['element']['clientHeight'];_0x5b044f&&(this[_0x2cf3('0x5')]=_0x5b044f);}}
|
|
@@ -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
|
|
23
|
+
const _0xb68b=['bind','clear','attach','setTemplate','bottom','bindTemplate','set','isAnimationDisabled','destroy','_targetTop','height','updateHeight','createCollection','element','detach','ck-sidebar-item--no-animation','render','clientHeight','top','content','_mutationObserver','div'];(function(_0x1dcbc9,_0xb68b4d){const _0x386947=function(_0x3146cb){while(--_0x3146cb){_0x1dcbc9['push'](_0x1dcbc9['shift']());}};_0x386947(++_0xb68b4d);}(_0xb68b,0xe1));const _0x3869=function(_0x1dcbc9,_0xb68b4d){_0x1dcbc9=_0x1dcbc9-0x0;let _0x386947=_0xb68b[_0x1dcbc9];return _0x386947;};import{View as _0x3da24c}from'ckeditor5/src/ui';import{toUnit as _0x3ce75c}from'ckeditor5/src/utils';import _0x29750b from'../../utils/createmutationobserver';const jt=_0x3ce75c('px');export default class C extends _0x3da24c{constructor(_0x5407fc){super(_0x5407fc),this['set'](_0x3869('0xd'),0x0),this[_0x3869('0x1')](_0x3869('0x5'),0x0),this[_0x3869('0x11')](_0x3869('0x15'))['to'](this,_0x3869('0xd'),this,'height',(_0x550025,_0x521353)=>_0x550025+_0x521353),this['set'](_0x3869('0x2'),!0x1),this[_0x3869('0xf')]=_0x29750b(()=>this[_0x3869('0x6')]()),this[_0x3869('0x4')]=null,this[_0x3869('0xe')]=this[_0x3869('0x7')]();const _0x59ba4a=this[_0x3869('0x0')];this[_0x3869('0x14')]({'tag':_0x3869('0x10'),'attributes':{'class':['ck-sidebar-item',_0x59ba4a['to'](_0x3869('0x2'),_0x249e6d=>_0x249e6d?_0x3869('0xa'):'')],'style':{'top':_0x59ba4a['to'](_0x3869('0xd'),_0x111cde=>jt(_0x111cde))}},'children':this['content']});}[_0x3869('0xb')](){super[_0x3869('0xb')](),this['_mutationObserver'][_0x3869('0x13')](this[_0x3869('0x8')]);}[_0x3869('0x6')](){const _0x370408=this[_0x3869('0x8')][_0x3869('0xc')];_0x370408&&(this[_0x3869('0x5')]=_0x370408);}[_0x3869('0x3')](){this[_0x3869('0xe')][_0x3869('0x12')](),this['_mutationObserver'][_0x3869('0x9')](),super['destroy']();}}
|
|
@@ -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
|
|
23
|
+
const _0x593b=['div','createCollection','minHeight','list','bindTemplate','class','set','number','ck-reset'];(function(_0x3a79bd,_0x593b5c){const _0x3fbe67=function(_0xead435){while(--_0xead435){_0x3a79bd['push'](_0x3a79bd['shift']());}};_0x3fbe67(++_0x593b5c);}(_0x593b,0x159));const _0x3fbe=function(_0x3a79bd,_0x593b5c){_0x3a79bd=_0x3a79bd-0x0;let _0x3fbe67=_0x593b[_0x3a79bd];return _0x3fbe67;};import{View as _0x118762}from'ckeditor5/src/ui';import{toUnit as _0x4cf634}from'ckeditor5/src/utils';import'../../../theme/sidebar.css';const jt=_0x4cf634('px');export default class T extends _0x118762{constructor(_0x370332){super(_0x370332);const _0x2a0f1c=this[_0x3fbe('0x1')];this[_0x3fbe('0x3')](_0x3fbe('0x8'),0x0),this[_0x3fbe('0x3')](_0x3fbe('0x2'),''),this['list']=this[_0x3fbe('0x7')](),this['setTemplate']({'tag':_0x3fbe('0x6'),'attributes':{'class':['ck','ck-sidebar',_0x3fbe('0x5'),_0x2a0f1c['to']('class')],'style':{'minHeight':_0x2a0f1c['to']('minHeight',_0x2c5396=>_0x3fbe('0x4')==typeof _0x2c5396?jt(_0x2c5396+0xa):null)}},'children':this[_0x3fbe('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
|
|
23
|
+
const _0x5816=['_annotations','focus','_editorAnnotations','ck-sidebar--wide','attach','rearrange','wideSidebar','uiUpdate','switchTo','requires','_activeAnnotation','setActiveAnnotation','stopListening','change:container','context','_detachFromContainer','updateTargetRect','EditorAnnotations','has','activeAnnotation','annotations','remove','get','refresh','isAttached','WideSidebar','_integrateWithEditorAnnotations','getOrderedSelectedAnnotations','_attachToContainer','widesidebar-detach-not-attached','_refreshPositioningDebounced','detach','plugins','add','_destroyEditorAnnotationsIntegration','addEventListener','listenTo','refreshPositioning','high','ready','editors'];(function(_0x1711a9,_0x581679){const _0x47aea5=function(_0x2c8dd5){while(--_0x2c8dd5){_0x1711a9['push'](_0x1711a9['shift']());}};_0x47aea5(++_0x581679);}(_0x5816,0xc4));const _0x47ae=function(_0x1711a9,_0x581679){_0x1711a9=_0x1711a9-0x0;let _0x47aea5=_0x5816[_0x1711a9];return _0x47aea5;};import{ContextPlugin as _0x438ed9,Context as _0x140fc8}from'ckeditor5/src/core';import _0x40d64f from'./annotationsuis';import _0x4d2abf from'./sidebar';import{CKEditorError as _0x6b8c6c,Collection as _0x230029}from'ckeditor5/src/utils';import{debounce as _0x34ccfc}from'lodash-es';import _0x59c2d3 from'./editorannotations';export default class i extends _0x438ed9{static get[_0x47ae('0x12')](){return[_0x4d2abf,_0x40d64f];}static get['pluginName'](){return _0x47ae('0x22');}constructor(_0xe0e1c0){super(_0xe0e1c0),this[_0x47ae('0x21')]=!0x1,this['set'](_0x47ae('0x1c'),null),this[_0x47ae('0x1d')]=null,this[_0x47ae('0xb')]=new _0x230029(),this[_0x47ae('0x27')]=_0x34ccfc(()=>{this[_0x47ae('0x1d')][_0x47ae('0x5')]();},0xfa,{'leading':!0x1});}['init'](){const _0x3a0daf=this['context'][_0x47ae('0x0')]['get'](_0x40d64f),_0x42a4be=this[_0x47ae('0x17')][_0x47ae('0x0')][_0x47ae('0x1f')](_0x4d2abf);_0x3a0daf['register'](_0x47ae('0xf'),this),_0x42a4be['container']&&_0x3a0daf[_0x47ae('0x11')](_0x47ae('0xf'));}[_0x47ae('0x14')](_0x2be3ee){if(_0x2be3ee===this['activeAnnotation'])return;const _0x2a960f=this[_0x47ae('0x17')][_0x47ae('0x0')][_0x47ae('0x1f')](_0x4d2abf);_0x2a960f[_0x47ae('0x13')]=_0x2be3ee;const _0x1ac7cf=this[_0x47ae('0x1c')];this['activeAnnotation']=_0x2be3ee,_0x2a960f[_0x47ae('0x20')]({'blurredAnnotation':_0x1ac7cf,'activatedAnnotation':this[_0x47ae('0x1c')]});}['attach'](_0x58055a){this[_0x47ae('0x1d')]=_0x58055a;const _0x2af4b7=this[_0x47ae('0x17')][_0x47ae('0x0')][_0x47ae('0x1f')](_0x4d2abf);if(_0x2af4b7[_0x47ae('0x9')]=_0x58055a,this[_0x47ae('0x21')])throw new _0x6b8c6c('widesidebar-attach-already-attached',this);this[_0x47ae('0x21')]=!0x0,this[_0x47ae('0x4')](_0x2af4b7,'set:container',()=>{this['detach'](),this[_0x47ae('0x4')](_0x2af4b7,_0x47ae('0x16'),_0x54bc8b=>{_0x54bc8b['off'](),this[_0x47ae('0xd')](_0x58055a);});}),_0x2af4b7[_0x47ae('0x25')]({'viewClass':_0x47ae('0xc')});const _0x4b0146=_0x5cf182=>{_0x5cf182[_0x47ae('0x19')](),_0x2af4b7['addAnnotation'](_0x5cf182);};for(const _0x460931 of _0x58055a)_0x4b0146(_0x460931);this[_0x47ae('0x4')](_0x58055a,'add',(_0x2898c7,_0x2e1839)=>{_0x4b0146(_0x2e1839);}),this[_0x47ae('0x4')](_0x58055a,_0x47ae('0x1e'),(_0x567e61,_0x406081,_0xb4cb99)=>{_0x2af4b7[_0x47ae('0xe')]({'removedAnnotation':_0x406081,'previousAnnotation':_0x58055a['get'](_0xb4cb99-0x1),'nextAnnotation':_0x58055a[_0x47ae('0x1f')](_0xb4cb99+0x1)}),_0x406081===this[_0x47ae('0x1c')]&&this[_0x47ae('0x14')](null);},{'priority':_0x47ae('0x6')}),this[_0x47ae('0x4')](_0x58055a,_0x47ae('0xa'),(_0x39f585,_0x37123b)=>{this[_0x47ae('0x14')](_0x37123b);}),this['listenTo'](_0x58055a,'blur',()=>{this[_0x47ae('0x14')](null);});const _0x41332e=this['context']instanceof _0x140fc8?this[_0x47ae('0x17')]['editors']:new _0x230029([this[_0x47ae('0x17')]]);for(const _0x53c8f6 of _0x41332e)this['_integrateWithEditorAnnotations'](_0x53c8f6);this[_0x47ae('0x4')](_0x41332e,_0x47ae('0x1'),(_0x1cd9f4,_0x42ef8c)=>{this[_0x47ae('0x4')](_0x42ef8c,_0x47ae('0x7'),()=>{this[_0x47ae('0x23')](_0x42ef8c);});}),this['listenTo'](_0x41332e,_0x47ae('0x1e'),(_0x350ce1,_0x52df8c)=>{_0x52df8c[_0x47ae('0x0')][_0x47ae('0x1b')](_0x47ae('0x1a'))&&this[_0x47ae('0x2')](_0x52df8c[_0x47ae('0x0')][_0x47ae('0x1f')](_0x47ae('0x1a')));}),window[_0x47ae('0x3')]('resize',this[_0x47ae('0x27')]),this[_0x47ae('0x1d')][_0x47ae('0x5')]();}[_0x47ae('0x28')](){if(!this[_0x47ae('0x21')])throw new _0x6b8c6c(_0x47ae('0x26'),this);this[_0x47ae('0x14')](null);const _0xc19681=this[_0x47ae('0x17')][_0x47ae('0x0')]['get'](_0x4d2abf);_0xc19681[_0x47ae('0x18')](this[_0x47ae('0x1d')]),this['stopListening'](_0xc19681),this[_0x47ae('0x15')](this[_0x47ae('0x1d')]),this[_0x47ae('0x17')]instanceof _0x140fc8&&this['stopListening'](this[_0x47ae('0x17')][_0x47ae('0x8')]);for(const _0x16e2e1 of Array['from'](this['_editorAnnotations']))this[_0x47ae('0x2')](_0x16e2e1);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this[_0x47ae('0x27')]['cancel'](),this[_0x47ae('0x1c')]=null,this[_0x47ae('0x21')]=!0x1,this[_0x47ae('0x1d')]=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x19f180){const _0x49c888=_0x19f180[_0x47ae('0x0')][_0x47ae('0x1f')](_0x59c2d3);if(!_0x49c888)return;const _0xc9ac83=()=>{const _0x4c7da9=_0x49c888[_0x47ae('0x24')]({'annotations':this[_0x47ae('0x1d')],'activeAnnotation':this[_0x47ae('0x1c')]});this[_0x47ae('0x14')](_0x4c7da9[0x0]||null);};this[_0x47ae('0x4')](_0x49c888,'refresh',_0xc9ac83),this['listenTo'](_0x49c888,'blur',(_0x402e88,{isAnnotationTracked:_0x470d50})=>{this['activeAnnotation']&&_0x470d50(this['activeAnnotation'])&&this[_0x47ae('0x14')](null);}),this[_0x47ae('0x4')](_0x49c888,_0x47ae('0x10'),()=>{this[_0x47ae('0x27')]();}),this[_0x47ae('0x4')](this[_0x47ae('0x1d')],'blur',_0x563aa2=>{_0x49c888['hasDomSelection']()&&(_0xc9ac83(),_0x563aa2['stop']());},{'priority':_0x47ae('0x6')}),this['_editorAnnotations'][_0x47ae('0x1')](_0x49c888);}[_0x47ae('0x2')](_0x13aefa){this[_0x47ae('0x15')](_0x13aefa),this[_0x47ae('0xb')][_0x47ae('0x1e')](_0x13aefa);}}
|