@gmb/bitmark-parser-generator 4.7.0 → 4.9.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 +802 -645
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +9 -0
- package/dist/browser/esm/index.d.ts +9 -0
- package/dist/browser/esm/index.js +802 -645
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/index.cjs +1060 -645
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +1060 -645
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1421,6 +1421,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1421
1421
|
property_reference: "@reference";
|
|
1422
1422
|
property_refPublicationYear: "@refPublicationYear";
|
|
1423
1423
|
property_refPublisher: "@refPublisher";
|
|
1424
|
+
property_relatedBook: "@relatedBook";
|
|
1424
1425
|
property_releaseDate: "@releaseDate";
|
|
1425
1426
|
property_releaseKind: "@releaseKind";
|
|
1426
1427
|
property_releaseVersion: "@releaseVersion";
|
|
@@ -1713,6 +1714,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1713
1714
|
property_reference: "@reference";
|
|
1714
1715
|
property_refPublicationYear: "@refPublicationYear";
|
|
1715
1716
|
property_refPublisher: "@refPublisher";
|
|
1717
|
+
property_relatedBook: "@relatedBook";
|
|
1716
1718
|
property_releaseDate: "@releaseDate";
|
|
1717
1719
|
property_releaseKind: "@releaseKind";
|
|
1718
1720
|
property_releaseVersion: "@releaseVersion";
|
|
@@ -2539,6 +2541,7 @@ interface BitJson {
|
|
|
2539
2541
|
publisher: string | string[];
|
|
2540
2542
|
publisherName: string;
|
|
2541
2543
|
publications: string | string[];
|
|
2544
|
+
relatedBook: string | string[];
|
|
2542
2545
|
author: string | string[];
|
|
2543
2546
|
subject: string | string[];
|
|
2544
2547
|
date: string;
|
|
@@ -3061,6 +3064,7 @@ interface Bit {
|
|
|
3061
3064
|
coverImage?: Property;
|
|
3062
3065
|
coverColor?: Property;
|
|
3063
3066
|
publications?: Property;
|
|
3067
|
+
relatedBook?: Property;
|
|
3064
3068
|
author?: Property;
|
|
3065
3069
|
subject?: Property;
|
|
3066
3070
|
date?: Property;
|
|
@@ -3663,6 +3667,8 @@ declare const NodeType: Readonly<{
|
|
|
3663
3667
|
referencePropertyValue: "referencePropertyValue";
|
|
3664
3668
|
refPublicationYear: "refPublicationYear";
|
|
3665
3669
|
refPublisher: "refPublisher";
|
|
3670
|
+
relatedBook: "relatedBook";
|
|
3671
|
+
relatedBookValue: "relatedBookValue";
|
|
3666
3672
|
releaseDate: "releaseDate";
|
|
3667
3673
|
releaseDateValue: "releaseDateValue";
|
|
3668
3674
|
releaseKind: "releaseKind";
|
|
@@ -4220,6 +4226,8 @@ declare const NodeType: Readonly<{
|
|
|
4220
4226
|
referencePropertyValue: "referencePropertyValue";
|
|
4221
4227
|
refPublicationYear: "refPublicationYear";
|
|
4222
4228
|
refPublisher: "refPublisher";
|
|
4229
|
+
relatedBook: "relatedBook";
|
|
4230
|
+
relatedBookValue: "relatedBookValue";
|
|
4223
4231
|
releaseDate: "releaseDate";
|
|
4224
4232
|
releaseDateValue: "releaseDateValue";
|
|
4225
4233
|
releaseKind: "releaseKind";
|
|
@@ -5288,6 +5296,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5288
5296
|
coverImage?: string | string[];
|
|
5289
5297
|
coverColor?: string;
|
|
5290
5298
|
publications?: string | string[];
|
|
5299
|
+
relatedBook?: string | string[];
|
|
5291
5300
|
author?: string | string[];
|
|
5292
5301
|
subject?: string | string[];
|
|
5293
5302
|
date?: string;
|
|
@@ -1421,6 +1421,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1421
1421
|
property_reference: "@reference";
|
|
1422
1422
|
property_refPublicationYear: "@refPublicationYear";
|
|
1423
1423
|
property_refPublisher: "@refPublisher";
|
|
1424
|
+
property_relatedBook: "@relatedBook";
|
|
1424
1425
|
property_releaseDate: "@releaseDate";
|
|
1425
1426
|
property_releaseKind: "@releaseKind";
|
|
1426
1427
|
property_releaseVersion: "@releaseVersion";
|
|
@@ -1713,6 +1714,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1713
1714
|
property_reference: "@reference";
|
|
1714
1715
|
property_refPublicationYear: "@refPublicationYear";
|
|
1715
1716
|
property_refPublisher: "@refPublisher";
|
|
1717
|
+
property_relatedBook: "@relatedBook";
|
|
1716
1718
|
property_releaseDate: "@releaseDate";
|
|
1717
1719
|
property_releaseKind: "@releaseKind";
|
|
1718
1720
|
property_releaseVersion: "@releaseVersion";
|
|
@@ -2539,6 +2541,7 @@ interface BitJson {
|
|
|
2539
2541
|
publisher: string | string[];
|
|
2540
2542
|
publisherName: string;
|
|
2541
2543
|
publications: string | string[];
|
|
2544
|
+
relatedBook: string | string[];
|
|
2542
2545
|
author: string | string[];
|
|
2543
2546
|
subject: string | string[];
|
|
2544
2547
|
date: string;
|
|
@@ -3061,6 +3064,7 @@ interface Bit {
|
|
|
3061
3064
|
coverImage?: Property;
|
|
3062
3065
|
coverColor?: Property;
|
|
3063
3066
|
publications?: Property;
|
|
3067
|
+
relatedBook?: Property;
|
|
3064
3068
|
author?: Property;
|
|
3065
3069
|
subject?: Property;
|
|
3066
3070
|
date?: Property;
|
|
@@ -3663,6 +3667,8 @@ declare const NodeType: Readonly<{
|
|
|
3663
3667
|
referencePropertyValue: "referencePropertyValue";
|
|
3664
3668
|
refPublicationYear: "refPublicationYear";
|
|
3665
3669
|
refPublisher: "refPublisher";
|
|
3670
|
+
relatedBook: "relatedBook";
|
|
3671
|
+
relatedBookValue: "relatedBookValue";
|
|
3666
3672
|
releaseDate: "releaseDate";
|
|
3667
3673
|
releaseDateValue: "releaseDateValue";
|
|
3668
3674
|
releaseKind: "releaseKind";
|
|
@@ -4220,6 +4226,8 @@ declare const NodeType: Readonly<{
|
|
|
4220
4226
|
referencePropertyValue: "referencePropertyValue";
|
|
4221
4227
|
refPublicationYear: "refPublicationYear";
|
|
4222
4228
|
refPublisher: "refPublisher";
|
|
4229
|
+
relatedBook: "relatedBook";
|
|
4230
|
+
relatedBookValue: "relatedBookValue";
|
|
4223
4231
|
releaseDate: "releaseDate";
|
|
4224
4232
|
releaseDateValue: "releaseDateValue";
|
|
4225
4233
|
releaseKind: "releaseKind";
|
|
@@ -5288,6 +5296,7 @@ declare class Builder extends BaseBuilder {
|
|
|
5288
5296
|
coverImage?: string | string[];
|
|
5289
5297
|
coverColor?: string;
|
|
5290
5298
|
publications?: string | string[];
|
|
5299
|
+
relatedBook?: string | string[];
|
|
5291
5300
|
author?: string | string[];
|
|
5292
5301
|
subject?: string | string[];
|
|
5293
5302
|
date?: string;
|