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.5 to 0.6.6

55

ng-dialog/index.d.ts

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

import * as angular from 'angular';
import * as angular from "angular";

@@ -23,5 +23,4 @@ export type IDialogService = angular.dialog.IDialogService;

declare module 'angular' {
declare module "angular" {
export namespace dialog {
interface IDialogService {

@@ -67,3 +66,3 @@ getDefaults(): IDialogOptions;

*/
setForceHtmlReload(force: boolean) : void;
setForceHtmlReload(force: boolean): void;

@@ -76,3 +75,3 @@ /**

*/
setForceBodyReload(force: boolean) : void;
setForceBodyReload(force: boolean): void;
}

@@ -95,3 +94,3 @@

*/
ngDialogData : string | {} | any[];
ngDialogData: string | {} | any[];

@@ -101,3 +100,3 @@ /**

*/
ngDialogId : string;
ngDialogId: string;
}

@@ -112,3 +111,3 @@

*/
confirm(value?:any) : void;
confirm(value?: any): void;
}

@@ -122,3 +121,3 @@

className?: string | undefined;
/**

@@ -178,3 +177,3 @@ * Unlike the className property, which overrides any default classes specified through the setDefaults() method (see docs), appendClassName allows for the addition of a class on top of any defaults.

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

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

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

@@ -237,19 +236,19 @@ /**

/**
* Specifies the CSS selector for the element to be referenced by the aria-describedby attribute on the dialog element. Default value is null (unspecified)
*
* If specified, the first matching element is used.
*/
ariaDescribedBySelector?: string | undefined;
/**
* Specifies the CSS selector for the element to be referenced by the aria-describedby attribute on the dialog element. Default value is null (unspecified)
*
* If specified, the first matching element is used.
*/
ariaDescribedBySelector?: string | undefined;
/**
* Specifies the width of the dialog content element. Default value is null (unspecified)
*/
width?: string|number | undefined;
/**
* Specifies the width of the dialog content element. Default value is null (unspecified)
*/
width?: string | number | undefined;
/**
* Specifies the height of the dialog content element. Default value is null (unspecified)
*/
height?: string|number | undefined;
}
/**
* Specifies the height of the dialog content element. Default value is null (unspecified)
*/
height?: string | number | undefined;
}

@@ -261,3 +260,3 @@ /**

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

@@ -276,3 +275,3 @@ bindToController?: boolean | undefined;

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

@@ -279,0 +278,0 @@ /**

{
"name": "@types/ng-dialog",
"version": "0.6.5",
"version": "0.6.6",
"description": "TypeScript definitions for ngDialog",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ng-dialog",

},
"typesPublisherContentHash": "8ac63c341685fa3ba840802366f650b23a00d33bf665523f3e5d2a3fed3c5400",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "2cf001421d820af48abdd8c48e06c83c7afe4b5876f56467a07461b4bbf589d3",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Sat, 13 Nov 2021 01:01:22 GMT
* Last updated: Sat, 23 Sep 2023 20:38:33 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