@realsee/dnalogel 2.3.4 → 2.3.5-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  2. package/dist/ModelViewPlugin/Plugin.d.ts +8 -0
  3. package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  4. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  5. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  6. package/dist/PanoTagPlugin/controller/index.d.ts +14 -12
  7. package/dist/PanoTagPlugin/index.d.ts +1 -1
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +12 -11
  9. package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
  10. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  11. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  12. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  13. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  14. package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
  15. package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  16. package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  17. package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  18. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  19. package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  20. package/dist/index.cjs.js +51 -51
  21. package/dist/index.js +7181 -6289
  22. package/dist/index.umd.js +43 -43
  23. package/docs/assets/search.js +1 -1
  24. package/docs/classes/CSS3DRender.html +31 -31
  25. package/docs/classes/CruisePluginController.html +24 -24
  26. package/docs/classes/Magnifier.html +16 -16
  27. package/docs/classes/ModelRoomLabelController.html +11 -11
  28. package/docs/classes/Object3DHelperController.html +24 -24
  29. package/docs/classes/PaintBrush.html +15 -15
  30. package/docs/classes/PanoTagPluginController.html +196 -164
  31. package/docs/classes/Util.BetterTween.html +8 -8
  32. package/docs/classes/Util.FivePointSelector.html +12 -12
  33. package/docs/classes/Util.Interval.html +12 -12
  34. package/docs/classes/Util.Magnifier.html +17 -17
  35. package/docs/classes/Util.PointDomHelper.html +11 -11
  36. package/docs/classes/Util.PointHelper.html +11 -11
  37. package/docs/classes/Util.Rectangle.html +13 -13
  38. package/docs/enums/CameraMovementEffect.html +7 -7
  39. package/docs/enums/ContentType.html +75 -35
  40. package/docs/enums/DIRECTION.html +9 -9
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  42. package/docs/enums/DimensionType.html +19 -15
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  45. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  46. package/docs/enums/PointType.html +19 -15
  47. package/docs/enums/Rotation.html +8 -8
  48. package/docs/functions/CSS3DRenderPlugin.html +35 -13
  49. package/docs/functions/CameraMovementPlugin.html +35 -13
  50. package/docs/functions/CruisePlugin.html +35 -13
  51. package/docs/functions/GuideLinePlugin.html +36 -14
  52. package/docs/functions/ItemLabelPlugin.html +35 -13
  53. package/docs/functions/MapviewFloorplanPlugin.html +35 -13
  54. package/docs/functions/ModelChassisCompassPlugin.html +35 -13
  55. package/docs/functions/ModelEntryDoorGuidePlugin.html +35 -13
  56. package/docs/functions/ModelFloorplanPlugin.html +35 -13
  57. package/docs/functions/ModelItemLabelPlugin.html +35 -13
  58. package/docs/functions/ModelRoomLabelPlugin.html +35 -13
  59. package/docs/functions/ModelTVVideoPlugin.html +35 -13
  60. package/docs/functions/ModelViewPlugin.html +35 -13
  61. package/docs/functions/Object3DHelperPlugin.html +35 -13
  62. package/docs/functions/PanoCompassPlugin.html +35 -13
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +35 -13
  64. package/docs/functions/PanoDoorLabelPlugin.html +35 -13
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +35 -13
  66. package/docs/functions/PanoMeasurePlugin.html +35 -13
  67. package/docs/functions/PanoRulerPlugin.html +35 -13
  68. package/docs/functions/PanoRulerProPlugin.html +35 -13
  69. package/docs/functions/PanoSpatialTagPlugin.html +35 -13
  70. package/docs/functions/PanoTagPlugin.html +41 -23
  71. package/docs/functions/TopviewFloorplanPlugin.html +35 -13
  72. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  74. package/docs/functions/Util.getFrameTime.html +5 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  77. package/docs/functions/Util.isNil.html +5 -5
  78. package/docs/functions/Util.nextFrame.html +5 -5
  79. package/docs/functions/Util.notNil.html +5 -5
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  81. package/docs/functions/Util.tweenProgress.html +5 -5
  82. package/docs/functions/pluginFlag.html +36 -14
  83. package/docs/index.html +35 -13
  84. package/docs/interfaces/AddTagConfig.html +64 -0
  85. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  86. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  87. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  88. package/docs/interfaces/EventMap.html +298 -0
  89. package/docs/interfaces/FloorplanBounding.html +8 -8
  90. package/docs/interfaces/FloorplanData.html +10 -10
  91. package/docs/interfaces/FloorplanEntrance.html +11 -11
  92. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  93. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  94. package/docs/interfaces/FloorplanFloorData.html +9 -9
  95. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  96. package/docs/interfaces/FloorplanObserver.html +9 -9
  97. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  98. package/docs/interfaces/FloorplanPosition.html +7 -7
  99. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  100. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  101. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  102. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  103. package/docs/interfaces/FloorplanServerData.html +7 -7
  104. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  105. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  106. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  107. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  108. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  109. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  110. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  111. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  113. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  114. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  115. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  116. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  117. package/docs/interfaces/LineJson.html +7 -7
  118. package/docs/interfaces/MinMax.html +71 -0
  119. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  120. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  121. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  122. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  123. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  124. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  126. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  127. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  128. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  129. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  130. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  131. package/docs/interfaces/ModelViewPluginExportType.html +57 -9
  132. package/docs/interfaces/Object3DHelperState.html +8 -8
  133. package/docs/interfaces/OpenParameter.html +7 -7
  134. package/docs/interfaces/PaintBrushAction.html +12 -12
  135. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  136. package/docs/interfaces/PaintBrushState.html +10 -10
  137. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +36 -14
  139. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  140. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  141. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  143. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  144. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  145. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  146. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  147. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +36 -14
  148. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +36 -14
  149. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  150. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  151. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  152. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  153. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  154. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  155. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  156. package/docs/interfaces/Point.html +8 -8
  157. package/docs/interfaces/PointJson.html +8 -8
  158. package/docs/interfaces/Room.html +9 -9
  159. package/docs/interfaces/RoomInfo.html +7 -7
  160. package/docs/interfaces/RoomLabel.html +14 -14
  161. package/docs/interfaces/RoomRules.html +36 -14
  162. package/docs/interfaces/Rooms.html +36 -14
  163. package/docs/interfaces/Scissor.html +9 -9
  164. package/docs/interfaces/State.html +89 -0
  165. package/docs/interfaces/TagCache.html +92 -0
  166. package/docs/interfaces/TagConfig.html +15 -19
  167. package/docs/interfaces/TagIconUrl.html +91 -0
  168. package/docs/interfaces/Tags.html +14 -12
  169. package/docs/interfaces/TemporaryState.html +64 -0
  170. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  171. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  172. package/docs/modules/Util.html +5 -5
  173. package/docs/modules.html +65 -21
  174. package/docs/types/ArrayPosition.html +37 -15
  175. package/docs/types/CSS3DRenderExportType.html +36 -14
  176. package/docs/types/CSS3DRenderPluginExportType.html +36 -14
  177. package/docs/types/CSS3DRenderPluginParameterType.html +36 -14
  178. package/docs/types/Color.html +36 -14
  179. package/docs/types/ContentTypeConfigKey.html +37 -15
  180. package/docs/types/ContentTypeMap.html +247 -0
  181. package/docs/types/Create3DDomContainerReturnType.html +36 -14
  182. package/docs/types/Create3DElementReturnType.html +36 -14
  183. package/docs/types/CruisePluginExportType.html +36 -14
  184. package/docs/types/Direction-1.html +36 -14
  185. package/docs/types/Direction4.html +36 -14
  186. package/docs/types/FloorplanRuleLabels.html +36 -14
  187. package/docs/types/FloorplanServerRuleLabels.html +36 -14
  188. package/docs/types/GuideLinePluginExportType.html +36 -14
  189. package/docs/types/HelperEventMap.html +36 -14
  190. package/docs/types/MapviewFloorplanPluginParameterType.html +36 -14
  191. package/docs/types/MapviewFloorplanPluginReturnType.html +36 -14
  192. package/docs/types/MediaData.html +36 -14
  193. package/docs/types/MediaStore.html +247 -0
  194. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +36 -14
  195. package/docs/types/ModelFloorplanPluginParameterType.html +36 -14
  196. package/docs/types/ModelFloorplanPluginReturnType.html +36 -14
  197. package/docs/types/ModelRoomLabelPluginParameters.html +36 -14
  198. package/docs/types/ModelRoomLabelPluginReturnType.html +36 -14
  199. package/docs/types/MoveArgs.html +36 -14
  200. package/docs/types/MoveOpts.html +36 -14
  201. package/docs/types/Object3DHelperEventMap.html +36 -14
  202. package/docs/types/ObjectFit.html +36 -14
  203. package/docs/types/PaintBrushEventMap.html +36 -14
  204. package/docs/types/PanoCompassPluginData.html +36 -14
  205. package/docs/types/PanoCompassPluginExportType.html +36 -14
  206. package/docs/types/PanoCompassPluginParameterType.html +36 -14
  207. package/docs/types/PanoFloorplanRadarPluginParameterType.html +36 -14
  208. package/docs/types/PanoFloorplanRadarPluginReturnType.html +36 -14
  209. package/docs/types/PanoIndex.html +247 -0
  210. package/docs/types/PanoMeasurePluginEvent.html +36 -14
  211. package/docs/types/PanoMeasureReturnType.html +36 -14
  212. package/docs/types/PanoSpatialTagPluginId.html +36 -14
  213. package/docs/types/PanoTagPluginExportInterface.html +36 -14
  214. package/docs/types/PanoTagPluginParamsInterface.html +36 -14
  215. package/docs/types/PlaneTag.html +39 -19
  216. package/docs/types/PlaneTagElement.html +252 -0
  217. package/docs/types/Point2DElement.html +252 -0
  218. package/docs/types/Point2DTag.html +254 -0
  219. package/docs/types/Point3DElement.html +252 -0
  220. package/docs/types/Point3DTag.html +254 -0
  221. package/docs/types/PointTag.html +39 -23
  222. package/docs/types/PointTagElement.html +252 -0
  223. package/docs/types/Position.html +36 -14
  224. package/docs/types/RotateArgs.html +36 -14
  225. package/docs/types/RotateOpts.html +36 -14
  226. package/docs/types/RuleLabelsKey.html +36 -14
  227. package/docs/types/RuleLabelsValue.html +36 -14
  228. package/docs/types/StickType.html +247 -0
  229. package/docs/types/Tag.html +40 -22
  230. package/docs/types/Tag2D.html +41 -20
  231. package/docs/types/Tag3D.html +41 -20
  232. package/docs/types/TagContentType.html +247 -0
  233. package/docs/types/TagDimensionType.html +247 -0
  234. package/docs/types/TagElement.html +254 -0
  235. package/docs/types/TagEvents.html +282 -0
  236. package/docs/types/TagHooks.html +247 -0
  237. package/docs/types/TagIconSize.html +250 -0
  238. package/docs/types/TagId.html +36 -14
  239. package/docs/types/TagPointType.html +250 -0
  240. package/docs/types/TopviewFloorplanPluginParameterType.html +36 -14
  241. package/docs/types/TopviewFloorplanPluginReturnType.html +36 -14
  242. package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +39 -17
  243. package/docs/variables/FLOOR_TYPE_MAP.html +36 -14
  244. package/docs/variables/PLUGIN.html +36 -14
  245. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +36 -14
  246. package/docs/variables/ROOM_TYPE_MAP.html +36 -14
  247. package/docs/variables/VERSION.html +36 -14
  248. package/docs/variables/itemLabelPluginServerParams.html +36 -14
  249. package/docs/variables/modelItemLabelPluginServerParams.html +36 -14
  250. package/docs/variables/modelRoomLabelPluginServerParams.html +36 -14
  251. package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  252. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +2 -2
  253. package/libs/ModelViewPlugin/Plugin.d.ts +8 -0
  254. package/libs/ModelViewPlugin/Plugin.js +83 -73
  255. package/libs/Object3DHelperPlugin/Controller.js +36 -34
  256. package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  257. package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
  258. package/libs/PanoTagPlugin/Components/Common/Audio.js +138 -133
  259. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +173 -0
  260. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
  261. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +32 -32
  262. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +94 -59
  263. package/libs/PanoTagPlugin/Components/Common/Media.js +212 -194
  264. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +109 -80
  265. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +78 -0
  266. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +135 -0
  267. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -0
  268. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
  269. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +209 -0
  270. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +204 -0
  271. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +98 -0
  272. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +100 -130
  273. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +49 -98
  274. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +47 -44
  275. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +98 -0
  276. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +122 -0
  277. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +98 -0
  278. package/libs/PanoTagPlugin/Components/Tag/index.js +130 -133
  279. package/libs/PanoTagPlugin/Components/TagContainer.js +89 -105
  280. package/libs/PanoTagPlugin/Components/TagItem.js +139 -0
  281. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  282. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  283. package/libs/PanoTagPlugin/controller/TagComputer.js +168 -151
  284. package/libs/PanoTagPlugin/controller/index.d.ts +14 -12
  285. package/libs/PanoTagPlugin/controller/index.js +128 -133
  286. package/libs/PanoTagPlugin/index.d.ts +1 -1
  287. package/libs/PanoTagPlugin/index.js +31 -20
  288. package/libs/PanoTagPlugin/tag.config.js +23 -16
  289. package/libs/PanoTagPlugin/typings/controller.d.ts +12 -11
  290. package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
  291. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  292. package/libs/PanoTagPlugin/typings/tag/Tag.js +1 -0
  293. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  294. package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
  295. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  296. package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
  297. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  298. package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
  299. package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
  300. package/libs/PanoTagPlugin/utils/color.js +17 -0
  301. package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  302. package/libs/PanoTagPlugin/utils/getImageInfo.js +50 -0
  303. package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  304. package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
  305. package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  306. package/libs/PanoTagPlugin/utils/tag/format.js +17 -0
  307. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  308. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +10 -0
  309. package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
  310. package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  311. package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
  312. package/libs/index.js +112 -101
  313. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
  314. package/libs/vendor/svelte/internal/index.js +381 -341
  315. package/package.json +3 -3
  316. package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
  317. package/docs/enums/LinkType.html +0 -67
  318. package/docs/interfaces/ContentTypeMap.html +0 -212
  319. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
  320. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
  321. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
  322. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
  323. package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
  324. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
  325. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
  326. package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
  327. package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
  328. package/libs/PanoTagPlugin/typings/tag.js +0 -7
@@ -1,156 +1,140 @@
1
- import { SvelteComponent as P, init as z, safe_not_equal as C, append_styles as q, empty as M, insert as g, transition_in as m, transition_out as h, check_outros as S, detach as _, element as w, attr as A, toggle_class as c, group_outros as T, update_keyed_each as N, outro_and_destroy_block as W, assign as j, create_component as B, space as D, mount_component as E, append as F, get_spread_update as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
2
- import { TagWrapper as I } from "./TagWrapper.js";
3
- function J(s) {
4
- q(s, "svelte-1eci49s", ".tag--container.svelte-1eci49s{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tag.hide.svelte-1eci49s{display:none}.withAnimation.svelte-1eci49s{transition:opacity 0.3s linear}.tag--container.hide.svelte-1eci49s{opacity:0;pointer-events:none}.tag--container.hide.svelte-1eci49s *{pointer-events:none}");
1
+ import { SvelteComponent as v, init as y, safe_not_equal as A, append_styles as q, empty as d, insert as h, transition_in as m, transition_out as u, check_outros as w, detach as _, setContext as p, element as C, attr as z, toggle_class as c, group_outros as S, update_keyed_each as T, outro_and_destroy_block as I, create_component as M, mount_component as N, destroy_component as j } from "../../vendor/svelte/internal/index.js";
2
+ import { TagItem as B } from "./TagItem.js";
3
+ function D(s) {
4
+ q(s, "svelte-wqbk81", ".tag--container.svelte-wqbk81{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.withAnimation.svelte-wqbk81{transition:opacity 0.3s linear}.tag--container.hide.svelte-wqbk81{opacity:0;pointer-events:none}.tag--container.hide.svelte-wqbk81 *{pointer-events:none}");
5
5
  }
6
- function k(s, e, i) {
7
- const n = s.slice();
8
- return n[6] = e[i], n;
6
+ function g(s, e, n) {
7
+ const t = s.slice();
8
+ return t[6] = e[n], t;
9
9
  }
10
- function v(s) {
11
- let e, i = [], n = /* @__PURE__ */ new Map(), l, r = s[1];
12
- const f = (a) => a[6].id;
13
- for (let a = 0; a < r.length; a += 1) {
14
- let t = k(s, r, a), o = f(t);
15
- n.set(o, i[a] = y(o, t));
10
+ function k(s) {
11
+ let e, n = [], t = /* @__PURE__ */ new Map(), a, o = s[1];
12
+ const f = (i) => i[6].id;
13
+ for (let i = 0; i < o.length; i += 1) {
14
+ let l = g(s, o, i), r = f(l);
15
+ t.set(r, n[i] = b(r, l));
16
16
  }
17
17
  return {
18
18
  c() {
19
- e = w("div");
20
- for (let a = 0; a < i.length; a += 1)
21
- i[a].c();
22
- A(e, "class", "tag--container svelte-1eci49s"), c(e, "hide", !s[3].visible || !s[5].visible), c(e, "withAnimation", s[0]);
19
+ e = C("div");
20
+ for (let i = 0; i < n.length; i += 1)
21
+ n[i].c();
22
+ z(e, "class", "tag--container svelte-wqbk81"), c(e, "hide", !s[3].visible || !s[4].visible), c(e, "withAnimation", s[0]);
23
23
  },
24
- m(a, t) {
25
- g(a, e, t);
26
- for (let o = 0; o < i.length; o += 1)
27
- i[o].m(e, null);
28
- l = !0;
24
+ m(i, l) {
25
+ h(i, e, l);
26
+ for (let r = 0; r < n.length; r += 1)
27
+ n[r].m(e, null);
28
+ a = !0;
29
29
  },
30
- p(a, t) {
31
- t & 63 && (r = a[1], T(), i = N(i, t, f, 1, a, r, n, e, W, y, null, k), S()), (!l || t & 40) && c(e, "hide", !a[3].visible || !a[5].visible), (!l || t & 1) && c(e, "withAnimation", a[0]);
30
+ p(i, l) {
31
+ l & 31 && (o = i[1], S(), n = T(n, l, f, 1, i, o, t, e, I, b, null, g), w()), (!a || l & 24) && c(e, "hide", !i[3].visible || !i[4].visible), (!a || l & 1) && c(e, "withAnimation", i[0]);
32
32
  },
33
- i(a) {
34
- if (!l) {
35
- for (let t = 0; t < r.length; t += 1)
36
- m(i[t]);
37
- l = !0;
33
+ i(i) {
34
+ if (!a) {
35
+ for (let l = 0; l < o.length; l += 1)
36
+ m(n[l]);
37
+ a = !0;
38
38
  }
39
39
  },
40
- o(a) {
41
- for (let t = 0; t < i.length; t += 1)
42
- h(i[t]);
43
- l = !1;
40
+ o(i) {
41
+ for (let l = 0; l < n.length; l += 1)
42
+ u(n[l]);
43
+ a = !1;
44
44
  },
45
- d(a) {
46
- a && _(e);
47
- for (let t = 0; t < i.length; t += 1)
48
- i[t].d();
45
+ d(i) {
46
+ i && _(e);
47
+ for (let l = 0; l < n.length; l += 1)
48
+ n[l].d();
49
49
  }
50
50
  };
51
51
  }
52
- function y(s, e) {
53
- let i, n, l, r;
54
- const f = [
55
- {
56
- tag: e[6],
57
- hooks: e[2],
52
+ function b(s, e) {
53
+ let n, t, a;
54
+ return t = new B({
55
+ props: {
58
56
  state: e[3],
59
- mediaStore: e[4],
60
- temporaryState: e[5],
61
- withAnimation: e[0]
57
+ temporaryState: e[4],
58
+ withAnimation: e[0],
59
+ tag: e[6],
60
+ mediaStore: e[2]
62
61
  }
63
- ];
64
- let a = {};
65
- for (let t = 0; t < f.length; t += 1)
66
- a = j(a, f[t]);
67
- return n = new I({ props: a }), {
62
+ }), {
68
63
  key: s,
69
64
  first: null,
70
65
  c() {
71
- var t, o, u;
72
- i = w("div"), B(n.$$.fragment), l = D(), A(i, "class", "tag svelte-1eci49s"), c(i, "hide", !((t = e[6].pointTagStyle) != null && t.leftPercent) || !((o = e[6].pointTagStyle) != null && o.topPercent) || e[6].enabled === !1 || !e[6].state || ((u = e[6].temporaryState) == null ? void 0 : u.visible) === !1), this.first = i;
66
+ n = d(), M(t.$$.fragment), this.first = n;
73
67
  },
74
- m(t, o) {
75
- g(t, i, o), E(n, i, null), F(i, l), r = !0;
68
+ m(o, f) {
69
+ h(o, n, f), N(t, o, f), a = !0;
76
70
  },
77
- p(t, o) {
78
- var d, p, b;
79
- e = t;
80
- const u = o & 63 ? G(f, [
81
- {
82
- tag: e[6],
83
- hooks: e[2],
84
- state: e[3],
85
- mediaStore: e[4],
86
- temporaryState: e[5],
87
- withAnimation: e[0]
88
- }
89
- ]) : {};
90
- n.$set(u), (!r || o & 2) && c(i, "hide", !((d = e[6].pointTagStyle) != null && d.leftPercent) || !((p = e[6].pointTagStyle) != null && p.topPercent) || e[6].enabled === !1 || !e[6].state || ((b = e[6].temporaryState) == null ? void 0 : b.visible) === !1);
71
+ p(o, f) {
72
+ e = o;
73
+ const i = {};
74
+ f & 8 && (i.state = e[3]), f & 16 && (i.temporaryState = e[4]), f & 1 && (i.withAnimation = e[0]), f & 2 && (i.tag = e[6]), f & 4 && (i.mediaStore = e[2]), t.$set(i);
91
75
  },
92
- i(t) {
93
- r || (m(n.$$.fragment, t), r = !0);
76
+ i(o) {
77
+ a || (m(t.$$.fragment, o), a = !0);
94
78
  },
95
- o(t) {
96
- h(n.$$.fragment, t), r = !1;
79
+ o(o) {
80
+ u(t.$$.fragment, o), a = !1;
97
81
  },
98
- d(t) {
99
- t && _(i), H(n);
82
+ d(o) {
83
+ o && _(n), j(t, o);
100
84
  }
101
85
  };
102
86
  }
103
- function K(s) {
104
- let e, i, n = s[3].enabled && v(s);
87
+ function E(s) {
88
+ let e, n, t = s[3].enabled && k(s);
105
89
  return {
106
90
  c() {
107
- n && n.c(), e = M();
91
+ t && t.c(), e = d();
108
92
  },
109
- m(l, r) {
110
- n && n.m(l, r), g(l, e, r), i = !0;
93
+ m(a, o) {
94
+ t && t.m(a, o), h(a, e, o), n = !0;
111
95
  },
112
- p(l, [r]) {
113
- l[3].enabled ? n ? (n.p(l, r), r & 8 && m(n, 1)) : (n = v(l), n.c(), m(n, 1), n.m(e.parentNode, e)) : n && (T(), h(n, 1, 1, () => {
114
- n = null;
115
- }), S());
96
+ p(a, [o]) {
97
+ a[3].enabled ? t ? (t.p(a, o), o & 8 && m(t, 1)) : (t = k(a), t.c(), m(t, 1), t.m(e.parentNode, e)) : t && (S(), u(t, 1, 1, () => {
98
+ t = null;
99
+ }), w());
116
100
  },
117
- i(l) {
118
- i || (m(n), i = !0);
101
+ i(a) {
102
+ n || (m(t), n = !0);
119
103
  },
120
- o(l) {
121
- h(n), i = !1;
104
+ o(a) {
105
+ u(t), n = !1;
122
106
  },
123
- d(l) {
124
- n && n.d(l), l && _(e);
107
+ d(a) {
108
+ t && t.d(a), a && _(e);
125
109
  }
126
110
  };
127
111
  }
128
- function L(s, e, i) {
129
- let { withAnimation: n = !1 } = e, { tags: l = [] } = e, { hooks: r } = e, { state: f } = e, { mediaStore: a } = e, { temporaryState: t } = e;
130
- return s.$$set = (o) => {
131
- "withAnimation" in o && i(0, n = o.withAnimation), "tags" in o && i(1, l = o.tags), "hooks" in o && i(2, r = o.hooks), "state" in o && i(3, f = o.state), "mediaStore" in o && i(4, a = o.mediaStore), "temporaryState" in o && i(5, t = o.temporaryState);
132
- }, [n, l, r, f, a, t];
112
+ function F(s, e, n) {
113
+ let { withAnimation: t = !1 } = e, { tags: a = [] } = e, { hooks: o } = e, { mediaStore: f } = e, { state: i } = e, { temporaryState: l } = e;
114
+ return p("hooks", o), s.$$set = (r) => {
115
+ "withAnimation" in r && n(0, t = r.withAnimation), "tags" in r && n(1, a = r.tags), "hooks" in r && n(5, o = r.hooks), "mediaStore" in r && n(2, f = r.mediaStore), "state" in r && n(3, i = r.state), "temporaryState" in r && n(4, l = r.temporaryState);
116
+ }, [t, a, f, i, l, o];
133
117
  }
134
- class R extends P {
118
+ class J extends v {
135
119
  constructor(e) {
136
- super(), z(
120
+ super(), y(
137
121
  this,
138
122
  e,
139
- L,
140
- K,
141
- C,
123
+ F,
124
+ E,
125
+ A,
142
126
  {
143
127
  withAnimation: 0,
144
128
  tags: 1,
145
- hooks: 2,
129
+ hooks: 5,
130
+ mediaStore: 2,
146
131
  state: 3,
147
- mediaStore: 4,
148
- temporaryState: 5
132
+ temporaryState: 4
149
133
  },
150
- J
134
+ D
151
135
  );
152
136
  }
153
137
  }
154
138
  export {
155
- R as TagContainer
139
+ J as TagContainer
156
140
  };
@@ -0,0 +1,139 @@
1
+ import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as D, space as Q, attr as u, set_style as g, toggle_class as p, insert as R, append as I, transition_in as d, group_outros as q, transition_out as c, check_outros as L, detach as U, getContext as V, create_component as F, mount_component as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
2
+ import { Tag as W } from "./Tag/index.js";
3
+ import "three";
4
+ import { noTypecheck as j } from "../utils/noTypecheck.js";
5
+ import { TagPoint as X } from "./Common/TagPoint.js";
6
+ function Y(i) {
7
+ O(i, "svelte-bdubcv", ".tag.hide.svelte-bdubcv{opacity:0;pointer-events:none}.tag.disable.svelte-bdubcv{display:none}.tag.withAnimation.svelte-bdubcv{transition:opacity 0.3s linear}.wrapper.svelte-bdubcv{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}");
8
+ }
9
+ function B(i) {
10
+ let t, e;
11
+ return t = new W({
12
+ props: {
13
+ mediaStore: i[2],
14
+ withAnimation: i[0],
15
+ tag: j(i[1]),
16
+ hooks: i[13],
17
+ state: i[3],
18
+ temporaryState: i[4]
19
+ }
20
+ }), {
21
+ c() {
22
+ F(t.$$.fragment);
23
+ },
24
+ m(a, o) {
25
+ G(t, a, o), e = !0;
26
+ },
27
+ p(a, o) {
28
+ const n = {};
29
+ o & 4 && (n.mediaStore = a[2]), o & 1 && (n.withAnimation = a[0]), o & 2 && (n.tag = j(a[1])), o & 8 && (n.state = a[3]), o & 16 && (n.temporaryState = a[4]), t.$set(n);
30
+ },
31
+ i(a) {
32
+ e || (d(t.$$.fragment, a), e = !0);
33
+ },
34
+ o(a) {
35
+ c(t.$$.fragment, a), e = !1;
36
+ },
37
+ d(a) {
38
+ H(t, a);
39
+ }
40
+ };
41
+ }
42
+ function E(i) {
43
+ let t, e;
44
+ return t = new X({ props: { tag: i[1] } }), {
45
+ c() {
46
+ F(t.$$.fragment);
47
+ },
48
+ m(a, o) {
49
+ G(t, a, o), e = !0;
50
+ },
51
+ p(a, o) {
52
+ const n = {};
53
+ o & 2 && (n.tag = a[1]), t.$set(n);
54
+ },
55
+ i(a) {
56
+ e || (d(t.$$.fragment, a), e = !0);
57
+ },
58
+ o(a) {
59
+ c(t.$$.fragment, a), e = !1;
60
+ },
61
+ d(a) {
62
+ H(t, a);
63
+ }
64
+ };
65
+ }
66
+ function Z(i) {
67
+ let t, e, a, o, n = i[1].stickType === "2DPoint" && B(i), f = i[12] && E(i);
68
+ return {
69
+ c() {
70
+ t = D("div"), e = D("div"), n && n.c(), a = Q(), f && f.c(), u(e, "class", "wrapper svelte-bdubcv"), u(e, "data-tag-id", i[11]), g(e, "left", i[7]), g(e, "top", i[6]), g(e, "z-index", i[5]), u(t, "class", "tag svelte-bdubcv"), u(t, "data-tag-id", i[11]), u(t, "data-tag-unfolded", i[8]), p(t, "disable", i[10]), p(t, "hide", i[9]), p(t, "withAnimation", i[0]);
71
+ },
72
+ m(r, l) {
73
+ R(r, t, l), I(t, e), n && n.m(e, null), I(e, a), f && f.m(e, null), o = !0;
74
+ },
75
+ p(r, [l]) {
76
+ r[1].stickType === "2DPoint" ? n ? (n.p(r, l), l & 2 && d(n, 1)) : (n = B(r), n.c(), d(n, 1), n.m(e, a)) : n && (q(), c(n, 1, 1, () => {
77
+ n = null;
78
+ }), L()), r[12] ? f ? (f.p(r, l), l & 4096 && d(f, 1)) : (f = E(r), f.c(), d(f, 1), f.m(e, null)) : f && (q(), c(f, 1, 1, () => {
79
+ f = null;
80
+ }), L()), (!o || l & 2048) && u(e, "data-tag-id", r[11]), l & 128 && g(e, "left", r[7]), l & 64 && g(e, "top", r[6]), l & 32 && g(e, "z-index", r[5]), (!o || l & 2048) && u(t, "data-tag-id", r[11]), (!o || l & 256) && u(t, "data-tag-unfolded", r[8]), (!o || l & 1024) && p(t, "disable", r[10]), (!o || l & 512) && p(t, "hide", r[9]), (!o || l & 1) && p(t, "withAnimation", r[0]);
81
+ },
82
+ i(r) {
83
+ o || (d(n), d(f), o = !0);
84
+ },
85
+ o(r) {
86
+ c(n), c(f), o = !1;
87
+ },
88
+ d(r) {
89
+ r && U(t), n && n.d(), f && f.d();
90
+ }
91
+ };
92
+ }
93
+ function x(i, t, e) {
94
+ let a, o, n, f, r, l, b, h, { withAnimation: _ = !1 } = t, { tag: s } = t, { mediaStore: S } = t, { state: w } = t, { temporaryState: v } = t;
95
+ const J = V("hooks");
96
+ return i.$$set = (m) => {
97
+ "withAnimation" in m && e(0, _ = m.withAnimation), "tag" in m && e(1, s = m.tag), "mediaStore" in m && e(2, S = m.mediaStore), "state" in m && e(3, w = m.state), "temporaryState" in m && e(4, v = m.temporaryState);
98
+ }, i.$$.update = () => {
99
+ var m, y, k, T, A, P, z, C;
100
+ i.$$.dirty & 2 && e(12, a = (() => !(s.contentType === "Link" || s.contentType === "Audio" && s.data.appearance === "plane"))()), i.$$.dirty & 2 && e(11, o = s.id), i.$$.dirty & 2 && e(10, n = !((m = s.pointTagStyle) != null && m.leftPercent) || !((y = s.pointTagStyle) != null && y.topPercent) || s.enabled === !1 || !s.state), i.$$.dirty & 2 && e(9, f = !((k = s.state) != null && k.visible) || !!((T = s.temporaryState) != null && T.visible)), i.$$.dirty & 2 && e(8, r = (A = s.state) == null ? void 0 : A.unfolded), i.$$.dirty & 2 && e(7, l = ((P = s.pointTagStyle) == null ? void 0 : P.leftPercent) + "%"), i.$$.dirty & 2 && e(6, b = ((z = s.pointTagStyle) == null ? void 0 : z.topPercent) + "%"), i.$$.dirty & 2 && e(5, h = (C = s.state) != null && C.unfolded ? 1 : 0);
101
+ }, [
102
+ _,
103
+ s,
104
+ S,
105
+ w,
106
+ v,
107
+ h,
108
+ b,
109
+ l,
110
+ r,
111
+ f,
112
+ n,
113
+ o,
114
+ a,
115
+ J
116
+ ];
117
+ }
118
+ class ae extends K {
119
+ constructor(t) {
120
+ super(), M(
121
+ this,
122
+ t,
123
+ x,
124
+ Z,
125
+ N,
126
+ {
127
+ withAnimation: 0,
128
+ tag: 1,
129
+ mediaStore: 2,
130
+ state: 3,
131
+ temporaryState: 4
132
+ },
133
+ Y
134
+ );
135
+ }
136
+ }
137
+ export {
138
+ ae as TagItem
139
+ };
@@ -1,7 +1,6 @@
1
1
  import type { Five } from '@realsee/five';
2
2
  import type { ValueOf } from 'type-fest';
3
- import type { TagId } from '../typings/tag';
4
- import type { TagCache, State, EventMap } from '../typings';
3
+ import type { TagId, TagCache, State, EventMap } from '../typings';
5
4
  import * as BasePlugin from '../../base/BasePlugin';
6
5
  export declare abstract class TagCacheController extends BasePlugin.Controller<State, EventMap> {
7
6
  private tagCacheByPanoIndex;
@@ -1,5 +1,5 @@
1
1
  import type { Five } from '@realsee/five';
2
- import { Tag, Tags, TagConfig, PointType, DimensionType, ContentTypeConfigKey, PlaneTag, TagElement, Tag2DElement, Tag3DElement, PlaneTagElement, PointTagElement, Tag3D, TagId } from '../typings';
2
+ import type { Tag, Tags, TagConfig, ContentTypeConfigKey, PlaneTag, TagElement, Point2DElement, Point3DElement, PlaneTagElement, PointTagElement, Point3DTag, TagId, StickType, TagContentType } from '../typings';
3
3
  import { TagCacheController } from './TagCacheController';
4
4
  export declare abstract class TagComputer extends TagCacheController {
5
5
  tags: TagElement[];
@@ -9,7 +9,7 @@ export declare abstract class TagComputer extends TagCacheController {
9
9
  };
10
10
  private raycaster;
11
11
  protected constructor(five: Five);
12
- getTagById(id: TagId): TagElement<import("../typings").ContentType, PointType, DimensionType, {}>;
12
+ getTagById(id: TagId): TagElement<TagContentType, StickType>;
13
13
  /**
14
14
  * @description: 改变配置
15
15
  */
@@ -25,28 +25,29 @@ export declare abstract class TagComputer extends TagCacheController {
25
25
  /**
26
26
  * @description: 获取是否可见
27
27
  */
28
- getVisibleByPanoIndex(tag: Tag, panoIndex?: number): boolean;
28
+ getVisibleByPanoIndex(tag: Tag<any, any>, panoIndex?: number): boolean;
29
29
  /**
30
30
  * @description: 获取是否展开
31
31
  */
32
- getUnfoldedByPanoIndex(tag: Tag, panoIndex?: number): boolean;
32
+ getUnfoldedByPanoIndex(tag: Tag<any>, panoIndex?: number): boolean;
33
33
  /**
34
34
  * @description: 获取是否展开
35
35
  */
36
- getUnfoldedByCamera(tag: Tag): boolean;
36
+ getUnfoldedByCamera(tag: Tag<any, any>): boolean;
37
37
  /**
38
38
  * @description: 获取距离
39
39
  */
40
- getDistance(tag: Tag, panoIndex?: number): number;
40
+ getDistance(tag: Tag<any, any>, panoIndex?: number): number;
41
41
  /**
42
42
  * @description: 获取角度
43
43
  */
44
- getAngle(tag: Tag3D | PlaneTag, panoIndex?: number): number;
44
+ getAngle(tag: Point3DTag | PlaneTag, panoIndex?: number): number;
45
45
  /**
46
46
  * @description: 获取merge后的配置
47
47
  */
48
- getTagConfig(tag: Tag): TagConfig<import("../typings").ContentType, PointType, DimensionType, {}>;
49
- protected canBe(action: 'show' | 'hide' | 'fold' | 'unfold', tag: Tag): boolean;
48
+ getTagConfig(tag: Tag<any, any>): TagConfig<TagContentType, StickType>;
49
+ protected can(action: 'show' | 'hide' | 'fold' | 'unfold', tag: Tag<any, any>): boolean;
50
+ protected sort<T extends Tag<any, any>>(tags: T[]): T[];
50
51
  /**
51
52
  * @description: 一个点的标签
52
53
  */
@@ -56,14 +57,14 @@ export declare abstract class TagComputer extends TagCacheController {
56
57
  /**
57
58
  * @description: 一个点的标签
58
59
  */
59
- protected getTagProject(tag: Tag): {
60
+ protected getTagProject(tag: Tag<any, any>): {
60
61
  x: number;
61
62
  y: number;
62
63
  z: number;
63
64
  };
64
- protected filterPointTag(): PointTagElement[];
65
- protected filterTag2D(): Tag2DElement[];
66
- protected filter3DPointTag(): Tag3DElement[];
67
- protected filter3DTag(): TagElement<any, PointType, DimensionType.Three>[];
65
+ protected filterPointTag(): PointTagElement<TagContentType>[];
66
+ protected filter2DPointTag(): Point2DElement<TagContentType>[];
67
+ protected filter3DPointTag(): Point3DElement<TagContentType>[];
68
+ protected filter3DTag(): TagElement<any, "3DPoint" | "Plane">[];
68
69
  protected filterPlaneTag(): PlaneTagElement[];
69
70
  }