@types/bootstrap
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -125,3 +125,3 @@ import * as Popper from 'popper.js'; | ||
*/ | ||
content: string | Element | (() => void); | ||
content: string | Element | ((this: HTMLElement) => string); | ||
@@ -192,3 +192,3 @@ /** | ||
*/ | ||
title: string | Element | (() => void); | ||
title: string | Element | ((this: HTMLElement) => string); | ||
@@ -195,0 +195,0 @@ /** |
import * as Popper from 'popper.js'; | ||
declare class Tooltip { | ||
constructor(element: Element); | ||
constructor(element: Element, options?: Partial<Tooltip.Options>); | ||
@@ -183,3 +183,3 @@ /** | ||
*/ | ||
title: string | Element | (() => void); | ||
title: string | Element | ((this: HTMLElement) => string); | ||
@@ -186,0 +186,0 @@ /** |
{ | ||
"name": "@types/bootstrap", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for bootstrap", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "50d6d0f2977430ec94d8ae6ee0724c9e554d578ae6368977d2fb710ae58fc4df", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "46029a7ce87ab10c76ccec82633f80094a91d3fad52a9570ce2222eebf5a5bd0", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Oct 2020 21:41:03 GMT | ||
* Last updated: Tue, 01 Dec 2020 21:53:34 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery), [@types/popper.js](https://npmjs.com/package/@types/popper.js) | ||
@@ -14,0 +14,0 @@ * Global values: `Bootstrap` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
40607
0