Commit Graph

40363 Commits

Author SHA1 Message Date
Jacob Froman
ec586dfcfb [react-native-snap-carousel] Update definitions to match v3.x changes (#23005)
* Update definitions to match v3.x changes

* Correct typo in apparitionDelay

* Update required props and ParallaxImage props

* Add ParallaxImage example to tests

* Refactor ParallaxImage example to be clearer

* Correct stray blank line

* Remove undefined from optional properties
2018-01-18 12:47:28 -08:00
Nicolas Beck
a72670d7f8 react-navigation | support functional components everywhere where ComponentClasses are s… (#22970)
* support functional components everywhere where ComponentClasses are supported

* use React.ComponentType
2018-01-18 12:46:02 -08:00
Sebastian Neira
8d73479bdd Add Knex column by object (#22994) 2018-01-18 12:43:09 -08:00
Eduard Shvedai
bd525a55ef added types for utils functions in prosemirror-tables (#23013) 2018-01-18 12:42:03 -08:00
Jinesh Shah
e8779a83a8 Fixed types for array parameters (#23011)
The old version was using a tuple rather than an array parameter for batch adds and updates
2018-01-18 12:41:27 -08:00
Alessio Dionisi
f65c838f12 Fix compilation error (#23010) 2018-01-18 12:41:05 -08:00
CodeAnimal
7180b7d442 Update Stripe package to include subscription items (#23006)
* Add subscription items

Fix #22783

* Add subscriptionItem property and fix bugs

* Add tests

* Add billing attribute to subscriptions

https://stripe.com/docs/api#subscription_object
2018-01-18 12:40:09 -08:00
Stepan Zastupov
4bb0793fd9 Make dsn parameter in Raven.config() optional (#23020) 2018-01-18 12:39:47 -08:00
Anton Myzenkov
19d6cbd330 [mongodb] Added ChangeStream class (#22872)
* [mongodb] Added ChangeStream class

* Replaced ChangeStreamCallback to MongoCallback
2018-01-18 10:17:58 -08:00
York Yao
6caa94a7a4 add types of zipkin-context-cls, zipkin-instrumentation-express, zipk… (#22998)
* add types of zipkin-context-cls, zipkin-instrumentation-express, zipkin-instrumentation-fetch, zipkin-transport-http

* fix: CI failure because express require typescript 2.2

* fix: test zipkin-context-cls only, remove irrelevant test code
2018-01-18 07:15:59 -08:00
Muhammad Rehan Saeed
7742f42ef1 compression-webpack-plugin - Add cache to options object (#22853)
* Update index.d.ts

* Bump version

* Update compression-webpack-plugin-tests.ts

* Update index.d.ts
2018-01-18 01:28:03 -08:00
Sheng Chen
6e3c284a47 @types/websocket: change the client.connect() method signature (#22734)
* change the client.connect() method signature

* change {} to object

* add comment to specify ts version to 2.2 or higher
2018-01-17 18:59:15 -08:00
Andy
c87e48c8e4 ably: Provides its own types (#22860) 2018-01-17 14:35:48 -08:00
Andy
c11355631f xhr-mock: Provides its own types (#22868) 2018-01-17 14:35:21 -08:00
Andy
1fbda655f5 webix: Provides its own types (#22867) 2018-01-17 14:35:08 -08:00
Ika
e802c5aca1 feat(prettier): update to v1.10 (#22890) 2018-01-17 13:54:12 -08:00
salim7
4f3535ffa1 react-onsenui: Fixed typo and property type for ProgressBar (#22999)
* react-onsenui: Added missing attributes to existing components and on-change event of a Switch.

* react-onsenui: Fixed typo for ProgressBar intermediate --> indeterminate

* react-onsenui: Fixed type for ProgressBar secondaryValue boolean --> number
2018-01-17 13:45:17 -08:00
Andrea Rizzo
10316fd981 Update Tabs.d.ts (#22992)
Added mountOnEnter?: boolean;
2018-01-17 13:41:09 -08:00
Schmulik Raskin
8447700cc2 html-minifier - Change customAttrCollapse to RegExp (#22976)
The `customAttrCollapse` is supposed to be a Regular Expression, not an array of Regular Expressions.

Please see the docs: [https://github.com/kangax/html-minifier#options-quick-reference]
2018-01-17 13:40:34 -08:00
Renaud Chaput
b9a24abe42 [clipboard] isSupported() is a static method. (#22931) 2018-01-17 13:39:51 -08:00
Mathias Lykkegaard Lorenzen
496c843d48 update for isObservable methods to provide more strong typed hinting to the compiler (#22959)
* Update index.d.ts

update for isObservable methods to provide more strong typed hinting to the compiler.

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2018-01-17 13:25:25 -08:00
NN
c84df1f831 Add Array.isArray typing. (#22738) 2018-01-17 13:21:40 -08:00
seeLuck
a2f2ed7c25 Add auth_pass typing to socket.io-redis (#22746) 2018-01-17 13:19:48 -08:00
Guten Ye
b127abfd22 traverse: export interface TraverseContext (#22725) 2018-01-17 13:19:01 -08:00
Nathan Shively-Sanders
a6b7cf7725 Merge pull request #22800 from Syncfusion-JavaScript/master
15.4.20 added
2018-01-17 13:17:28 -08:00
Tom Crockett
e5f979a5d0 [fibers] Fix types of yield and run (#22772)
* [fibers] Fix types of yield and run

* Update index.d.ts
2018-01-17 13:15:53 -08:00
Flavio Torres
4f78eeadb2 Parse.Relation.add and Parse.Relation.remove can accept a Array and Parse.Object set and save methods can receive a object as parameter (#22774)
* Parse.Relation.add and Parse.Relation.remove can accept a Array of Parse.Object

* Parse.Object set and save methods can receive a object as parameter

* Parse.User signup method options fix
2018-01-17 13:14:57 -08:00
Neha Rathi
78d7216f75 Update url-search-params. (#22784)
* update

* fix
2018-01-17 13:14:00 -08:00
Flarna
2c88afc6f8 [node] sync nodejs v8 with recent changes done on latest (#22816) 2018-01-17 13:09:15 -08:00
Huafu Gandon
4dc22b151b google-libphonenumber PhoneNumber is class and not interface (#22817) 2018-01-17 11:53:48 -08:00
batbold
28acb26650 Panel and Pagination typings for 0.32 (#22823) 2018-01-17 11:50:43 -08:00
Christian Sahlström
3d5a2db8f6 Add JSX.Element to component in BasicToastrOptions (#22825)
We are getting error when trying to add component for Toastr.info, success, error and warning since "component" property is of type Component and not JSX.Element like the LightToastrOptions has. Hence it would be great if we can add it to the BasicToastrOptions as well.

Thanks
2018-01-17 11:47:56 -08:00
Michael Zlatkovsky
6d895a2552 Tiny fixes: method misspelling and nonexistent JSDOC attribute (re-submit) (#23003) 2018-01-17 11:45:02 -08:00
Michael Aird
af988e250a Adding missing properties to DropTargetEvent (#22827)
As per: https://docs.telerik.com/kendo-ui/api/javascript/ui/droptarget#events dropTarget and target were missing.
2018-01-17 11:27:06 -08:00
Jovica Zoric
f7a3a6ea6b Improvement(react-sortable-tree): Add missing placeholderRenderer prop (#22826)
* fix(react-sortable-tree): Add missing prop

Add missing dndType prop.

* Add missing placeholderRenderer prop
2018-01-17 11:26:47 -08:00
Yu-Hsin Lu
02d7990e28 [merkle] Add merkle module types (#22780)
* Add merkle module types

* Fix package.json and add  dependencies

* [Merkle] remove package.json and  add node types reference

* [Merkle] Modify tslint.json & tsconfig.json & remove README.md
2018-01-17 11:22:16 -08:00
DABH
17a8fe2e05 Add typings for logform (#22888) 2018-01-17 11:20:56 -08:00
Charles Samborski
3bda417c72 gulp-typedoc: Provides its own types (#22886)
`gulp-typedoc` bundles its own types since `2.2.0`.

See https://github.com/rogierschouten/gulp-typedoc/pull/24
2018-01-17 11:19:36 -08:00
Jeff Dickey
d0504ed1eb std-mocks: added (#22884) 2018-01-17 11:18:41 -08:00
Sean O'Brien
5cf07fc120 Added support for unzipper npm package (#22858) 2018-01-17 11:17:59 -08:00
Jan Lohage
ea29e9588e Add definitions for 16 packages of the @feathersjs scope (#22805)
* add various packages in @feathersjs scope

* formatting, make feathers package pass linting.

* add typings for feathersjs core packages:

@feathersjs/authentication
@feathersjs/authentication-client
@feathersjs/authentication-jwt
@feathersjs/authentication-local
@feathersjs/authentication-oauth1
@feathersjs/authentication-oauth2
@feathersjs/configuration
@feathersjs/errors
@feathersjs/express
@feathersjs/feathers
@feathersjs/primus
@feathersjs/primus-client
@feathersjs/rest-client
@feathersjs/socket-commons
@feathersjs/socketio
@feathersjs/socketio-client

* remove unnecessary package.json files

* fix TS versions

* add some tests, fix errors module, add doc comments, minor todos left
2018-01-17 11:16:10 -08:00
Adrian Leonhard
426d98a191 [earcut] Added types. (#22979)
* [earcut] Added types.
Double export matches source: https://github.com/mapbox/earcut/blob/master/src/earcut.js#L3-L4

* [earcut] Used interface, added flatten and deviation.
2018-01-17 11:13:18 -08:00
Kim Joar Bekkelund
91471d97e2 Upgrade type-detect to v4 (#22881) 2018-01-17 11:09:56 -08:00
Art
c26dd909a2 add: find root types (#22896)
* find root types

* add header

* merge function signature
2018-01-17 10:54:21 -08:00
Mattias Buelens
bd6170aae1 Add package require-relative (#22901) 2018-01-17 10:53:08 -08:00
sunnyone
cc8ffe17f0 Add package kms-json (#22908) 2018-01-17 10:44:57 -08:00
CodeAnimal
a2b1522a8d Add package socketio-jwt-auth 0.0.6 (#22919)
* Add type definitions for socketio-jwt-auth 0.0.6

* Correct tslint issues.
2018-01-17 10:44:12 -08:00
YairTawil
c8c7e2781e @types/ol. OpenLayers as ES2015 modules. (#22894)
* Initialize ol type

* Type definitions

* import openlayers

* Update tsconfig.json

* Update index.d.ts

* fix(): no-declare-current-package

* lint(): new line at end of files

* fix(test, lint)

* fix(tsconfig): format tsconfig.json
2018-01-17 10:42:18 -08:00
Wesley Wigham
f8f022602b Revert "atlaskit: add @atlaskit/dynamic-table and @atlaskit/button types (#22942)" (#23001)
This reverts commit 783a31f7af.
2018-01-17 10:30:45 -08:00
Jimmy Luong
783a31f7af atlaskit: add @atlaskit/dynamic-table and @atlaskit/button types (#22942)
* atlaskit: add @atlaskit/dynamic-table types

* atlaskit: add @atlaskit/button types
2018-01-17 10:29:55 -08:00