DefinitelyTyped/types/bootstrap-fileinput
Zach Hall 04b46cc786
[bootstrap-fileinput]: Add some missing definitions, especially around FileActionSettings (#44271)
* [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
2020-04-27 10:30:47 -07:00
..
bootstrap-fileinput-tests.ts [bootstrap-fileinput]: Add some missing definitions, especially around FileActionSettings (#44271) 2020-04-27 10:30:47 -07:00
index.d.ts [bootstrap-fileinput]: Add some missing definitions, especially around FileActionSettings (#44271) 2020-04-27 10:30:47 -07:00
tsconfig.json
tslint.json