@atlaskit/editor-common 87.0.4 → 87.2.0
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 +13 -1
- package/dist/cjs/i18n/da.js +13 -1
- package/dist/cjs/i18n/de.js +13 -1
- package/dist/cjs/i18n/en.js +12 -1
- package/dist/cjs/i18n/en_GB.js +12 -1
- package/dist/cjs/i18n/en_ZZ.js +12 -1
- package/dist/cjs/i18n/es.js +13 -1
- package/dist/cjs/i18n/fi.js +15 -3
- package/dist/cjs/i18n/fr.js +15 -3
- package/dist/cjs/i18n/hu.js +13 -1
- package/dist/cjs/i18n/it.js +13 -1
- package/dist/cjs/i18n/ja.js +13 -1
- package/dist/cjs/i18n/ko.js +13 -1
- package/dist/cjs/i18n/nb.js +13 -1
- package/dist/cjs/i18n/nl.js +13 -1
- package/dist/cjs/i18n/pl.js +13 -1
- package/dist/cjs/i18n/pt_BR.js +13 -1
- package/dist/cjs/i18n/ru.js +13 -1
- package/dist/cjs/i18n/sv.js +13 -1
- package/dist/cjs/i18n/th.js +13 -1
- package/dist/cjs/i18n/tr.js +13 -1
- package/dist/cjs/i18n/uk.js +15 -3
- package/dist/cjs/i18n/vi.js +13 -1
- package/dist/cjs/i18n/zh.js +13 -1
- package/dist/cjs/i18n/zh_TW.js +13 -1
- package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/cjs/link/ConfigureLinkOverlay/handleNavigation.js +43 -0
- package/dist/cjs/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/cjs/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/cjs/link/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/expand.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -1
- package/dist/es2019/i18n/da.js +13 -1
- package/dist/es2019/i18n/de.js +13 -1
- package/dist/es2019/i18n/en.js +12 -1
- package/dist/es2019/i18n/en_GB.js +12 -1
- package/dist/es2019/i18n/en_ZZ.js +12 -1
- package/dist/es2019/i18n/es.js +13 -1
- package/dist/es2019/i18n/fi.js +15 -3
- package/dist/es2019/i18n/fr.js +15 -3
- package/dist/es2019/i18n/hu.js +13 -1
- package/dist/es2019/i18n/it.js +13 -1
- package/dist/es2019/i18n/ja.js +13 -1
- package/dist/es2019/i18n/ko.js +13 -1
- package/dist/es2019/i18n/nb.js +13 -1
- package/dist/es2019/i18n/nl.js +13 -1
- package/dist/es2019/i18n/pl.js +13 -1
- package/dist/es2019/i18n/pt_BR.js +13 -1
- package/dist/es2019/i18n/ru.js +13 -1
- package/dist/es2019/i18n/sv.js +13 -1
- package/dist/es2019/i18n/th.js +13 -1
- package/dist/es2019/i18n/tr.js +13 -1
- package/dist/es2019/i18n/uk.js +15 -3
- package/dist/es2019/i18n/vi.js +13 -1
- package/dist/es2019/i18n/zh.js +13 -1
- package/dist/es2019/i18n/zh_TW.js +13 -1
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/es2019/link/ConfigureLinkOverlay/handleNavigation.js +38 -0
- package/dist/es2019/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/es2019/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/es2019/link/index.js +2 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/expand.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +13 -1
- package/dist/esm/i18n/da.js +13 -1
- package/dist/esm/i18n/de.js +13 -1
- package/dist/esm/i18n/en.js +12 -1
- package/dist/esm/i18n/en_GB.js +12 -1
- package/dist/esm/i18n/en_ZZ.js +12 -1
- package/dist/esm/i18n/es.js +13 -1
- package/dist/esm/i18n/fi.js +15 -3
- package/dist/esm/i18n/fr.js +15 -3
- package/dist/esm/i18n/hu.js +13 -1
- package/dist/esm/i18n/it.js +13 -1
- package/dist/esm/i18n/ja.js +13 -1
- package/dist/esm/i18n/ko.js +13 -1
- package/dist/esm/i18n/nb.js +13 -1
- package/dist/esm/i18n/nl.js +13 -1
- package/dist/esm/i18n/pl.js +13 -1
- package/dist/esm/i18n/pt_BR.js +13 -1
- package/dist/esm/i18n/ru.js +13 -1
- package/dist/esm/i18n/sv.js +13 -1
- package/dist/esm/i18n/th.js +13 -1
- package/dist/esm/i18n/tr.js +13 -1
- package/dist/esm/i18n/uk.js +15 -3
- package/dist/esm/i18n/vi.js +13 -1
- package/dist/esm/i18n/zh.js +13 -1
- package/dist/esm/i18n/zh_TW.js +13 -1
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/esm/link/ConfigureLinkOverlay/handleNavigation.js +37 -0
- package/dist/esm/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/esm/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/esm/link/index.js +2 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/expand.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -1
- package/dist/types/i18n/da.d.ts +13 -1
- package/dist/types/i18n/de.d.ts +13 -1
- package/dist/types/i18n/en.d.ts +12 -1
- package/dist/types/i18n/en_GB.d.ts +12 -1
- package/dist/types/i18n/en_ZZ.d.ts +12 -1
- package/dist/types/i18n/es.d.ts +13 -1
- package/dist/types/i18n/fi.d.ts +13 -1
- package/dist/types/i18n/fr.d.ts +13 -1
- package/dist/types/i18n/hu.d.ts +13 -1
- package/dist/types/i18n/it.d.ts +13 -1
- package/dist/types/i18n/ja.d.ts +13 -1
- package/dist/types/i18n/ko.d.ts +13 -1
- package/dist/types/i18n/nb.d.ts +13 -1
- package/dist/types/i18n/nl.d.ts +13 -1
- package/dist/types/i18n/pl.d.ts +13 -1
- package/dist/types/i18n/pt_BR.d.ts +13 -1
- package/dist/types/i18n/ru.d.ts +13 -1
- package/dist/types/i18n/sv.d.ts +13 -1
- package/dist/types/i18n/th.d.ts +13 -1
- package/dist/types/i18n/tr.d.ts +13 -1
- package/dist/types/i18n/uk.d.ts +13 -1
- package/dist/types/i18n/vi.d.ts +13 -1
- package/dist/types/i18n/zh.d.ts +13 -1
- package/dist/types/i18n/zh_TW.d.ts +13 -1
- package/dist/types/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types/link/index.d.ts +1 -0
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
- package/dist/types-ts4.5/i18n/da.d.ts +13 -1
- package/dist/types-ts4.5/i18n/de.d.ts +13 -1
- package/dist/types-ts4.5/i18n/en.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
- package/dist/types-ts4.5/i18n/es.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
- package/dist/types-ts4.5/i18n/it.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
- package/dist/types-ts4.5/i18n/th.d.ts +13 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types-ts4.5/link/index.d.ts +1 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -21,6 +21,7 @@ import { useLinkOverlayAnalyticsEvents } from './useLinkOverlayAnalyticsEvents';
|
|
|
21
21
|
var SMALL_LINK_TOOLBAR_ANALYTICS_SOURCE = 'smallLinkToolbar';
|
|
22
22
|
var Dropdown = function Dropdown(_ref) {
|
|
23
23
|
var onConfigureClickCallback = _ref.onConfigureClick,
|
|
24
|
+
onOpenLinkClickCallback = _ref.onOpenLinkClick,
|
|
24
25
|
onDropdownChange = _ref.onDropdownChange,
|
|
25
26
|
editorView = _ref.editorView,
|
|
26
27
|
testId = _ref.testId;
|
|
@@ -51,10 +52,11 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
51
52
|
focusEditor();
|
|
52
53
|
}
|
|
53
54
|
}, [fireToolbarViewEvent, focusEditor, onDropdownChange]);
|
|
54
|
-
var onGoToLinkClick = useCallback(function () {
|
|
55
|
+
var onGoToLinkClick = useCallback(function (event) {
|
|
55
56
|
fireActionClickEvent('goToLink');
|
|
57
|
+
onOpenLinkClickCallback === null || onOpenLinkClickCallback === void 0 || onOpenLinkClickCallback(event);
|
|
56
58
|
focusEditor();
|
|
57
|
-
}, [fireActionClickEvent, focusEditor]);
|
|
59
|
+
}, [fireActionClickEvent, focusEditor, onOpenLinkClickCallback]);
|
|
58
60
|
var onConfigureClick = useCallback(function () {
|
|
59
61
|
fireActionClickEvent('configureLink');
|
|
60
62
|
onConfigureClickCallback === null || onConfigureClickCallback === void 0 || onConfigureClickCallback();
|
|
@@ -85,6 +87,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
85
87
|
label: goToLinkLabel,
|
|
86
88
|
size: 'medium'
|
|
87
89
|
}),
|
|
90
|
+
testId: "".concat(testId, "-dropdown-item-open-link"),
|
|
88
91
|
onClick: onGoToLinkClick
|
|
89
92
|
}, goToLinkLabel), jsx(DropdownItem, {
|
|
90
93
|
elemBefore: jsx(PreferencesIcon, {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ACTION, ACTION_SUBJECT, EVENT_TYPE, MODE, PLATFORMS } from '../../analytics';
|
|
2
|
+
/**
|
|
3
|
+
* Function that opens a new page and fires the relevant analytics events
|
|
4
|
+
*/
|
|
5
|
+
export function handleNavigation(_ref) {
|
|
6
|
+
var url = _ref.url,
|
|
7
|
+
event = _ref.event,
|
|
8
|
+
onClickCallback = _ref.onClickCallback,
|
|
9
|
+
fireAnalyticsEvent = _ref.fireAnalyticsEvent;
|
|
10
|
+
if (fireAnalyticsEvent) {
|
|
11
|
+
fireAnalyticsEvent({
|
|
12
|
+
action: ACTION.VISITED,
|
|
13
|
+
actionSubject: ACTION_SUBJECT.LINK,
|
|
14
|
+
eventType: EVENT_TYPE.TRACK,
|
|
15
|
+
attributes: {
|
|
16
|
+
platform: PLATFORMS.WEB,
|
|
17
|
+
mode: MODE.EDITOR
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
if (url) {
|
|
22
|
+
try {
|
|
23
|
+
onClickCallback === null || onClickCallback === void 0 || onClickCallback({
|
|
24
|
+
event: event,
|
|
25
|
+
url: url
|
|
26
|
+
});
|
|
27
|
+
} catch (_unused) {}
|
|
28
|
+
/**
|
|
29
|
+
* Links should navigate by default in live pages if:
|
|
30
|
+
* - the link is the direct target of the click event
|
|
31
|
+
* - default handling wasn't prevented with `event.preventDefault()`
|
|
32
|
+
*/
|
|
33
|
+
if (!event.defaultPrevented) {
|
|
34
|
+
window.location.href = url;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -35,7 +35,8 @@ export var OverlayButton = withAnalyticsContext()(function (_ref) {
|
|
|
35
35
|
testId = _ref$testId === void 0 ? 'link-configure-overlay-button' : _ref$testId,
|
|
36
36
|
_ref$targetElementPos = _ref.targetElementPos,
|
|
37
37
|
targetElementPos = _ref$targetElementPos === void 0 ? 0 : _ref$targetElementPos,
|
|
38
|
-
onDropdownChange = _ref.onDropdownChange
|
|
38
|
+
onDropdownChange = _ref.onDropdownChange,
|
|
39
|
+
onOpenLinkClick = _ref.onOpenLinkClick;
|
|
39
40
|
var _useIntl = useIntl(),
|
|
40
41
|
formatMessage = _useIntl.formatMessage;
|
|
41
42
|
var configureLinkLabel = formatMessage(cardMessages.inlineConfigureLink);
|
|
@@ -44,8 +45,8 @@ export var OverlayButton = withAnalyticsContext()(function (_ref) {
|
|
|
44
45
|
showDropdown = _useState2[0],
|
|
45
46
|
setShowDropdown = _useState2[1];
|
|
46
47
|
var _useLinkOverlayAnalyt = useLinkOverlayAnalyticsEvents(),
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
fireActionClickEvent = _useLinkOverlayAnalyt.fireActionClickEvent,
|
|
49
|
+
fireLinkClickEvent = _useLinkOverlayAnalyt.fireLinkClickEvent;
|
|
49
50
|
useLayoutEffect(function () {
|
|
50
51
|
var _domNode;
|
|
51
52
|
var domNode = editorView.nodeDOM(targetElementPos);
|
|
@@ -73,10 +74,10 @@ export var OverlayButton = withAnalyticsContext()(function (_ref) {
|
|
|
73
74
|
editorView.dispatch(tr);
|
|
74
75
|
}, [editorView, isText, targetElementPos, nodeEnd]);
|
|
75
76
|
var handleConfigureClickWithAnalytics = useCallback(function () {
|
|
76
|
-
fireLinkClickEvent();
|
|
77
77
|
fireActionClickEvent('configureLink');
|
|
78
|
+
fireLinkClickEvent();
|
|
78
79
|
handleConfigureClick();
|
|
79
|
-
}, [
|
|
80
|
+
}, [fireLinkClickEvent, handleConfigureClick, fireActionClickEvent]);
|
|
80
81
|
var _editorView$state$sel = editorView.state.selection,
|
|
81
82
|
from = _editorView$state$sel.from,
|
|
82
83
|
to = _editorView$state$sel.to;
|
|
@@ -90,6 +91,7 @@ export var OverlayButton = withAnalyticsContext()(function (_ref) {
|
|
|
90
91
|
}, showDropdown ? jsx(Dropdown, {
|
|
91
92
|
testId: testId,
|
|
92
93
|
onConfigureClick: handleConfigureClick,
|
|
94
|
+
onOpenLinkClick: onOpenLinkClick,
|
|
93
95
|
onDropdownChange: onDropdownChange,
|
|
94
96
|
editorView: editorView
|
|
95
97
|
}) : jsx(Tooltip, {
|
|
@@ -7,6 +7,15 @@ export var useLinkOverlayAnalyticsEvents = function useLinkOverlayAnalyticsEvent
|
|
|
7
7
|
createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
|
|
8
8
|
return useMemo(function () {
|
|
9
9
|
return {
|
|
10
|
+
/**
|
|
11
|
+
* When a user clicks go to link or configure link buttons.
|
|
12
|
+
*
|
|
13
|
+
* When a link is "wide" the overlay button is the configure button.
|
|
14
|
+
* When a link is "narrow" the configure button is inside the dropdown.
|
|
15
|
+
*
|
|
16
|
+
* @param linkAction 'goToLink' when somebody clicks on the Go to link button
|
|
17
|
+
* in the chevron menu; 'configureLink' when somebody clicks on the Configure button (whether it's the overlay or in the dropdown)
|
|
18
|
+
*/
|
|
10
19
|
fireActionClickEvent: function fireActionClickEvent(linkAction) {
|
|
11
20
|
createAnalyticsEvent({
|
|
12
21
|
action: ACTION.CLICKED,
|
|
@@ -17,6 +26,9 @@ export var useLinkOverlayAnalyticsEvents = function useLinkOverlayAnalyticsEvent
|
|
|
17
26
|
}
|
|
18
27
|
}).fire(FabricChannel.media);
|
|
19
28
|
},
|
|
29
|
+
/**
|
|
30
|
+
* When a user clicks on the dropdown for a short link, or when a user clicks on the configure button for a wide link.
|
|
31
|
+
*/
|
|
20
32
|
fireLinkClickEvent: function fireLinkClickEvent() {
|
|
21
33
|
createAnalyticsEvent({
|
|
22
34
|
action: ACTION.CLICKED,
|
package/dist/esm/link/index.js
CHANGED
|
@@ -9,4 +9,5 @@ export { HyperlinkAddToolbar } from './LinkPicker/HyperlinkAddToolbar';
|
|
|
9
9
|
export { default as HyperlinkLinkAddToolbar, HyperlinkLinkAddToolbarWithIntl, RECENT_SEARCH_LIST_SIZE } from './LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar';
|
|
10
10
|
export { sha1 } from './LinkPicker/HyperlinkAddToolbar/utils';
|
|
11
11
|
export { isLinkAtPos, isTextAtPos, getLinkPreferencesURLFromENV } from './utils';
|
|
12
|
-
export { OverlayButton } from './ConfigureLinkOverlay';
|
|
12
|
+
export { OverlayButton } from './ConfigureLinkOverlay';
|
|
13
|
+
export { handleNavigation } from './ConfigureLinkOverlay/handleNavigation';
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "87.0
|
|
10
|
+
var packageVersion = "87.2.0";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
package/dist/esm/styles/index.js
CHANGED
|
@@ -29,7 +29,7 @@ export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNE
|
|
|
29
29
|
export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
30
30
|
export { buttonGroupStyle, separatorStyles, wrapperStyle, triggerWrapperStyles } from './shared/plugins';
|
|
31
31
|
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
|
|
32
|
-
export { expandIconWrapperStyle, expandClassNames } from './shared/expand';
|
|
32
|
+
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle } from './shared/expand';
|
|
33
33
|
export { ClassNames as MediaSharedClassNames } from './shared/media';
|
|
34
34
|
export { BreakoutCssClassName } from './shared/breakout';
|
|
35
35
|
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
|
|
@@ -4,6 +4,11 @@ import { css } from '@emotion/react';
|
|
|
4
4
|
export var expandIconWrapperStyle = css({
|
|
5
5
|
marginLeft: "var(--ds-space-negative-100, -8px)"
|
|
6
6
|
});
|
|
7
|
+
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
9
|
+
export var expandIconContainerStyle = css({
|
|
10
|
+
padding: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-050, 4px)", " 0 0")
|
|
11
|
+
});
|
|
7
12
|
var prefix = 'ak-editor-expand';
|
|
8
13
|
export var expandClassNames = {
|
|
9
14
|
prefix: prefix,
|
|
@@ -20,7 +20,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
20
20
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "87.0
|
|
23
|
+
var packageVersion = "87.2.0";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
var DropList = /*#__PURE__*/function (_Component) {
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.numberedColumn': string;
|
|
322
329
|
'fabric.editor.off': string;
|
|
323
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
324
332
|
'fabric.editor.openLink': string;
|
|
325
333
|
'fabric.editor.orderedList': string;
|
|
326
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -356,6 +364,9 @@ declare const _default: {
|
|
|
356
364
|
'fabric.editor.rightSidebar': string;
|
|
357
365
|
'fabric.editor.rowControl': string;
|
|
358
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
359
370
|
'fabric.editor.rowsAreInserted': string;
|
|
360
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
361
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.numberedColumn': string;
|
|
322
329
|
'fabric.editor.off': string;
|
|
323
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
324
332
|
'fabric.editor.openLink': string;
|
|
325
333
|
'fabric.editor.orderedList': string;
|
|
326
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -356,6 +364,9 @@ declare const _default: {
|
|
|
356
364
|
'fabric.editor.rightSidebar': string;
|
|
357
365
|
'fabric.editor.rowControl': string;
|
|
358
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
359
370
|
'fabric.editor.rowsAreInserted': string;
|
|
360
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
361
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.numberedColumn': string;
|
|
322
329
|
'fabric.editor.off': string;
|
|
323
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
324
332
|
'fabric.editor.openLink': string;
|
|
325
333
|
'fabric.editor.orderedList': string;
|
|
326
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -356,6 +364,9 @@ declare const _default: {
|
|
|
356
364
|
'fabric.editor.rightSidebar': string;
|
|
357
365
|
'fabric.editor.rowControl': string;
|
|
358
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
359
370
|
'fabric.editor.rowsAreInserted': string;
|
|
360
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
361
372
|
'fabric.editor.saveButton': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|