@gmb/bitmark-parser-generator 4.1.2 → 4.2.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 +306 -44
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +82 -0
- package/dist/browser/esm/index.d.ts +82 -0
- package/dist/browser/esm/index.js +306 -44
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/index.cjs +306 -44
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +82 -0
- package/dist/index.d.ts +82 -0
- package/dist/index.js +306 -44
- 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";
|
|
@@ -575,7 +596,24 @@ declare const BitType: Readonly<{
|
|
|
575
596
|
_error: "_error";
|
|
576
597
|
_comment: "_comment";
|
|
577
598
|
_standard: "_standard";
|
|
599
|
+
advertising: "advertising";
|
|
600
|
+
advertisingAdvertorial: "advertising-advertorial";
|
|
601
|
+
advertisingCallToAction: "advertising-call-to-action";
|
|
602
|
+
advertisingCallToActionMeeting: "advertising-call-to-action-meeting";
|
|
603
|
+
advertisingBanner: "advertising-banner";
|
|
604
|
+
advertisingSkyscraper: "advertising-skyscraper";
|
|
605
|
+
advertisingRectangle: "advertising-rectangle";
|
|
606
|
+
advertisingFullPage: "advertising-full-page";
|
|
607
|
+
advertisingHalfPage: "advertising-half-page";
|
|
608
|
+
advertisingQuarterPage: "advertising-quarter-page";
|
|
609
|
+
advertisingClassifiedPage: "advertising-classified-page";
|
|
610
|
+
advertisingLandscape: "advertising-landscape";
|
|
611
|
+
advertisingPortrait: "advertising-portrait";
|
|
612
|
+
aiChat: "ai-chat";
|
|
613
|
+
aiEditor: "ai-editor";
|
|
578
614
|
aiPrompt: "ai-prompt";
|
|
615
|
+
aiTutor: "ai-tutor";
|
|
616
|
+
aiWbt: "ai-wbt";
|
|
579
617
|
anchor: "anchor";
|
|
580
618
|
appAiPrompt: "app-ai-prompt";
|
|
581
619
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
@@ -593,6 +631,7 @@ declare const BitType: Readonly<{
|
|
|
593
631
|
articleAi: "article-ai";
|
|
594
632
|
articleAlt: "article-alt";
|
|
595
633
|
articleAttachment: "article-attachment";
|
|
634
|
+
articleAuthor: "article-author";
|
|
596
635
|
articleEmbed: "article-embed";
|
|
597
636
|
articleLink: "article-link";
|
|
598
637
|
articleResponsive: "article-responsive";
|
|
@@ -603,6 +642,8 @@ declare const BitType: Readonly<{
|
|
|
603
642
|
audioEmbed: "audio-embed";
|
|
604
643
|
audioLink: "audio-link";
|
|
605
644
|
audioTranscript: "audio-transcript";
|
|
645
|
+
author: "author";
|
|
646
|
+
authorContentBitGenerator: "author-content-bit-generator";
|
|
606
647
|
bitAlias: "bit-alias";
|
|
607
648
|
bitBookEnding: "bit-book-ending";
|
|
608
649
|
bitBookSummary: "bit-book-summary";
|
|
@@ -615,6 +656,7 @@ declare const BitType: Readonly<{
|
|
|
615
656
|
bookAlias: "book-alias";
|
|
616
657
|
bookAppendix: "book-appendix";
|
|
617
658
|
bookArticle: "book-article";
|
|
659
|
+
bookAuthor: "book-author";
|
|
618
660
|
bookAutherBio: "book-author-bio";
|
|
619
661
|
bookBibliography: "book-bibliography";
|
|
620
662
|
bookClose: "book-close";
|
|
@@ -1277,6 +1319,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1277
1319
|
property_disableCalculation: "@disableCalculation";
|
|
1278
1320
|
property_disableFeedback: "@disableFeedback";
|
|
1279
1321
|
property_duration: "@duration";
|
|
1322
|
+
property_isEditable: "@isEditable";
|
|
1280
1323
|
property_emphasis: "@emphasis";
|
|
1281
1324
|
property_example: "@example";
|
|
1282
1325
|
property_externalId: "@externalId";
|
|
@@ -1288,6 +1331,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1288
1331
|
property_focusX: "@focusX";
|
|
1289
1332
|
property_focusY: "@focusY";
|
|
1290
1333
|
property_format: "@format";
|
|
1334
|
+
property_fullName: "@fullName";
|
|
1291
1335
|
property_groupTag: "@groupTag";
|
|
1292
1336
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1293
1337
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1308,6 +1352,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1308
1352
|
property_isTemplate: "@isTemplate";
|
|
1309
1353
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1310
1354
|
property_isTracked: "@isTracked";
|
|
1355
|
+
property_jobTitle: "@jobTitle";
|
|
1311
1356
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1312
1357
|
property_jupyterId: "@jupyterId";
|
|
1313
1358
|
property_kind: "@kind";
|
|
@@ -1351,6 +1396,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1351
1396
|
property_productId: "@productId";
|
|
1352
1397
|
property_productVideo: "@productVideo";
|
|
1353
1398
|
property_progress: "@progress";
|
|
1399
|
+
property_pseudonym: "@pseudonym";
|
|
1354
1400
|
property_publications: "@publications";
|
|
1355
1401
|
property_publisher: "@publisher";
|
|
1356
1402
|
property_publisherName: "@publisherName";
|
|
@@ -1563,6 +1609,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1563
1609
|
property_disableCalculation: "@disableCalculation";
|
|
1564
1610
|
property_disableFeedback: "@disableFeedback";
|
|
1565
1611
|
property_duration: "@duration";
|
|
1612
|
+
property_isEditable: "@isEditable";
|
|
1566
1613
|
property_emphasis: "@emphasis";
|
|
1567
1614
|
property_example: "@example";
|
|
1568
1615
|
property_externalId: "@externalId";
|
|
@@ -1574,6 +1621,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1574
1621
|
property_focusX: "@focusX";
|
|
1575
1622
|
property_focusY: "@focusY";
|
|
1576
1623
|
property_format: "@format";
|
|
1624
|
+
property_fullName: "@fullName";
|
|
1577
1625
|
property_groupTag: "@groupTag";
|
|
1578
1626
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1579
1627
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1594,6 +1642,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1594
1642
|
property_isTemplate: "@isTemplate";
|
|
1595
1643
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1596
1644
|
property_isTracked: "@isTracked";
|
|
1645
|
+
property_jobTitle: "@jobTitle";
|
|
1597
1646
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1598
1647
|
property_jupyterId: "@jupyterId";
|
|
1599
1648
|
property_kind: "@kind";
|
|
@@ -1637,6 +1686,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1637
1686
|
property_productId: "@productId";
|
|
1638
1687
|
property_productVideo: "@productVideo";
|
|
1639
1688
|
property_progress: "@progress";
|
|
1689
|
+
property_pseudonym: "@pseudonym";
|
|
1640
1690
|
property_publications: "@publications";
|
|
1641
1691
|
property_publisher: "@publisher";
|
|
1642
1692
|
property_publisherName: "@publisherName";
|
|
@@ -2430,6 +2480,7 @@ interface BitJson {
|
|
|
2430
2480
|
isPublic: boolean;
|
|
2431
2481
|
isTemplate: boolean;
|
|
2432
2482
|
isTemplateStripTheme: boolean;
|
|
2483
|
+
isEditable: boolean;
|
|
2433
2484
|
aiGenerated: boolean;
|
|
2434
2485
|
machineTranslated: string;
|
|
2435
2486
|
searchIndex: string | string[];
|
|
@@ -2949,6 +3000,7 @@ interface Bit {
|
|
|
2949
3000
|
isPublic?: Property;
|
|
2950
3001
|
isTemplate?: Property;
|
|
2951
3002
|
isTemplateStripTheme?: Property;
|
|
3003
|
+
isEditable?: Property;
|
|
2952
3004
|
aiGenerated?: Property;
|
|
2953
3005
|
machineTranslated?: Property;
|
|
2954
3006
|
searchIndex?: Property;
|
|
@@ -3062,6 +3114,10 @@ interface Bit {
|
|
|
3062
3114
|
search?: Property;
|
|
3063
3115
|
bot?: Property;
|
|
3064
3116
|
referenceProperty?: Property;
|
|
3117
|
+
fullName?: Property;
|
|
3118
|
+
pseudonym?: Property;
|
|
3119
|
+
titleString?: Property;
|
|
3120
|
+
jobTitle?: Property;
|
|
3065
3121
|
list?: Property;
|
|
3066
3122
|
layer?: Property;
|
|
3067
3123
|
layerRole?: Property;
|
|
@@ -3377,6 +3433,8 @@ declare const NodeType: Readonly<{
|
|
|
3377
3433
|
format: "format";
|
|
3378
3434
|
forValues: "forValues";
|
|
3379
3435
|
forValuesValue: "forValuesValue";
|
|
3436
|
+
fullName: "fullName";
|
|
3437
|
+
fullNameValue: "fullNameValue";
|
|
3380
3438
|
gap: "gap";
|
|
3381
3439
|
groupTag: "groupTag";
|
|
3382
3440
|
groupTagValue: "groupTagValue";
|
|
@@ -3421,6 +3479,8 @@ declare const NodeType: Readonly<{
|
|
|
3421
3479
|
isCaseSensitive: "isCaseSensitive";
|
|
3422
3480
|
isCommented: "isCommented";
|
|
3423
3481
|
isCorrect: "isCorrect";
|
|
3482
|
+
isEditable: "isEditable";
|
|
3483
|
+
isEditableValue: "isEditableValue";
|
|
3424
3484
|
isExample: "isExample";
|
|
3425
3485
|
isInfoOnly: "isInfoOnly";
|
|
3426
3486
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3435,6 +3495,8 @@ declare const NodeType: Readonly<{
|
|
|
3435
3495
|
isTrackedValue: "isTrackedValue";
|
|
3436
3496
|
item: "item";
|
|
3437
3497
|
itemLead: "itemLead";
|
|
3498
|
+
jobTitle: "jobTitle";
|
|
3499
|
+
jobTitleValue: "jobTitleValue";
|
|
3438
3500
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3439
3501
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3440
3502
|
jupyterId: "jupyterId";
|
|
@@ -3549,6 +3611,8 @@ declare const NodeType: Readonly<{
|
|
|
3549
3611
|
propertyValue: "propertyValue";
|
|
3550
3612
|
propertyValues: "propertyValues";
|
|
3551
3613
|
provider: "provider";
|
|
3614
|
+
pseudonym: "pseudonym";
|
|
3615
|
+
pseudonymValue: "pseudonymValue";
|
|
3552
3616
|
publications: "publications";
|
|
3553
3617
|
publicationsValue: "publicationsValue";
|
|
3554
3618
|
publisher: "publisher";
|
|
@@ -3695,6 +3759,7 @@ declare const NodeType: Readonly<{
|
|
|
3695
3759
|
thumbnails: "thumbnails";
|
|
3696
3760
|
thumbnailsValue: "thumbnailsValue";
|
|
3697
3761
|
title: "title";
|
|
3762
|
+
titleString: "titleString";
|
|
3698
3763
|
toc: "toc";
|
|
3699
3764
|
tocContent: "tocContent";
|
|
3700
3765
|
tocContentValue: "tocContentValue";
|
|
@@ -3921,6 +3986,8 @@ declare const NodeType: Readonly<{
|
|
|
3921
3986
|
format: "format";
|
|
3922
3987
|
forValues: "forValues";
|
|
3923
3988
|
forValuesValue: "forValuesValue";
|
|
3989
|
+
fullName: "fullName";
|
|
3990
|
+
fullNameValue: "fullNameValue";
|
|
3924
3991
|
gap: "gap";
|
|
3925
3992
|
groupTag: "groupTag";
|
|
3926
3993
|
groupTagValue: "groupTagValue";
|
|
@@ -3965,6 +4032,8 @@ declare const NodeType: Readonly<{
|
|
|
3965
4032
|
isCaseSensitive: "isCaseSensitive";
|
|
3966
4033
|
isCommented: "isCommented";
|
|
3967
4034
|
isCorrect: "isCorrect";
|
|
4035
|
+
isEditable: "isEditable";
|
|
4036
|
+
isEditableValue: "isEditableValue";
|
|
3968
4037
|
isExample: "isExample";
|
|
3969
4038
|
isInfoOnly: "isInfoOnly";
|
|
3970
4039
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3979,6 +4048,8 @@ declare const NodeType: Readonly<{
|
|
|
3979
4048
|
isTrackedValue: "isTrackedValue";
|
|
3980
4049
|
item: "item";
|
|
3981
4050
|
itemLead: "itemLead";
|
|
4051
|
+
jobTitle: "jobTitle";
|
|
4052
|
+
jobTitleValue: "jobTitleValue";
|
|
3982
4053
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3983
4054
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3984
4055
|
jupyterId: "jupyterId";
|
|
@@ -4093,6 +4164,8 @@ declare const NodeType: Readonly<{
|
|
|
4093
4164
|
propertyValue: "propertyValue";
|
|
4094
4165
|
propertyValues: "propertyValues";
|
|
4095
4166
|
provider: "provider";
|
|
4167
|
+
pseudonym: "pseudonym";
|
|
4168
|
+
pseudonymValue: "pseudonymValue";
|
|
4096
4169
|
publications: "publications";
|
|
4097
4170
|
publicationsValue: "publicationsValue";
|
|
4098
4171
|
publisher: "publisher";
|
|
@@ -4239,6 +4312,7 @@ declare const NodeType: Readonly<{
|
|
|
4239
4312
|
thumbnails: "thumbnails";
|
|
4240
4313
|
thumbnailsValue: "thumbnailsValue";
|
|
4241
4314
|
title: "title";
|
|
4315
|
+
titleString: "titleString";
|
|
4242
4316
|
toc: "toc";
|
|
4243
4317
|
tocContent: "tocContent";
|
|
4244
4318
|
tocContentValue: "tocContentValue";
|
|
@@ -5144,6 +5218,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5144
5218
|
isPublic?: boolean;
|
|
5145
5219
|
isTemplate?: boolean;
|
|
5146
5220
|
isTemplateStripTheme?: boolean;
|
|
5221
|
+
isEditable?: boolean;
|
|
5147
5222
|
aiGenerated?: boolean;
|
|
5148
5223
|
machineTranslated?: string;
|
|
5149
5224
|
searchIndex?: string | string[];
|
|
@@ -5257,6 +5332,10 @@ declare class Builder extends BaseBuilder {
|
|
|
5257
5332
|
vendorUrl?: string;
|
|
5258
5333
|
search?: string;
|
|
5259
5334
|
bot?: string | string[];
|
|
5335
|
+
fullName?: string;
|
|
5336
|
+
pseudonym?: string;
|
|
5337
|
+
titleString?: string;
|
|
5338
|
+
jobTitle?: string;
|
|
5260
5339
|
list?: string | string[];
|
|
5261
5340
|
layer?: string | string[];
|
|
5262
5341
|
layerRole?: string | string[];
|
|
@@ -6504,6 +6583,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6504
6583
|
protected enter_posterImage(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6505
6584
|
protected enter_thumbnails(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6506
6585
|
protected leaf_level(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6586
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6507
6587
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6508
6588
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6509
6589
|
protected enter_book(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
@@ -6821,6 +6901,7 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6821
6901
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6822
6902
|
protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6823
6903
|
protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6904
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6824
6905
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6825
6906
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6826
6907
|
protected enter_caption(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
@@ -7116,6 +7197,7 @@ declare class JsonParser {
|
|
|
7116
7197
|
private processResources;
|
|
7117
7198
|
private processBody;
|
|
7118
7199
|
private processFooter;
|
|
7200
|
+
private processTitle;
|
|
7119
7201
|
private processReference;
|
|
7120
7202
|
private parseExample;
|
|
7121
7203
|
}
|
|
@@ -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";
|
|
@@ -575,7 +596,24 @@ declare const BitType: Readonly<{
|
|
|
575
596
|
_error: "_error";
|
|
576
597
|
_comment: "_comment";
|
|
577
598
|
_standard: "_standard";
|
|
599
|
+
advertising: "advertising";
|
|
600
|
+
advertisingAdvertorial: "advertising-advertorial";
|
|
601
|
+
advertisingCallToAction: "advertising-call-to-action";
|
|
602
|
+
advertisingCallToActionMeeting: "advertising-call-to-action-meeting";
|
|
603
|
+
advertisingBanner: "advertising-banner";
|
|
604
|
+
advertisingSkyscraper: "advertising-skyscraper";
|
|
605
|
+
advertisingRectangle: "advertising-rectangle";
|
|
606
|
+
advertisingFullPage: "advertising-full-page";
|
|
607
|
+
advertisingHalfPage: "advertising-half-page";
|
|
608
|
+
advertisingQuarterPage: "advertising-quarter-page";
|
|
609
|
+
advertisingClassifiedPage: "advertising-classified-page";
|
|
610
|
+
advertisingLandscape: "advertising-landscape";
|
|
611
|
+
advertisingPortrait: "advertising-portrait";
|
|
612
|
+
aiChat: "ai-chat";
|
|
613
|
+
aiEditor: "ai-editor";
|
|
578
614
|
aiPrompt: "ai-prompt";
|
|
615
|
+
aiTutor: "ai-tutor";
|
|
616
|
+
aiWbt: "ai-wbt";
|
|
579
617
|
anchor: "anchor";
|
|
580
618
|
appAiPrompt: "app-ai-prompt";
|
|
581
619
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
@@ -593,6 +631,7 @@ declare const BitType: Readonly<{
|
|
|
593
631
|
articleAi: "article-ai";
|
|
594
632
|
articleAlt: "article-alt";
|
|
595
633
|
articleAttachment: "article-attachment";
|
|
634
|
+
articleAuthor: "article-author";
|
|
596
635
|
articleEmbed: "article-embed";
|
|
597
636
|
articleLink: "article-link";
|
|
598
637
|
articleResponsive: "article-responsive";
|
|
@@ -603,6 +642,8 @@ declare const BitType: Readonly<{
|
|
|
603
642
|
audioEmbed: "audio-embed";
|
|
604
643
|
audioLink: "audio-link";
|
|
605
644
|
audioTranscript: "audio-transcript";
|
|
645
|
+
author: "author";
|
|
646
|
+
authorContentBitGenerator: "author-content-bit-generator";
|
|
606
647
|
bitAlias: "bit-alias";
|
|
607
648
|
bitBookEnding: "bit-book-ending";
|
|
608
649
|
bitBookSummary: "bit-book-summary";
|
|
@@ -615,6 +656,7 @@ declare const BitType: Readonly<{
|
|
|
615
656
|
bookAlias: "book-alias";
|
|
616
657
|
bookAppendix: "book-appendix";
|
|
617
658
|
bookArticle: "book-article";
|
|
659
|
+
bookAuthor: "book-author";
|
|
618
660
|
bookAutherBio: "book-author-bio";
|
|
619
661
|
bookBibliography: "book-bibliography";
|
|
620
662
|
bookClose: "book-close";
|
|
@@ -1277,6 +1319,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1277
1319
|
property_disableCalculation: "@disableCalculation";
|
|
1278
1320
|
property_disableFeedback: "@disableFeedback";
|
|
1279
1321
|
property_duration: "@duration";
|
|
1322
|
+
property_isEditable: "@isEditable";
|
|
1280
1323
|
property_emphasis: "@emphasis";
|
|
1281
1324
|
property_example: "@example";
|
|
1282
1325
|
property_externalId: "@externalId";
|
|
@@ -1288,6 +1331,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1288
1331
|
property_focusX: "@focusX";
|
|
1289
1332
|
property_focusY: "@focusY";
|
|
1290
1333
|
property_format: "@format";
|
|
1334
|
+
property_fullName: "@fullName";
|
|
1291
1335
|
property_groupTag: "@groupTag";
|
|
1292
1336
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1293
1337
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1308,6 +1352,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1308
1352
|
property_isTemplate: "@isTemplate";
|
|
1309
1353
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1310
1354
|
property_isTracked: "@isTracked";
|
|
1355
|
+
property_jobTitle: "@jobTitle";
|
|
1311
1356
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1312
1357
|
property_jupyterId: "@jupyterId";
|
|
1313
1358
|
property_kind: "@kind";
|
|
@@ -1351,6 +1396,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1351
1396
|
property_productId: "@productId";
|
|
1352
1397
|
property_productVideo: "@productVideo";
|
|
1353
1398
|
property_progress: "@progress";
|
|
1399
|
+
property_pseudonym: "@pseudonym";
|
|
1354
1400
|
property_publications: "@publications";
|
|
1355
1401
|
property_publisher: "@publisher";
|
|
1356
1402
|
property_publisherName: "@publisherName";
|
|
@@ -1563,6 +1609,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1563
1609
|
property_disableCalculation: "@disableCalculation";
|
|
1564
1610
|
property_disableFeedback: "@disableFeedback";
|
|
1565
1611
|
property_duration: "@duration";
|
|
1612
|
+
property_isEditable: "@isEditable";
|
|
1566
1613
|
property_emphasis: "@emphasis";
|
|
1567
1614
|
property_example: "@example";
|
|
1568
1615
|
property_externalId: "@externalId";
|
|
@@ -1574,6 +1621,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1574
1621
|
property_focusX: "@focusX";
|
|
1575
1622
|
property_focusY: "@focusY";
|
|
1576
1623
|
property_format: "@format";
|
|
1624
|
+
property_fullName: "@fullName";
|
|
1577
1625
|
property_groupTag: "@groupTag";
|
|
1578
1626
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1579
1627
|
property_handInInstruction: "@handInInstruction";
|
|
@@ -1594,6 +1642,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1594
1642
|
property_isTemplate: "@isTemplate";
|
|
1595
1643
|
property_isTemplateStripTheme: "@isTemplateStripTheme";
|
|
1596
1644
|
property_isTracked: "@isTracked";
|
|
1645
|
+
property_jobTitle: "@jobTitle";
|
|
1597
1646
|
property_jupyterExecutionCount: "@jupyterExecutionCount";
|
|
1598
1647
|
property_jupyterId: "@jupyterId";
|
|
1599
1648
|
property_kind: "@kind";
|
|
@@ -1637,6 +1686,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1637
1686
|
property_productId: "@productId";
|
|
1638
1687
|
property_productVideo: "@productVideo";
|
|
1639
1688
|
property_progress: "@progress";
|
|
1689
|
+
property_pseudonym: "@pseudonym";
|
|
1640
1690
|
property_publications: "@publications";
|
|
1641
1691
|
property_publisher: "@publisher";
|
|
1642
1692
|
property_publisherName: "@publisherName";
|
|
@@ -2430,6 +2480,7 @@ interface BitJson {
|
|
|
2430
2480
|
isPublic: boolean;
|
|
2431
2481
|
isTemplate: boolean;
|
|
2432
2482
|
isTemplateStripTheme: boolean;
|
|
2483
|
+
isEditable: boolean;
|
|
2433
2484
|
aiGenerated: boolean;
|
|
2434
2485
|
machineTranslated: string;
|
|
2435
2486
|
searchIndex: string | string[];
|
|
@@ -2949,6 +3000,7 @@ interface Bit {
|
|
|
2949
3000
|
isPublic?: Property;
|
|
2950
3001
|
isTemplate?: Property;
|
|
2951
3002
|
isTemplateStripTheme?: Property;
|
|
3003
|
+
isEditable?: Property;
|
|
2952
3004
|
aiGenerated?: Property;
|
|
2953
3005
|
machineTranslated?: Property;
|
|
2954
3006
|
searchIndex?: Property;
|
|
@@ -3062,6 +3114,10 @@ interface Bit {
|
|
|
3062
3114
|
search?: Property;
|
|
3063
3115
|
bot?: Property;
|
|
3064
3116
|
referenceProperty?: Property;
|
|
3117
|
+
fullName?: Property;
|
|
3118
|
+
pseudonym?: Property;
|
|
3119
|
+
titleString?: Property;
|
|
3120
|
+
jobTitle?: Property;
|
|
3065
3121
|
list?: Property;
|
|
3066
3122
|
layer?: Property;
|
|
3067
3123
|
layerRole?: Property;
|
|
@@ -3377,6 +3433,8 @@ declare const NodeType: Readonly<{
|
|
|
3377
3433
|
format: "format";
|
|
3378
3434
|
forValues: "forValues";
|
|
3379
3435
|
forValuesValue: "forValuesValue";
|
|
3436
|
+
fullName: "fullName";
|
|
3437
|
+
fullNameValue: "fullNameValue";
|
|
3380
3438
|
gap: "gap";
|
|
3381
3439
|
groupTag: "groupTag";
|
|
3382
3440
|
groupTagValue: "groupTagValue";
|
|
@@ -3421,6 +3479,8 @@ declare const NodeType: Readonly<{
|
|
|
3421
3479
|
isCaseSensitive: "isCaseSensitive";
|
|
3422
3480
|
isCommented: "isCommented";
|
|
3423
3481
|
isCorrect: "isCorrect";
|
|
3482
|
+
isEditable: "isEditable";
|
|
3483
|
+
isEditableValue: "isEditableValue";
|
|
3424
3484
|
isExample: "isExample";
|
|
3425
3485
|
isInfoOnly: "isInfoOnly";
|
|
3426
3486
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3435,6 +3495,8 @@ declare const NodeType: Readonly<{
|
|
|
3435
3495
|
isTrackedValue: "isTrackedValue";
|
|
3436
3496
|
item: "item";
|
|
3437
3497
|
itemLead: "itemLead";
|
|
3498
|
+
jobTitle: "jobTitle";
|
|
3499
|
+
jobTitleValue: "jobTitleValue";
|
|
3438
3500
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3439
3501
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3440
3502
|
jupyterId: "jupyterId";
|
|
@@ -3549,6 +3611,8 @@ declare const NodeType: Readonly<{
|
|
|
3549
3611
|
propertyValue: "propertyValue";
|
|
3550
3612
|
propertyValues: "propertyValues";
|
|
3551
3613
|
provider: "provider";
|
|
3614
|
+
pseudonym: "pseudonym";
|
|
3615
|
+
pseudonymValue: "pseudonymValue";
|
|
3552
3616
|
publications: "publications";
|
|
3553
3617
|
publicationsValue: "publicationsValue";
|
|
3554
3618
|
publisher: "publisher";
|
|
@@ -3695,6 +3759,7 @@ declare const NodeType: Readonly<{
|
|
|
3695
3759
|
thumbnails: "thumbnails";
|
|
3696
3760
|
thumbnailsValue: "thumbnailsValue";
|
|
3697
3761
|
title: "title";
|
|
3762
|
+
titleString: "titleString";
|
|
3698
3763
|
toc: "toc";
|
|
3699
3764
|
tocContent: "tocContent";
|
|
3700
3765
|
tocContentValue: "tocContentValue";
|
|
@@ -3921,6 +3986,8 @@ declare const NodeType: Readonly<{
|
|
|
3921
3986
|
format: "format";
|
|
3922
3987
|
forValues: "forValues";
|
|
3923
3988
|
forValuesValue: "forValuesValue";
|
|
3989
|
+
fullName: "fullName";
|
|
3990
|
+
fullNameValue: "fullNameValue";
|
|
3924
3991
|
gap: "gap";
|
|
3925
3992
|
groupTag: "groupTag";
|
|
3926
3993
|
groupTagValue: "groupTagValue";
|
|
@@ -3965,6 +4032,8 @@ declare const NodeType: Readonly<{
|
|
|
3965
4032
|
isCaseSensitive: "isCaseSensitive";
|
|
3966
4033
|
isCommented: "isCommented";
|
|
3967
4034
|
isCorrect: "isCorrect";
|
|
4035
|
+
isEditable: "isEditable";
|
|
4036
|
+
isEditableValue: "isEditableValue";
|
|
3968
4037
|
isExample: "isExample";
|
|
3969
4038
|
isInfoOnly: "isInfoOnly";
|
|
3970
4039
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3979,6 +4048,8 @@ declare const NodeType: Readonly<{
|
|
|
3979
4048
|
isTrackedValue: "isTrackedValue";
|
|
3980
4049
|
item: "item";
|
|
3981
4050
|
itemLead: "itemLead";
|
|
4051
|
+
jobTitle: "jobTitle";
|
|
4052
|
+
jobTitleValue: "jobTitleValue";
|
|
3982
4053
|
jupyterExecutionCount: "jupyterExecutionCount";
|
|
3983
4054
|
jupyterExecutionCountValue: "jupyterExecutionCountValue";
|
|
3984
4055
|
jupyterId: "jupyterId";
|
|
@@ -4093,6 +4164,8 @@ declare const NodeType: Readonly<{
|
|
|
4093
4164
|
propertyValue: "propertyValue";
|
|
4094
4165
|
propertyValues: "propertyValues";
|
|
4095
4166
|
provider: "provider";
|
|
4167
|
+
pseudonym: "pseudonym";
|
|
4168
|
+
pseudonymValue: "pseudonymValue";
|
|
4096
4169
|
publications: "publications";
|
|
4097
4170
|
publicationsValue: "publicationsValue";
|
|
4098
4171
|
publisher: "publisher";
|
|
@@ -4239,6 +4312,7 @@ declare const NodeType: Readonly<{
|
|
|
4239
4312
|
thumbnails: "thumbnails";
|
|
4240
4313
|
thumbnailsValue: "thumbnailsValue";
|
|
4241
4314
|
title: "title";
|
|
4315
|
+
titleString: "titleString";
|
|
4242
4316
|
toc: "toc";
|
|
4243
4317
|
tocContent: "tocContent";
|
|
4244
4318
|
tocContentValue: "tocContentValue";
|
|
@@ -5144,6 +5218,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5144
5218
|
isPublic?: boolean;
|
|
5145
5219
|
isTemplate?: boolean;
|
|
5146
5220
|
isTemplateStripTheme?: boolean;
|
|
5221
|
+
isEditable?: boolean;
|
|
5147
5222
|
aiGenerated?: boolean;
|
|
5148
5223
|
machineTranslated?: string;
|
|
5149
5224
|
searchIndex?: string | string[];
|
|
@@ -5257,6 +5332,10 @@ declare class Builder extends BaseBuilder {
|
|
|
5257
5332
|
vendorUrl?: string;
|
|
5258
5333
|
search?: string;
|
|
5259
5334
|
bot?: string | string[];
|
|
5335
|
+
fullName?: string;
|
|
5336
|
+
pseudonym?: string;
|
|
5337
|
+
titleString?: string;
|
|
5338
|
+
jobTitle?: string;
|
|
5260
5339
|
list?: string | string[];
|
|
5261
5340
|
layer?: string | string[];
|
|
5262
5341
|
layerRole?: string | string[];
|
|
@@ -6504,6 +6583,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6504
6583
|
protected enter_posterImage(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6505
6584
|
protected enter_thumbnails(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6506
6585
|
protected leaf_level(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6586
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6507
6587
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6508
6588
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6509
6589
|
protected enter_book(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
@@ -6821,6 +6901,7 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6821
6901
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6822
6902
|
protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6823
6903
|
protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6904
|
+
protected leaf_titleString(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6824
6905
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6825
6906
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6826
6907
|
protected enter_caption(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
@@ -7116,6 +7197,7 @@ declare class JsonParser {
|
|
|
7116
7197
|
private processResources;
|
|
7117
7198
|
private processBody;
|
|
7118
7199
|
private processFooter;
|
|
7200
|
+
private processTitle;
|
|
7119
7201
|
private processReference;
|
|
7120
7202
|
private parseExample;
|
|
7121
7203
|
}
|