@oicl/openbridge-webcomponents-svelte 2.0.0-next.8 → 2.0.0-next.9
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.
|
@@ -18,7 +18,17 @@ hasShelved?: boolean;
|
|
|
18
18
|
Should be set to true only when there are unacknowledged alerts in view.
|
|
19
19
|
|
|
20
20
|
Default: false. */
|
|
21
|
-
canAckAll?: boolean
|
|
21
|
+
canAckAll?: boolean;
|
|
22
|
+
/** If true, shows the "Silence" button in the action bar.
|
|
23
|
+
When hidden, the "ACK visible" button expands to fill the freed space.
|
|
24
|
+
|
|
25
|
+
Default: true. */
|
|
26
|
+
showSilenceButton?: boolean;
|
|
27
|
+
/** If true, shows the "Alerts" navigation button in the action bar.
|
|
28
|
+
When hidden, the "ACK visible" button expands to fill the freed space.
|
|
29
|
+
|
|
30
|
+
Default: true. */
|
|
31
|
+
showAlertListButton?: boolean
|
|
22
32
|
}
|
|
23
33
|
export interface Events {
|
|
24
34
|
onAckAllVisibleClick?: (event: ObcAckAllVisibleClickEvent) => void;
|
|
@@ -14,6 +14,16 @@ Should be set to true only when there are unacknowledged alerts in view.
|
|
|
14
14
|
|
|
15
15
|
Default: false. */
|
|
16
16
|
canAckAll?: boolean;
|
|
17
|
+
/** If true, shows the "Silence" button in the action bar.
|
|
18
|
+
When hidden, the "ACK visible" button expands to fill the freed space.
|
|
19
|
+
|
|
20
|
+
Default: true. */
|
|
21
|
+
showSilenceButton?: boolean;
|
|
22
|
+
/** If true, shows the "Alerts" navigation button in the action bar.
|
|
23
|
+
When hidden, the "ACK visible" button expands to fill the freed space.
|
|
24
|
+
|
|
25
|
+
Default: true. */
|
|
26
|
+
showAlertListButton?: boolean;
|
|
17
27
|
}
|
|
18
28
|
export interface Events {
|
|
19
29
|
onAckAllVisibleClick?: (event: ObcAckAllVisibleClickEvent) => void;
|
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.9",
|
|
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.8"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"svelte": "^5.0.0"
|