Commit Graph

22225 Commits

Author SHA1 Message Date
Marvin Hagemeister
57a40bab50 Add typings for sass-graph (#11801) 2016-10-06 14:18:06 -07:00
Arun Aravind
73f83f41fe Gulp copy (#11804)
* Added type definitions for terminal-menu

* Added type definitions for gulp-copy package

* Fixed typos in file header
2016-10-06 14:17:42 -07:00
Alejandro Sánchez
5f742ae17e Added GeoJSON types (#11795) 2016-10-06 14:14:57 -07:00
osechet
b29fcd9959 [openlayers] update color type to tuple (#11802) 2016-10-06 12:48:28 -07:00
Andrew Throener
1fbfdc6924 fix(winston): add configure method (#11797) 2016-10-06 12:45:46 -07:00
Ivo Stratev
f89b94bcf7 updating wiring-pi to 2.2.0 (#11799) 2016-10-06 12:45:04 -07:00
Mohsen Azimi
7cf9009e04 Add https option to webpack-deve-server config (#11800)
Reference: 

* https://webpack.github.io/docs/webpack-dev-server.html
* http://stackoverflow.com/a/33190065
2016-10-06 12:44:36 -07:00
glennvorhes
be79a42dd3 Openlayers fix (#11745)
* make render order optional

* removed self/this param in callbacks, typing of context not supported

* make projection optional in TileArcGISRestOptions

*  remove unnecessary generic previously added to forEach
2016-10-06 10:49:26 -07:00
MikeMatusz
2c8c42838d Add TypeDefinitions for TimelineJS3 (#11736)
* Create timelinejs.d.ts

* Create timelinejs3-tests.ts

* Fixing ITimelineDate display_date type

* Testing additional ITimelineOptions properties

* Adding version number.
2016-10-06 10:46:42 -07:00
Roger Martin
28c92ec811 Change checkbox.cascade to string (#11792)
$.jstree.defaults.checkbox.cascade is a string, not a boolean. See https://www.jstree.com/api/#/?f=$.jstree.defaults.checkbox.cascade
2016-10-06 10:45:40 -07:00
Alexandre
f3a936c489 Add seamless-immutable type definition file (#11717)
* Add seamless type

* Add seamless-immutable type definition file

* Rename file, change licence and fix some type definition

* Fix implicitly any
2016-10-06 10:17:53 -07:00
bearline
d80e8d3e51 Missing type for combineActions + minor changes (#11781)
Added the combineActions function as that was completely missing. The actionType parameter should be any object with a toString method (including the native string object). Also added convenience definitions for handleAction and handleActions in cases where state and payload is the same (like the same convenience definition for createAction).
2016-10-06 10:17:01 -07:00
Endel Dreyer
1f00f8d0b4 EaselJS: add missing ScaleBitmap class (#11791)
Source code: 9b4a11f793/extras/ScaleBitmap/ScaleBitmap.js (L49-L117)
2016-10-06 10:16:48 -07:00
Masahiro Wakame
4f1ec2ec0e fix test failed about scroll-into-view (#11789) 2016-10-06 10:16:25 -07:00
Masahiro Wakame
67522ee64b fix test file for cassandra-driver (#11786) 2016-10-06 10:15:34 -07:00
Milan Burda
934e9171de Update to Electron 1.4.2 (#11766)
* Update to Electron 1.4.2

* Use NodeJS.EventEmitter class
2016-10-06 09:38:13 -07:00
mgroenhoff
e1a08ca895 Add missing terminalWidth method to yargs. (#11777) 2016-10-07 00:02:00 +09:00
MikeJerred
6722821ad5 Adding definitons for 'send' npm package (#11771)
* Definitions for send

* Adding test for mime
2016-10-06 23:54:15 +09:00
Sam Verschueren
cc35859196 fix(tz-format): add offset parameter (#11765) 2016-10-06 23:41:28 +09:00
Finn Poppinga
7a69d8a56f add missing xhr parameter to promise callbacks. (#11761) 2016-10-06 23:41:15 +09:00
openminder
927c3555e0 Definitions for shopify buy. (#11760)
* Definitions for shopify buy.

        * Definitions for shopify buy.

* fix header format and remove core-js reference
2016-10-06 23:38:32 +09:00
Jeongho Nam
f63e50aa81 TypeScript-STL v1.1.2 & Samchon-Framework v2-gamma.3 (#11758)
* Samchon Framework & TypeScript-STL for TS2.0

* bootstrap-datepicker view mode option (#11755)

* jquery-colorpicker update

* Changed suggested type to original

* bootstrap-datepicker view mode option

* Revert "Samchon Framework & TypeScript-STL for TS2.0"

This reverts commit 6d9853350f1d9cc4cb19da72ed4d7aebb5f21eeb.

* TypeScript-STL v1.1.2 & Samchon-Framework v2-gamma.3
2016-10-06 23:36:47 +09:00
Jani
afa8fc2002 yargs: fix fail API (#11757)
* yargs: fix --target es6

* yargs: fix fail API
2016-10-06 23:33:50 +09:00
Schwobaland
384a4f4a5d fixed setMaxBounds to match maxBounds in MapOptions (#11738)
* fixed setMaxBounds to match maxBounds in MapOptions

* comment removed and splitted into two overloads.
2016-10-06 23:32:53 +09:00
Adrien Vergé
877a2af148 fix(CKEditor): Fix config.toolbar type (#11567)
The type for toolbar is currently defined as  `string | (string[])[]`,
but it should be `string | (string | string[])[]`.

The `toolbar` property is either:
* a toolbar name (`string`)
* or an array of elements, that can be `string`s (for instance a newline
  marker `'/'`) or `string[]`s (for instance a list of buttons).

For example, this is a valid configuration:

```js
CKEDITOR.config.toolbar = [
    [ 'mode', 'document', 'doctools' ],
    [ 'clipboard', 'undo' ],
    '/',
    [ 'find', 'selection', 'spellchecker' ],
    [ 'basicstyles', 'cleanup' ],
    '/',
    [ 'list', 'indent', 'blocks', 'align', 'bidi' ],
];
```
2016-10-06 23:26:24 +09:00
Sam Verschueren
6a70dd082e fix object-assign (#11709) 2016-10-06 23:03:53 +09:00
jakubskopal
851b50fa81 add byline default function calling convention (#11659)
* add byline default function calling convention

* add tests for function-like usage of byline
2016-10-06 22:21:46 +09:00
Daniel Areiza
b73e47ca80 bootstrap-datepicker view mode option (#11755)
* jquery-colorpicker update

* Changed suggested type to original

* bootstrap-datepicker view mode option
2016-10-05 22:17:30 -07:00
Daniel Areiza
ed55234e6f jquery-colorpicker update (#11297)
* jquery-colorpicker update

* Changed suggested type to original
2016-10-05 20:46:17 -07:00
Jeffery Grajkowski
988a0d16a3 Definitions for quoted-printable. (#11749)
* Definitions for quoted-printable.

* Fix the spelling of my own dang name.
2016-10-05 20:24:00 -07:00
lucap86
db995d641c GreenSock easing classes fix (#11594)
* refs #9944

* refs #11265

* refs #11265

* Fixed ease types
2016-10-05 17:20:03 -07:00
rgvassar
5b4b22a2e8 Uncommented ol.proj.setProj4. (#11744)
Changed the type of the parameter to any.
2016-10-05 13:55:51 -07:00
Olivier Lamothe
12649b923f Add types definition for jstz (jsTimezoneDetect) (#11716)
* Add types definition for jstz (jsTimezoneDetect https://bitbucket.org/pellepim/jstimezonedetect)

* Rename to jstimezonedetect
2016-10-05 13:44:41 -07:00
York Yao
bf103e8654 add type definitions for qrcode (#11723) 2016-10-05 13:17:48 -07:00
Christopher Cortes
b26b960488 Add missing Valdr typings for validation results and constraints (#11636)
* Add missing Valdr types

Add ValdrValidationConstraints and ValdrValidationResult typings

* Refine Valdr-message typings

Set a more refined type to messages instead of any

* Expand Valdr typings tests

Expand tests to include added typings for ValdrValidationResult and ValdrConstraints

* Fix spacing

Replace tabs by spaces

* Rename vars in test

Rename vars to make test clearer

* Fix TS issues

Added missing types

* Remove undefined

In TS by default null and undefined are subtypes of all other types

* Fix wrong type

Add missing namespace

* Fix wrong version number

Set version to only numbers

* Fix wrong version number

Keep version to only numbers
2016-10-04 13:58:12 -07:00
Sander Koenders
13308a020d Added missing move function (#11563)
* Added missing move function

Added missing move function in typings so that the move function is recognised by the IDE and the compiler.

* Minor derp here
2016-10-04 12:04:49 -07:00
WilliamPeralta
beff62f66f scheduler options (#11543) 2016-10-04 12:04:19 -07:00
Eric Wieser
667d77f21c Improve support for arrays of promises (#11685)
* Alias IWhenable<T> = IPromise<T> | T

* Allow all Q functions to work with either promises or raw values

* Allow functions expecting arrays to take promises for arrays

Q.race is deliberately excluded, as this does not support this type of argument.
2016-10-04 11:56:34 -07:00
Francis Béliveau
debb3797cd Change ChartAxisXOptions (#11449)
Change the type for minimum and maximum options in ChartAxisXOptions to
support both number and Date.
2016-10-04 11:39:59 -07:00
Frank van den Berg
7f2cfbd0ff Update material-ui.d.ts (#11353)
Expose ThemePalette interface.
2016-10-04 11:34:28 -07:00
Kagami Sascha Rosylight
dcb46429c8 apply declaration merging (#10900) 2016-10-04 11:27:50 -07:00
felipedgarcia
f1595fd8b8 Added jquery.flagstrap.js definition suport (#11710) 2016-10-04 10:55:19 -07:00
Artur Eshenbrener
8922f46b5a [lodash]: memoize.Cache expects construcor (#11707)
https://lodash.com/docs/4.15.0#memoize
2016-10-04 10:44:55 -07:00
stonio
dd95604a2f Replace number[] by [number, number] (#11704) 2016-10-04 10:15:21 -07:00
stonio
c55d26d179 Override ol.layer.Vector#getSource() (#11703)
Reference: http://openlayers.org/en/latest/apidoc/ol.layer.Vector.html
2016-10-04 10:15:00 -07:00
Sean Dawson
18faea3515 Update Google Maps API type definition to 3.25 (#11626)
* Update Google Maps Places Library definition

- According to the Places Library documentation (https://goo.gl/EJFiuQ), certain fields are being removed
- I have aligned the Places Library definitions with the API reference (https://goo.gl/kYoi9V) and added deprecation comments for the old properties as they are still accepted until February
- I could not find an official deprecation attribute or similar for Typescript definitions so I just left a comment

* Update the API version in the header

* Apply API changes between version 3.20 and 3.25

- Used the Google Maps API release notes (https://goo.gl/nRUZGJ) as a reference

* Fix inconsistant type definition
2016-10-04 10:14:13 -07:00
RecuencoJones
2a5f017607 UPDATE localForage type definitions (#11702) 2016-10-04 10:11:23 -07:00
valorcurse
e77a0d93ef Update THREE.js definitions to r81 (#11679)
* Update THREE.js definitions to r81

* Update test_unit_maths.ts to r81

* Update version in header to r81
2016-10-04 10:09:59 -07:00
Arun Aravind
1cc8629b01 Added type definitions for terminal-menu (#11697) 2016-10-04 09:50:05 -07:00
Nikias Kalpaxis
fe6b43c5bd add missing isEmpty function (#11698) 2016-10-04 09:48:57 -07:00