@ones-editor/editor 2.3.3 → 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.
- package/@ones-editor/callout-block/src/callout-block/callout-block-content.d.ts +2 -3
- package/@ones-editor/callout-block/src/callout-block/helper.d.ts +2 -4
- package/@ones-editor/callout-block/src/locale/en-us.d.ts +0 -3
- package/@ones-editor/callout-block/src/locale/ja-jp.d.ts +0 -3
- package/@ones-editor/callout-block/src/locale/zh-cn.d.ts +0 -3
- package/@ones-editor/comments/src/types.d.ts +0 -5
- package/@ones-editor/core/src/core/blocks/text-blocks/text-block/to-plain-html.d.ts +2 -2
- package/@ones-editor/core/src/core/composition/index.d.ts +0 -1
- package/@ones-editor/core/src/core/doc/doc.d.ts +1 -0
- package/@ones-editor/core/src/core/editor-doc/editor-doc.d.ts +1 -0
- package/@ones-editor/core/src/core/types.d.ts +3 -12
- package/@ones-editor/core/src/utils/dom.d.ts +0 -1
- package/@ones-editor/drawio-embed/src/lang/en-us.d.ts +0 -5
- package/@ones-editor/drawio-embed/src/lang/ja-jp.d.ts +0 -5
- package/@ones-editor/drawio-embed/src/lang/zh-cn.d.ts +0 -5
- package/@ones-editor/embed-block-helper/src/block-resizer/index.d.ts +1 -6
- package/@ones-editor/exclusive-block/src/index.d.ts +0 -2
- package/@ones-editor/graph-embed/assets/index.d.ts +2 -0
- package/@ones-editor/graph-embed/src/config/index.d.ts +1 -9
- package/@ones-editor/graph-embed/src/flowchart/flowchart-embed.d.ts +1 -1
- package/@ones-editor/graph-embed/src/flowchart/flowchart-helper.d.ts +1 -2
- package/@ones-editor/graph-embed/src/flowchart/flowchart.d.ts +3 -11
- package/@ones-editor/graph-embed/src/helper/graph-base.d.ts +23 -29
- package/@ones-editor/graph-embed/src/helper/graph-block-commands.d.ts +4 -3
- package/@ones-editor/graph-embed/src/index.d.ts +2 -3
- package/@ones-editor/graph-embed/src/lang/en-us.d.ts +6 -11
- package/@ones-editor/graph-embed/src/lang/ja-jp.d.ts +6 -11
- package/@ones-editor/graph-embed/src/lang/zh-cn.d.ts +6 -11
- package/@ones-editor/graph-embed/src/mermaid/mermaid-embed.d.ts +1 -1
- package/@ones-editor/graph-embed/src/mermaid/mermaid-helper.d.ts +0 -1
- package/@ones-editor/graph-embed/src/mermaid/mermaid.d.ts +4 -12
- package/@ones-editor/graph-embed/src/plantuml/plantuml-embed.d.ts +1 -1
- package/@ones-editor/graph-embed/src/plantuml/plantuml-helper.d.ts +1 -2
- package/@ones-editor/graph-embed/src/plantuml/plantuml.d.ts +3 -11
- package/@ones-editor/graph-embed/types/index.d.ts +16 -0
- package/@ones-editor/image-embed/src/types.d.ts +1 -0
- package/@ones-editor/markdown-to-doc/src/index.d.ts +0 -1
- package/@ones-editor/misc/src/index.d.ts +1 -0
- package/@ones-editor/misc/src/re-auth/index.d.ts +23 -0
- package/@ones-editor/sharedb-doc/src/doc/auth-connection.d.ts +31 -41
- package/@ones-editor/sharedb-doc/src/doc/sharedb-client.d.ts +13 -6
- package/@ones-editor/sharedb-doc/src/doc/sharedb-doc.d.ts +4 -4
- package/@ones-editor/sharedb-doc/src/types.d.ts +5 -20
- package/@ones-editor/toc/src/toc-embed/render-toc.d.ts +1 -1
- package/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/@ones-editor/ui/src/index.d.ts +0 -1
- package/@ones-editor/ui/src/locale/en-us.d.ts +0 -1
- package/@ones-editor/ui/src/locale/ja-jp.d.ts +0 -1
- package/@ones-editor/ui/src/locale/zh-cn.d.ts +0 -1
- package/@ones-editor/ui/src/providers/insert-menu.d.ts +2 -2
- package/@ones-editor/ui/src/providers/utils/add-section.d.ts +0 -9
- package/@ones-editor/ui/src/providers/utils/index.d.ts +0 -2
- package/@ones-editor/ui/src/quick-menu/index.d.ts +1 -2
- package/@ones-editor/ui/src/quick-menu/quick-command-providers.d.ts +3 -3
- package/@ones-editor/ui/src/quick-menu/types.d.ts +2 -2
- package/@ones-editor/ui/src/toolbar/toolbar-handler.d.ts +0 -2
- package/@ones-editor/ui-base/src/auto-suggest/auto-suggest-menu.d.ts +0 -3
- package/@ones-editor/ui-base/src/auto-suggest/auto-suggest.d.ts +0 -2
- package/@ones-editor/ui-base/src/color-button/color-button.d.ts +0 -1
- package/@ones-editor/ui-base/src/command-bar/command-bar.d.ts +1 -2
- package/@ones-editor/ui-base/src/command-bar/fixed-toolbar.d.ts +0 -1
- package/@ones-editor/ui-base/src/dialog/index.d.ts +0 -15
- package/@ones-editor/ui-base/src/dialog/types.d.ts +0 -1
- package/@ones-editor/ui-base/src/dropdown/index.d.ts +0 -1
- package/@ones-editor/ui-base/src/emoji-item/emoji-item.d.ts +2 -1
- package/@ones-editor/ui-base/src/emoji-palette/index.d.ts +13 -10
- package/@ones-editor/ui-base/src/emoji-palette/types.d.ts +0 -10
- package/@ones-editor/ui-base/src/index.d.ts +0 -2
- package/@ones-editor/ui-base/src/locale/en-us.d.ts +0 -5
- package/@ones-editor/ui-base/src/locale/ja-jp.d.ts +0 -5
- package/@ones-editor/ui-base/src/locale/zh-cn.d.ts +0 -5
- package/@ones-editor/versions/src/types.d.ts +0 -1
- package/@ones-editor/versions/src/version-dialog/versions-dropdown.d.ts +0 -2
- package/dist/index.d.ts +1 -62
- package/dist/index.js +4215 -7972
- package/dist/lang/en-us.d.ts +0 -9
- package/dist/lang/ja-jp.d.ts +0 -9
- package/dist/lang/zh-cn.d.ts +0 -9
- package/dist/types.d.ts +6 -32
- package/package.json +2 -1
- package/@ones-editor/callout-block/src/callout-block/callout-icon.d.ts +0 -13
- package/@ones-editor/graph-embed/src/command.d.ts +0 -9
- package/@ones-editor/graph-embed/src/helper/graph-dom/code-editor.d.ts +0 -4
- package/@ones-editor/graph-embed/src/helper/graph-dom/draw-dom.d.ts +0 -16
- package/@ones-editor/graph-embed/src/helper/graph-dom/layout-dom.d.ts +0 -25
- package/@ones-editor/graph-embed/src/helper/graph-dom/view-select.d.ts +0 -22
- package/@ones-editor/graph-embed/src/helper/graph-exclusive-handler.d.ts +0 -13
- package/@ones-editor/graph-embed/src/helper/graph-quick-commands.d.ts +0 -3
- package/@ones-editor/graph-embed/src/helper/utils.d.ts +0 -4
- package/@ones-editor/graph-embed/src/types.d.ts +0 -41
- package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/figcaption.d.ts +0 -1
- package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/font-size.d.ts +0 -1
- package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/text-color.d.ts +0 -1
- package/@ones-editor/html-to-doc/src/html-to-doc/normal-html/underline.d.ts +0 -1
- package/@ones-editor/main-toolbar/package.json +0 -7
- package/@ones-editor/main-toolbar/src/index.d.ts +0 -18
- package/@ones-editor/main-toolbar/src/items/comment.d.ts +0 -8
- package/@ones-editor/main-toolbar/src/items/find.d.ts +0 -8
- package/@ones-editor/main-toolbar/src/items/font-style.d.ts +0 -40
- package/@ones-editor/main-toolbar/src/items/image.d.ts +0 -8
- package/@ones-editor/main-toolbar/src/items/index.d.ts +0 -17
- package/@ones-editor/main-toolbar/src/items/insert.d.ts +0 -12
- package/@ones-editor/main-toolbar/src/items/link.d.ts +0 -11
- package/@ones-editor/main-toolbar/src/items/list.d.ts +0 -29
- package/@ones-editor/main-toolbar/src/items/more-item.d.ts +0 -20
- package/@ones-editor/main-toolbar/src/items/paragraph.d.ts +0 -14
- package/@ones-editor/main-toolbar/src/items/quote.d.ts +0 -11
- package/@ones-editor/main-toolbar/src/items/separator.d.ts +0 -7
- package/@ones-editor/main-toolbar/src/items/text-align.d.ts +0 -21
- package/@ones-editor/main-toolbar/src/items/text-color.d.ts +0 -49
- package/@ones-editor/main-toolbar/src/items/undo.d.ts +0 -18
- package/@ones-editor/main-toolbar/src/locale/en-us.d.ts +0 -9
- package/@ones-editor/main-toolbar/src/locale/index.d.ts +0 -1
- package/@ones-editor/main-toolbar/src/locale/ja-jp.d.ts +0 -9
- package/@ones-editor/main-toolbar/src/locale/zh-cn.d.ts +0 -9
- package/@ones-editor/main-toolbar/src/types.d.ts +0 -5
- package/@ones-editor/markdown-to-doc/src/custom/tag.d.ts +0 -8
- package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/custom-tag.d.ts +0 -4
- package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/font-size.d.ts +0 -2
- package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/html.d.ts +0 -2
- package/@ones-editor/markdown-to-doc/src/tokens/inline-tokens/text-color.d.ts +0 -2
- package/@ones-editor/sharedb-doc/src/doc/auto-renew-token.d.ts +0 -16
- package/@ones-editor/sharedb-doc/src/doc/connection-status.d.ts +0 -19
- package/@ones-editor/sharedb-doc/src/doc/edit-status.d.ts +0 -13
- package/@ones-editor/ui/src/emoji-popup/emoji-popup.d.ts +0 -21
- package/@ones-editor/ui/src/emoji-popup/index.d.ts +0 -8
- package/@ones-editor/ui/src/providers/emoji.d.ts +0 -12
- package/@ones-editor/ui-base/src/dialog/alert-dialog.d.ts +0 -19
- package/@ones-editor/ui-base/src/dialog/confirm-dialog.d.ts +0 -20
- package/@ones-editor/ui-base/src/dialog/dialog-button.d.ts +0 -10
- package/@ones-editor/ui-base/src/dialog/dialog-check.d.ts +0 -15
- package/@ones-editor/ui-base/src/dialog/dialog-input.d.ts +0 -9
- package/@ones-editor/ui-base/src/dialog/dialog-radio.d.ts +0 -12
- package/@ones-editor/ui-base/src/dialog/modal-dialog.d.ts +0 -21
- package/@ones-editor/ui-base/src/dialog/popup-dialog.d.ts +0 -31
- package/@ones-editor/ui-base/src/dialog/standard-dialog.d.ts +0 -25
- package/@ones-editor/ui-base/src/dialog/standard-modal-dialog.d.ts +0 -7
- package/@ones-editor/ui-base/src/dialog/standard-popup-dialog.d.ts +0 -17
- package/@ones-editor/ui-base/src/emoji-palette/default-emoji-palette.d.ts +0 -3
- package/dist/custom/image-preview-handler.d.ts +0 -11
- package/dist/error-handler/error-info-bar.d.ts +0 -18
- package/dist/error-handler/index.d.ts +0 -33
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.