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
Nabeelah Ali
6a8d97f457
Add typings for enzyme-adapter-react-15.4. ( #22948 )
...
* Add types for enzyme-adapter-react-15.4.
* Add in definitions by and strictFunctionTypes
* Add in Typescript version
2018-01-17 10:27:07 -08:00
Soner Köksal
3a8270c12c
add type definition for p-loading ( #22952 )
2018-01-17 10:21:24 -08:00
Christian Rackerseder
b47a6d3d07
Added types for react-click-outside ( #22985 )
2018-01-17 10:11:10 -08:00
Martin Hochel
91ad651732
feat(skatejs): add skatejs library types ( #22006 )
...
* feat(skatejs) add skatejs types
- fix(skatejs): udpate tsconfig and fix imports in tests
- fix(skatejs): make test pass
- feat(skatejs): update to latest api's and add more tests
- refactor(skatejs): remove tsx extension as skate is not using VDom at all
- fix(skatejs): fix ts next strict errors
- ci(skatejs): explicitly use files cause include is not allowed
- refactor(skatejs): rename tests folder to test
- fix(skatejs): don't use strict within tsconfig
- fix(skatejs): fix lint errors
- fix(skatejs): use standard dtslint rules without overrides
* fix(skatejs): downgrade required TS version
* refactor(skatejs): improve PropOptions interface by making it generic
* ci(skatejs): mitigate failing build
2018-01-17 10:09:36 -08:00
Juan J. Jimenez-Anca
ea600ecad4
group in namespaces in order type create() environments ( #22813 )
...
* first sanctuary types
* group in namespaces in order type create() environments
2018-01-17 10:07:42 -08:00
Donald Pipowitch
4d594ddb55
fixed connection types in auth0 ( #22843 )
2018-01-17 10:05:28 -08:00
daniel tea
6127769a30
material-ui: Add dropDownMenuProps to SelectField ( #22857 )
2018-01-17 10:04:41 -08:00
Alan Agius
dfcd4cdeb0
feat: remove rollup types ( #22876 )
2018-01-17 10:04:24 -08:00
Oscar Busk
80046ef1ee
@types/redux-first-router: Improve StateGetter and RouteThunk by including State ( #22611 )
...
* Improve State typing across entire definition
* Fix suggested changes on thunk function
* Fix dispatch definitons
* Revert storeEnhcancer change
2018-01-17 10:03:42 -08:00
Oscar Busk
08812a1004
add html attributes to redux-first-router-link ( #22870 )
2018-01-17 10:02:42 -08:00
Thomas Sawkins
a04b55e680
update index.d.ts & update tests ( #22795 )
2018-01-17 10:02:12 -08:00
JB Nizet
cf941e095c
luxon: add changes introduced from versions 0.2.10 to 0.3.0 ( #22880 )
2018-01-17 10:01:33 -08:00
JB Nizet
008daf5924
luxon: fix two typos, and make constants readonly ( #22877 )
...
the constants should be readonly, since the original source code has getters, but no setters for these constants (see https://github.com/moment/luxon/blob/master/src/datetime.js#L1715-L1850 )
2018-01-17 10:00:59 -08:00
Jonathan Alvarez-Gutierrez
dc50262033
Update Polyhedron Geometries in "three" ( #22889 )
...
* Add PolyhedronBufferGeometry and subclasses
Added PolyhedronBufferGeometry and the four BufferGeometries subclassing it (TetrahedronBufferGeometry, OctahedronBufferGeometry, DodecahedronBufferGeometry, and IcosahedronBufferGeometry).
* Fix constructors for PolyhedronGeometry subclasses
The PolyhedronGeometry subclasses all have optional parameters for their constructor, but not all the type definitions were in line on this.
2018-01-17 10:00:09 -08:00
Hannes Früchtenicht
9658b51e04
[@types/rpio] Allow null as callback value for poll() ( #22891 )
...
* [@types/rpio] Fix poll parameter to accept null
As written in the `poll` function documentation the `cb` parameter should accept null as a value.
* Update rpio-tests.ts
* Add myself as contributor
2018-01-17 09:59:47 -08:00
Thomas Sawkins
4dda217e46
add missing NavigationAction consts ( #22903 )
2018-01-17 09:59:31 -08:00
Derek Wickern
c4e9518121
ember: allow get/set with dynamic key ( #22905 )
2018-01-17 09:59:14 -08:00
smhxx
a27b24d877
resolve: fix signature of callback type ( #22911 )
2018-01-17 09:58:00 -08:00
Niklas Wulf
6faad9d199
[boom] isBoom is a type-guard ( #22918 )
...
Instead of just returning boolean, the `isBoom` function can and should be a type-guard, which enables the obvious benefits.
2018-01-17 09:57:36 -08:00
smhxx
2c7e6c4f09
atom: fix return type of LinterProvider.lint() ( #22904 )
2018-01-17 09:57:04 -08:00
SagarFargade
bb6a407de4
Add Alignment and Hide Default Launcher Options for intercom-web ( #22920 )
...
* Add Alignrment and Hide Default Launcher Options
Added Alignment and Hide default launcher options for intercom settings.
* Fixed build errors
Added Semicolon instaed of comma.
2018-01-17 09:55:58 -08:00
Jan-Niclas Strüwer
be285f96bf
step() option in animate function is optional. examples in cytoscape js docu ( http://js.cytoscape.org/#cy.animate ) use animate without step parameter. ( #22916 )
2018-01-17 09:55:43 -08:00
smhxx
a025cb184b
atom: fix type of Task.send()'s message parameter ( #22907 )
...
* atom: fix type of Task.send()'s message parameter
* atom: disallow undefined message argument to Task.send()
* atom: remove unnecessary linter comment
* atom: allow nested arrays to be passed to Task.send()
2018-01-17 09:55:29 -08:00
Alec Winograd
6fe41fe2e7
[react-navigation] refine type for createNavigationContainer ( #22922 )
2018-01-17 09:52:58 -08:00
Chris Krycho
8b902e076f
Add ember-data error types; Ember.ViewUtils.isSimpleClick. ( #22924 )
2018-01-17 09:52:29 -08:00
Charles-Philippe Clermont
2037b3b9ba
propEq with one argument returns a curried function ( #22923 )
2018-01-17 09:51:52 -08:00