quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
196 lines (167 loc) • 3.58 kB
JavaScript
describe('Editor API', () => {
describe('Props', () => {
describe('Category: behavior', () => {
describe('(prop): paragraph-tag', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: content', () => {
describe('(prop): placeholder', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: model', () => {
describe('(prop): model-value', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: state', () => {
describe('(prop): readonly', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): disable', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: style', () => {
describe('(prop): square', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): flat', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): dense', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): dark', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): min-height', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): max-height', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): height', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): content-style', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): content-class', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: toolbar', () => {
describe('(prop): definitions', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): fonts', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): toolbar', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): toolbar-color', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): toolbar-text-color', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): toolbar-toggle-color', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): toolbar-bg', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: toolbar|style', () => {
describe('(prop): toolbar-outline', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): toolbar-push', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): toolbar-rounded', () => {
it.skip(' ', () => {
//
})
})
})
})
describe('Events', () => {
describe('(event): update:model-value', () => {
it.skip(' ', () => {
//
})
})
})
describe('Methods', () => {
describe('(method): runCmd', () => {
it.skip(' ', () => {
//
})
})
describe('(method): refreshToolbar', () => {
it.skip(' ', () => {
//
})
})
describe('(method): focus', () => {
it.skip(' ', () => {
//
})
})
describe('(method): getContentEl', () => {
it.skip(' ', () => {
//
})
})
})
})