Changes between Version 15 and Version 16 of UZ


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UZ

    v15 v16  
    8080
    8181||= slot name =||= props =||= when used =||
    82 || idle        || pick    || nothing has to be done ||
     82|| idle || pick || nothing has to be done ||
    8383|| hover || (no props) || component is hovered with files - drop is possible ||
    8484|| wait || start, reset, queue || ready for upload ||
     
    8989|| with-errors || result, errors, reset || upload completed with errors ||
    9090
    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 ||
    92102
    93103=== start
     
    97107=== reset
    98108
     109=== abort
     110
     111Aborts upload.
     112
    99113----
    100114