@oicl/openbridge-webcomponents-ng 2.0.0-next.12 → 2.0.0-next.14

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/index.d.ts CHANGED
@@ -36,7 +36,7 @@ import { ObcAbstractAutomationButtonSquared as ObcAbstractAutomationButtonSquare
36
36
  import { AutomationButtonReadoutStackSize, AutomationButtonReadoutStack, AutomationButtonReadoutStackTag, ObcAutomationButtonReadoutStack as ObcAutomationButtonReadoutStack$1, IdTagOrientation } from '@oicl/openbridge-webcomponents/dist/components/automation-button-readout-stack/automation-button-readout-stack.js';
37
37
  import { ObcAlertFrameType, ObcAlertFrameThickness, ObcAlertFrameStatus, ObcAlertFrame as ObcAlertFrame$1, AlertFrameTextSize } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/alert-frame.js';
38
38
  import { CircularProgressMode, ObcCircularProgress as ObcCircularProgress$1 } from '@oicl/openbridge-webcomponents/dist/building-blocks/circular-progress/circular-progress.js';
39
- import { ObcAbstractAutomationButton as ObcAbstractAutomationButton$1 } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
39
+ import { ObcAbstractAutomationButton as ObcAbstractAutomationButton$1, AutomationButtonBadgeControl, AutomationButtonBadgeCommandLocked, AutomationButtonBadgeInterlock, AutomationButtonBadgeAlert } from '@oicl/openbridge-webcomponents/dist/automation/automation-button/abstract-automation-button.js';
40
40
  import { ObcAutomationInputModal as ObcAutomationInputModal$1 } from '@oicl/openbridge-webcomponents/dist/automation/automation-input-modal/automation-input-modal.js';
41
41
  import { ObcAutomationReadout as ObcAutomationReadout$1, AutomationReadoutPosition } from '@oicl/openbridge-webcomponents/dist/automation/automation-readout/automation-readout.js';
42
42
  import { LineType, LineMedium } from '@oicl/openbridge-webcomponents/dist/automation/index.js';
@@ -2882,16 +2882,16 @@ declare class ObcAbstractAutomationButton {
2882
2882
  get tag(): string;
2883
2883
  set direction(v: AutomationButtonDirection);
2884
2884
  get direction(): AutomationButtonDirection;
2885
- set badgeAuto(v: boolean);
2886
- get badgeAuto(): boolean;
2887
- set badgeCommandLocked(v: boolean);
2888
- get badgeCommandLocked(): boolean;
2889
- set badgeDuty(v: boolean);
2890
- get badgeDuty(): boolean;
2891
- set badgeAlertOff(v: boolean);
2892
- get badgeAlertOff(): boolean;
2885
+ set badgeControl(v: AutomationButtonBadgeControl);
2886
+ get badgeControl(): AutomationButtonBadgeControl;
2887
+ set badgeCommandLocked(v: AutomationButtonBadgeCommandLocked);
2888
+ get badgeCommandLocked(): AutomationButtonBadgeCommandLocked;
2889
+ set badgeInterlock(v: AutomationButtonBadgeInterlock);
2890
+ get badgeInterlock(): AutomationButtonBadgeInterlock;
2891
+ set badgeAlert(v: AutomationButtonBadgeAlert);
2892
+ get badgeAlert(): AutomationButtonBadgeAlert;
2893
2893
  static ɵfac: i0.ɵɵFactoryDeclaration<ObcAbstractAutomationButton, never>;
2894
- static ɵcmp: i0.ɵɵComponentDeclaration<ObcAbstractAutomationButton, "undefined", never, { "showReadoutStack": { "alias": "showReadoutStack"; "required": false; }; "hasIdTag": { "alias": "hasIdTag"; "required": false; }; "readoutPosition": { "alias": "readoutPosition"; "required": false; }; "readoutSize": { "alias": "readoutSize"; "required": false; }; "positioning": { "alias": "positioning"; "required": false; }; "alert": { "alias": "alert"; "required": false; }; "alertFrameType": { "alias": "alertFrameType"; "required": false; }; "alertFrameThickness": { "alias": "alertFrameThickness"; "required": false; }; "alertFrameStatus": { "alias": "alertFrameStatus"; "required": false; }; "showAlertCategoryIcon": { "alias": "showAlertCategoryIcon"; "required": false; }; "showAlertIcon": { "alias": "showAlertIcon"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressMode": { "alias": "progressMode"; "required": false; }; "progressValue": { "alias": "progressValue"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "badgeAuto": { "alias": "badgeAuto"; "required": false; }; "badgeCommandLocked": { "alias": "badgeCommandLocked"; "required": false; }; "badgeDuty": { "alias": "badgeDuty"; "required": false; }; "badgeAlertOff": { "alias": "badgeAlertOff"; "required": false; }; }, {}, never, ["*"], true, never>;
2894
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObcAbstractAutomationButton, "undefined", never, { "showReadoutStack": { "alias": "showReadoutStack"; "required": false; }; "hasIdTag": { "alias": "hasIdTag"; "required": false; }; "readoutPosition": { "alias": "readoutPosition"; "required": false; }; "readoutSize": { "alias": "readoutSize"; "required": false; }; "positioning": { "alias": "positioning"; "required": false; }; "alert": { "alias": "alert"; "required": false; }; "alertFrameType": { "alias": "alertFrameType"; "required": false; }; "alertFrameThickness": { "alias": "alertFrameThickness"; "required": false; }; "alertFrameStatus": { "alias": "alertFrameStatus"; "required": false; }; "showAlertCategoryIcon": { "alias": "showAlertCategoryIcon"; "required": false; }; "showAlertIcon": { "alias": "showAlertIcon"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressMode": { "alias": "progressMode"; "required": false; }; "progressValue": { "alias": "progressValue"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "badgeControl": { "alias": "badgeControl"; "required": false; }; "badgeCommandLocked": { "alias": "badgeCommandLocked"; "required": false; }; "badgeInterlock": { "alias": "badgeInterlock"; "required": false; }; "badgeAlert": { "alias": "badgeAlert"; "required": false; }; }, {}, never, ["*"], true, never>;
2895
2895
  }
2896
2896
 
2897
2897
  declare class ObcAutomationButton {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents-ng",
3
3
  "type": "module",
4
- "version": "2.0.0-next.12",
4
+ "version": "2.0.0-next.14",
5
5
  "dependencies": {
6
- "@oicl/openbridge-webcomponents": "^2.0.0-next.11",
6
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.13",
7
7
  "tslib": "^2.8.1"
8
8
  },
9
9
  "peerDependencies": {