platform-calendar-seatmap 2.1.9 → 2.1.10
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.
|
@@ -5,7 +5,7 @@ declare const rootReducer: import("redux").Reducer<{
|
|
|
5
5
|
actionHandlers: import("./actionHandlers/types").T_ActionHandlersState;
|
|
6
6
|
history: import("./history/types").T_HistoryState;
|
|
7
7
|
clipboard: import("./clipboard/types").T_ClipboardState;
|
|
8
|
-
}, import("./main/types").T_SetIsFullscreen | import("./main/types").T_SetIsPreviewMode | import("./main/types").T_SetDesignOnly | import("./main/types").T_SetTicketOnly | import("./main/types").T_SetHideTicketSettings | import("./main/types").T_SetHideTicketAssignmentColors | import("./seatMap/types").T_SetSeatMap | import("./main/types").T_SetBackgroundColor | import("./main/types").T_SetSeatSize | import("./main/types").T_SetTicketColors | import("./main/types").T_SetSoldSeats | import("./main/types").T_SetTickets | import("./main/types").T_SetCurrencySymbol | import("./actionHandlers/types").T_SetActionHandlers | import("./main/types").T_SetMode | import("./elementSelector/types").T_SetSelectorActiveELement | import("./main/types").T_SetHasChanges | import("./main/types").T_SetInitialized | import("./main/types").T_SetIsDraggingScene | import("./main/types").T_SetElementToDelete | import("./seatMap/types").T_DeleteElement | import("./elementSelector/types").T_SetSelected | import("./main/types").T_SetScale | import("./
|
|
8
|
+
}, import("./main/types").T_SetIsFullscreen | import("./main/types").T_SetIsPreviewMode | import("./main/types").T_SetDesignOnly | import("./main/types").T_SetTicketOnly | import("./main/types").T_SetHideTicketSettings | import("./main/types").T_SetHideTicketAssignmentColors | import("./seatMap/types").T_SetSeatMap | import("./main/types").T_SetBackgroundColor | import("./main/types").T_SetSeatSize | import("./main/types").T_SetTicketColors | import("./main/types").T_SetSoldSeats | import("./main/types").T_SetTickets | import("./main/types").T_SetCurrencySymbol | import("./actionHandlers/types").T_SetActionHandlers | import("./main/types").T_SetMode | import("./elementSelector/types").T_SetSelectorActiveELement | import("./main/types").T_SetHasChanges | import("./main/types").T_SetInitialized | import("./main/types").T_SetIsDraggingScene | import("./main/types").T_SetElementToDelete | import("./seatMap/types").T_DeleteElement | import("./elementSelector/types").T_SetSelected | import("./main/types").T_SetScale | import("./elementSelector/types").T_UnselectSeats | import("./elementSelector/types").T_AddSelectedSeats | import("./main/types").T_SetError | import("./main/types").T_SetHighlightedTicketId | import("./seatMap/types").T_AddElement | import("./seatMap/types").T_SetElementPosition | import("./seatMap/types").T_EditSeats | import("./seatMap/types").T_EditElement | import("./seatMap/types").T_SetSeatMapName | import("./seatMap/types").T_ResetDefaultElement | import("./main/types").T_SetShowCategoriesInEditor | import("./history/types").T_UndoAction | import("./history/types").T_RedoAction | import("./history/types").T_ClearHistoryAction | {
|
|
9
9
|
type: typeof import("./history/reducer").UPDATE_HISTORY;
|
|
10
10
|
payload: {
|
|
11
11
|
past: import("platform-calendar-helpers/dist").T_SeatMap[];
|
|
@@ -17,7 +17,7 @@ declare const rootReducer: import("redux").Reducer<{
|
|
|
17
17
|
payload: {
|
|
18
18
|
present: import("platform-calendar-helpers/dist").T_SeatMap;
|
|
19
19
|
};
|
|
20
|
-
} | import("./clipboard/types").T_ClearClipboardAction, Partial<{
|
|
20
|
+
} | import("./clipboard/types").T_CopyElementAction | import("./clipboard/types").T_ClearClipboardAction, Partial<{
|
|
21
21
|
seatMap: import("platform-calendar-helpers/dist").T_SeatMap;
|
|
22
22
|
main: import("./main/types").T_MainState;
|
|
23
23
|
elementSelector: import("./elementSelector/types").T_ElementSelectorState;
|