@types/siema
Advanced tools
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE |
+12
-4
@@ -1,2 +0,2 @@ | ||
| // Type definitions for siema 1.0 | ||
| // Type definitions for siema 1.4 | ||
| // Project: https://github.com/pawelgrzybek/siema | ||
@@ -10,5 +10,10 @@ // Definitions by: Irmantas Zenkus <https://github.com/Irmiz> | ||
| next(): void; | ||
| prev(): void; | ||
| goTo(index: number): void; | ||
| next(index?: number, callback?: () => void): void; | ||
| prev(index?: number, callback?: () => void): void; | ||
| goTo(index: number, callback?: () => void): void; | ||
| remove(index: number, callback?: () => void): void; | ||
| insert(item: any, index: number, callback?: () => void): void; | ||
| prepend(item: any, callback?: () => void): void; | ||
| append(item: any, callback?: () => void): void; | ||
| destroy(restoreMarkup: boolean, callback?: () => void): void; | ||
| } | ||
@@ -23,6 +28,9 @@ | ||
| draggable?: boolean; | ||
| multipleDrag?: boolean; | ||
| threshold?: number; | ||
| loop?: boolean; | ||
| onInit(): void; | ||
| onChange?(): void; | ||
| } | ||
| export = Siema; |
| { | ||
| "name": "@types/siema", | ||
| "version": "1.0.0", | ||
| "version": "1.4.0", | ||
| "description": "TypeScript definitions for siema", | ||
| "license": "MIT", | ||
| "author": "Irmantas Zenkus <https://github.com/Irmiz>", | ||
| "contributors": [ | ||
| { | ||
| "name": "Irmantas Zenkus", | ||
| "url": "https://github.com/Irmiz", | ||
| "githubUsername": "Irmiz" | ||
| } | ||
| ], | ||
| "main": "", | ||
@@ -14,5 +20,4 @@ "repository": { | ||
| "dependencies": {}, | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "ba44c145e13afc730f8dd67fdac5e713ff63695314a8156472fc44df7bbb1104", | ||
| "typesPublisherContentHash": "8445f4d81661f9cb5cca3f333f8d3b89e42fc8371a579ab6d45cc6111b6d7ef9", | ||
| "typeScriptVersion": "2.0" | ||
| } |
+3
-4
@@ -8,8 +8,7 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/siema | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/siema | ||
| Additional Details | ||
| * Last updated: Fri, 06 Jan 2017 14:25:24 GMT | ||
| * Library Dependencies: none | ||
| * Module Dependencies: none | ||
| * Last updated: Tue, 03 Oct 2017 13:52:18 GMT | ||
| * Dependencies: none | ||
| * Global values: none | ||
@@ -16,0 +15,0 @@ |
| { | ||
| "authors": "Irmantas Zenkus <https://github.com/Irmiz>", | ||
| "libraryDependencies": [], | ||
| "moduleDependencies": [], | ||
| "libraryMajorVersion": 1, | ||
| "libraryMinorVersion": 0, | ||
| "typeScriptVersion": "2.0", | ||
| "libraryName": "siema", | ||
| "typingsPackageName": "siema", | ||
| "projectName": "https://github.com/pawelgrzybek/siema", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "sourceBranch": "master", | ||
| "globals": [], | ||
| "declaredModules": [ | ||
| "siema" | ||
| ], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "hasPackageJson": false, | ||
| "contentHash": "ba44c145e13afc730f8dd67fdac5e713ff63695314a8156472fc44df7bbb1104" | ||
| } |
3386
43.84%30
-30.23%17
-5.56%