Syncfusion-JavaScript
f3ffacaefa
17.2.0.46 added ( #37821 )
...
* 17.2.0.34 added
* Added non-npm package
* Removed space
* added new line
added ew line
* Changed the word
* 17.2.0.46 added
* Removed blank line and added non-npm entry
* changed Encoding format
2019-09-05 18:03:26 -07:00
arzyu
db55146182
add option for stylelint: config ( #37948 )
2019-09-05 17:54:31 -07:00
Elliott Campbell
f346ea3bae
Add [bristol-sentry] type declarations ( #38043 )
...
* [bristol-sentry] Added type declarations
* [bristol-sentry] changed `any` to `object` for specificity
* [bristol-sentry] Updated `definitions by` github link
2019-09-05 17:25:22 -07:00
Thomas Röggla
a253fdd89c
added type definitions for NPM package yt-player ( #38094 )
2019-09-05 16:08:36 -07:00
Elliott Campbell
444fa06fdf
Add [@strikeentco/get] type declarations ( #38039 )
...
* [@strikeentco/get] Added types for strikeentco's get
* [@strikeentco/get] Fixed common mistake array -> ReadonlyArray
2019-09-05 16:07:10 -07:00
Yuichiro Tsuchiya
71ce6eca63
Add types for esrever ( #38048 )
2019-09-05 16:04:39 -07:00
Jeffery Grajkowski
25731aaec0
Stripe: IBalanceTransaction.exchange_rate and ICharge.dispute ( #38110 )
...
* Added missing params to Charge, Customer and related create and update options. Adding Customer Tax Id.
* Fix build errors that aren't caught by `npm run lint stripe`.
* Add IBalanceTransaction.exchange_rate. ICharge.dispute may be a string.
* PR feedback.
2019-09-05 11:27:36 -07:00
Michael Mok
b5deac6480
[node-polyglot] Add types for new options and static methods from latest release ( #37991 )
...
* [node-polyglot] Update types to match v2.3.1
* [node-polyglot] Update tests to match types
* [node-polyglot] Run prettier on test file
* [node-polyglot] Add myself to the contributors list
Co-Authored-By: Liam Ross <liamross.code@gmail.com >
2019-09-05 11:25:56 -07:00
Conor Dockry
f0ffba1350
stripe checkout.sessions.create ( #38049 )
...
* Allow Partial subscription_data in sessions.create
https://stripe.com/docs/payments/checkout/subscriptions/starting#client-server
* use existing type for subscription creation
2019-09-05 11:19:10 -07:00
Shmuel Lamm
5b347bb02c
[@types/stripe] Add 'invoice' as an invoice item list option ( #37994 )
...
* add invoice and pending as invoice list options
* add tests
* fix merge conflicts
* rename var
2019-09-05 11:18:27 -07:00
Søren Louv-Jansen
de1035d2d7
[yargs-parser] Add config options strip-dashed and strip-aliased ( #38108 )
...
* [yargs-parser] Add config options `strip-dashed` and `strip-aliased`
yargs-parser v.13.1.0 (2019-05-05) added the config options `strip-dashed` and `strip-aliased`
https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md#1310-2019-05-05
* Update date in header
* Drop patch version to fix CI
* Drop patch version to fix CI
2019-09-05 11:15:53 -07:00
kaatt
3e1d573493
Update index.d.ts ( #38099 )
2019-09-05 11:14:22 -07:00
Jonathan Alvarez
04b43c1748
Use optional OptionsReceived type ( #38127 )
2019-09-05 11:13:06 -07:00
Valerii Vasin
ac9feceeb3
fix: support semver.inc() with 3 args ( #38130 )
...
fix: support semver.inc() with 3 args
fix: support semver.inc() with 3 args
2019-09-05 11:08:35 -07:00
Simon Warta
aff2133a93
Two updates to @ledgerhq/hw-transport ( #38001 )
...
* Make data and statusList optional in Transport.send
See
https://github.com/LedgerHQ/ledgerjs/blob/v4.68.4/packages/hw-transport/src/Transport.js#L165-L182
* Add Transport.decorateAppAPIMethods
See
https://github.com/LedgerHQ/ledgerjs/blob/v4.68.4/packages/hw-transport/src/Transport.js#L274-L278
* Run prettier on 'types/ledgerhq__hw-transport/*'
2019-09-05 10:46:43 -07:00
Christopher Deutsch
a819fdd3bc
Add dockerCommandTemplate to Config. ( #37984 )
...
https://github.com/garris/BackstopJS#using-docker-for-testing-across-different-environments
2019-09-05 10:43:16 -07:00
Patrik
c2541878ec
add submit method to Form ( #37979 )
2019-09-05 10:42:36 -07:00
Florian Keller
83e5c8c944
Add types for electron-prompt ( #38027 )
2019-09-04 17:04:52 -07:00
Gabe O'Leary
13d22ea3a5
<google__maps> update departure_time to accept 'now' ( #38088 )
...
* adding my name/github link
* updating departure_time to accept 'now'
* removing myself from "definitions by..."
2019-09-04 16:28:39 -07:00
Jeroen Claassens
871e4ab3d1
feat: add new typings for cloud-config-client ( #38007 )
2019-09-04 16:27:22 -07:00
Max Chehab
0d9b406920
[xml-crypto] add types for references ( #38107 )
...
* add: references type
* add: me as contributor
2019-09-04 16:26:11 -07:00
Paul
ecee635a51
[@types/flickity] Added missing property and event callback signature ( #38122 )
2019-09-04 16:14:51 -07:00
Super Zheng
427dae71f8
feat(hashring): Add typings for hashring ( #38002 )
2019-09-04 16:07:39 -07:00
AJ Livingston
bd8c74539c
adds typings for react-aria-live ( #37996 )
...
* adds typings for react-aria-live
* added typescript version
* formatting
* fixed lint error
* updated return type of LiveMessenger children
* formatting
2019-09-04 15:53:43 -07:00
Cameron Salisbury
21e7a33c41
Added missing insert overload ( #38026 )
2019-09-04 15:19:15 -07:00
Valentin STERN
1978489d1f
[@types/jest-when] add missing functions resetAllWhenMocks and verifyAllWhenMocksCalled ( #38129 )
2019-09-04 15:18:27 -07:00
Chance Strickland
252a177545
fix: add missing headerLineHeight option ( #38069 )
2019-09-04 15:12:10 -07:00
Mihail Parvanov
417497126d
Upldate kendo ui version to 2019.2.619 ( #38006 )
2019-09-04 15:09:06 -07:00
Ben Weissmann
e964385bc1
Add types for multivariate-normal ( #37989 )
...
* Add multivariate-normal
* Update metadata
* Remove patch version
* Improve tests and immutability annotations
* Allow readonly array in mutators
2019-09-04 14:51:16 -07:00
BePo65
b50ab5bb1b
added definition for leaflet-loading ( #37970 )
2019-09-04 14:27:20 -07:00
Steven
d27d47a3aa
Fix link to ms repository ( #37936 )
2019-09-04 13:12:34 -07:00
Dmitri Dimitrioglo
8e01672aa9
Update Square connect type definitions (v20190814) + describe PaymentApi, OrdersApi, OAuthApi and TransactionsApi ( #38089 )
2019-09-04 12:55:04 -07:00
Rob Lourens
d43feccde7
VS Code 1.38.0 Extension API ( #38136 )
2019-09-04 11:33:56 -07:00
Ravi van Rooijen
47e9cf6d89
[@types/pg] Generify query methods ( #37892 )
...
* [@types/pg] Generify query methods
`R` will be the return type of the query, `I` a tuple for parameters
* [@types/pg] Add test for generified query method
* Raise pg-copy-streams minimum typescript version for pg compatibility
* Raise pg-ears minimum typescript version for pg compatibility
* Raise pg-large-object minimum typescript version for pg compatibility
* Raise pg-pool minimum typescript version for pg compatibility
* Raise pg-query minimum typescript version for pg compatibility
0.1.450
2019-09-04 10:44:34 -07:00
Terence Honles
65784f7fba
fix @types/googlemaps google.maps.MapTypeId to be a string enum ( #38084 )
2019-09-04 10:39:03 -07:00
akameco
810b40c275
[@babel/core] Add resolvePlugin, resolvePreset ( #37810 )
...
* Add resolvePlugin, resolvePreset
* Add test for resolvePlugin, resolvePreset
2019-09-04 10:36:41 -07:00
Alexander Pepper
31929c09c7
[@types/react-tag-input] Added missing props ( #38080 )
...
Added:
* allowAdditionFromPaste
* resetInputOnDelete
* inputValue
* shouldRenderSuggestions
Types derived from 28dcb56471/src/components/ReactTags.js (L31-L73) .
2019-09-03 17:55:36 -07:00
Raúl Acuña
3225ded66b
[@types/chai] Add 'own' type definition ( #38083 )
...
* Add 'own' type definition
* add 'own' tests
2019-09-03 17:30:15 -07:00
YonatanKiron
ae863e389d
Add bytes parameter to cat shards ( #38079 )
...
As described in Elasticsearch documentation - https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-shards.html#cat-shards-query-params
2019-09-03 17:25:47 -07:00
LeopoldLerch
d57f1b9a13
[Sharepoint] Methods for "disableReturnValueCache" ( #38081 )
...
* Methods for "disableReturnValueCache"
* travis bugs fixed
* trailing whitespace removed
2019-09-03 17:23:38 -07:00
Ramesh Anandakrishnan
047e31f65c
Supporting Auth0 email templates types ( #37952 )
...
* add endpoints for email template
* fixing typo for updateEmailTemplate
* fixTests
* remove changes from prettier
2019-09-03 17:21:36 -07:00
Maarten Tielemans
8afe8277bf
[ioredis] Added typings for publishBuffer and zaddBuffer ( #38075 )
...
* 🏷 Added the publishBuffer(string, Buffer): Promise<number> typings to ioredis
* 🏷 Added the zaddBuffer(KeyType, string, Buffer): Promise<string | number> typings to ioredis
* ✅ Added primitive tests for publishBuffer and zaddBuffer
* ♻ Refactorred ioredis zaddBuffer tests to get rid of const
* 🐛 Changed the type of zaddBuffer to zaddBuffer(string, number, Buffer): Promise<string | number>
2019-09-03 17:11:50 -07:00
Sebastian Silbermann
f39b36b2e7
chore(pretty-format): Unpublish ( #37934 )
...
* Unpublish pretty-format
* Use bundled pretty-format types
2019-09-03 17:04:06 -07:00
Anton Kenikh
c823c6e10e
[@types/mongoose] Add missing options?: mongodb.CollectionBulkWriteOptions to Model.bulkWrite ( #38059 )
...
* Update index.d.ts
* Update mongoose-tests.ts
* Update mongoose-tests.ts
2019-09-03 17:03:51 -07:00
Claas Ahlrichs
3a47df29de
add missing Options ( #37959 )
2019-09-03 16:40:47 -07:00
Jordan Curzon
ba6b2827ff
Correct N3StreamWriter to a Sink ( #38051 )
...
Per https://github.com/rdfjs/N3.js/blob/master/README.md#interface-specifications StreamWriter implements a Sink, not a Source. I tested the change locally and it works correctly.
2019-09-03 15:55:02 -07:00
Dennis
233c50cd8c
[@types/react-share] Update types LineIcon & LineShareButton ( #38054 )
...
* Update. LineShareButton and LineIcon
* Update. test case of LineIcon
* Update. The version of corresponding lib in header
* Fix. tslint errors 'dt-header'
2019-09-03 15:34:09 -07:00
Andrew Goldis
5d9a95e72b
Allow generic use of Parse.Object.fromJSON() ( #38047 )
2019-09-03 15:28:04 -07:00
Matthew Peveler
a3a46c42bd
Update typings for node-vagrant 1.4 ( #38046 )
2019-09-03 15:10:58 -07:00
Thales Agapito
7786a99410
Add oblique attribute to TextOptions interface ( #38038 )
2019-09-03 15:06:45 -07:00