@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.136 → 2.0.0-next.138

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 (48) hide show
  1. package/bundle/openbridge-webcomponents.bundle.js +11640 -10983
  2. package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
  3. package/custom-elements.json +921 -0
  4. package/dist/automation/hydraulic-check-valve/hydraulic-check-valve.css.js +12 -0
  5. package/dist/automation/hydraulic-check-valve/hydraulic-check-valve.css.js.map +1 -0
  6. package/dist/automation/hydraulic-check-valve/hydraulic-check-valve.d.ts +33 -0
  7. package/dist/automation/hydraulic-check-valve/hydraulic-check-valve.d.ts.map +1 -0
  8. package/dist/automation/hydraulic-check-valve/hydraulic-check-valve.js +58 -0
  9. package/dist/automation/hydraulic-check-valve/hydraulic-check-valve.js.map +1 -0
  10. package/dist/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.d.ts +77 -0
  11. package/dist/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.d.ts.map +1 -0
  12. package/dist/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.js +74 -0
  13. package/dist/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.js.map +1 -0
  14. package/dist/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.d.ts +74 -0
  15. package/dist/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.d.ts.map +1 -0
  16. package/dist/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.js +60 -0
  17. package/dist/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.js.map +1 -0
  18. package/dist/automation/shuffle-button/shuffle-button-base.d.ts +67 -0
  19. package/dist/automation/shuffle-button/shuffle-button-base.d.ts.map +1 -0
  20. package/dist/automation/shuffle-button/shuffle-button-base.js +126 -0
  21. package/dist/automation/shuffle-button/shuffle-button-base.js.map +1 -0
  22. package/dist/automation/shuffle-button/shuffle-button.css.js +219 -0
  23. package/dist/automation/shuffle-button/shuffle-button.css.js.map +1 -0
  24. package/dist/automation/shuffle-button/shuffle-layout.d.ts +9 -0
  25. package/dist/automation/shuffle-button/shuffle-layout.d.ts.map +1 -0
  26. package/dist/automation/shuffle-button/shuffle-layout.js +16 -0
  27. package/dist/automation/shuffle-button/shuffle-layout.js.map +1 -0
  28. package/dist/components/alert-subsystem-counter/alert-subsystem-counter.css.js +113 -0
  29. package/dist/components/alert-subsystem-counter/alert-subsystem-counter.css.js.map +1 -0
  30. package/dist/components/alert-subsystem-counter/alert-subsystem-counter.d.ts +104 -0
  31. package/dist/components/alert-subsystem-counter/alert-subsystem-counter.d.ts.map +1 -0
  32. package/dist/components/alert-subsystem-counter/alert-subsystem-counter.js +79 -0
  33. package/dist/components/alert-subsystem-counter/alert-subsystem-counter.js.map +1 -0
  34. package/package.json +1 -1
  35. package/src/automation/hydraulic-check-valve/hydraulic-check-valve.css +3 -0
  36. package/src/automation/hydraulic-check-valve/hydraulic-check-valve.stories.ts +18 -0
  37. package/src/automation/hydraulic-check-valve/hydraulic-check-valve.ts +60 -0
  38. package/src/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.stories.ts +72 -0
  39. package/src/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.ts +108 -0
  40. package/src/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.stories.ts +60 -0
  41. package/src/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.ts +101 -0
  42. package/src/automation/shuffle-button/shuffle-button-base.ts +170 -0
  43. package/src/automation/shuffle-button/shuffle-button.css +136 -0
  44. package/src/automation/shuffle-button/shuffle-layout.spec.ts +44 -0
  45. package/src/automation/shuffle-button/shuffle-layout.ts +21 -0
  46. package/src/components/alert-subsystem-counter/alert-subsystem-counter.css +82 -0
  47. package/src/components/alert-subsystem-counter/alert-subsystem-counter.stories.ts +308 -0
  48. package/src/components/alert-subsystem-counter/alert-subsystem-counter.ts +137 -0
@@ -3262,6 +3262,27 @@
3262
3262
  }
3263
3263
  ]
3264
3264
  },
3265
+ {
3266
+ "kind": "javascript-module",
3267
+ "path": "dist/automation/hydraulic-check-valve/hydraulic-check-valve.js",
3268
+ "declarations": [
3269
+ {
3270
+ "kind": "variable",
3271
+ "name": "ObcHydraulicCheckValve",
3272
+ "default": "class extends LitElement { constructor() { super(...arguments); this.ariaLabel = \"Check valve\"; this.vertical = false; } render() { return html` <div class=${classMap({ shuffle: true, vertical: this.vertical })} role=\"img\" aria-label=${this.ariaLabel} > <div class=\"window\"> <div class=\"track\"></div> <div class=\"thumb selected\"> <div class=\"visible-wrapper\"> <div class=\"icon-container\"> <obi-hydraulic-13></obi-hydraulic-13> </div> </div> </div> </div> </div> `; } }"
3273
+ }
3274
+ ],
3275
+ "exports": [
3276
+ {
3277
+ "kind": "js",
3278
+ "name": "ObcHydraulicCheckValve",
3279
+ "declaration": {
3280
+ "name": "ObcHydraulicCheckValve",
3281
+ "module": "dist/automation/hydraulic-check-valve/hydraulic-check-valve.js"
3282
+ }
3283
+ }
3284
+ ]
3285
+ },
3265
3286
  {
3266
3287
  "kind": "javascript-module",
3267
3288
  "path": "dist/automation/hydraulic-separator/hydraulic-separator.js",
@@ -3283,6 +3304,64 @@
3283
3304
  }
3284
3305
  ]
3285
3306
  },
3307
+ {
3308
+ "kind": "javascript-module",
3309
+ "path": "dist/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.js",
3310
+ "declarations": [
3311
+ {
3312
+ "kind": "variable",
3313
+ "name": "ObcHydraulicValve43",
3314
+ "default": "class extends ObcShuffleButtonBase { constructor() { super(...arguments); this.type = \"1\"; this.ariaLabel = \"Hydraulic 4/3 valve\"; } get positionCount() { return 3; } renderPositionIcon(position) { if (position === 0) { return html`<obi-hydraulic-02></obi-hydraulic-02>`; } if (position === 2) { return html`<obi-hydraulic-07></obi-hydraulic-07>`; } switch (this.type) { case \"2\": return html`<obi-hydraulic-16></obi-hydraulic-16>`; case \"3\": return html`<obi-hydraulic-08></obi-hydraulic-08>`; case \"4\": return html`<obi-hydraulic-05></obi-hydraulic-05>`; case \"5\": return html`<obi-hydraulic-06></obi-hydraulic-06>`; case \"1\": default: return html`<obi-hydraulic-01></obi-hydraulic-01>`; } } }"
3315
+ }
3316
+ ],
3317
+ "exports": [
3318
+ {
3319
+ "kind": "js",
3320
+ "name": "HydraulicValve43Type",
3321
+ "declaration": {
3322
+ "name": "HydraulicValve43Type",
3323
+ "module": "dist/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.js"
3324
+ }
3325
+ },
3326
+ {
3327
+ "kind": "js",
3328
+ "name": "ObcHydraulicValve43",
3329
+ "declaration": {
3330
+ "name": "ObcHydraulicValve43",
3331
+ "module": "dist/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.js"
3332
+ }
3333
+ }
3334
+ ]
3335
+ },
3336
+ {
3337
+ "kind": "javascript-module",
3338
+ "path": "dist/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.js",
3339
+ "declarations": [
3340
+ {
3341
+ "kind": "variable",
3342
+ "name": "ObcHydraulicValveX2",
3343
+ "default": "class extends ObcShuffleButtonBase { constructor() { super(...arguments); this.type = \"2/2\"; this.ariaLabel = \"Hydraulic valve\"; } get positionCount() { return 2; } renderPositionIcon(position) { switch (this.type) { case \"3/2\": return position === 0 ? html`<obi-hydraulic-11></obi-hydraulic-11>` : html`<obi-hydraulic-10></obi-hydraulic-10>`; case \"4/2\": return position === 0 ? html`<obi-hydraulic-02></obi-hydraulic-02>` : html`<obi-hydraulic-07></obi-hydraulic-07>`; case \"2/2\": default: return position === 0 ? html`<obi-hydraulic-02></obi-hydraulic-02>` : html`<obi-hydraulic-01></obi-hydraulic-01>`; } } }"
3344
+ }
3345
+ ],
3346
+ "exports": [
3347
+ {
3348
+ "kind": "js",
3349
+ "name": "HydraulicValveX2Type",
3350
+ "declaration": {
3351
+ "name": "HydraulicValveX2Type",
3352
+ "module": "dist/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.js"
3353
+ }
3354
+ },
3355
+ {
3356
+ "kind": "js",
3357
+ "name": "ObcHydraulicValveX2",
3358
+ "declaration": {
3359
+ "name": "ObcHydraulicValveX2",
3360
+ "module": "dist/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.js"
3361
+ }
3362
+ }
3363
+ ]
3364
+ },
3286
3365
  {
3287
3366
  "kind": "javascript-module",
3288
3367
  "path": "dist/automation/indicator-battery/indicator-battery.js",
@@ -3623,6 +3702,27 @@
3623
3702
  }
3624
3703
  ]
3625
3704
  },
3705
+ {
3706
+ "kind": "javascript-module",
3707
+ "path": "dist/automation/shuffle-button/shuffle-button-base.js",
3708
+ "declarations": [
3709
+ {
3710
+ "kind": "variable",
3711
+ "name": "ObcShuffleButtonBase",
3712
+ "default": "_ObcShuffleButtonBase"
3713
+ }
3714
+ ],
3715
+ "exports": [
3716
+ {
3717
+ "kind": "js",
3718
+ "name": "ObcShuffleButtonBase",
3719
+ "declaration": {
3720
+ "name": "ObcShuffleButtonBase",
3721
+ "module": "dist/automation/shuffle-button/shuffle-button-base.js"
3722
+ }
3723
+ }
3724
+ ]
3725
+ },
3626
3726
  {
3627
3727
  "kind": "javascript-module",
3628
3728
  "path": "dist/automation/source/source.js",
@@ -4911,6 +5011,39 @@
4911
5011
  }
4912
5012
  ]
4913
5013
  },
5014
+ {
5015
+ "kind": "javascript-module",
5016
+ "path": "dist/components/alert-subsystem-counter/alert-subsystem-counter.js",
5017
+ "declarations": [
5018
+ {
5019
+ "kind": "variable",
5020
+ "name": "ObcAlertSubsystemCounterOrientation"
5021
+ },
5022
+ {
5023
+ "kind": "variable",
5024
+ "name": "ObcAlertSubsystemCounter",
5025
+ "default": "class extends LitElement { constructor() { super(...arguments); this.label = \"\"; this.orientation = \"horizontal\"; this.hasAlert = false; this.emptyText = \"No alerts\"; this.hasIcon = false; } handleIconSlotChange(e) { const slot = e.target; this.hasIcon = slot.assignedNodes({ flatten: true }).length > 0; } render() { return html` <div class=${classMap({ frame: true, [\"orientation-\" + this.orientation]: true, \"has-alert\": this.hasAlert })} > <div class=\"leading-container\"> <div class=${classMap({ icon: true, \"no-icon\": !this.hasIcon })}> <slot name=\"icon\" @slotchange=${this.handleIconSlotChange}></slot> </div> <div class=\"label\">${this.label}</div> </div> <div class=\"trailing-container\"> ${this.hasAlert ? html`<slot name=\"badges\" class=\"badges\"></slot>` : html`<span class=\"empty\">${this.emptyText}</span>`} </div> </div> `; } }"
5026
+ }
5027
+ ],
5028
+ "exports": [
5029
+ {
5030
+ "kind": "js",
5031
+ "name": "ObcAlertSubsystemCounter",
5032
+ "declaration": {
5033
+ "name": "ObcAlertSubsystemCounter",
5034
+ "module": "dist/components/alert-subsystem-counter/alert-subsystem-counter.js"
5035
+ }
5036
+ },
5037
+ {
5038
+ "kind": "js",
5039
+ "name": "ObcAlertSubsystemCounterOrientation",
5040
+ "declaration": {
5041
+ "name": "ObcAlertSubsystemCounterOrientation",
5042
+ "module": "dist/components/alert-subsystem-counter/alert-subsystem-counter.js"
5043
+ }
5044
+ }
5045
+ ]
5046
+ },
4914
5047
  {
4915
5048
  "kind": "javascript-module",
4916
5049
  "path": "dist/components/app-button/app-button.js",
@@ -32449,6 +32582,65 @@
32449
32582
  }
32450
32583
  ]
32451
32584
  },
32585
+ {
32586
+ "kind": "javascript-module",
32587
+ "path": "src/automation/hydraulic-check-valve/hydraulic-check-valve.ts",
32588
+ "declarations": [
32589
+ {
32590
+ "kind": "class",
32591
+ "description": "`<obc-hydraulic-check-valve>` – Static check valve symbol.\n\nRenders the check valve symbol in the same thumb-on-track visual style as\nthe position-selector valve components, sized to a single slot (48px at\nregular size). A check valve has no selectable positions, so the component\nis display-only and not focusable.\n\n## Usage Guidelines\nUse alongside `<obc-hydraulic-valve-4-3>` and `<obc-hydraulic-valve-x-2>`\nfor consistent styling of valves without switchable positions.",
32592
+ "name": "ObcHydraulicCheckValve",
32593
+ "members": [
32594
+ {
32595
+ "kind": "field",
32596
+ "name": "ariaLabel",
32597
+ "type": {
32598
+ "text": "string"
32599
+ },
32600
+ "default": "'Check valve'",
32601
+ "description": "Accessible name for the symbol."
32602
+ },
32603
+ {
32604
+ "kind": "field",
32605
+ "name": "vertical",
32606
+ "type": {
32607
+ "text": "boolean"
32608
+ },
32609
+ "default": "false",
32610
+ "description": "Rotates the symbol 90° counter-clockwise to match a vertical flow path."
32611
+ },
32612
+ {
32613
+ "kind": "method",
32614
+ "name": "render"
32615
+ },
32616
+ {
32617
+ "kind": "field",
32618
+ "name": "styles",
32619
+ "type": {
32620
+ "text": "array"
32621
+ },
32622
+ "static": true,
32623
+ "default": "[unsafeCSS(sharedStyle), unsafeCSS(componentStyle)]"
32624
+ }
32625
+ ],
32626
+ "superclass": {
32627
+ "name": "LitElement",
32628
+ "package": "lit"
32629
+ },
32630
+ "customElement": true
32631
+ }
32632
+ ],
32633
+ "exports": [
32634
+ {
32635
+ "kind": "js",
32636
+ "name": "ObcHydraulicCheckValve",
32637
+ "declaration": {
32638
+ "name": "ObcHydraulicCheckValve",
32639
+ "module": "src/automation/hydraulic-check-valve/hydraulic-check-valve.ts"
32640
+ }
32641
+ }
32642
+ ]
32643
+ },
32452
32644
  {
32453
32645
  "kind": "javascript-module",
32454
32646
  "path": "src/automation/hydraulic-separator/hydraulic-separator.ts",
@@ -32967,6 +33159,468 @@
32967
33159
  }
32968
33160
  ]
32969
33161
  },
33162
+ {
33163
+ "kind": "javascript-module",
33164
+ "path": "src/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.ts",
33165
+ "declarations": [
33166
+ {
33167
+ "kind": "class",
33168
+ "description": "`<obc-hydraulic-valve-4-3>` – Position selector symbol for a 4/3 directional valve.\n\nShows the valve's three positions as icon thumbs on a shared track. The\nselected position always occupies the fixed center slot; the other position\nthumbs keep their logical order and shift to either side, so the component's\ntotal width never changes (five 48px slots at regular size).\n\n## Features / Variants\n- `type` selects the center-position symbol (five variants).\n- `vertical` stacks the positions top to bottom and rotates the symbols to\n match a vertical flow path.\n- Controlled selection: clicking an option or pressing arrow keys fires\n `position-selected` with the requested position; the application updates\n `selectedPosition` once the change is confirmed.\n- Scales with the component size classes (`obc-component-size-*`).\n\n## Usage Guidelines\nUse to display and command the position of a 4/3 directional valve. For\ntwo-position valves use `<obc-hydraulic-valve-x-2>`; for a static check\nvalve symbol use `<obc-hydraulic-check-valve>`. Bind `selectedPosition` to\nthe position the device reports, not to the last request, so the symbol\nnever shows a position the valve has not reached.\n\n## Events\n- `position-selected` – Fired when the user requests a position (click or\n arrow key). Detail: `{position: number}` (0 = left, 1 = center, 2 = right).",
33169
+ "name": "ObcHydraulicValve43",
33170
+ "members": [
33171
+ {
33172
+ "kind": "field",
33173
+ "name": "type",
33174
+ "type": {
33175
+ "text": "HydraulicValve43Type"
33176
+ },
33177
+ "description": "Center-position symbol variant."
33178
+ },
33179
+ {
33180
+ "kind": "field",
33181
+ "name": "ariaLabel",
33182
+ "type": {
33183
+ "text": "string"
33184
+ },
33185
+ "default": "'Hydraulic 4/3 valve'",
33186
+ "description": "Accessible name for the control.",
33187
+ "inheritedFrom": {
33188
+ "name": "ObcShuffleButtonBase",
33189
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33190
+ }
33191
+ },
33192
+ {
33193
+ "kind": "field",
33194
+ "name": "positionCount",
33195
+ "type": {
33196
+ "text": "number"
33197
+ },
33198
+ "privacy": "protected",
33199
+ "readonly": true,
33200
+ "inheritedFrom": {
33201
+ "name": "ObcShuffleButtonBase",
33202
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33203
+ }
33204
+ },
33205
+ {
33206
+ "kind": "method",
33207
+ "name": "renderPositionIcon",
33208
+ "privacy": "protected",
33209
+ "return": {
33210
+ "type": {
33211
+ "text": "TemplateResult"
33212
+ }
33213
+ },
33214
+ "parameters": [
33215
+ {
33216
+ "name": "position",
33217
+ "type": {
33218
+ "text": "number"
33219
+ }
33220
+ }
33221
+ ],
33222
+ "inheritedFrom": {
33223
+ "name": "ObcShuffleButtonBase",
33224
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33225
+ }
33226
+ },
33227
+ {
33228
+ "kind": "field",
33229
+ "name": "selectedPosition",
33230
+ "type": {
33231
+ "text": "number"
33232
+ },
33233
+ "default": "1",
33234
+ "description": "Zero-based index of the currently selected position. Out-of-range values are clamped.",
33235
+ "inheritedFrom": {
33236
+ "name": "ObcShuffleButtonBase",
33237
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33238
+ }
33239
+ },
33240
+ {
33241
+ "kind": "field",
33242
+ "name": "vertical",
33243
+ "type": {
33244
+ "text": "boolean"
33245
+ },
33246
+ "default": "false",
33247
+ "description": "Lays the control out vertically: positions stack top to bottom and the position symbols rotate 90° counter-clockwise to match a vertical flow path.",
33248
+ "inheritedFrom": {
33249
+ "name": "ObcShuffleButtonBase",
33250
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33251
+ }
33252
+ },
33253
+ {
33254
+ "kind": "field",
33255
+ "name": "suppressHover",
33256
+ "type": {
33257
+ "text": "boolean"
33258
+ },
33259
+ "privacy": "private",
33260
+ "default": "false",
33261
+ "inheritedFrom": {
33262
+ "name": "ObcShuffleButtonBase",
33263
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33264
+ }
33265
+ },
33266
+ {
33267
+ "kind": "method",
33268
+ "name": "render",
33269
+ "inheritedFrom": {
33270
+ "name": "ObcShuffleButtonBase",
33271
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33272
+ }
33273
+ },
33274
+ {
33275
+ "kind": "method",
33276
+ "name": "renderThumb",
33277
+ "privacy": "private",
33278
+ "parameters": [
33279
+ {
33280
+ "name": "position",
33281
+ "type": {
33282
+ "text": "number"
33283
+ }
33284
+ },
33285
+ {
33286
+ "name": "selected",
33287
+ "type": {
33288
+ "text": "number"
33289
+ }
33290
+ }
33291
+ ],
33292
+ "inheritedFrom": {
33293
+ "name": "ObcShuffleButtonBase",
33294
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33295
+ }
33296
+ },
33297
+ {
33298
+ "kind": "method",
33299
+ "name": "requestPosition",
33300
+ "privacy": "private",
33301
+ "parameters": [
33302
+ {
33303
+ "name": "position",
33304
+ "type": {
33305
+ "text": "number"
33306
+ }
33307
+ }
33308
+ ],
33309
+ "inheritedFrom": {
33310
+ "name": "ObcShuffleButtonBase",
33311
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33312
+ }
33313
+ },
33314
+ {
33315
+ "kind": "method",
33316
+ "name": "restoreHover",
33317
+ "privacy": "private",
33318
+ "inheritedFrom": {
33319
+ "name": "ObcShuffleButtonBase",
33320
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33321
+ }
33322
+ },
33323
+ {
33324
+ "kind": "method",
33325
+ "name": "handleKeydown",
33326
+ "privacy": "private",
33327
+ "parameters": [
33328
+ {
33329
+ "name": "event",
33330
+ "type": {
33331
+ "text": "KeyboardEvent"
33332
+ }
33333
+ }
33334
+ ],
33335
+ "inheritedFrom": {
33336
+ "name": "ObcShuffleButtonBase",
33337
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33338
+ }
33339
+ },
33340
+ {
33341
+ "kind": "method",
33342
+ "name": "updated",
33343
+ "privacy": "protected",
33344
+ "parameters": [
33345
+ {
33346
+ "name": "changed",
33347
+ "type": {
33348
+ "text": "PropertyValues"
33349
+ }
33350
+ }
33351
+ ],
33352
+ "inheritedFrom": {
33353
+ "name": "ObcShuffleButtonBase",
33354
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33355
+ }
33356
+ },
33357
+ {
33358
+ "kind": "field",
33359
+ "name": "styles",
33360
+ "static": true,
33361
+ "inheritedFrom": {
33362
+ "name": "ObcShuffleButtonBase",
33363
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33364
+ }
33365
+ }
33366
+ ],
33367
+ "events": [
33368
+ {
33369
+ "type": {
33370
+ "text": "CustomEvent<PositionSelectedDetail>"
33371
+ },
33372
+ "description": "Fired when the user requests a position (click or arrow key).",
33373
+ "name": "position-selected"
33374
+ }
33375
+ ],
33376
+ "superclass": {
33377
+ "name": "ObcShuffleButtonBase",
33378
+ "module": "/src/automation/shuffle-button/shuffle-button-base.js"
33379
+ }
33380
+ }
33381
+ ],
33382
+ "exports": [
33383
+ {
33384
+ "kind": "js",
33385
+ "name": "ObcHydraulicValve43",
33386
+ "declaration": {
33387
+ "name": "ObcHydraulicValve43",
33388
+ "module": "src/automation/hydraulic-valve-4-3/hydraulic-valve-4-3.ts"
33389
+ }
33390
+ }
33391
+ ]
33392
+ },
33393
+ {
33394
+ "kind": "javascript-module",
33395
+ "path": "src/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.ts",
33396
+ "declarations": [
33397
+ {
33398
+ "kind": "class",
33399
+ "description": "`<obc-hydraulic-valve-x-2>` – Position selector symbol for a two-position valve.\n\nShows the valve's two positions as icon thumbs on a shared track. The\nselected position always occupies the fixed center slot; the option thumb\nsits to its left or right depending on logical order, and an empty spacer\nslot keeps the total width constant (three 48px slots at regular size).\n\n## Features / Variants\n- `type` selects the port/position configuration: `2/2`, `3/2` or `4/2`.\n- `vertical` stacks the positions top to bottom and rotates the symbols to\n match a vertical flow path.\n- Controlled selection: clicking the option or pressing arrow keys fires\n `position-selected`; the application updates `selectedPosition` once the\n change is confirmed.\n- Scales with the component size classes (`obc-component-size-*`).\n\n## Usage Guidelines\nUse to display and command the position of a two-position valve. For 4/3\ndirectional valves use `<obc-hydraulic-valve-4-3>`; for a static check\nvalve symbol use `<obc-hydraulic-check-valve>`. Bind `selectedPosition` to\nthe position the device reports, not to the last request, so the symbol\nnever shows a position the valve has not reached.\n\n## Events\n- `position-selected` – Fired when the user requests a position (click or\n arrow key). Detail: `{position: number}` (0 = first, 1 = second).",
33400
+ "name": "ObcHydraulicValveX2",
33401
+ "members": [
33402
+ {
33403
+ "kind": "field",
33404
+ "name": "type",
33405
+ "type": {
33406
+ "text": "HydraulicValveX2Type"
33407
+ },
33408
+ "description": "Port/position configuration."
33409
+ },
33410
+ {
33411
+ "kind": "field",
33412
+ "name": "ariaLabel",
33413
+ "type": {
33414
+ "text": "string"
33415
+ },
33416
+ "default": "'Hydraulic valve'",
33417
+ "description": "Accessible name for the control.",
33418
+ "inheritedFrom": {
33419
+ "name": "ObcShuffleButtonBase",
33420
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33421
+ }
33422
+ },
33423
+ {
33424
+ "kind": "field",
33425
+ "name": "positionCount",
33426
+ "type": {
33427
+ "text": "number"
33428
+ },
33429
+ "privacy": "protected",
33430
+ "readonly": true,
33431
+ "inheritedFrom": {
33432
+ "name": "ObcShuffleButtonBase",
33433
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33434
+ }
33435
+ },
33436
+ {
33437
+ "kind": "method",
33438
+ "name": "renderPositionIcon",
33439
+ "privacy": "protected",
33440
+ "return": {
33441
+ "type": {
33442
+ "text": "TemplateResult"
33443
+ }
33444
+ },
33445
+ "parameters": [
33446
+ {
33447
+ "name": "position",
33448
+ "type": {
33449
+ "text": "number"
33450
+ }
33451
+ }
33452
+ ],
33453
+ "inheritedFrom": {
33454
+ "name": "ObcShuffleButtonBase",
33455
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33456
+ }
33457
+ },
33458
+ {
33459
+ "kind": "field",
33460
+ "name": "selectedPosition",
33461
+ "type": {
33462
+ "text": "number"
33463
+ },
33464
+ "default": "1",
33465
+ "description": "Zero-based index of the currently selected position. Out-of-range values are clamped.",
33466
+ "inheritedFrom": {
33467
+ "name": "ObcShuffleButtonBase",
33468
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33469
+ }
33470
+ },
33471
+ {
33472
+ "kind": "field",
33473
+ "name": "vertical",
33474
+ "type": {
33475
+ "text": "boolean"
33476
+ },
33477
+ "default": "false",
33478
+ "description": "Lays the control out vertically: positions stack top to bottom and the position symbols rotate 90° counter-clockwise to match a vertical flow path.",
33479
+ "inheritedFrom": {
33480
+ "name": "ObcShuffleButtonBase",
33481
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33482
+ }
33483
+ },
33484
+ {
33485
+ "kind": "field",
33486
+ "name": "suppressHover",
33487
+ "type": {
33488
+ "text": "boolean"
33489
+ },
33490
+ "privacy": "private",
33491
+ "default": "false",
33492
+ "inheritedFrom": {
33493
+ "name": "ObcShuffleButtonBase",
33494
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33495
+ }
33496
+ },
33497
+ {
33498
+ "kind": "method",
33499
+ "name": "render",
33500
+ "inheritedFrom": {
33501
+ "name": "ObcShuffleButtonBase",
33502
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33503
+ }
33504
+ },
33505
+ {
33506
+ "kind": "method",
33507
+ "name": "renderThumb",
33508
+ "privacy": "private",
33509
+ "parameters": [
33510
+ {
33511
+ "name": "position",
33512
+ "type": {
33513
+ "text": "number"
33514
+ }
33515
+ },
33516
+ {
33517
+ "name": "selected",
33518
+ "type": {
33519
+ "text": "number"
33520
+ }
33521
+ }
33522
+ ],
33523
+ "inheritedFrom": {
33524
+ "name": "ObcShuffleButtonBase",
33525
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33526
+ }
33527
+ },
33528
+ {
33529
+ "kind": "method",
33530
+ "name": "requestPosition",
33531
+ "privacy": "private",
33532
+ "parameters": [
33533
+ {
33534
+ "name": "position",
33535
+ "type": {
33536
+ "text": "number"
33537
+ }
33538
+ }
33539
+ ],
33540
+ "inheritedFrom": {
33541
+ "name": "ObcShuffleButtonBase",
33542
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33543
+ }
33544
+ },
33545
+ {
33546
+ "kind": "method",
33547
+ "name": "restoreHover",
33548
+ "privacy": "private",
33549
+ "inheritedFrom": {
33550
+ "name": "ObcShuffleButtonBase",
33551
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33552
+ }
33553
+ },
33554
+ {
33555
+ "kind": "method",
33556
+ "name": "handleKeydown",
33557
+ "privacy": "private",
33558
+ "parameters": [
33559
+ {
33560
+ "name": "event",
33561
+ "type": {
33562
+ "text": "KeyboardEvent"
33563
+ }
33564
+ }
33565
+ ],
33566
+ "inheritedFrom": {
33567
+ "name": "ObcShuffleButtonBase",
33568
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33569
+ }
33570
+ },
33571
+ {
33572
+ "kind": "method",
33573
+ "name": "updated",
33574
+ "privacy": "protected",
33575
+ "parameters": [
33576
+ {
33577
+ "name": "changed",
33578
+ "type": {
33579
+ "text": "PropertyValues"
33580
+ }
33581
+ }
33582
+ ],
33583
+ "inheritedFrom": {
33584
+ "name": "ObcShuffleButtonBase",
33585
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33586
+ }
33587
+ },
33588
+ {
33589
+ "kind": "field",
33590
+ "name": "styles",
33591
+ "static": true,
33592
+ "inheritedFrom": {
33593
+ "name": "ObcShuffleButtonBase",
33594
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
33595
+ }
33596
+ }
33597
+ ],
33598
+ "events": [
33599
+ {
33600
+ "type": {
33601
+ "text": "CustomEvent<PositionSelectedDetail>"
33602
+ },
33603
+ "description": "Fired when the user requests a position (click or arrow key).",
33604
+ "name": "position-selected"
33605
+ }
33606
+ ],
33607
+ "superclass": {
33608
+ "name": "ObcShuffleButtonBase",
33609
+ "module": "/src/automation/shuffle-button/shuffle-button-base.js"
33610
+ }
33611
+ }
33612
+ ],
33613
+ "exports": [
33614
+ {
33615
+ "kind": "js",
33616
+ "name": "ObcHydraulicValveX2",
33617
+ "declaration": {
33618
+ "name": "ObcHydraulicValveX2",
33619
+ "module": "src/automation/hydraulic-valve-x-2/hydraulic-valve-x-2.ts"
33620
+ }
33621
+ }
33622
+ ]
33623
+ },
32970
33624
  {
32971
33625
  "kind": "javascript-module",
32972
33626
  "path": "src/automation/indicator-battery/indicator-battery.ts",
@@ -36657,6 +37311,169 @@
36657
37311
  }
36658
37312
  ]
36659
37313
  },
37314
+ {
37315
+ "kind": "javascript-module",
37316
+ "path": "src/automation/shuffle-button/shuffle-button-base.ts",
37317
+ "declarations": [
37318
+ {
37319
+ "kind": "class",
37320
+ "description": "Base class for shuffle-button selectors: a control whose selected thumb\nalways occupies the fixed center slot of a (2·n−1)-slot row (or column when\n`vertical`). Option thumbs keep their logical order and redistribute to\neither side of the selected thumb; empty spacer slots absorb the remaining\nlength so the total size never changes.\n\n## Controlled selection\nClicking an option or pressing an arrow key only fires `position-selected`.\nThe host application sets `selectedPosition` once the device confirms the\nchange, so the control never shows a position the device has not reached.\n\n## Keyboard\nFollows the WAI-ARIA radio group pattern\n(https://www.w3.org/WAI/ARIA/apg/patterns/radio/): `role=\"radiogroup\"` with\none `role=\"radio\"` thumb per position, a single tab stop on the selected\nthumb, and Left/Up and Right/Down moving to the previous/next position with\nwrap-around. Departures: arrow keys request the position rather than moving\nthe checked state (controlled selection above), and focus follows the thumb\nonly once the host confirms it. Space/Enter on a focused thumb request it\nthrough the native button click. Home/End are out of scope.\n\nSubclasses define `positionCount` and `renderPositionIcon()` and carry the\n`@fires position-selected` tag: the manifest and the framework wrappers read\nevents from the registered element, not from this base.\n\nNot declared `abstract`: the wrapper generators wrap every `LitElement`\nsubclass and pass its constructor as a concrete `Constructor<T>`, so the\ndefault implementations below stand in for abstract members (same as\n`ObcAbstractAutomationButton`).",
37321
+ "name": "ObcShuffleButtonBase",
37322
+ "members": [
37323
+ {
37324
+ "kind": "field",
37325
+ "name": "selectedPosition",
37326
+ "type": {
37327
+ "text": "number"
37328
+ },
37329
+ "default": "1",
37330
+ "description": "Zero-based index of the currently selected position. Out-of-range values are clamped."
37331
+ },
37332
+ {
37333
+ "kind": "field",
37334
+ "name": "vertical",
37335
+ "type": {
37336
+ "text": "boolean"
37337
+ },
37338
+ "default": "false",
37339
+ "description": "Lays the control out vertically: positions stack top to bottom and the position symbols rotate 90° counter-clockwise to match a vertical flow path."
37340
+ },
37341
+ {
37342
+ "kind": "field",
37343
+ "name": "ariaLabel",
37344
+ "type": {
37345
+ "text": "string"
37346
+ },
37347
+ "default": "'Position selector'",
37348
+ "description": "Accessible name for the radio group (the control is icon-only). Concrete components override the default with a device-specific name."
37349
+ },
37350
+ {
37351
+ "kind": "field",
37352
+ "name": "suppressHover",
37353
+ "type": {
37354
+ "text": "boolean"
37355
+ },
37356
+ "privacy": "private",
37357
+ "default": "false"
37358
+ },
37359
+ {
37360
+ "kind": "field",
37361
+ "name": "positionCount",
37362
+ "type": {
37363
+ "text": "number"
37364
+ },
37365
+ "privacy": "protected",
37366
+ "readonly": true
37367
+ },
37368
+ {
37369
+ "kind": "method",
37370
+ "name": "renderPositionIcon",
37371
+ "privacy": "protected",
37372
+ "return": {
37373
+ "type": {
37374
+ "text": "TemplateResult"
37375
+ }
37376
+ },
37377
+ "parameters": [
37378
+ {
37379
+ "name": "_position",
37380
+ "type": {
37381
+ "text": "number"
37382
+ }
37383
+ }
37384
+ ]
37385
+ },
37386
+ {
37387
+ "kind": "method",
37388
+ "name": "render"
37389
+ },
37390
+ {
37391
+ "kind": "method",
37392
+ "name": "renderThumb",
37393
+ "privacy": "private",
37394
+ "parameters": [
37395
+ {
37396
+ "name": "position",
37397
+ "type": {
37398
+ "text": "number"
37399
+ }
37400
+ },
37401
+ {
37402
+ "name": "selected",
37403
+ "type": {
37404
+ "text": "number"
37405
+ }
37406
+ }
37407
+ ]
37408
+ },
37409
+ {
37410
+ "kind": "method",
37411
+ "name": "requestPosition",
37412
+ "privacy": "private",
37413
+ "parameters": [
37414
+ {
37415
+ "name": "position",
37416
+ "type": {
37417
+ "text": "number"
37418
+ }
37419
+ }
37420
+ ]
37421
+ },
37422
+ {
37423
+ "kind": "method",
37424
+ "name": "restoreHover",
37425
+ "privacy": "private"
37426
+ },
37427
+ {
37428
+ "kind": "method",
37429
+ "name": "handleKeydown",
37430
+ "privacy": "private",
37431
+ "parameters": [
37432
+ {
37433
+ "name": "event",
37434
+ "type": {
37435
+ "text": "KeyboardEvent"
37436
+ }
37437
+ }
37438
+ ]
37439
+ },
37440
+ {
37441
+ "kind": "method",
37442
+ "name": "updated",
37443
+ "privacy": "protected",
37444
+ "parameters": [
37445
+ {
37446
+ "name": "changed",
37447
+ "type": {
37448
+ "text": "PropertyValues"
37449
+ }
37450
+ }
37451
+ ]
37452
+ },
37453
+ {
37454
+ "kind": "field",
37455
+ "name": "styles",
37456
+ "static": true
37457
+ }
37458
+ ],
37459
+ "superclass": {
37460
+ "name": "LitElement",
37461
+ "package": "lit"
37462
+ },
37463
+ "customElement": true
37464
+ }
37465
+ ],
37466
+ "exports": [
37467
+ {
37468
+ "kind": "js",
37469
+ "name": "ObcShuffleButtonBase",
37470
+ "declaration": {
37471
+ "name": "ObcShuffleButtonBase",
37472
+ "module": "src/automation/shuffle-button/shuffle-button-base.ts"
37473
+ }
37474
+ }
37475
+ ]
37476
+ },
36660
37477
  {
36661
37478
  "kind": "javascript-module",
36662
37479
  "path": "src/automation/source/source.ts",
@@ -48042,6 +48859,110 @@
48042
48859
  }
48043
48860
  ]
48044
48861
  },
48862
+ {
48863
+ "kind": "javascript-module",
48864
+ "path": "src/components/alert-subsystem-counter/alert-subsystem-counter.ts",
48865
+ "declarations": [
48866
+ {
48867
+ "kind": "class",
48868
+ "description": "`<obc-alert-subsystem-counter>` – A framed summary of a subsystem's alert\ncounts: a leading icon, a label, and a trailing set of slotted count badges.\n\nWhen there are no active alerts it shows a muted label and an empty-state\nmessage instead of the badges. The count badges themselves are supplied by\nthe consumer as slotted `obc-badge` elements; this component provides only\nthe frame, layout, label, and empty state.\n\n---\n\n### Features\n- **Orientation:** `horizontal` (single row) or `vertical` (badges on a line\n below the label).\n- **Alert state:** `hasAlert` toggles between an active (bold label, badges)\n and an inactive (muted label, empty text) presentation.\n- **Freeform label:** Pass a full title or an abbreviation — the label is\n plain text decided by the caller and truncates with an ellipsis.\n- **Configurable empty text:** Customize the message shown when there are no\n alerts via `emptyText`.\n- **Optional leading icon:** Provide an icon through the `icon` slot; omit it\n and the leading box collapses with no empty gap.\n\n---\n\n### Usage Guidelines\n- Use this component to give an at-a-glance count of outstanding alerts for a\n single subsystem, grouped by severity.\n- Provide one slotted badge per severity in the `badges` slot, typically\n `<obc-badge size=\"large\">` with a severity `type` and a `number`. The\n badge `type` values are the same severity vocabulary as `AlertType`\n (`alarm`, `warning`, `caution` and the `level-*` family); order them\n highest severity first, as `ALERT_SEVERITY_PRIORITY` does.\n- Set `hasAlert` to `false` to present the resolved/clear state; the badges\n are then not rendered and `emptyText` is shown. The component does not\n derive the state from the slotted badges — the consumer owns it.\n- Choose `vertical` orientation in narrow containers where the badges do not\n fit beside the label.\n- The counter is display-only: it renders no button and fires no events. For\n a clickable subsystem entry with badges, see `obc-tree-navigation-item`\n (`alertBadges`) or `obc-integration-fleet-button` (`alerts`).\n\n---\n\n### Slots\n\n| Slot Name | Renders When... | Purpose |\n|-----------|------------------------|----------------------------------------------------|\n| `icon` | The slot has content | Leading 24px icon (e.g. `<obi-placeholder>`). |\n| `badges` | `hasAlert` is true | Count badges, one per severity (`<obc-badge>`). |\n\n---\n\n### Example\n\n```html\n<obc-alert-subsystem-counter label=\"Label\" hasAlert>\n <obi-placeholder slot=\"icon\"></obi-placeholder>\n <obc-badge slot=\"badges\" size=\"large\" type=\"alarm\" .number=${9}></obc-badge>\n <obc-badge slot=\"badges\" size=\"large\" type=\"warning\" .number=${4}></obc-badge>\n <obc-badge slot=\"badges\" size=\"large\" type=\"caution\" .number=${2}></obc-badge>\n</obc-alert-subsystem-counter>\n```",
48869
+ "name": "ObcAlertSubsystemCounter",
48870
+ "slots": [
48871
+ {
48872
+ "description": "Optional leading 24px icon.",
48873
+ "name": "icon"
48874
+ },
48875
+ {
48876
+ "description": "Count badges shown when `hasAlert` is true.",
48877
+ "name": "badges"
48878
+ }
48879
+ ],
48880
+ "members": [
48881
+ {
48882
+ "kind": "field",
48883
+ "name": "label",
48884
+ "type": {
48885
+ "text": "string"
48886
+ },
48887
+ "default": "''",
48888
+ "description": "The subsystem label. Pass a full title or an abbreviation as plain text."
48889
+ },
48890
+ {
48891
+ "kind": "field",
48892
+ "name": "orientation",
48893
+ "type": {
48894
+ "text": "ObcAlertSubsystemCounterOrientation"
48895
+ },
48896
+ "description": "Layout direction: `horizontal` (default) keeps icon, label and badges in one row; `vertical` moves the badges (or empty text) to a line below the label."
48897
+ },
48898
+ {
48899
+ "kind": "field",
48900
+ "name": "hasAlert",
48901
+ "type": {
48902
+ "text": "boolean"
48903
+ },
48904
+ "default": "false",
48905
+ "description": "Whether the subsystem has active alerts. `true` shows the label bold and renders the `badges` slot; `false` mutes the label and shows `emptyText` instead of the badges."
48906
+ },
48907
+ {
48908
+ "kind": "field",
48909
+ "name": "emptyText",
48910
+ "type": {
48911
+ "text": "string"
48912
+ },
48913
+ "default": "'No alerts'",
48914
+ "description": "Text shown in the trailing area when `hasAlert` is `false`."
48915
+ },
48916
+ {
48917
+ "kind": "field",
48918
+ "name": "hasIcon",
48919
+ "type": {
48920
+ "text": "boolean"
48921
+ },
48922
+ "privacy": "private",
48923
+ "default": "false"
48924
+ },
48925
+ {
48926
+ "kind": "method",
48927
+ "name": "handleIconSlotChange",
48928
+ "privacy": "private",
48929
+ "parameters": [
48930
+ {
48931
+ "name": "e",
48932
+ "type": {
48933
+ "text": "Event"
48934
+ }
48935
+ }
48936
+ ]
48937
+ },
48938
+ {
48939
+ "kind": "method",
48940
+ "name": "render"
48941
+ },
48942
+ {
48943
+ "kind": "field",
48944
+ "name": "styles",
48945
+ "static": true
48946
+ }
48947
+ ],
48948
+ "superclass": {
48949
+ "name": "LitElement",
48950
+ "package": "lit"
48951
+ },
48952
+ "customElement": true
48953
+ }
48954
+ ],
48955
+ "exports": [
48956
+ {
48957
+ "kind": "js",
48958
+ "name": "ObcAlertSubsystemCounter",
48959
+ "declaration": {
48960
+ "name": "ObcAlertSubsystemCounter",
48961
+ "module": "src/components/alert-subsystem-counter/alert-subsystem-counter.ts"
48962
+ }
48963
+ }
48964
+ ]
48965
+ },
48045
48966
  {
48046
48967
  "kind": "javascript-module",
48047
48968
  "path": "src/components/app-button/app-button.ts",