@atlaskit/editor-common 76.21.1 → 76.22.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 +18 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/hu.js +1 -1
- package/dist/cjs/i18n/ko.js +2 -2
- package/dist/cjs/i18n/pl.js +1 -1
- package/dist/cjs/i18n/th.js +8 -2
- package/dist/cjs/i18n/uk.js +6 -0
- package/dist/cjs/i18n/vi.js +7 -1
- package/dist/cjs/i18n/zh_TW.js +1 -1
- package/dist/cjs/keymaps/index.js +7 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/es2019/i18n/en.js +2 -0
- package/dist/es2019/i18n/en_GB.js +2 -0
- package/dist/es2019/i18n/en_ZZ.js +2 -0
- package/dist/es2019/i18n/hu.js +1 -1
- package/dist/es2019/i18n/ko.js +2 -2
- package/dist/es2019/i18n/pl.js +1 -1
- package/dist/es2019/i18n/th.js +8 -2
- package/dist/es2019/i18n/uk.js +6 -0
- package/dist/es2019/i18n/vi.js +7 -1
- package/dist/es2019/i18n/zh_TW.js +1 -1
- package/dist/es2019/keymaps/index.js +4 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/hu.js +1 -1
- package/dist/esm/i18n/ko.js +2 -2
- package/dist/esm/i18n/pl.js +1 -1
- package/dist/esm/i18n/th.js +8 -2
- package/dist/esm/i18n/uk.js +6 -0
- package/dist/esm/i18n/vi.js +7 -1
- package/dist/esm/i18n/zh_TW.js +1 -1
- package/dist/esm/keymaps/index.js +4 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/ColorPickerButton/index.js +1 -1
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/th.d.ts +6 -0
- package/dist/types/i18n/uk.d.ts +6 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/keymaps/index.d.ts +4 -0
- package/dist/types/types/feature-flags.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/i18n/th.d.ts +6 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +6 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/keymaps/index.d.ts +4 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -8
- package/package.json +3 -3
|
@@ -156,7 +156,7 @@ const ColorPickerButton = props => {
|
|
|
156
156
|
const buttonStyle = theme => {
|
|
157
157
|
var _props$size, _props$size2, _props$size3;
|
|
158
158
|
return css`
|
|
159
|
-
padding:
|
|
159
|
+
padding: ${"var(--ds-space-075, 6px)"} 10px;
|
|
160
160
|
background-color: ${"var(--ds-background-neutral-subtle, transparent)"};
|
|
161
161
|
${
|
|
162
162
|
/* If custom props size height, override the button base height property */!!((_props$size = props.size) !== null && _props$size !== void 0 && _props$size.height) && `height: inherit;`}
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -129,6 +129,7 @@ export default {
|
|
|
129
129
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
130
130
|
'fabric.editor.image': 'Image',
|
|
131
131
|
'fabric.editor.improvement': 'Improvement',
|
|
132
|
+
'fabric.editor.indent': 'Indent',
|
|
132
133
|
'fabric.editor.infoPanel': 'Info panel',
|
|
133
134
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
134
135
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
@@ -166,6 +167,7 @@ export default {
|
|
|
166
167
|
'fabric.editor.orderedList': 'Numbered list',
|
|
167
168
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
168
169
|
'fabric.editor.other': 'Others...',
|
|
170
|
+
'fabric.editor.outdent': 'Outdent',
|
|
169
171
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
170
172
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
171
173
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -129,6 +129,7 @@ export default {
|
|
|
129
129
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
130
130
|
'fabric.editor.image': 'Image',
|
|
131
131
|
'fabric.editor.improvement': 'Improvement',
|
|
132
|
+
'fabric.editor.indent': 'Indent',
|
|
132
133
|
'fabric.editor.infoPanel': 'Info panel',
|
|
133
134
|
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
|
134
135
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
@@ -166,6 +167,7 @@ export default {
|
|
|
166
167
|
'fabric.editor.orderedList': 'Numbered list',
|
|
167
168
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
168
169
|
'fabric.editor.other': 'Others...',
|
|
170
|
+
'fabric.editor.outdent': 'Outdent',
|
|
169
171
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
170
172
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
171
173
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -129,6 +129,7 @@ export default {
|
|
|
129
129
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
130
130
|
'fabric.editor.image': 'Image',
|
|
131
131
|
'fabric.editor.improvement': 'Improvement',
|
|
132
|
+
'fabric.editor.indent': 'Indent',
|
|
132
133
|
'fabric.editor.infoPanel': 'Info panel',
|
|
133
134
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
134
135
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
@@ -166,6 +167,7 @@ export default {
|
|
|
166
167
|
'fabric.editor.orderedList': 'Numbered list',
|
|
167
168
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
168
169
|
'fabric.editor.other': 'Others...',
|
|
170
|
+
'fabric.editor.outdent': 'Outdent',
|
|
169
171
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
170
172
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
171
173
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.editor.blockTitle': 'Kártya',
|
|
23
23
|
'fabric.editor.blockquote': 'Idézet',
|
|
24
24
|
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
|
25
|
-
'fabric.editor.blockquote2': '
|
|
25
|
+
'fabric.editor.blockquote2': 'Idézet',
|
|
26
26
|
'fabric.editor.bold': 'Félkövér',
|
|
27
27
|
'fabric.editor.bug': 'Hiba',
|
|
28
28
|
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -92,7 +92,7 @@ export default {
|
|
|
92
92
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
93
93
|
'fabric.editor.expandNode': '콘텐츠 펼치기',
|
|
94
94
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
95
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
|
|
96
96
|
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
97
97
|
'fabric.editor.extension.sourceNoTitledName': '이 요소',
|
|
98
98
|
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
@@ -196,7 +196,7 @@ export default {
|
|
|
196
196
|
'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
|
|
197
197
|
'fabric.editor.table': '표',
|
|
198
198
|
'fabric.editor.table.description': '표 삽입',
|
|
199
|
-
'fabric.editor.tableOptions': '표
|
|
199
|
+
'fabric.editor.tableOptions': '표 선택 사항',
|
|
200
200
|
'fabric.editor.tables.adjustColumn': '열 조정',
|
|
201
201
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
202
202
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -175,7 +175,7 @@ export default {
|
|
|
175
175
|
'fabric.editor.removeEmoji': 'Usuń emoji',
|
|
176
176
|
'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
|
|
177
177
|
'fabric.editor.rightSidebar': 'Prawy pasek boczny',
|
|
178
|
-
'fabric.editor.rowControl': '
|
|
178
|
+
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
179
179
|
'fabric.editor.saveButton': 'Zapisz',
|
|
180
180
|
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
181
181
|
'fabric.editor.single': 'Pojedyncza kolumna',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -141,6 +141,7 @@ export default {
|
|
|
141
141
|
'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
|
|
142
142
|
'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
|
|
143
143
|
'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
|
|
144
|
+
'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
|
|
144
145
|
'fabric.editor.link': 'ลิงก์',
|
|
145
146
|
'fabric.editor.link.description': 'แทรกลิงก์',
|
|
146
147
|
'fabric.editor.linkAddress': 'ที่อยู่ลิงก์',
|
|
@@ -151,7 +152,7 @@ export default {
|
|
|
151
152
|
'fabric.editor.mediaFiles.description': 'เพิ่มรูปภาพและไฟล์อื่น ๆ ไปยังหน้าข้อมูล',
|
|
152
153
|
'fabric.editor.mention': 'กล่าวถึง',
|
|
153
154
|
'fabric.editor.mention.description': 'กล่าวถึงผู้ใช้เพื่อส่งการแจ้งเตือน',
|
|
154
|
-
'fabric.editor.mergeCells': '
|
|
155
|
+
'fabric.editor.mergeCells': 'รวมช่องข้อมูล',
|
|
155
156
|
'fabric.editor.moreFormatting': 'การจัดรูปแบบเพิ่มเติม',
|
|
156
157
|
'fabric.editor.navigate.toolbar.editor': 'นำทางไปยังแถบเครื่องมือแก้ไข',
|
|
157
158
|
'fabric.editor.navigate.toolbar.floating': 'นำทางไปยังแถบเครื่องมือแบบลอย',
|
|
@@ -173,12 +174,14 @@ export default {
|
|
|
173
174
|
'fabric.editor.removeColumns': '{0, plural, other {ลบคอลัมน์}}',
|
|
174
175
|
'fabric.editor.removeEmoji': 'ลบเอโมจิออก',
|
|
175
176
|
'fabric.editor.removeRows': '{0, plural, other {ลบแถว}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'แถบด้านขวา',
|
|
176
178
|
'fabric.editor.rowControl': 'ไฮไลท์แถว',
|
|
177
179
|
'fabric.editor.saveButton': 'บันทึก',
|
|
178
180
|
'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
|
|
181
|
+
'fabric.editor.single': 'คอลัมน์เดียว',
|
|
179
182
|
'fabric.editor.sortColumnASC': 'จัดเรียงคอลัมน์ A → Z',
|
|
180
183
|
'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
|
|
181
|
-
'fabric.editor.splitCell': '
|
|
184
|
+
'fabric.editor.splitCell': 'แยกช่องข้อมูล',
|
|
182
185
|
'fabric.editor.status': 'สถานะ',
|
|
183
186
|
'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
|
|
184
187
|
'fabric.editor.statusPlaceholder': 'ตั้งค่าสถานะ',
|
|
@@ -201,6 +204,8 @@ export default {
|
|
|
201
204
|
'fabric.editor.task': 'งาน',
|
|
202
205
|
'fabric.editor.text.formatting.off': 'ปิดการใช้รูปแบบข้อความ',
|
|
203
206
|
'fabric.editor.textStyles': 'รูปแบบตัวอักษร',
|
|
207
|
+
'fabric.editor.threeColumns': 'สามคอลัมน์',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'สามคอลัมน์พร้อมแถบด้านข้าง',
|
|
204
209
|
'fabric.editor.time.ago': 'ที่แล้ว',
|
|
205
210
|
'fabric.editor.time.updated': 'อัปเดตแล้ว',
|
|
206
211
|
'fabric.editor.time.viewed': 'ดูแล้ว',
|
|
@@ -211,6 +216,7 @@ export default {
|
|
|
211
216
|
'fabric.editor.tooltip.defaultBlockNode': 'โหนดบล็อก',
|
|
212
217
|
'fabric.editor.tooltip.nestedExpand': 'การขยายที่ซ้อนกัน',
|
|
213
218
|
'fabric.editor.tooltip.taskList': 'รายการดำเนินการ',
|
|
219
|
+
'fabric.editor.twoColumns': 'สองคอลัมน์',
|
|
214
220
|
'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
|
|
215
221
|
'fabric.editor.underline': 'ขีดเส้นใต้',
|
|
216
222
|
'fabric.editor.undo': 'เลิกทำ',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -141,6 +141,7 @@ export default {
|
|
|
141
141
|
'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
|
|
142
142
|
'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
|
|
143
143
|
'fabric.editor.layoutWide': 'Розширити',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Бічна панель ліворуч',
|
|
144
145
|
'fabric.editor.link': 'Посилання',
|
|
145
146
|
'fabric.editor.link.description': 'Вставити посилання',
|
|
146
147
|
'fabric.editor.linkAddress': 'Адреса посилання',
|
|
@@ -173,9 +174,11 @@ export default {
|
|
|
173
174
|
'fabric.editor.removeColumns': '{0, plural, one {Видалити стовпець} few {Видалити стовпці} many {Видалити стовпці} other {Видалити стовпці}}',
|
|
174
175
|
'fabric.editor.removeEmoji': 'Видалення емодзі',
|
|
175
176
|
'fabric.editor.removeRows': '{0, plural, one {Видалити рядок} few {Видалити рядки} many {Видалити рядки} other {Видалити рядки}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Бічна панель праворуч',
|
|
176
178
|
'fabric.editor.rowControl': 'Виділити рядок',
|
|
177
179
|
'fabric.editor.saveButton': 'Зберегти',
|
|
178
180
|
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
181
|
+
'fabric.editor.single': 'Один стовпець',
|
|
179
182
|
'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
|
|
180
183
|
'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
|
|
181
184
|
'fabric.editor.splitCell': 'Розділити клітинки',
|
|
@@ -201,6 +204,8 @@ export default {
|
|
|
201
204
|
'fabric.editor.task': 'Завдання',
|
|
202
205
|
'fabric.editor.text.formatting.off': 'Форматування тексту вимкнуто',
|
|
203
206
|
'fabric.editor.textStyles': 'Стилі тексту',
|
|
207
|
+
'fabric.editor.threeColumns': 'Три стовпці',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Три стовпці з бічними панелями',
|
|
204
209
|
'fabric.editor.time.ago': 'тому',
|
|
205
210
|
'fabric.editor.time.updated': 'Змінено',
|
|
206
211
|
'fabric.editor.time.viewed': 'Переглянуто',
|
|
@@ -211,6 +216,7 @@ export default {
|
|
|
211
216
|
'fabric.editor.tooltip.defaultBlockNode': 'вузол блокування',
|
|
212
217
|
'fabric.editor.tooltip.nestedExpand': 'вкладена розгортка',
|
|
213
218
|
'fabric.editor.tooltip.taskList': 'задача',
|
|
219
|
+
'fabric.editor.twoColumns': 'Два стовпці',
|
|
214
220
|
'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
|
|
215
221
|
'fabric.editor.underline': 'Підкреслювання',
|
|
216
222
|
'fabric.editor.undo': 'Скасувати',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -51,7 +51,7 @@ export default {
|
|
|
51
51
|
'fabric.editor.copiedToClipboard': 'Đã sao chép!',
|
|
52
52
|
'fabric.editor.copyToClipboard': 'Sao chép',
|
|
53
53
|
'fabric.editor.cornerControl': 'Làm nổi bật bảng',
|
|
54
|
-
'fabric.editor.createComment': '
|
|
54
|
+
'fabric.editor.createComment': 'Nhận xét',
|
|
55
55
|
'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
|
|
56
56
|
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
|
57
57
|
'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
|
|
@@ -141,6 +141,7 @@ export default {
|
|
|
141
141
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
142
142
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
143
143
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Thanh bên trái',
|
|
144
145
|
'fabric.editor.link': 'Liên kết',
|
|
145
146
|
'fabric.editor.link.description': 'Chèn liên kết',
|
|
146
147
|
'fabric.editor.linkAddress': 'Địa chỉ liên kết',
|
|
@@ -173,9 +174,11 @@ export default {
|
|
|
173
174
|
'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
|
|
174
175
|
'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
|
|
175
176
|
'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Thanh bên phải',
|
|
176
178
|
'fabric.editor.rowControl': 'Làm nổi bật hàng',
|
|
177
179
|
'fabric.editor.saveButton': 'Lưu',
|
|
178
180
|
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
181
|
+
'fabric.editor.single': 'Cột đơn',
|
|
179
182
|
'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
|
|
180
183
|
'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
|
|
181
184
|
'fabric.editor.splitCell': 'Tách ô',
|
|
@@ -201,6 +204,8 @@ export default {
|
|
|
201
204
|
'fabric.editor.task': 'Tác vụ',
|
|
202
205
|
'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
|
|
203
206
|
'fabric.editor.textStyles': 'Kiểu văn bản',
|
|
207
|
+
'fabric.editor.threeColumns': 'Ba cột',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Ba cột có các thanh bên',
|
|
204
209
|
'fabric.editor.time.ago': 'trước',
|
|
205
210
|
'fabric.editor.time.updated': 'Đã cập nhật',
|
|
206
211
|
'fabric.editor.time.viewed': 'Đã xem',
|
|
@@ -211,6 +216,7 @@ export default {
|
|
|
211
216
|
'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
|
|
212
217
|
'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
|
|
213
218
|
'fabric.editor.tooltip.taskList': 'một mục thao tác',
|
|
219
|
+
'fabric.editor.twoColumns': 'Hai cột',
|
|
214
220
|
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
215
221
|
'fabric.editor.underline': 'Gạch dưới',
|
|
216
222
|
'fabric.editor.undo': 'Hoàn tác',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -200,7 +200,7 @@ export default {
|
|
|
200
200
|
'fabric.editor.tables.adjustColumn': '調整欄',
|
|
201
201
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
202
202
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
|
|
203
|
-
'fabric.editor.tables.resizeTable': '
|
|
203
|
+
'fabric.editor.tables.resizeTable': '重新調整表格大小',
|
|
204
204
|
'fabric.editor.task': '任務',
|
|
205
205
|
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
206
206
|
'fabric.editor.textStyles': '文字樣式',
|
|
@@ -74,6 +74,10 @@ export var altPaste = makeKeyMapWithCommon('Paste', 'Mod-Shift-v');
|
|
|
74
74
|
export var find = makeKeyMapWithCommon('Find', 'Mod-f');
|
|
75
75
|
export var alignLeft = makeKeyMapWithCommon('Align Left', 'Mod-Shift-l');
|
|
76
76
|
export var toggleTaskItemCheckbox = makeKeyMapWithCommon('Toggles task item', 'Mod-Alt-Enter');
|
|
77
|
+
export var increaseMediaSize = makeKeyMapWithCommon('increase image size', 'Mod-ArrowRight');
|
|
78
|
+
export var decreaseMediaSize = makeKeyMapWithCommon('increase image size', 'Mod-ArrowLeft');
|
|
79
|
+
export var quickIncreaseMediaSize = makeKeyMapWithCommon('quick increase image size', 'Mod-Shift-ArrowRight');
|
|
80
|
+
export var quickDecreaseMediaSize = makeKeyMapWithCommon('quick increase image size', 'Mod-Shift-ArrowLeft');
|
|
77
81
|
var arrowKeysMap = {
|
|
78
82
|
// for reference: https://wincent.com/wiki/Unicode_representations_of_modifier_keys
|
|
79
83
|
ARROWLEFT: "\u2190",
|
|
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
6
|
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; }
|
|
7
7
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
8
8
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
9
|
-
var packageVersion = "76.
|
|
9
|
+
var packageVersion = "76.22.1";
|
|
10
10
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
11
11
|
// Remove URL as it has UGC
|
|
12
12
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -19,7 +19,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
19
19
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
20
20
|
import Layer from '../Layer';
|
|
21
21
|
var packageName = "@atlaskit/editor-common";
|
|
22
|
-
var packageVersion = "76.
|
|
22
|
+
var packageVersion = "76.22.1";
|
|
23
23
|
var halfFocusRing = 1;
|
|
24
24
|
var dropOffset = '0, 8';
|
|
25
25
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -161,7 +161,7 @@ var ColorPickerButton = function ColorPickerButton(props) {
|
|
|
161
161
|
var currentColor = props.currentColor && props.hexToPaletteColor ? props.hexToPaletteColor(props.currentColor) : props.currentColor;
|
|
162
162
|
var buttonStyle = function buttonStyle(theme) {
|
|
163
163
|
var _props$size, _props$size2, _props$size3;
|
|
164
|
-
return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n padding:
|
|
164
|
+
return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n padding: ", " 10px;\n background-color: ", ";\n ", "\n &:before {\n display: flex;\n justify-content: center;\n align-items: center;\n align-self: center;\n content: '';\n border: 1px solid ", ";\n border-radius: ", "px;\n background-color: ", ";\n width: ", ";\n height: ", ";\n padding: 0;\n margin: 0px ", ";\n }\n &:hover {\n background: ", ";\n }\n "])), "var(--ds-space-075, 6px)", "var(--ds-background-neutral-subtle, transparent)", /* If custom props size height, override the button base height property */
|
|
165
165
|
!!((_props$size = props.size) !== null && _props$size !== void 0 && _props$size.height) && "height: inherit;", DEFAULT_BORDER_COLOR, borderRadius(), currentColor || 'transparent', ((_props$size2 = props.size) === null || _props$size2 === void 0 ? void 0 : _props$size2.width) || '14px', ((_props$size3 = props.size) === null || _props$size3 === void 0 ? void 0 : _props$size3.height) || '14px', "var(--ds-space-025, 2px)", themed({
|
|
166
166
|
light: "var(--ds-background-neutral-subtle-hovered, ".concat(N30A, ")"),
|
|
167
167
|
dark: "var(--ds-background-neutral-subtle-hovered, ".concat(N30A, ")")
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
|
127
127
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
128
128
|
'fabric.editor.image': string;
|
|
129
129
|
'fabric.editor.improvement': string;
|
|
130
|
+
'fabric.editor.indent': string;
|
|
130
131
|
'fabric.editor.infoPanel': string;
|
|
131
132
|
'fabric.editor.infoPanel.description': string;
|
|
132
133
|
'fabric.editor.inlineDescription': string;
|
|
@@ -164,6 +165,7 @@ declare const _default: {
|
|
|
164
165
|
'fabric.editor.orderedList': string;
|
|
165
166
|
'fabric.editor.orderedList.description': string;
|
|
166
167
|
'fabric.editor.other': string;
|
|
168
|
+
'fabric.editor.outdent': string;
|
|
167
169
|
'fabric.editor.pageActionsLabel': string;
|
|
168
170
|
'fabric.editor.placeholderText': string;
|
|
169
171
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
|
127
127
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
128
128
|
'fabric.editor.image': string;
|
|
129
129
|
'fabric.editor.improvement': string;
|
|
130
|
+
'fabric.editor.indent': string;
|
|
130
131
|
'fabric.editor.infoPanel': string;
|
|
131
132
|
'fabric.editor.infoPanel.description': string;
|
|
132
133
|
'fabric.editor.inlineDescription': string;
|
|
@@ -164,6 +165,7 @@ declare const _default: {
|
|
|
164
165
|
'fabric.editor.orderedList': string;
|
|
165
166
|
'fabric.editor.orderedList.description': string;
|
|
166
167
|
'fabric.editor.other': string;
|
|
168
|
+
'fabric.editor.outdent': string;
|
|
167
169
|
'fabric.editor.pageActionsLabel': string;
|
|
168
170
|
'fabric.editor.placeholderText': string;
|
|
169
171
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
|
127
127
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
128
128
|
'fabric.editor.image': string;
|
|
129
129
|
'fabric.editor.improvement': string;
|
|
130
|
+
'fabric.editor.indent': string;
|
|
130
131
|
'fabric.editor.infoPanel': string;
|
|
131
132
|
'fabric.editor.infoPanel.description': string;
|
|
132
133
|
'fabric.editor.inlineDescription': string;
|
|
@@ -164,6 +165,7 @@ declare const _default: {
|
|
|
164
165
|
'fabric.editor.orderedList': string;
|
|
165
166
|
'fabric.editor.orderedList.description': string;
|
|
166
167
|
'fabric.editor.other': string;
|
|
168
|
+
'fabric.editor.outdent': string;
|
|
167
169
|
'fabric.editor.pageActionsLabel': string;
|
|
168
170
|
'fabric.editor.placeholderText': string;
|
|
169
171
|
'fabric.editor.placeholderText.description': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ declare const _default: {
|
|
|
139
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
140
140
|
'fabric.editor.layoutFullWidth': string;
|
|
141
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
142
143
|
'fabric.editor.link': string;
|
|
143
144
|
'fabric.editor.link.description': string;
|
|
144
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -171,9 +172,11 @@ declare const _default: {
|
|
|
171
172
|
'fabric.editor.removeColumns': string;
|
|
172
173
|
'fabric.editor.removeEmoji': string;
|
|
173
174
|
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
174
176
|
'fabric.editor.rowControl': string;
|
|
175
177
|
'fabric.editor.saveButton': string;
|
|
176
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
177
180
|
'fabric.editor.sortColumnASC': string;
|
|
178
181
|
'fabric.editor.sortColumnDESC': string;
|
|
179
182
|
'fabric.editor.splitCell': string;
|
|
@@ -199,6 +202,8 @@ declare const _default: {
|
|
|
199
202
|
'fabric.editor.task': string;
|
|
200
203
|
'fabric.editor.text.formatting.off': string;
|
|
201
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
202
207
|
'fabric.editor.time.ago': string;
|
|
203
208
|
'fabric.editor.time.updated': string;
|
|
204
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -209,6 +214,7 @@ declare const _default: {
|
|
|
209
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
210
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
211
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
212
218
|
'fabric.editor.unableToOpenLink': string;
|
|
213
219
|
'fabric.editor.underline': string;
|
|
214
220
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ declare const _default: {
|
|
|
139
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
140
140
|
'fabric.editor.layoutFullWidth': string;
|
|
141
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
142
143
|
'fabric.editor.link': string;
|
|
143
144
|
'fabric.editor.link.description': string;
|
|
144
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -171,9 +172,11 @@ declare const _default: {
|
|
|
171
172
|
'fabric.editor.removeColumns': string;
|
|
172
173
|
'fabric.editor.removeEmoji': string;
|
|
173
174
|
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
174
176
|
'fabric.editor.rowControl': string;
|
|
175
177
|
'fabric.editor.saveButton': string;
|
|
176
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
177
180
|
'fabric.editor.sortColumnASC': string;
|
|
178
181
|
'fabric.editor.sortColumnDESC': string;
|
|
179
182
|
'fabric.editor.splitCell': string;
|
|
@@ -199,6 +202,8 @@ declare const _default: {
|
|
|
199
202
|
'fabric.editor.task': string;
|
|
200
203
|
'fabric.editor.text.formatting.off': string;
|
|
201
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
202
207
|
'fabric.editor.time.ago': string;
|
|
203
208
|
'fabric.editor.time.updated': string;
|
|
204
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -209,6 +214,7 @@ declare const _default: {
|
|
|
209
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
210
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
211
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
212
218
|
'fabric.editor.unableToOpenLink': string;
|
|
213
219
|
'fabric.editor.underline': string;
|
|
214
220
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ declare const _default: {
|
|
|
139
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
140
140
|
'fabric.editor.layoutFullWidth': string;
|
|
141
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
142
143
|
'fabric.editor.link': string;
|
|
143
144
|
'fabric.editor.link.description': string;
|
|
144
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -171,9 +172,11 @@ declare const _default: {
|
|
|
171
172
|
'fabric.editor.removeColumns': string;
|
|
172
173
|
'fabric.editor.removeEmoji': string;
|
|
173
174
|
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
174
176
|
'fabric.editor.rowControl': string;
|
|
175
177
|
'fabric.editor.saveButton': string;
|
|
176
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
177
180
|
'fabric.editor.sortColumnASC': string;
|
|
178
181
|
'fabric.editor.sortColumnDESC': string;
|
|
179
182
|
'fabric.editor.splitCell': string;
|
|
@@ -199,6 +202,8 @@ declare const _default: {
|
|
|
199
202
|
'fabric.editor.task': string;
|
|
200
203
|
'fabric.editor.text.formatting.off': string;
|
|
201
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
202
207
|
'fabric.editor.time.ago': string;
|
|
203
208
|
'fabric.editor.time.updated': string;
|
|
204
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -209,6 +214,7 @@ declare const _default: {
|
|
|
209
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
210
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
211
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
212
218
|
'fabric.editor.unableToOpenLink': string;
|
|
213
219
|
'fabric.editor.underline': string;
|
|
214
220
|
'fabric.editor.undo': string;
|
|
@@ -69,6 +69,10 @@ export declare const altPaste: Keymap;
|
|
|
69
69
|
export declare const find: Keymap;
|
|
70
70
|
export declare const alignLeft: Keymap;
|
|
71
71
|
export declare const toggleTaskItemCheckbox: Keymap;
|
|
72
|
+
export declare const increaseMediaSize: Keymap;
|
|
73
|
+
export declare const decreaseMediaSize: Keymap;
|
|
74
|
+
export declare const quickIncreaseMediaSize: Keymap;
|
|
75
|
+
export declare const quickDecreaseMediaSize: Keymap;
|
|
72
76
|
export declare function tooltip(keymap?: Keymap, description?: string): string | undefined;
|
|
73
77
|
export declare const ToolTipContent: React.MemoExoticComponent<({ description, shortcutOverride, keymap, }: {
|
|
74
78
|
description?: string | React.ReactNode;
|
|
@@ -193,14 +193,6 @@ export type FeatureFlags = {
|
|
|
193
193
|
* @default undefined
|
|
194
194
|
*/
|
|
195
195
|
chromeCursorHandlerFixedVersion?: number;
|
|
196
|
-
/**
|
|
197
|
-
* @description
|
|
198
|
-
* Enable display of a preview modal on mouse over of inline smart card
|
|
199
|
-
*
|
|
200
|
-
* @see https://product-fabric.atlassian.net/browse/EDM-2860
|
|
201
|
-
* @default false
|
|
202
|
-
*/
|
|
203
|
-
showHoverPreview?: boolean;
|
|
204
196
|
/**
|
|
205
197
|
* @description
|
|
206
198
|
* Generic way of disabling spellcheck per browser by version range
|
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
|
127
127
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
128
128
|
'fabric.editor.image': string;
|
|
129
129
|
'fabric.editor.improvement': string;
|
|
130
|
+
'fabric.editor.indent': string;
|
|
130
131
|
'fabric.editor.infoPanel': string;
|
|
131
132
|
'fabric.editor.infoPanel.description': string;
|
|
132
133
|
'fabric.editor.inlineDescription': string;
|
|
@@ -164,6 +165,7 @@ declare const _default: {
|
|
|
164
165
|
'fabric.editor.orderedList': string;
|
|
165
166
|
'fabric.editor.orderedList.description': string;
|
|
166
167
|
'fabric.editor.other': string;
|
|
168
|
+
'fabric.editor.outdent': string;
|
|
167
169
|
'fabric.editor.pageActionsLabel': string;
|
|
168
170
|
'fabric.editor.placeholderText': string;
|
|
169
171
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
|
127
127
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
128
128
|
'fabric.editor.image': string;
|
|
129
129
|
'fabric.editor.improvement': string;
|
|
130
|
+
'fabric.editor.indent': string;
|
|
130
131
|
'fabric.editor.infoPanel': string;
|
|
131
132
|
'fabric.editor.infoPanel.description': string;
|
|
132
133
|
'fabric.editor.inlineDescription': string;
|
|
@@ -164,6 +165,7 @@ declare const _default: {
|
|
|
164
165
|
'fabric.editor.orderedList': string;
|
|
165
166
|
'fabric.editor.orderedList.description': string;
|
|
166
167
|
'fabric.editor.other': string;
|
|
168
|
+
'fabric.editor.outdent': string;
|
|
167
169
|
'fabric.editor.pageActionsLabel': string;
|
|
168
170
|
'fabric.editor.placeholderText': string;
|
|
169
171
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
|
127
127
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
128
128
|
'fabric.editor.image': string;
|
|
129
129
|
'fabric.editor.improvement': string;
|
|
130
|
+
'fabric.editor.indent': string;
|
|
130
131
|
'fabric.editor.infoPanel': string;
|
|
131
132
|
'fabric.editor.infoPanel.description': string;
|
|
132
133
|
'fabric.editor.inlineDescription': string;
|
|
@@ -164,6 +165,7 @@ declare const _default: {
|
|
|
164
165
|
'fabric.editor.orderedList': string;
|
|
165
166
|
'fabric.editor.orderedList.description': string;
|
|
166
167
|
'fabric.editor.other': string;
|
|
168
|
+
'fabric.editor.outdent': string;
|
|
167
169
|
'fabric.editor.pageActionsLabel': string;
|
|
168
170
|
'fabric.editor.placeholderText': string;
|
|
169
171
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -139,6 +139,7 @@ declare const _default: {
|
|
|
139
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
140
140
|
'fabric.editor.layoutFullWidth': string;
|
|
141
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
142
143
|
'fabric.editor.link': string;
|
|
143
144
|
'fabric.editor.link.description': string;
|
|
144
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -171,9 +172,11 @@ declare const _default: {
|
|
|
171
172
|
'fabric.editor.removeColumns': string;
|
|
172
173
|
'fabric.editor.removeEmoji': string;
|
|
173
174
|
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
174
176
|
'fabric.editor.rowControl': string;
|
|
175
177
|
'fabric.editor.saveButton': string;
|
|
176
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
177
180
|
'fabric.editor.sortColumnASC': string;
|
|
178
181
|
'fabric.editor.sortColumnDESC': string;
|
|
179
182
|
'fabric.editor.splitCell': string;
|
|
@@ -199,6 +202,8 @@ declare const _default: {
|
|
|
199
202
|
'fabric.editor.task': string;
|
|
200
203
|
'fabric.editor.text.formatting.off': string;
|
|
201
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
202
207
|
'fabric.editor.time.ago': string;
|
|
203
208
|
'fabric.editor.time.updated': string;
|
|
204
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -209,6 +214,7 @@ declare const _default: {
|
|
|
209
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
210
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
211
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
212
218
|
'fabric.editor.unableToOpenLink': string;
|
|
213
219
|
'fabric.editor.underline': string;
|
|
214
220
|
'fabric.editor.undo': string;
|
|
@@ -139,6 +139,7 @@ declare const _default: {
|
|
|
139
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
140
140
|
'fabric.editor.layoutFullWidth': string;
|
|
141
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
142
143
|
'fabric.editor.link': string;
|
|
143
144
|
'fabric.editor.link.description': string;
|
|
144
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -171,9 +172,11 @@ declare const _default: {
|
|
|
171
172
|
'fabric.editor.removeColumns': string;
|
|
172
173
|
'fabric.editor.removeEmoji': string;
|
|
173
174
|
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
174
176
|
'fabric.editor.rowControl': string;
|
|
175
177
|
'fabric.editor.saveButton': string;
|
|
176
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
177
180
|
'fabric.editor.sortColumnASC': string;
|
|
178
181
|
'fabric.editor.sortColumnDESC': string;
|
|
179
182
|
'fabric.editor.splitCell': string;
|
|
@@ -199,6 +202,8 @@ declare const _default: {
|
|
|
199
202
|
'fabric.editor.task': string;
|
|
200
203
|
'fabric.editor.text.formatting.off': string;
|
|
201
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
202
207
|
'fabric.editor.time.ago': string;
|
|
203
208
|
'fabric.editor.time.updated': string;
|
|
204
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -209,6 +214,7 @@ declare const _default: {
|
|
|
209
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
210
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
211
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
212
218
|
'fabric.editor.unableToOpenLink': string;
|
|
213
219
|
'fabric.editor.underline': string;
|
|
214
220
|
'fabric.editor.undo': string;
|