@realsee/dnalogel 2.13.1 → 2.13.2-dev.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.
Files changed (291) hide show
  1. package/dist/index.cjs.js +51 -51
  2. package/dist/index.js +5485 -5179
  3. package/dist/index.umd.js +46 -46
  4. package/dist/shared-utils/svelte/resizeObserver.d.ts +10 -0
  5. package/docs/classes/CSS3DRender.html +31 -31
  6. package/docs/classes/CruisePluginController.html +25 -25
  7. package/docs/classes/Magnifier.html +20 -20
  8. package/docs/classes/ModelRoomLabelController.html +11 -11
  9. package/docs/classes/Object3DHelperController.html +25 -25
  10. package/docs/classes/PaintBrush.html +15 -15
  11. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  12. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  13. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  14. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  15. package/docs/classes/PanoTagPluginController.html +45 -45
  16. package/docs/classes/Util.BetterTween.html +8 -8
  17. package/docs/classes/Util.FivePointSelector.html +12 -12
  18. package/docs/classes/Util.Interval.html +12 -12
  19. package/docs/classes/Util.Magnifier.html +17 -17
  20. package/docs/classes/Util.PointDomHelper.html +11 -11
  21. package/docs/classes/Util.PointHelper.html +11 -11
  22. package/docs/classes/Util.Rectangle.html +13 -13
  23. package/docs/enums/CameraMovementEffect.html +7 -7
  24. package/docs/enums/ContentType.html +19 -19
  25. package/docs/enums/DIRECTION.html +9 -9
  26. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  27. package/docs/enums/DimensionType.html +7 -7
  28. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  29. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  30. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  31. package/docs/enums/PointType.html +7 -7
  32. package/docs/enums/Rotation.html +8 -8
  33. package/docs/functions/CSS3DRenderPlugin.html +5 -5
  34. package/docs/functions/CameraMovementPlugin.html +5 -5
  35. package/docs/functions/CruisePlugin.html +5 -5
  36. package/docs/functions/GuideLinePlugin.html +5 -5
  37. package/docs/functions/ItemLabelPlugin.html +5 -5
  38. package/docs/functions/MapviewFloorplanPlugin.html +5 -5
  39. package/docs/functions/ModelChassisCompassPlugin.html +5 -5
  40. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -5
  41. package/docs/functions/ModelFloorplanPlugin.html +5 -5
  42. package/docs/functions/ModelItemLabelPlugin.html +5 -5
  43. package/docs/functions/ModelRoomLabelPlugin.html +5 -5
  44. package/docs/functions/ModelTVVideoPlugin.html +5 -5
  45. package/docs/functions/ModelViewPlugin.html +5 -5
  46. package/docs/functions/Object3DHelperPlugin.html +5 -5
  47. package/docs/functions/PanoCompassPlugin.html +5 -5
  48. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -5
  49. package/docs/functions/PanoDoorLabelPlugin.html +5 -5
  50. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -5
  51. package/docs/functions/PanoMeasurePlugin.html +5 -5
  52. package/docs/functions/PanoRulerPlugin.html +5 -5
  53. package/docs/functions/PanoRulerProPlugin.html +5 -5
  54. package/docs/functions/PanoSpatialTagPlugin.html +5 -5
  55. package/docs/functions/PanoTagPlugin.html +5 -5
  56. package/docs/functions/PanoVideoPlugin.html +5 -5
  57. package/docs/functions/TopviewFloorplanPlugin.html +5 -5
  58. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  59. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  60. package/docs/functions/Util.getFrameTime.html +5 -5
  61. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  62. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  63. package/docs/functions/Util.isNil.html +5 -5
  64. package/docs/functions/Util.nextFrame.html +5 -5
  65. package/docs/functions/Util.notNil.html +5 -5
  66. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  67. package/docs/functions/Util.tweenProgress.html +5 -5
  68. package/docs/functions/pluginFlag.html +5 -5
  69. package/docs/index.html +4 -4
  70. package/docs/interfaces/AddTagConfig.html +6 -6
  71. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  72. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  73. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  74. package/docs/interfaces/EventMap.html +15 -15
  75. package/docs/interfaces/FloorplanBounding.html +8 -8
  76. package/docs/interfaces/FloorplanData.html +10 -10
  77. package/docs/interfaces/FloorplanEntrance.html +11 -11
  78. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  79. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  80. package/docs/interfaces/FloorplanFloorData.html +9 -9
  81. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  82. package/docs/interfaces/FloorplanObserver.html +9 -9
  83. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  84. package/docs/interfaces/FloorplanPosition.html +7 -7
  85. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  86. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  87. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  88. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  89. package/docs/interfaces/FloorplanServerData.html +7 -7
  90. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  91. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  92. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  93. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  94. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  95. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  96. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  97. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  98. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  99. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  100. package/docs/interfaces/HelperOffset.html +8 -8
  101. package/docs/interfaces/ImagePlaneGroup.html +6 -6
  102. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  103. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  104. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  105. package/docs/interfaces/MinMax.html +7 -7
  106. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  107. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  108. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  109. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  110. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  111. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  112. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  113. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  114. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  115. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  116. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  117. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  118. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  119. package/docs/interfaces/Object3DHelperState.html +8 -8
  120. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  121. package/docs/interfaces/PaintBrushAction.html +12 -12
  122. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  123. package/docs/interfaces/PaintBrushState.html +10 -10
  124. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  125. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  126. package/docs/interfaces/PanoMeasureParameterType.html +14 -14
  127. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  128. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  129. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  130. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  131. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  132. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  133. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  134. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  135. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  136. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  137. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  138. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  139. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  140. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  141. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  142. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  143. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  144. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  145. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  146. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  147. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -6
  148. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
  149. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
  150. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
  151. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
  152. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
  153. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -10
  154. package/docs/interfaces/Point.html +8 -8
  155. package/docs/interfaces/Room.html +9 -9
  156. package/docs/interfaces/RoomInfo.html +7 -7
  157. package/docs/interfaces/RoomLabel.html +14 -14
  158. package/docs/interfaces/RoomRules.html +5 -5
  159. package/docs/interfaces/Rooms.html +5 -5
  160. package/docs/interfaces/Scissor.html +9 -9
  161. package/docs/interfaces/State.html +8 -8
  162. package/docs/interfaces/TagCacheInterface.html +12 -12
  163. package/docs/interfaces/TagConfig.html +11 -11
  164. package/docs/interfaces/TagGLTFObjectGroup.html +6 -6
  165. package/docs/interfaces/TagIconUrl.html +11 -11
  166. package/docs/interfaces/TagObjectGroup.html +6 -6
  167. package/docs/interfaces/TagStyle.html +6 -6
  168. package/docs/interfaces/Tags.html +9 -9
  169. package/docs/interfaces/TemporaryState.html +6 -6
  170. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  171. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  172. package/docs/modules/PanoVideoPluginType.html +5 -5
  173. package/docs/modules/Util.html +5 -5
  174. package/docs/modules.html +4 -4
  175. package/docs/types/ArrayPosition.html +5 -5
  176. package/docs/types/AudioAppearance.html +5 -5
  177. package/docs/types/AudioTagTypeConfigKey.html +5 -5
  178. package/docs/types/CSS3DRenderExportType.html +5 -5
  179. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  180. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  181. package/docs/types/ClassFunctionParameters.html +5 -5
  182. package/docs/types/Color.html +5 -5
  183. package/docs/types/ContentTypeConfigKey.html +5 -5
  184. package/docs/types/ContentTypeConfigKeySplit.html +5 -5
  185. package/docs/types/ContentTypeMap.html +5 -5
  186. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  187. package/docs/types/Create3DElementReturnType.html +5 -5
  188. package/docs/types/CruisePluginExportType.html +5 -5
  189. package/docs/types/Direction-1.html +5 -5
  190. package/docs/types/Direction4.html +5 -5
  191. package/docs/types/FloorplanRuleLabels.html +5 -5
  192. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  193. package/docs/types/GuideLinePluginExportType.html +5 -5
  194. package/docs/types/HelperEventMap.html +5 -5
  195. package/docs/types/LoadTagConfig.html +5 -5
  196. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  197. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  198. package/docs/types/MediaData.html +5 -5
  199. package/docs/types/MediaStore.html +5 -5
  200. package/docs/types/ModelElement.html +5 -5
  201. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  202. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  203. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  204. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  205. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  206. package/docs/types/MoveArgs.html +5 -5
  207. package/docs/types/MoveOpts.html +5 -5
  208. package/docs/types/Object3DHelperEventMap.html +5 -5
  209. package/docs/types/ObjectFit.html +5 -5
  210. package/docs/types/PaintBrushEventMap.html +5 -5
  211. package/docs/types/PanoCompassPluginData.html +5 -5
  212. package/docs/types/PanoCompassPluginExportType.html +5 -5
  213. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  214. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  215. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  216. package/docs/types/PanoIndex.html +5 -5
  217. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  218. package/docs/types/PanoMeasureReturnType.html +5 -5
  219. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  220. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  221. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  222. package/docs/types/PanoVideoPluginParameterType.html +5 -5
  223. package/docs/types/PanoVideoPluginReturnType.html +5 -5
  224. package/docs/types/PlaneTag.html +5 -5
  225. package/docs/types/PlaneTagElement.html +5 -5
  226. package/docs/types/Point2DElement.html +5 -5
  227. package/docs/types/Point2DTag.html +5 -5
  228. package/docs/types/Point3DElement.html +5 -5
  229. package/docs/types/Point3DTag.html +5 -5
  230. package/docs/types/PointTag.html +5 -5
  231. package/docs/types/PointTagElement.html +5 -5
  232. package/docs/types/Position.html +5 -5
  233. package/docs/types/RotateArgs.html +5 -5
  234. package/docs/types/RotateOpts.html +5 -5
  235. package/docs/types/RuleLabelsKey.html +5 -5
  236. package/docs/types/RuleLabelsValue.html +5 -5
  237. package/docs/types/StickType.html +5 -5
  238. package/docs/types/Tag.html +5 -5
  239. package/docs/types/Tag2D.html +5 -5
  240. package/docs/types/Tag3D.html +5 -5
  241. package/docs/types/TagContentType.html +5 -5
  242. package/docs/types/TagDimensionType.html +5 -5
  243. package/docs/types/TagElement.html +5 -5
  244. package/docs/types/TagEvents.html +5 -5
  245. package/docs/types/TagGLTFObject.html +5 -5
  246. package/docs/types/TagHooks.html +5 -5
  247. package/docs/types/TagIconSize.html +5 -5
  248. package/docs/types/TagId.html +5 -5
  249. package/docs/types/TagPointType.html +5 -5
  250. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  251. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  252. package/docs/types/WorkCode.html +5 -5
  253. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  254. package/docs/variables/PLUGIN.html +5 -5
  255. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  256. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  257. package/docs/variables/VERSION.html +5 -5
  258. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  259. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  260. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  261. package/libs/ModelRoomLabelPlugin/Controller.js +4 -2
  262. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +118 -109
  263. package/libs/ModelRoomLabelPlugin/index.js +7 -5
  264. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +99 -93
  265. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +4 -2
  266. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +72 -66
  267. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +4 -2
  268. package/libs/PanoTagPlugin/Components/Tag/index.js +4 -2
  269. package/libs/PanoTagPlugin/Components/TagContainer.js +4 -2
  270. package/libs/PanoTagPlugin/Components/TagItem.js +4 -2
  271. package/libs/PanoTagPlugin/controller/TagRender.js +4 -2
  272. package/libs/PanoTagPlugin/controller/index.js +7 -5
  273. package/libs/PanoTagPlugin/index.js +13 -11
  274. package/libs/base/BasePlugin.js +1 -1
  275. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +108 -100
  276. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +96 -92
  277. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +33 -31
  278. package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -3
  279. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +4 -2
  280. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -3
  281. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +109 -100
  282. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +4 -2
  283. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -3
  284. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +4 -2
  285. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -3
  286. package/libs/floorplan/index.js +1 -0
  287. package/libs/index.js +106 -104
  288. package/libs/shared-utils/svelte/resizeObserver.d.ts +10 -0
  289. package/libs/shared-utils/svelte/resizeObserver.js +12 -0
  290. package/libs/vendor/resize-observer-polyfill/dist/ResizeObserver.es.js +269 -0
  291. package/package.json +2 -1
@@ -1,57 +1,61 @@
1
- import { SvelteComponent as x, init as D, safe_not_equal as p, append_styles as z, empty as v, insert as c, transition_in as u, group_outros as A, transition_out as d, check_outros as y, detach as h, element as I, attr as w, add_render_callback as W, add_resize_listener as q, update_keyed_each as C, outro_and_destroy_block as M, assign as S, create_component as j, mount_component as B, get_spread_update as F, destroy_component as G } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as T, init as V, safe_not_equal as D, append_styles as I, empty as k, insert as h, transition_in as _, group_outros as A, transition_out as d, check_outros as y, detach as g, element as W, attr as w, action_destroyer as z, listen as q, update_keyed_each as C, outro_and_destroy_block as M, run_all as O, assign as S, create_component as j, mount_component as B, get_spread_update as F, destroy_component as G } from "../../../vendor/svelte/internal/index.js";
2
2
  import { RoomLabel as H } from "./RoomLabel.js";
3
- function J(i) {
4
- z(i, "svelte-13xux0b", ".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}");
3
+ import { svelteResizeObserver as J } from "../../../shared-utils/svelte/resizeObserver.js";
4
+ function K(m) {
5
+ I(m, "svelte-13xux0b", ".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}");
5
6
  }
6
- function R(i, e, o) {
7
- const l = i.slice();
7
+ function R(m, e, o) {
8
+ const l = m.slice();
8
9
  return l[12] = e[o], l;
9
10
  }
10
- function L(i) {
11
- let e, o = [], l = /* @__PURE__ */ new Map(), a, f, b = i[8];
12
- const r = (t) => t[12].id;
13
- for (let t = 0; t < b.length; t += 1) {
14
- let n = R(i, b, t), _ = r(n);
15
- l.set(_, o[t] = k(_, n));
11
+ function L(m) {
12
+ let e, o = [], l = /* @__PURE__ */ new Map(), n, f, u, t = m[8];
13
+ const b = (a) => a[12].id;
14
+ for (let a = 0; a < t.length; a += 1) {
15
+ let r = R(m, t, a), s = b(r);
16
+ l.set(s, o[a] = v(s, r));
16
17
  }
17
18
  return {
18
19
  c() {
19
- e = I("div");
20
- for (let t = 0; t < o.length; t += 1)
21
- o[t].c();
22
- w(e, "class", "floorplan-plugin__room-labels svelte-13xux0b"), W(() => i[11].call(e));
20
+ e = W("div");
21
+ for (let a = 0; a < o.length; a += 1)
22
+ o[a].c();
23
+ w(e, "class", "floorplan-plugin__room-labels svelte-13xux0b");
23
24
  },
24
- m(t, n) {
25
- c(t, e, n);
26
- for (let _ = 0; _ < o.length; _ += 1)
27
- o[_].m(e, null);
28
- a = q(e, i[11].bind(e)), f = !0;
25
+ m(a, r) {
26
+ h(a, e, r);
27
+ for (let s = 0; s < o.length; s += 1)
28
+ o[s].m(e, null);
29
+ n = !0, f || (u = [
30
+ z(J.call(null, e)),
31
+ q(e, "clientWidth", m[11])
32
+ ], f = !0);
29
33
  },
30
- p(t, n) {
31
- n & 447 && (b = t[8], A(), o = C(o, n, r, 1, t, b, l, e, M, k, null, R), y());
34
+ p(a, r) {
35
+ r & 447 && (t = a[8], A(), o = C(o, r, b, 1, a, t, l, e, M, v, null, R), y());
32
36
  },
33
- i(t) {
34
- if (!f) {
35
- for (let n = 0; n < b.length; n += 1)
36
- u(o[n]);
37
- f = !0;
37
+ i(a) {
38
+ if (!n) {
39
+ for (let r = 0; r < t.length; r += 1)
40
+ _(o[r]);
41
+ n = !0;
38
42
  }
39
43
  },
40
- o(t) {
41
- for (let n = 0; n < o.length; n += 1)
42
- d(o[n]);
43
- f = !1;
44
+ o(a) {
45
+ for (let r = 0; r < o.length; r += 1)
46
+ d(o[r]);
47
+ n = !1;
44
48
  },
45
- d(t) {
46
- t && h(e);
47
- for (let n = 0; n < o.length; n += 1)
48
- o[n].d();
49
- a();
49
+ d(a) {
50
+ a && g(e);
51
+ for (let r = 0; r < o.length; r += 1)
52
+ o[r].d();
53
+ f = !1, O(u);
50
54
  }
51
55
  };
52
56
  }
53
- function k(i, e) {
54
- let o, l, a;
57
+ function v(m, e) {
58
+ let o, l, n;
55
59
  const f = [
56
60
  {
57
61
  pxmm: e[7],
@@ -64,21 +68,21 @@ function k(i, e) {
64
68
  adaptiveRoomLabelVisibleEnable: e[5]
65
69
  }
66
70
  ];
67
- let b = {};
68
- for (let r = 0; r < f.length; r += 1)
69
- b = S(b, f[r]);
70
- return l = new H({ props: b }), {
71
- key: i,
71
+ let u = {};
72
+ for (let t = 0; t < f.length; t += 1)
73
+ u = S(u, f[t]);
74
+ return l = new H({ props: u }), {
75
+ key: m,
72
76
  first: null,
73
77
  c() {
74
- o = v(), j(l.$$.fragment), this.first = o;
78
+ o = k(), j(l.$$.fragment), this.first = o;
75
79
  },
76
- m(r, t) {
77
- c(r, o, t), B(l, r, t), a = !0;
80
+ m(t, b) {
81
+ h(t, o, b), B(l, t, b), n = !0;
78
82
  },
79
- p(r, t) {
80
- e = r;
81
- const n = t & 447 ? F(f, [
83
+ p(t, b) {
84
+ e = t;
85
+ const a = b & 447 ? F(f, [
82
86
  {
83
87
  pxmm: e[7],
84
88
  room: e[12],
@@ -90,79 +94,79 @@ function k(i, e) {
90
94
  adaptiveRoomLabelVisibleEnable: e[5]
91
95
  }
92
96
  ]) : {};
93
- l.$set(n);
97
+ l.$set(a);
94
98
  },
95
- i(r) {
96
- a || (u(l.$$.fragment, r), a = !0);
99
+ i(t) {
100
+ n || (_(l.$$.fragment, t), n = !0);
97
101
  },
98
- o(r) {
99
- d(l.$$.fragment, r), a = !1;
102
+ o(t) {
103
+ d(l.$$.fragment, t), n = !1;
100
104
  },
101
- d(r) {
102
- r && h(o), G(l, r);
105
+ d(t) {
106
+ t && g(o), G(l, t);
103
107
  }
104
108
  };
105
109
  }
106
- function K(i) {
107
- let e, o, l = i[8] && L(i);
110
+ function P(m) {
111
+ let e, o, l = m[8] && L(m);
108
112
  return {
109
113
  c() {
110
- l && l.c(), e = v();
114
+ l && l.c(), e = k();
111
115
  },
112
- m(a, f) {
113
- l && l.m(a, f), c(a, e, f), o = !0;
116
+ m(n, f) {
117
+ l && l.m(n, f), h(n, e, f), o = !0;
114
118
  },
115
- p(a, [f]) {
116
- a[8] ? l ? (l.p(a, f), f & 256 && u(l, 1)) : (l = L(a), l.c(), u(l, 1), l.m(e.parentNode, e)) : l && (A(), d(l, 1, 1, () => {
119
+ p(n, [f]) {
120
+ n[8] ? l ? (l.p(n, f), f & 256 && _(l, 1)) : (l = L(n), l.c(), _(l, 1), l.m(e.parentNode, e)) : l && (A(), d(l, 1, 1, () => {
117
121
  l = null;
118
122
  }), y());
119
123
  },
120
- i(a) {
121
- o || (u(l), o = !0);
124
+ i(n) {
125
+ o || (_(l), o = !0);
122
126
  },
123
- o(a) {
127
+ o(n) {
124
128
  d(l), o = !1;
125
129
  },
126
- d(a) {
127
- l && l.d(a), a && h(e);
130
+ d(n) {
131
+ l && l.d(n), n && g(e);
128
132
  }
129
133
  };
130
134
  }
131
- function O(i, e, o) {
132
- let l, { floorIndex: a } = e, { roomAreaEnable: f } = e, { roomNameEnable: b } = e, { floorplanData: r } = e, { hoveredRoom: t } = e, { getRoomAreaText: n } = e, { getLabelElement: _ } = e, { adaptiveRoomLabelVisibleEnable: g } = e, s = 0, E = 0;
133
- function N() {
134
- s = this.clientWidth, o(6, s);
135
- }
136
- return i.$$set = (m) => {
137
- "floorIndex" in m && o(9, a = m.floorIndex), "roomAreaEnable" in m && o(0, f = m.roomAreaEnable), "roomNameEnable" in m && o(1, b = m.roomNameEnable), "floorplanData" in m && o(10, r = m.floorplanData), "hoveredRoom" in m && o(2, t = m.hoveredRoom), "getRoomAreaText" in m && o(3, n = m.getRoomAreaText), "getLabelElement" in m && o(4, _ = m.getLabelElement), "adaptiveRoomLabelVisibleEnable" in m && o(5, g = m.adaptiveRoomLabelVisibleEnable);
138
- }, i.$$.update = () => {
139
- if (i.$$.dirty & 1536 && o(8, l = r.floorDatas[a].rooms), i.$$.dirty & 1088) {
140
- const { max: m, min: T } = r.bounding, V = m.x - T.x;
141
- o(7, E = s / V);
135
+ function Q(m, e, o) {
136
+ let l, { floorIndex: n } = e, { roomAreaEnable: f } = e, { roomNameEnable: u } = e, { floorplanData: t } = e, { hoveredRoom: b } = e, { getRoomAreaText: a } = e, { getLabelElement: r } = e, { adaptiveRoomLabelVisibleEnable: s } = e, c = 0, E = 0;
137
+ const N = (i) => {
138
+ o(6, c = i.detail);
139
+ };
140
+ return m.$$set = (i) => {
141
+ "floorIndex" in i && o(9, n = i.floorIndex), "roomAreaEnable" in i && o(0, f = i.roomAreaEnable), "roomNameEnable" in i && o(1, u = i.roomNameEnable), "floorplanData" in i && o(10, t = i.floorplanData), "hoveredRoom" in i && o(2, b = i.hoveredRoom), "getRoomAreaText" in i && o(3, a = i.getRoomAreaText), "getLabelElement" in i && o(4, r = i.getLabelElement), "adaptiveRoomLabelVisibleEnable" in i && o(5, s = i.adaptiveRoomLabelVisibleEnable);
142
+ }, m.$$.update = () => {
143
+ if (m.$$.dirty & 1536 && o(8, l = t.floorDatas[n].rooms), m.$$.dirty & 1088) {
144
+ const { max: i, min: p } = t.bounding, x = i.x - p.x;
145
+ o(7, E = c / x);
142
146
  }
143
147
  }, [
144
148
  f,
149
+ u,
145
150
  b,
146
- t,
147
- n,
148
- _,
149
- g,
151
+ a,
152
+ r,
150
153
  s,
154
+ c,
151
155
  E,
152
156
  l,
153
- a,
154
- r,
157
+ n,
158
+ t,
155
159
  N
156
160
  ];
157
161
  }
158
- class U extends x {
162
+ class Z extends T {
159
163
  constructor(e) {
160
- super(), D(
164
+ super(), V(
161
165
  this,
162
166
  e,
163
- O,
164
- K,
165
- p,
167
+ Q,
168
+ P,
169
+ D,
166
170
  {
167
171
  floorIndex: 9,
168
172
  roomAreaEnable: 0,
@@ -173,10 +177,10 @@ class U extends x {
173
177
  getLabelElement: 4,
174
178
  adaptiveRoomLabelVisibleEnable: 5
175
179
  },
176
- J
180
+ K
177
181
  );
178
182
  }
179
183
  }
180
184
  export {
181
- U as RoomLabels
185
+ Z as RoomLabels
182
186
  };
@@ -14,18 +14,18 @@ var o = (h, n, t) => (m(h, typeof n != "symbol" ? n + "" : n, t), t);
14
14
  var c = (h, n, t) => new Promise((e, i) => {
15
15
  var s = (d) => {
16
16
  try {
17
- a(t.next(d));
17
+ r(t.next(d));
18
18
  } catch (u) {
19
19
  i(u);
20
20
  }
21
- }, r = (d) => {
21
+ }, a = (d) => {
22
22
  try {
23
- a(t.throw(d));
23
+ r(t.throw(d));
24
24
  } catch (u) {
25
25
  i(u);
26
26
  }
27
- }, a = (d) => d.done ? e(d.value) : Promise.resolve(d.value).then(s, r);
28
- a((t = t.apply(h, n)).next());
27
+ }, r = (d) => d.done ? e(d.value) : Promise.resolve(d.value).then(s, a);
28
+ r((t = t.apply(h, n)).next());
29
29
  });
30
30
  import * as x from "three";
31
31
  import { to as I } from "../../shared-utils/to.js";
@@ -55,6 +55,8 @@ import "../Components/Normalmage.js";
55
55
  import "../Components/SvgImage.js";
56
56
  import "../Components/RoomLabels/RoomLabels.js";
57
57
  import "../Components/RoomLabels/RoomLabel.js";
58
+ import "../../shared-utils/svelte/resizeObserver.js";
59
+ import "../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
58
60
  import "../Components/RuleLabels/RuleLabels.js";
59
61
  import "../Components/RuleLabels/RuleItem.js";
60
62
  import "../Components/RoomMaterials/RoomMaterial.js";
@@ -78,7 +80,7 @@ function N(h) {
78
80
  const { latitude: n, longitude: t } = h, e = Math.abs(n - Math.PI / 2) < 10 * Math.PI / 180, i = t < 30 * (Math.PI / 180) || t > 330 * (Math.PI / 180);
79
81
  return e && i;
80
82
  }
81
- class Lt extends T {
83
+ class Ot extends T {
82
84
  constructor(t, e) {
83
85
  super(t);
84
86
  o(this, "name", "modelFloorplanPlugin");
@@ -114,7 +116,7 @@ class Lt extends T {
114
116
  o(this, "updateSize", () => {
115
117
  if (!this.data || !H(this.five, this.showState) || !this.container || !this.wrapper)
116
118
  return;
117
- const { min: t, max: e } = this.data.bounding, i = e.x - t.x, s = e.y - t.y, r = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, a = k(this.five, this.wrapper, this.floorIndex, r), d = Math.ceil(i * a), u = Math.ceil(s * a);
119
+ const { min: t, max: e } = this.data.bounding, i = e.x - t.x, s = e.y - t.y, a = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, r = k(this.five, this.wrapper, this.floorIndex, a), d = Math.ceil(i * r), u = Math.ceil(s * r);
118
120
  this.size.width === d && this.size.height === u || (this.container.style.width = d + "px", this.container.style.height = u + "px", this.size = { width: d, height: u });
119
121
  });
120
122
  o(this, "highlight", (t) => {
@@ -124,19 +126,19 @@ class Lt extends T {
124
126
  this.highlightData = {}, this.render();
125
127
  });
126
128
  o(this, "_disable", (t) => {
127
- var i, s, r;
129
+ var i, s, a;
128
130
  const { userAction: e } = t;
129
- this.hooks.emit("disable", { userAction: e }), (i = this.showRejection) == null || i.call(this, f.BreakOffByDisable), this.showPromise = void 0, (s = this.app) == null || s.$destroy(), this.app = void 0, (r = this.container) == null || r.remove(), this.removeEventListener();
131
+ this.hooks.emit("disable", { userAction: e }), (i = this.showRejection) == null || i.call(this, f.BreakOffByDisable), this.showPromise = void 0, (s = this.app) == null || s.$destroy(), this.app = void 0, (a = this.container) == null || a.remove(), this.removeEventListener();
130
132
  });
131
133
  o(this, "_enable", (t) => {
132
134
  const { userAction: e } = t;
133
135
  this.addEventListener(), this.wrapper && (this.wrapper.append(this.container), this.hooks.emit("enable", { userAction: e }), this.state.visible && this._show({ userAction: e }));
134
136
  });
135
137
  o(this, "_show", (t) => c(this, null, function* () {
136
- var r;
138
+ var a;
137
139
  if (!this.state.enabled)
138
140
  return;
139
- if (!((r = this.five.model) != null && r.loaded))
141
+ if (!((a = this.five.model) != null && a.loaded))
140
142
  throw new Error(f.ModelNotLoaded);
141
143
  if (!this.data)
142
144
  throw new Error(f.DataNotLoaded);
@@ -149,14 +151,14 @@ class Lt extends T {
149
151
  userAction: !0
150
152
  }, i = l(l({}, e), t), s = () => c(this, null, function* () {
151
153
  this.hooks.emit("show", { userAction: i.userAction, auto: i.isAutoShow });
152
- let a = !1, d;
154
+ let r = !1, d;
153
155
  this.showRejection = (S) => {
154
- a = !0, d = S;
156
+ r = !0, d = S;
155
157
  };
156
158
  const [u] = yield I(R(this.five, this.showState, i.userAction));
157
159
  if (u)
158
160
  throw u;
159
- if (a)
161
+ if (r)
160
162
  throw d ? new Error(d) : new Error(f.UnknownError);
161
163
  this.updateSize(), this.updatePosition(), this.floorIndex = i.floorIndex, this.five.model.show(this.floorIndex);
162
164
  const p = i.modelOpacity, g = i.immediately ? 0 : G;
@@ -167,9 +169,9 @@ class Lt extends T {
167
169
  auto: i.isAutoShow,
168
170
  userAction: i.userAction
169
171
  });
170
- }).catch((a) => {
171
- if (this.updateState({ visible: !1 }, i.userAction), !i.isAutoShow && a instanceof Error)
172
- throw a;
172
+ }).catch((r) => {
173
+ if (this.updateState({ visible: !1 }, i.userAction), !i.isAutoShow && r instanceof Error)
174
+ throw r;
173
175
  }).finally(() => {
174
176
  this.showPromise = void 0, this.showRejection = void 0;
175
177
  }), this.showPromise;
@@ -258,13 +260,13 @@ class Lt extends T {
258
260
  attachedTo: O.BOUNDING_CENTER,
259
261
  getLabelElement: void 0,
260
262
  adaptiveRoomLabelVisibleEnable: !0,
261
- getRoomAreaText: (a) => (a / 1e6).toFixed(1) + "\u33A1",
262
- getRuleDistanceText: (a) => a.toString()
263
- }, s = e ? _(e, ["selector", "scale"]) : {}, r = l(l({}, i), s);
263
+ getRoomAreaText: (r) => (r / 1e6).toFixed(1) + "\u33A1",
264
+ getRuleDistanceText: (r) => r.toString()
265
+ }, s = e ? _(e, ["selector", "scale"]) : {}, a = l(l({}, i), s);
264
266
  this.state = {
265
267
  enabled: !0,
266
268
  visible: !1,
267
- config: r
269
+ config: a
268
270
  }, this.initContainer(), t.model.loaded ? this.onFiveModelLoaded() : t.once("modelLoaded", this.onFiveModelLoaded), t.once("dispose", this.dispose), this.addEventListener();
269
271
  }
270
272
  load(t, e, i = !0) {
@@ -272,9 +274,9 @@ class Lt extends T {
272
274
  function s(p) {
273
275
  return Object.prototype.hasOwnProperty.apply(p, ["version"]);
274
276
  }
275
- const r = t;
276
- r && !r.version && console.warn("\u4F20\u5165 serverData.data \u7684\u65B9\u5F0F\u540E\u7EED\u53EF\u80FD\u4E0D\u518D\u652F\u6301\uFF0C\u8BF7\u628A serverData \u6574\u4F53\u4F20\u5165 load \u51FD\u6570");
277
- const a = JSON.parse(JSON.stringify(t)), d = s(a) ? a.data : a, u = this.data;
277
+ const a = t;
278
+ a && !a.version && console.warn("\u4F20\u5165 serverData.data \u7684\u65B9\u5F0F\u540E\u7EED\u53EF\u80FD\u4E0D\u518D\u652F\u6301\uFF0C\u8BF7\u628A serverData \u6574\u4F53\u4F20\u5165 load \u51FD\u6570");
279
+ const r = JSON.parse(JSON.stringify(t)), d = s(r) ? r.data : r, u = this.data;
278
280
  this.data = yield b(d), this.hooks.emit("dataLoaded", this.data), this.hooks.emit("dataChange", this.data, u), e && this.updateState(e, i), this.render();
279
281
  });
280
282
  }
@@ -297,20 +299,20 @@ class Lt extends T {
297
299
  setState(t, e = {}) {
298
300
  const i = this.state, s = e.userAction !== void 0 ? e.userAction : !0;
299
301
  if (this.updateState(t, s), t.enabled !== void 0 && i.enabled !== t.enabled && (t.enabled ? this._enable({ userAction: s }) : this._disable({ userAction: s })), t.visible !== void 0 && i.visible !== t.visible) {
300
- const r = { userAction: s };
301
- t.visible ? this._show(r) : this._hide(r);
302
+ const a = { userAction: s };
303
+ t.visible ? this._show(a) : this._hide(a);
302
304
  }
303
305
  }
304
306
  changeConfigs(t, e = !0) {
305
307
  this.updateState({ config: t }, e), this.render();
306
308
  }
307
309
  updatePosition() {
308
- var a;
309
- const t = B(this.five, this.floorIndex, this.state.config.attachedTo), e = (a = this.five.model) == null ? void 0 : a.bounding.getCenter(new x.Vector3()).setY(t);
310
+ var r;
311
+ const t = B(this.five, this.floorIndex, this.state.config.attachedTo), e = (r = this.five.model) == null ? void 0 : r.bounding.getCenter(new x.Vector3()).setY(t);
310
312
  if (!e)
311
313
  return;
312
- const i = e.clone().project(this.five.camera), s = (i.x + 1) / 2, r = -(i.y - 1) / 2;
313
- this.container.style.left = s * 100 + "%", this.container.style.top = r * 100 + "%";
314
+ const i = e.clone().project(this.five.camera), s = (i.x + 1) / 2, a = -(i.y - 1) / 2;
315
+ this.container.style.left = s * 100 + "%", this.container.style.top = a * 100 + "%";
314
316
  }
315
317
  formatData(t) {
316
318
  return c(this, null, function* () {
@@ -359,5 +361,5 @@ class Lt extends T {
359
361
  }
360
362
  }
361
363
  export {
362
- Lt as Controller
364
+ Ot as Controller
363
365
  };
@@ -19,6 +19,8 @@ import "../Components/Normalmage.js";
19
19
  import "../Components/SvgImage.js";
20
20
  import "../Components/RoomLabels/RoomLabels.js";
21
21
  import "../Components/RoomLabels/RoomLabel.js";
22
+ import "../../shared-utils/svelte/resizeObserver.js";
23
+ import "../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
22
24
  import "../Components/RuleLabels/RuleLabels.js";
23
25
  import "../Components/RuleLabels/RuleItem.js";
24
26
  import "../Components/RoomMaterials/RoomMaterial.js";
@@ -42,8 +44,8 @@ import "../utils/constant.js";
42
44
  import "../../shared-utils/nearlyEqual.js";
43
45
  import "../../shared-utils/five/changeMode.js";
44
46
  import "../../shared-utils/changeModelCanvasOpacity.js";
45
- const V = (o, r) => new t(o, r);
47
+ const X = (o, r) => new t(o, r);
46
48
  export {
47
- V as MapviewFloorplanPlugin,
48
- V as default
49
+ X as MapviewFloorplanPlugin,
50
+ X as default
49
51
  };
@@ -54,6 +54,8 @@ import "../Components/Normalmage.js";
54
54
  import "../Components/SvgImage.js";
55
55
  import "../Components/RoomLabels/RoomLabels.js";
56
56
  import "../Components/RoomLabels/RoomLabel.js";
57
+ import "../../shared-utils/svelte/resizeObserver.js";
58
+ import "../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
57
59
  import "../Components/RuleLabels/RuleLabels.js";
58
60
  import "../Components/RuleLabels/RuleItem.js";
59
61
  import "../Components/RoomMaterials/RoomMaterial.js";
@@ -78,7 +80,7 @@ function R(h) {
78
80
  const { latitude: s, longitude: t } = h, e = Math.abs(s - Math.PI / 2) < 10 * Math.PI / 180, i = t < 30 * (Math.PI / 180) || t > 330 * (Math.PI / 180);
79
81
  return e && i;
80
82
  }
81
- class _t extends k {
83
+ class Ot extends k {
82
84
  constructor(t, e) {
83
85
  var a;
84
86
  super(t);
@@ -355,5 +357,5 @@ class _t extends k {
355
357
  }
356
358
  }
357
359
  export {
358
- _t as Controller
360
+ Ot as Controller
359
361
  };
@@ -18,6 +18,8 @@ import "../Components/Normalmage.js";
18
18
  import "../Components/SvgImage.js";
19
19
  import "../Components/RoomLabels/RoomLabels.js";
20
20
  import "../Components/RoomLabels/RoomLabel.js";
21
+ import "../../shared-utils/svelte/resizeObserver.js";
22
+ import "../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
21
23
  import "../Components/RuleLabels/RuleLabels.js";
22
24
  import "../Components/RuleLabels/RuleItem.js";
23
25
  import "../Components/RoomMaterials/RoomMaterial.js";
@@ -42,8 +44,8 @@ import "../utils/constant.js";
42
44
  import "../../shared-utils/nearlyEqual.js";
43
45
  import "../../shared-utils/five/changeMode.js";
44
46
  import "../../shared-utils/changeModelCanvasOpacity.js";
45
- const V = (o, r) => new t(o, r);
47
+ const X = (o, r) => new t(o, r);
46
48
  export {
47
- V as ModelFloorplanPlugin,
48
- V as default
49
+ X as ModelFloorplanPlugin,
50
+ X as default
49
51
  };