@atlaskit/renderer 103.0.1 → 104.0.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 +20 -0
- package/dist/cjs/react/marks/textColor.js +8 -2
- package/dist/cjs/react/nodes/codeBlock/components/codeBlockContainer.js +8 -5
- package/dist/cjs/react/nodes/codeBlockCopyButton.js +3 -3
- package/dist/cjs/ui/Renderer/index.js +11 -1
- package/dist/cjs/ui/Renderer/style.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/react/marks/textColor.js +7 -2
- package/dist/es2019/react/nodes/codeBlock/components/codeBlockContainer.js +10 -7
- package/dist/es2019/react/nodes/codeBlockCopyButton.js +16 -7
- package/dist/es2019/ui/Renderer/index.js +11 -2
- package/dist/es2019/ui/Renderer/style.js +284 -284
- package/dist/es2019/version.json +1 -1
- package/dist/esm/react/marks/textColor.js +7 -2
- package/dist/esm/react/nodes/codeBlock/components/codeBlockContainer.js +7 -6
- package/dist/esm/react/nodes/codeBlockCopyButton.js +2 -2
- package/dist/esm/ui/Renderer/index.js +13 -2
- package/dist/esm/ui/Renderer/style.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/events.d.ts +1 -0
- package/dist/types/ui/Renderer/index.d.ts +5 -0
- package/package.json +15 -22
- package/report.api.md +38 -30
- package/dist/types-ts4.0/actions/index.d.ts +0 -61
- package/dist/types-ts4.0/actions/matches-utils.d.ts +0 -7
- package/dist/types-ts4.0/actions.d.ts +0 -3
- package/dist/types-ts4.0/analytics/analyticsContext.d.ts +0 -6
- package/dist/types-ts4.0/analytics/enums.d.ts +0 -56
- package/dist/types-ts4.0/analytics/events.d.ts +0 -110
- package/dist/types-ts4.0/analytics/unsupported-content.d.ts +0 -10
- package/dist/types-ts4.0/consts.d.ts +0 -12
- package/dist/types-ts4.0/i18n/cs.d.ts +0 -20
- package/dist/types-ts4.0/i18n/da.d.ts +0 -20
- package/dist/types-ts4.0/i18n/de.d.ts +0 -20
- package/dist/types-ts4.0/i18n/en.d.ts +0 -20
- package/dist/types-ts4.0/i18n/en_GB.d.ts +0 -20
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +0 -20
- package/dist/types-ts4.0/i18n/es.d.ts +0 -20
- package/dist/types-ts4.0/i18n/et.d.ts +0 -8
- package/dist/types-ts4.0/i18n/fi.d.ts +0 -20
- package/dist/types-ts4.0/i18n/fr.d.ts +0 -20
- package/dist/types-ts4.0/i18n/hu.d.ts +0 -20
- package/dist/types-ts4.0/i18n/index.d.ts +0 -31
- package/dist/types-ts4.0/i18n/it.d.ts +0 -20
- package/dist/types-ts4.0/i18n/ja.d.ts +0 -20
- package/dist/types-ts4.0/i18n/ko.d.ts +0 -20
- package/dist/types-ts4.0/i18n/nb.d.ts +0 -20
- package/dist/types-ts4.0/i18n/nl.d.ts +0 -20
- package/dist/types-ts4.0/i18n/pl.d.ts +0 -20
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +0 -20
- package/dist/types-ts4.0/i18n/pt_PT.d.ts +0 -8
- package/dist/types-ts4.0/i18n/ru.d.ts +0 -20
- package/dist/types-ts4.0/i18n/sk.d.ts +0 -8
- package/dist/types-ts4.0/i18n/sv.d.ts +0 -20
- package/dist/types-ts4.0/i18n/th.d.ts +0 -20
- package/dist/types-ts4.0/i18n/tr.d.ts +0 -20
- package/dist/types-ts4.0/i18n/uk.d.ts +0 -20
- package/dist/types-ts4.0/i18n/vi.d.ts +0 -20
- package/dist/types-ts4.0/i18n/zh.d.ts +0 -20
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +0 -20
- package/dist/types-ts4.0/index.d.ts +0 -11
- package/dist/types-ts4.0/messages.d.ts +0 -61
- package/dist/types-ts4.0/react/hooks/use-bidi-warnings.d.ts +0 -10
- package/dist/types-ts4.0/react/hooks/use-in-viewport.d.ts +0 -5
- package/dist/types-ts4.0/react/hooks/use-observed-width.d.ts +0 -3
- package/dist/types-ts4.0/react/index.d.ts +0 -118
- package/dist/types-ts4.0/react/marks/alignment.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/annotation.d.ts +0 -6
- package/dist/types-ts4.0/react/marks/breakout.d.ts +0 -6
- package/dist/types-ts4.0/react/marks/code.d.ts +0 -16
- package/dist/types-ts4.0/react/marks/confluence-inline-comment.d.ts +0 -8
- package/dist/types-ts4.0/react/marks/data-consumer.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/em.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/fragment.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/indentation.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/index.d.ts +0 -21
- package/dist/types-ts4.0/react/marks/link.d.ts +0 -9
- package/dist/types-ts4.0/react/marks/strike.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/strong.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/subsup.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/textColor.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/underline.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/unsupportedMark.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/unsupportedNodeAttribute.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/blockCard.d.ts +0 -10
- package/dist/types-ts4.0/react/nodes/blockquote.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +0 -24
- package/dist/types-ts4.0/react/nodes/bulletList.d.ts +0 -5
- package/dist/types-ts4.0/react/nodes/caption.d.ts +0 -4
- package/dist/types-ts4.0/react/nodes/codeBlock/codeBlock.d.ts +0 -14
- package/dist/types-ts4.0/react/nodes/codeBlock/components/codeBlockContainer.d.ts +0 -12
- package/dist/types-ts4.0/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +0 -9
- package/dist/types-ts4.0/react/nodes/codeBlock/windowedCodeBlock.d.ts +0 -4
- package/dist/types-ts4.0/react/nodes/codeBlockCopyButton.d.ts +0 -9
- package/dist/types-ts4.0/react/nodes/date.d.ts +0 -11
- package/dist/types-ts4.0/react/nodes/decisionItem.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/decisionList.d.ts +0 -7
- package/dist/types-ts4.0/react/nodes/doc.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/embedCard.d.ts +0 -17
- package/dist/types-ts4.0/react/nodes/emoji.d.ts +0 -10
- package/dist/types-ts4.0/react/nodes/extension.d.ts +0 -113
- package/dist/types-ts4.0/react/nodes/fallback.d.ts +0 -16
- package/dist/types-ts4.0/react/nodes/hardBreak.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/heading-anchor.d.ts +0 -14
- package/dist/types-ts4.0/react/nodes/heading.d.ts +0 -14
- package/dist/types-ts4.0/react/nodes/index.d.ts +0 -94
- package/dist/types-ts4.0/react/nodes/inline.d.ts +0 -1
- package/dist/types-ts4.0/react/nodes/inlineCard.d.ts +0 -65
- package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +0 -18
- package/dist/types-ts4.0/react/nodes/layoutColumn.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/layoutSection.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/listItem.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/media.d.ts +0 -27
- package/dist/types-ts4.0/react/nodes/mediaGroup.d.ts +0 -29
- package/dist/types-ts4.0/react/nodes/mediaInline.d.ts +0 -20
- package/dist/types-ts4.0/react/nodes/mediaSingle/index.d.ts +0 -23
- package/dist/types-ts4.0/react/nodes/mediaSingle/styles.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/mention.d.ts +0 -13
- package/dist/types-ts4.0/react/nodes/orderedList.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/panel.d.ts +0 -17
- package/dist/types-ts4.0/react/nodes/paragraph.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/placeholder.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/rule.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/status.d.ts +0 -10
- package/dist/types-ts4.0/react/nodes/table/colgroup.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/table/sticky.d.ts +0 -38
- package/dist/types-ts4.0/react/nodes/table/table.d.ts +0 -7
- package/dist/types-ts4.0/react/nodes/table/types.d.ts +0 -7
- package/dist/types-ts4.0/react/nodes/table.d.ts +0 -269
- package/dist/types-ts4.0/react/nodes/tableCell.d.ts +0 -81
- package/dist/types-ts4.0/react/nodes/tableRow.d.ts +0 -24
- package/dist/types-ts4.0/react/nodes/task-item-with-providers.d.ts +0 -29
- package/dist/types-ts4.0/react/nodes/taskItem.d.ts +0 -19
- package/dist/types-ts4.0/react/nodes/taskList.d.ts +0 -8
- package/dist/types-ts4.0/react/nodes/text-wrapper.d.ts +0 -8
- package/dist/types-ts4.0/react/nodes/unknownBlock.d.ts +0 -2
- package/dist/types-ts4.0/react/renderer-node.d.ts +0 -4
- package/dist/types-ts4.0/react/types.d.ts +0 -57
- package/dist/types-ts4.0/react/utils/clipboard.d.ts +0 -1
- package/dist/types-ts4.0/react/utils/element-selection.d.ts +0 -9
- package/dist/types-ts4.0/react/utils/getCardClickHandler.d.ts +0 -2
- package/dist/types-ts4.0/react/utils/inject-props.d.ts +0 -6
- package/dist/types-ts4.0/react/utils/links.d.ts +0 -3
- package/dist/types-ts4.0/react/utils/lists.d.ts +0 -2
- package/dist/types-ts4.0/react/utils/performance/RenderTracking.d.ts +0 -15
- package/dist/types-ts4.0/react/utils/use-select-all-trap.d.ts +0 -2
- package/dist/types-ts4.0/render-document.d.ts +0 -23
- package/dist/types-ts4.0/renderer-context.d.ts +0 -9
- package/dist/types-ts4.0/serializer.d.ts +0 -4
- package/dist/types-ts4.0/steps/index.d.ts +0 -14
- package/dist/types-ts4.0/text/index.d.ts +0 -8
- package/dist/types-ts4.0/text/nodes/blockquote.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/bulletList.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/date.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/decisionItem.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/hardBreak.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/heading.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/index.d.ts +0 -6
- package/dist/types-ts4.0/text/nodes/inlineCard.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/listItem.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/mediaGroup.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/mention.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/orderedList.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/panel.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/paragraph.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/rule.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/status.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/table.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/taskItem.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/unknown.d.ts +0 -3
- package/dist/types-ts4.0/text-serializer.d.ts +0 -1
- package/dist/types-ts4.0/types/i18n.d.ts +0 -5
- package/dist/types-ts4.0/types/mediaOptions.d.ts +0 -12
- package/dist/types-ts4.0/types/smartLinksOptions.d.ts +0 -3
- package/dist/types-ts4.0/ui/Expand.d.ts +0 -21
- package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +0 -42
- package/dist/types-ts4.0/ui/MediaCard.d.ts +0 -77
- package/dist/types-ts4.0/ui/Renderer/ErrorBoundary.d.ts +0 -24
- package/dist/types-ts4.0/ui/Renderer/breakout-ssr.d.ts +0 -11
- package/dist/types-ts4.0/ui/Renderer/click-to-edit.d.ts +0 -6
- package/dist/types-ts4.0/ui/Renderer/index.d.ts +0 -33
- package/dist/types-ts4.0/ui/Renderer/style.d.ts +0 -14
- package/dist/types-ts4.0/ui/Renderer/truncated-wrapper.d.ts +0 -12
- package/dist/types-ts4.0/ui/Renderer/types.d.ts +0 -16
- package/dist/types-ts4.0/ui/RendererActionsContext/WithRendererActions.d.ts +0 -6
- package/dist/types-ts4.0/ui/RendererActionsContext/index.d.ts +0 -9
- package/dist/types-ts4.0/ui/SmartCardStorage.d.ts +0 -60
- package/dist/types-ts4.0/ui/SortingIcon.d.ts +0 -23
- package/dist/types-ts4.0/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +0 -15
- package/dist/types-ts4.0/ui/TaskItemsFormatContext/index.d.ts +0 -2
- package/dist/types-ts4.0/ui/active-header-id-provider.d.ts +0 -18
- package/dist/types-ts4.0/ui/annotations/context.d.ts +0 -27
- package/dist/types-ts4.0/ui/annotations/draft/component.d.ts +0 -20
- package/dist/types-ts4.0/ui/annotations/draft/dom.d.ts +0 -7
- package/dist/types-ts4.0/ui/annotations/draft/index.d.ts +0 -2
- package/dist/types-ts4.0/ui/annotations/draft/position.d.ts +0 -2
- package/dist/types-ts4.0/ui/annotations/draft/text.d.ts +0 -11
- package/dist/types-ts4.0/ui/annotations/element/index.d.ts +0 -10
- package/dist/types-ts4.0/ui/annotations/element/mark.d.ts +0 -14
- package/dist/types-ts4.0/ui/annotations/hooks/index.d.ts +0 -3
- package/dist/types-ts4.0/ui/annotations/hooks/use-events.d.ts +0 -18
- package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +0 -1
- package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comments-filter.d.ts +0 -9
- package/dist/types-ts4.0/ui/annotations/hooks/use-load-annotations.d.ts +0 -6
- package/dist/types-ts4.0/ui/annotations/hooks/user-selection.d.ts +0 -9
- package/dist/types-ts4.0/ui/annotations/hooks/utils.d.ts +0 -2
- package/dist/types-ts4.0/ui/annotations/index.d.ts +0 -5
- package/dist/types-ts4.0/ui/annotations/selection/index.d.ts +0 -1
- package/dist/types-ts4.0/ui/annotations/selection/mounter.d.ts +0 -20
- package/dist/types-ts4.0/ui/annotations/selection/range-validator.d.ts +0 -13
- package/dist/types-ts4.0/ui/annotations/selection/wrapper.d.ts +0 -8
- package/dist/types-ts4.0/ui/annotations/types.d.ts +0 -22
- package/dist/types-ts4.0/ui/annotations/view/index.d.ts +0 -7
- package/dist/types-ts4.0/ui/index.d.ts +0 -1
- package/dist/types-ts4.0/ui/renderer-props.d.ts +0 -100
- package/dist/types-ts4.0/use-feature-flags.d.ts +0 -2
- package/dist/types-ts4.0/utils.d.ts +0 -24
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { ACTION, ACTION_SUBJECT, AEP, EVENT_TYPE, ACTION_SUBJECT_ID } from './enums';
|
|
2
|
-
import { PropsDifference, SEVERITY, ShallowPropsDifference, UNSUPPORTED_CONTENT_LEVEL_SEVERITY } from '@atlaskit/editor-common/utils';
|
|
3
|
-
import type { UnsupportedContentPayload, UnsupportedContentTooltipPayload } from '@atlaskit/editor-common/utils';
|
|
4
|
-
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
5
|
-
export declare enum PLATFORM {
|
|
6
|
-
NATIVE = "mobileNative",
|
|
7
|
-
HYBRID = "mobileHybrid",
|
|
8
|
-
WEB = "web"
|
|
9
|
-
}
|
|
10
|
-
export declare enum MODE {
|
|
11
|
-
RENDERER = "renderer",
|
|
12
|
-
EDITOR = "editor"
|
|
13
|
-
}
|
|
14
|
-
declare type RendererStartAEP = AEP<ACTION.STARTED, ACTION_SUBJECT.RENDERER, undefined, {
|
|
15
|
-
platform: PLATFORM.WEB;
|
|
16
|
-
}, EVENT_TYPE.UI>;
|
|
17
|
-
declare type RendererRenderedAEP = AEP<ACTION.RENDERED, ACTION_SUBJECT.RENDERER, undefined, {
|
|
18
|
-
platform: PLATFORM.WEB;
|
|
19
|
-
duration: number;
|
|
20
|
-
ttfb?: number;
|
|
21
|
-
nodes: Record<string, number>;
|
|
22
|
-
severity?: SEVERITY;
|
|
23
|
-
}, EVENT_TYPE.OPERATIONAL>;
|
|
24
|
-
declare type RendererReRenderedAEP<Props> = AEP<ACTION.RE_RENDERED, ACTION_SUBJECT.RENDERER, undefined, {
|
|
25
|
-
propsDifference: PropsDifference<Props> | ShallowPropsDifference<Props>;
|
|
26
|
-
count: number;
|
|
27
|
-
componentId?: string;
|
|
28
|
-
}, EVENT_TYPE.OPERATIONAL>;
|
|
29
|
-
export declare type ComponentCrashErrorAEP = AEP<ACTION.CRASHED, ACTION_SUBJECT.RENDERER, ACTION_SUBJECT_ID, {
|
|
30
|
-
platform: PLATFORM.WEB;
|
|
31
|
-
errorMessage?: string;
|
|
32
|
-
errorStack?: string;
|
|
33
|
-
componentStack?: string;
|
|
34
|
-
errorRethrown?: boolean;
|
|
35
|
-
}, EVENT_TYPE.OPERATIONAL>;
|
|
36
|
-
declare type InvalidProsemirrorDocumentErrorAEP = AEP<ACTION.INVALID_PROSEMIRROR_DOCUMENT, ACTION_SUBJECT.RENDERER, ACTION_SUBJECT_ID, {
|
|
37
|
-
platform: PLATFORM.WEB;
|
|
38
|
-
errorStack?: string;
|
|
39
|
-
}, EVENT_TYPE.OPERATIONAL>;
|
|
40
|
-
declare type RendererUnsupportedContentLevelsTrackingSucceeded = AEP<ACTION.UNSUPPORTED_CONTENT_LEVELS_TRACKING_SUCCEEDED, ACTION_SUBJECT.RENDERER, undefined, {
|
|
41
|
-
appearance?: string;
|
|
42
|
-
platform: PLATFORM.WEB;
|
|
43
|
-
unsupportedContentLevelSeverity: UNSUPPORTED_CONTENT_LEVEL_SEVERITY;
|
|
44
|
-
unsupportedContentLevelPercentage: number;
|
|
45
|
-
unsupportedNodesCount: number;
|
|
46
|
-
supportedNodesCount: number;
|
|
47
|
-
}, EVENT_TYPE.OPERATIONAL>;
|
|
48
|
-
declare type RendererUnsupportedContentLevelsTrackingErrored = AEP<ACTION.UNSUPPORTED_CONTENT_LEVELS_TRACKING_ERRORED, ACTION_SUBJECT.RENDERER, undefined, {
|
|
49
|
-
platform: PLATFORM.WEB;
|
|
50
|
-
error: string;
|
|
51
|
-
}, EVENT_TYPE.OPERATIONAL>;
|
|
52
|
-
declare type RendererSelectAllCaughtAEP = AEP<ACTION.SELECT_ALL_CAUGHT, ACTION_SUBJECT.RENDERER, undefined, {
|
|
53
|
-
platform: PLATFORM.WEB;
|
|
54
|
-
}, EVENT_TYPE.TRACK>;
|
|
55
|
-
declare type RendererSelectAllEscapedAEP = AEP<ACTION.SELECT_ALL_ESCAPED, ACTION_SUBJECT.RENDERER, undefined, {
|
|
56
|
-
platform: PLATFORM.WEB;
|
|
57
|
-
}, EVENT_TYPE.TRACK>;
|
|
58
|
-
declare type UIAEP<Action, ActionSubject, ActionSubjectID, Attributes> = AEP<Action, ActionSubject, ActionSubjectID, Attributes, EVENT_TYPE.UI>;
|
|
59
|
-
declare type ButtonAEP<ActionSubjectID, Attributes> = UIAEP<ACTION.CLICKED, ACTION_SUBJECT.BUTTON, ActionSubjectID, Attributes>;
|
|
60
|
-
declare type AnchorLinkAEP = UIAEP<ACTION.VIEWED, ACTION_SUBJECT.ANCHOR_LINK, undefined, {
|
|
61
|
-
platform: PLATFORM.WEB;
|
|
62
|
-
mode: MODE.RENDERER;
|
|
63
|
-
}>;
|
|
64
|
-
declare type HeadingAnchorLinkButtonAEP = ButtonAEP<ACTION_SUBJECT_ID.HEADING_ANCHOR_LINK, undefined>;
|
|
65
|
-
declare type TableSortColumnNotAllowedAEP = AEP<ACTION.SORT_COLUMN_NOT_ALLOWED, ACTION_SUBJECT.TABLE, undefined, {
|
|
66
|
-
platform: PLATFORM.WEB;
|
|
67
|
-
mode: MODE.RENDERER;
|
|
68
|
-
}, EVENT_TYPE.TRACK>;
|
|
69
|
-
declare type TableSortColumnAEP = AEP<ACTION.SORT_COLUMN, ACTION_SUBJECT.TABLE, undefined, {
|
|
70
|
-
platform: PLATFORM.WEB;
|
|
71
|
-
mode: MODE.RENDERER;
|
|
72
|
-
sortOrder: SortOrder;
|
|
73
|
-
columnIndex: number;
|
|
74
|
-
}, EVENT_TYPE.TRACK>;
|
|
75
|
-
declare type VisitLinkAEP = AEP<ACTION.VISITED, ACTION_SUBJECT.LINK, undefined, {
|
|
76
|
-
platform: PLATFORM.WEB;
|
|
77
|
-
mode: MODE.RENDERER;
|
|
78
|
-
}, EVENT_TYPE.TRACK>;
|
|
79
|
-
declare type VisitMediaLinkAEP = AEP<ACTION.VISITED, ACTION_SUBJECT.MEDIA, ACTION_SUBJECT_ID.LINK, {
|
|
80
|
-
platform: PLATFORM.WEB;
|
|
81
|
-
mode: MODE.RENDERER;
|
|
82
|
-
}, EVENT_TYPE.TRACK>;
|
|
83
|
-
declare type ExpandAEP = AEP<ACTION.TOGGLE_EXPAND, ACTION_SUBJECT.EXPAND | ACTION_SUBJECT.NESTED_EXPAND, undefined, {
|
|
84
|
-
platform: PLATFORM.WEB;
|
|
85
|
-
mode: MODE.RENDERER;
|
|
86
|
-
expanded: boolean;
|
|
87
|
-
}, EVENT_TYPE.TRACK>;
|
|
88
|
-
export declare type AnnotationActionType = ACTION.INSERTED | ACTION.CLOSED | ACTION.EDITED | ACTION.DELETED | ACTION.OPENED | ACTION.RESOLVED | ACTION.VIEWED | ACTION.CREATE_NOT_ALLOWED;
|
|
89
|
-
export declare type AnnotationAEPAttributes = AnnotationDraftAEPAttributes | AnnotationResolvedAEPAttributes;
|
|
90
|
-
export declare type AnnotationDraftAEPAttributes = {
|
|
91
|
-
overlap?: number;
|
|
92
|
-
};
|
|
93
|
-
export declare type AnnotationResolvedAEPAttributes = {
|
|
94
|
-
method?: RESOLVE_METHOD;
|
|
95
|
-
};
|
|
96
|
-
export declare type AnnotationDeleteAEP = AEP<AnnotationActionType, ACTION_SUBJECT.ANNOTATION, ACTION_SUBJECT_ID, undefined, EVENT_TYPE.TRACK>;
|
|
97
|
-
export declare enum RESOLVE_METHOD {
|
|
98
|
-
COMPONENT = "component",
|
|
99
|
-
CONSUMER = "consumer",
|
|
100
|
-
ORPHANED = "orphaned"
|
|
101
|
-
}
|
|
102
|
-
export declare type AnnotationAEP = AEP<AnnotationActionType, ACTION_SUBJECT.ANNOTATION, ACTION_SUBJECT_ID.INLINE_COMMENT, AnnotationAEPAttributes, undefined>;
|
|
103
|
-
declare type MediaLnkTransformedAEP = AEP<ACTION.MEDIA_LINK_TRANSFORMED, ACTION_SUBJECT.RENDERER, undefined, undefined, EVENT_TYPE.OPERATIONAL>;
|
|
104
|
-
declare type RendererTTIAEP = AEP<ACTION.RENDERER_TTI, ACTION_SUBJECT.RENDERER, undefined, {
|
|
105
|
-
tti: number;
|
|
106
|
-
ttiFromInvocation: number;
|
|
107
|
-
canceled: boolean;
|
|
108
|
-
}, EVENT_TYPE.OPERATIONAL>;
|
|
109
|
-
export declare type AnalyticsEventPayload<T = void> = RendererStartAEP | RendererRenderedAEP | RendererReRenderedAEP<T> | ComponentCrashErrorAEP | RendererUnsupportedContentLevelsTrackingSucceeded | RendererUnsupportedContentLevelsTrackingErrored | RendererSelectAllCaughtAEP | RendererSelectAllEscapedAEP | HeadingAnchorLinkButtonAEP | AnchorLinkAEP | TableSortColumnNotAllowedAEP | TableSortColumnAEP | VisitLinkAEP | VisitMediaLinkAEP | ExpandAEP | UnsupportedContentPayload | UnsupportedContentTooltipPayload | AnnotationAEP | AnnotationDeleteAEP | MediaLnkTransformedAEP | InvalidProsemirrorDocumentErrorAEP | RendererTTIAEP;
|
|
110
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { UnsupportedContentLevelsTracking } from '@atlaskit/editor-common/utils';
|
|
2
|
-
import { AnalyticsEventPayload } from './events';
|
|
3
|
-
declare type DispatchAnalyticsEvent = (event: AnalyticsEventPayload) => void;
|
|
4
|
-
declare type DocumentData = {
|
|
5
|
-
rendererId: string;
|
|
6
|
-
doc: any;
|
|
7
|
-
appearance?: string;
|
|
8
|
-
};
|
|
9
|
-
export declare const trackUnsupportedContentLevels: (item: DocumentData, trackingOptions: UnsupportedContentLevelsTracking, dispatchAnalyticsEvent: DispatchAnalyticsEvent) => void;
|
|
10
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const RendererCssClassName: {
|
|
2
|
-
DOCUMENT: string;
|
|
3
|
-
EXTENSION: string;
|
|
4
|
-
EXTENSION_CENTER_ALIGN: string;
|
|
5
|
-
EXTENSION_OVERFLOW_CONTAINER: string;
|
|
6
|
-
NUMBER_COLUMN: string;
|
|
7
|
-
SORTABLE_COLUMN_WRAPPER: string;
|
|
8
|
-
SORTABLE_COLUMN: string;
|
|
9
|
-
SORTABLE_COLUMN_ICON_WRAPPER: string;
|
|
10
|
-
SORTABLE_COLUMN_ICON: string;
|
|
11
|
-
SORTABLE_COLUMN_NO_ORDER: string;
|
|
12
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
|
-
'fabric.editor.headingLink.copied': string;
|
|
7
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by i18n-tools.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
export { default as zh } from './zh';
|
|
8
|
-
export { default as zh_TW } from './zh_TW';
|
|
9
|
-
export { default as cs } from './cs';
|
|
10
|
-
export { default as da } from './da';
|
|
11
|
-
export { default as nl } from './nl';
|
|
12
|
-
export { default as et } from './et';
|
|
13
|
-
export { default as fi } from './fi';
|
|
14
|
-
export { default as fr } from './fr';
|
|
15
|
-
export { default as de } from './de';
|
|
16
|
-
export { default as hu } from './hu';
|
|
17
|
-
export { default as it } from './it';
|
|
18
|
-
export { default as ja } from './ja';
|
|
19
|
-
export { default as ko } from './ko';
|
|
20
|
-
export { default as nb } from './nb';
|
|
21
|
-
export { default as pl } from './pl';
|
|
22
|
-
export { default as pt_BR } from './pt_BR';
|
|
23
|
-
export { default as pt_PT } from './pt_PT';
|
|
24
|
-
export { default as ru } from './ru';
|
|
25
|
-
export { default as sk } from './sk';
|
|
26
|
-
export { default as es } from './es';
|
|
27
|
-
export { default as sv } from './sv';
|
|
28
|
-
export { default as th } from './th';
|
|
29
|
-
export { default as tr } from './tr';
|
|
30
|
-
export { default as uk } from './uk';
|
|
31
|
-
export { default as vi } from './vi';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
3
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
4
|
-
'fabric.editor.headingLink.copied': string;
|
|
5
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
6
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
7
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* NOTE:
|
|
16
|
-
*
|
|
17
|
-
* This file is automatically generated by Traduki 2.0.
|
|
18
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
19
|
-
*/
|
|
20
|
-
export default _default;
|