UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

162 lines (138 loc) 2.8 kB
describe('Uploader API', () => { describe('Props', () => { describe('Category: behavior', () => { describe('(prop): auto-upload', () => { it.skip(' ', () => { // }) }) describe('(prop): hide-upload-btn', () => { it.skip(' ', () => { // }) }) }) describe('Category: content', () => { describe('(prop): label', () => { it.skip(' ', () => { // }) }) describe('(prop): no-thumbnails', () => { it.skip(' ', () => { // }) }) }) describe('Category: state', () => { describe('(prop): disable', () => { it.skip(' ', () => { // }) }) describe('(prop): readonly', () => { it.skip(' ', () => { // }) }) }) describe('Category: style', () => { describe('(prop): color', () => { it.skip(' ', () => { // }) }) describe('(prop): text-color', () => { it.skip(' ', () => { // }) }) describe('(prop): dark', () => { it.skip(' ', () => { // }) }) describe('(prop): square', () => { it.skip(' ', () => { // }) }) describe('(prop): flat', () => { it.skip(' ', () => { // }) }) describe('(prop): bordered', () => { it.skip(' ', () => { // }) }) }) }) describe('Slots', () => { describe('(slot): header', () => { it.skip(' ', () => { // }) }) describe('(slot): list', () => { it.skip(' ', () => { // }) }) }) describe('Events', () => { describe('(event): added', () => { it.skip(' ', () => { // }) }) describe('(event): removed', () => { it.skip(' ', () => { // }) }) describe('(event): start', () => { it.skip(' ', () => { // }) }) describe('(event): finish', () => { it.skip(' ', () => { // }) }) }) describe('Methods', () => { describe('(method): upload', () => { it.skip(' ', () => { // }) }) describe('(method): abort', () => { it.skip(' ', () => { // }) }) describe('(method): reset', () => { it.skip(' ', () => { // }) }) describe('(method): removeUploadedFiles', () => { it.skip(' ', () => { // }) }) describe('(method): removeQueuedFiles', () => { it.skip(' ', () => { // }) }) describe('(method): removeFile', () => { it.skip(' ', () => { // }) }) }) })