Changes between Version 15 and Version 16 of UZ
- Timestamp:
- 2022.10.05 19:07:32 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UZ
v15 v16 80 80 81 81 ||= slot name =||= props =||= when used =|| 82 || idle || pick|| nothing has to be done ||82 || idle || pick || nothing has to be done || 83 83 || hover || (no props) || component is hovered with files - drop is possible || 84 84 || wait || start, reset, queue || ready for upload || … … 89 89 || with-errors || result, errors, reset || upload completed with errors || 90 90 91 == Instance methods 91 == Exposed items 92 93 ||= item =||= purpose =||= kind =|| 94 || pick || launches standard file picker || callback || 95 || reset || resets to //idle// state || callback || 96 || start || begin files upload || callback || 97 || abort || abort pending files upload || callback || 98 || can_pick || is file picking allowed? || computed property || 99 || can_start || is upload start allowed? || computed property || 100 || can_abort || is upload abort allowed? || computed property || 101 || can_reset || is component reset allowed? || computed property || 92 102 93 103 === start … … 97 107 === reset 98 108 109 === abort 110 111 Aborts upload. 112 99 113 ---- 100 114