@oicl/openbridge-webcomponents-ng 2.0.0-next.13 → 2.0.0-next.15
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
|
|
|
@@ -76484,6 +76484,12 @@ class ObcPitchRoll {
|
|
|
76484
76484
|
get vesselImageSide() {
|
|
76485
76485
|
return this._el.vesselImageSide;
|
|
76486
76486
|
}
|
|
76487
|
+
set scaleForeImage(v) {
|
|
76488
|
+
this._ngZone.runOutsideAngular(() => (this._el.scaleForeImage = v));
|
|
76489
|
+
}
|
|
76490
|
+
get scaleForeImage() {
|
|
76491
|
+
return this._el.scaleForeImage;
|
|
76492
|
+
}
|
|
76487
76493
|
set maxPitchAdvice(v) {
|
|
76488
76494
|
this._ngZone.runOutsideAngular(() => (this._el.maxPitchAdvice = v));
|
|
76489
76495
|
}
|
|
@@ -76521,7 +76527,7 @@ class ObcPitchRoll {
|
|
|
76521
76527
|
return this._el.priorityElements;
|
|
76522
76528
|
}
|
|
76523
76529
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcPitchRoll, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
76524
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcPitchRoll, isStandalone: true, selector: "obc-pitch-roll", inputs: { pitch: "pitch", roll: "roll", minAvgPitch: "minAvgPitch", maxAvgPitch: "maxAvgPitch", minAvgRoll: "minAvgRoll", maxAvgRoll: "maxAvgRoll", vesselImageFore: "vesselImageFore", vesselImageSide: "vesselImageSide", maxPitchAdvice: "maxPitchAdvice", maxRollAdvice: "maxRollAdvice", triggerPitchAdvice: "triggerPitchAdvice", triggerRollAdvice: "triggerRollAdvice", priority: "priority", priorityElements: "priorityElements" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76530
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcPitchRoll, isStandalone: true, selector: "obc-pitch-roll", inputs: { pitch: "pitch", roll: "roll", minAvgPitch: "minAvgPitch", maxAvgPitch: "maxAvgPitch", minAvgRoll: "minAvgRoll", maxAvgRoll: "maxAvgRoll", vesselImageFore: "vesselImageFore", vesselImageSide: "vesselImageSide", scaleForeImage: "scaleForeImage", maxPitchAdvice: "maxPitchAdvice", maxRollAdvice: "maxRollAdvice", triggerPitchAdvice: "triggerPitchAdvice", triggerRollAdvice: "triggerRollAdvice", priority: "priority", priorityElements: "priorityElements" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76525
76531
|
}
|
|
76526
76532
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcPitchRoll, decorators: [{
|
|
76527
76533
|
type: Component,
|
|
@@ -76547,6 +76553,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
76547
76553
|
type: Input
|
|
76548
76554
|
}], vesselImageSide: [{
|
|
76549
76555
|
type: Input
|
|
76556
|
+
}], scaleForeImage: [{
|
|
76557
|
+
type: Input
|
|
76550
76558
|
}], maxPitchAdvice: [{
|
|
76551
76559
|
type: Input
|
|
76552
76560
|
}], maxRollAdvice: [{
|
|
@@ -76684,6 +76692,12 @@ class ObcRoll {
|
|
|
76684
76692
|
get vesselImageFore() {
|
|
76685
76693
|
return this._el.vesselImageFore;
|
|
76686
76694
|
}
|
|
76695
|
+
set scaleForeImage(v) {
|
|
76696
|
+
this._ngZone.runOutsideAngular(() => (this._el.scaleForeImage = v));
|
|
76697
|
+
}
|
|
76698
|
+
get scaleForeImage() {
|
|
76699
|
+
return this._el.scaleForeImage;
|
|
76700
|
+
}
|
|
76687
76701
|
set maxRollAdvice(v) {
|
|
76688
76702
|
this._ngZone.runOutsideAngular(() => (this._el.maxRollAdvice = v));
|
|
76689
76703
|
}
|
|
@@ -76697,7 +76711,7 @@ class ObcRoll {
|
|
|
76697
76711
|
return this._el.triggerRollAdvice;
|
|
76698
76712
|
}
|
|
76699
76713
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcRoll, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
76700
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcRoll, isStandalone: true, selector: "obc-roll", inputs: { roll: "roll", minAvgRoll: "minAvgRoll", maxAvgRoll: "maxAvgRoll", vesselImageFore: "vesselImageFore", maxRollAdvice: "maxRollAdvice", triggerRollAdvice: "triggerRollAdvice" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76714
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcRoll, isStandalone: true, selector: "obc-roll", inputs: { roll: "roll", minAvgRoll: "minAvgRoll", maxAvgRoll: "maxAvgRoll", vesselImageFore: "vesselImageFore", scaleForeImage: "scaleForeImage", maxRollAdvice: "maxRollAdvice", triggerRollAdvice: "triggerRollAdvice" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76701
76715
|
}
|
|
76702
76716
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcRoll, decorators: [{
|
|
76703
76717
|
type: Component,
|
|
@@ -76715,6 +76729,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
76715
76729
|
type: Input
|
|
76716
76730
|
}], vesselImageFore: [{
|
|
76717
76731
|
type: Input
|
|
76732
|
+
}], scaleForeImage: [{
|
|
76733
|
+
type: Input
|
|
76718
76734
|
}], maxRollAdvice: [{
|
|
76719
76735
|
type: Input
|
|
76720
76736
|
}], triggerRollAdvice: [{
|