@realsee/five 5.0.0-alpha.11 → 5.0.0-alpha.112

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 (445) hide show
  1. package/README.md +75 -63
  2. package/docs/.nojekyll +1 -0
  3. package/docs/assets/highlight.css +134 -0
  4. package/docs/assets/icons.css +1043 -0
  5. package/docs/assets/{images/icons.png → icons.png} +0 -0
  6. package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  7. package/docs/assets/main.js +52 -0
  8. package/docs/assets/search.js +1 -0
  9. package/docs/assets/style.css +1413 -0
  10. package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  11. package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  12. package/docs/classes/five.AnimationFrameLoop.html +15 -0
  13. package/docs/classes/five.BVH.html +10 -0
  14. package/docs/classes/five.BVHIntersect.html +1 -0
  15. package/docs/classes/five.BVHNode.html +7 -0
  16. package/docs/classes/five.BVHVector3.html +1 -0
  17. package/docs/classes/five.Camera.html +11 -0
  18. package/docs/classes/five.Five.html +303 -0
  19. package/docs/classes/five.InternalWebGLRenderer.html +1 -0
  20. package/docs/classes/five.IntersectMesh.html +1 -0
  21. package/docs/classes/five.LegacyPanoCircleMesh.html +5 -0
  22. package/docs/classes/five.Model.html +77 -0
  23. package/docs/classes/five.NetworkSubscribe.html +50 -0
  24. package/docs/classes/five.PBMContainer.html +17 -0
  25. package/docs/classes/five.PBMGroup.html +19 -0
  26. package/docs/classes/five.PBMMaterial.html +15 -0
  27. package/docs/classes/five.PBMMesh.html +7 -0
  28. package/docs/classes/five.PanoCircleMesh.html +7 -0
  29. package/docs/classes/five.Scene.html +3 -0
  30. package/docs/classes/five.Subscribe.html +56 -0
  31. package/docs/classes/five.Work.html +30 -0
  32. package/docs/classes/gltf_loader.GLTFLoader.html +17 -0
  33. package/docs/classes/gltf_loader.GLTFObject.html +7 -0
  34. package/docs/classes/line.Line.html +1 -0
  35. package/docs/classes/line.LineGeometry.html +1 -0
  36. package/docs/classes/line.LineMaterial.html +1 -0
  37. package/docs/classes/line.LineSegmentsGeometry.html +1 -0
  38. package/docs/classes/line.THREE_Line2.html +1 -0
  39. package/docs/classes/line.THREE_LineSegments2.html +1 -0
  40. package/docs/classes/react.Store.html +29 -0
  41. package/docs/classes/server.BVH.html +10 -0
  42. package/docs/classes/server.BVHIntersect.html +1 -0
  43. package/docs/classes/server.BVHNode.html +7 -0
  44. package/docs/classes/server.BVHVector3.html +1 -0
  45. package/docs/classes/server.Model.html +63 -0
  46. package/docs/classes/server.PBMGroup.html +9 -0
  47. package/docs/classes/server.PBMMesh.html +7 -0
  48. package/docs/classes/sticker.Sticker.html +32 -0
  49. package/docs/index.html +166 -420
  50. package/docs/interfaces/five.AddableObject.html +1 -0
  51. package/docs/interfaces/five.AnimationFrame.html +1 -0
  52. package/docs/interfaces/five.CameraPose.html +1 -0
  53. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -0
  54. package/docs/interfaces/five.EventCallback.html +391 -0
  55. package/docs/interfaces/five.FiveInitArgs.html +96 -0
  56. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +15 -0
  57. package/docs/interfaces/five.ImageOptions.html +18 -0
  58. package/docs/interfaces/five.ImageURLOptions.html +15 -0
  59. package/docs/interfaces/five.IntersectMeshInterface.html +3 -0
  60. package/docs/interfaces/five.Intersection.html +7 -0
  61. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -0
  62. package/docs/interfaces/five.ModelEventCallback.html +22 -0
  63. package/docs/interfaces/five.MovePanoOptions.html +40 -0
  64. package/docs/interfaces/five.PBMPanoPicture.html +7 -0
  65. package/docs/interfaces/five.PBMParameters.html +15 -0
  66. package/docs/interfaces/five.PanoCircleMeshInterface.html +19 -0
  67. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +28 -0
  68. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -0
  69. package/docs/interfaces/five.Pose.html +35 -0
  70. package/docs/interfaces/five.Scissor.html +14 -0
  71. package/docs/interfaces/five.State.html +19 -0
  72. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -0
  73. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -0
  74. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -0
  75. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -0
  76. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -0
  77. package/docs/interfaces/five.TextureOptions.html +20 -0
  78. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -0
  79. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +24 -0
  80. package/docs/interfaces/five.WorkCubeImage.html +13 -0
  81. package/docs/interfaces/five.WorkImage.html +21 -0
  82. package/docs/interfaces/five.WorkInitial.html +13 -0
  83. package/docs/interfaces/five.WorkModel.html +11 -0
  84. package/docs/interfaces/five.WorkObserver.html +25 -0
  85. package/docs/interfaces/five.WorkTile.html +1 -0
  86. package/docs/interfaces/five.WorkVideo.html +9 -0
  87. package/docs/interfaces/gltf_loader.GLTF.html +7 -0
  88. package/docs/interfaces/react.FiveActionReactCallbacks.html +62 -0
  89. package/docs/interfaces/react.FiveInjectionTypes.html +191 -0
  90. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -0
  91. package/docs/interfaces/server.Intersection.html +7 -0
  92. package/docs/interfaces/server.ModelEventCallback.html +18 -0
  93. package/docs/interfaces/sticker.IntersectionLike.html +8 -0
  94. package/docs/modules/five.SubscribeMixinType.html +1 -0
  95. package/docs/modules/five.html +481 -0
  96. package/docs/modules/gltf_loader.html +1 -0
  97. package/docs/modules/line.html +1 -0
  98. package/docs/modules/react.html +130 -941
  99. package/docs/modules/server.html +18 -0
  100. package/docs/modules/sticker.html +1 -0
  101. package/docs/modules.html +1 -119
  102. package/exporters/staticify.js +203 -0
  103. package/five/index.d.ts +2073 -0
  104. package/five/index.js +372 -0
  105. package/gltf-loader/index.d.ts +75 -0
  106. package/gltf-loader/index.js +260 -0
  107. package/line/index.d.ts +68 -0
  108. package/line/index.js +260 -0
  109. package/package.json +20 -18
  110. package/react/index.d.ts +812 -17
  111. package/react/index.js +260 -1
  112. package/resource/{basis_transcoder.js → basis/basis_transcoder.js} +0 -0
  113. package/resource/{basis_transcoder.wasm → basis/basis_transcoder.wasm} +0 -0
  114. package/resource/gltf/draco_decoder.js +31 -0
  115. package/resource/gltf/draco_decoder.wasm +0 -0
  116. package/resource/gltf/draco_wasm_wrapper.js +119 -0
  117. package/scripts/five-staticify.js +21 -0
  118. package/server/index.d.ts +568 -5
  119. package/server/index.js +367 -1
  120. package/sticker/index.d.ts +70 -0
  121. package/sticker/index.js +260 -0
  122. package/templates/plugin/examples/index.html +1 -1
  123. package/templates/quick-start/README.md +1 -1
  124. package/templates/quick-start/index.tsx +1 -1
  125. package/templates/quick-start/package.json +1 -1
  126. package/templates/react-component/examples/index.html +1 -1
  127. package/templates/react-component/examples/index.tsx +4 -4
  128. package/templates/react-component/lib/index.tsx +5 -5
  129. package/umd/five-gltf-loader.js +2 -0
  130. package/umd/five-gltf-loader.js.LICENSE.txt +14 -0
  131. package/umd/five-line.js +2 -0
  132. package/umd/five-line.js.LICENSE.txt +14 -0
  133. package/umd/five-react.js +2 -0
  134. package/umd/five-react.js.LICENSE.txt +14 -0
  135. package/umd/five-sticker.js +2 -0
  136. package/umd/five-sticker.js.LICENSE.txt +14 -0
  137. package/umd/five.js +2 -0
  138. package/umd/five.js.LICENSE.txt +116 -0
  139. package/application/constant.d.ts +0 -6
  140. package/application/constant.js +0 -1
  141. package/application/controllers.d.ts +0 -31
  142. package/application/controllers.js +0 -1
  143. package/application/events.d.ts +0 -140
  144. package/application/events.js +0 -1
  145. package/application/five.d.ts +0 -418
  146. package/application/five.js +0 -1
  147. package/application/fiveInitArgs.d.ts +0 -157
  148. package/application/fiveInitArgs.js +0 -1
  149. package/application/generateDefaultVideoElement.d.ts +0 -2
  150. package/application/generateDefaultVideoElement.js +0 -1
  151. package/application/getViewportScale.d.ts +0 -2
  152. package/application/getViewportScale.js +0 -1
  153. package/application/initLights.d.ts +0 -3
  154. package/application/initLights.js +0 -1
  155. package/bundles/five.js +0 -2
  156. package/bundles/five.js.LICENSE.txt +0 -160
  157. package/controllers/base.d.ts +0 -80
  158. package/controllers/base.js +0 -1
  159. package/controllers/depthPanorama.d.ts +0 -40
  160. package/controllers/depthPanorama.js +0 -1
  161. package/controllers/events.d.ts +0 -273
  162. package/controllers/events.js +0 -1
  163. package/controllers/floorplan.d.ts +0 -102
  164. package/controllers/floorplan.js +0 -1
  165. package/controllers/model.d.ts +0 -23
  166. package/controllers/model.js +0 -1
  167. package/controllers/panorama.d.ts +0 -69
  168. package/controllers/panorama.js +0 -1
  169. package/controllers/panoramaLike.d.ts +0 -88
  170. package/controllers/panoramaLike.js +0 -1
  171. package/controllers/topview.d.ts +0 -28
  172. package/controllers/topview.js +0 -1
  173. package/controllers/vrPanorama.d.ts +0 -40
  174. package/controllers/vrPanorama.js +0 -1
  175. package/core/camera.d.ts +0 -15
  176. package/core/camera.js +0 -1
  177. package/core/cubeTexture.d.ts +0 -6
  178. package/core/cubeTexture.js +0 -1
  179. package/core/internalWebGLRenderer.d.ts +0 -11
  180. package/core/internalWebGLRenderer.js +0 -1
  181. package/core/pbmGroup.d.ts +0 -22
  182. package/core/pbmGroup.js +0 -1
  183. package/core/pbmMaterial.d.ts +0 -39
  184. package/core/pbmMaterial.js +0 -1
  185. package/core/pbmMesh.d.ts +0 -10
  186. package/core/pbmMesh.js +0 -1
  187. package/core/pbmParameters.d.ts +0 -36
  188. package/core/pbmParameters.js +0 -1
  189. package/core/scene.d.ts +0 -5
  190. package/core/scene.js +0 -1
  191. package/core/subscribe.d.ts +0 -76
  192. package/core/subscribe.js +0 -1
  193. package/core/updatableTexture.d.ts +0 -12
  194. package/core/updatableTexture.js +0 -1
  195. package/docs/assets/css/main.css +0 -2660
  196. package/docs/assets/js/main.js +0 -248
  197. package/docs/assets/js/search.js +0 -1
  198. package/docs/classes/index.five.html +0 -2567
  199. package/docs/classes/index.fivecamera.html +0 -427
  200. package/docs/classes/index.fiveline.html +0 -458
  201. package/docs/classes/index.fivescene.html +0 -302
  202. package/docs/classes/index.internalwebglrenderer.html +0 -316
  203. package/docs/classes/index.model.html +0 -999
  204. package/docs/classes/index.pbmgroup.html +0 -531
  205. package/docs/classes/index.pbmmaterial.html +0 -637
  206. package/docs/classes/index.pbmmesh.html +0 -358
  207. package/docs/classes/index.subscribe.html +0 -672
  208. package/docs/interfaces/index.depthpanoramacontrollercustominitargs.html +0 -524
  209. package/docs/interfaces/index.fiveeventcallback.html +0 -2568
  210. package/docs/interfaces/index.fiveinitargs.html +0 -811
  211. package/docs/interfaces/index.floorplancontrollercustominitargs.html +0 -399
  212. package/docs/interfaces/index.imageoptions.html +0 -436
  213. package/docs/interfaces/index.intersection.html +0 -331
  214. package/docs/interfaces/index.intersectmeshinterface.html +0 -292
  215. package/docs/interfaces/index.modelcontrollercustominitargs.html +0 -470
  216. package/docs/interfaces/index.modeleventcallback.html +0 -432
  217. package/docs/interfaces/index.movepanooptions.html +0 -573
  218. package/docs/interfaces/index.panocirclemeshinterface.html +0 -465
  219. package/docs/interfaces/index.panoramacontrollercustominitargs.html +0 -549
  220. package/docs/interfaces/index.panoramalikecontrollercustominitargs.html +0 -468
  221. package/docs/interfaces/index.pbmparameters.html +0 -578
  222. package/docs/interfaces/index.pose.html +0 -374
  223. package/docs/interfaces/index.scissor.html +0 -356
  224. package/docs/interfaces/index.state.html +0 -404
  225. package/docs/interfaces/index.topviewcontrollercustominitargs.html +0 -330
  226. package/docs/interfaces/index.vrpanoramacontrollercustominitargs.html +0 -536
  227. package/docs/interfaces/react.fiveactionreactcallbacks.html +0 -530
  228. package/docs/interfaces/react.injectfivetoprops.html +0 -231
  229. package/docs/modules/index.html +0 -925
  230. package/five.js.LICENSE.txt +0 -160
  231. package/index.d.ts +0 -33
  232. package/index.js +0 -1
  233. package/loaders/basis/BasisTextureLoader.d.ts +0 -116
  234. package/loaders/basis/BasisTextureLoader.js +0 -1
  235. package/loaders/basis/index.d.ts +0 -3
  236. package/loaders/basis/index.js +0 -1
  237. package/loaders/cubeTexture/imagePool.d.ts +0 -7
  238. package/loaders/cubeTexture/imagePool.js +0 -1
  239. package/loaders/cubeTexture/index.d.ts +0 -58
  240. package/loaders/cubeTexture/index.js +0 -1
  241. package/loaders/depthTexture/index.d.ts +0 -60
  242. package/loaders/depthTexture/index.js +0 -1
  243. package/loaders/model/at3d.d.ts +0 -7
  244. package/loaders/model/at3d.js +0 -1
  245. package/loaders/model/dome.d.ts +0 -14
  246. package/loaders/model/dome.js +0 -1
  247. package/loaders/model/domez.d.ts +0 -7
  248. package/loaders/model/domez.js +0 -1
  249. package/loaders/model/index.d.ts +0 -135
  250. package/loaders/model/index.js +0 -1
  251. package/loaders/model/pbm.d.ts +0 -27
  252. package/loaders/model/pbm.js +0 -1
  253. package/loaders/model/tools/bvhtree/index.d.ts +0 -2
  254. package/loaders/model/tools/bvhtree/index.js +0 -1
  255. package/loaders/model/tools/lzma/index.d.ts +0 -2
  256. package/loaders/model/tools/lzma/index.js +0 -1
  257. package/loaders/model/tools/lzma/lzma-caller.d.ts +0 -13
  258. package/loaders/model/tools/lzma/lzma-caller.js +0 -1
  259. package/loaders/model/tools/lzma/lzma.d.ts +0 -2
  260. package/loaders/model/tools/lzma/lzma.js +0 -1
  261. package/loaders/model/tools/lzma/lzmaWorker.d.ts +0 -1
  262. package/loaders/model/tools/lzma/lzmaWorker.js +0 -1
  263. package/loaders/tileTexture/index.d.ts +0 -26
  264. package/loaders/tileTexture/index.js +0 -1
  265. package/meshes/boundingMesh.d.ts +0 -9
  266. package/meshes/boundingMesh.js +0 -1
  267. package/meshes/intersectMesh.d.ts +0 -11
  268. package/meshes/intersectMesh.js +0 -1
  269. package/meshes/panoCircleMesh.d.ts +0 -29
  270. package/meshes/panoCircleMesh.js +0 -1
  271. package/meshes/panoSphereMesh.d.ts +0 -16
  272. package/meshes/panoSphereMesh.js +0 -1
  273. package/objects/line/circle_png.d.ts +0 -1
  274. package/objects/line/circle_png.js +0 -1
  275. package/objects/line/index.d.ts +0 -12
  276. package/objects/line/index.js +0 -1
  277. package/objects/line/utils/Line2.d.ts +0 -7
  278. package/objects/line/utils/Line2.js +0 -1
  279. package/objects/line/utils/LineGeometry.d.ts +0 -10
  280. package/objects/line/utils/LineGeometry.js +0 -1
  281. package/objects/line/utils/LineMaterial.d.ts +0 -20
  282. package/objects/line/utils/LineMaterial.js +0 -1
  283. package/objects/line/utils/LineSegments2.d.ts +0 -11
  284. package/objects/line/utils/LineSegments2.js +0 -1
  285. package/objects/line/utils/LineSegmentsGeometry.d.ts +0 -15
  286. package/objects/line/utils/LineSegmentsGeometry.js +0 -1
  287. package/react/canvas.d.ts +0 -19
  288. package/react/canvas.js +0 -1
  289. package/react/context.d.ts +0 -9
  290. package/react/context.js +0 -1
  291. package/react/createProvider.d.ts +0 -65
  292. package/react/createProvider.js +0 -1
  293. package/react/createStore.d.ts +0 -138
  294. package/react/createStore.js +0 -1
  295. package/react/hooks/unsafe__useFiveInstance.d.ts +0 -9
  296. package/react/hooks/unsafe__useFiveInstance.js +0 -1
  297. package/react/hooks/useFiveAction.d.ts +0 -154
  298. package/react/hooks/useFiveAction.js +0 -1
  299. package/react/hooks/useFiveCameraDirection.d.ts +0 -7
  300. package/react/hooks/useFiveCameraDirection.js +0 -1
  301. package/react/hooks/useFiveCameraRaycaster.d.ts +0 -7
  302. package/react/hooks/useFiveCameraRaycaster.js +0 -1
  303. package/react/hooks/useFiveCurrentState.d.ts +0 -15
  304. package/react/hooks/useFiveCurrentState.js +0 -1
  305. package/react/hooks/useFiveEvent.d.ts +0 -12
  306. package/react/hooks/useFiveEvent.js +0 -1
  307. package/react/hooks/useFiveModelIntersectRaycaster.d.ts +0 -21
  308. package/react/hooks/useFiveModelIntersectRaycaster.js +0 -1
  309. package/react/hooks/useFiveModelReadyState.d.ts +0 -8
  310. package/react/hooks/useFiveModelReadyState.js +0 -1
  311. package/react/hooks/useFiveProject2d.d.ts +0 -20
  312. package/react/hooks/useFiveProject2d.js +0 -1
  313. package/react/hooks/useFiveScene.d.ts +0 -16
  314. package/react/hooks/useFiveScene.js +0 -1
  315. package/react/hooks/useFiveState.d.ts +0 -6
  316. package/react/hooks/useFiveState.js +0 -1
  317. package/react/hooks/useFiveWork.d.ts +0 -30
  318. package/react/hooks/useFiveWork.js +0 -1
  319. package/react/rendererPool.d.ts +0 -8
  320. package/react/rendererPool.js +0 -1
  321. package/react/withFive.d.ts +0 -239
  322. package/react/withFive.js +0 -1
  323. package/scripts/export-five-resource/chfs.exe +0 -0
  324. package/scripts/export-five-resource/fileify.js +0 -192
  325. package/scripts/export-five-resource/format-work.js +0 -71
  326. package/scripts/export-five-resource/staticify.js +0 -327
  327. package/scripts/transcode-model/BufferGeometryUtils.js +0 -832
  328. package/scripts/transcode-model/LoaderSupport.js +0 -1545
  329. package/scripts/transcode-model/MTLLoader.js +0 -602
  330. package/scripts/transcode-model/OBJLoader2.js +0 -1470
  331. package/scripts/transcode-model/obj2pbm.js +0 -65
  332. package/server/core/pbmGroup.d.ts +0 -11
  333. package/server/core/pbmGroup.js +0 -1
  334. package/server/core/pbmMesh.d.ts +0 -9
  335. package/server/core/pbmMesh.js +0 -1
  336. package/server/model/at3d.d.ts +0 -5
  337. package/server/model/at3d.js +0 -1
  338. package/server/model/dome.d.ts +0 -11
  339. package/server/model/dome.js +0 -1
  340. package/server/model/domez.d.ts +0 -5
  341. package/server/model/domez.js +0 -1
  342. package/server/model/index.d.ts +0 -134
  343. package/server/model/index.js +0 -1
  344. package/server/model/pbm.d.ts +0 -24
  345. package/server/model/pbm.js +0 -1
  346. package/server/model/tools/bvhtree/index.d.ts +0 -2
  347. package/server/model/tools/bvhtree/index.js +0 -1
  348. package/server/model/tools/fetchArraybuffer.d.ts +0 -2
  349. package/server/model/tools/fetchArraybuffer.js +0 -1
  350. package/server/model/tools/lzma/index.d.ts +0 -2
  351. package/server/model/tools/lzma/index.js +0 -1
  352. package/server/model/tools/lzma/lzma.d.ts +0 -2
  353. package/server/model/tools/lzma/lzma.js +0 -1
  354. package/shaders/depth/fragment.d.ts +0 -2
  355. package/shaders/depth/fragment.js +0 -1
  356. package/shaders/depth/vertex.d.ts +0 -2
  357. package/shaders/depth/vertex.js +0 -1
  358. package/shaders/pbm/fragment.d.ts +0 -2
  359. package/shaders/pbm/fragment.js +0 -1
  360. package/shaders/pbm/vertex.d.ts +0 -2
  361. package/shaders/pbm/vertex.js +0 -1
  362. package/three-version-check.d.ts +0 -1
  363. package/three-version-check.js +0 -1
  364. package/types/imageOptions.d.ts +0 -24
  365. package/types/imageOptions.js +0 -1
  366. package/types/mode.d.ts +0 -23
  367. package/types/mode.js +0 -1
  368. package/types/movePanoOptions.d.ts +0 -40
  369. package/types/movePanoOptions.js +0 -1
  370. package/types/plugin.d.ts +0 -26
  371. package/types/plugin.js +0 -1
  372. package/types/pose.d.ts +0 -16
  373. package/types/pose.js +0 -1
  374. package/types/scissor.d.ts +0 -18
  375. package/types/scissor.js +0 -1
  376. package/types/state.d.ts +0 -18
  377. package/types/state.js +0 -1
  378. package/utils/BufferGeometryUtils.d.ts +0 -31
  379. package/utils/BufferGeometryUtils.js +0 -1
  380. package/utils/ajax.d.ts +0 -13
  381. package/utils/ajax.js +0 -1
  382. package/utils/animationFrame.d.ts +0 -24
  383. package/utils/animationFrame.js +0 -1
  384. package/utils/arrayMax.d.ts +0 -10
  385. package/utils/arrayMax.js +0 -1
  386. package/utils/arrayMin.d.ts +0 -11
  387. package/utils/arrayMin.js +0 -1
  388. package/utils/busy.d.ts +0 -13
  389. package/utils/busy.js +0 -1
  390. package/utils/calculateProgress.d.ts +0 -37
  391. package/utils/calculateProgress.js +0 -1
  392. package/utils/calculateThreeMouse.d.ts +0 -13
  393. package/utils/calculateThreeMouse.js +0 -1
  394. package/utils/cameraWorldToLocal.d.ts +0 -13
  395. package/utils/cameraWorldToLocal.js +0 -1
  396. package/utils/coordinatesToVector.d.ts +0 -7
  397. package/utils/coordinatesToVector.js +0 -1
  398. package/utils/createImage.d.ts +0 -2
  399. package/utils/createImage.js +0 -1
  400. package/utils/detector.d.ts +0 -13
  401. package/utils/detector.js +0 -1
  402. package/utils/formatRad.d.ts +0 -7
  403. package/utils/formatRad.js +0 -1
  404. package/utils/headingToLongitude.d.ts +0 -6
  405. package/utils/headingToLongitude.js +0 -1
  406. package/utils/imageLoader.d.ts +0 -10
  407. package/utils/imageLoader.js +0 -1
  408. package/utils/imageURL.d.ts +0 -9
  409. package/utils/imageURL.js +0 -1
  410. package/utils/isAbsoluteURL.d.ts +0 -6
  411. package/utils/isAbsoluteURL.js +0 -1
  412. package/utils/isNil.d.ts +0 -6
  413. package/utils/isNil.js +0 -1
  414. package/utils/longitudeToHeading.d.ts +0 -6
  415. package/utils/longitudeToHeading.js +0 -1
  416. package/utils/mouseWheel.d.ts +0 -17
  417. package/utils/mouseWheel.js +0 -1
  418. package/utils/noop.d.ts +0 -6
  419. package/utils/noop.js +0 -1
  420. package/utils/now.d.ts +0 -5
  421. package/utils/now.js +0 -1
  422. package/utils/preload.d.ts +0 -5
  423. package/utils/preload.js +0 -1
  424. package/utils/tween.d.ts +0 -88
  425. package/utils/tween.js +0 -1
  426. package/utils/uuid.d.ts +0 -5
  427. package/utils/uuid.js +0 -1
  428. package/utils/vectorTocoordinates.d.ts +0 -7
  429. package/utils/vectorTocoordinates.js +0 -1
  430. package/utils/webglError.d.ts +0 -7
  431. package/utils/webglError.js +0 -1
  432. package/webvr/helper.img.d.ts +0 -1
  433. package/webvr/helper.img.js +0 -1
  434. package/webvr/vrEffect.d.ts +0 -13
  435. package/webvr/vrEffect.js +0 -1
  436. package/work/index.d.ts +0 -5
  437. package/work/index.js +0 -1
  438. package/work/looseWorkType.d.ts +0 -61
  439. package/work/looseWorkType.js +0 -1
  440. package/work/parse.d.ts +0 -4
  441. package/work/parse.js +0 -1
  442. package/work/stringify.d.ts +0 -4
  443. package/work/stringify.js +0 -1
  444. package/work/workType.d.ts +0 -49
  445. package/work/workType.js +0 -1
@@ -0,0 +1,1043 @@
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
+ }