@norwegian/core-components 5.12.1 → 5.12.2
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/bundles/norwegian-core-components.umd.js +9 -0
- package/bundles/norwegian-core-components.umd.js.map +1 -1
- package/esm2015/lib/components/filter/filter.component.js +10 -1
- package/fesm2015/norwegian-core-components.js +9 -0
- package/fesm2015/norwegian-core-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -4030,6 +4030,15 @@
|
|
|
4030
4030
|
}
|
|
4031
4031
|
tripTypeControl.valueChanges.subscribe(function (value) {
|
|
4032
4032
|
_this.inboundDisabled = value === exports.TripType.oneWay;
|
|
4033
|
+
_this.tripType = value;
|
|
4034
|
+
});
|
|
4035
|
+
}
|
|
4036
|
+
}
|
|
4037
|
+
if (this.nasFormControlNameDirectOnly) {
|
|
4038
|
+
var directOnlyControl = this.nasFormGroup.get(this.nasFormControlNameDirectOnly);
|
|
4039
|
+
if (directOnlyControl) {
|
|
4040
|
+
directOnlyControl.valueChanges.subscribe(function (value) {
|
|
4041
|
+
_this.directOnly = value;
|
|
4033
4042
|
});
|
|
4034
4043
|
}
|
|
4035
4044
|
}
|