@atlaskit/editor-core 158.0.0 → 159.0.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 +19 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/plugins/card/nodeviews/blockCard.js +5 -3
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/cjs/plugins/card/nodeviews/genericCard.js +2 -31
- package/dist/cjs/plugins/card/nodeviews/inlineCard.js +5 -3
- package/dist/cjs/plugins/card/pm-plugins/doc.js +6 -55
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/plugins/card/nodeviews/blockCard.js +3 -2
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +0 -8
- package/dist/es2019/plugins/card/nodeviews/genericCard.js +2 -13
- package/dist/es2019/plugins/card/nodeviews/inlineCard.js +3 -2
- package/dist/es2019/plugins/card/pm-plugins/doc.js +4 -46
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/plugins/card/nodeviews/blockCard.js +5 -4
- package/dist/esm/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/esm/plugins/card/nodeviews/genericCard.js +3 -30
- package/dist/esm/plugins/card/nodeviews/inlineCard.js +5 -4
- package/dist/esm/plugins/card/pm-plugins/doc.js +4 -49
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/dist/types/plugins/analytics/types/events.d.ts +1 -5
- package/dist/types/plugins/card/nodeviews/blockCard.d.ts +3 -3
- package/dist/types/plugins/card/nodeviews/embedCard.d.ts +0 -1
- package/dist/types/plugins/card/nodeviews/genericCard.d.ts +0 -4
- package/dist/types/plugins/card/nodeviews/inlineCard.d.ts +3 -2
- package/dist/types/plugins/card/pm-plugins/doc.d.ts +0 -1
- package/package.json +6 -6
|
@@ -24,7 +24,6 @@ import { Card } from './genericCard';
|
|
|
24
24
|
import { UnsupportedBlock, MediaSingle as RichMediaWrapper, findOverflowScrollParent } from '@atlaskit/editor-common/ui';
|
|
25
25
|
import { browser } from '@atlaskit/editor-common/utils';
|
|
26
26
|
import { DEFAULT_EMBED_CARD_HEIGHT, DEFAULT_EMBED_CARD_WIDTH } from '@atlaskit/editor-shared-styles';
|
|
27
|
-
import { uuid } from '@atlaskit/adf-schema';
|
|
28
27
|
import { SelectionBasedNodeView } from '../../../nodeviews/';
|
|
29
28
|
import { registerCard } from '../pm-plugins/actions';
|
|
30
29
|
import ResizableEmbedCard from '../ui/ResizableEmbedCard';
|
|
@@ -340,15 +339,6 @@ export var EmbedCard = /*#__PURE__*/function (_SelectionBasedNodeVi) {
|
|
|
340
339
|
}
|
|
341
340
|
|
|
342
341
|
_createClass(EmbedCard, [{
|
|
343
|
-
key: "init",
|
|
344
|
-
value: function init() {
|
|
345
|
-
_get(_getPrototypeOf(EmbedCard.prototype), "init", this).call(this); // localId exists to distinguish between different smart cards for the purpose of analytics
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
this.node.attrs.localId = this.node.attrs.localId || uuid.generate();
|
|
349
|
-
return this;
|
|
350
|
-
}
|
|
351
|
-
}, {
|
|
352
342
|
key: "viewShouldUpdate",
|
|
353
343
|
value: function viewShouldUpdate(nextNode) {
|
|
354
344
|
if (this.node.attrs !== nextNode.attrs) {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import _get from "@babel/runtime/helpers/get";
|
|
2
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -15,10 +14,8 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
15
14
|
import React from 'react';
|
|
16
15
|
import PropTypes from 'prop-types';
|
|
17
16
|
import { isSafeUrl } from '@atlaskit/adf-schema';
|
|
18
|
-
import ReactNodeView from '../../../nodeviews/ReactNodeView';
|
|
19
17
|
import { titleUrlPairFromNode } from '../utils';
|
|
20
|
-
import {
|
|
21
|
-
import { uuid } from '@atlaskit/adf-schema';
|
|
18
|
+
import { changeSelectedCardToLink } from '../pm-plugins/doc';
|
|
22
19
|
export function Card(SmartCardComponent, UnsupportedComponent) {
|
|
23
20
|
var _class, _temp;
|
|
24
21
|
|
|
@@ -98,7 +95,7 @@ export function Card(SmartCardComponent, UnsupportedComponent) {
|
|
|
98
95
|
return;
|
|
99
96
|
}
|
|
100
97
|
|
|
101
|
-
|
|
98
|
+
changeSelectedCardToLink(undefined, url, true, node, getPos())(view.state, view.dispatch);
|
|
102
99
|
return null;
|
|
103
100
|
} else {
|
|
104
101
|
// Otherwise, render a blue link as fallback (above in render()).
|
|
@@ -113,28 +110,4 @@ export function Card(SmartCardComponent, UnsupportedComponent) {
|
|
|
113
110
|
}(React.Component), _defineProperty(_class, "contextTypes", {
|
|
114
111
|
contextAdapter: PropTypes.object
|
|
115
112
|
}), _temp;
|
|
116
|
-
}
|
|
117
|
-
export var GenericCard = /*#__PURE__*/function (_ReactNodeView) {
|
|
118
|
-
_inherits(GenericCard, _ReactNodeView);
|
|
119
|
-
|
|
120
|
-
var _super2 = _createSuper(GenericCard);
|
|
121
|
-
|
|
122
|
-
function GenericCard() {
|
|
123
|
-
_classCallCheck(this, GenericCard);
|
|
124
|
-
|
|
125
|
-
return _super2.apply(this, arguments);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
_createClass(GenericCard, [{
|
|
129
|
-
key: "init",
|
|
130
|
-
value: function init() {
|
|
131
|
-
_get(_getPrototypeOf(GenericCard.prototype), "init", this).call(this); // localId exists to distinguish between different smart cards for the purpose of analytics
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
this.node.attrs.localId = this.node.attrs.localId || uuid.generate();
|
|
135
|
-
return this;
|
|
136
|
-
}
|
|
137
|
-
}]);
|
|
138
|
-
|
|
139
|
-
return GenericCard;
|
|
140
|
-
}(ReactNodeView);
|
|
113
|
+
}
|
|
@@ -18,7 +18,8 @@ import { UnsupportedInline } from '@atlaskit/editor-common/ui';
|
|
|
18
18
|
import { ZERO_WIDTH_SPACE } from '@atlaskit/editor-common/utils';
|
|
19
19
|
import { findOverflowScrollParent } from '@atlaskit/editor-common/ui';
|
|
20
20
|
import rafSchedule from 'raf-schd';
|
|
21
|
-
import { Card
|
|
21
|
+
import { Card } from './genericCard';
|
|
22
|
+
import ReactNodeView from '../../../nodeviews/ReactNodeView';
|
|
22
23
|
import { registerCard } from '../pm-plugins/actions';
|
|
23
24
|
export var InlineCardComponent = /*#__PURE__*/function (_React$PureComponent) {
|
|
24
25
|
_inherits(InlineCardComponent, _React$PureComponent);
|
|
@@ -108,8 +109,8 @@ _defineProperty(InlineCardComponent, "contextTypes", {
|
|
|
108
109
|
});
|
|
109
110
|
|
|
110
111
|
var WrappedInlineCard = Card(InlineCardComponent, UnsupportedInline);
|
|
111
|
-
export var InlineCard = /*#__PURE__*/function (
|
|
112
|
-
_inherits(InlineCard,
|
|
112
|
+
export var InlineCard = /*#__PURE__*/function (_ReactNodeView) {
|
|
113
|
+
_inherits(InlineCard, _ReactNodeView);
|
|
113
114
|
|
|
114
115
|
var _super2 = _createSuper(InlineCard);
|
|
115
116
|
|
|
@@ -140,4 +141,4 @@ export var InlineCard = /*#__PURE__*/function (_GenericCard) {
|
|
|
140
141
|
}]);
|
|
141
142
|
|
|
142
143
|
return InlineCard;
|
|
143
|
-
}(
|
|
144
|
+
}(ReactNodeView);
|
|
@@ -19,7 +19,6 @@ import { shouldReplaceLink } from './shouldReplaceLink';
|
|
|
19
19
|
import { SMART_LINK_TYPE } from '../../../plugins/analytics/types/node-events';
|
|
20
20
|
import { getLinkCreationAnalyticsEvent } from '../../../plugins/hyperlink/analytics';
|
|
21
21
|
import { unlinkPayload } from '../../../utils/linking-utils';
|
|
22
|
-
import { getFeatureFlags } from '../../feature-flags-context';
|
|
23
22
|
export function insertCard(tr, cardAdf, schema) {
|
|
24
23
|
var inlineCard = schema.nodes.inlineCard; // ED-5638: add an extra space after inline cards to avoid re-rendering them
|
|
25
24
|
|
|
@@ -214,44 +213,6 @@ export var convertHyperlinkToSmartCard = function convertHyperlinkToSmartCard(st
|
|
|
214
213
|
return queueCards(requests)(state.tr);
|
|
215
214
|
};
|
|
216
215
|
export var changeSelectedCardToLink = function changeSelectedCardToLink(text, href, sendAnalytics, node, pos) {
|
|
217
|
-
return function (state, dispatch) {
|
|
218
|
-
var tr;
|
|
219
|
-
|
|
220
|
-
if (node && pos) {
|
|
221
|
-
tr = cardNodeToLinkWithTransaction(state, text, href, node, pos);
|
|
222
|
-
} else {
|
|
223
|
-
tr = cardToLinkWithTransaction(state, text, href);
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
var selectedNode = state.selection instanceof NodeSelection && state.selection.node;
|
|
227
|
-
|
|
228
|
-
if (sendAnalytics) {
|
|
229
|
-
if (selectedNode) {
|
|
230
|
-
var _getFeatureFlags = getFeatureFlags(state),
|
|
231
|
-
viewChangingExperimentToolbarStyle = _getFeatureFlags.viewChangingExperimentToolbarStyle;
|
|
232
|
-
|
|
233
|
-
addAnalytics(state, tr, {
|
|
234
|
-
action: ACTION.CHANGED_TYPE,
|
|
235
|
-
actionSubject: ACTION_SUBJECT.SMART_LINK,
|
|
236
|
-
eventType: EVENT_TYPE.TRACK,
|
|
237
|
-
attributes: {
|
|
238
|
-
newType: SMART_LINK_TYPE.URL,
|
|
239
|
-
previousType: appearanceForNodeType(selectedNode.type),
|
|
240
|
-
localId: selectedNode.attrs.localId,
|
|
241
|
-
featureFlag: viewChangingExperimentToolbarStyle || 'noChange'
|
|
242
|
-
}
|
|
243
|
-
});
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
if (dispatch) {
|
|
248
|
-
dispatch(tr.scrollIntoView());
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
return true;
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
|
-
export var changeSelectedCardToLinkFallback = function changeSelectedCardToLinkFallback(text, href, sendAnalytics, node, pos) {
|
|
255
216
|
return function (state, dispatch) {
|
|
256
217
|
var tr;
|
|
257
218
|
|
|
@@ -263,11 +224,11 @@ export var changeSelectedCardToLinkFallback = function changeSelectedCardToLinkF
|
|
|
263
224
|
|
|
264
225
|
if (sendAnalytics) {
|
|
265
226
|
addAnalytics(state, tr, {
|
|
266
|
-
action: ACTION.
|
|
227
|
+
action: ACTION.CHANGED_TYPE,
|
|
267
228
|
actionSubject: ACTION_SUBJECT.SMART_LINK,
|
|
268
|
-
eventType: EVENT_TYPE.
|
|
229
|
+
eventType: EVENT_TYPE.TRACK,
|
|
269
230
|
attributes: {
|
|
270
|
-
|
|
231
|
+
newType: SMART_LINK_TYPE.URL
|
|
271
232
|
}
|
|
272
233
|
});
|
|
273
234
|
}
|
|
@@ -365,19 +326,13 @@ export var setSelectedCardAppearance = function setSelectedCardAppearance(appear
|
|
|
365
326
|
var from = state.selection.from;
|
|
366
327
|
var nodeType = getLinkNodeType(appearance, state.schema.nodes);
|
|
367
328
|
var tr = state.tr.setNodeMarkup(from, nodeType, attrs, selectedNode.marks);
|
|
368
|
-
|
|
369
|
-
var _getFeatureFlags2 = getFeatureFlags(state),
|
|
370
|
-
viewChangingExperimentToolbarStyle = _getFeatureFlags2.viewChangingExperimentToolbarStyle;
|
|
371
|
-
|
|
372
329
|
addAnalytics(state, tr, {
|
|
373
330
|
action: ACTION.CHANGED_TYPE,
|
|
374
331
|
actionSubject: ACTION_SUBJECT.SMART_LINK,
|
|
375
332
|
eventType: EVENT_TYPE.TRACK,
|
|
376
333
|
attributes: {
|
|
377
334
|
newType: appearance,
|
|
378
|
-
previousType: appearanceForNodeType(selectedNode.type)
|
|
379
|
-
localId: selectedNode.attrs.localId,
|
|
380
|
-
featureFlag: viewChangingExperimentToolbarStyle || 'noChange'
|
|
335
|
+
previousType: appearanceForNodeType(selectedNode.type)
|
|
381
336
|
}
|
|
382
337
|
});
|
|
383
338
|
|
package/dist/esm/version.json
CHANGED
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -15,6 +15,8 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.annotationToolbar': string;
|
|
16
16
|
'fabric.editor.backLink': string;
|
|
17
17
|
'fabric.editor.blockCardUnavailable': string;
|
|
18
|
+
'fabric.editor.blockDescription': string;
|
|
19
|
+
'fabric.editor.blockTitle': string;
|
|
18
20
|
'fabric.editor.blockquote': string;
|
|
19
21
|
'fabric.editor.blockquote.description': string;
|
|
20
22
|
'fabric.editor.blockquote2': string;
|
|
@@ -26,6 +28,7 @@ declare const _default: {
|
|
|
26
28
|
'fabric.editor.cardFloatingControls': string;
|
|
27
29
|
'fabric.editor.cellBackground': string;
|
|
28
30
|
'fabric.editor.cellOptions': string;
|
|
31
|
+
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
29
32
|
'fabric.editor.clearAltTextEdit': string;
|
|
30
33
|
'fabric.editor.clearCells': string;
|
|
31
34
|
'fabric.editor.clearFormatting': string;
|
|
@@ -35,6 +38,7 @@ declare const _default: {
|
|
|
35
38
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
36
39
|
'fabric.editor.closeHelpDialog': string;
|
|
37
40
|
'fabric.editor.code': string;
|
|
41
|
+
'fabric.editor.code.on': string;
|
|
38
42
|
'fabric.editor.codeblock': string;
|
|
39
43
|
'fabric.editor.codeblock.description': string;
|
|
40
44
|
'fabric.editor.collapseTable': string;
|
|
@@ -61,6 +65,8 @@ declare const _default: {
|
|
|
61
65
|
'fabric.editor.copyToClipboard': string;
|
|
62
66
|
'fabric.editor.createComment': string;
|
|
63
67
|
'fabric.editor.createCommentInvalid': string;
|
|
68
|
+
'fabric.editor.customPanel': string;
|
|
69
|
+
'fabric.editor.customPanel.description': string;
|
|
64
70
|
'fabric.editor.date': string;
|
|
65
71
|
'fabric.editor.date.description': string;
|
|
66
72
|
'fabric.editor.decision': string;
|
|
@@ -74,6 +80,8 @@ declare const _default: {
|
|
|
74
80
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
75
81
|
'fabric.editor.displayText': string;
|
|
76
82
|
'fabric.editor.distributeColumns': string;
|
|
83
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
84
|
+
'fabric.editor.ecombedDescription': string;
|
|
77
85
|
'fabric.editor.edit': string;
|
|
78
86
|
'fabric.editor.editAltText': string;
|
|
79
87
|
'fabric.editor.editDateText': string;
|
|
@@ -81,7 +89,9 @@ declare const _default: {
|
|
|
81
89
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
90
|
'fabric.editor.editStatusColor': string;
|
|
83
91
|
'fabric.editor.editStatusText': string;
|
|
92
|
+
'fabric.editor.editableContentLabel': string;
|
|
84
93
|
'fabric.editor.editorHelp': string;
|
|
94
|
+
'fabric.editor.editors': string;
|
|
85
95
|
'fabric.editor.elementBrowser.help': string;
|
|
86
96
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
87
97
|
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
@@ -98,6 +108,7 @@ declare const _default: {
|
|
|
98
108
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
99
109
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
100
110
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
111
|
+
'fabric.editor.embedTitle': string;
|
|
101
112
|
'fabric.editor.emoji': string;
|
|
102
113
|
'fabric.editor.emoji.description': string;
|
|
103
114
|
'fabric.editor.emptyLink': string;
|
|
@@ -119,6 +130,8 @@ declare const _default: {
|
|
|
119
130
|
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
131
|
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
121
132
|
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
133
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
134
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
122
135
|
'fabric.editor.headerColumn': string;
|
|
123
136
|
'fabric.editor.headerRow': string;
|
|
124
137
|
'fabric.editor.heading1': string;
|
|
@@ -133,11 +146,19 @@ declare const _default: {
|
|
|
133
146
|
'fabric.editor.heading5Description': string;
|
|
134
147
|
'fabric.editor.heading6': string;
|
|
135
148
|
'fabric.editor.heading6Description': string;
|
|
149
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
150
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
151
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
152
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
153
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
154
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
155
|
+
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
136
156
|
'fabric.editor.help': string;
|
|
137
157
|
'fabric.editor.help.description': string;
|
|
138
158
|
'fabric.editor.helpDialogTips': string;
|
|
139
159
|
'fabric.editor.horizontalRule': string;
|
|
140
160
|
'fabric.editor.horizontalRule.description': string;
|
|
161
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
141
162
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
142
163
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
143
164
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
@@ -146,6 +167,8 @@ declare const _default: {
|
|
|
146
167
|
'fabric.editor.info': string;
|
|
147
168
|
'fabric.editor.infoPanel': string;
|
|
148
169
|
'fabric.editor.infoPanel.description': string;
|
|
170
|
+
'fabric.editor.inlineDescription': string;
|
|
171
|
+
'fabric.editor.inlineTitle': string;
|
|
149
172
|
'fabric.editor.insertColumn': string;
|
|
150
173
|
'fabric.editor.insertMenu': string;
|
|
151
174
|
'fabric.editor.insertRow': string;
|
|
@@ -166,8 +189,11 @@ declare const _default: {
|
|
|
166
189
|
'fabric.editor.markdown': string;
|
|
167
190
|
'fabric.editor.matchCase': string;
|
|
168
191
|
'fabric.editor.mediaAddLink': string;
|
|
192
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
169
193
|
'fabric.editor.mention': string;
|
|
170
194
|
'fabric.editor.mention.description': string;
|
|
195
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
196
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
171
197
|
'fabric.editor.mergeCells': string;
|
|
172
198
|
'fabric.editor.moreFormatting': string;
|
|
173
199
|
'fabric.editor.noResultsFound': string;
|
|
@@ -176,9 +202,12 @@ declare const _default: {
|
|
|
176
202
|
'fabric.editor.notePanel': string;
|
|
177
203
|
'fabric.editor.notePanel.description': string;
|
|
178
204
|
'fabric.editor.numberedColumn': string;
|
|
205
|
+
'fabric.editor.off': string;
|
|
206
|
+
'fabric.editor.on': string;
|
|
179
207
|
'fabric.editor.orderedList': string;
|
|
180
208
|
'fabric.editor.orderedList.description': string;
|
|
181
209
|
'fabric.editor.other': string;
|
|
210
|
+
'fabric.editor.pageActionsLabel': string;
|
|
182
211
|
'fabric.editor.panel.backgroundColor': string;
|
|
183
212
|
'fabric.editor.panel.emoji': string;
|
|
184
213
|
'fabric.editor.pastePlainText': string;
|
|
@@ -190,6 +219,7 @@ declare const _default: {
|
|
|
190
219
|
'fabric.editor.redo': string;
|
|
191
220
|
'fabric.editor.remove': string;
|
|
192
221
|
'fabric.editor.removeColumns': string;
|
|
222
|
+
'fabric.editor.removeEmoji': string;
|
|
193
223
|
'fabric.editor.removeRows': string;
|
|
194
224
|
'fabric.editor.replace': string;
|
|
195
225
|
'fabric.editor.replaceAll': string;
|
|
@@ -198,7 +228,7 @@ declare const _default: {
|
|
|
198
228
|
'fabric.editor.rightSidebar': string;
|
|
199
229
|
'fabric.editor.saveButton': string;
|
|
200
230
|
'fabric.editor.selectLanguage': string;
|
|
201
|
-
'fabric.editor.
|
|
231
|
+
'fabric.editor.single': string;
|
|
202
232
|
'fabric.editor.sortColumnASC': string;
|
|
203
233
|
'fabric.editor.sortColumnDESC': string;
|
|
204
234
|
'fabric.editor.splitCell': string;
|
|
@@ -209,10 +239,12 @@ declare const _default: {
|
|
|
209
239
|
'fabric.editor.strike': string;
|
|
210
240
|
'fabric.editor.subTask': string;
|
|
211
241
|
'fabric.editor.subscript': string;
|
|
242
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
212
243
|
'fabric.editor.success': string;
|
|
213
244
|
'fabric.editor.successPanel': string;
|
|
214
245
|
'fabric.editor.successPanel.description': string;
|
|
215
246
|
'fabric.editor.superscript': string;
|
|
247
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
216
248
|
'fabric.editor.supportAltText': string;
|
|
217
249
|
'fabric.editor.table': string;
|
|
218
250
|
'fabric.editor.table.description': string;
|
|
@@ -221,15 +253,16 @@ declare const _default: {
|
|
|
221
253
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
254
|
'fabric.editor.task': string;
|
|
223
255
|
'fabric.editor.taskPlaceholder': string;
|
|
256
|
+
'fabric.editor.text.formatting.off': string;
|
|
224
257
|
'fabric.editor.textColor': string;
|
|
225
|
-
'fabric.editor.textColor.lessColors': string;
|
|
226
|
-
'fabric.editor.textColor.moreColors': string;
|
|
227
258
|
'fabric.editor.textStyles': string;
|
|
228
259
|
'fabric.editor.threeColumns': string;
|
|
229
260
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
230
261
|
'fabric.editor.time.ago': string;
|
|
231
262
|
'fabric.editor.time.updated': string;
|
|
232
263
|
'fabric.editor.time.viewed': string;
|
|
264
|
+
'fabric.editor.toolbarLabel': string;
|
|
265
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
233
266
|
'fabric.editor.tooltip.blockPanel': string;
|
|
234
267
|
'fabric.editor.tooltip.bulletList': string;
|
|
235
268
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -237,6 +270,7 @@ declare const _default: {
|
|
|
237
270
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
238
271
|
'fabric.editor.tooltip.taskList': string;
|
|
239
272
|
'fabric.editor.twoColumns': string;
|
|
273
|
+
'fabric.editor.typeAheadResultLabel': string;
|
|
240
274
|
'fabric.editor.unableToOpenLink': string;
|
|
241
275
|
'fabric.editor.underline': string;
|
|
242
276
|
'fabric.editor.undo': string;
|
|
@@ -244,6 +278,8 @@ declare const _default: {
|
|
|
244
278
|
'fabric.editor.unorderedList': string;
|
|
245
279
|
'fabric.editor.unorderedList.description': string;
|
|
246
280
|
'fabric.editor.url': string;
|
|
281
|
+
'fabric.editor.urlDescription': string;
|
|
282
|
+
'fabric.editor.urlTitle': string;
|
|
247
283
|
'fabric.editor.viewMore': string;
|
|
248
284
|
'fabric.editor.visit': string;
|
|
249
285
|
'fabric.editor.warning': string;
|
|
@@ -277,7 +313,7 @@ declare const _default: {
|
|
|
277
313
|
/**
|
|
278
314
|
* NOTE:
|
|
279
315
|
*
|
|
280
|
-
* This file is automatically generated by
|
|
316
|
+
* This file is automatically generated by Traduki 2.0.
|
|
281
317
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
282
318
|
*/
|
|
283
319
|
export default _default;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -15,6 +15,8 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.annotationToolbar': string;
|
|
16
16
|
'fabric.editor.backLink': string;
|
|
17
17
|
'fabric.editor.blockCardUnavailable': string;
|
|
18
|
+
'fabric.editor.blockDescription': string;
|
|
19
|
+
'fabric.editor.blockTitle': string;
|
|
18
20
|
'fabric.editor.blockquote': string;
|
|
19
21
|
'fabric.editor.blockquote.description': string;
|
|
20
22
|
'fabric.editor.blockquote2': string;
|
|
@@ -26,6 +28,7 @@ declare const _default: {
|
|
|
26
28
|
'fabric.editor.cardFloatingControls': string;
|
|
27
29
|
'fabric.editor.cellBackground': string;
|
|
28
30
|
'fabric.editor.cellOptions': string;
|
|
31
|
+
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
29
32
|
'fabric.editor.clearAltTextEdit': string;
|
|
30
33
|
'fabric.editor.clearCells': string;
|
|
31
34
|
'fabric.editor.clearFormatting': string;
|
|
@@ -35,6 +38,7 @@ declare const _default: {
|
|
|
35
38
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
36
39
|
'fabric.editor.closeHelpDialog': string;
|
|
37
40
|
'fabric.editor.code': string;
|
|
41
|
+
'fabric.editor.code.on': string;
|
|
38
42
|
'fabric.editor.codeblock': string;
|
|
39
43
|
'fabric.editor.codeblock.description': string;
|
|
40
44
|
'fabric.editor.collapseTable': string;
|
|
@@ -61,6 +65,8 @@ declare const _default: {
|
|
|
61
65
|
'fabric.editor.copyToClipboard': string;
|
|
62
66
|
'fabric.editor.createComment': string;
|
|
63
67
|
'fabric.editor.createCommentInvalid': string;
|
|
68
|
+
'fabric.editor.customPanel': string;
|
|
69
|
+
'fabric.editor.customPanel.description': string;
|
|
64
70
|
'fabric.editor.date': string;
|
|
65
71
|
'fabric.editor.date.description': string;
|
|
66
72
|
'fabric.editor.decision': string;
|
|
@@ -74,6 +80,8 @@ declare const _default: {
|
|
|
74
80
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
75
81
|
'fabric.editor.displayText': string;
|
|
76
82
|
'fabric.editor.distributeColumns': string;
|
|
83
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
84
|
+
'fabric.editor.ecombedDescription': string;
|
|
77
85
|
'fabric.editor.edit': string;
|
|
78
86
|
'fabric.editor.editAltText': string;
|
|
79
87
|
'fabric.editor.editDateText': string;
|
|
@@ -81,7 +89,9 @@ declare const _default: {
|
|
|
81
89
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
90
|
'fabric.editor.editStatusColor': string;
|
|
83
91
|
'fabric.editor.editStatusText': string;
|
|
92
|
+
'fabric.editor.editableContentLabel': string;
|
|
84
93
|
'fabric.editor.editorHelp': string;
|
|
94
|
+
'fabric.editor.editors': string;
|
|
85
95
|
'fabric.editor.elementBrowser.help': string;
|
|
86
96
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
87
97
|
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
@@ -98,6 +108,7 @@ declare const _default: {
|
|
|
98
108
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
99
109
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
100
110
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
111
|
+
'fabric.editor.embedTitle': string;
|
|
101
112
|
'fabric.editor.emoji': string;
|
|
102
113
|
'fabric.editor.emoji.description': string;
|
|
103
114
|
'fabric.editor.emptyLink': string;
|
|
@@ -119,6 +130,8 @@ declare const _default: {
|
|
|
119
130
|
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
131
|
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
121
132
|
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
133
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
134
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
122
135
|
'fabric.editor.headerColumn': string;
|
|
123
136
|
'fabric.editor.headerRow': string;
|
|
124
137
|
'fabric.editor.heading1': string;
|
|
@@ -133,11 +146,19 @@ declare const _default: {
|
|
|
133
146
|
'fabric.editor.heading5Description': string;
|
|
134
147
|
'fabric.editor.heading6': string;
|
|
135
148
|
'fabric.editor.heading6Description': string;
|
|
149
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
150
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
151
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
152
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
153
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
154
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
155
|
+
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
136
156
|
'fabric.editor.help': string;
|
|
137
157
|
'fabric.editor.help.description': string;
|
|
138
158
|
'fabric.editor.helpDialogTips': string;
|
|
139
159
|
'fabric.editor.horizontalRule': string;
|
|
140
160
|
'fabric.editor.horizontalRule.description': string;
|
|
161
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
141
162
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
142
163
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
143
164
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
@@ -146,6 +167,8 @@ declare const _default: {
|
|
|
146
167
|
'fabric.editor.info': string;
|
|
147
168
|
'fabric.editor.infoPanel': string;
|
|
148
169
|
'fabric.editor.infoPanel.description': string;
|
|
170
|
+
'fabric.editor.inlineDescription': string;
|
|
171
|
+
'fabric.editor.inlineTitle': string;
|
|
149
172
|
'fabric.editor.insertColumn': string;
|
|
150
173
|
'fabric.editor.insertMenu': string;
|
|
151
174
|
'fabric.editor.insertRow': string;
|
|
@@ -166,8 +189,11 @@ declare const _default: {
|
|
|
166
189
|
'fabric.editor.markdown': string;
|
|
167
190
|
'fabric.editor.matchCase': string;
|
|
168
191
|
'fabric.editor.mediaAddLink': string;
|
|
192
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
169
193
|
'fabric.editor.mention': string;
|
|
170
194
|
'fabric.editor.mention.description': string;
|
|
195
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
196
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
171
197
|
'fabric.editor.mergeCells': string;
|
|
172
198
|
'fabric.editor.moreFormatting': string;
|
|
173
199
|
'fabric.editor.noResultsFound': string;
|
|
@@ -176,9 +202,12 @@ declare const _default: {
|
|
|
176
202
|
'fabric.editor.notePanel': string;
|
|
177
203
|
'fabric.editor.notePanel.description': string;
|
|
178
204
|
'fabric.editor.numberedColumn': string;
|
|
205
|
+
'fabric.editor.off': string;
|
|
206
|
+
'fabric.editor.on': string;
|
|
179
207
|
'fabric.editor.orderedList': string;
|
|
180
208
|
'fabric.editor.orderedList.description': string;
|
|
181
209
|
'fabric.editor.other': string;
|
|
210
|
+
'fabric.editor.pageActionsLabel': string;
|
|
182
211
|
'fabric.editor.panel.backgroundColor': string;
|
|
183
212
|
'fabric.editor.panel.emoji': string;
|
|
184
213
|
'fabric.editor.pastePlainText': string;
|
|
@@ -190,6 +219,7 @@ declare const _default: {
|
|
|
190
219
|
'fabric.editor.redo': string;
|
|
191
220
|
'fabric.editor.remove': string;
|
|
192
221
|
'fabric.editor.removeColumns': string;
|
|
222
|
+
'fabric.editor.removeEmoji': string;
|
|
193
223
|
'fabric.editor.removeRows': string;
|
|
194
224
|
'fabric.editor.replace': string;
|
|
195
225
|
'fabric.editor.replaceAll': string;
|
|
@@ -198,7 +228,7 @@ declare const _default: {
|
|
|
198
228
|
'fabric.editor.rightSidebar': string;
|
|
199
229
|
'fabric.editor.saveButton': string;
|
|
200
230
|
'fabric.editor.selectLanguage': string;
|
|
201
|
-
'fabric.editor.
|
|
231
|
+
'fabric.editor.single': string;
|
|
202
232
|
'fabric.editor.sortColumnASC': string;
|
|
203
233
|
'fabric.editor.sortColumnDESC': string;
|
|
204
234
|
'fabric.editor.splitCell': string;
|
|
@@ -209,10 +239,12 @@ declare const _default: {
|
|
|
209
239
|
'fabric.editor.strike': string;
|
|
210
240
|
'fabric.editor.subTask': string;
|
|
211
241
|
'fabric.editor.subscript': string;
|
|
242
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
212
243
|
'fabric.editor.success': string;
|
|
213
244
|
'fabric.editor.successPanel': string;
|
|
214
245
|
'fabric.editor.successPanel.description': string;
|
|
215
246
|
'fabric.editor.superscript': string;
|
|
247
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
216
248
|
'fabric.editor.supportAltText': string;
|
|
217
249
|
'fabric.editor.table': string;
|
|
218
250
|
'fabric.editor.table.description': string;
|
|
@@ -221,15 +253,16 @@ declare const _default: {
|
|
|
221
253
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
254
|
'fabric.editor.task': string;
|
|
223
255
|
'fabric.editor.taskPlaceholder': string;
|
|
256
|
+
'fabric.editor.text.formatting.off': string;
|
|
224
257
|
'fabric.editor.textColor': string;
|
|
225
|
-
'fabric.editor.textColor.lessColors': string;
|
|
226
|
-
'fabric.editor.textColor.moreColors': string;
|
|
227
258
|
'fabric.editor.textStyles': string;
|
|
228
259
|
'fabric.editor.threeColumns': string;
|
|
229
260
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
230
261
|
'fabric.editor.time.ago': string;
|
|
231
262
|
'fabric.editor.time.updated': string;
|
|
232
263
|
'fabric.editor.time.viewed': string;
|
|
264
|
+
'fabric.editor.toolbarLabel': string;
|
|
265
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
233
266
|
'fabric.editor.tooltip.blockPanel': string;
|
|
234
267
|
'fabric.editor.tooltip.bulletList': string;
|
|
235
268
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -237,6 +270,7 @@ declare const _default: {
|
|
|
237
270
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
238
271
|
'fabric.editor.tooltip.taskList': string;
|
|
239
272
|
'fabric.editor.twoColumns': string;
|
|
273
|
+
'fabric.editor.typeAheadResultLabel': string;
|
|
240
274
|
'fabric.editor.unableToOpenLink': string;
|
|
241
275
|
'fabric.editor.underline': string;
|
|
242
276
|
'fabric.editor.undo': string;
|
|
@@ -244,6 +278,8 @@ declare const _default: {
|
|
|
244
278
|
'fabric.editor.unorderedList': string;
|
|
245
279
|
'fabric.editor.unorderedList.description': string;
|
|
246
280
|
'fabric.editor.url': string;
|
|
281
|
+
'fabric.editor.urlDescription': string;
|
|
282
|
+
'fabric.editor.urlTitle': string;
|
|
247
283
|
'fabric.editor.viewMore': string;
|
|
248
284
|
'fabric.editor.visit': string;
|
|
249
285
|
'fabric.editor.warning': string;
|
|
@@ -277,7 +313,7 @@ declare const _default: {
|
|
|
277
313
|
/**
|
|
278
314
|
* NOTE:
|
|
279
315
|
*
|
|
280
|
-
* This file is automatically generated by
|
|
316
|
+
* This file is automatically generated by Traduki 2.0.
|
|
281
317
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
282
318
|
*/
|
|
283
319
|
export default _default;
|