18734 Commits
Author SHA1 Message Date
Masahiro Wakame b7d64857ed Merge pull request #8622 from waywardmonkeys/fix-antd-notification
antd: Fix notification typings.
2016-03-26 20:41:10 +09:00
Masahiro Wakame ae408e6f72 Merge pull request #8631 from MugeSo/fix-fs-extra-copy-argument
fs-extra: fix argument of copy and copySync function
2016-03-26 20:38:37 +09:00
Masahiro Wakame 7aa42e695f Merge pull request #8592 from waywardmonkeys/antd-children-type
Antd children type
2016-03-26 20:38:05 +09:00
Philipp Metzler c2bfaedeee updated redux createStore definition to reflect the current 3.3.1 definition:
https://github.com/reactjs/redux/blob/master/src/createStore.js

@param {Function} enhancer
2016-03-26 12:26:56 +01:00
Matthieu Maitre 3f56994c85 Fix Travis build break 2016-03-26 01:47:55 -07:00
Florian Plattner 97323f216b removed BoomError 2016-03-26 09:38:21 +01:00
Matthieu Maitre 25f2e05427 Definitions for ADAL.JS 2016-03-26 01:34:57 -07:00
Florian Plattner 508671d375 added return types 2016-03-26 09:33:44 +01:00
Matthieu Maitre f53bb14ade Add definitions for hasSearch()/hasQuery(); 2016-03-25 23:50:22 -07:00
Isman Usoh e0d03ccc2e Update express-useragent-tests.ts 2016-03-26 08:55:23 +07:00
Isman Usoh 81b33d3367 test parse function 2016-03-26 08:46:00 +07:00
Isman Usoh ded7a3674f add parse function and rename to ExpressUserAgent 2016-03-26 08:40:56 +07:00
Milan Burda 02ae98f63d Update remote module 2016-03-26 02:11:24 +01:00
Milan Burda 1956dad469 Update dialog module 2016-03-26 02:11:24 +01:00
Milan Burda 6c229fee0f Update desktop-capturer module 2016-03-26 02:11:24 +01:00
Milan Burda de9d5a1514 Update content-tracing module 2016-03-26 02:11:24 +01:00
Milan Burda 456268818f Update app module 2016-03-26 02:11:20 +01:00
Milan Burda 00efc6d1f1 Update ipc-main + ipc-renderer modules 2016-03-26 02:11:20 +01:00
Milan Burda 41efb3f95b Update browser-window module 2016-03-26 02:11:20 +01:00
Milan Burda c8fb877522 Update protocol module 2016-03-26 02:11:20 +01:00
Milan Burda 4cede46324 Update session module (except for webRequest) 2016-03-26 02:11:20 +01:00
Milan Burda 80d4209dd4 Update web-contents module 2016-03-26 02:11:19 +01:00
Milan Burda 2bd3c04d61 Update menu + menu-item modules 2016-03-26 02:11:19 +01:00
Milan Burda b0de3d5e0d Update screen module 2016-03-26 02:11:19 +01:00
Milan Burda 590cd3696f Update global-shortcut module 2016-03-26 02:11:19 +01:00
Milan Burda 1541bafec6 Update auto-updater module 2016-03-26 02:11:16 +01:00
Milan Burda 8878c949db Update power-save-blocker module 2016-03-26 01:56:55 +01:00
Milan Burda e808d51112 Update power-monitor module 2016-03-26 01:56:55 +01:00
Milan Burda 93b00632d4 Update web-frame module 2016-03-26 01:56:55 +01:00
Milan Burda e4ca24ac33 Update clipboard module 2016-03-26 01:56:55 +01:00
Milan Burda 1bde04c781 Update tray module 2016-03-26 01:56:52 +01:00
Milan Burda 2ba9783713 Update crash-reporter module 2016-03-26 01:56:52 +01:00
Milan Burda c43bf44206 Update shell module 2016-03-26 01:56:51 +01:00
Milan Burda 87b243541e Move modules into separate files 2016-03-26 01:56:48 +01:00
Milan Burda 5e1a3b738e Create EventEmitter parent class implementing NodeJS.EventEmitter 2016-03-25 20:07:17 +01:00
Bert Verhelst dd095f9111 Added more options and functions + better types 2016-03-25 11:29:05 +01:00
rhysd 98ae99347a marked.d.ts: Fix TS1202 for --target es6 2016-03-25 17:53:08 +09:00
rhysd 9cfdb11648 marked.d.ts: Add missing parameter of MarkedRenderer#heading()
https://github.com/chjj/marked/blob/18fb6a639a4a77dd59650879bcad10d833c40067/lib/marked.js#L795
2016-03-25 17:53:01 +09:00
Steve Mayes 09472c8b0b Update highcharts-ng loading property
Per Issue #8691, the loading property can be a boolean or a string value. Add the string type as a possibility for this property.
2016-03-24 21:54:56 -04:00
Steve Mayes 1206dd307a Merge remote-tracking branch 'DefinitelyTyped/master' 2016-03-24 21:49:47 -04:00
Ilya Mochalov 61608b7a18 lodash: changed _.flatMap 2016-03-25 06:09:14 +05:00
sixinli 4bbed356fe change getSelected() return type to number[] 2016-03-24 18:21:32 -04:00
EvgeneOskin 563f2622cd Update JSONEditorOnline API. 2016-03-25 00:52:37 +06:00
Vladimir Đokić f48aabd23b Remove inheritance between IJsenBuildSettings and IJsenSettings.
Fix naming case for the interface so that is consistent.
2016-03-24 17:53:40 +01:00
Jason Hu cc3e106d89 Add remove(transport: string) 2016-03-24 09:32:41 -07:00
Vladimir Đokić ca8123463a Add IJsenBuildSettings interface (specific to build(...) method) that extends IJsenSettings.
Make errors property in IJsenValidator not nullable.
2016-03-24 17:29:26 +01:00
Dominik Hurnaus 74fe6ff6ac Fix ajax-field 'quietMillis' to 'delay'.
See select2 documentation at https://select2.github.io/options.html#ajax
2016-03-24 13:47:37 +01:00
Jon Sheppard 1d3bc0ff40 Joi: Update when to use generics 2016-03-24 17:18:20 +07:00
Jon Sheppard 55c9088649 Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-24 17:16:39 +07:00
koba-ninkigumi 6f16ea218b PDFRenderParams has viewport property.
See: https://github.com/mozilla/pdf.js/blob/master/examples/helloworld/hello.js
2016-03-24 17:07:56 +09:00