mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
:(
This commit is contained in:
parent
6a556da667
commit
1c3565933c
3
types/acc-wizard/index.d.ts
vendored
3
types/acc-wizard/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/sathomas/acc-wizard
|
||||
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
interface AccWizardOptions {
|
||||
/**
|
||||
@ -110,4 +111,4 @@ interface AccWizardOptions {
|
||||
*/
|
||||
interface JQuery {
|
||||
accwizard(options?: AccWizardOptions): void;
|
||||
}
|
||||
}
|
||||
|
||||
1
types/adal/index.d.ts
vendored
1
types/adal/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/AzureAD/azure-activedirectory-library-for-js
|
||||
// Definitions by: mmaitre314 <https://github.com/mmaitre314>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
declare var AuthenticationContext: adal.AuthenticationContextStatic;
|
||||
declare var Logging: adal.Logging;
|
||||
|
||||
1
types/amplify-deferred/index.d.ts
vendored
1
types/amplify-deferred/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://amplifyjs.com/
|
||||
// Definitions by: Jonas Eriksson <https://github.com/joeriks/>, Laurentiu Stamate <https://github.com/laurentiustamate94>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/amplify/index.d.ts
vendored
1
types/amplify/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://amplifyjs.com/
|
||||
// Definitions by: Jonas Eriksson <https://github.com/joeriks/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/angular-agility/index.d.ts
vendored
1
types/angular-agility/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/AngularAgility/AngularAgility
|
||||
// Definitions by: Roland Zwaga <https://github.com/rolandzwaga>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-animate/index.d.ts
vendored
1
types/angular-animate/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Michel Salib <https://github.com/michelsalib>, Adi Dahiya <https://github.com/adidahiya>, Raphael Schweizer <https://github.com/rasch>, Cody Schaaf <https://github.com/codyschaaf>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/angular-bootstrap-calendar/index.d.ts
vendored
1
types/angular-bootstrap-calendar/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/mattlewis92/angular-bootstrap-calendar
|
||||
// Definitions by: Egor Komarov <https://github.com/Odrin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as moment from 'moment';
|
||||
import * as angular from 'angular';
|
||||
|
||||
1
types/angular-breadcrumb/index.d.ts
vendored
1
types/angular-breadcrumb/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/ncuillery/angular-breadcrumb
|
||||
// Definitions by: Marc Talary <https://github.com/marctalary>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular-ui-router" />
|
||||
|
||||
|
||||
1
types/angular-clipboard/index.d.ts
vendored
1
types/angular-clipboard/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/omichelsen/angular-clipboard
|
||||
// Definitions by: Bradford Wagner <https://github.com/bradfordwagner/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/**
|
||||
* Definition of the Clipboard Service
|
||||
|
||||
1
types/angular-cookie/index.d.ts
vendored
1
types/angular-cookie/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/ivpusic/angular-cookie
|
||||
// Definitions by: Borislav Zhivkov <https://github.com/borislavjivkov>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
3
types/angular-cookies/index.d.ts
vendored
3
types/angular-cookies/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>, Anthony Ciccarello <http://github.com/aciccarello>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
declare var _: string;
|
||||
export = _;
|
||||
@ -87,4 +88,4 @@ declare module 'angular' {
|
||||
remove(key: string): void;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
3
types/angular-deferred-bootstrap/index.d.ts
vendored
3
types/angular-deferred-bootstrap/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/philippd/angular-deferred-bootstrap
|
||||
// Definitions by: Markus Wagner <https://github.com/Ritzlgrmft/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
@ -17,4 +18,4 @@ declare module angular {
|
||||
module?: string,
|
||||
resolve: any
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/angular-dialog-service/index.d.ts
vendored
1
types/angular-dialog-service/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/m-e-conroy/angular-dialog-service
|
||||
// Definitions by: William Comartin <https://github.com/wcomartin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular"/>
|
||||
/// <reference types="angular-ui-bootstrap"/>
|
||||
|
||||
1
types/angular-dynamic-locale/index.d.ts
vendored
1
types/angular-dynamic-locale/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/lgalfaso/angular-dynamic-locale
|
||||
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
3
types/angular-feature-flags/index.d.ts
vendored
3
types/angular-feature-flags/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/mjt01/angular-feature-flags
|
||||
// Definitions by: Borislav Zhivkov <https://github.com/borislavjivkov/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
@ -39,4 +40,4 @@ declare module "angular" {
|
||||
set(flagsPromise: angular.IPromise<FlagData> | angular.IHttpPromise<FlagData>): void;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/angular-file-saver/index.d.ts
vendored
1
types/angular-file-saver/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/alferov/angular-file-saver
|
||||
// Definitions by: Donald Nairn <https://github.com/deenairn/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as angular from 'angular';
|
||||
declare module 'angular' {
|
||||
|
||||
1
types/angular-formly/index.d.ts
vendored
1
types/angular-formly/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/formly-js/angular-formly
|
||||
// Definitions by: Scott Hatcher <https://github.com/scatcher>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-fullscreen/index.d.ts
vendored
1
types/angular-fullscreen/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/fabiobiondi/angular-fullscreen
|
||||
// Definitions by: Julien Paroche <https://github.com/julienpa>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/angular-fullscreen
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-gettext/index.d.ts
vendored
1
types/angular-gettext/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://angular-gettext.rocketeer.be/
|
||||
// Definitions by: Ákos Lukács <https://github.com/AkosLukacs>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-google-analytics/index.d.ts
vendored
1
types/angular-google-analytics/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/revolunet/angular-google-analytics
|
||||
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>, Thomas Fuchs <https://github.com/Toxantron>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
import * as angular from 'angular';
|
||||
|
||||
1
types/angular-growl-v2/index.d.ts
vendored
1
types/angular-growl-v2/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://janstevens.github.io/angular-growl-2
|
||||
// Definitions by: Tadeusz Hucal <https://github.com/mkp05>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-hotkeys/index.d.ts
vendored
1
types/angular-hotkeys/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/chieffancypants/angular-hotkeys
|
||||
// Definitions by: Jason Zhao <https://github.com/jlz27>, Stefan Steinhart <https://github.com/reppners>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
//readme written by David Valentine <https://github.com/dvalenti314/>
|
||||
|
||||
|
||||
|
||||
1
types/angular-http-auth/index.d.ts
vendored
1
types/angular-http-auth/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/witoldsz/angular-http-auth
|
||||
// Definitions by: vvakame <https://github.com/vvakame>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-httpi/index.d.ts
vendored
1
types/angular-httpi/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/bennadel/httpi
|
||||
// Definitions by: Andrew Camilleri <https://github.com/Kukks>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-idle/index.d.ts
vendored
1
types/angular-idle/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://hackedbychinese.github.io/ng-idle/
|
||||
// Definitions by: mthamil <https://github.com/mthamil>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-jwt/index.d.ts
vendored
1
types/angular-jwt/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/auth0/angular-jwt
|
||||
// Definitions by: Reto Rezzonico <https://github.com/rerezz>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-load/index.d.ts
vendored
1
types/angular-load/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/urish/angular-load
|
||||
// Definitions by: david-gang <https://github.com/david-gang>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-loading-bar/index.d.ts
vendored
1
types/angular-loading-bar/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/chieffancypants/angular-loading-bar
|
||||
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-local-storage/index.d.ts
vendored
1
types/angular-local-storage/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/grevory/angular-local-storage
|
||||
// Definitions by: Ken Fukuyama <https://github.com/kenfdev>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-localforage/index.d.ts
vendored
1
types/angular-localforage/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/ocombe/angular-localForage
|
||||
// Definitions by: Stefan Steinhart <https://github.com/reppners>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="localforage" />
|
||||
/// <reference types="angular" />
|
||||
|
||||
1
types/angular-locker/index.d.ts
vendored
1
types/angular-locker/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/tymondesigns/angular-locker
|
||||
// Definitions by: Niko Kovačič <https://github.com/nkovacic>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-material/index.d.ts
vendored
1
types/angular-material/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/angular/material
|
||||
// Definitions by: Blake Bigelow <https://github.com/blbigelow>, Peter Hajdu <https://github.com/PeterHajdu>, Davide Donadello <https://github.com/Dona278>, Geert Jansen <https://github.com/geertjansen>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as angular from 'angular';
|
||||
|
||||
|
||||
3
types/angular-media-queries/index.d.ts
vendored
3
types/angular-media-queries/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/jacopotarantino/angular-match-media
|
||||
// Definitions by: Joao Monteiro <https://github.com/jpmnteiro>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
@ -32,4 +33,4 @@ declare module 'angular' {
|
||||
when(list: Array<string> | string, callback: (result: boolean) => void, scope?: angular.IScope): boolean;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/angular-meteor/index.d.ts
vendored
1
types/angular-meteor/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/Urigo/angular-meteor
|
||||
// Definitions by: Peter Grman <https://github.com/pgrm>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="meteor" />
|
||||
|
||||
|
||||
1
types/angular-mocks/index.d.ts
vendored
1
types/angular-mocks/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>, Tony Curtis <http://github.com/daltin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
/// <reference path="mocks.d.ts" />
|
||||
|
||||
1
types/angular-modal/index.d.ts
vendored
1
types/angular-modal/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/btford/angular-modal
|
||||
// Definitions by: Paul Lessing <https://github.com/paullessing>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
/// <reference types="jquery" />
|
||||
|
||||
1
types/angular-notifications/index.d.ts
vendored
1
types/angular-notifications/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/DerekRies/angular-notifications
|
||||
// Definitions by: Tomasz Ducin <https://github.com/ducin/DefinitelyTyped>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-notify/index.d.ts
vendored
1
types/angular-notify/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/cgross/angular-notify
|
||||
// Definitions by: Suwato <https://github.com/Suwato/DefinitelyTyped>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
///<reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-odata-resources/index.d.ts
vendored
1
types/angular-odata-resources/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/devnixs/ODataAngularResources
|
||||
// Definitions by: Raphael ATALLAH <http://raphael.atallah.me>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-permission/index.d.ts
vendored
1
types/angular-permission/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/Narzerus/angular-permission
|
||||
// Definitions by: Voislav Mishevski <https://github.com/vmishevski>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
/// <reference types="angular-ui-router" />
|
||||
|
||||
1
types/angular-promise-tracker/index.d.ts
vendored
1
types/angular-promise-tracker/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/ajoslin/angular-promise-tracker
|
||||
// Definitions by: Rufus Linke <https://github.com/rufusl/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-q-spread/index.d.ts
vendored
1
types/angular-q-spread/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://www.npmjs.com/package/angular-q-spread
|
||||
// Definitions by: rafw87 <https://github.com/rafw87>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as a from "angular";
|
||||
|
||||
|
||||
1
types/angular-resource/index.d.ts
vendored
1
types/angular-resource/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>, Michael Jess <http://github.com/miffels>
|
||||
// Definitions: https://github.com/daptiv/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
declare var _: string;
|
||||
export = _;
|
||||
|
||||
3
types/angular-route/index.d.ts
vendored
3
types/angular-route/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Jonathan Park <https://github.com/park9140>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
declare var _: string;
|
||||
export = _;
|
||||
@ -154,4 +155,4 @@ declare module 'angular' {
|
||||
when(path: string, route: IRoute): IRouteProvider;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
3
types/angular-sanitize/index.d.ts
vendored
3
types/angular-sanitize/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
declare var _: string;
|
||||
export = _;
|
||||
@ -46,4 +47,4 @@ declare module 'angular' {
|
||||
(name: 'linky'): angular.sanitize.filter.ILinky;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/angular-scenario/index.d.ts
vendored
1
types/angular-scenario/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: RomanoLindano <https://github.com/RomanoLindano>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/angular-scroll/index.d.ts
vendored
1
types/angular-scroll/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/oblador/angular-scroll
|
||||
// Definitions by: Sam Herrmann <https://github.com/samherrmann>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
1
types/angular-signalr-hub/index.d.ts
vendored
1
types/angular-signalr-hub/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/JustMaier/angular-signalr-hub
|
||||
// Definitions by: Adam Santaniello <https://github.com/AdamSantaniello>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="signalr" />
|
||||
/// <reference types="angular" />
|
||||
|
||||
1
types/angular-spinner/index.d.ts
vendored
1
types/angular-spinner/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/urish/angular-spinner
|
||||
// Definitions by: Marcin Biegała <https://github.com/Biegal>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/**
|
||||
* SpinnerService
|
||||
|
||||
1
types/angular-storage/index.d.ts
vendored
1
types/angular-storage/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/auth0/angular-storage
|
||||
// Definitions by: Matthew DeKrey <https://github.com/mdekrey>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-strap/index.d.ts
vendored
1
types/angular-strap/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://mgcrea.github.io/angular-strap/
|
||||
// Definitions by: Sam Herrmann <https://github.com/samherrmann>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
1
types/angular-toastr/index.d.ts
vendored
1
types/angular-toastr/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/Foxandxss/angular-toastr
|
||||
// Definitions by: Niko Kovačič <https://github.com/nkovacic>, Troy McKinnon <https://github.com/trodi>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-toasty/index.d.ts
vendored
1
types/angular-toasty/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/invertase/angular-toasty
|
||||
// Definitions by: Dominik Muench <https://github.com/muenchdo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
3
types/angular-touchspin/index.d.ts
vendored
3
types/angular-touchspin/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/nkovacic/angular-touchspin
|
||||
// Definitions by: Niko Kovačič <https://github.com/nkovacic>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
@ -39,4 +40,4 @@ declare module "angular" {
|
||||
defaults(touchSpinOptions: ITouchSpinOptions): void;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/angular-translate/index.d.ts
vendored
1
types/angular-translate/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/PascalPrecht/angular-translate
|
||||
// Definitions by: Michel Salib <https://github.com/michelsalib>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-ui-bootstrap/index.d.ts
vendored
1
types/angular-ui-bootstrap/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/angular-ui/bootstrap
|
||||
// Definitions by: Brian Surowiec <https://github.com/xt0rted>, Ryan Southgate <https://github.com/ry8806>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-ui-notification/index.d.ts
vendored
1
types/angular-ui-notification/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/alexcrack/angular-ui-notification
|
||||
// Definitions by: Kamil Rojewski <https://github.com/krojew/DefinitelyTyped>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-ui-router-default/index.d.ts
vendored
1
types/angular-ui-router-default/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/nonplus/angular-ui-router-default
|
||||
// Definitions by: Stepan Riha <https://github.com/nonplus>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as aur from "angular-ui-router";
|
||||
|
||||
|
||||
1
types/angular-ui-router-uib-modal/index.d.ts
vendored
1
types/angular-ui-router-uib-modal/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/nonplus/angular-ui-router-uib-modal
|
||||
// Definitions by: Stepan Riha <https://github.com/nonplus>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as auir from "angular-ui-router";
|
||||
|
||||
|
||||
1
types/angular-ui-router/index.d.ts
vendored
1
types/angular-ui-router/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/angular-ui/ui-router
|
||||
// Definitions by: Michel Salib <https://github.com/michelsalib>, Ivan Matiishyn <https://github.com/matiishyn>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as angular from 'angular';
|
||||
|
||||
|
||||
1
types/angular-ui-scroll/index.d.ts
vendored
1
types/angular-ui-scroll/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/angular-ui/ui-scroll
|
||||
// Definitions by: Mark Nadig <https://github.com/marknadig>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-ui-sortable/index.d.ts
vendored
1
types/angular-ui-sortable/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/angular-ui/ui-sortable
|
||||
// Definitions by: Thodoris Greasidis <https://github.com/thgreasi>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-ui-tree/index.d.ts
vendored
1
types/angular-ui-tree/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/angular-ui-tree/angular-ui-tree
|
||||
// Definitions by: Calvin Fernandez <https://github.com/CalvinFernandez>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular-websocket/index.d.ts
vendored
1
types/angular-websocket/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/AngularClass/angular-websocket
|
||||
// Definitions by: Nick Veys <https://github.com/nickveys>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as ng from "angular";
|
||||
|
||||
|
||||
2
types/angular-wizard/index.d.ts
vendored
2
types/angular-wizard/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/mgonto/angular-wizard
|
||||
// Definitions by: Marko Jurisic <https://github.com/mjurisic>, Ronald Wildenberg <https://github.com/rwwilden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as angular from 'angular';
|
||||
|
||||
|
||||
1
types/angular-xeditable/index.d.ts
vendored
1
types/angular-xeditable/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://vitalets.github.io/angular-xeditable/
|
||||
// Definitions by: Joao Monteiro <https://github.com/jpmnteiro>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as angular from "angular";
|
||||
|
||||
|
||||
1
types/angular.throttle/index.d.ts
vendored
1
types/angular.throttle/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/BaggersIO/angular.throttle
|
||||
// Definitions by: Stefan Steinhart <https://github.com/reppners>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/angular/index.d.ts
vendored
1
types/angular/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>, Georgii Dolzhykov <http://github.com/thorn0>, Caleb St-Denis <https://github.com/calebstdenis>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/angularfire/index.d.ts
vendored
1
types/angularfire/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://angularfire.com
|
||||
// Definitions by: Dénes Harmath <http://github.com/thSoft>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular"/>
|
||||
/// <reference types="firebase"/>
|
||||
|
||||
1
types/angularlocalstorage/index.d.ts
vendored
1
types/angularlocalstorage/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/agrublev/angularLocalStorage
|
||||
// Definitions by: Horiuchi_H <https://github.com/horiuchi/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular"/>
|
||||
|
||||
|
||||
1
types/angulartics/index.d.ts
vendored
1
types/angulartics/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://luisfarzati.github.io/angulartics/
|
||||
// Definitions by: Steven Fan <https://github.com/stevenfan>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as angular from 'angular';
|
||||
|
||||
|
||||
1
types/atom/index.d.ts
vendored
1
types/atom/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://atom.io/
|
||||
// Definitions by: vvakame <https://github.com/vvakame/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
/// <reference types="space-pen" />
|
||||
|
||||
1
types/auth0-angular/index.d.ts
vendored
1
types/auth0-angular/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/auth0/auth0-angular
|
||||
// Definitions by: Matt Emory <https://github.com/homesar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
|
||||
1
types/backbone-associations/index.d.ts
vendored
1
types/backbone-associations/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/dhruvaray/backbone-associations/
|
||||
// Definitions by: Craig Brett <https://github.com/craigbrett17/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
|
||||
1
types/backbone-fetch-cache/index.d.ts
vendored
1
types/backbone-fetch-cache/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/madglory/backbone-fetch-cache
|
||||
// Definitions by: delphinus <https://github.com/delphinus35/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as Backbone from "backbone";
|
||||
|
||||
|
||||
1
types/backbone-relational/index.d.ts
vendored
1
types/backbone-relational/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://backbonerelational.org/
|
||||
// Definitions by: Eirik Hoem <https://github.com/eirikhm/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/backbone.layoutmanager/index.d.ts
vendored
1
types/backbone.layoutmanager/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://layoutmanager.org/
|
||||
// Definitions by: He Jiang <https://github.com/hejiang2000/>
|
||||
// Definitions: https://github.com/hejiang2000/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/backbone.localstorage/index.d.ts
vendored
1
types/backbone.localstorage/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/jeromegn/Backbone.localStorage
|
||||
// Definitions by: Louis Grignon <https://github.com/lgrignon/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
|
||||
1
types/backbone.marionette/index.d.ts
vendored
1
types/backbone.marionette/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/marionettejs/
|
||||
// Definitions by: Zeeshan Hamid <https://github.com/zhamid>, Natan Vivo <https://github.com/nvivo>, Sven Tschui <https://github.com/sventschui>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
import * as Radio from 'backbone.radio';
|
||||
|
||||
1
types/backbone.paginator/index.d.ts
vendored
1
types/backbone.paginator/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/backbone-paginator/backbone.paginator
|
||||
// Definitions by: Nyamazing <https://github.com/Nyamazing/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
|
||||
1
types/backbone.radio/index.d.ts
vendored
1
types/backbone.radio/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/marionettejs/backbone.radio
|
||||
// Definitions by: Peter Palotas <https://github.com/alphaleonis/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
|
||||
1
types/backbone/index.d.ts
vendored
1
types/backbone/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://backbonejs.org/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Natan Vivo <https://github.com/nvivo/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/backgrid/index.d.ts
vendored
1
types/backgrid/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://backgridjs.com/
|
||||
// Definitions by: Jeremy Lujan <https://github.com/jlujan/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
|
||||
1
types/baconjs/index.d.ts
vendored
1
types/baconjs/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://baconjs.github.io/
|
||||
// Definitions by: Alexander Matsievsky <https://github.com/alexander-matsievsky>, Joonas Javanainen <https://github.com/gekkio>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
/// <reference types="node" />
|
||||
|
||||
1
types/bardjs/index.d.ts
vendored
1
types/bardjs/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/wardbell/bardjs
|
||||
// Definitions by: Andrew Archibald <https://github.com/TepigMC>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="angular" />
|
||||
/// <reference types="chai" />
|
||||
|
||||
1
types/bootbox/index.d.ts
vendored
1
types/bootbox/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/makeusabrew/bootbox
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone/>, Kon Pik <https://github.com/konpikwastaken/>, Anup Kattel <https://github.com/kanup/>, Dominik Schroeter <https://github.com/icereed/>, Troy McKinnon <https://github.com/trodi/>, Stanny Nuytkens <https://github.com/stannynuytkens>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/bootpag/index.d.ts
vendored
1
types/bootpag/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://botmonster.com/jquery-bootpag/
|
||||
// Definitions by: MAF.DAP / Romain Deneau <https://github.com/rdeneau/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
|
||||
1
types/bootstrap-datepicker/index.d.ts
vendored
1
types/bootstrap-datepicker/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/eternicode/bootstrap-datepicker
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
|
||||
3
types/bootstrap-fileinput/index.d.ts
vendored
3
types/bootstrap-fileinput/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/kartik-v/bootstrap-fileinput
|
||||
// Definitions by: Ché Coxshall <https://github.com/CheCoxshall>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
@ -1036,4 +1037,4 @@ declare module BootstrapFileInput {
|
||||
*/
|
||||
indicatorLoadingTitle: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/bootstrap-maxlength/index.d.ts
vendored
1
types/bootstrap-maxlength/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/mimo84/bootstrap-maxlength
|
||||
// Definitions by: Dan Manastireanu <https://github.com/danmana>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
3
types/bootstrap-notify/index.d.ts
vendored
3
types/bootstrap-notify/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://bootstrap-notify.remabledesigns.com/
|
||||
// Definitions by: Blake Niemyjski <https://github.com/niemyjski/>, Robert McIntosh <https://github.com/mouse0270>, Robert Voica <https://github.com/robert-voica>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
@ -62,4 +63,4 @@ interface NotifyReturn {
|
||||
$ele: JQueryStatic;
|
||||
close: () => void;
|
||||
update: (command: string, update: any) => void;
|
||||
}
|
||||
}
|
||||
|
||||
1
types/bootstrap-select/index.d.ts
vendored
1
types/bootstrap-select/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://silviomoreto.github.io/bootstrap-select/
|
||||
// Definitions by: Karol Janyst <https://github.com/LKay>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
import $ = require('jquery');
|
||||
|
||||
$(function() {
|
||||
// examples from http://seiyria.github.io/bootstrap-slider/
|
||||
|
||||
|
||||
2
types/bootstrap-slider/index.d.ts
vendored
2
types/bootstrap-slider/index.d.ts
vendored
@ -3,8 +3,6 @@
|
||||
// Definitions by: Daniel Beckwith <https://github.com/dbeckwith>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
///<reference types="jquery"/>
|
||||
|
||||
interface SliderOptions {
|
||||
/**
|
||||
* Default: ''
|
||||
|
||||
@ -12,6 +12,11 @@
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"paths": {
|
||||
"jquery": [
|
||||
"jquery/v2"
|
||||
]
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
@ -20,4 +25,4 @@
|
||||
"index.d.ts",
|
||||
"bootstrap-slider-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
1
types/bootstrap-switch/index.d.ts
vendored
1
types/bootstrap-switch/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://www.bootstrap-switch.org/
|
||||
// Definitions by: John M. Baughman <https://github.com/johnmbaughman>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/**
|
||||
* bootstrap-switch - v3.3.2 Copyright (c) 2012-2013 Mattia Larentis
|
||||
|
||||
1
types/bootstrap-table/index.d.ts
vendored
1
types/bootstrap-table/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://bootstrap-table.wenzhixin.net.cn/
|
||||
// Definitions by: Talat Baig <https://github.com/talatbaig/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/bootstrap-touchspin/index.d.ts
vendored
1
types/bootstrap-touchspin/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: http://www.virtuosoft.eu/code/bootstrap-touchspin/
|
||||
// Definitions by: Albin Sunnanbo <https://github.com/albinsunnanbo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
1
types/bootstrap-validator/index.d.ts
vendored
1
types/bootstrap-validator/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/1000hz/bootstrap-validator
|
||||
// Definitions by: Brady Liles <https://github.com/BradyLiles/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
|
||||
1
types/bootstrap.paginator/index.d.ts
vendored
1
types/bootstrap.paginator/index.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/lyonlai/bootstrap-paginator
|
||||
// Definitions by: derikwhittaker <https://github.com/derikwhittaker/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user