@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.
Files changed (95) hide show
  1. package/dist/ar/poi/ObcPoiAton.svelte +31 -2
  2. package/dist/ar/poi/ObcPoiAton.svelte.d.ts +33 -0
  3. package/dist/ar/poi/ObcPoiData.svelte +31 -2
  4. package/dist/ar/poi/ObcPoiData.svelte.d.ts +33 -0
  5. package/dist/ar/poi/ObcPoiVessel.svelte +31 -2
  6. package/dist/ar/poi/ObcPoiVessel.svelte.d.ts +33 -0
  7. package/dist/ar/poi-button/ObcPoiButtonAton.svelte +16 -2
  8. package/dist/ar/poi-button/ObcPoiButtonAton.svelte.d.ts +18 -0
  9. package/dist/ar/poi-button/ObcPoiButtonData.svelte +16 -2
  10. package/dist/ar/poi-button/ObcPoiButtonData.svelte.d.ts +18 -0
  11. package/dist/ar/poi-button/ObcPoiButtonVessel.svelte +16 -2
  12. package/dist/ar/poi-button/ObcPoiButtonVessel.svelte.d.ts +18 -0
  13. package/dist/ar/poi-object/ObcPoiObjectAton.svelte +8 -4
  14. package/dist/ar/poi-object/ObcPoiObjectAton.svelte.d.ts +7 -3
  15. package/dist/ar/poi-object/ObcPoiObjectData.svelte +5 -2
  16. package/dist/ar/poi-object/ObcPoiObjectData.svelte.d.ts +6 -1
  17. package/dist/ar/poi-object/ObcPoiObjectVessel.svelte +7 -2
  18. package/dist/ar/poi-object/ObcPoiObjectVessel.svelte.d.ts +6 -0
  19. package/dist/automation/analog-valve/ObcAnalogValve.svelte +32 -2
  20. package/dist/automation/analog-valve/ObcAnalogValve.svelte.d.ts +38 -1
  21. package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte +32 -2
  22. package/dist/automation/automation-button/ObcAbstractAutomationButtonMotorized.svelte.d.ts +38 -1
  23. package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte +34 -4
  24. package/dist/automation/automation-button/ObcAbstractAutomationButtonSquared.svelte.d.ts +39 -2
  25. package/dist/automation/bipolar-transistor/ObcBipolarTransistor.svelte +39 -2
  26. package/dist/automation/bipolar-transistor/ObcBipolarTransistor.svelte.d.ts +44 -0
  27. package/dist/automation/capacitor/ObcCapacitor.svelte +39 -2
  28. package/dist/automation/capacitor/ObcCapacitor.svelte.d.ts +44 -0
  29. package/dist/automation/converter/ObcConverter.svelte +39 -2
  30. package/dist/automation/converter/ObcConverter.svelte.d.ts +44 -0
  31. package/dist/automation/damper/ObcDamper.svelte +37 -3
  32. package/dist/automation/damper/ObcDamper.svelte.d.ts +46 -1
  33. package/dist/automation/digital-valve/ObcDigitalValve.svelte +34 -2
  34. package/dist/automation/digital-valve/ObcDigitalValve.svelte.d.ts +38 -0
  35. package/dist/automation/diodes/ObcDiodes.svelte +39 -2
  36. package/dist/automation/diodes/ObcDiodes.svelte.d.ts +44 -0
  37. package/dist/automation/fan/ObcFan.svelte +42 -3
  38. package/dist/automation/fan/ObcFan.svelte.d.ts +52 -1
  39. package/dist/automation/filter/ObcFilter.svelte +39 -2
  40. package/dist/automation/filter/ObcFilter.svelte.d.ts +44 -0
  41. package/dist/automation/ground/ObcGround.svelte +39 -2
  42. package/dist/automation/ground/ObcGround.svelte.d.ts +44 -0
  43. package/dist/automation/logic/ObcLogic.svelte +39 -2
  44. package/dist/automation/logic/ObcLogic.svelte.d.ts +44 -0
  45. package/dist/automation/mosfet/ObcMosfet.svelte +39 -2
  46. package/dist/automation/mosfet/ObcMosfet.svelte.d.ts +44 -0
  47. package/dist/automation/motor/ObcMotor.svelte +42 -2
  48. package/dist/automation/motor/ObcMotor.svelte.d.ts +52 -1
  49. package/dist/automation/pump/ObcPump.svelte +42 -2
  50. package/dist/automation/pump/ObcPump.svelte.d.ts +52 -1
  51. package/dist/automation/resistor/ObcResistor.svelte +39 -2
  52. package/dist/automation/resistor/ObcResistor.svelte.d.ts +44 -0
  53. package/dist/automation/router/ObcRouter.svelte +39 -2
  54. package/dist/automation/router/ObcRouter.svelte.d.ts +44 -0
  55. package/dist/automation/source/ObcSource.svelte +39 -2
  56. package/dist/automation/source/ObcSource.svelte.d.ts +44 -0
  57. package/dist/automation/switch/ObcSwitch.svelte +39 -2
  58. package/dist/automation/switch/ObcSwitch.svelte.d.ts +44 -0
  59. package/dist/automation/transformer/ObcTransformer.svelte +39 -2
  60. package/dist/automation/transformer/ObcTransformer.svelte.d.ts +44 -0
  61. package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte +99 -2
  62. package/dist/bars-graphs/area-graph/ObcAreaGraph.svelte.d.ts +108 -0
  63. package/dist/bars-graphs/line-graph/ObcLineGraph.svelte +97 -3
  64. package/dist/bars-graphs/line-graph/ObcLineGraph.svelte.d.ts +110 -1
  65. package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte +21 -0
  66. package/dist/building-blocks/bar-horizontal/ObcBarHorizontal.svelte.d.ts +21 -0
  67. package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte +21 -0
  68. package/dist/building-blocks/bar-vertical/ObcBarVertical.svelte.d.ts +21 -0
  69. package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte +21 -0
  70. package/dist/building-blocks/instrument-radial/ObcInstrumentRadial.svelte.d.ts +21 -0
  71. package/dist/components/textbox/ObcTextbox.svelte +2 -1
  72. package/dist/components/textbox/ObcTextbox.svelte.d.ts +1 -0
  73. package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte +21 -0
  74. package/dist/navigation-instruments/gauge-horizontal/ObcGaugeHorizontal.svelte.d.ts +21 -0
  75. package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte +21 -0
  76. package/dist/navigation-instruments/gauge-radial/ObcGaugeRadial.svelte.d.ts +21 -0
  77. package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte +120 -2
  78. package/dist/navigation-instruments/gauge-trend/ObcGaugeTrend.svelte.d.ts +129 -0
  79. package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte +21 -0
  80. package/dist/navigation-instruments/gauge-vertical/ObcGaugeVertical.svelte.d.ts +21 -0
  81. package/dist/navigation-instruments/pitch/ObcPitch.svelte +21 -2
  82. package/dist/navigation-instruments/pitch/ObcPitch.svelte.d.ts +19 -0
  83. package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte +42 -23
  84. package/dist/navigation-instruments/readout-list-item/ObcReadoutListItem.svelte.d.ts +35 -22
  85. package/dist/navigation-instruments/roll/ObcRoll.svelte +21 -2
  86. package/dist/navigation-instruments/roll/ObcRoll.svelte.d.ts +19 -0
  87. package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte +21 -0
  88. package/dist/navigation-instruments/rot-sector/ObcRotSector.svelte.d.ts +21 -0
  89. package/dist/navigation-instruments/rudder/ObcRudder.svelte +21 -0
  90. package/dist/navigation-instruments/rudder/ObcRudder.svelte.d.ts +21 -0
  91. package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte +21 -0
  92. package/dist/navigation-instruments/speed-gauge/ObcSpeedGauge.svelte.d.ts +21 -0
  93. package/dist/navigation-instruments/thruster/ObcThruster.svelte +21 -0
  94. package/dist/navigation-instruments/thruster/ObcThruster.svelte.d.ts +21 -0
  95. package/package.json +2 -2
@@ -1,8 +1,43 @@
1
1
  import '@oicl/openbridge-webcomponents/dist/automation/pump/pump.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 ObcPump: import("svelte").Component<$$ComponentProps, {}, "">;
49
+ declare const ObcPump: 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 ObcPump = ReturnType<typeof ObcPump>;
16
67
  export default ObcPump;
@@ -1,14 +1,51 @@
1
1
 
2
2
  <script lang="ts">
3
- export type {ResistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/resistor/resistor.js';
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 {ResistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/resistor/resistor.js';
4
11
  import '@oicl/openbridge-webcomponents/dist/automation/resistor/resistor.js';
5
12
  import { setProperties } from "../../util.js";
6
- import type {ResistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/resistor/resistor.js';
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 {ResistorAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/resistor/resistor.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?: ResistorAlternativeIcon
13
50
  }
14
51
  export interface Events {
@@ -1,9 +1,39 @@
1
1
  import '@oicl/openbridge-webcomponents/dist/automation/resistor/resistor.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 { ResistorAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/resistor/resistor.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?: ResistorAlternativeIcon;
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 ObcResistor: 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
  ResistorAlternativeIcon: typeof ResistorAlternativeIcon;
17
61
  }, "">;
18
62
  type ObcResistor = ReturnType<typeof ObcResistor>;
@@ -1,14 +1,51 @@
1
1
 
2
2
  <script lang="ts">
3
- export type {RouterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/router/router.js';
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 {RouterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/router/router.js';
4
11
  import '@oicl/openbridge-webcomponents/dist/automation/router/router.js';
5
12
  import { setProperties } from "../../util.js";
6
- import type {RouterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/router/router.js';
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 {RouterAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/router/router.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?: RouterAlternativeIcon
13
50
  }
14
51
  export interface Events {
@@ -1,9 +1,39 @@
1
1
  import '@oicl/openbridge-webcomponents/dist/automation/router/router.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 { RouterAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/router/router.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?: RouterAlternativeIcon;
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 ObcRouter: 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
  RouterAlternativeIcon: typeof RouterAlternativeIcon;
17
61
  }, "">;
18
62
  type ObcRouter = ReturnType<typeof ObcRouter>;
@@ -1,14 +1,51 @@
1
1
 
2
2
  <script lang="ts">
3
- export type {SourceAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/source/source.js';
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 {SourceAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/source/source.js';
4
11
  import '@oicl/openbridge-webcomponents/dist/automation/source/source.js';
5
12
  import { setProperties } from "../../util.js";
6
- import type {SourceAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/source/source.js';
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 {SourceAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/source/source.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?: SourceAlternativeIcon
13
50
  }
14
51
  export interface Events {
@@ -1,9 +1,39 @@
1
1
  import '@oicl/openbridge-webcomponents/dist/automation/source/source.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 { SourceAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/source/source.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?: SourceAlternativeIcon;
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 ObcSource: 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
  SourceAlternativeIcon: typeof SourceAlternativeIcon;
17
61
  }, "">;
18
62
  type ObcSource = ReturnType<typeof ObcSource>;
@@ -1,14 +1,51 @@
1
1
 
2
2
  <script lang="ts">
3
- export type {SwitchAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/switch/switch.js';
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 {SwitchAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/switch/switch.js';
4
11
  import '@oicl/openbridge-webcomponents/dist/automation/switch/switch.js';
5
12
  import { setProperties } from "../../util.js";
6
- import type {SwitchAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/switch/switch.js';
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 {SwitchAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/switch/switch.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?: SwitchAlternativeIcon
13
50
  }
14
51
  export interface Events {
@@ -1,9 +1,39 @@
1
1
  import '@oicl/openbridge-webcomponents/dist/automation/switch/switch.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 { SwitchAlternativeIcon } from '@oicl/openbridge-webcomponents/dist/automation/switch/switch.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?: SwitchAlternativeIcon;
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 ObcSwitch: 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
  SwitchAlternativeIcon: typeof SwitchAlternativeIcon;
17
61
  }, "">;
18
62
  type ObcSwitch = ReturnType<typeof ObcSwitch>;
@@ -1,14 +1,51 @@
1
1
 
2
2
  <script lang="ts">
3
- export type {TransformerAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/transformer/transformer.js';
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 {TransformerAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/transformer/transformer.js';
4
11
  import '@oicl/openbridge-webcomponents/dist/automation/transformer/transformer.js';
5
12
  import { setProperties } from "../../util.js";
6
- import type {TransformerAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/transformer/transformer.js';
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 {TransformerAlternativeIcon} from '@oicl/openbridge-webcomponents/dist/automation/transformer/transformer.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?: TransformerAlternativeIcon
13
50
  }
14
51
  export interface Events {