-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scoped slot prarams types for QUploader #11090
Comments
@IlCallo @yusufkandemir Would you be so kind to take care of this, please? It only needs the definition for the slots in the API file instead of the current exemption. |
#11090, #11500) (#11591) * feat(ts): Allow top-level type definition for slot scopes * feat(api/QUploader): Add slot scope types (#11090) * fix(api/QOptionGroup): Correct the slot scope definitions (#11500) * feat(api/QOptionGroup): Improve slot scope definitions * refactor(ui/QOptionGroup): Add a note for updating the structure of scopes on Qv3 * Update QOptionGroup.js * Update uploader-core.js Co-authored-by: Razvan Stoenescu <[email protected]>
Changes will be available in Quasar v2.3.5 |
If I try this with the example from documentation, I am still seeing typescript errors for other scope properties such as:
The error I am seeing reads: quasar - 2.6.5 |
Still missing this types on v2.7.3 |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
As quasar is moving towards a fully types component lib, I think it'll be great to have types for QUploader scoped slots too.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
@IlCallo @yusufkandemir
The text was updated successfully, but these errors were encountered: