@atlaskit/editor-common 99.7.0 → 99.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/i18n/cs.js +5 -0
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/en.js +80 -0
- package/dist/cjs/i18n/en_GB.js +80 -0
- package/dist/cjs/i18n/en_ZZ.js +80 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +5 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +5 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +5 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +5 -0
- package/dist/cjs/i18n/zh_TW.js +5 -0
- package/dist/cjs/messages/block-controls.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/node-width/index.js +41 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +5 -0
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/en.js +80 -0
- package/dist/es2019/i18n/en_GB.js +80 -0
- package/dist/es2019/i18n/en_ZZ.js +80 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +5 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +5 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +5 -0
- package/dist/es2019/i18n/tr.js +5 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +5 -0
- package/dist/es2019/i18n/zh_TW.js +5 -0
- package/dist/es2019/messages/block-controls.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/node-width/index.js +39 -4
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +5 -0
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/en.js +80 -0
- package/dist/esm/i18n/en_GB.js +80 -0
- package/dist/esm/i18n/en_ZZ.js +80 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +5 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +5 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.js +5 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/esm/i18n/zh_TW.js +5 -0
- package/dist/esm/messages/block-controls.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/node-width/index.js +41 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/en.d.ts +80 -0
- package/dist/types/i18n/en_GB.d.ts +80 -0
- package/dist/types/i18n/en_ZZ.d.ts +80 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +6 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/messages/block-controls.d.ts +5 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +80 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/messages/block-controls.d.ts +5 -0
- package/package.json +10 -7
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': 'Đã di chuyển cột sang phải đến vị trí {index}/{total}',
|
|
87
87
|
'fabric.editor.columnSelected': 'Đã chọn cột {index}/{total}',
|
|
88
88
|
'fabric.editor.columns': 'Bố cục',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {Chèn {numberOfColumns} cột bằng nhau}}',
|
|
89
90
|
'fabric.editor.columns.description': 'Thiết lập cấu trúc trang của bạn bằng cách sử dụng các mục',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {Đã chèn {count} cột}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {Đã xóa {count} cột}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} cột}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': 'Thêm nội dung',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': 'Đổi cỡ bố cục',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
300
302
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
301
303
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
|
|
364
366
|
'fabric.editor.numberedColumn': 'Cột được đánh số',
|
|
365
367
|
'fabric.editor.off': '{formattingType} đang tắt',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': 'Hãy thử tải lại trang.',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': 'Đã xảy ra lỗi!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} đang bật',
|
|
367
371
|
'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
|
|
368
372
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
@@ -467,6 +471,7 @@ export default {
|
|
|
467
471
|
'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
|
|
468
472
|
'fabric.editor.textColor': 'Màu văn bản {selectedColorName}',
|
|
469
473
|
'fabric.editor.textColorTooltip': 'Màu văn bản',
|
|
474
|
+
'fabric.editor.textFormat': 'Định dạng văn bản',
|
|
470
475
|
'fabric.editor.textFormatting': 'Định dang văn bản',
|
|
471
476
|
'fabric.editor.textStyles': 'Kiểu văn bản {blockTypeName}',
|
|
472
477
|
'fabric.editor.textStylesTooltip': 'Kiểu văn bản',
|
|
@@ -500,6 +505,7 @@ export default {
|
|
|
500
505
|
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
501
506
|
'fabric.editor.underline': 'Gạch dưới',
|
|
502
507
|
'fabric.editor.undo': 'Hoàn tác',
|
|
508
|
+
'fabric.editor.unknown.label': 'Không xác định',
|
|
503
509
|
'fabric.editor.unlink': 'Hủy liên kết',
|
|
504
510
|
'fabric.editor.unorderedList': 'Danh sách dấu đầu dòng',
|
|
505
511
|
'fabric.editor.unorderedList.description': 'Tạo một danh sách kiểu không sắp xếp',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': '列已向右移至第 {index} 列(共 {total} 列)',
|
|
87
87
|
'fabric.editor.columnSelected': '已选中第 {index} 列(共 {total} 列)',
|
|
88
88
|
'fabric.editor.columns': '布局',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {插入 {numberOfColumns} 个相等的列}}',
|
|
89
90
|
'fabric.editor.columns.description': '使用分段组织页面',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {已插入 {count} 列}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {已移除 {count} 列}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': '键盘快捷键',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 列}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': '添加内容',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': '调整布局大小',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
300
302
|
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
301
303
|
'fabric.editor.layoutWide': '显示宽屏',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': '在彩色面板添加注释',
|
|
364
366
|
'fabric.editor.numberedColumn': '编号列',
|
|
365
367
|
'fabric.editor.off': '{formattingType}已关闭',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': '请尝试重新加载该页面。',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': '出错了!',
|
|
366
370
|
'fabric.editor.on': '{formattingType}已开启',
|
|
367
371
|
'fabric.editor.openCellOptions': '打开单元格选项',
|
|
368
372
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
502
506
|
'fabric.editor.underline': '下划线',
|
|
503
507
|
'fabric.editor.undo': '撤消',
|
|
508
|
+
'fabric.editor.unknown.label': '未知',
|
|
504
509
|
'fabric.editor.unlink': '取消链接',
|
|
505
510
|
'fabric.editor.unorderedList': '无序列表',
|
|
506
511
|
'fabric.editor.unorderedList.description': '创建无序列表',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -86,6 +86,7 @@ export default {
|
|
|
86
86
|
'fabric.editor.columnMovedRight': '直欄已右移至第 {index} 欄,總共有 {total} 欄',
|
|
87
87
|
'fabric.editor.columnSelected': '已選取第 {index} 欄,總共有 {total} 欄',
|
|
88
88
|
'fabric.editor.columns': '版面配置',
|
|
89
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {插入 {numberOfColumns} 個相等的欄}}',
|
|
89
90
|
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
90
91
|
'fabric.editor.columnsAreInserted': '{count, plural, other {已插入 {count} 欄}}',
|
|
91
92
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {已移除 {count} 欄}}',
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
296
297
|
'fabric.editor.keyboardShortcuts': '鍵盤快速鍵',
|
|
297
298
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 欄}}',
|
|
298
299
|
'fabric.editor.layout.placeholder': '新增內容',
|
|
300
|
+
'fabric.editor.layout.resizeLayout': '重新調整版面配置的大小',
|
|
299
301
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
300
302
|
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
301
303
|
'fabric.editor.layoutWide': '採用寬版',
|
|
@@ -363,6 +365,8 @@ export default {
|
|
|
363
365
|
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
364
366
|
'fabric.editor.numberedColumn': '編號直欄',
|
|
365
367
|
'fabric.editor.off': '{formattingType} 關閉',
|
|
368
|
+
'fabric.editor.offlineErrorFallbackDescription': '請嘗試重新載入頁面。',
|
|
369
|
+
'fabric.editor.offlineErrorFallbackHeading': '發生錯誤!',
|
|
366
370
|
'fabric.editor.on': '{formattingType} 開啟',
|
|
367
371
|
'fabric.editor.openCellOptions': '開啟儲存格選項',
|
|
368
372
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
@@ -501,6 +505,7 @@ export default {
|
|
|
501
505
|
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
502
506
|
'fabric.editor.underline': '底線',
|
|
503
507
|
'fabric.editor.undo': '復原',
|
|
508
|
+
'fabric.editor.unknown.label': '未知',
|
|
504
509
|
'fabric.editor.unlink': '取消連結',
|
|
505
510
|
'fabric.editor.unorderedList': '項目符號清單',
|
|
506
511
|
'fabric.editor.unorderedList.description': '建立未排序的清單',
|
|
@@ -5,6 +5,11 @@ export var messages = defineMessages({
|
|
|
5
5
|
defaultMessage: 'Drag to move',
|
|
6
6
|
description: 'Use drag handle to move content'
|
|
7
7
|
},
|
|
8
|
+
dragToRearrange: {
|
|
9
|
+
id: 'fabric.editor.blockControlDragHandleUsageInfo',
|
|
10
|
+
defaultMessage: 'Drag to rearrange',
|
|
11
|
+
description: 'Use drag handle to rearrange columns'
|
|
12
|
+
},
|
|
8
13
|
insert: {
|
|
9
14
|
id: 'fabric.editor.blockControlInsert',
|
|
10
15
|
defaultMessage: 'Insert',
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "99.7.
|
|
10
|
+
var packageVersion = "99.7.2";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { findParentNodeOfTypeClosestToPos } from '@atlaskit/editor-prosemirror/utils';
|
|
2
2
|
import { akEditorDefaultLayoutWidth, akEditorFullWidthLayoutWidth, akEditorWideLayoutWidth, akLayoutGutterOffset, gridMediumMaxWidth } from '@atlaskit/editor-shared-styles';
|
|
3
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
3
4
|
import { BODIED_EXT_PADDING } from '../styles/shared/extension';
|
|
4
5
|
import { LAYOUT_COLUMN_PADDING, LAYOUT_SECTION_MARGIN } from '../styles/shared/layout';
|
|
6
|
+
import { tableCellPadding } from '../styles/shared/table';
|
|
5
7
|
import { absoluteBreakoutWidth } from '../utils/breakout';
|
|
6
8
|
var GRID_SIZE = 8;
|
|
7
9
|
export var layoutToWidth = {
|
|
@@ -44,7 +46,7 @@ export var getParentNodeWidth = function getParentNodeWidth(pos, state, containe
|
|
|
44
46
|
return state['contextPanelPluginKey$'];
|
|
45
47
|
}
|
|
46
48
|
};
|
|
47
|
-
if (node.type === schema.nodes.layoutSection) {
|
|
49
|
+
if (node.type === schema.nodes.layoutSection && !fg('platform_editor_nested_tables_resizing')) {
|
|
48
50
|
var _contextPanelPluginKe, _contextPanelPluginKe2;
|
|
49
51
|
parentWidth += akLayoutGutterOffset * 2; // extra width that gets added to layout
|
|
50
52
|
|
|
@@ -61,10 +63,27 @@ export var getParentNodeWidth = function getParentNodeWidth(pos, state, containe
|
|
|
61
63
|
}
|
|
62
64
|
}
|
|
63
65
|
}
|
|
64
|
-
|
|
65
|
-
// account for the padding of the parent node
|
|
66
66
|
switch (node.type) {
|
|
67
67
|
case schema.nodes.layoutSection:
|
|
68
|
+
if (fg('platform_editor_nested_tables_resizing')) {
|
|
69
|
+
var _contextPanelPluginKe3, _contextPanelPluginKe4;
|
|
70
|
+
parentWidth += akLayoutGutterOffset * 2; // extra width that gets added to layout
|
|
71
|
+
|
|
72
|
+
// Calculate width of parent layout column when
|
|
73
|
+
// Parallel layout with viewport greater than 1024px
|
|
74
|
+
// OR side panel of an extension is open and change the node width to smaller than containerWidth
|
|
75
|
+
if (containerWidth.width > gridMediumMaxWidth || ((_contextPanelPluginKe3 = contextPanelPluginKey.getState(state)) === null || _contextPanelPluginKe3 === void 0 ? void 0 : _contextPanelPluginKe3.contents.length) > 0 && ((_contextPanelPluginKe4 = contextPanelPluginKey.getState(state)) === null || _contextPanelPluginKe4 === void 0 ? void 0 : _contextPanelPluginKe4.contents[0]) !== undefined) {
|
|
76
|
+
parentWidth -= (LAYOUT_SECTION_MARGIN + 2) * (node.childCount - 1); // margin between sections
|
|
77
|
+
var _$pos = state.doc.resolve(pos);
|
|
78
|
+
var _column = findParentNodeOfTypeClosestToPos(_$pos, [state.schema.nodes.layoutColumn]);
|
|
79
|
+
if (_column && _column.node && !isNaN(_column.node.attrs.width)) {
|
|
80
|
+
// get exact width of parent layout column using node attrs
|
|
81
|
+
parentWidth = Math.round(parentWidth * _column.node.attrs.width * 0.01);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// account for the padding of the parent node
|
|
68
87
|
parentWidth -= LAYOUT_COLUMN_PADDING * 2;
|
|
69
88
|
break;
|
|
70
89
|
case schema.nodes.bodiedExtension:
|
|
@@ -83,6 +102,19 @@ export var getParentNodeWidth = function getParentNodeWidth(pos, state, containe
|
|
|
83
102
|
// padding left
|
|
84
103
|
parentWidth -= GRID_SIZE * 4 - GRID_SIZE / 2;
|
|
85
104
|
break;
|
|
105
|
+
case schema.nodes.tableCell:
|
|
106
|
+
case schema.nodes.tableHeader:
|
|
107
|
+
if (fg('platform_editor_nested_tables_resizing')) {
|
|
108
|
+
// Calculate the available column width
|
|
109
|
+
if (Array.isArray(node.attrs.colwidth)) {
|
|
110
|
+
parentWidth = node.attrs.colwidth.slice(0, node.attrs.colspan).reduce(function (sum, width) {
|
|
111
|
+
return sum + width;
|
|
112
|
+
}, 0);
|
|
113
|
+
}
|
|
114
|
+
// Compensate for padding
|
|
115
|
+
parentWidth -= tableCellPadding * 2;
|
|
116
|
+
}
|
|
117
|
+
break;
|
|
86
118
|
}
|
|
87
119
|
parentWidth -= 2; // border
|
|
88
120
|
|
|
@@ -93,7 +125,12 @@ var getNestedParentNode = function getNestedParentNode(tablePos, state) {
|
|
|
93
125
|
return null;
|
|
94
126
|
}
|
|
95
127
|
var $pos = state.doc.resolve(tablePos);
|
|
96
|
-
var parent
|
|
128
|
+
var parent;
|
|
129
|
+
if (fg('platform_editor_nested_tables_resizing')) {
|
|
130
|
+
parent = findParentNodeOfTypeClosestToPos($pos, [state.schema.nodes.bodiedExtension, state.schema.nodes.extensionFrame, state.schema.nodes.layoutSection, state.schema.nodes.expand, state.schema.nodes.tableCell, state.schema.nodes.tableHeader]);
|
|
131
|
+
} else {
|
|
132
|
+
parent = findParentNodeOfTypeClosestToPos($pos, [state.schema.nodes.bodiedExtension, state.schema.nodes.extensionFrame, state.schema.nodes.layoutSection, state.schema.nodes.expand]);
|
|
133
|
+
}
|
|
97
134
|
return parent ? parent.node : null;
|
|
98
135
|
};
|
|
99
136
|
var calcBreakoutNodeWidth = function calcBreakoutNodeWidth(layout, containerWidth, isFullWidthModeEnabled) {
|
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "99.7.
|
|
23
|
+
var packageVersion = "99.7.2";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -465,6 +469,7 @@ declare const _default: {
|
|
|
465
469
|
'fabric.editor.text.formatting.off': string;
|
|
466
470
|
'fabric.editor.textColor': string;
|
|
467
471
|
'fabric.editor.textColorTooltip': string;
|
|
472
|
+
'fabric.editor.textFormat': string;
|
|
468
473
|
'fabric.editor.textFormatting': string;
|
|
469
474
|
'fabric.editor.textStyles': string;
|
|
470
475
|
'fabric.editor.textStylesTooltip': string;
|
|
@@ -498,6 +503,7 @@ declare const _default: {
|
|
|
498
503
|
'fabric.editor.unableToOpenLink': string;
|
|
499
504
|
'fabric.editor.underline': string;
|
|
500
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
501
507
|
'fabric.editor.unlink': string;
|
|
502
508
|
'fabric.editor.unorderedList': string;
|
|
503
509
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -501,6 +580,7 @@ declare const _default: {
|
|
|
501
580
|
'fabric.editor.unableToOpenLink': string;
|
|
502
581
|
'fabric.editor.underline': string;
|
|
503
582
|
'fabric.editor.undo': string;
|
|
583
|
+
'fabric.editor.unknown.label': string;
|
|
504
584
|
'fabric.editor.unlink': string;
|
|
505
585
|
'fabric.editor.unorderedList': string;
|
|
506
586
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -501,6 +580,7 @@ declare const _default: {
|
|
|
501
580
|
'fabric.editor.unableToOpenLink': string;
|
|
502
581
|
'fabric.editor.underline': string;
|
|
503
582
|
'fabric.editor.undo': string;
|
|
583
|
+
'fabric.editor.unknown.label': string;
|
|
504
584
|
'fabric.editor.unlink': string;
|
|
505
585
|
'fabric.editor.unorderedList': string;
|
|
506
586
|
'fabric.editor.unorderedList.description': string;
|