sf-i-events 1.0.661 → 1.0.662

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.661",
4
+ "version": "1.0.662",
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
@@ -6759,7 +6759,7 @@ let SfIEvents = class SfIEvents extends LitElement {
6759
6759
  mmddyyyy = selectedId.split('-')[10] + '/' + selectedId.split('-')[11] + '/' + selectedId.split('-')[12];
6760
6760
  //console.log(entityId, locationId, eventId, mmddyyyy);
6761
6761
  await this.uploadReview(entityId, locationId, mmddyyyy, eventId, comments, approved);
6762
- this.setSuccess("Updating, please wait...");
6762
+ this.setSuccess("Updating " + (k + 1) + "/" + this.selectedItemIds.length + ", please wait...");
6763
6763
  await this.sleep(2000);
6764
6764
  this.clearMessages();
6765
6765
  }
@@ -6912,7 +6912,7 @@ let SfIEvents = class SfIEvents extends LitElement {
6912
6912
  if (parseInt(makercheckersL) > 0) {
6913
6913
  await this.uploadReview(entityId, locationId, mmddyyyy, eventId, "Auto approved", true);
6914
6914
  }
6915
- this.setSuccess("Updating, please wait...");
6915
+ this.setSuccess("Updating " + (k + 1) + "/" + this.selectedItemIds.length + ", please wait...");
6916
6916
  await this.sleep(2000);
6917
6917
  this.clearMessages();
6918
6918
  }