@atlaskit/adf-schema 44.6.0 → 44.6.1
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/dist/cjs/validator-schema/generated/validatorSpec.js +883 -883
- package/dist/es2019/validator-schema/generated/validatorSpec.js +883 -883
- package/dist/esm/validator-schema/generated/validatorSpec.js +883 -883
- package/dist/json-schema/v1/full.json +1502 -1502
- package/dist/json-schema/v1/stage-0.json +1719 -1719
- package/dist/types/validator-schema/generated/validatorSpec.d.ts +779 -779
- package/json-schema/v1/full.json +1502 -1502
- package/json-schema/v1/stage-0.json +1719 -1719
- package/package.json +2 -2
@@ -1,3 +1,55 @@
|
|
1
|
+
export declare const alignment: {
|
2
|
+
props: {
|
3
|
+
type: {
|
4
|
+
type: string;
|
5
|
+
values: string[];
|
6
|
+
};
|
7
|
+
attrs: {
|
8
|
+
props: {
|
9
|
+
align: {
|
10
|
+
type: string;
|
11
|
+
values: string[];
|
12
|
+
};
|
13
|
+
};
|
14
|
+
};
|
15
|
+
};
|
16
|
+
};
|
17
|
+
export declare const annotation: {
|
18
|
+
props: {
|
19
|
+
type: {
|
20
|
+
type: string;
|
21
|
+
values: string[];
|
22
|
+
};
|
23
|
+
attrs: {
|
24
|
+
props: {
|
25
|
+
id: {
|
26
|
+
type: string;
|
27
|
+
};
|
28
|
+
annotationType: {
|
29
|
+
type: string;
|
30
|
+
values: string[];
|
31
|
+
};
|
32
|
+
};
|
33
|
+
};
|
34
|
+
};
|
35
|
+
};
|
36
|
+
export declare const backgroundColor: {
|
37
|
+
props: {
|
38
|
+
type: {
|
39
|
+
type: string;
|
40
|
+
values: string[];
|
41
|
+
};
|
42
|
+
attrs: {
|
43
|
+
props: {
|
44
|
+
color: {
|
45
|
+
pattern: string;
|
46
|
+
type: string;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
};
|
50
|
+
};
|
51
|
+
};
|
52
|
+
export declare const block_content: string[];
|
1
53
|
export declare const blockCard: {
|
2
54
|
props: {
|
3
55
|
type: {
|
@@ -73,15 +125,62 @@ export declare const blockCard: {
|
|
73
125
|
};
|
74
126
|
required: string[];
|
75
127
|
};
|
76
|
-
export declare const
|
128
|
+
export declare const blockquote: {
|
77
129
|
props: {
|
78
130
|
type: {
|
79
131
|
type: string;
|
80
132
|
values: string[];
|
81
133
|
};
|
82
|
-
|
134
|
+
content: {
|
83
135
|
type: string;
|
84
|
-
|
136
|
+
items: string[][];
|
137
|
+
minItems: number;
|
138
|
+
allowUnsupportedBlock: boolean;
|
139
|
+
};
|
140
|
+
};
|
141
|
+
};
|
142
|
+
export declare const blockRootOnly: string[];
|
143
|
+
export declare const bodiedExtension: {
|
144
|
+
props: {
|
145
|
+
type: {
|
146
|
+
type: string;
|
147
|
+
values: string[];
|
148
|
+
};
|
149
|
+
attrs: {
|
150
|
+
props: {
|
151
|
+
extensionKey: {
|
152
|
+
minLength: number;
|
153
|
+
type: string;
|
154
|
+
};
|
155
|
+
extensionType: {
|
156
|
+
minLength: number;
|
157
|
+
type: string;
|
158
|
+
};
|
159
|
+
parameters: {
|
160
|
+
type: string;
|
161
|
+
optional: boolean;
|
162
|
+
};
|
163
|
+
text: {
|
164
|
+
type: string;
|
165
|
+
optional: boolean;
|
166
|
+
};
|
167
|
+
layout: {
|
168
|
+
type: string;
|
169
|
+
values: string[];
|
170
|
+
optional: boolean;
|
171
|
+
};
|
172
|
+
localId: {
|
173
|
+
minLength: number;
|
174
|
+
type: string;
|
175
|
+
optional: boolean;
|
176
|
+
};
|
177
|
+
};
|
178
|
+
};
|
179
|
+
content: {
|
180
|
+
type: string;
|
181
|
+
items: string[];
|
182
|
+
minItems: number;
|
183
|
+
allowUnsupportedBlock: boolean;
|
85
184
|
};
|
86
185
|
marks: {
|
87
186
|
type: string;
|
@@ -90,6 +189,91 @@ export declare const text: {
|
|
90
189
|
};
|
91
190
|
};
|
92
191
|
};
|
192
|
+
export declare const bodiedExtension_with_marks: (string | {
|
193
|
+
props: {
|
194
|
+
marks: {
|
195
|
+
type: string;
|
196
|
+
optional: boolean;
|
197
|
+
items: string[][];
|
198
|
+
};
|
199
|
+
};
|
200
|
+
})[];
|
201
|
+
export declare const border: {
|
202
|
+
props: {
|
203
|
+
type: {
|
204
|
+
type: string;
|
205
|
+
values: string[];
|
206
|
+
};
|
207
|
+
attrs: {
|
208
|
+
props: {
|
209
|
+
size: {
|
210
|
+
type: string;
|
211
|
+
minimum: number;
|
212
|
+
maximum: number;
|
213
|
+
};
|
214
|
+
color: {
|
215
|
+
pattern: string;
|
216
|
+
type: string;
|
217
|
+
};
|
218
|
+
};
|
219
|
+
};
|
220
|
+
};
|
221
|
+
};
|
222
|
+
export declare const breakout: {
|
223
|
+
props: {
|
224
|
+
type: {
|
225
|
+
type: string;
|
226
|
+
values: string[];
|
227
|
+
};
|
228
|
+
attrs: {
|
229
|
+
props: {
|
230
|
+
mode: {
|
231
|
+
type: string;
|
232
|
+
values: string[];
|
233
|
+
};
|
234
|
+
width: {
|
235
|
+
type: string;
|
236
|
+
optional: boolean;
|
237
|
+
};
|
238
|
+
};
|
239
|
+
};
|
240
|
+
};
|
241
|
+
};
|
242
|
+
export declare const bulletList: {
|
243
|
+
props: {
|
244
|
+
type: {
|
245
|
+
type: string;
|
246
|
+
values: string[];
|
247
|
+
};
|
248
|
+
content: {
|
249
|
+
type: string;
|
250
|
+
items: string[][];
|
251
|
+
minItems: number;
|
252
|
+
};
|
253
|
+
};
|
254
|
+
};
|
255
|
+
export declare const caption: {
|
256
|
+
props: {
|
257
|
+
type: {
|
258
|
+
type: string;
|
259
|
+
values: string[];
|
260
|
+
};
|
261
|
+
content: {
|
262
|
+
type: string;
|
263
|
+
items: string[][];
|
264
|
+
optional: boolean;
|
265
|
+
allowUnsupportedInline: boolean;
|
266
|
+
};
|
267
|
+
};
|
268
|
+
};
|
269
|
+
export declare const code: {
|
270
|
+
props: {
|
271
|
+
type: {
|
272
|
+
type: string;
|
273
|
+
values: string[];
|
274
|
+
};
|
275
|
+
};
|
276
|
+
};
|
93
277
|
export declare const codeBlock: {
|
94
278
|
props: {
|
95
279
|
type: {
|
@@ -146,49 +330,54 @@ export declare const codeBlock_with_no_marks: (string | {
|
|
146
330
|
};
|
147
331
|
};
|
148
332
|
})[];
|
149
|
-
export declare const
|
333
|
+
export declare const confluenceInlineComment: {
|
150
334
|
props: {
|
151
335
|
type: {
|
152
336
|
type: string;
|
153
337
|
values: string[];
|
154
338
|
};
|
155
|
-
attrs:
|
339
|
+
attrs: {
|
156
340
|
props: {
|
157
|
-
|
158
|
-
type: string;
|
159
|
-
minimum: number;
|
160
|
-
maximum: number;
|
161
|
-
optional: boolean;
|
162
|
-
};
|
163
|
-
layout: {
|
164
|
-
type: string;
|
165
|
-
values: string[];
|
166
|
-
};
|
167
|
-
widthType: {
|
341
|
+
reference: {
|
168
342
|
type: string;
|
169
|
-
values: string[];
|
170
|
-
optional: boolean;
|
171
343
|
};
|
172
344
|
};
|
173
|
-
}
|
345
|
+
};
|
346
|
+
};
|
347
|
+
};
|
348
|
+
export declare const dataConsumer: {
|
349
|
+
props: {
|
350
|
+
type: {
|
351
|
+
type: string;
|
352
|
+
values: string[];
|
353
|
+
};
|
354
|
+
attrs: {
|
174
355
|
props: {
|
175
|
-
|
176
|
-
type: string;
|
177
|
-
minimum: number;
|
178
|
-
maximum?: undefined;
|
179
|
-
optional?: undefined;
|
180
|
-
};
|
181
|
-
widthType: {
|
356
|
+
sources: {
|
182
357
|
type: string;
|
183
|
-
|
184
|
-
|
358
|
+
items: {
|
359
|
+
type: string;
|
360
|
+
}[];
|
361
|
+
minItems: number;
|
185
362
|
};
|
186
|
-
|
363
|
+
};
|
364
|
+
};
|
365
|
+
};
|
366
|
+
};
|
367
|
+
export declare const date: {
|
368
|
+
props: {
|
369
|
+
type: {
|
370
|
+
type: string;
|
371
|
+
values: string[];
|
372
|
+
};
|
373
|
+
attrs: {
|
374
|
+
props: {
|
375
|
+
timestamp: {
|
376
|
+
minLength: number;
|
187
377
|
type: string;
|
188
|
-
values: string[];
|
189
378
|
};
|
190
379
|
};
|
191
|
-
}
|
380
|
+
};
|
192
381
|
marks: {
|
193
382
|
type: string;
|
194
383
|
optional: boolean;
|
@@ -196,79 +385,31 @@ export declare const mediaSingle: {
|
|
196
385
|
};
|
197
386
|
};
|
198
387
|
};
|
199
|
-
export declare const
|
388
|
+
export declare const decisionItem: {
|
200
389
|
props: {
|
201
390
|
type: {
|
202
391
|
type: string;
|
203
392
|
values: string[];
|
204
393
|
};
|
205
|
-
attrs:
|
394
|
+
attrs: {
|
206
395
|
props: {
|
207
|
-
|
208
|
-
type: string;
|
209
|
-
values: string[];
|
210
|
-
};
|
211
|
-
id: {
|
212
|
-
minLength: number;
|
213
|
-
type: string;
|
214
|
-
};
|
215
|
-
alt: {
|
216
|
-
type: string;
|
217
|
-
optional: boolean;
|
218
|
-
};
|
219
|
-
collection: {
|
220
|
-
type: string;
|
221
|
-
};
|
222
|
-
height: {
|
223
|
-
type: string;
|
224
|
-
optional: boolean;
|
225
|
-
};
|
226
|
-
occurrenceKey: {
|
227
|
-
minLength: number;
|
228
|
-
type: string;
|
229
|
-
optional: boolean;
|
230
|
-
};
|
231
|
-
width: {
|
232
|
-
type: string;
|
233
|
-
optional: boolean;
|
234
|
-
};
|
235
|
-
url?: undefined;
|
236
|
-
};
|
237
|
-
} | {
|
238
|
-
props: {
|
239
|
-
type: {
|
240
|
-
type: string;
|
241
|
-
values: string[];
|
242
|
-
};
|
243
|
-
alt: {
|
244
|
-
type: string;
|
245
|
-
optional: boolean;
|
246
|
-
};
|
247
|
-
height: {
|
248
|
-
type: string;
|
249
|
-
optional: boolean;
|
250
|
-
};
|
251
|
-
width: {
|
396
|
+
localId: {
|
252
397
|
type: string;
|
253
|
-
optional: boolean;
|
254
398
|
};
|
255
|
-
|
399
|
+
state: {
|
256
400
|
type: string;
|
257
401
|
};
|
258
|
-
id?: undefined;
|
259
|
-
collection?: undefined;
|
260
|
-
occurrenceKey?: undefined;
|
261
402
|
};
|
262
|
-
}
|
263
|
-
|
403
|
+
};
|
404
|
+
content: {
|
264
405
|
type: string;
|
406
|
+
items: string[];
|
265
407
|
optional: boolean;
|
266
|
-
|
408
|
+
allowUnsupportedInline: boolean;
|
267
409
|
};
|
268
410
|
};
|
269
|
-
required: string[];
|
270
411
|
};
|
271
|
-
export declare const
|
412
|
+
export declare const decisionList: {
|
272
413
|
props: {
|
273
414
|
type: {
|
274
415
|
type: string;
|
@@ -276,89 +417,45 @@ export declare const link: {
|
|
276
417
|
};
|
277
418
|
attrs: {
|
278
419
|
props: {
|
279
|
-
|
280
|
-
type: string;
|
281
|
-
validatorFn: string;
|
282
|
-
};
|
283
|
-
title: {
|
284
|
-
type: string;
|
285
|
-
optional: boolean;
|
286
|
-
};
|
287
|
-
id: {
|
288
|
-
type: string;
|
289
|
-
optional: boolean;
|
290
|
-
};
|
291
|
-
collection: {
|
292
|
-
type: string;
|
293
|
-
optional: boolean;
|
294
|
-
};
|
295
|
-
occurrenceKey: {
|
420
|
+
localId: {
|
296
421
|
type: string;
|
297
|
-
optional: boolean;
|
298
422
|
};
|
299
423
|
};
|
300
424
|
};
|
301
|
-
|
302
|
-
};
|
303
|
-
export declare const annotation: {
|
304
|
-
props: {
|
305
|
-
type: {
|
425
|
+
content: {
|
306
426
|
type: string;
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
props: {
|
311
|
-
id: {
|
312
|
-
type: string;
|
313
|
-
};
|
314
|
-
annotationType: {
|
315
|
-
type: string;
|
316
|
-
values: string[];
|
317
|
-
};
|
318
|
-
};
|
427
|
+
items: string[];
|
428
|
+
minItems: number;
|
429
|
+
allowUnsupportedBlock: boolean;
|
319
430
|
};
|
320
431
|
};
|
321
432
|
};
|
322
|
-
export declare const
|
433
|
+
export declare const doc: {
|
323
434
|
props: {
|
324
435
|
type: {
|
325
436
|
type: string;
|
326
437
|
values: string[];
|
327
438
|
};
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
pattern: string;
|
337
|
-
type: string;
|
338
|
-
};
|
339
|
-
};
|
439
|
+
version: {
|
440
|
+
type: string;
|
441
|
+
values: number[];
|
442
|
+
};
|
443
|
+
content: {
|
444
|
+
type: string;
|
445
|
+
items: string[][];
|
446
|
+
allowUnsupportedBlock: boolean;
|
340
447
|
};
|
341
448
|
};
|
342
449
|
};
|
343
|
-
export declare const
|
450
|
+
export declare const em: {
|
344
451
|
props: {
|
345
452
|
type: {
|
346
453
|
type: string;
|
347
454
|
values: string[];
|
348
455
|
};
|
349
|
-
attrs: {
|
350
|
-
props: {
|
351
|
-
text: {
|
352
|
-
type: string;
|
353
|
-
values: string[];
|
354
|
-
optional: boolean;
|
355
|
-
};
|
356
|
-
};
|
357
|
-
optional: boolean;
|
358
|
-
};
|
359
456
|
};
|
360
457
|
};
|
361
|
-
export declare const
|
458
|
+
export declare const embedCard: {
|
362
459
|
props: {
|
363
460
|
type: {
|
364
461
|
type: string;
|
@@ -366,33 +463,30 @@ export declare const mention: {
|
|
366
463
|
};
|
367
464
|
attrs: {
|
368
465
|
props: {
|
369
|
-
|
466
|
+
url: {
|
370
467
|
type: string;
|
468
|
+
validatorFn: string;
|
371
469
|
};
|
372
|
-
|
470
|
+
layout: {
|
373
471
|
type: string;
|
374
|
-
|
472
|
+
values: string[];
|
375
473
|
};
|
376
|
-
|
474
|
+
width: {
|
377
475
|
type: string;
|
476
|
+
maximum: number;
|
477
|
+
minimum: number;
|
378
478
|
optional: boolean;
|
379
479
|
};
|
380
|
-
|
480
|
+
originalHeight: {
|
381
481
|
type: string;
|
382
482
|
optional: boolean;
|
383
483
|
};
|
384
|
-
|
484
|
+
originalWidth: {
|
385
485
|
type: string;
|
386
|
-
values: string[];
|
387
486
|
optional: boolean;
|
388
487
|
};
|
389
488
|
};
|
390
489
|
};
|
391
|
-
marks: {
|
392
|
-
type: string;
|
393
|
-
optional: boolean;
|
394
|
-
items: string[];
|
395
|
-
};
|
396
490
|
};
|
397
491
|
};
|
398
492
|
export declare const emoji: {
|
@@ -423,7 +517,7 @@ export declare const emoji: {
|
|
423
517
|
};
|
424
518
|
};
|
425
519
|
};
|
426
|
-
export declare const
|
520
|
+
export declare const expand: {
|
427
521
|
props: {
|
428
522
|
type: {
|
429
523
|
type: string;
|
@@ -431,65 +525,45 @@ export declare const date: {
|
|
431
525
|
};
|
432
526
|
attrs: {
|
433
527
|
props: {
|
434
|
-
|
435
|
-
minLength: number;
|
528
|
+
title: {
|
436
529
|
type: string;
|
530
|
+
optional: boolean;
|
437
531
|
};
|
438
532
|
};
|
439
533
|
};
|
534
|
+
content: {
|
535
|
+
type: string;
|
536
|
+
items: string[][];
|
537
|
+
minItems: number;
|
538
|
+
allowUnsupportedBlock: boolean;
|
539
|
+
};
|
440
540
|
marks: {
|
441
541
|
type: string;
|
542
|
+
items: any[];
|
442
543
|
optional: boolean;
|
443
|
-
items: string[];
|
444
544
|
};
|
445
545
|
};
|
446
546
|
};
|
447
|
-
export declare const
|
547
|
+
export declare const expand_with_breakout_mark: (string | {
|
448
548
|
props: {
|
449
|
-
|
549
|
+
marks: {
|
450
550
|
type: string;
|
451
|
-
|
452
|
-
|
453
|
-
attrs: {
|
454
|
-
props: {
|
455
|
-
text: {
|
456
|
-
type: string;
|
457
|
-
};
|
458
|
-
};
|
551
|
+
optional: boolean;
|
552
|
+
items: string[];
|
459
553
|
};
|
460
554
|
};
|
461
|
-
};
|
462
|
-
export declare const
|
555
|
+
})[];
|
556
|
+
export declare const expand_with_no_mark: (string | {
|
463
557
|
props: {
|
464
|
-
type: {
|
465
|
-
type: string;
|
466
|
-
values: string[];
|
467
|
-
};
|
468
|
-
attrs: ({
|
469
|
-
props: {
|
470
|
-
url: {
|
471
|
-
type: string;
|
472
|
-
validatorFn: string;
|
473
|
-
};
|
474
|
-
data?: undefined;
|
475
|
-
};
|
476
|
-
} | {
|
477
|
-
props: {
|
478
|
-
data: {
|
479
|
-
type: string;
|
480
|
-
};
|
481
|
-
url?: undefined;
|
482
|
-
};
|
483
|
-
})[];
|
484
558
|
marks: {
|
485
|
-
items: string[];
|
486
|
-
optional: boolean;
|
487
559
|
type: string;
|
560
|
+
maxItems: number;
|
561
|
+
items: any[];
|
562
|
+
optional: boolean;
|
488
563
|
};
|
489
564
|
};
|
490
|
-
|
491
|
-
|
492
|
-
export declare const status: {
|
565
|
+
})[];
|
566
|
+
export declare const extension: {
|
493
567
|
props: {
|
494
568
|
type: {
|
495
569
|
type: string;
|
@@ -497,19 +571,29 @@ export declare const status: {
|
|
497
571
|
};
|
498
572
|
attrs: {
|
499
573
|
props: {
|
500
|
-
|
574
|
+
extensionKey: {
|
501
575
|
minLength: number;
|
502
576
|
type: string;
|
503
577
|
};
|
504
|
-
|
578
|
+
extensionType: {
|
579
|
+
minLength: number;
|
505
580
|
type: string;
|
506
|
-
values: string[];
|
507
581
|
};
|
508
|
-
|
582
|
+
parameters: {
|
509
583
|
type: string;
|
510
584
|
optional: boolean;
|
511
585
|
};
|
512
|
-
|
586
|
+
text: {
|
587
|
+
type: string;
|
588
|
+
optional: boolean;
|
589
|
+
};
|
590
|
+
layout: {
|
591
|
+
type: string;
|
592
|
+
values: string[];
|
593
|
+
optional: boolean;
|
594
|
+
};
|
595
|
+
localId: {
|
596
|
+
minLength: number;
|
513
597
|
type: string;
|
514
598
|
optional: boolean;
|
515
599
|
};
|
@@ -517,12 +601,12 @@ export declare const status: {
|
|
517
601
|
};
|
518
602
|
marks: {
|
519
603
|
type: string;
|
604
|
+
items: any[];
|
520
605
|
optional: boolean;
|
521
|
-
items: string[];
|
522
606
|
};
|
523
607
|
};
|
524
608
|
};
|
525
|
-
export declare const
|
609
|
+
export declare const extension_with_marks: (string | {
|
526
610
|
props: {
|
527
611
|
marks: {
|
528
612
|
type: string;
|
@@ -531,40 +615,63 @@ export declare const text_formatted: (string | {
|
|
531
615
|
};
|
532
616
|
};
|
533
617
|
})[];
|
534
|
-
export declare const
|
618
|
+
export declare const extensionFrame: {
|
535
619
|
props: {
|
620
|
+
type: {
|
621
|
+
type: string;
|
622
|
+
values: string[];
|
623
|
+
};
|
624
|
+
content: {
|
625
|
+
type: string;
|
626
|
+
items: string[][];
|
627
|
+
minItems: number;
|
628
|
+
};
|
536
629
|
marks: {
|
537
630
|
type: string;
|
538
631
|
optional: boolean;
|
539
632
|
items: string[][];
|
540
633
|
};
|
541
634
|
};
|
542
|
-
})[];
|
543
|
-
export declare const em: {
|
544
|
-
props: {
|
545
|
-
type: {
|
546
|
-
type: string;
|
547
|
-
values: string[];
|
548
|
-
};
|
549
|
-
};
|
550
635
|
};
|
551
|
-
export declare const
|
636
|
+
export declare const fragment: {
|
552
637
|
props: {
|
553
638
|
type: {
|
554
639
|
type: string;
|
555
640
|
values: string[];
|
556
641
|
};
|
642
|
+
attrs: {
|
643
|
+
props: {
|
644
|
+
localId: {
|
645
|
+
minLength: number;
|
646
|
+
type: string;
|
647
|
+
};
|
648
|
+
name: {
|
649
|
+
type: string;
|
650
|
+
optional: boolean;
|
651
|
+
};
|
652
|
+
};
|
653
|
+
};
|
557
654
|
};
|
558
655
|
};
|
559
|
-
export declare const
|
656
|
+
export declare const hardBreak: {
|
560
657
|
props: {
|
561
658
|
type: {
|
562
659
|
type: string;
|
563
660
|
values: string[];
|
564
661
|
};
|
662
|
+
attrs: {
|
663
|
+
props: {
|
664
|
+
text: {
|
665
|
+
type: string;
|
666
|
+
values: string[];
|
667
|
+
optional: boolean;
|
668
|
+
};
|
669
|
+
};
|
670
|
+
optional: boolean;
|
671
|
+
};
|
565
672
|
};
|
566
673
|
};
|
567
|
-
export declare const
|
674
|
+
export declare const heading: {
|
568
675
|
props: {
|
569
676
|
type: {
|
570
677
|
type: string;
|
@@ -572,23 +679,59 @@ export declare const subsup: {
|
|
572
679
|
};
|
573
680
|
attrs: {
|
574
681
|
props: {
|
575
|
-
|
682
|
+
level: {
|
576
683
|
type: string;
|
577
|
-
|
684
|
+
minimum: number;
|
685
|
+
maximum: number;
|
686
|
+
};
|
687
|
+
localId: {
|
688
|
+
type: string;
|
689
|
+
optional: boolean;
|
578
690
|
};
|
579
691
|
};
|
580
692
|
};
|
693
|
+
content: {
|
694
|
+
type: string;
|
695
|
+
items: string[];
|
696
|
+
optional: boolean;
|
697
|
+
allowUnsupportedInline: boolean;
|
698
|
+
};
|
699
|
+
marks: {
|
700
|
+
type: string;
|
701
|
+
items: any[];
|
702
|
+
optional: boolean;
|
703
|
+
};
|
581
704
|
};
|
582
705
|
};
|
583
|
-
export declare const
|
706
|
+
export declare const heading_with_alignment: (string | {
|
584
707
|
props: {
|
585
|
-
|
708
|
+
marks: {
|
586
709
|
type: string;
|
587
|
-
|
710
|
+
optional: boolean;
|
711
|
+
items: string[];
|
588
712
|
};
|
589
713
|
};
|
590
|
-
};
|
591
|
-
export declare const
|
714
|
+
})[];
|
715
|
+
export declare const heading_with_indentation: (string | {
|
716
|
+
props: {
|
717
|
+
marks: {
|
718
|
+
type: string;
|
719
|
+
optional: boolean;
|
720
|
+
items: string[];
|
721
|
+
};
|
722
|
+
};
|
723
|
+
})[];
|
724
|
+
export declare const heading_with_no_marks: (string | {
|
725
|
+
props: {
|
726
|
+
marks: {
|
727
|
+
type: string;
|
728
|
+
maxItems: number;
|
729
|
+
items: any[];
|
730
|
+
optional: boolean;
|
731
|
+
};
|
732
|
+
};
|
733
|
+
})[];
|
734
|
+
export declare const indentation: {
|
592
735
|
props: {
|
593
736
|
type: {
|
594
737
|
type: string;
|
@@ -596,31 +739,47 @@ export declare const textColor: {
|
|
596
739
|
};
|
597
740
|
attrs: {
|
598
741
|
props: {
|
599
|
-
|
742
|
+
level: {
|
600
743
|
type: string;
|
601
|
-
|
744
|
+
minimum: number;
|
745
|
+
maximum: number;
|
602
746
|
};
|
603
747
|
};
|
604
748
|
};
|
605
749
|
};
|
606
750
|
};
|
607
|
-
export declare const
|
751
|
+
export declare const inline_content: string[];
|
752
|
+
export declare const inlineCard: {
|
608
753
|
props: {
|
609
754
|
type: {
|
610
755
|
type: string;
|
611
756
|
values: string[];
|
612
757
|
};
|
613
|
-
attrs: {
|
758
|
+
attrs: ({
|
614
759
|
props: {
|
615
|
-
|
616
|
-
|
760
|
+
url: {
|
761
|
+
type: string;
|
762
|
+
validatorFn: string;
|
763
|
+
};
|
764
|
+
data?: undefined;
|
765
|
+
};
|
766
|
+
} | {
|
767
|
+
props: {
|
768
|
+
data: {
|
617
769
|
type: string;
|
618
770
|
};
|
771
|
+
url?: undefined;
|
619
772
|
};
|
773
|
+
})[];
|
774
|
+
marks: {
|
775
|
+
items: string[];
|
776
|
+
optional: boolean;
|
777
|
+
type: string;
|
620
778
|
};
|
621
779
|
};
|
780
|
+
required: string[];
|
622
781
|
};
|
623
|
-
export declare const
|
782
|
+
export declare const inlineExtension: {
|
624
783
|
props: {
|
625
784
|
type: {
|
626
785
|
type: string;
|
@@ -628,48 +787,89 @@ export declare const confluenceInlineComment: {
|
|
628
787
|
};
|
629
788
|
attrs: {
|
630
789
|
props: {
|
631
|
-
|
790
|
+
extensionKey: {
|
791
|
+
minLength: number;
|
792
|
+
type: string;
|
793
|
+
};
|
794
|
+
extensionType: {
|
795
|
+
minLength: number;
|
796
|
+
type: string;
|
797
|
+
};
|
798
|
+
parameters: {
|
799
|
+
type: string;
|
800
|
+
optional: boolean;
|
801
|
+
};
|
802
|
+
text: {
|
803
|
+
type: string;
|
804
|
+
optional: boolean;
|
805
|
+
};
|
806
|
+
localId: {
|
807
|
+
minLength: number;
|
632
808
|
type: string;
|
809
|
+
optional: boolean;
|
633
810
|
};
|
634
811
|
};
|
635
812
|
};
|
813
|
+
marks: {
|
814
|
+
type: string;
|
815
|
+
items: any[];
|
816
|
+
optional: boolean;
|
817
|
+
};
|
636
818
|
};
|
637
819
|
};
|
638
|
-
export declare const
|
820
|
+
export declare const inlineExtension_with_marks: (string | {
|
639
821
|
props: {
|
640
|
-
|
822
|
+
marks: {
|
641
823
|
type: string;
|
642
|
-
|
824
|
+
optional: boolean;
|
825
|
+
items: string[][];
|
643
826
|
};
|
644
827
|
};
|
645
|
-
};
|
646
|
-
export declare const
|
828
|
+
})[];
|
829
|
+
export declare const layoutColumn: {
|
647
830
|
props: {
|
648
831
|
type: {
|
649
832
|
type: string;
|
650
833
|
values: string[];
|
651
834
|
};
|
835
|
+
attrs: {
|
836
|
+
props: {
|
837
|
+
width: {
|
838
|
+
type: string;
|
839
|
+
minimum: number;
|
840
|
+
maximum: number;
|
841
|
+
};
|
842
|
+
};
|
843
|
+
};
|
652
844
|
content: {
|
653
845
|
type: string;
|
654
|
-
items: string[]
|
655
|
-
|
656
|
-
|
846
|
+
items: string[];
|
847
|
+
minItems: number;
|
848
|
+
allowUnsupportedBlock: boolean;
|
657
849
|
};
|
658
850
|
};
|
659
851
|
};
|
660
|
-
export declare const
|
852
|
+
export declare const layoutSection: {
|
661
853
|
props: {
|
854
|
+
type: {
|
855
|
+
type: string;
|
856
|
+
values: string[];
|
857
|
+
};
|
662
858
|
content: {
|
663
859
|
type: string;
|
664
|
-
isTupleLike: boolean;
|
665
860
|
items: string[];
|
666
861
|
minItems: number;
|
667
862
|
maxItems: number;
|
668
863
|
allowUnsupportedBlock: boolean;
|
669
864
|
};
|
865
|
+
marks: {
|
866
|
+
type: string;
|
867
|
+
optional: boolean;
|
868
|
+
items: string[];
|
869
|
+
};
|
670
870
|
};
|
671
|
-
}
|
672
|
-
export declare const
|
871
|
+
};
|
872
|
+
export declare const layoutSection_full: (string | {
|
673
873
|
props: {
|
674
874
|
content: {
|
675
875
|
type: string;
|
@@ -678,10 +878,25 @@ export declare const mediaSingle_full: (string | {
|
|
678
878
|
maxItems: number;
|
679
879
|
allowUnsupportedBlock: boolean;
|
680
880
|
};
|
881
|
+
marks: {
|
882
|
+
type: string;
|
883
|
+
optional: boolean;
|
884
|
+
items: string[];
|
885
|
+
};
|
681
886
|
};
|
682
887
|
})[];
|
683
|
-
export declare const
|
888
|
+
export declare const layoutSection_with_single_column: (string | {
|
684
889
|
props: {
|
890
|
+
attrs: {
|
891
|
+
props: {
|
892
|
+
columnRuleStyle: {
|
893
|
+
type: string;
|
894
|
+
values: string[];
|
895
|
+
optional: boolean;
|
896
|
+
};
|
897
|
+
};
|
898
|
+
optional: boolean;
|
899
|
+
};
|
685
900
|
content: {
|
686
901
|
type: string;
|
687
902
|
items: string[];
|
@@ -689,10 +904,6 @@ export declare const mediaSingle_width_type: (string | {
|
|
689
904
|
maxItems: number;
|
690
905
|
allowUnsupportedBlock: boolean;
|
691
906
|
};
|
692
|
-
};
|
693
|
-
})[];
|
694
|
-
export declare const text_link_inline: (string | {
|
695
|
-
props: {
|
696
907
|
marks: {
|
697
908
|
type: string;
|
698
909
|
optional: boolean;
|
@@ -700,7 +911,7 @@ export declare const text_link_inline: (string | {
|
|
700
911
|
};
|
701
912
|
};
|
702
913
|
})[];
|
703
|
-
export declare const
|
914
|
+
export declare const link: {
|
704
915
|
props: {
|
705
916
|
type: {
|
706
917
|
type: string;
|
@@ -708,57 +919,67 @@ export declare const inlineExtension: {
|
|
708
919
|
};
|
709
920
|
attrs: {
|
710
921
|
props: {
|
711
|
-
|
712
|
-
minLength: number;
|
922
|
+
href: {
|
713
923
|
type: string;
|
924
|
+
validatorFn: string;
|
714
925
|
};
|
715
|
-
|
716
|
-
minLength: number;
|
926
|
+
title: {
|
717
927
|
type: string;
|
928
|
+
optional: boolean;
|
718
929
|
};
|
719
|
-
|
930
|
+
id: {
|
720
931
|
type: string;
|
721
932
|
optional: boolean;
|
722
933
|
};
|
723
|
-
|
934
|
+
collection: {
|
724
935
|
type: string;
|
725
936
|
optional: boolean;
|
726
937
|
};
|
727
|
-
|
728
|
-
minLength: number;
|
938
|
+
occurrenceKey: {
|
729
939
|
type: string;
|
730
940
|
optional: boolean;
|
731
941
|
};
|
732
942
|
};
|
733
943
|
};
|
734
|
-
|
944
|
+
};
|
945
|
+
};
|
946
|
+
export declare const listItem: {
|
947
|
+
props: {
|
948
|
+
type: {
|
735
949
|
type: string;
|
736
|
-
|
737
|
-
|
950
|
+
values: string[];
|
951
|
+
};
|
952
|
+
content: {
|
953
|
+
type: string;
|
954
|
+
isTupleLike: boolean;
|
955
|
+
items: string[][];
|
956
|
+
minItems: number;
|
957
|
+
allowUnsupportedBlock: boolean;
|
738
958
|
};
|
739
959
|
};
|
740
960
|
};
|
741
|
-
export declare const
|
961
|
+
export declare const listItem_with_nested_decision: (string | {
|
742
962
|
props: {
|
743
|
-
|
963
|
+
content: {
|
744
964
|
type: string;
|
745
|
-
|
965
|
+
isTupleLike: boolean;
|
746
966
|
items: string[][];
|
967
|
+
minItems: number;
|
968
|
+
allowUnsupportedBlock: boolean;
|
747
969
|
};
|
748
970
|
};
|
749
971
|
})[];
|
750
|
-
export declare const
|
972
|
+
export declare const media: {
|
751
973
|
props: {
|
752
974
|
type: {
|
753
975
|
type: string;
|
754
976
|
values: string[];
|
755
977
|
};
|
756
|
-
attrs: {
|
978
|
+
attrs: ({
|
757
979
|
props: {
|
758
980
|
type: {
|
759
981
|
type: string;
|
760
982
|
values: string[];
|
761
|
-
optional: boolean;
|
762
983
|
};
|
763
984
|
id: {
|
764
985
|
minLength: number;
|
@@ -771,6 +992,10 @@ export declare const mediaInline: {
|
|
771
992
|
collection: {
|
772
993
|
type: string;
|
773
994
|
};
|
995
|
+
height: {
|
996
|
+
type: string;
|
997
|
+
optional: boolean;
|
998
|
+
};
|
774
999
|
occurrenceKey: {
|
775
1000
|
minLength: number;
|
776
1001
|
type: string;
|
@@ -780,81 +1005,57 @@ export declare const mediaInline: {
|
|
780
1005
|
type: string;
|
781
1006
|
optional: boolean;
|
782
1007
|
};
|
783
|
-
|
784
|
-
|
785
|
-
|
1008
|
+
url?: undefined;
|
1009
|
+
};
|
1010
|
+
} | {
|
1011
|
+
props: {
|
1012
|
+
type: {
|
1013
|
+
type: string;
|
1014
|
+
values: string[];
|
786
1015
|
};
|
787
|
-
|
1016
|
+
alt: {
|
788
1017
|
type: string;
|
789
1018
|
optional: boolean;
|
790
1019
|
};
|
1020
|
+
height: {
|
1021
|
+
type: string;
|
1022
|
+
optional: boolean;
|
1023
|
+
};
|
1024
|
+
width: {
|
1025
|
+
type: string;
|
1026
|
+
optional: boolean;
|
1027
|
+
};
|
1028
|
+
url: {
|
1029
|
+
type: string;
|
1030
|
+
};
|
1031
|
+
id?: undefined;
|
1032
|
+
collection?: undefined;
|
1033
|
+
occurrenceKey?: undefined;
|
791
1034
|
};
|
792
|
-
};
|
1035
|
+
})[];
|
793
1036
|
marks: {
|
794
1037
|
type: string;
|
795
1038
|
optional: boolean;
|
796
1039
|
items: string[][];
|
797
1040
|
};
|
798
1041
|
};
|
1042
|
+
required: string[];
|
799
1043
|
};
|
800
|
-
export declare const
|
801
|
-
export declare const paragraph: {
|
1044
|
+
export declare const mediaGroup: {
|
802
1045
|
props: {
|
803
1046
|
type: {
|
804
1047
|
type: string;
|
805
1048
|
values: string[];
|
806
1049
|
};
|
807
|
-
attrs: {
|
808
|
-
props: {
|
809
|
-
localId: {
|
810
|
-
type: string;
|
811
|
-
optional: boolean;
|
812
|
-
};
|
813
|
-
};
|
814
|
-
optional: boolean;
|
815
|
-
};
|
816
1050
|
content: {
|
817
1051
|
type: string;
|
818
1052
|
items: string[];
|
819
|
-
|
820
|
-
|
821
|
-
};
|
822
|
-
marks: {
|
823
|
-
type: string;
|
824
|
-
items: any[];
|
825
|
-
optional: boolean;
|
1053
|
+
minItems: number;
|
1054
|
+
allowUnsupportedBlock: boolean;
|
826
1055
|
};
|
827
1056
|
};
|
828
1057
|
};
|
829
|
-
export declare const
|
830
|
-
props: {
|
831
|
-
marks: {
|
832
|
-
type: string;
|
833
|
-
optional: boolean;
|
834
|
-
items: string[];
|
835
|
-
};
|
836
|
-
};
|
837
|
-
})[];
|
838
|
-
export declare const paragraph_with_indentation: (string | {
|
839
|
-
props: {
|
840
|
-
marks: {
|
841
|
-
type: string;
|
842
|
-
optional: boolean;
|
843
|
-
items: string[];
|
844
|
-
};
|
845
|
-
};
|
846
|
-
})[];
|
847
|
-
export declare const paragraph_with_no_marks: (string | {
|
848
|
-
props: {
|
849
|
-
marks: {
|
850
|
-
type: string;
|
851
|
-
maxItems: number;
|
852
|
-
items: any[];
|
853
|
-
optional: boolean;
|
854
|
-
};
|
855
|
-
};
|
856
|
-
})[];
|
857
|
-
export declare const taskItem: {
|
1058
|
+
export declare const mediaInline: {
|
858
1059
|
props: {
|
859
1060
|
type: {
|
860
1061
|
type: string;
|
@@ -862,181 +1063,133 @@ export declare const taskItem: {
|
|
862
1063
|
};
|
863
1064
|
attrs: {
|
864
1065
|
props: {
|
865
|
-
|
1066
|
+
type: {
|
866
1067
|
type: string;
|
1068
|
+
values: string[];
|
1069
|
+
optional: boolean;
|
867
1070
|
};
|
868
|
-
|
1071
|
+
id: {
|
1072
|
+
minLength: number;
|
869
1073
|
type: string;
|
870
|
-
|
1074
|
+
};
|
1075
|
+
alt: {
|
1076
|
+
type: string;
|
1077
|
+
optional: boolean;
|
1078
|
+
};
|
1079
|
+
collection: {
|
1080
|
+
type: string;
|
1081
|
+
};
|
1082
|
+
occurrenceKey: {
|
1083
|
+
minLength: number;
|
1084
|
+
type: string;
|
1085
|
+
optional: boolean;
|
1086
|
+
};
|
1087
|
+
width: {
|
1088
|
+
type: string;
|
1089
|
+
optional: boolean;
|
1090
|
+
};
|
1091
|
+
height: {
|
1092
|
+
type: string;
|
1093
|
+
optional: boolean;
|
1094
|
+
};
|
1095
|
+
data: {
|
1096
|
+
type: string;
|
1097
|
+
optional: boolean;
|
871
1098
|
};
|
872
1099
|
};
|
873
1100
|
};
|
874
|
-
|
1101
|
+
marks: {
|
875
1102
|
type: string;
|
876
|
-
items: string[];
|
877
1103
|
optional: boolean;
|
878
|
-
|
1104
|
+
items: string[][];
|
879
1105
|
};
|
880
1106
|
};
|
881
1107
|
};
|
882
|
-
export declare const
|
1108
|
+
export declare const mediaSingle: {
|
883
1109
|
props: {
|
884
1110
|
type: {
|
885
1111
|
type: string;
|
886
1112
|
values: string[];
|
887
1113
|
};
|
888
|
-
attrs: {
|
1114
|
+
attrs: ({
|
889
1115
|
props: {
|
890
|
-
|
1116
|
+
width: {
|
891
1117
|
type: string;
|
1118
|
+
minimum: number;
|
1119
|
+
maximum: number;
|
1120
|
+
optional: boolean;
|
892
1121
|
};
|
893
|
-
|
894
|
-
};
|
895
|
-
content: {
|
896
|
-
type: string;
|
897
|
-
isTupleLike: boolean;
|
898
|
-
items: (string | string[])[];
|
899
|
-
minItems: number;
|
900
|
-
allowUnsupportedBlock: boolean;
|
901
|
-
};
|
902
|
-
};
|
903
|
-
};
|
904
|
-
export declare const decisionItem: {
|
905
|
-
props: {
|
906
|
-
type: {
|
907
|
-
type: string;
|
908
|
-
values: string[];
|
909
|
-
};
|
910
|
-
attrs: {
|
911
|
-
props: {
|
912
|
-
localId: {
|
1122
|
+
layout: {
|
913
1123
|
type: string;
|
1124
|
+
values: string[];
|
914
1125
|
};
|
915
|
-
|
1126
|
+
widthType: {
|
916
1127
|
type: string;
|
1128
|
+
values: string[];
|
1129
|
+
optional: boolean;
|
917
1130
|
};
|
918
1131
|
};
|
919
|
-
}
|
920
|
-
content: {
|
921
|
-
type: string;
|
922
|
-
items: string[];
|
923
|
-
optional: boolean;
|
924
|
-
allowUnsupportedInline: boolean;
|
925
|
-
};
|
926
|
-
};
|
927
|
-
};
|
928
|
-
export declare const decisionList: {
|
929
|
-
props: {
|
930
|
-
type: {
|
931
|
-
type: string;
|
932
|
-
values: string[];
|
933
|
-
};
|
934
|
-
attrs: {
|
1132
|
+
} | {
|
935
1133
|
props: {
|
936
|
-
|
1134
|
+
width: {
|
1135
|
+
type: string;
|
1136
|
+
minimum: number;
|
1137
|
+
maximum?: undefined;
|
1138
|
+
optional?: undefined;
|
1139
|
+
};
|
1140
|
+
widthType: {
|
937
1141
|
type: string;
|
1142
|
+
values: string[];
|
1143
|
+
optional?: undefined;
|
1144
|
+
};
|
1145
|
+
layout: {
|
1146
|
+
type: string;
|
1147
|
+
values: string[];
|
938
1148
|
};
|
939
1149
|
};
|
940
|
-
};
|
941
|
-
|
1150
|
+
})[];
|
1151
|
+
marks: {
|
942
1152
|
type: string;
|
1153
|
+
optional: boolean;
|
943
1154
|
items: string[];
|
944
|
-
minItems: number;
|
945
|
-
allowUnsupportedBlock: boolean;
|
946
1155
|
};
|
947
1156
|
};
|
948
1157
|
};
|
949
|
-
export declare const
|
1158
|
+
export declare const mediaSingle_caption: (string | {
|
950
1159
|
props: {
|
951
1160
|
content: {
|
952
1161
|
type: string;
|
953
1162
|
isTupleLike: boolean;
|
954
|
-
items: string[]
|
1163
|
+
items: string[];
|
955
1164
|
minItems: number;
|
1165
|
+
maxItems: number;
|
956
1166
|
allowUnsupportedBlock: boolean;
|
957
1167
|
};
|
958
1168
|
};
|
959
1169
|
})[];
|
960
|
-
export declare const
|
961
|
-
props: {
|
962
|
-
type: {
|
963
|
-
type: string;
|
964
|
-
values: string[];
|
965
|
-
};
|
966
|
-
content: {
|
967
|
-
type: string;
|
968
|
-
items: string[][];
|
969
|
-
minItems: number;
|
970
|
-
};
|
971
|
-
};
|
972
|
-
};
|
973
|
-
export declare const listItem: {
|
974
|
-
props: {
|
975
|
-
type: {
|
976
|
-
type: string;
|
977
|
-
values: string[];
|
978
|
-
};
|
979
|
-
content: {
|
980
|
-
type: string;
|
981
|
-
isTupleLike: boolean;
|
982
|
-
items: string[][];
|
983
|
-
minItems: number;
|
984
|
-
allowUnsupportedBlock: boolean;
|
985
|
-
};
|
986
|
-
};
|
987
|
-
};
|
988
|
-
export declare const orderedList: {
|
989
|
-
props: {
|
990
|
-
type: {
|
991
|
-
type: string;
|
992
|
-
values: string[];
|
993
|
-
};
|
994
|
-
attrs: {
|
995
|
-
props: {
|
996
|
-
order: {
|
997
|
-
type: string;
|
998
|
-
minimum: number;
|
999
|
-
optional: boolean;
|
1000
|
-
};
|
1001
|
-
};
|
1002
|
-
optional: boolean;
|
1003
|
-
};
|
1004
|
-
content: {
|
1005
|
-
type: string;
|
1006
|
-
items: string[][];
|
1007
|
-
minItems: number;
|
1008
|
-
};
|
1009
|
-
};
|
1010
|
-
};
|
1011
|
-
export declare const mediaGroup: {
|
1170
|
+
export declare const mediaSingle_full: (string | {
|
1012
1171
|
props: {
|
1013
|
-
type: {
|
1014
|
-
type: string;
|
1015
|
-
values: string[];
|
1016
|
-
};
|
1017
1172
|
content: {
|
1018
1173
|
type: string;
|
1019
1174
|
items: string[];
|
1020
1175
|
minItems: number;
|
1176
|
+
maxItems: number;
|
1021
1177
|
allowUnsupportedBlock: boolean;
|
1022
1178
|
};
|
1023
1179
|
};
|
1024
|
-
};
|
1025
|
-
export declare const
|
1180
|
+
})[];
|
1181
|
+
export declare const mediaSingle_width_type: (string | {
|
1026
1182
|
props: {
|
1027
|
-
type: {
|
1028
|
-
type: string;
|
1029
|
-
values: string[];
|
1030
|
-
};
|
1031
1183
|
content: {
|
1032
1184
|
type: string;
|
1033
|
-
items: string[]
|
1185
|
+
items: string[];
|
1034
1186
|
minItems: number;
|
1187
|
+
maxItems: number;
|
1035
1188
|
allowUnsupportedBlock: boolean;
|
1036
1189
|
};
|
1037
1190
|
};
|
1038
|
-
};
|
1039
|
-
export declare const
|
1191
|
+
})[];
|
1192
|
+
export declare const mention: {
|
1040
1193
|
props: {
|
1041
1194
|
type: {
|
1042
1195
|
type: string;
|
@@ -1044,33 +1197,36 @@ export declare const embedCard: {
|
|
1044
1197
|
};
|
1045
1198
|
attrs: {
|
1046
1199
|
props: {
|
1047
|
-
|
1200
|
+
id: {
|
1048
1201
|
type: string;
|
1049
|
-
validatorFn: string;
|
1050
1202
|
};
|
1051
|
-
|
1203
|
+
localId: {
|
1052
1204
|
type: string;
|
1053
|
-
|
1205
|
+
optional: boolean;
|
1054
1206
|
};
|
1055
|
-
|
1207
|
+
text: {
|
1056
1208
|
type: string;
|
1057
|
-
maximum: number;
|
1058
|
-
minimum: number;
|
1059
1209
|
optional: boolean;
|
1060
1210
|
};
|
1061
|
-
|
1211
|
+
accessLevel: {
|
1062
1212
|
type: string;
|
1063
1213
|
optional: boolean;
|
1064
1214
|
};
|
1065
|
-
|
1215
|
+
userType: {
|
1066
1216
|
type: string;
|
1217
|
+
values: string[];
|
1067
1218
|
optional: boolean;
|
1068
1219
|
};
|
1069
1220
|
};
|
1070
1221
|
};
|
1222
|
+
marks: {
|
1223
|
+
type: string;
|
1224
|
+
optional: boolean;
|
1225
|
+
items: string[];
|
1226
|
+
};
|
1071
1227
|
};
|
1072
1228
|
};
|
1073
|
-
export declare const
|
1229
|
+
export declare const multiBodiedExtension: {
|
1074
1230
|
props: {
|
1075
1231
|
type: {
|
1076
1232
|
type: string;
|
@@ -1079,12 +1235,12 @@ export declare const extension: {
|
|
1079
1235
|
attrs: {
|
1080
1236
|
props: {
|
1081
1237
|
extensionKey: {
|
1082
|
-
minLength: number;
|
1083
1238
|
type: string;
|
1239
|
+
minLength: number;
|
1084
1240
|
};
|
1085
1241
|
extensionType: {
|
1086
|
-
minLength: number;
|
1087
1242
|
type: string;
|
1243
|
+
minLength: number;
|
1088
1244
|
};
|
1089
1245
|
parameters: {
|
1090
1246
|
type: string;
|
@@ -1100,29 +1256,24 @@ export declare const extension: {
|
|
1100
1256
|
optional: boolean;
|
1101
1257
|
};
|
1102
1258
|
localId: {
|
1103
|
-
minLength: number;
|
1104
1259
|
type: string;
|
1105
1260
|
optional: boolean;
|
1261
|
+
minLength: number;
|
1106
1262
|
};
|
1107
1263
|
};
|
1108
1264
|
};
|
1109
|
-
|
1265
|
+
content: {
|
1110
1266
|
type: string;
|
1111
|
-
items:
|
1112
|
-
optional: boolean;
|
1267
|
+
items: string[];
|
1113
1268
|
};
|
1114
|
-
};
|
1115
|
-
};
|
1116
|
-
export declare const extension_with_marks: (string | {
|
1117
|
-
props: {
|
1118
1269
|
marks: {
|
1119
1270
|
type: string;
|
1271
|
+
items: any[];
|
1120
1272
|
optional: boolean;
|
1121
|
-
items: string[][];
|
1122
1273
|
};
|
1123
1274
|
};
|
1124
|
-
}
|
1125
|
-
export declare const
|
1275
|
+
};
|
1276
|
+
export declare const nestedExpand: {
|
1126
1277
|
props: {
|
1127
1278
|
type: {
|
1128
1279
|
type: string;
|
@@ -1130,40 +1281,23 @@ export declare const heading: {
|
|
1130
1281
|
};
|
1131
1282
|
attrs: {
|
1132
1283
|
props: {
|
1133
|
-
|
1134
|
-
type: string;
|
1135
|
-
minimum: number;
|
1136
|
-
maximum: number;
|
1137
|
-
};
|
1138
|
-
localId: {
|
1284
|
+
title: {
|
1139
1285
|
type: string;
|
1140
1286
|
optional: boolean;
|
1141
1287
|
};
|
1142
1288
|
};
|
1143
1289
|
};
|
1144
|
-
content:
|
1145
|
-
type: string;
|
1146
|
-
items: string[];
|
1147
|
-
optional: boolean;
|
1148
|
-
allowUnsupportedInline: boolean;
|
1149
|
-
};
|
1150
|
-
marks: {
|
1151
|
-
type: string;
|
1152
|
-
items: any[];
|
1153
|
-
optional: boolean;
|
1154
|
-
};
|
1290
|
+
content: string;
|
1155
1291
|
};
|
1292
|
+
required: string[];
|
1156
1293
|
};
|
1157
|
-
export declare const
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
};
|
1165
|
-
})[];
|
1166
|
-
export declare const heading_with_no_marks: (string | {
|
1294
|
+
export declare const nestedExpand_content: {
|
1295
|
+
type: string;
|
1296
|
+
items: string[][];
|
1297
|
+
minItems: number;
|
1298
|
+
allowUnsupportedBlock: boolean;
|
1299
|
+
};
|
1300
|
+
export declare const nestedExpand_with_no_marks: (string | {
|
1167
1301
|
props: {
|
1168
1302
|
marks: {
|
1169
1303
|
type: string;
|
@@ -1173,20 +1307,27 @@ export declare const heading_with_no_marks: (string | {
|
|
1173
1307
|
};
|
1174
1308
|
};
|
1175
1309
|
})[];
|
1176
|
-
export declare const
|
1310
|
+
export declare const non_nestable_block_content: string[];
|
1311
|
+
export declare const orderedList: {
|
1177
1312
|
props: {
|
1178
|
-
|
1313
|
+
type: {
|
1179
1314
|
type: string;
|
1315
|
+
values: string[];
|
1316
|
+
};
|
1317
|
+
attrs: {
|
1318
|
+
props: {
|
1319
|
+
order: {
|
1320
|
+
type: string;
|
1321
|
+
minimum: number;
|
1322
|
+
optional: boolean;
|
1323
|
+
};
|
1324
|
+
};
|
1180
1325
|
optional: boolean;
|
1181
|
-
items: string[];
|
1182
1326
|
};
|
1183
|
-
|
1184
|
-
})[];
|
1185
|
-
export declare const rule: {
|
1186
|
-
props: {
|
1187
|
-
type: {
|
1327
|
+
content: {
|
1188
1328
|
type: string;
|
1189
|
-
|
1329
|
+
items: string[][];
|
1330
|
+
minItems: number;
|
1190
1331
|
};
|
1191
1332
|
};
|
1192
1333
|
};
|
@@ -1238,23 +1379,7 @@ export declare const panel_with_nested_blockquote: (string | {
|
|
1238
1379
|
};
|
1239
1380
|
};
|
1240
1381
|
})[];
|
1241
|
-
export declare const
|
1242
|
-
type: string;
|
1243
|
-
items: string[][];
|
1244
|
-
minItems: number;
|
1245
|
-
allowUnsupportedBlock: boolean;
|
1246
|
-
};
|
1247
|
-
export declare const nestedExpand_with_no_marks: (string | {
|
1248
|
-
props: {
|
1249
|
-
marks: {
|
1250
|
-
type: string;
|
1251
|
-
maxItems: number;
|
1252
|
-
items: any[];
|
1253
|
-
optional: boolean;
|
1254
|
-
};
|
1255
|
-
};
|
1256
|
-
})[];
|
1257
|
-
export declare const alignment: {
|
1382
|
+
export declare const paragraph: {
|
1258
1383
|
props: {
|
1259
1384
|
type: {
|
1260
1385
|
type: string;
|
@@ -1262,71 +1387,55 @@ export declare const alignment: {
|
|
1262
1387
|
};
|
1263
1388
|
attrs: {
|
1264
1389
|
props: {
|
1265
|
-
|
1390
|
+
localId: {
|
1266
1391
|
type: string;
|
1267
|
-
|
1392
|
+
optional: boolean;
|
1268
1393
|
};
|
1269
1394
|
};
|
1395
|
+
optional: boolean;
|
1270
1396
|
};
|
1271
|
-
|
1272
|
-
};
|
1273
|
-
export declare const indentation: {
|
1274
|
-
props: {
|
1275
|
-
type: {
|
1397
|
+
content: {
|
1276
1398
|
type: string;
|
1277
|
-
|
1399
|
+
items: string[];
|
1400
|
+
optional: boolean;
|
1401
|
+
allowUnsupportedInline: boolean;
|
1278
1402
|
};
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
minimum: number;
|
1284
|
-
maximum: number;
|
1285
|
-
};
|
1286
|
-
};
|
1403
|
+
marks: {
|
1404
|
+
type: string;
|
1405
|
+
items: any[];
|
1406
|
+
optional: boolean;
|
1287
1407
|
};
|
1288
1408
|
};
|
1289
1409
|
};
|
1290
|
-
export declare const
|
1410
|
+
export declare const paragraph_with_alignment: (string | {
|
1291
1411
|
props: {
|
1292
|
-
|
1412
|
+
marks: {
|
1293
1413
|
type: string;
|
1294
|
-
|
1295
|
-
|
1296
|
-
attrs: {
|
1297
|
-
props: {
|
1298
|
-
sources: {
|
1299
|
-
type: string;
|
1300
|
-
items: {
|
1301
|
-
type: string;
|
1302
|
-
}[];
|
1303
|
-
minItems: number;
|
1304
|
-
};
|
1305
|
-
};
|
1414
|
+
optional: boolean;
|
1415
|
+
items: string[];
|
1306
1416
|
};
|
1307
1417
|
};
|
1308
|
-
};
|
1309
|
-
export declare const
|
1418
|
+
})[];
|
1419
|
+
export declare const paragraph_with_indentation: (string | {
|
1310
1420
|
props: {
|
1311
|
-
|
1421
|
+
marks: {
|
1312
1422
|
type: string;
|
1313
|
-
|
1423
|
+
optional: boolean;
|
1424
|
+
items: string[];
|
1314
1425
|
};
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
|
1319
|
-
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
1323
|
-
|
1324
|
-
};
|
1325
|
-
};
|
1426
|
+
};
|
1427
|
+
})[];
|
1428
|
+
export declare const paragraph_with_no_marks: (string | {
|
1429
|
+
props: {
|
1430
|
+
marks: {
|
1431
|
+
type: string;
|
1432
|
+
maxItems: number;
|
1433
|
+
items: any[];
|
1434
|
+
optional: boolean;
|
1326
1435
|
};
|
1327
1436
|
};
|
1328
|
-
};
|
1329
|
-
export declare const
|
1437
|
+
})[];
|
1438
|
+
export declare const placeholder: {
|
1330
1439
|
props: {
|
1331
1440
|
type: {
|
1332
1441
|
type: string;
|
@@ -1334,56 +1443,22 @@ export declare const tableCell: {
|
|
1334
1443
|
};
|
1335
1444
|
attrs: {
|
1336
1445
|
props: {
|
1337
|
-
|
1338
|
-
type: string;
|
1339
|
-
optional: boolean;
|
1340
|
-
};
|
1341
|
-
rowspan: {
|
1342
|
-
type: string;
|
1343
|
-
optional: boolean;
|
1344
|
-
};
|
1345
|
-
colwidth: {
|
1346
|
-
type: string;
|
1347
|
-
items: {
|
1348
|
-
type: string;
|
1349
|
-
}[];
|
1350
|
-
optional: boolean;
|
1351
|
-
};
|
1352
|
-
background: {
|
1446
|
+
text: {
|
1353
1447
|
type: string;
|
1354
|
-
optional: boolean;
|
1355
1448
|
};
|
1356
1449
|
};
|
1357
|
-
optional: boolean;
|
1358
|
-
};
|
1359
|
-
content: {
|
1360
|
-
type: string;
|
1361
|
-
items: string[][];
|
1362
|
-
minItems: number;
|
1363
|
-
allowUnsupportedBlock: boolean;
|
1364
1450
|
};
|
1365
1451
|
};
|
1366
|
-
required: string[];
|
1367
1452
|
};
|
1368
|
-
export declare const
|
1453
|
+
export declare const rule: {
|
1369
1454
|
props: {
|
1370
1455
|
type: {
|
1371
1456
|
type: string;
|
1372
1457
|
values: string[];
|
1373
1458
|
};
|
1374
|
-
attrs: {
|
1375
|
-
props: {
|
1376
|
-
title: {
|
1377
|
-
type: string;
|
1378
|
-
optional: boolean;
|
1379
|
-
};
|
1380
|
-
};
|
1381
|
-
};
|
1382
|
-
content: string;
|
1383
1459
|
};
|
1384
|
-
required: string[];
|
1385
1460
|
};
|
1386
|
-
export declare const
|
1461
|
+
export declare const status: {
|
1387
1462
|
props: {
|
1388
1463
|
type: {
|
1389
1464
|
type: string;
|
@@ -1391,45 +1466,60 @@ export declare const tableHeader: {
|
|
1391
1466
|
};
|
1392
1467
|
attrs: {
|
1393
1468
|
props: {
|
1394
|
-
|
1469
|
+
text: {
|
1470
|
+
minLength: number;
|
1395
1471
|
type: string;
|
1396
|
-
optional: boolean;
|
1397
1472
|
};
|
1398
|
-
|
1473
|
+
color: {
|
1399
1474
|
type: string;
|
1400
|
-
|
1475
|
+
values: string[];
|
1401
1476
|
};
|
1402
|
-
|
1477
|
+
localId: {
|
1403
1478
|
type: string;
|
1404
|
-
items: {
|
1405
|
-
type: string;
|
1406
|
-
}[];
|
1407
1479
|
optional: boolean;
|
1408
1480
|
};
|
1409
|
-
|
1481
|
+
style: {
|
1410
1482
|
type: string;
|
1411
1483
|
optional: boolean;
|
1412
1484
|
};
|
1413
1485
|
};
|
1486
|
+
};
|
1487
|
+
marks: {
|
1488
|
+
type: string;
|
1414
1489
|
optional: boolean;
|
1490
|
+
items: string[];
|
1415
1491
|
};
|
1416
|
-
|
1492
|
+
};
|
1493
|
+
};
|
1494
|
+
export declare const strike: {
|
1495
|
+
props: {
|
1496
|
+
type: {
|
1417
1497
|
type: string;
|
1418
|
-
|
1419
|
-
minItems: number;
|
1498
|
+
values: string[];
|
1420
1499
|
};
|
1421
1500
|
};
|
1422
|
-
required: string[];
|
1423
1501
|
};
|
1424
|
-
export declare const
|
1502
|
+
export declare const strong: {
|
1425
1503
|
props: {
|
1426
1504
|
type: {
|
1427
1505
|
type: string;
|
1428
1506
|
values: string[];
|
1429
1507
|
};
|
1430
|
-
|
1508
|
+
};
|
1509
|
+
};
|
1510
|
+
export declare const subsup: {
|
1511
|
+
props: {
|
1512
|
+
type: {
|
1431
1513
|
type: string;
|
1432
|
-
|
1514
|
+
values: string[];
|
1515
|
+
};
|
1516
|
+
attrs: {
|
1517
|
+
props: {
|
1518
|
+
type: {
|
1519
|
+
type: string;
|
1520
|
+
values: string[];
|
1521
|
+
};
|
1522
|
+
};
|
1433
1523
|
};
|
1434
1524
|
};
|
1435
1525
|
};
|
@@ -1479,8 +1569,7 @@ export declare const table: {
|
|
1479
1569
|
};
|
1480
1570
|
};
|
1481
1571
|
};
|
1482
|
-
export declare const
|
1483
|
-
export declare const bodiedExtension: {
|
1572
|
+
export declare const tableCell: {
|
1484
1573
|
props: {
|
1485
1574
|
type: {
|
1486
1575
|
type: string;
|
@@ -1488,57 +1577,38 @@ export declare const bodiedExtension: {
|
|
1488
1577
|
};
|
1489
1578
|
attrs: {
|
1490
1579
|
props: {
|
1491
|
-
|
1492
|
-
minLength: number;
|
1493
|
-
type: string;
|
1494
|
-
};
|
1495
|
-
extensionType: {
|
1496
|
-
minLength: number;
|
1497
|
-
type: string;
|
1498
|
-
};
|
1499
|
-
parameters: {
|
1580
|
+
colspan: {
|
1500
1581
|
type: string;
|
1501
1582
|
optional: boolean;
|
1502
1583
|
};
|
1503
|
-
|
1584
|
+
rowspan: {
|
1504
1585
|
type: string;
|
1505
1586
|
optional: boolean;
|
1506
1587
|
};
|
1507
|
-
|
1588
|
+
colwidth: {
|
1508
1589
|
type: string;
|
1509
|
-
|
1590
|
+
items: {
|
1591
|
+
type: string;
|
1592
|
+
}[];
|
1510
1593
|
optional: boolean;
|
1511
1594
|
};
|
1512
|
-
|
1513
|
-
minLength: number;
|
1595
|
+
background: {
|
1514
1596
|
type: string;
|
1515
1597
|
optional: boolean;
|
1516
1598
|
};
|
1517
1599
|
};
|
1600
|
+
optional: boolean;
|
1518
1601
|
};
|
1519
1602
|
content: {
|
1520
1603
|
type: string;
|
1521
|
-
items: string[];
|
1604
|
+
items: string[][];
|
1522
1605
|
minItems: number;
|
1523
1606
|
allowUnsupportedBlock: boolean;
|
1524
1607
|
};
|
1525
|
-
marks: {
|
1526
|
-
type: string;
|
1527
|
-
items: any[];
|
1528
|
-
optional: boolean;
|
1529
|
-
};
|
1530
1608
|
};
|
1609
|
+
required: string[];
|
1531
1610
|
};
|
1532
|
-
export declare const
|
1533
|
-
props: {
|
1534
|
-
marks: {
|
1535
|
-
type: string;
|
1536
|
-
optional: boolean;
|
1537
|
-
items: string[][];
|
1538
|
-
};
|
1539
|
-
};
|
1540
|
-
})[];
|
1541
|
-
export declare const expand: {
|
1611
|
+
export declare const tableHeader: {
|
1542
1612
|
props: {
|
1543
1613
|
type: {
|
1544
1614
|
type: string;
|
@@ -1546,46 +1616,49 @@ export declare const expand: {
|
|
1546
1616
|
};
|
1547
1617
|
attrs: {
|
1548
1618
|
props: {
|
1549
|
-
|
1619
|
+
colspan: {
|
1620
|
+
type: string;
|
1621
|
+
optional: boolean;
|
1622
|
+
};
|
1623
|
+
rowspan: {
|
1624
|
+
type: string;
|
1625
|
+
optional: boolean;
|
1626
|
+
};
|
1627
|
+
colwidth: {
|
1628
|
+
type: string;
|
1629
|
+
items: {
|
1630
|
+
type: string;
|
1631
|
+
}[];
|
1632
|
+
optional: boolean;
|
1633
|
+
};
|
1634
|
+
background: {
|
1550
1635
|
type: string;
|
1551
1636
|
optional: boolean;
|
1552
1637
|
};
|
1553
1638
|
};
|
1639
|
+
optional: boolean;
|
1554
1640
|
};
|
1555
1641
|
content: {
|
1556
1642
|
type: string;
|
1557
1643
|
items: string[][];
|
1558
1644
|
minItems: number;
|
1559
|
-
allowUnsupportedBlock: boolean;
|
1560
|
-
};
|
1561
|
-
marks: {
|
1562
|
-
type: string;
|
1563
|
-
items: any[];
|
1564
|
-
optional: boolean;
|
1565
1645
|
};
|
1566
1646
|
};
|
1647
|
+
required: string[];
|
1567
1648
|
};
|
1568
|
-
export declare const
|
1649
|
+
export declare const tableRow: {
|
1569
1650
|
props: {
|
1570
|
-
|
1651
|
+
type: {
|
1571
1652
|
type: string;
|
1572
|
-
|
1573
|
-
items: any[];
|
1574
|
-
optional: boolean;
|
1653
|
+
values: string[];
|
1575
1654
|
};
|
1576
|
-
|
1577
|
-
})[];
|
1578
|
-
export declare const expand_with_breakout_mark: (string | {
|
1579
|
-
props: {
|
1580
|
-
marks: {
|
1655
|
+
content: {
|
1581
1656
|
type: string;
|
1582
|
-
|
1583
|
-
items: string[];
|
1657
|
+
items: string[][];
|
1584
1658
|
};
|
1585
1659
|
};
|
1586
|
-
}
|
1587
|
-
export declare const
|
1588
|
-
export declare const layoutColumn: {
|
1660
|
+
};
|
1661
|
+
export declare const taskItem: {
|
1589
1662
|
props: {
|
1590
1663
|
type: {
|
1591
1664
|
type: string;
|
@@ -1593,150 +1666,90 @@ export declare const layoutColumn: {
|
|
1593
1666
|
};
|
1594
1667
|
attrs: {
|
1595
1668
|
props: {
|
1596
|
-
|
1669
|
+
localId: {
|
1597
1670
|
type: string;
|
1598
|
-
|
1599
|
-
|
1671
|
+
};
|
1672
|
+
state: {
|
1673
|
+
type: string;
|
1674
|
+
values: string[];
|
1600
1675
|
};
|
1601
1676
|
};
|
1602
1677
|
};
|
1603
1678
|
content: {
|
1604
1679
|
type: string;
|
1605
1680
|
items: string[];
|
1606
|
-
|
1607
|
-
|
1681
|
+
optional: boolean;
|
1682
|
+
allowUnsupportedInline: boolean;
|
1608
1683
|
};
|
1609
1684
|
};
|
1610
1685
|
};
|
1611
|
-
export declare const
|
1686
|
+
export declare const taskList: {
|
1612
1687
|
props: {
|
1613
1688
|
type: {
|
1614
1689
|
type: string;
|
1615
1690
|
values: string[];
|
1616
1691
|
};
|
1617
|
-
content: {
|
1618
|
-
type: string;
|
1619
|
-
items: string[];
|
1620
|
-
minItems: number;
|
1621
|
-
maxItems: number;
|
1622
|
-
allowUnsupportedBlock: boolean;
|
1623
|
-
};
|
1624
|
-
marks: {
|
1625
|
-
type: string;
|
1626
|
-
optional: boolean;
|
1627
|
-
items: string[];
|
1628
|
-
};
|
1629
|
-
};
|
1630
|
-
};
|
1631
|
-
export declare const layoutSection_with_single_column: (string | {
|
1632
|
-
props: {
|
1633
1692
|
attrs: {
|
1634
1693
|
props: {
|
1635
|
-
|
1694
|
+
localId: {
|
1636
1695
|
type: string;
|
1637
|
-
values: string[];
|
1638
|
-
optional: boolean;
|
1639
1696
|
};
|
1640
1697
|
};
|
1641
|
-
optional: boolean;
|
1642
1698
|
};
|
1643
1699
|
content: {
|
1644
1700
|
type: string;
|
1645
|
-
|
1701
|
+
isTupleLike: boolean;
|
1702
|
+
items: (string | string[])[];
|
1646
1703
|
minItems: number;
|
1647
|
-
maxItems: number;
|
1648
1704
|
allowUnsupportedBlock: boolean;
|
1649
1705
|
};
|
1650
|
-
marks: {
|
1651
|
-
type: string;
|
1652
|
-
optional: boolean;
|
1653
|
-
items: string[];
|
1654
|
-
};
|
1655
1706
|
};
|
1656
|
-
}
|
1657
|
-
export declare const
|
1707
|
+
};
|
1708
|
+
export declare const text: {
|
1658
1709
|
props: {
|
1659
|
-
|
1710
|
+
type: {
|
1660
1711
|
type: string;
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1712
|
+
values: string[];
|
1713
|
+
};
|
1714
|
+
text: {
|
1715
|
+
type: string;
|
1716
|
+
minLength: number;
|
1665
1717
|
};
|
1666
1718
|
marks: {
|
1667
1719
|
type: string;
|
1720
|
+
items: any[];
|
1668
1721
|
optional: boolean;
|
1669
|
-
items: string[];
|
1670
1722
|
};
|
1671
1723
|
};
|
1672
|
-
}
|
1673
|
-
export declare const
|
1724
|
+
};
|
1725
|
+
export declare const text_code_inline: (string | {
|
1674
1726
|
props: {
|
1675
|
-
|
1676
|
-
type: string;
|
1677
|
-
values: string[];
|
1678
|
-
};
|
1679
|
-
content: {
|
1727
|
+
marks: {
|
1680
1728
|
type: string;
|
1729
|
+
optional: boolean;
|
1681
1730
|
items: string[][];
|
1682
|
-
minItems: number;
|
1683
1731
|
};
|
1732
|
+
};
|
1733
|
+
})[];
|
1734
|
+
export declare const text_formatted: (string | {
|
1735
|
+
props: {
|
1684
1736
|
marks: {
|
1685
1737
|
type: string;
|
1686
1738
|
optional: boolean;
|
1687
1739
|
items: string[][];
|
1688
1740
|
};
|
1689
1741
|
};
|
1690
|
-
};
|
1691
|
-
export declare const
|
1742
|
+
})[];
|
1743
|
+
export declare const text_link_inline: (string | {
|
1692
1744
|
props: {
|
1693
|
-
type: {
|
1694
|
-
type: string;
|
1695
|
-
values: string[];
|
1696
|
-
};
|
1697
|
-
attrs: {
|
1698
|
-
props: {
|
1699
|
-
extensionKey: {
|
1700
|
-
type: string;
|
1701
|
-
minLength: number;
|
1702
|
-
};
|
1703
|
-
extensionType: {
|
1704
|
-
type: string;
|
1705
|
-
minLength: number;
|
1706
|
-
};
|
1707
|
-
parameters: {
|
1708
|
-
type: string;
|
1709
|
-
optional: boolean;
|
1710
|
-
};
|
1711
|
-
text: {
|
1712
|
-
type: string;
|
1713
|
-
optional: boolean;
|
1714
|
-
};
|
1715
|
-
layout: {
|
1716
|
-
type: string;
|
1717
|
-
values: string[];
|
1718
|
-
optional: boolean;
|
1719
|
-
};
|
1720
|
-
localId: {
|
1721
|
-
type: string;
|
1722
|
-
optional: boolean;
|
1723
|
-
minLength: number;
|
1724
|
-
};
|
1725
|
-
};
|
1726
|
-
};
|
1727
|
-
content: {
|
1728
|
-
type: string;
|
1729
|
-
items: string[];
|
1730
|
-
};
|
1731
1745
|
marks: {
|
1732
1746
|
type: string;
|
1733
|
-
items: any[];
|
1734
1747
|
optional: boolean;
|
1748
|
+
items: string[];
|
1735
1749
|
};
|
1736
1750
|
};
|
1737
|
-
};
|
1738
|
-
export declare const
|
1739
|
-
export declare const breakout: {
|
1751
|
+
})[];
|
1752
|
+
export declare const textColor: {
|
1740
1753
|
props: {
|
1741
1754
|
type: {
|
1742
1755
|
type: string;
|
@@ -1744,32 +1757,19 @@ export declare const breakout: {
|
|
1744
1757
|
};
|
1745
1758
|
attrs: {
|
1746
1759
|
props: {
|
1747
|
-
|
1748
|
-
type: string;
|
1749
|
-
values: string[];
|
1750
|
-
};
|
1751
|
-
width: {
|
1760
|
+
color: {
|
1752
1761
|
type: string;
|
1753
|
-
|
1762
|
+
pattern: string;
|
1754
1763
|
};
|
1755
1764
|
};
|
1756
1765
|
};
|
1757
1766
|
};
|
1758
1767
|
};
|
1759
|
-
export declare const
|
1768
|
+
export declare const underline: {
|
1760
1769
|
props: {
|
1761
1770
|
type: {
|
1762
1771
|
type: string;
|
1763
1772
|
values: string[];
|
1764
1773
|
};
|
1765
|
-
version: {
|
1766
|
-
type: string;
|
1767
|
-
values: number[];
|
1768
|
-
};
|
1769
|
-
content: {
|
1770
|
-
type: string;
|
1771
|
-
items: string[][];
|
1772
|
-
allowUnsupportedBlock: boolean;
|
1773
|
-
};
|
1774
1774
|
};
|
1775
1775
|
};
|