Select to view content in your preferred language

Analysis Widget Developer Edition (1.14) missing modules

50
1
19 hours ago
SerjStol
Frequent Contributor

Hello,

I am developing a custom ExB widget (v1.14) that will consume a GP Task (Python Web Tool) and I was hoping that I can use some of the existing code from the COTS Analysis Widget. However, when I copy it from the dist folder into my extensions/widgets folder where I develop, I cannot run the widget as it is missing 'analysis-ui-schema' module which seems crucial how it deals with GP tools parameters etc. 

Are there plans to make those modules available in Developer Edition or not?

SerjStol_0-1731411427104.png

SerjStol_1-1731411571541.png

 

Thanks!

0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor

In v1.15, that line looks like this:

import { type AnalysisToolInfo } from '@arcgis/analysis-ui-schema'

and also has a squiggly line underneath it in the editor.

Snag_96da58.png

However, the custom tool does seem to work properly OOTB

Snag_97bbcf.png

0 Kudos