@atlaskit/renderer 103.0.0 → 103.0.2

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.
Files changed (230) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/consts.js +2 -2
  3. package/dist/cjs/messages.js +1 -1
  4. package/dist/cjs/react/nodes/panel.js +19 -10
  5. package/dist/cjs/react/nodes/tableCell.js +8 -26
  6. package/dist/cjs/ui/ExtensionRenderer.js +9 -2
  7. package/dist/cjs/ui/Renderer/index.js +1 -1
  8. package/dist/cjs/ui/Renderer/style.js +5 -3
  9. package/dist/cjs/ui/SortingIcon.js +55 -28
  10. package/dist/cjs/version.json +1 -1
  11. package/dist/es2019/consts.js +2 -2
  12. package/dist/es2019/messages.js +1 -1
  13. package/dist/es2019/react/nodes/panel.js +16 -6
  14. package/dist/es2019/react/nodes/tableCell.js +8 -27
  15. package/dist/es2019/ui/ExtensionRenderer.js +7 -2
  16. package/dist/es2019/ui/Renderer/index.js +1 -1
  17. package/dist/es2019/ui/Renderer/style.js +308 -287
  18. package/dist/es2019/ui/SortingIcon.js +89 -32
  19. package/dist/es2019/version.json +1 -1
  20. package/dist/esm/consts.js +2 -2
  21. package/dist/esm/messages.js +1 -1
  22. package/dist/esm/react/nodes/panel.js +18 -10
  23. package/dist/esm/react/nodes/tableCell.js +8 -26
  24. package/dist/esm/ui/ExtensionRenderer.js +9 -2
  25. package/dist/esm/ui/Renderer/index.js +1 -1
  26. package/dist/esm/ui/Renderer/style.js +5 -4
  27. package/dist/esm/ui/SortingIcon.js +55 -27
  28. package/dist/esm/version.json +1 -1
  29. package/dist/types/consts.d.ts +2 -2
  30. package/dist/types/react/nodes/bodiedExtension.d.ts +2 -1
  31. package/dist/types/react/nodes/extension.d.ts +2 -1
  32. package/dist/types/react/nodes/inlineExtension.d.ts +2 -0
  33. package/dist/types/ui/ExtensionRenderer.d.ts +2 -0
  34. package/dist/types/ui/SortingIcon.d.ts +4 -1
  35. package/package.json +19 -23
  36. package/report.api.md +359 -255
  37. package/dist/types-ts4.0/actions/index.d.ts +0 -61
  38. package/dist/types-ts4.0/actions/matches-utils.d.ts +0 -7
  39. package/dist/types-ts4.0/actions.d.ts +0 -3
  40. package/dist/types-ts4.0/analytics/analyticsContext.d.ts +0 -6
  41. package/dist/types-ts4.0/analytics/enums.d.ts +0 -56
  42. package/dist/types-ts4.0/analytics/events.d.ts +0 -110
  43. package/dist/types-ts4.0/analytics/unsupported-content.d.ts +0 -10
  44. package/dist/types-ts4.0/consts.d.ts +0 -12
  45. package/dist/types-ts4.0/i18n/cs.d.ts +0 -20
  46. package/dist/types-ts4.0/i18n/da.d.ts +0 -20
  47. package/dist/types-ts4.0/i18n/de.d.ts +0 -20
  48. package/dist/types-ts4.0/i18n/en.d.ts +0 -20
  49. package/dist/types-ts4.0/i18n/en_GB.d.ts +0 -20
  50. package/dist/types-ts4.0/i18n/en_ZZ.d.ts +0 -20
  51. package/dist/types-ts4.0/i18n/es.d.ts +0 -20
  52. package/dist/types-ts4.0/i18n/et.d.ts +0 -8
  53. package/dist/types-ts4.0/i18n/fi.d.ts +0 -20
  54. package/dist/types-ts4.0/i18n/fr.d.ts +0 -20
  55. package/dist/types-ts4.0/i18n/hu.d.ts +0 -20
  56. package/dist/types-ts4.0/i18n/index.d.ts +0 -31
  57. package/dist/types-ts4.0/i18n/it.d.ts +0 -20
  58. package/dist/types-ts4.0/i18n/ja.d.ts +0 -20
  59. package/dist/types-ts4.0/i18n/ko.d.ts +0 -20
  60. package/dist/types-ts4.0/i18n/nb.d.ts +0 -20
  61. package/dist/types-ts4.0/i18n/nl.d.ts +0 -20
  62. package/dist/types-ts4.0/i18n/pl.d.ts +0 -20
  63. package/dist/types-ts4.0/i18n/pt_BR.d.ts +0 -20
  64. package/dist/types-ts4.0/i18n/pt_PT.d.ts +0 -8
  65. package/dist/types-ts4.0/i18n/ru.d.ts +0 -20
  66. package/dist/types-ts4.0/i18n/sk.d.ts +0 -8
  67. package/dist/types-ts4.0/i18n/sv.d.ts +0 -20
  68. package/dist/types-ts4.0/i18n/th.d.ts +0 -20
  69. package/dist/types-ts4.0/i18n/tr.d.ts +0 -20
  70. package/dist/types-ts4.0/i18n/uk.d.ts +0 -20
  71. package/dist/types-ts4.0/i18n/vi.d.ts +0 -20
  72. package/dist/types-ts4.0/i18n/zh.d.ts +0 -20
  73. package/dist/types-ts4.0/i18n/zh_TW.d.ts +0 -20
  74. package/dist/types-ts4.0/index.d.ts +0 -11
  75. package/dist/types-ts4.0/messages.d.ts +0 -61
  76. package/dist/types-ts4.0/react/hooks/use-bidi-warnings.d.ts +0 -10
  77. package/dist/types-ts4.0/react/hooks/use-in-viewport.d.ts +0 -5
  78. package/dist/types-ts4.0/react/hooks/use-observed-width.d.ts +0 -3
  79. package/dist/types-ts4.0/react/index.d.ts +0 -118
  80. package/dist/types-ts4.0/react/marks/alignment.d.ts +0 -4
  81. package/dist/types-ts4.0/react/marks/annotation.d.ts +0 -6
  82. package/dist/types-ts4.0/react/marks/breakout.d.ts +0 -6
  83. package/dist/types-ts4.0/react/marks/code.d.ts +0 -16
  84. package/dist/types-ts4.0/react/marks/confluence-inline-comment.d.ts +0 -8
  85. package/dist/types-ts4.0/react/marks/data-consumer.d.ts +0 -4
  86. package/dist/types-ts4.0/react/marks/em.d.ts +0 -3
  87. package/dist/types-ts4.0/react/marks/fragment.d.ts +0 -4
  88. package/dist/types-ts4.0/react/marks/indentation.d.ts +0 -4
  89. package/dist/types-ts4.0/react/marks/index.d.ts +0 -21
  90. package/dist/types-ts4.0/react/marks/link.d.ts +0 -9
  91. package/dist/types-ts4.0/react/marks/strike.d.ts +0 -3
  92. package/dist/types-ts4.0/react/marks/strong.d.ts +0 -3
  93. package/dist/types-ts4.0/react/marks/subsup.d.ts +0 -4
  94. package/dist/types-ts4.0/react/marks/textColor.d.ts +0 -4
  95. package/dist/types-ts4.0/react/marks/underline.d.ts +0 -3
  96. package/dist/types-ts4.0/react/marks/unsupportedMark.d.ts +0 -3
  97. package/dist/types-ts4.0/react/marks/unsupportedNodeAttribute.d.ts +0 -3
  98. package/dist/types-ts4.0/react/nodes/blockCard.d.ts +0 -10
  99. package/dist/types-ts4.0/react/nodes/blockquote.d.ts +0 -2
  100. package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +0 -23
  101. package/dist/types-ts4.0/react/nodes/bulletList.d.ts +0 -5
  102. package/dist/types-ts4.0/react/nodes/caption.d.ts +0 -4
  103. package/dist/types-ts4.0/react/nodes/codeBlock/codeBlock.d.ts +0 -14
  104. package/dist/types-ts4.0/react/nodes/codeBlock/components/codeBlockContainer.d.ts +0 -12
  105. package/dist/types-ts4.0/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +0 -9
  106. package/dist/types-ts4.0/react/nodes/codeBlock/windowedCodeBlock.d.ts +0 -4
  107. package/dist/types-ts4.0/react/nodes/codeBlockCopyButton.d.ts +0 -9
  108. package/dist/types-ts4.0/react/nodes/date.d.ts +0 -11
  109. package/dist/types-ts4.0/react/nodes/decisionItem.d.ts +0 -3
  110. package/dist/types-ts4.0/react/nodes/decisionList.d.ts +0 -7
  111. package/dist/types-ts4.0/react/nodes/doc.d.ts +0 -3
  112. package/dist/types-ts4.0/react/nodes/embedCard.d.ts +0 -17
  113. package/dist/types-ts4.0/react/nodes/emoji.d.ts +0 -10
  114. package/dist/types-ts4.0/react/nodes/extension.d.ts +0 -112
  115. package/dist/types-ts4.0/react/nodes/fallback.d.ts +0 -16
  116. package/dist/types-ts4.0/react/nodes/hardBreak.d.ts +0 -6
  117. package/dist/types-ts4.0/react/nodes/heading-anchor.d.ts +0 -14
  118. package/dist/types-ts4.0/react/nodes/heading.d.ts +0 -14
  119. package/dist/types-ts4.0/react/nodes/index.d.ts +0 -94
  120. package/dist/types-ts4.0/react/nodes/inline.d.ts +0 -1
  121. package/dist/types-ts4.0/react/nodes/inlineCard.d.ts +0 -65
  122. package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +0 -16
  123. package/dist/types-ts4.0/react/nodes/layoutColumn.d.ts +0 -6
  124. package/dist/types-ts4.0/react/nodes/layoutSection.d.ts +0 -2
  125. package/dist/types-ts4.0/react/nodes/listItem.d.ts +0 -2
  126. package/dist/types-ts4.0/react/nodes/media.d.ts +0 -27
  127. package/dist/types-ts4.0/react/nodes/mediaGroup.d.ts +0 -29
  128. package/dist/types-ts4.0/react/nodes/mediaInline.d.ts +0 -20
  129. package/dist/types-ts4.0/react/nodes/mediaSingle/index.d.ts +0 -23
  130. package/dist/types-ts4.0/react/nodes/mediaSingle/styles.d.ts +0 -2
  131. package/dist/types-ts4.0/react/nodes/mention.d.ts +0 -13
  132. package/dist/types-ts4.0/react/nodes/orderedList.d.ts +0 -6
  133. package/dist/types-ts4.0/react/nodes/panel.d.ts +0 -17
  134. package/dist/types-ts4.0/react/nodes/paragraph.d.ts +0 -3
  135. package/dist/types-ts4.0/react/nodes/placeholder.d.ts +0 -6
  136. package/dist/types-ts4.0/react/nodes/rule.d.ts +0 -2
  137. package/dist/types-ts4.0/react/nodes/status.d.ts +0 -10
  138. package/dist/types-ts4.0/react/nodes/table/colgroup.d.ts +0 -3
  139. package/dist/types-ts4.0/react/nodes/table/sticky.d.ts +0 -38
  140. package/dist/types-ts4.0/react/nodes/table/table.d.ts +0 -7
  141. package/dist/types-ts4.0/react/nodes/table/types.d.ts +0 -7
  142. package/dist/types-ts4.0/react/nodes/table.d.ts +0 -269
  143. package/dist/types-ts4.0/react/nodes/tableCell.d.ts +0 -81
  144. package/dist/types-ts4.0/react/nodes/tableRow.d.ts +0 -24
  145. package/dist/types-ts4.0/react/nodes/task-item-with-providers.d.ts +0 -29
  146. package/dist/types-ts4.0/react/nodes/taskItem.d.ts +0 -19
  147. package/dist/types-ts4.0/react/nodes/taskList.d.ts +0 -8
  148. package/dist/types-ts4.0/react/nodes/text-wrapper.d.ts +0 -8
  149. package/dist/types-ts4.0/react/nodes/unknownBlock.d.ts +0 -2
  150. package/dist/types-ts4.0/react/renderer-node.d.ts +0 -4
  151. package/dist/types-ts4.0/react/types.d.ts +0 -57
  152. package/dist/types-ts4.0/react/utils/clipboard.d.ts +0 -1
  153. package/dist/types-ts4.0/react/utils/element-selection.d.ts +0 -9
  154. package/dist/types-ts4.0/react/utils/getCardClickHandler.d.ts +0 -2
  155. package/dist/types-ts4.0/react/utils/inject-props.d.ts +0 -6
  156. package/dist/types-ts4.0/react/utils/links.d.ts +0 -3
  157. package/dist/types-ts4.0/react/utils/lists.d.ts +0 -2
  158. package/dist/types-ts4.0/react/utils/performance/RenderTracking.d.ts +0 -15
  159. package/dist/types-ts4.0/react/utils/use-select-all-trap.d.ts +0 -2
  160. package/dist/types-ts4.0/render-document.d.ts +0 -23
  161. package/dist/types-ts4.0/renderer-context.d.ts +0 -9
  162. package/dist/types-ts4.0/serializer.d.ts +0 -4
  163. package/dist/types-ts4.0/steps/index.d.ts +0 -14
  164. package/dist/types-ts4.0/text/index.d.ts +0 -8
  165. package/dist/types-ts4.0/text/nodes/blockquote.d.ts +0 -3
  166. package/dist/types-ts4.0/text/nodes/bulletList.d.ts +0 -3
  167. package/dist/types-ts4.0/text/nodes/date.d.ts +0 -3
  168. package/dist/types-ts4.0/text/nodes/decisionItem.d.ts +0 -3
  169. package/dist/types-ts4.0/text/nodes/hardBreak.d.ts +0 -3
  170. package/dist/types-ts4.0/text/nodes/heading.d.ts +0 -3
  171. package/dist/types-ts4.0/text/nodes/index.d.ts +0 -6
  172. package/dist/types-ts4.0/text/nodes/inlineCard.d.ts +0 -3
  173. package/dist/types-ts4.0/text/nodes/listItem.d.ts +0 -3
  174. package/dist/types-ts4.0/text/nodes/mediaGroup.d.ts +0 -3
  175. package/dist/types-ts4.0/text/nodes/mention.d.ts +0 -3
  176. package/dist/types-ts4.0/text/nodes/orderedList.d.ts +0 -3
  177. package/dist/types-ts4.0/text/nodes/panel.d.ts +0 -3
  178. package/dist/types-ts4.0/text/nodes/paragraph.d.ts +0 -3
  179. package/dist/types-ts4.0/text/nodes/rule.d.ts +0 -3
  180. package/dist/types-ts4.0/text/nodes/status.d.ts +0 -3
  181. package/dist/types-ts4.0/text/nodes/table.d.ts +0 -3
  182. package/dist/types-ts4.0/text/nodes/taskItem.d.ts +0 -3
  183. package/dist/types-ts4.0/text/nodes/unknown.d.ts +0 -3
  184. package/dist/types-ts4.0/text-serializer.d.ts +0 -1
  185. package/dist/types-ts4.0/types/i18n.d.ts +0 -5
  186. package/dist/types-ts4.0/types/mediaOptions.d.ts +0 -12
  187. package/dist/types-ts4.0/types/smartLinksOptions.d.ts +0 -3
  188. package/dist/types-ts4.0/ui/Expand.d.ts +0 -21
  189. package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +0 -40
  190. package/dist/types-ts4.0/ui/MediaCard.d.ts +0 -77
  191. package/dist/types-ts4.0/ui/Renderer/ErrorBoundary.d.ts +0 -24
  192. package/dist/types-ts4.0/ui/Renderer/breakout-ssr.d.ts +0 -11
  193. package/dist/types-ts4.0/ui/Renderer/click-to-edit.d.ts +0 -6
  194. package/dist/types-ts4.0/ui/Renderer/index.d.ts +0 -33
  195. package/dist/types-ts4.0/ui/Renderer/style.d.ts +0 -14
  196. package/dist/types-ts4.0/ui/Renderer/truncated-wrapper.d.ts +0 -12
  197. package/dist/types-ts4.0/ui/Renderer/types.d.ts +0 -16
  198. package/dist/types-ts4.0/ui/RendererActionsContext/WithRendererActions.d.ts +0 -6
  199. package/dist/types-ts4.0/ui/RendererActionsContext/index.d.ts +0 -9
  200. package/dist/types-ts4.0/ui/SmartCardStorage.d.ts +0 -60
  201. package/dist/types-ts4.0/ui/SortingIcon.d.ts +0 -20
  202. package/dist/types-ts4.0/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +0 -15
  203. package/dist/types-ts4.0/ui/TaskItemsFormatContext/index.d.ts +0 -2
  204. package/dist/types-ts4.0/ui/active-header-id-provider.d.ts +0 -18
  205. package/dist/types-ts4.0/ui/annotations/context.d.ts +0 -27
  206. package/dist/types-ts4.0/ui/annotations/draft/component.d.ts +0 -20
  207. package/dist/types-ts4.0/ui/annotations/draft/dom.d.ts +0 -7
  208. package/dist/types-ts4.0/ui/annotations/draft/index.d.ts +0 -2
  209. package/dist/types-ts4.0/ui/annotations/draft/position.d.ts +0 -2
  210. package/dist/types-ts4.0/ui/annotations/draft/text.d.ts +0 -11
  211. package/dist/types-ts4.0/ui/annotations/element/index.d.ts +0 -10
  212. package/dist/types-ts4.0/ui/annotations/element/mark.d.ts +0 -14
  213. package/dist/types-ts4.0/ui/annotations/hooks/index.d.ts +0 -3
  214. package/dist/types-ts4.0/ui/annotations/hooks/use-events.d.ts +0 -18
  215. package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +0 -1
  216. package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comments-filter.d.ts +0 -9
  217. package/dist/types-ts4.0/ui/annotations/hooks/use-load-annotations.d.ts +0 -6
  218. package/dist/types-ts4.0/ui/annotations/hooks/user-selection.d.ts +0 -9
  219. package/dist/types-ts4.0/ui/annotations/hooks/utils.d.ts +0 -2
  220. package/dist/types-ts4.0/ui/annotations/index.d.ts +0 -5
  221. package/dist/types-ts4.0/ui/annotations/selection/index.d.ts +0 -1
  222. package/dist/types-ts4.0/ui/annotations/selection/mounter.d.ts +0 -20
  223. package/dist/types-ts4.0/ui/annotations/selection/range-validator.d.ts +0 -13
  224. package/dist/types-ts4.0/ui/annotations/selection/wrapper.d.ts +0 -8
  225. package/dist/types-ts4.0/ui/annotations/types.d.ts +0 -22
  226. package/dist/types-ts4.0/ui/annotations/view/index.d.ts +0 -7
  227. package/dist/types-ts4.0/ui/index.d.ts +0 -1
  228. package/dist/types-ts4.0/ui/renderer-props.d.ts +0 -100
  229. package/dist/types-ts4.0/use-feature-flags.d.ts +0 -2
  230. package/dist/types-ts4.0/utils.d.ts +0 -24
@@ -1,61 +0,0 @@
1
- /// <reference types="react" />
2
- import { JSONDocNode } from '@atlaskit/editor-json-transformer';
3
- import type { AnnotationActionResult, AnnotationByMatches } from '@atlaskit/editor-common/types';
4
- import { AnnotationTypes } from '@atlaskit/adf-schema';
5
- import { Node, Schema, Mark } from 'prosemirror-model';
6
- import { Step, RemoveMarkStep } from 'prosemirror-transform';
7
- import { AnalyticsEventPayload } from '../analytics/events';
8
- declare type ActionResult = {
9
- step: Step;
10
- doc: JSONDocNode;
11
- } | false;
12
- declare type Position = {
13
- from: number;
14
- to: number;
15
- };
16
- declare type Annotation = {
17
- annotationId: string;
18
- annotationType: AnnotationTypes;
19
- };
20
- export interface RendererActionsOptions {
21
- annotate: (range: Range, annotationId: string, annotationType: 'inlineComment') => ActionResult;
22
- deleteAnnotation: (annotationId: string, annotationType: 'inlineComment') => ActionResult;
23
- isValidAnnotationRange: (range: Range) => boolean;
24
- }
25
- export declare type ApplyAnnotation = (pos: Position, annotation: Annotation) => AnnotationActionResult;
26
- export interface AnnotationsRendererActionsOptions {
27
- isValidAnnotationPosition: (pos: Position) => boolean;
28
- applyAnnotation: ApplyAnnotation;
29
- getAnnotationMarks: () => Mark[];
30
- }
31
- export interface PositionRendererActionsOptions {
32
- getPositionFromRange: (range: Range) => Position | false;
33
- }
34
- export default class RendererActions implements RendererActionsOptions, AnnotationsRendererActionsOptions, PositionRendererActionsOptions {
35
- private initFromContext;
36
- private transformer;
37
- private doc?;
38
- private schema?;
39
- private ref?;
40
- private onAnalyticsEvent?;
41
- constructor(initFromContext?: boolean);
42
- _privateRegisterRenderer(ref: React.MutableRefObject<null>, doc: Node, schema: Schema, onAnalyticsEvent?: (event: AnalyticsEventPayload) => void): void;
43
- _privateUnregisterRenderer(): void;
44
- /**
45
- * Validate whether we can create an annotation between two positions
46
- */
47
- _privateValidatePositionsForAnnotation(from: number, to: number): boolean;
48
- deleteAnnotation(annotationId: string, annotationType: 'inlineComment'): false | {
49
- step: RemoveMarkStep<Schema<any, any>>;
50
- doc: JSONDocNode;
51
- };
52
- annotate(range: Range, annotationId: string, annotationType: 'inlineComment'): AnnotationActionResult;
53
- isValidAnnotationRange(range: Range): boolean;
54
- isValidAnnotationPosition(pos: Position): boolean;
55
- getPositionFromRange(range: Range): Position | false;
56
- getAnnotationMarks(): Mark<any>[];
57
- getAnnotationsByPosition(range: Range): string[];
58
- applyAnnotation(pos: Position, annotation: Annotation): AnnotationActionResult;
59
- generateAnnotationIndexMatch(pos: Position): AnnotationByMatches | false;
60
- }
61
- export {};
@@ -1,7 +0,0 @@
1
- import { Node, Schema } from 'prosemirror-model';
2
- export declare function getIndexMatch(doc: Node, schema: Schema, selectedText: string, startIndex: number): {
3
- numMatches: number;
4
- matchIndex: number;
5
- textContent: string;
6
- };
7
- export declare function countMatches(searchString: string, query: string): number;
@@ -1,3 +0,0 @@
1
- import { RendererActionsContext, RendererActionsContextConsumer } from './ui/RendererActionsContext';
2
- import { WithRendererActions } from './ui/RendererActionsContext/WithRendererActions';
3
- export { RendererActionsContext, RendererActionsContextConsumer, WithRendererActions, };
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { AnalyticsEventPayload } from './events';
3
- declare const AnalyticsContext: React.Context<{
4
- fireAnalyticsEvent: (event: AnalyticsEventPayload) => void;
5
- }>;
6
- export default AnalyticsContext;
@@ -1,56 +0,0 @@
1
- export declare enum EVENT_TYPE {
2
- OPERATIONAL = "operational",
3
- SCREEN = "screen",
4
- TRACK = "track",
5
- UI = "ui"
6
- }
7
- export declare enum ACTION {
8
- STARTED = "started",
9
- RENDERED = "rendered",
10
- RE_RENDERED = "reRendered",
11
- RENDERER_TTI = "tti",
12
- CRASHED = "unhandledErrorCaught",
13
- INVALID_PROSEMIRROR_DOCUMENT = "invalidProsemirrorDocument",
14
- SELECT_ALL_CAUGHT = "selectAllCaught",
15
- SELECT_ALL_ESCAPED = "selectAllEscaped",
16
- CLICKED = "clicked",
17
- VIEWED = "viewed",
18
- VISITED = "visited",
19
- SORT_COLUMN = "sortedColumn",
20
- SORT_COLUMN_NOT_ALLOWED = "sortColumnNotAllowed",
21
- TOGGLE_EXPAND = "toggleExpand",
22
- INSERTED = "inserted",
23
- OPENED = "opened",
24
- CLOSED = "closed",
25
- DELETED = "deleted",
26
- EDITED = "edited",
27
- RESOLVED = "resolved",
28
- CREATE_NOT_ALLOWED = "createNotAllowed",
29
- UNSUPPORTED_CONTENT_LEVELS_TRACKING_SUCCEEDED = "unsupportedContentLevelsTrackingSucceeded",
30
- UNSUPPORTED_CONTENT_LEVELS_TRACKING_ERRORED = "unsupportedContentLevelsTrackingErrored",
31
- MEDIA_LINK_TRANSFORMED = "mediaLinkTransformed"
32
- }
33
- export declare enum ACTION_SUBJECT {
34
- RENDERER = "renderer",
35
- BUTTON = "button",
36
- ANCHOR_LINK = "anchorLink",
37
- TABLE = "table",
38
- EXPAND = "expand",
39
- NESTED_EXPAND = "nestedExpand",
40
- MEDIA_SINGLE = "mediaSingle",
41
- LINK = "link",
42
- ANNOTATION = "annotation",
43
- MEDIA = "media"
44
- }
45
- export declare enum ACTION_SUBJECT_ID {
46
- HEADING_ANCHOR_LINK = "headingAnchorLink",
47
- LINK = "link",
48
- INLINE_COMMENT = "inlineComment"
49
- }
50
- export declare type AEP<Action, ActionSubject, ActionSubjectID, Attributes, EventType> = {
51
- action: Action;
52
- actionSubject: ActionSubject;
53
- actionSubjectId?: ActionSubjectID;
54
- attributes?: Attributes;
55
- eventType: EventType;
56
- };
@@ -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: string;
8
- SORTABLE_COLUMN_BUTTON: string;
9
- SORTABLE_COLUMN_NOT_ALLOWED: 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,8 +0,0 @@
1
- declare const _default: {};
2
- /**
3
- * NOTE:
4
- *
5
- * This file is automatically generated by i18n-tools.
6
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
- */
8
- 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;