platform-calendar-seatmap 1.0.25 → 1.0.26

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.
@@ -6,6 +6,7 @@ type T_Props = {
6
6
  table: T_Element_Table;
7
7
  selectedSeatsObj: ReturnType<typeof selectSelectedSeatsObj>;
8
8
  ticketIds: ReturnType<typeof selectTicketIds>;
9
+ isViewOnly: boolean;
9
10
  };
10
11
  declare const Round: FC<T_Props>;
11
12
  export { Round };
@@ -6,6 +6,7 @@ type T_Props = {
6
6
  table: T_Element_Table;
7
7
  selectedSeatsObj: ReturnType<typeof selectSelectedSeatsObj>;
8
8
  ticketIds: ReturnType<typeof selectTicketIds>;
9
+ isViewOnly: boolean;
9
10
  };
10
11
  declare const Square: FC<T_Props>;
11
12
  export { Square };
@@ -10,6 +10,7 @@ type T_Props = {
10
10
  left?: number;
11
11
  };
12
12
  ticketIds: ReturnType<typeof selectTicketIds>;
13
+ isViewOnly: boolean;
13
14
  };
14
15
  declare const Seat: FC<T_Props>;
15
16
  export { Seat };