@progress/kendo-vue-editor 6.4.1-develop.2 → 6.4.2-develop.3
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.mjs +15 -15
- package/config/shortcuts.mjs +7 -7
- package/dialogs/FindReplace.mjs +7 -7
- package/dialogs/insertImage.mjs +8 -8
- package/dialogs/insertLink.mjs +8 -8
- package/dialogs/viewHtml.mjs +7 -7
- package/dist/cdn/js/kendo-vue-editor.js +1 -1
- package/index.mjs +139 -139
- package/messages/main.js +1 -1
- package/messages/main.mjs +131 -132
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +12 -12
- package/tools/fontStyle.mjs +3 -3
- package/tools/formatBlock.mjs +3 -3
- package/tools/inlineFormat.mjs +3 -3
- package/tools/insertTable/popupGrid.js +1 -1
- package/tools/insertTable/popupGrid.mjs +21 -19
- package/tools/insertTable/tool.mjs +4 -4
- package/tools/lists.mjs +1 -1
- package/tools/unlink.mjs +3 -3
package/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { Editor as Lo } from "./Editor.mjs";
|
|
9
9
|
import { EditorToolsSettings as jo } from "./config/toolsSettings.mjs";
|
|
10
10
|
import { EditorUtils as Qo } from "./utils/main.mjs";
|
|
11
|
-
import {
|
|
11
|
+
import { deleteTable as e, goToNextCell as o, toggleHeaderCell as t, toggleHeaderColumn as r, toggleHeaderRow as l, toggleHeader as n, setCellAttr as a, splitCellWithType as i, splitCell as p, mergeCells as d, deleteRow as s, addRowAfter as m, addRowBefore as c, addRow as u, rowIsHeader as f, deleteColumn as g, addColumnAfter as x, addColumnBefore as C, addColumn as S, selectedRect as R, updateColumnsOnResize as T, columnResizingPluginKey as y, columnResizing as k, tableEditingKey as w, TableMap as I, CellSelection as P, tableNodeTypes as b, tableNodes as M, columnIsHeader as N, addColSpan as A, removeColSpan as B, nextCell as D, colCount as K, findCell as h, inSameTable as E, moveCellForward as F, selectionCell as L, isInTable as H, cellAround as j, fixTablesKey as z, fixTables as Q, tableEditing as v, gapCursor as O, dropCursor as U, sinkListItem as J, liftListItem as V, splitListItem as W, 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 re, openSingleQuote as le, closeDoubleQuote as ne, openDoubleQuote as ae, ellipsis as ie, emDash as pe, undoInputRule as de, inputRules as se, InputRule as me, redoDepth as ce, undoDepth as ue, redo as fe, undo as ge, history as xe, baseKeymap as Ce, macBaseKeymap as Se, pcBaseKeymap as Re, chainCommands as Te, autoJoin as ye, toggleMark as ke, setBlockType as we, wrapIn as Ie, selectAll as Pe, selectParentNode as be, splitBlockKeepMarks as Me, splitBlock as Ne, liftEmptyBlock as Ae, createParagraphNear as Be, exitCode as De, newlineInCode as Ke, lift as he, joinDown as Ee, joinUp as Fe, selectNodeForward as Le, joinForward as He, selectNodeBackward as je, joinBackward as ze, deleteSelection as Qe, replaceStep as ve, ReplaceAroundStep as Oe, ReplaceStep as Ue, RemoveMarkStep as Je, AddMarkStep as Ve, Mapping as We, 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 ro, Transform as lo, DOMSerializer as no, DOMParser as ao, ContentMatch as io, MarkType as po, NodeType as so, Schema as mo, Mark as co, ReplaceError as uo, Slice as fo, Fragment as go, NodeRange as xo, ResolvedPos as Co, Node as So, EditorView as Ro, DecorationSet as To, Decoration as yo, Transaction as ko, PluginKey as wo, Plugin as Io, EditorState as Po, AllSelection as bo, NodeSelection as Mo, TextSelection as No, SelectionRange as Ao, Selection as Bo } from "@progress/kendo-editor-common";
|
|
12
12
|
import { Align as Oo } from "./tools/align.mjs";
|
|
13
13
|
import { Indent as Jo } from "./tools/indent.mjs";
|
|
14
14
|
import { List as Wo } from "./tools/lists.mjs";
|
|
@@ -28,157 +28,157 @@ import { Pdf as St } from "./tools/pdf.mjs";
|
|
|
28
28
|
import { Print as Tt } from "./tools/print.mjs";
|
|
29
29
|
import { FindAndReplace as kt } from "./tools/findReplace.mjs";
|
|
30
30
|
import { ApplyColor as It } from "./tools/applyColor.mjs";
|
|
31
|
-
const Do =
|
|
31
|
+
const Do = y, ho = {
|
|
32
32
|
// prosemirror-state
|
|
33
|
-
Selection:
|
|
34
|
-
SelectionRange:
|
|
35
|
-
TextSelection:
|
|
36
|
-
NodeSelection:
|
|
37
|
-
AllSelection:
|
|
38
|
-
EditorState:
|
|
39
|
-
Plugin:
|
|
40
|
-
PluginKey:
|
|
41
|
-
Transaction:
|
|
33
|
+
Selection: Bo,
|
|
34
|
+
SelectionRange: Ao,
|
|
35
|
+
TextSelection: No,
|
|
36
|
+
NodeSelection: Mo,
|
|
37
|
+
AllSelection: bo,
|
|
38
|
+
EditorState: Po,
|
|
39
|
+
Plugin: Io,
|
|
40
|
+
PluginKey: wo,
|
|
41
|
+
Transaction: ko,
|
|
42
42
|
// prosemirror-view
|
|
43
|
-
Decoration:
|
|
44
|
-
DecorationSet:
|
|
45
|
-
EditorView:
|
|
43
|
+
Decoration: yo,
|
|
44
|
+
DecorationSet: To,
|
|
45
|
+
EditorView: Ro,
|
|
46
46
|
// prosemirror-model
|
|
47
|
-
Node:
|
|
48
|
-
ResolvedPos:
|
|
49
|
-
NodeRange:
|
|
50
|
-
Fragment:
|
|
51
|
-
Slice:
|
|
52
|
-
ReplaceError:
|
|
53
|
-
Mark:
|
|
54
|
-
Schema:
|
|
55
|
-
NodeType:
|
|
56
|
-
MarkType:
|
|
57
|
-
ContentMatch:
|
|
58
|
-
DOMParser:
|
|
59
|
-
DOMSerializer:
|
|
47
|
+
Node: So,
|
|
48
|
+
ResolvedPos: Co,
|
|
49
|
+
NodeRange: xo,
|
|
50
|
+
Fragment: go,
|
|
51
|
+
Slice: fo,
|
|
52
|
+
ReplaceError: uo,
|
|
53
|
+
Mark: co,
|
|
54
|
+
Schema: mo,
|
|
55
|
+
NodeType: so,
|
|
56
|
+
MarkType: po,
|
|
57
|
+
ContentMatch: io,
|
|
58
|
+
DOMParser: ao,
|
|
59
|
+
DOMSerializer: no,
|
|
60
60
|
// prosemirror-transform
|
|
61
|
-
Transform:
|
|
62
|
-
Step:
|
|
63
|
-
StepResult:
|
|
64
|
-
joinPoint:
|
|
65
|
-
canJoin:
|
|
66
|
-
canSplit:
|
|
67
|
-
insertPoint:
|
|
68
|
-
dropPoint:
|
|
69
|
-
liftTarget:
|
|
70
|
-
findWrapping:
|
|
71
|
-
StepMap:
|
|
72
|
-
MapResult:
|
|
73
|
-
Mapping:
|
|
74
|
-
AddMarkStep:
|
|
75
|
-
RemoveMarkStep:
|
|
76
|
-
ReplaceStep:
|
|
77
|
-
ReplaceAroundStep:
|
|
78
|
-
replaceStep:
|
|
61
|
+
Transform: lo,
|
|
62
|
+
Step: ro,
|
|
63
|
+
StepResult: to,
|
|
64
|
+
joinPoint: oo,
|
|
65
|
+
canJoin: eo,
|
|
66
|
+
canSplit: $e,
|
|
67
|
+
insertPoint: _e,
|
|
68
|
+
dropPoint: Ze,
|
|
69
|
+
liftTarget: Ye,
|
|
70
|
+
findWrapping: Xe,
|
|
71
|
+
StepMap: Ge,
|
|
72
|
+
MapResult: qe,
|
|
73
|
+
Mapping: We,
|
|
74
|
+
AddMarkStep: Ve,
|
|
75
|
+
RemoveMarkStep: Je,
|
|
76
|
+
ReplaceStep: Ue,
|
|
77
|
+
ReplaceAroundStep: Oe,
|
|
78
|
+
replaceStep: ve,
|
|
79
79
|
// prosemirror-commands
|
|
80
|
-
deleteSelection:
|
|
81
|
-
joinBackward:
|
|
82
|
-
selectNodeBackward:
|
|
83
|
-
joinForward:
|
|
84
|
-
selectNodeForward:
|
|
85
|
-
joinUp:
|
|
86
|
-
joinDown:
|
|
87
|
-
lift:
|
|
88
|
-
newlineInCode:
|
|
89
|
-
exitCode:
|
|
90
|
-
createParagraphNear:
|
|
91
|
-
liftEmptyBlock:
|
|
92
|
-
splitBlock:
|
|
93
|
-
splitBlockKeepMarks:
|
|
94
|
-
selectParentNode:
|
|
95
|
-
selectAll:
|
|
96
|
-
wrapIn:
|
|
97
|
-
setBlockType:
|
|
98
|
-
toggleMark:
|
|
99
|
-
autoJoin:
|
|
100
|
-
chainCommands:
|
|
101
|
-
pcBaseKeymap:
|
|
102
|
-
macBaseKeymap:
|
|
103
|
-
baseKeymap:
|
|
80
|
+
deleteSelection: Qe,
|
|
81
|
+
joinBackward: ze,
|
|
82
|
+
selectNodeBackward: je,
|
|
83
|
+
joinForward: He,
|
|
84
|
+
selectNodeForward: Le,
|
|
85
|
+
joinUp: Fe,
|
|
86
|
+
joinDown: Ee,
|
|
87
|
+
lift: he,
|
|
88
|
+
newlineInCode: Ke,
|
|
89
|
+
exitCode: De,
|
|
90
|
+
createParagraphNear: Be,
|
|
91
|
+
liftEmptyBlock: Ae,
|
|
92
|
+
splitBlock: Ne,
|
|
93
|
+
splitBlockKeepMarks: Me,
|
|
94
|
+
selectParentNode: be,
|
|
95
|
+
selectAll: Pe,
|
|
96
|
+
wrapIn: Ie,
|
|
97
|
+
setBlockType: we,
|
|
98
|
+
toggleMark: ke,
|
|
99
|
+
autoJoin: ye,
|
|
100
|
+
chainCommands: Te,
|
|
101
|
+
pcBaseKeymap: Re,
|
|
102
|
+
macBaseKeymap: Se,
|
|
103
|
+
baseKeymap: Ce,
|
|
104
104
|
// prosemirror-history
|
|
105
|
-
history:
|
|
106
|
-
undo:
|
|
107
|
-
redo:
|
|
108
|
-
undoDepth:
|
|
109
|
-
redoDepth:
|
|
105
|
+
history: xe,
|
|
106
|
+
undo: ge,
|
|
107
|
+
redo: fe,
|
|
108
|
+
undoDepth: ue,
|
|
109
|
+
redoDepth: ce,
|
|
110
110
|
// prosemirror-inputrules
|
|
111
|
-
InputRule:
|
|
112
|
-
inputRules:
|
|
113
|
-
undoInputRule:
|
|
114
|
-
emDash:
|
|
115
|
-
ellipsis:
|
|
116
|
-
openDoubleQuote:
|
|
117
|
-
closeDoubleQuote:
|
|
118
|
-
openSingleQuote:
|
|
119
|
-
closeSingleQuote:
|
|
120
|
-
smartQuotes:
|
|
121
|
-
wrappingInputRule:
|
|
122
|
-
textblockTypeInputRule:
|
|
111
|
+
InputRule: me,
|
|
112
|
+
inputRules: se,
|
|
113
|
+
undoInputRule: de,
|
|
114
|
+
emDash: pe,
|
|
115
|
+
ellipsis: ie,
|
|
116
|
+
openDoubleQuote: ae,
|
|
117
|
+
closeDoubleQuote: ne,
|
|
118
|
+
openSingleQuote: le,
|
|
119
|
+
closeSingleQuote: re,
|
|
120
|
+
smartQuotes: te,
|
|
121
|
+
wrappingInputRule: oe,
|
|
122
|
+
textblockTypeInputRule: ee,
|
|
123
123
|
// prosemirror-keymap
|
|
124
|
-
keymap:
|
|
125
|
-
keydownHandler:
|
|
124
|
+
keymap: $,
|
|
125
|
+
keydownHandler: _,
|
|
126
126
|
// prosemirror-schema-list
|
|
127
|
-
orderedList:
|
|
128
|
-
bulletList:
|
|
129
|
-
listItem:
|
|
130
|
-
addListNodes:
|
|
131
|
-
wrapInList:
|
|
132
|
-
splitListItem:
|
|
133
|
-
liftListItem:
|
|
134
|
-
sinkListItem:
|
|
127
|
+
orderedList: Z,
|
|
128
|
+
bulletList: Y,
|
|
129
|
+
listItem: X,
|
|
130
|
+
addListNodes: G,
|
|
131
|
+
wrapInList: q,
|
|
132
|
+
splitListItem: W,
|
|
133
|
+
liftListItem: V,
|
|
134
|
+
sinkListItem: J,
|
|
135
135
|
// prosemirror-dropcursor
|
|
136
|
-
dropCursor:
|
|
136
|
+
dropCursor: U,
|
|
137
137
|
// prosemirror-gapcursor
|
|
138
|
-
gapCursor:
|
|
138
|
+
gapCursor: O,
|
|
139
139
|
// prosemirror-tables
|
|
140
|
-
tableEditing:
|
|
141
|
-
fixTables:
|
|
142
|
-
fixTablesKey:
|
|
143
|
-
cellAround:
|
|
144
|
-
isInTable:
|
|
145
|
-
selectionCell:
|
|
146
|
-
moveCellForward:
|
|
147
|
-
inSameTable:
|
|
148
|
-
findCell:
|
|
149
|
-
colCount:
|
|
150
|
-
nextCell:
|
|
151
|
-
removeColSpan:
|
|
152
|
-
addColSpan:
|
|
153
|
-
columnIsHeader:
|
|
154
|
-
tableNodes:
|
|
155
|
-
tableNodeTypes:
|
|
156
|
-
CellSelection:
|
|
157
|
-
TableMap:
|
|
158
|
-
tableEditingKey:
|
|
159
|
-
columnResizing:
|
|
140
|
+
tableEditing: v,
|
|
141
|
+
fixTables: Q,
|
|
142
|
+
fixTablesKey: z,
|
|
143
|
+
cellAround: j,
|
|
144
|
+
isInTable: H,
|
|
145
|
+
selectionCell: L,
|
|
146
|
+
moveCellForward: F,
|
|
147
|
+
inSameTable: E,
|
|
148
|
+
findCell: h,
|
|
149
|
+
colCount: K,
|
|
150
|
+
nextCell: D,
|
|
151
|
+
removeColSpan: B,
|
|
152
|
+
addColSpan: A,
|
|
153
|
+
columnIsHeader: N,
|
|
154
|
+
tableNodes: M,
|
|
155
|
+
tableNodeTypes: b,
|
|
156
|
+
CellSelection: P,
|
|
157
|
+
TableMap: I,
|
|
158
|
+
tableEditingKey: w,
|
|
159
|
+
columnResizing: k,
|
|
160
160
|
columnResizingPluginKey: Do,
|
|
161
|
-
updateColumnsOnResize:
|
|
162
|
-
selectedRect:
|
|
163
|
-
addColumn:
|
|
164
|
-
addColumnBefore:
|
|
165
|
-
addColumnAfter:
|
|
166
|
-
deleteColumn:
|
|
167
|
-
rowIsHeader:
|
|
168
|
-
addRow:
|
|
169
|
-
addRowBefore:
|
|
170
|
-
addRowAfter:
|
|
171
|
-
deleteRow:
|
|
172
|
-
mergeCells:
|
|
173
|
-
splitCell:
|
|
174
|
-
splitCellWithType:
|
|
175
|
-
setCellAttr:
|
|
176
|
-
toggleHeader:
|
|
177
|
-
toggleHeaderRow:
|
|
178
|
-
toggleHeaderColumn:
|
|
179
|
-
toggleHeaderCell:
|
|
180
|
-
goToNextCell:
|
|
181
|
-
deleteTable:
|
|
161
|
+
updateColumnsOnResize: T,
|
|
162
|
+
selectedRect: R,
|
|
163
|
+
addColumn: S,
|
|
164
|
+
addColumnBefore: C,
|
|
165
|
+
addColumnAfter: x,
|
|
166
|
+
deleteColumn: g,
|
|
167
|
+
rowIsHeader: f,
|
|
168
|
+
addRow: u,
|
|
169
|
+
addRowBefore: c,
|
|
170
|
+
addRowAfter: m,
|
|
171
|
+
deleteRow: s,
|
|
172
|
+
mergeCells: d,
|
|
173
|
+
splitCell: p,
|
|
174
|
+
splitCellWithType: i,
|
|
175
|
+
setCellAttr: a,
|
|
176
|
+
toggleHeader: n,
|
|
177
|
+
toggleHeaderRow: l,
|
|
178
|
+
toggleHeaderColumn: r,
|
|
179
|
+
toggleHeaderCell: t,
|
|
180
|
+
goToNextCell: o,
|
|
181
|
+
deleteTable: e
|
|
182
182
|
};
|
|
183
183
|
export {
|
|
184
184
|
Oo as Align,
|
package/messages/main.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="editor.bold",t="editor.italic",i="editor.underline",o="editor.strikethrough",n="editor.subscript",r="editor.superscript",l="editor.hyperlink",d="editor.insertFile",a="editor.print",c="editor.selectAll",s="editor.cleanFormatting",p="editor.pdf",g="editor.foregroundColor",f="editor.backgroundColor",m="editor.foregroundColorAriaLabel",
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="editor.bold",t="editor.italic",i="editor.underline",o="editor.strikethrough",n="editor.subscript",r="editor.superscript",l="editor.hyperlink",d="editor.insertFile",a="editor.print",c="editor.selectAll",s="editor.cleanFormatting",p="editor.pdf",g="editor.foregroundColor",f="editor.backgroundColor",m="editor.foregroundColorAriaLabel",He="editor.backgroundColorAriaLabel",R="editor.createTable",h="editor.insertTableHint",u="editor.addRowBefore",C="editor.addRowAfter",b="editor.addColumnBefore",k="editor.addColumnAfter",w="editor.deleteRow",y="editor.deleteColumn",T="editor.deleteTable",I="editor.mergeCells",A="editor.splitCell",F="editor.hyperlink-dialog-title",H="editor.hyperlink-dialog-content-address",x="editor.hyperlink-dialog-content-title",v="editor.hyperlink-dialog-content-newwindow",M="editor.hyperlink-dialog-cancel",W="editor.hyperlink-dialog-insert",L="editor.insertfile-dialog-title",S="editor.insertfile-dialog-content-address",D="editor.insertfile-dialog-content-title",B="editor.insertfile-dialog-cancel",E="editor.insertfile-dialog-insert",N="editor.image",P="editor.image-dialog-title",U="editor.image-address",z="editor.image-title",J="editor.image-altText",O="editor.image-width",V="editor.image-height",j="editor.image-cancel",G="editor.image-insert",q="editor.viewHtml",K="editor.viewHtml-dialog-title",Q="editor.viewHtml-cancel",X="editor.viewHtml-update",Y="editor.unlink",Z="editor.undo",_="editor.redo",$="editor.fontSize",ee="editor.fontName",te="editor.format",ie="editor.alignLeft",oe="editor.alignRight",ne="editor.alignCenter",re="editor.alignJustify",le="editor.indent",de="editor.outdent",ae="editor.orderedList",ce="editor.bulletList",se="editor.findReplace-tool-title",pe="editor.findReplace-dialog-title",ge="editor.findReplace-tab-find",fe="editor.findReplace-tab-replace",me="editor.findReplace-findWhat",Re="editor.findReplace-replaceWith",he="editor.findReplace-replace",ue="editor.findReplace-replaceAll",Ce="editor.findReplace-matchCase",be="editor.findReplace-matchWord",ke="editor.findReplace-matchCyclic",we="editor.findReplace-useRegExp",ye="editor.findReplace-prevMatch",Te="editor.findReplace-nextMatch",Ie="editor.findReplace-matches",Ae="editor.findReplace-invalidRegExp",Fe="editor.iframeTitle",xe={[e]:"Bold",[t]:"Italic",[i]:"Underline",[o]:"Strikethrough",[n]:"Subscript",[r]:"Superscript",[Y]:"Remove hyperlink",[Z]:"Undo",[_]:"Redo",[$]:"Font Size",[ee]:"Font Name",[te]:"Format",[ie]:"Align text left",[oe]:"Align text right",[ne]:"Center text",[re]:"Justify",[le]:"Indent",[de]:"Outdent",[ae]:"Insert ordered list",[ce]:"Insert unordered list",[a]:"Print",[c]:"Select All",[s]:"Clean formatting",[p]:"Export as PDF",[g]:"Color",[f]:"Background color",[m]:"Set ForeGround color",[He]:"Set Background color",[R]:"Create a table",[h]:"Create a {0} x {1} table",[u]:"Add row above",[C]:"Add row below",[b]:"Add column on the left",[k]:"Add column on the right",[w]:"Delete row",[y]:"Delete column",[T]:"Delete table",[I]:"Merge cells",[A]:"Split cell",[l]:"Insert hyperlink",[F]:"Insert hyperlink",[H]:"Web address",[x]:"Title",[v]:"Open link in new window",[M]:"Cancel",[W]:"Insert",[d]:"Insert file",[L]:"Insert file",[S]:"Web address",[D]:"Title",[B]:"Cancel",[E]:"Insert",[N]:"Insert image",[P]:"Insert image",[U]:"Web address",[z]:"Title",[J]:"Alternate text",[O]:"Width (px)",[V]:"Height (px)",[j]:"Cancel",[G]:"Insert",[q]:"View HTML",[K]:"View HTML",[Q]:"Cancel",[X]:"Update",[se]:"Find and Replace",[pe]:"Find and Replace",[ge]:"Find",[fe]:"Replace",[me]:"Find What:",[Re]:"Replace With",[he]:"Replace",[ue]:"Replace All",[Ce]:"Match Case",[be]:"Match whole word only",[ke]:"Match cyclic (Wrap around)",[we]:"Regular Expression",[ye]:"Prev",[Te]:"Next",[Ie]:"{0} of {1} matches",[Ae]:"Invalid regular expression.",[Fe]:"Editable area. Press Alt + F10 for toolbar."},ve={bold:e,italic:t,underline:i,strikethrough:o,subscript:n,superscript:r,unlink:Y,undo:Z,redo:_,fontSize:$,fontName:ee,format:te,alignLeft:ie,alignRight:oe,alignCenter:ne,alignJustify:re,indent:le,outdent:de,orderedList:ae,bulletList:ce,print:a,selectAll:c,cleanFormatting:s,pdf:p,foregroundColor:g,backgroundColor:f,foregroundColorAriaLabel:m,createTable:R,createTableHint:h,addRowBefore:u,addRowAfter:C,addColumnBefore:b,addColumnAfter:k,deleteRow:w,deleteColumn:y,deleteTable:T,mergeCells:I,splitCell:A,insertHyperlink:l,insertHyperlinkDialogTitle:F,insertHyperlinkAddress:H,insertHyperlinkTitle:x,insertHyperlinkNewWindow:v,insertHyperlinkCancel:M,insertHyperlinkInsert:W,insertFile:d,insertFileDialogTitle:L,insertFileAddress:S,insertFileTitle:D,insertFileCancel:B,insertFileInsert:E,insertImage:N,insertImageDialogTitle:P,insertImageAddress:U,insertImageTitle:z,insertImageAltText:J,insertImageWidth:O,insertImageHeight:V,insertImageCancel:j,insertImageInsert:G,viewHtml:q,viewHtmlDialogTitle:K,viewHtmlCancel:Q,viewHtmlUpdate:X,findReplaceToolTitle:se,findReplaceDialogTitle:pe,findReplaceTabFind:ge,findReplaceTabReplace:fe,findReplaceFindWhat:me,findReplaceReplaceWith:Re,findReplaceReplace:he,findReplaceReplaceAll:ue,findReplaceMatchCase:Ce,findReplaceMatchWord:be,findReplaceMatchCyclic:ke,findReplaceUseRegExp:we,findReplacePrevMatch:ye,findReplaceNextMatch:Te,findReplaceMatches:Ie,findReplaceInvalidRegExp:Ae,iframeTitle:Fe};exports.keys=ve;exports.messages=xe;
|