sf-i-reporting 1.0.55 → 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 +1 -1
- package/sf-i-reporting.js +5 -5
- package/sf-i-reporting.js.map +1 -1
- package/src/sf-i-reporting.ts +5 -5
package/package.json
CHANGED
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-
|
|
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();
|