@seatlayer/core 0.48.2 → 0.50.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/{chunk-I6DPX3EM.js → chunk-BE3F7CT3.js} +6 -5
- package/dist/chunk-BE3F7CT3.js.map +1 -0
- package/dist/{chunk-TCTAS4Z2.js → chunk-GD267BFB.js} +36 -8
- package/dist/chunk-GD267BFB.js.map +1 -0
- package/dist/core/seatConfidence.cjs +76 -0
- package/dist/core/seatConfidence.cjs.map +1 -0
- package/dist/core/seatConfidence.d.cts +18 -0
- package/dist/core/seatConfidence.d.ts +18 -0
- package/dist/core/seatConfidence.js +51 -0
- package/dist/core/seatConfidence.js.map +1 -0
- package/dist/index.cjs +37 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/{types-CE63BK0j.d.cts → types-DR54nqKL.d.cts} +58 -1
- package/dist/{types-CE63BK0j.d.ts → types-DR54nqKL.d.ts} +58 -1
- package/dist/view3d/crossfade/panorama.cjs +5 -4
- package/dist/view3d/crossfade/panorama.cjs.map +1 -1
- package/dist/view3d/crossfade/panorama.d.cts +5 -1
- package/dist/view3d/crossfade/panorama.d.ts +5 -1
- package/dist/view3d/crossfade/panorama.js +1 -1
- package/dist/view3d/index.cjs +781 -255
- package/dist/view3d/index.cjs.map +1 -1
- package/dist/view3d/index.d.cts +22 -1
- package/dist/view3d/index.d.ts +22 -1
- package/dist/view3d/index.js +779 -254
- package/dist/view3d/index.js.map +1 -1
- package/package.json +15 -2
- package/dist/chunk-I6DPX3EM.js.map +0 -1
- package/dist/chunk-TCTAS4Z2.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { a as RowObject, A as AccessibilityType, S as SeatOverride, b as SeatViewMetadata, L as LabelStyle, c as RectTableSide, C as ChartDoc, d as ChartObject, B as BoothObject, E as ExpandedSeat, T as TableObject, F as Floor, P as Point, e as SectionObject, f as RectTableSeatCounts, G as GAAreaObject, g as GAInventorySegment, h as RendererQualityEvidence, i as RenderedFreeTextEvidence, I as ISeatmapRenderer, j as RendererOptions, k as SeatStatus, l as RendererViewMode, m as LodRung, n as CategoryTier, o as SeatCommercialAttributes, p as RendererCallbacks } from './types-DR54nqKL.cjs';
|
|
2
|
+
export { q as ACCESSIBILITY_RING_COLOR, r as ACCESSIBILITY_TYPES, s as AccessibilityMeta, t as AuthoringObjectState, u as CHART_STORAGE_KEY, v as Category, w as ChartReferenceImage, x as ChartTheme, y as CubicPath, D as DecorImageObject, z as LABEL_STYLE_MAX_SIZE, H as LABEL_STYLE_MIN_SIZE, J as LabelPresentation, O as ObjectEditorState, K as ReferenceAccessibilitySource, M as ReferenceCalibration, N as ReferenceCategorySource, Q as ReferenceDerivedScale, U as ReferenceInventoryExclusionSource, V as ReferenceInventorySource, W as ReferenceScanProposal, X as ReferenceScanRowProposal, Y as ReferenceScanSectionProposal, Z as ReferenceSeatSeed, _ as ReferenceSectionTraceBatchInput, $ as ReferenceSectionTraceBatchProposal, a0 as ReferenceSectionTraceInput, a1 as ReferenceSectionTraceProposal, a2 as RenderedBookableLabelEvidence, a3 as RenderedGAAreaEvidence, a4 as RenderedHierarchyLabelEvidence, a5 as RenderedLabelHiddenReason, R as ResolvedSeatConfidenceEvidence, a6 as SEAT_COMMERCIAL_MARKS, a7 as SURROUNDINGS_SHAPE_ROLES, a8 as SeatCommercialMark, a9 as SeatCommercialMeta, aa as SeatConfidenceCoverage, ab as SeatConfidenceEvidence, ac as SeatConfidenceModelLevel, ad as SeatConfidenceModeledTarget, ae as SeatConfidenceRealityLevel, af as SeatViewCoverage, ag as SectionOutlinePath, ah as SectionPathSegment, ai as SelectionLayer, aj as ShapeLineCap, ak as ShapeLineEnding, al as ShapeLineJoin, am as ShapeObject, an as TextAlignment, ao as TextBackground, ap as TextObject, aq as ZoneDef, ar as accessibilityMeta, as as accessibilityRingColor, at as layerOf, au as seatCommercialMeta } from './types-DR54nqKL.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* The segmented-row model — one logical row made of several physical rows.
|
|
@@ -35,6 +35,7 @@ interface SegmentedRowPlacement {
|
|
|
35
35
|
canonical: RowObject;
|
|
36
36
|
viewFromSeatUrl?: string;
|
|
37
37
|
viewFromSeatMeta?: RowObject['viewFromSeatMeta'];
|
|
38
|
+
confidenceEvidence?: RowObject['confidenceEvidence'];
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
/**
|
|
@@ -1441,6 +1442,7 @@ interface PickerTransport {
|
|
|
1441
1442
|
currency?: string;
|
|
1442
1443
|
mode?: string;
|
|
1443
1444
|
inventoryModelVersion?: 1 | 2;
|
|
1445
|
+
posterUrl?: string | null;
|
|
1444
1446
|
};
|
|
1445
1447
|
}>;
|
|
1446
1448
|
/**
|
|
@@ -1718,6 +1720,8 @@ declare class PickerController {
|
|
|
1718
1720
|
currency?: string;
|
|
1719
1721
|
/** 'test' ⇒ sandbox event (hosts show a TEST MODE ribbon). */
|
|
1720
1722
|
mode?: string;
|
|
1723
|
+
/** Absolute event-poster URL, when the server can publicly serve one. */
|
|
1724
|
+
posterUrl?: string | null;
|
|
1721
1725
|
} | null>;
|
|
1722
1726
|
getSelection(): PickerSeat[];
|
|
1723
1727
|
/** Enriched metadata for a seat confirmation card or tooltip. */
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { a as RowObject, A as AccessibilityType, S as SeatOverride, b as SeatViewMetadata, L as LabelStyle, c as RectTableSide, C as ChartDoc, d as ChartObject, B as BoothObject, E as ExpandedSeat, T as TableObject, F as Floor, P as Point, e as SectionObject, f as RectTableSeatCounts, G as GAAreaObject, g as GAInventorySegment, h as RendererQualityEvidence, i as RenderedFreeTextEvidence, I as ISeatmapRenderer, j as RendererOptions, k as SeatStatus, l as RendererViewMode, m as LodRung, n as CategoryTier, o as SeatCommercialAttributes, p as RendererCallbacks } from './types-DR54nqKL.js';
|
|
2
|
+
export { q as ACCESSIBILITY_RING_COLOR, r as ACCESSIBILITY_TYPES, s as AccessibilityMeta, t as AuthoringObjectState, u as CHART_STORAGE_KEY, v as Category, w as ChartReferenceImage, x as ChartTheme, y as CubicPath, D as DecorImageObject, z as LABEL_STYLE_MAX_SIZE, H as LABEL_STYLE_MIN_SIZE, J as LabelPresentation, O as ObjectEditorState, K as ReferenceAccessibilitySource, M as ReferenceCalibration, N as ReferenceCategorySource, Q as ReferenceDerivedScale, U as ReferenceInventoryExclusionSource, V as ReferenceInventorySource, W as ReferenceScanProposal, X as ReferenceScanRowProposal, Y as ReferenceScanSectionProposal, Z as ReferenceSeatSeed, _ as ReferenceSectionTraceBatchInput, $ as ReferenceSectionTraceBatchProposal, a0 as ReferenceSectionTraceInput, a1 as ReferenceSectionTraceProposal, a2 as RenderedBookableLabelEvidence, a3 as RenderedGAAreaEvidence, a4 as RenderedHierarchyLabelEvidence, a5 as RenderedLabelHiddenReason, R as ResolvedSeatConfidenceEvidence, a6 as SEAT_COMMERCIAL_MARKS, a7 as SURROUNDINGS_SHAPE_ROLES, a8 as SeatCommercialMark, a9 as SeatCommercialMeta, aa as SeatConfidenceCoverage, ab as SeatConfidenceEvidence, ac as SeatConfidenceModelLevel, ad as SeatConfidenceModeledTarget, ae as SeatConfidenceRealityLevel, af as SeatViewCoverage, ag as SectionOutlinePath, ah as SectionPathSegment, ai as SelectionLayer, aj as ShapeLineCap, ak as ShapeLineEnding, al as ShapeLineJoin, am as ShapeObject, an as TextAlignment, ao as TextBackground, ap as TextObject, aq as ZoneDef, ar as accessibilityMeta, as as accessibilityRingColor, at as layerOf, au as seatCommercialMeta } from './types-DR54nqKL.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* The segmented-row model — one logical row made of several physical rows.
|
|
@@ -35,6 +35,7 @@ interface SegmentedRowPlacement {
|
|
|
35
35
|
canonical: RowObject;
|
|
36
36
|
viewFromSeatUrl?: string;
|
|
37
37
|
viewFromSeatMeta?: RowObject['viewFromSeatMeta'];
|
|
38
|
+
confidenceEvidence?: RowObject['confidenceEvidence'];
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
/**
|
|
@@ -1441,6 +1442,7 @@ interface PickerTransport {
|
|
|
1441
1442
|
currency?: string;
|
|
1442
1443
|
mode?: string;
|
|
1443
1444
|
inventoryModelVersion?: 1 | 2;
|
|
1445
|
+
posterUrl?: string | null;
|
|
1444
1446
|
};
|
|
1445
1447
|
}>;
|
|
1446
1448
|
/**
|
|
@@ -1718,6 +1720,8 @@ declare class PickerController {
|
|
|
1718
1720
|
currency?: string;
|
|
1719
1721
|
/** 'test' ⇒ sandbox event (hosts show a TEST MODE ribbon). */
|
|
1720
1722
|
mode?: string;
|
|
1723
|
+
/** Absolute event-poster URL, when the server can publicly serve one. */
|
|
1724
|
+
posterUrl?: string | null;
|
|
1721
1725
|
} | null>;
|
|
1722
1726
|
getSelection(): PickerSeat[];
|
|
1723
1727
|
/** Enriched metadata for a seat confirmation card or tooltip. */
|
package/dist/index.js
CHANGED
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
stackFloors,
|
|
39
39
|
tableInventoryCount,
|
|
40
40
|
tableSeatCountsBySide
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-GD267BFB.js";
|
|
42
42
|
|
|
43
43
|
// src/core/ga.ts
|
|
44
44
|
var PREFIX = "__sl_ga__";
|
|
@@ -6964,7 +6964,8 @@ var PickerController = class {
|
|
|
6964
6964
|
timezone: res.event.timezone ?? null,
|
|
6965
6965
|
currency,
|
|
6966
6966
|
// 'test' ⇒ sandbox event: hosts render a TEST MODE ribbon (Phase 11).
|
|
6967
|
-
mode: res.event.mode ?? "live"
|
|
6967
|
+
mode: res.event.mode ?? "live",
|
|
6968
|
+
posterUrl: res.event.posterUrl ?? null
|
|
6968
6969
|
};
|
|
6969
6970
|
}
|
|
6970
6971
|
// ---- selection ------------------------------------------------------------
|