@atlaskit/editor-common 74.51.4 → 74.51.6
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 +14 -0
- package/dist/cjs/guideline/utils.js +14 -12
- package/dist/cjs/i18n/cs.js +22 -0
- package/dist/cjs/i18n/da.js +22 -0
- package/dist/cjs/i18n/de.js +22 -0
- package/dist/cjs/i18n/en.js +5 -0
- package/dist/cjs/i18n/en_GB.js +5 -0
- package/dist/cjs/i18n/en_ZZ.js +5 -0
- package/dist/cjs/i18n/es.js +22 -0
- package/dist/cjs/i18n/fi.js +22 -0
- package/dist/cjs/i18n/fr.js +22 -0
- package/dist/cjs/i18n/hu.js +22 -0
- package/dist/cjs/i18n/it.js +22 -0
- package/dist/cjs/i18n/ja.js +22 -0
- package/dist/cjs/i18n/ko.js +22 -0
- package/dist/cjs/i18n/nb.js +22 -0
- package/dist/cjs/i18n/nl.js +22 -0
- package/dist/cjs/i18n/pl.js +22 -0
- package/dist/cjs/i18n/pt_BR.js +22 -0
- package/dist/cjs/i18n/ru.js +22 -0
- package/dist/cjs/i18n/sv.js +22 -0
- package/dist/cjs/i18n/th.js +22 -0
- package/dist/cjs/i18n/tr.js +22 -0
- package/dist/cjs/i18n/uk.js +22 -0
- package/dist/cjs/i18n/vi.js +22 -0
- package/dist/cjs/i18n/zh.js +22 -0
- package/dist/cjs/i18n/zh_TW.js +22 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/assets/date.js +8 -11
- package/dist/cjs/quick-insert/assets/heading1.js +0 -2
- package/dist/cjs/quick-insert/assets/heading2.js +0 -2
- package/dist/cjs/quick-insert/assets/heading3.js +0 -2
- package/dist/cjs/quick-insert/assets/heading4.js +0 -2
- package/dist/cjs/quick-insert/assets/heading5.js +0 -2
- package/dist/cjs/quick-insert/assets/heading6.js +0 -2
- package/dist/cjs/quick-insert/assets/layout.js +39 -12
- package/dist/cjs/quick-insert/assets/link.js +15 -6
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/datasource.js +2 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/guideline/utils.js +7 -9
- package/dist/es2019/i18n/cs.js +22 -0
- package/dist/es2019/i18n/da.js +22 -0
- package/dist/es2019/i18n/de.js +22 -0
- package/dist/es2019/i18n/en.js +5 -0
- package/dist/es2019/i18n/en_GB.js +5 -0
- package/dist/es2019/i18n/en_ZZ.js +5 -0
- package/dist/es2019/i18n/es.js +22 -0
- package/dist/es2019/i18n/fi.js +22 -0
- package/dist/es2019/i18n/fr.js +22 -0
- package/dist/es2019/i18n/hu.js +22 -0
- package/dist/es2019/i18n/it.js +22 -0
- package/dist/es2019/i18n/ja.js +22 -0
- package/dist/es2019/i18n/ko.js +22 -0
- package/dist/es2019/i18n/nb.js +22 -0
- package/dist/es2019/i18n/nl.js +22 -0
- package/dist/es2019/i18n/pl.js +22 -0
- package/dist/es2019/i18n/pt_BR.js +22 -0
- package/dist/es2019/i18n/ru.js +22 -0
- package/dist/es2019/i18n/sv.js +22 -0
- package/dist/es2019/i18n/th.js +22 -0
- package/dist/es2019/i18n/tr.js +22 -0
- package/dist/es2019/i18n/uk.js +22 -0
- package/dist/es2019/i18n/vi.js +22 -0
- package/dist/es2019/i18n/zh.js +22 -0
- package/dist/es2019/i18n/zh_TW.js +22 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/assets/date.js +8 -11
- package/dist/es2019/quick-insert/assets/heading1.js +0 -1
- package/dist/es2019/quick-insert/assets/heading2.js +0 -1
- package/dist/es2019/quick-insert/assets/heading3.js +0 -1
- package/dist/es2019/quick-insert/assets/heading4.js +0 -1
- package/dist/es2019/quick-insert/assets/heading5.js +0 -1
- package/dist/es2019/quick-insert/assets/heading6.js +0 -1
- package/dist/es2019/quick-insert/assets/layout.js +40 -11
- package/dist/es2019/quick-insert/assets/link.js +16 -5
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/datasource.js +1 -1
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/guideline/utils.js +14 -12
- package/dist/esm/i18n/cs.js +22 -0
- package/dist/esm/i18n/da.js +22 -0
- package/dist/esm/i18n/de.js +22 -0
- package/dist/esm/i18n/en.js +5 -0
- package/dist/esm/i18n/en_GB.js +5 -0
- package/dist/esm/i18n/en_ZZ.js +5 -0
- package/dist/esm/i18n/es.js +22 -0
- package/dist/esm/i18n/fi.js +22 -0
- package/dist/esm/i18n/fr.js +22 -0
- package/dist/esm/i18n/hu.js +22 -0
- package/dist/esm/i18n/it.js +22 -0
- package/dist/esm/i18n/ja.js +22 -0
- package/dist/esm/i18n/ko.js +22 -0
- package/dist/esm/i18n/nb.js +22 -0
- package/dist/esm/i18n/nl.js +22 -0
- package/dist/esm/i18n/pl.js +22 -0
- package/dist/esm/i18n/pt_BR.js +22 -0
- package/dist/esm/i18n/ru.js +22 -0
- package/dist/esm/i18n/sv.js +22 -0
- package/dist/esm/i18n/th.js +22 -0
- package/dist/esm/i18n/tr.js +22 -0
- package/dist/esm/i18n/uk.js +22 -0
- package/dist/esm/i18n/vi.js +22 -0
- package/dist/esm/i18n/zh.js +22 -0
- package/dist/esm/i18n/zh_TW.js +22 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/assets/date.js +8 -11
- package/dist/esm/quick-insert/assets/heading1.js +0 -1
- package/dist/esm/quick-insert/assets/heading2.js +0 -1
- package/dist/esm/quick-insert/assets/heading3.js +0 -1
- package/dist/esm/quick-insert/assets/heading4.js +0 -1
- package/dist/esm/quick-insert/assets/heading5.js +0 -1
- package/dist/esm/quick-insert/assets/heading6.js +0 -1
- package/dist/esm/quick-insert/assets/layout.js +39 -11
- package/dist/esm/quick-insert/assets/link.js +15 -5
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/datasource.js +1 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +22 -0
- package/dist/types/i18n/da.d.ts +22 -0
- package/dist/types/i18n/de.d.ts +22 -0
- package/dist/types/i18n/en.d.ts +5 -0
- package/dist/types/i18n/en_GB.d.ts +5 -0
- package/dist/types/i18n/en_ZZ.d.ts +5 -0
- package/dist/types/i18n/es.d.ts +22 -0
- package/dist/types/i18n/fi.d.ts +22 -0
- package/dist/types/i18n/fr.d.ts +22 -0
- package/dist/types/i18n/hu.d.ts +22 -0
- package/dist/types/i18n/it.d.ts +22 -0
- package/dist/types/i18n/ja.d.ts +22 -0
- package/dist/types/i18n/ko.d.ts +22 -0
- package/dist/types/i18n/nb.d.ts +22 -0
- package/dist/types/i18n/nl.d.ts +22 -0
- package/dist/types/i18n/pl.d.ts +22 -0
- package/dist/types/i18n/pt_BR.d.ts +22 -0
- package/dist/types/i18n/ru.d.ts +22 -0
- package/dist/types/i18n/sv.d.ts +22 -0
- package/dist/types/i18n/th.d.ts +22 -0
- package/dist/types/i18n/tr.d.ts +22 -0
- package/dist/types/i18n/uk.d.ts +22 -0
- package/dist/types/i18n/vi.d.ts +22 -0
- package/dist/types/i18n/zh.d.ts +22 -0
- package/dist/types/i18n/zh_TW.d.ts +22 -0
- package/dist/types/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types/utils/datasource.d.ts +2 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +22 -0
- package/dist/types-ts4.5/i18n/da.d.ts +22 -0
- package/dist/types-ts4.5/i18n/de.d.ts +22 -0
- package/dist/types-ts4.5/i18n/en.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -0
- package/dist/types-ts4.5/i18n/es.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +22 -0
- package/dist/types-ts4.5/i18n/it.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +22 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +22 -0
- package/dist/types-ts4.5/i18n/th.d.ts +22 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +22 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +22 -0
- package/dist/types-ts4.5/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/datasource.d.ts +2 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
// TODO: https://product-fabric.atlassian.net/browse/DSP-4138
|
|
2
|
-
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
3
1
|
import React from 'react';
|
|
2
|
+
import { useIconThemed } from '../use-icon-themed';
|
|
4
3
|
export default function IconLink() {
|
|
4
|
+
var _useIconThemed = useIconThemed(),
|
|
5
|
+
iconThemed = _useIconThemed.iconThemed;
|
|
5
6
|
return /*#__PURE__*/React.createElement("svg", {
|
|
6
7
|
focusable: "false",
|
|
7
8
|
"aria-hidden": true,
|
|
@@ -11,17 +12,26 @@ export default function IconLink() {
|
|
|
11
12
|
fill: "none",
|
|
12
13
|
fillRule: "evenodd"
|
|
13
14
|
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill:
|
|
15
|
+
fill: iconThemed({
|
|
16
|
+
light: '#FFF',
|
|
17
|
+
dark: '#161A1D'
|
|
18
|
+
}),
|
|
15
19
|
d: "M0 0h40v40H0z"
|
|
16
20
|
}), /*#__PURE__*/React.createElement("g", {
|
|
17
21
|
transform: "translate(5 12)"
|
|
18
22
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
19
|
-
fill:
|
|
23
|
+
fill: iconThemed({
|
|
24
|
+
light: '#DEEBFF',
|
|
25
|
+
dark: '#0055CC'
|
|
26
|
+
}),
|
|
20
27
|
width: 30,
|
|
21
28
|
height: 16,
|
|
22
29
|
rx: 8
|
|
23
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
31
|
d: "M19.097 4.435c1.972.018 3.755 1.465 3.971 3.429A3.714 3.714 0 0119.344 12l-3.316-.03c-2.08-.02-3.797-1.736-3.816-3.816L12.2 6.888l1.672.015.011 1.266a2.156 2.156 0 002.13 2.13l3.315.03a2.07 2.07 0 002.079-2.313c-.122-1.099-1.137-1.9-2.24-1.91l-1.125-.01a.853.853 0 01-.843-.843.817.817 0 01.828-.828l1.07.01zm-9.103 7.13c-1.972-.018-3.754-1.465-3.97-3.429A3.714 3.714 0 019.747 4l3.316.03c2.08.02 3.796 1.736 3.816 3.816l.011 1.266-1.671-.015-.012-1.266A2.156 2.156 0 0013.08 5.7l-3.316-.03a2.07 2.07 0 00-2.078 2.313c.122 1.099 1.137 1.9 2.24 1.91l1.125.01c.461.004.84.382.843.843a.817.817 0 01-.828.828l-1.07-.01z",
|
|
25
|
-
fill:
|
|
32
|
+
fill: iconThemed({
|
|
33
|
+
light: '#0052CC',
|
|
34
|
+
dark: '#082145'
|
|
35
|
+
})
|
|
26
36
|
}))));
|
|
27
37
|
}
|
|
@@ -18,7 +18,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
18
18
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
19
19
|
import Layer from '../Layer';
|
|
20
20
|
var packageName = "@atlaskit/editor-common";
|
|
21
|
-
var packageVersion = "74.51.
|
|
21
|
+
var packageVersion = "74.51.6";
|
|
22
22
|
var halfFocusRing = 1;
|
|
23
23
|
var dropOffset = '0, 8';
|
|
24
24
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ASSETS_LIST_OF_LINKS_DATASOURCE_ID, JIRA_LIST_OF_LINKS_DATASOURCE_ID } from '@atlaskit/link-datasource';
|
|
2
2
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
3
|
-
var getDatasourceType = function getDatasourceType(datasourceId) {
|
|
3
|
+
export var getDatasourceType = function getDatasourceType(datasourceId) {
|
|
4
4
|
switch (datasourceId) {
|
|
5
5
|
case JIRA_LIST_OF_LINKS_DATASOURCE_ID:
|
|
6
6
|
return 'jira';
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -46,7 +46,7 @@ export { gridTypeForLayout } from './grid';
|
|
|
46
46
|
export { nodesBetweenChanged, getStepRange, isEmptyDocument, processRawValue, hasDocAsParent, bracketTyped, hasVisibleContent, isSelectionEndOfParagraph } from './document';
|
|
47
47
|
export { floatingLayouts, isRichMediaInsideOfBlockNode, calculateSnapPoints, alignAttributes, nonWrappedLayouts } from './rich-media-utils';
|
|
48
48
|
export { sanitizeNodeForPrivacy } from './filter/privacy-filter';
|
|
49
|
-
export { canRenderDatasource } from './datasource';
|
|
49
|
+
export { canRenderDatasource, getDatasourceType } from './datasource';
|
|
50
50
|
export { filterCommand, isEmptySelectionAtStart, isEmptySelectionAtEnd, insertContentDeleteRange, deleteEmptyParagraphAndMoveBlockUp, insertNewLineWithAnalytics, createNewParagraphAbove, createNewParagraphBelow, createParagraphNear, walkNextNode, walkPrevNode } from './commands';
|
|
51
51
|
export { GUTTER_SELECTOR, GUTTER_SIZE_IN_PX, GUTTER_SIZE_MOBILE_IN_PX } from './scroll-gutter';
|
|
52
52
|
export { getTimeSince } from './performance/get-performance-timing';
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -91,6 +91,7 @@ declare const _default: {
|
|
|
91
91
|
'fabric.editor.link.description': string;
|
|
92
92
|
'fabric.editor.linkAddress': string;
|
|
93
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
94
95
|
'fabric.editor.mediaAddLink': string;
|
|
95
96
|
'fabric.editor.mediaFiles': string;
|
|
96
97
|
'fabric.editor.mediaFiles.description': string;
|
|
@@ -102,6 +103,8 @@ declare const _default: {
|
|
|
102
103
|
'fabric.editor.off': string;
|
|
103
104
|
'fabric.editor.on': string;
|
|
104
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
105
108
|
'fabric.editor.pageActionsLabel': string;
|
|
106
109
|
'fabric.editor.placeholderText': string;
|
|
107
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -135,6 +138,8 @@ declare const _default: {
|
|
|
135
138
|
'fabric.editor.unableToOpenLink': string;
|
|
136
139
|
'fabric.editor.underline': string;
|
|
137
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
138
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
139
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
140
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -91,6 +91,7 @@ declare const _default: {
|
|
|
91
91
|
'fabric.editor.link.description': string;
|
|
92
92
|
'fabric.editor.linkAddress': string;
|
|
93
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
94
95
|
'fabric.editor.mediaAddLink': string;
|
|
95
96
|
'fabric.editor.mediaFiles': string;
|
|
96
97
|
'fabric.editor.mediaFiles.description': string;
|
|
@@ -102,6 +103,8 @@ declare const _default: {
|
|
|
102
103
|
'fabric.editor.off': string;
|
|
103
104
|
'fabric.editor.on': string;
|
|
104
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
105
108
|
'fabric.editor.pageActionsLabel': string;
|
|
106
109
|
'fabric.editor.placeholderText': string;
|
|
107
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -135,6 +138,8 @@ declare const _default: {
|
|
|
135
138
|
'fabric.editor.unableToOpenLink': string;
|
|
136
139
|
'fabric.editor.underline': string;
|
|
137
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
138
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
139
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
140
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -91,6 +91,7 @@ declare const _default: {
|
|
|
91
91
|
'fabric.editor.link.description': string;
|
|
92
92
|
'fabric.editor.linkAddress': string;
|
|
93
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
94
95
|
'fabric.editor.mediaAddLink': string;
|
|
95
96
|
'fabric.editor.mediaFiles': string;
|
|
96
97
|
'fabric.editor.mediaFiles.description': string;
|
|
@@ -102,6 +103,8 @@ declare const _default: {
|
|
|
102
103
|
'fabric.editor.off': string;
|
|
103
104
|
'fabric.editor.on': string;
|
|
104
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
105
108
|
'fabric.editor.pageActionsLabel': string;
|
|
106
109
|
'fabric.editor.placeholderText': string;
|
|
107
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -135,6 +138,8 @@ declare const _default: {
|
|
|
135
138
|
'fabric.editor.unableToOpenLink': string;
|
|
136
139
|
'fabric.editor.underline': string;
|
|
137
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
138
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
139
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
140
145
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|