@gmb/bitmark-parser-generator 4.1.2 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/browser/cjs/index.cjs +320 -48
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +86 -0
- package/dist/browser/esm/index.d.ts +86 -0
- package/dist/browser/esm/index.js +320 -48
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/index.cjs +320 -48
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +86 -0
- package/dist/index.d.ts +86 -0
- package/dist/index.js +320 -48
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,24 @@ declare const BitType: Readonly<{
|
|
|
6
6
|
_error: "_error";
|
|
7
7
|
_comment: "_comment";
|
|
8
8
|
_standard: "_standard";
|
|
9
|
+
advertising: "advertising";
|
|
10
|
+
advertisingAdvertorial: "advertising-advertorial";
|
|
11
|
+
advertisingCallToAction: "advertising-call-to-action";
|
|
12
|
+
advertisingCallToActionMeeting: "advertising-call-to-action-meeting";
|
|
13
|
+
advertisingBanner: "advertising-banner";
|
|
14
|
+
advertisingSkyscraper: "advertising-skyscraper";
|
|
15
|
+
advertisingRectangle: "advertising-rectangle";
|
|
16
|
+
advertisingFullPage: "advertising-full-page";
|
|
17
|
+
advertisingHalfPage: "advertising-half-page";
|
|
18
|
+
advertisingQuarterPage: "advertising-quarter-page";
|
|
19
|
+
advertisingClassifiedPage: "advertising-classified-page";
|
|
20
|
+
advertisingLandscape: "advertising-landscape";
|
|
21
|
+
advertisingPortrait: "advertising-portrait";
|
|
22
|
+
aiChat: "ai-chat";
|
|
23
|
+
aiEditor: "ai-editor";
|
|
9
24
|
aiPrompt: "ai-prompt";
|
|
25
|
+
aiTutor: "ai-tutor";
|
|
26
|
+
aiWbt: "ai-wbt";
|
|
10
27
|
anchor: "anchor";
|
|
11
28
|
appAiPrompt: "app-ai-prompt";
|
|
12
29
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
@@ -24,6 +41,7 @@ declare const BitType: Readonly<{
|
|
|
24
41
|
articleAi: "article-ai";
|
|
25
42
|
articleAlt: "article-alt";
|
|
26
43
|
articleAttachment: "article-attachment";
|
|
44
|
+
articleAuthor: "article-author";
|
|
27
45
|
articleEmbed: "article-embed";
|
|
28
46
|
articleLink: "article-link";
|
|
29
47
|
articleResponsive: "article-responsive";
|
|
@@ -34,6 +52,8 @@ declare const BitType: Readonly<{
|
|
|
34
52
|
audioEmbed: "audio-embed";
|
|
35
53
|
audioLink: "audio-link";
|
|
36
54
|
audioTranscript: "audio-transcript";
|
|
55
|
+
author: "author";
|
|
56
|
+
authorContentBitGenerator: "author-content-bit-generator";
|
|
37
57
|
bitAlias: "bit-alias";
|
|
38
58
|
bitBookEnding: "bit-book-ending";
|
|
39
59
|
bitBookSummary: "bit-book-summary";
|
|
@@ -46,6 +66,7 @@ declare const BitType: Readonly<{
|
|
|
46
66
|
bookAlias: "book-alias";
|
|
47
67
|
bookAppendix: "book-appendix";
|
|
48
68
|
bookArticle: "book-article";
|
|
69
|
+
bookAuthor: "book-author";
|
|
49
70
|
bookAutherBio: "book-author-bio";
|
|
50
71
|
bookBibliography: "book-bibliography";
|
|
51
72
|
bookClose: "book-close";
|
|
@@ -214,6 +235,8 @@ declare const BitType: Readonly<{
|
|
|
214
235
|
extractorAiChat: "extractor-ai-chat";
|
|
215
236
|
extractorBlock: "extractor-block";
|
|
216
237
|
extractorConfiguration: "extractor-configuration";
|
|
238
|
+
extractorEmbeddedImage: "extractor-embedded-image";
|
|
239
|
+
extractorEmbeddedImageCollapsible: "extractor-embedded-image-collapsible";
|
|
217
240
|
extractorInformation: "extractor-information";
|
|
218
241
|
extractorPage: "extractor-page";
|
|
219
242
|
extractorPageCollapsible: "extractor-page-collapsible";
|
|
@@ -575,7 +598,24 @@ declare const BitType: Readonly<{
|
|
|
575
598
|
_error: "_error";
|
|
576
599
|
_comment: "_comment";
|
|
577
600
|
_standard: "_standard";
|
|
601
|
+
advertising: "advertising";
|
|
602
|
+
advertisingAdvertorial: "advertising-advertorial";
|
|
603
|
+
advertisingCallToAction: "advertising-call-to-action";
|
|
604
|
+
advertisingCallToActionMeeting: "advertising-call-to-action-meeting";
|
|
605
|
+
advertisingBanner: "advertising-banner";
|
|
606
|
+
advertisingSkyscraper: "advertising-skyscraper";
|
|
607
|
+
advertisingRectangle: "advertising-rectangle";
|
|
608
|
+
advertisingFullPage: "advertising-full-page";
|
|
609
|
+
advertisingHalfPage: "advertising-half-page";
|
|
610
|
+
advertisingQuarterPage: "advertising-quarter-page";
|
|
611
|
+
advertisingClassifiedPage: "advertising-classified-page";
|
|
612
|
+
advertisingLandscape: "advertising-landscape";
|
|
613
|
+
advertisingPortrait: "advertising-portrait";
|
|
614
|
+
aiChat: "ai-chat";
|
|
615
|
+
aiEditor: "ai-editor";
|
|
578
616
|
aiPrompt: "ai-prompt";
|
|
617
|
+
aiTutor: "ai-tutor";
|
|
618
|
+
aiWbt: "ai-wbt";
|
|
579
619
|
anchor: "anchor";
|
|
580
620
|
appAiPrompt: "app-ai-prompt";
|
|
581
621
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
@@ -593,6 +633,7 @@ declare const BitType: Readonly<{
|
|
|
593
633
|
articleAi: "article-ai";
|
|
594
634
|
articleAlt: "article-alt";
|
|
595
635
|
articleAttachment: "article-attachment";
|
|
636
|
+
articleAuthor: "article-author";
|
|
596
637
|
articleEmbed: "article-embed";
|
|
597
638
|
articleLink: "article-link";
|
|
598
639
|
articleResponsive: "article-responsive";
|
|
@@ -603,6 +644,8 @@ declare const BitType: Readonly<{
|
|
|
603
644
|
audioEmbed: "audio-embed";
|
|
604
645
|
audioLink: "audio-link";
|
|
605
646
|
audioTranscript: "audio-transcript";
|
|
647
|
+
author: "author";
|
|
648
|
+
authorContentBitGenerator: "author-content-bit-generator";
|
|
606
649
|
bitAlias: "bit-alias";
|
|
607
650
|
bitBookEnding: "bit-book-ending";
|
|
608
651
|
bitBookSummary: "bit-book-summary";
|
|
@@ -615,6 +658,7 @@ declare const BitType: Readonly<{
|
|
|
615
658
|
bookAlias: "book-alias";
|
|
616
659
|
bookAppendix: "book-appendix";
|
|
617
660
|
bookArticle: "book-article";
|
|
661
|
+
bookAuthor: "book-author";
|
|
618
662
|
bookAutherBio: "book-author-bio";
|
|
619
663
|
bookBibliography: "book-bibliography";
|
|
620
664
|
bookClose: "book-close";
|
|
@@ -783,6 +827,8 @@ declare const BitType: Readonly<{
|
|
|
783
827
|
extractorAiChat: "extractor-ai-chat";
|
|
784
828
|
extractorBlock: "extractor-block";
|
|
785
829
|
extractorConfiguration: "extractor-configuration";
|
|
830
|
+
extractorEmbeddedImage: "extractor-embedded-image";
|
|
831
|
+
extractorEmbeddedImageCollapsible: "extractor-embedded-image-collapsible";
|
|
786
832
|
extractorInformation: "extractor-information";
|
|
787
833
|
extractorPage: "extractor-page";
|
|
788
834
|
extractorPageCollapsible: "extractor-page-collapsible";
|
|
@@ -1277,6 +1323,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1277
1323
|
property_disableCalculation: "@disableCalculation";
|
|
1278
1324
|
property_disableFeedback: "@disableFeedback";
|
|
1279
1325
|
property_duration: "@duration";
|
|
1326
|
+
property_isEditable: "@isEditable";
|
|
1280
1327
|
property_emphasis: "@emphasis";
|
|
1281
1328
|
property_example: "@example";
|
|
1282
1329
|
property_externalId: "@externalId";
|
|
@@ -1288,6 +1335,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1288
1335
|
property_focusX: "@focusX";
|
|
1289
1336
|
property_focusY: "@focusY";
|
|
1290
1337
|
property_format: "@format";
|
|
1338
|
+
property_fullName: "@fullName";
|
|
1291
1339
|
property_groupTag: "@groupTag";
|
|
1292
1340
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1293
1341
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1308,6 +1356,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1308
1356
|
property_isTemplate: "@isTemplate";
|
|
1309
1357
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1310
1358
|
property_isTracked: "@isTracked";
|
|
1359
|
+
property_jobTitle: "@jobTitle";
|
|
1311
1360
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1312
1361
|
property_jupyterId: "@jupyterId";
|
|
1313
1362
|
property_kind: "@kind";
|
|
@@ -1351,6 +1400,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1351
1400
|
property_productId: "@productId";
|
|
1352
1401
|
property_productVideo: "@productVideo";
|
|
1353
1402
|
property_progress: "@progress";
|
|
1403
|
+
property_pseudonym: "@pseudonym";
|
|
1354
1404
|
property_publications: "@publications";
|
|
1355
1405
|
property_publisher: "@publisher";
|
|
1356
1406
|
property_publisherName: "@publisherName";
|
|
@@ -1563,6 +1613,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1563
1613
|
property_disableCalculation: "@disableCalculation";
|
|
1564
1614
|
property_disableFeedback: "@disableFeedback";
|
|
1565
1615
|
property_duration: "@duration";
|
|
1616
|
+
property_isEditable: "@isEditable";
|
|
1566
1617
|
property_emphasis: "@emphasis";
|
|
1567
1618
|
property_example: "@example";
|
|
1568
1619
|
property_externalId: "@externalId";
|
|
@@ -1574,6 +1625,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1574
1625
|
property_focusX: "@focusX";
|
|
1575
1626
|
property_focusY: "@focusY";
|
|
1576
1627
|
property_format: "@format";
|
|
1628
|
+
property_fullName: "@fullName";
|
|
1577
1629
|
property_groupTag: "@groupTag";
|
|
1578
1630
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1579
1631
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1594,6 +1646,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1594
1646
|
property_isTemplate: "@isTemplate";
|
|
1595
1647
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1596
1648
|
property_isTracked: "@isTracked";
|
|
1649
|
+
property_jobTitle: "@jobTitle";
|
|
1597
1650
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1598
1651
|
property_jupyterId: "@jupyterId";
|
|
1599
1652
|
property_kind: "@kind";
|
|
@@ -1637,6 +1690,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1637
1690
|
property_productId: "@productId";
|
|
1638
1691
|
property_productVideo: "@productVideo";
|
|
1639
1692
|
property_progress: "@progress";
|
|
1693
|
+
property_pseudonym: "@pseudonym";
|
|
1640
1694
|
property_publications: "@publications";
|
|
1641
1695
|
property_publisher: "@publisher";
|
|
1642
1696
|
property_publisherName: "@publisherName";
|
|
@@ -2430,6 +2484,7 @@ interface BitJson {
|
|
|
2430
2484
|
isPublic: boolean;
|
|
2431
2485
|
isTemplate: boolean;
|
|
2432
2486
|
isTemplateStripTheme: boolean;
|
|
2487
|
+
isEditable: boolean;
|
|
2433
2488
|
aiGenerated: boolean;
|
|
2434
2489
|
machineTranslated: string;
|
|
2435
2490
|
searchIndex: string | string[];
|
|
@@ -2949,6 +3004,7 @@ interface Bit {
|
|
|
2949
3004
|
isPublic?: Property;
|
|
2950
3005
|
isTemplate?: Property;
|
|
2951
3006
|
isTemplateStripTheme?: Property;
|
|
3007
|
+
isEditable?: Property;
|
|
2952
3008
|
aiGenerated?: Property;
|
|
2953
3009
|
machineTranslated?: Property;
|
|
2954
3010
|
searchIndex?: Property;
|
|
@@ -3062,6 +3118,10 @@ interface Bit {
|
|
|
3062
3118
|
search?: Property;
|
|
3063
3119
|
bot?: Property;
|
|
3064
3120
|
referenceProperty?: Property;
|
|
3121
|
+
fullName?: Property;
|
|
3122
|
+
pseudonym?: Property;
|
|
3123
|
+
titleString?: Property;
|
|
3124
|
+
jobTitle?: Property;
|
|
3065
3125
|
list?: Property;
|
|
3066
3126
|
layer?: Property;
|
|
3067
3127
|
layerRole?: Property;
|
|
@@ -3377,6 +3437,8 @@ declare const NodeType: Readonly<{
|
|
|
3377
3437
|
format: "format";
|
|
3378
3438
|
forValues: "forValues";
|
|
3379
3439
|
forValuesValue: "forValuesValue";
|
|
3440
|
+
fullName: "fullName";
|
|
3441
|
+
fullNameValue: "fullNameValue";
|
|
3380
3442
|
gap: "gap";
|
|
3381
3443
|
groupTag: "groupTag";
|
|
3382
3444
|
groupTagValue: "groupTagValue";
|
|
@@ -3421,6 +3483,8 @@ declare const NodeType: Readonly<{
|
|
|
3421
3483
|
isCaseSensitive: "isCaseSensitive";
|
|
3422
3484
|
isCommented: "isCommented";
|
|
3423
3485
|
isCorrect: "isCorrect";
|
|
3486
|
+
isEditable: "isEditable";
|
|
3487
|
+
isEditableValue: "isEditableValue";
|
|
3424
3488
|
isExample: "isExample";
|
|
3425
3489
|
isInfoOnly: "isInfoOnly";
|
|
3426
3490
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3435,6 +3499,8 @@ declare const NodeType: Readonly<{
|
|
|
3435
3499
|
isTrackedValue: "isTrackedValue";
|
|
3436
3500
|
item: "item";
|
|
3437
3501
|
itemLead: "itemLead";
|
|
3502
|
+
jobTitle: "jobTitle";
|
|
3503
|
+
jobTitleValue: "jobTitleValue";
|
|
3438
3504
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3439
3505
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3440
3506
|
jupyterId: "jupyterId";
|
|
@@ -3549,6 +3615,8 @@ declare const NodeType: Readonly<{
|
|
|
3549
3615
|
propertyValue: "propertyValue";
|
|
3550
3616
|
propertyValues: "propertyValues";
|
|
3551
3617
|
provider: "provider";
|
|
3618
|
+
pseudonym: "pseudonym";
|
|
3619
|
+
pseudonymValue: "pseudonymValue";
|
|
3552
3620
|
publications: "publications";
|
|
3553
3621
|
publicationsValue: "publicationsValue";
|
|
3554
3622
|
publisher: "publisher";
|
|
@@ -3695,6 +3763,7 @@ declare const NodeType: Readonly<{
|
|
|
3695
3763
|
thumbnails: "thumbnails";
|
|
3696
3764
|
thumbnailsValue: "thumbnailsValue";
|
|
3697
3765
|
title: "title";
|
|
3766
|
+
titleString: "titleString";
|
|
3698
3767
|
toc: "toc";
|
|
3699
3768
|
tocContent: "tocContent";
|
|
3700
3769
|
tocContentValue: "tocContentValue";
|
|
@@ -3921,6 +3990,8 @@ declare const NodeType: Readonly<{
|
|
|
3921
3990
|
format: "format";
|
|
3922
3991
|
forValues: "forValues";
|
|
3923
3992
|
forValuesValue: "forValuesValue";
|
|
3993
|
+
fullName: "fullName";
|
|
3994
|
+
fullNameValue: "fullNameValue";
|
|
3924
3995
|
gap: "gap";
|
|
3925
3996
|
groupTag: "groupTag";
|
|
3926
3997
|
groupTagValue: "groupTagValue";
|
|
@@ -3965,6 +4036,8 @@ declare const NodeType: Readonly<{
|
|
|
3965
4036
|
isCaseSensitive: "isCaseSensitive";
|
|
3966
4037
|
isCommented: "isCommented";
|
|
3967
4038
|
isCorrect: "isCorrect";
|
|
4039
|
+
isEditable: "isEditable";
|
|
4040
|
+
isEditableValue: "isEditableValue";
|
|
3968
4041
|
isExample: "isExample";
|
|
3969
4042
|
isInfoOnly: "isInfoOnly";
|
|
3970
4043
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3979,6 +4052,8 @@ declare const NodeType: Readonly<{
|
|
|
3979
4052
|
isTrackedValue: "isTrackedValue";
|
|
3980
4053
|
item: "item";
|
|
3981
4054
|
itemLead: "itemLead";
|
|
4055
|
+
jobTitle: "jobTitle";
|
|
4056
|
+
jobTitleValue: "jobTitleValue";
|
|
3982
4057
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3983
4058
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3984
4059
|
jupyterId: "jupyterId";
|
|
@@ -4093,6 +4168,8 @@ declare const NodeType: Readonly<{
|
|
|
4093
4168
|
propertyValue: "propertyValue";
|
|
4094
4169
|
propertyValues: "propertyValues";
|
|
4095
4170
|
provider: "provider";
|
|
4171
|
+
pseudonym: "pseudonym";
|
|
4172
|
+
pseudonymValue: "pseudonymValue";
|
|
4096
4173
|
publications: "publications";
|
|
4097
4174
|
publicationsValue: "publicationsValue";
|
|
4098
4175
|
publisher: "publisher";
|
|
@@ -4239,6 +4316,7 @@ declare const NodeType: Readonly<{
|
|
|
4239
4316
|
thumbnails: "thumbnails";
|
|
4240
4317
|
thumbnailsValue: "thumbnailsValue";
|
|
4241
4318
|
title: "title";
|
|
4319
|
+
titleString: "titleString";
|
|
4242
4320
|
toc: "toc";
|
|
4243
4321
|
tocContent: "tocContent";
|
|
4244
4322
|
tocContentValue: "tocContentValue";
|
|
@@ -5144,6 +5222,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5144
5222
|
isPublic?: boolean;
|
|
5145
5223
|
isTemplate?: boolean;
|
|
5146
5224
|
isTemplateStripTheme?: boolean;
|
|
5225
|
+
isEditable?: boolean;
|
|
5147
5226
|
aiGenerated?: boolean;
|
|
5148
5227
|
machineTranslated?: string;
|
|
5149
5228
|
searchIndex?: string | string[];
|
|
@@ -5257,6 +5336,10 @@ declare class Builder extends BaseBuilder {
|
|
|
5257
5336
|
vendorUrl?: string;
|
|
5258
5337
|
search?: string;
|
|
5259
5338
|
bot?: string | string[];
|
|
5339
|
+
fullName?: string;
|
|
5340
|
+
pseudonym?: string;
|
|
5341
|
+
titleString?: string;
|
|
5342
|
+
jobTitle?: string;
|
|
5260
5343
|
list?: string | string[];
|
|
5261
5344
|
layer?: string | string[];
|
|
5262
5345
|
layerRole?: string | string[];
|
|
@@ -6504,6 +6587,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6504
6587
|
protected enter_posterImage(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6505
6588
|
protected enter_thumbnails(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6506
6589
|
protected leaf_level(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6590
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6507
6591
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6508
6592
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6509
6593
|
protected enter_book(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
@@ -6821,6 +6905,7 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6821
6905
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6822
6906
|
protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6823
6907
|
protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6908
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6824
6909
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6825
6910
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6826
6911
|
protected enter_caption(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
@@ -7116,6 +7201,7 @@ declare class JsonParser {
|
|
|
7116
7201
|
private processResources;
|
|
7117
7202
|
private processBody;
|
|
7118
7203
|
private processFooter;
|
|
7204
|
+
private processTitle;
|
|
7119
7205
|
private processReference;
|
|
7120
7206
|
private parseExample;
|
|
7121
7207
|
}
|
|
@@ -6,7 +6,24 @@ declare const BitType: Readonly<{
|
|
|
6
6
|
_error: "_error";
|
|
7
7
|
_comment: "_comment";
|
|
8
8
|
_standard: "_standard";
|
|
9
|
+
advertising: "advertising";
|
|
10
|
+
advertisingAdvertorial: "advertising-advertorial";
|
|
11
|
+
advertisingCallToAction: "advertising-call-to-action";
|
|
12
|
+
advertisingCallToActionMeeting: "advertising-call-to-action-meeting";
|
|
13
|
+
advertisingBanner: "advertising-banner";
|
|
14
|
+
advertisingSkyscraper: "advertising-skyscraper";
|
|
15
|
+
advertisingRectangle: "advertising-rectangle";
|
|
16
|
+
advertisingFullPage: "advertising-full-page";
|
|
17
|
+
advertisingHalfPage: "advertising-half-page";
|
|
18
|
+
advertisingQuarterPage: "advertising-quarter-page";
|
|
19
|
+
advertisingClassifiedPage: "advertising-classified-page";
|
|
20
|
+
advertisingLandscape: "advertising-landscape";
|
|
21
|
+
advertisingPortrait: "advertising-portrait";
|
|
22
|
+
aiChat: "ai-chat";
|
|
23
|
+
aiEditor: "ai-editor";
|
|
9
24
|
aiPrompt: "ai-prompt";
|
|
25
|
+
aiTutor: "ai-tutor";
|
|
26
|
+
aiWbt: "ai-wbt";
|
|
10
27
|
anchor: "anchor";
|
|
11
28
|
appAiPrompt: "app-ai-prompt";
|
|
12
29
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
@@ -24,6 +41,7 @@ declare const BitType: Readonly<{
|
|
|
24
41
|
articleAi: "article-ai";
|
|
25
42
|
articleAlt: "article-alt";
|
|
26
43
|
articleAttachment: "article-attachment";
|
|
44
|
+
articleAuthor: "article-author";
|
|
27
45
|
articleEmbed: "article-embed";
|
|
28
46
|
articleLink: "article-link";
|
|
29
47
|
articleResponsive: "article-responsive";
|
|
@@ -34,6 +52,8 @@ declare const BitType: Readonly<{
|
|
|
34
52
|
audioEmbed: "audio-embed";
|
|
35
53
|
audioLink: "audio-link";
|
|
36
54
|
audioTranscript: "audio-transcript";
|
|
55
|
+
author: "author";
|
|
56
|
+
authorContentBitGenerator: "author-content-bit-generator";
|
|
37
57
|
bitAlias: "bit-alias";
|
|
38
58
|
bitBookEnding: "bit-book-ending";
|
|
39
59
|
bitBookSummary: "bit-book-summary";
|
|
@@ -46,6 +66,7 @@ declare const BitType: Readonly<{
|
|
|
46
66
|
bookAlias: "book-alias";
|
|
47
67
|
bookAppendix: "book-appendix";
|
|
48
68
|
bookArticle: "book-article";
|
|
69
|
+
bookAuthor: "book-author";
|
|
49
70
|
bookAutherBio: "book-author-bio";
|
|
50
71
|
bookBibliography: "book-bibliography";
|
|
51
72
|
bookClose: "book-close";
|
|
@@ -214,6 +235,8 @@ declare const BitType: Readonly<{
|
|
|
214
235
|
extractorAiChat: "extractor-ai-chat";
|
|
215
236
|
extractorBlock: "extractor-block";
|
|
216
237
|
extractorConfiguration: "extractor-configuration";
|
|
238
|
+
extractorEmbeddedImage: "extractor-embedded-image";
|
|
239
|
+
extractorEmbeddedImageCollapsible: "extractor-embedded-image-collapsible";
|
|
217
240
|
extractorInformation: "extractor-information";
|
|
218
241
|
extractorPage: "extractor-page";
|
|
219
242
|
extractorPageCollapsible: "extractor-page-collapsible";
|
|
@@ -575,7 +598,24 @@ declare const BitType: Readonly<{
|
|
|
575
598
|
_error: "_error";
|
|
576
599
|
_comment: "_comment";
|
|
577
600
|
_standard: "_standard";
|
|
601
|
+
advertising: "advertising";
|
|
602
|
+
advertisingAdvertorial: "advertising-advertorial";
|
|
603
|
+
advertisingCallToAction: "advertising-call-to-action";
|
|
604
|
+
advertisingCallToActionMeeting: "advertising-call-to-action-meeting";
|
|
605
|
+
advertisingBanner: "advertising-banner";
|
|
606
|
+
advertisingSkyscraper: "advertising-skyscraper";
|
|
607
|
+
advertisingRectangle: "advertising-rectangle";
|
|
608
|
+
advertisingFullPage: "advertising-full-page";
|
|
609
|
+
advertisingHalfPage: "advertising-half-page";
|
|
610
|
+
advertisingQuarterPage: "advertising-quarter-page";
|
|
611
|
+
advertisingClassifiedPage: "advertising-classified-page";
|
|
612
|
+
advertisingLandscape: "advertising-landscape";
|
|
613
|
+
advertisingPortrait: "advertising-portrait";
|
|
614
|
+
aiChat: "ai-chat";
|
|
615
|
+
aiEditor: "ai-editor";
|
|
578
616
|
aiPrompt: "ai-prompt";
|
|
617
|
+
aiTutor: "ai-tutor";
|
|
618
|
+
aiWbt: "ai-wbt";
|
|
579
619
|
anchor: "anchor";
|
|
580
620
|
appAiPrompt: "app-ai-prompt";
|
|
581
621
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
@@ -593,6 +633,7 @@ declare const BitType: Readonly<{
|
|
|
593
633
|
articleAi: "article-ai";
|
|
594
634
|
articleAlt: "article-alt";
|
|
595
635
|
articleAttachment: "article-attachment";
|
|
636
|
+
articleAuthor: "article-author";
|
|
596
637
|
articleEmbed: "article-embed";
|
|
597
638
|
articleLink: "article-link";
|
|
598
639
|
articleResponsive: "article-responsive";
|
|
@@ -603,6 +644,8 @@ declare const BitType: Readonly<{
|
|
|
603
644
|
audioEmbed: "audio-embed";
|
|
604
645
|
audioLink: "audio-link";
|
|
605
646
|
audioTranscript: "audio-transcript";
|
|
647
|
+
author: "author";
|
|
648
|
+
authorContentBitGenerator: "author-content-bit-generator";
|
|
606
649
|
bitAlias: "bit-alias";
|
|
607
650
|
bitBookEnding: "bit-book-ending";
|
|
608
651
|
bitBookSummary: "bit-book-summary";
|
|
@@ -615,6 +658,7 @@ declare const BitType: Readonly<{
|
|
|
615
658
|
bookAlias: "book-alias";
|
|
616
659
|
bookAppendix: "book-appendix";
|
|
617
660
|
bookArticle: "book-article";
|
|
661
|
+
bookAuthor: "book-author";
|
|
618
662
|
bookAutherBio: "book-author-bio";
|
|
619
663
|
bookBibliography: "book-bibliography";
|
|
620
664
|
bookClose: "book-close";
|
|
@@ -783,6 +827,8 @@ declare const BitType: Readonly<{
|
|
|
783
827
|
extractorAiChat: "extractor-ai-chat";
|
|
784
828
|
extractorBlock: "extractor-block";
|
|
785
829
|
extractorConfiguration: "extractor-configuration";
|
|
830
|
+
extractorEmbeddedImage: "extractor-embedded-image";
|
|
831
|
+
extractorEmbeddedImageCollapsible: "extractor-embedded-image-collapsible";
|
|
786
832
|
extractorInformation: "extractor-information";
|
|
787
833
|
extractorPage: "extractor-page";
|
|
788
834
|
extractorPageCollapsible: "extractor-page-collapsible";
|
|
@@ -1277,6 +1323,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1277
1323
|
property_disableCalculation: "@disableCalculation";
|
|
1278
1324
|
property_disableFeedback: "@disableFeedback";
|
|
1279
1325
|
property_duration: "@duration";
|
|
1326
|
+
property_isEditable: "@isEditable";
|
|
1280
1327
|
property_emphasis: "@emphasis";
|
|
1281
1328
|
property_example: "@example";
|
|
1282
1329
|
property_externalId: "@externalId";
|
|
@@ -1288,6 +1335,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1288
1335
|
property_focusX: "@focusX";
|
|
1289
1336
|
property_focusY: "@focusY";
|
|
1290
1337
|
property_format: "@format";
|
|
1338
|
+
property_fullName: "@fullName";
|
|
1291
1339
|
property_groupTag: "@groupTag";
|
|
1292
1340
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1293
1341
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1308,6 +1356,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1308
1356
|
property_isTemplate: "@isTemplate";
|
|
1309
1357
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1310
1358
|
property_isTracked: "@isTracked";
|
|
1359
|
+
property_jobTitle: "@jobTitle";
|
|
1311
1360
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1312
1361
|
property_jupyterId: "@jupyterId";
|
|
1313
1362
|
property_kind: "@kind";
|
|
@@ -1351,6 +1400,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1351
1400
|
property_productId: "@productId";
|
|
1352
1401
|
property_productVideo: "@productVideo";
|
|
1353
1402
|
property_progress: "@progress";
|
|
1403
|
+
property_pseudonym: "@pseudonym";
|
|
1354
1404
|
property_publications: "@publications";
|
|
1355
1405
|
property_publisher: "@publisher";
|
|
1356
1406
|
property_publisherName: "@publisherName";
|
|
@@ -1563,6 +1613,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1563
1613
|
property_disableCalculation: "@disableCalculation";
|
|
1564
1614
|
property_disableFeedback: "@disableFeedback";
|
|
1565
1615
|
property_duration: "@duration";
|
|
1616
|
+
property_isEditable: "@isEditable";
|
|
1566
1617
|
property_emphasis: "@emphasis";
|
|
1567
1618
|
property_example: "@example";
|
|
1568
1619
|
property_externalId: "@externalId";
|
|
@@ -1574,6 +1625,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1574
1625
|
property_focusX: "@focusX";
|
|
1575
1626
|
property_focusY: "@focusY";
|
|
1576
1627
|
property_format: "@format";
|
|
1628
|
+
property_fullName: "@fullName";
|
|
1577
1629
|
property_groupTag: "@groupTag";
|
|
1578
1630
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1579
1631
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1594,6 +1646,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1594
1646
|
property_isTemplate: "@isTemplate";
|
|
1595
1647
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1596
1648
|
property_isTracked: "@isTracked";
|
|
1649
|
+
property_jobTitle: "@jobTitle";
|
|
1597
1650
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1598
1651
|
property_jupyterId: "@jupyterId";
|
|
1599
1652
|
property_kind: "@kind";
|
|
@@ -1637,6 +1690,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1637
1690
|
property_productId: "@productId";
|
|
1638
1691
|
property_productVideo: "@productVideo";
|
|
1639
1692
|
property_progress: "@progress";
|
|
1693
|
+
property_pseudonym: "@pseudonym";
|
|
1640
1694
|
property_publications: "@publications";
|
|
1641
1695
|
property_publisher: "@publisher";
|
|
1642
1696
|
property_publisherName: "@publisherName";
|
|
@@ -2430,6 +2484,7 @@ interface BitJson {
|
|
|
2430
2484
|
isPublic: boolean;
|
|
2431
2485
|
isTemplate: boolean;
|
|
2432
2486
|
isTemplateStripTheme: boolean;
|
|
2487
|
+
isEditable: boolean;
|
|
2433
2488
|
aiGenerated: boolean;
|
|
2434
2489
|
machineTranslated: string;
|
|
2435
2490
|
searchIndex: string | string[];
|
|
@@ -2949,6 +3004,7 @@ interface Bit {
|
|
|
2949
3004
|
isPublic?: Property;
|
|
2950
3005
|
isTemplate?: Property;
|
|
2951
3006
|
isTemplateStripTheme?: Property;
|
|
3007
|
+
isEditable?: Property;
|
|
2952
3008
|
aiGenerated?: Property;
|
|
2953
3009
|
machineTranslated?: Property;
|
|
2954
3010
|
searchIndex?: Property;
|
|
@@ -3062,6 +3118,10 @@ interface Bit {
|
|
|
3062
3118
|
search?: Property;
|
|
3063
3119
|
bot?: Property;
|
|
3064
3120
|
referenceProperty?: Property;
|
|
3121
|
+
fullName?: Property;
|
|
3122
|
+
pseudonym?: Property;
|
|
3123
|
+
titleString?: Property;
|
|
3124
|
+
jobTitle?: Property;
|
|
3065
3125
|
list?: Property;
|
|
3066
3126
|
layer?: Property;
|
|
3067
3127
|
layerRole?: Property;
|
|
@@ -3377,6 +3437,8 @@ declare const NodeType: Readonly<{
|
|
|
3377
3437
|
format: "format";
|
|
3378
3438
|
forValues: "forValues";
|
|
3379
3439
|
forValuesValue: "forValuesValue";
|
|
3440
|
+
fullName: "fullName";
|
|
3441
|
+
fullNameValue: "fullNameValue";
|
|
3380
3442
|
gap: "gap";
|
|
3381
3443
|
groupTag: "groupTag";
|
|
3382
3444
|
groupTagValue: "groupTagValue";
|
|
@@ -3421,6 +3483,8 @@ declare const NodeType: Readonly<{
|
|
|
3421
3483
|
isCaseSensitive: "isCaseSensitive";
|
|
3422
3484
|
isCommented: "isCommented";
|
|
3423
3485
|
isCorrect: "isCorrect";
|
|
3486
|
+
isEditable: "isEditable";
|
|
3487
|
+
isEditableValue: "isEditableValue";
|
|
3424
3488
|
isExample: "isExample";
|
|
3425
3489
|
isInfoOnly: "isInfoOnly";
|
|
3426
3490
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3435,6 +3499,8 @@ declare const NodeType: Readonly<{
|
|
|
3435
3499
|
isTrackedValue: "isTrackedValue";
|
|
3436
3500
|
item: "item";
|
|
3437
3501
|
itemLead: "itemLead";
|
|
3502
|
+
jobTitle: "jobTitle";
|
|
3503
|
+
jobTitleValue: "jobTitleValue";
|
|
3438
3504
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3439
3505
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3440
3506
|
jupyterId: "jupyterId";
|
|
@@ -3549,6 +3615,8 @@ declare const NodeType: Readonly<{
|
|
|
3549
3615
|
propertyValue: "propertyValue";
|
|
3550
3616
|
propertyValues: "propertyValues";
|
|
3551
3617
|
provider: "provider";
|
|
3618
|
+
pseudonym: "pseudonym";
|
|
3619
|
+
pseudonymValue: "pseudonymValue";
|
|
3552
3620
|
publications: "publications";
|
|
3553
3621
|
publicationsValue: "publicationsValue";
|
|
3554
3622
|
publisher: "publisher";
|
|
@@ -3695,6 +3763,7 @@ declare const NodeType: Readonly<{
|
|
|
3695
3763
|
thumbnails: "thumbnails";
|
|
3696
3764
|
thumbnailsValue: "thumbnailsValue";
|
|
3697
3765
|
title: "title";
|
|
3766
|
+
titleString: "titleString";
|
|
3698
3767
|
toc: "toc";
|
|
3699
3768
|
tocContent: "tocContent";
|
|
3700
3769
|
tocContentValue: "tocContentValue";
|
|
@@ -3921,6 +3990,8 @@ declare const NodeType: Readonly<{
|
|
|
3921
3990
|
format: "format";
|
|
3922
3991
|
forValues: "forValues";
|
|
3923
3992
|
forValuesValue: "forValuesValue";
|
|
3993
|
+
fullName: "fullName";
|
|
3994
|
+
fullNameValue: "fullNameValue";
|
|
3924
3995
|
gap: "gap";
|
|
3925
3996
|
groupTag: "groupTag";
|
|
3926
3997
|
groupTagValue: "groupTagValue";
|
|
@@ -3965,6 +4036,8 @@ declare const NodeType: Readonly<{
|
|
|
3965
4036
|
isCaseSensitive: "isCaseSensitive";
|
|
3966
4037
|
isCommented: "isCommented";
|
|
3967
4038
|
isCorrect: "isCorrect";
|
|
4039
|
+
isEditable: "isEditable";
|
|
4040
|
+
isEditableValue: "isEditableValue";
|
|
3968
4041
|
isExample: "isExample";
|
|
3969
4042
|
isInfoOnly: "isInfoOnly";
|
|
3970
4043
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3979,6 +4052,8 @@ declare const NodeType: Readonly<{
|
|
|
3979
4052
|
isTrackedValue: "isTrackedValue";
|
|
3980
4053
|
item: "item";
|
|
3981
4054
|
itemLead: "itemLead";
|
|
4055
|
+
jobTitle: "jobTitle";
|
|
4056
|
+
jobTitleValue: "jobTitleValue";
|
|
3982
4057
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3983
4058
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3984
4059
|
jupyterId: "jupyterId";
|
|
@@ -4093,6 +4168,8 @@ declare const NodeType: Readonly<{
|
|
|
4093
4168
|
propertyValue: "propertyValue";
|
|
4094
4169
|
propertyValues: "propertyValues";
|
|
4095
4170
|
provider: "provider";
|
|
4171
|
+
pseudonym: "pseudonym";
|
|
4172
|
+
pseudonymValue: "pseudonymValue";
|
|
4096
4173
|
publications: "publications";
|
|
4097
4174
|
publicationsValue: "publicationsValue";
|
|
4098
4175
|
publisher: "publisher";
|
|
@@ -4239,6 +4316,7 @@ declare const NodeType: Readonly<{
|
|
|
4239
4316
|
thumbnails: "thumbnails";
|
|
4240
4317
|
thumbnailsValue: "thumbnailsValue";
|
|
4241
4318
|
title: "title";
|
|
4319
|
+
titleString: "titleString";
|
|
4242
4320
|
toc: "toc";
|
|
4243
4321
|
tocContent: "tocContent";
|
|
4244
4322
|
tocContentValue: "tocContentValue";
|
|
@@ -5144,6 +5222,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5144
5222
|
isPublic?: boolean;
|
|
5145
5223
|
isTemplate?: boolean;
|
|
5146
5224
|
isTemplateStripTheme?: boolean;
|
|
5225
|
+
isEditable?: boolean;
|
|
5147
5226
|
aiGenerated?: boolean;
|
|
5148
5227
|
machineTranslated?: string;
|
|
5149
5228
|
searchIndex?: string | string[];
|
|
@@ -5257,6 +5336,10 @@ declare class Builder extends BaseBuilder {
|
|
|
5257
5336
|
vendorUrl?: string;
|
|
5258
5337
|
search?: string;
|
|
5259
5338
|
bot?: string | string[];
|
|
5339
|
+
fullName?: string;
|
|
5340
|
+
pseudonym?: string;
|
|
5341
|
+
titleString?: string;
|
|
5342
|
+
jobTitle?: string;
|
|
5260
5343
|
list?: string | string[];
|
|
5261
5344
|
layer?: string | string[];
|
|
5262
5345
|
layerRole?: string | string[];
|
|
@@ -6504,6 +6587,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6504
6587
|
protected enter_posterImage(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6505
6588
|
protected enter_thumbnails(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6506
6589
|
protected leaf_level(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6590
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6507
6591
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6508
6592
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6509
6593
|
protected enter_book(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
@@ -6821,6 +6905,7 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6821
6905
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6822
6906
|
protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6823
6907
|
protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6908
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6824
6909
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6825
6910
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6826
6911
|
protected enter_caption(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
@@ -7116,6 +7201,7 @@ declare class JsonParser {
|
|
|
7116
7201
|
private processResources;
|
|
7117
7202
|
private processBody;
|
|
7118
7203
|
private processFooter;
|
|
7204
|
+
private processTitle;
|
|
7119
7205
|
private processReference;
|
|
7120
7206
|
private parseExample;
|
|
7121
7207
|
}
|