@energycap/components 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1456 → 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1511

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,6 +9247,10 @@ 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');
9252
+ this.events.next(tourEvent);
9253
+ }
9250
9254
  /**
9251
9255
  * Returns a formatted cache key for tours
9252
9256
  * @param tour