@schneideress/dashboardframework 0.0.189 → 0.0.190
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/bundles/schneideress-dashboardframework.umd.js +8 -8
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +9 -9
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +9 -9
- package/fesm2015/schneideress-dashboardframework.js +8 -8
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +8 -8
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -2600,14 +2600,14 @@
|
|
|
2600
2600
|
html += this.getHtmlForButton('wcDownloadExcel', 'fal fa-download', this.excelText);
|
|
2601
2601
|
html += '</div>';
|
|
2602
2602
|
}
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2603
|
+
}
|
|
2604
|
+
if (this.isDownloadIconVisible && this.isWidgetMgmnt) {
|
|
2605
|
+
html += this.getHr();
|
|
2606
|
+
}
|
|
2607
|
+
if (this.isWidgetMgmnt) {
|
|
2608
|
+
html += '<a id="wcWidgetDelete"><i class="fal fa-times" style="padding-left: 3px;color: red;"></i><span>';
|
|
2609
|
+
html += this.deleteText;
|
|
2610
|
+
html += '</span></a>';
|
|
2611
2611
|
}
|
|
2612
2612
|
html += '</div>';
|
|
2613
2613
|
return html;
|