@atlaskit/adf-schema 28.1.12 → 28.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/types/index.d.ts +1 -1
  3. package/package.json +1 -1
  4. package/src/__tests__/unit/json-schema/v1.ts +0 -55
  5. package/src/__tests__/unit/schema/create-schema.ts +0 -214
  6. package/src/__tests__/unit/schema/default-schema.ts +0 -192
  7. package/src/__tests__/unit/schema/marks/annotation.ts +0 -46
  8. package/src/__tests__/unit/schema/marks/border.ts +0 -76
  9. package/src/__tests__/unit/schema/marks/breakout.ts +0 -24
  10. package/src/__tests__/unit/schema/marks/code.ts +0 -44
  11. package/src/__tests__/unit/schema/marks/confluence-inline-comment.ts +0 -25
  12. package/src/__tests__/unit/schema/marks/data-consumer.ts +0 -52
  13. package/src/__tests__/unit/schema/marks/em.ts +0 -37
  14. package/src/__tests__/unit/schema/marks/link.ts +0 -188
  15. package/src/__tests__/unit/schema/marks/strike.ts +0 -37
  16. package/src/__tests__/unit/schema/marks/strong.ts +0 -43
  17. package/src/__tests__/unit/schema/marks/subsup.ts +0 -50
  18. package/src/__tests__/unit/schema/marks/text-color.ts +0 -61
  19. package/src/__tests__/unit/schema/marks/underline.ts +0 -36
  20. package/src/__tests__/unit/schema/nodes/_consts.ts +0 -964
  21. package/src/__tests__/unit/schema/nodes/block-card.ts +0 -184
  22. package/src/__tests__/unit/schema/nodes/blockquote.ts +0 -44
  23. package/src/__tests__/unit/schema/nodes/bodied-extension.ts +0 -101
  24. package/src/__tests__/unit/schema/nodes/code-block.ts +0 -221
  25. package/src/__tests__/unit/schema/nodes/confluence-unsupported-block.ts +0 -32
  26. package/src/__tests__/unit/schema/nodes/confluence-unsupported-inline.ts +0 -35
  27. package/src/__tests__/unit/schema/nodes/date.ts +0 -51
  28. package/src/__tests__/unit/schema/nodes/decision-item.ts +0 -46
  29. package/src/__tests__/unit/schema/nodes/decision-list.ts +0 -52
  30. package/src/__tests__/unit/schema/nodes/embed-card.ts +0 -60
  31. package/src/__tests__/unit/schema/nodes/emoji.ts +0 -71
  32. package/src/__tests__/unit/schema/nodes/expand.ts +0 -51
  33. package/src/__tests__/unit/schema/nodes/extension.ts +0 -101
  34. package/src/__tests__/unit/schema/nodes/hard-break.ts +0 -24
  35. package/src/__tests__/unit/schema/nodes/heading.ts +0 -56
  36. package/src/__tests__/unit/schema/nodes/image.ts +0 -32
  37. package/src/__tests__/unit/schema/nodes/inline-card.ts +0 -106
  38. package/src/__tests__/unit/schema/nodes/inline-extension.ts +0 -79
  39. package/src/__tests__/unit/schema/nodes/layout-column.ts +0 -54
  40. package/src/__tests__/unit/schema/nodes/layout-section.ts +0 -95
  41. package/src/__tests__/unit/schema/nodes/list-item.ts +0 -49
  42. package/src/__tests__/unit/schema/nodes/media-group.ts +0 -67
  43. package/src/__tests__/unit/schema/nodes/media-single.ts +0 -171
  44. package/src/__tests__/unit/schema/nodes/media.ts +0 -384
  45. package/src/__tests__/unit/schema/nodes/mention.ts +0 -115
  46. package/src/__tests__/unit/schema/nodes/nestedExpand.ts +0 -72
  47. package/src/__tests__/unit/schema/nodes/ordered-list.ts +0 -49
  48. package/src/__tests__/unit/schema/nodes/panel.ts +0 -180
  49. package/src/__tests__/unit/schema/nodes/paragraph.ts +0 -25
  50. package/src/__tests__/unit/schema/nodes/placeholder.ts +0 -46
  51. package/src/__tests__/unit/schema/nodes/rule.ts +0 -24
  52. package/src/__tests__/unit/schema/nodes/status.ts +0 -120
  53. package/src/__tests__/unit/schema/nodes/tableNodes.ts +0 -555
  54. package/src/__tests__/unit/schema/nodes/task-item.ts +0 -39
  55. package/src/__tests__/unit/schema/nodes/task-list.ts +0 -45
  56. package/src/__tests__/unit/schema/nodes/unknown-block.ts +0 -42
  57. package/src/__tests__/unit/schema/nodes/unsupported-block.ts +0 -42
  58. package/src/__tests__/unit/schema/nodes/unsupported-inline.ts +0 -38
  59. package/src/__tests__/unit/utils/colors.ts +0 -42
  60. package/src/__tests__/unit/utils/url.ts +0 -209
  61. package/src/schema/bitbucket-schema.ts +0 -43
  62. package/src/schema/confluence-schema.ts +0 -76
  63. package/src/schema/create-schema.ts +0 -337
  64. package/src/schema/default-schema.ts +0 -180
  65. package/src/schema/groups.ts +0 -30
  66. package/src/schema/inline-nodes.ts +0 -9
  67. package/src/schema/jira-schema.ts +0 -158
  68. package/src/schema/marks/__tests__/unit/annotation.ts +0 -18
  69. package/src/schema/marks/alignment.ts +0 -48
  70. package/src/schema/marks/annotation.ts +0 -107
  71. package/src/schema/marks/border.ts +0 -74
  72. package/src/schema/marks/breakout.ts +0 -42
  73. package/src/schema/marks/code.ts +0 -45
  74. package/src/schema/marks/confluence-inline-comment.ts +0 -32
  75. package/src/schema/marks/data-consumer.ts +0 -100
  76. package/src/schema/marks/em.ts +0 -19
  77. package/src/schema/marks/fragment.ts +0 -77
  78. package/src/schema/marks/indentation.ts +0 -47
  79. package/src/schema/marks/link.ts +0 -139
  80. package/src/schema/marks/strike.ts +0 -26
  81. package/src/schema/marks/strong.ts +0 -45
  82. package/src/schema/marks/subsup.ts +0 -53
  83. package/src/schema/marks/text-color.ts +0 -172
  84. package/src/schema/marks/type-ahead-query.ts +0 -22
  85. package/src/schema/marks/underline.ts +0 -24
  86. package/src/schema/marks/unsupported-mark.ts +0 -9
  87. package/src/schema/marks/unsupported-node-attributes.ts +0 -8
  88. package/src/schema/nodes/block-card.ts +0 -121
  89. package/src/schema/nodes/blockquote.ts +0 -25
  90. package/src/schema/nodes/bodied-extension.ts +0 -75
  91. package/src/schema/nodes/bullet-list.ts +0 -17
  92. package/src/schema/nodes/caption.ts +0 -51
  93. package/src/schema/nodes/code-block.ts +0 -176
  94. package/src/schema/nodes/confluence-jira-issue.ts +0 -43
  95. package/src/schema/nodes/confluence-unsupported-block.ts +0 -29
  96. package/src/schema/nodes/confluence-unsupported-inline.ts +0 -30
  97. package/src/schema/nodes/date.ts +0 -38
  98. package/src/schema/nodes/decision-item.ts +0 -50
  99. package/src/schema/nodes/decision-list.ts +0 -56
  100. package/src/schema/nodes/doc.ts +0 -30
  101. package/src/schema/nodes/embed-card.ts +0 -62
  102. package/src/schema/nodes/emoji.ts +0 -89
  103. package/src/schema/nodes/expand.ts +0 -101
  104. package/src/schema/nodes/extension.ts +0 -60
  105. package/src/schema/nodes/hard-break.ts +0 -21
  106. package/src/schema/nodes/heading.ts +0 -64
  107. package/src/schema/nodes/image.ts +0 -32
  108. package/src/schema/nodes/inline-card.ts +0 -70
  109. package/src/schema/nodes/inline-extension.ts +0 -57
  110. package/src/schema/nodes/layout-column.ts +0 -68
  111. package/src/schema/nodes/layout-section.ts +0 -93
  112. package/src/schema/nodes/list-item.ts +0 -13
  113. package/src/schema/nodes/media-group.ts +0 -44
  114. package/src/schema/nodes/media-inline.ts +0 -19
  115. package/src/schema/nodes/media-single.ts +0 -179
  116. package/src/schema/nodes/media.ts +0 -253
  117. package/src/schema/nodes/mention.ts +0 -86
  118. package/src/schema/nodes/nested-expand.ts +0 -77
  119. package/src/schema/nodes/ordered-list.ts +0 -62
  120. package/src/schema/nodes/panel.ts +0 -133
  121. package/src/schema/nodes/paragraph.ts +0 -79
  122. package/src/schema/nodes/placeholder.ts +0 -40
  123. package/src/schema/nodes/rule.ts +0 -17
  124. package/src/schema/nodes/status.ts +0 -58
  125. package/src/schema/nodes/tableNodes.ts +0 -478
  126. package/src/schema/nodes/task-item.ts +0 -51
  127. package/src/schema/nodes/task-list.ts +0 -61
  128. package/src/schema/nodes/text.ts +0 -19
  129. package/src/schema/nodes/types/block-content.ts +0 -51
  130. package/src/schema/nodes/types/extensions.ts +0 -36
  131. package/src/schema/nodes/types/inline-content.ts +0 -56
  132. package/src/schema/nodes/types/list.ts +0 -54
  133. package/src/schema/nodes/types/mark.ts +0 -16
  134. package/src/schema/nodes/types/non-nestable-block-content.ts +0 -39
  135. package/src/schema/nodes/types/rich-media-common.ts +0 -51
  136. package/src/schema/nodes/unknown-block.ts +0 -13
  137. package/src/schema/nodes/unsupported-block.ts +0 -28
  138. package/src/schema/nodes/unsupported-inline.ts +0 -27
  139. package/src/schema/unsupported.ts +0 -4
  140. package/src/steps/__tests__/unit/analytics.ts +0 -72
  141. package/src/steps/__tests__/unit/link-meta-step.ts +0 -64
  142. package/src/steps/__tests__/unit/override-document-step.ts +0 -174
  143. package/src/steps/__tests__/unit/set-attrs.ts +0 -71
  144. package/src/steps/analytics.ts +0 -189
  145. package/src/steps/link-meta-step.ts +0 -105
  146. package/src/steps/override-document-step.ts +0 -97
  147. package/src/steps/set-attrs.tsx +0 -74
  148. package/src/steps/table/__tests__/__fixtures__/basic/add-column-at-0.json +0 -15
  149. package/src/steps/table/__tests__/__fixtures__/basic/add-column-at-1.json +0 -15
  150. package/src/steps/table/__tests__/__fixtures__/basic/add-column-at-2.json +0 -15
  151. package/src/steps/table/__tests__/__fixtures__/basic/add-column-at-3.json +0 -15
  152. package/src/steps/table/__tests__/__fixtures__/basic/remove-column-at-0.json +0 -9
  153. package/src/steps/table/__tests__/__fixtures__/basic/remove-column-at-1.json +0 -9
  154. package/src/steps/table/__tests__/__fixtures__/basic/remove-column-at-2.json +0 -9
  155. package/src/steps/table/__tests__/__fixtures__/basic/remove-table/remove-last-row-inverted.json +0 -98
  156. package/src/steps/table/__tests__/__fixtures__/basic/remove-table/remove-last-row.json +0 -71
  157. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-0-inverted.json +0 -19
  158. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-0.json +0 -19
  159. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-1-inverted.json +0 -21
  160. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-1.json +0 -21
  161. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-2-inverted.json +0 -21
  162. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-2.json +0 -21
  163. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-3-inverted.json +0 -19
  164. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/add-column-at-3.json +0 -19
  165. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/remove-column-at-0-inverted.json +0 -63
  166. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/remove-column-at-0.json +0 -21
  167. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/remove-column-at-1-inverted.json +0 -64
  168. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/remove-column-at-1.json +0 -22
  169. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/remove-column-at-2-inverted.json +0 -63
  170. package/src/steps/table/__tests__/__fixtures__/merge-cells/columns/remove-column-at-2.json +0 -21
  171. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-0-inverted.json +0 -19
  172. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-0.json +0 -19
  173. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-1-inverted.json +0 -19
  174. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-1.json +0 -19
  175. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-2-inverted.json +0 -19
  176. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-2.json +0 -19
  177. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-3-inverted.json +0 -19
  178. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/add-column-at-3.json +0 -19
  179. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/remove-column-at-0-inverted.json +0 -52
  180. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/remove-column-at-0.json +0 -38
  181. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/remove-column-at-1-inverted.json +0 -52
  182. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/remove-column-at-1.json +0 -38
  183. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/remove-column-at-2-inverted.json +0 -25
  184. package/src/steps/table/__tests__/__fixtures__/merge-cells/rows/remove-column-at-2.json +0 -11
  185. package/src/steps/table/__tests__/_utils.ts +0 -102
  186. package/src/steps/table/__tests__/add-column-merge-columns.ts +0 -509
  187. package/src/steps/table/__tests__/add-column-merge-rows.ts +0 -466
  188. package/src/steps/table/__tests__/add-column.ts +0 -638
  189. package/src/steps/table/add-column.ts +0 -443
  190. package/src/steps/table/constants.ts +0 -4
  191. package/src/steps/table/sort-column.ts +0 -57
  192. package/src/steps/table/types.ts +0 -48
  193. package/src/steps/table/utils/cell-step.ts +0 -239
  194. package/src/steps/table/utils/cells-at-column.ts +0 -75
  195. package/src/steps/table/utils/find-column.ts +0 -90
  196. package/src/steps/table/utils/get-table-rect-from-doc.ts +0 -37
  197. package/src/steps/table/utils/side-effects/rows.ts +0 -327
  198. package/src/steps/table/utils/side-effects/side-effects.ts +0 -90
  199. package/src/steps/table/utils/side-effects/table.ts +0 -112
  200. package/src/steps/table/utils/side-effects/types.ts +0 -34
  201. package/src/steps/table/utils/table-map.ts +0 -28
  202. package/src/steps/type-ahead.ts +0 -100
  203. package/src/steps.ts +0 -16
  204. package/src/utils/colors.ts +0 -171
  205. package/src/utils/confluence/emoji.ts +0 -99
  206. package/src/utils/extensions.ts +0 -32
  207. package/src/utils/parseDOM.ts +0 -2
  208. package/src/utils/url.ts +0 -173
  209. package/src/utils/uuid.ts +0 -19
  210. package/src/version.json +0 -6
@@ -1,71 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 2,
4
- "cells": [
5
- { "from": 4, "to": 8 },
6
- { "from": 10, "to": 14 },
7
- { "from": 16, "to": 20 }
8
- ],
9
- "isDelete": true,
10
- "sideEffects": {
11
- "table": {
12
- "from": 2,
13
- "to": 22,
14
- "node": {
15
- "type": "table",
16
- "attrs": {
17
- "isNumberColumnEnabled": false,
18
- "layout": "default",
19
- "__autoSize": false
20
- },
21
- "content": [
22
- {
23
- "type": "tableRow",
24
- "content": [
25
- {
26
- "type": "tableCell",
27
- "attrs": {
28
- "colspan": 1,
29
- "rowspan": 1,
30
- "colwidth": null,
31
- "background": "#AAAAAA"
32
- },
33
- "content": [{ "type": "paragraph" }]
34
- }
35
- ]
36
- },
37
- {
38
- "type": "tableRow",
39
- "content": [
40
- {
41
- "type": "tableCell",
42
- "attrs": {
43
- "colspan": 1,
44
- "rowspan": 1,
45
- "colwidth": null,
46
- "background": "#AAAAAA"
47
- },
48
- "content": [{ "type": "paragraph" }]
49
- }
50
- ]
51
- },
52
- {
53
- "type": "tableRow",
54
- "content": [
55
- {
56
- "type": "tableCell",
57
- "attrs": {
58
- "colspan": 1,
59
- "rowspan": 1,
60
- "colwidth": null,
61
- "background": "#AAAAAA"
62
- },
63
- "content": [{ "type": "paragraph" }]
64
- }
65
- ]
66
- }
67
- ]
68
- }
69
- }
70
- }
71
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 2,
7
- "to": 6
8
- },
9
- {
10
- "from": 16,
11
- "to": 20
12
- },
13
- {
14
- "from": 30,
15
- "to": 34
16
- }
17
- ],
18
- "isDelete": true
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 2,
7
- "to": 6
8
- },
9
- {
10
- "from": 12,
11
- "to": 16
12
- },
13
- {
14
- "from": 22,
15
- "to": 26
16
- }
17
- ],
18
- "isDelete": false
19
- }
@@ -1,21 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10
8
- },
9
- {
10
- "from": 16,
11
- "to": 20,
12
- "mergeWith": 16
13
- },
14
- {
15
- "from": 26,
16
- "to": 30,
17
- "mergeWith": 26
18
- }
19
- ],
20
- "isDelete": true
21
- }
@@ -1,21 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10
8
- },
9
- {
10
- "from": 12,
11
- "to": 16,
12
- "mergeWith": 12
13
- },
14
- {
15
- "from": 22,
16
- "to": 26,
17
- "mergeWith": 22
18
- }
19
- ],
20
- "isDelete": false
21
- }
@@ -1,21 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10,
8
- "mergeWith": 6
9
- },
10
- {
11
- "from": 16,
12
- "to": 20
13
- },
14
- {
15
- "from": 26,
16
- "to": 30,
17
- "mergeWith": 26
18
- }
19
- ],
20
- "isDelete": true
21
- }
@@ -1,21 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10,
8
- "mergeWith": 6
9
- },
10
- {
11
- "from": 16,
12
- "to": 20
13
- },
14
- {
15
- "from": 22,
16
- "to": 26,
17
- "mergeWith": 22
18
- }
19
- ],
20
- "isDelete": false
21
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 10,
7
- "to": 10
8
- },
9
- {
10
- "from": 24,
11
- "to": 24
12
- },
13
- {
14
- "from": 34,
15
- "to": 34
16
- }
17
- ],
18
- "isDelete": true
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 10,
7
- "to": 10
8
- },
9
- {
10
- "from": 20,
11
- "to": 20
12
- },
13
- {
14
- "from": 26,
15
- "to": 26
16
- }
17
- ],
18
- "isDelete": false
19
- }
@@ -1,63 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 2,
7
- "to": 6,
8
- "newCell": {
9
- "type": "tableCell",
10
- "attrs": {
11
- "colspan": 1,
12
- "rowspan": 1,
13
- "colwidth": null,
14
- "background": "#AAAAAA"
15
- },
16
- "content": [
17
- {
18
- "type": "paragraph"
19
- }
20
- ]
21
- }
22
- },
23
- {
24
- "from": 8,
25
- "to": 12,
26
- "mergeWith": 8,
27
- "newCell": {
28
- "type": "tableCell",
29
- "attrs": {
30
- "colspan": 2,
31
- "rowspan": 1,
32
- "colwidth": null,
33
- "background": "#AAAAAA"
34
- },
35
- "content": [
36
- {
37
- "type": "paragraph"
38
- }
39
- ]
40
- }
41
- },
42
- {
43
- "from": 18,
44
- "to": 22,
45
- "mergeWith": 18,
46
- "newCell": {
47
- "type": "tableCell",
48
- "attrs": {
49
- "colspan": 3,
50
- "rowspan": 1,
51
- "colwidth": null,
52
- "background": "#CCCCCC"
53
- },
54
- "content": [
55
- {
56
- "type": "paragraph"
57
- }
58
- ]
59
- }
60
- }
61
- ],
62
- "isDelete": false
63
- }
@@ -1,21 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 2,
7
- "to": 6
8
- },
9
- {
10
- "from": 12,
11
- "to": 16,
12
- "mergeWith": 12
13
- },
14
- {
15
- "from": 22,
16
- "to": 26,
17
- "mergeWith": 22
18
- }
19
- ],
20
- "isDelete": true
21
- }
@@ -1,64 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10,
8
- "mergeWith": 6,
9
- "newCell": {
10
- "type": "tableCell",
11
- "attrs": {
12
- "colspan": 2,
13
- "rowspan": 1,
14
- "colwidth": null,
15
- "background": "#BBBBBB"
16
- },
17
- "content": [
18
- {
19
- "type": "paragraph"
20
- }
21
- ]
22
- }
23
- },
24
- {
25
- "from": 16,
26
- "to": 16,
27
- "mergeWith": 12,
28
- "newCell": {
29
- "type": "tableCell",
30
- "attrs": {
31
- "colspan": 2,
32
- "rowspan": 1,
33
- "colwidth": null,
34
- "background": "#AAAAAA"
35
- },
36
- "content": [
37
- {
38
- "type": "paragraph"
39
- }
40
- ]
41
- }
42
- },
43
- {
44
- "from": 22,
45
- "to": 26,
46
- "mergeWith": 22,
47
- "newCell": {
48
- "type": "tableCell",
49
- "attrs": {
50
- "colspan": 3,
51
- "rowspan": 1,
52
- "colwidth": null,
53
- "background": "#CCCCCC"
54
- },
55
- "content": [
56
- {
57
- "type": "paragraph"
58
- }
59
- ]
60
- }
61
- }
62
- ],
63
- "isDelete": false
64
- }
@@ -1,22 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10,
8
- "mergeWith": 6
9
- },
10
- {
11
- "from": 12,
12
- "to": 16,
13
- "mergeWith": 12
14
- },
15
- {
16
- "from": 22,
17
- "to": 26,
18
- "mergeWith": 22
19
- }
20
- ],
21
- "isDelete": true
22
- }
@@ -1,63 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 10,
7
- "to": 10,
8
- "mergeWith": 6,
9
- "newCell": {
10
- "type": "tableCell",
11
- "attrs": {
12
- "colspan": 2,
13
- "rowspan": 1,
14
- "colwidth": null,
15
- "background": "#BBBBBB"
16
- },
17
- "content": [
18
- {
19
- "type": "paragraph"
20
- }
21
- ]
22
- }
23
- },
24
- {
25
- "from": 16,
26
- "to": 20,
27
- "newCell": {
28
- "type": "tableCell",
29
- "attrs": {
30
- "colspan": 1,
31
- "rowspan": 1,
32
- "colwidth": null,
33
- "background": "#CCCCCC"
34
- },
35
- "content": [
36
- {
37
- "type": "paragraph"
38
- }
39
- ]
40
- }
41
- },
42
- {
43
- "from": 22,
44
- "to": 22,
45
- "mergeWith": 18,
46
- "newCell": {
47
- "type": "tableCell",
48
- "attrs": {
49
- "colspan": 3,
50
- "rowspan": 1,
51
- "colwidth": null,
52
- "background": "#CCCCCC"
53
- },
54
- "content": [
55
- {
56
- "type": "paragraph"
57
- }
58
- ]
59
- }
60
- }
61
- ],
62
- "isDelete": false
63
- }
@@ -1,21 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10,
8
- "mergeWith": 6
9
- },
10
- {
11
- "from": 16,
12
- "to": 20
13
- },
14
- {
15
- "from": 22,
16
- "to": 26,
17
- "mergeWith": 22
18
- }
19
- ],
20
- "isDelete": true
21
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 2,
7
- "to": 6
8
- },
9
- {
10
- "from": 20,
11
- "to": 24
12
- },
13
- {
14
- "from": 30,
15
- "to": 34
16
- }
17
- ],
18
- "isDelete": true
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 2,
7
- "to": 6
8
- },
9
- {
10
- "from": 16,
11
- "to": 20
12
- },
13
- {
14
- "from": 22,
15
- "to": 26
16
- }
17
- ],
18
- "isDelete": false
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10
8
- },
9
- {
10
- "from": 20,
11
- "to": 24
12
- },
13
- {
14
- "from": 34,
15
- "to": 8
16
- }
17
- ],
18
- "isDelete": true
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 6,
7
- "to": 10
8
- },
9
- {
10
- "from": 16,
11
- "to": 20
12
- },
13
- {
14
- "from": 26,
15
- "to": 0
16
- }
17
- ],
18
- "isDelete": false
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 10,
7
- "to": 14
8
- },
9
- {
10
- "from": 24,
11
- "to": 4
12
- },
13
- {
14
- "from": 34,
15
- "to": 8
16
- }
17
- ],
18
- "isDelete": true
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 10,
7
- "to": 14
8
- },
9
- {
10
- "from": 20,
11
- "to": 0
12
- },
13
- {
14
- "from": 26,
15
- "to": 0
16
- }
17
- ],
18
- "isDelete": false
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 14,
7
- "to": 0
8
- },
9
- {
10
- "from": 24,
11
- "to": 4
12
- },
13
- {
14
- "from": 34,
15
- "to": 8
16
- }
17
- ],
18
- "isDelete": true
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "stepType": "ak-add-column",
3
- "tablePos": 0,
4
- "cells": [
5
- {
6
- "from": 14,
7
- "to": 0
8
- },
9
- {
10
- "from": 20,
11
- "to": 0
12
- },
13
- {
14
- "from": 26,
15
- "to": 0
16
- }
17
- ],
18
- "isDelete": false
19
- }