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 +1 -1
- package/sf-i-events.js +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
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">
|
package/src/sf-i-events.ts
CHANGED
|
@@ -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">
|