@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.
|
@@ -4454,11 +4454,11 @@ class ObcAbstractAutomationButton {
|
|
|
4454
4454
|
get direction() {
|
|
4455
4455
|
return this._el.direction;
|
|
4456
4456
|
}
|
|
4457
|
-
set
|
|
4458
|
-
this._ngZone.runOutsideAngular(() => (this._el.
|
|
4457
|
+
set badgeControl(v) {
|
|
4458
|
+
this._ngZone.runOutsideAngular(() => (this._el.badgeControl = v));
|
|
4459
4459
|
}
|
|
4460
|
-
get
|
|
4461
|
-
return this._el.
|
|
4460
|
+
get badgeControl() {
|
|
4461
|
+
return this._el.badgeControl;
|
|
4462
4462
|
}
|
|
4463
4463
|
set badgeCommandLocked(v) {
|
|
4464
4464
|
this._ngZone.runOutsideAngular(() => (this._el.badgeCommandLocked = v));
|
|
@@ -4466,20 +4466,20 @@ class ObcAbstractAutomationButton {
|
|
|
4466
4466
|
get badgeCommandLocked() {
|
|
4467
4467
|
return this._el.badgeCommandLocked;
|
|
4468
4468
|
}
|
|
4469
|
-
set
|
|
4470
|
-
this._ngZone.runOutsideAngular(() => (this._el.
|
|
4469
|
+
set badgeInterlock(v) {
|
|
4470
|
+
this._ngZone.runOutsideAngular(() => (this._el.badgeInterlock = v));
|
|
4471
4471
|
}
|
|
4472
|
-
get
|
|
4473
|
-
return this._el.
|
|
4472
|
+
get badgeInterlock() {
|
|
4473
|
+
return this._el.badgeInterlock;
|
|
4474
4474
|
}
|
|
4475
|
-
set
|
|
4476
|
-
this._ngZone.runOutsideAngular(() => (this._el.
|
|
4475
|
+
set badgeAlert(v) {
|
|
4476
|
+
this._ngZone.runOutsideAngular(() => (this._el.badgeAlert = v));
|
|
4477
4477
|
}
|
|
4478
|
-
get
|
|
4479
|
-
return this._el.
|
|
4478
|
+
get badgeAlert() {
|
|
4479
|
+
return this._el.badgeAlert;
|
|
4480
4480
|
}
|
|
4481
4481
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcAbstractAutomationButton, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4482
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcAbstractAutomationButton, isStandalone: true, selector: "undefined", inputs: { showReadoutStack: "showReadoutStack", hasIdTag: "hasIdTag", readoutPosition: "readoutPosition", readoutSize: "readoutSize", positioning: "positioning", alert: "alert", alertFrameType: "alertFrameType", alertFrameThickness: "alertFrameThickness", alertFrameStatus: "alertFrameStatus", showAlertCategoryIcon: "showAlertCategoryIcon", showAlertIcon: "showAlertIcon", progress: "progress", progressMode: "progressMode", progressValue: "progressValue", tag: "tag", direction: "direction",
|
|
4482
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcAbstractAutomationButton, isStandalone: true, selector: "undefined", inputs: { showReadoutStack: "showReadoutStack", hasIdTag: "hasIdTag", readoutPosition: "readoutPosition", readoutSize: "readoutSize", positioning: "positioning", alert: "alert", alertFrameType: "alertFrameType", alertFrameThickness: "alertFrameThickness", alertFrameStatus: "alertFrameStatus", showAlertCategoryIcon: "showAlertCategoryIcon", showAlertIcon: "showAlertIcon", progress: "progress", progressMode: "progressMode", progressValue: "progressValue", tag: "tag", direction: "direction", badgeControl: "badgeControl", badgeCommandLocked: "badgeCommandLocked", badgeInterlock: "badgeInterlock", badgeAlert: "badgeAlert" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
4483
4483
|
}
|
|
4484
4484
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcAbstractAutomationButton, decorators: [{
|
|
4485
4485
|
type: Component,
|
|
@@ -4521,13 +4521,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
4521
4521
|
type: Input
|
|
4522
4522
|
}], direction: [{
|
|
4523
4523
|
type: Input
|
|
4524
|
-
}],
|
|
4524
|
+
}], badgeControl: [{
|
|
4525
4525
|
type: Input
|
|
4526
4526
|
}], badgeCommandLocked: [{
|
|
4527
4527
|
type: Input
|
|
4528
|
-
}],
|
|
4528
|
+
}], badgeInterlock: [{
|
|
4529
4529
|
type: Input
|
|
4530
|
-
}],
|
|
4530
|
+
}], badgeAlert: [{
|
|
4531
4531
|
type: Input
|
|
4532
4532
|
}] } });
|
|
4533
4533
|
|