@realsee/five 6.0.0-alpha.9 → 6.0.0-alpha.91

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 (386) hide show
  1. package/README.md +1 -1
  2. package/TERMS.txt +0 -2
  3. package/docs/assets/highlight.css +20 -20
  4. package/docs/assets/main.js +59 -52
  5. package/docs/assets/navigation.js +1 -0
  6. package/docs/assets/search.js +1 -1
  7. package/docs/assets/style.css +805 -825
  8. package/docs/classes/five.AnimationFrameLoop.html +16 -15
  9. package/docs/classes/five.BoxBoundingVolume.html +19 -1
  10. package/docs/classes/five.Camera.html +38 -11
  11. package/docs/classes/five.CullingVolume.html +13 -1
  12. package/docs/classes/five.Fetcher.html +5 -0
  13. package/docs/classes/five.Five.html +237 -290
  14. package/docs/classes/five.InternalWebGLRenderer.html +2 -1
  15. package/docs/classes/five.IntersectMesh.html +4 -1
  16. package/docs/classes/five.Model.html +70 -55
  17. package/docs/classes/five.ModelViewLayer.html +13 -0
  18. package/docs/classes/five.NetworkAbortError.html +2 -0
  19. package/docs/classes/five.NetworkFirbiddenError.html +2 -0
  20. package/docs/classes/five.NetworkResponseError.html +3 -0
  21. package/docs/classes/five.NetworkSubscribe.html +42 -56
  22. package/docs/classes/five.NetworkTimeoutError.html +2 -0
  23. package/docs/classes/five.PBMContainer.html +12 -13
  24. package/docs/classes/five.PBMGroup.html +3 -3
  25. package/docs/classes/five.PBMMesh.html +4 -5
  26. package/docs/classes/five.PBMMeshMaterial.html +50 -45
  27. package/docs/classes/five.PanoCircleMesh.html +30 -7
  28. package/docs/classes/five.PanoCircleMeshCustom.html +30 -7
  29. package/docs/classes/five.PanoCircleMeshSolid.html +30 -7
  30. package/docs/classes/five.RegionBoundingVolume.html +22 -1
  31. package/docs/classes/five.RequestScheduler.html +13 -12
  32. package/docs/classes/five.Scene.html +5 -3
  33. package/docs/classes/five.SphereBoundingVolume.html +18 -1
  34. package/docs/classes/five.Subscribe.html +43 -62
  35. package/docs/classes/five.TextureLoader.html +5 -1
  36. package/docs/classes/five.Tile.html +30 -1
  37. package/docs/classes/five.Tile3DModel.html +28 -1
  38. package/docs/classes/five.TileCubeTextureTarget.html +9 -1
  39. package/docs/classes/five.TileNode.html +5 -1
  40. package/docs/classes/five.Tileset.html +31 -5
  41. package/docs/classes/five.TilesetCache.html +8 -1
  42. package/docs/classes/five.TilesetTraverser.html +19 -1
  43. package/docs/classes/five.Work.html +33 -28
  44. package/docs/classes/five.XRButton.html +3 -1
  45. package/docs/classes/gltf_loader.DDSLoader.html +3 -1
  46. package/docs/classes/gltf_loader.DRACOLoader.html +8 -1
  47. package/docs/classes/gltf_loader.GLTFLoader.html +18 -17
  48. package/docs/classes/gltf_loader.GLTFObject.html +8 -6
  49. package/docs/classes/gltf_loader.GLTFParser.html +6 -1
  50. package/docs/classes/gltf_loader.THREEGLTFLoader.html +8 -1
  51. package/docs/classes/line.Line.html +10 -1
  52. package/docs/classes/line.LineGeometry.html +14 -1
  53. package/docs/classes/line.LineMaterial.html +8 -1
  54. package/docs/classes/line.LineSegmentsGeometry.html +12 -1
  55. package/docs/classes/line.THREE_Line2.html +4 -1
  56. package/docs/classes/line.THREE_LineSegments2.html +4 -1
  57. package/docs/classes/plugins.BasePlugin.Controller.html +38 -0
  58. package/docs/classes/plugins.ItemMaskController.html +37 -0
  59. package/docs/classes/react.Store.html +23 -29
  60. package/docs/classes/sticker.Sticker.html +25 -32
  61. package/docs/classes/vfx.Airflow.html +8 -1
  62. package/docs/classes/vfx.Flame.html +10 -1
  63. package/docs/classes/vfx.Particle.html +79 -82
  64. package/docs/classes/vfx.SpotLight.html +7 -1
  65. package/docs/enums/five.VolumePlaneIntersect.html +4 -1
  66. package/docs/functions/five.defaultImageURLTransform.html +5 -0
  67. package/docs/functions/five.getViewportScale.html +1 -0
  68. package/docs/functions/five.imageSupport.html +1 -0
  69. package/docs/functions/five.isPanoId.html +1 -0
  70. package/docs/functions/five.loadAt3d.html +1 -0
  71. package/docs/functions/five.loadB3dm.html +1 -0
  72. package/docs/functions/five.loadDome.html +1 -0
  73. package/docs/functions/five.loadDomez.html +1 -0
  74. package/docs/functions/five.loadPbm.html +1 -0
  75. package/docs/functions/five.loadPnts.html +1 -0
  76. package/docs/functions/five.panoEqual.html +1 -0
  77. package/docs/functions/five.panoParse.html +1 -0
  78. package/docs/functions/five.panoStringify.html +1 -0
  79. package/docs/functions/five.parseWork.html +7 -0
  80. package/docs/functions/plugins.ItemMaskPlugin.html +1 -0
  81. package/docs/functions/react.FiveCanvas-1.html +6 -0
  82. package/docs/functions/react.createFiveFeature.html +1 -0
  83. package/docs/functions/react.createFiveProvider.html +9 -0
  84. package/docs/functions/react.createStore.html +15 -0
  85. package/docs/functions/react.unsafe__useFiveInstance.html +5 -0
  86. package/docs/functions/react.useFiveAction.html +19 -0
  87. package/docs/functions/react.useFiveCameraDirection.html +3 -0
  88. package/docs/functions/react.useFiveCameraRaycaster.html +3 -0
  89. package/docs/functions/react.useFiveCurrentObserver.html +5 -0
  90. package/docs/functions/react.useFiveCurrentState.html +5 -0
  91. package/docs/functions/react.useFiveEventCallback.html +5 -0
  92. package/docs/functions/react.useFiveFloor.html +5 -0
  93. package/docs/functions/react.useFiveHelper.html +5 -0
  94. package/docs/functions/react.useFiveModelIntersectRaycaster.html +7 -0
  95. package/docs/functions/react.useFiveModelReadyState.html +4 -0
  96. package/docs/functions/react.useFiveProject2d.html +7 -0
  97. package/docs/functions/react.useFiveScene.html +2 -0
  98. package/docs/functions/react.useFiveSceneEffect.html +5 -0
  99. package/docs/functions/react.useFiveState.html +1 -0
  100. package/docs/functions/react.useFiveWork.html +8 -0
  101. package/docs/functions/react.withFive.html +1 -0
  102. package/docs/functions/vue.unsafe__useFiveInject.html +5 -0
  103. package/docs/functions/vue.useFiveAction.html +25 -0
  104. package/docs/functions/vue.useFiveCameraDirection.html +3 -0
  105. package/docs/functions/vue.useFiveCameraRaycaster.html +3 -0
  106. package/docs/functions/vue.useFiveCurrentObserver.html +5 -0
  107. package/docs/functions/vue.useFiveCurrentState.html +5 -0
  108. package/docs/functions/vue.useFiveEventCallback.html +5 -0
  109. package/docs/functions/vue.useFiveFloor.html +5 -0
  110. package/docs/functions/vue.useFiveHelper.html +5 -0
  111. package/docs/functions/vue.useFiveModel.html +2 -0
  112. package/docs/functions/vue.useFiveModelBounding.html +2 -0
  113. package/docs/functions/vue.useFiveModelIntersectRaycaster.html +7 -0
  114. package/docs/functions/vue.useFiveModelReadyState.html +4 -0
  115. package/docs/functions/vue.useFiveProject2d.html +7 -0
  116. package/docs/functions/vue.useFiveScene.html +2 -0
  117. package/docs/functions/vue.useFiveState.html +5 -0
  118. package/docs/functions/vue.useFiveWorks.html +8 -0
  119. package/docs/index.html +35 -79
  120. package/docs/interfaces/five.AddableObject.html +9 -9
  121. package/docs/interfaces/five.AjaxOptions.html +11 -0
  122. package/docs/interfaces/five.AnimationFrame.html +5 -1
  123. package/docs/interfaces/five.BaseEvent.html +5 -1
  124. package/docs/interfaces/five.BoundingVolume.html +15 -1
  125. package/docs/interfaces/five.CameraPose.html +6 -1
  126. package/docs/interfaces/five.ClipperParameter.html +3 -1
  127. package/docs/interfaces/five.EventCallback.html +355 -462
  128. package/docs/interfaces/five.FiveInitArgs.html +82 -86
  129. package/docs/interfaces/five.FiveLoadOptions.html +36 -0
  130. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +17 -15
  131. package/docs/interfaces/five.GestureEvent.html +19 -1
  132. package/docs/interfaces/five.ImageOptions.html +16 -18
  133. package/docs/interfaces/five.ImageURLMappings.html +1 -1
  134. package/docs/interfaces/five.ImageURLOptions.html +15 -15
  135. package/docs/interfaces/five.IntersectEvent.html +8 -1
  136. package/docs/interfaces/five.IntersectMeshInterface.html +3 -3
  137. package/docs/interfaces/five.Intersection.html +3 -7
  138. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +15 -11
  139. package/docs/interfaces/five.ModeChangeEvent.html +9 -1
  140. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +18 -18
  141. package/docs/interfaces/five.ModelEvent.html +8 -1
  142. package/docs/interfaces/five.ModelsEvent.html +6 -1
  143. package/docs/interfaces/five.MotionKeyframe.html +4 -1
  144. package/docs/interfaces/five.MovePanoOptions.html +24 -35
  145. package/docs/interfaces/five.NetworkOptions.html +9 -9
  146. package/docs/interfaces/five.NetworkResourceEvent.html +9 -1
  147. package/docs/interfaces/five.ObjectEvent.html +6 -1
  148. package/docs/interfaces/five.PBMPanoPicture.html +7 -7
  149. package/docs/interfaces/five.PBMParameters.html +42 -43
  150. package/docs/interfaces/five.PanoCircleMeshCustomOptions.html +9 -1
  151. package/docs/interfaces/five.PanoCircleMeshInterface.html +21 -10
  152. package/docs/interfaces/five.PanoCircleMeshOptions.html +3 -1
  153. package/docs/interfaces/five.PanoCircleMeshSolidOptions.html +3 -1
  154. package/docs/interfaces/five.PanoEvent.html +11 -1
  155. package/docs/interfaces/five.PanoTextureEvent.html +9 -1
  156. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +32 -32
  157. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +18 -18
  158. package/docs/interfaces/five.Pose.html +15 -32
  159. package/docs/interfaces/five.RenderEvent.html +7 -1
  160. package/docs/interfaces/five.Scissor.html +11 -12
  161. package/docs/interfaces/five.State.html +20 -21
  162. package/docs/interfaces/five.StateEvent.html +7 -1
  163. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -1
  164. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -1
  165. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -1
  166. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -1
  167. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -1
  168. package/docs/interfaces/five.SubscribeMixinType.waitUnitl.html +1 -1
  169. package/docs/interfaces/five.TextureOptions.html +18 -20
  170. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +6 -3
  171. package/docs/interfaces/five.TileCubeNode.html +7 -1
  172. package/docs/interfaces/five.TileCubeTree.html +2 -1
  173. package/docs/interfaces/five.TileHeader.html +9 -1
  174. package/docs/interfaces/five.TilesetHeader.html +5 -1
  175. package/docs/interfaces/five.TilesetOptions.html +5 -1
  176. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +9 -9
  177. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +28 -28
  178. package/docs/interfaces/five.WebXRAxesParams.html +4 -1
  179. package/docs/interfaces/five.WebXRControllerParams.html +2 -1
  180. package/docs/interfaces/five.WorkCubeImage.html +15 -13
  181. package/docs/interfaces/five.WorkImage.html +20 -21
  182. package/docs/interfaces/five.WorkInitial.html +17 -17
  183. package/docs/interfaces/five.WorkModel.html +12 -13
  184. package/docs/interfaces/five.WorkObserver.html +40 -39
  185. package/docs/interfaces/five.WorkResolvedObserver.html +41 -37
  186. package/docs/interfaces/five.WorkTile.html +10 -1
  187. package/docs/interfaces/five.WorkVideo.html +8 -9
  188. package/docs/interfaces/five.WorksEvent.html +9 -1
  189. package/docs/interfaces/five.XRControllerEvent.html +8 -1
  190. package/docs/interfaces/five.XRGestureEvent.html +11 -1
  191. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +28 -28
  192. package/docs/interfaces/five.XRSessionEvent.html +7 -1
  193. package/docs/interfaces/gltf_loader.DDS.html +7 -1
  194. package/docs/interfaces/gltf_loader.GLTF.html +10 -4
  195. package/docs/interfaces/gltf_loader.GLTFReference.html +3 -1
  196. package/docs/interfaces/gltf_loader.THREEGLTF.html +8 -1
  197. package/docs/interfaces/plugins.BasePlugin.BaseOptions.html +3 -0
  198. package/docs/interfaces/plugins.BasePlugin.Config.html +5 -0
  199. package/docs/interfaces/plugins.BasePlugin.State.html +8 -0
  200. package/docs/interfaces/plugins.ItemMaskPluginType.Config.html +2 -0
  201. package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +10 -0
  202. package/docs/interfaces/plugins.ItemMaskPluginType.ItemType.html +13 -0
  203. package/docs/interfaces/plugins.ItemMaskPluginType.MaskType.html +4 -0
  204. package/docs/interfaces/plugins.ItemMaskPluginType.Params.html +4 -0
  205. package/docs/interfaces/plugins.ItemMaskPluginType.State.html +14 -0
  206. package/docs/interfaces/react.FiveActionReactCallbacks.html +27 -37
  207. package/docs/interfaces/react.FiveInjectionTypes.html +112 -138
  208. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +2 -1
  209. package/docs/interfaces/sticker.IntersectionLike.html +7 -8
  210. package/docs/interfaces/vfx.ParticleArgs.html +67 -68
  211. package/docs/interfaces/vfx.ParticleTweenKeyframe.html +3 -1
  212. package/docs/interfaces/vue.FiveActionVueCallbacks.html +31 -42
  213. package/docs/modules/five.SubscribeMixinType.html +7 -1
  214. package/docs/modules/five.html +171 -643
  215. package/docs/modules/gltf_loader.html +11 -1
  216. package/docs/modules/line.html +8 -1
  217. package/docs/modules/plugins.BasePlugin.html +6 -0
  218. package/docs/modules/plugins.ItemMaskPluginType.html +9 -0
  219. package/docs/modules/plugins.html +5 -0
  220. package/docs/modules/react.FiveCanvas.html +8 -0
  221. package/docs/modules/react.html +37 -130
  222. package/docs/modules/sticker.html +3 -1
  223. package/docs/modules/vfx.html +8 -1
  224. package/docs/modules/vue.html +24 -115
  225. package/docs/types/five.AjaxResponseType.html +1 -0
  226. package/docs/types/five.AjaxResponseTypeMapping.html +1 -0
  227. package/docs/types/five.BoundingVolumeJson.html +1 -0
  228. package/docs/types/five.BoxBoundingVolumeJson.html +1 -0
  229. package/docs/types/five.ControllerCustomInitTypes.html +1 -0
  230. package/docs/types/five.ControllerEventTypes.html +32 -0
  231. package/docs/types/five.CoordinatesSystemTransformer.html +1 -0
  232. package/docs/types/five.EventTypes.html +26 -0
  233. package/docs/types/five.FivePlugin.html +71 -0
  234. package/docs/types/five.FivePluginInit.html +3 -0
  235. package/docs/types/five.FivePluginInstance.html +3 -0
  236. package/docs/types/five.GestureTypes.html +1 -0
  237. package/docs/types/five.LegacyEventType.html +203 -0
  238. package/docs/types/five.LooseWork.html +1 -0
  239. package/docs/types/five.LooseWorkInitial.html +1 -0
  240. package/docs/types/five.LooseWorkModel.html +1 -0
  241. package/docs/types/five.LooseWorkObserver.html +1 -0
  242. package/docs/types/five.LooseWorkPanorama.html +1 -0
  243. package/docs/types/five.LooseWorkVideo.html +1 -0
  244. package/docs/types/five.LooseWorkWithExtrinsics.html +2 -0
  245. package/docs/types/five.Mirror.html +1 -0
  246. package/docs/types/five.Mode.html +10 -0
  247. package/docs/types/five.ModelMaterialValues.html +1 -0
  248. package/docs/types/five.Models.html +13 -0
  249. package/docs/types/five.MotionValue.html +1 -0
  250. package/docs/types/five.MovePanoEffect.html +9 -0
  251. package/docs/types/five.NetWorkMeta.html +1 -0
  252. package/docs/types/five.NetworkError.html +1 -0
  253. package/docs/types/five.NetworkErrorCallback.html +1 -0
  254. package/docs/types/five.NetworkProgressCallback.html +1 -0
  255. package/docs/types/five.NetworkResponse.html +1 -0
  256. package/docs/types/five.NetworkState.html +1 -0
  257. package/docs/types/five.NetworkSuccessCallback.html +1 -0
  258. package/docs/types/five.NetworkType.html +1 -0
  259. package/docs/types/five.Pano.html +1 -0
  260. package/docs/types/five.PanoId.html +1 -0
  261. package/docs/types/five.ParseWorkOptions.html +6 -0
  262. package/docs/types/five.ParsedResultType.html +1 -0
  263. package/docs/types/five.PostProcessingType.html +1 -0
  264. package/docs/types/five.RegionBoundingVolumeJson.html +1 -0
  265. package/docs/types/five.RequestResult.html +1 -0
  266. package/docs/types/five.SphereBoundingVolumeJson.html +1 -0
  267. package/docs/types/five.SubscribeEventMap.html +1 -0
  268. package/docs/types/five.TileContentData.html +1 -0
  269. package/docs/types/five.TilesetFrameState.html +1 -0
  270. package/docs/types/five.WebXRControllerKey.html +1 -0
  271. package/docs/types/five.WebXRControllerType.html +1 -0
  272. package/docs/types/five.Works.html +1 -0
  273. package/docs/types/line.LineMaterialParameters.html +1 -0
  274. package/docs/types/plugins.BasePlugin.EventMap.html +6 -0
  275. package/docs/types/plugins.ItemMaskPluginType.PluginData.html +1 -0
  276. package/docs/types/plugins.ItemMaskPluginType.ServerData.html +1 -0
  277. package/docs/types/react.FiveInjectionActionFeature.html +1 -0
  278. package/docs/types/react.FiveInjectionDataFeature.html +1 -0
  279. package/docs/types/react.FiveInjectionFeature.html +1 -0
  280. package/docs/types/react.FiveProviderPropTypes.html +1 -0
  281. package/docs/types/react.FiveProviderType.html +1 -0
  282. package/docs/types/react.StoreActionMapHanlder.html +1 -0
  283. package/docs/types/react.StoreActionMapType.html +1 -0
  284. package/docs/types/react.StoreProviderType.html +1 -0
  285. package/docs/types/react.StoreValueMapType.html +1 -0
  286. package/docs/types/vfx.ParticleType.html +1 -0
  287. package/docs/types/vue.FiveModelIntersectRaycaster.html +1 -0
  288. package/docs/types/vue.FiveProviderComponent.html +1 -0
  289. package/docs/types/vue.Project2d.html +1 -0
  290. package/docs/variables/five.PROXY_CONTROLLER_EVENT_NAMES.html +1 -0
  291. package/docs/variables/five.defaultPbmParameters.html +1 -0
  292. package/docs/variables/react.INJECTION_PROPNAME.html +1 -0
  293. package/docs/variables/vue.FiveCanvas.html +8 -0
  294. package/docs/variables/vue.FiveProvider.html +8 -0
  295. package/five/index.d.ts +481 -351
  296. package/five/index.js +1879 -218
  297. package/five/index.mjs +23126 -0
  298. package/gltf-loader/index.js +204 -203
  299. package/gltf-loader/index.mjs +1708 -0
  300. package/line/index.js +396 -202
  301. package/line/index.mjs +776 -0
  302. package/package.json +48 -12
  303. package/plugins/index.d.ts +253 -0
  304. package/plugins/index.js +350 -0
  305. package/plugins/index.mjs +796 -0
  306. package/react/index.d.ts +35 -44
  307. package/react/index.js +198 -203
  308. package/react/index.mjs +1072 -0
  309. package/scripts/five-staticify.js +183 -2
  310. package/sticker/index.js +198 -203
  311. package/sticker/index.mjs +399 -0
  312. package/umd/five-gltf-loader.js +261 -1
  313. package/umd/five-line.js +454 -1
  314. package/umd/five-plugins.js +350 -0
  315. package/umd/five-react.js +255 -1
  316. package/umd/five-sticker.js +255 -1
  317. package/umd/five-vfx.js +539 -1
  318. package/umd/five-vue.js +255 -1
  319. package/umd/five.js +2023 -2
  320. package/vfx/index.js +481 -202
  321. package/vfx/index.mjs +1032 -0
  322. package/vue/index.d.ts +1 -1
  323. package/vue/index.js +198 -203
  324. package/vue/index.mjs +574 -0
  325. package/docs/assets/icons.css +0 -1043
  326. package/docs/assets/icons.png +0 -0
  327. package/docs/assets/icons@2x.png +0 -0
  328. package/docs/assets/widgets.png +0 -0
  329. package/docs/assets/widgets@2x.png +0 -0
  330. package/docs/classes/five.BVH.html +0 -10
  331. package/docs/classes/five.BVHIntersect.html +0 -1
  332. package/docs/classes/five.BVHNode.html +0 -7
  333. package/docs/classes/five.BVHVector3.html +0 -1
  334. package/docs/classes/five.Clipper.html +0 -1
  335. package/docs/classes/five.PBMMaterialReferenceCache.html +0 -1
  336. package/docs/enums/five.PBMPointColorType.html +0 -1
  337. package/docs/enums/five.PBMPointShapeType.html +0 -1
  338. package/docs/enums/five.PBMPointSizeType.html +0 -1
  339. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +0 -26
  340. package/docs/interfaces/five.ModelLodOptions.html +0 -1
  341. package/docs/interfaces/five.WorkOptions.html +0 -15
  342. package/docs/modules.html +0 -1
  343. package/exporters/staticify.js +0 -210
  344. package/scripts/five-plugin-init.js +0 -83
  345. package/scripts/five-quick-start-init.js +0 -80
  346. package/scripts/five-react-component-init.js +0 -83
  347. package/templates/plugin/README.md +0 -38
  348. package/templates/plugin/devtools/external-five.js +0 -5
  349. package/templates/plugin/devtools/external-three.js +0 -5
  350. package/templates/plugin/devtools/tsconfig.build.json +0 -18
  351. package/templates/plugin/devtools/webpack.bundle.js +0 -44
  352. package/templates/plugin/devtools/webpack.example.js +0 -39
  353. package/templates/plugin/docs/.gitkeep +0 -0
  354. package/templates/plugin/examples/data.json +0 -507
  355. package/templates/plugin/examples/index.html +0 -28
  356. package/templates/plugin/examples/index.ts +0 -12
  357. package/templates/plugin/lib/index.ts +0 -30
  358. package/templates/plugin/package.json +0 -32
  359. package/templates/plugin/tsconfig.json +0 -26
  360. package/templates/quick-start/README.md +0 -47
  361. package/templates/quick-start/assets/work.json +0 -507
  362. package/templates/quick-start/index.html +0 -54
  363. package/templates/quick-start/index.tsx +0 -123
  364. package/templates/quick-start/package.json +0 -25
  365. package/templates/quick-start/tsconfig.json +0 -27
  366. package/templates/quick-start/webpack.config.js +0 -45
  367. package/templates/quick-start/webpack.production.js +0 -42
  368. package/templates/react-component/README.md +0 -32
  369. package/templates/react-component/devtools/external-five.js +0 -5
  370. package/templates/react-component/devtools/external-react.js +0 -5
  371. package/templates/react-component/devtools/external-three.js +0 -5
  372. package/templates/react-component/devtools/tsconfig.build.json +0 -19
  373. package/templates/react-component/devtools/webpack.bundle.js +0 -44
  374. package/templates/react-component/devtools/webpack.example.js +0 -39
  375. package/templates/react-component/docs/.gitkeep +0 -0
  376. package/templates/react-component/examples/data.json +0 -507
  377. package/templates/react-component/examples/index.html +0 -17
  378. package/templates/react-component/examples/index.tsx +0 -62
  379. package/templates/react-component/lib/index.tsx +0 -157
  380. package/templates/react-component/package.json +0 -38
  381. package/templates/react-component/tsconfig.json +0 -27
  382. package/umd/five-gltf-loader.js.LICENSE.txt +0 -14
  383. package/umd/five-line.js.LICENSE.txt +0 -14
  384. package/umd/five-react.js.LICENSE.txt +0 -14
  385. package/umd/five-sticker.js.LICENSE.txt +0 -14
  386. package/umd/five.js.LICENSE.txt +0 -100
@@ -1,1043 +0,0 @@
1
- .tsd-kind-icon {
2
- display: block;
3
- position: relative;
4
- padding-left: 20px;
5
- text-indent: -20px;
6
- }
7
- .tsd-kind-icon:before {
8
- content: "";
9
- display: inline-block;
10
- vertical-align: middle;
11
- width: 17px;
12
- height: 17px;
13
- margin: 0 3px 2px 0;
14
- background-image: url(./icons.png);
15
- }
16
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
17
- .tsd-kind-icon:before {
18
- background-image: url(./icons@2x.png);
19
- background-size: 238px 204px;
20
- }
21
- }
22
-
23
- .tsd-signature.tsd-kind-icon:before {
24
- background-position: 0 -153px;
25
- }
26
-
27
- .tsd-kind-object-literal > .tsd-kind-icon:before {
28
- background-position: 0px -17px;
29
- }
30
- .tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before {
31
- background-position: -17px -17px;
32
- }
33
- .tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before {
34
- background-position: -34px -17px;
35
- }
36
-
37
- .tsd-kind-class > .tsd-kind-icon:before {
38
- background-position: 0px -34px;
39
- }
40
- .tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before {
41
- background-position: -17px -34px;
42
- }
43
- .tsd-kind-class.tsd-is-private > .tsd-kind-icon:before {
44
- background-position: -34px -34px;
45
- }
46
-
47
- .tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before {
48
- background-position: 0px -51px;
49
- }
50
- .tsd-kind-class.tsd-has-type-parameter.tsd-is-protected
51
- > .tsd-kind-icon:before {
52
- background-position: -17px -51px;
53
- }
54
- .tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
55
- background-position: -34px -51px;
56
- }
57
-
58
- .tsd-kind-interface > .tsd-kind-icon:before {
59
- background-position: 0px -68px;
60
- }
61
- .tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before {
62
- background-position: -17px -68px;
63
- }
64
- .tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before {
65
- background-position: -34px -68px;
66
- }
67
-
68
- .tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before {
69
- background-position: 0px -85px;
70
- }
71
- .tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected
72
- > .tsd-kind-icon:before {
73
- background-position: -17px -85px;
74
- }
75
- .tsd-kind-interface.tsd-has-type-parameter.tsd-is-private
76
- > .tsd-kind-icon:before {
77
- background-position: -34px -85px;
78
- }
79
-
80
- .tsd-kind-namespace > .tsd-kind-icon:before {
81
- background-position: 0px -102px;
82
- }
83
- .tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before {
84
- background-position: -17px -102px;
85
- }
86
- .tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before {
87
- background-position: -34px -102px;
88
- }
89
-
90
- .tsd-kind-module > .tsd-kind-icon:before {
91
- background-position: 0px -102px;
92
- }
93
- .tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before {
94
- background-position: -17px -102px;
95
- }
96
- .tsd-kind-module.tsd-is-private > .tsd-kind-icon:before {
97
- background-position: -34px -102px;
98
- }
99
-
100
- .tsd-kind-enum > .tsd-kind-icon:before {
101
- background-position: 0px -119px;
102
- }
103
- .tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
104
- background-position: -17px -119px;
105
- }
106
- .tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before {
107
- background-position: -34px -119px;
108
- }
109
-
110
- .tsd-kind-enum-member > .tsd-kind-icon:before {
111
- background-position: 0px -136px;
112
- }
113
- .tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before {
114
- background-position: -17px -136px;
115
- }
116
- .tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before {
117
- background-position: -34px -136px;
118
- }
119
-
120
- .tsd-kind-signature > .tsd-kind-icon:before {
121
- background-position: 0px -153px;
122
- }
123
- .tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before {
124
- background-position: -17px -153px;
125
- }
126
- .tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before {
127
- background-position: -34px -153px;
128
- }
129
-
130
- .tsd-kind-type-alias > .tsd-kind-icon:before {
131
- background-position: 0px -170px;
132
- }
133
- .tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before {
134
- background-position: -17px -170px;
135
- }
136
- .tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before {
137
- background-position: -34px -170px;
138
- }
139
-
140
- .tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before {
141
- background-position: 0px -187px;
142
- }
143
- .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected
144
- > .tsd-kind-icon:before {
145
- background-position: -17px -187px;
146
- }
147
- .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private
148
- > .tsd-kind-icon:before {
149
- background-position: -34px -187px;
150
- }
151
-
152
- .tsd-kind-variable > .tsd-kind-icon:before {
153
- background-position: -136px -0px;
154
- }
155
- .tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before {
156
- background-position: -153px -0px;
157
- }
158
- .tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before {
159
- background-position: -119px -0px;
160
- }
161
- .tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before {
162
- background-position: -51px -0px;
163
- }
164
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited
165
- > .tsd-kind-icon:before {
166
- background-position: -68px -0px;
167
- }
168
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected
169
- > .tsd-kind-icon:before {
170
- background-position: -85px -0px;
171
- }
172
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
173
- > .tsd-kind-icon:before {
174
- background-position: -102px -0px;
175
- }
176
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-private
177
- > .tsd-kind-icon:before {
178
- background-position: -119px -0px;
179
- }
180
- .tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before {
181
- background-position: -170px -0px;
182
- }
183
- .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected
184
- > .tsd-kind-icon:before {
185
- background-position: -187px -0px;
186
- }
187
- .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
188
- background-position: -119px -0px;
189
- }
190
- .tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before {
191
- background-position: -204px -0px;
192
- }
193
- .tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited
194
- > .tsd-kind-icon:before {
195
- background-position: -221px -0px;
196
- }
197
-
198
- .tsd-kind-property > .tsd-kind-icon:before {
199
- background-position: -136px -0px;
200
- }
201
- .tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before {
202
- background-position: -153px -0px;
203
- }
204
- .tsd-kind-property.tsd-is-private > .tsd-kind-icon:before {
205
- background-position: -119px -0px;
206
- }
207
- .tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before {
208
- background-position: -51px -0px;
209
- }
210
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited
211
- > .tsd-kind-icon:before {
212
- background-position: -68px -0px;
213
- }
214
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected
215
- > .tsd-kind-icon:before {
216
- background-position: -85px -0px;
217
- }
218
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
219
- > .tsd-kind-icon:before {
220
- background-position: -102px -0px;
221
- }
222
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-private
223
- > .tsd-kind-icon:before {
224
- background-position: -119px -0px;
225
- }
226
- .tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before {
227
- background-position: -170px -0px;
228
- }
229
- .tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected
230
- > .tsd-kind-icon:before {
231
- background-position: -187px -0px;
232
- }
233
- .tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
234
- background-position: -119px -0px;
235
- }
236
- .tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before {
237
- background-position: -204px -0px;
238
- }
239
- .tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited
240
- > .tsd-kind-icon:before {
241
- background-position: -221px -0px;
242
- }
243
-
244
- .tsd-kind-get-signature > .tsd-kind-icon:before {
245
- background-position: -136px -17px;
246
- }
247
- .tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before {
248
- background-position: -153px -17px;
249
- }
250
- .tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before {
251
- background-position: -119px -17px;
252
- }
253
- .tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
254
- background-position: -51px -17px;
255
- }
256
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited
257
- > .tsd-kind-icon:before {
258
- background-position: -68px -17px;
259
- }
260
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected
261
- > .tsd-kind-icon:before {
262
- background-position: -85px -17px;
263
- }
264
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
265
- > .tsd-kind-icon:before {
266
- background-position: -102px -17px;
267
- }
268
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private
269
- > .tsd-kind-icon:before {
270
- background-position: -119px -17px;
271
- }
272
- .tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
273
- background-position: -170px -17px;
274
- }
275
- .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected
276
- > .tsd-kind-icon:before {
277
- background-position: -187px -17px;
278
- }
279
- .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private
280
- > .tsd-kind-icon:before {
281
- background-position: -119px -17px;
282
- }
283
- .tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
284
- background-position: -204px -17px;
285
- }
286
- .tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited
287
- > .tsd-kind-icon:before {
288
- background-position: -221px -17px;
289
- }
290
-
291
- .tsd-kind-set-signature > .tsd-kind-icon:before {
292
- background-position: -136px -34px;
293
- }
294
- .tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before {
295
- background-position: -153px -34px;
296
- }
297
- .tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before {
298
- background-position: -119px -34px;
299
- }
300
- .tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
301
- background-position: -51px -34px;
302
- }
303
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited
304
- > .tsd-kind-icon:before {
305
- background-position: -68px -34px;
306
- }
307
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected
308
- > .tsd-kind-icon:before {
309
- background-position: -85px -34px;
310
- }
311
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
312
- > .tsd-kind-icon:before {
313
- background-position: -102px -34px;
314
- }
315
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private
316
- > .tsd-kind-icon:before {
317
- background-position: -119px -34px;
318
- }
319
- .tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
320
- background-position: -170px -34px;
321
- }
322
- .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected
323
- > .tsd-kind-icon:before {
324
- background-position: -187px -34px;
325
- }
326
- .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private
327
- > .tsd-kind-icon:before {
328
- background-position: -119px -34px;
329
- }
330
- .tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
331
- background-position: -204px -34px;
332
- }
333
- .tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited
334
- > .tsd-kind-icon:before {
335
- background-position: -221px -34px;
336
- }
337
-
338
- .tsd-kind-accessor > .tsd-kind-icon:before {
339
- background-position: -136px -51px;
340
- }
341
- .tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before {
342
- background-position: -153px -51px;
343
- }
344
- .tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before {
345
- background-position: -119px -51px;
346
- }
347
- .tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before {
348
- background-position: -51px -51px;
349
- }
350
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited
351
- > .tsd-kind-icon:before {
352
- background-position: -68px -51px;
353
- }
354
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected
355
- > .tsd-kind-icon:before {
356
- background-position: -85px -51px;
357
- }
358
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
359
- > .tsd-kind-icon:before {
360
- background-position: -102px -51px;
361
- }
362
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private
363
- > .tsd-kind-icon:before {
364
- background-position: -119px -51px;
365
- }
366
- .tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before {
367
- background-position: -170px -51px;
368
- }
369
- .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected
370
- > .tsd-kind-icon:before {
371
- background-position: -187px -51px;
372
- }
373
- .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
374
- background-position: -119px -51px;
375
- }
376
- .tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before {
377
- background-position: -204px -51px;
378
- }
379
- .tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited
380
- > .tsd-kind-icon:before {
381
- background-position: -221px -51px;
382
- }
383
-
384
- .tsd-kind-function > .tsd-kind-icon:before {
385
- background-position: -136px -68px;
386
- }
387
- .tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {
388
- background-position: -153px -68px;
389
- }
390
- .tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {
391
- background-position: -119px -68px;
392
- }
393
- .tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {
394
- background-position: -51px -68px;
395
- }
396
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited
397
- > .tsd-kind-icon:before {
398
- background-position: -68px -68px;
399
- }
400
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected
401
- > .tsd-kind-icon:before {
402
- background-position: -85px -68px;
403
- }
404
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
405
- > .tsd-kind-icon:before {
406
- background-position: -102px -68px;
407
- }
408
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-private
409
- > .tsd-kind-icon:before {
410
- background-position: -119px -68px;
411
- }
412
- .tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {
413
- background-position: -170px -68px;
414
- }
415
- .tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected
416
- > .tsd-kind-icon:before {
417
- background-position: -187px -68px;
418
- }
419
- .tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
420
- background-position: -119px -68px;
421
- }
422
- .tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before {
423
- background-position: -204px -68px;
424
- }
425
- .tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited
426
- > .tsd-kind-icon:before {
427
- background-position: -221px -68px;
428
- }
429
-
430
- .tsd-kind-method > .tsd-kind-icon:before {
431
- background-position: -136px -68px;
432
- }
433
- .tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {
434
- background-position: -153px -68px;
435
- }
436
- .tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {
437
- background-position: -119px -68px;
438
- }
439
- .tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {
440
- background-position: -51px -68px;
441
- }
442
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited
443
- > .tsd-kind-icon:before {
444
- background-position: -68px -68px;
445
- }
446
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected
447
- > .tsd-kind-icon:before {
448
- background-position: -85px -68px;
449
- }
450
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
451
- > .tsd-kind-icon:before {
452
- background-position: -102px -68px;
453
- }
454
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
455
- background-position: -119px -68px;
456
- }
457
- .tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {
458
- background-position: -170px -68px;
459
- }
460
- .tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
461
- background-position: -187px -68px;
462
- }
463
- .tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
464
- background-position: -119px -68px;
465
- }
466
- .tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before {
467
- background-position: -204px -68px;
468
- }
469
- .tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited
470
- > .tsd-kind-icon:before {
471
- background-position: -221px -68px;
472
- }
473
-
474
- .tsd-kind-call-signature > .tsd-kind-icon:before {
475
- background-position: -136px -68px;
476
- }
477
- .tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before {
478
- background-position: -153px -68px;
479
- }
480
- .tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {
481
- background-position: -119px -68px;
482
- }
483
- .tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
484
- background-position: -51px -68px;
485
- }
486
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited
487
- > .tsd-kind-icon:before {
488
- background-position: -68px -68px;
489
- }
490
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected
491
- > .tsd-kind-icon:before {
492
- background-position: -85px -68px;
493
- }
494
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
495
- > .tsd-kind-icon:before {
496
- background-position: -102px -68px;
497
- }
498
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private
499
- > .tsd-kind-icon:before {
500
- background-position: -119px -68px;
501
- }
502
- .tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
503
- background-position: -170px -68px;
504
- }
505
- .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected
506
- > .tsd-kind-icon:before {
507
- background-position: -187px -68px;
508
- }
509
- .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private
510
- > .tsd-kind-icon:before {
511
- background-position: -119px -68px;
512
- }
513
- .tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
514
- background-position: -204px -68px;
515
- }
516
- .tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited
517
- > .tsd-kind-icon:before {
518
- background-position: -221px -68px;
519
- }
520
-
521
- .tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before {
522
- background-position: -136px -85px;
523
- }
524
- .tsd-kind-function.tsd-has-type-parameter.tsd-is-protected
525
- > .tsd-kind-icon:before {
526
- background-position: -153px -85px;
527
- }
528
- .tsd-kind-function.tsd-has-type-parameter.tsd-is-private
529
- > .tsd-kind-icon:before {
530
- background-position: -119px -85px;
531
- }
532
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class
533
- > .tsd-kind-icon:before {
534
- background-position: -51px -85px;
535
- }
536
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited
537
- > .tsd-kind-icon:before {
538
- background-position: -68px -85px;
539
- }
540
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected
541
- > .tsd-kind-icon:before {
542
- background-position: -85px -85px;
543
- }
544
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
545
- > .tsd-kind-icon:before {
546
- background-position: -102px -85px;
547
- }
548
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private
549
- > .tsd-kind-icon:before {
550
- background-position: -119px -85px;
551
- }
552
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum
553
- > .tsd-kind-icon:before {
554
- background-position: -170px -85px;
555
- }
556
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected
557
- > .tsd-kind-icon:before {
558
- background-position: -187px -85px;
559
- }
560
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private
561
- > .tsd-kind-icon:before {
562
- background-position: -119px -85px;
563
- }
564
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface
565
- > .tsd-kind-icon:before {
566
- background-position: -204px -85px;
567
- }
568
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited
569
- > .tsd-kind-icon:before {
570
- background-position: -221px -85px;
571
- }
572
-
573
- .tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before {
574
- background-position: -136px -85px;
575
- }
576
- .tsd-kind-method.tsd-has-type-parameter.tsd-is-protected
577
- > .tsd-kind-icon:before {
578
- background-position: -153px -85px;
579
- }
580
- .tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
581
- background-position: -119px -85px;
582
- }
583
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class
584
- > .tsd-kind-icon:before {
585
- background-position: -51px -85px;
586
- }
587
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited
588
- > .tsd-kind-icon:before {
589
- background-position: -68px -85px;
590
- }
591
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected
592
- > .tsd-kind-icon:before {
593
- background-position: -85px -85px;
594
- }
595
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
596
- > .tsd-kind-icon:before {
597
- background-position: -102px -85px;
598
- }
599
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private
600
- > .tsd-kind-icon:before {
601
- background-position: -119px -85px;
602
- }
603
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum
604
- > .tsd-kind-icon:before {
605
- background-position: -170px -85px;
606
- }
607
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected
608
- > .tsd-kind-icon:before {
609
- background-position: -187px -85px;
610
- }
611
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private
612
- > .tsd-kind-icon:before {
613
- background-position: -119px -85px;
614
- }
615
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface
616
- > .tsd-kind-icon:before {
617
- background-position: -204px -85px;
618
- }
619
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited
620
- > .tsd-kind-icon:before {
621
- background-position: -221px -85px;
622
- }
623
-
624
- .tsd-kind-constructor > .tsd-kind-icon:before {
625
- background-position: -136px -102px;
626
- }
627
- .tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before {
628
- background-position: -153px -102px;
629
- }
630
- .tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before {
631
- background-position: -119px -102px;
632
- }
633
- .tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before {
634
- background-position: -51px -102px;
635
- }
636
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited
637
- > .tsd-kind-icon:before {
638
- background-position: -68px -102px;
639
- }
640
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected
641
- > .tsd-kind-icon:before {
642
- background-position: -85px -102px;
643
- }
644
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
645
- > .tsd-kind-icon:before {
646
- background-position: -102px -102px;
647
- }
648
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private
649
- > .tsd-kind-icon:before {
650
- background-position: -119px -102px;
651
- }
652
- .tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before {
653
- background-position: -170px -102px;
654
- }
655
- .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected
656
- > .tsd-kind-icon:before {
657
- background-position: -187px -102px;
658
- }
659
- .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private
660
- > .tsd-kind-icon:before {
661
- background-position: -119px -102px;
662
- }
663
- .tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before {
664
- background-position: -204px -102px;
665
- }
666
- .tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited
667
- > .tsd-kind-icon:before {
668
- background-position: -221px -102px;
669
- }
670
-
671
- .tsd-kind-constructor-signature > .tsd-kind-icon:before {
672
- background-position: -136px -102px;
673
- }
674
- .tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before {
675
- background-position: -153px -102px;
676
- }
677
- .tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before {
678
- background-position: -119px -102px;
679
- }
680
- .tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
681
- background-position: -51px -102px;
682
- }
683
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited
684
- > .tsd-kind-icon:before {
685
- background-position: -68px -102px;
686
- }
687
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected
688
- > .tsd-kind-icon:before {
689
- background-position: -85px -102px;
690
- }
691
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
692
- > .tsd-kind-icon:before {
693
- background-position: -102px -102px;
694
- }
695
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private
696
- > .tsd-kind-icon:before {
697
- background-position: -119px -102px;
698
- }
699
- .tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
700
- background-position: -170px -102px;
701
- }
702
- .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected
703
- > .tsd-kind-icon:before {
704
- background-position: -187px -102px;
705
- }
706
- .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private
707
- > .tsd-kind-icon:before {
708
- background-position: -119px -102px;
709
- }
710
- .tsd-kind-constructor-signature.tsd-parent-kind-interface
711
- > .tsd-kind-icon:before {
712
- background-position: -204px -102px;
713
- }
714
- .tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited
715
- > .tsd-kind-icon:before {
716
- background-position: -221px -102px;
717
- }
718
-
719
- .tsd-kind-index-signature > .tsd-kind-icon:before {
720
- background-position: -136px -119px;
721
- }
722
- .tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before {
723
- background-position: -153px -119px;
724
- }
725
- .tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before {
726
- background-position: -119px -119px;
727
- }
728
- .tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
729
- background-position: -51px -119px;
730
- }
731
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited
732
- > .tsd-kind-icon:before {
733
- background-position: -68px -119px;
734
- }
735
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected
736
- > .tsd-kind-icon:before {
737
- background-position: -85px -119px;
738
- }
739
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
740
- > .tsd-kind-icon:before {
741
- background-position: -102px -119px;
742
- }
743
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private
744
- > .tsd-kind-icon:before {
745
- background-position: -119px -119px;
746
- }
747
- .tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
748
- background-position: -170px -119px;
749
- }
750
- .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected
751
- > .tsd-kind-icon:before {
752
- background-position: -187px -119px;
753
- }
754
- .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private
755
- > .tsd-kind-icon:before {
756
- background-position: -119px -119px;
757
- }
758
- .tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
759
- background-position: -204px -119px;
760
- }
761
- .tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited
762
- > .tsd-kind-icon:before {
763
- background-position: -221px -119px;
764
- }
765
-
766
- .tsd-kind-event > .tsd-kind-icon:before {
767
- background-position: -136px -136px;
768
- }
769
- .tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {
770
- background-position: -153px -136px;
771
- }
772
- .tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {
773
- background-position: -119px -136px;
774
- }
775
- .tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {
776
- background-position: -51px -136px;
777
- }
778
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
779
- background-position: -68px -136px;
780
- }
781
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
782
- background-position: -85px -136px;
783
- }
784
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
785
- > .tsd-kind-icon:before {
786
- background-position: -102px -136px;
787
- }
788
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
789
- background-position: -119px -136px;
790
- }
791
- .tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {
792
- background-position: -170px -136px;
793
- }
794
- .tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
795
- background-position: -187px -136px;
796
- }
797
- .tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
798
- background-position: -119px -136px;
799
- }
800
- .tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before {
801
- background-position: -204px -136px;
802
- }
803
- .tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited
804
- > .tsd-kind-icon:before {
805
- background-position: -221px -136px;
806
- }
807
-
808
- .tsd-is-static > .tsd-kind-icon:before {
809
- background-position: -136px -153px;
810
- }
811
- .tsd-is-static.tsd-is-protected > .tsd-kind-icon:before {
812
- background-position: -153px -153px;
813
- }
814
- .tsd-is-static.tsd-is-private > .tsd-kind-icon:before {
815
- background-position: -119px -153px;
816
- }
817
- .tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before {
818
- background-position: -51px -153px;
819
- }
820
- .tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
821
- background-position: -68px -153px;
822
- }
823
- .tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
824
- background-position: -85px -153px;
825
- }
826
- .tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
827
- > .tsd-kind-icon:before {
828
- background-position: -102px -153px;
829
- }
830
- .tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
831
- background-position: -119px -153px;
832
- }
833
- .tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before {
834
- background-position: -170px -153px;
835
- }
836
- .tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
837
- background-position: -187px -153px;
838
- }
839
- .tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
840
- background-position: -119px -153px;
841
- }
842
- .tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before {
843
- background-position: -204px -153px;
844
- }
845
- .tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited
846
- > .tsd-kind-icon:before {
847
- background-position: -221px -153px;
848
- }
849
-
850
- .tsd-is-static.tsd-kind-function > .tsd-kind-icon:before {
851
- background-position: -136px -170px;
852
- }
853
- .tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {
854
- background-position: -153px -170px;
855
- }
856
- .tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {
857
- background-position: -119px -170px;
858
- }
859
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {
860
- background-position: -51px -170px;
861
- }
862
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited
863
- > .tsd-kind-icon:before {
864
- background-position: -68px -170px;
865
- }
866
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected
867
- > .tsd-kind-icon:before {
868
- background-position: -85px -170px;
869
- }
870
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
871
- > .tsd-kind-icon:before {
872
- background-position: -102px -170px;
873
- }
874
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private
875
- > .tsd-kind-icon:before {
876
- background-position: -119px -170px;
877
- }
878
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {
879
- background-position: -170px -170px;
880
- }
881
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected
882
- > .tsd-kind-icon:before {
883
- background-position: -187px -170px;
884
- }
885
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private
886
- > .tsd-kind-icon:before {
887
- background-position: -119px -170px;
888
- }
889
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface
890
- > .tsd-kind-icon:before {
891
- background-position: -204px -170px;
892
- }
893
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited
894
- > .tsd-kind-icon:before {
895
- background-position: -221px -170px;
896
- }
897
-
898
- .tsd-is-static.tsd-kind-method > .tsd-kind-icon:before {
899
- background-position: -136px -170px;
900
- }
901
- .tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {
902
- background-position: -153px -170px;
903
- }
904
- .tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {
905
- background-position: -119px -170px;
906
- }
907
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {
908
- background-position: -51px -170px;
909
- }
910
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited
911
- > .tsd-kind-icon:before {
912
- background-position: -68px -170px;
913
- }
914
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected
915
- > .tsd-kind-icon:before {
916
- background-position: -85px -170px;
917
- }
918
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
919
- > .tsd-kind-icon:before {
920
- background-position: -102px -170px;
921
- }
922
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private
923
- > .tsd-kind-icon:before {
924
- background-position: -119px -170px;
925
- }
926
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {
927
- background-position: -170px -170px;
928
- }
929
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected
930
- > .tsd-kind-icon:before {
931
- background-position: -187px -170px;
932
- }
933
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private
934
- > .tsd-kind-icon:before {
935
- background-position: -119px -170px;
936
- }
937
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface
938
- > .tsd-kind-icon:before {
939
- background-position: -204px -170px;
940
- }
941
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited
942
- > .tsd-kind-icon:before {
943
- background-position: -221px -170px;
944
- }
945
-
946
- .tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before {
947
- background-position: -136px -170px;
948
- }
949
- .tsd-is-static.tsd-kind-call-signature.tsd-is-protected
950
- > .tsd-kind-icon:before {
951
- background-position: -153px -170px;
952
- }
953
- .tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {
954
- background-position: -119px -170px;
955
- }
956
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class
957
- > .tsd-kind-icon:before {
958
- background-position: -51px -170px;
959
- }
960
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited
961
- > .tsd-kind-icon:before {
962
- background-position: -68px -170px;
963
- }
964
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected
965
- > .tsd-kind-icon:before {
966
- background-position: -85px -170px;
967
- }
968
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
969
- > .tsd-kind-icon:before {
970
- background-position: -102px -170px;
971
- }
972
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private
973
- > .tsd-kind-icon:before {
974
- background-position: -119px -170px;
975
- }
976
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum
977
- > .tsd-kind-icon:before {
978
- background-position: -170px -170px;
979
- }
980
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected
981
- > .tsd-kind-icon:before {
982
- background-position: -187px -170px;
983
- }
984
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private
985
- > .tsd-kind-icon:before {
986
- background-position: -119px -170px;
987
- }
988
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface
989
- > .tsd-kind-icon:before {
990
- background-position: -204px -170px;
991
- }
992
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited
993
- > .tsd-kind-icon:before {
994
- background-position: -221px -170px;
995
- }
996
-
997
- .tsd-is-static.tsd-kind-event > .tsd-kind-icon:before {
998
- background-position: -136px -187px;
999
- }
1000
- .tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {
1001
- background-position: -153px -187px;
1002
- }
1003
- .tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {
1004
- background-position: -119px -187px;
1005
- }
1006
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {
1007
- background-position: -51px -187px;
1008
- }
1009
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited
1010
- > .tsd-kind-icon:before {
1011
- background-position: -68px -187px;
1012
- }
1013
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected
1014
- > .tsd-kind-icon:before {
1015
- background-position: -85px -187px;
1016
- }
1017
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited
1018
- > .tsd-kind-icon:before {
1019
- background-position: -102px -187px;
1020
- }
1021
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private
1022
- > .tsd-kind-icon:before {
1023
- background-position: -119px -187px;
1024
- }
1025
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {
1026
- background-position: -170px -187px;
1027
- }
1028
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected
1029
- > .tsd-kind-icon:before {
1030
- background-position: -187px -187px;
1031
- }
1032
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private
1033
- > .tsd-kind-icon:before {
1034
- background-position: -119px -187px;
1035
- }
1036
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface
1037
- > .tsd-kind-icon:before {
1038
- background-position: -204px -187px;
1039
- }
1040
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited
1041
- > .tsd-kind-icon:before {
1042
- background-position: -221px -187px;
1043
- }