DefinitelyTyped / DefinitelyTyped/DefinitelyTyped
Wrong (?) declarations of the $.ui.* globals in jqueryui.d.ts
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 51.4k
- Forks
- 30.4k
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 108
Description
The definitions of the globals $.ui.accordion, $.ui.autocomplete etc. (interface JQueryUI.UI) appear to be wrong: they do not define the prototype member and they define things like $.ui.slider.min (via extension of SliderOptions) that do not exist.
See http://stackoverflow.com/questions/17999653/jquery-ui-widgets-in-typescript
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in jqueryui.d.ts at the JQueryUI.UI interface and the $.ui widget declarations. Compare the declared members with the widget shape described in the issue and its examples; done means the globals expose prototype correctly and do not include nonexistent option properties such as slider.min.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jquery, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100