quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
190 lines (162 loc) • 3.45 kB
JavaScript
describe('Date API', () => {
describe('Props', () => {
describe('Category: behavior', () => {
describe('(prop): years-in-month-view', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: content', () => {
describe('(prop): title', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): subtitle', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): today-btn', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): minimal', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: model', () => {
describe('(prop): model-value', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): default-year-month', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): default-view', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): events', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): options', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): first-day-of-week', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): emit-immediately', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: model|selection', () => {
describe('(prop): multiple', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): range', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: selection', () => {
describe('(prop): navigation-min-year-month', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): navigation-max-year-month', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-unset', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: style', () => {
describe('(prop): event-color', () => {
it.skip(' ', () => {
//
})
})
})
})
describe('Slots', () => {
describe('(slot): default', () => {
it.skip(' ', () => {
//
})
})
})
describe('Events', () => {
describe('(event): update:model-value', () => {
it.skip(' ', () => {
//
})
})
describe('(event): navigation', () => {
it.skip(' ', () => {
//
})
})
describe('(event): range-start', () => {
it.skip(' ', () => {
//
})
})
describe('(event): range-end', () => {
it.skip(' ', () => {
//
})
})
})
describe('Methods', () => {
describe('(method): setToday', () => {
it.skip(' ', () => {
//
})
})
describe('(method): setView', () => {
it.skip(' ', () => {
//
})
})
describe('(method): offsetCalendar', () => {
it.skip(' ', () => {
//
})
})
describe('(method): setCalendarTo', () => {
it.skip(' ', () => {
//
})
})
describe('(method): setEditingRange', () => {
it.skip(' ', () => {
//
})
})
})
})