@atlaskit/editor-core 205.2.1 → 205.2.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/CHANGELOG.md +18 -0
- package/dist/cjs/i18n/sk.js +3 -159
- package/dist/cjs/ui/ContentStyles/index.js +17 -3
- package/dist/cjs/ui/ContentStyles/tasks-and-decisions.js +122 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/sk.js +3 -159
- package/dist/es2019/ui/ContentStyles/index.js +20 -1
- package/dist/es2019/ui/ContentStyles/tasks-and-decisions.js +121 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/sk.js +3 -159
- package/dist/esm/ui/ContentStyles/index.js +18 -4
- package/dist/esm/ui/ContentStyles/tasks-and-decisions.js +121 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +58 -134
- package/dist/types/i18n/sk.d.ts +2 -159
- package/dist/types/presets/universal.d.ts +58 -134
- package/dist/types/presets/useUniversalPreset.d.ts +58 -134
- package/dist/types/ui/ContentStyles/tasks-and-decisions.d.ts +3 -0
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +58 -134
- package/dist/types-ts4.5/i18n/sk.d.ts +2 -159
- package/dist/types-ts4.5/presets/universal.d.ts +58 -134
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +58 -134
- package/dist/types-ts4.5/ui/ContentStyles/tasks-and-decisions.d.ts +3 -0
- package/package.json +28 -12
|
@@ -5,164 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
-
'fabric.editor.
|
|
9
|
-
'fabric.editor.
|
|
10
|
-
'fabric.editor.addAltText': string;
|
|
11
|
-
'fabric.editor.alignImageCenter': string;
|
|
12
|
-
'fabric.editor.alignImageLeft': string;
|
|
13
|
-
'fabric.editor.alignImageRight': string;
|
|
14
|
-
'fabric.editor.altText': string;
|
|
15
|
-
'fabric.editor.alttext.validation': string;
|
|
16
|
-
'fabric.editor.annotate': string;
|
|
17
|
-
'fabric.editor.annotationToolbar': string;
|
|
18
|
-
'fabric.editor.backLink': string;
|
|
19
|
-
'fabric.editor.blockCardUnavailable': string;
|
|
20
|
-
'fabric.editor.blockquote.description': string;
|
|
21
|
-
'fabric.editor.bold': string;
|
|
22
|
-
'fabric.editor.cancelButton': string;
|
|
23
|
-
'fabric.editor.cardFloatingControls': string;
|
|
24
|
-
'fabric.editor.cellBackground': string;
|
|
25
|
-
'fabric.editor.cellOptions': string;
|
|
26
|
-
'fabric.editor.clearAltTextEdit': string;
|
|
27
|
-
'fabric.editor.clearCells': string;
|
|
28
|
-
'fabric.editor.clearFormatting': string;
|
|
29
|
-
'fabric.editor.clearLink': string;
|
|
30
|
-
'fabric.editor.clearLinkText': string;
|
|
31
|
-
'fabric.editor.closeAltTextEdit': string;
|
|
32
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
33
|
-
'fabric.editor.closeHelpDialog': string;
|
|
34
|
-
'fabric.editor.code': string;
|
|
35
|
-
'fabric.editor.codeblock': string;
|
|
36
|
-
'fabric.editor.codeblock.description': string;
|
|
37
|
-
'fabric.editor.columns': string;
|
|
38
|
-
'fabric.editor.columns.description': string;
|
|
39
|
-
'fabric.editor.configPanel.cancel': string;
|
|
40
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
41
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
42
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
43
|
-
'fabric.editor.configPanel.required': string;
|
|
44
|
-
'fabric.editor.configPanel.submit': string;
|
|
45
|
-
'fabric.editor.date': string;
|
|
46
|
-
'fabric.editor.date.description': string;
|
|
47
|
-
'fabric.editor.decision': string;
|
|
48
|
-
'fabric.editor.decision.description': string;
|
|
49
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
50
|
-
'fabric.editor.displayInline': string;
|
|
51
|
-
'fabric.editor.displayLink': string;
|
|
52
|
-
'fabric.editor.displayText': string;
|
|
53
|
-
'fabric.editor.edit': string;
|
|
54
|
-
'fabric.editor.editAltText': string;
|
|
55
|
-
'fabric.editor.editLink': string;
|
|
56
|
-
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
57
|
-
'fabric.editor.editorHelp': string;
|
|
58
|
-
'fabric.editor.emoji': string;
|
|
59
|
-
'fabric.editor.emoji.description': string;
|
|
60
|
-
'fabric.editor.error': string;
|
|
61
|
-
'fabric.editor.errorPanel': string;
|
|
62
|
-
'fabric.editor.errorPanel.description': string;
|
|
63
|
-
'fabric.editor.expand': string;
|
|
64
|
-
'fabric.editor.expand.description': string;
|
|
65
|
-
'fabric.editor.feedbackDialog': string;
|
|
66
|
-
'fabric.editor.feedbackDialog.description': string;
|
|
67
|
-
'fabric.editor.filesAndImages': string;
|
|
68
|
-
'fabric.editor.filesAndImages.description': string;
|
|
69
|
-
'fabric.editor.find': string;
|
|
70
|
-
'fabric.editor.findNext': string;
|
|
71
|
-
'fabric.editor.findPrevious': string;
|
|
72
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
73
|
-
'fabric.editor.headerColumn': string;
|
|
74
|
-
'fabric.editor.headerRow': string;
|
|
75
|
-
'fabric.editor.heading1': string;
|
|
76
|
-
'fabric.editor.heading1Description': string;
|
|
77
|
-
'fabric.editor.heading2': string;
|
|
78
|
-
'fabric.editor.heading2Description': string;
|
|
79
|
-
'fabric.editor.heading3': string;
|
|
80
|
-
'fabric.editor.heading3Description': string;
|
|
81
|
-
'fabric.editor.heading4': string;
|
|
82
|
-
'fabric.editor.heading4Description': string;
|
|
83
|
-
'fabric.editor.heading5': string;
|
|
84
|
-
'fabric.editor.heading5Description': string;
|
|
85
|
-
'fabric.editor.heading6': string;
|
|
86
|
-
'fabric.editor.heading6Description': string;
|
|
87
|
-
'fabric.editor.help': string;
|
|
88
|
-
'fabric.editor.help.description': string;
|
|
89
|
-
'fabric.editor.helpDialogTips': string;
|
|
90
|
-
'fabric.editor.horizontalRule': string;
|
|
91
|
-
'fabric.editor.horizontalRule.description': string;
|
|
92
|
-
'fabric.editor.image': string;
|
|
93
|
-
'fabric.editor.info': string;
|
|
94
|
-
'fabric.editor.infoPanel': string;
|
|
95
|
-
'fabric.editor.infoPanel.description': string;
|
|
96
|
-
'fabric.editor.insertMenu': string;
|
|
97
|
-
'fabric.editor.italic': string;
|
|
98
|
-
'fabric.editor.keyboardShortcuts': string;
|
|
99
|
-
'fabric.editor.layoutFixedWidth': string;
|
|
100
|
-
'fabric.editor.layoutFullWidth': string;
|
|
101
|
-
'fabric.editor.layoutWide': string;
|
|
102
|
-
'fabric.editor.leftSidebar': string;
|
|
103
|
-
'fabric.editor.link': string;
|
|
104
|
-
'fabric.editor.link.description': string;
|
|
105
|
-
'fabric.editor.linkAddress': string;
|
|
106
|
-
'fabric.editor.linkPlaceholder': string;
|
|
107
|
-
'fabric.editor.lists': string;
|
|
108
|
-
'fabric.editor.markdown': string;
|
|
109
|
-
'fabric.editor.mediaAddLink': string;
|
|
110
|
-
'fabric.editor.mention': string;
|
|
111
|
-
'fabric.editor.mention.description': string;
|
|
112
|
-
'fabric.editor.mergeCells': string;
|
|
113
|
-
'fabric.editor.moreFormatting': string;
|
|
114
|
-
'fabric.editor.normal': string;
|
|
115
|
-
'fabric.editor.note': string;
|
|
116
|
-
'fabric.editor.notePanel': string;
|
|
117
|
-
'fabric.editor.notePanel.description': string;
|
|
118
|
-
'fabric.editor.numberedColumn': string;
|
|
119
|
-
'fabric.editor.orderedList': string;
|
|
120
|
-
'fabric.editor.orderedList.description': string;
|
|
121
|
-
'fabric.editor.other': string;
|
|
122
|
-
'fabric.editor.pastePlainText': string;
|
|
123
|
-
'fabric.editor.placeholderAltText': string;
|
|
124
|
-
'fabric.editor.placeholderText': string;
|
|
125
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
126
|
-
'fabric.editor.quickInsert': string;
|
|
127
|
-
'fabric.editor.redo': string;
|
|
128
|
-
'fabric.editor.remove': string;
|
|
129
|
-
'fabric.editor.replace': string;
|
|
130
|
-
'fabric.editor.replaceAll': string;
|
|
131
|
-
'fabric.editor.replaceWith': string;
|
|
132
|
-
'fabric.editor.rightSidebar': string;
|
|
133
|
-
'fabric.editor.saveButton': string;
|
|
134
|
-
'fabric.editor.selectLanguage': string;
|
|
135
|
-
'fabric.editor.splitCell': string;
|
|
136
|
-
'fabric.editor.status': string;
|
|
137
|
-
'fabric.editor.status.description': string;
|
|
138
|
-
'fabric.editor.statusPlaceholder': string;
|
|
139
|
-
'fabric.editor.strike': string;
|
|
140
|
-
'fabric.editor.subscript': string;
|
|
141
|
-
'fabric.editor.success': string;
|
|
142
|
-
'fabric.editor.successPanel': string;
|
|
143
|
-
'fabric.editor.successPanel.description': string;
|
|
144
|
-
'fabric.editor.superscript': string;
|
|
145
|
-
'fabric.editor.supportAltText': string;
|
|
146
|
-
'fabric.editor.table': string;
|
|
147
|
-
'fabric.editor.table.description': string;
|
|
148
|
-
'fabric.editor.tableOptions': string;
|
|
149
|
-
'fabric.editor.taskPlaceholder': string;
|
|
150
|
-
'fabric.editor.textColor': string;
|
|
151
|
-
'fabric.editor.textStyles': string;
|
|
152
|
-
'fabric.editor.threeColumns': string;
|
|
153
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
154
|
-
'fabric.editor.twoColumns': string;
|
|
155
|
-
'fabric.editor.underline': string;
|
|
156
|
-
'fabric.editor.undo': string;
|
|
157
|
-
'fabric.editor.unlink': string;
|
|
158
|
-
'fabric.editor.unorderedList': string;
|
|
159
|
-
'fabric.editor.unorderedList.description': string;
|
|
160
|
-
'fabric.editor.viewMore': string;
|
|
161
|
-
'fabric.editor.visit': string;
|
|
162
|
-
'fabric.editor.warning': string;
|
|
163
|
-
'fabric.editor.warningPanel': string;
|
|
164
|
-
'fabric.editor.warningPanel.description': string;
|
|
165
|
-
'fabric.editor.wrapLeft': string;
|
|
166
|
-
'fabric.editor.wrapRight': string;
|
|
8
|
+
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
+
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
167
10
|
};
|
|
168
11
|
export default _default;
|