@colijnit/corecomponents_v12 258.1.25 → 258.1.27

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.
@@ -14,6 +14,7 @@ export declare class InputDatePickerComponent extends BaseInputDatePickerDirecti
14
14
  elementRef?: ElementRef;
15
15
  modelAsString: string;
16
16
  private _calendarComponentRef;
17
+ showClearButton: boolean;
17
18
  showClass(): boolean;
18
19
  constructor(formComponent: FormComponent, changeDetector: ChangeDetectorRef, overlayService: OverlayService, componentFactoryResolver: ComponentFactoryResolver, formUserChangeListener?: FormInputUserModelChangeListenerService, ngZoneWrapper?: NgZoneWrapperService, elementRef?: ElementRef);
19
20
  handleDateSelected(date: Date): void;
@@ -24,6 +24,7 @@ export declare class ListOfValuesComponent extends BaseInputComponent<any> imple
24
24
  set collection(value: any[]);
25
25
  get collection(): any[];
26
26
  collectionLoadFn: Function;
27
+ collectionLoadFnProp: string;
27
28
  leftIconData: SafeHtml | undefined;
28
29
  searchPlaceholder: string;
29
30
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "258.1.25",
3
+ "version": "258.1.27",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {