@eric-emg/symphiq-components 1.2.274 → 1.2.275
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.
|
@@ -62592,7 +62592,9 @@ class SymphiqRevenueCalculatorDashboardComponent {
|
|
|
62592
62592
|
}
|
|
62593
62593
|
onCalculateRevenueRequest(request) {
|
|
62594
62594
|
console.log('[Dashboard] onCalculateRevenueRequest received, re-emitting');
|
|
62595
|
+
console.log('[Dashboard] calculateRevenueRequest output:', this.calculateRevenueRequest);
|
|
62595
62596
|
this.calculateRevenueRequest.emit(request);
|
|
62597
|
+
console.log('[Dashboard] emit completed');
|
|
62596
62598
|
}
|
|
62597
62599
|
static { this.ɵfac = function SymphiqRevenueCalculatorDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqRevenueCalculatorDashboardComponent)(); }; }
|
|
62598
62600
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqRevenueCalculatorDashboardComponent, selectors: [["symphiq-revenue-calculator-dashboard"]], hostBindings: function SymphiqRevenueCalculatorDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|