@cqa-lib/cqa-ui 1.0.102 → 1.0.103
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,8 +2343,8 @@ class DaterangepickerComponent {
|
|
|
2343
2343
|
this.disabled = false;
|
|
2344
2344
|
this.autoApply = false;
|
|
2345
2345
|
this.alwaysShowCalendars = false;
|
|
2346
|
-
this.opens = '
|
|
2347
|
-
this.drops = '
|
|
2346
|
+
this.opens = 'right';
|
|
2347
|
+
this.drops = 'auto';
|
|
2348
2348
|
this.datesUpdated = new EventEmitter();
|
|
2349
2349
|
this.cancelClicked = new EventEmitter();
|
|
2350
2350
|
this.applyClicked = new EventEmitter();
|
|
@@ -2433,7 +2433,7 @@ DaterangepickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
2433
2433
|
<label *ngIf="label" class="form-label cqa-text-[#374151] cqa-text-[14px] cqa-font-medium cqa-block cqa-leading-[1.4] cqa-mb-2">
|
|
2434
2434
|
{{ label }}
|
|
2435
2435
|
</label>
|
|
2436
|
-
<div class="cqa-daterangepicker-wrapper">
|
|
2436
|
+
<div class="cqa-daterangepicker-wrapper cqa-ui-daterange-picker">
|
|
2437
2437
|
<input
|
|
2438
2438
|
#inputRef
|
|
2439
2439
|
type="text"
|
|
@@ -2482,7 +2482,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImpor
|
|
|
2482
2482
|
<label *ngIf="label" class="form-label cqa-text-[#374151] cqa-text-[14px] cqa-font-medium cqa-block cqa-leading-[1.4] cqa-mb-2">
|
|
2483
2483
|
{{ label }}
|
|
2484
2484
|
</label>
|
|
2485
|
-
<div class="cqa-daterangepicker-wrapper">
|
|
2485
|
+
<div class="cqa-daterangepicker-wrapper cqa-ui-daterange-picker">
|
|
2486
2486
|
<input
|
|
2487
2487
|
#inputRef
|
|
2488
2488
|
type="text"
|