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