@plurid/plurid-react 0.0.0-2 → 0.0.0-22

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 (368) hide show
  1. package/README.md +25 -9
  2. package/distribution/{modules/components → components/links}/Link/components/Preview/index.d.ts +3 -2
  3. package/distribution/{modules/components → components/links}/Link/components/Preview/styled.d.ts +2 -1
  4. package/distribution/components/links/Link/index.d.ts +22 -0
  5. package/distribution/components/links/Link/styled.d.ts +7 -0
  6. package/distribution/{modules/components → components/links}/RouterLink/index.d.ts +3 -2
  7. package/distribution/{modules/components → components/links}/RouterLink/styled.d.ts +0 -0
  8. package/distribution/components/planes/ExternalPlane/index.d.ts +14 -0
  9. package/distribution/components/planes/ExternalPlane/styled.d.ts +5 -0
  10. package/distribution/components/planes/IframePlane/index.d.ts +14 -0
  11. package/distribution/components/planes/IframePlane/styled.d.ts +5 -0
  12. package/distribution/{modules/components → components/structural}/Plane/components/PlaneBridge/index.d.ts +1 -1
  13. package/distribution/components/structural/Plane/components/PlaneBridge/styled.d.ts +7 -0
  14. package/distribution/{modules/components → components/structural}/Plane/components/PlaneContent/index.d.ts +0 -0
  15. package/distribution/{modules/components → components/structural}/Plane/components/PlaneContent/styled.d.ts +0 -0
  16. package/distribution/{modules/components → components/structural}/Plane/components/PlaneControls/components/SearchItem/index.d.ts +1 -1
  17. package/distribution/{modules/components → components/structural}/Plane/components/PlaneControls/components/SearchItem/styled.d.ts +0 -0
  18. package/distribution/{modules/components → components/structural}/Plane/components/PlaneControls/components/SearchList/index.d.ts +1 -1
  19. package/distribution/{modules/components → components/structural}/Plane/components/PlaneControls/components/SearchList/styled.d.ts +0 -0
  20. package/distribution/{modules/components → components/structural}/Plane/components/PlaneControls/index.d.ts +3 -2
  21. package/distribution/{modules/components → components/structural}/Plane/components/PlaneControls/styled.d.ts +7 -1
  22. package/distribution/{modules/components → components/structural}/Plane/components/PlaneDebugger/index.d.ts +1 -1
  23. package/distribution/{modules/components → components/structural}/Plane/components/PlaneDebugger/styled.d.ts +0 -0
  24. package/distribution/components/structural/Plane/index.d.ts +23 -0
  25. package/distribution/components/structural/Plane/styled.d.ts +10 -0
  26. package/distribution/{modules/components → components/structural}/Root/index.d.ts +1 -5
  27. package/distribution/{modules/components → components/structural}/Root/styled.d.ts +0 -0
  28. package/distribution/components/structural/Roots/index.d.ts +18 -0
  29. package/distribution/components/structural/Roots/styled.d.ts +3 -0
  30. package/distribution/{modules/components → components/structural}/Space/components/SpaceDebugger/index.d.ts +1 -1
  31. package/distribution/{modules/components → components/structural}/Space/components/SpaceDebugger/styled.d.ts +0 -0
  32. package/distribution/{modules/components → components/structural}/Space/index.d.ts +1 -5
  33. package/distribution/components/structural/Space/styled.d.ts +8 -0
  34. package/distribution/{modules/components → components/utilities}/ApplicationConfigurator/index.d.ts +2 -2
  35. package/distribution/{modules/components → components/utilities}/ApplicationConfigurator/styled.d.ts +0 -0
  36. package/distribution/components/utilities/ErrorBoundary/index.d.ts +18 -0
  37. package/distribution/{modules/components → components/utilities}/NotFound/index.d.ts +1 -1
  38. package/distribution/{modules/components → components/utilities}/NotFound/styled.d.ts +0 -0
  39. package/distribution/components/utilities/Origin/index.d.ts +15 -0
  40. package/distribution/components/utilities/Origin/styled.d.ts +7 -0
  41. package/distribution/{modules/components → components/utilities}/PlaneConfigurator/index.d.ts +1 -1
  42. package/distribution/{modules/components → components/utilities}/PlaneConfigurator/styled.d.ts +0 -0
  43. package/distribution/{modules/components → components}/utilities/Portal/index.d.ts +2 -0
  44. package/distribution/{modules/components → components/utilities}/Toolbar/Button/index.d.ts +2 -2
  45. package/distribution/components/utilities/Toolbar/Button/styled.d.ts +13 -0
  46. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/Drawer/index.d.ts +1 -1
  47. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/Drawer/styled.d.ts +0 -0
  48. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/components/Global/index.d.ts +2 -2
  49. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/components/Shortcuts/index.d.ts +1 -1
  50. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/components/Space/index.d.ts +2 -2
  51. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/components/Technical/index.d.ts +2 -2
  52. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/components/Toolbar/index.d.ts +3 -3
  53. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/components/Transform/index.d.ts +2 -2
  54. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/components/Viewcube/index.d.ts +2 -2
  55. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/data.d.ts +2 -0
  56. package/distribution/components/utilities/Toolbar/General/components/MenuMore/index.d.ts +21 -0
  57. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuMore/styled.d.ts +0 -0
  58. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuUniverses/index.d.ts +2 -2
  59. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/MenuUniverses/styled.d.ts +0 -0
  60. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/ToolbarRotate/index.d.ts +2 -2
  61. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/ToolbarRotate/styled.d.ts +0 -0
  62. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/ToolbarScale/index.d.ts +2 -2
  63. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/ToolbarScale/styled.d.ts +0 -0
  64. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/ToolbarTranslate/index.d.ts +2 -2
  65. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/ToolbarTranslate/styled.d.ts +0 -0
  66. package/distribution/{modules/components → components/utilities}/Toolbar/General/components/TransformArrow/index.d.ts +1 -1
  67. package/distribution/components/utilities/Toolbar/General/components/TransformArrow/styled.d.ts +6 -0
  68. package/distribution/{modules/components → components/utilities}/Toolbar/General/data.d.ts +0 -0
  69. package/distribution/{modules/components → components/utilities}/Toolbar/General/index.d.ts +3 -3
  70. package/distribution/components/utilities/Toolbar/General/styled.d.ts +29 -0
  71. package/distribution/{modules/components → components/utilities}/UniverseExplorer/index.d.ts +1 -1
  72. package/distribution/{modules/components → components/utilities}/UniverseExplorer/styled.d.ts +0 -0
  73. package/distribution/{modules/components → components/utilities}/Viewcube/components/ViewcubeFace/index.d.ts +2 -2
  74. package/distribution/components/utilities/Viewcube/components/ViewcubeFace/styled.d.ts +16 -0
  75. package/distribution/{modules/components → components/utilities}/Viewcube/components/ViewcubeModel/index.d.ts +1 -1
  76. package/distribution/components/utilities/Viewcube/components/ViewcubeModel/styled.d.ts +3 -0
  77. package/distribution/{modules/components → components/utilities}/Viewcube/index.d.ts +2 -2
  78. package/distribution/components/utilities/Viewcube/styled.d.ts +19 -0
  79. package/distribution/{modules/components/Virtual → components/virtuals}/List/components/ListItem/index.d.ts +0 -0
  80. package/distribution/{modules/components/Virtual → components/virtuals}/List/index.d.ts +2 -2
  81. package/distribution/{modules/components/Virtual → components/virtuals}/List/styled.d.ts +0 -0
  82. package/distribution/{modules/containers → containers/Application/View}/ErrorView/index.d.ts +0 -0
  83. package/distribution/{modules/containers → containers/Application/View}/ErrorView/styled.d.ts +0 -0
  84. package/distribution/{modules/containers → containers/Application/View}/PlanesView/index.d.ts +1 -3
  85. package/distribution/{Application → containers/Application}/View/index-old.d.ts +0 -0
  86. package/distribution/{Application → containers/Application}/View/index.d.ts +7 -5
  87. package/distribution/containers/Application/View/logic.d.ts +4 -0
  88. package/distribution/{Application → containers/Application}/View/styled.d.ts +0 -0
  89. package/distribution/{Application → containers/Application}/index.d.ts +5 -4
  90. package/distribution/{modules/components → containers}/Provider/context.d.ts +0 -0
  91. package/distribution/{modules/components → containers}/Provider/index.d.ts +0 -0
  92. package/distribution/{modules/components → containers}/RouterBrowser/index.d.ts +3 -1
  93. package/distribution/containers/RouterStatic/index.d.ts +18 -0
  94. package/distribution/data/constants/index.d.ts +3 -0
  95. package/distribution/data/interfaces/index.d.ts +19 -0
  96. package/distribution/distribution/components/links/Link/components/Preview/index.d.ts +16 -0
  97. package/distribution/distribution/components/links/Link/components/Preview/styled.d.ts +7 -0
  98. package/distribution/distribution/components/links/Link/index.d.ts +22 -0
  99. package/distribution/distribution/components/links/Link/styled.d.ts +7 -0
  100. package/distribution/distribution/components/links/RouterLink/index.d.ts +17 -0
  101. package/distribution/distribution/components/links/RouterLink/styled.d.ts +2 -0
  102. package/distribution/distribution/components/planes/ExternalPlane/index.d.ts +14 -0
  103. package/distribution/distribution/components/planes/ExternalPlane/styled.d.ts +5 -0
  104. package/distribution/distribution/components/planes/IframePlane/index.d.ts +14 -0
  105. package/distribution/distribution/components/planes/IframePlane/styled.d.ts +5 -0
  106. package/distribution/distribution/components/structural/Plane/components/PlaneBridge/index.d.ts +16 -0
  107. package/distribution/distribution/components/structural/Plane/components/PlaneBridge/styled.d.ts +7 -0
  108. package/distribution/distribution/components/structural/Plane/components/PlaneContent/index.d.ts +6 -0
  109. package/distribution/distribution/components/structural/Plane/components/PlaneContent/styled.d.ts +1 -0
  110. package/distribution/distribution/components/structural/Plane/components/PlaneControls/components/SearchItem/index.d.ts +19 -0
  111. package/distribution/distribution/components/structural/Plane/components/PlaneControls/components/SearchItem/styled.d.ts +1 -0
  112. package/distribution/distribution/components/structural/Plane/components/PlaneControls/components/SearchList/index.d.ts +18 -0
  113. package/distribution/distribution/components/structural/Plane/components/PlaneControls/components/SearchList/styled.d.ts +2 -0
  114. package/distribution/distribution/components/structural/Plane/components/PlaneControls/index.d.ts +19 -0
  115. package/distribution/distribution/components/structural/Plane/components/PlaneControls/styled.d.ts +10 -0
  116. package/distribution/distribution/components/structural/Plane/components/PlaneDebugger/index.d.ts +13 -0
  117. package/distribution/distribution/components/structural/Plane/components/PlaneDebugger/styled.d.ts +1 -0
  118. package/distribution/distribution/components/structural/Plane/index.d.ts +23 -0
  119. package/distribution/distribution/components/structural/Plane/styled.d.ts +10 -0
  120. package/distribution/distribution/components/structural/Root/index.d.ts +14 -0
  121. package/distribution/distribution/components/structural/Root/styled.d.ts +1 -0
  122. package/distribution/distribution/components/structural/Roots/index.d.ts +18 -0
  123. package/distribution/distribution/components/structural/Roots/styled.d.ts +3 -0
  124. package/distribution/distribution/components/structural/Space/components/SpaceDebugger/index.d.ts +13 -0
  125. package/distribution/distribution/components/structural/Space/components/SpaceDebugger/styled.d.ts +1 -0
  126. package/distribution/distribution/components/structural/Space/index.d.ts +14 -0
  127. package/distribution/distribution/components/structural/Space/styled.d.ts +8 -0
  128. package/distribution/distribution/components/utilities/ApplicationConfigurator/index.d.ts +17 -0
  129. package/distribution/distribution/components/utilities/ApplicationConfigurator/styled.d.ts +1 -0
  130. package/distribution/distribution/components/utilities/ErrorBoundary/index.d.ts +18 -0
  131. package/distribution/distribution/components/utilities/NotFound/index.d.ts +13 -0
  132. package/distribution/distribution/components/utilities/NotFound/styled.d.ts +1 -0
  133. package/distribution/distribution/components/utilities/Origin/index.d.ts +15 -0
  134. package/distribution/distribution/components/utilities/Origin/styled.d.ts +7 -0
  135. package/distribution/distribution/components/utilities/PlaneConfigurator/index.d.ts +13 -0
  136. package/distribution/distribution/components/utilities/PlaneConfigurator/styled.d.ts +1 -0
  137. package/distribution/distribution/components/utilities/Portal/index.d.ts +15 -0
  138. package/distribution/distribution/components/utilities/Toolbar/Button/index.d.ts +15 -0
  139. package/distribution/distribution/components/utilities/Toolbar/Button/styled.d.ts +13 -0
  140. package/distribution/distribution/components/utilities/Toolbar/General/components/Drawer/index.d.ts +18 -0
  141. package/distribution/distribution/components/utilities/Toolbar/General/components/Drawer/styled.d.ts +3 -0
  142. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Global/index.d.ts +21 -0
  143. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Shortcuts/index.d.ts +14 -0
  144. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Space/index.d.ts +20 -0
  145. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Technical/index.d.ts +17 -0
  146. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Toolbar/index.d.ts +22 -0
  147. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Transform/index.d.ts +19 -0
  148. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Viewcube/index.d.ts +20 -0
  149. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/data.d.ts +9 -0
  150. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/index.d.ts +21 -0
  151. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuMore/styled.d.ts +3 -0
  152. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuUniverses/index.d.ts +15 -0
  153. package/distribution/distribution/components/utilities/Toolbar/General/components/MenuUniverses/styled.d.ts +4 -0
  154. package/distribution/distribution/components/utilities/Toolbar/General/components/ToolbarRotate/index.d.ts +23 -0
  155. package/distribution/distribution/components/utilities/Toolbar/General/components/ToolbarRotate/styled.d.ts +1 -0
  156. package/distribution/distribution/components/utilities/Toolbar/General/components/ToolbarScale/index.d.ts +21 -0
  157. package/distribution/distribution/components/utilities/Toolbar/General/components/ToolbarScale/styled.d.ts +1 -0
  158. package/distribution/distribution/components/utilities/Toolbar/General/components/ToolbarTranslate/index.d.ts +23 -0
  159. package/distribution/distribution/components/utilities/Toolbar/General/components/ToolbarTranslate/styled.d.ts +1 -0
  160. package/distribution/distribution/components/utilities/Toolbar/General/components/TransformArrow/index.d.ts +14 -0
  161. package/distribution/distribution/components/utilities/Toolbar/General/components/TransformArrow/styled.d.ts +6 -0
  162. package/distribution/distribution/components/utilities/Toolbar/General/data.d.ts +6 -0
  163. package/distribution/distribution/components/utilities/Toolbar/General/index.d.ts +21 -0
  164. package/distribution/distribution/components/utilities/Toolbar/General/styled.d.ts +29 -0
  165. package/distribution/distribution/components/utilities/UniverseExplorer/index.d.ts +16 -0
  166. package/distribution/distribution/components/utilities/UniverseExplorer/styled.d.ts +2 -0
  167. package/distribution/distribution/components/utilities/Viewcube/components/ViewcubeFace/index.d.ts +26 -0
  168. package/distribution/distribution/components/utilities/Viewcube/components/ViewcubeFace/styled.d.ts +16 -0
  169. package/distribution/distribution/components/utilities/Viewcube/components/ViewcubeModel/index.d.ts +17 -0
  170. package/distribution/distribution/components/utilities/Viewcube/components/ViewcubeModel/styled.d.ts +3 -0
  171. package/distribution/distribution/components/utilities/Viewcube/index.d.ts +22 -0
  172. package/distribution/distribution/components/utilities/Viewcube/styled.d.ts +19 -0
  173. package/distribution/distribution/components/virtuals/List/components/ListItem/index.d.ts +9 -0
  174. package/distribution/distribution/components/virtuals/List/index.d.ts +15 -0
  175. package/distribution/distribution/components/virtuals/List/styled.d.ts +1 -0
  176. package/distribution/distribution/containers/Application/View/ErrorView/index.d.ts +6 -0
  177. package/distribution/distribution/containers/Application/View/ErrorView/styled.d.ts +1 -0
  178. package/distribution/distribution/containers/Application/View/PlanesView/index.d.ts +10 -0
  179. package/distribution/distribution/containers/Application/View/index-old.d.ts +1 -0
  180. package/distribution/distribution/containers/Application/View/index.d.ts +44 -0
  181. package/distribution/distribution/containers/Application/View/logic.d.ts +4 -0
  182. package/distribution/distribution/containers/Application/View/styled.d.ts +3 -0
  183. package/distribution/distribution/containers/Application/index.d.ts +18 -0
  184. package/distribution/distribution/containers/Provider/context.d.ts +4 -0
  185. package/distribution/distribution/containers/Provider/index.d.ts +12 -0
  186. package/distribution/distribution/containers/RouterBrowser/index.d.ts +5 -0
  187. package/distribution/distribution/containers/RouterStatic/index.d.ts +18 -0
  188. package/distribution/distribution/data/constants/index.d.ts +3 -0
  189. package/distribution/distribution/data/interfaces/index.d.ts +19 -0
  190. package/distribution/distribution/index.d.ts +81 -0
  191. package/distribution/distribution/services/context/index.d.ts +5 -0
  192. package/distribution/{modules → distribution}/services/hooks/event/index.d.ts +0 -0
  193. package/distribution/distribution/services/hooks/index.d.ts +2 -0
  194. package/distribution/{modules → distribution}/services/hooks/router/index.d.ts +0 -0
  195. package/distribution/distribution/services/logic/computing/index.d.ts +10 -0
  196. package/distribution/distribution/services/logic/router/index.d.ts +51 -0
  197. package/distribution/{modules → distribution}/services/logic/router/styled.d.ts +0 -0
  198. package/distribution/distribution/services/logic/server/index.d.ts +3 -0
  199. package/distribution/{modules → distribution}/services/logic/shortcuts/index.d.ts +1 -1
  200. package/distribution/distribution/services/logic/transform/index.d.ts +2 -0
  201. package/distribution/distribution/services/state/actions/index.d.ts +9 -0
  202. package/distribution/{modules → distribution}/services/state/context/index.d.ts +0 -0
  203. package/distribution/{modules/services/state/modules/global.d.ts → distribution/services/state/global/index.d.ts} +2 -1
  204. package/distribution/{modules/services/state/modules/configuration/actions.d.ts → distribution/services/state/modules/configuration/actions/index.d.ts} +1 -1
  205. package/distribution/{modules → distribution}/services/state/modules/configuration/index.d.ts +2 -1
  206. package/distribution/{modules/services/state/modules/configuration/initial.d.ts → distribution/services/state/modules/configuration/initial/index.d.ts} +1 -1
  207. package/distribution/{modules/services/state/modules/configuration/reducer.d.ts → distribution/services/state/modules/configuration/reducer/index.d.ts} +1 -1
  208. package/distribution/{modules/services/state/modules/configuration/resolvers.d.ts → distribution/services/state/modules/configuration/resolvers/index.d.ts} +1 -1
  209. package/distribution/distribution/services/state/modules/configuration/selectors/index.d.ts +11 -0
  210. package/distribution/{modules/services/state/modules/configuration/types.d.ts → distribution/services/state/modules/configuration/types/index.d.ts} +1 -1
  211. package/distribution/distribution/services/state/modules/general/actions/index.d.ts +2 -0
  212. package/distribution/{modules/services/state/modules/space → distribution/services/state/modules/general}/index.d.ts +2 -1
  213. package/distribution/{modules/services/state/modules/shortcuts/initial.d.ts → distribution/services/state/modules/general/initial/index.d.ts} +1 -1
  214. package/distribution/{modules/services/state/modules/shortcuts/reducer.d.ts → distribution/services/state/modules/general/reducer/index.d.ts} +1 -1
  215. package/distribution/distribution/services/state/modules/general/resolvers/index.d.ts +1 -0
  216. package/distribution/distribution/services/state/modules/general/selectors/index.d.ts +2 -0
  217. package/distribution/distribution/services/state/modules/general/types/index.d.ts +3 -0
  218. package/distribution/{modules → distribution}/services/state/modules/index.d.ts +4 -2
  219. package/distribution/{modules/services/state/modules/shortcuts/actions.d.ts → distribution/services/state/modules/shortcuts/actions/index.d.ts} +1 -1
  220. package/distribution/{modules/services/state/modules/themes → distribution/services/state/modules/shortcuts}/index.d.ts +2 -1
  221. package/distribution/{modules/services/state/modules/space/initial.d.ts → distribution/services/state/modules/shortcuts/initial/index.d.ts} +1 -1
  222. package/distribution/{modules/services/state/modules/space/reducer.d.ts → distribution/services/state/modules/shortcuts/reducer/index.d.ts} +1 -1
  223. package/distribution/{modules/services/state/modules/shortcuts/resolvers.d.ts → distribution/services/state/modules/shortcuts/resolvers/index.d.ts} +1 -1
  224. package/distribution/distribution/services/state/modules/shortcuts/selectors/index.d.ts +11 -0
  225. package/distribution/{modules/services/state/modules/shortcuts/types.d.ts → distribution/services/state/modules/shortcuts/types/index.d.ts} +2 -1
  226. package/distribution/{modules/services/state/modules/space/actions.d.ts → distribution/services/state/modules/space/actions/index.d.ts} +6 -4
  227. package/distribution/{modules/services/state/modules/shortcuts → distribution/services/state/modules/space}/index.d.ts +2 -1
  228. package/distribution/{modules/services/state/modules/themes/initial.d.ts → distribution/services/state/modules/space/initial/index.d.ts} +1 -1
  229. package/distribution/{modules/services/state/modules/themes/reducer.d.ts → distribution/services/state/modules/space/reducer/index.d.ts} +1 -1
  230. package/distribution/{modules/services/state/modules/space/resolvers.d.ts → distribution/services/state/modules/space/resolvers/index.d.ts} +3 -1
  231. package/distribution/distribution/services/state/modules/space/selectors/index.d.ts +147 -0
  232. package/distribution/{modules/services/state/modules/space/types.d.ts → distribution/services/state/modules/space/types/index.d.ts} +22 -7
  233. package/distribution/{modules/services/state/modules/themes/actions.d.ts → distribution/services/state/modules/themes/actions/index.d.ts} +1 -1
  234. package/distribution/distribution/services/state/modules/themes/index.d.ts +7 -0
  235. package/distribution/distribution/services/state/modules/themes/initial/index.d.ts +3 -0
  236. package/distribution/distribution/services/state/modules/themes/reducer/index.d.ts +3 -0
  237. package/distribution/{modules/services/state/modules/themes/resolvers.d.ts → distribution/services/state/modules/themes/resolvers/index.d.ts} +1 -1
  238. package/distribution/distribution/services/state/modules/themes/selectors/index.d.ts +19 -0
  239. package/distribution/{modules/services/state/modules/themes/types.d.ts → distribution/services/state/modules/themes/types/index.d.ts} +2 -1
  240. package/distribution/{modules/services/state/modules/ui/actions.d.ts → distribution/services/state/modules/ui/actions/index.d.ts} +1 -1
  241. package/distribution/distribution/services/state/modules/ui/index.d.ts +7 -0
  242. package/distribution/distribution/services/state/modules/ui/initial/index.d.ts +3 -0
  243. package/distribution/distribution/services/state/modules/ui/reducer/index.d.ts +3 -0
  244. package/distribution/{modules/services/state/modules/ui/resolvers.d.ts → distribution/services/state/modules/ui/resolvers/index.d.ts} +1 -1
  245. package/distribution/distribution/services/state/modules/ui/selectors/index.d.ts +11 -0
  246. package/distribution/{modules/services/state/modules/ui/types.d.ts → distribution/services/state/modules/ui/types/index.d.ts} +2 -1
  247. package/distribution/{modules → distribution}/services/state/selectors/index.d.ts +41 -2
  248. package/distribution/{modules/services/state/store/store.development.d.ts → distribution/services/state/store/development/index.d.ts} +1 -1
  249. package/distribution/{modules → distribution}/services/state/store/index.d.ts +4 -2
  250. package/distribution/{modules/services/state/store/store.production.d.ts → distribution/services/state/store/production/index.d.ts} +1 -1
  251. package/distribution/distribution/services/state/store/reducers/index.d.ts +9 -0
  252. package/distribution/{modules → distribution}/services/state/types/space.d.ts +0 -0
  253. package/distribution/distribution/services/styled/index.d.ts +2 -0
  254. package/distribution/{modules → distribution}/services/utilities/environment/index.d.ts +0 -0
  255. package/distribution/{modules → distribution}/services/utilities/imports/index.d.ts +0 -0
  256. package/distribution/distribution/services/utilities/react/index.d.ts +3 -0
  257. package/distribution/index.d.ts +50 -32
  258. package/distribution/index.es.js +7061 -0
  259. package/distribution/index.es.js.map +1 -0
  260. package/distribution/index.js +2343 -2045
  261. package/distribution/index.js.map +1 -1
  262. package/distribution/index.min.js +527 -560
  263. package/distribution/index.min.js.map +1 -0
  264. package/distribution/services/context/index.d.ts +5 -0
  265. package/distribution/services/hooks/event/index.d.ts +4 -0
  266. package/distribution/services/hooks/index.d.ts +2 -0
  267. package/distribution/services/hooks/router/index.d.ts +1 -0
  268. package/distribution/services/logic/computing/index.d.ts +10 -0
  269. package/distribution/services/logic/router/index.d.ts +51 -0
  270. package/distribution/services/logic/router/styled.d.ts +5 -0
  271. package/distribution/services/logic/server/index.d.ts +3 -0
  272. package/distribution/services/logic/shortcuts/index.d.ts +10 -0
  273. package/distribution/services/logic/transform/index.d.ts +2 -0
  274. package/distribution/services/state/actions/index.d.ts +9 -0
  275. package/distribution/services/state/context/index.d.ts +3 -0
  276. package/distribution/services/state/global/index.d.ts +6 -0
  277. package/distribution/services/state/modules/configuration/actions/index.d.ts +28 -0
  278. package/distribution/services/state/modules/configuration/index.d.ts +7 -0
  279. package/distribution/services/state/modules/configuration/initial/index.d.ts +3 -0
  280. package/distribution/services/state/modules/configuration/reducer/index.d.ts +3 -0
  281. package/distribution/services/state/modules/configuration/resolvers/index.d.ts +27 -0
  282. package/distribution/services/state/modules/configuration/selectors/index.d.ts +11 -0
  283. package/distribution/services/state/modules/configuration/types/index.d.ts +136 -0
  284. package/distribution/services/state/modules/general/actions/index.d.ts +2 -0
  285. package/distribution/services/state/modules/general/index.d.ts +7 -0
  286. package/distribution/services/state/modules/general/initial/index.d.ts +3 -0
  287. package/distribution/services/state/modules/general/reducer/index.d.ts +3 -0
  288. package/distribution/services/state/modules/general/resolvers/index.d.ts +1 -0
  289. package/distribution/services/state/modules/general/selectors/index.d.ts +2 -0
  290. package/distribution/services/state/modules/general/types/index.d.ts +3 -0
  291. package/distribution/services/state/modules/index.d.ts +15 -0
  292. package/distribution/services/state/modules/shortcuts/actions/index.d.ts +3 -0
  293. package/distribution/services/state/modules/shortcuts/index.d.ts +7 -0
  294. package/distribution/services/state/modules/shortcuts/initial/index.d.ts +3 -0
  295. package/distribution/services/state/modules/shortcuts/reducer/index.d.ts +3 -0
  296. package/distribution/services/state/modules/shortcuts/resolvers/index.d.ts +3 -0
  297. package/distribution/services/state/modules/shortcuts/selectors/index.d.ts +11 -0
  298. package/distribution/services/state/modules/shortcuts/types/index.d.ts +13 -0
  299. package/distribution/services/state/modules/space/actions/index.d.ts +48 -0
  300. package/distribution/services/state/modules/space/index.d.ts +7 -0
  301. package/distribution/services/state/modules/space/initial/index.d.ts +3 -0
  302. package/distribution/services/state/modules/space/reducer/index.d.ts +3 -0
  303. package/distribution/services/state/modules/space/resolvers/index.d.ts +47 -0
  304. package/distribution/services/state/modules/space/selectors/index.d.ts +147 -0
  305. package/distribution/services/state/modules/space/types/index.d.ts +257 -0
  306. package/distribution/services/state/modules/themes/actions/index.d.ts +4 -0
  307. package/distribution/services/state/modules/themes/index.d.ts +7 -0
  308. package/distribution/services/state/modules/themes/initial/index.d.ts +3 -0
  309. package/distribution/services/state/modules/themes/reducer/index.d.ts +3 -0
  310. package/distribution/services/state/modules/themes/resolvers/index.d.ts +3 -0
  311. package/distribution/services/state/modules/themes/selectors/index.d.ts +19 -0
  312. package/distribution/services/state/modules/themes/types/index.d.ts +17 -0
  313. package/distribution/services/state/modules/ui/actions/index.d.ts +2 -0
  314. package/distribution/services/state/modules/ui/index.d.ts +7 -0
  315. package/distribution/services/state/modules/ui/initial/index.d.ts +3 -0
  316. package/distribution/services/state/modules/ui/reducer/index.d.ts +3 -0
  317. package/distribution/services/state/modules/ui/resolvers/index.d.ts +2 -0
  318. package/distribution/services/state/modules/ui/selectors/index.d.ts +11 -0
  319. package/distribution/services/state/modules/ui/types/index.d.ts +10 -0
  320. package/distribution/services/state/selectors/index.d.ts +197 -0
  321. package/distribution/services/state/store/development/index.d.ts +5 -0
  322. package/distribution/services/state/store/index.d.ts +19 -0
  323. package/distribution/services/state/store/production/index.d.ts +5 -0
  324. package/distribution/services/state/store/reducers/index.d.ts +9 -0
  325. package/distribution/services/state/types/space.d.ts +3 -0
  326. package/distribution/services/styled/index.d.ts +2 -0
  327. package/distribution/services/utilities/environment/index.d.ts +7 -0
  328. package/distribution/services/utilities/imports/index.d.ts +49 -0
  329. package/distribution/services/utilities/react/index.d.ts +3 -0
  330. package/package.json +59 -50
  331. package/distribution/Application/View/logic.d.ts +0 -3
  332. package/distribution/Application/variations/ExposedApplication/index.d.ts +0 -6
  333. package/distribution/Application/variations/SingleApplication/Root/index.d.ts +0 -10
  334. package/distribution/Application/variations/SingleApplication/index.d.ts +0 -4
  335. package/distribution/modules/components/Link/index.d.ts +0 -24
  336. package/distribution/modules/components/Link/styled.d.ts +0 -1
  337. package/distribution/modules/components/Plane/components/PlaneBridge/styled.d.ts +0 -1
  338. package/distribution/modules/components/Plane/index.d.ts +0 -25
  339. package/distribution/modules/components/Plane/styled.d.ts +0 -1
  340. package/distribution/modules/components/Renderer/index.d.ts +0 -14
  341. package/distribution/modules/components/Roots/index.d.ts +0 -29
  342. package/distribution/modules/components/Roots/styled.d.ts +0 -2
  343. package/distribution/modules/components/RouterStatic/index.d.ts +0 -14
  344. package/distribution/modules/components/Space/styled.d.ts +0 -1
  345. package/distribution/modules/components/Toolbar/Button/styled.d.ts +0 -2
  346. package/distribution/modules/components/Toolbar/General/components/MenuMore/index.d.ts +0 -19
  347. package/distribution/modules/components/Toolbar/General/components/TransformArrow/styled.d.ts +0 -1
  348. package/distribution/modules/components/Toolbar/General/styled.d.ts +0 -4
  349. package/distribution/modules/components/Viewcube/components/ViewcubeFace/styled.d.ts +0 -2
  350. package/distribution/modules/components/Viewcube/components/ViewcubeModel/styled.d.ts +0 -3
  351. package/distribution/modules/components/Viewcube/styled.d.ts +0 -4
  352. package/distribution/modules/services/hooks/index.d.ts +0 -3
  353. package/distribution/modules/services/logic/computing/index.d.ts +0 -9
  354. package/distribution/modules/services/logic/context/index.d.ts +0 -4
  355. package/distribution/modules/services/logic/router/index.d.ts +0 -39
  356. package/distribution/modules/services/logic/server/index.d.ts +0 -3
  357. package/distribution/modules/services/logic/static/index.d.ts +0 -3
  358. package/distribution/modules/services/state/actions/index.d.ts +0 -13
  359. package/distribution/modules/services/state/modules/ui/index.d.ts +0 -6
  360. package/distribution/modules/services/state/modules/ui/initial.d.ts +0 -3
  361. package/distribution/modules/services/state/modules/ui/reducer.d.ts +0 -3
  362. package/distribution/modules/services/state/selectors/configuration.d.ts +0 -10
  363. package/distribution/modules/services/state/selectors/space.d.ts +0 -123
  364. package/distribution/modules/services/state/selectors/themes.d.ts +0 -17
  365. package/distribution/modules/services/state/selectors/ui.d.ts +0 -10
  366. package/distribution/modules/services/state/store/reducers.d.ts +0 -13
  367. package/distribution/modules/services/utilities/navigate/index.d.ts +0 -1
  368. package/distribution/modules/services/utilities/template/index.d.ts +0 -1
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { PluridContext } from '@plurid/plurid-data';
3
+ import { PluridReactComponent } from "../../data/interfaces";
4
+ declare const Context: React.Context<PluridContext<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | import("@plurid/plurid-data").PluridRouteComponentProperty>> | null>;
5
+ export default Context;
@@ -0,0 +1,4 @@
1
+ export declare const useWindowEvent: (event: any, callback: any) => void;
2
+ export declare const useElementEvent: (event: any, element: any, callback: any) => void;
3
+ export declare const useGlobalKeyDown: (callback: any, element?: any) => void;
4
+ export declare const useGlobalWheel: (callback: any, element?: any) => void;
@@ -0,0 +1,2 @@
1
+ export * from './event';
2
+ export * from './router';
@@ -0,0 +1 @@
1
+ export declare const usePluridRouter: () => string;
@@ -0,0 +1,10 @@
1
+ import {
2
+ /** interfaces */
3
+ PluridPlane, IndexedPluridPlane, PluridApplicationView, PluridPartialConfiguration } from '@plurid/plurid-data';
4
+ import { PluridReactComponent } from "../../../data/interfaces";
5
+ export declare const computeApplication: (indexedPlanes: Map<string, IndexedPluridPlane<PluridReactComponent>> | undefined, planes: PluridPlane<PluridReactComponent>[] | undefined, configuration: PluridPartialConfiguration | undefined, view: PluridApplicationView | undefined) => {
6
+ computedTree: never[];
7
+ indexedPlanesReference: Map<string, IndexedPluridPlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | import("@plurid/plurid-data").PluridRouteComponentProperty>>>;
8
+ planesPropertiesReference: Map<any, any>;
9
+ appConfiguration: import("@plurid/plurid-data").PluridConfiguration;
10
+ };
@@ -0,0 +1,51 @@
1
+ import React from 'react';
2
+ import {
3
+ /** interfaces */
4
+ PluridRoute, PluridRoutePlane, PluridPlane, IndexedPluridPlane, PluridRouterStatic, PluridRouteComponentProperty } from '@plurid/plurid-data';
5
+ import { routing, planes } from '@plurid/plurid-engine';
6
+ import { PluridReactComponent, PluridRouteMatch } from "../../../data/interfaces";
7
+ export interface GetComponentFromRouteData {
8
+ matchedRoute: routing.MatcherResponse<PluridReactComponent>;
9
+ protocol: string;
10
+ host: string;
11
+ indexedPlanes: Map<string, IndexedPluridPlane<PluridReactComponent>> | undefined;
12
+ staticRender?: boolean;
13
+ }
14
+ export declare const getComponentFromRoute: (data: GetComponentFromRouteData) => JSX.Element;
15
+ export interface GetGatewayViewData {
16
+ queryString: string;
17
+ routes: PluridRoute<PluridReactComponent>[];
18
+ gatewayPath: string | undefined;
19
+ gatewayExterior: any;
20
+ protocol: string;
21
+ host: string;
22
+ indexedPlanes: Map<string, IndexedPluridPlane<PluridReactComponent>> | undefined;
23
+ }
24
+ export declare const getGatewayView: (data: GetGatewayViewData) => {
25
+ Component: JSX.Element;
26
+ gatewayRoute: routing.MatcherResponse<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>>;
27
+ };
28
+ export declare const computeIndexedPlanes: (routes: PluridRoute<PluridReactComponent>[], protocol: string, host: string) => Map<string, IndexedPluridPlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>>>;
29
+ export declare const generateIndexedPlane: (plane: PluridRoutePlane<PluridReactComponent>, protocol: string, host: string, path: string, space: string, universe: string, cluster: string) => {
30
+ id: string;
31
+ indexedPlane: IndexedPluridPlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>>;
32
+ };
33
+ export interface GeneratedIndexedPlane {
34
+ id: string;
35
+ indexedPlane: IndexedPluridPlane<PluridReactComponent>;
36
+ }
37
+ export declare const generateIndexedPlanes: (path: PluridRoute<PluridReactComponent>, protocol: string, host: string) => GeneratedIndexedPlane[];
38
+ export declare const collectApplicationsFromPath: (isoMatch: PluridRouteMatch, protocol: string, host: string, globals: Record<string, string> | undefined) => Promise<{
39
+ planes: PluridPlane<PluridReactComponent>[];
40
+ view: string[];
41
+ }[]>;
42
+ export declare const gatherPluridPlanes: (routes: PluridRoute<PluridReactComponent>[], planes: PluridRoutePlane<PluridReactComponent>[] | undefined) => PluridPlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>>[];
43
+ export declare const renderMultispace: (matchedRoute: PluridRouteMatch, hostname?: string) => (() => () => JSX.Element) | (() => React.FC<any>);
44
+ export declare const computePluridRoute: (matchedRoute: PluridRouteMatch | undefined, planesRegistrar: planes.Registrar<PluridReactComponent>, isoMatcher: routing.IsoMatcher<PluridReactComponent>, directPlane?: PluridRouteMatch, hostname?: string) => any;
45
+ export declare const computeInitialMatchedPath: (staticContext?: PluridRouterStatic) => string;
46
+ export declare const getDirectPlaneMatch: (matchedPath: string, routes: PluridRoute<PluridReactComponent>[], planes: PluridRoutePlane<PluridReactComponent>[] | undefined) => {
47
+ matchRoute: PluridRoute<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>, any> | undefined;
48
+ matchPlane: PluridRoutePlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>> | undefined;
49
+ matchPath: string | undefined;
50
+ };
51
+ export declare const renderDirectPlane: (routePlane: PluridRouteMatch, planesRegistrar: planes.Registrar<PluridReactComponent>, hostname?: string) => () => any;
@@ -0,0 +1,5 @@
1
+ export interface IStyledSpaces {
2
+ alignment: any;
3
+ snapType: any;
4
+ }
5
+ export declare const StyledSpaces: import("styled-components").StyledComponent<"div", any, IStyledSpaces, never>;
@@ -0,0 +1,3 @@
1
+ import { PluridMetastate, PluridRoute } from '@plurid/plurid-data';
2
+ import { PluridReactComponent, PluridRouteMatch } from "../../../data/interfaces";
3
+ export declare const serverComputeMetastate: (isoMatch: PluridRouteMatch, paths: PluridRoute<PluridReactComponent>[], globals: Record<string, string> | undefined) => Promise<PluridMetastate>;
@@ -0,0 +1,10 @@
1
+ import { AnyAction } from 'redux';
2
+ import { ThunkDispatch } from 'redux-thunk';
3
+ import { PluridConfigurationSpaceTransformLocks } from '@plurid/plurid-data';
4
+ export interface Modes {
5
+ rotation: boolean;
6
+ translation: boolean;
7
+ scale: boolean;
8
+ }
9
+ export declare const handleGlobalShortcuts: (dispatch: ThunkDispatch<{}, {}, AnyAction>, event: KeyboardEvent, firstPerson: boolean, locks: PluridConfigurationSpaceTransformLocks) => import("../../state/modules/configuration/types").SetConfigurationSpaceTransformModeAction | import("../../state/modules/configuration/types").ToggleConfigurationSpaceFirstPersonAction | import("../../state/modules/space/types").ViewCameraMoveForwardAction | import("../../state/modules/space/types").ViewCameraMoveBackwardAction | import("../../state/modules/space/types").ViewCameraMoveLeftAction | import("../../state/modules/space/types").ViewCameraMoveRightAction | import("../../state/modules/space/types").ViewCameraMoveUpAction | import("../../state/modules/space/types").ViewCameraMoveDownAction | import("../../state/modules/space/types").ViewCameraTurnLeftAction | import("../../state/modules/space/types").ViewCameraTurnRightAction | import("../../state/modules/space/types").ViewCameraTurnUpAction | import("../../state/modules/space/types").ViewCameraTurnDownAction | import("../../state/modules/space/types").RotateUpAction | import("../../state/modules/space/types").RotateDownAction | import("../../state/modules/space/types").RotateLeftAction | import("../../state/modules/space/types").RotateRightAction | import("../../state/modules/space/types").TranslateUpAction | import("../../state/modules/space/types").TranslateDownAction | import("../../state/modules/space/types").TranslateLeftAction | import("../../state/modules/space/types").TranslateRightAction | import("../../state/modules/space/types").TranslateInAction | import("../../state/modules/space/types").TranslateOutAction | import("../../state/modules/space/types").ScaleUpAction | import("../../state/modules/space/types").ScaleDownAction | undefined;
10
+ export declare const handleGlobalWheel: (dispatch: ThunkDispatch<{}, {}, AnyAction>, event: WheelEvent, modes: Modes, locks: PluridConfigurationSpaceTransformLocks) => void;
@@ -0,0 +1,2 @@
1
+ import { State as SpaceState } from "../../state/modules/space/types";
2
+ export declare const computeMatrix: (spaceState: SpaceState) => string;
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ configuration: typeof import("../modules/configuration/actions");
3
+ general: typeof import("../modules/general/actions");
4
+ shortcuts: typeof import("../modules/shortcuts/actions");
5
+ space: typeof import("../modules/space/actions");
6
+ themes: typeof import("../modules/themes/actions");
7
+ ui: typeof import("../modules/ui/actions");
8
+ };
9
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const StateContext: React.Context<any>;
3
+ export default StateContext;
@@ -0,0 +1,6 @@
1
+ import { AppState } from "../store";
2
+ export declare const SET_STATE = "SET_STATE";
3
+ export interface SetStateAction {
4
+ type: typeof SET_STATE;
5
+ payload: AppState;
6
+ }
@@ -0,0 +1,28 @@
1
+ import { PluridConfiguration, InternationalizationLanguageType, SIZES, TRANSFORM_MODES, TRANSFORM_TOUCHES, TOOLBAR_DRAWERS, LAYOUT_TYPES } from '@plurid/plurid-data';
2
+ import * as Types from '../types';
3
+ export declare const setConfiguration: (payload: PluridConfiguration) => Types.SetConfigurationAction;
4
+ export declare const setConfigurationMicro: () => Types.SetConfigurationMicroAction;
5
+ export declare const setConfigurationPlaneControls: (planeControls: boolean) => Types.SetConfigurationPlaneControlsAction;
6
+ export declare const setConfigurationPlaneOpacity: (value: number) => Types.SetConfigurationPlaneOpacityAction;
7
+ export declare const setConfigurationThemeGeneralAction: (payload: string) => Types.SetConfigurationThemeGeneralAction;
8
+ export declare const setConfigurationThemeInteractionAction: (payload: string) => Types.SetConfigurationThemeInteractionAction;
9
+ export declare const setConfigurationLanguageAction: (payload: InternationalizationLanguageType) => Types.SetConfigurationLanguageAction;
10
+ export declare const toggleConfigurationViewcubeHide: (toggle: boolean) => Types.ToggleConfigurationViewcubeHideAction;
11
+ export declare const toggleConfigurationViewcubeButtons: (toggle: boolean) => Types.ToggleConfigurationViewcubeButtonsAction;
12
+ export declare const toggleConfigurationViewcubeOpaque: (toggle: boolean) => Types.ToggleConfigurationViewcubeOpaqueAction;
13
+ export declare const toggleConfigurationViewcubeConceal: () => Types.ToggleConfigurationViewcubeConcealAction;
14
+ export declare const toggleConfigurationToolbarConceal: () => Types.ToggleConfigurationToolbarConcealAction;
15
+ export declare const toggleConfigurationToolbarTransformIcons: () => Types.ToggleConfigurationToolbarTransformIconsAction;
16
+ export declare const toggleConfigurationToolbarTransformButtons: () => Types.ToggleConfigurationToolbarTransformButtonsAction;
17
+ export declare const toggleConfigurationSpaceTransparentUI: () => Types.ToggleConfigurationSpaceTransparentUIAction;
18
+ export declare const toggleConfigurationSpaceShowTransformOrigin: () => Types.ToggleConfigurationSpaceShowTransformOriginAction;
19
+ export declare const toggleConfigurationToolbarOpaque: () => Types.ToggleConfigurationToolbarOpaqueAction;
20
+ export declare const toggleConfigurationToolbarToggleDrawer: (drawer: keyof typeof TOOLBAR_DRAWERS) => Types.ToggleConfigurationToolbarToggleDrawerAction;
21
+ export declare const setConfigurationSpaceTransformOriginSize: (size: keyof typeof SIZES) => Types.SetConfigurationSpaceTransformOriginSizeAction;
22
+ export declare const setConfigurationSpaceTransformMode: (mode: keyof typeof TRANSFORM_MODES) => Types.SetConfigurationSpaceTransformModeAction;
23
+ export declare const toggleConfigurationSpaceTransformMultimode: (toggle: boolean) => Types.ToggleConfigurationSpaceTransformMultimodeAction;
24
+ export declare const setConfigurationSpaceTransformTouch: (touch: keyof typeof TRANSFORM_TOUCHES) => Types.SetConfigurationSpaceTransformTouchAction;
25
+ export declare const toggleConfigurationSpaceFirstPerson: () => Types.ToggleConfigurationSpaceFirstPersonAction;
26
+ export declare const setConfigurationSpaceTransformLocks: (transformLock: string) => Types.SetConfigurationSpaceTransformLocksAction;
27
+ export declare const setConfigurationSpaceLayoutType: (layoutType: keyof typeof LAYOUT_TYPES) => Types.SetConfigurationSpaceLayoutTypeAction;
28
+ export declare const setConfigurationSpaceCullingDistance: (value: number) => Types.SetConfigurationSpaceCullingDistanceAction;
@@ -0,0 +1,7 @@
1
+ import * as actions from './actions';
2
+ import initialState from './initial';
3
+ import reducer from './reducer';
4
+ import * as resolvers from './resolvers';
5
+ import selectors from './selectors';
6
+ import * as Types from './types';
7
+ export { actions, initialState, reducer, resolvers, selectors, Types, };
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const initialState: Types.State;
3
+ export default initialState;
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const reducer: (state: Types.State | undefined, action: Types.Actions) => Types.State;
3
+ export default reducer;
@@ -0,0 +1,27 @@
1
+ import * as Types from '../types';
2
+ export declare const setConfiguration: (state: Types.State, action: Types.SetConfigurationAction) => Types.State;
3
+ export declare const setConfigurationMicro: (state: Types.State) => Types.State;
4
+ export declare const setConfigurationPlaneControls: (state: Types.State, action: Types.SetConfigurationPlaneControlsAction) => Types.State;
5
+ export declare const setConfigurationPlaneOpacity: (state: Types.State, action: Types.SetConfigurationPlaneOpacityAction) => Types.State;
6
+ export declare const setConfigurationThemeGeneral: (state: Types.State, action: Types.SetConfigurationThemeGeneralAction) => Types.State;
7
+ export declare const setConfigurationThemeInteraction: (state: Types.State, action: Types.SetConfigurationThemeInteractionAction) => Types.State;
8
+ export declare const setConfigurationLanguage: (state: Types.State, action: Types.SetConfigurationLanguageAction) => Types.State;
9
+ export declare const toggleConfigurationViewcubeHide: (state: Types.State, action: Types.ToggleConfigurationViewcubeHideAction) => Types.State;
10
+ export declare const toggleConfigurationViewcubeButtons: (state: Types.State, action: Types.ToggleConfigurationViewcubeButtonsAction) => Types.State;
11
+ export declare const toggleConfigurationViewcubeOpaque: (state: Types.State, action: Types.ToggleConfigurationViewcubeOpaqueAction) => Types.State;
12
+ export declare const toggleConfigurationViewcubeConceal: (state: Types.State) => Types.State;
13
+ export declare const toggleConfigurationToolbarConceal: (state: Types.State) => Types.State;
14
+ export declare const toggleConfigurationToolbarTransformIcons: (state: Types.State) => Types.State;
15
+ export declare const toggleConfigurationToolbarTransformButtons: (state: Types.State) => Types.State;
16
+ export declare const toggleConfigurationShowTransformOrigin: (state: Types.State) => Types.State;
17
+ export declare const toggleConfigurationToolbarOpaque: (state: Types.State) => Types.State;
18
+ export declare const toggleConfigurationSpaceTransparentUI: (state: Types.State) => Types.State;
19
+ export declare const setConfigurationSpaceTransformOriginSize: (state: Types.State, action: Types.SetConfigurationSpaceTransformOriginSizeAction) => Types.State;
20
+ export declare const setConfigurationSpaceTransformMode: (state: Types.State, action: Types.SetConfigurationSpaceTransformModeAction) => Types.State;
21
+ export declare const toggleConfigurationSpaceTransformMultimode: (state: Types.State, action: Types.ToggleConfigurationSpaceTransformMultimodeAction) => Types.State;
22
+ export declare const setConfigurationSpaceTransformTouch: (state: Types.State, action: Types.SetConfigurationSpaceTransformTouchAction) => Types.State;
23
+ export declare const toggleConfigurationSpaceFirstPerson: (state: Types.State) => Types.State;
24
+ export declare const toggleConfigurationToolbarToggleDrawer: (state: Types.State, action: Types.ToggleConfigurationToolbarToggleDrawerAction) => Types.State;
25
+ export declare const setConfigurationSpaceTransformLocks: (state: Types.State, action: Types.SetConfigurationSpaceTransformLocksAction) => Types.State;
26
+ export declare const setConfigurationSpaceLayout: (state: Types.State, action: Types.SetConfigurationSpaceLayoutTypeAction) => Types.State;
27
+ export declare const setConfigurationSpaceCullingDistance: (state: Types.State, action: Types.SetConfigurationSpaceCullingDistanceAction) => Types.State;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ getConfiguration: (state: import("redux").CombinedState<{
3
+ configuration: import("../types").State;
4
+ general: import("../../general/types").State;
5
+ shortcuts: import("../../shortcuts/types").State;
6
+ space: import("../../space/types").State;
7
+ themes: import("../../themes/types").State;
8
+ ui: import("../../ui/types").State;
9
+ }>) => import("../types").State;
10
+ };
11
+ export default _default;
@@ -0,0 +1,136 @@
1
+ import { PluridConfiguration, InternationalizationLanguageType, SIZES, TRANSFORM_MODES, TRANSFORM_TOUCHES, TOOLBAR_DRAWERS, LAYOUT_TYPES } from '@plurid/plurid-data';
2
+ import { SetStateAction } from "../../../global";
3
+ export declare const SET_CONFIGURATION = "SET_CONFIGURATION";
4
+ export interface SetConfigurationAction {
5
+ type: typeof SET_CONFIGURATION;
6
+ payload: PluridConfiguration;
7
+ }
8
+ export declare const SET_CONFIGURATION_MICRO = "SET_CONFIGURATION_MICRO";
9
+ export interface SetConfigurationMicroAction {
10
+ type: typeof SET_CONFIGURATION_MICRO;
11
+ }
12
+ export declare const SET_CONFIGURATION_PLANE_CONTROLS = "SET_CONFIGURATION_PLANE_CONTROLS";
13
+ export interface SetConfigurationPlaneControlsAction {
14
+ type: typeof SET_CONFIGURATION_PLANE_CONTROLS;
15
+ payload: boolean;
16
+ }
17
+ export declare const SET_CONFIGURATION_PLANE_OPACITY = "SET_CONFIGURATION_PLANE_OPACITY";
18
+ export interface SetConfigurationPlaneOpacityAction {
19
+ type: typeof SET_CONFIGURATION_PLANE_OPACITY;
20
+ payload: number;
21
+ }
22
+ export declare const SET_CONFIGURATION_THEME_GENERAL = "SET_CONFIGURATION_THEME_GENERAL";
23
+ export interface SetConfigurationThemeGeneralAction {
24
+ type: typeof SET_CONFIGURATION_THEME_GENERAL;
25
+ payload: string;
26
+ }
27
+ export declare const SET_CONFIGURATION_THEME_INTERACTION = "SET_CONFIGURATION_THEME_INTERACTION";
28
+ export interface SetConfigurationThemeInteractionAction {
29
+ type: typeof SET_CONFIGURATION_THEME_INTERACTION;
30
+ payload: string;
31
+ }
32
+ export declare const SET_CONFIGURATION_LANGUAGE = "SET_CONFIGURATION_LANGUAGE";
33
+ export interface SetConfigurationLanguageAction {
34
+ type: typeof SET_CONFIGURATION_LANGUAGE;
35
+ payload: InternationalizationLanguageType;
36
+ }
37
+ export declare const TOGGLE_CONFIGURATION_VIEWCUBE_HIDE = "TOGGLE_CONFIGURATION_VIEWCUBE_HIDE";
38
+ export interface ToggleConfigurationViewcubeHideAction {
39
+ type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_HIDE;
40
+ payload: boolean;
41
+ }
42
+ export declare const TOGGLE_CONFIGURATION_VIEWCUBE_BUTTONS = "TOGGLE_CONFIGURATION_VIEWCUBE_BUTTONS";
43
+ export interface ToggleConfigurationViewcubeButtonsAction {
44
+ type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_BUTTONS;
45
+ payload: boolean;
46
+ }
47
+ export declare const TOGGLE_CONFIGURATION_VIEWCUBE_OPAQUE = "TOGGLE_CONFIGURATION_VIEWCUBE_OPAQUE";
48
+ export interface ToggleConfigurationViewcubeOpaqueAction {
49
+ type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_OPAQUE;
50
+ payload: boolean;
51
+ }
52
+ export declare const TOGGLE_CONFIGURATION_VIEWCUBE_CONCEAL = "TOGGLE_CONFIGURATION_VIEWCUBE_CONCEAL";
53
+ export interface ToggleConfigurationViewcubeConcealAction {
54
+ type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_CONCEAL;
55
+ }
56
+ export declare const TOGGLE_CONFIGURATION_TOOLBAR_CONCEAL = "TOGGLE_CONFIGURATION_TOOLBAR_CONCEAL";
57
+ export interface ToggleConfigurationToolbarConcealAction {
58
+ type: typeof TOGGLE_CONFIGURATION_TOOLBAR_CONCEAL;
59
+ }
60
+ export declare const TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_ICONS = "TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_ICONS";
61
+ export interface ToggleConfigurationToolbarTransformIconsAction {
62
+ type: typeof TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_ICONS;
63
+ }
64
+ export declare const TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_BUTTONS = "TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_BUTTONS";
65
+ export interface ToggleConfigurationToolbarTransformButtonsAction {
66
+ type: typeof TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_BUTTONS;
67
+ }
68
+ export declare const TOGGLE_CONFIGURATION_TOOLBAR_OPAQUE = "TOGGLE_CONFIGURATION_TOOLBAR_OPAQUE";
69
+ export interface ToggleConfigurationToolbarOpaqueAction {
70
+ type: typeof TOGGLE_CONFIGURATION_TOOLBAR_OPAQUE;
71
+ }
72
+ export declare const TOGGLE_CONFIGURATION_TOOLBAR_TOGGLE_DRAWER = "TOGGLE_CONFIGURATION_TOOLBAR_TOGGLE_DRAWER";
73
+ export interface ToggleConfigurationToolbarToggleDrawerAction {
74
+ type: typeof TOGGLE_CONFIGURATION_TOOLBAR_TOGGLE_DRAWER;
75
+ payload: keyof typeof TOOLBAR_DRAWERS;
76
+ }
77
+ export declare const TOGGLE_CONFIGURATION_SPACE_TRANSPARENT_UI = "TOGGLE_CONFIGURATION_SPACE_TRANSPARENT_UI";
78
+ export interface ToggleConfigurationSpaceTransparentUIAction {
79
+ type: typeof TOGGLE_CONFIGURATION_SPACE_TRANSPARENT_UI;
80
+ }
81
+ export declare const TOGGLE_CONFIGURATION_SPACE_SHOW_TRANSFORM_ORIGIN = "TOGGLE_CONFIGURATION_SPACE_SHOW_TRANSFORM_ORIGIN";
82
+ export interface ToggleConfigurationSpaceShowTransformOriginAction {
83
+ type: typeof TOGGLE_CONFIGURATION_SPACE_SHOW_TRANSFORM_ORIGIN;
84
+ }
85
+ export declare const SET_CONFIGURATION_SPACE_TRANSFORM_ORIGIN_SIZE = "SET_CONFIGURATION_SPACE_TRANSFORM_ORIGIN_SIZE";
86
+ export interface SetConfigurationSpaceTransformOriginSizeAction {
87
+ type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_ORIGIN_SIZE;
88
+ payload: keyof typeof SIZES;
89
+ }
90
+ export declare const SET_CONFIGURATION_SPACE_TRANSFORM_MODE = "SET_CONFIGURATION_SPACE_TRANSFORM_MODE";
91
+ export interface SetConfigurationSpaceTransformModeAction {
92
+ type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_MODE;
93
+ payload: keyof typeof TRANSFORM_MODES;
94
+ }
95
+ export declare const TOGGLE_CONFIGURATION_SPACE_TRANSFORM_MULTIMODE = "TOGGLE_CONFIGURATION_SPACE_TRANSFORM_MULTIMODE";
96
+ export interface ToggleConfigurationSpaceTransformMultimodeAction {
97
+ type: typeof TOGGLE_CONFIGURATION_SPACE_TRANSFORM_MULTIMODE;
98
+ payload: boolean;
99
+ }
100
+ export declare const SET_CONFIGURATION_SPACE_TRANSFORM_TOUCH = "SET_CONFIGURATION_SPACE_TRANSFORM_TOUCH";
101
+ export interface SetConfigurationSpaceTransformTouchAction {
102
+ type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_TOUCH;
103
+ payload: keyof typeof TRANSFORM_TOUCHES;
104
+ }
105
+ export declare const TOGGLE_CONFIGURATION_SPACE_FIRST_PERSON = "TOGGLE_CONFIGURATION_SPACE_FIRST_PERSON";
106
+ export interface ToggleConfigurationSpaceFirstPersonAction {
107
+ type: typeof TOGGLE_CONFIGURATION_SPACE_FIRST_PERSON;
108
+ }
109
+ export declare const SET_CONFIGURATION_SPACE_TRANSFORM_LOCKS = "SET_CONFIGURATION_SPACE_TRANSFORM_LOCKS";
110
+ export interface SetConfigurationSpaceTransformLocksAction {
111
+ type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_LOCKS;
112
+ payload: string;
113
+ }
114
+ export declare const SET_CONFIGURATION_SPACE_LAYOUT_TYPE = "SET_CONFIGURATION_SPACE_LAYOUT_TYPE";
115
+ export interface SetConfigurationSpaceLayoutTypeAction {
116
+ type: typeof SET_CONFIGURATION_SPACE_LAYOUT_TYPE;
117
+ payload: keyof typeof LAYOUT_TYPES;
118
+ }
119
+ export declare const SET_CONFIGURATION_SPACE_CULLING_DISTANCE = "SET_CONFIGURATION_SPACE_CULLING_DISTANCE";
120
+ export interface SetConfigurationSpaceCullingDistanceAction {
121
+ type: typeof SET_CONFIGURATION_SPACE_CULLING_DISTANCE;
122
+ payload: number;
123
+ }
124
+ export interface State extends PluridConfiguration {
125
+ }
126
+ export declare type Actions = SetStateAction | SetConfigurationAction | SetConfigurationMicroAction
127
+ /** PLANE */
128
+ | SetConfigurationPlaneControlsAction | SetConfigurationPlaneOpacityAction
129
+ /** THEME */
130
+ | SetConfigurationThemeGeneralAction | SetConfigurationThemeInteractionAction | SetConfigurationLanguageAction
131
+ /** VIEWCUBE */
132
+ | ToggleConfigurationViewcubeHideAction | ToggleConfigurationViewcubeButtonsAction | ToggleConfigurationViewcubeOpaqueAction | ToggleConfigurationViewcubeConcealAction
133
+ /** TOOLBAR */
134
+ | ToggleConfigurationToolbarConcealAction | ToggleConfigurationToolbarTransformIconsAction | ToggleConfigurationToolbarTransformButtonsAction | ToggleConfigurationToolbarOpaqueAction | ToggleConfigurationToolbarToggleDrawerAction
135
+ /** SPACE */
136
+ | ToggleConfigurationSpaceTransparentUIAction | ToggleConfigurationSpaceShowTransformOriginAction | SetConfigurationSpaceTransformOriginSizeAction | SetConfigurationSpaceTransformModeAction | ToggleConfigurationSpaceTransformMultimodeAction | SetConfigurationSpaceTransformTouchAction | ToggleConfigurationSpaceFirstPersonAction | SetConfigurationSpaceTransformLocksAction | SetConfigurationSpaceLayoutTypeAction | SetConfigurationSpaceCullingDistanceAction;
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import * as actions from './actions';
2
+ import initialState from './initial';
3
+ import reducer from './reducer';
4
+ import * as resolvers from './resolvers';
5
+ import selectors from './selectors';
6
+ import * as Types from './types';
7
+ export { actions, initialState, reducer, resolvers, selectors, Types, };
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const initialState: Types.State;
3
+ export default initialState;
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const reducer: (state: Types.State | undefined, action: Types.Actions) => Types.State;
3
+ export default reducer;
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export interface State {
2
+ }
3
+ export declare type Actions = {};
@@ -0,0 +1,15 @@
1
+ import * as configuration from './configuration';
2
+ import * as general from './general';
3
+ import * as shortcuts from './shortcuts';
4
+ import * as space from './space';
5
+ import * as themes from './themes';
6
+ import * as ui from './ui';
7
+ declare const _default: {
8
+ configuration: typeof configuration;
9
+ general: typeof general;
10
+ shortcuts: typeof shortcuts;
11
+ space: typeof space;
12
+ themes: typeof themes;
13
+ ui: typeof ui;
14
+ };
15
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ export declare const setGlobalShortcuts: () => Types.ShortcutsSetGlobalShortcutsAction;
3
+ export declare const unsetGlobalShortcuts: () => Types.ShortcutsUnsetGlobalShortcutsAction;
@@ -0,0 +1,7 @@
1
+ import * as actions from './actions';
2
+ import initialState from './initial';
3
+ import reducer from './reducer';
4
+ import * as resolvers from './resolvers';
5
+ import selectors from './selectors';
6
+ import * as Types from './types';
7
+ export { actions, initialState, reducer, resolvers, selectors, Types, };
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const initialState: Types.State;
3
+ export default initialState;
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const reducer: (state: Types.State | undefined, action: Types.Actions) => Types.State;
3
+ export default reducer;
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ export declare const setGlobalShortcuts: (state: Types.State) => Types.State;
3
+ export declare const unsetGlobalShortcuts: (state: Types.State) => Types.State;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ getGlobal: (state: import("redux").CombinedState<{
3
+ configuration: import("../../configuration/types").State;
4
+ general: import("../../general/types").State;
5
+ shortcuts: import("../types").State;
6
+ space: import("../../space/types").State;
7
+ themes: import("../../themes/types").State;
8
+ ui: import("../../ui/types").State;
9
+ }>) => boolean;
10
+ };
11
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { SetStateAction } from "../../../global";
2
+ export declare const SHORTCUTS_SET_GLOBAL_SHORTCUTS = "SHORTCUTS_SET_GLOBAL_SHORTCUTS";
3
+ export interface ShortcutsSetGlobalShortcutsAction {
4
+ type: typeof SHORTCUTS_SET_GLOBAL_SHORTCUTS;
5
+ }
6
+ export declare const SHORTCUTS_UNSET_GLOBAL_SHORTCUTS = "SHORTCUTS_UNSET_GLOBAL_SHORTCUTS";
7
+ export interface ShortcutsUnsetGlobalShortcutsAction {
8
+ type: typeof SHORTCUTS_UNSET_GLOBAL_SHORTCUTS;
9
+ }
10
+ export interface State {
11
+ global: boolean;
12
+ }
13
+ export declare type Actions = SetStateAction | ShortcutsSetGlobalShortcutsAction | ShortcutsUnsetGlobalShortcutsAction;
@@ -0,0 +1,48 @@
1
+ import { TreePlane, SpaceLocation, PluridApplicationView } from '@plurid/plurid-data';
2
+ import * as Types from '../types';
3
+ export declare const setSpaceField: (payload: Types.SetSpaceFieldPayload) => Types.SetSpaceFieldAction;
4
+ export declare const setSpaceLoading: (payload: boolean) => Types.SetSpaceLoadingAction;
5
+ export declare const setTransform: (payload: any) => Types.SetTransformAction;
6
+ export declare const setAnimatedTransform: (payload: boolean) => Types.SetAnimatedTransformAction;
7
+ export declare const setTransformTime: (payload: number) => Types.SetTransformTimeAction;
8
+ export declare const setSpaceLocation: (payload: SpaceLocation) => Types.SetSpaceLocationAction;
9
+ export declare const viewCameraMoveForward: () => Types.ViewCameraMoveForwardAction;
10
+ export declare const viewCameraMoveBackward: () => Types.ViewCameraMoveBackwardAction;
11
+ export declare const viewCameraMoveLeft: () => Types.ViewCameraMoveLeftAction;
12
+ export declare const viewCameraMoveRight: () => Types.ViewCameraMoveRightAction;
13
+ export declare const viewCameraMoveUp: () => Types.ViewCameraMoveUpAction;
14
+ export declare const viewCameraMoveDown: () => Types.ViewCameraMoveDownAction;
15
+ export declare const viewCameraTurnUp: () => Types.ViewCameraTurnUpAction;
16
+ export declare const viewCameraTurnDown: () => Types.ViewCameraTurnDownAction;
17
+ export declare const viewCameraTurnLeft: () => Types.ViewCameraTurnLeftAction;
18
+ export declare const viewCameraTurnRight: () => Types.ViewCameraTurnRightAction;
19
+ export declare const rotateUp: () => Types.RotateUpAction;
20
+ export declare const rotateDown: () => Types.RotateDownAction;
21
+ export declare const rotateX: (payload: number) => Types.RotateXAction;
22
+ export declare const rotateXWith: (payload: number) => Types.RotateXWithAction;
23
+ export declare const rotateLeft: () => Types.RotateLeftAction;
24
+ export declare const rotateRight: () => Types.RotateRightAction;
25
+ export declare const rotateY: (payload: number) => Types.RotateYAction;
26
+ export declare const rotateYWith: (payload: number) => Types.RotateYWithAction;
27
+ export declare const translateUp: () => Types.TranslateUpAction;
28
+ export declare const translateDown: () => Types.TranslateDownAction;
29
+ export declare const translateLeft: () => Types.TranslateLeftAction;
30
+ export declare const translateRight: () => Types.TranslateRightAction;
31
+ export declare const translateIn: () => Types.TranslateInAction;
32
+ export declare const translateOut: () => Types.TranslateOutAction;
33
+ export declare const translateXWith: (payload: number) => Types.TranslateXWithAction;
34
+ export declare const translateYWith: (payload: number) => Types.TranslateYWithAction;
35
+ export declare const scaleUp: () => Types.ScaleUpAction;
36
+ export declare const scaleDown: () => Types.ScaleDownAction;
37
+ export declare const scaleUpWith: (value: number) => Types.ScaleUpWithAction;
38
+ export declare const scaleDownWith: (value: number) => Types.ScaleDownWithAction;
39
+ export declare const setInitialTree: (payload: TreePlane[]) => Types.SetInitialTreeAction;
40
+ export declare const setTree: (payload: TreePlane[]) => Types.SetTreeAction;
41
+ export declare const setActiveUniverse: (universeID: string) => Types.SetActiveUniverseAction;
42
+ export declare const spaceResetTransform: () => Types.SpaceResetTransformAction;
43
+ export declare const setViewSize: (payload: Types.ViewSize) => Types.SetViewSizeAction;
44
+ export declare const setSpaceSize: (payload: Types.SpaceSize) => Types.SetSpaceSizeAction;
45
+ export declare const updateSpaceTreePlane: (payload: TreePlane) => Types.UpdateSpaceTreePlaneAction;
46
+ export declare const updateSpaceLinkCoordinates: (payload: Types.UpdateSpaceLinkCoordinatesPayload) => Types.UpdateSpaceLinkCoordinatesAction;
47
+ export declare const spaceSetView: (payload: PluridApplicationView) => Types.SpaceSetViewAction;
48
+ export declare const spaceSetCulledView: (payload: PluridApplicationView) => Types.SpaceSetCulledViewAction;
@@ -0,0 +1,7 @@
1
+ import * as actions from './actions';
2
+ import initialState from './initial';
3
+ import reducer from './reducer';
4
+ import * as resolvers from './resolvers';
5
+ import selectors from './selectors';
6
+ import * as Types from './types';
7
+ export { actions, initialState, reducer, resolvers, selectors, Types, };
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const initialState: Types.State;
3
+ export default initialState;
@@ -0,0 +1,3 @@
1
+ import * as Types from '../types';
2
+ declare const reducer: (state: Types.State | undefined, action: Types.Actions) => Types.State;
3
+ export default reducer;
@@ -0,0 +1,47 @@
1
+ import * as Types from '../types';
2
+ export declare const setSpaceField: (state: Types.State, action: Types.SetSpaceFieldAction) => Types.State;
3
+ export declare const setSpaceLoading: (state: Types.State, action: Types.SetSpaceLoadingAction) => Types.State;
4
+ export declare const setTransform: (state: Types.State, action: Types.SetTransformAction) => Types.State;
5
+ export declare const setAnimatedTransform: (state: Types.State, action: Types.SetAnimatedTransformAction) => Types.State;
6
+ export declare const setTransformTime: (state: Types.State, action: Types.SetTransformTimeAction) => Types.State;
7
+ export declare const setSpaceLocation: (state: Types.State, action: Types.SetSpaceLocationAction) => Types.State;
8
+ export declare const viewCameraMoveForward: (state: Types.State) => Types.State;
9
+ export declare const viewCameraMoveBackward: (state: Types.State) => Types.State;
10
+ export declare const viewCameraMoveLeft: (state: Types.State) => Types.State;
11
+ export declare const viewCameraMoveRight: (state: Types.State) => Types.State;
12
+ export declare const viewCameraMoveUp: (state: Types.State) => Types.State;
13
+ export declare const viewCameraMoveDown: (state: Types.State) => Types.State;
14
+ export declare const viewCameraTurnUp: (state: Types.State) => Types.State;
15
+ export declare const viewCameraTurnDown: (state: Types.State) => Types.State;
16
+ export declare const viewCameraTurnLeft: (state: Types.State) => Types.State;
17
+ export declare const viewCameraTurnRight: (state: Types.State) => Types.State;
18
+ export declare const rotateUp: (state: Types.State) => Types.State;
19
+ export declare const rotateDown: (state: Types.State) => Types.State;
20
+ export declare const rotateX: (state: Types.State, action: Types.RotateXAction) => Types.State;
21
+ export declare const rotateXWith: (state: Types.State, action: Types.RotateXWithAction) => Types.State;
22
+ export declare const rotateLeft: (state: Types.State) => Types.State;
23
+ export declare const rotateRight: (state: Types.State) => Types.State;
24
+ export declare const rotateY: (state: Types.State, action: Types.RotateYAction) => Types.State;
25
+ export declare const rotateYWith: (state: Types.State, action: Types.RotateYWithAction) => Types.State;
26
+ export declare const translateUp: (state: Types.State) => Types.State;
27
+ export declare const translateDown: (state: Types.State) => Types.State;
28
+ export declare const translateLeft: (state: Types.State) => Types.State;
29
+ export declare const translateRight: (state: Types.State) => Types.State;
30
+ export declare const translateIn: (state: Types.State) => Types.State;
31
+ export declare const translateOut: (state: Types.State) => Types.State;
32
+ export declare const translateXWith: (state: Types.State, action: Types.TranslateXWithAction) => Types.State;
33
+ export declare const translateYWith: (state: Types.State, action: Types.TranslateYWithAction) => Types.State;
34
+ export declare const scaleUp: (state: Types.State) => Types.State;
35
+ export declare const scaleDown: (state: Types.State) => Types.State;
36
+ export declare const scaleUpWith: (state: Types.State, action: Types.ScaleUpWithAction) => Types.State;
37
+ export declare const scaleDownWith: (state: Types.State, action: Types.ScaleDownWithAction) => Types.State;
38
+ export declare const setInitialTree: (state: Types.State, action: Types.SetInitialTreeAction) => Types.State;
39
+ export declare const setTree: (state: Types.State, action: Types.SetTreeAction) => Types.State;
40
+ export declare const setActiveUniverse: (state: Types.State, action: Types.SetActiveUniverseAction) => Types.State;
41
+ export declare const spaceResetTransform: (state: Types.State) => Types.State;
42
+ export declare const setViewSize: (state: Types.State, action: Types.SetViewSizeAction) => Types.State;
43
+ export declare const setSpaceSize: (state: Types.State, action: Types.SetSpaceSizeAction) => Types.State;
44
+ export declare const updateSpaceTreePlane: (state: Types.State, action: Types.UpdateSpaceTreePlaneAction) => Types.State;
45
+ export declare const updateSpaceLinkCoordinates: (state: Types.State, action: Types.UpdateSpaceLinkCoordinatesAction) => Types.State;
46
+ export declare const spaceSetView: (state: Types.State, action: Types.SpaceSetViewAction) => Types.State;
47
+ export declare const spaceSetCulledView: (state: Types.State, action: Types.SpaceSetCulledViewAction) => Types.State;