@atlaskit/editor-common 99.6.1 → 99.7.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 +24 -0
- package/dist/cjs/i18n/cs.js +5 -0
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/en.js +80 -0
- package/dist/cjs/i18n/en_GB.js +80 -0
- package/dist/cjs/i18n/en_ZZ.js +80 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +5 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +5 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +5 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +5 -0
- package/dist/cjs/i18n/zh_TW.js +5 -0
- package/dist/cjs/link/LinkSearch/index.js +1 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/node-width/index.js +41 -4
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +75 -19
- package/dist/cjs/react-node-view/onVisibleObserverFactory.js +48 -0
- package/dist/cjs/safe-plugin/index.js +1 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/WithCreateAnalyticsEvent/index.js +1 -0
- package/dist/cjs/utils/compare-props.js +2 -2
- package/dist/cjs/utils/compareNodes.js +2 -2
- package/dist/cjs/utils/filter/privacy-filter.js +3 -3
- package/dist/cjs/utils/index.js +6 -6
- package/dist/cjs/utils/performance/measure-tti.js +3 -3
- package/dist/cjs/utils/track-unsupported-content.js +2 -2
- package/dist/cjs/utils/validator.js +3 -3
- package/dist/cjs/with-plugin-state/index.js +1 -0
- package/dist/es2019/i18n/cs.js +5 -0
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/en.js +80 -0
- package/dist/es2019/i18n/en_GB.js +80 -0
- package/dist/es2019/i18n/en_ZZ.js +80 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +5 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +5 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +5 -0
- package/dist/es2019/i18n/tr.js +5 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +5 -0
- package/dist/es2019/i18n/zh_TW.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/node-width/index.js +39 -4
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +79 -20
- package/dist/es2019/react-node-view/onVisibleObserverFactory.js +31 -0
- package/dist/es2019/safe-plugin/index.js +1 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +5 -0
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/en.js +80 -0
- package/dist/esm/i18n/en_GB.js +80 -0
- package/dist/esm/i18n/en_ZZ.js +80 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +5 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +5 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.js +5 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/esm/i18n/zh_TW.js +5 -0
- package/dist/esm/link/LinkSearch/index.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/node-width/index.js +41 -4
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +75 -19
- package/dist/esm/react-node-view/onVisibleObserverFactory.js +41 -0
- package/dist/esm/safe-plugin/index.js +1 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/WithCreateAnalyticsEvent/index.js +1 -0
- package/dist/esm/utils/compare-props.js +3 -2
- package/dist/esm/utils/compareNodes.js +2 -2
- package/dist/esm/utils/filter/privacy-filter.js +3 -3
- package/dist/esm/utils/index.js +6 -6
- package/dist/esm/utils/performance/measure-tti.js +3 -3
- package/dist/esm/utils/track-unsupported-content.js +3 -2
- package/dist/esm/utils/validator.js +3 -3
- package/dist/esm/with-plugin-state/index.js +1 -0
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/en.d.ts +80 -0
- package/dist/types/i18n/en_GB.d.ts +80 -0
- package/dist/types/i18n/en_ZZ.d.ts +80 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +6 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/react-node-view/onVisibleObserverFactory.d.ts +8 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +80 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +80 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/react-node-view/onVisibleObserverFactory.d.ts +8 -0
- package/package.json +13 -10
package/dist/esm/utils/index.js
CHANGED
|
@@ -284,7 +284,7 @@ export var isEmptyNode = function isEmptyNode(schema) {
|
|
|
284
284
|
media = _schema$nodes.media,
|
|
285
285
|
mediaGroup = _schema$nodes.mediaGroup,
|
|
286
286
|
mediaSingle = _schema$nodes.mediaSingle;
|
|
287
|
-
var
|
|
287
|
+
var _innerIsEmptyNode = function innerIsEmptyNode(node) {
|
|
288
288
|
switch (node.type) {
|
|
289
289
|
case media:
|
|
290
290
|
case mediaGroup:
|
|
@@ -302,28 +302,28 @@ export var isEmptyNode = function isEmptyNode(schema) {
|
|
|
302
302
|
case listItem:
|
|
303
303
|
// Ignored via go/ees005
|
|
304
304
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
305
|
-
return node.content.size === 2 &&
|
|
305
|
+
return node.content.size === 2 && _innerIsEmptyNode(node.content.firstChild);
|
|
306
306
|
case bulletList:
|
|
307
307
|
case orderedList:
|
|
308
308
|
// Ignored via go/ees005
|
|
309
309
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
310
|
-
return node.content.size === 4 &&
|
|
310
|
+
return node.content.size === 4 && _innerIsEmptyNode(node.content.firstChild);
|
|
311
311
|
case taskList:
|
|
312
312
|
case decisionList:
|
|
313
313
|
// Ignored via go/ees005
|
|
314
314
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
315
|
-
return node.content.size === 2 &&
|
|
315
|
+
return node.content.size === 2 && _innerIsEmptyNode(node.content.firstChild);
|
|
316
316
|
case doc:
|
|
317
317
|
var isEmpty = true;
|
|
318
318
|
node.content.forEach(function (child) {
|
|
319
|
-
isEmpty = isEmpty &&
|
|
319
|
+
isEmpty = isEmpty && _innerIsEmptyNode(child);
|
|
320
320
|
});
|
|
321
321
|
return isEmpty;
|
|
322
322
|
default:
|
|
323
323
|
return isNodeEmpty(node);
|
|
324
324
|
}
|
|
325
325
|
};
|
|
326
|
-
return
|
|
326
|
+
return _innerIsEmptyNode;
|
|
327
327
|
};
|
|
328
328
|
|
|
329
329
|
/**
|
|
@@ -29,7 +29,7 @@ export function measureTTI(onMeasureComplete) {
|
|
|
29
29
|
observer.observe({
|
|
30
30
|
entryTypes: ['longtask']
|
|
31
31
|
});
|
|
32
|
-
var
|
|
32
|
+
var _checkIdle = function checkIdle() {
|
|
33
33
|
// 1. There hasn't been any long task in `idleThreshold` time: Interactive from the start.
|
|
34
34
|
// 2. Only 1 long task: Interactive from the end of the only long task.
|
|
35
35
|
// 3. Several long tasks:
|
|
@@ -54,9 +54,9 @@ export function measureTTI(onMeasureComplete) {
|
|
|
54
54
|
distortedDurationMonitor.cleanup();
|
|
55
55
|
return onMeasureComplete(lastEnd, lastEnd - start, canceled, distortedDurationMonitor.distortedDuration);
|
|
56
56
|
}
|
|
57
|
-
return setTimeout(
|
|
57
|
+
return setTimeout(_checkIdle, idleThreshold);
|
|
58
58
|
};
|
|
59
|
-
setTimeout(
|
|
59
|
+
setTimeout(_checkIdle, idleThreshold);
|
|
60
60
|
}
|
|
61
61
|
export var TTI_SEVERITY_THRESHOLD_DEFAULTS = {
|
|
62
62
|
NORMAL: 40000,
|
|
@@ -51,7 +51,7 @@ var trackUnsupportedContentTooltipActionFor = function trackUnsupportedContentTo
|
|
|
51
51
|
}
|
|
52
52
|
});
|
|
53
53
|
};
|
|
54
|
-
|
|
54
|
+
var _findAndTrackUnsupportedContentNodes = function findAndTrackUnsupportedContentNodes(node, schema, dispatchAnalyticsEvent) {
|
|
55
55
|
var ancestorHierarchy = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '';
|
|
56
56
|
var nodeType = node.type,
|
|
57
57
|
nodeMarks = node.marks;
|
|
@@ -112,10 +112,11 @@ export var findAndTrackUnsupportedContentNodes = function findAndTrackUnsupporte
|
|
|
112
112
|
} else {
|
|
113
113
|
// Recursive check for nested content
|
|
114
114
|
node.content.forEach(function (childNode) {
|
|
115
|
-
return
|
|
115
|
+
return _findAndTrackUnsupportedContentNodes(childNode, schema, dispatchAnalyticsEvent, concatAncestorHierarchy(node, ancestorHierarchy));
|
|
116
116
|
});
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
|
+
export { _findAndTrackUnsupportedContentNodes as findAndTrackUnsupportedContentNodes };
|
|
119
120
|
export var fireUnsupportedEvent = function fireUnsupportedEvent(dispatchAnalyticsEvent, actionSubjectId, unsupportedNode, errorCode) {
|
|
120
121
|
var sanitizedAttrs = sanitizeAttributes(unsupportedNode.attrs);
|
|
121
122
|
var sanitizedMarks = sanitizeMarks(unsupportedNode.marks);
|
|
@@ -95,7 +95,7 @@ var RELATIVE_LINK = /^\//;
|
|
|
95
95
|
// Ignored via go/ees005
|
|
96
96
|
// eslint-disable-next-line require-unicode-regexp
|
|
97
97
|
var ANCHOR_LINK = /^#/;
|
|
98
|
-
var
|
|
98
|
+
var _flattenUnknownBlockTree = function flattenUnknownBlockTree(node) {
|
|
99
99
|
var schema = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultSchema;
|
|
100
100
|
var adfStage = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'final';
|
|
101
101
|
var output = [];
|
|
@@ -123,7 +123,7 @@ var flattenUnknownBlockTree = function flattenUnknownBlockTree(node) {
|
|
|
123
123
|
if (isLeafNode) {
|
|
124
124
|
output.push(getValidNode(childNode, schema, adfStage));
|
|
125
125
|
} else {
|
|
126
|
-
output.push.apply(output, _toConsumableArray(
|
|
126
|
+
output.push.apply(output, _toConsumableArray(_flattenUnknownBlockTree(childNode, schema, adfStage)));
|
|
127
127
|
}
|
|
128
128
|
isPrevLeafNode = isLeafNode;
|
|
129
129
|
}
|
|
@@ -165,7 +165,7 @@ export var getValidUnknownNode = function getValidUnknownNode(node) {
|
|
|
165
165
|
*/
|
|
166
166
|
return {
|
|
167
167
|
type: 'unknownBlock',
|
|
168
|
-
content:
|
|
168
|
+
content: _flattenUnknownBlockTree(node)
|
|
169
169
|
};
|
|
170
170
|
};
|
|
171
171
|
var getValidMarks = function getValidMarks(marks) {
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -465,6 +469,7 @@ declare const _default: {
|
|
|
465
469
|
'fabric.editor.text.formatting.off': string;
|
|
466
470
|
'fabric.editor.textColor': string;
|
|
467
471
|
'fabric.editor.textColorTooltip': string;
|
|
472
|
+
'fabric.editor.textFormat': string;
|
|
468
473
|
'fabric.editor.textFormatting': string;
|
|
469
474
|
'fabric.editor.textStyles': string;
|
|
470
475
|
'fabric.editor.textStylesTooltip': string;
|
|
@@ -498,6 +503,7 @@ declare const _default: {
|
|
|
498
503
|
'fabric.editor.unableToOpenLink': string;
|
|
499
504
|
'fabric.editor.underline': string;
|
|
500
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
501
507
|
'fabric.editor.unlink': string;
|
|
502
508
|
'fabric.editor.unorderedList': string;
|
|
503
509
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -501,6 +580,7 @@ declare const _default: {
|
|
|
501
580
|
'fabric.editor.unableToOpenLink': string;
|
|
502
581
|
'fabric.editor.underline': string;
|
|
503
582
|
'fabric.editor.undo': string;
|
|
583
|
+
'fabric.editor.unknown.label': string;
|
|
504
584
|
'fabric.editor.unlink': string;
|
|
505
585
|
'fabric.editor.unorderedList': string;
|
|
506
586
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -501,6 +580,7 @@ declare const _default: {
|
|
|
501
580
|
'fabric.editor.unableToOpenLink': string;
|
|
502
581
|
'fabric.editor.underline': string;
|
|
503
582
|
'fabric.editor.undo': string;
|
|
583
|
+
'fabric.editor.unknown.label': string;
|
|
504
584
|
'fabric.editor.unlink': string;
|
|
505
585
|
'fabric.editor.unorderedList': string;
|
|
506
586
|
'fabric.editor.unorderedList.description': string;
|
|
@@ -20,6 +20,82 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
|
|
24
|
+
'fabric.editor.ai.proactive.beta.label.non-final': string;
|
|
25
|
+
'fabric.editor.ai.proactive.close.label.non-final': string;
|
|
26
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': string;
|
|
27
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': string;
|
|
28
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': string;
|
|
29
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
30
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
31
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': string;
|
|
32
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': string;
|
|
33
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': string;
|
|
34
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': string;
|
|
35
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': string;
|
|
36
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': string;
|
|
37
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': string;
|
|
38
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': string;
|
|
39
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': string;
|
|
40
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': string;
|
|
41
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': string;
|
|
42
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': string;
|
|
43
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': string;
|
|
44
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': string;
|
|
45
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': string;
|
|
46
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': string;
|
|
47
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': string;
|
|
48
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': string;
|
|
49
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': string;
|
|
50
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': string;
|
|
51
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': string;
|
|
52
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': string;
|
|
53
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': string;
|
|
54
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': string;
|
|
55
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': string;
|
|
56
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': string;
|
|
57
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': string;
|
|
58
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': string;
|
|
59
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': string;
|
|
60
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': string;
|
|
61
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': string;
|
|
62
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': string;
|
|
63
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
64
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
65
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': string;
|
|
66
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': string;
|
|
67
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': string;
|
|
68
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': string;
|
|
69
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': string;
|
|
70
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': string;
|
|
71
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': string;
|
|
72
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': string;
|
|
73
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': string;
|
|
74
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': string;
|
|
75
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': string;
|
|
76
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': string;
|
|
77
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': string;
|
|
78
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': string;
|
|
79
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': string;
|
|
80
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': string;
|
|
81
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': string;
|
|
82
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': string;
|
|
83
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': string;
|
|
84
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': string;
|
|
85
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': string;
|
|
86
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': string;
|
|
87
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': string;
|
|
88
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': string;
|
|
89
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': string;
|
|
90
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': string;
|
|
91
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': string;
|
|
92
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': string;
|
|
93
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': string;
|
|
94
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': string;
|
|
95
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': string;
|
|
96
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': string;
|
|
97
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': string;
|
|
98
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': string;
|
|
23
99
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
100
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
101
|
'fabric.editor.alignCenter': string;
|
|
@@ -295,6 +371,7 @@ declare const _default: {
|
|
|
295
371
|
'fabric.editor.keyboardShortcuts': string;
|
|
296
372
|
'fabric.editor.layout.columnOption': string;
|
|
297
373
|
'fabric.editor.layout.placeholder': string;
|
|
374
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
298
375
|
'fabric.editor.layoutFixedWidth': string;
|
|
299
376
|
'fabric.editor.layoutFullWidth': string;
|
|
300
377
|
'fabric.editor.layoutWide': string;
|
|
@@ -362,6 +439,8 @@ declare const _default: {
|
|
|
362
439
|
'fabric.editor.notePanel.description': string;
|
|
363
440
|
'fabric.editor.numberedColumn': string;
|
|
364
441
|
'fabric.editor.off': string;
|
|
442
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
443
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
365
444
|
'fabric.editor.on': string;
|
|
366
445
|
'fabric.editor.openCellOptions': string;
|
|
367
446
|
'fabric.editor.openLink': string;
|
|
@@ -500,6 +579,7 @@ declare const _default: {
|
|
|
500
579
|
'fabric.editor.unableToOpenLink': string;
|
|
501
580
|
'fabric.editor.underline': string;
|
|
502
581
|
'fabric.editor.undo': string;
|
|
582
|
+
'fabric.editor.unknown.label': string;
|
|
503
583
|
'fabric.editor.unlink': string;
|
|
504
584
|
'fabric.editor.unorderedList': string;
|
|
505
585
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -20,6 +20,10 @@ declare const _default: {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': string;
|
|
21
21
|
'fabric.editor.addRowAbove': string;
|
|
22
22
|
'fabric.editor.addRowBelow': string;
|
|
23
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
|
|
24
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
|
|
25
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
|
|
26
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': string;
|
|
23
27
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
24
28
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
25
29
|
'fabric.editor.alignCenter': string;
|
|
@@ -84,6 +88,7 @@ declare const _default: {
|
|
|
84
88
|
'fabric.editor.columnMovedRight': string;
|
|
85
89
|
'fabric.editor.columnSelected': string;
|
|
86
90
|
'fabric.editor.columns': string;
|
|
91
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
92
|
'fabric.editor.columns.description': string;
|
|
88
93
|
'fabric.editor.columnsAreInserted': string;
|
|
89
94
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +299,7 @@ declare const _default: {
|
|
|
294
299
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
300
|
'fabric.editor.layout.columnOption': string;
|
|
296
301
|
'fabric.editor.layout.placeholder': string;
|
|
302
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
303
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
304
|
'fabric.editor.layoutFullWidth': string;
|
|
299
305
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +367,8 @@ declare const _default: {
|
|
|
361
367
|
'fabric.editor.notePanel.description': string;
|
|
362
368
|
'fabric.editor.numberedColumn': string;
|
|
363
369
|
'fabric.editor.off': string;
|
|
370
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
371
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
372
|
'fabric.editor.on': string;
|
|
365
373
|
'fabric.editor.openCellOptions': string;
|
|
366
374
|
'fabric.editor.openLink': string;
|
|
@@ -465,6 +473,7 @@ declare const _default: {
|
|
|
465
473
|
'fabric.editor.text.formatting.off': string;
|
|
466
474
|
'fabric.editor.textColor': string;
|
|
467
475
|
'fabric.editor.textColorTooltip': string;
|
|
476
|
+
'fabric.editor.textFormat': string;
|
|
468
477
|
'fabric.editor.textFormatting': string;
|
|
469
478
|
'fabric.editor.textStyles': string;
|
|
470
479
|
'fabric.editor.textStylesTooltip': string;
|
|
@@ -498,6 +507,7 @@ declare const _default: {
|
|
|
498
507
|
'fabric.editor.unableToOpenLink': string;
|
|
499
508
|
'fabric.editor.underline': string;
|
|
500
509
|
'fabric.editor.undo': string;
|
|
510
|
+
'fabric.editor.unknown.label': string;
|
|
501
511
|
'fabric.editor.unlink': string;
|
|
502
512
|
'fabric.editor.unorderedList': string;
|
|
503
513
|
'fabric.editor.unorderedList.description': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
'fabric.editor.columnMovedRight': string;
|
|
85
85
|
'fabric.editor.columnSelected': string;
|
|
86
86
|
'fabric.editor.columns': string;
|
|
87
|
+
'fabric.editor.columns.advanced.layout.description': string;
|
|
87
88
|
'fabric.editor.columns.description': string;
|
|
88
89
|
'fabric.editor.columnsAreInserted': string;
|
|
89
90
|
'fabric.editor.columnsAreRemoved': string;
|
|
@@ -294,6 +295,7 @@ declare const _default: {
|
|
|
294
295
|
'fabric.editor.keyboardShortcuts': string;
|
|
295
296
|
'fabric.editor.layout.columnOption': string;
|
|
296
297
|
'fabric.editor.layout.placeholder': string;
|
|
298
|
+
'fabric.editor.layout.resizeLayout': string;
|
|
297
299
|
'fabric.editor.layoutFixedWidth': string;
|
|
298
300
|
'fabric.editor.layoutFullWidth': string;
|
|
299
301
|
'fabric.editor.layoutWide': string;
|
|
@@ -361,6 +363,8 @@ declare const _default: {
|
|
|
361
363
|
'fabric.editor.notePanel.description': string;
|
|
362
364
|
'fabric.editor.numberedColumn': string;
|
|
363
365
|
'fabric.editor.off': string;
|
|
366
|
+
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
367
|
+
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
364
368
|
'fabric.editor.on': string;
|
|
365
369
|
'fabric.editor.openCellOptions': string;
|
|
366
370
|
'fabric.editor.openLink': string;
|
|
@@ -499,6 +503,7 @@ declare const _default: {
|
|
|
499
503
|
'fabric.editor.unableToOpenLink': string;
|
|
500
504
|
'fabric.editor.underline': string;
|
|
501
505
|
'fabric.editor.undo': string;
|
|
506
|
+
'fabric.editor.unknown.label': string;
|
|
502
507
|
'fabric.editor.unlink': string;
|
|
503
508
|
'fabric.editor.unorderedList': string;
|
|
504
509
|
'fabric.editor.unorderedList.description': string;
|