@progress/kendo-vue-editor 5.3.0-dev.202410141143 → 5.3.0-develop.2
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/Editor.js +8 -0
- package/Editor.mjs +584 -0
- package/README.md +25 -31
- package/config/defaultStyles.js +204 -0
- package/config/defaultStyles.mjs +209 -0
- package/config/schema.js +8 -0
- package/config/schema.mjs +44 -0
- package/config/shortcuts.js +8 -0
- package/config/shortcuts.mjs +41 -0
- package/config/toolsSettings.js +8 -0
- package/config/toolsSettings.mjs +558 -0
- package/dialogs/FindReplace.js +8 -0
- package/dialogs/FindReplace.mjs +366 -0
- package/dialogs/insertImage.js +8 -0
- package/dialogs/insertImage.mjs +211 -0
- package/dialogs/insertLink.js +8 -0
- package/dialogs/insertLink.mjs +164 -0
- package/dialogs/viewHtml.js +8 -0
- package/dialogs/viewHtml.mjs +128 -0
- package/dist/cdn/js/kendo-vue-editor.js +8 -1
- package/index.d.mts +2936 -0
- package/index.d.ts +2936 -0
- package/index.js +8 -0
- package/index.mjs +207 -0
- package/messages/main.js +8 -0
- package/messages/main.mjs +182 -0
- package/package-metadata.js +8 -0
- package/package-metadata.mjs +18 -0
- package/package.json +23 -62
- package/tools/align.js +8 -0
- package/tools/align.mjs +69 -0
- package/tools/applyColor.js +8 -0
- package/tools/applyColor.mjs +71 -0
- package/tools/cleanFormatting.js +8 -0
- package/tools/cleanFormatting.mjs +65 -0
- package/tools/findReplace.js +8 -0
- package/tools/findReplace.mjs +67 -0
- package/tools/fontStyle.js +8 -0
- package/tools/fontStyle.mjs +104 -0
- package/tools/formatBlock.js +8 -0
- package/tools/formatBlock.mjs +96 -0
- package/tools/indent.js +8 -0
- package/tools/indent.mjs +63 -0
- package/tools/inlineFormat.js +8 -0
- package/tools/inlineFormat.mjs +80 -0
- package/tools/insertImage.js +8 -0
- package/tools/insertImage.mjs +77 -0
- package/tools/insertLink.js +8 -0
- package/tools/insertLink.mjs +76 -0
- package/tools/insertTable/popup.js +8 -0
- package/tools/insertTable/popup.mjs +105 -0
- package/tools/insertTable/popupGrid.js +8 -0
- package/tools/insertTable/popupGrid.mjs +83 -0
- package/tools/insertTable/tool.js +8 -0
- package/tools/insertTable/tool.mjs +98 -0
- package/tools/lists.js +8 -0
- package/tools/lists.mjs +77 -0
- package/tools/outdent.js +8 -0
- package/tools/outdent.mjs +75 -0
- package/tools/pdf.js +8 -0
- package/tools/pdf.mjs +63 -0
- package/tools/print.js +8 -0
- package/tools/print.mjs +58 -0
- package/tools/proseMirrorTool.js +8 -0
- package/tools/proseMirrorTool.mjs +61 -0
- package/tools/selectAll.js +8 -0
- package/tools/selectAll.mjs +56 -0
- package/tools/unlink.js +8 -0
- package/tools/unlink.mjs +64 -0
- package/tools/utils.js +8 -0
- package/tools/utils.mjs +18 -0
- package/tools/viewHtml.js +8 -0
- package/tools/viewHtml.mjs +72 -0
- package/utils/browser-detection.js +8 -0
- package/utils/browser-detection.mjs +11 -0
- package/utils/controlled-value.js +8 -0
- package/utils/controlled-value.mjs +18 -0
- package/utils/main.js +8 -0
- package/utils/main.mjs +162 -0
- package/utils/props-key.js +8 -0
- package/utils/props-key.mjs +12 -0
- package/dist/es/Editor.d.ts +0 -283
- package/dist/es/Editor.js +0 -812
- package/dist/es/EditorProps.d.ts +0 -194
- package/dist/es/EditorProps.js +0 -1
- package/dist/es/additionalTypes.ts +0 -21
- package/dist/es/config/defaultStyles.d.ts +0 -12
- package/dist/es/config/defaultStyles.js +0 -12
- package/dist/es/config/pasteSettings.d.ts +0 -6
- package/dist/es/config/pasteSettings.js +0 -1
- package/dist/es/config/schema.d.ts +0 -8
- package/dist/es/config/schema.js +0 -51
- package/dist/es/config/shortcuts.d.ts +0 -24
- package/dist/es/config/shortcuts.js +0 -61
- package/dist/es/config/toolsSettings.d.ts +0 -489
- package/dist/es/config/toolsSettings.js +0 -528
- package/dist/es/dialogs/EditorDialogProps.d.ts +0 -23
- package/dist/es/dialogs/EditorDialogProps.js +0 -1
- package/dist/es/dialogs/FindReplace.d.ts +0 -70
- package/dist/es/dialogs/FindReplace.js +0 -909
- package/dist/es/dialogs/insertImage.d.ts +0 -54
- package/dist/es/dialogs/insertImage.js +0 -1164
- package/dist/es/dialogs/insertLink.d.ts +0 -52
- package/dist/es/dialogs/insertLink.js +0 -826
- package/dist/es/dialogs/main.d.ts +0 -1
- package/dist/es/dialogs/main.js +0 -42
- package/dist/es/dialogs/viewHtml.d.ts +0 -51
- package/dist/es/dialogs/viewHtml.js +0 -201
- package/dist/es/main.d.ts +0 -192
- package/dist/es/main.js +0 -217
- package/dist/es/messages/main.d.ts +0 -172
- package/dist/es/messages/main.js +0 -503
- package/dist/es/package-metadata.d.ts +0 -5
- package/dist/es/package-metadata.js +0 -11
- package/dist/es/tools/ToolProps.d.ts +0 -35
- package/dist/es/tools/ToolProps.js +0 -1
- package/dist/es/tools/align.d.ts +0 -42
- package/dist/es/tools/align.js +0 -111
- package/dist/es/tools/applyColor.d.ts +0 -45
- package/dist/es/tools/applyColor.js +0 -100
- package/dist/es/tools/cleanFormatting.d.ts +0 -49
- package/dist/es/tools/cleanFormatting.js +0 -107
- package/dist/es/tools/findReplace.d.ts +0 -43
- package/dist/es/tools/findReplace.js +0 -115
- package/dist/es/tools/fontStyle.d.ts +0 -55
- package/dist/es/tools/fontStyle.js +0 -150
- package/dist/es/tools/formatBlock.d.ts +0 -45
- package/dist/es/tools/formatBlock.js +0 -145
- package/dist/es/tools/history.d.ts +0 -18
- package/dist/es/tools/history.js +0 -3
- package/dist/es/tools/indent.d.ts +0 -44
- package/dist/es/tools/indent.js +0 -121
- package/dist/es/tools/inlineFormat.d.ts +0 -74
- package/dist/es/tools/inlineFormat.js +0 -120
- package/dist/es/tools/insertImage.d.ts +0 -46
- package/dist/es/tools/insertImage.js +0 -126
- package/dist/es/tools/insertLink.d.ts +0 -46
- package/dist/es/tools/insertLink.js +0 -126
- package/dist/es/tools/insertTable/popup.d.ts +0 -80
- package/dist/es/tools/insertTable/popup.js +0 -177
- package/dist/es/tools/insertTable/popupGrid.d.ts +0 -51
- package/dist/es/tools/insertTable/popupGrid.js +0 -131
- package/dist/es/tools/insertTable/tool.d.ts +0 -53
- package/dist/es/tools/insertTable/tool.js +0 -157
- package/dist/es/tools/lists.d.ts +0 -48
- package/dist/es/tools/lists.js +0 -124
- package/dist/es/tools/main.d.ts +0 -95
- package/dist/es/tools/main.js +0 -1
- package/dist/es/tools/outdent.d.ts +0 -44
- package/dist/es/tools/outdent.js +0 -123
- package/dist/es/tools/pdf.d.ts +0 -58
- package/dist/es/tools/pdf.js +0 -100
- package/dist/es/tools/print.d.ts +0 -49
- package/dist/es/tools/print.js +0 -103
- package/dist/es/tools/proseMirrorTool.d.ts +0 -48
- package/dist/es/tools/proseMirrorTool.js +0 -104
- package/dist/es/tools/selectAll.d.ts +0 -49
- package/dist/es/tools/selectAll.js +0 -97
- package/dist/es/tools/tableEdit.d.ts +0 -51
- package/dist/es/tools/tableEdit.js +0 -34
- package/dist/es/tools/unlink.d.ts +0 -47
- package/dist/es/tools/unlink.js +0 -104
- package/dist/es/tools/utils.d.ts +0 -18
- package/dist/es/tools/utils.js +0 -31
- package/dist/es/tools/viewHtml.d.ts +0 -54
- package/dist/es/tools/viewHtml.js +0 -121
- package/dist/es/utils/browser-detection.d.ts +0 -4
- package/dist/es/utils/browser-detection.js +0 -5
- package/dist/es/utils/controlled-value.d.ts +0 -5
- package/dist/es/utils/controlled-value.js +0 -31
- package/dist/es/utils/main.d.ts +0 -357
- package/dist/es/utils/main.js +0 -422
- package/dist/es/utils/props-key.d.ts +0 -5
- package/dist/es/utils/props-key.js +0 -5
- package/dist/esm/Editor.d.ts +0 -283
- package/dist/esm/Editor.js +0 -812
- package/dist/esm/EditorProps.d.ts +0 -194
- package/dist/esm/EditorProps.js +0 -1
- package/dist/esm/additionalTypes.ts +0 -21
- package/dist/esm/config/defaultStyles.d.ts +0 -12
- package/dist/esm/config/defaultStyles.js +0 -12
- package/dist/esm/config/pasteSettings.d.ts +0 -6
- package/dist/esm/config/pasteSettings.js +0 -1
- package/dist/esm/config/schema.d.ts +0 -8
- package/dist/esm/config/schema.js +0 -51
- package/dist/esm/config/shortcuts.d.ts +0 -24
- package/dist/esm/config/shortcuts.js +0 -61
- package/dist/esm/config/toolsSettings.d.ts +0 -489
- package/dist/esm/config/toolsSettings.js +0 -528
- package/dist/esm/dialogs/EditorDialogProps.d.ts +0 -23
- package/dist/esm/dialogs/EditorDialogProps.js +0 -1
- package/dist/esm/dialogs/FindReplace.d.ts +0 -70
- package/dist/esm/dialogs/FindReplace.js +0 -909
- package/dist/esm/dialogs/insertImage.d.ts +0 -54
- package/dist/esm/dialogs/insertImage.js +0 -1164
- package/dist/esm/dialogs/insertLink.d.ts +0 -52
- package/dist/esm/dialogs/insertLink.js +0 -826
- package/dist/esm/dialogs/main.d.ts +0 -1
- package/dist/esm/dialogs/main.js +0 -42
- package/dist/esm/dialogs/viewHtml.d.ts +0 -51
- package/dist/esm/dialogs/viewHtml.js +0 -201
- package/dist/esm/main.d.ts +0 -192
- package/dist/esm/main.js +0 -217
- package/dist/esm/messages/main.d.ts +0 -172
- package/dist/esm/messages/main.js +0 -503
- package/dist/esm/package-metadata.d.ts +0 -5
- package/dist/esm/package-metadata.js +0 -11
- package/dist/esm/package.json +0 -3
- package/dist/esm/tools/ToolProps.d.ts +0 -35
- package/dist/esm/tools/ToolProps.js +0 -1
- package/dist/esm/tools/align.d.ts +0 -42
- package/dist/esm/tools/align.js +0 -111
- package/dist/esm/tools/applyColor.d.ts +0 -45
- package/dist/esm/tools/applyColor.js +0 -100
- package/dist/esm/tools/cleanFormatting.d.ts +0 -49
- package/dist/esm/tools/cleanFormatting.js +0 -107
- package/dist/esm/tools/findReplace.d.ts +0 -43
- package/dist/esm/tools/findReplace.js +0 -115
- package/dist/esm/tools/fontStyle.d.ts +0 -55
- package/dist/esm/tools/fontStyle.js +0 -150
- package/dist/esm/tools/formatBlock.d.ts +0 -45
- package/dist/esm/tools/formatBlock.js +0 -145
- package/dist/esm/tools/history.d.ts +0 -18
- package/dist/esm/tools/history.js +0 -3
- package/dist/esm/tools/indent.d.ts +0 -44
- package/dist/esm/tools/indent.js +0 -121
- package/dist/esm/tools/inlineFormat.d.ts +0 -74
- package/dist/esm/tools/inlineFormat.js +0 -120
- package/dist/esm/tools/insertImage.d.ts +0 -46
- package/dist/esm/tools/insertImage.js +0 -126
- package/dist/esm/tools/insertLink.d.ts +0 -46
- package/dist/esm/tools/insertLink.js +0 -126
- package/dist/esm/tools/insertTable/popup.d.ts +0 -80
- package/dist/esm/tools/insertTable/popup.js +0 -177
- package/dist/esm/tools/insertTable/popupGrid.d.ts +0 -51
- package/dist/esm/tools/insertTable/popupGrid.js +0 -131
- package/dist/esm/tools/insertTable/tool.d.ts +0 -53
- package/dist/esm/tools/insertTable/tool.js +0 -157
- package/dist/esm/tools/lists.d.ts +0 -48
- package/dist/esm/tools/lists.js +0 -124
- package/dist/esm/tools/main.d.ts +0 -95
- package/dist/esm/tools/main.js +0 -1
- package/dist/esm/tools/outdent.d.ts +0 -44
- package/dist/esm/tools/outdent.js +0 -123
- package/dist/esm/tools/pdf.d.ts +0 -58
- package/dist/esm/tools/pdf.js +0 -100
- package/dist/esm/tools/print.d.ts +0 -49
- package/dist/esm/tools/print.js +0 -103
- package/dist/esm/tools/proseMirrorTool.d.ts +0 -48
- package/dist/esm/tools/proseMirrorTool.js +0 -104
- package/dist/esm/tools/selectAll.d.ts +0 -49
- package/dist/esm/tools/selectAll.js +0 -97
- package/dist/esm/tools/tableEdit.d.ts +0 -51
- package/dist/esm/tools/tableEdit.js +0 -34
- package/dist/esm/tools/unlink.d.ts +0 -47
- package/dist/esm/tools/unlink.js +0 -104
- package/dist/esm/tools/utils.d.ts +0 -18
- package/dist/esm/tools/utils.js +0 -31
- package/dist/esm/tools/viewHtml.d.ts +0 -54
- package/dist/esm/tools/viewHtml.js +0 -121
- package/dist/esm/utils/browser-detection.d.ts +0 -4
- package/dist/esm/utils/browser-detection.js +0 -5
- package/dist/esm/utils/controlled-value.d.ts +0 -5
- package/dist/esm/utils/controlled-value.js +0 -31
- package/dist/esm/utils/main.d.ts +0 -357
- package/dist/esm/utils/main.js +0 -422
- package/dist/esm/utils/props-key.d.ts +0 -5
- package/dist/esm/utils/props-key.js +0 -5
- package/dist/npm/Editor.d.ts +0 -283
- package/dist/npm/Editor.js +0 -819
- package/dist/npm/EditorProps.d.ts +0 -194
- package/dist/npm/EditorProps.js +0 -2
- package/dist/npm/additionalTypes.ts +0 -21
- package/dist/npm/config/defaultStyles.d.ts +0 -12
- package/dist/npm/config/defaultStyles.js +0 -15
- package/dist/npm/config/pasteSettings.d.ts +0 -6
- package/dist/npm/config/pasteSettings.js +0 -2
- package/dist/npm/config/schema.d.ts +0 -8
- package/dist/npm/config/schema.js +0 -55
- package/dist/npm/config/shortcuts.d.ts +0 -24
- package/dist/npm/config/shortcuts.js +0 -68
- package/dist/npm/config/toolsSettings.d.ts +0 -489
- package/dist/npm/config/toolsSettings.js +0 -531
- package/dist/npm/dialogs/EditorDialogProps.d.ts +0 -23
- package/dist/npm/dialogs/EditorDialogProps.js +0 -2
- package/dist/npm/dialogs/FindReplace.d.ts +0 -70
- package/dist/npm/dialogs/FindReplace.js +0 -916
- package/dist/npm/dialogs/insertImage.d.ts +0 -54
- package/dist/npm/dialogs/insertImage.js +0 -1171
- package/dist/npm/dialogs/insertLink.d.ts +0 -52
- package/dist/npm/dialogs/insertLink.js +0 -833
- package/dist/npm/dialogs/main.d.ts +0 -1
- package/dist/npm/dialogs/main.js +0 -42
- package/dist/npm/dialogs/viewHtml.d.ts +0 -51
- package/dist/npm/dialogs/viewHtml.js +0 -208
- package/dist/npm/main.d.ts +0 -192
- package/dist/npm/main.js +0 -217
- package/dist/npm/messages/main.d.ts +0 -172
- package/dist/npm/messages/main.js +0 -506
- package/dist/npm/package-metadata.d.ts +0 -5
- package/dist/npm/package-metadata.js +0 -14
- package/dist/npm/tools/ToolProps.d.ts +0 -35
- package/dist/npm/tools/ToolProps.js +0 -2
- package/dist/npm/tools/align.d.ts +0 -42
- package/dist/npm/tools/align.js +0 -118
- package/dist/npm/tools/applyColor.d.ts +0 -45
- package/dist/npm/tools/applyColor.js +0 -107
- package/dist/npm/tools/cleanFormatting.d.ts +0 -49
- package/dist/npm/tools/cleanFormatting.js +0 -114
- package/dist/npm/tools/findReplace.d.ts +0 -43
- package/dist/npm/tools/findReplace.js +0 -122
- package/dist/npm/tools/fontStyle.d.ts +0 -55
- package/dist/npm/tools/fontStyle.js +0 -157
- package/dist/npm/tools/formatBlock.d.ts +0 -45
- package/dist/npm/tools/formatBlock.js +0 -152
- package/dist/npm/tools/history.d.ts +0 -18
- package/dist/npm/tools/history.js +0 -8
- package/dist/npm/tools/indent.d.ts +0 -44
- package/dist/npm/tools/indent.js +0 -128
- package/dist/npm/tools/inlineFormat.d.ts +0 -74
- package/dist/npm/tools/inlineFormat.js +0 -127
- package/dist/npm/tools/insertImage.d.ts +0 -46
- package/dist/npm/tools/insertImage.js +0 -133
- package/dist/npm/tools/insertLink.d.ts +0 -46
- package/dist/npm/tools/insertLink.js +0 -133
- package/dist/npm/tools/insertTable/popup.d.ts +0 -80
- package/dist/npm/tools/insertTable/popup.js +0 -184
- package/dist/npm/tools/insertTable/popupGrid.d.ts +0 -51
- package/dist/npm/tools/insertTable/popupGrid.js +0 -138
- package/dist/npm/tools/insertTable/tool.d.ts +0 -53
- package/dist/npm/tools/insertTable/tool.js +0 -164
- package/dist/npm/tools/lists.d.ts +0 -48
- package/dist/npm/tools/lists.js +0 -131
- package/dist/npm/tools/main.d.ts +0 -95
- package/dist/npm/tools/main.js +0 -5
- package/dist/npm/tools/outdent.d.ts +0 -44
- package/dist/npm/tools/outdent.js +0 -130
- package/dist/npm/tools/pdf.d.ts +0 -58
- package/dist/npm/tools/pdf.js +0 -107
- package/dist/npm/tools/print.d.ts +0 -49
- package/dist/npm/tools/print.js +0 -110
- package/dist/npm/tools/proseMirrorTool.d.ts +0 -48
- package/dist/npm/tools/proseMirrorTool.js +0 -111
- package/dist/npm/tools/selectAll.d.ts +0 -49
- package/dist/npm/tools/selectAll.js +0 -104
- package/dist/npm/tools/tableEdit.d.ts +0 -51
- package/dist/npm/tools/tableEdit.js +0 -39
- package/dist/npm/tools/unlink.d.ts +0 -47
- package/dist/npm/tools/unlink.js +0 -111
- package/dist/npm/tools/utils.d.ts +0 -18
- package/dist/npm/tools/utils.js +0 -39
- package/dist/npm/tools/viewHtml.d.ts +0 -54
- package/dist/npm/tools/viewHtml.js +0 -128
- package/dist/npm/utils/browser-detection.d.ts +0 -4
- package/dist/npm/utils/browser-detection.js +0 -8
- package/dist/npm/utils/controlled-value.d.ts +0 -5
- package/dist/npm/utils/controlled-value.js +0 -35
- package/dist/npm/utils/main.d.ts +0 -357
- package/dist/npm/utils/main.js +0 -425
- package/dist/npm/utils/props-key.d.ts +0 -5
- package/dist/npm/utils/props-key.js +0 -8
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/dist/esm/dialogs/main.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
// import { InsertLinkDialog as LinkDialog, InsertLinkDialogProps as LinkDialogProps } from './insertLink.js';
|
|
2
|
-
// import { InsertImageDialog as ImageDialog, InsertImageDialogProps as ImageDialogProps } from './insertImage.js';
|
|
3
|
-
// import { ViewHtmlDialog as ViewHtmlDialogX, ViewHtmlDialogProps as ViewHtmlDialogPropsX } from './viewHtml.js';
|
|
4
|
-
// import { FindAndReplaceDialog as FindAndReplaceDialogX,
|
|
5
|
-
// FindAndReplaceDialogProps as FindAndReplaceDialogPropsX } from './FindReplace.js';
|
|
6
|
-
// /**
|
|
7
|
-
// * Represents a wrapping namespace for the dialog components and props of the Editor.
|
|
8
|
-
// */
|
|
9
|
-
// export namespace EditorDialogs {
|
|
10
|
-
// /**
|
|
11
|
-
// * The InsertLinkDialog component.
|
|
12
|
-
// */
|
|
13
|
-
// export class InsertLinkDialog extends LinkDialog { }
|
|
14
|
-
// /**
|
|
15
|
-
// * The props for the InsertLinkDialog component.
|
|
16
|
-
// */
|
|
17
|
-
// export interface InsertLinkDialogProps extends LinkDialogProps { }
|
|
18
|
-
// /**
|
|
19
|
-
// * The InsertImageDialog component.
|
|
20
|
-
// */
|
|
21
|
-
// export class InsertImageDialog extends ImageDialog { }
|
|
22
|
-
// /**
|
|
23
|
-
// * The props for the InsertImageDialog component.
|
|
24
|
-
// */
|
|
25
|
-
// export interface InsertImageDialogProps extends ImageDialogProps { }
|
|
26
|
-
// /**
|
|
27
|
-
// * The ViewHtmlDialog component.
|
|
28
|
-
// */
|
|
29
|
-
// export class ViewHtmlDialog extends ViewHtmlDialogX { }
|
|
30
|
-
// /**
|
|
31
|
-
// * The props for the ViewHtmlDialog component.
|
|
32
|
-
// */
|
|
33
|
-
// export interface ViewHtmlDialogProps extends ViewHtmlDialogPropsX { }
|
|
34
|
-
// /**
|
|
35
|
-
// * The FindAndReplaceDialog component.
|
|
36
|
-
// */
|
|
37
|
-
// export class FindAndReplaceDialog extends FindAndReplaceDialogX { }
|
|
38
|
-
// /**
|
|
39
|
-
// * The props for the FindAndReplaceDialog component.
|
|
40
|
-
// */
|
|
41
|
-
// export interface FindAndReplaceDialogProps extends FindAndReplaceDialogPropsX { }
|
|
42
|
-
// }
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
2
|
-
declare type DefaultData<V> = object | ((this: V) => {});
|
|
3
|
-
declare type DefaultMethods<V> = {
|
|
4
|
-
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
|
-
};
|
|
6
|
-
import { EditorToolsSettings } from '../config/toolsSettings';
|
|
7
|
-
import { EditorDialogProps } from './EditorDialogProps';
|
|
8
|
-
export interface ViewHtmlDialogProps extends EditorDialogProps {
|
|
9
|
-
/**
|
|
10
|
-
* The `ViewHtmlSettings` object.
|
|
11
|
-
*/
|
|
12
|
-
settings: EditorToolsSettings.ViewHtmlSettings;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export interface ViewHtmlDialogState {
|
|
18
|
-
htmlArea: HTMLTextAreaElement | null;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* @hidden
|
|
22
|
-
*/
|
|
23
|
-
export interface ViewHtmlDialogComputed {
|
|
24
|
-
[key: string]: any;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
export interface ViewHtmlDialogMethods {
|
|
30
|
-
[key: string]: any;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* @hidden
|
|
34
|
-
*/
|
|
35
|
-
export interface ViewHtmlDialogData {
|
|
36
|
-
currentActive: boolean;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* @hidden
|
|
40
|
-
*/
|
|
41
|
-
export interface ViewHtmlDialogAll extends Vue2type, ViewHtmlDialogMethods, ViewHtmlDialogData, ViewHtmlDialogComputed, ViewHtmlDialogState {
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* @hidden
|
|
45
|
-
*/
|
|
46
|
-
declare let ViewHtmlDialogVue2: ComponentOptions<ViewHtmlDialogAll, DefaultData<ViewHtmlDialogData>, DefaultMethods<ViewHtmlDialogAll>, ViewHtmlDialogComputed, RecordPropsDefinition<ViewHtmlDialogProps>>;
|
|
47
|
-
/**
|
|
48
|
-
* @hidden
|
|
49
|
-
*/
|
|
50
|
-
declare const ViewHtmlDialog: DefineComponent<ViewHtmlDialogProps, any, ViewHtmlDialogData, ViewHtmlDialogComputed, ViewHtmlDialogMethods, {}, {}, {}, string, ViewHtmlDialogProps, ViewHtmlDialogProps, {}>;
|
|
51
|
-
export { ViewHtmlDialog, ViewHtmlDialogVue2 };
|
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
// @ts-ignore
|
|
2
|
-
import * as Vue from 'vue';
|
|
3
|
-
var allVue = Vue;
|
|
4
|
-
var gh = allVue.h;
|
|
5
|
-
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
6
|
-
import { Window, DialogActionsBar } from '@progress/kendo-vue-dialogs';
|
|
7
|
-
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
8
|
-
import { getHtml, setHtml, indentHtml, trimWhitespace } from '@progress/kendo-editor-common';
|
|
9
|
-
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { messages } from '../messages/main.js';
|
|
11
|
-
import { editorPropsKey } from './../utils/props-key.js';
|
|
12
|
-
import { getRef, setRef, guid } from '@progress/kendo-vue-common';
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
var ViewHtmlDialogVue2 = {
|
|
17
|
-
name: 'KendoViewHtmlDialog',
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
emits: {
|
|
20
|
-
close: null
|
|
21
|
-
},
|
|
22
|
-
props: {
|
|
23
|
-
view: Object,
|
|
24
|
-
settings: Object,
|
|
25
|
-
dir: String
|
|
26
|
-
},
|
|
27
|
-
created: function created() {
|
|
28
|
-
this.textAreaId = guid();
|
|
29
|
-
},
|
|
30
|
-
inject: {
|
|
31
|
-
kendoLocalizationService: {
|
|
32
|
-
default: null
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
data: function data() {
|
|
36
|
-
var view = this.$props.view;
|
|
37
|
-
return {
|
|
38
|
-
textAreaValue: indentHtml(getHtml(view.state))
|
|
39
|
-
};
|
|
40
|
-
},
|
|
41
|
-
mounted: function mounted() {
|
|
42
|
-
this.htmlArea = getRef(this, 'htmlArea');
|
|
43
|
-
if (this.htmlArea) {
|
|
44
|
-
this.htmlArea.focus();
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
// @ts-ignore
|
|
48
|
-
setup: !isV3 ? undefined : function () {
|
|
49
|
-
var v3 = !!isV3;
|
|
50
|
-
return {
|
|
51
|
-
v3: v3
|
|
52
|
-
};
|
|
53
|
-
},
|
|
54
|
-
// @ts-ignore
|
|
55
|
-
render: function render(createElement) {
|
|
56
|
-
var _this = this;
|
|
57
|
-
var h = gh || createElement;
|
|
58
|
-
var _a = this.$props,
|
|
59
|
-
settings = _a.settings,
|
|
60
|
-
dir = _a.dir;
|
|
61
|
-
var localization = provideLocalizationService(this);
|
|
62
|
-
var _b = settings.messages,
|
|
63
|
-
viewHtmlDialogTitle = _b.viewHtmlDialogTitle,
|
|
64
|
-
viewHtmlCancel = _b.viewHtmlCancel,
|
|
65
|
-
viewHtmlUpdate = _b.viewHtmlUpdate;
|
|
66
|
-
var content = h("span", {
|
|
67
|
-
"class": "k-input k-textarea k-input-md k-input-solid k-rounded-md k-editor-textarea"
|
|
68
|
-
}, [h("textarea", {
|
|
69
|
-
ref: setRef(this, 'htmlArea'),
|
|
70
|
-
onInput: this.textAreaChange,
|
|
71
|
-
on: this.v3 ? undefined : {
|
|
72
|
-
"input": this.textAreaChange
|
|
73
|
-
},
|
|
74
|
-
value: this.v3 ? this.textAreaValue : null,
|
|
75
|
-
domProps: this.v3 ? undefined : {
|
|
76
|
-
"value": this.textAreaValue
|
|
77
|
-
},
|
|
78
|
-
id: this.textAreaId,
|
|
79
|
-
attrs: this.v3 ? undefined : {
|
|
80
|
-
id: this.textAreaId,
|
|
81
|
-
role: "textbox",
|
|
82
|
-
tabindex: "0",
|
|
83
|
-
"aria-multiline": "true"
|
|
84
|
-
},
|
|
85
|
-
role: "textbox",
|
|
86
|
-
"class": "k-input-inner !k-overflow-auto",
|
|
87
|
-
tabindex: "0",
|
|
88
|
-
"aria-multiline": "true",
|
|
89
|
-
style: "resize: none;"
|
|
90
|
-
})]);
|
|
91
|
-
var actionButtons = [
|
|
92
|
-
// @ts-ignore function children
|
|
93
|
-
h(KButton, {
|
|
94
|
-
type: "button",
|
|
95
|
-
attrs: this.v3 ? undefined : {
|
|
96
|
-
type: "button",
|
|
97
|
-
dir: dir
|
|
98
|
-
},
|
|
99
|
-
onClick: this.onClose,
|
|
100
|
-
on: this.v3 ? undefined : {
|
|
101
|
-
"click": this.onClose
|
|
102
|
-
},
|
|
103
|
-
dir: dir,
|
|
104
|
-
key: "cancel"
|
|
105
|
-
}, this.v3 ? function () {
|
|
106
|
-
return [localization.toLanguageString(viewHtmlCancel, messages[viewHtmlCancel])];
|
|
107
|
-
} : [localization.toLanguageString(viewHtmlCancel, messages[viewHtmlCancel])]),
|
|
108
|
-
// @ts-ignore function children
|
|
109
|
-
h(KButton, {
|
|
110
|
-
type: "button",
|
|
111
|
-
attrs: this.v3 ? undefined : {
|
|
112
|
-
type: "button",
|
|
113
|
-
themeColor: 'primary',
|
|
114
|
-
dir: dir
|
|
115
|
-
},
|
|
116
|
-
onClick: this.onUpdate,
|
|
117
|
-
on: this.v3 ? undefined : {
|
|
118
|
-
"click": this.onUpdate
|
|
119
|
-
},
|
|
120
|
-
themeColor: 'primary',
|
|
121
|
-
dir: dir,
|
|
122
|
-
key: "update"
|
|
123
|
-
}, this.v3 ? function () {
|
|
124
|
-
return [localization.toLanguageString(viewHtmlUpdate, messages[viewHtmlUpdate])];
|
|
125
|
-
} : [localization.toLanguageString(viewHtmlUpdate, messages[viewHtmlUpdate])])];
|
|
126
|
-
var dialog =
|
|
127
|
-
// @ts-ignore function children
|
|
128
|
-
h(Window, {
|
|
129
|
-
initialHeight: 400,
|
|
130
|
-
attrs: this.v3 ? undefined : {
|
|
131
|
-
initialHeight: 400,
|
|
132
|
-
initialWidth: 500,
|
|
133
|
-
windowClass: 'k-editor-window',
|
|
134
|
-
title: localization.toLanguageString(viewHtmlDialogTitle, messages[viewHtmlDialogTitle]),
|
|
135
|
-
dir: dir,
|
|
136
|
-
modal: true,
|
|
137
|
-
minimizeButton: function minimizeButton() {
|
|
138
|
-
return null;
|
|
139
|
-
},
|
|
140
|
-
maximizeButton: function maximizeButton() {
|
|
141
|
-
return null;
|
|
142
|
-
},
|
|
143
|
-
resizable: false
|
|
144
|
-
},
|
|
145
|
-
initialWidth: 500,
|
|
146
|
-
windowClass: 'k-editor-window',
|
|
147
|
-
title: localization.toLanguageString(viewHtmlDialogTitle, messages[viewHtmlDialogTitle]),
|
|
148
|
-
onClose: this.onClose,
|
|
149
|
-
on: this.v3 ? undefined : {
|
|
150
|
-
"close": this.onClose
|
|
151
|
-
},
|
|
152
|
-
key: "dialog",
|
|
153
|
-
dir: dir,
|
|
154
|
-
style: dir === 'rtl' ? {
|
|
155
|
-
textAlign: 'right'
|
|
156
|
-
} : undefined,
|
|
157
|
-
modal: true,
|
|
158
|
-
minimizeButton: function minimizeButton() {
|
|
159
|
-
return null;
|
|
160
|
-
},
|
|
161
|
-
maximizeButton: function maximizeButton() {
|
|
162
|
-
return null;
|
|
163
|
-
},
|
|
164
|
-
resizable: false
|
|
165
|
-
}, this.v3 ? function () {
|
|
166
|
-
return [content,
|
|
167
|
-
// @ts-ignore function children
|
|
168
|
-
h(DialogActionsBar, _this.v3 ? function () {
|
|
169
|
-
return [actionButtons];
|
|
170
|
-
} : [actionButtons])];
|
|
171
|
-
} : [content, h(DialogActionsBar, _this.v3 ? function () {
|
|
172
|
-
return [actionButtons];
|
|
173
|
-
} : [actionButtons])]);
|
|
174
|
-
return dialog;
|
|
175
|
-
},
|
|
176
|
-
methods: {
|
|
177
|
-
textAreaChange: function textAreaChange(e) {
|
|
178
|
-
this.textAreaValue = e.target.value;
|
|
179
|
-
},
|
|
180
|
-
onUpdate: function onUpdate() {
|
|
181
|
-
var _a = this.$props,
|
|
182
|
-
view = _a.view,
|
|
183
|
-
settings = _a.settings;
|
|
184
|
-
var html = trimWhitespace(this.htmlArea ? this.textAreaValue : '');
|
|
185
|
-
var preserveWhitespace = editorPropsKey.getState(view.state).preserveWhitespace;
|
|
186
|
-
setHtml(html, settings.commandName, {
|
|
187
|
-
preserveWhitespace: preserveWhitespace
|
|
188
|
-
})(view.state, view.dispatch);
|
|
189
|
-
this.onClose();
|
|
190
|
-
},
|
|
191
|
-
onClose: function onClose() {
|
|
192
|
-
this.$props.view.focus();
|
|
193
|
-
this.$emit('close');
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
};
|
|
197
|
-
/**
|
|
198
|
-
* @hidden
|
|
199
|
-
*/
|
|
200
|
-
var ViewHtmlDialog = ViewHtmlDialogVue2;
|
|
201
|
-
export { ViewHtmlDialog, ViewHtmlDialogVue2 };
|
package/dist/esm/main.d.ts
DELETED
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
import { Editor } from './Editor';
|
|
2
|
-
import { EditorProps, EditorMountEvent, EditorPasteEvent, EditorChangeEvent, EditorExecuteEvent, EditorFocusEvent, EditorBlurEvent } from './EditorProps';
|
|
3
|
-
import { EditorTools } from './tools/main';
|
|
4
|
-
import { EditorToolsSettings } from './config/toolsSettings';
|
|
5
|
-
import { EditorUtils } from './utils/main';
|
|
6
|
-
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, Schema, NodeType, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undoDepth, redoDepth, InputRule, inputRules, wrappingInputRule, textblockTypeInputRule, keymap, keydownHandler, addListNodes, wrapInList, splitListItem, liftListItem, sinkListItem, dropCursor, gapCursor, tableEditing, fixTables, cellAround, isInTable, selectionCell, moveCellForward, inSameTable, findCell, colCount, nextCell, removeColSpan, addColSpan, columnIsHeader, tableNodes, tableNodeTypes, CellSelection, TableMap, columnResizing, updateColumnsOnResize, selectedRect, addColumn, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
|
|
7
|
-
export { Shortcuts } from './config/shortcuts';
|
|
8
|
-
export { PasteCleanupSettings } from './config/pasteSettings';
|
|
9
|
-
/**
|
|
10
|
-
* An object containing the content of ProseMirror packages used at the Editor component.
|
|
11
|
-
*
|
|
12
|
-
* "prosemirror-state",
|
|
13
|
-
* "prosemirror-view",
|
|
14
|
-
* "prosemirror-model",
|
|
15
|
-
* "prosemirror-transform",
|
|
16
|
-
* "prosemirror-commands",
|
|
17
|
-
* "prosemirror-keymap",
|
|
18
|
-
* "prosemirror-tables",
|
|
19
|
-
* "prosemirror-schema-list",
|
|
20
|
-
* "prosemirror-history",
|
|
21
|
-
* "prosemirror-inputrules",
|
|
22
|
-
* "prosemirror-dropcursor",
|
|
23
|
-
* "prosemirror-gapcursor"
|
|
24
|
-
*/
|
|
25
|
-
export declare const ProseMirror: {
|
|
26
|
-
Selection: typeof Selection;
|
|
27
|
-
SelectionRange: typeof SelectionRange;
|
|
28
|
-
TextSelection: typeof TextSelection;
|
|
29
|
-
NodeSelection: typeof NodeSelection;
|
|
30
|
-
AllSelection: typeof AllSelection;
|
|
31
|
-
EditorState: typeof EditorState;
|
|
32
|
-
Plugin: typeof Plugin;
|
|
33
|
-
PluginKey: typeof PluginKey;
|
|
34
|
-
Transaction: typeof Transaction;
|
|
35
|
-
Decoration: typeof Decoration;
|
|
36
|
-
DecorationSet: typeof DecorationSet;
|
|
37
|
-
EditorView: typeof EditorView;
|
|
38
|
-
Node: typeof Node;
|
|
39
|
-
ResolvedPos: typeof ResolvedPos;
|
|
40
|
-
NodeRange: typeof NodeRange;
|
|
41
|
-
Fragment: typeof Fragment;
|
|
42
|
-
Slice: typeof Slice;
|
|
43
|
-
ReplaceError: typeof ReplaceError;
|
|
44
|
-
Mark: typeof Mark;
|
|
45
|
-
Schema: typeof Schema;
|
|
46
|
-
NodeType: typeof NodeType;
|
|
47
|
-
MarkType: typeof MarkType;
|
|
48
|
-
ContentMatch: typeof ContentMatch;
|
|
49
|
-
DOMParser: typeof DOMParser;
|
|
50
|
-
DOMSerializer: typeof DOMSerializer;
|
|
51
|
-
Transform: typeof Transform;
|
|
52
|
-
Step: typeof Step;
|
|
53
|
-
StepResult: typeof StepResult;
|
|
54
|
-
joinPoint: typeof joinPoint;
|
|
55
|
-
canJoin: typeof canJoin;
|
|
56
|
-
canSplit: typeof canSplit;
|
|
57
|
-
insertPoint: typeof insertPoint;
|
|
58
|
-
dropPoint: typeof dropPoint;
|
|
59
|
-
liftTarget: typeof liftTarget;
|
|
60
|
-
findWrapping: typeof findWrapping;
|
|
61
|
-
StepMap: typeof StepMap;
|
|
62
|
-
MapResult: typeof MapResult;
|
|
63
|
-
Mapping: typeof Mapping;
|
|
64
|
-
AddMarkStep: typeof AddMarkStep;
|
|
65
|
-
RemoveMarkStep: typeof RemoveMarkStep;
|
|
66
|
-
ReplaceStep: typeof ReplaceStep;
|
|
67
|
-
ReplaceAroundStep: typeof ReplaceAroundStep;
|
|
68
|
-
replaceStep: typeof replaceStep;
|
|
69
|
-
deleteSelection: import("prosemirror-state").Command;
|
|
70
|
-
joinBackward: import("prosemirror-state").Command;
|
|
71
|
-
selectNodeBackward: import("prosemirror-state").Command;
|
|
72
|
-
joinForward: import("prosemirror-state").Command;
|
|
73
|
-
selectNodeForward: import("prosemirror-state").Command;
|
|
74
|
-
joinUp: import("prosemirror-state").Command;
|
|
75
|
-
joinDown: import("prosemirror-state").Command;
|
|
76
|
-
lift: import("prosemirror-state").Command;
|
|
77
|
-
newlineInCode: import("prosemirror-state").Command;
|
|
78
|
-
exitCode: import("prosemirror-state").Command;
|
|
79
|
-
createParagraphNear: import("prosemirror-state").Command;
|
|
80
|
-
liftEmptyBlock: import("prosemirror-state").Command;
|
|
81
|
-
splitBlock: import("prosemirror-state").Command;
|
|
82
|
-
splitBlockKeepMarks: import("prosemirror-state").Command;
|
|
83
|
-
selectParentNode: import("prosemirror-state").Command;
|
|
84
|
-
selectAll: import("prosemirror-state").Command;
|
|
85
|
-
wrapIn: typeof wrapIn;
|
|
86
|
-
setBlockType: typeof setBlockType;
|
|
87
|
-
toggleMark: typeof toggleMark;
|
|
88
|
-
autoJoin: typeof autoJoin;
|
|
89
|
-
chainCommands: typeof chainCommands;
|
|
90
|
-
pcBaseKeymap: {
|
|
91
|
-
[key: string]: import("prosemirror-state").Command;
|
|
92
|
-
};
|
|
93
|
-
macBaseKeymap: {
|
|
94
|
-
[key: string]: import("prosemirror-state").Command;
|
|
95
|
-
};
|
|
96
|
-
baseKeymap: {
|
|
97
|
-
[key: string]: import("prosemirror-state").Command;
|
|
98
|
-
};
|
|
99
|
-
history: typeof history;
|
|
100
|
-
undo: import("prosemirror-state").Command;
|
|
101
|
-
redo: import("prosemirror-state").Command;
|
|
102
|
-
undoDepth: typeof undoDepth;
|
|
103
|
-
redoDepth: typeof redoDepth;
|
|
104
|
-
InputRule: typeof InputRule;
|
|
105
|
-
inputRules: typeof inputRules;
|
|
106
|
-
undoInputRule: import("prosemirror-state").Command;
|
|
107
|
-
emDash: InputRule;
|
|
108
|
-
ellipsis: InputRule;
|
|
109
|
-
openDoubleQuote: InputRule;
|
|
110
|
-
closeDoubleQuote: InputRule;
|
|
111
|
-
openSingleQuote: InputRule;
|
|
112
|
-
closeSingleQuote: InputRule;
|
|
113
|
-
smartQuotes: readonly InputRule[];
|
|
114
|
-
wrappingInputRule: typeof wrappingInputRule;
|
|
115
|
-
textblockTypeInputRule: typeof textblockTypeInputRule;
|
|
116
|
-
keymap: typeof keymap;
|
|
117
|
-
keydownHandler: typeof keydownHandler;
|
|
118
|
-
orderedList: import("prosemirror-model").NodeSpec;
|
|
119
|
-
bulletList: import("prosemirror-model").NodeSpec;
|
|
120
|
-
listItem: import("prosemirror-model").NodeSpec;
|
|
121
|
-
addListNodes: typeof addListNodes;
|
|
122
|
-
wrapInList: typeof wrapInList;
|
|
123
|
-
splitListItem: typeof splitListItem;
|
|
124
|
-
liftListItem: typeof liftListItem;
|
|
125
|
-
sinkListItem: typeof sinkListItem;
|
|
126
|
-
dropCursor: typeof dropCursor;
|
|
127
|
-
gapCursor: typeof gapCursor;
|
|
128
|
-
tableEditing: typeof tableEditing;
|
|
129
|
-
fixTables: typeof fixTables;
|
|
130
|
-
fixTablesKey: PluginKey<{
|
|
131
|
-
fixTables: boolean;
|
|
132
|
-
}>;
|
|
133
|
-
cellAround: typeof cellAround;
|
|
134
|
-
isInTable: typeof isInTable;
|
|
135
|
-
selectionCell: typeof selectionCell;
|
|
136
|
-
moveCellForward: typeof moveCellForward;
|
|
137
|
-
inSameTable: typeof inSameTable;
|
|
138
|
-
findCell: typeof findCell;
|
|
139
|
-
colCount: typeof colCount;
|
|
140
|
-
nextCell: typeof nextCell;
|
|
141
|
-
removeColSpan: typeof removeColSpan;
|
|
142
|
-
addColSpan: typeof addColSpan;
|
|
143
|
-
columnIsHeader: typeof columnIsHeader;
|
|
144
|
-
tableNodes: typeof tableNodes;
|
|
145
|
-
tableNodeTypes: typeof tableNodeTypes;
|
|
146
|
-
CellSelection: typeof CellSelection;
|
|
147
|
-
TableMap: typeof TableMap;
|
|
148
|
-
tableEditingKey: PluginKey<number>;
|
|
149
|
-
columnResizing: typeof columnResizing;
|
|
150
|
-
columnResizingPluginKey: any;
|
|
151
|
-
updateColumnsOnResize: typeof updateColumnsOnResize;
|
|
152
|
-
selectedRect: typeof selectedRect;
|
|
153
|
-
addColumn: typeof addColumn;
|
|
154
|
-
addColumnBefore: (state: EditorState, dispatch?: (tr: Transaction) => void) => boolean;
|
|
155
|
-
addColumnAfter: (state: EditorState, dispatch?: (tr: Transaction) => void) => boolean;
|
|
156
|
-
deleteColumn: (state: EditorState, dispatch?: (tr: Transaction) => void) => boolean;
|
|
157
|
-
rowIsHeader: typeof rowIsHeader;
|
|
158
|
-
addRow: typeof addRow;
|
|
159
|
-
addRowBefore: (state: EditorState, dispatch?: (tr: Transaction) => void) => boolean;
|
|
160
|
-
addRowAfter: (state: EditorState, dispatch?: (tr: Transaction) => void) => boolean;
|
|
161
|
-
deleteRow: typeof deleteRow;
|
|
162
|
-
mergeCells: typeof mergeCells;
|
|
163
|
-
splitCell: typeof splitCell;
|
|
164
|
-
splitCellWithType: typeof splitCellWithType;
|
|
165
|
-
setCellAttr: typeof setCellAttr;
|
|
166
|
-
toggleHeader: typeof toggleHeader;
|
|
167
|
-
toggleHeaderRow: import("prosemirror-state").Command;
|
|
168
|
-
toggleHeaderColumn: import("prosemirror-state").Command;
|
|
169
|
-
toggleHeaderCell: import("prosemirror-state").Command;
|
|
170
|
-
goToNextCell: typeof goToNextCell;
|
|
171
|
-
deleteTable: typeof deleteTable;
|
|
172
|
-
};
|
|
173
|
-
export { Align } from './tools/align';
|
|
174
|
-
export { Indent } from './tools/indent';
|
|
175
|
-
export { List } from './tools/lists';
|
|
176
|
-
export { Outdent } from './tools/outdent';
|
|
177
|
-
export { InlineFormat } from './tools/inlineFormat';
|
|
178
|
-
export { FontName } from './tools/fontStyle';
|
|
179
|
-
export { FormatBlock } from './tools/formatBlock';
|
|
180
|
-
export { ProseMirror as ProseMirrorTool } from './tools/proseMirrorTool';
|
|
181
|
-
export { LinkTool } from './tools/insertLink';
|
|
182
|
-
export { Unlink } from './tools/unlink';
|
|
183
|
-
export { CleanFormatting } from './tools/cleanFormatting';
|
|
184
|
-
export { SelectAll } from './tools/selectAll';
|
|
185
|
-
export { InsertImage } from './tools/insertImage';
|
|
186
|
-
export { InsertTable } from './tools/insertTable/tool';
|
|
187
|
-
export { ViewHtml } from './tools/viewHtml';
|
|
188
|
-
export { Pdf } from './tools/pdf';
|
|
189
|
-
export { Print } from './tools/print';
|
|
190
|
-
export { FindAndReplace } from './tools/findReplace';
|
|
191
|
-
export { ApplyColor } from './tools/applyColor';
|
|
192
|
-
export { Editor, EditorProps, EditorMountEvent, EditorPasteEvent, EditorChangeEvent, EditorExecuteEvent, EditorFocusEvent, EditorBlurEvent, EditorTools, EditorToolsSettings, EditorUtils };
|