@cqa-lib/cqa-ui 1.0.110 → 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.
@@ -1,8 +1,8 @@
1
- import { EventEmitter, ElementRef, OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { EventEmitter, ElementRef, OnInit, OnDestroy } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { DateRangePickerOptions } from './daterangepicker.directive';
4
4
  import * as i0 from "@angular/core";
5
- export declare class DaterangepickerComponent implements OnInit, OnDestroy, OnChanges, ControlValueAccessor {
5
+ export declare class DaterangepickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
6
6
  label?: string;
7
7
  placeholder?: string;
8
8
  disabled: boolean;
@@ -31,8 +31,6 @@ export declare class DaterangepickerComponent implements OnInit, OnDestroy, OnCh
31
31
  private onChange;
32
32
  private onTouched;
33
33
  ngOnInit(): void;
34
- ngOnChanges(changes: SimpleChanges): void;
35
- private updatePickerOptions;
36
34
  ngOnDestroy(): void;
37
35
  onDatesUpdated(event: {
38
36
  startDate: Date | null;
@@ -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.110",
3
+ "version": "1.0.112",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",