Page 1 of 1

about vue3

Posted: Tue Jul 23, 2024 9:12 am
by salt98ruan
I am using Vue 3 and the version of Stimulsoft is 2024.3.2.0. I would like to know the difference between the following imports:

Code: Select all

import { Stimulsoft } from 'stimulsoft-reports-js/Scripts/stimulsoft.viewer
import { Stimulsoft } from 'stimulsoft-reports-js/Scripts/stimulsoft.blockly.editor'
When using stimulsoft-reports-js/Scripts/stimulsoft.blockly.editor, there are many warnings in the browser console, similar to:
'No message string for %{BKY_LOGIC_COMPARE_TOOLTIP_EQ} in %{BKY_LOGIC_COMPARE_TOOLTIP_EQ}'.
Could you please help me understand why this is happening and how to resolve it?

Re: about vue3

Posted: Tue Jul 23, 2024 12:24 pm
by Lech Kulikowski
Hello,

All warnings were fixed. Please check the next release build.

Thank you.

Re: about vue3

Posted: Wed Jul 24, 2024 12:53 am
by salt98ruan
Lech Kulikowski wrote: Tue Jul 23, 2024 12:24 pm Hello,

All warnings were fixed. Please check the next release build.

Thank you.
If I only use the viewer, which file should I include?

Re: about vue3

Posted: Wed Jul 24, 2024 11:18 pm
by Lech Kulikowski
Hello,

It is the viewer and report scripts.

Thank you.