@gmb/bitmark-parser-generator 4.9.0 → 4.11.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 +119 -10
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +42 -8
- package/dist/browser/esm/index.d.ts +42 -8
- package/dist/browser/esm/index.js +119 -10
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/index.cjs +119 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +42 -8
- package/dist/index.d.ts +42 -8
- package/dist/index.js +119 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -29,6 +29,7 @@ declare const BitType: Readonly<{
|
|
|
29
29
|
appAiPrompt: "app-ai-prompt";
|
|
30
30
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
31
31
|
appBitmarkFromJavascript: "app-bitmark-from-javascript";
|
|
32
|
+
appCalculatorLatex: "app-calculator-latex";
|
|
32
33
|
appCodeCell: "app-code-cell";
|
|
33
34
|
appCodeEditor: "app-code-editor";
|
|
34
35
|
appCodeIde: "app-code-ide";
|
|
@@ -448,6 +449,10 @@ declare const BitType: Readonly<{
|
|
|
448
449
|
reviewRequestForReviewNote: "review-request-for-review-note";
|
|
449
450
|
reviewReviewerNote: "review-reviewer-note";
|
|
450
451
|
sampleSolution: "sample-solution";
|
|
452
|
+
sandbox: "sandbox";
|
|
453
|
+
sandboxOutputJson: "sandbox-output-json";
|
|
454
|
+
sandboxOutputMarkup: "sandbox-output-markup";
|
|
455
|
+
sandboxOutputRender: "sandbox-output-render";
|
|
451
456
|
scorm: "scorm";
|
|
452
457
|
screenshot: "screenshot";
|
|
453
458
|
selfAssessment: "self-assessment";
|
|
@@ -622,6 +627,7 @@ declare const BitType: Readonly<{
|
|
|
622
627
|
appAiPrompt: "app-ai-prompt";
|
|
623
628
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
624
629
|
appBitmarkFromJavascript: "app-bitmark-from-javascript";
|
|
630
|
+
appCalculatorLatex: "app-calculator-latex";
|
|
625
631
|
appCodeCell: "app-code-cell";
|
|
626
632
|
appCodeEditor: "app-code-editor";
|
|
627
633
|
appCodeIde: "app-code-ide";
|
|
@@ -1041,6 +1047,10 @@ declare const BitType: Readonly<{
|
|
|
1041
1047
|
reviewRequestForReviewNote: "review-request-for-review-note";
|
|
1042
1048
|
reviewReviewerNote: "review-reviewer-note";
|
|
1043
1049
|
sampleSolution: "sample-solution";
|
|
1050
|
+
sandbox: "sandbox";
|
|
1051
|
+
sandboxOutputJson: "sandbox-output-json";
|
|
1052
|
+
sandboxOutputMarkup: "sandbox-output-markup";
|
|
1053
|
+
sandboxOutputRender: "sandbox-output-render";
|
|
1044
1054
|
scorm: "scorm";
|
|
1045
1055
|
screenshot: "screenshot";
|
|
1046
1056
|
selfAssessment: "self-assessment";
|
|
@@ -1338,6 +1348,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1338
1348
|
property_focusX: "@focusX";
|
|
1339
1349
|
property_focusY: "@focusY";
|
|
1340
1350
|
property_format: "@format";
|
|
1351
|
+
property_formula: "@formula";
|
|
1341
1352
|
property_fullName: "@fullName";
|
|
1342
1353
|
property_groupTag: "@groupTag";
|
|
1343
1354
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
@@ -1440,6 +1451,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1440
1451
|
property_siteName: "@siteName";
|
|
1441
1452
|
property_size: "@size";
|
|
1442
1453
|
property_slug: "@slug";
|
|
1454
|
+
property_sourceDocument: "@sourceDocument";
|
|
1443
1455
|
property_spaceId: "@spaceId";
|
|
1444
1456
|
property_src1x: "@src1x";
|
|
1445
1457
|
property_src2x: "@src2x";
|
|
@@ -1631,6 +1643,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1631
1643
|
property_focusX: "@focusX";
|
|
1632
1644
|
property_focusY: "@focusY";
|
|
1633
1645
|
property_format: "@format";
|
|
1646
|
+
property_formula: "@formula";
|
|
1634
1647
|
property_fullName: "@fullName";
|
|
1635
1648
|
property_groupTag: "@groupTag";
|
|
1636
1649
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
@@ -1733,6 +1746,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1733
1746
|
property_siteName: "@siteName";
|
|
1734
1747
|
property_size: "@size";
|
|
1735
1748
|
property_slug: "@slug";
|
|
1749
|
+
property_sourceDocument: "@sourceDocument";
|
|
1736
1750
|
property_spaceId: "@spaceId";
|
|
1737
1751
|
property_src1x: "@src1x";
|
|
1738
1752
|
property_src2x: "@src2x";
|
|
@@ -2634,6 +2648,7 @@ interface BitJson {
|
|
|
2634
2648
|
maxCreatedBits: number;
|
|
2635
2649
|
maxDisplayLevel: number;
|
|
2636
2650
|
maxTocChapterLevel: number;
|
|
2651
|
+
sourceDocument: string;
|
|
2637
2652
|
tocResource: string | string[];
|
|
2638
2653
|
tocContent: string | string[];
|
|
2639
2654
|
page: string;
|
|
@@ -2659,6 +2674,7 @@ interface BitJson {
|
|
|
2659
2674
|
item: JsonText;
|
|
2660
2675
|
lead: JsonText;
|
|
2661
2676
|
pageNumber: JsonText;
|
|
2677
|
+
sourcePageNumber: JsonText;
|
|
2662
2678
|
marginNumber: JsonText;
|
|
2663
2679
|
hint: JsonText;
|
|
2664
2680
|
instruction: JsonText;
|
|
@@ -3162,6 +3178,7 @@ interface Bit {
|
|
|
3162
3178
|
maxCreatedBits?: Property;
|
|
3163
3179
|
maxDisplayLevel?: Property;
|
|
3164
3180
|
maxTocChapterLevel?: Property;
|
|
3181
|
+
sourceDocument?: Property;
|
|
3165
3182
|
tocResource?: Property;
|
|
3166
3183
|
tocContent?: Property;
|
|
3167
3184
|
page?: Property;
|
|
@@ -3176,6 +3193,7 @@ interface Bit {
|
|
|
3176
3193
|
ratingLevelStart?: RatingLevelStartEndJson;
|
|
3177
3194
|
ratingLevelEnd?: RatingLevelStartEndJson;
|
|
3178
3195
|
ratingLevelSelected?: Property;
|
|
3196
|
+
formula?: Property;
|
|
3179
3197
|
markConfig?: MarkConfigJson[];
|
|
3180
3198
|
extraProperties?: ExtraProperties;
|
|
3181
3199
|
book?: string | BookJson[];
|
|
@@ -3191,6 +3209,7 @@ interface Bit {
|
|
|
3191
3209
|
item?: TextAst;
|
|
3192
3210
|
lead?: TextAst;
|
|
3193
3211
|
pageNumber?: TextAst;
|
|
3212
|
+
sourcePageNumber?: TextAst;
|
|
3194
3213
|
marginNumber?: TextAst;
|
|
3195
3214
|
hint?: TextAst;
|
|
3196
3215
|
instruction?: TextAst;
|
|
@@ -3332,8 +3351,6 @@ declare const NodeType: Readonly<{
|
|
|
3332
3351
|
botValue: "botValue";
|
|
3333
3352
|
bubbleTag: "bubbleTag";
|
|
3334
3353
|
bubbleTagValue: "bubbleTagValue";
|
|
3335
|
-
extractorTag: "extractorTag";
|
|
3336
|
-
extractorTagValue: "extractorTagValue";
|
|
3337
3354
|
buttonCaption: "buttonCaption";
|
|
3338
3355
|
buttonCaptionValue: "buttonCaptionValue";
|
|
3339
3356
|
callToActionUrl: "callToActionUrl";
|
|
@@ -3431,6 +3448,8 @@ declare const NodeType: Readonly<{
|
|
|
3431
3448
|
externalIdValue: "externalIdValue";
|
|
3432
3449
|
externalLink: "externalLink";
|
|
3433
3450
|
externalLinkText: "externalLinkText";
|
|
3451
|
+
extractorTag: "extractorTag";
|
|
3452
|
+
extractorTagValue: "extractorTagValue";
|
|
3434
3453
|
extraProperties: "extraProperties";
|
|
3435
3454
|
feedback: "feedback";
|
|
3436
3455
|
feedbackEngine: "feedbackEngine";
|
|
@@ -3450,6 +3469,8 @@ declare const NodeType: Readonly<{
|
|
|
3450
3469
|
footerText: "footerText";
|
|
3451
3470
|
forKeys: "forKeys";
|
|
3452
3471
|
format: "format";
|
|
3472
|
+
formula: "formula";
|
|
3473
|
+
formulaValue: "formulaValue";
|
|
3453
3474
|
forValues: "forValues";
|
|
3454
3475
|
forValuesValue: "forValuesValue";
|
|
3455
3476
|
fullName: "fullName";
|
|
@@ -3711,15 +3732,18 @@ declare const NodeType: Readonly<{
|
|
|
3711
3732
|
solution: "solution";
|
|
3712
3733
|
solutions: "solutions";
|
|
3713
3734
|
solutionsValue: "solutionsValue";
|
|
3735
|
+
sourceDocument: "sourceDocument";
|
|
3736
|
+
sourceDocumentValue: "sourceDocumentValue";
|
|
3737
|
+
sourcePageNumber: "sourcePageNumber";
|
|
3714
3738
|
spaceId: "spaceId";
|
|
3715
3739
|
spaceIdValue: "spaceIdValue";
|
|
3716
3740
|
src: "src";
|
|
3717
|
-
srcAlt: "srcAlt";
|
|
3718
|
-
srcAltValue: "srcAltValue";
|
|
3719
3741
|
src1x: "src1x";
|
|
3720
3742
|
src2x: "src2x";
|
|
3721
3743
|
src3x: "src3x";
|
|
3722
3744
|
src4x: "src4x";
|
|
3745
|
+
srcAlt: "srcAlt";
|
|
3746
|
+
srcAltValue: "srcAltValue";
|
|
3723
3747
|
start: "start";
|
|
3724
3748
|
statement: "statement";
|
|
3725
3749
|
statements: "statements";
|
|
@@ -3891,8 +3915,6 @@ declare const NodeType: Readonly<{
|
|
|
3891
3915
|
botValue: "botValue";
|
|
3892
3916
|
bubbleTag: "bubbleTag";
|
|
3893
3917
|
bubbleTagValue: "bubbleTagValue";
|
|
3894
|
-
extractorTag: "extractorTag";
|
|
3895
|
-
extractorTagValue: "extractorTagValue";
|
|
3896
3918
|
buttonCaption: "buttonCaption";
|
|
3897
3919
|
buttonCaptionValue: "buttonCaptionValue";
|
|
3898
3920
|
callToActionUrl: "callToActionUrl";
|
|
@@ -3990,6 +4012,8 @@ declare const NodeType: Readonly<{
|
|
|
3990
4012
|
externalIdValue: "externalIdValue";
|
|
3991
4013
|
externalLink: "externalLink";
|
|
3992
4014
|
externalLinkText: "externalLinkText";
|
|
4015
|
+
extractorTag: "extractorTag";
|
|
4016
|
+
extractorTagValue: "extractorTagValue";
|
|
3993
4017
|
extraProperties: "extraProperties";
|
|
3994
4018
|
feedback: "feedback";
|
|
3995
4019
|
feedbackEngine: "feedbackEngine";
|
|
@@ -4009,6 +4033,8 @@ declare const NodeType: Readonly<{
|
|
|
4009
4033
|
footerText: "footerText";
|
|
4010
4034
|
forKeys: "forKeys";
|
|
4011
4035
|
format: "format";
|
|
4036
|
+
formula: "formula";
|
|
4037
|
+
formulaValue: "formulaValue";
|
|
4012
4038
|
forValues: "forValues";
|
|
4013
4039
|
forValuesValue: "forValuesValue";
|
|
4014
4040
|
fullName: "fullName";
|
|
@@ -4270,15 +4296,18 @@ declare const NodeType: Readonly<{
|
|
|
4270
4296
|
solution: "solution";
|
|
4271
4297
|
solutions: "solutions";
|
|
4272
4298
|
solutionsValue: "solutionsValue";
|
|
4299
|
+
sourceDocument: "sourceDocument";
|
|
4300
|
+
sourceDocumentValue: "sourceDocumentValue";
|
|
4301
|
+
sourcePageNumber: "sourcePageNumber";
|
|
4273
4302
|
spaceId: "spaceId";
|
|
4274
4303
|
spaceIdValue: "spaceIdValue";
|
|
4275
4304
|
src: "src";
|
|
4276
|
-
srcAlt: "srcAlt";
|
|
4277
|
-
srcAltValue: "srcAltValue";
|
|
4278
4305
|
src1x: "src1x";
|
|
4279
4306
|
src2x: "src2x";
|
|
4280
4307
|
src3x: "src3x";
|
|
4281
4308
|
src4x: "src4x";
|
|
4309
|
+
srcAlt: "srcAlt";
|
|
4310
|
+
srcAltValue: "srcAltValue";
|
|
4282
4311
|
start: "start";
|
|
4283
4312
|
statement: "statement";
|
|
4284
4313
|
statements: "statements";
|
|
@@ -5393,6 +5422,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5393
5422
|
maxCreatedBits?: number;
|
|
5394
5423
|
maxDisplayLevel?: number;
|
|
5395
5424
|
maxTocChapterLevel?: number;
|
|
5425
|
+
sourceDocument?: string;
|
|
5396
5426
|
tocResource?: string | string[];
|
|
5397
5427
|
tocContent?: string | string[];
|
|
5398
5428
|
page?: string | string[];
|
|
@@ -5405,6 +5435,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5405
5435
|
ratingLevelStart?: Partial<RatingLevelStartEndJson>;
|
|
5406
5436
|
ratingLevelEnd?: Partial<RatingLevelStartEndJson>;
|
|
5407
5437
|
ratingLevelSelected?: number;
|
|
5438
|
+
formula?: string;
|
|
5408
5439
|
partialAnswer?: string;
|
|
5409
5440
|
book?: string | BookJson[];
|
|
5410
5441
|
title?: JsonText;
|
|
@@ -5420,6 +5451,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5420
5451
|
item?: JsonText;
|
|
5421
5452
|
lead?: JsonText;
|
|
5422
5453
|
pageNumber?: JsonText;
|
|
5454
|
+
sourcePageNumber?: JsonText;
|
|
5423
5455
|
marginNumber?: JsonText;
|
|
5424
5456
|
hint?: JsonText;
|
|
5425
5457
|
instruction?: JsonText;
|
|
@@ -6556,6 +6588,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6556
6588
|
protected enter_item(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6557
6589
|
protected enter_lead(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6558
6590
|
protected enter_pageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6591
|
+
protected enter_sourcePageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6559
6592
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6560
6593
|
protected enter_body(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6561
6594
|
protected exit_body(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
@@ -6948,6 +6981,7 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6948
6981
|
protected enter_item(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6949
6982
|
protected enter_lead(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6950
6983
|
protected enter_pageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6984
|
+
protected enter_sourcePageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6951
6985
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6952
6986
|
protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6953
6987
|
protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
@@ -29,6 +29,7 @@ declare const BitType: Readonly<{
|
|
|
29
29
|
appAiPrompt: "app-ai-prompt";
|
|
30
30
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
31
31
|
appBitmarkFromJavascript: "app-bitmark-from-javascript";
|
|
32
|
+
appCalculatorLatex: "app-calculator-latex";
|
|
32
33
|
appCodeCell: "app-code-cell";
|
|
33
34
|
appCodeEditor: "app-code-editor";
|
|
34
35
|
appCodeIde: "app-code-ide";
|
|
@@ -448,6 +449,10 @@ declare const BitType: Readonly<{
|
|
|
448
449
|
reviewRequestForReviewNote: "review-request-for-review-note";
|
|
449
450
|
reviewReviewerNote: "review-reviewer-note";
|
|
450
451
|
sampleSolution: "sample-solution";
|
|
452
|
+
sandbox: "sandbox";
|
|
453
|
+
sandboxOutputJson: "sandbox-output-json";
|
|
454
|
+
sandboxOutputMarkup: "sandbox-output-markup";
|
|
455
|
+
sandboxOutputRender: "sandbox-output-render";
|
|
451
456
|
scorm: "scorm";
|
|
452
457
|
screenshot: "screenshot";
|
|
453
458
|
selfAssessment: "self-assessment";
|
|
@@ -622,6 +627,7 @@ declare const BitType: Readonly<{
|
|
|
622
627
|
appAiPrompt: "app-ai-prompt";
|
|
623
628
|
appBitmarkFromEditor: "app-bitmark-from-editor";
|
|
624
629
|
appBitmarkFromJavascript: "app-bitmark-from-javascript";
|
|
630
|
+
appCalculatorLatex: "app-calculator-latex";
|
|
625
631
|
appCodeCell: "app-code-cell";
|
|
626
632
|
appCodeEditor: "app-code-editor";
|
|
627
633
|
appCodeIde: "app-code-ide";
|
|
@@ -1041,6 +1047,10 @@ declare const BitType: Readonly<{
|
|
|
1041
1047
|
reviewRequestForReviewNote: "review-request-for-review-note";
|
|
1042
1048
|
reviewReviewerNote: "review-reviewer-note";
|
|
1043
1049
|
sampleSolution: "sample-solution";
|
|
1050
|
+
sandbox: "sandbox";
|
|
1051
|
+
sandboxOutputJson: "sandbox-output-json";
|
|
1052
|
+
sandboxOutputMarkup: "sandbox-output-markup";
|
|
1053
|
+
sandboxOutputRender: "sandbox-output-render";
|
|
1044
1054
|
scorm: "scorm";
|
|
1045
1055
|
screenshot: "screenshot";
|
|
1046
1056
|
selfAssessment: "self-assessment";
|
|
@@ -1338,6 +1348,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1338
1348
|
property_focusX: "@focusX";
|
|
1339
1349
|
property_focusY: "@focusY";
|
|
1340
1350
|
property_format: "@format";
|
|
1351
|
+
property_formula: "@formula";
|
|
1341
1352
|
property_fullName: "@fullName";
|
|
1342
1353
|
property_groupTag: "@groupTag";
|
|
1343
1354
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
@@ -1440,6 +1451,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1440
1451
|
property_siteName: "@siteName";
|
|
1441
1452
|
property_size: "@size";
|
|
1442
1453
|
property_slug: "@slug";
|
|
1454
|
+
property_sourceDocument: "@sourceDocument";
|
|
1443
1455
|
property_spaceId: "@spaceId";
|
|
1444
1456
|
property_src1x: "@src1x";
|
|
1445
1457
|
property_src2x: "@src2x";
|
|
@@ -1631,6 +1643,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1631
1643
|
property_focusX: "@focusX";
|
|
1632
1644
|
property_focusY: "@focusY";
|
|
1633
1645
|
property_format: "@format";
|
|
1646
|
+
property_formula: "@formula";
|
|
1634
1647
|
property_fullName: "@fullName";
|
|
1635
1648
|
property_groupTag: "@groupTag";
|
|
1636
1649
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
@@ -1733,6 +1746,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1733
1746
|
property_siteName: "@siteName";
|
|
1734
1747
|
property_size: "@size";
|
|
1735
1748
|
property_slug: "@slug";
|
|
1749
|
+
property_sourceDocument: "@sourceDocument";
|
|
1736
1750
|
property_spaceId: "@spaceId";
|
|
1737
1751
|
property_src1x: "@src1x";
|
|
1738
1752
|
property_src2x: "@src2x";
|
|
@@ -2634,6 +2648,7 @@ interface BitJson {
|
|
|
2634
2648
|
maxCreatedBits: number;
|
|
2635
2649
|
maxDisplayLevel: number;
|
|
2636
2650
|
maxTocChapterLevel: number;
|
|
2651
|
+
sourceDocument: string;
|
|
2637
2652
|
tocResource: string | string[];
|
|
2638
2653
|
tocContent: string | string[];
|
|
2639
2654
|
page: string;
|
|
@@ -2659,6 +2674,7 @@ interface BitJson {
|
|
|
2659
2674
|
item: JsonText;
|
|
2660
2675
|
lead: JsonText;
|
|
2661
2676
|
pageNumber: JsonText;
|
|
2677
|
+
sourcePageNumber: JsonText;
|
|
2662
2678
|
marginNumber: JsonText;
|
|
2663
2679
|
hint: JsonText;
|
|
2664
2680
|
instruction: JsonText;
|
|
@@ -3162,6 +3178,7 @@ interface Bit {
|
|
|
3162
3178
|
maxCreatedBits?: Property;
|
|
3163
3179
|
maxDisplayLevel?: Property;
|
|
3164
3180
|
maxTocChapterLevel?: Property;
|
|
3181
|
+
sourceDocument?: Property;
|
|
3165
3182
|
tocResource?: Property;
|
|
3166
3183
|
tocContent?: Property;
|
|
3167
3184
|
page?: Property;
|
|
@@ -3176,6 +3193,7 @@ interface Bit {
|
|
|
3176
3193
|
ratingLevelStart?: RatingLevelStartEndJson;
|
|
3177
3194
|
ratingLevelEnd?: RatingLevelStartEndJson;
|
|
3178
3195
|
ratingLevelSelected?: Property;
|
|
3196
|
+
formula?: Property;
|
|
3179
3197
|
markConfig?: MarkConfigJson[];
|
|
3180
3198
|
extraProperties?: ExtraProperties;
|
|
3181
3199
|
book?: string | BookJson[];
|
|
@@ -3191,6 +3209,7 @@ interface Bit {
|
|
|
3191
3209
|
item?: TextAst;
|
|
3192
3210
|
lead?: TextAst;
|
|
3193
3211
|
pageNumber?: TextAst;
|
|
3212
|
+
sourcePageNumber?: TextAst;
|
|
3194
3213
|
marginNumber?: TextAst;
|
|
3195
3214
|
hint?: TextAst;
|
|
3196
3215
|
instruction?: TextAst;
|
|
@@ -3332,8 +3351,6 @@ declare const NodeType: Readonly<{
|
|
|
3332
3351
|
botValue: "botValue";
|
|
3333
3352
|
bubbleTag: "bubbleTag";
|
|
3334
3353
|
bubbleTagValue: "bubbleTagValue";
|
|
3335
|
-
extractorTag: "extractorTag";
|
|
3336
|
-
extractorTagValue: "extractorTagValue";
|
|
3337
3354
|
buttonCaption: "buttonCaption";
|
|
3338
3355
|
buttonCaptionValue: "buttonCaptionValue";
|
|
3339
3356
|
callToActionUrl: "callToActionUrl";
|
|
@@ -3431,6 +3448,8 @@ declare const NodeType: Readonly<{
|
|
|
3431
3448
|
externalIdValue: "externalIdValue";
|
|
3432
3449
|
externalLink: "externalLink";
|
|
3433
3450
|
externalLinkText: "externalLinkText";
|
|
3451
|
+
extractorTag: "extractorTag";
|
|
3452
|
+
extractorTagValue: "extractorTagValue";
|
|
3434
3453
|
extraProperties: "extraProperties";
|
|
3435
3454
|
feedback: "feedback";
|
|
3436
3455
|
feedbackEngine: "feedbackEngine";
|
|
@@ -3450,6 +3469,8 @@ declare const NodeType: Readonly<{
|
|
|
3450
3469
|
footerText: "footerText";
|
|
3451
3470
|
forKeys: "forKeys";
|
|
3452
3471
|
format: "format";
|
|
3472
|
+
formula: "formula";
|
|
3473
|
+
formulaValue: "formulaValue";
|
|
3453
3474
|
forValues: "forValues";
|
|
3454
3475
|
forValuesValue: "forValuesValue";
|
|
3455
3476
|
fullName: "fullName";
|
|
@@ -3711,15 +3732,18 @@ declare const NodeType: Readonly<{
|
|
|
3711
3732
|
solution: "solution";
|
|
3712
3733
|
solutions: "solutions";
|
|
3713
3734
|
solutionsValue: "solutionsValue";
|
|
3735
|
+
sourceDocument: "sourceDocument";
|
|
3736
|
+
sourceDocumentValue: "sourceDocumentValue";
|
|
3737
|
+
sourcePageNumber: "sourcePageNumber";
|
|
3714
3738
|
spaceId: "spaceId";
|
|
3715
3739
|
spaceIdValue: "spaceIdValue";
|
|
3716
3740
|
src: "src";
|
|
3717
|
-
srcAlt: "srcAlt";
|
|
3718
|
-
srcAltValue: "srcAltValue";
|
|
3719
3741
|
src1x: "src1x";
|
|
3720
3742
|
src2x: "src2x";
|
|
3721
3743
|
src3x: "src3x";
|
|
3722
3744
|
src4x: "src4x";
|
|
3745
|
+
srcAlt: "srcAlt";
|
|
3746
|
+
srcAltValue: "srcAltValue";
|
|
3723
3747
|
start: "start";
|
|
3724
3748
|
statement: "statement";
|
|
3725
3749
|
statements: "statements";
|
|
@@ -3891,8 +3915,6 @@ declare const NodeType: Readonly<{
|
|
|
3891
3915
|
botValue: "botValue";
|
|
3892
3916
|
bubbleTag: "bubbleTag";
|
|
3893
3917
|
bubbleTagValue: "bubbleTagValue";
|
|
3894
|
-
extractorTag: "extractorTag";
|
|
3895
|
-
extractorTagValue: "extractorTagValue";
|
|
3896
3918
|
buttonCaption: "buttonCaption";
|
|
3897
3919
|
buttonCaptionValue: "buttonCaptionValue";
|
|
3898
3920
|
callToActionUrl: "callToActionUrl";
|
|
@@ -3990,6 +4012,8 @@ declare const NodeType: Readonly<{
|
|
|
3990
4012
|
externalIdValue: "externalIdValue";
|
|
3991
4013
|
externalLink: "externalLink";
|
|
3992
4014
|
externalLinkText: "externalLinkText";
|
|
4015
|
+
extractorTag: "extractorTag";
|
|
4016
|
+
extractorTagValue: "extractorTagValue";
|
|
3993
4017
|
extraProperties: "extraProperties";
|
|
3994
4018
|
feedback: "feedback";
|
|
3995
4019
|
feedbackEngine: "feedbackEngine";
|
|
@@ -4009,6 +4033,8 @@ declare const NodeType: Readonly<{
|
|
|
4009
4033
|
footerText: "footerText";
|
|
4010
4034
|
forKeys: "forKeys";
|
|
4011
4035
|
format: "format";
|
|
4036
|
+
formula: "formula";
|
|
4037
|
+
formulaValue: "formulaValue";
|
|
4012
4038
|
forValues: "forValues";
|
|
4013
4039
|
forValuesValue: "forValuesValue";
|
|
4014
4040
|
fullName: "fullName";
|
|
@@ -4270,15 +4296,18 @@ declare const NodeType: Readonly<{
|
|
|
4270
4296
|
solution: "solution";
|
|
4271
4297
|
solutions: "solutions";
|
|
4272
4298
|
solutionsValue: "solutionsValue";
|
|
4299
|
+
sourceDocument: "sourceDocument";
|
|
4300
|
+
sourceDocumentValue: "sourceDocumentValue";
|
|
4301
|
+
sourcePageNumber: "sourcePageNumber";
|
|
4273
4302
|
spaceId: "spaceId";
|
|
4274
4303
|
spaceIdValue: "spaceIdValue";
|
|
4275
4304
|
src: "src";
|
|
4276
|
-
srcAlt: "srcAlt";
|
|
4277
|
-
srcAltValue: "srcAltValue";
|
|
4278
4305
|
src1x: "src1x";
|
|
4279
4306
|
src2x: "src2x";
|
|
4280
4307
|
src3x: "src3x";
|
|
4281
4308
|
src4x: "src4x";
|
|
4309
|
+
srcAlt: "srcAlt";
|
|
4310
|
+
srcAltValue: "srcAltValue";
|
|
4282
4311
|
start: "start";
|
|
4283
4312
|
statement: "statement";
|
|
4284
4313
|
statements: "statements";
|
|
@@ -5393,6 +5422,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5393
5422
|
maxCreatedBits?: number;
|
|
5394
5423
|
maxDisplayLevel?: number;
|
|
5395
5424
|
maxTocChapterLevel?: number;
|
|
5425
|
+
sourceDocument?: string;
|
|
5396
5426
|
tocResource?: string | string[];
|
|
5397
5427
|
tocContent?: string | string[];
|
|
5398
5428
|
page?: string | string[];
|
|
@@ -5405,6 +5435,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5405
5435
|
ratingLevelStart?: Partial<RatingLevelStartEndJson>;
|
|
5406
5436
|
ratingLevelEnd?: Partial<RatingLevelStartEndJson>;
|
|
5407
5437
|
ratingLevelSelected?: number;
|
|
5438
|
+
formula?: string;
|
|
5408
5439
|
partialAnswer?: string;
|
|
5409
5440
|
book?: string | BookJson[];
|
|
5410
5441
|
title?: JsonText;
|
|
@@ -5420,6 +5451,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5420
5451
|
item?: JsonText;
|
|
5421
5452
|
lead?: JsonText;
|
|
5422
5453
|
pageNumber?: JsonText;
|
|
5454
|
+
sourcePageNumber?: JsonText;
|
|
5423
5455
|
marginNumber?: JsonText;
|
|
5424
5456
|
hint?: JsonText;
|
|
5425
5457
|
instruction?: JsonText;
|
|
@@ -6556,6 +6588,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6556
6588
|
protected enter_item(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6557
6589
|
protected enter_lead(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6558
6590
|
protected enter_pageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6591
|
+
protected enter_sourcePageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6559
6592
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6560
6593
|
protected enter_body(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6561
6594
|
protected exit_body(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
@@ -6948,6 +6981,7 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6948
6981
|
protected enter_item(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6949
6982
|
protected enter_lead(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6950
6983
|
protected enter_pageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6984
|
+
protected enter_sourcePageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6951
6985
|
protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6952
6986
|
protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6953
6987
|
protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
|