@colijnit/corecomponents_v12 257.1.18 → 257.1.19

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.
@@ -38,6 +38,8 @@ export declare class FilterItemComponent implements OnInit, ScreenConfigAdapterC
38
38
  collectionChange: EventEmitter<FilterItemViewmodel[]>;
39
39
  filterButtonClicked: EventEmitter<void>;
40
40
  get hasClass(): boolean;
41
+ dateInput: any;
42
+ dateRangeInput: any;
41
43
  filteredCollection: FilterItemViewmodel[];
42
44
  limitTo: number;
43
45
  filterText: string;
@@ -6,6 +6,7 @@ export declare class InputDatePickerComponent extends BaseInputDatePickerDirecti
6
6
  handleDateSelected(date: Date): void;
7
7
  toggleCalendar(show: boolean): void;
8
8
  finalizeDate(): void;
9
+ finalize(): void;
9
10
  private isValidDateString;
10
11
  handleDateChange(value: string): void;
11
12
  protected modelSet(): void;
@@ -18,6 +18,7 @@ export declare class InputDateRangePickerComponent extends BaseInputDatePickerDi
18
18
  handleFirstDateChanged(value: string): void;
19
19
  handleSecondDateChanged(value: string): void;
20
20
  finalizeDates(): void;
21
+ finalize(): void;
21
22
  private isValidDateString;
22
23
  protected modelSet(): void;
23
24
  private setModelAsString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "257.1.18",
3
+ "version": "257.1.19",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {