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.
@@ -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;
@@ -40,7 +40,6 @@ export declare class DatePickerCalendarComponent implements OnInit {
40
40
  private firstDayOfWeek;
41
41
  private _weekDays;
42
42
  private _days;
43
- get shouldDisableNextMonth(): boolean;
44
43
  get days(): Array<Day>;
45
44
  get month(): string;
46
45
  get monthNumber(): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asksuite-citrus",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",