@gmb/bitmark-parser-generator 3.36.0 → 3.37.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/index.cjs +3407 -937
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +200 -131
- package/dist/index.d.ts +200 -131
- package/dist/index.js +3407 -937
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1186,7 +1186,6 @@ type BitTagConfigKeyTypeType = EnumType<typeof BitTagConfigKeyType>;
|
|
|
1186
1186
|
declare const ConfigKey: Readonly<{
|
|
1187
1187
|
group_standardAllBits: "group_standardAllBits";
|
|
1188
1188
|
group_standardItemLeadInstructionHint: "group_standardItemLeadInstructionHint";
|
|
1189
|
-
group_standardExample: "group_standardExample";
|
|
1190
1189
|
group_standardTags: "group_standardTags";
|
|
1191
1190
|
group_imageSource: "group_imageSource";
|
|
1192
1191
|
group_technicalTerm: "group_technicalTerm";
|
|
@@ -1233,11 +1232,11 @@ declare const ConfigKey: Readonly<{
|
|
|
1233
1232
|
property_additionalSolutions: "@additionalSolutions";
|
|
1234
1233
|
property_ageRange: "@ageRange";
|
|
1235
1234
|
property_aiGenerated: "@aiGenerated";
|
|
1236
|
-
property_analyticsTag: "@analyticsTag";
|
|
1237
1235
|
property_allowedBit: "@allowedBit";
|
|
1238
1236
|
property_allowSubtitles: "@allowSubtitles";
|
|
1239
1237
|
property_alt: "@alt";
|
|
1240
1238
|
property_altLangTag: "@altLangTag";
|
|
1239
|
+
property_analyticsTag: "@analyticsTag";
|
|
1241
1240
|
property_author: "@author";
|
|
1242
1241
|
property_autoplay: "@autoplay";
|
|
1243
1242
|
property_availableClassifications: "@availableClassifications";
|
|
@@ -1270,13 +1269,13 @@ declare const ConfigKey: Readonly<{
|
|
|
1270
1269
|
property_dateEnd: "@dateEnd";
|
|
1271
1270
|
property_decimalPlaces: "@decimalPlaces";
|
|
1272
1271
|
property_deeplink: "@deeplink";
|
|
1273
|
-
|
|
1274
|
-
property_disableFeedback: "@disableFeedback";
|
|
1275
|
-
property_diffTo: "@diffTo";
|
|
1272
|
+
property_diffContext: "@diffContext";
|
|
1276
1273
|
property_diffOp: "@diffOp";
|
|
1277
1274
|
property_diffRef: "@diffRef";
|
|
1278
|
-
property_diffContext: "@diffContext";
|
|
1279
1275
|
property_diffTime: "@diffTime";
|
|
1276
|
+
property_diffTo: "@diffTo";
|
|
1277
|
+
property_disableCalculation: "@disableCalculation";
|
|
1278
|
+
property_disableFeedback: "@disableFeedback";
|
|
1280
1279
|
property_duration: "@duration";
|
|
1281
1280
|
property_emphasis: "@emphasis";
|
|
1282
1281
|
property_example: "@example";
|
|
@@ -1289,9 +1288,10 @@ declare const ConfigKey: Readonly<{
|
|
|
1289
1288
|
property_focusX: "@focusX";
|
|
1290
1289
|
property_focusY: "@focusY";
|
|
1291
1290
|
property_format: "@format";
|
|
1291
|
+
property_groupTag: "@groupTag";
|
|
1292
1292
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1293
|
-
property_handInRequirement: "@handInRequirement";
|
|
1294
1293
|
property_handInInstruction: "@handInInstruction";
|
|
1294
|
+
property_handInRequirement: "@handInRequirement";
|
|
1295
1295
|
property_hasBookNavigation: "@hasBookNavigation";
|
|
1296
1296
|
property_hasMarkAsDone: "@hasMarkAsDone";
|
|
1297
1297
|
property_height: "@height";
|
|
@@ -1318,31 +1318,32 @@ declare const ConfigKey: Readonly<{
|
|
|
1318
1318
|
property_language: "@language";
|
|
1319
1319
|
property_layer: "@layer";
|
|
1320
1320
|
property_layerRole: "@layerRole";
|
|
1321
|
-
|
|
1321
|
+
property_levelACTFL: "@levelACTFL";
|
|
1322
1322
|
property_levelCEFR: "@levelCEFR";
|
|
1323
|
+
property_levelCEFRp: "@levelCEFRp";
|
|
1323
1324
|
property_levelILR: "@levelILR";
|
|
1324
|
-
property_levelACTFL: "@levelACTFL";
|
|
1325
1325
|
property_license: "@license";
|
|
1326
1326
|
property_list: "@list";
|
|
1327
1327
|
property_listItemIndent: "@listItemIndent";
|
|
1328
1328
|
property_location: "@location";
|
|
1329
1329
|
property_machineTranslated: "@machineTranslated";
|
|
1330
1330
|
property_mailingList: "@mailingList";
|
|
1331
|
+
property_mark: "@mark";
|
|
1331
1332
|
property_maxCreatedBits: "@maxCreatedBits";
|
|
1332
1333
|
property_maxDisplayLevel: "@maxDisplayLevel";
|
|
1333
1334
|
property_maxTocChapterLevel: "@maxTocChapterLevel";
|
|
1334
1335
|
property_mockupId: "@mockupId";
|
|
1335
1336
|
property_mute: "@mute";
|
|
1336
1337
|
property_padletId: "@padletId";
|
|
1338
|
+
property_page: "@page";
|
|
1337
1339
|
property_pageNo: "@pageNo";
|
|
1338
1340
|
property_partialAnswer: "@partialAnswer";
|
|
1339
1341
|
property_partner: "@partner";
|
|
1340
|
-
property_person: "@person";
|
|
1341
1342
|
property_path: "@path";
|
|
1343
|
+
property_person: "@person";
|
|
1342
1344
|
property_pointerLeft: "@pointerLeft";
|
|
1343
1345
|
property_pointerTop: "@pointerTop";
|
|
1344
1346
|
property_posterImage: "@posterImage";
|
|
1345
|
-
property_page: "@page";
|
|
1346
1347
|
property_processHandIn: "@processHandIn";
|
|
1347
1348
|
property_processHandInLocation: "@processHandInLocation";
|
|
1348
1349
|
property_product: "@product";
|
|
@@ -1350,10 +1351,6 @@ declare const ConfigKey: Readonly<{
|
|
|
1350
1351
|
property_productId: "@productId";
|
|
1351
1352
|
property_productVideo: "@productVideo";
|
|
1352
1353
|
property_progress: "@progress";
|
|
1353
|
-
property_mark: "@mark";
|
|
1354
|
-
property_reference: "@reference";
|
|
1355
|
-
property_sampleSolution: "@sampleSolution";
|
|
1356
|
-
property_title: "@title";
|
|
1357
1354
|
property_publications: "@publications";
|
|
1358
1355
|
property_publisher: "@publisher";
|
|
1359
1356
|
property_publisherName: "@publisherName";
|
|
@@ -1368,15 +1365,18 @@ declare const ConfigKey: Readonly<{
|
|
|
1368
1365
|
property_reductionTag: "@reductionTag";
|
|
1369
1366
|
property_refAuthor: "@refAuthor";
|
|
1370
1367
|
property_refBookTitle: "@refBookTitle";
|
|
1371
|
-
|
|
1368
|
+
property_reference: "@reference";
|
|
1372
1369
|
property_refPublicationYear: "@refPublicationYear";
|
|
1370
|
+
property_refPublisher: "@refPublisher";
|
|
1373
1371
|
property_releaseDate: "@releaseDate";
|
|
1374
1372
|
property_releaseKind: "@releaseKind";
|
|
1375
1373
|
property_releaseVersion: "@releaseVersion";
|
|
1374
|
+
property_reportTag: "@reportTag";
|
|
1376
1375
|
property_resolved: "@resolved";
|
|
1377
1376
|
property_resolvedBy: "@resolvedBy";
|
|
1378
1377
|
property_resolvedDate: "@resolvedDate";
|
|
1379
1378
|
property_revealSolutions: "@revealSolutions";
|
|
1379
|
+
property_sampleSolution: "@sampleSolution";
|
|
1380
1380
|
property_scormSource: "@scormSource";
|
|
1381
1381
|
property_search: "@search";
|
|
1382
1382
|
property_searchIndex: "@searchIndex";
|
|
@@ -1396,13 +1396,13 @@ declare const ConfigKey: Readonly<{
|
|
|
1396
1396
|
property_subject: "@subject";
|
|
1397
1397
|
property_subtype: "@subtype";
|
|
1398
1398
|
property_tableAutoWidth: "@tableAutoWidth";
|
|
1399
|
+
property_tableColumnMinWidth: "@tableColumnMinWidth";
|
|
1399
1400
|
property_tableFixedHeader: "@tableFixedHeader";
|
|
1400
1401
|
property_tableHeaderWhitespaceNoWrap: "@tableHeaderWhitespaceNoWrap";
|
|
1401
1402
|
property_tableHeight: "@tableHeight";
|
|
1402
1403
|
property_tablePagination: "@tablePagination";
|
|
1403
1404
|
property_tablePaginationLimit: "@tablePaginationLimit";
|
|
1404
1405
|
property_tableResizableColumns: "@tableResizableColumns";
|
|
1405
|
-
property_tableColumnMinWidth: "@tableColumnMinWidth";
|
|
1406
1406
|
property_tableSearch: "@tableSearch";
|
|
1407
1407
|
property_tableSort: "@tableSort";
|
|
1408
1408
|
property_tableWhitespaceNoWrap: "@tableWhitespaceNoWrap";
|
|
@@ -1412,9 +1412,10 @@ declare const ConfigKey: Readonly<{
|
|
|
1412
1412
|
property_textReference: "@textReference";
|
|
1413
1413
|
property_theme: "@theme";
|
|
1414
1414
|
property_thumbImage: "@thumbImage";
|
|
1415
|
+
property_title: "@title";
|
|
1415
1416
|
property_toc: "@toc";
|
|
1416
|
-
property_tocResource: "@tocResource";
|
|
1417
1417
|
property_tocContent: "@tocContent";
|
|
1418
|
+
property_tocResource: "@tocResource";
|
|
1418
1419
|
property_topicTag: "@topicTag";
|
|
1419
1420
|
property_trim: "@trim";
|
|
1420
1421
|
property_unit: "@unit";
|
|
@@ -1471,7 +1472,6 @@ declare const ConfigKey: Readonly<{
|
|
|
1471
1472
|
}> & _ncoderz_superenum.EnumExtensions<EnumType<{
|
|
1472
1473
|
group_standardAllBits: "group_standardAllBits";
|
|
1473
1474
|
group_standardItemLeadInstructionHint: "group_standardItemLeadInstructionHint";
|
|
1474
|
-
group_standardExample: "group_standardExample";
|
|
1475
1475
|
group_standardTags: "group_standardTags";
|
|
1476
1476
|
group_imageSource: "group_imageSource";
|
|
1477
1477
|
group_technicalTerm: "group_technicalTerm";
|
|
@@ -1518,11 +1518,11 @@ declare const ConfigKey: Readonly<{
|
|
|
1518
1518
|
property_additionalSolutions: "@additionalSolutions";
|
|
1519
1519
|
property_ageRange: "@ageRange";
|
|
1520
1520
|
property_aiGenerated: "@aiGenerated";
|
|
1521
|
-
property_analyticsTag: "@analyticsTag";
|
|
1522
1521
|
property_allowedBit: "@allowedBit";
|
|
1523
1522
|
property_allowSubtitles: "@allowSubtitles";
|
|
1524
1523
|
property_alt: "@alt";
|
|
1525
1524
|
property_altLangTag: "@altLangTag";
|
|
1525
|
+
property_analyticsTag: "@analyticsTag";
|
|
1526
1526
|
property_author: "@author";
|
|
1527
1527
|
property_autoplay: "@autoplay";
|
|
1528
1528
|
property_availableClassifications: "@availableClassifications";
|
|
@@ -1555,13 +1555,13 @@ declare const ConfigKey: Readonly<{
|
|
|
1555
1555
|
property_dateEnd: "@dateEnd";
|
|
1556
1556
|
property_decimalPlaces: "@decimalPlaces";
|
|
1557
1557
|
property_deeplink: "@deeplink";
|
|
1558
|
-
|
|
1559
|
-
property_disableFeedback: "@disableFeedback";
|
|
1560
|
-
property_diffTo: "@diffTo";
|
|
1558
|
+
property_diffContext: "@diffContext";
|
|
1561
1559
|
property_diffOp: "@diffOp";
|
|
1562
1560
|
property_diffRef: "@diffRef";
|
|
1563
|
-
property_diffContext: "@diffContext";
|
|
1564
1561
|
property_diffTime: "@diffTime";
|
|
1562
|
+
property_diffTo: "@diffTo";
|
|
1563
|
+
property_disableCalculation: "@disableCalculation";
|
|
1564
|
+
property_disableFeedback: "@disableFeedback";
|
|
1565
1565
|
property_duration: "@duration";
|
|
1566
1566
|
property_emphasis: "@emphasis";
|
|
1567
1567
|
property_example: "@example";
|
|
@@ -1574,9 +1574,10 @@ declare const ConfigKey: Readonly<{
|
|
|
1574
1574
|
property_focusX: "@focusX";
|
|
1575
1575
|
property_focusY: "@focusY";
|
|
1576
1576
|
property_format: "@format";
|
|
1577
|
+
property_groupTag: "@groupTag";
|
|
1577
1578
|
property_handInAcceptFileType: "@handInAcceptFileType";
|
|
1578
|
-
property_handInRequirement: "@handInRequirement";
|
|
1579
1579
|
property_handInInstruction: "@handInInstruction";
|
|
1580
|
+
property_handInRequirement: "@handInRequirement";
|
|
1580
1581
|
property_hasBookNavigation: "@hasBookNavigation";
|
|
1581
1582
|
property_hasMarkAsDone: "@hasMarkAsDone";
|
|
1582
1583
|
property_height: "@height";
|
|
@@ -1603,31 +1604,32 @@ declare const ConfigKey: Readonly<{
|
|
|
1603
1604
|
property_language: "@language";
|
|
1604
1605
|
property_layer: "@layer";
|
|
1605
1606
|
property_layerRole: "@layerRole";
|
|
1606
|
-
|
|
1607
|
+
property_levelACTFL: "@levelACTFL";
|
|
1607
1608
|
property_levelCEFR: "@levelCEFR";
|
|
1609
|
+
property_levelCEFRp: "@levelCEFRp";
|
|
1608
1610
|
property_levelILR: "@levelILR";
|
|
1609
|
-
property_levelACTFL: "@levelACTFL";
|
|
1610
1611
|
property_license: "@license";
|
|
1611
1612
|
property_list: "@list";
|
|
1612
1613
|
property_listItemIndent: "@listItemIndent";
|
|
1613
1614
|
property_location: "@location";
|
|
1614
1615
|
property_machineTranslated: "@machineTranslated";
|
|
1615
1616
|
property_mailingList: "@mailingList";
|
|
1617
|
+
property_mark: "@mark";
|
|
1616
1618
|
property_maxCreatedBits: "@maxCreatedBits";
|
|
1617
1619
|
property_maxDisplayLevel: "@maxDisplayLevel";
|
|
1618
1620
|
property_maxTocChapterLevel: "@maxTocChapterLevel";
|
|
1619
1621
|
property_mockupId: "@mockupId";
|
|
1620
1622
|
property_mute: "@mute";
|
|
1621
1623
|
property_padletId: "@padletId";
|
|
1624
|
+
property_page: "@page";
|
|
1622
1625
|
property_pageNo: "@pageNo";
|
|
1623
1626
|
property_partialAnswer: "@partialAnswer";
|
|
1624
1627
|
property_partner: "@partner";
|
|
1625
|
-
property_person: "@person";
|
|
1626
1628
|
property_path: "@path";
|
|
1629
|
+
property_person: "@person";
|
|
1627
1630
|
property_pointerLeft: "@pointerLeft";
|
|
1628
1631
|
property_pointerTop: "@pointerTop";
|
|
1629
1632
|
property_posterImage: "@posterImage";
|
|
1630
|
-
property_page: "@page";
|
|
1631
1633
|
property_processHandIn: "@processHandIn";
|
|
1632
1634
|
property_processHandInLocation: "@processHandInLocation";
|
|
1633
1635
|
property_product: "@product";
|
|
@@ -1635,10 +1637,6 @@ declare const ConfigKey: Readonly<{
|
|
|
1635
1637
|
property_productId: "@productId";
|
|
1636
1638
|
property_productVideo: "@productVideo";
|
|
1637
1639
|
property_progress: "@progress";
|
|
1638
|
-
property_mark: "@mark";
|
|
1639
|
-
property_reference: "@reference";
|
|
1640
|
-
property_sampleSolution: "@sampleSolution";
|
|
1641
|
-
property_title: "@title";
|
|
1642
1640
|
property_publications: "@publications";
|
|
1643
1641
|
property_publisher: "@publisher";
|
|
1644
1642
|
property_publisherName: "@publisherName";
|
|
@@ -1653,15 +1651,18 @@ declare const ConfigKey: Readonly<{
|
|
|
1653
1651
|
property_reductionTag: "@reductionTag";
|
|
1654
1652
|
property_refAuthor: "@refAuthor";
|
|
1655
1653
|
property_refBookTitle: "@refBookTitle";
|
|
1656
|
-
|
|
1654
|
+
property_reference: "@reference";
|
|
1657
1655
|
property_refPublicationYear: "@refPublicationYear";
|
|
1656
|
+
property_refPublisher: "@refPublisher";
|
|
1658
1657
|
property_releaseDate: "@releaseDate";
|
|
1659
1658
|
property_releaseKind: "@releaseKind";
|
|
1660
1659
|
property_releaseVersion: "@releaseVersion";
|
|
1660
|
+
property_reportTag: "@reportTag";
|
|
1661
1661
|
property_resolved: "@resolved";
|
|
1662
1662
|
property_resolvedBy: "@resolvedBy";
|
|
1663
1663
|
property_resolvedDate: "@resolvedDate";
|
|
1664
1664
|
property_revealSolutions: "@revealSolutions";
|
|
1665
|
+
property_sampleSolution: "@sampleSolution";
|
|
1665
1666
|
property_scormSource: "@scormSource";
|
|
1666
1667
|
property_search: "@search";
|
|
1667
1668
|
property_searchIndex: "@searchIndex";
|
|
@@ -1681,13 +1682,13 @@ declare const ConfigKey: Readonly<{
|
|
|
1681
1682
|
property_subject: "@subject";
|
|
1682
1683
|
property_subtype: "@subtype";
|
|
1683
1684
|
property_tableAutoWidth: "@tableAutoWidth";
|
|
1685
|
+
property_tableColumnMinWidth: "@tableColumnMinWidth";
|
|
1684
1686
|
property_tableFixedHeader: "@tableFixedHeader";
|
|
1685
1687
|
property_tableHeaderWhitespaceNoWrap: "@tableHeaderWhitespaceNoWrap";
|
|
1686
1688
|
property_tableHeight: "@tableHeight";
|
|
1687
1689
|
property_tablePagination: "@tablePagination";
|
|
1688
1690
|
property_tablePaginationLimit: "@tablePaginationLimit";
|
|
1689
1691
|
property_tableResizableColumns: "@tableResizableColumns";
|
|
1690
|
-
property_tableColumnMinWidth: "@tableColumnMinWidth";
|
|
1691
1692
|
property_tableSearch: "@tableSearch";
|
|
1692
1693
|
property_tableSort: "@tableSort";
|
|
1693
1694
|
property_tableWhitespaceNoWrap: "@tableWhitespaceNoWrap";
|
|
@@ -1697,9 +1698,10 @@ declare const ConfigKey: Readonly<{
|
|
|
1697
1698
|
property_textReference: "@textReference";
|
|
1698
1699
|
property_theme: "@theme";
|
|
1699
1700
|
property_thumbImage: "@thumbImage";
|
|
1701
|
+
property_title: "@title";
|
|
1700
1702
|
property_toc: "@toc";
|
|
1701
|
-
property_tocResource: "@tocResource";
|
|
1702
1703
|
property_tocContent: "@tocContent";
|
|
1704
|
+
property_tocResource: "@tocResource";
|
|
1703
1705
|
property_topicTag: "@topicTag";
|
|
1704
1706
|
property_trim: "@trim";
|
|
1705
1707
|
property_unit: "@unit";
|
|
@@ -2433,6 +2435,7 @@ interface BitJson {
|
|
|
2433
2435
|
analyticsTag: string | string[];
|
|
2434
2436
|
categoryTag: string | string[];
|
|
2435
2437
|
topicTag: string | string[];
|
|
2438
|
+
reportTag: string | string[];
|
|
2436
2439
|
altLangTag: string;
|
|
2437
2440
|
feedbackEngine: string;
|
|
2438
2441
|
feedbackType: string;
|
|
@@ -2452,6 +2455,7 @@ interface BitJson {
|
|
|
2452
2455
|
target: string | string[];
|
|
2453
2456
|
slug: string;
|
|
2454
2457
|
tag: string | string[];
|
|
2458
|
+
groupTag: GroupTagJson[];
|
|
2455
2459
|
reductionTag: string | string[];
|
|
2456
2460
|
bubbleTag: string | string[];
|
|
2457
2461
|
levelCEFRp: string;
|
|
@@ -2635,6 +2639,10 @@ interface BookJson {
|
|
|
2635
2639
|
reference: string;
|
|
2636
2640
|
referenceEnd: string;
|
|
2637
2641
|
}
|
|
2642
|
+
interface GroupTagJson {
|
|
2643
|
+
name: string;
|
|
2644
|
+
tags: string[];
|
|
2645
|
+
}
|
|
2638
2646
|
interface ImageSourceJson {
|
|
2639
2647
|
url: string;
|
|
2640
2648
|
mockupId: string;
|
|
@@ -2946,6 +2954,7 @@ interface Bit {
|
|
|
2946
2954
|
analyticsTag?: Property;
|
|
2947
2955
|
categoryTag?: Property;
|
|
2948
2956
|
topicTag?: Property;
|
|
2957
|
+
reportTag?: Property;
|
|
2949
2958
|
altLangTag?: Property;
|
|
2950
2959
|
feedbackEngine?: Property;
|
|
2951
2960
|
feedbackType?: Property;
|
|
@@ -2969,6 +2978,7 @@ interface Bit {
|
|
|
2969
2978
|
target?: Property;
|
|
2970
2979
|
slug?: Property;
|
|
2971
2980
|
tag?: Property;
|
|
2981
|
+
groupTag?: GroupTagJson[];
|
|
2972
2982
|
reductionTag?: Property;
|
|
2973
2983
|
bubbleTag?: Property;
|
|
2974
2984
|
levelCEFRp?: Property;
|
|
@@ -3180,6 +3190,8 @@ interface Footer {
|
|
|
3180
3190
|
*/
|
|
3181
3191
|
declare const NodeType: Readonly<{
|
|
3182
3192
|
unknown: "unknown";
|
|
3193
|
+
__isDefaultExample: "__isDefaultExample";
|
|
3194
|
+
__typeAlias: "__typeAlias";
|
|
3183
3195
|
action: "action";
|
|
3184
3196
|
actionValue: "actionValue";
|
|
3185
3197
|
activityType: "activityType";
|
|
@@ -3226,7 +3238,6 @@ declare const NodeType: Readonly<{
|
|
|
3226
3238
|
blockId: "blockId";
|
|
3227
3239
|
blockIdValue: "blockIdValue";
|
|
3228
3240
|
body: "body";
|
|
3229
|
-
bodyValue: "bodyValue";
|
|
3230
3241
|
bodyBit: "bodyBit";
|
|
3231
3242
|
bodyBits: "bodyBits";
|
|
3232
3243
|
bodyJson: "bodyJson";
|
|
@@ -3234,12 +3245,13 @@ declare const NodeType: Readonly<{
|
|
|
3234
3245
|
bodyPartsValue: "bodyPartsValue";
|
|
3235
3246
|
bodyPartText: "bodyPartText";
|
|
3236
3247
|
bodyText: "bodyText";
|
|
3248
|
+
bodyValue: "bodyValue";
|
|
3237
3249
|
book: "book";
|
|
3238
|
-
bookValue: "bookValue";
|
|
3239
3250
|
bookAlias: "bookAlias";
|
|
3240
3251
|
bookAliasValue: "bookAliasValue";
|
|
3241
3252
|
bookDiff: "bookDiff";
|
|
3242
3253
|
bookDiffValue: "bookDiffValue";
|
|
3254
|
+
bookValue: "bookValue";
|
|
3243
3255
|
bot: "bot";
|
|
3244
3256
|
botResponses: "botResponses";
|
|
3245
3257
|
botResponsesValue: "botResponsesValue";
|
|
@@ -3261,13 +3273,15 @@ declare const NodeType: Readonly<{
|
|
|
3261
3273
|
cells: "cells";
|
|
3262
3274
|
cellsValue: "cellsValue";
|
|
3263
3275
|
chatWithBook: "chatWithBook";
|
|
3264
|
-
chatWithBookValue: "chatWithBookValue";
|
|
3265
3276
|
chatWithBookBrainKey: "chatWithBookBrainKey";
|
|
3266
3277
|
chatWithBookBrainKeyValue: "chatWithBookBrainKeyValue";
|
|
3278
|
+
chatWithBookValue: "chatWithBookValue";
|
|
3267
3279
|
checked: "checked";
|
|
3268
3280
|
choice: "choice";
|
|
3269
3281
|
choices: "choices";
|
|
3270
3282
|
choicesValue: "choicesValue";
|
|
3283
|
+
citationStyle: "citationStyle";
|
|
3284
|
+
citationStyleValue: "citationStyleValue";
|
|
3271
3285
|
class: "class";
|
|
3272
3286
|
classification: "classification";
|
|
3273
3287
|
classificationValue: "classificationValue";
|
|
@@ -3310,19 +3324,19 @@ declare const NodeType: Readonly<{
|
|
|
3310
3324
|
definition: "definition";
|
|
3311
3325
|
definitions: "definitions";
|
|
3312
3326
|
definitionsValue: "definitionsValue";
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
disableFeedbackValue: "disableFeedbackValue";
|
|
3316
|
-
diffTo: "diffTo";
|
|
3317
|
-
diffToValue: "diffToValue";
|
|
3327
|
+
diffContext: "diffContext";
|
|
3328
|
+
diffContextValue: "diffContextValue";
|
|
3318
3329
|
diffOp: "diffOp";
|
|
3319
3330
|
diffOpValue: "diffOpValue";
|
|
3320
3331
|
diffRef: "diffRef";
|
|
3321
3332
|
diffRefValue: "diffRefValue";
|
|
3322
|
-
diffContext: "diffContext";
|
|
3323
|
-
diffContextValue: "diffContextValue";
|
|
3324
3333
|
diffTime: "diffTime";
|
|
3325
3334
|
diffTimeValue: "diffTimeValue";
|
|
3335
|
+
diffTo: "diffTo";
|
|
3336
|
+
diffToValue: "diffToValue";
|
|
3337
|
+
disableCalculation: "disableCalculation";
|
|
3338
|
+
disableFeedback: "disableFeedback";
|
|
3339
|
+
disableFeedbackValue: "disableFeedbackValue";
|
|
3326
3340
|
document: "document";
|
|
3327
3341
|
documentDownload: "documentDownload";
|
|
3328
3342
|
documentEmbed: "documentEmbed";
|
|
@@ -3342,11 +3356,11 @@ declare const NodeType: Readonly<{
|
|
|
3342
3356
|
externalLink: "externalLink";
|
|
3343
3357
|
externalLinkText: "externalLinkText";
|
|
3344
3358
|
extraProperties: "extraProperties";
|
|
3345
|
-
feedbacks: "feedbacks";
|
|
3346
|
-
feedbacksValue: "feedbacksValue";
|
|
3347
3359
|
feedback: "feedback";
|
|
3348
3360
|
feedbackEngine: "feedbackEngine";
|
|
3349
3361
|
feedbackEngineValue: "feedbackEngineValue";
|
|
3362
|
+
feedbacks: "feedbacks";
|
|
3363
|
+
feedbacksValue: "feedbacksValue";
|
|
3350
3364
|
feedbackType: "feedbackType";
|
|
3351
3365
|
flashcards: "flashcards";
|
|
3352
3366
|
flashcardSet: "flashcardSet";
|
|
@@ -3363,12 +3377,14 @@ declare const NodeType: Readonly<{
|
|
|
3363
3377
|
forValues: "forValues";
|
|
3364
3378
|
forValuesValue: "forValuesValue";
|
|
3365
3379
|
gap: "gap";
|
|
3380
|
+
groupTag: "groupTag";
|
|
3381
|
+
groupTagValue: "groupTagValue";
|
|
3366
3382
|
handInAcceptFileType: "handInAcceptFileType";
|
|
3367
3383
|
handInAcceptFileTypeValue: "handInAcceptFileTypeValue";
|
|
3368
|
-
handInRequirement: "handInRequirement";
|
|
3369
|
-
handInRequirementValue: "handInRequirementValue";
|
|
3370
3384
|
handInInstruction: "handInInstruction";
|
|
3371
3385
|
handInInstructionValue: "handInInstructionValue";
|
|
3386
|
+
handInRequirement: "handInRequirement";
|
|
3387
|
+
handInRequirementValue: "handInRequirementValue";
|
|
3372
3388
|
hasBookNavigation: "hasBookNavigation";
|
|
3373
3389
|
hasBookNavigationValue: "hasBookNavigationValue";
|
|
3374
3390
|
hasMarkAsDone: "hasMarkAsDone";
|
|
@@ -3404,7 +3420,6 @@ declare const NodeType: Readonly<{
|
|
|
3404
3420
|
isCaseSensitive: "isCaseSensitive";
|
|
3405
3421
|
isCommented: "isCommented";
|
|
3406
3422
|
isCorrect: "isCorrect";
|
|
3407
|
-
__isDefaultExample: "__isDefaultExample";
|
|
3408
3423
|
isExample: "isExample";
|
|
3409
3424
|
isInfoOnly: "isInfoOnly";
|
|
3410
3425
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3412,9 +3427,9 @@ declare const NodeType: Readonly<{
|
|
|
3412
3427
|
isPublic: "isPublic";
|
|
3413
3428
|
isPublicValue: "isPublicValue";
|
|
3414
3429
|
isTemplate: "isTemplate";
|
|
3415
|
-
isTemplateValue: "isTemplateValue";
|
|
3416
3430
|
isTemplateStripTheme: "isTemplateStripTheme";
|
|
3417
3431
|
isTemplateStripThemeValue: "isTemplateStripThemeValue";
|
|
3432
|
+
isTemplateValue: "isTemplateValue";
|
|
3418
3433
|
isTracked: "isTracked";
|
|
3419
3434
|
isTrackedValue: "isTrackedValue";
|
|
3420
3435
|
item: "item";
|
|
@@ -3438,9 +3453,9 @@ declare const NodeType: Readonly<{
|
|
|
3438
3453
|
languageValue: "languageValue";
|
|
3439
3454
|
langValue: "langValue";
|
|
3440
3455
|
layer: "layer";
|
|
3441
|
-
layerValue: "layerValue";
|
|
3442
3456
|
layerRole: "layerRole";
|
|
3443
3457
|
layerRoleValue: "layerRoleValue";
|
|
3458
|
+
layerValue: "layerValue";
|
|
3444
3459
|
lead: "lead";
|
|
3445
3460
|
level: "level";
|
|
3446
3461
|
levelACTFL: "levelACTFL";
|
|
@@ -3477,10 +3492,6 @@ declare const NodeType: Readonly<{
|
|
|
3477
3492
|
maxDisplayLevelValue: "maxDisplayLevelValue";
|
|
3478
3493
|
maxTocChapterLevel: "maxTocChapterLevel";
|
|
3479
3494
|
maxTocChapterLevelValue: "maxTocChapterLevelValue";
|
|
3480
|
-
tocResource: "tocResource";
|
|
3481
|
-
tocResourceValue: "tocResourceValue";
|
|
3482
|
-
tocContent: "tocContent";
|
|
3483
|
-
tocContentValue: "tocContentValue";
|
|
3484
3495
|
message: "message";
|
|
3485
3496
|
mockupId: "mockupId";
|
|
3486
3497
|
name: "name";
|
|
@@ -3501,9 +3512,9 @@ declare const NodeType: Readonly<{
|
|
|
3501
3512
|
parser: "parser";
|
|
3502
3513
|
partialAnswer: "partialAnswer";
|
|
3503
3514
|
partialAnswerValue: "partialAnswerValue";
|
|
3504
|
-
person: "person";
|
|
3505
3515
|
path: "path";
|
|
3506
3516
|
pathValue: "pathValue";
|
|
3517
|
+
person: "person";
|
|
3507
3518
|
pointerLeft: "pointerLeft";
|
|
3508
3519
|
pointerLeftValue: "pointerLeftValue";
|
|
3509
3520
|
pointerTop: "pointerTop";
|
|
@@ -3513,9 +3524,9 @@ declare const NodeType: Readonly<{
|
|
|
3513
3524
|
postfix: "postfix";
|
|
3514
3525
|
prefix: "prefix";
|
|
3515
3526
|
processHandIn: "processHandIn";
|
|
3516
|
-
processHandInValue: "processHandInValue";
|
|
3517
3527
|
processHandInLocation: "processHandInLocation";
|
|
3518
3528
|
processHandInLocationValue: "processHandInLocationValue";
|
|
3529
|
+
processHandInValue: "processHandInValue";
|
|
3519
3530
|
product: "product";
|
|
3520
3531
|
productFolder: "productFolder";
|
|
3521
3532
|
productFolderValue: "productFolderValue";
|
|
@@ -3570,16 +3581,16 @@ declare const NodeType: Readonly<{
|
|
|
3570
3581
|
referenceEnd: "referenceEnd";
|
|
3571
3582
|
referenceProperty: "referenceProperty";
|
|
3572
3583
|
referencePropertyValue: "referencePropertyValue";
|
|
3573
|
-
refPublisher: "refPublisher";
|
|
3574
3584
|
refPublicationYear: "refPublicationYear";
|
|
3575
|
-
|
|
3576
|
-
citationStyleValue: "citationStyleValue";
|
|
3585
|
+
refPublisher: "refPublisher";
|
|
3577
3586
|
releaseDate: "releaseDate";
|
|
3578
3587
|
releaseDateValue: "releaseDateValue";
|
|
3579
3588
|
releaseKind: "releaseKind";
|
|
3580
3589
|
releaseKindValue: "releaseKindValue";
|
|
3581
3590
|
releaseVersion: "releaseVersion";
|
|
3582
3591
|
releaseVersionValue: "releaseVersionValue";
|
|
3592
|
+
reportTag: "reportTag";
|
|
3593
|
+
reportTagValue: "reportTagValue";
|
|
3583
3594
|
resolved: "resolved";
|
|
3584
3595
|
resolvedBy: "resolvedBy";
|
|
3585
3596
|
resolvedByValue: "resolvedByValue";
|
|
@@ -3599,9 +3610,9 @@ declare const NodeType: Readonly<{
|
|
|
3599
3610
|
scormSource: "scormSource";
|
|
3600
3611
|
scormSourceValue: "scormSourceValue";
|
|
3601
3612
|
search: "search";
|
|
3602
|
-
searchValue: "searchValue";
|
|
3603
3613
|
searchIndex: "searchIndex";
|
|
3604
3614
|
searchIndexValue: "searchIndexValue";
|
|
3615
|
+
searchValue: "searchValue";
|
|
3605
3616
|
section: "section";
|
|
3606
3617
|
select: "select";
|
|
3607
3618
|
servings: "servings";
|
|
@@ -3640,6 +3651,8 @@ declare const NodeType: Readonly<{
|
|
|
3640
3651
|
table: "table";
|
|
3641
3652
|
tableAutoWidth: "tableAutoWidth";
|
|
3642
3653
|
tableAutoWidthValue: "tableAutoWidthValue";
|
|
3654
|
+
tableColumnMinWidth: "tableColumnMinWidth";
|
|
3655
|
+
tableColumnMinWidthValue: "tableColumnMinWidthValue";
|
|
3643
3656
|
tableFixedHeader: "tableFixedHeader";
|
|
3644
3657
|
tableFixedHeaderValue: "tableFixedHeaderValue";
|
|
3645
3658
|
tableHeaderWhitespaceNoWrap: "tableHeaderWhitespaceNoWrap";
|
|
@@ -3652,8 +3665,6 @@ declare const NodeType: Readonly<{
|
|
|
3652
3665
|
tablePaginationValue: "tablePaginationValue";
|
|
3653
3666
|
tableResizableColumns: "tableResizableColumns";
|
|
3654
3667
|
tableResizableColumnsValue: "tableResizableColumnsValue";
|
|
3655
|
-
tableColumnMinWidth: "tableColumnMinWidth";
|
|
3656
|
-
tableColumnMinWidthValue: "tableColumnMinWidthValue";
|
|
3657
3668
|
tableSearch: "tableSearch";
|
|
3658
3669
|
tableSearchValue: "tableSearchValue";
|
|
3659
3670
|
tableSort: "tableSort";
|
|
@@ -3684,12 +3695,15 @@ declare const NodeType: Readonly<{
|
|
|
3684
3695
|
thumbnailsValue: "thumbnailsValue";
|
|
3685
3696
|
title: "title";
|
|
3686
3697
|
toc: "toc";
|
|
3698
|
+
tocContent: "tocContent";
|
|
3699
|
+
tocContentValue: "tocContentValue";
|
|
3700
|
+
tocResource: "tocResource";
|
|
3701
|
+
tocResourceValue: "tocResourceValue";
|
|
3687
3702
|
tocValue: "tocValue";
|
|
3688
3703
|
topicTag: "topicTag";
|
|
3689
3704
|
topicTagValue: "topicTagValue";
|
|
3690
3705
|
trim: "trim";
|
|
3691
3706
|
type: "type";
|
|
3692
|
-
__typeAlias: "__typeAlias";
|
|
3693
3707
|
unit: "unit";
|
|
3694
3708
|
unitAbbr: "unitAbbr";
|
|
3695
3709
|
url: "url";
|
|
@@ -3720,6 +3734,8 @@ declare const NodeType: Readonly<{
|
|
|
3720
3734
|
zoomDisabled: "zoomDisabled";
|
|
3721
3735
|
}> & _ncoderz_superenum.EnumExtensions<EnumType<{
|
|
3722
3736
|
unknown: "unknown";
|
|
3737
|
+
__isDefaultExample: "__isDefaultExample";
|
|
3738
|
+
__typeAlias: "__typeAlias";
|
|
3723
3739
|
action: "action";
|
|
3724
3740
|
actionValue: "actionValue";
|
|
3725
3741
|
activityType: "activityType";
|
|
@@ -3766,7 +3782,6 @@ declare const NodeType: Readonly<{
|
|
|
3766
3782
|
blockId: "blockId";
|
|
3767
3783
|
blockIdValue: "blockIdValue";
|
|
3768
3784
|
body: "body";
|
|
3769
|
-
bodyValue: "bodyValue";
|
|
3770
3785
|
bodyBit: "bodyBit";
|
|
3771
3786
|
bodyBits: "bodyBits";
|
|
3772
3787
|
bodyJson: "bodyJson";
|
|
@@ -3774,12 +3789,13 @@ declare const NodeType: Readonly<{
|
|
|
3774
3789
|
bodyPartsValue: "bodyPartsValue";
|
|
3775
3790
|
bodyPartText: "bodyPartText";
|
|
3776
3791
|
bodyText: "bodyText";
|
|
3792
|
+
bodyValue: "bodyValue";
|
|
3777
3793
|
book: "book";
|
|
3778
|
-
bookValue: "bookValue";
|
|
3779
3794
|
bookAlias: "bookAlias";
|
|
3780
3795
|
bookAliasValue: "bookAliasValue";
|
|
3781
3796
|
bookDiff: "bookDiff";
|
|
3782
3797
|
bookDiffValue: "bookDiffValue";
|
|
3798
|
+
bookValue: "bookValue";
|
|
3783
3799
|
bot: "bot";
|
|
3784
3800
|
botResponses: "botResponses";
|
|
3785
3801
|
botResponsesValue: "botResponsesValue";
|
|
@@ -3801,13 +3817,15 @@ declare const NodeType: Readonly<{
|
|
|
3801
3817
|
cells: "cells";
|
|
3802
3818
|
cellsValue: "cellsValue";
|
|
3803
3819
|
chatWithBook: "chatWithBook";
|
|
3804
|
-
chatWithBookValue: "chatWithBookValue";
|
|
3805
3820
|
chatWithBookBrainKey: "chatWithBookBrainKey";
|
|
3806
3821
|
chatWithBookBrainKeyValue: "chatWithBookBrainKeyValue";
|
|
3822
|
+
chatWithBookValue: "chatWithBookValue";
|
|
3807
3823
|
checked: "checked";
|
|
3808
3824
|
choice: "choice";
|
|
3809
3825
|
choices: "choices";
|
|
3810
3826
|
choicesValue: "choicesValue";
|
|
3827
|
+
citationStyle: "citationStyle";
|
|
3828
|
+
citationStyleValue: "citationStyleValue";
|
|
3811
3829
|
class: "class";
|
|
3812
3830
|
classification: "classification";
|
|
3813
3831
|
classificationValue: "classificationValue";
|
|
@@ -3850,19 +3868,19 @@ declare const NodeType: Readonly<{
|
|
|
3850
3868
|
definition: "definition";
|
|
3851
3869
|
definitions: "definitions";
|
|
3852
3870
|
definitionsValue: "definitionsValue";
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
disableFeedbackValue: "disableFeedbackValue";
|
|
3856
|
-
diffTo: "diffTo";
|
|
3857
|
-
diffToValue: "diffToValue";
|
|
3871
|
+
diffContext: "diffContext";
|
|
3872
|
+
diffContextValue: "diffContextValue";
|
|
3858
3873
|
diffOp: "diffOp";
|
|
3859
3874
|
diffOpValue: "diffOpValue";
|
|
3860
3875
|
diffRef: "diffRef";
|
|
3861
3876
|
diffRefValue: "diffRefValue";
|
|
3862
|
-
diffContext: "diffContext";
|
|
3863
|
-
diffContextValue: "diffContextValue";
|
|
3864
3877
|
diffTime: "diffTime";
|
|
3865
3878
|
diffTimeValue: "diffTimeValue";
|
|
3879
|
+
diffTo: "diffTo";
|
|
3880
|
+
diffToValue: "diffToValue";
|
|
3881
|
+
disableCalculation: "disableCalculation";
|
|
3882
|
+
disableFeedback: "disableFeedback";
|
|
3883
|
+
disableFeedbackValue: "disableFeedbackValue";
|
|
3866
3884
|
document: "document";
|
|
3867
3885
|
documentDownload: "documentDownload";
|
|
3868
3886
|
documentEmbed: "documentEmbed";
|
|
@@ -3882,11 +3900,11 @@ declare const NodeType: Readonly<{
|
|
|
3882
3900
|
externalLink: "externalLink";
|
|
3883
3901
|
externalLinkText: "externalLinkText";
|
|
3884
3902
|
extraProperties: "extraProperties";
|
|
3885
|
-
feedbacks: "feedbacks";
|
|
3886
|
-
feedbacksValue: "feedbacksValue";
|
|
3887
3903
|
feedback: "feedback";
|
|
3888
3904
|
feedbackEngine: "feedbackEngine";
|
|
3889
3905
|
feedbackEngineValue: "feedbackEngineValue";
|
|
3906
|
+
feedbacks: "feedbacks";
|
|
3907
|
+
feedbacksValue: "feedbacksValue";
|
|
3890
3908
|
feedbackType: "feedbackType";
|
|
3891
3909
|
flashcards: "flashcards";
|
|
3892
3910
|
flashcardSet: "flashcardSet";
|
|
@@ -3903,12 +3921,14 @@ declare const NodeType: Readonly<{
|
|
|
3903
3921
|
forValues: "forValues";
|
|
3904
3922
|
forValuesValue: "forValuesValue";
|
|
3905
3923
|
gap: "gap";
|
|
3924
|
+
groupTag: "groupTag";
|
|
3925
|
+
groupTagValue: "groupTagValue";
|
|
3906
3926
|
handInAcceptFileType: "handInAcceptFileType";
|
|
3907
3927
|
handInAcceptFileTypeValue: "handInAcceptFileTypeValue";
|
|
3908
|
-
handInRequirement: "handInRequirement";
|
|
3909
|
-
handInRequirementValue: "handInRequirementValue";
|
|
3910
3928
|
handInInstruction: "handInInstruction";
|
|
3911
3929
|
handInInstructionValue: "handInInstructionValue";
|
|
3930
|
+
handInRequirement: "handInRequirement";
|
|
3931
|
+
handInRequirementValue: "handInRequirementValue";
|
|
3912
3932
|
hasBookNavigation: "hasBookNavigation";
|
|
3913
3933
|
hasBookNavigationValue: "hasBookNavigationValue";
|
|
3914
3934
|
hasMarkAsDone: "hasMarkAsDone";
|
|
@@ -3944,7 +3964,6 @@ declare const NodeType: Readonly<{
|
|
|
3944
3964
|
isCaseSensitive: "isCaseSensitive";
|
|
3945
3965
|
isCommented: "isCommented";
|
|
3946
3966
|
isCorrect: "isCorrect";
|
|
3947
|
-
__isDefaultExample: "__isDefaultExample";
|
|
3948
3967
|
isExample: "isExample";
|
|
3949
3968
|
isInfoOnly: "isInfoOnly";
|
|
3950
3969
|
isInfoOnlyValue: "isInfoOnlyValue";
|
|
@@ -3952,9 +3971,9 @@ declare const NodeType: Readonly<{
|
|
|
3952
3971
|
isPublic: "isPublic";
|
|
3953
3972
|
isPublicValue: "isPublicValue";
|
|
3954
3973
|
isTemplate: "isTemplate";
|
|
3955
|
-
isTemplateValue: "isTemplateValue";
|
|
3956
3974
|
isTemplateStripTheme: "isTemplateStripTheme";
|
|
3957
3975
|
isTemplateStripThemeValue: "isTemplateStripThemeValue";
|
|
3976
|
+
isTemplateValue: "isTemplateValue";
|
|
3958
3977
|
isTracked: "isTracked";
|
|
3959
3978
|
isTrackedValue: "isTrackedValue";
|
|
3960
3979
|
item: "item";
|
|
@@ -3978,9 +3997,9 @@ declare const NodeType: Readonly<{
|
|
|
3978
3997
|
languageValue: "languageValue";
|
|
3979
3998
|
langValue: "langValue";
|
|
3980
3999
|
layer: "layer";
|
|
3981
|
-
layerValue: "layerValue";
|
|
3982
4000
|
layerRole: "layerRole";
|
|
3983
4001
|
layerRoleValue: "layerRoleValue";
|
|
4002
|
+
layerValue: "layerValue";
|
|
3984
4003
|
lead: "lead";
|
|
3985
4004
|
level: "level";
|
|
3986
4005
|
levelACTFL: "levelACTFL";
|
|
@@ -4017,10 +4036,6 @@ declare const NodeType: Readonly<{
|
|
|
4017
4036
|
maxDisplayLevelValue: "maxDisplayLevelValue";
|
|
4018
4037
|
maxTocChapterLevel: "maxTocChapterLevel";
|
|
4019
4038
|
maxTocChapterLevelValue: "maxTocChapterLevelValue";
|
|
4020
|
-
tocResource: "tocResource";
|
|
4021
|
-
tocResourceValue: "tocResourceValue";
|
|
4022
|
-
tocContent: "tocContent";
|
|
4023
|
-
tocContentValue: "tocContentValue";
|
|
4024
4039
|
message: "message";
|
|
4025
4040
|
mockupId: "mockupId";
|
|
4026
4041
|
name: "name";
|
|
@@ -4041,9 +4056,9 @@ declare const NodeType: Readonly<{
|
|
|
4041
4056
|
parser: "parser";
|
|
4042
4057
|
partialAnswer: "partialAnswer";
|
|
4043
4058
|
partialAnswerValue: "partialAnswerValue";
|
|
4044
|
-
person: "person";
|
|
4045
4059
|
path: "path";
|
|
4046
4060
|
pathValue: "pathValue";
|
|
4061
|
+
person: "person";
|
|
4047
4062
|
pointerLeft: "pointerLeft";
|
|
4048
4063
|
pointerLeftValue: "pointerLeftValue";
|
|
4049
4064
|
pointerTop: "pointerTop";
|
|
@@ -4053,9 +4068,9 @@ declare const NodeType: Readonly<{
|
|
|
4053
4068
|
postfix: "postfix";
|
|
4054
4069
|
prefix: "prefix";
|
|
4055
4070
|
processHandIn: "processHandIn";
|
|
4056
|
-
processHandInValue: "processHandInValue";
|
|
4057
4071
|
processHandInLocation: "processHandInLocation";
|
|
4058
4072
|
processHandInLocationValue: "processHandInLocationValue";
|
|
4073
|
+
processHandInValue: "processHandInValue";
|
|
4059
4074
|
product: "product";
|
|
4060
4075
|
productFolder: "productFolder";
|
|
4061
4076
|
productFolderValue: "productFolderValue";
|
|
@@ -4110,16 +4125,16 @@ declare const NodeType: Readonly<{
|
|
|
4110
4125
|
referenceEnd: "referenceEnd";
|
|
4111
4126
|
referenceProperty: "referenceProperty";
|
|
4112
4127
|
referencePropertyValue: "referencePropertyValue";
|
|
4113
|
-
refPublisher: "refPublisher";
|
|
4114
4128
|
refPublicationYear: "refPublicationYear";
|
|
4115
|
-
|
|
4116
|
-
citationStyleValue: "citationStyleValue";
|
|
4129
|
+
refPublisher: "refPublisher";
|
|
4117
4130
|
releaseDate: "releaseDate";
|
|
4118
4131
|
releaseDateValue: "releaseDateValue";
|
|
4119
4132
|
releaseKind: "releaseKind";
|
|
4120
4133
|
releaseKindValue: "releaseKindValue";
|
|
4121
4134
|
releaseVersion: "releaseVersion";
|
|
4122
4135
|
releaseVersionValue: "releaseVersionValue";
|
|
4136
|
+
reportTag: "reportTag";
|
|
4137
|
+
reportTagValue: "reportTagValue";
|
|
4123
4138
|
resolved: "resolved";
|
|
4124
4139
|
resolvedBy: "resolvedBy";
|
|
4125
4140
|
resolvedByValue: "resolvedByValue";
|
|
@@ -4139,9 +4154,9 @@ declare const NodeType: Readonly<{
|
|
|
4139
4154
|
scormSource: "scormSource";
|
|
4140
4155
|
scormSourceValue: "scormSourceValue";
|
|
4141
4156
|
search: "search";
|
|
4142
|
-
searchValue: "searchValue";
|
|
4143
4157
|
searchIndex: "searchIndex";
|
|
4144
4158
|
searchIndexValue: "searchIndexValue";
|
|
4159
|
+
searchValue: "searchValue";
|
|
4145
4160
|
section: "section";
|
|
4146
4161
|
select: "select";
|
|
4147
4162
|
servings: "servings";
|
|
@@ -4180,6 +4195,8 @@ declare const NodeType: Readonly<{
|
|
|
4180
4195
|
table: "table";
|
|
4181
4196
|
tableAutoWidth: "tableAutoWidth";
|
|
4182
4197
|
tableAutoWidthValue: "tableAutoWidthValue";
|
|
4198
|
+
tableColumnMinWidth: "tableColumnMinWidth";
|
|
4199
|
+
tableColumnMinWidthValue: "tableColumnMinWidthValue";
|
|
4183
4200
|
tableFixedHeader: "tableFixedHeader";
|
|
4184
4201
|
tableFixedHeaderValue: "tableFixedHeaderValue";
|
|
4185
4202
|
tableHeaderWhitespaceNoWrap: "tableHeaderWhitespaceNoWrap";
|
|
@@ -4192,8 +4209,6 @@ declare const NodeType: Readonly<{
|
|
|
4192
4209
|
tablePaginationValue: "tablePaginationValue";
|
|
4193
4210
|
tableResizableColumns: "tableResizableColumns";
|
|
4194
4211
|
tableResizableColumnsValue: "tableResizableColumnsValue";
|
|
4195
|
-
tableColumnMinWidth: "tableColumnMinWidth";
|
|
4196
|
-
tableColumnMinWidthValue: "tableColumnMinWidthValue";
|
|
4197
4212
|
tableSearch: "tableSearch";
|
|
4198
4213
|
tableSearchValue: "tableSearchValue";
|
|
4199
4214
|
tableSort: "tableSort";
|
|
@@ -4224,12 +4239,15 @@ declare const NodeType: Readonly<{
|
|
|
4224
4239
|
thumbnailsValue: "thumbnailsValue";
|
|
4225
4240
|
title: "title";
|
|
4226
4241
|
toc: "toc";
|
|
4242
|
+
tocContent: "tocContent";
|
|
4243
|
+
tocContentValue: "tocContentValue";
|
|
4244
|
+
tocResource: "tocResource";
|
|
4245
|
+
tocResourceValue: "tocResourceValue";
|
|
4227
4246
|
tocValue: "tocValue";
|
|
4228
4247
|
topicTag: "topicTag";
|
|
4229
4248
|
topicTagValue: "topicTagValue";
|
|
4230
4249
|
trim: "trim";
|
|
4231
4250
|
type: "type";
|
|
4232
|
-
__typeAlias: "__typeAlias";
|
|
4233
4251
|
unit: "unit";
|
|
4234
4252
|
unitAbbr: "unitAbbr";
|
|
4235
4253
|
url: "url";
|
|
@@ -4771,7 +4789,16 @@ declare abstract class AbstractTagConfig {
|
|
|
4771
4789
|
readonly chain?: TagsConfig;
|
|
4772
4790
|
readonly jsonKey?: string;
|
|
4773
4791
|
readonly deprecated?: string;
|
|
4774
|
-
constructor(
|
|
4792
|
+
constructor(params: {
|
|
4793
|
+
type: BitTagConfigKeyTypeType;
|
|
4794
|
+
configKey: ConfigKeyType;
|
|
4795
|
+
tag: string;
|
|
4796
|
+
maxCount: CountType;
|
|
4797
|
+
minCount: number;
|
|
4798
|
+
chain: TagsConfig | undefined;
|
|
4799
|
+
jsonKey: string | undefined;
|
|
4800
|
+
deprecated: string | undefined;
|
|
4801
|
+
});
|
|
4775
4802
|
}
|
|
4776
4803
|
|
|
4777
4804
|
interface ToStringOptions$5 {
|
|
@@ -4780,7 +4807,14 @@ interface ToStringOptions$5 {
|
|
|
4780
4807
|
}
|
|
4781
4808
|
declare class MarkupTagConfig extends AbstractTagConfig {
|
|
4782
4809
|
readonly type: BitTagConfigKeyTypeType;
|
|
4783
|
-
constructor(
|
|
4810
|
+
constructor(params: {
|
|
4811
|
+
configKey: ConfigKeyType;
|
|
4812
|
+
tag: TagType;
|
|
4813
|
+
maxCount: CountType;
|
|
4814
|
+
minCount: number;
|
|
4815
|
+
chain: TagsConfig | undefined;
|
|
4816
|
+
deprecated: string | undefined;
|
|
4817
|
+
});
|
|
4784
4818
|
toString(options?: ToStringOptions$5): string;
|
|
4785
4819
|
}
|
|
4786
4820
|
|
|
@@ -4810,7 +4844,17 @@ declare class PropertyTagConfig extends AbstractTagConfig {
|
|
|
4810
4844
|
readonly array?: boolean;
|
|
4811
4845
|
readonly format?: TagFormatType;
|
|
4812
4846
|
readonly defaultValue?: string;
|
|
4813
|
-
constructor(
|
|
4847
|
+
constructor(params: {
|
|
4848
|
+
configKey: ConfigKeyType;
|
|
4849
|
+
tag: string;
|
|
4850
|
+
maxCount: CountType;
|
|
4851
|
+
minCount: number;
|
|
4852
|
+
chain: TagsConfig | undefined;
|
|
4853
|
+
jsonKey: string | undefined;
|
|
4854
|
+
format: TagFormatType | undefined;
|
|
4855
|
+
defaultValue: string | undefined;
|
|
4856
|
+
deprecated: string | undefined;
|
|
4857
|
+
});
|
|
4814
4858
|
toString(options?: ToStringOptions$4): string;
|
|
4815
4859
|
}
|
|
4816
4860
|
|
|
@@ -4820,7 +4864,15 @@ interface ToStringOptions$3 {
|
|
|
4820
4864
|
}
|
|
4821
4865
|
declare class ResourceTagConfig extends AbstractTagConfig {
|
|
4822
4866
|
readonly type: BitTagConfigKeyTypeType;
|
|
4823
|
-
constructor(
|
|
4867
|
+
constructor(params: {
|
|
4868
|
+
configKey: ConfigKeyType;
|
|
4869
|
+
tag: string;
|
|
4870
|
+
maxCount: CountType;
|
|
4871
|
+
minCount: number;
|
|
4872
|
+
chain: TagsConfig | undefined;
|
|
4873
|
+
jsonKey: string | undefined;
|
|
4874
|
+
deprecated: string | undefined;
|
|
4875
|
+
});
|
|
4824
4876
|
toString(options?: ToStringOptions$3): string;
|
|
4825
4877
|
}
|
|
4826
4878
|
|
|
@@ -5097,6 +5149,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5097
5149
|
analyticsTag?: string | string[];
|
|
5098
5150
|
categoryTag?: string | string[];
|
|
5099
5151
|
topicTag?: string | string[];
|
|
5152
|
+
reportTag?: string | string[];
|
|
5100
5153
|
altLangTag?: string;
|
|
5101
5154
|
feedbackEngine?: string;
|
|
5102
5155
|
feedbackType?: string;
|
|
@@ -5120,6 +5173,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5120
5173
|
target?: string | string[];
|
|
5121
5174
|
slug?: string;
|
|
5122
5175
|
tag?: string | string[];
|
|
5176
|
+
groupTag?: Partial<GroupTagJson> | Partial<GroupTagJson>[];
|
|
5123
5177
|
reductionTag?: string | string[];
|
|
5124
5178
|
bubbleTag?: string | string[];
|
|
5125
5179
|
levelCEFRp?: string | string[];
|
|
@@ -5307,6 +5361,20 @@ declare class Builder extends BaseBuilder {
|
|
|
5307
5361
|
* @returns
|
|
5308
5362
|
*/
|
|
5309
5363
|
protected buildBook(_context: BuildContext, data: Partial<BookJson> | undefined): BookJson | undefined;
|
|
5364
|
+
/**
|
|
5365
|
+
* Build groupTag[] node
|
|
5366
|
+
*
|
|
5367
|
+
* @param data - data for the node
|
|
5368
|
+
* @returns
|
|
5369
|
+
*/
|
|
5370
|
+
protected buildGroupTags(context: BuildContext, data: Partial<GroupTagJson> | Partial<GroupTagJson>[] | undefined): GroupTagJson[] | undefined;
|
|
5371
|
+
/**
|
|
5372
|
+
* Build groupTag node
|
|
5373
|
+
*
|
|
5374
|
+
* @param data - data for the node
|
|
5375
|
+
* @returns
|
|
5376
|
+
*/
|
|
5377
|
+
protected buildGroupTag(_context: BuildContext, data: Partial<GroupTagJson> | undefined): GroupTagJson | undefined;
|
|
5310
5378
|
/**
|
|
5311
5379
|
* Build feedbackChoices[] node
|
|
5312
5380
|
*
|
|
@@ -6334,6 +6402,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6334
6402
|
protected enter_bitsValue(node: NodeInfo, _route: NodeInfo[]): boolean;
|
|
6335
6403
|
protected exit_bitsValue(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
6336
6404
|
protected enter_internalComment(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6405
|
+
protected enter_groupTag(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6337
6406
|
protected enter_labelTrue(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6338
6407
|
protected enter_labelFalse(_node: NodeInfo, _route: NodeInfo[]): boolean;
|
|
6339
6408
|
protected enter_imageSource(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
@@ -6343,17 +6412,17 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6343
6412
|
protected enter_text(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6344
6413
|
protected leaf_text(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6345
6414
|
protected enter_icon(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6346
|
-
protected leaf_iconValue(node: NodeInfo,
|
|
6415
|
+
protected leaf_iconValue(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6347
6416
|
protected enter_ratingLevelStart(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6348
6417
|
protected enter_ratingLevelEnd(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6349
6418
|
protected enterRatingLevelStartEndCommon(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6350
6419
|
protected enter_markConfig(_node: NodeInfo, _route: NodeInfo[]): boolean;
|
|
6351
6420
|
protected enter_markConfigValue(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6352
|
-
protected enter_partialAnswer(node: NodeInfo,
|
|
6353
|
-
protected leaf_partialAnswer(node: NodeInfo,
|
|
6354
|
-
protected enter_sampleSolution(node: NodeInfo,
|
|
6355
|
-
protected leaf_sampleSolution(node: NodeInfo,
|
|
6356
|
-
protected leaf_reasonableNumOfChars(node: NodeInfo,
|
|
6421
|
+
protected enter_partialAnswer(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6422
|
+
protected leaf_partialAnswer(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6423
|
+
protected enter_sampleSolution(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6424
|
+
protected leaf_sampleSolution(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6425
|
+
protected leaf_reasonableNumOfChars(node: NodeInfo, route: NodeInfo[]): void;
|
|
6357
6426
|
protected leaf_additionalSolutionsValue(node: NodeInfo, route: NodeInfo[]): void;
|
|
6358
6427
|
protected enter_item(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6359
6428
|
protected enter_lead(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
@@ -6420,7 +6489,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6420
6489
|
protected between_questions(_node: NodeInfo, _left: NodeInfo, _right: NodeInfo, _route: NodeInfo[]): void;
|
|
6421
6490
|
protected enter_ingredients(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
6422
6491
|
protected between_ingredients(_node: NodeInfo, _left: NodeInfo, _right: NodeInfo, _route: NodeInfo[]): void;
|
|
6423
|
-
protected enter_ingredientsValue(node: NodeInfo,
|
|
6492
|
+
protected enter_ingredientsValue(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6424
6493
|
protected enter_botResponses(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
6425
6494
|
protected between_botResponses(_node: NodeInfo, _left: NodeInfo, _right: NodeInfo, _route: NodeInfo[]): void;
|
|
6426
6495
|
protected enter_cardBits(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
@@ -6432,54 +6501,54 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6432
6501
|
protected enter_imagePlaceholder(node: NodeInfo, _route: NodeInfo[]): boolean;
|
|
6433
6502
|
protected exit_imagePlaceholder(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
6434
6503
|
protected enter_posterImage(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6435
|
-
protected enter_thumbnails(node: NodeInfo,
|
|
6504
|
+
protected enter_thumbnails(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6436
6505
|
protected leaf_level(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6437
6506
|
protected enter_title(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6438
6507
|
protected enter_subtitle(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6439
6508
|
protected enter_book(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
6440
|
-
protected enter_bookValue(node: NodeInfo,
|
|
6509
|
+
protected enter_bookValue(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6441
6510
|
protected leaf_book(node: NodeInfo, route: NodeInfo[]): void;
|
|
6442
6511
|
protected leaf_anchor(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6443
6512
|
protected leaf_reference(node: NodeInfo, route: NodeInfo[]): void;
|
|
6444
6513
|
protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6445
6514
|
protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6446
|
-
protected leaf_lang(node: NodeInfo,
|
|
6447
|
-
protected enter_refAuthor(node: NodeInfo,
|
|
6448
|
-
protected leaf_refBookTitle(node: NodeInfo,
|
|
6449
|
-
protected enter_refPublisher(node: NodeInfo,
|
|
6450
|
-
protected leaf_refPublicationYear(node: NodeInfo,
|
|
6451
|
-
protected leaf_citationStyle(node: NodeInfo,
|
|
6515
|
+
protected leaf_lang(node: NodeInfo, route: NodeInfo[]): void;
|
|
6516
|
+
protected enter_refAuthor(node: NodeInfo, route: NodeInfo[]): void;
|
|
6517
|
+
protected leaf_refBookTitle(node: NodeInfo, route: NodeInfo[]): void;
|
|
6518
|
+
protected enter_refPublisher(node: NodeInfo, route: NodeInfo[]): void;
|
|
6519
|
+
protected leaf_refPublicationYear(node: NodeInfo, route: NodeInfo[]): void;
|
|
6520
|
+
protected leaf_citationStyle(node: NodeInfo, route: NodeInfo[]): void;
|
|
6452
6521
|
protected leaf_isExample(node: NodeInfo, route: NodeInfo[]): void;
|
|
6453
6522
|
protected leaf_elementsValue(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6454
6523
|
protected leaf_solutionsValue(node: NodeInfo, route: NodeInfo[]): void;
|
|
6455
6524
|
protected leaf_prefix(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6456
6525
|
protected leaf_postfix(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6457
|
-
protected leaf_isCaseSensitive(node: NodeInfo,
|
|
6526
|
+
protected leaf_isCaseSensitive(node: NodeInfo, route: NodeInfo[]): void;
|
|
6458
6527
|
protected leaf_forKeys(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6459
6528
|
protected leaf_forValues(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6460
6529
|
protected leaf_forValuesValue(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6461
6530
|
protected leaf_key(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6462
6531
|
protected leaf_valuesValue(node: NodeInfo, _route: NodeInfo[]): void;
|
|
6463
6532
|
protected leaf_question(node: NodeInfo, route: NodeInfo[]): void;
|
|
6464
|
-
protected leaf_src1x(node: NodeInfo,
|
|
6465
|
-
protected leaf_src2x(node: NodeInfo,
|
|
6466
|
-
protected leaf_src3x(node: NodeInfo,
|
|
6467
|
-
protected leaf_src4x(node: NodeInfo,
|
|
6468
|
-
protected leaf_width(node: NodeInfo,
|
|
6469
|
-
protected leaf_height(node: NodeInfo,
|
|
6470
|
-
protected leaf_alt(node: NodeInfo,
|
|
6471
|
-
protected leaf_zoomDisabled(node: NodeInfo,
|
|
6472
|
-
protected leaf_license(node: NodeInfo,
|
|
6473
|
-
protected leaf_copyright(node: NodeInfo,
|
|
6533
|
+
protected leaf_src1x(node: NodeInfo, route: NodeInfo[]): void;
|
|
6534
|
+
protected leaf_src2x(node: NodeInfo, route: NodeInfo[]): void;
|
|
6535
|
+
protected leaf_src3x(node: NodeInfo, route: NodeInfo[]): void;
|
|
6536
|
+
protected leaf_src4x(node: NodeInfo, route: NodeInfo[]): void;
|
|
6537
|
+
protected leaf_width(node: NodeInfo, route: NodeInfo[]): void;
|
|
6538
|
+
protected leaf_height(node: NodeInfo, route: NodeInfo[]): void;
|
|
6539
|
+
protected leaf_alt(node: NodeInfo, route: NodeInfo[]): void;
|
|
6540
|
+
protected leaf_zoomDisabled(node: NodeInfo, route: NodeInfo[]): void;
|
|
6541
|
+
protected leaf_license(node: NodeInfo, route: NodeInfo[]): void;
|
|
6542
|
+
protected leaf_copyright(node: NodeInfo, route: NodeInfo[]): void;
|
|
6474
6543
|
protected leaf_provider(_node: NodeInfo, _route: NodeInfo[]): void;
|
|
6475
6544
|
protected leaf_showInIndex(node: NodeInfo, route: NodeInfo[]): void;
|
|
6476
6545
|
protected enter_caption(node: NodeInfo, route: NodeInfo[]): boolean;
|
|
6477
6546
|
protected leaf_search(node: NodeInfo, route: NodeInfo[]): void;
|
|
6478
6547
|
protected leaf_duration(node: NodeInfo, route: NodeInfo[]): void;
|
|
6479
|
-
protected leaf_mute(node: NodeInfo,
|
|
6480
|
-
protected leaf_autoplay(node: NodeInfo,
|
|
6481
|
-
protected leaf_allowSubtitles(node: NodeInfo,
|
|
6482
|
-
protected leaf_showSubtitles(node: NodeInfo,
|
|
6548
|
+
protected leaf_mute(node: NodeInfo, route: NodeInfo[]): void;
|
|
6549
|
+
protected leaf_autoplay(node: NodeInfo, route: NodeInfo[]): void;
|
|
6550
|
+
protected leaf_allowSubtitles(node: NodeInfo, route: NodeInfo[]): void;
|
|
6551
|
+
protected leaf_showSubtitles(node: NodeInfo, route: NodeInfo[]): void;
|
|
6483
6552
|
/**
|
|
6484
6553
|
* Generate the handlers for resources, as they are mostly the same, but not quite
|
|
6485
6554
|
*/
|
|
@@ -6571,7 +6640,7 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
|
|
|
6571
6640
|
protected writeNL(): void;
|
|
6572
6641
|
protected writePropertyStyleResource(key: string, resource: ResourceJson, deprecated_writeAsProperty?: boolean): boolean | void;
|
|
6573
6642
|
protected writeResource(type: ResourceTypeType, value: string): void;
|
|
6574
|
-
protected writeProperty(name: string, values: unknown | unknown[] | undefined, options: {
|
|
6643
|
+
protected writeProperty(name: string, values: unknown | unknown[] | undefined, route: NodeInfo[], options: {
|
|
6575
6644
|
format: TagFormatType;
|
|
6576
6645
|
array?: boolean;
|
|
6577
6646
|
ignoreFalse?: boolean;
|