@oicl/openbridge-webcomponents 2.0.0-next.58 → 2.0.0-next.59

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 (115) hide show
  1. package/bundle/openbridge-webcomponents.bundle.js +5999 -4348
  2. package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
  3. package/custom-elements.json +755 -75
  4. package/dist/alert-severity.d.ts +38 -0
  5. package/dist/alert-severity.d.ts.map +1 -0
  6. package/dist/alert-severity.js +176 -0
  7. package/dist/alert-severity.js.map +1 -0
  8. package/dist/ar/building-blocks/poi-header/poi-header.css.js +38 -7
  9. package/dist/ar/building-blocks/poi-header/poi-header.css.js.map +1 -1
  10. package/dist/ar/building-blocks/poi-header/poi-header.d.ts +7 -2
  11. package/dist/ar/building-blocks/poi-header/poi-header.d.ts.map +1 -1
  12. package/dist/ar/building-blocks/poi-header/poi-header.js +5 -0
  13. package/dist/ar/building-blocks/poi-header/poi-header.js.map +1 -1
  14. package/dist/ar/poi-button/poi-button.css.js +110 -32
  15. package/dist/ar/poi-button/poi-button.css.js.map +1 -1
  16. package/dist/ar/poi-button/poi-button.d.ts +7 -2
  17. package/dist/ar/poi-button/poi-button.d.ts.map +1 -1
  18. package/dist/ar/poi-button/poi-button.js +15 -0
  19. package/dist/ar/poi-button/poi-button.js.map +1 -1
  20. package/dist/ar/types.d.ts +6 -1
  21. package/dist/ar/types.d.ts.map +1 -1
  22. package/dist/ar/types.js +5 -0
  23. package/dist/ar/types.js.map +1 -1
  24. package/dist/automation/automation-badge/automation-badge.d.ts +9 -1
  25. package/dist/automation/automation-badge/automation-badge.d.ts.map +1 -1
  26. package/dist/automation/automation-badge/automation-badge.js +119 -12
  27. package/dist/automation/automation-badge/automation-badge.js.map +1 -1
  28. package/dist/automation/automation-button/abstract-automation-button-storybook-helpers.d.ts +25 -1
  29. package/dist/automation/automation-button/abstract-automation-button-storybook-helpers.d.ts.map +1 -1
  30. package/dist/automation/automation-button/abstract-automation-button-storybook-helpers.js +7 -2
  31. package/dist/automation/automation-button/abstract-automation-button-storybook-helpers.js.map +1 -1
  32. package/dist/automation/automation-button/abstract-automation-button.d.ts +10 -3
  33. package/dist/automation/automation-button/abstract-automation-button.d.ts.map +1 -1
  34. package/dist/automation/automation-button/abstract-automation-button.js +23 -2
  35. package/dist/automation/automation-button/abstract-automation-button.js.map +1 -1
  36. package/dist/automation/automation-button/automation-button.css.js +9 -4
  37. package/dist/automation/automation-button/automation-button.css.js.map +1 -1
  38. package/dist/automation/automation-button/automation-button.d.ts +4 -2
  39. package/dist/automation/automation-button/automation-button.d.ts.map +1 -1
  40. package/dist/automation/automation-button/automation-button.js +24 -6
  41. package/dist/automation/automation-button/automation-button.js.map +1 -1
  42. package/dist/automation/automation-tank/automation-tank.d.ts +3 -2
  43. package/dist/automation/automation-tank/automation-tank.d.ts.map +1 -1
  44. package/dist/automation/automation-tank/automation-tank.js +13 -2
  45. package/dist/automation/automation-tank/automation-tank.js.map +1 -1
  46. package/dist/components/accordion-card/accordion-card.css.js +34 -0
  47. package/dist/components/accordion-card/accordion-card.css.js.map +1 -1
  48. package/dist/components/accordion-card/accordion-card.d.ts +3 -2
  49. package/dist/components/accordion-card/accordion-card.d.ts.map +1 -1
  50. package/dist/components/accordion-card/accordion-card.js +4 -3
  51. package/dist/components/accordion-card/accordion-card.js.map +1 -1
  52. package/dist/components/alert-button/alert-button.css.js +744 -7
  53. package/dist/components/alert-button/alert-button.css.js.map +1 -1
  54. package/dist/components/alert-button/alert-button.d.ts +3 -1
  55. package/dist/components/alert-button/alert-button.d.ts.map +1 -1
  56. package/dist/components/alert-button/alert-button.js +33 -31
  57. package/dist/components/alert-button/alert-button.js.map +1 -1
  58. package/dist/components/alert-frame/alert-frame.css.js +116 -29
  59. package/dist/components/alert-frame/alert-frame.css.js.map +1 -1
  60. package/dist/components/alert-frame/alert-frame.d.ts +42 -15
  61. package/dist/components/alert-frame/alert-frame.d.ts.map +1 -1
  62. package/dist/components/alert-frame/alert-frame.js +68 -17
  63. package/dist/components/alert-frame/alert-frame.js.map +1 -1
  64. package/dist/components/alert-frame/critical-badge.d.ts +12 -0
  65. package/dist/components/alert-frame/critical-badge.d.ts.map +1 -0
  66. package/dist/components/alert-frame/critical-badge.js +47 -0
  67. package/dist/components/alert-frame/critical-badge.js.map +1 -0
  68. package/dist/components/alert-frame/diagnostic-badge.d.ts +12 -0
  69. package/dist/components/alert-frame/diagnostic-badge.d.ts.map +1 -0
  70. package/dist/components/alert-frame/diagnostic-badge.js +60 -0
  71. package/dist/components/alert-frame/diagnostic-badge.js.map +1 -0
  72. package/dist/components/alert-icon/alert-icon.d.ts +6 -1
  73. package/dist/components/alert-icon/alert-icon.d.ts.map +1 -1
  74. package/dist/components/alert-icon/alert-icon.js +96 -38
  75. package/dist/components/alert-icon/alert-icon.js.map +1 -1
  76. package/dist/components/alert-icon/icons/icon-critical.d.ts +3 -0
  77. package/dist/components/alert-icon/icons/icon-critical.d.ts.map +1 -0
  78. package/dist/components/alert-icon/icons/icon-critical.js +26 -0
  79. package/dist/components/alert-icon/icons/icon-critical.js.map +1 -0
  80. package/dist/components/alert-list-details/alert-list-details.d.ts.map +1 -1
  81. package/dist/components/alert-list-details/alert-list-details.js +6 -7
  82. package/dist/components/alert-list-details/alert-list-details.js.map +1 -1
  83. package/dist/components/badge/badge.css.js +50 -2
  84. package/dist/components/badge/badge.css.js.map +1 -1
  85. package/dist/components/badge/badge.d.ts +13 -2
  86. package/dist/components/badge/badge.d.ts.map +1 -1
  87. package/dist/components/badge/badge.js +54 -0
  88. package/dist/components/badge/badge.js.map +1 -1
  89. package/dist/index.js +2 -1
  90. package/dist/manual-icon/icon-alerts-critical-twotone.d.ts +30 -0
  91. package/dist/manual-icon/icon-alerts-critical-twotone.d.ts.map +1 -0
  92. package/dist/manual-icon/icon-alerts-critical-twotone.js +55 -0
  93. package/dist/manual-icon/icon-alerts-critical-twotone.js.map +1 -0
  94. package/dist/manual-icon/icon-alerts-diagnostic-twotone.d.ts +30 -0
  95. package/dist/manual-icon/icon-alerts-diagnostic-twotone.d.ts.map +1 -0
  96. package/dist/manual-icon/icon-alerts-diagnostic-twotone.js +55 -0
  97. package/dist/manual-icon/icon-alerts-diagnostic-twotone.js.map +1 -0
  98. package/dist/navigation-instruments/readout/readout.css.js +3 -18
  99. package/dist/navigation-instruments/readout/readout.css.js.map +1 -1
  100. package/dist/navigation-instruments/readout/readout.d.ts +6 -7
  101. package/dist/navigation-instruments/readout/readout.d.ts.map +1 -1
  102. package/dist/navigation-instruments/readout/readout.js +54 -52
  103. package/dist/navigation-instruments/readout/readout.js.map +1 -1
  104. package/dist/navigation-instruments/readout-list-item/readout-list-item.css.js +9 -36
  105. package/dist/navigation-instruments/readout-list-item/readout-list-item.css.js.map +1 -1
  106. package/dist/navigation-instruments/readout-list-item/readout-list-item.d.ts +8 -8
  107. package/dist/navigation-instruments/readout-list-item/readout-list-item.d.ts.map +1 -1
  108. package/dist/navigation-instruments/readout-list-item/readout-list-item.js +49 -42
  109. package/dist/navigation-instruments/readout-list-item/readout-list-item.js.map +1 -1
  110. package/dist/openbridge.css +155 -0
  111. package/dist/types.d.ts +7 -1
  112. package/dist/types.d.ts.map +1 -1
  113. package/dist/types.js +18 -7
  114. package/dist/types.js.map +1 -1
  115. package/package.json +1 -1
@@ -193,7 +193,7 @@
193
193
  "declarations": [
194
194
  {
195
195
  "kind": "class",
196
- "description": "`<obc-poi-header>` - Compact header chip for marker identifiers, labels, and optional indicator content.\n\n## Overview\nUse this component to display compact marker metadata above or near a marker button.\nKeywords/synonyms: chip, pill, badge, header chip, identifier badge.\n\n## Features/Variants\n- `type` (default `id`):\n - `id`: shows identifier content only.\n - `data`: shows identifier plus secondary label.\n- `state` (default `enabled`): `enabled`, `selected`, `caution`, `warning`, `alarm`.\n- `content` (default `\"1\"`): primary identifier text.\n- `label` (default `\"Data\"`): secondary text used by `type=\"data\"`.\n- `hasIndicator` (default `false`): appends indicator area.\n- `indicator` slot fallback: renders built-in bar indicator markup when slot content is empty.\n- `size` (default `regular`): currently only `regular`.\n\n## Usage Guidelines\n- Use `type=\"id\"` for compact identifier-only labels.\n- Use `type=\"data\"` when both an ID and short label are required.\n- Keep `content` and `label` brief to prevent overflow.\n\n## Slots/Content\n- `indicator`: Optional indicator icon/content; built-in indicator is used as fallback.\n\n## Events\nThis component does not emit custom events.\n\n## Best Practices\n- Keep indicator usage consistent across similar marker states.\n- Prefer enum values for `type`, `state`, and `size`.\n\n## Example\n```html\n<obc-poi-header type=\"data\" state=\"selected\" content=\"3\" label=\"SOG\" has-indicator>\n <obi-placeholder slot=\"indicator\"></obi-placeholder>\n</obc-poi-header>\n```",
196
+ "description": "`<obc-poi-header>` - Compact header chip for marker identifiers, labels, and optional indicator content.\n\n## Overview\nUse this component to display compact marker metadata above or near a marker button.\nKeywords/synonyms: chip, pill, badge, header chip, identifier badge.\n\n## Features/Variants\n- `type` (default `id`):\n - `id`: shows identifier content only.\n - `data`: shows identifier plus secondary label.\n- `state` (default `enabled`): `enabled`, `selected`, `caution`, `warning`, `alarm`, `isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`.\n- `content` (default `\"1\"`): primary identifier text.\n- `label` (default `\"Data\"`): secondary text used by `type=\"data\"`.\n- `hasIndicator` (default `false`): appends indicator area.\n- `indicator` slot fallback: renders built-in bar indicator markup when slot content is empty.\n- `size` (default `regular`): currently only `regular`.\n\n## Usage Guidelines\n- Use `type=\"id\"` for compact identifier-only labels.\n- Use `type=\"data\"` when both an ID and short label are required.\n- Keep `content` and `label` brief to prevent overflow.\n\n## Slots/Content\n- `indicator`: Optional indicator icon/content; built-in indicator is used as fallback.\n\n## Events\nThis component does not emit custom events.\n\n## Best Practices\n- Keep indicator usage consistent across similar marker states.\n- Prefer enum values for `type`, `state`, and `size`.\n\n## Example\n```html\n<obc-poi-header type=\"data\" state=\"selected\" content=\"3\" label=\"SOG\" has-indicator>\n <obi-placeholder slot=\"indicator\"></obi-placeholder>\n</obc-poi-header>\n```",
197
197
  "name": "ObcPoiHeader",
198
198
  "slots": [
199
199
  {
@@ -3249,7 +3249,7 @@
3249
3249
  "declarations": [
3250
3250
  {
3251
3251
  "kind": "class",
3252
- "description": "`<obc-poi-button>` - Marker button component that renders an icon target with optional header and data rows.\n\n## Overview\nUse this component when you need a button-style marker that can show stateful framing and optional metric rows.\nKeywords/synonyms: marker button, target button, icon target, POI button.\n\n## Features/Variants\n- `type` (default `button`): `button` or `enhanced` size.\n- `layout` (default `anchored`): `anchored` or `inline`.\n- `value` (default `unchecked`): `unchecked`, `checked`, `activated`, `overlapped`.\n- `overlapOpaque` (default `false`): controls overlapped opacity mode (`false` = translucent, `true` = opaque).\n- `state` (default `enabled`): `enabled`, `caution`, `warning`, `alarm`.\n- `selected` (default `false`): shows selection frame in anchored layout.\n- `relativeDirection` (default `0`): rotates default-slot icon content in degrees.\n- `data` (default `[]`): when non-empty, renders value/label/unit rows.\n- `hasHeader` + `header` slot: renders a header area and syncs slotted `obc-poi-header` state.\n- `hasRelation` (default `false`): enables optional relation content in data mode.\n- `inExpandedGroup` (default `false`): applies `expanded` CSS class.\n- TODO(designer): Confirm intended UX semantics for `inExpandedGroup` beyond styling.\n\n## Usage Guidelines\n- Use `layout=\"anchored\"` for standalone marker buttons.\n- Use `layout=\"inline\"` when this component is embedded in a larger marker composition.\n- Provide `data` for metric display variants.\n- Enable `hasRelation` only when relation slot content is provided.\n\n## Slots/Content\n- Default slot: Icon/content rendered inside `obc-poi-object`.\n- `header`: Optional header content rendered above the marker body.\n- `relation`: Optional relation icon/content rendered when `hasRelation` is true in data mode.\n\n## Events\nThis component does not emit custom events.\nNative `click` is available from the internal `<button>`.\n\n## Best Practices\n- Keep `value`, `state`, and `selected` synchronized to avoid conflicting visual states.\n- Prefer enum values for `type`, `layout`, `state`, and `value`.\n\n## Example\n```html\n<obc-poi-button type=\"button\" layout=\"anchored\" value=\"checked\" selected>\n <obi-placeholder></obi-placeholder>\n <obc-poi-header slot=\"header\" content=\"1\"></obc-poi-header>\n</obc-poi-button>\n```",
3252
+ "description": "`<obc-poi-button>` - Marker button component that renders an icon target with optional header and data rows.\n\n## Overview\nUse this component when you need a button-style marker that can show stateful framing and optional metric rows.\nKeywords/synonyms: marker button, target button, icon target, POI button.\n\n## Features/Variants\n- `type` (default `button`): `button` or `enhanced` size.\n- `layout` (default `anchored`): `anchored` or `inline`.\n- `value` (default `unchecked`): `unchecked`, `checked`, `activated`, `overlapped`.\n- `overlapOpaque` (default `false`): controls overlapped opacity mode (`false` = translucent, `true` = opaque).\n- `state` (default `enabled`): `enabled`, `caution`, `warning`, `alarm`, `isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`.\n- `selected` (default `false`): shows selection frame in anchored layout.\n- `relativeDirection` (default `0`): rotates default-slot icon content in degrees.\n- `data` (default `[]`): when non-empty, renders value/label/unit rows.\n- `hasHeader` + `header` slot: renders a header area and syncs slotted `obc-poi-header` state.\n- `hasRelation` (default `false`): enables optional relation content in data mode.\n- `inExpandedGroup` (default `false`): applies `expanded` CSS class.\n- TODO(designer): Confirm intended UX semantics for `inExpandedGroup` beyond styling.\n\n## Usage Guidelines\n- Use `layout=\"anchored\"` for standalone marker buttons.\n- Use `layout=\"inline\"` when this component is embedded in a larger marker composition.\n- Provide `data` for metric display variants.\n- Enable `hasRelation` only when relation slot content is provided.\n\n## Slots/Content\n- Default slot: Icon/content rendered inside `obc-poi-object`.\n- `header`: Optional header content rendered above the marker body.\n- `relation`: Optional relation icon/content rendered when `hasRelation` is true in data mode.\n\n## Events\nThis component does not emit custom events.\nNative `click` is available from the internal `<button>`.\n\n## Best Practices\n- Keep `value`, `state`, and `selected` synchronized to avoid conflicting visual states.\n- Prefer enum values for `type`, `layout`, `state`, and `value`.\n\n## Example\n```html\n<obc-poi-button type=\"button\" layout=\"anchored\" value=\"checked\" selected>\n <obi-placeholder></obi-placeholder>\n <obc-poi-header slot=\"header\" content=\"1\"></obc-poi-header>\n</obc-poi-button>\n```",
3253
3253
  "name": "ObcPoiButton",
3254
3254
  "slots": [
3255
3255
  {
@@ -12078,7 +12078,7 @@
12078
12078
  "kind": "field",
12079
12079
  "name": "alertFrameStatus",
12080
12080
  "type": {
12081
- "text": "ObcAlertFrameStatus"
12081
+ "text": "AlertType"
12082
12082
  },
12083
12083
  "attribute": "alertFrameStatus",
12084
12084
  "inheritedFrom": {
@@ -12086,6 +12086,18 @@
12086
12086
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12087
12087
  }
12088
12088
  },
12089
+ {
12090
+ "kind": "field",
12091
+ "name": "alertFrameMode",
12092
+ "type": {
12093
+ "text": "ObcAlertFrameMode"
12094
+ },
12095
+ "attribute": "alertFrameMode",
12096
+ "inheritedFrom": {
12097
+ "name": "ObcAbstractAutomationButton",
12098
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
12099
+ }
12100
+ },
12089
12101
  {
12090
12102
  "kind": "field",
12091
12103
  "name": "showAlertCategoryIcon",
@@ -12467,7 +12479,7 @@
12467
12479
  {
12468
12480
  "name": "alertFrameStatus",
12469
12481
  "type": {
12470
- "text": "ObcAlertFrameStatus"
12482
+ "text": "AlertType"
12471
12483
  },
12472
12484
  "fieldName": "alertFrameStatus",
12473
12485
  "inheritedFrom": {
@@ -12475,6 +12487,17 @@
12475
12487
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12476
12488
  }
12477
12489
  },
12490
+ {
12491
+ "name": "alertFrameMode",
12492
+ "type": {
12493
+ "text": "ObcAlertFrameMode"
12494
+ },
12495
+ "fieldName": "alertFrameMode",
12496
+ "inheritedFrom": {
12497
+ "name": "ObcAbstractAutomationButton",
12498
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
12499
+ }
12500
+ },
12478
12501
  {
12479
12502
  "name": "showAlertIcon",
12480
12503
  "type": {
@@ -12649,6 +12672,42 @@
12649
12672
  "privacy": "private",
12650
12673
  "readonly": true
12651
12674
  },
12675
+ {
12676
+ "kind": "method",
12677
+ "name": "isAlertType",
12678
+ "privacy": "private",
12679
+ "return": {
12680
+ "type": {
12681
+ "text": "boolean"
12682
+ }
12683
+ },
12684
+ "parameters": [
12685
+ {
12686
+ "name": "types",
12687
+ "type": {
12688
+ "text": "ObcAutomationBadgeType[]"
12689
+ }
12690
+ }
12691
+ ]
12692
+ },
12693
+ {
12694
+ "kind": "method",
12695
+ "name": "renderIsaCriticalIcon",
12696
+ "privacy": "private",
12697
+ "parameters": [
12698
+ {
12699
+ "name": "flat",
12700
+ "type": {
12701
+ "text": "boolean"
12702
+ }
12703
+ }
12704
+ ]
12705
+ },
12706
+ {
12707
+ "kind": "method",
12708
+ "name": "renderIsaDiagnosticIcon",
12709
+ "privacy": "private"
12710
+ },
12652
12711
  {
12653
12712
  "kind": "method",
12654
12713
  "name": "getIcon",
@@ -12855,7 +12914,7 @@
12855
12914
  "kind": "field",
12856
12915
  "name": "alertFrameStatus",
12857
12916
  "type": {
12858
- "text": "ObcAlertFrameStatus"
12917
+ "text": "AlertType"
12859
12918
  },
12860
12919
  "attribute": "alertFrameStatus",
12861
12920
  "inheritedFrom": {
@@ -12863,6 +12922,18 @@
12863
12922
  "module": "src/automation/automation-button/abstract-automation-button.ts"
12864
12923
  }
12865
12924
  },
12925
+ {
12926
+ "kind": "field",
12927
+ "name": "alertFrameMode",
12928
+ "type": {
12929
+ "text": "ObcAlertFrameMode"
12930
+ },
12931
+ "attribute": "alertFrameMode",
12932
+ "inheritedFrom": {
12933
+ "name": "ObcAbstractAutomationButton",
12934
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
12935
+ }
12936
+ },
12866
12937
  {
12867
12938
  "kind": "field",
12868
12939
  "name": "showAlertCategoryIcon",
@@ -13248,7 +13319,7 @@
13248
13319
  {
13249
13320
  "name": "alertFrameStatus",
13250
13321
  "type": {
13251
- "text": "ObcAlertFrameStatus"
13322
+ "text": "AlertType"
13252
13323
  },
13253
13324
  "fieldName": "alertFrameStatus",
13254
13325
  "inheritedFrom": {
@@ -13256,6 +13327,17 @@
13256
13327
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13257
13328
  }
13258
13329
  },
13330
+ {
13331
+ "name": "alertFrameMode",
13332
+ "type": {
13333
+ "text": "ObcAlertFrameMode"
13334
+ },
13335
+ "fieldName": "alertFrameMode",
13336
+ "inheritedFrom": {
13337
+ "name": "ObcAbstractAutomationButton",
13338
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
13339
+ }
13340
+ },
13259
13341
  {
13260
13342
  "name": "showAlertIcon",
13261
13343
  "type": {
@@ -13527,7 +13609,7 @@
13527
13609
  "kind": "field",
13528
13610
  "name": "alertFrameStatus",
13529
13611
  "type": {
13530
- "text": "ObcAlertFrameStatus"
13612
+ "text": "AlertType"
13531
13613
  },
13532
13614
  "attribute": "alertFrameStatus",
13533
13615
  "inheritedFrom": {
@@ -13535,6 +13617,18 @@
13535
13617
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13536
13618
  }
13537
13619
  },
13620
+ {
13621
+ "kind": "field",
13622
+ "name": "alertFrameMode",
13623
+ "type": {
13624
+ "text": "ObcAlertFrameMode"
13625
+ },
13626
+ "attribute": "alertFrameMode",
13627
+ "inheritedFrom": {
13628
+ "name": "ObcAbstractAutomationButton",
13629
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
13630
+ }
13631
+ },
13538
13632
  {
13539
13633
  "kind": "field",
13540
13634
  "name": "showAlertCategoryIcon",
@@ -13905,7 +13999,7 @@
13905
13999
  {
13906
14000
  "name": "alertFrameStatus",
13907
14001
  "type": {
13908
- "text": "ObcAlertFrameStatus"
14002
+ "text": "AlertType"
13909
14003
  },
13910
14004
  "fieldName": "alertFrameStatus",
13911
14005
  "inheritedFrom": {
@@ -13913,6 +14007,17 @@
13913
14007
  "module": "src/automation/automation-button/abstract-automation-button.ts"
13914
14008
  }
13915
14009
  },
14010
+ {
14011
+ "name": "alertFrameMode",
14012
+ "type": {
14013
+ "text": "ObcAlertFrameMode"
14014
+ },
14015
+ "fieldName": "alertFrameMode",
14016
+ "inheritedFrom": {
14017
+ "name": "ObcAbstractAutomationButton",
14018
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
14019
+ }
14020
+ },
13916
14021
  {
13917
14022
  "name": "showAlertIcon",
13918
14023
  "type": {
@@ -14115,10 +14220,18 @@
14115
14220
  "kind": "field",
14116
14221
  "name": "alertFrameStatus",
14117
14222
  "type": {
14118
- "text": "ObcAlertFrameStatus"
14223
+ "text": "AlertType"
14119
14224
  },
14120
14225
  "attribute": "alertFrameStatus"
14121
14226
  },
14227
+ {
14228
+ "kind": "field",
14229
+ "name": "alertFrameMode",
14230
+ "type": {
14231
+ "text": "ObcAlertFrameMode"
14232
+ },
14233
+ "attribute": "alertFrameMode"
14234
+ },
14122
14235
  {
14123
14236
  "kind": "field",
14124
14237
  "name": "showAlertCategoryIcon",
@@ -14374,10 +14487,17 @@
14374
14487
  {
14375
14488
  "name": "alertFrameStatus",
14376
14489
  "type": {
14377
- "text": "ObcAlertFrameStatus"
14490
+ "text": "AlertType"
14378
14491
  },
14379
14492
  "fieldName": "alertFrameStatus"
14380
14493
  },
14494
+ {
14495
+ "name": "alertFrameMode",
14496
+ "type": {
14497
+ "text": "ObcAlertFrameMode"
14498
+ },
14499
+ "fieldName": "alertFrameMode"
14500
+ },
14381
14501
  {
14382
14502
  "name": "showAlertIcon",
14383
14503
  "type": {
@@ -14575,10 +14695,18 @@
14575
14695
  "kind": "field",
14576
14696
  "name": "alertFrameStatus",
14577
14697
  "type": {
14578
- "text": "ObcAlertFrameStatus"
14698
+ "text": "AlertType"
14579
14699
  },
14580
14700
  "attribute": "alertFrameStatus"
14581
14701
  },
14702
+ {
14703
+ "kind": "field",
14704
+ "name": "alertFrameMode",
14705
+ "type": {
14706
+ "text": "ObcAlertFrameMode"
14707
+ },
14708
+ "attribute": "alertFrameMode"
14709
+ },
14582
14710
  {
14583
14711
  "kind": "field",
14584
14712
  "name": "showAlertCategoryIcon",
@@ -14801,10 +14929,17 @@
14801
14929
  {
14802
14930
  "name": "alertFrameStatus",
14803
14931
  "type": {
14804
- "text": "ObcAlertFrameStatus"
14932
+ "text": "AlertType"
14805
14933
  },
14806
14934
  "fieldName": "alertFrameStatus"
14807
14935
  },
14936
+ {
14937
+ "name": "alertFrameMode",
14938
+ "type": {
14939
+ "text": "ObcAlertFrameMode"
14940
+ },
14941
+ "fieldName": "alertFrameMode"
14942
+ },
14808
14943
  {
14809
14944
  "name": "showAlertIcon",
14810
14945
  "type": {
@@ -15291,7 +15426,7 @@
15291
15426
  "kind": "field",
15292
15427
  "name": "alertFrameStatus",
15293
15428
  "type": {
15294
- "text": "ObcAlertFrameStatus"
15429
+ "text": "AlertType"
15295
15430
  },
15296
15431
  "attribute": "alertFrameStatus"
15297
15432
  },
@@ -15706,7 +15841,7 @@
15706
15841
  {
15707
15842
  "name": "alertFrameStatus",
15708
15843
  "type": {
15709
- "text": "ObcAlertFrameStatus"
15844
+ "text": "AlertType"
15710
15845
  },
15711
15846
  "fieldName": "alertFrameStatus"
15712
15847
  },
@@ -15951,7 +16086,7 @@
15951
16086
  "kind": "field",
15952
16087
  "name": "alertFrameStatus",
15953
16088
  "type": {
15954
- "text": "ObcAlertFrameStatus"
16089
+ "text": "AlertType"
15955
16090
  },
15956
16091
  "attribute": "alertFrameStatus",
15957
16092
  "inheritedFrom": {
@@ -15959,6 +16094,18 @@
15959
16094
  "module": "src/automation/automation-button/abstract-automation-button.ts"
15960
16095
  }
15961
16096
  },
16097
+ {
16098
+ "kind": "field",
16099
+ "name": "alertFrameMode",
16100
+ "type": {
16101
+ "text": "ObcAlertFrameMode"
16102
+ },
16103
+ "attribute": "alertFrameMode",
16104
+ "inheritedFrom": {
16105
+ "name": "ObcAbstractAutomationButton",
16106
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
16107
+ }
16108
+ },
15962
16109
  {
15963
16110
  "kind": "field",
15964
16111
  "name": "showAlertCategoryIcon",
@@ -16332,7 +16479,7 @@
16332
16479
  {
16333
16480
  "name": "alertFrameStatus",
16334
16481
  "type": {
16335
- "text": "ObcAlertFrameStatus"
16482
+ "text": "AlertType"
16336
16483
  },
16337
16484
  "fieldName": "alertFrameStatus",
16338
16485
  "inheritedFrom": {
@@ -16340,6 +16487,17 @@
16340
16487
  "module": "src/automation/automation-button/abstract-automation-button.ts"
16341
16488
  }
16342
16489
  },
16490
+ {
16491
+ "name": "alertFrameMode",
16492
+ "type": {
16493
+ "text": "ObcAlertFrameMode"
16494
+ },
16495
+ "fieldName": "alertFrameMode",
16496
+ "inheritedFrom": {
16497
+ "name": "ObcAbstractAutomationButton",
16498
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
16499
+ }
16500
+ },
16343
16501
  {
16344
16502
  "name": "showAlertIcon",
16345
16503
  "type": {
@@ -16649,7 +16807,7 @@
16649
16807
  "kind": "field",
16650
16808
  "name": "alertFrameStatus",
16651
16809
  "type": {
16652
- "text": "ObcAlertFrameStatus"
16810
+ "text": "AlertType"
16653
16811
  },
16654
16812
  "attribute": "alertFrameStatus",
16655
16813
  "inheritedFrom": {
@@ -16657,6 +16815,18 @@
16657
16815
  "module": "src/automation/automation-button/abstract-automation-button.ts"
16658
16816
  }
16659
16817
  },
16818
+ {
16819
+ "kind": "field",
16820
+ "name": "alertFrameMode",
16821
+ "type": {
16822
+ "text": "ObcAlertFrameMode"
16823
+ },
16824
+ "attribute": "alertFrameMode",
16825
+ "inheritedFrom": {
16826
+ "name": "ObcAbstractAutomationButton",
16827
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
16828
+ }
16829
+ },
16660
16830
  {
16661
16831
  "kind": "field",
16662
16832
  "name": "showAlertCategoryIcon",
@@ -17030,7 +17200,7 @@
17030
17200
  {
17031
17201
  "name": "alertFrameStatus",
17032
17202
  "type": {
17033
- "text": "ObcAlertFrameStatus"
17203
+ "text": "AlertType"
17034
17204
  },
17035
17205
  "fieldName": "alertFrameStatus",
17036
17206
  "inheritedFrom": {
@@ -17038,6 +17208,17 @@
17038
17208
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17039
17209
  }
17040
17210
  },
17211
+ {
17212
+ "name": "alertFrameMode",
17213
+ "type": {
17214
+ "text": "ObcAlertFrameMode"
17215
+ },
17216
+ "fieldName": "alertFrameMode",
17217
+ "inheritedFrom": {
17218
+ "name": "ObcAbstractAutomationButton",
17219
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
17220
+ }
17221
+ },
17041
17222
  {
17042
17223
  "name": "showAlertIcon",
17043
17224
  "type": {
@@ -17347,7 +17528,7 @@
17347
17528
  "kind": "field",
17348
17529
  "name": "alertFrameStatus",
17349
17530
  "type": {
17350
- "text": "ObcAlertFrameStatus"
17531
+ "text": "AlertType"
17351
17532
  },
17352
17533
  "attribute": "alertFrameStatus",
17353
17534
  "inheritedFrom": {
@@ -17355,6 +17536,18 @@
17355
17536
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17356
17537
  }
17357
17538
  },
17539
+ {
17540
+ "kind": "field",
17541
+ "name": "alertFrameMode",
17542
+ "type": {
17543
+ "text": "ObcAlertFrameMode"
17544
+ },
17545
+ "attribute": "alertFrameMode",
17546
+ "inheritedFrom": {
17547
+ "name": "ObcAbstractAutomationButton",
17548
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
17549
+ }
17550
+ },
17358
17551
  {
17359
17552
  "kind": "field",
17360
17553
  "name": "showAlertCategoryIcon",
@@ -17728,7 +17921,7 @@
17728
17921
  {
17729
17922
  "name": "alertFrameStatus",
17730
17923
  "type": {
17731
- "text": "ObcAlertFrameStatus"
17924
+ "text": "AlertType"
17732
17925
  },
17733
17926
  "fieldName": "alertFrameStatus",
17734
17927
  "inheritedFrom": {
@@ -17736,6 +17929,17 @@
17736
17929
  "module": "src/automation/automation-button/abstract-automation-button.ts"
17737
17930
  }
17738
17931
  },
17932
+ {
17933
+ "name": "alertFrameMode",
17934
+ "type": {
17935
+ "text": "ObcAlertFrameMode"
17936
+ },
17937
+ "fieldName": "alertFrameMode",
17938
+ "inheritedFrom": {
17939
+ "name": "ObcAbstractAutomationButton",
17940
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
17941
+ }
17942
+ },
17739
17943
  {
17740
17944
  "name": "showAlertIcon",
17741
17945
  "type": {
@@ -18121,7 +18325,7 @@
18121
18325
  "kind": "field",
18122
18326
  "name": "alertFrameStatus",
18123
18327
  "type": {
18124
- "text": "ObcAlertFrameStatus"
18328
+ "text": "AlertType"
18125
18329
  },
18126
18330
  "attribute": "alertFrameStatus",
18127
18331
  "inheritedFrom": {
@@ -18129,6 +18333,18 @@
18129
18333
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18130
18334
  }
18131
18335
  },
18336
+ {
18337
+ "kind": "field",
18338
+ "name": "alertFrameMode",
18339
+ "type": {
18340
+ "text": "ObcAlertFrameMode"
18341
+ },
18342
+ "attribute": "alertFrameMode",
18343
+ "inheritedFrom": {
18344
+ "name": "ObcAbstractAutomationButton",
18345
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
18346
+ }
18347
+ },
18132
18348
  {
18133
18349
  "kind": "field",
18134
18350
  "name": "showAlertCategoryIcon",
@@ -18501,7 +18717,7 @@
18501
18717
  {
18502
18718
  "name": "alertFrameStatus",
18503
18719
  "type": {
18504
- "text": "ObcAlertFrameStatus"
18720
+ "text": "AlertType"
18505
18721
  },
18506
18722
  "fieldName": "alertFrameStatus",
18507
18723
  "inheritedFrom": {
@@ -18509,6 +18725,17 @@
18509
18725
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18510
18726
  }
18511
18727
  },
18728
+ {
18729
+ "name": "alertFrameMode",
18730
+ "type": {
18731
+ "text": "ObcAlertFrameMode"
18732
+ },
18733
+ "fieldName": "alertFrameMode",
18734
+ "inheritedFrom": {
18735
+ "name": "ObcAbstractAutomationButton",
18736
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
18737
+ }
18738
+ },
18512
18739
  {
18513
18740
  "name": "showAlertIcon",
18514
18741
  "type": {
@@ -18805,7 +19032,7 @@
18805
19032
  "kind": "field",
18806
19033
  "name": "alertFrameStatus",
18807
19034
  "type": {
18808
- "text": "ObcAlertFrameStatus"
19035
+ "text": "AlertType"
18809
19036
  },
18810
19037
  "attribute": "alertFrameStatus",
18811
19038
  "inheritedFrom": {
@@ -18813,6 +19040,18 @@
18813
19040
  "module": "src/automation/automation-button/abstract-automation-button.ts"
18814
19041
  }
18815
19042
  },
19043
+ {
19044
+ "kind": "field",
19045
+ "name": "alertFrameMode",
19046
+ "type": {
19047
+ "text": "ObcAlertFrameMode"
19048
+ },
19049
+ "attribute": "alertFrameMode",
19050
+ "inheritedFrom": {
19051
+ "name": "ObcAbstractAutomationButton",
19052
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
19053
+ }
19054
+ },
18816
19055
  {
18817
19056
  "kind": "field",
18818
19057
  "name": "showAlertCategoryIcon",
@@ -19179,7 +19418,7 @@
19179
19418
  {
19180
19419
  "name": "alertFrameStatus",
19181
19420
  "type": {
19182
- "text": "ObcAlertFrameStatus"
19421
+ "text": "AlertType"
19183
19422
  },
19184
19423
  "fieldName": "alertFrameStatus",
19185
19424
  "inheritedFrom": {
@@ -19187,6 +19426,17 @@
19187
19426
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19188
19427
  }
19189
19428
  },
19429
+ {
19430
+ "name": "alertFrameMode",
19431
+ "type": {
19432
+ "text": "ObcAlertFrameMode"
19433
+ },
19434
+ "fieldName": "alertFrameMode",
19435
+ "inheritedFrom": {
19436
+ "name": "ObcAbstractAutomationButton",
19437
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
19438
+ }
19439
+ },
19190
19440
  {
19191
19441
  "name": "showAlertIcon",
19192
19442
  "type": {
@@ -19496,7 +19746,7 @@
19496
19746
  "kind": "field",
19497
19747
  "name": "alertFrameStatus",
19498
19748
  "type": {
19499
- "text": "ObcAlertFrameStatus"
19749
+ "text": "AlertType"
19500
19750
  },
19501
19751
  "attribute": "alertFrameStatus",
19502
19752
  "inheritedFrom": {
@@ -19504,6 +19754,18 @@
19504
19754
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19505
19755
  }
19506
19756
  },
19757
+ {
19758
+ "kind": "field",
19759
+ "name": "alertFrameMode",
19760
+ "type": {
19761
+ "text": "ObcAlertFrameMode"
19762
+ },
19763
+ "attribute": "alertFrameMode",
19764
+ "inheritedFrom": {
19765
+ "name": "ObcAbstractAutomationButton",
19766
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
19767
+ }
19768
+ },
19507
19769
  {
19508
19770
  "kind": "field",
19509
19771
  "name": "showAlertCategoryIcon",
@@ -19877,7 +20139,7 @@
19877
20139
  {
19878
20140
  "name": "alertFrameStatus",
19879
20141
  "type": {
19880
- "text": "ObcAlertFrameStatus"
20142
+ "text": "AlertType"
19881
20143
  },
19882
20144
  "fieldName": "alertFrameStatus",
19883
20145
  "inheritedFrom": {
@@ -19885,6 +20147,17 @@
19885
20147
  "module": "src/automation/automation-button/abstract-automation-button.ts"
19886
20148
  }
19887
20149
  },
20150
+ {
20151
+ "name": "alertFrameMode",
20152
+ "type": {
20153
+ "text": "ObcAlertFrameMode"
20154
+ },
20155
+ "fieldName": "alertFrameMode",
20156
+ "inheritedFrom": {
20157
+ "name": "ObcAbstractAutomationButton",
20158
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
20159
+ }
20160
+ },
19888
20161
  {
19889
20162
  "name": "showAlertIcon",
19890
20163
  "type": {
@@ -20364,7 +20637,7 @@
20364
20637
  "kind": "field",
20365
20638
  "name": "alertFrameStatus",
20366
20639
  "type": {
20367
- "text": "ObcAlertFrameStatus"
20640
+ "text": "AlertType"
20368
20641
  },
20369
20642
  "attribute": "alertFrameStatus",
20370
20643
  "inheritedFrom": {
@@ -20372,6 +20645,18 @@
20372
20645
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20373
20646
  }
20374
20647
  },
20648
+ {
20649
+ "kind": "field",
20650
+ "name": "alertFrameMode",
20651
+ "type": {
20652
+ "text": "ObcAlertFrameMode"
20653
+ },
20654
+ "attribute": "alertFrameMode",
20655
+ "inheritedFrom": {
20656
+ "name": "ObcAbstractAutomationButton",
20657
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
20658
+ }
20659
+ },
20375
20660
  {
20376
20661
  "kind": "field",
20377
20662
  "name": "showAlertCategoryIcon",
@@ -20767,7 +21052,7 @@
20767
21052
  {
20768
21053
  "name": "alertFrameStatus",
20769
21054
  "type": {
20770
- "text": "ObcAlertFrameStatus"
21055
+ "text": "AlertType"
20771
21056
  },
20772
21057
  "fieldName": "alertFrameStatus",
20773
21058
  "inheritedFrom": {
@@ -20775,6 +21060,17 @@
20775
21060
  "module": "src/automation/automation-button/abstract-automation-button.ts"
20776
21061
  }
20777
21062
  },
21063
+ {
21064
+ "name": "alertFrameMode",
21065
+ "type": {
21066
+ "text": "ObcAlertFrameMode"
21067
+ },
21068
+ "fieldName": "alertFrameMode",
21069
+ "inheritedFrom": {
21070
+ "name": "ObcAbstractAutomationButton",
21071
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
21072
+ }
21073
+ },
20778
21074
  {
20779
21075
  "name": "showAlertIcon",
20780
21076
  "type": {
@@ -21078,7 +21374,7 @@
21078
21374
  "kind": "field",
21079
21375
  "name": "alertFrameStatus",
21080
21376
  "type": {
21081
- "text": "ObcAlertFrameStatus"
21377
+ "text": "AlertType"
21082
21378
  },
21083
21379
  "attribute": "alertFrameStatus",
21084
21380
  "inheritedFrom": {
@@ -21086,6 +21382,18 @@
21086
21382
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21087
21383
  }
21088
21384
  },
21385
+ {
21386
+ "kind": "field",
21387
+ "name": "alertFrameMode",
21388
+ "type": {
21389
+ "text": "ObcAlertFrameMode"
21390
+ },
21391
+ "attribute": "alertFrameMode",
21392
+ "inheritedFrom": {
21393
+ "name": "ObcAbstractAutomationButton",
21394
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
21395
+ }
21396
+ },
21089
21397
  {
21090
21398
  "kind": "field",
21091
21399
  "name": "showAlertCategoryIcon",
@@ -21459,7 +21767,7 @@
21459
21767
  {
21460
21768
  "name": "alertFrameStatus",
21461
21769
  "type": {
21462
- "text": "ObcAlertFrameStatus"
21770
+ "text": "AlertType"
21463
21771
  },
21464
21772
  "fieldName": "alertFrameStatus",
21465
21773
  "inheritedFrom": {
@@ -21467,6 +21775,17 @@
21467
21775
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21468
21776
  }
21469
21777
  },
21778
+ {
21779
+ "name": "alertFrameMode",
21780
+ "type": {
21781
+ "text": "ObcAlertFrameMode"
21782
+ },
21783
+ "fieldName": "alertFrameMode",
21784
+ "inheritedFrom": {
21785
+ "name": "ObcAbstractAutomationButton",
21786
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
21787
+ }
21788
+ },
21470
21789
  {
21471
21790
  "name": "showAlertIcon",
21472
21791
  "type": {
@@ -21776,7 +22095,7 @@
21776
22095
  "kind": "field",
21777
22096
  "name": "alertFrameStatus",
21778
22097
  "type": {
21779
- "text": "ObcAlertFrameStatus"
22098
+ "text": "AlertType"
21780
22099
  },
21781
22100
  "attribute": "alertFrameStatus",
21782
22101
  "inheritedFrom": {
@@ -21784,6 +22103,18 @@
21784
22103
  "module": "src/automation/automation-button/abstract-automation-button.ts"
21785
22104
  }
21786
22105
  },
22106
+ {
22107
+ "kind": "field",
22108
+ "name": "alertFrameMode",
22109
+ "type": {
22110
+ "text": "ObcAlertFrameMode"
22111
+ },
22112
+ "attribute": "alertFrameMode",
22113
+ "inheritedFrom": {
22114
+ "name": "ObcAbstractAutomationButton",
22115
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
22116
+ }
22117
+ },
21787
22118
  {
21788
22119
  "kind": "field",
21789
22120
  "name": "showAlertCategoryIcon",
@@ -22157,7 +22488,7 @@
22157
22488
  {
22158
22489
  "name": "alertFrameStatus",
22159
22490
  "type": {
22160
- "text": "ObcAlertFrameStatus"
22491
+ "text": "AlertType"
22161
22492
  },
22162
22493
  "fieldName": "alertFrameStatus",
22163
22494
  "inheritedFrom": {
@@ -22165,6 +22496,17 @@
22165
22496
  "module": "src/automation/automation-button/abstract-automation-button.ts"
22166
22497
  }
22167
22498
  },
22499
+ {
22500
+ "name": "alertFrameMode",
22501
+ "type": {
22502
+ "text": "ObcAlertFrameMode"
22503
+ },
22504
+ "fieldName": "alertFrameMode",
22505
+ "inheritedFrom": {
22506
+ "name": "ObcAbstractAutomationButton",
22507
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
22508
+ }
22509
+ },
22168
22510
  {
22169
22511
  "name": "showAlertIcon",
22170
22512
  "type": {
@@ -22698,7 +23040,7 @@
22698
23040
  "kind": "field",
22699
23041
  "name": "alertFrameStatus",
22700
23042
  "type": {
22701
- "text": "ObcAlertFrameStatus"
23043
+ "text": "AlertType"
22702
23044
  },
22703
23045
  "attribute": "alertFrameStatus",
22704
23046
  "inheritedFrom": {
@@ -22706,6 +23048,18 @@
22706
23048
  "module": "src/automation/automation-button/abstract-automation-button.ts"
22707
23049
  }
22708
23050
  },
23051
+ {
23052
+ "kind": "field",
23053
+ "name": "alertFrameMode",
23054
+ "type": {
23055
+ "text": "ObcAlertFrameMode"
23056
+ },
23057
+ "attribute": "alertFrameMode",
23058
+ "inheritedFrom": {
23059
+ "name": "ObcAbstractAutomationButton",
23060
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
23061
+ }
23062
+ },
22709
23063
  {
22710
23064
  "kind": "field",
22711
23065
  "name": "showAlertCategoryIcon",
@@ -23079,7 +23433,7 @@
23079
23433
  {
23080
23434
  "name": "alertFrameStatus",
23081
23435
  "type": {
23082
- "text": "ObcAlertFrameStatus"
23436
+ "text": "AlertType"
23083
23437
  },
23084
23438
  "fieldName": "alertFrameStatus",
23085
23439
  "inheritedFrom": {
@@ -23087,6 +23441,17 @@
23087
23441
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23088
23442
  }
23089
23443
  },
23444
+ {
23445
+ "name": "alertFrameMode",
23446
+ "type": {
23447
+ "text": "ObcAlertFrameMode"
23448
+ },
23449
+ "fieldName": "alertFrameMode",
23450
+ "inheritedFrom": {
23451
+ "name": "ObcAbstractAutomationButton",
23452
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
23453
+ }
23454
+ },
23090
23455
  {
23091
23456
  "name": "showAlertIcon",
23092
23457
  "type": {
@@ -23396,7 +23761,7 @@
23396
23761
  "kind": "field",
23397
23762
  "name": "alertFrameStatus",
23398
23763
  "type": {
23399
- "text": "ObcAlertFrameStatus"
23764
+ "text": "AlertType"
23400
23765
  },
23401
23766
  "attribute": "alertFrameStatus",
23402
23767
  "inheritedFrom": {
@@ -23404,6 +23769,18 @@
23404
23769
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23405
23770
  }
23406
23771
  },
23772
+ {
23773
+ "kind": "field",
23774
+ "name": "alertFrameMode",
23775
+ "type": {
23776
+ "text": "ObcAlertFrameMode"
23777
+ },
23778
+ "attribute": "alertFrameMode",
23779
+ "inheritedFrom": {
23780
+ "name": "ObcAbstractAutomationButton",
23781
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
23782
+ }
23783
+ },
23407
23784
  {
23408
23785
  "kind": "field",
23409
23786
  "name": "showAlertCategoryIcon",
@@ -23777,7 +24154,7 @@
23777
24154
  {
23778
24155
  "name": "alertFrameStatus",
23779
24156
  "type": {
23780
- "text": "ObcAlertFrameStatus"
24157
+ "text": "AlertType"
23781
24158
  },
23782
24159
  "fieldName": "alertFrameStatus",
23783
24160
  "inheritedFrom": {
@@ -23785,6 +24162,17 @@
23785
24162
  "module": "src/automation/automation-button/abstract-automation-button.ts"
23786
24163
  }
23787
24164
  },
24165
+ {
24166
+ "name": "alertFrameMode",
24167
+ "type": {
24168
+ "text": "ObcAlertFrameMode"
24169
+ },
24170
+ "fieldName": "alertFrameMode",
24171
+ "inheritedFrom": {
24172
+ "name": "ObcAbstractAutomationButton",
24173
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
24174
+ }
24175
+ },
23788
24176
  {
23789
24177
  "name": "showAlertIcon",
23790
24178
  "type": {
@@ -24120,7 +24508,7 @@
24120
24508
  "kind": "field",
24121
24509
  "name": "alertFrameStatus",
24122
24510
  "type": {
24123
- "text": "ObcAlertFrameStatus"
24511
+ "text": "AlertType"
24124
24512
  },
24125
24513
  "attribute": "alertFrameStatus",
24126
24514
  "inheritedFrom": {
@@ -24128,6 +24516,18 @@
24128
24516
  "module": "src/automation/automation-button/abstract-automation-button.ts"
24129
24517
  }
24130
24518
  },
24519
+ {
24520
+ "kind": "field",
24521
+ "name": "alertFrameMode",
24522
+ "type": {
24523
+ "text": "ObcAlertFrameMode"
24524
+ },
24525
+ "attribute": "alertFrameMode",
24526
+ "inheritedFrom": {
24527
+ "name": "ObcAbstractAutomationButton",
24528
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
24529
+ }
24530
+ },
24131
24531
  {
24132
24532
  "kind": "field",
24133
24533
  "name": "showAlertCategoryIcon",
@@ -24525,7 +24925,7 @@
24525
24925
  {
24526
24926
  "name": "alertFrameStatus",
24527
24927
  "type": {
24528
- "text": "ObcAlertFrameStatus"
24928
+ "text": "AlertType"
24529
24929
  },
24530
24930
  "fieldName": "alertFrameStatus",
24531
24931
  "inheritedFrom": {
@@ -24533,6 +24933,17 @@
24533
24933
  "module": "src/automation/automation-button/abstract-automation-button.ts"
24534
24934
  }
24535
24935
  },
24936
+ {
24937
+ "name": "alertFrameMode",
24938
+ "type": {
24939
+ "text": "ObcAlertFrameMode"
24940
+ },
24941
+ "fieldName": "alertFrameMode",
24942
+ "inheritedFrom": {
24943
+ "name": "ObcAbstractAutomationButton",
24944
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
24945
+ }
24946
+ },
24536
24947
  {
24537
24948
  "name": "showAlertIcon",
24538
24949
  "type": {
@@ -24868,7 +25279,7 @@
24868
25279
  "kind": "field",
24869
25280
  "name": "alertFrameStatus",
24870
25281
  "type": {
24871
- "text": "ObcAlertFrameStatus"
25282
+ "text": "AlertType"
24872
25283
  },
24873
25284
  "attribute": "alertFrameStatus",
24874
25285
  "inheritedFrom": {
@@ -24876,6 +25287,18 @@
24876
25287
  "module": "src/automation/automation-button/abstract-automation-button.ts"
24877
25288
  }
24878
25289
  },
25290
+ {
25291
+ "kind": "field",
25292
+ "name": "alertFrameMode",
25293
+ "type": {
25294
+ "text": "ObcAlertFrameMode"
25295
+ },
25296
+ "attribute": "alertFrameMode",
25297
+ "inheritedFrom": {
25298
+ "name": "ObcAbstractAutomationButton",
25299
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
25300
+ }
25301
+ },
24879
25302
  {
24880
25303
  "kind": "field",
24881
25304
  "name": "showAlertCategoryIcon",
@@ -25273,7 +25696,7 @@
25273
25696
  {
25274
25697
  "name": "alertFrameStatus",
25275
25698
  "type": {
25276
- "text": "ObcAlertFrameStatus"
25699
+ "text": "AlertType"
25277
25700
  },
25278
25701
  "fieldName": "alertFrameStatus",
25279
25702
  "inheritedFrom": {
@@ -25281,6 +25704,17 @@
25281
25704
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25282
25705
  }
25283
25706
  },
25707
+ {
25708
+ "name": "alertFrameMode",
25709
+ "type": {
25710
+ "text": "ObcAlertFrameMode"
25711
+ },
25712
+ "fieldName": "alertFrameMode",
25713
+ "inheritedFrom": {
25714
+ "name": "ObcAbstractAutomationButton",
25715
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
25716
+ }
25717
+ },
25284
25718
  {
25285
25719
  "name": "showAlertIcon",
25286
25720
  "type": {
@@ -25590,7 +26024,7 @@
25590
26024
  "kind": "field",
25591
26025
  "name": "alertFrameStatus",
25592
26026
  "type": {
25593
- "text": "ObcAlertFrameStatus"
26027
+ "text": "AlertType"
25594
26028
  },
25595
26029
  "attribute": "alertFrameStatus",
25596
26030
  "inheritedFrom": {
@@ -25598,6 +26032,18 @@
25598
26032
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25599
26033
  }
25600
26034
  },
26035
+ {
26036
+ "kind": "field",
26037
+ "name": "alertFrameMode",
26038
+ "type": {
26039
+ "text": "ObcAlertFrameMode"
26040
+ },
26041
+ "attribute": "alertFrameMode",
26042
+ "inheritedFrom": {
26043
+ "name": "ObcAbstractAutomationButton",
26044
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
26045
+ }
26046
+ },
25601
26047
  {
25602
26048
  "kind": "field",
25603
26049
  "name": "showAlertCategoryIcon",
@@ -25971,7 +26417,7 @@
25971
26417
  {
25972
26418
  "name": "alertFrameStatus",
25973
26419
  "type": {
25974
- "text": "ObcAlertFrameStatus"
26420
+ "text": "AlertType"
25975
26421
  },
25976
26422
  "fieldName": "alertFrameStatus",
25977
26423
  "inheritedFrom": {
@@ -25979,6 +26425,17 @@
25979
26425
  "module": "src/automation/automation-button/abstract-automation-button.ts"
25980
26426
  }
25981
26427
  },
26428
+ {
26429
+ "name": "alertFrameMode",
26430
+ "type": {
26431
+ "text": "ObcAlertFrameMode"
26432
+ },
26433
+ "fieldName": "alertFrameMode",
26434
+ "inheritedFrom": {
26435
+ "name": "ObcAbstractAutomationButton",
26436
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
26437
+ }
26438
+ },
25982
26439
  {
25983
26440
  "name": "showAlertIcon",
25984
26441
  "type": {
@@ -26288,7 +26745,7 @@
26288
26745
  "kind": "field",
26289
26746
  "name": "alertFrameStatus",
26290
26747
  "type": {
26291
- "text": "ObcAlertFrameStatus"
26748
+ "text": "AlertType"
26292
26749
  },
26293
26750
  "attribute": "alertFrameStatus",
26294
26751
  "inheritedFrom": {
@@ -26296,6 +26753,18 @@
26296
26753
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26297
26754
  }
26298
26755
  },
26756
+ {
26757
+ "kind": "field",
26758
+ "name": "alertFrameMode",
26759
+ "type": {
26760
+ "text": "ObcAlertFrameMode"
26761
+ },
26762
+ "attribute": "alertFrameMode",
26763
+ "inheritedFrom": {
26764
+ "name": "ObcAbstractAutomationButton",
26765
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
26766
+ }
26767
+ },
26299
26768
  {
26300
26769
  "kind": "field",
26301
26770
  "name": "showAlertCategoryIcon",
@@ -26669,7 +27138,7 @@
26669
27138
  {
26670
27139
  "name": "alertFrameStatus",
26671
27140
  "type": {
26672
- "text": "ObcAlertFrameStatus"
27141
+ "text": "AlertType"
26673
27142
  },
26674
27143
  "fieldName": "alertFrameStatus",
26675
27144
  "inheritedFrom": {
@@ -26677,6 +27146,17 @@
26677
27146
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26678
27147
  }
26679
27148
  },
27149
+ {
27150
+ "name": "alertFrameMode",
27151
+ "type": {
27152
+ "text": "ObcAlertFrameMode"
27153
+ },
27154
+ "fieldName": "alertFrameMode",
27155
+ "inheritedFrom": {
27156
+ "name": "ObcAbstractAutomationButton",
27157
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
27158
+ }
27159
+ },
26680
27160
  {
26681
27161
  "name": "showAlertIcon",
26682
27162
  "type": {
@@ -26986,7 +27466,7 @@
26986
27466
  "kind": "field",
26987
27467
  "name": "alertFrameStatus",
26988
27468
  "type": {
26989
- "text": "ObcAlertFrameStatus"
27469
+ "text": "AlertType"
26990
27470
  },
26991
27471
  "attribute": "alertFrameStatus",
26992
27472
  "inheritedFrom": {
@@ -26994,6 +27474,18 @@
26994
27474
  "module": "src/automation/automation-button/abstract-automation-button.ts"
26995
27475
  }
26996
27476
  },
27477
+ {
27478
+ "kind": "field",
27479
+ "name": "alertFrameMode",
27480
+ "type": {
27481
+ "text": "ObcAlertFrameMode"
27482
+ },
27483
+ "attribute": "alertFrameMode",
27484
+ "inheritedFrom": {
27485
+ "name": "ObcAbstractAutomationButton",
27486
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
27487
+ }
27488
+ },
26997
27489
  {
26998
27490
  "kind": "field",
26999
27491
  "name": "showAlertCategoryIcon",
@@ -27367,7 +27859,7 @@
27367
27859
  {
27368
27860
  "name": "alertFrameStatus",
27369
27861
  "type": {
27370
- "text": "ObcAlertFrameStatus"
27862
+ "text": "AlertType"
27371
27863
  },
27372
27864
  "fieldName": "alertFrameStatus",
27373
27865
  "inheritedFrom": {
@@ -27375,6 +27867,17 @@
27375
27867
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27376
27868
  }
27377
27869
  },
27870
+ {
27871
+ "name": "alertFrameMode",
27872
+ "type": {
27873
+ "text": "ObcAlertFrameMode"
27874
+ },
27875
+ "fieldName": "alertFrameMode",
27876
+ "inheritedFrom": {
27877
+ "name": "ObcAbstractAutomationButton",
27878
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
27879
+ }
27880
+ },
27378
27881
  {
27379
27882
  "name": "showAlertIcon",
27380
27883
  "type": {
@@ -27684,7 +28187,7 @@
27684
28187
  "kind": "field",
27685
28188
  "name": "alertFrameStatus",
27686
28189
  "type": {
27687
- "text": "ObcAlertFrameStatus"
28190
+ "text": "AlertType"
27688
28191
  },
27689
28192
  "attribute": "alertFrameStatus",
27690
28193
  "inheritedFrom": {
@@ -27692,6 +28195,18 @@
27692
28195
  "module": "src/automation/automation-button/abstract-automation-button.ts"
27693
28196
  }
27694
28197
  },
28198
+ {
28199
+ "kind": "field",
28200
+ "name": "alertFrameMode",
28201
+ "type": {
28202
+ "text": "ObcAlertFrameMode"
28203
+ },
28204
+ "attribute": "alertFrameMode",
28205
+ "inheritedFrom": {
28206
+ "name": "ObcAbstractAutomationButton",
28207
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
28208
+ }
28209
+ },
27695
28210
  {
27696
28211
  "kind": "field",
27697
28212
  "name": "showAlertCategoryIcon",
@@ -28065,7 +28580,7 @@
28065
28580
  {
28066
28581
  "name": "alertFrameStatus",
28067
28582
  "type": {
28068
- "text": "ObcAlertFrameStatus"
28583
+ "text": "AlertType"
28069
28584
  },
28070
28585
  "fieldName": "alertFrameStatus",
28071
28586
  "inheritedFrom": {
@@ -28073,6 +28588,17 @@
28073
28588
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28074
28589
  }
28075
28590
  },
28591
+ {
28592
+ "name": "alertFrameMode",
28593
+ "type": {
28594
+ "text": "ObcAlertFrameMode"
28595
+ },
28596
+ "fieldName": "alertFrameMode",
28597
+ "inheritedFrom": {
28598
+ "name": "ObcAbstractAutomationButton",
28599
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
28600
+ }
28601
+ },
28076
28602
  {
28077
28603
  "name": "showAlertIcon",
28078
28604
  "type": {
@@ -28466,7 +28992,7 @@
28466
28992
  "kind": "field",
28467
28993
  "name": "alertFrameStatus",
28468
28994
  "type": {
28469
- "text": "ObcAlertFrameStatus"
28995
+ "text": "AlertType"
28470
28996
  },
28471
28997
  "attribute": "alertFrameStatus",
28472
28998
  "inheritedFrom": {
@@ -28474,6 +29000,18 @@
28474
29000
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28475
29001
  }
28476
29002
  },
29003
+ {
29004
+ "kind": "field",
29005
+ "name": "alertFrameMode",
29006
+ "type": {
29007
+ "text": "ObcAlertFrameMode"
29008
+ },
29009
+ "attribute": "alertFrameMode",
29010
+ "inheritedFrom": {
29011
+ "name": "ObcAbstractAutomationButton",
29012
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
29013
+ }
29014
+ },
28477
29015
  {
28478
29016
  "kind": "field",
28479
29017
  "name": "showAlertCategoryIcon",
@@ -28847,7 +29385,7 @@
28847
29385
  {
28848
29386
  "name": "alertFrameStatus",
28849
29387
  "type": {
28850
- "text": "ObcAlertFrameStatus"
29388
+ "text": "AlertType"
28851
29389
  },
28852
29390
  "fieldName": "alertFrameStatus",
28853
29391
  "inheritedFrom": {
@@ -28855,6 +29393,17 @@
28855
29393
  "module": "src/automation/automation-button/abstract-automation-button.ts"
28856
29394
  }
28857
29395
  },
29396
+ {
29397
+ "name": "alertFrameMode",
29398
+ "type": {
29399
+ "text": "ObcAlertFrameMode"
29400
+ },
29401
+ "fieldName": "alertFrameMode",
29402
+ "inheritedFrom": {
29403
+ "name": "ObcAbstractAutomationButton",
29404
+ "module": "src/automation/automation-button/abstract-automation-button.ts"
29405
+ }
29406
+ },
28858
29407
  {
28859
29408
  "name": "showAlertIcon",
28860
29409
  "type": {
@@ -37057,7 +37606,7 @@
37057
37606
  "kind": "field",
37058
37607
  "name": "alertFrameStatus",
37059
37608
  "type": {
37060
- "text": "ObcAlertFrameStatus"
37609
+ "text": "AlertType"
37061
37610
  },
37062
37611
  "description": "Status of the alert frame overlay (used when `hasAlert` is true).\nSee `obc-alert-frame` for available statuses.",
37063
37612
  "attribute": "alertFrameStatus"
@@ -37220,7 +37769,7 @@
37220
37769
  {
37221
37770
  "name": "alertFrameStatus",
37222
37771
  "type": {
37223
- "text": "ObcAlertFrameStatus"
37772
+ "text": "AlertType"
37224
37773
  },
37225
37774
  "description": "Status of the alert frame overlay (used when `hasAlert` is true).\nSee `obc-alert-frame` for available statuses.",
37226
37775
  "fieldName": "alertFrameStatus"
@@ -38433,6 +38982,11 @@
38433
38982
  "name": "resizeListener",
38434
38983
  "privacy": "private"
38435
38984
  },
38985
+ {
38986
+ "kind": "method",
38987
+ "name": "renderAlertTwotoneIcon",
38988
+ "privacy": "private"
38989
+ },
38436
38990
  {
38437
38991
  "kind": "method",
38438
38992
  "name": "alertIcon",
@@ -38752,7 +39306,7 @@
38752
39306
  "declarations": [
38753
39307
  {
38754
39308
  "kind": "class",
38755
- "description": "`<obc-alert-frame>` – A bordered frame component for visually emphasizing alert or status messages.\n\nThe alert frame provides a prominent outline and optional \"flap\" with status icon to draw attention to critical information or UI regions. It supports multiple visual variants and thicknesses, and can be configured to indicate different alert statuses (alarm, warning, caution). The component is designed to wrap content and visually distinguish it from the surrounding UI.\n\n### Features\n- **Variants (type):**\n - `regular`: Standard outlined frame with no flap or icon.\n - `small-side-flip`: Adds a small side flap with a status icon at the top right.\n - `large-side-flip`: Adds a larger, vertical side flap with a status icon and optional custom icon.\n - `bottom-flip`: Adds a bottom flap with a status icon, label, and timer slots.\n- **Thickness options:** Choose between `small` (thin border) and `large` (thick border) for visual emphasis.\n- **Status indication:** Displays different color schemes and icons for `alarm`, `warning`, or `caution` states.\n- **Customizable corners:** Each corner can be set to a sharp (non-rounded) edge for integration with other UI elements.\n- **Slot-based content:** Supports custom icons, labels, and timers in flap variants via named slots.\n\n### Usage Guidelines\nUse `obc-alert-frame` to highlight important content, such as alerts, warnings, or status panels. The flap variants are ideal for drawing extra attention to urgent or time-sensitive information, while the regular type provides a subtle but clear border. Choose the status to match the severity of the message (alarm, warning, caution). Adjust thickness for visual hierarchy—use large for high-priority alerts and small for less critical notices.\n\n**TODO(designer):** Provide guidance on when to use each flap type (small-side-flip, large-side-flip, bottom-flip) and recommended scenarios for sharp edge usage.\n\n### Features/Variants\n- **Type (Visual Variant):**\n - `regular`: Simple outlined frame, no flap or icon.\n - `small-side-flip`: Small right-side flap with status icon.\n - `large-side-flip`: Large vertical right-side flap with status icon and optional custom icon.\n - `bottom-flip`: Bottom flap with status icon, label, and timer.\n- **Thickness:** `small` (default) or `large` for border width.\n- **Status:** `alarm`, `warning`, or `caution`—affects color and icon.\n- **Corner Customization:** Each corner can be made sharp (not rounded) via boolean properties.\n\n### Slots and Content Structure\n\n| Slot Name | Renders When... | Purpose |\n|-----------|-----------------|---------|\n| (default) | Always | Main content inside the alert frame. |\n| icon | `large-side-flip` or `bottom-flip` | Custom icon displayed in the flap (in addition to status icon). |\n| label | `bottom-flip` only | Label text shown in the bottom flap. |\n| timer | `bottom-flip` only | Timer or time label in the bottom flap. |\n\n### Properties and Attributes\n- `type`: Selects the visual variant/flap style. Default is `small-side-flip`.\n- `thickness`: Controls border thickness (`small` or `large`). Default is `small`.\n- `status`: Sets the alert status and color/icon (`alarm`, `warning`, `caution`). Default is `alarm`.\n- `sharpEdgeTopLeft`, `sharpEdgeTopRight`, `sharpEdgeBottomLeft`, `sharpEdgeBottomRight`: Boolean flags to make each corner sharp instead of rounded.\n\n### Best Practices and Constraints\n- Use the status property to match the severity of the alert.\n- Only use the bottom-flip variant when both label and timer are relevant.\n- For visual consistency, align sharp edge settings with adjacent UI elements.\n- The default slot is for the main content; use named slots for icons, labels, and timers as needed.\n\n### Example:\n```\n<obc-alert-frame\n type=\"bottom-flip\"\n thickness=\"large\"\n status=\"warning\"\n sharpEdgeTopLeft\n>\n <obi-placeholder slot=\"icon\"></obi-placeholder>\n <div slot=\"label\">Low Battery</div>\n <div slot=\"timer\">00:15</div>\n <div>Critical system message goes here.</div>\n</obc-alert-frame>\n```",
39309
+ "description": "`<obc-alert-frame>` – A bordered frame component for visually emphasizing alert or status messages.\n\nThe alert frame provides a prominent outline and optional \"flap\" with status icon to draw attention to critical information or UI regions. It supports multiple visual variants and thicknesses, and can be configured to indicate different alert statuses (alarm, warning, caution). The component is designed to wrap content and visually distinguish it from the surrounding UI.\n\n### Features\n- **Variants (type):**\n - `regular`: Standard outlined frame with no flap or icon.\n - `small-side-flip`: Adds a small side flap with a status icon at the top right.\n - `large-side-flip`: Adds a larger, vertical side flap with a status icon and optional custom icon.\n - `bottom-flip`: Adds a bottom flap with a status icon, label, and timer slots.\n- **Thickness options:** Choose between `small` (thin border) and `large` (thick border) for visual emphasis.\n- **Status indication:** Displays different color schemes and icons for the legacy statuses (`alarm`, `warning`, `caution`) and the ISA statuses (`isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`).\n- **Acknowledgement mode:** The `mode` property reflects the alert lifecycle state — `acked-active` (default), `unacked-active`, and `unacked-rectified` — driving the blinking/animation treatment of the frame.\n- **Content wrapping:** When `wrapContent` is true, the frame wraps and sizes itself to its slotted content rather than overlaying a fixed region.\n- **Customizable corners:** Each corner can be set to a sharp (non-rounded) edge for integration with other UI elements.\n- **Slot-based content:** Supports custom icons, labels, and timers in flap variants via named slots.\n\n### Usage Guidelines\nUse `obc-alert-frame` to highlight important content, such as alerts, warnings, or status panels. The flap variants are ideal for drawing extra attention to urgent or time-sensitive information, while the regular type provides a subtle but clear border. Choose the status to match the severity of the message (alarm, warning, caution). Adjust thickness for visual hierarchy—use large for high-priority alerts and small for less critical notices.\n\n**TODO(designer):** Provide guidance on when to use each flap type (small-side-flip, large-side-flip, bottom-flip) and recommended scenarios for sharp edge usage.\n\n### Features/Variants\n- **Type (Visual Variant):**\n - `regular`: Simple outlined frame, no flap or icon.\n - `small-side-flip`: Small right-side flap with status icon.\n - `large-side-flip`: Large vertical right-side flap with status icon and optional custom icon.\n - `bottom-flip`: Bottom flap with status icon, label, and timer.\n- **Thickness:** `small` (default) or `large` for border width.\n- **Status:** `alarm`, `warning`, `caution`, or the ISA severities (`isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`)—affects color and icon.\n- **Mode:** `acked-active` (default), `unacked-active`, or `unacked-rectified`—affects blinking/animation.\n- **Corner Customization:** Each corner can be made sharp (not rounded) via boolean properties.\n\n### Slots and Content Structure\n\n| Slot Name | Renders When... | Purpose |\n|-----------|-----------------|---------|\n| (default) | Always | Main content inside the alert frame. |\n| icon | `large-side-flip` or `bottom-flip` | Custom icon displayed in the flap (in addition to status icon). |\n| label | `bottom-flip` only | Label text shown in the bottom flap. |\n| timer | `bottom-flip` only | Timer or time label in the bottom flap. |\n\n### Properties and Attributes\n- `type`: Selects the visual variant/flap style. Default is `small-side-flip`.\n- `thickness`: Controls border thickness (`small` or `large`). Default is `small`.\n- `status`: Sets the alert status and color/icon (`alarm`, `warning`, `caution`, or the `isa-*` severities). Default is `alarm`.\n- `mode`: Acknowledgement lifecycle state (`acked-active`, `unacked-active`, `unacked-rectified`) controlling blinking/animation. Default is `acked-active`.\n- `wrapContent`: When true, the frame wraps and sizes to its slotted content instead of overlaying a fixed region. Default is `false`.\n- `sharpEdgeTopLeft`, `sharpEdgeTopRight`, `sharpEdgeBottomLeft`, `sharpEdgeBottomRight`: Boolean flags to make each corner sharp instead of rounded.\n\n### Best Practices and Constraints\n- Use the status property to match the severity of the alert.\n- Only use the bottom-flip variant when both label and timer are relevant.\n- For visual consistency, align sharp edge settings with adjacent UI elements.\n- The default slot is for the main content; use named slots for icons, labels, and timers as needed.\n\n### Example:\n```\n<obc-alert-frame\n type=\"bottom-flip\"\n thickness=\"large\"\n status=\"warning\"\n sharpEdgeTopLeft\n>\n <obi-placeholder slot=\"icon\"></obi-placeholder>\n <div slot=\"label\">Low Battery</div>\n <div slot=\"timer\">00:15</div>\n <div>Critical system message goes here.</div>\n</obc-alert-frame>\n```",
38756
39310
  "name": "ObcAlertFrame",
38757
39311
  "slots": [
38758
39312
  {
@@ -38795,11 +39349,31 @@
38795
39349
  "kind": "field",
38796
39350
  "name": "status",
38797
39351
  "type": {
38798
- "text": "ObcAlertFrameStatus"
39352
+ "text": "AlertType"
38799
39353
  },
38800
- "description": "Status of the alert, controlling color scheme and icon.\n- `alarm`: Highest severity (default).\n- `warning`: Medium severity.\n- `caution`: Lower severity.",
39354
+ "description": "Status of the alert, controlling color scheme and icon.\n- `alarm`: Highest severity (default).\n- `warning`: Medium severity.\n- `caution`: Lower severity.\n- `isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`: ISA severity levels, styled to match their legacy equivalents.",
38801
39355
  "attribute": "status"
38802
39356
  },
39357
+ {
39358
+ "kind": "field",
39359
+ "name": "mode",
39360
+ "type": {
39361
+ "text": "ObcAlertFrameMode"
39362
+ },
39363
+ "description": "Acknowledgement lifecycle state, controlling the frame's blinking/animation.\n- `acked-active`: Active and acknowledged (default); no blinking.\n- `unacked-active`: Active and not yet acknowledged; blinks.\n- `unacked-rectified`: Condition cleared but not yet acknowledged.",
39364
+ "attribute": "mode"
39365
+ },
39366
+ {
39367
+ "kind": "field",
39368
+ "name": "wrapContent",
39369
+ "type": {
39370
+ "text": "boolean"
39371
+ },
39372
+ "default": "false",
39373
+ "description": "When true, the frame wraps and sizes itself to its slotted content instead\nof overlaying a fixed region. Reflected to an attribute for CSS styling.",
39374
+ "attribute": "wrapContent",
39375
+ "reflects": true
39376
+ },
38803
39377
  {
38804
39378
  "kind": "field",
38805
39379
  "name": "sharpEdgeTopLeft",
@@ -38869,6 +39443,16 @@
38869
39443
  "kind": "method",
38870
39444
  "name": "flap",
38871
39445
  "privacy": "private"
39446
+ },
39447
+ {
39448
+ "kind": "method",
39449
+ "name": "renderBadgeIcon",
39450
+ "privacy": "private",
39451
+ "return": {
39452
+ "type": {
39453
+ "text": "TemplateResult"
39454
+ }
39455
+ }
38872
39456
  }
38873
39457
  ],
38874
39458
  "attributes": [
@@ -38891,11 +39475,28 @@
38891
39475
  {
38892
39476
  "name": "status",
38893
39477
  "type": {
38894
- "text": "ObcAlertFrameStatus"
39478
+ "text": "AlertType"
38895
39479
  },
38896
- "description": "Status of the alert, controlling color scheme and icon.\n- `alarm`: Highest severity (default).\n- `warning`: Medium severity.\n- `caution`: Lower severity.",
39480
+ "description": "Status of the alert, controlling color scheme and icon.\n- `alarm`: Highest severity (default).\n- `warning`: Medium severity.\n- `caution`: Lower severity.\n- `isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`: ISA severity levels, styled to match their legacy equivalents.",
38897
39481
  "fieldName": "status"
38898
39482
  },
39483
+ {
39484
+ "name": "mode",
39485
+ "type": {
39486
+ "text": "ObcAlertFrameMode"
39487
+ },
39488
+ "description": "Acknowledgement lifecycle state, controlling the frame's blinking/animation.\n- `acked-active`: Active and acknowledged (default); no blinking.\n- `unacked-active`: Active and not yet acknowledged; blinks.\n- `unacked-rectified`: Condition cleared but not yet acknowledged.",
39489
+ "fieldName": "mode"
39490
+ },
39491
+ {
39492
+ "name": "wrapContent",
39493
+ "type": {
39494
+ "text": "boolean"
39495
+ },
39496
+ "default": "false",
39497
+ "description": "When true, the frame wraps and sizes itself to its slotted content instead\nof overlaying a fixed region. Reflected to an attribute for CSS styling.",
39498
+ "fieldName": "wrapContent"
39499
+ },
38899
39500
  {
38900
39501
  "name": "sharpEdgeTopLeft",
38901
39502
  "type": {
@@ -38957,6 +39558,14 @@
38957
39558
  }
38958
39559
  ],
38959
39560
  "exports": [
39561
+ {
39562
+ "kind": "js",
39563
+ "name": "ObcAlertFrameStatus",
39564
+ "declaration": {
39565
+ "name": "AlertType",
39566
+ "module": "../../types.js"
39567
+ }
39568
+ },
38960
39569
  {
38961
39570
  "kind": "js",
38962
39571
  "name": "ObcAlertFrame",
@@ -38972,6 +39581,14 @@
38972
39581
  "name": "ObcAlertFrame",
38973
39582
  "module": "src/components/alert-frame/alert-frame.ts"
38974
39583
  }
39584
+ },
39585
+ {
39586
+ "kind": "js",
39587
+ "name": "wrapWithAlertFrame",
39588
+ "declaration": {
39589
+ "name": "wrapWithAlertFrame",
39590
+ "module": "src/components/alert-frame/alert-frame.ts"
39591
+ }
38975
39592
  }
38976
39593
  ]
38977
39594
  },
@@ -39016,10 +39633,39 @@
39016
39633
  },
39017
39634
  "attribute": "outline"
39018
39635
  },
39636
+ {
39637
+ "kind": "field",
39638
+ "name": "bamType",
39639
+ "type": {
39640
+ "text": "AlertType"
39641
+ },
39642
+ "privacy": "private",
39643
+ "readonly": true
39644
+ },
39019
39645
  {
39020
39646
  "kind": "field",
39021
39647
  "name": "icon",
39022
39648
  "readonly": true
39649
+ },
39650
+ {
39651
+ "kind": "method",
39652
+ "name": "renderOutlineIcon",
39653
+ "privacy": "private",
39654
+ "return": {
39655
+ "type": {
39656
+ "text": "TemplateResult"
39657
+ }
39658
+ }
39659
+ },
39660
+ {
39661
+ "kind": "method",
39662
+ "name": "renderStaticIcon",
39663
+ "privacy": "private",
39664
+ "return": {
39665
+ "type": {
39666
+ "text": "TemplateResult | typeof nothing"
39667
+ }
39668
+ }
39023
39669
  }
39024
39670
  ],
39025
39671
  "attributes": [
@@ -40851,7 +41497,7 @@
40851
41497
  "declarations": [
40852
41498
  {
40853
41499
  "kind": "class",
40854
- "description": "`<obc-badge>` – A compact visual indicator for status, alerts, or notifications, optionally displaying a number and/or icon.\n\nBadges are used to draw attention to status changes, counts, or important information in a concise format. They can represent alert states (such as alarm, warning, or running), notification counts, or other contextual statuses. The badge adapts its appearance based on type, size, and variant, and can display an icon, a number, or both.\n\n---\n\n### Features\n- **Type options:** Supports multiple visual types:\n - `regular`: Default neutral badge.\n - `alarm`: Highlights critical or urgent states.\n - `warning`: Indicates caution or warning.\n - `caution`: Used for less severe caution.\n - `running`: Represents active or running states.\n - `notification`: For general notifications.\n - `enhance`: For secondary notifications or emphasis.\n - `automation`: For automation-related status.\n - `outline`: Outline-only style (flat variant only).\n - `empty`: Minimal badge with no icon or number.\n- **Size options:** `regular` (default) and `large` for increased visibility.\n- **Variants:**\n - `default`: Filled background and border.\n - `flat`: Minimal background, outline, and lighter appearance.\n- **Icon support:** Can display a contextual icon (built-in for alarm, warning, caution, running; custom via slot for others).\n- **Number display:** Optionally shows a number (e.g., count of notifications).\n- **Hide number:** Can suppress the number for a purely symbolic badge.\n- **Custom icon slot:** For types without a built-in icon, developers can provide a custom icon using the `badge-icon` slot.\n- **Responsive layout:** Adjusts size and spacing based on the `size` property.\n\n---\n\n### Usage Guidelines\n- Use `obc-badge` to highlight status, counts, or alerts in a compact form, such as notification indicators, unread message counts, or system status.\n- Choose the `type` that matches the semantic meaning (e.g., `alarm` for critical, `warning` for caution, `running` for active).\n- Use the `number` property to show counts; set `showNumber` to false for symbolic-only badges.\n- Use the `flat` variant for less prominent or secondary contexts.\n- For custom icons, provide an icon element in the `badge-icon` slot.\n- Avoid using badges for persistent or detailed information; they are intended for brief, glanceable status.\n- **TODO(designer):** Confirm recommended use cases for `enhance`, `automation`, and `outline` types, and clarify when to use `empty` type versus hiding the badge entirely.\n\n---\n\n### Slots\n\n| Slot Name | Renders When... | Purpose |\n|---------------|-------------------------------|-----------------------------------------------------|\n| `badge-icon` | `showIcon` is true and `type` is not one of `alarm`, `warning`, `caution`, `running` | Custom icon for the badge (e.g., `<obi-placeholder>`). |\n\n---\n\n### Properties and Attributes\n- `number` (number): The numeric value to display in the badge. Defaults to 0.\n- `showNumber` (boolean): If true, the number is shown. Set to `false` for symbolic or icon-only badges.\n- `type` (string): Visual style of the badge. See **Type options** above for possible values. Defaults to `regular`.\n- `size` (string): Badge size, either `regular` (default) or `large`.\n- `variant` (string): Visual variant, either `default` (filled) or `flat` (minimal). Defaults to `default`.\n- `showIcon` (boolean): If true, displays an icon appropriate to the badge type. For custom types, supply an icon in the `badge-icon` slot.\n\n---\n\n### Best Practices and Constraints\n- Use badge types consistently to communicate status meaningfully.\n- For accessibility, ensure the badge's meaning is also conveyed via text or ARIA attributes if used as a status indicator.\n- Avoid overloading the badge with large numbers or excessive detail; keep content concise.\n- The `empty` type is intended for minimal presence—use when a placeholder badge is needed without icon or number.\n- For custom icons, use OpenBridge icon elements such as `<obi-placeholder>` in the `badge-icon` slot.\n- The badge does not emit any custom events.\n\n---\n\n### Example\n\n```html\n<obc-badge type=\"alarm\" number=\"3\" showIcon>\n <!-- For custom types, provide an icon: -->\n <obi-placeholder slot=\"badge-icon\"></obi-placeholder>\n</obc-badge>\n```\n\nIn this example, the badge displays an alarm icon and the number 3.",
41500
+ "description": "`<obc-badge>` – A compact visual indicator for status, alerts, or notifications, optionally displaying a number and/or icon.\n\nBadges are used to draw attention to status changes, counts, or important information in a concise format. They can represent alert states (such as alarm, warning, or running), notification counts, or other contextual statuses. The badge adapts its appearance based on type, size, and variant, and can display an icon, a number, or both.\n\n---\n\n### Features\n- **Type options:** Supports multiple visual types:\n - `regular`: Default neutral badge.\n - `alarm`: Highlights critical or urgent states.\n - `warning`: Indicates caution or warning.\n - `caution`: Used for less severe caution.\n - `isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`: ISA severity levels, styled to match their legacy equivalents (critical, alarm, warning, caution, notification).\n - `running`: Represents active or running states.\n - `notification`: For general notifications.\n - `enhance`: For secondary notifications or emphasis.\n - `automation`: For automation-related status.\n - `outline`: Outline-only style (flat variant only).\n - `empty`: Minimal badge with no icon or number.\n- **Size options:** `regular` (default) and `large` for increased visibility.\n- **Variants:**\n - `default`: Filled background and border.\n - `flat`: Minimal background, outline, and lighter appearance.\n- **Icon support:** Can display a contextual icon (built-in for alarm, warning, caution, running; custom via slot for others).\n- **Number display:** Optionally shows a number (e.g., count of notifications).\n- **Hide number:** Can suppress the number for a purely symbolic badge.\n- **Custom icon slot:** For types without a built-in icon, developers can provide a custom icon using the `badge-icon` slot.\n- **Responsive layout:** Adjusts size and spacing based on the `size` property.\n\n---\n\n### Usage Guidelines\n- Use `obc-badge` to highlight status, counts, or alerts in a compact form, such as notification indicators, unread message counts, or system status.\n- Choose the `type` that matches the semantic meaning (e.g., `alarm` for critical, `warning` for caution, `running` for active).\n- Use the `number` property to show counts; set `showNumber` to false for symbolic-only badges.\n- Use the `flat` variant for less prominent or secondary contexts.\n- For custom icons, provide an icon element in the `badge-icon` slot.\n- Avoid using badges for persistent or detailed information; they are intended for brief, glanceable status.\n- **TODO(designer):** Confirm recommended use cases for `enhance`, `automation`, and `outline` types, and clarify when to use `empty` type versus hiding the badge entirely.\n\n---\n\n### Slots\n\n| Slot Name | Renders When... | Purpose |\n|---------------|-------------------------------|-----------------------------------------------------|\n| `badge-icon` | `showIcon` is true and `type` is not one of `alarm`, `warning`, `caution`, `running` | Custom icon for the badge (e.g., `<obi-placeholder>`). |\n\n---\n\n### Properties and Attributes\n- `number` (number): The numeric value to display in the badge. Defaults to 0.\n- `showNumber` (boolean): If true, the number is shown. Set to `false` for symbolic or icon-only badges.\n- `type` (string): Visual style of the badge. See **Type options** above for possible values. Defaults to `regular`.\n- `size` (string): Badge size, either `regular` (default) or `large`.\n- `variant` (string): Visual variant, either `default` (filled) or `flat` (minimal). Defaults to `default`.\n- `showIcon` (boolean): If true, displays an icon appropriate to the badge type. For custom types, supply an icon in the `badge-icon` slot.\n\n---\n\n### Best Practices and Constraints\n- Use badge types consistently to communicate status meaningfully.\n- For accessibility, ensure the badge's meaning is also conveyed via text or ARIA attributes if used as a status indicator.\n- Avoid overloading the badge with large numbers or excessive detail; keep content concise.\n- The `empty` type is intended for minimal presence—use when a placeholder badge is needed without icon or number.\n- For custom icons, use OpenBridge icon elements such as `<obi-placeholder>` in the `badge-icon` slot.\n- The badge does not emit any custom events.\n\n---\n\n### Example\n\n```html\n<obc-badge type=\"alarm\" number=\"3\" showIcon>\n <!-- For custom types, provide an icon: -->\n <obi-placeholder slot=\"badge-icon\"></obi-placeholder>\n</obc-badge>\n```\n\nIn this example, the badge displays an alarm icon and the number 3.",
40855
41501
  "name": "ObcBadge",
40856
41502
  "slots": [
40857
41503
  {
@@ -40885,7 +41531,7 @@
40885
41531
  "type": {
40886
41532
  "text": "string"
40887
41533
  },
40888
- "description": "Visual style/type of the badge.\n\nPossible values: `regular`, `alarm`, `warning`, `caution`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.\n\nDefaults to `regular`.",
41534
+ "description": "Visual style/type of the badge.\n\nPossible values: `regular`, `alarm`, `warning`, `caution`, `isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.\n\nDefaults to `regular`.",
40889
41535
  "attribute": "type"
40890
41536
  },
40891
41537
  {
@@ -40913,7 +41559,7 @@
40913
41559
  "text": "boolean"
40914
41560
  },
40915
41561
  "default": "false",
40916
- "description": "Whether to show an icon in the badge.\n\nFor built-in types (`alarm`, `warning`, `caution`, `running`), a contextual icon is shown automatically.\nFor other types, provide a custom icon in the `badge-icon` slot.",
41562
+ "description": "Whether to show an icon in the badge.\n\nFor built-in types (`alarm`, `warning`, `caution`, the `isa-*` severities, and `running`), a contextual icon is shown automatically.\nFor other types, provide a custom icon in the `badge-icon` slot.",
40917
41563
  "attribute": "showIcon"
40918
41564
  },
40919
41565
  {
@@ -40946,7 +41592,7 @@
40946
41592
  "type": {
40947
41593
  "text": "string"
40948
41594
  },
40949
- "description": "Visual style/type of the badge.\n\nPossible values: `regular`, `alarm`, `warning`, `caution`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.\n\nDefaults to `regular`.",
41595
+ "description": "Visual style/type of the badge.\n\nPossible values: `regular`, `alarm`, `warning`, `caution`, `isa-critical`, `isa-high`, `isa-medium`, `isa-low`, `isa-diagnostic`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.\n\nDefaults to `regular`.",
40950
41596
  "fieldName": "type"
40951
41597
  },
40952
41598
  {
@@ -40971,7 +41617,7 @@
40971
41617
  "text": "boolean"
40972
41618
  },
40973
41619
  "default": "false",
40974
- "description": "Whether to show an icon in the badge.\n\nFor built-in types (`alarm`, `warning`, `caution`, `running`), a contextual icon is shown automatically.\nFor other types, provide a custom icon in the `badge-icon` slot.",
41620
+ "description": "Whether to show an icon in the badge.\n\nFor built-in types (`alarm`, `warning`, `caution`, the `isa-*` severities, and `running`), a contextual icon is shown automatically.\nFor other types, provide a custom icon in the `badge-icon` slot.",
40975
41621
  "fieldName": "showIcon"
40976
41622
  }
40977
41623
  ],
@@ -81601,7 +82247,7 @@
81601
82247
  "declarations": [
81602
82248
  {
81603
82249
  "kind": "class",
81604
- "description": "`<obc-readout-list-item>` – A compact inline readout row for lists.\n\nRenders a compact label/value/unit composition with a dedicated size scale and stacking modes for unit and source placement. Use it when you need dense, consistent readout rows in tables or lists without bringing in the full `<obc-readout>` segment layout.\n\n### Features\n- **Sizes:** `base`, `priority`, and `enhanced` typography/padding scales.\n- **Stacking modes:** `trailing-unit`, `leading-unit`, and `leading-src` control where unit/source appear relative to the label/value.\n- **Priority styling:** `priority` controls emphasis and setpoint presentation (`regular`, `enhanced`, `setpoint`, `setpoint-flip-flop`).\n- **Alert states:** Supports `alertState` styling for integrity/invalid and attention states (`caution`, `warning`, `alarm`).\n- **Formatting:** Supports numeric formatting, fixed-length width templates, hinted zeros, and optional degree suffix (`°`).\n\n### Usage Guidelines\nUse this component for dense readouts in list contexts. Prefer `<obc-readout>` when you need multi-segment advice/setpoint/source composition, rich layouts, or source picker/flyout behavior.\n\n### Slots\n| Slot Name | Renders When | Purpose |\n|---------------|--------------------------|---------|\n| leading-icon | `hasLeadingIcon` is true | Optional leading icon before the label. |\n| value-icon | `hasValueIcon` is true | Optional icon next to the value. |",
82250
+ "description": "`<obc-readout-list-item>` – A compact inline readout row for lists.\n\nRenders a compact label/value/unit composition with a dedicated size scale and stacking modes for unit and source placement. Use it when you need dense, consistent readout rows in tables or lists without bringing in the full `<obc-readout>` segment layout.\n\n### Features\n- **Sizes:** `base`, `priority`, and `enhanced` typography/padding scales.\n- **Stacking modes:** `trailing-unit`, `leading-unit`, and `leading-src` control where unit/source appear relative to the label/value.\n- **Priority styling:** `priority` controls emphasis and setpoint presentation (`regular`, `enhanced`, `setpoint`, `setpoint-flip-flop`).\n- **Data states:** Supports `dataState` styling for `low-integrity` and `invalid` data quality.\n- **Alert frame:** Optional `alert` wrapper for caution, warning, alarm, and other alert-frame statuses.\n- **Formatting:** Supports numeric formatting, fixed-length width templates, hinted zeros, and optional degree suffix (`°`).\n\n### Usage Guidelines\nUse this component for dense readouts in list contexts. Prefer `<obc-readout>` when you need multi-segment advice/setpoint/source composition, rich layouts, or source picker/flyout behavior.\n\n### Slots\n| Slot Name | Renders When | Purpose |\n|---------------|--------------------------|---------|\n| leading-icon | `hasLeadingIcon` is true | Optional leading icon before the label. |\n| value-icon | `hasValueIcon` is true | Optional icon next to the value. |",
81605
82251
  "name": "ObcReadoutListItem",
81606
82252
  "slots": [
81607
82253
  {
@@ -81640,11 +82286,20 @@
81640
82286
  },
81641
82287
  {
81642
82288
  "kind": "field",
81643
- "name": "alertState",
82289
+ "name": "dataState",
81644
82290
  "type": {
81645
- "text": "ReadoutListItemAlertState"
82291
+ "text": "ReadoutListItemDataState"
81646
82292
  },
81647
- "attribute": "alertState"
82293
+ "attribute": "dataState"
82294
+ },
82295
+ {
82296
+ "kind": "field",
82297
+ "name": "alert",
82298
+ "type": {
82299
+ "text": "AlertFrameConfig | boolean"
82300
+ },
82301
+ "default": "false",
82302
+ "attribute": "alert"
81648
82303
  },
81649
82304
  {
81650
82305
  "kind": "field",
@@ -81957,11 +82612,19 @@
81957
82612
  "fieldName": "priority"
81958
82613
  },
81959
82614
  {
81960
- "name": "alertState",
82615
+ "name": "dataState",
82616
+ "type": {
82617
+ "text": "ReadoutListItemDataState"
82618
+ },
82619
+ "fieldName": "dataState"
82620
+ },
82621
+ {
82622
+ "name": "alert",
81961
82623
  "type": {
81962
- "text": "ReadoutListItemAlertState"
82624
+ "text": "AlertFrameConfig | boolean"
81963
82625
  },
81964
- "fieldName": "alertState"
82626
+ "default": "false",
82627
+ "fieldName": "alert"
81965
82628
  },
81966
82629
  {
81967
82630
  "name": "label",
@@ -82808,11 +83471,11 @@
82808
83471
  },
82809
83472
  {
82810
83473
  "kind": "field",
82811
- "name": "alertState",
83474
+ "name": "dataState",
82812
83475
  "type": {
82813
- "text": "ReadoutAlertState"
83476
+ "text": "ReadoutDataState"
82814
83477
  },
82815
- "attribute": "alertState"
83478
+ "attribute": "dataState"
82816
83479
  },
82817
83480
  {
82818
83481
  "kind": "field",
@@ -82954,6 +83617,15 @@
82954
83617
  "default": "false",
82955
83618
  "attribute": "hasLeadingIcon"
82956
83619
  },
83620
+ {
83621
+ "kind": "field",
83622
+ "name": "alert",
83623
+ "type": {
83624
+ "text": "AlertFrameConfig | boolean"
83625
+ },
83626
+ "default": "false",
83627
+ "attribute": "alert"
83628
+ },
82957
83629
  {
82958
83630
  "kind": "field",
82959
83631
  "name": "sourceHug",
@@ -83684,11 +84356,11 @@
83684
84356
  "fieldName": "valuePriority"
83685
84357
  },
83686
84358
  {
83687
- "name": "alertState",
84359
+ "name": "dataState",
83688
84360
  "type": {
83689
- "text": "ReadoutAlertState"
84361
+ "text": "ReadoutDataState"
83690
84362
  },
83691
- "fieldName": "alertState"
84363
+ "fieldName": "dataState"
83692
84364
  },
83693
84365
  {
83694
84366
  "name": "setpointInteraction",
@@ -83814,6 +84486,14 @@
83814
84486
  "default": "false",
83815
84487
  "fieldName": "hasLeadingIcon"
83816
84488
  },
84489
+ {
84490
+ "name": "alert",
84491
+ "type": {
84492
+ "text": "AlertFrameConfig | boolean"
84493
+ },
84494
+ "default": "false",
84495
+ "fieldName": "alert"
84496
+ },
83817
84497
  {
83818
84498
  "name": "hasSourceLeadingIcon",
83819
84499
  "type": {