mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
* [bootstrap-fileinput]: Add some missing defs for File Action Settings
* Fixes capitalization: `fileActionsettings` => `fileActionSettings`
* Made all file action settings parameters optional.
* Added the following parameters to file action settings:
* `showUpload`
* `showDownload`
* `showRemove`
* `showZoom`
* `showDrag`
* `uploadRetryIcon`
* `downloadIcon`
* `downloadClass`
* `downloadTitle`
* `zoomIcon`
* `zoomClass`
* `zoomTitle`
* `dragIcon`
* `dragClass`
* `dragTitle`
* `dragSettings`
* `indicatorPaused`
* `indicatorPausedTitle`
Added the following top level parameters for `FileInputOptions`:
* `required`
* `rtl`
* `hideThumbnailContent`
* `encodeUrl`
* `focusCaptionOnBrowse`
* `focusCaptionOnClear`
* [bootstrap-fileinput]: Added `@default` values for some boolean props
|
||
|---|---|---|
| .. | ||
| bootstrap-fileinput-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||