@archilogic/floor-plan-sdk 5.0.0-beta.13 → 5.0.0-beta.16

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.api.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.36.0",
4
+ "toolVersion": "7.39.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -172,6 +172,50 @@
172
172
  "name": "",
173
173
  "preserveMemberOrder": false,
174
174
  "members": [
175
+ {
176
+ "kind": "TypeAlias",
177
+ "canonicalReference": "@archilogic/floor-plan-sdk!BoundingBox2d:type",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "type BoundingBox2d = "
183
+ },
184
+ {
185
+ "kind": "Content",
186
+ "text": "{\n min: "
187
+ },
188
+ {
189
+ "kind": "Reference",
190
+ "text": "Vector2",
191
+ "canonicalReference": "@archilogic/floor-plan-sdk!Vector2:type"
192
+ },
193
+ {
194
+ "kind": "Content",
195
+ "text": ";\n max: "
196
+ },
197
+ {
198
+ "kind": "Reference",
199
+ "text": "Vector2",
200
+ "canonicalReference": "@archilogic/floor-plan-sdk!Vector2:type"
201
+ },
202
+ {
203
+ "kind": "Content",
204
+ "text": ";\n}"
205
+ },
206
+ {
207
+ "kind": "Content",
208
+ "text": ";"
209
+ }
210
+ ],
211
+ "fileUrlPath": "dist/fpe.d.ts",
212
+ "releaseTag": "Public",
213
+ "name": "BoundingBox2d",
214
+ "typeTokenRange": {
215
+ "startIndex": 1,
216
+ "endIndex": 6
217
+ }
218
+ },
175
219
  {
176
220
  "kind": "Class",
177
221
  "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine:class",
@@ -204,7 +248,7 @@
204
248
  "excerptTokens": [
205
249
  {
206
250
  "kind": "Content",
207
- "text": "constructor({ container, options, scene }?: "
251
+ "text": "constructor({ container, options }?: "
208
252
  },
209
253
  {
210
254
  "kind": "Content",
@@ -224,15 +268,6 @@
224
268
  "text": "FpeConfig",
225
269
  "canonicalReference": "@archilogic/floor-plan-sdk!~FpeConfig:interface"
226
270
  },
227
- {
228
- "kind": "Content",
229
- "text": ";\n scene?: "
230
- },
231
- {
232
- "kind": "Reference",
233
- "text": "Scene",
234
- "canonicalReference": "@archilogic/floor-plan-sdk!~Scene:class"
235
- },
236
271
  {
237
272
  "kind": "Content",
238
273
  "text": ";\n }"
@@ -247,10 +282,10 @@
247
282
  "overloadIndex": 1,
248
283
  "parameters": [
249
284
  {
250
- "parameterName": "{ container, options, scene }",
285
+ "parameterName": "{ container, options }",
251
286
  "parameterTypeTokenRange": {
252
287
  "startIndex": 1,
253
- "endIndex": 8
288
+ "endIndex": 6
254
289
  },
255
290
  "isOptional": true
256
291
  }
@@ -636,6 +671,226 @@
636
671
  "isAbstract": false,
637
672
  "name": "destroy"
638
673
  },
674
+ {
675
+ "kind": "Method",
676
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#drawNodePreview:member(1)",
677
+ "docComment": "",
678
+ "excerptTokens": [
679
+ {
680
+ "kind": "Content",
681
+ "text": "drawNodePreview(id: "
682
+ },
683
+ {
684
+ "kind": "Content",
685
+ "text": "string"
686
+ },
687
+ {
688
+ "kind": "Content",
689
+ "text": ", layout: "
690
+ },
691
+ {
692
+ "kind": "Reference",
693
+ "text": "SpaceGraphLayout",
694
+ "canonicalReference": "@archilogic/floor-plan-sdk!~SpaceGraphLayout:class"
695
+ },
696
+ {
697
+ "kind": "Content",
698
+ "text": ", layer: "
699
+ },
700
+ {
701
+ "kind": "Reference",
702
+ "text": "PlanLayer",
703
+ "canonicalReference": "@archilogic/floor-plan-sdk!~PlanLayer:class"
704
+ },
705
+ {
706
+ "kind": "Content",
707
+ "text": ", style?: "
708
+ },
709
+ {
710
+ "kind": "Reference",
711
+ "text": "ShapeStyle",
712
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ShapeStyle:interface"
713
+ },
714
+ {
715
+ "kind": "Content",
716
+ "text": "): "
717
+ },
718
+ {
719
+ "kind": "Content",
720
+ "text": "void"
721
+ },
722
+ {
723
+ "kind": "Content",
724
+ "text": ";"
725
+ }
726
+ ],
727
+ "isStatic": false,
728
+ "returnTypeTokenRange": {
729
+ "startIndex": 9,
730
+ "endIndex": 10
731
+ },
732
+ "releaseTag": "Public",
733
+ "isProtected": false,
734
+ "overloadIndex": 1,
735
+ "parameters": [
736
+ {
737
+ "parameterName": "id",
738
+ "parameterTypeTokenRange": {
739
+ "startIndex": 1,
740
+ "endIndex": 2
741
+ },
742
+ "isOptional": false
743
+ },
744
+ {
745
+ "parameterName": "layout",
746
+ "parameterTypeTokenRange": {
747
+ "startIndex": 3,
748
+ "endIndex": 4
749
+ },
750
+ "isOptional": false
751
+ },
752
+ {
753
+ "parameterName": "layer",
754
+ "parameterTypeTokenRange": {
755
+ "startIndex": 5,
756
+ "endIndex": 6
757
+ },
758
+ "isOptional": false
759
+ },
760
+ {
761
+ "parameterName": "style",
762
+ "parameterTypeTokenRange": {
763
+ "startIndex": 7,
764
+ "endIndex": 8
765
+ },
766
+ "isOptional": true
767
+ }
768
+ ],
769
+ "isOptional": false,
770
+ "isAbstract": false,
771
+ "name": "drawNodePreview"
772
+ },
773
+ {
774
+ "kind": "Method",
775
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#drawNodeUpdate:member(1)",
776
+ "docComment": "",
777
+ "excerptTokens": [
778
+ {
779
+ "kind": "Content",
780
+ "text": "drawNodeUpdate(id: "
781
+ },
782
+ {
783
+ "kind": "Content",
784
+ "text": "string"
785
+ },
786
+ {
787
+ "kind": "Content",
788
+ "text": ", style?: "
789
+ },
790
+ {
791
+ "kind": "Content",
792
+ "text": "'selected' | "
793
+ },
794
+ {
795
+ "kind": "Reference",
796
+ "text": "ShapeStyle",
797
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ShapeStyle:interface"
798
+ },
799
+ {
800
+ "kind": "Content",
801
+ "text": " | false"
802
+ },
803
+ {
804
+ "kind": "Content",
805
+ "text": "): "
806
+ },
807
+ {
808
+ "kind": "Content",
809
+ "text": "void"
810
+ },
811
+ {
812
+ "kind": "Content",
813
+ "text": ";"
814
+ }
815
+ ],
816
+ "isStatic": false,
817
+ "returnTypeTokenRange": {
818
+ "startIndex": 7,
819
+ "endIndex": 8
820
+ },
821
+ "releaseTag": "Public",
822
+ "isProtected": false,
823
+ "overloadIndex": 1,
824
+ "parameters": [
825
+ {
826
+ "parameterName": "id",
827
+ "parameterTypeTokenRange": {
828
+ "startIndex": 1,
829
+ "endIndex": 2
830
+ },
831
+ "isOptional": false
832
+ },
833
+ {
834
+ "parameterName": "style",
835
+ "parameterTypeTokenRange": {
836
+ "startIndex": 3,
837
+ "endIndex": 6
838
+ },
839
+ "isOptional": true
840
+ }
841
+ ],
842
+ "isOptional": false,
843
+ "isAbstract": false,
844
+ "name": "drawNodeUpdate"
845
+ },
846
+ {
847
+ "kind": "Method",
848
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#drawResourceUpdate:member(1)",
849
+ "docComment": "",
850
+ "excerptTokens": [
851
+ {
852
+ "kind": "Content",
853
+ "text": "drawResourceUpdate({ resourceId }: "
854
+ },
855
+ {
856
+ "kind": "Content",
857
+ "text": "{\n resourceId: string;\n }"
858
+ },
859
+ {
860
+ "kind": "Content",
861
+ "text": "): "
862
+ },
863
+ {
864
+ "kind": "Content",
865
+ "text": "void"
866
+ },
867
+ {
868
+ "kind": "Content",
869
+ "text": ";"
870
+ }
871
+ ],
872
+ "isStatic": false,
873
+ "returnTypeTokenRange": {
874
+ "startIndex": 3,
875
+ "endIndex": 4
876
+ },
877
+ "releaseTag": "Public",
878
+ "isProtected": false,
879
+ "overloadIndex": 1,
880
+ "parameters": [
881
+ {
882
+ "parameterName": "{ resourceId }",
883
+ "parameterTypeTokenRange": {
884
+ "startIndex": 1,
885
+ "endIndex": 2
886
+ },
887
+ "isOptional": false
888
+ }
889
+ ],
890
+ "isOptional": false,
891
+ "isAbstract": false,
892
+ "name": "drawResourceUpdate"
893
+ },
639
894
  {
640
895
  "kind": "Method",
641
896
  "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#emit:member(1)",
@@ -795,6 +1050,37 @@
795
1050
  "isProtected": false,
796
1051
  "isAbstract": false
797
1052
  },
1053
+ {
1054
+ "kind": "Method",
1055
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#freeDrawingEvents:member(1)",
1056
+ "docComment": "",
1057
+ "excerptTokens": [
1058
+ {
1059
+ "kind": "Content",
1060
+ "text": "freeDrawingEvents(): "
1061
+ },
1062
+ {
1063
+ "kind": "Content",
1064
+ "text": "void"
1065
+ },
1066
+ {
1067
+ "kind": "Content",
1068
+ "text": ";"
1069
+ }
1070
+ ],
1071
+ "isStatic": false,
1072
+ "returnTypeTokenRange": {
1073
+ "startIndex": 1,
1074
+ "endIndex": 2
1075
+ },
1076
+ "releaseTag": "Public",
1077
+ "isProtected": false,
1078
+ "overloadIndex": 1,
1079
+ "parameters": [],
1080
+ "isOptional": false,
1081
+ "isAbstract": false,
1082
+ "name": "freeDrawingEvents"
1083
+ },
798
1084
  {
799
1085
  "kind": "Method",
800
1086
  "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#generateUi:member(1)",
@@ -828,16 +1114,16 @@
828
1114
  },
829
1115
  {
830
1116
  "kind": "Method",
831
- "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getLayer:member(1)",
832
- "docComment": "/**\n * get plan layer by name\n */\n",
1117
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getBoundingBox:member(1)",
1118
+ "docComment": "",
833
1119
  "excerptTokens": [
834
1120
  {
835
1121
  "kind": "Content",
836
- "text": "getLayer(id: "
1122
+ "text": "getBoundingBox(margin?: "
837
1123
  },
838
1124
  {
839
1125
  "kind": "Content",
840
- "text": "any"
1126
+ "text": "number"
841
1127
  },
842
1128
  {
843
1129
  "kind": "Content",
@@ -845,8 +1131,8 @@
845
1131
  },
846
1132
  {
847
1133
  "kind": "Reference",
848
- "text": "PlanLayer",
849
- "canonicalReference": "@archilogic/floor-plan-sdk!~PlanLayer:class"
1134
+ "text": "BoundingBox2d$2",
1135
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d$2:type"
850
1136
  },
851
1137
  {
852
1138
  "kind": "Content",
@@ -863,31 +1149,30 @@
863
1149
  "overloadIndex": 1,
864
1150
  "parameters": [
865
1151
  {
866
- "parameterName": "id",
1152
+ "parameterName": "margin",
867
1153
  "parameterTypeTokenRange": {
868
1154
  "startIndex": 1,
869
1155
  "endIndex": 2
870
1156
  },
871
- "isOptional": false
1157
+ "isOptional": true
872
1158
  }
873
1159
  ],
874
1160
  "isOptional": false,
875
1161
  "isAbstract": false,
876
- "name": "getLayer"
1162
+ "name": "getBoundingBox"
877
1163
  },
878
1164
  {
879
1165
  "kind": "Method",
880
- "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getPlanPosition:member(1)",
881
- "docComment": "/**\n * Convert screen coordinates to plan coordinates\n */\n",
1166
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getLayer:member(1)",
1167
+ "docComment": "/**\n * get plan layer by name\n */\n",
882
1168
  "excerptTokens": [
883
1169
  {
884
1170
  "kind": "Content",
885
- "text": "getPlanPosition(point: "
1171
+ "text": "getLayer(id: "
886
1172
  },
887
1173
  {
888
- "kind": "Reference",
889
- "text": "Point2d",
890
- "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
1174
+ "kind": "Content",
1175
+ "text": "any"
891
1176
  },
892
1177
  {
893
1178
  "kind": "Content",
@@ -895,8 +1180,8 @@
895
1180
  },
896
1181
  {
897
1182
  "kind": "Reference",
898
- "text": "Point2d",
899
- "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
1183
+ "text": "PlanLayer",
1184
+ "canonicalReference": "@archilogic/floor-plan-sdk!~PlanLayer:class"
900
1185
  },
901
1186
  {
902
1187
  "kind": "Content",
@@ -913,7 +1198,7 @@
913
1198
  "overloadIndex": 1,
914
1199
  "parameters": [
915
1200
  {
916
- "parameterName": "point",
1201
+ "parameterName": "id",
917
1202
  "parameterTypeTokenRange": {
918
1203
  "startIndex": 1,
919
1204
  "endIndex": 2
@@ -923,20 +1208,21 @@
923
1208
  ],
924
1209
  "isOptional": false,
925
1210
  "isAbstract": false,
926
- "name": "getPlanPosition"
1211
+ "name": "getLayer"
927
1212
  },
928
1213
  {
929
1214
  "kind": "Method",
930
- "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getSceneBoundingBox:member(1)",
931
- "docComment": "",
1215
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getPlanPosition:member(1)",
1216
+ "docComment": "/**\n * Convert screen coordinates to plan coordinates\n */\n",
932
1217
  "excerptTokens": [
933
1218
  {
934
1219
  "kind": "Content",
935
- "text": "getSceneBoundingBox(margin?: "
1220
+ "text": "getPlanPosition(point: "
936
1221
  },
937
1222
  {
938
- "kind": "Content",
939
- "text": "number"
1223
+ "kind": "Reference",
1224
+ "text": "Vector2$3",
1225
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Vector2$3:type"
940
1226
  },
941
1227
  {
942
1228
  "kind": "Content",
@@ -944,8 +1230,8 @@
944
1230
  },
945
1231
  {
946
1232
  "kind": "Reference",
947
- "text": "BoundingBox2d",
948
- "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
1233
+ "text": "Vector2$3",
1234
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Vector2$3:type"
949
1235
  },
950
1236
  {
951
1237
  "kind": "Content",
@@ -962,17 +1248,17 @@
962
1248
  "overloadIndex": 1,
963
1249
  "parameters": [
964
1250
  {
965
- "parameterName": "margin",
1251
+ "parameterName": "point",
966
1252
  "parameterTypeTokenRange": {
967
1253
  "startIndex": 1,
968
1254
  "endIndex": 2
969
1255
  },
970
- "isOptional": true
1256
+ "isOptional": false
971
1257
  }
972
1258
  ],
973
1259
  "isOptional": false,
974
1260
  "isAbstract": false,
975
- "name": "getSceneBoundingBox"
1261
+ "name": "getPlanPosition"
976
1262
  },
977
1263
  {
978
1264
  "kind": "Method",
@@ -985,8 +1271,8 @@
985
1271
  },
986
1272
  {
987
1273
  "kind": "Reference",
988
- "text": "Point2d",
989
- "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
1274
+ "text": "Vector2$3",
1275
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Vector2$3:type"
990
1276
  },
991
1277
  {
992
1278
  "kind": "Content",
@@ -994,8 +1280,8 @@
994
1280
  },
995
1281
  {
996
1282
  "kind": "Reference",
997
- "text": "Point2d",
998
- "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
1283
+ "text": "Vector2$3",
1284
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Vector2$3:type"
999
1285
  },
1000
1286
  {
1001
1287
  "kind": "Content",
@@ -1027,16 +1313,16 @@
1027
1313
  {
1028
1314
  "kind": "Method",
1029
1315
  "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getZoomExtentsBoundingBox:member(1)",
1030
- "docComment": "/**\n * Get a bounding box containing the scene, with some padding\n *\n * @param sceneBoundingBox - bounding box of the scene, in meters.\n *\n * @param rectLeft - left edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param rectTop - top edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param rectRight - right edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param rectBottom - bottom edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param viewportWidth - width in pixels of the canvas.\n *\n * @param viewportHeight - height in pixels of the canvas.\n *\n * @returns {BoundingBox2d} returns a new bounding box\n */\n",
1316
+ "docComment": "/**\n * Get a bounding box containing the layout, with some padding\n *\n * @param layoutBoundingBox - bounding box of the layout, in meters.\n *\n * @param rectLeft - left edge of a rectangle into which the layout should fit, in pixels.\n *\n * @param rectTop - top edge of a rectangle into which the layout should fit, in pixels.\n *\n * @param rectRight - right edge of a rectangle into which the layout should fit, in pixels.\n *\n * @param rectBottom - bottom edge of a rectangle into which the layout should fit, in pixels.\n *\n * @param viewportWidth - width in pixels of the canvas.\n *\n * @param viewportHeight - height in pixels of the canvas.\n *\n * @returns {BoundingBox2d} returns a new bounding box\n */\n",
1031
1317
  "excerptTokens": [
1032
1318
  {
1033
1319
  "kind": "Content",
1034
- "text": "getZoomExtentsBoundingBox(sceneBoundingBox: "
1320
+ "text": "getZoomExtentsBoundingBox(layoutBoundingBox: "
1035
1321
  },
1036
1322
  {
1037
1323
  "kind": "Reference",
1038
- "text": "BoundingBox2d",
1039
- "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
1324
+ "text": "BoundingBox2d$2",
1325
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d$2:type"
1040
1326
  },
1041
1327
  {
1042
1328
  "kind": "Content",
@@ -1092,8 +1378,8 @@
1092
1378
  },
1093
1379
  {
1094
1380
  "kind": "Reference",
1095
- "text": "BoundingBox2d",
1096
- "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
1381
+ "text": "BoundingBox2d$2",
1382
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d$2:type"
1097
1383
  },
1098
1384
  {
1099
1385
  "kind": "Content",
@@ -1110,7 +1396,7 @@
1110
1396
  "overloadIndex": 1,
1111
1397
  "parameters": [
1112
1398
  {
1113
- "parameterName": "sceneBoundingBox",
1399
+ "parameterName": "layoutBoundingBox",
1114
1400
  "parameterTypeTokenRange": {
1115
1401
  "startIndex": 1,
1116
1402
  "endIndex": 2
@@ -1785,8 +2071,8 @@
1785
2071
  },
1786
2072
  {
1787
2073
  "kind": "Reference",
1788
- "text": "BoundingBox2d",
1789
- "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
2074
+ "text": "BoundingBox2d$2",
2075
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d$2:type"
1790
2076
  },
1791
2077
  {
1792
2078
  "kind": "Content",
@@ -1974,8 +2260,8 @@
1974
2260
  },
1975
2261
  {
1976
2262
  "kind": "Reference",
1977
- "text": "BoundingBox2d",
1978
- "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
2263
+ "text": "BoundingBox2d$2",
2264
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d$2:type"
1979
2265
  },
1980
2266
  {
1981
2267
  "kind": "Content",
@@ -2036,7 +2322,7 @@
2036
2322
  {
2037
2323
  "kind": "Method",
2038
2324
  "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#zoomToElement:member(1)",
2039
- "docComment": "/**\n * Zoom to the bounding box of an element ( wait for loadScene promise )\n *\n * @param node - id of an asset or a space or the node itself\n *\n * @param margin - margin around scene in meters\n *\n * @param animate - duration of the animation for the viewport transform, if not provided there will be no animation\n *\n * @returns {Promise.<Boolean, Error>} returns promise which resolves when animation is done\n */\n",
2325
+ "docComment": "/**\n * Zoom to the bounding box of an element ( wait for loadScene promise )\n *\n * @param node - id of a node or the node itself\n *\n * @param margin - margin around scene in meters\n *\n * @param animate - duration of the animation for the viewport transform, if not provided there will be no animation\n *\n * @returns {Promise.<Boolean, Error>} returns promise which resolves when animation is done\n */\n",
2040
2326
  "excerptTokens": [
2041
2327
  {
2042
2328
  "kind": "Content",
@@ -2044,7 +2330,30 @@
2044
2330
  },
2045
2331
  {
2046
2332
  "kind": "Content",
2047
- "text": "any"
2333
+ "text": "string | "
2334
+ },
2335
+ {
2336
+ "kind": "Reference",
2337
+ "text": "LayoutElement",
2338
+ "canonicalReference": "@archilogic/floor-plan-sdk!~LayoutElement:type"
2339
+ },
2340
+ {
2341
+ "kind": "Content",
2342
+ "text": " | "
2343
+ },
2344
+ {
2345
+ "kind": "Reference",
2346
+ "text": "SpatialGraphEdge",
2347
+ "canonicalReference": "@archilogic/floor-plan-sdk!~SpatialGraphEdge:class"
2348
+ },
2349
+ {
2350
+ "kind": "Content",
2351
+ "text": " | "
2352
+ },
2353
+ {
2354
+ "kind": "Reference",
2355
+ "text": "LayoutSpace",
2356
+ "canonicalReference": "@archilogic/floor-plan-sdk!~LayoutSpace:class"
2048
2357
  },
2049
2358
  {
2050
2359
  "kind": "Content",
@@ -2092,8 +2401,8 @@
2092
2401
  ],
2093
2402
  "isStatic": false,
2094
2403
  "returnTypeTokenRange": {
2095
- "startIndex": 7,
2096
- "endIndex": 11
2404
+ "startIndex": 12,
2405
+ "endIndex": 16
2097
2406
  },
2098
2407
  "releaseTag": "Public",
2099
2408
  "isProtected": false,
@@ -2103,23 +2412,23 @@
2103
2412
  "parameterName": "node",
2104
2413
  "parameterTypeTokenRange": {
2105
2414
  "startIndex": 1,
2106
- "endIndex": 2
2415
+ "endIndex": 7
2107
2416
  },
2108
2417
  "isOptional": false
2109
2418
  },
2110
2419
  {
2111
2420
  "parameterName": "margin",
2112
2421
  "parameterTypeTokenRange": {
2113
- "startIndex": 3,
2114
- "endIndex": 4
2422
+ "startIndex": 8,
2423
+ "endIndex": 9
2115
2424
  },
2116
2425
  "isOptional": true
2117
2426
  },
2118
2427
  {
2119
2428
  "parameterName": "animate",
2120
2429
  "parameterTypeTokenRange": {
2121
- "startIndex": 5,
2122
- "endIndex": 6
2430
+ "startIndex": 10,
2431
+ "endIndex": 11
2123
2432
  },
2124
2433
  "isOptional": true
2125
2434
  }
@@ -2296,8 +2605,8 @@
2296
2605
  },
2297
2606
  {
2298
2607
  "kind": "Reference",
2299
- "text": "Point2d",
2300
- "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
2608
+ "text": "Vector2$3",
2609
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Vector2$3:type"
2301
2610
  },
2302
2611
  {
2303
2612
  "kind": "Content",
@@ -2398,35 +2707,36 @@
2398
2707
  "startIndex": 1,
2399
2708
  "endIndex": 3
2400
2709
  }
2401
- }
2402
- ],
2403
- "extendsTokenRanges": []
2404
- },
2405
- {
2406
- "kind": "TypeAlias",
2407
- "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type",
2408
- "docComment": "",
2409
- "excerptTokens": [
2410
- {
2411
- "kind": "Content",
2412
- "text": "type Point2d = "
2413
2710
  },
2414
2711
  {
2415
- "kind": "Content",
2416
- "text": "[number, number]"
2417
- },
2418
- {
2419
- "kind": "Content",
2420
- "text": ";"
2712
+ "kind": "PropertySignature",
2713
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#updatePositionOnDrag:member",
2714
+ "docComment": "",
2715
+ "excerptTokens": [
2716
+ {
2717
+ "kind": "Content",
2718
+ "text": "updatePositionOnDrag?: "
2719
+ },
2720
+ {
2721
+ "kind": "Content",
2722
+ "text": "boolean"
2723
+ },
2724
+ {
2725
+ "kind": "Content",
2726
+ "text": ";"
2727
+ }
2728
+ ],
2729
+ "isReadonly": false,
2730
+ "isOptional": true,
2731
+ "releaseTag": "Public",
2732
+ "name": "updatePositionOnDrag",
2733
+ "propertyTypeTokenRange": {
2734
+ "startIndex": 1,
2735
+ "endIndex": 2
2736
+ }
2421
2737
  }
2422
2738
  ],
2423
- "fileUrlPath": "dist/fpe.d.ts",
2424
- "releaseTag": "Public",
2425
- "name": "Point2d",
2426
- "typeTokenRange": {
2427
- "startIndex": 1,
2428
- "endIndex": 2
2429
- }
2739
+ "extendsTokenRanges": []
2430
2740
  },
2431
2741
  {
2432
2742
  "kind": "TypeAlias",
@@ -2439,8 +2749,8 @@
2439
2749
  },
2440
2750
  {
2441
2751
  "kind": "Reference",
2442
- "text": "Point2d",
2443
- "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
2752
+ "text": "Vector2",
2753
+ "canonicalReference": "@archilogic/floor-plan-sdk!Vector2:type"
2444
2754
  },
2445
2755
  {
2446
2756
  "kind": "Content",
@@ -2470,8 +2780,12 @@
2470
2780
  },
2471
2781
  {
2472
2782
  "kind": "Reference",
2473
- "text": "PolygonList",
2474
- "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2783
+ "text": "Polygon",
2784
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
2785
+ },
2786
+ {
2787
+ "kind": "Content",
2788
+ "text": "[]"
2475
2789
  },
2476
2790
  {
2477
2791
  "kind": "Content",
@@ -2479,8 +2793,12 @@
2479
2793
  },
2480
2794
  {
2481
2795
  "kind": "Reference",
2482
- "text": "PolygonList",
2483
- "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2796
+ "text": "Polygon",
2797
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
2798
+ },
2799
+ {
2800
+ "kind": "Content",
2801
+ "text": "[]"
2484
2802
  },
2485
2803
  {
2486
2804
  "kind": "Content",
@@ -2496,8 +2814,12 @@
2496
2814
  },
2497
2815
  {
2498
2816
  "kind": "Reference",
2499
- "text": "PolygonList",
2500
- "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2817
+ "text": "Polygon",
2818
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
2819
+ },
2820
+ {
2821
+ "kind": "Content",
2822
+ "text": "[]"
2501
2823
  },
2502
2824
  {
2503
2825
  "kind": "Content",
@@ -2506,8 +2828,8 @@
2506
2828
  ],
2507
2829
  "fileUrlPath": "dist/fpe.d.ts",
2508
2830
  "returnTypeTokenRange": {
2509
- "startIndex": 7,
2510
- "endIndex": 8
2831
+ "startIndex": 9,
2832
+ "endIndex": 11
2511
2833
  },
2512
2834
  "releaseTag": "Public",
2513
2835
  "overloadIndex": 1,
@@ -2516,23 +2838,23 @@
2516
2838
  "parameterName": "polygons",
2517
2839
  "parameterTypeTokenRange": {
2518
2840
  "startIndex": 1,
2519
- "endIndex": 2
2841
+ "endIndex": 3
2520
2842
  },
2521
2843
  "isOptional": true
2522
2844
  },
2523
2845
  {
2524
2846
  "parameterName": "clipPolygons",
2525
2847
  "parameterTypeTokenRange": {
2526
- "startIndex": 3,
2527
- "endIndex": 4
2848
+ "startIndex": 4,
2849
+ "endIndex": 6
2528
2850
  },
2529
2851
  "isOptional": true
2530
2852
  },
2531
2853
  {
2532
2854
  "parameterName": "subjectPathOpen",
2533
2855
  "parameterTypeTokenRange": {
2534
- "startIndex": 5,
2535
- "endIndex": 6
2856
+ "startIndex": 7,
2857
+ "endIndex": 8
2536
2858
  },
2537
2859
  "isOptional": true
2538
2860
  }
@@ -2542,7 +2864,7 @@
2542
2864
  {
2543
2865
  "kind": "TypeAlias",
2544
2866
  "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type",
2545
- "docComment": "",
2867
+ "docComment": "/**\n * @deprecated\n */\n",
2546
2868
  "excerptTokens": [
2547
2869
  {
2548
2870
  "kind": "Content",
@@ -2581,8 +2903,12 @@
2581
2903
  },
2582
2904
  {
2583
2905
  "kind": "Reference",
2584
- "text": "PolygonList",
2585
- "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2906
+ "text": "Polygon",
2907
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
2908
+ },
2909
+ {
2910
+ "kind": "Content",
2911
+ "text": "[]"
2586
2912
  },
2587
2913
  {
2588
2914
  "kind": "Content",
@@ -2598,8 +2924,8 @@
2598
2924
  },
2599
2925
  {
2600
2926
  "kind": "Reference",
2601
- "text": "EndType",
2602
- "canonicalReference": "@archilogic/floor-plan-sdk!~EndType:enum"
2927
+ "text": "ClipperLib.EndType",
2928
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ClipperLib.EndType:enum"
2603
2929
  },
2604
2930
  {
2605
2931
  "kind": "Content",
@@ -2615,8 +2941,12 @@
2615
2941
  },
2616
2942
  {
2617
2943
  "kind": "Reference",
2618
- "text": "PolygonList",
2619
- "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2944
+ "text": "Polygon",
2945
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
2946
+ },
2947
+ {
2948
+ "kind": "Content",
2949
+ "text": "[]"
2620
2950
  },
2621
2951
  {
2622
2952
  "kind": "Content",
@@ -2625,8 +2955,8 @@
2625
2955
  ],
2626
2956
  "fileUrlPath": "dist/fpe.d.ts",
2627
2957
  "returnTypeTokenRange": {
2628
- "startIndex": 9,
2629
- "endIndex": 10
2958
+ "startIndex": 10,
2959
+ "endIndex": 12
2630
2960
  },
2631
2961
  "releaseTag": "Public",
2632
2962
  "overloadIndex": 1,
@@ -2635,31 +2965,31 @@
2635
2965
  "parameterName": "polygons",
2636
2966
  "parameterTypeTokenRange": {
2637
2967
  "startIndex": 1,
2638
- "endIndex": 2
2968
+ "endIndex": 3
2639
2969
  },
2640
2970
  "isOptional": false
2641
2971
  },
2642
2972
  {
2643
2973
  "parameterName": "delta",
2644
2974
  "parameterTypeTokenRange": {
2645
- "startIndex": 3,
2646
- "endIndex": 4
2975
+ "startIndex": 4,
2976
+ "endIndex": 5
2647
2977
  },
2648
2978
  "isOptional": true
2649
2979
  },
2650
2980
  {
2651
2981
  "parameterName": "endType",
2652
2982
  "parameterTypeTokenRange": {
2653
- "startIndex": 5,
2654
- "endIndex": 6
2983
+ "startIndex": 6,
2984
+ "endIndex": 7
2655
2985
  },
2656
2986
  "isOptional": true
2657
2987
  },
2658
2988
  {
2659
2989
  "parameterName": "skipCleaning",
2660
2990
  "parameterTypeTokenRange": {
2661
- "startIndex": 7,
2662
- "endIndex": 8
2991
+ "startIndex": 8,
2992
+ "endIndex": 9
2663
2993
  },
2664
2994
  "isOptional": true
2665
2995
  }
@@ -2677,8 +3007,12 @@
2677
3007
  },
2678
3008
  {
2679
3009
  "kind": "Reference",
2680
- "text": "PolygonList",
2681
- "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
3010
+ "text": "Polygon",
3011
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
3012
+ },
3013
+ {
3014
+ "kind": "Content",
3015
+ "text": "[]"
2682
3016
  },
2683
3017
  {
2684
3018
  "kind": "Content",
@@ -2686,8 +3020,12 @@
2686
3020
  },
2687
3021
  {
2688
3022
  "kind": "Reference",
2689
- "text": "PolygonList",
2690
- "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
3023
+ "text": "Polygon",
3024
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
3025
+ },
3026
+ {
3027
+ "kind": "Content",
3028
+ "text": "[]"
2691
3029
  },
2692
3030
  {
2693
3031
  "kind": "Content",
@@ -2696,8 +3034,8 @@
2696
3034
  ],
2697
3035
  "fileUrlPath": "dist/fpe.d.ts",
2698
3036
  "returnTypeTokenRange": {
2699
- "startIndex": 3,
2700
- "endIndex": 4
3037
+ "startIndex": 4,
3038
+ "endIndex": 6
2701
3039
  },
2702
3040
  "releaseTag": "Public",
2703
3041
  "overloadIndex": 1,
@@ -2706,13 +3044,63 @@
2706
3044
  "parameterName": "polygons",
2707
3045
  "parameterTypeTokenRange": {
2708
3046
  "startIndex": 1,
2709
- "endIndex": 2
3047
+ "endIndex": 3
2710
3048
  },
2711
3049
  "isOptional": false
2712
3050
  }
2713
3051
  ],
2714
3052
  "name": "polygonUnion"
2715
3053
  },
3054
+ {
3055
+ "kind": "Variable",
3056
+ "canonicalReference": "@archilogic/floor-plan-sdk!setApiUrls:var",
3057
+ "docComment": "",
3058
+ "excerptTokens": [
3059
+ {
3060
+ "kind": "Content",
3061
+ "text": "setApiUrls: "
3062
+ },
3063
+ {
3064
+ "kind": "Content",
3065
+ "text": "({ "
3066
+ },
3067
+ {
3068
+ "kind": "Reference",
3069
+ "text": "apiStorageUrl",
3070
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ApiUrls#apiStorageUrl"
3071
+ },
3072
+ {
3073
+ "kind": "Content",
3074
+ "text": ": newApiStorageUrl, spaceApiUrl, "
3075
+ },
3076
+ {
3077
+ "kind": "Reference",
3078
+ "text": "apiProductDataPath",
3079
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ApiUrls#apiProductDataPath"
3080
+ },
3081
+ {
3082
+ "kind": "Content",
3083
+ "text": ": newApiProductDataPath }?: "
3084
+ },
3085
+ {
3086
+ "kind": "Reference",
3087
+ "text": "ApiUrls",
3088
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ApiUrls:interface"
3089
+ },
3090
+ {
3091
+ "kind": "Content",
3092
+ "text": ") => void"
3093
+ }
3094
+ ],
3095
+ "fileUrlPath": "dist/fpe.d.ts",
3096
+ "isReadonly": true,
3097
+ "releaseTag": "Public",
3098
+ "name": "setApiUrls",
3099
+ "variableTypeTokenRange": {
3100
+ "startIndex": 1,
3101
+ "endIndex": 8
3102
+ }
3103
+ },
2716
3104
  {
2717
3105
  "kind": "TypeAlias",
2718
3106
  "canonicalReference": "@archilogic/floor-plan-sdk!Shape:type",
@@ -2820,6 +3208,32 @@
2820
3208
  "startIndex": 1,
2821
3209
  "endIndex": 20
2822
3210
  }
3211
+ },
3212
+ {
3213
+ "kind": "TypeAlias",
3214
+ "canonicalReference": "@archilogic/floor-plan-sdk!Vector2:type",
3215
+ "docComment": "",
3216
+ "excerptTokens": [
3217
+ {
3218
+ "kind": "Content",
3219
+ "text": "type Vector2 = "
3220
+ },
3221
+ {
3222
+ "kind": "Content",
3223
+ "text": "[number, number]"
3224
+ },
3225
+ {
3226
+ "kind": "Content",
3227
+ "text": ";"
3228
+ }
3229
+ ],
3230
+ "fileUrlPath": "dist/fpe.d.ts",
3231
+ "releaseTag": "Public",
3232
+ "name": "Vector2",
3233
+ "typeTokenRange": {
3234
+ "startIndex": 1,
3235
+ "endIndex": 2
3236
+ }
2823
3237
  }
2824
3238
  ]
2825
3239
  }