@types/uikit
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -295,3 +295,3 @@ // Type definitions for uikit 3.3 | ||
interface UIkitSwiterOptions { | ||
interface UIkitSwitcherOptions { | ||
connect?: string | undefined; | ||
@@ -305,2 +305,8 @@ toggle?: string | undefined; | ||
/** | ||
* An alias for `UIkitSwitcherOptions` to support backward compatibility. | ||
* @deprecated | ||
*/ | ||
type UIkitSwiterOptions = UIkitSwitcherOptions; | ||
interface UIkitSwitcherElement { | ||
@@ -310,3 +316,3 @@ show(index: string | number | UIkitNode): void; | ||
type Switcher = (element: UIkitElement, options?: UIkitSwiterOptions) => UIkitSwitcherElement; | ||
type Switcher = (element: UIkitElement, options?: UIkitSwitcherOptions | UIkitSwiterOptions) => UIkitSwitcherElement; | ||
@@ -313,0 +319,0 @@ interface UIkitTabOptions { |
{ | ||
"name": "@types/uikit", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "TypeScript definitions for uikit", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uikit", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "876549d34d4d5db379380cbf86fadda6c0d13f0613512f05f2956d75a4a684af", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "82244896a90ee0da0a5856c6b9a43e534804f7a40b979cf61609c81018251ae4", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:04:47 GMT | ||
* Last updated: Thu, 12 May 2022 11:01:36 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
21836
494