sf-i-events 1.0.177 → 1.0.178
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-events.js +4 -4
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +4 -4
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -5926,9 +5926,9 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
5926
5926
|
<div part="td-head">Stats</div>
|
|
5927
5927
|
<div part="td-body" class="d-flex align-center mt-5">
|
|
5928
5928
|
<input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked name="radio-report" part="radio-download"/>
|
|
5929
|
-
<label for="radio-csv">Csv</label>
|
|
5929
|
+
<label for="radio-csv" part="label-radio-download">Csv</label>
|
|
5930
5930
|
<input type="radio" id="radio-image" class="switch-image" value="Image" name="radio-report" part="radio-download"/>
|
|
5931
|
-
<label for="radio-image">Image</label>
|
|
5931
|
+
<label for="radio-image" part="label-radio-download">Image</label>
|
|
5932
5932
|
</div>
|
|
5933
5933
|
<div class="d-flex justify-center">
|
|
5934
5934
|
<button id="button-download-stats" part="button" class="mt-5">Download</button>
|
|
@@ -5938,7 +5938,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
5938
5938
|
<div part="td-head">Compliances</div>
|
|
5939
5939
|
<div part="td-body" class="d-flex align-center mt-5">
|
|
5940
5940
|
<input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked part="radio-download"/>
|
|
5941
|
-
<label for="radio-csv">Csv</label>
|
|
5941
|
+
<label for="radio-csv" part="label-radio-download">Csv</label>
|
|
5942
5942
|
</div>
|
|
5943
5943
|
<div class="d-flex justify-center">
|
|
5944
5944
|
<button id="button-download-compliances" part="button" class="mt-5">Download</button>
|
|
@@ -5948,7 +5948,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
5948
5948
|
<div part="td-head">Certificate</div>
|
|
5949
5949
|
<div part="td-body" class="d-flex align-center mt-5">
|
|
5950
5950
|
<input type="radio" id="radio-html" class="switch-html" value="Html" checked part="radio-download"/>
|
|
5951
|
-
<label for="radio-html">Html</label>
|
|
5951
|
+
<label for="radio-html" part="label-radio-download">Html</label>
|
|
5952
5952
|
</div>
|
|
5953
5953
|
<div class="d-flex justify-center">
|
|
5954
5954
|
<button id="button-download-certificate" part="button" class="mt-5">Download</button>
|