@schneideress/dashboardframework 20.0.25 → 20.0.26

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.
@@ -3894,7 +3894,7 @@ class RAWidgetContainer {
3894
3894
  this.lockIconFooter = this.translateService.translate('Common.lockedfieldseditinfo');
3895
3895
  this.inapplicableIconTitle = this.translateService.translate('Common.InapplicableFilters');
3896
3896
  this.inapplicableIconFooter = this.translateService.translate('Common.InapplicableFiltersDesc');
3897
- if (this.dashboardInfo.templateName == 'Emission Report' || this.dashboardInfo.templateName == 'CostUsage Report' || this.dashboardInfo.templateName == 'Savings Report') {
3897
+ if (this.dashboardInfo.templateName == 'Emission Report' || this.dashboardInfo.templateName == 'CostUsage Report' || this.dashboardInfo.templateName == 'Savings Report' || this.dashboardInfo.templateName == 'Invoice Checklist') {
3898
3898
  this.hideTitle = true;
3899
3899
  this.showOnlyDropdown = true;
3900
3900
  }
@@ -4843,7 +4843,7 @@ class RADashboardArea {
4843
4843
  this.setEmptyDashboardConfig();
4844
4844
  this.setDownloadOnlyStateConfig();
4845
4845
  this.lastViewType = this.responsiveService.IsDesktopView ? 'desktop' : 'mobile';
4846
- const gridTemplates = ['Emission Report', 'CostUsage Report', 'Site Detail', 'Savings Report'];
4846
+ const gridTemplates = ['Emission Report', 'CostUsage Report', 'Site Detail', 'Savings Report', 'Invoice Checklist'];
4847
4847
  this.hasGrid = gridTemplates.includes(this.dashboardInfo.templateName);
4848
4848
  this.responsiveService.resized.subscribe((isDesktop) => {
4849
4849
  if (this.lastViewType != (isDesktop ? 'desktop' : 'mobile') || !isDesktop) {