rimelight-components 2.0.99 → 2.1.2
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/README.md +44 -45
- package/dist/module.json +1 -1
- package/dist/module.mjs +8 -7
- package/dist/runtime/app.config.d.ts +4 -2
- package/dist/runtime/components/app/ScrollToTop.vue +1 -3
- package/dist/runtime/components/blocks/Block.vue +1 -3
- package/dist/runtime/components/blocks/TextRenderer.vue +3 -5
- package/dist/runtime/components/blocks/editor/ImageBlockEditor.vue +2 -6
- package/dist/runtime/components/blocks/editor/ParagraphBlockEditor.vue +6 -7
- package/dist/runtime/components/blocks/editor/SectionBlockEditor.d.vue.ts +1 -1
- package/dist/runtime/components/blocks/editor/SectionBlockEditor.vue +21 -24
- package/dist/runtime/components/blocks/editor/SectionBlockEditor.vue.d.ts +1 -1
- package/dist/runtime/components/blocks/renderer/SectionBlockRenderer.vue +1 -6
- package/dist/runtime/components/blocks/renderer/TestBlockRenderer.vue +1 -1
- package/dist/runtime/components/content/Callout.vue +1 -4
- package/dist/runtime/components/content/Section.vue +8 -10
- package/dist/runtime/components/page/PageEditor.vue +18 -6
- package/dist/runtime/components/page/PageMention.d.vue.ts +6 -0
- package/dist/runtime/components/page/PageMention.vue +42 -0
- package/dist/runtime/components/page/PageMention.vue.d.ts +6 -0
- package/dist/runtime/components/page/PagePropertiesEditor.d.vue.ts +1 -1
- package/dist/runtime/components/page/PagePropertiesEditor.vue +42 -41
- package/dist/runtime/components/page/PagePropertiesEditor.vue.d.ts +1 -1
- package/dist/runtime/components/page/PagePropertiesRenderer.vue +157 -23
- package/dist/runtime/components/page/PageRenderer.d.vue.ts +9 -5
- package/dist/runtime/components/page/PageRenderer.vue +109 -43
- package/dist/runtime/components/page/PageRenderer.vue.d.ts +9 -5
- package/dist/runtime/components/page/PageSurround.vue +9 -9
- package/dist/runtime/components/{blocks/TOC.d.vue.ts → page/PageTOC.d.vue.ts} +5 -8
- package/dist/runtime/components/page/PageTOC.vue +107 -0
- package/dist/runtime/components/{blocks/TOC.vue.d.ts → page/PageTOC.vue.d.ts} +5 -8
- package/dist/runtime/components/swatches/ColorSwatch.vue +1 -4
- package/dist/runtime/composables/index.d.ts +1 -0
- package/dist/runtime/composables/index.js +1 -0
- package/dist/runtime/composables/useBlockEditor.d.ts +173 -517
- package/dist/runtime/composables/usePageEditor.js +7 -3
- package/dist/runtime/composables/usePageRegistry.d.ts +33 -0
- package/dist/runtime/composables/usePageRegistry.js +16 -0
- package/dist/runtime/types/blocks.d.ts +1 -3
- package/dist/runtime/types/pages.d.ts +16 -8
- package/dist/runtime/types/schemas.d.ts +6 -0
- package/dist/runtime/types/schemas.js +3 -1
- package/dist/runtime/utils/page.d.ts +4 -4
- package/dist/runtime/utils/richTextHelpers.js +9 -1
- package/package.json +17 -17
- package/dist/runtime/components/blocks/TOC.vue +0 -95
- package/dist/runtime/components/nodes/MentionNode.d.vue.ts +0 -8
- package/dist/runtime/components/nodes/MentionNode.vue +0 -22
- package/dist/runtime/components/nodes/MentionNode.vue.d.ts +0 -8
|
@@ -53,9 +53,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
53
53
|
} | {
|
|
54
54
|
type: "mention";
|
|
55
55
|
props: {
|
|
56
|
-
|
|
57
|
-
target?: "_blank" | "_self" | undefined;
|
|
58
|
-
content: string;
|
|
56
|
+
pageId: string;
|
|
59
57
|
};
|
|
60
58
|
id: string;
|
|
61
59
|
})[];
|
|
@@ -93,9 +91,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
93
91
|
} | {
|
|
94
92
|
type: "mention";
|
|
95
93
|
props: {
|
|
96
|
-
|
|
97
|
-
target?: "_blank" | "_self" | undefined;
|
|
98
|
-
content: string;
|
|
94
|
+
pageId: string;
|
|
99
95
|
};
|
|
100
96
|
id: string;
|
|
101
97
|
})[];
|
|
@@ -149,9 +145,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
149
145
|
} | {
|
|
150
146
|
type: "mention";
|
|
151
147
|
props: {
|
|
152
|
-
|
|
153
|
-
target?: "_blank" | "_self" | undefined;
|
|
154
|
-
content: string;
|
|
148
|
+
pageId: string;
|
|
155
149
|
};
|
|
156
150
|
id: string;
|
|
157
151
|
})[];
|
|
@@ -381,9 +375,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
381
375
|
} | {
|
|
382
376
|
type: "mention";
|
|
383
377
|
props: {
|
|
384
|
-
|
|
385
|
-
target?: "_blank" | "_self" | undefined;
|
|
386
|
-
content: string;
|
|
378
|
+
pageId: string;
|
|
387
379
|
};
|
|
388
380
|
id: string;
|
|
389
381
|
})[];
|
|
@@ -604,9 +596,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
604
596
|
} | {
|
|
605
597
|
type: "mention";
|
|
606
598
|
props: {
|
|
607
|
-
|
|
608
|
-
target?: "_blank" | "_self" | undefined;
|
|
609
|
-
content: string;
|
|
599
|
+
pageId: string;
|
|
610
600
|
};
|
|
611
601
|
id: string;
|
|
612
602
|
})[];
|
|
@@ -849,9 +839,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
849
839
|
} | {
|
|
850
840
|
type: "mention";
|
|
851
841
|
props: {
|
|
852
|
-
|
|
853
|
-
target?: "_blank" | "_self" | undefined;
|
|
854
|
-
content: string;
|
|
842
|
+
pageId: string;
|
|
855
843
|
};
|
|
856
844
|
id: string;
|
|
857
845
|
})[];
|
|
@@ -889,9 +877,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
889
877
|
} | {
|
|
890
878
|
type: "mention";
|
|
891
879
|
props: {
|
|
892
|
-
|
|
893
|
-
target?: "_blank" | "_self" | undefined;
|
|
894
|
-
content: string;
|
|
880
|
+
pageId: string;
|
|
895
881
|
};
|
|
896
882
|
id: string;
|
|
897
883
|
})[];
|
|
@@ -1140,9 +1126,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
1140
1126
|
} | {
|
|
1141
1127
|
type: "mention";
|
|
1142
1128
|
props: {
|
|
1143
|
-
|
|
1144
|
-
target?: "_blank" | "_self" | undefined;
|
|
1145
|
-
content: string;
|
|
1129
|
+
pageId: string;
|
|
1146
1130
|
};
|
|
1147
1131
|
id: string;
|
|
1148
1132
|
})[];
|
|
@@ -1369,9 +1353,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
1369
1353
|
} | {
|
|
1370
1354
|
type: "mention";
|
|
1371
1355
|
props: {
|
|
1372
|
-
|
|
1373
|
-
target?: "_blank" | "_self" | undefined;
|
|
1374
|
-
content: string;
|
|
1356
|
+
pageId: string;
|
|
1375
1357
|
};
|
|
1376
1358
|
id: string;
|
|
1377
1359
|
})[];
|
|
@@ -1605,9 +1587,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
1605
1587
|
} | {
|
|
1606
1588
|
type: "mention";
|
|
1607
1589
|
props: {
|
|
1608
|
-
|
|
1609
|
-
target?: "_blank" | "_self" | undefined;
|
|
1610
|
-
content: string;
|
|
1590
|
+
pageId: string;
|
|
1611
1591
|
};
|
|
1612
1592
|
id: string;
|
|
1613
1593
|
})[];
|
|
@@ -1645,9 +1625,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
1645
1625
|
} | {
|
|
1646
1626
|
type: "mention";
|
|
1647
1627
|
props: {
|
|
1648
|
-
|
|
1649
|
-
target?: "_blank" | "_self" | undefined;
|
|
1650
|
-
content: string;
|
|
1628
|
+
pageId: string;
|
|
1651
1629
|
};
|
|
1652
1630
|
id: string;
|
|
1653
1631
|
})[];
|
|
@@ -1884,9 +1862,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
1884
1862
|
} | {
|
|
1885
1863
|
type: "mention";
|
|
1886
1864
|
props: {
|
|
1887
|
-
|
|
1888
|
-
target?: "_blank" | "_self" | undefined;
|
|
1889
|
-
content: string;
|
|
1865
|
+
pageId: string;
|
|
1890
1866
|
};
|
|
1891
1867
|
id: string;
|
|
1892
1868
|
})[];
|
|
@@ -2113,9 +2089,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
2113
2089
|
} | {
|
|
2114
2090
|
type: "mention";
|
|
2115
2091
|
props: {
|
|
2116
|
-
|
|
2117
|
-
target?: "_blank" | "_self" | undefined;
|
|
2118
|
-
content: string;
|
|
2092
|
+
pageId: string;
|
|
2119
2093
|
};
|
|
2120
2094
|
id: string;
|
|
2121
2095
|
})[];
|
|
@@ -2340,9 +2314,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
2340
2314
|
} | {
|
|
2341
2315
|
type: "mention";
|
|
2342
2316
|
props: {
|
|
2343
|
-
|
|
2344
|
-
target?: "_blank" | "_self" | undefined;
|
|
2345
|
-
content: string;
|
|
2317
|
+
pageId: string;
|
|
2346
2318
|
};
|
|
2347
2319
|
id: string;
|
|
2348
2320
|
})[];
|
|
@@ -2380,9 +2352,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
2380
2352
|
} | {
|
|
2381
2353
|
type: "mention";
|
|
2382
2354
|
props: {
|
|
2383
|
-
|
|
2384
|
-
target?: "_blank" | "_self" | undefined;
|
|
2385
|
-
content: string;
|
|
2355
|
+
pageId: string;
|
|
2386
2356
|
};
|
|
2387
2357
|
id: string;
|
|
2388
2358
|
})[];
|
|
@@ -2621,9 +2591,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
2621
2591
|
} | {
|
|
2622
2592
|
type: "mention";
|
|
2623
2593
|
props: {
|
|
2624
|
-
|
|
2625
|
-
target?: "_blank" | "_self" | undefined;
|
|
2626
|
-
content: string;
|
|
2594
|
+
pageId: string;
|
|
2627
2595
|
};
|
|
2628
2596
|
id: string;
|
|
2629
2597
|
})[];
|
|
@@ -2853,9 +2821,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
2853
2821
|
} | {
|
|
2854
2822
|
type: "mention";
|
|
2855
2823
|
props: {
|
|
2856
|
-
|
|
2857
|
-
target?: "_blank" | "_self" | undefined;
|
|
2858
|
-
content: string;
|
|
2824
|
+
pageId: string;
|
|
2859
2825
|
};
|
|
2860
2826
|
id: string;
|
|
2861
2827
|
})[];
|
|
@@ -3071,9 +3037,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
3071
3037
|
} | {
|
|
3072
3038
|
type: "mention";
|
|
3073
3039
|
props: {
|
|
3074
|
-
|
|
3075
|
-
target?: "_blank" | "_self" | undefined;
|
|
3076
|
-
content: string;
|
|
3040
|
+
pageId: string;
|
|
3077
3041
|
};
|
|
3078
3042
|
id: string;
|
|
3079
3043
|
})[];
|
|
@@ -3124,9 +3088,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
3124
3088
|
} | {
|
|
3125
3089
|
type: "mention";
|
|
3126
3090
|
props: {
|
|
3127
|
-
|
|
3128
|
-
target?: "_blank" | "_self" | undefined;
|
|
3129
|
-
content: string;
|
|
3091
|
+
pageId: string;
|
|
3130
3092
|
};
|
|
3131
3093
|
id: string;
|
|
3132
3094
|
})[];
|
|
@@ -3180,9 +3142,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
3180
3142
|
} | {
|
|
3181
3143
|
type: "mention";
|
|
3182
3144
|
props: {
|
|
3183
|
-
|
|
3184
|
-
target?: "_blank" | "_self" | undefined;
|
|
3185
|
-
content: string;
|
|
3145
|
+
pageId: string;
|
|
3186
3146
|
};
|
|
3187
3147
|
id: string;
|
|
3188
3148
|
})[];
|
|
@@ -3412,9 +3372,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
3412
3372
|
} | {
|
|
3413
3373
|
type: "mention";
|
|
3414
3374
|
props: {
|
|
3415
|
-
|
|
3416
|
-
target?: "_blank" | "_self" | undefined;
|
|
3417
|
-
content: string;
|
|
3375
|
+
pageId: string;
|
|
3418
3376
|
};
|
|
3419
3377
|
id: string;
|
|
3420
3378
|
})[];
|
|
@@ -3635,9 +3593,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
3635
3593
|
} | {
|
|
3636
3594
|
type: "mention";
|
|
3637
3595
|
props: {
|
|
3638
|
-
|
|
3639
|
-
target?: "_blank" | "_self" | undefined;
|
|
3640
|
-
content: string;
|
|
3596
|
+
pageId: string;
|
|
3641
3597
|
};
|
|
3642
3598
|
id: string;
|
|
3643
3599
|
})[];
|
|
@@ -3851,9 +3807,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
3851
3807
|
} | {
|
|
3852
3808
|
type: "mention";
|
|
3853
3809
|
props: {
|
|
3854
|
-
|
|
3855
|
-
target?: "_blank" | "_self" | undefined;
|
|
3856
|
-
content: string;
|
|
3810
|
+
pageId: string;
|
|
3857
3811
|
};
|
|
3858
3812
|
id: string;
|
|
3859
3813
|
})[];
|
|
@@ -3920,9 +3874,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
3920
3874
|
} | {
|
|
3921
3875
|
type: "mention";
|
|
3922
3876
|
props: {
|
|
3923
|
-
|
|
3924
|
-
target?: "_blank" | "_self" | undefined;
|
|
3925
|
-
content: string;
|
|
3877
|
+
pageId: string;
|
|
3926
3878
|
};
|
|
3927
3879
|
id: string;
|
|
3928
3880
|
})[];
|
|
@@ -4138,9 +4090,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
4138
4090
|
} | {
|
|
4139
4091
|
type: "mention";
|
|
4140
4092
|
props: {
|
|
4141
|
-
|
|
4142
|
-
target?: "_blank" | "_self" | undefined;
|
|
4143
|
-
content: string;
|
|
4093
|
+
pageId: string;
|
|
4144
4094
|
};
|
|
4145
4095
|
id: string;
|
|
4146
4096
|
})[];
|
|
@@ -4281,9 +4231,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
4281
4231
|
} | {
|
|
4282
4232
|
type: "mention";
|
|
4283
4233
|
props: {
|
|
4284
|
-
|
|
4285
|
-
target?: "_blank" | "_self" | undefined;
|
|
4286
|
-
content: string;
|
|
4234
|
+
pageId: string;
|
|
4287
4235
|
};
|
|
4288
4236
|
id: string;
|
|
4289
4237
|
})[];
|
|
@@ -4511,9 +4459,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
4511
4459
|
} | {
|
|
4512
4460
|
type: "mention";
|
|
4513
4461
|
props: {
|
|
4514
|
-
|
|
4515
|
-
target?: "_blank" | "_self" | undefined;
|
|
4516
|
-
content: string;
|
|
4462
|
+
pageId: string;
|
|
4517
4463
|
};
|
|
4518
4464
|
id: string;
|
|
4519
4465
|
})[];
|
|
@@ -4676,9 +4622,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
4676
4622
|
} | {
|
|
4677
4623
|
type: "mention";
|
|
4678
4624
|
props: {
|
|
4679
|
-
|
|
4680
|
-
target?: "_blank" | "_self" | undefined;
|
|
4681
|
-
content: string;
|
|
4625
|
+
pageId: string;
|
|
4682
4626
|
};
|
|
4683
4627
|
id: string;
|
|
4684
4628
|
})[];
|
|
@@ -4886,9 +4830,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
4886
4830
|
} | {
|
|
4887
4831
|
type: "mention";
|
|
4888
4832
|
props: {
|
|
4889
|
-
|
|
4890
|
-
target?: "_blank" | "_self" | undefined;
|
|
4891
|
-
content: string;
|
|
4833
|
+
pageId: string;
|
|
4892
4834
|
};
|
|
4893
4835
|
id: string;
|
|
4894
4836
|
})[];
|
|
@@ -5025,9 +4967,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
5025
4967
|
} | {
|
|
5026
4968
|
type: "mention";
|
|
5027
4969
|
props: {
|
|
5028
|
-
|
|
5029
|
-
target?: "_blank" | "_self" | undefined;
|
|
5030
|
-
content: string;
|
|
4970
|
+
pageId: string;
|
|
5031
4971
|
};
|
|
5032
4972
|
id: string;
|
|
5033
4973
|
})[];
|
|
@@ -5251,9 +5191,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
5251
5191
|
} | {
|
|
5252
5192
|
type: "mention";
|
|
5253
5193
|
props: {
|
|
5254
|
-
|
|
5255
|
-
target?: "_blank" | "_self" | undefined;
|
|
5256
|
-
content: string;
|
|
5194
|
+
pageId: string;
|
|
5257
5195
|
};
|
|
5258
5196
|
id: string;
|
|
5259
5197
|
})[];
|
|
@@ -5411,9 +5349,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
5411
5349
|
} | {
|
|
5412
5350
|
type: "mention";
|
|
5413
5351
|
props: {
|
|
5414
|
-
|
|
5415
|
-
target?: "_blank" | "_self" | undefined;
|
|
5416
|
-
content: string;
|
|
5352
|
+
pageId: string;
|
|
5417
5353
|
};
|
|
5418
5354
|
id: string;
|
|
5419
5355
|
})[];
|
|
@@ -5623,9 +5559,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
5623
5559
|
} | {
|
|
5624
5560
|
type: "mention";
|
|
5625
5561
|
props: {
|
|
5626
|
-
|
|
5627
|
-
target?: "_blank" | "_self" | undefined;
|
|
5628
|
-
content: string;
|
|
5562
|
+
pageId: string;
|
|
5629
5563
|
};
|
|
5630
5564
|
id: string;
|
|
5631
5565
|
})[];
|
|
@@ -5763,9 +5697,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
5763
5697
|
} | {
|
|
5764
5698
|
type: "mention";
|
|
5765
5699
|
props: {
|
|
5766
|
-
|
|
5767
|
-
target?: "_blank" | "_self" | undefined;
|
|
5768
|
-
content: string;
|
|
5700
|
+
pageId: string;
|
|
5769
5701
|
};
|
|
5770
5702
|
id: string;
|
|
5771
5703
|
})[];
|
|
@@ -5991,9 +5923,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
5991
5923
|
} | {
|
|
5992
5924
|
type: "mention";
|
|
5993
5925
|
props: {
|
|
5994
|
-
|
|
5995
|
-
target?: "_blank" | "_self" | undefined;
|
|
5996
|
-
content: string;
|
|
5926
|
+
pageId: string;
|
|
5997
5927
|
};
|
|
5998
5928
|
id: string;
|
|
5999
5929
|
})[];
|
|
@@ -6171,9 +6101,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
6171
6101
|
} | {
|
|
6172
6102
|
type: "mention";
|
|
6173
6103
|
props: {
|
|
6174
|
-
|
|
6175
|
-
target?: "_blank" | "_self" | undefined;
|
|
6176
|
-
content: string;
|
|
6104
|
+
pageId: string;
|
|
6177
6105
|
};
|
|
6178
6106
|
id: string;
|
|
6179
6107
|
})[];
|
|
@@ -6211,9 +6139,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
6211
6139
|
} | {
|
|
6212
6140
|
type: "mention";
|
|
6213
6141
|
props: {
|
|
6214
|
-
|
|
6215
|
-
target?: "_blank" | "_self" | undefined;
|
|
6216
|
-
content: string;
|
|
6142
|
+
pageId: string;
|
|
6217
6143
|
};
|
|
6218
6144
|
id: string;
|
|
6219
6145
|
})[];
|
|
@@ -6462,9 +6388,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
6462
6388
|
} | {
|
|
6463
6389
|
type: "mention";
|
|
6464
6390
|
props: {
|
|
6465
|
-
|
|
6466
|
-
target?: "_blank" | "_self" | undefined;
|
|
6467
|
-
content: string;
|
|
6391
|
+
pageId: string;
|
|
6468
6392
|
};
|
|
6469
6393
|
id: string;
|
|
6470
6394
|
})[];
|
|
@@ -6691,9 +6615,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
6691
6615
|
} | {
|
|
6692
6616
|
type: "mention";
|
|
6693
6617
|
props: {
|
|
6694
|
-
|
|
6695
|
-
target?: "_blank" | "_self" | undefined;
|
|
6696
|
-
content: string;
|
|
6618
|
+
pageId: string;
|
|
6697
6619
|
};
|
|
6698
6620
|
id: string;
|
|
6699
6621
|
})[];
|
|
@@ -6913,9 +6835,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
6913
6835
|
} | {
|
|
6914
6836
|
type: "mention";
|
|
6915
6837
|
props: {
|
|
6916
|
-
|
|
6917
|
-
target?: "_blank" | "_self" | undefined;
|
|
6918
|
-
content: string;
|
|
6838
|
+
pageId: string;
|
|
6919
6839
|
};
|
|
6920
6840
|
id: string;
|
|
6921
6841
|
})[];
|
|
@@ -6966,9 +6886,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
6966
6886
|
} | {
|
|
6967
6887
|
type: "mention";
|
|
6968
6888
|
props: {
|
|
6969
|
-
|
|
6970
|
-
target?: "_blank" | "_self" | undefined;
|
|
6971
|
-
content: string;
|
|
6889
|
+
pageId: string;
|
|
6972
6890
|
};
|
|
6973
6891
|
id: string;
|
|
6974
6892
|
})[];
|
|
@@ -7184,9 +7102,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
7184
7102
|
} | {
|
|
7185
7103
|
type: "mention";
|
|
7186
7104
|
props: {
|
|
7187
|
-
|
|
7188
|
-
target?: "_blank" | "_self" | undefined;
|
|
7189
|
-
content: string;
|
|
7105
|
+
pageId: string;
|
|
7190
7106
|
};
|
|
7191
7107
|
id: string;
|
|
7192
7108
|
})[];
|
|
@@ -7327,9 +7243,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
7327
7243
|
} | {
|
|
7328
7244
|
type: "mention";
|
|
7329
7245
|
props: {
|
|
7330
|
-
|
|
7331
|
-
target?: "_blank" | "_self" | undefined;
|
|
7332
|
-
content: string;
|
|
7246
|
+
pageId: string;
|
|
7333
7247
|
};
|
|
7334
7248
|
id: string;
|
|
7335
7249
|
})[];
|
|
@@ -7557,9 +7471,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
7557
7471
|
} | {
|
|
7558
7472
|
type: "mention";
|
|
7559
7473
|
props: {
|
|
7560
|
-
|
|
7561
|
-
target?: "_blank" | "_self" | undefined;
|
|
7562
|
-
content: string;
|
|
7474
|
+
pageId: string;
|
|
7563
7475
|
};
|
|
7564
7476
|
id: string;
|
|
7565
7477
|
})[];
|
|
@@ -7741,9 +7653,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
7741
7653
|
} | {
|
|
7742
7654
|
type: "mention";
|
|
7743
7655
|
props: {
|
|
7744
|
-
|
|
7745
|
-
target?: "_blank" | "_self" | undefined;
|
|
7746
|
-
content: string;
|
|
7656
|
+
pageId: string;
|
|
7747
7657
|
};
|
|
7748
7658
|
id: string;
|
|
7749
7659
|
})[];
|
|
@@ -7957,9 +7867,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
7957
7867
|
} | {
|
|
7958
7868
|
type: "mention";
|
|
7959
7869
|
props: {
|
|
7960
|
-
|
|
7961
|
-
target?: "_blank" | "_self" | undefined;
|
|
7962
|
-
content: string;
|
|
7870
|
+
pageId: string;
|
|
7963
7871
|
};
|
|
7964
7872
|
id: string;
|
|
7965
7873
|
})[];
|
|
@@ -8080,9 +7988,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
8080
7988
|
} | {
|
|
8081
7989
|
type: "mention";
|
|
8082
7990
|
props: {
|
|
8083
|
-
|
|
8084
|
-
target?: "_blank" | "_self" | undefined;
|
|
8085
|
-
content: string;
|
|
7991
|
+
pageId: string;
|
|
8086
7992
|
};
|
|
8087
7993
|
id: string;
|
|
8088
7994
|
})[];
|
|
@@ -8328,9 +8234,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
8328
8234
|
} | {
|
|
8329
8235
|
type: "mention";
|
|
8330
8236
|
props: {
|
|
8331
|
-
|
|
8332
|
-
target?: "_blank" | "_self" | undefined;
|
|
8333
|
-
content: string;
|
|
8237
|
+
pageId: string;
|
|
8334
8238
|
};
|
|
8335
8239
|
id: string;
|
|
8336
8240
|
})[];
|
|
@@ -8491,9 +8395,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
8491
8395
|
} | {
|
|
8492
8396
|
type: "mention";
|
|
8493
8397
|
props: {
|
|
8494
|
-
|
|
8495
|
-
target?: "_blank" | "_self" | undefined;
|
|
8496
|
-
content: string;
|
|
8398
|
+
pageId: string;
|
|
8497
8399
|
};
|
|
8498
8400
|
id: string;
|
|
8499
8401
|
})[];
|
|
@@ -8709,9 +8611,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
8709
8611
|
} | {
|
|
8710
8612
|
type: "mention";
|
|
8711
8613
|
props: {
|
|
8712
|
-
|
|
8713
|
-
target?: "_blank" | "_self" | undefined;
|
|
8714
|
-
content: string;
|
|
8614
|
+
pageId: string;
|
|
8715
8615
|
};
|
|
8716
8616
|
id: string;
|
|
8717
8617
|
})[];
|
|
@@ -8833,9 +8733,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
8833
8733
|
} | {
|
|
8834
8734
|
type: "mention";
|
|
8835
8735
|
props: {
|
|
8836
|
-
|
|
8837
|
-
target?: "_blank" | "_self" | undefined;
|
|
8838
|
-
content: string;
|
|
8736
|
+
pageId: string;
|
|
8839
8737
|
};
|
|
8840
8738
|
id: string;
|
|
8841
8739
|
})[];
|
|
@@ -9083,9 +8981,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
9083
8981
|
} | {
|
|
9084
8982
|
type: "mention";
|
|
9085
8983
|
props: {
|
|
9086
|
-
|
|
9087
|
-
target?: "_blank" | "_self" | undefined;
|
|
9088
|
-
content: string;
|
|
8984
|
+
pageId: string;
|
|
9089
8985
|
};
|
|
9090
8986
|
id: string;
|
|
9091
8987
|
})[];
|
|
@@ -9251,9 +9147,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
9251
9147
|
} | {
|
|
9252
9148
|
type: "mention";
|
|
9253
9149
|
props: {
|
|
9254
|
-
|
|
9255
|
-
target?: "_blank" | "_self" | undefined;
|
|
9256
|
-
content: string;
|
|
9150
|
+
pageId: string;
|
|
9257
9151
|
};
|
|
9258
9152
|
id: string;
|
|
9259
9153
|
})[];
|
|
@@ -9291,9 +9185,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
9291
9185
|
} | {
|
|
9292
9186
|
type: "mention";
|
|
9293
9187
|
props: {
|
|
9294
|
-
|
|
9295
|
-
target?: "_blank" | "_self" | undefined;
|
|
9296
|
-
content: string;
|
|
9188
|
+
pageId: string;
|
|
9297
9189
|
};
|
|
9298
9190
|
id: string;
|
|
9299
9191
|
})[];
|
|
@@ -9530,9 +9422,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
9530
9422
|
} | {
|
|
9531
9423
|
type: "mention";
|
|
9532
9424
|
props: {
|
|
9533
|
-
|
|
9534
|
-
target?: "_blank" | "_self" | undefined;
|
|
9535
|
-
content: string;
|
|
9425
|
+
pageId: string;
|
|
9536
9426
|
};
|
|
9537
9427
|
id: string;
|
|
9538
9428
|
})[];
|
|
@@ -9759,9 +9649,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
9759
9649
|
} | {
|
|
9760
9650
|
type: "mention";
|
|
9761
9651
|
props: {
|
|
9762
|
-
|
|
9763
|
-
target?: "_blank" | "_self" | undefined;
|
|
9764
|
-
content: string;
|
|
9652
|
+
pageId: string;
|
|
9765
9653
|
};
|
|
9766
9654
|
id: string;
|
|
9767
9655
|
})[];
|
|
@@ -9973,9 +9861,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
9973
9861
|
} | {
|
|
9974
9862
|
type: "mention";
|
|
9975
9863
|
props: {
|
|
9976
|
-
|
|
9977
|
-
target?: "_blank" | "_self" | undefined;
|
|
9978
|
-
content: string;
|
|
9864
|
+
pageId: string;
|
|
9979
9865
|
};
|
|
9980
9866
|
id: string;
|
|
9981
9867
|
})[];
|
|
@@ -10026,9 +9912,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
10026
9912
|
} | {
|
|
10027
9913
|
type: "mention";
|
|
10028
9914
|
props: {
|
|
10029
|
-
|
|
10030
|
-
target?: "_blank" | "_self" | undefined;
|
|
10031
|
-
content: string;
|
|
9915
|
+
pageId: string;
|
|
10032
9916
|
};
|
|
10033
9917
|
id: string;
|
|
10034
9918
|
})[];
|
|
@@ -10236,9 +10120,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
10236
10120
|
} | {
|
|
10237
10121
|
type: "mention";
|
|
10238
10122
|
props: {
|
|
10239
|
-
|
|
10240
|
-
target?: "_blank" | "_self" | undefined;
|
|
10241
|
-
content: string;
|
|
10123
|
+
pageId: string;
|
|
10242
10124
|
};
|
|
10243
10125
|
id: string;
|
|
10244
10126
|
})[];
|
|
@@ -10375,9 +10257,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
10375
10257
|
} | {
|
|
10376
10258
|
type: "mention";
|
|
10377
10259
|
props: {
|
|
10378
|
-
|
|
10379
|
-
target?: "_blank" | "_self" | undefined;
|
|
10380
|
-
content: string;
|
|
10260
|
+
pageId: string;
|
|
10381
10261
|
};
|
|
10382
10262
|
id: string;
|
|
10383
10263
|
})[];
|
|
@@ -10601,9 +10481,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
10601
10481
|
} | {
|
|
10602
10482
|
type: "mention";
|
|
10603
10483
|
props: {
|
|
10604
|
-
|
|
10605
|
-
target?: "_blank" | "_self" | undefined;
|
|
10606
|
-
content: string;
|
|
10484
|
+
pageId: string;
|
|
10607
10485
|
};
|
|
10608
10486
|
id: string;
|
|
10609
10487
|
})[];
|
|
@@ -10777,9 +10655,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
10777
10655
|
} | {
|
|
10778
10656
|
type: "mention";
|
|
10779
10657
|
props: {
|
|
10780
|
-
|
|
10781
|
-
target?: "_blank" | "_self" | undefined;
|
|
10782
|
-
content: string;
|
|
10658
|
+
pageId: string;
|
|
10783
10659
|
};
|
|
10784
10660
|
id: string;
|
|
10785
10661
|
})[];
|
|
@@ -10993,9 +10869,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
10993
10869
|
} | {
|
|
10994
10870
|
type: "mention";
|
|
10995
10871
|
props: {
|
|
10996
|
-
|
|
10997
|
-
target?: "_blank" | "_self" | undefined;
|
|
10998
|
-
content: string;
|
|
10872
|
+
pageId: string;
|
|
10999
10873
|
};
|
|
11000
10874
|
id: string;
|
|
11001
10875
|
})[];
|
|
@@ -11116,9 +10990,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
11116
10990
|
} | {
|
|
11117
10991
|
type: "mention";
|
|
11118
10992
|
props: {
|
|
11119
|
-
|
|
11120
|
-
target?: "_blank" | "_self" | undefined;
|
|
11121
|
-
content: string;
|
|
10993
|
+
pageId: string;
|
|
11122
10994
|
};
|
|
11123
10995
|
id: string;
|
|
11124
10996
|
})[];
|
|
@@ -11364,9 +11236,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
11364
11236
|
} | {
|
|
11365
11237
|
type: "mention";
|
|
11366
11238
|
props: {
|
|
11367
|
-
|
|
11368
|
-
target?: "_blank" | "_self" | undefined;
|
|
11369
|
-
content: string;
|
|
11239
|
+
pageId: string;
|
|
11370
11240
|
};
|
|
11371
11241
|
id: string;
|
|
11372
11242
|
})[];
|
|
@@ -11527,9 +11397,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
11527
11397
|
} | {
|
|
11528
11398
|
type: "mention";
|
|
11529
11399
|
props: {
|
|
11530
|
-
|
|
11531
|
-
target?: "_blank" | "_self" | undefined;
|
|
11532
|
-
content: string;
|
|
11400
|
+
pageId: string;
|
|
11533
11401
|
};
|
|
11534
11402
|
id: string;
|
|
11535
11403
|
})[];
|
|
@@ -11737,9 +11605,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
11737
11605
|
} | {
|
|
11738
11606
|
type: "mention";
|
|
11739
11607
|
props: {
|
|
11740
|
-
|
|
11741
|
-
target?: "_blank" | "_self" | undefined;
|
|
11742
|
-
content: string;
|
|
11608
|
+
pageId: string;
|
|
11743
11609
|
};
|
|
11744
11610
|
id: string;
|
|
11745
11611
|
})[];
|
|
@@ -11857,9 +11723,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
11857
11723
|
} | {
|
|
11858
11724
|
type: "mention";
|
|
11859
11725
|
props: {
|
|
11860
|
-
|
|
11861
|
-
target?: "_blank" | "_self" | undefined;
|
|
11862
|
-
content: string;
|
|
11726
|
+
pageId: string;
|
|
11863
11727
|
};
|
|
11864
11728
|
id: string;
|
|
11865
11729
|
})[];
|
|
@@ -12099,9 +11963,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
12099
11963
|
} | {
|
|
12100
11964
|
type: "mention";
|
|
12101
11965
|
props: {
|
|
12102
|
-
|
|
12103
|
-
target?: "_blank" | "_self" | undefined;
|
|
12104
|
-
content: string;
|
|
11966
|
+
pageId: string;
|
|
12105
11967
|
};
|
|
12106
11968
|
id: string;
|
|
12107
11969
|
})[];
|
|
@@ -12266,9 +12128,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
12266
12128
|
} | {
|
|
12267
12129
|
type: "mention";
|
|
12268
12130
|
props: {
|
|
12269
|
-
|
|
12270
|
-
target?: "_blank" | "_self" | undefined;
|
|
12271
|
-
content: string;
|
|
12131
|
+
pageId: string;
|
|
12272
12132
|
};
|
|
12273
12133
|
id: string;
|
|
12274
12134
|
})[];
|
|
@@ -12306,9 +12166,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
12306
12166
|
} | {
|
|
12307
12167
|
type: "mention";
|
|
12308
12168
|
props: {
|
|
12309
|
-
|
|
12310
|
-
target?: "_blank" | "_self" | undefined;
|
|
12311
|
-
content: string;
|
|
12169
|
+
pageId: string;
|
|
12312
12170
|
};
|
|
12313
12171
|
id: string;
|
|
12314
12172
|
})[];
|
|
@@ -12547,9 +12405,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
12547
12405
|
} | {
|
|
12548
12406
|
type: "mention";
|
|
12549
12407
|
props: {
|
|
12550
|
-
|
|
12551
|
-
target?: "_blank" | "_self" | undefined;
|
|
12552
|
-
content: string;
|
|
12408
|
+
pageId: string;
|
|
12553
12409
|
};
|
|
12554
12410
|
id: string;
|
|
12555
12411
|
})[];
|
|
@@ -12779,9 +12635,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
12779
12635
|
} | {
|
|
12780
12636
|
type: "mention";
|
|
12781
12637
|
props: {
|
|
12782
|
-
|
|
12783
|
-
target?: "_blank" | "_self" | undefined;
|
|
12784
|
-
content: string;
|
|
12638
|
+
pageId: string;
|
|
12785
12639
|
};
|
|
12786
12640
|
id: string;
|
|
12787
12641
|
})[];
|
|
@@ -12993,9 +12847,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
12993
12847
|
} | {
|
|
12994
12848
|
type: "mention";
|
|
12995
12849
|
props: {
|
|
12996
|
-
|
|
12997
|
-
target?: "_blank" | "_self" | undefined;
|
|
12998
|
-
content: string;
|
|
12850
|
+
pageId: string;
|
|
12999
12851
|
};
|
|
13000
12852
|
id: string;
|
|
13001
12853
|
})[];
|
|
@@ -13046,9 +12898,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
13046
12898
|
} | {
|
|
13047
12899
|
type: "mention";
|
|
13048
12900
|
props: {
|
|
13049
|
-
|
|
13050
|
-
target?: "_blank" | "_self" | undefined;
|
|
13051
|
-
content: string;
|
|
12901
|
+
pageId: string;
|
|
13052
12902
|
};
|
|
13053
12903
|
id: string;
|
|
13054
12904
|
})[];
|
|
@@ -13258,9 +13108,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
13258
13108
|
} | {
|
|
13259
13109
|
type: "mention";
|
|
13260
13110
|
props: {
|
|
13261
|
-
|
|
13262
|
-
target?: "_blank" | "_self" | undefined;
|
|
13263
|
-
content: string;
|
|
13111
|
+
pageId: string;
|
|
13264
13112
|
};
|
|
13265
13113
|
id: string;
|
|
13266
13114
|
})[];
|
|
@@ -13398,9 +13246,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
13398
13246
|
} | {
|
|
13399
13247
|
type: "mention";
|
|
13400
13248
|
props: {
|
|
13401
|
-
|
|
13402
|
-
target?: "_blank" | "_self" | undefined;
|
|
13403
|
-
content: string;
|
|
13249
|
+
pageId: string;
|
|
13404
13250
|
};
|
|
13405
13251
|
id: string;
|
|
13406
13252
|
})[];
|
|
@@ -13626,9 +13472,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
13626
13472
|
} | {
|
|
13627
13473
|
type: "mention";
|
|
13628
13474
|
props: {
|
|
13629
|
-
|
|
13630
|
-
target?: "_blank" | "_self" | undefined;
|
|
13631
|
-
content: string;
|
|
13475
|
+
pageId: string;
|
|
13632
13476
|
};
|
|
13633
13477
|
id: string;
|
|
13634
13478
|
})[];
|
|
@@ -13802,9 +13646,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
13802
13646
|
} | {
|
|
13803
13647
|
type: "mention";
|
|
13804
13648
|
props: {
|
|
13805
|
-
|
|
13806
|
-
target?: "_blank" | "_self" | undefined;
|
|
13807
|
-
content: string;
|
|
13649
|
+
pageId: string;
|
|
13808
13650
|
};
|
|
13809
13651
|
id: string;
|
|
13810
13652
|
})[];
|
|
@@ -14020,9 +13862,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
14020
13862
|
} | {
|
|
14021
13863
|
type: "mention";
|
|
14022
13864
|
props: {
|
|
14023
|
-
|
|
14024
|
-
target?: "_blank" | "_self" | undefined;
|
|
14025
|
-
content: string;
|
|
13865
|
+
pageId: string;
|
|
14026
13866
|
};
|
|
14027
13867
|
id: string;
|
|
14028
13868
|
})[];
|
|
@@ -14144,9 +13984,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
14144
13984
|
} | {
|
|
14145
13985
|
type: "mention";
|
|
14146
13986
|
props: {
|
|
14147
|
-
|
|
14148
|
-
target?: "_blank" | "_self" | undefined;
|
|
14149
|
-
content: string;
|
|
13987
|
+
pageId: string;
|
|
14150
13988
|
};
|
|
14151
13989
|
id: string;
|
|
14152
13990
|
})[];
|
|
@@ -14394,9 +14232,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
14394
14232
|
} | {
|
|
14395
14233
|
type: "mention";
|
|
14396
14234
|
props: {
|
|
14397
|
-
|
|
14398
|
-
target?: "_blank" | "_self" | undefined;
|
|
14399
|
-
content: string;
|
|
14235
|
+
pageId: string;
|
|
14400
14236
|
};
|
|
14401
14237
|
id: string;
|
|
14402
14238
|
})[];
|
|
@@ -14558,9 +14394,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
14558
14394
|
} | {
|
|
14559
14395
|
type: "mention";
|
|
14560
14396
|
props: {
|
|
14561
|
-
|
|
14562
|
-
target?: "_blank" | "_self" | undefined;
|
|
14563
|
-
content: string;
|
|
14397
|
+
pageId: string;
|
|
14564
14398
|
};
|
|
14565
14399
|
id: string;
|
|
14566
14400
|
})[];
|
|
@@ -14768,9 +14602,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
14768
14602
|
} | {
|
|
14769
14603
|
type: "mention";
|
|
14770
14604
|
props: {
|
|
14771
|
-
|
|
14772
|
-
target?: "_blank" | "_self" | undefined;
|
|
14773
|
-
content: string;
|
|
14605
|
+
pageId: string;
|
|
14774
14606
|
};
|
|
14775
14607
|
id: string;
|
|
14776
14608
|
})[];
|
|
@@ -14888,9 +14720,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
14888
14720
|
} | {
|
|
14889
14721
|
type: "mention";
|
|
14890
14722
|
props: {
|
|
14891
|
-
|
|
14892
|
-
target?: "_blank" | "_self" | undefined;
|
|
14893
|
-
content: string;
|
|
14723
|
+
pageId: string;
|
|
14894
14724
|
};
|
|
14895
14725
|
id: string;
|
|
14896
14726
|
})[];
|
|
@@ -15130,9 +14960,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
15130
14960
|
} | {
|
|
15131
14961
|
type: "mention";
|
|
15132
14962
|
props: {
|
|
15133
|
-
|
|
15134
|
-
target?: "_blank" | "_self" | undefined;
|
|
15135
|
-
content: string;
|
|
14963
|
+
pageId: string;
|
|
15136
14964
|
};
|
|
15137
14965
|
id: string;
|
|
15138
14966
|
})[];
|
|
@@ -15290,10 +15118,8 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
15290
15118
|
id: string;
|
|
15291
15119
|
} | {
|
|
15292
15120
|
type: "mention";
|
|
15293
|
-
props: {
|
|
15294
|
-
|
|
15295
|
-
target?: "_blank" | "_self" | undefined;
|
|
15296
|
-
content: string;
|
|
15121
|
+
props: {
|
|
15122
|
+
pageId: string;
|
|
15297
15123
|
};
|
|
15298
15124
|
id: string;
|
|
15299
15125
|
})[];
|
|
@@ -15331,9 +15157,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
15331
15157
|
} | {
|
|
15332
15158
|
type: "mention";
|
|
15333
15159
|
props: {
|
|
15334
|
-
|
|
15335
|
-
target?: "_blank" | "_self" | undefined;
|
|
15336
|
-
content: string;
|
|
15160
|
+
pageId: string;
|
|
15337
15161
|
};
|
|
15338
15162
|
id: string;
|
|
15339
15163
|
})[];
|
|
@@ -15387,9 +15211,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
15387
15211
|
} | {
|
|
15388
15212
|
type: "mention";
|
|
15389
15213
|
props: {
|
|
15390
|
-
|
|
15391
|
-
target?: "_blank" | "_self" | undefined;
|
|
15392
|
-
content: string;
|
|
15214
|
+
pageId: string;
|
|
15393
15215
|
};
|
|
15394
15216
|
id: string;
|
|
15395
15217
|
})[];
|
|
@@ -15619,9 +15441,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
15619
15441
|
} | {
|
|
15620
15442
|
type: "mention";
|
|
15621
15443
|
props: {
|
|
15622
|
-
|
|
15623
|
-
target?: "_blank" | "_self" | undefined;
|
|
15624
|
-
content: string;
|
|
15444
|
+
pageId: string;
|
|
15625
15445
|
};
|
|
15626
15446
|
id: string;
|
|
15627
15447
|
})[];
|
|
@@ -15842,9 +15662,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
15842
15662
|
} | {
|
|
15843
15663
|
type: "mention";
|
|
15844
15664
|
props: {
|
|
15845
|
-
|
|
15846
|
-
target?: "_blank" | "_self" | undefined;
|
|
15847
|
-
content: string;
|
|
15665
|
+
pageId: string;
|
|
15848
15666
|
};
|
|
15849
15667
|
id: string;
|
|
15850
15668
|
})[];
|
|
@@ -16087,9 +15905,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
16087
15905
|
} | {
|
|
16088
15906
|
type: "mention";
|
|
16089
15907
|
props: {
|
|
16090
|
-
|
|
16091
|
-
target?: "_blank" | "_self" | undefined;
|
|
16092
|
-
content: string;
|
|
15908
|
+
pageId: string;
|
|
16093
15909
|
};
|
|
16094
15910
|
id: string;
|
|
16095
15911
|
})[];
|
|
@@ -16127,9 +15943,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
16127
15943
|
} | {
|
|
16128
15944
|
type: "mention";
|
|
16129
15945
|
props: {
|
|
16130
|
-
|
|
16131
|
-
target?: "_blank" | "_self" | undefined;
|
|
16132
|
-
content: string;
|
|
15946
|
+
pageId: string;
|
|
16133
15947
|
};
|
|
16134
15948
|
id: string;
|
|
16135
15949
|
})[];
|
|
@@ -16378,9 +16192,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
16378
16192
|
} | {
|
|
16379
16193
|
type: "mention";
|
|
16380
16194
|
props: {
|
|
16381
|
-
|
|
16382
|
-
target?: "_blank" | "_self" | undefined;
|
|
16383
|
-
content: string;
|
|
16195
|
+
pageId: string;
|
|
16384
16196
|
};
|
|
16385
16197
|
id: string;
|
|
16386
16198
|
})[];
|
|
@@ -16607,9 +16419,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
16607
16419
|
} | {
|
|
16608
16420
|
type: "mention";
|
|
16609
16421
|
props: {
|
|
16610
|
-
|
|
16611
|
-
target?: "_blank" | "_self" | undefined;
|
|
16612
|
-
content: string;
|
|
16422
|
+
pageId: string;
|
|
16613
16423
|
};
|
|
16614
16424
|
id: string;
|
|
16615
16425
|
})[];
|
|
@@ -16843,9 +16653,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
16843
16653
|
} | {
|
|
16844
16654
|
type: "mention";
|
|
16845
16655
|
props: {
|
|
16846
|
-
|
|
16847
|
-
target?: "_blank" | "_self" | undefined;
|
|
16848
|
-
content: string;
|
|
16656
|
+
pageId: string;
|
|
16849
16657
|
};
|
|
16850
16658
|
id: string;
|
|
16851
16659
|
})[];
|
|
@@ -16883,9 +16691,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
16883
16691
|
} | {
|
|
16884
16692
|
type: "mention";
|
|
16885
16693
|
props: {
|
|
16886
|
-
|
|
16887
|
-
target?: "_blank" | "_self" | undefined;
|
|
16888
|
-
content: string;
|
|
16694
|
+
pageId: string;
|
|
16889
16695
|
};
|
|
16890
16696
|
id: string;
|
|
16891
16697
|
})[];
|
|
@@ -17122,9 +16928,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
17122
16928
|
} | {
|
|
17123
16929
|
type: "mention";
|
|
17124
16930
|
props: {
|
|
17125
|
-
|
|
17126
|
-
target?: "_blank" | "_self" | undefined;
|
|
17127
|
-
content: string;
|
|
16931
|
+
pageId: string;
|
|
17128
16932
|
};
|
|
17129
16933
|
id: string;
|
|
17130
16934
|
})[];
|
|
@@ -17351,9 +17155,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
17351
17155
|
} | {
|
|
17352
17156
|
type: "mention";
|
|
17353
17157
|
props: {
|
|
17354
|
-
|
|
17355
|
-
target?: "_blank" | "_self" | undefined;
|
|
17356
|
-
content: string;
|
|
17158
|
+
pageId: string;
|
|
17357
17159
|
};
|
|
17358
17160
|
id: string;
|
|
17359
17161
|
})[];
|
|
@@ -17578,9 +17380,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
17578
17380
|
} | {
|
|
17579
17381
|
type: "mention";
|
|
17580
17382
|
props: {
|
|
17581
|
-
|
|
17582
|
-
target?: "_blank" | "_self" | undefined;
|
|
17583
|
-
content: string;
|
|
17383
|
+
pageId: string;
|
|
17584
17384
|
};
|
|
17585
17385
|
id: string;
|
|
17586
17386
|
})[];
|
|
@@ -17618,9 +17418,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
17618
17418
|
} | {
|
|
17619
17419
|
type: "mention";
|
|
17620
17420
|
props: {
|
|
17621
|
-
|
|
17622
|
-
target?: "_blank" | "_self" | undefined;
|
|
17623
|
-
content: string;
|
|
17421
|
+
pageId: string;
|
|
17624
17422
|
};
|
|
17625
17423
|
id: string;
|
|
17626
17424
|
})[];
|
|
@@ -17859,9 +17657,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
17859
17657
|
} | {
|
|
17860
17658
|
type: "mention";
|
|
17861
17659
|
props: {
|
|
17862
|
-
|
|
17863
|
-
target?: "_blank" | "_self" | undefined;
|
|
17864
|
-
content: string;
|
|
17660
|
+
pageId: string;
|
|
17865
17661
|
};
|
|
17866
17662
|
id: string;
|
|
17867
17663
|
})[];
|
|
@@ -18091,9 +17887,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
18091
17887
|
} | {
|
|
18092
17888
|
type: "mention";
|
|
18093
17889
|
props: {
|
|
18094
|
-
|
|
18095
|
-
target?: "_blank" | "_self" | undefined;
|
|
18096
|
-
content: string;
|
|
17890
|
+
pageId: string;
|
|
18097
17891
|
};
|
|
18098
17892
|
id: string;
|
|
18099
17893
|
})[];
|
|
@@ -18309,9 +18103,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
18309
18103
|
} | {
|
|
18310
18104
|
type: "mention";
|
|
18311
18105
|
props: {
|
|
18312
|
-
|
|
18313
|
-
target?: "_blank" | "_self" | undefined;
|
|
18314
|
-
content: string;
|
|
18106
|
+
pageId: string;
|
|
18315
18107
|
};
|
|
18316
18108
|
id: string;
|
|
18317
18109
|
})[];
|
|
@@ -18362,9 +18154,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
18362
18154
|
} | {
|
|
18363
18155
|
type: "mention";
|
|
18364
18156
|
props: {
|
|
18365
|
-
|
|
18366
|
-
target?: "_blank" | "_self" | undefined;
|
|
18367
|
-
content: string;
|
|
18157
|
+
pageId: string;
|
|
18368
18158
|
};
|
|
18369
18159
|
id: string;
|
|
18370
18160
|
})[];
|
|
@@ -18418,9 +18208,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
18418
18208
|
} | {
|
|
18419
18209
|
type: "mention";
|
|
18420
18210
|
props: {
|
|
18421
|
-
|
|
18422
|
-
target?: "_blank" | "_self" | undefined;
|
|
18423
|
-
content: string;
|
|
18211
|
+
pageId: string;
|
|
18424
18212
|
};
|
|
18425
18213
|
id: string;
|
|
18426
18214
|
})[];
|
|
@@ -18650,9 +18438,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
18650
18438
|
} | {
|
|
18651
18439
|
type: "mention";
|
|
18652
18440
|
props: {
|
|
18653
|
-
|
|
18654
|
-
target?: "_blank" | "_self" | undefined;
|
|
18655
|
-
content: string;
|
|
18441
|
+
pageId: string;
|
|
18656
18442
|
};
|
|
18657
18443
|
id: string;
|
|
18658
18444
|
})[];
|
|
@@ -18873,9 +18659,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
18873
18659
|
} | {
|
|
18874
18660
|
type: "mention";
|
|
18875
18661
|
props: {
|
|
18876
|
-
|
|
18877
|
-
target?: "_blank" | "_self" | undefined;
|
|
18878
|
-
content: string;
|
|
18662
|
+
pageId: string;
|
|
18879
18663
|
};
|
|
18880
18664
|
id: string;
|
|
18881
18665
|
})[];
|
|
@@ -19089,9 +18873,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
19089
18873
|
} | {
|
|
19090
18874
|
type: "mention";
|
|
19091
18875
|
props: {
|
|
19092
|
-
|
|
19093
|
-
target?: "_blank" | "_self" | undefined;
|
|
19094
|
-
content: string;
|
|
18876
|
+
pageId: string;
|
|
19095
18877
|
};
|
|
19096
18878
|
id: string;
|
|
19097
18879
|
})[];
|
|
@@ -19158,9 +18940,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
19158
18940
|
} | {
|
|
19159
18941
|
type: "mention";
|
|
19160
18942
|
props: {
|
|
19161
|
-
|
|
19162
|
-
target?: "_blank" | "_self" | undefined;
|
|
19163
|
-
content: string;
|
|
18943
|
+
pageId: string;
|
|
19164
18944
|
};
|
|
19165
18945
|
id: string;
|
|
19166
18946
|
})[];
|
|
@@ -19376,9 +19156,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
19376
19156
|
} | {
|
|
19377
19157
|
type: "mention";
|
|
19378
19158
|
props: {
|
|
19379
|
-
|
|
19380
|
-
target?: "_blank" | "_self" | undefined;
|
|
19381
|
-
content: string;
|
|
19159
|
+
pageId: string;
|
|
19382
19160
|
};
|
|
19383
19161
|
id: string;
|
|
19384
19162
|
})[];
|
|
@@ -19519,9 +19297,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
19519
19297
|
} | {
|
|
19520
19298
|
type: "mention";
|
|
19521
19299
|
props: {
|
|
19522
|
-
|
|
19523
|
-
target?: "_blank" | "_self" | undefined;
|
|
19524
|
-
content: string;
|
|
19300
|
+
pageId: string;
|
|
19525
19301
|
};
|
|
19526
19302
|
id: string;
|
|
19527
19303
|
})[];
|
|
@@ -19749,9 +19525,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
19749
19525
|
} | {
|
|
19750
19526
|
type: "mention";
|
|
19751
19527
|
props: {
|
|
19752
|
-
|
|
19753
|
-
target?: "_blank" | "_self" | undefined;
|
|
19754
|
-
content: string;
|
|
19528
|
+
pageId: string;
|
|
19755
19529
|
};
|
|
19756
19530
|
id: string;
|
|
19757
19531
|
})[];
|
|
@@ -19914,9 +19688,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
19914
19688
|
} | {
|
|
19915
19689
|
type: "mention";
|
|
19916
19690
|
props: {
|
|
19917
|
-
|
|
19918
|
-
target?: "_blank" | "_self" | undefined;
|
|
19919
|
-
content: string;
|
|
19691
|
+
pageId: string;
|
|
19920
19692
|
};
|
|
19921
19693
|
id: string;
|
|
19922
19694
|
})[];
|
|
@@ -20124,9 +19896,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
20124
19896
|
} | {
|
|
20125
19897
|
type: "mention";
|
|
20126
19898
|
props: {
|
|
20127
|
-
|
|
20128
|
-
target?: "_blank" | "_self" | undefined;
|
|
20129
|
-
content: string;
|
|
19899
|
+
pageId: string;
|
|
20130
19900
|
};
|
|
20131
19901
|
id: string;
|
|
20132
19902
|
})[];
|
|
@@ -20263,9 +20033,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
20263
20033
|
} | {
|
|
20264
20034
|
type: "mention";
|
|
20265
20035
|
props: {
|
|
20266
|
-
|
|
20267
|
-
target?: "_blank" | "_self" | undefined;
|
|
20268
|
-
content: string;
|
|
20036
|
+
pageId: string;
|
|
20269
20037
|
};
|
|
20270
20038
|
id: string;
|
|
20271
20039
|
})[];
|
|
@@ -20489,9 +20257,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
20489
20257
|
} | {
|
|
20490
20258
|
type: "mention";
|
|
20491
20259
|
props: {
|
|
20492
|
-
|
|
20493
|
-
target?: "_blank" | "_self" | undefined;
|
|
20494
|
-
content: string;
|
|
20260
|
+
pageId: string;
|
|
20495
20261
|
};
|
|
20496
20262
|
id: string;
|
|
20497
20263
|
})[];
|
|
@@ -20649,9 +20415,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
20649
20415
|
} | {
|
|
20650
20416
|
type: "mention";
|
|
20651
20417
|
props: {
|
|
20652
|
-
|
|
20653
|
-
target?: "_blank" | "_self" | undefined;
|
|
20654
|
-
content: string;
|
|
20418
|
+
pageId: string;
|
|
20655
20419
|
};
|
|
20656
20420
|
id: string;
|
|
20657
20421
|
})[];
|
|
@@ -20861,9 +20625,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
20861
20625
|
} | {
|
|
20862
20626
|
type: "mention";
|
|
20863
20627
|
props: {
|
|
20864
|
-
|
|
20865
|
-
target?: "_blank" | "_self" | undefined;
|
|
20866
|
-
content: string;
|
|
20628
|
+
pageId: string;
|
|
20867
20629
|
};
|
|
20868
20630
|
id: string;
|
|
20869
20631
|
})[];
|
|
@@ -21001,9 +20763,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
21001
20763
|
} | {
|
|
21002
20764
|
type: "mention";
|
|
21003
20765
|
props: {
|
|
21004
|
-
|
|
21005
|
-
target?: "_blank" | "_self" | undefined;
|
|
21006
|
-
content: string;
|
|
20766
|
+
pageId: string;
|
|
21007
20767
|
};
|
|
21008
20768
|
id: string;
|
|
21009
20769
|
})[];
|
|
@@ -21229,9 +20989,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
21229
20989
|
} | {
|
|
21230
20990
|
type: "mention";
|
|
21231
20991
|
props: {
|
|
21232
|
-
|
|
21233
|
-
target?: "_blank" | "_self" | undefined;
|
|
21234
|
-
content: string;
|
|
20992
|
+
pageId: string;
|
|
21235
20993
|
};
|
|
21236
20994
|
id: string;
|
|
21237
20995
|
})[];
|
|
@@ -21409,9 +21167,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
21409
21167
|
} | {
|
|
21410
21168
|
type: "mention";
|
|
21411
21169
|
props: {
|
|
21412
|
-
|
|
21413
|
-
target?: "_blank" | "_self" | undefined;
|
|
21414
|
-
content: string;
|
|
21170
|
+
pageId: string;
|
|
21415
21171
|
};
|
|
21416
21172
|
id: string;
|
|
21417
21173
|
})[];
|
|
@@ -21449,9 +21205,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
21449
21205
|
} | {
|
|
21450
21206
|
type: "mention";
|
|
21451
21207
|
props: {
|
|
21452
|
-
|
|
21453
|
-
target?: "_blank" | "_self" | undefined;
|
|
21454
|
-
content: string;
|
|
21208
|
+
pageId: string;
|
|
21455
21209
|
};
|
|
21456
21210
|
id: string;
|
|
21457
21211
|
})[];
|
|
@@ -21700,9 +21454,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
21700
21454
|
} | {
|
|
21701
21455
|
type: "mention";
|
|
21702
21456
|
props: {
|
|
21703
|
-
|
|
21704
|
-
target?: "_blank" | "_self" | undefined;
|
|
21705
|
-
content: string;
|
|
21457
|
+
pageId: string;
|
|
21706
21458
|
};
|
|
21707
21459
|
id: string;
|
|
21708
21460
|
})[];
|
|
@@ -21929,9 +21681,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
21929
21681
|
} | {
|
|
21930
21682
|
type: "mention";
|
|
21931
21683
|
props: {
|
|
21932
|
-
|
|
21933
|
-
target?: "_blank" | "_self" | undefined;
|
|
21934
|
-
content: string;
|
|
21684
|
+
pageId: string;
|
|
21935
21685
|
};
|
|
21936
21686
|
id: string;
|
|
21937
21687
|
})[];
|
|
@@ -22151,9 +21901,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
22151
21901
|
} | {
|
|
22152
21902
|
type: "mention";
|
|
22153
21903
|
props: {
|
|
22154
|
-
|
|
22155
|
-
target?: "_blank" | "_self" | undefined;
|
|
22156
|
-
content: string;
|
|
21904
|
+
pageId: string;
|
|
22157
21905
|
};
|
|
22158
21906
|
id: string;
|
|
22159
21907
|
})[];
|
|
@@ -22204,9 +21952,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
22204
21952
|
} | {
|
|
22205
21953
|
type: "mention";
|
|
22206
21954
|
props: {
|
|
22207
|
-
|
|
22208
|
-
target?: "_blank" | "_self" | undefined;
|
|
22209
|
-
content: string;
|
|
21955
|
+
pageId: string;
|
|
22210
21956
|
};
|
|
22211
21957
|
id: string;
|
|
22212
21958
|
})[];
|
|
@@ -22422,9 +22168,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
22422
22168
|
} | {
|
|
22423
22169
|
type: "mention";
|
|
22424
22170
|
props: {
|
|
22425
|
-
|
|
22426
|
-
target?: "_blank" | "_self" | undefined;
|
|
22427
|
-
content: string;
|
|
22171
|
+
pageId: string;
|
|
22428
22172
|
};
|
|
22429
22173
|
id: string;
|
|
22430
22174
|
})[];
|
|
@@ -22565,9 +22309,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
22565
22309
|
} | {
|
|
22566
22310
|
type: "mention";
|
|
22567
22311
|
props: {
|
|
22568
|
-
|
|
22569
|
-
target?: "_blank" | "_self" | undefined;
|
|
22570
|
-
content: string;
|
|
22312
|
+
pageId: string;
|
|
22571
22313
|
};
|
|
22572
22314
|
id: string;
|
|
22573
22315
|
})[];
|
|
@@ -22795,9 +22537,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
22795
22537
|
} | {
|
|
22796
22538
|
type: "mention";
|
|
22797
22539
|
props: {
|
|
22798
|
-
|
|
22799
|
-
target?: "_blank" | "_self" | undefined;
|
|
22800
|
-
content: string;
|
|
22540
|
+
pageId: string;
|
|
22801
22541
|
};
|
|
22802
22542
|
id: string;
|
|
22803
22543
|
})[];
|
|
@@ -22979,9 +22719,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
22979
22719
|
} | {
|
|
22980
22720
|
type: "mention";
|
|
22981
22721
|
props: {
|
|
22982
|
-
|
|
22983
|
-
target?: "_blank" | "_self" | undefined;
|
|
22984
|
-
content: string;
|
|
22722
|
+
pageId: string;
|
|
22985
22723
|
};
|
|
22986
22724
|
id: string;
|
|
22987
22725
|
})[];
|
|
@@ -23195,9 +22933,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
23195
22933
|
} | {
|
|
23196
22934
|
type: "mention";
|
|
23197
22935
|
props: {
|
|
23198
|
-
|
|
23199
|
-
target?: "_blank" | "_self" | undefined;
|
|
23200
|
-
content: string;
|
|
22936
|
+
pageId: string;
|
|
23201
22937
|
};
|
|
23202
22938
|
id: string;
|
|
23203
22939
|
})[];
|
|
@@ -23318,9 +23054,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
23318
23054
|
} | {
|
|
23319
23055
|
type: "mention";
|
|
23320
23056
|
props: {
|
|
23321
|
-
|
|
23322
|
-
target?: "_blank" | "_self" | undefined;
|
|
23323
|
-
content: string;
|
|
23057
|
+
pageId: string;
|
|
23324
23058
|
};
|
|
23325
23059
|
id: string;
|
|
23326
23060
|
})[];
|
|
@@ -23566,9 +23300,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
23566
23300
|
} | {
|
|
23567
23301
|
type: "mention";
|
|
23568
23302
|
props: {
|
|
23569
|
-
|
|
23570
|
-
target?: "_blank" | "_self" | undefined;
|
|
23571
|
-
content: string;
|
|
23303
|
+
pageId: string;
|
|
23572
23304
|
};
|
|
23573
23305
|
id: string;
|
|
23574
23306
|
})[];
|
|
@@ -23729,9 +23461,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
23729
23461
|
} | {
|
|
23730
23462
|
type: "mention";
|
|
23731
23463
|
props: {
|
|
23732
|
-
|
|
23733
|
-
target?: "_blank" | "_self" | undefined;
|
|
23734
|
-
content: string;
|
|
23464
|
+
pageId: string;
|
|
23735
23465
|
};
|
|
23736
23466
|
id: string;
|
|
23737
23467
|
})[];
|
|
@@ -23947,9 +23677,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
23947
23677
|
} | {
|
|
23948
23678
|
type: "mention";
|
|
23949
23679
|
props: {
|
|
23950
|
-
|
|
23951
|
-
target?: "_blank" | "_self" | undefined;
|
|
23952
|
-
content: string;
|
|
23680
|
+
pageId: string;
|
|
23953
23681
|
};
|
|
23954
23682
|
id: string;
|
|
23955
23683
|
})[];
|
|
@@ -24071,9 +23799,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
24071
23799
|
} | {
|
|
24072
23800
|
type: "mention";
|
|
24073
23801
|
props: {
|
|
24074
|
-
|
|
24075
|
-
target?: "_blank" | "_self" | undefined;
|
|
24076
|
-
content: string;
|
|
23802
|
+
pageId: string;
|
|
24077
23803
|
};
|
|
24078
23804
|
id: string;
|
|
24079
23805
|
})[];
|
|
@@ -24321,9 +24047,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
24321
24047
|
} | {
|
|
24322
24048
|
type: "mention";
|
|
24323
24049
|
props: {
|
|
24324
|
-
|
|
24325
|
-
target?: "_blank" | "_self" | undefined;
|
|
24326
|
-
content: string;
|
|
24050
|
+
pageId: string;
|
|
24327
24051
|
};
|
|
24328
24052
|
id: string;
|
|
24329
24053
|
})[];
|
|
@@ -24489,9 +24213,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
24489
24213
|
} | {
|
|
24490
24214
|
type: "mention";
|
|
24491
24215
|
props: {
|
|
24492
|
-
|
|
24493
|
-
target?: "_blank" | "_self" | undefined;
|
|
24494
|
-
content: string;
|
|
24216
|
+
pageId: string;
|
|
24495
24217
|
};
|
|
24496
24218
|
id: string;
|
|
24497
24219
|
})[];
|
|
@@ -24529,9 +24251,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
24529
24251
|
} | {
|
|
24530
24252
|
type: "mention";
|
|
24531
24253
|
props: {
|
|
24532
|
-
|
|
24533
|
-
target?: "_blank" | "_self" | undefined;
|
|
24534
|
-
content: string;
|
|
24254
|
+
pageId: string;
|
|
24535
24255
|
};
|
|
24536
24256
|
id: string;
|
|
24537
24257
|
})[];
|
|
@@ -24768,9 +24488,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
24768
24488
|
} | {
|
|
24769
24489
|
type: "mention";
|
|
24770
24490
|
props: {
|
|
24771
|
-
|
|
24772
|
-
target?: "_blank" | "_self" | undefined;
|
|
24773
|
-
content: string;
|
|
24491
|
+
pageId: string;
|
|
24774
24492
|
};
|
|
24775
24493
|
id: string;
|
|
24776
24494
|
})[];
|
|
@@ -24997,9 +24715,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
24997
24715
|
} | {
|
|
24998
24716
|
type: "mention";
|
|
24999
24717
|
props: {
|
|
25000
|
-
|
|
25001
|
-
target?: "_blank" | "_self" | undefined;
|
|
25002
|
-
content: string;
|
|
24718
|
+
pageId: string;
|
|
25003
24719
|
};
|
|
25004
24720
|
id: string;
|
|
25005
24721
|
})[];
|
|
@@ -25211,9 +24927,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
25211
24927
|
} | {
|
|
25212
24928
|
type: "mention";
|
|
25213
24929
|
props: {
|
|
25214
|
-
|
|
25215
|
-
target?: "_blank" | "_self" | undefined;
|
|
25216
|
-
content: string;
|
|
24930
|
+
pageId: string;
|
|
25217
24931
|
};
|
|
25218
24932
|
id: string;
|
|
25219
24933
|
})[];
|
|
@@ -25264,9 +24978,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
25264
24978
|
} | {
|
|
25265
24979
|
type: "mention";
|
|
25266
24980
|
props: {
|
|
25267
|
-
|
|
25268
|
-
target?: "_blank" | "_self" | undefined;
|
|
25269
|
-
content: string;
|
|
24981
|
+
pageId: string;
|
|
25270
24982
|
};
|
|
25271
24983
|
id: string;
|
|
25272
24984
|
})[];
|
|
@@ -25474,9 +25186,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
25474
25186
|
} | {
|
|
25475
25187
|
type: "mention";
|
|
25476
25188
|
props: {
|
|
25477
|
-
|
|
25478
|
-
target?: "_blank" | "_self" | undefined;
|
|
25479
|
-
content: string;
|
|
25189
|
+
pageId: string;
|
|
25480
25190
|
};
|
|
25481
25191
|
id: string;
|
|
25482
25192
|
})[];
|
|
@@ -25613,9 +25323,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
25613
25323
|
} | {
|
|
25614
25324
|
type: "mention";
|
|
25615
25325
|
props: {
|
|
25616
|
-
|
|
25617
|
-
target?: "_blank" | "_self" | undefined;
|
|
25618
|
-
content: string;
|
|
25326
|
+
pageId: string;
|
|
25619
25327
|
};
|
|
25620
25328
|
id: string;
|
|
25621
25329
|
})[];
|
|
@@ -25839,9 +25547,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
25839
25547
|
} | {
|
|
25840
25548
|
type: "mention";
|
|
25841
25549
|
props: {
|
|
25842
|
-
|
|
25843
|
-
target?: "_blank" | "_self" | undefined;
|
|
25844
|
-
content: string;
|
|
25550
|
+
pageId: string;
|
|
25845
25551
|
};
|
|
25846
25552
|
id: string;
|
|
25847
25553
|
})[];
|
|
@@ -26015,9 +25721,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
26015
25721
|
} | {
|
|
26016
25722
|
type: "mention";
|
|
26017
25723
|
props: {
|
|
26018
|
-
|
|
26019
|
-
target?: "_blank" | "_self" | undefined;
|
|
26020
|
-
content: string;
|
|
25724
|
+
pageId: string;
|
|
26021
25725
|
};
|
|
26022
25726
|
id: string;
|
|
26023
25727
|
})[];
|
|
@@ -26231,9 +25935,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
26231
25935
|
} | {
|
|
26232
25936
|
type: "mention";
|
|
26233
25937
|
props: {
|
|
26234
|
-
|
|
26235
|
-
target?: "_blank" | "_self" | undefined;
|
|
26236
|
-
content: string;
|
|
25938
|
+
pageId: string;
|
|
26237
25939
|
};
|
|
26238
25940
|
id: string;
|
|
26239
25941
|
})[];
|
|
@@ -26354,9 +26056,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
26354
26056
|
} | {
|
|
26355
26057
|
type: "mention";
|
|
26356
26058
|
props: {
|
|
26357
|
-
|
|
26358
|
-
target?: "_blank" | "_self" | undefined;
|
|
26359
|
-
content: string;
|
|
26059
|
+
pageId: string;
|
|
26360
26060
|
};
|
|
26361
26061
|
id: string;
|
|
26362
26062
|
})[];
|
|
@@ -26602,9 +26302,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
26602
26302
|
} | {
|
|
26603
26303
|
type: "mention";
|
|
26604
26304
|
props: {
|
|
26605
|
-
|
|
26606
|
-
target?: "_blank" | "_self" | undefined;
|
|
26607
|
-
content: string;
|
|
26305
|
+
pageId: string;
|
|
26608
26306
|
};
|
|
26609
26307
|
id: string;
|
|
26610
26308
|
})[];
|
|
@@ -26765,9 +26463,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
26765
26463
|
} | {
|
|
26766
26464
|
type: "mention";
|
|
26767
26465
|
props: {
|
|
26768
|
-
|
|
26769
|
-
target?: "_blank" | "_self" | undefined;
|
|
26770
|
-
content: string;
|
|
26466
|
+
pageId: string;
|
|
26771
26467
|
};
|
|
26772
26468
|
id: string;
|
|
26773
26469
|
})[];
|
|
@@ -26975,9 +26671,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
26975
26671
|
} | {
|
|
26976
26672
|
type: "mention";
|
|
26977
26673
|
props: {
|
|
26978
|
-
|
|
26979
|
-
target?: "_blank" | "_self" | undefined;
|
|
26980
|
-
content: string;
|
|
26674
|
+
pageId: string;
|
|
26981
26675
|
};
|
|
26982
26676
|
id: string;
|
|
26983
26677
|
})[];
|
|
@@ -27095,9 +26789,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
27095
26789
|
} | {
|
|
27096
26790
|
type: "mention";
|
|
27097
26791
|
props: {
|
|
27098
|
-
|
|
27099
|
-
target?: "_blank" | "_self" | undefined;
|
|
27100
|
-
content: string;
|
|
26792
|
+
pageId: string;
|
|
27101
26793
|
};
|
|
27102
26794
|
id: string;
|
|
27103
26795
|
})[];
|
|
@@ -27337,9 +27029,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
27337
27029
|
} | {
|
|
27338
27030
|
type: "mention";
|
|
27339
27031
|
props: {
|
|
27340
|
-
|
|
27341
|
-
target?: "_blank" | "_self" | undefined;
|
|
27342
|
-
content: string;
|
|
27032
|
+
pageId: string;
|
|
27343
27033
|
};
|
|
27344
27034
|
id: string;
|
|
27345
27035
|
})[];
|
|
@@ -27504,9 +27194,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
27504
27194
|
} | {
|
|
27505
27195
|
type: "mention";
|
|
27506
27196
|
props: {
|
|
27507
|
-
|
|
27508
|
-
target?: "_blank" | "_self" | undefined;
|
|
27509
|
-
content: string;
|
|
27197
|
+
pageId: string;
|
|
27510
27198
|
};
|
|
27511
27199
|
id: string;
|
|
27512
27200
|
})[];
|
|
@@ -27544,9 +27232,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
27544
27232
|
} | {
|
|
27545
27233
|
type: "mention";
|
|
27546
27234
|
props: {
|
|
27547
|
-
|
|
27548
|
-
target?: "_blank" | "_self" | undefined;
|
|
27549
|
-
content: string;
|
|
27235
|
+
pageId: string;
|
|
27550
27236
|
};
|
|
27551
27237
|
id: string;
|
|
27552
27238
|
})[];
|
|
@@ -27785,9 +27471,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
27785
27471
|
} | {
|
|
27786
27472
|
type: "mention";
|
|
27787
27473
|
props: {
|
|
27788
|
-
|
|
27789
|
-
target?: "_blank" | "_self" | undefined;
|
|
27790
|
-
content: string;
|
|
27474
|
+
pageId: string;
|
|
27791
27475
|
};
|
|
27792
27476
|
id: string;
|
|
27793
27477
|
})[];
|
|
@@ -28017,9 +27701,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
28017
27701
|
} | {
|
|
28018
27702
|
type: "mention";
|
|
28019
27703
|
props: {
|
|
28020
|
-
|
|
28021
|
-
target?: "_blank" | "_self" | undefined;
|
|
28022
|
-
content: string;
|
|
27704
|
+
pageId: string;
|
|
28023
27705
|
};
|
|
28024
27706
|
id: string;
|
|
28025
27707
|
})[];
|
|
@@ -28231,9 +27913,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
28231
27913
|
} | {
|
|
28232
27914
|
type: "mention";
|
|
28233
27915
|
props: {
|
|
28234
|
-
|
|
28235
|
-
target?: "_blank" | "_self" | undefined;
|
|
28236
|
-
content: string;
|
|
27916
|
+
pageId: string;
|
|
28237
27917
|
};
|
|
28238
27918
|
id: string;
|
|
28239
27919
|
})[];
|
|
@@ -28284,9 +27964,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
28284
27964
|
} | {
|
|
28285
27965
|
type: "mention";
|
|
28286
27966
|
props: {
|
|
28287
|
-
|
|
28288
|
-
target?: "_blank" | "_self" | undefined;
|
|
28289
|
-
content: string;
|
|
27967
|
+
pageId: string;
|
|
28290
27968
|
};
|
|
28291
27969
|
id: string;
|
|
28292
27970
|
})[];
|
|
@@ -28496,9 +28174,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
28496
28174
|
} | {
|
|
28497
28175
|
type: "mention";
|
|
28498
28176
|
props: {
|
|
28499
|
-
|
|
28500
|
-
target?: "_blank" | "_self" | undefined;
|
|
28501
|
-
content: string;
|
|
28177
|
+
pageId: string;
|
|
28502
28178
|
};
|
|
28503
28179
|
id: string;
|
|
28504
28180
|
})[];
|
|
@@ -28636,9 +28312,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
28636
28312
|
} | {
|
|
28637
28313
|
type: "mention";
|
|
28638
28314
|
props: {
|
|
28639
|
-
|
|
28640
|
-
target?: "_blank" | "_self" | undefined;
|
|
28641
|
-
content: string;
|
|
28315
|
+
pageId: string;
|
|
28642
28316
|
};
|
|
28643
28317
|
id: string;
|
|
28644
28318
|
})[];
|
|
@@ -28864,9 +28538,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
28864
28538
|
} | {
|
|
28865
28539
|
type: "mention";
|
|
28866
28540
|
props: {
|
|
28867
|
-
|
|
28868
|
-
target?: "_blank" | "_self" | undefined;
|
|
28869
|
-
content: string;
|
|
28541
|
+
pageId: string;
|
|
28870
28542
|
};
|
|
28871
28543
|
id: string;
|
|
28872
28544
|
})[];
|
|
@@ -29040,9 +28712,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
29040
28712
|
} | {
|
|
29041
28713
|
type: "mention";
|
|
29042
28714
|
props: {
|
|
29043
|
-
|
|
29044
|
-
target?: "_blank" | "_self" | undefined;
|
|
29045
|
-
content: string;
|
|
28715
|
+
pageId: string;
|
|
29046
28716
|
};
|
|
29047
28717
|
id: string;
|
|
29048
28718
|
})[];
|
|
@@ -29258,9 +28928,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
29258
28928
|
} | {
|
|
29259
28929
|
type: "mention";
|
|
29260
28930
|
props: {
|
|
29261
|
-
|
|
29262
|
-
target?: "_blank" | "_self" | undefined;
|
|
29263
|
-
content: string;
|
|
28931
|
+
pageId: string;
|
|
29264
28932
|
};
|
|
29265
28933
|
id: string;
|
|
29266
28934
|
})[];
|
|
@@ -29382,9 +29050,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
29382
29050
|
} | {
|
|
29383
29051
|
type: "mention";
|
|
29384
29052
|
props: {
|
|
29385
|
-
|
|
29386
|
-
target?: "_blank" | "_self" | undefined;
|
|
29387
|
-
content: string;
|
|
29053
|
+
pageId: string;
|
|
29388
29054
|
};
|
|
29389
29055
|
id: string;
|
|
29390
29056
|
})[];
|
|
@@ -29632,9 +29298,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
29632
29298
|
} | {
|
|
29633
29299
|
type: "mention";
|
|
29634
29300
|
props: {
|
|
29635
|
-
|
|
29636
|
-
target?: "_blank" | "_self" | undefined;
|
|
29637
|
-
content: string;
|
|
29301
|
+
pageId: string;
|
|
29638
29302
|
};
|
|
29639
29303
|
id: string;
|
|
29640
29304
|
})[];
|
|
@@ -29796,9 +29460,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
29796
29460
|
} | {
|
|
29797
29461
|
type: "mention";
|
|
29798
29462
|
props: {
|
|
29799
|
-
|
|
29800
|
-
target?: "_blank" | "_self" | undefined;
|
|
29801
|
-
content: string;
|
|
29463
|
+
pageId: string;
|
|
29802
29464
|
};
|
|
29803
29465
|
id: string;
|
|
29804
29466
|
})[];
|
|
@@ -30006,9 +29668,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
30006
29668
|
} | {
|
|
30007
29669
|
type: "mention";
|
|
30008
29670
|
props: {
|
|
30009
|
-
|
|
30010
|
-
target?: "_blank" | "_self" | undefined;
|
|
30011
|
-
content: string;
|
|
29671
|
+
pageId: string;
|
|
30012
29672
|
};
|
|
30013
29673
|
id: string;
|
|
30014
29674
|
})[];
|
|
@@ -30126,9 +29786,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
30126
29786
|
} | {
|
|
30127
29787
|
type: "mention";
|
|
30128
29788
|
props: {
|
|
30129
|
-
|
|
30130
|
-
target?: "_blank" | "_self" | undefined;
|
|
30131
|
-
content: string;
|
|
29789
|
+
pageId: string;
|
|
30132
29790
|
};
|
|
30133
29791
|
id: string;
|
|
30134
29792
|
})[];
|
|
@@ -30368,9 +30026,7 @@ export declare function useBlockEditor(initialBlocks: Ref<Block[]>, { maxHistory
|
|
|
30368
30026
|
} | {
|
|
30369
30027
|
type: "mention";
|
|
30370
30028
|
props: {
|
|
30371
|
-
|
|
30372
|
-
target?: "_blank" | "_self" | undefined;
|
|
30373
|
-
content: string;
|
|
30029
|
+
pageId: string;
|
|
30374
30030
|
};
|
|
30375
30031
|
id: string;
|
|
30376
30032
|
})[];
|