@atlaskit/editor-common 78.23.0 → 78.23.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 +12 -0
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +6 -5
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +4 -3
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/messages/table.js +2 -12
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/es.js +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +6 -5
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +4 -3
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/messages/table.js +2 -12
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/es.js +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +6 -5
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +4 -3
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/messages/table.js +2 -12
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/messages/table.d.ts +0 -10
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/messages/table.d.ts +0 -10
- package/package.json +4 -4
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira-ärenden',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Infoga Jira-ärenden från Jira Cloud med förbättrad sökning, filtrering och konfiguration.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Redigera sökfråga',
|
|
101
101
|
'fabric.editor.date': 'Datum',
|
|
102
102
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternativ text är användbart för de som använder skärmläsare på grund av visuella begränsningar.',
|
|
358
358
|
'fabric.editor.table': 'Tabell',
|
|
359
359
|
'fabric.editor.table.description': 'Infoga en tabell',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Full bredd',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tabellalternativ',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har minskats till {newWidth,number} pixel.} other {Tabellbredden har minskats till {newWidth,number} pixlar.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har ökat till {newWidth,number} pixel.} other {Tabellbredden har ökat till {newWidth,number} pixlar.}}',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'ปัญหา Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'แทรกปัญหา Jira จาก Jira Cloud ด้วยการค้นหา ตัวกรอง และการกำหนดค่าที่ได้รับการปรับปรุงใหม่',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'รายการ',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'แก้ไขคำถามการค้นหา',
|
|
101
101
|
'fabric.editor.date': 'วันที่',
|
|
102
102
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'ข้อความอธิบายรูปภาพมีประโยชน์สำหรับผู้ที่กำลังใช้โปรแกรมอ่านออกเสียงบนหน้าจอเนื่องจากอาจมีข้อจำกัดทางด้านภาพ',
|
|
358
358
|
'fabric.editor.table': 'ตาราง',
|
|
359
359
|
'fabric.editor.table.description': 'แทรกตาราง',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'แบบเต็มความกว้าง',
|
|
360
361
|
'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางลดลงเหลือ {newWidth,number} พิกเซล}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางเพิ่มขึ้น {newWidth,number} พิกเซล}}',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira Konuları',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': "Gelişmiş arama, filtreleme ve yapılandırma ile Jira Cloud'daki Jira konularını ekleyin.",
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Arama sorgusunu düzenleyin',
|
|
101
101
|
'fabric.editor.date': 'Tarih',
|
|
102
102
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Alternatif metin, görme güçlüğü çektiği için ekran okuyucu kullanan kişilere yardımcı olur.',
|
|
358
358
|
'fabric.editor.table': 'Tablo',
|
|
359
359
|
'fabric.editor.table.description': 'Tablo ekleyin',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Tam genişlik',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele düşürüldü.} other {Tablo genişliği {newWidth,number} piksele düşürüldü.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele artırıldı.} other {Tablo genişliği {newWidth,number} piksele artırıldı.}}',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Завдання в Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Вставляйте завдання Jira з Jira Cloud за допомогою розширеного пошуку, фільтрації та конфігурації.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Список',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Редагувати пошуковий запит',
|
|
101
101
|
'fabric.editor.date': 'Дата',
|
|
102
102
|
'fabric.editor.date.description': 'Вставити дату через календар',
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Плаваюча панель інструментів',
|
|
184
184
|
'fabric.editor.floatingToolbar.scrollLeft': 'Прокрутити вліво',
|
|
185
185
|
'fabric.editor.floatingToolbar.scrollRight': 'Прокрутити вправо',
|
|
186
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
186
|
+
'fabric.editor.focusTableResizeHandle': 'Активувати маркер змінення розміру таблиці',
|
|
187
187
|
'fabric.editor.headerColumn': 'Стовпець заголовка',
|
|
188
188
|
'fabric.editor.headerRow': 'Рядок заголовка',
|
|
189
189
|
'fabric.editor.heading1': 'Заголовок 1',
|
|
@@ -277,7 +277,7 @@ export default {
|
|
|
277
277
|
'fabric.editor.mention.description': 'Згадати користувача та надіслати йому сповіщення',
|
|
278
278
|
'fabric.editor.mentionNode.label': 'Згаданий за допомогою тегу користувач',
|
|
279
279
|
'fabric.editor.mentionsAddLabel': 'додати-значок',
|
|
280
|
-
'fabric.editor.mentionsIconLabel': '
|
|
280
|
+
'fabric.editor.mentionsIconLabel': 'Згадати',
|
|
281
281
|
'fabric.editor.mergeCells': 'Об’єднати клітинки',
|
|
282
282
|
'fabric.editor.moreFormatting': 'Додаткове форматування',
|
|
283
283
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Переміщення стовпця(-ів) уліво} few {Переміщення стовпців уліво} many {Переміщення стовпців уліво} other {Переміщення стовпців уліво}}',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Текст заміщення потрібний для людей, які користуються засобами читання з екрана через обмеження зору.',
|
|
358
358
|
'fabric.editor.table': 'Таблиця',
|
|
359
359
|
'fabric.editor.table.description': 'Вставити таблицю',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Повна ширина',
|
|
360
361
|
'fabric.editor.tableOptions': 'Параметри таблиці',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці зменшено до {newWidth,number} пікселя.} few {Ширину таблиці зменшено до {newWidth,number} пікселів.} many {Ширину таблиці зменшено до {newWidth,number} пікселів.} other {Ширину таблиці зменшено до {newWidth,number} пікселів.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці збільшено до {newWidth,number} пікселя.} few {Ширину таблиці збільшено до {newWidth,number} пікселів.} many {Ширину таблиці збільшено до {newWidth,number} пікселів.} other {Ширину таблиці збільшено до {newWidth,number} пікселів.}}',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Vấn đề trên Jira',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': 'Chèn vấn đề trên Jira từ Jira Cloud bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': 'Danh sách',
|
|
100
100
|
'fabric.editor.datasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
101
101
|
'fabric.editor.date': 'Ngày',
|
|
102
102
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': 'Văn bản thay thế là tính năng hữu ích cho những người sử dụng trình đọc màn hình do suy giảm thị lực.',
|
|
358
358
|
'fabric.editor.table': 'Bảng',
|
|
359
359
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': 'Toàn chiều rộng',
|
|
360
361
|
'fabric.editor.tableOptions': 'Tùy chọn bảng',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã giảm xuống {newWidth,number} pixel.}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã tăng lên {newWidth,number} pixel.}}',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 事务',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '通过增强的搜索、筛选和配置插入来自 Jira Cloud 的 Jira 事务。',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
100
100
|
'fabric.editor.datasourceTitle': '编辑搜索查询',
|
|
101
101
|
'fabric.editor.date': '日期',
|
|
102
102
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '对于因有视觉障碍而使用屏幕朗读器的用户,替代文本很有帮助。',
|
|
358
358
|
'fabric.editor.table': '表格',
|
|
359
359
|
'fabric.editor.table.description': '插入表格',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '全宽',
|
|
360
361
|
'fabric.editor.tableOptions': '表格选项',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已减少到 {newWidth,number} 像素。}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已增加到 {newWidth,number} 像素。}}',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
|
|
97
97
|
'fabric.editor.datasource.jiraIssue': 'Jira 議題',
|
|
98
98
|
'fabric.editor.datasource.jiraIssue.description': '透過增強的搜尋、篩選和組態,從 Jira Cloud 插入 Jira 議題。',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
99
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
100
100
|
'fabric.editor.datasourceTitle': '編輯搜尋查詢',
|
|
101
101
|
'fabric.editor.date': '日期',
|
|
102
102
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
@@ -357,6 +357,7 @@ export default {
|
|
|
357
357
|
'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
|
|
358
358
|
'fabric.editor.table': '表格',
|
|
359
359
|
'fabric.editor.table.description': '插入表格',
|
|
360
|
+
'fabric.editor.tableFullWidthLabel': '全寬',
|
|
360
361
|
'fabric.editor.tableOptions': '表格選項',
|
|
361
362
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已降低至 {newWidth,number} 像素。}}',
|
|
362
363
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已提升至 {newWidth,number} 像素。}}',
|
|
@@ -242,24 +242,14 @@ export var messages = defineMessages({
|
|
|
242
242
|
},
|
|
243
243
|
focusedOtherResize: {
|
|
244
244
|
id: 'fabric.editor.tables.otherResize',
|
|
245
|
-
defaultMessage: 'Switched to the
|
|
245
|
+
defaultMessage: '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
|
|
246
246
|
description: 'Screen Reader announces when the user switches to the left or right column resizer'
|
|
247
247
|
},
|
|
248
248
|
changedColumnWidth: {
|
|
249
249
|
id: 'fabric.editor.tables.columnWidth',
|
|
250
|
-
defaultMessage: 'Column width was changed to {width} pixels',
|
|
250
|
+
defaultMessage: '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
|
|
251
251
|
description: 'Screen Reader announces when the user modifies the column width'
|
|
252
252
|
},
|
|
253
|
-
columnLeftResize: {
|
|
254
|
-
id: 'fabric.editor.tables.columnLeftResize',
|
|
255
|
-
defaultMessage: 'left',
|
|
256
|
-
description: 'Screen Reader announces the jump to the preceding column resizer'
|
|
257
|
-
},
|
|
258
|
-
columnRightResize: {
|
|
259
|
-
id: 'fabric.editor.tables.columnRightResize',
|
|
260
|
-
defaultMessage: 'right',
|
|
261
|
-
description: 'Screen Reader announces the jump to the subsequent column resizer'
|
|
262
|
-
},
|
|
263
253
|
columnResizeStop: {
|
|
264
254
|
id: 'fabric.editor.tables.resizeStop',
|
|
265
255
|
defaultMessage: 'Stopped resize',
|
|
@@ -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 = "78.23.
|
|
9
|
+
var packageVersion = "78.23.2";
|
|
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
|
|
@@ -17,7 +17,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
17
17
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
18
18
|
import Layer from '../Layer';
|
|
19
19
|
var packageName = "@atlaskit/editor-common";
|
|
20
|
-
var packageVersion = "78.23.
|
|
20
|
+
var packageVersion = "78.23.2";
|
|
21
21
|
var halfFocusRing = 1;
|
|
22
22
|
var dropOffset = '0, 8';
|
|
23
23
|
var DropList = /*#__PURE__*/function (_Component) {
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -249,16 +249,6 @@ export declare const messages: {
|
|
|
249
249
|
defaultMessage: string;
|
|
250
250
|
description: string;
|
|
251
251
|
};
|
|
252
|
-
columnLeftResize: {
|
|
253
|
-
id: string;
|
|
254
|
-
defaultMessage: string;
|
|
255
|
-
description: string;
|
|
256
|
-
};
|
|
257
|
-
columnRightResize: {
|
|
258
|
-
id: string;
|
|
259
|
-
defaultMessage: string;
|
|
260
|
-
description: string;
|
|
261
|
-
};
|
|
262
252
|
columnResizeStop: {
|
|
263
253
|
id: string;
|
|
264
254
|
defaultMessage: string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|