@seatlayer/core 0.62.0 → 0.63.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-EaqLUHxJ.d.ts → categoryInventory-C3RogGHF.d.ts} +1 -1
- package/dist/{categoryInventory-C4-bA5Nx.d.cts → categoryInventory-DEgsjxCC.d.cts} +1 -1
- package/dist/chunk-UL5OIGIF.js +1 -0
- package/dist/core/chart-ops/index.cjs +1 -1
- package/dist/core/chart-ops/index.d.cts +6 -4
- package/dist/core/chart-ops/index.d.ts +6 -4
- package/dist/core/chart-ops/index.js +1 -1
- package/dist/core/inventory/index.d.cts +4 -4
- package/dist/core/inventory/index.d.ts +4 -4
- 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.cjs +1 -1
- package/dist/core/render-assets/index.d.cts +11 -6
- package/dist/core/render-assets/index.d.ts +11 -6
- 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/index.cjs +1 -1
- package/dist/index.d.cts +14 -10
- package/dist/index.d.ts +14 -10
- package/dist/index.js +1 -1
- package/dist/{labeling-Cwufmw3W.d.cts → labeling-DRFC35VK.d.cts} +1 -1
- package/dist/{labeling-B4i6gdAb.d.ts → labeling-DTHo03rf.d.ts} +1 -1
- package/dist/{layout-CVumqAiR.d.ts → layout-BXB8Rf4n.d.ts} +3 -3
- package/dist/{layout-CGKQ3Pi2.d.cts → layout-DRB0-NGc.d.cts} +3 -3
- package/dist/{renderedQuality-C86YHszi.d.ts → renderedQuality-BjSBiqkN.d.ts} +1 -1
- package/dist/{renderedQuality-Bvj_f4Ep.d.cts → renderedQuality-DK7IGCju.d.cts} +1 -1
- package/dist/{renderer-Bq6tKuUD.d.cts → renderer-BNzVBOBW.d.cts} +1 -1
- package/dist/{renderer-DwYiuiuC.d.ts → renderer-Bhc5CgOS.d.ts} +1 -1
- package/dist/{sections-hr18lj4d.d.ts → sections-BrQV1WzI.d.ts} +1 -1
- package/dist/{sections-CXMjxU_S.d.cts → sections-D2bxgVgg.d.cts} +1 -1
- package/dist/{segmentedRowModel-Cgp4cK2q.d.cts → segmentedRowModel-BQYSdf7k.d.cts} +1 -1
- package/dist/{segmentedRowModel-lcp9clIL.d.ts → segmentedRowModel-Cl3X8SKt.d.ts} +1 -1
- package/dist/{ticketRestrictions-NW94Eo3R.d.ts → ticketRestrictions-B9WkJ6YG.d.ts} +2 -2
- package/dist/{ticketRestrictions-BY7Nvzc-.d.cts → ticketRestrictions-QBvY3Zi7.d.cts} +2 -2
- package/dist/{types-D_pq-iqz.d.cts → types-DmgX-iuD.d.cts} +1 -1
- package/dist/{types-D_pq-iqz.d.ts → types-DmgX-iuD.d.ts} +1 -1
- package/dist/view3d/crossfade/panorama.d.cts +1 -1
- package/dist/view3d/crossfade/panorama.d.ts +1 -1
- package/dist/view3d/index.cjs +104 -40
- package/dist/view3d/index.d.cts +4 -2
- package/dist/view3d/index.d.ts +4 -2
- package/dist/view3d/index.js +106 -42
- package/package.json +1 -1
- package/dist/chunk-6CNWW47A.js +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b as SeatViewMetadata, e as SectionObject, aq as ZoneDef, C as ChartDoc, P as Point, t as CubicPath, o as Category, m as CategoryTier, D as ChartTheme, R as RowObject, a3 as ReferenceScanProposal, B as BoothObject, G as GAAreaObject, s as ShapeObject, T as TableObject, u as TextObject, am as TextBackground, a as SeatGlyphKind, A as AccessibilityType, S as SeatOverride, d as ChartObject } from '../../types-
|
|
2
|
-
import { e as CategoryInventoryObjectType } from '../../categoryInventory-
|
|
3
|
-
import { R as RelabelOptions } from '../../labeling-
|
|
4
|
-
export { D as DEFAULT_SECTION_CORNER_SMOOTHING } from '../../labeling-
|
|
1
|
+
import { b as SeatViewMetadata, e as SectionObject, aq as ZoneDef, C as ChartDoc, P as Point, t as CubicPath, o as Category, m as CategoryTier, D as ChartTheme, R as RowObject, a3 as ReferenceScanProposal, B as BoothObject, G as GAAreaObject, s as ShapeObject, T as TableObject, u as TextObject, am as TextBackground, a as SeatGlyphKind, A as AccessibilityType, S as SeatOverride, d as ChartObject } from '../../types-DmgX-iuD.cjs';
|
|
2
|
+
import { e as CategoryInventoryObjectType } from '../../categoryInventory-DEgsjxCC.cjs';
|
|
3
|
+
import { R as RelabelOptions } from '../../labeling-DRFC35VK.cjs';
|
|
4
|
+
export { D as DEFAULT_SECTION_CORNER_SMOOTHING } from '../../labeling-DRFC35VK.cjs';
|
|
5
5
|
|
|
6
6
|
type ChartObjectIdFactory = (prefix: string) => string;
|
|
7
7
|
type AutomaticPlacement = 'auto' | 'front' | 'rear' | 'left' | 'right';
|
|
@@ -1227,6 +1227,8 @@ declare function insertSeatingBlock(doc: ChartDoc, input: {
|
|
|
1227
1227
|
blockKey: string;
|
|
1228
1228
|
center: Point;
|
|
1229
1229
|
idFactory: ChartObjectIdFactory;
|
|
1230
|
+
/** Section workspaces already provide the owning boundary. */
|
|
1231
|
+
wrapInSection?: boolean;
|
|
1230
1232
|
}): {
|
|
1231
1233
|
floorId: string;
|
|
1232
1234
|
blockKey: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b as SeatViewMetadata, e as SectionObject, aq as ZoneDef, C as ChartDoc, P as Point, t as CubicPath, o as Category, m as CategoryTier, D as ChartTheme, R as RowObject, a3 as ReferenceScanProposal, B as BoothObject, G as GAAreaObject, s as ShapeObject, T as TableObject, u as TextObject, am as TextBackground, a as SeatGlyphKind, A as AccessibilityType, S as SeatOverride, d as ChartObject } from '../../types-
|
|
2
|
-
import { e as CategoryInventoryObjectType } from '../../categoryInventory-
|
|
3
|
-
import { R as RelabelOptions } from '../../labeling-
|
|
4
|
-
export { D as DEFAULT_SECTION_CORNER_SMOOTHING } from '../../labeling-
|
|
1
|
+
import { b as SeatViewMetadata, e as SectionObject, aq as ZoneDef, C as ChartDoc, P as Point, t as CubicPath, o as Category, m as CategoryTier, D as ChartTheme, R as RowObject, a3 as ReferenceScanProposal, B as BoothObject, G as GAAreaObject, s as ShapeObject, T as TableObject, u as TextObject, am as TextBackground, a as SeatGlyphKind, A as AccessibilityType, S as SeatOverride, d as ChartObject } from '../../types-DmgX-iuD.js';
|
|
2
|
+
import { e as CategoryInventoryObjectType } from '../../categoryInventory-C3RogGHF.js';
|
|
3
|
+
import { R as RelabelOptions } from '../../labeling-DTHo03rf.js';
|
|
4
|
+
export { D as DEFAULT_SECTION_CORNER_SMOOTHING } from '../../labeling-DTHo03rf.js';
|
|
5
5
|
|
|
6
6
|
type ChartObjectIdFactory = (prefix: string) => string;
|
|
7
7
|
type AutomaticPlacement = 'auto' | 'front' | 'rear' | 'left' | 'right';
|
|
@@ -1227,6 +1227,8 @@ declare function insertSeatingBlock(doc: ChartDoc, input: {
|
|
|
1227
1227
|
blockKey: string;
|
|
1228
1228
|
center: Point;
|
|
1229
1229
|
idFactory: ChartObjectIdFactory;
|
|
1230
|
+
/** Section workspaces already provide the owning boundary. */
|
|
1231
|
+
wrapInSection?: boolean;
|
|
1230
1232
|
}): {
|
|
1231
1233
|
floorId: string;
|
|
1232
1234
|
blockKey: string;
|