@ones-editor/editor 2.3.2 → 2.3.4

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 (149) hide show
  1. package/@ones-editor/callout-block/src/callout-block/callout-block-content.d.ts +2 -3
  2. package/@ones-editor/callout-block/src/callout-block/helper.d.ts +2 -4
  3. package/@ones-editor/callout-block/src/locale/en-us.d.ts +0 -3
  4. package/@ones-editor/callout-block/src/locale/ja-jp.d.ts +0 -3
  5. package/@ones-editor/callout-block/src/locale/zh-cn.d.ts +0 -3
  6. package/@ones-editor/comments/src/types.d.ts +0 -5
  7. package/@ones-editor/core/src/core/blocks/text-blocks/text-block/to-plain-html.d.ts +2 -2
  8. package/@ones-editor/core/src/core/composition/index.d.ts +0 -1
  9. package/@ones-editor/core/src/core/doc/doc.d.ts +1 -0
  10. package/@ones-editor/core/src/core/editor-doc/editor-doc.d.ts +1 -0
  11. package/@ones-editor/core/src/core/types.d.ts +3 -12
  12. package/@ones-editor/core/src/utils/dom.d.ts +0 -1
  13. package/@ones-editor/drawio-embed/src/lang/en-us.d.ts +0 -5
  14. package/@ones-editor/drawio-embed/src/lang/ja-jp.d.ts +0 -5
  15. package/@ones-editor/drawio-embed/src/lang/zh-cn.d.ts +0 -5
  16. package/@ones-editor/embed-block-helper/src/block-resizer/index.d.ts +1 -6
  17. package/@ones-editor/exclusive-block/src/index.d.ts +0 -2
  18. package/@ones-editor/file/src/file-embed/card/index.d.ts +1 -0
  19. package/@ones-editor/file/src/locale/en-us.d.ts +2 -0
  20. package/@ones-editor/file/src/locale/ja-jp.d.ts +2 -0
  21. package/@ones-editor/file/src/locale/zh-cn.d.ts +2 -0
  22. package/@ones-editor/file/src/types.d.ts +4 -1
  23. package/@ones-editor/graph-embed/assets/index.d.ts +2 -0
  24. package/@ones-editor/graph-embed/src/config/index.d.ts +1 -9
  25. package/@ones-editor/graph-embed/src/flowchart/flowchart-embed.d.ts +1 -1
  26. package/@ones-editor/graph-embed/src/flowchart/flowchart-helper.d.ts +1 -2
  27. package/@ones-editor/graph-embed/src/flowchart/flowchart.d.ts +3 -11
  28. package/@ones-editor/graph-embed/src/helper/graph-base.d.ts +23 -29
  29. package/@ones-editor/graph-embed/src/helper/graph-block-commands.d.ts +4 -3
  30. package/@ones-editor/graph-embed/src/index.d.ts +2 -3
  31. package/@ones-editor/graph-embed/src/lang/en-us.d.ts +6 -11
  32. package/@ones-editor/graph-embed/src/lang/ja-jp.d.ts +6 -11
  33. package/@ones-editor/graph-embed/src/lang/zh-cn.d.ts +6 -11
  34. package/@ones-editor/graph-embed/src/mermaid/mermaid-embed.d.ts +1 -1
  35. package/@ones-editor/graph-embed/src/mermaid/mermaid-helper.d.ts +0 -1
  36. package/@ones-editor/graph-embed/src/mermaid/mermaid.d.ts +4 -12
  37. package/@ones-editor/graph-embed/src/plantuml/plantuml-embed.d.ts +1 -1
  38. package/@ones-editor/graph-embed/src/plantuml/plantuml-helper.d.ts +1 -2
  39. package/@ones-editor/graph-embed/src/plantuml/plantuml.d.ts +3 -11
  40. package/@ones-editor/graph-embed/types/index.d.ts +16 -0
  41. package/@ones-editor/image-embed/src/types.d.ts +1 -0
  42. package/@ones-editor/markdown-to-doc/src/index.d.ts +0 -1
  43. package/@ones-editor/media-embed/src/core/media.d.ts +1 -0
  44. package/@ones-editor/media-embed/src/types.d.ts +2 -1
  45. package/@ones-editor/misc/src/index.d.ts +1 -0
  46. package/@ones-editor/misc/src/re-auth/index.d.ts +23 -0
  47. package/@ones-editor/sharedb-doc/src/doc/auth-connection.d.ts +31 -41
  48. package/@ones-editor/sharedb-doc/src/doc/sharedb-client.d.ts +13 -6
  49. package/@ones-editor/sharedb-doc/src/doc/sharedb-doc.d.ts +4 -4
  50. package/@ones-editor/sharedb-doc/src/types.d.ts +5 -20
  51. package/@ones-editor/toc/src/toc-embed/render-toc.d.ts +1 -1
  52. package/@ones-editor/tsconfig.tsbuildinfo +1 -1
  53. package/@ones-editor/ui/src/index.d.ts +0 -1
  54. package/@ones-editor/ui/src/locale/en-us.d.ts +0 -1
  55. package/@ones-editor/ui/src/locale/ja-jp.d.ts +0 -1
  56. package/@ones-editor/ui/src/locale/zh-cn.d.ts +0 -1
  57. package/@ones-editor/ui/src/providers/insert-menu.d.ts +2 -2
  58. package/@ones-editor/ui/src/providers/utils/add-section.d.ts +0 -9
  59. package/@ones-editor/ui/src/providers/utils/index.d.ts +0 -2
  60. package/@ones-editor/ui/src/quick-menu/index.d.ts +1 -2
  61. package/@ones-editor/ui/src/quick-menu/quick-command-providers.d.ts +3 -3
  62. package/@ones-editor/ui/src/quick-menu/types.d.ts +2 -2
  63. package/@ones-editor/ui/src/toolbar/toolbar-handler.d.ts +0 -2
  64. package/@ones-editor/ui-base/src/auto-suggest/auto-suggest-menu.d.ts +0 -3
  65. package/@ones-editor/ui-base/src/auto-suggest/auto-suggest.d.ts +0 -2
  66. package/@ones-editor/ui-base/src/color-button/color-button.d.ts +0 -1
  67. package/@ones-editor/ui-base/src/command-bar/command-bar.d.ts +1 -2
  68. package/@ones-editor/ui-base/src/command-bar/fixed-toolbar.d.ts +0 -1
  69. package/@ones-editor/ui-base/src/dialog/index.d.ts +0 -15
  70. package/@ones-editor/ui-base/src/dialog/types.d.ts +0 -1
  71. package/@ones-editor/ui-base/src/dropdown/index.d.ts +0 -1
  72. package/@ones-editor/ui-base/src/emoji-item/emoji-item.d.ts +2 -1
  73. package/@ones-editor/ui-base/src/emoji-palette/index.d.ts +13 -10
  74. package/@ones-editor/ui-base/src/emoji-palette/types.d.ts +0 -10
  75. package/@ones-editor/ui-base/src/index.d.ts +0 -2
  76. package/@ones-editor/ui-base/src/locale/en-us.d.ts +0 -5
  77. package/@ones-editor/ui-base/src/locale/ja-jp.d.ts +0 -5
  78. package/@ones-editor/ui-base/src/locale/zh-cn.d.ts +0 -5
  79. package/@ones-editor/versions/src/types.d.ts +0 -1
  80. package/@ones-editor/versions/src/version-dialog/versions-dropdown.d.ts +0 -2
  81. package/dist/index.d.ts +1 -62
  82. package/dist/index.js +4417 -8061
  83. package/dist/lang/en-us.d.ts +0 -9
  84. package/dist/lang/ja-jp.d.ts +0 -9
  85. package/dist/lang/zh-cn.d.ts +0 -9
  86. package/dist/types.d.ts +6 -32
  87. package/package.json +2 -1
  88. package/@ones-editor/callout-block/src/callout-block/callout-icon.d.ts +0 -13
  89. package/@ones-editor/graph-embed/src/command.d.ts +0 -9
  90. package/@ones-editor/graph-embed/src/helper/graph-dom/code-editor.d.ts +0 -4
  91. package/@ones-editor/graph-embed/src/helper/graph-dom/draw-dom.d.ts +0 -16
  92. package/@ones-editor/graph-embed/src/helper/graph-dom/layout-dom.d.ts +0 -25
  93. package/@ones-editor/graph-embed/src/helper/graph-dom/view-select.d.ts +0 -22
  94. package/@ones-editor/graph-embed/src/helper/graph-exclusive-handler.d.ts +0 -13
  95. package/@ones-editor/graph-embed/src/helper/graph-quick-commands.d.ts +0 -3
  96. package/@ones-editor/graph-embed/src/helper/utils.d.ts +0 -4
  97. package/@ones-editor/graph-embed/src/types.d.ts +0 -41
  98. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/figcaption.d.ts +0 -1
  99. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/font-size.d.ts +0 -1
  100. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/text-color.d.ts +0 -1
  101. package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/underline.d.ts +0 -1
  102. package/@ones-editor/main-toolbar/package.json +0 -7
  103. package/@ones-editor/main-toolbar/src/index.d.ts +0 -18
  104. package/@ones-editor/main-toolbar/src/items/comment.d.ts +0 -8
  105. package/@ones-editor/main-toolbar/src/items/find.d.ts +0 -8
  106. package/@ones-editor/main-toolbar/src/items/font-style.d.ts +0 -40
  107. package/@ones-editor/main-toolbar/src/items/image.d.ts +0 -8
  108. package/@ones-editor/main-toolbar/src/items/index.d.ts +0 -17
  109. package/@ones-editor/main-toolbar/src/items/insert.d.ts +0 -12
  110. package/@ones-editor/main-toolbar/src/items/link.d.ts +0 -11
  111. package/@ones-editor/main-toolbar/src/items/list.d.ts +0 -29
  112. package/@ones-editor/main-toolbar/src/items/more-item.d.ts +0 -20
  113. package/@ones-editor/main-toolbar/src/items/paragraph.d.ts +0 -14
  114. package/@ones-editor/main-toolbar/src/items/quote.d.ts +0 -11
  115. package/@ones-editor/main-toolbar/src/items/separator.d.ts +0 -7
  116. package/@ones-editor/main-toolbar/src/items/text-align.d.ts +0 -21
  117. package/@ones-editor/main-toolbar/src/items/text-color.d.ts +0 -49
  118. package/@ones-editor/main-toolbar/src/items/undo.d.ts +0 -18
  119. package/@ones-editor/main-toolbar/src/locale/en-us.d.ts +0 -9
  120. package/@ones-editor/main-toolbar/src/locale/index.d.ts +0 -1
  121. package/@ones-editor/main-toolbar/src/locale/ja-jp.d.ts +0 -9
  122. package/@ones-editor/main-toolbar/src/locale/zh-cn.d.ts +0 -9
  123. package/@ones-editor/main-toolbar/src/types.d.ts +0 -5
  124. package/@ones-editor/markdown-to-doc/src/custom/tag.d.ts +0 -8
  125. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/custom-tag.d.ts +0 -4
  126. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/font-size.d.ts +0 -2
  127. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/html.d.ts +0 -2
  128. package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/text-color.d.ts +0 -2
  129. package/@ones-editor/sharedb-doc/src/doc/auto-renew-token.d.ts +0 -16
  130. package/@ones-editor/sharedb-doc/src/doc/connection-status.d.ts +0 -19
  131. package/@ones-editor/sharedb-doc/src/doc/edit-status.d.ts +0 -13
  132. package/@ones-editor/ui/src/emoji-popup/emoji-popup.d.ts +0 -21
  133. package/@ones-editor/ui/src/emoji-popup/index.d.ts +0 -8
  134. package/@ones-editor/ui/src/providers/emoji.d.ts +0 -12
  135. package/@ones-editor/ui-base/src/dialog/alert-dialog.d.ts +0 -19
  136. package/@ones-editor/ui-base/src/dialog/confirm-dialog.d.ts +0 -20
  137. package/@ones-editor/ui-base/src/dialog/dialog-button.d.ts +0 -10
  138. package/@ones-editor/ui-base/src/dialog/dialog-check.d.ts +0 -15
  139. package/@ones-editor/ui-base/src/dialog/dialog-input.d.ts +0 -9
  140. package/@ones-editor/ui-base/src/dialog/dialog-radio.d.ts +0 -12
  141. package/@ones-editor/ui-base/src/dialog/modal-dialog.d.ts +0 -21
  142. package/@ones-editor/ui-base/src/dialog/popup-dialog.d.ts +0 -31
  143. package/@ones-editor/ui-base/src/dialog/standard-dialog.d.ts +0 -25
  144. package/@ones-editor/ui-base/src/dialog/standard-modal-dialog.d.ts +0 -7
  145. package/@ones-editor/ui-base/src/dialog/standard-popup-dialog.d.ts +0 -17
  146. package/@ones-editor/ui-base/src/emoji-palette/default-emoji-palette.d.ts +0 -3
  147. package/dist/custom/image-preview-handler.d.ts +0 -11
  148. package/dist/error-handler/error-info-bar.d.ts +0 -18
  149. package/dist/error-handler/index.d.ts +0 -33
@@ -1,4 +1,3 @@
1
- import type { OnesEditor, BlockPath, BlockElement, BlockContentElement, DocBlock } from '../../../../@ones-editor/core';
1
+ import type { OnesEditor, BlockPath, BlockElement } from '../../../../@ones-editor/core';
2
2
  import type { DocCalloutBlockData } from './types';
3
- export declare function createCalloutBlockContent(editor: OnesEditor, path: BlockPath, blockElement: BlockElement, blockData: DocCalloutBlockData): BlockContentElement;
4
- export declare function handleUpdateCalloutBlock(editor: OnesEditor, block: BlockElement, blockData: DocBlock): boolean;
3
+ export declare function createCalloutBlockContent(editor: OnesEditor, path: BlockPath, blockElement: BlockElement, blockData: DocCalloutBlockData): import("@ones-editor/core").BlockContentElement;
@@ -1,6 +1,4 @@
1
- import { BlockElement, DocBlock, OnesEditor } from '../../../../@ones-editor/core';
2
- import { CalloutBlockPayload, ColorId } from './types';
1
+ import { DocBlock } from '../../../../@ones-editor/core';
2
+ import { ColorId } from './types';
3
3
  export declare function checkBlockAllowInCallout(block: DocBlock): boolean;
4
4
  export declare function getHexBackgroundColor(backgroundColor: ColorId): string;
5
- export declare function getCalloutBlockData(editor: OnesEditor, block: BlockElement): import("./types").DocCalloutBlockData;
6
- export declare function updateCalloutBlockData(editor: OnesEditor, block: BlockElement, blockPayload: Partial<CalloutBlockPayload>): void;
@@ -7,9 +7,6 @@ declare const _default: {
7
7
  clearEmoji: string;
8
8
  background: string;
9
9
  };
10
- icon: {
11
- toggleIcon: string;
12
- };
13
10
  };
14
11
  };
15
12
  export default _default;
@@ -7,9 +7,6 @@ declare const _default: {
7
7
  clearEmoji: string;
8
8
  background: string;
9
9
  };
10
- icon: {
11
- toggleIcon: string;
12
- };
13
10
  };
14
11
  };
15
12
  export default _default;
@@ -7,9 +7,6 @@ declare const _default: {
7
7
  clearEmoji: string;
8
8
  background: string;
9
9
  };
10
- icon: {
11
- toggleIcon: string;
12
- };
13
10
  };
14
11
  };
15
12
  export default _default;
@@ -1,7 +1,4 @@
1
1
  import { DocObject, LocalDoc, OnesEditor, OnesEditorComment } from '../../../@ones-editor/core';
2
- type EditorEvents = {
3
- onPreviewImage?: (editor: OnesEditor, img: HTMLImageElement) => void;
4
- };
5
2
  export type CommentData = {
6
3
  [p in string]: unknown;
7
4
  };
@@ -21,7 +18,6 @@ export interface OnesEditorCommentOptions {
21
18
  onUpdateLayout?: (editor: OnesEditor, data: CommentData) => void;
22
19
  onCommentCountChange?: (count: number) => void;
23
20
  onCommentEditorClick?: (editor: OnesEditor, event: MouseEvent) => void;
24
- events?: EditorEvents;
25
21
  componentsOptions?: {
26
22
  [index: string]: unknown;
27
23
  };
@@ -63,4 +59,3 @@ export interface MiniCommentGroup {
63
59
  commentIds: CommentIds;
64
60
  }
65
61
  export type MiniCommentGroups = MiniCommentGroup[];
66
- export {};
@@ -1,3 +1,3 @@
1
- import { DocBlock, DocObject } from '../../../doc';
1
+ import { DocBlockText, DocObject } from '../../../doc';
2
2
  import { OnesEditor } from '../../../types';
3
- export declare function textBlockToHtml(editor: OnesEditor, blockData: DocBlock, doc: DocObject): string;
3
+ export declare function textBlockToHtml(editor: OnesEditor, ops: DocBlockText, doc: DocObject): string;
@@ -1,3 +1,2 @@
1
1
  export { editorCopyBlock, editorCopyDoc, addMetaToDoc, injectDocToHtmlFragment } from './clipboard/copy';
2
2
  export { copyResourcesFromDoc } from './clipboard/resources/copy-resources';
3
- export { getAllResourcesFromDoc } from './clipboard/resources/get-all-resources';
@@ -132,6 +132,7 @@ export interface OnesEditorDocCallbacks {
132
132
  onCustomMessage?: (msg: unknown) => void;
133
133
  onStatusChanged?: (status: OnesEditorDocStatus) => void;
134
134
  onError?: (error: Error) => void;
135
+ onAuthRecover?: () => void;
135
136
  }
136
137
  export interface UploadResourceOptions {
137
138
  onProgress?: (progress: number) => void;
@@ -34,6 +34,7 @@ export default class EditorDoc extends EventCallbacks<OnesEditorDocCallbacks> im
34
34
  onCustomMessage(msg: unknown): void;
35
35
  onStatusChanged(status: OnesEditorDocStatus): void;
36
36
  onError(error: Error): void;
37
+ onAuthRecover(): void;
37
38
  uploadResource(file: File, options?: UploadResourceOptions): Promise<UploadResourceResult>;
38
39
  addResources(resourceIds: string[]): Promise<string[]>;
39
40
  buildResourceUrl(resourceId: string, options?: BuildResourceUrlOptions): string;
@@ -93,6 +93,7 @@ export interface EmbedOptions {
93
93
  }
94
94
  export interface Embed {
95
95
  embedType: string;
96
+ adjustableMinHeight?: number;
96
97
  createEmbedContent: (editor: OnesEditor, content: BlockContentElement, block: DocEmbedBlock, path: BlockPath, container: ContainerElement, blockElement: BlockElement) => void;
97
98
  convertTo?: (editor: OnesEditor, blockData: DocEmbedBlock, doc: DocObject, type: 'text' | 'html' | 'markdown') => string;
98
99
  getBlockProperties?: (editor: OnesEditor, block: BlockElement) => BlockProperties;
@@ -157,7 +158,6 @@ export interface CommandItem {
157
158
  setCloseable?: (closeable: Closeable) => void;
158
159
  beforePopup?: (parent: unknown) => void;
159
160
  switchable?: boolean;
160
- hidden?: boolean;
161
161
  /**
162
162
  * defaults to true
163
163
  */
@@ -729,7 +729,7 @@ export interface OnesEditorCommandProvider {
729
729
  id: string;
730
730
  groupIndex?: number;
731
731
  getAvailableCommands: (editor: OnesEditor, block: BlockElement, range: SelectionRange, params?: CommandParams) => CommandItem[];
732
- getInsertCommands?: (editor: OnesEditor, containerId: string, params?: CommandParams) => CommandItem[];
732
+ getInsertCommands?: (editor: OnesEditor, containerId: string) => CommandItem[];
733
733
  executeInsertCommand?: (editor: OnesEditor, containerId: string, blockIndex: number, item: CommandItemWithSource, params: CommandParams, result?: CommandResult) => boolean;
734
734
  executeRangeCommand?: (editor: OnesEditor, range: SelectionRange, command: CommandItemWithSource, params: CommandParams, result?: CommandResult) => boolean;
735
735
  executeCommand?: (editor: OnesEditor, block: BlockElement, range: SelectionRange, item: CommandItemWithSource, params: CommandParams, result?: CommandResult) => boolean;
@@ -751,7 +751,7 @@ export interface OnesEditorCommandProviders {
751
751
  registerCommandProvider: (provider: OnesEditorCommandProvider) => void;
752
752
  getCommandProviders: () => OnesEditorCommandProvider[];
753
753
  getCommandProvider: (id: string) => OnesEditorCommandProvider;
754
- getCommands: (range: SelectionRange, params?: CommandParams) => CommandItemWithSource[];
754
+ getCommands: (range: SelectionRange) => CommandItemWithSource[];
755
755
  executeCommand: (range: SelectionRange, item: CommandItemWithSource, params: CommandParams) => {
756
756
  [index: string]: CommandResult;
757
757
  };
@@ -777,12 +777,3 @@ export interface MobileClient {
777
777
  virtualViewportOffsetTop: number;
778
778
  isAndroidApp: boolean;
779
779
  }
780
- export interface UploadResourceErrorDialogOptions {
781
- id?: string;
782
- allowRetry: boolean;
783
- onOk: (dialog: unknown) => void;
784
- onClose: () => void;
785
- }
786
- export interface ErrorHandler extends OnesEditorCustom {
787
- showUploadResourceErrorDialog(options?: UploadResourceErrorDialogOptions): unknown;
788
- }
@@ -40,5 +40,4 @@ export declare function getElementFromPoint(x: number, y: number, options?: {
40
40
  export declare function createMouseEventFromTouchEvent(event: TouchEvent, type: 'mousedown' | 'mousemove' | 'mouseup' | 'click'): MouseEvent;
41
41
  export declare function ensureIsMobileEvent(events: MouseEvent | TouchEvent): events is TouchEvent;
42
42
  export declare function bindDbClick(editor: OnesEditor, elem: HTMLElement, handler: (event: MouseEvent) => void): () => void;
43
- export declare function bindPreventSelect(elem: HTMLElement, callback?: (event: Event) => void): () => void;
44
43
  export {};
@@ -9,11 +9,6 @@ declare const _default: {
9
9
  warnTips: string;
10
10
  retry: string;
11
11
  save: string;
12
- exit: string;
13
- error: {
14
- exitConfirm: string;
15
- exitMessage: string;
16
- };
17
12
  };
18
13
  };
19
14
  export default _default;
@@ -9,11 +9,6 @@ declare const _default: {
9
9
  warnTips: string;
10
10
  retry: string;
11
11
  save: string;
12
- exit: string;
13
- error: {
14
- exitConfirm: string;
15
- exitMessage: string;
16
- };
17
12
  };
18
13
  };
19
14
  export default _default;
@@ -9,11 +9,6 @@ declare const _default: {
9
9
  warnTips: string;
10
10
  retry: string;
11
11
  save: string;
12
- exit: string;
13
- error: {
14
- exitConfirm: string;
15
- exitMessage: string;
16
- };
17
12
  };
18
13
  };
19
14
  export default _default;
@@ -1,9 +1,5 @@
1
1
  import { BlockElement, OnesEditor } from '../../../../@ones-editor/core';
2
2
  import { BlockResizer } from '../../../../@ones-editor/block-resizer';
3
- interface EmbedBlockResizerOptions {
4
- maxHeight?: number;
5
- minHeight?: number;
6
- }
7
3
  export declare class EmbedBlockResizer {
8
4
  private editor;
9
5
  private resizing;
@@ -17,6 +13,5 @@ export declare class EmbedBlockResizer {
17
13
  tryEnableResizer(block: BlockElement): void;
18
14
  disableResizer(): void;
19
15
  static get(editor: OnesEditor): EmbedBlockResizer;
20
- static register(editor: OnesEditor, block: BlockElement, options?: EmbedBlockResizerOptions): EmbedBlockResizer;
16
+ static register(editor: OnesEditor, block: BlockElement): EmbedBlockResizer;
21
17
  }
22
- export {};
@@ -2,8 +2,6 @@ import { OnesEditorExclusiveBlock } from './exclusive-block';
2
2
  import BlockExclusiveHook from './exclusive-block-hook';
3
3
  import './exclusive-block-styles.scss';
4
4
  import './locale';
5
- import { ExclusiveBlockMessage } from './types';
6
- export type { ExclusiveBlockMessage };
7
5
  export { isExclusiveBlock } from './exclusive-dom';
8
6
  export { exclusiveBlock, unexclusiveBlock } from './exclusive-block';
9
7
  export { BlockExclusiveHook, OnesEditorExclusiveBlock };
@@ -3,4 +3,5 @@ import { FileEmbedData } from '../../types';
3
3
  export declare function renderFileCard(editor: OnesEditor, content: BlockContentElement, data: FileEmbedData): Promise<{
4
4
  card: HTMLDivElement;
5
5
  downloadButton: HTMLElement | undefined;
6
+ copilotButton: HTMLButtonElement | undefined;
6
7
  }>;
@@ -8,6 +8,8 @@ declare const _default: {
8
8
  comment: string;
9
9
  preview: string;
10
10
  };
11
+ uploadedTime: string;
12
+ askAi: string;
11
13
  };
12
14
  };
13
15
  export default _default;
@@ -8,6 +8,8 @@ declare const _default: {
8
8
  comment: string;
9
9
  preview: string;
10
10
  };
11
+ uploadedTime: string;
12
+ askAi: string;
11
13
  };
12
14
  };
13
15
  export default _default;
@@ -8,6 +8,8 @@ declare const _default: {
8
8
  comment: string;
9
9
  preview: string;
10
10
  };
11
+ uploadedTime: string;
12
+ askAi: string;
11
13
  };
12
14
  };
13
15
  export default _default;
@@ -4,6 +4,8 @@ export interface FileData {
4
4
  fileName: string;
5
5
  fileSize: number;
6
6
  fileType: string;
7
+ created: number;
8
+ creator: string;
7
9
  }
8
10
  export interface FileBoxData extends DocBox, FileData {
9
11
  }
@@ -17,9 +19,10 @@ export interface FileEmbedData extends DocEmbedData, FileData {
17
19
  previewType?: FilePreviewType;
18
20
  }
19
21
  export interface FileOptions {
20
- onClick?: (editor: OnesEditor, elem: BlockElement | BoxElement, event: MouseEvent) => void;
22
+ onClick?: (editor: OnesEditor, elem: BlockElement | BoxElement, event: MouseEvent, commandId?: string) => void;
21
23
  canDownload?: boolean;
22
24
  onDownloadFile?: (editor: OnesEditor, data: FileData | FileBoxData, source: 'embed' | 'box') => void;
23
25
  renderFileCardIcon?: (editor: OnesEditor, blockData: FileEmbedData) => Promise<false | HTMLImageElement>;
24
26
  onGetFileDownloadUrl?: (editor: OnesEditor, data: FileBoxData | FileEmbedData) => Promise<string | undefined>;
27
+ newCardUI?: boolean;
25
28
  }
@@ -0,0 +1,2 @@
1
+ import GraphIcon from './graph-icon.svg?raw';
2
+ export { GraphIcon, };
@@ -1,12 +1,4 @@
1
- import { GraphType } from '../types';
2
1
  export declare const MERMAID_SCRIPTS = "https://cdn.jsdelivr.net/npm/mermaid@9.0.1/dist/mermaid.min.js";
3
2
  export declare const FLOWCHART_SCRIPTS: string[];
4
3
  export declare const PLANTUML_PRE = "https://www.plantuml.com/plantuml/svg";
5
- export declare const GRAPH_MIN_HEIGHT = 150;
6
- export declare const GRAPH_MAX_HEIGHT = 1000;
7
- export declare const GRAPH_DEFAULT_HEIGHT = 300;
8
- export declare const DEFAULT_FLEX = 0.5;
9
- export declare const MIN_FLEX = 0.3;
10
- export declare const IMAGE_CLASS_NAME = "graph-embed-image";
11
- export declare const DRAG_RANGE = 10;
12
- export declare const GraphDocumentUrl: Record<GraphType, string>;
4
+ export declare const GRAPH_MIN_HEIGHT = 200;
@@ -1,4 +1,4 @@
1
- import { Embed } from '../../../../@ones-editor/core';
1
+ import type { Embed } from '../../../../@ones-editor/core';
2
2
  import '../lang';
3
3
  declare const FlowChartEmbed: Embed;
4
4
  export default FlowChartEmbed;
@@ -1,6 +1,5 @@
1
- import { OnesEditor } from '../../../../@ones-editor/core';
1
+ import type { OnesEditor } from '../../../../@ones-editor/core';
2
2
  import '../../types/window.d';
3
- export declare const FLOWCHART_TYPE = "flowchart";
4
3
  export declare function flowchartCodeToSvgStr(editor: OnesEditor, flowDataCode: string): Promise<string>;
5
4
  export declare function flowchartCodeToObjectUrl(editor: OnesEditor, flowChartCode: string): Promise<string>;
6
5
  export declare function flowchartCodeToResourceId(editor: OnesEditor, flowChartCode: string): Promise<string>;
@@ -1,17 +1,9 @@
1
- import { OnesEditor, DocEmbedBlock, BlockElement } from '../../../../@ones-editor/core';
1
+ import type { OnesEditor, DocEmbedBlock } from '../../../../@ones-editor/core';
2
2
  import GraphBase from '../helper/graph-base';
3
- import { StandardGraphData, GraphType } from '../types';
4
3
  export declare class FlowChartInstance extends GraphBase {
5
- static graphType: GraphType;
6
- protected graphType: GraphType;
7
- static get(editor: OnesEditor, id: string): FlowChartInstance;
4
+ constructor(editor: OnesEditor);
5
+ static get(editor: OnesEditor, block: DocEmbedBlock): FlowChartInstance;
8
6
  protected code2ObjectUrl(code: string): Promise<string>;
9
7
  protected code2ResourceId(code: string): Promise<string>;
10
- static createEmptyEmbedData: () => {
11
- flowchartText: string;
12
- src: string;
13
- };
14
- protected createGraphEmbedData: (block: BlockElement, data: Partial<StandardGraphData>) => import("@ones-editor/core").DocEmbedData;
15
- protected getGraphData: (blockData: DocEmbedBlock) => StandardGraphData;
16
8
  destroy(): void;
17
9
  }
@@ -1,35 +1,29 @@
1
- import { OnesEditor, BlockContentElement, DocEmbedBlock, BlockElement, DocEmbedData, BlockProperties } from '../../../../@ones-editor/core';
2
- import { StandardGraphData, GraphType } from '../types';
1
+ import { BlockProperties } from '../../../../@ones-editor/core';
2
+ import type { OnesEditor, BlockContentElement, DocEmbedBlock, BlockElement, Logger } from '../../../../@ones-editor/core';
3
+ import type { GraphType, GraphEmbedBlockProperties } from './graph-block-commands';
3
4
  export default abstract class GraphBase {
5
+ private graphType;
6
+ private codeEmbedDataKey;
4
7
  protected editor: OnesEditor;
5
- protected abstract graphType: GraphType;
6
- static graphType: GraphType;
7
- static createEmptyEmbedData: () => Record<string, string>;
8
+ logger: Logger;
9
+ editing: boolean;
10
+ private graphEmbedContent;
11
+ private _status;
12
+ constructor(editor: OnesEditor, graphType: GraphType, codeEmbedDataKey: string);
8
13
  protected abstract code2ObjectUrl(code: string): Promise<string>;
9
14
  protected abstract code2ResourceId(code: string): Promise<string>;
10
- protected abstract createGraphEmbedData(block: BlockElement, data: Partial<StandardGraphData>): DocEmbedData;
11
- protected abstract getGraphData(blockData: DocEmbedBlock): StandardGraphData;
12
- private layout?;
13
- private viewSelect?;
14
- private drawHandler?;
15
- private get block();
16
- constructor(editor: OnesEditor);
17
- private handleExclusiveBlock;
18
- private handleReadonlyChanged;
19
- destroy(): void;
20
- private updateLayoutData;
21
- private handleInputChange;
22
- private handleFlexChange;
23
- private getRealView;
15
+ protected i18nt(key: string, arg?: Record<string, string>): string;
16
+ protected getContent(embed: HTMLDivElement): BlockContentElement;
17
+ protected getEmbed(content: BlockContentElement): HTMLDivElement;
18
+ protected uploadResource(svg: string): Promise<string | null>;
19
+ createEmbedContent(content: BlockContentElement, block: DocEmbedBlock): void;
20
+ updateEmbedContent(content: BlockContentElement, block: DocEmbedBlock): void;
21
+ protected updateImage(embed: HTMLDivElement, code: string | undefined, url: string | undefined | null, err: Error | null): Promise<void>;
22
+ protected errorBoundary(embed: HTMLDivElement, code: string | undefined, url: string | undefined | null, reason: 'imageLoadError' | 'grammarError', error?: Error): void;
23
+ protected emptyContent(): void;
24
+ protected updateSpecialClasses(embed: HTMLDivElement, code: string | undefined, err: Error | null): void;
25
+ editGraph(content: BlockContentElement): void;
26
+ getBlockProperties(block: BlockElement, properties?: GraphEmbedBlockProperties): BlockProperties;
24
27
  private hasChanged;
25
- private handleBlockFocus;
26
- private handleClick;
27
- private handleSelectionChanged;
28
- private handleInputFocusChange;
29
- createEmbedContent(blockContent: BlockContentElement, blockData: DocEmbedBlock): void;
30
- private updateHeight;
31
- private updateLayout;
32
- private updateDraw;
33
- updateEmbedContent(content: BlockContentElement, block: DocEmbedBlock): Promise<void>;
34
- getBlockProperties(block: BlockElement): BlockProperties;
28
+ private removeStatusContent;
35
29
  }
@@ -1,8 +1,9 @@
1
1
  import { BlockElement } from '../../../../@ones-editor/core';
2
2
  import type { OnesEditor } from '../../../../@ones-editor/core';
3
- import { CommandId } from '../../../../@ones-editor/embed-block-helper';
4
- import { GraphType, GraphEmbedBlockProperties } from '../types';
5
- export declare function getGraphEmbedBlockProperties(editor: OnesEditor, block: BlockElement, type: GraphType, properties?: GraphEmbedBlockProperties): {
3
+ import { CommandId, type StandardEmbedBlockProperties } from '../../../../@ones-editor/embed-block-helper';
4
+ export type GraphType = 'mermaid' | 'flowchart' | 'plantuml';
5
+ export type GraphEmbedBlockProperties = StandardEmbedBlockProperties;
6
+ export declare function getGraphEmbedBlockProperties(editor: OnesEditor, block: BlockElement, type: 'mermaid' | 'flowchart' | 'plantuml', properties?: GraphEmbedBlockProperties): {
6
7
  abstract: string;
7
8
  blockCommands: {
8
9
  'hovering-toolbar': import("@ones-editor/embed-block-helper").StandardEmbedBlockCommands<CommandId>;
@@ -1,7 +1,6 @@
1
1
  import MermaidEmbed from './mermaid/mermaid-embed';
2
2
  import FlowChartEmbed from './flowchart/flowchart-embed';
3
3
  import PlantumlEmbed from './plantuml/plantuml-embed';
4
- import { GraphCommandProvider } from './command';
5
4
  import './common.scss';
6
- export { MermaidEmbed, PlantumlEmbed, FlowChartEmbed, GraphCommandProvider, };
7
- export * from './types';
5
+ export { MermaidEmbed, PlantumlEmbed, FlowChartEmbed, };
6
+ export * from '../types';
@@ -1,18 +1,13 @@
1
1
  declare const _default: {
2
2
  graph: {
3
+ invalid: string;
3
4
  empty: string;
4
- readonlyEmpty: string;
5
- errorTips: string;
5
+ edit: string;
6
+ comment: string;
6
7
  help: string;
7
- plantuml: string;
8
- mermaid: string;
9
- flowchart: string;
10
- command: {
11
- name: string;
12
- bothShow: string;
13
- codeShow: string;
14
- drawShow: string;
15
- };
8
+ errorTips: string;
9
+ errorSubTips: string;
10
+ retry: string;
16
11
  };
17
12
  };
18
13
  export default _default;
@@ -1,18 +1,13 @@
1
1
  declare const _default: {
2
2
  graph: {
3
+ invalid: string;
3
4
  empty: string;
4
- readonlyEmpty: string;
5
- errorTips: string;
5
+ edit: string;
6
+ comment: string;
6
7
  help: string;
7
- plantuml: string;
8
- mermaid: string;
9
- flowchart: string;
10
- command: {
11
- name: string;
12
- bothShow: string;
13
- codeShow: string;
14
- drawShow: string;
15
- };
8
+ errorTips: string;
9
+ errorSubTips: string;
10
+ retry: string;
16
11
  };
17
12
  };
18
13
  export default _default;
@@ -1,18 +1,13 @@
1
1
  declare const _default: {
2
2
  graph: {
3
+ invalid: string;
3
4
  empty: string;
4
- readonlyEmpty: string;
5
- errorTips: string;
5
+ edit: string;
6
+ comment: string;
6
7
  help: string;
7
- plantuml: string;
8
- mermaid: string;
9
- flowchart: string;
10
- command: {
11
- name: string;
12
- bothShow: string;
13
- codeShow: string;
14
- drawShow: string;
15
- };
8
+ errorTips: string;
9
+ errorSubTips: string;
10
+ retry: string;
16
11
  };
17
12
  };
18
13
  export default _default;
@@ -1,4 +1,4 @@
1
- import { Embed } from '../../../../@ones-editor/core';
1
+ import type { Embed } from '../../../../@ones-editor/core';
2
2
  import '../lang';
3
3
  declare const MermaidEmbed: Embed;
4
4
  export default MermaidEmbed;
@@ -1,5 +1,4 @@
1
1
  import { OnesEditor } from '../../../../@ones-editor/core';
2
- export declare const MERMAID_TYPE = "mermaid";
3
2
  export declare function mermaidCodeToSvg(editor: OnesEditor, code: string): Promise<string>;
4
3
  export declare function mermaidCodeToObjectUrl(editor: OnesEditor, code: string): Promise<string>;
5
4
  export declare function mermaidCodeToResourceId(editor: OnesEditor, code: string): Promise<string>;
@@ -1,17 +1,9 @@
1
- import { OnesEditor, DocEmbedBlock, BlockElement } from '../../../../@ones-editor/core';
1
+ import type { OnesEditor, DocEmbedBlock } from '../../../../@ones-editor/core';
2
2
  import GraphBase from '../helper/graph-base';
3
- import { GraphType, StandardGraphData } from '../types';
4
3
  export declare class MermaidInstance extends GraphBase {
5
- static graphType: GraphType;
6
- protected graphType: GraphType;
7
- static get(editor: OnesEditor, id: string): MermaidInstance;
8
- static destroyCustom(editor: OnesEditor, id: string): void;
4
+ constructor(editor: OnesEditor);
5
+ static get(editor: OnesEditor, block: DocEmbedBlock): MermaidInstance;
9
6
  code2ObjectUrl(code: string): Promise<string>;
10
7
  code2ResourceId(code: string): Promise<string>;
11
- static createEmptyEmbedData: () => {
12
- mermaidText: string;
13
- src: string;
14
- };
15
- protected createGraphEmbedData: (block: BlockElement, data: Partial<StandardGraphData>) => import("@ones-editor/core").DocEmbedData;
16
- protected getGraphData: (blockData: DocEmbedBlock) => StandardGraphData;
8
+ destroy(): void;
17
9
  }
@@ -1,4 +1,4 @@
1
- import { Embed } from '../../../../@ones-editor/core';
1
+ import type { Embed } from '../../../../@ones-editor/core';
2
2
  import '../lang';
3
3
  declare const PlantumlEmbed: Embed;
4
4
  export default PlantumlEmbed;
@@ -1,4 +1,3 @@
1
- import { OnesEditor } from '../../../../@ones-editor/core';
2
- export declare const PLANTUML_TYPE = "plantuml";
1
+ import type { OnesEditor } from '../../../../@ones-editor/core';
3
2
  export declare function plantumlCodeToUrl(editor: OnesEditor, plantumlText: string): string;
4
3
  export declare function plantumlUrlToResourceId(editor: OnesEditor, url: string): Promise<string>;
@@ -1,17 +1,9 @@
1
- import { OnesEditor, DocEmbedBlock, BlockElement } from '../../../../@ones-editor/core';
1
+ import type { OnesEditor, DocEmbedBlock } from '../../../../@ones-editor/core';
2
2
  import GraphBase from '../helper/graph-base';
3
- import { GraphType, StandardGraphData } from '../types';
4
3
  export declare class PlantumlInstance extends GraphBase {
5
- static graphType: GraphType;
6
- protected graphType: GraphType;
7
- static get(editor: OnesEditor, id: string): PlantumlInstance;
4
+ constructor(editor: OnesEditor);
5
+ static get(editor: OnesEditor, block: DocEmbedBlock): PlantumlInstance;
8
6
  protected code2ObjectUrl(code: string): Promise<string>;
9
7
  protected code2ResourceId(code: string): Promise<string>;
10
- static createEmptyEmbedData: () => {
11
- plantumlText: string;
12
- src: string;
13
- };
14
- protected createGraphEmbedData: (block: BlockElement, data: Partial<StandardGraphData>) => import("@ones-editor/core").DocEmbedData;
15
- protected getGraphData: (blockData: DocEmbedBlock) => StandardGraphData;
16
8
  destroy(): void;
17
9
  }
@@ -0,0 +1,16 @@
1
+ export type MermaidEmbedOptions = {
2
+ cdn?: {
3
+ mermaid?: string;
4
+ };
5
+ };
6
+ export type FlowCharEmbedOptions = {
7
+ cdn?: {
8
+ flowchart?: string[];
9
+ };
10
+ };
11
+ export type PlantumlEmbedOptions = {
12
+ cdn?: {
13
+ plantuml?: string;
14
+ };
15
+ };
16
+ export type LANG = Record<string, string | Record<string, string>>;
@@ -6,6 +6,7 @@ export interface ImageOptions {
6
6
  callbacks?: {
7
7
  onError?: (editor: OnesEditor, error: Error) => void;
8
8
  };
9
+ onPreview?: (editor: OnesEditor, event: MouseEvent) => void;
9
10
  }
10
11
  export interface ImageEmbedData extends DocEmbedData {
11
12
  src: string | string[];
@@ -1,2 +1 @@
1
1
  export * from './markdown-to-doc';
2
- export * from 'marked';
@@ -1,6 +1,7 @@
1
1
  import type { OnesEditor, BlockContentElement } from '../../../../@ones-editor/core';
2
2
  import { TypedEmitter } from 'tiny-typed-emitter';
3
3
  import type { MediaOptions, MediaBlockData, MediaAbstract } from '../types';
4
+ import './hovering-toolbar/toolbar.scss';
4
5
  export interface MediaEvent {
5
6
  mediaError: (editor: OnesEditor, type: 'upload_error' | 'load_error' | 'empty', blockId: string) => void;
6
7
  }