@atlaskit/editor-plugin-table 5.3.21 → 5.3.22
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 +6 -0
- package/package.json +1 -1
- package/src/__tests__/integration/__snapshots__/delete-rows.ts.snap +0 -962
- package/src/__tests__/integration/__snapshots__/delete-table-when-selected.ts.snap +0 -101
- package/src/__tests__/integration/__snapshots__/deleting-empty-paragraph-under-table.ts.snap +0 -505
- package/src/__tests__/integration/__snapshots__/even-columns.ts.snap +0 -647
- package/src/__tests__/integration/__snapshots__/insert-cell-header-with-strong-mark.ts.snap +0 -173
- package/src/__tests__/integration/__snapshots__/layout.ts.snap +0 -1654
- package/src/__tests__/integration/delete-rows.ts +0 -127
- package/src/__tests__/integration/delete-table-when-selected.ts +0 -112
- package/src/__tests__/integration/deleting-empty-paragraph-under-table.ts +0 -89
- package/src/__tests__/integration/even-columns.ts +0 -75
- package/src/__tests__/integration/insert-cell-header-with-strong-mark.ts +0 -41
- package/src/__tests__/integration/insert-long-smart-link.ts +0 -66
- package/src/__tests__/integration/layout.ts +0 -219
- package/src/__tests__/integration/resize-handler.ts +0 -104
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`inside-table.ts: Insert panel into table, add text, change panel type 1`] = `
|
|
4
|
-
Object {
|
|
5
|
-
"content": Array [
|
|
6
|
-
Object {
|
|
7
|
-
"attrs": Object {
|
|
8
|
-
"__autoSize": false,
|
|
9
|
-
"isNumberColumnEnabled": false,
|
|
10
|
-
"layout": "default",
|
|
11
|
-
"localId": "abc-123",
|
|
12
|
-
"width": null,
|
|
13
|
-
},
|
|
14
|
-
"content": Array [
|
|
15
|
-
Object {
|
|
16
|
-
"content": Array [
|
|
17
|
-
Object {
|
|
18
|
-
"attrs": Object {
|
|
19
|
-
"background": null,
|
|
20
|
-
"colspan": 1,
|
|
21
|
-
"colwidth": null,
|
|
22
|
-
"rowspan": 1,
|
|
23
|
-
},
|
|
24
|
-
"content": Array [
|
|
25
|
-
Object {
|
|
26
|
-
"content": Array [
|
|
27
|
-
Object {
|
|
28
|
-
"marks": Array [
|
|
29
|
-
Object {
|
|
30
|
-
"type": "strong",
|
|
31
|
-
},
|
|
32
|
-
],
|
|
33
|
-
"text": "this has a strong mark",
|
|
34
|
-
"type": "text",
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
"type": "paragraph",
|
|
38
|
-
},
|
|
39
|
-
],
|
|
40
|
-
"type": "tableHeader",
|
|
41
|
-
},
|
|
42
|
-
Object {
|
|
43
|
-
"attrs": Object {
|
|
44
|
-
"background": null,
|
|
45
|
-
"colspan": 1,
|
|
46
|
-
"colwidth": null,
|
|
47
|
-
"rowspan": 1,
|
|
48
|
-
},
|
|
49
|
-
"content": Array [
|
|
50
|
-
Object {
|
|
51
|
-
"type": "paragraph",
|
|
52
|
-
},
|
|
53
|
-
],
|
|
54
|
-
"type": "tableHeader",
|
|
55
|
-
},
|
|
56
|
-
Object {
|
|
57
|
-
"attrs": Object {
|
|
58
|
-
"background": null,
|
|
59
|
-
"colspan": 1,
|
|
60
|
-
"colwidth": null,
|
|
61
|
-
"rowspan": 1,
|
|
62
|
-
},
|
|
63
|
-
"content": Array [
|
|
64
|
-
Object {
|
|
65
|
-
"type": "paragraph",
|
|
66
|
-
},
|
|
67
|
-
],
|
|
68
|
-
"type": "tableHeader",
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
"type": "tableRow",
|
|
72
|
-
},
|
|
73
|
-
Object {
|
|
74
|
-
"content": Array [
|
|
75
|
-
Object {
|
|
76
|
-
"attrs": Object {
|
|
77
|
-
"background": null,
|
|
78
|
-
"colspan": 1,
|
|
79
|
-
"colwidth": null,
|
|
80
|
-
"rowspan": 1,
|
|
81
|
-
},
|
|
82
|
-
"content": Array [
|
|
83
|
-
Object {
|
|
84
|
-
"type": "paragraph",
|
|
85
|
-
},
|
|
86
|
-
],
|
|
87
|
-
"type": "tableCell",
|
|
88
|
-
},
|
|
89
|
-
Object {
|
|
90
|
-
"attrs": Object {
|
|
91
|
-
"background": null,
|
|
92
|
-
"colspan": 1,
|
|
93
|
-
"colwidth": null,
|
|
94
|
-
"rowspan": 1,
|
|
95
|
-
},
|
|
96
|
-
"content": Array [
|
|
97
|
-
Object {
|
|
98
|
-
"type": "paragraph",
|
|
99
|
-
},
|
|
100
|
-
],
|
|
101
|
-
"type": "tableCell",
|
|
102
|
-
},
|
|
103
|
-
Object {
|
|
104
|
-
"attrs": Object {
|
|
105
|
-
"background": null,
|
|
106
|
-
"colspan": 1,
|
|
107
|
-
"colwidth": null,
|
|
108
|
-
"rowspan": 1,
|
|
109
|
-
},
|
|
110
|
-
"content": Array [
|
|
111
|
-
Object {
|
|
112
|
-
"type": "paragraph",
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
"type": "tableCell",
|
|
116
|
-
},
|
|
117
|
-
],
|
|
118
|
-
"type": "tableRow",
|
|
119
|
-
},
|
|
120
|
-
Object {
|
|
121
|
-
"content": Array [
|
|
122
|
-
Object {
|
|
123
|
-
"attrs": Object {
|
|
124
|
-
"background": null,
|
|
125
|
-
"colspan": 1,
|
|
126
|
-
"colwidth": null,
|
|
127
|
-
"rowspan": 1,
|
|
128
|
-
},
|
|
129
|
-
"content": Array [
|
|
130
|
-
Object {
|
|
131
|
-
"type": "paragraph",
|
|
132
|
-
},
|
|
133
|
-
],
|
|
134
|
-
"type": "tableCell",
|
|
135
|
-
},
|
|
136
|
-
Object {
|
|
137
|
-
"attrs": Object {
|
|
138
|
-
"background": null,
|
|
139
|
-
"colspan": 1,
|
|
140
|
-
"colwidth": null,
|
|
141
|
-
"rowspan": 1,
|
|
142
|
-
},
|
|
143
|
-
"content": Array [
|
|
144
|
-
Object {
|
|
145
|
-
"type": "paragraph",
|
|
146
|
-
},
|
|
147
|
-
],
|
|
148
|
-
"type": "tableCell",
|
|
149
|
-
},
|
|
150
|
-
Object {
|
|
151
|
-
"attrs": Object {
|
|
152
|
-
"background": null,
|
|
153
|
-
"colspan": 1,
|
|
154
|
-
"colwidth": null,
|
|
155
|
-
"rowspan": 1,
|
|
156
|
-
},
|
|
157
|
-
"content": Array [
|
|
158
|
-
Object {
|
|
159
|
-
"type": "paragraph",
|
|
160
|
-
},
|
|
161
|
-
],
|
|
162
|
-
"type": "tableCell",
|
|
163
|
-
},
|
|
164
|
-
],
|
|
165
|
-
"type": "tableRow",
|
|
166
|
-
},
|
|
167
|
-
],
|
|
168
|
-
"type": "table",
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
"type": "doc",
|
|
172
|
-
}
|
|
173
|
-
`;
|