@atlaskit/editor-core 191.5.1 → 191.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/afm-cc/tsconfig.json +1 -211
- package/dist/cjs/composable-editor/editor.js +2 -2
- package/dist/cjs/create-editor/create-preset.js +2 -0
- package/dist/cjs/i18n/cs.js +1 -38
- package/dist/cjs/i18n/da.js +1 -37
- package/dist/cjs/i18n/de.js +1 -37
- package/dist/cjs/i18n/en.js +1 -39
- package/dist/cjs/i18n/en_GB.js +1 -39
- package/dist/cjs/i18n/en_ZZ.js +1 -39
- package/dist/cjs/i18n/es.js +1 -37
- package/dist/cjs/i18n/fi.js +1 -37
- package/dist/cjs/i18n/fr.js +1 -37
- package/dist/cjs/i18n/hu.js +1 -37
- package/dist/cjs/i18n/it.js +1 -37
- package/dist/cjs/i18n/ja.js +1 -37
- package/dist/cjs/i18n/ko.js +1 -37
- package/dist/cjs/i18n/nb.js +1 -37
- package/dist/cjs/i18n/nl.js +1 -37
- package/dist/cjs/i18n/pl.js +1 -37
- package/dist/cjs/i18n/pt_BR.js +1 -37
- package/dist/cjs/i18n/ru.js +1 -37
- package/dist/cjs/i18n/sv.js +1 -37
- package/dist/cjs/i18n/th.js +1 -37
- package/dist/cjs/i18n/tr.js +1 -37
- package/dist/cjs/i18n/uk.js +1 -37
- package/dist/cjs/i18n/vi.js +1 -37
- package/dist/cjs/i18n/zh.js +1 -37
- package/dist/cjs/i18n/zh_TW.js +1 -37
- package/dist/cjs/labs-next.js +1 -1
- package/dist/cjs/presets/default.js +32 -32
- package/dist/cjs/presets/universal.js +70 -70
- package/dist/cjs/test-utils.js +2 -2
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/cjs/ui/ContentStyles/expand.js +1 -1
- package/dist/cjs/ui/ContentStyles/index.js +5 -5
- package/dist/cjs/ui/ContentStyles/layout.js +2 -2
- package/dist/cjs/ui/WithHelpTrigger/index.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor.js +1 -1
- package/dist/es2019/create-editor/create-preset.js +2 -0
- package/dist/es2019/i18n/cs.js +1 -38
- package/dist/es2019/i18n/da.js +1 -37
- package/dist/es2019/i18n/de.js +1 -37
- package/dist/es2019/i18n/en.js +1 -39
- package/dist/es2019/i18n/en_GB.js +1 -39
- package/dist/es2019/i18n/en_ZZ.js +1 -39
- package/dist/es2019/i18n/es.js +1 -37
- package/dist/es2019/i18n/fi.js +1 -37
- package/dist/es2019/i18n/fr.js +1 -37
- package/dist/es2019/i18n/hu.js +1 -37
- package/dist/es2019/i18n/it.js +1 -37
- package/dist/es2019/i18n/ja.js +1 -37
- package/dist/es2019/i18n/ko.js +1 -37
- package/dist/es2019/i18n/nb.js +1 -37
- package/dist/es2019/i18n/nl.js +1 -37
- package/dist/es2019/i18n/pl.js +1 -37
- package/dist/es2019/i18n/pt_BR.js +1 -37
- package/dist/es2019/i18n/ru.js +1 -37
- package/dist/es2019/i18n/sv.js +1 -37
- package/dist/es2019/i18n/th.js +1 -37
- package/dist/es2019/i18n/tr.js +1 -37
- package/dist/es2019/i18n/uk.js +1 -37
- package/dist/es2019/i18n/vi.js +1 -37
- package/dist/es2019/i18n/zh.js +1 -37
- package/dist/es2019/i18n/zh_TW.js +1 -37
- package/dist/es2019/index.js +2 -2
- package/dist/es2019/labs-next.js +1 -1
- package/dist/es2019/presets/default.js +28 -28
- package/dist/es2019/presets/universal.js +45 -45
- package/dist/es2019/test-utils.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/es2019/ui/ContentStyles/expand.js +2 -2
- package/dist/es2019/ui/ContentStyles/index.js +5 -5
- package/dist/es2019/ui/ContentStyles/layout.js +2 -2
- package/dist/es2019/ui/WithHelpTrigger/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor.js +1 -1
- package/dist/esm/create-editor/create-preset.js +2 -0
- package/dist/esm/i18n/cs.js +1 -38
- package/dist/esm/i18n/da.js +1 -37
- package/dist/esm/i18n/de.js +1 -37
- package/dist/esm/i18n/en.js +1 -39
- package/dist/esm/i18n/en_GB.js +1 -39
- package/dist/esm/i18n/en_ZZ.js +1 -39
- package/dist/esm/i18n/es.js +1 -37
- package/dist/esm/i18n/fi.js +1 -37
- package/dist/esm/i18n/fr.js +1 -37
- package/dist/esm/i18n/hu.js +1 -37
- package/dist/esm/i18n/it.js +1 -37
- package/dist/esm/i18n/ja.js +1 -37
- package/dist/esm/i18n/ko.js +1 -37
- package/dist/esm/i18n/nb.js +1 -37
- package/dist/esm/i18n/nl.js +1 -37
- package/dist/esm/i18n/pl.js +1 -37
- package/dist/esm/i18n/pt_BR.js +1 -37
- package/dist/esm/i18n/ru.js +1 -37
- package/dist/esm/i18n/sv.js +1 -37
- package/dist/esm/i18n/th.js +1 -37
- package/dist/esm/i18n/tr.js +1 -37
- package/dist/esm/i18n/uk.js +1 -37
- package/dist/esm/i18n/vi.js +1 -37
- package/dist/esm/i18n/zh.js +1 -37
- package/dist/esm/i18n/zh_TW.js +1 -37
- package/dist/esm/index.js +2 -2
- package/dist/esm/labs-next.js +1 -1
- package/dist/esm/presets/default.js +28 -28
- package/dist/esm/presets/universal.js +45 -45
- package/dist/esm/test-utils.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/esm/ui/ContentStyles/expand.js +2 -2
- package/dist/esm/ui/ContentStyles/index.js +5 -5
- package/dist/esm/ui/ContentStyles/layout.js +2 -2
- package/dist/esm/ui/WithHelpTrigger/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types/create-editor/create-preset.d.ts +3054 -2
- package/dist/types/i18n/cs.d.ts +0 -37
- package/dist/types/i18n/da.d.ts +0 -36
- package/dist/types/i18n/de.d.ts +0 -36
- package/dist/types/i18n/en.d.ts +0 -38
- package/dist/types/i18n/en_GB.d.ts +0 -38
- package/dist/types/i18n/en_ZZ.d.ts +0 -38
- package/dist/types/i18n/es.d.ts +0 -36
- package/dist/types/i18n/fi.d.ts +0 -36
- package/dist/types/i18n/fr.d.ts +0 -36
- package/dist/types/i18n/hu.d.ts +0 -36
- package/dist/types/i18n/it.d.ts +0 -36
- package/dist/types/i18n/ja.d.ts +0 -36
- package/dist/types/i18n/ko.d.ts +0 -36
- package/dist/types/i18n/nb.d.ts +0 -36
- package/dist/types/i18n/nl.d.ts +0 -36
- package/dist/types/i18n/pl.d.ts +0 -36
- package/dist/types/i18n/pt_BR.d.ts +0 -36
- package/dist/types/i18n/ru.d.ts +0 -36
- package/dist/types/i18n/sv.d.ts +0 -36
- package/dist/types/i18n/th.d.ts +0 -36
- package/dist/types/i18n/tr.d.ts +0 -36
- package/dist/types/i18n/uk.d.ts +0 -36
- package/dist/types/i18n/vi.d.ts +0 -36
- package/dist/types/i18n/zh.d.ts +0 -36
- package/dist/types/i18n/zh_TW.d.ts +0 -36
- package/dist/types/index.d.ts +4 -4
- package/dist/types/labs-next.d.ts +1 -1
- package/dist/types/presets/default.d.ts +770 -730
- package/dist/types/presets/universal.d.ts +3055 -4
- package/dist/types/presets/useUniversalPreset.d.ts +3054 -2
- package/dist/types/types/editor-props.d.ts +12 -12
- package/dist/types/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types/utils/action.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +3829 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -37
- package/dist/types-ts4.5/i18n/da.d.ts +0 -36
- package/dist/types-ts4.5/i18n/de.d.ts +0 -36
- package/dist/types-ts4.5/i18n/en.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -38
- package/dist/types-ts4.5/i18n/es.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -36
- package/dist/types-ts4.5/i18n/it.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -36
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -36
- package/dist/types-ts4.5/i18n/th.d.ts +0 -36
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -36
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -36
- package/dist/types-ts4.5/index.d.ts +4 -4
- package/dist/types-ts4.5/labs-next.d.ts +1 -1
- package/dist/types-ts4.5/presets/default.d.ts +774 -730
- package/dist/types-ts4.5/presets/universal.d.ts +3830 -4
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +3829 -2
- package/dist/types-ts4.5/types/editor-props.d.ts +12 -12
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/action.d.ts +2 -2
- package/docs/0-intro.tsx +5 -5
- package/package.json +21 -154
- package/tsconfig.json +193 -166
- package/dist/cjs/presets/types.js +0 -5
- package/dist/es2019/presets/types.js +0 -1
- package/dist/esm/presets/types.js +0 -1
- package/dist/types/presets/types.d.ts +0 -6
- package/dist/types-ts4.5/presets/types.d.ts +0 -6
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Chinese (Simplified)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': '输入内容......',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': '关闭',
|
|
12
|
-
'fabric.editor.configFailedToLoad': '无法加载',
|
|
13
|
-
'fabric.editor.configPanel.cancel': '取消',
|
|
14
|
-
'fabric.editor.configPanel.close': '关闭',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': '创建',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': '从',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': '至',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': '收起',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': '展开',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': '自定义',
|
|
21
|
-
'fabric.editor.configPanel.documentation': '文档',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': '出错了。',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '无法组合 isMultiple 与样式:radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': '添加字段',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': '删除字段',
|
|
26
|
-
'fabric.editor.configPanel.help': '需要帮助?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': '无效字段',
|
|
28
|
-
'fabric.editor.configPanel.required': '必填字段',
|
|
29
|
-
'fabric.editor.configPanel.submit': '提交',
|
|
30
|
-
'fabric.editor.edit': '编辑',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': '主内容区域,开始键入以输入文本。',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '删除',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': '删除元素',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': '始终自动保存所有更改',
|
|
37
|
-
'fabric.editor.find': '查找',
|
|
38
|
-
'fabric.editor.findNext': '查找下一个',
|
|
39
|
-
'fabric.editor.findPrevious': '查找上一个',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': '查找和替换',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同时删除已连接的元素',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '打开帮助对话框',
|
|
43
|
-
'fabric.editor.matchCase': '匹配大小写',
|
|
44
|
-
'fabric.editor.noResultsFound': '无结果',
|
|
45
|
-
'fabric.editor.replace': '替换',
|
|
46
|
-
'fabric.editor.replaceAll': '全部替换',
|
|
47
|
-
'fabric.editor.replaceWith': '替换为',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': '打开帮助对话框'
|
|
49
13
|
};
|
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Chinese (Traditional)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': '輸入一些內容...',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': '關閉',
|
|
12
|
-
'fabric.editor.configFailedToLoad': '無法載入',
|
|
13
|
-
'fabric.editor.configPanel.cancel': '取消',
|
|
14
|
-
'fabric.editor.configPanel.close': '關閉',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': '建立',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': '從',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': '至',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': '摺疊',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': '展開',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': '自訂',
|
|
21
|
-
'fabric.editor.configPanel.documentation': '說明文件',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': '發生錯誤。',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '無法結合 isMultiple 與 radio 風格',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': '新增欄位',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': '移除欄位',
|
|
26
|
-
'fabric.editor.configPanel.help': '需要協助嗎?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': '無效欄位',
|
|
28
|
-
'fabric.editor.configPanel.required': '必要欄位',
|
|
29
|
-
'fabric.editor.configPanel.submit': '提交',
|
|
30
|
-
'fabric.editor.edit': '編輯',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': '主要內容區域,打字即可輸入文字。',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '刪除',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': '刪除元素',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': '系統會隨時自動儲存所有變更',
|
|
37
|
-
'fabric.editor.find': '尋找',
|
|
38
|
-
'fabric.editor.findNext': '尋找下一個',
|
|
39
|
-
'fabric.editor.findPrevious': '尋找上一個',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': '尋找與取代',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同時刪除已連結的元素',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
|
|
43
|
-
'fabric.editor.matchCase': '大小寫須相符',
|
|
44
|
-
'fabric.editor.noResultsFound': '沒有結果',
|
|
45
|
-
'fabric.editor.replace': '取代',
|
|
46
|
-
'fabric.editor.replaceAll': '全部取代',
|
|
47
|
-
'fabric.editor.replaceWith': '取代為',
|
|
48
|
-
'fabric.editor.resultsCount': '第 {selectedMatchPosition} 個,共 {totalResultsCount} 個'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊'
|
|
49
13
|
};
|
package/dist/es2019/index.js
CHANGED
|
@@ -23,7 +23,7 @@ export { AnnotationUpdateEmitter } from '@atlaskit/editor-common/annotation';
|
|
|
23
23
|
* @deprecated
|
|
24
24
|
* DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
|
|
25
25
|
* This is here while we work to extract the annotation plugin.
|
|
26
|
-
* Please use the export from `@atlaskit/editor-
|
|
26
|
+
* Please use the export from `@atlaskit/editor-plugins/annotation`.
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
// Used in mobile bridge
|
|
@@ -47,5 +47,5 @@ export { PortalProvider, PortalProviderAPI, PortalRenderer } from '@atlaskit/edi
|
|
|
47
47
|
* @deprecated
|
|
48
48
|
* DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
|
|
49
49
|
* This is here while we work to extract the media plugin.
|
|
50
|
-
* Please use the export from `@atlaskit/editor-
|
|
50
|
+
* Please use the export from `@atlaskit/editor-plugins/media/types`.
|
|
51
51
|
*/
|
package/dist/es2019/labs-next.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createDefaultPreset } from '
|
|
1
|
+
export { createDefaultPreset } from '../src/presets/default';
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
// #region Imports
|
|
2
2
|
|
|
3
3
|
import { EditorPresetBuilder } from '@atlaskit/editor-common/preset';
|
|
4
|
-
import { analyticsPlugin } from '@atlaskit/editor-
|
|
5
|
-
import { annotationPlugin } from '@atlaskit/editor-
|
|
6
|
-
import { basePlugin } from '@atlaskit/editor-
|
|
7
|
-
import { betterTypeHistoryPlugin } from '@atlaskit/editor-
|
|
8
|
-
import { blockTypePlugin } from '@atlaskit/editor-
|
|
9
|
-
import { clearMarksOnEmptyDocPlugin } from '@atlaskit/editor-
|
|
10
|
-
import { clipboardPlugin } from '@atlaskit/editor-
|
|
11
|
-
import { codeBlockPlugin } from '@atlaskit/editor-
|
|
12
|
-
import { compositionPlugin } from '@atlaskit/editor-
|
|
13
|
-
import { copyButtonPlugin } from '@atlaskit/editor-
|
|
14
|
-
import { decorationsPlugin } from '@atlaskit/editor-
|
|
15
|
-
import { editorDisabledPlugin } from '@atlaskit/editor-
|
|
16
|
-
import { featureFlagsPlugin } from '@atlaskit/editor-
|
|
17
|
-
import { floatingToolbarPlugin } from '@atlaskit/editor-
|
|
18
|
-
import { focusPlugin } from '@atlaskit/editor-
|
|
19
|
-
import { historyPlugin } from '@atlaskit/editor-
|
|
20
|
-
import { hyperlinkPlugin } from '@atlaskit/editor-
|
|
21
|
-
import { pastePlugin } from '@atlaskit/editor-
|
|
22
|
-
import { placeholderPlugin } from '@atlaskit/editor-
|
|
23
|
-
import { quickInsertPlugin } from '@atlaskit/editor-
|
|
24
|
-
import { selectionPlugin } from '@atlaskit/editor-
|
|
25
|
-
import { selectionToolbarPlugin } from '@atlaskit/editor-
|
|
26
|
-
import { submitEditorPlugin } from '@atlaskit/editor-
|
|
27
|
-
import { textFormattingPlugin } from '@atlaskit/editor-
|
|
28
|
-
import { typeAheadPlugin } from '@atlaskit/editor-
|
|
29
|
-
import { undoRedoPlugin } from '@atlaskit/editor-
|
|
30
|
-
import { unsupportedContentPlugin } from '@atlaskit/editor-
|
|
31
|
-
import { widthPlugin } from '@atlaskit/editor-
|
|
4
|
+
import { analyticsPlugin } from '@atlaskit/editor-plugins/analytics';
|
|
5
|
+
import { annotationPlugin } from '@atlaskit/editor-plugins/annotation';
|
|
6
|
+
import { basePlugin } from '@atlaskit/editor-plugins/base';
|
|
7
|
+
import { betterTypeHistoryPlugin } from '@atlaskit/editor-plugins/better-type-history';
|
|
8
|
+
import { blockTypePlugin } from '@atlaskit/editor-plugins/block-type';
|
|
9
|
+
import { clearMarksOnEmptyDocPlugin } from '@atlaskit/editor-plugins/clear-marks-on-empty-doc';
|
|
10
|
+
import { clipboardPlugin } from '@atlaskit/editor-plugins/clipboard';
|
|
11
|
+
import { codeBlockPlugin } from '@atlaskit/editor-plugins/code-block';
|
|
12
|
+
import { compositionPlugin } from '@atlaskit/editor-plugins/composition';
|
|
13
|
+
import { copyButtonPlugin } from '@atlaskit/editor-plugins/copy-button';
|
|
14
|
+
import { decorationsPlugin } from '@atlaskit/editor-plugins/decorations';
|
|
15
|
+
import { editorDisabledPlugin } from '@atlaskit/editor-plugins/editor-disabled';
|
|
16
|
+
import { featureFlagsPlugin } from '@atlaskit/editor-plugins/feature-flags';
|
|
17
|
+
import { floatingToolbarPlugin } from '@atlaskit/editor-plugins/floating-toolbar';
|
|
18
|
+
import { focusPlugin } from '@atlaskit/editor-plugins/focus';
|
|
19
|
+
import { historyPlugin } from '@atlaskit/editor-plugins/history';
|
|
20
|
+
import { hyperlinkPlugin } from '@atlaskit/editor-plugins/hyperlink';
|
|
21
|
+
import { pastePlugin } from '@atlaskit/editor-plugins/paste';
|
|
22
|
+
import { placeholderPlugin } from '@atlaskit/editor-plugins/placeholder';
|
|
23
|
+
import { quickInsertPlugin } from '@atlaskit/editor-plugins/quick-insert';
|
|
24
|
+
import { selectionPlugin } from '@atlaskit/editor-plugins/selection';
|
|
25
|
+
import { selectionToolbarPlugin } from '@atlaskit/editor-plugins/selection-toolbar';
|
|
26
|
+
import { submitEditorPlugin } from '@atlaskit/editor-plugins/submit-editor';
|
|
27
|
+
import { textFormattingPlugin } from '@atlaskit/editor-plugins/text-formatting';
|
|
28
|
+
import { typeAheadPlugin } from '@atlaskit/editor-plugins/type-ahead';
|
|
29
|
+
import { undoRedoPlugin } from '@atlaskit/editor-plugins/undo-redo';
|
|
30
|
+
import { unsupportedContentPlugin } from '@atlaskit/editor-plugins/unsupported-content';
|
|
31
|
+
import { widthPlugin } from '@atlaskit/editor-plugins/width';
|
|
32
32
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
33
33
|
|
|
34
34
|
// #endregion
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
import { shouldForceTracking } from '@atlaskit/editor-common/utils';
|
|
2
|
-
import { alignmentPlugin } from '@atlaskit/editor-
|
|
3
|
-
import { annotationPlugin } from '@atlaskit/editor-
|
|
4
|
-
import { avatarGroupPlugin } from '@atlaskit/editor-
|
|
5
|
-
import { beforePrimaryToolbarPlugin } from '@atlaskit/editor-
|
|
6
|
-
import { borderPlugin } from '@atlaskit/editor-
|
|
7
|
-
import { breakoutPlugin } from '@atlaskit/editor-
|
|
8
|
-
import { captionPlugin } from '@atlaskit/editor-
|
|
9
|
-
import { cardPlugin } from '@atlaskit/editor-
|
|
10
|
-
import { codeBidiWarningPlugin } from '@atlaskit/editor-
|
|
11
|
-
import { collabEditPlugin } from '@atlaskit/editor-
|
|
12
|
-
import { contentInsertionPlugin } from '@atlaskit/editor-
|
|
13
|
-
import { contextPanelPlugin } from '@atlaskit/editor-
|
|
14
|
-
import { customAutoformatPlugin } from '@atlaskit/editor-
|
|
15
|
-
import { dataConsumerPlugin } from '@atlaskit/editor-
|
|
16
|
-
import { datePlugin } from '@atlaskit/editor-
|
|
17
|
-
import { emojiPlugin } from '@atlaskit/editor-
|
|
18
|
-
import { expandPlugin } from '@atlaskit/editor-
|
|
19
|
-
import { extensionPlugin } from '@atlaskit/editor-
|
|
20
|
-
import { feedbackDialogPlugin } from '@atlaskit/editor-
|
|
21
|
-
import { findReplacePlugin } from '@atlaskit/editor-
|
|
22
|
-
import { fragmentPlugin } from '@atlaskit/editor-
|
|
23
|
-
import { gridPlugin } from '@atlaskit/editor-
|
|
24
|
-
import { guidelinePlugin } from '@atlaskit/editor-
|
|
25
|
-
import { helpDialogPlugin } from '@atlaskit/editor-
|
|
26
|
-
import { imageUploadPlugin } from '@atlaskit/editor-
|
|
27
|
-
import { indentationPlugin } from '@atlaskit/editor-
|
|
28
|
-
import { insertBlockPlugin } from '@atlaskit/editor-
|
|
29
|
-
import { layoutPlugin } from '@atlaskit/editor-
|
|
30
|
-
import { listPlugin } from '@atlaskit/editor-
|
|
31
|
-
import { loomPlugin } from '@atlaskit/editor-
|
|
32
|
-
import { maxContentSizePlugin } from '@atlaskit/editor-
|
|
33
|
-
import { mediaPlugin } from '@atlaskit/editor-
|
|
34
|
-
import { mentionsPlugin } from '@atlaskit/editor-
|
|
35
|
-
import { panelPlugin } from '@atlaskit/editor-
|
|
36
|
-
import { pasteOptionsToolbarPlugin } from '@atlaskit/editor-
|
|
37
|
-
import { placeholderTextPlugin } from '@atlaskit/editor-
|
|
38
|
-
import { rulePlugin } from '@atlaskit/editor-
|
|
39
|
-
import { saveOnEnterPlugin } from '@atlaskit/editor-
|
|
40
|
-
import { scrollIntoViewPlugin } from '@atlaskit/editor-
|
|
41
|
-
import { statusPlugin } from '@atlaskit/editor-
|
|
42
|
-
import { tablesPlugin } from '@atlaskit/editor-
|
|
43
|
-
import { tasksAndDecisionsPlugin } from '@atlaskit/editor-
|
|
44
|
-
import { textColorPlugin } from '@atlaskit/editor-
|
|
45
|
-
import { toolbarListsIndentationPlugin } from '@atlaskit/editor-
|
|
2
|
+
import { alignmentPlugin } from '@atlaskit/editor-plugins/alignment';
|
|
3
|
+
import { annotationPlugin } from '@atlaskit/editor-plugins/annotation';
|
|
4
|
+
import { avatarGroupPlugin } from '@atlaskit/editor-plugins/avatar-group';
|
|
5
|
+
import { beforePrimaryToolbarPlugin } from '@atlaskit/editor-plugins/before-primary-toolbar';
|
|
6
|
+
import { borderPlugin } from '@atlaskit/editor-plugins/border';
|
|
7
|
+
import { breakoutPlugin } from '@atlaskit/editor-plugins/breakout';
|
|
8
|
+
import { captionPlugin } from '@atlaskit/editor-plugins/caption';
|
|
9
|
+
import { cardPlugin } from '@atlaskit/editor-plugins/card';
|
|
10
|
+
import { codeBidiWarningPlugin } from '@atlaskit/editor-plugins/code-bidi-warning';
|
|
11
|
+
import { collabEditPlugin } from '@atlaskit/editor-plugins/collab-edit';
|
|
12
|
+
import { contentInsertionPlugin } from '@atlaskit/editor-plugins/content-insertion';
|
|
13
|
+
import { contextPanelPlugin } from '@atlaskit/editor-plugins/context-panel';
|
|
14
|
+
import { customAutoformatPlugin } from '@atlaskit/editor-plugins/custom-autoformat';
|
|
15
|
+
import { dataConsumerPlugin } from '@atlaskit/editor-plugins/data-consumer';
|
|
16
|
+
import { datePlugin } from '@atlaskit/editor-plugins/date';
|
|
17
|
+
import { emojiPlugin } from '@atlaskit/editor-plugins/emoji';
|
|
18
|
+
import { expandPlugin } from '@atlaskit/editor-plugins/expand';
|
|
19
|
+
import { extensionPlugin } from '@atlaskit/editor-plugins/extension';
|
|
20
|
+
import { feedbackDialogPlugin } from '@atlaskit/editor-plugins/feedback-dialog';
|
|
21
|
+
import { findReplacePlugin } from '@atlaskit/editor-plugins/find-replace';
|
|
22
|
+
import { fragmentPlugin } from '@atlaskit/editor-plugins/fragment';
|
|
23
|
+
import { gridPlugin } from '@atlaskit/editor-plugins/grid';
|
|
24
|
+
import { guidelinePlugin } from '@atlaskit/editor-plugins/guideline';
|
|
25
|
+
import { helpDialogPlugin } from '@atlaskit/editor-plugins/help-dialog';
|
|
26
|
+
import { imageUploadPlugin } from '@atlaskit/editor-plugins/image-upload';
|
|
27
|
+
import { indentationPlugin } from '@atlaskit/editor-plugins/indentation';
|
|
28
|
+
import { insertBlockPlugin } from '@atlaskit/editor-plugins/insert-block';
|
|
29
|
+
import { layoutPlugin } from '@atlaskit/editor-plugins/layout';
|
|
30
|
+
import { listPlugin } from '@atlaskit/editor-plugins/list';
|
|
31
|
+
import { loomPlugin } from '@atlaskit/editor-plugins/loom';
|
|
32
|
+
import { maxContentSizePlugin } from '@atlaskit/editor-plugins/max-content-size';
|
|
33
|
+
import { mediaPlugin } from '@atlaskit/editor-plugins/media';
|
|
34
|
+
import { mentionsPlugin } from '@atlaskit/editor-plugins/mentions';
|
|
35
|
+
import { panelPlugin } from '@atlaskit/editor-plugins/panel';
|
|
36
|
+
import { pasteOptionsToolbarPlugin } from '@atlaskit/editor-plugins/paste-options-toolbar';
|
|
37
|
+
import { placeholderTextPlugin } from '@atlaskit/editor-plugins/placeholder-text';
|
|
38
|
+
import { rulePlugin } from '@atlaskit/editor-plugins/rule';
|
|
39
|
+
import { saveOnEnterPlugin } from '@atlaskit/editor-plugins/save-on-enter';
|
|
40
|
+
import { scrollIntoViewPlugin } from '@atlaskit/editor-plugins/scroll-into-view';
|
|
41
|
+
import { statusPlugin } from '@atlaskit/editor-plugins/status';
|
|
42
|
+
import { tablesPlugin } from '@atlaskit/editor-plugins/table';
|
|
43
|
+
import { tasksAndDecisionsPlugin } from '@atlaskit/editor-plugins/tasks-and-decisions';
|
|
44
|
+
import { textColorPlugin } from '@atlaskit/editor-plugins/text-color';
|
|
45
|
+
import { toolbarListsIndentationPlugin } from '@atlaskit/editor-plugins/toolbar-lists-indentation';
|
|
46
46
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
47
47
|
import { isFullPage as fullPageCheck } from '../utils/is-full-page';
|
|
48
48
|
import { version as coreVersion } from '../version-wrapper';
|
|
@@ -113,7 +113,7 @@ export default function createUniversalPreset(appearance, props, featureFlags, p
|
|
|
113
113
|
}], Boolean(props.mentionProvider)).maybeAdd(emojiPlugin, Boolean(props.emojiProvider)).maybeAdd([tablesPlugin, {
|
|
114
114
|
tableOptions: !props.allowTables || typeof props.allowTables === 'boolean' ? {} : props.allowTables,
|
|
115
115
|
tableResizingEnabled: getBooleanFF('platform.editor.custom-table-width') && ['full-page', 'full-width'].includes(appearance || ''),
|
|
116
|
-
dragAndDropEnabled:
|
|
116
|
+
dragAndDropEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableDragAndDrop) && isFullPage,
|
|
117
117
|
breakoutEnabled: appearance === 'full-page',
|
|
118
118
|
allowContextualMenu: !isMobile,
|
|
119
119
|
fullWidthEnabled: appearance === 'full-width',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EditorPresetBuilder } from '@atlaskit/editor-common/preset';
|
|
2
|
-
import { basePlugin } from '@atlaskit/editor-
|
|
2
|
+
import { basePlugin } from '@atlaskit/editor-plugins/base';
|
|
3
3
|
import { TextSelection } from '@atlaskit/editor-prosemirror/state';
|
|
4
4
|
import { createSchema } from './create-editor/create-schema';
|
|
5
5
|
import { sortByOrder } from './create-editor/sort-by-order';
|
|
@@ -10,7 +10,7 @@ import { useSharedPluginState } from '@atlaskit/editor-common/hooks';
|
|
|
10
10
|
import { GRID_GUTTER } from '@atlaskit/editor-common/styles';
|
|
11
11
|
import { WidthConsumer } from '@atlaskit/editor-common/ui';
|
|
12
12
|
import { ToolbarArrowKeyNavigationProvider } from '@atlaskit/editor-common/ui-menu';
|
|
13
|
-
import { tableCommentEditorStyles } from '@atlaskit/editor-
|
|
13
|
+
import { tableCommentEditorStyles } from '@atlaskit/editor-plugins/table/ui/common-styles';
|
|
14
14
|
import { akEditorMobileBreakoutPoint } from '@atlaskit/editor-shared-styles';
|
|
15
15
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
16
16
|
import { N40 } from '@atlaskit/theme/colors';
|
|
@@ -8,7 +8,7 @@ const beforePrimaryToolbarPluginWrapperStyles = css({
|
|
|
8
8
|
justifyContent: 'flex-end',
|
|
9
9
|
alignItems: 'center'
|
|
10
10
|
});
|
|
11
|
-
// Duplicate of the wrapper from `editor-
|
|
11
|
+
// Duplicate of the wrapper from `editor-plugins/before-primary-toolbar` used
|
|
12
12
|
// only in `FullPageToolbar` to decouple the plugin from the main toolbar
|
|
13
13
|
export const BeforePrimaryToolbarWrapper = props => jsx("div", {
|
|
14
14
|
css: beforePrimaryToolbarPluginWrapperStyles,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
2
|
import { decisionListSelector, taskListSelector } from '@atlaskit/adf-schema';
|
|
3
|
-
import { tableFullPageEditorStyles } from '@atlaskit/editor-
|
|
4
|
-
import { tableMarginFullWidthMode } from '@atlaskit/editor-
|
|
3
|
+
import { tableFullPageEditorStyles } from '@atlaskit/editor-plugins/table/ui/common-styles';
|
|
4
|
+
import { tableMarginFullWidthMode } from '@atlaskit/editor-plugins/table/ui/consts';
|
|
5
5
|
import { akEditorContextPanelWidth, akEditorFullWidthLayoutWidth, akEditorGutterPadding, akEditorSwoopCubicBezier, akLayoutGutterOffset, ATLASSIAN_NAVIGATION_HEIGHT } from '@atlaskit/editor-shared-styles';
|
|
6
6
|
import { createEditorContentStyle } from '../../ContentStyles';
|
|
7
7
|
import { scrollbarStyles } from '../../styles';
|
|
@@ -3,10 +3,10 @@ import { BreakoutCssClassName } from '@atlaskit/editor-common/styles';
|
|
|
3
3
|
import { expandClassNames } from '@atlaskit/editor-common/styles';
|
|
4
4
|
import { sharedExpandStyles } from '@atlaskit/editor-common/ui';
|
|
5
5
|
import { akEditorSelectedNodeClassName, akLayoutGutterOffset, getSelectionStyles, SelectionStyle } from '@atlaskit/editor-shared-styles';
|
|
6
|
-
import { N40A, N50A,
|
|
6
|
+
import { N100A, N40A, N50A, R300, R50 } from '@atlaskit/theme/colors';
|
|
7
7
|
const EXPAND_SELECTED_BACKGROUND = "var(--ds-background-neutral-subtle, rgba(255, 255, 255, 0.6))";
|
|
8
8
|
const EXPAND_ICON_COLOR = () => css`
|
|
9
|
-
color: ${`var(--ds-icon-subtle, ${
|
|
9
|
+
color: ${`var(--ds-icon-subtle, ${N100A})`};
|
|
10
10
|
`;
|
|
11
11
|
const DANGER_STATE_BACKGROUND_COLOR = `var(--ds-background-danger, ${R50})`;
|
|
12
12
|
const DANGER_STATE_BORDER_COLOR = `var(--ds-border-danger, ${R300})`;
|
|
@@ -9,11 +9,11 @@ import { annotationSharedStyles, blockMarksSharedStyles, codeBlockInListSafariFi
|
|
|
9
9
|
import { MediaSharedClassNames } from '@atlaskit/editor-common/styles';
|
|
10
10
|
import { codeMarkSharedStyles, linkSharedStyle, ruleSharedStyles } from '@atlaskit/editor-common/styles';
|
|
11
11
|
import { browser } from '@atlaskit/editor-common/utils';
|
|
12
|
-
import { blocktypeStyles } from '@atlaskit/editor-
|
|
13
|
-
import { findReplaceStyles } from '@atlaskit/editor-
|
|
14
|
-
import { textHighlightStyle } from '@atlaskit/editor-
|
|
15
|
-
import { placeholderTextStyles } from '@atlaskit/editor-
|
|
16
|
-
import { tableStyles } from '@atlaskit/editor-
|
|
12
|
+
import { blocktypeStyles } from '@atlaskit/editor-plugins/block-type/styles';
|
|
13
|
+
import { findReplaceStyles } from '@atlaskit/editor-plugins/find-replace/styles';
|
|
14
|
+
import { textHighlightStyle } from '@atlaskit/editor-plugins/paste-options-toolbar/styles';
|
|
15
|
+
import { placeholderTextStyles } from '@atlaskit/editor-plugins/placeholder-text/styles';
|
|
16
|
+
import { tableStyles } from '@atlaskit/editor-plugins/table/ui/common-styles';
|
|
17
17
|
import { akEditorDeleteBackgroundWithOpacity, akEditorDeleteBorder, akEditorLineHeight, akEditorSelectedBorderColor, akEditorSelectedBorderSize, akEditorSelectedNodeClassName, blockNodesVerticalMargin, editorFontSize, getSelectionStyles, SelectionStyle } from '@atlaskit/editor-shared-styles';
|
|
18
18
|
import { N200, N30A, N500 } from '@atlaskit/theme/colors';
|
|
19
19
|
import { InlineNodeViewSharedStyles } from '../../nodeviews/getInlineNodeViewProducer.styles';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
2
|
import { columnLayoutSharedStyle, LAYOUT_COLUMN_PADDING, LAYOUT_SECTION_MARGIN } from '@atlaskit/editor-common/styles';
|
|
3
|
-
import { TableCssClassName } from '@atlaskit/editor-
|
|
4
|
-
import { tableMarginFullWidthMode } from '@atlaskit/editor-
|
|
3
|
+
import { TableCssClassName } from '@atlaskit/editor-plugins/table/types';
|
|
4
|
+
import { tableMarginFullWidthMode } from '@atlaskit/editor-plugins/table/ui/consts';
|
|
5
5
|
import { akEditorDeleteBackground, akEditorDeleteBorder, akEditorSelectedBorderSize, akEditorSelectedNodeClassName, akEditorSwoopCubicBezier, akLayoutGutterOffset, getSelectionStyles, gridMediumMaxWidth, SelectionStyle } from '@atlaskit/editor-shared-styles';
|
|
6
6
|
import { N40A, N50A } from '@atlaskit/theme/colors';
|
|
7
7
|
export { LAYOUT_COLUMN_PADDING, LAYOUT_SECTION_MARGIN };
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
5
5
|
import { analyticsEventKey } from '@atlaskit/editor-common/utils';
|
|
6
|
-
import { deprecatedOpenHelpCommand } from '@atlaskit/editor-
|
|
6
|
+
import { deprecatedOpenHelpCommand } from '@atlaskit/editor-plugins/help-dialog';
|
|
7
7
|
import { createDispatch } from '../../event-dispatcher';
|
|
8
8
|
export default class WithHelpTrigger extends React.Component {
|
|
9
9
|
constructor(...args) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "191.
|
|
2
|
+
export const version = "191.6.1";
|
|
@@ -10,7 +10,7 @@ import { ACTION, fireAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
|
10
10
|
import { useConstructor } from '@atlaskit/editor-common/hooks';
|
|
11
11
|
import { EditorExperience, ExperienceStore } from '@atlaskit/editor-common/ufo';
|
|
12
12
|
import { getAnalyticsAppearance, startMeasure, stopMeasure } from '@atlaskit/editor-common/utils';
|
|
13
|
-
import { basePlugin } from '@atlaskit/editor-
|
|
13
|
+
import { basePlugin } from '@atlaskit/editor-plugins/base';
|
|
14
14
|
import EditorActions from '../actions';
|
|
15
15
|
import { createFeatureFlagsFromProps } from '../create-editor/feature-flags-from-props';
|
|
16
16
|
import { useEditorContext } from '../ui/EditorContext';
|
|
@@ -23,6 +23,8 @@ function withDangerouslyAppendPlugins(preset) {
|
|
|
23
23
|
}
|
|
24
24
|
var nextEditorPluginsToAppend = createEditorNextPluginsFromDangerouslyAppended(editorPluginsToAppend);
|
|
25
25
|
var presetWithAppendedPlugins = nextEditorPluginsToAppend.reduce(function (acc, plugin) {
|
|
26
|
+
// These are dangerously appended, we don't need their type information leaking into
|
|
27
|
+
// universal preset
|
|
26
28
|
return acc.add(plugin);
|
|
27
29
|
}, preset);
|
|
28
30
|
return presetWithAppendedPlugins;
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -8,43 +8,6 @@
|
|
|
8
8
|
//Czech
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Nepodařilo se načíst',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Zrušit',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Zavřít',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Vytvořit',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Od',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Do',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Sbalit',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozbalit',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Vlastní',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentace',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Něco se pokazilo.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '„isMultiple“ a „style: radio“ nelze kombinovat',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Přidat pole',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Odebrat pole',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Potřebujete pomoc?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
30
|
-
'fabric.editor.edit': 'Upravit',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Hlavní oblast obsahu. Začněte psát, abyste zadali text.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Vymazání rozšíření {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Vymazat',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Vymazat prvek',
|
|
36
|
-
'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
|
|
37
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Všechny změny jsou vždy automaticky ukládány',
|
|
38
|
-
'fabric.editor.find': 'Najít',
|
|
39
|
-
'fabric.editor.findNext': 'Najít další',
|
|
40
|
-
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
41
|
-
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
42
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
43
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
44
|
-
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
45
|
-
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
46
|
-
'fabric.editor.replace': 'Nahradit',
|
|
47
|
-
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
48
|
-
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
49
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy'
|
|
50
13
|
};
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Luk',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Annuller',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Luk',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Opret',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Fra',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'til',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Skjul',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Udvid',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Brugerdefineret',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Noget gik galt.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Kunne ikke kombinere isMultiple med stilen: alternativknap',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Tilføj felt',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Fjern felt',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Har du brug for hjælp?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Ugyldigt felt',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Påkrævet felt',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Send',
|
|
30
|
-
'fabric.editor.edit': 'Redigér',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slet',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
|
37
|
-
'fabric.editor.find': 'Find',
|
|
38
|
-
'fabric.editor.findNext': 'Find næste',
|
|
39
|
-
'fabric.editor.findPrevious': 'Find forrige',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Find og erstat',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
43
|
-
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
45
|
-
'fabric.editor.replace': 'Erstat',
|
|
46
|
-
'fabric.editor.replaceAll': 'Erstat alle',
|
|
47
|
-
'fabric.editor.replaceWith': 'Erstat med',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp'
|
|
49
13
|
};
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Schließen',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Fehler beim Laden',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Abbrechen',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Schließen',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Erstellen',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Von',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Bis',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Reduzieren',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Erweitern',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Benutzerdefiniert',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Irgendetwas ist schiefgelaufen.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'isMultiple kann nicht mit Stil: radio kombiniert werden.',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Feld hinzufügen',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Feld entfernen',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Benötigen Sie Hilfe?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Ungültiges Feld',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Pflichtfeld',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Senden',
|
|
30
|
-
'fabric.editor.edit': 'Bearbeiten',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Löschen',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle Änderungen werden immer automatisch gespeichert.',
|
|
37
|
-
'fabric.editor.find': 'Suchen',
|
|
38
|
-
'fabric.editor.findNext': 'Nächstes suchen',
|
|
39
|
-
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
43
|
-
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
45
|
-
'fabric.editor.replace': 'Ersetzen',
|
|
46
|
-
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
47
|
-
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen'
|
|
49
13
|
};
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -8,44 +8,6 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
23
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
24
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
25
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
26
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
27
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
28
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
29
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
30
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
31
|
-
'fabric.editor.edit': 'Edit',
|
|
32
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
33
|
-
'fabric.editor.
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
35
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
36
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
37
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
38
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
39
|
-
'fabric.editor.find': 'Find',
|
|
40
|
-
'fabric.editor.findNext': 'Find next',
|
|
41
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
42
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
43
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
44
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
45
|
-
'fabric.editor.matchCase': 'Match case',
|
|
46
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
47
|
-
'fabric.editor.replace': 'Replace',
|
|
48
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
49
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
50
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
51
13
|
};
|