UNPKG

quasar

Version:

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

106 lines (91 loc) 1.87 kB
describe('Input API', () => { describe('Props', () => { describe('Category: content', () => { describe('(prop): shadow-text', () => { it.skip(' ', () => { // }) }) describe('(prop): autogrow', () => { it.skip(' ', () => { // }) }) }) describe('Category: general', () => { describe('(prop): type', () => { it.skip(' ', () => { // }) }) }) describe('Category: model', () => { describe('(prop): model-value', () => { it.skip(' ', () => { // }) }) describe('(prop): debounce', () => { it.skip(' ', () => { // }) }) describe('(prop): maxlength', () => { it.skip(' ', () => { // }) }) }) describe('Category: style', () => { describe('(prop): input-class', () => { it.skip(' ', () => { // }) }) describe('(prop): input-style', () => { it.skip(' ', () => { // }) }) }) }) describe('Events', () => { describe('(event): update:model-value', () => { it.skip(' ', () => { // }) }) describe('(event): focus', () => { it.skip(' ', () => { // }) }) describe('(event): blur', () => { it.skip(' ', () => { // }) }) }) describe('Methods', () => { describe('(method): focus', () => { it.skip(' ', () => { // }) }) describe('(method): blur', () => { it.skip(' ', () => { // }) }) describe('(method): select', () => { it.skip(' ', () => { // }) }) describe('(method): getNativeElement', () => { it.skip(' ', () => { // }) }) }) })