@mappedin/mappedin-js 6.24.0 → 6.25.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/THIRD_PARTY_LICENSES.txt +15 -14
- package/lib/esm/{GLTFExporter-7JO7KU2J.js → GLTFExporter-2YKLBCPY.js} +1 -1
- package/lib/esm/{GLTFLoader-YNTRF3U5.js → GLTFLoader-VF2YNOHD.js} +1 -1
- package/lib/esm/chunk-2ZEZ2HG5.js +1230 -0
- package/lib/esm/{chunk-EIF63KEB.js → chunk-CO4ZOCZ7.js} +2 -2
- package/lib/esm/{chunk-C3N7HQI7.js → chunk-FYSWNSO7.js} +22 -22
- package/lib/esm/{chunk-VJRVK75J.js → chunk-I5GYZORE.js} +7 -7
- package/lib/esm/{chunk-ITXZXFZZ.js → chunk-R4YYWOA4.js} +1 -1
- package/lib/esm/index.d.ts +221 -10
- package/lib/esm/index.js +1 -1
- package/lib/esm/{inspector-LHEBDO45.js → inspector-RHOYG5KR.js} +2 -2
- package/lib/esm/{internal-4G5ODHLV.js → internal-4S5IPA5O.js} +1 -1
- package/lib/esm/{src-75CCWRAE.js → src-2BZUPZLG.js} +1 -1
- package/lib/esm/{text3d-G7QFRZO4.js → text3d-NPU3WI3W.js} +1 -1
- package/package.json +1 -1
- package/lib/esm/chunk-B3VG275M.js +0 -968
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as b,
|
|
1
|
+
import{a as b,fa as x,ha as y,x as A,y as w,z as g}from"./chunk-CO4ZOCZ7.js";b();function M(o,l=!1){let r=o[0].index!==null,f=new Set(Object.keys(o[0].attributes)),i=new Set(Object.keys(o[0].morphAttributes)),c={},e={},h=o[0].morphTargetsRelative,u=new y,d=0;for(let t=0;t<o.length;++t){let s=o[t],a=0;if(r!==(s.index!==null))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". All geometries must have compatible attributes; make sure index attribute exists among all geometries, or in none of them."),null;for(let n in s.attributes){if(!f.has(n))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+'. All geometries must have compatible attributes; make sure "'+n+'" attribute exists among all geometries, or in none of them.'),null;c[n]===void 0&&(c[n]=[]),c[n].push(s.attributes[n]),a++}if(a!==f.size)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". Make sure all geometries have the same number of attributes."),null;if(h!==s.morphTargetsRelative)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". .morphTargetsRelative must be consistent throughout all geometries."),null;for(let n in s.morphAttributes){if(!i.has(n))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". .morphAttributes must be consistent throughout all geometries."),null;e[n]===void 0&&(e[n]=[]),e[n].push(s.morphAttributes[n])}if(l){let n;if(r)n=s.index.count;else if(s.attributes.position!==void 0)n=s.attributes.position.count;else return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". The geometry must have either an index or a position attribute"),null;u.addGroup(d,n,t),d+=n}}if(r){let t=0,s=[];for(let a=0;a<o.length;++a){let n=o[a].index;for(let m=0;m<n.count;++m)s.push(n.getX(m)+t);t+=o[a].attributes.position.count}u.setIndex(s)}for(let t in c){let s=B(c[t]);if(!s)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+t+" attribute."),null;u.setAttribute(t,s)}for(let t in e){let s=e[t][0].length;if(s===0)break;u.morphAttributes=u.morphAttributes||{},u.morphAttributes[t]=[];for(let a=0;a<s;++a){let n=[];for(let p=0;p<e[t].length;++p)n.push(e[t][p][a]);let m=B(n);if(!m)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+t+" morphAttribute."),null;u.morphAttributes[t].push(m)}}return u}function B(o){let l,r,f,i=-1,c=0;for(let d=0;d<o.length;++d){let t=o[d];if(l===void 0&&(l=t.array.constructor),l!==t.array.constructor)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.array must be of consistent array types across matching attributes."),null;if(r===void 0&&(r=t.itemSize),r!==t.itemSize)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.itemSize must be consistent across matching attributes."),null;if(f===void 0&&(f=t.normalized),f!==t.normalized)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.normalized must be consistent across matching attributes."),null;if(i===-1&&(i=t.gpuType),i!==t.gpuType)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.gpuType must be consistent across matching attributes."),null;c+=t.count*r}let e=new l(c),h=new x(e,r,f),u=0;for(let d=0;d<o.length;++d){let t=o[d];if(t.isInterleavedBufferAttribute){let s=u/r;for(let a=0,n=t.count;a<n;a++)for(let m=0;m<r;m++){let p=t.getComponent(a,m);h.setComponent(a+s,m,p)}}else e.set(t.array,u);u+=t.count*r}return i!==void 0&&(h.gpuType=i),h}function R(o,l){if(l===A)return console.warn("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Geometry already defined as triangles."),o;if(l===g||l===w){let r=o.getIndex();if(r===null){let e=[],h=o.getAttribute("position");if(h!==void 0){for(let u=0;u<h.count;u++)e.push(u);o.setIndex(e),r=o.getIndex()}else return console.error("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Undefined position attribute. Processing not possible."),o}let f=r.count-2,i=[];if(l===g)for(let e=1;e<=f;e++)i.push(r.getX(0)),i.push(r.getX(e)),i.push(r.getX(e+1));else for(let e=0;e<f;e++)e%2===0?(i.push(r.getX(e)),i.push(r.getX(e+1)),i.push(r.getX(e+2))):(i.push(r.getX(e+2)),i.push(r.getX(e+1)),i.push(r.getX(e)));i.length/3!==f&&console.error("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Unable to generate correct amount of triangles.");let c=o.clone();return c.setIndex(i),c.clearGroups(),c}else return console.error("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Unknown draw mode:",l),o}export{M as a,R as b};
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -4756,6 +4756,16 @@ type TNavigationPathOptions = TAddPathOptions & {
|
|
|
4756
4756
|
* If not specified, connection paths use the main `color` property.
|
|
4757
4757
|
*/
|
|
4758
4758
|
__EXPERIMENTAL__CONNECTION_COLOR?: string;
|
|
4759
|
+
/**
|
|
4760
|
+
* @experimental Override width for connection paths (vertical paths between floors).
|
|
4761
|
+
* Accepts the same values as `width`:
|
|
4762
|
+
* - `number` — meters
|
|
4763
|
+
* - `'Npx'` — screen-space pixels (ribbon geometry only)
|
|
4764
|
+
* - `Interpolation` — zoom-interpolated meters or pixels
|
|
4765
|
+
*
|
|
4766
|
+
* If not specified, connection paths use the main `width` property.
|
|
4767
|
+
*/
|
|
4768
|
+
__EXPERIMENTAL__CONNECTION_WIDTH?: PathWidth$1;
|
|
4759
4769
|
/**
|
|
4760
4770
|
* @experimental Amount in meters to shorten connection path from each end.
|
|
4761
4771
|
* Prevents visual overlap with floor paths at junctions.
|
|
@@ -4768,6 +4778,32 @@ type TNavigationPathOptions = TAddPathOptions & {
|
|
|
4768
4778
|
* If not specified, connection paths use the main `dashed` property.
|
|
4769
4779
|
*/
|
|
4770
4780
|
__EXPERIMENTAL__CONNECTION_DASHED?: boolean;
|
|
4781
|
+
/**
|
|
4782
|
+
* @experimental Override how connection-path dashes are drawn — a painted
|
|
4783
|
+
* mask, or discrete dashes. Mirrors
|
|
4784
|
+
* `__EXPERIMENTAL_DASH_OPTIONS.__EXPERIMENTAL_DASH_STYLE`. If not specified,
|
|
4785
|
+
* connection paths use the main dash style.
|
|
4786
|
+
*
|
|
4787
|
+
* `'discrete'` renders connections flat regardless of
|
|
4788
|
+
* {@link __EXPERIMENTAL__CONNECTION_GEOMETRY}.
|
|
4789
|
+
*/
|
|
4790
|
+
__EXPERIMENTAL__CONNECTION_DASH_STYLE?: 'mask' | 'discrete';
|
|
4791
|
+
/**
|
|
4792
|
+
* @experimental Override arrow flow animation for connection paths (vertical
|
|
4793
|
+
* paths between floors). When `false`, connection paths keep their arrow
|
|
4794
|
+
* flow static while floor paths can still animate. If not specified,
|
|
4795
|
+
* connection paths use the main `animateArrowsOnPath` property.
|
|
4796
|
+
*/
|
|
4797
|
+
__EXPERIMENTAL__CONNECTION_ANIMATE_ARROWS_ON_PATH?: boolean;
|
|
4798
|
+
/**
|
|
4799
|
+
* @experimental Override arrow display for connection paths (vertical paths
|
|
4800
|
+
* between floors). When `false`, connection paths render without directional
|
|
4801
|
+
* arrows (plain dashes/ribbon) while floor paths can still show arrows.
|
|
4802
|
+
* Animation is independent: arrow flow follows `animateArrowsOnPath`. If
|
|
4803
|
+
* not specified, connection paths use the main `displayArrowsOnPath`
|
|
4804
|
+
* property.
|
|
4805
|
+
*/
|
|
4806
|
+
__EXPERIMENTAL__CONNECTION_DISPLAY_ARROWS_ON_PATH?: boolean;
|
|
4771
4807
|
/**
|
|
4772
4808
|
* @experimental Override geometry type for connection paths.
|
|
4773
4809
|
* - 'tube': Original tube geometry with 8 radial segments
|
|
@@ -9522,10 +9558,10 @@ declare const markerStateSchema: ZodObject<{
|
|
|
9522
9558
|
/** @internal */
|
|
9523
9559
|
declare const markerStateSchemaPartial: ZodObject<{
|
|
9524
9560
|
type: ZodOptional<ZodDefault<ZodLiteral<"marker">>>;
|
|
9525
|
-
enabled: ZodOptional<ZodDefault<ZodBoolean>>;
|
|
9526
9561
|
interactive: ZodOptional<ZodDefault<ZodUnion<readonly [ZodBoolean, ZodLiteral<"pointer-events-auto">]>>>;
|
|
9527
9562
|
rank: ZodOptional<ZodCustom<"initial" | TCollisionRankingTier, "initial" | TCollisionRankingTier>>;
|
|
9528
9563
|
occlude: ZodOptional<ZodDefault<ZodBoolean>>;
|
|
9564
|
+
enabled: ZodOptional<ZodDefault<ZodBoolean>>;
|
|
9529
9565
|
placement: ZodOptional<ZodOptional<ZodUnion<readonly [ZodEnum<{
|
|
9530
9566
|
hidden: "hidden";
|
|
9531
9567
|
top: "top";
|
|
@@ -9575,6 +9611,13 @@ type TMarkerUpdateState = output<typeof markerStateSchemaPartial>;
|
|
|
9575
9611
|
* @internal
|
|
9576
9612
|
*/
|
|
9577
9613
|
type BorderColor = LiteralUnion<'darken', string>;
|
|
9614
|
+
/**
|
|
9615
|
+
* Core-side path fields that {@link translatePathStateToGeojsonCore} rewrites from
|
|
9616
|
+
* `__EXPERIMENTAL_*` option names. A `Partial` slice of the renderer's `PathState`,
|
|
9617
|
+
* so it stays in sync with the core type instead of being hand-maintained.
|
|
9618
|
+
* @internal
|
|
9619
|
+
*/
|
|
9620
|
+
|
|
9578
9621
|
/** @internal */
|
|
9579
9622
|
declare const pathStateSchemaPartial: ZodObject<{
|
|
9580
9623
|
type: ZodOptional<ZodDefault<ZodLiteral<"path">>>;
|
|
@@ -9596,15 +9639,32 @@ declare const pathStateSchemaPartial: ZodObject<{
|
|
|
9596
9639
|
__EXPERIMENTAL_SMOOTHING_TENSION: ZodOptional<ZodDefault<ZodNumber>>;
|
|
9597
9640
|
__EXPERIMENTAL_SMOOTHING_CORNER_RADIUS: ZodOptional<ZodDefault<ZodNumber>>;
|
|
9598
9641
|
dashed: ZodOptional<ZodDefault<ZodBoolean>>;
|
|
9642
|
+
dashDiscrete: ZodOptional<ZodDefault<ZodBoolean>>;
|
|
9643
|
+
dashCornerRadius: ZodOptional<ZodDefault<ZodNumber>>;
|
|
9599
9644
|
__EXPERIMENTAL_DASH_OPTIONS: ZodOptional<ZodOptional<ZodDiscriminatedUnion<[ZodObject<{
|
|
9645
|
+
__EXPERIMENTAL_DASH_STYLE: ZodDefault<ZodEnum<{
|
|
9646
|
+
mask: "mask";
|
|
9647
|
+
discrete: "discrete";
|
|
9648
|
+
}>>;
|
|
9649
|
+
__EXPERIMENTAL_DASH_CORNER_RADIUS: ZodDefault<ZodNumber>;
|
|
9600
9650
|
__EXPERIMENTAL_DASH_MODE: ZodLiteral<"length-scaling">;
|
|
9601
9651
|
__EXPERIMENTAL_DASH_LENGTH: ZodDefault<ZodNumber>;
|
|
9602
9652
|
__EXPERIMENTAL_DASH_GAP: ZodDefault<ZodNumber>;
|
|
9603
9653
|
}, $strip>, ZodObject<{
|
|
9654
|
+
__EXPERIMENTAL_DASH_STYLE: ZodDefault<ZodEnum<{
|
|
9655
|
+
mask: "mask";
|
|
9656
|
+
discrete: "discrete";
|
|
9657
|
+
}>>;
|
|
9658
|
+
__EXPERIMENTAL_DASH_CORNER_RADIUS: ZodDefault<ZodNumber>;
|
|
9604
9659
|
__EXPERIMENTAL_DASH_MODE: ZodLiteral<"width-scaling">;
|
|
9605
9660
|
__EXPERIMENTAL_DASH_SIZE: ZodDefault<ZodNumber>;
|
|
9606
9661
|
__EXPERIMENTAL_GAP_SIZE: ZodDefault<ZodNumber>;
|
|
9607
9662
|
}, $strip>, ZodObject<{
|
|
9663
|
+
__EXPERIMENTAL_DASH_STYLE: ZodDefault<ZodEnum<{
|
|
9664
|
+
mask: "mask";
|
|
9665
|
+
discrete: "discrete";
|
|
9666
|
+
}>>;
|
|
9667
|
+
__EXPERIMENTAL_DASH_CORNER_RADIUS: ZodDefault<ZodNumber>;
|
|
9608
9668
|
__EXPERIMENTAL_DASH_MODE: ZodLiteral<"absolute">;
|
|
9609
9669
|
__EXPERIMENTAL_DASH_METERS: ZodDefault<ZodNumber>;
|
|
9610
9670
|
__EXPERIMENTAL_GAP_METERS: ZodDefault<ZodNumber>;
|
|
@@ -9649,15 +9709,32 @@ declare const pathStateSchemaStrict: ZodObject<{
|
|
|
9649
9709
|
__EXPERIMENTAL_SMOOTHING_TENSION: ZodDefault<ZodNumber>;
|
|
9650
9710
|
__EXPERIMENTAL_SMOOTHING_CORNER_RADIUS: ZodDefault<ZodNumber>;
|
|
9651
9711
|
dashed: ZodDefault<ZodBoolean>;
|
|
9712
|
+
dashDiscrete: ZodDefault<ZodBoolean>;
|
|
9713
|
+
dashCornerRadius: ZodDefault<ZodNumber>;
|
|
9652
9714
|
__EXPERIMENTAL_DASH_OPTIONS: ZodOptional<ZodDiscriminatedUnion<[ZodObject<{
|
|
9715
|
+
__EXPERIMENTAL_DASH_STYLE: ZodDefault<ZodEnum<{
|
|
9716
|
+
mask: "mask";
|
|
9717
|
+
discrete: "discrete";
|
|
9718
|
+
}>>;
|
|
9719
|
+
__EXPERIMENTAL_DASH_CORNER_RADIUS: ZodDefault<ZodNumber>;
|
|
9653
9720
|
__EXPERIMENTAL_DASH_MODE: ZodLiteral<"length-scaling">;
|
|
9654
9721
|
__EXPERIMENTAL_DASH_LENGTH: ZodDefault<ZodNumber>;
|
|
9655
9722
|
__EXPERIMENTAL_DASH_GAP: ZodDefault<ZodNumber>;
|
|
9656
9723
|
}, $strip>, ZodObject<{
|
|
9724
|
+
__EXPERIMENTAL_DASH_STYLE: ZodDefault<ZodEnum<{
|
|
9725
|
+
mask: "mask";
|
|
9726
|
+
discrete: "discrete";
|
|
9727
|
+
}>>;
|
|
9728
|
+
__EXPERIMENTAL_DASH_CORNER_RADIUS: ZodDefault<ZodNumber>;
|
|
9657
9729
|
__EXPERIMENTAL_DASH_MODE: ZodLiteral<"width-scaling">;
|
|
9658
9730
|
__EXPERIMENTAL_DASH_SIZE: ZodDefault<ZodNumber>;
|
|
9659
9731
|
__EXPERIMENTAL_GAP_SIZE: ZodDefault<ZodNumber>;
|
|
9660
9732
|
}, $strip>, ZodObject<{
|
|
9733
|
+
__EXPERIMENTAL_DASH_STYLE: ZodDefault<ZodEnum<{
|
|
9734
|
+
mask: "mask";
|
|
9735
|
+
discrete: "discrete";
|
|
9736
|
+
}>>;
|
|
9737
|
+
__EXPERIMENTAL_DASH_CORNER_RADIUS: ZodDefault<ZodNumber>;
|
|
9661
9738
|
__EXPERIMENTAL_DASH_MODE: ZodLiteral<"absolute">;
|
|
9662
9739
|
__EXPERIMENTAL_DASH_METERS: ZodDefault<ZodNumber>;
|
|
9663
9740
|
__EXPERIMENTAL_GAP_METERS: ZodDefault<ZodNumber>;
|
|
@@ -11374,12 +11451,47 @@ type TDirectionZone = {
|
|
|
11374
11451
|
*/
|
|
11375
11452
|
floor?: Floor;
|
|
11376
11453
|
};
|
|
11454
|
+
/**
|
|
11455
|
+
* @experimental
|
|
11456
|
+
* How a dash is drawn, independent of how it is sized. Available in every dash
|
|
11457
|
+
* mode, so the sizing axis ({@link TExperimentalDashOptions}) and the appearance
|
|
11458
|
+
* axis stay orthogonal.
|
|
11459
|
+
*/
|
|
11460
|
+
type TExperimentalDashStyleOptions = {
|
|
11461
|
+
/**
|
|
11462
|
+
* How each dash is rendered.
|
|
11463
|
+
* - `'mask'`: the dash pattern is painted onto one continuous path (default)
|
|
11464
|
+
* - `'discrete'`: each dash is its own rounded-rectangle primitive, with its own
|
|
11465
|
+
* travel arrow and zoom LOD, and keeps its exact shape around sharp corners
|
|
11466
|
+
*
|
|
11467
|
+
* `'discrete'` implies flat (ribbon) rendering — a dash has no tube analogue — so
|
|
11468
|
+
* it overrides {@link TAddPathOptions.__EXPERIMENTAL_GEOMETRY}.
|
|
11469
|
+
*
|
|
11470
|
+
* @default 'mask'
|
|
11471
|
+
*/
|
|
11472
|
+
__EXPERIMENTAL_DASH_STYLE?: 'mask' | 'discrete';
|
|
11473
|
+
/**
|
|
11474
|
+
* Corner rounding of each dash, from `0` (sharp rectangle) to `1` (fully
|
|
11475
|
+
* rounded), as a fraction of the dash's short half-side — the same idea as a
|
|
11476
|
+
* CSS `border-radius` in percent, so it stays proportional as the dash resizes
|
|
11477
|
+
* with zoom. When the dash's length equals its width, `1` renders a circle and
|
|
11478
|
+
* `0` renders a square.
|
|
11479
|
+
*
|
|
11480
|
+
* Only meaningful when `__EXPERIMENTAL_DASH_STYLE` is `'discrete'`.
|
|
11481
|
+
*
|
|
11482
|
+
* @default 1
|
|
11483
|
+
*/
|
|
11484
|
+
__EXPERIMENTAL_DASH_CORNER_RADIUS?: number;
|
|
11485
|
+
};
|
|
11377
11486
|
/**
|
|
11378
11487
|
* @experimental
|
|
11379
11488
|
* Dash configuration options for dashed paths.
|
|
11380
11489
|
* Uses discriminated union - mode determines which properties are valid.
|
|
11490
|
+
*
|
|
11491
|
+
* The mode picks how dashes are *sized*; {@link TExperimentalDashStyleOptions}
|
|
11492
|
+
* picks how they are *drawn*, and applies to every mode.
|
|
11381
11493
|
*/
|
|
11382
|
-
type TExperimentalDashOptions = {
|
|
11494
|
+
type TExperimentalDashOptions = TExperimentalDashStyleOptions & ({
|
|
11383
11495
|
/**
|
|
11384
11496
|
* Length-scaling mode: dash/gap as fractions of path length (0-1)
|
|
11385
11497
|
*/
|
|
@@ -11424,7 +11536,7 @@ type TExperimentalDashOptions = {
|
|
|
11424
11536
|
* @default 0.5
|
|
11425
11537
|
*/
|
|
11426
11538
|
__EXPERIMENTAL_GAP_METERS?: number;
|
|
11427
|
-
};
|
|
11539
|
+
});
|
|
11428
11540
|
/**
|
|
11429
11541
|
* Options for controlling the behavior of a {@link Path}.
|
|
11430
11542
|
*/
|
|
@@ -11512,7 +11624,7 @@ type TAddPathOptions = {
|
|
|
11512
11624
|
*/
|
|
11513
11625
|
verticalOffset?: number;
|
|
11514
11626
|
/**
|
|
11515
|
-
* Whether the path should be
|
|
11627
|
+
* Whether the path should be broken into dashes.
|
|
11516
11628
|
*
|
|
11517
11629
|
* @defaultValue false
|
|
11518
11630
|
*/
|
|
@@ -11580,6 +11692,10 @@ type TAddPathOptions = {
|
|
|
11580
11692
|
* - 'tube': Original tube geometry with 8 radial segments (default)
|
|
11581
11693
|
* - 'ribbon': Flat ribbon geometry with 2 vertices per segment
|
|
11582
11694
|
*
|
|
11695
|
+
* Ignored when `__EXPERIMENTAL_DASH_OPTIONS.__EXPERIMENTAL_DASH_STYLE` is
|
|
11696
|
+
* `'discrete'`: a dash is a flat screen-facing quad with no tube analogue, so the
|
|
11697
|
+
* discrete-dash style always renders flat.
|
|
11698
|
+
*
|
|
11583
11699
|
* @defaultValue 'tube'
|
|
11584
11700
|
*/
|
|
11585
11701
|
__EXPERIMENTAL_GEOMETRY?: 'tube' | 'ribbon';
|
|
@@ -17431,6 +17547,19 @@ type UpdateModelState = Omit<InitializeModelState$2, 'url'> & {
|
|
|
17431
17547
|
declare class ModelComponent {
|
|
17432
17548
|
#private;
|
|
17433
17549
|
mesh?: Geometry3DObject3D | Group;
|
|
17550
|
+
/**
|
|
17551
|
+
* Always points to the inner `Geometry3DObject3D` mesh container for non-instanced
|
|
17552
|
+
* models, even after the clipping-plane system reassigns `mesh` to a wrapper
|
|
17553
|
+
* `Group` (stencil passes + hole-fill mesh).
|
|
17554
|
+
*
|
|
17555
|
+
* Write position/rotation/scale here (not `mesh`) for non-instanced models:
|
|
17556
|
+
* once clipping wraps the model, `mesh` is the wrapper whose child
|
|
17557
|
+
* (`meshContainer`) already has the transform baked in, so writing to `mesh`
|
|
17558
|
+
* would apply the transform a second time (doubled position/altitude).
|
|
17559
|
+
*
|
|
17560
|
+
* `null` for instanced models, or before the non-instanced mesh is created.
|
|
17561
|
+
*/
|
|
17562
|
+
meshContainer: Geometry3DObject3D | null;
|
|
17434
17563
|
readonly type = "model";
|
|
17435
17564
|
positionDirty: boolean;
|
|
17436
17565
|
outline?: LineSegments;
|
|
@@ -17604,6 +17733,20 @@ type PathState$1 = {
|
|
|
17604
17733
|
* Whether the path should be rendered as a dashed line.
|
|
17605
17734
|
*/
|
|
17606
17735
|
dashed: boolean;
|
|
17736
|
+
/**
|
|
17737
|
+
* Whether the path should be rendered as a discrete-dash line: each dash becomes its
|
|
17738
|
+
* own rounded-rectangle primitive. The dash sizing options define both the
|
|
17739
|
+
* dash's length along the path (the "on" size) and the gap between dashes. Only
|
|
17740
|
+
* supported with ribbon geometry.
|
|
17741
|
+
*/
|
|
17742
|
+
dashDiscrete: boolean;
|
|
17743
|
+
/**
|
|
17744
|
+
* Corner rounding of each dash, from 0 (sharp rectangle) to 1 (fully rounded).
|
|
17745
|
+
* Expressed as a fraction of the dash's short half-side, like a CSS
|
|
17746
|
+
* border-radius in percent, so it stays proportional as the dash resizes with
|
|
17747
|
+
* zoom. When the dash's length equals its width, 1 renders a circle.
|
|
17748
|
+
*/
|
|
17749
|
+
dashCornerRadius: number;
|
|
17607
17750
|
/**
|
|
17608
17751
|
* Length of each dash segment as fraction of path (0-1).
|
|
17609
17752
|
*/
|
|
@@ -17717,6 +17860,21 @@ type AddPathOptions = {
|
|
|
17717
17860
|
* Whether the path should be dashed.
|
|
17718
17861
|
*/
|
|
17719
17862
|
dashed?: boolean;
|
|
17863
|
+
/**
|
|
17864
|
+
* Whether the path should be discrete-dash: each dash becomes its own
|
|
17865
|
+
* rounded-rectangle primitive. Dash sizing defines the dash's length and gap.
|
|
17866
|
+
* Only supported with ribbon geometry.
|
|
17867
|
+
*/
|
|
17868
|
+
dashDiscrete?: boolean;
|
|
17869
|
+
/**
|
|
17870
|
+
* Corner rounding of each dash, from 0 (sharp rectangle) to 1 (fully rounded).
|
|
17871
|
+
* Expressed as a fraction of the dash's short half-side, like a CSS
|
|
17872
|
+
* border-radius in percent. When the dash's length equals its width, 1 renders
|
|
17873
|
+
* a circle and 0 renders a square.
|
|
17874
|
+
*
|
|
17875
|
+
* @defaultValue 1
|
|
17876
|
+
*/
|
|
17877
|
+
dashCornerRadius?: number;
|
|
17720
17878
|
/**
|
|
17721
17879
|
* How much the path hovers above the floor plane in meters.
|
|
17722
17880
|
*/
|
|
@@ -17847,7 +18005,6 @@ type AddPathOptions = {
|
|
|
17847
18005
|
__EXPERIMENTAL_PREVENT_SELF_OVERLAP?: boolean;
|
|
17848
18006
|
};
|
|
17849
18007
|
declare class PathComponent {
|
|
17850
|
-
#private;
|
|
17851
18008
|
readonly type = "path";
|
|
17852
18009
|
mesh: PatMeshContainer;
|
|
17853
18010
|
material?: PathMaterial;
|
|
@@ -17864,7 +18021,6 @@ declare class PathComponent {
|
|
|
17864
18021
|
altitudeBreakpoints?: number[];
|
|
17865
18022
|
accentColor: string;
|
|
17866
18023
|
completeFraction: number;
|
|
17867
|
-
altitudeAdjustment: number;
|
|
17868
18024
|
displayArrowsOnPath: boolean;
|
|
17869
18025
|
animateArrowsOnPath: boolean;
|
|
17870
18026
|
visibleThroughGeometry: boolean;
|
|
@@ -17879,6 +18035,18 @@ declare class PathComponent {
|
|
|
17879
18035
|
travelledEndFraction: number;
|
|
17880
18036
|
travelledColor: string;
|
|
17881
18037
|
dashed: boolean;
|
|
18038
|
+
/** Max dash instances baked into the discrete-dash geometry. Set at build
|
|
18039
|
+
* time; the per-frame `dashCount` uniform derives the effective count from it. */
|
|
18040
|
+
maxDashCount: number;
|
|
18041
|
+
dashCapWarned: boolean;
|
|
18042
|
+
/** Smoothed + endcap-extended curve length in metres. The per-frame
|
|
18043
|
+
* effective dash count is derived from this, not the raw `pathLength`
|
|
18044
|
+
* uniform (which is the un-smoothed input polyline) — the dashes ride the
|
|
18045
|
+
* smoothed curve, so the count's denominator must match the curve they're
|
|
18046
|
+
* placed on or the gap drifts. */
|
|
18047
|
+
curveLength: number;
|
|
18048
|
+
dashDiscrete: boolean;
|
|
18049
|
+
dashCornerRadius: number;
|
|
17882
18050
|
smoothingTension: number;
|
|
17883
18051
|
smoothingCornerRadius: number;
|
|
17884
18052
|
dashLength: number;
|
|
@@ -17902,13 +18070,22 @@ declare class PathComponent {
|
|
|
17902
18070
|
materialDirty: boolean;
|
|
17903
18071
|
constructor(feature: FeatureCollection<Point, PathProperties>, options?: AddPathOptions);
|
|
17904
18072
|
updateScreenSpaceState(): void;
|
|
18073
|
+
/**
|
|
18074
|
+
* True when this path renders as a flat strip (ribbon mode) rather than an
|
|
18075
|
+
* extruded tube — the mode that supports screen-space pixel width, billboarding,
|
|
18076
|
+
* and discrete dashes. A discrete-dash path is always flat: a dash is a
|
|
18077
|
+
* screen-facing quad with no tube analogue, so `dashDiscrete` implies ribbon
|
|
18078
|
+
* regardless of `__EXPERIMENTAL_GEOMETRY`. The single source of truth for flat
|
|
18079
|
+
* vs tube; prefer this over re-deriving `=== 'ribbon'` from the geometry option.
|
|
18080
|
+
* Read by `buildPath` as `component.isFlat` — a plain-object mock cast as
|
|
18081
|
+
* `PathComponent` must define this getter, or it reads `undefined` (tube).
|
|
18082
|
+
*/
|
|
18083
|
+
get isFlat(): boolean;
|
|
17905
18084
|
setColor(): void;
|
|
17906
18085
|
setOpacity(): void;
|
|
17907
18086
|
set visible(visible: boolean);
|
|
17908
18087
|
get visible(): boolean;
|
|
17909
18088
|
position: Vector3;
|
|
17910
|
-
get altitude(): number;
|
|
17911
|
-
set altitude(value: number);
|
|
17912
18089
|
set complete(value: number);
|
|
17913
18090
|
}
|
|
17914
18091
|
//#endregion
|
|
@@ -18239,7 +18416,9 @@ declare class Geometry3DObject3D extends Object3D {
|
|
|
18239
18416
|
type PathMaterial = ShaderMaterial & {
|
|
18240
18417
|
uniforms: PathUniforms;
|
|
18241
18418
|
};
|
|
18242
|
-
type PathMesh = Mesh<TubeGeometry | BufferGeometry, PathMaterial, Object3DEventMap
|
|
18419
|
+
type PathMesh = Mesh<TubeGeometry | BufferGeometry, PathMaterial, Object3DEventMap> & {
|
|
18420
|
+
userData: Geometry3DObject3D['userData'];
|
|
18421
|
+
};
|
|
18243
18422
|
declare class PatMeshContainer extends Geometry3DObject3D {
|
|
18244
18423
|
children: [PathMesh, PathMesh];
|
|
18245
18424
|
}
|
|
@@ -18440,6 +18619,32 @@ interface PathUniforms {
|
|
|
18440
18619
|
type: 'b';
|
|
18441
18620
|
value: boolean;
|
|
18442
18621
|
};
|
|
18622
|
+
isDiscreteDash: {
|
|
18623
|
+
type: 'b';
|
|
18624
|
+
value: boolean;
|
|
18625
|
+
};
|
|
18626
|
+
/** Dash corner rounding, 0 = sharp rectangle, 1 = fully rounded (circle when square). */
|
|
18627
|
+
dashCornerRadius: {
|
|
18628
|
+
type: 'f';
|
|
18629
|
+
value: number;
|
|
18630
|
+
};
|
|
18631
|
+
/** Curve samples (positions row 0, tangents row 1) used to re-place flowing dashes. */
|
|
18632
|
+
curveTexture: {
|
|
18633
|
+
type: 't';
|
|
18634
|
+
value: Texture | null;
|
|
18635
|
+
};
|
|
18636
|
+
/** Number of samples (texels) along the curve texture's width. */
|
|
18637
|
+
curveTextureSize: {
|
|
18638
|
+
type: 'f';
|
|
18639
|
+
value: number;
|
|
18640
|
+
};
|
|
18641
|
+
/** Effective number of dashes to render. Driven per frame from the dash sizing
|
|
18642
|
+
* config and current zoom (for screen-space paths); surplus baked instances
|
|
18643
|
+
* are culled in the vertex shader. */
|
|
18644
|
+
dashCount: {
|
|
18645
|
+
type: 'f';
|
|
18646
|
+
value: number;
|
|
18647
|
+
};
|
|
18443
18648
|
billboardThreshold: {
|
|
18444
18649
|
type: 'f';
|
|
18445
18650
|
value: number;
|
|
@@ -18476,6 +18681,12 @@ interface PathUniforms {
|
|
|
18476
18681
|
type: 'f';
|
|
18477
18682
|
value: number;
|
|
18478
18683
|
};
|
|
18684
|
+
/** Minimum path width in meters. Screen-space (pixel) paths are floored at this
|
|
18685
|
+
* value so their dash count stays bounded on zoom-in. See ADR 0005. */
|
|
18686
|
+
minPathWidthMeters: {
|
|
18687
|
+
type: 'f';
|
|
18688
|
+
value: number;
|
|
18689
|
+
};
|
|
18479
18690
|
}
|
|
18480
18691
|
//#endregion
|
|
18481
18692
|
//#region ../renderer-three/src/services/renderer.d.ts
|
|
@@ -22980,4 +23191,4 @@ declare const getVersion: () => string | undefined;
|
|
|
22980
23191
|
*/
|
|
22981
23192
|
declare const show3dMapGeojson: (el: HTMLElement, mapData: MapData, options?: TShow3DMapOptions) => Promise<MapView>;
|
|
22982
23193
|
//#endregion
|
|
22983
|
-
export { ACTION_TYPE, ANIMATION_TWEENS, type AddText3DOptions, type AddText3DPointOptions, type Analytics, Annotation, Area, type AutoElements, BBox, BEARING_TYPE, CONNECTION_TYPE, type Camera, type CameraBounds, type CameraTransform, type CaptureEventsPayloadMap, type ColorString, Connection, Coordinate, DOORS, type Debug, type DebugState, DetailedMapData, Directions, Door, E_SDK_LOG_LEVEL, type EasingCurve, EnterpriseCategory, EnterpriseLocation, EnterpriseVenue, type EnvMapOptions, type Environment, type Exporter, Facade, Feature, FeatureCollection, Floor, FloorStack, type FootprintConfig, GeoJSON$1 as GeoJSON, GeoJsonGeometryTypes, GeoJsonObject, GeoJsonProperties, GeoJsonTypes, Geometry, GeometryCollection, GeometryObject, type GlobalState, Hyperlink, type IAnchorable, type IFocusable, type IGeoJSONData, type INavigatable, type ISystemPlugin, type Image3D, type Image3DView, ImageMetaData, type InitializeModelState, type InitializeText3DState, type InsetPadding, type InsetPaddingOption, type InterpolateOn, type Interpolation, type Label, type LabelAppearance, type LabelTextPlacement, type Labels, LineString, type LineStyle, LocationCategory, LocationProfile, type LocationSocial, type LocationState, MAPPEDIN_COLORS, type MapData, type MapDataElements, type MapElementToGetRenderedState, type MapElementToGetState, type MapElementToUpdateState, type MapElementsWithState, type MapFeatureOfType, MapObject, MapView, type MapViewElements, type MapViewState, type MappedinError, type MappedinRenderError, type Marker, type Markers, type MatchInfo, type Model, type Models, type MultiFloorViewEffectState, MultiLineString, MultiPoint, MultiPolygon, type Navigation, type NavigationState, Node, type OpeningHours, type OperationHours, type Outdoor, type OutlinesOptions, type PaintStyle, type Path, type PathSegment$1 as PathSegment, type PathWidth, type Paths, type PixelWidth, type Places, Point, PointOfInterest, Polygon, type Position, type PubSub, type Query, type RendererCoreOptions, type Search, type SearchOptions, type SearchResult, type SearchResultEnterpriseCategory, type SearchResultEnterpriseLocations, type SearchResultItem, type SearchResultPlaces, type SetFloorHandler, type Shading, type Shape, type Shapes, type SiblingGroup, Space, type Style, type Suggestion, type TActionType, type TAddImageOptions, type TAddLabelOptions, type TAddMarkerOptions, type TAddModel, type TAddModelOptions, type TAddPathOptions, type TAddText3DAnchorableOptions, type TAddText3DOptions, type TAnalyticsUpdateState, type TAnimateStateResult, type TAnimationOptions, type TAntialiasingOptions, type TBearingType, type TCameraAnimationOptions, type TCameraInteractionsSetOptions, type TCameraTarget, type TCancellablePromise, type TClickPayload, type TCollisionRankingTier, type TConnectionPathOptions, type TConnectionType, type TCoordinateParams, type TCreateMarker, type TDirectionInstruction, type TDirectionInstructionAction, type TDirectionZone, type TDoorsState, type TDoorsUpdateState, type TEasingFunction, type TEventPayload, type TEvents, type TExperimentalDashOptions, type TFacadeState, type TFacadeUpdateState, type TFindNearestOptions, type TFindNearestResult, type TFindPreferredLanguageInVenueOptions, type TFloorAltitudeData, type TFloorChangePayload, type TFloorChangeReason, type TFloorState, type TFloorUpdateState, type TFocusOnOptions, type TFocusTarget, type TGeometryState, type TGeometryUpdateState, type TGetDirectionsOptions, type TGetMapDataOptions, type TGetMapDataSharedOptions, type TGetMapDataWithAccessTokenOptions, type TGetMapDataWithCredentialsOptions, type TGetState, type THoverPayload, type THydrateMapDataBundle, type TImage3DState as TImageState, type TImage3DUpdateState as TImageUpdateState, type TLabelState, type TLabelUpdateState, type TLogLevelName, type TMVF, type TMVFLineStringStyle, type TMVFPointStyle, type TMVFPolygonStyle, type TMVFStyle, type TMVFStyleCollection, type TMapDataEvents, type TMapDataObjectTypes, type TMapFeatureTypes, type TMapViewObjectTypes, type TMarkerPlacement, type TMarkerState, type TMarkerUpdateState, type TModelState, type TModelUpdateState, type TMultiFloorViewOptions, type TNavigationMarker, type TNavigationMarkerType, type TNavigationOptions, type TNavigationPathOptions, type TNavigationTarget, type TOutsideThresholdPathStyle, type TPathSectionHighlightOptions, type TPathState, type TPathUpdateState, type TQueriables, type TQueryAtResult, type RendererState as TRendererState, type TSearchOptions, type TSetFloorOptions, type TShapeState, type TShapeUpdateState, type TShow3DMapOptions, type TSpaceType, type TStateChangedInternalPayload, type TTakeScreenshotOptions, type TTetheredOptions as TTetherOptions, type TText3DState, type TText3DUpdateState, type TTrackCoordinateOptions, type TTravelledOptions, type TUpdateState, type TWallsState, type TWallsUpdateState, TWatermarkOptions, type Text3D, type Text3DView, type UpdateGlobalState, type VisibilityState, WALLS, type WithState, MAPPEDIN_LAYER_ID as __INTERNAL__MAPPEDIN_LAYER_ID, MapLibreOverlay as __INTERNAL__MapLibreOverlay, Core as __INTERNAL__RendererCore, convertToRendererCoreOptions as __INTERNAL__convertToRendererCoreOptions, __setWatermarkOnClickFn, checkWorkerUrls, disableText3DWorker, enableTestMode, findPreferredLanguageInVenue, forceEnterpriseLocations, getMapData, getMapDataEnterprise, getMultiFloorState, getVersion, hydrateMapData, hydrateMapDataFromMVF, parseLogLevel, parseMVFv2 as parseMVF, preloadFont, setLoggerLevel, setUseEnterpriseAPI, setWorkersUrl, shouldForceEnterpriseLocations, show3dMap, show3dMapGeojson, unzipAndParseMVFv2, unzipMVFv2 as unzipMVF };
|
|
23194
|
+
export { ACTION_TYPE, ANIMATION_TWEENS, type AddText3DOptions, type AddText3DPointOptions, type Analytics, Annotation, Area, type AutoElements, BBox, BEARING_TYPE, CONNECTION_TYPE, type Camera, type CameraBounds, type CameraTransform, type CaptureEventsPayloadMap, type ColorString, Connection, Coordinate, DOORS, type Debug, type DebugState, DetailedMapData, Directions, Door, E_SDK_LOG_LEVEL, type EasingCurve, EnterpriseCategory, EnterpriseLocation, EnterpriseVenue, type EnvMapOptions, type Environment, type Exporter, Facade, Feature, FeatureCollection, Floor, FloorStack, type FootprintConfig, GeoJSON$1 as GeoJSON, GeoJsonGeometryTypes, GeoJsonObject, GeoJsonProperties, GeoJsonTypes, Geometry, GeometryCollection, GeometryObject, type GlobalState, Hyperlink, type IAnchorable, type IFocusable, type IGeoJSONData, type INavigatable, type ISystemPlugin, type Image3D, type Image3DView, ImageMetaData, type InitializeModelState, type InitializeText3DState, type InsetPadding, type InsetPaddingOption, type InterpolateOn, type Interpolation, type Label, type LabelAppearance, type LabelTextPlacement, type Labels, LineString, type LineStyle, LocationCategory, LocationProfile, type LocationSocial, type LocationState, MAPPEDIN_COLORS, type MapData, type MapDataElements, type MapElementToGetRenderedState, type MapElementToGetState, type MapElementToUpdateState, type MapElementsWithState, type MapFeatureOfType, MapObject, MapView, type MapViewElements, type MapViewState, type MappedinError, type MappedinRenderError, type Marker, type Markers, type MatchInfo, type Model, type Models, type MultiFloorViewEffectState, MultiLineString, MultiPoint, MultiPolygon, type Navigation, type NavigationState, Node, type OpeningHours, type OperationHours, type Outdoor, type OutlinesOptions, type PaintStyle, type Path, type PathSegment$1 as PathSegment, type PathWidth, type Paths, type PixelWidth, type Places, Point, PointOfInterest, Polygon, type Position, type PubSub, type Query, type RendererCoreOptions, type Search, type SearchOptions, type SearchResult, type SearchResultEnterpriseCategory, type SearchResultEnterpriseLocations, type SearchResultItem, type SearchResultPlaces, type SetFloorHandler, type Shading, type Shape, type Shapes, type SiblingGroup, Space, type Style, type Suggestion, type TActionType, type TAddImageOptions, type TAddLabelOptions, type TAddMarkerOptions, type TAddModel, type TAddModelOptions, type TAddPathOptions, type TAddText3DAnchorableOptions, type TAddText3DOptions, type TAnalyticsUpdateState, type TAnimateStateResult, type TAnimationOptions, type TAntialiasingOptions, type TBearingType, type TCameraAnimationOptions, type TCameraInteractionsSetOptions, type TCameraTarget, type TCancellablePromise, type TClickPayload, type TCollisionRankingTier, type TConnectionPathOptions, type TConnectionType, type TCoordinateParams, type TCreateMarker, type TDirectionInstruction, type TDirectionInstructionAction, type TDirectionZone, type TDoorsState, type TDoorsUpdateState, type TEasingFunction, type TEventPayload, type TEvents, type TExperimentalDashOptions, type TExperimentalDashStyleOptions, type TFacadeState, type TFacadeUpdateState, type TFindNearestOptions, type TFindNearestResult, type TFindPreferredLanguageInVenueOptions, type TFloorAltitudeData, type TFloorChangePayload, type TFloorChangeReason, type TFloorState, type TFloorUpdateState, type TFocusOnOptions, type TFocusTarget, type TGeometryState, type TGeometryUpdateState, type TGetDirectionsOptions, type TGetMapDataOptions, type TGetMapDataSharedOptions, type TGetMapDataWithAccessTokenOptions, type TGetMapDataWithCredentialsOptions, type TGetState, type THoverPayload, type THydrateMapDataBundle, type TImage3DState as TImageState, type TImage3DUpdateState as TImageUpdateState, type TLabelState, type TLabelUpdateState, type TLogLevelName, type TMVF, type TMVFLineStringStyle, type TMVFPointStyle, type TMVFPolygonStyle, type TMVFStyle, type TMVFStyleCollection, type TMapDataEvents, type TMapDataObjectTypes, type TMapFeatureTypes, type TMapViewObjectTypes, type TMarkerPlacement, type TMarkerState, type TMarkerUpdateState, type TModelState, type TModelUpdateState, type TMultiFloorViewOptions, type TNavigationMarker, type TNavigationMarkerType, type TNavigationOptions, type TNavigationPathOptions, type TNavigationTarget, type TOutsideThresholdPathStyle, type TPathSectionHighlightOptions, type TPathState, type TPathUpdateState, type TQueriables, type TQueryAtResult, type RendererState as TRendererState, type TSearchOptions, type TSetFloorOptions, type TShapeState, type TShapeUpdateState, type TShow3DMapOptions, type TSpaceType, type TStateChangedInternalPayload, type TTakeScreenshotOptions, type TTetheredOptions as TTetherOptions, type TText3DState, type TText3DUpdateState, type TTrackCoordinateOptions, type TTravelledOptions, type TUpdateState, type TWallsState, type TWallsUpdateState, TWatermarkOptions, type Text3D, type Text3DView, type UpdateGlobalState, type VisibilityState, WALLS, type WithState, MAPPEDIN_LAYER_ID as __INTERNAL__MAPPEDIN_LAYER_ID, MapLibreOverlay as __INTERNAL__MapLibreOverlay, Core as __INTERNAL__RendererCore, convertToRendererCoreOptions as __INTERNAL__convertToRendererCoreOptions, __setWatermarkOnClickFn, checkWorkerUrls, disableText3DWorker, enableTestMode, findPreferredLanguageInVenue, forceEnterpriseLocations, getMapData, getMapDataEnterprise, getMultiFloorState, getVersion, hydrateMapData, hydrateMapDataFromMVF, parseLogLevel, parseMVFv2 as parseMVF, preloadFont, setLoggerLevel, setUseEnterpriseAPI, setWorkersUrl, shouldForceEnterpriseLocations, show3dMap, show3dMapGeojson, unzipAndParseMVFv2, unzipMVFv2 as unzipMVF };
|
package/lib/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as D,B as E,C as F,D as G,E as N,F as O,I as P,J as Q,K as R,L as S,M as T,N as U,O as V,P as W,Q as X,R as Y,S as Z,T as _,U as $,V as aa,W as ba,X as ca,a as d,b as e,c as f,d as g,e as h,f as i,g as j,h as k,i as l,j as m,k as n,l as o,m as p,n as q,o as r,p as s,q as t,r as u,s as v,t as w,u as x,v as y,w as z,x as A,y as B,z as C}from"./chunk-
|
|
1
|
+
import{A as D,B as E,C as F,D as G,E as N,F as O,I as P,J as Q,K as R,L as S,M as T,N as U,O as V,P as W,Q as X,R as Y,S as Z,T as _,U as $,V as aa,W as ba,X as ca,a as d,b as e,c as f,d as g,e as h,f as i,g as j,h as k,i as l,j as m,k as n,l as o,m as p,n as q,o as r,p as s,q as t,r as u,s as v,t as w,u as x,v as y,w as z,x as A,y as B,z as C}from"./chunk-FYSWNSO7.js";import{x as L,z as M}from"./chunk-2ZEZ2HG5.js";import{Ea as J,Q as H,Z as I,a,b,d as c,pb as K}from"./chunk-I5GYZORE.js";import"./chunk-R4YYWOA4.js";import"./chunk-CO4ZOCZ7.js";import"./chunk-PWEV3AFA.js";export{z as ACTION_TYPE,H as ANIMATION_TWEENS,q as Annotation,j as Area,A as BEARING_TYPE,B as CONNECTION_TYPE,n as Connection,d as Coordinate,D as DOORS,h as DetailedMapData,E as Directions,k as Door,a as E_SDK_LOG_LEVEL,u as EnterpriseCategory,t as EnterpriseLocation,v as EnterpriseVenue,s as Facade,m as Floor,r as FloorStack,f as Hyperlink,g as ImageMetaData,G as LocationCategory,F as LocationProfile,i as MAPPEDIN_COLORS,o as MapObject,Q as MapView,e as Node,p as PointOfInterest,l as Space,C as WALLS,J as __INTERNAL__MAPPEDIN_LAYER_ID,M as __INTERNAL__MapLibreOverlay,L as __INTERNAL__RendererCore,S as __INTERNAL__convertToRendererCoreOptions,U as __setWatermarkOnClickFn,$ as checkWorkerUrls,O as disableText3DWorker,I as enableTestMode,T as findPreferredLanguageInVenue,X as forceEnterpriseLocations,Z as getMapData,_ as getMapDataEnterprise,N as getMultiFloorState,ba as getVersion,R as hydrateMapData,V as hydrateMapDataFromMVF,b as parseLogLevel,w as parseMVF,K as preloadFont,c as setLoggerLevel,W as setUseEnterpriseAPI,P as setWorkersUrl,Y as shouldForceEnterpriseLocations,aa as show3dMap,ca as show3dMapGeojson,y as unzipAndParseMVFv2,x as unzipMVF};
|