2.0.2 • Published 7 months ago

@makeform/upload v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@makeform/upload

Widget for users to upload file(s).

Configs

  • multiple: boolean value, default false. if true, accept multiple files upload.

Extension

@makeform/upload supports module extension with ext api: call parent.ext with following parameters to extend:

  • view: optional. ldview object to be rendered when re-rendered. lc object will be used as its context.
  • render(): a callback function that is called when re-rendered, with widget context.
  • is-support(file):
    • given file object, return a promise resolving with {supported} object, indicating if that file is supported by true or false of supported field.
  • detail(list): given a list of file objects, extend it with additional information.
    • return a promise.

License

MIT

2.0.2

7 months ago

1.0.21

8 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.20

1 year ago

1.0.15

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.10

2 years ago

1.0.2

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago