@oicl/openbridge-webcomponents-svelte 2.0.0-next.95 → 2.0.0-next.97
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/poi/ObcPoi.svelte +8 -1
- package/dist/ar/poi/ObcPoi.svelte.d.ts +1 -0
- package/dist/ar/poi-layer/ObcPoiLayer.svelte +5 -3
- package/dist/ar/poi-layer/ObcPoiLayer.svelte.d.ts +1 -0
- package/dist/ar/poi-object/ObcPoiObjectAton.svelte +3 -3
- package/dist/automation/automation-badge/ObcAutomationBadge.svelte +11 -4
- package/dist/automation/automation-badge/ObcAutomationBadge.svelte.d.ts +1 -0
- package/dist/automation/automation-button/ObcAutomationButton.svelte +63 -5
- package/dist/automation/automation-button/ObcAutomationButton.svelte.d.ts +9 -1
- package/dist/automation/automation-input-modal/ObcAutomationInputModal.svelte +28 -5
- package/dist/automation/automation-input-modal/ObcAutomationInputModal.svelte.d.ts +4 -1
- package/dist/building-blocks/alert-list/ObcAlertList.svelte +26 -5
- package/dist/building-blocks/alert-list/ObcAlertList.svelte.d.ts +3 -0
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte +3 -3
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte.d.ts +1 -0
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte +3 -3
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte.d.ts +1 -0
- package/dist/components/advice-floating-item/ObcAdviceFloatingItem.svelte +1 -8
- package/dist/components/advice-floating-item/ObcAdviceFloatingItem.svelte.d.ts +0 -1
- package/dist/components/advice-message-item/ObcAdviceMessageItem.svelte +2 -58
- package/dist/components/advice-message-item/ObcAdviceMessageItem.svelte.d.ts +0 -8
- package/dist/components/alert-floating-item/ObcAlertFloatingItem.svelte +55 -7
- package/dist/components/alert-floating-item/ObcAlertFloatingItem.svelte.d.ts +10 -1
- package/dist/components/alert-icon/ObcAlertIcon.svelte +5 -4
- package/dist/components/alert-icon/ObcAlertIcon.svelte.d.ts +5 -4
- package/dist/components/alert-menu/ObcAlertMenu.svelte +13 -57
- package/dist/components/alert-menu/ObcAlertMenu.svelte.d.ts +3 -10
- package/dist/components/alert-menu-item/ObcAlertMenuItem.svelte +15 -1
- package/dist/components/alert-menu-item/ObcAlertMenuItem.svelte.d.ts +2 -0
- package/dist/components/chat-message/ObcChatMessage.svelte +3 -3
- package/dist/components/elevated-card-radio/ObcElevatedCardRadio.svelte +5 -14
- package/dist/components/elevated-card-radio/ObcElevatedCardRadio.svelte.d.ts +1 -2
- package/dist/components/keyboard-numeric/ObcKeyboardNumeric.svelte +13 -7
- package/dist/components/keyboard-numeric/ObcKeyboardNumeric.svelte.d.ts +8 -1
- package/dist/components/notification-floating-item/ObcNotificationFloatingItem.svelte +1 -8
- package/dist/components/notification-floating-item/ObcNotificationFloatingItem.svelte.d.ts +0 -1
- package/dist/components/sequence-card/ObcSequenceCard.svelte +53 -4
- package/dist/components/sequence-card/ObcSequenceCard.svelte.d.ts +7 -0
- package/dist/components/sequence-item/ObcSequenceItem.svelte +28 -5
- package/dist/components/sequence-item/ObcSequenceItem.svelte.d.ts +4 -1
- package/dist/components/sequence-modal/ObcSequenceModal.svelte +13 -6
- package/dist/components/sequence-modal/ObcSequenceModal.svelte.d.ts +2 -0
- package/dist/components/slider-double/ObcSliderDouble.svelte +1 -15
- package/dist/components/slider-double/ObcSliderDouble.svelte.d.ts +0 -2
- package/dist/components/status-indicator/ObcStatusIndicator.svelte +3 -3
- package/dist/components/system-menu/ObcSystemMenu.svelte +9 -5
- package/dist/components/system-menu/ObcSystemMenu.svelte.d.ts +2 -1
- package/dist/components/table-header-item/ObcTableHeaderItem.svelte +11 -4
- package/dist/components/table-header-item/ObcTableHeaderItem.svelte.d.ts +1 -0
- package/dist/components/tag/ObcTag.svelte +3 -3
- package/dist/components/user-menu/ObcUserMenu.svelte +7 -5
- package/dist/components/user-menu/ObcUserMenu.svelte.d.ts +1 -1
- package/dist/integration-systems/integration-app-bar/ObcIntegrationAppBar.svelte +7 -5
- package/dist/integration-systems/integration-app-bar/ObcIntegrationAppBar.svelte.d.ts +1 -1
- package/dist/integration-systems/integration-bar/ObcIntegrationBar.svelte +2 -9
- package/dist/integration-systems/integration-bar/ObcIntegrationBar.svelte.d.ts +0 -1
- package/dist/integration-systems/integration-fleet-button/ObcIntegrationFleetButton.svelte +7 -5
- package/dist/integration-systems/integration-fleet-button/ObcIntegrationFleetButton.svelte.d.ts +1 -1
- package/dist/integration-systems/integration-tabs/ObcIntegrationTabs.svelte +3 -3
- package/dist/navigation-instruments/compass-sector/ObcCompassSector.svelte +3 -3
- package/dist/navigation-instruments/compass-sector/ObcCompassSector.svelte.d.ts +0 -1
- package/dist/navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte +3 -3
- package/dist/navigation-instruments/wind-propulsion/ObcWindPropulsion.svelte.d.ts +0 -1
- package/package.json +2 -2
|
@@ -39,9 +39,9 @@ signedInActions?: ObcUserMenuSignedInAction[]
|
|
|
39
39
|
onRecentUserClick?: (event: CustomEvent<{initials: string, label: string}>) => void
|
|
40
40
|
}
|
|
41
41
|
export interface Slots {
|
|
42
|
-
|
|
42
|
+
signedInActionIcon?: Snippet<[any]>
|
|
43
43
|
}
|
|
44
|
-
const {onSignInClick, onSignOutClick, onSignedInActionClick, onRecentUserClick, class: className, style,
|
|
44
|
+
const {onSignInClick, onSignOutClick, onSignedInActionClick, onRecentUserClick, class: className, style, signedInActionIcon, ...props} = $props<Props & Events & Slots>();
|
|
45
45
|
|
|
46
46
|
</script>
|
|
47
47
|
<obc-user-menu
|
|
@@ -53,7 +53,9 @@ signedInActions?: ObcUserMenuSignedInAction[]
|
|
|
53
53
|
onsigned-in-action-click={onSignedInActionClick}
|
|
54
54
|
onrecent-user-click={onRecentUserClick} >
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
{#if signedInActionIcon}
|
|
57
|
+
<div slot="signed-in-action-icon-<id>">
|
|
58
|
+
{@render signedInActionIcon()}
|
|
59
|
+
</div>
|
|
60
|
+
{/if}
|
|
59
61
|
</obc-user-menu>
|
|
@@ -43,7 +43,7 @@ export interface Events {
|
|
|
43
43
|
}>) => void;
|
|
44
44
|
}
|
|
45
45
|
export interface Slots {
|
|
46
|
-
|
|
46
|
+
signedInActionIcon?: Snippet<[any]>;
|
|
47
47
|
}
|
|
48
48
|
type $$ComponentProps = Props & Events & Slots;
|
|
49
49
|
declare const ObcUserMenu: import("svelte").Component<$$ComponentProps, {
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
|
|
16
16
|
}
|
|
17
17
|
export interface Slots {
|
|
18
|
-
|
|
18
|
+
apps?: Snippet
|
|
19
19
|
}
|
|
20
|
-
const { class: className, style,
|
|
20
|
+
const { class: className, style, apps, ...props} = $props<Props & Events & Slots>();
|
|
21
21
|
|
|
22
22
|
</script>
|
|
23
23
|
<obc-integration-app-bar
|
|
@@ -26,7 +26,9 @@
|
|
|
26
26
|
style={style}
|
|
27
27
|
>
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
{#if apps}
|
|
30
|
+
<div slot="apps">
|
|
31
|
+
{@render apps()}
|
|
32
|
+
</div>
|
|
33
|
+
{/if}
|
|
32
34
|
</obc-integration-app-bar>
|
|
@@ -7,7 +7,7 @@ export interface Props {
|
|
|
7
7
|
export interface Events {
|
|
8
8
|
}
|
|
9
9
|
export interface Slots {
|
|
10
|
-
|
|
10
|
+
apps?: Snippet;
|
|
11
11
|
}
|
|
12
12
|
type $$ComponentProps = Props & Events & Slots;
|
|
13
13
|
declare const ObcIntegrationAppBar: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
@@ -43,10 +43,9 @@
|
|
|
43
43
|
export interface Slots {
|
|
44
44
|
clock?: Snippet;
|
|
45
45
|
integrationButtons?: Snippet;
|
|
46
|
-
hugButtons?: Snippet
|
|
47
|
-
vesselIntegrationMenu?: Snippet
|
|
46
|
+
hugButtons?: Snippet
|
|
48
47
|
}
|
|
49
|
-
const {onFleetButtonClick, onLinkButtonClicked, onAlertButtonClicked, onNotificationButtonClicked, onScreenButtonClicked, onSystemButtonClicked, onDimmingButtonClicked, onUserButtonClicked, class: className, style, clock, integrationButtons, hugButtons,
|
|
48
|
+
const {onFleetButtonClick, onLinkButtonClicked, onAlertButtonClicked, onNotificationButtonClicked, onScreenButtonClicked, onSystemButtonClicked, onDimmingButtonClicked, onUserButtonClicked, class: className, style, clock, integrationButtons, hugButtons, ...props} = $props<Props & Events & Slots>();
|
|
50
49
|
|
|
51
50
|
</script>
|
|
52
51
|
<obc-integration-bar
|
|
@@ -79,10 +78,4 @@
|
|
|
79
78
|
{@render hugButtons()}
|
|
80
79
|
</div>
|
|
81
80
|
{/if}
|
|
82
|
-
|
|
83
|
-
{#if vesselIntegrationMenu}
|
|
84
|
-
<div slot="vessel-integration-menu">
|
|
85
|
-
{@render vesselIntegrationMenu()}
|
|
86
|
-
</div>
|
|
87
|
-
{/if}
|
|
88
81
|
</obc-integration-bar>
|
|
@@ -38,7 +38,6 @@ export interface Slots {
|
|
|
38
38
|
clock?: Snippet;
|
|
39
39
|
integrationButtons?: Snippet;
|
|
40
40
|
hugButtons?: Snippet;
|
|
41
|
-
vesselIntegrationMenu?: Snippet;
|
|
42
41
|
}
|
|
43
42
|
type $$ComponentProps = Props & Events & Slots;
|
|
44
43
|
declare const ObcIntegrationBar: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
|
|
22
22
|
}
|
|
23
23
|
export interface Slots {
|
|
24
|
-
|
|
24
|
+
alertTopicIcon?: Snippet
|
|
25
25
|
}
|
|
26
|
-
const { class: className, style,
|
|
26
|
+
const { class: className, style, alertTopicIcon, ...props} = $props<Props & Events & Slots>();
|
|
27
27
|
|
|
28
28
|
</script>
|
|
29
29
|
<obc-integration-fleet-button
|
|
@@ -32,7 +32,9 @@
|
|
|
32
32
|
style={style}
|
|
33
33
|
>
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
{#if alertTopicIcon}
|
|
36
|
+
<div slot="alert-topic-icon">
|
|
37
|
+
{@render alertTopicIcon()}
|
|
38
|
+
</div>
|
|
39
|
+
{/if}
|
|
38
40
|
</obc-integration-fleet-button>
|
package/dist/integration-systems/integration-fleet-button/ObcIntegrationFleetButton.svelte.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export interface Props {
|
|
|
19
19
|
export interface Events {
|
|
20
20
|
}
|
|
21
21
|
export interface Slots {
|
|
22
|
-
|
|
22
|
+
alertTopicIcon?: Snippet;
|
|
23
23
|
}
|
|
24
24
|
type $$ComponentProps = Props & Events & Slots;
|
|
25
25
|
declare const ObcIntegrationFleetButton: import("svelte").Component<$$ComponentProps, {
|
|
@@ -66,19 +66,19 @@ unit?: string;
|
|
|
66
66
|
fractionDigits?: number
|
|
67
67
|
}
|
|
68
68
|
export interface Events {
|
|
69
|
-
|
|
69
|
+
|
|
70
70
|
}
|
|
71
71
|
export interface Slots {
|
|
72
72
|
children?: Snippet
|
|
73
73
|
}
|
|
74
|
-
const {
|
|
74
|
+
const { class: className, style, children, ...props} = $props<Props & Events & Slots>();
|
|
75
75
|
|
|
76
76
|
</script>
|
|
77
77
|
<obc-compass-sector
|
|
78
78
|
use:setProperties={props}
|
|
79
79
|
class={className}
|
|
80
80
|
style={style}
|
|
81
|
-
|
|
81
|
+
>
|
|
82
82
|
|
|
83
83
|
{#if children}
|
|
84
84
|
{@render children()}
|
|
@@ -42,19 +42,19 @@ import type {AngleAdvice} from '@oicl/openbridge-webcomponents/dist/navigation-i
|
|
|
42
42
|
sailAngleAdvices?: AngleAdvice[]
|
|
43
43
|
}
|
|
44
44
|
export interface Events {
|
|
45
|
-
|
|
45
|
+
|
|
46
46
|
}
|
|
47
47
|
export interface Slots {
|
|
48
48
|
children?: Snippet
|
|
49
49
|
}
|
|
50
|
-
const {
|
|
50
|
+
const { class: className, style, children, ...props} = $props<Props & Events & Slots>();
|
|
51
51
|
|
|
52
52
|
</script>
|
|
53
53
|
<obc-wind-propulsion
|
|
54
54
|
use:setProperties={props}
|
|
55
55
|
class={className}
|
|
56
56
|
style={style}
|
|
57
|
-
|
|
57
|
+
>
|
|
58
58
|
|
|
59
59
|
{#if children}
|
|
60
60
|
{@render children()}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-svelte",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.97",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite dev",
|
|
6
6
|
"build": "vite build && npm run prepack",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
34
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.96"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"svelte": "^5.0.0"
|