@oicl/openbridge-webcomponents-ng 2.0.0-next.14 → 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.
|
@@ -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: [{
|