@oicl/openbridge-webcomponents-ng 2.0.0-next.17 → 2.0.0-next.19
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.
|
@@ -76453,8 +76453,20 @@ class ObcPitch {
|
|
|
76453
76453
|
get triggerPitchAdvice() {
|
|
76454
76454
|
return this._el.triggerPitchAdvice;
|
|
76455
76455
|
}
|
|
76456
|
+
set zoomToFitArc(v) {
|
|
76457
|
+
this._ngZone.runOutsideAngular(() => (this._el.zoomToFitArc = v));
|
|
76458
|
+
}
|
|
76459
|
+
get zoomToFitArc() {
|
|
76460
|
+
return this._el.zoomToFitArc;
|
|
76461
|
+
}
|
|
76462
|
+
set arcAngle(v) {
|
|
76463
|
+
this._ngZone.runOutsideAngular(() => (this._el.arcAngle = v));
|
|
76464
|
+
}
|
|
76465
|
+
get arcAngle() {
|
|
76466
|
+
return this._el.arcAngle;
|
|
76467
|
+
}
|
|
76456
76468
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcPitch, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
76457
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcPitch, isStandalone: true, selector: "obc-pitch", inputs: { pitch: "pitch", minAvgPitch: "minAvgPitch", maxAvgPitch: "maxAvgPitch", vesselImageSide: "vesselImageSide", maxPitchAdvice: "maxPitchAdvice", triggerPitchAdvice: "triggerPitchAdvice" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76469
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: ObcPitch, isStandalone: true, selector: "obc-pitch", inputs: { pitch: "pitch", minAvgPitch: "minAvgPitch", maxAvgPitch: "maxAvgPitch", vesselImageSide: "vesselImageSide", maxPitchAdvice: "maxPitchAdvice", triggerPitchAdvice: "triggerPitchAdvice", zoomToFitArc: "zoomToFitArc", arcAngle: "arcAngle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76458
76470
|
}
|
|
76459
76471
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcPitch, decorators: [{
|
|
76460
76472
|
type: Component,
|
|
@@ -76476,6 +76488,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
76476
76488
|
type: Input
|
|
76477
76489
|
}], triggerPitchAdvice: [{
|
|
76478
76490
|
type: Input
|
|
76491
|
+
}], zoomToFitArc: [{
|
|
76492
|
+
type: Input
|
|
76493
|
+
}], arcAngle: [{
|
|
76494
|
+
type: Input
|
|
76479
76495
|
}] } });
|
|
76480
76496
|
|
|
76481
76497
|
class ObcPitchRoll {
|
|
@@ -76575,8 +76591,32 @@ class ObcPitchRoll {
|
|
|
76575
76591
|
get priorityElements() {
|
|
76576
76592
|
return this._el.priorityElements;
|
|
76577
76593
|
}
|
|
76594
|
+
set zoomToFitArc(v) {
|
|
76595
|
+
this._ngZone.runOutsideAngular(() => (this._el.zoomToFitArc = v));
|
|
76596
|
+
}
|
|
76597
|
+
get zoomToFitArc() {
|
|
76598
|
+
return this._el.zoomToFitArc;
|
|
76599
|
+
}
|
|
76600
|
+
set arcAngle(v) {
|
|
76601
|
+
this._ngZone.runOutsideAngular(() => (this._el.arcAngle = v));
|
|
76602
|
+
}
|
|
76603
|
+
get arcAngle() {
|
|
76604
|
+
return this._el.arcAngle;
|
|
76605
|
+
}
|
|
76606
|
+
set pitchArcAngle(v) {
|
|
76607
|
+
this._ngZone.runOutsideAngular(() => (this._el.pitchArcAngle = v));
|
|
76608
|
+
}
|
|
76609
|
+
get pitchArcAngle() {
|
|
76610
|
+
return this._el.pitchArcAngle;
|
|
76611
|
+
}
|
|
76612
|
+
set rollArcAngle(v) {
|
|
76613
|
+
this._ngZone.runOutsideAngular(() => (this._el.rollArcAngle = v));
|
|
76614
|
+
}
|
|
76615
|
+
get rollArcAngle() {
|
|
76616
|
+
return this._el.rollArcAngle;
|
|
76617
|
+
}
|
|
76578
76618
|
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 });
|
|
76579
|
-
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 });
|
|
76619
|
+
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", zoomToFitArc: "zoomToFitArc", arcAngle: "arcAngle", pitchArcAngle: "pitchArcAngle", rollArcAngle: "rollArcAngle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76580
76620
|
}
|
|
76581
76621
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcPitchRoll, decorators: [{
|
|
76582
76622
|
type: Component,
|
|
@@ -76616,6 +76656,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
76616
76656
|
type: Input
|
|
76617
76657
|
}], priorityElements: [{
|
|
76618
76658
|
type: Input
|
|
76659
|
+
}], zoomToFitArc: [{
|
|
76660
|
+
type: Input
|
|
76661
|
+
}], arcAngle: [{
|
|
76662
|
+
type: Input
|
|
76663
|
+
}], pitchArcAngle: [{
|
|
76664
|
+
type: Input
|
|
76665
|
+
}], rollArcAngle: [{
|
|
76666
|
+
type: Input
|
|
76619
76667
|
}] } });
|
|
76620
76668
|
|
|
76621
76669
|
class ObcRateOfTurn {
|
|
@@ -76775,8 +76823,20 @@ class ObcRoll {
|
|
|
76775
76823
|
get triggerRollAdvice() {
|
|
76776
76824
|
return this._el.triggerRollAdvice;
|
|
76777
76825
|
}
|
|
76826
|
+
set zoomToFitArc(v) {
|
|
76827
|
+
this._ngZone.runOutsideAngular(() => (this._el.zoomToFitArc = v));
|
|
76828
|
+
}
|
|
76829
|
+
get zoomToFitArc() {
|
|
76830
|
+
return this._el.zoomToFitArc;
|
|
76831
|
+
}
|
|
76832
|
+
set arcAngle(v) {
|
|
76833
|
+
this._ngZone.runOutsideAngular(() => (this._el.arcAngle = v));
|
|
76834
|
+
}
|
|
76835
|
+
get arcAngle() {
|
|
76836
|
+
return this._el.arcAngle;
|
|
76837
|
+
}
|
|
76778
76838
|
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 });
|
|
76779
|
-
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 });
|
|
76839
|
+
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", zoomToFitArc: "zoomToFitArc", arcAngle: "arcAngle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
76780
76840
|
}
|
|
76781
76841
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: ObcRoll, decorators: [{
|
|
76782
76842
|
type: Component,
|
|
@@ -76800,6 +76860,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
76800
76860
|
type: Input
|
|
76801
76861
|
}], triggerRollAdvice: [{
|
|
76802
76862
|
type: Input
|
|
76863
|
+
}], zoomToFitArc: [{
|
|
76864
|
+
type: Input
|
|
76865
|
+
}], arcAngle: [{
|
|
76866
|
+
type: Input
|
|
76803
76867
|
}] } });
|
|
76804
76868
|
|
|
76805
76869
|
class ObcRotIndicator {
|