@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.126 → 2.0.0-next.128

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.
Files changed (35) hide show
  1. package/bundle/openbridge-webcomponents.bundle.js +75 -15
  2. package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
  3. package/custom-elements.json +835 -545
  4. package/dist/automation/analog-valve/analog-valve.d.ts.map +1 -1
  5. package/dist/automation/analog-valve/analog-valve.js +3 -0
  6. package/dist/automation/analog-valve/analog-valve.js.map +1 -1
  7. package/dist/automation/automation-button/abstract-automation-button-motorized.d.ts.map +1 -1
  8. package/dist/automation/automation-button/abstract-automation-button-motorized.js +3 -0
  9. package/dist/automation/automation-button/abstract-automation-button-motorized.js.map +1 -1
  10. package/dist/automation/automation-button/abstract-automation-button-squared.d.ts.map +1 -1
  11. package/dist/automation/automation-button/abstract-automation-button-squared.js +3 -0
  12. package/dist/automation/automation-button/abstract-automation-button-squared.js.map +1 -1
  13. package/dist/automation/automation-button/abstract-automation-button.d.ts +4 -1
  14. package/dist/automation/automation-button/abstract-automation-button.d.ts.map +1 -1
  15. package/dist/automation/automation-button/abstract-automation-button.js +8 -4
  16. package/dist/automation/automation-button/abstract-automation-button.js.map +1 -1
  17. package/dist/automation/digital-valve/digital-valve.d.ts.map +1 -1
  18. package/dist/automation/digital-valve/digital-valve.js +3 -0
  19. package/dist/automation/digital-valve/digital-valve.js.map +1 -1
  20. package/dist/building-blocks/chart-line/chart-line-base.d.ts +10 -2
  21. package/dist/building-blocks/chart-line/chart-line-base.d.ts.map +1 -1
  22. package/dist/building-blocks/chart-line/chart-line-base.js +27 -8
  23. package/dist/building-blocks/chart-line/chart-line-base.js.map +1 -1
  24. package/dist/charthelpers/chart-common.css.js +28 -3
  25. package/dist/charthelpers/chart-common.css.js.map +1 -1
  26. package/package.json +6 -6
  27. package/src/automation/analog-valve/analog-valve.ts +3 -0
  28. package/src/automation/automation-button/abstract-automation-button-motorized.ts +3 -0
  29. package/src/automation/automation-button/abstract-automation-button-squared.ts +3 -0
  30. package/src/automation/automation-button/abstract-automation-button.ts +6 -1
  31. package/src/automation/digital-valve/digital-valve.ts +4 -0
  32. package/src/automation/motor/motor.stories.ts +13 -0
  33. package/src/building-blocks/chart-line/chart-line-base.ts +52 -10
  34. package/src/building-blocks/chart-line/chart-sizing-battleground.stories.ts +599 -0
  35. package/src/charthelpers/chart-common.css +27 -3
@@ -12061,6 +12061,18 @@
12061
12061
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12062
12062
  }
12063
12063
  },
12064
+ {
12065
+ "kind": "field",
12066
+ "name": "showStatus",
12067
+ "type": {
12068
+ "text": "boolean"
12069
+ },
12070
+ "default": "true",
12071
+ "inheritedFrom": {
12072
+ "name": "ObcAbstractAutomationButton",
12073
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
12074
+ }
12075
+ },
12064
12076
  {
12065
12077
  "kind": "field",
12066
12078
  "name": "readoutSize",
@@ -12073,6 +12085,19 @@
12073
12085
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12074
12086
  }
12075
12087
  },
12088
+ {
12089
+ "kind": "field",
12090
+ "name": "tag",
12091
+ "type": {
12092
+ "text": "string | null"
12093
+ },
12094
+ "default": "null",
12095
+ "attribute": "tag",
12096
+ "inheritedFrom": {
12097
+ "name": "ObcAbstractAutomationButton",
12098
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
12099
+ }
12100
+ },
12076
12101
  {
12077
12102
  "kind": "field",
12078
12103
  "name": "positioning",
@@ -12224,19 +12249,6 @@
12224
12249
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12225
12250
  }
12226
12251
  },
12227
- {
12228
- "kind": "field",
12229
- "name": "tag",
12230
- "type": {
12231
- "text": "string | null"
12232
- },
12233
- "default": "null",
12234
- "attribute": "tag",
12235
- "inheritedFrom": {
12236
- "name": "ObcAbstractAutomationButton",
12237
- "module": "src/automation/automation-button/abstract-automation-button.ts"
12238
- }
12239
- },
12240
12252
  {
12241
12253
  "kind": "field",
12242
12254
  "name": "badgeControl",
@@ -12506,6 +12518,18 @@
12506
12518
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12507
12519
  }
12508
12520
  },
12521
+ {
12522
+ "name": "tag",
12523
+ "type": {
12524
+ "text": "string | null"
12525
+ },
12526
+ "default": "null",
12527
+ "fieldName": "tag",
12528
+ "inheritedFrom": {
12529
+ "name": "ObcAbstractAutomationButton",
12530
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
12531
+ }
12532
+ },
12509
12533
  {
12510
12534
  "name": "positioning",
12511
12535
  "type": {
@@ -12634,18 +12658,6 @@
12634
12658
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12635
12659
  }
12636
12660
  },
12637
- {
12638
- "name": "tag",
12639
- "type": {
12640
- "text": "string | null"
12641
- },
12642
- "default": "null",
12643
- "fieldName": "tag",
12644
- "inheritedFrom": {
12645
- "name": "ObcAbstractAutomationButton",
12646
- "module": "src/automation/automation-button/abstract-automation-button.ts"
12647
- }
12648
- },
12649
12661
  {
12650
12662
  "name": "badgeControl",
12651
12663
  "type": {
@@ -12972,6 +12984,18 @@
12972
12984
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12973
12985
  }
12974
12986
  },
12987
+ {
12988
+ "kind": "field",
12989
+ "name": "showStatus",
12990
+ "type": {
12991
+ "text": "boolean"
12992
+ },
12993
+ "default": "true",
12994
+ "inheritedFrom": {
12995
+ "name": "ObcAbstractAutomationButton",
12996
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
12997
+ }
12998
+ },
12975
12999
  {
12976
13000
  "kind": "field",
12977
13001
  "name": "readoutSize",
@@ -12984,6 +13008,19 @@
12984
13008
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12985
13009
  }
12986
13010
  },
13011
+ {
13012
+ "kind": "field",
13013
+ "name": "tag",
13014
+ "type": {
13015
+ "text": "string | null"
13016
+ },
13017
+ "default": "null",
13018
+ "attribute": "tag",
13019
+ "inheritedFrom": {
13020
+ "name": "ObcAbstractAutomationButton",
13021
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
13022
+ }
13023
+ },
12987
13024
  {
12988
13025
  "kind": "field",
12989
13026
  "name": "positioning",
@@ -13135,19 +13172,6 @@
13135
13172
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13136
13173
  }
13137
13174
  },
13138
- {
13139
- "kind": "field",
13140
- "name": "tag",
13141
- "type": {
13142
- "text": "string | null"
13143
- },
13144
- "default": "null",
13145
- "attribute": "tag",
13146
- "inheritedFrom": {
13147
- "name": "ObcAbstractAutomationButton",
13148
- "module": "src/automation/automation-button/abstract-automation-button.ts"
13149
- }
13150
- },
13151
13175
  {
13152
13176
  "kind": "field",
13153
13177
  "name": "badgeControl",
@@ -13452,6 +13476,18 @@
13452
13476
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13453
13477
  }
13454
13478
  },
13479
+ {
13480
+ "name": "tag",
13481
+ "type": {
13482
+ "text": "string | null"
13483
+ },
13484
+ "default": "null",
13485
+ "fieldName": "tag",
13486
+ "inheritedFrom": {
13487
+ "name": "ObcAbstractAutomationButton",
13488
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
13489
+ }
13490
+ },
13455
13491
  {
13456
13492
  "name": "positioning",
13457
13493
  "type": {
@@ -13580,18 +13616,6 @@
13580
13616
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13581
13617
  }
13582
13618
  },
13583
- {
13584
- "name": "tag",
13585
- "type": {
13586
- "text": "string | null"
13587
- },
13588
- "default": "null",
13589
- "fieldName": "tag",
13590
- "inheritedFrom": {
13591
- "name": "ObcAbstractAutomationButton",
13592
- "module": "src/automation/automation-button/abstract-automation-button.ts"
13593
- }
13594
- },
13595
13619
  {
13596
13620
  "name": "badgeControl",
13597
13621
  "type": {
@@ -13748,6 +13772,18 @@
13748
13772
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13749
13773
  }
13750
13774
  },
13775
+ {
13776
+ "kind": "field",
13777
+ "name": "showStatus",
13778
+ "type": {
13779
+ "text": "boolean"
13780
+ },
13781
+ "default": "true",
13782
+ "inheritedFrom": {
13783
+ "name": "ObcAbstractAutomationButton",
13784
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
13785
+ }
13786
+ },
13751
13787
  {
13752
13788
  "kind": "field",
13753
13789
  "name": "readoutSize",
@@ -13760,6 +13796,19 @@
13760
13796
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13761
13797
  }
13762
13798
  },
13799
+ {
13800
+ "kind": "field",
13801
+ "name": "tag",
13802
+ "type": {
13803
+ "text": "string | null"
13804
+ },
13805
+ "default": "null",
13806
+ "attribute": "tag",
13807
+ "inheritedFrom": {
13808
+ "name": "ObcAbstractAutomationButton",
13809
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
13810
+ }
13811
+ },
13763
13812
  {
13764
13813
  "kind": "field",
13765
13814
  "name": "positioning",
@@ -13911,19 +13960,6 @@
13911
13960
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13912
13961
  }
13913
13962
  },
13914
- {
13915
- "kind": "field",
13916
- "name": "tag",
13917
- "type": {
13918
- "text": "string | null"
13919
- },
13920
- "default": "null",
13921
- "attribute": "tag",
13922
- "inheritedFrom": {
13923
- "name": "ObcAbstractAutomationButton",
13924
- "module": "src/automation/automation-button/abstract-automation-button.ts"
13925
- }
13926
- },
13927
13963
  {
13928
13964
  "kind": "field",
13929
13965
  "name": "badgeControl",
@@ -14177,6 +14213,18 @@
14177
14213
  "module": "src/automation/automation-button/abstract-automation-button.ts"
14178
14214
  }
14179
14215
  },
14216
+ {
14217
+ "name": "tag",
14218
+ "type": {
14219
+ "text": "string | null"
14220
+ },
14221
+ "default": "null",
14222
+ "fieldName": "tag",
14223
+ "inheritedFrom": {
14224
+ "name": "ObcAbstractAutomationButton",
14225
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
14226
+ }
14227
+ },
14180
14228
  {
14181
14229
  "name": "positioning",
14182
14230
  "type": {
@@ -14305,18 +14353,6 @@
14305
14353
  "module": "src/automation/automation-button/abstract-automation-button.ts"
14306
14354
  }
14307
14355
  },
14308
- {
14309
- "name": "tag",
14310
- "type": {
14311
- "text": "string | null"
14312
- },
14313
- "default": "null",
14314
- "fieldName": "tag",
14315
- "inheritedFrom": {
14316
- "name": "ObcAbstractAutomationButton",
14317
- "module": "src/automation/automation-button/abstract-automation-button.ts"
14318
- }
14319
- },
14320
14356
  {
14321
14357
  "name": "badgeControl",
14322
14358
  "type": {
@@ -14404,6 +14440,14 @@
14404
14440
  },
14405
14441
  "attribute": "readoutPosition"
14406
14442
  },
14443
+ {
14444
+ "kind": "field",
14445
+ "name": "showStatus",
14446
+ "type": {
14447
+ "text": "boolean"
14448
+ },
14449
+ "default": "true"
14450
+ },
14407
14451
  {
14408
14452
  "kind": "field",
14409
14453
  "name": "readoutSize",
@@ -14412,6 +14456,15 @@
14412
14456
  },
14413
14457
  "attribute": "readoutSize"
14414
14458
  },
14459
+ {
14460
+ "kind": "field",
14461
+ "name": "tag",
14462
+ "type": {
14463
+ "text": "string | null"
14464
+ },
14465
+ "default": "null",
14466
+ "attribute": "tag"
14467
+ },
14415
14468
  {
14416
14469
  "kind": "field",
14417
14470
  "name": "positioning",
@@ -14515,15 +14568,6 @@
14515
14568
  "default": "0",
14516
14569
  "attribute": "progressValue"
14517
14570
  },
14518
- {
14519
- "kind": "field",
14520
- "name": "tag",
14521
- "type": {
14522
- "text": "string | null"
14523
- },
14524
- "default": "null",
14525
- "attribute": "tag"
14526
- },
14527
14571
  {
14528
14572
  "kind": "field",
14529
14573
  "name": "badgeControl",
@@ -14703,6 +14747,14 @@
14703
14747
  },
14704
14748
  "fieldName": "readoutSize"
14705
14749
  },
14750
+ {
14751
+ "name": "tag",
14752
+ "type": {
14753
+ "text": "string | null"
14754
+ },
14755
+ "default": "null",
14756
+ "fieldName": "tag"
14757
+ },
14706
14758
  {
14707
14759
  "name": "positioning",
14708
14760
  "type": {
@@ -14787,14 +14839,6 @@
14787
14839
  "default": "0",
14788
14840
  "fieldName": "progressValue"
14789
14841
  },
14790
- {
14791
- "name": "tag",
14792
- "type": {
14793
- "text": "string | null"
14794
- },
14795
- "default": "null",
14796
- "fieldName": "tag"
14797
- },
14798
14842
  {
14799
14843
  "name": "badgeControl",
14800
14844
  "type": {
@@ -16751,6 +16795,18 @@
16751
16795
  "module": "src/automation/automation-button/abstract-automation-button.ts"
16752
16796
  }
16753
16797
  },
16798
+ {
16799
+ "kind": "field",
16800
+ "name": "showStatus",
16801
+ "type": {
16802
+ "text": "boolean"
16803
+ },
16804
+ "default": "true",
16805
+ "inheritedFrom": {
16806
+ "name": "ObcAbstractAutomationButton",
16807
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
16808
+ }
16809
+ },
16754
16810
  {
16755
16811
  "kind": "field",
16756
16812
  "name": "readoutSize",
@@ -16763,6 +16819,19 @@
16763
16819
  "module": "src/automation/automation-button/abstract-automation-button.ts"
16764
16820
  }
16765
16821
  },
16822
+ {
16823
+ "kind": "field",
16824
+ "name": "tag",
16825
+ "type": {
16826
+ "text": "string | null"
16827
+ },
16828
+ "default": "null",
16829
+ "attribute": "tag",
16830
+ "inheritedFrom": {
16831
+ "name": "ObcAbstractAutomationButton",
16832
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
16833
+ }
16834
+ },
16766
16835
  {
16767
16836
  "kind": "field",
16768
16837
  "name": "positioning",
@@ -16914,19 +16983,6 @@
16914
16983
  "module": "src/automation/automation-button/abstract-automation-button.ts"
16915
16984
  }
16916
16985
  },
16917
- {
16918
- "kind": "field",
16919
- "name": "tag",
16920
- "type": {
16921
- "text": "string | null"
16922
- },
16923
- "default": "null",
16924
- "attribute": "tag",
16925
- "inheritedFrom": {
16926
- "name": "ObcAbstractAutomationButton",
16927
- "module": "src/automation/automation-button/abstract-automation-button.ts"
16928
- }
16929
- },
16930
16986
  {
16931
16987
  "kind": "field",
16932
16988
  "name": "badgeControl",
@@ -17187,6 +17243,18 @@
17187
17243
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17188
17244
  }
17189
17245
  },
17246
+ {
17247
+ "name": "tag",
17248
+ "type": {
17249
+ "text": "string | null"
17250
+ },
17251
+ "default": "null",
17252
+ "fieldName": "tag",
17253
+ "inheritedFrom": {
17254
+ "name": "ObcAbstractAutomationButton",
17255
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
17256
+ }
17257
+ },
17190
17258
  {
17191
17259
  "name": "positioning",
17192
17260
  "type": {
@@ -17315,18 +17383,6 @@
17315
17383
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17316
17384
  }
17317
17385
  },
17318
- {
17319
- "name": "tag",
17320
- "type": {
17321
- "text": "string | null"
17322
- },
17323
- "default": "null",
17324
- "fieldName": "tag",
17325
- "inheritedFrom": {
17326
- "name": "ObcAbstractAutomationButton",
17327
- "module": "src/automation/automation-button/abstract-automation-button.ts"
17328
- }
17329
- },
17330
17386
  {
17331
17387
  "name": "badgeControl",
17332
17388
  "type": {
@@ -17656,6 +17712,18 @@
17656
17712
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17657
17713
  }
17658
17714
  },
17715
+ {
17716
+ "kind": "field",
17717
+ "name": "showStatus",
17718
+ "type": {
17719
+ "text": "boolean"
17720
+ },
17721
+ "default": "true",
17722
+ "inheritedFrom": {
17723
+ "name": "ObcAbstractAutomationButton",
17724
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
17725
+ }
17726
+ },
17659
17727
  {
17660
17728
  "kind": "field",
17661
17729
  "name": "readoutSize",
@@ -17668,6 +17736,19 @@
17668
17736
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17669
17737
  }
17670
17738
  },
17739
+ {
17740
+ "kind": "field",
17741
+ "name": "tag",
17742
+ "type": {
17743
+ "text": "string | null"
17744
+ },
17745
+ "default": "null",
17746
+ "attribute": "tag",
17747
+ "inheritedFrom": {
17748
+ "name": "ObcAbstractAutomationButton",
17749
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
17750
+ }
17751
+ },
17671
17752
  {
17672
17753
  "kind": "field",
17673
17754
  "name": "positioning",
@@ -17819,19 +17900,6 @@
17819
17900
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17820
17901
  }
17821
17902
  },
17822
- {
17823
- "kind": "field",
17824
- "name": "tag",
17825
- "type": {
17826
- "text": "string | null"
17827
- },
17828
- "default": "null",
17829
- "attribute": "tag",
17830
- "inheritedFrom": {
17831
- "name": "ObcAbstractAutomationButton",
17832
- "module": "src/automation/automation-button/abstract-automation-button.ts"
17833
- }
17834
- },
17835
17903
  {
17836
17904
  "kind": "field",
17837
17905
  "name": "badgeControl",
@@ -18092,6 +18160,18 @@
18092
18160
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18093
18161
  }
18094
18162
  },
18163
+ {
18164
+ "name": "tag",
18165
+ "type": {
18166
+ "text": "string | null"
18167
+ },
18168
+ "default": "null",
18169
+ "fieldName": "tag",
18170
+ "inheritedFrom": {
18171
+ "name": "ObcAbstractAutomationButton",
18172
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
18173
+ }
18174
+ },
18095
18175
  {
18096
18176
  "name": "positioning",
18097
18177
  "type": {
@@ -18220,18 +18300,6 @@
18220
18300
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18221
18301
  }
18222
18302
  },
18223
- {
18224
- "name": "tag",
18225
- "type": {
18226
- "text": "string | null"
18227
- },
18228
- "default": "null",
18229
- "fieldName": "tag",
18230
- "inheritedFrom": {
18231
- "name": "ObcAbstractAutomationButton",
18232
- "module": "src/automation/automation-button/abstract-automation-button.ts"
18233
- }
18234
- },
18235
18303
  {
18236
18304
  "name": "badgeControl",
18237
18305
  "type": {
@@ -18430,6 +18498,18 @@
18430
18498
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18431
18499
  }
18432
18500
  },
18501
+ {
18502
+ "kind": "field",
18503
+ "name": "showStatus",
18504
+ "type": {
18505
+ "text": "boolean"
18506
+ },
18507
+ "default": "true",
18508
+ "inheritedFrom": {
18509
+ "name": "ObcAbstractAutomationButton",
18510
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
18511
+ }
18512
+ },
18433
18513
  {
18434
18514
  "kind": "field",
18435
18515
  "name": "readoutSize",
@@ -18442,6 +18522,19 @@
18442
18522
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18443
18523
  }
18444
18524
  },
18525
+ {
18526
+ "kind": "field",
18527
+ "name": "tag",
18528
+ "type": {
18529
+ "text": "string | null"
18530
+ },
18531
+ "default": "null",
18532
+ "attribute": "tag",
18533
+ "inheritedFrom": {
18534
+ "name": "ObcAbstractAutomationButton",
18535
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
18536
+ }
18537
+ },
18445
18538
  {
18446
18539
  "kind": "field",
18447
18540
  "name": "positioning",
@@ -18593,19 +18686,6 @@
18593
18686
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18594
18687
  }
18595
18688
  },
18596
- {
18597
- "kind": "field",
18598
- "name": "tag",
18599
- "type": {
18600
- "text": "string | null"
18601
- },
18602
- "default": "null",
18603
- "attribute": "tag",
18604
- "inheritedFrom": {
18605
- "name": "ObcAbstractAutomationButton",
18606
- "module": "src/automation/automation-button/abstract-automation-button.ts"
18607
- }
18608
- },
18609
18689
  {
18610
18690
  "kind": "field",
18611
18691
  "name": "badgeControl",
@@ -18866,6 +18946,18 @@
18866
18946
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18867
18947
  }
18868
18948
  },
18949
+ {
18950
+ "name": "tag",
18951
+ "type": {
18952
+ "text": "string | null"
18953
+ },
18954
+ "default": "null",
18955
+ "fieldName": "tag",
18956
+ "inheritedFrom": {
18957
+ "name": "ObcAbstractAutomationButton",
18958
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
18959
+ }
18960
+ },
18869
18961
  {
18870
18962
  "name": "positioning",
18871
18963
  "type": {
@@ -18994,18 +19086,6 @@
18994
19086
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18995
19087
  }
18996
19088
  },
18997
- {
18998
- "name": "tag",
18999
- "type": {
19000
- "text": "string | null"
19001
- },
19002
- "default": "null",
19003
- "fieldName": "tag",
19004
- "inheritedFrom": {
19005
- "name": "ObcAbstractAutomationButton",
19006
- "module": "src/automation/automation-button/abstract-automation-button.ts"
19007
- }
19008
- },
19009
19089
  {
19010
19090
  "name": "badgeControl",
19011
19091
  "type": {
@@ -19281,6 +19361,18 @@
19281
19361
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19282
19362
  }
19283
19363
  },
19364
+ {
19365
+ "kind": "field",
19366
+ "name": "showStatus",
19367
+ "type": {
19368
+ "text": "boolean"
19369
+ },
19370
+ "default": "true",
19371
+ "inheritedFrom": {
19372
+ "name": "ObcAbstractAutomationButton",
19373
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
19374
+ }
19375
+ },
19284
19376
  {
19285
19377
  "kind": "field",
19286
19378
  "name": "readoutSize",
@@ -19293,6 +19385,19 @@
19293
19385
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19294
19386
  }
19295
19387
  },
19388
+ {
19389
+ "kind": "field",
19390
+ "name": "tag",
19391
+ "type": {
19392
+ "text": "string | null"
19393
+ },
19394
+ "default": "null",
19395
+ "attribute": "tag",
19396
+ "inheritedFrom": {
19397
+ "name": "ObcAbstractAutomationButton",
19398
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
19399
+ }
19400
+ },
19296
19401
  {
19297
19402
  "kind": "field",
19298
19403
  "name": "positioning",
@@ -19444,19 +19549,6 @@
19444
19549
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19445
19550
  }
19446
19551
  },
19447
- {
19448
- "kind": "field",
19449
- "name": "tag",
19450
- "type": {
19451
- "text": "string | null"
19452
- },
19453
- "default": "null",
19454
- "attribute": "tag",
19455
- "inheritedFrom": {
19456
- "name": "ObcAbstractAutomationButton",
19457
- "module": "src/automation/automation-button/abstract-automation-button.ts"
19458
- }
19459
- },
19460
19552
  {
19461
19553
  "kind": "field",
19462
19554
  "name": "badgeControl",
@@ -19716,6 +19808,18 @@
19716
19808
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19717
19809
  }
19718
19810
  },
19811
+ {
19812
+ "name": "tag",
19813
+ "type": {
19814
+ "text": "string | null"
19815
+ },
19816
+ "default": "null",
19817
+ "fieldName": "tag",
19818
+ "inheritedFrom": {
19819
+ "name": "ObcAbstractAutomationButton",
19820
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
19821
+ }
19822
+ },
19719
19823
  {
19720
19824
  "name": "positioning",
19721
19825
  "type": {
@@ -19844,18 +19948,6 @@
19844
19948
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19845
19949
  }
19846
19950
  },
19847
- {
19848
- "name": "tag",
19849
- "type": {
19850
- "text": "string | null"
19851
- },
19852
- "default": "null",
19853
- "fieldName": "tag",
19854
- "inheritedFrom": {
19855
- "name": "ObcAbstractAutomationButton",
19856
- "module": "src/automation/automation-button/abstract-automation-button.ts"
19857
- }
19858
- },
19859
19951
  {
19860
19952
  "name": "badgeControl",
19861
19953
  "type": {
@@ -20017,6 +20109,18 @@
20017
20109
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20018
20110
  }
20019
20111
  },
20112
+ {
20113
+ "kind": "field",
20114
+ "name": "showStatus",
20115
+ "type": {
20116
+ "text": "boolean"
20117
+ },
20118
+ "default": "true",
20119
+ "inheritedFrom": {
20120
+ "name": "ObcAbstractAutomationButton",
20121
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
20122
+ }
20123
+ },
20020
20124
  {
20021
20125
  "kind": "field",
20022
20126
  "name": "readoutSize",
@@ -20029,6 +20133,19 @@
20029
20133
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20030
20134
  }
20031
20135
  },
20136
+ {
20137
+ "kind": "field",
20138
+ "name": "tag",
20139
+ "type": {
20140
+ "text": "string | null"
20141
+ },
20142
+ "default": "null",
20143
+ "attribute": "tag",
20144
+ "inheritedFrom": {
20145
+ "name": "ObcAbstractAutomationButton",
20146
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
20147
+ }
20148
+ },
20032
20149
  {
20033
20150
  "kind": "field",
20034
20151
  "name": "positioning",
@@ -20180,19 +20297,6 @@
20180
20297
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20181
20298
  }
20182
20299
  },
20183
- {
20184
- "kind": "field",
20185
- "name": "tag",
20186
- "type": {
20187
- "text": "string | null"
20188
- },
20189
- "default": "null",
20190
- "attribute": "tag",
20191
- "inheritedFrom": {
20192
- "name": "ObcAbstractAutomationButton",
20193
- "module": "src/automation/automation-button/abstract-automation-button.ts"
20194
- }
20195
- },
20196
20300
  {
20197
20301
  "kind": "field",
20198
20302
  "name": "badgeControl",
@@ -20447,6 +20551,18 @@
20447
20551
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20448
20552
  }
20449
20553
  },
20554
+ {
20555
+ "name": "tag",
20556
+ "type": {
20557
+ "text": "string | null"
20558
+ },
20559
+ "default": "null",
20560
+ "fieldName": "tag",
20561
+ "inheritedFrom": {
20562
+ "name": "ObcAbstractAutomationButton",
20563
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
20564
+ }
20565
+ },
20450
20566
  {
20451
20567
  "name": "positioning",
20452
20568
  "type": {
@@ -20575,18 +20691,6 @@
20575
20691
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20576
20692
  }
20577
20693
  },
20578
- {
20579
- "name": "tag",
20580
- "type": {
20581
- "text": "string | null"
20582
- },
20583
- "default": "null",
20584
- "fieldName": "tag",
20585
- "inheritedFrom": {
20586
- "name": "ObcAbstractAutomationButton",
20587
- "module": "src/automation/automation-button/abstract-automation-button.ts"
20588
- }
20589
- },
20590
20694
  {
20591
20695
  "name": "badgeControl",
20592
20696
  "type": {
@@ -20785,6 +20889,18 @@
20785
20889
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20786
20890
  }
20787
20891
  },
20892
+ {
20893
+ "kind": "field",
20894
+ "name": "showStatus",
20895
+ "type": {
20896
+ "text": "boolean"
20897
+ },
20898
+ "default": "true",
20899
+ "inheritedFrom": {
20900
+ "name": "ObcAbstractAutomationButton",
20901
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
20902
+ }
20903
+ },
20788
20904
  {
20789
20905
  "kind": "field",
20790
20906
  "name": "readoutSize",
@@ -20797,6 +20913,19 @@
20797
20913
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20798
20914
  }
20799
20915
  },
20916
+ {
20917
+ "kind": "field",
20918
+ "name": "tag",
20919
+ "type": {
20920
+ "text": "string | null"
20921
+ },
20922
+ "default": "null",
20923
+ "attribute": "tag",
20924
+ "inheritedFrom": {
20925
+ "name": "ObcAbstractAutomationButton",
20926
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
20927
+ }
20928
+ },
20800
20929
  {
20801
20930
  "kind": "field",
20802
20931
  "name": "positioning",
@@ -20948,19 +21077,6 @@
20948
21077
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20949
21078
  }
20950
21079
  },
20951
- {
20952
- "kind": "field",
20953
- "name": "tag",
20954
- "type": {
20955
- "text": "string | null"
20956
- },
20957
- "default": "null",
20958
- "attribute": "tag",
20959
- "inheritedFrom": {
20960
- "name": "ObcAbstractAutomationButton",
20961
- "module": "src/automation/automation-button/abstract-automation-button.ts"
20962
- }
20963
- },
20964
21080
  {
20965
21081
  "kind": "field",
20966
21082
  "name": "badgeControl",
@@ -21221,6 +21337,18 @@
21221
21337
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21222
21338
  }
21223
21339
  },
21340
+ {
21341
+ "name": "tag",
21342
+ "type": {
21343
+ "text": "string | null"
21344
+ },
21345
+ "default": "null",
21346
+ "fieldName": "tag",
21347
+ "inheritedFrom": {
21348
+ "name": "ObcAbstractAutomationButton",
21349
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
21350
+ }
21351
+ },
21224
21352
  {
21225
21353
  "name": "positioning",
21226
21354
  "type": {
@@ -21349,18 +21477,6 @@
21349
21477
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21350
21478
  }
21351
21479
  },
21352
- {
21353
- "name": "tag",
21354
- "type": {
21355
- "text": "string | null"
21356
- },
21357
- "default": "null",
21358
- "fieldName": "tag",
21359
- "inheritedFrom": {
21360
- "name": "ObcAbstractAutomationButton",
21361
- "module": "src/automation/automation-button/abstract-automation-button.ts"
21362
- }
21363
- },
21364
21480
  {
21365
21481
  "name": "badgeControl",
21366
21482
  "type": {
@@ -21758,6 +21874,18 @@
21758
21874
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21759
21875
  }
21760
21876
  },
21877
+ {
21878
+ "kind": "field",
21879
+ "name": "showStatus",
21880
+ "type": {
21881
+ "text": "boolean"
21882
+ },
21883
+ "default": "true",
21884
+ "inheritedFrom": {
21885
+ "name": "ObcAbstractAutomationButton",
21886
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
21887
+ }
21888
+ },
21761
21889
  {
21762
21890
  "kind": "field",
21763
21891
  "name": "readoutSize",
@@ -21770,6 +21898,19 @@
21770
21898
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21771
21899
  }
21772
21900
  },
21901
+ {
21902
+ "kind": "field",
21903
+ "name": "tag",
21904
+ "type": {
21905
+ "text": "string | null"
21906
+ },
21907
+ "default": "null",
21908
+ "attribute": "tag",
21909
+ "inheritedFrom": {
21910
+ "name": "ObcAbstractAutomationButton",
21911
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
21912
+ }
21913
+ },
21773
21914
  {
21774
21915
  "kind": "field",
21775
21916
  "name": "positioning",
@@ -21921,19 +22062,6 @@
21921
22062
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21922
22063
  }
21923
22064
  },
21924
- {
21925
- "kind": "field",
21926
- "name": "tag",
21927
- "type": {
21928
- "text": "string | null"
21929
- },
21930
- "default": "null",
21931
- "attribute": "tag",
21932
- "inheritedFrom": {
21933
- "name": "ObcAbstractAutomationButton",
21934
- "module": "src/automation/automation-button/abstract-automation-button.ts"
21935
- }
21936
- },
21937
22065
  {
21938
22066
  "kind": "field",
21939
22067
  "name": "badgeControl",
@@ -22264,6 +22392,18 @@
22264
22392
  "module": "src/automation/automation-button/abstract-automation-button.ts"
22265
22393
  }
22266
22394
  },
22395
+ {
22396
+ "name": "tag",
22397
+ "type": {
22398
+ "text": "string | null"
22399
+ },
22400
+ "default": "null",
22401
+ "fieldName": "tag",
22402
+ "inheritedFrom": {
22403
+ "name": "ObcAbstractAutomationButton",
22404
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
22405
+ }
22406
+ },
22267
22407
  {
22268
22408
  "name": "positioning",
22269
22409
  "type": {
@@ -22392,18 +22532,6 @@
22392
22532
  "module": "src/automation/automation-button/abstract-automation-button.ts"
22393
22533
  }
22394
22534
  },
22395
- {
22396
- "name": "tag",
22397
- "type": {
22398
- "text": "string | null"
22399
- },
22400
- "default": "null",
22401
- "fieldName": "tag",
22402
- "inheritedFrom": {
22403
- "name": "ObcAbstractAutomationButton",
22404
- "module": "src/automation/automation-button/abstract-automation-button.ts"
22405
- }
22406
- },
22407
22535
  {
22408
22536
  "name": "badgeControl",
22409
22537
  "type": {
@@ -22596,6 +22724,18 @@
22596
22724
  "module": "src/automation/automation-button/abstract-automation-button.ts"
22597
22725
  }
22598
22726
  },
22727
+ {
22728
+ "kind": "field",
22729
+ "name": "showStatus",
22730
+ "type": {
22731
+ "text": "boolean"
22732
+ },
22733
+ "default": "true",
22734
+ "inheritedFrom": {
22735
+ "name": "ObcAbstractAutomationButton",
22736
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
22737
+ }
22738
+ },
22599
22739
  {
22600
22740
  "kind": "field",
22601
22741
  "name": "readoutSize",
@@ -22608,6 +22748,19 @@
22608
22748
  "module": "src/automation/automation-button/abstract-automation-button.ts"
22609
22749
  }
22610
22750
  },
22751
+ {
22752
+ "kind": "field",
22753
+ "name": "tag",
22754
+ "type": {
22755
+ "text": "string | null"
22756
+ },
22757
+ "default": "null",
22758
+ "attribute": "tag",
22759
+ "inheritedFrom": {
22760
+ "name": "ObcAbstractAutomationButton",
22761
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
22762
+ }
22763
+ },
22611
22764
  {
22612
22765
  "kind": "field",
22613
22766
  "name": "positioning",
@@ -22759,19 +22912,6 @@
22759
22912
  "module": "src/automation/automation-button/abstract-automation-button.ts"
22760
22913
  }
22761
22914
  },
22762
- {
22763
- "kind": "field",
22764
- "name": "tag",
22765
- "type": {
22766
- "text": "string | null"
22767
- },
22768
- "default": "null",
22769
- "attribute": "tag",
22770
- "inheritedFrom": {
22771
- "name": "ObcAbstractAutomationButton",
22772
- "module": "src/automation/automation-button/abstract-automation-button.ts"
22773
- }
22774
- },
22775
22915
  {
22776
22916
  "kind": "field",
22777
22917
  "name": "badgeControl",
@@ -23032,6 +23172,18 @@
23032
23172
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23033
23173
  }
23034
23174
  },
23175
+ {
23176
+ "name": "tag",
23177
+ "type": {
23178
+ "text": "string | null"
23179
+ },
23180
+ "default": "null",
23181
+ "fieldName": "tag",
23182
+ "inheritedFrom": {
23183
+ "name": "ObcAbstractAutomationButton",
23184
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
23185
+ }
23186
+ },
23035
23187
  {
23036
23188
  "name": "positioning",
23037
23189
  "type": {
@@ -23160,18 +23312,6 @@
23160
23312
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23161
23313
  }
23162
23314
  },
23163
- {
23164
- "name": "tag",
23165
- "type": {
23166
- "text": "string | null"
23167
- },
23168
- "default": "null",
23169
- "fieldName": "tag",
23170
- "inheritedFrom": {
23171
- "name": "ObcAbstractAutomationButton",
23172
- "module": "src/automation/automation-button/abstract-automation-button.ts"
23173
- }
23174
- },
23175
23315
  {
23176
23316
  "name": "badgeControl",
23177
23317
  "type": {
@@ -23370,6 +23510,18 @@
23370
23510
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23371
23511
  }
23372
23512
  },
23513
+ {
23514
+ "kind": "field",
23515
+ "name": "showStatus",
23516
+ "type": {
23517
+ "text": "boolean"
23518
+ },
23519
+ "default": "true",
23520
+ "inheritedFrom": {
23521
+ "name": "ObcAbstractAutomationButton",
23522
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
23523
+ }
23524
+ },
23373
23525
  {
23374
23526
  "kind": "field",
23375
23527
  "name": "readoutSize",
@@ -23382,6 +23534,19 @@
23382
23534
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23383
23535
  }
23384
23536
  },
23537
+ {
23538
+ "kind": "field",
23539
+ "name": "tag",
23540
+ "type": {
23541
+ "text": "string | null"
23542
+ },
23543
+ "default": "null",
23544
+ "attribute": "tag",
23545
+ "inheritedFrom": {
23546
+ "name": "ObcAbstractAutomationButton",
23547
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
23548
+ }
23549
+ },
23385
23550
  {
23386
23551
  "kind": "field",
23387
23552
  "name": "positioning",
@@ -23533,19 +23698,6 @@
23533
23698
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23534
23699
  }
23535
23700
  },
23536
- {
23537
- "kind": "field",
23538
- "name": "tag",
23539
- "type": {
23540
- "text": "string | null"
23541
- },
23542
- "default": "null",
23543
- "attribute": "tag",
23544
- "inheritedFrom": {
23545
- "name": "ObcAbstractAutomationButton",
23546
- "module": "src/automation/automation-button/abstract-automation-button.ts"
23547
- }
23548
- },
23549
23701
  {
23550
23702
  "kind": "field",
23551
23703
  "name": "badgeControl",
@@ -23806,6 +23958,18 @@
23806
23958
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23807
23959
  }
23808
23960
  },
23961
+ {
23962
+ "name": "tag",
23963
+ "type": {
23964
+ "text": "string | null"
23965
+ },
23966
+ "default": "null",
23967
+ "fieldName": "tag",
23968
+ "inheritedFrom": {
23969
+ "name": "ObcAbstractAutomationButton",
23970
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
23971
+ }
23972
+ },
23809
23973
  {
23810
23974
  "name": "positioning",
23811
23975
  "type": {
@@ -23934,18 +24098,6 @@
23934
24098
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23935
24099
  }
23936
24100
  },
23937
- {
23938
- "name": "tag",
23939
- "type": {
23940
- "text": "string | null"
23941
- },
23942
- "default": "null",
23943
- "fieldName": "tag",
23944
- "inheritedFrom": {
23945
- "name": "ObcAbstractAutomationButton",
23946
- "module": "src/automation/automation-button/abstract-automation-button.ts"
23947
- }
23948
- },
23949
24101
  {
23950
24102
  "name": "badgeControl",
23951
24103
  "type": {
@@ -24933,6 +25085,18 @@
24933
25085
  "module": "src/automation/automation-button/abstract-automation-button.ts"
24934
25086
  }
24935
25087
  },
25088
+ {
25089
+ "kind": "field",
25090
+ "name": "showStatus",
25091
+ "type": {
25092
+ "text": "boolean"
25093
+ },
25094
+ "default": "true",
25095
+ "inheritedFrom": {
25096
+ "name": "ObcAbstractAutomationButton",
25097
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
25098
+ }
25099
+ },
24936
25100
  {
24937
25101
  "kind": "field",
24938
25102
  "name": "readoutSize",
@@ -24945,6 +25109,19 @@
24945
25109
  "module": "src/automation/automation-button/abstract-automation-button.ts"
24946
25110
  }
24947
25111
  },
25112
+ {
25113
+ "kind": "field",
25114
+ "name": "tag",
25115
+ "type": {
25116
+ "text": "string | null"
25117
+ },
25118
+ "default": "null",
25119
+ "attribute": "tag",
25120
+ "inheritedFrom": {
25121
+ "name": "ObcAbstractAutomationButton",
25122
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
25123
+ }
25124
+ },
24948
25125
  {
24949
25126
  "kind": "field",
24950
25127
  "name": "positioning",
@@ -25096,19 +25273,6 @@
25096
25273
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25097
25274
  }
25098
25275
  },
25099
- {
25100
- "kind": "field",
25101
- "name": "tag",
25102
- "type": {
25103
- "text": "string | null"
25104
- },
25105
- "default": "null",
25106
- "attribute": "tag",
25107
- "inheritedFrom": {
25108
- "name": "ObcAbstractAutomationButton",
25109
- "module": "src/automation/automation-button/abstract-automation-button.ts"
25110
- }
25111
- },
25112
25276
  {
25113
25277
  "kind": "field",
25114
25278
  "name": "badgeControl",
@@ -25369,6 +25533,18 @@
25369
25533
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25370
25534
  }
25371
25535
  },
25536
+ {
25537
+ "name": "tag",
25538
+ "type": {
25539
+ "text": "string | null"
25540
+ },
25541
+ "default": "null",
25542
+ "fieldName": "tag",
25543
+ "inheritedFrom": {
25544
+ "name": "ObcAbstractAutomationButton",
25545
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
25546
+ }
25547
+ },
25372
25548
  {
25373
25549
  "name": "positioning",
25374
25550
  "type": {
@@ -25497,18 +25673,6 @@
25497
25673
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25498
25674
  }
25499
25675
  },
25500
- {
25501
- "name": "tag",
25502
- "type": {
25503
- "text": "string | null"
25504
- },
25505
- "default": "null",
25506
- "fieldName": "tag",
25507
- "inheritedFrom": {
25508
- "name": "ObcAbstractAutomationButton",
25509
- "module": "src/automation/automation-button/abstract-automation-button.ts"
25510
- }
25511
- },
25512
25676
  {
25513
25677
  "name": "badgeControl",
25514
25678
  "type": {
@@ -25707,6 +25871,18 @@
25707
25871
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25708
25872
  }
25709
25873
  },
25874
+ {
25875
+ "kind": "field",
25876
+ "name": "showStatus",
25877
+ "type": {
25878
+ "text": "boolean"
25879
+ },
25880
+ "default": "true",
25881
+ "inheritedFrom": {
25882
+ "name": "ObcAbstractAutomationButton",
25883
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
25884
+ }
25885
+ },
25710
25886
  {
25711
25887
  "kind": "field",
25712
25888
  "name": "readoutSize",
@@ -25719,6 +25895,19 @@
25719
25895
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25720
25896
  }
25721
25897
  },
25898
+ {
25899
+ "kind": "field",
25900
+ "name": "tag",
25901
+ "type": {
25902
+ "text": "string | null"
25903
+ },
25904
+ "default": "null",
25905
+ "attribute": "tag",
25906
+ "inheritedFrom": {
25907
+ "name": "ObcAbstractAutomationButton",
25908
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
25909
+ }
25910
+ },
25722
25911
  {
25723
25912
  "kind": "field",
25724
25913
  "name": "positioning",
@@ -25870,19 +26059,6 @@
25870
26059
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25871
26060
  }
25872
26061
  },
25873
- {
25874
- "kind": "field",
25875
- "name": "tag",
25876
- "type": {
25877
- "text": "string | null"
25878
- },
25879
- "default": "null",
25880
- "attribute": "tag",
25881
- "inheritedFrom": {
25882
- "name": "ObcAbstractAutomationButton",
25883
- "module": "src/automation/automation-button/abstract-automation-button.ts"
25884
- }
25885
- },
25886
26062
  {
25887
26063
  "kind": "field",
25888
26064
  "name": "badgeControl",
@@ -26143,6 +26319,18 @@
26143
26319
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26144
26320
  }
26145
26321
  },
26322
+ {
26323
+ "name": "tag",
26324
+ "type": {
26325
+ "text": "string | null"
26326
+ },
26327
+ "default": "null",
26328
+ "fieldName": "tag",
26329
+ "inheritedFrom": {
26330
+ "name": "ObcAbstractAutomationButton",
26331
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
26332
+ }
26333
+ },
26146
26334
  {
26147
26335
  "name": "positioning",
26148
26336
  "type": {
@@ -26271,18 +26459,6 @@
26271
26459
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26272
26460
  }
26273
26461
  },
26274
- {
26275
- "name": "tag",
26276
- "type": {
26277
- "text": "string | null"
26278
- },
26279
- "default": "null",
26280
- "fieldName": "tag",
26281
- "inheritedFrom": {
26282
- "name": "ObcAbstractAutomationButton",
26283
- "module": "src/automation/automation-button/abstract-automation-button.ts"
26284
- }
26285
- },
26286
26462
  {
26287
26463
  "name": "badgeControl",
26288
26464
  "type": {
@@ -26534,6 +26710,18 @@
26534
26710
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26535
26711
  }
26536
26712
  },
26713
+ {
26714
+ "kind": "field",
26715
+ "name": "showStatus",
26716
+ "type": {
26717
+ "text": "boolean"
26718
+ },
26719
+ "default": "true",
26720
+ "inheritedFrom": {
26721
+ "name": "ObcAbstractAutomationButton",
26722
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
26723
+ }
26724
+ },
26537
26725
  {
26538
26726
  "kind": "field",
26539
26727
  "name": "readoutSize",
@@ -26546,6 +26734,19 @@
26546
26734
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26547
26735
  }
26548
26736
  },
26737
+ {
26738
+ "kind": "field",
26739
+ "name": "tag",
26740
+ "type": {
26741
+ "text": "string | null"
26742
+ },
26743
+ "default": "null",
26744
+ "attribute": "tag",
26745
+ "inheritedFrom": {
26746
+ "name": "ObcAbstractAutomationButton",
26747
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
26748
+ }
26749
+ },
26549
26750
  {
26550
26751
  "kind": "field",
26551
26752
  "name": "positioning",
@@ -26697,19 +26898,6 @@
26697
26898
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26698
26899
  }
26699
26900
  },
26700
- {
26701
- "kind": "field",
26702
- "name": "tag",
26703
- "type": {
26704
- "text": "string | null"
26705
- },
26706
- "default": "null",
26707
- "attribute": "tag",
26708
- "inheritedFrom": {
26709
- "name": "ObcAbstractAutomationButton",
26710
- "module": "src/automation/automation-button/abstract-automation-button.ts"
26711
- }
26712
- },
26713
26901
  {
26714
26902
  "kind": "field",
26715
26903
  "name": "badgeControl",
@@ -27042,6 +27230,18 @@
27042
27230
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27043
27231
  }
27044
27232
  },
27233
+ {
27234
+ "name": "tag",
27235
+ "type": {
27236
+ "text": "string | null"
27237
+ },
27238
+ "default": "null",
27239
+ "fieldName": "tag",
27240
+ "inheritedFrom": {
27241
+ "name": "ObcAbstractAutomationButton",
27242
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
27243
+ }
27244
+ },
27045
27245
  {
27046
27246
  "name": "positioning",
27047
27247
  "type": {
@@ -27170,18 +27370,6 @@
27170
27370
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27171
27371
  }
27172
27372
  },
27173
- {
27174
- "name": "tag",
27175
- "type": {
27176
- "text": "string | null"
27177
- },
27178
- "default": "null",
27179
- "fieldName": "tag",
27180
- "inheritedFrom": {
27181
- "name": "ObcAbstractAutomationButton",
27182
- "module": "src/automation/automation-button/abstract-automation-button.ts"
27183
- }
27184
- },
27185
27373
  {
27186
27374
  "name": "badgeControl",
27187
27375
  "type": {
@@ -27433,6 +27621,18 @@
27433
27621
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27434
27622
  }
27435
27623
  },
27624
+ {
27625
+ "kind": "field",
27626
+ "name": "showStatus",
27627
+ "type": {
27628
+ "text": "boolean"
27629
+ },
27630
+ "default": "true",
27631
+ "inheritedFrom": {
27632
+ "name": "ObcAbstractAutomationButton",
27633
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
27634
+ }
27635
+ },
27436
27636
  {
27437
27637
  "kind": "field",
27438
27638
  "name": "readoutSize",
@@ -27445,6 +27645,19 @@
27445
27645
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27446
27646
  }
27447
27647
  },
27648
+ {
27649
+ "kind": "field",
27650
+ "name": "tag",
27651
+ "type": {
27652
+ "text": "string | null"
27653
+ },
27654
+ "default": "null",
27655
+ "attribute": "tag",
27656
+ "inheritedFrom": {
27657
+ "name": "ObcAbstractAutomationButton",
27658
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
27659
+ }
27660
+ },
27448
27661
  {
27449
27662
  "kind": "field",
27450
27663
  "name": "positioning",
@@ -27596,19 +27809,6 @@
27596
27809
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27597
27810
  }
27598
27811
  },
27599
- {
27600
- "kind": "field",
27601
- "name": "tag",
27602
- "type": {
27603
- "text": "string | null"
27604
- },
27605
- "default": "null",
27606
- "attribute": "tag",
27607
- "inheritedFrom": {
27608
- "name": "ObcAbstractAutomationButton",
27609
- "module": "src/automation/automation-button/abstract-automation-button.ts"
27610
- }
27611
- },
27612
27812
  {
27613
27813
  "kind": "field",
27614
27814
  "name": "badgeControl",
@@ -27941,6 +28141,18 @@
27941
28141
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27942
28142
  }
27943
28143
  },
28144
+ {
28145
+ "name": "tag",
28146
+ "type": {
28147
+ "text": "string | null"
28148
+ },
28149
+ "default": "null",
28150
+ "fieldName": "tag",
28151
+ "inheritedFrom": {
28152
+ "name": "ObcAbstractAutomationButton",
28153
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
28154
+ }
28155
+ },
27944
28156
  {
27945
28157
  "name": "positioning",
27946
28158
  "type": {
@@ -28069,18 +28281,6 @@
28069
28281
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28070
28282
  }
28071
28283
  },
28072
- {
28073
- "name": "tag",
28074
- "type": {
28075
- "text": "string | null"
28076
- },
28077
- "default": "null",
28078
- "fieldName": "tag",
28079
- "inheritedFrom": {
28080
- "name": "ObcAbstractAutomationButton",
28081
- "module": "src/automation/automation-button/abstract-automation-button.ts"
28082
- }
28083
- },
28084
28284
  {
28085
28285
  "name": "badgeControl",
28086
28286
  "type": {
@@ -28279,6 +28479,18 @@
28279
28479
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28280
28480
  }
28281
28481
  },
28482
+ {
28483
+ "kind": "field",
28484
+ "name": "showStatus",
28485
+ "type": {
28486
+ "text": "boolean"
28487
+ },
28488
+ "default": "true",
28489
+ "inheritedFrom": {
28490
+ "name": "ObcAbstractAutomationButton",
28491
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
28492
+ }
28493
+ },
28282
28494
  {
28283
28495
  "kind": "field",
28284
28496
  "name": "readoutSize",
@@ -28291,6 +28503,19 @@
28291
28503
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28292
28504
  }
28293
28505
  },
28506
+ {
28507
+ "kind": "field",
28508
+ "name": "tag",
28509
+ "type": {
28510
+ "text": "string | null"
28511
+ },
28512
+ "default": "null",
28513
+ "attribute": "tag",
28514
+ "inheritedFrom": {
28515
+ "name": "ObcAbstractAutomationButton",
28516
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
28517
+ }
28518
+ },
28294
28519
  {
28295
28520
  "kind": "field",
28296
28521
  "name": "positioning",
@@ -28442,19 +28667,6 @@
28442
28667
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28443
28668
  }
28444
28669
  },
28445
- {
28446
- "kind": "field",
28447
- "name": "tag",
28448
- "type": {
28449
- "text": "string | null"
28450
- },
28451
- "default": "null",
28452
- "attribute": "tag",
28453
- "inheritedFrom": {
28454
- "name": "ObcAbstractAutomationButton",
28455
- "module": "src/automation/automation-button/abstract-automation-button.ts"
28456
- }
28457
- },
28458
28670
  {
28459
28671
  "kind": "field",
28460
28672
  "name": "badgeControl",
@@ -28715,6 +28927,18 @@
28715
28927
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28716
28928
  }
28717
28929
  },
28930
+ {
28931
+ "name": "tag",
28932
+ "type": {
28933
+ "text": "string | null"
28934
+ },
28935
+ "default": "null",
28936
+ "fieldName": "tag",
28937
+ "inheritedFrom": {
28938
+ "name": "ObcAbstractAutomationButton",
28939
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
28940
+ }
28941
+ },
28718
28942
  {
28719
28943
  "name": "positioning",
28720
28944
  "type": {
@@ -28843,18 +29067,6 @@
28843
29067
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28844
29068
  }
28845
29069
  },
28846
- {
28847
- "name": "tag",
28848
- "type": {
28849
- "text": "string | null"
28850
- },
28851
- "default": "null",
28852
- "fieldName": "tag",
28853
- "inheritedFrom": {
28854
- "name": "ObcAbstractAutomationButton",
28855
- "module": "src/automation/automation-button/abstract-automation-button.ts"
28856
- }
28857
- },
28858
29070
  {
28859
29071
  "name": "badgeControl",
28860
29072
  "type": {
@@ -29053,6 +29265,18 @@
29053
29265
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29054
29266
  }
29055
29267
  },
29268
+ {
29269
+ "kind": "field",
29270
+ "name": "showStatus",
29271
+ "type": {
29272
+ "text": "boolean"
29273
+ },
29274
+ "default": "true",
29275
+ "inheritedFrom": {
29276
+ "name": "ObcAbstractAutomationButton",
29277
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
29278
+ }
29279
+ },
29056
29280
  {
29057
29281
  "kind": "field",
29058
29282
  "name": "readoutSize",
@@ -29065,6 +29289,19 @@
29065
29289
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29066
29290
  }
29067
29291
  },
29292
+ {
29293
+ "kind": "field",
29294
+ "name": "tag",
29295
+ "type": {
29296
+ "text": "string | null"
29297
+ },
29298
+ "default": "null",
29299
+ "attribute": "tag",
29300
+ "inheritedFrom": {
29301
+ "name": "ObcAbstractAutomationButton",
29302
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
29303
+ }
29304
+ },
29068
29305
  {
29069
29306
  "kind": "field",
29070
29307
  "name": "positioning",
@@ -29216,19 +29453,6 @@
29216
29453
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29217
29454
  }
29218
29455
  },
29219
- {
29220
- "kind": "field",
29221
- "name": "tag",
29222
- "type": {
29223
- "text": "string | null"
29224
- },
29225
- "default": "null",
29226
- "attribute": "tag",
29227
- "inheritedFrom": {
29228
- "name": "ObcAbstractAutomationButton",
29229
- "module": "src/automation/automation-button/abstract-automation-button.ts"
29230
- }
29231
- },
29232
29456
  {
29233
29457
  "kind": "field",
29234
29458
  "name": "badgeControl",
@@ -29489,6 +29713,18 @@
29489
29713
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29490
29714
  }
29491
29715
  },
29716
+ {
29717
+ "name": "tag",
29718
+ "type": {
29719
+ "text": "string | null"
29720
+ },
29721
+ "default": "null",
29722
+ "fieldName": "tag",
29723
+ "inheritedFrom": {
29724
+ "name": "ObcAbstractAutomationButton",
29725
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
29726
+ }
29727
+ },
29492
29728
  {
29493
29729
  "name": "positioning",
29494
29730
  "type": {
@@ -29617,18 +29853,6 @@
29617
29853
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29618
29854
  }
29619
29855
  },
29620
- {
29621
- "name": "tag",
29622
- "type": {
29623
- "text": "string | null"
29624
- },
29625
- "default": "null",
29626
- "fieldName": "tag",
29627
- "inheritedFrom": {
29628
- "name": "ObcAbstractAutomationButton",
29629
- "module": "src/automation/automation-button/abstract-automation-button.ts"
29630
- }
29631
- },
29632
29856
  {
29633
29857
  "name": "badgeControl",
29634
29858
  "type": {
@@ -29827,6 +30051,18 @@
29827
30051
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29828
30052
  }
29829
30053
  },
30054
+ {
30055
+ "kind": "field",
30056
+ "name": "showStatus",
30057
+ "type": {
30058
+ "text": "boolean"
30059
+ },
30060
+ "default": "true",
30061
+ "inheritedFrom": {
30062
+ "name": "ObcAbstractAutomationButton",
30063
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
30064
+ }
30065
+ },
29830
30066
  {
29831
30067
  "kind": "field",
29832
30068
  "name": "readoutSize",
@@ -29839,6 +30075,19 @@
29839
30075
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29840
30076
  }
29841
30077
  },
30078
+ {
30079
+ "kind": "field",
30080
+ "name": "tag",
30081
+ "type": {
30082
+ "text": "string | null"
30083
+ },
30084
+ "default": "null",
30085
+ "attribute": "tag",
30086
+ "inheritedFrom": {
30087
+ "name": "ObcAbstractAutomationButton",
30088
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
30089
+ }
30090
+ },
29842
30091
  {
29843
30092
  "kind": "field",
29844
30093
  "name": "positioning",
@@ -29990,19 +30239,6 @@
29990
30239
  "module": "src/automation/automation-button/abstract-automation-button.ts"
29991
30240
  }
29992
30241
  },
29993
- {
29994
- "kind": "field",
29995
- "name": "tag",
29996
- "type": {
29997
- "text": "string | null"
29998
- },
29999
- "default": "null",
30000
- "attribute": "tag",
30001
- "inheritedFrom": {
30002
- "name": "ObcAbstractAutomationButton",
30003
- "module": "src/automation/automation-button/abstract-automation-button.ts"
30004
- }
30005
- },
30006
30242
  {
30007
30243
  "kind": "field",
30008
30244
  "name": "badgeControl",
@@ -30263,6 +30499,18 @@
30263
30499
  "module": "src/automation/automation-button/abstract-automation-button.ts"
30264
30500
  }
30265
30501
  },
30502
+ {
30503
+ "name": "tag",
30504
+ "type": {
30505
+ "text": "string | null"
30506
+ },
30507
+ "default": "null",
30508
+ "fieldName": "tag",
30509
+ "inheritedFrom": {
30510
+ "name": "ObcAbstractAutomationButton",
30511
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
30512
+ }
30513
+ },
30266
30514
  {
30267
30515
  "name": "positioning",
30268
30516
  "type": {
@@ -30391,18 +30639,6 @@
30391
30639
  "module": "src/automation/automation-button/abstract-automation-button.ts"
30392
30640
  }
30393
30641
  },
30394
- {
30395
- "name": "tag",
30396
- "type": {
30397
- "text": "string | null"
30398
- },
30399
- "default": "null",
30400
- "fieldName": "tag",
30401
- "inheritedFrom": {
30402
- "name": "ObcAbstractAutomationButton",
30403
- "module": "src/automation/automation-button/abstract-automation-button.ts"
30404
- }
30405
- },
30406
30642
  {
30407
30643
  "name": "badgeControl",
30408
30644
  "type": {
@@ -30601,6 +30837,18 @@
30601
30837
  "module": "src/automation/automation-button/abstract-automation-button.ts"
30602
30838
  }
30603
30839
  },
30840
+ {
30841
+ "kind": "field",
30842
+ "name": "showStatus",
30843
+ "type": {
30844
+ "text": "boolean"
30845
+ },
30846
+ "default": "true",
30847
+ "inheritedFrom": {
30848
+ "name": "ObcAbstractAutomationButton",
30849
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
30850
+ }
30851
+ },
30604
30852
  {
30605
30853
  "kind": "field",
30606
30854
  "name": "readoutSize",
@@ -30613,6 +30861,19 @@
30613
30861
  "module": "src/automation/automation-button/abstract-automation-button.ts"
30614
30862
  }
30615
30863
  },
30864
+ {
30865
+ "kind": "field",
30866
+ "name": "tag",
30867
+ "type": {
30868
+ "text": "string | null"
30869
+ },
30870
+ "default": "null",
30871
+ "attribute": "tag",
30872
+ "inheritedFrom": {
30873
+ "name": "ObcAbstractAutomationButton",
30874
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
30875
+ }
30876
+ },
30616
30877
  {
30617
30878
  "kind": "field",
30618
30879
  "name": "positioning",
@@ -30764,19 +31025,6 @@
30764
31025
  "module": "src/automation/automation-button/abstract-automation-button.ts"
30765
31026
  }
30766
31027
  },
30767
- {
30768
- "kind": "field",
30769
- "name": "tag",
30770
- "type": {
30771
- "text": "string | null"
30772
- },
30773
- "default": "null",
30774
- "attribute": "tag",
30775
- "inheritedFrom": {
30776
- "name": "ObcAbstractAutomationButton",
30777
- "module": "src/automation/automation-button/abstract-automation-button.ts"
30778
- }
30779
- },
30780
31028
  {
30781
31029
  "kind": "field",
30782
31030
  "name": "badgeControl",
@@ -31037,6 +31285,18 @@
31037
31285
  "module": "src/automation/automation-button/abstract-automation-button.ts"
31038
31286
  }
31039
31287
  },
31288
+ {
31289
+ "name": "tag",
31290
+ "type": {
31291
+ "text": "string | null"
31292
+ },
31293
+ "default": "null",
31294
+ "fieldName": "tag",
31295
+ "inheritedFrom": {
31296
+ "name": "ObcAbstractAutomationButton",
31297
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
31298
+ }
31299
+ },
31040
31300
  {
31041
31301
  "name": "positioning",
31042
31302
  "type": {
@@ -31165,18 +31425,6 @@
31165
31425
  "module": "src/automation/automation-button/abstract-automation-button.ts"
31166
31426
  }
31167
31427
  },
31168
- {
31169
- "name": "tag",
31170
- "type": {
31171
- "text": "string | null"
31172
- },
31173
- "default": "null",
31174
- "fieldName": "tag",
31175
- "inheritedFrom": {
31176
- "name": "ObcAbstractAutomationButton",
31177
- "module": "src/automation/automation-button/abstract-automation-button.ts"
31178
- }
31179
- },
31180
31428
  {
31181
31429
  "name": "badgeControl",
31182
31430
  "type": {
@@ -31460,6 +31708,18 @@
31460
31708
  "module": "src/automation/automation-button/abstract-automation-button.ts"
31461
31709
  }
31462
31710
  },
31711
+ {
31712
+ "kind": "field",
31713
+ "name": "showStatus",
31714
+ "type": {
31715
+ "text": "boolean"
31716
+ },
31717
+ "default": "true",
31718
+ "inheritedFrom": {
31719
+ "name": "ObcAbstractAutomationButton",
31720
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
31721
+ }
31722
+ },
31463
31723
  {
31464
31724
  "kind": "field",
31465
31725
  "name": "readoutSize",
@@ -31472,6 +31732,19 @@
31472
31732
  "module": "src/automation/automation-button/abstract-automation-button.ts"
31473
31733
  }
31474
31734
  },
31735
+ {
31736
+ "kind": "field",
31737
+ "name": "tag",
31738
+ "type": {
31739
+ "text": "string | null"
31740
+ },
31741
+ "default": "null",
31742
+ "attribute": "tag",
31743
+ "inheritedFrom": {
31744
+ "name": "ObcAbstractAutomationButton",
31745
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
31746
+ }
31747
+ },
31475
31748
  {
31476
31749
  "kind": "field",
31477
31750
  "name": "positioning",
@@ -31623,19 +31896,6 @@
31623
31896
  "module": "src/automation/automation-button/abstract-automation-button.ts"
31624
31897
  }
31625
31898
  },
31626
- {
31627
- "kind": "field",
31628
- "name": "tag",
31629
- "type": {
31630
- "text": "string | null"
31631
- },
31632
- "default": "null",
31633
- "attribute": "tag",
31634
- "inheritedFrom": {
31635
- "name": "ObcAbstractAutomationButton",
31636
- "module": "src/automation/automation-button/abstract-automation-button.ts"
31637
- }
31638
- },
31639
31899
  {
31640
31900
  "kind": "field",
31641
31901
  "name": "badgeControl",
@@ -31896,6 +32156,18 @@
31896
32156
  "module": "src/automation/automation-button/abstract-automation-button.ts"
31897
32157
  }
31898
32158
  },
32159
+ {
32160
+ "name": "tag",
32161
+ "type": {
32162
+ "text": "string | null"
32163
+ },
32164
+ "default": "null",
32165
+ "fieldName": "tag",
32166
+ "inheritedFrom": {
32167
+ "name": "ObcAbstractAutomationButton",
32168
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
32169
+ }
32170
+ },
31899
32171
  {
31900
32172
  "name": "positioning",
31901
32173
  "type": {
@@ -32024,18 +32296,6 @@
32024
32296
  "module": "src/automation/automation-button/abstract-automation-button.ts"
32025
32297
  }
32026
32298
  },
32027
- {
32028
- "name": "tag",
32029
- "type": {
32030
- "text": "string | null"
32031
- },
32032
- "default": "null",
32033
- "fieldName": "tag",
32034
- "inheritedFrom": {
32035
- "name": "ObcAbstractAutomationButton",
32036
- "module": "src/automation/automation-button/abstract-automation-button.ts"
32037
- }
32038
- },
32039
32299
  {
32040
32300
  "name": "badgeControl",
32041
32301
  "type": {
@@ -33778,6 +34038,11 @@
33778
34038
  "kind": "method",
33779
34039
  "name": "syncScalesAndChart",
33780
34040
  "privacy": "private",
34041
+ "return": {
34042
+ "type": {
34043
+ "text": "boolean"
34044
+ }
34045
+ },
33781
34046
  "description": "Synchronize scale and chart dimensions/data\nThis is the main coordination function",
33782
34047
  "inheritedFrom": {
33783
34048
  "name": "ObcChartLineBase",
@@ -33874,7 +34139,12 @@
33874
34139
  "kind": "method",
33875
34140
  "name": "updateComputedDimensions",
33876
34141
  "privacy": "private",
33877
- "description": "Calculate actual dimensions based on parent width and aspect ratio.\nOnly used when fixedAspectRatioScaling is true.",
34142
+ "return": {
34143
+ "type": {
34144
+ "text": ""
34145
+ }
34146
+ },
34147
+ "description": "Refresh `computedWidth` / `computedHeight`, the derived pixel size the\nchart and its slotted scales are laid out from.\n\nIn pixel mode they simply mirror `width` / `height`. Only in\n`fixedAspectRatioScaling` mode are they derived — from the wrapper's\nmeasured width and the aspect ratio the `width` / `height` pair defines —\nand only then can this rebuild the chart.",
33878
34148
  "inheritedFrom": {
33879
34149
  "name": "ObcChartLineBase",
33880
34150
  "module": "src/building-blocks/chart-line/chart-line-base.ts"
@@ -35666,6 +35936,11 @@
35666
35936
  "kind": "method",
35667
35937
  "name": "syncScalesAndChart",
35668
35938
  "privacy": "private",
35939
+ "return": {
35940
+ "type": {
35941
+ "text": "boolean"
35942
+ }
35943
+ },
35669
35944
  "description": "Synchronize scale and chart dimensions/data\nThis is the main coordination function",
35670
35945
  "inheritedFrom": {
35671
35946
  "name": "ObcChartLineBase",
@@ -35762,7 +36037,12 @@
35762
36037
  "kind": "method",
35763
36038
  "name": "updateComputedDimensions",
35764
36039
  "privacy": "private",
35765
- "description": "Calculate actual dimensions based on parent width and aspect ratio.\nOnly used when fixedAspectRatioScaling is true.",
36040
+ "return": {
36041
+ "type": {
36042
+ "text": ""
36043
+ }
36044
+ },
36045
+ "description": "Refresh `computedWidth` / `computedHeight`, the derived pixel size the\nchart and its slotted scales are laid out from.\n\nIn pixel mode they simply mirror `width` / `height`. Only in\n`fixedAspectRatioScaling` mode are they derived — from the wrapper's\nmeasured width and the aspect ratio the `width` / `height` pair defines —\nand only then can this rebuild the chart.",
35766
36046
  "inheritedFrom": {
35767
36047
  "name": "ObcChartLineBase",
35768
36048
  "module": "src/building-blocks/chart-line/chart-line-base.ts"
@@ -84047,6 +84327,11 @@
84047
84327
  "kind": "method",
84048
84328
  "name": "syncScalesAndChart",
84049
84329
  "privacy": "private",
84330
+ "return": {
84331
+ "type": {
84332
+ "text": "boolean"
84333
+ }
84334
+ },
84050
84335
  "description": "Synchronize scale and chart dimensions/data\nThis is the main coordination function",
84051
84336
  "inheritedFrom": {
84052
84337
  "name": "ObcChartLineBase",
@@ -84143,7 +84428,12 @@
84143
84428
  "kind": "method",
84144
84429
  "name": "updateComputedDimensions",
84145
84430
  "privacy": "private",
84146
- "description": "Calculate actual dimensions based on parent width and aspect ratio.\nOnly used when fixedAspectRatioScaling is true.",
84431
+ "return": {
84432
+ "type": {
84433
+ "text": ""
84434
+ }
84435
+ },
84436
+ "description": "Refresh `computedWidth` / `computedHeight`, the derived pixel size the\nchart and its slotted scales are laid out from.\n\nIn pixel mode they simply mirror `width` / `height`. Only in\n`fixedAspectRatioScaling` mode are they derived — from the wrapper's\nmeasured width and the aspect ratio the `width` / `height` pair defines —\nand only then can this rebuild the chart.",
84147
84437
  "inheritedFrom": {
84148
84438
  "name": "ObcChartLineBase",
84149
84439
  "module": "src/building-blocks/chart-line/chart-line-base.ts"