sf-i-events 1.0.152 → 1.0.153

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.152",
4
+ "version": "1.0.153",
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
@@ -568,11 +568,11 @@ let SfIEvents = class SfIEvents extends LitElement {
568
568
  html += '<div part="stream-event-selected" class="mb-20">';
569
569
  html += '<div part="td-head" class="mb-5">Select Chart</div>';
570
570
  html += '<div class="mb-10 d-flex flex-wrap align-center">';
571
- html += '<input type="radio" id="radio-completeness" name="graph-type" checked>';
571
+ html += '<input type="radio" id="radio-completeness" name="graph-type" part="radio-graph" checked>';
572
572
  html += '<label for="radio-completeness" part="input-label" class="mr-10">Completeness</label>';
573
- html += '<input type="radio" id="radio-timeliness" name="graph-type">';
573
+ html += '<input type="radio" id="radio-timeliness" name="graph-type" part="radio-graph">';
574
574
  html += '<label for="radio-timeliness" part="input-label" class="mr-10">Timeliness</label>';
575
- html += '<input type="radio" id="radio-risk" name="graph-type">';
575
+ html += '<input type="radio" id="radio-risk" name="graph-type" part="radio-graph">';
576
576
  html += '<label for="radio-timeliness" part="input-label">Risk</label>';
577
577
  html += '</div>';
578
578
  html += '</div>';
@@ -878,11 +878,11 @@ let SfIEvents = class SfIEvents extends LitElement {
878
878
  html += '<div part="stream-event-selected" class="mb-20">';
879
879
  html += '<div part="td-head" class="mb-5">Select Chart</div>';
880
880
  html += '<div class="mb-10 d-flex flex-wrap align-center">';
881
- html += '<input type="radio" id="radio-completeness" name="graph-type" checked>';
881
+ html += '<input type="radio" id="radio-completeness" name="graph-type" part="radio-graph" checked>';
882
882
  html += '<label for="radio-completeness" part="input-label" class="mr-10">Completeness</label>';
883
- html += '<input type="radio" id="radio-timeliness" name="graph-type">';
883
+ html += '<input type="radio" id="radio-timeliness" name="graph-type" part="radio-graph">';
884
884
  html += '<label for="radio-timeliness" part="input-label" class="mr-10">Timeliness</label>';
885
- html += '<input type="radio" id="radio-risk" name="graph-type">';
885
+ html += '<input type="radio" id="radio-risk" name="graph-type" part="radio-graph">';
886
886
  html += '<label for="radio-timeliness" part="input-label">Risk</label>';
887
887
  html += '</div>';
888
888
  html += '</div>';
@@ -1180,11 +1180,11 @@ let SfIEvents = class SfIEvents extends LitElement {
1180
1180
  html += '<div part="stream-event-selected" class="mb-20">';
1181
1181
  html += '<div part="td-head" class="mb-5">Select Chart</div>';
1182
1182
  html += '<div class="mb-10 d-flex flex-wrap align-center">';
1183
- html += '<input type="radio" id="radio-completeness" name="graph-type" checked>';
1183
+ html += '<input type="radio" id="radio-completeness" name="graph-type" part="radio-graph" checked>';
1184
1184
  html += '<label for="radio-completeness" part="input-label" class="mr-10">Completeness</label>';
1185
- html += '<input type="radio" id="radio-timeliness" name="graph-type">';
1185
+ html += '<input type="radio" id="radio-timeliness" name="graph-type" part="radio-graph">';
1186
1186
  html += '<label for="radio-timeliness" part="input-label" class="mr-10">Timeliness</label>';
1187
- html += '<input type="radio" id="radio-risk" name="graph-type">';
1187
+ html += '<input type="radio" id="radio-risk" name="graph-type" part="radio-graph">';
1188
1188
  html += '<label for="radio-timeliness" part="input-label">Risk</label>';
1189
1189
  html += '</div>';
1190
1190
  html += '</div>';
@@ -1493,10 +1493,10 @@ let SfIEvents = class SfIEvents extends LitElement {
1493
1493
  html += '<div part="stream-event-selected" class="mb-20">';
1494
1494
  html += '<div part="td-head" class="mb-5">Select Chart</div>';
1495
1495
  html += '<div class="mb-10 d-flex flex-wrap align-center">';
1496
- html += '<input type="radio" id="radio-completeness" name="graph-type" checked>';
1496
+ html += '<input type="radio" id="radio-completeness" name="graph-type" part="radio-graph" checked>';
1497
1497
  html += '<label for="radio-completeness" part="input-label" class="mr-10">Completeness</label>';
1498
- html += '<input type="radio" id="radio-timeliness" name="graph-type">';
1499
- html += '<label for="radio-timeliness" part="input-label" class="mr-10">Timeliness</label>';
1498
+ html += '<input type="radio" id="radio-timeliness" name="graph-type" part="radio-graph">';
1499
+ html += '<label for="radio-timeliness" part="input-label" class="mr-10" part="radio-graph">Timeliness</label>';
1500
1500
  html += '<input type="radio" id="radio-risk" name="graph-type">';
1501
1501
  html += '<label for="radio-timeliness" part="input-label">Risk</label>';
1502
1502
  html += '</div>';
@@ -1808,11 +1808,11 @@ let SfIEvents = class SfIEvents extends LitElement {
1808
1808
  html += '<div part="stream-event-selected" class="mb-20">';
1809
1809
  html += '<div part="td-head" class="mb-5">Select Chart</div>';
1810
1810
  html += '<div class="mb-10 d-flex flex-wrap align-center">';
1811
- html += '<input type="radio" id="radio-completeness" name="graph-type" checked>';
1811
+ html += '<input type="radio" id="radio-completeness" name="graph-type" part="radio-graph" checked>';
1812
1812
  html += '<label for="radio-completeness" part="input-label" class="mr-10">Completeness</label>';
1813
- html += '<input type="radio" id="radio-timeliness" name="graph-type">';
1813
+ html += '<input type="radio" id="radio-timeliness" name="graph-type" part="radio-graph">';
1814
1814
  html += '<label for="radio-timeliness" part="input-label" class="mr-10">Timeliness</label>';
1815
- html += '<input type="radio" id="radio-risk" name="graph-type">';
1815
+ html += '<input type="radio" id="radio-risk" name="graph-type" part="radio-graph">';
1816
1816
  html += '<label for="radio-timeliness" part="input-label">Risk</label>';
1817
1817
  html += '</div>';
1818
1818
  html += '</div>';