@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/esm/i18n/ru.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Russian
|
|
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 с параметром style: 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/esm/i18n/sv.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Swedish
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv något …',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Stäng',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Fel vid inläsning',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Avbryt',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Stäng',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Skapa',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Från',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Till',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Dölj',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expandera',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Anpassat',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Något gick fel.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Kan inte kombinera isMultiple med stilen radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Lägg till fält',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Ta bort fält',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Behöver du hjälp?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Ogiltigt fält',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Obligatoriskt fält',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Skicka in',
|
|
30
|
-
'fabric.editor.edit': 'Redigera',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Huvudsakligt innehållsområde, börja skriva för att ange text.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Radera',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Radera element',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alla ändringar sparas alltid automatiskt',
|
|
37
|
-
'fabric.editor.find': 'Hitta',
|
|
38
|
-
'fabric.editor.findNext': 'Hitta nästa',
|
|
39
|
-
'fabric.editor.findPrevious': 'Hitta föregående',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Sök och ersätt',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Radera även anslutna element',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta',
|
|
43
|
-
'fabric.editor.matchCase': 'Matcha skiftläge',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Inga resultat',
|
|
45
|
-
'fabric.editor.replace': 'Ersätt',
|
|
46
|
-
'fabric.editor.replaceAll': 'Ersätt alla',
|
|
47
|
-
'fabric.editor.replaceWith': 'Ersätt med',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta'
|
|
49
13
|
};
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Thai (Thailand)
|
|
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/esm/i18n/tr.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Turkish (Turkey)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Bir şey yazın…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Kapat',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Yüklenemedi',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'İptal',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Kapat',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Oluştur',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Başlangıç',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Bitiş',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Daralt',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Genişlet',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Özel',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Belgeler',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Bir hata oluştu.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Stil radio olduğunda isMultiple kullanılamaz',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Alan ekle',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Alanı kaldır',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Yardıma mı ihtiyacınız var?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Geçersiz alan',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Gerekli alan',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Gönder',
|
|
30
|
-
'fabric.editor.edit': 'Düzenle',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Ana içerik alanı, metin girmek için yazmaya başlayın.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Sil',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Öğeyi sil',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Tüm değişiklikler her zaman otomatik olarak kaydedilir',
|
|
37
|
-
'fabric.editor.find': 'Bul',
|
|
38
|
-
'fabric.editor.findNext': 'Sonrakini bul',
|
|
39
|
-
'fabric.editor.findPrevious': 'Öncekini bul',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Bul ve değiştir',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Bağlı öğeleri de sil',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç',
|
|
43
|
-
'fabric.editor.matchCase': 'Büyük/küçük harf eşleştir',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Sonuç yok',
|
|
45
|
-
'fabric.editor.replace': 'Değiştir',
|
|
46
|
-
'fabric.editor.replaceAll': 'Tümünü değiştir',
|
|
47
|
-
'fabric.editor.replaceWith': 'Yeni değer',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç'
|
|
49
13
|
};
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Ukrainian (Ukraine)
|
|
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/esm/i18n/vi.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Vietnamese (Vietnam)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Nhập nội dung bất kỳ...',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Đóng',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Không thể tải',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Hủy',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Đóng',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Tạo',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Từ',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'đến',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Thu gọn',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Mở rộng',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Tùy chỉnh',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Tài liệu',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Đã xảy ra lỗi.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Không thể kết hợp isMultiple với kiểu: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Thêm trường',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Xóa trường',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Bạn cần được trợ giúp?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Trường không hợp lệ',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Trường bắt buộc',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Gửi',
|
|
30
|
-
'fabric.editor.edit': 'Chỉnh sửa',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Vùng nội dung chính, bắt đầu gõ để nhập văn bản.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Xóa',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Mọi thay đổi luôn được lưu tự động',
|
|
37
|
-
'fabric.editor.find': 'Tìm kiếm',
|
|
38
|
-
'fabric.editor.findNext': 'Tìm tiếp theo',
|
|
39
|
-
'fabric.editor.findPrevious': 'Tìm trước đó',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Tìm kiếm và thay thế',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp',
|
|
43
|
-
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Không có kết quả',
|
|
45
|
-
'fabric.editor.replace': 'Thay thế',
|
|
46
|
-
'fabric.editor.replaceAll': 'Thay thế tất cả',
|
|
47
|
-
'fabric.editor.replaceWith': 'Thay thế bằng',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp'
|
|
49
13
|
};
|
package/dist/esm/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
|
};
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -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/esm/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/esm/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
|
|
@@ -3,50 +3,50 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
3
3
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
import { shouldForceTracking } from '@atlaskit/editor-common/utils';
|
|
6
|
-
import { alignmentPlugin } from '@atlaskit/editor-
|
|
7
|
-
import { annotationPlugin } from '@atlaskit/editor-
|
|
8
|
-
import { avatarGroupPlugin } from '@atlaskit/editor-
|
|
9
|
-
import { beforePrimaryToolbarPlugin } from '@atlaskit/editor-
|
|
10
|
-
import { borderPlugin } from '@atlaskit/editor-
|
|
11
|
-
import { breakoutPlugin } from '@atlaskit/editor-
|
|
12
|
-
import { captionPlugin } from '@atlaskit/editor-
|
|
13
|
-
import { cardPlugin } from '@atlaskit/editor-
|
|
14
|
-
import { codeBidiWarningPlugin } from '@atlaskit/editor-
|
|
15
|
-
import { collabEditPlugin } from '@atlaskit/editor-
|
|
16
|
-
import { contentInsertionPlugin } from '@atlaskit/editor-
|
|
17
|
-
import { contextPanelPlugin } from '@atlaskit/editor-
|
|
18
|
-
import { customAutoformatPlugin } from '@atlaskit/editor-
|
|
19
|
-
import { dataConsumerPlugin } from '@atlaskit/editor-
|
|
20
|
-
import { datePlugin } from '@atlaskit/editor-
|
|
21
|
-
import { emojiPlugin } from '@atlaskit/editor-
|
|
22
|
-
import { expandPlugin } from '@atlaskit/editor-
|
|
23
|
-
import { extensionPlugin } from '@atlaskit/editor-
|
|
24
|
-
import { feedbackDialogPlugin } from '@atlaskit/editor-
|
|
25
|
-
import { findReplacePlugin } from '@atlaskit/editor-
|
|
26
|
-
import { fragmentPlugin } from '@atlaskit/editor-
|
|
27
|
-
import { gridPlugin } from '@atlaskit/editor-
|
|
28
|
-
import { guidelinePlugin } from '@atlaskit/editor-
|
|
29
|
-
import { helpDialogPlugin } from '@atlaskit/editor-
|
|
30
|
-
import { imageUploadPlugin } from '@atlaskit/editor-
|
|
31
|
-
import { indentationPlugin } from '@atlaskit/editor-
|
|
32
|
-
import { insertBlockPlugin } from '@atlaskit/editor-
|
|
33
|
-
import { layoutPlugin } from '@atlaskit/editor-
|
|
34
|
-
import { listPlugin } from '@atlaskit/editor-
|
|
35
|
-
import { loomPlugin } from '@atlaskit/editor-
|
|
36
|
-
import { maxContentSizePlugin } from '@atlaskit/editor-
|
|
37
|
-
import { mediaPlugin } from '@atlaskit/editor-
|
|
38
|
-
import { mentionsPlugin } from '@atlaskit/editor-
|
|
39
|
-
import { panelPlugin } from '@atlaskit/editor-
|
|
40
|
-
import { pasteOptionsToolbarPlugin } from '@atlaskit/editor-
|
|
41
|
-
import { placeholderTextPlugin } from '@atlaskit/editor-
|
|
42
|
-
import { rulePlugin } from '@atlaskit/editor-
|
|
43
|
-
import { saveOnEnterPlugin } from '@atlaskit/editor-
|
|
44
|
-
import { scrollIntoViewPlugin } from '@atlaskit/editor-
|
|
45
|
-
import { statusPlugin } from '@atlaskit/editor-
|
|
46
|
-
import { tablesPlugin } from '@atlaskit/editor-
|
|
47
|
-
import { tasksAndDecisionsPlugin } from '@atlaskit/editor-
|
|
48
|
-
import { textColorPlugin } from '@atlaskit/editor-
|
|
49
|
-
import { toolbarListsIndentationPlugin } from '@atlaskit/editor-
|
|
6
|
+
import { alignmentPlugin } from '@atlaskit/editor-plugins/alignment';
|
|
7
|
+
import { annotationPlugin } from '@atlaskit/editor-plugins/annotation';
|
|
8
|
+
import { avatarGroupPlugin } from '@atlaskit/editor-plugins/avatar-group';
|
|
9
|
+
import { beforePrimaryToolbarPlugin } from '@atlaskit/editor-plugins/before-primary-toolbar';
|
|
10
|
+
import { borderPlugin } from '@atlaskit/editor-plugins/border';
|
|
11
|
+
import { breakoutPlugin } from '@atlaskit/editor-plugins/breakout';
|
|
12
|
+
import { captionPlugin } from '@atlaskit/editor-plugins/caption';
|
|
13
|
+
import { cardPlugin } from '@atlaskit/editor-plugins/card';
|
|
14
|
+
import { codeBidiWarningPlugin } from '@atlaskit/editor-plugins/code-bidi-warning';
|
|
15
|
+
import { collabEditPlugin } from '@atlaskit/editor-plugins/collab-edit';
|
|
16
|
+
import { contentInsertionPlugin } from '@atlaskit/editor-plugins/content-insertion';
|
|
17
|
+
import { contextPanelPlugin } from '@atlaskit/editor-plugins/context-panel';
|
|
18
|
+
import { customAutoformatPlugin } from '@atlaskit/editor-plugins/custom-autoformat';
|
|
19
|
+
import { dataConsumerPlugin } from '@atlaskit/editor-plugins/data-consumer';
|
|
20
|
+
import { datePlugin } from '@atlaskit/editor-plugins/date';
|
|
21
|
+
import { emojiPlugin } from '@atlaskit/editor-plugins/emoji';
|
|
22
|
+
import { expandPlugin } from '@atlaskit/editor-plugins/expand';
|
|
23
|
+
import { extensionPlugin } from '@atlaskit/editor-plugins/extension';
|
|
24
|
+
import { feedbackDialogPlugin } from '@atlaskit/editor-plugins/feedback-dialog';
|
|
25
|
+
import { findReplacePlugin } from '@atlaskit/editor-plugins/find-replace';
|
|
26
|
+
import { fragmentPlugin } from '@atlaskit/editor-plugins/fragment';
|
|
27
|
+
import { gridPlugin } from '@atlaskit/editor-plugins/grid';
|
|
28
|
+
import { guidelinePlugin } from '@atlaskit/editor-plugins/guideline';
|
|
29
|
+
import { helpDialogPlugin } from '@atlaskit/editor-plugins/help-dialog';
|
|
30
|
+
import { imageUploadPlugin } from '@atlaskit/editor-plugins/image-upload';
|
|
31
|
+
import { indentationPlugin } from '@atlaskit/editor-plugins/indentation';
|
|
32
|
+
import { insertBlockPlugin } from '@atlaskit/editor-plugins/insert-block';
|
|
33
|
+
import { layoutPlugin } from '@atlaskit/editor-plugins/layout';
|
|
34
|
+
import { listPlugin } from '@atlaskit/editor-plugins/list';
|
|
35
|
+
import { loomPlugin } from '@atlaskit/editor-plugins/loom';
|
|
36
|
+
import { maxContentSizePlugin } from '@atlaskit/editor-plugins/max-content-size';
|
|
37
|
+
import { mediaPlugin } from '@atlaskit/editor-plugins/media';
|
|
38
|
+
import { mentionsPlugin } from '@atlaskit/editor-plugins/mentions';
|
|
39
|
+
import { panelPlugin } from '@atlaskit/editor-plugins/panel';
|
|
40
|
+
import { pasteOptionsToolbarPlugin } from '@atlaskit/editor-plugins/paste-options-toolbar';
|
|
41
|
+
import { placeholderTextPlugin } from '@atlaskit/editor-plugins/placeholder-text';
|
|
42
|
+
import { rulePlugin } from '@atlaskit/editor-plugins/rule';
|
|
43
|
+
import { saveOnEnterPlugin } from '@atlaskit/editor-plugins/save-on-enter';
|
|
44
|
+
import { scrollIntoViewPlugin } from '@atlaskit/editor-plugins/scroll-into-view';
|
|
45
|
+
import { statusPlugin } from '@atlaskit/editor-plugins/status';
|
|
46
|
+
import { tablesPlugin } from '@atlaskit/editor-plugins/table';
|
|
47
|
+
import { tasksAndDecisionsPlugin } from '@atlaskit/editor-plugins/tasks-and-decisions';
|
|
48
|
+
import { textColorPlugin } from '@atlaskit/editor-plugins/text-color';
|
|
49
|
+
import { toolbarListsIndentationPlugin } from '@atlaskit/editor-plugins/toolbar-lists-indentation';
|
|
50
50
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
51
51
|
import { isFullPage as fullPageCheck } from '../utils/is-full-page';
|
|
52
52
|
import { version as coreVersion } from '../version-wrapper';
|
|
@@ -116,7 +116,7 @@ export default function createUniversalPreset(appearance, props, featureFlags, p
|
|
|
116
116
|
}], Boolean(props.mentionProvider)).maybeAdd(emojiPlugin, Boolean(props.emojiProvider)).maybeAdd([tablesPlugin, {
|
|
117
117
|
tableOptions: !props.allowTables || typeof props.allowTables === 'boolean' ? {} : props.allowTables,
|
|
118
118
|
tableResizingEnabled: getBooleanFF('platform.editor.custom-table-width') && ['full-page', 'full-width'].includes(appearance || ''),
|
|
119
|
-
dragAndDropEnabled:
|
|
119
|
+
dragAndDropEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableDragAndDrop) && isFullPage,
|
|
120
120
|
breakoutEnabled: appearance === 'full-page',
|
|
121
121
|
allowContextualMenu: !isMobile,
|
|
122
122
|
fullWidthEnabled: appearance === 'full-width',
|
package/dist/esm/test-utils.js
CHANGED
|
@@ -3,7 +3,7 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
|
|
3
3
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
import { EditorPresetBuilder } from '@atlaskit/editor-common/preset';
|
|
6
|
-
import { basePlugin } from '@atlaskit/editor-
|
|
6
|
+
import { basePlugin } from '@atlaskit/editor-plugins/base';
|
|
7
7
|
import { TextSelection } from '@atlaskit/editor-prosemirror/state';
|
|
8
8
|
import { createSchema } from './create-editor/create-schema';
|
|
9
9
|
import { sortByOrder } from './create-editor/sort-by-order';
|
|
@@ -20,7 +20,7 @@ import { useSharedPluginState } from '@atlaskit/editor-common/hooks';
|
|
|
20
20
|
import { GRID_GUTTER } from '@atlaskit/editor-common/styles';
|
|
21
21
|
import { WidthConsumer } from '@atlaskit/editor-common/ui';
|
|
22
22
|
import { ToolbarArrowKeyNavigationProvider } from '@atlaskit/editor-common/ui-menu';
|
|
23
|
-
import { tableCommentEditorStyles } from '@atlaskit/editor-
|
|
23
|
+
import { tableCommentEditorStyles } from '@atlaskit/editor-plugins/table/ui/common-styles';
|
|
24
24
|
import { akEditorMobileBreakoutPoint } from '@atlaskit/editor-shared-styles';
|
|
25
25
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
26
26
|
import { N40 } from '@atlaskit/theme/colors';
|
|
@@ -8,7 +8,7 @@ var 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 var BeforePrimaryToolbarWrapper = function BeforePrimaryToolbarWrapper(props) {
|
|
14
14
|
return jsx("div", {
|
|
@@ -2,8 +2,8 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
|
|
|
2
2
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10;
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { decisionListSelector, taskListSelector } from '@atlaskit/adf-schema';
|
|
5
|
-
import { tableFullPageEditorStyles } from '@atlaskit/editor-
|
|
6
|
-
import { tableMarginFullWidthMode } from '@atlaskit/editor-
|
|
5
|
+
import { tableFullPageEditorStyles } from '@atlaskit/editor-plugins/table/ui/common-styles';
|
|
6
|
+
import { tableMarginFullWidthMode } from '@atlaskit/editor-plugins/table/ui/consts';
|
|
7
7
|
import { akEditorContextPanelWidth, akEditorFullWidthLayoutWidth, akEditorGutterPadding, akEditorSwoopCubicBezier, akLayoutGutterOffset, ATLASSIAN_NAVIGATION_HEIGHT } from '@atlaskit/editor-shared-styles';
|
|
8
8
|
import { createEditorContentStyle } from '../../ContentStyles';
|
|
9
9
|
import { scrollbarStyles } from '../../styles';
|