@realsee/dnalogel 2.20.0-alpha.1 → 2.20.0-dev.2

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 (329) hide show
  1. package/dist/PanoTagPlugin/typings/index.d.ts +5 -5
  2. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +48 -0
  3. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +129 -0
  4. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +152 -0
  5. package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +51 -0
  6. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +77 -0
  7. package/dist/index.cjs.js +2 -2
  8. package/dist/index.js +2 -2
  9. package/dist/index.umd.js +2 -2
  10. package/docs/assets/search.js +1 -1
  11. package/docs/classes/CSS3DRender.html +3 -8
  12. package/docs/classes/CruisePluginController.html +3 -8
  13. package/docs/classes/GuideLineItem.GuideLineItem.html +3 -8
  14. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +3 -8
  15. package/docs/classes/Magnifier.html +3 -8
  16. package/docs/classes/ModelRoomLabelController.html +3 -8
  17. package/docs/classes/Object3DHelperController.html +3 -8
  18. package/docs/classes/PaintBrush.html +3 -8
  19. package/docs/classes/PanoMeasurePluginLine.html +3 -8
  20. package/docs/classes/PanoMeasurePluginModel.html +3 -8
  21. package/docs/classes/PanoMeasurePluginPoint.html +3 -8
  22. package/docs/classes/PanoMeasurePluginPolyline.html +3 -8
  23. package/docs/classes/PanoTagPluginController.html +6 -11
  24. package/docs/classes/Util.BetterTween.html +3 -8
  25. package/docs/classes/Util.FivePointSelector.html +3 -8
  26. package/docs/classes/Util.Interval.html +3 -8
  27. package/docs/classes/Util.Magnifier.html +3 -8
  28. package/docs/classes/Util.PointDomHelper.html +3 -8
  29. package/docs/classes/Util.PointHelper.html +3 -8
  30. package/docs/classes/Util.Rectangle.html +3 -8
  31. package/docs/enums/CameraMovementEffect.html +3 -8
  32. package/docs/enums/ContentType.html +3 -8
  33. package/docs/enums/DIRECTION.html +3 -8
  34. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +3 -8
  35. package/docs/enums/DimensionType.html +3 -8
  36. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +3 -8
  37. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +3 -8
  38. package/docs/enums/PaintBrushTypeEnum.html +3 -8
  39. package/docs/enums/PointType.html +3 -8
  40. package/docs/enums/Rotation.html +3 -8
  41. package/docs/functions/CSS3DRenderPlugin.html +3 -8
  42. package/docs/functions/CameraMovementPlugin.html +3 -8
  43. package/docs/functions/CruisePlugin.html +3 -8
  44. package/docs/functions/GuideLinePlugin.html +3 -8
  45. package/docs/functions/ItemLabelPlugin.html +3 -8
  46. package/docs/functions/MapviewFloorplanPlugin.html +3 -8
  47. package/docs/functions/ModelChassisCompassPlugin.html +3 -8
  48. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -8
  49. package/docs/functions/ModelFloorplanPlugin.html +3 -8
  50. package/docs/functions/ModelItemLabelPlugin.html +3 -8
  51. package/docs/functions/ModelRoomLabelPlugin.html +3 -8
  52. package/docs/functions/ModelTVVideoPlugin.html +3 -8
  53. package/docs/functions/ModelViewPlugin.html +3 -8
  54. package/docs/functions/Object3DHelperPlugin.html +3 -8
  55. package/docs/functions/PanoCompassPlugin.html +3 -8
  56. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -8
  57. package/docs/functions/PanoDoorLabelPlugin.html +3 -8
  58. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -8
  59. package/docs/functions/PanoMeasurePlugin.html +3 -8
  60. package/docs/functions/PanoRulerPlugin.html +3 -8
  61. package/docs/functions/PanoRulerProPlugin.html +3 -8
  62. package/docs/functions/PanoSpatialTagPlugin.html +3 -8
  63. package/docs/functions/PanoTagPlugin.html +3 -8
  64. package/docs/functions/PanoVideoPlugin.html +3 -8
  65. package/docs/functions/TopviewFloorplanPlugin.html +3 -8
  66. package/docs/functions/Util.getCoordsFromClient.html +3 -8
  67. package/docs/functions/Util.getCoordsFromElement.html +3 -8
  68. package/docs/functions/Util.getFrameTime.html +3 -8
  69. package/docs/functions/Util.getIntersectFromRelativePosition.html +3 -8
  70. package/docs/functions/Util.getRaycasterFromFivePointer.html +3 -8
  71. package/docs/functions/Util.isAbsoluteURL.html +3 -8
  72. package/docs/functions/Util.isModelLike.html +3 -8
  73. package/docs/functions/Util.isNil.html +3 -8
  74. package/docs/functions/Util.isPanoramaLike.html +3 -8
  75. package/docs/functions/Util.nextFrame.html +3 -8
  76. package/docs/functions/Util.notNil.html +3 -8
  77. package/docs/functions/Util.requestAnimationFrameInterval.html +3 -8
  78. package/docs/functions/Util.tweenProgress.html +3 -8
  79. package/docs/functions/Util.uuid.html +3 -8
  80. package/docs/functions/pluginFlag.html +3 -8
  81. package/docs/index.html +4 -9
  82. package/docs/interfaces/AddTagConfig.html +3 -8
  83. package/docs/interfaces/CSS3DRenderPluginEventMap.html +3 -8
  84. package/docs/interfaces/CSS3DRenderPluginState.html +3 -8
  85. package/docs/interfaces/CameraMovementPluginExportType.html +3 -8
  86. package/docs/interfaces/CruisePluginTypes.Config.html +3 -8
  87. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +3 -8
  88. package/docs/interfaces/CruisePluginTypes.EventMap.html +3 -8
  89. package/docs/interfaces/CruisePluginTypes.MoveAction.html +3 -8
  90. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +3 -8
  91. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +3 -8
  92. package/docs/interfaces/CruisePluginTypes.PluginData.html +3 -8
  93. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +3 -8
  94. package/docs/interfaces/CruisePluginTypes.PluginState.html +3 -8
  95. package/docs/interfaces/EventMap.html +3 -8
  96. package/docs/interfaces/FloorplanBounding.html +3 -8
  97. package/docs/interfaces/FloorplanData.html +3 -8
  98. package/docs/interfaces/FloorplanEntrance.html +3 -8
  99. package/docs/interfaces/FloorplanExtraObject.html +3 -8
  100. package/docs/interfaces/FloorplanExtraObject3D.html +3 -8
  101. package/docs/interfaces/FloorplanFloorData.html +3 -8
  102. package/docs/interfaces/FloorplanImagePosition.html +3 -8
  103. package/docs/interfaces/FloorplanObserver.html +3 -8
  104. package/docs/interfaces/FloorplanOutlineItem.html +3 -8
  105. package/docs/interfaces/FloorplanPosition.html +3 -8
  106. package/docs/interfaces/FloorplanRoomItem.html +3 -8
  107. package/docs/interfaces/FloorplanRoomLabelItem.html +3 -8
  108. package/docs/interfaces/FloorplanServerBounding.html +3 -8
  109. package/docs/interfaces/FloorplanServerComputedData.html +3 -8
  110. package/docs/interfaces/FloorplanServerData.html +3 -8
  111. package/docs/interfaces/FloorplanServerDoorItem.html +3 -8
  112. package/docs/interfaces/FloorplanServerDoorPosition.html +3 -8
  113. package/docs/interfaces/FloorplanServerEntrance.html +3 -8
  114. package/docs/interfaces/FloorplanServerFloorData.html +3 -8
  115. package/docs/interfaces/FloorplanServerImagePosition.html +3 -8
  116. package/docs/interfaces/FloorplanServerObserver.html +3 -8
  117. package/docs/interfaces/FloorplanServerOutlineItem.html +3 -8
  118. package/docs/interfaces/FloorplanServerPosition.html +3 -8
  119. package/docs/interfaces/FloorplanServerRoomItem.html +3 -8
  120. package/docs/interfaces/FloorplanServerRoomLabelItem.html +3 -8
  121. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +3 -8
  122. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -8
  123. package/docs/interfaces/GuideLinePluginType.EventMap.html +3 -8
  124. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +3 -8
  125. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +3 -8
  126. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +3 -8
  127. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +3 -8
  128. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +3 -8
  129. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -8
  130. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +3 -8
  131. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +3 -8
  132. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +3 -8
  133. package/docs/interfaces/GuideLinePluginType.PluginState.html +3 -8
  134. package/docs/interfaces/GuideLinePluginType.Route.html +3 -8
  135. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +3 -8
  136. package/docs/interfaces/HelperOffset.html +3 -8
  137. package/docs/interfaces/ImagePlaneGroup.html +5 -10
  138. package/docs/interfaces/ItemLabelPluginData.html +3 -8
  139. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +3 -8
  140. package/docs/interfaces/ItemLabelPluginParametersType.html +3 -8
  141. package/docs/interfaces/MinMax.html +6 -11
  142. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -8
  143. package/docs/interfaces/ModelChassisCompassPluginExportType.html +3 -8
  144. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -8
  145. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +3 -8
  146. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +3 -8
  147. package/docs/interfaces/ModelItemLabelPluginData.html +3 -8
  148. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +3 -8
  149. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -8
  150. package/docs/interfaces/ModelRoomLabelPluginData.html +3 -8
  151. package/docs/interfaces/ModelTVVideoPluginData.html +3 -8
  152. package/docs/interfaces/ModelTVVideoPluginExportType.html +3 -8
  153. package/docs/interfaces/ModelTVVideoPluginParameterType.html +3 -8
  154. package/docs/interfaces/ModelViewPluginExportType.html +3 -8
  155. package/docs/interfaces/Object3DHelperState.html +3 -8
  156. package/docs/interfaces/ObjectHelperControllers.html +3 -8
  157. package/docs/interfaces/PaintBrushAction.html +3 -8
  158. package/docs/interfaces/PaintBrushConfigs.html +3 -8
  159. package/docs/interfaces/PaintBrushState.html +3 -8
  160. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +3 -8
  161. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +3 -8
  162. package/docs/interfaces/PanoMeasureParameterType.html +3 -8
  163. package/docs/interfaces/PanoMeasurePluginLineJson.html +3 -8
  164. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +3 -8
  165. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -8
  166. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +3 -8
  167. package/docs/interfaces/PanoRulerPluginExportType.html +3 -8
  168. package/docs/interfaces/PanoRulerPluginOptions.html +3 -8
  169. package/docs/interfaces/PanoRulerPluginParameterType.html +3 -8
  170. package/docs/interfaces/PanoRulerProPluginExportType.html +3 -8
  171. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -8
  172. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -8
  173. package/docs/interfaces/PanoRulerProPluginState.html +3 -8
  174. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +3 -8
  175. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +3 -8
  176. package/docs/interfaces/PanoSpatialTagPluginData.html +3 -8
  177. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +3 -8
  178. package/docs/interfaces/PanoSpatialTagPluginExportType.html +3 -8
  179. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +3 -8
  180. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +3 -8
  181. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +3 -8
  182. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +3 -8
  183. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -8
  184. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +3 -8
  185. package/docs/interfaces/PanoVideoPluginType.PluginData.html +3 -8
  186. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +3 -8
  187. package/docs/interfaces/PanoVideoPluginType.PluginState.html +3 -8
  188. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +3 -8
  189. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +3 -8
  190. package/docs/interfaces/Point.html +3 -8
  191. package/docs/interfaces/Room.html +3 -8
  192. package/docs/interfaces/RoomInfo.html +3 -8
  193. package/docs/interfaces/RoomLabel.html +3 -8
  194. package/docs/interfaces/RoomRules.html +3 -8
  195. package/docs/interfaces/Rooms.html +3 -8
  196. package/docs/interfaces/Scissor.html +3 -8
  197. package/docs/interfaces/State.html +3 -8
  198. package/docs/interfaces/TagCacheInterface.html +3 -8
  199. package/docs/interfaces/TagConfig.html +14 -19
  200. package/docs/interfaces/TagGLTFObjectGroup.html +5 -10
  201. package/docs/interfaces/TagIconUrl.html +11 -16
  202. package/docs/interfaces/TagObjectGroup.html +5 -10
  203. package/docs/interfaces/TagStyle.html +5 -10
  204. package/docs/interfaces/Tags.html +29 -14
  205. package/docs/interfaces/TemporaryState.html +3 -8
  206. package/docs/interfaces/Util.MagnifierParameter.html +3 -8
  207. package/docs/interfaces/Util.MouseGroupParameter.html +3 -8
  208. package/docs/modules/CruisePluginTypes.html +3 -8
  209. package/docs/modules/GuideLineItem.html +3 -8
  210. package/docs/modules/GuideLineModeItem.html +3 -8
  211. package/docs/modules/GuideLinePluginType.html +3 -8
  212. package/docs/modules/PanoVideoPluginType.html +3 -8
  213. package/docs/modules/Util.html +3 -8
  214. package/docs/modules.html +4 -14
  215. package/docs/types/ArrayPosition.html +4 -9
  216. package/docs/types/AudioAppearance.html +5 -10
  217. package/docs/types/AudioTagTypeConfigKey.html +4 -9
  218. package/docs/types/CSS3DRenderExportType.html +3 -8
  219. package/docs/types/CSS3DRenderPluginExportType.html +3 -8
  220. package/docs/types/CSS3DRenderPluginParameterType.html +3 -8
  221. package/docs/types/ClassFunctionParameters.html +3 -8
  222. package/docs/types/Color.html +3 -8
  223. package/docs/types/ContentTypeConfigKey.html +4 -9
  224. package/docs/types/ContentTypeConfigKeySplit.html +4 -9
  225. package/docs/types/ContentTypeMap.html +5 -10
  226. package/docs/types/Create3DDomContainerReturnType.html +3 -8
  227. package/docs/types/Create3DElementReturnType.html +3 -8
  228. package/docs/types/CruisePluginExportType.html +3 -8
  229. package/docs/types/CruisePluginTypes.CruiseData.html +3 -8
  230. package/docs/types/CruisePluginTypes.MoveEffect.html +3 -8
  231. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -8
  232. package/docs/types/DeprecatedTagProperty.html +3 -8
  233. package/docs/types/Direction-1.html +3 -8
  234. package/docs/types/Direction4.html +3 -8
  235. package/docs/types/ElementRenderer.html +4 -9
  236. package/docs/types/FloorplanRuleLabels.html +3 -8
  237. package/docs/types/FloorplanServerRuleLabels.html +3 -8
  238. package/docs/types/GuideLinePluginExportType.html +3 -8
  239. package/docs/types/GuideLinePluginType.GuideLineItem.html +3 -8
  240. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +3 -8
  241. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +3 -8
  242. package/docs/types/GuideLinePluginType.GuideLineStyle.html +3 -8
  243. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +3 -8
  244. package/docs/types/GuideLinePluginType.PathItem.html +3 -8
  245. package/docs/types/GuideLinePluginType.PluginData.html +3 -8
  246. package/docs/types/HelperEventMap.html +3 -8
  247. package/docs/types/LoadTagConfig.html +3 -8
  248. package/docs/types/MapviewFloorplanPluginParameterType.html +3 -8
  249. package/docs/types/MapviewFloorplanPluginReturnType.html +3 -8
  250. package/docs/types/MediaData.html +4 -9
  251. package/docs/types/MediaStore.html +3 -8
  252. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +3 -8
  253. package/docs/types/ModelFloorplanPluginParameterType.html +3 -8
  254. package/docs/types/ModelFloorplanPluginReturnType.html +3 -8
  255. package/docs/types/ModelRoomLabelPluginParameters.html +3 -8
  256. package/docs/types/ModelRoomLabelPluginReturnType.html +3 -8
  257. package/docs/types/MoveArgs.html +3 -8
  258. package/docs/types/MoveOpts.html +3 -8
  259. package/docs/types/Object3DHelperEventMap.html +3 -8
  260. package/docs/types/ObjectFit.html +4 -9
  261. package/docs/types/PaintBrushEventMap.html +3 -8
  262. package/docs/types/PanoCompassPluginData.html +3 -8
  263. package/docs/types/PanoCompassPluginExportType.html +3 -8
  264. package/docs/types/PanoCompassPluginParameterType.html +3 -8
  265. package/docs/types/PanoFloorplanRadarPluginParameterType.html +3 -8
  266. package/docs/types/PanoFloorplanRadarPluginReturnType.html +3 -8
  267. package/docs/types/PanoIndex.html +4 -9
  268. package/docs/types/PanoMeasurePluginEvent.html +3 -8
  269. package/docs/types/PanoMeasureReturnType.html +3 -8
  270. package/docs/types/PanoSpatialTagPluginId.html +3 -8
  271. package/docs/types/PanoTagPluginExportInterface.html +3 -8
  272. package/docs/types/PanoTagPluginParamsInterface.html +3 -8
  273. package/docs/types/PanoVideoPluginParameterType.html +3 -8
  274. package/docs/types/PanoVideoPluginReturnType.html +3 -8
  275. package/docs/types/PartialObjectDeep.html +4 -9
  276. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -9
  277. package/docs/types/PlaneTag.html +5 -10
  278. package/docs/types/Point2DTag.html +5 -10
  279. package/docs/types/Point3DTag.html +5 -10
  280. package/docs/types/PointTag.html +5 -10
  281. package/docs/types/PointTagInstance.html +3 -8
  282. package/docs/types/Position.html +4 -9
  283. package/docs/types/RotateArgs.html +3 -8
  284. package/docs/types/RotateOpts.html +3 -8
  285. package/docs/types/RuleLabelsKey.html +3 -8
  286. package/docs/types/RuleLabelsValue.html +3 -8
  287. package/docs/types/StickType.html +4 -9
  288. package/docs/types/Tag.html +5 -10
  289. package/docs/types/Tag2D.html +3 -8
  290. package/docs/types/Tag3D.html +3 -8
  291. package/docs/types/TagContentType.html +4 -9
  292. package/docs/types/TagDimensionType.html +3 -8
  293. package/docs/types/TagElement.html +3 -8
  294. package/docs/types/TagEvents.html +3 -8
  295. package/docs/types/TagGLTFObject.html +4 -9
  296. package/docs/types/TagHooks.html +3 -8
  297. package/docs/types/TagIconSize.html +4 -9
  298. package/docs/types/TagId.html +4 -9
  299. package/docs/types/TagInstance.html +5 -10
  300. package/docs/types/TagPointType.html +3 -8
  301. package/docs/types/TopviewFloorplanPluginParameterType.html +3 -8
  302. package/docs/types/TopviewFloorplanPluginReturnType.html +3 -8
  303. package/docs/types/WorkCode.html +4 -9
  304. package/docs/variables/FLOOR_TYPE_MAP.html +3 -8
  305. package/docs/variables/PLUGIN.html +3 -8
  306. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +3 -8
  307. package/docs/variables/ROOM_TYPE_MAP.html +3 -8
  308. package/docs/variables/itemLabelPluginServerParams.html +3 -8
  309. package/docs/variables/modelItemLabelPluginServerParams.html +3 -8
  310. package/docs/variables/modelRoomLabelPluginServerParams.html +3 -8
  311. package/libs/PanoTagPlugin/typings/index.d.ts +5 -5
  312. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +48 -0
  313. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +129 -0
  314. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +152 -0
  315. package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +51 -0
  316. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +77 -0
  317. package/libs/base/BasePlugin.js +3 -3
  318. package/libs/shared-utils/logger.js +1 -1
  319. package/package.json +1 -1
  320. package/docs/interfaces/ContentTypeMapInterface.html +0 -724
  321. package/docs/types/ConfigFunction.html +0 -390
  322. package/docs/types/ContentTypeMapInterfaceWithExtraData.html +0 -359
  323. package/docs/types/Object.html +0 -359
  324. package/docs/types/RequiredTag.html +0 -366
  325. /package/libs/PanoTagPlugin/typings/tag/{Tag.d.js → Tag.js} +0 -0
  326. /package/libs/PanoTagPlugin/typings/tag/{TagConfig.d.js → TagConfig.js} +0 -0
  327. /package/libs/PanoTagPlugin/typings/tag/{TagData.d.js → TagData.js} +0 -0
  328. /package/libs/PanoTagPlugin/typings/tag/{TagInstance.d.js → TagInstance.js} +0 -0
  329. /package/libs/PanoTagPlugin/typings/tag/{Utils.d.js → Utils.js} +0 -0
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.20.0-alpha.1</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.20.0-dev.2</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.20.0-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.20.0-dev.2</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.20.0-<wbr/>alpha.1</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.20.0-<wbr/>dev.2</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -156,7 +156,6 @@
156
156
  <li><a href="../interfaces/CSS3DRenderPluginEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>Event<wbr/>Map</span></a></li>
157
157
  <li><a href="../interfaces/CSS3DRenderPluginState.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>State</span></a></li>
158
158
  <li><a href="../interfaces/CameraMovementPluginExportType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Camera<wbr/>Movement<wbr/>Plugin<wbr/>Export<wbr/>Type</span></a></li>
159
- <li><a href="../interfaces/ContentTypeMapInterface.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Content<wbr/>Type<wbr/>Map<wbr/>Interface</span></a></li>
160
159
  <li><a href="../interfaces/EventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Event<wbr/>Map</span></a></li>
161
160
  <li><a href="../interfaces/FloorplanBounding.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Floorplan<wbr/>Bounding</span></a></li>
162
161
  <li><a href="../interfaces/FloorplanData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Floorplan<wbr/>Data</span></a></li>
@@ -254,11 +253,9 @@
254
253
  <li><a href="../types/CSS3DRenderPluginParameterType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>Parameter<wbr/>Type</span></a></li>
255
254
  <li><a href="../types/ClassFunctionParameters.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Class<wbr/>Function<wbr/>Parameters</span></a></li>
256
255
  <li><a href="../types/Color.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Color</span></a></li>
257
- <li><a href="../types/ConfigFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Config<wbr/>Function</span></a></li>
258
256
  <li><a href="../types/ContentTypeConfigKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Config<wbr/>Key</span></a></li>
259
257
  <li><a href="../types/ContentTypeConfigKeySplit.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Config<wbr/>Key<wbr/>Split</span></a></li>
260
258
  <li><a href="../types/ContentTypeMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Map</span></a></li>
261
- <li><a href="../types/ContentTypeMapInterfaceWithExtraData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Map<wbr/>Interface<wbr/>With<wbr/>Extra<wbr/>Data</span></a></li>
262
259
  <li><a href="../types/Create3DDomContainerReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Create3DDom<wbr/>Container<wbr/>Return<wbr/>Type</span></a></li>
263
260
  <li><a href="../types/Create3DElementReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Create3DElement<wbr/>Return<wbr/>Type</span></a></li>
264
261
  <li><a href="../types/CruisePluginExportType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Export<wbr/>Type</span></a></li>
@@ -283,7 +280,6 @@
283
280
  <li><a href="../types/ModelRoomLabelPluginReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Return<wbr/>Type</span></a></li>
284
281
  <li><a href="../types/MoveArgs.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Move<wbr/>Args</span></a></li>
285
282
  <li><a href="../types/MoveOpts.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Move<wbr/>Opts</span></a></li>
286
- <li><a href="../types/Object.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object</span></a></li>
287
283
  <li><a href="../types/Object3DHelperEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object3DHelper<wbr/>Event<wbr/>Map</span></a></li>
288
284
  <li><a href="../types/ObjectFit.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object<wbr/>Fit</span></a></li>
289
285
  <li><a href="../types/PaintBrushEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Paint<wbr/>Brush<wbr/>Event<wbr/>Map</span></a></li>
@@ -308,7 +304,6 @@
308
304
  <li><a href="../types/PointTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point<wbr/>Tag</span></a></li>
309
305
  <li><a href="../types/PointTagInstance.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point<wbr/>Tag<wbr/>Instance</span></a></li>
310
306
  <li><a href="../types/Position.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Position</span></a></li>
311
- <li><a href="../types/RequiredTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Required<wbr/>Tag</span></a></li>
312
307
  <li><a href="../types/RotateArgs.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rotate<wbr/>Args</span></a></li>
313
308
  <li><a href="../types/RotateOpts.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rotate<wbr/>Opts</span></a></li>
314
309
  <li><a href="../types/RuleLabelsKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rule<wbr/>Labels<wbr/>Key</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.20.0-alpha.1</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.20.0-dev.2</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.20.0-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.20.0-dev.2</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.20.0-<wbr/>alpha.1</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.20.0-<wbr/>dev.2</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -156,7 +156,6 @@
156
156
  <li><a href="../interfaces/CSS3DRenderPluginEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>Event<wbr/>Map</span></a></li>
157
157
  <li><a href="../interfaces/CSS3DRenderPluginState.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>State</span></a></li>
158
158
  <li><a href="../interfaces/CameraMovementPluginExportType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Camera<wbr/>Movement<wbr/>Plugin<wbr/>Export<wbr/>Type</span></a></li>
159
- <li><a href="../interfaces/ContentTypeMapInterface.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Content<wbr/>Type<wbr/>Map<wbr/>Interface</span></a></li>
160
159
  <li><a href="../interfaces/EventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Event<wbr/>Map</span></a></li>
161
160
  <li><a href="../interfaces/FloorplanBounding.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Floorplan<wbr/>Bounding</span></a></li>
162
161
  <li><a href="../interfaces/FloorplanData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Floorplan<wbr/>Data</span></a></li>
@@ -254,11 +253,9 @@
254
253
  <li><a href="../types/CSS3DRenderPluginParameterType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>Parameter<wbr/>Type</span></a></li>
255
254
  <li><a href="../types/ClassFunctionParameters.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Class<wbr/>Function<wbr/>Parameters</span></a></li>
256
255
  <li><a href="../types/Color.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Color</span></a></li>
257
- <li><a href="../types/ConfigFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Config<wbr/>Function</span></a></li>
258
256
  <li><a href="../types/ContentTypeConfigKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Config<wbr/>Key</span></a></li>
259
257
  <li><a href="../types/ContentTypeConfigKeySplit.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Config<wbr/>Key<wbr/>Split</span></a></li>
260
258
  <li><a href="../types/ContentTypeMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Map</span></a></li>
261
- <li><a href="../types/ContentTypeMapInterfaceWithExtraData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Map<wbr/>Interface<wbr/>With<wbr/>Extra<wbr/>Data</span></a></li>
262
259
  <li><a href="../types/Create3DDomContainerReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Create3DDom<wbr/>Container<wbr/>Return<wbr/>Type</span></a></li>
263
260
  <li><a href="../types/Create3DElementReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Create3DElement<wbr/>Return<wbr/>Type</span></a></li>
264
261
  <li><a href="../types/CruisePluginExportType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Export<wbr/>Type</span></a></li>
@@ -283,7 +280,6 @@
283
280
  <li><a href="../types/ModelRoomLabelPluginReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Return<wbr/>Type</span></a></li>
284
281
  <li><a href="../types/MoveArgs.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Move<wbr/>Args</span></a></li>
285
282
  <li><a href="../types/MoveOpts.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Move<wbr/>Opts</span></a></li>
286
- <li><a href="../types/Object.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object</span></a></li>
287
283
  <li><a href="../types/Object3DHelperEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object3DHelper<wbr/>Event<wbr/>Map</span></a></li>
288
284
  <li><a href="../types/ObjectFit.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object<wbr/>Fit</span></a></li>
289
285
  <li><a href="../types/PaintBrushEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Paint<wbr/>Brush<wbr/>Event<wbr/>Map</span></a></li>
@@ -308,7 +304,6 @@
308
304
  <li><a href="../types/PointTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point<wbr/>Tag</span></a></li>
309
305
  <li><a href="../types/PointTagInstance.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point<wbr/>Tag<wbr/>Instance</span></a></li>
310
306
  <li><a href="../types/Position.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Position</span></a></li>
311
- <li><a href="../types/RequiredTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Required<wbr/>Tag</span></a></li>
312
307
  <li><a href="../types/RotateArgs.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rotate<wbr/>Args</span></a></li>
313
308
  <li><a href="../types/RotateOpts.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rotate<wbr/>Opts</span></a></li>
314
309
  <li><a href="../types/RuleLabelsKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rule<wbr/>Labels<wbr/>Key</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.20.0-alpha.1</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.20.0-dev.2</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.20.0-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.20.0-dev.2</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.20.0-<wbr/>alpha.1</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.20.0-<wbr/>dev.2</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -156,7 +156,6 @@
156
156
  <li><a href="../interfaces/CSS3DRenderPluginEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>Event<wbr/>Map</span></a></li>
157
157
  <li><a href="../interfaces/CSS3DRenderPluginState.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>State</span></a></li>
158
158
  <li><a href="../interfaces/CameraMovementPluginExportType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Camera<wbr/>Movement<wbr/>Plugin<wbr/>Export<wbr/>Type</span></a></li>
159
- <li><a href="../interfaces/ContentTypeMapInterface.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Content<wbr/>Type<wbr/>Map<wbr/>Interface</span></a></li>
160
159
  <li><a href="../interfaces/EventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Event<wbr/>Map</span></a></li>
161
160
  <li><a href="../interfaces/FloorplanBounding.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Floorplan<wbr/>Bounding</span></a></li>
162
161
  <li><a href="../interfaces/FloorplanData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Floorplan<wbr/>Data</span></a></li>
@@ -254,11 +253,9 @@
254
253
  <li><a href="../types/CSS3DRenderPluginParameterType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>CSS3DRender<wbr/>Plugin<wbr/>Parameter<wbr/>Type</span></a></li>
255
254
  <li><a href="../types/ClassFunctionParameters.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Class<wbr/>Function<wbr/>Parameters</span></a></li>
256
255
  <li><a href="../types/Color.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Color</span></a></li>
257
- <li><a href="../types/ConfigFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Config<wbr/>Function</span></a></li>
258
256
  <li><a href="../types/ContentTypeConfigKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Config<wbr/>Key</span></a></li>
259
257
  <li><a href="../types/ContentTypeConfigKeySplit.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Config<wbr/>Key<wbr/>Split</span></a></li>
260
258
  <li><a href="../types/ContentTypeMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Map</span></a></li>
261
- <li><a href="../types/ContentTypeMapInterfaceWithExtraData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Content<wbr/>Type<wbr/>Map<wbr/>Interface<wbr/>With<wbr/>Extra<wbr/>Data</span></a></li>
262
259
  <li><a href="../types/Create3DDomContainerReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Create3DDom<wbr/>Container<wbr/>Return<wbr/>Type</span></a></li>
263
260
  <li><a href="../types/Create3DElementReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Create3DElement<wbr/>Return<wbr/>Type</span></a></li>
264
261
  <li><a href="../types/CruisePluginExportType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Export<wbr/>Type</span></a></li>
@@ -283,7 +280,6 @@
283
280
  <li><a href="../types/ModelRoomLabelPluginReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Return<wbr/>Type</span></a></li>
284
281
  <li><a href="../types/MoveArgs.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Move<wbr/>Args</span></a></li>
285
282
  <li><a href="../types/MoveOpts.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Move<wbr/>Opts</span></a></li>
286
- <li><a href="../types/Object.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object</span></a></li>
287
283
  <li><a href="../types/Object3DHelperEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object3DHelper<wbr/>Event<wbr/>Map</span></a></li>
288
284
  <li><a href="../types/ObjectFit.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Object<wbr/>Fit</span></a></li>
289
285
  <li><a href="../types/PaintBrushEventMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Paint<wbr/>Brush<wbr/>Event<wbr/>Map</span></a></li>
@@ -308,7 +304,6 @@
308
304
  <li><a href="../types/PointTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point<wbr/>Tag</span></a></li>
309
305
  <li><a href="../types/PointTagInstance.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point<wbr/>Tag<wbr/>Instance</span></a></li>
310
306
  <li><a href="../types/Position.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Position</span></a></li>
311
- <li><a href="../types/RequiredTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Required<wbr/>Tag</span></a></li>
312
307
  <li><a href="../types/RotateArgs.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rotate<wbr/>Args</span></a></li>
313
308
  <li><a href="../types/RotateOpts.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rotate<wbr/>Opts</span></a></li>
314
309
  <li><a href="../types/RuleLabelsKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Rule<wbr/>Labels<wbr/>Key</span></a></li>
@@ -1,8 +1,8 @@
1
1
  export * from './controller';
2
- export * from './tag/Tag.d';
3
- export * from './tag/Utils.d';
4
- export * from './tag/TagData.d';
5
- export * from './tag/TagConfig.d';
6
- export * from './tag/TagInstance.d';
2
+ export * from './tag/Tag';
3
+ export * from './tag/Utils';
4
+ export * from './tag/TagData';
5
+ export * from './tag/TagConfig';
6
+ export * from './tag/TagInstance';
7
7
  export * from '../Archive/deprecated';
8
8
  export type { ContentTypeMap, TagContentType } from './tag/TagData';
@@ -0,0 +1,48 @@
1
+ import type { State as FiveState } from '@realsee/five';
2
+ import type { TagConfig } from './TagConfig';
3
+ import type { ContentTypeMap, TagContentType } from './TagData';
4
+ import type { Position, TagId, StickType, TagStyle, ElementRenderer, PickTagContentTypeInContentTypeConfigKey, ContentTypeConfigKey } from './Utils';
5
+ import type { DeprecatedTagProperty } from '../../Archive/deprecated';
6
+ export interface Tags {
7
+ version?: string;
8
+ /** tag配置 > 按type配置 > 全局配置 */
9
+ /** 全局配置 */
10
+ globalConfig?: TagConfig;
11
+ /** 按type配置 */
12
+ contentTypeConfig?: {
13
+ [key in ContentTypeConfigKey]?: PickTagContentTypeInContentTypeConfigKey<key> extends TagContentType ? TagConfig<PickTagContentTypeInContentTypeConfigKey<key>> : unknown;
14
+ };
15
+ /** 标签列表配置 */
16
+ tagList: Tag[];
17
+ }
18
+ export type Tag<C extends TagContentType = TagContentType, S extends StickType = StickType> = DeprecatedTagProperty & {
19
+ /** 开启/禁用 */
20
+ enabled?: boolean;
21
+ /** 唯一标识 */
22
+ id: TagId;
23
+ /** @type {StickType} 附着方式 */
24
+ stickType: S;
25
+ /** @type {TagContentType} 内容类型,根据内容类型展示对应UI */
26
+ contentType: C;
27
+ /** 点 */
28
+ position: S extends 'Plane' ? [Position, Position, Position, Position] : S extends '2DPoint' | '3DPoint' | 'Model' ? Position : Position | [Position, Position, Position, Position];
29
+ /** 法向量 */
30
+ normal?: Position;
31
+ /** 自定义标签内容 */
32
+ element?: string | Element | ElementRenderer;
33
+ /** 标签 wrapper 的 classname */
34
+ className?: string;
35
+ /** 标签数据 */
36
+ data: C extends TagContentType ? ContentTypeMap[C] : ContentTypeMap[keyof ContentTypeMap];
37
+ /** 「展开/收起」 「可见/不可见」 的策略配置 */
38
+ config?: TagConfig<C>;
39
+ /** 打标签时的 five state */
40
+ fiveState?: FiveState;
41
+ /** 样式 */
42
+ style?: TagStyle;
43
+ } & (S extends '3DPoint' ? {
44
+ normal: Position;
45
+ } : unknown) & // 三维标签需要法向量
46
+ (S extends 'Model' ? {
47
+ matrix: number[];
48
+ } : unknown);
@@ -0,0 +1,129 @@
1
+ import type { Create3DDomContainerParamsType } from '../../../CSS3DRenderPlugin/Controller';
2
+ import type { Five, Mode } from '@realsee/five';
3
+ import type { ContentTypeMap, TagContentType } from './TagData';
4
+ import type { MinMax } from './Utils';
5
+ import type { PartialObjectDeep } from './Utils';
6
+ import type { TagInstance } from './TagInstance';
7
+ type ConfigFunction<C extends TagContentType = TagContentType> = (five: Five, tagState: {
8
+ tag: TagInstance<C>;
9
+ /** 标签点或中心点的到摄像机的距离 */
10
+ distance: number;
11
+ /** 3D标签中 「标签所在平面或垂直于标签法线的平面」 与 「摄像机到标签点或中心点的向量」 的夹角 */
12
+ angleRange?: number;
13
+ }) => boolean;
14
+ export interface TagConfig<C extends TagContentType = TagContentType> {
15
+ /** 显示/隐藏配置 */
16
+ visibleConfig?: {
17
+ /**
18
+ * @description 保持可见/不可见, 设置后visibleConfig下所有其他配置都不生效
19
+ * @default undefined
20
+ */
21
+ keep?: 'visible' | 'hidden';
22
+ /**
23
+ * @description 在哪些 five mode 下可见
24
+ * @default ['Panorama']
25
+ */
26
+ visibleFiveMode?: Mode[];
27
+ /**
28
+ * @description 当 visibleFiveMode 包含 'Floorplan' 或者 'MapView' 时,是否仅在当前楼层模型下可见
29
+ * @default false
30
+ */
31
+ followModelVisibility?: boolean;
32
+ /**
33
+ * @description 走点时不隐藏
34
+ * @default false
35
+ */
36
+ alwaysShowWhenMovePano?: true;
37
+ /**
38
+ * @description min-max米内显示 | 无距离限制
39
+ * @default 'unLimited'
40
+ */
41
+ visibleDistance?: MinMax | 'unLimited';
42
+ /**
43
+ * @description: 限制xx点位上可见,默认为all
44
+ * @param all: 不限制
45
+ * @param current: 仅当前点位可见
46
+ * @param: number[] 仅指定点位可见
47
+ * @default 'all'
48
+ */
49
+ visiblePanoIndex?: 'all' | 'current' | number[];
50
+ /**
51
+ * @description 碰撞检测配置,默认开启
52
+ * @default true
53
+ */
54
+ intersectRaycaster?: boolean | {
55
+ /**
56
+ * @description 是否开启碰撞检测
57
+ * @default true
58
+ */
59
+ enabled?: boolean;
60
+ /**
61
+ * @description 碰撞检测的允许误差
62
+ * @default 0.01
63
+ */
64
+ distanceAccuracy?: number;
65
+ };
66
+ /**
67
+ * @description 3D标签中 「标签所在平面或垂直于标签法线的平面」 与 「摄像机到标签点或中心点的向量」 的夹角,范围内自动展开,范围外自动收起
68
+ * @default undefined
69
+ */
70
+ angleRange?: MinMax;
71
+ } | ConfigFunction<C>;
72
+ /** 展开/收起配置 */
73
+ unfoldedConfig?: {
74
+ /** 保持展开/收起,设置后unfoldedConfig下所有其他配置都不生效 */
75
+ keep?: 'unfolded' | 'folded';
76
+ /**
77
+ * @description 划动到不可见状态时,自动收起,disableFold: true 的标签不受此参数影响
78
+ * @note 部分标签是无法收起的
79
+ * @default true
80
+ */
81
+ autoFoldWhenHide?: false;
82
+ /**
83
+ * @deprecated replace by { keep: 'folded' }
84
+ * @deprecated 部分标签是无法打开的
85
+ * @default undefined
86
+ */
87
+ disableUnfold?: true;
88
+ /**
89
+ * @deprecated replace by { keep: 'unfolded' }
90
+ * @deprecated 部分标签是无法收起的
91
+ * @default undefined
92
+ */
93
+ disableFold?: true;
94
+ /** min-max米内自动展开,否则收起 */
95
+ unfoldDistance?: MinMax;
96
+ /** 自动展开策略, false 时不自动展开 */
97
+ autoUnfold?: false | {
98
+ enable?: boolean;
99
+ /** 自动展开 策略 */
100
+ strategy?: 'ScreenPostion';
101
+ /** 自动展开策略,{min,max}为project(camera)后的x值 */
102
+ autoUnfoldProjectX?: MinMax;
103
+ } | {
104
+ enable?: boolean;
105
+ /** 自动展开:最近标签自动展开 */
106
+ strategy?: 'MinimumDistance';
107
+ /** 展开的最大数量, 默认为1 */
108
+ maxNumber?: number;
109
+ /** 展开的最大距离, 默认为无限制 */
110
+ distance?: MinMax;
111
+ };
112
+ } | ConfigFunction<C>;
113
+ /** 初始状态 */
114
+ initialState?: {
115
+ /** 显示/隐藏 */
116
+ visible?: boolean;
117
+ /** 展开/收起 */
118
+ unfolded?: boolean;
119
+ };
120
+ initialData?: PartialObjectDeep<ContentTypeMap[C]>;
121
+ tag3DConfig?: Create3DDomContainerParamsType['config'];
122
+ modelConfig?: {
123
+ autoLookAtEnabled?: boolean;
124
+ };
125
+ /** 当图片为一张时可以通过Mesh渲染 */
126
+ renderType?: 'Mesh' | 'Dom';
127
+ clickable?: false;
128
+ }
129
+ export {};
@@ -0,0 +1,152 @@
1
+ import type { DeprecatedMediaPlaneProperty, ContentType } from '../../Archive/deprecated';
2
+ import type { Position, TagIconUrl } from './Utils';
3
+ export type MediaData = {
4
+ type: 'Image';
5
+ url: string;
6
+ } | {
7
+ type: 'Video';
8
+ url: string;
9
+ videoCoverUrl?: string;
10
+ };
11
+ export type ObjectFit = 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';
12
+ type Object = Record<string | number | symbol, any>;
13
+ export type TagContentType = keyof typeof ContentType;
14
+ /**
15
+ * @description: 标签数据
16
+ */
17
+ interface ContentTypeMapInterface {
18
+ /** 文字标签 */
19
+ Text: {
20
+ appearance?: 'line' | 'plane';
21
+ /** @deprecated: 'text' replace by 'title' */
22
+ text?: string;
23
+ title?: string;
24
+ description?: string;
25
+ edit?: {
26
+ title?: {
27
+ inputting?: boolean;
28
+ placeholder?: string;
29
+ };
30
+ description?: {
31
+ inputting?: boolean;
32
+ placeholder?: string;
33
+ };
34
+ };
35
+ };
36
+ /** 音频标签 */
37
+ Audio: {
38
+ /** @deprecated: 'text' replace by title */
39
+ text?: string;
40
+ title?: string;
41
+ /** @description: 'line' 是旧的那种有一条线的,默认为'line', 'plane' 是新的那种圆形的 */
42
+ appearance?: 'line' | 'plane';
43
+ theme?: 'dark' | 'light';
44
+ audioUrl: string;
45
+ };
46
+ /** 图文标签 */
47
+ ImageText: {
48
+ /** @deprecated: 'text' replace by 'title' */
49
+ text?: string;
50
+ title?: string;
51
+ mediaData: (MediaData & {
52
+ name?: string;
53
+ })[];
54
+ };
55
+ /** 图片标签 */
56
+ Image: ContentTypeMapInterface['ImageText'];
57
+ /** 视频标签 */
58
+ Video: ContentTypeMapInterface['ImageText'];
59
+ /** 跳转外链标签 */
60
+ Link: {
61
+ /** @deprecated: 'text' replace by 'title' */
62
+ text?: string;
63
+ title?: string;
64
+ /** @deprecated: linkType 不再和样式绑定,使用 iconUrl 代替 */
65
+ linkType?: 'vr' | 'normal';
66
+ icon?: TagIconUrl;
67
+ };
68
+ /** VR跳转标签 */
69
+ VRLink: ContentTypeMapInterface['Link'];
70
+ /** 贴纸标签 */
71
+ Sticker: ContentTypeMapInterface['Link'];
72
+ /** 全景跳转标签 */
73
+ PanoLink: ContentTypeMapInterface['Link'];
74
+ /** 营销标签 */
75
+ Marketing: {
76
+ /** 标题 */
77
+ title: string;
78
+ /** 高亮的标签 */
79
+ brandTags?: string[];
80
+ /** 普通标签 */
81
+ tags?: string[];
82
+ /** 头部宣传图 */
83
+ headerPictureUrl?: string;
84
+ /** 跳转文字 */
85
+ highlightText?: string;
86
+ /** 主题 */
87
+ theme?: 'dark' | 'light';
88
+ /** 限制营销标签大小 */
89
+ limitWidth?: boolean | number;
90
+ /** 价格 */
91
+ price?: {
92
+ value: string | number;
93
+ /** 单位 */
94
+ unit: string;
95
+ };
96
+ };
97
+ /** 营销贴片 */
98
+ MediaPlane: {
99
+ enableCarousel?: boolean;
100
+ /** 多媒体在容器中的适配规则 {@link https://developer.mozilla.org/zh-CN/docs/Web/CSS/object-fit} */
101
+ objectFit?: ObjectFit;
102
+ autoplayConfig?: {
103
+ /**
104
+ * @description 是否自动播放视频
105
+ * @default autoplayVideo: false
106
+ */
107
+ autoplayVideo?: boolean;
108
+ /**
109
+ * @description 是否自动轮播
110
+ * @default autoplayCarousel: true
111
+ */
112
+ autoplayCarousel?: boolean;
113
+ /**
114
+ * @description 轮播中遇到视频是否要自动播放
115
+ * @default autoplayVideoInCarousel: false
116
+ */
117
+ autoplayVideoInCarousel?: boolean;
118
+ };
119
+ mediaData: MediaData[];
120
+ /** @description 暂停时的播放按钮url */
121
+ playIcon?: 'withText' | 'withoutText' | string;
122
+ } & DeprecatedMediaPlaneProperty;
123
+ MediaModel: {
124
+ modelUrl: string;
125
+ mediaData: MediaData[];
126
+ mediaPosition: [Position, Position, Position, Position];
127
+ matrix?: number[];
128
+ /** 多媒体在容器中的适配规则 {@link https://developer.mozilla.org/zh-CN/docs/Web/CSS/object-fit} */
129
+ objectFit?: ObjectFit;
130
+ action?: {
131
+ url: string;
132
+ type: 'iframe' | 'window';
133
+ };
134
+ };
135
+ Model: {
136
+ modelUrl: string;
137
+ matrix?: number[];
138
+ action?: {
139
+ url?: string;
140
+ type: 'iframe' | 'window' | 'custom';
141
+ };
142
+ };
143
+ Custom: Object;
144
+ Unknown: Object;
145
+ }
146
+ type ContentTypeMapInterfaceWithExtraData = {
147
+ [key in keyof ContentTypeMapInterface]: ContentTypeMapInterface[key] & {
148
+ extraData?: Object;
149
+ };
150
+ };
151
+ export type ContentTypeMap = Pick<ContentTypeMapInterfaceWithExtraData, TagContentType>;
152
+ export {};