@smarterplan/ngx-smarterplan-core 1.2.51 → 1.2.53

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.
@@ -18,7 +18,7 @@ export declare class MenuBarComponent implements OnInit {
18
18
  private navigatorService;
19
19
  private supportService;
20
20
  private baseVisibilityService;
21
- private calendar;
21
+ calendar: NgbCalendar;
22
22
  formatter: NgbDateParserFormatter;
23
23
  private filterService;
24
24
  private cacheService;
@@ -41,8 +41,12 @@ export declare class MenuBarComponent implements OnInit {
41
41
  } | null;
42
42
  isDateFilterApplied: boolean;
43
43
  dateChanged: boolean;
44
+ changePositionSubscription?: Subscription;
45
+ private searchInput?;
46
+ filterSubscription: any;
44
47
  constructor(router: Router, localeService: LocaleService, userService: BaseUserService, navigatorService: NavigatorService, supportService: SupportService, baseVisibilityService: BaseVisibilityService, calendar: NgbCalendar, formatter: NgbDateParserFormatter, filterService: FilterService, cacheService: AmplifyCacheService);
45
48
  ngOnInit(): void;
49
+ private onSearchKeydown;
46
50
  ngAfterViewInit(): void;
47
51
  ngOnDestroy(): void;
48
52
  signOut(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smarterplan/ngx-smarterplan-core",
3
- "version": "1.2.51",
3
+ "version": "1.2.53",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.1"
6
6
  },