Sebastian Himberger
f1ff6bcaee
Fix type signature of event handler ( #13412 )
...
https://github.com/Hacker0x01/react-datepicker/edit/master/src/datepicker.jsx indicates these should be function types.
2017-01-17 21:47:27 -08:00
Sebastiaan de Rooij
1bfcf017f4
clamp-js definition files added ( #13527 )
2017-01-17 20:08:23 -08:00
Richard Harding
58bf82b737
Added missing properties from TabProps ( #13394 )
...
as per doc here https://react-bootstrap.github.io/components.html#tabs
2017-01-17 19:57:22 -08:00
Tingan Ho
9dad6b2b06
Grunt this typings ( #13493 )
...
* Fixes semicolon
* Fixes ordering
* Fixes this typings
* Fixes tests
* Revert to IMultiTask<any>
2017-01-17 19:38:46 -08:00
jinho park
4a723dcede
[juijs] update jui, jui-core, jui-grid library ( #13806 )
...
* add jui-core
* update index.d.ts for jui-core
* update index.d.ts for jui
* update index.d.ts for jui
* update index.d.ts for jui-grid
* update index.d.ts for jui-grid
* fixed lint
* fixed lint for jui-core and jui-grid
* remove jquery.d.ts in tsconfig.json
* update rule for lint
* update rule for lint
* fixed space-before-function-paren problems
* update jui-core/index.d.ts
2017-01-17 17:34:44 -08:00
Sema
9001e6d0ef
artyom.js - Created typescript definition file ( #13947 )
...
* Initial version of types for artyom.js
* Added headers and documentation
* Removed tslint exception
In local, the npm run lint said that this header is not allowed, but in travis seems to work
* Added "noImplicitThis": true,
* Added MAJOR.MINOR to .d.ts header
2017-01-17 16:24:32 -08:00
Garth Kidd
e22cae7de6
Ensure boom.BoomError can be cast to Error ( #14075 )
2017-01-17 16:21:42 -08:00
mad-mike
403527dc84
Update descriptions for simple-oauth2 ( #14072 )
2017-01-17 16:17:26 -08:00
Andy
1852aeb3cb
Remove old scripts ( #13967 )
2017-01-17 16:04:16 -08:00
Sammy Jelin
8e08375093
Explain how to use custom matchers ( #13957 )
...
The test only compile because `jasmine-tests.ts` doesn't import or export
anything, and so the typescript compiler thinks it is a global definition file.
I've added a note explaining how normal users would declare their custom
matchers.
2017-01-17 16:03:46 -08:00
Ian MacLeod
f54bb800a0
[webfontloader] Fix typescript interface ( #13955 )
...
The typescript configuration field expects a [single string id](33bec9da7c/src/modules/typekit.js (L30) ), not an array
2017-01-17 16:02:39 -08:00
fabio-silva
d550329fc6
added 'showCustomRangeLabel' option ( #14074 )
2017-01-17 15:50:17 -08:00
Ahmad Ferdous Bin Alam
4f35aef094
Remove invalid parameter id from DeleteDocumentByQueryParams ( #14014 )
...
The parameter list of deleteByQuery function does not have `id`.
The relevant documentation is available at
https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-deletebyquery
Even the Elasticsearch documentation available at
https://www.elastic.co/guide/en/elasticsearch/reference/5.x/docs-delete-by-query.html
does not refer to any id parameter for that function.
2017-01-17 15:37:56 -08:00
Titan
e584d29c6c
Add types for hiredis ( #14015 )
2017-01-17 14:05:16 -08:00
Meno Abels
57d1aeb1c9
sshpk: initial type definition ( #14018 )
...
* sshpk: initial type definition
* * fixing the tslint problems
* * a little lint + the right version header
2017-01-17 13:58:26 -08:00
John Chijioke
af1399fc19
Update index.d.ts ( #14019 )
...
Add responseType option to Auth0ClientOptions and error string to Auth0DecodedHash
2017-01-17 13:57:33 -08:00
CaiHuan
feefb04e1c
remove style isRequire attribute and add react-native-scrollable-tab-view type define file ( #14020 )
...
* remove style isRequire attribute
* commit react-native-scrollable-tab-view
* commit react-native-scrollable-tab-view/index.d.ts
* changed file extension name
* Fix test error
* fix no-trailing-whitespace trailing whitespace
2017-01-17 13:57:11 -08:00
Stéphane Le Dorze
802ad24146
allow enabling logs on IRouteAdditionalConfigurationOptions ( #14023 )
2017-01-17 13:56:14 -08:00
bumbleblym
b299105c81
feat: Add webpack-hot-middleware ( #14030 )
2017-01-17 13:37:28 -08:00
bumbleblym
8a5f18f78b
fix: make options parameter optional ( #14031 )
2017-01-17 13:36:49 -08:00
Bastien Caudan
f73bb9c890
jasmine: fix CustomReporter.jasmineDone signature ( #14032 )
...
- Extract RunDetails interface
- Remove test reporter with wrong signature
2017-01-17 13:36:04 -08:00
yasupeke
eef0e1ad4c
[webpack-dev-server]Change WebpackDevServer.Configuration.filename type from string to string| RegExp. ( #14037 )
2017-01-17 13:33:37 -08:00
Kei Son
4fe08fc9e6
oauth2orize) Add more interfaces for exchanges ( #14038 )
2017-01-17 13:32:37 -08:00
Vlad Rindevich
00221afddf
Add node-libpq typings ( #14044 )
...
* add type definition for package: libpq
* style(libpq): change indent size to 4 white-spaces
* test(libpq): add tests for libpq
* test(libpq): more tests for libpq
* chore(libpq): create project by 'npm run new-project' script
* test(libpq): fix call signature
* fix(libpq): update in accordance with test information
* doc(libpq): improve documentation in accordance with typedoc
* fix(libpq): connection callback argument type should be Error, not string
* doc(libpq): stylize documentation
* feat(libpq): add exporting inner interfaces
2017-01-17 13:25:14 -08:00
Andy
a661f615b6
Fix rrule: when imported, it uses import { RRule } from "rrule";, not import RRule = require("rrule");. ( #14051 )
...
* Fix rrule: when imported, it uses `import { RRule } from "rrule";`, not `import RRule = require("rrule");`.
* Support both CommonJS and AMD loading by exporting two different ways.
2017-01-17 13:23:49 -08:00
denisname
f6aa10df30
Add shared space and editor path variable ( #14048 )
...
Add Shared Space interface with top and bottom properties.
Add `CKEDITOR_BASEPATH` global variable.
2017-01-17 13:22:05 -08:00
Margus Lamp
1414eeea60
Elasticsearch client.deleteByQuery params update for 5.x ( #14053 )
...
* Elasticsearch client.deleteByQuery params update for 5.x
* Header fix
* Added _source, _sourceExclude, _sourceInclude
* df and from are optional parameters
2017-01-17 13:13:58 -08:00
Chris Barker
eccba27fb5
Initial commit of typings for OpenFin API ( #14054 )
...
* Initial commit of typings for OpenFin API
* Minor revisions based on extended testing
2017-01-17 13:07:16 -08:00
Tomasz Łaziuk
5a46416cea
[simple-peer] new definition, version 6.1 ( #14058 )
...
* simple-peer
* formatting
* contributors
2017-01-17 13:03:58 -08:00
Matthias Baumann
fbe3c79b6f
Update index.d.ts ( #14060 )
...
Order of overloads matters - otherwise correct overload is not selected.
2017-01-17 13:01:50 -08:00
Daniel Perez Alvarez
bc12eadd2d
Add types for url-regex 4.0.0 ( #14067 )
2017-01-17 12:10:39 -08:00
Alexandre Paré
c4e848741d
React input mask ( #14068 )
...
* add react mask input
* tsx do not work
* regenerate with command line
* tsx in tsconfig
* maskChar accept null
* lint
2017-01-17 12:09:25 -08:00
Daniel Perez Alvarez
cd116a2d29
Add types for ip-regex 2.0.0 ( #14069 )
2017-01-17 12:08:15 -08:00
Andy
60e56c268f
react-router: Lint ( #14063 )
2017-01-17 08:06:10 -08:00
Horiuchi_H
4c665b950d
Merge pull request #14059 from jdavidls/fix-bson-new-module-layout
...
[bson] remove old pure/native module layout (now bson is broken witout that)
2017-01-18 01:01:23 +09:00
kevinmerckx
bfcd32a2bc
Update ITemplateLinkingFunction signature according to ng1.6 ( #14041 )
...
* update $compile specs to latest angular 1
* fix(angular): ITemplateLinking function signature according to ng1.6
* revert(angularjs): revert added file angular.d.ts
* angular: in ITemplateLinkingFunction replace any by IController
2017-01-17 06:26:12 -08:00
J.David
7ec5b64a26
Increase the version number in the header to 1.0
2017-01-17 13:53:25 +01:00
J.David
435590b7d2
[bson] remove old pure/native layout
2017-01-17 13:25:05 +01:00
Horiuchi_H
c19d52d8fd
Merge pull request #14033 from danmarshall/master
...
update to maker.js 0.9.31
2017-01-17 15:28:52 +09:00
Horiuchi_H
d9ff8be288
Merge pull request #14029 from bumbleblym/webpack
...
[webpack] Add performance options
2017-01-17 15:26:40 +09:00
Horiuchi_H
41aff12c29
Merge pull request #14025 from JoshuaKGoldberg/complete-lolex-types
...
Added lolex 1.5.2 types
2017-01-17 15:24:33 +09:00
Horiuchi_H
0c9683b591
Merge pull request #13996 from DefinitelyTyped/lint_del
...
del: Lint
2017-01-17 14:48:06 +09:00
Horiuchi_H
b5a20da389
Merge pull request #13998 from aluanhaddad/patch-4
...
stripe: Fix "Discover JCB" -> "Discover" | "JCB", refine StripeStatic.cardType
2017-01-17 14:28:40 +09:00
Dan Marshall
61ed8636d5
added version number to header
2017-01-15 12:34:09 -08:00
Dan Marshall
a597e01521
update to maker.js 0.9.31
2017-01-15 12:07:43 -08:00
Benjamin Lim
a1c40dc709
chore: disable tslint rules
2017-01-15 23:51:16 +08:00
Benjamin Lim
73e0c1cae3
style: fix lint errors
2017-01-15 23:23:05 +08:00
Benjamin Lim
e75f2831a3
feat: add performance options to webpack
2017-01-15 23:22:20 +08:00
Josh Goldberg
19dea02c4c
Fixed linting errors in index.d.ts
2017-01-14 22:27:51 -08:00
Josh Goldberg
da89aa8fe1
Bumped lolex version in index.d.ts
2017-01-14 22:26:16 -08:00