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

@types/ng-dialog

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ng-dialog - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

60

ng-dialog/index.d.ts

@@ -113,3 +113,3 @@ // Type definitions for ngDialog 0.6

*/
className?: string;
className?: string | undefined;

@@ -119,3 +119,3 @@ /**

*/
appendClassName?: string;
appendClassName?: string | undefined;

@@ -125,3 +125,3 @@ /**

*/
disableAnimation?: boolean;
disableAnimation?: boolean | undefined;

@@ -131,3 +131,3 @@ /**

*/
overlay?: boolean;
overlay?: boolean | undefined;

@@ -137,3 +137,3 @@ /**

*/
showClose?: boolean;
showClose?: boolean | undefined;

@@ -144,3 +144,3 @@ /**

*/
closeByEscape?: boolean;
closeByEscape?: boolean | undefined;

@@ -150,3 +150,3 @@ /**

*/
closeByDocument?: boolean;
closeByDocument?: boolean | undefined;

@@ -157,3 +157,3 @@ /**

*/
closeByNavigation?: boolean;
closeByNavigation?: boolean | undefined;

@@ -163,3 +163,3 @@ /**

*/
plain?: boolean;
plain?: boolean | undefined;

@@ -169,3 +169,3 @@ /**

*/
name?: string | number;
name?: string | number | undefined;

@@ -179,3 +179,3 @@ /**

*/
preCloseCallback?: string|Function;
preCloseCallback?: string|Function | undefined;

@@ -185,3 +185,3 @@ /**

*/
cache?: boolean;
cache?: boolean | undefined;

@@ -192,3 +192,3 @@ /**

*/
appendTo?: string;
appendTo?: string | undefined;

@@ -199,3 +199,3 @@ /**

*/
trapFocus?: boolean;
trapFocus?: boolean | undefined;

@@ -206,3 +206,3 @@ /**

*/
preserveFocus?: boolean;
preserveFocus?: boolean | undefined;

@@ -212,3 +212,3 @@ /**

*/
ariaAuto? : boolean;
ariaAuto? : boolean | undefined;

@@ -218,3 +218,3 @@ /**

*/
ariaRole?: string;
ariaRole?: string | undefined;

@@ -227,3 +227,3 @@ /**

*/
ariaLabelledById?: string;
ariaLabelledById?: string | undefined;

@@ -235,3 +235,3 @@ /**

*/
ariaLabelledBySelector?: string;
ariaLabelledBySelector?: string | undefined;

@@ -243,3 +243,3 @@ /**

*/
ariaDescribedById?: string;
ariaDescribedById?: string | undefined;

@@ -251,3 +251,3 @@ /**

*/
ariaDescribedBySelector?: string;
ariaDescribedBySelector?: string | undefined;

@@ -257,3 +257,3 @@ /**

*/
width?: string|number;
width?: string|number | undefined;

@@ -263,3 +263,3 @@ /**

*/
height?: string|number;
height?: string|number | undefined;
}

@@ -272,5 +272,5 @@

template: string;
controller?: string| any[] | any;
controllerAs?: string;
bindToController?: boolean;
controller?: string| any[] | any | undefined;
controllerAs?: string | undefined;
bindToController?: boolean | undefined;

@@ -280,3 +280,3 @@ /**

*/
scope?: IDialogScope;
scope?: IDialogScope | undefined;

@@ -288,3 +288,3 @@ /**

*/
resolve?: {[key : string] : string | Function};
resolve?: {[key : string] : string | Function} | undefined;

@@ -295,9 +295,9 @@ /**

*/
data?: string | {} | any[];
data?: string | {} | any[] | undefined;
}
interface IDialogOpenConfirmOptions extends IDialogOpenOptions {
scope?: IDialogConfirmScope;
scope?: IDialogConfirmScope | undefined;
}
}
}
{
"name": "@types/ng-dialog",
"version": "0.6.3",
"version": "0.6.4",
"description": "TypeScript definitions for ngDialog",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ng-dialog",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "e9174e5e1b57fbe5a4b037495f1b2fa4bc9e24fc825f1daa35959f999b1abcfa",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "a5fb5a582b78385838131393a55c26b7c36a086481b4c80b6031d6a28c1a81b6",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 15 May 2020 11:31:19 GMT
* Last updated: Thu, 08 Jul 2021 18:51:15 GMT
* Dependencies: [@types/angular](https://npmjs.com/package/@types/angular)

@@ -14,0 +14,0 @@ * Global values: none

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