@fundamental-ngx/core 0.54.4 → 0.54.5

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.
@@ -54,8 +54,6 @@ export declare class PopoverService extends BasePopoverClass {
54
54
  private _modalTriggerClass;
55
55
  /** @hidden */
56
56
  private _isModal;
57
- /** @hidden */
58
- private _popoverComponents;
59
57
  /** An RxJS Subject that will kill the data stream upon component’s destruction (for unsubscribing) */
60
58
  private readonly _destroyRef;
61
59
  /** @hidden */
@@ -109,17 +107,6 @@ export declare class PopoverService extends BasePopoverClass {
109
107
  * @param trigger Trigger element ref.
110
108
  */
111
109
  updateTriggerElement(trigger: ElementRef | HTMLElement): void;
112
- /**
113
- * register a popover body component instance
114
- * @param popoverBodyComponent
115
- */
116
- registerPopover(popoverBodyComponent: PopoverBodyComponent): void;
117
- /**
118
- * unregister a popover body component instance
119
- * @param popoverBodyComponent
120
- */
121
- unregisterPopover(popoverBodyComponent: PopoverBodyComponent): void;
122
- private _handleGlobalClick;
123
110
  /** @hidden */
124
111
  private _normalizeTriggers;
125
112
  /** @hidden */