@atlaskit/adf-schema 37.1.24 → 37.1.26
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 +12 -0
- package/dist/cjs/next-schema/groups/tableCellContentPseudoGroup.js +1 -1
- package/dist/cjs/next-schema/nodes/blockCard.js +36 -2
- package/dist/cjs/next-schema/nodes/heading.js +1 -1
- package/dist/cjs/next-schema/nodes/mediaSingle.js +6 -0
- package/dist/cjs/next-schema/nodes/nestedExpand.js +2 -0
- package/dist/cjs/next-schema/nodes/paragraph.js +1 -1
- package/dist/es2019/next-schema/groups/tableCellContentPseudoGroup.js +1 -1
- package/dist/es2019/next-schema/nodes/blockCard.js +36 -2
- package/dist/es2019/next-schema/nodes/heading.js +1 -1
- package/dist/es2019/next-schema/nodes/mediaSingle.js +6 -0
- package/dist/es2019/next-schema/nodes/nestedExpand.js +2 -0
- package/dist/es2019/next-schema/nodes/paragraph.js +1 -1
- package/dist/esm/next-schema/groups/tableCellContentPseudoGroup.js +1 -1
- package/dist/esm/next-schema/nodes/blockCard.js +36 -2
- package/dist/esm/next-schema/nodes/heading.js +1 -1
- package/dist/esm/next-schema/nodes/mediaSingle.js +6 -0
- package/dist/esm/next-schema/nodes/nestedExpand.js +2 -0
- package/dist/esm/next-schema/nodes/paragraph.js +1 -1
- package/dist/types/next-schema/full-schema.adf.d.ts +2 -12
- package/dist/types/next-schema/groups/nonNestableBlockContentGroup.d.ts +8 -48
- package/dist/types/next-schema/nodes/blockCard.d.ts +2 -12
- package/dist/types/next-schema/nodes/blockquote.d.ts +2 -12
- package/dist/types/next-schema/nodes/bodiedExtension.d.ts +2 -12
- package/dist/types/next-schema/nodes/caption.d.ts +2 -12
- package/dist/types/next-schema/nodes/codeBlock.d.ts +4 -24
- package/dist/types/next-schema/nodes/confluenceJiraIssue.d.ts +2 -12
- package/dist/types/next-schema/nodes/confluenceUnsupportedBlock.d.ts +2 -12
- package/dist/types/next-schema/nodes/confluenceUnsupportedInline.d.ts +2 -12
- package/dist/types/next-schema/nodes/date.d.ts +2 -12
- package/dist/types/next-schema/nodes/decisionItem.d.ts +2 -12
- package/dist/types/next-schema/nodes/decisionList.d.ts +2 -12
- package/dist/types/next-schema/nodes/embedCard.d.ts +2 -12
- package/dist/types/next-schema/nodes/emoji.d.ts +2 -12
- package/dist/types/next-schema/nodes/expand.d.ts +2 -12
- package/dist/types/next-schema/nodes/extension.d.ts +2 -12
- package/dist/types/next-schema/nodes/extensionFrame.d.ts +2 -12
- package/dist/types/next-schema/nodes/hardBreak.d.ts +2 -12
- package/dist/types/next-schema/nodes/heading.d.ts +4 -24
- package/dist/types/next-schema/nodes/image.d.ts +2 -12
- package/dist/types/next-schema/nodes/inlineCard.d.ts +2 -12
- package/dist/types/next-schema/nodes/inlineExtension.d.ts +2 -12
- package/dist/types/next-schema/nodes/layoutColumn.d.ts +2 -12
- package/dist/types/next-schema/nodes/layoutSection.d.ts +2 -12
- package/dist/types/next-schema/nodes/list.d.ts +4 -24
- package/dist/types/next-schema/nodes/media.d.ts +2 -12
- package/dist/types/next-schema/nodes/mediaGroup.d.ts +2 -12
- package/dist/types/next-schema/nodes/mediaInline.d.ts +2 -12
- package/dist/types/next-schema/nodes/mediaSingle.d.ts +2 -12
- package/dist/types/next-schema/nodes/mention.d.ts +2 -12
- package/dist/types/next-schema/nodes/multiBodiedExtension.d.ts +2 -12
- package/dist/types/next-schema/nodes/nestedExpand.d.ts +5 -13
- package/dist/types/next-schema/nodes/panel.d.ts +2 -12
- package/dist/types/next-schema/nodes/paragraph.d.ts +2 -12
- package/dist/types/next-schema/nodes/placeholder.d.ts +2 -12
- package/dist/types/next-schema/nodes/rule.d.ts +2 -12
- package/dist/types/next-schema/nodes/status.d.ts +2 -12
- package/dist/types/next-schema/nodes/table.d.ts +2 -12
- package/dist/types/next-schema/nodes/tableCell.d.ts +2 -12
- package/dist/types/next-schema/nodes/tableCellContent.d.ts +2 -12
- package/dist/types/next-schema/nodes/tableHeader.d.ts +2 -12
- package/dist/types/next-schema/nodes/tableRow.d.ts +2 -12
- package/dist/types/next-schema/nodes/task.d.ts +4 -24
- package/dist/types/next-schema/nodes/text.d.ts +2 -12
- package/dist/types/next-schema/nodes/unsupportedBlock.d.ts +2 -12
- package/dist/types/next-schema/nodes/unsupportedInline.d.ts +2 -12
- package/package.json +2 -2
- package/schema-generators/__tests__/unit/adfToValidatorSpecValidation.unit.ts +0 -1
- package/schema-generators/__tests__/unit/json-full-schema-backwards-compat.unit.ts +29 -11
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @atlaskit/adf-schema
|
2
2
|
|
3
|
+
## 37.1.26
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 6106a46: Unskip nestedExpand, nestedExpand_content and nestedExpand_with_no_marks
|
8
|
+
|
9
|
+
## 37.1.25
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- 0932746: ED-23030: support blockcard in validator spec transform
|
14
|
+
|
3
15
|
## 37.1.24
|
4
16
|
|
5
17
|
### Patch Changes
|
@@ -21,7 +21,7 @@ var _paragraph = require("../nodes/paragraph");
|
|
21
21
|
var _rule = require("../nodes/rule");
|
22
22
|
var _task = require("../nodes/task");
|
23
23
|
var _unsupportedBlock = require("../nodes/unsupportedBlock");
|
24
|
-
var tableCellContentNodes = [_codeBlock.codeBlock.use('with_no_marks'), _blockCard.blockCard, _paragraph.paragraph.use('with_no_marks'), _paragraph.paragraph.use('with_alignment'), _mediaSingle.mediaSingle.use('caption'), _mediaSingle.mediaSingle.use('full'), _task.taskList, _list.bulletList, _list.orderedList, _heading.heading.use('with_no_marks'), _heading.heading.use('with_alignment'), _heading.heading.use('with_indentation'), _mediaGroup.mediaGroup, _decisionList.decisionList, _rule.rule, _panel.panel, _blockquote.blockquote, _extension.extension.use('with_marks'), _embedCard.embedCard, _nestedExpand.nestedExpand.use('with_no_marks')];
|
24
|
+
var tableCellContentNodes = [_codeBlock.codeBlock.use('with_no_marks'), _blockCard.blockCard, _paragraph.paragraph.use('with_no_marks'), _paragraph.paragraph.use('with_alignment'), _mediaSingle.mediaSingle.use('caption'), _mediaSingle.mediaSingle.use('full'), _task.taskList, _list.bulletList, _list.orderedList, _heading.heading.use('with_no_marks'), _heading.heading.use('with_alignment'), _heading.heading.use('with_indentation'), _mediaGroup.mediaGroup, _decisionList.decisionList, _rule.rule, _panel.panel, _blockquote.blockquote, _extension.extension.use('with_marks'), _embedCard.embedCard, _nestedExpand.nestedExpand.use('content'), _nestedExpand.nestedExpand.use('with_no_marks')];
|
25
25
|
|
26
26
|
// This is not an actual group, but a collection of nodes
|
27
27
|
// @DSLCompatibilityException JSON Schema and PM Spec are not in sync. We need to fix it
|
@@ -16,7 +16,8 @@ var blockCard = exports.blockCard = (0, _adfSchemaGenerator.adfNode)('blockCard'
|
|
16
16
|
url: {
|
17
17
|
type: 'string',
|
18
18
|
optional: true,
|
19
|
-
default: null
|
19
|
+
default: null,
|
20
|
+
validatorFn: 'safeUrl'
|
20
21
|
},
|
21
22
|
datasource: {
|
22
23
|
type: 'object',
|
@@ -60,7 +61,8 @@ var blockCard = exports.blockCard = (0, _adfSchemaGenerator.adfNode)('blockCard'
|
|
60
61
|
}
|
61
62
|
}, {
|
62
63
|
url: {
|
63
|
-
type: 'string'
|
64
|
+
type: 'string',
|
65
|
+
validatorFn: 'safeUrl'
|
64
66
|
}
|
65
67
|
}, {
|
66
68
|
data: {
|
@@ -68,5 +70,37 @@ var blockCard = exports.blockCard = (0, _adfSchemaGenerator.adfNode)('blockCard'
|
|
68
70
|
default: null
|
69
71
|
}
|
70
72
|
}]
|
73
|
+
},
|
74
|
+
DANGEROUS_MANUAL_OVERRIDE: {
|
75
|
+
'validator-spec': {
|
76
|
+
'props.attrs[0].props.datasource': {
|
77
|
+
reason: '@DSLCompatibilityException - mismatch for blockcard',
|
78
|
+
value: {
|
79
|
+
props: {
|
80
|
+
id: {
|
81
|
+
type: 'string'
|
82
|
+
},
|
83
|
+
parameters: {
|
84
|
+
type: 'object'
|
85
|
+
},
|
86
|
+
views: {
|
87
|
+
items: [{
|
88
|
+
props: {
|
89
|
+
properties: {
|
90
|
+
optional: true,
|
91
|
+
type: 'object'
|
92
|
+
},
|
93
|
+
type: {
|
94
|
+
type: 'string'
|
95
|
+
}
|
96
|
+
}
|
97
|
+
}],
|
98
|
+
minItems: 1,
|
99
|
+
type: 'array'
|
100
|
+
}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
}
|
71
105
|
}
|
72
106
|
});
|
@@ -31,7 +31,7 @@ var heading = exports.heading = (0, _adfSchemaGenerator.adfNode)('heading').defi
|
|
31
31
|
content: [(0, _adfSchemaGenerator.$zeroPlus)((0, _adfSchemaGenerator.$or)(_inlineGroup.inlineGroup, _inlineContentGroup.inlineContentGroup))],
|
32
32
|
DANGEROUS_MANUAL_OVERRIDE: {
|
33
33
|
'validator-spec': {
|
34
|
-
marks: {
|
34
|
+
'props.marks': {
|
35
35
|
value: {
|
36
36
|
type: 'array',
|
37
37
|
items: [],
|
@@ -74,6 +74,12 @@ var mediaSingle = exports.mediaSingle = (0, _adfSchemaGenerator.adfNode)('mediaS
|
|
74
74
|
value: 'annotation border link unsupportedMark unsupportedNodeAttribute',
|
75
75
|
reason: "Types and PM Spec don't match, in types base mediaSingle doesn't have children, and in ADF DSL marks are derived from children"
|
76
76
|
}
|
77
|
+
},
|
78
|
+
'validator-spec': {
|
79
|
+
required: {
|
80
|
+
remove: true,
|
81
|
+
reason: '@DSLCompatibilityException - should be present in spec but removed for compatibility'
|
82
|
+
}
|
77
83
|
}
|
78
84
|
}
|
79
85
|
}).variant('caption', {
|
@@ -36,6 +36,8 @@ var nestedExpand = exports.nestedExpand = (0, _adfSchemaGenerator.adfNode)('nest
|
|
36
36
|
}
|
37
37
|
},
|
38
38
|
content: [(0, _adfSchemaGenerator.$onePlus)((0, _adfSchemaGenerator.$or)(_codeBlock.codeBlock.use('with_no_marks'), _paragraph.paragraph.use('with_no_marks'), _mediaSingle.mediaSingle.use('caption'), _mediaSingle.mediaSingle.use('full'), _task.taskList, _list.bulletList, _list.orderedList, _heading.heading.use('with_no_marks'), _mediaGroup.mediaGroup, _decisionList.decisionList, _rule.rule, _panel.panel, _blockquote.blockquote, _unsupportedBlock.unsupportedBlock))]
|
39
|
+
}).variant('content', {
|
40
|
+
ignore: ['pm-spec', 'validator-spec']
|
39
41
|
}).variant('with_no_marks', {
|
40
42
|
marks: [],
|
41
43
|
content: [],
|
@@ -24,7 +24,7 @@ var paragraph = exports.paragraph = (0, _adfSchemaGenerator.adfNode)('paragraph'
|
|
24
24
|
content: [(0, _adfSchemaGenerator.$zeroPlus)((0, _adfSchemaGenerator.$or)(_inlineGroup.inlineGroup, _inlineContentGroup.inlineContentGroup))],
|
25
25
|
DANGEROUS_MANUAL_OVERRIDE: {
|
26
26
|
'validator-spec': {
|
27
|
-
marks: {
|
27
|
+
'props.marks': {
|
28
28
|
value: {
|
29
29
|
type: 'array',
|
30
30
|
items: [],
|
@@ -15,7 +15,7 @@ import { paragraph } from '../nodes/paragraph';
|
|
15
15
|
import { rule } from '../nodes/rule';
|
16
16
|
import { taskList } from '../nodes/task';
|
17
17
|
import { unsupportedBlock } from '../nodes/unsupportedBlock';
|
18
|
-
const tableCellContentNodes = [codeBlock.use('with_no_marks'), blockCard, paragraph.use('with_no_marks'), paragraph.use('with_alignment'), mediaSingle.use('caption'), mediaSingle.use('full'), taskList, bulletList, orderedList, heading.use('with_no_marks'), heading.use('with_alignment'), heading.use('with_indentation'), mediaGroup, decisionList, rule, panel, blockquote, extension.use('with_marks'), embedCard, nestedExpand.use('with_no_marks')];
|
18
|
+
const tableCellContentNodes = [codeBlock.use('with_no_marks'), blockCard, paragraph.use('with_no_marks'), paragraph.use('with_alignment'), mediaSingle.use('caption'), mediaSingle.use('full'), taskList, bulletList, orderedList, heading.use('with_no_marks'), heading.use('with_alignment'), heading.use('with_indentation'), mediaGroup, decisionList, rule, panel, blockquote, extension.use('with_marks'), embedCard, nestedExpand.use('content'), nestedExpand.use('with_no_marks')];
|
19
19
|
|
20
20
|
// This is not an actual group, but a collection of nodes
|
21
21
|
// @DSLCompatibilityException JSON Schema and PM Spec are not in sync. We need to fix it
|
@@ -10,7 +10,8 @@ export const blockCard = adfNode('blockCard').define({
|
|
10
10
|
url: {
|
11
11
|
type: 'string',
|
12
12
|
optional: true,
|
13
|
-
default: null
|
13
|
+
default: null,
|
14
|
+
validatorFn: 'safeUrl'
|
14
15
|
},
|
15
16
|
datasource: {
|
16
17
|
type: 'object',
|
@@ -54,7 +55,8 @@ export const blockCard = adfNode('blockCard').define({
|
|
54
55
|
}
|
55
56
|
}, {
|
56
57
|
url: {
|
57
|
-
type: 'string'
|
58
|
+
type: 'string',
|
59
|
+
validatorFn: 'safeUrl'
|
58
60
|
}
|
59
61
|
}, {
|
60
62
|
data: {
|
@@ -62,5 +64,37 @@ export const blockCard = adfNode('blockCard').define({
|
|
62
64
|
default: null
|
63
65
|
}
|
64
66
|
}]
|
67
|
+
},
|
68
|
+
DANGEROUS_MANUAL_OVERRIDE: {
|
69
|
+
'validator-spec': {
|
70
|
+
'props.attrs[0].props.datasource': {
|
71
|
+
reason: '@DSLCompatibilityException - mismatch for blockcard',
|
72
|
+
value: {
|
73
|
+
props: {
|
74
|
+
id: {
|
75
|
+
type: 'string'
|
76
|
+
},
|
77
|
+
parameters: {
|
78
|
+
type: 'object'
|
79
|
+
},
|
80
|
+
views: {
|
81
|
+
items: [{
|
82
|
+
props: {
|
83
|
+
properties: {
|
84
|
+
optional: true,
|
85
|
+
type: 'object'
|
86
|
+
},
|
87
|
+
type: {
|
88
|
+
type: 'string'
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}],
|
92
|
+
minItems: 1,
|
93
|
+
type: 'array'
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
65
99
|
}
|
66
100
|
});
|
@@ -68,6 +68,12 @@ export const mediaSingle = adfNode('mediaSingle').define({
|
|
68
68
|
value: 'annotation border link unsupportedMark unsupportedNodeAttribute',
|
69
69
|
reason: "Types and PM Spec don't match, in types base mediaSingle doesn't have children, and in ADF DSL marks are derived from children"
|
70
70
|
}
|
71
|
+
},
|
72
|
+
'validator-spec': {
|
73
|
+
required: {
|
74
|
+
remove: true,
|
75
|
+
reason: '@DSLCompatibilityException - should be present in spec but removed for compatibility'
|
76
|
+
}
|
71
77
|
}
|
72
78
|
}
|
73
79
|
}).variant('caption', {
|
@@ -30,6 +30,8 @@ export const nestedExpand = adfNode('nestedExpand').define({
|
|
30
30
|
}
|
31
31
|
},
|
32
32
|
content: [$onePlus($or(codeBlock.use('with_no_marks'), paragraph.use('with_no_marks'), mediaSingle.use('caption'), mediaSingle.use('full'), taskList, bulletList, orderedList, heading.use('with_no_marks'), mediaGroup, decisionList, rule, panel, blockquote, unsupportedBlock))]
|
33
|
+
}).variant('content', {
|
34
|
+
ignore: ['pm-spec', 'validator-spec']
|
33
35
|
}).variant('with_no_marks', {
|
34
36
|
marks: [],
|
35
37
|
content: [],
|
@@ -15,7 +15,7 @@ import { paragraph } from '../nodes/paragraph';
|
|
15
15
|
import { rule } from '../nodes/rule';
|
16
16
|
import { taskList } from '../nodes/task';
|
17
17
|
import { unsupportedBlock } from '../nodes/unsupportedBlock';
|
18
|
-
var tableCellContentNodes = [codeBlock.use('with_no_marks'), blockCard, paragraph.use('with_no_marks'), paragraph.use('with_alignment'), mediaSingle.use('caption'), mediaSingle.use('full'), taskList, bulletList, orderedList, heading.use('with_no_marks'), heading.use('with_alignment'), heading.use('with_indentation'), mediaGroup, decisionList, rule, panel, blockquote, extension.use('with_marks'), embedCard, nestedExpand.use('with_no_marks')];
|
18
|
+
var tableCellContentNodes = [codeBlock.use('with_no_marks'), blockCard, paragraph.use('with_no_marks'), paragraph.use('with_alignment'), mediaSingle.use('caption'), mediaSingle.use('full'), taskList, bulletList, orderedList, heading.use('with_no_marks'), heading.use('with_alignment'), heading.use('with_indentation'), mediaGroup, decisionList, rule, panel, blockquote, extension.use('with_marks'), embedCard, nestedExpand.use('content'), nestedExpand.use('with_no_marks')];
|
19
19
|
|
20
20
|
// This is not an actual group, but a collection of nodes
|
21
21
|
// @DSLCompatibilityException JSON Schema and PM Spec are not in sync. We need to fix it
|
@@ -10,7 +10,8 @@ export var blockCard = adfNode('blockCard').define({
|
|
10
10
|
url: {
|
11
11
|
type: 'string',
|
12
12
|
optional: true,
|
13
|
-
default: null
|
13
|
+
default: null,
|
14
|
+
validatorFn: 'safeUrl'
|
14
15
|
},
|
15
16
|
datasource: {
|
16
17
|
type: 'object',
|
@@ -54,7 +55,8 @@ export var blockCard = adfNode('blockCard').define({
|
|
54
55
|
}
|
55
56
|
}, {
|
56
57
|
url: {
|
57
|
-
type: 'string'
|
58
|
+
type: 'string',
|
59
|
+
validatorFn: 'safeUrl'
|
58
60
|
}
|
59
61
|
}, {
|
60
62
|
data: {
|
@@ -62,5 +64,37 @@ export var blockCard = adfNode('blockCard').define({
|
|
62
64
|
default: null
|
63
65
|
}
|
64
66
|
}]
|
67
|
+
},
|
68
|
+
DANGEROUS_MANUAL_OVERRIDE: {
|
69
|
+
'validator-spec': {
|
70
|
+
'props.attrs[0].props.datasource': {
|
71
|
+
reason: '@DSLCompatibilityException - mismatch for blockcard',
|
72
|
+
value: {
|
73
|
+
props: {
|
74
|
+
id: {
|
75
|
+
type: 'string'
|
76
|
+
},
|
77
|
+
parameters: {
|
78
|
+
type: 'object'
|
79
|
+
},
|
80
|
+
views: {
|
81
|
+
items: [{
|
82
|
+
props: {
|
83
|
+
properties: {
|
84
|
+
optional: true,
|
85
|
+
type: 'object'
|
86
|
+
},
|
87
|
+
type: {
|
88
|
+
type: 'string'
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}],
|
92
|
+
minItems: 1,
|
93
|
+
type: 'array'
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
65
99
|
}
|
66
100
|
});
|
@@ -68,6 +68,12 @@ export var mediaSingle = adfNode('mediaSingle').define({
|
|
68
68
|
value: 'annotation border link unsupportedMark unsupportedNodeAttribute',
|
69
69
|
reason: "Types and PM Spec don't match, in types base mediaSingle doesn't have children, and in ADF DSL marks are derived from children"
|
70
70
|
}
|
71
|
+
},
|
72
|
+
'validator-spec': {
|
73
|
+
required: {
|
74
|
+
remove: true,
|
75
|
+
reason: '@DSLCompatibilityException - should be present in spec but removed for compatibility'
|
76
|
+
}
|
71
77
|
}
|
72
78
|
}
|
73
79
|
}).variant('caption', {
|
@@ -30,6 +30,8 @@ export var nestedExpand = adfNode('nestedExpand').define({
|
|
30
30
|
}
|
31
31
|
},
|
32
32
|
content: [$onePlus($or(codeBlock.use('with_no_marks'), paragraph.use('with_no_marks'), mediaSingle.use('caption'), mediaSingle.use('full'), taskList, bulletList, orderedList, heading.use('with_no_marks'), mediaGroup, decisionList, rule, panel, blockquote, unsupportedBlock))]
|
33
|
+
}).variant('content', {
|
34
|
+
ignore: ['pm-spec', 'validator-spec']
|
33
35
|
}).variant('with_no_marks', {
|
34
36
|
marks: [],
|
35
37
|
content: [],
|
@@ -24,18 +24,8 @@ declare const doc: import("@atlaskit/adf-schema-generator/dist/types/adfNode").A
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
}>;
|
41
31
|
export default doc;
|
@@ -24,18 +24,8 @@ export declare const nonNestableBlockContent: (import("@atlaskit/adf-schema-gene
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
}> | import("@atlaskit/adf-schema-generator/dist/types/adfNode").ADFNode<any, {
|
41
31
|
ignore?: import("@atlaskit/adf-schema-generator/dist/types/transforms/transformerNames").TransformerNames[];
|
@@ -63,18 +53,8 @@ export declare const nonNestableBlockContent: (import("@atlaskit/adf-schema-gene
|
|
63
53
|
whitespace?: "pre" | "normal";
|
64
54
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
65
55
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
66
|
-
'pm-spec'?:
|
67
|
-
|
68
|
-
value: any;
|
69
|
-
reason: string;
|
70
|
-
};
|
71
|
-
};
|
72
|
-
'validator-spec'?: {
|
73
|
-
[x: string]: {
|
74
|
-
value: any;
|
75
|
-
reason: string;
|
76
|
-
};
|
77
|
-
};
|
56
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
57
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
78
58
|
};
|
79
59
|
} & {
|
80
60
|
atom: false;
|
@@ -153,18 +133,8 @@ export declare const nonNestableBlockContent: (import("@atlaskit/adf-schema-gene
|
|
153
133
|
whitespace?: "pre" | "normal";
|
154
134
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
155
135
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
156
|
-
'pm-spec'?:
|
157
|
-
|
158
|
-
value: any;
|
159
|
-
reason: string;
|
160
|
-
};
|
161
|
-
};
|
162
|
-
'validator-spec'?: {
|
163
|
-
[x: string]: {
|
164
|
-
value: any;
|
165
|
-
reason: string;
|
166
|
-
};
|
167
|
-
};
|
136
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
137
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
168
138
|
};
|
169
139
|
} & {
|
170
140
|
ignore: ("json-schema" | "validator-spec")[];
|
@@ -195,18 +165,8 @@ export declare const nonNestableBlockContent: (import("@atlaskit/adf-schema-gene
|
|
195
165
|
whitespace?: "pre" | "normal";
|
196
166
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
197
167
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
198
|
-
'pm-spec'?:
|
199
|
-
|
200
|
-
value: any;
|
201
|
-
reason: string;
|
202
|
-
};
|
203
|
-
};
|
204
|
-
'validator-spec'?: {
|
205
|
-
[x: string]: {
|
206
|
-
value: any;
|
207
|
-
reason: string;
|
208
|
-
};
|
209
|
-
};
|
168
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
169
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
210
170
|
};
|
211
171
|
} & {
|
212
172
|
marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
@@ -24,17 +24,7 @@ export declare const blockCard: import("@atlaskit/adf-schema-generator/dist/type
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
}>;
|
@@ -24,18 +24,8 @@ export declare const blockquote: import("@atlaskit/adf-schema-generator/dist/typ
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
} & {
|
41
31
|
ignore: ("json-schema" | "validator-spec")[];
|
@@ -24,18 +24,8 @@ export declare const bodiedExtension: import("@atlaskit/adf-schema-generator/dis
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
} & {
|
41
31
|
marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
@@ -24,17 +24,7 @@ export declare const caption: import("@atlaskit/adf-schema-generator/dist/types/
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
}>;
|
@@ -24,18 +24,8 @@ export declare const codeBlock: import("@atlaskit/adf-schema-generator/dist/type
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
} & {
|
41
31
|
marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
@@ -72,18 +62,8 @@ export declare const codeBlockWithNoMarks: import("@atlaskit/adf-schema-generato
|
|
72
62
|
whitespace?: "pre" | "normal";
|
73
63
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
74
64
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
75
|
-
'pm-spec'?:
|
76
|
-
|
77
|
-
value: any;
|
78
|
-
reason: string;
|
79
|
-
};
|
80
|
-
};
|
81
|
-
'validator-spec'?: {
|
82
|
-
[x: string]: {
|
83
|
-
value: any;
|
84
|
-
reason: string;
|
85
|
-
};
|
86
|
-
};
|
65
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
66
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
87
67
|
};
|
88
68
|
} & {
|
89
69
|
marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
|
@@ -24,17 +24,7 @@ export declare const confluenceJiraIssue: import("@atlaskit/adf-schema-generator
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
}>;
|
@@ -24,17 +24,7 @@ export declare const confluenceUnsupportedBlock: import("@atlaskit/adf-schema-ge
|
|
24
24
|
whitespace?: "pre" | "normal";
|
25
25
|
tableRole?: "table" | "row" | "cell" | "header_cell";
|
26
26
|
DANGEROUS_MANUAL_OVERRIDE?: {
|
27
|
-
'pm-spec'?:
|
28
|
-
|
29
|
-
value: any;
|
30
|
-
reason: string;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
'validator-spec'?: {
|
34
|
-
[x: string]: {
|
35
|
-
value: any;
|
36
|
-
reason: string;
|
37
|
-
};
|
38
|
-
};
|
27
|
+
'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
28
|
+
'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
|
39
29
|
};
|
40
30
|
}>;
|