tickera-angular-components 0.0.1-dev.157 → 0.0.1-dev.158
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/index.d.ts
CHANGED
|
@@ -3755,6 +3755,7 @@ declare class PerformanceTicketMapComponent implements OnDestroy, AfterViewInit
|
|
|
3755
3755
|
isLoggedIn: boolean;
|
|
3756
3756
|
stageComponent?: StageComponent;
|
|
3757
3757
|
protected tooltipData: i0.WritableSignal<TicketMapTooltipData | null>;
|
|
3758
|
+
protected renderData: i0.Signal<ElementRenderData[]>;
|
|
3758
3759
|
private stageReady;
|
|
3759
3760
|
private autoFitDone;
|
|
3760
3761
|
private resizeObserver?;
|