@plurid/plurid-react 0.0.0-26 → 0.0.0-27
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.
- package/distribution/components/links/Link/components/Preview/index.d.ts +19 -0
- package/distribution/components/links/Link/components/Preview/styled.d.ts +7 -0
- package/distribution/components/links/Link/index.d.ts +24 -0
- package/distribution/components/links/Link/styled.d.ts +7 -0
- package/distribution/components/links/RouterLink/index.d.ts +20 -0
- package/distribution/components/links/RouterLink/styled.d.ts +6 -0
- package/distribution/components/planes/ExternalPlane/index.d.ts +14 -0
- package/distribution/components/planes/ExternalPlane/styled.d.ts +5 -0
- package/distribution/components/planes/IframePlane/index.d.ts +14 -0
- package/distribution/components/planes/IframePlane/styled.d.ts +5 -0
- package/distribution/components/structural/Plane/components/PlaneBridge/index.d.ts +17 -0
- package/distribution/components/structural/Plane/components/PlaneBridge/styled.d.ts +9 -0
- package/distribution/components/structural/Plane/components/PlaneContent/index.d.ts +6 -0
- package/distribution/components/structural/Plane/components/PlaneContent/styled.d.ts +1 -0
- package/distribution/components/structural/Plane/components/PlaneControls/components/ControlIsolate/index.d.ts +9 -0
- package/distribution/components/structural/Plane/components/PlaneControls/components/ControlRefresh/index.d.ts +9 -0
- package/distribution/components/structural/Plane/components/PlaneControls/components/SearchItem/index.d.ts +19 -0
- package/distribution/components/structural/Plane/components/PlaneControls/components/SearchItem/styled.d.ts +1 -0
- package/distribution/components/structural/Plane/components/PlaneControls/components/SearchList/index.d.ts +18 -0
- package/distribution/components/structural/Plane/components/PlaneControls/components/SearchList/styled.d.ts +2 -0
- package/distribution/components/structural/Plane/components/PlaneControls/index.d.ts +29 -0
- package/distribution/components/structural/Plane/components/PlaneControls/styled.d.ts +11 -0
- package/distribution/components/structural/Plane/components/PlaneDebugger/index.d.ts +13 -0
- package/distribution/components/structural/Plane/components/PlaneDebugger/styled.d.ts +1 -0
- package/distribution/components/structural/Plane/index.d.ts +27 -0
- package/distribution/components/structural/Plane/styled.d.ts +11 -0
- package/distribution/components/structural/Root/index.d.ts +15 -0
- package/distribution/components/structural/Root/styled.d.ts +1 -0
- package/distribution/components/structural/Roots/index.d.ts +18 -0
- package/distribution/components/structural/Roots/styled.d.ts +3 -0
- package/distribution/components/structural/Space/components/SpaceDebugger/index.d.ts +13 -0
- package/distribution/components/structural/Space/components/SpaceDebugger/styled.d.ts +1 -0
- package/distribution/components/structural/Space/index.d.ts +14 -0
- package/distribution/components/structural/Space/styled.d.ts +8 -0
- package/distribution/components/utilities/ApplicationConfigurator/index.d.ts +18 -0
- package/distribution/components/utilities/ApplicationConfigurator/styled.d.ts +1 -0
- package/distribution/components/utilities/ErrorBoundary/index.d.ts +18 -0
- package/distribution/components/utilities/NotFound/index.d.ts +13 -0
- package/distribution/components/utilities/NotFound/styled.d.ts +1 -0
- package/distribution/components/utilities/Origin/index.d.ts +15 -0
- package/distribution/components/utilities/Origin/styled.d.ts +7 -0
- package/distribution/components/utilities/PlaneConfigurator/index.d.ts +13 -0
- package/distribution/components/utilities/PlaneConfigurator/styled.d.ts +1 -0
- package/distribution/components/utilities/Portal/index.d.ts +15 -0
- package/distribution/components/utilities/Toolbar/Button/index.d.ts +15 -0
- package/distribution/components/utilities/Toolbar/Button/styled.d.ts +13 -0
- package/distribution/components/utilities/Toolbar/General/components/Drawer/index.d.ts +18 -0
- package/distribution/components/utilities/Toolbar/General/components/Drawer/styled.d.ts +3 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Global/index.d.ts +22 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Shortcuts/index.d.ts +14 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Space/index.d.ts +21 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Technical/index.d.ts +18 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Toolbar/index.d.ts +23 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Transform/index.d.ts +20 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Viewcube/index.d.ts +21 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/data.d.ts +9 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/index.d.ts +22 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/styled.d.ts +3 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuUniverses/index.d.ts +16 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuUniverses/styled.d.ts +4 -0
- package/distribution/components/utilities/Toolbar/General/components/ToolbarRotate/index.d.ts +24 -0
- package/distribution/components/utilities/Toolbar/General/components/ToolbarRotate/styled.d.ts +1 -0
- package/distribution/components/utilities/Toolbar/General/components/ToolbarScale/index.d.ts +22 -0
- package/distribution/components/utilities/Toolbar/General/components/ToolbarScale/styled.d.ts +1 -0
- package/distribution/components/utilities/Toolbar/General/components/ToolbarTranslate/index.d.ts +26 -0
- package/distribution/components/utilities/Toolbar/General/components/ToolbarTranslate/styled.d.ts +1 -0
- package/distribution/components/utilities/Toolbar/General/components/TransformArrow/data.d.ts +7 -0
- package/distribution/components/utilities/Toolbar/General/components/TransformArrow/index.d.ts +16 -0
- package/distribution/components/utilities/Toolbar/General/components/TransformArrow/styled.d.ts +6 -0
- package/distribution/components/utilities/Toolbar/General/data.d.ts +6 -0
- package/distribution/components/utilities/Toolbar/General/index.d.ts +21 -0
- package/distribution/components/utilities/Toolbar/General/styled.d.ts +29 -0
- package/distribution/components/utilities/UniverseExplorer/index.d.ts +16 -0
- package/distribution/components/utilities/UniverseExplorer/styled.d.ts +2 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeFace/data.d.ts +391 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeFace/index.d.ts +27 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeFace/styled.d.ts +16 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeModel/index.d.ts +17 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeModel/styled.d.ts +3 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/TransformArea/data.d.ts +5 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/TransformArea/index.d.ts +11 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/TransformArea/styled.d.ts +17 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/index.d.ts +13 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/styled.d.ts +13 -0
- package/distribution/components/utilities/Viewcube/index.d.ts +23 -0
- package/distribution/components/utilities/Viewcube/styled.d.ts +19 -0
- package/distribution/components/virtuals/List/components/ListItem/index.d.ts +9 -0
- package/distribution/components/virtuals/List/index.d.ts +15 -0
- package/distribution/components/virtuals/List/styled.d.ts +1 -0
- package/distribution/containers/Application/View/Container/index.d.ts +5 -0
- package/distribution/containers/Application/View/index.d.ts +48 -0
- package/distribution/containers/Application/View/styled.d.ts +8 -0
- package/distribution/containers/Application/index.d.ts +18 -0
- package/distribution/containers/Provider/context.d.ts +4 -0
- package/distribution/containers/Provider/index.d.ts +12 -0
- package/distribution/containers/RouterBrowser/index.d.ts +7 -0
- package/distribution/containers/RouterBrowser/styled.d.ts +1 -0
- package/distribution/containers/RouterStatic/index.d.ts +18 -0
- package/distribution/data/constants/index.d.ts +3 -0
- package/distribution/data/interfaces/index.d.ts +20 -0
- package/distribution/data/interfaces/utility.d.ts +3 -0
- package/distribution/index.d.ts +117 -0
- package/distribution/index.es.js +6474 -0
- package/distribution/index.es.js.map +1 -0
- package/distribution/index.js +6611 -0
- package/distribution/index.js.map +1 -0
- package/distribution/index.min.js +562 -0
- package/distribution/index.min.js.map +1 -0
- package/distribution/services/context/index.d.ts +5 -0
- package/distribution/services/engine/index.d.ts +22 -0
- package/distribution/services/hooks/event/index.d.ts +4 -0
- package/distribution/services/hooks/index.d.ts +2 -0
- package/distribution/services/hooks/router/index.d.ts +1 -0
- package/distribution/services/logic/animation/index.d.ts +16 -0
- package/distribution/services/logic/computing/index.d.ts +17 -0
- package/distribution/services/logic/router/index.d.ts +40 -0
- package/distribution/services/logic/router/styled.d.ts +5 -0
- package/distribution/services/logic/server/index.d.ts +3 -0
- package/distribution/services/logic/shortcuts/index.d.ts +15 -0
- package/distribution/services/logic/shortcuts/logic.d.ts +6 -0
- package/distribution/services/logic/state/index.d.ts +3 -0
- package/distribution/services/logic/transform/index.d.ts +3 -0
- package/distribution/services/state/actions/index.d.ts +247 -0
- package/distribution/services/state/context/index.d.ts +3 -0
- package/distribution/services/state/hooks/index.d.ts +4 -0
- package/distribution/services/state/modules/configuration/index.d.ts +66 -0
- package/distribution/services/state/modules/general/index.d.ts +10 -0
- package/distribution/services/state/modules/index.d.ts +16 -0
- package/distribution/services/state/modules/shortcuts/index.d.ts +16 -0
- package/distribution/services/state/modules/space/index.d.ts +147 -0
- package/distribution/services/state/modules/space/selectors.d.ts +22 -0
- package/distribution/services/state/modules/space/types.d.ts +41 -0
- package/distribution/services/state/modules/themes/index.d.ts +22 -0
- package/distribution/services/state/modules/ui/index.d.ts +16 -0
- package/distribution/services/state/selectors/index.d.ts +62 -0
- package/distribution/services/state/store/development/index.d.ts +5 -0
- package/distribution/services/state/store/index.d.ts +23 -0
- package/distribution/services/state/store/production/index.d.ts +5 -0
- package/distribution/services/state/store/reducer/index.d.ts +10 -0
- package/distribution/services/styled/index.d.ts +2 -0
- package/distribution/services/utilities/environment/index.d.ts +7 -0
- package/distribution/services/utilities/imports/index.d.ts +49 -0
- package/distribution/services/utilities/react/index.d.ts +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,391 @@
|
|
|
1
|
+
export declare const faceTypes: {
|
|
2
|
+
topLeft: string;
|
|
3
|
+
topCenter: string;
|
|
4
|
+
topRight: string;
|
|
5
|
+
middleLeft: string;
|
|
6
|
+
middleCenter: string;
|
|
7
|
+
middleRight: string;
|
|
8
|
+
bottomLeft: string;
|
|
9
|
+
bottomCenter: string;
|
|
10
|
+
bottomRight: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const zoneCodes: {
|
|
13
|
+
frontTopLeft: string;
|
|
14
|
+
frontTopCenter: string;
|
|
15
|
+
frontTopRight: string;
|
|
16
|
+
frontMiddleLeft: string;
|
|
17
|
+
frontMiddleCenter: string;
|
|
18
|
+
frontMiddleRight: string;
|
|
19
|
+
frontBottomLeft: string;
|
|
20
|
+
frontBottomCenter: string;
|
|
21
|
+
frontBottomRight: string;
|
|
22
|
+
rightTopLeft: string;
|
|
23
|
+
rightTopCenter: string;
|
|
24
|
+
rightTopRight: string;
|
|
25
|
+
rightMiddleLeft: string;
|
|
26
|
+
rightMiddleCenter: string;
|
|
27
|
+
rightMiddleRight: string;
|
|
28
|
+
rightBottomLeft: string;
|
|
29
|
+
rightBottomCenter: string;
|
|
30
|
+
rightBottomRight: string;
|
|
31
|
+
backTopLeft: string;
|
|
32
|
+
backTopCenter: string;
|
|
33
|
+
backTopRight: string;
|
|
34
|
+
backMiddleLeft: string;
|
|
35
|
+
backMiddleCenter: string;
|
|
36
|
+
backMiddleRight: string;
|
|
37
|
+
backBottomLeft: string;
|
|
38
|
+
backBottomCenter: string;
|
|
39
|
+
backBottomRight: string;
|
|
40
|
+
leftTopLeft: string;
|
|
41
|
+
leftTopCenter: string;
|
|
42
|
+
leftTopRight: string;
|
|
43
|
+
leftMiddleLeft: string;
|
|
44
|
+
leftMiddleCenter: string;
|
|
45
|
+
leftMiddleRight: string;
|
|
46
|
+
leftBottomLeft: string;
|
|
47
|
+
leftBottomCenter: string;
|
|
48
|
+
leftBottomRight: string;
|
|
49
|
+
topTopLeft: string;
|
|
50
|
+
topTopCenter: string;
|
|
51
|
+
topTopRight: string;
|
|
52
|
+
topMiddleLeft: string;
|
|
53
|
+
topMiddleCenter: string;
|
|
54
|
+
topMiddleRight: string;
|
|
55
|
+
topBottomLeft: string;
|
|
56
|
+
topBottomCenter: string;
|
|
57
|
+
topBottomRight: string;
|
|
58
|
+
baseTopLeft: string;
|
|
59
|
+
baseTopCenter: string;
|
|
60
|
+
baseTopRight: string;
|
|
61
|
+
baseMiddleLeft: string;
|
|
62
|
+
baseMiddleCenter: string;
|
|
63
|
+
baseMiddleRight: string;
|
|
64
|
+
baseBottomLeft: string;
|
|
65
|
+
baseBottomCenter: string;
|
|
66
|
+
baseBottomRight: string;
|
|
67
|
+
};
|
|
68
|
+
export declare const faceTransform: {
|
|
69
|
+
A1: {
|
|
70
|
+
rotateX: number;
|
|
71
|
+
rotateY: number;
|
|
72
|
+
};
|
|
73
|
+
A2: {
|
|
74
|
+
rotateX: number;
|
|
75
|
+
rotateY: number;
|
|
76
|
+
};
|
|
77
|
+
A3: {
|
|
78
|
+
rotateX: number;
|
|
79
|
+
rotateY: number;
|
|
80
|
+
};
|
|
81
|
+
B1: {
|
|
82
|
+
rotateX: number;
|
|
83
|
+
rotateY: number;
|
|
84
|
+
};
|
|
85
|
+
B2: {
|
|
86
|
+
rotateX: number;
|
|
87
|
+
rotateY: number;
|
|
88
|
+
};
|
|
89
|
+
B3: {
|
|
90
|
+
rotateX: number;
|
|
91
|
+
rotateY: number;
|
|
92
|
+
};
|
|
93
|
+
C1: {
|
|
94
|
+
rotateX: number;
|
|
95
|
+
rotateY: number;
|
|
96
|
+
};
|
|
97
|
+
C2: {
|
|
98
|
+
rotateX: number;
|
|
99
|
+
rotateY: number;
|
|
100
|
+
};
|
|
101
|
+
C3: {
|
|
102
|
+
rotateX: number;
|
|
103
|
+
rotateY: number;
|
|
104
|
+
};
|
|
105
|
+
A4: {
|
|
106
|
+
rotateX: number;
|
|
107
|
+
rotateY: number;
|
|
108
|
+
};
|
|
109
|
+
A5: {
|
|
110
|
+
rotateX: number;
|
|
111
|
+
rotateY: number;
|
|
112
|
+
};
|
|
113
|
+
B4: {
|
|
114
|
+
rotateX: number;
|
|
115
|
+
rotateY: number;
|
|
116
|
+
};
|
|
117
|
+
B5: {
|
|
118
|
+
rotateX: number;
|
|
119
|
+
rotateY: number;
|
|
120
|
+
};
|
|
121
|
+
C4: {
|
|
122
|
+
rotateX: number;
|
|
123
|
+
rotateY: number;
|
|
124
|
+
};
|
|
125
|
+
C5: {
|
|
126
|
+
rotateX: number;
|
|
127
|
+
rotateY: number;
|
|
128
|
+
};
|
|
129
|
+
A6: {
|
|
130
|
+
rotateX: number;
|
|
131
|
+
rotateY: number;
|
|
132
|
+
};
|
|
133
|
+
A7: {
|
|
134
|
+
rotateX: number;
|
|
135
|
+
rotateY: number;
|
|
136
|
+
};
|
|
137
|
+
B6: {
|
|
138
|
+
rotateX: number;
|
|
139
|
+
rotateY: number;
|
|
140
|
+
};
|
|
141
|
+
B7: {
|
|
142
|
+
rotateX: number;
|
|
143
|
+
rotateY: number;
|
|
144
|
+
};
|
|
145
|
+
C6: {
|
|
146
|
+
rotateX: number;
|
|
147
|
+
rotateY: number;
|
|
148
|
+
};
|
|
149
|
+
C7: {
|
|
150
|
+
rotateX: number;
|
|
151
|
+
rotateY: number;
|
|
152
|
+
};
|
|
153
|
+
A8: {
|
|
154
|
+
rotateX: number;
|
|
155
|
+
rotateY: number;
|
|
156
|
+
};
|
|
157
|
+
B8: {
|
|
158
|
+
rotateX: number;
|
|
159
|
+
rotateY: number;
|
|
160
|
+
};
|
|
161
|
+
C8: {
|
|
162
|
+
rotateX: number;
|
|
163
|
+
rotateY: number;
|
|
164
|
+
};
|
|
165
|
+
D1: {
|
|
166
|
+
rotateX: number;
|
|
167
|
+
rotateY: number;
|
|
168
|
+
};
|
|
169
|
+
E1: {
|
|
170
|
+
rotateX: number;
|
|
171
|
+
rotateY: number;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
export declare const zoneClickTransforms: {
|
|
175
|
+
frontTopLeft: {
|
|
176
|
+
rotateX: number;
|
|
177
|
+
rotateY: number;
|
|
178
|
+
};
|
|
179
|
+
frontTopCenter: {
|
|
180
|
+
rotateX: number;
|
|
181
|
+
rotateY: number;
|
|
182
|
+
};
|
|
183
|
+
frontTopRight: {
|
|
184
|
+
rotateX: number;
|
|
185
|
+
rotateY: number;
|
|
186
|
+
};
|
|
187
|
+
frontMiddleLeft: {
|
|
188
|
+
rotateX: number;
|
|
189
|
+
rotateY: number;
|
|
190
|
+
};
|
|
191
|
+
frontMiddleCenter: {
|
|
192
|
+
rotateX: number;
|
|
193
|
+
rotateY: number;
|
|
194
|
+
};
|
|
195
|
+
frontMiddleRight: {
|
|
196
|
+
rotateX: number;
|
|
197
|
+
rotateY: number;
|
|
198
|
+
};
|
|
199
|
+
frontBottomLeft: {
|
|
200
|
+
rotateX: number;
|
|
201
|
+
rotateY: number;
|
|
202
|
+
};
|
|
203
|
+
frontBottomCenter: {
|
|
204
|
+
rotateX: number;
|
|
205
|
+
rotateY: number;
|
|
206
|
+
};
|
|
207
|
+
frontBottomRight: {
|
|
208
|
+
rotateX: number;
|
|
209
|
+
rotateY: number;
|
|
210
|
+
};
|
|
211
|
+
rightTopLeft: {
|
|
212
|
+
rotateX: number;
|
|
213
|
+
rotateY: number;
|
|
214
|
+
};
|
|
215
|
+
rightTopCenter: {
|
|
216
|
+
rotateX: number;
|
|
217
|
+
rotateY: number;
|
|
218
|
+
};
|
|
219
|
+
rightTopRight: {
|
|
220
|
+
rotateX: number;
|
|
221
|
+
rotateY: number;
|
|
222
|
+
};
|
|
223
|
+
rightMiddleLeft: {
|
|
224
|
+
rotateX: number;
|
|
225
|
+
rotateY: number;
|
|
226
|
+
};
|
|
227
|
+
rightMiddleCenter: {
|
|
228
|
+
rotateX: number;
|
|
229
|
+
rotateY: number;
|
|
230
|
+
};
|
|
231
|
+
rightMiddleRight: {
|
|
232
|
+
rotateX: number;
|
|
233
|
+
rotateY: number;
|
|
234
|
+
};
|
|
235
|
+
rightBottomLeft: {
|
|
236
|
+
rotateX: number;
|
|
237
|
+
rotateY: number;
|
|
238
|
+
};
|
|
239
|
+
rightBottomCenter: {
|
|
240
|
+
rotateX: number;
|
|
241
|
+
rotateY: number;
|
|
242
|
+
};
|
|
243
|
+
rightBottomRight: {
|
|
244
|
+
rotateX: number;
|
|
245
|
+
rotateY: number;
|
|
246
|
+
};
|
|
247
|
+
leftTopLeft: {
|
|
248
|
+
rotateX: number;
|
|
249
|
+
rotateY: number;
|
|
250
|
+
};
|
|
251
|
+
leftTopCenter: {
|
|
252
|
+
rotateX: number;
|
|
253
|
+
rotateY: number;
|
|
254
|
+
};
|
|
255
|
+
leftTopRight: {
|
|
256
|
+
rotateX: number;
|
|
257
|
+
rotateY: number;
|
|
258
|
+
};
|
|
259
|
+
leftMiddleLeft: {
|
|
260
|
+
rotateX: number;
|
|
261
|
+
rotateY: number;
|
|
262
|
+
};
|
|
263
|
+
leftMiddleCenter: {
|
|
264
|
+
rotateX: number;
|
|
265
|
+
rotateY: number;
|
|
266
|
+
};
|
|
267
|
+
leftMiddleRight: {
|
|
268
|
+
rotateX: number;
|
|
269
|
+
rotateY: number;
|
|
270
|
+
};
|
|
271
|
+
leftBottomLeft: {
|
|
272
|
+
rotateX: number;
|
|
273
|
+
rotateY: number;
|
|
274
|
+
};
|
|
275
|
+
leftBottomCenter: {
|
|
276
|
+
rotateX: number;
|
|
277
|
+
rotateY: number;
|
|
278
|
+
};
|
|
279
|
+
leftBottomRight: {
|
|
280
|
+
rotateX: number;
|
|
281
|
+
rotateY: number;
|
|
282
|
+
};
|
|
283
|
+
backTopLeft: {
|
|
284
|
+
rotateX: number;
|
|
285
|
+
rotateY: number;
|
|
286
|
+
};
|
|
287
|
+
backTopCenter: {
|
|
288
|
+
rotateX: number;
|
|
289
|
+
rotateY: number;
|
|
290
|
+
};
|
|
291
|
+
backTopRight: {
|
|
292
|
+
rotateX: number;
|
|
293
|
+
rotateY: number;
|
|
294
|
+
};
|
|
295
|
+
backMiddleLeft: {
|
|
296
|
+
rotateX: number;
|
|
297
|
+
rotateY: number;
|
|
298
|
+
};
|
|
299
|
+
backMiddleCenter: {
|
|
300
|
+
rotateX: number;
|
|
301
|
+
rotateY: number;
|
|
302
|
+
};
|
|
303
|
+
backMiddleRight: {
|
|
304
|
+
rotateX: number;
|
|
305
|
+
rotateY: number;
|
|
306
|
+
};
|
|
307
|
+
backBottomLeft: {
|
|
308
|
+
rotateX: number;
|
|
309
|
+
rotateY: number;
|
|
310
|
+
};
|
|
311
|
+
backBottomCenter: {
|
|
312
|
+
rotateX: number;
|
|
313
|
+
rotateY: number;
|
|
314
|
+
};
|
|
315
|
+
backBottomRight: {
|
|
316
|
+
rotateX: number;
|
|
317
|
+
rotateY: number;
|
|
318
|
+
};
|
|
319
|
+
topTopLeft: {
|
|
320
|
+
rotateX: number;
|
|
321
|
+
rotateY: number;
|
|
322
|
+
};
|
|
323
|
+
topTopCenter: {
|
|
324
|
+
rotateX: number;
|
|
325
|
+
rotateY: number;
|
|
326
|
+
};
|
|
327
|
+
topTopRight: {
|
|
328
|
+
rotateX: number;
|
|
329
|
+
rotateY: number;
|
|
330
|
+
};
|
|
331
|
+
topMiddleLeft: {
|
|
332
|
+
rotateX: number;
|
|
333
|
+
rotateY: number;
|
|
334
|
+
};
|
|
335
|
+
topMiddleCenter: {
|
|
336
|
+
rotateX: number;
|
|
337
|
+
rotateY: number;
|
|
338
|
+
};
|
|
339
|
+
topMiddleRight: {
|
|
340
|
+
rotateX: number;
|
|
341
|
+
rotateY: number;
|
|
342
|
+
};
|
|
343
|
+
topBottomLeft: {
|
|
344
|
+
rotateX: number;
|
|
345
|
+
rotateY: number;
|
|
346
|
+
};
|
|
347
|
+
topBottomCenter: {
|
|
348
|
+
rotateX: number;
|
|
349
|
+
rotateY: number;
|
|
350
|
+
};
|
|
351
|
+
topBottomRight: {
|
|
352
|
+
rotateX: number;
|
|
353
|
+
rotateY: number;
|
|
354
|
+
};
|
|
355
|
+
baseTopLeft: {
|
|
356
|
+
rotateX: number;
|
|
357
|
+
rotateY: number;
|
|
358
|
+
};
|
|
359
|
+
baseTopCenter: {
|
|
360
|
+
rotateX: number;
|
|
361
|
+
rotateY: number;
|
|
362
|
+
};
|
|
363
|
+
baseTopRight: {
|
|
364
|
+
rotateX: number;
|
|
365
|
+
rotateY: number;
|
|
366
|
+
};
|
|
367
|
+
baseMiddleLeft: {
|
|
368
|
+
rotateX: number;
|
|
369
|
+
rotateY: number;
|
|
370
|
+
};
|
|
371
|
+
baseMiddleCenter: {
|
|
372
|
+
rotateX: number;
|
|
373
|
+
rotateY: number;
|
|
374
|
+
};
|
|
375
|
+
baseMiddleRight: {
|
|
376
|
+
rotateX: number;
|
|
377
|
+
rotateY: number;
|
|
378
|
+
};
|
|
379
|
+
baseBottomLeft: {
|
|
380
|
+
rotateX: number;
|
|
381
|
+
rotateY: number;
|
|
382
|
+
};
|
|
383
|
+
baseBottomCenter: {
|
|
384
|
+
rotateX: number;
|
|
385
|
+
rotateY: number;
|
|
386
|
+
};
|
|
387
|
+
baseBottomRight: {
|
|
388
|
+
rotateX: number;
|
|
389
|
+
rotateY: number;
|
|
390
|
+
};
|
|
391
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import { PluridConfiguration } from '@plurid/plurid-data';
|
|
4
|
+
import actions from "../../../../../services/state/actions";
|
|
5
|
+
import { DispatchAction } from "../../../../../data/interfaces";
|
|
6
|
+
export interface PluridViewcubeFaceOwnProperties {
|
|
7
|
+
face: string;
|
|
8
|
+
faceText: string;
|
|
9
|
+
mouseOver: boolean;
|
|
10
|
+
hoveredZone: string;
|
|
11
|
+
setHoveredZone: React.Dispatch<React.SetStateAction<string>>;
|
|
12
|
+
activeZone: string;
|
|
13
|
+
setActiveZone: React.Dispatch<React.SetStateAction<string>>;
|
|
14
|
+
}
|
|
15
|
+
export interface PluridViewcubeFaceStateProperties {
|
|
16
|
+
generalTheme: Theme;
|
|
17
|
+
interactionTheme: Theme;
|
|
18
|
+
configuration: PluridConfiguration;
|
|
19
|
+
}
|
|
20
|
+
export interface PluridViewcubeFaceDispatchProperties {
|
|
21
|
+
dispatchRotateX: DispatchAction<typeof actions.space.rotateX>;
|
|
22
|
+
dispatchRotateY: DispatchAction<typeof actions.space.rotateY>;
|
|
23
|
+
dispatchSetAnimatedTransform: DispatchAction<typeof actions.space.setAnimatedTransform>;
|
|
24
|
+
}
|
|
25
|
+
export declare type PluridViewcubeFaceProperties = PluridViewcubeFaceOwnProperties & PluridViewcubeFaceStateProperties & PluridViewcubeFaceDispatchProperties;
|
|
26
|
+
declare const ConnectedPluridViewcubeFace: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeFaceProperties>, Omit<PluridViewcubeFaceProperties, "configuration" | "interactionTheme" | "generalTheme" | "dispatchRotateX" | "dispatchRotateY" | "dispatchSetAnimatedTransform"> & import("react-redux").ConnectProps>;
|
|
27
|
+
export default ConnectedPluridViewcubeFace;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes/distribution';
|
|
2
|
+
export interface IStyledPluridViewcubeFace {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
mouseOver: boolean;
|
|
5
|
+
opaque: boolean;
|
|
6
|
+
face: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const StyledPluridViewcubeFace: import("styled-components").StyledComponent<"div", any, IStyledPluridViewcubeFace, never>;
|
|
9
|
+
export interface IStyledPluridViewcubeFaceZone {
|
|
10
|
+
theme: Theme;
|
|
11
|
+
type: string;
|
|
12
|
+
hovered: boolean;
|
|
13
|
+
transparentUI: boolean;
|
|
14
|
+
active: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const StyledPluridViewcubeFaceZone: import("styled-components").StyledComponent<"div", any, IStyledPluridViewcubeFaceZone, never>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InternationalizationLanguageType } from '@plurid/plurid-data';
|
|
3
|
+
export interface PluridViewcubeModelOwnProperties {
|
|
4
|
+
mouseOver: boolean;
|
|
5
|
+
}
|
|
6
|
+
export interface PluridViewcubeModelStateProperties {
|
|
7
|
+
stateLanguage: InternationalizationLanguageType;
|
|
8
|
+
spaceRotationX: number;
|
|
9
|
+
spaceRotationY: number;
|
|
10
|
+
stateAnimatedTransform: boolean;
|
|
11
|
+
stateTransformTime: number;
|
|
12
|
+
}
|
|
13
|
+
export interface PluridViewcubeModelDispatchProperties {
|
|
14
|
+
}
|
|
15
|
+
export declare type PluridViewcubeModelProperties = PluridViewcubeModelOwnProperties & PluridViewcubeModelStateProperties & PluridViewcubeModelDispatchProperties;
|
|
16
|
+
declare const ConnectedPluridViewcubeModel: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeModelProperties>, Omit<PluridViewcubeModelProperties, "stateLanguage" | "spaceRotationX" | "spaceRotationY" | "stateAnimatedTransform" | "stateTransformTime"> & import("react-redux").ConnectProps>;
|
|
17
|
+
export default ConnectedPluridViewcubeModel;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const StyledPluridViewcubeModel: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const StyledPluridViewcubeModelContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const StyledPluridViewcubeModelCube: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import { TransformAreaPosition } from './data';
|
|
4
|
+
export interface TransformAreaProperties {
|
|
5
|
+
theme: Theme;
|
|
6
|
+
value: number;
|
|
7
|
+
atChange: (value: number) => void;
|
|
8
|
+
position?: TransformAreaPosition;
|
|
9
|
+
}
|
|
10
|
+
declare const TransformArea: React.FC<TransformAreaProperties>;
|
|
11
|
+
export default TransformArea;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
import { TransformAreaPosition } from './data';
|
|
3
|
+
export interface IStyledTransformArea {
|
|
4
|
+
theme: Theme;
|
|
5
|
+
}
|
|
6
|
+
export declare const StyledTransformArea: import("styled-components").StyledComponent<"div", any, IStyledTransformArea, never>;
|
|
7
|
+
export interface IStyledTransformLine {
|
|
8
|
+
theme: Theme;
|
|
9
|
+
position: TransformAreaPosition;
|
|
10
|
+
}
|
|
11
|
+
export declare const StyledTransformLine: import("styled-components").StyledComponent<"div", any, IStyledTransformLine, never>;
|
|
12
|
+
export interface IStyledTransformThumb {
|
|
13
|
+
theme: Theme;
|
|
14
|
+
value: number;
|
|
15
|
+
position: TransformAreaPosition;
|
|
16
|
+
}
|
|
17
|
+
export declare const StyledTransformThumb: import("styled-components").StyledComponent<"div", any, IStyledTransformThumb, never>;
|
package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/index.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface ViewcubeTransformAreasOwnProperties {
|
|
4
|
+
}
|
|
5
|
+
export interface ViewcubeTransformAreasStateProperties {
|
|
6
|
+
stateGeneralTheme: Theme;
|
|
7
|
+
stateInteractionTheme: Theme;
|
|
8
|
+
}
|
|
9
|
+
export interface ViewcubeTransformAreasDispatchProperties {
|
|
10
|
+
}
|
|
11
|
+
export declare type ViewcubeTransformAreasProperties = ViewcubeTransformAreasOwnProperties & ViewcubeTransformAreasStateProperties & ViewcubeTransformAreasDispatchProperties;
|
|
12
|
+
declare const ConnectedViewcubeTransformAreas: import("react-redux").ConnectedComponent<React.FC<ViewcubeTransformAreasProperties>, Omit<ViewcubeTransformAreasProperties, "stateGeneralTheme" | "stateInteractionTheme"> & import("react-redux").ConnectProps>;
|
|
13
|
+
export default ConnectedViewcubeTransformAreas;
|
package/distribution/components/utilities/Viewcube/components/ViewcubeTransformAreas/styled.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledViewcubeTransformTranslateX {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}
|
|
5
|
+
export declare const StyledViewcubeTransformTranslateX: import("styled-components").StyledComponent<"div", any, IStyledViewcubeTransformTranslateX, never>;
|
|
6
|
+
export interface IStyledViewcubeTransformTranslateY {
|
|
7
|
+
theme: Theme;
|
|
8
|
+
}
|
|
9
|
+
export declare const StyledViewcubeTransformTranslateY: import("styled-components").StyledComponent<"div", any, IStyledViewcubeTransformTranslateY, never>;
|
|
10
|
+
export interface IStyledViewcubeTransformScale {
|
|
11
|
+
theme: Theme;
|
|
12
|
+
}
|
|
13
|
+
export declare const StyledViewcubeTransformScale: import("styled-components").StyledComponent<"div", any, IStyledViewcubeTransformScale, never>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import {
|
|
4
|
+
/** interfaces */
|
|
5
|
+
PluridConfiguration } from '@plurid/plurid-data';
|
|
6
|
+
import actions from "../../../services/state/actions";
|
|
7
|
+
import { DispatchAction, DispatchActionWithoutPayload } from "../../../data/interfaces";
|
|
8
|
+
export interface PluridViewcubeOwnProperties {
|
|
9
|
+
}
|
|
10
|
+
export interface PluridViewcubeStateProperties {
|
|
11
|
+
stateConfiguration: PluridConfiguration;
|
|
12
|
+
stateInteractionTheme: Theme;
|
|
13
|
+
stateTransformTime: number;
|
|
14
|
+
}
|
|
15
|
+
export interface PluridViewcubeDispatchProperties {
|
|
16
|
+
dispatchRotateXWith: DispatchAction<typeof actions.space.rotateXWith>;
|
|
17
|
+
dispatchRotateYWith: DispatchAction<typeof actions.space.rotateYWith>;
|
|
18
|
+
dispatchSetAnimatedTransform: DispatchAction<typeof actions.space.setAnimatedTransform>;
|
|
19
|
+
dispatchSpaceResetTransform: DispatchActionWithoutPayload<typeof actions.space.spaceResetTransform>;
|
|
20
|
+
}
|
|
21
|
+
export declare type PluridViewcubeProperties = PluridViewcubeOwnProperties & PluridViewcubeStateProperties & PluridViewcubeDispatchProperties;
|
|
22
|
+
declare const ConnectedPluridViewcube: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeProperties>, Omit<PluridViewcubeProperties, "stateConfiguration" | "stateInteractionTheme" | "dispatchSetAnimatedTransform" | "stateTransformTime" | "dispatchRotateXWith" | "dispatchRotateYWith" | "dispatchSpaceResetTransform"> & import("react-redux").ConnectProps>;
|
|
23
|
+
export default ConnectedPluridViewcube;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes/distribution';
|
|
2
|
+
export interface IStyledPluridViewcube {
|
|
3
|
+
conceal: boolean;
|
|
4
|
+
mouseOver: boolean;
|
|
5
|
+
isMounted: boolean;
|
|
6
|
+
fadeInTime: number;
|
|
7
|
+
}
|
|
8
|
+
export declare const StyledPluridViewcube: import("styled-components").StyledComponent<"div", any, IStyledPluridViewcube, never>;
|
|
9
|
+
export interface IStyledPluridViewcubeArrow {
|
|
10
|
+
theme: Theme;
|
|
11
|
+
}
|
|
12
|
+
export declare const StyledPluridViewcubeArrow: import("styled-components").StyledComponent<"div", any, IStyledPluridViewcubeArrow, never>;
|
|
13
|
+
export interface IStyledPluridViewcubeArrowIcon {
|
|
14
|
+
theme: Theme;
|
|
15
|
+
}
|
|
16
|
+
export declare const StyledPluridViewcubeArrowIcon: import("styled-components").StyledComponent<"div", any, IStyledPluridViewcubeArrowIcon, never>;
|
|
17
|
+
export interface IStyledFitView {
|
|
18
|
+
}
|
|
19
|
+
export declare const StyledFitView: import("styled-components").StyledComponent<"div", any, IStyledFitView, never>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface VirtualListItemOwnProperties {
|
|
3
|
+
top: number;
|
|
4
|
+
index: number;
|
|
5
|
+
element: JSX.Element;
|
|
6
|
+
setHeight(value: number, index: number): void;
|
|
7
|
+
}
|
|
8
|
+
declare const VirtualListItem: React.FC<VirtualListItemOwnProperties>;
|
|
9
|
+
export default VirtualListItem;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ViewSize } from "../../../services/state/modules/space/types";
|
|
3
|
+
export interface PluridVirtualListOwnProperties {
|
|
4
|
+
items: JSX.Element[];
|
|
5
|
+
generalHeight?: number;
|
|
6
|
+
}
|
|
7
|
+
export interface PluridVirtualListStateProperties {
|
|
8
|
+
translationY: number;
|
|
9
|
+
viewSize: ViewSize;
|
|
10
|
+
}
|
|
11
|
+
export interface PluridVirtualListDispatchProperties {
|
|
12
|
+
}
|
|
13
|
+
export declare type PluridVirtualListProperties = PluridVirtualListOwnProperties & PluridVirtualListStateProperties & PluridVirtualListDispatchProperties;
|
|
14
|
+
declare const ConnectedPluridVirtualList: import("react-redux").ConnectedComponent<React.FC<PluridVirtualListProperties>, Omit<PluridVirtualListProperties, "translationY" | "viewSize"> & import("react-redux").ConnectProps>;
|
|
15
|
+
export default ConnectedPluridVirtualList;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const StyledVirtualItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AnyAction, ThunkDispatch } from '@reduxjs/toolkit';
|
|
3
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
4
|
+
import {
|
|
5
|
+
/** interfaces */
|
|
6
|
+
PluridApplication as PluridApplicationProperties, PluridConfiguration as PluridAppConfiguration, TreePlane, SpaceTransform, PluridApplicationView } from '@plurid/plurid-data';
|
|
7
|
+
import { PluridReactComponent } from "../../../data/interfaces";
|
|
8
|
+
import { AppState } from "../../../services/state/store";
|
|
9
|
+
import actions from "../../../services/state/actions";
|
|
10
|
+
import { DispatchAction, DispatchActionWithoutPayload } from "../../../data/interfaces";
|
|
11
|
+
export interface PluridViewOwnProperties extends PluridApplicationProperties<PluridReactComponent> {
|
|
12
|
+
}
|
|
13
|
+
export interface PluridViewStateProperties {
|
|
14
|
+
state: AppState;
|
|
15
|
+
stateConfiguration: PluridAppConfiguration;
|
|
16
|
+
stateSpaceLoading: boolean;
|
|
17
|
+
stateTransform: SpaceTransform;
|
|
18
|
+
stateTree: TreePlane[];
|
|
19
|
+
stateSpaceView: PluridApplicationView;
|
|
20
|
+
stateGeneralTheme: Theme;
|
|
21
|
+
}
|
|
22
|
+
export interface PluridViewDispatchProperties {
|
|
23
|
+
dispatch: ThunkDispatch<{}, {}, AnyAction>;
|
|
24
|
+
dispatchSetConfiguration: DispatchAction<typeof actions.configuration.setConfiguration>;
|
|
25
|
+
dispatchSetConfigurationMicro: DispatchActionWithoutPayload<typeof actions.configuration.setConfigurationMicro>;
|
|
26
|
+
dispatchSetSpaceField: DispatchAction<typeof actions.space.setSpaceField>;
|
|
27
|
+
dispatchSetSpaceLoading: DispatchAction<typeof actions.space.setSpaceLoading>;
|
|
28
|
+
dispatchSetAnimatedTransform: DispatchAction<typeof actions.space.setAnimatedTransform>;
|
|
29
|
+
dispatchSetTransformTime: DispatchAction<typeof actions.space.setTransformTime>;
|
|
30
|
+
dispatchSetSpaceLocation: DispatchAction<typeof actions.space.setSpaceLocation>;
|
|
31
|
+
dispatchSetTree: DispatchAction<typeof actions.space.setTree>;
|
|
32
|
+
dispatchSetGeneralTheme: DispatchAction<typeof actions.themes.setGeneralTheme>;
|
|
33
|
+
dispatchSetInteractionTheme: DispatchAction<typeof actions.themes.setInteractionTheme>;
|
|
34
|
+
dispatchRotateXWith: DispatchAction<typeof actions.space.rotateXWith>;
|
|
35
|
+
dispatchRotateX: DispatchAction<typeof actions.space.rotateX>;
|
|
36
|
+
dispatchRotateYWith: DispatchAction<typeof actions.space.rotateYWith>;
|
|
37
|
+
dispatchRotateY: DispatchAction<typeof actions.space.rotateY>;
|
|
38
|
+
dispatchTranslateXWith: DispatchAction<typeof actions.space.translateXWith>;
|
|
39
|
+
dispatchTranslateYWith: DispatchAction<typeof actions.space.translateYWith>;
|
|
40
|
+
dispatchTranslateZWith: DispatchAction<typeof actions.space.translateZWith>;
|
|
41
|
+
dispatchScaleUpWith: DispatchAction<typeof actions.space.scaleUpWith>;
|
|
42
|
+
dispatchScaleDownWith: DispatchAction<typeof actions.space.scaleDownWith>;
|
|
43
|
+
dispatchSpaceSetViewSize: DispatchAction<typeof actions.space.setViewSize>;
|
|
44
|
+
dispatchSpaceSetView: DispatchAction<typeof actions.space.spaceSetView>;
|
|
45
|
+
}
|
|
46
|
+
export declare type PluridViewProperties = PluridViewOwnProperties & PluridViewStateProperties & PluridViewDispatchProperties;
|
|
47
|
+
declare const ConnectedPluridView: import("react-redux").ConnectedComponent<React.FC<PluridViewProperties>, Omit<PluridViewProperties, "dispatch" | "stateGeneralTheme" | "stateConfiguration" | "stateTree" | "dispatchSetSpaceField" | "dispatchSetGeneralTheme" | "dispatchSetInteractionTheme" | "dispatchRotateX" | "dispatchRotateY" | "dispatchSetAnimatedTransform" | "dispatchRotateXWith" | "dispatchRotateYWith" | "state" | "stateSpaceLoading" | "stateTransform" | "stateSpaceView" | "dispatchSetConfiguration" | "dispatchSetConfigurationMicro" | "dispatchSetSpaceLoading" | "dispatchSetTransformTime" | "dispatchSetSpaceLocation" | "dispatchSetTree" | "dispatchTranslateXWith" | "dispatchTranslateYWith" | "dispatchTranslateZWith" | "dispatchScaleUpWith" | "dispatchScaleDownWith" | "dispatchSpaceSetViewSize" | "dispatchSpaceSetView"> & import("react-redux").ConnectProps>;
|
|
48
|
+
export default ConnectedPluridView;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IGlobalStyle {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
preventOverscroll: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const GlobalStyle: import("styled-components").GlobalStyleComponent<IGlobalStyle, import("styled-components").DefaultTheme>;
|
|
7
|
+
export declare const StyledView: any;
|
|
8
|
+
export declare const StyledEmpty: any;
|