@oicl/openbridge-webcomponents-svelte 2.0.0-next.81 → 2.0.0-next.83
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/ObcPoiAton.svelte +31 -2
- package/dist/ar/poi/ObcPoiAton.svelte.d.ts +33 -0
- package/dist/ar/poi/ObcPoiData.svelte +31 -2
- package/dist/ar/poi/ObcPoiData.svelte.d.ts +33 -0
- package/dist/ar/poi/ObcPoiVessel.svelte +31 -2
- package/dist/ar/poi/ObcPoiVessel.svelte.d.ts +33 -0
- package/dist/ar/poi-button/ObcPoiButtonAton.svelte +16 -2
- package/dist/ar/poi-button/ObcPoiButtonAton.svelte.d.ts +18 -0
- package/dist/ar/poi-button/ObcPoiButtonData.svelte +16 -2
- package/dist/ar/poi-button/ObcPoiButtonData.svelte.d.ts +18 -0
- package/dist/ar/poi-button/ObcPoiButtonVessel.svelte +16 -2
- package/dist/ar/poi-button/ObcPoiButtonVessel.svelte.d.ts +18 -0
- package/dist/ar/poi-object/ObcPoiObjectAton.svelte +8 -4
- package/dist/ar/poi-object/ObcPoiObjectAton.svelte.d.ts +7 -3
- package/dist/ar/poi-object/ObcPoiObjectData.svelte +5 -2
- package/dist/ar/poi-object/ObcPoiObjectData.svelte.d.ts +6 -1
- package/dist/ar/poi-object/ObcPoiObjectVessel.svelte +7 -2
- package/dist/ar/poi-object/ObcPoiObjectVessel.svelte.d.ts +6 -0
- package/dist/automation/analog-valve/ObcAnalogValve.svelte +32 -2
- package/dist/automation/analog-valve/ObcAnalogValve.svelte.d.ts +38 -1
- package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte +32 -2
- package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte.d.ts +38 -1
- package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte +34 -4
- package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte.d.ts +39 -2
- package/dist/automation/bipolar-transistor/ObcBipolarTransistor.svelte +39 -2
- package/dist/automation/bipolar-transistor/ObcBipolarTransistor.svelte.d.ts +44 -0
- package/dist/automation/capacitor/ObcCapacitor.svelte +39 -2
- package/dist/automation/capacitor/ObcCapacitor.svelte.d.ts +44 -0
- package/dist/automation/converter/ObcConverter.svelte +39 -2
- package/dist/automation/converter/ObcConverter.svelte.d.ts +44 -0
- package/dist/automation/damper/ObcDamper.svelte +37 -3
- package/dist/automation/damper/ObcDamper.svelte.d.ts +46 -1
- package/dist/automation/digital-valve/ObcDigitalValve.svelte +34 -2
- package/dist/automation/digital-valve/ObcDigitalValve.svelte.d.ts +38 -0
- package/dist/automation/diodes/ObcDiodes.svelte +39 -2
- package/dist/automation/diodes/ObcDiodes.svelte.d.ts +44 -0
- package/dist/automation/fan/ObcFan.svelte +42 -3
- package/dist/automation/fan/ObcFan.svelte.d.ts +52 -1
- package/dist/automation/filter/ObcFilter.svelte +39 -2
- package/dist/automation/filter/ObcFilter.svelte.d.ts +44 -0
- package/dist/automation/ground/ObcGround.svelte +39 -2
- package/dist/automation/ground/ObcGround.svelte.d.ts +44 -0
- package/dist/automation/logic/ObcLogic.svelte +39 -2
- package/dist/automation/logic/ObcLogic.svelte.d.ts +44 -0
- package/dist/automation/mosfet/ObcMosfet.svelte +39 -2
- package/dist/automation/mosfet/ObcMosfet.svelte.d.ts +44 -0
- package/dist/automation/motor/ObcMotor.svelte +42 -2
- package/dist/automation/motor/ObcMotor.svelte.d.ts +52 -1
- package/dist/automation/pump/ObcPump.svelte +42 -2
- package/dist/automation/pump/ObcPump.svelte.d.ts +52 -1
- package/dist/automation/resistor/ObcResistor.svelte +39 -2
- package/dist/automation/resistor/ObcResistor.svelte.d.ts +44 -0
- package/dist/automation/router/ObcRouter.svelte +39 -2
- package/dist/automation/router/ObcRouter.svelte.d.ts +44 -0
- package/dist/automation/source/ObcSource.svelte +39 -2
- package/dist/automation/source/ObcSource.svelte.d.ts +44 -0
- package/dist/automation/switch/ObcSwitch.svelte +39 -2
- package/dist/automation/switch/ObcSwitch.svelte.d.ts +44 -0
- package/dist/automation/transformer/ObcTransformer.svelte +39 -2
- package/dist/automation/transformer/ObcTransformer.svelte.d.ts +44 -0
- package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte +99 -2
- package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte.d.ts +108 -0
- package/dist/bars-graphs/line-graph/ObcLineGraph.svelte +97 -3
- package/dist/bars-graphs/line-graph/ObcLineGraph.svelte.d.ts +110 -1
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte +21 -0
- package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte.d.ts +21 -0
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte +21 -0
- package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte.d.ts +21 -0
- package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte +21 -0
- package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte.d.ts +21 -0
- package/dist/components/progress-bar/ObcProgressBar.svelte +34 -16
- package/dist/components/progress-bar/ObcProgressBar.svelte.d.ts +17 -1
- package/dist/components/progress-button/ObcProgressButton.svelte +49 -21
- package/dist/components/progress-button/ObcProgressButton.svelte.d.ts +18 -2
- package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte +21 -0
- package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte.d.ts +21 -0
- package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte +21 -0
- package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte.d.ts +21 -0
- package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte +120 -2
- package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte.d.ts +129 -0
- package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte +21 -0
- package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte.d.ts +21 -0
- package/dist/navigation-instruments/pitch/ObcPitch.svelte +21 -2
- package/dist/navigation-instruments/pitch/ObcPitch.svelte.d.ts +19 -0
- package/dist/navigation-instruments/roll/ObcRoll.svelte +21 -2
- package/dist/navigation-instruments/roll/ObcRoll.svelte.d.ts +19 -0
- package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte +21 -0
- package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte.d.ts +21 -0
- package/dist/navigation-instruments/rudder/ObcRudder.svelte +21 -0
- package/dist/navigation-instruments/rudder/ObcRudder.svelte.d.ts +21 -0
- package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte +21 -0
- package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte.d.ts +21 -0
- package/dist/navigation-instruments/thruster/ObcThruster.svelte +21 -0
- package/dist/navigation-instruments/thruster/ObcThruster.svelte.d.ts +21 -0
- package/package.json +2 -2
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/converter/converter.js';
|
|
2
|
+
import type { SquaredVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
3
|
+
import type { AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
4
|
+
import type { AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
5
|
+
import type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
6
|
+
import type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
7
|
+
import type { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
8
|
+
import type { AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
2
9
|
import type { ConverterAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/converter/converter.js';
|
|
3
10
|
import type { Snippet } from 'svelte';
|
|
4
11
|
export interface Props {
|
|
5
12
|
class?: string;
|
|
6
13
|
style?: string;
|
|
14
|
+
on?: boolean;
|
|
15
|
+
variant?: SquaredVariant;
|
|
16
|
+
orientation?: AutomationButtonOrientation;
|
|
17
|
+
showReadoutStack?: boolean;
|
|
18
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
19
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
20
|
+
positioning?: AutomationButtonPositioning;
|
|
21
|
+
alert?: boolean;
|
|
22
|
+
alertFrameType?: ObcAlertFrameType;
|
|
23
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
24
|
+
alertFrameStatus?: AlertType;
|
|
25
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
26
|
+
showAlertCategoryIcon?: boolean;
|
|
27
|
+
showAlertIcon?: boolean;
|
|
28
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
29
|
+
progress?: boolean;
|
|
30
|
+
progressMode?: CircularProgressMode;
|
|
31
|
+
progressValue?: number;
|
|
32
|
+
tag?: string | null;
|
|
33
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
34
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
35
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
36
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
7
37
|
alternativeIcon?: ConverterAlternativeIcon;
|
|
8
38
|
}
|
|
9
39
|
export interface Events {
|
|
@@ -13,6 +43,20 @@ export interface Slots {
|
|
|
13
43
|
}
|
|
14
44
|
type $$ComponentProps = Props & Events & Slots;
|
|
15
45
|
declare const ObcConverter: import("svelte").Component<$$ComponentProps, {
|
|
46
|
+
SquaredVariant: typeof SquaredVariant;
|
|
47
|
+
AutomationButtonOrientation: typeof AutomationButtonOrientation;
|
|
48
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
49
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
50
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
51
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
52
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
53
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
54
|
+
AlertType: typeof AlertType;
|
|
55
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
56
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
57
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
58
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
59
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
16
60
|
ConverterAlternativeIcon: typeof ConverterAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcConverter = ReturnType<typeof ObcConverter>;
|
|
@@ -1,15 +1,49 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
|
|
3
|
+
export type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
4
|
+
export type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
5
|
+
export type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
6
|
+
export type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
7
|
+
export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
8
|
+
export type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
9
|
+
export type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
4
10
|
import '@oicl/openbridge-webcomponents/dist/automation/damper/damper.js';
|
|
5
11
|
import { setProperties } from "../../util.js";
|
|
6
|
-
|
|
12
|
+
import type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
13
|
+
import type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
14
|
+
import type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
15
|
+
import type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
16
|
+
import type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
17
|
+
import type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
18
|
+
import type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
7
19
|
import type { Snippet } from 'svelte';
|
|
8
20
|
|
|
9
21
|
export interface Props {
|
|
10
22
|
class?: string;
|
|
11
23
|
style?: string;
|
|
12
|
-
|
|
24
|
+
on?: boolean;
|
|
25
|
+
variant?: SquaredVariant;
|
|
26
|
+
orientation?: AutomationButtonOrientation;
|
|
27
|
+
showReadoutStack?: boolean;
|
|
28
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
29
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
30
|
+
positioning?: AutomationButtonPositioning;
|
|
31
|
+
alert?: boolean;
|
|
32
|
+
alertFrameType?: ObcAlertFrameType;
|
|
33
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
34
|
+
alertFrameStatus?: AlertType;
|
|
35
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
36
|
+
showAlertCategoryIcon?: boolean;
|
|
37
|
+
showAlertIcon?: boolean;
|
|
38
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
39
|
+
progress?: boolean;
|
|
40
|
+
progressMode?: CircularProgressMode;
|
|
41
|
+
progressValue?: number;
|
|
42
|
+
tag?: string | null;
|
|
43
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
44
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
45
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
46
|
+
badgeAlert?: AutomationButtonBadgeAlert
|
|
13
47
|
}
|
|
14
48
|
export interface Events {
|
|
15
49
|
|
|
@@ -1,8 +1,38 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/damper/damper.js';
|
|
2
|
+
import type { SquaredVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
3
|
+
import type { AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
4
|
+
import type { AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
5
|
+
import type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
6
|
+
import type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
7
|
+
import type { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
8
|
+
import type { AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
2
9
|
import type { Snippet } from 'svelte';
|
|
3
10
|
export interface Props {
|
|
4
11
|
class?: string;
|
|
5
12
|
style?: string;
|
|
13
|
+
on?: boolean;
|
|
14
|
+
variant?: SquaredVariant;
|
|
15
|
+
orientation?: AutomationButtonOrientation;
|
|
16
|
+
showReadoutStack?: boolean;
|
|
17
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
18
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
19
|
+
positioning?: AutomationButtonPositioning;
|
|
20
|
+
alert?: boolean;
|
|
21
|
+
alertFrameType?: ObcAlertFrameType;
|
|
22
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
23
|
+
alertFrameStatus?: AlertType;
|
|
24
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
25
|
+
showAlertCategoryIcon?: boolean;
|
|
26
|
+
showAlertIcon?: boolean;
|
|
27
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
28
|
+
progress?: boolean;
|
|
29
|
+
progressMode?: CircularProgressMode;
|
|
30
|
+
progressValue?: number;
|
|
31
|
+
tag?: string | null;
|
|
32
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
33
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
34
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
35
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
6
36
|
}
|
|
7
37
|
export interface Events {
|
|
8
38
|
}
|
|
@@ -10,6 +40,21 @@ export interface Slots {
|
|
|
10
40
|
children?: Snippet;
|
|
11
41
|
}
|
|
12
42
|
type $$ComponentProps = Props & Events & Slots;
|
|
13
|
-
declare const ObcDamper: import("svelte").Component<$$ComponentProps, {
|
|
43
|
+
declare const ObcDamper: import("svelte").Component<$$ComponentProps, {
|
|
44
|
+
SquaredVariant: typeof SquaredVariant;
|
|
45
|
+
AutomationButtonOrientation: typeof AutomationButtonOrientation;
|
|
46
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
47
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
48
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
49
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
50
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
51
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
52
|
+
AlertType: typeof AlertType;
|
|
53
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
54
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
55
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
56
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
57
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
58
|
+
}, "">;
|
|
14
59
|
type ObcDamper = ReturnType<typeof ObcDamper>;
|
|
15
60
|
export default ObcDamper;
|
|
@@ -1,14 +1,46 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {
|
|
3
|
+
export type {AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
4
|
+
export type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
5
|
+
export type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
6
|
+
export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
7
|
+
export type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
8
|
+
export type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
9
|
+
export type {DigitalValveVariant} from '@oicl/openbridge-webcomponents/dist/automation/digital-valve/digital-valve.js';
|
|
4
10
|
import '@oicl/openbridge-webcomponents/dist/automation/digital-valve/digital-valve.js';
|
|
5
11
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {
|
|
12
|
+
import type {AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
13
|
+
import type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
14
|
+
import type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
15
|
+
import type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
16
|
+
import type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
17
|
+
import type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
18
|
+
import type {DigitalValveVariant} from '@oicl/openbridge-webcomponents/dist/automation/digital-valve/digital-valve.js';
|
|
7
19
|
import type { Snippet } from 'svelte';
|
|
8
20
|
|
|
9
21
|
export interface Props {
|
|
10
22
|
class?: string;
|
|
11
23
|
style?: string;
|
|
24
|
+
showReadoutStack?: boolean;
|
|
25
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
26
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
27
|
+
positioning?: AutomationButtonPositioning;
|
|
28
|
+
alert?: boolean;
|
|
29
|
+
alertFrameType?: ObcAlertFrameType;
|
|
30
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
31
|
+
alertFrameStatus?: AlertType;
|
|
32
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
33
|
+
showAlertCategoryIcon?: boolean;
|
|
34
|
+
showAlertIcon?: boolean;
|
|
35
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
36
|
+
progress?: boolean;
|
|
37
|
+
progressMode?: CircularProgressMode;
|
|
38
|
+
progressValue?: number;
|
|
39
|
+
tag?: string | null;
|
|
40
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
41
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
42
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
43
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
12
44
|
open?: boolean;
|
|
13
45
|
vertical?: boolean;
|
|
14
46
|
variant?: DigitalValveVariant
|
|
@@ -1,9 +1,35 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/digital-valve/digital-valve.js';
|
|
2
|
+
import type { AutomationButtonReadoutPosition, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
3
|
+
import type { AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
4
|
+
import type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
5
|
+
import type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
6
|
+
import type { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
7
|
+
import type { AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
2
8
|
import type { DigitalValveVariant } from '@oicl/openbridge-webcomponents/dist/automation/digital-valve/digital-valve.js';
|
|
3
9
|
import type { Snippet } from 'svelte';
|
|
4
10
|
export interface Props {
|
|
5
11
|
class?: string;
|
|
6
12
|
style?: string;
|
|
13
|
+
showReadoutStack?: boolean;
|
|
14
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
15
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
16
|
+
positioning?: AutomationButtonPositioning;
|
|
17
|
+
alert?: boolean;
|
|
18
|
+
alertFrameType?: ObcAlertFrameType;
|
|
19
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
20
|
+
alertFrameStatus?: AlertType;
|
|
21
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
22
|
+
showAlertCategoryIcon?: boolean;
|
|
23
|
+
showAlertIcon?: boolean;
|
|
24
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
25
|
+
progress?: boolean;
|
|
26
|
+
progressMode?: CircularProgressMode;
|
|
27
|
+
progressValue?: number;
|
|
28
|
+
tag?: string | null;
|
|
29
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
30
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
31
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
32
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
7
33
|
open?: boolean;
|
|
8
34
|
vertical?: boolean;
|
|
9
35
|
variant?: DigitalValveVariant;
|
|
@@ -15,6 +41,18 @@ export interface Slots {
|
|
|
15
41
|
}
|
|
16
42
|
type $$ComponentProps = Props & Events & Slots;
|
|
17
43
|
declare const ObcDigitalValve: import("svelte").Component<$$ComponentProps, {
|
|
44
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
45
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
46
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
47
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
48
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
49
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
50
|
+
AlertType: typeof AlertType;
|
|
51
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
52
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
53
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
54
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
55
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
18
56
|
DigitalValveVariant: typeof DigitalValveVariant;
|
|
19
57
|
}, "">;
|
|
20
58
|
type ObcDigitalValve = ReturnType<typeof ObcDigitalValve>;
|
|
@@ -1,14 +1,51 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {
|
|
3
|
+
export type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
4
|
+
export type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
5
|
+
export type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
6
|
+
export type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
7
|
+
export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
8
|
+
export type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
9
|
+
export type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
10
|
+
export type {DiodesAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/diodes/diodes.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/diodes/diodes.js';
|
|
5
12
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {
|
|
13
|
+
import type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
14
|
+
import type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
15
|
+
import type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
16
|
+
import type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
17
|
+
import type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
18
|
+
import type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
19
|
+
import type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
20
|
+
import type {DiodesAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/diodes/diodes.js';
|
|
7
21
|
import type { Snippet } from 'svelte';
|
|
8
22
|
|
|
9
23
|
export interface Props {
|
|
10
24
|
class?: string;
|
|
11
25
|
style?: string;
|
|
26
|
+
on?: boolean;
|
|
27
|
+
variant?: SquaredVariant;
|
|
28
|
+
orientation?: AutomationButtonOrientation;
|
|
29
|
+
showReadoutStack?: boolean;
|
|
30
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
31
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
32
|
+
positioning?: AutomationButtonPositioning;
|
|
33
|
+
alert?: boolean;
|
|
34
|
+
alertFrameType?: ObcAlertFrameType;
|
|
35
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
36
|
+
alertFrameStatus?: AlertType;
|
|
37
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
38
|
+
showAlertCategoryIcon?: boolean;
|
|
39
|
+
showAlertIcon?: boolean;
|
|
40
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
41
|
+
progress?: boolean;
|
|
42
|
+
progressMode?: CircularProgressMode;
|
|
43
|
+
progressValue?: number;
|
|
44
|
+
tag?: string | null;
|
|
45
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
46
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
47
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
48
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
12
49
|
alternativeIcon?: DiodesAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/diodes/diodes.js';
|
|
2
|
+
import type { SquaredVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
3
|
+
import type { AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
4
|
+
import type { AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
5
|
+
import type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
6
|
+
import type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
7
|
+
import type { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
8
|
+
import type { AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
2
9
|
import type { DiodesAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/diodes/diodes.js';
|
|
3
10
|
import type { Snippet } from 'svelte';
|
|
4
11
|
export interface Props {
|
|
5
12
|
class?: string;
|
|
6
13
|
style?: string;
|
|
14
|
+
on?: boolean;
|
|
15
|
+
variant?: SquaredVariant;
|
|
16
|
+
orientation?: AutomationButtonOrientation;
|
|
17
|
+
showReadoutStack?: boolean;
|
|
18
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
19
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
20
|
+
positioning?: AutomationButtonPositioning;
|
|
21
|
+
alert?: boolean;
|
|
22
|
+
alertFrameType?: ObcAlertFrameType;
|
|
23
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
24
|
+
alertFrameStatus?: AlertType;
|
|
25
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
26
|
+
showAlertCategoryIcon?: boolean;
|
|
27
|
+
showAlertIcon?: boolean;
|
|
28
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
29
|
+
progress?: boolean;
|
|
30
|
+
progressMode?: CircularProgressMode;
|
|
31
|
+
progressValue?: number;
|
|
32
|
+
tag?: string | null;
|
|
33
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
34
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
35
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
36
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
7
37
|
alternativeIcon?: DiodesAlternativeIcon;
|
|
8
38
|
}
|
|
9
39
|
export interface Events {
|
|
@@ -13,6 +43,20 @@ export interface Slots {
|
|
|
13
43
|
}
|
|
14
44
|
type $$ComponentProps = Props & Events & Slots;
|
|
15
45
|
declare const ObcDiodes: import("svelte").Component<$$ComponentProps, {
|
|
46
|
+
SquaredVariant: typeof SquaredVariant;
|
|
47
|
+
AutomationButtonOrientation: typeof AutomationButtonOrientation;
|
|
48
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
49
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
50
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
51
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
52
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
53
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
54
|
+
AlertType: typeof AlertType;
|
|
55
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
56
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
57
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
58
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
59
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
16
60
|
DiodesAlternativeIcon: typeof DiodesAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcDiodes = ReturnType<typeof ObcDiodes>;
|
|
@@ -1,15 +1,54 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
|
|
3
|
+
export type {AutomationButtonLabelDirection, AutomationButtonDirection, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
4
|
+
export type {MotorizedVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
5
|
+
export type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
6
|
+
export type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
7
|
+
export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
8
|
+
export type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
9
|
+
export type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
4
10
|
import '@oicl/openbridge-webcomponents/dist/automation/fan/fan.js';
|
|
5
11
|
import { setProperties } from "../../util.js";
|
|
6
|
-
|
|
12
|
+
import type {AutomationButtonLabelDirection, AutomationButtonDirection, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
13
|
+
import type {MotorizedVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
14
|
+
import type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
15
|
+
import type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
16
|
+
import type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
17
|
+
import type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
18
|
+
import type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
7
19
|
import type { Snippet } from 'svelte';
|
|
8
20
|
|
|
9
21
|
export interface Props {
|
|
10
22
|
class?: string;
|
|
11
23
|
style?: string;
|
|
12
|
-
|
|
24
|
+
on?: boolean;
|
|
25
|
+
speedInPercent?: number;
|
|
26
|
+
speed?: number | undefined;
|
|
27
|
+
speedUnit?: string;
|
|
28
|
+
speedMaxDigits?: number;
|
|
29
|
+
labelDirection?: AutomationButtonLabelDirection;
|
|
30
|
+
variant?: MotorizedVariant;
|
|
31
|
+
direction?: AutomationButtonDirection;
|
|
32
|
+
showReadoutStack?: boolean;
|
|
33
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
34
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
35
|
+
positioning?: AutomationButtonPositioning;
|
|
36
|
+
alert?: boolean;
|
|
37
|
+
alertFrameType?: ObcAlertFrameType;
|
|
38
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
39
|
+
alertFrameStatus?: AlertType;
|
|
40
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
41
|
+
showAlertCategoryIcon?: boolean;
|
|
42
|
+
showAlertIcon?: boolean;
|
|
43
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
44
|
+
progress?: boolean;
|
|
45
|
+
progressMode?: CircularProgressMode;
|
|
46
|
+
progressValue?: number;
|
|
47
|
+
tag?: string | null;
|
|
48
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
49
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
50
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
51
|
+
badgeAlert?: AutomationButtonBadgeAlert
|
|
13
52
|
}
|
|
14
53
|
export interface Events {
|
|
15
54
|
|
|
@@ -1,8 +1,43 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/fan/fan.js';
|
|
2
|
+
import type { AutomationButtonLabelDirection, AutomationButtonDirection, AutomationButtonReadoutPosition, AutomationButtonPositioning } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
3
|
+
import type { MotorizedVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
4
|
+
import type { AutomationButtonReadoutStackSize } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
5
|
+
import type { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
6
|
+
import type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
7
|
+
import type { CircularProgressMode } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
8
|
+
import type { AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
2
9
|
import type { Snippet } from 'svelte';
|
|
3
10
|
export interface Props {
|
|
4
11
|
class?: string;
|
|
5
12
|
style?: string;
|
|
13
|
+
on?: boolean;
|
|
14
|
+
speedInPercent?: number;
|
|
15
|
+
speed?: number | undefined;
|
|
16
|
+
speedUnit?: string;
|
|
17
|
+
speedMaxDigits?: number;
|
|
18
|
+
labelDirection?: AutomationButtonLabelDirection;
|
|
19
|
+
variant?: MotorizedVariant;
|
|
20
|
+
direction?: AutomationButtonDirection;
|
|
21
|
+
showReadoutStack?: boolean;
|
|
22
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
23
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
24
|
+
positioning?: AutomationButtonPositioning;
|
|
25
|
+
alert?: boolean;
|
|
26
|
+
alertFrameType?: ObcAlertFrameType;
|
|
27
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
28
|
+
alertFrameStatus?: AlertType;
|
|
29
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
30
|
+
showAlertCategoryIcon?: boolean;
|
|
31
|
+
showAlertIcon?: boolean;
|
|
32
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
33
|
+
progress?: boolean;
|
|
34
|
+
progressMode?: CircularProgressMode;
|
|
35
|
+
progressValue?: number;
|
|
36
|
+
tag?: string | null;
|
|
37
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
38
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
39
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
40
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
6
41
|
}
|
|
7
42
|
export interface Events {
|
|
8
43
|
}
|
|
@@ -10,6 +45,22 @@ export interface Slots {
|
|
|
10
45
|
children?: Snippet;
|
|
11
46
|
}
|
|
12
47
|
type $$ComponentProps = Props & Events & Slots;
|
|
13
|
-
declare const ObcFan: import("svelte").Component<$$ComponentProps, {
|
|
48
|
+
declare const ObcFan: import("svelte").Component<$$ComponentProps, {
|
|
49
|
+
AutomationButtonLabelDirection: typeof AutomationButtonLabelDirection;
|
|
50
|
+
AutomationButtonDirection: typeof AutomationButtonDirection;
|
|
51
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
52
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
53
|
+
MotorizedVariant: typeof MotorizedVariant;
|
|
54
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
55
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
56
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
57
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
58
|
+
AlertType: typeof AlertType;
|
|
59
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
60
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
61
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
62
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
63
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
64
|
+
}, "">;
|
|
14
65
|
type ObcFan = ReturnType<typeof ObcFan>;
|
|
15
66
|
export default ObcFan;
|
|
@@ -1,14 +1,51 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {
|
|
3
|
+
export type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
4
|
+
export type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
5
|
+
export type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
6
|
+
export type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
7
|
+
export type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
8
|
+
export type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
9
|
+
export type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
10
|
+
export type {FilterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/filter/filter.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/filter/filter.js';
|
|
5
12
|
import { setProperties } from "../../util.js";
|
|
6
|
-
import type {
|
|
13
|
+
import type {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
14
|
+
import type {AutomationButtonOrientation, AutomationButtonReadoutPosition, AutomationButtonPositioning} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
15
|
+
import type {AutomationButtonReadoutStackSize} from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
|
|
16
|
+
import type {ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameMode} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
|
|
17
|
+
import type {AlertType} from '@oicl/openbridge-webcomponents/dist/types.js';
|
|
18
|
+
import type {CircularProgressMode} from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
|
|
19
|
+
import type {AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
|
|
20
|
+
import type {FilterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/filter/filter.js';
|
|
7
21
|
import type { Snippet } from 'svelte';
|
|
8
22
|
|
|
9
23
|
export interface Props {
|
|
10
24
|
class?: string;
|
|
11
25
|
style?: string;
|
|
26
|
+
on?: boolean;
|
|
27
|
+
variant?: SquaredVariant;
|
|
28
|
+
orientation?: AutomationButtonOrientation;
|
|
29
|
+
showReadoutStack?: boolean;
|
|
30
|
+
readoutPosition?: AutomationButtonReadoutPosition;
|
|
31
|
+
readoutSize?: AutomationButtonReadoutStackSize;
|
|
32
|
+
positioning?: AutomationButtonPositioning;
|
|
33
|
+
alert?: boolean;
|
|
34
|
+
alertFrameType?: ObcAlertFrameType;
|
|
35
|
+
alertFrameThickness?: ObcAlertFrameThickness;
|
|
36
|
+
alertFrameStatus?: AlertType;
|
|
37
|
+
alertFrameMode?: ObcAlertFrameMode;
|
|
38
|
+
showAlertCategoryIcon?: boolean;
|
|
39
|
+
showAlertIcon?: boolean;
|
|
40
|
+
/** Shows a progress indicator, used to indicate that an user action is in progress */
|
|
41
|
+
progress?: boolean;
|
|
42
|
+
progressMode?: CircularProgressMode;
|
|
43
|
+
progressValue?: number;
|
|
44
|
+
tag?: string | null;
|
|
45
|
+
badgeControl?: AutomationButtonBadgeControl;
|
|
46
|
+
badgeCommandLocked?: AutomationButtonBadgeCommandLocked;
|
|
47
|
+
badgeInterlock?: AutomationButtonBadgeInterlock;
|
|
48
|
+
badgeAlert?: AutomationButtonBadgeAlert;
|
|
12
49
|
alternativeIcon?: FilterAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|