@cqa-lib/cqa-ui 1.0.103 → 1.0.104

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.
@@ -2343,7 +2343,7 @@ class DaterangepickerComponent {
2343
2343
  this.disabled = false;
2344
2344
  this.autoApply = false;
2345
2345
  this.alwaysShowCalendars = false;
2346
- this.opens = 'right';
2346
+ this.opens = 'center';
2347
2347
  this.drops = 'auto';
2348
2348
  this.datesUpdated = new EventEmitter();
2349
2349
  this.cancelClicked = new EventEmitter();