@atlaskit/adf-schema 37.1.39 → 37.1.41

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