Commit Graph
66275 Commits
Author SHA1 Message Date
Mathias Lykkegaard LorenzenandPranav Senthilnathan 460af6e63d fix for alloy typings. (#40299) 2019-11-11 17:46:31 -08:00
simusr2andPranav Senthilnathan dfc2db2f8d OptionsCells allowed in Options Interface. Setted field to not required in ColumnLayout. (#40302)
OptionsCells: validationFailed were not referenced in any part of index.d.ts. Adding it in Options interface allows the use for tabulator tables (As showed in examples: http://tabulator.info/examples/4.4?#validation)

Field not required in OptionsCells: as commented in old PR field is not required for some type of column (as written in comment: not required in icon/button columns)
2019-11-11 17:38:53 -08:00
Gabriel CastroandPranav Senthilnathan 889dae14d5 [simple-oauth2] authorizationCode.getToken scope optional (#40310)
PR #39940 added scopes as required, they're not
2019-11-11 17:23:33 -08:00
Syncfusion-JavaScriptandPranav Senthilnathan 1e827645af 17.3.26 added (#40151)
* 17.3.26 added

* Error fixed

* Removed Bad character

* Removed new line

* Added new line
2019-11-11 17:00:54 -08:00
mtgtoandPranav Senthilnathan f78a6e7b47 google-apps-script: Fix Document Element interface (#31121) (#40005) 2019-11-11 16:58:09 -08:00
garykingandPranav Senthilnathan d4bb0c69ee cheerio: add Cheerio.cheerio: string; (#40141)
* Add `cheerio: string;`

* replace `var` with `const`

* add test

* format with prettier
2019-11-11 16:53:49 -08:00
PopGoesTheWzaandPranav Senthilnathan 9a4f5e0d20 google-apps-script 2019-11-06 update (#40201)
* 20191106

* linting
2019-11-11 16:32:37 -08:00
devindaviesandPranav Senthilnathan 002d0bf466 updated type definitions for tail version 2.0.x (#40165) 2019-11-11 16:14:44 -08:00
Lee TaylorandPranav Senthilnathan 3c44bb909f [react-resize-detector] Add new targetEl type to react-resize-detector (#40111)
* Add new targetDomEl prop

* Update tests with targetDomEl

* Fix linting error
2019-11-11 16:12:59 -08:00
Stefan OestreicherandPranav Senthilnathan 8dab4bcbc3 react-intl-redux: Add formats prop to IntlState (#40155)
* Add formats prop to IntlState

The updateIntl opts parameter can have a formats prop which is missing in the interface.
see https://github.com/ratson/react-intl-redux#formatting-data

* Make IntlState formats prop optional
2019-11-11 15:58:25 -08:00
Anton Van EechauteandPranav Senthilnathan 96ca1ec52c add v3 version of @tryghost/content-api (#40176) 2019-11-11 15:47:27 -08:00
Henry MyersandPranav Senthilnathan 898feb8213 fix: correct prismic-dom's Elements type (#40193)
* fix: correct Element type

* add forgotten Elements.image
2019-11-11 15:42:43 -08:00
Florian KellerandPranav Senthilnathan 27cea26d88 [pngjs] Update to 3.4.0 (#40170) 2019-11-11 15:21:39 -08:00
SHIRSH ZIBBUandPranav Senthilnathan ac74c74ae9 Fix marked v0.7 typings (#40098)
* Add missing key "checkbox" for marked.Renderer

* Update version

* Add options, getDefaults & defaults

* Add missing semicolons

* remove tables option

* update tests

* fix heading levels to 1 through 6

* remove duplicate `checkbox()` method
2019-11-11 15:17:39 -08:00
Gilad GrayandPranav Senthilnathan 8c0390d2ef [rosie] attrs() accepts a subset of keys (#40135)
* Rosie: attrs() accepts a subset of keys

using `Pick` a la `React.setState`. This allows batch-defining most-but-not-all props.

* add test
2019-11-11 15:04:27 -08:00
Tereza TomcovaandPranav Senthilnathan a93bc045be Add types for windows-foreground-love (#40267) 2019-11-11 15:00:11 -08:00
alexu740andPranav Senthilnathan 8e09215e25 Added type definitions for http-build-query (#40294) 2019-11-11 14:49:20 -08:00
Rory McGuinnessandPranav Senthilnathan 7badd3a4d3 Add types for poker-evaluator (#40286) 2019-11-11 13:10:26 -08:00
Eric CrossonandPranav Senthilnathan 8e7f8e53c3 Add types for date-fp (#40307) 2019-11-11 13:03:31 -08:00
lomeanandPranav Senthilnathan 72b3c90140 fix: [@types/redux-ui] Add reducer type. (#40145)
* fix: [@types/redux-ui]  Add  reducer type.

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

update whitespace

* Update index.d.ts

update whitespace

* Update index.d.ts
2019-11-11 12:54:41 -08:00
PG HerveouandPranav Senthilnathan 4577baf07c Update split.js destroy and drag methods (#40158)
* Update index.d.ts

see documentation 
https://www.npmjs.com/package/split.js#destroypreservestyles--false-preservegutters--false

* Update index.d.ts

* Update index.d.ts
2019-11-11 12:46:43 -08:00
Tsachi ShushanandPranav Senthilnathan 49a4c2225d feat(jaeger-client): add missing properties for TracingConfig (#40185) 2019-11-11 12:36:15 -08:00
Wilco WaaijerandPranav Senthilnathan cd9b92d298 Added stripe.webhooks.generateTestHeaderString (#40292) 2019-11-11 12:29:39 -08:00
Wilco WaaijerandPranav Senthilnathan 087ed675db Updated to match version 8.1 (#40296) 2019-11-11 12:26:40 -08:00
Ville KenttaandPranav Senthilnathan 5e13b788be Fix ReferenceDot label property typing (#40291)
It should be optional: http://recharts.org/en-US/api/ReferenceDot#label
2019-11-11 12:15:27 -08:00
thislooksfunandPranav Senthilnathan 341f20a9df [bluebird] Fix typings for .all() and .some() (#40287)
* [bluebird] Update tests

* Update types for .all() and .some()
2019-11-11 12:09:32 -08:00
Lane GoldbergandPranav Senthilnathan 63d72fb1fa update index.d.ts: fix sft.get options param (#40305)
options should be `ssh2Stream.TransferOptions` not a boolean
2019-11-11 11:59:17 -08:00
Sergey TunnikandPranav Senthilnathan 5f258aaed0 ExecuteResponse is implements Response interface from Fetch API. (#40303) 2019-11-11 11:57:28 -08:00
Pascal CorpetandPranav Senthilnathan 2b048e935c Allow setUserId to accept null in the client as well. (#40161) 2019-11-11 11:54:21 -08:00
Dmitrij PodabedandPranav Senthilnathan 61895ffad8 add AccessorFunctionProps (#40280) 2019-11-11 11:50:38 -08:00
Florian KellerandPranav Senthilnathan dbccba2911 [bytes] Update to v3.1.0 (#40285) 2019-11-11 11:47:30 -08:00
Paul GebheimandPranav Senthilnathan 8c1bc9265b PouchDB: Add deterministic_revs option to LocalDatabaseConfiguration (#40226)
* Update pouchdb-core

Add `deterministic_revs` option to LocalDatabaseConfiguration.

Documentation here: https://pouchdb.com/api.html#create_database

* Update pouchdb-core

* Update index.d.ts

Property needs to be optional
2019-11-11 11:43:21 -08:00
Anirban SenguptaandPranav Senthilnathan 3a131e39af Add hljs languages' types in react-syntax-highlighter (#40271) 2019-11-11 11:41:24 -08:00
AlCalzoneandPranav Senthilnathan ca5a5ba677 [iobroker] add types for getObjectView[Async] (#40297) 2019-11-11 11:39:59 -08:00
Brian Torres-GilandPranav Senthilnathan 484ad440d4 [passport-oauth2-refresh] Updated types (#40288) 2019-11-11 11:33:14 -08:00
Florian KellerandPranav Senthilnathan 19c417168f [swagger-ui-express] Update to version 4.1.2 (#40272) 2019-11-11 11:30:49 -08:00
Ted MorinandPranav Senthilnathan a038088b59 Howler: allow "off" to be called without arguments (#40274)
* howler: allow off without arguments

* howler: apply lint
2019-11-11 11:26:15 -08:00
Alex JerabekandPranav Senthilnathan 3cdebec32e [office-runtime] Adding code owners to office-runtime (#40139)
* Adding code owners

* Adding OfficeDev

* Fixing whitespace

* Removing whitespace
2019-11-11 10:55:14 -08:00
David ChesnutandPranav Senthilnathan 42bf170d42 Added requirement set info (#40225)
* adding requirement set info

* whitespace fix

* fix whitespace

* fix whitespace

* fixed storage req set tags
2019-11-11 10:53:30 -08:00
A Jordan SimondsandPranav Senthilnathan 76ca97f1ce [vuelidate] Fix #40256: change type from never to void (#40258) 2019-11-11 10:52:01 -08:00
Pat LillisandNathan Shively-Sanders aaed6775c2 Add types for nuclear-js package (#40221)
* Add types from nuclear-js

* Fix linting
2019-11-11 09:56:15 -08:00
Dief BellandNathan Shively-Sanders 55eb6d3e07 Added type definitions for n-readlines (node-readlines) (#40186)
* Added types for socket.io-file package

* Added TypeScript Version comment

* Fixed formatting

* Fixed formatting errors

* Fixed formatting errors

* Added types for socket.io-file package

* Added TypeScript Version comment

* Fixed formatting

* Fixed formatting errors

* Fixed formatting errors

* Added typedefs for n-readlines (node-readlines)

* Added node to types in tsconfig, removed unnecessary declare

* Referenced node types in correct manner

* Changed export style

* Updated index.d.ts' description to match package

* Updated header of index.d.ts to match package
2019-11-11 09:40:40 -08:00
Alexander TandNathan Shively-Sanders fb88a23ec0 react-swipeable: Provides its own types (#39529) 2019-11-11 09:37:05 -08:00
Vlad KampovandNathan Shively-Sanders 01bc818649 convert-units: Provide types (#40214) 2019-11-11 09:34:04 -08:00
Boris SergeevandNathan Shively-Sanders af97534c40 styled-components: allow ThemeProvider to have multiple nodes as children (#40223)
* styled-components: allow ThemeProvider to have multiple nodes as children

https://github.com/styled-components/styled-components/issues/1325#issuecomment-519400201

* styled-components: bump version according to the changes made
2019-11-08 16:03:46 -08:00
RoelandandNathan Shively-Sanders 3a673ba28e libxmljs: fix get on element with namespaces (#40105) 2019-11-08 15:52:09 -08:00
Mark WeaverandNathan Shively-Sanders 349a9f8545 @fluent/sequence: new typings (#40251)
* added types for @fluent packages

* fixes for removed code

* prettier changes

* fix test failures

* fixes from code review + looking at packaged module

* prettier

* remove refs to unused files, fix bundle tests

* prettier

* fix typo

* fix dedent

* undo package.json change

* initial revision

* fix formatting
2019-11-08 15:51:34 -08:00
BRAMILLE SébastienandNathan Shively-Sanders cde5554d55 Add name property to the Strategy (#40100)
* Update index.d.ts

* Update passport-jwt-tests.ts
2019-11-08 15:51:02 -08:00
Spencer RinehartandNathan Shively-Sanders 4694b0c78f Allow bank account id to be provided to tokens.create. (#40253)
tokens.create allows for [cloning payment methods][1] from one account
to another through stripe connect. When cloning a source, you do not
provide the full payment method information but just the string id for
the source in the appropriate key (card for credit cards and
bank_account for bank accounts).

This was done correctly for credit cards but was not done for bank
accounts. We are getting around this currently by using `as any` to
ignore the typescript errors and allow passing a string as the
bank_account.

I also fixed the comment that was copy/pasted from credit card options
and was incorrect when documenting bank account options.

[1]: https://stripe.com/docs/connect/cloning-saved-payment-methods
2019-11-08 15:05:02 -08:00
William TioandNathan Shively-Sanders 044f103657 Rename function call to match source (#40173) 2019-11-08 15:04:06 -08:00