@realsee/dnalogel 0.1.2 → 0.1.7

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 (215) hide show
  1. package/components/ARVideoFigure/ARVideoFigureMesh.js +56 -32
  2. package/components/ARVideoFigure/ARVideoFigureScene.js +30 -19
  3. package/components/ARVideoFigure/ImgBgTransparent.js +22 -6
  4. package/components/ARVideoFigure/ImgBgTransparentMesh.js +40 -30
  5. package/components/ARVideoFigure/fragmentShader.js +2 -0
  6. package/components/ARVideoFigure/index.js +22 -6
  7. package/components/ARVideoFigure/vertexShader.js +2 -0
  8. package/components/GLTFView/index.d.ts +72 -0
  9. package/components/GLTFView/index.js +149 -0
  10. package/components/GlassFilters/index.js +25 -1
  11. package/components/ModelView/ModelViewController.js +39 -29
  12. package/components/ModelView/index.js +4 -2
  13. package/components/PaintBrush/index.js +15 -1
  14. package/components/PanoTag/index.js +2 -0
  15. package/data/1aGKl9JmrlXMXx8d.js +2 -0
  16. package/data/54djM0oR6ky3Ey8e.d.ts +55 -0
  17. package/data/54djM0oR6ky3Ey8e.js +350 -0
  18. package/data/6gyq3v1verxD7JO1.js +2 -0
  19. package/data/8054djM0oR6ky3Ey8e.d.ts +55 -0
  20. package/data/8054djM0oR6ky3Ey8e.js +350 -0
  21. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +2 -0
  22. package/data/PrXel3aqGbp34JQn.js +2 -0
  23. package/data/XJ6NMLWnkAY3Rdx8.d.ts +843 -0
  24. package/data/XJ6NMLWnkAY3Rdx8.js +7989 -0
  25. package/data/YdoNP9K4rwQDwjJr.js +2 -0
  26. package/data/ZLvK29zj4L29Jowd.d.ts +55 -0
  27. package/data/ZLvK29zj4L29Jowd.js +372 -0
  28. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +2 -0
  29. package/data/extrude-walls/ZLvK29zj4L29Jowd.d.ts +5 -0
  30. package/data/extrude-walls/ZLvK29zj4L29Jowd.js +14 -0
  31. package/data/extrude-walls/lo024DEgzanMj5BE.d.ts +5 -0
  32. package/data/extrude-walls/lo024DEgzanMj5BE.js +14 -0
  33. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.d.ts +85 -0
  34. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +511 -0
  35. package/data/lo024DEgzanMj5BE.d.ts +55 -0
  36. package/data/lo024DEgzanMj5BE.js +966 -0
  37. package/data/oPzy3ApbjjpD8YdR.js +2 -0
  38. package/data/qjAxMG4XbPn96wKG.js +2 -0
  39. package/data/rXel3aPQRRBD4JQn.js +2 -0
  40. package/data/vLykj3NWrllMrG06.d.ts +2 -0
  41. package/data/vLykj3NWrllMrG06.js +199 -2
  42. package/data/wz0QV9KA4ugyo9ME.js +2 -0
  43. package/data/zxMawr9raSg8LYjG.d.ts +53 -0
  44. package/data/zxMawr9raSg8LYjG.js +590 -0
  45. package/examples/FiveStateController/index.js +9 -15
  46. package/examples/VRHouse/Mobile.js +15 -1
  47. package/examples/VRHouse/PC.js +15 -1
  48. package/examples/VRHouse/index.js +15 -1
  49. package/index.js +4 -2
  50. package/libs/gltf-viewer/Subscribe.d.ts +76 -0
  51. package/libs/gltf-viewer/Subscribe.js +231 -0
  52. package/libs/gltf-viewer/coordsMoveByOffset.d.ts +13 -0
  53. package/libs/gltf-viewer/coordsMoveByOffset.js +22 -0
  54. package/libs/gltf-viewer/coordsToDirection.d.ts +5 -0
  55. package/{components/PBRView/index.js → libs/gltf-viewer/coordsToDirection.js} +29 -19
  56. package/libs/gltf-viewer/formatRad.d.ts +1 -0
  57. package/libs/gltf-viewer/formatRad.js +13 -0
  58. package/libs/gltf-viewer/getFrameTime.d.ts +1 -0
  59. package/libs/gltf-viewer/getFrameTime.js +28 -0
  60. package/libs/gltf-viewer/index.d.ts +55 -0
  61. package/libs/gltf-viewer/index.js +650 -0
  62. package/libs/gltf-viewer/mouseWheel.d.ts +2 -0
  63. package/libs/gltf-viewer/mouseWheel.js +59 -0
  64. package/libs/gltf-viewer/requestAnimationFrame.d.ts +1 -0
  65. package/libs/gltf-viewer/requestAnimationFrame.js +18 -0
  66. package/libs/gltf-viewer/requestAnimationFrameInterval.d.ts +1 -0
  67. package/libs/gltf-viewer/requestAnimationFrameInterval.js +31 -0
  68. package/libs/gltf-viewer/uuid.d.ts +4 -0
  69. package/libs/gltf-viewer/uuid.js +28 -0
  70. package/package.json +8 -4
  71. package/plugins/AutoPreloadPlugin/index.d.ts +23 -0
  72. package/plugins/AutoPreloadPlugin/index.js +111 -0
  73. package/plugins/CSS3DRenderPlugin/components/Marker/index.js +24 -16
  74. package/plugins/CSS3DRenderPlugin/index.d.ts +3 -2
  75. package/plugins/CSS3DRenderPlugin/index.js +79 -46
  76. package/plugins/CameraMovementPlugin/index.js +33 -9
  77. package/plugins/CameraMovementPlugin/typing.js +2 -0
  78. package/plugins/ModelChassisCompassPlugin/index.d.ts +7 -3
  79. package/plugins/ModelChassisCompassPlugin/index.js +34 -33
  80. package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +13 -1
  81. package/plugins/ModelEntryDoorGuidePlugin/index.js +233 -2
  82. package/plugins/ModelExtrudeWallsPlugin/index.d.ts +16 -0
  83. package/plugins/ModelExtrudeWallsPlugin/index.js +252 -0
  84. package/plugins/ModelRoomLabelPlugin/Controller.d.ts +35 -0
  85. package/plugins/ModelRoomLabelPlugin/Controller.js +153 -0
  86. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.d.ts +8 -0
  87. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +66 -0
  88. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.d.ts +7 -0
  89. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +159 -0
  90. package/plugins/ModelRoomLabelPlugin/index.d.ts +8 -0
  91. package/plugins/ModelRoomLabelPlugin/index.js +18 -0
  92. package/plugins/ModelRoomLabelPlugin/typings.d.ts +35 -0
  93. package/plugins/ModelRoomLabelPlugin/typings.js +7 -0
  94. package/plugins/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
  95. package/plugins/ModelRoomLabelPlugin/utils/parseData.js +35 -0
  96. package/plugins/ModelTVVideoPlugin/index.js +100 -16
  97. package/plugins/ModelViewPlugin/index.js +25 -1
  98. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +29 -25
  99. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +15 -1
  100. package/plugins/PanoCursorRaycasterPlugin/index.js +13 -6
  101. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +4 -2
  102. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +15 -1
  103. package/plugins/PanoDoorLabelPlugin/index.js +2 -0
  104. package/plugins/PanoIRobotPlugin/index.js +2 -0
  105. package/plugins/PanoMaskSelectorPlugin/compare.d.ts +1 -0
  106. package/plugins/PanoMaskSelectorPlugin/compare.js +17 -0
  107. package/plugins/PanoMaskSelectorPlugin/createBox.d.ts +7 -0
  108. package/plugins/PanoMaskSelectorPlugin/createBox.js +79 -0
  109. package/plugins/PanoMaskSelectorPlugin/createTextures.d.ts +3 -0
  110. package/plugins/PanoMaskSelectorPlugin/createTextures.js +45 -0
  111. package/plugins/PanoMaskSelectorPlugin/fragmentShader.d.ts +1 -0
  112. package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +10 -0
  113. package/plugins/PanoMaskSelectorPlugin/index.d.ts +49 -0
  114. package/plugins/PanoMaskSelectorPlugin/index.js +348 -0
  115. package/plugins/PanoMaskSelectorPlugin/vertexShader.d.ts +1 -0
  116. package/plugins/PanoMaskSelectorPlugin/vertexShader.js +10 -0
  117. package/plugins/PanoRulerPlugin/data/roomInfo.js +2 -0
  118. package/plugins/PanoRulerPlugin/data/roomRules.js +2 -0
  119. package/plugins/PanoRulerPlugin/index.js +68 -20
  120. package/plugins/PanoRulerPlugin/typings.js +2 -0
  121. package/plugins/PanoTVVideoPlugin/index.d.ts +2 -0
  122. package/plugins/PanoTVVideoPlugin/index.js +108 -26
  123. package/plugins/TreasurePlugin/Controller.js +58 -52
  124. package/plugins/TreasurePlugin/TreasureFaceAnime.js +36 -21
  125. package/plugins/TreasurePlugin/TreasureObject.js +60 -56
  126. package/plugins/TreasurePlugin/TreasureOpenAnime.js +38 -19
  127. package/plugins/TreasurePlugin/constants.js +2 -0
  128. package/plugins/TreasurePlugin/index.js +2 -0
  129. package/plugins/TreasurePlugin/typings.js +2 -0
  130. package/plugins/floorplan/Assets/floorplanExtraObject.js +2 -0
  131. package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +71 -88
  132. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +25 -5
  133. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +19 -4
  134. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +28 -4
  135. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +28 -5
  136. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +20 -6
  137. package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +30 -8
  138. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +2 -0
  139. package/plugins/floorplan/ModelFloorplanPlugin/index.js +4 -2
  140. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +2 -0
  141. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +2 -0
  142. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +14 -22
  143. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +25 -3
  144. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +6 -2
  145. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +19 -3
  146. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +28 -4
  147. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +22 -6
  148. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +29 -19
  149. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +2 -0
  150. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +44 -47
  151. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +4 -2
  152. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +50 -55
  153. package/plugins/floorplan/TopviewFloorplanPlugin/index.js +2 -0
  154. package/plugins/floorplan/TopviewFloorplanPlugin/style.js +2 -0
  155. package/plugins/floorplan/components/FloorplanImage.js +15 -1
  156. package/plugins/floorplan/typings/floorplanData.js +2 -0
  157. package/plugins/floorplan/typings/floorplanServerData.js +2 -0
  158. package/plugins/floorplan/utils/formatData.js +28 -10
  159. package/plugins/floorplan/utils/formatPosition.js +10 -8
  160. package/shared-utils/Preloader.js +6 -0
  161. package/shared-utils/Subscribe.js +36 -16
  162. package/shared-utils/animationFrame/BetterTween.js +28 -27
  163. package/shared-utils/animationFrame/calculateProgress.js +2 -0
  164. package/shared-utils/animationFrame/formatRad.js +2 -0
  165. package/shared-utils/animationFrame/index.js +12 -0
  166. package/shared-utils/animationFrame/tween.js +17 -1
  167. package/shared-utils/changeModelCanvansOpacity.js +14 -0
  168. package/shared-utils/createCanvasTextTexture.d.ts +8 -0
  169. package/shared-utils/createCanvasTextTexture.js +31 -0
  170. package/shared-utils/createFiveContainer.js +23 -17
  171. package/shared-utils/createLine/index.js +15 -1
  172. package/shared-utils/debounce.js +4 -0
  173. package/shared-utils/equal.js +15 -4
  174. package/shared-utils/filter.js +36 -2
  175. package/shared-utils/five/changeMode.js +13 -17
  176. package/shared-utils/five/useFivePlugin.js +2 -0
  177. package/shared-utils/formatRad.js +2 -0
  178. package/shared-utils/getPxmm.js +15 -1
  179. package/shared-utils/getRandomColor.js +10 -0
  180. package/shared-utils/isNil.js +2 -0
  181. package/shared-utils/isTruelyObject.js +4 -0
  182. package/shared-utils/math/evenNumber.js +2 -0
  183. package/shared-utils/math/planimetry.js +10 -0
  184. package/shared-utils/math/rad2Deg.js +2 -0
  185. package/shared-utils/nearlyEqual.js +2 -0
  186. package/shared-utils/nextFrame.js +2 -0
  187. package/shared-utils/noop.js +2 -0
  188. package/shared-utils/object3d2LocalMatrix.js +20 -14
  189. package/shared-utils/px2rem.js +10 -0
  190. package/shared-utils/tap.js +2 -0
  191. package/shared-utils/three/centerPoint.js +2 -0
  192. package/shared-utils/three/getExtraModelLoader.js +14 -0
  193. package/shared-utils/three/getNormal.js +4 -0
  194. package/shared-utils/three/getTextureLoader.js +16 -0
  195. package/shared-utils/three/loadFbxObj.js +13 -5
  196. package/shared-utils/three/loadTexture.js +13 -5
  197. package/shared-utils/three/transformPositionToVector3.js +2 -0
  198. package/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
  199. package/shared-utils/three/transfromToMeshBasicMaterial.js +33 -0
  200. package/shared-utils/throttle.js +4 -0
  201. package/shared-utils/to.js +8 -4
  202. package/shared-utils/useDebounce.js +6 -0
  203. package/shared-utils/useThrottle.js +6 -0
  204. package/shared-utils/uuid.js +8 -0
  205. package/shared-utils/vectorTocoordinates.js +2 -0
  206. package/typedoc/components.js +2 -0
  207. package/typedoc/plugins.d.ts +2 -0
  208. package/typedoc/plugins.js +41 -1
  209. package/typedoc/shared-utils.js +2 -0
  210. package/typedoc/typings.js +2 -0
  211. package/typings/math.type.js +2 -0
  212. package/typings/utils.type.js +2 -0
  213. package/components/PBRView/index.d.ts +0 -14
  214. package/data/wYnRjQ4KZoV1yPoG.d.ts +0 -114
  215. package/data/wYnRjQ4KZoV1yPoG.js +0 -512
@@ -0,0 +1,590 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.work = void 0;
9
+ var work = {
10
+ _signature: 'Iv4jcu7I+3QvAYeBWqnZChWh9w9nJG0apU27ntqmIZL1Rsjc4AQe7jpkBNslizvKfbHlRPJ4DbCjCn1pw2irDamSgNoewZzSUK8VAPcfmzvb4ZWcsoEzOqfIHT1u61p4MTkpoPnMzNtN6GILe/1TfnDhDqla7SSXchTXoNVEnMs=',
11
+ allow_hosts: ['*'],
12
+ base_url: 'https://vrlab-public.ljcdn.com/release/ue4/9e1a3645f16cf467bda0bd3490c995ac/ue4_result/',
13
+ certificate: '-----BEGIN CERTIFICATE-----\nMIIEMzCCAhsCCQDYAS/7ATZRmTANBgkqhkiG9w0BAQsFADCBkzELMAkGA1UEBhMC\nQ04xEDAOBgNVBAgMB0JlaWppbmcxEDAOBgNVBAcMB0JlaWppbmcxFDASBgNVBAoM\nC2xpYW5qaWEuY29tMRAwDgYDVQQLDAdSZWFsc2VlMREwDwYDVQQDDAhIYXJkd2Fy\nZTElMCMGCSqGSIb3DQEJARYWbml1aGFpcWluZ0BsaWFuamlhLmNvbTAeFw0yMTA5\nMTAwNTIwMDBaFw0zMTA5MDgwNTIwMDBaMIGmMQswCQYDVQQGEwJDTjEQMA4GA1UE\nCAwHQmVpSmluZzEQMA4GA1UEBwwHQmVpSmluZzEQMA4GA1UECgwHUmVhbHNlZTEZ\nMBcGA1UECwwQUmVhbHNlZUFwcEdldHdheTEgMB4GA1UEAwwXYXBwLWdhdGV3YXku\ncmVhbHNlZS5jb20xJDAiBgkqhkiG9w0BCQEWFWRldmVsb3BlckByZWFsc2VlLmNv\nbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuv/y3Ezsy/wh3LCA8vomPbgI\nSO9iO5kyR+oAetklD+epMU6J/ZbvTDEomZxuS5iyyKGBupzAh2ZFLIy7tsE71Vx1\nIIvT7Kdyq66lMU4YzdrpKUcxv7oOQnO8DA1orKluNa4jkyXBywHKs/Q+20LVc+RD\ngKXqFGJUdo8mAxEScs0CAwEAATANBgkqhkiG9w0BAQsFAAOCAgEAkMxsU4VLPd4J\n0rElBNBIyqPtvnlTs6VkhIK0l4oM58wtDKc1uG9UPSX5j29NguZM6LOe0jCsU2Vg\nEpUseMWQjx4o2yBg7MokQyjWc1zu6PppKhQ+RqHQy/biJ2zsIMpX3oMASXffvnW5\nn4Bjyo1JdDJiLm1fLvLlVVxQoraJD+rtpqWDEYixGVREUo5OIL5Y5dVjkHG2r9RQ\nQuu3yEiyr9gAW8yhz3YR6/sJ6boyGK8NC0v8Jih7NnCdT+9ML+3jn3P5F3TeXdSf\nVeYIm5oWAOTe3AjjKP8ARMb2RYACjg80/AcowD/dvRRjbwQmyucUNug2pXJynXpD\nNfx1IBmUmzSAT1Z5yNuY/f3VRBJvmIQ6Jpmef+g0/wUJpyS4SObguItyYlFPLqRH\nK1oKqNX/uV0GWWEQl6Lml986TzlHxc4ljtHBhjzlKYIYYZLWWipk4JiB8hxJcTK+\ncrgvclEQSxFlmAyoqxYFClrOOsPqZJdBhDTvoUWnnWuJLQt7DLHpyInp+S75Gg3o\n0zgHpt9m26B3YbjQGYMQlYmhl2VLQa+Ey0W8UZQXLcTvoRT4p+8crqr6cNNsxCyZ\nm08vBbEMIMvhBeLQvpM75oaMBmelegipFl2eelxVIHdGJWoyJSZQUdXN0uSidhZp\nI7AIgzhqK1Ku/IXK0OSXJonn+/9X/VI=\n-----END CERTIFICATE-----',
14
+ create_time: '0001-01-01T00:00:00Z',
15
+ expire_at: '1954987440248',
16
+ initial: {
17
+ fov: 110,
18
+ latitude: 0,
19
+ longitude: 1.499647315445733,
20
+ pano: 9,
21
+ pano_index: 9,
22
+ recordVideo: false
23
+ },
24
+ model: {
25
+ file_url: 'https://vrlab-public.ljcdn.com/vrframework/release/ue4_decoration_plan/zxMawr9raSg8LYjG/vrproc-ue4/render/model.at3d',
26
+ material_base_url: 'https://test-vr-public.realsee-cdn.com/test/ue4/065c48487d2370aedf1eb397d01b2614/at3d_results/',
27
+ material_textures: ['texture_0.jpg', 'texture_1.jpg', 'texture_2.jpg', 'texture_3.jpg', 'texture_4.jpg', 'texture_5.jpg', 'texture_6.jpg', 'texture_7.jpg', 'texture_8.jpg', 'texture_9.jpg', 'texture_10.jpg', 'texture_11.jpg', 'texture_12.jpg', 'texture_13.jpg', 'texture_14.jpg', 'texture_15.jpg', 'texture_16.jpg', 'texture_17.jpg', 'texture_18.jpg', 'texture_19.jpg', 'texture_20.jpg', 'texture_21.jpg', 'texture_22.jpg', 'texture_23.jpg', 'texture_24.jpg', 'texture_25.jpg', 'texture_26.jpg', 'texture_27.jpg', 'texture_28.jpg', 'texture_29.jpg', 'texture_30.jpg', 'texture_31.jpg', 'texture_32.jpg', 'texture_33.jpg', 'texture_34.jpg', 'texture_35.jpg', 'texture_36.jpg', 'texture_37.jpg', 'texture_38.jpg', 'texture_39.jpg', 'texture_40.jpg', 'texture_41.jpg'],
28
+ modify_time: '0001-01-01T00:00:00Z',
29
+ type: 0
30
+ },
31
+ observers: [{
32
+ accessible_nodes: [6, 10, 14, 19, 20, 23],
33
+ floor_index: 0,
34
+ index: 0,
35
+ offset_point_count: 0,
36
+ position: [-0.947504, 1.2, -1.398092],
37
+ quaternion: {
38
+ w: 0.7071067811865475,
39
+ x: 0,
40
+ y: 0.7071067811865475,
41
+ z: 0
42
+ },
43
+ standing_position: [-0.947504, 0, -1.398092],
44
+ visible_nodes: [6, 10, 14, 19, 20, 23]
45
+ }, {
46
+ accessible_nodes: [5, 6, 9, 11, 13, 15, 16, 19, 22, 23],
47
+ floor_index: 0,
48
+ index: 1,
49
+ offset_point_count: 0,
50
+ position: [-2.052143, 1.2, -1.614287],
51
+ quaternion: {
52
+ w: 0.7071067811865475,
53
+ x: 0,
54
+ y: 0.7071067811865475,
55
+ z: 0
56
+ },
57
+ standing_position: [-2.052143, 0, -1.614287],
58
+ visible_nodes: [5, 6, 9, 11, 13, 15, 16, 19, 22, 23]
59
+ }, {
60
+ accessible_nodes: [4, 5, 9, 15, 16, 17, 18, 24],
61
+ floor_index: 0,
62
+ index: 2,
63
+ offset_point_count: 0,
64
+ position: [-0.375493, 1.2, -5.37362],
65
+ quaternion: {
66
+ w: 0.7071067811865475,
67
+ x: 0,
68
+ y: 0.7071067811865475,
69
+ z: 0
70
+ },
71
+ standing_position: [-0.375493, 0, -5.37362],
72
+ visible_nodes: [4, 5, 9, 15, 16, 17, 18, 24]
73
+ }, {
74
+ accessible_nodes: [11, 21],
75
+ floor_index: 0,
76
+ index: 3,
77
+ offset_point_count: 0,
78
+ position: [0.298587, 1.2, -2.606489],
79
+ quaternion: {
80
+ w: 0.7071067811865475,
81
+ x: 0,
82
+ y: 0.7071067811865475,
83
+ z: 0
84
+ },
85
+ standing_position: [0.298587, 0, -2.606489],
86
+ visible_nodes: [11, 21]
87
+ }, {
88
+ accessible_nodes: [2, 9, 11, 15, 16, 17, 18],
89
+ floor_index: 0,
90
+ index: 4,
91
+ offset_point_count: 0,
92
+ position: [-3.950001, 1.2, -6.150001],
93
+ quaternion: {
94
+ w: 0.7071067811865475,
95
+ x: 0,
96
+ y: 0.7071067811865475,
97
+ z: 0
98
+ },
99
+ standing_position: [-3.950001, 0, -6.150001],
100
+ visible_nodes: [2, 9, 11, 15, 16, 17, 18]
101
+ }, {
102
+ accessible_nodes: [1, 2, 7, 8, 9, 11, 15, 16, 17, 18, 22, 24],
103
+ floor_index: 0,
104
+ index: 5,
105
+ offset_point_count: 0,
106
+ position: [-0.913477, 1.2, -7.694327],
107
+ quaternion: {
108
+ w: 0.7071067811865475,
109
+ x: 0,
110
+ y: 0.7071067811865475,
111
+ z: 0
112
+ },
113
+ standing_position: [-0.913477, 0, -7.694327],
114
+ visible_nodes: [1, 2, 7, 8, 9, 11, 15, 16, 17, 18, 22, 24]
115
+ }, {
116
+ accessible_nodes: [0, 1, 5, 11, 15, 16, 19, 22],
117
+ floor_index: 0,
118
+ index: 6,
119
+ offset_point_count: 0,
120
+ position: [-2.308512, 1.2, 0.638652],
121
+ quaternion: {
122
+ w: 0.7071067811865475,
123
+ x: 0,
124
+ y: 0.7071067811865475,
125
+ z: 0
126
+ },
127
+ standing_position: [-2.308512, 0, 0.638652],
128
+ visible_nodes: [0, 1, 5, 11, 15, 16, 19, 22]
129
+ }, {
130
+ accessible_nodes: [5, 8, 24],
131
+ floor_index: 0,
132
+ index: 7,
133
+ offset_point_count: 0,
134
+ position: [-2.940375, 1.2, -7.585725],
135
+ quaternion: {
136
+ w: 0.7071067811865475,
137
+ x: 0,
138
+ y: 0.7071067811865475,
139
+ z: 0
140
+ },
141
+ standing_position: [-2.940375, 0, -7.585725],
142
+ visible_nodes: [5, 8, 24]
143
+ }, {
144
+ accessible_nodes: [5, 7, 24],
145
+ floor_index: 0,
146
+ index: 8,
147
+ offset_point_count: 0,
148
+ position: [-4.270881, 1.2, -7.561524],
149
+ quaternion: {
150
+ w: 0.7071067811865475,
151
+ x: 0,
152
+ y: 0.7071067811865475,
153
+ z: 0
154
+ },
155
+ standing_position: [-4.270881, 0, -7.561524],
156
+ visible_nodes: [5, 7, 24]
157
+ }, {
158
+ accessible_nodes: [2, 4, 5, 11, 15, 16, 17, 18, 24],
159
+ floor_index: 0,
160
+ index: 9,
161
+ offset_point_count: 0,
162
+ position: [-1.003104, 1.2, -6.182765],
163
+ quaternion: {
164
+ w: 0.7071067811865475,
165
+ x: 0,
166
+ y: 0.7071067811865475,
167
+ z: 0
168
+ },
169
+ standing_position: [-1.003104, 0, -6.182765],
170
+ visible_nodes: [2, 4, 5, 11, 15, 16, 17, 18, 24]
171
+ }, {
172
+ accessible_nodes: [0, 4, 14, 20, 23],
173
+ floor_index: 0,
174
+ index: 10,
175
+ offset_point_count: 0,
176
+ position: [0.734041, 1.2, 3.298226],
177
+ quaternion: {
178
+ w: 0.7071067811865475,
179
+ x: 0,
180
+ y: 0.7071067811865475,
181
+ z: 0
182
+ },
183
+ standing_position: [0.734041, 0, 3.298226],
184
+ visible_nodes: [0, 4, 14, 20, 23]
185
+ }, {
186
+ accessible_nodes: [1, 2, 3, 4, 5, 6, 9, 15, 16, 19, 21, 22],
187
+ floor_index: 0,
188
+ index: 11,
189
+ offset_point_count: 0,
190
+ position: [-2.056818, 1.2, -2.788902],
191
+ quaternion: {
192
+ w: 0.7071067811865475,
193
+ x: 0,
194
+ y: 0.7071067811865475,
195
+ z: 0
196
+ },
197
+ standing_position: [-2.056818, 0, -2.788902],
198
+ visible_nodes: [1, 2, 3, 4, 5, 6, 9, 15, 16, 19, 21, 22]
199
+ }, {
200
+ accessible_nodes: [1, 13, 20],
201
+ floor_index: 0,
202
+ index: 12,
203
+ offset_point_count: 0,
204
+ position: [-4.693264, 1.2, -1.01454],
205
+ quaternion: {
206
+ w: 0.7071067811865475,
207
+ x: 0,
208
+ y: 0.7071067811865475,
209
+ z: 0
210
+ },
211
+ standing_position: [-4.693264, 0, -1.01454],
212
+ visible_nodes: [1, 13, 20]
213
+ }, {
214
+ accessible_nodes: [1, 12, 19, 20, 21],
215
+ floor_index: 0,
216
+ index: 13,
217
+ offset_point_count: 0,
218
+ position: [-3.316796, 1.2, -1.028055],
219
+ quaternion: {
220
+ w: 0.7071067811865475,
221
+ x: 0,
222
+ y: 0.7071067811865475,
223
+ z: 0
224
+ },
225
+ standing_position: [-3.316796, 0, -1.028055],
226
+ visible_nodes: [1, 12, 19, 20, 21]
227
+ }, {
228
+ accessible_nodes: [0, 10, 20, 23],
229
+ floor_index: 0,
230
+ index: 14,
231
+ offset_point_count: 0,
232
+ position: [-0.473445, 1.2, 1.394685],
233
+ quaternion: {
234
+ w: 0.7071067811865475,
235
+ x: 0,
236
+ y: 0.7071067811865475,
237
+ z: 0
238
+ },
239
+ standing_position: [-0.473445, 0, 1.394685],
240
+ visible_nodes: [0, 10, 20, 23]
241
+ }, {
242
+ accessible_nodes: [1, 2, 4, 5, 6, 9, 11, 16, 17, 18, 19, 22],
243
+ floor_index: 0,
244
+ index: 15,
245
+ offset_point_count: 0,
246
+ position: [-2.04216, 1.2, -5.190287],
247
+ quaternion: {
248
+ w: 0.7071067811865475,
249
+ x: 0,
250
+ y: 0.7071067811865475,
251
+ z: 0
252
+ },
253
+ standing_position: [-2.04216, 0, -5.190287],
254
+ visible_nodes: [1, 2, 4, 5, 6, 9, 11, 16, 17, 18, 19, 22]
255
+ }, {
256
+ accessible_nodes: [1, 2, 4, 5, 6, 9, 11, 15, 17, 18, 19, 22],
257
+ floor_index: 0,
258
+ index: 16,
259
+ offset_point_count: 0,
260
+ position: [-2.04216, 1.2, -4.140287],
261
+ quaternion: {
262
+ w: 0.7071067811865475,
263
+ x: 0,
264
+ y: 0.7071067811865475,
265
+ z: 0
266
+ },
267
+ standing_position: [-2.04216, 0, -4.140287],
268
+ visible_nodes: [1, 2, 4, 5, 6, 9, 11, 15, 17, 18, 19, 22]
269
+ }, {
270
+ accessible_nodes: [2, 4, 7, 9, 15, 16, 18, 24],
271
+ floor_index: 0,
272
+ index: 17,
273
+ offset_point_count: 0,
274
+ position: [1.374507, 1.2, -6.42362],
275
+ quaternion: {
276
+ w: 0.7071067811865475,
277
+ x: 0,
278
+ y: 0.7071067811865475,
279
+ z: 0
280
+ },
281
+ standing_position: [1.374507, 0, -6.42362],
282
+ visible_nodes: [2, 4, 7, 9, 15, 16, 18, 24]
283
+ }, {
284
+ accessible_nodes: [2, 4, 5, 9, 15, 16, 17, 24],
285
+ floor_index: 0,
286
+ index: 18,
287
+ offset_point_count: 0,
288
+ position: [1.374507, 1.2, -5.37362],
289
+ quaternion: {
290
+ w: 0.7071067811865475,
291
+ x: 0,
292
+ y: 0.7071067811865475,
293
+ z: 0
294
+ },
295
+ standing_position: [1.374507, 0, -5.37362],
296
+ visible_nodes: [2, 4, 5, 9, 15, 16, 17, 24]
297
+ }, {
298
+ accessible_nodes: [0, 1, 6, 11, 13, 15, 16, 20, 22],
299
+ floor_index: 0,
300
+ index: 19,
301
+ offset_point_count: 0,
302
+ position: [-2.102217, 1.2, -0.49989],
303
+ quaternion: {
304
+ w: 0.7071067811865475,
305
+ x: 0,
306
+ y: 0.7071067811865475,
307
+ z: 0
308
+ },
309
+ standing_position: [-2.102217, 0, -0.49989],
310
+ visible_nodes: [0, 1, 6, 11, 13, 15, 16, 20, 22]
311
+ }, {
312
+ accessible_nodes: [0, 1, 10, 13, 14, 19, 23],
313
+ floor_index: 0,
314
+ index: 20,
315
+ offset_point_count: 0,
316
+ position: [-0.532618, 1.2, -0.235537],
317
+ quaternion: {
318
+ w: 0.7071067811865475,
319
+ x: 0,
320
+ y: 0.7071067811865475,
321
+ z: 0
322
+ },
323
+ standing_position: [-0.532618, 0, -0.235537],
324
+ visible_nodes: [0, 1, 10, 13, 14, 19, 23]
325
+ }, {
326
+ accessible_nodes: [1, 3, 11, 13],
327
+ floor_index: 0,
328
+ index: 21,
329
+ offset_point_count: 0,
330
+ position: [-0.915097, 1.2, -2.567557],
331
+ quaternion: {
332
+ w: 0.7071067811865475,
333
+ x: 0,
334
+ y: 0.7071067811865475,
335
+ z: 0
336
+ },
337
+ standing_position: [-0.915097, 0, -2.567557],
338
+ visible_nodes: [1, 3, 11, 13]
339
+ }, {
340
+ accessible_nodes: [1, 5, 6, 11, 15, 16, 19],
341
+ floor_index: 0,
342
+ index: 22,
343
+ offset_point_count: 0,
344
+ position: [-2.600988, 1.2, 1.673792],
345
+ quaternion: {
346
+ w: 0.7071067811865475,
347
+ x: 0,
348
+ y: 0.7071067811865475,
349
+ z: 0
350
+ },
351
+ standing_position: [-2.600988, 0, 1.673792],
352
+ visible_nodes: [1, 5, 6, 11, 15, 16, 19]
353
+ }, {
354
+ accessible_nodes: [0, 1, 10, 14, 20],
355
+ floor_index: 0,
356
+ index: 23,
357
+ offset_point_count: 0,
358
+ position: [0.451363, 1.2, 2.277164],
359
+ quaternion: {
360
+ w: 0.7071067811865475,
361
+ x: 0,
362
+ y: 0.7071067811865475,
363
+ z: 0
364
+ },
365
+ standing_position: [0.451363, 0, 2.277164],
366
+ visible_nodes: [0, 1, 10, 14, 20]
367
+ }, {
368
+ accessible_nodes: [2, 5, 7, 8, 9, 17, 18],
369
+ floor_index: 0,
370
+ index: 24,
371
+ offset_point_count: 0,
372
+ position: [-2.119771, 1.2, -8.1661],
373
+ quaternion: {
374
+ w: 0.7071067811865475,
375
+ x: 0,
376
+ y: 0.7071067811865475,
377
+ z: 0
378
+ },
379
+ standing_position: [-2.119771, 0, -8.1661],
380
+ visible_nodes: [2, 5, 7, 8, 9, 17, 18]
381
+ }],
382
+ panorama: {
383
+ count: 25,
384
+ list: [{
385
+ back: '0/0_b.jpg',
386
+ down: '0/0_d.jpg',
387
+ front: '0/0_f.jpg',
388
+ index: 0,
389
+ left: '0/0_l.jpg',
390
+ right: '0/0_r.jpg',
391
+ up: '0/0_u.jpg'
392
+ }, {
393
+ back: '1/1_b.jpg',
394
+ down: '1/1_d.jpg',
395
+ front: '1/1_f.jpg',
396
+ index: 1,
397
+ left: '1/1_l.jpg',
398
+ right: '1/1_r.jpg',
399
+ up: '1/1_u.jpg'
400
+ }, {
401
+ back: '2/2_b.jpg',
402
+ down: '2/2_d.jpg',
403
+ front: '2/2_f.jpg',
404
+ index: 2,
405
+ left: '2/2_l.jpg',
406
+ right: '2/2_r.jpg',
407
+ up: '2/2_u.jpg'
408
+ }, {
409
+ back: '3/3_b.jpg',
410
+ down: '3/3_d.jpg',
411
+ front: '3/3_f.jpg',
412
+ index: 3,
413
+ left: '3/3_l.jpg',
414
+ right: '3/3_r.jpg',
415
+ up: '3/3_u.jpg'
416
+ }, {
417
+ back: '4/4_b.jpg',
418
+ down: '4/4_d.jpg',
419
+ front: '4/4_f.jpg',
420
+ index: 4,
421
+ left: '4/4_l.jpg',
422
+ right: '4/4_r.jpg',
423
+ up: '4/4_u.jpg'
424
+ }, {
425
+ back: '5/5_b.jpg',
426
+ down: '5/5_d.jpg',
427
+ front: '5/5_f.jpg',
428
+ index: 5,
429
+ left: '5/5_l.jpg',
430
+ right: '5/5_r.jpg',
431
+ up: '5/5_u.jpg'
432
+ }, {
433
+ back: '6/6_b.jpg',
434
+ down: '6/6_d.jpg',
435
+ front: '6/6_f.jpg',
436
+ index: 6,
437
+ left: '6/6_l.jpg',
438
+ right: '6/6_r.jpg',
439
+ up: '6/6_u.jpg'
440
+ }, {
441
+ back: '7/7_b.jpg',
442
+ down: '7/7_d.jpg',
443
+ front: '7/7_f.jpg',
444
+ index: 7,
445
+ left: '7/7_l.jpg',
446
+ right: '7/7_r.jpg',
447
+ up: '7/7_u.jpg'
448
+ }, {
449
+ back: '8/8_b.jpg',
450
+ down: '8/8_d.jpg',
451
+ front: '8/8_f.jpg',
452
+ index: 8,
453
+ left: '8/8_l.jpg',
454
+ right: '8/8_r.jpg',
455
+ up: '8/8_u.jpg'
456
+ }, {
457
+ back: '9/9_b.jpg',
458
+ down: '9/9_d.jpg',
459
+ front: '9/9_f.jpg',
460
+ index: 9,
461
+ left: '9/9_l.jpg',
462
+ right: '9/9_r.jpg',
463
+ up: '9/9_u.jpg'
464
+ }, {
465
+ back: '10/10_b.jpg',
466
+ down: '10/10_d.jpg',
467
+ front: '10/10_f.jpg',
468
+ index: 10,
469
+ left: '10/10_l.jpg',
470
+ right: '10/10_r.jpg',
471
+ up: '10/10_u.jpg'
472
+ }, {
473
+ back: '11/11_b.jpg',
474
+ down: '11/11_d.jpg',
475
+ front: '11/11_f.jpg',
476
+ index: 11,
477
+ left: '11/11_l.jpg',
478
+ right: '11/11_r.jpg',
479
+ up: '11/11_u.jpg'
480
+ }, {
481
+ back: '12/12_b.jpg',
482
+ down: '12/12_d.jpg',
483
+ front: '12/12_f.jpg',
484
+ index: 12,
485
+ left: '12/12_l.jpg',
486
+ right: '12/12_r.jpg',
487
+ up: '12/12_u.jpg'
488
+ }, {
489
+ back: '13/13_b.jpg',
490
+ down: '13/13_d.jpg',
491
+ front: '13/13_f.jpg',
492
+ index: 13,
493
+ left: '13/13_l.jpg',
494
+ right: '13/13_r.jpg',
495
+ up: '13/13_u.jpg'
496
+ }, {
497
+ back: '14/14_b.jpg',
498
+ down: '14/14_d.jpg',
499
+ front: '14/14_f.jpg',
500
+ index: 14,
501
+ left: '14/14_l.jpg',
502
+ right: '14/14_r.jpg',
503
+ up: '14/14_u.jpg'
504
+ }, {
505
+ back: '15/15_b.jpg',
506
+ down: '15/15_d.jpg',
507
+ front: '15/15_f.jpg',
508
+ index: 15,
509
+ left: '15/15_l.jpg',
510
+ right: '15/15_r.jpg',
511
+ up: '15/15_u.jpg'
512
+ }, {
513
+ back: '16/16_b.jpg',
514
+ down: '16/16_d.jpg',
515
+ front: '16/16_f.jpg',
516
+ index: 16,
517
+ left: '16/16_l.jpg',
518
+ right: '16/16_r.jpg',
519
+ up: '16/16_u.jpg'
520
+ }, {
521
+ back: '17/17_b.jpg',
522
+ down: '17/17_d.jpg',
523
+ front: '17/17_f.jpg',
524
+ index: 17,
525
+ left: '17/17_l.jpg',
526
+ right: '17/17_r.jpg',
527
+ up: '17/17_u.jpg'
528
+ }, {
529
+ back: '18/18_b.jpg',
530
+ down: '18/18_d.jpg',
531
+ front: '18/18_f.jpg',
532
+ index: 18,
533
+ left: '18/18_l.jpg',
534
+ right: '18/18_r.jpg',
535
+ up: '18/18_u.jpg'
536
+ }, {
537
+ back: '19/19_b.jpg',
538
+ down: '19/19_d.jpg',
539
+ front: '19/19_f.jpg',
540
+ index: 19,
541
+ left: '19/19_l.jpg',
542
+ right: '19/19_r.jpg',
543
+ up: '19/19_u.jpg'
544
+ }, {
545
+ back: '20/20_b.jpg',
546
+ down: '20/20_d.jpg',
547
+ front: '20/20_f.jpg',
548
+ index: 20,
549
+ left: '20/20_l.jpg',
550
+ right: '20/20_r.jpg',
551
+ up: '20/20_u.jpg'
552
+ }, {
553
+ back: '21/21_b.jpg',
554
+ down: '21/21_d.jpg',
555
+ front: '21/21_f.jpg',
556
+ index: 21,
557
+ left: '21/21_l.jpg',
558
+ right: '21/21_r.jpg',
559
+ up: '21/21_u.jpg'
560
+ }, {
561
+ back: '22/22_b.jpg',
562
+ down: '22/22_d.jpg',
563
+ front: '22/22_f.jpg',
564
+ index: 22,
565
+ left: '22/22_l.jpg',
566
+ right: '22/22_r.jpg',
567
+ up: '22/22_u.jpg'
568
+ }, {
569
+ back: '23/23_b.jpg',
570
+ down: '23/23_d.jpg',
571
+ front: '23/23_f.jpg',
572
+ index: 23,
573
+ left: '23/23_l.jpg',
574
+ right: '23/23_r.jpg',
575
+ up: '23/23_u.jpg'
576
+ }, {
577
+ back: '24/24_b.jpg',
578
+ down: '24/24_d.jpg',
579
+ front: '24/24_f.jpg',
580
+ index: 24,
581
+ left: '24/24_l.jpg',
582
+ right: '24/24_r.jpg',
583
+ up: '24/24_u.jpg'
584
+ }]
585
+ },
586
+ picture_url: 'https://vrlab-public.ljcdn.com/vrframework/release/ue4_decoration_plan/zxMawr9raSg8LYjG/vrproc-ue4/render/picture.jpg',
587
+ title_picture_url: '',
588
+ vr_type: 'virtual'
589
+ };
590
+ exports.work = work;
@@ -1,5 +1,9 @@
1
1
  "use strict";
2
2
 
3
+ require("core-js/modules/es.object.define-property.js");
4
+
5
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
6
+
3
7
  Object.defineProperty(exports, "__esModule", {
4
8
  value: true
5
9
  });
@@ -7,23 +11,13 @@ exports["default"] = void 0;
7
11
 
8
12
  var _style = _interopRequireDefault(require("styled-jsx/style"));
9
13
 
10
- var _react = _interopRequireDefault(require("react"));
11
-
12
- var _react2 = require("@realsee/five/react");
13
-
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
+ require("core-js/modules/es.number.to-fixed.js");
15
15
 
16
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
16
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
17
17
 
18
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
19
-
20
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
21
-
22
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
23
-
24
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
18
+ var _react = _interopRequireDefault(require("react"));
25
19
 
26
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
20
+ var _react2 = require("@realsee/five/react");
27
21
 
28
22
  var styles = [".controller.jsx-2630336174{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;padding:2px;line-height:1.5;}", ".panel.jsx-2630336174{margin:5px 0 0 5px;max-width:230px;}", ".panel.jsx-2630336174+.panel.jsx-2630336174{margin-top:10px;}", ".panel.jsx-2630336174 .label.jsx-2630336174{font-weight:bold;margin-bottom:5px;text-shadow:0 0 2px rgba(255,255,255,0.5);}", ".panel.jsx-2630336174 .content.jsx-2630336174{font-size:12px;background-color:#0078e7;color:white;padding:1rem;}", ".state.jsx-2630336174{font-family:monospace;color:yellowgreen;}", ".state_s.jsx-2630336174{color:white;}", ".btns.jsx-2630336174{position:absolute;right:0;left:0;bottom:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}", ".btns.jsx-2630336174 button.jsx-2630336174{margin:0 6px;}"];
29
23
  /**
@@ -48,7 +42,7 @@ var FiveStateController = function FiveStateController(_ref) {
48
42
  var showState = _ref.showState;
49
43
 
50
44
  var _useFiveCurrentState = (0, _react2.useFiveCurrentState)(),
51
- _useFiveCurrentState2 = _slicedToArray(_useFiveCurrentState, 2),
45
+ _useFiveCurrentState2 = (0, _slicedToArray2["default"])(_useFiveCurrentState, 2),
52
46
  state = _useFiveCurrentState2[0],
53
47
  setState = _useFiveCurrentState2[1];
54
48
 
@@ -1,6 +1,20 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ require("core-js/modules/es.array.iterator.js");
4
+
5
+ require("core-js/modules/es.object.to-string.js");
6
+
7
+ require("core-js/modules/es.string.iterator.js");
8
+
9
+ require("core-js/modules/es.weak-map.js");
10
+
11
+ require("core-js/modules/web.dom-collections.iterator.js");
12
+
13
+ require("core-js/modules/es.object.define-property.js");
14
+
15
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
16
+
17
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
18
 
5
19
  Object.defineProperty(exports, "__esModule", {
6
20
  value: true
@@ -1,6 +1,20 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ require("core-js/modules/es.array.iterator.js");
4
+
5
+ require("core-js/modules/es.object.to-string.js");
6
+
7
+ require("core-js/modules/es.string.iterator.js");
8
+
9
+ require("core-js/modules/es.weak-map.js");
10
+
11
+ require("core-js/modules/web.dom-collections.iterator.js");
12
+
13
+ require("core-js/modules/es.object.define-property.js");
14
+
15
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
16
+
17
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
18
 
5
19
  Object.defineProperty(exports, "__esModule", {
6
20
  value: true