@atlaskit/editor-core 185.5.2 → 185.5.7
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 +13 -0
- package/dist/cjs/i18n/cs.js +0 -10
- package/dist/cjs/i18n/da.js +0 -10
- package/dist/cjs/i18n/de.js +0 -10
- package/dist/cjs/i18n/en.js +0 -10
- package/dist/cjs/i18n/en_GB.js +0 -10
- package/dist/cjs/i18n/en_ZZ.js +0 -10
- package/dist/cjs/i18n/es.js +0 -10
- package/dist/cjs/i18n/fi.js +0 -10
- package/dist/cjs/i18n/fr.js +0 -10
- package/dist/cjs/i18n/hu.js +0 -10
- package/dist/cjs/i18n/it.js +0 -10
- package/dist/cjs/i18n/ja.js +0 -10
- package/dist/cjs/i18n/ko.js +0 -10
- package/dist/cjs/i18n/nb.js +0 -10
- package/dist/cjs/i18n/nl.js +0 -10
- package/dist/cjs/i18n/pl.js +0 -10
- package/dist/cjs/i18n/pt_BR.js +0 -10
- package/dist/cjs/i18n/ru.js +0 -10
- package/dist/cjs/i18n/sv.js +0 -10
- package/dist/cjs/i18n/th.js +0 -10
- package/dist/cjs/i18n/tr.js +0 -10
- package/dist/cjs/i18n/uk.js +0 -10
- package/dist/cjs/i18n/vi.js +0 -10
- package/dist/cjs/i18n/zh.js +0 -10
- package/dist/cjs/i18n/zh_TW.js +0 -10
- package/dist/cjs/plugins/breakout/ui/LayoutButton.js +5 -28
- package/dist/cjs/plugins/card/index.js +20 -6
- package/dist/cjs/plugins/card/nodeviews/datasource.js +39 -4
- package/dist/cjs/plugins/card/pm-plugins/actions.js +31 -1
- package/dist/cjs/plugins/card/pm-plugins/main.js +48 -3
- package/dist/cjs/plugins/card/pm-plugins/reducers.js +22 -0
- package/dist/cjs/plugins/card/styles.js +1 -1
- package/dist/cjs/plugins/card/ui/LayoutButton/index.js +113 -0
- package/dist/cjs/plugins/card/ui/LayoutButton/styled.js +17 -0
- package/dist/cjs/plugins/card/ui/LayoutButton/types.js +5 -0
- package/dist/cjs/plugins/card/ui/LayoutButton/utils.js +19 -0
- package/dist/cjs/plugins/media/pm-plugins/main.js +20 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +0 -10
- package/dist/es2019/i18n/da.js +0 -10
- package/dist/es2019/i18n/de.js +0 -10
- package/dist/es2019/i18n/en.js +0 -10
- package/dist/es2019/i18n/en_GB.js +0 -10
- package/dist/es2019/i18n/en_ZZ.js +0 -10
- package/dist/es2019/i18n/es.js +0 -10
- package/dist/es2019/i18n/fi.js +0 -10
- package/dist/es2019/i18n/fr.js +0 -10
- package/dist/es2019/i18n/hu.js +0 -10
- package/dist/es2019/i18n/it.js +0 -10
- package/dist/es2019/i18n/ja.js +0 -10
- package/dist/es2019/i18n/ko.js +0 -10
- package/dist/es2019/i18n/nb.js +0 -10
- package/dist/es2019/i18n/nl.js +0 -10
- package/dist/es2019/i18n/pl.js +0 -10
- package/dist/es2019/i18n/pt_BR.js +0 -10
- package/dist/es2019/i18n/ru.js +0 -10
- package/dist/es2019/i18n/sv.js +0 -10
- package/dist/es2019/i18n/th.js +0 -10
- package/dist/es2019/i18n/tr.js +0 -10
- package/dist/es2019/i18n/uk.js +0 -10
- package/dist/es2019/i18n/vi.js +0 -10
- package/dist/es2019/i18n/zh.js +0 -10
- package/dist/es2019/i18n/zh_TW.js +0 -10
- package/dist/es2019/plugins/breakout/ui/LayoutButton.js +3 -26
- package/dist/es2019/plugins/breakout/utils/get-breakout-mode.js +0 -1
- package/dist/es2019/plugins/card/index.js +20 -3
- package/dist/es2019/plugins/card/nodeviews/datasource.js +38 -1
- package/dist/es2019/plugins/card/pm-plugins/actions.js +16 -0
- package/dist/es2019/plugins/card/pm-plugins/main.js +55 -4
- package/dist/es2019/plugins/card/pm-plugins/reducers.js +25 -0
- package/dist/es2019/plugins/card/styles.js +6 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/index.js +106 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/styled.js +10 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/types.js +1 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/utils.js +15 -0
- package/dist/es2019/plugins/media/pm-plugins/main.js +25 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +0 -10
- package/dist/esm/i18n/da.js +0 -10
- package/dist/esm/i18n/de.js +0 -10
- package/dist/esm/i18n/en.js +0 -10
- package/dist/esm/i18n/en_GB.js +0 -10
- package/dist/esm/i18n/en_ZZ.js +0 -10
- package/dist/esm/i18n/es.js +0 -10
- package/dist/esm/i18n/fi.js +0 -10
- package/dist/esm/i18n/fr.js +0 -10
- package/dist/esm/i18n/hu.js +0 -10
- package/dist/esm/i18n/it.js +0 -10
- package/dist/esm/i18n/ja.js +0 -10
- package/dist/esm/i18n/ko.js +0 -10
- package/dist/esm/i18n/nb.js +0 -10
- package/dist/esm/i18n/nl.js +0 -10
- package/dist/esm/i18n/pl.js +0 -10
- package/dist/esm/i18n/pt_BR.js +0 -10
- package/dist/esm/i18n/ru.js +0 -10
- package/dist/esm/i18n/sv.js +0 -10
- package/dist/esm/i18n/th.js +0 -10
- package/dist/esm/i18n/tr.js +0 -10
- package/dist/esm/i18n/uk.js +0 -10
- package/dist/esm/i18n/vi.js +0 -10
- package/dist/esm/i18n/zh.js +0 -10
- package/dist/esm/i18n/zh_TW.js +0 -10
- package/dist/esm/plugins/breakout/ui/LayoutButton.js +3 -26
- package/dist/esm/plugins/breakout/utils/get-breakout-mode.js +0 -1
- package/dist/esm/plugins/card/index.js +20 -3
- package/dist/esm/plugins/card/nodeviews/datasource.js +37 -3
- package/dist/esm/plugins/card/pm-plugins/actions.js +27 -0
- package/dist/esm/plugins/card/pm-plugins/main.js +49 -4
- package/dist/esm/plugins/card/pm-plugins/reducers.js +22 -0
- package/dist/esm/plugins/card/styles.js +1 -1
- package/dist/esm/plugins/card/ui/LayoutButton/index.js +102 -0
- package/dist/esm/plugins/card/ui/LayoutButton/styled.js +10 -0
- package/dist/esm/plugins/card/ui/LayoutButton/types.js +1 -0
- package/dist/esm/plugins/card/ui/LayoutButton/utils.js +12 -0
- package/dist/esm/plugins/media/pm-plugins/main.js +22 -3
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +0 -10
- package/dist/types/i18n/da.d.ts +0 -10
- package/dist/types/i18n/de.d.ts +0 -10
- package/dist/types/i18n/en.d.ts +0 -10
- package/dist/types/i18n/en_GB.d.ts +0 -10
- package/dist/types/i18n/en_ZZ.d.ts +0 -10
- package/dist/types/i18n/es.d.ts +0 -10
- package/dist/types/i18n/fi.d.ts +0 -10
- package/dist/types/i18n/fr.d.ts +0 -10
- package/dist/types/i18n/hu.d.ts +0 -10
- package/dist/types/i18n/it.d.ts +0 -10
- package/dist/types/i18n/ja.d.ts +0 -10
- package/dist/types/i18n/ko.d.ts +0 -10
- package/dist/types/i18n/nb.d.ts +0 -10
- package/dist/types/i18n/nl.d.ts +0 -10
- package/dist/types/i18n/pl.d.ts +0 -10
- package/dist/types/i18n/pt_BR.d.ts +0 -10
- package/dist/types/i18n/ru.d.ts +0 -10
- package/dist/types/i18n/sv.d.ts +0 -10
- package/dist/types/i18n/th.d.ts +0 -10
- package/dist/types/i18n/tr.d.ts +0 -10
- package/dist/types/i18n/uk.d.ts +0 -10
- package/dist/types/i18n/vi.d.ts +0 -10
- package/dist/types/i18n/zh.d.ts +0 -10
- package/dist/types/i18n/zh_TW.d.ts +0 -10
- package/dist/types/plugins/breakout/commands/set-breakout-mode.d.ts +1 -1
- package/dist/types/plugins/breakout/utils/get-breakout-mode.d.ts +1 -1
- package/dist/types/plugins/card/index.d.ts +3 -1
- package/dist/types/plugins/card/nodeviews/datasource.d.ts +18 -2
- package/dist/types/plugins/card/pm-plugins/actions.d.ts +7 -0
- package/dist/types/plugins/card/pm-plugins/plugin-key.d.ts +2 -1
- package/dist/types/plugins/card/pm-plugins/util/state.d.ts +2 -0
- package/dist/types/plugins/card/types.d.ts +17 -1
- package/dist/types/plugins/card/ui/LayoutButton/index.d.ts +9 -0
- package/dist/types/plugins/card/ui/LayoutButton/styled.d.ts +1 -0
- package/dist/types/plugins/card/ui/LayoutButton/types.d.ts +19 -0
- package/dist/types/plugins/card/ui/LayoutButton/utils.d.ts +5 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -10
- package/dist/types-ts4.5/i18n/da.d.ts +0 -10
- package/dist/types-ts4.5/i18n/de.d.ts +0 -10
- package/dist/types-ts4.5/i18n/en.d.ts +0 -10
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -10
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -10
- package/dist/types-ts4.5/i18n/es.d.ts +0 -10
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -10
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -10
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -10
- package/dist/types-ts4.5/i18n/it.d.ts +0 -10
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -10
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -10
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -10
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -10
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -10
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -10
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -10
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -10
- package/dist/types-ts4.5/i18n/th.d.ts +0 -10
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -10
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -10
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -10
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -10
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -10
- package/dist/types-ts4.5/plugins/breakout/commands/set-breakout-mode.d.ts +1 -1
- package/dist/types-ts4.5/plugins/breakout/utils/get-breakout-mode.d.ts +1 -1
- package/dist/types-ts4.5/plugins/card/index.d.ts +3 -1
- package/dist/types-ts4.5/plugins/card/nodeviews/datasource.d.ts +18 -2
- package/dist/types-ts4.5/plugins/card/pm-plugins/actions.d.ts +7 -0
- package/dist/types-ts4.5/plugins/card/pm-plugins/plugin-key.d.ts +2 -1
- package/dist/types-ts4.5/plugins/card/pm-plugins/util/state.d.ts +2 -0
- package/dist/types-ts4.5/plugins/card/types.d.ts +17 -1
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/index.d.ts +9 -0
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/styled.d.ts +1 -0
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/types.d.ts +19 -0
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/utils.d.ts +5 -0
- package/package.json +4 -4
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|
|
@@ -71,7 +71,6 @@ declare const _default: {
|
|
|
71
71
|
'fabric.editor.edit': string;
|
|
72
72
|
'fabric.editor.editAltText': string;
|
|
73
73
|
'fabric.editor.editDateText': string;
|
|
74
|
-
'fabric.editor.editLink': string;
|
|
75
74
|
'fabric.editor.editStatusColor': string;
|
|
76
75
|
'fabric.editor.editStatusText': string;
|
|
77
76
|
'fabric.editor.editableContentLabel': string;
|
|
@@ -95,7 +94,6 @@ declare const _default: {
|
|
|
95
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
96
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
97
96
|
'fabric.editor.embedTitle': string;
|
|
98
|
-
'fabric.editor.emptyLink': string;
|
|
99
97
|
'fabric.editor.epic': string;
|
|
100
98
|
'fabric.editor.error': string;
|
|
101
99
|
'fabric.editor.errorPanel': string;
|
|
@@ -139,7 +137,6 @@ declare const _default: {
|
|
|
139
137
|
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
140
138
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
141
139
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
142
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
140
|
'fabric.editor.imageBorderBold': string;
|
|
144
141
|
'fabric.editor.imageBorderColor': string;
|
|
145
142
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -155,17 +152,13 @@ declare const _default: {
|
|
|
155
152
|
'fabric.editor.inlineTitle': string;
|
|
156
153
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
157
154
|
'fabric.editor.invalidDateError': string;
|
|
158
|
-
'fabric.editor.invalidLink': string;
|
|
159
155
|
'fabric.editor.inviteItem.title': string;
|
|
160
156
|
'fabric.editor.italic': string;
|
|
161
157
|
'fabric.editor.keyboardShortcuts': string;
|
|
162
158
|
'fabric.editor.leftSidebar': string;
|
|
163
|
-
'fabric.editor.linkAddress': string;
|
|
164
|
-
'fabric.editor.linkPlaceholder': string;
|
|
165
159
|
'fabric.editor.lists': string;
|
|
166
160
|
'fabric.editor.markdown': string;
|
|
167
161
|
'fabric.editor.matchCase': string;
|
|
168
|
-
'fabric.editor.mediaAddLink': string;
|
|
169
162
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
170
163
|
'fabric.editor.mentionNode.label': string;
|
|
171
164
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -201,7 +194,6 @@ declare const _default: {
|
|
|
201
194
|
'fabric.editor.rightSidebar': string;
|
|
202
195
|
'fabric.editor.searchResults': string;
|
|
203
196
|
'fabric.editor.selectLanguage': string;
|
|
204
|
-
'fabric.editor.settingsLinks': string;
|
|
205
197
|
'fabric.editor.shortcut': string;
|
|
206
198
|
'fabric.editor.single': string;
|
|
207
199
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -235,10 +227,8 @@ declare const _default: {
|
|
|
235
227
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
236
228
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
237
229
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
238
|
-
'fabric.editor.unableToOpenLink': string;
|
|
239
230
|
'fabric.editor.underline': string;
|
|
240
231
|
'fabric.editor.undo': string;
|
|
241
|
-
'fabric.editor.unlink': string;
|
|
242
232
|
'fabric.editor.unorderedList': string;
|
|
243
233
|
'fabric.editor.unorderedList.description': string;
|
|
244
234
|
'fabric.editor.url': string;
|