commspliant-html-editor 0.0.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/README.md +315 -0
- package/dist/commspliant-html-editor.css +1 -0
- package/dist/components/Editor.d.ts +3 -0
- package/dist/components/Editor.d.ts.map +1 -0
- package/dist/components/HtmlSurface.d.ts +9 -0
- package/dist/components/HtmlSurface.d.ts.map +1 -0
- package/dist/components/VisualSurface.d.ts +13 -0
- package/dist/components/VisualSurface.d.ts.map +1 -0
- package/dist/core/blockFormat.d.ts +10 -0
- package/dist/core/blockFormat.d.ts.map +1 -0
- package/dist/core/blocks.d.ts +19 -0
- package/dist/core/blocks.d.ts.map +1 -0
- package/dist/core/bookmark.d.ts +10 -0
- package/dist/core/bookmark.d.ts.map +1 -0
- package/dist/core/cellProperties.d.ts +18 -0
- package/dist/core/cellProperties.d.ts.map +1 -0
- package/dist/core/clearFormatting.d.ts +2 -0
- package/dist/core/clearFormatting.d.ts.map +1 -0
- package/dist/core/clipboard.d.ts +9 -0
- package/dist/core/clipboard.d.ts.map +1 -0
- package/dist/core/commandTypes.d.ts +229 -0
- package/dist/core/commandTypes.d.ts.map +1 -0
- package/dist/core/commands.d.ts +5 -0
- package/dist/core/commands.d.ts.map +1 -0
- package/dist/core/cssLength.d.ts +13 -0
- package/dist/core/cssLength.d.ts.map +1 -0
- package/dist/core/customActions.d.ts +12 -0
- package/dist/core/customActions.d.ts.map +1 -0
- package/dist/core/fontFamily.d.ts +40 -0
- package/dist/core/fontFamily.d.ts.map +1 -0
- package/dist/core/fontSize.d.ts +25 -0
- package/dist/core/fontSize.d.ts.map +1 -0
- package/dist/core/fontSizeUnits.d.ts +29 -0
- package/dist/core/fontSizeUnits.d.ts.map +1 -0
- package/dist/core/image.d.ts +19 -0
- package/dist/core/image.d.ts.map +1 -0
- package/dist/core/imageProperties.d.ts +35 -0
- package/dist/core/imageProperties.d.ts.map +1 -0
- package/dist/core/imageResize.d.ts +18 -0
- package/dist/core/imageResize.d.ts.map +1 -0
- package/dist/core/imageSize.d.ts +23 -0
- package/dist/core/imageSize.d.ts.map +1 -0
- package/dist/core/indent.d.ts +7 -0
- package/dist/core/indent.d.ts.map +1 -0
- package/dist/core/inlineColor.d.ts +23 -0
- package/dist/core/inlineColor.d.ts.map +1 -0
- package/dist/core/inlineRange.d.ts +10 -0
- package/dist/core/inlineRange.d.ts.map +1 -0
- package/dist/core/link.d.ts +18 -0
- package/dist/core/link.d.ts.map +1 -0
- package/dist/core/lists.d.ts +12 -0
- package/dist/core/lists.d.ts.map +1 -0
- package/dist/core/marks.d.ts +18 -0
- package/dist/core/marks.d.ts.map +1 -0
- package/dist/core/page.d.ts +8 -0
- package/dist/core/page.d.ts.map +1 -0
- package/dist/core/pageProperties.d.ts +7 -0
- package/dist/core/pageProperties.d.ts.map +1 -0
- package/dist/core/paragraphBox.d.ts +82 -0
- package/dist/core/paragraphBox.d.ts.map +1 -0
- package/dist/core/paragraphProperties.d.ts +17 -0
- package/dist/core/paragraphProperties.d.ts.map +1 -0
- package/dist/core/rowProperties.d.ts +17 -0
- package/dist/core/rowProperties.d.ts.map +1 -0
- package/dist/core/selection.d.ts +22 -0
- package/dist/core/selection.d.ts.map +1 -0
- package/dist/core/table.d.ts +28 -0
- package/dist/core/table.d.ts.map +1 -0
- package/dist/core/tableProperties.d.ts +18 -0
- package/dist/core/tableProperties.d.ts.map +1 -0
- package/dist/core/textAlign.d.ts +9 -0
- package/dist/core/textAlign.d.ts.map +1 -0
- package/dist/hooks/useControllableState.d.ts +8 -0
- package/dist/hooks/useControllableState.d.ts.map +1 -0
- package/dist/i18n/LocaleProvider.d.ts +11 -0
- package/dist/i18n/LocaleProvider.d.ts.map +1 -0
- package/dist/i18n/en.d.ts +3 -0
- package/dist/i18n/en.d.ts.map +1 -0
- package/dist/i18n/es.d.ts +3 -0
- package/dist/i18n/es.d.ts.map +1 -0
- package/dist/i18n/types.d.ts +333 -0
- package/dist/i18n/types.d.ts.map +1 -0
- package/dist/icons/AlignCenterIcon.d.ts +3 -0
- package/dist/icons/AlignCenterIcon.d.ts.map +1 -0
- package/dist/icons/AlignJustifyIcon.d.ts +3 -0
- package/dist/icons/AlignJustifyIcon.d.ts.map +1 -0
- package/dist/icons/AlignLeftIcon.d.ts +3 -0
- package/dist/icons/AlignLeftIcon.d.ts.map +1 -0
- package/dist/icons/AlignRightIcon.d.ts +3 -0
- package/dist/icons/AlignRightIcon.d.ts.map +1 -0
- package/dist/icons/BoldIcon.d.ts +3 -0
- package/dist/icons/BoldIcon.d.ts.map +1 -0
- package/dist/icons/BookmarkIcon.d.ts +3 -0
- package/dist/icons/BookmarkIcon.d.ts.map +1 -0
- package/dist/icons/BulletListIcon.d.ts +3 -0
- package/dist/icons/BulletListIcon.d.ts.map +1 -0
- package/dist/icons/CellPropertiesIcon.d.ts +3 -0
- package/dist/icons/CellPropertiesIcon.d.ts.map +1 -0
- package/dist/icons/ClearFormattingIcon.d.ts +3 -0
- package/dist/icons/ClearFormattingIcon.d.ts.map +1 -0
- package/dist/icons/CloseIcon.d.ts +3 -0
- package/dist/icons/CloseIcon.d.ts.map +1 -0
- package/dist/icons/CommspliantShieldIcon.d.ts +3 -0
- package/dist/icons/CommspliantShieldIcon.d.ts.map +1 -0
- package/dist/icons/CustomActionIcon.d.ts +3 -0
- package/dist/icons/CustomActionIcon.d.ts.map +1 -0
- package/dist/icons/FontColorIcon.d.ts +3 -0
- package/dist/icons/FontColorIcon.d.ts.map +1 -0
- package/dist/icons/FontPropertiesIcon.d.ts +3 -0
- package/dist/icons/FontPropertiesIcon.d.ts.map +1 -0
- package/dist/icons/FullscreenIcon.d.ts +3 -0
- package/dist/icons/FullscreenIcon.d.ts.map +1 -0
- package/dist/icons/HighlightColorIcon.d.ts +3 -0
- package/dist/icons/HighlightColorIcon.d.ts.map +1 -0
- package/dist/icons/HtmlIcon.d.ts +3 -0
- package/dist/icons/HtmlIcon.d.ts.map +1 -0
- package/dist/icons/ImageIcon.d.ts +3 -0
- package/dist/icons/ImageIcon.d.ts.map +1 -0
- package/dist/icons/IndentIcon.d.ts +3 -0
- package/dist/icons/IndentIcon.d.ts.map +1 -0
- package/dist/icons/ItalicIcon.d.ts +3 -0
- package/dist/icons/ItalicIcon.d.ts.map +1 -0
- package/dist/icons/LinkIcon.d.ts +3 -0
- package/dist/icons/LinkIcon.d.ts.map +1 -0
- package/dist/icons/MenuIcon.d.ts +3 -0
- package/dist/icons/MenuIcon.d.ts.map +1 -0
- package/dist/icons/NumberedListIcon.d.ts +3 -0
- package/dist/icons/NumberedListIcon.d.ts.map +1 -0
- package/dist/icons/OpenIcon.d.ts +3 -0
- package/dist/icons/OpenIcon.d.ts.map +1 -0
- package/dist/icons/OutdentIcon.d.ts +3 -0
- package/dist/icons/OutdentIcon.d.ts.map +1 -0
- package/dist/icons/PagePropertiesIcon.d.ts +3 -0
- package/dist/icons/PagePropertiesIcon.d.ts.map +1 -0
- package/dist/icons/ParagraphPropertiesIcon.d.ts +3 -0
- package/dist/icons/ParagraphPropertiesIcon.d.ts.map +1 -0
- package/dist/icons/PlusIcon.d.ts +3 -0
- package/dist/icons/PlusIcon.d.ts.map +1 -0
- package/dist/icons/PrintIcon.d.ts +3 -0
- package/dist/icons/PrintIcon.d.ts.map +1 -0
- package/dist/icons/RedoIcon.d.ts +3 -0
- package/dist/icons/RedoIcon.d.ts.map +1 -0
- package/dist/icons/RowPropertiesIcon.d.ts +3 -0
- package/dist/icons/RowPropertiesIcon.d.ts.map +1 -0
- package/dist/icons/SaveIcon.d.ts +3 -0
- package/dist/icons/SaveIcon.d.ts.map +1 -0
- package/dist/icons/StrikethroughIcon.d.ts +3 -0
- package/dist/icons/StrikethroughIcon.d.ts.map +1 -0
- package/dist/icons/TableColumnIcon.d.ts +3 -0
- package/dist/icons/TableColumnIcon.d.ts.map +1 -0
- package/dist/icons/TableIcon.d.ts +3 -0
- package/dist/icons/TableIcon.d.ts.map +1 -0
- package/dist/icons/TableRowIcon.d.ts +3 -0
- package/dist/icons/TableRowIcon.d.ts.map +1 -0
- package/dist/icons/UnderlineIcon.d.ts +3 -0
- package/dist/icons/UnderlineIcon.d.ts.map +1 -0
- package/dist/icons/UndoIcon.d.ts +3 -0
- package/dist/icons/UndoIcon.d.ts.map +1 -0
- package/dist/icons/VisualIcon.d.ts +3 -0
- package/dist/icons/VisualIcon.d.ts.map +1 -0
- package/dist/icons/index.d.ts +41 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/types.d.ts +4 -0
- package/dist/icons/types.d.ts.map +1 -0
- package/dist/index.cjs +92 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13150 -0
- package/dist/modules/contextMenu/ContextMenu.d.ts +13 -0
- package/dist/modules/contextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/modules/contextMenu/commands.d.ts +3 -0
- package/dist/modules/contextMenu/commands.d.ts.map +1 -0
- package/dist/modules/contextMenu/index.d.ts +4 -0
- package/dist/modules/contextMenu/index.d.ts.map +1 -0
- package/dist/modules/file/catalog.d.ts +3 -0
- package/dist/modules/file/catalog.d.ts.map +1 -0
- package/dist/modules/file/commands.d.ts +3 -0
- package/dist/modules/file/commands.d.ts.map +1 -0
- package/dist/modules/file/fileDialogs.d.ts +3 -0
- package/dist/modules/file/fileDialogs.d.ts.map +1 -0
- package/dist/modules/file/index.d.ts +4 -0
- package/dist/modules/file/index.d.ts.map +1 -0
- package/dist/modules/file/printHtml.d.ts +2 -0
- package/dist/modules/file/printHtml.d.ts.map +1 -0
- package/dist/modules/format/ColorField.d.ts +11 -0
- package/dist/modules/format/ColorField.d.ts.map +1 -0
- package/dist/modules/format/ColorPicker.d.ts +13 -0
- package/dist/modules/format/ColorPicker.d.ts.map +1 -0
- package/dist/modules/format/ColorSelect.d.ts +16 -0
- package/dist/modules/format/ColorSelect.d.ts.map +1 -0
- package/dist/modules/format/CustomParagraphStyleDialog.d.ts +21 -0
- package/dist/modules/format/CustomParagraphStyleDialog.d.ts.map +1 -0
- package/dist/modules/format/FontColorSelect.d.ts +3 -0
- package/dist/modules/format/FontColorSelect.d.ts.map +1 -0
- package/dist/modules/format/FontFamilyList.d.ts +16 -0
- package/dist/modules/format/FontFamilyList.d.ts.map +1 -0
- package/dist/modules/format/FontFamilySelect.d.ts +15 -0
- package/dist/modules/format/FontFamilySelect.d.ts.map +1 -0
- package/dist/modules/format/FontPropertiesDialog.d.ts +24 -0
- package/dist/modules/format/FontPropertiesDialog.d.ts.map +1 -0
- package/dist/modules/format/FontPropertiesFields.d.ts +12 -0
- package/dist/modules/format/FontPropertiesFields.d.ts.map +1 -0
- package/dist/modules/format/FontSizeCombobox.d.ts +13 -0
- package/dist/modules/format/FontSizeCombobox.d.ts.map +1 -0
- package/dist/modules/format/FontSizeSelect.d.ts +3 -0
- package/dist/modules/format/FontSizeSelect.d.ts.map +1 -0
- package/dist/modules/format/HighlightColorSelect.d.ts +4 -0
- package/dist/modules/format/HighlightColorSelect.d.ts.map +1 -0
- package/dist/modules/format/LengthField.d.ts +12 -0
- package/dist/modules/format/LengthField.d.ts.map +1 -0
- package/dist/modules/format/PagePropertiesDialog.d.ts +14 -0
- package/dist/modules/format/PagePropertiesDialog.d.ts.map +1 -0
- package/dist/modules/format/ParagraphPropertiesDialog.d.ts +12 -0
- package/dist/modules/format/ParagraphPropertiesDialog.d.ts.map +1 -0
- package/dist/modules/format/ParagraphPropertiesFields.d.ts +13 -0
- package/dist/modules/format/ParagraphPropertiesFields.d.ts.map +1 -0
- package/dist/modules/format/ParagraphStyleList.d.ts +22 -0
- package/dist/modules/format/ParagraphStyleList.d.ts.map +1 -0
- package/dist/modules/format/ParagraphStyleSelect.d.ts +4 -0
- package/dist/modules/format/ParagraphStyleSelect.d.ts.map +1 -0
- package/dist/modules/format/ShadowFields.d.ts +8 -0
- package/dist/modules/format/ShadowFields.d.ts.map +1 -0
- package/dist/modules/format/catalog.d.ts +3 -0
- package/dist/modules/format/catalog.d.ts.map +1 -0
- package/dist/modules/format/colorModel.d.ts +22 -0
- package/dist/modules/format/colorModel.d.ts.map +1 -0
- package/dist/modules/format/colorPalette.d.ts +3 -0
- package/dist/modules/format/colorPalette.d.ts.map +1 -0
- package/dist/modules/format/commands.d.ts +4 -0
- package/dist/modules/format/commands.d.ts.map +1 -0
- package/dist/modules/format/fontDialog.d.ts +9 -0
- package/dist/modules/format/fontDialog.d.ts.map +1 -0
- package/dist/modules/format/fontSize.d.ts +2 -0
- package/dist/modules/format/fontSize.d.ts.map +1 -0
- package/dist/modules/format/index.d.ts +3 -0
- package/dist/modules/format/index.d.ts.map +1 -0
- package/dist/modules/format/pageDialog.d.ts +9 -0
- package/dist/modules/format/pageDialog.d.ts.map +1 -0
- package/dist/modules/format/paragraphDialog.d.ts +9 -0
- package/dist/modules/format/paragraphDialog.d.ts.map +1 -0
- package/dist/modules/history/catalog.d.ts +3 -0
- package/dist/modules/history/catalog.d.ts.map +1 -0
- package/dist/modules/history/commands.d.ts +4 -0
- package/dist/modules/history/commands.d.ts.map +1 -0
- package/dist/modules/history/history.d.ts +15 -0
- package/dist/modules/history/history.d.ts.map +1 -0
- package/dist/modules/history/index.d.ts +5 -0
- package/dist/modules/history/index.d.ts.map +1 -0
- package/dist/modules/insert/BookmarkDialog.d.ts +9 -0
- package/dist/modules/insert/BookmarkDialog.d.ts.map +1 -0
- package/dist/modules/insert/ImageDialog.d.ts +12 -0
- package/dist/modules/insert/ImageDialog.d.ts.map +1 -0
- package/dist/modules/insert/ImagePropertiesDialog.d.ts +13 -0
- package/dist/modules/insert/ImagePropertiesDialog.d.ts.map +1 -0
- package/dist/modules/insert/ImagePropertiesFields.d.ts +11 -0
- package/dist/modules/insert/ImagePropertiesFields.d.ts.map +1 -0
- package/dist/modules/insert/ImageResizeOverlay.d.ts +7 -0
- package/dist/modules/insert/ImageResizeOverlay.d.ts.map +1 -0
- package/dist/modules/insert/ImageSizeField.d.ts +10 -0
- package/dist/modules/insert/ImageSizeField.d.ts.map +1 -0
- package/dist/modules/insert/LinkDialog.d.ts +22 -0
- package/dist/modules/insert/LinkDialog.d.ts.map +1 -0
- package/dist/modules/insert/catalog.d.ts +3 -0
- package/dist/modules/insert/catalog.d.ts.map +1 -0
- package/dist/modules/insert/commands.d.ts +4 -0
- package/dist/modules/insert/commands.d.ts.map +1 -0
- package/dist/modules/insert/imagePropertiesDialog.d.ts +9 -0
- package/dist/modules/insert/imagePropertiesDialog.d.ts.map +1 -0
- package/dist/modules/insert/index.d.ts +3 -0
- package/dist/modules/insert/index.d.ts.map +1 -0
- package/dist/modules/table/CellPropertiesDialog.d.ts +10 -0
- package/dist/modules/table/CellPropertiesDialog.d.ts.map +1 -0
- package/dist/modules/table/CellPropertiesFields.d.ts +8 -0
- package/dist/modules/table/CellPropertiesFields.d.ts.map +1 -0
- package/dist/modules/table/RowPropertiesDialog.d.ts +10 -0
- package/dist/modules/table/RowPropertiesDialog.d.ts.map +1 -0
- package/dist/modules/table/RowPropertiesFields.d.ts +8 -0
- package/dist/modules/table/RowPropertiesFields.d.ts.map +1 -0
- package/dist/modules/table/TableDialog.d.ts +9 -0
- package/dist/modules/table/TableDialog.d.ts.map +1 -0
- package/dist/modules/table/TablePropertiesDialog.d.ts +10 -0
- package/dist/modules/table/TablePropertiesDialog.d.ts.map +1 -0
- package/dist/modules/table/TablePropertiesFields.d.ts +8 -0
- package/dist/modules/table/TablePropertiesFields.d.ts.map +1 -0
- package/dist/modules/table/catalog.d.ts +3 -0
- package/dist/modules/table/catalog.d.ts.map +1 -0
- package/dist/modules/table/commands.d.ts +4 -0
- package/dist/modules/table/commands.d.ts.map +1 -0
- package/dist/modules/table/index.d.ts +3 -0
- package/dist/modules/table/index.d.ts.map +1 -0
- package/dist/modules/view/catalog.d.ts +3 -0
- package/dist/modules/view/catalog.d.ts.map +1 -0
- package/dist/modules/view/commands.d.ts +4 -0
- package/dist/modules/view/commands.d.ts.map +1 -0
- package/dist/modules/view/index.d.ts +3 -0
- package/dist/modules/view/index.d.ts.map +1 -0
- package/dist/toolbar/EditorToolbar.d.ts +14 -0
- package/dist/toolbar/EditorToolbar.d.ts.map +1 -0
- package/dist/toolbar/IconNav.d.ts +12 -0
- package/dist/toolbar/IconNav.d.ts.map +1 -0
- package/dist/toolbar/MenuBar.d.ts +18 -0
- package/dist/toolbar/MenuBar.d.ts.map +1 -0
- package/dist/toolbar/ScrollChevronIcons.d.ts +4 -0
- package/dist/toolbar/ScrollChevronIcons.d.ts.map +1 -0
- package/dist/toolbar/Tooltip.d.ts +11 -0
- package/dist/toolbar/Tooltip.d.ts.map +1 -0
- package/dist/toolbar/defaultCatalog.d.ts +4 -0
- package/dist/toolbar/defaultCatalog.d.ts.map +1 -0
- package/dist/toolbar/defaultLayout.d.ts +3 -0
- package/dist/toolbar/defaultLayout.d.ts.map +1 -0
- package/dist/toolbar/index.d.ts +7 -0
- package/dist/toolbar/index.d.ts.map +1 -0
- package/dist/toolbar/overflow.d.ts +7 -0
- package/dist/toolbar/overflow.d.ts.map +1 -0
- package/dist/toolbar/resolveChrome.d.ts +12 -0
- package/dist/toolbar/resolveChrome.d.ts.map +1 -0
- package/dist/toolbar/types.d.ts +65 -0
- package/dist/toolbar/types.d.ts.map +1 -0
- package/dist/toolbar/useIconNavOverflow.d.ts +9 -0
- package/dist/toolbar/useIconNavOverflow.d.ts.map +1 -0
- package/dist/types.d.ts +186 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +53 -0
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
export type Locale = 'en' | 'es';
|
|
2
|
+
export type Messages = {
|
|
3
|
+
modeVisual: string;
|
|
4
|
+
modeHtml: string;
|
|
5
|
+
modeVisualAria: string;
|
|
6
|
+
modeHtmlAria: string;
|
|
7
|
+
modeFullscreen: string;
|
|
8
|
+
modeFullscreenAria: string;
|
|
9
|
+
exitFullscreenAria: string;
|
|
10
|
+
visualEditorAria: string;
|
|
11
|
+
htmlEditorAria: string;
|
|
12
|
+
menuFile: string;
|
|
13
|
+
menuFileAria: string;
|
|
14
|
+
menuEdit: string;
|
|
15
|
+
menuEditAria: string;
|
|
16
|
+
menuInsert: string;
|
|
17
|
+
menuInsertAria: string;
|
|
18
|
+
menuView: string;
|
|
19
|
+
menuViewAria: string;
|
|
20
|
+
menuFormat: string;
|
|
21
|
+
menuFormatAria: string;
|
|
22
|
+
menuFont: string;
|
|
23
|
+
menuFontAria: string;
|
|
24
|
+
menuParagraph: string;
|
|
25
|
+
menuParagraphAria: string;
|
|
26
|
+
menuParagraphStyles: string;
|
|
27
|
+
menuParagraphStylesAria: string;
|
|
28
|
+
menuPage: string;
|
|
29
|
+
menuPageAria: string;
|
|
30
|
+
menuImage: string;
|
|
31
|
+
menuImageAria: string;
|
|
32
|
+
menuInsertRow: string;
|
|
33
|
+
menuInsertRowAria: string;
|
|
34
|
+
menuInsertColumn: string;
|
|
35
|
+
menuInsertColumnAria: string;
|
|
36
|
+
menuTable: string;
|
|
37
|
+
menuTableAria: string;
|
|
38
|
+
menuCustom: string;
|
|
39
|
+
menuCustomAria: string;
|
|
40
|
+
menuHamburgerAria: string;
|
|
41
|
+
menuCloseAria: string;
|
|
42
|
+
menuOverlayAria: string;
|
|
43
|
+
brandMarkAria: string;
|
|
44
|
+
commandSave: string;
|
|
45
|
+
commandSaveAria: string;
|
|
46
|
+
commandOpen: string;
|
|
47
|
+
commandOpenAria: string;
|
|
48
|
+
commandPrint: string;
|
|
49
|
+
commandPrintAria: string;
|
|
50
|
+
commandUndo: string;
|
|
51
|
+
commandUndoAria: string;
|
|
52
|
+
commandRedo: string;
|
|
53
|
+
commandRedoAria: string;
|
|
54
|
+
commandCut: string;
|
|
55
|
+
commandCutAria: string;
|
|
56
|
+
commandCopy: string;
|
|
57
|
+
commandCopyAria: string;
|
|
58
|
+
commandDelete: string;
|
|
59
|
+
commandDeleteAria: string;
|
|
60
|
+
commandLink: string;
|
|
61
|
+
commandLinkAria: string;
|
|
62
|
+
commandBookmark: string;
|
|
63
|
+
commandBookmarkAria: string;
|
|
64
|
+
commandImage: string;
|
|
65
|
+
commandImageAria: string;
|
|
66
|
+
commandImageProperties: string;
|
|
67
|
+
commandImagePropertiesAria: string;
|
|
68
|
+
commandTable: string;
|
|
69
|
+
commandTableAria: string;
|
|
70
|
+
commandTableProperties: string;
|
|
71
|
+
commandTablePropertiesAria: string;
|
|
72
|
+
commandCellProperties: string;
|
|
73
|
+
commandCellPropertiesAria: string;
|
|
74
|
+
commandRowProperties: string;
|
|
75
|
+
commandRowPropertiesAria: string;
|
|
76
|
+
commandInsertRowBelow: string;
|
|
77
|
+
commandInsertRowBelowAria: string;
|
|
78
|
+
commandInsertRowBefore: string;
|
|
79
|
+
commandInsertRowBeforeAria: string;
|
|
80
|
+
commandDeleteRow: string;
|
|
81
|
+
commandDeleteRowAria: string;
|
|
82
|
+
commandInsertColumnAfter: string;
|
|
83
|
+
commandInsertColumnAfterAria: string;
|
|
84
|
+
commandInsertColumnBefore: string;
|
|
85
|
+
commandInsertColumnBeforeAria: string;
|
|
86
|
+
commandDeleteColumn: string;
|
|
87
|
+
commandDeleteColumnAria: string;
|
|
88
|
+
contextMenuAria: string;
|
|
89
|
+
commandBold: string;
|
|
90
|
+
commandBoldAria: string;
|
|
91
|
+
commandItalic: string;
|
|
92
|
+
commandItalicAria: string;
|
|
93
|
+
commandUnderline: string;
|
|
94
|
+
commandUnderlineAria: string;
|
|
95
|
+
commandStrikethrough: string;
|
|
96
|
+
commandStrikethroughAria: string;
|
|
97
|
+
commandClearFormatting: string;
|
|
98
|
+
commandClearFormattingAria: string;
|
|
99
|
+
commandFontSize: string;
|
|
100
|
+
commandFontSizeAria: string;
|
|
101
|
+
commandFontSizeUnitAria: string;
|
|
102
|
+
commandFontFamily: string;
|
|
103
|
+
commandFontFamilyAria: string;
|
|
104
|
+
commandFontProperties: string;
|
|
105
|
+
commandFontPropertiesAria: string;
|
|
106
|
+
commandParagraphProperties: string;
|
|
107
|
+
commandParagraphPropertiesAria: string;
|
|
108
|
+
commandPageProperties: string;
|
|
109
|
+
commandPagePropertiesAria: string;
|
|
110
|
+
commandFontColor: string;
|
|
111
|
+
commandFontColorAria: string;
|
|
112
|
+
commandHighlightColor: string;
|
|
113
|
+
commandHighlightColorAria: string;
|
|
114
|
+
commandParagraphStyle: string;
|
|
115
|
+
commandParagraphStyleAria: string;
|
|
116
|
+
commandAlignLeft: string;
|
|
117
|
+
commandAlignLeftAria: string;
|
|
118
|
+
commandAlignCenter: string;
|
|
119
|
+
commandAlignCenterAria: string;
|
|
120
|
+
commandAlignRight: string;
|
|
121
|
+
commandAlignRightAria: string;
|
|
122
|
+
commandAlignJustify: string;
|
|
123
|
+
commandAlignJustifyAria: string;
|
|
124
|
+
commandIndent: string;
|
|
125
|
+
commandIndentAria: string;
|
|
126
|
+
commandOutdent: string;
|
|
127
|
+
commandOutdentAria: string;
|
|
128
|
+
commandBulletList: string;
|
|
129
|
+
commandBulletListAria: string;
|
|
130
|
+
commandNumberedList: string;
|
|
131
|
+
commandNumberedListAria: string;
|
|
132
|
+
styleParagraph: string;
|
|
133
|
+
styleHeading1: string;
|
|
134
|
+
styleHeading2: string;
|
|
135
|
+
styleHeading3: string;
|
|
136
|
+
styleHeading4: string;
|
|
137
|
+
styleHeading5: string;
|
|
138
|
+
styleHeading6: string;
|
|
139
|
+
styleAddNew: string;
|
|
140
|
+
styleAddNewAria: string;
|
|
141
|
+
customStyleDialogAddTitle: string;
|
|
142
|
+
customStyleDialogEditTitle: string;
|
|
143
|
+
customStyleDialogTabFont: string;
|
|
144
|
+
customStyleDialogTabParagraph: string;
|
|
145
|
+
customStyleDialogName: string;
|
|
146
|
+
customStyleDialogDelete: string;
|
|
147
|
+
customStyleDialogDeleteConfirm: string;
|
|
148
|
+
customStyleDialogCloseAria: string;
|
|
149
|
+
customStyleLoading: string;
|
|
150
|
+
colorAutomatic: string;
|
|
151
|
+
colorNone: string;
|
|
152
|
+
colorCustom: string;
|
|
153
|
+
colorHex: string;
|
|
154
|
+
colorRgbR: string;
|
|
155
|
+
colorRgbG: string;
|
|
156
|
+
colorRgbB: string;
|
|
157
|
+
colorPickFromScreen: string;
|
|
158
|
+
colorRecent: string;
|
|
159
|
+
fontDialogTitle: string;
|
|
160
|
+
fontDialogTabGeneral: string;
|
|
161
|
+
fontDialogFamily: string;
|
|
162
|
+
fontFamilyDefault: string;
|
|
163
|
+
fontDialogSize: string;
|
|
164
|
+
fontDialogUnit: string;
|
|
165
|
+
fontDialogStyle: string;
|
|
166
|
+
fontDialogOk: string;
|
|
167
|
+
fontDialogCancel: string;
|
|
168
|
+
linkDialogTitle: string;
|
|
169
|
+
linkDialogTabLink: string;
|
|
170
|
+
linkDialogTabBookmark: string;
|
|
171
|
+
linkDialogHref: string;
|
|
172
|
+
linkDialogHoverTitle: string;
|
|
173
|
+
linkDialogTargetBlank: string;
|
|
174
|
+
linkDialogTextDecorationNone: string;
|
|
175
|
+
linkDialogHover: string;
|
|
176
|
+
linkDialogHoverColor: string;
|
|
177
|
+
linkDialogHoverColorField: string;
|
|
178
|
+
linkDialogHoverHtml: string;
|
|
179
|
+
linkDialogHoverHtmlAria: string;
|
|
180
|
+
linkDialogBookmark: string;
|
|
181
|
+
linkDialogBookmarkEmpty: string;
|
|
182
|
+
linkDialogSelect: string;
|
|
183
|
+
bookmarkDialogTitle: string;
|
|
184
|
+
bookmarkDialogName: string;
|
|
185
|
+
bookmarkDialogHelp: string;
|
|
186
|
+
bookmarkDialogHelpAria: string;
|
|
187
|
+
bookmarkDialogCloseAria: string;
|
|
188
|
+
bookmarkDialogErrorEmpty: string;
|
|
189
|
+
bookmarkDialogErrorInvalid: string;
|
|
190
|
+
bookmarkDialogErrorDuplicate: string;
|
|
191
|
+
imageDialogTitle: string;
|
|
192
|
+
imageDialogSource: string;
|
|
193
|
+
imageDialogFile: string;
|
|
194
|
+
imageDialogChooseFile: string;
|
|
195
|
+
imageDialogUrl: string;
|
|
196
|
+
imageDialogAlt: string;
|
|
197
|
+
imageDialogTitleField: string;
|
|
198
|
+
imageDialogCloseAria: string;
|
|
199
|
+
imageDialogErrorEmpty: string;
|
|
200
|
+
imageDialogErrorInvalid: string;
|
|
201
|
+
imageDialogErrorType: string;
|
|
202
|
+
imageDialogErrorTooLarge: string;
|
|
203
|
+
imagePropertiesDialogTitle: string;
|
|
204
|
+
imagePropertiesDialogCloseAria: string;
|
|
205
|
+
imagePropertiesTabAlignment: string;
|
|
206
|
+
imagePropertiesTabBorder: string;
|
|
207
|
+
imagePropertiesTabAdvanced: string;
|
|
208
|
+
imagePropertiesTabHover: string;
|
|
209
|
+
imagePropertiesSize: string;
|
|
210
|
+
imagePropertiesSizeMode: string;
|
|
211
|
+
imagePropertiesSizeWidth: string;
|
|
212
|
+
imagePropertiesSizeHeight: string;
|
|
213
|
+
imagePropertiesSizeLock: string;
|
|
214
|
+
imagePropertiesWidth: string;
|
|
215
|
+
imagePropertiesHeight: string;
|
|
216
|
+
imagePropertiesWidthAria: string;
|
|
217
|
+
imagePropertiesHeightAria: string;
|
|
218
|
+
imagePropertiesSizeUnitAria: string;
|
|
219
|
+
imagePropertiesFit: string;
|
|
220
|
+
imagePropertiesFitDefault: string;
|
|
221
|
+
imagePropertiesFitFill: string;
|
|
222
|
+
imagePropertiesFitContain: string;
|
|
223
|
+
imagePropertiesFitCover: string;
|
|
224
|
+
imagePropertiesFitNoneValue: string;
|
|
225
|
+
imagePropertiesFitScaleDown: string;
|
|
226
|
+
imagePropertiesPosition: string;
|
|
227
|
+
imagePropertiesPositionDefault: string;
|
|
228
|
+
imagePropertiesPositionCenter: string;
|
|
229
|
+
imagePropertiesPositionTop: string;
|
|
230
|
+
imagePropertiesPositionBottom: string;
|
|
231
|
+
imagePropertiesPositionLeft: string;
|
|
232
|
+
imagePropertiesPositionRight: string;
|
|
233
|
+
imagePropertiesPositionTopLeft: string;
|
|
234
|
+
imagePropertiesPositionTopRight: string;
|
|
235
|
+
imagePropertiesPositionBottomLeft: string;
|
|
236
|
+
imagePropertiesPositionBottomRight: string;
|
|
237
|
+
imagePropertiesRotation: string;
|
|
238
|
+
imagePropertiesRotationUnit: string;
|
|
239
|
+
imagePropertiesHoverCss: string;
|
|
240
|
+
imagePropertiesHoverCssAria: string;
|
|
241
|
+
imagePropertiesHoverHelp: string;
|
|
242
|
+
imageResizeHandleEastAria: string;
|
|
243
|
+
imageResizeHandleSouthAria: string;
|
|
244
|
+
imageResizeHandleSouthEastAria: string;
|
|
245
|
+
tableDialogTitle: string;
|
|
246
|
+
tableDialogCloseAria: string;
|
|
247
|
+
tableDialogRows: string;
|
|
248
|
+
tableDialogColumns: string;
|
|
249
|
+
tableDialogSize: string;
|
|
250
|
+
tableDialogGridAria: string;
|
|
251
|
+
tableDialogInsert: string;
|
|
252
|
+
tablePropertiesDialogTitle: string;
|
|
253
|
+
tablePropertiesDialogCloseAria: string;
|
|
254
|
+
tablePropertiesCollapse: string;
|
|
255
|
+
tablePropertiesCollapseCollapse: string;
|
|
256
|
+
tablePropertiesCollapseSeparate: string;
|
|
257
|
+
tablePropertiesSpacing: string;
|
|
258
|
+
tablePropertiesWidth: string;
|
|
259
|
+
cellPropertiesDialogTitle: string;
|
|
260
|
+
cellPropertiesDialogCloseAria: string;
|
|
261
|
+
cellPropertiesColor: string;
|
|
262
|
+
cellPropertiesVerticalAlign: string;
|
|
263
|
+
cellPropertiesVerticalAlignDefault: string;
|
|
264
|
+
cellPropertiesVerticalAlignTop: string;
|
|
265
|
+
cellPropertiesVerticalAlignMiddle: string;
|
|
266
|
+
cellPropertiesVerticalAlignBottom: string;
|
|
267
|
+
cellPropertiesVerticalAlignBaseline: string;
|
|
268
|
+
cellPropertiesWidth: string;
|
|
269
|
+
rowPropertiesDialogTitle: string;
|
|
270
|
+
rowPropertiesDialogCloseAria: string;
|
|
271
|
+
rowPropertiesHeight: string;
|
|
272
|
+
paragraphDialogTitle: string;
|
|
273
|
+
pageDialogTitle: string;
|
|
274
|
+
paragraphDialogTabBorder: string;
|
|
275
|
+
paragraphDialogTabBackground: string;
|
|
276
|
+
paragraphDialogAlignment: string;
|
|
277
|
+
paragraphDialogLists: string;
|
|
278
|
+
paragraphDialogSpacing: string;
|
|
279
|
+
paragraphDialogMargin: string;
|
|
280
|
+
paragraphDialogPadding: string;
|
|
281
|
+
paragraphDialogLineHeight: string;
|
|
282
|
+
paragraphDialogLineHeightNormal: string;
|
|
283
|
+
paragraphDialogLineHeightUnitless: string;
|
|
284
|
+
paragraphDialogLinkSides: string;
|
|
285
|
+
paragraphDialogSideTop: string;
|
|
286
|
+
paragraphDialogSideRight: string;
|
|
287
|
+
paragraphDialogSideBottom: string;
|
|
288
|
+
paragraphDialogSideLeft: string;
|
|
289
|
+
paragraphDialogBorder: string;
|
|
290
|
+
paragraphDialogBorderStyle: string;
|
|
291
|
+
paragraphDialogBorderWidth: string;
|
|
292
|
+
paragraphDialogBorderColor: string;
|
|
293
|
+
paragraphDialogBorderRadius: string;
|
|
294
|
+
paragraphDialogBoxShadow: string;
|
|
295
|
+
paragraphDialogShadowOffsetX: string;
|
|
296
|
+
paragraphDialogShadowOffsetY: string;
|
|
297
|
+
paragraphDialogShadowBlur: string;
|
|
298
|
+
paragraphDialogShadowSpread: string;
|
|
299
|
+
paragraphDialogShadowColor: string;
|
|
300
|
+
paragraphDialogShadowInset: string;
|
|
301
|
+
paragraphDialogLengthUnitAria: string;
|
|
302
|
+
paragraphDialogBorderStyleNone: string;
|
|
303
|
+
paragraphDialogBorderStyleSolid: string;
|
|
304
|
+
paragraphDialogBorderStyleDotted: string;
|
|
305
|
+
paragraphDialogBorderStyleDashed: string;
|
|
306
|
+
paragraphDialogBorderStyleDouble: string;
|
|
307
|
+
paragraphDialogBorderStyleGroove: string;
|
|
308
|
+
paragraphDialogBorderStyleRidge: string;
|
|
309
|
+
paragraphDialogBorderStyleInset: string;
|
|
310
|
+
paragraphDialogBorderStyleOutset: string;
|
|
311
|
+
paragraphDialogBackgroundColor: string;
|
|
312
|
+
paragraphDialogOpacity: string;
|
|
313
|
+
fontSizeUnitPt: string;
|
|
314
|
+
fontSizeUnitPx: string;
|
|
315
|
+
fontSizeUnitEm: string;
|
|
316
|
+
fontSizeUnitRem: string;
|
|
317
|
+
fontSizeUnitPercent: string;
|
|
318
|
+
fontSizeUnitPc: string;
|
|
319
|
+
toolbarAria: string;
|
|
320
|
+
toolbarGroupFile: string;
|
|
321
|
+
toolbarGroupPrint: string;
|
|
322
|
+
toolbarGroupEdit: string;
|
|
323
|
+
toolbarGroupInsert: string;
|
|
324
|
+
toolbarGroupFont: string;
|
|
325
|
+
toolbarGroupAlign: string;
|
|
326
|
+
toolbarGroupParagraph: string;
|
|
327
|
+
toolbarGroupView: string;
|
|
328
|
+
toolbarGroupCustom: string;
|
|
329
|
+
toolbarScrollLeftAria: string;
|
|
330
|
+
toolbarScrollRightAria: string;
|
|
331
|
+
};
|
|
332
|
+
export type MessageKey = keyof Messages;
|
|
333
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/i18n/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlignCenterIcon.d.ts","sourceRoot":"","sources":["../../src/icons/AlignCenterIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlignJustifyIcon.d.ts","sourceRoot":"","sources":["../../src/icons/AlignJustifyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,gBAAgB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlignLeftIcon.d.ts","sourceRoot":"","sources":["../../src/icons/AlignLeftIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBrD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlignRightIcon.d.ts","sourceRoot":"","sources":["../../src/icons/AlignRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,cAAc,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoldIcon.d.ts","sourceRoot":"","sources":["../../src/icons/BoldIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookmarkIcon.d.ts","sourceRoot":"","sources":["../../src/icons/BookmarkIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAkBpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulletListIcon.d.ts","sourceRoot":"","sources":["../../src/icons/BulletListIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,cAAc,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAuBtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CellPropertiesIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CellPropertiesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAqB1D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClearFormattingIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ClearFormattingIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,mBAAmB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAqB3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloseIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CloseIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmBjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommspliantShieldIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CommspliantShieldIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,qBAAqB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmB7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomActionIcon.d.ts","sourceRoot":"","sources":["../../src/icons/CustomActionIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,gBAAgB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAsBxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FontColorIcon.d.ts","sourceRoot":"","sources":["../../src/icons/FontColorIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmBrD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FontPropertiesIcon.d.ts","sourceRoot":"","sources":["../../src/icons/FontPropertiesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAuB1D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FullscreenIcon.d.ts","sourceRoot":"","sources":["../../src/icons/FullscreenIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,cAAc,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAqBtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HighlightColorIcon.d.ts","sourceRoot":"","sources":["../../src/icons/HighlightColorIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoB1D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HtmlIcon.d.ts","sourceRoot":"","sources":["../../src/icons/HtmlIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ImageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndentIcon.d.ts","sourceRoot":"","sources":["../../src/icons/IndentIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAqBlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItalicIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ItalicIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkIcon.d.ts","sourceRoot":"","sources":["../../src/icons/LinkIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuIcon.d.ts","sourceRoot":"","sources":["../../src/icons/MenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NumberedListIcon.d.ts","sourceRoot":"","sources":["../../src/icons/NumberedListIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,gBAAgB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAwBxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OpenIcon.d.ts","sourceRoot":"","sources":["../../src/icons/OpenIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OutdentIcon.d.ts","sourceRoot":"","sources":["../../src/icons/OutdentIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAqBnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PagePropertiesIcon.d.ts","sourceRoot":"","sources":["../../src/icons/PagePropertiesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmB1D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParagraphPropertiesIcon.d.ts","sourceRoot":"","sources":["../../src/icons/ParagraphPropertiesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,uBAAuB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoB/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlusIcon.d.ts","sourceRoot":"","sources":["../../src/icons/PlusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrintIcon.d.ts","sourceRoot":"","sources":["../../src/icons/PrintIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAoBjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RedoIcon.d.ts","sourceRoot":"","sources":["../../src/icons/RedoIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAmBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RowPropertiesIcon.d.ts","sourceRoot":"","sources":["../../src/icons/RowPropertiesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,+BAqBzD"}
|