@progress/kendo-react-editor 13.3.0 → 13.4.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/Editor.d.ts +125 -0
- package/Editor.js +1 -1
- package/Editor.mjs +77 -77
- package/EditorProps.d.ts +406 -0
- package/config/defaultStyles.d.ts +19 -0
- package/config/pasteSettings.d.ts +13 -0
- package/config/schema.d.ts +8 -0
- package/config/shortcuts.d.ts +31 -0
- package/config/shortcuts.mjs +7 -7
- package/config/toolsSettings.d.ts +496 -0
- package/dialogs/EditorDialogProps.d.ts +33 -0
- package/dialogs/FindReplace.d.ts +79 -0
- package/dialogs/FindReplace.mjs +3 -3
- package/dialogs/index.d.ts +56 -0
- package/dialogs/insertImage.d.ts +35 -0
- package/dialogs/insertImage.mjs +3 -3
- package/dialogs/insertLink.d.ts +33 -0
- package/dialogs/insertLink.mjs +3 -3
- package/dialogs/viewHtml.d.ts +32 -0
- package/dialogs/viewHtml.mjs +3 -3
- package/dist/cdn/js/kendo-react-editor.js +1 -1
- package/index.d.mts +176 -3134
- package/index.d.ts +176 -3134
- package/index.mjs +139 -139
- package/messages/index.d.ts +359 -0
- package/package-metadata.d.ts +12 -0
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +10 -16
- package/package.json +12 -12
- package/tools/ToolProps.d.ts +41 -0
- package/tools/align.d.ts +14 -0
- package/tools/applyColor.d.ts +19 -0
- package/tools/cleanFormatting.d.ts +23 -0
- package/tools/findReplace.d.ts +36 -0
- package/tools/findReplace.mjs +3 -3
- package/tools/fontStyle.d.ts +35 -0
- package/tools/fontStyle.mjs +3 -3
- package/tools/formatBlock.d.ts +25 -0
- package/tools/formatBlock.mjs +3 -3
- package/tools/history.d.ts +33 -0
- package/tools/indent.d.ts +24 -0
- package/tools/index.d.ts +717 -0
- package/tools/index.mjs +1 -1
- package/tools/inlineFormat.d.ts +54 -0
- package/tools/inlineFormat.mjs +3 -3
- package/tools/insertImage.d.ts +20 -0
- package/tools/insertLink.d.ts +31 -0
- package/tools/insertTable/index.d.ts +10 -0
- package/tools/insertTable/popup.d.ts +100 -0
- package/tools/insertTable/popupGrid.d.ts +38 -0
- package/tools/insertTable/tool.d.ts +31 -0
- package/tools/lists-styled.d.ts +12 -0
- package/tools/lists.d.ts +34 -0
- package/tools/outdent.d.ts +24 -0
- package/tools/pdf.d.ts +32 -0
- package/tools/print.d.ts +23 -0
- package/tools/proseMirrorTool.d.ts +19 -0
- package/tools/selectAll.d.ts +23 -0
- package/tools/table-wizard/cellPropsUtils.d.ts +43 -0
- package/tools/table-wizard/cellPropsUtils.mjs +5 -5
- package/tools/table-wizard/tableCellProperties.d.ts +27 -0
- package/tools/table-wizard/tableProperties.d.ts +18 -0
- package/tools/table-wizard/tableProperties.mjs +13 -13
- package/tools/table-wizard/tablePropsUtils.d.ts +59 -0
- package/tools/table-wizard/tablePropsUtils.mjs +9 -9
- package/tools/table-wizard/utils.d.ts +46 -0
- package/tools/tableEdit.d.ts +105 -0
- package/tools/tableEdit.mjs +3 -3
- package/tools/unlink.d.ts +24 -0
- package/tools/utils.d.ts +57 -0
- package/tools/utils.mjs +1 -1
- package/tools/viewHtml.d.ts +31 -0
- package/utils/browser-detection.d.ts +11 -0
- package/utils/controlled-value.d.ts +12 -0
- package/utils/index.d.ts +370 -0
- package/utils/props-key.d.ts +12 -0
package/index.mjs
CHANGED
|
@@ -12,159 +12,159 @@ import { EditorToolsSettings as vo } from "./config/toolsSettings.mjs";
|
|
|
12
12
|
import { EditorUtils as Fo } from "./utils/index.mjs";
|
|
13
13
|
import { EditorDialogs as Jo } from "./dialogs/index.mjs";
|
|
14
14
|
import { editorPropsKey as Wo } from "./utils/props-key.mjs";
|
|
15
|
-
import {
|
|
15
|
+
import { deleteTable as e, goToNextCell as o, toggleHeaderCell as t, toggleHeaderColumn as l, toggleHeaderRow as r, toggleHeader as a, setCellAttr as n, splitCellWithType as i, splitCell as d, mergeCells as p, deleteRow as s, addRowAfter as c, addRowBefore as m, addRow as u, rowIsHeader as g, deleteColumn as C, addColumnAfter as S, addColumnBefore as R, addColumn as f, selectedRect as T, updateColumnsOnResize as w, columnResizingPluginKey as y, columnResizing as k, tableEditingKey as b, TableMap as x, CellSelection as I, tableNodeTypes as M, tableNodes as N, columnIsHeader as P, addColSpan as D, removeColSpan as E, nextCell as B, colCount as h, findCell as K, inSameTable as A, moveCellForward as H, selectionCell as L, isInTable as j, cellAround as Q, fixTablesKey as v, fixTables as z, tableEditing as F, gapCursor as O, dropCursor as J, sinkListItem as U, liftListItem as W, splitListItem as V, wrapInList as q, addListNodes as G, listItem as X, bulletList as Y, orderedList as Z, keydownHandler as _, keymap as $, textblockTypeInputRule as ee, wrappingInputRule as oe, smartQuotes as te, closeSingleQuote as le, openSingleQuote as re, closeDoubleQuote as ae, openDoubleQuote as ne, ellipsis as ie, emDash as de, undoInputRule as pe, inputRules as se, InputRule as ce, redoDepth as me, undoDepth as ue, redo as ge, undo as Ce, history as Se, baseKeymap as Re, macBaseKeymap as fe, pcBaseKeymap as Te, chainCommands as we, autoJoin as ye, toggleMark as ke, setBlockType as be, wrapIn as xe, selectAll as Ie, selectParentNode as Me, splitBlockKeepMarks as Ne, splitBlock as Pe, liftEmptyBlock as De, createParagraphNear as Ee, exitCode as Be, newlineInCode as he, lift as Ke, joinDown as Ae, joinUp as He, selectNodeForward as Le, joinForward as je, selectNodeBackward as Qe, joinBackward as ve, deleteSelection as ze, replaceStep as Fe, ReplaceAroundStep as Oe, ReplaceStep as Je, RemoveMarkStep as Ue, AddMarkStep as We, Mapping as Ve, MapResult as qe, StepMap as Ge, findWrapping as Xe, liftTarget as Ye, dropPoint as Ze, insertPoint as _e, canSplit as $e, canJoin as eo, joinPoint as oo, StepResult as to, Step as lo, Transform as ro, DOMSerializer as ao, DOMParser as no, ContentMatch as io, MarkType as po, NodeType as so, Schema as co, Mark as mo, ReplaceError as uo, Slice as go, Fragment as Co, NodeRange as So, ResolvedPos as Ro, Node as fo, EditorView as To, DecorationSet as wo, Decoration as yo, Transaction as ko, PluginKey as bo, Plugin as xo, EditorState as Io, AllSelection as Mo, NodeSelection as No, TextSelection as Po, SelectionRange as Do, Selection as Eo } from "@progress/kendo-editor-common";
|
|
16
16
|
import { getHtml as qo, marks as Go, nodes as Xo, parseContent as Yo } from "@progress/kendo-editor-common";
|
|
17
17
|
const ho = {
|
|
18
18
|
// prosemirror-state
|
|
19
|
-
Selection:
|
|
20
|
-
SelectionRange:
|
|
21
|
-
TextSelection:
|
|
22
|
-
NodeSelection:
|
|
23
|
-
AllSelection:
|
|
24
|
-
EditorState:
|
|
25
|
-
Plugin:
|
|
26
|
-
PluginKey:
|
|
27
|
-
Transaction:
|
|
19
|
+
Selection: Eo,
|
|
20
|
+
SelectionRange: Do,
|
|
21
|
+
TextSelection: Po,
|
|
22
|
+
NodeSelection: No,
|
|
23
|
+
AllSelection: Mo,
|
|
24
|
+
EditorState: Io,
|
|
25
|
+
Plugin: xo,
|
|
26
|
+
PluginKey: bo,
|
|
27
|
+
Transaction: ko,
|
|
28
28
|
// prosemirror-view
|
|
29
|
-
Decoration:
|
|
30
|
-
DecorationSet:
|
|
31
|
-
EditorView:
|
|
29
|
+
Decoration: yo,
|
|
30
|
+
DecorationSet: wo,
|
|
31
|
+
EditorView: To,
|
|
32
32
|
// prosemirror-model
|
|
33
|
-
Node:
|
|
34
|
-
ResolvedPos:
|
|
35
|
-
NodeRange:
|
|
36
|
-
Fragment:
|
|
37
|
-
Slice:
|
|
38
|
-
ReplaceError:
|
|
39
|
-
Mark:
|
|
40
|
-
Schema:
|
|
41
|
-
NodeType:
|
|
42
|
-
MarkType:
|
|
43
|
-
ContentMatch:
|
|
44
|
-
DOMParser:
|
|
45
|
-
DOMSerializer:
|
|
33
|
+
Node: fo,
|
|
34
|
+
ResolvedPos: Ro,
|
|
35
|
+
NodeRange: So,
|
|
36
|
+
Fragment: Co,
|
|
37
|
+
Slice: go,
|
|
38
|
+
ReplaceError: uo,
|
|
39
|
+
Mark: mo,
|
|
40
|
+
Schema: co,
|
|
41
|
+
NodeType: so,
|
|
42
|
+
MarkType: po,
|
|
43
|
+
ContentMatch: io,
|
|
44
|
+
DOMParser: no,
|
|
45
|
+
DOMSerializer: ao,
|
|
46
46
|
// prosemirror-transform
|
|
47
|
-
Transform:
|
|
48
|
-
Step:
|
|
49
|
-
StepResult:
|
|
50
|
-
joinPoint:
|
|
51
|
-
canJoin:
|
|
52
|
-
canSplit:
|
|
53
|
-
insertPoint:
|
|
54
|
-
dropPoint:
|
|
55
|
-
liftTarget:
|
|
56
|
-
findWrapping:
|
|
57
|
-
StepMap:
|
|
58
|
-
MapResult:
|
|
59
|
-
Mapping:
|
|
60
|
-
AddMarkStep:
|
|
61
|
-
RemoveMarkStep:
|
|
62
|
-
ReplaceStep:
|
|
63
|
-
ReplaceAroundStep:
|
|
64
|
-
replaceStep:
|
|
47
|
+
Transform: ro,
|
|
48
|
+
Step: lo,
|
|
49
|
+
StepResult: to,
|
|
50
|
+
joinPoint: oo,
|
|
51
|
+
canJoin: eo,
|
|
52
|
+
canSplit: $e,
|
|
53
|
+
insertPoint: _e,
|
|
54
|
+
dropPoint: Ze,
|
|
55
|
+
liftTarget: Ye,
|
|
56
|
+
findWrapping: Xe,
|
|
57
|
+
StepMap: Ge,
|
|
58
|
+
MapResult: qe,
|
|
59
|
+
Mapping: Ve,
|
|
60
|
+
AddMarkStep: We,
|
|
61
|
+
RemoveMarkStep: Ue,
|
|
62
|
+
ReplaceStep: Je,
|
|
63
|
+
ReplaceAroundStep: Oe,
|
|
64
|
+
replaceStep: Fe,
|
|
65
65
|
// prosemirror-commands
|
|
66
|
-
deleteSelection:
|
|
67
|
-
joinBackward:
|
|
68
|
-
selectNodeBackward:
|
|
69
|
-
joinForward:
|
|
70
|
-
selectNodeForward:
|
|
71
|
-
joinUp:
|
|
72
|
-
joinDown:
|
|
73
|
-
lift:
|
|
74
|
-
newlineInCode:
|
|
75
|
-
exitCode:
|
|
76
|
-
createParagraphNear:
|
|
77
|
-
liftEmptyBlock:
|
|
78
|
-
splitBlock:
|
|
79
|
-
splitBlockKeepMarks:
|
|
80
|
-
selectParentNode:
|
|
81
|
-
selectAll:
|
|
82
|
-
wrapIn:
|
|
83
|
-
setBlockType:
|
|
84
|
-
toggleMark:
|
|
85
|
-
autoJoin:
|
|
86
|
-
chainCommands:
|
|
87
|
-
pcBaseKeymap:
|
|
88
|
-
macBaseKeymap:
|
|
89
|
-
baseKeymap:
|
|
66
|
+
deleteSelection: ze,
|
|
67
|
+
joinBackward: ve,
|
|
68
|
+
selectNodeBackward: Qe,
|
|
69
|
+
joinForward: je,
|
|
70
|
+
selectNodeForward: Le,
|
|
71
|
+
joinUp: He,
|
|
72
|
+
joinDown: Ae,
|
|
73
|
+
lift: Ke,
|
|
74
|
+
newlineInCode: he,
|
|
75
|
+
exitCode: Be,
|
|
76
|
+
createParagraphNear: Ee,
|
|
77
|
+
liftEmptyBlock: De,
|
|
78
|
+
splitBlock: Pe,
|
|
79
|
+
splitBlockKeepMarks: Ne,
|
|
80
|
+
selectParentNode: Me,
|
|
81
|
+
selectAll: Ie,
|
|
82
|
+
wrapIn: xe,
|
|
83
|
+
setBlockType: be,
|
|
84
|
+
toggleMark: ke,
|
|
85
|
+
autoJoin: ye,
|
|
86
|
+
chainCommands: we,
|
|
87
|
+
pcBaseKeymap: Te,
|
|
88
|
+
macBaseKeymap: fe,
|
|
89
|
+
baseKeymap: Re,
|
|
90
90
|
// prosemirror-history
|
|
91
|
-
history:
|
|
92
|
-
undo:
|
|
93
|
-
redo:
|
|
94
|
-
undoDepth:
|
|
95
|
-
redoDepth:
|
|
91
|
+
history: Se,
|
|
92
|
+
undo: Ce,
|
|
93
|
+
redo: ge,
|
|
94
|
+
undoDepth: ue,
|
|
95
|
+
redoDepth: me,
|
|
96
96
|
// prosemirror-inputrules
|
|
97
|
-
InputRule:
|
|
98
|
-
inputRules:
|
|
99
|
-
undoInputRule:
|
|
100
|
-
emDash:
|
|
101
|
-
ellipsis:
|
|
102
|
-
openDoubleQuote:
|
|
103
|
-
closeDoubleQuote:
|
|
104
|
-
openSingleQuote:
|
|
105
|
-
closeSingleQuote:
|
|
106
|
-
smartQuotes:
|
|
107
|
-
wrappingInputRule:
|
|
108
|
-
textblockTypeInputRule:
|
|
97
|
+
InputRule: ce,
|
|
98
|
+
inputRules: se,
|
|
99
|
+
undoInputRule: pe,
|
|
100
|
+
emDash: de,
|
|
101
|
+
ellipsis: ie,
|
|
102
|
+
openDoubleQuote: ne,
|
|
103
|
+
closeDoubleQuote: ae,
|
|
104
|
+
openSingleQuote: re,
|
|
105
|
+
closeSingleQuote: le,
|
|
106
|
+
smartQuotes: te,
|
|
107
|
+
wrappingInputRule: oe,
|
|
108
|
+
textblockTypeInputRule: ee,
|
|
109
109
|
// prosemirror-keymap
|
|
110
|
-
keymap:
|
|
111
|
-
keydownHandler:
|
|
110
|
+
keymap: $,
|
|
111
|
+
keydownHandler: _,
|
|
112
112
|
// prosemirror-schema-list
|
|
113
|
-
orderedList:
|
|
114
|
-
bulletList:
|
|
115
|
-
listItem:
|
|
116
|
-
addListNodes:
|
|
117
|
-
wrapInList:
|
|
118
|
-
splitListItem:
|
|
119
|
-
liftListItem:
|
|
120
|
-
sinkListItem:
|
|
113
|
+
orderedList: Z,
|
|
114
|
+
bulletList: Y,
|
|
115
|
+
listItem: X,
|
|
116
|
+
addListNodes: G,
|
|
117
|
+
wrapInList: q,
|
|
118
|
+
splitListItem: V,
|
|
119
|
+
liftListItem: W,
|
|
120
|
+
sinkListItem: U,
|
|
121
121
|
// prosemirror-dropcursor
|
|
122
|
-
dropCursor:
|
|
122
|
+
dropCursor: J,
|
|
123
123
|
// prosemirror-gapcursor
|
|
124
|
-
gapCursor:
|
|
124
|
+
gapCursor: O,
|
|
125
125
|
// prosemirror-tables
|
|
126
|
-
tableEditing:
|
|
127
|
-
fixTables:
|
|
128
|
-
fixTablesKey:
|
|
129
|
-
cellAround:
|
|
130
|
-
isInTable:
|
|
131
|
-
selectionCell:
|
|
132
|
-
moveCellForward:
|
|
133
|
-
inSameTable:
|
|
134
|
-
findCell:
|
|
135
|
-
colCount:
|
|
136
|
-
nextCell:
|
|
137
|
-
removeColSpan:
|
|
138
|
-
addColSpan:
|
|
139
|
-
columnIsHeader:
|
|
140
|
-
tableNodes:
|
|
141
|
-
tableNodeTypes:
|
|
142
|
-
CellSelection:
|
|
143
|
-
TableMap:
|
|
144
|
-
tableEditingKey:
|
|
145
|
-
columnResizing:
|
|
146
|
-
columnResizingPluginKey:
|
|
147
|
-
updateColumnsOnResize:
|
|
148
|
-
selectedRect:
|
|
149
|
-
addColumn:
|
|
150
|
-
addColumnBefore:
|
|
151
|
-
addColumnAfter:
|
|
152
|
-
deleteColumn:
|
|
153
|
-
rowIsHeader:
|
|
154
|
-
addRow:
|
|
155
|
-
addRowBefore:
|
|
156
|
-
addRowAfter:
|
|
157
|
-
deleteRow:
|
|
158
|
-
mergeCells:
|
|
159
|
-
splitCell:
|
|
160
|
-
splitCellWithType:
|
|
161
|
-
setCellAttr:
|
|
162
|
-
toggleHeader:
|
|
163
|
-
toggleHeaderRow:
|
|
164
|
-
toggleHeaderColumn:
|
|
165
|
-
toggleHeaderCell:
|
|
166
|
-
goToNextCell:
|
|
167
|
-
deleteTable:
|
|
126
|
+
tableEditing: F,
|
|
127
|
+
fixTables: z,
|
|
128
|
+
fixTablesKey: v,
|
|
129
|
+
cellAround: Q,
|
|
130
|
+
isInTable: j,
|
|
131
|
+
selectionCell: L,
|
|
132
|
+
moveCellForward: H,
|
|
133
|
+
inSameTable: A,
|
|
134
|
+
findCell: K,
|
|
135
|
+
colCount: h,
|
|
136
|
+
nextCell: B,
|
|
137
|
+
removeColSpan: E,
|
|
138
|
+
addColSpan: D,
|
|
139
|
+
columnIsHeader: P,
|
|
140
|
+
tableNodes: N,
|
|
141
|
+
tableNodeTypes: M,
|
|
142
|
+
CellSelection: I,
|
|
143
|
+
TableMap: x,
|
|
144
|
+
tableEditingKey: b,
|
|
145
|
+
columnResizing: k,
|
|
146
|
+
columnResizingPluginKey: y,
|
|
147
|
+
updateColumnsOnResize: w,
|
|
148
|
+
selectedRect: T,
|
|
149
|
+
addColumn: f,
|
|
150
|
+
addColumnBefore: R,
|
|
151
|
+
addColumnAfter: S,
|
|
152
|
+
deleteColumn: C,
|
|
153
|
+
rowIsHeader: g,
|
|
154
|
+
addRow: u,
|
|
155
|
+
addRowBefore: m,
|
|
156
|
+
addRowAfter: c,
|
|
157
|
+
deleteRow: s,
|
|
158
|
+
mergeCells: p,
|
|
159
|
+
splitCell: d,
|
|
160
|
+
splitCellWithType: i,
|
|
161
|
+
setCellAttr: n,
|
|
162
|
+
toggleHeader: a,
|
|
163
|
+
toggleHeaderRow: r,
|
|
164
|
+
toggleHeaderColumn: l,
|
|
165
|
+
toggleHeaderCell: t,
|
|
166
|
+
goToNextCell: o,
|
|
167
|
+
deleteTable: e
|
|
168
168
|
};
|
|
169
169
|
export {
|
|
170
170
|
Ho as Editor,
|
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare const messages: {
|
|
12
|
+
"editor.bold": string;
|
|
13
|
+
"editor.italic": string;
|
|
14
|
+
"editor.underline": string;
|
|
15
|
+
"editor.strikethrough": string;
|
|
16
|
+
"editor.subscript": string;
|
|
17
|
+
"editor.superscript": string;
|
|
18
|
+
"editor.unlink": string;
|
|
19
|
+
"editor.undo": string;
|
|
20
|
+
"editor.redo": string;
|
|
21
|
+
"editor.fontSize": string;
|
|
22
|
+
"editor.fontName": string;
|
|
23
|
+
"editor.format": string;
|
|
24
|
+
"editor.alignLeft": string;
|
|
25
|
+
"editor.alignRight": string;
|
|
26
|
+
"editor.alignCenter": string;
|
|
27
|
+
"editor.alignJustify": string;
|
|
28
|
+
"editor.indent": string;
|
|
29
|
+
"editor.outdent": string;
|
|
30
|
+
"editor.orderedList": string;
|
|
31
|
+
"editor.bulletList": string;
|
|
32
|
+
"editor.print": string;
|
|
33
|
+
"editor.selectAll": string;
|
|
34
|
+
"editor.cleanFormatting": string;
|
|
35
|
+
"editor.pdf": string;
|
|
36
|
+
"editor.foregroundColor": string;
|
|
37
|
+
"editor.backgroundColor": string;
|
|
38
|
+
"editor.createTable": string;
|
|
39
|
+
"editor.insertTableHint": string;
|
|
40
|
+
"editor.addRowBefore": string;
|
|
41
|
+
"editor.addRowAfter": string;
|
|
42
|
+
"editor.addColumnBefore": string;
|
|
43
|
+
"editor.addColumnAfter": string;
|
|
44
|
+
"editor.deleteRow": string;
|
|
45
|
+
"editor.deleteColumn": string;
|
|
46
|
+
"editor.deleteTable": string;
|
|
47
|
+
"editor.mergeCells": string;
|
|
48
|
+
"editor.splitCell": string;
|
|
49
|
+
"editor.hyperlink": string;
|
|
50
|
+
"editor.hyperlink-dialog-title": string;
|
|
51
|
+
"editor.hyperlink-dialog-content-address": string;
|
|
52
|
+
"editor.hyperlink-dialog-content-title": string;
|
|
53
|
+
"editor.hyperlink-dialog-content-newwindow": string;
|
|
54
|
+
"editor.hyperlink-dialog-cancel": string;
|
|
55
|
+
"editor.hyperlink-dialog-insert": string;
|
|
56
|
+
"editor.insertFile": string;
|
|
57
|
+
"editor.insertfile-dialog-title": string;
|
|
58
|
+
"editor.insertfile-dialog-content-address": string;
|
|
59
|
+
"editor.insertfile-dialog-content-title": string;
|
|
60
|
+
"editor.insertfile-dialog-cancel": string;
|
|
61
|
+
"editor.insertfile-dialog-insert": string;
|
|
62
|
+
"editor.image": string;
|
|
63
|
+
"editor.image-dialog-title": string;
|
|
64
|
+
"editor.image-address": string;
|
|
65
|
+
"editor.image-title": string;
|
|
66
|
+
"editor.image-altText": string;
|
|
67
|
+
"editor.image-width": string;
|
|
68
|
+
"editor.image-height": string;
|
|
69
|
+
"editor.image-cancel": string;
|
|
70
|
+
"editor.image-insert": string;
|
|
71
|
+
"editor.viewHtml": string;
|
|
72
|
+
"editor.viewHtml-dialog-title": string;
|
|
73
|
+
"editor.viewHtml-cancel": string;
|
|
74
|
+
"editor.viewHtml-update": string;
|
|
75
|
+
"editor.findReplace-tool-title": string;
|
|
76
|
+
"editor.findReplace-dialog-title": string;
|
|
77
|
+
"editor.findReplace-tab-find": string;
|
|
78
|
+
"editor.findReplace-tab-replace": string;
|
|
79
|
+
"editor.findReplace-findWhat": string;
|
|
80
|
+
"editor.findReplace-replaceWith": string;
|
|
81
|
+
"editor.findReplace-replace": string;
|
|
82
|
+
"editor.findReplace-replaceAll": string;
|
|
83
|
+
"editor.findReplace-matchCase": string;
|
|
84
|
+
"editor.findReplace-matchWord": string;
|
|
85
|
+
"editor.findReplace-matchCyclic": string;
|
|
86
|
+
"editor.findReplace-useRegExp": string;
|
|
87
|
+
"editor.findReplace-prevMatch": string;
|
|
88
|
+
"editor.findReplace-nextMatch": string;
|
|
89
|
+
"editor.findReplace-matches": string;
|
|
90
|
+
"editor.findReplace-invalidRegExp": string;
|
|
91
|
+
"editor.iframeTitle": string;
|
|
92
|
+
"editorTools.foreColorLabel": string;
|
|
93
|
+
"editorTools.backColorLabel": string;
|
|
94
|
+
"editor.cellProperties": string;
|
|
95
|
+
"editor.cellPropertiesLeftTop": string;
|
|
96
|
+
"editor.cellPropertiesCenterTop": string;
|
|
97
|
+
"editor.cellPropertiesRightTop": string;
|
|
98
|
+
"editor.cellPropertiesLeftMiddle": string;
|
|
99
|
+
"editor.cellPropertiesCenterMiddle": string;
|
|
100
|
+
"editor.cellPropertiesRightMiddle": string;
|
|
101
|
+
"editor.cellPropertiesLeftBottom": string;
|
|
102
|
+
"editor.cellPropertiesCenterBottom": string;
|
|
103
|
+
"editor.cellPropertiesRightBottom": string;
|
|
104
|
+
"editor.cellPropertiesNoAlignment": string;
|
|
105
|
+
"editor.cellPropertiesWrap": string;
|
|
106
|
+
"editor.cellPropertiesFitToCell": string;
|
|
107
|
+
"editor.cellPropertiesApplyToAllCells": string;
|
|
108
|
+
"editor.cellPropertiesWidth": string;
|
|
109
|
+
"editor.cellPropertiesApplyToColumn": string;
|
|
110
|
+
"editor.cellPropertiesHeight": string;
|
|
111
|
+
"editor.cellPropertiesApplyToRow": string;
|
|
112
|
+
"editor.cellPropertiesAlignment": string;
|
|
113
|
+
"editor.cellPropertiesTextControl": string;
|
|
114
|
+
"editor.cellPropertiesCellPadding": string;
|
|
115
|
+
"editor.cellPropertiesBackground": string;
|
|
116
|
+
"editor.cellPropertiesBorderWidth": string;
|
|
117
|
+
"editor.cellPropertiesBorderColor": string;
|
|
118
|
+
"editor.cellPropertiesBorderStyle": string;
|
|
119
|
+
"editor.cellPropertiesId": string;
|
|
120
|
+
"editor.cellPropertiesCssClass": string;
|
|
121
|
+
"editor.cellPropertiesSave": string;
|
|
122
|
+
"editor.cellPropertiesCancel": string;
|
|
123
|
+
"editor.tableProperties": string;
|
|
124
|
+
"editor.tablePropertiesAlignLeft": string;
|
|
125
|
+
"editor.tablePropertiesAlignCenter": string;
|
|
126
|
+
"editor.tablePropertiesAlignRight": string;
|
|
127
|
+
"editor.tablePropertiesNoAlignment": string;
|
|
128
|
+
"editor.tablePropertiesLeft": string;
|
|
129
|
+
"editor.tablePropertiesCenter": string;
|
|
130
|
+
"editor.tablePropertiesRight": string;
|
|
131
|
+
"editor.tablePropertiesTop": string;
|
|
132
|
+
"editor.tablePropertiesBottom": string;
|
|
133
|
+
"editor.tablePropertiesNone": string;
|
|
134
|
+
"editor.tablePropertiesUsingScopeAttribute": string;
|
|
135
|
+
"editor.tablePropertiesUsingIdAttributes": string;
|
|
136
|
+
"editor.tablePropertiesRows": string;
|
|
137
|
+
"editor.tablePropertiesColumns": string;
|
|
138
|
+
"editor.tablePropertiesWidth": string;
|
|
139
|
+
"editor.tablePropertiesHeight": string;
|
|
140
|
+
"editor.tablePropertiesPosition": string;
|
|
141
|
+
"editor.tablePropertiesAlignment": string;
|
|
142
|
+
"editor.tablePropertiesCellSpacing": string;
|
|
143
|
+
"editor.tablePropertiesCellPadding": string;
|
|
144
|
+
"editor.tablePropertiesTableBackground": string;
|
|
145
|
+
"editor.tablePropertiesBorderWidth": string;
|
|
146
|
+
"editor.tablePropertiesBorderColor": string;
|
|
147
|
+
"editor.tablePropertiesBorderStyle": string;
|
|
148
|
+
"editor.tablePropertiesCollapseBorders": string;
|
|
149
|
+
"editor.tablePropertiesID": string;
|
|
150
|
+
"editor.tablePropertiesCssClass": string;
|
|
151
|
+
"editor.tablePropertiesAccessibility": string;
|
|
152
|
+
"editor.tablePropertiesCaption": string;
|
|
153
|
+
"editor.tablePropertiesCaptionPosition": string;
|
|
154
|
+
"editor.tablePropertiesCaptionAlignment": string;
|
|
155
|
+
"editor.tablePropertiesHeaderRows": string;
|
|
156
|
+
"editor.tablePropertiesHeaderCols": string;
|
|
157
|
+
"editor.tablePropertiesAssociateHeaders": string;
|
|
158
|
+
"editor.tablePropertiesGeneral": string;
|
|
159
|
+
"editor.tablePropertiesAdvanced": string;
|
|
160
|
+
"editor.tablePropertiesSave": string;
|
|
161
|
+
"editor.tablePropertiesCancel": string;
|
|
162
|
+
"editor.borderStyleNone": string;
|
|
163
|
+
"editor.borderStyleSolid": string;
|
|
164
|
+
"editor.borderStyleDotted": string;
|
|
165
|
+
"editor.borderStyleDashed": string;
|
|
166
|
+
"editor.borderStyleDouble": string;
|
|
167
|
+
"editor.borderStyleGroove": string;
|
|
168
|
+
"editor.borderStyleRidge": string;
|
|
169
|
+
"editor.borderStyleInset": string;
|
|
170
|
+
"editor.borderStyleOutset": string;
|
|
171
|
+
"editor.borderStyleInitial": string;
|
|
172
|
+
"editor.borderStyleInherit": string;
|
|
173
|
+
"editor.borderStyleHidden": string;
|
|
174
|
+
"editor.sizeAuto": string;
|
|
175
|
+
"editor.listStyleDisc": string;
|
|
176
|
+
"editor.listStyleCircle": string;
|
|
177
|
+
"editor.listStyleSquare": string;
|
|
178
|
+
"editor.listStyleDecimal": string;
|
|
179
|
+
"editor.listStyleUpperRoman": string;
|
|
180
|
+
"editor.listStyleLowerRoman": string;
|
|
181
|
+
"editor.listStyleUpperLatin": string;
|
|
182
|
+
"editor.listStyleLowerLatin": string;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* @hidden
|
|
186
|
+
*/
|
|
187
|
+
export declare const keys: {
|
|
188
|
+
bold: string;
|
|
189
|
+
italic: string;
|
|
190
|
+
underline: string;
|
|
191
|
+
strikethrough: string;
|
|
192
|
+
subscript: string;
|
|
193
|
+
superscript: string;
|
|
194
|
+
unlink: string;
|
|
195
|
+
undo: string;
|
|
196
|
+
redo: string;
|
|
197
|
+
fontSize: string;
|
|
198
|
+
fontName: string;
|
|
199
|
+
format: string;
|
|
200
|
+
alignLeft: string;
|
|
201
|
+
alignRight: string;
|
|
202
|
+
alignCenter: string;
|
|
203
|
+
alignJustify: string;
|
|
204
|
+
indent: string;
|
|
205
|
+
outdent: string;
|
|
206
|
+
orderedList: string;
|
|
207
|
+
bulletList: string;
|
|
208
|
+
print: string;
|
|
209
|
+
selectAll: string;
|
|
210
|
+
cleanFormatting: string;
|
|
211
|
+
pdf: string;
|
|
212
|
+
foregroundColor: string;
|
|
213
|
+
backgroundColor: string;
|
|
214
|
+
createTable: string;
|
|
215
|
+
createTableHint: string;
|
|
216
|
+
addRowBefore: string;
|
|
217
|
+
addRowAfter: string;
|
|
218
|
+
addColumnBefore: string;
|
|
219
|
+
addColumnAfter: string;
|
|
220
|
+
deleteRow: string;
|
|
221
|
+
deleteColumn: string;
|
|
222
|
+
deleteTable: string;
|
|
223
|
+
mergeCells: string;
|
|
224
|
+
splitCell: string;
|
|
225
|
+
insertHyperlink: string;
|
|
226
|
+
insertHyperlinkDialogTitle: string;
|
|
227
|
+
insertHyperlinkAddress: string;
|
|
228
|
+
insertHyperlinkTitle: string;
|
|
229
|
+
insertHyperlinkNewWindow: string;
|
|
230
|
+
insertHyperlinkCancel: string;
|
|
231
|
+
insertHyperlinkInsert: string;
|
|
232
|
+
insertFile: string;
|
|
233
|
+
insertFileDialogTitle: string;
|
|
234
|
+
insertFileAddress: string;
|
|
235
|
+
insertFileTitle: string;
|
|
236
|
+
insertFileCancel: string;
|
|
237
|
+
insertFileInsert: string;
|
|
238
|
+
insertImage: string;
|
|
239
|
+
insertImageDialogTitle: string;
|
|
240
|
+
insertImageAddress: string;
|
|
241
|
+
insertImageTitle: string;
|
|
242
|
+
insertImageAltText: string;
|
|
243
|
+
insertImageWidth: string;
|
|
244
|
+
insertImageHeight: string;
|
|
245
|
+
insertImageCancel: string;
|
|
246
|
+
insertImageInsert: string;
|
|
247
|
+
viewHtml: string;
|
|
248
|
+
viewHtmlDialogTitle: string;
|
|
249
|
+
viewHtmlCancel: string;
|
|
250
|
+
viewHtmlUpdate: string;
|
|
251
|
+
findReplaceToolTitle: string;
|
|
252
|
+
findReplaceDialogTitle: string;
|
|
253
|
+
findReplaceTabFind: string;
|
|
254
|
+
findReplaceTabReplace: string;
|
|
255
|
+
findReplaceFindWhat: string;
|
|
256
|
+
findReplaceReplaceWith: string;
|
|
257
|
+
findReplaceReplace: string;
|
|
258
|
+
findReplaceReplaceAll: string;
|
|
259
|
+
findReplaceMatchCase: string;
|
|
260
|
+
findReplaceMatchWord: string;
|
|
261
|
+
findReplaceMatchCyclic: string;
|
|
262
|
+
findReplaceUseRegExp: string;
|
|
263
|
+
findReplacePrevMatch: string;
|
|
264
|
+
findReplaceNextMatch: string;
|
|
265
|
+
findReplaceMatches: string;
|
|
266
|
+
findReplaceInvalidRegExp: string;
|
|
267
|
+
iframeTitle: string;
|
|
268
|
+
foreColorLabel: string;
|
|
269
|
+
backColorLabel: string;
|
|
270
|
+
cellProperties: string;
|
|
271
|
+
cellPropertiesLeftTop: string;
|
|
272
|
+
cellPropertiesCenterTop: string;
|
|
273
|
+
cellPropertiesRightTop: string;
|
|
274
|
+
cellPropertiesLeftMiddle: string;
|
|
275
|
+
cellPropertiesCenterMiddle: string;
|
|
276
|
+
cellPropertiesRightMiddle: string;
|
|
277
|
+
cellPropertiesLeftBottom: string;
|
|
278
|
+
cellPropertiesCenterBottom: string;
|
|
279
|
+
cellPropertiesRightBottom: string;
|
|
280
|
+
cellPropertiesNoAlignment: string;
|
|
281
|
+
cellPropertiesWrap: string;
|
|
282
|
+
cellPropertiesFitToCell: string;
|
|
283
|
+
cellPropertiesApplyToAllCells: string;
|
|
284
|
+
cellPropertiesWidth: string;
|
|
285
|
+
cellPropertiesApplyToColumn: string;
|
|
286
|
+
cellPropertiesHeight: string;
|
|
287
|
+
cellPropertiesApplyToRow: string;
|
|
288
|
+
cellPropertiesAlignment: string;
|
|
289
|
+
cellPropertiesTextControl: string;
|
|
290
|
+
cellPropertiesCellPadding: string;
|
|
291
|
+
cellPropertiesBackground: string;
|
|
292
|
+
cellPropertiesBorderWidth: string;
|
|
293
|
+
cellPropertiesBorderColor: string;
|
|
294
|
+
cellPropertiesBorderStyle: string;
|
|
295
|
+
cellPropertiesId: string;
|
|
296
|
+
cellPropertiesCssClass: string;
|
|
297
|
+
cellPropertiesSave: string;
|
|
298
|
+
cellPropertiesCancel: string;
|
|
299
|
+
tableProperties: string;
|
|
300
|
+
tablePropertiesAlignLeft: string;
|
|
301
|
+
tablePropertiesAlignCenter: string;
|
|
302
|
+
tablePropertiesAlignRight: string;
|
|
303
|
+
tablePropertiesNoAlignment: string;
|
|
304
|
+
tablePropertiesLeft: string;
|
|
305
|
+
tablePropertiesCenter: string;
|
|
306
|
+
tablePropertiesRight: string;
|
|
307
|
+
tablePropertiesTop: string;
|
|
308
|
+
tablePropertiesBottom: string;
|
|
309
|
+
tablePropertiesNone: string;
|
|
310
|
+
tablePropertiesUsingScopeAttribute: string;
|
|
311
|
+
tablePropertiesUsingIdAttributes: string;
|
|
312
|
+
tablePropertiesRows: string;
|
|
313
|
+
tablePropertiesColumns: string;
|
|
314
|
+
tablePropertiesWidth: string;
|
|
315
|
+
tablePropertiesHeight: string;
|
|
316
|
+
tablePropertiesPosition: string;
|
|
317
|
+
tablePropertiesAlignment: string;
|
|
318
|
+
tablePropertiesCellSpacing: string;
|
|
319
|
+
tablePropertiesCellPadding: string;
|
|
320
|
+
tablePropertiesTableBackground: string;
|
|
321
|
+
tablePropertiesBorderWidth: string;
|
|
322
|
+
tablePropertiesBorderColor: string;
|
|
323
|
+
tablePropertiesBorderStyle: string;
|
|
324
|
+
tablePropertiesCollapseBorders: string;
|
|
325
|
+
tablePropertiesId: string;
|
|
326
|
+
tablePropertiesCssClass: string;
|
|
327
|
+
tablePropertiesAccessibility: string;
|
|
328
|
+
tablePropertiesCaption: string;
|
|
329
|
+
tablePropertiesCaptionPosition: string;
|
|
330
|
+
tablePropertiesCaptionAlignment: string;
|
|
331
|
+
tablePropertiesHeaderRows: string;
|
|
332
|
+
tablePropertiesHeaderCols: string;
|
|
333
|
+
tablePropertiesAssociateHeaders: string;
|
|
334
|
+
tablePropertiesGeneral: string;
|
|
335
|
+
tablePropertiesAdvanced: string;
|
|
336
|
+
tablePropertiesSave: string;
|
|
337
|
+
tablePropertiesCancel: string;
|
|
338
|
+
borderStyleNone: string;
|
|
339
|
+
borderStyleSolid: string;
|
|
340
|
+
borderStyleDotted: string;
|
|
341
|
+
borderStyleDashed: string;
|
|
342
|
+
borderStyleDouble: string;
|
|
343
|
+
borderStyleGroove: string;
|
|
344
|
+
borderStyleRidge: string;
|
|
345
|
+
borderStyleInset: string;
|
|
346
|
+
borderStyleOutset: string;
|
|
347
|
+
borderStyleInitial: string;
|
|
348
|
+
borderStyleInherit: string;
|
|
349
|
+
borderStyleHidden: string;
|
|
350
|
+
sizeAuto: string;
|
|
351
|
+
listStyleDisc: string;
|
|
352
|
+
listStyleCircle: string;
|
|
353
|
+
listStyleSquare: string;
|
|
354
|
+
listStyleDecimal: string;
|
|
355
|
+
listStyleUpperRoman: string;
|
|
356
|
+
listStyleLowerRoman: string;
|
|
357
|
+
listStyleUpperLatin: string;
|
|
358
|
+
listStyleLowerLatin: string;
|
|
359
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { PackageMetadata } from '@progress/kendo-licensing';
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export declare const packageMetadata: PackageMetadata;
|