@archilogic/floor-plan-sdk 5.2.0 → 5.2.1
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/fpe.d.ts +4 -0
- package/dist/fpe.js +1 -1
- package/dist/fpe.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/fpe.d.ts
CHANGED
|
@@ -1106,6 +1106,7 @@ declare class HtmlMarker {
|
|
|
1106
1106
|
el: HTMLElement;
|
|
1107
1107
|
private _floorPlan;
|
|
1108
1108
|
private _anchorPos;
|
|
1109
|
+
private _isPanning;
|
|
1109
1110
|
constructor({ position, offset, el, floorPlan }: HtmlMarkerState);
|
|
1110
1111
|
_updateHtmlMarker: () => void;
|
|
1111
1112
|
_updateHtmlMarkerStyle(): void;
|
|
@@ -3603,6 +3604,8 @@ declare type TextureData = {
|
|
|
3603
3604
|
applyFilter: TextureFilter;
|
|
3604
3605
|
texture?: any;
|
|
3605
3606
|
contourTexture?: any;
|
|
3607
|
+
themeOverlayTexture?: any;
|
|
3608
|
+
themeOverlayStyleKey?: string;
|
|
3606
3609
|
imageData?: any;
|
|
3607
3610
|
error?: {
|
|
3608
3611
|
message: string;
|
|
@@ -3797,6 +3800,7 @@ declare class WebGlView extends TinyEmitter {
|
|
|
3797
3800
|
parentEl: HTMLElement;
|
|
3798
3801
|
/* Excluded from this release type: _settings */
|
|
3799
3802
|
/* Excluded from this release type: gfxLayers */
|
|
3803
|
+
/* Excluded from this release type: textureCache */
|
|
3800
3804
|
redrawScene: () => void;
|
|
3801
3805
|
/* Excluded from this release type: gfxNodes */
|
|
3802
3806
|
/* Excluded from this release type: _viewport */
|