Changes between Version 18 and Version 19 of UZ


Ignore:
Timestamp:
2022.10.05 19:17:17 (2 years ago)
Author:
js29a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v18 v19  
    103103== Emitted events
    104104
     105=== Component state events
     106
    105107* `update:canPick(flag: boolean)` - is file picking allowed,
    106108* `update:canReset(flag: boolean)` - is component reset allowed,
    107109* `update:canStart(flag: boolean)` - is upload start allowed,
    108 * `update:canAbort(flag: boolean)` - is upload abort allowed,
     110* `update:canAbort(flag: boolean)` - is upload abort allowed.
     111
     112=== Progress events
     113
     114(TBD)
    109115
    110116== Other things