sf-i-events 1.0.901 → 1.0.902
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
|
@@ -2578,7 +2578,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
2578
2578
|
type="checkbox"
|
|
2579
2579
|
/>
|
|
2580
2580
|
${isBulk ? '<div class="lds-dual-ring1 bulk-loader mr-10"></div>' : ''}
|
|
2581
|
-
${isReportedLocation ? '<div class="material-symbols-outlined mr-10">
|
|
2581
|
+
${isReportedLocation ? '<div class="material-symbols-outlined mr-10">arrow_or_edge</div>' : ''}
|
|
2582
2582
|
<sf-i-elastic-text
|
|
2583
2583
|
class="stream-event-title${!isBulk ? ' button-event-title' : ''}"
|
|
2584
2584
|
id="stream-event-title-${mmddSanitized}-${itemNumber}-${moduleType}-${(isReportedLocation) ? 'reportedlocations' : ''}"
|
package/src/sf-i-events.ts
CHANGED
|
@@ -4796,7 +4796,7 @@ export class SfIEvents extends LitElement {
|
|
|
4796
4796
|
type="checkbox"
|
|
4797
4797
|
/>
|
|
4798
4798
|
${isBulk ? '<div class="lds-dual-ring1 bulk-loader mr-10"></div>' : ''}
|
|
4799
|
-
${isReportedLocation ? '<div class="material-symbols-outlined mr-10">
|
|
4799
|
+
${isReportedLocation ? '<div class="material-symbols-outlined mr-10">arrow_or_edge</div>' : ''}
|
|
4800
4800
|
<sf-i-elastic-text
|
|
4801
4801
|
class="stream-event-title${!isBulk ? ' button-event-title' : ''}"
|
|
4802
4802
|
id="stream-event-title-${mmddSanitized}-${itemNumber}-${moduleType}-${(isReportedLocation) ? 'reportedlocations' : ''}"
|