@types/bootstrap
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -86,2 +86,7 @@ import BaseComponent, { GetInstanceFactory, GetOrCreateInstanceFactory } from './base-component'; | ||
update(): void; | ||
/** | ||
* Gives a way to change the popover’s content after its initialization. | ||
*/ | ||
setContent(content?: Record<string, string | Element | Tooltip.SetContentFunction | null>): void; | ||
} | ||
@@ -159,2 +164,3 @@ | ||
| 'update' | ||
| 'setContent' | ||
| 'dispose', | ||
@@ -161,0 +167,0 @@ ) => JQuery; |
{ | ||
"name": "@types/bootstrap", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "TypeScript definitions for bootstrap", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bootstrap", | ||
}, | ||
"typesPublisherContentHash": "5d15c31e29cf1f2189435f7aa389ae7955be5817ea13733b41f70a9ce24a48ab", | ||
"typesPublisherContentHash": "3d823d7fc78397b5a32f7452f6adbb5180ae55c2106e24fea184cb28c735a51e", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 22 Jul 2022 20:32:22 GMT | ||
* Last updated: Sat, 30 Jul 2022 18:32:18 GMT | ||
* Dependencies: [@types/popperjs__core](https://npmjs.com/package/@types/popperjs__core) | ||
@@ -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
51910
1295