<?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>idea Expand button position on action pad in Calcite Design System Ideas</title>
    <link>https://community.esri.com/t5/calcite-design-system-ideas/expand-button-position-on-action-pad/idi-p/1507812</link>
    <description>&lt;P&gt;When the action pad (and probably also the action bar) is set with positon="end" and layout="horizontal" the expand action should be moved to the front of the pad/bar.&lt;/P&gt;&lt;P&gt;I.e. in the below image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GeoGalvanic_0-1721625341552.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110193iC8F177B7BF7AAD59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeoGalvanic_0-1721625341552.png" alt="GeoGalvanic_0-1721625341552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This feels like a more natural place (assuming that end + horizontal now means you're aligning to the right side of the screen). This would allow creating actions that are mirror images of each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's also the actions-end slot, but it still moves actions to the end but&amp;nbsp;&lt;STRONG&gt;before&lt;/STRONG&gt; the expand action. If there was a similar slot, but actually moved the actions to the very end, that would also allow achieving the above action pad state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For what it's worth, this is how I'm currently getting the above.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;customElements.whenDefined("calcite-action-pad")
.then(() =&amp;gt; {
    actionPad.componentOnReady()
    .then((actionPad) =&amp;gt; {
        const container = actionPad.shadowRoot.firstChild as HTMLElement;
        if (this.position == "end" &amp;amp;&amp;amp; this.layout == "horizontal") {
            container.style.flexWrap = "wrap-reverse";
            container.style.flexDirection = "row-reverse";
        } else {
            container.style.flexWrap = "wrap";
        }
     });
 });&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2024 05:27:33 GMT</pubDate>
    <dc:creator>GeoGalvanic</dc:creator>
    <dc:date>2024-07-22T05:27:33Z</dc:date>
    <item>
      <title>Expand button position on action pad</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/expand-button-position-on-action-pad/idi-p/1507812</link>
      <description>&lt;P&gt;When the action pad (and probably also the action bar) is set with positon="end" and layout="horizontal" the expand action should be moved to the front of the pad/bar.&lt;/P&gt;&lt;P&gt;I.e. in the below image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GeoGalvanic_0-1721625341552.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110193iC8F177B7BF7AAD59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeoGalvanic_0-1721625341552.png" alt="GeoGalvanic_0-1721625341552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This feels like a more natural place (assuming that end + horizontal now means you're aligning to the right side of the screen). This would allow creating actions that are mirror images of each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's also the actions-end slot, but it still moves actions to the end but&amp;nbsp;&lt;STRONG&gt;before&lt;/STRONG&gt; the expand action. If there was a similar slot, but actually moved the actions to the very end, that would also allow achieving the above action pad state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For what it's worth, this is how I'm currently getting the above.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;customElements.whenDefined("calcite-action-pad")
.then(() =&amp;gt; {
    actionPad.componentOnReady()
    .then((actionPad) =&amp;gt; {
        const container = actionPad.shadowRoot.firstChild as HTMLElement;
        if (this.position == "end" &amp;amp;&amp;amp; this.layout == "horizontal") {
            container.style.flexWrap = "wrap-reverse";
            container.style.flexDirection = "row-reverse";
        } else {
            container.style.flexWrap = "wrap";
        }
     });
 });&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 05:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/expand-button-position-on-action-pad/idi-p/1507812</guid>
      <dc:creator>GeoGalvanic</dc:creator>
      <dc:date>2024-07-22T05:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expand button position on action pad - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/expand-button-position-on-action-pad/idc-p/1508306#M15</link>
      <description>&lt;P&gt;Thanks for submitting,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/773771"&gt;@GeoGalvanic&lt;/a&gt;! We've added the enhancement request for both Action Pad and Action Bar as a new property to place the expand on either the start or end of the component:&amp;nbsp;&lt;A href="https://github.com/Esri/calcite-design-system/issues/9832" target="_blank"&gt;https://github.com/Esri/calcite-design-system/issues/9832&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 22:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/expand-button-position-on-action-pad/idc-p/1508306#M15</guid>
      <dc:creator>KittyHurley</dc:creator>
      <dc:date>2024-07-22T22:08:57Z</dc:date>
    </item>
  </channel>
</rss>

