@atlaskit/editor-common 78.23.0 → 78.23.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.
Files changed (133) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/i18n/cs.js +2 -1
  3. package/dist/cjs/i18n/da.js +3 -2
  4. package/dist/cjs/i18n/de.js +2 -1
  5. package/dist/cjs/i18n/en.js +11 -3
  6. package/dist/cjs/i18n/en_GB.js +11 -3
  7. package/dist/cjs/i18n/es.js +3 -2
  8. package/dist/cjs/i18n/fi.js +3 -2
  9. package/dist/cjs/i18n/fr.js +2 -1
  10. package/dist/cjs/i18n/hu.js +2 -1
  11. package/dist/cjs/i18n/it.js +2 -1
  12. package/dist/cjs/i18n/ja.js +2 -1
  13. package/dist/cjs/i18n/ko.js +6 -5
  14. package/dist/cjs/i18n/nb.js +2 -1
  15. package/dist/cjs/i18n/nl.js +2 -1
  16. package/dist/cjs/i18n/pl.js +3 -2
  17. package/dist/cjs/i18n/pt_BR.js +2 -1
  18. package/dist/cjs/i18n/ru.js +2 -1
  19. package/dist/cjs/i18n/sv.js +2 -1
  20. package/dist/cjs/i18n/th.js +2 -1
  21. package/dist/cjs/i18n/tr.js +2 -1
  22. package/dist/cjs/i18n/uk.js +4 -3
  23. package/dist/cjs/i18n/vi.js +2 -1
  24. package/dist/cjs/i18n/zh.js +2 -1
  25. package/dist/cjs/i18n/zh_TW.js +2 -1
  26. package/dist/cjs/messages/table.js +2 -12
  27. package/dist/cjs/monitoring/error.js +1 -1
  28. package/dist/cjs/ui/DropList/index.js +1 -1
  29. package/dist/es2019/i18n/cs.js +2 -1
  30. package/dist/es2019/i18n/da.js +3 -2
  31. package/dist/es2019/i18n/de.js +2 -1
  32. package/dist/es2019/i18n/en.js +11 -3
  33. package/dist/es2019/i18n/en_GB.js +11 -3
  34. package/dist/es2019/i18n/es.js +3 -2
  35. package/dist/es2019/i18n/fi.js +3 -2
  36. package/dist/es2019/i18n/fr.js +2 -1
  37. package/dist/es2019/i18n/hu.js +2 -1
  38. package/dist/es2019/i18n/it.js +2 -1
  39. package/dist/es2019/i18n/ja.js +2 -1
  40. package/dist/es2019/i18n/ko.js +6 -5
  41. package/dist/es2019/i18n/nb.js +2 -1
  42. package/dist/es2019/i18n/nl.js +2 -1
  43. package/dist/es2019/i18n/pl.js +3 -2
  44. package/dist/es2019/i18n/pt_BR.js +2 -1
  45. package/dist/es2019/i18n/ru.js +2 -1
  46. package/dist/es2019/i18n/sv.js +2 -1
  47. package/dist/es2019/i18n/th.js +2 -1
  48. package/dist/es2019/i18n/tr.js +2 -1
  49. package/dist/es2019/i18n/uk.js +4 -3
  50. package/dist/es2019/i18n/vi.js +2 -1
  51. package/dist/es2019/i18n/zh.js +2 -1
  52. package/dist/es2019/i18n/zh_TW.js +2 -1
  53. package/dist/es2019/messages/table.js +2 -12
  54. package/dist/es2019/monitoring/error.js +1 -1
  55. package/dist/es2019/ui/DropList/index.js +1 -1
  56. package/dist/esm/i18n/cs.js +2 -1
  57. package/dist/esm/i18n/da.js +3 -2
  58. package/dist/esm/i18n/de.js +2 -1
  59. package/dist/esm/i18n/en.js +11 -3
  60. package/dist/esm/i18n/en_GB.js +11 -3
  61. package/dist/esm/i18n/es.js +3 -2
  62. package/dist/esm/i18n/fi.js +3 -2
  63. package/dist/esm/i18n/fr.js +2 -1
  64. package/dist/esm/i18n/hu.js +2 -1
  65. package/dist/esm/i18n/it.js +2 -1
  66. package/dist/esm/i18n/ja.js +2 -1
  67. package/dist/esm/i18n/ko.js +6 -5
  68. package/dist/esm/i18n/nb.js +2 -1
  69. package/dist/esm/i18n/nl.js +2 -1
  70. package/dist/esm/i18n/pl.js +3 -2
  71. package/dist/esm/i18n/pt_BR.js +2 -1
  72. package/dist/esm/i18n/ru.js +2 -1
  73. package/dist/esm/i18n/sv.js +2 -1
  74. package/dist/esm/i18n/th.js +2 -1
  75. package/dist/esm/i18n/tr.js +2 -1
  76. package/dist/esm/i18n/uk.js +4 -3
  77. package/dist/esm/i18n/vi.js +2 -1
  78. package/dist/esm/i18n/zh.js +2 -1
  79. package/dist/esm/i18n/zh_TW.js +2 -1
  80. package/dist/esm/messages/table.js +2 -12
  81. package/dist/esm/monitoring/error.js +1 -1
  82. package/dist/esm/ui/DropList/index.js +1 -1
  83. package/dist/types/i18n/cs.d.ts +1 -0
  84. package/dist/types/i18n/da.d.ts +1 -0
  85. package/dist/types/i18n/de.d.ts +1 -0
  86. package/dist/types/i18n/en.d.ts +9 -1
  87. package/dist/types/i18n/en_GB.d.ts +9 -1
  88. package/dist/types/i18n/es.d.ts +1 -0
  89. package/dist/types/i18n/fi.d.ts +1 -0
  90. package/dist/types/i18n/fr.d.ts +1 -0
  91. package/dist/types/i18n/hu.d.ts +1 -0
  92. package/dist/types/i18n/it.d.ts +1 -0
  93. package/dist/types/i18n/ja.d.ts +1 -0
  94. package/dist/types/i18n/ko.d.ts +1 -0
  95. package/dist/types/i18n/nb.d.ts +1 -0
  96. package/dist/types/i18n/nl.d.ts +1 -0
  97. package/dist/types/i18n/pl.d.ts +1 -0
  98. package/dist/types/i18n/pt_BR.d.ts +1 -0
  99. package/dist/types/i18n/ru.d.ts +1 -0
  100. package/dist/types/i18n/sv.d.ts +1 -0
  101. package/dist/types/i18n/th.d.ts +1 -0
  102. package/dist/types/i18n/tr.d.ts +1 -0
  103. package/dist/types/i18n/uk.d.ts +1 -0
  104. package/dist/types/i18n/vi.d.ts +1 -0
  105. package/dist/types/i18n/zh.d.ts +1 -0
  106. package/dist/types/i18n/zh_TW.d.ts +1 -0
  107. package/dist/types/messages/table.d.ts +0 -10
  108. package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
  109. package/dist/types-ts4.5/i18n/da.d.ts +1 -0
  110. package/dist/types-ts4.5/i18n/de.d.ts +1 -0
  111. package/dist/types-ts4.5/i18n/en.d.ts +9 -1
  112. package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
  113. package/dist/types-ts4.5/i18n/es.d.ts +1 -0
  114. package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
  115. package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
  116. package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
  117. package/dist/types-ts4.5/i18n/it.d.ts +1 -0
  118. package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
  119. package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
  120. package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
  121. package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
  122. package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
  123. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
  124. package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
  125. package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
  126. package/dist/types-ts4.5/i18n/th.d.ts +1 -0
  127. package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
  128. package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
  129. package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
  130. package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
  131. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
  132. package/dist/types-ts4.5/messages/table.d.ts +0 -10
  133. package/package.json +4 -4
@@ -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} пікселів.}}',
@@ -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': 'Bảng',
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.}}',
@@ -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} 像素。}}',
@@ -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 {direction} column resize',
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.0";
9
+ var packageVersion = "78.23.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
@@ -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.0";
20
+ var packageVersion = "78.23.1";
21
21
  var halfFocusRing = 1;
22
22
  var dropOffset = '0, 8';
23
23
  var DropList = /*#__PURE__*/function (_Component) {
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;