@types/uikit
Advanced tools
Comparing version 2.27.2 to 2.27.3
@@ -156,3 +156,3 @@ // Type definitions for uikit 2.27 | ||
* </tr> | ||
* | ||
* <tr> | ||
@@ -172,11 +172,10 @@ * <td><code>show.uk.modal</code></td> | ||
* $('.modalSelector').on({ | ||
* | ||
* 'show.uk.modal': function(){ | ||
* console.log("Modal is visible."); | ||
* }, | ||
* | ||
* 'hide.uk.modal': function(){ | ||
* console.log("Element is not visible."); | ||
* } | ||
* }); | ||
* 'show.uk.modal': function(){ | ||
* console.log("Modal is visible."); | ||
* }, | ||
* | ||
* 'hide.uk.modal': function(){ | ||
* console.log("Element is not visible."); | ||
* } | ||
* }); | ||
* </code></pre> | ||
@@ -232,6 +231,6 @@ */ | ||
* if ( modal.isActive() ) { | ||
* modal.hide(); | ||
* } else { | ||
* modal.show(); | ||
* } | ||
* modal.hide(); | ||
* } else { | ||
* modal.show(); | ||
* } | ||
* </code></pre> | ||
@@ -332,3 +331,2 @@ */ | ||
(element: string|JQuery, options?: LightBoxOptions): LightBoxElement; | ||
} | ||
@@ -427,3 +425,2 @@ type CallbackAutoComplete = () => string; | ||
pos?: string; | ||
} | ||
@@ -719,3 +716,2 @@ /** | ||
interface ParallaxOptions { | ||
/** | ||
@@ -745,3 +741,2 @@ * Animation velocity during scrolling | ||
media?: number|string; | ||
} | ||
@@ -909,3 +904,2 @@ /** | ||
delay?: number; | ||
} | ||
@@ -1031,3 +1025,2 @@ /** | ||
emptyClass?: string; | ||
} | ||
@@ -1103,3 +1096,2 @@ /** | ||
dragCustomClass?: string; | ||
} | ||
@@ -1210,3 +1202,2 @@ /** | ||
boundary?: boolean|string; | ||
} | ||
@@ -1258,3 +1249,2 @@ /** | ||
end?: number; | ||
} | ||
@@ -1309,3 +1299,2 @@ /** | ||
activeClass?: string; | ||
} | ||
@@ -1367,15 +1356,15 @@ /** | ||
"type"?: string; | ||
before?: (settings: UploadOptions, files: string|string[]) => any; | ||
beforeAll?: (files: string|string[]) => any; | ||
beforeSend?: (xhr: XMLHttpRequest) => any; | ||
progress?: (percent: number) => any; | ||
complete?: (response: any, xhr: XMLHttpRequest) => any; | ||
allcomplete?: (response: any, xhr: XMLHttpRequest) => any; | ||
notallowed?: (file: string|string[], settings: UploadOptions) => any; | ||
loadstart?: (event: any) => any; | ||
load?: (event: any) => any; | ||
loadend?: (event: any) => any; | ||
error?: (event: any) => any; | ||
abort?: (event: any) => any; | ||
readystatechange?: (event: any) => any; | ||
before?(settings: UploadOptions, files: string|string[]): any; | ||
beforeAll?(files: string|string[]): any; | ||
beforeSend?(xhr: XMLHttpRequest): any; | ||
progress?(percent: number): any; | ||
complete?(response: any, xhr: XMLHttpRequest): any; | ||
allcomplete?(response: any, xhr: XMLHttpRequest): any; | ||
notallowed?(file: string|string[], settings: UploadOptions): any; | ||
loadstart?(event: any): any; | ||
load?(event: any): any; | ||
loadend?(event: any): any; | ||
error?(event: any): any; | ||
abort?(event: any): any; | ||
readystatechange?(event: any): any; | ||
} | ||
@@ -1447,23 +1436,23 @@ | ||
type Upload = (element: string|JQuery, options: UploadOptions) => any; | ||
var dropdown: Dropdown; | ||
var modal: Modal; | ||
var lightbox: LightBox; | ||
var offcanvas: OffCanvas; | ||
var autocomplete: AutoComplete; | ||
var datepicker: DatePicker; | ||
var htmleditor: HtmlEditor; | ||
var slider: Slider; | ||
var slideset: SlideSet; | ||
var slideshow: SlideShow; | ||
var parallax: Parallax; | ||
var accordion: Accordion; | ||
var notify: Notify; | ||
var search: Search; | ||
var nestable: Nestable; | ||
var sortable: Sortable; | ||
var sticky: Sticky; | ||
var timepicker: Timepicker; | ||
var tooltip: Tooltip; | ||
var uploadSelect: Upload; | ||
var uploadDrop: Upload; | ||
const dropdown: Dropdown; | ||
const modal: Modal; | ||
const lightbox: LightBox; | ||
const offcanvas: OffCanvas; | ||
const autocomplete: AutoComplete; | ||
const datepicker: DatePicker; | ||
const htmleditor: HtmlEditor; | ||
const slider: Slider; | ||
const slideset: SlideSet; | ||
const slideshow: SlideShow; | ||
const parallax: Parallax; | ||
const accordion: Accordion; | ||
const notify: Notify; | ||
const search: Search; | ||
const nestable: Nestable; | ||
const sortable: Sortable; | ||
const sticky: Sticky; | ||
const timepicker: Timepicker; | ||
const tooltip: Tooltip; | ||
const uploadSelect: Upload; | ||
const uploadDrop: Upload; | ||
} |
{ | ||
"name": "@types/uikit", | ||
"version": "2.27.2", | ||
"version": "2.27.3", | ||
"description": "TypeScript definitions for uikit", | ||
"license": "MIT", | ||
"author": "Giovanni Silva <https://github.com/giovannicandido>, Ivo Senner <https://github.com/s0x>", | ||
"contributors": [ | ||
{ | ||
"name": "Giovanni Silva", | ||
"url": "https://github.com/giovannicandido" | ||
}, | ||
{ | ||
"name": "Ivo Senner", | ||
"url": "https://github.com/s0x" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +26,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c58c0e991e2c9fc5c2856c7e362073d7b2128147a1b035e1cd7fc7d0b5fc3c6e", | ||
"typesPublisherContentHash": "c0b818f87df884dd34e07a87e49b0e2cdb8d653f098fbf390d277ca57ed6f996", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/uikit | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uikit | ||
Additional Details | ||
* Last updated: Fri, 20 Jan 2017 04:54:08 GMT | ||
* Last updated: Thu, 30 Mar 2017 22:42:53 GMT | ||
* Dependencies: jquery | ||
@@ -14,0 +14,0 @@ * Global values: UIkit |
44013
3
1423