@atlaskit/editor-core 183.1.1 → 184.0.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 +29 -0
- package/dist/cjs/i18n/da.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +8 -34
- package/dist/cjs/i18n/it.js +1 -1
- package/dist/cjs/i18n/nb.js +3 -3
- package/dist/cjs/i18n/nl.js +4 -4
- package/dist/cjs/i18n/pl.js +1 -1
- package/dist/cjs/i18n/pt_BR.js +1 -1
- package/dist/cjs/i18n/ru.js +1 -1
- package/dist/cjs/i18n/th.js +2 -2
- package/dist/cjs/i18n/uk.js +1 -1
- package/dist/cjs/i18n/vi.js +2 -2
- package/dist/cjs/i18n/zh.js +1 -1
- package/dist/cjs/labs/next/full-page.js +2 -6
- package/dist/cjs/labs/next/presets/create-stub-internal-apis.js +4 -2
- package/dist/cjs/labs/next/presets/default.js +2 -2
- package/dist/cjs/labs/next/presets/universal.js +2 -1
- package/dist/cjs/plugins/breakout/index.js +54 -35
- package/dist/cjs/plugins/card/toolbar.js +4 -3
- package/dist/cjs/plugins/collab-edit/plugin-state.js +2 -3
- package/dist/cjs/plugins/copy-button/commands.js +8 -1
- package/dist/cjs/plugins/extension/index.js +1 -1
- package/dist/cjs/plugins/extension/nodeviews/extension.js +5 -3
- package/dist/cjs/plugins/extension/pm-plugins/main.js +6 -6
- package/dist/cjs/plugins/extension/ui/Extension/Extension/index.js +34 -4
- package/dist/cjs/plugins/extension/ui/Extension/ExtensionComponent.js +4 -2
- package/dist/cjs/plugins/extension/ui/Extension/index.js +4 -2
- package/dist/cjs/plugins/help-dialog/index.js +12 -8
- package/dist/cjs/plugins/index.js +0 -14
- package/dist/cjs/plugins/layout/pm-plugins/main.js +0 -1
- package/dist/cjs/plugins/media/index.js +15 -5
- package/dist/cjs/plugins/media/nodeviews/mediaNodeView/index.js +22 -14
- package/dist/cjs/plugins/media/nodeviews/mediaSingle.js +53 -34
- package/dist/cjs/plugins/media/styles.js +1 -1
- package/dist/cjs/plugins/media/toolbar/index.js +4 -3
- package/dist/cjs/plugins/media/ui/ImageBorder/styles.js +4 -1
- package/dist/cjs/plugins/paste/pm-plugins/main.js +7 -1
- package/dist/cjs/test-utils.js +6 -1
- package/dist/cjs/ui/Appearance/Comment/Comment.js +2 -2
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +2 -2
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +1 -2
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar.js +2 -2
- package/dist/cjs/ui/ContentStyles/index.js +9 -10
- package/dist/cjs/ui/ContextPanel/index.js +67 -56
- package/dist/cjs/ui/MediaAndEmbedsToolbar/index.js +10 -11
- package/dist/cjs/ui/Resizer/index.js +8 -8
- package/dist/cjs/ui/WidthEmitter/index.js +10 -4
- package/dist/cjs/utils/clipboard.js +18 -11
- package/dist/cjs/utils/performance/instrumented-plugin.js +14 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/da.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +8 -34
- package/dist/es2019/i18n/it.js +1 -1
- package/dist/es2019/i18n/nb.js +3 -3
- package/dist/es2019/i18n/nl.js +4 -4
- package/dist/es2019/i18n/pl.js +1 -1
- package/dist/es2019/i18n/pt_BR.js +1 -1
- package/dist/es2019/i18n/ru.js +1 -1
- package/dist/es2019/i18n/th.js +2 -2
- package/dist/es2019/i18n/uk.js +1 -1
- package/dist/es2019/i18n/vi.js +2 -2
- package/dist/es2019/i18n/zh.js +1 -1
- package/dist/es2019/labs/next/full-page.js +2 -5
- package/dist/es2019/labs/next/presets/create-stub-internal-apis.js +4 -2
- package/dist/es2019/labs/next/presets/default.js +1 -1
- package/dist/es2019/labs/next/presets/universal.js +2 -1
- package/dist/es2019/plugins/breakout/index.js +48 -31
- package/dist/es2019/plugins/card/toolbar.js +4 -3
- package/dist/es2019/plugins/collab-edit/plugin-state.js +2 -4
- package/dist/es2019/plugins/copy-button/commands.js +9 -2
- package/dist/es2019/plugins/extension/index.js +1 -1
- package/dist/es2019/plugins/extension/nodeviews/extension.js +5 -3
- package/dist/es2019/plugins/extension/pm-plugins/main.js +4 -4
- package/dist/es2019/plugins/extension/ui/Extension/Extension/index.js +38 -2
- package/dist/es2019/plugins/extension/ui/Extension/ExtensionComponent.js +4 -2
- package/dist/es2019/plugins/extension/ui/Extension/index.js +4 -2
- package/dist/es2019/plugins/help-dialog/index.js +14 -9
- package/dist/es2019/plugins/index.js +0 -2
- package/dist/es2019/plugins/layout/pm-plugins/main.js +0 -1
- package/dist/es2019/plugins/media/index.js +15 -5
- package/dist/es2019/plugins/media/nodeviews/mediaNodeView/index.js +21 -10
- package/dist/es2019/plugins/media/nodeviews/mediaSingle.js +53 -33
- package/dist/es2019/plugins/media/styles.js +1 -7
- package/dist/es2019/plugins/media/toolbar/index.js +4 -4
- package/dist/es2019/plugins/media/ui/ImageBorder/styles.js +9 -9
- package/dist/es2019/plugins/paste/pm-plugins/main.js +7 -1
- package/dist/es2019/test-utils.js +6 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar.js +1 -1
- package/dist/es2019/ui/ContentStyles/index.js +1 -2
- package/dist/es2019/ui/ContextPanel/index.js +66 -43
- package/dist/es2019/ui/MediaAndEmbedsToolbar/index.js +8 -9
- package/dist/es2019/ui/Resizer/index.js +1 -1
- package/dist/es2019/ui/WidthEmitter/index.js +10 -4
- package/dist/es2019/utils/clipboard.js +12 -7
- package/dist/es2019/utils/performance/instrumented-plugin.js +15 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/da.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +8 -34
- package/dist/esm/i18n/it.js +1 -1
- package/dist/esm/i18n/nb.js +3 -3
- package/dist/esm/i18n/nl.js +4 -4
- package/dist/esm/i18n/pl.js +1 -1
- package/dist/esm/i18n/pt_BR.js +1 -1
- package/dist/esm/i18n/ru.js +1 -1
- package/dist/esm/i18n/th.js +2 -2
- package/dist/esm/i18n/uk.js +1 -1
- package/dist/esm/i18n/vi.js +2 -2
- package/dist/esm/i18n/zh.js +1 -1
- package/dist/esm/labs/next/full-page.js +2 -5
- package/dist/esm/labs/next/presets/create-stub-internal-apis.js +4 -2
- package/dist/esm/labs/next/presets/default.js +1 -1
- package/dist/esm/labs/next/presets/universal.js +2 -1
- package/dist/esm/plugins/breakout/index.js +54 -35
- package/dist/esm/plugins/card/toolbar.js +4 -3
- package/dist/esm/plugins/collab-edit/plugin-state.js +2 -3
- package/dist/esm/plugins/copy-button/commands.js +9 -2
- package/dist/esm/plugins/extension/index.js +1 -1
- package/dist/esm/plugins/extension/nodeviews/extension.js +5 -3
- package/dist/esm/plugins/extension/pm-plugins/main.js +6 -6
- package/dist/esm/plugins/extension/ui/Extension/Extension/index.js +33 -2
- package/dist/esm/plugins/extension/ui/Extension/ExtensionComponent.js +4 -2
- package/dist/esm/plugins/extension/ui/Extension/index.js +4 -2
- package/dist/esm/plugins/help-dialog/index.js +12 -8
- package/dist/esm/plugins/index.js +0 -2
- package/dist/esm/plugins/layout/pm-plugins/main.js +0 -1
- package/dist/esm/plugins/media/index.js +15 -5
- package/dist/esm/plugins/media/nodeviews/mediaNodeView/index.js +22 -14
- package/dist/esm/plugins/media/nodeviews/mediaSingle.js +54 -35
- package/dist/esm/plugins/media/styles.js +2 -2
- package/dist/esm/plugins/media/toolbar/index.js +4 -3
- package/dist/esm/plugins/media/ui/ImageBorder/styles.js +4 -1
- package/dist/esm/plugins/paste/pm-plugins/main.js +7 -1
- package/dist/esm/test-utils.js +6 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar.js +1 -1
- package/dist/esm/ui/ContentStyles/index.js +1 -2
- package/dist/esm/ui/ContextPanel/index.js +64 -53
- package/dist/esm/ui/MediaAndEmbedsToolbar/index.js +10 -11
- package/dist/esm/ui/Resizer/index.js +1 -1
- package/dist/esm/ui/WidthEmitter/index.js +10 -4
- package/dist/esm/utils/clipboard.js +16 -10
- package/dist/esm/utils/performance/instrumented-plugin.js +14 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/actions/index.d.ts +1 -1
- package/dist/types/create-editor/get-plugins.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -28
- package/dist/types/index.d.ts +0 -1
- package/dist/types/plugins/breakout/index.d.ts +4 -0
- package/dist/types/plugins/breakout/ui/LayoutButton.d.ts +1 -1
- package/dist/types/plugins/card/index.d.ts +2 -2
- package/dist/types/plugins/collab-edit/actions.d.ts +3 -2
- package/dist/types/plugins/collab-edit/events/handlers.d.ts +3 -3
- package/dist/types/plugins/collab-edit/events/initialize.d.ts +1 -1
- package/dist/types/plugins/collab-edit/events/send-transaction.d.ts +1 -1
- package/dist/types/plugins/collab-edit/index.d.ts +0 -1
- package/dist/types/plugins/collab-edit/native-collab-provider-plugin.d.ts +2 -2
- package/dist/types/plugins/collab-edit/participants.d.ts +1 -1
- package/dist/types/plugins/collab-edit/plugin.d.ts +0 -2
- package/dist/types/plugins/collab-edit/types.d.ts +1 -3
- package/dist/types/plugins/collab-edit/ui/to-avatar.d.ts +1 -1
- package/dist/types/plugins/collab-edit/utils.d.ts +2 -1
- package/dist/types/plugins/extension/index.d.ts +2 -1
- package/dist/types/plugins/extension/nodeviews/extension.d.ts +4 -1
- package/dist/types/plugins/extension/pm-plugins/main.d.ts +3 -1
- package/dist/types/plugins/extension/ui/Extension/Extension/index.d.ts +6 -0
- package/dist/types/plugins/extension/ui/Extension/ExtensionComponent.d.ts +3 -0
- package/dist/types/plugins/extension/ui/Extension/index.d.ts +3 -0
- package/dist/types/plugins/help-dialog/index.d.ts +3 -1
- package/dist/types/plugins/index.d.ts +0 -3
- package/dist/types/plugins/media/index.d.ts +12 -2
- package/dist/types/plugins/media/nodeviews/mediaNodeView/index.d.ts +4 -2
- package/dist/types/plugins/media/nodeviews/mediaSingle.d.ts +1 -1
- package/dist/types/plugins/media/nodeviews/types.d.ts +2 -1
- package/dist/types/plugins/media/toolbar/index.d.ts +3 -1
- package/dist/types/plugins/media/ui/ResizableMediaSingle/types.d.ts +2 -2
- package/dist/types/test-utils.d.ts +3 -1
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types/ui/ColorPickerButton/index.d.ts +1 -1
- package/dist/types/ui/ContextPanel/index.d.ts +3 -4
- package/dist/types/ui/MediaAndEmbedsToolbar/index.d.ts +3 -1
- package/dist/types/ui/PluginSlot/index.d.ts +1 -1
- package/dist/types/ui/Resizer/types.d.ts +2 -2
- package/dist/types/utils/clipboard.d.ts +1 -0
- package/dist/types-ts4.5/actions/index.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/get-plugins.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -28
- package/dist/types-ts4.5/index.d.ts +0 -1
- package/dist/types-ts4.5/plugins/breakout/index.d.ts +6 -0
- package/dist/types-ts4.5/plugins/breakout/ui/LayoutButton.d.ts +1 -1
- package/dist/types-ts4.5/plugins/card/index.d.ts +2 -2
- package/dist/types-ts4.5/plugins/collab-edit/actions.d.ts +3 -2
- package/dist/types-ts4.5/plugins/collab-edit/events/handlers.d.ts +3 -3
- package/dist/types-ts4.5/plugins/collab-edit/events/initialize.d.ts +1 -1
- package/dist/types-ts4.5/plugins/collab-edit/events/send-transaction.d.ts +1 -1
- package/dist/types-ts4.5/plugins/collab-edit/index.d.ts +0 -1
- package/dist/types-ts4.5/plugins/collab-edit/native-collab-provider-plugin.d.ts +2 -2
- package/dist/types-ts4.5/plugins/collab-edit/participants.d.ts +1 -1
- package/dist/types-ts4.5/plugins/collab-edit/plugin.d.ts +0 -2
- package/dist/types-ts4.5/plugins/collab-edit/types.d.ts +1 -3
- package/dist/types-ts4.5/plugins/collab-edit/ui/to-avatar.d.ts +1 -1
- package/dist/types-ts4.5/plugins/collab-edit/utils.d.ts +2 -1
- package/dist/types-ts4.5/plugins/extension/index.d.ts +3 -1
- package/dist/types-ts4.5/plugins/extension/nodeviews/extension.d.ts +4 -1
- package/dist/types-ts4.5/plugins/extension/pm-plugins/main.d.ts +3 -1
- package/dist/types-ts4.5/plugins/extension/ui/Extension/Extension/index.d.ts +6 -0
- package/dist/types-ts4.5/plugins/extension/ui/Extension/ExtensionComponent.d.ts +3 -0
- package/dist/types-ts4.5/plugins/extension/ui/Extension/index.d.ts +3 -0
- package/dist/types-ts4.5/plugins/help-dialog/index.d.ts +5 -1
- package/dist/types-ts4.5/plugins/index.d.ts +0 -3
- package/dist/types-ts4.5/plugins/media/index.d.ts +9 -2
- package/dist/types-ts4.5/plugins/media/nodeviews/mediaNodeView/index.d.ts +4 -2
- package/dist/types-ts4.5/plugins/media/nodeviews/mediaSingle.d.ts +1 -1
- package/dist/types-ts4.5/plugins/media/nodeviews/types.d.ts +2 -1
- package/dist/types-ts4.5/plugins/media/toolbar/index.d.ts +3 -1
- package/dist/types-ts4.5/plugins/media/ui/ResizableMediaSingle/types.d.ts +2 -2
- package/dist/types-ts4.5/test-utils.d.ts +3 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types-ts4.5/ui/ColorPickerButton/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +3 -4
- package/dist/types-ts4.5/ui/MediaAndEmbedsToolbar/index.d.ts +3 -1
- package/dist/types-ts4.5/ui/PluginSlot/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/Resizer/types.d.ts +2 -2
- package/dist/types-ts4.5/utils/clipboard.d.ts +1 -0
- package/package.json +20 -18
- package/report.api.md +15 -63
- package/dist/cjs/plugins/collab-edit/provider/index.js +0 -5
- package/dist/cjs/plugins/collab-edit/provider/types.js +0 -5
- package/dist/cjs/plugins/grid/index.js +0 -207
- package/dist/cjs/plugins/grid/styles.js +0 -16
- package/dist/cjs/plugins/grid/types.js +0 -5
- package/dist/cjs/plugins/width/index.js +0 -88
- package/dist/cjs/ui/ContextPanel/context.js +0 -89
- package/dist/es2019/plugins/collab-edit/provider/index.js +0 -1
- package/dist/es2019/plugins/collab-edit/provider/types.js +0 -1
- package/dist/es2019/plugins/grid/index.js +0 -168
- package/dist/es2019/plugins/grid/styles.js +0 -36
- package/dist/es2019/plugins/grid/types.js +0 -1
- package/dist/es2019/plugins/width/index.js +0 -72
- package/dist/es2019/ui/ContextPanel/context.js +0 -65
- package/dist/esm/plugins/collab-edit/provider/index.js +0 -1
- package/dist/esm/plugins/collab-edit/provider/types.js +0 -1
- package/dist/esm/plugins/grid/index.js +0 -191
- package/dist/esm/plugins/grid/styles.js +0 -7
- package/dist/esm/plugins/grid/types.js +0 -1
- package/dist/esm/plugins/width/index.js +0 -78
- package/dist/esm/ui/ContextPanel/context.js +0 -79
- package/dist/types/plugins/collab-edit/provider/index.d.ts +0 -1
- package/dist/types/plugins/collab-edit/provider/types.d.ts +0 -1
- package/dist/types/plugins/grid/index.d.ts +0 -25
- package/dist/types/plugins/grid/styles.d.ts +0 -2
- package/dist/types/plugins/grid/types.d.ts +0 -7
- package/dist/types/plugins/width/index.d.ts +0 -18
- package/dist/types/ui/ContextPanel/context.d.ts +0 -24
- package/dist/types-ts4.5/plugins/collab-edit/provider/index.d.ts +0 -1
- package/dist/types-ts4.5/plugins/collab-edit/provider/types.d.ts +0 -1
- package/dist/types-ts4.5/plugins/grid/index.d.ts +0 -27
- package/dist/types-ts4.5/plugins/grid/styles.d.ts +0 -2
- package/dist/types-ts4.5/plugins/grid/types.d.ts +0 -7
- package/dist/types-ts4.5/plugins/width/index.d.ts +0 -18
- package/dist/types-ts4.5/ui/ContextPanel/context.d.ts +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 184.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`b7086232a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7086232a7c) - ESS-3135: move collab provider types into @atlaskit/collab-provider
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [`1549c2e6dda`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1549c2e6dda) - Extract width plugin from `editor-core` to separate `editor-plugin-width` package.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`10ddf00db40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10ddf00db40) - [ux] add a handler size option and relevant style and demo page
|
|
16
|
+
- [`6d2cb452718`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d2cb452718) - converted the analytics events within help-dialog to use the new Analytics API
|
|
17
|
+
- [`18fc85285dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18fc85285dc) - Fix extensions in Confluence.
|
|
18
|
+
- [`3247424b653`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3247424b653) - Removed unused styling for the recently removed fileCardImageViewSelectedSelector classname
|
|
19
|
+
- [`d2ebe077406`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2ebe077406) - [ux] ED-17083 Fix copy button for extension
|
|
20
|
+
- [`8c54caf3c01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c54caf3c01) - Focus editor when closing extension sidebar config
|
|
21
|
+
- [`19389328bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19389328bfd) - [ED-16813] Fix uiTracking logic so it honours the sampling rate set in performance feature flags
|
|
22
|
+
- [`1a167533ab8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a167533ab8) - [ux] ED-17834 - Pasting over layout columns is able to be undone
|
|
23
|
+
- [`f055b886032`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f055b886032) - Extract the grid plugin to a separate package.
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
|
|
26
|
+
## 183.1.6
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- [`42fa291e96f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42fa291e96f) - Updated color hovering styles for image borders toolbar
|
|
31
|
+
|
|
3
32
|
## 183.1.1
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -164,7 +164,7 @@ var _default = {
|
|
|
164
164
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
|
|
165
165
|
'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
|
|
166
166
|
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
167
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter
|
|
167
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
168
168
|
'fabric.editor.italic': 'Kursiv',
|
|
169
169
|
'fabric.editor.keyboardShortcuts': 'Tastaturgenveje',
|
|
170
170
|
'fabric.editor.leftSidebar': 'Venstre sidebjælke',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -14,13 +14,13 @@ exports.default = void 0;
|
|
|
14
14
|
//
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.addAltText': 'Alt text',
|
|
17
|
-
'fabric.editor.addImageBorder': 'Add border',
|
|
18
17
|
'fabric.editor.alignCenter': 'Align Center',
|
|
19
18
|
'fabric.editor.alignLeft': 'Align left',
|
|
20
19
|
'fabric.editor.alignRight': 'Align Right',
|
|
21
20
|
'fabric.editor.alignment': 'Text alignment',
|
|
22
21
|
'fabric.editor.altText': 'Alt text',
|
|
23
22
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
23
|
+
'fabric.editor.annotate': 'Annotate',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
25
25
|
'fabric.editor.backLink': 'Go back',
|
|
26
26
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -68,7 +68,6 @@ var _default = {
|
|
|
68
68
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
69
69
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
70
70
|
'fabric.editor.defaultAltText': 'List item',
|
|
71
|
-
'fabric.editor.description': 'Description',
|
|
72
71
|
'fabric.editor.displayBlock': 'Display card',
|
|
73
72
|
'fabric.editor.displayEmbed': 'Display embed',
|
|
74
73
|
'fabric.editor.displayInline': 'Display inline',
|
|
@@ -84,7 +83,6 @@ var _default = {
|
|
|
84
83
|
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
85
84
|
'fabric.editor.editStatusText': 'Edit Status',
|
|
86
85
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
87
|
-
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
88
86
|
'fabric.editor.editorHelp': 'Editor help',
|
|
89
87
|
'fabric.editor.editors': 'Editors',
|
|
90
88
|
'fabric.editor.elementBrowser.help': 'Help',
|
|
@@ -109,18 +107,14 @@ var _default = {
|
|
|
109
107
|
'fabric.editor.error': 'Error',
|
|
110
108
|
'fabric.editor.errorPanel': 'Error panel',
|
|
111
109
|
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
112
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '
|
|
113
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '
|
|
114
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
115
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
110
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Removing this extension will break anything connected to it.',
|
|
111
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Remove extension',
|
|
116
112
|
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
117
113
|
'fabric.editor.find': 'Find',
|
|
118
114
|
'fabric.editor.findNext': 'Find next',
|
|
119
115
|
'fabric.editor.findPrevious': 'Find previous',
|
|
120
116
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
121
117
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
122
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
123
|
-
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 connected element)} other {{name} (+{amount,number} connected elements)}}',
|
|
124
118
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
125
119
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
126
120
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
@@ -149,14 +143,8 @@ var _default = {
|
|
|
149
143
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
150
144
|
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
151
145
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
152
|
-
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found
|
|
146
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
153
147
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
154
|
-
'fabric.editor.imageBorderBold': 'Bold',
|
|
155
|
-
'fabric.editor.imageBorderColor': 'Color',
|
|
156
|
-
'fabric.editor.imageBorderMedium': 'Medium',
|
|
157
|
-
'fabric.editor.imageBorderOptions': 'Border options',
|
|
158
|
-
'fabric.editor.imageBorderSize': 'Size',
|
|
159
|
-
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
160
148
|
'fabric.editor.improvement': 'Improvement',
|
|
161
149
|
'fabric.editor.indent': 'Indent',
|
|
162
150
|
'fabric.editor.info': 'Info',
|
|
@@ -167,7 +155,7 @@ var _default = {
|
|
|
167
155
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
168
156
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
169
157
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
170
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}
|
|
158
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
171
159
|
'fabric.editor.italic': 'Italic',
|
|
172
160
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
173
161
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
@@ -178,12 +166,9 @@ var _default = {
|
|
|
178
166
|
'fabric.editor.matchCase': 'Match case',
|
|
179
167
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
180
168
|
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
181
|
-
'fabric.editor.mentionNode.label': 'Tagged user',
|
|
182
169
|
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
183
170
|
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
184
171
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
185
|
-
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
186
|
-
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
187
172
|
'fabric.editor.noResultsFound': 'No results',
|
|
188
173
|
'fabric.editor.noSearchResults': 'No search results',
|
|
189
174
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -204,7 +189,6 @@ var _default = {
|
|
|
204
189
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
205
190
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
206
191
|
'fabric.editor.redo': 'Redo',
|
|
207
|
-
'fabric.editor.removeImageBorder': 'Remove border',
|
|
208
192
|
'fabric.editor.replace': 'Replace',
|
|
209
193
|
'fabric.editor.replaceAll': 'Replace all',
|
|
210
194
|
'fabric.editor.replaceWith': 'Replace with',
|
|
@@ -213,7 +197,6 @@ var _default = {
|
|
|
213
197
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} search result available} other {{itemsLength,number} search results available}}',
|
|
214
198
|
'fabric.editor.selectLanguage': 'Select language',
|
|
215
199
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
216
|
-
'fabric.editor.shortcut': 'Text shortcut',
|
|
217
200
|
'fabric.editor.single': 'Single column',
|
|
218
201
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
219
202
|
'fabric.editor.story': 'Story',
|
|
@@ -235,17 +218,9 @@ var _default = {
|
|
|
235
218
|
'fabric.editor.threeColumns': 'Three columns',
|
|
236
219
|
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
237
220
|
'fabric.editor.toolbarLabel': 'Editor toolbar',
|
|
238
|
-
'fabric.editor.toolbarMediaTitle': '
|
|
221
|
+
'fabric.editor.toolbarMediaTitle': 'Files & images',
|
|
239
222
|
'fabric.editor.twoColumns': 'Two columns',
|
|
240
|
-
'fabric.editor.
|
|
241
|
-
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
242
|
-
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
243
|
-
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
244
|
-
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
245
|
-
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
|
246
|
-
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
247
|
-
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
248
|
-
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
223
|
+
'fabric.editor.typeAheadResultLabel': 'TypeAhead results',
|
|
249
224
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
250
225
|
'fabric.editor.underline': 'Underline',
|
|
251
226
|
'fabric.editor.undo': 'Undo',
|
|
@@ -259,7 +234,6 @@ var _default = {
|
|
|
259
234
|
'fabric.editor.warningPanel': 'Warning panel',
|
|
260
235
|
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
261
236
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
262
|
-
'fabric.editor.wrapRight': 'Wrap right'
|
|
263
|
-
'fabric.emoji.label': 'Emoji'
|
|
237
|
+
'fabric.editor.wrapRight': 'Wrap right'
|
|
264
238
|
};
|
|
265
239
|
exports.default = _default;
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -164,7 +164,7 @@ var _default = {
|
|
|
164
164
|
'fabric.editor.inputQueryAssistiveTxt': 'Una volta che i risultati del completamento automatico sono disponibili, utilizza le frecce su e giù per rivedere i dati e premi Invio per selezionarli. Gli utenti di dispositivi touch possono utilizzare i movimenti di tocco o scorrimento.',
|
|
165
165
|
'fabric.editor.invalidDateError': 'Inserisci una data valida',
|
|
166
166
|
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
167
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {
|
|
167
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
168
168
|
'fabric.editor.italic': 'Corsivo',
|
|
169
169
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
170
170
|
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -146,11 +146,11 @@ var _default = {
|
|
|
146
146
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
147
147
|
'fabric.editor.hyperlink.linkAriaLabel': 'Koblingsetikett',
|
|
148
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
149
|
-
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {
|
|
149
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
150
150
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
151
151
|
'fabric.editor.imageBorderBold': 'Fet',
|
|
152
152
|
'fabric.editor.imageBorderColor': 'Farge',
|
|
153
|
-
'fabric.editor.imageBorderMedium': '
|
|
153
|
+
'fabric.editor.imageBorderMedium': 'Middels',
|
|
154
154
|
'fabric.editor.imageBorderOptions': 'Alternativer for kantlinje',
|
|
155
155
|
'fabric.editor.imageBorderSize': 'Størrelse',
|
|
156
156
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
@@ -164,7 +164,7 @@ var _default = {
|
|
|
164
164
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater for autofullføring er tilgjengelig, bruker du pil opp og pil ned for å se gjennom og enter for å velge. Brukere av berøringsenheter kan utforske ved å berøre eller sveipe.',
|
|
165
165
|
'fabric.editor.invalidDateError': 'Oppgi en gyldig dato',
|
|
166
166
|
'fabric.editor.invalidLink': 'Skriv inn en gyldig kobling.',
|
|
167
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter
|
|
167
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
168
168
|
'fabric.editor.italic': 'Kursiv',
|
|
169
169
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
170
170
|
'fabric.editor.leftSidebar': 'Sidelinje til venstre',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -14,7 +14,7 @@ exports.default = void 0;
|
|
|
14
14
|
//Dutch (Netherlands)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.addAltText': 'Alt-tekst',
|
|
17
|
-
'fabric.editor.addImageBorder': '
|
|
17
|
+
'fabric.editor.addImageBorder': 'Kader toevoegen',
|
|
18
18
|
'fabric.editor.alignCenter': 'Midden uitgelijnd',
|
|
19
19
|
'fabric.editor.alignLeft': 'Links uitlijnen',
|
|
20
20
|
'fabric.editor.alignRight': 'Rechts uitgelijnd',
|
|
@@ -151,7 +151,7 @@ var _default = {
|
|
|
151
151
|
'fabric.editor.imageBorderBold': 'Vet',
|
|
152
152
|
'fabric.editor.imageBorderColor': 'Kleur',
|
|
153
153
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
154
|
-
'fabric.editor.imageBorderOptions': '
|
|
154
|
+
'fabric.editor.imageBorderOptions': 'Kaderopties',
|
|
155
155
|
'fabric.editor.imageBorderSize': 'Grootte',
|
|
156
156
|
'fabric.editor.imageBorderSubtle': 'Subtiel',
|
|
157
157
|
'fabric.editor.improvement': 'Verbetering',
|
|
@@ -164,7 +164,7 @@ var _default = {
|
|
|
164
164
|
'fabric.editor.inputQueryAssistiveTxt': 'Wanneer resultaten voor automatisch aanvullen beschikbaar zijn, kun je de pijlen naar boven en beneden gebruiken om ze te bekijken en Enter om ze te selecteren. Touch-apparaatgebruikers verkennen door middel van aanraking of met veegbewegingen.',
|
|
165
165
|
'fabric.editor.invalidDateError': 'Voer een geldige datum in',
|
|
166
166
|
'fabric.editor.invalidLink': 'Voer een geldige link in.',
|
|
167
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig
|
|
167
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
168
168
|
'fabric.editor.italic': 'Cursief',
|
|
169
169
|
'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
|
|
170
170
|
'fabric.editor.leftSidebar': 'Zijbalk aan linkerkant',
|
|
@@ -201,7 +201,7 @@ var _default = {
|
|
|
201
201
|
'fabric.editor.placeholderTextPlaceholder': 'Voeg plaatsaanduidingstekst toe',
|
|
202
202
|
'fabric.editor.quickInsert': 'Snel invoegen',
|
|
203
203
|
'fabric.editor.redo': 'Pas opnieuw toe',
|
|
204
|
-
'fabric.editor.removeImageBorder': '
|
|
204
|
+
'fabric.editor.removeImageBorder': 'Kader verwijderen',
|
|
205
205
|
'fabric.editor.replace': 'Vervangen',
|
|
206
206
|
'fabric.editor.replaceAll': 'Alles vervangen',
|
|
207
207
|
'fabric.editor.replaceWith': 'Vervangen met',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -146,7 +146,7 @@ var _default = {
|
|
|
146
146
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
147
147
|
'fabric.editor.hyperlink.linkAriaLabel': 'Etykieta łącza',
|
|
148
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Sugestie będą pojawiały się poniżej w miarę wpisywania tekstu w polu',
|
|
149
|
-
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {
|
|
149
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nie znaleziono wyników} one {znaleziono {count,number} wynik} few {znaleziono {count,number} wyniki} many {znaleziono {count,number} wyników} other {znaleziono {count,number} wyniku}}',
|
|
150
150
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Wklej lub wyszukaj łącze',
|
|
151
151
|
'fabric.editor.imageBorderBold': 'Pogrubiony',
|
|
152
152
|
'fabric.editor.imageBorderColor': 'Kolor',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -164,7 +164,7 @@ var _default = {
|
|
|
164
164
|
'fabric.editor.inputQueryAssistiveTxt': 'Quando os resultados do preenchimento automático estiverem disponíveis, use as setas para cima e para baixo para analisar e a tecla enter para selecionar. Toque nos usuários do dispositivo, explore por toque ou com gestos de deslizar.',
|
|
165
165
|
'fabric.editor.invalidDateError': 'Informe uma data válida',
|
|
166
166
|
'fabric.editor.invalidLink': 'Insira um link válido.',
|
|
167
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe
|
|
167
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe para {productName}}}',
|
|
168
168
|
'fabric.editor.italic': 'Itálico',
|
|
169
169
|
'fabric.editor.keyboardShortcuts': 'Atalhos de teclado',
|
|
170
170
|
'fabric.editor.leftSidebar': 'Barra lateral esquerda',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -146,7 +146,7 @@ var _default = {
|
|
|
146
146
|
'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
|
|
147
147
|
'fabric.editor.hyperlink.linkAriaLabel': 'Метка для ссылки',
|
|
148
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Предложения будут появляться по мере ввода текста в поле',
|
|
149
|
-
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {
|
|
149
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {нет результатов} one {найден {count,number} результат} few {найдено {count,number} результата} many {найдено {count,number} результатов} other {найдено {count,number} результата}}',
|
|
150
150
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставить или искать ссылку',
|
|
151
151
|
'fabric.editor.imageBorderBold': 'Широкая',
|
|
152
152
|
'fabric.editor.imageBorderColor': 'Цвет',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -148,7 +148,7 @@ var _default = {
|
|
|
148
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'ข้อเสนอแนะจะปรากฏด้านล่างเมื่อคุณพิมพ์ลงในช่อง',
|
|
149
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ไม่พบผลลัพธ์} other {พบผลลัพธ์ {count,number} รายการ}}',
|
|
150
150
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'วางหรือค้นหาลิงก์',
|
|
151
|
-
'fabric.editor.imageBorderBold': '
|
|
151
|
+
'fabric.editor.imageBorderBold': 'ตัวหนา',
|
|
152
152
|
'fabric.editor.imageBorderColor': 'สี',
|
|
153
153
|
'fabric.editor.imageBorderMedium': 'ปานกลาง',
|
|
154
154
|
'fabric.editor.imageBorderOptions': 'ตัวเลือกขอบ',
|
|
@@ -164,7 +164,7 @@ var _default = {
|
|
|
164
164
|
'fabric.editor.inputQueryAssistiveTxt': 'เมื่อผลการป้อนอัตโนมัติพร้อมใช้งานแล้ว ให้ใช้ลูกศรขึ้นและลงเพื่อตรวจสอบและกด Enter เพื่อเลือก ผู้ใช้อุปกรณ์สัมผัส สำรวจโดยการแตะหรือการปัดนิ้ว',
|
|
165
165
|
'fabric.editor.invalidDateError': 'ป้อนวันที่ที่ถูกต้อง',
|
|
166
166
|
'fabric.editor.invalidLink': 'โปรดป้อนลิงก์ที่ถูกต้อง',
|
|
167
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {
|
|
167
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} trusted {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} other {เพิ่มเพื่อนร่วมทีมไปยัง {productName}}}',
|
|
168
168
|
'fabric.editor.italic': 'ตัวเอียง',
|
|
169
169
|
'fabric.editor.keyboardShortcuts': 'ปุ่มลัด',
|
|
170
170
|
'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -146,7 +146,7 @@ var _default = {
|
|
|
146
146
|
'fabric.editor.helpDialogTips': 'Натисніть {keyMap}, щоб відкрити це вікно будь-коли',
|
|
147
147
|
'fabric.editor.hyperlink.linkAriaLabel': 'Мітка посилання',
|
|
148
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Коли ви будете набирати у полі текст, нижче з’явиться список варіантів',
|
|
149
|
-
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {
|
|
149
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {нічого не знайдено} one {{count,number} результат} few {{count,number} результати} many {{count,number} результатів} other {{count,number} результатів}}',
|
|
150
150
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставте або знайдіть посилання',
|
|
151
151
|
'fabric.editor.imageBorderBold': 'Жирна',
|
|
152
152
|
'fabric.editor.imageBorderColor': 'Колір',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -146,7 +146,7 @@ var _default = {
|
|
|
146
146
|
'fabric.editor.helpDialogTips': 'Nhấn {keyMap} để mở nhanh hộp thoại này bất kỳ lúc nào',
|
|
147
147
|
'fabric.editor.hyperlink.linkAriaLabel': 'Nhãn liên kết',
|
|
148
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Các đề xuất sẽ xuất hiện bên dưới khi bạn nhập thông tin vào trường',
|
|
149
|
-
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {không tìm thấy kết quả
|
|
149
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {không tìm thấy kết quả} other {Đã tìm thấy {count,number} kết quả}}',
|
|
150
150
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
|
|
151
151
|
'fabric.editor.imageBorderBold': 'In đậm',
|
|
152
152
|
'fabric.editor.imageBorderColor': 'Màu sắc',
|
|
@@ -164,7 +164,7 @@ var _default = {
|
|
|
164
164
|
'fabric.editor.inputQueryAssistiveTxt': 'Khi có sẵn kết quả tự hoàn tất, hãy dùng các mũi tên lên và xuống để xem lại và enter để chọn. Người dùng thiết bị cảm ứng, khám phá bằng thao tác chạm hoặc bằng các cử chỉ vuốt.',
|
|
165
165
|
'fabric.editor.invalidDateError': 'Nhập ngày hợp lệ',
|
|
166
166
|
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
167
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời
|
|
167
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời thành viên cùng nhóm vào {productName}} trusted {Mời thành viên cùng nhóm vào {productName}} other {Thêm thành viên cùng nhóm vào {productName}}}',
|
|
168
168
|
'fabric.editor.italic': 'In nghiêng',
|
|
169
169
|
'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
|
|
170
170
|
'fabric.editor.leftSidebar': 'Thanh bên trái',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -148,7 +148,7 @@ var _default = {
|
|
|
148
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '在字段中输入内容时,下方会显示建议内容',
|
|
149
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {未找到结果} other {找到 {count,number} 个结果}}',
|
|
150
150
|
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
151
|
-
'fabric.editor.imageBorderBold': '
|
|
151
|
+
'fabric.editor.imageBorderBold': '加粗',
|
|
152
152
|
'fabric.editor.imageBorderColor': '颜色',
|
|
153
153
|
'fabric.editor.imageBorderMedium': '中等',
|
|
154
154
|
'fabric.editor.imageBorderOptions': '边框选项',
|
|
@@ -16,7 +16,6 @@ var _analyticsNext = require("@atlaskit/analytics-next");
|
|
|
16
16
|
var _ui = require("@atlaskit/editor-common/ui");
|
|
17
17
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
18
18
|
var _ContentStyles = _interopRequireDefault(require("../../ui/ContentStyles"));
|
|
19
|
-
var _WidthEmitter = _interopRequireDefault(require("../../ui/WidthEmitter"));
|
|
20
19
|
var _Addon = require("../../ui/Addon");
|
|
21
20
|
var _styles = require("../../ui/styles");
|
|
22
21
|
var _commonStyles = require("@atlaskit/editor-plugin-table/ui/common-styles");
|
|
@@ -25,7 +24,6 @@ var _Editor = require("./Editor");
|
|
|
25
24
|
var _Toolbar = require("./Toolbar");
|
|
26
25
|
var _ContentComponents = require("./ContentComponents");
|
|
27
26
|
var _useAnalytics = require("./internal/hooks/use-analytics");
|
|
28
|
-
var _context = require("../../ui/ContextPanel/context");
|
|
29
27
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8;
|
|
30
28
|
/** @jsx jsx */
|
|
31
29
|
var fullPageEditorWrapper = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n min-width: 340px;\n height: 100%;\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n"])));
|
|
@@ -85,7 +83,7 @@ function FullPage(props) {
|
|
|
85
83
|
scrollContainerRef = _useKeyline2[1];
|
|
86
84
|
var config = (0, _Editor.useEditorSharedConfig)();
|
|
87
85
|
var wrapperElementRef = /*#__PURE__*/_react.default.createRef();
|
|
88
|
-
return (0, _react2.jsx)(
|
|
86
|
+
return (0, _react2.jsx)(_ui.ContextPanelWidthProvider, null, (0, _react2.jsx)(_Editor.Editor, (0, _extends2.default)({}, props, {
|
|
89
87
|
onAnalyticsEvent: handleAnalyticsEvent
|
|
90
88
|
}), (0, _react2.jsx)(_ui.BaseTheme, null, (0, _react2.jsx)("div", {
|
|
91
89
|
css: fullPageEditorWrapper,
|
|
@@ -122,9 +120,7 @@ function FullPage(props) {
|
|
|
122
120
|
containerElement: scrollContainerRef.current
|
|
123
121
|
}))))), contextPanel && (0, _react2.jsx)("div", {
|
|
124
122
|
css: sidebarArea
|
|
125
|
-
}, contextPanel)
|
|
126
|
-
editorView: config === null || config === void 0 ? void 0 : config.editorView
|
|
127
|
-
}))))));
|
|
123
|
+
}, contextPanel))))));
|
|
128
124
|
}
|
|
129
125
|
FullPage.displayName = 'FullPageEditor';
|
|
130
126
|
var FullPageWithAnalytics = (0, _analyticsNext.withAnalyticsEvents)()(FullPage);
|
|
@@ -29,8 +29,10 @@ var createStubInternalApis = function createStubInternalApis() {
|
|
|
29
29
|
// That means, there is no createAnalyticsEvent available at all.
|
|
30
30
|
// This should not happen, but if it does, we will send a mock function to avoid
|
|
31
31
|
// regression on SmartLinks (they are the only one using this function directly)
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
if (process.env.NODE_ENV === 'development') {
|
|
33
|
+
// eslint-disable-next-line no-console
|
|
34
|
+
console.error('This should never be called, if it does we have a problem');
|
|
35
|
+
}
|
|
34
36
|
return {
|
|
35
37
|
fire: function fire() {}
|
|
36
38
|
};
|
|
@@ -11,7 +11,7 @@ var _blockType = _interopRequireDefault(require("../../../plugins/block-type"));
|
|
|
11
11
|
var _clearMarksOnChangeToEmptyDocument = _interopRequireDefault(require("../../../plugins/clear-marks-on-change-to-empty-document"));
|
|
12
12
|
var _hyperlink = _interopRequireDefault(require("../../../plugins/hyperlink"));
|
|
13
13
|
var _textFormatting = _interopRequireDefault(require("../../../plugins/text-formatting"));
|
|
14
|
-
var
|
|
14
|
+
var _editorPluginWidth = require("@atlaskit/editor-plugin-width");
|
|
15
15
|
var _unsupportedContent = _interopRequireDefault(require("../../../plugins/unsupported-content"));
|
|
16
16
|
var _base = _interopRequireDefault(require("../../../plugins/base"));
|
|
17
17
|
var _editorDisabled = _interopRequireDefault(require("../../../plugins/editor-disabled"));
|
|
@@ -71,7 +71,7 @@ function createDefaultPreset(options) {
|
|
|
71
71
|
return builder.add([p, options.annotationProviders]);
|
|
72
72
|
}
|
|
73
73
|
return builder;
|
|
74
|
-
}).add([_hyperlink.default, options.hyperlinkOptions]).add([_textFormatting.default, options.textFormatting]).add(
|
|
74
|
+
}).add([_hyperlink.default, options.hyperlinkOptions]).add([_textFormatting.default, options.textFormatting]).add(_editorPluginWidth.widthPlugin).add([_quickInsert.default, options.quickInsert]).add([_typeAhead.default, options.typeAhead || {
|
|
75
75
|
createAnalyticsEvent: options.createAnalyticsEvent
|
|
76
76
|
}]).add(_unsupportedContent.default).add(_editorDisabled.default).add([_submitEditor.default, options.submitEditor]).add(_fakeTextCursor.default).add(_floatingToolbar.default).add([_selection.default, options.selection]).add([_codeBlock.default, options.codeBlock || {
|
|
77
77
|
appearance: 'full-page'
|
|
@@ -8,6 +8,7 @@ exports.default = createUniversalPreset;
|
|
|
8
8
|
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
9
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
10
10
|
var _plugins = require("../../../plugins");
|
|
11
|
+
var _editorPluginGrid = require("@atlaskit/editor-plugin-grid");
|
|
11
12
|
var _card = _interopRequireDefault(require("../../../plugins/card"));
|
|
12
13
|
var _editorPluginTable = require("@atlaskit/editor-plugin-table");
|
|
13
14
|
var _editorPluginContentInsertion = require("@atlaskit/editor-plugin-content-insertion");
|
|
@@ -85,7 +86,7 @@ function createUniversalPreset(appearance, props, featureFlags, prevAppearance,
|
|
|
85
86
|
}]);
|
|
86
87
|
}
|
|
87
88
|
return builder;
|
|
88
|
-
}).maybeAdd(
|
|
89
|
+
}).maybeAdd(_editorPluginGrid.gridPlugin, function (plugin, builder) {
|
|
89
90
|
if (props.media) {
|
|
90
91
|
return builder.add([plugin, {
|
|
91
92
|
shouldCalcBreakoutGridLines: isFullPage
|