tickera-angular-components 0.0.1-dev.43 → 0.0.1-dev.44
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
|
@@ -2956,6 +2956,9 @@ declare class PerformanceCardListComponent {
|
|
|
2956
2956
|
protected performanceService: PerformanceService;
|
|
2957
2957
|
protected listEventService: PerformancesListEventsService;
|
|
2958
2958
|
protected toastService: ToastService;
|
|
2959
|
+
linkText: string;
|
|
2960
|
+
linkUrlFn?: (card: DailyPerformanceItem) => string;
|
|
2961
|
+
linkQueryParams?: Record<string, any>;
|
|
2959
2962
|
loadingData: WritableSignal<boolean>;
|
|
2960
2963
|
performances: WritableSignal<DailyPerformanceItem[]>;
|
|
2961
2964
|
constructor(platformId: object, performanceService: PerformanceService, listEventService: PerformancesListEventsService, toastService: ToastService);
|
|
@@ -2963,7 +2966,7 @@ declare class PerformanceCardListComponent {
|
|
|
2963
2966
|
private loadData;
|
|
2964
2967
|
get selectedDayDate(): string | null;
|
|
2965
2968
|
static ɵfac: i0.ɵɵFactoryDeclaration<PerformanceCardListComponent, never>;
|
|
2966
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PerformanceCardListComponent, "performance-card-list", never, {}, {}, never, never, true, never>;
|
|
2969
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PerformanceCardListComponent, "performance-card-list", never, { "linkText": { "alias": "linkText"; "required": false; }; "linkUrlFn": { "alias": "linkUrlFn"; "required": false; }; "linkQueryParams": { "alias": "linkQueryParams"; "required": false; }; }, {}, never, never, true, never>;
|
|
2967
2970
|
}
|
|
2968
2971
|
|
|
2969
2972
|
declare class PerformanceStepperComponent {
|