tickera-angular-components 0.0.1-dev.44 → 0.0.1-dev.46
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
|
@@ -1871,6 +1871,7 @@ declare class TicketSelectionTotalsService {
|
|
|
1871
1871
|
|
|
1872
1872
|
declare class TicketSelectionService {
|
|
1873
1873
|
private bookingDataService;
|
|
1874
|
+
private feedbackModalService;
|
|
1874
1875
|
private selectionDetailsService;
|
|
1875
1876
|
private selectionDiscountService;
|
|
1876
1877
|
private _zoneQuantities;
|
|
@@ -3045,7 +3046,10 @@ declare class PerformanceTicketMapComponent implements OnDestroy, AfterViewInit
|
|
|
3045
3046
|
protected selectionService: TicketSelectionService;
|
|
3046
3047
|
protected zoomService: TicketMapZoomService;
|
|
3047
3048
|
selectionChange: EventEmitter<PerformanceTicket[]>;
|
|
3049
|
+
needsLoginError: EventEmitter<any>;
|
|
3048
3050
|
readOnly: boolean;
|
|
3051
|
+
needsLogin: boolean;
|
|
3052
|
+
isLoggedIn: boolean;
|
|
3049
3053
|
stageComponent?: StageComponent;
|
|
3050
3054
|
protected tooltipData: i0.WritableSignal<TicketMapTooltipData | null>;
|
|
3051
3055
|
private stageReady;
|
|
@@ -3066,7 +3070,7 @@ declare class PerformanceTicketMapComponent implements OnDestroy, AfterViewInit
|
|
|
3066
3070
|
protected trackByElementId(_index: number, item: ElementRenderData): number;
|
|
3067
3071
|
protected trackByFloorId(_index: number, floor: HallFloorOption): HallFloorOption;
|
|
3068
3072
|
static ɵfac: i0.ɵɵFactoryDeclaration<PerformanceTicketMapComponent, never>;
|
|
3069
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PerformanceTicketMapComponent, "performance-ticket-map", never, { "readOnly": { "alias": "readOnly"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, true, never>;
|
|
3073
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PerformanceTicketMapComponent, "performance-ticket-map", never, { "readOnly": { "alias": "readOnly"; "required": false; }; "needsLogin": { "alias": "needsLogin"; "required": false; }; "isLoggedIn": { "alias": "isLoggedIn"; "required": false; }; }, { "selectionChange": "selectionChange"; "needsLoginError": "needsLoginError"; }, never, never, true, never>;
|
|
3070
3074
|
}
|
|
3071
3075
|
|
|
3072
3076
|
declare class TicketMapPriceZonesComponent {
|
|
@@ -3116,8 +3120,13 @@ declare class TicketMapTotalsComponent {
|
|
|
3116
3120
|
}
|
|
3117
3121
|
|
|
3118
3122
|
declare class TicketMapWrapperComponent {
|
|
3123
|
+
selectionChange: EventEmitter<PerformanceTicket[]>;
|
|
3124
|
+
needsLoginError: EventEmitter<any>;
|
|
3125
|
+
readOnly: boolean;
|
|
3126
|
+
needsLogin: boolean;
|
|
3127
|
+
isLoggedIn: boolean;
|
|
3119
3128
|
static ɵfac: i0.ɵɵFactoryDeclaration<TicketMapWrapperComponent, never>;
|
|
3120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TicketMapWrapperComponent, "ticket-map-wrapper", never, {}, {}, never, never, true, never>;
|
|
3129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TicketMapWrapperComponent, "ticket-map-wrapper", never, { "readOnly": { "alias": "readOnly"; "required": false; }; "needsLogin": { "alias": "needsLogin"; "required": false; }; "isLoggedIn": { "alias": "isLoggedIn"; "required": false; }; }, { "selectionChange": "selectionChange"; "needsLoginError": "needsLoginError"; }, never, never, true, never>;
|
|
3121
3130
|
}
|
|
3122
3131
|
|
|
3123
3132
|
declare class SeatSelectionEmptySummaryComponent {
|