sf-i-events 1.0.692 → 1.0.693

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # sf-i-events
2
2
 
3
- Work in progress
3
+ L1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.692",
4
+ "version": "1.0.693",
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
@@ -7022,6 +7022,9 @@ let SfIEvents = class SfIEvents extends LitElement {
7022
7022
  }
7023
7023
  else {
7024
7024
  this.renderAppropriateStream(this.sdate, this.edate, true);
7025
+ if (this.selectedItemIds.length > 0) {
7026
+ this.fetchBulkReportingData();
7027
+ }
7025
7028
  // if(currentColumnButton != null) {
7026
7029
  // currentColumnButton.click();
7027
7030
  // }
@@ -10399,6 +10399,9 @@ export class SfIEvents extends LitElement {
10399
10399
  this.processFindSelection((this._SfFindContainer as HTMLDivElement), searchString);
10400
10400
  } else {
10401
10401
  this.renderAppropriateStream(this.sdate,this.edate,true);
10402
+ if(this.selectedItemIds.length > 0) {
10403
+ this.fetchBulkReportingData();
10404
+ }
10402
10405
  // if(currentColumnButton != null) {
10403
10406
  // currentColumnButton.click();
10404
10407
  // }