@types/intro.js
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -15,3 +15,3 @@ // Type definitions for intro.js 3.0 | ||
intro: string; | ||
element?: string | HTMLElement | Element; | ||
element?: string | HTMLElement | Element | undefined; | ||
position?: | ||
@@ -25,9 +25,9 @@ | 'top' | ||
| 'bottom-right-aligned' | ||
| 'auto'; | ||
tooltipClass?: string; | ||
highlightClass?: string; | ||
scrollTo?: 'off' | 'tooltip' | 'element'; | ||
disableInteraction?: boolean; | ||
title?: string; | ||
step?: number; | ||
| 'auto' | undefined; | ||
tooltipClass?: string | undefined; | ||
highlightClass?: string | undefined; | ||
scrollTo?: 'off' | 'tooltip' | 'element' | undefined; | ||
disableInteraction?: boolean | undefined; | ||
title?: string | undefined; | ||
step?: number | undefined; | ||
} | ||
@@ -37,34 +37,34 @@ | ||
hint: string; | ||
element?: string | HTMLElement | Element; | ||
hintPosition?: string; | ||
element?: string | HTMLElement | Element | undefined; | ||
hintPosition?: string | undefined; | ||
} | ||
interface Options { | ||
nextLabel?: string; | ||
prevLabel?: string; | ||
skipLabel?: string; | ||
doneLabel?: string; | ||
hidePrev?: boolean; | ||
hideNext?: boolean; | ||
tooltipPosition?: string; | ||
tooltipClass?: string; | ||
highlightClass?: string; | ||
buttonClass?: string; | ||
exitOnEsc?: boolean; | ||
exitOnOverlayClick?: boolean; | ||
showStepNumbers?: boolean; | ||
keyboardNavigation?: boolean; | ||
showButtons?: boolean; | ||
showBullets?: boolean; | ||
showProgress?: boolean; | ||
scrollToElement?: boolean; | ||
overlayOpacity?: number; | ||
scrollPadding?: number; | ||
positionPrecedence?: string[]; | ||
disableInteraction?: boolean; | ||
hintPosition?: string; | ||
hintButtonLabel?: string; | ||
hintAnimation?: boolean; | ||
steps?: Step[]; | ||
hints?: Hint[]; | ||
nextLabel?: string | undefined; | ||
prevLabel?: string | undefined; | ||
skipLabel?: string | undefined; | ||
doneLabel?: string | undefined; | ||
hidePrev?: boolean | undefined; | ||
hideNext?: boolean | undefined; | ||
tooltipPosition?: string | undefined; | ||
tooltipClass?: string | undefined; | ||
highlightClass?: string | undefined; | ||
buttonClass?: string | undefined; | ||
exitOnEsc?: boolean | undefined; | ||
exitOnOverlayClick?: boolean | undefined; | ||
showStepNumbers?: boolean | undefined; | ||
keyboardNavigation?: boolean | undefined; | ||
showButtons?: boolean | undefined; | ||
showBullets?: boolean | undefined; | ||
showProgress?: boolean | undefined; | ||
scrollToElement?: boolean | undefined; | ||
overlayOpacity?: number | undefined; | ||
scrollPadding?: number | undefined; | ||
positionPrecedence?: string[] | undefined; | ||
disableInteraction?: boolean | undefined; | ||
hintPosition?: string | undefined; | ||
hintButtonLabel?: string | undefined; | ||
hintAnimation?: boolean | undefined; | ||
steps?: Step[] | undefined; | ||
hints?: Hint[] | undefined; | ||
} | ||
@@ -71,0 +71,0 @@ interface IntroJs { |
{ | ||
"name": "@types/intro.js", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for intro.js", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/intro.js", | ||
"license": "MIT", | ||
@@ -32,4 +33,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "704eb43d5cd2126b3a727a417029eee2e3d6fb0411e14ee6221ba9375a92e2ce", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "b5cbb97bc8a42890e63ded8290b28baf17710ce52847069808323edc63cd7501", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 09 Apr 2021 06:31:21 GMT | ||
* Last updated: Thu, 08 Jul 2021 14:23:17 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `introJs` |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6985
0