@oicl/openbridge-webcomponents-svelte 2.0.0-next.82 → 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/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,16 +1,46 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {AutomationButtonLabelDirection} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
3
|
+
export type {AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonLabelDirection} 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';
|
|
4
9
|
export type {AnalogValveVariant} from '@oicl/openbridge-webcomponents/dist/automation/analog-valve/analog-valve.js';
|
|
5
10
|
import '@oicl/openbridge-webcomponents/dist/automation/analog-valve/analog-valve.js';
|
|
6
11
|
import { setProperties } from "../../util.js";
|
|
7
|
-
import type {AutomationButtonLabelDirection} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
12
|
+
import type {AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonLabelDirection} 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';
|
|
8
18
|
import type {AnalogValveVariant} from '@oicl/openbridge-webcomponents/dist/automation/analog-valve/analog-valve.js';
|
|
9
19
|
import type { Snippet } from 'svelte';
|
|
10
20
|
|
|
11
21
|
export interface Props {
|
|
12
22
|
class?: string;
|
|
13
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;
|
|
14
44
|
open?: boolean;
|
|
15
45
|
value?: number;
|
|
16
46
|
vertical?: boolean;
|
|
@@ -1,10 +1,35 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/analog-valve/analog-valve.js';
|
|
2
|
-
import type { AutomationButtonLabelDirection } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
2
|
+
import type { AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonLabelDirection } 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';
|
|
3
8
|
import type { AnalogValveVariant } from '@oicl/openbridge-webcomponents/dist/automation/analog-valve/analog-valve.js';
|
|
4
9
|
import type { Snippet } from 'svelte';
|
|
5
10
|
export interface Props {
|
|
6
11
|
class?: string;
|
|
7
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;
|
|
8
33
|
open?: boolean;
|
|
9
34
|
value?: number;
|
|
10
35
|
vertical?: boolean;
|
|
@@ -18,7 +43,19 @@ export interface Slots {
|
|
|
18
43
|
}
|
|
19
44
|
type $$ComponentProps = Props & Events & Slots;
|
|
20
45
|
declare const ObcAnalogValve: import("svelte").Component<$$ComponentProps, {
|
|
46
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
47
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
21
48
|
AutomationButtonLabelDirection: typeof AutomationButtonLabelDirection;
|
|
49
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
50
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
51
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
52
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
53
|
+
AlertType: typeof AlertType;
|
|
54
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
55
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
56
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
57
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
58
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
22
59
|
AnalogValveVariant: typeof AnalogValveVariant;
|
|
23
60
|
}, "">;
|
|
24
61
|
type ObcAnalogValve = ReturnType<typeof ObcAnalogValve>;
|
|
@@ -1,16 +1,46 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {AutomationButtonLabelDirection, AutomationButtonDirection} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
3
|
+
export type {AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonLabelDirection, AutomationButtonDirection} 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';
|
|
4
9
|
export type {MotorizedVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
5
10
|
import '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
6
11
|
import { setProperties } from "../../util.js";
|
|
7
|
-
import type {AutomationButtonLabelDirection, AutomationButtonDirection} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
12
|
+
import type {AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonLabelDirection, AutomationButtonDirection} 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';
|
|
8
18
|
import type {MotorizedVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
9
19
|
import type { Snippet } from 'svelte';
|
|
10
20
|
|
|
11
21
|
export interface Props {
|
|
12
22
|
class?: string;
|
|
13
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;
|
|
14
44
|
on?: boolean;
|
|
15
45
|
speedInPercent?: number;
|
|
16
46
|
speed?: number | undefined;
|
|
@@ -1,10 +1,35 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
2
|
-
import type { AutomationButtonLabelDirection, AutomationButtonDirection } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
2
|
+
import type { AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonLabelDirection, AutomationButtonDirection } 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';
|
|
3
8
|
import type { MotorizedVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-motorized.js';
|
|
4
9
|
import type { Snippet } from 'svelte';
|
|
5
10
|
export interface Props {
|
|
6
11
|
class?: string;
|
|
7
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;
|
|
8
33
|
on?: boolean;
|
|
9
34
|
speedInPercent?: number;
|
|
10
35
|
speed?: number | undefined;
|
|
@@ -21,8 +46,20 @@ export interface Slots {
|
|
|
21
46
|
}
|
|
22
47
|
type $$ComponentProps = Props & Events & Slots;
|
|
23
48
|
declare const ObcAbstractAutomationButtonMotorized: import("svelte").Component<$$ComponentProps, {
|
|
49
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
50
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
24
51
|
AutomationButtonLabelDirection: typeof AutomationButtonLabelDirection;
|
|
25
52
|
AutomationButtonDirection: typeof AutomationButtonDirection;
|
|
53
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
54
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
55
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
56
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
57
|
+
AlertType: typeof AlertType;
|
|
58
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
59
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
60
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
61
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
62
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
26
63
|
MotorizedVariant: typeof MotorizedVariant;
|
|
27
64
|
}, "">;
|
|
28
65
|
type ObcAbstractAutomationButtonMotorized = ReturnType<typeof ObcAbstractAutomationButtonMotorized>;
|
|
@@ -1,16 +1,46 @@
|
|
|
1
1
|
|
|
2
2
|
<script lang="ts">
|
|
3
|
-
export type {
|
|
4
|
-
export type {
|
|
3
|
+
export type {AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonOrientation} 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 {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
5
10
|
import '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
6
11
|
import { setProperties } from "../../util.js";
|
|
7
|
-
import type {
|
|
8
|
-
import type {
|
|
12
|
+
import type {AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonOrientation} 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 {SquaredVariant} from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
9
19
|
import type { Snippet } from 'svelte';
|
|
10
20
|
|
|
11
21
|
export interface Props {
|
|
12
22
|
class?: string;
|
|
13
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;
|
|
14
44
|
on?: boolean;
|
|
15
45
|
variant?: SquaredVariant;
|
|
16
46
|
orientation?: AutomationButtonOrientation
|
|
@@ -1,10 +1,35 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
2
|
+
import type { AutomationButtonReadoutPosition, AutomationButtonPositioning, AutomationButtonOrientation } 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 { SquaredVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button-squared.js';
|
|
3
|
-
import type { AutomationButtonOrientation } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/automation-button.js';
|
|
4
9
|
import type { Snippet } from 'svelte';
|
|
5
10
|
export interface Props {
|
|
6
11
|
class?: string;
|
|
7
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;
|
|
8
33
|
on?: boolean;
|
|
9
34
|
variant?: SquaredVariant;
|
|
10
35
|
orientation?: AutomationButtonOrientation;
|
|
@@ -16,8 +41,20 @@ export interface Slots {
|
|
|
16
41
|
}
|
|
17
42
|
type $$ComponentProps = Props & Events & Slots;
|
|
18
43
|
declare const ObcAbstractAutomationButtonSquared: import("svelte").Component<$$ComponentProps, {
|
|
19
|
-
|
|
44
|
+
AutomationButtonReadoutPosition: typeof AutomationButtonReadoutPosition;
|
|
45
|
+
AutomationButtonPositioning: typeof AutomationButtonPositioning;
|
|
20
46
|
AutomationButtonOrientation: typeof AutomationButtonOrientation;
|
|
47
|
+
AutomationButtonReadoutStackSize: typeof AutomationButtonReadoutStackSize;
|
|
48
|
+
ObcAlertFrameType: typeof ObcAlertFrameType;
|
|
49
|
+
ObcAlertFrameThickness: typeof ObcAlertFrameThickness;
|
|
50
|
+
ObcAlertFrameMode: typeof ObcAlertFrameMode;
|
|
51
|
+
AlertType: typeof AlertType;
|
|
52
|
+
CircularProgressMode: typeof CircularProgressMode;
|
|
53
|
+
AutomationButtonBadgeControl: typeof AutomationButtonBadgeControl;
|
|
54
|
+
AutomationButtonBadgeCommandLocked: typeof AutomationButtonBadgeCommandLocked;
|
|
55
|
+
AutomationButtonBadgeInterlock: typeof AutomationButtonBadgeInterlock;
|
|
56
|
+
AutomationButtonBadgeAlert: typeof AutomationButtonBadgeAlert;
|
|
57
|
+
SquaredVariant: typeof SquaredVariant;
|
|
21
58
|
}, "">;
|
|
22
59
|
type ObcAbstractAutomationButtonSquared = ReturnType<typeof ObcAbstractAutomationButtonSquared>;
|
|
23
60
|
export default ObcAbstractAutomationButtonSquared;
|
|
@@ -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 {BipolarTransistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.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 {BipolarTransistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.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?: BipolarTransistorAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.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 { BipolarTransistorAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/bipolar-transistor/bipolar-transistor.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?: BipolarTransistorAlternativeIcon;
|
|
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 ObcBipolarTransistor: 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
|
BipolarTransistorAlternativeIcon: typeof BipolarTransistorAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcBipolarTransistor = ReturnType<typeof ObcBipolarTransistor>;
|
|
@@ -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 {CapacitorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/capacitor/capacitor.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/capacitor/capacitor.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 {CapacitorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/capacitor/capacitor.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?: CapacitorAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
import '@oicl/openbridge-webcomponents/dist/automation/capacitor/capacitor.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 { CapacitorAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/capacitor/capacitor.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?: CapacitorAlternativeIcon;
|
|
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 ObcCapacitor: 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
|
CapacitorAlternativeIcon: typeof CapacitorAlternativeIcon;
|
|
17
61
|
}, "">;
|
|
18
62
|
type ObcCapacitor = ReturnType<typeof ObcCapacitor>;
|
|
@@ -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 {ConverterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/converter/converter.js';
|
|
4
11
|
import '@oicl/openbridge-webcomponents/dist/automation/converter/converter.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 {ConverterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/converter/converter.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?: ConverterAlternativeIcon
|
|
13
50
|
}
|
|
14
51
|
export interface Events {
|