@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,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcSliderDoubleValueEvent, ObcSliderDoubleVariant} from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
3
|
+
export type {ObcSliderDoubleValueEvent, ObcSliderDoubleChangeEvent, ObcSliderDoubleVariant} from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
4
4
|
import '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcSliderDoubleValueEvent, ObcSliderDoubleVariant} from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
6
|
+
import type {ObcSliderDoubleValueEvent, ObcSliderDoubleChangeEvent, ObcSliderDoubleVariant} from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -46,23 +46,44 @@ labelUnit?: string;
|
|
|
46
46
|
/** Number of decimal places to display in value labels. */
|
|
47
47
|
labelDecimals?: number;
|
|
48
48
|
/** CSS width for value labels (e.g., "5ch", "60px"). */
|
|
49
|
-
labelWidth?: string
|
|
49
|
+
labelWidth?: string;
|
|
50
|
+
/** Whether to show the left (low) readout label.
|
|
51
|
+
|
|
52
|
+
When false, the left readout is hidden entirely. When true, the readout
|
|
53
|
+
renders the formatted `low` value or the content slotted into `left-readout`.
|
|
54
|
+
|
|
55
|
+
Default is true. Set via JavaScript property (no HTML attribute). */
|
|
56
|
+
showLeftReadout?: boolean;
|
|
57
|
+
/** Whether to show the right (high) readout label.
|
|
58
|
+
|
|
59
|
+
When false, the right readout is hidden entirely. When true, the readout
|
|
60
|
+
renders the formatted `high` value or the content slotted into `right-readout`.
|
|
61
|
+
|
|
62
|
+
Default is true. Set via JavaScript property (no HTML attribute). */
|
|
63
|
+
showRightReadout?: boolean;
|
|
64
|
+
/** Removes spacing between the slider and its container edges for seamless
|
|
65
|
+
layout integration. Reflected to the `hugcontainer` HTML attribute. */
|
|
66
|
+
hugContainer?: boolean
|
|
50
67
|
}
|
|
51
68
|
export interface Events {
|
|
52
|
-
onValue?: (event: ObcSliderDoubleValueEvent) => void
|
|
69
|
+
onValue?: (event: ObcSliderDoubleValueEvent) => void;
|
|
70
|
+
onChange?: (event: ObcSliderDoubleChangeEvent) => void
|
|
53
71
|
}
|
|
54
72
|
export interface Slots {
|
|
55
73
|
iconLeft?: Snippet;
|
|
56
|
-
iconRight?: Snippet
|
|
74
|
+
iconRight?: Snippet;
|
|
75
|
+
leftReadout?: Snippet;
|
|
76
|
+
rightReadout?: Snippet
|
|
57
77
|
}
|
|
58
|
-
const {onValue, class: className, style, iconLeft, iconRight, ...props} = $props<Props & Events & Slots>();
|
|
78
|
+
const {onValue, onChange, class: className, style, iconLeft, iconRight, leftReadout, rightReadout, ...props} = $props<Props & Events & Slots>();
|
|
59
79
|
|
|
60
80
|
</script>
|
|
61
81
|
<obc-slider-double
|
|
62
82
|
use:setProperties={props}
|
|
63
83
|
class={className}
|
|
64
84
|
style={style}
|
|
65
|
-
onvalue={onValue}
|
|
85
|
+
onvalue={onValue}
|
|
86
|
+
onchange={onChange} >
|
|
66
87
|
|
|
67
88
|
{#if iconLeft}
|
|
68
89
|
<div slot="icon-left">
|
|
@@ -75,4 +96,16 @@ labelWidth?: string
|
|
|
75
96
|
{@render iconRight()}
|
|
76
97
|
</div>
|
|
77
98
|
{/if}
|
|
99
|
+
|
|
100
|
+
{#if leftReadout}
|
|
101
|
+
<div slot="left-readout">
|
|
102
|
+
{@render leftReadout()}
|
|
103
|
+
</div>
|
|
104
|
+
{/if}
|
|
105
|
+
|
|
106
|
+
{#if rightReadout}
|
|
107
|
+
<div slot="right-readout">
|
|
108
|
+
{@render rightReadout()}
|
|
109
|
+
</div>
|
|
110
|
+
{/if}
|
|
78
111
|
</obc-slider-double>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
2
|
-
import type { ObcSliderDoubleValueEvent, ObcSliderDoubleVariant } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
2
|
+
import type { ObcSliderDoubleValueEvent, ObcSliderDoubleChangeEvent, ObcSliderDoubleVariant } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -42,17 +42,38 @@ Default is 1/3 (i.e., 3 seconds for full range). */
|
|
|
42
42
|
labelDecimals?: number;
|
|
43
43
|
/** CSS width for value labels (e.g., "5ch", "60px"). */
|
|
44
44
|
labelWidth?: string;
|
|
45
|
+
/** Whether to show the left (low) readout label.
|
|
46
|
+
|
|
47
|
+
When false, the left readout is hidden entirely. When true, the readout
|
|
48
|
+
renders the formatted `low` value or the content slotted into `left-readout`.
|
|
49
|
+
|
|
50
|
+
Default is true. Set via JavaScript property (no HTML attribute). */
|
|
51
|
+
showLeftReadout?: boolean;
|
|
52
|
+
/** Whether to show the right (high) readout label.
|
|
53
|
+
|
|
54
|
+
When false, the right readout is hidden entirely. When true, the readout
|
|
55
|
+
renders the formatted `high` value or the content slotted into `right-readout`.
|
|
56
|
+
|
|
57
|
+
Default is true. Set via JavaScript property (no HTML attribute). */
|
|
58
|
+
showRightReadout?: boolean;
|
|
59
|
+
/** Removes spacing between the slider and its container edges for seamless
|
|
60
|
+
layout integration. Reflected to the `hugcontainer` HTML attribute. */
|
|
61
|
+
hugContainer?: boolean;
|
|
45
62
|
}
|
|
46
63
|
export interface Events {
|
|
47
64
|
onValue?: (event: ObcSliderDoubleValueEvent) => void;
|
|
65
|
+
onChange?: (event: ObcSliderDoubleChangeEvent) => void;
|
|
48
66
|
}
|
|
49
67
|
export interface Slots {
|
|
50
68
|
iconLeft?: Snippet;
|
|
51
69
|
iconRight?: Snippet;
|
|
70
|
+
leftReadout?: Snippet;
|
|
71
|
+
rightReadout?: Snippet;
|
|
52
72
|
}
|
|
53
73
|
type $$ComponentProps = Props & Events & Slots;
|
|
54
74
|
declare const ObcSliderDouble: import("svelte").Component<$$ComponentProps, {
|
|
55
75
|
ObcSliderDoubleValueEvent: typeof ObcSliderDoubleValueEvent;
|
|
76
|
+
ObcSliderDoubleChangeEvent: typeof ObcSliderDoubleChangeEvent;
|
|
56
77
|
ObcSliderDoubleVariant: typeof ObcSliderDoubleVariant;
|
|
57
78
|
}, "">;
|
|
58
79
|
type ObcSliderDouble = ReturnType<typeof ObcSliderDouble>;
|
|
@@ -16,21 +16,38 @@
|
|
|
16
16
|
|
|
17
17
|
Changing this property updates the icons and directionality of the stepper buttons. */
|
|
18
18
|
type?: ObcStepperBoxType;
|
|
19
|
-
/** If true, displays the `helper-text` slot content below the control for additional guidance or status. */
|
|
20
|
-
hasHelperText?: boolean;
|
|
21
19
|
/** If true, the stepper box is disabled and the buttons are not clickable. */
|
|
22
|
-
disabled?: boolean
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
/** The current numeric value displayed in the field.
|
|
22
|
+
Pass `null` to clear the value and show the `placeholder` instead. */
|
|
23
|
+
value?: number | null;
|
|
24
|
+
/** Optional lower bound; decrement button disables at this value. */
|
|
25
|
+
min?: number | undefined;
|
|
26
|
+
/** Optional upper bound; increment button disables at this value. */
|
|
27
|
+
max?: number | undefined;
|
|
28
|
+
/** Increment step size (default 1). */
|
|
29
|
+
stepUp?: number;
|
|
30
|
+
/** Decrement step size (default 1). */
|
|
31
|
+
stepDown?: number;
|
|
32
|
+
/** Unit text displayed inside the field. */
|
|
33
|
+
unit?: string;
|
|
34
|
+
/** Helper text displayed below the stepper. When set, the helper text is shown. */
|
|
35
|
+
helperText?: string;
|
|
36
|
+
/** Placeholder text shown when the input is empty. */
|
|
37
|
+
placeholder?: string;
|
|
38
|
+
/** If true, the input is non-editable; programmatic value changes still apply. */
|
|
39
|
+
readonly?: boolean
|
|
23
40
|
}
|
|
24
41
|
export interface Events {
|
|
25
|
-
onDown?: (event: CustomEvent<
|
|
26
|
-
onUp?: (event: CustomEvent<
|
|
42
|
+
onDown?: (event: CustomEvent<{value: number}>) => void;
|
|
43
|
+
onUp?: (event: CustomEvent<{value: number}>) => void;
|
|
44
|
+
onInput?: (event: CustomEvent<{value: string}>) => void;
|
|
45
|
+
onChange?: (event: CustomEvent<{value: number | null}>) => void
|
|
27
46
|
}
|
|
28
47
|
export interface Slots {
|
|
29
|
-
children?: Snippet
|
|
30
|
-
unit?: Snippet;
|
|
31
|
-
helperText?: Snippet
|
|
48
|
+
children?: Snippet
|
|
32
49
|
}
|
|
33
|
-
const {onDown, onUp, class: className, style, children,
|
|
50
|
+
const {onDown, onUp, onInput, onChange, class: className, style, children, ...props} = $props<Props & Events & Slots>();
|
|
34
51
|
|
|
35
52
|
</script>
|
|
36
53
|
<obc-stepper-box
|
|
@@ -38,21 +55,11 @@ disabled?: boolean
|
|
|
38
55
|
class={className}
|
|
39
56
|
style={style}
|
|
40
57
|
ondown={onDown}
|
|
41
|
-
onup={onUp}
|
|
58
|
+
onup={onUp}
|
|
59
|
+
oninput={onInput}
|
|
60
|
+
onchange={onChange} >
|
|
42
61
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
{#if unit}
|
|
48
|
-
<div slot="unit">
|
|
49
|
-
{@render unit()}
|
|
50
|
-
</div>
|
|
51
|
-
{/if}
|
|
52
|
-
|
|
53
|
-
{#if helperText}
|
|
54
|
-
<div slot="helper-text">
|
|
55
|
-
{@render helperText()}
|
|
56
|
-
</div>
|
|
57
|
-
{/if}
|
|
62
|
+
{#if children}
|
|
63
|
+
{@render children()}
|
|
64
|
+
{/if}
|
|
58
65
|
</obc-stepper-box>
|
|
@@ -11,19 +11,44 @@ export interface Props {
|
|
|
11
11
|
|
|
12
12
|
Changing this property updates the icons and directionality of the stepper buttons. */
|
|
13
13
|
type?: ObcStepperBoxType;
|
|
14
|
-
/** If true, displays the `helper-text` slot content below the control for additional guidance or status. */
|
|
15
|
-
hasHelperText?: boolean;
|
|
16
14
|
/** If true, the stepper box is disabled and the buttons are not clickable. */
|
|
17
15
|
disabled?: boolean;
|
|
16
|
+
/** The current numeric value displayed in the field.
|
|
17
|
+
Pass `null` to clear the value and show the `placeholder` instead. */
|
|
18
|
+
value?: number | null;
|
|
19
|
+
/** Optional lower bound; decrement button disables at this value. */
|
|
20
|
+
min?: number | undefined;
|
|
21
|
+
/** Optional upper bound; increment button disables at this value. */
|
|
22
|
+
max?: number | undefined;
|
|
23
|
+
/** Increment step size (default 1). */
|
|
24
|
+
stepUp?: number;
|
|
25
|
+
/** Decrement step size (default 1). */
|
|
26
|
+
stepDown?: number;
|
|
27
|
+
/** Unit text displayed inside the field. */
|
|
28
|
+
unit?: string;
|
|
29
|
+
/** Helper text displayed below the stepper. When set, the helper text is shown. */
|
|
30
|
+
helperText?: string;
|
|
31
|
+
/** Placeholder text shown when the input is empty. */
|
|
32
|
+
placeholder?: string;
|
|
33
|
+
/** If true, the input is non-editable; programmatic value changes still apply. */
|
|
34
|
+
readonly?: boolean;
|
|
18
35
|
}
|
|
19
36
|
export interface Events {
|
|
20
|
-
onDown?: (event: CustomEvent<
|
|
21
|
-
|
|
37
|
+
onDown?: (event: CustomEvent<{
|
|
38
|
+
value: number;
|
|
39
|
+
}>) => void;
|
|
40
|
+
onUp?: (event: CustomEvent<{
|
|
41
|
+
value: number;
|
|
42
|
+
}>) => void;
|
|
43
|
+
onInput?: (event: CustomEvent<{
|
|
44
|
+
value: string;
|
|
45
|
+
}>) => void;
|
|
46
|
+
onChange?: (event: CustomEvent<{
|
|
47
|
+
value: number | null;
|
|
48
|
+
}>) => void;
|
|
22
49
|
}
|
|
23
50
|
export interface Slots {
|
|
24
51
|
children?: Snippet;
|
|
25
|
-
unit?: Snippet;
|
|
26
|
-
helperText?: Snippet;
|
|
27
52
|
}
|
|
28
53
|
type $$ComponentProps = Props & Events & Slots;
|
|
29
54
|
declare const ObcStepperBox: import("svelte").Component<$$ComponentProps, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
|
|
3
|
+
export type {TabItemBadge} from '@oicl/openbridge-webcomponents/dist/components/tab-item/tab-item.js';
|
|
4
4
|
import '@oicl/openbridge-webcomponents/dist/components/tab-item/tab-item.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
|
|
6
|
+
import type {TabItemBadge} from '@oicl/openbridge-webcomponents/dist/components/tab-item/tab-item.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -44,11 +44,16 @@ Useful for visually separating tabs.
|
|
|
44
44
|
|
|
45
45
|
Default: false */
|
|
46
46
|
hasDivider?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
Configure badge appearance via `badgeCount`, `badgeType`, `badgeSize`, etc.
|
|
47
|
+
/** One or more badges (count/status) to display on the tab.
|
|
49
48
|
|
|
50
|
-
|
|
51
|
-
hasBadge
|
|
49
|
+
When this array is non-empty it takes precedence over the deprecated
|
|
50
|
+
single-badge props (`hasBadge`, `badgeType`, `badgeSize`, `badgeCount`,
|
|
51
|
+
`badgeShowNumber`, `showLeadingBadgeIcon`). When empty, the deprecated
|
|
52
|
+
props are used instead (gated by `hasBadge`).
|
|
53
|
+
|
|
54
|
+
Default: [] */
|
|
55
|
+
badges?: TabItemBadge[];
|
|
56
|
+
hasBadge?: boolean;
|
|
52
57
|
/** (Deprecated/Unused) Icon name for the tab.
|
|
53
58
|
Icon content should be provided via the `leading-icon` slot.
|
|
54
59
|
|
|
@@ -59,33 +64,23 @@ Can be overridden by slotting content into the `title` slot.
|
|
|
59
64
|
|
|
60
65
|
Default: 'Tab title' */
|
|
61
66
|
title?: string;
|
|
62
|
-
/**
|
|
67
|
+
/** Shows contextual text below the tab title.
|
|
63
68
|
|
|
64
69
|
Default: false */
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
See `BadgeType` enum for available options.
|
|
70
|
+
showSubtitle?: boolean;
|
|
71
|
+
/** Contextual text shown below the tab title when `showSubtitle` is true.
|
|
68
72
|
|
|
69
|
-
Default: '
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
See `BadgeSize` enum for available options.
|
|
73
|
-
|
|
74
|
-
Default: 'regular' */
|
|
75
|
-
badgeSize?: string;
|
|
76
|
-
/** Shows the badge's numeric value. When false, only the badge background is rendered (for status-only badges).
|
|
77
|
-
|
|
78
|
-
Default: true */
|
|
79
|
-
badgeShowNumber?: boolean;
|
|
80
|
-
/** The numeric value to display in the badge (e.g., count of notifications).
|
|
81
|
-
|
|
82
|
-
Default: 0 */
|
|
83
|
-
badgeCount?: number;
|
|
84
|
-
/** Shows an icon inside the badge.
|
|
85
|
-
Supply icon content via the `badge-icon` slot.
|
|
73
|
+
Default: '' */
|
|
74
|
+
subtitle?: string;
|
|
75
|
+
/** Disables the tab, preventing user interaction and applying disabled styles.
|
|
86
76
|
|
|
87
77
|
Default: false */
|
|
88
|
-
|
|
78
|
+
disabled?: boolean;
|
|
79
|
+
badgeType?: string;
|
|
80
|
+
badgeSize?: string;
|
|
81
|
+
badgeShowNumber?: boolean;
|
|
82
|
+
badgeCount?: number;
|
|
83
|
+
showLeadingBadgeIcon?: boolean
|
|
89
84
|
}
|
|
90
85
|
export interface Events {
|
|
91
86
|
onTabClick?: (event: CustomEvent<{title: string}>) => void;
|
|
@@ -93,10 +88,10 @@ showLeadingBadgeIcon?: boolean
|
|
|
93
88
|
}
|
|
94
89
|
export interface Slots {
|
|
95
90
|
leadingIcon?: Snippet;
|
|
96
|
-
|
|
91
|
+
titleSnippet?: Snippet;
|
|
97
92
|
badgeIcon?: Snippet
|
|
98
93
|
}
|
|
99
|
-
const {onTabClick, onTabClose, class: className, style, leadingIcon,
|
|
94
|
+
const {onTabClick, onTabClose, class: className, style, leadingIcon, titleSnippet, badgeIcon, ...props} = $props<Props & Events & Slots>();
|
|
100
95
|
|
|
101
96
|
</script>
|
|
102
97
|
<obc-tab-item
|
|
@@ -112,9 +107,9 @@ showLeadingBadgeIcon?: boolean
|
|
|
112
107
|
</div>
|
|
113
108
|
{/if}
|
|
114
109
|
|
|
115
|
-
{#if
|
|
110
|
+
{#if titleSnippet}
|
|
116
111
|
<div slot="title">
|
|
117
|
-
{@render
|
|
112
|
+
{@render titleSnippet()}
|
|
118
113
|
</div>
|
|
119
114
|
{/if}
|
|
120
115
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/tab-item/tab-item.js';
|
|
2
|
+
import type { TabItemBadge } from '@oicl/openbridge-webcomponents/dist/components/tab-item/tab-item.js';
|
|
2
3
|
import type { Snippet } from 'svelte';
|
|
3
4
|
export interface Props {
|
|
4
5
|
class?: string;
|
|
@@ -38,10 +39,15 @@ Useful for visually separating tabs.
|
|
|
38
39
|
|
|
39
40
|
Default: false */
|
|
40
41
|
hasDivider?: boolean;
|
|
41
|
-
/**
|
|
42
|
-
Configure badge appearance via `badgeCount`, `badgeType`, `badgeSize`, etc.
|
|
42
|
+
/** One or more badges (count/status) to display on the tab.
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
When this array is non-empty it takes precedence over the deprecated
|
|
45
|
+
single-badge props (`hasBadge`, `badgeType`, `badgeSize`, `badgeCount`,
|
|
46
|
+
`badgeShowNumber`, `showLeadingBadgeIcon`). When empty, the deprecated
|
|
47
|
+
props are used instead (gated by `hasBadge`).
|
|
48
|
+
|
|
49
|
+
Default: [] */
|
|
50
|
+
badges?: TabItemBadge[];
|
|
45
51
|
hasBadge?: boolean;
|
|
46
52
|
/** (Deprecated/Unused) Icon name for the tab.
|
|
47
53
|
Icon content should be provided via the `leading-icon` slot.
|
|
@@ -53,32 +59,22 @@ Can be overridden by slotting content into the `title` slot.
|
|
|
53
59
|
|
|
54
60
|
Default: 'Tab title' */
|
|
55
61
|
title?: string;
|
|
62
|
+
/** Shows contextual text below the tab title.
|
|
63
|
+
|
|
64
|
+
Default: false */
|
|
65
|
+
showSubtitle?: boolean;
|
|
66
|
+
/** Contextual text shown below the tab title when `showSubtitle` is true.
|
|
67
|
+
|
|
68
|
+
Default: '' */
|
|
69
|
+
subtitle?: string;
|
|
56
70
|
/** Disables the tab, preventing user interaction and applying disabled styles.
|
|
57
71
|
|
|
58
72
|
Default: false */
|
|
59
73
|
disabled?: boolean;
|
|
60
|
-
/** Type of badge to display (e.g., 'regular', 'alarm', 'warning', etc.).
|
|
61
|
-
See `BadgeType` enum for available options.
|
|
62
|
-
|
|
63
|
-
Default: 'regular' */
|
|
64
74
|
badgeType?: string;
|
|
65
|
-
/** Size of the badge ('regular' or 'large').
|
|
66
|
-
See `BadgeSize` enum for available options.
|
|
67
|
-
|
|
68
|
-
Default: 'regular' */
|
|
69
75
|
badgeSize?: string;
|
|
70
|
-
/** Shows the badge's numeric value. When false, only the badge background is rendered (for status-only badges).
|
|
71
|
-
|
|
72
|
-
Default: true */
|
|
73
76
|
badgeShowNumber?: boolean;
|
|
74
|
-
/** The numeric value to display in the badge (e.g., count of notifications).
|
|
75
|
-
|
|
76
|
-
Default: 0 */
|
|
77
77
|
badgeCount?: number;
|
|
78
|
-
/** Shows an icon inside the badge.
|
|
79
|
-
Supply icon content via the `badge-icon` slot.
|
|
80
|
-
|
|
81
|
-
Default: false */
|
|
82
78
|
showLeadingBadgeIcon?: boolean;
|
|
83
79
|
}
|
|
84
80
|
export interface Events {
|
|
@@ -91,10 +87,12 @@ export interface Events {
|
|
|
91
87
|
}
|
|
92
88
|
export interface Slots {
|
|
93
89
|
leadingIcon?: Snippet;
|
|
94
|
-
|
|
90
|
+
titleSnippet?: Snippet;
|
|
95
91
|
badgeIcon?: Snippet;
|
|
96
92
|
}
|
|
97
93
|
type $$ComponentProps = Props & Events & Slots;
|
|
98
|
-
declare const ObcTabItem: import("svelte").Component<$$ComponentProps, {
|
|
94
|
+
declare const ObcTabItem: import("svelte").Component<$$ComponentProps, {
|
|
95
|
+
TabItemBadge: typeof TabItemBadge;
|
|
96
|
+
}, "">;
|
|
99
97
|
type ObcTabItem = ReturnType<typeof ObcTabItem>;
|
|
100
98
|
export default ObcTabItem;
|
|
@@ -9,17 +9,20 @@
|
|
|
9
9
|
export interface Props {
|
|
10
10
|
class?: string;
|
|
11
11
|
style?: string;
|
|
12
|
-
/** The list of tabs to display. Each tab is defined by an object with properties such as `id`, `title`, `hasLeadingIcon`, `hasBadge`, `badgeCount`, `badgeType`, `badgeSize`, `badgeShowNumber`, `showLeadingBadgeIcon`, and `disabled`.
|
|
12
|
+
/** The list of tabs to display. Each tab is defined by an object with properties such as `id`, `title`, `subtitle`, `showSubtitle`, `hasLeadingIcon`, `hasBadge`, `badgeCount`, `badgeType`, `badgeSize`, `badgeShowNumber`, `showLeadingBadgeIcon`, and `disabled`.
|
|
13
13
|
|
|
14
14
|
- `id` (string): Unique identifier for the tab.
|
|
15
15
|
- `title` (string): Display label for the tab.
|
|
16
|
+
- `subtitle` (string): Contextual text shown below the title when subtitle display is enabled.
|
|
17
|
+
- `showSubtitle` (boolean): Optional per-tab override for displaying the subtitle.
|
|
16
18
|
- `hasLeadingIcon` (boolean): Whether to show a leading icon (default: true).
|
|
17
|
-
- `
|
|
18
|
-
- `
|
|
19
|
-
- `
|
|
20
|
-
- `
|
|
21
|
-
- `
|
|
22
|
-
- `
|
|
19
|
+
- `badges` (TabItemBadge[]): One or more badges to display on the tab. Takes precedence over the deprecated single-badge fields below.
|
|
20
|
+
- `hasBadge` (boolean, deprecated): Whether to show a badge on the tab.
|
|
21
|
+
- `badgeCount` (number, deprecated): Number to display in the badge.
|
|
22
|
+
- `badgeType` (BadgeType, deprecated): Visual style of the badge (e.g., notification, alarm, enhance).
|
|
23
|
+
- `badgeSize` (BadgeSize, deprecated): Size of the badge (e.g., regular, large).
|
|
24
|
+
- `badgeShowNumber` (boolean, deprecated): If true, shows the badge number.
|
|
25
|
+
- `showLeadingBadgeIcon` (boolean, deprecated): If true, shows a badge icon.
|
|
23
26
|
- `disabled` (boolean): If true, disables the tab. */
|
|
24
27
|
tabs?: TabData[];
|
|
25
28
|
/** The `id` of the currently selected tab. Only one tab can be selected at a time.
|
|
@@ -30,10 +33,15 @@ selectedTabId?: string;
|
|
|
30
33
|
|
|
31
34
|
Default: `false`. */
|
|
32
35
|
hasClose?: boolean;
|
|
36
|
+
centerContent?: boolean;
|
|
33
37
|
/** Enables "hug" mode for a more compact tab layout with reduced padding.
|
|
34
38
|
|
|
35
39
|
Default: `false`. */
|
|
36
40
|
hug?: boolean;
|
|
41
|
+
/** Whether to display subtitle text for each tab. Individual tabs can override this with `tab.showSubtitle`.
|
|
42
|
+
|
|
43
|
+
Default: `false`. */
|
|
44
|
+
showSubtitle?: boolean;
|
|
37
45
|
/** Whether to display an "add new tab" button at the end of the tab row. When clicked, emits the `add-new-tab` event.
|
|
38
46
|
|
|
39
47
|
Default: `false`. */
|
|
@@ -46,9 +54,9 @@ hasAddNewTab?: boolean
|
|
|
46
54
|
}
|
|
47
55
|
export interface Slots {
|
|
48
56
|
tabIcon?: Snippet<[any]>;
|
|
49
|
-
|
|
57
|
+
tab?: Snippet<[any]>
|
|
50
58
|
}
|
|
51
|
-
const {onTabSelected, onTabClosed, onAddNewTab, class: className, style, tabIcon,
|
|
59
|
+
const {onTabSelected, onTabClosed, onAddNewTab, class: className, style, tabIcon, tab, ...props} = $props<Props & Events & Slots>();
|
|
52
60
|
|
|
53
61
|
</script>
|
|
54
62
|
<obc-tab-row
|
|
@@ -59,18 +67,18 @@ hasAddNewTab?: boolean
|
|
|
59
67
|
ontab-closed={onTabClosed}
|
|
60
68
|
onadd-new-tab={onAddNewTab} >
|
|
61
69
|
|
|
62
|
-
{#if tabs && tabIcon}
|
|
63
|
-
{#each tabs as item}
|
|
70
|
+
{#if props.tabs && tabIcon}
|
|
71
|
+
{#each props.tabs as item}
|
|
64
72
|
<div slot="tab-{item.id}-icon">
|
|
65
73
|
{@render tabIcon(item)}
|
|
66
74
|
</div>
|
|
67
75
|
{/each}
|
|
68
76
|
{/if}
|
|
69
77
|
|
|
70
|
-
{#if tabs &&
|
|
71
|
-
{#each tabs as item}
|
|
72
|
-
<div slot="tab-{item.id}
|
|
73
|
-
{@render
|
|
78
|
+
{#if props.tabs && tab}
|
|
79
|
+
{#each props.tabs as item}
|
|
80
|
+
<div slot="tab-{item.id}-<iconSlotName>">
|
|
81
|
+
{@render tab(item)}
|
|
74
82
|
</div>
|
|
75
83
|
{/each}
|
|
76
84
|
{/if}
|
|
@@ -4,17 +4,20 @@ import type { Snippet } from 'svelte';
|
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
6
6
|
style?: string;
|
|
7
|
-
/** The list of tabs to display. Each tab is defined by an object with properties such as `id`, `title`, `hasLeadingIcon`, `hasBadge`, `badgeCount`, `badgeType`, `badgeSize`, `badgeShowNumber`, `showLeadingBadgeIcon`, and `disabled`.
|
|
7
|
+
/** The list of tabs to display. Each tab is defined by an object with properties such as `id`, `title`, `subtitle`, `showSubtitle`, `hasLeadingIcon`, `hasBadge`, `badgeCount`, `badgeType`, `badgeSize`, `badgeShowNumber`, `showLeadingBadgeIcon`, and `disabled`.
|
|
8
8
|
|
|
9
9
|
- `id` (string): Unique identifier for the tab.
|
|
10
10
|
- `title` (string): Display label for the tab.
|
|
11
|
+
- `subtitle` (string): Contextual text shown below the title when subtitle display is enabled.
|
|
12
|
+
- `showSubtitle` (boolean): Optional per-tab override for displaying the subtitle.
|
|
11
13
|
- `hasLeadingIcon` (boolean): Whether to show a leading icon (default: true).
|
|
12
|
-
- `
|
|
13
|
-
- `
|
|
14
|
-
- `
|
|
15
|
-
- `
|
|
16
|
-
- `
|
|
17
|
-
- `
|
|
14
|
+
- `badges` (TabItemBadge[]): One or more badges to display on the tab. Takes precedence over the deprecated single-badge fields below.
|
|
15
|
+
- `hasBadge` (boolean, deprecated): Whether to show a badge on the tab.
|
|
16
|
+
- `badgeCount` (number, deprecated): Number to display in the badge.
|
|
17
|
+
- `badgeType` (BadgeType, deprecated): Visual style of the badge (e.g., notification, alarm, enhance).
|
|
18
|
+
- `badgeSize` (BadgeSize, deprecated): Size of the badge (e.g., regular, large).
|
|
19
|
+
- `badgeShowNumber` (boolean, deprecated): If true, shows the badge number.
|
|
20
|
+
- `showLeadingBadgeIcon` (boolean, deprecated): If true, shows a badge icon.
|
|
18
21
|
- `disabled` (boolean): If true, disables the tab. */
|
|
19
22
|
tabs?: TabData[];
|
|
20
23
|
/** The `id` of the currently selected tab. Only one tab can be selected at a time.
|
|
@@ -25,10 +28,15 @@ Changing this property updates the selected tab visually and emits the `tab-sele
|
|
|
25
28
|
|
|
26
29
|
Default: `false`. */
|
|
27
30
|
hasClose?: boolean;
|
|
31
|
+
centerContent?: boolean;
|
|
28
32
|
/** Enables "hug" mode for a more compact tab layout with reduced padding.
|
|
29
33
|
|
|
30
34
|
Default: `false`. */
|
|
31
35
|
hug?: boolean;
|
|
36
|
+
/** Whether to display subtitle text for each tab. Individual tabs can override this with `tab.showSubtitle`.
|
|
37
|
+
|
|
38
|
+
Default: `false`. */
|
|
39
|
+
showSubtitle?: boolean;
|
|
32
40
|
/** Whether to display an "add new tab" button at the end of the tab row. When clicked, emits the `add-new-tab` event.
|
|
33
41
|
|
|
34
42
|
Default: `false`. */
|
|
@@ -49,7 +57,7 @@ export interface Events {
|
|
|
49
57
|
}
|
|
50
58
|
export interface Slots {
|
|
51
59
|
tabIcon?: Snippet<[any]>;
|
|
52
|
-
|
|
60
|
+
tab?: Snippet<[any]>;
|
|
53
61
|
}
|
|
54
62
|
type $$ComponentProps = Props & Events & Slots;
|
|
55
63
|
declare const ObcTabRow: import("svelte").Component<$$ComponentProps, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {TagColor} from '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
3
|
+
export type {TagColor, TagSize} from '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
4
4
|
import '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {TagColor} from '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
6
|
+
import type {TagColor, TagSize} from '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
style?: string;
|
|
12
12
|
label?: string;
|
|
13
13
|
color?: TagColor;
|
|
14
|
+
size?: TagSize;
|
|
14
15
|
hasIcon?: boolean
|
|
15
16
|
}
|
|
16
17
|
export interface Events {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
2
|
-
import type { TagColor } from '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
2
|
+
import type { TagColor, TagSize } from '@oicl/openbridge-webcomponents/dist/components/tag/tag.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
6
6
|
style?: string;
|
|
7
7
|
label?: string;
|
|
8
8
|
color?: TagColor;
|
|
9
|
+
size?: TagSize;
|
|
9
10
|
hasIcon?: boolean;
|
|
10
11
|
}
|
|
11
12
|
export interface Events {
|
|
@@ -16,6 +17,7 @@ export interface Slots {
|
|
|
16
17
|
type $$ComponentProps = Props & Events & Slots;
|
|
17
18
|
declare const ObcTag: import("svelte").Component<$$ComponentProps, {
|
|
18
19
|
TagColor: typeof TagColor;
|
|
20
|
+
TagSize: typeof TagSize;
|
|
19
21
|
}, "">;
|
|
20
22
|
type ObcTag = ReturnType<typeof ObcTag>;
|
|
21
23
|
export default ObcTag;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
<script lang="ts">
|
|
3
|
+
export type {ObcTextboxAlignment, ObcTextboxSize, ObcTextboxFontWeight} from '@oicl/openbridge-webcomponents/dist/components/textbox/textbox.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/components/textbox/textbox.js';
|
|
5
|
+
import { setProperties } from "../../util.js";
|
|
6
|
+
import type {ObcTextboxAlignment, ObcTextboxSize, ObcTextboxFontWeight} from '@oicl/openbridge-webcomponents/dist/components/textbox/textbox.js';
|
|
7
|
+
import type { Snippet } from 'svelte';
|
|
8
|
+
|
|
9
|
+
export interface Props {
|
|
10
|
+
class?: string;
|
|
11
|
+
style?: string;
|
|
12
|
+
alignment?: ObcTextboxAlignment;
|
|
13
|
+
size?: ObcTextboxSize;
|
|
14
|
+
fontWeight?: ObcTextboxFontWeight;
|
|
15
|
+
tabularNums?: boolean
|
|
16
|
+
}
|
|
17
|
+
export interface Events {
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
export interface Slots {
|
|
21
|
+
children?: Snippet;
|
|
22
|
+
length?: Snippet
|
|
23
|
+
}
|
|
24
|
+
const { class: className, style, children, length, ...props} = $props<Props & Events & Slots>();
|
|
25
|
+
|
|
26
|
+
</script>
|
|
27
|
+
<obc-textbox
|
|
28
|
+
use:setProperties={props}
|
|
29
|
+
class={className}
|
|
30
|
+
style={style}
|
|
31
|
+
>
|
|
32
|
+
|
|
33
|
+
{#if children}
|
|
34
|
+
{@render children()}
|
|
35
|
+
{/if}
|
|
36
|
+
|
|
37
|
+
{#if length}
|
|
38
|
+
<div slot="length">
|
|
39
|
+
{@render length()}
|
|
40
|
+
</div>
|
|
41
|
+
{/if}
|
|
42
|
+
</obc-textbox>
|