Commit Graph
27296 Commits
Author SHA1 Message Date
KangandMohamed 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
BenniandMohamed 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 ProbstandMohamed 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
yonealandMohamed 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
denisnameandMohamed 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 McMahonandMohamed 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
jhaislipandMohamed 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 ByersandMohamed 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 MilohandMohamed 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 RosenandMohamed Hegazy f49a53f9a4 material-ui: Add missing MuiTheme.button.textTransform property (#14931) 2017-03-09 22:49:16 -08:00
Michael MrowetzandMohamed 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 DobrevandMohamed 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ørnandMohamed Hegazy 68f87621d2 Update optics agent to 1.1 (#14935) 2017-03-09 22:46:14 -08:00
nrdstrmandMohamed Hegazy 1177bba215 Add property autoload to ReactAsyncSelectProps. (#14936) 2017-03-09 22:45:47 -08:00
Dan FoleyandMohamed 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 OttandMohamed 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 TanakaandMohamed Hegazy a4b8206d4b [react-mdl] Add MDLComponent class (#14939) 2017-03-09 22:42:58 -08:00
Yannick Beauchamp-HandMohamed Hegazy 0a8a04eaaa Add NanoScroller typings (#14944) 2017-03-09 22:42:08 -08:00
andwiandMohamed Hegazy 085b1c40d7 tmhDynamicLocaleService.set should return a promise (#14946) 2017-03-09 22:38:43 -08:00
Calvin JeongandMohamed 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 AgiusandMohamed Hegazy f99aecfaef feat(htmlhint): initial implementation (#14950) 2017-03-09 22:31:15 -08:00
JakubandMohamed Hegazy 2efe76ecf0 angular.forEach obj parameter in callback function (#14953) 2017-03-09 22:28:42 -08:00
Armando MeziatandMohamed Hegazy c12c733253 Added autoprefixer definitions (#14956)
* Added autoprefixer definitions

* Added package.json
2017-03-09 22:26:02 -08:00
Marc NeumannandMohamed Hegazy 9dc918dbf0 Added type declarations for node-xmpp-core. (#14958) 2017-03-09 22:24:00 -08:00
Evgeny TomsenandMohamed Hegazy 2c7960b0c7 type definitions for line-by-line (#14960) 2017-03-09 22:20:49 -08:00
Krzysztof RzymkowskiandMohamed Hegazy c928fee373 lodash - _.filter(): predicate can be a RegExp (#14961) 2017-03-09 22:20:03 -08:00
Krzysztof RzymkowskiandMohamed Hegazy 5455f4cd35 lodash - fix tslint warrnings in v3 tests (#14962) 2017-03-09 22:18:54 -08:00
hn3000andMohamed 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
evenflow58andMohamed Hegazy f817f2f75e Add spyOnProperty to jasmine (#14965)
* Add spyOnProperty

* Incremented version in header
2017-03-09 22:15:18 -08:00
Armando MeziatandMohamed Hegazy a4f4d71344 Added optimize-css-assets-webpack-plugin definitions (#14966) 2017-03-09 22:14:53 -08:00
Yuichi ShundoandMohamed Hegazy 2f73151f60 add sitemap2 (#14972) 2017-03-09 22:08:19 -08:00
SaviioandMohamed 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 AlonzoandMohamed 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-landMohamed Hegazy 5dac16e51d fix(gridstack): Make the properties of IGridstackOptions optional (#14980) 2017-03-09 22:06:20 -08:00
Dasa PaddockandMohamed Hegazy 6f867e078c Update for ArcGIS API for JavaScript version 3.20 (#14987) 2017-03-09 22:05:22 -08:00
KentarouTakedaandMohamed Hegazy 14cee370fa Add type definitions for 'memcached' (#14988) 2017-03-09 22:04:07 -08:00
iislucasandMohamed 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
RetsamandMohamed 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 CROUZETandMohamed Hegazy 390f797c4f MediaSession API (#15059)
* MediaSession API

* Make window and navigator properties optional
2017-03-09 21:37:27 -08:00
Marcus LongmuirandMohamed 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 SandMohamed Hegazy 53cfab7d40 Fixed null check errors (#15082) 2017-03-09 21:27:17 -08:00
buzzjuhandMohamed Hegazy 722258f19a added typings for openlayers intersection filter (#15086) 2017-03-09 21:26:21 -08:00
AndyandMohamed Hegazy 1aad431d7d node: Set "lib" to "es5" (#15093) 2017-03-09 21:25:49 -08:00
Matt BehrensandMohamed 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 KyandMohamed Hegazy b657030e9c fix mapbox_gl CirclePaint option name (#15088) 2017-03-09 21:24:29 -08:00
Andrew LivelyandMohamed 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 LittleandMohamed 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
xaviergonzandMohamed Hegazy 1c48132fce material-ui - export DialogProps interface (#15092) 2017-03-09 21:19:27 -08:00
Mine StarksandGitHub 02b7c642dc Merge pull request #14999 from eventualbuddha/update-babylon
Update type definitions for bablyon.
2017-03-09 15:46:57 -08:00
Mine StarksandGitHub 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