Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
4
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-popups - npm Package Compare versions

Comparing version 17.3.9-beta to 17.3.14

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.3.9-beta
* version : 17.3.14
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-popups@*",
"_id": "@syncfusion/ej2-popups@17.2.48",
"_id": "@syncfusion/ej2-popups@17.3.9",
"_inBundle": false,
"_integrity": "sha512-b+XSbSpCHY5ja4497I3VRrAR3X0u7Cvgqe4fSaGsboxMppK/Rgpls7aoNj9/5hS4+1a0lNqL6yvf6O5dvR2r2Q==",
"_integrity": "sha512-chqVLwE32PZLNiqpUEbgLSx34duLG/otqLxRD/zrfI5DKAAgb6ZvHXfYFcxkEDHf7aXun3YwMOESAOck2U2TwQ==",
"_location": "/@syncfusion/ej2-popups",

@@ -45,4 +45,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-popups/-/ej2-popups-17.2.48.tgz",
"_shasum": "711b65e451543be8731b9a761d2c125696f478db",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-popups/-/ej2-popups-17.3.9.tgz",
"_shasum": "3114ff9fd3eef99884e8fd69e7d1b36b55c09da4",
"_spec": "@syncfusion/ej2-popups@*",

@@ -58,4 +58,4 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.3.9-beta",
"@syncfusion/ej2-buttons": "~17.3.9-beta"
"@syncfusion/ej2-base": "~17.3.14",
"@syncfusion/ej2-buttons": "~17.3.14"
},

@@ -95,4 +95,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "17.3.9-beta",
"version": "17.3.14",
"sideEffects": false
}

@@ -18,5 +18,5 @@ import { Component, Property, Event, Collection, L10n, Browser, EmitType, Complex, compile, createElement } from '@syncfusion/ej2-base';import { addClass, removeClass, detach, attributes, prepend, setStyleAttribute } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, ChildProperty, isBlazor } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit, append } from '@syncfusion/ej2-base';import { EventHandler, updateBlazorTemplate, BlazorDragEventArgs } from '@syncfusion/ej2-base';import { Draggable } from '@syncfusion/ej2-base';import { Popup, PositionData, getZindexPartial } from '../popup/popup';import { PositionDataModel } from '../popup/popup-model';import { Button, ButtonModel } from '@syncfusion/ej2-buttons';import { createResize, removeResize, setMinHeight } from '../common/resize';

* Possible values are Button, Submit and Reset.
* @default 'Button'
* @aspType string
* @blazorType string
*/

@@ -28,3 +28,3 @@ type?: ButtonType | string;

* @event
* @blazorProperty 'OnClick'
*/

@@ -60,3 +60,3 @@ click?: EmitType<Object>;

* 16. None
* @default 'Fade'
*/

@@ -67,3 +67,3 @@ effect?: DialogEffect;

* Specifies the duration in milliseconds that the animation takes to open or close the dialog.
* @default 400
*/

@@ -74,3 +74,3 @@ duration?: number;

* Specifies the delay in milliseconds to start animation.
* @default 0
*/

@@ -94,4 +94,4 @@ delay?: number;

* {% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}
* @default ''
* @blazorType string
*/

@@ -102,3 +102,3 @@ content?: string | HTMLElement;

* Specifies the value that represents whether the close icon is shown in the dialog component.
* @default false
*/

@@ -112,3 +112,3 @@ showCloseIcon?: boolean;

* * `Modeless`: It does not prevent user interaction with parent application.
* @default false
*/

@@ -120,4 +120,4 @@ isModal?: boolean;

* This is optional property and the dialog can be displayed without header, if the header property is null.
* @default ''
* @blazorType string
*/

@@ -128,3 +128,3 @@ header?: string | HTMLElement;

* Specifies the value that represents whether the dialog component is visible.
* @default true
*/

@@ -136,3 +136,3 @@ visible?: boolean;

* If enableResize is true, the dialog component creates grip to resize it diagonal direction.
* @default false
*/

@@ -143,4 +143,4 @@ enableResize?: boolean;

* Specifies the height of the dialog component.
* @default 'auto'
* @blazorType string
*/

@@ -151,4 +151,4 @@ height?: string | number;

* Specifies the width of the dialog.
* @default '100%'
* @blazorType string
*/

@@ -160,3 +160,3 @@ width?: string | number;

* One or more custom CSS classes can be added to a dialog.
* @default ''
*/

@@ -167,3 +167,3 @@ cssClass?: string;

* Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.
* @default 1000
*/

@@ -175,4 +175,4 @@ zIndex?: number;

* The default value is null, which refers the `document.body` element.
* @default null
* @blazorType string
*/

@@ -189,4 +189,4 @@ target?: HTMLElement | string;

*
* @default ''
* @blazorType string
*/

@@ -201,3 +201,3 @@ footerTemplate?: HTMLElement | string;

*
* @default false
*/

@@ -216,3 +216,3 @@ allowDragging?: boolean;

* {% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}
* @default [{}]
*/

@@ -224,3 +224,3 @@ buttons?: ButtonPropsModel[];

* that is used to control the dialog's closing behavior.
* @default true
*/

@@ -238,3 +238,3 @@ closeOnEscape?: boolean;

* {% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}
* @default { effect: 'Fade', duration: 400, delay:0 }
*/

@@ -248,3 +248,3 @@ animationSettings?: AnimationSettingsModel;

* * `Y value`: top, center, bottom, or offset value.
* @default {X:'center', Y:'center'}
*/

@@ -256,3 +256,3 @@ position?: PositionDataModel;

* @event
* @blazorProperty 'Created'
*/

@@ -264,4 +264,4 @@ created?: EmitType<Object>;

* @event
* @blazorProperty 'Opened'
* @blazorType OpenEventArgs
*/

@@ -275,3 +275,3 @@ open?: EmitType<Object>;

* @event
* @blazorProperty 'OnOpen'
*/

@@ -283,4 +283,4 @@ beforeOpen?: EmitType<BeforeOpenEventArgs>;

* @event
* @blazorProperty 'Closed'
* @blazorType CloseEventArgs
*/

@@ -294,3 +294,3 @@ close?: EmitType<Object>;

* @event
* @blazorProperty 'OnClose'
*/

@@ -302,4 +302,4 @@ beforeClose?: EmitType<BeforeCloseEventArgs>;

* @event
* @blazorProperty 'OnDragStart'
* @blazorType DragStartEventArgs
*/

@@ -311,4 +311,4 @@ dragStart?: EmitType<Object>;

* @event
* @blazorProperty 'OnDragStop'
* @blazorType DragStopEventArgs
*/

@@ -320,4 +320,4 @@ dragStop?: EmitType<Object>;

* @event
* @blazorProperty 'OnDrag'
* @blazorType DragEventArgs
*/

@@ -329,3 +329,3 @@ drag?: EmitType<Object>;

* @event
* @blazorProperty 'OnOverlayClick'
*/

@@ -337,3 +337,3 @@ overlayClick?: EmitType<Object>;

* @event
* @blazorProperty 'OnResizeStart'
*/

@@ -345,3 +345,3 @@ resizeStart?: EmitType<Object>;

* @event
* @blazorProperty 'Resizing'
*/

@@ -353,3 +353,3 @@ resizing?: EmitType<Object>;

* @event
* @blazorProperty 'OnResizeStop'
*/

@@ -356,0 +356,0 @@ resizeStop?: EmitType<Object>;

@@ -15,5 +15,5 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

* Possible values are Button, Submit and Reset.
* @default 'Button'
* @aspType string
* @blazorType string
*/

@@ -24,3 +24,3 @@ type: ButtonType | string;

* @event
* @blazorProperty 'OnClick'
*/

@@ -53,3 +53,3 @@ click: EmitType<Object>;

* 16. None
* @default 'Fade'
*/

@@ -59,3 +59,3 @@ effect: DialogEffect;

* Specifies the duration in milliseconds that the animation takes to open or close the dialog.
* @default 400
*/

@@ -65,3 +65,3 @@ duration: number;

* Specifies the delay in milliseconds to start animation.
* @default 0
*/

@@ -93,5 +93,5 @@ delay: number;

* Returns the target element of the dialog.
* @aspType string
* @blazorType string
* @deprecated
*/

@@ -123,5 +123,5 @@ target?: HTMLElement | String;

* Returns the target element of the dialog.
* @aspType string
* @blazorType string
* @deprecated
*/

@@ -136,2 +136,6 @@ target?: HTMLElement | String;

/**
* Defines whether the focus action can be prevented in dialog.
*/
preventFocus: boolean;
/**
* Defines whether the current action can be prevented.

@@ -292,4 +296,4 @@ */

* {% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}
* @default ''
* @blazorType string
*/

@@ -299,3 +303,3 @@ content: string | HTMLElement;

* Specifies the value that represents whether the close icon is shown in the dialog component.
* @default false
*/

@@ -308,3 +312,3 @@ showCloseIcon: boolean;

* * `Modeless`: It does not prevent user interaction with parent application.
* @default false
*/

@@ -315,4 +319,4 @@ isModal: boolean;

* This is optional property and the dialog can be displayed without header, if the header property is null.
* @default ''
* @blazorType string
*/

@@ -322,3 +326,3 @@ header: string | HTMLElement;

* Specifies the value that represents whether the dialog component is visible.
* @default true
*/

@@ -329,3 +333,3 @@ visible: boolean;

* If enableResize is true, the dialog component creates grip to resize it diagonal direction.
* @default false
*/

@@ -335,4 +339,4 @@ enableResize: boolean;

* Specifies the height of the dialog component.
* @default 'auto'
* @blazorType string
*/

@@ -342,4 +346,4 @@ height: string | number;

* Specifies the width of the dialog.
* @default '100%'
* @blazorType string
*/

@@ -350,3 +354,3 @@ width: string | number;

* One or more custom CSS classes can be added to a dialog.
* @default ''
*/

@@ -356,3 +360,3 @@ cssClass: string;

* Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.
* @default 1000
*/

@@ -363,4 +367,4 @@ zIndex: number;

* The default value is null, which refers the `document.body` element.
* @default null
* @blazorType string
*/

@@ -376,4 +380,4 @@ target: HTMLElement | string;

*
* @default ''
* @blazorType string
*/

@@ -387,3 +391,3 @@ footerTemplate: HTMLElement | string;

*
* @default false
*/

@@ -401,3 +405,3 @@ allowDragging: boolean;

* {% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}
* @default [{}]
*/

@@ -408,3 +412,3 @@ buttons: ButtonPropsModel[];

* that is used to control the dialog's closing behavior.
* @default true
*/

@@ -421,3 +425,3 @@ closeOnEscape: boolean;

* {% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}
* @default { effect: 'Fade', duration: 400, delay:0 }
*/

@@ -430,3 +434,3 @@ animationSettings: AnimationSettingsModel;

* * `Y value`: top, center, bottom, or offset value.
* @default {X:'center', Y:'center'}
*/

@@ -437,3 +441,3 @@ position: PositionDataModel;

* @event
* @blazorProperty 'Created'
*/

@@ -444,4 +448,4 @@ created: EmitType<Object>;

* @event
* @blazorProperty 'Opened'
* @blazorType OpenEventArgs
*/

@@ -454,3 +458,3 @@ open: EmitType<Object>;

* @event
* @blazorProperty 'OnOpen'
*/

@@ -461,4 +465,4 @@ beforeOpen: EmitType<BeforeOpenEventArgs>;

* @event
* @blazorProperty 'Closed'
* @blazorType CloseEventArgs
*/

@@ -471,3 +475,3 @@ close: EmitType<Object>;

* @event
* @blazorProperty 'OnClose'
*/

@@ -478,4 +482,4 @@ beforeClose: EmitType<BeforeCloseEventArgs>;

* @event
* @blazorProperty 'OnDragStart'
* @blazorType DragStartEventArgs
*/

@@ -486,4 +490,4 @@ dragStart: EmitType<Object>;

* @event
* @blazorProperty 'OnDragStop'
* @blazorType DragStopEventArgs
*/

@@ -494,4 +498,4 @@ dragStop: EmitType<Object>;

* @event
* @blazorProperty 'OnDrag'
* @blazorType DragEventArgs
*/

@@ -502,3 +506,3 @@ drag: EmitType<Object>;

* @event
* @blazorProperty 'OnOverlayClick'
*/

@@ -509,3 +513,3 @@ overlayClick: EmitType<Object>;

* @event
* @blazorProperty 'OnResizeStart'
*/

@@ -516,3 +520,3 @@ resizeStart: EmitType<Object>;

* @event
* @blazorProperty 'Resizing'
*/

@@ -523,3 +527,3 @@ resizing: EmitType<Object>;

* @event
* @blazorProperty 'OnResizeStop'
*/

@@ -529,3 +533,3 @@ resizeStop: EmitType<Object>;

* Constructor for creating the widget
* @hidden
*/

@@ -613,3 +617,3 @@ constructor(options?: DialogModel, element?: string | HTMLElement);

* Binding event to the element while widget creation
* @hidden
*/

@@ -619,3 +623,3 @@ private wireEvents;

* Unbinding event to the element while widget destroy
* @hidden
*/

@@ -622,0 +626,0 @@ private unWireEvents;

@@ -109,3 +109,3 @@ var __extends = (this && this.__extends) || (function () {

* Constructor for creating the widget
* @hidden
*/

@@ -376,7 +376,7 @@ function Dialog(options, element) {

open: function (event) {
_this.focusContent();
var eventArgs = {
container: _this.isModal ? _this.dlgContainer : _this.element,
element: _this.element,
target: _this.target
target: _this.target,
preventFocus: false
};

@@ -386,3 +386,7 @@ if (_this.enableResize) {

}
_this.trigger('open', eventArgs);
_this.trigger('open', eventArgs, function (openEventArgs) {
if (!openEventArgs.preventFocus) {
_this.focusContent();
}
});
},

@@ -984,3 +988,3 @@ close: function (event) {

* Binding event to the element while widget creation
* @hidden
*/

@@ -997,3 +1001,3 @@ Dialog.prototype.wireEvents = function () {

* Unbinding event to the element while widget destroy
* @hidden
*/

@@ -1000,0 +1004,0 @@ Dialog.prototype.unWireEvents = function () {

@@ -12,3 +12,3 @@ import { setStyleAttribute, addClass, removeClass, ChildProperty, Complex } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit } from '@syncfusion/ej2-base';import { Browser } from '@syncfusion/ej2-base';import { calculatePosition, OffsetPosition, calculateRelativeBasedPosition } from '../common/position';import { Animation, AnimationModel, Property, Event, EmitType, Component } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged } from '@syncfusion/ej2-base';import { EventHandler } from '@syncfusion/ej2-base';import { flip, fit, isCollide , CollisionCoordinates } from '../common/collision';

* specify the offset left value
* @blazorType string
*/

@@ -19,3 +19,3 @@ X?: string | number;

* specify the offset top value.
* @blazorType string
*/

@@ -33,3 +33,3 @@ Y?: string | number;

* Specifies the height of the popup element.
* @default 'auto'
*/

@@ -40,3 +40,3 @@ height?: string | number;

* Specifies the height of the popup element.
* @default 'auto'
*/

@@ -47,3 +47,3 @@ width?: string | number;

* Specifies the content of the popup element, it can be string or HTMLElement.
* @default null
*/

@@ -54,3 +54,3 @@ content?: string | HTMLElement;

* Specifies the relative element type of the component.
* @default 'container'
*/

@@ -61,3 +61,3 @@ targetType?: TargetType;

* Specifies the collision detectable container element of the component.
* @default null
*/

@@ -68,3 +68,3 @@ viewPortElement?: HTMLElement;

* Specifies the collision handler settings of the component.
* @default { X: 'none',Y: 'none' }
*/

@@ -76,3 +76,3 @@ collision?: CollisionAxis;

*
* @default 'body'
*/

@@ -83,3 +83,3 @@ relateTo?: HTMLElement | string;

* Specifies the popup element position, respective to the relative element.
* @default {X:"left", Y:"top"}
*/

@@ -90,3 +90,3 @@ position?: PositionDataModel;

* specifies the popup element offset-x value, respective to the relative element.
* @default 0
*/

@@ -97,3 +97,3 @@ offsetX?: number;

* specifies the popup element offset-y value, respective to the relative element.
* @default 0
*/

@@ -104,3 +104,3 @@ offsetY?: number;

* specifies the z-index value of the popup element.
* @default 1000
*/

@@ -111,3 +111,3 @@ zIndex?: number;

* specifies the rtl direction state of the popup element.
* @default false
*/

@@ -121,3 +121,3 @@ enableRtl?: boolean;

* when set `hide` to this property, the popup will be closed when scroll any parent container.
* @default 'reposition'
*/

@@ -128,3 +128,3 @@ actionOnScroll?: ActionOnScrollType;

* specifies the animation that should happen when popup open.
* @default 'null'
*/

@@ -135,3 +135,3 @@ showAnimation?: AnimationModel;

* specifies the animation that should happen when popup closes.
* @default 'null'
*/

@@ -138,0 +138,0 @@ hideAnimation?: AnimationModel;

@@ -11,3 +11,3 @@ import { ChildProperty } from '@syncfusion/ej2-base';

* specify the offset left value
* @blazorType string
*/

@@ -17,3 +17,3 @@ X: string | number;

* specify the offset top value.
* @blazorType string
*/

@@ -25,3 +25,3 @@ Y: string | number;

* specify the collision handler for a X-Axis.
* @default "none"
*/

@@ -31,3 +31,3 @@ X?: CollisionType;

* specify the collision handler for a Y-Axis.
* @default "none"
*/

@@ -65,3 +65,3 @@ Y?: CollisionType;

* Specifies the height of the popup element.
* @default 'auto'
*/

@@ -71,3 +71,3 @@ height: string | number;

* Specifies the height of the popup element.
* @default 'auto'
*/

@@ -77,3 +77,3 @@ width: string | number;

* Specifies the content of the popup element, it can be string or HTMLElement.
* @default null
*/

@@ -83,3 +83,3 @@ content: string | HTMLElement;

* Specifies the relative element type of the component.
* @default 'container'
*/

@@ -89,3 +89,3 @@ targetType: TargetType;

* Specifies the collision detectable container element of the component.
* @default null
*/

@@ -95,3 +95,3 @@ viewPortElement: HTMLElement;

* Specifies the collision handler settings of the component.
* @default { X: 'none',Y: 'none' }
*/

@@ -102,3 +102,3 @@ collision: CollisionAxis;

*
* @default 'body'
*/

@@ -108,3 +108,3 @@ relateTo: HTMLElement | string;

* Specifies the popup element position, respective to the relative element.
* @default {X:"left", Y:"top"}
*/

@@ -114,3 +114,3 @@ position: PositionDataModel;

* specifies the popup element offset-x value, respective to the relative element.
* @default 0
*/

@@ -120,3 +120,3 @@ offsetX: number;

* specifies the popup element offset-y value, respective to the relative element.
* @default 0
*/

@@ -126,3 +126,3 @@ offsetY: number;

* specifies the z-index value of the popup element.
* @default 1000
*/

@@ -132,3 +132,3 @@ zIndex: number;

* specifies the rtl direction state of the popup element.
* @default false
*/

@@ -141,3 +141,3 @@ enableRtl: boolean;

* when set `hide` to this property, the popup will be closed when scroll any parent container.
* @default 'reposition'
*/

@@ -147,3 +147,3 @@ actionOnScroll: ActionOnScrollType;

* specifies the animation that should happen when popup open.
* @default 'null'
*/

@@ -153,3 +153,3 @@ showAnimation: AnimationModel;

* specifies the animation that should happen when popup closes.
* @default 'null'
*/

@@ -156,0 +156,0 @@ hideAnimation: AnimationModel;

@@ -30,3 +30,3 @@ import { Component, Property, ChildProperty, Event, BaseEventArgs, append, compile, isBlazor } from '@syncfusion/ej2-base';import { EventHandler, EmitType, Touch, TapEventArgs, Browser, Animation as PopupAnimation } from '@syncfusion/ej2-base';import { isNullOrUndefined, getUniqueID, formatUnit } from '@syncfusion/ej2-base';import { attributes, closest, removeClass, addClass, remove, updateBlazorTemplate, resetBlazorTemplate } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, Complex } from '@syncfusion/ej2-base';import { Popup } from '../popup/popup';import { OffsetPosition, calculatePosition } from '../common/position';import { isCollide, fit } from '../common/collision';

* When set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.
* @default 'auto'
*/

@@ -40,3 +40,3 @@ width?: string | number;

* to know more about this property with demo.
* @default 'auto'
*/

@@ -66,3 +66,3 @@ height?: string | number;

* {% codeBlock src="tooltip/position-api/index.ts" %}{% endcodeBlock %}
* @default 'TopCenter'
*/

@@ -75,3 +75,3 @@ position?: Position;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default 0
*/

@@ -84,3 +84,3 @@ offsetX?: number;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default 0
*/

@@ -93,3 +93,3 @@ offsetY?: number;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default true
*/

@@ -105,3 +105,3 @@ showTipPointer?: boolean;

* to know more about this property with demo.
* @default 'Auto'
*/

@@ -116,3 +116,3 @@ tipPointerPosition?: TipPointerPosition;

* {% codeBlock src="tooltip/opensOn-api/index.ts" %}{% endcodeBlock %}
* @default 'Auto'
*/

@@ -127,3 +127,3 @@ opensOn?: string;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default false
*/

@@ -136,3 +136,3 @@ mouseTrail?: boolean;

* to know more about this property with demo.
* @default false
*/

@@ -147,3 +147,3 @@ isSticky?: boolean;

* {% codeBlock src="tooltip/animation-api/index.ts" %}{% endcodeBlock %}
* @default { open: { effect: 'FadeIn', duration: 150, delay: 0 }, close: { effect: 'FadeOut', duration: 150, delay: 0 } }
*/

@@ -154,3 +154,3 @@ animation?: AnimationModel;

* It is used to open the Tooltip after the specified delay in milliseconds.
* @default 0
*/

@@ -161,3 +161,3 @@ openDelay?: number;

* It is used to close the Tooltip after a specified delay in milliseconds.
* @default 0
*/

@@ -169,3 +169,3 @@ closeDelay?: number;

* defines specific user-defined styles and themes to be applied on the Tooltip element.
* @default null
*/

@@ -183,3 +183,3 @@ cssClass?: string;

* @event
* @blazorProperty 'OnRender'
*/

@@ -194,3 +194,3 @@ beforeRender?: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'OnOpen'
*/

@@ -202,3 +202,3 @@ beforeOpen?: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'Opened'
*/

@@ -210,3 +210,3 @@ afterOpen?: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'OnClose'
*/

@@ -218,3 +218,3 @@ beforeClose?: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'Closed'
*/

@@ -226,3 +226,3 @@ afterClose?: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'OnCollision'
*/

@@ -234,3 +234,3 @@ beforeCollision?: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'Created'
*/

@@ -242,3 +242,3 @@ created?: EmitType<Object>;

* @event
* @blazorProperty 'Destroyed'
*/

@@ -245,0 +245,0 @@ destroyed?: EmitType<Object>;

@@ -108,3 +108,3 @@ import { Component, ChildProperty, BaseEventArgs } from '@syncfusion/ej2-base';

* When set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.
* @default 'auto'
*/

@@ -117,3 +117,3 @@ width: string | number;

* to know more about this property with demo.
* @default 'auto'
*/

@@ -140,3 +140,3 @@ height: string | number;

* {% codeBlock src="tooltip/position-api/index.ts" %}{% endcodeBlock %}
* @default 'TopCenter'
*/

@@ -148,3 +148,3 @@ position: Position;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default 0
*/

@@ -156,3 +156,3 @@ offsetX: number;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default 0
*/

@@ -164,3 +164,3 @@ offsetY: number;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default true
*/

@@ -175,3 +175,3 @@ showTipPointer: boolean;

* to know more about this property with demo.
* @default 'Auto'
*/

@@ -185,3 +185,3 @@ tipPointerPosition: TipPointerPosition;

* {% codeBlock src="tooltip/opensOn-api/index.ts" %}{% endcodeBlock %}
* @default 'Auto'
*/

@@ -195,3 +195,3 @@ opensOn: string;

* {% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}
* @default false
*/

@@ -203,3 +203,3 @@ mouseTrail: boolean;

* to know more about this property with demo.
* @default false
*/

@@ -213,3 +213,3 @@ isSticky: boolean;

* {% codeBlock src="tooltip/animation-api/index.ts" %}{% endcodeBlock %}
* @default { open: { effect: 'FadeIn', duration: 150, delay: 0 }, close: { effect: 'FadeOut', duration: 150, delay: 0 } }
*/

@@ -219,3 +219,3 @@ animation: AnimationModel;

* It is used to open the Tooltip after the specified delay in milliseconds.
* @default 0
*/

@@ -225,3 +225,3 @@ openDelay: number;

* It is used to close the Tooltip after a specified delay in milliseconds.
* @default 0
*/

@@ -232,3 +232,3 @@ closeDelay: number;

* defines specific user-defined styles and themes to be applied on the Tooltip element.
* @default null
*/

@@ -245,3 +245,3 @@ cssClass: string;

* @event
* @blazorProperty 'OnRender'
*/

@@ -255,3 +255,3 @@ beforeRender: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'OnOpen'
*/

@@ -262,3 +262,3 @@ beforeOpen: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'Opened'
*/

@@ -269,3 +269,3 @@ afterOpen: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'OnClose'
*/

@@ -276,3 +276,3 @@ beforeClose: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'Closed'
*/

@@ -283,3 +283,3 @@ afterClose: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'OnCollision'
*/

@@ -290,3 +290,3 @@ beforeCollision: EmitType<TooltipEventArgs>;

* @event
* @blazorProperty 'Created'
*/

@@ -297,3 +297,3 @@ created: EmitType<Object>;

* @event
* @blazorProperty 'Destroyed'
*/

@@ -353,3 +353,3 @@ destroyed: EmitType<Object>;

* Binding events to the Tooltip element.
* @hidden
*/

@@ -362,3 +362,3 @@ private wireEvents;

* Unbinding events from the element on widget destroy.
* @hidden
*/

@@ -365,0 +365,0 @@ private unwireEvents;

@@ -744,3 +744,3 @@ var __extends = (this && this.__extends) || (function () {

* Binding events to the Tooltip element.
* @hidden
*/

@@ -812,3 +812,3 @@ Tooltip.prototype.wireEvents = function (trigger) {

* Unbinding events from the element on widget destroy.
* @hidden
*/

@@ -815,0 +815,0 @@ Tooltip.prototype.unwireEvents = function (trigger) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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