@realsee/dnalogel 2.21.0-dev.8 → 2.21.0-dev.9

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 (324) hide show
  1. package/dist/PanoMeasurePlugin/Components/Common/icons/index.d.ts +4 -0
  2. package/dist/PanoMeasurePlugin/Model/line.d.ts +1 -0
  3. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +4 -0
  4. package/dist/index.cjs.js +54 -52
  5. package/dist/index.js +4357 -4288
  6. package/dist/index.umd.js +44 -42
  7. package/docs/classes/CSS3DRender.html +30 -30
  8. package/docs/classes/CruisePluginController.html +25 -25
  9. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -19
  10. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +34 -34
  11. package/docs/classes/Magnifier.html +19 -19
  12. package/docs/classes/ModelRoomLabelController.html +10 -10
  13. package/docs/classes/Object3DHelperController.html +24 -24
  14. package/docs/classes/PaintBrush.html +14 -14
  15. package/docs/classes/PanoMeasurePluginLine.html +26 -26
  16. package/docs/classes/PanoMeasurePluginModel.html +26 -26
  17. package/docs/classes/PanoMeasurePluginPoint.html +13 -13
  18. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  19. package/docs/classes/PanoTagPluginController.html +46 -46
  20. package/docs/classes/Util.BetterTween.html +8 -8
  21. package/docs/classes/Util.Interval.html +11 -11
  22. package/docs/classes/Util.Magnifier.html +17 -17
  23. package/docs/classes/Util.PointDomHelper.html +10 -10
  24. package/docs/classes/Util.PointHelper.html +10 -10
  25. package/docs/classes/Util.PointSelectorHelper.html +16 -16
  26. package/docs/classes/Util.Rectangle.html +12 -12
  27. package/docs/enums/CameraMovementEffect.html +6 -6
  28. package/docs/enums/ContentType.html +19 -19
  29. package/docs/enums/DIRECTION.html +8 -8
  30. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -8
  31. package/docs/enums/DimensionType.html +6 -6
  32. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -7
  33. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -8
  34. package/docs/enums/PaintBrushTypeEnum.html +7 -7
  35. package/docs/enums/PointType.html +6 -6
  36. package/docs/enums/Rotation.html +7 -7
  37. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  38. package/docs/functions/CameraMovementPlugin.html +3 -3
  39. package/docs/functions/CruisePlugin.html +3 -3
  40. package/docs/functions/GuideLinePlugin.html +4 -4
  41. package/docs/functions/ItemLabelPlugin.html +3 -3
  42. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  43. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  44. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  45. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  46. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  47. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  48. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  49. package/docs/functions/ModelViewPlugin.html +3 -3
  50. package/docs/functions/Object3DHelperPlugin.html +3 -3
  51. package/docs/functions/PanoCompassPlugin.html +3 -3
  52. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  53. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  54. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  55. package/docs/functions/PanoMeasurePlugin.html +3 -3
  56. package/docs/functions/PanoRulerPlugin.html +3 -3
  57. package/docs/functions/PanoRulerProPlugin.html +3 -3
  58. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  59. package/docs/functions/PanoTagPlugin.html +3 -3
  60. package/docs/functions/PanoVideoPlugin.html +3 -3
  61. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  62. package/docs/functions/Util.absoluteUrl.html +4 -4
  63. package/docs/functions/Util.getCoordsFromClient.html +4 -4
  64. package/docs/functions/Util.getCoordsFromElement.html +4 -4
  65. package/docs/functions/Util.getFrameTime.html +4 -4
  66. package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -4
  67. package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -4
  68. package/docs/functions/Util.isAbsoluteURL.html +4 -4
  69. package/docs/functions/Util.isModelLike.html +4 -4
  70. package/docs/functions/Util.isNil.html +4 -4
  71. package/docs/functions/Util.isPanoramaLike.html +4 -4
  72. package/docs/functions/Util.nextFrame.html +4 -4
  73. package/docs/functions/Util.notNil.html +4 -4
  74. package/docs/functions/Util.requestAnimationFrameInterval.html +4 -4
  75. package/docs/functions/Util.tweenProgress.html +4 -4
  76. package/docs/functions/Util.uuid.html +4 -4
  77. package/docs/functions/pluginFlag.html +4 -4
  78. package/docs/index.html +4 -4
  79. package/docs/interfaces/AddTagConfig.html +5 -5
  80. package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -10
  81. package/docs/interfaces/CSS3DRenderPluginState.html +7 -7
  82. package/docs/interfaces/CameraMovementPluginExportType.html +6 -6
  83. package/docs/interfaces/CruisePluginTypes.Config.html +7 -7
  84. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -11
  85. package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -19
  86. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
  87. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
  88. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
  89. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
  90. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +6 -6
  91. package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -10
  92. package/docs/interfaces/EventMap.html +14 -14
  93. package/docs/interfaces/FloorplanBounding.html +7 -7
  94. package/docs/interfaces/FloorplanData.html +9 -9
  95. package/docs/interfaces/FloorplanEntrance.html +10 -10
  96. package/docs/interfaces/FloorplanExtraObject.html +9 -9
  97. package/docs/interfaces/FloorplanExtraObject3D.html +7 -7
  98. package/docs/interfaces/FloorplanFloorData.html +8 -8
  99. package/docs/interfaces/FloorplanImagePosition.html +6 -6
  100. package/docs/interfaces/FloorplanObserver.html +8 -8
  101. package/docs/interfaces/FloorplanOutlineItem.html +8 -8
  102. package/docs/interfaces/FloorplanPosition.html +6 -6
  103. package/docs/interfaces/FloorplanRoomItem.html +12 -12
  104. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -6
  105. package/docs/interfaces/FloorplanServerBounding.html +7 -7
  106. package/docs/interfaces/FloorplanServerComputedData.html +9 -9
  107. package/docs/interfaces/FloorplanServerData.html +6 -6
  108. package/docs/interfaces/FloorplanServerDoorItem.html +9 -9
  109. package/docs/interfaces/FloorplanServerDoorPosition.html +7 -7
  110. package/docs/interfaces/FloorplanServerEntrance.html +10 -10
  111. package/docs/interfaces/FloorplanServerFloorData.html +8 -8
  112. package/docs/interfaces/FloorplanServerImagePosition.html +6 -6
  113. package/docs/interfaces/FloorplanServerObserver.html +8 -8
  114. package/docs/interfaces/FloorplanServerOutlineItem.html +8 -8
  115. package/docs/interfaces/FloorplanServerPosition.html +6 -6
  116. package/docs/interfaces/FloorplanServerRoomItem.html +13 -13
  117. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -6
  118. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +7 -7
  119. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -9
  120. package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -12
  121. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -7
  122. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -5
  123. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  124. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -7
  125. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +17 -17
  126. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -6
  127. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +17 -17
  128. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -4
  129. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +6 -6
  130. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -7
  131. package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
  132. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -8
  133. package/docs/interfaces/HelperOffset.html +7 -7
  134. package/docs/interfaces/ImagePlaneGroup.html +5 -5
  135. package/docs/interfaces/ItemLabelPluginData.html +5 -5
  136. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -10
  137. package/docs/interfaces/ItemLabelPluginParametersType.html +8 -8
  138. package/docs/interfaces/MinMax.html +6 -6
  139. package/docs/interfaces/ModelChassisCompassPluginData.html +6 -6
  140. package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -7
  141. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -6
  142. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -7
  143. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -7
  144. package/docs/interfaces/ModelItemLabelPluginData.html +5 -5
  145. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -10
  146. package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -6
  147. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -5
  148. package/docs/interfaces/ModelTVVideoPluginData.html +8 -8
  149. package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -7
  150. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -5
  151. package/docs/interfaces/ModelViewPluginExportType.html +10 -10
  152. package/docs/interfaces/Object3DHelperState.html +7 -7
  153. package/docs/interfaces/ObjectHelperControllers.html +8 -8
  154. package/docs/interfaces/PaintBrushAction.html +11 -11
  155. package/docs/interfaces/PaintBrushConfigs.html +11 -11
  156. package/docs/interfaces/PaintBrushState.html +9 -9
  157. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -9
  158. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -4
  159. package/docs/interfaces/PanoMeasureParameterType.html +14 -14
  160. package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -7
  161. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -6
  162. package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -6
  163. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -7
  164. package/docs/interfaces/PanoRulerPluginExportType.html +9 -9
  165. package/docs/interfaces/PanoRulerPluginOptions.html +6 -6
  166. package/docs/interfaces/PanoRulerPluginParameterType.html +7 -7
  167. package/docs/interfaces/PanoRulerProPluginExportType.html +8 -8
  168. package/docs/interfaces/PanoRulerProPluginOptions.html +6 -6
  169. package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -6
  170. package/docs/interfaces/PanoRulerProPluginState.html +7 -7
  171. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -4
  172. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -4
  173. package/docs/interfaces/PanoSpatialTagPluginData.html +10 -10
  174. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -9
  175. package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -12
  176. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -9
  177. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -12
  178. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -10
  179. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -9
  180. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -5
  181. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -7
  182. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -5
  183. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  184. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -5
  185. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -7
  186. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -9
  187. package/docs/interfaces/Point.html +7 -7
  188. package/docs/interfaces/Room.html +8 -8
  189. package/docs/interfaces/RoomInfo.html +6 -6
  190. package/docs/interfaces/RoomLabel.html +13 -13
  191. package/docs/interfaces/RoomRules.html +4 -4
  192. package/docs/interfaces/Rooms.html +4 -4
  193. package/docs/interfaces/Scissor.html +8 -8
  194. package/docs/interfaces/State.html +7 -7
  195. package/docs/interfaces/TagCacheInterface.html +11 -11
  196. package/docs/interfaces/TagConfig.html +12 -12
  197. package/docs/interfaces/TagGLTFObjectGroup.html +5 -5
  198. package/docs/interfaces/TagIconUrl.html +11 -11
  199. package/docs/interfaces/TagObjectGroup.html +5 -5
  200. package/docs/interfaces/TagStyle.html +5 -5
  201. package/docs/interfaces/Tags.html +8 -8
  202. package/docs/interfaces/TemporaryState.html +5 -5
  203. package/docs/interfaces/Util.MagnifierParameter.html +10 -10
  204. package/docs/interfaces/Util.MouseGroupParameter.html +7 -7
  205. package/docs/interfaces/Util.PointIntersection.html +7 -7
  206. package/docs/modules/CruisePluginTypes.html +4 -4
  207. package/docs/modules/GuideLineItem.html +4 -4
  208. package/docs/modules/GuideLineModeItem.html +4 -4
  209. package/docs/modules/GuideLinePluginType.html +4 -4
  210. package/docs/modules/PanoVideoPluginType.html +4 -4
  211. package/docs/modules/Util.html +4 -4
  212. package/docs/modules.html +4 -4
  213. package/docs/types/ArrayPosition.html +4 -4
  214. package/docs/types/AudioAppearance.html +4 -4
  215. package/docs/types/AudioTagTypeConfigKey.html +4 -4
  216. package/docs/types/CSS3DRenderExportType.html +4 -4
  217. package/docs/types/CSS3DRenderPluginExportType.html +4 -4
  218. package/docs/types/CSS3DRenderPluginParameterType.html +4 -4
  219. package/docs/types/ClassFunctionParameters.html +4 -4
  220. package/docs/types/Color.html +4 -4
  221. package/docs/types/ContentTypeConfigKey.html +4 -4
  222. package/docs/types/ContentTypeConfigKeySplit.html +4 -4
  223. package/docs/types/ContentTypeMap.html +4 -4
  224. package/docs/types/Create3DDomContainerReturnType.html +4 -4
  225. package/docs/types/Create3DElementReturnType.html +4 -4
  226. package/docs/types/CruisePluginExportType.html +4 -4
  227. package/docs/types/CruisePluginTypes.CruiseData.html +4 -4
  228. package/docs/types/CruisePluginTypes.MoveEffect.html +4 -4
  229. package/docs/types/DeprecatedMediaPlaneProperty.html +4 -4
  230. package/docs/types/DeprecatedTagProperty.html +4 -4
  231. package/docs/types/Direction-1.html +4 -4
  232. package/docs/types/Direction4.html +4 -4
  233. package/docs/types/ElementRenderer.html +4 -4
  234. package/docs/types/FloorplanRuleLabels.html +4 -4
  235. package/docs/types/FloorplanServerRuleLabels.html +4 -4
  236. package/docs/types/GuideLinePluginExportType.html +4 -4
  237. package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -4
  238. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -4
  239. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -4
  240. package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -4
  241. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -4
  242. package/docs/types/GuideLinePluginType.PathItem.html +4 -4
  243. package/docs/types/GuideLinePluginType.PluginData.html +4 -4
  244. package/docs/types/HelperEventMap.html +4 -4
  245. package/docs/types/LoadTagConfig.html +4 -4
  246. package/docs/types/MapviewFloorplanPluginParameterType.html +4 -4
  247. package/docs/types/MapviewFloorplanPluginReturnType.html +4 -4
  248. package/docs/types/MediaData.html +4 -4
  249. package/docs/types/MediaStore.html +4 -4
  250. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -4
  251. package/docs/types/ModelFloorplanPluginParameterType.html +4 -4
  252. package/docs/types/ModelFloorplanPluginReturnType.html +4 -4
  253. package/docs/types/ModelRoomLabelPluginParameters.html +4 -4
  254. package/docs/types/ModelRoomLabelPluginReturnType.html +4 -4
  255. package/docs/types/MoveArgs.html +4 -4
  256. package/docs/types/MoveOpts.html +4 -4
  257. package/docs/types/Object3DHelperEventMap.html +4 -4
  258. package/docs/types/ObjectFit.html +4 -4
  259. package/docs/types/PaintBrushEventMap.html +4 -4
  260. package/docs/types/PanoCompassPluginData.html +4 -4
  261. package/docs/types/PanoCompassPluginExportType.html +4 -4
  262. package/docs/types/PanoCompassPluginParameterType.html +4 -4
  263. package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -4
  264. package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -4
  265. package/docs/types/PanoIndex.html +4 -4
  266. package/docs/types/PanoMeasurePluginEvent.html +4 -4
  267. package/docs/types/PanoMeasureReturnType.html +4 -4
  268. package/docs/types/PanoSpatialTagPluginId.html +4 -4
  269. package/docs/types/PanoTagPluginExportInterface.html +4 -4
  270. package/docs/types/PanoTagPluginParamsInterface.html +4 -4
  271. package/docs/types/PanoVideoPluginParameterType.html +4 -4
  272. package/docs/types/PanoVideoPluginReturnType.html +4 -4
  273. package/docs/types/PartialObjectDeep.html +4 -4
  274. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -4
  275. package/docs/types/PlaneTag.html +4 -4
  276. package/docs/types/Point2DTag.html +4 -4
  277. package/docs/types/Point3DTag.html +4 -4
  278. package/docs/types/PointTag.html +4 -4
  279. package/docs/types/PointTagInstance.html +4 -4
  280. package/docs/types/Position.html +4 -4
  281. package/docs/types/RotateArgs.html +4 -4
  282. package/docs/types/RotateOpts.html +4 -4
  283. package/docs/types/RuleLabelsKey.html +4 -4
  284. package/docs/types/RuleLabelsValue.html +4 -4
  285. package/docs/types/StickType.html +4 -4
  286. package/docs/types/Tag.html +4 -4
  287. package/docs/types/Tag2D.html +4 -4
  288. package/docs/types/Tag3D.html +4 -4
  289. package/docs/types/TagContentType.html +4 -4
  290. package/docs/types/TagDimensionType.html +4 -4
  291. package/docs/types/TagElement.html +4 -4
  292. package/docs/types/TagEvents.html +4 -4
  293. package/docs/types/TagGLTFObject.html +4 -4
  294. package/docs/types/TagHooks.html +4 -4
  295. package/docs/types/TagId.html +4 -4
  296. package/docs/types/TagInstance.html +4 -4
  297. package/docs/types/TagPointType.html +4 -4
  298. package/docs/types/TagRendererMap.html +4 -4
  299. package/docs/types/TopviewFloorplanPluginParameterType.html +4 -4
  300. package/docs/types/TopviewFloorplanPluginReturnType.html +4 -4
  301. package/docs/types/WorkCode.html +4 -4
  302. package/docs/variables/FLOOR_TYPE_MAP.html +4 -4
  303. package/docs/variables/PLUGIN.html +4 -4
  304. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -4
  305. package/docs/variables/ROOM_TYPE_MAP.html +4 -4
  306. package/docs/variables/itemLabelPluginServerParams.html +4 -4
  307. package/docs/variables/modelItemLabelPluginServerParams.html +4 -4
  308. package/docs/variables/modelRoomLabelPluginServerParams.html +4 -4
  309. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +106 -110
  310. package/libs/PanoMeasurePlugin/Components/Common/icons/index.d.ts +4 -0
  311. package/libs/PanoMeasurePlugin/Components/Common/icons/index.js +7 -0
  312. package/libs/PanoMeasurePlugin/Components/Controller0.js +124 -81
  313. package/libs/PanoMeasurePlugin/Components/Controller1.js +205 -176
  314. package/libs/PanoMeasurePlugin/Controller/EditController.js +53 -53
  315. package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
  316. package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -0
  317. package/libs/PanoMeasurePlugin/Model/line.js +23 -22
  318. package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +4 -0
  319. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +36 -35
  320. package/libs/PanoMeasurePlugin/index.js +14 -13
  321. package/libs/base/BasePlugin.js +1 -1
  322. package/libs/index.js +109 -108
  323. package/libs/shared-utils/logger.js +1 -1
  324. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- import { SvelteComponent as Q, init as U, safe_not_equal as V, append_styles as W, element as _, create_component as q, space as P, attr as k, toggle_class as E, insert as B, mount_component as z, append as b, transition_in as c, transition_out as g, check_outros as K, detach as D, destroy_component as L, onMount as X, onDestroy as Y, add_render_callback as R, create_bidirectional_transition as y, listen as J, group_outros as j } from "../../vendor/svelte/internal/index.js";
2
- import Z from "./Common/Switcher1.js";
3
- import x from "./Common/CircleButton.js";
4
- import F from "../Controller/EditController.js";
5
- import ee from "./Common/Exit.js";
6
- import { fade as T } from "../../vendor/svelte/transition/index.js";
1
+ import { SvelteComponent as V, init as W, safe_not_equal as X, append_styles as Y, element as w, space as z, create_component as x, attr as M, toggle_class as K, insert as j, append as C, mount_component as L, transition_in as h, transition_out as b, check_outros as B, detach as q, destroy_component as R, onMount as Z, onDestroy as $, add_render_callback as F, create_bidirectional_transition as E, listen as O, group_outros as D } from "../../vendor/svelte/internal/index.js";
2
+ import ee from "./Common/Switcher1.js";
3
+ import te from "./Common/CircleButton.js";
4
+ import G from "../Controller/EditController.js";
5
+ import oe from "./Common/Exit.js";
6
+ import { fade as S } from "../../vendor/svelte/transition/index.js";
7
7
  import "../Modules/UIController/mobileHTML.js";
8
8
  import "../Model/line.js";
9
9
  import "../../shared-utils/uuid.js";
@@ -69,12 +69,45 @@ import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
69
69
  import "../utils/findAssociatedLines.js";
70
70
  import "../utils/math.js";
71
71
  import "../../vendor/svelte/easing/index.js";
72
- function oe(r) {
73
- W(r, "svelte-oflaon", "*.forbid.svelte-oflaon.svelte-oflaon{pointer-events:none;opacity:0.5}.Measure-Controller.svelte-oflaon.svelte-oflaon{pointer-events:none;color:white}.Measure-Controller.svelte-oflaon .mode-switcher.svelte-oflaon{margin-top:2.25rem}.Measure-Controller.svelte-oflaon .bottom.svelte-oflaon{position:absolute;width:100%;bottom:2.5rem}.Measure-Controller.svelte-oflaon .bottom .center.svelte-oflaon{display:flex;flex-direction:column;align-items:center}.Measure-Controller.svelte-oflaon .controller.svelte-oflaon{pointer-events:all;display:flex;align-items:center}.Measure-Controller.svelte-oflaon .controller .button.svelte-oflaon{cursor:pointer;display:flex;align-items:center;justify-content:center;height:2.5rem;padding-left:1rem;padding-right:1rem;border-radius:624.9375rem;font-size:0.875rem;background-color:rgba(0, 0, 0, 0.2)}.Measure-Controller.svelte-oflaon .controller .main-button.svelte-oflaon{margin-left:1.75rem;margin-right:1.75rem}");
72
+ function re(r) {
73
+ Y(r, "svelte-n2tx97", "*.forbid.svelte-n2tx97.svelte-n2tx97{pointer-events:none;opacity:0.5}.Measure-Controller.svelte-n2tx97.svelte-n2tx97{pointer-events:none;color:white}.Measure-Controller.svelte-n2tx97 .mode-switcher.svelte-n2tx97{margin-top:2.25rem}.Measure-Controller.svelte-n2tx97 .bottom.svelte-n2tx97{position:absolute;width:100%;bottom:0}.Measure-Controller.svelte-n2tx97 .bottom .mask.svelte-n2tx97{position:absolute;bottom:0;width:100%;height:12.5rem;background-size:100%;background-image:linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3))}.Measure-Controller.svelte-n2tx97 .bottom .center.svelte-n2tx97{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}.Measure-Controller.svelte-n2tx97 .controller.svelte-n2tx97{pointer-events:all;display:flex;align-items:center}.Measure-Controller.svelte-n2tx97 .controller .button.svelte-n2tx97{cursor:pointer;display:flex;align-items:center;justify-content:center;height:2.5rem;padding-left:1rem;padding-right:1rem;border-radius:624.9375rem;font-size:0.875rem;background-color:rgba(0, 0, 0, 0.2)}.Measure-Controller.svelte-n2tx97 .controller .main-button.svelte-n2tx97{margin-left:1.75rem;margin-right:1.75rem;font-size:0.875rem;font-weight:bold}");
74
74
  }
75
- function G(r) {
76
- let t, o, e, m;
77
- return o = new Z({
75
+ function H(r) {
76
+ let t, o;
77
+ return t = new oe({
78
+ props: {
79
+ onClick: (
80
+ /*measureController*/
81
+ r[0].disable
82
+ )
83
+ }
84
+ }), {
85
+ c() {
86
+ x(t.$$.fragment);
87
+ },
88
+ m(e, s) {
89
+ L(t, e, s), o = !0;
90
+ },
91
+ p(e, s) {
92
+ const l = {};
93
+ s & /*measureController*/
94
+ 1 && (l.onClick = /*measureController*/
95
+ e[0].disable), t.$set(l);
96
+ },
97
+ i(e) {
98
+ o || (h(t.$$.fragment, e), o = !0);
99
+ },
100
+ o(e) {
101
+ b(t.$$.fragment, e), o = !1;
102
+ },
103
+ d(e) {
104
+ R(t, e);
105
+ }
106
+ };
107
+ }
108
+ function I(r) {
109
+ let t, o, e, s;
110
+ return o = new ee({
78
111
  props: {
79
112
  options: [{ key: "line", value: "测距离" }, { key: "area", value: "测面积" }],
80
113
  defaultKey: (
@@ -88,283 +121,279 @@ function G(r) {
88
121
  }
89
122
  }), {
90
123
  c() {
91
- t = _("div"), q(o.$$.fragment), k(t, "class", "mode-switcher svelte-oflaon");
124
+ t = w("div"), x(o.$$.fragment), M(t, "class", "mode-switcher svelte-n2tx97");
92
125
  },
93
- m(l, i) {
94
- B(l, t, i), z(o, t, null), m = !0;
126
+ m(l, n) {
127
+ j(l, t, n), L(o, t, null), s = !0;
95
128
  },
96
- p(l, i) {
129
+ p(l, n) {
97
130
  r = l;
98
- const a = {};
99
- i & /*measureController*/
100
- 1 && (a.defaultKey = /*measureController*/
101
- r[0].currentMeasureType), i & /*measureController*/
102
- 1 && (a.onChange = /*measureController*/
103
- r[0].changeMeasureType), o.$set(a);
131
+ const d = {};
132
+ n & /*measureController*/
133
+ 1 && (d.defaultKey = /*measureController*/
134
+ r[0].currentMeasureType), n & /*measureController*/
135
+ 1 && (d.onChange = /*measureController*/
136
+ r[0].changeMeasureType), o.$set(d);
104
137
  },
105
138
  i(l) {
106
- m || (c(o.$$.fragment, l), l && R(() => {
107
- m && (e || (e = y(t, T, { duration: S }, !0)), e.run(1));
108
- }), m = !0);
139
+ s || (h(o.$$.fragment, l), l && F(() => {
140
+ s && (e || (e = E(t, S, { duration: A }, !0)), e.run(1));
141
+ }), s = !0);
109
142
  },
110
143
  o(l) {
111
- g(o.$$.fragment, l), l && (e || (e = y(t, T, { duration: S }, !1)), e.run(0)), m = !1;
144
+ b(o.$$.fragment, l), l && (e || (e = E(t, S, { duration: A }, !1)), e.run(0)), s = !1;
112
145
  },
113
146
  d(l) {
114
- l && D(t), L(o), l && e && e.end();
147
+ l && q(t), R(o), l && e && e.end();
115
148
  }
116
149
  };
117
150
  }
118
- function H(r) {
119
- let t, o, e, m, l;
151
+ function J(r) {
152
+ let t, o, e, s, l;
120
153
  return {
121
154
  c() {
122
- t = _("div"), t.textContent = "撤销", k(t, "class", "button svelte-oflaon"), E(
155
+ t = w("div"), t.textContent = "撤销", M(t, "class", "button svelte-n2tx97"), K(
123
156
  t,
124
157
  "forbid",
125
158
  /*buttonState*/
126
- r[1] === "start"
159
+ r[2] === "start"
127
160
  );
128
161
  },
129
- m(i, a) {
130
- B(i, t, a), e = !0, m || (l = J(
162
+ m(n, d) {
163
+ j(n, t, d), e = !0, s || (l = O(
131
164
  t,
132
165
  "click",
133
166
  /*click_handler*/
134
- r[12]
135
- ), m = !0);
167
+ r[13]
168
+ ), s = !0);
136
169
  },
137
- p(i, a) {
138
- r = i, (!e || a & /*buttonState*/
139
- 2) && E(
170
+ p(n, d) {
171
+ r = n, (!e || d & /*buttonState*/
172
+ 4) && K(
140
173
  t,
141
174
  "forbid",
142
175
  /*buttonState*/
143
- r[1] === "start"
176
+ r[2] === "start"
144
177
  );
145
178
  },
146
- i(i) {
147
- e || (i && R(() => {
148
- e && (o || (o = y(t, T, { duration: S }, !0)), o.run(1));
179
+ i(n) {
180
+ e || (n && F(() => {
181
+ e && (o || (o = E(t, S, { duration: A }, !0)), o.run(1));
149
182
  }), e = !0);
150
183
  },
151
- o(i) {
152
- i && (o || (o = y(t, T, { duration: S }, !1)), o.run(0)), e = !1;
184
+ o(n) {
185
+ n && (o || (o = E(t, S, { duration: A }, !1)), o.run(0)), e = !1;
153
186
  },
154
- d(i) {
155
- i && D(t), i && o && o.end(), m = !1, l();
187
+ d(n) {
188
+ n && q(t), n && o && o.end(), s = !1, l();
156
189
  }
157
190
  };
158
191
  }
159
- function I(r) {
160
- let t, o, e, m, l;
192
+ function N(r) {
193
+ let t, o, e, s, l;
161
194
  return {
162
195
  c() {
163
- t = _("div"), t.textContent = "结束", k(t, "class", "button svelte-oflaon");
196
+ t = w("div"), t.textContent = "结束", M(t, "class", "button svelte-n2tx97");
164
197
  },
165
- m(i, a) {
166
- B(i, t, a), e = !0, m || (l = J(
198
+ m(n, d) {
199
+ j(n, t, d), e = !0, s || (l = O(
167
200
  t,
168
201
  "click",
169
202
  /*complete*/
170
- r[10]
171
- ), m = !0);
203
+ r[11]
204
+ ), s = !0);
172
205
  },
173
- p(i, a) {
174
- r = i;
206
+ p(n, d) {
207
+ r = n;
175
208
  },
176
- i(i) {
177
- e || (i && R(() => {
178
- e && (o || (o = y(t, T, { duration: S }, !0)), o.run(1));
209
+ i(n) {
210
+ e || (n && F(() => {
211
+ e && (o || (o = E(t, S, { duration: A }, !0)), o.run(1));
179
212
  }), e = !0);
180
213
  },
181
- o(i) {
182
- i && (o || (o = y(t, T, { duration: S }, !1)), o.run(0)), e = !1;
214
+ o(n) {
215
+ n && (o || (o = E(t, S, { duration: A }, !1)), o.run(0)), e = !1;
183
216
  },
184
- d(i) {
185
- i && D(t), i && o && o.end(), m = !1, l();
217
+ d(n) {
218
+ n && q(t), n && o && o.end(), s = !1, l();
186
219
  }
187
220
  };
188
221
  }
189
- function te(r) {
190
- let t, o, e, m, l, i, a, M, d, v, $, h;
191
- o = new ee({
192
- props: {
193
- onClick: (
194
- /*measureController*/
195
- r[0].disable
196
- )
197
- }
198
- });
199
- let p = (
222
+ function ne(r) {
223
+ let t, o, e, s, l, n, d, g, y, c, v, P, _, u = (
224
+ /*showExit*/
225
+ r[1] && H(r)
226
+ ), m = (
200
227
  /*measureController*/
201
228
  r[0].allowMeasureType.length >= 2 && /*buttonState*/
202
- r[1] === "start" && G(r)
203
- ), s = (
229
+ r[2] === "start" && I(r)
230
+ ), f = (
204
231
  /*showButton*/
205
- r[3] && H(r)
232
+ r[4] && J(r)
206
233
  );
207
- v = new x({
234
+ v = new te({
208
235
  props: {
209
236
  onClick: (
210
237
  /*func*/
211
- r[13]
238
+ r[14]
212
239
  ),
213
240
  text: (
214
241
  /*currentMeasureType*/
215
- r[2] === "area" ? (
242
+ r[3] === "area" ? (
216
243
  /*buttonAreaTextMap*/
217
- r[5][
244
+ r[6][
218
245
  /*buttonState*/
219
- r[1]
246
+ r[2]
220
247
  ]
221
248
  ) : (
222
249
  /*buttonLineTextMap*/
223
- r[6][
250
+ r[7][
224
251
  /*buttonState*/
225
- r[1]
252
+ r[2]
226
253
  ]
227
254
  )
228
255
  ),
229
256
  color: (
230
257
  /*buttonColorMap*/
231
- r[7][
258
+ r[8][
232
259
  /*buttonState*/
233
- r[1]
260
+ r[2]
234
261
  ]
235
262
  )
236
263
  }
237
264
  });
238
- let f = (
265
+ let a = (
239
266
  /*showButton*/
240
- r[3] && I(r)
267
+ r[4] && N(r)
241
268
  );
242
269
  return {
243
270
  c() {
244
- t = _("div"), q(o.$$.fragment), e = P(), m = _("div"), l = _("div"), p && p.c(), i = P(), a = _("div"), s && s.c(), M = P(), d = _("div"), q(v.$$.fragment), $ = P(), f && f.c(), k(d, "class", "main-button svelte-oflaon"), E(d, "forbid", !/*allowAddPoint*/
245
- r[4]), k(a, "class", "controller svelte-oflaon"), k(l, "class", "center svelte-oflaon"), k(m, "class", "bottom svelte-oflaon"), k(t, "class", "Measure-Controller svelte-oflaon");
271
+ t = w("div"), u && u.c(), o = z(), e = w("div"), s = w("div"), l = z(), n = w("div"), m && m.c(), d = z(), g = w("div"), f && f.c(), y = z(), c = w("div"), x(v.$$.fragment), P = z(), a && a.c(), M(s, "class", "mask svelte-n2tx97"), M(c, "class", "main-button svelte-n2tx97"), K(c, "forbid", !/*allowAddPoint*/
272
+ r[5]), M(g, "class", "controller svelte-n2tx97"), M(n, "class", "center svelte-n2tx97"), M(e, "class", "bottom svelte-n2tx97"), M(t, "class", "Measure-Controller svelte-n2tx97");
246
273
  },
247
- m(n, u) {
248
- B(n, t, u), z(o, t, null), b(t, e), b(t, m), b(m, l), p && p.m(l, null), b(l, i), b(l, a), s && s.m(a, null), b(a, M), b(a, d), z(v, d, null), b(a, $), f && f.m(a, null), h = !0;
274
+ m(i, p) {
275
+ j(i, t, p), u && u.m(t, null), C(t, o), C(t, e), C(e, s), C(e, l), C(e, n), m && m.m(n, null), C(n, d), C(n, g), f && f.m(g, null), C(g, y), C(g, c), L(v, c, null), C(g, P), a && a.m(g, null), _ = !0;
249
276
  },
250
- p(n, [u]) {
251
- const A = {};
252
- u & /*measureController*/
253
- 1 && (A.onClick = /*measureController*/
254
- n[0].disable), o.$set(A), /*measureController*/
255
- n[0].allowMeasureType.length >= 2 && /*buttonState*/
256
- n[1] === "start" ? p ? (p.p(n, u), u & /*measureController, buttonState*/
257
- 3 && c(p, 1)) : (p = G(n), p.c(), c(p, 1), p.m(l, i)) : p && (j(), g(p, 1, 1, () => {
258
- p = null;
259
- }), K()), /*showButton*/
260
- n[3] ? s ? (s.p(n, u), u & /*showButton*/
261
- 8 && c(s, 1)) : (s = H(n), s.c(), c(s, 1), s.m(a, M)) : s && (j(), g(s, 1, 1, () => {
262
- s = null;
263
- }), K());
264
- const w = {};
265
- u & /*buttonState*/
266
- 2 && (w.onClick = /*func*/
267
- n[13]), u & /*currentMeasureType, buttonState*/
268
- 6 && (w.text = /*currentMeasureType*/
269
- n[2] === "area" ? (
277
+ p(i, [p]) {
278
+ /*showExit*/
279
+ i[1] ? u ? (u.p(i, p), p & /*showExit*/
280
+ 2 && h(u, 1)) : (u = H(i), u.c(), h(u, 1), u.m(t, o)) : u && (D(), b(u, 1, 1, () => {
281
+ u = null;
282
+ }), B()), /*measureController*/
283
+ i[0].allowMeasureType.length >= 2 && /*buttonState*/
284
+ i[2] === "start" ? m ? (m.p(i, p), p & /*measureController, buttonState*/
285
+ 5 && h(m, 1)) : (m = I(i), m.c(), h(m, 1), m.m(n, d)) : m && (D(), b(m, 1, 1, () => {
286
+ m = null;
287
+ }), B()), /*showButton*/
288
+ i[4] ? f ? (f.p(i, p), p & /*showButton*/
289
+ 16 && h(f, 1)) : (f = J(i), f.c(), h(f, 1), f.m(g, y)) : f && (D(), b(f, 1, 1, () => {
290
+ f = null;
291
+ }), B());
292
+ const T = {};
293
+ p & /*buttonState*/
294
+ 4 && (T.onClick = /*func*/
295
+ i[14]), p & /*currentMeasureType, buttonState*/
296
+ 12 && (T.text = /*currentMeasureType*/
297
+ i[3] === "area" ? (
270
298
  /*buttonAreaTextMap*/
271
- n[5][
299
+ i[6][
272
300
  /*buttonState*/
273
- n[1]
301
+ i[2]
274
302
  ]
275
303
  ) : (
276
304
  /*buttonLineTextMap*/
277
- n[6][
305
+ i[7][
278
306
  /*buttonState*/
279
- n[1]
307
+ i[2]
280
308
  ]
281
- )), u & /*buttonState*/
282
- 2 && (w.color = /*buttonColorMap*/
283
- n[7][
309
+ )), p & /*buttonState*/
310
+ 4 && (T.color = /*buttonColorMap*/
311
+ i[8][
284
312
  /*buttonState*/
285
- n[1]
286
- ]), v.$set(w), (!h || u & /*allowAddPoint*/
287
- 16) && E(d, "forbid", !/*allowAddPoint*/
288
- n[4]), /*showButton*/
289
- n[3] ? f ? (f.p(n, u), u & /*showButton*/
290
- 8 && c(f, 1)) : (f = I(n), f.c(), c(f, 1), f.m(a, null)) : f && (j(), g(f, 1, 1, () => {
291
- f = null;
292
- }), K());
313
+ i[2]
314
+ ]), v.$set(T), (!_ || p & /*allowAddPoint*/
315
+ 32) && K(c, "forbid", !/*allowAddPoint*/
316
+ i[5]), /*showButton*/
317
+ i[4] ? a ? (a.p(i, p), p & /*showButton*/
318
+ 16 && h(a, 1)) : (a = N(i), a.c(), h(a, 1), a.m(g, null)) : a && (D(), b(a, 1, 1, () => {
319
+ a = null;
320
+ }), B());
293
321
  },
294
- i(n) {
295
- h || (c(o.$$.fragment, n), c(p), c(s), c(v.$$.fragment, n), c(f), h = !0);
322
+ i(i) {
323
+ _ || (h(u), h(m), h(f), h(v.$$.fragment, i), h(a), _ = !0);
296
324
  },
297
- o(n) {
298
- g(o.$$.fragment, n), g(p), g(s), g(v.$$.fragment, n), g(f), h = !1;
325
+ o(i) {
326
+ b(u), b(m), b(f), b(v.$$.fragment, i), b(a), _ = !1;
299
327
  },
300
- d(n) {
301
- n && D(t), L(o), p && p.d(), s && s.d(), L(v), f && f.d();
328
+ d(i) {
329
+ i && q(t), u && u.d(), m && m.d(), f && f.d(), R(v), a && a.d();
302
330
  }
303
331
  };
304
332
  }
305
- const S = 100;
306
- function re(r, t, o) {
307
- let { measureController: e } = t;
308
- const m = { start: "开始", add: "添加", end: "结束" }, l = { start: "开始", add: "添加", end: "完成" }, i = {
333
+ const A = 100;
334
+ function ie(r, t, o) {
335
+ let { measureController: e } = t, { showExit: s = !1 } = t;
336
+ const l = { start: "开始", add: "添加", end: "结束" }, n = { start: "开始", add: "添加", end: "完成" }, d = {
309
337
  start: "white",
310
338
  add: "white",
311
339
  end: "blue"
312
340
  };
313
- let a = !1, M = !0, d = "start", v = e.currentMeasureType;
314
- const $ = () => {
315
- e.getCurrentMode() !== "Edit" ? e.changeMode("Edit") : (o(1, d = "add"), h());
316
- }, h = () => {
317
- e.controller instanceof F && e.controller.selectPoint();
318
- }, p = () => {
319
- e.controller instanceof F && e.controller.complete();
320
- }, s = () => {
321
- h(), u("allow");
341
+ let g = !1, y = !0, c = "start", v = e.currentMeasureType;
342
+ const P = () => {
343
+ e.getCurrentMode() !== "Edit" ? e.changeMode("Edit") : (o(2, c = "add"), _());
344
+ }, _ = () => {
345
+ e.controller instanceof G && e.controller.selectPoint();
346
+ }, u = () => {
347
+ e.controller instanceof G && e.controller.complete();
348
+ }, m = () => {
349
+ _(), i("allow");
322
350
  }, f = () => {
323
- o(1, d = "end");
324
- }, n = () => {
325
- o(1, d = "start"), u("allow");
326
- }, u = (C) => {
327
- o(4, M = C === "allow");
328
- }, A = (C) => {
329
- o(2, v = C);
330
- }, w = (C) => {
331
- C.isEmpty && o(1, d = "start");
351
+ o(2, c = "end");
352
+ }, a = () => {
353
+ o(2, c = "start"), i("allow");
354
+ }, i = (k) => {
355
+ o(5, y = k === "allow");
356
+ }, p = (k) => {
357
+ o(3, v = k);
358
+ }, T = (k) => {
359
+ k.isEmpty && o(2, c = "start");
332
360
  };
333
- X(() => {
334
- e.hook.on("revoke", w), e.hook.on("measureTypeChange", A), e.hook.on("modeChange", n), e.hook.on("allowAddPointStateChange", u), e.hook.on("readyComplete", f), e.hook.on("complete", n);
335
- }), Y(() => {
336
- e.hook.off("measureTypeChange", A), e.hook.off("modeChange", n), e.hook.off("allowAddPointStateChange", u), e.hook.off("readyComplete", f), e.hook.off("complete", n);
361
+ Z(() => {
362
+ e.hook.on("revoke", T), e.hook.on("measureTypeChange", p), e.hook.on("modeChange", a), e.hook.on("allowAddPointStateChange", i), e.hook.on("readyComplete", f), e.hook.on("complete", a);
363
+ }), $(() => {
364
+ e.hook.off("measureTypeChange", p), e.hook.off("modeChange", a), e.hook.off("allowAddPointStateChange", i), e.hook.off("readyComplete", f), e.hook.off("complete", a);
337
365
  });
338
- const N = () => e.revoke(), O = () => {
339
- d === "start" ? $() : d === "add" ? h() : d === "end" && s();
366
+ const Q = () => e.revoke(), U = () => {
367
+ c === "start" ? P() : c === "add" ? _() : c === "end" && m();
340
368
  };
341
- return r.$$set = (C) => {
342
- "measureController" in C && o(0, e = C.measureController);
369
+ return r.$$set = (k) => {
370
+ "measureController" in k && o(0, e = k.measureController), "showExit" in k && o(1, s = k.showExit);
343
371
  }, r.$$.update = () => {
344
372
  r.$$.dirty & /*currentMeasureType, buttonState*/
345
- 6 && o(3, a = v === "area" && d !== "start");
373
+ 12 && o(4, g = v === "area" && c !== "start");
346
374
  }, [
347
375
  e,
348
- d,
376
+ s,
377
+ c,
349
378
  v,
350
- a,
351
- M,
352
- m,
379
+ g,
380
+ y,
353
381
  l,
354
- i,
355
- $,
356
- h,
357
- p,
358
- s,
359
- N,
360
- O
382
+ n,
383
+ d,
384
+ P,
385
+ _,
386
+ u,
387
+ m,
388
+ Q,
389
+ U
361
390
  ];
362
391
  }
363
- class Mo extends Q {
392
+ class Mt extends V {
364
393
  constructor(t) {
365
- super(), U(this, t, re, te, V, { measureController: 0 }, oe);
394
+ super(), W(this, t, ie, ne, X, { measureController: 0, showExit: 1 }, re);
366
395
  }
367
396
  }
368
397
  export {
369
- Mo as default
398
+ Mt as default
370
399
  };