Changes between Version 21 and Version 22 of UZ


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified UZ

    v21 v22  
    9898
    9999||= item =||= purpose =||= kind =||
    100 || pick || launches standard file picker || callback ||
    101 || reset || resets to //idle// state || callback ||
    102 || start || begin files upload || callback ||
    103 || abort || abort pending files upload || callback ||
    104 || can_pick || is file picking allowed? || computed property ||
    105 || can_start || is upload start allowed? || computed property ||
    106 || can_abort || is upload abort allowed? || computed property ||
    107 || can_reset || is component reset allowed? || computed property ||
     100|| pick || launches standard file picker || callback || no args ||
     101|| reset || resets to //idle// state || callback || no args ||
     102|| start || begin files upload || callback || no args ||
     103|| abort || abort pending files upload || callback || no args ||
     104|| can_pick || is file picking allowed? || computed property || boolean ||
     105|| can_start || is upload start allowed? || computed property || boolean ||
     106|| can_abort || is upload abort allowed? || computed property || boolean ||
     107|| can_reset || is component reset allowed? || computed property || boolean ||
    108108
    109109== Emitted events