@atlaskit/editor-core 187.40.1 → 187.41.0
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 +17 -0
- package/dist/cjs/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
- package/dist/cjs/editor-next/utils/editorMeasureTTICallback.js +3 -2
- package/dist/cjs/element-browser.js +2 -3
- package/dist/cjs/i18n/cs.js +6 -9
- package/dist/cjs/i18n/da.js +6 -9
- package/dist/cjs/i18n/de.js +6 -9
- package/dist/cjs/i18n/en.js +6 -9
- package/dist/cjs/i18n/en_GB.js +6 -9
- package/dist/cjs/i18n/en_ZZ.js +6 -9
- package/dist/cjs/i18n/es.js +6 -9
- package/dist/cjs/i18n/fi.js +6 -9
- package/dist/cjs/i18n/fr.js +6 -9
- package/dist/cjs/i18n/hu.js +6 -9
- package/dist/cjs/i18n/it.js +6 -9
- package/dist/cjs/i18n/ja.js +6 -9
- package/dist/cjs/i18n/ko.js +6 -9
- package/dist/cjs/i18n/nb.js +6 -9
- package/dist/cjs/i18n/nl.js +6 -9
- package/dist/cjs/i18n/pl.js +6 -9
- package/dist/cjs/i18n/pt_BR.js +6 -9
- package/dist/cjs/i18n/ru.js +6 -9
- package/dist/cjs/i18n/sv.js +6 -9
- package/dist/cjs/i18n/th.js +6 -9
- package/dist/cjs/i18n/tr.js +6 -9
- package/dist/cjs/i18n/uk.js +6 -9
- package/dist/cjs/i18n/vi.js +6 -9
- package/dist/cjs/i18n/zh.js +6 -9
- package/dist/cjs/i18n/zh_TW.js +6 -9
- package/dist/cjs/plugins/find-replace/ui/Find.js +88 -42
- package/dist/cjs/plugins/quick-insert/index.js +4 -2
- package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +8 -7
- package/dist/cjs/plugins/quick-insert/ui/ModalElementBrowser/index.js +10 -17
- package/dist/cjs/ui/ElementBrowser/InsertMenu.js +5 -6
- package/dist/cjs/ui/ElementBrowser/types.js +1 -8
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
- package/dist/es2019/editor-next/utils/editorMeasureTTICallback.js +3 -2
- package/dist/es2019/element-browser.js +1 -1
- package/dist/es2019/i18n/cs.js +6 -9
- package/dist/es2019/i18n/da.js +6 -9
- package/dist/es2019/i18n/de.js +6 -9
- package/dist/es2019/i18n/en.js +6 -9
- package/dist/es2019/i18n/en_GB.js +6 -9
- package/dist/es2019/i18n/en_ZZ.js +6 -9
- package/dist/es2019/i18n/es.js +6 -9
- package/dist/es2019/i18n/fi.js +6 -9
- package/dist/es2019/i18n/fr.js +6 -9
- package/dist/es2019/i18n/hu.js +6 -9
- package/dist/es2019/i18n/it.js +6 -9
- package/dist/es2019/i18n/ja.js +6 -9
- package/dist/es2019/i18n/ko.js +6 -9
- package/dist/es2019/i18n/nb.js +6 -9
- package/dist/es2019/i18n/nl.js +6 -9
- package/dist/es2019/i18n/pl.js +6 -9
- package/dist/es2019/i18n/pt_BR.js +6 -9
- package/dist/es2019/i18n/ru.js +6 -9
- package/dist/es2019/i18n/sv.js +6 -9
- package/dist/es2019/i18n/th.js +6 -9
- package/dist/es2019/i18n/tr.js +6 -9
- package/dist/es2019/i18n/uk.js +6 -9
- package/dist/es2019/i18n/vi.js +6 -9
- package/dist/es2019/i18n/zh.js +6 -9
- package/dist/es2019/i18n/zh_TW.js +6 -9
- package/dist/es2019/plugins/find-replace/ui/Find.js +69 -22
- package/dist/es2019/plugins/quick-insert/index.js +4 -2
- package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +5 -5
- package/dist/es2019/plugins/quick-insert/ui/ModalElementBrowser/index.js +8 -13
- package/dist/es2019/ui/ElementBrowser/InsertMenu.js +2 -3
- package/dist/es2019/ui/ElementBrowser/types.js +1 -5
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
- package/dist/esm/editor-next/utils/editorMeasureTTICallback.js +3 -2
- package/dist/esm/element-browser.js +1 -1
- package/dist/esm/i18n/cs.js +6 -9
- package/dist/esm/i18n/da.js +6 -9
- package/dist/esm/i18n/de.js +6 -9
- package/dist/esm/i18n/en.js +6 -9
- package/dist/esm/i18n/en_GB.js +6 -9
- package/dist/esm/i18n/en_ZZ.js +6 -9
- package/dist/esm/i18n/es.js +6 -9
- package/dist/esm/i18n/fi.js +6 -9
- package/dist/esm/i18n/fr.js +6 -9
- package/dist/esm/i18n/hu.js +6 -9
- package/dist/esm/i18n/it.js +6 -9
- package/dist/esm/i18n/ja.js +6 -9
- package/dist/esm/i18n/ko.js +6 -9
- package/dist/esm/i18n/nb.js +6 -9
- package/dist/esm/i18n/nl.js +6 -9
- package/dist/esm/i18n/pl.js +6 -9
- package/dist/esm/i18n/pt_BR.js +6 -9
- package/dist/esm/i18n/ru.js +6 -9
- package/dist/esm/i18n/sv.js +6 -9
- package/dist/esm/i18n/th.js +6 -9
- package/dist/esm/i18n/tr.js +6 -9
- package/dist/esm/i18n/uk.js +6 -9
- package/dist/esm/i18n/vi.js +6 -9
- package/dist/esm/i18n/zh.js +6 -9
- package/dist/esm/i18n/zh_TW.js +6 -9
- package/dist/esm/plugins/find-replace/ui/Find.js +86 -41
- package/dist/esm/plugins/quick-insert/index.js +4 -2
- package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +5 -5
- package/dist/esm/plugins/quick-insert/ui/ModalElementBrowser/index.js +10 -17
- package/dist/esm/ui/ElementBrowser/InsertMenu.js +2 -3
- package/dist/esm/ui/ElementBrowser/types.js +1 -5
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/editor-next/hooks/useEditorMeasuresConstructor.d.ts +4 -4
- package/dist/types/editor-next/utils/editorMeasureTTICallback.d.ts +5 -5
- package/dist/types/element-browser.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +3 -6
- package/dist/types/i18n/da.d.ts +3 -6
- package/dist/types/i18n/de.d.ts +3 -6
- package/dist/types/i18n/en.d.ts +3 -6
- package/dist/types/i18n/en_GB.d.ts +3 -6
- package/dist/types/i18n/en_ZZ.d.ts +3 -6
- package/dist/types/i18n/es.d.ts +3 -6
- package/dist/types/i18n/fi.d.ts +3 -6
- package/dist/types/i18n/fr.d.ts +3 -6
- package/dist/types/i18n/hu.d.ts +3 -6
- package/dist/types/i18n/it.d.ts +3 -6
- package/dist/types/i18n/ja.d.ts +3 -6
- package/dist/types/i18n/ko.d.ts +3 -6
- package/dist/types/i18n/nb.d.ts +3 -6
- package/dist/types/i18n/nl.d.ts +3 -6
- package/dist/types/i18n/pl.d.ts +3 -6
- package/dist/types/i18n/pt_BR.d.ts +3 -6
- package/dist/types/i18n/ru.d.ts +3 -6
- package/dist/types/i18n/sv.d.ts +3 -6
- package/dist/types/i18n/th.d.ts +3 -6
- package/dist/types/i18n/tr.d.ts +3 -6
- package/dist/types/i18n/uk.d.ts +3 -6
- package/dist/types/i18n/vi.d.ts +3 -6
- package/dist/types/i18n/zh.d.ts +3 -6
- package/dist/types/i18n/zh_TW.d.ts +3 -6
- package/dist/types/labs/next/presets/default.d.ts +2 -2
- package/dist/types/plugins/find-replace/ui/Find.d.ts +3 -2
- package/dist/types/plugins/quick-insert/index.d.ts +3 -3
- package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.d.ts +4 -3
- package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.d.ts +1 -1
- package/dist/types/plugins/quick-insert/ui/ModalElementBrowser/index.d.ts +4 -1
- package/dist/types/ui/ElementBrowser/types.d.ts +6 -18
- package/dist/types-ts4.5/editor-next/hooks/useEditorMeasuresConstructor.d.ts +4 -4
- package/dist/types-ts4.5/editor-next/utils/editorMeasureTTICallback.d.ts +5 -5
- package/dist/types-ts4.5/element-browser.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -6
- package/dist/types-ts4.5/i18n/da.d.ts +3 -6
- package/dist/types-ts4.5/i18n/de.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +3 -6
- package/dist/types-ts4.5/i18n/es.d.ts +3 -6
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -6
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -6
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -6
- package/dist/types-ts4.5/i18n/it.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -6
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -6
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -6
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -6
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -6
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -6
- package/dist/types-ts4.5/i18n/th.d.ts +3 -6
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -6
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -6
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -6
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -6
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -6
- package/dist/types-ts4.5/labs/next/presets/default.d.ts +2 -2
- package/dist/types-ts4.5/plugins/find-replace/ui/Find.d.ts +3 -2
- package/dist/types-ts4.5/plugins/quick-insert/index.d.ts +3 -3
- package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.d.ts +4 -3
- package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.d.ts +1 -1
- package/dist/types-ts4.5/plugins/quick-insert/ui/ModalElementBrowser/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/ElementBrowser/types.d.ts +6 -18
- package/package.json +2 -2
- package/dist/cjs/ui/ElementBrowser/ElementBrowser.js +0 -152
- package/dist/cjs/ui/ElementBrowser/ViewMore.js +0 -39
- package/dist/cjs/ui/ElementBrowser/components/CategoryList.js +0 -115
- package/dist/cjs/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -36
- package/dist/cjs/ui/ElementBrowser/components/ElementList/ElementList.js +0 -250
- package/dist/cjs/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -47
- package/dist/cjs/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -69
- package/dist/cjs/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -42
- package/dist/cjs/ui/ElementBrowser/components/ElementList/utils.js +0 -54
- package/dist/cjs/ui/ElementBrowser/components/ElementSearch.js +0 -88
- package/dist/cjs/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -269
- package/dist/cjs/ui/ElementBrowser/constants.js +0 -43
- package/dist/cjs/ui/ElementBrowser/hooks/use-container-width.js +0 -70
- package/dist/cjs/ui/ElementBrowser/hooks/use-focus.js +0 -51
- package/dist/cjs/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -286
- package/dist/cjs/ui/ElementBrowser/index.js +0 -10
- package/dist/es2019/ui/ElementBrowser/ElementBrowser.js +0 -117
- package/dist/es2019/ui/ElementBrowser/ViewMore.js +0 -40
- package/dist/es2019/ui/ElementBrowser/components/CategoryList.js +0 -104
- package/dist/es2019/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -21
- package/dist/es2019/ui/ElementBrowser/components/ElementList/ElementList.js +0 -301
- package/dist/es2019/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -58
- package/dist/es2019/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -64
- package/dist/es2019/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -39
- package/dist/es2019/ui/ElementBrowser/components/ElementList/utils.js +0 -50
- package/dist/es2019/ui/ElementBrowser/components/ElementSearch.js +0 -117
- package/dist/es2019/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -339
- package/dist/es2019/ui/ElementBrowser/constants.js +0 -24
- package/dist/es2019/ui/ElementBrowser/hooks/use-container-width.js +0 -59
- package/dist/es2019/ui/ElementBrowser/hooks/use-focus.js +0 -48
- package/dist/es2019/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -284
- package/dist/es2019/ui/ElementBrowser/index.js +0 -2
- package/dist/esm/ui/ElementBrowser/ElementBrowser.js +0 -142
- package/dist/esm/ui/ElementBrowser/ViewMore.js +0 -31
- package/dist/esm/ui/ElementBrowser/components/CategoryList.js +0 -104
- package/dist/esm/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -23
- package/dist/esm/ui/ElementBrowser/components/ElementList/ElementList.js +0 -238
- package/dist/esm/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -40
- package/dist/esm/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -62
- package/dist/esm/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -37
- package/dist/esm/ui/ElementBrowser/components/ElementList/utils.js +0 -46
- package/dist/esm/ui/ElementBrowser/components/ElementSearch.js +0 -77
- package/dist/esm/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -258
- package/dist/esm/ui/ElementBrowser/constants.js +0 -24
- package/dist/esm/ui/ElementBrowser/hooks/use-container-width.js +0 -61
- package/dist/esm/ui/ElementBrowser/hooks/use-focus.js +0 -46
- package/dist/esm/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -278
- package/dist/esm/ui/ElementBrowser/index.js +0 -2
- package/dist/types/ui/ElementBrowser/ElementBrowser.d.ts +0 -37
- package/dist/types/ui/ElementBrowser/ViewMore.d.ts +0 -6
- package/dist/types/ui/ElementBrowser/components/CategoryList.d.ts +0 -10
- package/dist/types/ui/ElementBrowser/components/ElementBrowserLoader.d.ts +0 -5
- package/dist/types/ui/ElementBrowser/components/ElementList/ElementList.d.ts +0 -29
- package/dist/types/ui/ElementBrowser/components/ElementList/EmptyState.d.ts +0 -6
- package/dist/types/ui/ElementBrowser/components/ElementList/NotFoundIllustration.d.ts +0 -2
- package/dist/types/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
- package/dist/types/ui/ElementBrowser/components/ElementList/utils.d.ts +0 -12
- package/dist/types/ui/ElementBrowser/components/ElementSearch.d.ts +0 -18
- package/dist/types/ui/ElementBrowser/components/StatelessElementBrowser.d.ts +0 -23
- package/dist/types/ui/ElementBrowser/constants.d.ts +0 -20
- package/dist/types/ui/ElementBrowser/hooks/use-container-width.d.ts +0 -33
- package/dist/types/ui/ElementBrowser/hooks/use-focus.d.ts +0 -35
- package/dist/types/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -72
- package/dist/types/ui/ElementBrowser/index.d.ts +0 -2
- package/dist/types-ts4.5/ui/ElementBrowser/ElementBrowser.d.ts +0 -37
- package/dist/types-ts4.5/ui/ElementBrowser/ViewMore.d.ts +0 -6
- package/dist/types-ts4.5/ui/ElementBrowser/components/CategoryList.d.ts +0 -10
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementBrowserLoader.d.ts +0 -5
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/ElementList.d.ts +0 -29
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/EmptyState.d.ts +0 -6
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/NotFoundIllustration.d.ts +0 -2
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/utils.d.ts +0 -12
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementSearch.d.ts +0 -18
- package/dist/types-ts4.5/ui/ElementBrowser/components/StatelessElementBrowser.d.ts +0 -23
- package/dist/types-ts4.5/ui/ElementBrowser/constants.d.ts +0 -20
- package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-container-width.d.ts +0 -33
- package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-focus.d.ts +0 -35
- package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -72
- package/dist/types-ts4.5/ui/ElementBrowser/index.d.ts +0 -2
- /package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
- /package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
- /package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
- /package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
- /package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
- /package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
- /package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.d.ts +0 -0
- /package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.d.ts +0 -0
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -129,7 +129,7 @@ export declare function createDefaultPreset(options: EditorPresetProps & Default
|
|
|
129
129
|
pluginConfiguration: QuickInsertPluginOptions | undefined;
|
|
130
130
|
sharedState: import("@atlaskit/editor-common/types").QuickInsertSharedState | null;
|
|
131
131
|
actions: {
|
|
132
|
-
insertItem: (item: import("@atlaskit/editor-common/provider-factory").QuickInsertItem) => import("
|
|
132
|
+
insertItem: (item: import("@atlaskit/editor-common/provider-factory").QuickInsertItem) => import("@atlaskit/editor-common/types").Command;
|
|
133
133
|
getSuggestions: (searchOptions: import("@atlaskit/editor-common/types").QuickInsertSearchOptions) => import("@atlaskit/editor-common/provider-factory").QuickInsertItem[];
|
|
134
134
|
};
|
|
135
135
|
commands: {
|
|
@@ -284,7 +284,7 @@ export declare function useDefaultPreset(props: EditorPresetProps & DefaultPrese
|
|
|
284
284
|
pluginConfiguration: QuickInsertPluginOptions | undefined;
|
|
285
285
|
sharedState: import("@atlaskit/editor-common/types").QuickInsertSharedState | null;
|
|
286
286
|
actions: {
|
|
287
|
-
insertItem: (item: import("@atlaskit/editor-common/provider-factory").QuickInsertItem) => import("
|
|
287
|
+
insertItem: (item: import("@atlaskit/editor-common/provider-factory").QuickInsertItem) => import("@atlaskit/editor-common/types").Command;
|
|
288
288
|
getSuggestions: (searchOptions: import("@atlaskit/editor-common/types").QuickInsertSearchOptions) => import("@atlaskit/editor-common/provider-factory").QuickInsertItem[];
|
|
289
289
|
};
|
|
290
290
|
commands: {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
|
+
import type { WrappedComponentProps } from 'react-intl-next';
|
|
4
4
|
import { TRIGGER_METHOD } from '../../analytics/types';
|
|
5
|
-
import { MatchCaseProps } from '../types';
|
|
5
|
+
import type { MatchCaseProps } from '../types';
|
|
6
|
+
export declare const FIND_DEBOUNCE_MS = 100;
|
|
6
7
|
export type FindProps = {
|
|
7
8
|
findText?: string;
|
|
8
9
|
count: {
|