Commit Graph

29455 Commits

Author SHA1 Message Date
Daniel Rosenwasser
fb5ebbc70b Merge pull request #16505 from habibialkaff/master
react-navigation: Fix Tab Navigation Options
2017-05-13 11:13:53 -07:00
Habibi
1cfe9350bb Fix missing import in the test 2017-05-13 19:58:36 +07:00
Habibi
a58b6330a5 react-navigation Add different typing for tabBarIcon 2017-05-13 19:24:05 +07:00
Habibi
e3fdd2698a Fix react-navigation typo “tabBarLabel” 2017-05-13 19:10:05 +07:00
Tom Wanzek
e251c14388 [d3-random] v1.1.0 (#16467)
* [Feature] Update d3-random to minor version 1.1 adding configurable source of pseudo-randomnumbers.
* [Chore] Enable `strictNullChecks`
* [Chore] Add tslint config.
* [Chore] Bumped version.
2017-05-12 07:13:33 -07:00
Tom Wanzek
5a67cd51b9 [d3-zoom/d3-drag] Update to version 1.2/1.1, respectively (#16470)
* [d3-zoom] Update to version 1.2
* [Feature] Add support of `clickDistance(...)`
* [Chore] Bump version number.

* [d3-drag] Update to version 1.1
* [Feature] Add support for `clickDistance(...)`
* [Chore] Minor version bump
2017-05-12 07:13:00 -07:00
Hiroki Horiuchi
96ae5a8560 Merge pull request #16459 from anasinnyk/master
made pathsToValidate in mongoose::validateSync optional
2017-05-12 13:20:07 +09:00
Andrii Nasinnyk
e377be5ad1 made pathsToValidate in mongoose::validateSync optional 2017-05-11 14:25:47 +03:00
Klaus Sevensleeper
ac9bfc4eec enhance signature of create for conversion from object (#16381) 2017-05-10 08:14:56 -07:00
Eloy Durán
8868f90acf Merge pull request #16423 from asakasa/add-types-for-react-native
Add new types for TabBar in types/react-native
2017-05-10 08:23:51 +02:00
Eloy Durán
6c85d19598 Merge pull request #16418 from jasonhealy/patch/update-scrollview-proptypes
[react-native] Change ScrollView's snapToInterval prop from array to number
2017-05-10 08:21:06 +02:00
asakasa
bf2499f1d2 Update version of React Native
Now current version of React Native is 0.44
2017-05-10 03:16:59 +09:00
asakasa
a6e481c4bc Add new types for TabBar in react-native
The types are available since iOS 10.
And then test for TabBar added.
2017-05-10 03:05:42 +09:00
Jason Healy
eab9a9239c change snapToInterval prop from array to number 2017-05-09 16:35:13 +01:00
Eloy Durán
46ad6f9833 Merge pull request #16371 from dxiao/patch-1
React-native: export ImageURISource type
2017-05-07 23:35:47 +02:00
David Xiao
0307072de4 React-native: export ImageURISource
Useful for passing around the struct before giving to to the \<Image> component.
2017-05-06 15:44:55 -07:00
Michael Zlatkovsky
d0dab167cd Remove "removeAll" method on event handlers (#16363)
The Office.js team (of which I am a member) has decided to remove this method.  It will still exist in silent deprecated mode, but we will no longer add new events that have a "removeAll", and we want to strongly discourage this method's existence.  Since this was only added very recently, we believe that it's best to just remove it outright, rather than add special notices about its deprecation, etc.  The likely number of folks using it today is close to 0.
2017-05-05 17:51:11 -07:00
Matt Bierner
868b7fa0e1 Fix Ramda for Global 'R' Symbol (#16362)
* Fix Ramda  for Global 'R' Symbol

**bug**
The Ramda global `R` symbol is not defined. This means that Ramda must be used as module. This breaks intellisense for some JavaScript project setups in VSCode

**fix**
Declare a 'ramda' module. This preserves the global `R` symbol

* Use export as instead
2017-05-05 16:42:32 -07:00
Yui
1d19461b6e Update state type parameter (#16361) 2017-05-05 16:36:51 -07:00
Joshua Netterfield
749652183e Types for react-monaco-editor@0.8 (#16360) 2017-05-05 16:24:27 -07:00
Adnan Chowdhury
46eb9a8bfe Ember - Add additional type defs for RSVP namespace (#16359)
* add additional type defs for RSVP

* satisfy linting
2017-05-05 16:23:05 -07:00
Evgeny
c49e2aa150 [sequelize] add where option to DefineIndexesOptions (#16357) 2017-05-05 16:22:36 -07:00
Daryl LaBar
da3ab04e72 Defined interfaces for Properties and Fixed Linting issues (#16355)
* Updated XrmStatic Properties Page, Utility, and Panel  to match the pattern that Mobil was doing, and be defined as interfaces.  This also makes allows for variables to easily be tyepd i.e. var p: Xrm.Page.

Also retyped getInitalValue for booleans and OptionsetValues to be their correct respective types.

* Fixed Linitng issues and fixed header so it could be parsed by the DT Bot

* Fixed Other Lint-ing Issues.  Not sure what to do about the header being unparsable.  Added commas, maybe that will help?
2017-05-05 16:21:56 -07:00
ikokostya
24f2ff899f @types/node: Port dns.resolve* changes #16320 to node.js 4, 6 (#16350)
* @types/node: Port dns.resolve* changes #16320 to node.js 4, 6

* review fixes
2017-05-05 16:20:41 -07:00
Michael
d8b7da2042 Fix for getTypeMap() return type in graphql schema.d.ts. (#16343) 2017-05-05 16:20:09 -07:00
DaIgeb
fe1b612ef0 Allow component props for withRouter (#16339) 2017-05-05 10:38:55 -07:00
DaIgeb
585178525c Update SwitchProps to support typescript 2.3 (#16340)
SwitchProps.children is too strict for projects using typescript 2.3.
With typescript 2.3 the children could be made mandatory, but this will
break backwards compatibility with any ts 2.2 user
2017-05-05 10:11:16 -07:00
yuche
221fdba61b add extraData prop to FlatList and SectionList (#16338)
* add `extraData` prop to FlatList and SectionList

see:
https://facebook.github.io/react-native/docs/sectionlist.html#props
https://facebook.github.io/react-native/docs/flatlist.html#props

* remove extra space
2017-05-05 10:11:00 -07:00
Evgeny
942dcf66e2 [sequelize] add force option for TruncateOptions (#16353) 2017-05-05 09:55:15 -07:00
delphinus
73bcc6d987 [backbone.marionette] Add lacked methods to marionette view (#16348)
* Add lacked / fix wrong definition of methods

* Add tests for added methods⏎
2017-05-05 09:36:26 -07:00
rasmusvhansen
dd69d6de4e class_ argument is optional in removeLineClass (#16347) 2017-05-05 09:36:05 -07:00
Daniel
b57178eb88 material-ui: Updated width prop of drawer to be compliant with spec (#16342)
* material-ui: Updated width prop of drawer to be compliant with spec

* update header
2017-05-05 09:32:09 -07:00
Carl Winkler
ef8ff1dff4 Add support and tests for Dockerode promise API (#16337) 2017-05-05 09:01:16 -07:00
Kacper Polak
1b926c986b Add sql property to Error interface (#16336)
Based on commit: 
7549c734e5
2017-05-05 08:59:58 -07:00
Periklis Tsirakidis
5fc2f8c670 emscripten: update module api to 1.37.10 (#16310)
* Add type aliases for imports and exports

* Update emscripten Module API to 1.37.10
2017-05-05 08:59:06 -07:00
AJ Richardson
c4a2a2a976 lodash: callback parameters should not be optional (#11516) (#15895) 2017-05-05 08:55:48 -07:00
Takeshi Kurosawa
11b7768836 diff: add support options parameter of diffLines (#16333)
* diff: add support options parameter of diffLines

The options parameter is described at https://github.com/kpdecker/jsdiff/blob/master/README.md

* diff: add tslint.json and fix lint issues
2017-05-05 08:54:50 -07:00
Jayden Zhao
fef536fb65 Add types/react-native-goby/* (#16312)
* add react-native-goby

* add react-native-goby

* add react-native-goby

* remove the Promise define of types/react-native-goby
2017-05-05 08:53:29 -07:00
Yui
29e0d7f678 Merge pull request #16332 from DefinitelyTyped/master-updateReactRouter
[React-Router] Update library files with fix when JSX.children get typecheck
2017-05-04 21:02:03 -07:00
apollocoder
407cace6b4 Update index.d.ts (#16119)
Added missing restore option
2017-05-04 18:19:11 -07:00
Maxim Kulikov
c223230018 jquery: allow propertyNames array to css() (#16093) 2017-05-04 18:18:34 -07:00
Jelle Slowack
3437921207 fabric: callback and options object is optional in setSrc method (#16101)
* callback and options object is optional in setSrc method

* run tsc fixes, remove deprecated internal modules and HtmlInputElement casts
2017-05-04 18:18:01 -07:00
Mustafa Kuscu
bcf1928b97 update leaflet fullscreen type definitons (#16106)
L.Control.Fullscreen was not found.
2017-05-04 18:16:03 -07:00
Thiago de Arruda
f3b9cb6f51 Split levelup/leveldown into separate declarations (#16062)
* Split levelup/leveldown into separate declarations

Also make some changes to allow importing levelup with ES6 module syntax.

* Adapt level-sublevel to the latest changes in levelup
2017-05-04 18:14:45 -07:00
DingWeizhe
76c82115ad [fluent-ffmpeg] support es6 import syntax & conform to tdslint (#16036)
* support es6 import syntax

* support es6 import syntax

* add author

* test import syntax to es6

* add tslint config

* tslint: Interface has only a call signature

* tslint: ban-types

* tslint: no-misused-new

* tslint: semicolon

* tslint: TypeScript compile error: Cannot find name 'object'.

* tslint: unified-signatures

* tslint: disable unified-signatures, parameter name is different

* tslint: object-literal-shorthand

* tslint: one-variable-per-declaration

* tslint: dt-header

* tslint: no-single-declare-module

* type definitions for images 2.2
2017-05-04 18:13:03 -07:00
Brian Houser
3eb6786902 react-intl: update IntlProvider.Props interface (#15977)
* update IntlProvider.Props interface

* updated react-intl "Definitions by"
2017-05-04 18:10:22 -07:00
Sam Baxter
cb8b7aeb33 Fix function param type definitions for babel-types (#15973) 2017-05-04 18:09:02 -07:00
Martin Deiss
c26fe793b8 Added missing customPATCH method (#15945) 2017-05-04 18:08:32 -07:00
Bas Timmer
5f27bc2094 color: Add color model conversions (#15940) 2017-05-04 18:08:20 -07:00
cafeburger
5eb4882512 Update index.d.ts (#15937)
add 'hosted_domain' property in gapi.client.init
2017-05-04 18:08:08 -07:00