Commit Graph

22695 Commits

Author SHA1 Message Date
Derrick Liu
9e9ffce813 Add docstrings for LayerGroup 2016-09-23 10:31:07 -07:00
Derrick Liu
a61388dd5e Feature group docstrings, make layers param optional in feature group constructor 2016-09-23 10:30:05 -07:00
Derrick Liu
bfdb74d849 Tighten up some types for coord conversion 2016-09-23 10:29:27 -07:00
Derrick Liu
e0c6192ab7 Add GeoJSON interface docstrings, add missing functions from docs, and fix some typos 2016-09-23 10:26:55 -07:00
Derrick Liu
b940d7fbf6 Add geojson constructor docstring 2016-09-23 10:22:38 -07:00
Andy
8da4c2437d Merge pull request #11448 from samchon/master
TypeScript-STL v1.1.0
2016-09-23 10:05:13 -07:00
Jeongho Nam
c859589177 TypeScript-STL v1.1 for TS1.8 2016-09-24 01:46:55 +09:00
Andy Hanson
25e287b4ff Fix build failures 2016-09-23 09:21:15 -07:00
Jeongho Nam
44e251d9b7 TypeScript-STL v1.1 2016-09-24 01:15:22 +09:00
Jeongho Nam
e69b73c99c Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped 2016-09-24 01:12:56 +09:00
Andy
9b21873b01 Merge pull request #11442 from 3fd/ids-typings
Added typings for ids [Types 2.0]
2016-09-23 08:49:17 -07:00
Alejandro Sánchez
b06d7f0dd9 Added more definitions 2016-09-23 09:46:10 -06:00
Andy
a73d3a1687 Merge pull request #11423 from geoffreak/validator-type-fix
Validator normalizeEmail type fix [Types 2.0]
2016-09-23 08:33:34 -07:00
Andy
2bb76fe888 Merge pull request #11416 from Ptival/tsmonad-defaulting-et-al
tsmonad: added Maybe-related helpers
2016-09-23 07:41:06 -07:00
Andy
26f276c003 Merge pull request #11358 from cailenmusselman/patch-2
Update react-native.d.ts
2016-09-23 07:38:11 -07:00
Andy Hanson
b7882e2361 Convert some things to index.d.ts and use 'types' references 2016-09-23 07:31:47 -07:00
Andy Hanson
04b4272974 Merge remote-tracking branch 'origin/master' into merge_23sep 2016-09-23 07:24:23 -07:00
Jan Steinbrücker
b0088e963b fixed typo 2016-09-23 16:19:52 +02:00
Jan Steinbrücker
9f5d9a264f Added typings for ids [Types 2.0] 2016-09-23 15:37:38 +02:00
Andy
6415ff2a72 Merge pull request #11184 from aleung/types-2.0
[types-2.0] Port pg 6.1.0 types update to types-2.0 branch
2016-09-23 06:27:02 -07:00
Alex Kankov
47d3b90d02 fix return types (#11368)
* fix return types

* tests update

* test update

* more tests

* more tests
2016-09-23 22:14:51 +09:00
Firenter
e39fc38eaf Added missing classes and functions (#11400)
* Added missing classes and functions

-Added SelectEvent and DrawEvent
-Updated GML format definitions

* Added missing return type to readFeatures function
2016-09-23 22:14:11 +09:00
StephaneMourgues
9ddf1314e4 Addes some missing methods in ol.source.Vector (#11315)
Addes some missing methods in ol.source.Vector
2016-09-23 22:13:55 +09:00
Joshua DeVinney
bcd0866f02 Switching validator's normalizeEmail function to use literal false instead of boolean 2016-09-23 08:13:24 -05:00
panoti
f78cd0458a add parent field into DeleteDocumentParams (#11436) 2016-09-23 22:10:19 +09:00
Jason Grout
6ff3ac5f00 Add CommonHTML to MathJax type definitions (#11419)
* Add CommonHTML to MathJax type definitions

* Make CommonHTML option optional

* Add CommonHTML test
2016-09-23 22:06:14 +09:00
Jonny Stoten
132ad0d959 Add timingSafeEqual typings (#11426) 2016-09-23 21:46:26 +09:00
Artur Eshenbrener
7007fddc5e [express]: RequestHandler's 3rd argument fix (#11288)
* [express]: RequestHandler's 3rd argument fix

It is hot optional. Btw, express instance itself is a
request handler, which can be invoked without 3rd argument,
so, as for now it has call signature with only 2 arguments:
request and response.

Fixes #11164

* Move 2-args call signature to Application interface
2016-09-23 21:43:52 +09:00
Arman Dezfuli-Arjomandi
e971807506 Add strokeLinejoin prop to <svg> in react.d.ts (#11418)
* Add strokeLinejoin prop to <svg> in react.d.ts

* String literal types for strokeLinecap and strokeLinejoin
2016-09-23 21:42:21 +09:00
Artur Eshenbrener
1bd8a1e366 knex: type knex.fn helper (#11422)
As stated in sources, knex.fn contains only one function, `now()`, which returns `Raw`. As stated in documentation, `Raw` could be used as any value in query builder, so, this commit includes 2 changes:
1. Add `Raw` as one of case for type `Value`;
2. Introduce `FunctionHelper` interface (as in original source), which is returned by `knex.fn`.

https://github.com/tgriesser/knex/blob/master/src/functionhelper.js
http://knexjs.org/#Schema-timestamp (see Example section)
2016-09-23 21:41:17 +09:00
Artur Eshenbrener
964424bd7e knex: add withSchema method definition (#11421)
As documented here: http://knexjs.org/#Schema-withSchema, this commit adds `withSchema` method to `SchemaBuilder` interface
2016-09-23 21:27:31 +09:00
Gert Braspenning
1d3e9d0851 Added typings for d3-tip (#11420) 2016-09-23 21:26:57 +09:00
jmvtrinidad
31615b47bb add ko es5 methods. (#11369)
* add ko es5 methods.

* Specify return type
2016-09-23 20:53:38 +09:00
Tsvetomir Tsonev
ad537776db feat: upgrade Kendo UI definitions for the 2016.3.914 release (#11320) 2016-09-23 20:38:12 +09:00
Denis
6e064fedee Add parseFiles method to babyparse (#11318) 2016-09-23 20:37:29 +09:00
Subhash Sharma
92615efde0 fixed type definitions for DropdownList and Combobox 2016-09-23 15:48:21 +05:30
Jeongho Nam
68f55c96a4 Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped 2016-09-23 16:50:28 +09:00
Leo Liang
43e05f5196 Merge branch 'types-2.0' of https://github.com/DefinitelyTyped/DefinitelyTyped into types-2.0
* 'types-2.0' of https://github.com/DefinitelyTyped/DefinitelyTyped: (212 commits)
  Adding typing for disposable-email-domains
  Fix tests, rename things to `index.d.ts`, use `<reference types="xxx">`, and add `tsconfig.json`s.
  Add d3-scale-chromatic definitions and tests.
  Fix tabs
  Added missing method sync()
  adds type parameter to mongoose.types.array fixes #11291
  Update react-native.d.ts
  [knex] Fix MigratorConfig according to docs.
  Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param
  Remove unneeded fields from package.json
  Add optional parameter to SuccessCallbackDelegate so openQuickCreate test will pass
  Comment out openQuickCreate test. Not sure why it fails
  Add null for optional parameters
  Change type of newRecord to Page.LookupValue
  Fix test for openQuickCreate to pass Travis build
  Removed optional flag from parameters from .every() methods.
  Adding typing for koa-logger
  consistently indentations
  removed randomColor (windows casesensitive problem)
  added string unions for luminosity, hue, format Hue can also be a number
  ...

# Conflicts:
#	pg-pool/index.d.ts
#	pg-pool/tsconfig.json
2016-09-23 12:35:17 +08:00
Joshua DeVinney
b01a638905 validator's normalizeEmail can return a boolean 2016-09-22 20:18:21 -05:00
James Bracy
f4e26b3b5c Merge remote-tracking branch 'upstream/master'
* upstream/master:
  Add Freq option type
  Requested Revisions
  Updated imap-simple from code review feedback.
  Adding rrule definition
  include link to mapbox gl examples
  Typings for imap-simple.
  modify tests
  Switch Array<> to []
  Fixes to get the tests working
  Add mapbox-gl typings
2016-09-22 16:49:45 -07:00
Andy
d79cd56465 Merge pull request #11415 from waratuman/rrule-d
RRule Definition
2016-09-22 14:55:21 -07:00
Andy
de62606e3f Merge pull request #11413 from pushplay/master
Typings for imap-simple.
2016-09-22 14:48:00 -07:00
James Bracy
22f99d0af3 Add Freq option type 2016-09-22 14:47:00 -07:00
James Bracy
ce1a37bd62 Requested Revisions 2016-09-22 14:24:48 -07:00
jeff
91228f638f Updated imap-simple from code review feedback. 2016-09-22 14:08:06 -07:00
Andy
db2a48bc11 Merge pull request #11386 from bryanjjohnson/mapbox-gl
Mapbox gl
2016-09-22 13:22:25 -07:00
Valentin Robert
ac17988d2d tsmonad: added Maybe-related helpers 2016-09-22 13:16:14 -07:00
James Bracy
cb93e5fc4d Adding rrule definition 2016-09-22 13:13:14 -07:00
Bryan Johnson
5f5622fead include link to mapbox gl examples 2016-09-22 14:10:29 -06:00
James Bracy
f58c1b198a Merge remote-tracking branch 'upstream/master'
* upstream/master: (309 commits)
  parameterize angular/IChangesObject
  add missing options property in schema type fixes #11399
  Changed the stuff asked
  Fixed problem with es6
  Refactoring
  Added electron-devtools-installer
  adds faker version to definition file
  adds faker.lorem.word() as documented here: https://github.com/Marak/faker.js/blob/master/Readme.md#api-methods
  adding algoliasearch-client-js definitions
  Update polymer array splice typings. (#11390)
  Rename "refressh" in  CreateDocumentParams
  angularjs: Refine typings for directive and component definitions
  fixes from code review
  Fixes to the typings so that they are used better
  add i18next-xhr-backend definitions
  Cancel type annotation on function
  Correct types of http version
  It should use boolean, not Boolean
  It should use boolean, not Boolean
  Update react-native.d.ts
  ...
2016-09-22 13:08:15 -07:00