@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
|
@@ -33,11 +33,11 @@ course?: number;
|
|
|
33
33
|
export interface Slots {
|
|
34
34
|
children?: Snippet;
|
|
35
35
|
silhouette?: Snippet;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
numberSnippet?: Snippet;
|
|
37
|
+
nameSnippet?: Snippet;
|
|
38
|
+
vesselImageSnippet?: Snippet
|
|
39
39
|
}
|
|
40
|
-
const { class: className, style, children, silhouette,
|
|
40
|
+
const { class: className, style, children, silhouette, numberSnippet, nameSnippet, vesselImageSnippet, ...props} = $props<Props & Events & Slots>();
|
|
41
41
|
|
|
42
42
|
</script>
|
|
43
43
|
<obc-chart-object-vessel-button
|
|
@@ -56,21 +56,21 @@ course?: number;
|
|
|
56
56
|
</div>
|
|
57
57
|
{/if}
|
|
58
58
|
|
|
59
|
-
{#if
|
|
59
|
+
{#if numberSnippet}
|
|
60
60
|
<div slot="number">
|
|
61
|
-
{@render
|
|
61
|
+
{@render numberSnippet()}
|
|
62
62
|
</div>
|
|
63
63
|
{/if}
|
|
64
64
|
|
|
65
|
-
{#if
|
|
65
|
+
{#if nameSnippet}
|
|
66
66
|
<div slot="name">
|
|
67
|
-
{@render
|
|
67
|
+
{@render nameSnippet()}
|
|
68
68
|
</div>
|
|
69
69
|
{/if}
|
|
70
70
|
|
|
71
|
-
{#if
|
|
71
|
+
{#if vesselImageSnippet}
|
|
72
72
|
<div slot="vessel-image">
|
|
73
|
-
{@render
|
|
73
|
+
{@render vesselImageSnippet()}
|
|
74
74
|
</div>
|
|
75
75
|
{/if}
|
|
76
76
|
</obc-chart-object-vessel-button>
|
|
@@ -26,9 +26,9 @@ export interface Events {
|
|
|
26
26
|
export interface Slots {
|
|
27
27
|
children?: Snippet;
|
|
28
28
|
silhouette?: Snippet;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
numberSnippet?: Snippet;
|
|
30
|
+
nameSnippet?: Snippet;
|
|
31
|
+
vesselImageSnippet?: Snippet;
|
|
32
32
|
}
|
|
33
33
|
type $$ComponentProps = Props & Events & Slots;
|
|
34
34
|
declare const ObcChartObjectVesselButton: import("svelte").Component<$$ComponentProps, {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
4
|
-
export type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
3
|
+
export type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
4
|
+
export type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
5
5
|
export type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
|
|
6
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
7
|
-
import { setProperties } from "
|
|
8
|
-
import type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
9
|
-
import type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
6
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
7
|
+
import { setProperties } from "../../util.js";
|
|
8
|
+
import type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
9
|
+
import type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
10
10
|
import type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
|
|
11
11
|
import type { Snippet } from 'svelte';
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
2
|
-
import type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/
|
|
3
|
-
import type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
2
|
+
import type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
3
|
+
import type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
4
4
|
import type { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
|
|
5
5
|
import type { Snippet } from 'svelte';
|
|
6
6
|
export interface Props {
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle
|
|
4
|
-
|
|
3
|
+
export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
4
|
+
export type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
5
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-aton.js';
|
|
5
6
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle
|
|
7
|
+
import type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
8
|
+
import type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
7
9
|
import type { Snippet } from 'svelte';
|
|
8
10
|
|
|
9
11
|
export interface Props {
|
|
@@ -11,7 +13,7 @@
|
|
|
11
13
|
style?: string;
|
|
12
14
|
atonType?: ObcPoiObjectAtonType;
|
|
13
15
|
atonStyle?: ObcPoiObjectAtonStyle;
|
|
14
|
-
atonState?:
|
|
16
|
+
atonState?: ObcPoiObjectState | null;
|
|
15
17
|
atonInteractive?: boolean
|
|
16
18
|
}
|
|
17
19
|
export interface Events {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi
|
|
2
|
-
import type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-aton.js';
|
|
2
|
+
import type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
3
|
+
import type { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
3
4
|
import type { Snippet } from 'svelte';
|
|
4
5
|
export interface Props {
|
|
5
6
|
class?: string;
|
|
6
7
|
style?: string;
|
|
7
8
|
atonType?: ObcPoiObjectAtonType;
|
|
8
9
|
atonStyle?: ObcPoiObjectAtonStyle;
|
|
9
|
-
atonState?:
|
|
10
|
+
atonState?: ObcPoiObjectState | null;
|
|
10
11
|
atonInteractive?: boolean;
|
|
11
12
|
}
|
|
12
13
|
export interface Events {
|
|
@@ -20,7 +21,7 @@ type $$ComponentProps = Props & Events & Slots;
|
|
|
20
21
|
declare const ObcPoiAton: import("svelte").Component<$$ComponentProps, {
|
|
21
22
|
ObcPoiObjectAtonType: typeof ObcPoiObjectAtonType;
|
|
22
23
|
ObcPoiObjectAtonStyle: typeof ObcPoiObjectAtonStyle;
|
|
23
|
-
|
|
24
|
+
ObcPoiObjectState: typeof ObcPoiObjectState;
|
|
24
25
|
}, "">;
|
|
25
26
|
type ObcPoiAton = ReturnType<typeof ObcPoiAton>;
|
|
26
27
|
export default ObcPoiAton;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi
|
|
3
|
+
export type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-data.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {
|
|
6
|
+
import type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
10
10
|
class?: string;
|
|
11
11
|
style?: string;
|
|
12
|
-
dataStyle?:
|
|
13
|
-
dataState?:
|
|
12
|
+
dataStyle?: ObcPoiObjectStyle;
|
|
13
|
+
dataState?: ObcPoiObjectState | null;
|
|
14
14
|
dataInteractive?: boolean
|
|
15
15
|
}
|
|
16
16
|
export interface Events {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi
|
|
2
|
-
import type {
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-data.js';
|
|
2
|
+
import type { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
6
6
|
style?: string;
|
|
7
|
-
dataStyle?:
|
|
8
|
-
dataState?:
|
|
7
|
+
dataStyle?: ObcPoiObjectStyle;
|
|
8
|
+
dataState?: ObcPoiObjectState | null;
|
|
9
9
|
dataInteractive?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export interface Events {
|
|
@@ -17,8 +17,8 @@ export interface Slots {
|
|
|
17
17
|
}
|
|
18
18
|
type $$ComponentProps = Props & Events & Slots;
|
|
19
19
|
declare const ObcPoiData: import("svelte").Component<$$ComponentProps, {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
ObcPoiObjectStyle: typeof ObcPoiObjectStyle;
|
|
21
|
+
ObcPoiObjectState: typeof ObcPoiObjectState;
|
|
22
22
|
}, "">;
|
|
23
23
|
type ObcPoiData = ReturnType<typeof ObcPoiData>;
|
|
24
24
|
export default ObcPoiData;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi
|
|
3
|
+
export type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-vessel.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
6
|
+
import type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi
|
|
2
|
-
import type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-vessel.js';
|
|
2
|
+
import type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
4
|
-
export type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
3
|
+
export type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
4
|
+
export type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
5
5
|
export type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
|
|
6
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
7
|
-
import { setProperties } from "
|
|
8
|
-
import type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
9
|
-
import type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
6
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-base.js';
|
|
7
|
+
import { setProperties } from "../../util.js";
|
|
8
|
+
import type {ObcPoiType, ObcPoiValue, ObcPoiState} from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
9
|
+
import type {ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
10
10
|
import type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
|
|
11
11
|
import type { Snippet } from 'svelte';
|
|
12
12
|
|
|
@@ -30,13 +30,12 @@ import type {ObcPoiPointerType, ObcPoiPointerState} from '@oicl/openbridge-webco
|
|
|
30
30
|
y?: number;
|
|
31
31
|
buttonY?: number | null;
|
|
32
32
|
fixedTarget?: boolean;
|
|
33
|
-
buttonOffsetX?: number;
|
|
34
|
-
targetOffsetX?: number;
|
|
35
33
|
boxWidth?: number | null;
|
|
36
34
|
boxHeight?: number | null;
|
|
37
|
-
lineCompensationY?: number;
|
|
38
35
|
outsideAngle?: number;
|
|
39
|
-
animatePosition?: boolean
|
|
36
|
+
animatePosition?: boolean;
|
|
37
|
+
buttonOffsetX?: number;
|
|
38
|
+
targetOffsetX?: number
|
|
40
39
|
}
|
|
41
40
|
export interface Events {
|
|
42
41
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
2
|
-
import type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/
|
|
3
|
-
import type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi/poi-base.js';
|
|
2
|
+
import type { ObcPoiType, ObcPoiValue, ObcPoiState } from '@oicl/openbridge-webcomponents/dist/ar/poi/poi.js';
|
|
3
|
+
import type { ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
4
4
|
import type { ObcPoiPointerType, ObcPoiPointerState } from '@oicl/openbridge-webcomponents/dist/ar/building-blocks/poi-pointer/poi-pointer.js';
|
|
5
5
|
import type { Snippet } from 'svelte';
|
|
6
6
|
export interface Props {
|
|
@@ -23,13 +23,12 @@ export interface Props {
|
|
|
23
23
|
y?: number;
|
|
24
24
|
buttonY?: number | null;
|
|
25
25
|
fixedTarget?: boolean;
|
|
26
|
-
buttonOffsetX?: number;
|
|
27
|
-
targetOffsetX?: number;
|
|
28
26
|
boxWidth?: number | null;
|
|
29
27
|
boxHeight?: number | null;
|
|
30
|
-
lineCompensationY?: number;
|
|
31
28
|
outsideAngle?: number;
|
|
32
29
|
animatePosition?: boolean;
|
|
30
|
+
buttonOffsetX?: number;
|
|
31
|
+
targetOffsetX?: number;
|
|
33
32
|
}
|
|
34
33
|
export interface Events {
|
|
35
34
|
}
|
|
@@ -37,7 +36,7 @@ export interface Slots {
|
|
|
37
36
|
children?: Snippet;
|
|
38
37
|
}
|
|
39
38
|
type $$ComponentProps = Props & Events & Slots;
|
|
40
|
-
declare const
|
|
39
|
+
declare const PoiBase: import("svelte").Component<$$ComponentProps, {
|
|
41
40
|
ObcPoiType: typeof ObcPoiType;
|
|
42
41
|
ObcPoiValue: typeof ObcPoiValue;
|
|
43
42
|
ObcPoiState: typeof ObcPoiState;
|
|
@@ -46,5 +45,5 @@ declare const ObcPoiBase: import("svelte").Component<$$ComponentProps, {
|
|
|
46
45
|
ObcPoiPointerType: typeof ObcPoiPointerType;
|
|
47
46
|
ObcPoiPointerState: typeof ObcPoiPointerState;
|
|
48
47
|
}, "">;
|
|
49
|
-
type
|
|
50
|
-
export default
|
|
48
|
+
type PoiBase = ReturnType<typeof PoiBase>;
|
|
49
|
+
export default PoiBase;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
5
|
-
import { setProperties } from "
|
|
6
|
-
import type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
3
|
+
export type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
5
|
+
import { setProperties } from "../../util.js";
|
|
6
|
+
import type {ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem} from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
2
|
-
import type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
2
|
+
import type { ObcPoiButtonLayout, ObcPoiButtonState, PoiButtonVisualState, ObcPoiButtonType, ObcPoiButtonDataItem } from '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle
|
|
4
|
-
|
|
3
|
+
export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
4
|
+
export type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
5
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-aton.js';
|
|
5
6
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle
|
|
7
|
+
import type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
8
|
+
import type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
7
9
|
import type { Snippet } from 'svelte';
|
|
8
10
|
|
|
9
11
|
export interface Props {
|
|
@@ -11,7 +13,7 @@
|
|
|
11
13
|
style?: string;
|
|
12
14
|
atonType?: ObcPoiObjectAtonType;
|
|
13
15
|
atonStyle?: ObcPoiObjectAtonStyle;
|
|
14
|
-
atonState?:
|
|
16
|
+
atonState?: ObcPoiObjectState | null;
|
|
15
17
|
atonInteractive?: boolean
|
|
16
18
|
}
|
|
17
19
|
export interface Events {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-button
|
|
2
|
-
import type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-aton.js';
|
|
2
|
+
import type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
3
|
+
import type { ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
3
4
|
import type { Snippet } from 'svelte';
|
|
4
5
|
export interface Props {
|
|
5
6
|
class?: string;
|
|
6
7
|
style?: string;
|
|
7
8
|
atonType?: ObcPoiObjectAtonType;
|
|
8
9
|
atonStyle?: ObcPoiObjectAtonStyle;
|
|
9
|
-
atonState?:
|
|
10
|
+
atonState?: ObcPoiObjectState | null;
|
|
10
11
|
atonInteractive?: boolean;
|
|
11
12
|
}
|
|
12
13
|
export interface Events {
|
|
@@ -20,7 +21,7 @@ type $$ComponentProps = Props & Events & Slots;
|
|
|
20
21
|
declare const ObcPoiButtonAton: import("svelte").Component<$$ComponentProps, {
|
|
21
22
|
ObcPoiObjectAtonType: typeof ObcPoiObjectAtonType;
|
|
22
23
|
ObcPoiObjectAtonStyle: typeof ObcPoiObjectAtonStyle;
|
|
23
|
-
|
|
24
|
+
ObcPoiObjectState: typeof ObcPoiObjectState;
|
|
24
25
|
}, "">;
|
|
25
26
|
type ObcPoiButtonAton = ReturnType<typeof ObcPoiButtonAton>;
|
|
26
27
|
export default ObcPoiButtonAton;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-button
|
|
3
|
+
export type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-data.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {
|
|
6
|
+
import type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
10
10
|
class?: string;
|
|
11
11
|
style?: string;
|
|
12
|
-
dataStyle?:
|
|
13
|
-
dataState?:
|
|
12
|
+
dataStyle?: ObcPoiObjectStyle;
|
|
13
|
+
dataState?: ObcPoiObjectState | null;
|
|
14
14
|
dataInteractive?: boolean
|
|
15
15
|
}
|
|
16
16
|
export interface Events {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-button
|
|
2
|
-
import type {
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-data.js';
|
|
2
|
+
import type { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
6
6
|
style?: string;
|
|
7
|
-
dataStyle?:
|
|
8
|
-
dataState?:
|
|
7
|
+
dataStyle?: ObcPoiObjectStyle;
|
|
8
|
+
dataState?: ObcPoiObjectState | null;
|
|
9
9
|
dataInteractive?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export interface Events {
|
|
@@ -17,8 +17,8 @@ export interface Slots {
|
|
|
17
17
|
}
|
|
18
18
|
type $$ComponentProps = Props & Events & Slots;
|
|
19
19
|
declare const ObcPoiButtonData: import("svelte").Component<$$ComponentProps, {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
ObcPoiObjectStyle: typeof ObcPoiObjectStyle;
|
|
21
|
+
ObcPoiObjectState: typeof ObcPoiObjectState;
|
|
22
22
|
}, "">;
|
|
23
23
|
type ObcPoiButtonData = ReturnType<typeof ObcPoiButtonData>;
|
|
24
24
|
export default ObcPoiButtonData;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-button
|
|
3
|
+
export type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-vessel.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
6
|
+
import type {ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-button
|
|
2
|
-
import type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-button/poi-button-vessel.js';
|
|
2
|
+
import type { ObcPoiObjectVesselType, ObcPoiObjectVesselStyle, ObcPoiObjectVesselState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-vessel.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -21,9 +21,10 @@
|
|
|
21
21
|
|
|
22
22
|
}
|
|
23
23
|
export interface Slots {
|
|
24
|
-
|
|
24
|
+
media?: Snippet;
|
|
25
|
+
stack?: Snippet
|
|
25
26
|
}
|
|
26
|
-
const { class: className, style,
|
|
27
|
+
const { class: className, style, media, stack, ...props} = $props<Props & Events & Slots>();
|
|
27
28
|
|
|
28
29
|
</script>
|
|
29
30
|
<obc-poi-controller
|
|
@@ -32,7 +33,15 @@
|
|
|
32
33
|
style={style}
|
|
33
34
|
>
|
|
34
35
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
{#if media}
|
|
37
|
+
<div slot="media">
|
|
38
|
+
{@render media()}
|
|
39
|
+
</div>
|
|
40
|
+
{/if}
|
|
41
|
+
|
|
42
|
+
{#if stack}
|
|
43
|
+
<div slot="stack">
|
|
44
|
+
{@render stack()}
|
|
45
|
+
</div>
|
|
46
|
+
{/if}
|
|
38
47
|
</obc-poi-controller>
|
|
@@ -15,7 +15,8 @@ export interface Props {
|
|
|
15
15
|
export interface Events {
|
|
16
16
|
}
|
|
17
17
|
export interface Slots {
|
|
18
|
-
|
|
18
|
+
media?: Snippet;
|
|
19
|
+
stack?: Snippet;
|
|
19
20
|
}
|
|
20
21
|
type $$ComponentProps = Props & Events & Slots;
|
|
21
22
|
declare const ObcPoiController: import("svelte").Component<$$ComponentProps, {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
5
|
-
import { setProperties } from "
|
|
6
|
-
import type {ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
3
|
+
export type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/abstract-poi-object.js';
|
|
5
|
+
import { setProperties } from "../../util.js";
|
|
6
|
+
import type {ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
10
10
|
class?: string;
|
|
11
11
|
style?: string;
|
|
12
|
-
objectStyle?:
|
|
12
|
+
objectStyle?: ObcPoiObjectStyle;
|
|
13
13
|
state?: ObcPoiObjectState;
|
|
14
14
|
interactive?: boolean
|
|
15
15
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/abstract-poi-object.js';
|
|
2
|
+
import type { ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
3
|
+
import type { Snippet } from 'svelte';
|
|
4
|
+
export interface Props {
|
|
5
|
+
class?: string;
|
|
6
|
+
style?: string;
|
|
7
|
+
objectStyle?: ObcPoiObjectStyle;
|
|
8
|
+
state?: ObcPoiObjectState;
|
|
9
|
+
interactive?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface Events {
|
|
12
|
+
}
|
|
13
|
+
export interface Slots {
|
|
14
|
+
children?: Snippet;
|
|
15
|
+
}
|
|
16
|
+
type $$ComponentProps = Props & Events & Slots;
|
|
17
|
+
declare const AbstractPoiObject: import("svelte").Component<$$ComponentProps, {
|
|
18
|
+
ObcPoiObjectStyle: typeof ObcPoiObjectStyle;
|
|
19
|
+
ObcPoiObjectState: typeof ObcPoiObjectState;
|
|
20
|
+
}, "">;
|
|
21
|
+
type AbstractPoiObject = ReturnType<typeof AbstractPoiObject>;
|
|
22
|
+
export default AbstractPoiObject;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
5
|
-
import { setProperties } from "
|
|
6
|
-
import type {ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
3
|
+
export type {ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
5
|
+
import { setProperties } from "../../util.js";
|
|
6
|
+
import type {ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/
|
|
2
|
-
import type { ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
2
|
+
import type { ObcPoiObjectType, ObcPoiObjectStyle, ObcPoiObjectState } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
3
|
+
export type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
6
|
+
import type {ObcPoiObjectAtonType, ObcPoiObjectAtonStyle} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
2
|
-
import type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
2
|
+
import type { ObcPoiObjectAtonType, ObcPoiObjectAtonStyle } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-aton.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {ObcPoiObjectType} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
4
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
3
|
+
export type {ObcPoiObjectType} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
4
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-data.js';
|
|
5
5
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {ObcPoiObjectType} from '@oicl/openbridge-webcomponents/dist/ar/
|
|
6
|
+
import type {ObcPoiObjectType} from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
7
7
|
import type { Snippet } from 'svelte';
|
|
8
8
|
|
|
9
9
|
export interface Props {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@oicl/openbridge-webcomponents/dist/ar/poi-object
|
|
2
|
-
import type { ObcPoiObjectType } from '@oicl/openbridge-webcomponents/dist/ar/
|
|
1
|
+
import '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object-data.js';
|
|
2
|
+
import type { ObcPoiObjectType } from '@oicl/openbridge-webcomponents/dist/ar/poi-object/poi-object.js';
|
|
3
3
|
import type { Snippet } from 'svelte';
|
|
4
4
|
export interface Props {
|
|
5
5
|
class?: string;
|