IconField: Wrong casing in Typescript module declaration file (.d.ts) #5376
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The last PrimeVue versions introduced 2 new components IconField and InputIcon.
For Typescript, the InputIcon module augmentation in the
GlobalComponents
interface is declared correctly (PascalCase) but for IconField, it is declared in lowercase. Thus, intellisense proposes the lowercase writing when declaring components globally.Was it intentional ?
IconField.d.ts
In comparison, the InputIcon component in InputIcon.d.ts
Reproducer
https://primevue.org/
PrimeVue version
3.49.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
The text was updated successfully, but these errors were encountered: