@naniteninja/dashboard-components-lib 2.1.26 → 2.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.
package/index.d.ts CHANGED
@@ -1957,6 +1957,8 @@ declare class LibClientMatchOverviewComponent implements OnInit, OnDestroy, Afte
1957
1957
 
1958
1958
  declare class LibHandoffPanelComponent implements OnInit {
1959
1959
  private cdr;
1960
+ private readonly _renderer;
1961
+ private readonly _document;
1960
1962
  config: IHandoffPanelInputs;
1961
1963
  addMessage: EventEmitter<IMessage>;
1962
1964
  scheduleSlotToggle: EventEmitter<IScheduleSlot>;
@@ -1996,6 +1998,7 @@ declare class LibHandoffPanelComponent implements OnInit {
1996
1998
  onTouchEnd(event: TouchEvent): void;
1997
1999
  private handleSwipe;
1998
2000
  private animateSwipe;
2001
+ private _injectScrollbarStyles;
1999
2002
  static ɵfac: i0.ɵɵFactoryDeclaration<LibHandoffPanelComponent, never>;
2000
2003
  static ɵcmp: i0.ɵɵComponentDeclaration<LibHandoffPanelComponent, "lib-handoff-panel", never, { "config": { "alias": "config"; "required": false; }; }, { "addMessage": "addMessage"; "scheduleSlotToggle": "scheduleSlotToggle"; "activeTabIndexChange": "activeTabIndexChange"; "prospectSelect": "prospectSelect"; "swipeNext": "swipeNext"; "swipePrev": "swipePrev"; }, never, never, true, never>;
2001
2004
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naniteninja/dashboard-components-lib",
3
- "version": "2.1.26",
3
+ "version": "2.1.27",
4
4
  "author": "naniteninja",
5
5
  "repository": {
6
6
  "type": "git"