@uxland/primary-shell 5.6.7 → 5.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -16318,12 +16318,12 @@ const bootstrapActivityHistoryItem = (te) => {
|
|
|
16318
16318
|
</dss-datepicker>
|
|
16319
16319
|
</div>
|
|
16320
16320
|
<div class="header__maximized__right">
|
|
16321
|
-
<div>
|
|
16321
|
+
<!-- <div>
|
|
16322
16322
|
<dss-button variant="subtle" size="md" label="${translate("actions.moreOptions")}" icon="more_horiz" iconposition="left"></dss-button>
|
|
16323
|
-
|
|
16323
|
+
<dss-action-menu position="bottom-start">
|
|
16324
16324
|
<dss-action-menu-item @click=${() => te.api.broker.send(new ExportPdf())} lefticon="file_download" label=${translate("actions.exportPdf")}></dss-action-menu-item>
|
|
16325
|
-
</dss-action-menu>
|
|
16326
|
-
</div>
|
|
16325
|
+
</dss-action-menu>
|
|
16326
|
+
</div> -->
|
|
16327
16327
|
<dss-button label="${translate("actions.entryLegend")}" size="md" variant="secondary" icon="info"></dss-button>
|
|
16328
16328
|
<dss-button label="${translate("actions.cronogram")}" size="md" variant="primary" icon="view_timeline" @click=${te._raiseEcapCronogramEvent}></dss-button>
|
|
16329
16329
|
</div>
|