@oicl/openbridge-webcomponents 2.0.0-next.55 → 2.0.0-next.57

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 (29) hide show
  1. package/bundle/openbridge-webcomponents.bundle.js +395 -123
  2. package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
  3. package/custom-elements.json +326 -2
  4. package/dist/automation/automation-tank/automation-tank.d.ts +11 -0
  5. package/dist/automation/automation-tank/automation-tank.d.ts.map +1 -1
  6. package/dist/automation/automation-tank/automation-tank.js.map +1 -1
  7. package/dist/navigation-instruments/compass-sector/compass-sector.css.js +12 -0
  8. package/dist/navigation-instruments/compass-sector/compass-sector.css.js.map +1 -1
  9. package/dist/navigation-instruments/compass-sector/compass-sector.d.ts +23 -0
  10. package/dist/navigation-instruments/compass-sector/compass-sector.d.ts.map +1 -1
  11. package/dist/navigation-instruments/compass-sector/compass-sector.js +47 -0
  12. package/dist/navigation-instruments/compass-sector/compass-sector.js.map +1 -1
  13. package/dist/navigation-instruments/pitch/pitch.d.ts +37 -0
  14. package/dist/navigation-instruments/pitch/pitch.d.ts.map +1 -1
  15. package/dist/navigation-instruments/pitch/pitch.js +130 -62
  16. package/dist/navigation-instruments/pitch/pitch.js.map +1 -1
  17. package/dist/navigation-instruments/pitch-roll/pitch-roll.d.ts +7 -0
  18. package/dist/navigation-instruments/pitch-roll/pitch-roll.d.ts.map +1 -1
  19. package/dist/navigation-instruments/pitch-roll/pitch-roll.js +58 -2
  20. package/dist/navigation-instruments/pitch-roll/pitch-roll.js.map +1 -1
  21. package/dist/navigation-instruments/roll/roll.d.ts +37 -0
  22. package/dist/navigation-instruments/roll/roll.d.ts.map +1 -1
  23. package/dist/navigation-instruments/roll/roll.js +119 -63
  24. package/dist/navigation-instruments/roll/roll.js.map +1 -1
  25. package/dist/navigation-instruments/rot-sector/rot-sector.d.ts +15 -0
  26. package/dist/navigation-instruments/rot-sector/rot-sector.d.ts.map +1 -1
  27. package/dist/navigation-instruments/rot-sector/rot-sector.js +53 -1
  28. package/dist/navigation-instruments/rot-sector/rot-sector.js.map +1 -1
  29. package/package.json +1 -1
@@ -15070,6 +15070,48 @@
15070
15070
  "kind": "class",
15071
15071
  "description": "",
15072
15072
  "name": "ObcAutomationTank",
15073
+ "slots": [
15074
+ {
15075
+ "description": "Custom badges to be displayed in the badge area.",
15076
+ "name": "badges"
15077
+ },
15078
+ {
15079
+ "description": "Text or element for the tank's tag/label.",
15080
+ "name": "tag"
15081
+ },
15082
+ {
15083
+ "description": "Replaces the entire readout content block.",
15084
+ "name": "readout"
15085
+ },
15086
+ {
15087
+ "description": "Content for the capacity value.",
15088
+ "name": "max-value"
15089
+ },
15090
+ {
15091
+ "description": "Content for the unit of measurement.",
15092
+ "name": "unit"
15093
+ },
15094
+ {
15095
+ "description": "Content for the current level value.",
15096
+ "name": "current-value"
15097
+ },
15098
+ {
15099
+ "description": "Content for additional detail rows.",
15100
+ "name": "rich"
15101
+ },
15102
+ {
15103
+ "description": "Custom icon for the alert frame.",
15104
+ "name": "alert-icon"
15105
+ },
15106
+ {
15107
+ "description": "Label for the alert frame.",
15108
+ "name": "alert-label"
15109
+ },
15110
+ {
15111
+ "description": "Timer for the alert frame.",
15112
+ "name": "alert-timer"
15113
+ }
15114
+ ],
15073
15115
  "members": [
15074
15116
  {
15075
15117
  "kind": "field",
@@ -70426,6 +70468,16 @@
70426
70468
  "default": "false",
70427
70469
  "attribute": "zoomToFitArc"
70428
70470
  },
70471
+ {
70472
+ "kind": "field",
70473
+ "name": "hasReadout",
70474
+ "type": {
70475
+ "text": "boolean"
70476
+ },
70477
+ "default": "false",
70478
+ "description": "When `true`, shows a centered `<obc-readout>` under the arc displaying the\nheading (label `HDG`, unit `DEG`). The value color follows the HDG entry in\n`priorityElements`, matching the HDG arrow.",
70479
+ "attribute": "hasReadout"
70480
+ },
70429
70481
  {
70430
70482
  "kind": "field",
70431
70483
  "name": "_headingSp",
@@ -70638,6 +70690,16 @@
70638
70690
  }
70639
70691
  }
70640
70692
  ]
70693
+ },
70694
+ {
70695
+ "kind": "field",
70696
+ "name": "_readoutTopPercent",
70697
+ "type": {
70698
+ "text": "number"
70699
+ },
70700
+ "privacy": "private",
70701
+ "description": "Vertical placement of the readout as a percentage of the host height.\n\nWith `zoomToFitArc` the arc is reframed by `computeZoomToFitArcFrame`, whose\n`radiusOffset`/`viewBox` depend on the arc's *absolute* orientation (which\ncardinal axes its bounding box crosses), not just its bend. The arc itself\nis always rotated back to the top, so it stays put on screen — but a\nframe-derived offset would swing wildly as `heading` rotates the bbox around\nthe circle. So in zoom we use a fixed offset, which keeps the readout steady\nunder the (stationary) arc regardless of heading.\n\nWithout zoom the viewBox is the fixed, origin-symmetric 120° framing, so the\ngeometry is orientation-independent: place the readout halfway down the inner\nradius from the watch center toward the arc's inner edge.",
70702
+ "readonly": true
70641
70703
  }
70642
70704
  ],
70643
70705
  "events": [
@@ -70827,6 +70889,15 @@
70827
70889
  },
70828
70890
  "default": "false",
70829
70891
  "fieldName": "zoomToFitArc"
70892
+ },
70893
+ {
70894
+ "name": "hasReadout",
70895
+ "type": {
70896
+ "text": "boolean"
70897
+ },
70898
+ "default": "false",
70899
+ "description": "When `true`, shows a centered `<obc-readout>` under the arc displaying the\nheading (label `HDG`, unit `DEG`). The value color follows the HDG entry in\n`priorityElements`, matching the HDG arrow.",
70900
+ "fieldName": "hasReadout"
70830
70901
  }
70831
70902
  ],
70832
70903
  "superclass": {
@@ -79722,6 +79793,16 @@
79722
79793
  },
79723
79794
  "default": "[ PitchRollPriorityElement.pitch, PitchRollPriorityElement.roll, ]"
79724
79795
  },
79796
+ {
79797
+ "kind": "field",
79798
+ "name": "hasReadout",
79799
+ "type": {
79800
+ "text": "boolean"
79801
+ },
79802
+ "default": "false",
79803
+ "description": "When `true`, the centre shows two stacked `<obc-readout>`s (pitch above\nroll) instead of the vessel images. Default `false`.",
79804
+ "attribute": "hasReadout"
79805
+ },
79725
79806
  {
79726
79807
  "kind": "field",
79727
79808
  "name": "zoomToFitArc",
@@ -79841,6 +79922,31 @@
79841
79922
  "privacy": "private",
79842
79923
  "readonly": true
79843
79924
  },
79925
+ {
79926
+ "kind": "method",
79927
+ "name": "renderReadout",
79928
+ "privacy": "private",
79929
+ "parameters": [
79930
+ {
79931
+ "name": "value",
79932
+ "type": {
79933
+ "text": "number"
79934
+ }
79935
+ },
79936
+ {
79937
+ "name": "label",
79938
+ "type": {
79939
+ "text": "string"
79940
+ }
79941
+ },
79942
+ {
79943
+ "name": "element",
79944
+ "type": {
79945
+ "text": "PitchRollPriorityElement"
79946
+ }
79947
+ }
79948
+ ]
79949
+ },
79844
79950
  {
79845
79951
  "kind": "method",
79846
79952
  "name": "renderZoomedArcs",
@@ -80020,6 +80126,15 @@
80020
80126
  },
80021
80127
  "fieldName": "priority"
80022
80128
  },
80129
+ {
80130
+ "name": "hasReadout",
80131
+ "type": {
80132
+ "text": "boolean"
80133
+ },
80134
+ "default": "false",
80135
+ "description": "When `true`, the centre shows two stacked `<obc-readout>`s (pitch above\nroll) instead of the vessel images. Default `false`.",
80136
+ "fieldName": "hasReadout"
80137
+ },
80023
80138
  {
80024
80139
  "name": "zoomToFitArc",
80025
80140
  "type": {
@@ -80087,7 +80202,7 @@
80087
80202
  "declarations": [
80088
80203
  {
80089
80204
  "kind": "class",
80090
- "description": "",
80205
+ "description": "`<obc-pitch>` — Pitch (trim) indicator with a side arc scale.\n\nShows `pitch` against a watch arc centred on the right, with an average-pitch\nband and a rotating indicator. Supports an optional opposite-side scale\n(`dual-scale`), a centre readout (`hasReadout`), and a `regular`/`enhanced`\npalette.",
80091
80206
  "name": "ObcPitch",
80092
80207
  "members": [
80093
80208
  {
@@ -80152,6 +80267,34 @@
80152
80267
  "default": "false",
80153
80268
  "attribute": "zoomToFitArc"
80154
80269
  },
80270
+ {
80271
+ "kind": "field",
80272
+ "name": "hasReadout",
80273
+ "type": {
80274
+ "text": "boolean"
80275
+ },
80276
+ "default": "false",
80277
+ "description": "When `true`, the centre shows an `<obc-readout>` with the pitch value\n(label `Pitch`, unit `DEG`) instead of the horizon line, rotating indicator\nand vessel. Default `false`.",
80278
+ "attribute": "hasReadout"
80279
+ },
80280
+ {
80281
+ "kind": "field",
80282
+ "name": "type",
80283
+ "type": {
80284
+ "text": "ObcPitchType"
80285
+ },
80286
+ "description": "`single-scale` shows one arc on the right (default); `dual-scale` also\nshows the scale on the opposite (left) arc (the indicator's opposite end).",
80287
+ "attribute": "type"
80288
+ },
80289
+ {
80290
+ "kind": "field",
80291
+ "name": "priority",
80292
+ "type": {
80293
+ "text": "Priority"
80294
+ },
80295
+ "description": "Colour palette for the scale fill / indicator and the readout value:\n`regular` (default) or `enhanced`.",
80296
+ "attribute": "priority"
80297
+ },
80155
80298
  {
80156
80299
  "kind": "field",
80157
80300
  "name": "arcAngle",
@@ -80170,6 +80313,43 @@
80170
80313
  },
80171
80314
  "privacy": "private"
80172
80315
  },
80316
+ {
80317
+ "kind": "field",
80318
+ "name": "scaleFillColor",
80319
+ "type": {
80320
+ "text": "string"
80321
+ },
80322
+ "privacy": "private",
80323
+ "readonly": true
80324
+ },
80325
+ {
80326
+ "kind": "field",
80327
+ "name": "indicatorColor",
80328
+ "type": {
80329
+ "text": "string"
80330
+ },
80331
+ "privacy": "private",
80332
+ "readonly": true
80333
+ },
80334
+ {
80335
+ "kind": "method",
80336
+ "name": "renderScale",
80337
+ "privacy": "private",
80338
+ "parameters": [
80339
+ {
80340
+ "name": "areas",
80341
+ "type": {
80342
+ "text": "WatchArea[]"
80343
+ }
80344
+ },
80345
+ {
80346
+ "name": "opposite",
80347
+ "type": {
80348
+ "text": "boolean"
80349
+ }
80350
+ }
80351
+ ]
80352
+ },
80173
80353
  {
80174
80354
  "kind": "field",
80175
80355
  "name": "advices",
@@ -80236,6 +80416,31 @@
80236
80416
  "default": "false",
80237
80417
  "fieldName": "zoomToFitArc"
80238
80418
  },
80419
+ {
80420
+ "name": "hasReadout",
80421
+ "type": {
80422
+ "text": "boolean"
80423
+ },
80424
+ "default": "false",
80425
+ "description": "When `true`, the centre shows an `<obc-readout>` with the pitch value\n(label `Pitch`, unit `DEG`) instead of the horizon line, rotating indicator\nand vessel. Default `false`.",
80426
+ "fieldName": "hasReadout"
80427
+ },
80428
+ {
80429
+ "name": "type",
80430
+ "type": {
80431
+ "text": "ObcPitchType"
80432
+ },
80433
+ "description": "`single-scale` shows one arc on the right (default); `dual-scale` also\nshows the scale on the opposite (left) arc (the indicator's opposite end).",
80434
+ "fieldName": "type"
80435
+ },
80436
+ {
80437
+ "name": "priority",
80438
+ "type": {
80439
+ "text": "Priority"
80440
+ },
80441
+ "description": "Colour palette for the scale fill / indicator and the readout value:\n`regular` (default) or `enhanced`.",
80442
+ "fieldName": "priority"
80443
+ },
80239
80444
  {
80240
80445
  "name": "arcAngle",
80241
80446
  "type": {
@@ -83791,7 +83996,7 @@
83791
83996
  "declarations": [
83792
83997
  {
83793
83998
  "kind": "class",
83794
- "description": "",
83999
+ "description": "`<obc-roll>` — Roll (heel) indicator with a bottom arc scale.\n\nShows `roll` against a watch arc centred at the bottom, with an average-roll\nband and a rotating indicator. Supports an optional top scale (`dual-scale`),\na centre readout (`hasReadout`), and a `regular`/`enhanced` palette. See the\nindividual properties for details.",
83795
84000
  "name": "ObcRoll",
83796
84001
  "members": [
83797
84002
  {
@@ -83865,6 +84070,34 @@
83865
84070
  "default": "false",
83866
84071
  "attribute": "zoomToFitArc"
83867
84072
  },
84073
+ {
84074
+ "kind": "field",
84075
+ "name": "hasReadout",
84076
+ "type": {
84077
+ "text": "boolean"
84078
+ },
84079
+ "default": "false",
84080
+ "description": "When `true`, the centre shows an `<obc-readout>` with the roll value\n(label `Roll`, unit `DEG`) instead of the horizon line, rotating indicator\nand vessel. Default `false`.",
84081
+ "attribute": "hasReadout"
84082
+ },
84083
+ {
84084
+ "kind": "field",
84085
+ "name": "type",
84086
+ "type": {
84087
+ "text": "ObcRollType"
84088
+ },
84089
+ "description": "`single-scale` shows one arc at the bottom (default); `dual-scale` also\nshows the scale on the top arc (the indicator's opposite end).",
84090
+ "attribute": "type"
84091
+ },
84092
+ {
84093
+ "kind": "field",
84094
+ "name": "priority",
84095
+ "type": {
84096
+ "text": "Priority"
84097
+ },
84098
+ "description": "Colour palette for the scale fill / indicator and the readout value:\n`regular` (default) or `enhanced`.",
84099
+ "attribute": "priority"
84100
+ },
83868
84101
  {
83869
84102
  "kind": "field",
83870
84103
  "name": "arcAngle",
@@ -83892,6 +84125,43 @@
83892
84125
  "privacy": "private",
83893
84126
  "readonly": true
83894
84127
  },
84128
+ {
84129
+ "kind": "field",
84130
+ "name": "scaleFillColor",
84131
+ "type": {
84132
+ "text": "string"
84133
+ },
84134
+ "privacy": "private",
84135
+ "readonly": true
84136
+ },
84137
+ {
84138
+ "kind": "field",
84139
+ "name": "indicatorColor",
84140
+ "type": {
84141
+ "text": "string"
84142
+ },
84143
+ "privacy": "private",
84144
+ "readonly": true
84145
+ },
84146
+ {
84147
+ "kind": "method",
84148
+ "name": "renderScale",
84149
+ "privacy": "private",
84150
+ "parameters": [
84151
+ {
84152
+ "name": "areas",
84153
+ "type": {
84154
+ "text": "WatchArea[]"
84155
+ }
84156
+ },
84157
+ {
84158
+ "name": "top",
84159
+ "type": {
84160
+ "text": "boolean"
84161
+ }
84162
+ }
84163
+ ]
84164
+ },
83895
84165
  {
83896
84166
  "kind": "field",
83897
84167
  "name": "advices",
@@ -83966,6 +84236,31 @@
83966
84236
  "default": "false",
83967
84237
  "fieldName": "zoomToFitArc"
83968
84238
  },
84239
+ {
84240
+ "name": "hasReadout",
84241
+ "type": {
84242
+ "text": "boolean"
84243
+ },
84244
+ "default": "false",
84245
+ "description": "When `true`, the centre shows an `<obc-readout>` with the roll value\n(label `Roll`, unit `DEG`) instead of the horizon line, rotating indicator\nand vessel. Default `false`.",
84246
+ "fieldName": "hasReadout"
84247
+ },
84248
+ {
84249
+ "name": "type",
84250
+ "type": {
84251
+ "text": "ObcRollType"
84252
+ },
84253
+ "description": "`single-scale` shows one arc at the bottom (default); `dual-scale` also\nshows the scale on the top arc (the indicator's opposite end).",
84254
+ "fieldName": "type"
84255
+ },
84256
+ {
84257
+ "name": "priority",
84258
+ "type": {
84259
+ "text": "Priority"
84260
+ },
84261
+ "description": "Colour palette for the scale fill / indicator and the readout value:\n`regular` (default) or `enhanced`.",
84262
+ "fieldName": "priority"
84263
+ },
83969
84264
  {
83970
84265
  "name": "arcAngle",
83971
84266
  "type": {
@@ -84352,6 +84647,16 @@
84352
84647
  "default": "60",
84353
84648
  "attribute": "rotArcExtent"
84354
84649
  },
84650
+ {
84651
+ "kind": "field",
84652
+ "name": "hasReadout",
84653
+ "type": {
84654
+ "text": "boolean"
84655
+ },
84656
+ "default": "false",
84657
+ "description": "When `true`, shows a centered `<obc-readout>` (label `ROT`, unit `DEG/min`)\nunder the arc with the current rate-of-turn value. Default `false`.",
84658
+ "attribute": "hasReadout"
84659
+ },
84355
84660
  {
84356
84661
  "kind": "field",
84357
84662
  "name": "getAngle"
@@ -84373,6 +84678,16 @@
84373
84678
  "privacy": "private",
84374
84679
  "readonly": true
84375
84680
  },
84681
+ {
84682
+ "kind": "field",
84683
+ "name": "_readoutTopPercent",
84684
+ "type": {
84685
+ "text": "number"
84686
+ },
84687
+ "privacy": "private",
84688
+ "description": "Vertical position of the readout, in % of the host. In the zoomed view the\narc's lower edge shifts with `rotArcExtent`, so the position is interpolated\nbetween the narrow- and wide-arc anchors to keep a roughly constant gap\nbetween the arc and the readout. The static (unzoomed) arc uses a fixed\nposition.",
84689
+ "readonly": true
84690
+ },
84376
84691
  {
84377
84692
  "kind": "field",
84378
84693
  "name": "_needleColor",
@@ -84682,6 +84997,15 @@
84682
84997
  "default": "60",
84683
84998
  "fieldName": "rotArcExtent"
84684
84999
  },
85000
+ {
85001
+ "name": "hasReadout",
85002
+ "type": {
85003
+ "text": "boolean"
85004
+ },
85005
+ "default": "false",
85006
+ "description": "When `true`, shows a centered `<obc-readout>` (label `ROT`, unit `DEG/min`)\nunder the arc with the current rate-of-turn value. Default `false`.",
85007
+ "fieldName": "hasReadout"
85008
+ },
84685
85009
  {
84686
85010
  "name": "setpoint",
84687
85011
  "type": {
@@ -82,6 +82,17 @@ export interface TankReadoutItem {
82
82
  /**
83
83
  *
84
84
  *
85
+ * @slot badges - Custom badges to be displayed in the badge area.
86
+ * @slot tag - Text or element for the tank's tag/label.
87
+ * @slot readout - Replaces the entire readout content block.
88
+ * @slot max-value - Content for the capacity value.
89
+ * @slot unit - Content for the unit of measurement.
90
+ * @slot current-value - Content for the current level value.
91
+ * @slot rich - Content for additional detail rows.
92
+ * @slot alert-icon - Custom icon for the alert frame.
93
+ * @slot alert-label - Label for the alert frame.
94
+ * @slot alert-timer - Timer for the alert frame.
95
+ *
85
96
  * @ignition-base-height: 173px
86
97
  * @ignition-base-width: 168px
87
98
  * @ignition-center-horizontal
@@ -1 +1 @@
1
- {"version":3,"file":"automation-tank.d.ts","sourceRoot":"","sources":["../../../src/automation/automation-tank/automation-tank.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"automation-tank.d.ts","sourceRoot":"","sources":["../../../src/automation/automation-tank/automation-tank.ts"],"names":[],"mappings":"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"}