Hello, In the FileDownloadWrapper class there is the following annotation:

Hello,

In the FileDownloadWrapper class there is the following annotation:
@HtmlImport(“./file-download-wrapper.html”)

The documentation of @HtmlImport says, that it is only usable in compatibility mode, and is ignored in normal mode. So I think this implementation will not work in Vaadin 14 normal mode by definition.

Can we expect a version for Vaadin 14 normal mode in the near future?

The HTML import annotation will be ignored in npm mode, but it will be used in compatibility mode. The opposite is true for @JSModule.