@gmb/bitmark-parser-generator 4.17.0 → 4.19.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/index.d.cts CHANGED
@@ -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
- group_platformColorsCommon: "group_platformColorsCommon";
1294
+ group_platformStylesCommon: "group_platformStylesCommon";
1295
1295
  group_quizCommon: "group_quizCommon";
1296
1296
  group_resourceBitTags: "group_resourceBitTags";
1297
1297
  group_resourceCommon: "group_resourceCommon";
@@ -1487,6 +1487,10 @@ declare const ConfigKey: Readonly<{
1487
1487
  property_platformSelectionColor: "@platformSelectionColor";
1488
1488
  property_platformSelectionTextColor: "@platformSelectionTextColor";
1489
1489
  property_platformBaseLayerColor: "@platformBaseLayerColor";
1490
+ property_platformMargin: "@platformMargin";
1491
+ property_platformBorderRadius: "@platformBorderRadius";
1492
+ property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
1493
+ property_platformNeedsShadow: "@platformNeedsShadow";
1490
1494
  property_platformSeparatorColor: "@platformSeparatorColor";
1491
1495
  property_platformTextSelectionColor: "@platformTextSelectionColor";
1492
1496
  property_person: "@person";
@@ -1648,7 +1652,7 @@ declare const ConfigKey: Readonly<{
1648
1652
  group_bookCommon: "group_bookCommon";
1649
1653
  group_learningPathCommon: "group_learningPathCommon";
1650
1654
  group_advertisingCommon: "group_advertisingCommon";
1651
- group_platformColorsCommon: "group_platformColorsCommon";
1655
+ group_platformStylesCommon: "group_platformStylesCommon";
1652
1656
  group_quizCommon: "group_quizCommon";
1653
1657
  group_resourceBitTags: "group_resourceBitTags";
1654
1658
  group_resourceCommon: "group_resourceCommon";
@@ -1844,6 +1848,10 @@ declare const ConfigKey: Readonly<{
1844
1848
  property_platformSelectionColor: "@platformSelectionColor";
1845
1849
  property_platformSelectionTextColor: "@platformSelectionTextColor";
1846
1850
  property_platformBaseLayerColor: "@platformBaseLayerColor";
1851
+ property_platformMargin: "@platformMargin";
1852
+ property_platformBorderRadius: "@platformBorderRadius";
1853
+ property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
1854
+ property_platformNeedsShadow: "@platformNeedsShadow";
1847
1855
  property_platformSeparatorColor: "@platformSeparatorColor";
1848
1856
  property_platformTextSelectionColor: "@platformTextSelectionColor";
1849
1857
  property_person: "@person";
@@ -2875,6 +2883,10 @@ interface BitJson {
2875
2883
  platformBorderColor: string;
2876
2884
  platformSelectionTextColor: string;
2877
2885
  platformBaseLayerColor: string;
2886
+ platformMargin: number;
2887
+ platformBorderRadius: number;
2888
+ platformSelectionBorderRadius: number;
2889
+ platformNeedsShadow: boolean;
2878
2890
  productId: string | string[];
2879
2891
  product: string;
2880
2892
  productVideo: string;
@@ -3479,6 +3491,10 @@ interface Bit {
3479
3491
  platformBorderColor?: Property;
3480
3492
  platformSelectionTextColor?: Property;
3481
3493
  platformBaseLayerColor?: Property;
3494
+ platformMargin?: Property;
3495
+ platformBorderRadius?: Property;
3496
+ platformSelectionBorderRadius?: Property;
3497
+ platformNeedsShadow?: Property;
3482
3498
  productId?: Property;
3483
3499
  product?: Property;
3484
3500
  productList?: Property;
@@ -4002,6 +4018,14 @@ declare const NodeType: Readonly<{
4002
4018
  platformSelectionTextColorValue: "platformSelectionTextColorValue";
4003
4019
  platformBaseLayerColor: "platformBaseLayerColor";
4004
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";
4005
4029
  person: "person";
4006
4030
  pointerLeft: "pointerLeft";
4007
4031
  pointerLeftValue: "pointerLeftValue";
@@ -4666,6 +4690,14 @@ declare const NodeType: Readonly<{
4666
4690
  platformSelectionTextColorValue: "platformSelectionTextColorValue";
4667
4691
  platformBaseLayerColor: "platformBaseLayerColor";
4668
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";
4669
4701
  person: "person";
4670
4702
  pointerLeft: "pointerLeft";
4671
4703
  pointerLeftValue: "pointerLeftValue";
@@ -5976,6 +6008,10 @@ declare class Builder extends BaseBuilder {
5976
6008
  platformBorderColor?: string;
5977
6009
  platformSelectionTextColor?: string;
5978
6010
  platformBaseLayerColor?: string;
6011
+ platformMargin?: number;
6012
+ platformBorderRadius?: number;
6013
+ platformSelectionBorderRadius?: number;
6014
+ platformNeedsShadow?: boolean;
5979
6015
  productId?: string | string[];
5980
6016
  product?: string | string[];
5981
6017
  productVideo?: string | string[];
package/dist/index.d.ts CHANGED
@@ -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
- group_platformColorsCommon: "group_platformColorsCommon";
1294
+ group_platformStylesCommon: "group_platformStylesCommon";
1295
1295
  group_quizCommon: "group_quizCommon";
1296
1296
  group_resourceBitTags: "group_resourceBitTags";
1297
1297
  group_resourceCommon: "group_resourceCommon";
@@ -1487,6 +1487,10 @@ declare const ConfigKey: Readonly<{
1487
1487
  property_platformSelectionColor: "@platformSelectionColor";
1488
1488
  property_platformSelectionTextColor: "@platformSelectionTextColor";
1489
1489
  property_platformBaseLayerColor: "@platformBaseLayerColor";
1490
+ property_platformMargin: "@platformMargin";
1491
+ property_platformBorderRadius: "@platformBorderRadius";
1492
+ property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
1493
+ property_platformNeedsShadow: "@platformNeedsShadow";
1490
1494
  property_platformSeparatorColor: "@platformSeparatorColor";
1491
1495
  property_platformTextSelectionColor: "@platformTextSelectionColor";
1492
1496
  property_person: "@person";
@@ -1648,7 +1652,7 @@ declare const ConfigKey: Readonly<{
1648
1652
  group_bookCommon: "group_bookCommon";
1649
1653
  group_learningPathCommon: "group_learningPathCommon";
1650
1654
  group_advertisingCommon: "group_advertisingCommon";
1651
- group_platformColorsCommon: "group_platformColorsCommon";
1655
+ group_platformStylesCommon: "group_platformStylesCommon";
1652
1656
  group_quizCommon: "group_quizCommon";
1653
1657
  group_resourceBitTags: "group_resourceBitTags";
1654
1658
  group_resourceCommon: "group_resourceCommon";
@@ -1844,6 +1848,10 @@ declare const ConfigKey: Readonly<{
1844
1848
  property_platformSelectionColor: "@platformSelectionColor";
1845
1849
  property_platformSelectionTextColor: "@platformSelectionTextColor";
1846
1850
  property_platformBaseLayerColor: "@platformBaseLayerColor";
1851
+ property_platformMargin: "@platformMargin";
1852
+ property_platformBorderRadius: "@platformBorderRadius";
1853
+ property_platformSelectionBorderRadius: "@platformSelectionBorderRadius";
1854
+ property_platformNeedsShadow: "@platformNeedsShadow";
1847
1855
  property_platformSeparatorColor: "@platformSeparatorColor";
1848
1856
  property_platformTextSelectionColor: "@platformTextSelectionColor";
1849
1857
  property_person: "@person";
@@ -2875,6 +2883,10 @@ interface BitJson {
2875
2883
  platformBorderColor: string;
2876
2884
  platformSelectionTextColor: string;
2877
2885
  platformBaseLayerColor: string;
2886
+ platformMargin: number;
2887
+ platformBorderRadius: number;
2888
+ platformSelectionBorderRadius: number;
2889
+ platformNeedsShadow: boolean;
2878
2890
  productId: string | string[];
2879
2891
  product: string;
2880
2892
  productVideo: string;
@@ -3479,6 +3491,10 @@ interface Bit {
3479
3491
  platformBorderColor?: Property;
3480
3492
  platformSelectionTextColor?: Property;
3481
3493
  platformBaseLayerColor?: Property;
3494
+ platformMargin?: Property;
3495
+ platformBorderRadius?: Property;
3496
+ platformSelectionBorderRadius?: Property;
3497
+ platformNeedsShadow?: Property;
3482
3498
  productId?: Property;
3483
3499
  product?: Property;
3484
3500
  productList?: Property;
@@ -4002,6 +4018,14 @@ declare const NodeType: Readonly<{
4002
4018
  platformSelectionTextColorValue: "platformSelectionTextColorValue";
4003
4019
  platformBaseLayerColor: "platformBaseLayerColor";
4004
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";
4005
4029
  person: "person";
4006
4030
  pointerLeft: "pointerLeft";
4007
4031
  pointerLeftValue: "pointerLeftValue";
@@ -4666,6 +4690,14 @@ declare const NodeType: Readonly<{
4666
4690
  platformSelectionTextColorValue: "platformSelectionTextColorValue";
4667
4691
  platformBaseLayerColor: "platformBaseLayerColor";
4668
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";
4669
4701
  person: "person";
4670
4702
  pointerLeft: "pointerLeft";
4671
4703
  pointerLeftValue: "pointerLeftValue";
@@ -5976,6 +6008,10 @@ declare class Builder extends BaseBuilder {
5976
6008
  platformBorderColor?: string;
5977
6009
  platformSelectionTextColor?: string;
5978
6010
  platformBaseLayerColor?: string;
6011
+ platformMargin?: number;
6012
+ platformBorderRadius?: number;
6013
+ platformSelectionBorderRadius?: number;
6014
+ platformNeedsShadow?: boolean;
5979
6015
  productId?: string | string[];
5980
6016
  product?: string | string[];
5981
6017
  productVideo?: string | string[];
package/dist/index.js CHANGED
@@ -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
- group_platformColorsCommon: "group_platformColorsCommon",
1079
+ group_platformStylesCommon: "group_platformStylesCommon",
1080
1080
  group_quizCommon: "group_quizCommon",
1081
1081
  group_resourceBitTags: "group_resourceBitTags",
1082
1082
  group_resourceCommon: "group_resourceCommon",
@@ -1282,6 +1282,10 @@ var propertyKeys = {
1282
1282
  property_platformSelectionColor: "@platformSelectionColor",
1283
1283
  property_platformSelectionTextColor: "@platformSelectionTextColor",
1284
1284
  property_platformBaseLayerColor: "@platformBaseLayerColor",
1285
+ property_platformMargin: "@platformMargin",
1286
+ property_platformBorderRadius: "@platformBorderRadius",
1287
+ property_platformSelectionBorderRadius: "@platformSelectionBorderRadius",
1288
+ property_platformNeedsShadow: "@platformNeedsShadow",
1285
1289
  property_platformSeparatorColor: "@platformSeparatorColor",
1286
1290
  property_platformTextSelectionColor: "@platformTextSelectionColor",
1287
1291
  property_person: "@person",
@@ -3473,9 +3477,9 @@ var GROUPS = {
3473
3477
  }
3474
3478
  ]
3475
3479
  },
3476
- [ConfigKey.group_platformColorsCommon]: {
3480
+ [ConfigKey.group_platformStylesCommon]: {
3477
3481
  type: GroupConfigType.standard,
3478
- description: "Common platform colors",
3482
+ description: "Common platform styles",
3479
3483
  tags: [
3480
3484
  {
3481
3485
  key: ConfigKey.property_platformPrimaryColor,
@@ -3546,6 +3550,26 @@ var GROUPS = {
3546
3550
  key: ConfigKey.property_platformBaseLayerColor,
3547
3551
  description: "The platform base layer color",
3548
3552
  format: TagFormat.plainText
3553
+ },
3554
+ {
3555
+ key: ConfigKey.property_platformMargin,
3556
+ description: "The platform margin",
3557
+ format: TagFormat.number
3558
+ },
3559
+ {
3560
+ key: ConfigKey.property_platformBorderRadius,
3561
+ description: "The platform border radius",
3562
+ format: TagFormat.number
3563
+ },
3564
+ {
3565
+ key: ConfigKey.property_platformSelectionBorderRadius,
3566
+ description: "The platform selection border radius",
3567
+ format: TagFormat.number
3568
+ },
3569
+ {
3570
+ key: ConfigKey.property_platformNeedsShadow,
3571
+ description: "If true, the platform needs shadow",
3572
+ format: TagFormat.boolean
3549
3573
  }
3550
3574
  ]
3551
3575
  },
@@ -8655,6 +8679,10 @@ var BITS = {
8655
8679
  }
8656
8680
  ],
8657
8681
  maxCount: 1
8682
+ },
8683
+ {
8684
+ key: ConfigKey.group_platformStylesCommon,
8685
+ description: "Common platform styles"
8658
8686
  }
8659
8687
  ]
8660
8688
  },
@@ -8687,8 +8715,8 @@ var BITS = {
8687
8715
  maxCount: 1
8688
8716
  },
8689
8717
  {
8690
- key: ConfigKey.group_platformColorsCommon,
8691
- description: "Common platform colors"
8718
+ key: ConfigKey.group_platformStylesCommon,
8719
+ description: "Common platform styles"
8692
8720
  }
8693
8721
  ]
8694
8722
  },
@@ -8698,8 +8726,8 @@ var BITS = {
8698
8726
  description: "Platform main bit, used to define platform main properties",
8699
8727
  tags: [
8700
8728
  {
8701
- key: ConfigKey.group_platformColorsCommon,
8702
- description: "Common platform colors"
8729
+ key: ConfigKey.group_platformStylesCommon,
8730
+ description: "Common platform styles"
8703
8731
  }
8704
8732
  ]
8705
8733
  },
@@ -8709,8 +8737,8 @@ var BITS = {
8709
8737
  description: "Platform main button bit, used to define platform main button properties",
8710
8738
  tags: [
8711
8739
  {
8712
- key: ConfigKey.group_platformColorsCommon,
8713
- description: "Common platform colors"
8740
+ key: ConfigKey.group_platformStylesCommon,
8741
+ description: "Common platform styles"
8714
8742
  }
8715
8743
  ]
8716
8744
  },
@@ -8720,8 +8748,8 @@ var BITS = {
8720
8748
  description: "Platform main input bit, used to define platform main input properties",
8721
8749
  tags: [
8722
8750
  {
8723
- key: ConfigKey.group_platformColorsCommon,
8724
- description: "Common platform colors"
8751
+ key: ConfigKey.group_platformStylesCommon,
8752
+ description: "Common platform styles"
8725
8753
  }
8726
8754
  ]
8727
8755
  },
@@ -8731,8 +8759,8 @@ var BITS = {
8731
8759
  description: "Platform section bit, used to define platform section properties",
8732
8760
  tags: [
8733
8761
  {
8734
- key: ConfigKey.group_platformColorsCommon,
8735
- description: "Common platform colors"
8762
+ key: ConfigKey.group_platformStylesCommon,
8763
+ description: "Common platform styles"
8736
8764
  }
8737
8765
  ]
8738
8766
  },
@@ -8742,8 +8770,8 @@ var BITS = {
8742
8770
  description: "Platform section button bit, used to define platform section button properties",
8743
8771
  tags: [
8744
8772
  {
8745
- key: ConfigKey.group_platformColorsCommon,
8746
- description: "Common platform colors"
8773
+ key: ConfigKey.group_platformStylesCommon,
8774
+ description: "Common platform styles"
8747
8775
  }
8748
8776
  ]
8749
8777
  },
@@ -8753,8 +8781,8 @@ var BITS = {
8753
8781
  description: "Platform section chat bit, used to define platform section chat properties",
8754
8782
  tags: [
8755
8783
  {
8756
- key: ConfigKey.group_platformColorsCommon,
8757
- description: "Common platform colors"
8784
+ key: ConfigKey.group_platformStylesCommon,
8785
+ description: "Common platform styles"
8758
8786
  },
8759
8787
  {
8760
8788
  key: ConfigKey.resource_platformBackgroundImage,
@@ -8774,8 +8802,8 @@ var BITS = {
8774
8802
  description: "Platform section header bit, used to define platform section header properties",
8775
8803
  tags: [
8776
8804
  {
8777
- key: ConfigKey.group_platformColorsCommon,
8778
- description: "Common platform colors"
8805
+ key: ConfigKey.group_platformStylesCommon,
8806
+ description: "Common platform styles"
8779
8807
  }
8780
8808
  ]
8781
8809
  },
@@ -8785,8 +8813,8 @@ var BITS = {
8785
8813
  description: "Platform section input bit, used to define platform section input properties",
8786
8814
  tags: [
8787
8815
  {
8788
- key: ConfigKey.group_platformColorsCommon,
8789
- description: "Common platform colors"
8816
+ key: ConfigKey.group_platformStylesCommon,
8817
+ description: "Common platform styles"
8790
8818
  }
8791
8819
  ]
8792
8820
  },
@@ -8796,8 +8824,8 @@ var BITS = {
8796
8824
  description: "Platform system icon bit, used to define platform system icon properties",
8797
8825
  tags: [
8798
8826
  {
8799
- key: ConfigKey.group_platformColorsCommon,
8800
- description: "Common platform colors"
8827
+ key: ConfigKey.group_platformStylesCommon,
8828
+ description: "Common platform styles"
8801
8829
  }
8802
8830
  ]
8803
8831
  },
@@ -9115,6 +9143,7 @@ var BITS = {
9115
9143
  key: ConfigKey.property_tableHeaderWhitespaceNoWrap,
9116
9144
  description: "No wrap for table header whitespace, used to prevent header text wrapping",
9117
9145
  format: TagFormat.boolean
9146
+ // defaultValue: 'false',
9118
9147
  },
9119
9148
  {
9120
9149
  key: ConfigKey.property_tableSearch,
@@ -9147,7 +9176,7 @@ var BITS = {
9147
9176
  key: ConfigKey.property_tableWhitespaceNoWrap,
9148
9177
  description: "No wrap for table whitespace, used to prevent text wrapping in table cells",
9149
9178
  format: TagFormat.boolean
9150
- // defaultValue: 'true',
9179
+ // defaultValue: 'false',
9151
9180
  },
9152
9181
  {
9153
9182
  key: ConfigKey.property_tableAutoWidth,
@@ -10155,7 +10184,7 @@ var instance2 = new Config();
10155
10184
  // src/generated/package_info.ts
10156
10185
  var PACKAGE_INFO = {
10157
10186
  "name": "@gmb/bitmark-parser-generator",
10158
- "version": "4.17.0",
10187
+ "version": "4.19.0",
10159
10188
  "author": "Get More Brain Ltd",
10160
10189
  "license": "ISC",
10161
10190
  "description": "A bitmark parser and generator using Peggy.js"
@@ -10917,6 +10946,14 @@ var NodeType = superenum20({
10917
10946
  platformSelectionTextColorValue: "platformSelectionTextColorValue",
10918
10947
  platformBaseLayerColor: "platformBaseLayerColor",
10919
10948
  platformBaseLayerColorValue: "platformBaseLayerColorValue",
10949
+ platformMargin: "platformMargin",
10950
+ platformMarginValue: "platformMarginValue",
10951
+ platformBorderRadius: "platformBorderRadius",
10952
+ platformBorderRadiusValue: "platformBorderRadiusValue",
10953
+ platformSelectionBorderRadius: "platformSelectionBorderRadius",
10954
+ platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue",
10955
+ platformNeedsShadow: "platformNeedsShadow",
10956
+ platformNeedsShadowValue: "platformNeedsShadowValue",
10920
10957
  person: "person",
10921
10958
  pointerLeft: "pointerLeft",
10922
10959
  pointerLeftValue: "pointerLeftValue",
@@ -24472,6 +24509,30 @@ var Builder = class extends BaseBuilder {
24472
24509
  data.platformBaseLayerColor,
24473
24510
  options
24474
24511
  ),
24512
+ platformMargin: this.toAstProperty(
24513
+ bitType,
24514
+ ConfigKey.property_platformMargin,
24515
+ data.platformMargin,
24516
+ options
24517
+ ),
24518
+ platformBorderRadius: this.toAstProperty(
24519
+ bitType,
24520
+ ConfigKey.property_platformBorderRadius,
24521
+ data.platformBorderRadius,
24522
+ options
24523
+ ),
24524
+ platformSelectionBorderRadius: this.toAstProperty(
24525
+ bitType,
24526
+ ConfigKey.property_platformSelectionBorderRadius,
24527
+ data.platformSelectionBorderRadius,
24528
+ options
24529
+ ),
24530
+ platformNeedsShadow: this.toAstProperty(
24531
+ bitType,
24532
+ ConfigKey.property_platformNeedsShadow,
24533
+ data.platformNeedsShadow,
24534
+ options
24535
+ ),
24475
24536
  productId: this.toAstProperty(bitType, ConfigKey.property_productId, data.productId, options),
24476
24537
  product: this.toAstProperty(bitType, ConfigKey.property_product, data.product, options),
24477
24538
  // productList: this.toAstProperty(
@@ -29973,7 +30034,9 @@ var JsonGenerator = class extends AstWalkerGenerator {
29973
30034
  }
29974
30035
  if (instance2.isOfBitType(bitType, BitType.table)) {
29975
30036
  if (bitJson.tableFixedHeader == null) bitJson.tableFixedHeader = false;
29976
- if (bitJson.tableHeaderWhitespaceNoWrap == null) bitJson.tableHeaderWhitespaceNoWrap = true;
30037
+ if (bitJson.tableHeaderWhitespaceNoWrap == null) {
30038
+ bitJson.tableHeaderWhitespaceNoWrap = false;
30039
+ }
29977
30040
  if (bitJson.tableSearch == null) bitJson.tableSearch = false;
29978
30041
  if (bitJson.tableSort == null) bitJson.tableSort = false;
29979
30042
  if (bitJson.tablePagination == null) bitJson.tablePagination = false;