@energycap/components 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1515 → 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1525

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.
@@ -9247,8 +9247,8 @@ class TourService {
9247
9247
  let tourEvent = new TourEvent([], 'end');
9248
9248
  this.events.next(tourEvent);
9249
9249
  }
9250
- append(tours) {
9251
- let tourEvent = new TourEvent(tours, 'append');
9250
+ append(tours, isAutoStart = false) {
9251
+ let tourEvent = new TourEvent(tours, 'append', isAutoStart);
9252
9252
  this.events.next(tourEvent);
9253
9253
  }
9254
9254
  /**