@types/bootstrap
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -42,3 +42,3 @@ // Type definitions for bootstrap 5.2 | ||
addEventListener( | ||
type: Carousel.Events, | ||
type: Carousel.Events | 'slide.bs.carousel' | 'slid.bs.carousel', | ||
listener: (this: Element, ev: Carousel.Event) => any, | ||
@@ -49,3 +49,9 @@ options?: boolean | AddEventListenerOptions, | ||
addEventListener( | ||
type: Modal.Events, | ||
type: | ||
| Modal.Events | ||
| 'show.bs.modal' | ||
| 'shown.bs.modal' | ||
| 'hide.bs.modal' | ||
| 'hidden.bs.modal' | ||
| 'hidePrevented.bs.modal', | ||
listener: (this: Element, ev: Modal.Event) => any, | ||
@@ -52,0 +58,0 @@ options?: boolean | AddEventListenerOptions, |
{ | ||
"name": "@types/bootstrap", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "TypeScript definitions for bootstrap", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bootstrap", | ||
}, | ||
"typesPublisherContentHash": "3d823d7fc78397b5a32f7452f6adbb5180ae55c2106e24fea184cb28c735a51e", | ||
"typesPublisherContentHash": "96b6d125a6bb914fd6772af58d258e125dd611cbda7f861c616515283b2b03aa", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 30 Jul 2022 18:32:18 GMT | ||
* Last updated: Tue, 16 Aug 2022 05:32:36 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
52153
1301