sf-i-events 1.0.176 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.176",
4
+ "version": "1.0.178",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -5925,10 +5925,10 @@ let SfIEvents = class SfIEvents extends LitElement {
5925
5925
  <div part="input" class="p-10 mr-10">
5926
5926
  <div part="td-head">Stats</div>
5927
5927
  <div part="td-body" class="d-flex align-center mt-5">
5928
- <input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked name="radio-report"/>
5929
- <label for="radio-csv">Csv</label>
5930
- <input type="radio" id="radio-image" class="switch-image" value="Image" name="radio-report"/>
5931
- <label for="radio-image">Image</label>
5928
+ <input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked name="radio-report" part="radio-download"/>
5929
+ <label for="radio-csv" part="label-radio-download">Csv</label>
5930
+ <input type="radio" id="radio-image" class="switch-image" value="Image" name="radio-report" part="radio-download"/>
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>
@@ -5937,8 +5937,8 @@ let SfIEvents = class SfIEvents extends LitElement {
5937
5937
  <div part="input" class="p-10 ml-10 mr-10">
5938
5938
  <div part="td-head">Compliances</div>
5939
5939
  <div part="td-body" class="d-flex align-center mt-5">
5940
- <input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked/>
5941
- <label for="radio-csv">Csv</label>
5940
+ <input type="radio" id="radio-csv" class="switch-csv" value="Excel" checked part="radio-download"/>
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>
@@ -5947,8 +5947,8 @@ let SfIEvents = class SfIEvents extends LitElement {
5947
5947
  <div part="input" class="p-10 ml-10">
5948
5948
  <div part="td-head">Certificate</div>
5949
5949
  <div part="td-body" class="d-flex align-center mt-5">
5950
- <input type="radio" id="radio-html" class="switch-html" value="Html" checked/>
5951
- <label for="radio-html">Html</label>
5950
+ <input type="radio" id="radio-html" class="switch-html" value="Html" checked part="radio-download"/>
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>