quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
130 lines (111 loc) • 2.31 kB
JavaScript
describe('Dialog API', () => {
describe('Props', () => {
describe('Category: behavior', () => {
describe('(prop): persistent', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-esc-dismiss', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-backdrop-dismiss', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-route-dismiss', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): auto-close', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-refocus', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-focus', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-shake', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: content', () => {
describe('(prop): seamless', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): maximized', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): full-width', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): full-height', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): position', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: style', () => {
describe('(prop): square', () => {
it.skip(' ', () => {
//
})
})
})
})
describe('Slots', () => {
describe('(slot): default', () => {
it.skip(' ', () => {
//
})
})
})
describe('Events', () => {
describe('(event): shake', () => {
it.skip(' ', () => {
//
})
})
describe('(event): escape-key', () => {
it.skip(' ', () => {
//
})
})
})
describe('Methods', () => {
describe('(method): focus', () => {
it.skip(' ', () => {
//
})
})
describe('(method): shake', () => {
it.skip(' ', () => {
//
})
})
})
})