@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,113 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Mark as PMMark, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
import { RendererContext } from '../types';
|
|
4
|
-
import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
5
|
-
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
6
|
-
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
7
|
-
import type { OverflowShadowProps } from '@atlaskit/editor-common/ui';
|
|
8
|
-
export interface Props {
|
|
9
|
-
extensionHandlers?: ExtensionHandlers;
|
|
10
|
-
providers: ProviderFactory;
|
|
11
|
-
rendererContext: RendererContext;
|
|
12
|
-
extensionType: string;
|
|
13
|
-
extensionKey: string;
|
|
14
|
-
path?: PMNode[];
|
|
15
|
-
text?: string;
|
|
16
|
-
parameters?: any;
|
|
17
|
-
layout?: ExtensionLayout;
|
|
18
|
-
localId?: string;
|
|
19
|
-
marks?: PMMark[];
|
|
20
|
-
}
|
|
21
|
-
type AllOrNone<T> = T | {
|
|
22
|
-
[K in keyof T]?: never;
|
|
23
|
-
};
|
|
24
|
-
type RenderExtensionOptions = {
|
|
25
|
-
isTopLevel?: boolean;
|
|
26
|
-
} & AllOrNone<OverflowShadowProps>;
|
|
27
|
-
export declare const renderExtension: (content: any, layout: string, options?: RenderExtensionOptions, removeOverflow?: boolean) => JSX.Element;
|
|
28
|
-
declare const _default: {
|
|
29
|
-
new (props: Props | Readonly<Props>): {
|
|
30
|
-
overflowContainer?: HTMLElement | null | undefined;
|
|
31
|
-
container?: HTMLElement | undefined;
|
|
32
|
-
shadowObserver?: import("@atlaskit/editor-common/ui").ShadowObserver | undefined;
|
|
33
|
-
overflowContainerWidth: number;
|
|
34
|
-
scrollable?: NodeList | undefined;
|
|
35
|
-
diff?: number | undefined;
|
|
36
|
-
state: {
|
|
37
|
-
showLeftShadow: boolean;
|
|
38
|
-
showRightShadow: boolean;
|
|
39
|
-
};
|
|
40
|
-
componentWillUnmount(): void;
|
|
41
|
-
componentDidUpdate(): void;
|
|
42
|
-
handleScroll: (event: Event) => void;
|
|
43
|
-
updateShadows: () => void;
|
|
44
|
-
showLeftShadow: (overflowContainer: HTMLElement | null | undefined) => boolean;
|
|
45
|
-
calcOverflowDiff: () => number;
|
|
46
|
-
calcScrollableWidth: () => number;
|
|
47
|
-
handleContainer: (container: HTMLElement | null) => void;
|
|
48
|
-
initShadowObserver(): void;
|
|
49
|
-
render(): JSX.Element;
|
|
50
|
-
context: any;
|
|
51
|
-
setState<K extends keyof import("@atlaskit/editor-common/ui").OverflowShadowState>(state: import("@atlaskit/editor-common/ui").OverflowShadowState | ((prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, props: Readonly<Props>) => import("@atlaskit/editor-common/ui").OverflowShadowState | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K> | null) | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K> | null, callback?: (() => void) | undefined): void;
|
|
52
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
53
|
-
readonly props: Readonly<Props> & Readonly<{
|
|
54
|
-
children?: React.ReactNode;
|
|
55
|
-
}>;
|
|
56
|
-
refs: {
|
|
57
|
-
[key: string]: React.ReactInstance;
|
|
58
|
-
};
|
|
59
|
-
componentDidMount?(): void;
|
|
60
|
-
shouldComponentUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): boolean;
|
|
61
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
62
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Props>, prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>): any;
|
|
63
|
-
componentWillMount?(): void;
|
|
64
|
-
UNSAFE_componentWillMount?(): void;
|
|
65
|
-
componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
|
|
66
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
|
|
67
|
-
componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
|
|
68
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
|
|
69
|
-
};
|
|
70
|
-
new (props: Props, context: any): {
|
|
71
|
-
overflowContainer?: HTMLElement | null | undefined;
|
|
72
|
-
container?: HTMLElement | undefined;
|
|
73
|
-
shadowObserver?: import("@atlaskit/editor-common/ui").ShadowObserver | undefined;
|
|
74
|
-
overflowContainerWidth: number;
|
|
75
|
-
scrollable?: NodeList | undefined;
|
|
76
|
-
diff?: number | undefined;
|
|
77
|
-
state: {
|
|
78
|
-
showLeftShadow: boolean;
|
|
79
|
-
showRightShadow: boolean;
|
|
80
|
-
};
|
|
81
|
-
componentWillUnmount(): void;
|
|
82
|
-
componentDidUpdate(): void;
|
|
83
|
-
handleScroll: (event: Event) => void;
|
|
84
|
-
updateShadows: () => void;
|
|
85
|
-
showLeftShadow: (overflowContainer: HTMLElement | null | undefined) => boolean;
|
|
86
|
-
calcOverflowDiff: () => number;
|
|
87
|
-
calcScrollableWidth: () => number;
|
|
88
|
-
handleContainer: (container: HTMLElement | null) => void;
|
|
89
|
-
initShadowObserver(): void;
|
|
90
|
-
render(): JSX.Element;
|
|
91
|
-
context: any;
|
|
92
|
-
setState<K_1 extends keyof import("@atlaskit/editor-common/ui").OverflowShadowState>(state: import("@atlaskit/editor-common/ui").OverflowShadowState | ((prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, props: Readonly<Props>) => import("@atlaskit/editor-common/ui").OverflowShadowState | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K_1> | null) | Pick<import("@atlaskit/editor-common/ui").OverflowShadowState, K_1> | null, callback?: (() => void) | undefined): void;
|
|
93
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
94
|
-
readonly props: Readonly<Props> & Readonly<{
|
|
95
|
-
children?: React.ReactNode;
|
|
96
|
-
}>;
|
|
97
|
-
refs: {
|
|
98
|
-
[key: string]: React.ReactInstance;
|
|
99
|
-
};
|
|
100
|
-
componentDidMount?(): void;
|
|
101
|
-
shouldComponentUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): boolean;
|
|
102
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
103
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Props>, prevState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>): any;
|
|
104
|
-
componentWillMount?(): void;
|
|
105
|
-
UNSAFE_componentWillMount?(): void;
|
|
106
|
-
componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
|
|
107
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Props>, nextContext: any): void;
|
|
108
|
-
componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
|
|
109
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Props>, nextState: Readonly<import("@atlaskit/editor-common/ui").OverflowShadowState>, nextContext: any): void;
|
|
110
|
-
};
|
|
111
|
-
contextType?: React.Context<any> | undefined;
|
|
112
|
-
};
|
|
113
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export type CardErrorBoundaryProps = {
|
|
3
|
-
unsupportedComponent: React.ComponentType;
|
|
4
|
-
};
|
|
5
|
-
export declare class CardErrorBoundary extends React.PureComponent<{
|
|
6
|
-
url?: string;
|
|
7
|
-
onClick?: (e: React.MouseEvent<HTMLElement>, url?: string) => void;
|
|
8
|
-
isDatasource?: boolean;
|
|
9
|
-
} & CardErrorBoundaryProps> {
|
|
10
|
-
state: {
|
|
11
|
-
isError: boolean;
|
|
12
|
-
};
|
|
13
|
-
onClickFallback: (e: React.MouseEvent<HTMLElement>) => void;
|
|
14
|
-
static getDerivedStateFromError(): {
|
|
15
|
-
isError: boolean;
|
|
16
|
-
};
|
|
17
|
-
render(): React.ReactNode;
|
|
18
|
-
componentDidCatch(_error: Error): void;
|
|
19
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { WrappedComponentProps } from 'react-intl-next';
|
|
4
|
-
export declare const HeadingAnchorWrapperClassName = "heading-anchor-wrapper";
|
|
5
|
-
type Props = {
|
|
6
|
-
onCopyText: () => Promise<void>;
|
|
7
|
-
enableNestedHeaderLinks?: boolean;
|
|
8
|
-
level: number;
|
|
9
|
-
};
|
|
10
|
-
type HeadingAnchorProps = Props & React.Props<any> & WrappedComponentProps;
|
|
11
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<HeadingAnchorProps>> & {
|
|
12
|
-
WrappedComponent: React.ComponentType<HeadingAnchorProps>;
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
import { NodeProps } from '../types';
|
|
4
|
-
import { HeadingAnchorLinksProps } from '../../ui/Renderer/types';
|
|
5
|
-
export type HeadingLevels = 1 | 2 | 3 | 4 | 5 | 6;
|
|
6
|
-
declare function Heading(props: NodeProps<{
|
|
7
|
-
level: HeadingLevels;
|
|
8
|
-
headingId?: string;
|
|
9
|
-
showAnchorLink?: boolean;
|
|
10
|
-
allowHeadingAnchorLinks?: HeadingAnchorLinksProps;
|
|
11
|
-
marks?: PMNode['marks'];
|
|
12
|
-
invisible?: boolean;
|
|
13
|
-
}>): JSX.Element;
|
|
14
|
-
export default Heading;
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Loadable from 'react-loadable';
|
|
3
|
-
import { Fragment, Node, Mark } from '@atlaskit/editor-prosemirror/model';
|
|
4
|
-
import Blockquote from './blockquote';
|
|
5
|
-
import BodiedExtension, { Props as BodiedExtensionProps } from './bodiedExtension';
|
|
6
|
-
import BulletList from './bulletList';
|
|
7
|
-
import Doc, { DocWithSelectAllTrap } from './doc';
|
|
8
|
-
import Extension, { Props as ExtensionProps } from './extension';
|
|
9
|
-
import HardBreak from './hardBreak';
|
|
10
|
-
import Heading from './heading';
|
|
11
|
-
import InlineExtension, { Props as InlineExtensionProps } from './inlineExtension';
|
|
12
|
-
import LayoutSection from './layoutSection';
|
|
13
|
-
import LayoutColumn from './layoutColumn';
|
|
14
|
-
import ListItem from './listItem';
|
|
15
|
-
import Caption from './caption';
|
|
16
|
-
import OrderedList from './orderedList';
|
|
17
|
-
import Paragraph from './paragraph';
|
|
18
|
-
import Placeholder from './placeholder';
|
|
19
|
-
import Rule from './rule';
|
|
20
|
-
import Table from './table';
|
|
21
|
-
import { TableCell } from './tableCell';
|
|
22
|
-
import TableRow from './tableRow';
|
|
23
|
-
import UnknownBlock from './unknownBlock';
|
|
24
|
-
import { NodeComponentsProps } from '../../ui/Renderer/types';
|
|
25
|
-
declare const WindowedCodeBlock: React.ComponentType<import("./codeBlock/codeBlock").Props> & Loadable.LoadableComponent;
|
|
26
|
-
declare const CodeBlock: React.ComponentType<import("react-intl-next").WithIntlProps<import("./codeBlock/codeBlock").Props & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
|
|
27
|
-
declare const TaskList: React.ComponentType<import("./taskList").Props> & Loadable.LoadableComponent;
|
|
28
|
-
declare const TaskItem: React.ComponentType<import("../types").NodeProps<import("./taskItem").Props>> & Loadable.LoadableComponent;
|
|
29
|
-
declare const DecisionList: React.ComponentType<import("./decisionList").Props> & Loadable.LoadableComponent;
|
|
30
|
-
declare const DecisionItem: React.ComponentType<import("../types").NodeMeta> & Loadable.LoadableComponent;
|
|
31
|
-
declare const Date: React.ComponentType<import("./date").Props> & Loadable.LoadableComponent;
|
|
32
|
-
declare const Status: React.ComponentType<import("./status").Props> & Loadable.LoadableComponent;
|
|
33
|
-
declare const Emoji: React.ComponentType<import("./emoji").EmojiProps> & Loadable.LoadableComponent;
|
|
34
|
-
declare const Panel: React.ComponentType<import("./panel").Props> & Loadable.LoadableComponent;
|
|
35
|
-
declare const EmbedCard: React.ComponentType<{
|
|
36
|
-
url?: string | undefined;
|
|
37
|
-
data?: object | undefined;
|
|
38
|
-
eventHandlers?: import("@atlaskit/editor-common/ui").EventHandlers | undefined;
|
|
39
|
-
portal?: HTMLElement | undefined;
|
|
40
|
-
originalHeight?: number | undefined;
|
|
41
|
-
originalWidth?: number | undefined;
|
|
42
|
-
width?: number | undefined;
|
|
43
|
-
layout: import("@atlaskit/adf-schema").RichMediaLayout;
|
|
44
|
-
rendererAppearance?: import("../../ui/Renderer/types").RendererAppearance;
|
|
45
|
-
isInsideOfBlockNode?: boolean | undefined;
|
|
46
|
-
smartLinks?: import("../../types/smartLinksOptions").SmartLinksOptions | undefined;
|
|
47
|
-
}> & Loadable.LoadableComponent;
|
|
48
|
-
declare const InlineCard: React.ComponentType<import("@atlaskit/editor-common/utils").Diff<import("./inlineCard").InlineCardProps & import("../../ui/SmartCardStorage").WithSmartCardStorageProps, import("../../ui/SmartCardStorage").WithSmartCardStorageProps>> & Loadable.LoadableComponent;
|
|
49
|
-
declare const BlockCard: React.ComponentType<{
|
|
50
|
-
url?: string | undefined;
|
|
51
|
-
data?: object | undefined;
|
|
52
|
-
eventHandlers?: import("@atlaskit/editor-common/ui").EventHandlers | undefined;
|
|
53
|
-
datasource?: import("@atlaskit/adf-schema").DatasourceAttributeProperties | undefined;
|
|
54
|
-
portal?: HTMLElement | undefined;
|
|
55
|
-
rendererAppearance?: import("../../ui/Renderer/types").RendererAppearance;
|
|
56
|
-
smartLinks?: import("../../types/smartLinksOptions").SmartLinksOptions | undefined;
|
|
57
|
-
layout?: string | undefined;
|
|
58
|
-
}> & Loadable.LoadableComponent;
|
|
59
|
-
declare const Media: React.ComponentType<import("./media").MediaProps> & Loadable.LoadableComponent;
|
|
60
|
-
declare const MediaGroup: React.ComponentType<import("./mediaGroup").MediaGroupProps> & Loadable.LoadableComponent;
|
|
61
|
-
declare const MediaInline: React.ComponentType<import("react-intl-next").WithIntlProps<import("./mediaInline").MediaInlineProps & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
|
|
62
|
-
declare const MediaSingle: React.ComponentType<import("react-intl-next").WithIntlProps<import("./mediaSingle").Props & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
|
|
63
|
-
declare const Mention: React.ComponentType<import("./mention").Props> & Loadable.LoadableComponent;
|
|
64
|
-
declare const Expand: React.ComponentType<import("react-intl-next").WithIntlProps<import("../../ui/Expand").ExpandProps & import("react-intl-next").WrappedComponentProps<"intl">>> & Loadable.LoadableComponent;
|
|
65
|
-
export declare const nodeToReact: {
|
|
66
|
-
[key: string]: React.ComponentType<any>;
|
|
67
|
-
};
|
|
68
|
-
export interface ToReactFlags {
|
|
69
|
-
allowSelectAllTrap?: boolean;
|
|
70
|
-
allowWindowedCodeBlock?: boolean;
|
|
71
|
-
}
|
|
72
|
-
export declare const toReact: (node: Node, flags?: ToReactFlags, nodeComponents?: NodeComponentsProps) => React.ComponentType<any>;
|
|
73
|
-
export interface TextWrapper {
|
|
74
|
-
type: {
|
|
75
|
-
name: 'textWrapper';
|
|
76
|
-
};
|
|
77
|
-
content: Node[];
|
|
78
|
-
nodeSize: number;
|
|
79
|
-
}
|
|
80
|
-
export interface NodeSimple {
|
|
81
|
-
type: {
|
|
82
|
-
name: string;
|
|
83
|
-
};
|
|
84
|
-
attrs?: any;
|
|
85
|
-
text?: string;
|
|
86
|
-
nodeSize: number;
|
|
87
|
-
}
|
|
88
|
-
export declare const mergeTextNodes: (nodes: (Node | NodeSimple)[]) => (Node | TextWrapper | NodeSimple)[];
|
|
89
|
-
export declare const isText: (type: string) => type is "text";
|
|
90
|
-
export declare const isTextWrapper: (node: Node | TextWrapper | NodeSimple) => node is TextWrapper;
|
|
91
|
-
export declare function isTextNode(node: Node | Mark): node is Node;
|
|
92
|
-
/**
|
|
93
|
-
* Detects whether a fragment contains a single paragraph node
|
|
94
|
-
* whose content satisfies the condition for an emoji block
|
|
95
|
-
*/
|
|
96
|
-
export declare const isEmojiDoc: (doc: Fragment) => boolean;
|
|
97
|
-
export { Blockquote, BodiedExtension, BulletList, BlockCard, Caption, CodeBlock, WindowedCodeBlock, Date, DecisionItem, DecisionList, Doc, DocWithSelectAllTrap, Emoji, Extension, Expand, HardBreak, Heading, ListItem, InlineCard, InlineExtension, LayoutSection, LayoutColumn, Media, MediaGroup, MediaInline, MediaSingle, Mention, OrderedList, Panel, Paragraph, Placeholder, Rule, Status, TaskItem, TaskList, Table, TableCell, TableRow, UnknownBlock, EmbedCard, };
|
|
98
|
-
export type { BodiedExtensionProps, ExtensionProps, InlineExtensionProps };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Inline(props: any): any;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
3
|
-
import { WithSmartCardStorageProps } from '../../ui/SmartCardStorage';
|
|
4
|
-
import { SmartLinksOptions } from '../../types/smartLinksOptions';
|
|
5
|
-
export interface InlineCardProps {
|
|
6
|
-
url?: string;
|
|
7
|
-
data?: object;
|
|
8
|
-
eventHandlers?: EventHandlers;
|
|
9
|
-
portal?: HTMLElement;
|
|
10
|
-
smartLinks?: SmartLinksOptions;
|
|
11
|
-
}
|
|
12
|
-
declare const _default: {
|
|
13
|
-
new (props: import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps> | Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>): {
|
|
14
|
-
render(): JSX.Element;
|
|
15
|
-
context: any;
|
|
16
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
17
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
18
|
-
readonly props: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>> & Readonly<{
|
|
19
|
-
children?: React.ReactNode;
|
|
20
|
-
}>;
|
|
21
|
-
state: Readonly<{}>;
|
|
22
|
-
refs: {
|
|
23
|
-
[key: string]: React.ReactInstance;
|
|
24
|
-
};
|
|
25
|
-
componentDidMount?(): void;
|
|
26
|
-
shouldComponentUpdate?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
27
|
-
componentWillUnmount?(): void;
|
|
28
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
29
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, prevState: Readonly<{}>): any;
|
|
30
|
-
componentDidUpdate?(prevProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
31
|
-
componentWillMount?(): void;
|
|
32
|
-
UNSAFE_componentWillMount?(): void;
|
|
33
|
-
componentWillReceiveProps?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextContext: any): void;
|
|
34
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextContext: any): void;
|
|
35
|
-
componentWillUpdate?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextState: Readonly<{}>, nextContext: any): void;
|
|
36
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextState: Readonly<{}>, nextContext: any): void;
|
|
37
|
-
};
|
|
38
|
-
new (props: import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>, context: any): {
|
|
39
|
-
render(): JSX.Element;
|
|
40
|
-
context: any;
|
|
41
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
42
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
43
|
-
readonly props: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>> & Readonly<{
|
|
44
|
-
children?: React.ReactNode;
|
|
45
|
-
}>;
|
|
46
|
-
state: Readonly<{}>;
|
|
47
|
-
refs: {
|
|
48
|
-
[key: string]: React.ReactInstance;
|
|
49
|
-
};
|
|
50
|
-
componentDidMount?(): void;
|
|
51
|
-
shouldComponentUpdate?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
52
|
-
componentWillUnmount?(): void;
|
|
53
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
54
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, prevState: Readonly<{}>): any;
|
|
55
|
-
componentDidUpdate?(prevProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
56
|
-
componentWillMount?(): void;
|
|
57
|
-
UNSAFE_componentWillMount?(): void;
|
|
58
|
-
componentWillReceiveProps?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextContext: any): void;
|
|
59
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextContext: any): void;
|
|
60
|
-
componentWillUpdate?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextState: Readonly<{}>, nextContext: any): void;
|
|
61
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("@atlaskit/editor-common/utils").Diff<InlineCardProps & WithSmartCardStorageProps, WithSmartCardStorageProps>>, nextState: Readonly<{}>, nextContext: any): void;
|
|
62
|
-
};
|
|
63
|
-
contextType?: React.Context<any> | undefined;
|
|
64
|
-
};
|
|
65
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RendererContext } from '../types';
|
|
3
|
-
import { Mark as PMMark } from '@atlaskit/editor-prosemirror/model';
|
|
4
|
-
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
5
|
-
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
6
|
-
export interface Props {
|
|
7
|
-
extensionHandlers?: ExtensionHandlers;
|
|
8
|
-
providers: ProviderFactory;
|
|
9
|
-
rendererContext: RendererContext;
|
|
10
|
-
extensionType: string;
|
|
11
|
-
extensionKey: string;
|
|
12
|
-
text?: string;
|
|
13
|
-
parameters?: any;
|
|
14
|
-
localId?: string;
|
|
15
|
-
marks?: PMMark[];
|
|
16
|
-
}
|
|
17
|
-
declare const InlineExtension: React.StatelessComponent<Props>;
|
|
18
|
-
export default InlineExtension;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { PureComponent } from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
5
|
-
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
6
|
-
import type { MediaCardProps } from '../../../ui/MediaCard';
|
|
7
|
-
import type { LinkDefinition, BorderMarkDefinition } from '@atlaskit/adf-schema';
|
|
8
|
-
import type { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
9
|
-
import type { AnalyticsEventPayload } from '../../../analytics/events';
|
|
10
|
-
export type MediaProps = MediaCardProps & {
|
|
11
|
-
providers?: ProviderFactory;
|
|
12
|
-
allowAltTextOnImages?: boolean;
|
|
13
|
-
children?: React.ReactNode;
|
|
14
|
-
isInsideOfBlockNode?: boolean;
|
|
15
|
-
marks: Array<LinkDefinition | BorderMarkDefinition>;
|
|
16
|
-
isBorderMark: () => boolean;
|
|
17
|
-
isLinkMark: () => boolean;
|
|
18
|
-
fireAnalyticsEvent?: (event: AnalyticsEventPayload) => void;
|
|
19
|
-
featureFlags?: MediaFeatureFlags;
|
|
20
|
-
eventHandlers?: EventHandlers;
|
|
21
|
-
enableDownloadButton?: boolean;
|
|
22
|
-
};
|
|
23
|
-
export default class Media extends PureComponent<MediaProps, {}> {
|
|
24
|
-
private renderCard;
|
|
25
|
-
private handleMediaLinkClick;
|
|
26
|
-
render(): jsx.JSX.Element;
|
|
27
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ReactElement } from 'react';
|
|
3
|
-
import { PureComponent } from 'react';
|
|
4
|
-
import type { CardEvent } from '@atlaskit/media-card';
|
|
5
|
-
import type { EventHandlers, CardEventClickHandler } from '@atlaskit/editor-common/ui';
|
|
6
|
-
import type { Identifier } from '@atlaskit/media-client';
|
|
7
|
-
import type { MediaProps } from './media';
|
|
8
|
-
import type { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
9
|
-
export interface MediaGroupProps {
|
|
10
|
-
children?: React.ReactNode;
|
|
11
|
-
eventHandlers?: EventHandlers;
|
|
12
|
-
featureFlags?: MediaFeatureFlags;
|
|
13
|
-
enableDownloadButton?: boolean;
|
|
14
|
-
}
|
|
15
|
-
export interface MediaGroupState {
|
|
16
|
-
animate: boolean;
|
|
17
|
-
offset: number;
|
|
18
|
-
}
|
|
19
|
-
export default class MediaGroup extends PureComponent<MediaGroupProps, MediaGroupState> {
|
|
20
|
-
state: MediaGroupState;
|
|
21
|
-
private handleSize;
|
|
22
|
-
private handleScroll;
|
|
23
|
-
render(): JSX.Element;
|
|
24
|
-
renderSingleFile(child: ReactElement<MediaProps>): React.ReactElement<MediaProps, string | React.JSXElementConstructor<any>>;
|
|
25
|
-
renderSingleLink(child: ReactElement<MediaProps>): React.ReactElement<MediaProps, string | React.JSXElementConstructor<any>>;
|
|
26
|
-
onMediaClick: (cardClickHandler: CardEventClickHandler, child: ReactElement<MediaProps>, surroundingItems: Identifier[]) => (event: CardEvent, analyticsEvent?: any) => void;
|
|
27
|
-
cloneFileCard(child: ReactElement<MediaProps>, surroundingItems: Identifier[]): React.ReactElement<MediaProps, string | React.JSXElementConstructor<any>>;
|
|
28
|
-
renderStrip(): JSX.Element;
|
|
29
|
-
private mapMediaPropsToIdentifier;
|
|
30
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ContextIdentifierProvider, ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
3
|
-
import { FileIdentifier } from '@atlaskit/media-client';
|
|
4
|
-
import { MediaProvider, ClipboardAttrs } from '../../ui/MediaCard';
|
|
5
|
-
import { IntlShape, WrappedComponentProps } from 'react-intl-next';
|
|
6
|
-
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
7
|
-
import { RendererAppearance } from '../../ui/Renderer/types';
|
|
8
|
-
import { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
9
|
-
import { RendererContext } from '../types';
|
|
10
|
-
type MediaInlineProviders = {
|
|
11
|
-
mediaProvider?: Promise<MediaProvider>;
|
|
12
|
-
contextIdentifierProvider?: Promise<ContextIdentifierProvider>;
|
|
13
|
-
};
|
|
14
|
-
export type RenderMediaInlineProps = {
|
|
15
|
-
identifier: FileIdentifier;
|
|
16
|
-
clipboardAttrs: ClipboardAttrs;
|
|
17
|
-
mediaInlineProviders: MediaInlineProviders;
|
|
18
|
-
intl?: IntlShape;
|
|
19
|
-
children?: React.ReactNode;
|
|
20
|
-
collection?: string;
|
|
21
|
-
eventHandlers?: EventHandlers;
|
|
22
|
-
rendererAppearance?: RendererAppearance;
|
|
23
|
-
featureFlags?: MediaFeatureFlags;
|
|
24
|
-
rendererContext?: RendererContext;
|
|
25
|
-
};
|
|
26
|
-
export type MediaInlineProps = {
|
|
27
|
-
id: string;
|
|
28
|
-
providers: ProviderFactory;
|
|
29
|
-
collection?: string;
|
|
30
|
-
eventHandlers?: EventHandlers;
|
|
31
|
-
rendererAppearance?: RendererAppearance;
|
|
32
|
-
featureFlags?: MediaFeatureFlags;
|
|
33
|
-
};
|
|
34
|
-
export declare const RenderMediaInline: React.FC<RenderMediaInlineProps>;
|
|
35
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<MediaInlineProps & WrappedComponentProps<"intl">>> & {
|
|
36
|
-
WrappedComponent: React.ComponentType<MediaInlineProps & WrappedComponentProps<"intl">>;
|
|
37
|
-
};
|
|
38
|
-
export default _default;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import type { WrappedComponentProps } from 'react-intl-next';
|
|
3
|
-
import type { RichMediaLayout as MediaSingleLayout } from '@atlaskit/adf-schema';
|
|
4
|
-
import type { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
5
|
-
import type { EventHandlers, MediaSingleWidthType } from '@atlaskit/editor-common/ui';
|
|
6
|
-
import type { AnalyticsEventPayload } from '../../../analytics/events';
|
|
7
|
-
import type { RendererAppearance } from '../../../ui/Renderer/types';
|
|
8
|
-
export interface Props {
|
|
9
|
-
children: React.ReactNode;
|
|
10
|
-
layout: MediaSingleLayout;
|
|
11
|
-
eventHandlers?: EventHandlers;
|
|
12
|
-
width?: number;
|
|
13
|
-
widthType?: MediaSingleWidthType;
|
|
14
|
-
isInsideOfBlockNode?: boolean;
|
|
15
|
-
rendererAppearance: RendererAppearance;
|
|
16
|
-
fireAnalyticsEvent?: (event: AnalyticsEventPayload) => void;
|
|
17
|
-
featureFlags?: MediaFeatureFlags;
|
|
18
|
-
allowCaptions?: boolean;
|
|
19
|
-
}
|
|
20
|
-
export declare const getMediaContainerWidth: (currentContainerWidth: number, layout: MediaSingleLayout) => number;
|
|
21
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
|
|
22
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
|
|
23
|
-
};
|
|
24
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PureComponent } from 'react';
|
|
2
|
-
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
3
|
-
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
4
|
-
export interface Props {
|
|
5
|
-
id: string;
|
|
6
|
-
providers?: ProviderFactory;
|
|
7
|
-
eventHandlers?: EventHandlers;
|
|
8
|
-
text: string;
|
|
9
|
-
accessLevel?: string;
|
|
10
|
-
}
|
|
11
|
-
export default class MentionItem extends PureComponent<Props, {}> {
|
|
12
|
-
render(): JSX.Element;
|
|
13
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import { PanelType } from '@atlaskit/adf-schema';
|
|
5
|
-
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
6
|
-
export interface Props {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
providers?: ProviderFactory;
|
|
9
|
-
panelType: PanelType;
|
|
10
|
-
allowCustomPanels?: boolean;
|
|
11
|
-
panelIcon?: string;
|
|
12
|
-
panelIconId?: string;
|
|
13
|
-
panelIconText?: string;
|
|
14
|
-
panelColor?: string;
|
|
15
|
-
}
|
|
16
|
-
declare const Panel: (props: Props) => jsx.JSX.Element;
|
|
17
|
-
export default Panel;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PureComponent } from 'react';
|
|
2
|
-
import { Color } from '@atlaskit/status/element';
|
|
3
|
-
export interface Props {
|
|
4
|
-
text: string;
|
|
5
|
-
color: Color;
|
|
6
|
-
localId?: string;
|
|
7
|
-
}
|
|
8
|
-
export default class Status extends PureComponent<Props, {}> {
|
|
9
|
-
render(): JSX.Element;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { SharedTableProps } from './types';
|
|
3
|
-
export interface ScaleOptions {
|
|
4
|
-
renderWidth: number;
|
|
5
|
-
tableWidth: number;
|
|
6
|
-
maxScale: number;
|
|
7
|
-
}
|
|
8
|
-
export declare const calcScalePercent: ({ renderWidth, tableWidth, maxScale, }: ScaleOptions) => number;
|
|
9
|
-
export declare const Colgroup: (props: SharedTableProps) => JSX.Element | null;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { jsx } from '@emotion/react';
|
|
4
|
-
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
5
|
-
import type { OverflowShadowProps } from '@atlaskit/editor-common/ui';
|
|
6
|
-
import type { TableLayout } from '@atlaskit/adf-schema';
|
|
7
|
-
import type { RendererAppearance } from '../../../ui/Renderer/types';
|
|
8
|
-
export type StickyMode = 'none' | 'stick' | 'pin-bottom';
|
|
9
|
-
export declare const tableStickyPadding = 8;
|
|
10
|
-
interface FixedProps {
|
|
11
|
-
top?: number;
|
|
12
|
-
wrapperWidth: number;
|
|
13
|
-
mode: StickyMode;
|
|
14
|
-
rendererAppearance: RendererAppearance;
|
|
15
|
-
}
|
|
16
|
-
export declare const FixedTableDiv: React.FC<FixedProps>;
|
|
17
|
-
export type StickyTableProps = {
|
|
18
|
-
left?: number;
|
|
19
|
-
top?: number;
|
|
20
|
-
mode: StickyMode;
|
|
21
|
-
innerRef: React.RefObject<HTMLDivElement>;
|
|
22
|
-
rowHeight: number;
|
|
23
|
-
wrapperWidth: number;
|
|
24
|
-
tableWidth: 'inherit' | number;
|
|
25
|
-
isNumberColumnEnabled: boolean;
|
|
26
|
-
children: React.ReactNode[];
|
|
27
|
-
layout: TableLayout;
|
|
28
|
-
columnWidths?: number[];
|
|
29
|
-
renderWidth: number;
|
|
30
|
-
tableNode?: PMNode;
|
|
31
|
-
rendererAppearance: RendererAppearance;
|
|
32
|
-
} & OverflowShadowProps;
|
|
33
|
-
export declare const StickyTable: ({ top, left, mode, shadowClassNames, innerRef, wrapperWidth, tableWidth, isNumberColumnEnabled, layout, children, columnWidths, renderWidth, rowHeight, tableNode, rendererAppearance, }: StickyTableProps) => jsx.JSX.Element;
|
|
34
|
-
export declare class OverflowParent {
|
|
35
|
-
private ref;
|
|
36
|
-
private constructor();
|
|
37
|
-
static fromElement(el: HTMLElement | null): OverflowParent;
|
|
38
|
-
get isElement(): boolean;
|
|
39
|
-
get top(): number;
|
|
40
|
-
addEventListener(type: string, cb: EventListenerOrEventListenerObject, ...args: any[]): void;
|
|
41
|
-
removeEventListener(type: string, cb: EventListenerOrEventListenerObject, ...args: any[]): void;
|
|
42
|
-
}
|
|
43
|
-
export {};
|