@oicl/openbridge-webcomponents-svelte 2.0.0-next.2 → 2.0.0-next.21
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/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/{building-blocks/poi → poi}/ObcPoi.svelte +6 -6
- package/dist/ar/{building-blocks/poi → poi}/ObcPoi.svelte.d.ts +3 -3
- package/dist/ar/{poi-aton → poi}/ObcPoiAton.svelte +6 -4
- package/dist/ar/{poi-aton → poi}/ObcPoiAton.svelte.d.ts +5 -4
- package/dist/ar/{poi-data → poi}/ObcPoiData.svelte +5 -5
- package/dist/ar/{poi-data → poi}/ObcPoiData.svelte.d.ts +6 -6
- package/dist/ar/{poi-vessel → poi}/ObcPoiVessel.svelte +3 -3
- package/dist/ar/{poi-vessel → poi}/ObcPoiVessel.svelte.d.ts +2 -2
- package/dist/ar/{building-blocks/poi/ObcPoiBase.svelte → poi/PoiBase.svelte} +9 -10
- package/dist/ar/{building-blocks/poi/ObcPoiBase.svelte.d.ts → poi/PoiBase.svelte.d.ts} +8 -9
- package/dist/ar/{building-blocks/poi-button → poi-button}/ObcPoiButton.svelte +4 -4
- package/dist/ar/{building-blocks/poi-button → poi-button}/ObcPoiButton.svelte.d.ts +2 -2
- package/dist/ar/{poi-button-aton → poi-button}/ObcPoiButtonAton.svelte +6 -4
- package/dist/ar/{poi-button-aton → poi-button}/ObcPoiButtonAton.svelte.d.ts +5 -4
- package/dist/ar/{poi-button-data → poi-button}/ObcPoiButtonData.svelte +5 -5
- package/dist/ar/{poi-button-data → poi-button}/ObcPoiButtonData.svelte.d.ts +6 -6
- package/dist/ar/{poi-button-vessel → poi-button}/ObcPoiButtonVessel.svelte +3 -3
- package/dist/ar/{poi-button-vessel → poi-button}/ObcPoiButtonVessel.svelte.d.ts +2 -2
- package/dist/ar/poi-controller/ObcPoiController.svelte +14 -5
- package/dist/ar/poi-controller/ObcPoiController.svelte.d.ts +2 -1
- package/dist/ar/{building-blocks/poi-object/ObcAbstractPoiObject.svelte → poi-object/AbstractPoiObject.svelte} +5 -5
- package/dist/ar/poi-object/AbstractPoiObject.svelte.d.ts +22 -0
- package/dist/ar/{building-blocks/poi-object → poi-object}/ObcPoiObject.svelte +4 -4
- package/dist/ar/{building-blocks/poi-object → poi-object}/ObcPoiObject.svelte.d.ts +2 -2
- package/dist/ar/{poi-object-aton → poi-object}/ObcPoiObjectAton.svelte +3 -3
- package/dist/ar/{poi-object-aton → poi-object}/ObcPoiObjectAton.svelte.d.ts +2 -2
- package/dist/ar/{poi-object-data → poi-object}/ObcPoiObjectData.svelte +3 -3
- package/dist/ar/{poi-object-data → poi-object}/ObcPoiObjectData.svelte.d.ts +2 -2
- package/dist/ar/{poi-object-vessel → poi-object}/ObcPoiObjectVessel.svelte +3 -3
- package/dist/ar/{poi-object-vessel → poi-object}/ObcPoiObjectVessel.svelte.d.ts +2 -2
- package/dist/automation/automation-button/ObcAbstractAutomationButton.svelte +6 -4
- package/dist/automation/automation-button/ObcAbstractAutomationButton.svelte.d.ts +9 -4
- package/dist/bars-graphs/donut-chart/ObcDonutChart.svelte +5 -3
- package/dist/bars-graphs/donut-chart/ObcDonutChart.svelte.d.ts +3 -4
- package/dist/bars-graphs/pie-chart/ObcPieChart.svelte +5 -3
- package/dist/bars-graphs/pie-chart/ObcPieChart.svelte.d.ts +3 -8
- package/dist/bars-graphs/polar-chart/ObcPolarChart.svelte +5 -3
- package/dist/bars-graphs/polar-chart/ObcPolarChart.svelte.d.ts +3 -4
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte +3 -3
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte.d.ts +3 -8
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte +3 -3
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte.d.ts +3 -8
- package/dist/building-blocks/chart-line/ObcChartLineBase.svelte +6 -6
- package/dist/building-blocks/chart-line/ObcChartLineBase.svelte.d.ts +6 -13
- 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-menu/ObcAlertMenu.svelte +11 -1
- package/dist/components/alert-menu/ObcAlertMenu.svelte.d.ts +10 -0
- package/dist/components/context-menu-input/ObcContextMenuInput.svelte +4 -4
- package/dist/components/context-menu-input/ObcContextMenuInput.svelte.d.ts +6 -10
- package/dist/components/dropdown-button/ObcDropdownButton.svelte +3 -3
- package/dist/components/dropdown-button/ObcDropdownButton.svelte.d.ts +3 -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/menu-button/ObcMenuButton.svelte +6 -4
- package/dist/components/menu-button/ObcMenuButton.svelte.d.ts +5 -8
- package/dist/components/message-menu-item/ObcMessageMenuItem.svelte +7 -7
- package/dist/components/message-menu-item/ObcMessageMenuItem.svelte.d.ts +2 -2
- 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/slider-double/ObcSliderDouble.svelte +34 -3
- package/dist/components/slider-double/ObcSliderDouble.svelte.d.ts +19 -0
- package/dist/components/split-button/ObcSplitButton.svelte +6 -4
- package/dist/components/split-button/ObcSplitButton.svelte.d.ts +5 -9
- package/dist/components/tab-item/ObcTabItem.svelte +4 -4
- package/dist/components/tab-item/ObcTabItem.svelte.d.ts +1 -1
- package/dist/components/title-container/ObcTitleContainer.svelte +4 -4
- package/dist/components/title-container/ObcTitleContainer.svelte.d.ts +1 -1
- package/dist/index.d.ts +15 -14
- package/dist/index.js +15 -14
- 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/navigation-instruments/compass/ObcCompass.svelte +17 -1
- package/dist/navigation-instruments/compass/ObcCompass.svelte.d.ts +16 -0
- 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-sector/ObcCompassSector.svelte +16 -1
- package/dist/navigation-instruments/compass-sector/ObcCompassSector.svelte.d.ts +15 -0
- package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte +3 -3
- package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte.d.ts +3 -8
- package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte +3 -3
- package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte.d.ts +3 -8
- package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte +3 -3
- package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte.d.ts +3 -8
- package/dist/navigation-instruments/pitch/ObcPitch.svelte +12 -1
- package/dist/navigation-instruments/pitch/ObcPitch.svelte.d.ts +11 -0
- package/dist/navigation-instruments/pitch-roll/ObcPitchRoll.svelte +13 -1
- package/dist/navigation-instruments/pitch-roll/ObcPitchRoll.svelte.d.ts +12 -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/roll/ObcRoll.svelte +13 -1
- package/dist/navigation-instruments/roll/ObcRoll.svelte.d.ts +12 -0
- package/dist/navigation-instruments/rot-indicator/ObcRotIndicator.svelte +10 -0
- package/dist/navigation-instruments/rot-indicator/ObcRotIndicator.svelte.d.ts +10 -0
- package/dist/navigation-instruments/watch/ObcWatch.svelte +3 -1
- package/dist/navigation-instruments/watch/ObcWatch.svelte.d.ts +2 -0
- 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-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/ar/building-blocks/poi-object/ObcAbstractPoiObject.svelte.d.ts +0 -21
package/dist/index.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export { default as ObcPoiBase } from './ar/building-blocks/poi/ObcPoiBase.svelte';
|
|
2
|
-
export { default as ObcPoi } from './ar/building-blocks/poi/ObcPoi.svelte';
|
|
3
|
-
export { default as ObcPoiButton } from './ar/building-blocks/poi-button/ObcPoiButton.svelte';
|
|
4
1
|
export { default as ObcPoiGraphicLine } from './ar/building-blocks/poi-graphic-line/ObcPoiGraphicLine.svelte';
|
|
5
2
|
export { default as ObcPoiHeader } from './ar/building-blocks/poi-header/ObcPoiHeader.svelte';
|
|
6
3
|
export { default as ObcPoiLine } from './ar/building-blocks/poi-line/ObcPoiLine.svelte';
|
|
7
|
-
export { default as ObcAbstractPoiObject } from './ar/building-blocks/poi-object/ObcAbstractPoiObject.svelte';
|
|
8
|
-
export { default as ObcPoiObject } from './ar/building-blocks/poi-object/ObcPoiObject.svelte';
|
|
9
4
|
export { default as ObcPoiPointer } from './ar/building-blocks/poi-pointer/ObcPoiPointer.svelte';
|
|
10
5
|
export { default as ObcPoiSelectionFrame } from './ar/building-blocks/poi-selection-frame/ObcPoiSelectionFrame.svelte';
|
|
11
6
|
export { default as ObcRulerPointer } from './ar/building-blocks/ruler-pointer/ObcRulerPointer.svelte';
|
|
12
7
|
export { default as ObcChartObjectVesselButton } from './ar/chart-object-vessel-button/ObcChartObjectVesselButton.svelte';
|
|
13
|
-
export { default as ObcPoiAton } from './ar/poi
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
8
|
+
export { default as ObcPoiAton } from './ar/poi/ObcPoiAton.svelte';
|
|
9
|
+
export { default as PoiBase } from './ar/poi/PoiBase.svelte';
|
|
10
|
+
export { default as ObcPoiData } from './ar/poi/ObcPoiData.svelte';
|
|
11
|
+
export { default as ObcPoiVessel } from './ar/poi/ObcPoiVessel.svelte';
|
|
12
|
+
export { default as ObcPoi } from './ar/poi/ObcPoi.svelte';
|
|
13
|
+
export { default as ObcPoiButtonAton } from './ar/poi-button/ObcPoiButtonAton.svelte';
|
|
14
|
+
export { default as ObcPoiButtonData } from './ar/poi-button/ObcPoiButtonData.svelte';
|
|
15
|
+
export { default as ObcPoiButtonVessel } from './ar/poi-button/ObcPoiButtonVessel.svelte';
|
|
16
|
+
export { default as ObcPoiButton } from './ar/poi-button/ObcPoiButton.svelte';
|
|
17
17
|
export { default as ObcPoiCard } from './ar/poi-card/ObcPoiCard.svelte';
|
|
18
18
|
export { default as ObcPoiCardHeader } from './ar/poi-card-header/ObcPoiCardHeader.svelte';
|
|
19
19
|
export { default as ObcPoiController } from './ar/poi-controller/ObcPoiController.svelte';
|
|
20
|
-
export { default as ObcPoiData } from './ar/poi-data/ObcPoiData.svelte';
|
|
21
20
|
export { default as ObcPoiGroup } from './ar/poi-group/ObcPoiGroup.svelte';
|
|
22
21
|
export { default as ObcPoiLayer } from './ar/poi-layer/ObcPoiLayer.svelte';
|
|
23
22
|
export { default as ObcPoiLayerStack } from './ar/poi-layer-stack/ObcPoiLayerStack.svelte';
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
23
|
+
export { default as AbstractPoiObject } from './ar/poi-object/AbstractPoiObject.svelte';
|
|
24
|
+
export { default as ObcPoiObjectAton } from './ar/poi-object/ObcPoiObjectAton.svelte';
|
|
25
|
+
export { default as ObcPoiObjectData } from './ar/poi-object/ObcPoiObjectData.svelte';
|
|
26
|
+
export { default as ObcPoiObjectVessel } from './ar/poi-object/ObcPoiObjectVessel.svelte';
|
|
27
|
+
export { default as ObcPoiObject } from './ar/poi-object/ObcPoiObject.svelte';
|
|
28
28
|
export { default as ObcAnalogValve } from './automation/analog-valve/ObcAnalogValve.svelte';
|
|
29
29
|
export { default as ObcAutomationBadge } from './automation/automation-badge/ObcAutomationBadge.svelte';
|
|
30
30
|
export { default as ObcAbstractAutomationButtonMotorized } from './automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte';
|
|
@@ -2183,5 +2183,6 @@ export { default as ObcWatch } from './navigation-instruments/watch/ObcWatch.sve
|
|
|
2183
2183
|
export { default as ObcWatchFlat } from './navigation-instruments/watch-flat/ObcWatchFlat.svelte';
|
|
2184
2184
|
export { default as ObcWind } from './navigation-instruments/wind/ObcWind.svelte';
|
|
2185
2185
|
export { default as ObcWindIndicator } from './navigation-instruments/wind-indicator/ObcWindIndicator.svelte';
|
|
2186
|
+
export { default as ObcWindPropulsion } from './navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte';
|
|
2186
2187
|
export { default as ObcAlertDetailPage } from './pages/alert-detail-page/ObcAlertDetailPage.svelte';
|
|
2187
2188
|
export { default as ObcAlertListPageSmall } from './pages/alert-list-page-small/ObcAlertListPageSmall.svelte';
|
package/dist/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export { default as ObcPoiBase } from './ar/building-blocks/poi/ObcPoiBase.svelte';
|
|
2
|
-
export { default as ObcPoi } from './ar/building-blocks/poi/ObcPoi.svelte';
|
|
3
|
-
export { default as ObcPoiButton } from './ar/building-blocks/poi-button/ObcPoiButton.svelte';
|
|
4
1
|
export { default as ObcPoiGraphicLine } from './ar/building-blocks/poi-graphic-line/ObcPoiGraphicLine.svelte';
|
|
5
2
|
export { default as ObcPoiHeader } from './ar/building-blocks/poi-header/ObcPoiHeader.svelte';
|
|
6
3
|
export { default as ObcPoiLine } from './ar/building-blocks/poi-line/ObcPoiLine.svelte';
|
|
7
|
-
export { default as ObcAbstractPoiObject } from './ar/building-blocks/poi-object/ObcAbstractPoiObject.svelte';
|
|
8
|
-
export { default as ObcPoiObject } from './ar/building-blocks/poi-object/ObcPoiObject.svelte';
|
|
9
4
|
export { default as ObcPoiPointer } from './ar/building-blocks/poi-pointer/ObcPoiPointer.svelte';
|
|
10
5
|
export { default as ObcPoiSelectionFrame } from './ar/building-blocks/poi-selection-frame/ObcPoiSelectionFrame.svelte';
|
|
11
6
|
export { default as ObcRulerPointer } from './ar/building-blocks/ruler-pointer/ObcRulerPointer.svelte';
|
|
12
7
|
export { default as ObcChartObjectVesselButton } from './ar/chart-object-vessel-button/ObcChartObjectVesselButton.svelte';
|
|
13
|
-
export { default as ObcPoiAton } from './ar/poi
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
8
|
+
export { default as ObcPoiAton } from './ar/poi/ObcPoiAton.svelte';
|
|
9
|
+
export { default as PoiBase } from './ar/poi/PoiBase.svelte';
|
|
10
|
+
export { default as ObcPoiData } from './ar/poi/ObcPoiData.svelte';
|
|
11
|
+
export { default as ObcPoiVessel } from './ar/poi/ObcPoiVessel.svelte';
|
|
12
|
+
export { default as ObcPoi } from './ar/poi/ObcPoi.svelte';
|
|
13
|
+
export { default as ObcPoiButtonAton } from './ar/poi-button/ObcPoiButtonAton.svelte';
|
|
14
|
+
export { default as ObcPoiButtonData } from './ar/poi-button/ObcPoiButtonData.svelte';
|
|
15
|
+
export { default as ObcPoiButtonVessel } from './ar/poi-button/ObcPoiButtonVessel.svelte';
|
|
16
|
+
export { default as ObcPoiButton } from './ar/poi-button/ObcPoiButton.svelte';
|
|
17
17
|
export { default as ObcPoiCard } from './ar/poi-card/ObcPoiCard.svelte';
|
|
18
18
|
export { default as ObcPoiCardHeader } from './ar/poi-card-header/ObcPoiCardHeader.svelte';
|
|
19
19
|
export { default as ObcPoiController } from './ar/poi-controller/ObcPoiController.svelte';
|
|
20
|
-
export { default as ObcPoiData } from './ar/poi-data/ObcPoiData.svelte';
|
|
21
20
|
export { default as ObcPoiGroup } from './ar/poi-group/ObcPoiGroup.svelte';
|
|
22
21
|
export { default as ObcPoiLayer } from './ar/poi-layer/ObcPoiLayer.svelte';
|
|
23
22
|
export { default as ObcPoiLayerStack } from './ar/poi-layer-stack/ObcPoiLayerStack.svelte';
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
23
|
+
export { default as AbstractPoiObject } from './ar/poi-object/AbstractPoiObject.svelte';
|
|
24
|
+
export { default as ObcPoiObjectAton } from './ar/poi-object/ObcPoiObjectAton.svelte';
|
|
25
|
+
export { default as ObcPoiObjectData } from './ar/poi-object/ObcPoiObjectData.svelte';
|
|
26
|
+
export { default as ObcPoiObjectVessel } from './ar/poi-object/ObcPoiObjectVessel.svelte';
|
|
27
|
+
export { default as ObcPoiObject } from './ar/poi-object/ObcPoiObject.svelte';
|
|
28
28
|
export { default as ObcAnalogValve } from './automation/analog-valve/ObcAnalogValve.svelte';
|
|
29
29
|
export { default as ObcAutomationBadge } from './automation/automation-badge/ObcAutomationBadge.svelte';
|
|
30
30
|
export { default as ObcAbstractAutomationButtonMotorized } from './automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte';
|
|
@@ -2183,5 +2183,6 @@ export { default as ObcWatch } from './navigation-instruments/watch/ObcWatch.sve
|
|
|
2183
2183
|
export { default as ObcWatchFlat } from './navigation-instruments/watch-flat/ObcWatchFlat.svelte';
|
|
2184
2184
|
export { default as ObcWind } from './navigation-instruments/wind/ObcWind.svelte';
|
|
2185
2185
|
export { default as ObcWindIndicator } from './navigation-instruments/wind-indicator/ObcWindIndicator.svelte';
|
|
2186
|
+
export { default as ObcWindPropulsion } from './navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte';
|
|
2186
2187
|
export { default as ObcAlertDetailPage } from './pages/alert-detail-page/ObcAlertDetailPage.svelte';
|
|
2187
2188
|
export { default as ObcAlertListPageSmall } from './pages/alert-list-page-small/ObcAlertListPageSmall.svelte';
|
package/dist/integration-systems/integration-dropdown-button/ObcIntegrationDropdownButton.svelte
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcIntegrationDropdownButtonChangeEvent} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
4
|
-
export type {HTMLTemplateResult} from 'lit';
|
|
3
|
+
export type {ObcIntegrationDropdownButtonChangeEvent, IntegrationDropdownOption} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
5
4
|
import '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
6
5
|
import { setProperties } from "../../util.js";
|
|
7
|
-
import type {ObcIntegrationDropdownButtonChangeEvent} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
8
|
-
import type {HTMLTemplateResult} from 'lit';
|
|
6
|
+
import type {ObcIntegrationDropdownButtonChangeEvent, IntegrationDropdownOption} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
9
7
|
import type { Snippet } from 'svelte';
|
|
10
8
|
|
|
11
9
|
export interface Props {
|
|
@@ -18,7 +16,7 @@ Example:
|
|
|
18
16
|
{ value: 'volvo', label: 'Volvo', icon: html`<obi-ship></obi-ship>` },
|
|
19
17
|
{ value: 'xc90', label: 'XC 90', icon: html`<obi-ship></obi-ship>` }
|
|
20
18
|
] */
|
|
21
|
-
options?:
|
|
19
|
+
options?: IntegrationDropdownOption[];
|
|
22
20
|
hasFleet?: boolean;
|
|
23
21
|
fleetLabel?: string;
|
|
24
22
|
/** The value of the currently selected option. */
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
2
|
-
import type { ObcIntegrationDropdownButtonChangeEvent } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
3
|
-
import type { HTMLTemplateResult } from 'lit';
|
|
2
|
+
import type { ObcIntegrationDropdownButtonChangeEvent, IntegrationDropdownOption } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-dropdown-button/integration-dropdown-button.js';
|
|
4
3
|
import type { Snippet } from 'svelte';
|
|
5
4
|
export interface Props {
|
|
6
5
|
class?: string;
|
|
@@ -12,13 +11,7 @@ Example:
|
|
|
12
11
|
{ value: 'volvo', label: 'Volvo', icon: html`<obi-ship></obi-ship>` },
|
|
13
12
|
{ value: 'xc90', label: 'XC 90', icon: html`<obi-ship></obi-ship>` }
|
|
14
13
|
] */
|
|
15
|
-
options?:
|
|
16
|
-
value: string;
|
|
17
|
-
label: string;
|
|
18
|
-
status?: string | undefined;
|
|
19
|
-
icon: HTMLTemplateResult;
|
|
20
|
-
disabled?: boolean | undefined;
|
|
21
|
-
}[];
|
|
14
|
+
options?: IntegrationDropdownOption[];
|
|
22
15
|
hasFleet?: boolean;
|
|
23
16
|
fleetLabel?: string;
|
|
24
17
|
/** The value of the currently selected option. */
|
|
@@ -39,7 +32,7 @@ export interface Slots {
|
|
|
39
32
|
type $$ComponentProps = Props & Events & Slots;
|
|
40
33
|
declare const ObcIntegrationDropdownButton: import("svelte").Component<$$ComponentProps, {
|
|
41
34
|
ObcIntegrationDropdownButtonChangeEvent: typeof ObcIntegrationDropdownButtonChangeEvent;
|
|
42
|
-
|
|
35
|
+
IntegrationDropdownOption: typeof IntegrationDropdownOption;
|
|
43
36
|
}, "">;
|
|
44
37
|
type ObcIntegrationDropdownButton = ReturnType<typeof ObcIntegrationDropdownButton>;
|
|
45
38
|
export default ObcIntegrationDropdownButton;
|
|
@@ -32,10 +32,26 @@ import type {InstrumentState, Priority} from '@oicl/openbridge-webcomponents/dis
|
|
|
32
32
|
currentSpeed?: number | null;
|
|
33
33
|
currentFromDirection?: number | null;
|
|
34
34
|
vesselImage?: VesselImage;
|
|
35
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
36
|
+
Drives both the bar extent and (after multiplication by
|
|
37
|
+
`rotDotAnimationFactor`) the spinning dot animation.
|
|
38
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
39
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
40
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
41
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
42
|
+
(≈1 rpm at 20°/min). */
|
|
43
|
+
rotDotAnimationFactor?: number;
|
|
35
44
|
rotationsPerMinute?: number;
|
|
36
45
|
rotType?: RotType;
|
|
37
46
|
rotPosition?: RotPosition;
|
|
38
|
-
|
|
47
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
48
|
+
full ±`rotArcExtent` arc when the measured ROT equals ±`rotMaxValue`.
|
|
49
|
+
Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
50
|
+
|
|
51
|
+
Note: prior to the introduction of `rateOfTurnDegreesPerMinute` this
|
|
52
|
+
property was interpreted in rotations per minute. The unit changed when
|
|
53
|
+
the physical ROT API was introduced. */
|
|
54
|
+
rotMaxValue?: number;
|
|
39
55
|
rotArcExtent?: number;
|
|
40
56
|
rotPortStarboard?: boolean;
|
|
41
57
|
rotAtZeroDeadband?: number;
|
|
@@ -24,9 +24,25 @@ export interface Props {
|
|
|
24
24
|
currentSpeed?: number | null;
|
|
25
25
|
currentFromDirection?: number | null;
|
|
26
26
|
vesselImage?: VesselImage;
|
|
27
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
28
|
+
Drives both the bar extent and (after multiplication by
|
|
29
|
+
`rotDotAnimationFactor`) the spinning dot animation.
|
|
30
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
31
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
32
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
33
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
34
|
+
(≈1 rpm at 20°/min). */
|
|
35
|
+
rotDotAnimationFactor?: number;
|
|
27
36
|
rotationsPerMinute?: number;
|
|
28
37
|
rotType?: RotType;
|
|
29
38
|
rotPosition?: RotPosition;
|
|
39
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
40
|
+
full ±`rotArcExtent` arc when the measured ROT equals ±`rotMaxValue`.
|
|
41
|
+
Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
42
|
+
|
|
43
|
+
Note: prior to the introduction of `rateOfTurnDegreesPerMinute` this
|
|
44
|
+
property was interpreted in rotations per minute. The unit changed when
|
|
45
|
+
the physical ROT API was introduced. */
|
|
30
46
|
rotMaxValue?: number;
|
|
31
47
|
rotArcExtent?: number;
|
|
32
48
|
rotPortStarboard?: boolean;
|
|
@@ -23,8 +23,15 @@ import type {RotType} from '@oicl/openbridge-webcomponents/dist/navigation-instr
|
|
|
23
23
|
priority?: Priority;
|
|
24
24
|
priorityElements?: CompassFlatPriorityElement[];
|
|
25
25
|
rotType?: RotType | undefined;
|
|
26
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
27
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
28
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
29
|
+
/** Visual amplification applied only to the spinning dot animation. */
|
|
30
|
+
rotDotAnimationFactor?: number;
|
|
26
31
|
rotationsPerMinute?: number;
|
|
27
|
-
|
|
32
|
+
/** Bar-extent reference value in **degrees per minute**. Default `60`
|
|
33
|
+
per ES-TRIN 2025/1 Art. 3.02. */
|
|
34
|
+
rotMaxValue?: number;
|
|
28
35
|
rotArcExtent?: number;
|
|
29
36
|
rotPortStarboard?: boolean;
|
|
30
37
|
rotAtZeroDeadband?: number
|
|
@@ -16,7 +16,14 @@ export interface Props {
|
|
|
16
16
|
priority?: Priority;
|
|
17
17
|
priorityElements?: CompassFlatPriorityElement[];
|
|
18
18
|
rotType?: RotType | undefined;
|
|
19
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
20
|
+
When `undefined`, falls back to the deprecated `rotationsPerMinute`. */
|
|
21
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
22
|
+
/** Visual amplification applied only to the spinning dot animation. */
|
|
23
|
+
rotDotAnimationFactor?: number;
|
|
19
24
|
rotationsPerMinute?: number;
|
|
25
|
+
/** Bar-extent reference value in **degrees per minute**. Default `60`
|
|
26
|
+
per ES-TRIN 2025/1 Art. 3.02. */
|
|
20
27
|
rotMaxValue?: number;
|
|
21
28
|
rotArcExtent?: number;
|
|
22
29
|
rotPortStarboard?: boolean;
|
|
@@ -30,8 +30,23 @@ import type {CompassSectorPriorityElement} from '@oicl/openbridge-webcomponents/
|
|
|
30
30
|
minFOV?: number;
|
|
31
31
|
rotType?: RotType | undefined;
|
|
32
32
|
rotPosition?: RotPosition;
|
|
33
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
34
|
+
Drives both the bar extent and (after multiplication by
|
|
35
|
+
`rotDotAnimationFactor`) the spinning dot animation. When `undefined`,
|
|
36
|
+
falls back to the deprecated `rotationsPerMinute`. */
|
|
37
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
38
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
39
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
40
|
+
(≈1 rpm at 20°/min). */
|
|
41
|
+
rotDotAnimationFactor?: number;
|
|
33
42
|
rotationsPerMinute?: number;
|
|
34
|
-
|
|
43
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
44
|
+
full ±`ARC_HALF_EXTENT` arc when the measured ROT equals
|
|
45
|
+
±`rotMaxValue`. Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
46
|
+
|
|
47
|
+
Note: the unit changed from rotations per minute to degrees per minute
|
|
48
|
+
with the introduction of `rateOfTurnDegreesPerMinute`. */
|
|
49
|
+
rotMaxValue?: number;
|
|
35
50
|
rotPortStarboard?: boolean;
|
|
36
51
|
rotAtZeroDeadband?: number;
|
|
37
52
|
state?: InstrumentState;
|
|
@@ -22,7 +22,22 @@ export interface Props {
|
|
|
22
22
|
minFOV?: number;
|
|
23
23
|
rotType?: RotType | undefined;
|
|
24
24
|
rotPosition?: RotPosition;
|
|
25
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
26
|
+
Drives both the bar extent and (after multiplication by
|
|
27
|
+
`rotDotAnimationFactor`) the spinning dot animation. When `undefined`,
|
|
28
|
+
falls back to the deprecated `rotationsPerMinute`. */
|
|
29
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
30
|
+
/** Visual amplification applied only to the spinning dot animation
|
|
31
|
+
(not to the bar extent). Default `18` keeps the legacy visual feel
|
|
32
|
+
(≈1 rpm at 20°/min). */
|
|
33
|
+
rotDotAnimationFactor?: number;
|
|
25
34
|
rotationsPerMinute?: number;
|
|
35
|
+
/** Bar-extent reference value in **degrees per minute**. The bar fills the
|
|
36
|
+
full ±`ARC_HALF_EXTENT` arc when the measured ROT equals
|
|
37
|
+
±`rotMaxValue`. Default `60` aligns with ES-TRIN 2025/1 Art. 3.02.
|
|
38
|
+
|
|
39
|
+
Note: the unit changed from rotations per minute to degrees per minute
|
|
40
|
+
with the introduction of `rateOfTurnDegreesPerMinute`. */
|
|
26
41
|
rotMaxValue?: number;
|
|
27
42
|
rotPortStarboard?: boolean;
|
|
28
43
|
rotAtZeroDeadband?: number;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
<script lang="ts">
|
|
3
3
|
export type {ExternalScaleSide, FillMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
4
4
|
export type {BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
5
|
-
export type {
|
|
5
|
+
export type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
6
6
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-horizontal/gauge-horizontal.js';
|
|
7
7
|
import { setProperties } from "../../util.js";
|
|
8
8
|
import type {ExternalScaleSide, FillMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
9
9
|
import type {BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
10
|
-
import type {
|
|
10
|
+
import type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
11
11
|
import type { Snippet } from 'svelte';
|
|
12
12
|
|
|
13
13
|
export interface Props {
|
|
@@ -45,7 +45,7 @@ value?: number | undefined;
|
|
|
45
45
|
state?: InstrumentState;
|
|
46
46
|
focused?: boolean;
|
|
47
47
|
/** Advice/alert overlays with min, max, type, and hinted state. When undefined or empty, no advice shown. */
|
|
48
|
-
advices?:
|
|
48
|
+
advices?: LinearAdvice[] | undefined;
|
|
49
49
|
/** When true, displays a dot indicator at the current value position.
|
|
50
50
|
The dot is rendered in the scale band, touching its inner edge (towards the chart).
|
|
51
51
|
This provides an alternative to bar fill for highlighting the current value. */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-horizontal/gauge-horizontal.js';
|
|
2
2
|
import type { ExternalScaleSide, FillMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
3
3
|
import type { BorderRadiusPosition, Priority, InstrumentState } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
4
|
-
import type {
|
|
4
|
+
import type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
5
5
|
import type { Snippet } from 'svelte';
|
|
6
6
|
export interface Props {
|
|
7
7
|
class?: string;
|
|
@@ -38,12 +38,7 @@ export interface Props {
|
|
|
38
38
|
state?: InstrumentState;
|
|
39
39
|
focused?: boolean;
|
|
40
40
|
/** Advice/alert overlays with min, max, type, and hinted state. When undefined or empty, no advice shown. */
|
|
41
|
-
advices?:
|
|
42
|
-
min: number;
|
|
43
|
-
max: number;
|
|
44
|
-
type: AdviceType;
|
|
45
|
-
hinted: boolean;
|
|
46
|
-
}[] | undefined;
|
|
41
|
+
advices?: LinearAdvice[] | undefined;
|
|
47
42
|
/** When true, displays a dot indicator at the current value position.
|
|
48
43
|
The dot is rendered in the scale band, touching its inner edge (towards the chart).
|
|
49
44
|
This provides an alternative to bar fill for highlighting the current value. */
|
|
@@ -62,7 +57,7 @@ declare const ObcGaugeHorizontal: import("svelte").Component<$$ComponentProps, {
|
|
|
62
57
|
BorderRadiusPosition: typeof BorderRadiusPosition;
|
|
63
58
|
Priority: typeof Priority;
|
|
64
59
|
InstrumentState: typeof InstrumentState;
|
|
65
|
-
|
|
60
|
+
LinearAdvice: typeof LinearAdvice;
|
|
66
61
|
}, "">;
|
|
67
62
|
type ObcGaugeHorizontal = ReturnType<typeof ObcGaugeHorizontal>;
|
|
68
63
|
export default ObcGaugeHorizontal;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
3
|
export type {ScaleType, FillMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/bar-vertical/bar-vertical.js';
|
|
4
|
-
export type {
|
|
4
|
+
export type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
5
5
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-trend/gauge-trend.js';
|
|
6
6
|
import { setProperties } from "../../util.js";
|
|
7
7
|
import type {ScaleType, FillMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/bar-vertical/bar-vertical.js';
|
|
8
|
-
import type {
|
|
8
|
+
import type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
9
9
|
import type { Snippet } from 'svelte';
|
|
10
10
|
|
|
11
11
|
export interface Props {
|
|
@@ -67,7 +67,7 @@ In `'tint'` mode, this defines the upper bound of the highlighted range.
|
|
|
67
67
|
When `undefined`, defaults to `value`. */
|
|
68
68
|
fillMax?: number | undefined;
|
|
69
69
|
/** Advice/alert overlays for the vertical scale. */
|
|
70
|
-
advice?:
|
|
70
|
+
advice?: LinearAdvice[];
|
|
71
71
|
/** Primary tick interval for the vertical scale (longest ticks with labels). */
|
|
72
72
|
primaryTickmarkInterval?: number | undefined;
|
|
73
73
|
/** Secondary tick interval for the vertical scale (medium ticks). */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-trend/gauge-trend.js';
|
|
2
2
|
import type { ScaleType, FillMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/bar-vertical/bar-vertical.js';
|
|
3
|
-
import type {
|
|
3
|
+
import type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
4
4
|
import type { Snippet } from 'svelte';
|
|
5
5
|
export interface Props {
|
|
6
6
|
class?: string;
|
|
@@ -61,12 +61,7 @@ In `'tint'` mode, this defines the upper bound of the highlighted range.
|
|
|
61
61
|
When `undefined`, defaults to `value`. */
|
|
62
62
|
fillMax?: number | undefined;
|
|
63
63
|
/** Advice/alert overlays for the vertical scale. */
|
|
64
|
-
advice?:
|
|
65
|
-
min: number;
|
|
66
|
-
max: number;
|
|
67
|
-
type: AdviceType;
|
|
68
|
-
hinted: boolean;
|
|
69
|
-
}[];
|
|
64
|
+
advice?: LinearAdvice[];
|
|
70
65
|
/** Primary tick interval for the vertical scale (longest ticks with labels). */
|
|
71
66
|
primaryTickmarkInterval?: number | undefined;
|
|
72
67
|
/** Secondary tick interval for the vertical scale (medium ticks). */
|
|
@@ -87,7 +82,7 @@ type $$ComponentProps = Props & Events & Slots;
|
|
|
87
82
|
declare const ObcGaugeTrend: import("svelte").Component<$$ComponentProps, {
|
|
88
83
|
ScaleType: typeof ScaleType;
|
|
89
84
|
FillMode: typeof FillMode;
|
|
90
|
-
|
|
85
|
+
LinearAdvice: typeof LinearAdvice;
|
|
91
86
|
}, "">;
|
|
92
87
|
type ObcGaugeTrend = ReturnType<typeof ObcGaugeTrend>;
|
|
93
88
|
export default ObcGaugeTrend;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
<script lang="ts">
|
|
3
3
|
export type {ExternalScaleSide, FillMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
4
4
|
export type {BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
5
|
-
export type {
|
|
5
|
+
export type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
6
6
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-vertical/gauge-vertical.js';
|
|
7
7
|
import { setProperties } from "../../util.js";
|
|
8
8
|
import type {ExternalScaleSide, FillMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
9
9
|
import type {BorderRadiusPosition, Priority, InstrumentState} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
10
|
-
import type {
|
|
10
|
+
import type {LinearAdvice} from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
11
11
|
import type { Snippet } from 'svelte';
|
|
12
12
|
|
|
13
13
|
export interface Props {
|
|
@@ -45,7 +45,7 @@ value?: number | undefined;
|
|
|
45
45
|
state?: InstrumentState;
|
|
46
46
|
focused?: boolean;
|
|
47
47
|
/** Advice/alert overlays with min, max, type, and hinted state. When undefined or empty, no advice shown. */
|
|
48
|
-
advices?:
|
|
48
|
+
advices?: LinearAdvice[] | undefined;
|
|
49
49
|
/** When true, displays a dot indicator at the current value position.
|
|
50
50
|
The dot is rendered in the scale band, touching its inner edge (towards the chart).
|
|
51
51
|
This provides an alternative to bar fill for highlighting the current value. */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-vertical/gauge-vertical.js';
|
|
2
2
|
import type { ExternalScaleSide, FillMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/external-scale/external-scale.js';
|
|
3
3
|
import type { BorderRadiusPosition, Priority, InstrumentState } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js';
|
|
4
|
-
import type {
|
|
4
|
+
import type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js';
|
|
5
5
|
import type { Snippet } from 'svelte';
|
|
6
6
|
export interface Props {
|
|
7
7
|
class?: string;
|
|
@@ -38,12 +38,7 @@ export interface Props {
|
|
|
38
38
|
state?: InstrumentState;
|
|
39
39
|
focused?: boolean;
|
|
40
40
|
/** Advice/alert overlays with min, max, type, and hinted state. When undefined or empty, no advice shown. */
|
|
41
|
-
advices?:
|
|
42
|
-
min: number;
|
|
43
|
-
max: number;
|
|
44
|
-
type: AdviceType;
|
|
45
|
-
hinted: boolean;
|
|
46
|
-
}[] | undefined;
|
|
41
|
+
advices?: LinearAdvice[] | undefined;
|
|
47
42
|
/** When true, displays a dot indicator at the current value position.
|
|
48
43
|
The dot is rendered in the scale band, touching its inner edge (towards the chart).
|
|
49
44
|
This provides an alternative to bar fill for highlighting the current value. */
|
|
@@ -62,7 +57,7 @@ declare const ObcGaugeVertical: import("svelte").Component<$$ComponentProps, {
|
|
|
62
57
|
BorderRadiusPosition: typeof BorderRadiusPosition;
|
|
63
58
|
Priority: typeof Priority;
|
|
64
59
|
InstrumentState: typeof InstrumentState;
|
|
65
|
-
|
|
60
|
+
LinearAdvice: typeof LinearAdvice;
|
|
66
61
|
}, "">;
|
|
67
62
|
type ObcGaugeVertical = ReturnType<typeof ObcGaugeVertical>;
|
|
68
63
|
export default ObcGaugeVertical;
|
|
@@ -14,7 +14,18 @@
|
|
|
14
14
|
maxAvgPitch?: number;
|
|
15
15
|
vesselImageSide?: VesselImage;
|
|
16
16
|
maxPitchAdvice?: number | undefined;
|
|
17
|
-
triggerPitchAdvice?: boolean
|
|
17
|
+
triggerPitchAdvice?: boolean;
|
|
18
|
+
zoomToFitArc?: boolean;
|
|
19
|
+
/** Half-extent of the watch arc in degrees. The arc spans `90° ± arcAngle`
|
|
20
|
+
and pitch values are placed at their true position within it. Default
|
|
21
|
+
`45` reproduces the historical 90°-wide arc.
|
|
22
|
+
|
|
23
|
+
Smaller values render a narrower arc. Combined with `zoomToFitArc`, the
|
|
24
|
+
narrower arc is enlarged (its radius grows) on its own layer, while the
|
|
25
|
+
vessel image and the rotating indicator line stay at their natural size
|
|
26
|
+
and position on a separate central layer. The two layers are
|
|
27
|
+
intentionally visually disconnected. */
|
|
28
|
+
arcAngle?: number
|
|
18
29
|
}
|
|
19
30
|
export interface Events {
|
|
20
31
|
|
|
@@ -10,6 +10,17 @@ export interface Props {
|
|
|
10
10
|
vesselImageSide?: VesselImage;
|
|
11
11
|
maxPitchAdvice?: number | undefined;
|
|
12
12
|
triggerPitchAdvice?: boolean;
|
|
13
|
+
zoomToFitArc?: boolean;
|
|
14
|
+
/** Half-extent of the watch arc in degrees. The arc spans `90° ± arcAngle`
|
|
15
|
+
and pitch values are placed at their true position within it. Default
|
|
16
|
+
`45` reproduces the historical 90°-wide arc.
|
|
17
|
+
|
|
18
|
+
Smaller values render a narrower arc. Combined with `zoomToFitArc`, the
|
|
19
|
+
narrower arc is enlarged (its radius grows) on its own layer, while the
|
|
20
|
+
vessel image and the rotating indicator line stay at their natural size
|
|
21
|
+
and position on a separate central layer. The two layers are
|
|
22
|
+
intentionally visually disconnected. */
|
|
23
|
+
arcAngle?: number;
|
|
13
24
|
}
|
|
14
25
|
export interface Events {
|
|
15
26
|
}
|
|
@@ -21,12 +21,24 @@ import type {PitchRollPriorityElement} from '@oicl/openbridge-webcomponents/dist
|
|
|
21
21
|
maxAvgRoll?: number;
|
|
22
22
|
vesselImageFore?: VesselImage;
|
|
23
23
|
vesselImageSide?: VesselImage;
|
|
24
|
+
scaleForeImage?: number;
|
|
24
25
|
maxPitchAdvice?: number | undefined;
|
|
25
26
|
maxRollAdvice?: number | undefined;
|
|
26
27
|
triggerPitchAdvice?: boolean;
|
|
27
28
|
triggerRollAdvice?: boolean;
|
|
28
29
|
priority?: Priority;
|
|
29
|
-
priorityElements?: PitchRollPriorityElement[]
|
|
30
|
+
priorityElements?: PitchRollPriorityElement[];
|
|
31
|
+
zoomToFitArc?: boolean;
|
|
32
|
+
/** Half-extent of each of the four watch arcs in degrees, measured from the
|
|
33
|
+
arc's natural center (0°/90°/180°/270°). Each arc spans
|
|
34
|
+
`center ± arcAngle`. Default `30` reproduces the historical 60°-wide
|
|
35
|
+
arcs; smaller values produce narrower arcs that, combined with
|
|
36
|
+
`zoomToFitArc`, reveal more detail in the relevant motion range. */
|
|
37
|
+
arcAngle?: number;
|
|
38
|
+
/** [object Object],[object Object],[object Object] */
|
|
39
|
+
pitchArcAngle?: number | undefined;
|
|
40
|
+
/** [object Object],[object Object],[object Object] */
|
|
41
|
+
rollArcAngle?: number | undefined
|
|
30
42
|
}
|
|
31
43
|
export interface Events {
|
|
32
44
|
|
|
@@ -14,12 +14,24 @@ export interface Props {
|
|
|
14
14
|
maxAvgRoll?: number;
|
|
15
15
|
vesselImageFore?: VesselImage;
|
|
16
16
|
vesselImageSide?: VesselImage;
|
|
17
|
+
scaleForeImage?: number;
|
|
17
18
|
maxPitchAdvice?: number | undefined;
|
|
18
19
|
maxRollAdvice?: number | undefined;
|
|
19
20
|
triggerPitchAdvice?: boolean;
|
|
20
21
|
triggerRollAdvice?: boolean;
|
|
21
22
|
priority?: Priority;
|
|
22
23
|
priorityElements?: PitchRollPriorityElement[];
|
|
24
|
+
zoomToFitArc?: boolean;
|
|
25
|
+
/** Half-extent of each of the four watch arcs in degrees, measured from the
|
|
26
|
+
arc's natural center (0°/90°/180°/270°). Each arc spans
|
|
27
|
+
`center ± arcAngle`. Default `30` reproduces the historical 60°-wide
|
|
28
|
+
arcs; smaller values produce narrower arcs that, combined with
|
|
29
|
+
`zoomToFitArc`, reveal more detail in the relevant motion range. */
|
|
30
|
+
arcAngle?: number;
|
|
31
|
+
/** [object Object],[object Object],[object Object] */
|
|
32
|
+
pitchArcAngle?: number | undefined;
|
|
33
|
+
/** [object Object],[object Object],[object Object] */
|
|
34
|
+
rollArcAngle?: number | undefined;
|
|
23
35
|
}
|
|
24
36
|
export interface Events {
|
|
25
37
|
}
|
|
@@ -11,6 +11,12 @@ import type {Priority} from '@oicl/openbridge-webcomponents/dist/navigation-inst
|
|
|
11
11
|
export interface Props {
|
|
12
12
|
class?: string;
|
|
13
13
|
style?: string;
|
|
14
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
15
|
+
When `undefined`, the legacy `rotationsPerMinute` value is used. */
|
|
16
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
17
|
+
/** Visual amplification applied to the spinning dot animation. Default `18`
|
|
18
|
+
keeps the legacy visual feel (≈1 rpm at 20°/min). */
|
|
19
|
+
rotDotAnimationFactor?: number;
|
|
14
20
|
rotationsPerMinute?: number;
|
|
15
21
|
rotType?: RotType;
|
|
16
22
|
rotPosition?: RotPosition;
|
|
@@ -5,6 +5,12 @@ import type { Snippet } from 'svelte';
|
|
|
5
5
|
export interface Props {
|
|
6
6
|
class?: string;
|
|
7
7
|
style?: string;
|
|
8
|
+
/** Measured rate of turn in degrees per minute (positive = starboard).
|
|
9
|
+
When `undefined`, the legacy `rotationsPerMinute` value is used. */
|
|
10
|
+
rateOfTurnDegreesPerMinute?: number | undefined;
|
|
11
|
+
/** Visual amplification applied to the spinning dot animation. Default `18`
|
|
12
|
+
keeps the legacy visual feel (≈1 rpm at 20°/min). */
|
|
13
|
+
rotDotAnimationFactor?: number;
|
|
8
14
|
rotationsPerMinute?: number;
|
|
9
15
|
rotType?: RotType;
|
|
10
16
|
rotPosition?: RotPosition;
|
|
@@ -13,8 +13,20 @@
|
|
|
13
13
|
minAvgRoll?: number;
|
|
14
14
|
maxAvgRoll?: number;
|
|
15
15
|
vesselImageFore?: VesselImage;
|
|
16
|
+
scaleForeImage?: number;
|
|
16
17
|
maxRollAdvice?: number | undefined;
|
|
17
|
-
triggerRollAdvice?: boolean
|
|
18
|
+
triggerRollAdvice?: boolean;
|
|
19
|
+
zoomToFitArc?: boolean;
|
|
20
|
+
/** Half-extent of the watch arc in degrees. The arc spans `180° ± arcAngle`
|
|
21
|
+
and roll values are placed at their true position within it. Default
|
|
22
|
+
`45` reproduces the historical 90°-wide arc.
|
|
23
|
+
|
|
24
|
+
Smaller values render a narrower arc. Combined with `zoomToFitArc`, the
|
|
25
|
+
narrower arc is enlarged (its radius grows) on its own layer, while the
|
|
26
|
+
vessel image and the rotating indicator line stay at their natural size
|
|
27
|
+
and position on a separate central layer. The two layers are
|
|
28
|
+
intentionally visually disconnected. */
|
|
29
|
+
arcAngle?: number
|
|
18
30
|
}
|
|
19
31
|
export interface Events {
|
|
20
32
|
|