@cqa-lib/cqa-ui 1.0.111 → 1.0.113

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.
@@ -37,6 +37,7 @@ export declare class DaterangepickerDirective implements OnInit, OnDestroy, OnCh
37
37
  endDate?: Date | string;
38
38
  minDate?: Date | string;
39
39
  maxDate?: Date | string;
40
+ parentEl?: string | HTMLElement;
40
41
  datesUpdated: EventEmitter<{
41
42
  startDate: Date | null;
42
43
  endDate: Date | null;
@@ -69,5 +70,5 @@ export declare class DaterangepickerDirective implements OnInit, OnDestroy, OnCh
69
70
  registerOnTouched(fn: () => void): void;
70
71
  setDisabledState(isDisabled: boolean): void;
71
72
  static ɵfac: i0.ɵɵFactoryDeclaration<DaterangepickerDirective, never>;
72
- static ɵdir: i0.ɵɵDirectiveDeclaration<DaterangepickerDirective, "[cqaDaterangepicker]", never, { "options": "options"; "startDate": "startDate"; "endDate": "endDate"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "datesUpdated": "datesUpdated"; "cancelClicked": "cancelClicked"; "applyClicked": "applyClicked"; }, never>;
73
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DaterangepickerDirective, "[cqaDaterangepicker]", never, { "options": "options"; "startDate": "startDate"; "endDate": "endDate"; "minDate": "minDate"; "maxDate": "maxDate"; "parentEl": "parentEl"; }, { "datesUpdated": "datesUpdated"; "cancelClicked": "cancelClicked"; "applyClicked": "applyClicked"; }, never>;
73
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.0.111",
3
+ "version": "1.0.113",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",