@oicl/openbridge-webcomponents-svelte 2.0.0-next.8 → 2.0.0-next.80
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.
- package/README.md +2 -0
- package/dist/ar/chart-object-vessel-button/ObcChartObjectVesselButton.svelte +10 -10
- package/dist/ar/chart-object-vessel-button/ObcChartObjectVesselButton.svelte.d.ts +3 -3
- package/dist/automation/automation-button/ObcAbstractAutomationButton.svelte +17 -13
- package/dist/automation/automation-button/ObcAbstractAutomationButton.svelte.d.ts +18 -12
- package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte +7 -3
- package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte.d.ts +6 -1
- package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte +4 -1
- package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte.d.ts +3 -0
- package/dist/automation/automation-button/ObcAutomationButton.svelte +12 -9
- package/dist/automation/automation-button/ObcAutomationButton.svelte.d.ts +11 -8
- package/dist/automation/automation-tank/ObcAutomationTank.svelte +189 -9
- package/dist/automation/automation-tank/ObcAutomationTank.svelte.d.ts +136 -4
- package/dist/bars-graphs/donut-chart/ObcDonutChart.svelte +5 -3
- package/dist/bars-graphs/donut-chart/ObcDonutChart.svelte.d.ts +3 -4
- package/dist/bars-graphs/pie-chart/ObcPieChart.svelte +5 -3
- package/dist/bars-graphs/pie-chart/ObcPieChart.svelte.d.ts +3 -8
- package/dist/bars-graphs/polar-chart/ObcPolarChart.svelte +5 -3
- package/dist/bars-graphs/polar-chart/ObcPolarChart.svelte.d.ts +3 -4
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte +3 -3
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte.d.ts +3 -8
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte +3 -3
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte.d.ts +3 -8
- package/dist/building-blocks/chart-line/ObcChartLineBase.svelte +22 -6
- package/dist/building-blocks/chart-line/ObcChartLineBase.svelte.d.ts +22 -13
- package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte +6 -0
- package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte.d.ts +6 -0
- package/dist/building-blocks/single-axis-inclinometer/SingleAxisInclinometer.svelte +48 -0
- package/dist/building-blocks/single-axis-inclinometer/SingleAxisInclinometer.svelte.d.ts +35 -0
- package/dist/components/accordion-card/ObcAccordionCard.svelte +5 -3
- package/dist/components/accordion-card/ObcAccordionCard.svelte.d.ts +4 -3
- package/dist/components/advice-floating-item/ObcAdviceFloatingItem.svelte +7 -7
- package/dist/components/advice-floating-item/ObcAdviceFloatingItem.svelte.d.ts +2 -2
- package/dist/components/advice-message-item/ObcAdviceMessageItem.svelte +13 -13
- package/dist/components/advice-message-item/ObcAdviceMessageItem.svelte.d.ts +4 -4
- package/dist/components/alert-frame/ObcAlertFrame.svelte +18 -4
- package/dist/components/alert-frame/ObcAlertFrame.svelte.d.ts +18 -4
- package/dist/components/alert-frame/ObiCriticalBadge.svelte +32 -0
- package/dist/components/alert-frame/ObiCriticalBadge.svelte.d.ts +15 -0
- package/dist/components/alert-frame/ObiDiagnosticBadge.svelte +32 -0
- package/dist/components/alert-frame/ObiDiagnosticBadge.svelte.d.ts +15 -0
- package/dist/components/alert-menu/ObcAlertMenu.svelte +11 -1
- package/dist/components/alert-menu/ObcAlertMenu.svelte.d.ts +10 -0
- package/dist/components/alert-menu-item/ObcAlertMenuItem.svelte +16 -4
- package/dist/components/alert-menu-item/ObcAlertMenuItem.svelte.d.ts +13 -1
- package/dist/components/automation-button-readout-stack/ObcAutomationButtonReadoutStack.svelte +4 -5
- package/dist/components/automation-button-readout-stack/ObcAutomationButtonReadoutStack.svelte.d.ts +2 -4
- package/dist/components/badge/ObcBadge.svelte +2 -2
- package/dist/components/badge/ObcBadge.svelte.d.ts +2 -2
- package/dist/components/card/ObcCard.svelte +4 -4
- package/dist/components/card/ObcCard.svelte.d.ts +4 -4
- package/dist/components/dropdown-button/ObcDropdownButton.svelte +8 -3
- package/dist/components/dropdown-button/ObcDropdownButton.svelte.d.ts +8 -6
- package/dist/components/elevated-card-radio/ObcElevatedCardRadio.svelte +4 -4
- package/dist/components/elevated-card-radio/ObcElevatedCardRadio.svelte.d.ts +1 -1
- package/dist/components/elevated-card-radio-group/ObcElevatedCardRadioGroup.svelte +3 -3
- package/dist/components/elevated-card-radio-group/ObcElevatedCardRadioGroup.svelte.d.ts +3 -5
- package/dist/components/floating-item/ObcFloatingItem.svelte +7 -7
- package/dist/components/floating-item/ObcFloatingItem.svelte.d.ts +2 -2
- package/dist/components/form-container/ObcFormContainer.svelte +4 -4
- package/dist/components/form-container/ObcFormContainer.svelte.d.ts +1 -1
- package/dist/components/icon-button/ObcIconButton.svelte +6 -4
- package/dist/components/icon-button/ObcIconButton.svelte.d.ts +3 -0
- package/dist/components/message-menu-item/ObcMessageMenuItem.svelte +9 -7
- package/dist/components/message-menu-item/ObcMessageMenuItem.svelte.d.ts +4 -2
- package/dist/components/modal-window/ObcModalWindow.svelte +5 -1
- package/dist/components/modal-window/ObcModalWindow.svelte.d.ts +4 -0
- package/dist/components/navigation-item/ObcNavigationItem.svelte +12 -1
- package/dist/components/navigation-item/ObcNavigationItem.svelte.d.ts +12 -0
- package/dist/components/navigation-item-group/ObcNavigationItemGroup.svelte +14 -1
- package/dist/components/navigation-item-group/ObcNavigationItemGroup.svelte.d.ts +14 -0
- package/dist/components/navigation-menu/ObcNavigationMenu.svelte +2 -1
- package/dist/components/navigation-menu/ObcNavigationMenu.svelte.d.ts +2 -1
- package/dist/components/notification-floating-item/ObcNotificationFloatingItem.svelte +7 -7
- package/dist/components/notification-floating-item/ObcNotificationFloatingItem.svelte.d.ts +2 -2
- package/dist/components/number-input-field/ObcNumberInputField.svelte +19 -5
- package/dist/components/number-input-field/ObcNumberInputField.svelte.d.ts +19 -2
- package/dist/components/pagination/ObcPagination.svelte +7 -5
- package/dist/components/pagination/ObcPagination.svelte.d.ts +3 -1
- package/dist/components/slider/ObcSlider.svelte +8 -6
- package/dist/components/slider/ObcSlider.svelte.d.ts +4 -2
- package/dist/components/slider-double/ObcSliderDouble.svelte +40 -7
- package/dist/components/slider-double/ObcSliderDouble.svelte.d.ts +22 -1
- package/dist/components/stepper-box/ObcStepperBox.svelte +32 -25
- package/dist/components/stepper-box/ObcStepperBox.svelte.d.ts +31 -6
- package/dist/components/tab-item/ObcTabItem.svelte +12 -4
- package/dist/components/tab-item/ObcTabItem.svelte.d.ts +9 -1
- package/dist/components/tab-row/ObcTabRow.svelte +11 -5
- package/dist/components/tab-row/ObcTabRow.svelte.d.ts +7 -1
- package/dist/components/tag/ObcTag.svelte +3 -2
- package/dist/components/tag/ObcTag.svelte.d.ts +3 -1
- package/dist/components/textbox/ObcTextbox.svelte +41 -0
- package/dist/components/textbox/ObcTextbox.svelte.d.ts +24 -0
- package/dist/components/title-container/ObcTitleContainer.svelte +4 -4
- package/dist/components/title-container/ObcTitleContainer.svelte.d.ts +1 -1
- package/dist/components/toggle-button-group/ObcToggleButtonGroup.svelte +13 -3
- package/dist/components/toggle-button-group/ObcToggleButtonGroup.svelte.d.ts +11 -0
- package/dist/components/toggle-button-vertical-group/ObcToggleButtonVerticalGroup.svelte +13 -3
- package/dist/components/toggle-button-vertical-group/ObcToggleButtonVerticalGroup.svelte.d.ts +11 -0
- package/dist/components/toggle-switch/ObcToggleSwitch.svelte +5 -3
- package/dist/components/toggle-switch/ObcToggleSwitch.svelte.d.ts +1 -0
- package/dist/components/tree-navigation/ObcTreeNavigation.svelte +32 -0
- package/dist/components/tree-navigation/ObcTreeNavigation.svelte.d.ts +15 -0
- package/dist/components/tree-navigation-group/ObcTreeNavigationGroup.svelte +60 -0
- package/dist/components/tree-navigation-group/ObcTreeNavigationGroup.svelte.d.ts +43 -0
- package/dist/components/tree-navigation-item/ObcTreeNavigationItem.svelte +64 -0
- package/dist/components/tree-navigation-item/ObcTreeNavigationItem.svelte.d.ts +50 -0
- package/dist/icons/ObiAddColumnAfter.svelte +32 -0
- package/dist/icons/ObiAddColumnAfter.svelte.d.ts +16 -0
- package/dist/icons/ObiAddColumnBefore.svelte +32 -0
- package/dist/icons/ObiAddColumnBefore.svelte.d.ts +16 -0
- package/dist/icons/ObiAddRowAbove.svelte +32 -0
- package/dist/icons/ObiAddRowAbove.svelte.d.ts +16 -0
- package/dist/icons/ObiAddRowBelow.svelte +32 -0
- package/dist/icons/ObiAddRowBelow.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindApparent3.svelte → ObiCameraSettings.svelte} +3 -3
- package/dist/icons/ObiCameraSettings.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselEngineOff.svelte +32 -0
- package/dist/icons/ObiDieselEngineOff.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselEngineOn.svelte +32 -0
- package/dist/icons/ObiDieselEngineOn.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselEngineStatic.svelte +32 -0
- package/dist/icons/ObiDieselEngineStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorAcOff.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorAcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorAcOn.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorAcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorAcStatic.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorAcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorDcOff.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorDcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorDcOn.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorDcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorDcStatic.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorDcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorOff.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorOff.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorOn.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorOn.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorStatic.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorStepOff.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorStepOff.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorStepOn.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorStepOn.svelte.d.ts +16 -0
- package/dist/icons/ObiDieselGeneratorStepStatic.svelte +32 -0
- package/dist/icons/ObiDieselGeneratorStepStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorAcOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorAcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorAcOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorAcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorAcStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorAcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorDcOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorDcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorDcOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorDcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorDcStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorDcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorAcOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorAcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorAcOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorAcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorAcStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorAcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorDcOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorDcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorDcOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorDcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorDcStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorDcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStepOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStepOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStepOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStepOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStepStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorOrMotorStepStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorStepOff.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorStepOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorStepOn.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorStepOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricGeneratorStepStatic.svelte +32 -0
- package/dist/icons/ObiElectricGeneratorStepStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorAcOff.svelte +32 -0
- package/dist/icons/ObiElectricMotorAcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorAcOn.svelte +32 -0
- package/dist/icons/ObiElectricMotorAcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorAcStatic.svelte +32 -0
- package/dist/icons/ObiElectricMotorAcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorDcOff.svelte +32 -0
- package/dist/icons/ObiElectricMotorDcOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorDcOn.svelte +32 -0
- package/dist/icons/ObiElectricMotorDcOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorDcStatic.svelte +32 -0
- package/dist/icons/ObiElectricMotorDcStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorOff.svelte +32 -0
- package/dist/icons/ObiElectricMotorOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorOn.svelte +32 -0
- package/dist/icons/ObiElectricMotorOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorStatic.svelte +32 -0
- package/dist/icons/ObiElectricMotorStatic.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorStepOff.svelte +32 -0
- package/dist/icons/ObiElectricMotorStepOff.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorStepOn.svelte +32 -0
- package/dist/icons/ObiElectricMotorStepOn.svelte.d.ts +16 -0
- package/dist/icons/ObiElectricMotorStepStatic.svelte +32 -0
- package/dist/icons/ObiElectricMotorStepStatic.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindApparent4.svelte → ObiEmergencyBadge.svelte} +3 -3
- package/dist/icons/ObiEmergencyBadge.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindTrue3.svelte → ObiLocationK.svelte} +3 -3
- package/dist/icons/{ObiWindTrue3.svelte.d.ts → ObiLocationK.svelte.d.ts} +4 -4
- package/dist/icons/ObiMediaLibrary.svelte +32 -0
- package/dist/icons/ObiMediaLibrary.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindTrue4.svelte → ObiPressure.svelte} +3 -3
- package/dist/icons/{ObiWindTrue6.svelte.d.ts → ObiPressure.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindTrue6.svelte → ObiScreenFill.svelte} +3 -3
- package/dist/icons/{ObiWindShaft3.svelte.d.ts → ObiScreenFill.svelte.d.ts} +4 -4
- package/dist/icons/ObiScreenFit.svelte +32 -0
- package/dist/icons/{ObiWindTrue4.svelte.d.ts → ObiScreenFit.svelte.d.ts} +4 -4
- package/dist/icons/ObiVesselGenericAnchoredColour.svelte +32 -0
- package/dist/icons/ObiVesselGenericAnchoredColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselGenericDefaultColour.svelte +32 -0
- package/dist/icons/ObiVesselGenericDefaultColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselGenericFastColour.svelte +32 -0
- package/dist/icons/ObiVesselGenericFastColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselGenericMediumColour.svelte +32 -0
- package/dist/icons/ObiVesselGenericMediumColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselGenericSlowColour.svelte +32 -0
- package/dist/icons/ObiVesselGenericSlowColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselGenericStoppedColour.svelte +32 -0
- package/dist/icons/ObiVesselGenericStoppedColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeBargeColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeBargeColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeCargoColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeCargoColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeCruiseColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeCruiseColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeFishingColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeFishingColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeGenericColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeGenericColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeLifeboatColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeLifeboatColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeMilitaryColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeMilitaryColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeMotorBoatColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeMotorBoatColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypePassengerColour.svelte +32 -0
- package/dist/icons/ObiVesselTypePassengerColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypePilotColour.svelte +32 -0
- package/dist/icons/ObiVesselTypePilotColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypePsvColour.svelte +32 -0
- package/dist/icons/ObiVesselTypePsvColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeSailingColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeSailingColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeSarColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeSarColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeSmallcraftColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeSmallcraftColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeSpeedCraftColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeSpeedCraftColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeTankerColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeTankerColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeTugColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeTugColour.svelte.d.ts +16 -0
- package/dist/icons/ObiVesselTypeUnknownColour.svelte +32 -0
- package/dist/icons/ObiVesselTypeUnknownColour.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindApparent2.svelte → ObiWindApparent0.svelte} +3 -3
- package/dist/icons/{ObiWindApparent2.svelte.d.ts → ObiWindApparent0.svelte.d.ts} +4 -4
- package/dist/icons/ObiWindApparent100.svelte +32 -0
- package/dist/icons/ObiWindApparent100.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindApparent11.svelte → ObiWindApparent15.svelte} +3 -3
- package/dist/icons/{ObiWindApparent13.svelte.d.ts → ObiWindApparent15.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindApparent13.svelte → ObiWindApparent20.svelte} +3 -3
- package/dist/icons/{ObiWindApparent11.svelte.d.ts → ObiWindApparent20.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindApparent12.svelte → ObiWindApparent25.svelte} +3 -3
- package/dist/icons/{ObiWindApparent14.svelte.d.ts → ObiWindApparent25.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindApparent14.svelte → ObiWindApparent30.svelte} +3 -3
- package/dist/icons/{ObiWindApparent12.svelte.d.ts → ObiWindApparent30.svelte.d.ts} +4 -4
- package/dist/icons/ObiWindApparent35.svelte +32 -0
- package/dist/icons/ObiWindApparent35.svelte.d.ts +16 -0
- package/dist/icons/ObiWindApparent40.svelte +32 -0
- package/dist/icons/ObiWindApparent40.svelte.d.ts +16 -0
- package/dist/icons/ObiWindApparent45.svelte +32 -0
- package/dist/icons/ObiWindApparent45.svelte.d.ts +16 -0
- package/dist/icons/ObiWindApparent50.svelte +32 -0
- package/dist/icons/ObiWindApparent50.svelte.d.ts +16 -0
- package/dist/icons/ObiWindApparent55.svelte +32 -0
- package/dist/icons/ObiWindApparent55.svelte.d.ts +16 -0
- package/dist/icons/ObiWindApparent60.svelte +32 -0
- package/dist/icons/ObiWindApparent60.svelte.d.ts +16 -0
- package/dist/icons/ObiWindApparent65.svelte +32 -0
- package/dist/icons/ObiWindApparent65.svelte.d.ts +16 -0
- package/dist/icons/ObiWindApparent70.svelte +32 -0
- package/dist/icons/ObiWindApparent70.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindShaft2.svelte → ObiWindShaft0.svelte} +3 -3
- package/dist/icons/{ObiWindShaft2.svelte.d.ts → ObiWindShaft0.svelte.d.ts} +4 -4
- package/dist/icons/ObiWindShaft100.svelte +32 -0
- package/dist/icons/ObiWindShaft100.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindShaft11.svelte → ObiWindShaft15.svelte} +3 -3
- package/dist/icons/{ObiWindShaft11.svelte.d.ts → ObiWindShaft15.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindShaft12.svelte → ObiWindShaft20.svelte} +3 -3
- package/dist/icons/{ObiWindShaft12.svelte.d.ts → ObiWindShaft20.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindShaft13.svelte → ObiWindShaft25.svelte} +3 -3
- package/dist/icons/{ObiWindShaft13.svelte.d.ts → ObiWindShaft25.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindShaft14.svelte → ObiWindShaft30.svelte} +3 -3
- package/dist/icons/{ObiWindShaft14.svelte.d.ts → ObiWindShaft30.svelte.d.ts} +4 -4
- package/dist/icons/ObiWindShaft35.svelte +32 -0
- package/dist/icons/ObiWindShaft35.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft40.svelte +32 -0
- package/dist/icons/ObiWindShaft40.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft45.svelte +32 -0
- package/dist/icons/ObiWindShaft45.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft50.svelte +32 -0
- package/dist/icons/ObiWindShaft50.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft55.svelte +32 -0
- package/dist/icons/ObiWindShaft55.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft60.svelte +32 -0
- package/dist/icons/ObiWindShaft60.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft65.svelte +32 -0
- package/dist/icons/ObiWindShaft65.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft70.svelte +32 -0
- package/dist/icons/ObiWindShaft70.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft75.svelte +32 -0
- package/dist/icons/ObiWindShaft75.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft80.svelte +32 -0
- package/dist/icons/ObiWindShaft80.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft85.svelte +32 -0
- package/dist/icons/ObiWindShaft85.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft90.svelte +32 -0
- package/dist/icons/ObiWindShaft90.svelte.d.ts +16 -0
- package/dist/icons/ObiWindShaft95.svelte +32 -0
- package/dist/icons/ObiWindShaft95.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindTrue2.svelte → ObiWindTrue0.svelte} +3 -3
- package/dist/icons/{ObiWindTrue2.svelte.d.ts → ObiWindTrue0.svelte.d.ts} +4 -4
- package/dist/icons/ObiWindTrue100.svelte +32 -0
- package/dist/icons/ObiWindTrue100.svelte.d.ts +16 -0
- package/dist/icons/{ObiWindShaft3.svelte → ObiWindTrue15.svelte} +3 -3
- package/dist/icons/{ObiWindTrue11.svelte.d.ts → ObiWindTrue15.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindShaft4.svelte → ObiWindTrue20.svelte} +3 -3
- package/dist/icons/{ObiWindTrue12.svelte.d.ts → ObiWindTrue20.svelte.d.ts} +4 -4
- package/dist/icons/{ObiWindShaft6.svelte → ObiWindTrue25.svelte} +3 -3
- package/dist/icons/{ObiWindTrue13.svelte.d.ts → ObiWindTrue25.svelte.d.ts} +4 -4
- package/dist/icons/ObiWindTrue30.svelte +32 -0
- package/dist/icons/{ObiWindTrue14.svelte.d.ts → ObiWindTrue30.svelte.d.ts} +4 -4
- package/dist/icons/ObiWindTrue35.svelte +32 -0
- package/dist/icons/ObiWindTrue35.svelte.d.ts +16 -0
- package/dist/icons/ObiWindTrue45.svelte +32 -0
- package/dist/icons/ObiWindTrue45.svelte.d.ts +16 -0
- package/dist/icons/ObiWindTrue50.svelte +32 -0
- package/dist/icons/ObiWindTrue50.svelte.d.ts +16 -0
- package/dist/icons/ObiWindTrue55.svelte +32 -0
- package/dist/icons/ObiWindTrue55.svelte.d.ts +16 -0
- package/dist/icons/ObiWindTrue60.svelte +32 -0
- package/dist/icons/ObiWindTrue60.svelte.d.ts +16 -0
- package/dist/icons/ObiWindTrue65.svelte +32 -0
- package/dist/icons/ObiWindTrue65.svelte.d.ts +16 -0
- package/dist/icons/ObiWindTrue70.svelte +32 -0
- package/dist/icons/ObiWindTrue70.svelte.d.ts +16 -0
- package/dist/index.d.ts +161 -33
- package/dist/index.js +161 -33
- package/dist/integration-systems/integration-bar/ObcIntegrationBar.svelte +88 -0
- package/dist/integration-systems/integration-bar/ObcIntegrationBar.svelte.d.ts +46 -0
- package/dist/integration-systems/integration-button/ObcIntegrationButton.svelte +19 -7
- package/dist/integration-systems/integration-button/ObcIntegrationButton.svelte.d.ts +10 -1
- package/dist/integration-systems/integration-dropdown-button/ObcIntegrationDropdownButton.svelte +3 -5
- package/dist/integration-systems/integration-dropdown-button/ObcIntegrationDropdownButton.svelte.d.ts +3 -10
- package/dist/integration-systems/integration-fleet-button/ObcIntegrationFleetButton.svelte +2 -1
- package/dist/integration-systems/integration-fleet-button/ObcIntegrationFleetButton.svelte.d.ts +1 -0
- package/dist/integration-systems/integration-vessel-menu/ObcIntegrationVesselMenu.svelte +50 -0
- package/dist/integration-systems/integration-vessel-menu/ObcIntegrationVesselMenu.svelte.d.ts +20 -0
- package/dist/integration-systems/integration-vessel-selector/ObcIntegrationVesselSelector.svelte +10 -2
- package/dist/integration-systems/integration-vessel-selector/ObcIntegrationVesselSelector.svelte.d.ts +2 -0
- package/dist/manual-icon/ObiAlertsCriticalTwotone.svelte +32 -0
- package/dist/manual-icon/ObiAlertsCriticalTwotone.svelte.d.ts +16 -0
- package/dist/manual-icon/ObiAlertsDiagnosticTwotone.svelte +32 -0
- package/dist/manual-icon/ObiAlertsDiagnosticTwotone.svelte.d.ts +16 -0
- package/dist/navigation-instruments/azimuth-thruster-labeled/ObcAzimuthThrusterLabeled.svelte +3 -0
- package/dist/navigation-instruments/azimuth-thruster-labeled/ObcAzimuthThrusterLabeled.svelte.d.ts +3 -0
- package/dist/navigation-instruments/compass/ObcCompass.svelte +18 -2
- package/dist/navigation-instruments/compass/ObcCompass.svelte.d.ts +17 -1
- package/dist/navigation-instruments/compass-flat/ObcCompassFlat.svelte +8 -1
- package/dist/navigation-instruments/compass-flat/ObcCompassFlat.svelte.d.ts +7 -0
- package/dist/navigation-instruments/compass-indicator/ObcCompassIndicator.svelte +11 -4
- package/dist/navigation-instruments/compass-indicator/ObcCompassIndicator.svelte.d.ts +11 -3
- package/dist/navigation-instruments/compass-sector/ObcCompassSector.svelte +27 -2
- package/dist/navigation-instruments/compass-sector/ObcCompassSector.svelte.d.ts +25 -0
- package/dist/navigation-instruments/depth-indicator/ObcDepthIndicator.svelte +33 -0
- package/dist/navigation-instruments/depth-indicator/ObcDepthIndicator.svelte.d.ts +20 -0
- package/dist/navigation-instruments/gauge-bar-indicator/ObcGaugeBarIndicator.svelte +34 -0
- package/dist/navigation-instruments/gauge-bar-indicator/ObcGaugeBarIndicator.svelte.d.ts +18 -0
- package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte +3 -3
- package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte.d.ts +3 -8
- package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte +12 -3
- package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte.d.ts +11 -1
- package/dist/navigation-instruments/gauge-radial-indicator/ObcGaugeRadialIndicator.svelte +40 -0
- package/dist/navigation-instruments/gauge-radial-indicator/ObcGaugeRadialIndicator.svelte.d.ts +25 -0
- package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte +3 -3
- package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte.d.ts +3 -8
- package/dist/navigation-instruments/gauge-trend-indicator/ObcGaugeTrendIndicator.svelte +38 -0
- package/dist/navigation-instruments/gauge-trend-indicator/ObcGaugeTrendIndicator.svelte.d.ts +25 -0
- package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte +3 -3
- package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte.d.ts +3 -8
- package/dist/navigation-instruments/heading-indicator/ObcHeadingIndicator.svelte +35 -0
- package/dist/navigation-instruments/heading-indicator/ObcHeadingIndicator.svelte.d.ts +22 -0
- package/dist/navigation-instruments/heave-indicator/ObcHeaveIndicator.svelte +33 -0
- package/dist/navigation-instruments/heave-indicator/ObcHeaveIndicator.svelte.d.ts +20 -0
- package/dist/navigation-instruments/indicator-graph/ObcIndicatorGraph.svelte +33 -0
- package/dist/navigation-instruments/indicator-graph/ObcIndicatorGraph.svelte.d.ts +20 -0
- package/dist/navigation-instruments/main-engine-indicator/ObcMainEngineIndicator.svelte +38 -0
- package/dist/navigation-instruments/main-engine-indicator/ObcMainEngineIndicator.svelte.d.ts +26 -0
- package/dist/navigation-instruments/pitch/ObcPitch.svelte +12 -1
- package/dist/navigation-instruments/pitch/ObcPitch.svelte.d.ts +11 -0
- package/dist/navigation-instruments/pitch-indicator/ObcPitchIndicator.svelte +33 -0
- package/dist/navigation-instruments/pitch-indicator/ObcPitchIndicator.svelte.d.ts +20 -0
- package/dist/navigation-instruments/pitch-roll/ObcPitchRoll.svelte +24 -1
- package/dist/navigation-instruments/pitch-roll/ObcPitchRoll.svelte.d.ts +23 -0
- package/dist/navigation-instruments/propulsion-azimuth-indicator/ObcPropulsionAzimuthIndicator.svelte +38 -0
- package/dist/navigation-instruments/propulsion-azimuth-indicator/ObcPropulsionAzimuthIndicator.svelte.d.ts +25 -0
- package/dist/navigation-instruments/propulsion-tunnel-thruster/ObcTunnelThruster.svelte +35 -0
- package/dist/navigation-instruments/propulsion-tunnel-thruster/ObcTunnelThruster.svelte.d.ts +19 -0
- package/dist/navigation-instruments/rate-of-turn/ObcRateOfTurn.svelte +6 -0
- package/dist/navigation-instruments/rate-of-turn/ObcRateOfTurn.svelte.d.ts +6 -0
- package/dist/navigation-instruments/readout/ObcReadout.svelte +161 -0
- package/dist/navigation-instruments/readout/ObcReadout.svelte.d.ts +104 -0
- package/dist/navigation-instruments/readout-advice/ObcReadoutAdvice.svelte +53 -0
- package/dist/navigation-instruments/readout-advice/ObcReadoutAdvice.svelte.d.ts +40 -0
- package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte +64 -0
- package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte.d.ts +46 -0
- package/dist/navigation-instruments/readout-setpoint/ObcReadoutSetpoint.svelte +63 -0
- package/dist/navigation-instruments/readout-setpoint/ObcReadoutSetpoint.svelte.d.ts +47 -0
- package/dist/navigation-instruments/roll/ObcRoll.svelte +13 -1
- package/dist/navigation-instruments/roll/ObcRoll.svelte.d.ts +12 -0
- package/dist/navigation-instruments/roll-indicator/ObcRollIndicator.svelte +33 -0
- package/dist/navigation-instruments/roll-indicator/ObcRollIndicator.svelte.d.ts +20 -0
- package/dist/navigation-instruments/rot-indicator/ObcRotIndicator.svelte +13 -2
- package/dist/navigation-instruments/rot-indicator/ObcRotIndicator.svelte.d.ts +15 -1
- package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte +10 -1
- package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte.d.ts +9 -0
- package/dist/navigation-instruments/rudder-indicator/ObcRudderIndicator.svelte +35 -0
- package/dist/navigation-instruments/rudder-indicator/ObcRudderIndicator.svelte.d.ts +22 -0
- package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte +9 -1
- package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte.d.ts +9 -1
- package/dist/navigation-instruments/speed-indicator/ObcSpeedIndicator.svelte +5 -3
- package/dist/navigation-instruments/speed-indicator/ObcSpeedIndicator.svelte.d.ts +6 -1
- package/dist/navigation-instruments/velocity-projection-plot/ObcVelocityProjectionPlot.svelte +4 -4
- package/dist/navigation-instruments/velocity-projection-plot/ObcVelocityProjectionPlot.svelte.d.ts +4 -4
- package/dist/navigation-instruments/watch/ObcWatch.svelte +17 -4
- package/dist/navigation-instruments/watch/ObcWatch.svelte.d.ts +14 -1
- package/dist/navigation-instruments/watch-flat/ObcWatchFlat.svelte +3 -1
- package/dist/navigation-instruments/watch-flat/ObcWatchFlat.svelte.d.ts +2 -0
- package/dist/navigation-instruments/wind/ObcWind.svelte +7 -4
- package/dist/navigation-instruments/wind/ObcWind.svelte.d.ts +6 -2
- package/dist/navigation-instruments/wind-indicator/ObcWindIndicator.svelte +29 -8
- package/dist/navigation-instruments/wind-indicator/ObcWindIndicator.svelte.d.ts +32 -6
- package/dist/navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte +62 -0
- package/dist/navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte.d.ts +51 -0
- package/dist/pages/alert-list-page-small/ObcAlertListPageSmall.svelte +5 -3
- package/dist/pages/alert-list-page-small/ObcAlertListPageSmall.svelte.d.ts +1 -0
- package/package.json +2 -2
- package/dist/icons/ObiWindApparent3.svelte.d.ts +0 -16
- package/dist/icons/ObiWindApparent4.svelte.d.ts +0 -16
- package/dist/icons/ObiWindApparent6.svelte +0 -32
- package/dist/icons/ObiWindApparent6.svelte.d.ts +0 -16
- package/dist/icons/ObiWindApparent7.svelte +0 -32
- package/dist/icons/ObiWindApparent7.svelte.d.ts +0 -16
- package/dist/icons/ObiWindApparent8.svelte +0 -32
- package/dist/icons/ObiWindApparent8.svelte.d.ts +0 -16
- package/dist/icons/ObiWindApparent9.svelte +0 -32
- package/dist/icons/ObiWindApparent9.svelte.d.ts +0 -16
- package/dist/icons/ObiWindShaft4.svelte.d.ts +0 -16
- package/dist/icons/ObiWindShaft6.svelte.d.ts +0 -16
- package/dist/icons/ObiWindShaft7.svelte +0 -32
- package/dist/icons/ObiWindShaft7.svelte.d.ts +0 -16
- package/dist/icons/ObiWindShaft8.svelte +0 -32
- package/dist/icons/ObiWindShaft8.svelte.d.ts +0 -16
- package/dist/icons/ObiWindShaft9.svelte +0 -32
- package/dist/icons/ObiWindShaft9.svelte.d.ts +0 -16
- package/dist/icons/ObiWindTrue11.svelte +0 -32
- package/dist/icons/ObiWindTrue12.svelte +0 -32
- package/dist/icons/ObiWindTrue13.svelte +0 -32
- package/dist/icons/ObiWindTrue14.svelte +0 -32
- package/dist/icons/ObiWindTrue7.svelte +0 -32
- package/dist/icons/ObiWindTrue7.svelte.d.ts +0 -16
- package/dist/icons/ObiWindTrue8.svelte +0 -32
- package/dist/icons/ObiWindTrue8.svelte.d.ts +0 -16
- package/dist/icons/ObiWindTrue9.svelte +0 -32
- package/dist/icons/ObiWindTrue9.svelte.d.ts +0 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/integration-systems/integration-button/integration-button.js';
|
|
2
|
-
import type { IntegrationButtonReadout } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-button/integration-button.js';
|
|
2
|
+
import type { IntegrationButtonReadout, IntegrationButtonVariant, IntegrationButtonType } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-button/integration-button.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -7,12 +7,18 @@ export interface Props {
|
|
|
7
7
|
hasTrailingIcon?: boolean;
|
|
8
8
|
hasTrailingIcon2?: boolean;
|
|
9
9
|
hasLeadingIcon?: boolean;
|
|
10
|
+
hasStatus?: boolean;
|
|
10
11
|
readouts?: IntegrationButtonReadout[];
|
|
11
12
|
disabled?: boolean;
|
|
13
|
+
activated?: boolean;
|
|
12
14
|
selected?: boolean;
|
|
13
15
|
dividerBottom?: boolean;
|
|
16
|
+
dividerRight?: boolean;
|
|
17
|
+
variant?: IntegrationButtonVariant;
|
|
18
|
+
type?: IntegrationButtonType;
|
|
14
19
|
}
|
|
15
20
|
export interface Events {
|
|
21
|
+
onClick?: (event: CustomEvent<unknown>) => void;
|
|
16
22
|
}
|
|
17
23
|
export interface Slots {
|
|
18
24
|
leadingIcon?: Snippet;
|
|
@@ -22,10 +28,13 @@ export interface Slots {
|
|
|
22
28
|
status?: Snippet;
|
|
23
29
|
infoLabel?: Snippet;
|
|
24
30
|
infoStatus?: Snippet;
|
|
31
|
+
integrationVesselMenu?: Snippet;
|
|
25
32
|
}
|
|
26
33
|
type $$ComponentProps = Props & Events & Slots;
|
|
27
34
|
declare const ObcIntegrationButton: import("svelte").Component<$$ComponentProps, {
|
|
28
35
|
IntegrationButtonReadout: typeof IntegrationButtonReadout;
|
|
36
|
+
IntegrationButtonVariant: typeof IntegrationButtonVariant;
|
|
37
|
+
IntegrationButtonType: typeof IntegrationButtonType;
|
|
29
38
|
}, "">;
|
|
30
39
|
type ObcIntegrationButton = ReturnType<typeof ObcIntegrationButton>;
|
|
31
40
|
export default ObcIntegrationButton;
|
package/dist/integration-systems/integration-dropdown-button/ObcIntegrationDropdownButton.svelte
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcIntegrationDropdownButtonChangeEvent} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
4
|
-
export type {HTMLTemplateResult} from 'lit';
|
|
3
|
+
export type {ObcIntegrationDropdownButtonChangeEvent, IntegrationDropdownOption} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
5
4
|
import '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
6
5
|
import { setProperties } from "../../util.js";
|
|
7
|
-
import type {ObcIntegrationDropdownButtonChangeEvent} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
8
|
-
import type {HTMLTemplateResult} from 'lit';
|
|
6
|
+
import type {ObcIntegrationDropdownButtonChangeEvent, IntegrationDropdownOption} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
9
7
|
import type { Snippet } from 'svelte';
|
|
10
8
|
|
|
11
9
|
export interface Props {
|
|
@@ -18,7 +16,7 @@ Example:
|
|
|
18
16
|
{ value: 'volvo', label: 'Volvo', icon: html`<obi-ship></obi-ship>` },
|
|
19
17
|
{ value: 'xc90', label: 'XC 90', icon: html`<obi-ship></obi-ship>` }
|
|
20
18
|
] */
|
|
21
|
-
options?:
|
|
19
|
+
options?: IntegrationDropdownOption[];
|
|
22
20
|
hasFleet?: boolean;
|
|
23
21
|
fleetLabel?: string;
|
|
24
22
|
/** The value of the currently selected option. */
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
2
|
-
import type { ObcIntegrationDropdownButtonChangeEvent } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
3
|
-
import type { HTMLTemplateResult } from 'lit';
|
|
2
|
+
import type { ObcIntegrationDropdownButtonChangeEvent, IntegrationDropdownOption } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
4
3
|
import type { Snippet } from 'svelte';
|
|
5
4
|
export interface Props {
|
|
6
5
|
class?: string;
|
|
@@ -12,13 +11,7 @@ Example:
|
|
|
12
11
|
{ value: 'volvo', label: 'Volvo', icon: html`<obi-ship></obi-ship>` },
|
|
13
12
|
{ value: 'xc90', label: 'XC 90', icon: html`<obi-ship></obi-ship>` }
|
|
14
13
|
] */
|
|
15
|
-
options?:
|
|
16
|
-
value: string;
|
|
17
|
-
label: string;
|
|
18
|
-
status?: string | undefined;
|
|
19
|
-
icon: HTMLTemplateResult;
|
|
20
|
-
disabled?: boolean | undefined;
|
|
21
|
-
}[];
|
|
14
|
+
options?: IntegrationDropdownOption[];
|
|
22
15
|
hasFleet?: boolean;
|
|
23
16
|
fleetLabel?: string;
|
|
24
17
|
/** The value of the currently selected option. */
|
|
@@ -39,7 +32,7 @@ export interface Slots {
|
|
|
39
32
|
type $$ComponentProps = Props & Events & Slots;
|
|
40
33
|
declare const ObcIntegrationDropdownButton: import("svelte").Component<$$ComponentProps, {
|
|
41
34
|
ObcIntegrationDropdownButtonChangeEvent: typeof ObcIntegrationDropdownButtonChangeEvent;
|
|
42
|
-
|
|
35
|
+
IntegrationDropdownOption: typeof IntegrationDropdownOption;
|
|
43
36
|
}, "">;
|
|
44
37
|
type ObcIntegrationDropdownButton = ReturnType<typeof ObcIntegrationDropdownButton>;
|
|
45
38
|
export default ObcIntegrationDropdownButton;
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
status?: string;
|
|
15
15
|
readouts?: IntegrationFleetButtonReadout[];
|
|
16
16
|
alertTopic?: string;
|
|
17
|
-
alerts?: { alarm: number; warning: number; caution: number; }
|
|
17
|
+
alerts?: { alarm: number; warning: number; caution: number; };
|
|
18
|
+
showAlerts?: boolean
|
|
18
19
|
}
|
|
19
20
|
export interface Events {
|
|
20
21
|
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
|
|
2
|
+
<script lang="ts">
|
|
3
|
+
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/integration-systems/integration-vessel-menu/integration-vessel-menu.js';
|
|
5
|
+
import { setProperties } from "../../util.js";
|
|
6
|
+
|
|
7
|
+
import type { Snippet } from 'svelte';
|
|
8
|
+
|
|
9
|
+
export interface Props {
|
|
10
|
+
class?: string;
|
|
11
|
+
style?: string;
|
|
12
|
+
hasActions?: boolean;
|
|
13
|
+
hasAlertList?: boolean;
|
|
14
|
+
hasContent?: boolean
|
|
15
|
+
}
|
|
16
|
+
export interface Events {
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
export interface Slots {
|
|
20
|
+
buttons?: Snippet;
|
|
21
|
+
content?: Snippet;
|
|
22
|
+
alarms?: Snippet
|
|
23
|
+
}
|
|
24
|
+
const { class: className, style, buttons, content, alarms, ...props} = $props<Props & Events & Slots>();
|
|
25
|
+
|
|
26
|
+
</script>
|
|
27
|
+
<obc-integration-vessel-menu
|
|
28
|
+
use:setProperties={props}
|
|
29
|
+
class={className}
|
|
30
|
+
style={style}
|
|
31
|
+
>
|
|
32
|
+
|
|
33
|
+
{#if buttons}
|
|
34
|
+
<div slot="buttons">
|
|
35
|
+
{@render buttons()}
|
|
36
|
+
</div>
|
|
37
|
+
{/if}
|
|
38
|
+
|
|
39
|
+
{#if content}
|
|
40
|
+
<div slot="content">
|
|
41
|
+
{@render content()}
|
|
42
|
+
</div>
|
|
43
|
+
{/if}
|
|
44
|
+
|
|
45
|
+
{#if alarms}
|
|
46
|
+
<div slot="alarms">
|
|
47
|
+
{@render alarms()}
|
|
48
|
+
</div>
|
|
49
|
+
{/if}
|
|
50
|
+
</obc-integration-vessel-menu>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/integration-systems/integration-vessel-menu/integration-vessel-menu.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
export interface Props {
|
|
4
|
+
class?: string;
|
|
5
|
+
style?: string;
|
|
6
|
+
hasActions?: boolean;
|
|
7
|
+
hasAlertList?: boolean;
|
|
8
|
+
hasContent?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface Events {
|
|
11
|
+
}
|
|
12
|
+
export interface Slots {
|
|
13
|
+
buttons?: Snippet;
|
|
14
|
+
content?: Snippet;
|
|
15
|
+
alarms?: Snippet;
|
|
16
|
+
}
|
|
17
|
+
type $$ComponentProps = Props & Events & Slots;
|
|
18
|
+
declare const ObcIntegrationVesselMenu: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
19
|
+
type ObcIntegrationVesselMenu = ReturnType<typeof ObcIntegrationVesselMenu>;
|
|
20
|
+
export default ObcIntegrationVesselMenu;
|
package/dist/integration-systems/integration-vessel-selector/ObcIntegrationVesselSelector.svelte
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export interface Props {
|
|
10
10
|
class?: string;
|
|
11
11
|
style?: string;
|
|
12
|
+
hasTopbar?: boolean;
|
|
12
13
|
hasFleet?: boolean
|
|
13
14
|
}
|
|
14
15
|
export interface Events {
|
|
@@ -16,9 +17,10 @@
|
|
|
16
17
|
}
|
|
17
18
|
export interface Slots {
|
|
18
19
|
children?: Snippet;
|
|
19
|
-
fleet?: Snippet
|
|
20
|
+
fleet?: Snippet;
|
|
21
|
+
topbar?: Snippet
|
|
20
22
|
}
|
|
21
|
-
const { class: className, style, children, fleet, ...props} = $props<Props & Events & Slots>();
|
|
23
|
+
const { class: className, style, children, fleet, topbar, ...props} = $props<Props & Events & Slots>();
|
|
22
24
|
|
|
23
25
|
</script>
|
|
24
26
|
<obc-integration-vessel-selector
|
|
@@ -36,4 +38,10 @@
|
|
|
36
38
|
{@render fleet()}
|
|
37
39
|
</div>
|
|
38
40
|
{/if}
|
|
41
|
+
|
|
42
|
+
{#if topbar}
|
|
43
|
+
<div slot="topbar">
|
|
44
|
+
{@render topbar()}
|
|
45
|
+
</div>
|
|
46
|
+
{/if}
|
|
39
47
|
</obc-integration-vessel-selector>
|
|
@@ -3,6 +3,7 @@ import type { Snippet } from 'svelte';
|
|
|
3
3
|
export interface Props {
|
|
4
4
|
class?: string;
|
|
5
5
|
style?: string;
|
|
6
|
+
hasTopbar?: boolean;
|
|
6
7
|
hasFleet?: boolean;
|
|
7
8
|
}
|
|
8
9
|
export interface Events {
|
|
@@ -10,6 +11,7 @@ export interface Events {
|
|
|
10
11
|
export interface Slots {
|
|
11
12
|
children?: Snippet;
|
|
12
13
|
fleet?: Snippet;
|
|
14
|
+
topbar?: Snippet;
|
|
13
15
|
}
|
|
14
16
|
type $$ComponentProps = Props & Events & Slots;
|
|
15
17
|
declare const ObcIntegrationVesselSelector: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
<script lang="ts">
|
|
3
|
+
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-critical-twotone.js';
|
|
5
|
+
import { setProperties } from "../util.js";
|
|
6
|
+
|
|
7
|
+
import type { Snippet } from 'svelte';
|
|
8
|
+
|
|
9
|
+
export interface Props {
|
|
10
|
+
class?: string;
|
|
11
|
+
style?: string;
|
|
12
|
+
useCssColor?: boolean
|
|
13
|
+
}
|
|
14
|
+
export interface Events {
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
export interface Slots {
|
|
18
|
+
children?: Snippet
|
|
19
|
+
}
|
|
20
|
+
const { class: className, style, children, ...props} = $props<Props & Events & Slots>();
|
|
21
|
+
|
|
22
|
+
</script>
|
|
23
|
+
<obi-alerts-critical-twotone
|
|
24
|
+
use:setProperties={props}
|
|
25
|
+
class={className}
|
|
26
|
+
style={style}
|
|
27
|
+
>
|
|
28
|
+
|
|
29
|
+
{#if children}
|
|
30
|
+
{@render children()}
|
|
31
|
+
{/if}
|
|
32
|
+
</obi-alerts-critical-twotone>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-critical-twotone.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
export interface Props {
|
|
4
|
+
class?: string;
|
|
5
|
+
style?: string;
|
|
6
|
+
useCssColor?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface Events {
|
|
9
|
+
}
|
|
10
|
+
export interface Slots {
|
|
11
|
+
children?: Snippet;
|
|
12
|
+
}
|
|
13
|
+
type $$ComponentProps = Props & Events & Slots;
|
|
14
|
+
declare const ObiAlertsCriticalTwotone: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
15
|
+
type ObiAlertsCriticalTwotone = ReturnType<typeof ObiAlertsCriticalTwotone>;
|
|
16
|
+
export default ObiAlertsCriticalTwotone;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
<script lang="ts">
|
|
3
|
+
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-diagnostic-twotone.js';
|
|
5
|
+
import { setProperties } from "../util.js";
|
|
6
|
+
|
|
7
|
+
import type { Snippet } from 'svelte';
|
|
8
|
+
|
|
9
|
+
export interface Props {
|
|
10
|
+
class?: string;
|
|
11
|
+
style?: string;
|
|
12
|
+
useCssColor?: boolean
|
|
13
|
+
}
|
|
14
|
+
export interface Events {
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
export interface Slots {
|
|
18
|
+
children?: Snippet
|
|
19
|
+
}
|
|
20
|
+
const { class: className, style, children, ...props} = $props<Props & Events & Slots>();
|
|
21
|
+
|
|
22
|
+
</script>
|
|
23
|
+
<obi-alerts-diagnostic-twotone
|
|
24
|
+
use:setProperties={props}
|
|
25
|
+
class={className}
|
|
26
|
+
style={style}
|
|
27
|
+
>
|
|
28
|
+
|
|
29
|
+
{#if children}
|
|
30
|
+
{@render children()}
|
|
31
|
+
{/if}
|
|
32
|
+
</obi-alerts-diagnostic-twotone>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-diagnostic-twotone.js';
|
|
2
|
+
import type { Snippet } from 'svelte';
|
|
3
|
+
export interface Props {
|
|
4
|
+
class?: string;
|
|
5
|
+
style?: string;
|
|
6
|
+
useCssColor?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface Events {
|
|
9
|
+
}
|
|
10
|
+
export interface Slots {
|
|
11
|
+
children?: Snippet;
|
|
12
|
+
}
|
|
13
|
+
type $$ComponentProps = Props & Events & Slots;
|
|
14
|
+
declare const ObiAlertsDiagnosticTwotone: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
15
|
+
type ObiAlertsDiagnosticTwotone = ReturnType<typeof ObiAlertsDiagnosticTwotone>;
|
|
16
|
+
export default ObiAlertsDiagnosticTwotone;
|
package/dist/navigation-instruments/azimuth-thruster-labeled/ObcAzimuthThrusterLabeled.svelte
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
<script lang="ts">
|
|
3
3
|
export type {CommandStatus} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/badge-command/badge-command.js';
|
|
4
4
|
export type {AzimuthThrusterLabeledSize} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.js';
|
|
5
|
+
export type {ReadoutVariant} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout.js';
|
|
5
6
|
export type {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';
|
|
6
7
|
export type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/advice.js';
|
|
7
8
|
export type {TickmarkStyle} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';
|
|
@@ -10,6 +11,7 @@ export type {PropellerType} from '@oicl/openbridge-webcomponents/dist/navigation
|
|
|
10
11
|
import { setProperties } from "../../util.js";
|
|
11
12
|
import type {CommandStatus} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/badge-command/badge-command.js';
|
|
12
13
|
import type {AzimuthThrusterLabeledSize} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.js';
|
|
14
|
+
import type {ReadoutVariant} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout.js';
|
|
13
15
|
import type {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';
|
|
14
16
|
import type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/advice.js';
|
|
15
17
|
import type {TickmarkStyle} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';
|
|
@@ -22,6 +24,7 @@ import type {PropellerType} from '@oicl/openbridge-webcomponents/dist/navigation
|
|
|
22
24
|
label?: string;
|
|
23
25
|
commandStatus?: CommandStatus;
|
|
24
26
|
size?: AzimuthThrusterLabeledSize;
|
|
27
|
+
readoutVariant?: ReadoutVariant;
|
|
25
28
|
angle?: number;
|
|
26
29
|
angleSetpoint?: number | undefined;
|
|
27
30
|
newAngleSetpoint?: number | undefined;
|
package/dist/navigation-instruments/azimuth-thruster-labeled/ObcAzimuthThrusterLabeled.svelte.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.js';
|
|
2
2
|
import type { CommandStatus } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/badge-command/badge-command.js';
|
|
3
3
|
import type { AzimuthThrusterLabeledSize } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.js';
|
|
4
|
+
import type { ReadoutVariant } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout.js';
|
|
4
5
|
import type { AngleAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js';
|
|
5
6
|
import type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/advice.js';
|
|
6
7
|
import type { TickmarkStyle } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/tickmark.js';
|
|
@@ -12,6 +13,7 @@ export interface Props {
|
|
|
12
13
|
label?: string;
|
|
13
14
|
commandStatus?: CommandStatus;
|
|
14
15
|
size?: AzimuthThrusterLabeledSize;
|
|
16
|
+
readoutVariant?: ReadoutVariant;
|
|
15
17
|
angle?: number;
|
|
16
18
|
angleSetpoint?: number | undefined;
|
|
17
19
|
newAngleSetpoint?: number | undefined;
|
|
@@ -44,6 +46,7 @@ type $$ComponentProps = Props & Events & Slots;
|
|
|
44
46
|
declare const ObcAzimuthThrusterLabeled: import("svelte").Component<$$ComponentProps, {
|
|
45
47
|
CommandStatus: typeof CommandStatus;
|
|
46
48
|
AzimuthThrusterLabeledSize: typeof AzimuthThrusterLabeledSize;
|
|
49
|
+
ReadoutVariant: typeof ReadoutVariant;
|
|
47
50
|
AngleAdvice: typeof AngleAdvice;
|
|
48
51
|
LinearAdvice: typeof LinearAdvice;
|
|
49
52
|
TickmarkStyle: typeof TickmarkStyle;
|
|
@@ -27,15 +27,31 @@ import type {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dis
|
|
|
27
27
|
animateSetpoint?: boolean;
|
|
28
28
|
touching?: boolean;
|
|
29
29
|
headingAdvices?: AngleAdvice[];
|
|
30
|
-
|
|
30
|
+
currentWindSpeedKnots?: number | null;
|
|
31
31
|
windFromDirection?: number | null;
|
|
32
32
|
currentSpeed?: number | null;
|
|
33
33
|
currentFromDirection?: number | null;
|
|
34
34
|
vesselImage?: VesselImage;
|
|
35
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
36
|
+
Drives both the bar extent and (after multiplication by
|
|
37
|
+
`rotDotAnimationFactor`) the spinning dot animation.
|
|
38
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
39
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
40
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
41
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
42
|
+
(≈1 rpm at 20°/min). */
|
|
43
|
+
rotDotAnimationFactor?: number;
|
|
35
44
|
rotationsPerMinute?: number;
|
|
36
45
|
rotType?: RotType;
|
|
37
46
|
rotPosition?: RotPosition;
|
|
38
|
-
|
|
47
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
48
|
+
full ±`rotArcExtent` arc when the measured ROT equals ±`rotMaxValue`.
|
|
49
|
+
Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
50
|
+
|
|
51
|
+
Note: prior to the introduction of `rateOfTurnDegreesPerMinute` this
|
|
52
|
+
property was interpreted in rotations per minute. The unit changed when
|
|
53
|
+
the physical ROT API was introduced. */
|
|
54
|
+
rotMaxValue?: number;
|
|
39
55
|
rotArcExtent?: number;
|
|
40
56
|
rotPortStarboard?: boolean;
|
|
41
57
|
rotAtZeroDeadband?: number;
|
|
@@ -19,14 +19,30 @@ export interface Props {
|
|
|
19
19
|
animateSetpoint?: boolean;
|
|
20
20
|
touching?: boolean;
|
|
21
21
|
headingAdvices?: AngleAdvice[];
|
|
22
|
-
|
|
22
|
+
currentWindSpeedKnots?: number | null;
|
|
23
23
|
windFromDirection?: number | null;
|
|
24
24
|
currentSpeed?: number | null;
|
|
25
25
|
currentFromDirection?: number | null;
|
|
26
26
|
vesselImage?: VesselImage;
|
|
27
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
28
|
+
Drives both the bar extent and (after multiplication by
|
|
29
|
+
`rotDotAnimationFactor`) the spinning dot animation.
|
|
30
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
31
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
32
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
33
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
34
|
+
(≈1 rpm at 20°/min). */
|
|
35
|
+
rotDotAnimationFactor?: number;
|
|
27
36
|
rotationsPerMinute?: number;
|
|
28
37
|
rotType?: RotType;
|
|
29
38
|
rotPosition?: RotPosition;
|
|
39
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
40
|
+
full ±`rotArcExtent` arc when the measured ROT equals ±`rotMaxValue`.
|
|
41
|
+
Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
42
|
+
|
|
43
|
+
Note: prior to the introduction of `rateOfTurnDegreesPerMinute` this
|
|
44
|
+
property was interpreted in rotations per minute. The unit changed when
|
|
45
|
+
the physical ROT API was introduced. */
|
|
30
46
|
rotMaxValue?: number;
|
|
31
47
|
rotArcExtent?: number;
|
|
32
48
|
rotPortStarboard?: boolean;
|
|
@@ -23,8 +23,15 @@ import type {RotType} from '@oicl/openbridge-webcomponents/dist/navigation-instr
|
|
|
23
23
|
priority?: Priority;
|
|
24
24
|
priorityElements?: CompassFlatPriorityElement[];
|
|
25
25
|
rotType?: RotType | undefined;
|
|
26
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
27
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
28
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
29
|
+
/** Visual amplification applied only to the spinning dot animation. */
|
|
30
|
+
rotDotAnimationFactor?: number;
|
|
26
31
|
rotationsPerMinute?: number;
|
|
27
|
-
|
|
32
|
+
/** Bar-extent reference value in **degrees per minute**. Default `60`
|
|
33
|
+
per ES-TRIN 2025/1 Art. 3.02. */
|
|
34
|
+
rotMaxValue?: number;
|
|
28
35
|
rotArcExtent?: number;
|
|
29
36
|
rotPortStarboard?: boolean;
|
|
30
37
|
rotAtZeroDeadband?: number
|
|
@@ -16,7 +16,14 @@ export interface Props {
|
|
|
16
16
|
priority?: Priority;
|
|
17
17
|
priorityElements?: CompassFlatPriorityElement[];
|
|
18
18
|
rotType?: RotType | undefined;
|
|
19
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
20
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
21
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
22
|
+
/** Visual amplification applied only to the spinning dot animation. */
|
|
23
|
+
rotDotAnimationFactor?: number;
|
|
19
24
|
rotationsPerMinute?: number;
|
|
25
|
+
/** Bar-extent reference value in **degrees per minute**. Default `60`
|
|
26
|
+
per ES-TRIN 2025/1 Art. 3.02. */
|
|
20
27
|
rotMaxValue?: number;
|
|
21
28
|
rotArcExtent?: number;
|
|
22
29
|
rotPortStarboard?: boolean;
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {
|
|
3
|
+
export type {CompassIndicatorType, CompassIndicatorDirection} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js';
|
|
4
4
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {
|
|
6
|
+
import type {CompassIndicatorType, CompassIndicatorDirection} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
10
10
|
class?: string;
|
|
11
11
|
style?: string;
|
|
12
12
|
angle?: number;
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
type?: CompassIndicatorType;
|
|
14
|
+
direction?: CompassIndicatorDirection;
|
|
15
|
+
/** When `true` (default) the compass face stays north-up and the arrow
|
|
16
|
+
rotates by `angle`. When `false` the arrow stays pointing up and the
|
|
17
|
+
compass face rotates instead (heading-up / course-up presentation).
|
|
18
|
+
|
|
19
|
+
Declared with `attribute: false` because the default is `true`; set it
|
|
20
|
+
via the JavaScript property (or framework binding) to opt out. */
|
|
21
|
+
northUp?: boolean
|
|
15
22
|
}
|
|
16
23
|
export interface Events {
|
|
17
24
|
|
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js';
|
|
2
|
-
import type {
|
|
2
|
+
import type { CompassIndicatorType, CompassIndicatorDirection } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
6
6
|
style?: string;
|
|
7
7
|
angle?: number;
|
|
8
|
-
|
|
8
|
+
type?: CompassIndicatorType;
|
|
9
|
+
direction?: CompassIndicatorDirection;
|
|
10
|
+
/** When `true` (default) the compass face stays north-up and the arrow
|
|
11
|
+
rotates by `angle`. When `false` the arrow stays pointing up and the
|
|
12
|
+
compass face rotates instead (heading-up / course-up presentation).
|
|
13
|
+
|
|
14
|
+
Declared with `attribute: false` because the default is `true`; set it
|
|
15
|
+
via the JavaScript property (or framework binding) to opt out. */
|
|
9
16
|
northUp?: boolean;
|
|
10
17
|
}
|
|
11
18
|
export interface Events {
|
|
@@ -15,7 +22,8 @@ export interface Slots {
|
|
|
15
22
|
}
|
|
16
23
|
type $$ComponentProps = Props & Events & Slots;
|
|
17
24
|
declare const ObcCompassIndicator: import("svelte").Component<$$ComponentProps, {
|
|
18
|
-
|
|
25
|
+
CompassIndicatorType: typeof CompassIndicatorType;
|
|
26
|
+
CompassIndicatorDirection: typeof CompassIndicatorDirection;
|
|
19
27
|
}, "">;
|
|
20
28
|
type ObcCompassIndicator = ReturnType<typeof ObcCompassIndicator>;
|
|
21
29
|
export default ObcCompassIndicator;
|
|
@@ -30,15 +30,40 @@ import type {CompassSectorPriorityElement} from '@oicl/openbridge-webcomponents/
|
|
|
30
30
|
minFOV?: number;
|
|
31
31
|
rotType?: RotType | undefined;
|
|
32
32
|
rotPosition?: RotPosition;
|
|
33
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
34
|
+
Drives both the bar extent and (after multiplication by
|
|
35
|
+
`rotDotAnimationFactor`) the spinning dot animation. When `undefined`,
|
|
36
|
+
falls back to the deprecated `rotationsPerMinute`. */
|
|
37
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
38
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
39
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
40
|
+
(≈1 rpm at 20°/min). */
|
|
41
|
+
rotDotAnimationFactor?: number;
|
|
33
42
|
rotationsPerMinute?: number;
|
|
34
|
-
|
|
43
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
44
|
+
full ±`ARC_HALF_EXTENT` arc when the measured ROT equals
|
|
45
|
+
±`rotMaxValue`. Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
46
|
+
|
|
47
|
+
Note: the unit changed from rotations per minute to degrees per minute
|
|
48
|
+
with the introduction of `rateOfTurnDegreesPerMinute`. */
|
|
49
|
+
rotMaxValue?: number;
|
|
35
50
|
rotPortStarboard?: boolean;
|
|
36
51
|
rotAtZeroDeadband?: number;
|
|
37
52
|
state?: InstrumentState;
|
|
38
53
|
priority?: Priority;
|
|
39
54
|
priorityElements?: CompassSectorPriorityElement[];
|
|
40
55
|
tickmarksInside?: boolean;
|
|
41
|
-
zoomToFitArc?: boolean
|
|
56
|
+
zoomToFitArc?: boolean;
|
|
57
|
+
/** When `true`, shows a centered `<obc-readout>` under the arc displaying the
|
|
58
|
+
heading (label `HDG`, unit `DEG`). The value color follows the HDG entry in
|
|
59
|
+
`priorityElements`, matching the HDG arrow. */
|
|
60
|
+
hasReadout?: boolean;
|
|
61
|
+
/** Readout label. Default `HDG`. */
|
|
62
|
+
label?: string;
|
|
63
|
+
/** Readout unit. Default `DEG`. */
|
|
64
|
+
unit?: string;
|
|
65
|
+
/** Number of fraction digits shown in the readout. Default `0`. */
|
|
66
|
+
fractionDigits?: number
|
|
42
67
|
}
|
|
43
68
|
export interface Events {
|
|
44
69
|
onNone?: (event: CustomEvent<unknown>) => void
|
|
@@ -22,7 +22,22 @@ export interface Props {
|
|
|
22
22
|
minFOV?: number;
|
|
23
23
|
rotType?: RotType | undefined;
|
|
24
24
|
rotPosition?: RotPosition;
|
|
25
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
26
|
+
Drives both the bar extent and (after multiplication by
|
|
27
|
+
`rotDotAnimationFactor`) the spinning dot animation. When `undefined`,
|
|
28
|
+
falls back to the deprecated `rotationsPerMinute`. */
|
|
29
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
30
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
31
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
32
|
+
(≈1 rpm at 20°/min). */
|
|
33
|
+
rotDotAnimationFactor?: number;
|
|
25
34
|
rotationsPerMinute?: number;
|
|
35
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
36
|
+
full ±`ARC_HALF_EXTENT` arc when the measured ROT equals
|
|
37
|
+
±`rotMaxValue`. Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
38
|
+
|
|
39
|
+
Note: the unit changed from rotations per minute to degrees per minute
|
|
40
|
+
with the introduction of `rateOfTurnDegreesPerMinute`. */
|
|
26
41
|
rotMaxValue?: number;
|
|
27
42
|
rotPortStarboard?: boolean;
|
|
28
43
|
rotAtZeroDeadband?: number;
|
|
@@ -31,6 +46,16 @@ export interface Props {
|
|
|
31
46
|
priorityElements?: CompassSectorPriorityElement[];
|
|
32
47
|
tickmarksInside?: boolean;
|
|
33
48
|
zoomToFitArc?: boolean;
|
|
49
|
+
/** When `true`, shows a centered `<obc-readout>` under the arc displaying the
|
|
50
|
+
heading (label `HDG`, unit `DEG`). The value color follows the HDG entry in
|
|
51
|
+
`priorityElements`, matching the HDG arrow. */
|
|
52
|
+
hasReadout?: boolean;
|
|
53
|
+
/** Readout label. Default `HDG`. */
|
|
54
|
+
label?: string;
|
|
55
|
+
/** Readout unit. Default `DEG`. */
|
|
56
|
+
unit?: string;
|
|
57
|
+
/** Number of fraction digits shown in the readout. Default `0`. */
|
|
58
|
+
fractionDigits?: number;
|
|
34
59
|
}
|
|
35
60
|
export interface Events {
|
|
36
61
|
onNone?: (event: CustomEvent<unknown>) => void;
|