<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Duplicating the ExB Analysis widget (Developer Edition) in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1400774#M11763</link>
    <description>&lt;P&gt;That's an alarming practice from Esri. What exactly is a "Esri private library" and why is Esri preventing its paying customers from accessing the tools and functions that we've paid for? Can you provide a complete list of what widgets are considered "private Esri widgets?"&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 09:31:09 GMT</pubDate>
    <dc:creator>AValenski</dc:creator>
    <dc:date>2024-03-26T09:31:09Z</dc:date>
    <item>
      <title>Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370302#M10323</link>
      <description>&lt;P&gt;Hi, I am trying to make a copy of the Analysis widget that comes with v1.13 of Experience Builder Developer Edition. The workflow is as follows, and we have no issues making copies of the sample widget or the map widget using these steps.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Make a copy of client\dist\widgets\arcgis\analysis to client\your-extensions\widgets&lt;/LI&gt;&lt;LI&gt;Rename the new analysis folder under client\your-extensions\widgets to analysis-custom&lt;/LI&gt;&lt;LI&gt;Modify client\your-extensions\widgets\analysis-custom\manifest.json so that the widget's name is analysis-custom&lt;/LI&gt;&lt;LI&gt;npm start in the client folder&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For other widgets after this step it will detect them and they will be available in the builder once that's started. However for the Analysis widget I'm getting 16 errors during the client's start, related to dependencies. Most of these dependencies seem to have names matching folders in this location: client\dist\arcgis-amd-packages, but not all of them.&lt;/P&gt;&lt;P&gt;The default Analysis widget that comes with ExB works fine, so the dependencies must be available somehow.&lt;/P&gt;&lt;P&gt;I've tried reaching out to Esri Canada support with this as a case but was turned away for an unsupported workflow, and they linked me to the guide on how to create a custom widget.&amp;nbsp; I'd rather not recreate the Analysis/GP widget from scratch.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 23:00:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370302#M10323</guid>
      <dc:creator>JoeRogan</dc:creator>
      <dc:date>2024-01-15T23:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370534#M10337</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/231538"&gt;@JoeRogan&lt;/a&gt;&amp;nbsp;just wanting to confirm you've followed these exact steps?&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. copy the Analysis widget into the client&amp;gt;your-extensions&amp;gt;widgets folder&lt;/P&gt;&lt;P&gt;2. rename the Analysis widget, also update the manifest (I think you had this right)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;A href="https://developers.arcgis.com/experience-builder/guide/create-a-starter-widget/" target="_blank"&gt;Create a starter widget | ArcGIS Experience Builder | ArcGIS Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 16:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370534#M10337</guid>
      <dc:creator>AlixVezina</dc:creator>
      <dc:date>2024-01-16T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370559#M10342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148663"&gt;@AlixVezina&lt;/a&gt;&amp;nbsp;, thank you for the response.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had not tried that yet as this wasn't necessary when duplicating the map or layer list widgets for customizations.&amp;nbsp; That command does run successfully, but doesn't provide me with an update src folder for the widget where I could start my customizations.&amp;nbsp; I tried running npm run build:dev to see what happens, and it results in the same 16 missing modules errors.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm adding a screenshot of what I see with the widget.tsx file open, this shows a few of the broken dependencies with red underline as well as the errors in the console at the bottom.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 16:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370559#M10342</guid>
      <dc:creator>JoeRogan</dc:creator>
      <dc:date>2024-01-16T16:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370566#M10343</link>
      <description>&lt;P&gt;Sorry&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/231538"&gt;@JoeRogan&lt;/a&gt;&amp;nbsp;I had corrected my post after sharing it and it must not have come through. My main question was: how are you adding the Analysis widget as a custom widget?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I believe the steps should be to add the Analysis widget into the client &amp;gt; your-extensions &amp;gt; widgets folder and then rename it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CCing&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/184441"&gt;@Wei_Ying&lt;/a&gt;&amp;nbsp;&amp;nbsp;for any specific requirements to customize the Analysis widget.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 17:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370566#M10343</guid>
      <dc:creator>AlixVezina</dc:creator>
      <dc:date>2024-01-16T17:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370568#M10344</link>
      <description>&lt;P&gt;Is your name in the manifest.json "analysis-sar"? The name in the manifest.json must exactly match the folder name for the widget to compile correctly. (Your original post indicates you named it "analysis-custom".)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 17:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370568#M10344</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-01-16T17:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370571#M10345</link>
      <description>&lt;P&gt;Yes I have renamed both the folder and name in the manifest to analysis-sar, they match.&amp;nbsp; The widget is in my&amp;nbsp;&lt;SPAN&gt;client &amp;gt; your-extensions folder.&amp;nbsp; I've successfully done this with other widgets, its just the Analysis widget that doesn't seem to work.&amp;nbsp; A coworker has reproduced the issues on their machine too.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 17:08:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370571#M10345</guid>
      <dc:creator>JoeRogan</dc:creator>
      <dc:date>2024-01-16T17:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370574#M10346</link>
      <description>&lt;P&gt;What I don't understand are how the modules are loaded for the Analysis widget in the core of ExB, the widget clearly works there.&amp;nbsp; As a test I am taking one of the first lines that doesn't work and just loading it into the super basic sample widget.&amp;nbsp; The line is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN&gt;Alert&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;AlertPopup&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;defaultMessages&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;jimuiDefaultMessages&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Loading&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Tab&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Tabs&lt;/SPAN&gt;&lt;SPAN&gt; } &lt;/SPAN&gt;&lt;SPAN&gt;from&lt;/SPAN&gt; &lt;SPAN&gt;'jimu-ui'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The problem point in this line is that&amp;nbsp;&lt;SPAN&gt;Module '"jimu-ui"' has no exported member 'Alert'.&amp;nbsp; So how does this module work in the default Analysis widget, but I can't use it in any custom widget?&amp;nbsp; I'm sure whatever the fix for this would be a similar fix for all 16 modules producing errors.&amp;nbsp; My clue is that they are in the&amp;nbsp;arcgis-amd-packages folder.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Jan 2024 17:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1370574#M10346</guid>
      <dc:creator>JoeRogan</dc:creator>
      <dc:date>2024-01-16T17:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1373790#M10480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/231538"&gt;@JoeRogan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your feedback! Unfortunately you may not copy Analysis widget like other widget. Because an Esri priviate library is referenced in the Analysis widget. So it is as expected to see errors. So far we cannot open access to this private library. So it is not support if you would like develop a custom widget coping from Analysis widget.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If there are any features you would like to added to Analysis widget, we are happy to hear about your story and investigate the possibility to enhance the widget.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Wei&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 07:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1373790#M10480</guid>
      <dc:creator>Wei_Ying</dc:creator>
      <dc:date>2024-01-24T07:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1400774#M11763</link>
      <description>&lt;P&gt;That's an alarming practice from Esri. What exactly is a "Esri private library" and why is Esri preventing its paying customers from accessing the tools and functions that we've paid for? Can you provide a complete list of what widgets are considered "private Esri widgets?"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 09:31:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1400774#M11763</guid>
      <dc:creator>AValenski</dc:creator>
      <dc:date>2024-03-26T09:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1402511#M11845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/676840"&gt;@AValenski&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your question. And sorry for unclear explanation.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;The Analysis widget is not a private widget. The Analysis functionalities are open to public users for sure. However it does not allow you to directly access the code of the widget implementation.&amp;nbsp; The private library means it is a library for internal use across Esri teams to develop functionalities, where the code is not exposed to public users and I believe that is understandable.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However in future we may expose these kind of components/library to public users to help them develop their own functionalities. But the project is not ready yet.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Wei&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 04:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1402511#M11845</guid>
      <dc:creator>Wei_Ying</dc:creator>
      <dc:date>2024-03-29T04:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1656255#M21074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/184441"&gt;@Wei_Ying&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following up on this old thread - any update or plan to release the Analysis widget supporting components/libraries so that we can customize the Analysis widget?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 15:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1656255#M21074</guid>
      <dc:creator>Andrew_Hu</dc:creator>
      <dc:date>2025-10-08T15:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1656266#M21076</link>
      <description>&lt;P&gt;Quite frankly, I'd prefer a complete separate GP widget like we used to have in the WAB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a few GP tools requires drawing points and polygons on screen to select data for analysis. The GP tool implementation in WAB works perfectly. I found a number of functions are currently missing in the Analysis widget to migrate successfully:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; limit drawing options to GP tool supported geometry only - the Analysis widget show all geometry types in drawing tool&lt;/P&gt;&lt;P&gt;2) allow symbology selection for input geometry (including features created by drawing tool) - critical to drawing different type of feature points in an isolation tracing workflow, otherwise they all look the same on the screen&lt;/P&gt;&lt;P&gt;3) need a Clear drawing button to clear drawing features on screen&lt;/P&gt;&lt;P&gt;4) The drawing tool on Analysis widget stays active even after the widget is closed - need to reset it to default cursor after user closes the tool&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Andrew&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 16:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1656266#M21076</guid>
      <dc:creator>Andrew_Hu</dc:creator>
      <dc:date>2025-10-08T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating the ExB Analysis widget (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1666833#M21689</link>
      <description>&lt;P&gt;Hi, currently customizing the Analysis widget won't work as this widget is based on arcgis analysis component which is not available to the public. This web component would be available to user in future I believe but I cannot guarantee the schedule now. Sorry about that&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 19:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/duplicating-the-exb-analysis-widget-developer/m-p/1666833#M21689</guid>
      <dc:creator>Wei_Ying</dc:creator>
      <dc:date>2025-11-18T19:07:59Z</dc:date>
    </item>
  </channel>
</rss>

