@cqa-lib/cqa-ui 1.0.108 → 1.0.109

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 } from '@angular/core';
1
+ import { EventEmitter, ElementRef, OnInit, OnDestroy, OnChanges, SimpleChanges } 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, ControlValueAccessor {
5
+ export declare class DaterangepickerComponent implements OnInit, OnDestroy, OnChanges, ControlValueAccessor {
6
6
  label?: string;
7
7
  placeholder?: string;
8
8
  disabled: boolean;
@@ -31,6 +31,8 @@ export declare class DaterangepickerComponent implements OnInit, OnDestroy, Cont
31
31
  private onChange;
32
32
  private onTouched;
33
33
  ngOnInit(): void;
34
+ ngOnChanges(changes: SimpleChanges): void;
35
+ private updatePickerOptions;
34
36
  ngOnDestroy(): void;
35
37
  onDatesUpdated(event: {
36
38
  startDate: Date | null;
@@ -40,6 +40,7 @@ export interface DynamicFilterItem {
40
40
  start: Date | null;
41
41
  end: Date | null;
42
42
  }, event?: MatDatepickerInputEvent<Date> | Event) => void;
43
+ parentEl?: string | HTMLElement;
43
44
  }
44
45
  export interface DynamicFilterValues {
45
46
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",