@atlaskit/editor-common 89.1.3 → 89.2.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 +17 -0
- package/dist/cjs/i18n/cs.js +3 -0
- package/dist/cjs/i18n/da.js +3 -0
- package/dist/cjs/i18n/de.js +3 -0
- package/dist/cjs/i18n/es.js +3 -0
- package/dist/cjs/i18n/fi.js +3 -0
- package/dist/cjs/i18n/fr.js +3 -0
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +3 -0
- package/dist/cjs/i18n/ja.js +3 -0
- package/dist/cjs/i18n/ko.js +3 -0
- package/dist/cjs/i18n/nb.js +3 -0
- package/dist/cjs/i18n/nl.js +3 -0
- package/dist/cjs/i18n/pl.js +3 -0
- package/dist/cjs/i18n/pt_BR.js +3 -0
- package/dist/cjs/i18n/ru.js +3 -0
- package/dist/cjs/i18n/sv.js +3 -0
- package/dist/cjs/i18n/th.js +3 -0
- package/dist/cjs/i18n/tr.js +3 -0
- package/dist/cjs/i18n/uk.js +3 -0
- package/dist/cjs/i18n/vi.js +3 -0
- package/dist/cjs/i18n/zh.js +3 -0
- package/dist/cjs/i18n/zh_TW.js +3 -0
- package/dist/cjs/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Emoji/index.js +58 -11
- package/dist/cjs/ui/MediaSingle/styled.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -0
- package/dist/es2019/i18n/da.js +3 -0
- package/dist/es2019/i18n/de.js +3 -0
- package/dist/es2019/i18n/es.js +3 -0
- package/dist/es2019/i18n/fi.js +3 -0
- package/dist/es2019/i18n/fr.js +3 -0
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +3 -0
- package/dist/es2019/i18n/ja.js +3 -0
- package/dist/es2019/i18n/ko.js +3 -0
- package/dist/es2019/i18n/nb.js +3 -0
- package/dist/es2019/i18n/nl.js +3 -0
- package/dist/es2019/i18n/pl.js +3 -0
- package/dist/es2019/i18n/pt_BR.js +3 -0
- package/dist/es2019/i18n/ru.js +3 -0
- package/dist/es2019/i18n/sv.js +3 -0
- package/dist/es2019/i18n/th.js +3 -0
- package/dist/es2019/i18n/tr.js +3 -0
- package/dist/es2019/i18n/uk.js +3 -0
- package/dist/es2019/i18n/vi.js +3 -0
- package/dist/es2019/i18n/zh.js +3 -0
- package/dist/es2019/i18n/zh_TW.js +3 -0
- package/dist/es2019/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Emoji/index.js +54 -5
- package/dist/es2019/ui/MediaSingle/styled.js +1 -1
- package/dist/esm/i18n/cs.js +3 -0
- package/dist/esm/i18n/da.js +3 -0
- package/dist/esm/i18n/de.js +3 -0
- package/dist/esm/i18n/es.js +3 -0
- package/dist/esm/i18n/fi.js +3 -0
- package/dist/esm/i18n/fr.js +3 -0
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +3 -0
- package/dist/esm/i18n/ja.js +3 -0
- package/dist/esm/i18n/ko.js +3 -0
- package/dist/esm/i18n/nb.js +3 -0
- package/dist/esm/i18n/nl.js +3 -0
- package/dist/esm/i18n/pl.js +3 -0
- package/dist/esm/i18n/pt_BR.js +3 -0
- package/dist/esm/i18n/ru.js +3 -0
- package/dist/esm/i18n/sv.js +3 -0
- package/dist/esm/i18n/th.js +3 -0
- package/dist/esm/i18n/tr.js +3 -0
- package/dist/esm/i18n/uk.js +3 -0
- package/dist/esm/i18n/vi.js +3 -0
- package/dist/esm/i18n/zh.js +3 -0
- package/dist/esm/i18n/zh_TW.js +3 -0
- package/dist/esm/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Emoji/index.js +57 -11
- package/dist/esm/ui/MediaSingle/styled.js +1 -1
- package/dist/types/i18n/cs.d.ts +3 -0
- package/dist/types/i18n/da.d.ts +3 -0
- package/dist/types/i18n/de.d.ts +3 -0
- package/dist/types/i18n/es.d.ts +3 -0
- package/dist/types/i18n/fi.d.ts +3 -0
- package/dist/types/i18n/fr.d.ts +3 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +3 -0
- package/dist/types/i18n/ja.d.ts +3 -0
- package/dist/types/i18n/ko.d.ts +3 -0
- package/dist/types/i18n/nb.d.ts +3 -0
- package/dist/types/i18n/nl.d.ts +3 -0
- package/dist/types/i18n/pl.d.ts +3 -0
- package/dist/types/i18n/pt_BR.d.ts +3 -0
- package/dist/types/i18n/ru.d.ts +3 -0
- package/dist/types/i18n/sv.d.ts +3 -0
- package/dist/types/i18n/th.d.ts +3 -0
- package/dist/types/i18n/tr.d.ts +3 -0
- package/dist/types/i18n/uk.d.ts +3 -0
- package/dist/types/i18n/vi.d.ts +3 -0
- package/dist/types/i18n/zh.d.ts +3 -0
- package/dist/types/i18n/zh_TW.d.ts +3 -0
- package/dist/types/ui/Emoji/index.d.ts +5 -13
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -0
- package/dist/types-ts4.5/i18n/da.d.ts +3 -0
- package/dist/types-ts4.5/i18n/de.d.ts +3 -0
- package/dist/types-ts4.5/i18n/es.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -0
- package/dist/types-ts4.5/i18n/th.d.ts +3 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -0
- package/dist/types-ts4.5/ui/Emoji/index.d.ts +5 -13
- package/package.json +11 -8
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '배경색',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 이동',
|
|
39
|
+
'fabric.editor.blockControlInsert': '삽입',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '위로 이동',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': '콘텐츠를 아래로 이동했습니다',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': '링크의 이미지',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': '링크에서 이미지 또는 동영상을 추가하세요',
|
|
274
275
|
'fabric.editor.insertMenu': '요소 삽입',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '닫기',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '삽입',
|
|
275
278
|
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
276
279
|
'fabric.editor.insertRowDrag': '행 삽입',
|
|
277
280
|
'fabric.editor.insertTableColumn': '표 열 삽입',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å flytte',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Sett inn',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Flytt opp',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Innholdet er flyttet nedover',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Bilde fra kobling',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Legg til et bilde eller en video fra en kobling',
|
|
274
275
|
'fabric.editor.insertMenu': 'Sett inn elementer',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Lukk',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Sett inn',
|
|
275
278
|
'fabric.editor.insertRow': 'Sett inn rad under',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Sett inn rad',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Sett inn tabellkolonne',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Achtergrondkleur',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Sleep om te verplaatsen',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Invoegen',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Verplaats naar beneden',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Verplaats naar boven',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Inhoud is naar beneden verplaatst',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Afbeelding vanaf een link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Voeg een afbeelding of video toe vanaf een link',
|
|
274
275
|
'fabric.editor.insertMenu': 'Elementen invoegen',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Sluiten',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Invoegen',
|
|
275
278
|
'fabric.editor.insertRow': 'Rij onder invoegen',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Voeg rij in',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Tabelkolom invoegen',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Kolor tła',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Łącze bezpośrednio w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Przeciągnij, aby przenieść',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Wstaw',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Przenieś niżej',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Przenieś wyżej',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Zawartość została przeniesiona w dół',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Obraz z łącza',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Dodaj obraz lub film z łącza',
|
|
274
275
|
'fabric.editor.insertMenu': 'Wstaw elementy',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Zamknij',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Wstaw',
|
|
275
278
|
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Wstaw wiersz',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Wstaw kolumnę tabeli',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Cor do plano de fundo',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para mover',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Inserir',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Mover para baixo',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Mover para cima',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'O conteúdo foi movido para baixo',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Imagem do link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Adicione uma imagem ou vídeo com um link',
|
|
274
275
|
'fabric.editor.insertMenu': 'Inserir elementos',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Fechar',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Inserir',
|
|
275
278
|
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Inserir linha',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Inserir coluna na tabela',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Цвет фона',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Встроенная ссылка находится внутри узла {node} — нельзя изменить представление',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетаскивайте, чтобы переместить',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Вставить',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Переместить блок вниз',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Переместить блок вверх',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Контент перемещен вниз',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Изображение по ссылке',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Добавить изображение или видео по ссылке',
|
|
274
275
|
'fabric.editor.insertMenu': 'Вставить элементы',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Закрыть',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Вставить',
|
|
275
278
|
'fabric.editor.insertRow': 'Вставить строку ниже',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Вставить строку',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Вставить столбец таблицы',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Bakgrundsfärg',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Inlinelänken är inuti {node} och det går inte att byta dess vy',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra för att flytta',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Infoga',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Flytta ner',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Flytta upp',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Innehållet har flyttats ner',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Bild från länk',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Lägg till en bild eller video från en länk',
|
|
274
275
|
'fabric.editor.insertMenu': 'Infoga element',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Stäng',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Infoga',
|
|
275
278
|
'fabric.editor.insertRow': 'Infoga rad nedanför',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Infoga rad',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Infoga tabellkolumn',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'สีพื้นหลัง',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'ลิงก์ในบรรทัดเดียวกันจะอยู่ภายใน {node} และไม่สามารถเปลี่ยนแปลงมุมมองได้',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'ลากเพื่อย้าย',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'แทรก',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'เลื่อนลง',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'เลื่อนขึ้น',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'มีการย้ายเนื้อหาลงแล้ว',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'รูปภาพจากลิงก์',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'เพิ่มรูปภาพหรือวิดีโอจากลิงก์',
|
|
274
275
|
'fabric.editor.insertMenu': 'แทรกองค์ประกอบ',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'ปิด',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'แทรก',
|
|
275
278
|
'fabric.editor.insertRow': 'แทรกแถวด้านล่าง',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'แทรกแถว',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'แทรกคอลัมน์ตาราง',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Arkaplan rengi',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Taşımak için sürükleyin',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Ekle',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Aşağı taşı',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Yukarı taşı',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'İçerik aşağıya taşındı',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Bağlantıdaki görüntü',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Bağlantıdan görsel veya video ekleyin',
|
|
274
275
|
'fabric.editor.insertMenu': 'Öğe ekleyin',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Kapat',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Ekle',
|
|
275
278
|
'fabric.editor.insertRow': 'Aşağıya satır ekle',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Satır ekle',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Tablo sütunu ekle',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Колір фону',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Вбудоване посилання знаходиться у вузлі {node}, тому змінити подання не можна',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетягніть, щоб змінити порядок',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Вставити',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Перемістити вниз',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Перемістити вверх',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Вміст було переміщено вниз',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Зображення за посиланням',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Додайте зображення або відео за посиланням',
|
|
274
275
|
'fabric.editor.insertMenu': 'Вставка елементів',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Закрити',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Вставити',
|
|
275
278
|
'fabric.editor.insertRow': 'Вставити рядок знизу',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Вставити рядок',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Вставити стовпець таблиці',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Màu nền',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Liên kết nội tuyến nằm trong {node} và không thể thay đổi chế độ xem liên kết',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Kéo để di chuyển',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Chèn',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Di chuyển lên',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Nội dung đã được chuyển xuống',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Hình ảnh từ liên kết',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Thêm hình ảnh hoặc video từ một liên kết',
|
|
274
275
|
'fabric.editor.insertMenu': 'Chèn thành phần',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Đóng',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Chèn',
|
|
275
278
|
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Chèn hàng',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Chèn cột bảng',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '背景颜色',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': '拖动以移动',
|
|
39
|
+
'fabric.editor.blockControlInsert': '插入',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '下移',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '上移',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': '内容已下移',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': '来自链接的图像',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': '添加来自链接的图像或视频',
|
|
274
275
|
'fabric.editor.insertMenu': '插入元素',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '关闭',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '插入',
|
|
275
278
|
'fabric.editor.insertRow': '在下方插入行',
|
|
276
279
|
'fabric.editor.insertRowDrag': '插入行',
|
|
277
280
|
'fabric.editor.insertTableColumn': '插入表格列',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '背景顏色',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': '拖曳即可移動',
|
|
39
|
+
'fabric.editor.blockControlInsert': '插入',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '向下移動',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '向上移動',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': '內容已向下移動',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': '圖片來源連結',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': '透過連結新增圖片或影片',
|
|
274
275
|
'fabric.editor.insertMenu': '插入元素',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '關閉',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '插入',
|
|
275
278
|
'fabric.editor.insertRow': '在下方插入列',
|
|
276
279
|
'fabric.editor.insertRowDrag': '插入列',
|
|
277
280
|
'fabric.editor.insertTableColumn': '插入表格欄',
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "89.1
|
|
10
|
+
var packageVersion = "89.2.1";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -22,7 +22,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
22
22
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
23
23
|
import Layer from '../Layer';
|
|
24
24
|
var packageName = "@atlaskit/editor-common";
|
|
25
|
-
var packageVersion = "89.1
|
|
25
|
+
var packageVersion = "89.2.1";
|
|
26
26
|
var halfFocusRing = 1;
|
|
27
27
|
var dropOffset = '0, 8';
|
|
28
28
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -9,14 +9,14 @@ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function
|
|
|
9
9
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
10
10
|
import React, { PureComponent } from 'react';
|
|
11
11
|
import { ResourcedEmoji } from '@atlaskit/emoji/element';
|
|
12
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
12
13
|
import { ProviderFactory, WithProviders } from '../../provider-factory';
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
function EmojiNode(props) {
|
|
14
|
+
var EmojiNodeClass = /*#__PURE__*/function (_PureComponent) {
|
|
15
|
+
_inherits(EmojiNodeClass, _PureComponent);
|
|
16
|
+
var _super = _createSuper(EmojiNodeClass);
|
|
17
|
+
function EmojiNodeClass(props) {
|
|
18
18
|
var _this;
|
|
19
|
-
_classCallCheck(this,
|
|
19
|
+
_classCallCheck(this, EmojiNodeClass);
|
|
20
20
|
_this = _super.call(this, props);
|
|
21
21
|
_defineProperty(_assertThisInitialized(_this), "renderWithProvider", function (providers) {
|
|
22
22
|
var _resourceConfig$optim;
|
|
@@ -59,7 +59,7 @@ var EmojiNode = /*#__PURE__*/function (_PureComponent) {
|
|
|
59
59
|
_this.providerFactory = props.providers || new ProviderFactory();
|
|
60
60
|
return _this;
|
|
61
61
|
}
|
|
62
|
-
_createClass(
|
|
62
|
+
_createClass(EmojiNodeClass, [{
|
|
63
63
|
key: "componentWillUnmount",
|
|
64
64
|
value: function componentWillUnmount() {
|
|
65
65
|
if (!this.props.providers) {
|
|
@@ -78,10 +78,56 @@ var EmojiNode = /*#__PURE__*/function (_PureComponent) {
|
|
|
78
78
|
});
|
|
79
79
|
}
|
|
80
80
|
}]);
|
|
81
|
-
return
|
|
81
|
+
return EmojiNodeClass;
|
|
82
82
|
}(PureComponent);
|
|
83
|
-
_defineProperty(
|
|
84
|
-
_defineProperty(
|
|
83
|
+
_defineProperty(EmojiNodeClass, "displayName", 'EmojiNode');
|
|
84
|
+
_defineProperty(EmojiNodeClass, "defaultProps", {
|
|
85
85
|
showTooltip: true
|
|
86
86
|
});
|
|
87
|
-
|
|
87
|
+
var EmojiNodeFunctional = function EmojiNodeFunctional(props) {
|
|
88
|
+
var _resourceConfig$optim2;
|
|
89
|
+
var allowTextFallback = props.allowTextFallback,
|
|
90
|
+
shortName = props.shortName,
|
|
91
|
+
id = props.id,
|
|
92
|
+
fallback = props.fallback,
|
|
93
|
+
fitToHeight = props.fitToHeight,
|
|
94
|
+
showTooltip = props.showTooltip,
|
|
95
|
+
resourceConfig = props.resourceConfig,
|
|
96
|
+
emojiProvider = props.emojiProvider;
|
|
97
|
+
if (allowTextFallback && !emojiProvider) {
|
|
98
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
99
|
+
"data-emoji-id": id,
|
|
100
|
+
"data-emoji-short-name": shortName,
|
|
101
|
+
"data-emoji-text": fallback || shortName
|
|
102
|
+
}, fallback || shortName);
|
|
103
|
+
}
|
|
104
|
+
if (!emojiProvider) {
|
|
105
|
+
return null;
|
|
106
|
+
}
|
|
107
|
+
return /*#__PURE__*/React.createElement(ResourcedEmoji, {
|
|
108
|
+
emojiId: {
|
|
109
|
+
id: id,
|
|
110
|
+
fallback: fallback,
|
|
111
|
+
shortName: shortName
|
|
112
|
+
},
|
|
113
|
+
emojiProvider: Promise.resolve(emojiProvider),
|
|
114
|
+
showTooltip: showTooltip,
|
|
115
|
+
fitToHeight: fitToHeight,
|
|
116
|
+
optimistic: true,
|
|
117
|
+
optimisticImageURL: resourceConfig === null || resourceConfig === void 0 || (_resourceConfig$optim2 = resourceConfig.optimisticImageApi) === null || _resourceConfig$optim2 === void 0 ? void 0 : _resourceConfig$optim2.getUrl({
|
|
118
|
+
id: id,
|
|
119
|
+
fallback: fallback,
|
|
120
|
+
shortName: shortName
|
|
121
|
+
}),
|
|
122
|
+
editorEmoji: true
|
|
123
|
+
});
|
|
124
|
+
};
|
|
125
|
+
var EmojiNode = function EmojiNode(props) {
|
|
126
|
+
if (fg('platform_editor_get_emoji_provider_from_config')) {
|
|
127
|
+
if (props.emojiProvider) {
|
|
128
|
+
return /*#__PURE__*/React.createElement(EmojiNodeFunctional, props);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
return /*#__PURE__*/React.createElement(EmojiNodeClass, props);
|
|
132
|
+
};
|
|
133
|
+
export default EmojiNode;
|
|
@@ -201,7 +201,7 @@ var RenderFallbackContainer = function RenderFallbackContainer(_ref2) {
|
|
|
201
201
|
|
|
202
202
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
|
|
203
203
|
export var mediaWrapperStyle = function mediaWrapperStyle(props) {
|
|
204
|
-
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n\tposition: relative;\n\n\t", "\n\n\t/* Editor */\n & > figure {\n\t\tposition: ", ";\n\t\theight: 100%;\n\t\twidth: 100%;\n\t}\n\n\t// Comments on media project adds comment badge as child of the media wrapper,\n\t// thus we need to exclude it so that style is applied to intended div\n\t// remove [data-comment-badge='true'] when ff
|
|
204
|
+
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n\tposition: relative;\n\n\t", "\n\n\t/* Editor */\n & > figure {\n\t\tposition: ", ";\n\t\theight: 100%;\n\t\twidth: 100%;\n\t}\n\n\t// Comments on media project adds comment badge as child of the media wrapper,\n\t// thus we need to exclude it so that style is applied to intended div\n\t// remove [data-comment-badge='true'] when ff platform_editor_add_media_from_url is cleaned up\n\t& > div:not([data-comment-badge='true'], [data-media-badges='true']) {\n\t\tposition: ", ";\n\t\theight: 100%;\n\t\twidth: 100%;\n\t}\n\n\t& * [data-mark-annotation-type='inlineComment'] {\n\t\twidth: 100%;\n\t\theight: 100%;\n\t}\n\n\t&[data-node-type='embedCard'] > div {\n\t\twidth: 100%;\n\t}\n\n\t/* Renderer */\n\t[data-node-type='media'] {\n\t\tposition: static !important;\n\n\t\t> div {\n\t\t\tposition: absolute;\n\t\t\theight: 100%;\n\t\t}\n\t}\n"])), RenderFallbackContainer(props), props.hasFallbackContainer ? 'absolute' : 'relative', props.hasFallbackContainer ? 'absolute' : 'relative');
|
|
205
205
|
};
|
|
206
206
|
export var MediaWrapper = function MediaWrapper(_ref3) {
|
|
207
207
|
var children = _ref3.children,
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|
|
@@ -34,6 +34,7 @@ declare const _default: {
|
|
|
34
34
|
'fabric.editor.backgroundColor': string;
|
|
35
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlInsert': string;
|
|
37
38
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
39
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
40
|
'fabric.editor.blockControlMovedDown': string;
|
|
@@ -270,6 +271,8 @@ declare const _default: {
|
|
|
270
271
|
'fabric.editor.insertMediaFromUrl': string;
|
|
271
272
|
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
272
273
|
'fabric.editor.insertMenu': string;
|
|
274
|
+
'fabric.editor.insertRightRail.close': string;
|
|
275
|
+
'fabric.editor.insertRightRail.title': string;
|
|
273
276
|
'fabric.editor.insertRow': string;
|
|
274
277
|
'fabric.editor.insertRowDrag': string;
|
|
275
278
|
'fabric.editor.insertTableColumn': string;
|