asksuite-citrus 0.19.1 → 0.19.2
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.
- package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +1 -7
- package/esm2022/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.mjs +13 -17
- package/esm2022/lib/components/date-picker/date-picker.component.mjs +3 -3
- package/fesm2022/asksuite-citrus.mjs +14 -24
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/lib/components/autocomplete/autocomplete.component.d.ts +0 -1
- package/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.d.ts +0 -1
- package/package.json +1 -1
@@ -41,7 +41,6 @@ export declare class AutocompleteComponent implements AfterViewInit, ControlValu
|
|
41
41
|
private _destroy;
|
42
42
|
private readonly ITEMS_PER_PAGE;
|
43
43
|
private _pageNumber;
|
44
|
-
private _reachedEnd;
|
45
44
|
_selectAllMessage: string;
|
46
45
|
filterFn?: (item: string) => any[];
|
47
46
|
displayFn?: (item: any) => string;
|