@oicl/openbridge-webcomponents-svelte 2.0.0-next.82 → 2.0.0-next.84
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/textbox/ObcTextbox.svelte +2 -1
- package/dist/components/textbox/ObcTextbox.svelte.d.ts +1 -0
- 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/readout-list-item/ObcReadoutListItem.svelte +42 -23
- package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte.d.ts +35 -22
- 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/filter/filter.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 { FilterAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/filter/filter.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?: FilterAlternativeIcon;
|
|
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 ObcFilter: 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
|
FilterAlternativeIcon: typeof FilterAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcFilter = ReturnType<typeof ObcFilter>;
|
|
@@ -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 {GroundAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/ground/ground.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/ground/ground.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 {GroundAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/ground/ground.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?: GroundAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/ground/ground.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 { GroundAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/ground/ground.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?: GroundAlternativeIcon;
|
|
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 ObcGround: 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
|
GroundAlternativeIcon: typeof GroundAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcGround = ReturnType<typeof ObcGround>;
|
|
@@ -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 {LogicAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/logic/logic.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/logic/logic.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 {LogicAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/logic/logic.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?: LogicAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/logic/logic.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 { LogicAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/logic/logic.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?: LogicAlternativeIcon;
|
|
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 ObcLogic: 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
|
LogicAlternativeIcon: typeof LogicAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcLogic = ReturnType<typeof ObcLogic>;
|
|
@@ -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 {MosfetAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/mosfet/mosfet.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/mosfet/mosfet.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 {MosfetAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/mosfet/mosfet.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?: MosfetAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/mosfet/mosfet.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 { MosfetAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/mosfet/mosfet.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?: MosfetAlternativeIcon;
|
|
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 ObcMosfet: 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
|
MosfetAlternativeIcon: typeof MosfetAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcMosfet = ReturnType<typeof ObcMosfet>;
|
|
@@ -1,14 +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/motor/motor.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;
|
|
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;
|
|
12
52
|
vertical?: boolean
|
|
13
53
|
}
|
|
14
54
|
export interface Events {
|
|
@@ -1,8 +1,43 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/motor/motor.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
|
vertical?: boolean;
|
|
7
42
|
}
|
|
8
43
|
export interface Events {
|
|
@@ -11,6 +46,22 @@ export interface Slots {
|
|
|
11
46
|
children?: Snippet;
|
|
12
47
|
}
|
|
13
48
|
type $$ComponentProps = Props & Events & Slots;
|
|
14
|
-
declare const ObcMotor: import("svelte").Component<$$ComponentProps, {
|
|
49
|
+
declare const ObcMotor: import("svelte").Component<$$ComponentProps, {
|
|
50
|
+
AutomationButtonLabelDirection: typeof AutomationButtonLabelDirection;
|
|
51
|
+
AutomationButtonDirection: typeof AutomationButtonDirection;
|
|
52
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
53
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
54
|
+
MotorizedVariant: typeof MotorizedVariant;
|
|
55
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
56
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
57
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
58
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
59
|
+
AlertType: typeof AlertType;
|
|
60
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
61
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
62
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
63
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
64
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
65
|
+
}, "">;
|
|
15
66
|
type ObcMotor = ReturnType<typeof ObcMotor>;
|
|
16
67
|
export default ObcMotor;
|
|
@@ -1,14 +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/pump/pump.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;
|
|
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;
|
|
12
52
|
vertical?: boolean
|
|
13
53
|
}
|
|
14
54
|
export interface Events {
|