@oicl/openbridge-webcomponents-svelte 2.0.0-next.13 → 2.0.0-next.131

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 (720) hide show
  1. package/README.md +2 -0
  2. package/dist/ar/chart-object-vessel-button/ObcChartObjectVesselButton.svelte +10 -10
  3. package/dist/ar/chart-object-vessel-button/ObcChartObjectVesselButton.svelte.d.ts +3 -3
  4. package/dist/ar/poi/ObcPoi.svelte +8 -1
  5. package/dist/ar/poi/ObcPoi.svelte.d.ts +1 -0
  6. package/dist/ar/poi/ObcPoiAton.svelte +33 -4
  7. package/dist/ar/poi/ObcPoiAton.svelte.d.ts +33 -0
  8. package/dist/ar/poi/ObcPoiData.svelte +33 -4
  9. package/dist/ar/poi/ObcPoiData.svelte.d.ts +33 -0
  10. package/dist/ar/poi/ObcPoiVessel.svelte +33 -4
  11. package/dist/ar/poi/ObcPoiVessel.svelte.d.ts +33 -0
  12. package/dist/ar/poi/PoiBase.svelte +4 -4
  13. package/dist/ar/poi/PoiBase.svelte.d.ts +1 -0
  14. package/dist/ar/poi-button/ObcPoiButton.svelte +4 -4
  15. package/dist/ar/poi-button/ObcPoiButton.svelte.d.ts +1 -0
  16. package/dist/ar/poi-button/ObcPoiButtonAton.svelte +16 -2
  17. package/dist/ar/poi-button/ObcPoiButtonAton.svelte.d.ts +18 -0
  18. package/dist/ar/poi-button/ObcPoiButtonData.svelte +16 -2
  19. package/dist/ar/poi-button/ObcPoiButtonData.svelte.d.ts +18 -0
  20. package/dist/ar/poi-button/ObcPoiButtonVessel.svelte +16 -2
  21. package/dist/ar/poi-button/ObcPoiButtonVessel.svelte.d.ts +18 -0
  22. package/dist/ar/poi-card/ObcPoiCard.svelte +2 -2
  23. package/dist/ar/poi-card-header/ObcPoiCardHeader.svelte +2 -2
  24. package/dist/ar/poi-group/ObcPoiGroup.svelte +7 -7
  25. package/dist/ar/poi-group/ObcPoiGroup.svelte.d.ts +7 -1
  26. package/dist/ar/poi-layer/ObcPoiLayer.svelte +5 -4
  27. package/dist/ar/poi-layer/ObcPoiLayer.svelte.d.ts +1 -0
  28. package/dist/ar/poi-object/ObcPoiObjectAton.svelte +11 -7
  29. package/dist/ar/poi-object/ObcPoiObjectAton.svelte.d.ts +7 -3
  30. package/dist/ar/poi-object/ObcPoiObjectData.svelte +5 -2
  31. package/dist/ar/poi-object/ObcPoiObjectData.svelte.d.ts +6 -1
  32. package/dist/ar/poi-object/ObcPoiObjectVessel.svelte +7 -2
  33. package/dist/ar/poi-object/ObcPoiObjectVessel.svelte.d.ts +6 -0
  34. package/dist/automation/analog-valve/ObcAnalogValve.svelte +35 -2
  35. package/dist/automation/analog-valve/ObcAnalogValve.svelte.d.ts +41 -1
  36. package/dist/automation/automation-badge/ObcAutomationBadge.svelte +11 -4
  37. package/dist/automation/automation-badge/ObcAutomationBadge.svelte.d.ts +1 -0
  38. package/dist/automation/automation-button/ObcAbstractAutomationButton.svelte +20 -13
  39. package/dist/automation/automation-button/ObcAbstractAutomationButton.svelte.d.ts +21 -12
  40. package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte +40 -3
  41. package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte.d.ts +46 -1
  42. package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte +39 -3
  43. package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte.d.ts +43 -0
  44. package/dist/automation/automation-button/ObcAutomationButton.svelte +80 -17
  45. package/dist/automation/automation-button/ObcAutomationButton.svelte.d.ts +23 -9
  46. package/dist/automation/automation-input-modal/ObcAutomationInputModal.svelte +28 -5
  47. package/dist/automation/automation-input-modal/ObcAutomationInputModal.svelte.d.ts +4 -1
  48. package/dist/automation/automation-readout/ObcAutomationReadout.svelte +4 -4
  49. package/dist/automation/automation-readout/ObcAutomationReadout.svelte.d.ts +1 -0
  50. package/dist/automation/automation-tank/ObcAutomationTank.svelte +230 -12
  51. package/dist/automation/automation-tank/ObcAutomationTank.svelte.d.ts +174 -4
  52. package/dist/automation/bipolar-transistor/ObcBipolarTransistor.svelte +42 -2
  53. package/dist/automation/bipolar-transistor/ObcBipolarTransistor.svelte.d.ts +47 -0
  54. package/dist/automation/bus/ObcBus.svelte +41 -0
  55. package/dist/automation/bus/ObcBus.svelte.d.ts +29 -0
  56. package/dist/automation/capacitor/ObcCapacitor.svelte +42 -2
  57. package/dist/automation/capacitor/ObcCapacitor.svelte.d.ts +47 -0
  58. package/dist/automation/converter/ObcConverter.svelte +42 -2
  59. package/dist/automation/converter/ObcConverter.svelte.d.ts +47 -0
  60. package/dist/automation/damper/ObcDamper.svelte +40 -3
  61. package/dist/automation/damper/ObcDamper.svelte.d.ts +49 -1
  62. package/dist/automation/digital-valve/ObcDigitalValve.svelte +37 -2
  63. package/dist/automation/digital-valve/ObcDigitalValve.svelte.d.ts +41 -0
  64. package/dist/automation/diodes/ObcDiodes.svelte +42 -2
  65. package/dist/automation/diodes/ObcDiodes.svelte.d.ts +47 -0
  66. package/dist/automation/fan/ObcFan.svelte +45 -3
  67. package/dist/automation/fan/ObcFan.svelte.d.ts +55 -1
  68. package/dist/automation/filter/ObcFilter.svelte +42 -2
  69. package/dist/automation/filter/ObcFilter.svelte.d.ts +47 -0
  70. package/dist/automation/ground/ObcGround.svelte +42 -2
  71. package/dist/automation/ground/ObcGround.svelte.d.ts +47 -0
  72. package/dist/automation/indicator-battery/ObcIndicatorBattery.svelte +43 -0
  73. package/dist/automation/indicator-battery/ObcIndicatorBattery.svelte.d.ts +29 -0
  74. package/dist/automation/indicator-engine/ObcIndicatorEngine.svelte +35 -0
  75. package/dist/automation/indicator-engine/ObcIndicatorEngine.svelte.d.ts +22 -0
  76. package/dist/automation/indicator-generator/ObcIndicatorGenerator.svelte +39 -0
  77. package/dist/automation/indicator-generator/ObcIndicatorGenerator.svelte.d.ts +25 -0
  78. package/dist/automation/indicator-tank-atmospheric/ObcIndicatorTankAtmospheric.svelte +43 -0
  79. package/dist/automation/indicator-tank-atmospheric/ObcIndicatorTankAtmospheric.svelte.d.ts +29 -0
  80. package/dist/automation/logic/ObcLogic.svelte +42 -2
  81. package/dist/automation/logic/ObcLogic.svelte.d.ts +47 -0
  82. package/dist/automation/mosfet/ObcMosfet.svelte +42 -2
  83. package/dist/automation/mosfet/ObcMosfet.svelte.d.ts +47 -0
  84. package/dist/automation/motor/ObcMotor.svelte +45 -2
  85. package/dist/automation/motor/ObcMotor.svelte.d.ts +55 -1
  86. package/dist/automation/pump/ObcPump.svelte +45 -2
  87. package/dist/automation/pump/ObcPump.svelte.d.ts +55 -1
  88. package/dist/automation/resistor/ObcResistor.svelte +42 -2
  89. package/dist/automation/resistor/ObcResistor.svelte.d.ts +47 -0
  90. package/dist/automation/router/ObcRouter.svelte +42 -2
  91. package/dist/automation/router/ObcRouter.svelte.d.ts +47 -0
  92. package/dist/automation/source/ObcSource.svelte +42 -2
  93. package/dist/automation/source/ObcSource.svelte.d.ts +47 -0
  94. package/dist/automation/switch/ObcSwitch.svelte +42 -2
  95. package/dist/automation/switch/ObcSwitch.svelte.d.ts +47 -0
  96. package/dist/automation/transformer/ObcTransformer.svelte +42 -2
  97. package/dist/automation/transformer/ObcTransformer.svelte.d.ts +47 -0
  98. package/dist/automation/transmitter/ObcTransmitter.svelte +62 -0
  99. package/dist/automation/transmitter/ObcTransmitter.svelte.d.ts +48 -0
  100. package/dist/automation/transmitter-button/ObcTransmitterButton.svelte +50 -0
  101. package/dist/automation/transmitter-button/ObcTransmitterButton.svelte.d.ts +36 -0
  102. package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte +103 -2
  103. package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte.d.ts +110 -0
  104. package/dist/bars-graphs/donut-chart/ObcDonutChart.svelte +34 -17
  105. package/dist/bars-graphs/donut-chart/ObcDonutChart.svelte.d.ts +18 -4
  106. package/dist/bars-graphs/line-graph/ObcLineGraph.svelte +101 -3
  107. package/dist/bars-graphs/line-graph/ObcLineGraph.svelte.d.ts +112 -1
  108. package/dist/bars-graphs/pie-chart/ObcPieChart.svelte +26 -13
  109. package/dist/bars-graphs/pie-chart/ObcPieChart.svelte.d.ts +14 -8
  110. package/dist/bars-graphs/polar-chart/ObcPolarChart.svelte +30 -15
  111. package/dist/bars-graphs/polar-chart/ObcPolarChart.svelte.d.ts +16 -4
  112. package/dist/bars-graphs/radial-bar-chart/ObcRadialBarChart.svelte +16 -8
  113. package/dist/bars-graphs/radial-bar-chart/ObcRadialBarChart.svelte.d.ts +8 -0
  114. package/dist/building-blocks/alert-list/ObcAlertList.svelte +26 -5
  115. package/dist/building-blocks/alert-list/ObcAlertList.svelte.d.ts +3 -0
  116. package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte +28 -7
  117. package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte.d.ts +25 -8
  118. package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte +28 -7
  119. package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte.d.ts +25 -8
  120. package/dist/building-blocks/chart-line/ObcChartLineBase.svelte +29 -9
  121. package/dist/building-blocks/chart-line/ObcChartLineBase.svelte.d.ts +30 -19
  122. package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte +42 -7
  123. package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte.d.ts +36 -0
  124. package/dist/building-blocks/readout-block/ObcReadoutBlock.svelte +98 -0
  125. package/dist/building-blocks/readout-block/ObcReadoutBlock.svelte.d.ts +89 -0
  126. package/dist/building-blocks/single-axis-inclinometer/SingleAxisInclinometer.svelte +48 -0
  127. package/dist/building-blocks/single-axis-inclinometer/SingleAxisInclinometer.svelte.d.ts +35 -0
  128. package/dist/components/accordion-card/ObcAccordionCard.svelte +7 -5
  129. package/dist/components/accordion-card/ObcAccordionCard.svelte.d.ts +4 -3
  130. package/dist/components/accordion-item/ObcAccordionItem.svelte +2 -2
  131. package/dist/components/advice-button/ObcAdviceButton.svelte +2 -2
  132. package/dist/components/advice-floating-item/ObcAdviceFloatingItem.svelte +9 -18
  133. package/dist/components/advice-floating-item/ObcAdviceFloatingItem.svelte.d.ts +2 -3
  134. package/dist/components/advice-menu-item/ObcAdviceMenuItem.svelte +2 -4
  135. package/dist/components/advice-message-item/ObcAdviceMessageItem.svelte +4 -61
  136. package/dist/components/advice-message-item/ObcAdviceMessageItem.svelte.d.ts +0 -8
  137. package/dist/components/alert-button/ObcAlertButton.svelte +2 -3
  138. package/dist/components/alert-floating-item/ObcAlertFloatingItem.svelte +54 -8
  139. package/dist/components/alert-floating-item/ObcAlertFloatingItem.svelte.d.ts +10 -1
  140. package/dist/components/alert-frame/ObcAlertFrame.svelte +18 -4
  141. package/dist/components/alert-frame/ObcAlertFrame.svelte.d.ts +18 -4
  142. package/dist/components/alert-frame/ObiCriticalBadge.svelte +32 -0
  143. package/dist/components/alert-frame/ObiCriticalBadge.svelte.d.ts +15 -0
  144. package/dist/components/alert-frame/ObiDiagnosticBadge.svelte +32 -0
  145. package/dist/components/alert-frame/ObiDiagnosticBadge.svelte.d.ts +15 -0
  146. package/dist/components/alert-icon/ObcAlertIcon.svelte +5 -4
  147. package/dist/components/alert-icon/ObcAlertIcon.svelte.d.ts +5 -4
  148. package/dist/components/alert-list-details/ObcAlertListDetails.svelte +2 -3
  149. package/dist/components/alert-menu/ObcAlertMenu.svelte +15 -61
  150. package/dist/components/alert-menu/ObcAlertMenu.svelte.d.ts +3 -10
  151. package/dist/components/alert-menu-item/ObcAlertMenuItem.svelte +31 -7
  152. package/dist/components/alert-menu-item/ObcAlertMenuItem.svelte.d.ts +15 -1
  153. package/dist/components/app-button/ObcAppButton.svelte +4 -4
  154. package/dist/components/app-button/ObcAppButton.svelte.d.ts +1 -0
  155. package/dist/components/app-menu/ObcAppMenu.svelte +2 -2
  156. package/dist/components/attachment-list-item/ObcAttachmentListItem.svelte +2 -2
  157. package/dist/components/audio-recording-item/ObcAudioRecordingItem.svelte +2 -2
  158. package/dist/components/automation-button-readout-stack/ObcAutomationButtonReadoutStack.svelte +4 -5
  159. package/dist/components/automation-button-readout-stack/ObcAutomationButtonReadoutStack.svelte.d.ts +2 -4
  160. package/dist/components/badge/ObcBadge.svelte +2 -2
  161. package/dist/components/badge/ObcBadge.svelte.d.ts +2 -2
  162. package/dist/components/breadcrumb/ObcBreadcrumb.svelte +2 -2
  163. package/dist/components/brilliance-menu/ObcBrillianceMenu.svelte +2 -6
  164. package/dist/components/button/ObcButton.svelte +2 -2
  165. package/dist/components/calendar/ObcCalendar.svelte +2 -6
  166. package/dist/components/card/ObcCard.svelte +4 -4
  167. package/dist/components/card/ObcCard.svelte.d.ts +4 -4
  168. package/dist/components/chat-message/ObcChatMessage.svelte +3 -3
  169. package/dist/components/check-button/ObcCheckButton.svelte +2 -2
  170. package/dist/components/checkbox/ObcCheckbox.svelte +2 -3
  171. package/dist/components/checkbox-item/ObcCheckboxItem.svelte +2 -2
  172. package/dist/components/command-button/ObcCommandButton.svelte +4 -4
  173. package/dist/components/command-button/ObcCommandButton.svelte.d.ts +1 -0
  174. package/dist/components/command-menu/ObcCommandMenu.svelte +2 -2
  175. package/dist/components/communication-table/ObcCommunicationTable.svelte +2 -2
  176. package/dist/components/context-menu-input/ObcContextMenuInput.svelte +2 -4
  177. package/dist/components/date-item/ObcDateItem.svelte +2 -2
  178. package/dist/components/dropdown-button/ObcDropdownButton.svelte +10 -6
  179. package/dist/components/dropdown-button/ObcDropdownButton.svelte.d.ts +8 -6
  180. package/dist/components/elevated-card/ObcElevatedCard.svelte +2 -2
  181. package/dist/components/elevated-card-radio/ObcElevatedCardRadio.svelte +7 -16
  182. package/dist/components/elevated-card-radio/ObcElevatedCardRadio.svelte.d.ts +1 -2
  183. package/dist/components/elevated-card-radio-group/ObcElevatedCardRadioGroup.svelte +5 -5
  184. package/dist/components/elevated-card-radio-group/ObcElevatedCardRadioGroup.svelte.d.ts +3 -5
  185. package/dist/components/event-item/ObcEventItem.svelte +2 -2
  186. package/dist/components/filter-chip/ObcFilterChip.svelte +2 -2
  187. package/dist/components/floating-item/ObcFloatingItem.svelte +9 -11
  188. package/dist/components/floating-item/ObcFloatingItem.svelte.d.ts +2 -2
  189. package/dist/components/form-container/ObcFormContainer.svelte +4 -4
  190. package/dist/components/form-container/ObcFormContainer.svelte.d.ts +1 -1
  191. package/dist/components/form-footer-container/ObcFormFooterContainer.svelte +2 -2
  192. package/dist/components/form-group/ObcFormGroup.svelte +2 -2
  193. package/dist/components/form-item/ObcFormItem.svelte +2 -2
  194. package/dist/components/icon-button/ObcIconButton.svelte +7 -5
  195. package/dist/components/icon-button/ObcIconButton.svelte.d.ts +3 -0
  196. package/dist/components/icon-check-button/ObcIconCheckButton.svelte +2 -2
  197. package/dist/components/input-chip/ObcInputChip.svelte +2 -2
  198. package/dist/components/keyboard-full/ObcKeyboardFull.svelte +8 -7
  199. package/dist/components/keyboard-full/ObcKeyboardFull.svelte.d.ts +5 -1
  200. package/dist/components/keyboard-numeric/ObcKeyboardNumeric.svelte +12 -8
  201. package/dist/components/keyboard-numeric/ObcKeyboardNumeric.svelte.d.ts +8 -1
  202. package/dist/components/menu-button/ObcMenuButton.svelte +2 -5
  203. package/dist/components/message-menu-item/ObcMessageMenuItem.svelte +11 -11
  204. package/dist/components/message-menu-item/ObcMessageMenuItem.svelte.d.ts +4 -2
  205. package/dist/components/modal-window/ObcModalWindow.svelte +11 -10
  206. package/dist/components/modal-window/ObcModalWindow.svelte.d.ts +8 -4
  207. package/dist/components/navigation-item/ObcNavigationItem.svelte +15 -4
  208. package/dist/components/navigation-item/ObcNavigationItem.svelte.d.ts +13 -1
  209. package/dist/components/navigation-item-group/ObcNavigationItemGroup.svelte +16 -3
  210. package/dist/components/navigation-item-group/ObcNavigationItemGroup.svelte.d.ts +14 -0
  211. package/dist/components/navigation-menu/ObcNavigationMenu.svelte +2 -1
  212. package/dist/components/navigation-menu/ObcNavigationMenu.svelte.d.ts +2 -1
  213. package/dist/components/notification-badge-button/ObcNotificationBadgeButton.svelte +4 -4
  214. package/dist/components/notification-badge-button/ObcNotificationBadgeButton.svelte.d.ts +1 -0
  215. package/dist/components/notification-button/ObcNotificationButton.svelte +2 -2
  216. package/dist/components/notification-floating-item/ObcNotificationFloatingItem.svelte +9 -18
  217. package/dist/components/notification-floating-item/ObcNotificationFloatingItem.svelte.d.ts +2 -3
  218. package/dist/components/notification-menu-item/ObcNotificationMenuItem.svelte +2 -4
  219. package/dist/components/notification-message-item/ObcNotificationMessageItem.svelte +2 -3
  220. package/dist/components/number-input-field/ObcNumberInputField.svelte +19 -6
  221. package/dist/components/number-input-field/ObcNumberInputField.svelte.d.ts +19 -2
  222. package/dist/components/pagination/ObcPagination.svelte +7 -7
  223. package/dist/components/pagination/ObcPagination.svelte.d.ts +3 -1
  224. package/dist/components/pivot-item/ObcPivotItem.svelte +2 -2
  225. package/dist/components/pivot-item-group/ObcPivotItemGroup.svelte +2 -2
  226. package/dist/components/progress-bar/ObcProgressBar.svelte +38 -16
  227. package/dist/components/progress-bar/ObcProgressBar.svelte.d.ts +21 -1
  228. package/dist/components/progress-button/ObcProgressButton.svelte +50 -22
  229. package/dist/components/progress-button/ObcProgressButton.svelte.d.ts +18 -2
  230. package/dist/components/radio/ObcRadio.svelte +2 -2
  231. package/dist/components/rich-button/ObcRichButton.svelte +2 -2
  232. package/dist/components/sequence-card/ObcSequenceCard.svelte +53 -4
  233. package/dist/components/sequence-card/ObcSequenceCard.svelte.d.ts +7 -0
  234. package/dist/components/sequence-item/ObcSequenceItem.svelte +28 -5
  235. package/dist/components/sequence-item/ObcSequenceItem.svelte.d.ts +4 -1
  236. package/dist/components/sequence-modal/ObcSequenceModal.svelte +14 -7
  237. package/dist/components/sequence-modal/ObcSequenceModal.svelte.d.ts +2 -0
  238. package/dist/components/sequence-step/ObcSequenceStep.svelte +4 -4
  239. package/dist/components/sequence-step/ObcSequenceStep.svelte.d.ts +1 -0
  240. package/dist/components/sequence-toolbar/ObcSequenceToolbar.svelte +5 -7
  241. package/dist/components/sequence-toolbar/ObcSequenceToolbar.svelte.d.ts +3 -3
  242. package/dist/components/slide-button/ObcSlideButton.svelte +2 -2
  243. package/dist/components/slider/ObcSlider.svelte +8 -7
  244. package/dist/components/slider/ObcSlider.svelte.d.ts +4 -2
  245. package/dist/components/slider-double/ObcSliderDouble.svelte +7 -20
  246. package/dist/components/slider-double/ObcSliderDouble.svelte.d.ts +3 -3
  247. package/dist/components/split-button/ObcSplitButton.svelte +2 -3
  248. package/dist/components/start-stop-switch/ObcStartStopSwitch.svelte +2 -2
  249. package/dist/components/status-indicator/ObcStatusIndicator.svelte +3 -3
  250. package/dist/components/stepper-box/ObcStepperBox.svelte +31 -27
  251. package/dist/components/stepper-box/ObcStepperBox.svelte.d.ts +31 -6
  252. package/dist/components/system-button/ObcSystemButton.svelte +2 -6
  253. package/dist/components/system-menu/ObcSystemMenu.svelte +13 -23
  254. package/dist/components/system-menu/ObcSystemMenu.svelte.d.ts +5 -3
  255. package/dist/components/tab-item/ObcTabItem.svelte +29 -35
  256. package/dist/components/tab-item/ObcTabItem.svelte.d.ts +21 -23
  257. package/dist/components/tab-row/ObcTabRow.svelte +25 -19
  258. package/dist/components/tab-row/ObcTabRow.svelte.d.ts +16 -8
  259. package/dist/components/tabbed-card/ObcTabbedCard.svelte +2 -2
  260. package/dist/components/table/ObcTable.svelte +2 -6
  261. package/dist/components/table-header-item/ObcTableHeaderItem.svelte +11 -4
  262. package/dist/components/table-header-item/ObcTableHeaderItem.svelte.d.ts +1 -0
  263. package/dist/components/tag/ObcTag.svelte +6 -5
  264. package/dist/components/tag/ObcTag.svelte.d.ts +3 -1
  265. package/dist/components/text-input-field/ObcTextInputField.svelte +3 -6
  266. package/dist/components/text-input-field/ObcTextInputField.svelte.d.ts +3 -1
  267. package/dist/components/textarea-field/ObcTextareaField.svelte +2 -11
  268. package/dist/components/textbox/ObcTextbox.svelte +42 -0
  269. package/dist/components/textbox/ObcTextbox.svelte.d.ts +25 -0
  270. package/dist/components/title-container/ObcTitleContainer.svelte +6 -6
  271. package/dist/components/title-container/ObcTitleContainer.svelte.d.ts +1 -1
  272. package/dist/components/toggle-button-group/ObcToggleButtonGroup.svelte +13 -4
  273. package/dist/components/toggle-button-group/ObcToggleButtonGroup.svelte.d.ts +11 -0
  274. package/dist/components/toggle-button-option/ObcToggleButtonOption.svelte +2 -2
  275. package/dist/components/toggle-button-three-state/ObcToggleButtonThreeState.svelte +2 -2
  276. package/dist/components/toggle-button-vertical-group/ObcToggleButtonVerticalGroup.svelte +13 -4
  277. package/dist/components/toggle-button-vertical-group/ObcToggleButtonVerticalGroup.svelte.d.ts +11 -0
  278. package/dist/components/toggle-button-vertical-option/ObcToggleButtonVerticalOption.svelte +2 -2
  279. package/dist/components/toggle-switch/ObcToggleSwitch.svelte +7 -6
  280. package/dist/components/toggle-switch/ObcToggleSwitch.svelte.d.ts +7 -2
  281. package/dist/components/toggletip/ObcToggletip.svelte +2 -3
  282. package/dist/components/top-bar/ObcTopBar.svelte +2 -11
  283. package/dist/components/topbar-message-item/ObcTopbarMessageItem.svelte +2 -3
  284. package/dist/components/tree-navigation/ObcTreeNavigation.svelte +32 -0
  285. package/dist/components/tree-navigation/ObcTreeNavigation.svelte.d.ts +15 -0
  286. package/dist/components/tree-navigation-group/ObcTreeNavigationGroup.svelte +60 -0
  287. package/dist/components/tree-navigation-group/ObcTreeNavigationGroup.svelte.d.ts +43 -0
  288. package/dist/components/tree-navigation-item/ObcTreeNavigationItem.svelte +63 -0
  289. package/dist/components/tree-navigation-item/ObcTreeNavigationItem.svelte.d.ts +50 -0
  290. package/dist/components/user-menu/ObcUserMenu.svelte +10 -11
  291. package/dist/components/user-menu/ObcUserMenu.svelte.d.ts +2 -2
  292. package/dist/components/vendor-button/ObcVendorButton.svelte +4 -4
  293. package/dist/components/vendor-button/ObcVendorButton.svelte.d.ts +1 -0
  294. package/dist/icons/ObiAddColumnAfter.svelte +32 -0
  295. package/dist/icons/ObiAddColumnAfter.svelte.d.ts +16 -0
  296. package/dist/icons/ObiAddColumnBefore.svelte +32 -0
  297. package/dist/icons/ObiAddColumnBefore.svelte.d.ts +16 -0
  298. package/dist/icons/ObiAddRowAbove.svelte +32 -0
  299. package/dist/icons/ObiAddRowAbove.svelte.d.ts +16 -0
  300. package/dist/icons/ObiAddRowBelow.svelte +32 -0
  301. package/dist/icons/ObiAddRowBelow.svelte.d.ts +16 -0
  302. package/dist/icons/{ObiWindApparent3.svelte → ObiCameraSettings.svelte} +3 -3
  303. package/dist/icons/ObiCameraSettings.svelte.d.ts +16 -0
  304. package/dist/icons/ObiDieselEngineOff.svelte +32 -0
  305. package/dist/icons/ObiDieselEngineOff.svelte.d.ts +16 -0
  306. package/dist/icons/ObiDieselEngineOn.svelte +32 -0
  307. package/dist/icons/ObiDieselEngineOn.svelte.d.ts +16 -0
  308. package/dist/icons/ObiDieselEngineStatic.svelte +32 -0
  309. package/dist/icons/ObiDieselEngineStatic.svelte.d.ts +16 -0
  310. package/dist/icons/ObiDieselGeneratorAcOff.svelte +32 -0
  311. package/dist/icons/ObiDieselGeneratorAcOff.svelte.d.ts +16 -0
  312. package/dist/icons/ObiDieselGeneratorAcOn.svelte +32 -0
  313. package/dist/icons/ObiDieselGeneratorAcOn.svelte.d.ts +16 -0
  314. package/dist/icons/ObiDieselGeneratorAcStatic.svelte +32 -0
  315. package/dist/icons/ObiDieselGeneratorAcStatic.svelte.d.ts +16 -0
  316. package/dist/icons/ObiDieselGeneratorDcOff.svelte +32 -0
  317. package/dist/icons/ObiDieselGeneratorDcOff.svelte.d.ts +16 -0
  318. package/dist/icons/ObiDieselGeneratorDcOn.svelte +32 -0
  319. package/dist/icons/ObiDieselGeneratorDcOn.svelte.d.ts +16 -0
  320. package/dist/icons/ObiDieselGeneratorDcStatic.svelte +32 -0
  321. package/dist/icons/ObiDieselGeneratorDcStatic.svelte.d.ts +16 -0
  322. package/dist/icons/ObiDieselGeneratorOff.svelte +32 -0
  323. package/dist/icons/ObiDieselGeneratorOff.svelte.d.ts +16 -0
  324. package/dist/icons/ObiDieselGeneratorOn.svelte +32 -0
  325. package/dist/icons/ObiDieselGeneratorOn.svelte.d.ts +16 -0
  326. package/dist/icons/ObiDieselGeneratorStatic.svelte +32 -0
  327. package/dist/icons/ObiDieselGeneratorStatic.svelte.d.ts +16 -0
  328. package/dist/icons/ObiDieselGeneratorStepOff.svelte +32 -0
  329. package/dist/icons/ObiDieselGeneratorStepOff.svelte.d.ts +16 -0
  330. package/dist/icons/ObiDieselGeneratorStepOn.svelte +32 -0
  331. package/dist/icons/ObiDieselGeneratorStepOn.svelte.d.ts +16 -0
  332. package/dist/icons/ObiDieselGeneratorStepStatic.svelte +32 -0
  333. package/dist/icons/ObiDieselGeneratorStepStatic.svelte.d.ts +16 -0
  334. package/dist/icons/ObiElectricGeneratorAcOff.svelte +32 -0
  335. package/dist/icons/ObiElectricGeneratorAcOff.svelte.d.ts +16 -0
  336. package/dist/icons/ObiElectricGeneratorAcOn.svelte +32 -0
  337. package/dist/icons/ObiElectricGeneratorAcOn.svelte.d.ts +16 -0
  338. package/dist/icons/ObiElectricGeneratorAcStatic.svelte +32 -0
  339. package/dist/icons/ObiElectricGeneratorAcStatic.svelte.d.ts +16 -0
  340. package/dist/icons/ObiElectricGeneratorDcOff.svelte +32 -0
  341. package/dist/icons/ObiElectricGeneratorDcOff.svelte.d.ts +16 -0
  342. package/dist/icons/ObiElectricGeneratorDcOn.svelte +32 -0
  343. package/dist/icons/ObiElectricGeneratorDcOn.svelte.d.ts +16 -0
  344. package/dist/icons/ObiElectricGeneratorDcStatic.svelte +32 -0
  345. package/dist/icons/ObiElectricGeneratorDcStatic.svelte.d.ts +16 -0
  346. package/dist/icons/ObiElectricGeneratorOff.svelte +32 -0
  347. package/dist/icons/ObiElectricGeneratorOff.svelte.d.ts +16 -0
  348. package/dist/icons/ObiElectricGeneratorOn.svelte +32 -0
  349. package/dist/icons/ObiElectricGeneratorOn.svelte.d.ts +16 -0
  350. package/dist/icons/ObiElectricGeneratorOrMotorAcOff.svelte +32 -0
  351. package/dist/icons/ObiElectricGeneratorOrMotorAcOff.svelte.d.ts +16 -0
  352. package/dist/icons/ObiElectricGeneratorOrMotorAcOn.svelte +32 -0
  353. package/dist/icons/ObiElectricGeneratorOrMotorAcOn.svelte.d.ts +16 -0
  354. package/dist/icons/ObiElectricGeneratorOrMotorAcStatic.svelte +32 -0
  355. package/dist/icons/ObiElectricGeneratorOrMotorAcStatic.svelte.d.ts +16 -0
  356. package/dist/icons/ObiElectricGeneratorOrMotorDcOff.svelte +32 -0
  357. package/dist/icons/ObiElectricGeneratorOrMotorDcOff.svelte.d.ts +16 -0
  358. package/dist/icons/ObiElectricGeneratorOrMotorDcOn.svelte +32 -0
  359. package/dist/icons/ObiElectricGeneratorOrMotorDcOn.svelte.d.ts +16 -0
  360. package/dist/icons/ObiElectricGeneratorOrMotorDcStatic.svelte +32 -0
  361. package/dist/icons/ObiElectricGeneratorOrMotorDcStatic.svelte.d.ts +16 -0
  362. package/dist/icons/ObiElectricGeneratorOrMotorOff.svelte +32 -0
  363. package/dist/icons/ObiElectricGeneratorOrMotorOff.svelte.d.ts +16 -0
  364. package/dist/icons/ObiElectricGeneratorOrMotorOn.svelte +32 -0
  365. package/dist/icons/ObiElectricGeneratorOrMotorOn.svelte.d.ts +16 -0
  366. package/dist/icons/ObiElectricGeneratorOrMotorStatic.svelte +32 -0
  367. package/dist/icons/ObiElectricGeneratorOrMotorStatic.svelte.d.ts +16 -0
  368. package/dist/icons/ObiElectricGeneratorOrMotorStepOff.svelte +32 -0
  369. package/dist/icons/ObiElectricGeneratorOrMotorStepOff.svelte.d.ts +16 -0
  370. package/dist/icons/ObiElectricGeneratorOrMotorStepOn.svelte +32 -0
  371. package/dist/icons/ObiElectricGeneratorOrMotorStepOn.svelte.d.ts +16 -0
  372. package/dist/icons/ObiElectricGeneratorOrMotorStepStatic.svelte +32 -0
  373. package/dist/icons/ObiElectricGeneratorOrMotorStepStatic.svelte.d.ts +16 -0
  374. package/dist/icons/ObiElectricGeneratorStatic.svelte +32 -0
  375. package/dist/icons/ObiElectricGeneratorStatic.svelte.d.ts +16 -0
  376. package/dist/icons/ObiElectricGeneratorStepOff.svelte +32 -0
  377. package/dist/icons/ObiElectricGeneratorStepOff.svelte.d.ts +16 -0
  378. package/dist/icons/ObiElectricGeneratorStepOn.svelte +32 -0
  379. package/dist/icons/ObiElectricGeneratorStepOn.svelte.d.ts +16 -0
  380. package/dist/icons/ObiElectricGeneratorStepStatic.svelte +32 -0
  381. package/dist/icons/ObiElectricGeneratorStepStatic.svelte.d.ts +16 -0
  382. package/dist/icons/ObiElectricMotorAcOff.svelte +32 -0
  383. package/dist/icons/ObiElectricMotorAcOff.svelte.d.ts +16 -0
  384. package/dist/icons/ObiElectricMotorAcOn.svelte +32 -0
  385. package/dist/icons/ObiElectricMotorAcOn.svelte.d.ts +16 -0
  386. package/dist/icons/ObiElectricMotorAcStatic.svelte +32 -0
  387. package/dist/icons/ObiElectricMotorAcStatic.svelte.d.ts +16 -0
  388. package/dist/icons/ObiElectricMotorDcOff.svelte +32 -0
  389. package/dist/icons/ObiElectricMotorDcOff.svelte.d.ts +16 -0
  390. package/dist/icons/ObiElectricMotorDcOn.svelte +32 -0
  391. package/dist/icons/ObiElectricMotorDcOn.svelte.d.ts +16 -0
  392. package/dist/icons/ObiElectricMotorDcStatic.svelte +32 -0
  393. package/dist/icons/ObiElectricMotorDcStatic.svelte.d.ts +16 -0
  394. package/dist/icons/ObiElectricMotorOff.svelte +32 -0
  395. package/dist/icons/ObiElectricMotorOff.svelte.d.ts +16 -0
  396. package/dist/icons/ObiElectricMotorOn.svelte +32 -0
  397. package/dist/icons/ObiElectricMotorOn.svelte.d.ts +16 -0
  398. package/dist/icons/ObiElectricMotorStatic.svelte +32 -0
  399. package/dist/icons/ObiElectricMotorStatic.svelte.d.ts +16 -0
  400. package/dist/icons/ObiElectricMotorStepOff.svelte +32 -0
  401. package/dist/icons/ObiElectricMotorStepOff.svelte.d.ts +16 -0
  402. package/dist/icons/ObiElectricMotorStepOn.svelte +32 -0
  403. package/dist/icons/ObiElectricMotorStepOn.svelte.d.ts +16 -0
  404. package/dist/icons/ObiElectricMotorStepStatic.svelte +32 -0
  405. package/dist/icons/ObiElectricMotorStepStatic.svelte.d.ts +16 -0
  406. package/dist/icons/{ObiWindApparent4.svelte → ObiEmergencyBadge.svelte} +3 -3
  407. package/dist/icons/ObiEmergencyBadge.svelte.d.ts +16 -0
  408. package/dist/icons/{ObiWindTrue3.svelte → ObiLocationK.svelte} +3 -3
  409. package/dist/icons/{ObiWindTrue3.svelte.d.ts → ObiLocationK.svelte.d.ts} +4 -4
  410. package/dist/icons/ObiMediaLibrary.svelte +32 -0
  411. package/dist/icons/ObiMediaLibrary.svelte.d.ts +16 -0
  412. package/dist/icons/{ObiWindTrue4.svelte → ObiPressure.svelte} +3 -3
  413. package/dist/icons/{ObiWindTrue6.svelte.d.ts → ObiPressure.svelte.d.ts} +4 -4
  414. package/dist/icons/{ObiWindTrue6.svelte → ObiScreenFill.svelte} +3 -3
  415. package/dist/icons/{ObiWindShaft3.svelte.d.ts → ObiScreenFill.svelte.d.ts} +4 -4
  416. package/dist/icons/ObiScreenFit.svelte +32 -0
  417. package/dist/icons/{ObiWindTrue4.svelte.d.ts → ObiScreenFit.svelte.d.ts} +4 -4
  418. package/dist/icons/ObiVesselGenericAnchoredColour.svelte +32 -0
  419. package/dist/icons/ObiVesselGenericAnchoredColour.svelte.d.ts +16 -0
  420. package/dist/icons/ObiVesselGenericDefaultColour.svelte +32 -0
  421. package/dist/icons/ObiVesselGenericDefaultColour.svelte.d.ts +16 -0
  422. package/dist/icons/ObiVesselGenericFastColour.svelte +32 -0
  423. package/dist/icons/ObiVesselGenericFastColour.svelte.d.ts +16 -0
  424. package/dist/icons/ObiVesselGenericMediumColour.svelte +32 -0
  425. package/dist/icons/ObiVesselGenericMediumColour.svelte.d.ts +16 -0
  426. package/dist/icons/ObiVesselGenericSlowColour.svelte +32 -0
  427. package/dist/icons/ObiVesselGenericSlowColour.svelte.d.ts +16 -0
  428. package/dist/icons/ObiVesselGenericStoppedColour.svelte +32 -0
  429. package/dist/icons/ObiVesselGenericStoppedColour.svelte.d.ts +16 -0
  430. package/dist/icons/ObiVesselTypeBargeColour.svelte +32 -0
  431. package/dist/icons/ObiVesselTypeBargeColour.svelte.d.ts +16 -0
  432. package/dist/icons/ObiVesselTypeCargoColour.svelte +32 -0
  433. package/dist/icons/ObiVesselTypeCargoColour.svelte.d.ts +16 -0
  434. package/dist/icons/ObiVesselTypeCruiseColour.svelte +32 -0
  435. package/dist/icons/ObiVesselTypeCruiseColour.svelte.d.ts +16 -0
  436. package/dist/icons/ObiVesselTypeFishingColour.svelte +32 -0
  437. package/dist/icons/ObiVesselTypeFishingColour.svelte.d.ts +16 -0
  438. package/dist/icons/ObiVesselTypeGenericColour.svelte +32 -0
  439. package/dist/icons/ObiVesselTypeGenericColour.svelte.d.ts +16 -0
  440. package/dist/icons/ObiVesselTypeLifeboatColour.svelte +32 -0
  441. package/dist/icons/ObiVesselTypeLifeboatColour.svelte.d.ts +16 -0
  442. package/dist/icons/ObiVesselTypeMilitaryColour.svelte +32 -0
  443. package/dist/icons/ObiVesselTypeMilitaryColour.svelte.d.ts +16 -0
  444. package/dist/icons/ObiVesselTypeMotorBoatColour.svelte +32 -0
  445. package/dist/icons/ObiVesselTypeMotorBoatColour.svelte.d.ts +16 -0
  446. package/dist/icons/ObiVesselTypePassengerColour.svelte +32 -0
  447. package/dist/icons/ObiVesselTypePassengerColour.svelte.d.ts +16 -0
  448. package/dist/icons/ObiVesselTypePilotColour.svelte +32 -0
  449. package/dist/icons/ObiVesselTypePilotColour.svelte.d.ts +16 -0
  450. package/dist/icons/ObiVesselTypePsvColour.svelte +32 -0
  451. package/dist/icons/ObiVesselTypePsvColour.svelte.d.ts +16 -0
  452. package/dist/icons/ObiVesselTypeSailingColour.svelte +32 -0
  453. package/dist/icons/ObiVesselTypeSailingColour.svelte.d.ts +16 -0
  454. package/dist/icons/ObiVesselTypeSarColour.svelte +32 -0
  455. package/dist/icons/ObiVesselTypeSarColour.svelte.d.ts +16 -0
  456. package/dist/icons/ObiVesselTypeSmallcraftColour.svelte +32 -0
  457. package/dist/icons/ObiVesselTypeSmallcraftColour.svelte.d.ts +16 -0
  458. package/dist/icons/ObiVesselTypeSpeedCraftColour.svelte +32 -0
  459. package/dist/icons/ObiVesselTypeSpeedCraftColour.svelte.d.ts +16 -0
  460. package/dist/icons/ObiVesselTypeTankerColour.svelte +32 -0
  461. package/dist/icons/ObiVesselTypeTankerColour.svelte.d.ts +16 -0
  462. package/dist/icons/ObiVesselTypeTugColour.svelte +32 -0
  463. package/dist/icons/ObiVesselTypeTugColour.svelte.d.ts +16 -0
  464. package/dist/icons/ObiVesselTypeUnknownColour.svelte +32 -0
  465. package/dist/icons/ObiVesselTypeUnknownColour.svelte.d.ts +16 -0
  466. package/dist/icons/{ObiWindApparent2.svelte → ObiWindApparent0.svelte} +3 -3
  467. package/dist/icons/{ObiWindApparent2.svelte.d.ts → ObiWindApparent0.svelte.d.ts} +4 -4
  468. package/dist/icons/ObiWindApparent100.svelte +32 -0
  469. package/dist/icons/ObiWindApparent100.svelte.d.ts +16 -0
  470. package/dist/icons/{ObiWindApparent11.svelte → ObiWindApparent15.svelte} +3 -3
  471. package/dist/icons/{ObiWindApparent13.svelte.d.ts → ObiWindApparent15.svelte.d.ts} +4 -4
  472. package/dist/icons/{ObiWindApparent13.svelte → ObiWindApparent20.svelte} +3 -3
  473. package/dist/icons/{ObiWindApparent11.svelte.d.ts → ObiWindApparent20.svelte.d.ts} +4 -4
  474. package/dist/icons/{ObiWindApparent12.svelte → ObiWindApparent25.svelte} +3 -3
  475. package/dist/icons/{ObiWindApparent14.svelte.d.ts → ObiWindApparent25.svelte.d.ts} +4 -4
  476. package/dist/icons/{ObiWindApparent14.svelte → ObiWindApparent30.svelte} +3 -3
  477. package/dist/icons/{ObiWindApparent12.svelte.d.ts → ObiWindApparent30.svelte.d.ts} +4 -4
  478. package/dist/icons/ObiWindApparent35.svelte +32 -0
  479. package/dist/icons/ObiWindApparent35.svelte.d.ts +16 -0
  480. package/dist/icons/ObiWindApparent40.svelte +32 -0
  481. package/dist/icons/ObiWindApparent40.svelte.d.ts +16 -0
  482. package/dist/icons/ObiWindApparent45.svelte +32 -0
  483. package/dist/icons/ObiWindApparent45.svelte.d.ts +16 -0
  484. package/dist/icons/ObiWindApparent50.svelte +32 -0
  485. package/dist/icons/ObiWindApparent50.svelte.d.ts +16 -0
  486. package/dist/icons/ObiWindApparent55.svelte +32 -0
  487. package/dist/icons/ObiWindApparent55.svelte.d.ts +16 -0
  488. package/dist/icons/ObiWindApparent60.svelte +32 -0
  489. package/dist/icons/ObiWindApparent60.svelte.d.ts +16 -0
  490. package/dist/icons/ObiWindApparent65.svelte +32 -0
  491. package/dist/icons/ObiWindApparent65.svelte.d.ts +16 -0
  492. package/dist/icons/ObiWindApparent70.svelte +32 -0
  493. package/dist/icons/ObiWindApparent70.svelte.d.ts +16 -0
  494. package/dist/icons/{ObiWindShaft2.svelte → ObiWindShaft0.svelte} +3 -3
  495. package/dist/icons/{ObiWindShaft2.svelte.d.ts → ObiWindShaft0.svelte.d.ts} +4 -4
  496. package/dist/icons/ObiWindShaft100.svelte +32 -0
  497. package/dist/icons/ObiWindShaft100.svelte.d.ts +16 -0
  498. package/dist/icons/{ObiWindShaft11.svelte → ObiWindShaft15.svelte} +3 -3
  499. package/dist/icons/{ObiWindShaft11.svelte.d.ts → ObiWindShaft15.svelte.d.ts} +4 -4
  500. package/dist/icons/{ObiWindShaft12.svelte → ObiWindShaft20.svelte} +3 -3
  501. package/dist/icons/{ObiWindShaft12.svelte.d.ts → ObiWindShaft20.svelte.d.ts} +4 -4
  502. package/dist/icons/{ObiWindShaft13.svelte → ObiWindShaft25.svelte} +3 -3
  503. package/dist/icons/{ObiWindShaft13.svelte.d.ts → ObiWindShaft25.svelte.d.ts} +4 -4
  504. package/dist/icons/{ObiWindShaft14.svelte → ObiWindShaft30.svelte} +3 -3
  505. package/dist/icons/{ObiWindShaft14.svelte.d.ts → ObiWindShaft30.svelte.d.ts} +4 -4
  506. package/dist/icons/ObiWindShaft35.svelte +32 -0
  507. package/dist/icons/ObiWindShaft35.svelte.d.ts +16 -0
  508. package/dist/icons/ObiWindShaft40.svelte +32 -0
  509. package/dist/icons/ObiWindShaft40.svelte.d.ts +16 -0
  510. package/dist/icons/ObiWindShaft45.svelte +32 -0
  511. package/dist/icons/ObiWindShaft45.svelte.d.ts +16 -0
  512. package/dist/icons/ObiWindShaft50.svelte +32 -0
  513. package/dist/icons/ObiWindShaft50.svelte.d.ts +16 -0
  514. package/dist/icons/ObiWindShaft55.svelte +32 -0
  515. package/dist/icons/ObiWindShaft55.svelte.d.ts +16 -0
  516. package/dist/icons/ObiWindShaft60.svelte +32 -0
  517. package/dist/icons/ObiWindShaft60.svelte.d.ts +16 -0
  518. package/dist/icons/ObiWindShaft65.svelte +32 -0
  519. package/dist/icons/ObiWindShaft65.svelte.d.ts +16 -0
  520. package/dist/icons/ObiWindShaft70.svelte +32 -0
  521. package/dist/icons/ObiWindShaft70.svelte.d.ts +16 -0
  522. package/dist/icons/ObiWindShaft75.svelte +32 -0
  523. package/dist/icons/ObiWindShaft75.svelte.d.ts +16 -0
  524. package/dist/icons/ObiWindShaft80.svelte +32 -0
  525. package/dist/icons/ObiWindShaft80.svelte.d.ts +16 -0
  526. package/dist/icons/ObiWindShaft85.svelte +32 -0
  527. package/dist/icons/ObiWindShaft85.svelte.d.ts +16 -0
  528. package/dist/icons/ObiWindShaft90.svelte +32 -0
  529. package/dist/icons/ObiWindShaft90.svelte.d.ts +16 -0
  530. package/dist/icons/ObiWindShaft95.svelte +32 -0
  531. package/dist/icons/ObiWindShaft95.svelte.d.ts +16 -0
  532. package/dist/icons/{ObiWindTrue2.svelte → ObiWindTrue0.svelte} +3 -3
  533. package/dist/icons/{ObiWindTrue2.svelte.d.ts → ObiWindTrue0.svelte.d.ts} +4 -4
  534. package/dist/icons/ObiWindTrue100.svelte +32 -0
  535. package/dist/icons/ObiWindTrue100.svelte.d.ts +16 -0
  536. package/dist/icons/{ObiWindShaft3.svelte → ObiWindTrue15.svelte} +3 -3
  537. package/dist/icons/{ObiWindTrue11.svelte.d.ts → ObiWindTrue15.svelte.d.ts} +4 -4
  538. package/dist/icons/{ObiWindShaft4.svelte → ObiWindTrue20.svelte} +3 -3
  539. package/dist/icons/{ObiWindTrue12.svelte.d.ts → ObiWindTrue20.svelte.d.ts} +4 -4
  540. package/dist/icons/{ObiWindShaft6.svelte → ObiWindTrue25.svelte} +3 -3
  541. package/dist/icons/{ObiWindTrue13.svelte.d.ts → ObiWindTrue25.svelte.d.ts} +4 -4
  542. package/dist/icons/ObiWindTrue30.svelte +32 -0
  543. package/dist/icons/{ObiWindTrue14.svelte.d.ts → ObiWindTrue30.svelte.d.ts} +4 -4
  544. package/dist/icons/ObiWindTrue35.svelte +32 -0
  545. package/dist/icons/ObiWindTrue35.svelte.d.ts +16 -0
  546. package/dist/icons/ObiWindTrue45.svelte +32 -0
  547. package/dist/icons/ObiWindTrue45.svelte.d.ts +16 -0
  548. package/dist/icons/ObiWindTrue50.svelte +32 -0
  549. package/dist/icons/ObiWindTrue50.svelte.d.ts +16 -0
  550. package/dist/icons/ObiWindTrue55.svelte +32 -0
  551. package/dist/icons/ObiWindTrue55.svelte.d.ts +16 -0
  552. package/dist/icons/ObiWindTrue60.svelte +32 -0
  553. package/dist/icons/ObiWindTrue60.svelte.d.ts +16 -0
  554. package/dist/icons/ObiWindTrue65.svelte +32 -0
  555. package/dist/icons/ObiWindTrue65.svelte.d.ts +16 -0
  556. package/dist/icons/ObiWindTrue70.svelte +32 -0
  557. package/dist/icons/ObiWindTrue70.svelte.d.ts +16 -0
  558. package/dist/index.d.ts +177 -33
  559. package/dist/index.js +177 -33
  560. package/dist/integration-systems/integration-app-bar/ObcIntegrationAppBar.svelte +7 -5
  561. package/dist/integration-systems/integration-app-bar/ObcIntegrationAppBar.svelte.d.ts +1 -1
  562. package/dist/integration-systems/integration-bar/ObcIntegrationBar.svelte +94 -0
  563. package/dist/integration-systems/integration-bar/ObcIntegrationBar.svelte.d.ts +65 -0
  564. package/dist/integration-systems/integration-bar-dropdown/ObcIntegrationBarDropdown.svelte +2 -6
  565. package/dist/integration-systems/integration-button/ObcIntegrationButton.svelte +38 -14
  566. package/dist/integration-systems/integration-button/ObcIntegrationButton.svelte.d.ts +22 -1
  567. package/dist/integration-systems/integration-dropdown-button/ObcIntegrationDropdownButton.svelte +5 -7
  568. package/dist/integration-systems/integration-dropdown-button/ObcIntegrationDropdownButton.svelte.d.ts +3 -10
  569. package/dist/integration-systems/integration-fleet-button/ObcIntegrationFleetButton.svelte +12 -9
  570. package/dist/integration-systems/integration-fleet-button/ObcIntegrationFleetButton.svelte.d.ts +3 -1
  571. package/dist/integration-systems/integration-tabs/ObcIntegrationTabs.svelte +7 -7
  572. package/dist/integration-systems/integration-tabs/ObcIntegrationTabs.svelte.d.ts +1 -0
  573. package/dist/integration-systems/integration-vessel-menu/ObcIntegrationVesselMenu.svelte +50 -0
  574. package/dist/integration-systems/integration-vessel-menu/ObcIntegrationVesselMenu.svelte.d.ts +20 -0
  575. package/dist/integration-systems/integration-vessel-selector/ObcIntegrationVesselSelector.svelte +10 -2
  576. package/dist/integration-systems/integration-vessel-selector/ObcIntegrationVesselSelector.svelte.d.ts +2 -0
  577. package/dist/manual-icon/ObiAlertsCriticalTwotone.svelte +32 -0
  578. package/dist/manual-icon/ObiAlertsCriticalTwotone.svelte.d.ts +16 -0
  579. package/dist/manual-icon/ObiAlertsDiagnosticTwotone.svelte +32 -0
  580. package/dist/manual-icon/ObiAlertsDiagnosticTwotone.svelte.d.ts +16 -0
  581. package/dist/navigation-instruments/azimuth-thruster/ObcAzimuthThruster.svelte +7 -1
  582. package/dist/navigation-instruments/azimuth-thruster/ObcAzimuthThruster.svelte.d.ts +6 -0
  583. package/dist/navigation-instruments/azimuth-thruster-labeled/ObcAzimuthThrusterLabeled.svelte +3 -0
  584. package/dist/navigation-instruments/azimuth-thruster-labeled/ObcAzimuthThrusterLabeled.svelte.d.ts +3 -0
  585. package/dist/navigation-instruments/compass/ObcCompass.svelte +77 -20
  586. package/dist/navigation-instruments/compass/ObcCompass.svelte.d.ts +60 -2
  587. package/dist/navigation-instruments/compass-flat/ObcCompassFlat.svelte +29 -7
  588. package/dist/navigation-instruments/compass-flat/ObcCompassFlat.svelte.d.ts +22 -0
  589. package/dist/navigation-instruments/compass-indicator/ObcCompassIndicator.svelte +11 -4
  590. package/dist/navigation-instruments/compass-indicator/ObcCompassIndicator.svelte.d.ts +11 -3
  591. package/dist/navigation-instruments/compass-sector/ObcCompassSector.svelte +30 -5
  592. package/dist/navigation-instruments/compass-sector/ObcCompassSector.svelte.d.ts +25 -1
  593. package/dist/navigation-instruments/current/ObcCurrent.svelte +58 -0
  594. package/dist/navigation-instruments/current/ObcCurrent.svelte.d.ts +45 -0
  595. package/dist/navigation-instruments/depth-indicator/ObcDepthIndicator.svelte +33 -0
  596. package/dist/navigation-instruments/depth-indicator/ObcDepthIndicator.svelte.d.ts +20 -0
  597. package/dist/navigation-instruments/draft-trim/ObcDraftTrim.svelte +47 -0
  598. package/dist/navigation-instruments/draft-trim/ObcDraftTrim.svelte.d.ts +34 -0
  599. package/dist/navigation-instruments/gauge-bar-indicator/ObcGaugeBarIndicator.svelte +34 -0
  600. package/dist/navigation-instruments/gauge-bar-indicator/ObcGaugeBarIndicator.svelte.d.ts +18 -0
  601. package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte +26 -5
  602. package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte.d.ts +24 -8
  603. package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte +47 -3
  604. package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte.d.ts +48 -1
  605. package/dist/navigation-instruments/gauge-radial-indicator/ObcGaugeRadialIndicator.svelte +40 -0
  606. package/dist/navigation-instruments/gauge-radial-indicator/ObcGaugeRadialIndicator.svelte.d.ts +25 -0
  607. package/dist/navigation-instruments/gauge-radial-proportional/ObcGaugeRadialProportional.svelte +93 -0
  608. package/dist/navigation-instruments/gauge-radial-proportional/ObcGaugeRadialProportional.svelte.d.ts +81 -0
  609. package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte +127 -5
  610. package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte.d.ts +134 -8
  611. package/dist/navigation-instruments/gauge-trend-indicator/ObcGaugeTrendIndicator.svelte +38 -0
  612. package/dist/navigation-instruments/gauge-trend-indicator/ObcGaugeTrendIndicator.svelte.d.ts +25 -0
  613. package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte +26 -5
  614. package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte.d.ts +24 -8
  615. package/dist/navigation-instruments/graph-mini/ObcGraphMini.svelte +2 -1
  616. package/dist/navigation-instruments/graph-mini/ObcGraphMini.svelte.d.ts +1 -0
  617. package/dist/navigation-instruments/heading/ObcHeading.svelte +28 -1
  618. package/dist/navigation-instruments/heading/ObcHeading.svelte.d.ts +28 -0
  619. package/dist/navigation-instruments/heading-indicator/ObcHeadingIndicator.svelte +35 -0
  620. package/dist/navigation-instruments/heading-indicator/ObcHeadingIndicator.svelte.d.ts +22 -0
  621. package/dist/navigation-instruments/heave/ObcHeave.svelte +6 -1
  622. package/dist/navigation-instruments/heave/ObcHeave.svelte.d.ts +5 -0
  623. package/dist/navigation-instruments/heave-indicator/ObcHeaveIndicator.svelte +33 -0
  624. package/dist/navigation-instruments/heave-indicator/ObcHeaveIndicator.svelte.d.ts +20 -0
  625. package/dist/navigation-instruments/indicator-graph/ObcIndicatorGraph.svelte +34 -0
  626. package/dist/navigation-instruments/indicator-graph/ObcIndicatorGraph.svelte.d.ts +21 -0
  627. package/dist/navigation-instruments/main-engine-indicator/ObcMainEngineIndicator.svelte +38 -0
  628. package/dist/navigation-instruments/main-engine-indicator/ObcMainEngineIndicator.svelte.d.ts +26 -0
  629. package/dist/navigation-instruments/pitch/ObcPitch.svelte +33 -3
  630. package/dist/navigation-instruments/pitch/ObcPitch.svelte.d.ts +30 -0
  631. package/dist/navigation-instruments/pitch-indicator/ObcPitchIndicator.svelte +33 -0
  632. package/dist/navigation-instruments/pitch-indicator/ObcPitchIndicator.svelte.d.ts +20 -0
  633. package/dist/navigation-instruments/pitch-roll/ObcPitchRoll.svelte +32 -5
  634. package/dist/navigation-instruments/pitch-roll/ObcPitchRoll.svelte.d.ts +30 -2
  635. package/dist/navigation-instruments/pitch-roll-heave/ObcPitchRollHeave.svelte +78 -0
  636. package/dist/navigation-instruments/pitch-roll-heave/ObcPitchRollHeave.svelte.d.ts +66 -0
  637. package/dist/navigation-instruments/pitch-roll-yaw/ObcPitchRollYaw.svelte +58 -0
  638. package/dist/navigation-instruments/pitch-roll-yaw/ObcPitchRollYaw.svelte.d.ts +46 -0
  639. package/dist/navigation-instruments/position-deviation/ObcPositionDeviation.svelte +47 -0
  640. package/dist/navigation-instruments/position-deviation/ObcPositionDeviation.svelte.d.ts +35 -0
  641. package/dist/navigation-instruments/propulsion-azimuth-indicator/ObcPropulsionAzimuthIndicator.svelte +38 -0
  642. package/dist/navigation-instruments/propulsion-azimuth-indicator/ObcPropulsionAzimuthIndicator.svelte.d.ts +25 -0
  643. package/dist/navigation-instruments/propulsion-tunnel-thruster/ObcTunnelThruster.svelte +35 -0
  644. package/dist/navigation-instruments/propulsion-tunnel-thruster/ObcTunnelThruster.svelte.d.ts +19 -0
  645. package/dist/navigation-instruments/rate-of-turn/ObcRateOfTurn.svelte +29 -1
  646. package/dist/navigation-instruments/rate-of-turn/ObcRateOfTurn.svelte.d.ts +28 -0
  647. package/dist/navigation-instruments/readout/ObcReadout.svelte +135 -0
  648. package/dist/navigation-instruments/readout/ObcReadout.svelte.d.ts +110 -0
  649. package/dist/navigation-instruments/readout-list/ObcReadoutList.svelte +35 -0
  650. package/dist/navigation-instruments/readout-list/ObcReadoutList.svelte.d.ts +19 -0
  651. package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte +114 -0
  652. package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte.d.ts +91 -0
  653. package/dist/navigation-instruments/roll/ObcRoll.svelte +34 -3
  654. package/dist/navigation-instruments/roll/ObcRoll.svelte.d.ts +31 -0
  655. package/dist/navigation-instruments/roll-indicator/ObcRollIndicator.svelte +33 -0
  656. package/dist/navigation-instruments/roll-indicator/ObcRollIndicator.svelte.d.ts +20 -0
  657. package/dist/navigation-instruments/rot-indicator/ObcRotIndicator.svelte +13 -2
  658. package/dist/navigation-instruments/rot-indicator/ObcRotIndicator.svelte.d.ts +15 -1
  659. package/dist/navigation-instruments/rot-linear/ObcRotLinear.svelte +50 -0
  660. package/dist/navigation-instruments/rot-linear/ObcRotLinear.svelte.d.ts +37 -0
  661. package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte +31 -1
  662. package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte.d.ts +30 -0
  663. package/dist/navigation-instruments/rudder/ObcRudder.svelte +28 -1
  664. package/dist/navigation-instruments/rudder/ObcRudder.svelte.d.ts +27 -0
  665. package/dist/navigation-instruments/rudder-indicator/ObcRudderIndicator.svelte +35 -0
  666. package/dist/navigation-instruments/rudder-indicator/ObcRudderIndicator.svelte.d.ts +22 -0
  667. package/dist/navigation-instruments/speed-directions/ObcSpeedDirections.svelte +56 -0
  668. package/dist/navigation-instruments/speed-directions/ObcSpeedDirections.svelte.d.ts +44 -0
  669. package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte +36 -1
  670. package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte.d.ts +36 -1
  671. package/dist/navigation-instruments/speed-indicator/ObcSpeedIndicator.svelte +5 -3
  672. package/dist/navigation-instruments/speed-indicator/ObcSpeedIndicator.svelte.d.ts +6 -1
  673. package/dist/navigation-instruments/thruster/ObcThruster.svelte +21 -0
  674. package/dist/navigation-instruments/thruster/ObcThruster.svelte.d.ts +21 -0
  675. package/dist/navigation-instruments/top-view-propulsion/ObcTopViewPropulsion.svelte +86 -0
  676. package/dist/navigation-instruments/top-view-propulsion/ObcTopViewPropulsion.svelte.d.ts +74 -0
  677. package/dist/navigation-instruments/velocity-projection-plot/ObcVelocityProjectionPlot.svelte +4 -4
  678. package/dist/navigation-instruments/velocity-projection-plot/ObcVelocityProjectionPlot.svelte.d.ts +4 -4
  679. package/dist/navigation-instruments/watch/ObcWatch.svelte +83 -18
  680. package/dist/navigation-instruments/watch/ObcWatch.svelte.d.ts +66 -1
  681. package/dist/navigation-instruments/watch-flat/ObcWatchFlat.svelte +9 -1
  682. package/dist/navigation-instruments/watch-flat/ObcWatchFlat.svelte.d.ts +9 -0
  683. package/dist/navigation-instruments/wind/ObcWind.svelte +13 -4
  684. package/dist/navigation-instruments/wind/ObcWind.svelte.d.ts +13 -2
  685. package/dist/navigation-instruments/wind-indicator/ObcWindIndicator.svelte +29 -8
  686. package/dist/navigation-instruments/wind-indicator/ObcWindIndicator.svelte.d.ts +32 -6
  687. package/dist/navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte +62 -0
  688. package/dist/navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte.d.ts +50 -0
  689. package/dist/pages/alert-list-page-small/ObcAlertListPageSmall.svelte +2 -5
  690. package/dist/util.d.ts +6 -0
  691. package/dist/util.js +19 -0
  692. package/package.json +2 -2
  693. package/dist/icons/ObiWindApparent3.svelte.d.ts +0 -16
  694. package/dist/icons/ObiWindApparent4.svelte.d.ts +0 -16
  695. package/dist/icons/ObiWindApparent6.svelte +0 -32
  696. package/dist/icons/ObiWindApparent6.svelte.d.ts +0 -16
  697. package/dist/icons/ObiWindApparent7.svelte +0 -32
  698. package/dist/icons/ObiWindApparent7.svelte.d.ts +0 -16
  699. package/dist/icons/ObiWindApparent8.svelte +0 -32
  700. package/dist/icons/ObiWindApparent8.svelte.d.ts +0 -16
  701. package/dist/icons/ObiWindApparent9.svelte +0 -32
  702. package/dist/icons/ObiWindApparent9.svelte.d.ts +0 -16
  703. package/dist/icons/ObiWindShaft4.svelte.d.ts +0 -16
  704. package/dist/icons/ObiWindShaft6.svelte.d.ts +0 -16
  705. package/dist/icons/ObiWindShaft7.svelte +0 -32
  706. package/dist/icons/ObiWindShaft7.svelte.d.ts +0 -16
  707. package/dist/icons/ObiWindShaft8.svelte +0 -32
  708. package/dist/icons/ObiWindShaft8.svelte.d.ts +0 -16
  709. package/dist/icons/ObiWindShaft9.svelte +0 -32
  710. package/dist/icons/ObiWindShaft9.svelte.d.ts +0 -16
  711. package/dist/icons/ObiWindTrue11.svelte +0 -32
  712. package/dist/icons/ObiWindTrue12.svelte +0 -32
  713. package/dist/icons/ObiWindTrue13.svelte +0 -32
  714. package/dist/icons/ObiWindTrue14.svelte +0 -32
  715. package/dist/icons/ObiWindTrue7.svelte +0 -32
  716. package/dist/icons/ObiWindTrue7.svelte.d.ts +0 -16
  717. package/dist/icons/ObiWindTrue8.svelte +0 -32
  718. package/dist/icons/ObiWindTrue8.svelte.d.ts +0 -16
  719. package/dist/icons/ObiWindTrue9.svelte +0 -32
  720. package/dist/icons/ObiWindTrue9.svelte.d.ts +0 -16
@@ -1,39 +1,257 @@
1
1
 
2
2
  <script lang="ts">
3
3
  export type {LineMedium} from '@oicl/openbridge-webcomponents/dist/automation/index.js';
4
- export type {TankTrend, TankVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
4
+ export type {TankTrend, TankType, TankOrientation, TankPositioning, TankChartMode} from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
5
+ export type {ChartLineDataItem} from '@oicl/openbridge-webcomponents/dist/building-blocks/chart-line/chart-line-base.js';
6
+ export type {Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
7
+ export type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
8
+ export type {ObcAlertFrameType, ObcAlertFrameThickness} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
9
+ export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
10
+ export type {AutomationButtonBadgeControl, AutomationButtonBadgeAlert, AutomationButtonBadgeInterlock, AutomationButtonBadgeCommandLocked} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
5
11
  import '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
6
- import { setProperties } from "../../util.js";
12
+ import { setProperties, forwardEvents } from "../../util.js";
7
13
  import type {LineMedium} from '@oicl/openbridge-webcomponents/dist/automation/index.js';
8
- import type {TankTrend, TankVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
14
+ import type {TankTrend, TankType, TankOrientation, TankPositioning, TankChartMode} from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
15
+ import type {ChartLineDataItem} from '@oicl/openbridge-webcomponents/dist/building-blocks/chart-line/chart-line-base.js';
16
+ import type {Priority} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
17
+ import type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
18
+ import type {ObcAlertFrameType, ObcAlertFrameThickness} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
19
+ import type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
20
+ import type {AutomationButtonBadgeControl, AutomationButtonBadgeAlert, AutomationButtonBadgeInterlock, AutomationButtonBadgeCommandLocked} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
9
21
  import type { Snippet } from 'svelte';
10
22
 
11
23
  export interface Props {
12
24
  class?: string;
13
25
  style?: string;
26
+ /** Target setpoint value. `undefined` = no setpoint marker shown. */
27
+ setpoint?: number | undefined;
28
+ /** Adjustment preview for 2-step interface.
29
+ When defined, two markers are shown: original (dimmed) + new (focus). */
30
+ newSetpoint?: number | undefined;
31
+ /** Manual at-setpoint override (used when `autoAtSetpoint` is false). */
32
+ atSetpoint?: boolean;
33
+ /** User is physically interacting with the control.
34
+ Suppresses at-setpoint calculation and triggers focus visual. */
35
+ touching?: boolean;
36
+ /** When false, uses manual `atSetpoint` boolean instead of auto-calculation. */
37
+ autoAtSetpoint?: boolean;
38
+ /** Tolerance for auto at-setpoint detection. */
39
+ autoAtSetpointDeadband?: number;
40
+ /** Tolerance for zero-snap visual state. */
41
+ setpointAtZeroDeadband?: number;
42
+ /** Override to derive the setpoint color from the instrument's `priority`
43
+ regardless of instrument state. */
44
+ setpointOverride?: boolean;
45
+ /** Enable CSS-animated confirm transition. */
46
+ animateSetpoint?: boolean;
14
47
  medium?: LineMedium;
15
48
  value?: number;
16
49
  max?: number;
17
50
  trend?: TankTrend;
18
- variant?: TankVariant;
19
- tag?: string
51
+ type?: TankType;
52
+ orientation?: TankOrientation;
53
+ compact?: boolean;
54
+ /** Host positioning model — see `TankPositioning` for details. Defaults to
55
+ `button` (host fills parent container, 100% × 100%, falling back to the
56
+ design aspect ratio on any axis the parent leaves indefinite, no anchor
57
+ offset). Set to `point` for the legacy P&ID canvas mode (fixed default
58
+ dimensions + top-center anchor offset). */
59
+ positioning?: TankPositioning;
60
+ /** Static (display-only) variant. Always rendered at the compact size; the
61
+ inner chart/bar is hidden, the bordered area is filled with
62
+ `--container-section-color`, and the readout is centered inside the frame.
63
+ Tag is rendered below the bordered area; badges (when slotted) sit above
64
+ the frame inside the halo and shrink the frame just like in compact mode.
65
+ Overrides `compact` (a static tank is always compact-sized).
66
+
67
+ Static tanks render as a non-interactive `<div role="img">` (not a
68
+ `<button>`), so they are not in the tab order and do not announce as
69
+ activatable controls. */
70
+ static?: boolean;
71
+ /** Whether the tank is interactive. `true` (default) renders the root as a
72
+ `<button>` with the full flat-mixin interaction surface. `false` renders a
73
+ non-interactive `<div>` — the resting appearance is unchanged (same
74
+ enabled-state colors and the same 1px border box, via the mixin's
75
+ `noClick` variant), but the hover / pressed / focus-visible states are
76
+ gone and the tank leaves the tab order.
77
+
78
+ Everything else keeps rendering: the chart / bar, badges, readout, tag and
79
+ the `alert` frame all behave exactly as they do on a clickable tank. Use
80
+ this for a display-only tank that still shows live data — e.g. a row total
81
+ aggregating the tanks beside it. For "device present, current state
82
+ unknown" use `static` instead, which also hides the chart and shrinks to
83
+ the compact footprint.
84
+
85
+ `static` is already non-interactive, so this has no effect there.
86
+
87
+ Property-only (`attribute: false`, per the repo's positive-default-true
88
+ boolean convention — a `true` default cannot round-trip through an HTML
89
+ boolean attribute). Set it as a property: `el.clickable = false`,
90
+ `.clickable=${false}` in a Lit template, or the equivalent binding in the
91
+ React / Vue / Angular / Svelte wrappers. A `clickable="false"` attribute in
92
+ plain HTML is **not** observed and leaves the tank interactive. */
93
+ clickable?: boolean;
94
+ /** Enables the activated background color, used to indicate that the tank is
95
+ activated/selected. Requires an interactive tank — the `noClick` mixin
96
+ variant used when `clickable` is `false` only paints the enabled state, so
97
+ a non-clickable tank ignores this (matching `obc-elevated-card`). */
98
+ activated?: boolean;
99
+ tag?: string;
100
+ /** Chart cell rendering mode.
101
+ - `bar`: static fill bar driven by `value`/`max` (default).
102
+ - `graph`: embedded `obc-gauge-trend` line/area chart.
103
+ - `graphAndBar`: embedded `obc-gauge-trend` with an integrated side bar. */
104
+ chartMode?: TankChartMode;
105
+ /** Time-series data points for the embedded gauge-trend (graph modes only). */
106
+ chartData?: ChartLineDataItem[];
107
+ /** Priority hint forwarded to child charts (regular | enhanced). */
108
+ priority?: Priority;
109
+ /** Advice overlays. Forwarded to the embedded `obc-gauge-trend` in
110
+ `graph` / `graph-and-bar` modes, or rendered as pills over the static
111
+ bar in `bar` mode. */
112
+ advice?: LinearAdvice[];
113
+ /** Show advice overlays (works in all `chartMode` variants). */
114
+ hasAdvice?: boolean;
115
+ /** Overlay a 32×32 decorative icon (currently `<obi-tank>`) centered on the
116
+ chart cell. Works in all three `chartMode` variants (bar, graph,
117
+ graph-and-bar) and in both orientations. The icon is rendered above the
118
+ bar/graph in a fixed CSS layer (does not scale with the SVG meet
119
+ transform) and is silhouetted with a `--border-silhouette-color` halo so
120
+ it stays legible on any underlying fill. The icon size scales with the
121
+ ambient `obc-component-size-*` class on an ancestor via the design token
122
+ `--automation-components-tanks-graphs-graph-icon-size` (32 → 48 → 64 → 64
123
+ for regular → medium → large → xl).
124
+
125
+ TODO(future): replace the hard-coded `<obi-tank>` with a `slot="graph-icon"`
126
+ so consumers can pass any `<obi-*>` icon. The current API ships the
127
+ smallest viable surface; the slot can be added without breaking the
128
+ boolean property. */
129
+ hasGraphIcon?: boolean;
130
+ /** Show an `<obc-alert-frame>` overlay around the bordered tank area (the
131
+ `.halo` wrapper). Mirrors the API of `obc-automation-button`: same six
132
+ properties, same three slots (`alert-icon`, `alert-label`, `alert-timer`).
133
+ The ring overlays `.halo` only, so the tag and readout that sit outside
134
+ the halo in compact / static layouts remain unaffected. */
135
+ alert?: boolean;
136
+ alertFrameType?: ObcAlertFrameType;
137
+ alertFrameThickness?: ObcAlertFrameThickness;
138
+ alertFrameStatus?: AlertType;
139
+ showAlertCategoryIcon?: boolean;
140
+ showAlertIcon?: boolean;
141
+ /** Show the trend chevron / off icon next to the percent readout. Default
142
+ `true` preserves existing behavior. Set to `false` to hide the trend
143
+ indicator in both compact and non-compact readouts — useful when the
144
+ trend is not meaningful for a given tank, or when the consumer wants
145
+ to keep the readout compact. Has no effect in `static` mode, which
146
+ renders the tank's capacity (`max` + `unit`) instead of a percent and
147
+ intentionally omits the trend indicator (a static tank represents
148
+ "device present, current state unknown"). `attribute: false` per the
149
+ repo's positive-default-true boolean convention. */
150
+ showTrendSymbol?: boolean;
151
+ /** Number of fraction digits used to format the percent readout in the
152
+ non-compact (regular) layout. Defaults to `0` (integer percent). The
153
+ compact layout always renders integer percent to keep its fixed-width
154
+ footprint stable. The static layout renders capacity (`max` + `unit`)
155
+ rather than percent, so this property has no effect there — pass a
156
+ pre-formatted value through the `max-value` slot if fractional
157
+ precision is needed (see the `WithFractionDigits` story). */
158
+ percentFractionDigits?: number;
159
+ /** Enum-driven badges rendered inside the `badges` cell. Mirrors the API
160
+ introduced for `ObcAbstractAutomationButton` in PR #839 (#829). When set
161
+ to a non-`None` value, an `<obc-automation-badge>` of the corresponding
162
+ type is rendered as fallback content for the `badges` slot. Any content
163
+ the consumer slots into `badges` overrides these defaults, preserving
164
+ backward compatibility with the existing slot-based API.
165
+
166
+ Render order (left → right): control, alert, interlock, commandLocked —
167
+ matching the positional convention used by `ObcAbstractAutomationButton`
168
+ (top-left, top-right, bottom-left, bottom-right) read row-by-row. */
169
+ badgeControl?: AutomationButtonBadgeControl;
170
+ badgeAlert?: AutomationButtonBadgeAlert;
171
+ badgeInterlock?: AutomationButtonBadgeInterlock;
172
+ badgeCommandLocked?: AutomationButtonBadgeCommandLocked
20
173
  }
21
174
  export interface Events {
22
-
175
+ onClick?: (event: CustomEvent<unknown>) => void
23
176
  }
24
177
  export interface Slots {
25
- children?: Snippet
178
+ badges?: Snippet;
179
+ tagSnippet?: Snippet;
180
+ readout?: Snippet;
181
+ maxValue?: Snippet;
182
+ unit?: Snippet;
183
+ currentValue?: Snippet;
184
+ rich?: Snippet;
185
+ alertIcon?: Snippet;
186
+ alertLabel?: Snippet;
187
+ alertTimer?: Snippet
26
188
  }
27
- const { class: className, style, children, ...props} = $props<Props & Events & Slots>();
189
+ const {onClick, class: className, style, badges, tagSnippet, readout, maxValue, unit, currentValue, rich, alertIcon, alertLabel, alertTimer, ...props} = $props<Props & Events & Slots>();
28
190
 
29
191
  </script>
30
192
  <obc-automation-tank
31
193
  use:setProperties={props}
32
194
  class={className}
33
195
  style={style}
34
- >
196
+ use:forwardEvents={{'click': onClick}} >
35
197
 
36
- {#if children}
37
- {@render children()}
38
- {/if}
198
+ {#if badges}
199
+ <div slot="badges">
200
+ {@render badges()}
201
+ </div>
202
+ {/if}
203
+
204
+ {#if tagSnippet}
205
+ <div slot="tag">
206
+ {@render tagSnippet()}
207
+ </div>
208
+ {/if}
209
+
210
+ {#if readout}
211
+ <div slot="readout">
212
+ {@render readout()}
213
+ </div>
214
+ {/if}
215
+
216
+ {#if maxValue}
217
+ <div slot="max-value">
218
+ {@render maxValue()}
219
+ </div>
220
+ {/if}
221
+
222
+ {#if unit}
223
+ <div slot="unit">
224
+ {@render unit()}
225
+ </div>
226
+ {/if}
227
+
228
+ {#if currentValue}
229
+ <div slot="current-value">
230
+ {@render currentValue()}
231
+ </div>
232
+ {/if}
233
+
234
+ {#if rich}
235
+ <div slot="rich">
236
+ {@render rich()}
237
+ </div>
238
+ {/if}
239
+
240
+ {#if alertIcon}
241
+ <div slot="alert-icon">
242
+ {@render alertIcon()}
243
+ </div>
244
+ {/if}
245
+
246
+ {#if alertLabel}
247
+ <div slot="alert-label">
248
+ {@render alertLabel()}
249
+ </div>
250
+ {/if}
251
+
252
+ {#if alertTimer}
253
+ <div slot="alert-timer">
254
+ {@render alertTimer()}
255
+ </div>
256
+ {/if}
39
257
  </obc-automation-tank>
@@ -1,27 +1,197 @@
1
1
  import '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
2
2
  import type { LineMedium } from '@oicl/openbridge-webcomponents/dist/automation/index.js';
3
- import type { TankTrend, TankVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
3
+ import type { TankTrend, TankType, TankOrientation, TankPositioning, TankChartMode } from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js';
4
+ import type { ChartLineDataItem } from '@oicl/openbridge-webcomponents/dist/building-blocks/chart-line/chart-line-base.js';
5
+ import type { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
6
+ import type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
7
+ import type { ObcAlertFrameType, ObcAlertFrameThickness } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
8
+ import type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
9
+ import type { AutomationButtonBadgeControl, AutomationButtonBadgeAlert, AutomationButtonBadgeInterlock, AutomationButtonBadgeCommandLocked } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
4
10
  import type { Snippet } from 'svelte';
5
11
  export interface Props {
6
12
  class?: string;
7
13
  style?: string;
14
+ /** Target setpoint value. `undefined` = no setpoint marker shown. */
15
+ setpoint?: number | undefined;
16
+ /** Adjustment preview for 2-step interface.
17
+ When defined, two markers are shown: original (dimmed) + new (focus). */
18
+ newSetpoint?: number | undefined;
19
+ /** Manual at-setpoint override (used when `autoAtSetpoint` is false). */
20
+ atSetpoint?: boolean;
21
+ /** User is physically interacting with the control.
22
+ Suppresses at-setpoint calculation and triggers focus visual. */
23
+ touching?: boolean;
24
+ /** When false, uses manual `atSetpoint` boolean instead of auto-calculation. */
25
+ autoAtSetpoint?: boolean;
26
+ /** Tolerance for auto at-setpoint detection. */
27
+ autoAtSetpointDeadband?: number;
28
+ /** Tolerance for zero-snap visual state. */
29
+ setpointAtZeroDeadband?: number;
30
+ /** Override to derive the setpoint color from the instrument's `priority`
31
+ regardless of instrument state. */
32
+ setpointOverride?: boolean;
33
+ /** Enable CSS-animated confirm transition. */
34
+ animateSetpoint?: boolean;
8
35
  medium?: LineMedium;
9
36
  value?: number;
10
37
  max?: number;
11
38
  trend?: TankTrend;
12
- variant?: TankVariant;
39
+ type?: TankType;
40
+ orientation?: TankOrientation;
41
+ compact?: boolean;
42
+ /** Host positioning model — see `TankPositioning` for details. Defaults to
43
+ `button` (host fills parent container, 100% × 100%, falling back to the
44
+ design aspect ratio on any axis the parent leaves indefinite, no anchor
45
+ offset). Set to `point` for the legacy P&ID canvas mode (fixed default
46
+ dimensions + top-center anchor offset). */
47
+ positioning?: TankPositioning;
48
+ /** Static (display-only) variant. Always rendered at the compact size; the
49
+ inner chart/bar is hidden, the bordered area is filled with
50
+ `--container-section-color`, and the readout is centered inside the frame.
51
+ Tag is rendered below the bordered area; badges (when slotted) sit above
52
+ the frame inside the halo and shrink the frame just like in compact mode.
53
+ Overrides `compact` (a static tank is always compact-sized).
54
+
55
+ Static tanks render as a non-interactive `<div role="img">` (not a
56
+ `<button>`), so they are not in the tab order and do not announce as
57
+ activatable controls. */
58
+ static?: boolean;
59
+ /** Whether the tank is interactive. `true` (default) renders the root as a
60
+ `<button>` with the full flat-mixin interaction surface. `false` renders a
61
+ non-interactive `<div>` — the resting appearance is unchanged (same
62
+ enabled-state colors and the same 1px border box, via the mixin's
63
+ `noClick` variant), but the hover / pressed / focus-visible states are
64
+ gone and the tank leaves the tab order.
65
+
66
+ Everything else keeps rendering: the chart / bar, badges, readout, tag and
67
+ the `alert` frame all behave exactly as they do on a clickable tank. Use
68
+ this for a display-only tank that still shows live data — e.g. a row total
69
+ aggregating the tanks beside it. For "device present, current state
70
+ unknown" use `static` instead, which also hides the chart and shrinks to
71
+ the compact footprint.
72
+
73
+ `static` is already non-interactive, so this has no effect there.
74
+
75
+ Property-only (`attribute: false`, per the repo's positive-default-true
76
+ boolean convention — a `true` default cannot round-trip through an HTML
77
+ boolean attribute). Set it as a property: `el.clickable = false`,
78
+ `.clickable=${false}` in a Lit template, or the equivalent binding in the
79
+ React / Vue / Angular / Svelte wrappers. A `clickable="false"` attribute in
80
+ plain HTML is **not** observed and leaves the tank interactive. */
81
+ clickable?: boolean;
82
+ /** Enables the activated background color, used to indicate that the tank is
83
+ activated/selected. Requires an interactive tank — the `noClick` mixin
84
+ variant used when `clickable` is `false` only paints the enabled state, so
85
+ a non-clickable tank ignores this (matching `obc-elevated-card`). */
86
+ activated?: boolean;
13
87
  tag?: string;
88
+ /** Chart cell rendering mode.
89
+ - `bar`: static fill bar driven by `value`/`max` (default).
90
+ - `graph`: embedded `obc-gauge-trend` line/area chart.
91
+ - `graphAndBar`: embedded `obc-gauge-trend` with an integrated side bar. */
92
+ chartMode?: TankChartMode;
93
+ /** Time-series data points for the embedded gauge-trend (graph modes only). */
94
+ chartData?: ChartLineDataItem[];
95
+ /** Priority hint forwarded to child charts (regular | enhanced). */
96
+ priority?: Priority;
97
+ /** Advice overlays. Forwarded to the embedded `obc-gauge-trend` in
98
+ `graph` / `graph-and-bar` modes, or rendered as pills over the static
99
+ bar in `bar` mode. */
100
+ advice?: LinearAdvice[];
101
+ /** Show advice overlays (works in all `chartMode` variants). */
102
+ hasAdvice?: boolean;
103
+ /** Overlay a 32×32 decorative icon (currently `<obi-tank>`) centered on the
104
+ chart cell. Works in all three `chartMode` variants (bar, graph,
105
+ graph-and-bar) and in both orientations. The icon is rendered above the
106
+ bar/graph in a fixed CSS layer (does not scale with the SVG meet
107
+ transform) and is silhouetted with a `--border-silhouette-color` halo so
108
+ it stays legible on any underlying fill. The icon size scales with the
109
+ ambient `obc-component-size-*` class on an ancestor via the design token
110
+ `--automation-components-tanks-graphs-graph-icon-size` (32 → 48 → 64 → 64
111
+ for regular → medium → large → xl).
112
+
113
+ TODO(future): replace the hard-coded `<obi-tank>` with a `slot="graph-icon"`
114
+ so consumers can pass any `<obi-*>` icon. The current API ships the
115
+ smallest viable surface; the slot can be added without breaking the
116
+ boolean property. */
117
+ hasGraphIcon?: boolean;
118
+ /** Show an `<obc-alert-frame>` overlay around the bordered tank area (the
119
+ `.halo` wrapper). Mirrors the API of `obc-automation-button`: same six
120
+ properties, same three slots (`alert-icon`, `alert-label`, `alert-timer`).
121
+ The ring overlays `.halo` only, so the tag and readout that sit outside
122
+ the halo in compact / static layouts remain unaffected. */
123
+ alert?: boolean;
124
+ alertFrameType?: ObcAlertFrameType;
125
+ alertFrameThickness?: ObcAlertFrameThickness;
126
+ alertFrameStatus?: AlertType;
127
+ showAlertCategoryIcon?: boolean;
128
+ showAlertIcon?: boolean;
129
+ /** Show the trend chevron / off icon next to the percent readout. Default
130
+ `true` preserves existing behavior. Set to `false` to hide the trend
131
+ indicator in both compact and non-compact readouts — useful when the
132
+ trend is not meaningful for a given tank, or when the consumer wants
133
+ to keep the readout compact. Has no effect in `static` mode, which
134
+ renders the tank's capacity (`max` + `unit`) instead of a percent and
135
+ intentionally omits the trend indicator (a static tank represents
136
+ "device present, current state unknown"). `attribute: false` per the
137
+ repo's positive-default-true boolean convention. */
138
+ showTrendSymbol?: boolean;
139
+ /** Number of fraction digits used to format the percent readout in the
140
+ non-compact (regular) layout. Defaults to `0` (integer percent). The
141
+ compact layout always renders integer percent to keep its fixed-width
142
+ footprint stable. The static layout renders capacity (`max` + `unit`)
143
+ rather than percent, so this property has no effect there — pass a
144
+ pre-formatted value through the `max-value` slot if fractional
145
+ precision is needed (see the `WithFractionDigits` story). */
146
+ percentFractionDigits?: number;
147
+ /** Enum-driven badges rendered inside the `badges` cell. Mirrors the API
148
+ introduced for `ObcAbstractAutomationButton` in PR #839 (#829). When set
149
+ to a non-`None` value, an `<obc-automation-badge>` of the corresponding
150
+ type is rendered as fallback content for the `badges` slot. Any content
151
+ the consumer slots into `badges` overrides these defaults, preserving
152
+ backward compatibility with the existing slot-based API.
153
+
154
+ Render order (left → right): control, alert, interlock, commandLocked —
155
+ matching the positional convention used by `ObcAbstractAutomationButton`
156
+ (top-left, top-right, bottom-left, bottom-right) read row-by-row. */
157
+ badgeControl?: AutomationButtonBadgeControl;
158
+ badgeAlert?: AutomationButtonBadgeAlert;
159
+ badgeInterlock?: AutomationButtonBadgeInterlock;
160
+ badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
14
161
  }
15
162
  export interface Events {
163
+ onClick?: (event: CustomEvent<unknown>) => void;
16
164
  }
17
165
  export interface Slots {
18
- children?: Snippet;
166
+ badges?: Snippet;
167
+ tagSnippet?: Snippet;
168
+ readout?: Snippet;
169
+ maxValue?: Snippet;
170
+ unit?: Snippet;
171
+ currentValue?: Snippet;
172
+ rich?: Snippet;
173
+ alertIcon?: Snippet;
174
+ alertLabel?: Snippet;
175
+ alertTimer?: Snippet;
19
176
  }
20
177
  type $$ComponentProps = Props & Events & Slots;
21
178
  declare const ObcAutomationTank: import("svelte").Component<$$ComponentProps, {
22
179
  LineMedium: typeof LineMedium;
23
180
  TankTrend: typeof TankTrend;
24
- TankVariant: typeof TankVariant;
181
+ TankType: typeof TankType;
182
+ TankOrientation: typeof TankOrientation;
183
+ TankPositioning: typeof TankPositioning;
184
+ TankChartMode: typeof TankChartMode;
185
+ ChartLineDataItem: typeof ChartLineDataItem;
186
+ Priority: typeof Priority;
187
+ LinearAdvice: typeof LinearAdvice;
188
+ ObcAlertFrameType: typeof ObcAlertFrameType;
189
+ ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
190
+ AlertType: typeof AlertType;
191
+ AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
192
+ AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
193
+ AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
194
+ AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
25
195
  }, "">;
26
196
  type ObcAutomationTank = ReturnType<typeof ObcAutomationTank>;
27
197
  export default ObcAutomationTank;
@@ -1,14 +1,54 @@
1
1
 
2
2
  <script lang="ts">
3
- export type {BipolarTransistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
3
+ export type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
4
+ export type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
5
+ export type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
6
+ export type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
7
+ export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
8
+ export type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
9
+ export type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
10
+ export type {BipolarTransistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
4
11
  import '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
5
12
  import { setProperties } from "../../util.js";
6
- import type {BipolarTransistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
13
+ import type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
14
+ import type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
15
+ import type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
16
+ import type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
17
+ import type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
18
+ import type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
19
+ import type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
20
+ import type {BipolarTransistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
7
21
  import type { Snippet } from 'svelte';
8
22
 
9
23
  export interface Props {
10
24
  class?: string;
11
25
  style?: string;
26
+ on?: boolean;
27
+ variant?: SquaredVariant;
28
+ orientation?: AutomationButtonOrientation;
29
+ showReadoutStack?: boolean;
30
+ readoutPosition?: AutomationButtonReadoutPosition;
31
+ showStatus?: boolean;
32
+ readoutSize?: AutomationButtonReadoutStackSize;
33
+ tag?: string | null;
34
+ positioning?: AutomationButtonPositioning;
35
+ /** Enables the activated background color, used to indicate that the button is activated/selected. */
36
+ activated?: boolean;
37
+ alert?: boolean;
38
+ alertFrameType?: ObcAlertFrameType;
39
+ alertFrameThickness?: ObcAlertFrameThickness;
40
+ alertFrameStatus?: AlertType;
41
+ alertFrameMode?: ObcAlertFrameMode;
42
+ showAlertCategoryIcon?: boolean;
43
+ showAlertIcon?: boolean;
44
+ /** Shows a progress indicator, used to indicate that an user action is in progress */
45
+ progress?: boolean;
46
+ progressMode?: CircularProgressMode;
47
+ progressValue?: number;
48
+ badgeControl?: AutomationButtonBadgeControl;
49
+ badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
50
+ badgeInterlock?: AutomationButtonBadgeInterlock;
51
+ badgeAlert?: AutomationButtonBadgeAlert;
12
52
  alternativeIcon?: BipolarTransistorAlternativeIcon
13
53
  }
14
54
  export interface Events {
@@ -1,9 +1,42 @@
1
1
  import '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
2
+ import type { SquaredVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
3
+ import type { AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
4
+ import type { AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
5
+ import type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
6
+ import type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
7
+ import type { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
8
+ import type { AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
2
9
  import type { BipolarTransistorAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
3
10
  import type { Snippet } from 'svelte';
4
11
  export interface Props {
5
12
  class?: string;
6
13
  style?: string;
14
+ on?: boolean;
15
+ variant?: SquaredVariant;
16
+ orientation?: AutomationButtonOrientation;
17
+ showReadoutStack?: boolean;
18
+ readoutPosition?: AutomationButtonReadoutPosition;
19
+ showStatus?: boolean;
20
+ readoutSize?: AutomationButtonReadoutStackSize;
21
+ tag?: string | null;
22
+ positioning?: AutomationButtonPositioning;
23
+ /** Enables the activated background color, used to indicate that the button is activated/selected. */
24
+ activated?: boolean;
25
+ alert?: boolean;
26
+ alertFrameType?: ObcAlertFrameType;
27
+ alertFrameThickness?: ObcAlertFrameThickness;
28
+ alertFrameStatus?: AlertType;
29
+ alertFrameMode?: ObcAlertFrameMode;
30
+ showAlertCategoryIcon?: boolean;
31
+ showAlertIcon?: boolean;
32
+ /** Shows a progress indicator, used to indicate that an user action is in progress */
33
+ progress?: boolean;
34
+ progressMode?: CircularProgressMode;
35
+ progressValue?: number;
36
+ badgeControl?: AutomationButtonBadgeControl;
37
+ badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
38
+ badgeInterlock?: AutomationButtonBadgeInterlock;
39
+ badgeAlert?: AutomationButtonBadgeAlert;
7
40
  alternativeIcon?: BipolarTransistorAlternativeIcon;
8
41
  }
9
42
  export interface Events {
@@ -13,6 +46,20 @@ export interface Slots {
13
46
  }
14
47
  type $$ComponentProps = Props & Events & Slots;
15
48
  declare const ObcBipolarTransistor: import("svelte").Component<$$ComponentProps, {
49
+ SquaredVariant: typeof SquaredVariant;
50
+ AutomationButtonOrientation: typeof AutomationButtonOrientation;
51
+ AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
52
+ AutomationButtonPositioning: typeof AutomationButtonPositioning;
53
+ AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
54
+ ObcAlertFrameType: typeof ObcAlertFrameType;
55
+ ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
56
+ ObcAlertFrameMode: typeof ObcAlertFrameMode;
57
+ AlertType: typeof AlertType;
58
+ CircularProgressMode: typeof CircularProgressMode;
59
+ AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
60
+ AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
61
+ AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
62
+ AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
16
63
  BipolarTransistorAlternativeIcon: typeof BipolarTransistorAlternativeIcon;
17
64
  }, "">;
18
65
  type ObcBipolarTransistor = ReturnType<typeof ObcBipolarTransistor>;
@@ -0,0 +1,41 @@
1
+
2
+ <script lang="ts">
3
+ export type {BusSize, BusVariant} from '@oicl/openbridge-webcomponents/dist/automation/bus/bus.js';
4
+ import '@oicl/openbridge-webcomponents/dist/automation/bus/bus.js';
5
+ import { setProperties } from "../../util.js";
6
+ import type {BusSize, BusVariant} from '@oicl/openbridge-webcomponents/dist/automation/bus/bus.js';
7
+ import type { Snippet } from 'svelte';
8
+
9
+ export interface Props {
10
+ class?: string;
11
+ style?: string;
12
+ /** Centered label text; the bar renders empty when omitted. */
13
+ label?: string;
14
+ /** Bar height and typography preset. */
15
+ size?: BusSize;
16
+ /** Color family of the bar. */
17
+ variant?: BusVariant;
18
+ /** Use the light (tinted) color pairing of the selected variant. */
19
+ tint?: boolean;
20
+ /** Render the bar vertically with the label rotated 90° clockwise. */
21
+ vertical?: boolean
22
+ }
23
+ export interface Events {
24
+
25
+ }
26
+ export interface Slots {
27
+ children?: Snippet
28
+ }
29
+ const { class: className, style, children, ...props} = $props<Props & Events & Slots>();
30
+
31
+ </script>
32
+ <obc-bus
33
+ use:setProperties={props}
34
+ class={className}
35
+ style={style}
36
+ >
37
+
38
+ {#if children}
39
+ {@render children()}
40
+ {/if}
41
+ </obc-bus>