Web Types & other extracts of meta data - missing some components #6974
Labels
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
The various meta-data extracts using this https://github.com/primefaces/primevue/blob/master/packages/primevue/scripts/build-api.js are missing some components.
Reproducer
https://stackblitz.com/github/primefaces/primevue-tailwind-preset-template
PrimeVue version
4.2.5
Vue version
4.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
npm install
node_modules/primevue/web-types.json
, the tags array misses numerous components, some of them that I have noted are Select, DatePicker, FloatLabel...node_modules/primevue/vetur-tags.json
, the tags object misses numerous components, some of them that I have noted are Select, DatePicker, FloatLabel...vetur-attributes.json
Expected behavior
Tools like Jetbrains IDEs, Vue Designer rely on these meta-data files and are very valuable and must be accurate for the best DX. Thank you!
The text was updated successfully, but these errors were encountered: