@ones-editor/editor 2.8.28-beta.5 → 2.8.28-beta.7

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.
@@ -15,7 +15,7 @@ export default class CommentsList extends TypedEmitter<CommentsListEvents> imple
15
15
  private listType;
16
16
  private switcherItem;
17
17
  private switcherBar;
18
- private noResolvedCommentTip;
18
+ private noCommentTip;
19
19
  constructor(editor: OnesEditor, commentsProvider: OnesEditorCommentsProvider);
20
20
  private get commentOptions();
21
21
  destroy(): void;
@@ -33,7 +33,7 @@ export default class CommentsList extends TypedEmitter<CommentsListEvents> imple
33
33
  setListType(type: CommentListType): void;
34
34
  handleSelectionOnComment: () => void;
35
35
  updateCommentCount: () => void;
36
- updateNoResolvedCommentTip(): void;
36
+ updateCommentCountTip(): void;
37
37
  handleActiveItemChanged: (index: number, direction?: 'prev' | 'next') => void;
38
38
  handleItemLayoutUpdated: () => void;
39
39
  show(groupId?: string): void;
@@ -24,6 +24,7 @@ declare const _default: {
24
24
  currentComment: string;
25
25
  resolvedComment: string;
26
26
  removedFromDoc: string;
27
+ noCurrentComment: string;
27
28
  noResolvedComment: string;
28
29
  resolveComment: string;
29
30
  commentHasAlreadyRemoved: string;
@@ -24,6 +24,7 @@ declare const _default: {
24
24
  currentComment: string;
25
25
  resolvedComment: string;
26
26
  removedFromDoc: string;
27
+ noCurrentComment: string;
27
28
  noResolvedComment: string;
28
29
  resolveComment: string;
29
30
  commentHasAlreadyRemoved: string;
@@ -24,6 +24,7 @@ declare const _default: {
24
24
  currentComment: string;
25
25
  resolvedComment: string;
26
26
  removedFromDoc: string;
27
+ noCurrentComment: string;
27
28
  noResolvedComment: string;
28
29
  resolveComment: string;
29
30
  commentHasAlreadyRemoved: string;