@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
@@ -0,0 +1,55 @@
1
+ import { css, LitElement, svg, html } from "lit";
2
+ import { property } from "lit/decorators.js";
3
+ import { customElement } from "../decorator.js";
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __decorateClass = (decorators, target, key, kind) => {
7
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
8
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
9
+ if (decorator = decorators[i])
10
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11
+ if (kind && result) __defProp(target, key, result);
12
+ return result;
13
+ };
14
+ let ObiAlertsCriticalTwotone = class extends LitElement {
15
+ constructor() {
16
+ super(...arguments);
17
+ this.useCssColor = false;
18
+ this.icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z" fill="currentColor"/>
20
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z" fill="currentColor"/>
21
+ </svg>
22
+ `;
23
+ this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
24
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z" style="fill: var(--alert-critical-color)"/>
25
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z" style="fill: var(--alert-critical-outline-color)"/>
26
+ </svg>
27
+ `;
28
+ }
29
+ render() {
30
+ return html`
31
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
32
+ `;
33
+ }
34
+ };
35
+ ObiAlertsCriticalTwotone.styles = css`
36
+ .wrapper {
37
+ height: 100%;
38
+ width: 100%;
39
+ line-height: 0;
40
+ }
41
+ .wrapper > * {
42
+ height: 100%;
43
+ width: 100%;
44
+ }
45
+ `;
46
+ __decorateClass([
47
+ property({ type: Boolean })
48
+ ], ObiAlertsCriticalTwotone.prototype, "useCssColor", 2);
49
+ ObiAlertsCriticalTwotone = __decorateClass([
50
+ customElement("obi-alerts-critical-twotone")
51
+ ], ObiAlertsCriticalTwotone);
52
+ export {
53
+ ObiAlertsCriticalTwotone
54
+ };
55
+ //# sourceMappingURL=icon-alerts-critical-twotone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-alerts-critical-twotone.js","sources":["../../src/manual-icon/icon-alerts-critical-twotone.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {property} from 'lit/decorators.js';\nimport {customElement} from '../decorator.js';\n\n/**\n * `<obi-alerts-critical-twotone>` – Two-tone bell icon for the ISA \"critical\" alert severity.\n *\n * Renders the alert (bell) glyph as a layered two-tone shape so the silhouette and\n * fill can be tinted independently. Used wherever a critical-severity alert needs an\n * icon representation (badges, frames, lists).\n *\n * ### Features\n * - **Color modes:** Set `useCssColor` to render with the critical design tokens\n * (`--alert-critical-color` / `--alert-critical-outline-color`); leave it `false`\n * (default) to render with `currentColor` so the icon inherits its parent's color.\n *\n * ### Properties and Attributes\n * - `useCssColor` (boolean): When true, fills the two tones with the critical color\n * tokens instead of `currentColor`. Defaults to `false`.\n */\n@customElement('obi-alerts-critical-twotone')\nexport class ObiAlertsCriticalTwotone extends LitElement {\n @property({type: Boolean}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z\" fill=\"currentColor\"/>\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z\" style=\"fill: var(--alert-critical-color)\"/>\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z\" style=\"fill: var(--alert-critical-outline-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n line-height: 0;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-alerts-critical-twotone': ObiAlertsCriticalTwotone;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAqBO,IAAM,2BAAN,cAAuC,WAAW;AAAA,EAAlD,cAAA;AAAA,UAAA,GAAA,SAAA;AACsB,SAAA,cAAc;AAEzC,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAMf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAMT,SAAS;AAChB,WAAO;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAaF;AAhCa,yBAqBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AApBE,gBAAA;AAAA,EAA1B,SAAS,EAAC,MAAM,QAAA,CAAQ;AAAA,GADd,yBACgB,WAAA,eAAA,CAAA;AADhB,2BAAN,gBAAA;AAAA,EADN,cAAc,6BAA6B;AAAA,GAC/B,wBAAA;"}
@@ -0,0 +1,30 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * `<obi-alerts-diagnostic-twotone>` – Two-tone bell icon for the ISA "diagnostic" alert severity.
4
+ *
5
+ * Renders the alert (bell) glyph as a layered two-tone shape so the silhouette and
6
+ * fill can be tinted independently. Used wherever a diagnostic-severity alert needs an
7
+ * icon representation (badges, frames, lists).
8
+ *
9
+ * ### Features
10
+ * - **Color modes:** Set `useCssColor` to render with the diagnostic design tokens
11
+ * (`--alert-diagnostic-color` / `--alert-diagnostic-outline-color`); leave it `false`
12
+ * (default) to render with `currentColor` so the icon inherits its parent's color.
13
+ *
14
+ * ### Properties and Attributes
15
+ * - `useCssColor` (boolean): When true, fills the two tones with the diagnostic color
16
+ * tokens instead of `currentColor`. Defaults to `false`.
17
+ */
18
+ export declare class ObiAlertsDiagnosticTwotone extends LitElement {
19
+ useCssColor: boolean;
20
+ private icon;
21
+ private iconCss;
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ static styles: import('lit').CSSResult;
24
+ }
25
+ declare global {
26
+ interface HTMLElementTagNameMap {
27
+ 'obi-alerts-diagnostic-twotone': ObiAlertsDiagnosticTwotone;
28
+ }
29
+ }
30
+ //# sourceMappingURL=icon-alerts-diagnostic-twotone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-alerts-diagnostic-twotone.d.ts","sourceRoot":"","sources":["../../src/manual-icon/icon-alerts-diagnostic-twotone.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAiB,MAAM,KAAK,CAAC;AAI/C;;;;;;;;;;;;;;;GAeG;AACH,qBACa,0BAA2B,SAAQ,UAAU;IAC7B,WAAW,UAAS;IAE/C,OAAO,CAAC,IAAI,CAIZ;IAEA,OAAO,CAAC,OAAO,CAIf;IAES,MAAM;IAMf,OAAgB,MAAM,0BAUpB;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,+BAA+B,EAAE,0BAA0B,CAAC;KAC7D;CACF"}
@@ -0,0 +1,55 @@
1
+ import { css, LitElement, svg, html } from "lit";
2
+ import { property } from "lit/decorators.js";
3
+ import { customElement } from "../decorator.js";
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __decorateClass = (decorators, target, key, kind) => {
7
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
8
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
9
+ if (decorator = decorators[i])
10
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11
+ if (kind && result) __defProp(target, key, result);
12
+ return result;
13
+ };
14
+ let ObiAlertsDiagnosticTwotone = class extends LitElement {
15
+ constructor() {
16
+ super(...arguments);
17
+ this.useCssColor = false;
18
+ this.icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z" fill="currentColor"/>
20
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z" fill="currentColor"/>
21
+ </svg>
22
+ `;
23
+ this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
24
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z" style="fill: var(--alert-diagnostic-color)"/>
25
+ <path d="M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z" style="fill: var(--alert-diagnostic-outline-color)"/>
26
+ </svg>
27
+ `;
28
+ }
29
+ render() {
30
+ return html`
31
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
32
+ `;
33
+ }
34
+ };
35
+ ObiAlertsDiagnosticTwotone.styles = css`
36
+ .wrapper {
37
+ height: 100%;
38
+ width: 100%;
39
+ line-height: 0;
40
+ }
41
+ .wrapper > * {
42
+ height: 100%;
43
+ width: 100%;
44
+ }
45
+ `;
46
+ __decorateClass([
47
+ property({ type: Boolean })
48
+ ], ObiAlertsDiagnosticTwotone.prototype, "useCssColor", 2);
49
+ ObiAlertsDiagnosticTwotone = __decorateClass([
50
+ customElement("obi-alerts-diagnostic-twotone")
51
+ ], ObiAlertsDiagnosticTwotone);
52
+ export {
53
+ ObiAlertsDiagnosticTwotone
54
+ };
55
+ //# sourceMappingURL=icon-alerts-diagnostic-twotone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-alerts-diagnostic-twotone.js","sources":["../../src/manual-icon/icon-alerts-diagnostic-twotone.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {property} from 'lit/decorators.js';\nimport {customElement} from '../decorator.js';\n\n/**\n * `<obi-alerts-diagnostic-twotone>` – Two-tone bell icon for the ISA \"diagnostic\" alert severity.\n *\n * Renders the alert (bell) glyph as a layered two-tone shape so the silhouette and\n * fill can be tinted independently. Used wherever a diagnostic-severity alert needs an\n * icon representation (badges, frames, lists).\n *\n * ### Features\n * - **Color modes:** Set `useCssColor` to render with the diagnostic design tokens\n * (`--alert-diagnostic-color` / `--alert-diagnostic-outline-color`); leave it `false`\n * (default) to render with `currentColor` so the icon inherits its parent's color.\n *\n * ### Properties and Attributes\n * - `useCssColor` (boolean): When true, fills the two tones with the diagnostic color\n * tokens instead of `currentColor`. Defaults to `false`.\n */\n@customElement('obi-alerts-diagnostic-twotone')\nexport class ObiAlertsDiagnosticTwotone extends LitElement {\n @property({type: Boolean}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z\" fill=\"currentColor\"/>\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z\" style=\"fill: var(--alert-diagnostic-color)\"/>\n<path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z\" style=\"fill: var(--alert-diagnostic-outline-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n line-height: 0;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-alerts-diagnostic-twotone': ObiAlertsDiagnosticTwotone;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAqBO,IAAM,6BAAN,cAAyC,WAAW;AAAA,EAApD,cAAA;AAAA,UAAA,GAAA,SAAA;AACsB,SAAA,cAAc;AAEzC,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAMf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAMT,SAAS;AAChB,WAAO;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAaF;AAhCa,2BAqBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AApBE,gBAAA;AAAA,EAA1B,SAAS,EAAC,MAAM,QAAA,CAAQ;AAAA,GADd,2BACgB,WAAA,eAAA,CAAA;AADhB,6BAAN,gBAAA;AAAA,EADN,cAAc,+BAA+B;AAAA,GACjC,0BAAA;"}
@@ -41,37 +41,22 @@ const componentStyle = css`
41
41
  grid-template-areas: "meta";
42
42
  }
43
43
 
44
- .readout:is(.alert-low-integrity,.alert-invalid,.alert-caution,.alert-warning,.alert-alarm) {
44
+ .readout:is(.data-low-integrity,.data-invalid) {
45
45
  border-width: 1px;
46
46
  border-style: solid;
47
47
  border-radius: var(--global-border-radius-border-radius-base);
48
48
  }
49
49
 
50
- .readout.alert-low-integrity {
50
+ .readout.data-low-integrity {
51
51
  background: var(--alert-low-integrity-background-color);
52
52
  border-color: var(--alert-low-integrity-border-color);
53
53
  }
54
54
 
55
- .readout.alert-invalid {
55
+ .readout.data-invalid {
56
56
  background: var(--alert-invalid-background-color);
57
57
  border-color: var(--alert-invalid-border-color);
58
58
  }
59
59
 
60
- .readout.alert-caution {
61
- background: var(--alert-caution-container-background-color);
62
- border-color: var(--alert-caution-container-border-color);
63
- }
64
-
65
- .readout.alert-warning {
66
- background: var(--alert-warning-container-background-color);
67
- border-color: var(--alert-warning-container-border-color);
68
- }
69
-
70
- .readout.alert-alarm {
71
- background: var(--alert-alarm-container-background-color);
72
- border-color: var(--alert-alarm-container-border-color);
73
- }
74
-
75
60
  .readout.stack {
76
61
  padding-bottom: calc(
77
62
  var(--obc-readout-padding-horizontal-safe) +
@@ -1 +1 @@
1
- {"version":3,"file":"readout.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"readout.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,6 +3,7 @@ import { Priority } from '../types.js';
3
3
  import { ReadoutAdviceState, ReadoutAdviceFormat } from '../readout-advice/readout-advice.js';
4
4
  import { ReadoutSourceType } from './readout-source.js';
5
5
  import { ReadoutSetpointFormat, ReadoutSetpointSize } from '../readout-setpoint/readout-setpoint.js';
6
+ import { AlertFrameConfig } from '../../components/alert-frame/alert-frame.js';
6
7
  import '../../components/context-menu-input/context-menu-input.js';
7
8
  import '../../icons/icon-input-right.js';
8
9
  import '../../icons/icon-placeholder.js';
@@ -13,13 +14,10 @@ export declare enum ReadoutVariant {
13
14
  enhanced = "enhanced",
14
15
  stack = "stack"
15
16
  }
16
- export declare enum ReadoutAlertState {
17
+ export declare enum ReadoutDataState {
17
18
  none = "none",
18
19
  lowIntegrity = "low-integrity",
19
- invalid = "invalid",
20
- caution = "caution",
21
- warning = "warning",
22
- alarm = "alarm"
20
+ invalid = "invalid"
23
21
  }
24
22
  export declare enum ReadoutSetpointInteraction {
25
23
  alwaysVisible = "always-visible",
@@ -89,7 +87,7 @@ export declare class ObcReadout extends LitElement {
89
87
  src?: string;
90
88
  off: boolean;
91
89
  valuePriority?: Priority;
92
- alertState: ReadoutAlertState;
90
+ dataState: ReadoutDataState;
93
91
  setpointInteraction: ReadoutSetpointInteraction;
94
92
  direction: ReadoutDirection;
95
93
  /**
@@ -119,6 +117,7 @@ export declare class ObcReadout extends LitElement {
119
117
  sourceDeltaValue: number;
120
118
  sourceType?: ReadoutSourceType;
121
119
  hasLeadingIcon: boolean;
120
+ alert: AlertFrameConfig | boolean;
122
121
  sourceHug: boolean;
123
122
  hasSourceLeadingIcon: boolean;
124
123
  hasSourceTrailingIcon: boolean;
@@ -220,7 +219,7 @@ export declare class ObcReadout extends LitElement {
220
219
  private renderValueInput;
221
220
  private renderHorizontalValueUnitZone;
222
221
  private renderHorizontalLayout;
223
- render(): import('lit-html').TemplateResult<1>;
222
+ render(): import('lit-html').HTMLTemplateResult;
224
223
  static styles: import('lit').CSSResult;
225
224
  disconnectedCallback(): void;
226
225
  }
@@ -1 +1 @@
1
- {"version":3,"file":"readout.d.ts","sourceRoot":"","sources":["../../../src/navigation-instruments/readout/readout.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"readout.d.ts","sourceRoot":"","sources":["../../../src/navigation-instruments/readout/readout.ts"],"names":[],"mappings":"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"}
@@ -11,6 +11,7 @@ import { ReadoutAdviceFormat, ReadoutAdviceState } from "../readout-advice/reado
11
11
  import { renderReadoutUnitZone, renderReadoutLabelZone, renderReadoutMetaZone } from "./readout-meta.js";
12
12
  import { ReadoutSourceType, renderReadoutSource, supportsReadoutSourcePicker } from "./readout-source.js";
13
13
  import { ReadoutSetpointSize, ReadoutSetpointFormat, ReadoutSetpointMode, ReadoutSetpointVariant } from "../readout-setpoint/readout-setpoint.js";
14
+ import { wrapWithAlertFrame } from "../../components/alert-frame/alert-frame.js";
14
15
  var __defProp = Object.defineProperty;
15
16
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
16
17
  var __decorateClass = (decorators, target, key, kind) => {
@@ -27,15 +28,12 @@ var ReadoutVariant = /* @__PURE__ */ ((ReadoutVariant2) => {
27
28
  ReadoutVariant2["stack"] = "stack";
28
29
  return ReadoutVariant2;
29
30
  })(ReadoutVariant || {});
30
- var ReadoutAlertState = /* @__PURE__ */ ((ReadoutAlertState2) => {
31
- ReadoutAlertState2["none"] = "none";
32
- ReadoutAlertState2["lowIntegrity"] = "low-integrity";
33
- ReadoutAlertState2["invalid"] = "invalid";
34
- ReadoutAlertState2["caution"] = "caution";
35
- ReadoutAlertState2["warning"] = "warning";
36
- ReadoutAlertState2["alarm"] = "alarm";
37
- return ReadoutAlertState2;
38
- })(ReadoutAlertState || {});
31
+ var ReadoutDataState = /* @__PURE__ */ ((ReadoutDataState2) => {
32
+ ReadoutDataState2["none"] = "none";
33
+ ReadoutDataState2["lowIntegrity"] = "low-integrity";
34
+ ReadoutDataState2["invalid"] = "invalid";
35
+ return ReadoutDataState2;
36
+ })(ReadoutDataState || {});
39
37
  var ReadoutSetpointInteraction = /* @__PURE__ */ ((ReadoutSetpointInteraction2) => {
40
38
  ReadoutSetpointInteraction2["alwaysVisible"] = "always-visible";
41
39
  ReadoutSetpointInteraction2["flipFlop"] = "flip-flop";
@@ -61,7 +59,7 @@ let ObcReadout = class extends LitElement {
61
59
  this.hasDegree = false;
62
60
  this.label = "";
63
61
  this.off = false;
64
- this.alertState = "none";
62
+ this.dataState = "none";
65
63
  this.setpointInteraction = "always-visible";
66
64
  this.direction = "vertical";
67
65
  this.alignment = "vertical";
@@ -76,6 +74,7 @@ let ObcReadout = class extends LitElement {
76
74
  this.hasSrcPicker = false;
77
75
  this.sourceDeltaValue = 0;
78
76
  this.hasLeadingIcon = false;
77
+ this.alert = false;
79
78
  this.sourceHug = true;
80
79
  this.hasSourceLeadingIcon = false;
81
80
  this.hasSourceTrailingIcon = true;
@@ -685,46 +684,46 @@ let ObcReadout = class extends LitElement {
685
684
  `;
686
685
  }
687
686
  render() {
688
- return html`
689
- <div
690
- class=${classMap({
691
- readout: true,
692
- [this.variant]: true,
693
- [this.direction]: true,
694
- "alignment-left": this.alignment === "left",
695
- "alignment-center": this.alignment === "center",
696
- "alignment-vertical": this.alignment === "vertical",
697
- "interaction-always-visible": this.interactionMode === "always-visible",
698
- "interaction-flip-flop": this.setpointInteractionEnabled && this.interactionMode === "flip-flop",
699
- "interaction-pop-up": this.setpointInteractionEnabled && this.interactionMode === "pop-up",
700
- "focus-setpoint": this.setpointInteractionEnabled && this.flipFlopSetpointFocused,
701
- "focus-value": this.setpointInteractionEnabled && this.flipFlopValueFocused,
702
- "alert-none": this.alertState === "none",
703
- "alert-low-integrity": this.alertState === "low-integrity",
704
- "alert-invalid": this.alertState === "invalid",
705
- "alert-caution": this.alertState === "caution",
706
- "alert-warning": this.alertState === "warning",
707
- "alert-alarm": this.alertState === "alarm",
708
- "has-source": this.hasSrc,
709
- "has-setpoint": this.hasSetpoint,
710
- "has-setpoint-button": this.isHorizontal && this.setpointFormat === ReadoutSetpointFormat.button,
711
- "no-hug": !this.hug,
712
- "label-only": this.labelOnly
713
- })}
714
- >
715
- ${!this.labelOnly && this.isVertical ? this.renderAdvice() : nothing}
716
- ${!this.labelOnly && this.isVertical ? this.renderSetpoint() : nothing}
717
- ${!this.labelOnly && this.isVertical ? this.renderValueZone() : nothing}
718
- ${(this.labelOnly || this.isVertical) && this.shouldRenderReadoutMetaZone ? renderReadoutMetaZone({
719
- labelValue: this.label,
720
- unitValue: this.unit
721
- }) : nothing}
722
- ${!this.labelOnly && this.hasSrc && this.isVertical ? this.renderSource() : nothing}
723
- ${!this.labelOnly && this.isHorizontal ? this.renderHorizontalLayout() : nothing}
724
- ${this.renderSourcePickerSlot()}
725
- </div>
726
- ${this.renderSourcePickerContent()}
727
- `;
687
+ return wrapWithAlertFrame(
688
+ this.alert,
689
+ html`
690
+ <div
691
+ class=${classMap({
692
+ readout: true,
693
+ [this.variant]: true,
694
+ [this.direction]: true,
695
+ "alignment-left": this.alignment === "left",
696
+ "alignment-center": this.alignment === "center",
697
+ "alignment-vertical": this.alignment === "vertical",
698
+ "interaction-always-visible": this.interactionMode === "always-visible",
699
+ "interaction-flip-flop": this.setpointInteractionEnabled && this.interactionMode === "flip-flop",
700
+ "interaction-pop-up": this.setpointInteractionEnabled && this.interactionMode === "pop-up",
701
+ "focus-setpoint": this.setpointInteractionEnabled && this.flipFlopSetpointFocused,
702
+ "focus-value": this.setpointInteractionEnabled && this.flipFlopValueFocused,
703
+ "data-none": this.dataState === "none",
704
+ "data-low-integrity": this.dataState === "low-integrity",
705
+ "data-invalid": this.dataState === "invalid",
706
+ "has-source": this.hasSrc,
707
+ "has-setpoint": this.hasSetpoint,
708
+ "has-setpoint-button": this.isHorizontal && this.setpointFormat === ReadoutSetpointFormat.button,
709
+ "no-hug": !this.hug,
710
+ "label-only": this.labelOnly
711
+ })}
712
+ >
713
+ ${!this.labelOnly && this.isVertical ? this.renderAdvice() : nothing}
714
+ ${!this.labelOnly && this.isVertical ? this.renderSetpoint() : nothing}
715
+ ${!this.labelOnly && this.isVertical ? this.renderValueZone() : nothing}
716
+ ${(this.labelOnly || this.isVertical) && this.shouldRenderReadoutMetaZone ? renderReadoutMetaZone({
717
+ labelValue: this.label,
718
+ unitValue: this.unit
719
+ }) : nothing}
720
+ ${!this.labelOnly && this.hasSrc && this.isVertical ? this.renderSource() : nothing}
721
+ ${!this.labelOnly && this.isHorizontal ? this.renderHorizontalLayout() : nothing}
722
+ ${this.renderSourcePickerSlot()}
723
+ </div>
724
+ ${this.renderSourcePickerContent()}
725
+ `
726
+ );
728
727
  }
729
728
  disconnectedCallback() {
730
729
  window.removeEventListener("pointerdown", this.onWindowPointerDown, true);
@@ -771,7 +770,7 @@ __decorateClass([
771
770
  ], ObcReadout.prototype, "valuePriority", 2);
772
771
  __decorateClass([
773
772
  property({ type: String })
774
- ], ObcReadout.prototype, "alertState", 2);
773
+ ], ObcReadout.prototype, "dataState", 2);
775
774
  __decorateClass([
776
775
  property({ type: String })
777
776
  ], ObcReadout.prototype, "setpointInteraction", 2);
@@ -820,6 +819,9 @@ __decorateClass([
820
819
  __decorateClass([
821
820
  property({ type: Boolean })
822
821
  ], ObcReadout.prototype, "hasLeadingIcon", 2);
822
+ __decorateClass([
823
+ property({ type: Object })
824
+ ], ObcReadout.prototype, "alert", 2);
823
825
  __decorateClass([
824
826
  property({ type: Boolean, attribute: false })
825
827
  ], ObcReadout.prototype, "sourceHug", 2);
@@ -879,7 +881,7 @@ ObcReadout = __decorateClass([
879
881
  ], ObcReadout);
880
882
  export {
881
883
  ObcReadout,
882
- ReadoutAlertState,
884
+ ReadoutDataState,
883
885
  ReadoutDirection,
884
886
  ReadoutSetpointInteraction,
885
887
  ReadoutSourceType,