Kang and Mohamed Hegazy
44449d5481
Fixed ES6 import error. ( #14917 )
...
Fixed this error message "resolves to a non-module entity and cannot be imported using this construct."
2017-03-09 22:58:22 -08:00
Benni and Mohamed Hegazy
3326972199
Added missing definitions for TinyMce ( #14918 )
...
* Added definitions for TinyMce except the 'ui' namespace.
* Fixed lint warnings
* Refactoring: new => class definition with constructor
2017-03-09 22:56:26 -08:00
Martin Probst and Mohamed Hegazy
29af632b69
angular: specify what locals $controller requires ( #14919 )
...
* Specify/hint what locals $controller requires
`$controller` must at least get a `$scope` and a `$element` object.
* Fix whitespace
2017-03-09 22:55:40 -08:00
yoneal and Mohamed Hegazy
6dd1b35059
Convert formats to an interface type ( #14920 )
...
This will allow plugins like nconf-yaml to use declaration merging to add other file formats
2017-03-09 22:55:17 -08:00
denisname and Mohamed Hegazy
7349795a80
bootstrap.v3.datetimepicker: timeZone, strictNullChecks, ... ( #14922 )
...
* Improve typing
Add timeZone
Add moment.MomentBuiltinFormat to format and extraFormats
Add missing widgetParent methods
Validate for strictNullChecks (date and widgetParent)
* Add tslint.json
* Correct linting errors
* Non-arrow functions are forbidden
* Error parsing header. Expected: foo MAJOR.MINOR ('v' not allowed)
* Avoid using the Function type. Prefer a specific function type, like
`() => void`.
* Exceeds maximum line length of 200
* These overloads can be combined into one signature with an optional
parameter.
* These overloads can be combined into one signature taking ...
* Fix event type for "dp.update" off
* Correct parseInputDate typing
The parseInputDate function may be called with a date or moment object
too, see: date, disabledDates, defaultDate, enabledDates, maxDate,
minDate, viewDate.
* Linting: quotemark double
Use consistent quotation mark
2017-03-09 22:54:36 -08:00
James F McMahon and Mohamed Hegazy
104013561b
Remove jsonschema ( #14930 )
...
Added to the main repo as of
https://github.com/tdegrunt/jsonschema/commit/e575b64c277ae6aaf8b9a6599298a91373b82270
2017-03-09 22:52:33 -08:00
jhaislip and Mohamed Hegazy
58c44d684f
fixed return type ( #14923 )
...
Corrected return type for transform and inverseTransform methods of Matrix class.
2017-03-09 22:52:07 -08:00
Eric Byers and Mohamed Hegazy
585e114310
Add declarations for module graphite-udp ( #14927 )
...
* Adding graphite-udp typings
* Cleaning up linting errors
* Removing the namespacing that is not needed
* Adding missing constructor typing, capitilizing the interface
* Callback is optional
2017-03-09 22:51:45 -08:00
Roy Miloh and Mohamed Hegazy
0796946a66
chance: make pickset's count optional ( #14928 )
...
* chance: make count's pick and pickset optional
* remove optional count from pick
2017-03-09 22:50:54 -08:00
Joshua Rosen and Mohamed Hegazy
f49a53f9a4
material-ui: Add missing MuiTheme.button.textTransform property ( #14931 )
2017-03-09 22:49:16 -08:00
Michael Mrowetz and Mohamed Hegazy
63fb2e895a
add har-format - typings for HAR files ( #14932 )
...
* Add type definition for `HAR` - HTTP Archive 1.2
* fix formating
2017-03-09 22:48:39 -08:00
Stefan Dobrev and Mohamed Hegazy
fe0272f200
[react-native] Update TextInput onChange ( #14933 )
...
Add missing properties for `TextInput`'s `onChange` callback. You can find more information about them in this source code: https://github.com/facebook/react-native/blob/481f560f64806ba3324cf722d6bf8c3f36ac74a5/Libraries/Text/RCTTextView.m#L464-L469
2017-03-09 22:47:11 -08:00
Bjørn and Mohamed Hegazy
68f87621d2
Update optics agent to 1.1 ( #14935 )
2017-03-09 22:46:14 -08:00
nrdstrm and Mohamed Hegazy
1177bba215
Add property autoload to ReactAsyncSelectProps. ( #14936 )
2017-03-09 22:45:47 -08:00
Dan Foley and Mohamed Hegazy
7b9040fa32
react-big-calendar - Including missing props for the Calendar component. ( #14937 )
...
* Including missing props for the Calendar component.
* Updated the test to reflect the changes to the d.ts
* Updating the version.
2017-03-09 22:45:12 -08:00
Kalle Ott and Mohamed Hegazy
35a2d1886b
new type definitions fro react-virtualized-v9.1.0 ( #14938 )
...
* replaced and extended type definitions for react-virtualized
* update for v9.2.1
* removed unnecessary reference comment
2017-03-09 22:44:30 -08:00
Yuya Tanaka and Mohamed Hegazy
a4b8206d4b
[react-mdl] Add MDLComponent class ( #14939 )
2017-03-09 22:42:58 -08:00
Yannick Beauchamp-H and Mohamed Hegazy
0a8a04eaaa
Add NanoScroller typings ( #14944 )
2017-03-09 22:42:08 -08:00
andwi and Mohamed Hegazy
085b1c40d7
tmhDynamicLocaleService.set should return a promise ( #14946 )
2017-03-09 22:38:43 -08:00
Calvin Jeong and Mohamed Hegazy
d16834af9d
Add definition for TubeBufferGeometry ( #14949 )
...
Docs: https://threejs.org/docs/?q=tube#Reference/Geometries/TubeBufferGeometry
2017-03-09 22:31:37 -08:00
Alan Agius and Mohamed Hegazy
f99aecfaef
feat(htmlhint): initial implementation ( #14950 )
2017-03-09 22:31:15 -08:00
Jakub and Mohamed Hegazy
2efe76ecf0
angular.forEach obj parameter in callback function ( #14953 )
2017-03-09 22:28:42 -08:00
Armando Meziat and Mohamed Hegazy
c12c733253
Added autoprefixer definitions ( #14956 )
...
* Added autoprefixer definitions
* Added package.json
2017-03-09 22:26:02 -08:00
Marc Neumann and Mohamed Hegazy
9dc918dbf0
Added type declarations for node-xmpp-core. ( #14958 )
2017-03-09 22:24:00 -08:00
Evgeny Tomsen and Mohamed Hegazy
2c7960b0c7
type definitions for line-by-line ( #14960 )
2017-03-09 22:20:49 -08:00
Krzysztof Rzymkowski and Mohamed Hegazy
c928fee373
lodash - _.filter(): predicate can be a RegExp ( #14961 )
2017-03-09 22:20:03 -08:00
Krzysztof Rzymkowski and Mohamed Hegazy
5455f4cd35
lodash - fix tslint warrnings in v3 tests ( #14962 )
2017-03-09 22:18:54 -08:00
hn3000 and Mohamed Hegazy
932a377739
declare array properties as arrays, not tuples ( #14964 )
...
see https://github.com/Microsoft/TypeScript/issues/3428
also fix a typo in "Security" (was Secuirty)
2017-03-09 22:16:13 -08:00
evenflow58 and Mohamed Hegazy
f817f2f75e
Add spyOnProperty to jasmine ( #14965 )
...
* Add spyOnProperty
* Incremented version in header
2017-03-09 22:15:18 -08:00
Armando Meziat and Mohamed Hegazy
a4f4d71344
Added optimize-css-assets-webpack-plugin definitions ( #14966 )
2017-03-09 22:14:53 -08:00
Yuichi Shundo and Mohamed Hegazy
2f73151f60
add sitemap2 ( #14972 )
2017-03-09 22:08:19 -08:00
Saviio and Mohamed Hegazy
123ff1c182
fix type Axis ( #14973 )
...
Now `SortableContainer` allow to receive Axis with 'xy', Please see https://github.com/clauderic/react-sortable-hoc/blob/master/src/SortableContainer/index.js#L53 .
2017-03-09 22:07:33 -08:00
Jan Alonzo and Mohamed Hegazy
8d1b4a6eb1
Add type definitions for 'leven' ( #14975 )
...
* Add type definitions for 'leven'
* Fix lint issues
* set strictNullChecks = true
2017-03-09 22:07:05 -08:00
flx-l and Mohamed Hegazy
5dac16e51d
fix(gridstack): Make the properties of IGridstackOptions optional ( #14980 )
2017-03-09 22:06:20 -08:00
Dasa Paddock and Mohamed Hegazy
6f867e078c
Update for ArcGIS API for JavaScript version 3.20 ( #14987 )
2017-03-09 22:05:22 -08:00
KentarouTakeda and Mohamed Hegazy
14cee370fa
Add type definitions for 'memcached' ( #14988 )
2017-03-09 22:04:07 -08:00
iislucas and Mohamed Hegazy
7ba5ab6853
Fix error about required parameter ( #14989 )
...
See the docs: https://helmetjs.github.io/docs/ (maxAge is not a required parameter)
2017-03-09 21:41:02 -08:00
Retsam and Mohamed Hegazy
6dc2139daf
Add support for tapCatch to bluebird typings ( #15046 )
...
* Add typings for tapCatch
* Add tests for tapCatch
* Add Promise.version to typings
* Bump the version in the description
* Add alias for tapCatch to bluebird-global
2017-03-09 21:40:03 -08:00
Julien CROUZET and Mohamed Hegazy
390f797c4f
MediaSession API ( #15059 )
...
* MediaSession API
* Make window and navigator properties optional
2017-03-09 21:37:27 -08:00
Marcus Longmuir and Mohamed Hegazy
77efe1d518
google-protobuf - abstract Message ( #15069 )
...
* google-protobuf - abstract Message
* Added return types to tests
* Fixed Object usage
2017-03-09 21:32:48 -08:00
Kay S and Mohamed Hegazy
53cfab7d40
Fixed null check errors ( #15082 )
2017-03-09 21:27:17 -08:00
buzzjuh and Mohamed Hegazy
722258f19a
added typings for openlayers intersection filter ( #15086 )
2017-03-09 21:26:21 -08:00
Andy and Mohamed Hegazy
1aad431d7d
node: Set "lib" to "es5" ( #15093 )
2017-03-09 21:25:49 -08:00
Matt Behrens and Mohamed Hegazy
743e9958ff
net.Server is missing listening boolean (#15087 )
...
cf. https://nodejs.org/api/net.html#net_server_listening
2017-03-09 21:25:01 -08:00
Phat Tran Ky and Mohamed Hegazy
b657030e9c
fix mapbox_gl CirclePaint option name ( #15088 )
2017-03-09 21:24:29 -08:00
Andrew Lively and Mohamed Hegazy
241e444a43
Allow for requestTimeout in ConnectionConfig ( #15089 )
...
requestTimeout is used by [mssql](https://github.com/patriksimek/node-mssql )
2017-03-09 21:23:19 -08:00
Cameron Little and Mohamed Hegazy
a08cfaa635
Add imagesloaded once event listener and config to ctor ( #15091 )
...
Documented at http://imagesloaded.desandro.com/#vanilla-javascript
2017-03-09 21:22:51 -08:00
xaviergonz and Mohamed Hegazy
1c48132fce
material-ui - export DialogProps interface ( #15092 )
2017-03-09 21:19:27 -08:00
Mine Starks and GitHub
02b7c642dc
Merge pull request #14999 from eventualbuddha/update-babylon
...
Update type definitions for bablyon.
2017-03-09 15:46:57 -08:00
Mine Starks and GitHub
579b944525
Merge pull request #14799 from begincalendar/fix2-13879
...
[redux-form] Added optional "forceUnregisterOnUnmount" property to "reduxForm()" "Config" interface
2017-03-09 15:44:18 -08:00