sf-i-events 1.0.747 → 1.0.748

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.747",
4
+ "version": "1.0.748",
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
@@ -12225,7 +12225,7 @@ let SfIEvents = class SfIEvents extends LitElement {
12225
12225
  this.renderChartSettingsSettings = (container, selectedTab = 1) => {
12226
12226
  var _a, _b, _c, _f;
12227
12227
  var html = ``;
12228
- if (selectedTab == 1) {
12228
+ if (selectedTab == -1) {
12229
12229
  html = `
12230
12230
 
12231
12231
  <div class="m-10" part="settings-container">
@@ -16983,7 +16983,7 @@ export class SfIEvents extends LitElement {
16983
16983
  renderChartSettingsSettings = (container: HTMLDivElement, selectedTab: number = 1) => {
16984
16984
 
16985
16985
  var html = ``
16986
- if(selectedTab == 1){
16986
+ if(selectedTab == -1){
16987
16987
  html = `
16988
16988
 
16989
16989
  <div class="m-10" part="settings-container">