@seatlayer/core 0.67.13 → 0.67.14
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-CDGQe2Ag.d.ts → categoryInventory-B1bjit6B.d.ts} +1 -1
- package/dist/{categoryInventory-BI3jJaqD.d.cts → categoryInventory-CAHGQ07K.d.cts} +1 -1
- package/dist/chunk-IO2A6P65.js +1 -0
- package/dist/chunk-IUQZK7OA.js +1 -0
- package/dist/{chunk-VI3IZS2B.js → chunk-OBBSZUYF.js} +1 -1
- package/dist/core/chart-ops/index.cjs +1 -1
- package/dist/core/chart-ops/index.d.cts +11 -4
- package/dist/core/chart-ops/index.d.ts +11 -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.d.cts +3 -3
- package/dist/core/quality/index.d.ts +3 -3
- package/dist/core/render-assets/index.d.cts +1 -1
- package/dist/core/render-assets/index.d.ts +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/{eventConfigurations-YqyHnreh.d.cts → eventConfigurations-D66ZLfYS.d.cts} +3 -1
- package/dist/{eventConfigurations-DImP8Cd6.d.ts → eventConfigurations-IWEhHywT.d.ts} +3 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +12 -12
- package/dist/index.d.ts +12 -12
- package/dist/index.js +1 -1
- package/dist/{labeling-lXzjJrgV.d.cts → labeling-BCiv5l6e.d.cts} +1 -1
- package/dist/{labeling-Cb7ZwhoO.d.ts → labeling-DO9p-xLj.d.ts} +1 -1
- package/dist/{layout-cZ3VfeJR.d.cts → layout-BUz3xFCE.d.cts} +3 -3
- package/dist/{layout-ByBMw1t7.d.ts → layout-DzuyZFRr.d.ts} +3 -3
- package/dist/{renderedQuality-6ta0nSPm.d.cts → renderedQuality-L1g0XZ0i.d.cts} +1 -1
- package/dist/{renderedQuality-BJKHot_g.d.ts → renderedQuality-Xaar1aMI.d.ts} +1 -1
- package/dist/{renderer-B9GavToM.d.ts → renderer-BQuknAQY.d.ts} +1 -1
- package/dist/{renderer-C9BLd1g2.d.cts → renderer-DyVuc7SF.d.cts} +1 -1
- package/dist/{sections-ND5PRE4j.d.cts → sections-CkMXEJEf.d.cts} +1 -1
- package/dist/{sections-BvZ1cQkD.d.ts → sections-j5aC-O5u.d.ts} +1 -1
- package/dist/{segmentedRowModel-CLKP-2ca.d.ts → segmentedRowModel-CLLfsLFG.d.ts} +1 -1
- package/dist/{segmentedRowModel-BB9MPufB.d.cts → segmentedRowModel-DhcYIheF.d.cts} +1 -1
- package/dist/{ticketRestrictions-CjV47RNG.d.cts → ticketRestrictions-AgAcdcYP.d.cts} +2 -2
- package/dist/{ticketRestrictions-DUQ8wHjG.d.ts → ticketRestrictions-BJVsVMnP.d.ts} +2 -2
- package/dist/{types-hv6QjPRV.d.cts → types-BKw6Dn_O.d.cts} +18 -1
- package/dist/{types-hv6QjPRV.d.ts → types-BKw6Dn_O.d.ts} +18 -1
- package/dist/view3d/crossfade/panorama.d.cts +1 -1
- package/dist/view3d/crossfade/panorama.d.ts +1 -1
- package/dist/view3d/index.cjs +52 -33
- package/dist/view3d/index.d.cts +15 -3
- package/dist/view3d/index.d.ts +15 -3
- package/dist/view3d/index.js +50 -31
- package/package.json +1 -1
- package/dist/chunk-3TAVIEVO.js +0 -1
- package/dist/chunk-BTW7IGNT.js +0 -1
package/dist/view3d/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as ChartDoc } from '../types-
|
|
2
|
-
import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-
|
|
3
|
-
import { E as ExpandedSeat } from '../renderer-
|
|
1
|
+
import { C as ChartDoc } from '../types-BKw6Dn_O.cjs';
|
|
2
|
+
import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-D66ZLfYS.cjs';
|
|
3
|
+
import { E as ExpandedSeat } from '../renderer-DyVuc7SF.cjs';
|
|
4
4
|
import { SeatView } from './crossfade/panorama.cjs';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -80,6 +80,11 @@ interface Theme3D {
|
|
|
80
80
|
seatStates: Record<SeatState3D, RGB>;
|
|
81
81
|
/** Multiplier on the seat dot's world radius. */
|
|
82
82
|
seatScale: number;
|
|
83
|
+
materials: {
|
|
84
|
+
seat: RGB | null;
|
|
85
|
+
shell: RGB | null;
|
|
86
|
+
roughness: number;
|
|
87
|
+
};
|
|
83
88
|
}
|
|
84
89
|
|
|
85
90
|
/**
|
|
@@ -264,6 +269,9 @@ interface SceneProductionElement {
|
|
|
264
269
|
};
|
|
265
270
|
/** Retained as typed evidence only; item 5 owns visibility classification. */
|
|
266
271
|
occlusion: EventConfigurationOcclusion;
|
|
272
|
+
contentImageUrl?: string;
|
|
273
|
+
/** Four world-space corners (bottom-left, bottom-right, top-left, top-right). */
|
|
274
|
+
contentPlane?: [number, number, number][];
|
|
267
275
|
}
|
|
268
276
|
/**
|
|
269
277
|
* A navigable zone — the venue's own top-level grouping (Orchestra, Lower Bowl,
|
|
@@ -407,6 +415,8 @@ interface SceneModelInput {
|
|
|
407
415
|
eventConfigurationId?: string;
|
|
408
416
|
/** Retained at this lazy boundary for production overlay compilation. */
|
|
409
417
|
eventConfiguration?: EventConfigurationVersion;
|
|
418
|
+
/** Validated, self-contained registered shell GLB bytes, loaded only on 3D entry. */
|
|
419
|
+
registeredShellGlb?: ArrayBuffer;
|
|
410
420
|
/** Optional initial per-seat state (default all available). */
|
|
411
421
|
initialState?: (seat: ExpandedSeat) => SeatState3D;
|
|
412
422
|
}
|
|
@@ -473,6 +483,7 @@ interface PrepareVenue3DInput {
|
|
|
473
483
|
eventConfigurationId?: string;
|
|
474
484
|
/** Exact content delivered only with the lazy 3D request. */
|
|
475
485
|
eventConfiguration?: EventConfigurationVersion;
|
|
486
|
+
registeredShellGlb?: ArrayBuffer;
|
|
476
487
|
}
|
|
477
488
|
/**
|
|
478
489
|
* Build the CPU-heavy merged mesh and seat buffers off the UI thread. Worker
|
|
@@ -611,6 +622,7 @@ interface Venue3DInput {
|
|
|
611
622
|
eventConfigurationId?: string;
|
|
612
623
|
/** Exact premium content; interpreted only inside the lazy 3D boundary. */
|
|
613
624
|
eventConfiguration?: EventConfigurationVersion;
|
|
625
|
+
registeredShellGlb?: ArrayBuffer;
|
|
614
626
|
/** Optional initial per-seat state (default all available). */
|
|
615
627
|
initialState?: (seat: ExpandedSeat) => SeatState3D;
|
|
616
628
|
/** CPU scene prepared by `prepareVenue3D`; avoids rebuilding on mount. */
|
package/dist/view3d/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as ChartDoc } from '../types-
|
|
2
|
-
import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-
|
|
3
|
-
import { E as ExpandedSeat } from '../renderer-
|
|
1
|
+
import { C as ChartDoc } from '../types-BKw6Dn_O.js';
|
|
2
|
+
import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-IWEhHywT.js';
|
|
3
|
+
import { E as ExpandedSeat } from '../renderer-BQuknAQY.js';
|
|
4
4
|
import { SeatView } from './crossfade/panorama.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -80,6 +80,11 @@ interface Theme3D {
|
|
|
80
80
|
seatStates: Record<SeatState3D, RGB>;
|
|
81
81
|
/** Multiplier on the seat dot's world radius. */
|
|
82
82
|
seatScale: number;
|
|
83
|
+
materials: {
|
|
84
|
+
seat: RGB | null;
|
|
85
|
+
shell: RGB | null;
|
|
86
|
+
roughness: number;
|
|
87
|
+
};
|
|
83
88
|
}
|
|
84
89
|
|
|
85
90
|
/**
|
|
@@ -264,6 +269,9 @@ interface SceneProductionElement {
|
|
|
264
269
|
};
|
|
265
270
|
/** Retained as typed evidence only; item 5 owns visibility classification. */
|
|
266
271
|
occlusion: EventConfigurationOcclusion;
|
|
272
|
+
contentImageUrl?: string;
|
|
273
|
+
/** Four world-space corners (bottom-left, bottom-right, top-left, top-right). */
|
|
274
|
+
contentPlane?: [number, number, number][];
|
|
267
275
|
}
|
|
268
276
|
/**
|
|
269
277
|
* A navigable zone — the venue's own top-level grouping (Orchestra, Lower Bowl,
|
|
@@ -407,6 +415,8 @@ interface SceneModelInput {
|
|
|
407
415
|
eventConfigurationId?: string;
|
|
408
416
|
/** Retained at this lazy boundary for production overlay compilation. */
|
|
409
417
|
eventConfiguration?: EventConfigurationVersion;
|
|
418
|
+
/** Validated, self-contained registered shell GLB bytes, loaded only on 3D entry. */
|
|
419
|
+
registeredShellGlb?: ArrayBuffer;
|
|
410
420
|
/** Optional initial per-seat state (default all available). */
|
|
411
421
|
initialState?: (seat: ExpandedSeat) => SeatState3D;
|
|
412
422
|
}
|
|
@@ -473,6 +483,7 @@ interface PrepareVenue3DInput {
|
|
|
473
483
|
eventConfigurationId?: string;
|
|
474
484
|
/** Exact content delivered only with the lazy 3D request. */
|
|
475
485
|
eventConfiguration?: EventConfigurationVersion;
|
|
486
|
+
registeredShellGlb?: ArrayBuffer;
|
|
476
487
|
}
|
|
477
488
|
/**
|
|
478
489
|
* Build the CPU-heavy merged mesh and seat buffers off the UI thread. Worker
|
|
@@ -611,6 +622,7 @@ interface Venue3DInput {
|
|
|
611
622
|
eventConfigurationId?: string;
|
|
612
623
|
/** Exact premium content; interpreted only inside the lazy 3D boundary. */
|
|
613
624
|
eventConfiguration?: EventConfigurationVersion;
|
|
625
|
+
registeredShellGlb?: ArrayBuffer;
|
|
614
626
|
/** Optional initial per-seat state (default all available). */
|
|
615
627
|
initialState?: (seat: ExpandedSeat) => SeatState3D;
|
|
616
628
|
/** CPU scene prepared by `prepareVenue3D`; avoids rebuilding on mount. */
|