Commit Graph

58 Commits

Author SHA1 Message Date
Andy Hanson
2e869dbdc0 Merge branch 'types-2.0' into merge_28dec 2016-12-28 12:38:06 -08:00
Ryan Southgate
c32938577f added "initDate" to IDatePickerConfig (#13136) 2016-12-24 18:56:12 +09:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Adam Gordon
ccc65d990d expose interface types for importing 2016-12-12 15:32:52 -08:00
Andy
c968762595 Merge 'master' to 'types-2.0' one last time (#13277)
* Added missing nconf.required(keys) and Provider.required(keys) methods.

* update to 4.7.0, add querycursor.map() and schema.loadClass()

* add error callback for schema.post()

* Added playsInline property as introduced in React 15.3.2

* Add definitions for redux-localstorage and main enhancers (#12580)

* Add definitions for redux-localstorage

* Add definitions for redux-localstorage-filter enhancer

* Add definitions for redux-localstorage-debounce enhancer

* csurf.d.ts relying on CookieOptions from express

It seems express no longer exports `CookieOptions`, we need to import `express-serve-static-core` instead.

* Added height property to IDialogOptions

* versionKey type

* kendo-ui: mark toString() params as optional (#13164)

These function parameters are optional according to the upstream
docs, e.g.
  http://docs.telerik.com/kendo-ui/api/javascript/geometry/matrix#methods-toString

* Ensure that zoneAbbr and zoneName are expected type (string).

* Update moment-timezone.d.ts

* Fix syntax error in interact.d.ts

A parameter name was missing making TypeScript compiler fail.

* adding type for move to fs-extra

* fixing signature of sinon/alwaysReturned based on the http://sinonjs.org/docs/#sinonspy

* increasing version number

* returning back the version number to the origin number

* reversing changes in fs-extra

* Request that PRs have meaningful titles

* Improvement to existing nouislider type definition. (#12033)

* updated nouislider version and added a lot of tests out of the documentation

* corrected intentation

* corrected untyped variables, issue raised by Travis

* incorporated feedback on pull request

* #13037 (#13039)

* #13037

* pointToLayer first argument type fixed
GeoJSON.Point to GeoJSON.Feature<GeoJSON.Point>

* Missing cc in sendgrid packate (#13063)

The sendgrid package was missing the `cc` field, and the `bcc` field had a too generic type (`any` instead of `string[]`, as used on the `setCcs` and `setBccs` below.

* Fixes #12414 (#13076)

* Fixes #12414

* Make applicationServerKey optional

* added ariaLabelledBy and ariaDescribedBy to IModalSettings (#13004)

* Ceymard leaflet (#13007)

* replaced all overrides of LatLng by a single use of LatLngExpression when appropriate

* Changed Point, PointTuple overrides to use PointExpression instead

* Changet use of LatLngBounds and Bounds in general to use the Expression variant instead of having several overrides

* add ElasticSeach 5.x API function for deleteByQuery (#13014)

* add ElasticSeach 5.x API function for deleteByQuery

* use searchParams for deleteByQuery, as theses resemble the documentation.

* add DeleteByQueryParams parameter type.

* add deleteByQuery to tests.

* Make `less` render options optional (#13078)

* Added semver

* Updated gravity definition. (#13088)

* Full Redis client options (#13108)

* Added missing return type to on() methods. (#13082)

* Update react-native.0.29.d.ts (#13118)

drawerPosition is of type `number`
Android DrawerConsts.DrawerPosition.Left is equivalent to DrawerLayoutAndroid.positions.Left
Android DrawerConsts.DrawerPosition.Right is equivalent to DrawerLayoutAndroid.positions.Right

* Upgrade to match braintree-web 3.6.1 (#13098)

* Update to match braintree-web version 3.3.0

* Upgrade to match Braintree-web v3.5.0

* upgrade to match braintree-web 3.6.1

add US bank class

* Fix missing parameters from svg append (#13119)

* Add parameter declarations to append()

* Made insertFirst parameter optional

* Correct missing ‘auto’ option of GridList’s cellHeight (#13094)

* Add new Angular 1.5.9 methods to $compileProvider  (#13096)

* Add new Angular 1.5.9 methods to $compileProvider

Add new methods available in Angular 1.5.9: onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled()

* Add JSDoc to Angular 1.59 new methods of $compileProvider

JSDoc for onChangesTtl(), commentDirectivesEnabled() and cssClassDirectivesEnabled() methods.

* Expand $compileProvider JSDoc

Urls added to JSDoc of Angular 1.5.9 new methods .

* Changed type of injectedScript property to string (#13120)

The injectedScript property should take string value with script code, not the bool flag as in current version

* Use unions for openlayers string enums (#13134)

* Update google.maps.MapPane interface (#13122)

* Removing myself (AlStar01) as definition author from angular-material.d.ts (#13125)

* Clarify that notNeededPackages.json is just for packages formerly on DefinitelyTyped (#13156)

* Update Parsimmon typings (#13146)

* Update AmCharts.d.ts (#13170)

* knex: add MySqlConnectionConfig, tests (#13161)

* knex: add MySqlConnectionConfig, tests

* knex: add types for MySqlConnectionConfig queryFormat params

* Add note in readme about tsjs-lib-generator (#13210)

* Remove redux-localstorage packages; added by #13115 instead
2016-12-12 11:00:28 -08:00
Andy
cd4debea25 Remove BOM character from the start of files (#12838) 2016-11-28 10:40:45 -08:00
Andy Hanson
91d1d6d60f Merge remote-tracking branch 'origin/master' into merge_21sep 2016-09-21 09:45:05 -07:00
sumit2chauhan
a03bb7d3be There is a typescript build error in this
The property " component? " in IModalSettings is repeated.
2016-09-19 14:35:01 +05:30
ersimont
18d656dda3 Update angular-ui-bootstrap.d.ts (#11263)
Add `component` option for modals
2016-09-19 15:19:25 +09:00
Natan Vivo
863fdd02c6 Added component option to angular ui bootstrap modal settings. (#11249) 2016-09-19 15:13:38 +09:00
Ryan Cavanaugh
b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
5d004be8ba Merge commit 'upstream/master~600' into merge_7_25 2016-07-26 00:22:12 -07:00
Ryan Cavanaugh
347311a5f0 Partial merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-25 14:26:20 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Mohamed Hegazy
61fa2391a4 Replace references to angularjs with angular to match package name 2016-07-07 17:39:27 -07:00
Mohamed Hegazy
a5d477d085 Replace references to angularjs with angular to match package name 2016-07-07 15:12:24 -07:00
Rob Stovenour
f3171e4cc0 Add IModalSettings.appendTo propert 2016-07-05 17:14:53 -05:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Raghav Katyal
89cb02de7d Fixing test failures 2016-06-27 17:40:37 -07:00
Jerome David Yackley
79aa209309 angular-ui-bootstrap - Added windowTopClass (#9458)
Added the options parameter windowTopClass to IModalSettings. Here is the definition: dd09148893/src/modal/docs/readme.md.
2016-06-02 23:01:19 +09:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ritter
06d3bae8a6 IModalServiceInstance missing closed promise (#9083)
* added missing closed promise

was missing closed promise

* added test for closed promise
2016-05-01 21:58:48 +09:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
541e24b685 Fix angularjs/angular; 'export declare'/'declare export' 2016-04-25 13:02:25 -07:00
Alexander Fisher
7b28209e09 Angular ui bootstrap: Update IModalSettings controller and resolve properties to not be any type
* Update resolve and controller from any to something more explicit that matches docs for  invoke, ui-router resolve, and angular-ui-bootstrap modal settings.

* Add comments to clarify structure of array.

* Add object in the union type for values of resolve object.
2016-04-06 20:15:33 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
nkovacic
5d3116c83e Added commonJS support 2016-02-12 11:03:00 +01:00
Alain Sahli
f913843006 add support for AMD require 2015-09-03 10:54:06 +02:00
Daniel Rosenwasser
58345fc448 Merge branch 'master' into handleExtraObjectLiteralProperties
Conflicts:
	angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
2015-08-17 12:28:46 -07:00
Daniel Rosenwasser
4410e5ba93 Missing comma. 2015-08-17 12:25:31 -07:00
Brian Surowiec
9adacf6790 Update to angular ui bootstrap v0.13.3 2015-08-10 04:06:13 -04:00
vvakame
7c27233ae4 fix angular-ui-bootstrap/angular-ui-bootstrap-tests.ts 2015-08-04 01:22:49 +09:00
Masahiro Wakame
766b95e9f2 Merge pull request #5180 from xt0rted/angular-ui-bootstrap-v.0.13.2
Update to angular ui bootstrap v.0.13.2
2015-08-04 00:18:51 +09:00
vvakame
ad308a429d Merge branch 'handleExtraObjectLiteralProperties' of https://github.com/DanielRosenwasser/DefinitelyTyped into DanielRosenwasser-handleExtraObjectLiteralProperties 2015-08-03 22:12:39 +09:00
Brian Surowiec
456fe610d9 Update to angular ui bootstrap v.0.13.2 2015-08-02 19:45:56 -04:00
Daniel Rosenwasser
b64570a5a9 appendtoBody -> appendToBody in 'angular-ui-bootstrap'. 2015-07-30 12:00:20 -07:00
Brian Surowiec
0c1156706b Update to angular ui bootstrap v0.13.1 2015-07-28 14:27:40 -04:00
Brian Surowiec
91eb243dfa Update to angular ui bootstrap v0.13.0 2015-07-28 14:27:35 -04:00
Masahiro Wakame
c3f6732599 Merge pull request #4584 from robbaman/typo-and-missing-member-fix
Fixed typo and added a missing default property
2015-06-14 19:15:40 +09:00
Wayne Maurer
af5f3b0cd3 backdropClass property
added backdropClass property to modal service settings
2015-06-11 11:57:13 +02:00
Wayne Maurer
d2801f50eb backdropClass property
added backdropClass property to modal service settings
2015-06-11 11:55:01 +02:00
Robert Mulder
30c8088847 Fixed typo and added a missing default property 2015-06-09 10:07:27 +02:00