@progress/kendo-react-editor 6.1.1-dev.202311151536 → 7.0.0-develop.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/{dist/es/Editor.d.ts → Editor.d.ts} +5 -1
- package/{dist/npm/EditorProps.d.ts → EditorProps.d.ts} +4 -1
- package/LICENSE.md +1 -1
- package/{dist/es/config → config}/defaultStyles.d.ts +4 -0
- package/config/pasteSettings.d.ts +10 -0
- package/config/schema.d.ts +5 -0
- package/{dist/es/config → config}/shortcuts.d.ts +10 -6
- package/{dist/es/config → config}/toolsSettings.d.ts +4 -1
- package/{dist/npm/dialogs → dialogs}/EditorDialogProps.d.ts +4 -1
- package/{dist/npm/dialogs → dialogs}/FindReplace.d.ts +5 -1
- package/{dist/npm/dialogs/main.d.ts → dialogs/index.d.ts} +4 -0
- package/{dist/npm/dialogs → dialogs}/insertImage.d.ts +5 -1
- package/{dist/es/dialogs → dialogs}/insertLink.d.ts +5 -1
- package/{dist/npm/dialogs → dialogs}/viewHtml.d.ts +5 -1
- package/dist/cdn/js/kendo-react-editor.js +226 -1
- package/{dist/es/main.d.ts → index.d.ts} +10 -6
- package/index.js +226 -0
- package/index.mjs +4133 -0
- package/{dist/npm/messages → messages}/index.d.ts +4 -0
- package/package-metadata.d.ts +9 -0
- package/package.json +37 -52
- package/{dist/es/tools → tools}/ToolProps.d.ts +4 -1
- package/tools/align.d.ts +11 -0
- package/{dist/es/tools → tools}/applyColor.d.ts +4 -0
- package/{dist/npm/tools → tools}/cleanFormatting.d.ts +4 -0
- package/{dist/npm/tools → tools}/findReplace.d.ts +5 -1
- package/{dist/npm/tools → tools}/fontStyle.d.ts +4 -0
- package/{dist/es/tools → tools}/formatBlock.d.ts +4 -0
- package/{dist/npm/tools → tools}/history.d.ts +4 -0
- package/{dist/npm/tools → tools}/indent.d.ts +4 -0
- package/{dist/npm/tools/main.d.ts → tools/index.d.ts} +6 -2
- package/{dist/es/tools → tools}/inlineFormat.d.ts +4 -0
- package/tools/insertImage.d.ts +17 -0
- package/{dist/npm/tools → tools}/insertLink.d.ts +4 -0
- package/tools/insertTable/index.d.ts +7 -0
- package/{dist/npm/tools → tools}/insertTable/popup.d.ts +5 -1
- package/{dist/npm/tools → tools}/insertTable/popupGrid.d.ts +6 -2
- package/{dist/es/tools → tools}/insertTable/tool.d.ts +4 -0
- package/tools/lists-styled.d.ts +8 -0
- package/{dist/es/tools → tools}/lists.d.ts +4 -0
- package/{dist/es/tools → tools}/outdent.d.ts +4 -0
- package/{dist/npm/tools → tools}/pdf.d.ts +4 -0
- package/{dist/npm/tools → tools}/print.d.ts +4 -0
- package/{dist/npm/tools → tools}/proseMirrorTool.d.ts +4 -0
- package/{dist/npm/tools → tools}/selectAll.d.ts +4 -0
- package/{dist/npm/tools → tools}/table-wizard/cellPropsUtils.d.ts +4 -0
- package/{dist/npm/tools → tools}/table-wizard/tableCellProperties.d.ts +5 -1
- package/tools/table-wizard/tableProperties.d.ts +15 -0
- package/{dist/es/tools → tools}/table-wizard/tablePropsUtils.d.ts +5 -1
- package/{dist/es/tools → tools}/table-wizard/utils.d.ts +4 -0
- package/{dist/npm/tools → tools}/tableEdit.d.ts +4 -0
- package/{dist/npm/tools → tools}/unlink.d.ts +4 -0
- package/{dist/npm/tools → tools}/utils.d.ts +4 -0
- package/{dist/es/tools → tools}/viewHtml.d.ts +4 -0
- package/utils/browser-detection.d.ts +8 -0
- package/utils/controlled-value.d.ts +9 -0
- package/{dist/npm/utils → utils}/index.d.ts +4 -0
- package/utils/props-key.d.ts +9 -0
- package/about.md +0 -3
- package/dist/es/Editor.js +0 -441
- package/dist/es/EditorProps.d.ts +0 -197
- package/dist/es/EditorProps.js +0 -1
- 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 -1
- package/dist/es/config/schema.js +0 -1
- package/dist/es/config/shortcuts.js +0 -34
- package/dist/es/config/toolsSettings.js +0 -522
- package/dist/es/dialogs/EditorDialogProps.d.ts +0 -27
- package/dist/es/dialogs/EditorDialogProps.js +0 -1
- package/dist/es/dialogs/FindReplace.d.ts +0 -71
- package/dist/es/dialogs/FindReplace.js +0 -248
- package/dist/es/dialogs/insertImage.d.ts +0 -28
- package/dist/es/dialogs/insertImage.js +0 -119
- package/dist/es/dialogs/insertLink.js +0 -94
- package/dist/es/dialogs/main.d.ts +0 -49
- package/dist/es/dialogs/main.js +0 -69
- package/dist/es/dialogs/viewHtml.d.ts +0 -25
- package/dist/es/dialogs/viewHtml.js +0 -79
- package/dist/es/main.js +0 -201
- package/dist/es/messages/index.d.ts +0 -334
- package/dist/es/messages/index.js +0 -989
- package/dist/es/package-metadata.d.ts +0 -5
- package/dist/es/package-metadata.js +0 -11
- package/dist/es/tools/ToolProps.js +0 -1
- package/dist/es/tools/align.d.ts +0 -7
- package/dist/es/tools/align.js +0 -70
- package/dist/es/tools/applyColor.js +0 -34
- package/dist/es/tools/cleanFormatting.d.ts +0 -16
- package/dist/es/tools/cleanFormatting.js +0 -50
- package/dist/es/tools/findReplace.d.ts +0 -29
- package/dist/es/tools/findReplace.js +0 -76
- package/dist/es/tools/fontStyle.d.ts +0 -28
- package/dist/es/tools/fontStyle.js +0 -91
- package/dist/es/tools/formatBlock.js +0 -89
- package/dist/es/tools/history.d.ts +0 -26
- package/dist/es/tools/history.js +0 -16
- package/dist/es/tools/indent.d.ts +0 -17
- package/dist/es/tools/indent.js +0 -90
- package/dist/es/tools/inlineFormat.js +0 -75
- package/dist/es/tools/insertImage.d.ts +0 -13
- package/dist/es/tools/insertImage.js +0 -78
- package/dist/es/tools/insertLink.d.ts +0 -24
- package/dist/es/tools/insertLink.js +0 -85
- package/dist/es/tools/insertTable/index.d.ts +0 -3
- package/dist/es/tools/insertTable/index.js +0 -3
- package/dist/es/tools/insertTable/popup.d.ts +0 -93
- package/dist/es/tools/insertTable/popup.js +0 -102
- package/dist/es/tools/insertTable/popupGrid.d.ts +0 -31
- package/dist/es/tools/insertTable/popupGrid.js +0 -54
- package/dist/es/tools/insertTable/tool.js +0 -106
- package/dist/es/tools/lists-styled.d.ts +0 -5
- package/dist/es/tools/lists-styled.js +0 -80
- package/dist/es/tools/lists.js +0 -84
- package/dist/es/tools/main.d.ts +0 -714
- package/dist/es/tools/main.js +0 -740
- package/dist/es/tools/outdent.js +0 -85
- package/dist/es/tools/pdf.d.ts +0 -25
- package/dist/es/tools/pdf.js +0 -44
- package/dist/es/tools/print.d.ts +0 -16
- package/dist/es/tools/print.js +0 -48
- package/dist/es/tools/proseMirrorTool.d.ts +0 -12
- package/dist/es/tools/proseMirrorTool.js +0 -67
- package/dist/es/tools/selectAll.d.ts +0 -16
- package/dist/es/tools/selectAll.js +0 -45
- package/dist/es/tools/table-wizard/cellPropsUtils.d.ts +0 -36
- package/dist/es/tools/table-wizard/cellPropsUtils.js +0 -203
- package/dist/es/tools/table-wizard/tableCellProperties.d.ts +0 -20
- package/dist/es/tools/table-wizard/tableCellProperties.js +0 -247
- package/dist/es/tools/table-wizard/tableProperties.d.ts +0 -11
- package/dist/es/tools/table-wizard/tableProperties.js +0 -294
- package/dist/es/tools/table-wizard/tablePropsUtils.js +0 -498
- package/dist/es/tools/table-wizard/utils.js +0 -144
- package/dist/es/tools/tableEdit.d.ts +0 -98
- package/dist/es/tools/tableEdit.js +0 -90
- package/dist/es/tools/unlink.d.ts +0 -17
- package/dist/es/tools/unlink.js +0 -77
- package/dist/es/tools/utils.d.ts +0 -50
- package/dist/es/tools/utils.js +0 -72
- package/dist/es/tools/viewHtml.js +0 -79
- 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/index.d.ts +0 -363
- package/dist/es/utils/index.js +0 -431
- package/dist/es/utils/props-key.d.ts +0 -5
- package/dist/es/utils/props-key.js +0 -5
- package/dist/npm/Editor.d.ts +0 -118
- package/dist/npm/Editor.js +0 -444
- package/dist/npm/EditorProps.js +0 -2
- 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 -1
- package/dist/npm/config/schema.js +0 -6
- package/dist/npm/config/shortcuts.d.ts +0 -24
- package/dist/npm/config/shortcuts.js +0 -38
- package/dist/npm/config/toolsSettings.d.ts +0 -490
- package/dist/npm/config/toolsSettings.js +0 -525
- package/dist/npm/dialogs/EditorDialogProps.js +0 -2
- package/dist/npm/dialogs/FindReplace.js +0 -251
- package/dist/npm/dialogs/insertImage.js +0 -122
- package/dist/npm/dialogs/insertLink.d.ts +0 -26
- package/dist/npm/dialogs/insertLink.js +0 -97
- package/dist/npm/dialogs/main.js +0 -72
- package/dist/npm/dialogs/viewHtml.js +0 -82
- package/dist/npm/main.d.ts +0 -176
- package/dist/npm/main.js +0 -189
- package/dist/npm/messages/index.js +0 -992
- 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 -38
- package/dist/npm/tools/ToolProps.js +0 -2
- package/dist/npm/tools/align.d.ts +0 -7
- package/dist/npm/tools/align.js +0 -74
- package/dist/npm/tools/applyColor.d.ts +0 -12
- package/dist/npm/tools/applyColor.js +0 -38
- package/dist/npm/tools/cleanFormatting.js +0 -54
- package/dist/npm/tools/findReplace.js +0 -79
- package/dist/npm/tools/fontStyle.js +0 -94
- package/dist/npm/tools/formatBlock.d.ts +0 -18
- package/dist/npm/tools/formatBlock.js +0 -92
- package/dist/npm/tools/history.js +0 -19
- package/dist/npm/tools/indent.js +0 -93
- package/dist/npm/tools/inlineFormat.d.ts +0 -47
- package/dist/npm/tools/inlineFormat.js +0 -78
- package/dist/npm/tools/insertImage.d.ts +0 -13
- package/dist/npm/tools/insertImage.js +0 -82
- package/dist/npm/tools/insertLink.js +0 -88
- package/dist/npm/tools/insertTable/index.d.ts +0 -3
- package/dist/npm/tools/insertTable/index.js +0 -7
- package/dist/npm/tools/insertTable/popup.js +0 -105
- package/dist/npm/tools/insertTable/popupGrid.js +0 -56
- package/dist/npm/tools/insertTable/tool.d.ts +0 -24
- package/dist/npm/tools/insertTable/tool.js +0 -109
- package/dist/npm/tools/lists-styled.d.ts +0 -5
- package/dist/npm/tools/lists-styled.js +0 -84
- package/dist/npm/tools/lists.d.ts +0 -27
- package/dist/npm/tools/lists.js +0 -87
- package/dist/npm/tools/main.js +0 -743
- package/dist/npm/tools/outdent.d.ts +0 -17
- package/dist/npm/tools/outdent.js +0 -88
- package/dist/npm/tools/pdf.js +0 -48
- package/dist/npm/tools/print.js +0 -52
- package/dist/npm/tools/proseMirrorTool.js +0 -71
- package/dist/npm/tools/selectAll.js +0 -49
- package/dist/npm/tools/table-wizard/cellPropsUtils.js +0 -208
- package/dist/npm/tools/table-wizard/tableCellProperties.js +0 -253
- package/dist/npm/tools/table-wizard/tableProperties.d.ts +0 -11
- package/dist/npm/tools/table-wizard/tableProperties.js +0 -298
- package/dist/npm/tools/table-wizard/tablePropsUtils.d.ts +0 -52
- package/dist/npm/tools/table-wizard/tablePropsUtils.js +0 -504
- package/dist/npm/tools/table-wizard/utils.d.ts +0 -39
- package/dist/npm/tools/table-wizard/utils.js +0 -153
- package/dist/npm/tools/tableEdit.js +0 -95
- package/dist/npm/tools/unlink.js +0 -80
- package/dist/npm/tools/utils.js +0 -82
- package/dist/npm/tools/viewHtml.d.ts +0 -24
- package/dist/npm/tools/viewHtml.js +0 -82
- 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/index.js +0 -434
- package/dist/npm/utils/props-key.d.ts +0 -5
- package/dist/npm/utils/props-key.js +0 -8
- package/dist/systemjs/kendo-react-editor.js +0 -1
- package/e2e-next/editor.basic.tests.ts +0 -24
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
18
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
19
|
-
if (ar || !(i in from)) {
|
|
20
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
21
|
-
ar[i] = from[i];
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.ViewHtmlDialog = void 0;
|
|
28
|
-
var React = require("react");
|
|
29
|
-
var kendo_react_dialogs_1 = require("@progress/kendo-react-dialogs");
|
|
30
|
-
var kendo_react_buttons_1 = require("@progress/kendo-react-buttons");
|
|
31
|
-
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
32
|
-
var kendo_react_intl_1 = require("@progress/kendo-react-intl");
|
|
33
|
-
var messages_1 = require("./../messages");
|
|
34
|
-
var props_key_1 = require("./../utils/props-key");
|
|
35
|
-
var kendo_react_inputs_1 = require("@progress/kendo-react-inputs");
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
var ViewHtmlDialog = /** @class */ (function (_super) {
|
|
40
|
-
__extends(ViewHtmlDialog, _super);
|
|
41
|
-
function ViewHtmlDialog() {
|
|
42
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
43
|
-
_this.htmlArea = null;
|
|
44
|
-
_this.textAreaRef = function (area) {
|
|
45
|
-
_this.htmlArea = area;
|
|
46
|
-
var htmlArea = area && area.element.current;
|
|
47
|
-
if (htmlArea) {
|
|
48
|
-
htmlArea.style.resize = 'none';
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
_this.onUpdate = function () {
|
|
52
|
-
var _a = _this.props, view = _a.view, settings = _a.settings;
|
|
53
|
-
var html = (0, kendo_editor_common_1.trimWhitespace)((_this.htmlArea && _this.htmlArea.value) || '');
|
|
54
|
-
var preserveWhitespace = props_key_1.editorPropsKey.getState(view.state).preserveWhitespace;
|
|
55
|
-
(0, kendo_editor_common_1.setHtml)(html, settings.commandName, { preserveWhitespace: preserveWhitespace })(view.state, view.dispatch);
|
|
56
|
-
_this.onClose();
|
|
57
|
-
};
|
|
58
|
-
_this.onClose = function () {
|
|
59
|
-
_this.props.view.focus();
|
|
60
|
-
_this.props.onClose();
|
|
61
|
-
};
|
|
62
|
-
return _this;
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* @hidden
|
|
66
|
-
*/
|
|
67
|
-
ViewHtmlDialog.prototype.render = function () {
|
|
68
|
-
var _a = this.props, view = _a.view, settings = _a.settings, dir = _a.dir, render = _a.render;
|
|
69
|
-
var localization = (0, kendo_react_intl_1.provideLocalizationService)(this);
|
|
70
|
-
var _b = settings.messages, viewHtmlDialogTitle = _b.viewHtmlDialogTitle, viewHtmlCancel = _b.viewHtmlCancel, viewHtmlUpdate = _b.viewHtmlUpdate;
|
|
71
|
-
var content = (React.createElement(kendo_react_inputs_1.TextArea, { className: "k-editor-textarea", defaultValue: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state)), autoFocus: true, autoSize: false, ref: this.textAreaRef }));
|
|
72
|
-
var actionButtons = [(React.createElement(kendo_react_buttons_1.Button, { onClick: this.onClose, dir: dir, key: "cancel" }, localization.toLanguageString(viewHtmlCancel, messages_1.messages[viewHtmlCancel]))), (React.createElement(kendo_react_buttons_1.Button, { onClick: this.onUpdate, themeColor: 'primary', dir: dir, key: "update" }, localization.toLanguageString(viewHtmlUpdate, messages_1.messages[viewHtmlUpdate])))
|
|
73
|
-
];
|
|
74
|
-
var dialog = (React.createElement(kendo_react_dialogs_1.Window, { className: 'k-editor-window', title: localization.toLanguageString(viewHtmlDialogTitle, messages_1.messages[viewHtmlDialogTitle]), onClose: this.onClose, key: "dialog", style: dir === 'rtl' ? { textAlign: 'right' } : undefined, modal: true, minimizeButton: function () { return null; }, maximizeButton: function () { return null; }, resizable: true, initialHeight: 400, initialWidth: 500 },
|
|
75
|
-
content,
|
|
76
|
-
React.createElement.apply(React, __spreadArray([kendo_react_dialogs_1.WindowActionsBar, null], actionButtons, false))));
|
|
77
|
-
return render ? render(dialog, { content: content, actionButtons: actionButtons }) : dialog;
|
|
78
|
-
};
|
|
79
|
-
return ViewHtmlDialog;
|
|
80
|
-
}(React.Component));
|
|
81
|
-
exports.ViewHtmlDialog = ViewHtmlDialog;
|
|
82
|
-
(0, kendo_react_intl_1.registerForLocalization)(ViewHtmlDialog);
|
package/dist/npm/main.d.ts
DELETED
|
@@ -1,176 +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';
|
|
6
|
-
import { EditorDialogs } from './dialogs/main';
|
|
7
|
-
import { editorPropsKey } from './utils/props-key';
|
|
8
|
-
import { nodes, marks } from './config/schema';
|
|
9
|
-
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, MarkSpec, Schema, NodeType, NodeSpec, 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, getHtml, parseContent } from '@progress/kendo-editor-common';
|
|
10
|
-
export { Shortcuts } from './config/shortcuts';
|
|
11
|
-
export { PasteCleanupSettings } from './config/pasteSettings';
|
|
12
|
-
/**
|
|
13
|
-
* An object containing the content of ProseMirror packages used at the Editor component.
|
|
14
|
-
*
|
|
15
|
-
* "prosemirror-state",
|
|
16
|
-
* "prosemirror-view",
|
|
17
|
-
* "prosemirror-model",
|
|
18
|
-
* "prosemirror-transform",
|
|
19
|
-
* "prosemirror-commands",
|
|
20
|
-
* "prosemirror-keymap",
|
|
21
|
-
* "prosemirror-tables",
|
|
22
|
-
* "prosemirror-schema-list",
|
|
23
|
-
* "prosemirror-history",
|
|
24
|
-
* "prosemirror-inputrules",
|
|
25
|
-
* "prosemirror-dropcursor",
|
|
26
|
-
* "prosemirror-gapcursor"
|
|
27
|
-
*/
|
|
28
|
-
export declare const ProseMirror: {
|
|
29
|
-
Selection: typeof Selection;
|
|
30
|
-
SelectionRange: typeof SelectionRange;
|
|
31
|
-
TextSelection: typeof TextSelection;
|
|
32
|
-
NodeSelection: typeof NodeSelection;
|
|
33
|
-
AllSelection: typeof AllSelection;
|
|
34
|
-
EditorState: typeof EditorState;
|
|
35
|
-
Plugin: typeof Plugin;
|
|
36
|
-
PluginKey: typeof PluginKey;
|
|
37
|
-
Transaction: typeof Transaction;
|
|
38
|
-
Decoration: typeof Decoration;
|
|
39
|
-
DecorationSet: typeof DecorationSet;
|
|
40
|
-
EditorView: typeof EditorView;
|
|
41
|
-
Node: typeof Node;
|
|
42
|
-
ResolvedPos: typeof ResolvedPos;
|
|
43
|
-
NodeRange: typeof NodeRange;
|
|
44
|
-
Fragment: typeof Fragment;
|
|
45
|
-
Slice: typeof Slice;
|
|
46
|
-
ReplaceError: typeof ReplaceError;
|
|
47
|
-
Mark: typeof Mark;
|
|
48
|
-
Schema: typeof Schema;
|
|
49
|
-
NodeType: typeof NodeType;
|
|
50
|
-
MarkType: typeof MarkType;
|
|
51
|
-
ContentMatch: typeof ContentMatch;
|
|
52
|
-
DOMParser: typeof DOMParser;
|
|
53
|
-
DOMSerializer: typeof DOMSerializer;
|
|
54
|
-
Transform: typeof Transform;
|
|
55
|
-
Step: typeof Step;
|
|
56
|
-
StepResult: typeof StepResult;
|
|
57
|
-
joinPoint: typeof joinPoint;
|
|
58
|
-
canJoin: typeof canJoin;
|
|
59
|
-
canSplit: typeof canSplit;
|
|
60
|
-
insertPoint: typeof insertPoint;
|
|
61
|
-
dropPoint: typeof dropPoint;
|
|
62
|
-
liftTarget: typeof liftTarget;
|
|
63
|
-
findWrapping: typeof findWrapping;
|
|
64
|
-
StepMap: typeof StepMap;
|
|
65
|
-
MapResult: typeof MapResult;
|
|
66
|
-
Mapping: typeof Mapping;
|
|
67
|
-
AddMarkStep: typeof AddMarkStep;
|
|
68
|
-
RemoveMarkStep: typeof RemoveMarkStep;
|
|
69
|
-
ReplaceStep: typeof ReplaceStep;
|
|
70
|
-
ReplaceAroundStep: typeof ReplaceAroundStep;
|
|
71
|
-
replaceStep: typeof replaceStep;
|
|
72
|
-
deleteSelection: import("prosemirror-state").Command;
|
|
73
|
-
joinBackward: import("prosemirror-state").Command;
|
|
74
|
-
selectNodeBackward: import("prosemirror-state").Command;
|
|
75
|
-
joinForward: import("prosemirror-state").Command;
|
|
76
|
-
selectNodeForward: import("prosemirror-state").Command;
|
|
77
|
-
joinUp: import("prosemirror-state").Command;
|
|
78
|
-
joinDown: import("prosemirror-state").Command;
|
|
79
|
-
lift: import("prosemirror-state").Command;
|
|
80
|
-
newlineInCode: import("prosemirror-state").Command;
|
|
81
|
-
exitCode: import("prosemirror-state").Command;
|
|
82
|
-
createParagraphNear: import("prosemirror-state").Command;
|
|
83
|
-
liftEmptyBlock: import("prosemirror-state").Command;
|
|
84
|
-
splitBlock: import("prosemirror-state").Command;
|
|
85
|
-
splitBlockKeepMarks: import("prosemirror-state").Command;
|
|
86
|
-
selectParentNode: import("prosemirror-state").Command;
|
|
87
|
-
selectAll: import("prosemirror-state").Command;
|
|
88
|
-
wrapIn: typeof wrapIn;
|
|
89
|
-
setBlockType: typeof setBlockType;
|
|
90
|
-
toggleMark: typeof toggleMark;
|
|
91
|
-
autoJoin: typeof autoJoin;
|
|
92
|
-
chainCommands: typeof chainCommands;
|
|
93
|
-
pcBaseKeymap: {
|
|
94
|
-
[key: string]: import("prosemirror-state").Command;
|
|
95
|
-
};
|
|
96
|
-
macBaseKeymap: {
|
|
97
|
-
[key: string]: import("prosemirror-state").Command;
|
|
98
|
-
};
|
|
99
|
-
baseKeymap: {
|
|
100
|
-
[key: string]: import("prosemirror-state").Command;
|
|
101
|
-
};
|
|
102
|
-
history: typeof history;
|
|
103
|
-
undo: import("prosemirror-state").Command;
|
|
104
|
-
redo: import("prosemirror-state").Command;
|
|
105
|
-
undoDepth: typeof undoDepth;
|
|
106
|
-
redoDepth: typeof redoDepth;
|
|
107
|
-
InputRule: typeof InputRule;
|
|
108
|
-
inputRules: typeof inputRules;
|
|
109
|
-
undoInputRule: import("prosemirror-state").Command;
|
|
110
|
-
emDash: InputRule;
|
|
111
|
-
ellipsis: InputRule;
|
|
112
|
-
openDoubleQuote: InputRule;
|
|
113
|
-
closeDoubleQuote: InputRule;
|
|
114
|
-
openSingleQuote: InputRule;
|
|
115
|
-
closeSingleQuote: InputRule;
|
|
116
|
-
smartQuotes: readonly InputRule[];
|
|
117
|
-
wrappingInputRule: typeof wrappingInputRule;
|
|
118
|
-
textblockTypeInputRule: typeof textblockTypeInputRule;
|
|
119
|
-
keymap: typeof keymap;
|
|
120
|
-
keydownHandler: typeof keydownHandler;
|
|
121
|
-
orderedList: NodeSpec;
|
|
122
|
-
bulletList: NodeSpec;
|
|
123
|
-
listItem: NodeSpec;
|
|
124
|
-
addListNodes: typeof addListNodes;
|
|
125
|
-
wrapInList: typeof wrapInList;
|
|
126
|
-
splitListItem: typeof splitListItem;
|
|
127
|
-
liftListItem: typeof liftListItem;
|
|
128
|
-
sinkListItem: typeof sinkListItem;
|
|
129
|
-
dropCursor: typeof dropCursor;
|
|
130
|
-
gapCursor: typeof gapCursor;
|
|
131
|
-
tableEditing: typeof tableEditing;
|
|
132
|
-
fixTables: typeof fixTables;
|
|
133
|
-
fixTablesKey: PluginKey<{
|
|
134
|
-
fixTables: boolean;
|
|
135
|
-
}>;
|
|
136
|
-
cellAround: typeof cellAround;
|
|
137
|
-
isInTable: typeof isInTable;
|
|
138
|
-
selectionCell: typeof selectionCell;
|
|
139
|
-
moveCellForward: typeof moveCellForward;
|
|
140
|
-
inSameTable: typeof inSameTable;
|
|
141
|
-
findCell: typeof findCell;
|
|
142
|
-
colCount: typeof colCount;
|
|
143
|
-
nextCell: typeof nextCell;
|
|
144
|
-
removeColSpan: typeof removeColSpan;
|
|
145
|
-
addColSpan: typeof addColSpan;
|
|
146
|
-
columnIsHeader: typeof columnIsHeader;
|
|
147
|
-
tableNodes: typeof tableNodes;
|
|
148
|
-
tableNodeTypes: typeof tableNodeTypes;
|
|
149
|
-
CellSelection: typeof CellSelection;
|
|
150
|
-
TableMap: typeof TableMap;
|
|
151
|
-
tableEditingKey: PluginKey<number>;
|
|
152
|
-
columnResizing: typeof columnResizing;
|
|
153
|
-
columnResizingPluginKey: PluginKey<import("prosemirror-tables").ResizeState>;
|
|
154
|
-
updateColumnsOnResize: typeof updateColumnsOnResize;
|
|
155
|
-
selectedRect: typeof selectedRect;
|
|
156
|
-
addColumn: typeof addColumn;
|
|
157
|
-
addColumnBefore: (state: EditorState, dispatch?: ((tr: Transaction) => void) | undefined) => boolean;
|
|
158
|
-
addColumnAfter: (state: EditorState, dispatch?: ((tr: Transaction) => void) | undefined) => boolean;
|
|
159
|
-
deleteColumn: (state: EditorState, dispatch?: ((tr: Transaction) => void) | undefined) => boolean;
|
|
160
|
-
rowIsHeader: typeof rowIsHeader;
|
|
161
|
-
addRow: typeof addRow;
|
|
162
|
-
addRowBefore: (state: EditorState, dispatch?: ((tr: Transaction) => void) | undefined) => boolean;
|
|
163
|
-
addRowAfter: (state: EditorState, dispatch?: ((tr: Transaction) => void) | undefined) => boolean;
|
|
164
|
-
deleteRow: typeof deleteRow;
|
|
165
|
-
mergeCells: typeof mergeCells;
|
|
166
|
-
splitCell: typeof splitCell;
|
|
167
|
-
splitCellWithType: typeof splitCellWithType;
|
|
168
|
-
setCellAttr: typeof setCellAttr;
|
|
169
|
-
toggleHeader: typeof toggleHeader;
|
|
170
|
-
toggleHeaderRow: import("prosemirror-state").Command;
|
|
171
|
-
toggleHeaderColumn: import("prosemirror-state").Command;
|
|
172
|
-
toggleHeaderCell: import("prosemirror-state").Command;
|
|
173
|
-
goToNextCell: typeof goToNextCell;
|
|
174
|
-
deleteTable: typeof deleteTable;
|
|
175
|
-
};
|
|
176
|
-
export { Editor, EditorProps, EditorMountEvent, EditorPasteEvent, EditorChangeEvent, EditorExecuteEvent, EditorFocusEvent, EditorBlurEvent, EditorTools, EditorToolsSettings, EditorUtils, EditorDialogs, NodeSpec, MarkSpec, nodes, marks, getHtml, parseContent, editorPropsKey };
|
package/dist/npm/main.js
DELETED
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.editorPropsKey = exports.parseContent = exports.getHtml = exports.marks = exports.nodes = exports.EditorDialogs = exports.EditorUtils = exports.EditorToolsSettings = exports.EditorTools = exports.Editor = exports.ProseMirror = void 0;
|
|
4
|
-
var Editor_1 = require("./Editor");
|
|
5
|
-
Object.defineProperty(exports, "Editor", { enumerable: true, get: function () { return Editor_1.Editor; } });
|
|
6
|
-
var main_1 = require("./tools/main");
|
|
7
|
-
Object.defineProperty(exports, "EditorTools", { enumerable: true, get: function () { return main_1.EditorTools; } });
|
|
8
|
-
var toolsSettings_1 = require("./config/toolsSettings");
|
|
9
|
-
Object.defineProperty(exports, "EditorToolsSettings", { enumerable: true, get: function () { return toolsSettings_1.EditorToolsSettings; } });
|
|
10
|
-
var utils_1 = require("./utils");
|
|
11
|
-
Object.defineProperty(exports, "EditorUtils", { enumerable: true, get: function () { return utils_1.EditorUtils; } });
|
|
12
|
-
var main_2 = require("./dialogs/main");
|
|
13
|
-
Object.defineProperty(exports, "EditorDialogs", { enumerable: true, get: function () { return main_2.EditorDialogs; } });
|
|
14
|
-
var props_key_1 = require("./utils/props-key");
|
|
15
|
-
Object.defineProperty(exports, "editorPropsKey", { enumerable: true, get: function () { return props_key_1.editorPropsKey; } });
|
|
16
|
-
var schema_1 = require("./config/schema");
|
|
17
|
-
Object.defineProperty(exports, "nodes", { enumerable: true, get: function () { return schema_1.nodes; } });
|
|
18
|
-
Object.defineProperty(exports, "marks", { enumerable: true, get: function () { return schema_1.marks; } });
|
|
19
|
-
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
20
|
-
Object.defineProperty(exports, "getHtml", { enumerable: true, get: function () { return kendo_editor_common_1.getHtml; } });
|
|
21
|
-
Object.defineProperty(exports, "parseContent", { enumerable: true, get: function () { return kendo_editor_common_1.parseContent; } });
|
|
22
|
-
/**
|
|
23
|
-
* An object containing the content of ProseMirror packages used at the Editor component.
|
|
24
|
-
*
|
|
25
|
-
* "prosemirror-state",
|
|
26
|
-
* "prosemirror-view",
|
|
27
|
-
* "prosemirror-model",
|
|
28
|
-
* "prosemirror-transform",
|
|
29
|
-
* "prosemirror-commands",
|
|
30
|
-
* "prosemirror-keymap",
|
|
31
|
-
* "prosemirror-tables",
|
|
32
|
-
* "prosemirror-schema-list",
|
|
33
|
-
* "prosemirror-history",
|
|
34
|
-
* "prosemirror-inputrules",
|
|
35
|
-
* "prosemirror-dropcursor",
|
|
36
|
-
* "prosemirror-gapcursor"
|
|
37
|
-
*/
|
|
38
|
-
exports.ProseMirror = {
|
|
39
|
-
// prosemirror-state
|
|
40
|
-
Selection: kendo_editor_common_1.Selection,
|
|
41
|
-
SelectionRange: kendo_editor_common_1.SelectionRange,
|
|
42
|
-
TextSelection: kendo_editor_common_1.TextSelection,
|
|
43
|
-
NodeSelection: kendo_editor_common_1.NodeSelection,
|
|
44
|
-
AllSelection: kendo_editor_common_1.AllSelection,
|
|
45
|
-
EditorState: kendo_editor_common_1.EditorState,
|
|
46
|
-
Plugin: kendo_editor_common_1.Plugin,
|
|
47
|
-
PluginKey: kendo_editor_common_1.PluginKey,
|
|
48
|
-
Transaction: kendo_editor_common_1.Transaction,
|
|
49
|
-
// prosemirror-view
|
|
50
|
-
Decoration: kendo_editor_common_1.Decoration,
|
|
51
|
-
DecorationSet: kendo_editor_common_1.DecorationSet,
|
|
52
|
-
EditorView: kendo_editor_common_1.EditorView,
|
|
53
|
-
// prosemirror-model
|
|
54
|
-
Node: kendo_editor_common_1.Node,
|
|
55
|
-
ResolvedPos: kendo_editor_common_1.ResolvedPos,
|
|
56
|
-
NodeRange: kendo_editor_common_1.NodeRange,
|
|
57
|
-
Fragment: kendo_editor_common_1.Fragment,
|
|
58
|
-
Slice: kendo_editor_common_1.Slice,
|
|
59
|
-
ReplaceError: kendo_editor_common_1.ReplaceError,
|
|
60
|
-
Mark: kendo_editor_common_1.Mark,
|
|
61
|
-
Schema: kendo_editor_common_1.Schema,
|
|
62
|
-
NodeType: kendo_editor_common_1.NodeType,
|
|
63
|
-
MarkType: kendo_editor_common_1.MarkType,
|
|
64
|
-
ContentMatch: kendo_editor_common_1.ContentMatch,
|
|
65
|
-
DOMParser: kendo_editor_common_1.DOMParser,
|
|
66
|
-
DOMSerializer: kendo_editor_common_1.DOMSerializer,
|
|
67
|
-
// prosemirror-transform
|
|
68
|
-
Transform: kendo_editor_common_1.Transform,
|
|
69
|
-
Step: kendo_editor_common_1.Step,
|
|
70
|
-
StepResult: kendo_editor_common_1.StepResult,
|
|
71
|
-
joinPoint: kendo_editor_common_1.joinPoint,
|
|
72
|
-
canJoin: kendo_editor_common_1.canJoin,
|
|
73
|
-
canSplit: kendo_editor_common_1.canSplit,
|
|
74
|
-
insertPoint: kendo_editor_common_1.insertPoint,
|
|
75
|
-
dropPoint: kendo_editor_common_1.dropPoint,
|
|
76
|
-
liftTarget: kendo_editor_common_1.liftTarget,
|
|
77
|
-
findWrapping: kendo_editor_common_1.findWrapping,
|
|
78
|
-
StepMap: kendo_editor_common_1.StepMap,
|
|
79
|
-
MapResult: kendo_editor_common_1.MapResult,
|
|
80
|
-
Mapping: kendo_editor_common_1.Mapping,
|
|
81
|
-
AddMarkStep: kendo_editor_common_1.AddMarkStep,
|
|
82
|
-
RemoveMarkStep: kendo_editor_common_1.RemoveMarkStep,
|
|
83
|
-
ReplaceStep: kendo_editor_common_1.ReplaceStep,
|
|
84
|
-
ReplaceAroundStep: kendo_editor_common_1.ReplaceAroundStep,
|
|
85
|
-
replaceStep: kendo_editor_common_1.replaceStep,
|
|
86
|
-
// prosemirror-commands
|
|
87
|
-
deleteSelection: kendo_editor_common_1.deleteSelection,
|
|
88
|
-
joinBackward: kendo_editor_common_1.joinBackward,
|
|
89
|
-
selectNodeBackward: kendo_editor_common_1.selectNodeBackward,
|
|
90
|
-
joinForward: kendo_editor_common_1.joinForward,
|
|
91
|
-
selectNodeForward: kendo_editor_common_1.selectNodeForward,
|
|
92
|
-
joinUp: kendo_editor_common_1.joinUp,
|
|
93
|
-
joinDown: kendo_editor_common_1.joinDown,
|
|
94
|
-
lift: kendo_editor_common_1.lift,
|
|
95
|
-
newlineInCode: kendo_editor_common_1.newlineInCode,
|
|
96
|
-
exitCode: kendo_editor_common_1.exitCode,
|
|
97
|
-
createParagraphNear: kendo_editor_common_1.createParagraphNear,
|
|
98
|
-
liftEmptyBlock: kendo_editor_common_1.liftEmptyBlock,
|
|
99
|
-
splitBlock: kendo_editor_common_1.splitBlock,
|
|
100
|
-
splitBlockKeepMarks: kendo_editor_common_1.splitBlockKeepMarks,
|
|
101
|
-
selectParentNode: kendo_editor_common_1.selectParentNode,
|
|
102
|
-
selectAll: kendo_editor_common_1.selectAll,
|
|
103
|
-
wrapIn: kendo_editor_common_1.wrapIn,
|
|
104
|
-
setBlockType: kendo_editor_common_1.setBlockType,
|
|
105
|
-
toggleMark: kendo_editor_common_1.toggleMark,
|
|
106
|
-
autoJoin: kendo_editor_common_1.autoJoin,
|
|
107
|
-
chainCommands: kendo_editor_common_1.chainCommands,
|
|
108
|
-
pcBaseKeymap: kendo_editor_common_1.pcBaseKeymap,
|
|
109
|
-
macBaseKeymap: kendo_editor_common_1.macBaseKeymap,
|
|
110
|
-
baseKeymap: kendo_editor_common_1.baseKeymap,
|
|
111
|
-
// prosemirror-history
|
|
112
|
-
history: kendo_editor_common_1.history,
|
|
113
|
-
undo: kendo_editor_common_1.undo,
|
|
114
|
-
redo: kendo_editor_common_1.redo,
|
|
115
|
-
undoDepth: kendo_editor_common_1.undoDepth,
|
|
116
|
-
redoDepth: kendo_editor_common_1.redoDepth,
|
|
117
|
-
// prosemirror-inputrules
|
|
118
|
-
InputRule: kendo_editor_common_1.InputRule,
|
|
119
|
-
inputRules: kendo_editor_common_1.inputRules,
|
|
120
|
-
undoInputRule: kendo_editor_common_1.undoInputRule,
|
|
121
|
-
emDash: kendo_editor_common_1.emDash,
|
|
122
|
-
ellipsis: kendo_editor_common_1.ellipsis,
|
|
123
|
-
openDoubleQuote: kendo_editor_common_1.openDoubleQuote,
|
|
124
|
-
closeDoubleQuote: kendo_editor_common_1.closeDoubleQuote,
|
|
125
|
-
openSingleQuote: kendo_editor_common_1.openSingleQuote,
|
|
126
|
-
closeSingleQuote: kendo_editor_common_1.closeSingleQuote,
|
|
127
|
-
smartQuotes: kendo_editor_common_1.smartQuotes,
|
|
128
|
-
wrappingInputRule: kendo_editor_common_1.wrappingInputRule,
|
|
129
|
-
textblockTypeInputRule: kendo_editor_common_1.textblockTypeInputRule,
|
|
130
|
-
// prosemirror-keymap
|
|
131
|
-
keymap: kendo_editor_common_1.keymap,
|
|
132
|
-
keydownHandler: kendo_editor_common_1.keydownHandler,
|
|
133
|
-
// prosemirror-schema-list
|
|
134
|
-
orderedList: kendo_editor_common_1.orderedList,
|
|
135
|
-
bulletList: kendo_editor_common_1.bulletList,
|
|
136
|
-
listItem: kendo_editor_common_1.listItem,
|
|
137
|
-
addListNodes: kendo_editor_common_1.addListNodes,
|
|
138
|
-
wrapInList: kendo_editor_common_1.wrapInList,
|
|
139
|
-
splitListItem: kendo_editor_common_1.splitListItem,
|
|
140
|
-
liftListItem: kendo_editor_common_1.liftListItem,
|
|
141
|
-
sinkListItem: kendo_editor_common_1.sinkListItem,
|
|
142
|
-
// prosemirror-dropcursor
|
|
143
|
-
dropCursor: kendo_editor_common_1.dropCursor,
|
|
144
|
-
// prosemirror-gapcursor
|
|
145
|
-
gapCursor: kendo_editor_common_1.gapCursor,
|
|
146
|
-
// prosemirror-tables
|
|
147
|
-
tableEditing: kendo_editor_common_1.tableEditing,
|
|
148
|
-
fixTables: kendo_editor_common_1.fixTables,
|
|
149
|
-
fixTablesKey: kendo_editor_common_1.fixTablesKey,
|
|
150
|
-
cellAround: kendo_editor_common_1.cellAround,
|
|
151
|
-
isInTable: kendo_editor_common_1.isInTable,
|
|
152
|
-
selectionCell: kendo_editor_common_1.selectionCell,
|
|
153
|
-
moveCellForward: kendo_editor_common_1.moveCellForward,
|
|
154
|
-
inSameTable: kendo_editor_common_1.inSameTable,
|
|
155
|
-
findCell: kendo_editor_common_1.findCell,
|
|
156
|
-
colCount: kendo_editor_common_1.colCount,
|
|
157
|
-
nextCell: kendo_editor_common_1.nextCell,
|
|
158
|
-
removeColSpan: kendo_editor_common_1.removeColSpan,
|
|
159
|
-
addColSpan: kendo_editor_common_1.addColSpan,
|
|
160
|
-
columnIsHeader: kendo_editor_common_1.columnIsHeader,
|
|
161
|
-
tableNodes: kendo_editor_common_1.tableNodes,
|
|
162
|
-
tableNodeTypes: kendo_editor_common_1.tableNodeTypes,
|
|
163
|
-
CellSelection: kendo_editor_common_1.CellSelection,
|
|
164
|
-
TableMap: kendo_editor_common_1.TableMap,
|
|
165
|
-
tableEditingKey: kendo_editor_common_1.tableEditingKey,
|
|
166
|
-
columnResizing: kendo_editor_common_1.columnResizing,
|
|
167
|
-
columnResizingPluginKey: kendo_editor_common_1.columnResizingPluginKey,
|
|
168
|
-
updateColumnsOnResize: kendo_editor_common_1.updateColumnsOnResize,
|
|
169
|
-
selectedRect: kendo_editor_common_1.selectedRect,
|
|
170
|
-
addColumn: kendo_editor_common_1.addColumn,
|
|
171
|
-
addColumnBefore: kendo_editor_common_1.addColumnBefore,
|
|
172
|
-
addColumnAfter: kendo_editor_common_1.addColumnAfter,
|
|
173
|
-
deleteColumn: kendo_editor_common_1.deleteColumn,
|
|
174
|
-
rowIsHeader: kendo_editor_common_1.rowIsHeader,
|
|
175
|
-
addRow: kendo_editor_common_1.addRow,
|
|
176
|
-
addRowBefore: kendo_editor_common_1.addRowBefore,
|
|
177
|
-
addRowAfter: kendo_editor_common_1.addRowAfter,
|
|
178
|
-
deleteRow: kendo_editor_common_1.deleteRow,
|
|
179
|
-
mergeCells: kendo_editor_common_1.mergeCells,
|
|
180
|
-
splitCell: kendo_editor_common_1.splitCell,
|
|
181
|
-
splitCellWithType: kendo_editor_common_1.splitCellWithType,
|
|
182
|
-
setCellAttr: kendo_editor_common_1.setCellAttr,
|
|
183
|
-
toggleHeader: kendo_editor_common_1.toggleHeader,
|
|
184
|
-
toggleHeaderRow: kendo_editor_common_1.toggleHeaderRow,
|
|
185
|
-
toggleHeaderColumn: kendo_editor_common_1.toggleHeaderColumn,
|
|
186
|
-
toggleHeaderCell: kendo_editor_common_1.toggleHeaderCell,
|
|
187
|
-
goToNextCell: kendo_editor_common_1.goToNextCell,
|
|
188
|
-
deleteTable: kendo_editor_common_1.deleteTable
|
|
189
|
-
};
|