@plurid/plurid-react 0.0.0-3 → 0.0.0-30

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 (155) hide show
  1. package/README.md +32 -20
  2. package/distribution/components/links/Link/components/Preview/index.d.ts +6 -3
  3. package/distribution/components/links/Link/components/Preview/styled.d.ts +1 -1
  4. package/distribution/components/links/Link/index.d.ts +13 -8
  5. package/distribution/components/links/RouterLink/index.d.ts +4 -0
  6. package/distribution/components/links/RouterLink/styled.d.ts +6 -2
  7. package/distribution/components/planes/ExternalPlane/index.d.ts +3 -2
  8. package/distribution/components/planes/IframePlane/index.d.ts +3 -2
  9. package/distribution/components/structural/Plane/components/PlaneBridge/index.d.ts +2 -1
  10. package/distribution/components/structural/Plane/components/PlaneBridge/styled.d.ts +2 -0
  11. package/distribution/components/structural/Plane/components/PlaneContent/index.d.ts +1 -1
  12. package/distribution/components/structural/Plane/components/PlaneControls/components/ControlIsolate/index.d.ts +9 -0
  13. package/distribution/components/structural/Plane/components/PlaneControls/components/ControlRefresh/index.d.ts +9 -0
  14. package/distribution/components/structural/Plane/components/PlaneControls/components/SearchItem/index.d.ts +1 -1
  15. package/distribution/components/structural/Plane/components/PlaneControls/components/SearchList/index.d.ts +1 -1
  16. package/distribution/components/structural/Plane/components/PlaneControls/index.d.ts +15 -5
  17. package/distribution/components/structural/Plane/components/PlaneControls/styled.d.ts +1 -0
  18. package/distribution/components/structural/Plane/components/PlaneDebugger/index.d.ts +1 -1
  19. package/distribution/components/structural/Plane/index.d.ts +10 -6
  20. package/distribution/components/structural/Plane/styled.d.ts +1 -0
  21. package/distribution/components/structural/Root/index.d.ts +2 -1
  22. package/distribution/components/structural/Roots/index.d.ts +5 -11
  23. package/distribution/components/structural/Roots/styled.d.ts +0 -7
  24. package/distribution/components/structural/Space/components/SpaceDebugger/index.d.ts +1 -1
  25. package/distribution/components/structural/Space/index.d.ts +2 -1
  26. package/distribution/components/utilities/ApplicationConfigurator/index.d.ts +4 -3
  27. package/distribution/components/utilities/ErrorBoundary/index.d.ts +3 -2
  28. package/distribution/components/utilities/NotFound/index.d.ts +1 -1
  29. package/distribution/components/utilities/Origin/index.d.ts +15 -0
  30. package/distribution/components/utilities/Origin/styled.d.ts +7 -0
  31. package/distribution/components/utilities/PlaneConfigurator/index.d.ts +1 -1
  32. package/distribution/components/utilities/Portal/index.d.ts +2 -0
  33. package/distribution/components/utilities/Toolbar/General/components/Drawer/index.d.ts +1 -1
  34. package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Global/index.d.ts +8 -7
  35. package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Shortcuts/index.d.ts +1 -1
  36. package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Space/index.d.ts +8 -7
  37. package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Technical/index.d.ts +4 -3
  38. package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Toolbar/index.d.ts +8 -7
  39. package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Transform/index.d.ts +6 -5
  40. package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Viewcube/index.d.ts +7 -6
  41. package/distribution/components/utilities/Toolbar/General/components/MenuMore/data.d.ts +2 -0
  42. package/distribution/components/utilities/Toolbar/General/components/MenuMore/index.d.ts +11 -8
  43. package/distribution/components/utilities/Toolbar/General/components/MenuUniverses/index.d.ts +4 -3
  44. package/distribution/components/utilities/Toolbar/General/components/ToolbarRotate/index.d.ts +7 -6
  45. package/distribution/components/utilities/Toolbar/General/components/ToolbarScale/index.d.ts +5 -4
  46. package/distribution/components/utilities/Toolbar/General/components/ToolbarTranslate/index.d.ts +9 -6
  47. package/distribution/components/utilities/Toolbar/General/components/TransformArrow/data.d.ts +7 -0
  48. package/distribution/components/utilities/Toolbar/General/components/TransformArrow/index.d.ts +4 -2
  49. package/distribution/components/utilities/Toolbar/General/components/TransformArrow/styled.d.ts +6 -1
  50. package/distribution/components/utilities/Toolbar/General/index.d.ts +6 -6
  51. package/distribution/components/utilities/Toolbar/General/styled.d.ts +1 -1
  52. package/distribution/components/utilities/UniverseExplorer/index.d.ts +2 -2
  53. package/distribution/components/utilities/Viewcube/components/ViewcubeFace/data.d.ts +391 -0
  54. package/distribution/components/utilities/Viewcube/components/ViewcubeFace/index.d.ts +6 -5
  55. package/distribution/components/utilities/Viewcube/components/ViewcubeModel/index.d.ts +1 -1
  56. package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/TransformArea/data.d.ts +5 -0
  57. package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/TransformArea/index.d.ts +11 -0
  58. package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/TransformArea/styled.d.ts +17 -0
  59. package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/index.d.ts +13 -0
  60. package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/styled.d.ts +13 -0
  61. package/distribution/components/utilities/Viewcube/index.d.ts +8 -7
  62. package/distribution/components/virtuals/List/index.d.ts +2 -2
  63. package/distribution/containers/Application/View/Container/index.d.ts +5 -0
  64. package/distribution/containers/Application/View/index.d.ts +39 -33
  65. package/distribution/containers/Application/View/styled.d.ts +6 -1
  66. package/distribution/containers/Application/index.d.ts +3 -1
  67. package/distribution/containers/RouterBrowser/FadeIn/index.d.ts +6 -0
  68. package/distribution/containers/RouterBrowser/FadeIn/styled.d.ts +3 -0
  69. package/distribution/containers/RouterBrowser/index.d.ts +5 -2
  70. package/distribution/containers/RouterBrowser/styled.d.ts +1 -0
  71. package/distribution/containers/RouterStatic/index.d.ts +5 -3
  72. package/distribution/data/constants/index.d.ts +1 -1
  73. package/distribution/data/interfaces/index.d.ts +8 -4
  74. package/distribution/data/interfaces/utility.d.ts +3 -0
  75. package/distribution/index.d.ts +74 -36
  76. package/distribution/index.es.js +6497 -0
  77. package/distribution/index.es.js.map +1 -0
  78. package/distribution/index.js +2357 -2574
  79. package/distribution/index.js.map +1 -1
  80. package/distribution/index.min.js +145 -113
  81. package/distribution/index.min.js.map +1 -0
  82. package/distribution/services/context/index.d.ts +2 -2
  83. package/distribution/services/engine/index.d.ts +22 -0
  84. package/distribution/services/hooks/index.d.ts +2 -2
  85. package/distribution/services/logic/animation/index.d.ts +16 -0
  86. package/distribution/services/logic/computing/index.d.ts +15 -8
  87. package/distribution/services/logic/router/index.d.ts +14 -25
  88. package/distribution/services/logic/server/index.d.ts +2 -3
  89. package/distribution/services/logic/shortcuts/index.d.ts +14 -9
  90. package/distribution/services/logic/shortcuts/logic.d.ts +6 -0
  91. package/distribution/services/logic/state/index.d.ts +3 -0
  92. package/distribution/services/logic/transform/index.d.ts +3 -0
  93. package/distribution/services/state/actions/index.d.ts +245 -6
  94. package/distribution/services/state/hooks/index.d.ts +4 -0
  95. package/distribution/services/state/modules/configuration/index.d.ts +66 -7
  96. package/distribution/services/state/modules/general/index.d.ts +10 -7
  97. package/distribution/services/state/modules/index.d.ts +7 -6
  98. package/distribution/services/state/modules/shortcuts/index.d.ts +16 -7
  99. package/distribution/services/state/modules/space/index.d.ts +149 -7
  100. package/distribution/services/state/modules/space/selectors.d.ts +23 -0
  101. package/distribution/services/state/modules/space/types.d.ts +41 -0
  102. package/distribution/services/state/modules/themes/index.d.ts +22 -7
  103. package/distribution/services/state/modules/ui/index.d.ts +16 -7
  104. package/distribution/services/state/selectors/index.d.ts +47 -174
  105. package/distribution/services/state/store/development/index.d.ts +3 -3
  106. package/distribution/services/state/store/index.d.ts +22 -18
  107. package/distribution/services/state/store/production/index.d.ts +3 -3
  108. package/distribution/services/state/store/reducer/index.d.ts +10 -0
  109. package/distribution/services/styled/index.d.ts +1 -1
  110. package/distribution/services/utilities/react/index.d.ts +3 -0
  111. package/package.json +54 -55
  112. package/distribution/containers/Application/View/ErrorView/index.d.ts +0 -6
  113. package/distribution/containers/Application/View/ErrorView/styled.d.ts +0 -1
  114. package/distribution/containers/Application/View/PlanesView/index.d.ts +0 -12
  115. package/distribution/containers/Application/View/index-old.d.ts +0 -1
  116. package/distribution/containers/Application/View/logic.d.ts +0 -3
  117. package/distribution/services/state/global/index.d.ts +0 -6
  118. package/distribution/services/state/modules/configuration/actions/index.d.ts +0 -28
  119. package/distribution/services/state/modules/configuration/initial/index.d.ts +0 -3
  120. package/distribution/services/state/modules/configuration/reducer/index.d.ts +0 -3
  121. package/distribution/services/state/modules/configuration/resolvers/index.d.ts +0 -27
  122. package/distribution/services/state/modules/configuration/selectors/index.d.ts +0 -11
  123. package/distribution/services/state/modules/configuration/types/index.d.ts +0 -136
  124. package/distribution/services/state/modules/general/actions/index.d.ts +0 -2
  125. package/distribution/services/state/modules/general/initial/index.d.ts +0 -3
  126. package/distribution/services/state/modules/general/reducer/index.d.ts +0 -3
  127. package/distribution/services/state/modules/general/resolvers/index.d.ts +0 -1
  128. package/distribution/services/state/modules/general/selectors/index.d.ts +0 -2
  129. package/distribution/services/state/modules/general/types/index.d.ts +0 -3
  130. package/distribution/services/state/modules/shortcuts/actions/index.d.ts +0 -3
  131. package/distribution/services/state/modules/shortcuts/initial/index.d.ts +0 -3
  132. package/distribution/services/state/modules/shortcuts/reducer/index.d.ts +0 -3
  133. package/distribution/services/state/modules/shortcuts/resolvers/index.d.ts +0 -3
  134. package/distribution/services/state/modules/shortcuts/selectors/index.d.ts +0 -11
  135. package/distribution/services/state/modules/shortcuts/types/index.d.ts +0 -13
  136. package/distribution/services/state/modules/space/actions/index.d.ts +0 -46
  137. package/distribution/services/state/modules/space/initial/index.d.ts +0 -3
  138. package/distribution/services/state/modules/space/reducer/index.d.ts +0 -3
  139. package/distribution/services/state/modules/space/resolvers/index.d.ts +0 -45
  140. package/distribution/services/state/modules/space/selectors/index.d.ts +0 -139
  141. package/distribution/services/state/modules/space/types/index.d.ts +0 -242
  142. package/distribution/services/state/modules/themes/actions/index.d.ts +0 -4
  143. package/distribution/services/state/modules/themes/initial/index.d.ts +0 -3
  144. package/distribution/services/state/modules/themes/reducer/index.d.ts +0 -3
  145. package/distribution/services/state/modules/themes/resolvers/index.d.ts +0 -3
  146. package/distribution/services/state/modules/themes/selectors/index.d.ts +0 -19
  147. package/distribution/services/state/modules/themes/types/index.d.ts +0 -17
  148. package/distribution/services/state/modules/ui/actions/index.d.ts +0 -2
  149. package/distribution/services/state/modules/ui/initial/index.d.ts +0 -3
  150. package/distribution/services/state/modules/ui/reducer/index.d.ts +0 -3
  151. package/distribution/services/state/modules/ui/resolvers/index.d.ts +0 -2
  152. package/distribution/services/state/modules/ui/selectors/index.d.ts +0 -11
  153. package/distribution/services/state/modules/ui/types/index.d.ts +0 -10
  154. package/distribution/services/state/store/reducers/index.d.ts +0 -9
  155. package/distribution/services/state/types/space.d.ts +0 -3
@@ -1,45 +0,0 @@
1
- import * as Types from "../types/index";
2
- export declare const setSpaceLoading: (state: Types.State, action: Types.SetSpaceLoadingAction) => Types.State;
3
- export declare const setAnimatedTransform: (state: Types.State, action: Types.SetAnimatedTransformAction) => Types.State;
4
- export declare const setTransformTime: (state: Types.State, action: Types.SetTransformTimeAction) => Types.State;
5
- export declare const setSpaceLocation: (state: Types.State, action: Types.SetSpaceLocationAction) => Types.State;
6
- export declare const viewCameraMoveForward: (state: Types.State) => Types.State;
7
- export declare const viewCameraMoveBackward: (state: Types.State) => Types.State;
8
- export declare const viewCameraMoveLeft: (state: Types.State) => Types.State;
9
- export declare const viewCameraMoveRight: (state: Types.State) => Types.State;
10
- export declare const viewCameraMoveUp: (state: Types.State) => Types.State;
11
- export declare const viewCameraMoveDown: (state: Types.State) => Types.State;
12
- export declare const viewCameraTurnUp: (state: Types.State) => Types.State;
13
- export declare const viewCameraTurnDown: (state: Types.State) => Types.State;
14
- export declare const viewCameraTurnLeft: (state: Types.State) => Types.State;
15
- export declare const viewCameraTurnRight: (state: Types.State) => Types.State;
16
- export declare const rotateUp: (state: Types.State) => Types.State;
17
- export declare const rotateDown: (state: Types.State) => Types.State;
18
- export declare const rotateX: (state: Types.State, action: Types.RotateXAction) => Types.State;
19
- export declare const rotateXWith: (state: Types.State, action: Types.RotateXWithAction) => Types.State;
20
- export declare const rotateLeft: (state: Types.State) => Types.State;
21
- export declare const rotateRight: (state: Types.State) => Types.State;
22
- export declare const rotateY: (state: Types.State, action: Types.RotateYAction) => Types.State;
23
- export declare const rotateYWith: (state: Types.State, action: Types.RotateYWithAction) => Types.State;
24
- export declare const translateUp: (state: Types.State) => Types.State;
25
- export declare const translateDown: (state: Types.State) => Types.State;
26
- export declare const translateLeft: (state: Types.State) => Types.State;
27
- export declare const translateRight: (state: Types.State) => Types.State;
28
- export declare const translateIn: (state: Types.State) => Types.State;
29
- export declare const translateOut: (state: Types.State) => Types.State;
30
- export declare const translateXWith: (state: Types.State, action: Types.TranslateXWithAction) => Types.State;
31
- export declare const translateYWith: (state: Types.State, action: Types.TranslateYWithAction) => Types.State;
32
- export declare const scaleUp: (state: Types.State) => Types.State;
33
- export declare const scaleDown: (state: Types.State) => Types.State;
34
- export declare const scaleUpWith: (state: Types.State, action: Types.ScaleUpWithAction) => Types.State;
35
- export declare const scaleDownWith: (state: Types.State, action: Types.ScaleDownWithAction) => Types.State;
36
- export declare const setInitialTree: (state: Types.State, action: Types.SetInitialTreeAction) => Types.State;
37
- export declare const setTree: (state: Types.State, action: Types.SetTreeAction) => Types.State;
38
- export declare const setActiveUniverse: (state: Types.State, action: Types.SetActiveUniverseAction) => Types.State;
39
- export declare const spaceResetTransform: (state: Types.State) => Types.State;
40
- export declare const setViewSize: (state: Types.State, action: Types.SetViewSizeAction) => Types.State;
41
- export declare const setSpaceSize: (state: Types.State, action: Types.SetSpaceSizeAction) => Types.State;
42
- export declare const updateSpaceTreePlane: (state: Types.State, action: Types.UpdateSpaceTreePlaneAction) => Types.State;
43
- export declare const updateSpaceLinkCoordinates: (state: Types.State, action: Types.UpdateSpaceLinkCoordinatesAction) => Types.State;
44
- export declare const spaceSetView: (state: Types.State, action: Types.SpaceSetViewAction) => Types.State;
45
- export declare const spaceSetCulledView: (state: Types.State, action: Types.SpaceSetCulledViewAction) => Types.State;
@@ -1,139 +0,0 @@
1
- import { TreePlane } from '@plurid/plurid-data';
2
- declare const _default: {
3
- getLoading: (state: import("redux").CombinedState<{
4
- configuration: import("../../configuration/types").State;
5
- general: import("../../general/types").State;
6
- shortcuts: import("../../shortcuts/types").State;
7
- space: import("../types").State;
8
- themes: import("../../themes/types").State;
9
- ui: import("../../ui/types").State;
10
- }>) => boolean;
11
- getAnimatedTransform: (state: import("redux").CombinedState<{
12
- configuration: import("../../configuration/types").State;
13
- general: import("../../general/types").State;
14
- shortcuts: import("../../shortcuts/types").State;
15
- space: import("../types").State;
16
- themes: import("../../themes/types").State;
17
- ui: import("../../ui/types").State;
18
- }>) => boolean;
19
- getTransformTime: (state: import("redux").CombinedState<{
20
- configuration: import("../../configuration/types").State;
21
- general: import("../../general/types").State;
22
- shortcuts: import("../../shortcuts/types").State;
23
- space: import("../types").State;
24
- themes: import("../../themes/types").State;
25
- ui: import("../../ui/types").State;
26
- }>) => number;
27
- getRotationX: (state: import("redux").CombinedState<{
28
- configuration: import("../../configuration/types").State;
29
- general: import("../../general/types").State;
30
- shortcuts: import("../../shortcuts/types").State;
31
- space: import("../types").State;
32
- themes: import("../../themes/types").State;
33
- ui: import("../../ui/types").State;
34
- }>) => number;
35
- getRotationY: (state: import("redux").CombinedState<{
36
- configuration: import("../../configuration/types").State;
37
- general: import("../../general/types").State;
38
- shortcuts: import("../../shortcuts/types").State;
39
- space: import("../types").State;
40
- themes: import("../../themes/types").State;
41
- ui: import("../../ui/types").State;
42
- }>) => number;
43
- getTranslationX: (state: import("redux").CombinedState<{
44
- configuration: import("../../configuration/types").State;
45
- general: import("../../general/types").State;
46
- shortcuts: import("../../shortcuts/types").State;
47
- space: import("../types").State;
48
- themes: import("../../themes/types").State;
49
- ui: import("../../ui/types").State;
50
- }>) => number;
51
- getTranslationY: (state: import("redux").CombinedState<{
52
- configuration: import("../../configuration/types").State;
53
- general: import("../../general/types").State;
54
- shortcuts: import("../../shortcuts/types").State;
55
- space: import("../types").State;
56
- themes: import("../../themes/types").State;
57
- ui: import("../../ui/types").State;
58
- }>) => number;
59
- getTranslationZ: (state: import("redux").CombinedState<{
60
- configuration: import("../../configuration/types").State;
61
- general: import("../../general/types").State;
62
- shortcuts: import("../../shortcuts/types").State;
63
- space: import("../types").State;
64
- themes: import("../../themes/types").State;
65
- ui: import("../../ui/types").State;
66
- }>) => number;
67
- getScale: (state: import("redux").CombinedState<{
68
- configuration: import("../../configuration/types").State;
69
- general: import("../../general/types").State;
70
- shortcuts: import("../../shortcuts/types").State;
71
- space: import("../types").State;
72
- themes: import("../../themes/types").State;
73
- ui: import("../../ui/types").State;
74
- }>) => number;
75
- getTransform: (state: import("redux").CombinedState<{
76
- configuration: import("../../configuration/types").State;
77
- general: import("../../general/types").State;
78
- shortcuts: import("../../shortcuts/types").State;
79
- space: import("../types").State;
80
- themes: import("../../themes/types").State;
81
- ui: import("../../ui/types").State;
82
- }>) => {
83
- rotationX: number;
84
- rotationY: number;
85
- translationX: number;
86
- translationY: number;
87
- translationZ: number;
88
- scale: number;
89
- };
90
- getInitialTree: (state: import("redux").CombinedState<{
91
- configuration: import("../../configuration/types").State;
92
- general: import("../../general/types").State;
93
- shortcuts: import("../../shortcuts/types").State;
94
- space: import("../types").State;
95
- themes: import("../../themes/types").State;
96
- ui: import("../../ui/types").State;
97
- }>) => TreePlane[];
98
- getTree: (state: import("redux").CombinedState<{
99
- configuration: import("../../configuration/types").State;
100
- general: import("../../general/types").State;
101
- shortcuts: import("../../shortcuts/types").State;
102
- space: import("../types").State;
103
- themes: import("../../themes/types").State;
104
- ui: import("../../ui/types").State;
105
- }>) => TreePlane[];
106
- getActiveUniverseID: (state: import("redux").CombinedState<{
107
- configuration: import("../../configuration/types").State;
108
- general: import("../../general/types").State;
109
- shortcuts: import("../../shortcuts/types").State;
110
- space: import("../types").State;
111
- themes: import("../../themes/types").State;
112
- ui: import("../../ui/types").State;
113
- }>) => string;
114
- getView: (state: import("redux").CombinedState<{
115
- configuration: import("../../configuration/types").State;
116
- general: import("../../general/types").State;
117
- shortcuts: import("../../shortcuts/types").State;
118
- space: import("../types").State;
119
- themes: import("../../themes/types").State;
120
- ui: import("../../ui/types").State;
121
- }>) => import("@plurid/plurid-data").PluridApplicationView;
122
- getViewSize: (state: import("redux").CombinedState<{
123
- configuration: import("../../configuration/types").State;
124
- general: import("../../general/types").State;
125
- shortcuts: import("../../shortcuts/types").State;
126
- space: import("../types").State;
127
- themes: import("../../themes/types").State;
128
- ui: import("../../ui/types").State;
129
- }>) => import("../types/index").ViewSize;
130
- getCulledView: (state: import("redux").CombinedState<{
131
- configuration: import("../../configuration/types").State;
132
- general: import("../../general/types").State;
133
- shortcuts: import("../../shortcuts/types").State;
134
- space: import("../types").State;
135
- themes: import("../../themes/types").State;
136
- ui: import("../../ui/types").State;
137
- }>) => import("@plurid/plurid-data").PluridApplicationView;
138
- };
139
- export default _default;
@@ -1,242 +0,0 @@
1
- import { TreePlane, SpaceLocation, LinkCoordinates, PluridApplicationView } from '@plurid/plurid-data';
2
- import { SetStateAction } from "../../../global/index";
3
- export declare const SET_SPACE_LOADING = "SET_SPACE_LOADING";
4
- export interface SetSpaceLoadingAction {
5
- type: typeof SET_SPACE_LOADING;
6
- payload: boolean;
7
- }
8
- export declare const SET_ANIMATED_TRANSFORM = "SET_ANIMATED_TRANSFORM";
9
- export interface SetAnimatedTransformAction {
10
- type: typeof SET_ANIMATED_TRANSFORM;
11
- payload: boolean;
12
- }
13
- export declare const SET_TRANSFORM_TIME = "SET_TRANSFORM_TIME";
14
- export interface SetTransformTimeAction {
15
- type: typeof SET_TRANSFORM_TIME;
16
- payload: number;
17
- }
18
- export declare const SET_SPACE_LOCATION = "SET_SPACE_LOCATION";
19
- export interface SetSpaceLocationAction {
20
- type: typeof SET_SPACE_LOCATION;
21
- payload: SpaceLocation;
22
- }
23
- export declare const VIEW_CAMERA_MOVE_FORWARD = "VIEW_CAMERA_MOVE_FORWARD";
24
- export interface ViewCameraMoveForwardAction {
25
- type: typeof VIEW_CAMERA_MOVE_FORWARD;
26
- }
27
- export declare const VIEW_CAMERA_MOVE_BACKWARD = "VIEW_CAMERA_MOVE_BACKWARD";
28
- export interface ViewCameraMoveBackwardAction {
29
- type: typeof VIEW_CAMERA_MOVE_BACKWARD;
30
- }
31
- export declare const VIEW_CAMERA_MOVE_LEFT = "VIEW_CAMERA_MOVE_LEFT";
32
- export interface ViewCameraMoveLeftAction {
33
- type: typeof VIEW_CAMERA_MOVE_LEFT;
34
- }
35
- export declare const VIEW_CAMERA_MOVE_RIGHT = "VIEW_CAMERA_MOVE_RIGHT";
36
- export interface ViewCameraMoveRightAction {
37
- type: typeof VIEW_CAMERA_MOVE_RIGHT;
38
- }
39
- export declare const VIEW_CAMERA_MOVE_UP = "VIEW_CAMERA_MOVE_UP";
40
- export interface ViewCameraMoveUpAction {
41
- type: typeof VIEW_CAMERA_MOVE_UP;
42
- }
43
- export declare const VIEW_CAMERA_MOVE_DOWN = "VIEW_CAMERA_MOVE_DOWN";
44
- export interface ViewCameraMoveDownAction {
45
- type: typeof VIEW_CAMERA_MOVE_DOWN;
46
- }
47
- export declare const VIEW_CAMERA_TURN_UP = "VIEW_CAMERA_TURN_UP";
48
- export interface ViewCameraTurnUpAction {
49
- type: typeof VIEW_CAMERA_TURN_UP;
50
- }
51
- export declare const VIEW_CAMERA_TURN_DOWN = "VIEW_CAMERA_TURN_DOWN";
52
- export interface ViewCameraTurnDownAction {
53
- type: typeof VIEW_CAMERA_TURN_DOWN;
54
- }
55
- export declare const VIEW_CAMERA_TURN_LEFT = "VIEW_CAMERA_TURN_LEFT";
56
- export interface ViewCameraTurnLeftAction {
57
- type: typeof VIEW_CAMERA_TURN_LEFT;
58
- }
59
- export declare const VIEW_CAMERA_TURN_RIGHT = "VIEW_CAMERA_TURN_RIGHT";
60
- export interface ViewCameraTurnRightAction {
61
- type: typeof VIEW_CAMERA_TURN_RIGHT;
62
- }
63
- export declare const ROTATE_UP = "ROTATE_UP";
64
- export interface RotateUpAction {
65
- type: typeof ROTATE_UP;
66
- }
67
- export declare const ROTATE_DOWN = "ROTATE_DOWN";
68
- export interface RotateDownAction {
69
- type: typeof ROTATE_DOWN;
70
- }
71
- export declare const ROTATE_LEFT = "ROTATE_LEFT";
72
- export interface RotateLeftAction {
73
- type: typeof ROTATE_LEFT;
74
- }
75
- export declare const ROTATE_X = "ROTATE_X";
76
- export interface RotateXAction {
77
- type: typeof ROTATE_X;
78
- payload: number;
79
- }
80
- export declare const ROTATE_X_WITH = "ROTATE_X_WITH";
81
- export interface RotateXWithAction {
82
- type: typeof ROTATE_X_WITH;
83
- payload: number;
84
- }
85
- export declare const ROTATE_RIGHT = "ROTATE_RIGHT";
86
- export interface RotateRightAction {
87
- type: typeof ROTATE_RIGHT;
88
- }
89
- export declare const ROTATE_Y = "ROTATE_Y";
90
- export interface RotateYAction {
91
- type: typeof ROTATE_Y;
92
- payload: number;
93
- }
94
- export declare const ROTATE_Y_WITH = "ROTATE_Y_WITH";
95
- export interface RotateYWithAction {
96
- type: typeof ROTATE_Y_WITH;
97
- payload: number;
98
- }
99
- export declare const TRANSLATE_UP = "TRANSLATE_UP";
100
- export interface TranslateUpAction {
101
- type: typeof TRANSLATE_UP;
102
- }
103
- export declare const TRANSLATE_DOWN = "TRANSLATE_DOWN";
104
- export interface TranslateDownAction {
105
- type: typeof TRANSLATE_DOWN;
106
- }
107
- export declare const TRANSLATE_LEFT = "TRANSLATE_LEFT";
108
- export interface TranslateLeftAction {
109
- type: typeof TRANSLATE_LEFT;
110
- }
111
- export declare const TRANSLATE_RIGHT = "TRANSLATE_RIGHT";
112
- export interface TranslateRightAction {
113
- type: typeof TRANSLATE_RIGHT;
114
- }
115
- export declare const TRANSLATE_IN = "TRANSLATE_IN";
116
- export interface TranslateInAction {
117
- type: typeof TRANSLATE_IN;
118
- }
119
- export declare const TRANSLATE_OUT = "TRANSLATE_OUT";
120
- export interface TranslateOutAction {
121
- type: typeof TRANSLATE_OUT;
122
- }
123
- export declare const TRANSLATE_X_WITH = "TRANSLATE_X_WITH";
124
- export interface TranslateXWithAction {
125
- type: typeof TRANSLATE_X_WITH;
126
- payload: number;
127
- }
128
- export declare const TRANSLATE_Y_WITH = "TRANSLATE_Y_WITH";
129
- export interface TranslateYWithAction {
130
- type: typeof TRANSLATE_Y_WITH;
131
- payload: number;
132
- }
133
- export declare const SCALE_UP = "SCALE_UP";
134
- export interface ScaleUpAction {
135
- type: typeof SCALE_UP;
136
- }
137
- export declare const SCALE_DOWN = "SCALE_DOWN";
138
- export interface ScaleDownAction {
139
- type: typeof SCALE_DOWN;
140
- }
141
- export declare const SCALE_UP_WITH = "SCALE_UP_WITH";
142
- export interface ScaleUpWithAction {
143
- type: typeof SCALE_UP_WITH;
144
- payload: number;
145
- }
146
- export declare const SCALE_DOWN_WITH = "SCALE_DOWN_WITH";
147
- export interface ScaleDownWithAction {
148
- type: typeof SCALE_DOWN_WITH;
149
- payload: number;
150
- }
151
- export declare const SET_INITIAL_TREE = "SET_INITIAL_TREE";
152
- export interface SetInitialTreeAction {
153
- type: typeof SET_INITIAL_TREE;
154
- payload: TreePlane[];
155
- }
156
- export declare const SET_TREE = "SET_TREE";
157
- export interface SetTreeAction {
158
- type: typeof SET_TREE;
159
- payload: TreePlane[];
160
- }
161
- export declare const SET_ACTIVE_UNIVERSE = "SET_ACTIVE_UNIVERSE";
162
- export interface SetActiveUniverseAction {
163
- type: typeof SET_ACTIVE_UNIVERSE;
164
- payload: string;
165
- }
166
- export declare const SPACE_RESET_TRANSFORM = "SPACE_RESET_TRANSFORM";
167
- export interface SpaceResetTransformAction {
168
- type: typeof SPACE_RESET_TRANSFORM;
169
- }
170
- export declare const SET_VIEW_SIZE = "SET_VIEW_SIZE";
171
- export interface ViewSize {
172
- width: number;
173
- height: number;
174
- }
175
- export interface SetViewSizeAction {
176
- type: typeof SET_VIEW_SIZE;
177
- payload: ViewSize;
178
- }
179
- export declare const SET_SPACE_SIZE = "SET_SPACE_SIZE";
180
- export interface SpaceSize {
181
- width: number;
182
- height: number;
183
- depth: number;
184
- topCorner: {
185
- x: number;
186
- y: number;
187
- z: number;
188
- };
189
- }
190
- export interface SetSpaceSizeAction {
191
- type: typeof SET_SPACE_SIZE;
192
- payload: SpaceSize;
193
- }
194
- export declare const UPDATE_SPACE_TREE_PLANE = "UPDATE_SPACE_TREE_PLANE";
195
- export interface UpdateSpaceTreePlaneAction {
196
- type: typeof UPDATE_SPACE_TREE_PLANE;
197
- payload: TreePlane;
198
- }
199
- export interface UpdateSpaceLinkCoordinatesPayload {
200
- planeID: string;
201
- linkCoordinates: LinkCoordinates;
202
- }
203
- export declare const UPDATE_SPACE_LINK_COORDINATES = "UPDATE_SPACE_LINK_COORDINATES";
204
- export interface UpdateSpaceLinkCoordinatesAction {
205
- type: typeof UPDATE_SPACE_LINK_COORDINATES;
206
- payload: UpdateSpaceLinkCoordinatesPayload;
207
- }
208
- export declare const SPACE_SET_VIEW = "SPACE_SET_VIEW";
209
- export interface SpaceSetViewAction {
210
- type: typeof SPACE_SET_VIEW;
211
- payload: PluridApplicationView;
212
- }
213
- export declare const SPACE_SET_CULLED_VIEW = "SPACE_SET_CULLED_VIEW";
214
- export interface SpaceSetCulledViewAction {
215
- type: typeof SPACE_SET_CULLED_VIEW;
216
- payload: PluridApplicationView;
217
- }
218
- export interface Coordinates {
219
- x: number;
220
- y: number;
221
- z: number;
222
- }
223
- export interface State {
224
- loading: boolean;
225
- animatedTransform: boolean;
226
- transformTime: number;
227
- scale: number;
228
- rotationX: number;
229
- rotationY: number;
230
- translationX: number;
231
- translationY: number;
232
- translationZ: number;
233
- initialTree: TreePlane[];
234
- tree: TreePlane[];
235
- activeUniverseID: string;
236
- camera: Coordinates;
237
- viewSize: ViewSize;
238
- spaceSize: SpaceSize;
239
- view: PluridApplicationView;
240
- culledView: PluridApplicationView;
241
- }
242
- export declare type Actions = SetStateAction | SetSpaceLoadingAction | SetAnimatedTransformAction | SetTransformTimeAction | SetSpaceLocationAction | ViewCameraMoveForwardAction | ViewCameraMoveBackwardAction | ViewCameraMoveLeftAction | ViewCameraMoveRightAction | ViewCameraMoveUpAction | ViewCameraMoveDownAction | ViewCameraTurnLeftAction | ViewCameraTurnRightAction | ViewCameraTurnUpAction | ViewCameraTurnDownAction | RotateUpAction | RotateDownAction | RotateXAction | RotateXWithAction | RotateLeftAction | RotateRightAction | RotateYAction | RotateYWithAction | TranslateUpAction | TranslateDownAction | TranslateLeftAction | TranslateRightAction | TranslateInAction | TranslateOutAction | TranslateXWithAction | TranslateYWithAction | ScaleUpAction | ScaleDownAction | ScaleUpWithAction | ScaleDownWithAction | SetInitialTreeAction | SetTreeAction | SetActiveUniverseAction | SpaceResetTransformAction | SetViewSizeAction | SetSpaceSizeAction | UpdateSpaceTreePlaneAction | UpdateSpaceLinkCoordinatesAction | SpaceSetViewAction | SpaceSetCulledViewAction;
@@ -1,4 +0,0 @@
1
- import { Theme } from '@plurid/plurid-themes';
2
- import * as Types from "../types/index";
3
- export declare const setGeneralTheme: (theme: Theme) => Types.ThemesSetGeneralThemeAction;
4
- export declare const setInteractionTheme: (theme: Theme) => Types.ThemesSetInteractionThemeAction;
@@ -1,3 +0,0 @@
1
- import * as Types from "../types/index";
2
- declare const initialState: Types.State;
3
- export default initialState;
@@ -1,3 +0,0 @@
1
- import * as Types from "../types/index";
2
- declare const reducer: (state: Types.State | undefined, action: Types.Actions) => Types.State;
3
- export default reducer;
@@ -1,3 +0,0 @@
1
- import * as Types from "../types/index";
2
- export declare const setGeneralTheme: (state: Types.State, action: Types.ThemesSetGeneralThemeAction) => Types.State;
3
- export declare const setInteractionTheme: (state: Types.State, action: Types.ThemesSetInteractionThemeAction) => Types.State;
@@ -1,19 +0,0 @@
1
- declare const _default: {
2
- getGeneralTheme: (state: import("redux").CombinedState<{
3
- configuration: import("../../configuration/types").State;
4
- general: import("../../general/types").State;
5
- shortcuts: import("../../shortcuts/types").State;
6
- space: import("../../space/types").State;
7
- themes: import("../types").State;
8
- ui: import("../../ui/types").State;
9
- }>) => import("@plurid/plurid-themes/distribution").Theme;
10
- getInteractionTheme: (state: import("redux").CombinedState<{
11
- configuration: import("../../configuration/types").State;
12
- general: import("../../general/types").State;
13
- shortcuts: import("../../shortcuts/types").State;
14
- space: import("../../space/types").State;
15
- themes: import("../types").State;
16
- ui: import("../../ui/types").State;
17
- }>) => import("@plurid/plurid-themes/distribution").Theme;
18
- };
19
- export default _default;
@@ -1,17 +0,0 @@
1
- import { Theme } from '@plurid/plurid-themes';
2
- import { SetStateAction } from "../../../global/index";
3
- export declare const THEMES_SET_GENERAL_THEME = "THEMES_SET_GENERAL_THEME";
4
- export interface ThemesSetGeneralThemeAction {
5
- type: typeof THEMES_SET_GENERAL_THEME;
6
- payload: Theme;
7
- }
8
- export declare const THEMES_SET_INTERACTION_THEME = "THEMES_SET_INTERACTION_THEME";
9
- export interface ThemesSetInteractionThemeAction {
10
- type: typeof THEMES_SET_INTERACTION_THEME;
11
- payload: Theme;
12
- }
13
- export interface State {
14
- general: Theme;
15
- interaction: Theme;
16
- }
17
- export declare type Actions = SetStateAction | ThemesSetGeneralThemeAction | ThemesSetInteractionThemeAction;
@@ -1,2 +0,0 @@
1
- import * as Types from "../types/index";
2
- export declare const setUIToolbarScrollPosition: (value: number) => Types.SetUIToolbarScrollPositionAction;
@@ -1,3 +0,0 @@
1
- import * as Types from "../types/index";
2
- declare const initialState: Types.State;
3
- export default initialState;
@@ -1,3 +0,0 @@
1
- import * as Types from "../types/index";
2
- declare const reducer: (state: Types.State | undefined, action: Types.Actions) => Types.State;
3
- export default reducer;
@@ -1,2 +0,0 @@
1
- import * as Types from "../types/index";
2
- export declare const setUIToolbarScrollPosition: (state: Types.State, action: Types.SetUIToolbarScrollPositionAction) => Types.State;
@@ -1,11 +0,0 @@
1
- declare const _default: {
2
- getToolbarScrollPosition: (state: import("redux").CombinedState<{
3
- configuration: import("../../configuration/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("../types").State;
9
- }>) => number;
10
- };
11
- export default _default;
@@ -1,10 +0,0 @@
1
- import { SetStateAction } from "../../../global/index";
2
- export declare const SET_UI_TOOLBAR_SCROLL_POSITION = "SET_UI_TOOLBAR_SCROLL_POSITION";
3
- export interface SetUIToolbarScrollPositionAction {
4
- type: typeof SET_UI_TOOLBAR_SCROLL_POSITION;
5
- payload: number;
6
- }
7
- export interface State {
8
- toolbarScrollPosition: number;
9
- }
10
- export declare type Actions = SetStateAction | SetUIToolbarScrollPositionAction;
@@ -1,9 +0,0 @@
1
- declare const rootReducer: import("redux").Reducer<import("redux").CombinedState<{
2
- configuration: import("../../modules/configuration/types").State;
3
- general: import("../../modules/general/types").State;
4
- shortcuts: import("../../modules/shortcuts/types").State;
5
- space: import("../../modules/space/types").State;
6
- themes: import("../../modules/themes/types").State;
7
- ui: import("../../modules/ui/types").State;
8
- }>, import("../../global").SetStateAction | import("../../modules/configuration/types").SetConfigurationAction | import("../../modules/configuration/types").SetConfigurationMicroAction | import("../../modules/configuration/types").SetConfigurationPlaneControlsAction | import("../../modules/configuration/types").SetConfigurationPlaneOpacityAction | import("../../modules/configuration/types").SetConfigurationThemeGeneralAction | import("../../modules/configuration/types").SetConfigurationThemeInteractionAction | import("../../modules/configuration/types").SetConfigurationLanguageAction | import("../../modules/configuration/types").ToggleConfigurationViewcubeHideAction | import("../../modules/configuration/types").ToggleConfigurationViewcubeButtonsAction | import("../../modules/configuration/types").ToggleConfigurationViewcubeOpaqueAction | import("../../modules/configuration/types").ToggleConfigurationViewcubeConcealAction | import("../../modules/configuration/types").ToggleConfigurationToolbarConcealAction | import("../../modules/configuration/types").ToggleConfigurationToolbarTransformIconsAction | import("../../modules/configuration/types").ToggleConfigurationToolbarTransformButtonsAction | import("../../modules/configuration/types").ToggleConfigurationToolbarOpaqueAction | import("../../modules/configuration/types").ToggleConfigurationToolbarToggleDrawerAction | import("../../modules/configuration/types").ToggleConfigurationSpaceTransparentUIAction | import("../../modules/configuration/types").ToggleConfigurationSpaceShowTransformOriginAction | import("../../modules/configuration/types").SetConfigurationSpaceTransformOriginSizeAction | import("../../modules/configuration/types").SetConfigurationSpaceTransformModeAction | import("../../modules/configuration/types").ToggleConfigurationSpaceTransformMultimodeAction | import("../../modules/configuration/types").SetConfigurationSpaceTransformTouchAction | import("../../modules/configuration/types").ToggleConfigurationSpaceFirstPersonAction | import("../../modules/configuration/types").SetConfigurationSpaceTransformLocksAction | import("../../modules/configuration/types").SetConfigurationSpaceLayoutTypeAction | import("../../modules/configuration/types").SetConfigurationSpaceCullingDistanceAction | import("../../modules/shortcuts/types").ShortcutsSetGlobalShortcutsAction | import("../../modules/shortcuts/types").ShortcutsUnsetGlobalShortcutsAction | import("../../modules/space/types").SetSpaceLoadingAction | import("../../modules/space/types").SetAnimatedTransformAction | import("../../modules/space/types").SetTransformTimeAction | import("../../modules/space/types").SetSpaceLocationAction | import("../../modules/space/types").ViewCameraMoveForwardAction | import("../../modules/space/types").ViewCameraMoveBackwardAction | import("../../modules/space/types").ViewCameraMoveLeftAction | import("../../modules/space/types").ViewCameraMoveRightAction | import("../../modules/space/types").ViewCameraMoveUpAction | import("../../modules/space/types").ViewCameraMoveDownAction | import("../../modules/space/types").ViewCameraTurnLeftAction | import("../../modules/space/types").ViewCameraTurnRightAction | import("../../modules/space/types").ViewCameraTurnUpAction | import("../../modules/space/types").ViewCameraTurnDownAction | import("../../modules/space/types").RotateUpAction | import("../../modules/space/types").RotateDownAction | import("../../modules/space/types").RotateXAction | import("../../modules/space/types").RotateXWithAction | import("../../modules/space/types").RotateLeftAction | import("../../modules/space/types").RotateRightAction | import("../../modules/space/types").RotateYAction | import("../../modules/space/types").RotateYWithAction | import("../../modules/space/types").TranslateUpAction | import("../../modules/space/types").TranslateDownAction | import("../../modules/space/types").TranslateLeftAction | import("../../modules/space/types").TranslateRightAction | import("../../modules/space/types").TranslateInAction | import("../../modules/space/types").TranslateOutAction | import("../../modules/space/types").TranslateXWithAction | import("../../modules/space/types").TranslateYWithAction | import("../../modules/space/types").ScaleUpAction | import("../../modules/space/types").ScaleDownAction | import("../../modules/space/types").ScaleUpWithAction | import("../../modules/space/types").ScaleDownWithAction | import("../../modules/space/types").SetInitialTreeAction | import("../../modules/space/types").SetTreeAction | import("../../modules/space/types").SetActiveUniverseAction | import("../../modules/space/types").SpaceResetTransformAction | import("../../modules/space/types").SetViewSizeAction | import("../../modules/space/types").SetSpaceSizeAction | import("../../modules/space/types").UpdateSpaceTreePlaneAction | import("../../modules/space/types").UpdateSpaceLinkCoordinatesAction | import("../../modules/space/types").SpaceSetViewAction | import("../../modules/space/types").SpaceSetCulledViewAction | import("../../modules/themes/types").ThemesSetGeneralThemeAction | import("../../modules/themes/types").ThemesSetInteractionThemeAction | import("../../modules/ui/types").SetUIToolbarScrollPositionAction | import("redux").Action<any>>;
9
- export default rootReducer;
@@ -1,3 +0,0 @@
1
- import { ViewSize as _ViewSize } from "../modules/space/types/index";
2
- export interface ViewSize extends _ViewSize {
3
- }