@atlaskit/renderer 132.5.3 → 132.6.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 +15 -0
- package/actions/main/package.json +1 -8
- package/actions/package.json +1 -8
- package/actions/renderer-actions-context/package.json +1 -8
- package/actions/with-renderer-actions/package.json +1 -8
- package/annotations/package.json +1 -8
- package/consts/package.json +1 -8
- package/custom-nodes/loosely-lazy/package.json +1 -8
- package/custom-nodes/package.json +1 -8
- package/dist/cjs/react/nodes/emoji.js +28 -2
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/nodes/emoji.js +28 -2
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/nodes/emoji.js +28 -2
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/events/package.json +1 -8
- package/experimental-sync-custom-nodes/cards/package.json +1 -8
- package/experimental-sync-custom-nodes/media/package.json +1 -8
- package/experimental-sync-custom-nodes/small-nodes/package.json +1 -8
- package/extension-renderer/package.json +1 -8
- package/loosely-lazy/package.json +1 -8
- package/media-options/package.json +1 -8
- package/messages/package.json +1 -8
- package/nodes/package.json +1 -8
- package/package.json +6 -2
- package/react/package.json +1 -8
- package/react/types/package.json +1 -8
- package/render-document/package.json +1 -8
- package/renderer/package.json +1 -8
- package/renderer-actions-context/package.json +1 -8
- package/renderer-context/package.json +1 -8
- package/renderer-props/package.json +1 -8
- package/serializer/package.json +1 -8
- package/text/package.json +1 -8
- package/text-serializer/package.json +1 -8
- package/text-serializer/text/package.json +1 -8
- package/types/package.json +1 -8
- package/use-feature-flags/package.json +1 -8
- package/utils/package.json +1 -8
- package/validation-context/package.json +1 -8
- package/dist/types-ts4.5/actions/get-renderer-range-inline-node-names.d.ts +0 -23
- package/dist/types-ts4.5/actions/index.d.ts +0 -76
- package/dist/types-ts4.5/actions/matches-utils.d.ts +0 -8
- package/dist/types-ts4.5/actions/selection.d.ts +0 -8
- package/dist/types-ts4.5/analytics/analyticsContext.d.ts +0 -6
- package/dist/types-ts4.5/analytics/enums.d.ts +0 -59
- package/dist/types-ts4.5/analytics/events.d.ts +0 -184
- package/dist/types-ts4.5/analytics/unsupported-content.d.ts +0 -10
- package/dist/types-ts4.5/consts.d.ts +0 -24
- package/dist/types-ts4.5/custom-nodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/actions-main.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/actions-renderer-actions-context.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/actions-with-renderer-actions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/annotations.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/consts.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/custom-nodes-loosely-lazy.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/events.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/experimental-sync-custom-nodes/cards.d.ts +0 -9
- package/dist/types-ts4.5/entry-points/experimental-sync-custom-nodes/media.d.ts +0 -9
- package/dist/types-ts4.5/entry-points/experimental-sync-custom-nodes/small-nodes.d.ts +0 -9
- package/dist/types-ts4.5/entry-points/extension-renderer.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/loosely-lazy.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/media-options.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/messages.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/nodes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/react-types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/react.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/render-document.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/renderer-actions-context.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/renderer-context.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/renderer-props.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/renderer.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/serializer.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/text-serializer-text.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/text.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/use-feature-flags.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/utils.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/validation-context.d.ts +0 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -18
- package/dist/types-ts4.5/i18n/da.d.ts +0 -18
- package/dist/types-ts4.5/i18n/de.d.ts +0 -18
- package/dist/types-ts4.5/i18n/en.d.ts +0 -18
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -18
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -18
- package/dist/types-ts4.5/i18n/es.d.ts +0 -18
- package/dist/types-ts4.5/i18n/et.d.ts +0 -8
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -18
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -18
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -18
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -18
- package/dist/types-ts4.5/i18n/index.d.ts +0 -33
- package/dist/types-ts4.5/i18n/it.d.ts +0 -18
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -18
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -18
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -18
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -18
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -18
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -18
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -8
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -18
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -18
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -18
- package/dist/types-ts4.5/i18n/sr.d.ts +0 -18
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -18
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -18
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -18
- package/dist/types-ts4.5/i18n/th.d.ts +0 -18
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -18
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -18
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -18
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -18
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -18
- package/dist/types-ts4.5/index.d.ts +0 -16
- package/dist/types-ts4.5/messages.d.ts +0 -61
- package/dist/types-ts4.5/react/hooks/use-bidi-warnings.d.ts +0 -10
- package/dist/types-ts4.5/react/hooks/use-in-viewport.d.ts +0 -5
- package/dist/types-ts4.5/react/index.d.ts +0 -158
- package/dist/types-ts4.5/react/marks/alignment.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/annotation.d.ts +0 -6
- package/dist/types-ts4.5/react/marks/backgroundColor.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/border.d.ts +0 -8
- package/dist/types-ts4.5/react/marks/breakout.d.ts +0 -14
- package/dist/types-ts4.5/react/marks/code.d.ts +0 -20
- package/dist/types-ts4.5/react/marks/confluence-inline-comment.d.ts +0 -9
- package/dist/types-ts4.5/react/marks/data-consumer.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/em.d.ts +0 -3
- package/dist/types-ts4.5/react/marks/fontSize.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/fragment.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/indentation.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/index.d.ts +0 -24
- package/dist/types-ts4.5/react/marks/link-compiled.d.ts +0 -13
- package/dist/types-ts4.5/react/marks/link-emotion.d.ts +0 -14
- package/dist/types-ts4.5/react/marks/link.d.ts +0 -13
- package/dist/types-ts4.5/react/marks/strike.d.ts +0 -3
- package/dist/types-ts4.5/react/marks/strong.d.ts +0 -3
- package/dist/types-ts4.5/react/marks/subsup.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/textColor.d.ts +0 -4
- package/dist/types-ts4.5/react/marks/underline.d.ts +0 -3
- package/dist/types-ts4.5/react/marks/unsupportedMark.d.ts +0 -3
- package/dist/types-ts4.5/react/marks/unsupportedNodeAttribute.d.ts +0 -3
- package/dist/types-ts4.5/react/nodes/TableStickyScrollbar.d.ts +0 -21
- package/dist/types-ts4.5/react/nodes/blockCard.d.ts +0 -22
- package/dist/types-ts4.5/react/nodes/blockquote.d.ts +0 -4
- package/dist/types-ts4.5/react/nodes/bodiedExtension.d.ts +0 -31
- package/dist/types-ts4.5/react/nodes/bodiedSyncBlock.d.ts +0 -8
- package/dist/types-ts4.5/react/nodes/bulletList.d.ts +0 -6
- package/dist/types-ts4.5/react/nodes/caption.d.ts +0 -4
- package/dist/types-ts4.5/react/nodes/codeBlock/codeBlock.d.ts +0 -22
- package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockButtonContainer.d.ts +0 -15
- package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockContainer.d.ts +0 -14
- package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockCopyButton.d.ts +0 -9
- package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockWrapButton.d.ts +0 -10
- package/dist/types-ts4.5/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +0 -17
- package/dist/types-ts4.5/react/nodes/codeBlock/windowedCodeBlock.d.ts +0 -4
- package/dist/types-ts4.5/react/nodes/date.d.ts +0 -12
- package/dist/types-ts4.5/react/nodes/decisionItem.d.ts +0 -3
- package/dist/types-ts4.5/react/nodes/decisionList.d.ts +0 -7
- package/dist/types-ts4.5/react/nodes/doc.d.ts +0 -3
- package/dist/types-ts4.5/react/nodes/embedCard.d.ts +0 -28
- package/dist/types-ts4.5/react/nodes/emoji.d.ts +0 -16
- package/dist/types-ts4.5/react/nodes/extension.d.ts +0 -42
- package/dist/types-ts4.5/react/nodes/extensionFrame.d.ts +0 -27
- package/dist/types-ts4.5/react/nodes/fallback.d.ts +0 -25
- package/dist/types-ts4.5/react/nodes/hardBreak.d.ts +0 -6
- package/dist/types-ts4.5/react/nodes/heading-anchor.d.ts +0 -15
- package/dist/types-ts4.5/react/nodes/heading.d.ts +0 -27
- package/dist/types-ts4.5/react/nodes/index.d.ts +0 -139
- package/dist/types-ts4.5/react/nodes/inline.d.ts +0 -1
- package/dist/types-ts4.5/react/nodes/inlineCard.d.ts +0 -22
- package/dist/types-ts4.5/react/nodes/inlineExtension.d.ts +0 -18
- package/dist/types-ts4.5/react/nodes/layoutColumn-compiled.d.ts +0 -16
- package/dist/types-ts4.5/react/nodes/layoutColumn-emotion.d.ts +0 -16
- package/dist/types-ts4.5/react/nodes/layoutColumn.d.ts +0 -9
- package/dist/types-ts4.5/react/nodes/layoutSection.d.ts +0 -6
- package/dist/types-ts4.5/react/nodes/listItem.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/loosely-lazy.d.ts +0 -4
- package/dist/types-ts4.5/react/nodes/media/index.d.ts +0 -35
- package/dist/types-ts4.5/react/nodes/mediaGroup.d.ts +0 -30
- package/dist/types-ts4.5/react/nodes/mediaInline.d.ts +0 -24
- package/dist/types-ts4.5/react/nodes/mediaSingle/index.d.ts +0 -28
- package/dist/types-ts4.5/react/nodes/mention.d.ts +0 -14
- package/dist/types-ts4.5/react/nodes/multiBodiedExtension/actions.d.ts +0 -10
- package/dist/types-ts4.5/react/nodes/multiBodiedExtension/context.d.ts +0 -19
- package/dist/types-ts4.5/react/nodes/multiBodiedExtension.d.ts +0 -32
- package/dist/types-ts4.5/react/nodes/orderedList.d.ts +0 -10
- package/dist/types-ts4.5/react/nodes/panel-compiled.d.ts +0 -22
- package/dist/types-ts4.5/react/nodes/panel-emotion.d.ts +0 -23
- package/dist/types-ts4.5/react/nodes/panel.d.ts +0 -16
- package/dist/types-ts4.5/react/nodes/paragraph.d.ts +0 -3
- package/dist/types-ts4.5/react/nodes/placeholder.d.ts +0 -7
- package/dist/types-ts4.5/react/nodes/rule.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/status.d.ts +0 -11
- package/dist/types-ts4.5/react/nodes/syncBlock.d.ts +0 -7
- package/dist/types-ts4.5/react/nodes/table/colgroup.d.ts +0 -4
- package/dist/types-ts4.5/react/nodes/table/content-mode.d.ts +0 -10
- package/dist/types-ts4.5/react/nodes/table/sticky.d.ts +0 -75
- package/dist/types-ts4.5/react/nodes/table/table.d.ts +0 -10
- package/dist/types-ts4.5/react/nodes/table/types.d.ts +0 -16
- package/dist/types-ts4.5/react/nodes/table.d.ts +0 -116
- package/dist/types-ts4.5/react/nodes/tableCell.d.ts +0 -30
- package/dist/types-ts4.5/react/nodes/tableNew.d.ts +0 -173
- package/dist/types-ts4.5/react/nodes/tableRow.d.ts +0 -26
- package/dist/types-ts4.5/react/nodes/task-item-with-providers.d.ts +0 -23
- package/dist/types-ts4.5/react/nodes/taskItem.d.ts +0 -20
- package/dist/types-ts4.5/react/nodes/taskList.d.ts +0 -9
- package/dist/types-ts4.5/react/nodes/text-wrapper.d.ts +0 -13
- package/dist/types-ts4.5/react/nodes/unknownBlock.d.ts +0 -2
- package/dist/types-ts4.5/react/renderer-node.d.ts +0 -7
- package/dist/types-ts4.5/react/types.d.ts +0 -78
- package/dist/types-ts4.5/react/utils/EditorMediaClientProvider.d.ts +0 -5
- package/dist/types-ts4.5/react/utils/appearance.d.ts +0 -6
- package/dist/types-ts4.5/react/utils/breakout.d.ts +0 -1
- package/dist/types-ts4.5/react/utils/clipboard.d.ts +0 -1
- package/dist/types-ts4.5/react/utils/element-selection.d.ts +0 -9
- package/dist/types-ts4.5/react/utils/getCardClickHandler.d.ts +0 -3
- package/dist/types-ts4.5/react/utils/getStandaloneBackgroundColorMarks.d.ts +0 -12
- package/dist/types-ts4.5/react/utils/inject-props.d.ts +0 -6
- package/dist/types-ts4.5/react/utils/links.d.ts +0 -3
- package/dist/types-ts4.5/react/utils/lists.d.ts +0 -2
- package/dist/types-ts4.5/react/utils/markBlockAsInline.d.ts +0 -10
- package/dist/types-ts4.5/react/utils/render-text-segments.d.ts +0 -5
- package/dist/types-ts4.5/react/utils/segment-text.d.ts +0 -10
- package/dist/types-ts4.5/react/utils/use-select-all-trap.d.ts +0 -2
- package/dist/types-ts4.5/render-document.d.ts +0 -27
- package/dist/types-ts4.5/renderer-context.d.ts +0 -11
- package/dist/types-ts4.5/serializer.d.ts +0 -4
- package/dist/types-ts4.5/steps/index.d.ts +0 -17
- package/dist/types-ts4.5/text/index.d.ts +0 -8
- package/dist/types-ts4.5/text/nodes/blockquote.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/bulletList.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/date.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/decisionItem.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/hardBreak.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/heading.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/index.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/inlineCard.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/listItem.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/mediaGroup.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/mention.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/orderedList.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/panel.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/paragraph.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/rule.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/status.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/table.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/taskItem.d.ts +0 -3
- package/dist/types-ts4.5/text/nodes/unknown.d.ts +0 -3
- package/dist/types-ts4.5/text-serializer.d.ts +0 -1
- package/dist/types-ts4.5/types/i18n.d.ts +0 -5
- package/dist/types-ts4.5/types/mediaOptions.d.ts +0 -23
- package/dist/types-ts4.5/types/smartLinksOptions.d.ts +0 -59
- package/dist/types-ts4.5/ui/Expand.d.ts +0 -19
- package/dist/types-ts4.5/ui/ExtensionRenderer.d.ts +0 -38
- package/dist/types-ts4.5/ui/MediaCard.d.ts +0 -98
- package/dist/types-ts4.5/ui/Renderer/ErrorBoundary.d.ts +0 -30
- package/dist/types-ts4.5/ui/Renderer/PortalContext.d.ts +0 -4
- package/dist/types-ts4.5/ui/Renderer/RendererStyleContainer.d.ts +0 -14
- package/dist/types-ts4.5/ui/Renderer/ValidationContext.d.ts +0 -14
- package/dist/types-ts4.5/ui/Renderer/analytics-utils.d.ts +0 -3
- package/dist/types-ts4.5/ui/Renderer/breakout-ssr.d.ts +0 -19
- package/dist/types-ts4.5/ui/Renderer/click-to-edit.d.ts +0 -6
- package/dist/types-ts4.5/ui/Renderer/count-nodes.d.ts +0 -1
- package/dist/types-ts4.5/ui/Renderer/get-base-font-size.d.ts +0 -2
- package/dist/types-ts4.5/ui/Renderer/index.d.ts +0 -51
- package/dist/types-ts4.5/ui/Renderer/rendererHelper.d.ts +0 -2
- package/dist/types-ts4.5/ui/Renderer/style.d.ts +0 -2
- package/dist/types-ts4.5/ui/Renderer/truncated-wrapper.d.ts +0 -17
- package/dist/types-ts4.5/ui/Renderer/types.d.ts +0 -37
- package/dist/types-ts4.5/ui/Renderer/useMemoFromPropsDerivative.d.ts +0 -1
- package/dist/types-ts4.5/ui/RendererActionsContext/WithRendererActions.d.ts +0 -8
- package/dist/types-ts4.5/ui/RendererActionsContext/index.d.ts +0 -10
- package/dist/types-ts4.5/ui/SmartCardStorage.d.ts +0 -8
- package/dist/types-ts4.5/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +0 -16
- package/dist/types-ts4.5/ui/active-header-id-provider.d.ts +0 -18
- package/dist/types-ts4.5/ui/annotations/context.d.ts +0 -5
- package/dist/types-ts4.5/ui/annotations/contexts/AnnotationHoverContext.d.ts +0 -18
- package/dist/types-ts4.5/ui/annotations/contexts/AnnotationManagerContext.d.ts +0 -73
- package/dist/types-ts4.5/ui/annotations/contexts/AnnotationRangeContext.d.ts +0 -50
- package/dist/types-ts4.5/ui/annotations/draft/component.d.ts +0 -30
- package/dist/types-ts4.5/ui/annotations/draft/dom.d.ts +0 -7
- package/dist/types-ts4.5/ui/annotations/draft/position.d.ts +0 -3
- package/dist/types-ts4.5/ui/annotations/draft/text.d.ts +0 -13
- package/dist/types-ts4.5/ui/annotations/element/index.d.ts +0 -11
- package/dist/types-ts4.5/ui/annotations/element/mark.d.ts +0 -125
- package/dist/types-ts4.5/ui/annotations/element/useInlineAnnotationProps.d.ts +0 -24
- package/dist/types-ts4.5/ui/annotations/hooks/use-events.d.ts +0 -22
- package/dist/types-ts4.5/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +0 -2
- package/dist/types-ts4.5/ui/annotations/hooks/use-inline-comments-filter.d.ts +0 -9
- package/dist/types-ts4.5/ui/annotations/hooks/use-load-annotations.d.ts +0 -11
- package/dist/types-ts4.5/ui/annotations/hooks/user-selection.d.ts +0 -11
- package/dist/types-ts4.5/ui/annotations/hooks/utils.d.ts +0 -2
- package/dist/types-ts4.5/ui/annotations/hover/mounter.d.ts +0 -19
- package/dist/types-ts4.5/ui/annotations/hover/range-validator.d.ts +0 -13
- package/dist/types-ts4.5/ui/annotations/index.d.ts +0 -7
- package/dist/types-ts4.5/ui/annotations/selection/mounter.d.ts +0 -19
- package/dist/types-ts4.5/ui/annotations/selection/range-validator.d.ts +0 -13
- package/dist/types-ts4.5/ui/annotations/types.d.ts +0 -33
- package/dist/types-ts4.5/ui/annotations/view/index.d.ts +0 -8
- package/dist/types-ts4.5/ui/annotations/wrapper.d.ts +0 -9
- package/dist/types-ts4.5/ui/hooks/useScrollToBlock.d.ts +0 -16
- package/dist/types-ts4.5/ui/hooks/useStableScroll.d.ts +0 -27
- package/dist/types-ts4.5/ui/renderer-props.d.ts +0 -172
- package/dist/types-ts4.5/use-feature-flags.d.ts +0 -2
- package/dist/types-ts4.5/utils.d.ts +0 -21
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ValidationContext, ValidationContextProvider } from '../ui/Renderer/ValidationContext';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This was manually updated since the original `@atlaskit/i18n-tools` has been deprecated
|
|
5
|
-
*/
|
|
6
|
-
export { default as zh } from './zh';
|
|
7
|
-
export { default as zh_TW } from './zh_TW';
|
|
8
|
-
export { default as cs } from './cs';
|
|
9
|
-
export { default as da } from './da';
|
|
10
|
-
export { default as nl } from './nl';
|
|
11
|
-
export { default as et } from './et';
|
|
12
|
-
export { default as fi } from './fi';
|
|
13
|
-
export { default as fr } from './fr';
|
|
14
|
-
export { default as de } from './de';
|
|
15
|
-
export { default as en } from './en';
|
|
16
|
-
export { default as en_GB } from './en_GB';
|
|
17
|
-
export { default as en_ZZ } from './en_ZZ';
|
|
18
|
-
export { default as hu } from './hu';
|
|
19
|
-
export { default as it } from './it';
|
|
20
|
-
export { default as ja } from './ja';
|
|
21
|
-
export { default as ko } from './ko';
|
|
22
|
-
export { default as nb } from './nb';
|
|
23
|
-
export { default as pl } from './pl';
|
|
24
|
-
export { default as pt_BR } from './pt_BR';
|
|
25
|
-
export { default as pt_PT } from './pt_PT';
|
|
26
|
-
export { default as ru } from './ru';
|
|
27
|
-
export { default as sk } from './sk';
|
|
28
|
-
export { default as es } from './es';
|
|
29
|
-
export { default as sv } from './sv';
|
|
30
|
-
export { default as th } from './th';
|
|
31
|
-
export { default as tr } from './tr';
|
|
32
|
-
export { default as uk } from './uk';
|
|
33
|
-
export { default as vi } from './vi';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.copied': string;
|
|
10
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
-
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
-
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|