@atlaskit/editor-core 187.30.6 → 187.30.8
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 +15 -0
- package/dist/cjs/i18n/cs.js +6 -1
- package/dist/cjs/i18n/da.js +6 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/en.js +6 -1
- package/dist/cjs/i18n/en_GB.js +6 -1
- package/dist/cjs/i18n/en_ZZ.js +6 -1
- package/dist/cjs/i18n/es.js +6 -1
- package/dist/cjs/i18n/fi.js +6 -1
- package/dist/cjs/i18n/fr.js +6 -1
- package/dist/cjs/i18n/hu.js +6 -1
- package/dist/cjs/i18n/it.js +6 -1
- package/dist/cjs/i18n/ja.js +6 -1
- package/dist/cjs/i18n/ko.js +6 -1
- package/dist/cjs/i18n/nb.js +6 -1
- package/dist/cjs/i18n/nl.js +6 -1
- package/dist/cjs/i18n/pl.js +6 -1
- package/dist/cjs/i18n/pt_BR.js +6 -2
- package/dist/cjs/i18n/ru.js +6 -1
- package/dist/cjs/i18n/sv.js +6 -0
- package/dist/cjs/i18n/th.js +6 -0
- package/dist/cjs/i18n/tr.js +6 -1
- package/dist/cjs/i18n/uk.js +6 -1
- package/dist/cjs/i18n/vi.js +6 -1
- package/dist/cjs/i18n/zh.js +6 -1
- package/dist/cjs/i18n/zh_TW.js +6 -2
- package/dist/cjs/plugins/media/toolbar/index.js +5 -15
- package/dist/cjs/plugins/media/toolbar/utils.js +10 -2
- package/dist/cjs/plugins/media/ui/ResizableMediaSingle/ResizableMediaSingleNext.js +3 -1
- package/dist/cjs/plugins/media/utils/media-single.js +6 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +6 -1
- package/dist/es2019/i18n/da.js +6 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/en.js +6 -1
- package/dist/es2019/i18n/en_GB.js +6 -1
- package/dist/es2019/i18n/en_ZZ.js +6 -1
- package/dist/es2019/i18n/es.js +6 -1
- package/dist/es2019/i18n/fi.js +6 -1
- package/dist/es2019/i18n/fr.js +6 -1
- package/dist/es2019/i18n/hu.js +6 -1
- package/dist/es2019/i18n/it.js +6 -1
- package/dist/es2019/i18n/ja.js +6 -1
- package/dist/es2019/i18n/ko.js +6 -1
- package/dist/es2019/i18n/nb.js +6 -1
- package/dist/es2019/i18n/nl.js +6 -1
- package/dist/es2019/i18n/pl.js +6 -1
- package/dist/es2019/i18n/pt_BR.js +6 -2
- package/dist/es2019/i18n/ru.js +6 -1
- package/dist/es2019/i18n/sv.js +6 -0
- package/dist/es2019/i18n/th.js +6 -0
- package/dist/es2019/i18n/tr.js +6 -1
- package/dist/es2019/i18n/uk.js +6 -1
- package/dist/es2019/i18n/vi.js +6 -1
- package/dist/es2019/i18n/zh.js +6 -1
- package/dist/es2019/i18n/zh_TW.js +6 -2
- package/dist/es2019/plugins/media/toolbar/index.js +7 -16
- package/dist/es2019/plugins/media/toolbar/utils.js +7 -0
- package/dist/es2019/plugins/media/ui/ResizableMediaSingle/ResizableMediaSingleNext.js +1 -1
- package/dist/es2019/plugins/media/utils/media-single.js +6 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +6 -1
- package/dist/esm/i18n/da.js +6 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/en.js +6 -1
- package/dist/esm/i18n/en_GB.js +6 -1
- package/dist/esm/i18n/en_ZZ.js +6 -1
- package/dist/esm/i18n/es.js +6 -1
- package/dist/esm/i18n/fi.js +6 -1
- package/dist/esm/i18n/fr.js +6 -1
- package/dist/esm/i18n/hu.js +6 -1
- package/dist/esm/i18n/it.js +6 -1
- package/dist/esm/i18n/ja.js +6 -1
- package/dist/esm/i18n/ko.js +6 -1
- package/dist/esm/i18n/nb.js +6 -1
- package/dist/esm/i18n/nl.js +6 -1
- package/dist/esm/i18n/pl.js +6 -1
- package/dist/esm/i18n/pt_BR.js +6 -2
- package/dist/esm/i18n/ru.js +6 -1
- package/dist/esm/i18n/sv.js +6 -0
- package/dist/esm/i18n/th.js +6 -0
- package/dist/esm/i18n/tr.js +6 -1
- package/dist/esm/i18n/uk.js +6 -1
- package/dist/esm/i18n/vi.js +6 -1
- package/dist/esm/i18n/zh.js +6 -1
- package/dist/esm/i18n/zh_TW.js +6 -2
- package/dist/esm/plugins/media/toolbar/index.js +7 -17
- package/dist/esm/plugins/media/toolbar/utils.js +7 -0
- package/dist/esm/plugins/media/ui/ResizableMediaSingle/ResizableMediaSingleNext.js +3 -1
- package/dist/esm/plugins/media/utils/media-single.js +6 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +6 -1
- package/dist/types/i18n/da.d.ts +6 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/en.d.ts +6 -1
- package/dist/types/i18n/en_GB.d.ts +6 -1
- package/dist/types/i18n/en_ZZ.d.ts +6 -1
- package/dist/types/i18n/es.d.ts +6 -1
- package/dist/types/i18n/fi.d.ts +6 -1
- package/dist/types/i18n/fr.d.ts +6 -1
- package/dist/types/i18n/hu.d.ts +6 -1
- package/dist/types/i18n/it.d.ts +6 -1
- package/dist/types/i18n/ja.d.ts +6 -1
- package/dist/types/i18n/ko.d.ts +6 -1
- package/dist/types/i18n/nb.d.ts +6 -1
- package/dist/types/i18n/nl.d.ts +6 -1
- package/dist/types/i18n/pl.d.ts +6 -1
- package/dist/types/i18n/pt_BR.d.ts +6 -2
- package/dist/types/i18n/ru.d.ts +6 -1
- package/dist/types/i18n/sv.d.ts +6 -0
- package/dist/types/i18n/th.d.ts +6 -0
- package/dist/types/i18n/tr.d.ts +6 -1
- package/dist/types/i18n/uk.d.ts +6 -1
- package/dist/types/i18n/vi.d.ts +6 -1
- package/dist/types/i18n/zh.d.ts +6 -1
- package/dist/types/i18n/zh_TW.d.ts +6 -2
- package/dist/types/plugins/media/toolbar/utils.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +6 -1
- package/dist/types-ts4.5/i18n/da.d.ts +6 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +6 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -1
- package/dist/types-ts4.5/i18n/es.d.ts +6 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +6 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -1
- package/dist/types-ts4.5/i18n/it.d.ts +6 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +6 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +6 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +6 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +6 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +6 -0
- package/dist/types-ts4.5/i18n/th.d.ts +6 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +6 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +6 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +6 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +6 -2
- package/dist/types-ts4.5/plugins/media/toolbar/utils.d.ts +2 -0
- package/package.json +5 -5
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -81,7 +81,6 @@ export default {
|
|
|
81
81
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
82
82
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '删除',
|
|
83
83
|
'fabric.editor.extension.deleteElementTitle': '删除元素',
|
|
84
|
-
'fabric.editor.extension.sourceNoTitledName': '此元素',
|
|
85
84
|
'fabric.editor.extensions.config-panel.save-indicator': '始终自动保存所有更改',
|
|
86
85
|
'fabric.editor.find': '查找',
|
|
87
86
|
'fabric.editor.findNext': '查找下一个',
|
|
@@ -127,6 +126,12 @@ export default {
|
|
|
127
126
|
'fabric.editor.lists': '列表',
|
|
128
127
|
'fabric.editor.markdown': '进行标记',
|
|
129
128
|
'fabric.editor.matchCase': '匹配大小写',
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度输入',
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高度',
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '宽度输入',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '宽度',
|
|
133
|
+
'fabric.editor.media.pixelEntry.submitButtonText': '提交',
|
|
134
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': '宽度验证失败',
|
|
130
135
|
'fabric.editor.mediaGroupDeleteLabel': '删除',
|
|
131
136
|
'fabric.editor.mentionNode.label': '已标记用户',
|
|
132
137
|
'fabric.editor.mentionsAddLabel': '“添加”图标',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -81,7 +81,6 @@ export default {
|
|
|
81
81
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
82
82
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '刪除',
|
|
83
83
|
'fabric.editor.extension.deleteElementTitle': '刪除元素',
|
|
84
|
-
'fabric.editor.extension.sourceNoTitledName': '這個元素',
|
|
85
84
|
'fabric.editor.extensions.config-panel.save-indicator': '系統會隨時自動儲存所有變更',
|
|
86
85
|
'fabric.editor.find': '尋找',
|
|
87
86
|
'fabric.editor.findNext': '尋找下一個',
|
|
@@ -109,7 +108,6 @@ export default {
|
|
|
109
108
|
'fabric.editor.heading6Description': '用於低層級標題',
|
|
110
109
|
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
|
|
111
110
|
'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
|
|
112
|
-
'fabric.editor.image.fullWidthImage': '全寬圖片',
|
|
113
111
|
'fabric.editor.imageBorderBold': '粗體',
|
|
114
112
|
'fabric.editor.imageBorderColor': '顏色',
|
|
115
113
|
'fabric.editor.imageBorderMedium': '普通',
|
|
@@ -128,6 +126,12 @@ export default {
|
|
|
128
126
|
'fabric.editor.lists': '清單',
|
|
129
127
|
'fabric.editor.markdown': 'Markdown',
|
|
130
128
|
'fabric.editor.matchCase': '大小寫須相符',
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度輸入',
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高度',
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '寬度輸入',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '寬度',
|
|
133
|
+
'fabric.editor.media.pixelEntry.submitButtonText': '提交',
|
|
134
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': '寬度驗證失敗',
|
|
131
135
|
'fabric.editor.mediaGroupDeleteLabel': '刪除',
|
|
132
136
|
'fabric.editor.mentionNode.label': '已標記使用者',
|
|
133
137
|
'fabric.editor.mentionsAddLabel': '新增圖示',
|
|
@@ -22,7 +22,7 @@ import { messages } from '@atlaskit/media-ui';
|
|
|
22
22
|
import { cardMessages } from '@atlaskit/editor-common/messages';
|
|
23
23
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
24
24
|
import { FilePreviewItem } from './filePreviewItem';
|
|
25
|
-
import { downloadMedia, getSelectedMediaSingle, removeMediaGroupNode } from './utils';
|
|
25
|
+
import { downloadMedia, getSelectedMediaSingle, removeMediaGroupNode, getPixelWidthOfElement } from './utils';
|
|
26
26
|
import { isVideo } from '../utils/media-single';
|
|
27
27
|
import { changeInlineToMediaCard, changeMediaCardToInline, removeInlineCard, setBorderMark, toggleBorderMark } from './commands';
|
|
28
28
|
import { MediaInlineNodeSelector, MediaSingleNodeSelector } from '../nodeviews/styles';
|
|
@@ -30,7 +30,7 @@ import ImageBorderItem from '../ui/ImageBorder';
|
|
|
30
30
|
import { currentMediaNodeBorderMark } from '../utils/current-media-node';
|
|
31
31
|
import { shouldShowImageBorder } from './imageBorder';
|
|
32
32
|
import { PixelEntry } from '../ui/PixelEntry';
|
|
33
|
-
import { DEFAULT_IMAGE_WIDTH, DEFAULT_IMAGE_HEIGHT,
|
|
33
|
+
import { DEFAULT_IMAGE_WIDTH, DEFAULT_IMAGE_HEIGHT, calcMinWidth, getMaxWidthForNestedNodeNext } from '@atlaskit/editor-common/media-single';
|
|
34
34
|
import { akEditorDefaultLayoutWidth, akEditorFullWidthLayoutWidth } from '@atlaskit/editor-shared-styles';
|
|
35
35
|
var remove = function remove(state, dispatch) {
|
|
36
36
|
if (dispatch) {
|
|
@@ -261,7 +261,7 @@ var generateMediaSingleFloatingToolbar = function generateMediaSingleFloatingToo
|
|
|
261
261
|
type: 'custom',
|
|
262
262
|
fallback: [],
|
|
263
263
|
render: function render(editorView) {
|
|
264
|
-
var _widthPlugin$sharedSt2
|
|
264
|
+
var _widthPlugin$sharedSt2;
|
|
265
265
|
if (!editorView) {
|
|
266
266
|
return null;
|
|
267
267
|
}
|
|
@@ -272,15 +272,11 @@ var generateMediaSingleFloatingToolbar = function generateMediaSingleFloatingToo
|
|
|
272
272
|
return null;
|
|
273
273
|
}
|
|
274
274
|
var contentWidth = (widthPlugin === null || widthPlugin === void 0 ? void 0 : (_widthPlugin$sharedSt2 = widthPlugin.sharedState.currentState()) === null || _widthPlugin$sharedSt2 === void 0 ? void 0 : _widthPlugin$sharedSt2.lineLength) || akEditorDefaultLayoutWidth;
|
|
275
|
-
var containerWidth = (widthPlugin === null || widthPlugin === void 0 ? void 0 : (_widthPlugin$sharedSt3 = widthPlugin.sharedState.currentState()) === null || _widthPlugin$sharedSt3 === void 0 ? void 0 : _widthPlugin$sharedSt3.width) || akEditorFullWidthLayoutWidth;
|
|
276
275
|
var selectedMediaNode = selectedMediaSingleNode.node.content.firstChild;
|
|
277
276
|
if (!selectedMediaNode) {
|
|
278
277
|
return null;
|
|
279
278
|
}
|
|
280
|
-
var
|
|
281
|
-
singleMediaWidth = _selectedMediaSingleN.width,
|
|
282
|
-
widthType = _selectedMediaSingleN.widthType,
|
|
283
|
-
layout = _selectedMediaSingleN.layout;
|
|
279
|
+
var widthType = selectedMediaSingleNode.node.attrs.widthType;
|
|
284
280
|
var _selectedMediaNode$at = selectedMediaNode.attrs,
|
|
285
281
|
mediaWidth = _selectedMediaNode$at.width,
|
|
286
282
|
mediaHeight = _selectedMediaNode$at.height;
|
|
@@ -289,15 +285,9 @@ var generateMediaSingleFloatingToolbar = function generateMediaSingleFloatingToo
|
|
|
289
285
|
var isVideoFile = isVideo(selectedMediaNode.attrs.__fileMimeType);
|
|
290
286
|
var minWidth = calcMinWidth(isVideoFile, maxWidthForNestedNode || contentWidth);
|
|
291
287
|
var isLegacy = widthType !== 'pixel';
|
|
292
|
-
var pixelWidth =
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
origWidth: mediaWidth || DEFAULT_IMAGE_WIDTH,
|
|
296
|
-
layout: layout,
|
|
297
|
-
contentWidth: getMaxWidthForNestedNode(editorView, selectedMediaSingleNode.pos) || contentWidth,
|
|
298
|
-
containerWidth: containerWidth,
|
|
299
|
-
gutterOffset: MEDIA_SINGLE_GUTTER_SIZE
|
|
300
|
-
});
|
|
288
|
+
var pixelWidth = getPixelWidthOfElement(editorView, selectedMediaSingleNode.pos + 1,
|
|
289
|
+
// get pos of media node
|
|
290
|
+
mediaWidth || DEFAULT_IMAGE_WIDTH);
|
|
301
291
|
return /*#__PURE__*/React.createElement(PixelEntry, {
|
|
302
292
|
intl: intl,
|
|
303
293
|
width: pluginState.isResizing ? pluginState.resizingWidth : pixelWidth,
|
|
@@ -62,4 +62,11 @@ export var removeMediaGroupNode = function removeMediaGroupNode(state) {
|
|
|
62
62
|
export var getSelectedMediaSingle = function getSelectedMediaSingle(state) {
|
|
63
63
|
var mediaSingle = state.schema.nodes.mediaSingle;
|
|
64
64
|
return findSelectedNodeOfType(mediaSingle)(state.selection) || findParentNodeOfType(mediaSingle)(state.selection);
|
|
65
|
+
};
|
|
66
|
+
export var getPixelWidthOfElement = function getPixelWidthOfElement(editorView, pos, mediaWidth) {
|
|
67
|
+
var domNode = editorView.nodeDOM(pos);
|
|
68
|
+
if (domNode instanceof HTMLElement) {
|
|
69
|
+
return domNode.offsetWidth;
|
|
70
|
+
}
|
|
71
|
+
return mediaWidth;
|
|
65
72
|
};
|
|
@@ -178,8 +178,10 @@ var ResizableMediaSingleNext = /*#__PURE__*/function (_React$Component) {
|
|
|
178
178
|
var _findClosestSnap = findClosestSnap(width, guidelineSnapsReference.snaps.x, guidelineSnapsReference.guidelineReference, MEDIA_SINGLE_SNAP_GAP),
|
|
179
179
|
gap = _findClosestSnap.gap,
|
|
180
180
|
activeGuidelineKeys = _findClosestSnap.keys;
|
|
181
|
-
_this.lastSnappedGuidelineKeys = activeGuidelineKeys;
|
|
182
181
|
var relativeGuidelines = activeGuidelineKeys.length ? [] : _this.getRelativeGuides();
|
|
182
|
+
_this.lastSnappedGuidelineKeys = activeGuidelineKeys.length ? activeGuidelineKeys : relativeGuidelines.map(function (rg) {
|
|
183
|
+
return rg.key;
|
|
184
|
+
});
|
|
183
185
|
_this.displayGuideline([].concat(_toConsumableArray(getGuidelinesWithHighlights(gap, MEDIA_SINGLE_SNAP_GAP, activeGuidelineKeys, guidelines)), _toConsumableArray(relativeGuidelines)));
|
|
184
186
|
}
|
|
185
187
|
});
|
|
@@ -184,6 +184,12 @@ export function transformSliceForMedia(slice, schema) {
|
|
|
184
184
|
}
|
|
185
185
|
var __mediaTraceId = getRandomHex(8);
|
|
186
186
|
newSlice = mapSlice(newSlice, function (node) {
|
|
187
|
+
// This logic is duplicated in editor-plugin-ai where external images can be inserted
|
|
188
|
+
// from external sources through the use of AI. The editor-plugin-ai package is avoiding
|
|
189
|
+
// sharing dependencies with editor-core to support products using it with various versions
|
|
190
|
+
// of editor packages.
|
|
191
|
+
// The duplication is in the following file:
|
|
192
|
+
// packages/editor/editor-plugin-ai/src/prebuilt/content-transformers/markdown-to-pm/markdown-transformer.ts
|
|
187
193
|
if (node.type.name === 'media') {
|
|
188
194
|
return media.createChecked(_objectSpread(_objectSpread({}, node.attrs), {}, {
|
|
189
195
|
__external: node.attrs.type === 'external',
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -107,7 +107,6 @@ declare const _default: {
|
|
|
107
107
|
'fabric.editor.heading6Description': string;
|
|
108
108
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
109
109
|
'fabric.editor.helpDialogTips': string;
|
|
110
|
-
'fabric.editor.image.fullWidthImage': string;
|
|
111
110
|
'fabric.editor.imageBorderBold': string;
|
|
112
111
|
'fabric.editor.imageBorderColor': string;
|
|
113
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -126,6 +125,12 @@ declare const _default: {
|
|
|
126
125
|
'fabric.editor.lists': string;
|
|
127
126
|
'fabric.editor.markdown': string;
|
|
128
127
|
'fabric.editor.matchCase': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
133
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
129
134
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
130
135
|
'fabric.editor.mentionNode.label': string;
|
|
131
136
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -124,6 +124,12 @@ declare const _default: {
|
|
|
124
124
|
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
127
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
128
134
|
'fabric.editor.mentionNode.label': string;
|
|
129
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -124,6 +124,12 @@ declare const _default: {
|
|
|
124
124
|
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
127
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
128
134
|
'fabric.editor.mentionNode.label': string;
|
|
129
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -109,7 +109,6 @@ declare const _default: {
|
|
|
109
109
|
'fabric.editor.heading6Description': string;
|
|
110
110
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
111
111
|
'fabric.editor.helpDialogTips': string;
|
|
112
|
-
'fabric.editor.image.fullWidthImage': string;
|
|
113
112
|
'fabric.editor.imageBorderBold': string;
|
|
114
113
|
'fabric.editor.imageBorderColor': string;
|
|
115
114
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -128,6 +127,12 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.lists': string;
|
|
129
128
|
'fabric.editor.markdown': string;
|
|
130
129
|
'fabric.editor.matchCase': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
133
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
134
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
135
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
131
136
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
132
137
|
'fabric.editor.mentionNode.label': string;
|
|
133
138
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -109,7 +109,6 @@ declare const _default: {
|
|
|
109
109
|
'fabric.editor.heading6Description': string;
|
|
110
110
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
111
111
|
'fabric.editor.helpDialogTips': string;
|
|
112
|
-
'fabric.editor.image.fullWidthImage': string;
|
|
113
112
|
'fabric.editor.imageBorderBold': string;
|
|
114
113
|
'fabric.editor.imageBorderColor': string;
|
|
115
114
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -128,6 +127,12 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.lists': string;
|
|
129
128
|
'fabric.editor.markdown': string;
|
|
130
129
|
'fabric.editor.matchCase': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
133
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
134
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
135
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
131
136
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
132
137
|
'fabric.editor.mentionNode.label': string;
|
|
133
138
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -109,7 +109,6 @@ declare const _default: {
|
|
|
109
109
|
'fabric.editor.heading6Description': string;
|
|
110
110
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
111
111
|
'fabric.editor.helpDialogTips': string;
|
|
112
|
-
'fabric.editor.image.fullWidthImage': string;
|
|
113
112
|
'fabric.editor.imageBorderBold': string;
|
|
114
113
|
'fabric.editor.imageBorderColor': string;
|
|
115
114
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -128,6 +127,12 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.lists': string;
|
|
129
128
|
'fabric.editor.markdown': string;
|
|
130
129
|
'fabric.editor.matchCase': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
133
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
134
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
135
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
131
136
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
132
137
|
'fabric.editor.mentionNode.label': string;
|
|
133
138
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -106,7 +106,6 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
-
'fabric.editor.image.fullWidthImage': string;
|
|
110
109
|
'fabric.editor.imageBorderBold': string;
|
|
111
110
|
'fabric.editor.imageBorderColor': string;
|
|
112
111
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -106,7 +106,6 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
-
'fabric.editor.image.fullWidthImage': string;
|
|
110
109
|
'fabric.editor.imageBorderBold': string;
|
|
111
110
|
'fabric.editor.imageBorderColor': string;
|
|
112
111
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -107,7 +106,6 @@ declare const _default: {
|
|
|
107
106
|
'fabric.editor.heading6Description': string;
|
|
108
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
109
108
|
'fabric.editor.helpDialogTips': string;
|
|
110
|
-
'fabric.editor.image.fullWidthImage': string;
|
|
111
109
|
'fabric.editor.imageBorderBold': string;
|
|
112
110
|
'fabric.editor.imageBorderColor': string;
|
|
113
111
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -126,6 +124,12 @@ declare const _default: {
|
|
|
126
124
|
'fabric.editor.lists': string;
|
|
127
125
|
'fabric.editor.markdown': string;
|
|
128
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
129
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
130
134
|
'fabric.editor.mentionNode.label': string;
|
|
131
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -124,6 +124,12 @@ declare const _default: {
|
|
|
124
124
|
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
127
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
128
134
|
'fabric.editor.mentionNode.label': string;
|
|
129
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -124,6 +124,12 @@ declare const _default: {
|
|
|
124
124
|
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
127
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
128
134
|
'fabric.editor.mentionNode.label': string;
|
|
129
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ declare const _default: {
|
|
|
79
79
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
80
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
81
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
82
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
83
82
|
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
84
83
|
'fabric.editor.find': string;
|
|
85
84
|
'fabric.editor.findNext': string;
|
|
@@ -125,6 +124,12 @@ declare const _default: {
|
|
|
125
124
|
'fabric.editor.lists': string;
|
|
126
125
|
'fabric.editor.markdown': string;
|
|
127
126
|
'fabric.editor.matchCase': string;
|
|
127
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
128
133
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
129
134
|
'fabric.editor.mentionNode.label': string;
|
|
130
135
|
'fabric.editor.mentionsAddLabel': string;
|