sf-i-reporting 1.0.120 → 1.0.121

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-reporting",
3
3
  "private": false,
4
- "version": "1.0.120",
4
+ "version": "1.0.121",
5
5
  "description": "Superflows Reporting Component",
6
6
  "main": "sf-i-reporting.js",
7
7
  "module": "sf-i-reporting.js",
package/sf-i-reporting.js CHANGED
@@ -4088,7 +4088,7 @@ let SfIReporting = class SfIReporting extends LitElement {
4088
4088
  html += `
4089
4089
  <div class="d-flex flex-col" part="section-container">
4090
4090
  <div id="history-date-${indexDate}" class="history-section-head section-head d-flex align-center justify-between ${selectedDate != historyDate ? 'section-head-collapsed' : 'section-head-expanded'}" part="${selectedDate != historyDate ? 'section-head-collapsed' : 'section-head-expanded'}" date="${historyDate}">
4091
- <h3 part="${selectedDate != historyDate ? 'section-title-collapsed' : 'section-head-expanded'}" class="section-history-title" id="section-history-title-${indexDate}">${historyDate}</h3>
4091
+ <h3 part="${selectedDate != historyDate ? 'section-title-collapsed' : 'section-title-expanded'}" class="section-history-title" id="section-history-title-${indexDate}">${historyDate}</h3>
4092
4092
  <div class="section-history-icon material-icons" id="section-history-icon-${indexDate}">${selectedDate != historyDate ? 'keyboard_arrow_down' : 'keyboard_arrow_up'}</div>
4093
4093
  </div>
4094
4094
  <div id="section-history-body-${indexDate}" class="section-history-body section-body d-flex ${this.formviewclass} ${selectedDate != historyDate ? 'hide' : ''}" part="section-body">