Commit Graph

27369 Commits

Author SHA1 Message Date
Morris Janatzek
c9e96aa918 Added declarations for 'linq4js' (#14723)
* Added declarations for 'linq4js'

* fixed lint

* fixed version

* fixed tsconfig.json

* tsconfig.json fix 2

* small changes in function definition
2017-03-10 16:10:09 -08:00
Matt
6f89467eb3 [react] Added a "boxShadow" optional property to the "CSSProperties" interface (#14726)
* [react] Added a "boxShadow" optional property to the "CSSProperties" interface.
MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow

* Added a test for CSSProperties.boxShadow
2017-03-10 16:09:13 -08:00
AlbertOzimek
0c3f15aaed Adding typescript definitions for highmaps http://www.highcharts.com/… (#14727)
* Adding typescript definitions for highmaps http://www.highcharts.com/products/highmaps

* Adding typescript definitions for highmaps http://www.highcharts.com/products/highmaps

* Adding typescript definitions for highmaps http://www.highcharts.com/products/highmaps

* Adding typescript definitions for highmaps http://www.highcharts.com/products/highmaps

* Adding typescript definitions for highmaps http://www.highcharts.com/products/highmaps

* adding types to the map.js extension to the highcharts library (# 14727)
map.js library can be found here: https://github.com/highcharts/highcharts/blob/master/lib/modules/map.js
Adding tslint.json for linting
2017-03-10 16:08:56 -08:00
Yonezawa-T2
bc09f55b3f Updates kii-cloud-sdk v2.4.6 -> v2.4.9. (#14734)
* Updates kii-cloud-sdk v2.4.6 -> v2.4.9.

- Added `KiiErrorParser`.
- Added `KiiClause.not`
- Added `KiiClause.hasField`
- Added `KiiObject#getKeys`
- Added `KiiObject#remove`
- Added `KiiUser.completeResetPassword`

* kii-cloud-sdk: fix style
2017-03-10 16:05:31 -08:00
pegel03
2addedb15e Added Leaflet.DivIcon for icon type (#14736)
* Added Leaflet.DivIcon for icon type

* Changed icon to BaseIcon type, as per @danzel suggestion
2017-03-10 16:04:05 -08:00
Bryan Miller
e157eb1dd1 Update index.d.ts (#14753)
This change is necessary when compiling with strictNullChecks = true.

Null is a valid value in all setMap calls.  In most cases, calling xxx.setMap(null) results in xxx being removed from the map.
2017-03-10 16:03:42 -08:00
Dovydas Navickas
df4cd9221a Return types updated from undefined to void in react-router and react… (#14743)
* Return types updated from undefined to void in react-router and react-router-redux.

* Author added to definitions.
2017-03-10 16:02:02 -08:00
Mike van Afferden
1636a8e3aa Add GeometryUtil functions to leaflet-draw (#14755)
* Add GeometryUtil functions to leaflet-draw

Add two functions in the GeometryUtil namespace of leaflet-draw

* Remove illegal whitespaces

* Add GeometryUtil function calls to tests

Validate that the function declarations are valid by adding calls of
geodesicArea() and readableArea() to the tests.
Remove a whitespace that the linter complained about.
2017-03-10 15:59:32 -08:00
Chet Husk
c0948a79a2 [Knex] add batch builder typedef for knex (#14760)
* add batch builder typedef for knex

* fix spacing
2017-03-10 15:58:48 -08:00
xaviergonz
c73a528e27 material-ui - Updated TextField props (#14761)
* material-ui - Updated TextField props

* Update index.d.ts
2017-03-10 15:58:32 -08:00
Artem Borisov
647ecd7255 Update index.d.ts (#14804) 2017-03-10 15:51:02 -08:00
Libin Lu
1c4816c61c Platform.Version is always available (#14802) 2017-03-10 15:50:42 -08:00
Tom Crockett
d034203dd4 [react-spinkit] Fill out props and add testcases (#14792)
* [react-spinkit] Fill out props and add testcases

* Remove extraneous space

* Remove another space
2017-03-10 15:50:29 -08:00
Andy
fda05e0cec whatwg-fetch: Deprecate. Now provided by '--lib dom' (#14785) 2017-03-10 15:49:35 -08:00
Andy
713f3554ab protractor-helpers: Fix broken build (#14783) 2017-03-10 15:46:31 -08:00
Sergei Dorogin
ad07b5826c jquery.fancytree: fixes for Fancytree, FancytreeNode, FancytreeOptions (#14781)
* jquery.fancytree: fixes for Fancytree, FancytreeNode, FancytreeOptions:

* Fancytree: added fields widget, $container, focusNode, options; fixed activateKey method signature
* FancytreeNode: added fields span, tr; fixed data field type
* FancytreeOptions: fixed toggleEffect field type

* jquery.fancytree: fixes for Fancytree, FancytreeNode, FancytreeOptions: fix - removed BOM
2017-03-10 15:46:04 -08:00
Gevik Babakhani
007fd10f6c [express] Added definitions of session-file-store types for Express (#14793)
* initial commit express session-file-store

* Update tsconfig.json

Added missing line feed
2017-03-10 15:28:05 -08:00
Tyler Alves
cfa443286b Add onChangeRaw prop to DatePicker (#14795)
Recently added
2017-03-10 15:27:35 -08:00
Matt
02ccc458a3 [redux-form] "reduxForm()" "Config" interface definition has been adjusted to (#14798)
make the "form" property optional, to more accurately reflect the API.
2017-03-10 15:26:21 -08:00
Aluan Haddad
f38e612458 SystemJS: refined typeof 'transpiler' option, added plugin-typescript specific … (#14801)
* SystemJS: refined typeof 'transpiler' option, added plugin-typescript specific flags to typescriptOptions

Refined typeof 'transpiler' option to only allow `false` as opposed to `boolean`.
Added the `typescriptOptions` properties that are specific to plugin-typescript to typescriptOptions object.

* lint and fix warnings
2017-03-10 15:25:58 -08:00
Aluísio Augusto Silva Gonçalves
253d42273d Add type definitions for 'printf' (#14821)
* Add definitions for 'printf'

* Add "lib" to tsconfig.json

* Fix link
2017-03-10 15:18:53 -08:00
Chet Husk
a43da75444 allow numbers as the right hand side of a join equality (#14823) 2017-03-10 15:17:36 -08:00
Aleksandar Rodić
75ffb8e47d Changing 'scope' definition (#14810)
current definition
```ts
scope(options?: string | string[] | ScopeOptions | WhereOptions): this;
```
doesn't allow are valid calls. example from [documentation](http://docs.sequelizejs.com/en/latest/docs/scopes/):
```ts
Project.scope('random', { method: ['accessLevel', 19]}).findAll();
```
changing it to
```ts
scope(options?: string | ScopeOptions | WhereOptions | Array<string|ScopeOptions|WhereOptions>): this;
```
should fix the issue since, according to the docs
```ts
// These two are equivalent
Project.scope('deleted', 'activeUsers').findAll();
Project.scope(['deleted', 'activeUsers']).findAll();
```
2017-03-10 15:09:55 -08:00
thisboyiscrazy
12b1792ca0 nedb-logger (#14826)
* nedb-logger

* nedb-logger
2017-03-10 15:03:15 -08:00
Álvaro Menezes
fd21da7d92 Add gulp-batch declaration files (#14832) 2017-03-10 15:02:04 -08:00
mleko
a871ef4a10 Add qrcode.react definition (#14833)
* Add qrcode.react definition

* Remove patch version

* Update to comply with contribution rules
2017-03-10 15:01:02 -08:00
Iain McGinniss
82bfe951e1 Fix definition to be compatible with TS 2.2 (#14837)
TS 2.2 provides definitions for the fetch API directly in the
dom library, and those definitions are slightly different from
those that were provided in @types/whatwg-fetch. This change
updates the webappsec-credential-management definitions to be
compatible with TS 2.2, and drops the dependency on
@types/whatwg-fetch.
2017-03-10 14:56:19 -08:00
Klaus Sevensleeper
0e2384e4d3 support strictNullChecks (#14844)
better reflect the documented and implemented API
2017-03-10 14:53:54 -08:00
Adrian Ehrsam
e849164bf3 Adds typing for navigo (npm package) (#14848)
* Added typings for navigo

* add missing header
2017-03-10 14:53:22 -08:00
Matej Matiasko
3cfb266458 Make success callback possible - cors (#14849) 2017-03-10 14:52:32 -08:00
Derek Finlinson
20b7ef9c56 Add setVisible to iFrame control (#14855) 2017-03-10 14:47:39 -08:00
Rémi Marenco
ade29a018c Add customEditor property (#14857)
Hi!

I was having this issue while using the library:

```
ERROR in [at-loader] frontend/src/components/modals/Upload.tsx:538:40
    TS2339: Property 'customEditor' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<TableHeaderColumnProps, ComponentState>>...'.
```

It seems it is missing from the Definition file, so I just added it :).

Hope it helps!
2017-03-10 14:46:52 -08:00
Rich Buggy
565751df4d Added SNS Message event and allow boolean/number vaues in Proxy Lambda header response (#14858) 2017-03-10 14:46:22 -08:00
Michael McMullin
62fdb1966e Add support for PlaceResult.opening_hours (#14859) 2017-03-10 14:45:32 -08:00
Andrey Kurdyumov
4b0194180f Add fitlers paramters to react-bootstrap-table (#14861) 2017-03-10 14:43:27 -08:00
Knuddels
5383957c38 fixed missing static modifier (#15098) 2017-03-10 14:30:12 -08:00
Conrad Wahlen
fdffd33631 setFromSpherical return type corrected (#15101) 2017-03-10 14:21:43 -08:00
denisname
f4fdcaca9c jQuery improve typing (#15102)
* jQuery improve typing

Each callback returns nothing or boolean
Each return its first argument

isArray, isFunction and isWindow as type guards

type has a more strict return type

make unique generic functions

* Add libs in angular-oauth2 tsconfig

* Linting angular-oauth2
2017-03-10 14:21:11 -08:00
Andy
468026989e openfin: Remove BOM (#15107) 2017-03-10 14:16:54 -08:00
Andy
8dd753de5a core-js: Lint and use "lib" to eliminate unnecessary code. (#15108) 2017-03-10 14:16:40 -08:00
Blake Embrey
e31e8a857b Fix the cookie module definition (#15111) 2017-03-10 14:14:59 -08:00
Mine Starks
0251f18191 Merge pull request #15023 from dasa/arcgis-js-api-4
[arcgis-js-api] Update for version 4.3
2017-03-10 11:00:21 -08:00
Andy
f0b18c41f7 mobservable provides its own types (#14776) 2017-03-10 07:56:11 -08:00
Andy
51b64c3c15 Remove unnecessary references in test files. (#14900) 2017-03-10 07:46:20 -08:00
Andy
1c2f3aec5d Fix chai-enzyme tests (#15106) 2017-03-10 07:23:35 -08:00
Andy
75c72afe96 fine-uploader: Provides its own types (#14983) 2017-03-10 07:08:34 -08:00
Wayne
79246be8c7 Add declaration for csvtojson (#14881)
* Added declaration for csvtojson

* Updated indent formatting to meet DT standards

* Fixed tslint issues

* Fixed issue with Converter class incorrectly extending Transform
2017-03-09 23:40:14 -08:00
Christian Kotzbauer
ea79711677 Added aurelia-knockout 2.0.0 (#14880)
* added aurelia-knockout 2.0.0

* fixed tslint errors in aurelia-knockout
2017-03-09 23:39:31 -08:00
Christian Kotzbauer
8d1cf56e25 updated extended-listbox to 2.0.0 (#14879) 2017-03-09 23:38:54 -08:00
Umar Nizamani
a971970e93 Updated Cheerio definitions to 0.22 (#14878) 2017-03-09 23:37:58 -08:00