@seatlayer/core 0.68.1 → 0.69.0
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/dist/core/inventory/index.d.cts +2 -2
- package/dist/core/inventory/index.d.ts +2 -2
- package/dist/core/layout/index.d.cts +2 -2
- package/dist/core/layout/index.d.ts +2 -2
- package/dist/core/quality/index.d.cts +2 -2
- package/dist/core/quality/index.d.ts +2 -2
- package/dist/core/sections/index.d.cts +1 -1
- package/dist/core/sections/index.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +72 -30
- package/dist/index.d.ts +72 -30
- package/dist/index.js +1 -1
- package/dist/{layout-BjkVhn52.d.cts → layout-CpnMRaZF.d.cts} +1 -1
- package/dist/{layout-BdeBpWf8.d.ts → layout-D2zJUmzs.d.ts} +1 -1
- package/dist/{renderedQuality-Dn6GyPPj.d.ts → renderedQuality-TApmHr3Q.d.ts} +1 -1
- package/dist/{renderedQuality-C-L_RuPB.d.cts → renderedQuality-sc_d2CfA.d.cts} +1 -1
- package/dist/{renderer-BGmZn_bq.d.ts → renderer-BiCXjFCG.d.ts} +29 -3
- package/dist/{renderer-BHInJ52w.d.cts → renderer-CXwpt_qs.d.cts} +29 -3
- package/dist/{ticketRestrictions-CtgOd-2p.d.ts → ticketRestrictions-BjEP4hnD.d.ts} +1 -1
- package/dist/{ticketRestrictions-mnICaF5t.d.cts → ticketRestrictions-ChYdOguf.d.cts} +1 -1
- package/dist/view3d/index.d.cts +1 -1
- package/dist/view3d/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatGlyphKind, b as SeatViewMetadata, L as LabelStyle, c as RectTableSide, C as ChartDoc, d as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, e as SectionObject, f as RectTableSeatCounts } from './types-BjTzKc2D.cjs';
|
|
2
2
|
import { S as SegmentedRowPlacement } from './segmentedRowModel-jfYcGWPd.cjs';
|
|
3
|
-
import { E as ExpandedSeat } from './renderer-
|
|
3
|
+
import { E as ExpandedSeat } from './renderer-CXwpt_qs.cjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Pure geometry helpers — no Konva, no DOM. Turns the parametric chart
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatGlyphKind, b as SeatViewMetadata, L as LabelStyle, c as RectTableSide, C as ChartDoc, d as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, e as SectionObject, f as RectTableSeatCounts } from './types-BjTzKc2D.js';
|
|
2
2
|
import { S as SegmentedRowPlacement } from './segmentedRowModel-DQggl3UO.js';
|
|
3
|
-
import { E as ExpandedSeat } from './renderer-
|
|
3
|
+
import { E as ExpandedSeat } from './renderer-BiCXjFCG.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Pure geometry helpers — no Konva, no DOM. Turns the parametric chart
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-
|
|
1
|
+
import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-BiCXjFCG.js';
|
|
2
2
|
|
|
3
3
|
declare const RENDERED_QUALITY_REPORT_VERSION = 3;
|
|
4
4
|
type RenderedEvidenceState = 'overview' | 'interaction';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-
|
|
1
|
+
import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-CXwpt_qs.cjs';
|
|
2
2
|
|
|
3
3
|
declare const RENDERED_QUALITY_REPORT_VERSION = 3;
|
|
4
4
|
type RenderedEvidenceState = 'overview' | 'interaction';
|
|
@@ -72,6 +72,8 @@ interface SeatMark {
|
|
|
72
72
|
interface RendererHoverDetails {
|
|
73
73
|
/** The seat's active mark, or null when it carries none. */
|
|
74
74
|
mark?: SeatMark | null;
|
|
75
|
+
/** Distinguishes a passive pointer preview from a deliberate seat press. */
|
|
76
|
+
interaction?: 'hover' | 'press';
|
|
75
77
|
}
|
|
76
78
|
/** Buyer canvas projection. Perspective is a view-only projected-2.5D lane. */
|
|
77
79
|
type RendererViewMode = 'flat' | 'isometric' | 'perspective';
|
|
@@ -94,8 +96,23 @@ interface RendererCallbacks {
|
|
|
94
96
|
* Fired when a tap lands on a section outline while seats are NOT the active
|
|
95
97
|
* rung (i.e. zoomed out, section/zone LOD). The host glides in + shows a
|
|
96
98
|
* section-summary card instead of trying to select a 4px seat (Slice 5).
|
|
99
|
+
*
|
|
100
|
+
* `anchor` is the WORLD point the finger actually landed on. On a phone a
|
|
101
|
+
* wide section has to be cropped to reach usable seat detail, and the crop
|
|
102
|
+
* should land where the buyer pointed — not at whatever happened to be in
|
|
103
|
+
* the middle of the viewport. Omitted when there is no meaningful point
|
|
104
|
+
* (programmatic focus); the host then falls back to the viewport centre.
|
|
105
|
+
*/
|
|
106
|
+
onSectionTap?: (sectionId: string, anchor?: {
|
|
107
|
+
x: number;
|
|
108
|
+
y: number;
|
|
109
|
+
}) => void;
|
|
110
|
+
/**
|
|
111
|
+
* Fired when, inside a section focus, a tap lands on the dimmed venue outside
|
|
112
|
+
* the focused section and off every seat — the host walks back to the
|
|
113
|
+
* overview ("one tap in, one tap out"). Never fired without a focus.
|
|
97
114
|
*/
|
|
98
|
-
|
|
115
|
+
onBackdropTap?: () => void;
|
|
99
116
|
/**
|
|
100
117
|
* Fired when a seat/deck is tapped in the 3D all-floors stacked overview — the
|
|
101
118
|
* host drops back to the flat 2D map on that floor ("tap a deck to enter").
|
|
@@ -483,7 +500,9 @@ interface ISeatmapRenderer {
|
|
|
483
500
|
setCategoryFilter?(keys: string[] | null): void;
|
|
484
501
|
/** Smoothly frame the currently available seats in these categories. `null`
|
|
485
502
|
* returns to the full chart. Used after an explicit buyer price-filter action. */
|
|
486
|
-
focusCategories?(keys: string[] | null
|
|
503
|
+
focusCategories?(keys: string[] | null, opts?: {
|
|
504
|
+
animate?: boolean;
|
|
505
|
+
}): void;
|
|
487
506
|
/** Dim the seats of these section/zone ids (organizer manager: held-back inventory). */
|
|
488
507
|
setDimmedSections?(ids: string[] | null): void;
|
|
489
508
|
/**
|
|
@@ -497,11 +516,18 @@ interface ISeatmapRenderer {
|
|
|
497
516
|
* behind this section, and glide the camera to frame it. Seat-picking is gated
|
|
498
517
|
* until seats are large enough on screen (≥ LABEL_SCALE). Slice 5 / Phase 2 §4.
|
|
499
518
|
*/
|
|
500
|
-
focusSection?(id: string
|
|
519
|
+
focusSection?(id: string, opts?: {
|
|
520
|
+
anchor?: {
|
|
521
|
+
x: number;
|
|
522
|
+
y: number;
|
|
523
|
+
};
|
|
524
|
+
}): void;
|
|
501
525
|
/** Clear an AXS section focus (restore full-bowl brightness + drop backdrop). */
|
|
502
526
|
clearSectionFocus?(): void;
|
|
503
527
|
/** The currently AXS-focused section id, or null. */
|
|
504
528
|
getFocusedSection?(): string | null;
|
|
529
|
+
/** True when seats (not section blocks) are the visible, tappable layer. */
|
|
530
|
+
seatsRevealed?(): boolean;
|
|
505
531
|
/** World-space rect currently visible in the viewport (minimap viewport frame). */
|
|
506
532
|
getVisibleWorldRect?(): {
|
|
507
533
|
x: number;
|
|
@@ -72,6 +72,8 @@ interface SeatMark {
|
|
|
72
72
|
interface RendererHoverDetails {
|
|
73
73
|
/** The seat's active mark, or null when it carries none. */
|
|
74
74
|
mark?: SeatMark | null;
|
|
75
|
+
/** Distinguishes a passive pointer preview from a deliberate seat press. */
|
|
76
|
+
interaction?: 'hover' | 'press';
|
|
75
77
|
}
|
|
76
78
|
/** Buyer canvas projection. Perspective is a view-only projected-2.5D lane. */
|
|
77
79
|
type RendererViewMode = 'flat' | 'isometric' | 'perspective';
|
|
@@ -94,8 +96,23 @@ interface RendererCallbacks {
|
|
|
94
96
|
* Fired when a tap lands on a section outline while seats are NOT the active
|
|
95
97
|
* rung (i.e. zoomed out, section/zone LOD). The host glides in + shows a
|
|
96
98
|
* section-summary card instead of trying to select a 4px seat (Slice 5).
|
|
99
|
+
*
|
|
100
|
+
* `anchor` is the WORLD point the finger actually landed on. On a phone a
|
|
101
|
+
* wide section has to be cropped to reach usable seat detail, and the crop
|
|
102
|
+
* should land where the buyer pointed — not at whatever happened to be in
|
|
103
|
+
* the middle of the viewport. Omitted when there is no meaningful point
|
|
104
|
+
* (programmatic focus); the host then falls back to the viewport centre.
|
|
105
|
+
*/
|
|
106
|
+
onSectionTap?: (sectionId: string, anchor?: {
|
|
107
|
+
x: number;
|
|
108
|
+
y: number;
|
|
109
|
+
}) => void;
|
|
110
|
+
/**
|
|
111
|
+
* Fired when, inside a section focus, a tap lands on the dimmed venue outside
|
|
112
|
+
* the focused section and off every seat — the host walks back to the
|
|
113
|
+
* overview ("one tap in, one tap out"). Never fired without a focus.
|
|
97
114
|
*/
|
|
98
|
-
|
|
115
|
+
onBackdropTap?: () => void;
|
|
99
116
|
/**
|
|
100
117
|
* Fired when a seat/deck is tapped in the 3D all-floors stacked overview — the
|
|
101
118
|
* host drops back to the flat 2D map on that floor ("tap a deck to enter").
|
|
@@ -483,7 +500,9 @@ interface ISeatmapRenderer {
|
|
|
483
500
|
setCategoryFilter?(keys: string[] | null): void;
|
|
484
501
|
/** Smoothly frame the currently available seats in these categories. `null`
|
|
485
502
|
* returns to the full chart. Used after an explicit buyer price-filter action. */
|
|
486
|
-
focusCategories?(keys: string[] | null
|
|
503
|
+
focusCategories?(keys: string[] | null, opts?: {
|
|
504
|
+
animate?: boolean;
|
|
505
|
+
}): void;
|
|
487
506
|
/** Dim the seats of these section/zone ids (organizer manager: held-back inventory). */
|
|
488
507
|
setDimmedSections?(ids: string[] | null): void;
|
|
489
508
|
/**
|
|
@@ -497,11 +516,18 @@ interface ISeatmapRenderer {
|
|
|
497
516
|
* behind this section, and glide the camera to frame it. Seat-picking is gated
|
|
498
517
|
* until seats are large enough on screen (≥ LABEL_SCALE). Slice 5 / Phase 2 §4.
|
|
499
518
|
*/
|
|
500
|
-
focusSection?(id: string
|
|
519
|
+
focusSection?(id: string, opts?: {
|
|
520
|
+
anchor?: {
|
|
521
|
+
x: number;
|
|
522
|
+
y: number;
|
|
523
|
+
};
|
|
524
|
+
}): void;
|
|
501
525
|
/** Clear an AXS section focus (restore full-bowl brightness + drop backdrop). */
|
|
502
526
|
clearSectionFocus?(): void;
|
|
503
527
|
/** The currently AXS-focused section id, or null. */
|
|
504
528
|
getFocusedSection?(): string | null;
|
|
529
|
+
/** True when seats (not section blocks) are the visible, tappable layer. */
|
|
530
|
+
seatsRevealed?(): boolean;
|
|
505
531
|
/** World-space rect currently visible in the viewport (minimap viewport frame). */
|
|
506
532
|
getVisibleWorldRect?(): {
|
|
507
533
|
x: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as ChartDoc, G as GAAreaObject, l as GAInventorySegment, m as CategoryTier } from './types-BjTzKc2D.js';
|
|
2
|
-
import { E as ExpandedSeat } from './renderer-
|
|
2
|
+
import { E as ExpandedSeat } from './renderer-BiCXjFCG.js';
|
|
3
3
|
|
|
4
4
|
declare const MAX_GA_CAPACITY = 100000;
|
|
5
5
|
declare const MAX_EVENT_INVENTORY = 100000;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as ChartDoc, G as GAAreaObject, l as GAInventorySegment, m as CategoryTier } from './types-BjTzKc2D.cjs';
|
|
2
|
-
import { E as ExpandedSeat } from './renderer-
|
|
2
|
+
import { E as ExpandedSeat } from './renderer-CXwpt_qs.cjs';
|
|
3
3
|
|
|
4
4
|
declare const MAX_GA_CAPACITY = 100000;
|
|
5
5
|
declare const MAX_EVENT_INVENTORY = 100000;
|
package/dist/view3d/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { C as ChartDoc } from '../types-BjTzKc2D.cjs';
|
|
2
2
|
import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-C_dst7Ro.cjs';
|
|
3
|
-
import { E as ExpandedSeat } from '../renderer-
|
|
3
|
+
import { E as ExpandedSeat } from '../renderer-CXwpt_qs.cjs';
|
|
4
4
|
import { SeatView } from './crossfade/panorama.cjs';
|
|
5
5
|
|
|
6
6
|
/**
|
package/dist/view3d/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { C as ChartDoc } from '../types-BjTzKc2D.js';
|
|
2
2
|
import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-kZpADDdx.js';
|
|
3
|
-
import { E as ExpandedSeat } from '../renderer-
|
|
3
|
+
import { E as ExpandedSeat } from '../renderer-BiCXjFCG.js';
|
|
4
4
|
import { SeatView } from './crossfade/panorama.js';
|
|
5
5
|
|
|
6
6
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatlayer/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.69.0",
|
|
4
4
|
"description": "SeatLayer's seat map rendering engine — the seating chart runtime behind @seatlayer/js and the React, Vue, and Angular SDKs.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": {
|