@types/angular-scroll
Advanced tools
| // Type definitions for angular-scroll | ||
| // Project: https://github.com/oblador/angular-scroll | ||
| // Definitions by: Sam Herrmann <https://github.com/samherrmann> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| /// <reference types="angular" /> | ||
| declare namespace duScroll { | ||
| /** | ||
| * Extends the angular.element object returned by the $document sercive with a few jQuery like functions. | ||
| * see https://github.com/oblador/angular-scroll#angularelement-scroll-api | ||
| */ | ||
| interface IDocumentService extends ng.IDocumentService { | ||
| duScrollTo(left: number, top: number): void; | ||
| duScrollTo(left: number, top: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTo(element: ng.IAugmentedJQuery, offset?: number): void; | ||
| duScrollTo(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollToElement(element: ng.IAugmentedJQuery, offset?: number): void; | ||
| duScrollToElement(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset?: number): ng.IPromise<void>; | ||
| duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTop(top: number): void; | ||
| duScrollTop(top: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTopAnimated(top: number): ng.IPromise<void>; | ||
| duScrollTopAnimated(top: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollLeft(left: number): void; | ||
| duScrollLeft(left: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollLeftAnimated(left: number): ng.IPromise<void>; | ||
| duScrollLeftAnimated(left: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTop(): number; | ||
| duScrollLeft(): number; | ||
| } | ||
| } |
| { | ||
| "name": "@types/angular-scroll", | ||
| "version": "0.0.30", | ||
| "description": "TypeScript definitions for angular-scroll", | ||
| "license": "MIT", | ||
| "author": "Sam Herrmann <https://github.com/samherrmann>", | ||
| "main": "", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": { | ||
| "@types/angular": "*" | ||
| }, | ||
| "typings": "index.d.ts", | ||
| "typesPublisherContentHash": "1d8779b93d387970bf57c4bfad92740b956921ff4891fca507b95f8f143bd7b4" | ||
| } |
| # Installation | ||
| > `npm install --save @types/angular-scroll` | ||
| # Summary | ||
| This package contains type definitions for angular-scroll (https://github.com/oblador/angular-scroll). | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/angular-scroll | ||
| Additional Details | ||
| * Last updated: Mon, 19 Sep 2016 16:15:23 GMT | ||
| * File structure: Global | ||
| * Library Dependencies: angular | ||
| * Module Dependencies: none | ||
| * Global values: none | ||
| # Credits | ||
| These definitions were written by Sam Herrmann <https://github.com/samherrmann>. |
| { | ||
| "authors": "Sam Herrmann <https://github.com/samherrmann>", | ||
| "definitionFilename": "index.d.ts", | ||
| "libraryDependencies": [ | ||
| "angular" | ||
| ], | ||
| "moduleDependencies": [], | ||
| "libraryMajorVersion": "0", | ||
| "libraryMinorVersion": "0", | ||
| "libraryName": "angular-scroll", | ||
| "typingsPackageName": "angular-scroll", | ||
| "projectName": "https://github.com/oblador/angular-scroll", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "sourceBranch": "types-2.0", | ||
| "kind": "Global", | ||
| "globals": [], | ||
| "declaredModules": [], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "hasPackageJson": false, | ||
| "contentHash": "1d8779b93d387970bf57c4bfad92740b956921ff4891fca507b95f8f143bd7b4" | ||
| } |
-44
| // Type definitions for angular-scroll | ||
| // Project: https://github.com/oblador/angular-scroll | ||
| // Definitions by: Sam Herrmann <https://github.com/samherrmann> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| /// <reference types="angular" /> | ||
| declare namespace duScroll { | ||
| /** | ||
| * Extends the angular.element object returned by the $document sercive with a few jQuery like functions. | ||
| * see https://github.com/oblador/angular-scroll#angularelement-scroll-api | ||
| */ | ||
| interface IDocumentService extends ng.IDocumentService { | ||
| duScrollTo(left: number, top: number): void; | ||
| duScrollTo(left: number, top: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTo(element: ng.IAugmentedJQuery, offset?: number): void; | ||
| duScrollTo(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollToElement(element: ng.IAugmentedJQuery, offset?: number): void; | ||
| duScrollToElement(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset?: number): ng.IPromise<void>; | ||
| duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTop(top: number): void; | ||
| duScrollTop(top: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTopAnimated(top: number): ng.IPromise<void>; | ||
| duScrollTopAnimated(top: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollLeft(left: number): void; | ||
| duScrollLeft(left: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollLeftAnimated(left: number): ng.IPromise<void>; | ||
| duScrollLeftAnimated(left: number, duration: number, easing?: Function): ng.IPromise<void>; | ||
| duScrollTop(): number; | ||
| duScrollLeft(): number; | ||
| } | ||
| } |
-17
| { | ||
| "name": "@types/angular-scroll", | ||
| "version": "0.0.29", | ||
| "description": "TypeScript definitions for angular-scroll", | ||
| "main": "", | ||
| "scripts": {}, | ||
| "author": "Sam Herrmann <https://github.com/samherrmann>", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| }, | ||
| "license": "MIT", | ||
| "typings": "index.d.ts", | ||
| "dependencies": { | ||
| "@types/angular": "1.5.*" | ||
| } | ||
| } |
-18
| # Installation | ||
| > `npm install --save @types/angular-scroll` | ||
| # Summary | ||
| This package contains type definitions for angular-scroll (https://github.com/oblador/angular-scroll). | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/angular-scroll | ||
| Additional Details | ||
| * Last updated: Thu, 14 Jul 2016 13:52:34 GMT | ||
| * File structure: Global | ||
| * Library Dependencies: angular | ||
| * Module Dependencies: none | ||
| * Global values: none | ||
| # Credits | ||
| These definitions were written by Sam Herrmann <https://github.com/samherrmann>. |
| { | ||
| "authors": "Sam Herrmann <https://github.com/samherrmann>", | ||
| "definitionFilename": "index.d.ts", | ||
| "libraryDependencies": [ | ||
| "angular" | ||
| ], | ||
| "moduleDependencies": [], | ||
| "libraryMajorVersion": "0", | ||
| "libraryMinorVersion": "0", | ||
| "libraryName": "angular-scroll", | ||
| "typingsPackageName": "angular-scroll", | ||
| "projectName": "https://github.com/oblador/angular-scroll", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "sourceBranch": "types-2.0", | ||
| "kind": "Global", | ||
| "globals": [], | ||
| "declaredModules": [], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "contentHash": "1d8779b93d387970bf57c4bfad92740b956921ff4891fca507b95f8f143bd7b4" | ||
| } |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3950
3.29%53
1.92%+ Added
- Removed
- Removed
Updated