18734 Commits
Author SHA1 Message Date
Masahiro Wakame 05ce57be41 Merge pull request #7939 from seansfkelley/master
Add typings for pure-render-decorator 0.2.0.
2016-02-07 00:23:32 +09:00
Masahiro Wakame b43001c464 Merge pull request #7938 from romiem/patch-1
Update angular.d.ts to allow IModule .config signature to accept object parameters
2016-02-07 00:15:41 +09:00
Masahiro Wakame c462211f3d Merge pull request #7937 from DevExpress/master
Update to 15.2.5
2016-02-06 23:57:47 +09:00
Masahiro Wakame 0ffb9824c5 Merge pull request #7936 from andrewBalekha/master
updated module with ClassicComponentClass
2016-02-06 23:56:42 +09:00
Masahiro Wakame 14e772882b Merge pull request #7934 from chrootsu/lodash-some
lodash: changed _.some
2016-02-06 23:51:01 +09:00
Marcel Ernst 2b35157c3d fix onoff type errors 2016-02-06 15:45:06 +01:00
Masahiro Wakame 17ec24d048 Merge pull request #7900 from tompere/fix-SpyAnd-returnValues
updated SpyAnd return values
2016-02-06 23:44:47 +09:00
Masahiro Wakame 635e8ee2a7 Merge pull request #7928 from optical/rest-template-interceptor
Add template interceptor type definition
2016-02-06 23:44:31 +09:00
Masahiro Wakame caa1a36430 Merge pull request #7873 from webbiesdk/threeConstructorVsNotConstructor
Three.js: Constructors should be declared with "new".
2016-02-06 23:44:13 +09:00
Masahiro Wakame 42ae0d56ca Merge pull request #7858 from webbiesdk/threeWorldUVGeneratorIsStatic
Three.js: WorldUVGenerator is a static field
2016-02-06 23:44:00 +09:00
Masahiro Wakame ceed7775ad Merge pull request #7857 from webbiesdk/threeAddDefaultLoadingManager
Three.js: Added the DefaultLoadingManager to the declaration file.
2016-02-06 23:42:29 +09:00
Masahiro Wakame f1513ed1a6 Merge pull request #7856 from webbiesdk/threeRemove2Classes
Three.js: Removed 2 classes that wasn't mentioned anywhere else.
2016-02-06 23:42:19 +09:00
Masahiro Wakame 04be44e2b5 Merge pull request #7604 from romgrk/patch-1
Update github-electron.d.ts
2016-02-06 23:33:34 +09:00
Masahiro Wakame f3b4f2a582 Merge pull request #7927 from stepancar/patch-13
added enhancer param for create store.
2016-02-06 23:33:02 +09:00
Masahiro Wakame cd09721d07 Merge pull request #7926 from HPFOD/chartist-typings-update
Update Chartist Typing Definitions
2016-02-06 23:32:40 +09:00
Marcel Ernst 9d6c46761f add tests for onoff 2016-02-06 15:31:40 +01:00
Marcel Ernst 7ff381086d onoff: fix return-type for readSync method 2016-02-06 15:31:26 +01:00
Masahiro Wakame 24985d1102 Merge pull request #7922 from chrootsu/lodash-unionBy
lodash: changed _.unionBy
2016-02-06 23:29:17 +09:00
Masahiro Wakame c913776729 Merge pull request #7914 from aikoven/redux-form
Update type definitions for redux-form
2016-02-06 23:25:54 +09:00
Masahiro Wakame 74b7516234 Merge pull request #7912 from aikoven/redux-saga
Add type definitions for redux-saga
2016-02-06 23:24:48 +09:00
Masahiro Wakame c388716e8e Merge pull request #7910 from SPARTAN563/patch-1
Update ravenjs definition to match latest API
2016-02-06 23:24:14 +09:00
Masahiro Wakame b835db63e9 Merge pull request #7879 from cspotcode/patch-3
Enable LF normalization
2016-02-06 23:21:56 +09:00
Masahiro Wakame 507adffd64 Merge pull request #7906 from malekpour/master
Add SvgIcons to material-ui
2016-02-06 23:21:26 +09:00
Marcel Ernst 0d913ac770 add definitions for onoff 2016-02-06 15:19:16 +01:00
Masahiro Wakame 58e206bb75 Merge pull request #7899 from jhasselkus/master
Update KnockoutMappingUpdateOptions to add the missing target field
2016-02-06 22:56:05 +09:00
Artur Eshenbrener 695da95a24 power-assert: Add deepStrictEqual and notDeepStrictEqual methods 2016-02-06 12:23:58 +03:00
Demis Bellot 97f1f12a68 Update ss-utils.d.ts 2016-02-05 22:47:59 -05:00
Leo Liang 90c7b5653c Fix #7979, request.d.ts : Options union types 2016-02-06 11:07:09 +08:00
Alex Eagle f7164a47ff Remove stale angular2 alpha typings 2016-02-05 16:34:02 -08:00
Daniel Rosenwasser 221df9ad82 Merge pull request #7960 from DanielRosenwasser/bluebirdOverloads
Replaced some overloads in bluebird by using union types.
2016-02-05 14:46:01 -08:00
aba dff6dc8250 Fixing the test :
* There is a new required parameter in OpenLayers.
* Explicitly set the type of void functions !

I also add some tests.
2016-02-05 19:47:36 +01:00
Ilya Mochalov 1e057a85a2 lodash: changed _.unset 2016-02-05 23:10:32 +05:00
David Asmuth 7116149aad Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into matter-update 2016-02-05 17:46:57 +01:00
Stefan Karlsson c64873177e Enables ES6 module loading. 2016-02-05 16:11:11 +01:00
sjef 83b88a031c Added missing bottom property in React.CSSProperties 2016-02-05 13:14:37 +01:00
Remo H. Jansen bb86dc40b9 Fixes compilation error
The original file contained:

```
    /**
    * A component that renders a React Router app using router state from a Redux store.
    */
    export class ReactRouter { }
```

The exported ``ReactRouter ` class is empty but it is supposed to be the ReactRouter. 

I removed the empty class and exported the the ReactRouter instead:

```
declare module "redux-router/lib/ReduxRouter" {
    import Router from "react-router";
    export default Router;
}
```
2016-02-05 11:12:51 +00:00
Might-E 3753596225 get_childDialog is a function
get_childDialog is a function returns SP.UI.ModalDialog
2016-02-05 10:44:46 +01:00
David Kirkland 88e289dc29 Added 3 parameters to config interface. 2016-02-05 16:54:19 +09:00
David Kirkland ce35edc06b Added 3 parameters to config interface. 2016-02-05 16:50:46 +09:00
Aluan Haddad 2a9c4f4b9f Change type of IFieldConfigurationObject.elementAttributes to hash
Formly requires this property to be an object. A string value causes ApiCheck to throw.
2016-02-05 01:57:37 -05:00
Horiuchi_H 4ec3c5bf29 Merge pull request #7750 from matgr1/Object3D-matrix-properties
fixed Object3D.modelViewMatrix and Object3D.normalMatrix property definitions
2016-02-05 11:18:35 +09:00
Kaoru Hagihara 6ab7c12437 fix vue.js 2016-02-05 11:06:00 +09:00
Kaoru Hagihara 0146caf10c update vue-router.d.ts to 0.7.10 2016-02-05 11:02:49 +09:00
Kaoru Hagihara 88a3ea263e update vue.d.ts to 1.0.16 2016-02-05 11:02:15 +09:00
Horiuchi_H 23b125981f Merge pull request #7886 from RX14/master
Update to winreg 0.0.16
2016-02-05 11:01:49 +09:00
Horiuchi_H 749014c250 Merge pull request #7919 from gluecksmelodie/master
Updated Angular Material
2016-02-05 10:57:13 +09:00
Horiuchi_H 49b044db23 Merge pull request #7925 from webbiesdk/leafletNoThatsNotTheSyntax
Leaflet: Wrong syntax.
2016-02-05 10:56:35 +09:00
Horiuchi_H a3f0d8bb02 Merge pull request #7924 from CaselIT/mongodb
Fixed typo in Mongodb
2016-02-05 10:55:53 +09:00
Horiuchi_H d9d6a23b68 Merge pull request #7923 from webbiesdk/leafetNotEveryClassExtendsClass
Leaflet: Not every class constructor inherits fields from the default ClassStatic
2016-02-05 10:53:31 +09:00
Horiuchi_H 2c765aea5e Merge pull request #7921 from webbiesdk/leafletRemovedNonExistingFunction
Leaflet: Removed a function that doesn't exist.
2016-02-05 10:52:18 +09:00