@truenas/ui-components 0.1.20 → 0.1.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truenas/ui-components",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -3221,6 +3221,7 @@ declare class TnTooltipDirective implements OnInit, OnDestroy {
3221
3221
  private _showTimeout;
3222
3222
  private _hideTimeout;
3223
3223
  private _isTooltipVisible;
3224
+ private _positionSub;
3224
3225
  protected _ariaDescribedBy: string | null;
3225
3226
  private _overlay;
3226
3227
  private _elementRef;
@@ -3240,6 +3241,7 @@ declare class TnTooltipDirective implements OnInit, OnDestroy {
3240
3241
  /** Toggle the tooltip visibility */
3241
3242
  toggle(): void;
3242
3243
  private _createOverlay;
3244
+ private _resolvePosition;
3243
3245
  private _attachTooltip;
3244
3246
  private _getPositions;
3245
3247
  private _clearTimeouts;