@cqa-lib/cqa-ui 1.0.111 → 1.0.112
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/esm2020/lib/filters/daterangepicker/daterangepicker.component.mjs +1 -1
- package/esm2020/lib/filters/daterangepicker/daterangepicker.directive.mjs +5 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +5 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +5 -3
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/filters/daterangepicker/daterangepicker.directive.d.ts +2 -1
- package/package.json +1 -1
|
@@ -2097,7 +2097,7 @@ class DaterangepickerDirective {
|
|
|
2097
2097
|
return;
|
|
2098
2098
|
}
|
|
2099
2099
|
// Resolve parent element to scope styles; allow override via options.parentEl, else use body.
|
|
2100
|
-
const resolvedParentEl = this.options?.parentEl || 'body';
|
|
2100
|
+
const resolvedParentEl = this.parentEl || this.options?.parentEl || 'body';
|
|
2101
2101
|
const baseOptions = {
|
|
2102
2102
|
opens: 'left',
|
|
2103
2103
|
drops: 'down',
|
|
@@ -2298,7 +2298,7 @@ class DaterangepickerDirective {
|
|
|
2298
2298
|
}
|
|
2299
2299
|
}
|
|
2300
2300
|
DaterangepickerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: DaterangepickerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2301
|
-
DaterangepickerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.4.0", type: DaterangepickerDirective, selector: "[cqaDaterangepicker]", inputs: { options: "options", startDate: "startDate", endDate: "endDate", minDate: "minDate", maxDate: "maxDate" }, outputs: { datesUpdated: "datesUpdated", cancelClicked: "cancelClicked", applyClicked: "applyClicked" }, providers: [
|
|
2301
|
+
DaterangepickerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.4.0", type: DaterangepickerDirective, selector: "[cqaDaterangepicker]", inputs: { options: "options", startDate: "startDate", endDate: "endDate", minDate: "minDate", maxDate: "maxDate", parentEl: "parentEl" }, outputs: { datesUpdated: "datesUpdated", cancelClicked: "cancelClicked", applyClicked: "applyClicked" }, providers: [
|
|
2302
2302
|
{
|
|
2303
2303
|
provide: NG_VALUE_ACCESSOR,
|
|
2304
2304
|
useExisting: forwardRef(() => DaterangepickerDirective),
|
|
@@ -2327,6 +2327,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImpor
|
|
|
2327
2327
|
type: Input
|
|
2328
2328
|
}], maxDate: [{
|
|
2329
2329
|
type: Input
|
|
2330
|
+
}], parentEl: [{
|
|
2331
|
+
type: Input
|
|
2330
2332
|
}], datesUpdated: [{
|
|
2331
2333
|
type: Output
|
|
2332
2334
|
}], cancelClicked: [{
|
|
@@ -2470,7 +2472,7 @@ DaterangepickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
2470
2472
|
</button>
|
|
2471
2473
|
</div>
|
|
2472
2474
|
</div>
|
|
2473
|
-
`, isInline: true, directives: [{ type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: DaterangepickerDirective, selector: "[cqaDaterangepicker]", inputs: ["options", "startDate", "endDate", "minDate", "maxDate"], outputs: ["datesUpdated", "cancelClicked", "applyClicked"] }] });
|
|
2475
|
+
`, isInline: true, directives: [{ type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: DaterangepickerDirective, selector: "[cqaDaterangepicker]", inputs: ["options", "startDate", "endDate", "minDate", "maxDate", "parentEl"], outputs: ["datesUpdated", "cancelClicked", "applyClicked"] }] });
|
|
2474
2476
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: DaterangepickerComponent, decorators: [{
|
|
2475
2477
|
type: Component,
|
|
2476
2478
|
args: [{
|