sf-i-reporting 1.0.54 → 1.0.56

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.54",
4
+ "version": "1.0.56",
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
@@ -473,16 +473,16 @@ let SfIReporting = class SfIReporting extends LitElement {
473
473
  html += `
474
474
  <div class="sf-i-form-modal-container d-flex flex-col hide p-10" part="sf-i-form-modal-container" id="sf-i-form-modal-container">
475
475
  <div class="d-flex w-100-m-0 justify-between align-center">
476
- <button id="button-back" part="button-icon" class="button-icon-click invisible"><span class="material-icons">keyboard_backspace</span></button>
477
- <button id="button-close-form" part="button-icon" class="button-icon-click"><span class="material-icons">cancel</span></button>
478
- </div>
479
- <div class="d-flex w-100-m-0" id="sf-i-form-container" part="sf-i-form-container"></div>
480
- <div class="d-flex w-100-m-0 justify-center align-center">
476
+ <button id="button-close-form" part="button-icon" class="button-icon-click"><span class="material-icons">keyboard_backspace</span></button>
481
477
  <button id="button-save-form" part="button-icon" class="button-icon-click"><span class="material-icons">check</span></button>
482
478
  </div>
479
+ <div class="d-flex w-100-m-0" id="sf-i-form-container" part="sf-i-form-container"></div>
483
480
  </div>
484
481
  `;
485
482
  }
483
+ // <div class="d-flex w-100-m-0 justify-center align-center">
484
+ // <button id="button-save-form" part="button-icon" class="button-icon-click"><span class="material-icons">check</span></button>
485
+ // </div>
486
486
  this._SfReportingContainer.innerHTML = html;
487
487
  this._SfReportingContainer.style.display = 'block';
488
488
  this.initSectionListeners();
@@ -2185,7 +2185,7 @@ SfIReporting.styles = css `
2185
2185
  }
2186
2186
 
2187
2187
  .sf-i-form-modal-container {
2188
- position: absolute;
2188
+ position: fixed;
2189
2189
  width: 80%;
2190
2190
  height: 80%;
2191
2191
  top: 10%;