@gmb/bitmark-parser-generator 4.16.1 → 4.18.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 +122 -24
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +65 -2
- package/dist/browser/esm/index.d.ts +65 -2
- package/dist/browser/esm/index.js +122 -24
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/index.cjs +122 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +65 -2
- package/dist/index.d.ts +65 -2
- package/dist/index.js +122 -24
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1291,7 +1291,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1291
1291
|
group_bookCommon: "group_bookCommon";
|
|
1292
1292
|
group_learningPathCommon: "group_learningPathCommon";
|
|
1293
1293
|
group_advertisingCommon: "group_advertisingCommon";
|
|
1294
|
-
|
|
1294
|
+
group_platformStylesCommon: "group_platformStylesCommon";
|
|
1295
1295
|
group_quizCommon: "group_quizCommon";
|
|
1296
1296
|
group_resourceBitTags: "group_resourceBitTags";
|
|
1297
1297
|
group_resourceCommon: "group_resourceCommon";
|
|
@@ -1474,6 +1474,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1474
1474
|
property_partner: "@partner";
|
|
1475
1475
|
property_path: "@path";
|
|
1476
1476
|
property_platformBackgroundColor: "@platformBackgroundColor";
|
|
1477
|
+
property_platformBorderColor: "@platformBorderColor";
|
|
1477
1478
|
property_platformBrandTarget: "@platformBrandTarget";
|
|
1478
1479
|
property_platformButtonBackgroundColor: "@platformButtonBackgroundColor";
|
|
1479
1480
|
property_platformButtonPrimaryColor: "@platformButtonPrimaryColor";
|
|
@@ -1484,6 +1485,12 @@ declare const ConfigKey: Readonly<{
|
|
|
1484
1485
|
property_platformScrollbarColor: "@platformScrollbarColor";
|
|
1485
1486
|
property_platformSecondaryColor: "@platformSecondaryColor";
|
|
1486
1487
|
property_platformSelectionColor: "@platformSelectionColor";
|
|
1488
|
+
property_platformSelectionTextColor: "@platformSelectionTextColor";
|
|
1489
|
+
property_platformBaseLayerColor: "@platformBaseLayerColor";
|
|
1490
|
+
property_platformMargin: "@platformMargin";
|
|
1491
|
+
property_platformBorderRadius: "@platformBorderRadius";
|
|
1492
|
+
property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
|
|
1493
|
+
property_platformNeedsShadow: "@platformNeedsShadow";
|
|
1487
1494
|
property_platformSeparatorColor: "@platformSeparatorColor";
|
|
1488
1495
|
property_platformTextSelectionColor: "@platformTextSelectionColor";
|
|
1489
1496
|
property_person: "@person";
|
|
@@ -1645,7 +1652,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1645
1652
|
group_bookCommon: "group_bookCommon";
|
|
1646
1653
|
group_learningPathCommon: "group_learningPathCommon";
|
|
1647
1654
|
group_advertisingCommon: "group_advertisingCommon";
|
|
1648
|
-
|
|
1655
|
+
group_platformStylesCommon: "group_platformStylesCommon";
|
|
1649
1656
|
group_quizCommon: "group_quizCommon";
|
|
1650
1657
|
group_resourceBitTags: "group_resourceBitTags";
|
|
1651
1658
|
group_resourceCommon: "group_resourceCommon";
|
|
@@ -1828,6 +1835,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1828
1835
|
property_partner: "@partner";
|
|
1829
1836
|
property_path: "@path";
|
|
1830
1837
|
property_platformBackgroundColor: "@platformBackgroundColor";
|
|
1838
|
+
property_platformBorderColor: "@platformBorderColor";
|
|
1831
1839
|
property_platformBrandTarget: "@platformBrandTarget";
|
|
1832
1840
|
property_platformButtonBackgroundColor: "@platformButtonBackgroundColor";
|
|
1833
1841
|
property_platformButtonPrimaryColor: "@platformButtonPrimaryColor";
|
|
@@ -1838,6 +1846,12 @@ declare const ConfigKey: Readonly<{
|
|
|
1838
1846
|
property_platformScrollbarColor: "@platformScrollbarColor";
|
|
1839
1847
|
property_platformSecondaryColor: "@platformSecondaryColor";
|
|
1840
1848
|
property_platformSelectionColor: "@platformSelectionColor";
|
|
1849
|
+
property_platformSelectionTextColor: "@platformSelectionTextColor";
|
|
1850
|
+
property_platformBaseLayerColor: "@platformBaseLayerColor";
|
|
1851
|
+
property_platformMargin: "@platformMargin";
|
|
1852
|
+
property_platformBorderRadius: "@platformBorderRadius";
|
|
1853
|
+
property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
|
|
1854
|
+
property_platformNeedsShadow: "@platformNeedsShadow";
|
|
1841
1855
|
property_platformSeparatorColor: "@platformSeparatorColor";
|
|
1842
1856
|
property_platformTextSelectionColor: "@platformTextSelectionColor";
|
|
1843
1857
|
property_person: "@person";
|
|
@@ -2866,6 +2880,13 @@ interface BitJson {
|
|
|
2866
2880
|
platformButtonBackgroundColor: string;
|
|
2867
2881
|
platformMessageBackgroundColor: string;
|
|
2868
2882
|
platformBackgroundImage: ImageResourceWrapperJson;
|
|
2883
|
+
platformBorderColor: string;
|
|
2884
|
+
platformSelectionTextColor: string;
|
|
2885
|
+
platformBaseLayerColor: string;
|
|
2886
|
+
platformMargin: string;
|
|
2887
|
+
platformBorderRadius: string;
|
|
2888
|
+
platformSelectionBorderRadius: string;
|
|
2889
|
+
platformNeedsShadow: boolean;
|
|
2869
2890
|
productId: string | string[];
|
|
2870
2891
|
product: string;
|
|
2871
2892
|
productVideo: string;
|
|
@@ -3467,6 +3488,13 @@ interface Bit {
|
|
|
3467
3488
|
platformButtonBackgroundColor?: Property;
|
|
3468
3489
|
platformMessageBackgroundColor?: Property;
|
|
3469
3490
|
platformBackgroundImage?: ImageResourceWrapperJson;
|
|
3491
|
+
platformBorderColor?: Property;
|
|
3492
|
+
platformSelectionTextColor?: Property;
|
|
3493
|
+
platformBaseLayerColor?: Property;
|
|
3494
|
+
platformMargin?: Property;
|
|
3495
|
+
platformBorderRadius?: Property;
|
|
3496
|
+
platformSelectionBorderRadius?: Property;
|
|
3497
|
+
platformNeedsShadow?: Property;
|
|
3470
3498
|
productId?: Property;
|
|
3471
3499
|
product?: Property;
|
|
3472
3500
|
productList?: Property;
|
|
@@ -3984,6 +4012,20 @@ declare const NodeType: Readonly<{
|
|
|
3984
4012
|
platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
|
|
3985
4013
|
platformBackgroundImage: "platformBackgroundImage";
|
|
3986
4014
|
platformBackgroundImageValue: "platformBackgroundImageValue";
|
|
4015
|
+
platformBorderColor: "platformBorderColor";
|
|
4016
|
+
platformBorderColorValue: "platformBorderColorValue";
|
|
4017
|
+
platformSelectionTextColor: "platformSelectionTextColor";
|
|
4018
|
+
platformSelectionTextColorValue: "platformSelectionTextColorValue";
|
|
4019
|
+
platformBaseLayerColor: "platformBaseLayerColor";
|
|
4020
|
+
platformBaseLayerColorValue: "platformBaseLayerColorValue";
|
|
4021
|
+
platformMargin: "platformMargin";
|
|
4022
|
+
platformMarginValue: "platformMarginValue";
|
|
4023
|
+
platformBorderRadius: "platformBorderRadius";
|
|
4024
|
+
platformBorderRadiusValue: "platformBorderRadiusValue";
|
|
4025
|
+
platformSelectionBorderRadius: "platformSelectionBorderRadius";
|
|
4026
|
+
platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue";
|
|
4027
|
+
platformNeedsShadow: "platformNeedsShadow";
|
|
4028
|
+
platformNeedsShadowValue: "platformNeedsShadowValue";
|
|
3987
4029
|
person: "person";
|
|
3988
4030
|
pointerLeft: "pointerLeft";
|
|
3989
4031
|
pointerLeftValue: "pointerLeftValue";
|
|
@@ -4642,6 +4684,20 @@ declare const NodeType: Readonly<{
|
|
|
4642
4684
|
platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
|
|
4643
4685
|
platformBackgroundImage: "platformBackgroundImage";
|
|
4644
4686
|
platformBackgroundImageValue: "platformBackgroundImageValue";
|
|
4687
|
+
platformBorderColor: "platformBorderColor";
|
|
4688
|
+
platformBorderColorValue: "platformBorderColorValue";
|
|
4689
|
+
platformSelectionTextColor: "platformSelectionTextColor";
|
|
4690
|
+
platformSelectionTextColorValue: "platformSelectionTextColorValue";
|
|
4691
|
+
platformBaseLayerColor: "platformBaseLayerColor";
|
|
4692
|
+
platformBaseLayerColorValue: "platformBaseLayerColorValue";
|
|
4693
|
+
platformMargin: "platformMargin";
|
|
4694
|
+
platformMarginValue: "platformMarginValue";
|
|
4695
|
+
platformBorderRadius: "platformBorderRadius";
|
|
4696
|
+
platformBorderRadiusValue: "platformBorderRadiusValue";
|
|
4697
|
+
platformSelectionBorderRadius: "platformSelectionBorderRadius";
|
|
4698
|
+
platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue";
|
|
4699
|
+
platformNeedsShadow: "platformNeedsShadow";
|
|
4700
|
+
platformNeedsShadowValue: "platformNeedsShadowValue";
|
|
4645
4701
|
person: "person";
|
|
4646
4702
|
pointerLeft: "pointerLeft";
|
|
4647
4703
|
pointerLeftValue: "pointerLeftValue";
|
|
@@ -5949,6 +6005,13 @@ declare class Builder extends BaseBuilder {
|
|
|
5949
6005
|
platformButtonBackgroundColor?: string;
|
|
5950
6006
|
platformMessageBackgroundColor?: string;
|
|
5951
6007
|
platformBackgroundImage?: Partial<ImageResourceWrapperJson>;
|
|
6008
|
+
platformBorderColor?: string;
|
|
6009
|
+
platformSelectionTextColor?: string;
|
|
6010
|
+
platformBaseLayerColor?: string;
|
|
6011
|
+
platformMargin?: string;
|
|
6012
|
+
platformBorderRadius?: string;
|
|
6013
|
+
platformSelectionBorderRadius?: string;
|
|
6014
|
+
platformNeedsShadow?: boolean;
|
|
5952
6015
|
productId?: string | string[];
|
|
5953
6016
|
product?: string | string[];
|
|
5954
6017
|
productVideo?: string | string[];
|
|
@@ -1291,7 +1291,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1291
1291
|
group_bookCommon: "group_bookCommon";
|
|
1292
1292
|
group_learningPathCommon: "group_learningPathCommon";
|
|
1293
1293
|
group_advertisingCommon: "group_advertisingCommon";
|
|
1294
|
-
|
|
1294
|
+
group_platformStylesCommon: "group_platformStylesCommon";
|
|
1295
1295
|
group_quizCommon: "group_quizCommon";
|
|
1296
1296
|
group_resourceBitTags: "group_resourceBitTags";
|
|
1297
1297
|
group_resourceCommon: "group_resourceCommon";
|
|
@@ -1474,6 +1474,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1474
1474
|
property_partner: "@partner";
|
|
1475
1475
|
property_path: "@path";
|
|
1476
1476
|
property_platformBackgroundColor: "@platformBackgroundColor";
|
|
1477
|
+
property_platformBorderColor: "@platformBorderColor";
|
|
1477
1478
|
property_platformBrandTarget: "@platformBrandTarget";
|
|
1478
1479
|
property_platformButtonBackgroundColor: "@platformButtonBackgroundColor";
|
|
1479
1480
|
property_platformButtonPrimaryColor: "@platformButtonPrimaryColor";
|
|
@@ -1484,6 +1485,12 @@ declare const ConfigKey: Readonly<{
|
|
|
1484
1485
|
property_platformScrollbarColor: "@platformScrollbarColor";
|
|
1485
1486
|
property_platformSecondaryColor: "@platformSecondaryColor";
|
|
1486
1487
|
property_platformSelectionColor: "@platformSelectionColor";
|
|
1488
|
+
property_platformSelectionTextColor: "@platformSelectionTextColor";
|
|
1489
|
+
property_platformBaseLayerColor: "@platformBaseLayerColor";
|
|
1490
|
+
property_platformMargin: "@platformMargin";
|
|
1491
|
+
property_platformBorderRadius: "@platformBorderRadius";
|
|
1492
|
+
property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
|
|
1493
|
+
property_platformNeedsShadow: "@platformNeedsShadow";
|
|
1487
1494
|
property_platformSeparatorColor: "@platformSeparatorColor";
|
|
1488
1495
|
property_platformTextSelectionColor: "@platformTextSelectionColor";
|
|
1489
1496
|
property_person: "@person";
|
|
@@ -1645,7 +1652,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1645
1652
|
group_bookCommon: "group_bookCommon";
|
|
1646
1653
|
group_learningPathCommon: "group_learningPathCommon";
|
|
1647
1654
|
group_advertisingCommon: "group_advertisingCommon";
|
|
1648
|
-
|
|
1655
|
+
group_platformStylesCommon: "group_platformStylesCommon";
|
|
1649
1656
|
group_quizCommon: "group_quizCommon";
|
|
1650
1657
|
group_resourceBitTags: "group_resourceBitTags";
|
|
1651
1658
|
group_resourceCommon: "group_resourceCommon";
|
|
@@ -1828,6 +1835,7 @@ declare const ConfigKey: Readonly<{
|
|
|
1828
1835
|
property_partner: "@partner";
|
|
1829
1836
|
property_path: "@path";
|
|
1830
1837
|
property_platformBackgroundColor: "@platformBackgroundColor";
|
|
1838
|
+
property_platformBorderColor: "@platformBorderColor";
|
|
1831
1839
|
property_platformBrandTarget: "@platformBrandTarget";
|
|
1832
1840
|
property_platformButtonBackgroundColor: "@platformButtonBackgroundColor";
|
|
1833
1841
|
property_platformButtonPrimaryColor: "@platformButtonPrimaryColor";
|
|
@@ -1838,6 +1846,12 @@ declare const ConfigKey: Readonly<{
|
|
|
1838
1846
|
property_platformScrollbarColor: "@platformScrollbarColor";
|
|
1839
1847
|
property_platformSecondaryColor: "@platformSecondaryColor";
|
|
1840
1848
|
property_platformSelectionColor: "@platformSelectionColor";
|
|
1849
|
+
property_platformSelectionTextColor: "@platformSelectionTextColor";
|
|
1850
|
+
property_platformBaseLayerColor: "@platformBaseLayerColor";
|
|
1851
|
+
property_platformMargin: "@platformMargin";
|
|
1852
|
+
property_platformBorderRadius: "@platformBorderRadius";
|
|
1853
|
+
property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
|
|
1854
|
+
property_platformNeedsShadow: "@platformNeedsShadow";
|
|
1841
1855
|
property_platformSeparatorColor: "@platformSeparatorColor";
|
|
1842
1856
|
property_platformTextSelectionColor: "@platformTextSelectionColor";
|
|
1843
1857
|
property_person: "@person";
|
|
@@ -2866,6 +2880,13 @@ interface BitJson {
|
|
|
2866
2880
|
platformButtonBackgroundColor: string;
|
|
2867
2881
|
platformMessageBackgroundColor: string;
|
|
2868
2882
|
platformBackgroundImage: ImageResourceWrapperJson;
|
|
2883
|
+
platformBorderColor: string;
|
|
2884
|
+
platformSelectionTextColor: string;
|
|
2885
|
+
platformBaseLayerColor: string;
|
|
2886
|
+
platformMargin: string;
|
|
2887
|
+
platformBorderRadius: string;
|
|
2888
|
+
platformSelectionBorderRadius: string;
|
|
2889
|
+
platformNeedsShadow: boolean;
|
|
2869
2890
|
productId: string | string[];
|
|
2870
2891
|
product: string;
|
|
2871
2892
|
productVideo: string;
|
|
@@ -3467,6 +3488,13 @@ interface Bit {
|
|
|
3467
3488
|
platformButtonBackgroundColor?: Property;
|
|
3468
3489
|
platformMessageBackgroundColor?: Property;
|
|
3469
3490
|
platformBackgroundImage?: ImageResourceWrapperJson;
|
|
3491
|
+
platformBorderColor?: Property;
|
|
3492
|
+
platformSelectionTextColor?: Property;
|
|
3493
|
+
platformBaseLayerColor?: Property;
|
|
3494
|
+
platformMargin?: Property;
|
|
3495
|
+
platformBorderRadius?: Property;
|
|
3496
|
+
platformSelectionBorderRadius?: Property;
|
|
3497
|
+
platformNeedsShadow?: Property;
|
|
3470
3498
|
productId?: Property;
|
|
3471
3499
|
product?: Property;
|
|
3472
3500
|
productList?: Property;
|
|
@@ -3984,6 +4012,20 @@ declare const NodeType: Readonly<{
|
|
|
3984
4012
|
platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
|
|
3985
4013
|
platformBackgroundImage: "platformBackgroundImage";
|
|
3986
4014
|
platformBackgroundImageValue: "platformBackgroundImageValue";
|
|
4015
|
+
platformBorderColor: "platformBorderColor";
|
|
4016
|
+
platformBorderColorValue: "platformBorderColorValue";
|
|
4017
|
+
platformSelectionTextColor: "platformSelectionTextColor";
|
|
4018
|
+
platformSelectionTextColorValue: "platformSelectionTextColorValue";
|
|
4019
|
+
platformBaseLayerColor: "platformBaseLayerColor";
|
|
4020
|
+
platformBaseLayerColorValue: "platformBaseLayerColorValue";
|
|
4021
|
+
platformMargin: "platformMargin";
|
|
4022
|
+
platformMarginValue: "platformMarginValue";
|
|
4023
|
+
platformBorderRadius: "platformBorderRadius";
|
|
4024
|
+
platformBorderRadiusValue: "platformBorderRadiusValue";
|
|
4025
|
+
platformSelectionBorderRadius: "platformSelectionBorderRadius";
|
|
4026
|
+
platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue";
|
|
4027
|
+
platformNeedsShadow: "platformNeedsShadow";
|
|
4028
|
+
platformNeedsShadowValue: "platformNeedsShadowValue";
|
|
3987
4029
|
person: "person";
|
|
3988
4030
|
pointerLeft: "pointerLeft";
|
|
3989
4031
|
pointerLeftValue: "pointerLeftValue";
|
|
@@ -4642,6 +4684,20 @@ declare const NodeType: Readonly<{
|
|
|
4642
4684
|
platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
|
|
4643
4685
|
platformBackgroundImage: "platformBackgroundImage";
|
|
4644
4686
|
platformBackgroundImageValue: "platformBackgroundImageValue";
|
|
4687
|
+
platformBorderColor: "platformBorderColor";
|
|
4688
|
+
platformBorderColorValue: "platformBorderColorValue";
|
|
4689
|
+
platformSelectionTextColor: "platformSelectionTextColor";
|
|
4690
|
+
platformSelectionTextColorValue: "platformSelectionTextColorValue";
|
|
4691
|
+
platformBaseLayerColor: "platformBaseLayerColor";
|
|
4692
|
+
platformBaseLayerColorValue: "platformBaseLayerColorValue";
|
|
4693
|
+
platformMargin: "platformMargin";
|
|
4694
|
+
platformMarginValue: "platformMarginValue";
|
|
4695
|
+
platformBorderRadius: "platformBorderRadius";
|
|
4696
|
+
platformBorderRadiusValue: "platformBorderRadiusValue";
|
|
4697
|
+
platformSelectionBorderRadius: "platformSelectionBorderRadius";
|
|
4698
|
+
platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue";
|
|
4699
|
+
platformNeedsShadow: "platformNeedsShadow";
|
|
4700
|
+
platformNeedsShadowValue: "platformNeedsShadowValue";
|
|
4645
4701
|
person: "person";
|
|
4646
4702
|
pointerLeft: "pointerLeft";
|
|
4647
4703
|
pointerLeftValue: "pointerLeftValue";
|
|
@@ -5949,6 +6005,13 @@ declare class Builder extends BaseBuilder {
|
|
|
5949
6005
|
platformButtonBackgroundColor?: string;
|
|
5950
6006
|
platformMessageBackgroundColor?: string;
|
|
5951
6007
|
platformBackgroundImage?: Partial<ImageResourceWrapperJson>;
|
|
6008
|
+
platformBorderColor?: string;
|
|
6009
|
+
platformSelectionTextColor?: string;
|
|
6010
|
+
platformBaseLayerColor?: string;
|
|
6011
|
+
platformMargin?: string;
|
|
6012
|
+
platformBorderRadius?: string;
|
|
6013
|
+
platformSelectionBorderRadius?: string;
|
|
6014
|
+
platformNeedsShadow?: boolean;
|
|
5952
6015
|
productId?: string | string[];
|
|
5953
6016
|
product?: string | string[];
|
|
5954
6017
|
productVideo?: string | string[];
|
|
@@ -1076,7 +1076,7 @@ var groupKeys = {
|
|
|
1076
1076
|
group_bookCommon: "group_bookCommon",
|
|
1077
1077
|
group_learningPathCommon: "group_learningPathCommon",
|
|
1078
1078
|
group_advertisingCommon: "group_advertisingCommon",
|
|
1079
|
-
|
|
1079
|
+
group_platformStylesCommon: "group_platformStylesCommon",
|
|
1080
1080
|
group_quizCommon: "group_quizCommon",
|
|
1081
1081
|
group_resourceBitTags: "group_resourceBitTags",
|
|
1082
1082
|
group_resourceCommon: "group_resourceCommon",
|
|
@@ -1269,6 +1269,7 @@ var propertyKeys = {
|
|
|
1269
1269
|
// Deprecated, replaced by person
|
|
1270
1270
|
property_path: "@path",
|
|
1271
1271
|
property_platformBackgroundColor: "@platformBackgroundColor",
|
|
1272
|
+
property_platformBorderColor: "@platformBorderColor",
|
|
1272
1273
|
property_platformBrandTarget: "@platformBrandTarget",
|
|
1273
1274
|
property_platformButtonBackgroundColor: "@platformButtonBackgroundColor",
|
|
1274
1275
|
property_platformButtonPrimaryColor: "@platformButtonPrimaryColor",
|
|
@@ -1279,6 +1280,12 @@ var propertyKeys = {
|
|
|
1279
1280
|
property_platformScrollbarColor: "@platformScrollbarColor",
|
|
1280
1281
|
property_platformSecondaryColor: "@platformSecondaryColor",
|
|
1281
1282
|
property_platformSelectionColor: "@platformSelectionColor",
|
|
1283
|
+
property_platformSelectionTextColor: "@platformSelectionTextColor",
|
|
1284
|
+
property_platformBaseLayerColor: "@platformBaseLayerColor",
|
|
1285
|
+
property_platformMargin: "@platformMargin",
|
|
1286
|
+
property_platformBorderRadius: "@platformBorderRadius",
|
|
1287
|
+
property_platformSelectionBorderRadius: "@platformSelectionBorderRadius",
|
|
1288
|
+
property_platformNeedsShadow: "@platformNeedsShadow",
|
|
1282
1289
|
property_platformSeparatorColor: "@platformSeparatorColor",
|
|
1283
1290
|
property_platformTextSelectionColor: "@platformTextSelectionColor",
|
|
1284
1291
|
property_person: "@person",
|
|
@@ -3470,9 +3477,9 @@ var GROUPS = {
|
|
|
3470
3477
|
}
|
|
3471
3478
|
]
|
|
3472
3479
|
},
|
|
3473
|
-
[ConfigKey.
|
|
3480
|
+
[ConfigKey.group_platformStylesCommon]: {
|
|
3474
3481
|
type: GroupConfigType.standard,
|
|
3475
|
-
description: "Common platform
|
|
3482
|
+
description: "Common platform styles",
|
|
3476
3483
|
tags: [
|
|
3477
3484
|
{
|
|
3478
3485
|
key: ConfigKey.property_platformPrimaryColor,
|
|
@@ -3528,6 +3535,41 @@ var GROUPS = {
|
|
|
3528
3535
|
key: ConfigKey.property_platformMessageBackgroundColor,
|
|
3529
3536
|
description: "The platform section chat message background color",
|
|
3530
3537
|
format: TagFormat.plainText
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
key: ConfigKey.property_platformBorderColor,
|
|
3541
|
+
description: "The platform border color",
|
|
3542
|
+
format: TagFormat.plainText
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
key: ConfigKey.property_platformSelectionTextColor,
|
|
3546
|
+
description: "The platform selection text color",
|
|
3547
|
+
format: TagFormat.plainText
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
key: ConfigKey.property_platformBaseLayerColor,
|
|
3551
|
+
description: "The platform base layer color",
|
|
3552
|
+
format: TagFormat.plainText
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
key: ConfigKey.property_platformMargin,
|
|
3556
|
+
description: "The platform margin",
|
|
3557
|
+
format: TagFormat.plainText
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
key: ConfigKey.property_platformBorderRadius,
|
|
3561
|
+
description: "The platform border radius",
|
|
3562
|
+
format: TagFormat.plainText
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
key: ConfigKey.property_platformSelectionBorderRadius,
|
|
3566
|
+
description: "The platform selection border radius",
|
|
3567
|
+
format: TagFormat.plainText
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
key: ConfigKey.property_platformNeedsShadow,
|
|
3571
|
+
description: "If true, the platform needs shadow",
|
|
3572
|
+
format: TagFormat.boolean
|
|
3531
3573
|
}
|
|
3532
3574
|
]
|
|
3533
3575
|
},
|
|
@@ -8669,8 +8711,8 @@ var BITS = {
|
|
|
8669
8711
|
maxCount: 1
|
|
8670
8712
|
},
|
|
8671
8713
|
{
|
|
8672
|
-
key: ConfigKey.
|
|
8673
|
-
description: "Common platform
|
|
8714
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8715
|
+
description: "Common platform styles"
|
|
8674
8716
|
}
|
|
8675
8717
|
]
|
|
8676
8718
|
},
|
|
@@ -8680,8 +8722,8 @@ var BITS = {
|
|
|
8680
8722
|
description: "Platform main bit, used to define platform main properties",
|
|
8681
8723
|
tags: [
|
|
8682
8724
|
{
|
|
8683
|
-
key: ConfigKey.
|
|
8684
|
-
description: "Common platform
|
|
8725
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8726
|
+
description: "Common platform styles"
|
|
8685
8727
|
}
|
|
8686
8728
|
]
|
|
8687
8729
|
},
|
|
@@ -8691,8 +8733,8 @@ var BITS = {
|
|
|
8691
8733
|
description: "Platform main button bit, used to define platform main button properties",
|
|
8692
8734
|
tags: [
|
|
8693
8735
|
{
|
|
8694
|
-
key: ConfigKey.
|
|
8695
|
-
description: "Common platform
|
|
8736
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8737
|
+
description: "Common platform styles"
|
|
8696
8738
|
}
|
|
8697
8739
|
]
|
|
8698
8740
|
},
|
|
@@ -8702,8 +8744,8 @@ var BITS = {
|
|
|
8702
8744
|
description: "Platform main input bit, used to define platform main input properties",
|
|
8703
8745
|
tags: [
|
|
8704
8746
|
{
|
|
8705
|
-
key: ConfigKey.
|
|
8706
|
-
description: "Common platform
|
|
8747
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8748
|
+
description: "Common platform styles"
|
|
8707
8749
|
}
|
|
8708
8750
|
]
|
|
8709
8751
|
},
|
|
@@ -8713,8 +8755,8 @@ var BITS = {
|
|
|
8713
8755
|
description: "Platform section bit, used to define platform section properties",
|
|
8714
8756
|
tags: [
|
|
8715
8757
|
{
|
|
8716
|
-
key: ConfigKey.
|
|
8717
|
-
description: "Common platform
|
|
8758
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8759
|
+
description: "Common platform styles"
|
|
8718
8760
|
}
|
|
8719
8761
|
]
|
|
8720
8762
|
},
|
|
@@ -8724,8 +8766,8 @@ var BITS = {
|
|
|
8724
8766
|
description: "Platform section button bit, used to define platform section button properties",
|
|
8725
8767
|
tags: [
|
|
8726
8768
|
{
|
|
8727
|
-
key: ConfigKey.
|
|
8728
|
-
description: "Common platform
|
|
8769
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8770
|
+
description: "Common platform styles"
|
|
8729
8771
|
}
|
|
8730
8772
|
]
|
|
8731
8773
|
},
|
|
@@ -8735,8 +8777,8 @@ var BITS = {
|
|
|
8735
8777
|
description: "Platform section chat bit, used to define platform section chat properties",
|
|
8736
8778
|
tags: [
|
|
8737
8779
|
{
|
|
8738
|
-
key: ConfigKey.
|
|
8739
|
-
description: "Common platform
|
|
8780
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8781
|
+
description: "Common platform styles"
|
|
8740
8782
|
},
|
|
8741
8783
|
{
|
|
8742
8784
|
key: ConfigKey.resource_platformBackgroundImage,
|
|
@@ -8756,8 +8798,8 @@ var BITS = {
|
|
|
8756
8798
|
description: "Platform section header bit, used to define platform section header properties",
|
|
8757
8799
|
tags: [
|
|
8758
8800
|
{
|
|
8759
|
-
key: ConfigKey.
|
|
8760
|
-
description: "Common platform
|
|
8801
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8802
|
+
description: "Common platform styles"
|
|
8761
8803
|
}
|
|
8762
8804
|
]
|
|
8763
8805
|
},
|
|
@@ -8767,8 +8809,8 @@ var BITS = {
|
|
|
8767
8809
|
description: "Platform section input bit, used to define platform section input properties",
|
|
8768
8810
|
tags: [
|
|
8769
8811
|
{
|
|
8770
|
-
key: ConfigKey.
|
|
8771
|
-
description: "Common platform
|
|
8812
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8813
|
+
description: "Common platform styles"
|
|
8772
8814
|
}
|
|
8773
8815
|
]
|
|
8774
8816
|
},
|
|
@@ -8778,8 +8820,8 @@ var BITS = {
|
|
|
8778
8820
|
description: "Platform system icon bit, used to define platform system icon properties",
|
|
8779
8821
|
tags: [
|
|
8780
8822
|
{
|
|
8781
|
-
key: ConfigKey.
|
|
8782
|
-
description: "Common platform
|
|
8823
|
+
key: ConfigKey.group_platformStylesCommon,
|
|
8824
|
+
description: "Common platform styles"
|
|
8783
8825
|
}
|
|
8784
8826
|
]
|
|
8785
8827
|
},
|
|
@@ -10137,7 +10179,7 @@ var instance2 = new Config();
|
|
|
10137
10179
|
// src/generated/package_info.ts
|
|
10138
10180
|
var PACKAGE_INFO = {
|
|
10139
10181
|
"name": "@gmb/bitmark-parser-generator",
|
|
10140
|
-
"version": "4.
|
|
10182
|
+
"version": "4.18.0",
|
|
10141
10183
|
"author": "Get More Brain Ltd",
|
|
10142
10184
|
"license": "ISC",
|
|
10143
10185
|
"description": "A bitmark parser and generator using Peggy.js"
|
|
@@ -10893,6 +10935,20 @@ var NodeType = superenum20({
|
|
|
10893
10935
|
platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue",
|
|
10894
10936
|
platformBackgroundImage: "platformBackgroundImage",
|
|
10895
10937
|
platformBackgroundImageValue: "platformBackgroundImageValue",
|
|
10938
|
+
platformBorderColor: "platformBorderColor",
|
|
10939
|
+
platformBorderColorValue: "platformBorderColorValue",
|
|
10940
|
+
platformSelectionTextColor: "platformSelectionTextColor",
|
|
10941
|
+
platformSelectionTextColorValue: "platformSelectionTextColorValue",
|
|
10942
|
+
platformBaseLayerColor: "platformBaseLayerColor",
|
|
10943
|
+
platformBaseLayerColorValue: "platformBaseLayerColorValue",
|
|
10944
|
+
platformMargin: "platformMargin",
|
|
10945
|
+
platformMarginValue: "platformMarginValue",
|
|
10946
|
+
platformBorderRadius: "platformBorderRadius",
|
|
10947
|
+
platformBorderRadiusValue: "platformBorderRadiusValue",
|
|
10948
|
+
platformSelectionBorderRadius: "platformSelectionBorderRadius",
|
|
10949
|
+
platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue",
|
|
10950
|
+
platformNeedsShadow: "platformNeedsShadow",
|
|
10951
|
+
platformNeedsShadowValue: "platformNeedsShadowValue",
|
|
10896
10952
|
person: "person",
|
|
10897
10953
|
pointerLeft: "pointerLeft",
|
|
10898
10954
|
pointerLeftValue: "pointerLeftValue",
|
|
@@ -24430,6 +24486,48 @@ var Builder = class extends BaseBuilder {
|
|
|
24430
24486
|
options
|
|
24431
24487
|
),
|
|
24432
24488
|
platformBackgroundImage: this.toImageResource(context, data.platformBackgroundImage),
|
|
24489
|
+
platformBorderColor: this.toAstProperty(
|
|
24490
|
+
bitType,
|
|
24491
|
+
ConfigKey.property_platformBorderColor,
|
|
24492
|
+
data.platformBorderColor,
|
|
24493
|
+
options
|
|
24494
|
+
),
|
|
24495
|
+
platformSelectionTextColor: this.toAstProperty(
|
|
24496
|
+
bitType,
|
|
24497
|
+
ConfigKey.property_platformSelectionTextColor,
|
|
24498
|
+
data.platformSelectionTextColor,
|
|
24499
|
+
options
|
|
24500
|
+
),
|
|
24501
|
+
platformBaseLayerColor: this.toAstProperty(
|
|
24502
|
+
bitType,
|
|
24503
|
+
ConfigKey.property_platformBaseLayerColor,
|
|
24504
|
+
data.platformBaseLayerColor,
|
|
24505
|
+
options
|
|
24506
|
+
),
|
|
24507
|
+
platformMargin: this.toAstProperty(
|
|
24508
|
+
bitType,
|
|
24509
|
+
ConfigKey.property_platformMargin,
|
|
24510
|
+
data.platformMargin,
|
|
24511
|
+
options
|
|
24512
|
+
),
|
|
24513
|
+
platformBorderRadius: this.toAstProperty(
|
|
24514
|
+
bitType,
|
|
24515
|
+
ConfigKey.property_platformBorderRadius,
|
|
24516
|
+
data.platformBorderRadius,
|
|
24517
|
+
options
|
|
24518
|
+
),
|
|
24519
|
+
platformSelectionBorderRadius: this.toAstProperty(
|
|
24520
|
+
bitType,
|
|
24521
|
+
ConfigKey.property_platformSelectionBorderRadius,
|
|
24522
|
+
data.platformSelectionBorderRadius,
|
|
24523
|
+
options
|
|
24524
|
+
),
|
|
24525
|
+
platformNeedsShadow: this.toAstProperty(
|
|
24526
|
+
bitType,
|
|
24527
|
+
ConfigKey.property_platformNeedsShadow,
|
|
24528
|
+
data.platformNeedsShadow,
|
|
24529
|
+
options
|
|
24530
|
+
),
|
|
24433
24531
|
productId: this.toAstProperty(bitType, ConfigKey.property_productId, data.productId, options),
|
|
24434
24532
|
product: this.toAstProperty(bitType, ConfigKey.property_product, data.product, options),
|
|
24435
24533
|
// productList: this.toAstProperty(
|