Commit Graph
55693 Commits
Author SHA1 Message Date
Zach Posten 7c0eb58df3 chore: Copy more documentation from website
See: https://pqina.nl/filepond/docs/patterns/api/filepond-instance/
2019-01-04 13:29:31 -06:00
Zach Posten 5f5aded277 feat: Add the remainder of the FilePond object methods
See: https://pqina.nl/filepond/docs/patterns/api/filepond-object/
2019-01-04 13:26:46 -06:00
Zach Posten 90caba1f1e fix: Combine FileItem and File types
It turns out that these are actually the same object, not two distinct
ones like I had thought.
2019-01-04 13:26:46 -06:00
Zach Posten 31283ad9ca fix: Flesh out possible server url configurations 2019-01-04 13:26:46 -06:00
Zach Posten aa3e405524 chore: Shut off auto exporting for this module 2019-01-04 13:26:45 -06:00
Zach Posten 5a117a37a0 fix: Correct metadata method args 2019-01-04 13:26:45 -06:00
Zach Posten 104ba92f06 fix: Don't export type FilePondFile that does not exist
Previously, for reasons explained (here)[https://stackoverflow.com/q/53876793/2517147],
the type FilePondFile weas being exported form this type definition when
it was not exported by the library react-filepond.

This has now been fixed.
2019-01-04 13:26:45 -06:00
Zach Posten b2ae5b9aa2 fix: Add missing metadata file prop 2019-01-04 13:26:44 -06:00
Sheetal NandiandGitHub 6537c15a28 Merge pull request #31876 from substantial/fix-parse-signatures
[url-parse] add extra parse signature
2019-01-04 10:31:30 -08:00
Sheetal NandiandGitHub ba816b2cc5 Merge pull request #31896 from martynaskadisa/loadable-components
[@loadable/component] Introduce typings
2019-01-04 10:29:50 -08:00
davidgoli 23df99dcee reorder signatures; implement constructor signature 2019-01-04 10:24:10 -08:00
Martynas Kadiša 0a779e312e add typings for @loadable/component 2019-01-04 19:43:36 +02:00
Sheetal NandiandGitHub 6a7deb65b8 Merge pull request #31787 from freewind-forks/superagent
superagent: cookie related headers has special types
2019-01-04 09:06:38 -08:00
Sheetal NandiandGitHub dcf55606f2 Merge pull request #31783 from jungpaeng/master
[classnames] classnames/bind error fix
2019-01-04 09:04:43 -08:00
Sheetal NandiandGitHub 3a0a5f2a56 Merge pull request #31877 from paibamboo/react-modal-3.8.1
Add onAfterClose prop to ReactModal
2019-01-04 09:02:56 -08:00
Sheetal NandiandGitHub 19e4639fe0 Merge pull request #31882 from vargavince91/master
Add navigator.permissions API type definitions
2019-01-04 08:59:30 -08:00
Sheetal NandiandGitHub ec255334bf Merge pull request #31890 from Guillaume-Mayer/koa-router-fix-context
[koa-router] fix IRouterContext
2019-01-04 08:57:17 -08:00
Sheetal NandiandGitHub 554c325496 [opentype.js] add annotations for BoundingBox and some tests, finish prev todo (#31880) 2019-01-04 08:45:12 -08:00
何乐andSheetal Nandi 62b167feca Update ACLType in index.d.ts@types/ali-oss (#31819)
* Update ACLType in index.d.ts

### From
```ts
type ACLType = "public-read-write" | "public-read" | "and private";
```
### Tto
```ts
type ACLType = "public-read-write" | "public-read" | "private";
```

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2019-01-04 08:44:52 -08:00
Nathan FastandSheetal Nandi 8a18392af3 Add ignorePunctuation parameter to MarkOptions (#31873) 2019-01-04 08:44:06 -08:00
Daniel SchopfandSheetal Nandi 8085094f30 Add terser-webpack-plugin (#31863)
* Added terser plugin typings

* add webpack chunk typing

* added 'ExtractCommentOptions' instead of just 'object'
2019-01-04 08:27:19 -08:00
Guillaume Mayer 6e13e6088f fix 2019-01-04 11:49:20 -03:00
Guillaume Mayer 5950b10aed failing test (sort of) 2019-01-04 11:48:30 -03:00
Vince Varga c8aebb0754 Add navigator.permissions API type definitions 2019-01-04 10:24:01 +01:00
paibamboo f4417875cc Fix build error patch version not allowed 2019-01-04 13:26:08 +07:00
hikerpig d2926ee528 [opentype.js] add annotations for BoundingBox and some tests, finish prev todo 2019-01-04 14:09:05 +08:00
paibamboo 305151cf2d Add onAfterClose prop to ReactModal 2019-01-04 10:22:41 +07:00
davidgoli 8d21ac9216 add extra parse signature 2019-01-03 18:19:06 -08:00
Taeheon KimandSheetal Nandi 34b631c678 Add "onBeforeDragStart" to the "DragDropContextProps" interface (#31865) 2019-01-03 18:06:38 -08:00
AkuukisandSheetal Nandi 3d61a8f7b0 [stellar-sdk] Misc improvements 3 (#31857)
* fix(operations): review props and options

* feat(op): setOptions signer conditional type

* fix: Server.ServerOptions -> Server.Options
2019-01-03 18:05:35 -08:00
Sheetal NandiandGitHub ba83f54a74 Merge pull request #31767 from ovidiubute/add-linkifyjs-react-plugin-declaration
[linkifyjs] Add React plugin declaration
2019-01-03 14:53:33 -08:00
Sheetal NandiandGitHub 0c9d6dd3cc Merge pull request #31867 from davidgomes/sqlstring-raw
Add Sqlstring.raw to sqlstring
2019-01-03 13:27:16 -08:00
Sheetal NandiandGitHub b2b685b4d9 Merge pull request #31864 from Jarrku/patch-1
[query-string] Add `sort` to StringifyOptions
2019-01-03 12:50:30 -08:00
Sheetal NandiandGitHub 7551640b4b Merge pull request #31869 from shimos/bytebuffer-buffer-fix
[bytebuffer] Change to/add Buffer in the types for arguments and return values
2019-01-03 12:50:12 -08:00
Sheetal NandiandGitHub 070c89db9f Merge pull request #31866 from jdforsythe/express-slow-down
[express-slow-down] Add types
2019-01-03 12:49:21 -08:00
Sheetal NandiandGitHub eff1dca28a Merge pull request #31772 from kepennar/master
[react-redux] use the new forwardRef option
2019-01-03 11:40:03 -08:00
Jeremy Forsythe 6ca38e8911 fix lint and better interface definition 2019-01-03 14:26:39 -05:00
Sheetal NandiandGitHub 541eff7fb0 Merge pull request #31087 from woutgg/mongoose-paginate-v2
Add types for mongoose-paginate-v2 (modified from mongoose-paginate)
2019-01-03 11:07:04 -08:00
Jeremy Forsythe 59d63bd161 fix tests 2019-01-03 14:03:06 -05:00
Jeremy Forsythe 45f8494761 fix function call and handle augmented Request 2019-01-03 13:53:52 -05:00
Wouter R e50421936e Remove tslint ban-types config override in favor of inline overrides. 2019-01-03 19:52:00 +01:00
Sheetal NandiandGitHub ddd421d51a Merge pull request #31807 from BendingBender/keyv__mysql
[@keyv/mysql] Add types
2019-01-03 10:48:04 -08:00
Sheetal NandiandGitHub 2e95630302 Merge pull request #31868 from jdforsythe/express-rate-limit
[express-rate-limit] Create definitions for v3
2019-01-03 10:12:47 -08:00
Sheetal NandiandGitHub baf0d7df5d Merge pull request #31762 from BendingBender/retry
[retry] Update types to v0.12
2019-01-03 09:42:54 -08:00
Sheetal NandiandGitHub c306e3fe91 Merge pull request #31862 from Goldsmith42/master
Added type definitions for is-valid-path.
2019-01-03 09:35:28 -08:00
Taku Shimosawa 4cace8f646 [bytebuffer] Change to/add Buffer in the types for arguments and return types 2019-01-03 09:26:47 -08:00
Sheetal NandiandGitHub 59cf8c4bfb Merge pull request #31856 from sameercaresu/master
Adding types for node-gettext
2019-01-03 09:24:39 -08:00
Sheetal NandiandGitHub 8613c8bbf9 Merge pull request #31756 from MrOggy85/feature/webdriverio-appium
add webdriverio appium desired capabilities
2019-01-03 09:16:48 -08:00
Jeremy Forsythe 62adcee758 [express-rate-limit] Create definitions for v3 2019-01-03 12:14:46 -05:00
Sheetal NandiandGitHub 39dbf5e247 Merge pull request #31850 from bryanspears/export-more-needle-types
[needle] Export all types
2019-01-03 09:12:04 -08:00