@oicl/openbridge-webcomponents-svelte 2.0.0-next.9 → 2.0.0-next.90
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/ar/poi/ObcPoiAton.svelte +31 -2
- package/dist/ar/poi/ObcPoiAton.svelte.d.ts +33 -0
- package/dist/ar/poi/ObcPoiData.svelte +31 -2
- package/dist/ar/poi/ObcPoiData.svelte.d.ts +33 -0
- package/dist/ar/poi/ObcPoiVessel.svelte +31 -2
- package/dist/ar/poi/ObcPoiVessel.svelte.d.ts +33 -0
- package/dist/ar/poi-button/ObcPoiButtonAton.svelte +16 -2
- package/dist/ar/poi-button/ObcPoiButtonAton.svelte.d.ts +18 -0
- package/dist/ar/poi-button/ObcPoiButtonData.svelte +16 -2
- package/dist/ar/poi-button/ObcPoiButtonData.svelte.d.ts +18 -0
- package/dist/ar/poi-button/ObcPoiButtonVessel.svelte +16 -2
- package/dist/ar/poi-button/ObcPoiButtonVessel.svelte.d.ts +18 -0
- package/dist/ar/poi-object/ObcPoiObjectAton.svelte +8 -4
- package/dist/ar/poi-object/ObcPoiObjectAton.svelte.d.ts +7 -3
- package/dist/ar/poi-object/ObcPoiObjectData.svelte +5 -2
- package/dist/ar/poi-object/ObcPoiObjectData.svelte.d.ts +6 -1
- package/dist/ar/poi-object/ObcPoiObjectVessel.svelte +7 -2
- package/dist/ar/poi-object/ObcPoiObjectVessel.svelte.d.ts +6 -0
- package/dist/automation/analog-valve/ObcAnalogValve.svelte +32 -2
- package/dist/automation/analog-valve/ObcAnalogValve.svelte.d.ts +38 -1
- 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 +37 -3
- package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte.d.ts +43 -1
- package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte +36 -3
- package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte.d.ts +40 -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/automation/bipolar-transistor/ObcBipolarTransistor.svelte +39 -2
- package/dist/automation/bipolar-transistor/ObcBipolarTransistor.svelte.d.ts +44 -0
- package/dist/automation/capacitor/ObcCapacitor.svelte +39 -2
- package/dist/automation/capacitor/ObcCapacitor.svelte.d.ts +44 -0
- package/dist/automation/converter/ObcConverter.svelte +39 -2
- package/dist/automation/converter/ObcConverter.svelte.d.ts +44 -0
- package/dist/automation/damper/ObcDamper.svelte +37 -3
- package/dist/automation/damper/ObcDamper.svelte.d.ts +46 -1
- package/dist/automation/digital-valve/ObcDigitalValve.svelte +34 -2
- package/dist/automation/digital-valve/ObcDigitalValve.svelte.d.ts +38 -0
- package/dist/automation/diodes/ObcDiodes.svelte +39 -2
- package/dist/automation/diodes/ObcDiodes.svelte.d.ts +44 -0
- package/dist/automation/fan/ObcFan.svelte +42 -3
- package/dist/automation/fan/ObcFan.svelte.d.ts +52 -1
- package/dist/automation/filter/ObcFilter.svelte +39 -2
- package/dist/automation/filter/ObcFilter.svelte.d.ts +44 -0
- package/dist/automation/ground/ObcGround.svelte +39 -2
- package/dist/automation/ground/ObcGround.svelte.d.ts +44 -0
- package/dist/automation/logic/ObcLogic.svelte +39 -2
- package/dist/automation/logic/ObcLogic.svelte.d.ts +44 -0
- package/dist/automation/mosfet/ObcMosfet.svelte +39 -2
- package/dist/automation/mosfet/ObcMosfet.svelte.d.ts +44 -0
- package/dist/automation/motor/ObcMotor.svelte +42 -2
- package/dist/automation/motor/ObcMotor.svelte.d.ts +52 -1
- package/dist/automation/pump/ObcPump.svelte +42 -2
- package/dist/automation/pump/ObcPump.svelte.d.ts +52 -1
- package/dist/automation/resistor/ObcResistor.svelte +39 -2
- package/dist/automation/resistor/ObcResistor.svelte.d.ts +44 -0
- package/dist/automation/router/ObcRouter.svelte +39 -2
- package/dist/automation/router/ObcRouter.svelte.d.ts +44 -0
- package/dist/automation/source/ObcSource.svelte +39 -2
- package/dist/automation/source/ObcSource.svelte.d.ts +44 -0
- package/dist/automation/switch/ObcSwitch.svelte +39 -2
- package/dist/automation/switch/ObcSwitch.svelte.d.ts +44 -0
- package/dist/automation/transformer/ObcTransformer.svelte +39 -2
- package/dist/automation/transformer/ObcTransformer.svelte.d.ts +44 -0
- package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte +99 -2
- package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte.d.ts +108 -0
- 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/line-graph/ObcLineGraph.svelte +97 -3
- package/dist/bars-graphs/line-graph/ObcLineGraph.svelte.d.ts +110 -1
- 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 +24 -3
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte.d.ts +24 -8
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte +24 -3
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte.d.ts +24 -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 +27 -0
- package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte.d.ts +27 -0
- package/dist/building-blocks/readout-block/ObcReadoutBlock.svelte +77 -0
- package/dist/building-blocks/readout-block/ObcReadoutBlock.svelte.d.ts +67 -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-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/progress-bar/ObcProgressBar.svelte +34 -16
- package/dist/components/progress-bar/ObcProgressBar.svelte.d.ts +17 -1
- package/dist/components/progress-button/ObcProgressButton.svelte +49 -21
- package/dist/components/progress-button/ObcProgressButton.svelte.d.ts +18 -2
- 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 +27 -32
- package/dist/components/tab-item/ObcTabItem.svelte.d.ts +21 -23
- package/dist/components/tab-row/ObcTabRow.svelte +23 -15
- package/dist/components/tab-row/ObcTabRow.svelte.d.ts +16 -8
- package/dist/components/tag/ObcTag.svelte +3 -2
- package/dist/components/tag/ObcTag.svelte.d.ts +3 -1
- package/dist/components/textbox/ObcTextbox.svelte +42 -0
- package/dist/components/textbox/ObcTextbox.svelte.d.ts +25 -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 +163 -33
- package/dist/index.js +163 -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 +24 -3
- package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte.d.ts +24 -8
- package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte +41 -3
- package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte.d.ts +42 -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 +123 -5
- package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte.d.ts +132 -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 +24 -3
- package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte.d.ts +24 -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 +33 -3
- package/dist/navigation-instruments/pitch/ObcPitch.svelte.d.ts +30 -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/ObcReadoutList.svelte +35 -0
- package/dist/navigation-instruments/readout-list/ObcReadoutList.svelte.d.ts +19 -0
- package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte +91 -0
- package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte.d.ts +66 -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 +34 -3
- package/dist/navigation-instruments/roll/ObcRoll.svelte.d.ts +31 -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 +31 -1
- package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte.d.ts +30 -0
- package/dist/navigation-instruments/rudder/ObcRudder.svelte +21 -0
- package/dist/navigation-instruments/rudder/ObcRudder.svelte.d.ts +21 -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 +30 -1
- package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte.d.ts +30 -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/thruster/ObcThruster.svelte +21 -0
- package/dist/navigation-instruments/thruster/ObcThruster.svelte.d.ts +21 -0
- 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/components/alert-menu-item/alert-menu-item.js';
|
|
2
|
-
import type { ObcAlertMenuItemStatus } from '@oicl/openbridge-webcomponents/dist/components/alert-menu-item/alert-menu-item.js';
|
|
2
|
+
import type { ObcAlertMenuItemStatus, ObcAlertMenuItemActionState } from '@oicl/openbridge-webcomponents/dist/components/alert-menu-item/alert-menu-item.js';
|
|
3
3
|
import type { ObcMessageMenuItemSize } from '@oicl/openbridge-webcomponents/dist/components/message-menu-item/message-menu-item.js';
|
|
4
4
|
import type { Snippet } from 'svelte';
|
|
5
5
|
export interface Props {
|
|
@@ -34,9 +34,20 @@ Default is 'single-line'. */
|
|
|
34
34
|
size?: ObcMessageMenuItemSize;
|
|
35
35
|
/** Whether to animate the item's appearance (intro animation). */
|
|
36
36
|
animateIntro?: boolean;
|
|
37
|
+
/** The label for the secondary action button.
|
|
38
|
+
Unlike the primary (ACK) action, the secondary label is not derived from
|
|
39
|
+
`status`; it must be provided explicitly. The secondary action is only
|
|
40
|
+
shown when a non-empty label is set and `secondaryActionState` is not
|
|
41
|
+
`none`. */
|
|
42
|
+
secondaryActionLabel?: string;
|
|
43
|
+
/** [object Object],[object Object],[object Object] */
|
|
44
|
+
primaryActionState?: ObcAlertMenuItemActionState;
|
|
45
|
+
/** [object Object],[object Object],[object Object] */
|
|
46
|
+
secondaryActionState?: ObcAlertMenuItemActionState;
|
|
37
47
|
}
|
|
38
48
|
export interface Events {
|
|
39
49
|
onAckClick?: (event: CustomEvent<void>) => void;
|
|
50
|
+
onAckSecondaryClick?: (event: CustomEvent<void>) => void;
|
|
40
51
|
onItemClick?: (event: CustomEvent<void>) => void;
|
|
41
52
|
}
|
|
42
53
|
export interface Slots {
|
|
@@ -46,6 +57,7 @@ export interface Slots {
|
|
|
46
57
|
type $$ComponentProps = Props & Events & Slots;
|
|
47
58
|
declare const ObcAlertMenuItem: import("svelte").Component<$$ComponentProps, {
|
|
48
59
|
ObcAlertMenuItemStatus: typeof ObcAlertMenuItemStatus;
|
|
60
|
+
ObcAlertMenuItemActionState: typeof ObcAlertMenuItemActionState;
|
|
49
61
|
ObcMessageMenuItemSize: typeof ObcMessageMenuItemSize;
|
|
50
62
|
}, "">;
|
|
51
63
|
type ObcAlertMenuItem = ReturnType<typeof ObcAlertMenuItem>;
|
package/dist/components/automation-button-readout-stack/ObcAutomationButtonReadoutStack.svelte
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {AutomationButtonReadoutStack,
|
|
3
|
+
export type {AutomationButtonReadoutStack, AutomationButtonReadoutStackSize, IdTagOrientation} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
4
4
|
import '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {AutomationButtonReadoutStack,
|
|
6
|
+
import type {AutomationButtonReadoutStack, AutomationButtonReadoutStackSize, IdTagOrientation} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.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
|
readouts?: AutomationButtonReadoutStack[];
|
|
13
|
-
tag?:
|
|
13
|
+
tag?: string | null;
|
|
14
14
|
size?: AutomationButtonReadoutStackSize;
|
|
15
|
-
idTagOrientation?: IdTagOrientation
|
|
16
|
-
hasIdTag?: boolean
|
|
15
|
+
idTagOrientation?: IdTagOrientation
|
|
17
16
|
}
|
|
18
17
|
export interface Events {
|
|
19
18
|
|
package/dist/components/automation-button-readout-stack/ObcAutomationButtonReadoutStack.svelte.d.ts
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
2
|
-
import type { AutomationButtonReadoutStack,
|
|
2
|
+
import type { AutomationButtonReadoutStack, AutomationButtonReadoutStackSize, IdTagOrientation } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
6
6
|
style?: string;
|
|
7
7
|
readouts?: AutomationButtonReadoutStack[];
|
|
8
|
-
tag?:
|
|
8
|
+
tag?: string | null;
|
|
9
9
|
size?: AutomationButtonReadoutStackSize;
|
|
10
10
|
idTagOrientation?: IdTagOrientation;
|
|
11
|
-
hasIdTag?: boolean;
|
|
12
11
|
}
|
|
13
12
|
export interface Events {
|
|
14
13
|
}
|
|
@@ -18,7 +17,6 @@ export interface Slots {
|
|
|
18
17
|
type $$ComponentProps = Props & Events & Slots;
|
|
19
18
|
declare const ObcAutomationButtonReadoutStack: import("svelte").Component<$$ComponentProps, {
|
|
20
19
|
AutomationButtonReadoutStack: typeof AutomationButtonReadoutStack;
|
|
21
|
-
AutomationButtonReadoutStackTag: typeof AutomationButtonReadoutStackTag;
|
|
22
20
|
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
23
21
|
IdTagOrientation: typeof IdTagOrientation;
|
|
24
22
|
}, "">;
|
|
@@ -19,7 +19,7 @@ Set to `false` for symbolic or icon-only badges. */
|
|
|
19
19
|
showNumber?: boolean;
|
|
20
20
|
/** Visual style/type of the badge.
|
|
21
21
|
|
|
22
|
-
Possible values: `regular`, `alarm`, `warning`, `caution`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.
|
|
22
|
+
Possible values: `regular`, `alarm`, `warning`, `caution`, `level-critical`, `level-high`, `level-medium`, `level-low`, `level-diagnostic`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.
|
|
23
23
|
|
|
24
24
|
Defaults to `regular`. */
|
|
25
25
|
type?: string;
|
|
@@ -34,7 +34,7 @@ size?: string;
|
|
|
34
34
|
variant?: BadgeVariant;
|
|
35
35
|
/** Whether to show an icon in the badge.
|
|
36
36
|
|
|
37
|
-
For built-in types (`alarm`, `warning`, `caution`, `running`), a contextual icon is shown automatically.
|
|
37
|
+
For built-in types (`alarm`, `warning`, `caution`, the `level-*` severities, and `running`), a contextual icon is shown automatically.
|
|
38
38
|
For other types, provide a custom icon in the `badge-icon` slot. */
|
|
39
39
|
showIcon?: boolean
|
|
40
40
|
}
|
|
@@ -14,7 +14,7 @@ Set to `false` for symbolic or icon-only badges. */
|
|
|
14
14
|
showNumber?: boolean;
|
|
15
15
|
/** Visual style/type of the badge.
|
|
16
16
|
|
|
17
|
-
Possible values: `regular`, `alarm`, `warning`, `caution`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.
|
|
17
|
+
Possible values: `regular`, `alarm`, `warning`, `caution`, `level-critical`, `level-high`, `level-medium`, `level-low`, `level-diagnostic`, `running`, `notification`, `enhance`, `automation`, `outline`, `empty`.
|
|
18
18
|
|
|
19
19
|
Defaults to `regular`. */
|
|
20
20
|
type?: string;
|
|
@@ -29,7 +29,7 @@ Possible values: `regular` (default), `large`. */
|
|
|
29
29
|
variant?: BadgeVariant;
|
|
30
30
|
/** Whether to show an icon in the badge.
|
|
31
31
|
|
|
32
|
-
For built-in types (`alarm`, `warning`, `caution`, `running`), a contextual icon is shown automatically.
|
|
32
|
+
For built-in types (`alarm`, `warning`, `caution`, the `level-*` severities, and `running`), a contextual icon is shown automatically.
|
|
33
33
|
For other types, provide a custom icon in the `badge-icon` slot. */
|
|
34
34
|
showIcon?: boolean;
|
|
35
35
|
}
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
|
|
15
15
|
When `hasDialog` is false, the card is a static container. When true, clicking the card opens a modal dialog overlay, displaying content from the `dialog-title` and `dialog-content` slots. */
|
|
16
16
|
hasDialog?: boolean;
|
|
17
|
-
/** Total time in
|
|
17
|
+
/** Total time in seconds before the dialog auto-closes. Use `0` to disable auto-close.
|
|
18
18
|
|
|
19
|
-
When
|
|
19
|
+
When greater than zero, the dialog closes after this duration unless reset by user activity. The countdown indicator appears for the last `dialogVisibleTimerSeconds` seconds. */
|
|
20
20
|
dialogTimeOutSeconds?: number;
|
|
21
|
-
/** Duration in
|
|
21
|
+
/** Duration in seconds for which the countdown indicator is shown before auto-dismiss.
|
|
22
22
|
|
|
23
|
-
The countdown indicator is visible for the last `dialogVisibleTimerSeconds`
|
|
23
|
+
The countdown indicator is visible for the last `dialogVisibleTimerSeconds` seconds of the dialog's lifetime when auto-close is enabled. User activity resets the timer. */
|
|
24
24
|
dialogVisibleTimerSeconds?: number
|
|
25
25
|
}
|
|
26
26
|
export interface Events {
|
|
@@ -8,13 +8,13 @@ export interface Props {
|
|
|
8
8
|
|
|
9
9
|
When `hasDialog` is false, the card is a static container. When true, clicking the card opens a modal dialog overlay, displaying content from the `dialog-title` and `dialog-content` slots. */
|
|
10
10
|
hasDialog?: boolean;
|
|
11
|
-
/** Total time in
|
|
11
|
+
/** Total time in seconds before the dialog auto-closes. Use `0` to disable auto-close.
|
|
12
12
|
|
|
13
|
-
When
|
|
13
|
+
When greater than zero, the dialog closes after this duration unless reset by user activity. The countdown indicator appears for the last `dialogVisibleTimerSeconds` seconds. */
|
|
14
14
|
dialogTimeOutSeconds?: number;
|
|
15
|
-
/** Duration in
|
|
15
|
+
/** Duration in seconds for which the countdown indicator is shown before auto-dismiss.
|
|
16
16
|
|
|
17
|
-
The countdown indicator is visible for the last `dialogVisibleTimerSeconds`
|
|
17
|
+
The countdown indicator is visible for the last `dialogVisibleTimerSeconds` seconds of the dialog's lifetime when auto-close is enabled. User activity resets the timer. */
|
|
18
18
|
dialogVisibleTimerSeconds?: number;
|
|
19
19
|
}
|
|
20
20
|
export interface Events {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcDropdownButtonChangeEvent, DropdownButtonType} from '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
3
|
+
export type {ObcDropdownButtonChangeEvent, DropdownButtonOption, DropdownButtonType} from '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
4
4
|
import '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcDropdownButtonChangeEvent, DropdownButtonType} from '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
6
|
+
import type {ObcDropdownButtonChangeEvent, DropdownButtonOption, DropdownButtonType} from '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -16,12 +16,17 @@ Example:
|
|
|
16
16
|
{ value: 'volvo', label: 'Volvo' },
|
|
17
17
|
{ value: 'xc90', label: 'XC 90', level: 2 }
|
|
18
18
|
] */
|
|
19
|
-
options?:
|
|
19
|
+
options?: DropdownButtonOption[];
|
|
20
20
|
/** The value of the currently selected option. If not set, defaults to the first option in the list. */
|
|
21
21
|
value?: string | undefined;
|
|
22
22
|
disabled?: boolean;
|
|
23
23
|
/** If true, the select expands to fill the width of its container. Default is false. */
|
|
24
24
|
fullWidth?: boolean;
|
|
25
|
+
/** If true, a `value` that does not match any option leaves the button with no option selected,
|
|
26
|
+
showing `placeholder` instead of defaulting to the first option. Default is false. */
|
|
27
|
+
allowEmptySelection?: boolean;
|
|
28
|
+
/** Text shown when nothing is selected and `allowEmptySelection` is true. Default is an empty string. */
|
|
29
|
+
placeholder?: string;
|
|
25
30
|
/** Controls the button's display type.
|
|
26
31
|
- `label`: Text label only (default)
|
|
27
32
|
- `icon`: Icon only, no label
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
2
|
-
import type { ObcDropdownButtonChangeEvent, DropdownButtonType } from '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
2
|
+
import type { ObcDropdownButtonChangeEvent, DropdownButtonOption, DropdownButtonType } from '@oicl/openbridge-webcomponents/dist/components/dropdown-button/dropdown-button.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -11,16 +11,17 @@ Example:
|
|
|
11
11
|
{ value: 'volvo', label: 'Volvo' },
|
|
12
12
|
{ value: 'xc90', label: 'XC 90', level: 2 }
|
|
13
13
|
] */
|
|
14
|
-
options?:
|
|
15
|
-
value: string;
|
|
16
|
-
label: string;
|
|
17
|
-
level?: number | undefined;
|
|
18
|
-
}[];
|
|
14
|
+
options?: DropdownButtonOption[];
|
|
19
15
|
/** The value of the currently selected option. If not set, defaults to the first option in the list. */
|
|
20
16
|
value?: string | undefined;
|
|
21
17
|
disabled?: boolean;
|
|
22
18
|
/** If true, the select expands to fill the width of its container. Default is false. */
|
|
23
19
|
fullWidth?: boolean;
|
|
20
|
+
/** If true, a `value` that does not match any option leaves the button with no option selected,
|
|
21
|
+
showing `placeholder` instead of defaulting to the first option. Default is false. */
|
|
22
|
+
allowEmptySelection?: boolean;
|
|
23
|
+
/** Text shown when nothing is selected and `allowEmptySelection` is true. Default is an empty string. */
|
|
24
|
+
placeholder?: string;
|
|
24
25
|
/** Controls the button's display type.
|
|
25
26
|
- `label`: Text label only (default)
|
|
26
27
|
- `icon`: Icon only, no label
|
|
@@ -43,6 +44,7 @@ export interface Slots {
|
|
|
43
44
|
type $$ComponentProps = Props & Events & Slots;
|
|
44
45
|
declare const ObcDropdownButton: import("svelte").Component<$$ComponentProps, {
|
|
45
46
|
ObcDropdownButtonChangeEvent: typeof ObcDropdownButtonChangeEvent;
|
|
47
|
+
DropdownButtonOption: typeof DropdownButtonOption;
|
|
46
48
|
DropdownButtonType: typeof DropdownButtonType;
|
|
47
49
|
}, "">;
|
|
48
50
|
type ObcDropdownButton = ReturnType<typeof ObcDropdownButton>;
|
|
@@ -39,9 +39,9 @@ required?: boolean
|
|
|
39
39
|
}
|
|
40
40
|
export interface Slots {
|
|
41
41
|
leadingIcon?: Snippet;
|
|
42
|
-
|
|
42
|
+
labelSnippet?: Snippet
|
|
43
43
|
}
|
|
44
|
-
const {onChange, class: className, style, leadingIcon,
|
|
44
|
+
const {onChange, class: className, style, leadingIcon, labelSnippet, ...props} = $props<Props & Events & Slots>();
|
|
45
45
|
|
|
46
46
|
</script>
|
|
47
47
|
<obc-elevated-card-radio
|
|
@@ -56,9 +56,9 @@ required?: boolean
|
|
|
56
56
|
</div>
|
|
57
57
|
{/if}
|
|
58
58
|
|
|
59
|
-
{#if
|
|
59
|
+
{#if labelSnippet}
|
|
60
60
|
<div slot="label">
|
|
61
|
-
{@render
|
|
61
|
+
{@render labelSnippet()}
|
|
62
62
|
</div>
|
|
63
63
|
{/if}
|
|
64
64
|
</obc-elevated-card-radio>
|
|
@@ -34,7 +34,7 @@ export interface Events {
|
|
|
34
34
|
}
|
|
35
35
|
export interface Slots {
|
|
36
36
|
leadingIcon?: Snippet;
|
|
37
|
-
|
|
37
|
+
labelSnippet?: Snippet;
|
|
38
38
|
}
|
|
39
39
|
type $$ComponentProps = Props & Events & Slots;
|
|
40
40
|
declare const ObcElevatedCardRadio: import("svelte").Component<$$ComponentProps, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcElevatedCardRadioGroupChangeEvent} from '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
3
|
+
export type {ObcElevatedCardRadioGroupChangeEvent, ElevatedCardRadioGroupOption} from '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
4
4
|
import '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcElevatedCardRadioGroupChangeEvent} from '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
6
|
+
import type {ObcElevatedCardRadioGroupChangeEvent, ElevatedCardRadioGroupOption} from '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
/** Array of options to display as card radios. Each option should be an object with a `label` (displayed text) and a `value` (submitted value).
|
|
13
13
|
|
|
14
14
|
Example: `[{label: 'Option 1', value: '1'}, {label: 'Option 2', value: '2'}]` */
|
|
15
|
-
options?:
|
|
15
|
+
options?: ElevatedCardRadioGroupOption[];
|
|
16
16
|
/** Shared name for all radio inputs in the group. Ensures native radio group behavior and correct form submission.
|
|
17
17
|
|
|
18
18
|
Default: `'default'` */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
2
|
-
import type { ObcElevatedCardRadioGroupChangeEvent } from '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
2
|
+
import type { ObcElevatedCardRadioGroupChangeEvent, ElevatedCardRadioGroupOption } from '@oicl/openbridge-webcomponents/dist/components/elevated-card-radio-group/elevated-card-radio-group.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -7,10 +7,7 @@ export interface Props {
|
|
|
7
7
|
/** Array of options to display as card radios. Each option should be an object with a `label` (displayed text) and a `value` (submitted value).
|
|
8
8
|
|
|
9
9
|
Example: `[{label: 'Option 1', value: '1'}, {label: 'Option 2', value: '2'}]` */
|
|
10
|
-
options?:
|
|
11
|
-
label: string;
|
|
12
|
-
value: string;
|
|
13
|
-
}[];
|
|
10
|
+
options?: ElevatedCardRadioGroupOption[];
|
|
14
11
|
/** Shared name for all radio inputs in the group. Ensures native radio group behavior and correct form submission.
|
|
15
12
|
|
|
16
13
|
Default: `'default'` */
|
|
@@ -33,6 +30,7 @@ export interface Slots {
|
|
|
33
30
|
type $$ComponentProps = Props & Events & Slots;
|
|
34
31
|
declare const ObcElevatedCardRadioGroup: import("svelte").Component<$$ComponentProps, {
|
|
35
32
|
ObcElevatedCardRadioGroupChangeEvent: typeof ObcElevatedCardRadioGroupChangeEvent;
|
|
33
|
+
ElevatedCardRadioGroupOption: typeof ElevatedCardRadioGroupOption;
|
|
36
34
|
}, "">;
|
|
37
35
|
type ObcElevatedCardRadioGroup = ReturnType<typeof ObcElevatedCardRadioGroup>;
|
|
38
36
|
export default ObcElevatedCardRadioGroup;
|
|
@@ -54,10 +54,10 @@ lineType?: ObcFloatingItemLineType
|
|
|
54
54
|
description?: Snippet;
|
|
55
55
|
time?: Snippet;
|
|
56
56
|
day?: Snippet;
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
actionSnippet?: Snippet;
|
|
58
|
+
action2Snippet?: Snippet
|
|
59
59
|
}
|
|
60
|
-
const {onActionClick, onAction2Click, onDismissClick, class: className, style, primaryIcon, secondaryIcon, title, description, time, day,
|
|
60
|
+
const {onActionClick, onAction2Click, onDismissClick, class: className, style, primaryIcon, secondaryIcon, title, description, time, day, actionSnippet, action2Snippet, ...props} = $props<Props & Events & Slots>();
|
|
61
61
|
|
|
62
62
|
</script>
|
|
63
63
|
<obc-floating-item
|
|
@@ -104,15 +104,15 @@ lineType?: ObcFloatingItemLineType
|
|
|
104
104
|
</div>
|
|
105
105
|
{/if}
|
|
106
106
|
|
|
107
|
-
{#if
|
|
107
|
+
{#if actionSnippet}
|
|
108
108
|
<div slot="action">
|
|
109
|
-
{@render
|
|
109
|
+
{@render actionSnippet()}
|
|
110
110
|
</div>
|
|
111
111
|
{/if}
|
|
112
112
|
|
|
113
|
-
{#if
|
|
113
|
+
{#if action2Snippet}
|
|
114
114
|
<div slot="action2">
|
|
115
|
-
{@render
|
|
115
|
+
{@render action2Snippet()}
|
|
116
116
|
</div>
|
|
117
117
|
{/if}
|
|
118
118
|
</obc-floating-item>
|
|
@@ -49,8 +49,8 @@ export interface Slots {
|
|
|
49
49
|
description?: Snippet;
|
|
50
50
|
time?: Snippet;
|
|
51
51
|
day?: Snippet;
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
actionSnippet?: Snippet;
|
|
53
|
+
action2Snippet?: Snippet;
|
|
54
54
|
}
|
|
55
55
|
type $$ComponentProps = Props & Events & Slots;
|
|
56
56
|
declare const ObcFloatingItem: import("svelte").Component<$$ComponentProps, {
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
}
|
|
18
18
|
export interface Slots {
|
|
19
19
|
title?: Snippet;
|
|
20
|
-
|
|
20
|
+
contentTitleSnippet?: Snippet;
|
|
21
21
|
children?: Snippet;
|
|
22
22
|
footer?: Snippet
|
|
23
23
|
}
|
|
24
|
-
const { class: className, style, title,
|
|
24
|
+
const { class: className, style, title, contentTitleSnippet, children, footer, ...props} = $props<Props & Events & Slots>();
|
|
25
25
|
|
|
26
26
|
</script>
|
|
27
27
|
<obc-form-container
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
</div>
|
|
37
37
|
{/if}
|
|
38
38
|
|
|
39
|
-
{#if
|
|
39
|
+
{#if contentTitleSnippet}
|
|
40
40
|
<div slot="content-title">
|
|
41
|
-
{@render
|
|
41
|
+
{@render contentTitleSnippet()}
|
|
42
42
|
</div>
|
|
43
43
|
{/if}
|
|
44
44
|
|
|
@@ -35,23 +35,25 @@ Use to indicate ongoing actions or loading states.
|
|
|
35
35
|
If undefined, no progress indicator is shown. */
|
|
36
36
|
progress?: number | undefined;
|
|
37
37
|
/** If true, displays a label below the icon using the `label` slot. */
|
|
38
|
-
hasLabel?: boolean
|
|
38
|
+
hasLabel?: boolean;
|
|
39
|
+
/** If false, and cornerLeft or cornerRight is true, the divider is not shown. */
|
|
40
|
+
showDivider?: boolean
|
|
39
41
|
}
|
|
40
42
|
export interface Events {
|
|
41
|
-
|
|
43
|
+
onClick?: (event: CustomEvent<unknown>) => void
|
|
42
44
|
}
|
|
43
45
|
export interface Slots {
|
|
44
46
|
children?: Snippet;
|
|
45
47
|
label?: Snippet
|
|
46
48
|
}
|
|
47
|
-
const { class: className, style, children, label, ...props} = $props<Props & Events & Slots>();
|
|
49
|
+
const {onClick, class: className, style, children, label, ...props} = $props<Props & Events & Slots>();
|
|
48
50
|
|
|
49
51
|
</script>
|
|
50
52
|
<obc-icon-button
|
|
51
53
|
use:setProperties={props}
|
|
52
54
|
class={className}
|
|
53
55
|
style={style}
|
|
54
|
-
|
|
56
|
+
onclick={onClick} >
|
|
55
57
|
|
|
56
58
|
{#if children}
|
|
57
59
|
{@render children()}
|
|
@@ -31,8 +31,11 @@ If undefined, no progress indicator is shown. */
|
|
|
31
31
|
progress?: number | undefined;
|
|
32
32
|
/** If true, displays a label below the icon using the `label` slot. */
|
|
33
33
|
hasLabel?: boolean;
|
|
34
|
+
/** If false, and cornerLeft or cornerRight is true, the divider is not shown. */
|
|
35
|
+
showDivider?: boolean;
|
|
34
36
|
}
|
|
35
37
|
export interface Events {
|
|
38
|
+
onClick?: (event: CustomEvent<unknown>) => void;
|
|
36
39
|
}
|
|
37
40
|
export interface Slots {
|
|
38
41
|
children?: Snippet;
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
time?: string;
|
|
20
20
|
primaryActionLabel?: string;
|
|
21
21
|
secondaryActionLabel?: string;
|
|
22
|
+
enablePrimaryAction?: boolean;
|
|
23
|
+
enableSecondaryAction?: boolean;
|
|
22
24
|
hasPrimaryIcon?: boolean;
|
|
23
25
|
hasSecondaryIcon?: boolean;
|
|
24
26
|
hasTrailingIcon?: boolean;
|
|
@@ -31,14 +33,14 @@
|
|
|
31
33
|
onSecondaryActionClick?: (event: CustomEvent<void>) => void
|
|
32
34
|
}
|
|
33
35
|
export interface Slots {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
+
titleSnippet?: Snippet;
|
|
37
|
+
descriptionSnippet?: Snippet;
|
|
36
38
|
actionLabel?: Snippet;
|
|
37
39
|
primaryIcon?: Snippet;
|
|
38
40
|
secondaryIcon?: Snippet;
|
|
39
41
|
trailingIcon?: Snippet
|
|
40
42
|
}
|
|
41
|
-
const {onMessageClick, onPrimaryActionClick, onSecondaryActionClick, class: className, style,
|
|
43
|
+
const {onMessageClick, onPrimaryActionClick, onSecondaryActionClick, class: className, style, titleSnippet, descriptionSnippet, actionLabel, primaryIcon, secondaryIcon, trailingIcon, ...props} = $props<Props & Events & Slots>();
|
|
42
44
|
|
|
43
45
|
</script>
|
|
44
46
|
<obc-message-menu-item
|
|
@@ -49,15 +51,15 @@
|
|
|
49
51
|
onprimary-action-click={onPrimaryActionClick}
|
|
50
52
|
onsecondary-action-click={onSecondaryActionClick} >
|
|
51
53
|
|
|
52
|
-
{#if
|
|
54
|
+
{#if titleSnippet}
|
|
53
55
|
<div slot="title">
|
|
54
|
-
{@render
|
|
56
|
+
{@render titleSnippet()}
|
|
55
57
|
</div>
|
|
56
58
|
{/if}
|
|
57
59
|
|
|
58
|
-
{#if
|
|
60
|
+
{#if descriptionSnippet}
|
|
59
61
|
<div slot="description">
|
|
60
|
-
{@render
|
|
62
|
+
{@render descriptionSnippet()}
|
|
61
63
|
</div>
|
|
62
64
|
{/if}
|
|
63
65
|
|
|
@@ -14,6 +14,8 @@ export interface Props {
|
|
|
14
14
|
time?: string;
|
|
15
15
|
primaryActionLabel?: string;
|
|
16
16
|
secondaryActionLabel?: string;
|
|
17
|
+
enablePrimaryAction?: boolean;
|
|
18
|
+
enableSecondaryAction?: boolean;
|
|
17
19
|
hasPrimaryIcon?: boolean;
|
|
18
20
|
hasSecondaryIcon?: boolean;
|
|
19
21
|
hasTrailingIcon?: boolean;
|
|
@@ -28,8 +30,8 @@ export interface Events {
|
|
|
28
30
|
onSecondaryActionClick?: (event: CustomEvent<void>) => void;
|
|
29
31
|
}
|
|
30
32
|
export interface Slots {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
titleSnippet?: Snippet;
|
|
34
|
+
descriptionSnippet?: Snippet;
|
|
33
35
|
actionLabel?: Snippet;
|
|
34
36
|
primaryIcon?: Snippet;
|
|
35
37
|
secondaryIcon?: Snippet;
|
|
@@ -14,7 +14,11 @@ size?: ObcModalWindowSize;
|
|
|
14
14
|
/** Whether to show an optional third action button. */
|
|
15
15
|
hasOptionalAction?: boolean;
|
|
16
16
|
/** Whether to show the leading icon slot in the header. */
|
|
17
|
-
hasLeadingIcon?: boolean
|
|
17
|
+
hasLeadingIcon?: boolean;
|
|
18
|
+
/** Whether to show the footer cancel button. */
|
|
19
|
+
hasCancelAction?: boolean;
|
|
20
|
+
/** Whether to show the header close (X) button. */
|
|
21
|
+
hasCloseAction?: boolean
|
|
18
22
|
}
|
|
19
23
|
export interface Events {
|
|
20
24
|
onCloseClick?: (event: CustomEvent<unknown>) => void;
|
|
@@ -10,6 +10,10 @@ export interface Props {
|
|
|
10
10
|
hasOptionalAction?: boolean;
|
|
11
11
|
/** Whether to show the leading icon slot in the header. */
|
|
12
12
|
hasLeadingIcon?: boolean;
|
|
13
|
+
/** Whether to show the footer cancel button. */
|
|
14
|
+
hasCancelAction?: boolean;
|
|
15
|
+
/** Whether to show the header close (X) button. */
|
|
16
|
+
hasCloseAction?: boolean;
|
|
13
17
|
}
|
|
14
18
|
export interface Events {
|
|
15
19
|
onCloseClick?: (event: CustomEvent<unknown>) => void;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
3
|
export type {ObcNavigationMenuVariant} from '@oicl/openbridge-webcomponents/dist/components/navigation-menu/navigation-menu.js';
|
|
4
|
+
export type {TreeBranchType, TreeNavigationItemAlerts} from '@oicl/openbridge-webcomponents/dist/components/tree-navigation-item/tree-navigation-item.js';
|
|
4
5
|
import '@oicl/openbridge-webcomponents/dist/components/navigation-item/navigation-item.js';
|
|
5
6
|
import { setProperties } from "../../util.js";
|
|
6
7
|
import type {ObcNavigationMenuVariant} from '@oicl/openbridge-webcomponents/dist/components/navigation-menu/navigation-menu.js';
|
|
8
|
+
import type {TreeBranchType, TreeNavigationItemAlerts} from '@oicl/openbridge-webcomponents/dist/components/tree-navigation-item/tree-navigation-item.js';
|
|
7
9
|
import type { Snippet } from 'svelte';
|
|
8
10
|
|
|
9
11
|
export interface Props {
|
|
@@ -31,7 +33,16 @@ Only relevant when `group` is true. */
|
|
|
31
33
|
groupSelected?: boolean;
|
|
32
34
|
/** Whether the item has a leading icon. */
|
|
33
35
|
hasIcon?: boolean;
|
|
34
|
-
hasTrailingIcon?: boolean
|
|
36
|
+
hasTrailingIcon?: boolean;
|
|
37
|
+
/** Set by `obc-navigation-menu` in its Tree variant — renders the row as a tree item. */
|
|
38
|
+
treeMode?: boolean;
|
|
39
|
+
/** Indentation columns for tree mode, assigned by `obc-navigation-menu`. */
|
|
40
|
+
treeBranches?: TreeBranchType[];
|
|
41
|
+
/** Terminal type for the row in the Tree variant — one of `regular` (default),
|
|
42
|
+
`aggregated-header`, or `group-header`. Has no effect in the flat variants. */
|
|
43
|
+
terminalType?: string;
|
|
44
|
+
/** [object Object],[object Object],[object Object] */
|
|
45
|
+
alerts?: TreeNavigationItemAlerts | undefined
|
|
35
46
|
}
|
|
36
47
|
export interface Events {
|
|
37
48
|
onClick?: (event: CustomEvent<void>) => void
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/navigation-item/navigation-item.js';
|
|
2
2
|
import type { ObcNavigationMenuVariant } from '@oicl/openbridge-webcomponents/dist/components/navigation-menu/navigation-menu.js';
|
|
3
|
+
import type { TreeBranchType, TreeNavigationItemAlerts } from '@oicl/openbridge-webcomponents/dist/components/tree-navigation-item/tree-navigation-item.js';
|
|
3
4
|
import type { Snippet } from 'svelte';
|
|
4
5
|
export interface Props {
|
|
5
6
|
class?: string;
|
|
@@ -27,6 +28,15 @@ Only relevant when `group` is true. */
|
|
|
27
28
|
/** Whether the item has a leading icon. */
|
|
28
29
|
hasIcon?: boolean;
|
|
29
30
|
hasTrailingIcon?: boolean;
|
|
31
|
+
/** Set by `obc-navigation-menu` in its Tree variant — renders the row as a tree item. */
|
|
32
|
+
treeMode?: boolean;
|
|
33
|
+
/** Indentation columns for tree mode, assigned by `obc-navigation-menu`. */
|
|
34
|
+
treeBranches?: TreeBranchType[];
|
|
35
|
+
/** Terminal type for the row in the Tree variant — one of `regular` (default),
|
|
36
|
+
`aggregated-header`, or `group-header`. Has no effect in the flat variants. */
|
|
37
|
+
terminalType?: string;
|
|
38
|
+
/** [object Object],[object Object],[object Object] */
|
|
39
|
+
alerts?: TreeNavigationItemAlerts | undefined;
|
|
30
40
|
}
|
|
31
41
|
export interface Events {
|
|
32
42
|
onClick?: (event: CustomEvent<void>) => void;
|
|
@@ -38,6 +48,8 @@ export interface Slots {
|
|
|
38
48
|
type $$ComponentProps = Props & Events & Slots;
|
|
39
49
|
declare const ObcNavigationItem: import("svelte").Component<$$ComponentProps, {
|
|
40
50
|
ObcNavigationMenuVariant: typeof ObcNavigationMenuVariant;
|
|
51
|
+
TreeBranchType: typeof TreeBranchType;
|
|
52
|
+
TreeNavigationItemAlerts: typeof TreeNavigationItemAlerts;
|
|
41
53
|
}, "">;
|
|
42
54
|
type ObcNavigationItem = ReturnType<typeof ObcNavigationItem>;
|
|
43
55
|
export default ObcNavigationItem;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
3
|
export type {ObcNavigationMenuVariant} from '@oicl/openbridge-webcomponents/dist/components/navigation-menu/navigation-menu.js';
|
|
4
|
+
export type {TreeBranchType, TreeNavigationItemAlerts} from '@oicl/openbridge-webcomponents/dist/components/tree-navigation-item/tree-navigation-item.js';
|
|
4
5
|
import '@oicl/openbridge-webcomponents/dist/components/navigation-item-group/navigation-item-group.js';
|
|
5
6
|
import { setProperties } from "../../util.js";
|
|
6
7
|
import type {ObcNavigationMenuVariant} from '@oicl/openbridge-webcomponents/dist/components/navigation-menu/navigation-menu.js';
|
|
8
|
+
import type {TreeBranchType, TreeNavigationItemAlerts} from '@oicl/openbridge-webcomponents/dist/components/tree-navigation-item/tree-navigation-item.js';
|
|
7
9
|
import type { Snippet } from 'svelte';
|
|
8
10
|
|
|
9
11
|
export interface Props {
|
|
@@ -23,7 +25,18 @@ Controls the styling and layout of the group and its flyout. */
|
|
|
23
25
|
variant?: ObcNavigationMenuVariant;
|
|
24
26
|
/** If true, the flyout panel appears tightly anchored to the group label with compact styling. */
|
|
25
27
|
hug?: boolean;
|
|
26
|
-
hasIcon?: boolean
|
|
28
|
+
hasIcon?: boolean;
|
|
29
|
+
/** Set by `obc-navigation-menu` in its Tree variant — renders the group as a tree row. */
|
|
30
|
+
treeMode?: boolean;
|
|
31
|
+
/** Indentation columns for tree mode, assigned by `obc-navigation-menu`. */
|
|
32
|
+
treeBranches?: TreeBranchType[];
|
|
33
|
+
/** Terminal type for the group header in the Tree variant — one of `regular`
|
|
34
|
+
(default), `aggregated-header`, or `group-header`. No effect in flat variants. */
|
|
35
|
+
terminalType?: string;
|
|
36
|
+
/** [object Object],[object Object],[object Object] */
|
|
37
|
+
alerts?: TreeNavigationItemAlerts | undefined;
|
|
38
|
+
/** Whether the group starts expanded. Useful for trees that open by default. */
|
|
39
|
+
defaultOpen?: boolean
|
|
27
40
|
}
|
|
28
41
|
export interface Events {
|
|
29
42
|
onOpen?: (event: CustomEvent<void>) => void
|