@atlaskit/adf-schema 54.0.3 → 54.0.4
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 +8 -0
- package/alignment/package.json +1 -8
- package/annotation/package.json +1 -8
- package/background-color/package.json +1 -8
- package/block-card/package.json +1 -8
- package/block-content/package.json +1 -8
- package/blockquote/package.json +1 -8
- package/bodied-extension/package.json +1 -8
- package/bodied-sync-block/package.json +1 -8
- package/border/package.json +1 -8
- package/breakout/package.json +1 -8
- package/bullet-list/package.json +1 -8
- package/caption/package.json +1 -8
- package/code/package.json +1 -8
- package/code-block/package.json +1 -8
- package/colors/package.json +1 -8
- package/confluence/emoji/package.json +1 -8
- package/confluence-inline-comment/package.json +1 -8
- package/confluence-jira-issue/package.json +1 -8
- package/confluence-unsupported-block/package.json +1 -8
- package/confluence-unsupported-inline/package.json +1 -8
- package/create-schema/package.json +1 -8
- package/createPMSpecFactory/package.json +1 -8
- package/data-consumer/package.json +1 -8
- package/date/package.json +1 -8
- package/decision-item/package.json +1 -8
- package/decision-list/package.json +1 -8
- package/dist/cjs/schema/marks/background-color.js +4 -2
- package/dist/cjs/schema/marks/strong.js +4 -3
- package/dist/cjs/schema/marks/text-color.js +4 -2
- package/dist/cjs/schema/nodes/code-block.js +7 -5
- package/dist/cjs/schema/nodes/media.js +3 -2
- package/dist/cjs/schema/nodes/status.js +4 -2
- package/dist/cjs/schema/nodes/tableNodes.js +4 -3
- package/dist/cjs/schema/sanitizeNodes.js +5 -3
- package/dist/cjs/utils/colors.js +7 -4
- package/dist/cjs/utils/lch-color-inversion.js +8 -8
- package/dist/es2019/schema/marks/background-color.js +4 -2
- package/dist/es2019/schema/marks/strong.js +4 -3
- package/dist/es2019/schema/marks/text-color.js +4 -2
- package/dist/es2019/schema/nodes/code-block.js +7 -5
- package/dist/es2019/schema/nodes/media.js +3 -2
- package/dist/es2019/schema/nodes/status.js +3 -2
- package/dist/es2019/schema/nodes/tableNodes.js +4 -3
- package/dist/es2019/schema/sanitizeNodes.js +5 -3
- package/dist/es2019/utils/colors.js +7 -4
- package/dist/es2019/utils/lch-color-inversion.js +6 -5
- package/dist/esm/schema/marks/background-color.js +4 -2
- package/dist/esm/schema/marks/strong.js +4 -3
- package/dist/esm/schema/marks/text-color.js +4 -2
- package/dist/esm/schema/nodes/code-block.js +7 -5
- package/dist/esm/schema/nodes/media.js +3 -2
- package/dist/esm/schema/nodes/status.js +3 -2
- package/dist/esm/schema/nodes/tableNodes.js +4 -3
- package/dist/esm/schema/sanitizeNodes.js +5 -3
- package/dist/esm/utils/colors.js +7 -4
- package/dist/esm/utils/lch-color-inversion.js +8 -8
- package/dist/json-schema/package.json +1 -8
- package/doc/package.json +1 -8
- package/em/package.json +1 -8
- package/embed-card/package.json +1 -8
- package/emoji/package.json +1 -8
- package/expand/package.json +1 -8
- package/extension/package.json +1 -8
- package/extensions/package.json +1 -8
- package/font-size/package.json +1 -8
- package/fragment/package.json +1 -8
- package/hard-break/package.json +1 -8
- package/heading/package.json +1 -8
- package/image/package.json +1 -8
- package/indentation/package.json +1 -8
- package/inline-card/package.json +1 -8
- package/inline-content/package.json +1 -8
- package/inline-extension/package.json +1 -8
- package/inline-nodes/package.json +1 -8
- package/json-schema/package.json +1 -8
- package/layout-column/package.json +1 -8
- package/layout-section/package.json +1 -8
- package/lch-color-inversion/package.json +1 -8
- package/link/package.json +1 -8
- package/list/package.json +1 -8
- package/list-item/package.json +1 -8
- package/mark/package.json +1 -8
- package/media/package.json +1 -8
- package/media-group/package.json +1 -8
- package/media-inline/package.json +1 -8
- package/media-single/package.json +1 -8
- package/mention/package.json +1 -8
- package/multi-bodied-extension/package.json +1 -8
- package/nested-expand/package.json +1 -8
- package/non-nestable-block-content/package.json +1 -8
- package/ordered-list/package.json +1 -8
- package/package.json +2 -2
- package/panel/package.json +1 -8
- package/paragraph/package.json +1 -8
- package/placeholder/package.json +1 -8
- package/rich-media-common/package.json +1 -8
- package/rule/package.json +1 -8
- package/sanitizeNodes/package.json +1 -8
- package/schema/alignment/package.json +1 -8
- package/schema/annotation/package.json +1 -8
- package/schema/background-color/package.json +1 -8
- package/schema/block-card/package.json +1 -8
- package/schema/block-content/package.json +1 -8
- package/schema/blockquote/package.json +1 -8
- package/schema/bodied-extension/package.json +1 -8
- package/schema/bodied-sync-block/package.json +1 -8
- package/schema/border/package.json +1 -8
- package/schema/breakout/package.json +1 -8
- package/schema/bullet-list/package.json +1 -8
- package/schema/caption/package.json +1 -8
- package/schema/code/package.json +1 -8
- package/schema/code-block/package.json +1 -8
- package/schema/confluence-inline-comment/package.json +1 -8
- package/schema/confluence-jira-issue/package.json +1 -8
- package/schema/confluence-unsupported-block/package.json +1 -8
- package/schema/confluence-unsupported-inline/package.json +1 -8
- package/schema/create-schema/package.json +1 -8
- package/schema/createPMSpecFactory/package.json +1 -8
- package/schema/data-consumer/package.json +1 -8
- package/schema/date/package.json +1 -8
- package/schema/decision-item/package.json +1 -8
- package/schema/decision-list/package.json +1 -8
- package/schema/doc/package.json +1 -8
- package/schema/em/package.json +1 -8
- package/schema/embed-card/package.json +1 -8
- package/schema/emoji/package.json +1 -8
- package/schema/expand/package.json +1 -8
- package/schema/extension/package.json +1 -8
- package/schema/extensions/package.json +1 -8
- package/schema/font-size/package.json +1 -8
- package/schema/fragment/package.json +1 -8
- package/schema/hard-break/package.json +1 -8
- package/schema/heading/package.json +1 -8
- package/schema/image/package.json +1 -8
- package/schema/indentation/package.json +1 -8
- package/schema/inline-card/package.json +1 -8
- package/schema/inline-content/package.json +1 -8
- package/schema/inline-extension/package.json +1 -8
- package/schema/inline-nodes/package.json +1 -8
- package/schema/layout-section/package.json +1 -8
- package/schema/link/package.json +1 -8
- package/schema/list/package.json +1 -8
- package/schema/list-item/package.json +1 -8
- package/schema/mark/package.json +1 -8
- package/schema/media/package.json +1 -8
- package/schema/media-group/package.json +1 -8
- package/schema/media-inline/package.json +1 -8
- package/schema/media-single/package.json +1 -8
- package/schema/mention/package.json +1 -8
- package/schema/multi-bodied-extension/package.json +1 -8
- package/schema/nested-expand/package.json +1 -8
- package/schema/non-nestable-block-content/package.json +1 -8
- package/schema/ordered-list/package.json +1 -8
- package/schema/package.json +1 -8
- package/schema/panel/package.json +1 -8
- package/schema/paragraph/package.json +1 -8
- package/schema/placeholder/package.json +1 -8
- package/schema/rich-media-common/package.json +1 -8
- package/schema/rule/package.json +1 -8
- package/schema/sanitizeNodes/package.json +1 -8
- package/schema/status/package.json +1 -8
- package/schema/strike/package.json +1 -8
- package/schema/strong/package.json +1 -8
- package/schema/subsup/package.json +1 -8
- package/schema/sync-block/package.json +1 -8
- package/schema/tableNodes/package.json +1 -8
- package/schema/task-item/package.json +1 -8
- package/schema/task-list/package.json +1 -8
- package/schema/text/package.json +1 -8
- package/schema/text-color/package.json +1 -8
- package/schema/type-ahead-query/package.json +1 -8
- package/schema/underline/package.json +1 -8
- package/schema/unknown-block/package.json +1 -8
- package/schema/unsupported/package.json +1 -8
- package/schema/unsupported-block/package.json +1 -8
- package/schema/unsupported-inline/package.json +1 -8
- package/schema/unsupported-mark/package.json +1 -8
- package/schema/unsupported-node-attributes/package.json +1 -8
- package/schema-bitbucket/package.json +1 -8
- package/schema-confluence/package.json +1 -8
- package/schema-default/package.json +1 -8
- package/schema-jira/package.json +1 -8
- package/schema-next/markTypes/package.json +1 -8
- package/schema-next/nodeGroupTypes/package.json +1 -8
- package/schema-next/nodeTypes/package.json +1 -8
- package/schema-next/package.json +1 -8
- package/schema-validator/package.json +1 -8
- package/status/package.json +1 -8
- package/steps/analytics/package.json +1 -8
- package/steps/batch-attrs-step/package.json +1 -8
- package/steps/link-meta-step/package.json +1 -8
- package/steps/override-document-step/package.json +1 -8
- package/steps/package.json +1 -8
- package/steps/set-attrs/package.json +1 -8
- package/steps/type-ahead/package.json +1 -8
- package/strike/package.json +1 -8
- package/strong/package.json +1 -8
- package/subsup/package.json +1 -8
- package/sync-block/package.json +1 -8
- package/tableNodes/package.json +1 -8
- package/task-item/package.json +1 -8
- package/task-list/package.json +1 -8
- package/text/package.json +1 -8
- package/text-color/package.json +1 -8
- package/type-ahead-query/package.json +1 -8
- package/underline/package.json +1 -8
- package/unknown-block/package.json +1 -8
- package/unsupported/package.json +1 -8
- package/unsupported-block/package.json +1 -8
- package/unsupported-inline/package.json +1 -8
- package/unsupported-mark/package.json +1 -8
- package/unsupported-node-attributes/package.json +1 -8
- package/url/package.json +1 -8
- package/uuid/package.json +1 -8
- package/dist/types-ts4.5/entry-points/alignment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/annotation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/background-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/block-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/blockquote.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/bodied-sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/border.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/breakout.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/bullet-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/caption.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/code-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/code.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/colors.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-emoji.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/confluence-inline-comment.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-jira-issue.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/confluence-unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/create-schema.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/createPMSpecFactory.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/data-consumer.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/date.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/decision-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/decision-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/doc.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/em.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/embed-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/emoji.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/extensions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/font-size.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/fragment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/hard-break.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/heading.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/image.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/indentation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/inline-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/inline-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/inline-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/inline-nodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/layout-column.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/layout-section.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/lch-color-inversion.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/link.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/list-item.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/media-group.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/media-inline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/media-single.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/media.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/mention.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/multi-bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/nested-expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/non-nestable-block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/ordered-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/panel.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/paragraph.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/placeholder.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/rich-media-common.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/rule.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/sanitizeNodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-alignment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-annotation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-background-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-block-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-blockquote.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-bodied-sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-border.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-breakout.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-bullet-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-caption.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-code-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-code.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-confluence-inline-comment.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-confluence-jira-issue.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-confluence-unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-confluence-unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-create-schema.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-createPMSpecFactory.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-data-consumer.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-date.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-decision-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-decision-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-doc.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-em.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-embed-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-emoji.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-extensions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-font-size.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-fragment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-hard-break.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-heading.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-image.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-indentation.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-inline-card.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-inline-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-inline-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-inline-nodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-layout-section.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-link.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-list-item.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-media-group.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-media-inline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-media-single.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-media.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-mention.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-multi-bodied-extension.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-nested-expand.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-next-markTypes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-next-nodeGroupTypes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-next-nodeTypes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-non-nestable-block-content.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-ordered-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-panel.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-paragraph.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-placeholder.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-rich-media-common.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-rule.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-sanitizeNodes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-status.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-strike.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-strong.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-subsup.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-tableNodes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-task-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-task-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-text-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-text.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-type-ahead-query.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-underline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-unknown-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported-node-attributes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/schema-unsupported.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/status.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-analytics.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-batch-attrs-step.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-link-meta-step.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-override-document-step.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/steps-set-attrs.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/steps-type-ahead.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/strike.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/strong.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/subsup.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/sync-block.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/tableNodes.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/task-item.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/task-list.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/text-color.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/text.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/type-ahead-query.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/underline.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/unknown-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-inline.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-mark.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported-node-attributes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/unsupported.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/uuid.d.ts +0 -1
- package/dist/types-ts4.5/index.d.ts +0 -8
- package/dist/types-ts4.5/next-schema/full-schema.adf.d.ts +0 -5
- package/dist/types-ts4.5/next-schema/generated/markTypes.d.ts +0 -218
- package/dist/types-ts4.5/next-schema/generated/nodeGroupTypes.d.ts +0 -10
- package/dist/types-ts4.5/next-schema/generated/nodeTypes.d.ts +0 -1056
- package/dist/types-ts4.5/next-schema/groups/blockContentGroup.d.ts +0 -14
- package/dist/types-ts4.5/next-schema/groups/blockGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/blockRootOnlyGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/fontStyleGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/inlineContentGroup.d.ts +0 -12
- package/dist/types-ts4.5/next-schema/groups/inlineGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/linkMarkGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/nonNestableBlockContentGroup.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/groups/searchQueryMarkGroup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/groups/tableCellContentPseudoGroup.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/index.d.ts +0 -3
- package/dist/types-ts4.5/next-schema/marks/alignmentAndIndentation.d.ts +0 -3
- package/dist/types-ts4.5/next-schema/marks/annotation.d.ts +0 -3
- package/dist/types-ts4.5/next-schema/marks/border.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/breakout.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/code.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/color.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/marks/confluenceInlineComment.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/dataConsumer.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/em.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/fontSize.d.ts +0 -17
- package/dist/types-ts4.5/next-schema/marks/fragment.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/link.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/strike.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/strong.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/subsup.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/typeAheadQuery.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/underline.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/unsupportedMark.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/marks/unsupportedNodeAttribute.d.ts +0 -2
- package/dist/types-ts4.5/next-schema/nodes/blockCard.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/blockquote.d.ts +0 -15
- package/dist/types-ts4.5/next-schema/nodes/bodiedExtension.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/nodes/bodiedSyncBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/caption.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/codeBlock.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/nodes/confluenceJiraIssue.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/confluenceUnsupportedInline.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/date.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/decisionItem.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/decisionList.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/embedCard.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/emoji.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/expand.d.ts +0 -9
- package/dist/types-ts4.5/next-schema/nodes/extension.d.ts +0 -8
- package/dist/types-ts4.5/next-schema/nodes/extensionFrame.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/hardBreak.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/heading.d.ts +0 -39
- package/dist/types-ts4.5/next-schema/nodes/image.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/inlineCard.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/inlineExtension.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/layoutColumn.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/layoutSection.d.ts +0 -26
- package/dist/types-ts4.5/next-schema/nodes/list.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/media.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/mediaGroup.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/mediaInline.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/mediaSingle.d.ts +0 -7
- package/dist/types-ts4.5/next-schema/nodes/mention.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/multiBodiedExtension.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/nestedExpand.d.ts +0 -12
- package/dist/types-ts4.5/next-schema/nodes/panel.d.ts +0 -5
- package/dist/types-ts4.5/next-schema/nodes/paragraph.d.ts +0 -30
- package/dist/types-ts4.5/next-schema/nodes/placeholder.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/rule.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/status.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/syncBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/tableCellContent.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/tableNodes.d.ts +0 -5
- package/dist/types-ts4.5/next-schema/nodes/task.d.ts +0 -10
- package/dist/types-ts4.5/next-schema/nodes/text.d.ts +0 -26
- package/dist/types-ts4.5/next-schema/nodes/unsupportedBlock.d.ts +0 -4
- package/dist/types-ts4.5/next-schema/nodes/unsupportedInline.d.ts +0 -4
- package/dist/types-ts4.5/schema/bitbucket-schema.d.ts +0 -5
- package/dist/types-ts4.5/schema/confluence-schema.d.ts +0 -9
- package/dist/types-ts4.5/schema/create-schema.d.ts +0 -27
- package/dist/types-ts4.5/schema/createPMSpecFactory.d.ts +0 -37
- package/dist/types-ts4.5/schema/default-schema.d.ts +0 -9
- package/dist/types-ts4.5/schema/groups.d.ts +0 -6
- package/dist/types-ts4.5/schema/index.d.ts +0 -12
- package/dist/types-ts4.5/schema/inline-nodes.d.ts +0 -1
- package/dist/types-ts4.5/schema/jira-schema.d.ts +0 -65
- package/dist/types-ts4.5/schema/marks/alignment.d.ts +0 -16
- package/dist/types-ts4.5/schema/marks/annotation.d.ts +0 -32
- package/dist/types-ts4.5/schema/marks/background-color.d.ts +0 -15
- package/dist/types-ts4.5/schema/marks/border.d.ts +0 -26
- package/dist/types-ts4.5/schema/marks/breakout.d.ts +0 -12
- package/dist/types-ts4.5/schema/marks/code.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/confluence-inline-comment.d.ts +0 -12
- package/dist/types-ts4.5/schema/marks/data-consumer.d.ts +0 -48
- package/dist/types-ts4.5/schema/marks/em.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/font-size.d.ts +0 -12
- package/dist/types-ts4.5/schema/marks/fragment.d.ts +0 -30
- package/dist/types-ts4.5/schema/marks/indentation.d.ts +0 -16
- package/dist/types-ts4.5/schema/marks/index.d.ts +0 -38
- package/dist/types-ts4.5/schema/marks/link.d.ts +0 -40
- package/dist/types-ts4.5/schema/marks/strike.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/strong.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/subsup.d.ts +0 -15
- package/dist/types-ts4.5/schema/marks/text-color.d.ts +0 -27
- package/dist/types-ts4.5/schema/marks/type-ahead-query.d.ts +0 -2
- package/dist/types-ts4.5/schema/marks/underline.d.ts +0 -8
- package/dist/types-ts4.5/schema/marks/unsupported-mark.d.ts +0 -2
- package/dist/types-ts4.5/schema/marks/unsupported-node-attributes.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/block-card.d.ts +0 -49
- package/dist/types-ts4.5/schema/nodes/blockquote.d.ts +0 -30
- package/dist/types-ts4.5/schema/nodes/bodied-extension.d.ts +0 -26
- package/dist/types-ts4.5/schema/nodes/bodied-sync-block.d.ts +0 -46
- package/dist/types-ts4.5/schema/nodes/bullet-list.d.ts +0 -4
- package/dist/types-ts4.5/schema/nodes/caption.d.ts +0 -27
- package/dist/types-ts4.5/schema/nodes/code-block.d.ts +0 -34
- package/dist/types-ts4.5/schema/nodes/confluence-jira-issue.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/confluence-unsupported-block.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/confluence-unsupported-inline.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/date.d.ts +0 -23
- package/dist/types-ts4.5/schema/nodes/decision-item.d.ts +0 -18
- package/dist/types-ts4.5/schema/nodes/decision-list.d.ts +0 -20
- package/dist/types-ts4.5/schema/nodes/doc.d.ts +0 -22
- package/dist/types-ts4.5/schema/nodes/embed-card.d.ts +0 -17
- package/dist/types-ts4.5/schema/nodes/emoji.d.ts +0 -22
- package/dist/types-ts4.5/schema/nodes/expand.d.ts +0 -36
- package/dist/types-ts4.5/schema/nodes/extension.d.ts +0 -18
- package/dist/types-ts4.5/schema/nodes/hard-break.d.ts +0 -11
- package/dist/types-ts4.5/schema/nodes/heading.d.ts +0 -43
- package/dist/types-ts4.5/schema/nodes/image.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/index.d.ts +0 -98
- package/dist/types-ts4.5/schema/nodes/inline-card.d.ts +0 -17
- package/dist/types-ts4.5/schema/nodes/inline-extension.d.ts +0 -18
- package/dist/types-ts4.5/schema/nodes/layout-column.d.ts +0 -30
- package/dist/types-ts4.5/schema/nodes/layout-section.d.ts +0 -57
- package/dist/types-ts4.5/schema/nodes/list-item.d.ts +0 -9
- package/dist/types-ts4.5/schema/nodes/media-group.d.ts +0 -16
- package/dist/types-ts4.5/schema/nodes/media-inline.d.ts +0 -20
- package/dist/types-ts4.5/schema/nodes/media-single.d.ts +0 -78
- package/dist/types-ts4.5/schema/nodes/media.d.ts +0 -71
- package/dist/types-ts4.5/schema/nodes/mention.d.ts +0 -31
- package/dist/types-ts4.5/schema/nodes/multi-bodied-extension.d.ts +0 -55
- package/dist/types-ts4.5/schema/nodes/nested-expand.d.ts +0 -43
- package/dist/types-ts4.5/schema/nodes/ordered-list.d.ts +0 -6
- package/dist/types-ts4.5/schema/nodes/panel.d.ts +0 -64
- package/dist/types-ts4.5/schema/nodes/paragraph.d.ts +0 -45
- package/dist/types-ts4.5/schema/nodes/placeholder.d.ts +0 -13
- package/dist/types-ts4.5/schema/nodes/rule.d.ts +0 -12
- package/dist/types-ts4.5/schema/nodes/status.d.ts +0 -27
- package/dist/types-ts4.5/schema/nodes/sync-block.d.ts +0 -23
- package/dist/types-ts4.5/schema/nodes/tableNodes.d.ts +0 -174
- package/dist/types-ts4.5/schema/nodes/task-item.d.ts +0 -36
- package/dist/types-ts4.5/schema/nodes/task-list.d.ts +0 -26
- package/dist/types-ts4.5/schema/nodes/text.d.ts +0 -14
- package/dist/types-ts4.5/schema/nodes/types/block-content.d.ts +0 -21
- package/dist/types-ts4.5/schema/nodes/types/extensions.d.ts +0 -34
- package/dist/types-ts4.5/schema/nodes/types/inline-content.d.ts +0 -28
- package/dist/types-ts4.5/schema/nodes/types/list.d.ts +0 -51
- package/dist/types-ts4.5/schema/nodes/types/mark.d.ts +0 -15
- package/dist/types-ts4.5/schema/nodes/types/non-nestable-block-content.d.ts +0 -19
- package/dist/types-ts4.5/schema/nodes/types/rich-media-common.d.ts +0 -37
- package/dist/types-ts4.5/schema/nodes/types/valign.d.ts +0 -6
- package/dist/types-ts4.5/schema/nodes/unknown-block.d.ts +0 -3
- package/dist/types-ts4.5/schema/nodes/unsupported-block.d.ts +0 -2
- package/dist/types-ts4.5/schema/nodes/unsupported-inline.d.ts +0 -2
- package/dist/types-ts4.5/schema/sanitizeNodes.d.ts +0 -8
- package/dist/types-ts4.5/schema/unsupported.d.ts +0 -1
- package/dist/types-ts4.5/steps/analytics.d.ts +0 -60
- package/dist/types-ts4.5/steps/batch-attrs-step.d.ts +0 -74
- package/dist/types-ts4.5/steps/link-meta-step.d.ts +0 -52
- package/dist/types-ts4.5/steps/override-document-step.d.ts +0 -26
- package/dist/types-ts4.5/steps/set-attrs.d.ts +0 -24
- package/dist/types-ts4.5/steps/type-ahead.d.ts +0 -35
- package/dist/types-ts4.5/steps/types.d.ts +0 -96
- package/dist/types-ts4.5/steps.d.ts +0 -10
- package/dist/types-ts4.5/utils/colors.d.ts +0 -81
- package/dist/types-ts4.5/utils/confluence/emoji.d.ts +0 -50
- package/dist/types-ts4.5/utils/editor-palette.d.ts +0 -257
- package/dist/types-ts4.5/utils/extensions.d.ts +0 -3
- package/dist/types-ts4.5/utils/index.d.ts +0 -7
- package/dist/types-ts4.5/utils/lch-color-inversion.d.ts +0 -2
- package/dist/types-ts4.5/utils/parseDOM.d.ts +0 -1
- package/dist/types-ts4.5/utils/url.d.ts +0 -40
- package/dist/types-ts4.5/utils/uuid.d.ts +0 -5
- package/dist/types-ts4.5/validator-schema/generated/validatorSpec.d.ts +0 -2016
|
@@ -1,1056 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was automatically generated by @atlaskit/adf-schema-generator
|
|
3
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source files in "packages/adf-schema/src/next-schema" ,
|
|
4
|
-
* and run "yarn workspace @atlaskit/adf-schema build:schema:all" to regenerate this file.
|
|
5
|
-
*/
|
|
6
|
-
import { type PMNodeSpecFactoryInstance } from '../../schema/createPMSpecFactory';
|
|
7
|
-
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
8
|
-
import type { InlineDefinition, BlockDefinition, BlockRootOnlyDefinition } from './nodeGroupTypes';
|
|
9
|
-
import type { AlignmentMark, AnnotationMark, BackgroundColorMark, BorderMark, BreakoutMark, CodeMark, ConfluenceInlineCommentMark, DataConsumerMark, EmMark, FontSizeMark, FragmentMark, IndentationMark, LinkMark, StrikeMark, StrongMark, SubsupMark, TextColorMark, TypeAheadQueryMark, UnderlineMark, UnsupportedMarkMark, UnsupportedNodeAttributeMark } from './markTypes';
|
|
10
|
-
export interface BlockCardNodeAttributes0 {
|
|
11
|
-
localId?: string;
|
|
12
|
-
url?: string;
|
|
13
|
-
datasource: Record<string, unknown>;
|
|
14
|
-
width?: number;
|
|
15
|
-
layout?: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
16
|
-
}
|
|
17
|
-
export interface BlockCardNodeAttributes1 {
|
|
18
|
-
url: string;
|
|
19
|
-
localId?: string;
|
|
20
|
-
}
|
|
21
|
-
export interface BlockCardNodeAttributes2 {
|
|
22
|
-
data: Record<string, unknown>;
|
|
23
|
-
localId?: string;
|
|
24
|
-
}
|
|
25
|
-
export interface BlockCardDefinition {
|
|
26
|
-
type: 'blockCard';
|
|
27
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
28
|
-
attrs: BlockCardNodeAttributes0 | BlockCardNodeAttributes1 | BlockCardNodeAttributes2;
|
|
29
|
-
}
|
|
30
|
-
export type BlockCardNode = PMNode & BlockCardDefinition;
|
|
31
|
-
export declare const blockCard: PMNodeSpecFactoryInstance<BlockCardNode>;
|
|
32
|
-
export interface BlockquoteDefinition {
|
|
33
|
-
type: 'blockquote';
|
|
34
|
-
content: Array<BulletListDefinition | CodeBlockDefinition | ExtensionWithMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | OrderedListDefinition | ParagraphWithNoMarksDefinition | UnsupportedBlockDefinition>;
|
|
35
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
36
|
-
attrs: {
|
|
37
|
-
localId?: string;
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
export type BlockquoteNode = PMNode & BlockquoteDefinition;
|
|
41
|
-
export declare const blockquote: PMNodeSpecFactoryInstance<BlockquoteNode>;
|
|
42
|
-
export interface BlockquoteLegacyDefinition {
|
|
43
|
-
type: 'blockquote';
|
|
44
|
-
content: Array<ParagraphDefinition | UnsupportedBlockDefinition>;
|
|
45
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
46
|
-
attrs: {
|
|
47
|
-
localId?: string;
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
export type BlockquoteLegacyNode = PMNode & BlockquoteLegacyDefinition;
|
|
51
|
-
export declare const blockquoteLegacy: PMNodeSpecFactoryInstance<BlockquoteLegacyNode>;
|
|
52
|
-
export interface BlockTaskItemDefinition {
|
|
53
|
-
type: 'blockTaskItem';
|
|
54
|
-
content: Array<ExtensionWithMarksDefinition | ExtensionWithMarksDefinition | ParagraphWithFontSizeDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | ParagraphWithNoMarksDefinition>;
|
|
55
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
56
|
-
attrs: {
|
|
57
|
-
localId: string;
|
|
58
|
-
state: 'TODO' | 'DONE';
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
export type BlockTaskItemNode = PMNode & BlockTaskItemDefinition;
|
|
62
|
-
export declare const blockTaskItem: PMNodeSpecFactoryInstance<BlockTaskItemNode>;
|
|
63
|
-
export interface BodiedExtensionDefinition {
|
|
64
|
-
type: 'bodiedExtension';
|
|
65
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TableWithNestedTableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
66
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
67
|
-
attrs: {
|
|
68
|
-
extensionKey: string;
|
|
69
|
-
extensionType: string;
|
|
70
|
-
parameters?: Record<string, unknown>;
|
|
71
|
-
text?: string;
|
|
72
|
-
layout?: 'wide' | 'full-width' | 'default';
|
|
73
|
-
localId?: string;
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
export type BodiedExtensionNode = PMNode & BodiedExtensionDefinition;
|
|
77
|
-
export declare const bodiedExtension: PMNodeSpecFactoryInstance<BodiedExtensionNode>;
|
|
78
|
-
export interface BodiedExtensionWithMarksDefinition {
|
|
79
|
-
type: 'bodiedExtension';
|
|
80
|
-
marks: Array<DataConsumerMark | FragmentMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
81
|
-
attrs: {
|
|
82
|
-
extensionKey: string;
|
|
83
|
-
extensionType: string;
|
|
84
|
-
parameters?: Record<string, unknown>;
|
|
85
|
-
text?: string;
|
|
86
|
-
layout?: 'wide' | 'full-width' | 'default';
|
|
87
|
-
localId?: string;
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
export type BodiedExtensionWithMarksNode = PMNode & BodiedExtensionWithMarksDefinition;
|
|
91
|
-
export declare const bodiedExtensionWithMarks: PMNodeSpecFactoryInstance<BodiedExtensionWithMarksNode>;
|
|
92
|
-
export interface BodiedSyncBlockDefinition {
|
|
93
|
-
type: 'bodiedSyncBlock';
|
|
94
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BlockquoteLegacyDefinition | BulletListDefinition | CodeBlockDefinition | ConfluenceUnsupportedBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExpandDefinition | HeadingDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | LayoutSectionDefinition | LayoutSectionFullDefinition | LayoutSectionWithSingleColumnStage0Definition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleDefinition | MediaSingleFullDefinition | MediaSingleWidthTypeDefinition | OrderedListDefinition | PanelDefinition | ParagraphDefinition | ParagraphWithAlignmentDefinition | ParagraphWithIndentationDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TableWithNestedTableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
95
|
-
marks: Array<BreakoutMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
96
|
-
attrs: {
|
|
97
|
-
resourceId: string;
|
|
98
|
-
localId: string;
|
|
99
|
-
};
|
|
100
|
-
}
|
|
101
|
-
export type BodiedSyncBlockNode = PMNode & BodiedSyncBlockDefinition;
|
|
102
|
-
export declare const bodiedSyncBlock: PMNodeSpecFactoryInstance<BodiedSyncBlockNode>;
|
|
103
|
-
export interface BulletListDefinition {
|
|
104
|
-
type: 'bulletList';
|
|
105
|
-
content: Array<ListItemDefinition>;
|
|
106
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
107
|
-
attrs: {
|
|
108
|
-
localId?: string;
|
|
109
|
-
};
|
|
110
|
-
}
|
|
111
|
-
export type BulletListNode = PMNode & BulletListDefinition;
|
|
112
|
-
export declare const bulletList: PMNodeSpecFactoryInstance<BulletListNode>;
|
|
113
|
-
export interface CaptionDefinition {
|
|
114
|
-
type: 'caption';
|
|
115
|
-
content: Array<DateDefinition | DateStage0Definition | EmojiDefinition | EmojiStage0Definition | HardBreakDefinition | InlineCardDefinition | InlineCardStage0Definition | MentionDefinition | MentionStage0Definition | PlaceholderDefinition | StatusDefinition | StatusStage0Definition | TextCodeInlineDefinition | TextFormattedDefinition | UnsupportedInlineDefinition>;
|
|
116
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
117
|
-
attrs: {
|
|
118
|
-
localId?: string;
|
|
119
|
-
};
|
|
120
|
-
}
|
|
121
|
-
export type CaptionNode = PMNode & CaptionDefinition;
|
|
122
|
-
export declare const caption: PMNodeSpecFactoryInstance<CaptionNode>;
|
|
123
|
-
export interface CodeBlockDefinition {
|
|
124
|
-
type: 'codeBlock';
|
|
125
|
-
content: Array<TextWithNoMarksDefinition | UnsupportedInlineDefinition>;
|
|
126
|
-
attrs: {
|
|
127
|
-
language?: string;
|
|
128
|
-
uniqueId?: string;
|
|
129
|
-
localId?: string;
|
|
130
|
-
wrap?: boolean;
|
|
131
|
-
hideLineNumbers?: boolean;
|
|
132
|
-
};
|
|
133
|
-
}
|
|
134
|
-
export type CodeBlockNode = PMNode & CodeBlockDefinition;
|
|
135
|
-
export declare const codeBlock: PMNodeSpecFactoryInstance<CodeBlockNode>;
|
|
136
|
-
export interface CodeBlockRootOnlyDefinition {
|
|
137
|
-
type: 'codeBlock';
|
|
138
|
-
content: Array<TextWithNoMarksDefinition | UnsupportedInlineDefinition>;
|
|
139
|
-
marks: Array<BreakoutMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
140
|
-
attrs: {
|
|
141
|
-
language?: string;
|
|
142
|
-
uniqueId?: string;
|
|
143
|
-
localId?: string;
|
|
144
|
-
wrap?: boolean;
|
|
145
|
-
hideLineNumbers?: boolean;
|
|
146
|
-
};
|
|
147
|
-
}
|
|
148
|
-
export type CodeBlockRootOnlyNode = PMNode & CodeBlockRootOnlyDefinition;
|
|
149
|
-
export declare const codeBlockRootOnly: PMNodeSpecFactoryInstance<CodeBlockRootOnlyNode>;
|
|
150
|
-
export interface ConfluenceJiraIssueDefinition {
|
|
151
|
-
type: 'confluenceJiraIssue';
|
|
152
|
-
attrs: {
|
|
153
|
-
issueKey: string;
|
|
154
|
-
macroId?: string;
|
|
155
|
-
schemaVersion?: string;
|
|
156
|
-
server?: string;
|
|
157
|
-
serverId?: string;
|
|
158
|
-
};
|
|
159
|
-
}
|
|
160
|
-
export type ConfluenceJiraIssueNode = PMNode & ConfluenceJiraIssueDefinition;
|
|
161
|
-
export declare const confluenceJiraIssue: PMNodeSpecFactoryInstance<ConfluenceJiraIssueNode>;
|
|
162
|
-
export interface ConfluenceUnsupportedBlockDefinition {
|
|
163
|
-
type: 'confluenceUnsupportedBlock';
|
|
164
|
-
attrs: {
|
|
165
|
-
cxhtml: string;
|
|
166
|
-
};
|
|
167
|
-
}
|
|
168
|
-
export type ConfluenceUnsupportedBlockNode = PMNode & ConfluenceUnsupportedBlockDefinition;
|
|
169
|
-
export declare const confluenceUnsupportedBlock: PMNodeSpecFactoryInstance<ConfluenceUnsupportedBlockNode>;
|
|
170
|
-
export interface ConfluenceUnsupportedInlineDefinition {
|
|
171
|
-
type: 'confluenceUnsupportedInline';
|
|
172
|
-
attrs: {
|
|
173
|
-
cxhtml: string;
|
|
174
|
-
};
|
|
175
|
-
}
|
|
176
|
-
export type ConfluenceUnsupportedInlineNode = PMNode & ConfluenceUnsupportedInlineDefinition;
|
|
177
|
-
export declare const confluenceUnsupportedInline: PMNodeSpecFactoryInstance<ConfluenceUnsupportedInlineNode>;
|
|
178
|
-
export interface DateDefinition {
|
|
179
|
-
type: 'date';
|
|
180
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
181
|
-
attrs: {
|
|
182
|
-
timestamp: string;
|
|
183
|
-
localId?: string;
|
|
184
|
-
};
|
|
185
|
-
}
|
|
186
|
-
export type DateNode = PMNode & DateDefinition;
|
|
187
|
-
export declare const date: PMNodeSpecFactoryInstance<DateNode>;
|
|
188
|
-
export interface DateStage0Definition {
|
|
189
|
-
type: 'date';
|
|
190
|
-
marks: Array<AnnotationMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
191
|
-
attrs: {
|
|
192
|
-
timestamp: string;
|
|
193
|
-
localId?: string;
|
|
194
|
-
};
|
|
195
|
-
}
|
|
196
|
-
export type DateStage0Node = PMNode & DateStage0Definition;
|
|
197
|
-
export declare const dateStage0: PMNodeSpecFactoryInstance<DateStage0Node>;
|
|
198
|
-
export interface DecisionItemDefinition {
|
|
199
|
-
type: 'decisionItem';
|
|
200
|
-
content: Array<InlineDefinition>;
|
|
201
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
202
|
-
attrs: {
|
|
203
|
-
localId: string;
|
|
204
|
-
state: string;
|
|
205
|
-
};
|
|
206
|
-
}
|
|
207
|
-
export type DecisionItemNode = PMNode & DecisionItemDefinition;
|
|
208
|
-
export declare const decisionItem: PMNodeSpecFactoryInstance<DecisionItemNode>;
|
|
209
|
-
export interface DecisionListDefinition {
|
|
210
|
-
type: 'decisionList';
|
|
211
|
-
content: Array<DecisionItemDefinition | UnsupportedBlockDefinition>;
|
|
212
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
213
|
-
attrs: {
|
|
214
|
-
localId: string;
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
export type DecisionListNode = PMNode & DecisionListDefinition;
|
|
218
|
-
export declare const decisionList: PMNodeSpecFactoryInstance<DecisionListNode>;
|
|
219
|
-
export interface DocDefinition {
|
|
220
|
-
type: 'doc';
|
|
221
|
-
content: Array<BlockDefinition | BlockRootOnlyDefinition | BodiedSyncBlockDefinition | CodeBlockRootOnlyDefinition | ExpandRootOnlyDefinition | LayoutSectionDefinition | LayoutSectionFullDefinition | LayoutSectionWithSingleColumnStage0Definition | SyncBlockDefinition>;
|
|
222
|
-
}
|
|
223
|
-
export type DocNode = PMNode & DocDefinition;
|
|
224
|
-
export declare const doc: PMNodeSpecFactoryInstance<DocNode>;
|
|
225
|
-
export interface EmbedCardDefinition {
|
|
226
|
-
type: 'embedCard';
|
|
227
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
228
|
-
attrs: {
|
|
229
|
-
url: string;
|
|
230
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
231
|
-
width?: number;
|
|
232
|
-
originalHeight?: number;
|
|
233
|
-
originalWidth?: number;
|
|
234
|
-
localId?: string;
|
|
235
|
-
};
|
|
236
|
-
}
|
|
237
|
-
export type EmbedCardNode = PMNode & EmbedCardDefinition;
|
|
238
|
-
export declare const embedCard: PMNodeSpecFactoryInstance<EmbedCardNode>;
|
|
239
|
-
export interface EmojiDefinition {
|
|
240
|
-
type: 'emoji';
|
|
241
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
242
|
-
attrs: {
|
|
243
|
-
shortName: string;
|
|
244
|
-
id?: string;
|
|
245
|
-
text?: string;
|
|
246
|
-
localId?: string;
|
|
247
|
-
};
|
|
248
|
-
}
|
|
249
|
-
export type EmojiNode = PMNode & EmojiDefinition;
|
|
250
|
-
export declare const emoji: PMNodeSpecFactoryInstance<EmojiNode>;
|
|
251
|
-
export interface EmojiStage0Definition {
|
|
252
|
-
type: 'emoji';
|
|
253
|
-
marks: Array<AnnotationMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
254
|
-
attrs: {
|
|
255
|
-
shortName: string;
|
|
256
|
-
id?: string;
|
|
257
|
-
text?: string;
|
|
258
|
-
localId?: string;
|
|
259
|
-
};
|
|
260
|
-
}
|
|
261
|
-
export type EmojiStage0Node = PMNode & EmojiStage0Definition;
|
|
262
|
-
export declare const emojiStage0: PMNodeSpecFactoryInstance<EmojiStage0Node>;
|
|
263
|
-
export interface ExpandDefinition {
|
|
264
|
-
type: 'expand';
|
|
265
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TableWithNestedTableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
266
|
-
attrs: {
|
|
267
|
-
title?: string;
|
|
268
|
-
__expanded?: boolean;
|
|
269
|
-
localId?: string;
|
|
270
|
-
};
|
|
271
|
-
}
|
|
272
|
-
export type ExpandNode = PMNode & ExpandDefinition;
|
|
273
|
-
export declare const expand: PMNodeSpecFactoryInstance<ExpandNode>;
|
|
274
|
-
export interface ExpandRootOnlyDefinition {
|
|
275
|
-
type: 'expand';
|
|
276
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TableWithNestedTableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
277
|
-
marks: Array<BreakoutMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
278
|
-
attrs: {
|
|
279
|
-
title?: string;
|
|
280
|
-
__expanded?: boolean;
|
|
281
|
-
localId?: string;
|
|
282
|
-
};
|
|
283
|
-
}
|
|
284
|
-
export type ExpandRootOnlyNode = PMNode & ExpandRootOnlyDefinition;
|
|
285
|
-
export declare const expandRootOnly: PMNodeSpecFactoryInstance<ExpandRootOnlyNode>;
|
|
286
|
-
export interface ExtensionDefinition {
|
|
287
|
-
type: 'extension';
|
|
288
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
289
|
-
attrs: {
|
|
290
|
-
extensionKey: string;
|
|
291
|
-
extensionType: string;
|
|
292
|
-
parameters?: Record<string, unknown>;
|
|
293
|
-
text?: string;
|
|
294
|
-
layout?: 'wide' | 'full-width' | 'default';
|
|
295
|
-
localId?: string;
|
|
296
|
-
};
|
|
297
|
-
}
|
|
298
|
-
export type ExtensionNode = PMNode & ExtensionDefinition;
|
|
299
|
-
export declare const extension: PMNodeSpecFactoryInstance<ExtensionNode>;
|
|
300
|
-
export interface ExtensionWithMarksDefinition {
|
|
301
|
-
type: 'extension';
|
|
302
|
-
marks: Array<DataConsumerMark | FragmentMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
303
|
-
attrs: {
|
|
304
|
-
extensionKey: string;
|
|
305
|
-
extensionType: string;
|
|
306
|
-
parameters?: Record<string, unknown>;
|
|
307
|
-
text?: string;
|
|
308
|
-
layout?: 'wide' | 'full-width' | 'default';
|
|
309
|
-
localId?: string;
|
|
310
|
-
};
|
|
311
|
-
}
|
|
312
|
-
export type ExtensionWithMarksNode = PMNode & ExtensionWithMarksDefinition;
|
|
313
|
-
export declare const extensionWithMarks: PMNodeSpecFactoryInstance<ExtensionWithMarksNode>;
|
|
314
|
-
export interface ExtensionFrameStage0Definition {
|
|
315
|
-
type: 'extensionFrame';
|
|
316
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BodiedExtensionWithMarksDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TableWithNestedTableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
317
|
-
marks: Array<DataConsumerMark | FragmentMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
318
|
-
}
|
|
319
|
-
export type ExtensionFrameStage0Node = PMNode & ExtensionFrameStage0Definition;
|
|
320
|
-
export declare const extensionFrameStage0: PMNodeSpecFactoryInstance<ExtensionFrameStage0Node>;
|
|
321
|
-
export interface HardBreakDefinition {
|
|
322
|
-
type: 'hardBreak';
|
|
323
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
324
|
-
attrs: {
|
|
325
|
-
text?: '\n';
|
|
326
|
-
localId?: string;
|
|
327
|
-
};
|
|
328
|
-
}
|
|
329
|
-
export type HardBreakNode = PMNode & HardBreakDefinition;
|
|
330
|
-
export declare const hardBreak: PMNodeSpecFactoryInstance<HardBreakNode>;
|
|
331
|
-
export interface HeadingDefinition {
|
|
332
|
-
type: 'heading';
|
|
333
|
-
content: Array<InlineDefinition>;
|
|
334
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
335
|
-
attrs: {
|
|
336
|
-
level: number;
|
|
337
|
-
localId?: string;
|
|
338
|
-
};
|
|
339
|
-
}
|
|
340
|
-
export type HeadingNode = PMNode & HeadingDefinition;
|
|
341
|
-
export declare const heading: PMNodeSpecFactoryInstance<HeadingNode>;
|
|
342
|
-
export interface HeadingWithAlignmentDefinition {
|
|
343
|
-
type: 'heading';
|
|
344
|
-
marks: Array<AlignmentMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
345
|
-
attrs: {
|
|
346
|
-
level: number;
|
|
347
|
-
localId?: string;
|
|
348
|
-
};
|
|
349
|
-
}
|
|
350
|
-
export type HeadingWithAlignmentNode = PMNode & HeadingWithAlignmentDefinition;
|
|
351
|
-
export declare const headingWithAlignment: PMNodeSpecFactoryInstance<HeadingWithAlignmentNode>;
|
|
352
|
-
export interface HeadingWithIndentationDefinition {
|
|
353
|
-
type: 'heading';
|
|
354
|
-
marks: Array<IndentationMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
355
|
-
attrs: {
|
|
356
|
-
level: number;
|
|
357
|
-
localId?: string;
|
|
358
|
-
};
|
|
359
|
-
}
|
|
360
|
-
export type HeadingWithIndentationNode = PMNode & HeadingWithIndentationDefinition;
|
|
361
|
-
export declare const headingWithIndentation: PMNodeSpecFactoryInstance<HeadingWithIndentationNode>;
|
|
362
|
-
export interface HeadingWithNoMarksDefinition {
|
|
363
|
-
type: 'heading';
|
|
364
|
-
attrs: {
|
|
365
|
-
level: number;
|
|
366
|
-
localId?: string;
|
|
367
|
-
};
|
|
368
|
-
}
|
|
369
|
-
export type HeadingWithNoMarksNode = PMNode & HeadingWithNoMarksDefinition;
|
|
370
|
-
export declare const headingWithNoMarks: PMNodeSpecFactoryInstance<HeadingWithNoMarksNode>;
|
|
371
|
-
export interface ImageDefinition {
|
|
372
|
-
type: 'image';
|
|
373
|
-
attrs: {
|
|
374
|
-
src: string;
|
|
375
|
-
alt?: string;
|
|
376
|
-
title?: string;
|
|
377
|
-
};
|
|
378
|
-
}
|
|
379
|
-
export type ImageNode = PMNode & ImageDefinition;
|
|
380
|
-
export declare const image: PMNodeSpecFactoryInstance<ImageNode>;
|
|
381
|
-
export interface InlineCardNodeAttributes0 {
|
|
382
|
-
url: string;
|
|
383
|
-
localId?: string;
|
|
384
|
-
}
|
|
385
|
-
export interface InlineCardNodeAttributes1 {
|
|
386
|
-
data: Record<string, unknown>;
|
|
387
|
-
localId?: string;
|
|
388
|
-
}
|
|
389
|
-
export interface InlineCardDefinition {
|
|
390
|
-
type: 'inlineCard';
|
|
391
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
392
|
-
attrs: InlineCardNodeAttributes0 | InlineCardNodeAttributes1;
|
|
393
|
-
}
|
|
394
|
-
export type InlineCardNode = PMNode & InlineCardDefinition;
|
|
395
|
-
export declare const inlineCard: PMNodeSpecFactoryInstance<InlineCardNode>;
|
|
396
|
-
export interface InlineCardStage0NodeAttributes0 {
|
|
397
|
-
url: string;
|
|
398
|
-
localId?: string;
|
|
399
|
-
}
|
|
400
|
-
export interface InlineCardStage0NodeAttributes1 {
|
|
401
|
-
data: Record<string, unknown>;
|
|
402
|
-
localId?: string;
|
|
403
|
-
}
|
|
404
|
-
export interface InlineCardStage0Definition {
|
|
405
|
-
type: 'inlineCard';
|
|
406
|
-
marks: Array<AnnotationMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
407
|
-
attrs: InlineCardStage0NodeAttributes0 | InlineCardStage0NodeAttributes1;
|
|
408
|
-
}
|
|
409
|
-
export type InlineCardStage0Node = PMNode & InlineCardStage0Definition;
|
|
410
|
-
export declare const inlineCardStage0: PMNodeSpecFactoryInstance<InlineCardStage0Node>;
|
|
411
|
-
export interface InlineExtensionDefinition {
|
|
412
|
-
type: 'inlineExtension';
|
|
413
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
414
|
-
attrs: {
|
|
415
|
-
extensionKey: string;
|
|
416
|
-
extensionType: string;
|
|
417
|
-
parameters?: Record<string, unknown>;
|
|
418
|
-
text?: string;
|
|
419
|
-
localId?: string;
|
|
420
|
-
};
|
|
421
|
-
}
|
|
422
|
-
export type InlineExtensionNode = PMNode & InlineExtensionDefinition;
|
|
423
|
-
export declare const inlineExtension: PMNodeSpecFactoryInstance<InlineExtensionNode>;
|
|
424
|
-
export interface InlineExtensionWithMarksDefinition {
|
|
425
|
-
type: 'inlineExtension';
|
|
426
|
-
marks: Array<DataConsumerMark | FragmentMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
427
|
-
attrs: {
|
|
428
|
-
extensionKey: string;
|
|
429
|
-
extensionType: string;
|
|
430
|
-
parameters?: Record<string, unknown>;
|
|
431
|
-
text?: string;
|
|
432
|
-
localId?: string;
|
|
433
|
-
};
|
|
434
|
-
}
|
|
435
|
-
export type InlineExtensionWithMarksNode = PMNode & InlineExtensionWithMarksDefinition;
|
|
436
|
-
export declare const inlineExtensionWithMarks: PMNodeSpecFactoryInstance<InlineExtensionWithMarksNode>;
|
|
437
|
-
export interface LayoutColumnDefinition {
|
|
438
|
-
type: 'layoutColumn';
|
|
439
|
-
content: Array<BlockDefinition | UnsupportedBlockDefinition>;
|
|
440
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
441
|
-
attrs: {
|
|
442
|
-
width: number;
|
|
443
|
-
localId?: string;
|
|
444
|
-
valign?: 'top' | 'middle' | 'bottom';
|
|
445
|
-
};
|
|
446
|
-
}
|
|
447
|
-
export type LayoutColumnNode = PMNode & LayoutColumnDefinition;
|
|
448
|
-
export declare const layoutColumn: PMNodeSpecFactoryInstance<LayoutColumnNode>;
|
|
449
|
-
export interface LayoutSectionDefinition {
|
|
450
|
-
type: 'layoutSection';
|
|
451
|
-
content: Array<LayoutColumnDefinition | UnsupportedBlockDefinition | UnsupportedBlockDefinition>;
|
|
452
|
-
marks: Array<BreakoutMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
453
|
-
attrs: {
|
|
454
|
-
localId?: string;
|
|
455
|
-
};
|
|
456
|
-
}
|
|
457
|
-
export type LayoutSectionNode = PMNode & LayoutSectionDefinition;
|
|
458
|
-
export declare const layoutSection: PMNodeSpecFactoryInstance<LayoutSectionNode>;
|
|
459
|
-
export interface LayoutSectionFullDefinition {
|
|
460
|
-
type: 'layoutSection';
|
|
461
|
-
content: Array<LayoutColumnDefinition | UnsupportedBlockDefinition>;
|
|
462
|
-
marks: Array<BreakoutMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
463
|
-
attrs: {
|
|
464
|
-
localId?: string;
|
|
465
|
-
};
|
|
466
|
-
}
|
|
467
|
-
export type LayoutSectionFullNode = PMNode & LayoutSectionFullDefinition;
|
|
468
|
-
export declare const layoutSectionFull: PMNodeSpecFactoryInstance<LayoutSectionFullNode>;
|
|
469
|
-
export interface LayoutSectionWithSingleColumnStage0Definition {
|
|
470
|
-
type: 'layoutSection';
|
|
471
|
-
content: Array<LayoutColumnDefinition | UnsupportedBlockDefinition | UnsupportedBlockDefinition>;
|
|
472
|
-
marks: Array<BreakoutMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
473
|
-
attrs: {
|
|
474
|
-
columnRuleStyle?: 'solid';
|
|
475
|
-
localId?: string;
|
|
476
|
-
};
|
|
477
|
-
}
|
|
478
|
-
export type LayoutSectionWithSingleColumnStage0Node = PMNode & LayoutSectionWithSingleColumnStage0Definition;
|
|
479
|
-
export declare const layoutSectionWithSingleColumnStage0: PMNodeSpecFactoryInstance<LayoutSectionWithSingleColumnStage0Node>;
|
|
480
|
-
export interface ListItemDefinition {
|
|
481
|
-
type: 'listItem';
|
|
482
|
-
content: Array<BulletListDefinition | CodeBlockDefinition | ExtensionWithMarksDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | OrderedListDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
483
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
484
|
-
attrs: {
|
|
485
|
-
localId?: string;
|
|
486
|
-
};
|
|
487
|
-
}
|
|
488
|
-
export type ListItemNode = PMNode & ListItemDefinition;
|
|
489
|
-
export declare const listItem: PMNodeSpecFactoryInstance<ListItemNode>;
|
|
490
|
-
export interface MediaNodeAttributes0 {
|
|
491
|
-
type: 'link' | 'file';
|
|
492
|
-
localId?: string;
|
|
493
|
-
id: string;
|
|
494
|
-
alt?: string;
|
|
495
|
-
collection: string;
|
|
496
|
-
height?: number;
|
|
497
|
-
occurrenceKey?: string;
|
|
498
|
-
width?: number;
|
|
499
|
-
__contextId?: string;
|
|
500
|
-
__displayType?: 'file' | 'thumbnail';
|
|
501
|
-
__external?: boolean;
|
|
502
|
-
__fileMimeType?: string;
|
|
503
|
-
__fileName?: number;
|
|
504
|
-
__fileSize?: string;
|
|
505
|
-
__mediaTraceId?: string;
|
|
506
|
-
}
|
|
507
|
-
export interface MediaNodeAttributes1 {
|
|
508
|
-
type: 'external';
|
|
509
|
-
localId?: string;
|
|
510
|
-
alt?: string;
|
|
511
|
-
height?: number;
|
|
512
|
-
width?: number;
|
|
513
|
-
url: string;
|
|
514
|
-
__external?: boolean;
|
|
515
|
-
}
|
|
516
|
-
export interface MediaDefinition {
|
|
517
|
-
type: 'media';
|
|
518
|
-
marks: Array<AnnotationMark | BorderMark | DataConsumerMark | LinkMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
519
|
-
attrs: MediaNodeAttributes0 | MediaNodeAttributes1;
|
|
520
|
-
}
|
|
521
|
-
export type MediaNode = PMNode & MediaDefinition;
|
|
522
|
-
export declare const media: PMNodeSpecFactoryInstance<MediaNode>;
|
|
523
|
-
export interface MediaGroupDefinition {
|
|
524
|
-
type: 'mediaGroup';
|
|
525
|
-
content: Array<MediaDefinition | UnsupportedBlockDefinition>;
|
|
526
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
527
|
-
}
|
|
528
|
-
export type MediaGroupNode = PMNode & MediaGroupDefinition;
|
|
529
|
-
export declare const mediaGroup: PMNodeSpecFactoryInstance<MediaGroupNode>;
|
|
530
|
-
export interface MediaInlineDefinition {
|
|
531
|
-
type: 'mediaInline';
|
|
532
|
-
marks: Array<AnnotationMark | BorderMark | DataConsumerMark | LinkMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
533
|
-
attrs: {
|
|
534
|
-
type?: 'link' | 'file' | 'image';
|
|
535
|
-
localId?: string;
|
|
536
|
-
url?: string;
|
|
537
|
-
id: string;
|
|
538
|
-
alt?: string;
|
|
539
|
-
collection: string;
|
|
540
|
-
occurrenceKey?: string;
|
|
541
|
-
width?: number;
|
|
542
|
-
height?: number;
|
|
543
|
-
__fileName?: string;
|
|
544
|
-
__fileSize?: number;
|
|
545
|
-
__fileMimeType?: string;
|
|
546
|
-
__displayType?: 'file' | 'thumbnail';
|
|
547
|
-
__contextId?: string;
|
|
548
|
-
__mediaTraceId?: string;
|
|
549
|
-
__external?: boolean;
|
|
550
|
-
data?: Record<string, unknown>;
|
|
551
|
-
};
|
|
552
|
-
}
|
|
553
|
-
export type MediaInlineNode = PMNode & MediaInlineDefinition;
|
|
554
|
-
export declare const mediaInline: PMNodeSpecFactoryInstance<MediaInlineNode>;
|
|
555
|
-
export interface MediaSingleNodeAttributes0 {
|
|
556
|
-
localId?: string;
|
|
557
|
-
width?: number;
|
|
558
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
559
|
-
widthType?: 'percentage';
|
|
560
|
-
}
|
|
561
|
-
export interface MediaSingleNodeAttributes1 {
|
|
562
|
-
localId?: string;
|
|
563
|
-
width: number;
|
|
564
|
-
widthType: 'pixel';
|
|
565
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
566
|
-
}
|
|
567
|
-
export interface MediaSingleDefinition {
|
|
568
|
-
type: 'mediaSingle';
|
|
569
|
-
marks: Array<LinkMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
570
|
-
attrs: MediaSingleNodeAttributes0 | MediaSingleNodeAttributes1;
|
|
571
|
-
}
|
|
572
|
-
export type MediaSingleNode = PMNode & MediaSingleDefinition;
|
|
573
|
-
export declare const mediaSingle: PMNodeSpecFactoryInstance<MediaSingleNode>;
|
|
574
|
-
export interface MediaSingleCaptionNodeAttributes0 {
|
|
575
|
-
localId?: string;
|
|
576
|
-
width?: number;
|
|
577
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
578
|
-
widthType?: 'percentage';
|
|
579
|
-
}
|
|
580
|
-
export interface MediaSingleCaptionNodeAttributes1 {
|
|
581
|
-
localId?: string;
|
|
582
|
-
width: number;
|
|
583
|
-
widthType: 'pixel';
|
|
584
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
585
|
-
}
|
|
586
|
-
export interface MediaSingleCaptionDefinition {
|
|
587
|
-
type: 'mediaSingle';
|
|
588
|
-
content: Array<CaptionDefinition | MediaDefinition | UnsupportedBlockDefinition | UnsupportedBlockDefinition>;
|
|
589
|
-
attrs: MediaSingleCaptionNodeAttributes0 | MediaSingleCaptionNodeAttributes1;
|
|
590
|
-
}
|
|
591
|
-
export type MediaSingleCaptionNode = PMNode & MediaSingleCaptionDefinition;
|
|
592
|
-
export declare const mediaSingleCaption: PMNodeSpecFactoryInstance<MediaSingleCaptionNode>;
|
|
593
|
-
export interface MediaSingleFullNodeAttributes0 {
|
|
594
|
-
localId?: string;
|
|
595
|
-
width?: number;
|
|
596
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
597
|
-
widthType?: 'percentage';
|
|
598
|
-
}
|
|
599
|
-
export interface MediaSingleFullNodeAttributes1 {
|
|
600
|
-
localId?: string;
|
|
601
|
-
width: number;
|
|
602
|
-
widthType: 'pixel';
|
|
603
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
604
|
-
}
|
|
605
|
-
export interface MediaSingleFullDefinition {
|
|
606
|
-
type: 'mediaSingle';
|
|
607
|
-
content: Array<MediaDefinition | UnsupportedBlockDefinition>;
|
|
608
|
-
attrs: MediaSingleFullNodeAttributes0 | MediaSingleFullNodeAttributes1;
|
|
609
|
-
}
|
|
610
|
-
export type MediaSingleFullNode = PMNode & MediaSingleFullDefinition;
|
|
611
|
-
export declare const mediaSingleFull: PMNodeSpecFactoryInstance<MediaSingleFullNode>;
|
|
612
|
-
export interface MediaSingleWidthTypeNodeAttributes0 {
|
|
613
|
-
localId?: string;
|
|
614
|
-
width?: number;
|
|
615
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
616
|
-
widthType?: 'percentage';
|
|
617
|
-
}
|
|
618
|
-
export interface MediaSingleWidthTypeNodeAttributes1 {
|
|
619
|
-
localId?: string;
|
|
620
|
-
width: number;
|
|
621
|
-
widthType: 'pixel';
|
|
622
|
-
layout: 'wide' | 'full-width' | 'center' | 'wrap-right' | 'wrap-left' | 'align-end' | 'align-start';
|
|
623
|
-
}
|
|
624
|
-
export interface MediaSingleWidthTypeDefinition {
|
|
625
|
-
type: 'mediaSingle';
|
|
626
|
-
content: Array<MediaDefinition | UnsupportedBlockDefinition>;
|
|
627
|
-
attrs: MediaSingleWidthTypeNodeAttributes0 | MediaSingleWidthTypeNodeAttributes1;
|
|
628
|
-
}
|
|
629
|
-
export type MediaSingleWidthTypeNode = PMNode & MediaSingleWidthTypeDefinition;
|
|
630
|
-
export declare const mediaSingleWidthType: PMNodeSpecFactoryInstance<MediaSingleWidthTypeNode>;
|
|
631
|
-
export interface MentionDefinition {
|
|
632
|
-
type: 'mention';
|
|
633
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
634
|
-
attrs: {
|
|
635
|
-
id: string;
|
|
636
|
-
localId?: string;
|
|
637
|
-
text?: string;
|
|
638
|
-
accessLevel?: string;
|
|
639
|
-
userType?: 'DEFAULT' | 'SPECIAL' | 'APP';
|
|
640
|
-
};
|
|
641
|
-
}
|
|
642
|
-
export type MentionNode = PMNode & MentionDefinition;
|
|
643
|
-
export declare const mention: PMNodeSpecFactoryInstance<MentionNode>;
|
|
644
|
-
export interface MentionStage0Definition {
|
|
645
|
-
type: 'mention';
|
|
646
|
-
marks: Array<AnnotationMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
647
|
-
attrs: {
|
|
648
|
-
id: string;
|
|
649
|
-
localId?: string;
|
|
650
|
-
text?: string;
|
|
651
|
-
accessLevel?: string;
|
|
652
|
-
userType?: 'DEFAULT' | 'SPECIAL' | 'APP';
|
|
653
|
-
};
|
|
654
|
-
}
|
|
655
|
-
export type MentionStage0Node = PMNode & MentionStage0Definition;
|
|
656
|
-
export declare const mentionStage0: PMNodeSpecFactoryInstance<MentionStage0Node>;
|
|
657
|
-
export interface MultiBodiedExtensionStage0Definition {
|
|
658
|
-
type: 'multiBodiedExtension';
|
|
659
|
-
content: Array<ExtensionFrameStage0Definition>;
|
|
660
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
661
|
-
attrs: {
|
|
662
|
-
extensionKey: string;
|
|
663
|
-
extensionType: string;
|
|
664
|
-
parameters?: Record<string, unknown>;
|
|
665
|
-
text?: string;
|
|
666
|
-
layout?: 'default' | 'wide' | 'full-width';
|
|
667
|
-
localId?: string;
|
|
668
|
-
};
|
|
669
|
-
}
|
|
670
|
-
export type MultiBodiedExtensionStage0Node = PMNode & MultiBodiedExtensionStage0Definition;
|
|
671
|
-
export declare const multiBodiedExtensionStage0: PMNodeSpecFactoryInstance<MultiBodiedExtensionStage0Node>;
|
|
672
|
-
export interface NestedExpandDefinition {
|
|
673
|
-
type: 'nestedExpand';
|
|
674
|
-
content: Array<BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | ExtensionWithMarksDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
675
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
676
|
-
attrs: {
|
|
677
|
-
title?: string;
|
|
678
|
-
__expanded?: boolean;
|
|
679
|
-
localId?: string;
|
|
680
|
-
};
|
|
681
|
-
}
|
|
682
|
-
export type NestedExpandNode = PMNode & NestedExpandDefinition;
|
|
683
|
-
export declare const nestedExpand: PMNodeSpecFactoryInstance<NestedExpandNode>;
|
|
684
|
-
export interface NestedExpandWithNoMarksDefinition {
|
|
685
|
-
type: 'nestedExpand';
|
|
686
|
-
attrs: {
|
|
687
|
-
title?: string;
|
|
688
|
-
__expanded?: boolean;
|
|
689
|
-
localId?: string;
|
|
690
|
-
};
|
|
691
|
-
}
|
|
692
|
-
export type NestedExpandWithNoMarksNode = PMNode & NestedExpandWithNoMarksDefinition;
|
|
693
|
-
export declare const nestedExpandWithNoMarks: PMNodeSpecFactoryInstance<NestedExpandWithNoMarksNode>;
|
|
694
|
-
export interface OrderedListDefinition {
|
|
695
|
-
type: 'orderedList';
|
|
696
|
-
content: Array<ListItemDefinition>;
|
|
697
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
698
|
-
attrs: {
|
|
699
|
-
order?: number;
|
|
700
|
-
localId?: string;
|
|
701
|
-
};
|
|
702
|
-
}
|
|
703
|
-
export type OrderedListNode = PMNode & OrderedListDefinition;
|
|
704
|
-
export declare const orderedList: PMNodeSpecFactoryInstance<OrderedListNode>;
|
|
705
|
-
export interface PanelDefinition {
|
|
706
|
-
type: 'panel';
|
|
707
|
-
content: Array<BlockCardDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | ExtensionWithMarksDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | OrderedListDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
708
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
709
|
-
attrs: {
|
|
710
|
-
panelType: 'info' | 'note' | 'tip' | 'warning' | 'error' | 'success' | 'custom';
|
|
711
|
-
panelIcon?: string;
|
|
712
|
-
panelIconId?: string;
|
|
713
|
-
panelIconText?: string;
|
|
714
|
-
panelColor?: string;
|
|
715
|
-
localId?: string;
|
|
716
|
-
};
|
|
717
|
-
}
|
|
718
|
-
export type PanelNode = PMNode & PanelDefinition;
|
|
719
|
-
export declare const panel: PMNodeSpecFactoryInstance<PanelNode>;
|
|
720
|
-
export interface PanelC1Definition {
|
|
721
|
-
type: 'panel';
|
|
722
|
-
content: Array<BlockCardDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | ExtensionWithMarksDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | OrderedListDefinition | ParagraphWithFontSizeDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
723
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
724
|
-
attrs: {
|
|
725
|
-
panelType: 'info' | 'note' | 'tip' | 'warning' | 'error' | 'success' | 'custom';
|
|
726
|
-
panelIcon?: string;
|
|
727
|
-
panelIconId?: string;
|
|
728
|
-
panelIconText?: string;
|
|
729
|
-
panelColor?: string;
|
|
730
|
-
localId?: string;
|
|
731
|
-
};
|
|
732
|
-
}
|
|
733
|
-
export type PanelC1Node = PMNode & PanelC1Definition;
|
|
734
|
-
export declare const panelC1: PMNodeSpecFactoryInstance<PanelC1Node>;
|
|
735
|
-
export interface ParagraphDefinition {
|
|
736
|
-
type: 'paragraph';
|
|
737
|
-
content: Array<InlineDefinition>;
|
|
738
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
739
|
-
attrs: {
|
|
740
|
-
localId?: string;
|
|
741
|
-
};
|
|
742
|
-
}
|
|
743
|
-
export type ParagraphNode = PMNode & ParagraphDefinition;
|
|
744
|
-
export declare const paragraph: PMNodeSpecFactoryInstance<ParagraphNode>;
|
|
745
|
-
export interface ParagraphWithAlignmentDefinition {
|
|
746
|
-
type: 'paragraph';
|
|
747
|
-
marks: Array<AlignmentMark | FontSizeMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
748
|
-
attrs: {
|
|
749
|
-
localId?: string;
|
|
750
|
-
};
|
|
751
|
-
}
|
|
752
|
-
export type ParagraphWithAlignmentNode = PMNode & ParagraphWithAlignmentDefinition;
|
|
753
|
-
export declare const paragraphWithAlignment: PMNodeSpecFactoryInstance<ParagraphWithAlignmentNode>;
|
|
754
|
-
export interface ParagraphWithFontSizeDefinition {
|
|
755
|
-
type: 'paragraph';
|
|
756
|
-
marks: Array<FontSizeMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
757
|
-
attrs: {
|
|
758
|
-
localId?: string;
|
|
759
|
-
};
|
|
760
|
-
}
|
|
761
|
-
export type ParagraphWithFontSizeNode = PMNode & ParagraphWithFontSizeDefinition;
|
|
762
|
-
export declare const paragraphWithFontSize: PMNodeSpecFactoryInstance<ParagraphWithFontSizeNode>;
|
|
763
|
-
export interface ParagraphWithIndentationDefinition {
|
|
764
|
-
type: 'paragraph';
|
|
765
|
-
marks: Array<FontSizeMark | IndentationMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
766
|
-
attrs: {
|
|
767
|
-
localId?: string;
|
|
768
|
-
};
|
|
769
|
-
}
|
|
770
|
-
export type ParagraphWithIndentationNode = PMNode & ParagraphWithIndentationDefinition;
|
|
771
|
-
export declare const paragraphWithIndentation: PMNodeSpecFactoryInstance<ParagraphWithIndentationNode>;
|
|
772
|
-
export interface ParagraphWithNoMarksDefinition {
|
|
773
|
-
type: 'paragraph';
|
|
774
|
-
attrs: {
|
|
775
|
-
localId?: string;
|
|
776
|
-
};
|
|
777
|
-
}
|
|
778
|
-
export type ParagraphWithNoMarksNode = PMNode & ParagraphWithNoMarksDefinition;
|
|
779
|
-
export declare const paragraphWithNoMarks: PMNodeSpecFactoryInstance<ParagraphWithNoMarksNode>;
|
|
780
|
-
export interface PlaceholderDefinition {
|
|
781
|
-
type: 'placeholder';
|
|
782
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
783
|
-
attrs: {
|
|
784
|
-
text: string;
|
|
785
|
-
localId?: string;
|
|
786
|
-
};
|
|
787
|
-
}
|
|
788
|
-
export type PlaceholderNode = PMNode & PlaceholderDefinition;
|
|
789
|
-
export declare const placeholder: PMNodeSpecFactoryInstance<PlaceholderNode>;
|
|
790
|
-
export interface RuleDefinition {
|
|
791
|
-
type: 'rule';
|
|
792
|
-
attrs: {
|
|
793
|
-
localId?: string;
|
|
794
|
-
};
|
|
795
|
-
}
|
|
796
|
-
export type RuleNode = PMNode & RuleDefinition;
|
|
797
|
-
export declare const rule: PMNodeSpecFactoryInstance<RuleNode>;
|
|
798
|
-
export interface StatusDefinition {
|
|
799
|
-
type: 'status';
|
|
800
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
801
|
-
attrs: {
|
|
802
|
-
text: string;
|
|
803
|
-
color: 'neutral' | 'purple' | 'blue' | 'red' | 'yellow' | 'green';
|
|
804
|
-
localId?: string;
|
|
805
|
-
style?: string;
|
|
806
|
-
};
|
|
807
|
-
}
|
|
808
|
-
export type StatusNode = PMNode & StatusDefinition;
|
|
809
|
-
export declare const status: PMNodeSpecFactoryInstance<StatusNode>;
|
|
810
|
-
export interface StatusStage0Definition {
|
|
811
|
-
type: 'status';
|
|
812
|
-
marks: Array<AnnotationMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
813
|
-
attrs: {
|
|
814
|
-
text: string;
|
|
815
|
-
color: 'neutral' | 'purple' | 'blue' | 'red' | 'yellow' | 'green';
|
|
816
|
-
localId?: string;
|
|
817
|
-
style?: string;
|
|
818
|
-
};
|
|
819
|
-
}
|
|
820
|
-
export type StatusStage0Node = PMNode & StatusStage0Definition;
|
|
821
|
-
export declare const statusStage0: PMNodeSpecFactoryInstance<StatusStage0Node>;
|
|
822
|
-
export interface SyncBlockDefinition {
|
|
823
|
-
type: 'syncBlock';
|
|
824
|
-
marks: Array<BreakoutMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
825
|
-
attrs: {
|
|
826
|
-
resourceId: string;
|
|
827
|
-
localId: string;
|
|
828
|
-
};
|
|
829
|
-
}
|
|
830
|
-
export type SyncBlockNode = PMNode & SyncBlockDefinition;
|
|
831
|
-
export declare const syncBlock: PMNodeSpecFactoryInstance<SyncBlockNode>;
|
|
832
|
-
export interface TableDefinition {
|
|
833
|
-
type: 'table';
|
|
834
|
-
content: Array<TableRowDefinition>;
|
|
835
|
-
marks: Array<FragmentMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
836
|
-
attrs: {
|
|
837
|
-
displayMode?: 'default' | 'fixed';
|
|
838
|
-
isNumberColumnEnabled?: boolean;
|
|
839
|
-
layout?: 'wide' | 'full-width' | 'center' | 'align-end' | 'align-start' | 'default';
|
|
840
|
-
localId?: string;
|
|
841
|
-
width?: number;
|
|
842
|
-
__autoSize?: boolean;
|
|
843
|
-
};
|
|
844
|
-
}
|
|
845
|
-
export type TableNode = PMNode & TableDefinition;
|
|
846
|
-
export declare const table: PMNodeSpecFactoryInstance<TableNode>;
|
|
847
|
-
export interface TableWithNestedTableDefinition {
|
|
848
|
-
type: 'table';
|
|
849
|
-
content: Array<TableRowWithNestedTableDefinition>;
|
|
850
|
-
marks: Array<FragmentMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
851
|
-
attrs: {
|
|
852
|
-
displayMode?: 'default' | 'fixed';
|
|
853
|
-
isNumberColumnEnabled?: boolean;
|
|
854
|
-
layout?: 'wide' | 'full-width' | 'center' | 'align-end' | 'align-start' | 'default';
|
|
855
|
-
localId?: string;
|
|
856
|
-
width?: number;
|
|
857
|
-
__autoSize?: boolean;
|
|
858
|
-
};
|
|
859
|
-
}
|
|
860
|
-
export type TableWithNestedTableNode = PMNode & TableWithNestedTableDefinition;
|
|
861
|
-
export declare const tableWithNestedTable: PMNodeSpecFactoryInstance<TableWithNestedTableNode>;
|
|
862
|
-
export interface TableCellDefinition {
|
|
863
|
-
type: 'tableCell';
|
|
864
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
865
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
866
|
-
attrs: {
|
|
867
|
-
colspan?: number;
|
|
868
|
-
rowspan?: number;
|
|
869
|
-
colwidth?: Array<number>;
|
|
870
|
-
background?: string;
|
|
871
|
-
localId?: string;
|
|
872
|
-
};
|
|
873
|
-
}
|
|
874
|
-
export type TableCellNode = PMNode & TableCellDefinition;
|
|
875
|
-
export declare const tableCell: PMNodeSpecFactoryInstance<TableCellNode>;
|
|
876
|
-
export interface TableCellStage0Definition {
|
|
877
|
-
type: 'tableCell';
|
|
878
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
879
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
880
|
-
attrs: {
|
|
881
|
-
colspan?: number;
|
|
882
|
-
rowspan?: number;
|
|
883
|
-
colwidth?: Array<number>;
|
|
884
|
-
background?: string;
|
|
885
|
-
localId?: string;
|
|
886
|
-
valign?: 'top' | 'middle' | 'bottom';
|
|
887
|
-
};
|
|
888
|
-
}
|
|
889
|
-
export type TableCellStage0Node = PMNode & TableCellStage0Definition;
|
|
890
|
-
export declare const tableCellStage0: PMNodeSpecFactoryInstance<TableCellStage0Node>;
|
|
891
|
-
export interface TableCellWithNestedTableDefinition {
|
|
892
|
-
type: 'tableCell';
|
|
893
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
894
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
895
|
-
attrs: {
|
|
896
|
-
colspan?: number;
|
|
897
|
-
rowspan?: number;
|
|
898
|
-
colwidth?: Array<number>;
|
|
899
|
-
background?: string;
|
|
900
|
-
localId?: string;
|
|
901
|
-
};
|
|
902
|
-
}
|
|
903
|
-
export type TableCellWithNestedTableNode = PMNode & TableCellWithNestedTableDefinition;
|
|
904
|
-
export declare const tableCellWithNestedTable: PMNodeSpecFactoryInstance<TableCellWithNestedTableNode>;
|
|
905
|
-
export interface TableCellWithNestedTableStage0Definition {
|
|
906
|
-
type: 'tableCell';
|
|
907
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
908
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
909
|
-
attrs: {
|
|
910
|
-
colspan?: number;
|
|
911
|
-
rowspan?: number;
|
|
912
|
-
colwidth?: Array<number>;
|
|
913
|
-
background?: string;
|
|
914
|
-
localId?: string;
|
|
915
|
-
valign?: 'top' | 'middle' | 'bottom';
|
|
916
|
-
};
|
|
917
|
-
}
|
|
918
|
-
export type TableCellWithNestedTableStage0Node = PMNode & TableCellWithNestedTableStage0Definition;
|
|
919
|
-
export declare const tableCellWithNestedTableStage0: PMNodeSpecFactoryInstance<TableCellWithNestedTableStage0Node>;
|
|
920
|
-
export interface TableHeaderDefinition {
|
|
921
|
-
type: 'tableHeader';
|
|
922
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TaskListDefinition>;
|
|
923
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
924
|
-
attrs: {
|
|
925
|
-
colspan?: number;
|
|
926
|
-
rowspan?: number;
|
|
927
|
-
colwidth?: Array<number>;
|
|
928
|
-
background?: string;
|
|
929
|
-
localId?: string;
|
|
930
|
-
};
|
|
931
|
-
}
|
|
932
|
-
export type TableHeaderNode = PMNode & TableHeaderDefinition;
|
|
933
|
-
export declare const tableHeader: PMNodeSpecFactoryInstance<TableHeaderNode>;
|
|
934
|
-
export interface TableHeaderStage0Definition {
|
|
935
|
-
type: 'tableHeader';
|
|
936
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TaskListDefinition>;
|
|
937
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
938
|
-
attrs: {
|
|
939
|
-
colspan?: number;
|
|
940
|
-
rowspan?: number;
|
|
941
|
-
colwidth?: Array<number>;
|
|
942
|
-
background?: string;
|
|
943
|
-
localId?: string;
|
|
944
|
-
valign?: 'top' | 'middle' | 'bottom';
|
|
945
|
-
};
|
|
946
|
-
}
|
|
947
|
-
export type TableHeaderStage0Node = PMNode & TableHeaderStage0Definition;
|
|
948
|
-
export declare const tableHeaderStage0: PMNodeSpecFactoryInstance<TableHeaderStage0Node>;
|
|
949
|
-
export interface TableHeaderWithNestedTableDefinition {
|
|
950
|
-
type: 'tableHeader';
|
|
951
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TaskListDefinition>;
|
|
952
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
953
|
-
attrs: {
|
|
954
|
-
colspan?: number;
|
|
955
|
-
rowspan?: number;
|
|
956
|
-
colwidth?: Array<number>;
|
|
957
|
-
background?: string;
|
|
958
|
-
localId?: string;
|
|
959
|
-
};
|
|
960
|
-
}
|
|
961
|
-
export type TableHeaderWithNestedTableNode = PMNode & TableHeaderWithNestedTableDefinition;
|
|
962
|
-
export declare const tableHeaderWithNestedTable: PMNodeSpecFactoryInstance<TableHeaderWithNestedTableNode>;
|
|
963
|
-
export interface TableHeaderWithNestedTableStage0Definition {
|
|
964
|
-
type: 'tableHeader';
|
|
965
|
-
content: Array<BlockCardDefinition | BlockquoteDefinition | BulletListDefinition | CodeBlockDefinition | DecisionListDefinition | EmbedCardDefinition | ExtensionWithMarksDefinition | HeadingWithAlignmentDefinition | HeadingWithIndentationDefinition | HeadingWithNoMarksDefinition | MediaGroupDefinition | MediaSingleCaptionDefinition | MediaSingleFullDefinition | NestedExpandDefinition | NestedExpandWithNoMarksDefinition | OrderedListDefinition | PanelDefinition | ParagraphWithAlignmentDefinition | ParagraphWithNoMarksDefinition | RuleDefinition | TableDefinition | TaskListDefinition>;
|
|
966
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
967
|
-
attrs: {
|
|
968
|
-
colspan?: number;
|
|
969
|
-
rowspan?: number;
|
|
970
|
-
colwidth?: Array<number>;
|
|
971
|
-
background?: string;
|
|
972
|
-
localId?: string;
|
|
973
|
-
valign?: 'top' | 'middle' | 'bottom';
|
|
974
|
-
};
|
|
975
|
-
}
|
|
976
|
-
export type TableHeaderWithNestedTableStage0Node = PMNode & TableHeaderWithNestedTableStage0Definition;
|
|
977
|
-
export declare const tableHeaderWithNestedTableStage0: PMNodeSpecFactoryInstance<TableHeaderWithNestedTableStage0Node>;
|
|
978
|
-
export interface TableRowDefinition {
|
|
979
|
-
type: 'tableRow';
|
|
980
|
-
content: Array<TableCellDefinition | TableCellStage0Definition | TableHeaderDefinition | TableHeaderStage0Definition>;
|
|
981
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
982
|
-
attrs: {
|
|
983
|
-
localId?: string;
|
|
984
|
-
};
|
|
985
|
-
}
|
|
986
|
-
export type TableRowNode = PMNode & TableRowDefinition;
|
|
987
|
-
export declare const tableRow: PMNodeSpecFactoryInstance<TableRowNode>;
|
|
988
|
-
export interface TableRowWithNestedTableDefinition {
|
|
989
|
-
type: 'tableRow';
|
|
990
|
-
content: Array<TableCellWithNestedTableDefinition | TableCellWithNestedTableStage0Definition | TableHeaderWithNestedTableDefinition | TableHeaderWithNestedTableStage0Definition>;
|
|
991
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
992
|
-
attrs: {
|
|
993
|
-
localId?: string;
|
|
994
|
-
};
|
|
995
|
-
}
|
|
996
|
-
export type TableRowWithNestedTableNode = PMNode & TableRowWithNestedTableDefinition;
|
|
997
|
-
export declare const tableRowWithNestedTable: PMNodeSpecFactoryInstance<TableRowWithNestedTableNode>;
|
|
998
|
-
export interface TaskItemDefinition {
|
|
999
|
-
type: 'taskItem';
|
|
1000
|
-
content: Array<InlineDefinition>;
|
|
1001
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
1002
|
-
attrs: {
|
|
1003
|
-
localId: string;
|
|
1004
|
-
state: 'TODO' | 'DONE';
|
|
1005
|
-
};
|
|
1006
|
-
}
|
|
1007
|
-
export type TaskItemNode = PMNode & TaskItemDefinition;
|
|
1008
|
-
export declare const taskItem: PMNodeSpecFactoryInstance<TaskItemNode>;
|
|
1009
|
-
export interface TaskListDefinition {
|
|
1010
|
-
type: 'taskList';
|
|
1011
|
-
content: Array<BlockTaskItemDefinition | TaskItemDefinition | TaskListDefinition | UnsupportedBlockDefinition>;
|
|
1012
|
-
marks: Array<UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
1013
|
-
attrs: {
|
|
1014
|
-
localId: string;
|
|
1015
|
-
};
|
|
1016
|
-
}
|
|
1017
|
-
export type TaskListNode = PMNode & TaskListDefinition;
|
|
1018
|
-
export declare const taskList: PMNodeSpecFactoryInstance<TaskListNode>;
|
|
1019
|
-
export interface TextDefinition {
|
|
1020
|
-
type: 'text';
|
|
1021
|
-
}
|
|
1022
|
-
export type TextNode = PMNode & TextDefinition;
|
|
1023
|
-
export declare const text: PMNodeSpecFactoryInstance<TextNode>;
|
|
1024
|
-
export interface TextCodeInlineDefinition {
|
|
1025
|
-
type: 'text';
|
|
1026
|
-
marks: Array<AnnotationMark | CodeMark | LinkMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
1027
|
-
}
|
|
1028
|
-
export type TextCodeInlineNode = PMNode & TextCodeInlineDefinition;
|
|
1029
|
-
export declare const textCodeInline: PMNodeSpecFactoryInstance<TextCodeInlineNode>;
|
|
1030
|
-
export interface TextFormattedDefinition {
|
|
1031
|
-
type: 'text';
|
|
1032
|
-
marks: Array<AnnotationMark | BackgroundColorMark | ConfluenceInlineCommentMark | EmMark | LinkMark | StrikeMark | StrongMark | SubsupMark | TextColorMark | TypeAheadQueryMark | UnderlineMark | UnsupportedMarkMark | UnsupportedNodeAttributeMark>;
|
|
1033
|
-
}
|
|
1034
|
-
export type TextFormattedNode = PMNode & TextFormattedDefinition;
|
|
1035
|
-
export declare const textFormatted: PMNodeSpecFactoryInstance<TextFormattedNode>;
|
|
1036
|
-
export interface TextWithNoMarksDefinition {
|
|
1037
|
-
type: 'text';
|
|
1038
|
-
}
|
|
1039
|
-
export type TextWithNoMarksNode = PMNode & TextWithNoMarksDefinition;
|
|
1040
|
-
export declare const textWithNoMarks: PMNodeSpecFactoryInstance<TextWithNoMarksNode>;
|
|
1041
|
-
export interface UnsupportedBlockDefinition {
|
|
1042
|
-
type: 'unsupportedBlock';
|
|
1043
|
-
attrs: {
|
|
1044
|
-
originalValue: Record<string, unknown>;
|
|
1045
|
-
};
|
|
1046
|
-
}
|
|
1047
|
-
export type UnsupportedBlockNode = PMNode & UnsupportedBlockDefinition;
|
|
1048
|
-
export declare const unsupportedBlock: PMNodeSpecFactoryInstance<UnsupportedBlockNode>;
|
|
1049
|
-
export interface UnsupportedInlineDefinition {
|
|
1050
|
-
type: 'unsupportedInline';
|
|
1051
|
-
attrs: {
|
|
1052
|
-
originalValue: Record<string, unknown>;
|
|
1053
|
-
};
|
|
1054
|
-
}
|
|
1055
|
-
export type UnsupportedInlineNode = PMNode & UnsupportedInlineDefinition;
|
|
1056
|
-
export declare const unsupportedInline: PMNodeSpecFactoryInstance<UnsupportedInlineNode>;
|