Commit Graph

21205 Commits

Author SHA1 Message Date
Viktor Hedefalk
cc8642a40d adds constructor to pass tests
Need two constructors because https://github.com/websockets/ws/blob/master/lib/WebSocket.js\#L58
2016-08-30 14:35:05 +02:00
Viktor Hedefalk
37c50a8e4b Fixes #10904
adds optional protocols params to client constructor
2016-08-30 12:37:23 +02:00
Horiuchi_H
bac569d9ac Merge pull request #10877 from zlumer/patch-1
String is a valid storage destination option
2016-08-30 11:58:08 +09:00
Horiuchi_H
fabcadf021 Merge pull request #10876 from BNedry/master
Adding definitions for the "pathfinding" package
2016-08-30 11:56:48 +09:00
Horiuchi_H
bd2b4006c3 Merge pull request #10870 from alejo90/new-typings-for-jsoneditor
Added typing definitions for jsoneditor project
2016-08-30 11:49:36 +09:00
Horiuchi_H
406c57b1fb Merge pull request #10871 from horiuchi/add-secure-auto
Add secure: `auto` option to `express-session`
2016-08-30 11:40:43 +09:00
Dami
b779ab60e5 Add type definitions for solution-center-communicator (#10779)
* Add type definitions for solution-center-communicator

* refactor(typings): change parameter type
2016-08-30 03:08:56 +09:00
Niko Kovačič
fa33748396 Added NgMap definitions (#10642)
* Added NgMap definitions

* Removed MarkerLabel from label

* Fixed url to DefinitelyTyped repository

* Changed module to namespace.

* Reflect changes also to ng-map-tests.

* Renamed folders, files and module for naming conventions

* Changed reference path in tests to reflect recent naming changes.
2016-08-30 03:08:32 +09:00
Milan Burda
2a6a1dc8e6 Update to Electron 1.3.4 (#10783) 2016-08-30 03:07:58 +09:00
Kagami Sascha Rosylight
85e11ba06a Add whatwg-streams typings (#10838)
* whawg-streams

* {} issue fix

* reference directive fix
2016-08-30 03:07:42 +09:00
Karn Saheb
78dbf88f9f Typings for NANP package. (#10837)
* Added nanp typings.

* Added space at the eof.
2016-08-30 03:06:28 +09:00
hansrwindhoff
0fe3f66e40 Update definitions for js-beautify (#10814) 2016-08-30 03:03:21 +09:00
Paulo Cesar
be2bc2e0b6 bowser: update bowser for global variable closes #10813 (#10820)
* update bowser for global variable

* update functions and make it extensible
2016-08-30 03:02:20 +09:00
Marian Ondrasak
9e222eb6d3 Update js-data.d.ts (#10796)
'useClass' attr of 'DSConfiguration' can be boolean or function
2016-08-30 03:00:57 +09:00
Jean-Philippe
0807adc9cd ElasticSearch and JavaScript State Machine updates (#10767)
* adding module javascript-state-machine

* Added the transitions function on StateMachine

* adding module javascript-state-machine

* Added the transitions function on StateMachine

* Added client.create typing

* Removed I in front of interface name

* Renaming ClientCreateParams to CreateDocumentParams
2016-08-30 00:34:54 +09:00
Bushee
82b8a06dad Fixed typings for gettextCatalog.getString() (#10759)
* Fixed typings for gettextCatalog.getString()

* Fixed typings for gettextCatalog.getString()
2016-08-30 00:33:47 +09:00
timurrustamov
6ad4abd29d react-fontawesome (#10804)
* react-fontawesome

* fixed header

* header refixed
2016-08-30 00:26:11 +09:00
DanielM
dc77ccd8e1 Add interface to refer to the $onChanges parameter (#10803)
The $onChanges method of the IComponentController interface has the type in-lined, making it impossible to refer to it. A new interface was added to encapsulate this type, so that it can be easily used and extended.
2016-08-30 00:25:10 +09:00
Alejandro Sánchez
a50f64c12c Add fromIndex parameter to find (#10789) 2016-08-29 23:38:36 +09:00
Holger Stitz
e919f89ae6 Merge content from moment-node.d.ts into moment.d.ts (#10805)
* Merged moment-node.d.ts into moment.d.ts

Installing moment typings using the following typings.json

```
{
  "globalDependencies": {
    "moment": "registry:dt/moment"
  }
}
```

results in the TypeScript error `Error:(3, 21) TS2503: Cannot find namespace 'moment'.`, because the auto-generated `index.d.ts` contains only the contant of the `moment.d.ts` file. The referenced file `moment-node.d.ts` is not downloaded.

* Delete moment-node.d.ts
2016-08-29 23:31:56 +09:00
David Godfrey
4b6174de5e Update sanitize-html.d.ts (#10782)
Allow 'allowed{Attributes,Classes,Schemes,Tags}: false' to indicate we don't want filtering of the given kind.
2016-08-29 23:30:46 +09:00
József Kanczler
3d78d9b025 Suggestion type for suggestion selected event. (#10762)
* Suggestion type for suggestion selected event.

SuggestionSelectedEventData converted to be a generic interface, so type of the suggestion property can be defined by the consumer.

* Explicit suggestion selected event data.

ExplicitSuggestionSelectedEventData is the parent interface for SuggestionSelectedEventData. With the explicit interface the consumer can determine the type of the suggestion. SuggestionSelectedEventData will be ExplicitSuggestionSelectedEventData<any>, so the consumers don't have to change anything in there code because of the typings.

* Explicit suggestion selected event data.
ExplicitSuggestionSelectedEventData is the parent interface for SuggestionSelectedEventData. With the explicit interface the consumer can determine the type of the suggestion. SuggestionSelectedEventData will be ExplicitSuggestionSelectedEventData<any>, so the consumers don't have to change anything in there code because of the typings.
2016-08-29 23:27:41 +09:00
Oliver Hoffmann
3d1e106669 Adds shorthands for mock() for particular methods (#10739) 2016-08-29 23:24:53 +09:00
krojew
59f72a14eb angular-ui-notification typings (#10776)
* angular-ui-notification interfaces

* fixed author url

* consistent position/type types
2016-08-29 23:21:34 +09:00
김 재석
d7056d643d add file-type, node-fluent-ffmpeg, multer-s3 (#10774)
* https://github.com/sindresorhus/file-type

* https://github.com/fluent-ffmpeg/node-fluent-ffmpeg

* https://github.com/badunk/multer-s3

* fix tests

* clear error with --noImplicitAny
2016-08-29 23:21:14 +09:00
Dmitry Radkovskiy
168f6b9d6a String is a valid storage destination option 2016-08-29 15:09:54 +03:00
Brice Theurillat
0c9f62f58d Add missing file header 2016-08-29 13:28:16 +02:00
Brice Theurillat
1d307c2581 Rename pathfinding tests file 2016-08-29 13:21:23 +02:00
Brice Theurillat
1a4347bf2a Adding definitions for the "pathfinding" package 2016-08-29 13:18:10 +02:00
Daniel Rosenwasser
5d1623c5cc Merge pull request #10836 from uncovertruth/fix/gulp-uglify-options
Fixed interface gulp-uglify Options
2016-08-28 23:04:47 -07:00
Horiuchi_H
ff4757f0c6 fix: character convert bug 2016-08-29 12:48:35 +09:00
Horiuchi_H
64d00e4c05 feat: add secure: auto option 2016-08-29 12:45:06 +09:00
Alejandro Sánchez
fe8bcfd3ee Added typing definitions for jsoneditor project <https://github.com/josdejong/jsoneditor> 2016-08-28 20:55:35 -06:00
Ron Buckton
88c0d5f868 Merge pull request #10775 from hanjung/patch-2
Adding OneNoteApi 1.1
2016-08-26 21:57:23 -07:00
Ron Buckton
43b79e1dd8 Merge pull request #10721 from westy92/master
Fix module name of auth0-js.
2016-08-26 10:56:27 -07:00
Ron Buckton
eac3a4086c Merge pull request #10731 from pauloppenheim-gingerlabs/master
knex allows usage of Buffer types for values
2016-08-26 10:52:09 -07:00
Ron Buckton
e8ebc22810 Merge pull request #10846 from TonyPythoneer/patch-3
Add module "process" for Node v4
2016-08-26 10:46:52 -07:00
Ron Buckton
49313a8ca3 Merge pull request #10703 from NoHomey/patch-14
Templating type definition
2016-08-26 10:31:38 -07:00
Ron Buckton
a6967c763a Merge pull request #10727 from NoHomey/patch-16
Fixing broken tests due to object-assign type definition change
2016-08-26 10:26:40 -07:00
Ron Buckton
0b12cf283a Merge pull request #10635 from donnut/ramda
ramda typings
2016-08-26 10:06:01 -07:00
TonyYang
c3d4297431 Add module "process" for Node v4 2016-08-27 00:43:42 +08:00
Ron Buckton
d8fbf8375f Merge pull request #10810 from hriss95/module-process
Add module 'process' to node.d.ts
2016-08-26 09:34:44 -07:00
Hristian Hristov
026d566346 Node.d.ts: Change definition for module process to be consistent with other declarations 2016-08-26 13:04:25 +01:00
Keisuke Kan
f7b4206312 Fixed interface Options 2016-08-26 11:09:07 +09:00
Ron Buckton
ddc0afa314 Merge pull request #10822 from samchon/master
TypeScript-STL v1.0.1
2016-08-25 18:23:20 -07:00
Ron Buckton
431bb4df6f Merge pull request #10828 from SaschaNaz/patch-1
Reflect the latest Fetch API spec
2016-08-25 18:21:49 -07:00
Ron Buckton
9d3c3d3999 Merge pull request #10824 from alejo90/fix-10725-global-external-agnostic
Fix #10725 - Use global / external-agnostic library pattern
2016-08-25 18:16:55 -07:00
Kagami Sascha Rosylight
8191eb49a6 type aliases 2016-08-26 10:16:51 +09:00
Ron Buckton
ccfbb7914d Merge pull request #10826 from nickp10/set-cookie-parser
Add parse function definition to set-cookie-parse
2016-08-25 18:09:06 -07:00
Ron Buckton
d0f4b1ddbe Merge pull request #10832 from snrogers/master
Added "identifier" property to PIXI.interaction.InteractionData.
2016-08-25 17:40:14 -07:00