sf-i-events 1.0.180 → 1.0.181
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 +2 -2
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +2 -2
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -5833,7 +5833,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
5833
5833
|
console.log(container);
|
|
5834
5834
|
var html = `
|
|
5835
5835
|
|
|
5836
|
-
<div class="m-10" part="
|
|
5836
|
+
<div class="m-10" part="filters-container">
|
|
5837
5837
|
<div class="d-flex justify-end">
|
|
5838
5838
|
<button id="chart-control-cancel" class="material-icons" part="button-icon-small">close</button>
|
|
5839
5839
|
</div>
|
|
@@ -5916,7 +5916,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
5916
5916
|
var _a, _b, _c, _d, _e, _f;
|
|
5917
5917
|
var html = `
|
|
5918
5918
|
|
|
5919
|
-
<div class="m-10" part="
|
|
5919
|
+
<div class="m-10" part="settings-container">
|
|
5920
5920
|
<div class="d-flex justify-end">
|
|
5921
5921
|
<button id="chart-control-cancel" class="material-icons" part="button-icon-small">close</button>
|
|
5922
5922
|
</div>
|