Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vismaux/ngx-vud

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vismaux/ngx-vud - npm Package Compare versions

Comparing version 14.0.3 to 14.0.4

24

lib/tooltip/tooltip.component.d.ts

@@ -1,2 +0,2 @@

import { EventEmitter, TemplateRef, Type, ViewContainerRef } from '@angular/core';
import { TemplateRef, Type, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";

@@ -7,14 +7,13 @@ export type VudTooltipPlacement = 'left' | 'right' | 'top' | 'bottom';

export declare class VudTooltipComponent {
private readonly cdRef;
private mouseLeaveSubject;
readonly afterMouseLeave: () => import("rxjs").Observable<void>;
text?: string;
template?: TemplateRef<any>;
mouseOver: boolean;
readonly contentContainerRef: ViewContainerRef;
set content(content: string | TemplateRef<any>);
position: string;
offset: number;
style: VudTooltipStyle;
hideTriggered: EventEmitter<void>;
readonly mouseOver: import("@angular/core").WritableSignal<boolean>;
readonly contentContainerRef: import("@angular/core").Signal<ViewContainerRef>;
readonly content: import("@angular/core").InputSignal<string | TemplateRef<any>>;
readonly template: import("@angular/core").Signal<TemplateRef<any> | null>;
readonly text: import("@angular/core").Signal<string | null>;
readonly position: import("@angular/core").InputSignal<VudTooltipPlacement | undefined>;
readonly offset: import("@angular/core").InputSignal<number>;
readonly style: import("@angular/core").InputSignal<VudTooltipStyle>;
readonly hideTriggered: import("@angular/core").OutputEmitterRef<void>;
readonly triggerHide: () => void;

@@ -24,6 +23,5 @@ get inlineStyle(): string;

handleMouseLeave(): void;
_markForCheck(): void;
projectComponent<T>(componentType: Type<T>): T;
static ɵfac: i0.ɵɵFactoryDeclaration<VudTooltipComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<VudTooltipComponent, "vud-tooltip", never, { "content": { "alias": "content"; "required": false; }; "position": { "alias": "position"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, { "hideTriggered": "hideTriggered"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<VudTooltipComponent, "vud-tooltip", never, { "content": { "alias": "content"; "required": true; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; }, { "hideTriggered": "hideTriggered"; }, never, never, false, never>;
}

@@ -19,2 +19,4 @@ import { OnDestroy, TemplateRef, Type } from '@angular/core';

/** @ignore */
private outputSubscription;
/** @ignore */
private overlayRef?;

@@ -24,4 +26,6 @@ /** @ignore */

/** @ignore */
private tooltipInstance?;
private tooltipRef?;
/** @ignore */
private get tooltipInstance();
/** @ignore */
private currentPosition$?;

@@ -28,0 +32,0 @@ /** @ignore */

{
"name": "@vismaux/ngx-vud",
"version": "14.0.3",
"version": "14.0.4",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/cdk": "^18.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc