@seatmap.pro/renderer 1.73.5 → 1.73.7

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/lib/index.d.ts CHANGED
@@ -383,6 +383,7 @@ declare class Context {
383
383
  perspectiveZ: number;
384
384
  tiltX: number;
385
385
  viewportLocked: boolean;
386
+ cartInteractionsLocked: boolean;
386
387
  private _seats;
387
388
  seatsIndex: KDBush;
388
389
  flattenBackup: Map<number, {
@@ -1370,7 +1371,9 @@ interface IRendererSettings {
1370
1371
  */
1371
1372
  disableZoomToEmptySpace?: boolean;
1372
1373
  /**
1373
- * If true, disables cart changed when clicking on sections.
1374
+ * If true, clicking a GA section or a priced table does not change the cart. The click still
1375
+ * selects the section and fires `onSectorClick` and `onSectionClick`, so the integration can set
1376
+ * the quantity with `addGaToCart` and `removeGaFromCart`.
1374
1377
  */
1375
1378
  disableCartInteractions?: boolean;
1376
1379
  /**