@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,79 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
17
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
18
|
-
if (ar || !(i in from)) {
|
|
19
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
20
|
-
ar[i] = from[i];
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
24
|
-
};
|
|
25
|
-
import * as React from 'react';
|
|
26
|
-
import { Window, WindowActionsBar } from '@progress/kendo-react-dialogs';
|
|
27
|
-
import { Button } from '@progress/kendo-react-buttons';
|
|
28
|
-
import { getHtml, setHtml, indentHtml, trimWhitespace } from '@progress/kendo-editor-common';
|
|
29
|
-
import { registerForLocalization, provideLocalizationService } from '@progress/kendo-react-intl';
|
|
30
|
-
import { messages } from './../messages';
|
|
31
|
-
import { editorPropsKey } from './../utils/props-key';
|
|
32
|
-
import { TextArea } from '@progress/kendo-react-inputs';
|
|
33
|
-
/**
|
|
34
|
-
* @hidden
|
|
35
|
-
*/
|
|
36
|
-
var ViewHtmlDialog = /** @class */ (function (_super) {
|
|
37
|
-
__extends(ViewHtmlDialog, _super);
|
|
38
|
-
function ViewHtmlDialog() {
|
|
39
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
40
|
-
_this.htmlArea = null;
|
|
41
|
-
_this.textAreaRef = function (area) {
|
|
42
|
-
_this.htmlArea = area;
|
|
43
|
-
var htmlArea = area && area.element.current;
|
|
44
|
-
if (htmlArea) {
|
|
45
|
-
htmlArea.style.resize = 'none';
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
_this.onUpdate = function () {
|
|
49
|
-
var _a = _this.props, view = _a.view, settings = _a.settings;
|
|
50
|
-
var html = trimWhitespace((_this.htmlArea && _this.htmlArea.value) || '');
|
|
51
|
-
var preserveWhitespace = editorPropsKey.getState(view.state).preserveWhitespace;
|
|
52
|
-
setHtml(html, settings.commandName, { preserveWhitespace: preserveWhitespace })(view.state, view.dispatch);
|
|
53
|
-
_this.onClose();
|
|
54
|
-
};
|
|
55
|
-
_this.onClose = function () {
|
|
56
|
-
_this.props.view.focus();
|
|
57
|
-
_this.props.onClose();
|
|
58
|
-
};
|
|
59
|
-
return _this;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* @hidden
|
|
63
|
-
*/
|
|
64
|
-
ViewHtmlDialog.prototype.render = function () {
|
|
65
|
-
var _a = this.props, view = _a.view, settings = _a.settings, dir = _a.dir, render = _a.render;
|
|
66
|
-
var localization = provideLocalizationService(this);
|
|
67
|
-
var _b = settings.messages, viewHtmlDialogTitle = _b.viewHtmlDialogTitle, viewHtmlCancel = _b.viewHtmlCancel, viewHtmlUpdate = _b.viewHtmlUpdate;
|
|
68
|
-
var content = (React.createElement(TextArea, { className: "k-editor-textarea", defaultValue: indentHtml(getHtml(view.state)), autoFocus: true, autoSize: false, ref: this.textAreaRef }));
|
|
69
|
-
var actionButtons = [(React.createElement(Button, { onClick: this.onClose, dir: dir, key: "cancel" }, localization.toLanguageString(viewHtmlCancel, messages[viewHtmlCancel]))), (React.createElement(Button, { onClick: this.onUpdate, themeColor: 'primary', dir: dir, key: "update" }, localization.toLanguageString(viewHtmlUpdate, messages[viewHtmlUpdate])))
|
|
70
|
-
];
|
|
71
|
-
var dialog = (React.createElement(Window, { className: 'k-editor-window', title: localization.toLanguageString(viewHtmlDialogTitle, 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 },
|
|
72
|
-
content,
|
|
73
|
-
React.createElement.apply(React, __spreadArray([WindowActionsBar, null], actionButtons, false))));
|
|
74
|
-
return render ? render(dialog, { content: content, actionButtons: actionButtons }) : dialog;
|
|
75
|
-
};
|
|
76
|
-
return ViewHtmlDialog;
|
|
77
|
-
}(React.Component));
|
|
78
|
-
export { ViewHtmlDialog };
|
|
79
|
-
registerForLocalization(ViewHtmlDialog);
|
package/dist/es/main.js
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
import { Editor } from './Editor';
|
|
2
|
-
import { EditorTools } from './tools/main';
|
|
3
|
-
import { EditorToolsSettings } from './config/toolsSettings';
|
|
4
|
-
import { EditorUtils } from './utils';
|
|
5
|
-
import { EditorDialogs } from './dialogs/main';
|
|
6
|
-
import { editorPropsKey } from './utils/props-key';
|
|
7
|
-
import { nodes, marks } from './config/schema';
|
|
8
|
-
import {
|
|
9
|
-
// prosemirror-state
|
|
10
|
-
Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction,
|
|
11
|
-
// prosemirror-view
|
|
12
|
-
Decoration, DecorationSet, EditorView,
|
|
13
|
-
// prosemirror-model
|
|
14
|
-
Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, Schema, NodeType, MarkType, ContentMatch, DOMParser, DOMSerializer,
|
|
15
|
-
// prosemirror-transform
|
|
16
|
-
Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep,
|
|
17
|
-
// prosemirror-commands
|
|
18
|
-
deleteSelection, joinBackward, selectNodeBackward, joinForward, selectNodeForward, joinUp, joinDown, lift, newlineInCode, exitCode, createParagraphNear, liftEmptyBlock, splitBlock, splitBlockKeepMarks, selectParentNode, selectAll, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, pcBaseKeymap, macBaseKeymap, baseKeymap,
|
|
19
|
-
// prosemirror-history
|
|
20
|
-
history, undo, redo, undoDepth, redoDepth,
|
|
21
|
-
// prosemirror-inputrules
|
|
22
|
-
InputRule, inputRules, undoInputRule, emDash, ellipsis, openDoubleQuote, closeDoubleQuote, openSingleQuote, closeSingleQuote, smartQuotes, wrappingInputRule, textblockTypeInputRule,
|
|
23
|
-
// prosemirror-keymap
|
|
24
|
-
keymap, keydownHandler,
|
|
25
|
-
// prosemirror-schema-list
|
|
26
|
-
orderedList, bulletList, listItem, addListNodes, wrapInList, splitListItem, liftListItem, sinkListItem,
|
|
27
|
-
// prosemirror-dropcursor
|
|
28
|
-
dropCursor,
|
|
29
|
-
// prosemirror-gapcursor
|
|
30
|
-
gapCursor,
|
|
31
|
-
// prosemirror-tables
|
|
32
|
-
tableEditing, fixTables, fixTablesKey, cellAround, isInTable, selectionCell, moveCellForward, inSameTable, findCell, colCount, nextCell, removeColSpan, addColSpan, columnIsHeader, tableNodes, tableNodeTypes, CellSelection, TableMap, tableEditingKey, columnResizing, columnResizingPluginKey, updateColumnsOnResize, selectedRect, addColumn, addColumnBefore, addColumnAfter, deleteColumn, rowIsHeader, addRow, addRowBefore, addRowAfter, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader, toggleHeaderRow, toggleHeaderColumn, toggleHeaderCell, goToNextCell, deleteTable, getHtml, parseContent } from '@progress/kendo-editor-common';
|
|
33
|
-
/**
|
|
34
|
-
* An object containing the content of ProseMirror packages used at the Editor component.
|
|
35
|
-
*
|
|
36
|
-
* "prosemirror-state",
|
|
37
|
-
* "prosemirror-view",
|
|
38
|
-
* "prosemirror-model",
|
|
39
|
-
* "prosemirror-transform",
|
|
40
|
-
* "prosemirror-commands",
|
|
41
|
-
* "prosemirror-keymap",
|
|
42
|
-
* "prosemirror-tables",
|
|
43
|
-
* "prosemirror-schema-list",
|
|
44
|
-
* "prosemirror-history",
|
|
45
|
-
* "prosemirror-inputrules",
|
|
46
|
-
* "prosemirror-dropcursor",
|
|
47
|
-
* "prosemirror-gapcursor"
|
|
48
|
-
*/
|
|
49
|
-
export var ProseMirror = {
|
|
50
|
-
// prosemirror-state
|
|
51
|
-
Selection: Selection,
|
|
52
|
-
SelectionRange: SelectionRange,
|
|
53
|
-
TextSelection: TextSelection,
|
|
54
|
-
NodeSelection: NodeSelection,
|
|
55
|
-
AllSelection: AllSelection,
|
|
56
|
-
EditorState: EditorState,
|
|
57
|
-
Plugin: Plugin,
|
|
58
|
-
PluginKey: PluginKey,
|
|
59
|
-
Transaction: Transaction,
|
|
60
|
-
// prosemirror-view
|
|
61
|
-
Decoration: Decoration,
|
|
62
|
-
DecorationSet: DecorationSet,
|
|
63
|
-
EditorView: EditorView,
|
|
64
|
-
// prosemirror-model
|
|
65
|
-
Node: Node,
|
|
66
|
-
ResolvedPos: ResolvedPos,
|
|
67
|
-
NodeRange: NodeRange,
|
|
68
|
-
Fragment: Fragment,
|
|
69
|
-
Slice: Slice,
|
|
70
|
-
ReplaceError: ReplaceError,
|
|
71
|
-
Mark: Mark,
|
|
72
|
-
Schema: Schema,
|
|
73
|
-
NodeType: NodeType,
|
|
74
|
-
MarkType: MarkType,
|
|
75
|
-
ContentMatch: ContentMatch,
|
|
76
|
-
DOMParser: DOMParser,
|
|
77
|
-
DOMSerializer: DOMSerializer,
|
|
78
|
-
// prosemirror-transform
|
|
79
|
-
Transform: Transform,
|
|
80
|
-
Step: Step,
|
|
81
|
-
StepResult: StepResult,
|
|
82
|
-
joinPoint: joinPoint,
|
|
83
|
-
canJoin: canJoin,
|
|
84
|
-
canSplit: canSplit,
|
|
85
|
-
insertPoint: insertPoint,
|
|
86
|
-
dropPoint: dropPoint,
|
|
87
|
-
liftTarget: liftTarget,
|
|
88
|
-
findWrapping: findWrapping,
|
|
89
|
-
StepMap: StepMap,
|
|
90
|
-
MapResult: MapResult,
|
|
91
|
-
Mapping: Mapping,
|
|
92
|
-
AddMarkStep: AddMarkStep,
|
|
93
|
-
RemoveMarkStep: RemoveMarkStep,
|
|
94
|
-
ReplaceStep: ReplaceStep,
|
|
95
|
-
ReplaceAroundStep: ReplaceAroundStep,
|
|
96
|
-
replaceStep: replaceStep,
|
|
97
|
-
// prosemirror-commands
|
|
98
|
-
deleteSelection: deleteSelection,
|
|
99
|
-
joinBackward: joinBackward,
|
|
100
|
-
selectNodeBackward: selectNodeBackward,
|
|
101
|
-
joinForward: joinForward,
|
|
102
|
-
selectNodeForward: selectNodeForward,
|
|
103
|
-
joinUp: joinUp,
|
|
104
|
-
joinDown: joinDown,
|
|
105
|
-
lift: lift,
|
|
106
|
-
newlineInCode: newlineInCode,
|
|
107
|
-
exitCode: exitCode,
|
|
108
|
-
createParagraphNear: createParagraphNear,
|
|
109
|
-
liftEmptyBlock: liftEmptyBlock,
|
|
110
|
-
splitBlock: splitBlock,
|
|
111
|
-
splitBlockKeepMarks: splitBlockKeepMarks,
|
|
112
|
-
selectParentNode: selectParentNode,
|
|
113
|
-
selectAll: selectAll,
|
|
114
|
-
wrapIn: wrapIn,
|
|
115
|
-
setBlockType: setBlockType,
|
|
116
|
-
toggleMark: toggleMark,
|
|
117
|
-
autoJoin: autoJoin,
|
|
118
|
-
chainCommands: chainCommands,
|
|
119
|
-
pcBaseKeymap: pcBaseKeymap,
|
|
120
|
-
macBaseKeymap: macBaseKeymap,
|
|
121
|
-
baseKeymap: baseKeymap,
|
|
122
|
-
// prosemirror-history
|
|
123
|
-
history: history,
|
|
124
|
-
undo: undo,
|
|
125
|
-
redo: redo,
|
|
126
|
-
undoDepth: undoDepth,
|
|
127
|
-
redoDepth: redoDepth,
|
|
128
|
-
// prosemirror-inputrules
|
|
129
|
-
InputRule: InputRule,
|
|
130
|
-
inputRules: inputRules,
|
|
131
|
-
undoInputRule: undoInputRule,
|
|
132
|
-
emDash: emDash,
|
|
133
|
-
ellipsis: ellipsis,
|
|
134
|
-
openDoubleQuote: openDoubleQuote,
|
|
135
|
-
closeDoubleQuote: closeDoubleQuote,
|
|
136
|
-
openSingleQuote: openSingleQuote,
|
|
137
|
-
closeSingleQuote: closeSingleQuote,
|
|
138
|
-
smartQuotes: smartQuotes,
|
|
139
|
-
wrappingInputRule: wrappingInputRule,
|
|
140
|
-
textblockTypeInputRule: textblockTypeInputRule,
|
|
141
|
-
// prosemirror-keymap
|
|
142
|
-
keymap: keymap,
|
|
143
|
-
keydownHandler: keydownHandler,
|
|
144
|
-
// prosemirror-schema-list
|
|
145
|
-
orderedList: orderedList,
|
|
146
|
-
bulletList: bulletList,
|
|
147
|
-
listItem: listItem,
|
|
148
|
-
addListNodes: addListNodes,
|
|
149
|
-
wrapInList: wrapInList,
|
|
150
|
-
splitListItem: splitListItem,
|
|
151
|
-
liftListItem: liftListItem,
|
|
152
|
-
sinkListItem: sinkListItem,
|
|
153
|
-
// prosemirror-dropcursor
|
|
154
|
-
dropCursor: dropCursor,
|
|
155
|
-
// prosemirror-gapcursor
|
|
156
|
-
gapCursor: gapCursor,
|
|
157
|
-
// prosemirror-tables
|
|
158
|
-
tableEditing: tableEditing,
|
|
159
|
-
fixTables: fixTables,
|
|
160
|
-
fixTablesKey: fixTablesKey,
|
|
161
|
-
cellAround: cellAround,
|
|
162
|
-
isInTable: isInTable,
|
|
163
|
-
selectionCell: selectionCell,
|
|
164
|
-
moveCellForward: moveCellForward,
|
|
165
|
-
inSameTable: inSameTable,
|
|
166
|
-
findCell: findCell,
|
|
167
|
-
colCount: colCount,
|
|
168
|
-
nextCell: nextCell,
|
|
169
|
-
removeColSpan: removeColSpan,
|
|
170
|
-
addColSpan: addColSpan,
|
|
171
|
-
columnIsHeader: columnIsHeader,
|
|
172
|
-
tableNodes: tableNodes,
|
|
173
|
-
tableNodeTypes: tableNodeTypes,
|
|
174
|
-
CellSelection: CellSelection,
|
|
175
|
-
TableMap: TableMap,
|
|
176
|
-
tableEditingKey: tableEditingKey,
|
|
177
|
-
columnResizing: columnResizing,
|
|
178
|
-
columnResizingPluginKey: columnResizingPluginKey,
|
|
179
|
-
updateColumnsOnResize: updateColumnsOnResize,
|
|
180
|
-
selectedRect: selectedRect,
|
|
181
|
-
addColumn: addColumn,
|
|
182
|
-
addColumnBefore: addColumnBefore,
|
|
183
|
-
addColumnAfter: addColumnAfter,
|
|
184
|
-
deleteColumn: deleteColumn,
|
|
185
|
-
rowIsHeader: rowIsHeader,
|
|
186
|
-
addRow: addRow,
|
|
187
|
-
addRowBefore: addRowBefore,
|
|
188
|
-
addRowAfter: addRowAfter,
|
|
189
|
-
deleteRow: deleteRow,
|
|
190
|
-
mergeCells: mergeCells,
|
|
191
|
-
splitCell: splitCell,
|
|
192
|
-
splitCellWithType: splitCellWithType,
|
|
193
|
-
setCellAttr: setCellAttr,
|
|
194
|
-
toggleHeader: toggleHeader,
|
|
195
|
-
toggleHeaderRow: toggleHeaderRow,
|
|
196
|
-
toggleHeaderColumn: toggleHeaderColumn,
|
|
197
|
-
toggleHeaderCell: toggleHeaderCell,
|
|
198
|
-
goToNextCell: goToNextCell,
|
|
199
|
-
deleteTable: deleteTable
|
|
200
|
-
};
|
|
201
|
-
export { Editor, EditorTools, EditorToolsSettings, EditorUtils, EditorDialogs, nodes, marks, getHtml, parseContent, editorPropsKey };
|
|
@@ -1,334 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @hidden
|
|
3
|
-
*/
|
|
4
|
-
export declare const messages: {
|
|
5
|
-
"editor.bold": string;
|
|
6
|
-
"editor.italic": string;
|
|
7
|
-
"editor.underline": string;
|
|
8
|
-
"editor.strikethrough": string;
|
|
9
|
-
"editor.subscript": string;
|
|
10
|
-
"editor.superscript": string;
|
|
11
|
-
"editor.unlink": string;
|
|
12
|
-
"editor.undo": string;
|
|
13
|
-
"editor.redo": string;
|
|
14
|
-
"editor.fontSize": string;
|
|
15
|
-
"editor.fontName": string;
|
|
16
|
-
"editor.format": string;
|
|
17
|
-
"editor.alignLeft": string;
|
|
18
|
-
"editor.alignRight": string;
|
|
19
|
-
"editor.alignCenter": string;
|
|
20
|
-
"editor.alignJustify": string;
|
|
21
|
-
"editor.indent": string;
|
|
22
|
-
"editor.outdent": string;
|
|
23
|
-
"editor.orderedList": string;
|
|
24
|
-
"editor.bulletList": string;
|
|
25
|
-
"editor.print": string;
|
|
26
|
-
"editor.selectAll": string;
|
|
27
|
-
"editor.cleanFormatting": string;
|
|
28
|
-
"editor.pdf": string;
|
|
29
|
-
"editor.foregroundColor": string;
|
|
30
|
-
"editor.backgroundColor": string;
|
|
31
|
-
"editor.createTable": string;
|
|
32
|
-
"editor.insertTableHint": string;
|
|
33
|
-
"editor.addRowBefore": string;
|
|
34
|
-
"editor.addRowAfter": string;
|
|
35
|
-
"editor.addColumnBefore": string;
|
|
36
|
-
"editor.addColumnAfter": string;
|
|
37
|
-
"editor.deleteRow": string;
|
|
38
|
-
"editor.deleteColumn": string;
|
|
39
|
-
"editor.deleteTable": string;
|
|
40
|
-
"editor.mergeCells": string;
|
|
41
|
-
"editor.splitCell": string;
|
|
42
|
-
"editor.hyperlink": string;
|
|
43
|
-
"editor.hyperlink-dialog-title": string;
|
|
44
|
-
"editor.hyperlink-dialog-content-address": string;
|
|
45
|
-
"editor.hyperlink-dialog-content-title": string;
|
|
46
|
-
"editor.hyperlink-dialog-content-newwindow": string;
|
|
47
|
-
"editor.hyperlink-dialog-cancel": string;
|
|
48
|
-
"editor.hyperlink-dialog-insert": string;
|
|
49
|
-
"editor.insertFile": string;
|
|
50
|
-
"editor.insertfile-dialog-title": string;
|
|
51
|
-
"editor.insertfile-dialog-content-address": string;
|
|
52
|
-
"editor.insertfile-dialog-content-title": string;
|
|
53
|
-
"editor.insertfile-dialog-cancel": string;
|
|
54
|
-
"editor.insertfile-dialog-insert": string;
|
|
55
|
-
"editor.image": string;
|
|
56
|
-
"editor.image-dialog-title": string;
|
|
57
|
-
"editor.image-address": string;
|
|
58
|
-
"editor.image-title": string;
|
|
59
|
-
"editor.image-altText": string;
|
|
60
|
-
"editor.image-width": string;
|
|
61
|
-
"editor.image-height": string;
|
|
62
|
-
"editor.image-cancel": string;
|
|
63
|
-
"editor.image-insert": string;
|
|
64
|
-
"editor.viewHtml": string;
|
|
65
|
-
"editor.viewHtml-dialog-title": string;
|
|
66
|
-
"editor.viewHtml-cancel": string;
|
|
67
|
-
"editor.viewHtml-update": string;
|
|
68
|
-
"editor.findReplace-tool-title": string;
|
|
69
|
-
"editor.findReplace-dialog-title": string;
|
|
70
|
-
"editor.findReplace-tab-find": string;
|
|
71
|
-
"editor.findReplace-tab-replace": string;
|
|
72
|
-
"editor.findReplace-findWhat": string;
|
|
73
|
-
"editor.findReplace-replaceWith": string;
|
|
74
|
-
"editor.findReplace-replace": string;
|
|
75
|
-
"editor.findReplace-replaceAll": string;
|
|
76
|
-
"editor.findReplace-matchCase": string;
|
|
77
|
-
"editor.findReplace-matchWord": string;
|
|
78
|
-
"editor.findReplace-matchCyclic": string;
|
|
79
|
-
"editor.findReplace-useRegExp": string;
|
|
80
|
-
"editor.findReplace-prevMatch": string;
|
|
81
|
-
"editor.findReplace-nextMatch": string;
|
|
82
|
-
"editor.findReplace-matches": string;
|
|
83
|
-
"editor.iframeTitle": string;
|
|
84
|
-
"editorTools.foreColorLabel": string;
|
|
85
|
-
"editorTools.backColorLabel": string;
|
|
86
|
-
"editor.cellProperties": string;
|
|
87
|
-
"editor.cellPropertiesLeftTop": string;
|
|
88
|
-
"editor.cellPropertiesCenterTop": string;
|
|
89
|
-
"editor.cellPropertiesRightTop": string;
|
|
90
|
-
"editor.cellPropertiesLeftMiddle": string;
|
|
91
|
-
"editor.cellPropertiesCenterMiddle": string;
|
|
92
|
-
"editor.cellPropertiesRightMiddle": string;
|
|
93
|
-
"editor.cellPropertiesLeftBottom": string;
|
|
94
|
-
"editor.cellPropertiesCenterBottom": string;
|
|
95
|
-
"editor.cellPropertiesRightBottom": string;
|
|
96
|
-
"editor.cellPropertiesNoAlignment": string;
|
|
97
|
-
"editor.cellPropertiesWrap": string;
|
|
98
|
-
"editor.cellPropertiesFitToCell": string;
|
|
99
|
-
"editor.cellPropertiesApplyToAllCells": string;
|
|
100
|
-
"editor.cellPropertiesWidth": string;
|
|
101
|
-
"editor.cellPropertiesApplyToColumn": string;
|
|
102
|
-
"editor.cellPropertiesHeight": string;
|
|
103
|
-
"editor.cellPropertiesApplyToRow": string;
|
|
104
|
-
"editor.cellPropertiesAlignment": string;
|
|
105
|
-
"editor.cellPropertiesTextControl": string;
|
|
106
|
-
"editor.cellPropertiesCellPadding": string;
|
|
107
|
-
"editor.cellPropertiesBackground": string;
|
|
108
|
-
"editor.cellPropertiesBorderWidth": string;
|
|
109
|
-
"editor.cellPropertiesBorderColor": string;
|
|
110
|
-
"editor.cellPropertiesBorderStyle": string;
|
|
111
|
-
"editor.cellPropertiesId": string;
|
|
112
|
-
"editor.cellPropertiesCssClass": string;
|
|
113
|
-
"editor.cellPropertiesSave": string;
|
|
114
|
-
"editor.cellPropertiesCancel": string;
|
|
115
|
-
"editor.tableProperties": string;
|
|
116
|
-
"editor.tablePropertiesAlignLeft": string;
|
|
117
|
-
"editor.tablePropertiesAlignCenter": string;
|
|
118
|
-
"editor.tablePropertiesAlignRight": string;
|
|
119
|
-
"editor.tablePropertiesNoAlignment": string;
|
|
120
|
-
"editor.tablePropertiesLeft": string;
|
|
121
|
-
"editor.tablePropertiesCenter": string;
|
|
122
|
-
"editor.tablePropertiesRight": string;
|
|
123
|
-
"editor.tablePropertiesTop": string;
|
|
124
|
-
"editor.tablePropertiesBottom": string;
|
|
125
|
-
"editor.tablePropertiesNone": string;
|
|
126
|
-
"editor.tablePropertiesUsingScopeAttribute": string;
|
|
127
|
-
"editor.tablePropertiesUsingIdAttributes": string;
|
|
128
|
-
"editor.tablePropertiesRows": string;
|
|
129
|
-
"editor.tablePropertiesColumns": string;
|
|
130
|
-
"editor.tablePropertiesWidth": string;
|
|
131
|
-
"editor.tablePropertiesHeight": string;
|
|
132
|
-
"editor.tablePropertiesPosition": string;
|
|
133
|
-
"editor.tablePropertiesAlignment": string;
|
|
134
|
-
"editor.tablePropertiesCellSpacing": string;
|
|
135
|
-
"editor.tablePropertiesCellPadding": string;
|
|
136
|
-
"editor.tablePropertiesTableBackground": string;
|
|
137
|
-
"editor.tablePropertiesBorderWidth": string;
|
|
138
|
-
"editor.tablePropertiesBorderColor": string;
|
|
139
|
-
"editor.tablePropertiesBorderStyle": string;
|
|
140
|
-
"editor.tablePropertiesCollapseBorders": string;
|
|
141
|
-
"editor.tablePropertiesID": string;
|
|
142
|
-
"editor.tablePropertiesCssClass": string;
|
|
143
|
-
"editor.tablePropertiesAccessibility": string;
|
|
144
|
-
"editor.tablePropertiesCaption": string;
|
|
145
|
-
"editor.tablePropertiesCaptionPosition": string;
|
|
146
|
-
"editor.tablePropertiesCaptionAlignment": string;
|
|
147
|
-
"editor.tablePropertiesHeaderRows": string;
|
|
148
|
-
"editor.tablePropertiesHeaderCols": string;
|
|
149
|
-
"editor.tablePropertiesAssociateHeaders": string;
|
|
150
|
-
"editor.tablePropertiesGeneral": string;
|
|
151
|
-
"editor.tablePropertiesAdvanced": string;
|
|
152
|
-
"editor.tablePropertiesSave": string;
|
|
153
|
-
"editor.tablePropertiesCancel": string;
|
|
154
|
-
"editor.borderStyleNone": string;
|
|
155
|
-
"editor.borderStyleSolid": string;
|
|
156
|
-
"editor.borderStyleDotted": string;
|
|
157
|
-
"editor.borderStyleDashed": string;
|
|
158
|
-
"editor.borderStyleDouble": string;
|
|
159
|
-
"editor.borderStyleGroove": string;
|
|
160
|
-
"editor.borderStyleRidge": string;
|
|
161
|
-
"editor.borderStyleInset": string;
|
|
162
|
-
"editor.borderStyleOutset": string;
|
|
163
|
-
"editor.borderStyleInitial": string;
|
|
164
|
-
"editor.borderStyleInherit": string;
|
|
165
|
-
"editor.borderStyleHidden": string;
|
|
166
|
-
"editor.sizeAuto": string;
|
|
167
|
-
};
|
|
168
|
-
/**
|
|
169
|
-
* @hidden
|
|
170
|
-
*/
|
|
171
|
-
export declare const keys: {
|
|
172
|
-
bold: string;
|
|
173
|
-
italic: string;
|
|
174
|
-
underline: string;
|
|
175
|
-
strikethrough: string;
|
|
176
|
-
subscript: string;
|
|
177
|
-
superscript: string;
|
|
178
|
-
unlink: string;
|
|
179
|
-
undo: string;
|
|
180
|
-
redo: string;
|
|
181
|
-
fontSize: string;
|
|
182
|
-
fontName: string;
|
|
183
|
-
format: string;
|
|
184
|
-
alignLeft: string;
|
|
185
|
-
alignRight: string;
|
|
186
|
-
alignCenter: string;
|
|
187
|
-
alignJustify: string;
|
|
188
|
-
indent: string;
|
|
189
|
-
outdent: string;
|
|
190
|
-
orderedList: string;
|
|
191
|
-
bulletList: string;
|
|
192
|
-
print: string;
|
|
193
|
-
selectAll: string;
|
|
194
|
-
cleanFormatting: string;
|
|
195
|
-
pdf: string;
|
|
196
|
-
foregroundColor: string;
|
|
197
|
-
backgroundColor: string;
|
|
198
|
-
createTable: string;
|
|
199
|
-
createTableHint: string;
|
|
200
|
-
addRowBefore: string;
|
|
201
|
-
addRowAfter: string;
|
|
202
|
-
addColumnBefore: string;
|
|
203
|
-
addColumnAfter: string;
|
|
204
|
-
deleteRow: string;
|
|
205
|
-
deleteColumn: string;
|
|
206
|
-
deleteTable: string;
|
|
207
|
-
mergeCells: string;
|
|
208
|
-
splitCell: string;
|
|
209
|
-
insertHyperlink: string;
|
|
210
|
-
insertHyperlinkDialogTitle: string;
|
|
211
|
-
insertHyperlinkAddress: string;
|
|
212
|
-
insertHyperlinkTitle: string;
|
|
213
|
-
insertHyperlinkNewWindow: string;
|
|
214
|
-
insertHyperlinkCancel: string;
|
|
215
|
-
insertHyperlinkInsert: string;
|
|
216
|
-
insertFile: string;
|
|
217
|
-
insertFileDialogTitle: string;
|
|
218
|
-
insertFileAddress: string;
|
|
219
|
-
insertFileTitle: string;
|
|
220
|
-
insertFileCancel: string;
|
|
221
|
-
insertFileInsert: string;
|
|
222
|
-
insertImage: string;
|
|
223
|
-
insertImageDialogTitle: string;
|
|
224
|
-
insertImageAddress: string;
|
|
225
|
-
insertImageTitle: string;
|
|
226
|
-
insertImageAltText: string;
|
|
227
|
-
insertImageWidth: string;
|
|
228
|
-
insertImageHeight: string;
|
|
229
|
-
insertImageCancel: string;
|
|
230
|
-
insertImageInsert: string;
|
|
231
|
-
viewHtml: string;
|
|
232
|
-
viewHtmlDialogTitle: string;
|
|
233
|
-
viewHtmlCancel: string;
|
|
234
|
-
viewHtmlUpdate: string;
|
|
235
|
-
findReplaceToolTitle: string;
|
|
236
|
-
findReplaceDialogTitle: string;
|
|
237
|
-
findReplaceTabFind: string;
|
|
238
|
-
findReplaceTabReplace: string;
|
|
239
|
-
findReplaceFindWhat: string;
|
|
240
|
-
findReplaceReplaceWith: string;
|
|
241
|
-
findReplaceReplace: string;
|
|
242
|
-
findReplaceReplaceAll: string;
|
|
243
|
-
findReplaceMatchCase: string;
|
|
244
|
-
findReplaceMatchWord: string;
|
|
245
|
-
findReplaceMatchCyclic: string;
|
|
246
|
-
findReplaceUseRegExp: string;
|
|
247
|
-
findReplacePrevMatch: string;
|
|
248
|
-
findReplaceNextMatch: string;
|
|
249
|
-
findReplaceMatches: string;
|
|
250
|
-
iframeTitle: string;
|
|
251
|
-
foreColorLabel: string;
|
|
252
|
-
backColorLabel: string;
|
|
253
|
-
cellProperties: string;
|
|
254
|
-
cellPropertiesLeftTop: string;
|
|
255
|
-
cellPropertiesCenterTop: string;
|
|
256
|
-
cellPropertiesRightTop: string;
|
|
257
|
-
cellPropertiesLeftMiddle: string;
|
|
258
|
-
cellPropertiesCenterMiddle: string;
|
|
259
|
-
cellPropertiesRightMiddle: string;
|
|
260
|
-
cellPropertiesLeftBottom: string;
|
|
261
|
-
cellPropertiesCenterBottom: string;
|
|
262
|
-
cellPropertiesRightBottom: string;
|
|
263
|
-
cellPropertiesNoAlignment: string;
|
|
264
|
-
cellPropertiesWrap: string;
|
|
265
|
-
cellPropertiesFitToCell: string;
|
|
266
|
-
cellPropertiesApplyToAllCells: string;
|
|
267
|
-
cellPropertiesWidth: string;
|
|
268
|
-
cellPropertiesApplyToColumn: string;
|
|
269
|
-
cellPropertiesHeight: string;
|
|
270
|
-
cellPropertiesApplyToRow: string;
|
|
271
|
-
cellPropertiesAlignment: string;
|
|
272
|
-
cellPropertiesTextControl: string;
|
|
273
|
-
cellPropertiesCellPadding: string;
|
|
274
|
-
cellPropertiesBackground: string;
|
|
275
|
-
cellPropertiesBorderWidth: string;
|
|
276
|
-
cellPropertiesBorderColor: string;
|
|
277
|
-
cellPropertiesBorderStyle: string;
|
|
278
|
-
cellPropertiesId: string;
|
|
279
|
-
cellPropertiesCssClass: string;
|
|
280
|
-
cellPropertiesSave: string;
|
|
281
|
-
cellPropertiesCancel: string;
|
|
282
|
-
tableProperties: string;
|
|
283
|
-
tablePropertiesAlignLeft: string;
|
|
284
|
-
tablePropertiesAlignCenter: string;
|
|
285
|
-
tablePropertiesAlignRight: string;
|
|
286
|
-
tablePropertiesNoAlignment: string;
|
|
287
|
-
tablePropertiesLeft: string;
|
|
288
|
-
tablePropertiesCenter: string;
|
|
289
|
-
tablePropertiesRight: string;
|
|
290
|
-
tablePropertiesTop: string;
|
|
291
|
-
tablePropertiesBottom: string;
|
|
292
|
-
tablePropertiesNone: string;
|
|
293
|
-
tablePropertiesUsingScopeAttribute: string;
|
|
294
|
-
tablePropertiesUsingIdAttributes: string;
|
|
295
|
-
tablePropertiesRows: string;
|
|
296
|
-
tablePropertiesColumns: string;
|
|
297
|
-
tablePropertiesWidth: string;
|
|
298
|
-
tablePropertiesHeight: string;
|
|
299
|
-
tablePropertiesPosition: string;
|
|
300
|
-
tablePropertiesAlignment: string;
|
|
301
|
-
tablePropertiesCellSpacing: string;
|
|
302
|
-
tablePropertiesCellPadding: string;
|
|
303
|
-
tablePropertiesTableBackground: string;
|
|
304
|
-
tablePropertiesBorderWidth: string;
|
|
305
|
-
tablePropertiesBorderColor: string;
|
|
306
|
-
tablePropertiesBorderStyle: string;
|
|
307
|
-
tablePropertiesCollapseBorders: string;
|
|
308
|
-
tablePropertiesId: string;
|
|
309
|
-
tablePropertiesCssClass: string;
|
|
310
|
-
tablePropertiesAccessibility: string;
|
|
311
|
-
tablePropertiesCaption: string;
|
|
312
|
-
tablePropertiesCaptionPosition: string;
|
|
313
|
-
tablePropertiesCaptionAlignment: string;
|
|
314
|
-
tablePropertiesHeaderRows: string;
|
|
315
|
-
tablePropertiesHeaderCols: string;
|
|
316
|
-
tablePropertiesAssociateHeaders: string;
|
|
317
|
-
tablePropertiesGeneral: string;
|
|
318
|
-
tablePropertiesAdvanced: string;
|
|
319
|
-
tablePropertiesSave: string;
|
|
320
|
-
tablePropertiesCancel: string;
|
|
321
|
-
borderStyleNone: string;
|
|
322
|
-
borderStyleSolid: string;
|
|
323
|
-
borderStyleDotted: string;
|
|
324
|
-
borderStyleDashed: string;
|
|
325
|
-
borderStyleDouble: string;
|
|
326
|
-
borderStyleGroove: string;
|
|
327
|
-
borderStyleRidge: string;
|
|
328
|
-
borderStyleInset: string;
|
|
329
|
-
borderStyleOutset: string;
|
|
330
|
-
borderStyleInitial: string;
|
|
331
|
-
borderStyleInherit: string;
|
|
332
|
-
borderStyleHidden: string;
|
|
333
|
-
sizeAuto: string;
|
|
334
|
-
};
|