@opentiny/fluent-editor 3.25.0-alpha.1 → 3.25.1
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/README.md +105 -103
- package/es/attributors/line-height.es.js.map +1 -1
- package/es/config/base64-image.es.js +0 -2
- package/es/config/base64-image.es.js.map +1 -1
- package/es/config/editor.config.es.js.map +1 -1
- package/es/config/editor.utils.es.js.map +1 -1
- package/es/config/i18n/en-us.es.js.map +1 -1
- package/es/config/i18n/zh-cn.es.js.map +1 -1
- package/es/config/index.es.js +0 -49
- package/es/config/index.es.js.map +1 -1
- package/es/core/fluent-editor.es.js +22 -0
- package/es/core/fluent-editor.es.js.map +1 -0
- package/es/fluent-editor.es.js +58 -196
- package/es/fluent-editor.es.js.map +1 -1
- package/es/{soft-break/index.es.js → formats/soft-break.es.js} +1 -1
- package/es/formats/soft-break.es.js.map +1 -0
- package/es/{strike/index.es.js → formats/strike.es.js} +1 -1
- package/es/formats/strike.es.js.map +1 -0
- package/es/{video/index.es.js → formats/video.es.js} +1 -1
- package/es/formats/video.es.js.map +1 -0
- package/es/index.es.js +4 -4
- package/es/index.es.js.map +1 -1
- package/es/{counter/index.es.js → modules/counter.es.js} +1 -1
- package/es/modules/counter.es.js.map +1 -0
- package/es/{custom-clipboard.es.js → modules/custom-clipboard.es.js} +3 -3
- package/es/modules/custom-clipboard.es.js.map +1 -0
- package/es/modules/custom-image/BlotFormatter.es.js.map +1 -0
- package/es/modules/custom-image/Options.es.js.map +1 -0
- package/es/modules/custom-image/actions/Action.es.js.map +1 -0
- package/es/modules/custom-image/actions/CustomResizeAction.es.js.map +1 -0
- package/es/modules/custom-image/actions/DeleteAction.es.js.map +1 -0
- package/es/{custom-image → modules/custom-image}/image.es.js +1 -1
- package/es/modules/custom-image/image.es.js.map +1 -0
- package/es/modules/custom-image/specs/BlotSpec.es.js.map +1 -0
- package/es/{custom-image → modules/custom-image}/specs/CustomImageSpec.es.js +1 -1
- package/es/modules/custom-image/specs/CustomImageSpec.es.js.map +1 -0
- package/es/modules/custom-image/specs/ImageSpec.es.js.map +1 -0
- package/es/{custom-uploader.es.js → modules/custom-uploader.es.js} +2 -2
- package/es/modules/custom-uploader.es.js.map +1 -0
- package/es/{divider/index.es.js → modules/divider.es.js} +1 -1
- package/es/modules/divider.es.js.map +1 -0
- package/es/modules/emoji/emoji-list/people.es.js.map +1 -0
- package/es/modules/emoji/emoji-list.es.js.map +1 -0
- package/es/modules/emoji/emoji-map.es.js.map +1 -0
- package/es/modules/emoji/emoji-sprite.es.js +5 -0
- package/es/modules/emoji/emoji-sprite.es.js.map +1 -0
- package/es/modules/emoji/formats/emoji-blot.es.js.map +1 -0
- package/es/modules/emoji/index.es.js.map +1 -0
- package/es/modules/emoji/modules/emoji.es.js.map +1 -0
- package/es/{emoji → modules/emoji}/modules/toolbar-emoji.es.js +1 -1
- package/es/modules/emoji/modules/toolbar-emoji.es.js.map +1 -0
- package/es/modules/emoji/utils.es.js.map +1 -0
- package/es/{file → modules/file}/formats/file.es.js +1 -1
- package/es/modules/file/formats/file.es.js.map +1 -0
- package/es/modules/file/index.es.js.map +1 -0
- package/es/{file → modules/file}/modules/file-bar.es.js +1 -1
- package/es/modules/file/modules/file-bar.es.js.map +1 -0
- package/es/modules/global-link/constants.es.js.map +1 -0
- package/es/modules/global-link/formats/customer-widget-link.es.js.map +1 -0
- package/es/modules/global-link/formats/doc-link.es.js.map +1 -0
- package/es/modules/global-link/formats/wiki-link.es.js.map +1 -0
- package/es/modules/global-link/formats/work-item-link.es.js.map +1 -0
- package/es/{global-link → modules/global-link}/index.es.js +1 -1
- package/es/modules/global-link/index.es.js.map +1 -0
- package/es/modules/global-link/utils/createTable.es.js.map +1 -0
- package/es/{i18n/index.es.js → modules/i18n.es.js} +2 -2
- package/es/modules/i18n.es.js.map +1 -0
- package/es/{link → modules/link}/formats/link.es.js +1 -1
- package/es/modules/link/formats/link.es.js.map +1 -0
- package/es/modules/link/index.es.js.map +1 -0
- package/es/{link → modules/link}/modules/tooltip.es.js +4 -4
- package/es/modules/link/modules/tooltip.es.js.map +1 -0
- package/es/modules/mathlive/formats.es.js.map +1 -0
- package/es/modules/mathlive/index.es.js.map +1 -0
- package/es/modules/mathlive/tooltip.es.js.map +1 -0
- package/es/{mention → modules/mention}/Mention.es.js +1 -1
- package/es/modules/mention/Mention.es.js.map +1 -0
- package/es/modules/mention/MentionLink.es.js.map +1 -0
- package/es/modules/mention/constants.es.js.map +1 -0
- package/es/{quick-menu/index.es.js → modules/quick-menu.es.js} +1 -1
- package/es/modules/quick-menu.es.js.map +1 -0
- package/es/{syntax/index.es.js → modules/syntax.es.js} +1 -1
- package/es/modules/syntax.es.js.map +1 -0
- package/es/{table → modules/table}/better-table.es.js +1 -1
- package/es/modules/table/better-table.es.js.map +1 -0
- package/es/{table → modules/table}/formats/header.es.js +1 -1
- package/es/modules/table/formats/header.es.js.map +1 -0
- package/es/modules/table/formats/list.es.js.map +1 -0
- package/es/{table → modules/table}/formats/table.es.js +2 -2
- package/es/modules/table/formats/table.es.js.map +1 -0
- package/es/modules/table/modules/table-column-tool.es.js.map +1 -0
- package/es/{table → modules/table}/modules/table-operation-menu.es.js +2 -2
- package/es/modules/table/modules/table-operation-menu.es.js.map +1 -0
- package/es/modules/table/modules/table-scroll-bar.es.js.map +1 -0
- package/es/modules/table/modules/table-selection.es.js.map +1 -0
- package/es/modules/table/modules/table-selector.es.js.map +1 -0
- package/es/modules/table/table-config.es.js.map +1 -0
- package/es/modules/table/utils/index.es.js.map +1 -0
- package/es/{table → modules/table}/utils/node-matchers.es.js +1 -1
- package/es/modules/table/utils/node-matchers.es.js.map +1 -0
- package/es/{toolbar → modules/toolbar}/better-picker.es.js +1 -1
- package/es/modules/toolbar/better-picker.es.js.map +1 -0
- package/es/{toolbar → modules/toolbar}/index.es.js +1 -1
- package/es/modules/toolbar/index.es.js.map +1 -0
- package/es/{toolbar → modules/toolbar}/toolbar-tip.es.js +2 -2
- package/es/modules/toolbar/toolbar-tip.es.js.map +1 -0
- package/es/themes/snow.es.js +119 -0
- package/es/themes/snow.es.js.map +1 -0
- package/es/{format-painter/index.es.js → tools/format-painter.es.js} +1 -1
- package/es/tools/format-painter.es.js.map +1 -0
- package/es/{fullscreen/handler.es.js → tools/fullscreen.es.js} +3 -2
- package/es/tools/fullscreen.es.js.map +1 -0
- package/es/{screenshot/index.es.js → tools/screenshot.es.js} +1 -1
- package/es/tools/screenshot.es.js.map +1 -0
- package/es/ui/icons.config.es.js.map +1 -0
- package/es/ui/icons.es.js +58 -0
- package/es/ui/icons.es.js.map +1 -0
- package/es/utils/debounce.es.js.map +1 -1
- package/es/utils/method.es.js.map +1 -1
- package/lib/attributors/line-height.cjs.js.map +1 -1
- package/lib/config/base64-image.cjs.js +0 -2
- package/lib/config/base64-image.cjs.js.map +1 -1
- package/lib/config/editor.config.cjs.js.map +1 -1
- package/lib/config/editor.utils.cjs.js.map +1 -1
- package/lib/config/i18n/en-us.cjs.js.map +1 -1
- package/lib/config/i18n/zh-cn.cjs.js.map +1 -1
- package/lib/config/index.cjs.js +0 -49
- package/lib/config/index.cjs.js.map +1 -1
- package/lib/core/fluent-editor.cjs.js +22 -0
- package/lib/core/fluent-editor.cjs.js.map +1 -0
- package/lib/fluent-editor.cjs.js +58 -196
- package/lib/fluent-editor.cjs.js.map +1 -1
- package/lib/{soft-break/index.cjs.js → formats/soft-break.cjs.js} +1 -1
- package/lib/formats/soft-break.cjs.js.map +1 -0
- package/lib/{strike/index.cjs.js → formats/strike.cjs.js} +1 -1
- package/lib/formats/strike.cjs.js.map +1 -0
- package/lib/{video/index.cjs.js → formats/video.cjs.js} +1 -1
- package/lib/formats/video.cjs.js.map +1 -0
- package/lib/index.cjs.js +4 -4
- package/lib/{counter/index.cjs.js → modules/counter.cjs.js} +1 -1
- package/lib/modules/counter.cjs.js.map +1 -0
- package/lib/{custom-clipboard.cjs.js → modules/custom-clipboard.cjs.js} +3 -3
- package/lib/modules/custom-clipboard.cjs.js.map +1 -0
- package/lib/modules/custom-image/BlotFormatter.cjs.js.map +1 -0
- package/lib/modules/custom-image/Options.cjs.js.map +1 -0
- package/lib/modules/custom-image/actions/Action.cjs.js.map +1 -0
- package/lib/modules/custom-image/actions/CustomResizeAction.cjs.js.map +1 -0
- package/lib/modules/custom-image/actions/DeleteAction.cjs.js.map +1 -0
- package/lib/{custom-image → modules/custom-image}/image.cjs.js +1 -1
- package/lib/modules/custom-image/image.cjs.js.map +1 -0
- package/lib/modules/custom-image/specs/BlotSpec.cjs.js.map +1 -0
- package/lib/{custom-image → modules/custom-image}/specs/CustomImageSpec.cjs.js +1 -1
- package/lib/modules/custom-image/specs/CustomImageSpec.cjs.js.map +1 -0
- package/lib/modules/custom-image/specs/ImageSpec.cjs.js.map +1 -0
- package/lib/{custom-uploader.cjs.js → modules/custom-uploader.cjs.js} +2 -2
- package/lib/modules/custom-uploader.cjs.js.map +1 -0
- package/lib/{divider/index.cjs.js → modules/divider.cjs.js} +1 -1
- package/lib/modules/divider.cjs.js.map +1 -0
- package/lib/modules/emoji/emoji-list/people.cjs.js.map +1 -0
- package/lib/modules/emoji/emoji-list.cjs.js.map +1 -0
- package/lib/modules/emoji/emoji-map.cjs.js.map +1 -0
- package/lib/modules/emoji/emoji-sprite.cjs.js +5 -0
- package/lib/modules/emoji/emoji-sprite.cjs.js.map +1 -0
- package/lib/modules/emoji/formats/emoji-blot.cjs.js.map +1 -0
- package/lib/modules/emoji/index.cjs.js.map +1 -0
- package/lib/modules/emoji/modules/emoji.cjs.js.map +1 -0
- package/lib/{emoji → modules/emoji}/modules/toolbar-emoji.cjs.js +2 -2
- package/lib/modules/emoji/modules/toolbar-emoji.cjs.js.map +1 -0
- package/lib/modules/emoji/utils.cjs.js.map +1 -0
- package/lib/{file → modules/file}/formats/file.cjs.js +1 -1
- package/lib/modules/file/formats/file.cjs.js.map +1 -0
- package/lib/modules/file/index.cjs.js.map +1 -0
- package/lib/{file → modules/file}/modules/file-bar.cjs.js +1 -1
- package/lib/modules/file/modules/file-bar.cjs.js.map +1 -0
- package/lib/modules/global-link/constants.cjs.js.map +1 -0
- package/lib/modules/global-link/formats/customer-widget-link.cjs.js.map +1 -0
- package/lib/modules/global-link/formats/doc-link.cjs.js.map +1 -0
- package/lib/modules/global-link/formats/wiki-link.cjs.js.map +1 -0
- package/lib/modules/global-link/formats/work-item-link.cjs.js.map +1 -0
- package/lib/{global-link → modules/global-link}/index.cjs.js +1 -1
- package/lib/modules/global-link/index.cjs.js.map +1 -0
- package/lib/modules/global-link/utils/createTable.cjs.js.map +1 -0
- package/lib/{i18n/index.cjs.js → modules/i18n.cjs.js} +3 -3
- package/lib/modules/i18n.cjs.js.map +1 -0
- package/lib/{link → modules/link}/formats/link.cjs.js +1 -1
- package/lib/modules/link/formats/link.cjs.js.map +1 -0
- package/lib/modules/link/index.cjs.js.map +1 -0
- package/lib/{link → modules/link}/modules/tooltip.cjs.js +4 -4
- package/lib/modules/link/modules/tooltip.cjs.js.map +1 -0
- package/lib/modules/mathlive/formats.cjs.js.map +1 -0
- package/lib/modules/mathlive/index.cjs.js.map +1 -0
- package/lib/modules/mathlive/tooltip.cjs.js.map +1 -0
- package/lib/{mention → modules/mention}/Mention.cjs.js +1 -1
- package/lib/modules/mention/Mention.cjs.js.map +1 -0
- package/lib/modules/mention/MentionLink.cjs.js.map +1 -0
- package/lib/modules/mention/constants.cjs.js.map +1 -0
- package/lib/{quick-menu/index.cjs.js → modules/quick-menu.cjs.js} +1 -1
- package/lib/modules/quick-menu.cjs.js.map +1 -0
- package/lib/{syntax/index.cjs.js → modules/syntax.cjs.js} +1 -1
- package/lib/modules/syntax.cjs.js.map +1 -0
- package/lib/{table → modules/table}/better-table.cjs.js +1 -1
- package/lib/modules/table/better-table.cjs.js.map +1 -0
- package/lib/{table → modules/table}/formats/header.cjs.js +1 -1
- package/lib/modules/table/formats/header.cjs.js.map +1 -0
- package/lib/modules/table/formats/list.cjs.js.map +1 -0
- package/lib/{table → modules/table}/formats/table.cjs.js +2 -2
- package/lib/modules/table/formats/table.cjs.js.map +1 -0
- package/lib/modules/table/modules/table-column-tool.cjs.js.map +1 -0
- package/lib/{table → modules/table}/modules/table-operation-menu.cjs.js +2 -2
- package/lib/modules/table/modules/table-operation-menu.cjs.js.map +1 -0
- package/lib/modules/table/modules/table-scroll-bar.cjs.js.map +1 -0
- package/lib/modules/table/modules/table-selection.cjs.js.map +1 -0
- package/lib/modules/table/modules/table-selector.cjs.js.map +1 -0
- package/lib/modules/table/table-config.cjs.js.map +1 -0
- package/lib/modules/table/utils/index.cjs.js.map +1 -0
- package/lib/{table → modules/table}/utils/node-matchers.cjs.js +1 -1
- package/lib/modules/table/utils/node-matchers.cjs.js.map +1 -0
- package/lib/{toolbar → modules/toolbar}/better-picker.cjs.js +1 -1
- package/lib/modules/toolbar/better-picker.cjs.js.map +1 -0
- package/lib/{toolbar → modules/toolbar}/index.cjs.js +1 -1
- package/lib/modules/toolbar/index.cjs.js.map +1 -0
- package/lib/{toolbar → modules/toolbar}/toolbar-tip.cjs.js +2 -2
- package/lib/modules/toolbar/toolbar-tip.cjs.js.map +1 -0
- package/lib/themes/snow.cjs.js +119 -0
- package/lib/themes/snow.cjs.js.map +1 -0
- package/lib/{format-painter/index.cjs.js → tools/format-painter.cjs.js} +1 -1
- package/lib/tools/format-painter.cjs.js.map +1 -0
- package/lib/{fullscreen/handler.cjs.js → tools/fullscreen.cjs.js} +4 -3
- package/lib/tools/fullscreen.cjs.js.map +1 -0
- package/lib/{screenshot/index.cjs.js → tools/screenshot.cjs.js} +1 -1
- package/lib/tools/screenshot.cjs.js.map +1 -0
- package/lib/ui/icons.cjs.js +58 -0
- package/lib/ui/icons.cjs.js.map +1 -0
- package/lib/ui/icons.config.cjs.js.map +1 -0
- package/lib/utils/debounce.cjs.js.map +1 -1
- package/lib/utils/method.cjs.js.map +1 -1
- package/package.json +56 -56
- package/types/attributors/font-size.d.ts +1 -1
- package/types/attributors/font-style.d.ts +1 -1
- package/types/attributors/index.d.ts +4 -4
- package/types/attributors/line-height.d.ts +1 -1
- package/types/attributors/text-indent.d.ts +1 -1
- package/types/config/base64-image.d.ts +2 -3
- package/types/config/editor.config.d.ts +229 -229
- package/types/config/editor.utils.d.ts +42 -42
- package/types/config/i18n/en-us.d.ts +108 -108
- package/types/config/i18n/zh-cn.d.ts +108 -108
- package/types/config/index.d.ts +6 -9
- package/types/config/types/additional-toolbar-item.interface.d.ts +6 -7
- package/types/config/types/content-change.interface.d.ts +13 -13
- package/types/config/types/content-save.interface.d.ts +6 -6
- package/types/config/types/counter-option.interface.d.ts +7 -8
- package/types/config/types/editor-config.interface.d.ts +34 -35
- package/types/config/types/editor-modules.interface.d.ts +29 -30
- package/types/config/types/editor-toolbar.interface.d.ts +4 -5
- package/types/config/types/file-operation.interface.d.ts +10 -11
- package/types/config/types/focus-change.interface.d.ts +4 -4
- package/types/config/types/fullscreen-module.interface.d.ts +4 -4
- package/types/config/types/help-panel-item.interface.d.ts +5 -5
- package/types/config/types/help-panel-option.interface.d.ts +5 -6
- package/types/config/types/image-module.interface.d.ts +3 -3
- package/types/config/types/image-upload.interface.d.ts +5 -6
- package/types/config/types/index.d.ts +23 -23
- package/types/config/types/load-on-demand-module.interface.d.ts +5 -5
- package/types/config/types/mention-module.interface.d.ts +8 -8
- package/types/config/types/paste-change.interface.d.ts +4 -5
- package/types/config/types/quick-menu-module.interface.d.ts +3 -3
- package/types/config/types/range.interface.d.ts +4 -4
- package/types/config/types/registry-options.interface.d.ts +5 -5
- package/types/config/types/selection-change.interface.d.ts +6 -7
- package/types/config/types/toolbar-item.interface.d.ts +13 -13
- package/types/config/types/type.d.ts +4 -5
- package/types/config/types/validate-error.interface.d.ts +13 -13
- package/types/core/fluent-editor.d.ts +11 -0
- package/types/fluent-editor.d.ts +2 -12
- package/types/{soft-break/index.d.ts → formats/soft-break.d.ts} +14 -14
- package/types/{strike/index.d.ts → formats/strike.d.ts} +7 -7
- package/types/{video/index.d.ts → formats/video.d.ts} +14 -15
- package/types/index.d.ts +4 -5
- package/types/{counter/index.d.ts → modules/counter.d.ts} +15 -16
- package/types/{custom-clipboard.d.ts → modules/custom-clipboard.d.ts} +27 -28
- package/types/{custom-image → modules/custom-image}/BlotFormatter.d.ts +20 -21
- package/types/{custom-image → modules/custom-image}/Options.d.ts +36 -36
- package/types/{custom-image → modules/custom-image}/actions/Action.d.ts +7 -7
- package/types/{custom-image → modules/custom-image}/actions/CustomResizeAction.d.ts +22 -23
- package/types/{custom-image → modules/custom-image}/actions/DeleteAction.d.ts +5 -6
- package/types/{custom-image → modules/custom-image}/image.d.ts +28 -28
- package/types/{custom-image → modules/custom-image}/specs/BlotSpec.d.ts +10 -11
- package/types/{custom-image → modules/custom-image}/specs/CustomImageSpec.d.ts +17 -18
- package/types/{custom-image → modules/custom-image}/specs/ImageSpec.d.ts +8 -9
- package/types/{custom-uploader.d.ts → modules/custom-uploader.d.ts} +29 -30
- package/types/{divider/index.d.ts → modules/divider.d.ts} +7 -7
- package/types/{emoji → modules/emoji}/emoji-list/index.d.ts +1 -1
- package/types/{emoji → modules/emoji}/emoji-list/people.d.ts +1 -1
- package/types/{emoji → modules/emoji}/emoji-list.d.ts +2 -2
- package/types/{emoji → modules/emoji}/emoji-map.d.ts +2 -2
- package/types/modules/emoji/emoji-sprite.d.ts +1 -0
- package/types/{emoji → modules/emoji}/formats/emoji-blot.d.ts +13 -13
- package/types/{emoji → modules/emoji}/index.d.ts +6 -7
- package/types/{emoji → modules/emoji}/modules/emoji.d.ts +38 -38
- package/types/{emoji → modules/emoji}/modules/toolbar-emoji.d.ts +8 -8
- package/types/{emoji → modules/emoji}/utils.d.ts +1 -1
- package/types/{file → modules/file}/formats/file.d.ts +15 -15
- package/types/{file → modules/file}/index.d.ts +9 -10
- package/types/{file → modules/file}/modules/file-bar.d.ts +14 -14
- package/types/{global-link → modules/global-link}/constants.d.ts +3 -3
- package/types/{global-link → modules/global-link}/formats/customer-widget-link.d.ts +14 -14
- package/types/{global-link → modules/global-link}/formats/doc-link.d.ts +17 -17
- package/types/{global-link → modules/global-link}/formats/wiki-link.d.ts +16 -16
- package/types/{global-link → modules/global-link}/formats/work-item-link.d.ts +16 -16
- package/types/{global-link → modules/global-link}/global-link-panel.d.ts +17 -18
- package/types/{global-link → modules/global-link}/index.d.ts +18 -18
- package/types/{global-link → modules/global-link}/utils/createTable.d.ts +1 -1
- package/types/{i18n/index.d.ts → modules/i18n.d.ts} +15 -14
- package/types/{link → modules/link}/formats/link.d.ts +14 -15
- package/types/{link → modules/link}/index.d.ts +6 -6
- package/types/{link → modules/link}/modules/tooltip.d.ts +31 -32
- package/types/{mathlive → modules/mathlive}/formats.d.ts +20 -21
- package/types/{mathlive → modules/mathlive}/index.d.ts +6 -7
- package/types/{mathlive → modules/mathlive}/tooltip.d.ts +14 -15
- package/types/{mention → modules/mention}/Mention.d.ts +53 -54
- package/types/{mention → modules/mention}/MentionLink.d.ts +14 -15
- package/types/{mention → modules/mention}/constants.d.ts +3 -3
- package/types/{quick-menu/index.d.ts → modules/quick-menu.d.ts} +20 -21
- package/types/{syntax/index.d.ts → modules/syntax.d.ts} +12 -13
- package/types/{table → modules/table}/better-table.d.ts +31 -32
- package/types/{table → modules/table}/formats/header.d.ts +21 -22
- package/types/{table → modules/table}/formats/list.d.ts +34 -34
- package/types/{table → modules/table}/formats/table.d.ts +145 -146
- package/types/{table → modules/table}/modules/table-column-tool.d.ts +23 -23
- package/types/{table → modules/table}/modules/table-operation-menu.d.ts +38 -38
- package/types/{table → modules/table}/modules/table-scroll-bar.d.ts +33 -33
- package/types/{table → modules/table}/modules/table-selection.d.ts +37 -37
- package/types/{table → modules/table}/modules/table-selector.d.ts +22 -22
- package/types/{table → modules/table}/table-config.d.ts +38 -38
- package/types/{table → modules/table}/utils/index.d.ts +17 -17
- package/types/{table → modules/table}/utils/node-matchers.d.ts +9 -9
- package/types/{toolbar → modules/toolbar}/better-picker.d.ts +1 -1
- package/types/{toolbar → modules/toolbar}/index.d.ts +7 -8
- package/types/{toolbar → modules/toolbar}/toolbar-tip.d.ts +9 -10
- package/types/themes/snow.d.ts +3 -0
- package/types/{format-painter/index.d.ts → tools/format-painter.d.ts} +13 -14
- package/types/{fullscreen/handler.d.ts → tools/fullscreen.d.ts} +1 -2
- package/types/{screenshot/index.d.ts → tools/screenshot.d.ts} +17 -18
- package/types/{config → ui}/icons.config.d.ts +36 -36
- package/types/ui/icons.d.ts +6 -0
- package/types/utils/debounce.d.ts +6 -6
- package/types/utils/image.d.ts +1 -1
- package/types/utils/is.d.ts +4 -4
- package/types/utils/method.d.ts +6 -6
- package/types/utils/scroll-lock.d.ts +6 -6
- package/es/config/icons.config.es.js.map +0 -1
- package/es/counter/index.es.js.map +0 -1
- package/es/custom-clipboard.es.js.map +0 -1
- package/es/custom-image/BlotFormatter.es.js.map +0 -1
- package/es/custom-image/Options.es.js.map +0 -1
- package/es/custom-image/actions/Action.es.js.map +0 -1
- package/es/custom-image/actions/CustomResizeAction.es.js.map +0 -1
- package/es/custom-image/actions/DeleteAction.es.js.map +0 -1
- package/es/custom-image/image.es.js.map +0 -1
- package/es/custom-image/specs/BlotSpec.es.js.map +0 -1
- package/es/custom-image/specs/CustomImageSpec.es.js.map +0 -1
- package/es/custom-image/specs/ImageSpec.es.js.map +0 -1
- package/es/custom-uploader.es.js.map +0 -1
- package/es/divider/index.es.js.map +0 -1
- package/es/emoji/emoji-list/people.es.js.map +0 -1
- package/es/emoji/emoji-list.es.js.map +0 -1
- package/es/emoji/emoji-map.es.js.map +0 -1
- package/es/emoji/formats/emoji-blot.es.js.map +0 -1
- package/es/emoji/index.es.js.map +0 -1
- package/es/emoji/modules/emoji.es.js.map +0 -1
- package/es/emoji/modules/toolbar-emoji.es.js.map +0 -1
- package/es/emoji/utils.es.js.map +0 -1
- package/es/file/formats/file.es.js.map +0 -1
- package/es/file/index.es.js.map +0 -1
- package/es/file/modules/file-bar.es.js.map +0 -1
- package/es/format-painter/index.es.js.map +0 -1
- package/es/fullscreen/handler.es.js.map +0 -1
- package/es/global-link/constants.es.js.map +0 -1
- package/es/global-link/formats/customer-widget-link.es.js.map +0 -1
- package/es/global-link/formats/doc-link.es.js.map +0 -1
- package/es/global-link/formats/wiki-link.es.js.map +0 -1
- package/es/global-link/formats/work-item-link.es.js.map +0 -1
- package/es/global-link/index.es.js.map +0 -1
- package/es/global-link/utils/createTable.es.js.map +0 -1
- package/es/i18n/index.es.js.map +0 -1
- package/es/link/formats/link.es.js.map +0 -1
- package/es/link/index.es.js.map +0 -1
- package/es/link/modules/tooltip.es.js.map +0 -1
- package/es/mathlive/formats.es.js.map +0 -1
- package/es/mathlive/index.es.js.map +0 -1
- package/es/mathlive/tooltip.es.js.map +0 -1
- package/es/mention/Mention.es.js.map +0 -1
- package/es/mention/MentionLink.es.js.map +0 -1
- package/es/mention/constants.es.js.map +0 -1
- package/es/quick-menu/index.es.js.map +0 -1
- package/es/screenshot/index.es.js.map +0 -1
- package/es/soft-break/index.es.js.map +0 -1
- package/es/strike/index.es.js.map +0 -1
- package/es/syntax/index.es.js.map +0 -1
- package/es/table/better-table.es.js.map +0 -1
- package/es/table/formats/header.es.js.map +0 -1
- package/es/table/formats/list.es.js.map +0 -1
- package/es/table/formats/table.es.js.map +0 -1
- package/es/table/modules/table-column-tool.es.js.map +0 -1
- package/es/table/modules/table-operation-menu.es.js.map +0 -1
- package/es/table/modules/table-scroll-bar.es.js.map +0 -1
- package/es/table/modules/table-selection.es.js.map +0 -1
- package/es/table/modules/table-selector.es.js.map +0 -1
- package/es/table/table-config.es.js.map +0 -1
- package/es/table/utils/index.es.js.map +0 -1
- package/es/table/utils/node-matchers.es.js.map +0 -1
- package/es/toolbar/better-picker.es.js.map +0 -1
- package/es/toolbar/index.es.js.map +0 -1
- package/es/toolbar/toolbar-tip.es.js.map +0 -1
- package/es/video/index.es.js.map +0 -1
- package/lib/config/icons.config.cjs.js.map +0 -1
- package/lib/counter/index.cjs.js.map +0 -1
- package/lib/custom-clipboard.cjs.js.map +0 -1
- package/lib/custom-image/BlotFormatter.cjs.js.map +0 -1
- package/lib/custom-image/Options.cjs.js.map +0 -1
- package/lib/custom-image/actions/Action.cjs.js.map +0 -1
- package/lib/custom-image/actions/CustomResizeAction.cjs.js.map +0 -1
- package/lib/custom-image/actions/DeleteAction.cjs.js.map +0 -1
- package/lib/custom-image/image.cjs.js.map +0 -1
- package/lib/custom-image/specs/BlotSpec.cjs.js.map +0 -1
- package/lib/custom-image/specs/CustomImageSpec.cjs.js.map +0 -1
- package/lib/custom-image/specs/ImageSpec.cjs.js.map +0 -1
- package/lib/custom-uploader.cjs.js.map +0 -1
- package/lib/divider/index.cjs.js.map +0 -1
- package/lib/emoji/emoji-list/people.cjs.js.map +0 -1
- package/lib/emoji/emoji-list.cjs.js.map +0 -1
- package/lib/emoji/emoji-map.cjs.js.map +0 -1
- package/lib/emoji/formats/emoji-blot.cjs.js.map +0 -1
- package/lib/emoji/index.cjs.js.map +0 -1
- package/lib/emoji/modules/emoji.cjs.js.map +0 -1
- package/lib/emoji/modules/toolbar-emoji.cjs.js.map +0 -1
- package/lib/emoji/utils.cjs.js.map +0 -1
- package/lib/file/formats/file.cjs.js.map +0 -1
- package/lib/file/index.cjs.js.map +0 -1
- package/lib/file/modules/file-bar.cjs.js.map +0 -1
- package/lib/format-painter/index.cjs.js.map +0 -1
- package/lib/fullscreen/handler.cjs.js.map +0 -1
- package/lib/global-link/constants.cjs.js.map +0 -1
- package/lib/global-link/formats/customer-widget-link.cjs.js.map +0 -1
- package/lib/global-link/formats/doc-link.cjs.js.map +0 -1
- package/lib/global-link/formats/wiki-link.cjs.js.map +0 -1
- package/lib/global-link/formats/work-item-link.cjs.js.map +0 -1
- package/lib/global-link/index.cjs.js.map +0 -1
- package/lib/global-link/utils/createTable.cjs.js.map +0 -1
- package/lib/i18n/index.cjs.js.map +0 -1
- package/lib/link/formats/link.cjs.js.map +0 -1
- package/lib/link/index.cjs.js.map +0 -1
- package/lib/link/modules/tooltip.cjs.js.map +0 -1
- package/lib/mathlive/formats.cjs.js.map +0 -1
- package/lib/mathlive/index.cjs.js.map +0 -1
- package/lib/mathlive/tooltip.cjs.js.map +0 -1
- package/lib/mention/Mention.cjs.js.map +0 -1
- package/lib/mention/MentionLink.cjs.js.map +0 -1
- package/lib/mention/constants.cjs.js.map +0 -1
- package/lib/quick-menu/index.cjs.js.map +0 -1
- package/lib/screenshot/index.cjs.js.map +0 -1
- package/lib/soft-break/index.cjs.js.map +0 -1
- package/lib/strike/index.cjs.js.map +0 -1
- package/lib/syntax/index.cjs.js.map +0 -1
- package/lib/table/better-table.cjs.js.map +0 -1
- package/lib/table/formats/header.cjs.js.map +0 -1
- package/lib/table/formats/list.cjs.js.map +0 -1
- package/lib/table/formats/table.cjs.js.map +0 -1
- package/lib/table/modules/table-column-tool.cjs.js.map +0 -1
- package/lib/table/modules/table-operation-menu.cjs.js.map +0 -1
- package/lib/table/modules/table-scroll-bar.cjs.js.map +0 -1
- package/lib/table/modules/table-selection.cjs.js.map +0 -1
- package/lib/table/modules/table-selector.cjs.js.map +0 -1
- package/lib/table/table-config.cjs.js.map +0 -1
- package/lib/table/utils/index.cjs.js.map +0 -1
- package/lib/table/utils/node-matchers.cjs.js.map +0 -1
- package/lib/toolbar/better-picker.cjs.js.map +0 -1
- package/lib/toolbar/index.cjs.js.map +0 -1
- package/lib/toolbar/toolbar-tip.cjs.js.map +0 -1
- package/lib/video/index.cjs.js.map +0 -1
- /package/es/{custom-image → modules/custom-image}/BlotFormatter.es.js +0 -0
- /package/es/{custom-image → modules/custom-image}/Options.es.js +0 -0
- /package/es/{custom-image → modules/custom-image}/actions/Action.es.js +0 -0
- /package/es/{custom-image → modules/custom-image}/actions/CustomResizeAction.es.js +0 -0
- /package/es/{custom-image → modules/custom-image}/actions/DeleteAction.es.js +0 -0
- /package/es/{custom-image → modules/custom-image}/specs/BlotSpec.es.js +0 -0
- /package/es/{custom-image → modules/custom-image}/specs/ImageSpec.es.js +0 -0
- /package/es/{emoji → modules/emoji}/emoji-list/index.es.js +0 -0
- /package/es/{emoji → modules/emoji}/emoji-list/index.es.js.map +0 -0
- /package/es/{emoji → modules/emoji}/emoji-list/people.es.js +0 -0
- /package/es/{emoji → modules/emoji}/emoji-list.es.js +0 -0
- /package/es/{emoji → modules/emoji}/emoji-map.es.js +0 -0
- /package/es/{emoji → modules/emoji}/formats/emoji-blot.es.js +0 -0
- /package/es/{emoji → modules/emoji}/index.es.js +0 -0
- /package/es/{emoji → modules/emoji}/modules/emoji.es.js +0 -0
- /package/es/{emoji → modules/emoji}/utils.es.js +0 -0
- /package/es/{file → modules/file}/index.es.js +0 -0
- /package/es/{global-link → modules/global-link}/constants.es.js +0 -0
- /package/es/{global-link → modules/global-link}/formats/customer-widget-link.es.js +0 -0
- /package/es/{global-link → modules/global-link}/formats/doc-link.es.js +0 -0
- /package/es/{global-link → modules/global-link}/formats/wiki-link.es.js +0 -0
- /package/es/{global-link → modules/global-link}/formats/work-item-link.es.js +0 -0
- /package/es/{global-link → modules/global-link}/global-link-panel.es.js +0 -0
- /package/es/{global-link → modules/global-link}/global-link-panel.es.js.map +0 -0
- /package/es/{global-link → modules/global-link}/utils/createTable.es.js +0 -0
- /package/es/{link → modules/link}/index.es.js +0 -0
- /package/es/{mathlive → modules/mathlive}/formats.es.js +0 -0
- /package/es/{mathlive → modules/mathlive}/index.es.js +0 -0
- /package/es/{mathlive → modules/mathlive}/tooltip.es.js +0 -0
- /package/es/{mention → modules/mention}/MentionLink.es.js +0 -0
- /package/es/{mention → modules/mention}/constants.es.js +0 -0
- /package/es/{table → modules/table}/formats/list.es.js +0 -0
- /package/es/{table → modules/table}/modules/table-column-tool.es.js +0 -0
- /package/es/{table → modules/table}/modules/table-scroll-bar.es.js +0 -0
- /package/es/{table → modules/table}/modules/table-selection.es.js +0 -0
- /package/es/{table → modules/table}/modules/table-selector.es.js +0 -0
- /package/es/{table → modules/table}/table-config.es.js +0 -0
- /package/es/{table → modules/table}/utils/index.es.js +0 -0
- /package/es/{config → ui}/icons.config.es.js +0 -0
- /package/lib/{custom-image → modules/custom-image}/BlotFormatter.cjs.js +0 -0
- /package/lib/{custom-image → modules/custom-image}/Options.cjs.js +0 -0
- /package/lib/{custom-image → modules/custom-image}/actions/Action.cjs.js +0 -0
- /package/lib/{custom-image → modules/custom-image}/actions/CustomResizeAction.cjs.js +0 -0
- /package/lib/{custom-image → modules/custom-image}/actions/DeleteAction.cjs.js +0 -0
- /package/lib/{custom-image → modules/custom-image}/specs/BlotSpec.cjs.js +0 -0
- /package/lib/{custom-image → modules/custom-image}/specs/ImageSpec.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/emoji-list/index.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/emoji-list/index.cjs.js.map +0 -0
- /package/lib/{emoji → modules/emoji}/emoji-list/people.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/emoji-list.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/emoji-map.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/formats/emoji-blot.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/index.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/modules/emoji.cjs.js +0 -0
- /package/lib/{emoji → modules/emoji}/utils.cjs.js +0 -0
- /package/lib/{file → modules/file}/index.cjs.js +0 -0
- /package/lib/{global-link → modules/global-link}/constants.cjs.js +0 -0
- /package/lib/{global-link → modules/global-link}/formats/customer-widget-link.cjs.js +0 -0
- /package/lib/{global-link → modules/global-link}/formats/doc-link.cjs.js +0 -0
- /package/lib/{global-link → modules/global-link}/formats/wiki-link.cjs.js +0 -0
- /package/lib/{global-link → modules/global-link}/formats/work-item-link.cjs.js +0 -0
- /package/lib/{global-link → modules/global-link}/global-link-panel.cjs.js +0 -0
- /package/lib/{global-link → modules/global-link}/global-link-panel.cjs.js.map +0 -0
- /package/lib/{global-link → modules/global-link}/utils/createTable.cjs.js +0 -0
- /package/lib/{link → modules/link}/index.cjs.js +0 -0
- /package/lib/{mathlive → modules/mathlive}/formats.cjs.js +0 -0
- /package/lib/{mathlive → modules/mathlive}/index.cjs.js +0 -0
- /package/lib/{mathlive → modules/mathlive}/tooltip.cjs.js +0 -0
- /package/lib/{mention → modules/mention}/MentionLink.cjs.js +0 -0
- /package/lib/{mention → modules/mention}/constants.cjs.js +0 -0
- /package/lib/{table → modules/table}/formats/list.cjs.js +0 -0
- /package/lib/{table → modules/table}/modules/table-column-tool.cjs.js +0 -0
- /package/lib/{table → modules/table}/modules/table-scroll-bar.cjs.js +0 -0
- /package/lib/{table → modules/table}/modules/table-selection.cjs.js +0 -0
- /package/lib/{table → modules/table}/modules/table-selector.cjs.js +0 -0
- /package/lib/{table → modules/table}/table-config.cjs.js +0 -0
- /package/lib/{table → modules/table}/utils/index.cjs.js +0 -0
- /package/lib/{config → ui}/icons.config.cjs.js +0 -0
|
@@ -1,229 +1,229 @@
|
|
|
1
|
-
export declare const BIG_DELTA_LIMIT = 2000;
|
|
2
|
-
export declare const LANG_CONF: {
|
|
3
|
-
'en-US': {
|
|
4
|
-
header: string;
|
|
5
|
-
normal: string;
|
|
6
|
-
h1: string;
|
|
7
|
-
h2: string;
|
|
8
|
-
h3: string;
|
|
9
|
-
h4: string;
|
|
10
|
-
h5: string;
|
|
11
|
-
h6: string;
|
|
12
|
-
lineheight: string;
|
|
13
|
-
songti: string;
|
|
14
|
-
yahei: string;
|
|
15
|
-
kaiti: string;
|
|
16
|
-
heiti: string;
|
|
17
|
-
lishu: string;
|
|
18
|
-
left: string;
|
|
19
|
-
center: string;
|
|
20
|
-
right: string;
|
|
21
|
-
codeblock: string;
|
|
22
|
-
globallink: string;
|
|
23
|
-
'exit-fullscreen': string;
|
|
24
|
-
help: string;
|
|
25
|
-
more: string;
|
|
26
|
-
'help-format': string;
|
|
27
|
-
'help-insert': string;
|
|
28
|
-
'help-operation': string;
|
|
29
|
-
mention: string;
|
|
30
|
-
'quick-menu': string;
|
|
31
|
-
'toggle-help-panel': string;
|
|
32
|
-
'scroll-table': string;
|
|
33
|
-
'mouse-wheel': string;
|
|
34
|
-
save: string;
|
|
35
|
-
'copy-cells': string;
|
|
36
|
-
'copy-table': string;
|
|
37
|
-
'cut-cells': string;
|
|
38
|
-
'empty-cells': string;
|
|
39
|
-
'insert-row-up': string;
|
|
40
|
-
'insert-row-down': string;
|
|
41
|
-
'insert-column-left': string;
|
|
42
|
-
'insert-column-right': string;
|
|
43
|
-
'merge-cells': string;
|
|
44
|
-
'unmerge-cells': string;
|
|
45
|
-
'delete-row': string;
|
|
46
|
-
'delete-column': string;
|
|
47
|
-
'delete-table': string;
|
|
48
|
-
'default-link-text': string;
|
|
49
|
-
basicblock: string;
|
|
50
|
-
linkplaceholder: string;
|
|
51
|
-
'counter-template': string;
|
|
52
|
-
char: string;
|
|
53
|
-
word: string;
|
|
54
|
-
'counter-limit-tips': string;
|
|
55
|
-
'ie-msg': string;
|
|
56
|
-
loading: string;
|
|
57
|
-
pasting: string;
|
|
58
|
-
'img-error': string;
|
|
59
|
-
'img-error-info': string;
|
|
60
|
-
'last-modified': string;
|
|
61
|
-
screenshot: string;
|
|
62
|
-
uploading: string;
|
|
63
|
-
'sub-title-bg-color': string;
|
|
64
|
-
emoji: string;
|
|
65
|
-
fullscreen: string;
|
|
66
|
-
blockquote: string;
|
|
67
|
-
undo: string;
|
|
68
|
-
redo: string;
|
|
69
|
-
clean: string;
|
|
70
|
-
bold: string;
|
|
71
|
-
italic: string;
|
|
72
|
-
underline: string;
|
|
73
|
-
strike: string;
|
|
74
|
-
image: string;
|
|
75
|
-
file: string;
|
|
76
|
-
table: string;
|
|
77
|
-
link: string;
|
|
78
|
-
code: string;
|
|
79
|
-
'better-table': string;
|
|
80
|
-
'code-block': string;
|
|
81
|
-
formula: string;
|
|
82
|
-
'format-painter': string;
|
|
83
|
-
divider: string;
|
|
84
|
-
video: string;
|
|
85
|
-
color: string;
|
|
86
|
-
background: string;
|
|
87
|
-
font: string;
|
|
88
|
-
size: string;
|
|
89
|
-
'list-ordered': string;
|
|
90
|
-
'list-bullet': string;
|
|
91
|
-
'list-check': string;
|
|
92
|
-
'align-left': string;
|
|
93
|
-
'align-center': string;
|
|
94
|
-
'align-right': string;
|
|
95
|
-
'align-justify': string;
|
|
96
|
-
'direction-ltr': string;
|
|
97
|
-
'direction-rtl': string;
|
|
98
|
-
'indent--1': string;
|
|
99
|
-
'indent-+1': string;
|
|
100
|
-
'script-super': string;
|
|
101
|
-
'script-sub': string;
|
|
102
|
-
'header-normal': string;
|
|
103
|
-
'header-1': string;
|
|
104
|
-
'header-2': string;
|
|
105
|
-
'header-3': string;
|
|
106
|
-
'header-4': string;
|
|
107
|
-
'header-5': string;
|
|
108
|
-
'header-6': string;
|
|
109
|
-
'header-list': string;
|
|
110
|
-
};
|
|
111
|
-
'zh-CN': {
|
|
112
|
-
header: string;
|
|
113
|
-
normal: string;
|
|
114
|
-
h1: string;
|
|
115
|
-
h2: string;
|
|
116
|
-
h3: string;
|
|
117
|
-
h4: string;
|
|
118
|
-
h5: string;
|
|
119
|
-
h6: string;
|
|
120
|
-
lineheight: string;
|
|
121
|
-
songti: string;
|
|
122
|
-
yahei: string;
|
|
123
|
-
kaiti: string;
|
|
124
|
-
heiti: string;
|
|
125
|
-
lishu: string;
|
|
126
|
-
left: string;
|
|
127
|
-
center: string;
|
|
128
|
-
right: string;
|
|
129
|
-
codeblock: string;
|
|
130
|
-
globallink: string;
|
|
131
|
-
'exit-fullscreen': string;
|
|
132
|
-
help: string;
|
|
133
|
-
more: string;
|
|
134
|
-
'help-format': string;
|
|
135
|
-
'help-insert': string;
|
|
136
|
-
'help-operation': string;
|
|
137
|
-
mention: string;
|
|
138
|
-
'quick-menu': string;
|
|
139
|
-
'toggle-help-panel': string;
|
|
140
|
-
'scroll-table': string;
|
|
141
|
-
'mouse-wheel': string;
|
|
142
|
-
save: string;
|
|
143
|
-
'copy-cells': string;
|
|
144
|
-
'copy-table': string;
|
|
145
|
-
'cut-cells': string;
|
|
146
|
-
'empty-cells': string;
|
|
147
|
-
'insert-row-up': string;
|
|
148
|
-
'insert-row-down': string;
|
|
149
|
-
'insert-column-left': string;
|
|
150
|
-
'insert-column-right': string;
|
|
151
|
-
'merge-cells': string;
|
|
152
|
-
'unmerge-cells': string;
|
|
153
|
-
'delete-row': string;
|
|
154
|
-
'delete-column': string;
|
|
155
|
-
'delete-table': string;
|
|
156
|
-
'default-link-text': string;
|
|
157
|
-
basicblock: string;
|
|
158
|
-
linkplaceholder: string;
|
|
159
|
-
'counter-template': string;
|
|
160
|
-
char: string;
|
|
161
|
-
word: string;
|
|
162
|
-
'counter-limit-tips': string;
|
|
163
|
-
'ie-msg': string;
|
|
164
|
-
loading: string;
|
|
165
|
-
pasting: string;
|
|
166
|
-
'img-error': string;
|
|
167
|
-
'img-error-info': string;
|
|
168
|
-
'last-modified': string;
|
|
169
|
-
screenshot: string;
|
|
170
|
-
uploading: string;
|
|
171
|
-
'sub-title-bg-color': string;
|
|
172
|
-
emoji: string;
|
|
173
|
-
fullscreen: string;
|
|
174
|
-
blockquote: string;
|
|
175
|
-
undo: string;
|
|
176
|
-
redo: string;
|
|
177
|
-
clean: string;
|
|
178
|
-
bold: string;
|
|
179
|
-
italic: string;
|
|
180
|
-
underline: string;
|
|
181
|
-
strike: string;
|
|
182
|
-
image: string;
|
|
183
|
-
file: string;
|
|
184
|
-
table: string;
|
|
185
|
-
link: string;
|
|
186
|
-
divider: string;
|
|
187
|
-
code: string;
|
|
188
|
-
'better-table': string;
|
|
189
|
-
'code-block': string;
|
|
190
|
-
formula: string;
|
|
191
|
-
'format-painter': string;
|
|
192
|
-
video: string;
|
|
193
|
-
color: string;
|
|
194
|
-
background: string;
|
|
195
|
-
font: string;
|
|
196
|
-
size: string;
|
|
197
|
-
'list-ordered': string;
|
|
198
|
-
'list-bullet': string;
|
|
199
|
-
'list-check': string;
|
|
200
|
-
'align-left': string;
|
|
201
|
-
'align-center': string;
|
|
202
|
-
'align-right': string;
|
|
203
|
-
'align-justify': string;
|
|
204
|
-
'direction-ltr': string;
|
|
205
|
-
'direction-rtl': string;
|
|
206
|
-
'indent--1': string;
|
|
207
|
-
'indent-+1': string;
|
|
208
|
-
'script-super': string;
|
|
209
|
-
'script-sub': string;
|
|
210
|
-
'header-normal': string;
|
|
211
|
-
'header-1': string;
|
|
212
|
-
'header-2': string;
|
|
213
|
-
'header-3': string;
|
|
214
|
-
'header-4': string;
|
|
215
|
-
'header-5': string;
|
|
216
|
-
'header-6': string;
|
|
217
|
-
'header-list': string;
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
export declare const CHANGE_LANGUAGE_EVENT = "change-language";
|
|
221
|
-
export declare const defaultLanguage = "en-US";
|
|
222
|
-
export declare const IMAGE_UPLOADER_MIME_TYPES: string[];
|
|
223
|
-
export declare const OTHER_FILE_UPLOADER_MIME_TYPES: string[];
|
|
224
|
-
export declare const AUDIO_VIDEO_UPLOADER_MIME_TYPES: string[];
|
|
225
|
-
export declare const DOC_UPLOADER_MIME_TYPES: string[];
|
|
226
|
-
export declare const XSL_UPLOADER_MIME_TYPES: string[];
|
|
227
|
-
export declare const PPT_UPLOADER_MIME_TYPES: string[];
|
|
228
|
-
export declare const COMPRESSED_UPLOADER_MIME_TYPES: string[];
|
|
229
|
-
export declare const FILE_UPLOADER_MIME_TYPES: string[];
|
|
1
|
+
export declare const BIG_DELTA_LIMIT = 2000;
|
|
2
|
+
export declare const LANG_CONF: {
|
|
3
|
+
'en-US': {
|
|
4
|
+
header: string;
|
|
5
|
+
normal: string;
|
|
6
|
+
h1: string;
|
|
7
|
+
h2: string;
|
|
8
|
+
h3: string;
|
|
9
|
+
h4: string;
|
|
10
|
+
h5: string;
|
|
11
|
+
h6: string;
|
|
12
|
+
lineheight: string;
|
|
13
|
+
songti: string;
|
|
14
|
+
yahei: string;
|
|
15
|
+
kaiti: string;
|
|
16
|
+
heiti: string;
|
|
17
|
+
lishu: string;
|
|
18
|
+
left: string;
|
|
19
|
+
center: string;
|
|
20
|
+
right: string;
|
|
21
|
+
codeblock: string;
|
|
22
|
+
globallink: string;
|
|
23
|
+
'exit-fullscreen': string;
|
|
24
|
+
help: string;
|
|
25
|
+
more: string;
|
|
26
|
+
'help-format': string;
|
|
27
|
+
'help-insert': string;
|
|
28
|
+
'help-operation': string;
|
|
29
|
+
mention: string;
|
|
30
|
+
'quick-menu': string;
|
|
31
|
+
'toggle-help-panel': string;
|
|
32
|
+
'scroll-table': string;
|
|
33
|
+
'mouse-wheel': string;
|
|
34
|
+
save: string;
|
|
35
|
+
'copy-cells': string;
|
|
36
|
+
'copy-table': string;
|
|
37
|
+
'cut-cells': string;
|
|
38
|
+
'empty-cells': string;
|
|
39
|
+
'insert-row-up': string;
|
|
40
|
+
'insert-row-down': string;
|
|
41
|
+
'insert-column-left': string;
|
|
42
|
+
'insert-column-right': string;
|
|
43
|
+
'merge-cells': string;
|
|
44
|
+
'unmerge-cells': string;
|
|
45
|
+
'delete-row': string;
|
|
46
|
+
'delete-column': string;
|
|
47
|
+
'delete-table': string;
|
|
48
|
+
'default-link-text': string;
|
|
49
|
+
basicblock: string;
|
|
50
|
+
linkplaceholder: string;
|
|
51
|
+
'counter-template': string;
|
|
52
|
+
char: string;
|
|
53
|
+
word: string;
|
|
54
|
+
'counter-limit-tips': string;
|
|
55
|
+
'ie-msg': string;
|
|
56
|
+
loading: string;
|
|
57
|
+
pasting: string;
|
|
58
|
+
'img-error': string;
|
|
59
|
+
'img-error-info': string;
|
|
60
|
+
'last-modified': string;
|
|
61
|
+
screenshot: string;
|
|
62
|
+
uploading: string;
|
|
63
|
+
'sub-title-bg-color': string;
|
|
64
|
+
emoji: string;
|
|
65
|
+
fullscreen: string;
|
|
66
|
+
blockquote: string;
|
|
67
|
+
undo: string;
|
|
68
|
+
redo: string;
|
|
69
|
+
clean: string;
|
|
70
|
+
bold: string;
|
|
71
|
+
italic: string;
|
|
72
|
+
underline: string;
|
|
73
|
+
strike: string;
|
|
74
|
+
image: string;
|
|
75
|
+
file: string;
|
|
76
|
+
table: string;
|
|
77
|
+
link: string;
|
|
78
|
+
code: string;
|
|
79
|
+
'better-table': string;
|
|
80
|
+
'code-block': string;
|
|
81
|
+
formula: string;
|
|
82
|
+
'format-painter': string;
|
|
83
|
+
divider: string;
|
|
84
|
+
video: string;
|
|
85
|
+
color: string;
|
|
86
|
+
background: string;
|
|
87
|
+
font: string;
|
|
88
|
+
size: string;
|
|
89
|
+
'list-ordered': string;
|
|
90
|
+
'list-bullet': string;
|
|
91
|
+
'list-check': string;
|
|
92
|
+
'align-left': string;
|
|
93
|
+
'align-center': string;
|
|
94
|
+
'align-right': string;
|
|
95
|
+
'align-justify': string;
|
|
96
|
+
'direction-ltr': string;
|
|
97
|
+
'direction-rtl': string;
|
|
98
|
+
'indent--1': string;
|
|
99
|
+
'indent-+1': string;
|
|
100
|
+
'script-super': string;
|
|
101
|
+
'script-sub': string;
|
|
102
|
+
'header-normal': string;
|
|
103
|
+
'header-1': string;
|
|
104
|
+
'header-2': string;
|
|
105
|
+
'header-3': string;
|
|
106
|
+
'header-4': string;
|
|
107
|
+
'header-5': string;
|
|
108
|
+
'header-6': string;
|
|
109
|
+
'header-list': string;
|
|
110
|
+
};
|
|
111
|
+
'zh-CN': {
|
|
112
|
+
header: string;
|
|
113
|
+
normal: string;
|
|
114
|
+
h1: string;
|
|
115
|
+
h2: string;
|
|
116
|
+
h3: string;
|
|
117
|
+
h4: string;
|
|
118
|
+
h5: string;
|
|
119
|
+
h6: string;
|
|
120
|
+
lineheight: string;
|
|
121
|
+
songti: string;
|
|
122
|
+
yahei: string;
|
|
123
|
+
kaiti: string;
|
|
124
|
+
heiti: string;
|
|
125
|
+
lishu: string;
|
|
126
|
+
left: string;
|
|
127
|
+
center: string;
|
|
128
|
+
right: string;
|
|
129
|
+
codeblock: string;
|
|
130
|
+
globallink: string;
|
|
131
|
+
'exit-fullscreen': string;
|
|
132
|
+
help: string;
|
|
133
|
+
more: string;
|
|
134
|
+
'help-format': string;
|
|
135
|
+
'help-insert': string;
|
|
136
|
+
'help-operation': string;
|
|
137
|
+
mention: string;
|
|
138
|
+
'quick-menu': string;
|
|
139
|
+
'toggle-help-panel': string;
|
|
140
|
+
'scroll-table': string;
|
|
141
|
+
'mouse-wheel': string;
|
|
142
|
+
save: string;
|
|
143
|
+
'copy-cells': string;
|
|
144
|
+
'copy-table': string;
|
|
145
|
+
'cut-cells': string;
|
|
146
|
+
'empty-cells': string;
|
|
147
|
+
'insert-row-up': string;
|
|
148
|
+
'insert-row-down': string;
|
|
149
|
+
'insert-column-left': string;
|
|
150
|
+
'insert-column-right': string;
|
|
151
|
+
'merge-cells': string;
|
|
152
|
+
'unmerge-cells': string;
|
|
153
|
+
'delete-row': string;
|
|
154
|
+
'delete-column': string;
|
|
155
|
+
'delete-table': string;
|
|
156
|
+
'default-link-text': string;
|
|
157
|
+
basicblock: string;
|
|
158
|
+
linkplaceholder: string;
|
|
159
|
+
'counter-template': string;
|
|
160
|
+
char: string;
|
|
161
|
+
word: string;
|
|
162
|
+
'counter-limit-tips': string;
|
|
163
|
+
'ie-msg': string;
|
|
164
|
+
loading: string;
|
|
165
|
+
pasting: string;
|
|
166
|
+
'img-error': string;
|
|
167
|
+
'img-error-info': string;
|
|
168
|
+
'last-modified': string;
|
|
169
|
+
screenshot: string;
|
|
170
|
+
uploading: string;
|
|
171
|
+
'sub-title-bg-color': string;
|
|
172
|
+
emoji: string;
|
|
173
|
+
fullscreen: string;
|
|
174
|
+
blockquote: string;
|
|
175
|
+
undo: string;
|
|
176
|
+
redo: string;
|
|
177
|
+
clean: string;
|
|
178
|
+
bold: string;
|
|
179
|
+
italic: string;
|
|
180
|
+
underline: string;
|
|
181
|
+
strike: string;
|
|
182
|
+
image: string;
|
|
183
|
+
file: string;
|
|
184
|
+
table: string;
|
|
185
|
+
link: string;
|
|
186
|
+
divider: string;
|
|
187
|
+
code: string;
|
|
188
|
+
'better-table': string;
|
|
189
|
+
'code-block': string;
|
|
190
|
+
formula: string;
|
|
191
|
+
'format-painter': string;
|
|
192
|
+
video: string;
|
|
193
|
+
color: string;
|
|
194
|
+
background: string;
|
|
195
|
+
font: string;
|
|
196
|
+
size: string;
|
|
197
|
+
'list-ordered': string;
|
|
198
|
+
'list-bullet': string;
|
|
199
|
+
'list-check': string;
|
|
200
|
+
'align-left': string;
|
|
201
|
+
'align-center': string;
|
|
202
|
+
'align-right': string;
|
|
203
|
+
'align-justify': string;
|
|
204
|
+
'direction-ltr': string;
|
|
205
|
+
'direction-rtl': string;
|
|
206
|
+
'indent--1': string;
|
|
207
|
+
'indent-+1': string;
|
|
208
|
+
'script-super': string;
|
|
209
|
+
'script-sub': string;
|
|
210
|
+
'header-normal': string;
|
|
211
|
+
'header-1': string;
|
|
212
|
+
'header-2': string;
|
|
213
|
+
'header-3': string;
|
|
214
|
+
'header-4': string;
|
|
215
|
+
'header-5': string;
|
|
216
|
+
'header-6': string;
|
|
217
|
+
'header-list': string;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
export declare const CHANGE_LANGUAGE_EVENT = "change-language";
|
|
221
|
+
export declare const defaultLanguage = "en-US";
|
|
222
|
+
export declare const IMAGE_UPLOADER_MIME_TYPES: string[];
|
|
223
|
+
export declare const OTHER_FILE_UPLOADER_MIME_TYPES: string[];
|
|
224
|
+
export declare const AUDIO_VIDEO_UPLOADER_MIME_TYPES: string[];
|
|
225
|
+
export declare const DOC_UPLOADER_MIME_TYPES: string[];
|
|
226
|
+
export declare const XSL_UPLOADER_MIME_TYPES: string[];
|
|
227
|
+
export declare const PPT_UPLOADER_MIME_TYPES: string[];
|
|
228
|
+
export declare const COMPRESSED_UPLOADER_MIME_TYPES: string[];
|
|
229
|
+
export declare const FILE_UPLOADER_MIME_TYPES: string[];
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
export declare function hexToRgbA(hex: string): string;
|
|
2
|
-
/**
|
|
3
|
-
* 将File格式的图片转换成Url格式
|
|
4
|
-
* @param imageFile File格式的图片
|
|
5
|
-
*/
|
|
6
|
-
export declare function imageFileToUrl(imageFile: any): Promise<unknown>;
|
|
7
|
-
/**
|
|
8
|
-
* 将Url格式的图片转换成File格式
|
|
9
|
-
* @param imageUrl 图片的URL
|
|
10
|
-
*/
|
|
11
|
-
export declare function imageUrlToFile(imageUrl: any, isErrorImage?: boolean): Promise<unknown>;
|
|
12
|
-
export declare function insideTable(range?: any, quill?: any): boolean;
|
|
13
|
-
export declare function isNullOrUndefined(param: any): boolean;
|
|
14
|
-
/**
|
|
15
|
-
* omit
|
|
16
|
-
* @param obj target Object
|
|
17
|
-
* @param uselessKeys keys of removed properties
|
|
18
|
-
* @return new Object without useless properties
|
|
19
|
-
*/
|
|
20
|
-
export declare function omit(obj: any, uselessKeys: any): {};
|
|
21
|
-
/**
|
|
22
|
-
* 将delta中的图片替换成制定的图片数组,用于图片上传到服务器的场景
|
|
23
|
-
* @param delta 原始delta
|
|
24
|
-
* @param imageUrls 图片数组
|
|
25
|
-
* @param imagePlaceholder 标识是否是占位图的数组,与图片数组一一对应
|
|
26
|
-
* @return 替换之后的delta
|
|
27
|
-
*/
|
|
28
|
-
export declare function replaceDeltaImage(delta: any, imageUrls: any, imagePlaceholder: any): any;
|
|
29
|
-
export declare function splitWithBreak(insertContent: string): any[];
|
|
30
|
-
/**
|
|
31
|
-
* getEventComposedPath
|
|
32
|
-
* compatibility fixed for Event.path/Event.composedPath
|
|
33
|
-
* Event.path is only for chrome/opera
|
|
34
|
-
* Event.composedPath is for Safari, FF
|
|
35
|
-
* Neither for Micro Edge
|
|
36
|
-
* @return an array of event.path
|
|
37
|
-
*/
|
|
38
|
-
export declare function getEventComposedPath(evt: any): any;
|
|
39
|
-
export declare function sanitize(url: any, protocols: any): any;
|
|
40
|
-
export declare function hadProtocol(url: string): boolean;
|
|
41
|
-
export declare function isInside(position: any, dom: any): boolean;
|
|
42
|
-
export declare const isPureIE: boolean;
|
|
1
|
+
export declare function hexToRgbA(hex: string): string;
|
|
2
|
+
/**
|
|
3
|
+
* 将File格式的图片转换成Url格式
|
|
4
|
+
* @param imageFile File格式的图片
|
|
5
|
+
*/
|
|
6
|
+
export declare function imageFileToUrl(imageFile: any): Promise<unknown>;
|
|
7
|
+
/**
|
|
8
|
+
* 将Url格式的图片转换成File格式
|
|
9
|
+
* @param imageUrl 图片的URL
|
|
10
|
+
*/
|
|
11
|
+
export declare function imageUrlToFile(imageUrl: any, isErrorImage?: boolean): Promise<unknown>;
|
|
12
|
+
export declare function insideTable(range?: any, quill?: any): boolean;
|
|
13
|
+
export declare function isNullOrUndefined(param: any): boolean;
|
|
14
|
+
/**
|
|
15
|
+
* omit
|
|
16
|
+
* @param obj target Object
|
|
17
|
+
* @param uselessKeys keys of removed properties
|
|
18
|
+
* @return new Object without useless properties
|
|
19
|
+
*/
|
|
20
|
+
export declare function omit(obj: any, uselessKeys: any): {};
|
|
21
|
+
/**
|
|
22
|
+
* 将delta中的图片替换成制定的图片数组,用于图片上传到服务器的场景
|
|
23
|
+
* @param delta 原始delta
|
|
24
|
+
* @param imageUrls 图片数组
|
|
25
|
+
* @param imagePlaceholder 标识是否是占位图的数组,与图片数组一一对应
|
|
26
|
+
* @return 替换之后的delta
|
|
27
|
+
*/
|
|
28
|
+
export declare function replaceDeltaImage(delta: any, imageUrls: any, imagePlaceholder: any): any;
|
|
29
|
+
export declare function splitWithBreak(insertContent: string): any[];
|
|
30
|
+
/**
|
|
31
|
+
* getEventComposedPath
|
|
32
|
+
* compatibility fixed for Event.path/Event.composedPath
|
|
33
|
+
* Event.path is only for chrome/opera
|
|
34
|
+
* Event.composedPath is for Safari, FF
|
|
35
|
+
* Neither for Micro Edge
|
|
36
|
+
* @return an array of event.path
|
|
37
|
+
*/
|
|
38
|
+
export declare function getEventComposedPath(evt: any): any;
|
|
39
|
+
export declare function sanitize(url: any, protocols: any): any;
|
|
40
|
+
export declare function hadProtocol(url: string): boolean;
|
|
41
|
+
export declare function isInside(position: any, dom: any): boolean;
|
|
42
|
+
export declare const isPureIE: boolean;
|