@atlaskit/renderer 108.15.8 → 108.15.10
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 +13 -0
- package/dist/cjs/actions/index.js +2 -3
- package/dist/cjs/analytics/analyticsContext.js +1 -2
- package/dist/cjs/analytics/enums.js +5 -9
- package/dist/cjs/analytics/events.js +4 -7
- package/dist/cjs/analytics/unsupported-content.js +2 -3
- package/dist/cjs/consts.js +2 -3
- package/dist/cjs/i18n/cs.js +2 -3
- package/dist/cjs/i18n/da.js +2 -3
- package/dist/cjs/i18n/de.js +2 -3
- package/dist/cjs/i18n/en.js +2 -3
- package/dist/cjs/i18n/en_GB.js +2 -3
- package/dist/cjs/i18n/en_ZZ.js +2 -3
- package/dist/cjs/i18n/es.js +2 -3
- package/dist/cjs/i18n/et.js +1 -2
- package/dist/cjs/i18n/fi.js +2 -3
- package/dist/cjs/i18n/fr.js +2 -3
- package/dist/cjs/i18n/hu.js +2 -3
- package/dist/cjs/i18n/it.js +2 -3
- package/dist/cjs/i18n/ja.js +2 -3
- package/dist/cjs/i18n/ko.js +2 -3
- package/dist/cjs/i18n/nb.js +2 -3
- package/dist/cjs/i18n/nl.js +2 -3
- package/dist/cjs/i18n/pl.js +2 -3
- package/dist/cjs/i18n/pt_BR.js +2 -3
- package/dist/cjs/i18n/pt_PT.js +1 -2
- package/dist/cjs/i18n/ru.js +2 -3
- package/dist/cjs/i18n/sk.js +1 -2
- package/dist/cjs/i18n/sv.js +2 -3
- package/dist/cjs/i18n/th.js +2 -3
- package/dist/cjs/i18n/tr.js +2 -3
- package/dist/cjs/i18n/uk.js +2 -3
- package/dist/cjs/i18n/vi.js +2 -3
- package/dist/cjs/i18n/zh.js +2 -3
- package/dist/cjs/i18n/zh_TW.js +2 -3
- package/dist/cjs/messages.js +5 -9
- package/dist/cjs/react/hooks/use-bidi-warnings.js +2 -3
- package/dist/cjs/react/hooks/use-in-viewport.js +2 -3
- package/dist/cjs/react/index.js +3 -3
- package/dist/cjs/react/marks/annotation.js +2 -4
- package/dist/cjs/react/marks/breakout.js +1 -2
- package/dist/cjs/react/marks/code.js +2 -4
- package/dist/cjs/react/marks/confluence-inline-comment.js +2 -3
- package/dist/cjs/react/marks/index.js +3 -5
- package/dist/cjs/react/nodes/bodiedExtension.js +1 -2
- package/dist/cjs/react/nodes/caption.js +1 -2
- package/dist/cjs/react/nodes/codeBlock/codeBlock.js +1 -2
- package/dist/cjs/react/nodes/codeBlock/components/codeBlockButtonContainer.js +1 -2
- package/dist/cjs/react/nodes/codeBlock/components/codeBlockContainer.js +1 -2
- package/dist/cjs/react/nodes/codeBlock/components/codeBlockCopyButton.js +1 -2
- package/dist/cjs/react/nodes/codeBlock/components/codeBlockWrapButton.js +1 -2
- package/dist/cjs/react/nodes/codeBlock/components/lightWeightCodeBlock.js +3 -6
- package/dist/cjs/react/nodes/codeBlock/windowedCodeBlock.js +1 -2
- package/dist/cjs/react/nodes/date.js +2 -4
- package/dist/cjs/react/nodes/decisionList.js +2 -3
- package/dist/cjs/react/nodes/emoji.js +2 -3
- package/dist/cjs/react/nodes/extension.js +3 -5
- package/dist/cjs/react/nodes/fallback.js +4 -5
- package/dist/cjs/react/nodes/hardBreak.js +1 -2
- package/dist/cjs/react/nodes/heading-anchor.js +2 -4
- package/dist/cjs/react/nodes/heading.js +1 -2
- package/dist/cjs/react/nodes/index.js +25 -50
- package/dist/cjs/react/nodes/inlineCard.js +1 -2
- package/dist/cjs/react/nodes/inlineExtension.js +1 -2
- package/dist/cjs/react/nodes/media/index.js +2 -3
- package/dist/cjs/react/nodes/media/styles.js +3 -5
- package/dist/cjs/react/nodes/mediaGroup.js +2 -3
- package/dist/cjs/react/nodes/mediaInline.js +3 -5
- package/dist/cjs/react/nodes/mediaSingle/index.js +2 -4
- package/dist/cjs/react/nodes/mediaSingle/styles.js +2 -4
- package/dist/cjs/react/nodes/mention.js +2 -3
- package/dist/cjs/react/nodes/orderedList.js +1 -1
- package/dist/cjs/react/nodes/panel.js +1 -2
- package/dist/cjs/react/nodes/status.js +2 -3
- package/dist/cjs/react/nodes/table/colgroup.js +3 -5
- package/dist/cjs/react/nodes/table/sticky.js +5 -9
- package/dist/cjs/react/nodes/table/table.js +2 -3
- package/dist/cjs/react/nodes/table.js +4 -8
- package/dist/cjs/react/nodes/tableCell.js +3 -6
- package/dist/cjs/react/nodes/tableRow.js +2 -3
- package/dist/cjs/react/nodes/task-item-with-providers.js +2 -3
- package/dist/cjs/react/nodes/taskItem.js +2 -3
- package/dist/cjs/react/nodes/taskList.js +2 -3
- package/dist/cjs/react/nodes/text-wrapper.js +1 -2
- package/dist/cjs/react/renderer-node.js +5 -9
- package/dist/cjs/react/utils/appearance.js +4 -7
- package/dist/cjs/react/utils/clipboard.js +2 -3
- package/dist/cjs/react/utils/element-selection.js +2 -3
- package/dist/cjs/react/utils/getCardClickHandler.js +2 -3
- package/dist/cjs/react/utils/use-select-all-trap.js +2 -3
- package/dist/cjs/render-document.js +2 -3
- package/dist/cjs/renderer-context.js +2 -4
- package/dist/cjs/text/index.js +2 -3
- package/dist/cjs/text/nodes/blockquote.js +1 -2
- package/dist/cjs/text/nodes/bulletList.js +1 -2
- package/dist/cjs/text/nodes/date.js +1 -2
- package/dist/cjs/text/nodes/decisionItem.js +1 -2
- package/dist/cjs/text/nodes/hardBreak.js +1 -2
- package/dist/cjs/text/nodes/heading.js +1 -2
- package/dist/cjs/text/nodes/index.js +3 -5
- package/dist/cjs/text/nodes/inlineCard.js +1 -2
- package/dist/cjs/text/nodes/listItem.js +1 -2
- package/dist/cjs/text/nodes/mediaGroup.js +1 -2
- package/dist/cjs/text/nodes/mention.js +1 -2
- package/dist/cjs/text/nodes/orderedList.js +1 -2
- package/dist/cjs/text/nodes/panel.js +1 -2
- package/dist/cjs/text/nodes/paragraph.js +1 -2
- package/dist/cjs/text/nodes/rule.js +1 -2
- package/dist/cjs/text/nodes/status.js +1 -2
- package/dist/cjs/text/nodes/table.js +1 -2
- package/dist/cjs/text/nodes/taskItem.js +1 -2
- package/dist/cjs/text/nodes/unknown.js +1 -2
- package/dist/cjs/ui/Expand.js +1 -2
- package/dist/cjs/ui/ExtensionRenderer.js +5 -6
- package/dist/cjs/ui/MediaCard.js +5 -10
- package/dist/cjs/ui/Renderer/ErrorBoundary.js +2 -3
- package/dist/cjs/ui/Renderer/breakout-ssr.js +2 -4
- package/dist/cjs/ui/Renderer/index.js +9 -13
- package/dist/cjs/ui/Renderer/style.js +7 -10
- package/dist/cjs/ui/Renderer/truncated-wrapper.js +2 -3
- package/dist/cjs/ui/RendererActionsContext/index.js +2 -4
- package/dist/cjs/ui/SmartCardStorage.js +4 -7
- package/dist/cjs/ui/SortingIcon.js +2 -4
- package/dist/cjs/ui/TaskItemsFormatContext/TaskItemsFormatContext.js +1 -2
- package/dist/cjs/ui/active-header-id-provider.js +3 -5
- package/dist/cjs/ui/annotations/context.js +5 -9
- package/dist/cjs/ui/annotations/draft/component.js +5 -9
- package/dist/cjs/ui/annotations/draft/dom.js +3 -5
- package/dist/cjs/ui/annotations/draft/position.js +2 -3
- package/dist/cjs/ui/annotations/draft/text.js +4 -7
- package/dist/cjs/ui/annotations/element/index.js +2 -3
- package/dist/cjs/ui/annotations/element/mark.js +2 -3
- package/dist/cjs/ui/annotations/hooks/use-events.js +4 -7
- package/dist/cjs/ui/annotations/hooks/use-inline-comment-subscriber.js +2 -3
- package/dist/cjs/ui/annotations/hooks/use-inline-comments-filter.js +2 -3
- package/dist/cjs/ui/annotations/hooks/use-load-annotations.js +2 -3
- package/dist/cjs/ui/annotations/hooks/user-selection.js +2 -3
- package/dist/cjs/ui/annotations/hooks/utils.js +2 -3
- package/dist/cjs/ui/annotations/index.js +2 -3
- package/dist/cjs/ui/annotations/selection/mounter.js +2 -3
- package/dist/cjs/ui/annotations/selection/range-validator.js +2 -3
- package/dist/cjs/ui/annotations/selection/wrapper.js +2 -3
- package/dist/cjs/ui/annotations/types.js +2 -3
- package/dist/cjs/ui/annotations/view/index.js +2 -3
- package/dist/cjs/use-feature-flags.js +2 -3
- package/dist/cjs/utils.js +4 -8
- package/dist/es2019/react/index.js +1 -0
- package/dist/es2019/react/nodes/fallback.js +3 -3
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/index.js +1 -0
- package/dist/esm/react/nodes/fallback.js +3 -3
- package/dist/esm/react/nodes/mediaInline.js +1 -1
- package/dist/esm/react/nodes/orderedList.js +1 -1
- package/dist/esm/ui/ExtensionRenderer.js +3 -3
- package/dist/esm/ui/Renderer/index.js +5 -5
- package/package.json +5 -5
- package/dist/types-ts4.5/actions/index.d.ts +0 -61
- package/dist/types-ts4.5/actions/matches-utils.d.ts +0 -7
- package/dist/types-ts4.5/actions.d.ts +0 -3
- package/dist/types-ts4.5/analytics/analyticsContext.d.ts +0 -6
- package/dist/types-ts4.5/analytics/enums.d.ts +0 -58
- package/dist/types-ts4.5/analytics/events.d.ts +0 -118
- package/dist/types-ts4.5/analytics/unsupported-content.d.ts +0 -10
- package/dist/types-ts4.5/consts.d.ts +0 -12
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -25
- package/dist/types-ts4.5/i18n/da.d.ts +0 -20
- package/dist/types-ts4.5/i18n/de.d.ts +0 -20
- package/dist/types-ts4.5/i18n/en.d.ts +0 -25
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -25
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -25
- package/dist/types-ts4.5/i18n/es.d.ts +0 -20
- package/dist/types-ts4.5/i18n/et.d.ts +0 -8
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -25
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -20
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -20
- package/dist/types-ts4.5/i18n/index.d.ts +0 -31
- package/dist/types-ts4.5/i18n/it.d.ts +0 -20
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -25
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -20
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -20
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -20
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -20
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -25
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -8
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -25
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -20
- package/dist/types-ts4.5/i18n/th.d.ts +0 -20
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -20
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -25
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -20
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -20
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -20
- package/dist/types-ts4.5/index.d.ts +0 -11
- package/dist/types-ts4.5/messages.d.ts +0 -88
- 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 -124
- 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/breakout.d.ts +0 -6
- package/dist/types-ts4.5/react/marks/code.d.ts +0 -16
- package/dist/types-ts4.5/react/marks/confluence-inline-comment.d.ts +0 -8
- 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/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 -21
- package/dist/types-ts4.5/react/marks/link.d.ts +0 -9
- 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/blockCard.d.ts +0 -15
- package/dist/types-ts4.5/react/nodes/blockquote.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/bodiedExtension.d.ts +0 -24
- package/dist/types-ts4.5/react/nodes/bulletList.d.ts +0 -5
- package/dist/types-ts4.5/react/nodes/caption.d.ts +0 -4
- package/dist/types-ts4.5/react/nodes/codeBlock/codeBlock.d.ts +0 -15
- package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockButtonContainer.d.ts +0 -12
- package/dist/types-ts4.5/react/nodes/codeBlock/components/codeBlockContainer.d.ts +0 -10
- 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 -11
- package/dist/types-ts4.5/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +0 -9
- package/dist/types-ts4.5/react/nodes/codeBlock/windowedCodeBlock.d.ts +0 -4
- package/dist/types-ts4.5/react/nodes/date.d.ts +0 -11
- 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 -19
- package/dist/types-ts4.5/react/nodes/emoji.d.ts +0 -12
- package/dist/types-ts4.5/react/nodes/extension.d.ts +0 -113
- package/dist/types-ts4.5/react/nodes/fallback.d.ts +0 -19
- package/dist/types-ts4.5/react/nodes/hardBreak.d.ts +0 -6
- package/dist/types-ts4.5/react/nodes/heading-anchor.d.ts +0 -14
- package/dist/types-ts4.5/react/nodes/heading.d.ts +0 -14
- package/dist/types-ts4.5/react/nodes/index.d.ts +0 -98
- package/dist/types-ts4.5/react/nodes/inline.d.ts +0 -1
- package/dist/types-ts4.5/react/nodes/inlineCard.d.ts +0 -65
- package/dist/types-ts4.5/react/nodes/inlineExtension.d.ts +0 -18
- package/dist/types-ts4.5/react/nodes/layoutColumn.d.ts +0 -6
- package/dist/types-ts4.5/react/nodes/layoutSection.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/listItem.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/media/index.d.ts +0 -27
- package/dist/types-ts4.5/react/nodes/media/styles.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/mediaGroup.d.ts +0 -30
- package/dist/types-ts4.5/react/nodes/mediaInline.d.ts +0 -38
- package/dist/types-ts4.5/react/nodes/mediaSingle/index.d.ts +0 -24
- package/dist/types-ts4.5/react/nodes/mediaSingle/styles.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/mention.d.ts +0 -13
- package/dist/types-ts4.5/react/nodes/orderedList.d.ts +0 -9
- package/dist/types-ts4.5/react/nodes/panel.d.ts +0 -17
- package/dist/types-ts4.5/react/nodes/paragraph.d.ts +0 -3
- package/dist/types-ts4.5/react/nodes/placeholder.d.ts +0 -6
- package/dist/types-ts4.5/react/nodes/rule.d.ts +0 -2
- package/dist/types-ts4.5/react/nodes/status.d.ts +0 -10
- package/dist/types-ts4.5/react/nodes/table/colgroup.d.ts +0 -9
- package/dist/types-ts4.5/react/nodes/table/sticky.d.ts +0 -43
- package/dist/types-ts4.5/react/nodes/table/table.d.ts +0 -7
- package/dist/types-ts4.5/react/nodes/table/types.d.ts +0 -12
- package/dist/types-ts4.5/react/nodes/table.d.ts +0 -282
- package/dist/types-ts4.5/react/nodes/tableCell.d.ts +0 -81
- package/dist/types-ts4.5/react/nodes/tableRow.d.ts +0 -24
- package/dist/types-ts4.5/react/nodes/task-item-with-providers.d.ts +0 -29
- package/dist/types-ts4.5/react/nodes/taskItem.d.ts +0 -19
- package/dist/types-ts4.5/react/nodes/taskList.d.ts +0 -8
- package/dist/types-ts4.5/react/nodes/text-wrapper.d.ts +0 -8
- package/dist/types-ts4.5/react/nodes/unknownBlock.d.ts +0 -2
- package/dist/types-ts4.5/react/renderer-node.d.ts +0 -5
- package/dist/types-ts4.5/react/types.d.ts +0 -58
- package/dist/types-ts4.5/react/utils/appearance.d.ts +0 -4
- 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 -2
- 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/performance/RenderTracking.d.ts +0 -15
- 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 -23
- package/dist/types-ts4.5/renderer-context.d.ts +0 -7
- package/dist/types-ts4.5/serializer.d.ts +0 -4
- package/dist/types-ts4.5/steps/index.d.ts +0 -14
- 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 -6
- 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 -13
- package/dist/types-ts4.5/types/smartLinksOptions.d.ts +0 -7
- package/dist/types-ts4.5/ui/Expand.d.ts +0 -23
- package/dist/types-ts4.5/ui/ExtensionRenderer.d.ts +0 -42
- package/dist/types-ts4.5/ui/MediaCard.d.ts +0 -79
- package/dist/types-ts4.5/ui/Renderer/ErrorBoundary.d.ts +0 -24
- package/dist/types-ts4.5/ui/Renderer/breakout-ssr.d.ts +0 -11
- package/dist/types-ts4.5/ui/Renderer/click-to-edit.d.ts +0 -6
- package/dist/types-ts4.5/ui/Renderer/index.d.ts +0 -38
- package/dist/types-ts4.5/ui/Renderer/style.d.ts +0 -16
- package/dist/types-ts4.5/ui/Renderer/truncated-wrapper.d.ts +0 -12
- package/dist/types-ts4.5/ui/Renderer/types.d.ts +0 -16
- package/dist/types-ts4.5/ui/RendererActionsContext/WithRendererActions.d.ts +0 -6
- package/dist/types-ts4.5/ui/RendererActionsContext/index.d.ts +0 -9
- package/dist/types-ts4.5/ui/SmartCardStorage.d.ts +0 -60
- package/dist/types-ts4.5/ui/SortingIcon.d.ts +0 -23
- package/dist/types-ts4.5/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +0 -15
- package/dist/types-ts4.5/ui/TaskItemsFormatContext/index.d.ts +0 -2
- 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 -27
- package/dist/types-ts4.5/ui/annotations/draft/component.d.ts +0 -20
- package/dist/types-ts4.5/ui/annotations/draft/dom.d.ts +0 -7
- package/dist/types-ts4.5/ui/annotations/draft/index.d.ts +0 -2
- package/dist/types-ts4.5/ui/annotations/draft/position.d.ts +0 -2
- 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 -10
- package/dist/types-ts4.5/ui/annotations/element/mark.d.ts +0 -14
- package/dist/types-ts4.5/ui/annotations/hooks/index.d.ts +0 -3
- package/dist/types-ts4.5/ui/annotations/hooks/use-events.d.ts +0 -18
- package/dist/types-ts4.5/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +0 -1
- 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 -6
- package/dist/types-ts4.5/ui/annotations/hooks/user-selection.d.ts +0 -9
- package/dist/types-ts4.5/ui/annotations/hooks/utils.d.ts +0 -2
- package/dist/types-ts4.5/ui/annotations/index.d.ts +0 -5
- package/dist/types-ts4.5/ui/annotations/selection/index.d.ts +0 -1
- package/dist/types-ts4.5/ui/annotations/selection/mounter.d.ts +0 -20
- package/dist/types-ts4.5/ui/annotations/selection/range-validator.d.ts +0 -13
- package/dist/types-ts4.5/ui/annotations/selection/wrapper.d.ts +0 -8
- package/dist/types-ts4.5/ui/annotations/types.d.ts +0 -22
- package/dist/types-ts4.5/ui/annotations/view/index.d.ts +0 -7
- package/dist/types-ts4.5/ui/index.d.ts +0 -1
- package/dist/types-ts4.5/ui/renderer-props.d.ts +0 -115
- package/dist/types-ts4.5/use-feature-flags.d.ts +0 -2
- package/dist/types-ts4.5/utils.d.ts +0 -24
- package/tmp/api-report-tmp.d.ts +0 -552
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
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
|
-
/**
|
|
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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,25 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
'fabric.editor.tableHeader.sorting.asc': string;
|
|
20
|
-
'fabric.editor.tableHeader.sorting.default': string;
|
|
21
|
-
'fabric.editor.tableHeader.sorting.desc': string;
|
|
22
|
-
'fabric.editor.tableHeader.sorting.invalid': string;
|
|
23
|
-
'fabric.editor.tableHeader.sorting.no': string;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +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.ascOrderLabel': string;
|
|
9
|
-
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.copied': string;
|
|
11
|
-
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
12
|
-
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
13
|
-
'fabric.editor.headingLink.descOrderLabel': string;
|
|
14
|
-
'fabric.editor.headingLink.descSortingLabel': string;
|
|
15
|
-
'fabric.editor.headingLink.failedToCopy': string;
|
|
16
|
-
'fabric.editor.headingLink.invalidLabel': string;
|
|
17
|
-
'fabric.editor.headingLink.noOrderLabel': string;
|
|
18
|
-
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export type { Serializer } from './serializer';
|
|
2
|
-
export { default as ReactSerializer } from './react';
|
|
3
|
-
export { default as TextSerializer } from './text';
|
|
4
|
-
export { default as ReactRenderer } from './ui/Renderer';
|
|
5
|
-
export type { HeadingAnchorLinksProps, RendererAppearance, StickyHeaderProps, } from './ui/Renderer/types';
|
|
6
|
-
export type { RendererProps } from './ui/renderer-props';
|
|
7
|
-
export type { RendererContext } from './react/types';
|
|
8
|
-
export { ADFEncoder } from './utils';
|
|
9
|
-
export { renderDocument } from './render-document';
|
|
10
|
-
export type { RenderOutputStat } from './render-document';
|
|
11
|
-
export type { MediaSSR } from './types/mediaOptions';
|