@seatlayer/core 0.54.0 → 0.55.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/{categoryInventory-B4xo7hE2.d.ts → categoryInventory-BwarniiK.d.ts} +1 -1
- package/dist/{categoryInventory-lRtu3VjD.d.cts → categoryInventory-D3qPwfKz.d.cts} +1 -1
- package/dist/chunk-6XJN4REG.js +1 -0
- package/dist/{chunk-3QLFGEQY.js → chunk-DNGP2HDT.js} +1 -1
- package/dist/{chunk-QUKWJQLR.js → chunk-HHM3PB66.js} +1 -1
- package/dist/{chunk-EYROIZGQ.js → chunk-PXWKSYCK.js} +1 -1
- package/dist/chunk-VI2CLV3Y.js +1 -0
- package/dist/core/chart-ops/index.cjs +1 -1
- package/dist/core/chart-ops/index.d.cts +4 -4
- package/dist/core/chart-ops/index.d.ts +4 -4
- package/dist/core/chart-ops/index.js +1 -1
- package/dist/core/inventory/index.cjs +1 -1
- package/dist/core/inventory/index.d.cts +4 -4
- package/dist/core/inventory/index.d.ts +4 -4
- package/dist/core/inventory/index.js +1 -1
- package/dist/core/layout/index.d.cts +4 -4
- package/dist/core/layout/index.d.ts +4 -4
- package/dist/core/quality/index.cjs +1 -1
- package/dist/core/quality/index.d.cts +3 -3
- package/dist/core/quality/index.d.ts +3 -3
- package/dist/core/quality/index.js +1 -1
- package/dist/core/render-assets/index.cjs +1 -1
- package/dist/core/render-assets/index.d.cts +1 -1
- package/dist/core/render-assets/index.d.ts +1 -1
- package/dist/core/render-assets/index.js +1 -1
- package/dist/core/seatConfidence.d.cts +1 -1
- package/dist/core/seatConfidence.d.ts +1 -1
- package/dist/core/sections/index.d.cts +5 -5
- package/dist/core/sections/index.d.ts +5 -5
- package/dist/{de-75NWRKC5.js → de-WPX4D3SY.js} +1 -1
- package/dist/{es-BM7EJ7PW.js → es-6KAJQVVX.js} +1 -1
- package/dist/{fr-HPXQHIB4.js → fr-5DTMRBN5.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +57 -12
- package/dist/index.d.ts +57 -12
- package/dist/index.js +1 -1
- package/dist/{labeling-w8bl86cb.d.ts → labeling-BmCzW50y.d.ts} +1 -1
- package/dist/{labeling-CsPt1mC_.d.cts → labeling-VfJBEOn0.d.cts} +1 -1
- package/dist/{layout-B5UYbwnv.d.ts → layout-ClQkmixY.d.ts} +3 -3
- package/dist/{layout-YFmuxw_M.d.cts → layout-Dlv5bIf2.d.cts} +3 -3
- package/dist/{renderedQuality-DbZM034G.d.ts → renderedQuality-B3jgdgPO.d.ts} +1 -1
- package/dist/{renderedQuality-CugJarFp.d.cts → renderedQuality-bDkUOyBL.d.cts} +1 -1
- package/dist/{renderer-IBi9YKWR.d.ts → renderer-B_g-W_QB.d.ts} +4 -1
- package/dist/{renderer-DhUHFtsI.d.cts → renderer-DySMcKAR.d.cts} +4 -1
- package/dist/{sections-mLOZrGrI.d.ts → sections-DIzgtDjF.d.ts} +1 -1
- package/dist/{sections-B7cDF0Nq.d.cts → sections-Dna1nZgR.d.cts} +1 -1
- package/dist/{segmentedRowModel-CGoH684F.d.cts → segmentedRowModel-BNXEUeHp.d.cts} +1 -1
- package/dist/{segmentedRowModel-BPTnJ7Tz.d.ts → segmentedRowModel-COXw4GCh.d.ts} +1 -1
- package/dist/{ticketRestrictions-BwAebpSK.d.cts → ticketRestrictions-CzchbX_o.d.cts} +2 -2
- package/dist/{ticketRestrictions-ChHJwvTq.d.ts → ticketRestrictions-DaYOCpEw.d.ts} +2 -2
- package/dist/{types-COfJorq_.d.cts → types-DTSG6_Hq.d.cts} +5 -4
- package/dist/{types-COfJorq_.d.ts → types-DTSG6_Hq.d.ts} +5 -4
- package/dist/view3d/crossfade/panorama.d.cts +1 -1
- package/dist/view3d/crossfade/panorama.d.ts +1 -1
- package/dist/view3d/index.cjs +27 -27
- package/dist/view3d/index.d.cts +109 -3
- package/dist/view3d/index.d.ts +109 -3
- package/dist/view3d/index.js +27 -27
- package/package.json +1 -1
- package/dist/chunk-6LIPQU4G.js +0 -1
- package/dist/chunk-DDE7IOFT.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-
|
|
1
|
+
import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-DTSG6_Hq.js';
|
|
2
2
|
|
|
3
3
|
declare function sectionPathSegmentEnd(segment: SectionPathSegment): Point;
|
|
4
4
|
/** Validate finite, continuous closed-path geometry without trusting renderer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-
|
|
1
|
+
import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-DTSG6_Hq.cjs';
|
|
2
2
|
|
|
3
3
|
declare function sectionPathSegmentEnd(segment: SectionPathSegment): Point;
|
|
4
4
|
/** Validate finite, continuous closed-path geometry without trusting renderer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-
|
|
2
|
-
import { S as SegmentedRowPlacement } from './segmentedRowModel-
|
|
3
|
-
import { E as ExpandedSeat } from './renderer-
|
|
1
|
+
import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-DTSG6_Hq.js';
|
|
2
|
+
import { S as SegmentedRowPlacement } from './segmentedRowModel-COXw4GCh.js';
|
|
3
|
+
import { E as ExpandedSeat } from './renderer-B_g-W_QB.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Pure geometry helpers — no Konva, no DOM. Turns the parametric chart
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-
|
|
2
|
-
import { S as SegmentedRowPlacement } from './segmentedRowModel-
|
|
3
|
-
import { E as ExpandedSeat } from './renderer-
|
|
1
|
+
import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-DTSG6_Hq.cjs';
|
|
2
|
+
import { S as SegmentedRowPlacement } from './segmentedRowModel-BNXEUeHp.cjs';
|
|
3
|
+
import { E as ExpandedSeat } from './renderer-DySMcKAR.cjs';
|
|
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-B_g-W_QB.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-DySMcKAR.cjs';
|
|
2
2
|
|
|
3
3
|
declare const RENDERED_QUALITY_REPORT_VERSION = 3;
|
|
4
4
|
type RenderedEvidenceState = 'overview' | 'interaction';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-
|
|
1
|
+
import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-DTSG6_Hq.js';
|
|
2
2
|
|
|
3
3
|
interface ExpandedSeat {
|
|
4
4
|
/** Stable id: `${rowId}:${index}` */
|
|
@@ -300,6 +300,9 @@ interface ISeatmapRenderer {
|
|
|
300
300
|
}): void;
|
|
301
301
|
/** Bulk status update; re-renders affected seats only. */
|
|
302
302
|
setStatus(seatIds: string[], status: SeatStatus): void;
|
|
303
|
+
/** Organizer event-category override: repaint existing inventory ids without
|
|
304
|
+
* rebuilding geometry, camera, or selection. Unknown ids/keys are ignored. */
|
|
305
|
+
setSeatCategories?(assignments: Record<string, string>): void;
|
|
303
306
|
/**
|
|
304
307
|
* Mark the active buyer's own held seats. They remain server-status `held`,
|
|
305
308
|
* but render with the buyer selection treatment instead of the anonymous
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-
|
|
1
|
+
import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-DTSG6_Hq.cjs';
|
|
2
2
|
|
|
3
3
|
interface ExpandedSeat {
|
|
4
4
|
/** Stable id: `${rowId}:${index}` */
|
|
@@ -300,6 +300,9 @@ interface ISeatmapRenderer {
|
|
|
300
300
|
}): void;
|
|
301
301
|
/** Bulk status update; re-renders affected seats only. */
|
|
302
302
|
setStatus(seatIds: string[], status: SeatStatus): void;
|
|
303
|
+
/** Organizer event-category override: repaint existing inventory ids without
|
|
304
|
+
* rebuilding geometry, camera, or selection. Unknown ids/keys are ignored. */
|
|
305
|
+
setSeatCategories?(assignments: Record<string, string>): void;
|
|
303
306
|
/**
|
|
304
307
|
* Mark the active buyer's own held seats. They remain server-status `held`,
|
|
305
308
|
* but render with the buyer selection treatment instead of the anonymous
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-
|
|
2
|
-
import { E as ExpandedSeat } from './renderer-
|
|
1
|
+
import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-DTSG6_Hq.cjs';
|
|
2
|
+
import { E as ExpandedSeat } from './renderer-DySMcKAR.cjs';
|
|
3
3
|
|
|
4
4
|
declare const MAX_GA_CAPACITY = 100000;
|
|
5
5
|
declare const MAX_EVENT_INVENTORY = 100000;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-
|
|
2
|
-
import { E as ExpandedSeat } from './renderer-
|
|
1
|
+
import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-DTSG6_Hq.js';
|
|
2
|
+
import { E as ExpandedSeat } from './renderer-B_g-W_QB.js';
|
|
3
3
|
|
|
4
4
|
declare const MAX_GA_CAPACITY = 100000;
|
|
5
5
|
declare const MAX_EVENT_INVENTORY = 100000;
|
|
@@ -356,11 +356,12 @@ interface TicketTierEvidence {
|
|
|
356
356
|
}
|
|
357
357
|
type TicketTierRestriction = 'companion' | 'child' | 'senior' | 'student' | 'membership' | 'custom';
|
|
358
358
|
/**
|
|
359
|
-
* Accessibility accommodations a seat can carry.
|
|
360
|
-
* venues
|
|
361
|
-
* and organizers can mark seats precisely.
|
|
359
|
+
* Accessibility accommodations a seat can carry. Covers the major seating and
|
|
360
|
+
* viewing provisions exposed by venues and ticketing platforms so buyers can
|
|
361
|
+
* filter for exactly what they need and organizers can mark seats precisely.
|
|
362
|
+
* `wheelchair` is the legacy default.
|
|
362
363
|
*/
|
|
363
|
-
type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'hearing' | 'cart' | 'sign-language' | 'plus-size' | 'lift-armrest';
|
|
364
|
+
type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'designated-aisle' | 'step-free' | 'hearing' | 'cart' | 'sign-language' | 'low-vision' | 'sensory-friendly' | 'plus-size' | 'lift-armrest';
|
|
364
365
|
interface AccessibilityMeta {
|
|
365
366
|
key: AccessibilityType;
|
|
366
367
|
/** Full descriptive label (designer checkbox, picker legend). */
|
|
@@ -356,11 +356,12 @@ interface TicketTierEvidence {
|
|
|
356
356
|
}
|
|
357
357
|
type TicketTierRestriction = 'companion' | 'child' | 'senior' | 'student' | 'membership' | 'custom';
|
|
358
358
|
/**
|
|
359
|
-
* Accessibility accommodations a seat can carry.
|
|
360
|
-
* venues
|
|
361
|
-
* and organizers can mark seats precisely.
|
|
359
|
+
* Accessibility accommodations a seat can carry. Covers the major seating and
|
|
360
|
+
* viewing provisions exposed by venues and ticketing platforms so buyers can
|
|
361
|
+
* filter for exactly what they need and organizers can mark seats precisely.
|
|
362
|
+
* `wheelchair` is the legacy default.
|
|
362
363
|
*/
|
|
363
|
-
type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'hearing' | 'cart' | 'sign-language' | 'plus-size' | 'lift-armrest';
|
|
364
|
+
type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'designated-aisle' | 'step-free' | 'hearing' | 'cart' | 'sign-language' | 'low-vision' | 'sensory-friendly' | 'plus-size' | 'lift-armrest';
|
|
364
365
|
interface AccessibilityMeta {
|
|
365
366
|
key: AccessibilityType;
|
|
366
367
|
/** Full descriptive label (designer checkbox, picker legend). */
|