1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392 | 1×
1×
1×
1×
1×
1×
1×
1×
1×
| define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultLocale = {
'alignments': 'Alignments',
'justifyLeft': 'Align Left',
'justifyCenter': 'Align Center',
'justifyRight': 'Align Right',
'justifyFull': 'Align Justify',
'fontName': 'Font Name',
'fontSize': 'Font Size',
'fontColor': 'Font Color',
'backgroundColor': 'Background Color',
'importWord': 'Import from Word',
'exportWord': 'Export to Word',
'exportPdf': 'Export to PDF',
'bold': 'Bold',
'italic': 'Italic',
'underline': 'Underline',
'strikethrough': 'Strikethrough',
'clearFormat': 'Clear Format',
'clearAll': 'Clear All',
'cut': 'Cut',
'copy': 'Copy',
'paste': 'Paste',
'unorderedList': 'Bulleted List',
'orderedList': 'Numbered List',
'indent': 'Increase Indent',
'outdent': 'Decrease Indent',
'undo': 'Undo',
'redo': 'Redo',
'superscript': 'Superscript',
'subscript': 'Subscript',
'createLink': 'Insert Link',
'openLink': 'Open Link',
'editLink': 'Edit Link',
'removeLink': 'Remove Link',
'image': 'Insert Image',
'audio': 'Insert Audio',
'video': 'Insert Video',
'replace': 'Replace',
'numberFormatList': 'Number Format List',
'bulletFormatList': 'Bullet Format List',
'audioReplace': 'Replace',
'videoReplace': 'Replace',
'videoAlign': 'Align',
'videoDimension': 'Dimension',
'audioRemove': 'Remove',
'videoRemove': 'Remove',
'audioLayoutOption': 'Layout option',
'videoLayoutOption': 'Layout option',
'align': 'Align',
'caption': 'Caption',
'remove': 'Remove',
'insertLink': 'Insert Link',
'display': 'Display',
'altText': 'Alternative text',
'dimension': 'Change Size',
'fullscreen': 'Maximize',
'maximize': 'Maximize',
'minimize': 'Minimize',
'lowerCase': 'Lower Case',
'upperCase': 'Upper Case',
'print': 'Print',
'formats': 'Formats',
'sourcecode': 'Code View',
'preview': 'Preview',
'viewside': 'ViewSide',
'insertCode': 'Insert Code',
'blockquote': 'Blockquote',
'linkText': 'Display text',
'linkTooltipLabel': 'Title',
'linkWebUrl': 'Web address',
'linkTitle': 'Enter a title',
'linkurl': 'https://example.com',
'linkOpenInNewWindow': 'Open link in new window',
'linkHeader': 'Insert Link',
'dialogInsert': 'Insert',
'dialogCancel': 'Cancel',
'dialogUpdate': 'Update',
'imageHeader': 'Insert Image',
'audioHeader': 'Insert Audio',
'videoHeader': 'Insert Video',
'imageLinkHeader': 'You can also provide a link from the web',
'audioLinkHeader': 'You can also provide a link from the web',
'videoLinkHeader': 'Web URL',
'embedVideoLinkHeader': 'Media Embed URL',
'mdimageLink': 'Please provide a URL for your image',
'imageUploadMessage': 'Drop image here or browse to upload',
'audioUploadMessage': 'Drop an audio file or browse to upload',
'videoUploadMessage': 'Drop a video file or browse to upload',
'imageDeviceUploadMessage': 'Click here to upload',
'audioDeviceUploadMessage': 'Click here to upload',
'videoDeviceUploadMessage': 'Click here to upload',
'imageAlternateText': 'Alternate Text',
'alternateHeader': 'Alternative Text',
'browse': 'Browse',
'imageUrl': 'https://example.com/image.png',
'audioUrl': 'https://example.com/audio.mp3',
'videoUrl': 'https://example.com/video.mp4',
'webUrl': 'Web URL',
'embedUrl': 'Embed Code',
'imageCaption': 'Caption',
'imageSizeHeader': 'Image Size',
'videoSizeHeader': 'Video Size',
'imageHeight': 'Height',
'imageWidth': 'Width',
'videoHeight': 'Height',
'videoWidth': 'Width',
'textPlaceholder': 'Enter text',
'inserttablebtn': 'Insert Table',
'tabledialogHeader': 'Insert Table',
'tableWidth': 'Width',
'cellpadding': 'Cell Padding',
'cellspacing': 'Cell Spacing',
'columns': 'Number of columns',
'rows': 'Number of rows',
'tableRows': 'Row',
'tableColumns': 'Column',
'tableCellHorizontalAlign': 'Table Cell Horizontal Align',
'tableCellVerticalAlign': 'Vertical Align',
'createTable': 'Create Table',
'removeTable': 'Remove Table',
'tableHeader': 'Header Row',
'tableRemove': 'Delete Table',
'tableCellBackground': 'Table Cell Background',
'tableEditProperties': 'Table Edit Properties',
'styles': 'Styles',
'insertColumnLeft': 'Insert Column Left',
'insertColumnRight': 'Insert Column Right',
'deleteColumn': 'Delete Column',
'insertRowBefore': 'Insert Row Before',
'insertRowAfter': 'Insert Row After',
'deleteRow': 'Delete Row',
'tableEditHeader': 'Edit Table',
'TableHeadingText': 'Heading',
'TableColText': 'Col',
'imageInsertLinkHeader': 'Insert Link',
'editImageHeader': 'Edit Image',
'editAudioHeader': 'Edit Audio',
'editVideoHeader': 'Edit Video',
"alignmentsDropDownLeft": 'Align Left',
"alignmentsDropDownCenter": 'Align Center',
"alignmentsDropDownRight": 'Align Right',
"alignmentsDropDownJustify": 'Align Justify',
"imageDisplayDropDownInline": 'Inline',
"imageDisplayDropDownBreak": 'Break',
"audioLayoutOptionDropDownInline": 'Inline',
"audioLayoutOptionDropDownBreak": 'Break',
"videoLayoutOptionDropDownInline": 'Inline',
"videoLayoutOptionDropDownBreak": 'Break',
"tableInsertRowDropDownBefore": 'Insert row before',
"tableInsertRowDropDownAfter": 'Insert row after',
"tableInsertRowDropDownDelete": 'Delete row',
"tableInsertColumnDropDownLeft": 'Insert column left',
"tableInsertColumnDropDownRight": 'Insert column right',
"tableInsertColumnDropDownDelete": 'Delete column',
"tableVerticalAlignDropDownTop": 'Align Top',
"tableVerticalAlignDropDownMiddle": 'Align Middle',
"tableVerticalAlignDropDownBottom": 'Align Bottom',
"tableStylesDropDownDashedBorder": 'Dashed Borders',
"tableStylesDropDownAlternateRows": 'Alternate Rows',
'pasteFormat': 'Paste Format',
'pasteFormatContent': 'Choose the formatting action',
'plainText': 'Plain Text',
'cleanFormat': 'Clean',
'keepFormat': 'Keep',
'pasteDialogOk': 'OK',
'pasteDialogCancel': 'Cancel',
'fileManager': 'File Manager',
'fileDialogHeader': 'File Browser',
"formatsDropDownParagraph": 'Paragraph',
'formatsDropDownCode': 'Preformatted',
'formatsDropDownQuotation': 'Blockquote',
'formatsDropDownHeading1': 'Heading 1',
'formatsDropDownHeading2': 'Heading 2',
'formatsDropDownHeading3': 'Heading 3',
'formatsDropDownHeading4': 'Heading 4',
'fontNameSegoeUI': 'Segoe UI',
'fontNameArial': 'Arial',
'fontNameGeorgia': 'Georgia',
'fontNameImpact': 'Impact',
'fontNameTahoma': 'Tahoma',
'fontNameTimesNewRoman': 'Times New Roman',
'fontNameVerdana': 'Verdana',
'numberFormatListNumber': 'Number',
'numberFormatListLowerAlpha': 'Lower Alpha',
'numberFormatListUpperAlpha': 'Upper Alpha',
'numberFormatListLowerRoman': 'Lower Roman',
'numberFormatListUpperRoman': 'Upper Roman',
'numberFormatListLowerGreek': 'Lower Greek',
'bulletFormatListDisc': 'Disc',
'bulletFormatListCircle': 'Circle',
'bulletFormatListSquare': 'Square',
'numberFormatListNone': 'None',
'bulletFormatListNone': 'None',
'formatPainter': 'Format Painter',
'emojiPicker': 'Emoji Picker',
'embeddedCode': 'Embedded code',
'pasteEmbeddedCodeHere': 'Paste embedded code here',
'emojiPickerTypeToFind': 'Type to find',
'emojiPickerNoResultFound': 'No results found',
'emojiPickerTrySomethingElse': 'Try something else',
'linkAriaLabel': 'Open in new window',
'unsupportedImage': 'Unsupported file format',
'mergecells': 'Merge cells',
'verticalsplit': 'Vertical split',
'horizontalsplit': 'Horizontal split',
'inlinecode': 'Inline Code',
'slashMenuItemHeadingOneText': 'Heading 1',
'slashMenuItemHeadingOneDescription': 'Use this for a top level heading or title.',
'slashMenuItemHeadingTwoText': 'Heading 2',
'slashMenuItemHeadingTwoDescription': 'Use this for key sections.',
'slashMenuItemHeadingThreeText': 'Heading 3',
'slashMenuItemHeadingThreeDescription': 'Use this for sub sections and group headings.',
'slashMenuItemHeadingFourText': 'Heading 4',
'slashMenuItemHeadingFourDescription': 'Use this for the key points of the sub topics.',
'slashMenuItemParagraphText': 'Paragraph',
'slashMenuItemParagraphDescription': 'Writing with paragraphs.',
'slashMenuItemBlockquoteText': 'Blockquote',
'slashMenuItemBlockquoteDescription': 'Create a quote or citation.',
'slashMenuItemOrderedListText': 'Ordered List',
'slashMenuItemOrderedListDescription': 'Create an ordered list.',
'slashMenuItemUnorderedListText': 'Unordered List',
'slashMenuItemUnorderedListDescription': 'Create an unordered list.',
'slashMenuItemCodeText': 'CodeBlock',
'slashMenuItemCodeDescription': 'Create a preformatted code block.',
'slashMenuItemTableText': 'Table',
'slashMenuItemTableDescription': 'Insert a table.',
'slashMenuItemLinkText': 'Link',
'slashMenuItemLinkDescription': 'Insert a link.',
'slashMenuItemImageText': 'Image',
'slashMenuItemImageDescription': 'Insert an image.',
'slashMenuItemAudioText': 'Audio',
'slashMenuItemAudioDescription': 'Insert an audio.',
'slashMenuItemVideoText': 'Video',
'slashMenuItemVideoDescription': 'Insert a video.',
'slashMenuItemEmojiText': 'Emojipicker',
'slashMenuItemEmojiDescription': 'Use emojis to express ideas and emoticons.'
};
exports.toolsLocale = {
'alignments': 'alignments',
'justifyleft': 'justifyLeft',
'justifycenter': 'justifyCenter',
'justifyright': 'justifyRight',
'justifyfull': 'justifyFull',
'fontname': 'fontName',
'fontsize': 'fontSize',
'fontcolor': 'fontColor',
'backgroundcolor': 'backgroundColor',
'importword': 'importWord',
'exportword': 'exportWord',
'exportpdf': 'exportPdf',
'bold': 'bold',
'italic': 'italic',
'underline': 'underline',
'strikethrough': 'strikethrough',
'clearformat': 'clearFormat',
'clearall': 'clearAll',
'cut': 'cut',
'copy': 'copy',
'paste': 'paste',
'unorderedlist': 'unorderedList',
'orderedlist': 'orderedList',
'indent': 'indent',
'outdent': 'outdent',
'numberformatlist': 'numberFormatList',
'bulletformatlist': 'bulletFormatList',
'undo': 'undo',
'redo': 'redo',
'filemanager': 'fileManager',
'superscript': 'superscript',
'subscript': 'subscript',
'createlink': 'createLink',
'openlink': 'openLink',
'editlink': 'editLink',
'removelink': 'removeLink',
'openimagelink': 'openLink',
'editimagelink': 'editLink',
'removeimagelink': 'removeLink',
'image': 'image',
'audio': 'audio',
'video': 'video',
'replace': 'replace',
'audioreplace': 'audioReplace',
'videoreplace': 'videoReplace',
'videoalign': 'videoAlign',
'videodimension': 'videoDimension',
'audioremove': 'audioRemove',
'videoremove': 'videoRemove',
'audiolayoutoption': 'audioLayoutOption',
'videolayoutoption': 'videoLayoutOption',
'align': 'align',
'caption': 'caption',
'remove': 'remove',
'insertlink': 'insertLink',
'display': 'display',
'alttext': 'imageAlternateText',
'dimension': 'dimension',
'fullscreen': 'fullscreen',
'maximize': 'maximize',
'minimize': 'minimize',
'lowercase': 'lowerCase',
'uppercase': 'upperCase',
'print': 'print',
'formats': 'formats',
'sourcecode': 'sourcecode',
'preview': 'preview',
'viewside': 'viewside',
'insertcode': 'insertCode',
'blockquote': 'blockquote',
'tablerows': 'tableRows',
'tablecolumns': 'tableColumns',
'tablecellhorizontalalign': 'tableCellHorizontalAlign',
'tablecellverticalalign': 'tableCellVerticalAlign',
'createtable': 'createTable',
'removetable': 'removeTable',
'tableheader': 'tableHeader',
'tableremove': 'tableRemove',
'tablecellbackground': 'tableCellBackground',
'tableeditproperties': 'tableEditProperties',
'styles': 'styles',
'insertcolumnleft': 'insertColumnLeft',
'insertcolumnright': 'insertColumnRight',
'deletecolumn': 'deleteColumn',
'aligntop': 'AlignTop',
'alignmiddle': 'AlignMiddle',
'alignbottom': 'AlignBottom',
'insertrowbefore': 'insertRowBefore',
'insertrowafter': 'insertRowAfter',
'deleterow': 'deleteRow',
'formatpainter': 'formatPainter',
'emojipicker': 'emojiPicker',
'embeddedCode': 'Embedded code',
'pasteEmbeddedCodeHere': 'Paste embedded code here',
'emojiPickerTypeToFind': 'Type to find',
'emojiPickerNoResultFound': 'No results found',
'emojiPickerTrySomethingElse': 'Try something else',
'imageLinkAriaLabel': 'Open in new window',
'inlinecode': 'inlinecode'
};
exports.fontNameLocale = [
{ locale: 'fontNameSegoeUI', value: 'Segoe UI' },
{ locale: 'fontNameArial', value: 'Arial,Helvetica,sans-serif' },
{ locale: 'fontNameGeorgia', value: 'Georgia,serif' },
{ locale: 'fontNameImpact', value: 'Impact,Charcoal,sans-serif' },
{ locale: 'fontNameTahoma', value: 'Tahoma,Geneva,sans-serif' },
{ locale: 'fontNameTimesNewRoman', value: 'Times New Roman,Times,serif' },
{ locale: 'fontNameVerdana', value: 'Verdana,Geneva,sans-serif' }
];
exports.formatsLocale = [
{ locale: 'formatsDropDownParagraph', value: 'P' },
{ locale: 'formatsDropDownCode', value: 'Pre' },
{ locale: 'formatsDropDownHeading1', value: 'H1' },
{ locale: 'formatsDropDownHeading2', value: 'H2' },
{ locale: 'formatsDropDownHeading3', value: 'H3' },
{ locale: 'formatsDropDownHeading4', value: 'H4' }
];
exports.numberFormatListLocale = [
{ locale: 'numberFormatListNone', value: 'none' },
{ locale: 'numberFormatListNumber', value: 'decimal' },
{ locale: 'numberFormatListLowerAlpha', value: 'lower-alpha' },
{ locale: 'numberFormatListUpperAlpha', value: 'upper-alpha' },
{ locale: 'numberFormatListLowerRoman', value: 'lower-roman' },
{ locale: 'numberFormatListUpperRoman', value: 'upper-roman' },
{ locale: 'numberFormatListLowerGreek', value: 'lower-greek' }
];
exports.bulletFormatListLocale = [
{ locale: 'bulletFormatListNone', value: 'none' },
{ locale: 'bulletFormatListDisc', value: 'disc' },
{ locale: 'bulletFormatListCircle', value: 'circle' },
{ locale: 'bulletFormatListSquare', value: 'square' },
];
exports.slashMenuCommandsKey = new Map([
['Heading 1', { text: 'slashMenuItemHeadingOneText', description: 'slashMenuItemHeadingOneDescription' }],
['Heading 2', { text: 'slashMenuItemHeadingTwoText', description: 'slashMenuItemHeadingTwoDescription' }],
['Heading 3', { text: 'slashMenuItemHeadingThreeText', description: 'slashMenuItemHeadingThreeDescription' }],
['Heading 4', { text: 'slashMenuItemHeadingFourText', description: 'slashMenuItemHeadingFourDescription' }],
['Paragraph', { text: 'slashMenuItemParagraphText', description: 'slashMenuItemParagraphDescription' }],
['Blockquote', { text: 'slashMenuItemBlockquoteText', description: 'slashMenuItemBlockquoteDescription' }],
['OrderedList', { text: 'slashMenuItemOrderedListText', description: 'slashMenuItemOrderedListDescription' }],
['UnorderedList', { text: 'slashMenuItemUnorderedListText', description: 'slashMenuItemUnorderedListDescription' }],
['CodeBlock', { text: 'slashMenuItemCodeText', description: 'slashMenuItemCodeDescription' }],
['Table', { text: 'slashMenuItemTableText', description: 'slashMenuItemTableDescription' }],
['Link', { text: 'slashMenuItemLinkText', description: 'slashMenuItemLinkDescription' }],
['Image', { text: 'slashMenuItemImageText', description: 'slashMenuItemImageDescription' }],
['Audio', { text: 'slashMenuItemAudioText', description: 'slashMenuItemAudioDescription' }],
['Video', { text: 'slashMenuItemVideoText', description: 'slashMenuItemVideoDescription' }],
['Emojipicker', { text: 'slashMenuItemEmojiText', description: 'slashMenuItemEmojiDescription' }]
]);
});
|