sf-i-events 1.0.704 → 1.0.706

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.704",
4
+ "version": "1.0.706",
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
@@ -6990,7 +6990,7 @@ let SfIEvents = class SfIEvents extends LitElement {
6990
6990
  });
6991
6991
  this._SfDetailContainer.querySelector('#button-detail-close').dispatchEvent(clickEvent);
6992
6992
  if (this.selectedItemIds.length > 0) {
6993
- this.fetchBulkReportingData();
6993
+ await this.fetchBulkReportingData();
6994
6994
  }
6995
6995
  // if(currentColumnButton != null) {
6996
6996
  // currentColumnButton.click();
@@ -7079,7 +7079,7 @@ let SfIEvents = class SfIEvents extends LitElement {
7079
7079
  else {
7080
7080
  this.renderAppropriateStream(this.sdate, this.edate, true);
7081
7081
  if (this.selectedItemIds.length > 0) {
7082
- this.fetchBulkReportingData();
7082
+ await this.fetchBulkReportingData();
7083
7083
  }
7084
7084
  // if(currentColumnButton != null) {
7085
7085
  // currentColumnButton.click();
@@ -7222,6 +7222,7 @@ let SfIEvents = class SfIEvents extends LitElement {
7222
7222
  // this.clearMessages();
7223
7223
  }
7224
7224
  await this.uploadReportsBulk(bulkBody);
7225
+ // await this.fetchBulkReportingData();
7225
7226
  if (bulkBodyReview.length > 0) {
7226
7227
  await this.uploadReviewsBulk(bulkBodyReview);
7227
7228
  }
@@ -7252,9 +7253,9 @@ let SfIEvents = class SfIEvents extends LitElement {
7252
7253
  }
7253
7254
  else {
7254
7255
  this.renderAppropriateStream(this.sdate, this.edate, true);
7255
- if (this.selectedItemIds.length > 0) {
7256
- this.fetchBulkReportingData();
7257
- }
7256
+ // if(this.selectedItemIds.length > 0) {
7257
+ await this.fetchBulkReportingData();
7258
+ // }
7258
7259
  // if(currentColumnButton != null) {
7259
7260
  // currentColumnButton.click();
7260
7261
  // }
@@ -10358,7 +10358,7 @@ export class SfIEvents extends LitElement {
10358
10358
  });
10359
10359
  ((this._SfDetailContainer as HTMLDivElement).querySelector('#button-detail-close') as HTMLButtonElement)!.dispatchEvent(clickEvent);
10360
10360
  if(this.selectedItemIds.length > 0) {
10361
- this.fetchBulkReportingData();
10361
+ await this.fetchBulkReportingData();
10362
10362
  }
10363
10363
  // if(currentColumnButton != null) {
10364
10364
  // currentColumnButton.click();
@@ -10459,7 +10459,7 @@ export class SfIEvents extends LitElement {
10459
10459
  } else {
10460
10460
  this.renderAppropriateStream(this.sdate,this.edate,true);
10461
10461
  if(this.selectedItemIds.length > 0) {
10462
- this.fetchBulkReportingData();
10462
+ await this.fetchBulkReportingData();
10463
10463
  }
10464
10464
  // if(currentColumnButton != null) {
10465
10465
  // currentColumnButton.click();
@@ -10642,6 +10642,7 @@ export class SfIEvents extends LitElement {
10642
10642
  }
10643
10643
 
10644
10644
  await this.uploadReportsBulk(bulkBody);
10645
+ // await this.fetchBulkReportingData();
10645
10646
  if(bulkBodyReview.length > 0){
10646
10647
  await this.uploadReviewsBulk(bulkBodyReview)
10647
10648
  }
@@ -10673,9 +10674,9 @@ export class SfIEvents extends LitElement {
10673
10674
  this.processFindSelection((this._SfFindContainer as HTMLDivElement), searchString);
10674
10675
  } else {
10675
10676
  this.renderAppropriateStream(this.sdate,this.edate,true)
10676
- if(this.selectedItemIds.length > 0) {
10677
- this.fetchBulkReportingData();
10678
- }
10677
+ // if(this.selectedItemIds.length > 0) {
10678
+ await this.fetchBulkReportingData();
10679
+ // }
10679
10680
  // if(currentColumnButton != null) {
10680
10681
  // currentColumnButton.click();
10681
10682
  // }