• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sagalbot / vue-select / 21502500475

30 Jan 2026 02:42AM UTC coverage: 31.789%. First build
21502500475

Pull #1874

github

web-flow
Merge d1087f3eb into 7644929ef
Pull Request #1874: Upgrade Nuxt to v4 and migrate to @nuxt/eslint and @nuxt/fonts

232 of 288 branches covered (80.56%)

7 of 33 new or added lines in 8 files covered. (21.21%)

940 of 2957 relevant lines covered (31.79%)

17.08 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/types.ts
NEW
1
import { PropType } from 'vue'
×
2

3
export type VueSelectValue = PropType<unknown>
4
export type VueSelectOption = PropType<unknown>
5

6
export interface ListBoxProps {
7
  modelValue: VueSelectValue
8
  open?: boolean | undefined
9
}
10
export interface ResolvedListBoxProps extends Omit<ListBoxProps, 'open'> {
11
  open: boolean
12
  inputText: string
13
  toggleOpen: () => boolean
14
  setInputText: (text: string) => void
15
  setModelValue: (value: unknown) => void
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc