@norwegian/core-components 5.2.1 → 5.2.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.
@@ -566,6 +566,11 @@ export declare class FilterComponent extends NasComponentBase implements OnInit,
566
566
  */
567
567
  get inboundSelectedDate(): UtcDate;
568
568
  set inboundSelectedDate(date: UtcDate);
569
+ /**
570
+ * @description
571
+ * Will display the destination input, set this to false to remove it. It's true by default.
572
+ */
573
+ enableDestinationSelect: boolean;
569
574
  /**
570
575
  * @description
571
576
  * Will display passenger select, set this to false to remove it. It's true by default.