Hi! is Vaadin 14+ NPM supported? Thanks
We’re working on it, and probably will release a new version soon.
Stay tuned!
Hi Jose!
Today we finally released a new version supporting Vaadin 14 in NPM mode.
Please tell us if you have any trouble. You can contact us here or create an issue in [the component’s GitHub page]
(https://github.com/FlowingCode/IronIconsAddon).
Regards!
Hi!
It works fine! Thanks
There is a bug on FileIcons enum.
It is:
@JsModule(“./iron-file-icons/file-icons.js”)
and should be:
@JsModule(“@polymer/iron-file-icons/file-icons.js”)
Hello. In this case the iconset is packaged within the addon (see [here]
(https://github.com/FlowingCode/IronIconsAddon/blob/master/src/main/resources/META-INF/frontend/iron-file-icons/file-icons.js)) because [iron-file-icons]
(https://www.webcomponents.org/element/collaborne/iron-file-icons) is not available in npm, thus @JsModule
references a local file (while the other collections from iron-icons
are effectively npm dependencies).
The approach works and file-icons can be displayed in the application ([example]
(https://addonsv14.flowingcode.com/iron-icons/view/file/excel)). Is there any issue displaying the icons in your application?